/*========================================================================
   Table of contents
==========================================================================
  # GLOBAL SETTINGS
  # BASIC TYPOGRAPHY
  # MOZILLA HACK
  # Content Section Top Bottom Margin
  # BUTTONS STYLES
  # BUTTON STYLES LIST
  # SOCIAL LINKS
  # FORM STYLE
  # CUSTOM RADIO BUTTON
  # SELECT BOX
  # PAGE PRE-LOADER ANIMATION AND KEYFRAME
  # SITE INNER WRAPPER
  # HEADER SECTION
  # HEADER STYLE
  # HOME PAGE
  ## Hippo More Button
  # Hippo More Button
  # COMMON SECTION STYLE
  # Middle Content
  # SUBSCRIBE BAR
  # LOGIN MODAL
  # LOGIN CONTAINER
  # VISUAL COMPOSER STYLES
  # BLOG STYLE
  # MARKUP: IMAGE ALIGNMENT
  # WP CAPTION
  # BLOCKQUOTE
  # TABLE
  # DEFINITION LISTS
  # LIST STYLE
  # CODE
  # PRE STYLE
  # BLOG STYLE DEFAULT
  # ABOUT AUTHOR
  # Navigation
  # Woocommerce page style
========================================================================*/
/*---------------------------------------------------------
   GLOBAL SETTINGS 
---------------------------------------------------------*/
html {
  font-size: 15px;
}
body {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8em;
  color: #363636;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
}
html,
button,
input,
select,
textarea {
  color: #363636;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
label {
  font-weight: 400;
  font-size: .9em;
  color: #292929;
}
b,
strong {
  font-weight: 600;
  color: #030303;
}
dt {
  margin-bottom: 5px;
}
dd {
  margin-bottom: 15px;
}
::selection {
  background: #f1ac59;
  color: #ffffff;
}
::-moz-selection {
  background: #f1ac59;
  color: #ffffff;
}
/*---------------------------------
  BASIC TYPOGRAPHY
---------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto;
  color: #000000;
  font-weight: 400;
}
h1 {
  font-weight: 400;
  font-size: 3em;
  line-height: 1.359375em;
  margin-top: 0.453125em;
  margin-bottom: 0em;
}
h2 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.359375em;
  margin-top: 0.453125em;
  margin-bottom: 0.453125em;
}
h3 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8125em;
  margin-top: 0.90625em;
  margin-bottom: 0em;
}
h4 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8125em;
  margin-top: 1.8125em;
  margin-bottom: 0em;
}
h5 {
  font-weight: 600;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.8125em;
  margin-top: 1.8125em;
  margin-bottom: 0em;
}
h6 {
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8125em;
  margin-top: 1.8125em;
  margin-bottom: 0em;
}
a {
  font-weight: 400;
  color: #f1ac59;
}
a:hover {
  color: #fff2a8;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
  color: #fff2a8;
}
ul {
  margin: 0;
  padding: 0;
}
code {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  background: #E5E5E5;
  color: #444444;
}
img {
  max-width: 100%;
}
/*---------------------------------------------------------
   MOZILLA HACK
---------------------------------------------------------*/
.img-responsive {
  width: 100%;
}
.mfp-bg {
  z-index: 2042;
}
.mfp-wrap {
  z-index: 2043;
}
address {
  line-height: 1.6em;
}
/*---------------------------------------------------------
   Content Section Top Bottom Margin
---------------------------------------------------------*/
.page-section.default-page,
.blog-section {
  margin: 70px 0;
}
/*---------------------------------------------------------
   BUTTONS STYLES
---------------------------------------------------------*/
.btn {
  font-size: 1.125rem;
  padding: .7em 1.5em;
  text-transform: uppercase;
  border: 0;
  color: #ffffff;
  letter-spacing: .1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:focus,
.btn.active {
  outline: none !important;
  box-shadow: none;
}
.btn.btn-lg {
  padding: 1em 2em;
}
.btn.btn-sm {
  font-size: .9rem;
  padding: .2em .7em;
}
.btn.btn-xs {
  font-size: .8rem;
  padding: .3em .8em;
  font-weight: 500;
}
.btn.btn-primary {
  background-color: #f1ac59;
}
.btn.btn-default {
  background-color: #000000;
}
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:active:focus {
  color: #FFFFFF;
}
.btn.btn-link {
  background-color: #f1ac59;
}
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.btn:hover {
  color: #FFFFFF;
  background-color: #d27b12;
  text-decoration: none;
}
/*---------------------------------
  BUTTON STYLES LIST
---------------------------------*/
.button-styles-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.button-styles-list li button,
.button-styles-list li a {
  margin-right: 10px;
  margin-bottom: 15px;
}
.button-styles-list li a {
  display: inline-block;
}
.button-styles-list.color-list button {
  margin-bottom: 10px;
}
/*---------------------------------------------------------
   SOCIAL LINKS
---------------------------------------------------------*/
.social-shares li a {
  color: #313131;
}
/*---------------------------------------------------------
   FORM STYLE
---------------------------------------------------------*/
.form-control {
  font-size: 1rem;
  height: 3em;
  padding: .3em .5em;
  border: 1px solid #b9b9b9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #f1ac59;
}
.input-field textarea {
  margin-bottom: 20px;
  padding: 15px !important;
  min-height: 200px;
}
.comment-respond .input-field {
  margin-bottom: 30px;
}
.comment-respond .input-field label {
  margin-bottom: 10px;
}
/*---------------------------------------------------------
   CUSTOM RADIO BUTTON
---------------------------------------------------------*/
input[type="radio"] {
  position: relative;
}
input[type="radio"]::before,
input[type="radio"]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
input[type="radio"]::before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background: #ffffff;
  border: 2px solid #7F7F7F;
  z-index: 1;
}
input[type="radio"]::after {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  background: #f1ac59;
  z-index: 2;
  opacity: 0;
}
input[type="radio"]:checked::after {
  opacity: 1;
}
/*---------------------------------
  SELECT BOX
---------------------------------*/
.hippo-select-wrapper {
  position: relative;
  min-width: 20px;
  z-index: 0;
}
.hippo-select-wrapper .hippo-select-list {
  list-style: none;
  position: absolute;
  width: 100%;
  border-radius: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  top: -100%;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  background: #FFFFFF;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.hippo-select-wrapper .hippo-select-list li {
  cursor: pointer;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  white-space: nowrap;
}
.hippo-select-wrapper .hippo-select-list li.hippo-disabled {
  cursor: none;
  pointer-events: none;
}
.hippo-select-wrapper .hippo-select-contents {
  position: relative;
  border-bottom: solid 1px #E0E0E0;
  height: 30px;
  cursor: pointer;
}
.hippo-select-wrapper .hippo-select-contents .hippo-selected-item,
.hippo-select-wrapper .hippo-select-contents i {
  position: absolute;
  z-index: 0;
  top: 0;
}
.hippo-select-wrapper .hippo-select-contents .hippo-selected-item {
  left: 0;
  font-size: 11px;
}
.hippo-select-wrapper .hippo-select-contents i {
  right: 0;
  padding-top: 6px;
}
.hippo-select-wrapper.hippo-select-open {
  z-index: 1;
}
.hippo-select-wrapper.hippo-select-open .hippo-select-list {
  z-index: 2;
  top: 30px;
  visibility: visible;
  opacity: 1;
  height: auto;
  text-align: center;
  left: 0;
  background: #161616;
  color: #ffffff;
}
.hippo-select-wrapper.hippo-select-open .hippo-select-list li:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #505050;
}
.hippo-select-wrapper.hippo-select-open .hippo-select-list li.hippo-selected {
  color: #f1ac59;
  position: relative;
}
/*---------------------------------
  PAGE PRE-LOADER ANIMATION AND KEYFRAME
---------------------------------*/
.loader {
  /* animation : loader-rotate 2s ease-in-out infinite; */
  position: relative;
  width: 100%;
  height: 100%;
}
.loader .path {
  stroke-dasharray: 2, 200;
  stroke-dashoffset: 2;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  -moz-animation: loader-dash 1.5s ease-in-out infinite;
  -ms-animation: loader-dash 1.5s ease-in-out infinite;
  -o-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  fill: none;
  stroke: #ffffff;
  stroke-width: 10;
}
.page-pre-loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
}
.page-pre-loader {
  /*animation : loader-rotate 2s ease-in-out infinite;*/
  -webkit-animation: loader-rotate 2s ease-in-out infinite;
  -moz-animation: loader-rotate 2s ease-in-out infinite;
  -ms-animation: loader-rotate 2s ease-in-out infinite;
  -o-animation: loader-rotate 2s ease-in-out infinite;
  animation: loader-rotate 2s ease-in-out infinite;
  position: relative;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.page-pre-loader .path {
  stroke-dasharray: 2, 200;
  stroke-dashoffset: 2;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite, loader-color 6s ease-in-out infinite;
  -moz-animation: loader-dash 1.5s ease-in-out infinite, loader-color 6s ease-in-out infinite;
  -ms-animation: loader-dash 1.5s ease-in-out infinite, loader-color 6s ease-in-out infinite;
  -o-animation: loader-dash 1.5s ease-in-out infinite, loader-color 6s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite, loader-color 6s ease-in-out infinite;
  stroke-linecap: round;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
}
@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-ms-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-moz-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-o-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes loader-color {
  100%,
  0% {
    stroke: #000000;
  }
  40% {
    stroke: #f0ad4e;
  }
  66% {
    stroke: #0000ff;
  }
  80%,
  90% {
    stroke: #5cb85c;
  }
}
@-moz-keyframes loader-color {
  100%,
  0% {
    stroke: #000000;
  }
  40% {
    stroke: #f0ad4e;
  }
  66% {
    stroke: #0000ff;
  }
  80%,
  90% {
    stroke: #5cb85c;
  }
}
@-ms-keyframes loader-color {
  100%,
  0% {
    stroke: #000000;
  }
  40% {
    stroke: #f0ad4e;
  }
  66% {
    stroke: #0000ff;
  }
  80%,
  90% {
    stroke: #5cb85c;
  }
}
@-o-keyframes loader-color {
  100%,
  0% {
    stroke: #000000;
  }
  40% {
    stroke: #f0ad4e;
  }
  66% {
    stroke: #0000ff;
  }
  80%,
  90% {
    stroke: #5cb85c;
  }
}
@keyframes loader-color {
  100%,
  0% {
    stroke: #000000;
  }
  40% {
    stroke: #f0ad4e;
  }
  66% {
    stroke: #0000ff;
  }
  80%,
  90% {
    stroke: #5cb85c;
  }
}
/*---------------------------------------------------------
   SITE INNER WRAPPER
---------------------------------------------------------*/
.inner-wrapper {
  background-color: #ffffff;
  overflow: hidden;
}
/*---------------------------------------------------------
   HEADER SECTION
---------------------------------------------------------*/
.page-title-section {
  text-align: center;
  margin-bottom: 40px;
}
.page-title-section::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  left: 50%;
  margin-left: -20px;
  background: rgba(0, 0, 0, 0.3);
}
.page-title-section .page-header {
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 0;
}
@media only screen and (max-width : 767px) {
  .page-title-section .page-header {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media only screen and (max-width : 767px) {
  .page-title-section .page-header h1 {
    font-size: 2rem;
  }
}
.page-title-section .entry-meta {
  color: #4d4d4d;
  font-style: italic;
}
.page-title-section .entry-meta a {
  color: #333333;
  border-bottom: 1px solid #f2f2f2;
  font-style: normal;
}
.page-title-section .entry-meta a:hover {
  border-bottom-color: #000000;
}
/*---------------------------------------------------------
   HEADER STYLE
---------------------------------------------------------*/
.home.page .header-style-default {
  position: absolute;
  border: none;
  left: 0;
  right: 0;
  z-index: 101;
}
@media only screen and (max-width:768px) {
  .home.page .header-style-default {
    position: relative;
  }
}
.header.header-style-default,
.header.header-style-box {
  padding: 3em 0;
  /* Sticky Menu */
}
@media only screen and (max-width:768px) {
  .header.header-style-default,
  .header.header-style-box {
    padding: 1em 15px;
  }
}
@media only screen and (max-width : 767px) {
  .header.header-style-default,
  .header.header-style-box {
    padding: 1em 30px;
  }
}
.header.header-style-default .navbar-nav.navbar-right,
.header.header-style-box .navbar-nav.navbar-right {
  margin: 11px 0 0;
}
.header.header-style-default .site-logo,
.header.header-style-box .site-logo {
  min-height: 70px;
  margin-right: 20px;
}
@media only screen and (max-width:567px) {
  .header.header-style-default .site-logo,
  .header.header-style-box .site-logo {
    margin: 0;
  }
}
.header.header-style-default.sticky-header,
.header.header-style-box.sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  margin: 0;
  padding: 1em 0;
  z-index: 101;
  -webkit-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width:567px) {
  .header.header-style-default.sticky-header,
  .header.header-style-box.sticky-header {
    padding: 0;
  }
  .header.header-style-default.sticky-header .site-logo,
  .header.header-style-box.sticky-header .site-logo {
    display: none;
  }
  .header.header-style-default.sticky-header .header-right-content,
  .header.header-style-box.sticky-header .header-right-content {
    margin-top: 0;
  }
}
@media only screen and (max-width : 767px) {
  .header.header-style-default.sticky-header,
  .header.header-style-box.sticky-header {
    padding: 1em 15px;
  }
}
.header .header-right-content {
  float: right;
  margin: 11px 0 0 40px;
}
@media only screen and (max-width:567px) {
  .header .header-right-content {
    float: none;
    margin: 20px 0 0;
  }
}
.header .header-right-content > div {
  display: inline-block;
  position: relative;
}
.header .header-right-content > div a {
  color: #000000;
}
@media only screen and (max-width:768px) {
  .header .header-right-content > div a {
    font-size: .8rem;
  }
}
.header .header-right-content > div a:hover {
  color: #f1ac59;
}
.header .user-login,
.header .cart-notify {
  font-size: 1rem;
  text-transform: uppercase;
  color: #000000;
  line-height: 48px;
}
.header .cart-notify {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width:768px) {
  .header .cart-notify {
    margin-left: 10px;
    padding-left: 0;
    border: 0;
  }
}
.header .cart-notify a {
  color: #000000;
}
.header .cart-notify i {
  margin-right: 5px;
  font-size: 1.2rem;
}
@media only screen and (max-width:768px) {
  .header .cart-notify i {
    font-size: .8rem;
  }
}
/*---------------------------------------------------------
  HOME PAGE
---------------------------------------------------------*/
/* Hippo More Button */
.hippo-page-link-wrapper {
  position: relative;
}
.hippo-page-link-wrapper .hippo-page-link {
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #f1ac59;
  margin: 30px 0 150px;
  display: inline-block;
  letter-spacing: .1em;
}
.hippo-page-link-wrapper .hippo-page-link:hover {
  background: #fff2a8;
  color: #000000;
  border-bottom-color: #ffe75b;
}
.hippo-page-link-wrapper::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
  left: 50%;
  bottom: 0;
}
/*Newsletter Popup*/
#hippo-newsletter-popup {
  background: rgba(0, 0, 0, 0.5);
}
#hippo-newsletter-popup .modal-dialog {
  margin: 100px auto;
}
#hippo-newsletter-popup .modal-content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
#hippo-newsletter-popup .close {
  top: 20px;
  width: 20px;
  height: 20px;
}
#hippo-newsletter-popup .close::after,
#hippo-newsletter-popup .close::before {
  background: rgba(0, 0, 0, 0.8);
  width: 20px;
  top: 10px;
}
#hippo-newsletter-popup .modal-body {
  padding: 4em;
}
#hippo-newsletter-popup .modal-body strong {
  font-family: Roboto;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2em;
  display: block;
  margin-bottom: 30px;
}
#hippo-newsletter-popup .modal-body form {
  margin-top: 10px;
  position: relative;
}
#hippo-newsletter-popup .modal-body form input[type="email"] {
  border: 1px solid #b9b9b9;
  line-height: 50px;
  padding: 0 120px 0 10px;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#hippo-newsletter-popup .modal-body form input[type="submit"] {
  border: 0;
  background: #f1ac59;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 42px;
  color: #FFFFFF;
  padding: 0 10px;
  letter-spacing: .1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* CALL TO ACTION */
.hippo-call-to-action {
  background: #222222;
  padding: 3em 0;
}
.hippo-call-to-action h1,
.hippo-call-to-action h2,
.hippo-call-to-action h3,
.hippo-call-to-action h4,
.hippo-call-to-action h5,
.hippo-call-to-action p {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2.5em;
}
@media only screen and (max-width:768px) {
  .hippo-call-to-action h1,
  .hippo-call-to-action h2,
  .hippo-call-to-action h3,
  .hippo-call-to-action h4,
  .hippo-call-to-action h5,
  .hippo-call-to-action p {
    text-align: center !important;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width:768px) {
  .hippo-call-to-action .wpb_wrapper {
    text-align: center !important;
  }
}
/*COMMON SECTION STYLE*/
.section-top-padding {
  padding-top: 5em;
}
.section-bottom-padding {
  padding-bottom: 5em;
}
.section-top-bottom-padding {
  padding-top: 5em;
  padding-bottom: 5em;
}
/*Middle Content*/
@media only screen and (max-width:768px) {
  .display-middle-content {
    margin-bottom: 3em !important;
  }
}
.content-vertical-align {
  padding: 7em 0;
}
@media only screen and (max-width:1200px) {
  .content-vertical-align {
    padding: 3em 0;
  }
}
@media only screen and (max-width:768px) {
  .content-vertical-align {
    padding: 5em 2em;
    text-align: center;
  }
}
.content-vertical-align h2 {
  font-size: 3rem;
}
@media only screen and (max-width:768px) {
  .content-vertical-align h2 {
    font-size: 2rem;
  }
}
.content-vertical-align p {
  font-size: 1.2rem;
}
@media only screen and (max-width:768px) {
  .content-vertical-align p {
    font-size: 1rem;
  }
}
.content-vertical-align hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
/*SECTION TITLE STYLE*/
.section-title {
  margin-bottom: 3em;
  text-align: center;
}
.section-title h2 {
  margin-top: 0;
  font-size: 2rem;
}
@media only screen and (max-width:768px) {
  .section-title h2 {
    font-size: 2rem;
  }
}
.section-title span,
.section-title p,
.section-title strong {
  color: #333333;
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
}
@media only screen and (max-width:768px) {
  .section-title span,
  .section-title p,
  .section-title strong {
    font-size: 1rem;
  }
}
/*FEATURE SECTION*/
.section-feature {
  text-align: center;
  padding: 5em 0;
}
@media only screen and (max-width : 767px) {
  .section-feature {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.section-feature .hippo-product-feature-wrapper {
  margin-top: 2em;
}
@media only screen and (max-width:992px) {
  .section-feature .hippo-product-feature-wrapper {
    margin-top: 5em;
  }
}
.section-feature .hippo-product-feature-wrapper i {
  display: block;
  margin-bottom: .7em;
}
.section-feature .hippo-product-feature-wrapper i::before {
  font-size: 4rem;
  margin: 0;
}
.section-feature h3 {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: .5em;
}
.section-feature i {
  font-size: 4em;
  color: #363636;
}
/*SPECIFICATION SECTION*/
.section-specification {
  padding: 5em 0;
}
.section-specification .specification-left {
  text-align: right;
}
@media only screen and (max-width:768px) {
  .section-specification .specification-left {
    text-align: center;
  }
}
.section-specification .specification-left h3,
.section-specification .specification-left p {
  margin-right: 5rem;
}
@media only screen and (max-width:768px) {
  .section-specification .specification-left h3,
  .section-specification .specification-left p {
    margin: 0 auto;
  }
}
.section-specification .specification-left i {
  right: 0;
}
.section-specification .specification-right {
  text-align: left;
}
@media only screen and (max-width:768px) {
  .section-specification .specification-right {
    text-align: center;
  }
}
.section-specification .specification-right h3,
.section-specification .specification-right p {
  margin-left: 5rem;
}
@media only screen and (max-width:768px) {
  .section-specification .specification-right h3,
  .section-specification .specification-right p {
    margin: 0 auto;
  }
}
.section-specification .specification-right i {
  left: 0;
}
.section-specification .specification-left,
.section-specification .specification-right {
  margin: 2em 0;
}
.section-specification .specification-left h3,
.section-specification .specification-right h3 {
  font-family: Roboto;
  font-size: 1rem;
  margin-top: 0;
  font-weight: 300;
  display: block;
}
.section-specification .specification-left .hippo-product-feature-wrapper,
.section-specification .specification-right .hippo-product-feature-wrapper {
  min-height: 150px;
  position: relative;
}
@media only screen and (max-width:768px) {
  .section-specification .specification-left .hippo-product-feature-wrapper,
  .section-specification .specification-right .hippo-product-feature-wrapper {
    margin-bottom: 2em;
  }
}
.section-specification .specification-left .hippo-product-feature-wrapper i,
.section-specification .specification-right .hippo-product-feature-wrapper i {
  font-size: 2em;
  position: absolute;
  top: .5em;
  width: 2em;
  height: 2em;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.section-specification .specification-left .hippo-product-feature-wrapper i[class*=" flaticon-"]:after,
.section-specification .specification-right .hippo-product-feature-wrapper i[class*=" flaticon-"]:after,
.section-specification .specification-left .hippo-product-feature-wrapper i[class*=" flaticon-"]:before,
.section-specification .specification-right .hippo-product-feature-wrapper i[class*=" flaticon-"]:before,
.section-specification .specification-left .hippo-product-feature-wrapper i[class^=flaticon-]:after,
.section-specification .specification-right .hippo-product-feature-wrapper i[class^=flaticon-]:after,
.section-specification .specification-left .hippo-product-feature-wrapper i[class^=flaticon-]:before,
.section-specification .specification-right .hippo-product-feature-wrapper i[class^=flaticon-]:before {
  font-size: 1.5em;
  margin: 0;
}
@media only screen and (max-width:768px) {
  .section-specification .specification-left .hippo-product-feature-wrapper i,
  .section-specification .specification-right .hippo-product-feature-wrapper i {
    position: relative;
    margin: 0 auto;
  }
}
.section-specification .hippo-product-technical-details-wrapper .hippo-product-technical-details-title {
  font-size: 1rem;
  margin: 1em 0 2em;
}
.section-specification .hippo-product-technical-details-wrapper .hippo-product-technical-details-title .hippo-product-technical-details-link {
  color: #ffffff;
  display: inline-block;
  background: #f1ac59;
  padding: 1em 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-specification .hippo-product-technical-details-wrapper .hippo-product-technical-details-title .hippo-product-technical-details-link i.hippo-product-technical-details-icon {
  position: relative;
  font-size: 1.2rem;
  top: .1em;
  left: .1em;
}
.section-specification .hippo-product-technical-details-wrapper .hippo-product-technical-details-title .hippo-product-technical-details-link:hover,
.section-specification .hippo-product-technical-details-wrapper .hippo-product-technical-details-title .hippo-product-technical-details-link:focus {
  background: #f1ac59;
}
.section-specification .hippo-product-technical-details-wrapper .specification-list .table-responsive {
  border: 0;
}
.section-specification .hippo-product-technical-details-wrapper .specification-list table {
  width: 100%;
}
.section-specification .hippo-product-technical-details-wrapper .specification-list table tr th,
.section-specification .hippo-product-technical-details-wrapper .specification-list table tr td {
  font-size: 1rem;
  width: 50%;
  padding-top: 1em;
  padding-bottom: .5em;
  border: 0;
}
.section-specification .hippo-product-technical-details-wrapper .specification-list table tr th {
  text-align: right;
  padding-right: 1em;
}
.section-specification .hippo-product-technical-details-wrapper .specification-list table tr td {
  text-align: left;
  position: relative;
  padding-left: 0;
}
.section-specification .hippo-product-technical-details-wrapper .specification-list table tr td::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
}
/*---------------------------------------------------------
   SUBSCRIBE BAR
---------------------------------------------------------*/
.th-btm-newsletter .newsletter {
  width: 600px;
  margin: 0 auto;
}
.th-btm-newsletter .newsletter form {
  position: relative;
}
.th-btm-newsletter .newsletter input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 0 10em 0 1em;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.th-btm-newsletter .newsletter input[type="email"]:focus {
  border-color: #f1ac59;
}
.th-btm-newsletter .newsletter input[type="submit"] {
  background: #f1ac59;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  margin: 5px;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: .1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.th-btm-newsletter .newsletter input[type="submit"]:hover {
  background: #a35f0e;
}
.th-btm-newsletter .newsletter .mc4wp-alert {
  font-size: 10px;
  position: absolute;
  top: 0;
  background: #FFFFFF;
  left: 0;
  margin: 10px;
  line-height: 13px;
}
.hippo-join-us-wrapper {
  text-align: right;
  padding: 1em 0;
}
@media only screen and (max-width : 767px) {
  .hippo-join-us-wrapper {
    padding: 1em 0;
    text-align: center;
    line-height: 2em;
  }
}
.hippo-join-us-wrapper ul {
  margin: 0;
  display: table;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .hippo-join-us-wrapper ul {
    display: block;
  }
}
.hippo-join-us-wrapper ul li {
  display: table-cell;
}
@media only screen and (max-width : 767px) {
  .hippo-join-us-wrapper ul li {
    display: inline-block;
  }
}
.hippo-join-us-wrapper .hippo-join-us-title {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
}
@media only screen and (min-width:768px) {
  .hippo-join-us-wrapper .hippo-join-us-title {
    font-size: .8rem;
  }
}
@media only screen and (max-width : 767px) {
  .hippo-join-us-wrapper .hippo-join-us-title {
    display: block;
  }
}
.hippo-join-us-wrapper a {
  color: #ffffff;
}
.hippo-join-us-wrapper a:hover {
  color: rgba(255, 255, 255, 0.5);
}
/*---------------------------------------------------------
   VIDEO POPUP SETTINGS
---------------------------------------------------------*/
.hippo-video-popup-wrapper {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: block;
  position: relative;
}
.hippo-video-popup-wrapper a.video-popup-open-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hippo-video-popup-wrapper a.video-popup-open-link:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hippo-video-popup-wrapper i {
  position: relative;
  width: 2em;
  height: 2em;
  font-size: 3rem;
  line-height: 2em;
  color: #ffffff;
  background: #f1ac59;
  top: 50%;
  margin-top: -1em;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  border-radius: 100% !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hippo-video-popup-wrapper i::before {
  margin-left: 5px;
}
.video-full-width-wrapper .hippo-video-popup-wrapper {
  height: 25rem;
}
.video-full-width-wrapper .hippo-video-popup-wrapper a.video-popup-open-link {
  background: rgba(0, 0, 0, 0.7);
}
.video-full-width-wrapper .hippo-video-popup-wrapper i {
  font-size: 3rem;
}
.video-thumb-wrapper .hippo-video-popup-wrapper {
  width: 90%;
  height: 18.75rem;
  margin: 40px auto;
  -webkit-box-shadow: 0 2em 2.8em 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2em 2.8em 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 2em 2.8em 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2em 2.8em 0 rgba(0, 0, 0, 0.6);
}
.video-thumb-wrapper .hippo-video-popup-wrapper a.video-popup-open-link {
  background: rgba(0, 0, 0, 0.3);
}
.video-thumb-wrapper .hippo-video-popup-wrapper a.video-popup-open-link::after {
  content: "";
  position: absolute;
  top: -1em;
  left: -1em;
  right: -1em;
  bottom: -1em;
  border: 2px solid rgba(0, 0, 0, 0.6);
}
.video-thumb-wrapper .hippo-video-popup-wrapper a.video-popup-open-link:hover {
  background: rgba(0, 0, 0, 0.5);
}
.video-thumb-wrapper .hippo-video-popup-wrapper a.video-popup-open-link:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.video-thumb-wrapper .hippo-video-popup-wrapper i {
  font-size: 2rem;
}
.video-popup.modal {
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
}
.video-popup .modal-dialog {
  width: 100%;
  margin: 0;
}
.video-popup .modal-content {
  background: transparent !important;
}
.video-popup .modal-body {
  padding: 0;
}
.video-popup .close::after,
.video-popup .close::before {
  background: #ffffff;
}
/*---------------------------------------------------------
   MODAL ANIMATIONS
---------------------------------------------------------*/
.modal-backdrop {
  display: none;
}
.modal.fade {
  /* Modal Dialouge Box */
}
.modal.fade .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 30px;
  z-index: 101;
  opacity: 1;
}
.close::after,
.close::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 25px;
  left: 0;
}
.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
/*---------------------------------------------------------
   LOGIN MODAL
---------------------------------------------------------*/
.modal-backdrop {
  z-index: inherit;
}
#login.modal {
  background: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width:567px) {
  #login.modal {
    padding: 0 !important;
  }
}
#login.modal .modal-header {
  border: 0;
  text-align: center;
}
#login.modal .modal-header .close {
  top: 20px;
  width: 20px;
  height: 20px;
  right: initial;
  position: absolute;
}
#login.modal .modal-header .close::before,
#login.modal .modal-header .close::after {
  background: #ffffff;
  width: 20px;
  top: 10px;
}
#login.modal .modal-dialog {
  margin: 50px auto;
}
#login.modal .modal-dialog .modal-content {
  padding: 0;
  background-color: #ffffff;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#login.modal .login-modal-tabs {
  text-align: center;
  border: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  background: #7B7B7B;
  overflow: hidden;
}
#login.modal .login-modal-tabs li {
  width: 50%;
  margin: 0;
  height: 70px;
  line-height: 70px;
}
#login.modal .login-modal-tabs li a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  margin: 0;
  background: transparent;
  padding: 0;
  line-height: inherit;
  text-decoration: none;
}
#login.modal .login-modal-tabs li.active {
  background: #ffffff;
}
#login.modal .login-modal-tabs li.active a {
  color: #000000 !important;
}
/*---------------------------------------------------------
   LOGIN CONTAINER
---------------------------------------------------------*/
.form-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  /* Login Card
  ----------------------------*/
}
.form-container .input-container.input-field {
  padding: 1.25em 0 0 0;
  width: 100%;
}
.form-container .input-container label {
  width: 100%;
}
.form-container .button-container {
  margin: 1.25em 0 0;
  text-align: center;
}
.form-container .button-container .btn {
  width: 100%;
}
.form-container .card {
  position: relative;
  margin: 0;
  padding: 30px 50px 50px;
  /*footer*/
}
.form-container .card .footer {
  margin: 0;
  font-size: .9em;
  text-align: center;
  padding: 15px 0 0;
  background: transparent;
}
.form-container .card .footer a {
  color: #505050;
  text-decoration: none;
}
.form-container .card .footer a:hover {
  color: #000000;
  background: #fff2a8;
  border-bottom: 1px solid #ffe75b;
}
/*---------------------------------------------------------
   PASSWORD RESET
---------------------------------------------------------*/
.lost_reset_password p {
  margin-bottom: 10px;
}
.lost_reset_password .input-field {
  padding: 0;
  margin-bottom: 20px;
}
.lost_reset_password .btn {
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------
  HIPPO TEAM
----------------------------------------------*/
.hippo-team-section .hippo-team-wrapper {
  margin-bottom: 38px;
  position: relative;
}
.hippo-team-section .hippo-team-wrapper .hippo-team-details {
  position: absolute;
  bottom: 20px;
  padding: 10px 20px;
}
.hippo-team-section .hippo-team-wrapper .hippo-team-member-name {
  color: #ffffff;
  margin: 0;
  font-size: 1.2rem;
}
.hippo-team-section .hippo-team-wrapper .hippo-team-designation {
  color: #ffffff;
  font-size: .9rem;
  line-height: .9em;
  margin: 0;
}
/*---------------------------------------------------------
  VISUAL COMPOSER STYLES
---------------------------------------------------------*/
h2.wpb_heading {
  margin-bottom: 80px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .4em;
  font-weight: 400;
}
/*---------------------------------------------------------
  VISUAL COMPOSER BUTTON STYLES
---------------------------------------------------------*/
/* VISUAL COMPOSER BUTTON SHAPE */
.vc_btn3 {
  background-image: none !important;
}
.vc_btn3:not(.vc_btn3-style-outline) {
  border: 0 !important;
}
.vc_btn3.vc_btn3-style-outline-custom {
  border: 2px solid !important;
}
.vc_btn3.vc_btn3-style-outline {
  color: #FFFFFF !important;
}
.vc_btn3.vc_btn3-shape-rounded {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
/* VISUAL COMPOSER BUTTON SIZES */
.vc_btn3.vc_btn3-size-lg {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.vc_btn3.vc_btn3-size-md {
  padding: 15px 30px !important;
  font-size: 15px !important;
  line-height: 22px !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
  padding: 13px 30px !important;
}
.vc_btn3.vc_btn3-size-sm {
  padding: 0 10px 0 !important;
  font-size: 10px !important;
  line-height: 22px !important;
}
.vc_btn3 {
  /*3d buttons*/
}
.vc_btn3.vc_btn3-color-white {
  color: #3A424D !important;
}
.vc_btn3.vc_btn3-color-white:hover {
  background-color: #f1ac59 !important;
  color: #FFFFFF !important;
}
.vc_btn3.vc_btn3-color-black {
  background-color: #3A424D !important;
}
.vc_btn3.vc_btn3-color-black:hover {
  background-color: #242930 !important;
}
.vc_btn3.vc_btn3-color-green {
  background-color: #5CB85C !important;
}
.vc_btn3.vc_btn3-color-green:hover {
  background-color: #449d44 !important;
}
.vc_btn3.vc_btn3-color-sky {
  background-color: #31B0D5 !important;
}
.vc_btn3.vc_btn3-color-sky:hover {
  background-color: #2490af !important;
}
.vc_btn3.vc_btn3-color-orange {
  background-color: #E1A43C !important;
}
.vc_btn3.vc_btn3-color-orange:hover {
  background-color: #cb8b1f !important;
}
.vc_btn3.vc_btn3-color-grey {
  background-color: #DCDCDC !important;
}
.vc_btn3.vc_btn3-color-grey:hover {
  background-color: #c3c3c3 !important;
}
.vc_btn3.vc_btn3-color-vista-blue {
  background-color: #75D79C !important;
}
.vc_btn3.vc_btn3-color-vista-blue:hover {
  background-color: #4dcc80 !important;
}
.vc_btn3.vc_btn3-color-mulled-wine {
  background-color: #50485B !important;
}
.vc_btn3.vc_btn3-color-mulled-wine:hover {
  background-color: #37313f !important;
}
.vc_btn3.vc_btn3-color-chino {
  background-color: #CEC2AB !important;
}
.vc_btn3.vc_btn3-color-chino:hover {
  background-color: #bbab8b !important;
}
.vc_btn3.vc_btn3-color-peacoc {
  background-color: #4CADC9 !important;
}
.vc_btn3.vc_btn3-color-peacoc:hover {
  background-color: #3492ae !important;
}
.vc_btn3.vc_btn3-color-violet {
  background-color: #8D7DC4 !important;
}
.vc_btn3.vc_btn3-color-violet:hover {
  background-color: #6e5ab4 !important;
}
.vc_btn3.vc_btn3-color-pink {
  background-color: #FE7C71 !important;
}
.vc_btn3.vc_btn3-color-pink:hover {
  background-color: #fe4d3e !important;
}
.vc_btn3.vc_btn3-color-turquoise {
  background-color: #00C1CF !important;
}
.vc_btn3.vc_btn3-color-turquoise:hover {
  background-color: #00919c !important;
}
.vc_btn3.vc_btn3-color-blue {
  background-color: #347CA4 !important;
}
.vc_btn3.vc_btn3-color-blue:hover {
  background-color: #285f7d !important;
}
.vc_btn3.vc_btn3-color-inverse {
  background-color: #555555 !important;
}
.vc_btn3.vc_btn3-color-inverse:hover {
  background-color: #3b3b3b !important;
}
.vc_btn3.vc_btn3-color-danger {
  background-color: #C9302C !important;
}
.vc_btn3.vc_btn3-color-danger:hover {
  background-color: #9f2623 !important;
}
.vc_btn3.vc_btn3-color-warning {
  background-color: #EC971F !important;
}
.vc_btn3.vc_btn3-color-warning:hover {
  background-color: #c77c11 !important;
}
.vc_btn3.vc_btn3-color-success {
  background-color: #449D44 !important;
}
.vc_btn3.vc_btn3-color-success:hover {
  background-color: #357935 !important;
}
.vc_btn3.vc_btn3-color-info {
  background-color: #31B0D5 !important;
}
.vc_btn3.vc_btn3-color-info:hover {
  background-color: #2490af !important;
}
.vc_btn3.vc_btn3-color-primary {
  background-color: #0088CC !important;
}
.vc_btn3.vc_btn3-color-primary:hover {
  background-color: #006699 !important;
}
.vc_btn3.vc_btn3-color-default {
  background-color: #F7F7F7 !important;
}
.vc_btn3.vc_btn3-color-default:hover {
  background-color: #dedede !important;
}
.vc_btn3.vc_btn3-style-3d:hover {
  top: 0 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-black {
  box-shadow: 0 2px 0 #242930 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-black:hover {
  box-shadow: 0 2px 0 #0e1013 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-green {
  box-shadow: 0 2px 0 #449d44 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-green:hover {
  box-shadow: 0 2px 0 #357935 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-sky {
  box-shadow: 0 2px 0 #2490af !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-sky:hover {
  box-shadow: 0 2px 0 #1b6d85 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-orange {
  box-shadow: 0 2px 0 #cb8b1f !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-orange:hover {
  box-shadow: 0 2px 0 #9f6d18 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-grey {
  box-shadow: 0 2px 0 #c3c3c3 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-grey:hover {
  box-shadow: 0 2px 0 #a9a9a9 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-vista-blue {
  box-shadow: 0 2px 0 #4dcc80 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-vista-blue:hover {
  box-shadow: 0 2px 0 #34b266 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-mulled-wine {
  box-shadow: 0 2px 0 #37313f !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-mulled-wine:hover {
  box-shadow: 0 2px 0 #1e1b22 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-peacoc {
  box-shadow: 0 2px 0 #3492ae !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-peacoc:hover {
  box-shadow: 0 2px 0 #297186 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-violet {
  box-shadow: 0 2px 0 #6e5ab4 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-violet:hover {
  box-shadow: 0 2px 0 #574497 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-pink {
  box-shadow: 0 2px 0 #fe4d3e !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-pink:hover {
  box-shadow: 0 2px 0 #fd1f0c !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-turquoise {
  box-shadow: 0 2px 0 #00919c !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-turquoise:hover {
  box-shadow: 0 2px 0 #006269 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-blue {
  box-shadow: 0 2px 0 #285f7d !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-blue:hover {
  box-shadow: 0 2px 0 #1b4157 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-inverse {
  box-shadow: 0 2px 0 #3b3b3b !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-inverse:hover {
  box-shadow: 0 2px 0 #222222 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-danger {
  box-shadow: 0 2px 0 #9f2623 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-danger:hover {
  box-shadow: 0 2px 0 #751c1a !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-warning {
  box-shadow: 0 2px 0 #c77c11 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-warning:hover {
  box-shadow: 0 2px 0 #985e0d !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-success {
  box-shadow: 0 2px 0 #357935 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-success:hover {
  box-shadow: 0 2px 0 #255625 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-info {
  box-shadow: 0 2px 0 #2490af !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-info:hover {
  box-shadow: 0 2px 0 #1b6d85 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-primary {
  box-shadow: 0 2px 0 #006699 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-primary:hover {
  box-shadow: 0 2px 0 #004466 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-default {
  box-shadow: 0 2px 0 #dedede !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-default:hover {
  box-shadow: 0 2px 0 #c4c4c4 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-white {
  box-shadow: 0 2px 0 #E3E3E3 !important;
}
.vc_btn3.vc_btn3-style-3d.vc_btn3-color-white:hover {
  box-shadow: 0 2px 0 #ed942a !important;
}
.vc_separator {
  margin: 25px 0 !important;
}
.hippo-vc_text_separator-with-link a {
  color: #000000;
}
.hippo-vc_text_separator-with-link a:hover {
  color: #f1ac59;
}
.fixed-background {
  background-attachment: fixed;
}
/* VISUAL COMPOSER TAB */
.vc_tta-tabs-container .vc_tta-tab.vc_active a {
  color: #f1ac59 !important;
}
/* VISUAL COMPOSER TOUR TAB */
.wpb_tour .wpb_tabs_nav {
  width: 25% !important;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  width: 75% !important;
}
.wpb_tour_next_prev_nav {
  margin-left: 25% !important;
}
.wpb_tour_tabs_wrapper > ul {
  padding-right: 30px !important;
}
.wpb_tour_tabs_wrapper > ul > li {
  border-bottom: 1px solid #EEEEEE;
  background-color: transparent !important;
  position: relative;
}
.hippo-tour-tab ul li a::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 14px;
  color: #DDDDDD;
}
.wpb_tour_tabs_wrapper ul li a {
  color: #222121;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  white-space: normal;
}
.wpb_tour_tabs_wrapper ul li a:hover {
  color: #f1ac59;
}
.wpb_tour_tabs_wrapper ul li.ui-tabs-active a {
  background-color: #f1ac59;
  color: #FFFFFF;
}
.wpb_tour_tabs_wrapper .ui-tabs-panel ul {
  margin-left: 20px;
}
.wpb_tour_tabs_wrapper .ui-tabs-panel li {
  list-style: none;
  position: relative;
  margin-bottom: 40px;
}
.wpb_tour_tabs_wrapper .ui-tabs-panel li::before {
  content: "\f059";
  font-family: 'FontAwesome';
  font-size: 24px;
  position: absolute;
  left: -30px;
  top: 5px;
  text-align: center;
  color: #f1ac59;
  line-height: 15px;
}
.wpb_tour_tabs_wrapper .ui-tabs-panel h3 {
  font-weight: 400;
  margin: 0;
  font-size: 20px;
  margin-bottom: 10px;
}
.wpb_tour_tabs_wrapper .ui-tabs-panel p {
  margin-bottom: 30px !important;
}
.wpb_tour_next_prev_nav a {
  background-color: #f1ac59;
  color: #FFFFFF;
  padding: 5px 10px;
  border-bottom: 0 !important;
}
.wpb_tour_next_prev_nav a:hover {
  opacity: 0.8;
}
/*---------------------------------------------------------
  VISUAL COMPOSER ACCORDION
---------------------------------------------------------*/
.wpb_accordion_wrapper .wpb_accordion_header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.wpb_accordion_header:focus {
  outline: none;
}
.shortcode-settings {
  margin-top: 30px;
}
.shortcode-settings .wpb_accordion_header {
  display: inline-block;
}
.shortcode-settings .wpb_accordion_wrapper .ui-state-default .ui-icon,
.shortcode-settings .wpb_accordion_wrapper .ui-state-active .ui-icon {
  left: 5px;
  right: inherit !important;
  top: 13px !important;
}
.shortcode-settings .wpb_accordion_header a {
  padding: 5px 20px 5px 30px !important;
  background-color: #DDDDDD;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.vc_tta-panels .vc_tta-panel.vc_active a {
  color: #f1ac59 !important;
}
.vc_tta-panels .vc_tta-panel.vc_active .vc_tta-controls-icon:before {
  border-color: #f1ac59 !important;
}
.vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title a {
  background: #FFFFFF !important;
}
/*---------------------------------------------------------
  VISUAL COMPOSER BLOG POST GRID
---------------------------------------------------------*/
.teaser_grid_container ul {
  margin-left: -15px;
  margin-bottom: -30px;
}
.teaser_grid_container ul.wpb_thumbnails-fluid li {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
li.isotope-item {
  margin-bottom: 70px !important;
}
ul.categories_filter li {
  margin-right: 20px !important;
  color: #222121;
}
ul.categories_filter li a {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #222121;
}
ul.categories_filter li a:after {
  position: absolute;
  content: "/";
  right: -15px;
}
ul.categories_filter li:last-child a:after {
  content: "";
}
ul.categories_filter li.active a,
ul.categories_filter li a:hover {
  color: #f1ac59;
}
ul.categories_filter li.active a {
  border-bottom: 1px solid #f1ac59;
}
.isotope-item .post-thumb,
.vc_slide_post .post-thumb {
  margin-bottom: 10px;
}
.post-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}
.post-title a {
  color: #222121;
}
.post-title a:hover {
  color: #f1ac59;
}
.vc_read_more {
  display: inline-block;
  margin-top: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  background-color: #f1ac59;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.vc_read_more:hover {
  background-color: #f1ac59;
  color: #FFFFFF;
}
/*---------------------------------------------------------
  VISUAL COMPOSER CAROUSEL IMAGE SLIDER
---------------------------------------------------------*/
.vc_carousel-inner .vc_inner img {
  width: 100%;
}
.vc_carousel .vc_carousel-control {
  width: 50px !important;
  opacity: 0 !important;
}
.vc_carousel:hover .vc_carousel-control {
  opacity: 1 !important;
}
.vc_carousel:hover .vc_left.vc_carousel-control {
  left: 0 !important;
}
.vc_carousel:hover .vc_right.vc_carousel-control {
  right: 0 !important;
}
.vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators {
  position: absolute;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
}
.vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li {
  display: inline-block !important;
  margin: 0 !important;
}
.vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators,
.vc_carousel-indicators {
  bottom: -40px !important;
}
.vc_left.vc_carousel-control {
  left: 100px !important;
}
.vc_right.vc_carousel-control {
  right: 125px !important;
}
.vc_images_carousel .vc_carousel-control .icon-prev:before,
.vc_images_carousel .vc_carousel-control .icon-next:before {
  font-family: Fontawesome;
  line-height: 45px !important;
  font-size: 30px !important;
  top: -5px !important;
}
.vc_carousel-control .icon-prev,
.vc_carousel-control .icon-next,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  width: 40px !important;
  height: 40px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
  color: #FFFFFF;
  line-height: 45px;
}
.vc_carousel-indicators li,
.flex-control-paging li a {
  width: 10px !important;
  height: 5px !important;
  background: #f1ac59 !important;
  border: 0 !important;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.vc_carousel-indicators li.vc_active,
.flex-control-paging li a.vc_active,
.vc_carousel-indicators li.flex-active,
.flex-control-paging li a.flex-active {
  width: 25px !important;
}
/*---------------------------------------------------------
  VISUAL COMPOSER FLEX SLIDE
---------------------------------------------------------*/
.flex-direction-nav {
  opacity: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.flex-direction-nav a {
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  line-height: 47px !important;
  overflow: hidden;
}
.flex-direction-nav a:before {
  font-size: 30px !important;
  font-family: Fontawesome !important;
  display: block !important;
  line-height: 40px !important;
}
.flex-direction-nav .flex-prev:before {
  content: "\f104" !important;
}
.flex-direction-nav .flex-next {
  text-align: center !important;
}
.flex-direction-nav .flex-next:before {
  content: "\f105" !important;
}
.flexslider {
  box-shadow: none !important;
  border: 0 !important;
}
.flexslider:hover .flex-prev {
  left: 0 !important;
}
.flexslider:hover .flex-next {
  right: 0 !important;
}
.flexslider:hover .flex-direction-nav {
  opacity: 1;
}
.flex-control-nav {
  bottom: -50px !important;
}
.flex-control-nav li {
  margin: 0 2px !important;
}
/*---------------------------------------------------------
  VISUAL COMPOSER NIVO SLIDER
---------------------------------------------------------*/
.theme-default {
  position: relative;
}
.theme-default .nivoSlider {
  box-shadow: none !important;
}
.theme-default .nivo-directionNav a {
  width: 40px !important;
  height: 40px !important;
  background: #f1ac59 !important;
  text-indent: initial !important;
  line-height: 40px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  text-align: center;
  text-indent: 0 !important;
}
.theme-default .nivo-directionNav a:before {
  content: "";
  font-family: Fontawesome;
  font-size: 30px;
  display: block;
}
.theme-default a.nivo-prevNav {
  left: 100px !important;
}
.theme-default a.nivo-nextNav {
  right: 100px !important;
}
.theme-default a.nivo-prevNav,
.theme-default a.nivo-nextNav {
  opacity: 0.7 !important;
}
.theme-default a.nivo-prevNav:hover,
.theme-default a.nivo-nextNav:hover {
  opacity: 1 !important;
}
.theme-default .nivo-controlNav {
  position: absolute;
  width: 100%;
  bottom: -55px;
  z-index: 999;
}
.theme-default .nivo-controlNav a {
  background: #f1ac59 !important;
  width: 10px !important;
  height: 5px !important;
  border-radius: 5px !important;
}
.theme-default .nivo-controlNav a.active {
  width: 25px !important;
}
.nivo-directionNav .nivo-prevNav:before {
  content: "\f104" !important;
}
.nivo-directionNav .nivo-nextNav:before {
  content: "\f105" !important;
}
/*---------------------------------------------------------
  VISUAL COMPOSER PROGRESSBAR
---------------------------------------------------------*/
.vc_progress_bar .vc_single_bar {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
  margin-bottom: 70px !important;
  box-shadow: none !important;
  height: 20px;
}
.vc_progress_bar .vc_single_bar .vc_bar {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
}
.vc_progress_bar .vc_single_bar .vc_label {
  top: -35px;
  padding: 0 !important;
  font-size: 18px !important;
  color: #363636 !important;
  text-shadow: none !important;
}
/*---------------------------------------------------------
  VISUAL COMPOSER PIE CHART
---------------------------------------------------------*/
.vc_pie_chart h4 {
  margin-top: 20px;
}
/*---------------------------------------------------------
  VISUAL COMPOSER TOGGLE
---------------------------------------------------------*/
.vc_toggle {
  margin: 0 0 10px 0 !important;
  border: 1px solid #EDEDED;
  padding: 15px !important;
}
/*---------------------------------------------------------
  VISUAL COMPOSER MESSAGE BOX
---------------------------------------------------------*/
.vc_message_box {
  margin-bottom: 15px !important;
}
/*---------------------------------------------------------
  VISUAL COMPOSER POSTS SLIDER
---------------------------------------------------------*/
.wpb_gallery_slides .slides {
  overflow: hidden;
}
/*----------------------------------
  VISUAL COMPOSER VIDEO BACKGROUND
------------------------------------*/
.vc_video-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
/*---------------------------------------------------------
  FOOTER SECTION
---------------------------------------------------------*/
.footer {
  text-align: center;
  padding: 0 1em;
  margin-top: 2em;
  /*Footer Top Section*/
  /*---------------------------------------------------------
  COPYRIGHT SECTION
  ---------------------------------------------------------*/
}
.footer .widget {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
@media only screen and (max-width:768px) {
  .footer .widget {
    font-size: .8rem;
    line-height: 1.5em;
  }
}
.footer .footer-top-wrapper {
  /*footer widget menu*/
}
.footer .footer-top-wrapper .menu {
  margin-bottom: 10px;
}
.footer .footer-top-wrapper .menu li {
  display: inline-block;
  margin-bottom: .3em;
}
.footer .footer-top-wrapper .menu li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
  margin: .8em;
  border-bottom: 1px solid transparent;
}
.footer .footer-top-wrapper .menu li a:hover {
  background: #fff2a8;
  color: #000000;
  border-bottom: 1px solid #ffea75;
}
@media only screen and (max-width:768px) {
  .footer .footer-top-wrapper .menu li a {
    font-size: .8rem;
  }
}
.footer .footer-top-wrapper .menu li.current_page_item > a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.footer .copyright {
  margin-bottom: 7.14rem;
  /*Social icon*/
}
.footer .copyright .copyright-info span {
  color: #363636;
  display: block;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .footer .copyright .copyright-info span {
    font-size: .8rem;
    margin-top: 20px;
    line-height: 1.5em;
  }
}
.footer .copyright .copyright-info span a {
  border-bottom: 1px solid transparent;
}
.footer .copyright .copyright-info span a:hover {
  background: #fff2a8;
  color: #000000;
  border-bottom: 1px solid #ffea75;
}
.footer .copyright .social-section {
  margin-top: 20px;
}
.footer .copyright .social-section .social-shares li {
  display: inline-block;
  margin: 0 1px;
}
.footer .copyright .social-section .social-shares li a i {
  color: #000000;
  display: inline-block;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer .copyright .social-section .social-shares li:hover i.fa-rss {
  color: #F26522;
}
.footer .copyright .social-section .social-shares li:hover i.fa-facebook {
  color: #3B5998;
}
.footer .copyright .social-section .social-shares li:hover i.fa-twitter {
  color: #55ACEE;
}
.footer .copyright .social-section .social-shares li:hover i.fa-google-plus {
  color: #DD4B39;
}
.footer .copyright .social-section .social-shares li:hover i.fa-youtube {
  color: #DD4B39;
}
.footer .copyright .social-section .social-shares li:hover i.fa-flickr {
  color: #FF0084;
}
.footer .copyright .social-section .social-shares li:hover i.fa-linkedin {
  color: #0274B3;
}
.footer .copyright .social-section .social-shares li:hover i.fa-vimeo-square {
  color: #1AB7EA;
}
.footer .copyright .social-section .social-shares li:hover i.fa-vimeo-square {
  color: #1AB7EA;
}
.footer .copyright .social-section .social-shares li:hover i.fa-instagram {
  color: #6A453B;
}
.footer .copyright .social-section .social-shares li:hover i.fa-dribbble {
  color: #C32361;
}
.footer .copyright .social-section .social-shares li:hover i.fa-tumblr {
  color: #395976;
}
.footer .copyright .social-section .social-shares li:hover i.fa-pinterest {
  color: #CC2127;
}
.footer .copyright .social-section .social-shares li:hover i.fa-skype {
  color: #00AFF0;
}
/*----------------------------------
  BACK TO TOP
------------------------------------*/
#toTop {
  position: fixed;
  bottom: 120px;
  right: 30px;
  width: 34px;
  height: 34px;
  display: none;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#toTop:hover {
  color: rgba(0, 0, 0, 0.9);
}
/*----------------------------------
  PAGES
------------------------------------*/
.hippo-column-vertical-align > .row {
  display: table;
}
.hippo-column-vertical-align > .row > div {
  /** you can use display: inline-block; also */
  display: table-cell;
  vertical-align: middle;
  float: none;
}
/*---------------------------------
  FAQ PAGE
---------------------------------*/
.faqs-wrapper .faq-list {
  margin-bottom: 40px;
}
.faqs-wrapper .faq-list .media i {
  font-size: 24px;
  position: relative;
  top: 10px;
  padding-left: 2px;
  width: 50px !important;
}
/*---------------------------------
  FAQ PAGE TWO
---------------------------------*/
.css-faq-content h2 {
  margin: 0 0 20px;
}
.css-faq-content .vc_tta-panel-heading {
  background-color: transparent !important;
  border-width: 0 !important;
  border-bottom: 1px solid #F0F0F0 !important;
}
.css-faq-content .vc_tta-panel-title {
  font-size: 16px;
}
.css-faq-content .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title a {
  background: #F1F1F1 !important;
}
.css-faq-content .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.css-faq-content .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
  border-radius: 0 !important;
}
.css-faq-content .vc_tta-container {
  margin-bottom: 40px;
}
/*---------------------------------
 Extra Classes
---------------------------------*/
.display-block {
  display: block !important;
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
}
.visible-ms {
  display: none !important;
}
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !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;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .visible-ms {
    display: block !important;
  }
  table.visible-ms {
    display: table;
  }
  tr.visible-ms {
    display: table-row !important;
  }
  th.visible-ms,
  td.visible-ms {
    display: table-cell !important;
  }
  .visible-ms-block {
    display: block !important;
  }
  .visible-ms-inline {
    display: inline !important;
  }
  .visible-ms-inline-block {
    display: inline-block !important;
  }
  .hidden-ms {
    display: none !important;
  }
  /*  .hidden-xs {
    .responsive-invisibility();
    }

  .visible-xs {
    .responsive-invisibility();
    }

  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block {
    display : none !important;
    }*/
}
@media (max-width: 567px) {
  .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;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
/*---------------------------------
  HOME PAGE CAROUSEL
---------------------------------*/
.hippo-carousel .carousel-text {
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hippo-carousel .carousel-text h2 {
  font-size: 36px;
  font-family: Roboto;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: .5em;
  color: #ffffff;
  margin: 0 0 20px;
}
@media only screen and (max-width : 767px) {
  .hippo-carousel .carousel-text h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.hippo-carousel .carousel-text span {
  color: #ffffff;
  letter-spacing: .2em;
  font-size: 14px;
  display: block;
  margin-bottom: 50px;
}
.hippo-carousel .carousel-text a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hippo-carousel .carousel-text a:hover {
  background: #ffffff;
  color: #000000;
}
@media only screen and (max-width : 767px) {
  .hippo-carousel .carousel-text {
    position: absolute;
    width: 60%;
    left: 55px;
    bottom: 10px;
  }
}
.hippo-carousel .carousel-control-wrapper .carousel-control {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  color: #000000;
  text-shadow: none;
  background-image: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.hippo-carousel .carousel-control-wrapper .carousel-control:focus,
.hippo-carousel .carousel-control-wrapper .carousel-control:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.hippo-carousel .carousel-control-wrapper .carousel-control.left,
.hippo-carousel .carousel-control-wrapper .carousel-control.right {
  top: 50%;
  margin-top: -20px;
}
.hippo-carousel .carousel-control-wrapper .carousel-control.left i,
.hippo-carousel .carousel-control-wrapper .carousel-control.right i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hippo-carousel .carousel-control-wrapper .carousel-control.left {
  left: 55px;
}
.hippo-carousel .carousel-control-wrapper .carousel-control.right {
  right: 55px;
}
.hippo-carousel .carousel-indicators li {
  border: 2px solid rgba(0, 0, 0, 0.5);
  width: 12px;
  height: 12px;
}
.hippo-carousel .carousel-indicators .active {
  width: 14px;
  height: 14px;
  border: 2px solid #f1ac59;
  background: transparent;
  position: relative;
}
.hippo-carousel .carousel-indicators .active::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 4px;
  background: #f1ac59;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #FFFFFF;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 1;
}
/*---------------------------------
  HOME PAGE CAROUSEL ANIMATION
---------------------------------*/
.animation-delay-3 {
  -webkit-animation-delay: .3s !important;
  -moz-animation-delay: .3s !important;
  -ms-animation-delay: .3s !important;
  -o-animation-delay: .3s !important;
  animation-delay: .3s !important;
}
.animation-delay-6 {
  -webkit-animation-delay: .6s !important;
  -moz-animation-delay: .6s !important;
  -ms-animation-delay: .6s !important;
  -o-animation-delay: .6s !important;
  animation-delay: .6s !important;
}
.animation-delay-9 {
  -webkit-animation-delay: .9s !important;
  -moz-animation-delay: .9s !important;
  -ms-animation-delay: .9s !important;
  -o-animation-delay: .9s !important;
  animation-delay: .9s !important;
}
.animation-delay-12 {
  -webkit-animation-delay: 1.2s !important;
  -moz-animation-delay: 1.2s !important;
  -ms-animation-delay: 1.2s !important;
  -o-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.animation-delay-15 {
  -webkit-animation-delay: 1.5s !important;
  -moz-animation-delay: 1.5s !important;
  -ms-animation-delay: 1.5s !important;
  -o-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.animation-delay-18 {
  -webkit-animation-delay: 1.8s !important;
  -moz-animation-delay: 1.8s !important;
  -ms-animation-delay: 1.8s !important;
  -o-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.animation-delay-21 {
  -webkit-animation-delay: 2.1s !important;
  -moz-animation-delay: 2.1s !important;
  -ms-animation-delay: 2.1s !important;
  -o-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}
.animation-delay-24 {
  -webkit-animation-delay: 2.4s !important;
  -moz-animation-delay: 2.4s !important;
  -ms-animation-delay: 2.4s !important;
  -o-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}
.animation-delay-27 {
  -webkit-animation-delay: 2.6s !important;
  -moz-animation-delay: 2.6s !important;
  -ms-animation-delay: 2.6s !important;
  -o-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.animation-delay-30 {
  -webkit-animation-delay: 3s !important;
  -moz-animation-delay: 3s !important;
  -ms-animation-delay: 3s !important;
  -o-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
/*------------------------------------------------------------------
  BLOG STYLE
------------------------------------------------------------------*/
.page-content .entry-content h1,
.page-section .entry-content h1,
.blog-post-wrapper .entry-content h1,
.page-content .entry-content h2,
.page-section .entry-content h2,
.blog-post-wrapper .entry-content h2,
.page-content .entry-content h3,
.page-section .entry-content h3,
.blog-post-wrapper .entry-content h3,
.page-content .entry-content h4,
.page-section .entry-content h4,
.blog-post-wrapper .entry-content h4,
.page-content .entry-content h5,
.page-section .entry-content h5,
.blog-post-wrapper .entry-content h5,
.page-content .entry-content h6,
.page-section .entry-content h6,
.blog-post-wrapper .entry-content h6 {
  margin-bottom: 0.453125em;
}
/*------------------------------------------------------------------
  MARKUP: IMAGE ALIGNMENT
------------------------------------------------------------------*/
.alignleft,
img.alignleft,
a img.alignleft {
  float: left;
  margin: 15px 30px 15px 0;
}
.alignright,
img.alignright,
a img.alignright {
  float: right;
  margin: 15px 0 15px 30px;
}
.aligncenter,
img.aligncenter,
a img.aligncenter {
  display: block;
  float: none;
  margin-top: .5em;
  margin-right: auto !important;
  margin-bottom: .5em;
  margin-left: auto !important;
}
.alignnone,
img.alignnone,
a img.alignnone {
  margin-top: .5em;
  margin-bottom: .5em;
}
/*------------------------------------------------------------------
  TEXT MEANT ONLY FOR SCREEN READERS
------------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*------------------------------------------------------------------
  WP CAPTION
------------------------------------------------------------------*/
.wp-caption {
  margin: 0 0 30px 0;
  max-width: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-image: initial;
  text-align: left;
}
.wp-caption img {
  margin-bottom: 6px;
}
.wp-caption p.wp-caption-text,
.wp-caption figcaption.wp-caption-text {
  font-size: .8em;
  color: #505050;
}
.wp-caption.alignnone {
  margin-right: 30px;
}
.wp-caption.alignleft {
  margin-right: 30px;
}
.wp-caption.alignright {
  margin-left: 30px;
}
/*------------------------------------------------------------------
  TEXT FORMATTING
------------------------------------------------------------------*/
/*------------------------------------------------------------------
 BLOCKQUOTE
 ------------------------------------------------------------------*/
blockquote,
blockquote.left,
blockquote.right,
blockquote p,
blockquote.left p,
blockquote.right p {
  font-style: italic;
}
blockquote,
blockquote.left,
blockquote.right {
  position: relative;
  z-index: 2;
}
/*------------------------------------------------------------------
TABLE
------------------------------------------------------------------*/
.page-content table,
.page-section table,
.entry-content table {
  margin: 30px 0;
  border: 1px solid #E5E5E5;
  font-size: 14px;
}
.page-content table thead,
.page-section table thead,
.entry-content table thead {
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
}
.page-content table thead tr,
.page-section table thead tr,
.entry-content table thead tr {
  border: 0;
}
.page-content table thead th,
.page-section table thead th,
.entry-content table thead th {
  padding: 20px;
}
.page-content table tbody tr,
.page-section table tbody tr,
.entry-content table tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.02);
}
.page-content table tbody tr:nth-child(odd),
.page-section table tbody tr:nth-child(odd),
.entry-content table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.01);
}
.page-content table tbody th,
.page-section table tbody th,
.entry-content table tbody th {
  padding: 10px 20px;
  font-weight: 400;
}
.page-content table tbody td,
.page-section table tbody td,
.entry-content table tbody td {
  padding: 10px 20px;
  text-align: left;
}
/*------------------------------------------------------------------
DEFINITION LISTS
------------------------------------------------------------------*/
dl {
  margin-bottom: 30px;
}
dl dt {
  color: #030303;
}
/*------------------------------------------------------------------
LIST STYLE
------------------------------------------------------------------*/
.entry-content ul,
.entry-content ol {
  font-size: 1rem;
  margin: 1.875em 0;
}
.entry-content ul li,
.entry-content ol li {
  margin: 0 0 1em 1.25em;
  padding-left: .625em;
}
/*------------------------------------------------------------------
CODE
------------------------------------------------------------------*/
code {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.05);
}
/*------------------------------------------------------------------
PRE STYLE
------------------------------------------------------------------*/
pre {
  font-size: 1rem;
  margin: 2em 0;
  background-color: #f2f2f2;
  border: none;
  color: #1a1a1a;
  padding: 2em;
  line-height: 2em;
}
/*------------------------------------------------------------------
BLOG STYLE DEFAULT
------------------------------------------------------------------*/
.blog-sidebar-right .blog-post-wrapper,
.archive.author.blog-sidebar-right .blog-post-wrapper,
.archive.category.blog-sidebar-right .blog-post-wrapper,
.blog-sidebar-right .blog-pagination,
.archive.author.blog-sidebar-right .blog-pagination,
.archive.category.blog-sidebar-right .blog-pagination {
  margin-right: 5em;
}
@media only screen and (max-width:768px) {
  .blog-sidebar-right .blog-post-wrapper,
  .archive.author.blog-sidebar-right .blog-post-wrapper,
  .archive.category.blog-sidebar-right .blog-post-wrapper,
  .blog-sidebar-right .blog-pagination,
  .archive.author.blog-sidebar-right .blog-pagination,
  .archive.category.blog-sidebar-right .blog-pagination {
    margin-right: 2em;
    margin-left: 2em;
  }
}
.blog-sidebar-right.single-post .about-author,
.archive.author.blog-sidebar-right.single-post .about-author,
.archive.category.blog-sidebar-right.single-post .about-author,
.blog-sidebar-right.single-post .pagination-wrap,
.archive.author.blog-sidebar-right.single-post .pagination-wrap,
.archive.category.blog-sidebar-right.single-post .pagination-wrap,
.blog-sidebar-right.single-post .comments-area,
.archive.author.blog-sidebar-right.single-post .comments-area,
.archive.category.blog-sidebar-right.single-post .comments-area {
  margin-right: 5em;
}
@media only screen and (max-width:768px) {
  .blog-sidebar-right.single-post .about-author,
  .archive.author.blog-sidebar-right.single-post .about-author,
  .archive.category.blog-sidebar-right.single-post .about-author,
  .blog-sidebar-right.single-post .pagination-wrap,
  .archive.author.blog-sidebar-right.single-post .pagination-wrap,
  .archive.category.blog-sidebar-right.single-post .pagination-wrap,
  .blog-sidebar-right.single-post .comments-area,
  .archive.author.blog-sidebar-right.single-post .comments-area,
  .archive.category.blog-sidebar-right.single-post .comments-area {
    margin-right: 2em;
    margin-left: 2em;
  }
}
.blog-sidebar-left .blog-post-wrapper,
.archive.author.blog-sidebar-left .blog-post-wrapper,
.archive.category.blog-sidebar-left .blog-post-wrapper,
.blog-sidebar-left .blog-pagination,
.archive.author.blog-sidebar-left .blog-pagination,
.archive.category.blog-sidebar-left .blog-pagination {
  margin-left: 5em;
}
@media only screen and (max-width:768px) {
  .blog-sidebar-left .blog-post-wrapper,
  .archive.author.blog-sidebar-left .blog-post-wrapper,
  .archive.category.blog-sidebar-left .blog-post-wrapper,
  .blog-sidebar-left .blog-pagination,
  .archive.author.blog-sidebar-left .blog-pagination,
  .archive.category.blog-sidebar-left .blog-pagination {
    margin-right: 2em;
    margin-left: 2em;
  }
}
.blog-sidebar-left.single-post .about-author,
.archive.author.blog-sidebar-left.single-post .about-author,
.archive.category.blog-sidebar-left.single-post .about-author,
.blog-sidebar-left.single-post .pagination-wrap,
.archive.author.blog-sidebar-left.single-post .pagination-wrap,
.archive.category.blog-sidebar-left.single-post .pagination-wrap,
.blog-sidebar-left.single-post .comments-area,
.archive.author.blog-sidebar-left.single-post .comments-area,
.archive.category.blog-sidebar-left.single-post .comments-area {
  margin-left: 5em;
}
@media only screen and (max-width:768px) {
  .blog-sidebar-left.single-post .about-author,
  .archive.author.blog-sidebar-left.single-post .about-author,
  .archive.category.blog-sidebar-left.single-post .about-author,
  .blog-sidebar-left.single-post .pagination-wrap,
  .archive.author.blog-sidebar-left.single-post .pagination-wrap,
  .archive.category.blog-sidebar-left.single-post .pagination-wrap,
  .blog-sidebar-left.single-post .comments-area,
  .archive.author.blog-sidebar-left.single-post .comments-area,
  .archive.category.blog-sidebar-left.single-post .comments-area {
    margin-right: 2em;
    margin-left: 2em;
  }
}
.blog-sidebar-no .site-main,
.archive.author.blog-sidebar-no .site-main,
.archive.category.blog-sidebar-no .site-main {
  margin-left: 14em;
  margin-right: 14em;
}
@media only screen and (max-width:768px) {
  .blog-sidebar-no .site-main,
  .archive.author.blog-sidebar-no .site-main,
  .archive.category.blog-sidebar-no .site-main {
    margin-right: 1em;
    margin-left: 1em;
  }
}
.blog-section {
  position: relative;
}
.blog-post-wrapper {
  margin-bottom: 10em;
  position: relative;
  /*Entry header styles*/
  /*.entry-header*/
  /*blog-post-thumbnail styles*/
  /*.post-thumbnail*/
  /*entry content styles*/
  /*Entry Footer*/
  /* Sticky Post Style */
  /*  not-found results*/
}
.blog-post-wrapper::after {
  content: "";
  position: absolute;
  width: 3em;
  background: rgba(0, 0, 0, 0.3);
  height: 1px;
  left: 50%;
  margin-left: -1.5em;
  bottom: -5em;
}
.blog-post-wrapper .entry-header {
  position: relative;
  margin: 0 0 1em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-post-wrapper .entry-header .entry-title {
  font-size: 2rem;
  text-align: center;
}
.blog-post-wrapper .entry-header .entry-title a {
  color: #000000;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.blog-post-wrapper .entry-header .entry-title a:hover {
  color: #000000;
  background: #fff2a8;
  border-bottom: 1px solid #ffea75;
}
.blog-post-wrapper .entry-header .entry-meta {
  color: #4d4d4d;
  font-style: italic;
  text-align: center;
  margin-bottom: 2em;
}
.blog-post-wrapper .entry-header .entry-meta a {
  color: #333333;
  border-bottom: 1px solid #f2f2f2;
  font-style: normal;
}
.blog-post-wrapper .entry-header .entry-meta a:hover {
  border-bottom-color: #000000;
}
.blog-post-wrapper .post-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 2em;
  /*HOVER*/
}
.blog-post-wrapper .post-thumbnail .css-blog-overlay,
.blog-post-wrapper .post-thumbnail .css-blog-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.blog-post-wrapper .post-thumbnail .css-blog-overlay {
  background: rgba(0, 0, 0, 0.5);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blog-post-wrapper .post-thumbnail .css-blog-overlay a::before,
.blog-post-wrapper .post-thumbnail .css-blog-overlay a::after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blog-post-wrapper .post-thumbnail .css-blog-overlay a::before {
  width: 40px;
  height: 1px;
  top: 50%;
  left: 0;
}
.blog-post-wrapper .post-thumbnail .css-blog-overlay a::after {
  width: 1px;
  height: 40px;
  top: 0;
  left: 50%;
}
.blog-post-wrapper .post-thumbnail .css-blog-overlay a:hover::before,
.blog-post-wrapper .post-thumbnail .css-blog-overlay a:hover::after {
  top: 50%;
  left: 50%;
}
.blog-post-wrapper .post-thumbnail .css-blog-overlay a:hover::before {
  width: 40px;
  height: 1px;
  margin-left: -19px;
}
.blog-post-wrapper .post-thumbnail .css-blog-overlay a:hover::after {
  width: 1px;
  height: 40px;
  margin-top: -19px;
}
.blog-post-wrapper .post-thumbnail:hover .css-blog-overlay {
  opacity: .9;
}
.blog-post-wrapper iframe {
  width: 100%;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.blog-post-wrapper .audio iframe {
  min-height: 100px;
}
.blog-post-wrapper .audio,
.blog-post-wrapper .video {
  display: block;
}
.blog-post-wrapper .entry-content {
  position: relative;
  /* gallery */
}
.blog-post-wrapper .entry-content .more-link {
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  display: table;
  letter-spacing: .1em;
  margin-top: 2em;
  padding: 0 1.5em;
  line-height: 40px;
  color: #ffffff;
  background: #f1ac59;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.blog-post-wrapper .entry-content .more-link:hover {
  color: #f1ac59;
  background: transparent;
  border: 1px solid #f1ac59;
}
.blog-post-wrapper .entry-content p {
  margin: 0 0 1.5em;
}
.blog-post-wrapper .entry-content p:last-child {
  margin-bottom: 0;
}
.blog-post-wrapper .entry-content p u {
  text-decoration: none;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 4px;
}
.blog-post-wrapper .entry-content .wp-audio-shortcode {
  margin-bottom: 25px;
}
.blog-post-wrapper .entry-content .gallery .wp-caption-text {
  padding: .5em 0 1em;
  text-align: left;
  border: 0;
}
.blog-post-wrapper .entry-footer {
  margin-top: 5em;
  font-size: 1rem;
  /* SHARE */
}
.blog-post-wrapper .entry-footer::after {
  content: "";
  clear: both;
  display: block;
}
.blog-post-wrapper .entry-footer .entry-footer-list {
  text-align: center;
}
.blog-post-wrapper .entry-footer .entry-footer-list > li {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}
@media only screen and (max-width:567px) {
  .blog-post-wrapper .entry-footer .entry-footer-list > li {
    display: block;
    margin: 0;
    float: none;
    font-size: .8rem;
  }
}
.blog-post-wrapper .entry-footer .entry-footer-list .post-likes a,
.blog-post-wrapper .entry-footer .entry-footer-list .comments-link a {
  text-transform: uppercase;
  color: #363636;
}
.blog-post-wrapper .entry-footer .entry-footer-list .post-likes {
  letter-spacing: 1px;
}
.blog-post-wrapper .entry-footer .entry-footer-list .post-likes .zilla-likes {
  background-image: none;
}
.blog-post-wrapper .entry-footer .entry-footer-list .post-likes .zilla-likes::before {
  content: "\f15f";
  font-family: 'Material-Design-Iconic-Font';
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.blog-post-wrapper .entry-footer .entry-footer-list .post-likes .zilla-likes.active::before,
.blog-post-wrapper .entry-footer .entry-footer-list .post-likes .zilla-likes:hover::before {
  color: #F11F18;
}
.blog-post-wrapper .entry-footer .entry-footer-list .comments-link {
  letter-spacing: 1px;
}
.blog-post-wrapper .entry-footer .entry-footer-list .comments-link:hover {
  color: rgba(54, 54, 54, 0.5);
}
.blog-post-wrapper .entry-footer .entry-footer-list .comments-link a:hover {
  color: rgba(54, 54, 54, 0.5);
}
.blog-post-wrapper .entry-footer .entry-footer-list .comments-link i {
  margin-right: 5px;
}
.blog-post-wrapper .entry-footer .edit-link {
  float: right;
  margin: 4px 0 0 !important;
}
.blog-post-wrapper .entry-footer .edit-link a {
  color: #696969;
  padding: 5px 8px;
}
.blog-post-wrapper .entry-footer .edit-link a:hover {
  color: #f1ac59;
}
.blog-post-wrapper .entry-footer .edit-link i {
  margin-right: 5px;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button button {
  background: transparent;
  letter-spacing: 1px;
  border: 0;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button button i {
  margin-right: 5px;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button button:hover {
  color: rgba(54, 54, 54, 0.5);
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button .dropdown-menu {
  top: 0;
  left: 100%;
  padding: 0;
  border: 0;
  min-width: 120px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width:567px) {
  .blog-post-wrapper .entry-footer .share-link .hippo-share-button {
    margin: 0;
  }
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button ul li {
  padding: 0;
  display: inline-block;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button ul li .btn-social {
  display: block;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  padding: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button ul li .btn-social.facebook {
  background: #3C599F;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button ul li .btn-social.facebook:hover {
  background: #203055;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button ul li .btn-social.twitter {
  background: #32CCFE;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button ul li .btn-social.twitter:hover {
  background: #0198c9;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button ul li .btn-social.google-plus {
  background: #CF3D2E;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button ul li .btn-social.google-plus:hover {
  background: #7c241b;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button ul li .btn-social.linkedin {
  background: #0085AE;
}
.blog-post-wrapper .entry-footer .share-link .hippo-share-button ul li .btn-social.linkedin:hover {
  background: #003748;
}
.blog-post-wrapper.sticky {
  border: 3px double rgba(0, 0, 0, 0.2);
  padding: 2em 0 3em;
}
.blog-post-wrapper.sticky .entry-title,
.blog-post-wrapper.sticky .entry-meta {
  padding: 0 2em;
}
.blog-post-wrapper.sticky .entry-content {
  padding: 1em 3em;
}
.blog-post-wrapper.sticky .entry-footer {
  padding: 0 3em;
}
.blog-post-wrapper.not-found {
  border: 0;
}
.blog-post-wrapper.not-found .search-form {
  margin-bottom: 50px;
}
.blog-post-wrapper.not-found .page-header {
  margin-bottom: 30px;
}
.blog-post-wrapper.not-found .page-header h2 {
  font-size: 24px;
  color: #AD1E07;
}
.blog-post-wrapper.not-found .page-header:after,
.blog-post-wrapper.not-found .page-header:before {
  display: none;
}
/*.blog-post-wrapper*/
/***Single blog post
  & single post
  & single attachment post***/
.single,
.single-post,
.single-attachment {
  /* Sticky */
  /* Post Categories */
  /* Tags */
  /* ABOUT AUTHOR */
}
.single .blog-post-wrapper .entry-content,
.single-post .blog-post-wrapper .entry-content,
.single-attachment .blog-post-wrapper .entry-content {
  padding-bottom: 1em;
}
.single .blog-post-wrapper .entry-content:after,
.single-post .blog-post-wrapper .entry-content:after,
.single-attachment .blog-post-wrapper .entry-content:after {
  height: 0;
}
.single .blog-post-wrapper.sticky,
.single-post .blog-post-wrapper.sticky,
.single-attachment .blog-post-wrapper.sticky {
  padding: 0;
  border: 0;
}
.single .blog-post-wrapper.sticky .entry-title,
.single-post .blog-post-wrapper.sticky .entry-title,
.single-attachment .blog-post-wrapper.sticky .entry-title,
.single .blog-post-wrapper.sticky .entry-meta,
.single-post .blog-post-wrapper.sticky .entry-meta,
.single-attachment .blog-post-wrapper.sticky .entry-meta {
  padding: 0;
}
.single .blog-post-wrapper.sticky .entry-content,
.single-post .blog-post-wrapper.sticky .entry-content,
.single-attachment .blog-post-wrapper.sticky .entry-content {
  padding: 0;
}
.single .blog-post-wrapper.sticky .entry-footer,
.single-post .blog-post-wrapper.sticky .entry-footer,
.single-attachment .blog-post-wrapper.sticky .entry-footer {
  padding: 0;
}
.single .post-categories,
.single-post .post-categories,
.single-attachment .post-categories {
  display: block !important;
  text-align: center;
  margin-bottom: 2em !important;
}
.single .post-categories span,
.single-post .post-categories span,
.single-attachment .post-categories span {
  font-style: italic;
  color: #696969;
  margin-right: .2em;
}
.single .post-categories a,
.single-post .post-categories a,
.single-attachment .post-categories a {
  color: #363636;
  border-bottom: 1px solid #f2f2f2;
}
.single .post-categories a:hover,
.single-post .post-categories a:hover,
.single-attachment .post-categories a:hover {
  color: #000000;
  background: #fff2a8;
  border-color: #ffea75;
}
.single .entry-footer-tag-list,
.single-post .entry-footer-tag-list,
.single-attachment .entry-footer-tag-list {
  margin-bottom: 1em;
  text-align: center;
}
.single .entry-footer-tag-list li,
.single-post .entry-footer-tag-list li,
.single-attachment .entry-footer-tag-list li {
  display: block !important;
}
.single .entry-footer-tag-list li a,
.single-post .entry-footer-tag-list li a,
.single-attachment .entry-footer-tag-list li a {
  font-size: .8rem;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 .5em;
  padding: 0 .5em;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.single .entry-footer-tag-list li a::before,
.single-post .entry-footer-tag-list li a::before,
.single-attachment .entry-footer-tag-list li a::before,
.single .entry-footer-tag-list li a::after,
.single-post .entry-footer-tag-list li a::after,
.single-attachment .entry-footer-tag-list li a::after {
  content: "";
  position: absolute;
}
.single .entry-footer-tag-list li a::before,
.single-post .entry-footer-tag-list li a::before,
.single-attachment .entry-footer-tag-list li a::before {
  content: "";
  position: absolute;
  left: -.75em;
  border-right: 0.75em solid rgba(0, 0, 0, 0.2);
  border-top: .75em solid transparent;
  border-bottom: .75em solid transparent;
}
.single .entry-footer-tag-list li a::after,
.single-post .entry-footer-tag-list li a::after,
.single-attachment .entry-footer-tag-list li a::after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  background: #ffffff;
  left: -.3em;
  top: .6em;
}
.single .entry-footer-tag-list li a:hover,
.single-post .entry-footer-tag-list li a:hover,
.single-attachment .entry-footer-tag-list li a:hover {
  color: #000000;
  background: #fff2a8;
}
.single .entry-footer-tag-list li a:hover::before,
.single-post .entry-footer-tag-list li a:hover::before,
.single-attachment .entry-footer-tag-list li a:hover::before {
  border-right-color: #fff2a8;
  color: #000000;
}
.single .about-author,
.single-post .about-author,
.single-attachment .about-author {
  padding: 2.5em 0 2.5em;
  margin: 0 0 2.5em;
  border-bottom: 1px solid #f2f2f2;
}
.single .about-author .author-info h3,
.single-post .about-author .author-info h3,
.single-attachment .about-author .author-info h3 {
  font-size: 1rem;
  text-transform: capitalize;
  margin: 0;
  display: block;
}
.single .about-author .media > a,
.single-post .about-author .media > a,
.single-attachment .about-author .media > a {
  margin-right: 15px;
}
.single .about-author .media > a img,
.single-post .about-author .media > a img,
.single-attachment .about-author .media > a img {
  width: 80px;
  height: auto;
}
@media only screen and (max-width : 767px) {
  .single .about-author .media > a img,
  .single-post .about-author .media > a img,
  .single-attachment .about-author .media > a img {
    width: 40px;
  }
}
.single .about-author .author-links,
.single-post .about-author .author-links,
.single-attachment .about-author .author-links {
  display: table;
  line-height: 14px;
  margin-bottom: 20px;
}
.single .about-author .author-links a.author-post,
.single-post .about-author .author-links a.author-post,
.single-attachment .about-author .author-links a.author-post,
.single .about-author .author-links a.author-web,
.single-post .about-author .author-links a.author-web,
.single-attachment .about-author .author-links a.author-web,
.single .about-author .author-links .social-shares,
.single-post .about-author .author-links .social-shares,
.single-attachment .about-author .author-links .social-shares {
  display: table-cell;
  padding-right: 10px;
}
.single .about-author .author-links a.author-post,
.single-post .about-author .author-links a.author-post,
.single-attachment .about-author .author-links a.author-post,
.single .about-author .author-links a.author-web,
.single-post .about-author .author-links a.author-web,
.single-attachment .about-author .author-links a.author-web {
  font-size: 11px;
  color: #000000;
}
.single .about-author .author-links a.author-post i,
.single-post .about-author .author-links a.author-post i,
.single-attachment .about-author .author-links a.author-post i,
.single .about-author .author-links a.author-web i,
.single-post .about-author .author-links a.author-web i,
.single-attachment .about-author .author-links a.author-web i {
  color: #363636;
}
.single .about-author .author-links a.author-post:hover,
.single-post .about-author .author-links a.author-post:hover,
.single-attachment .about-author .author-links a.author-post:hover,
.single .about-author .author-links a.author-web:hover,
.single-post .about-author .author-links a.author-web:hover,
.single-attachment .about-author .author-links a.author-web:hover {
  color: #f1ac59;
}
.single .about-author .author-links .social-link,
.single-post .about-author .author-links .social-link,
.single-attachment .about-author .author-links .social-link {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 2px solid #f2f2f2;
}
.single .about-author .author-links .social-link li,
.single-post .about-author .author-links .social-link li,
.single-attachment .about-author .author-links .social-link li {
  font-size: 12px;
}
.single .about-author .author-links .social-link li a,
.single-post .about-author .author-links .social-link li a,
.single-attachment .about-author .author-links .social-link li a {
  color: #363636;
}
.single .about-author .author-links .social-link li.facebook a:hover,
.single-post .about-author .author-links .social-link li.facebook a:hover,
.single-attachment .about-author .author-links .social-link li.facebook a:hover {
  color: #3C599F;
}
.single .about-author .author-links .social-link li.twitter a:hover,
.single-post .about-author .author-links .social-link li.twitter a:hover,
.single-attachment .about-author .author-links .social-link li.twitter a:hover {
  color: #32CCFE;
}
.single .about-author .author-links .social-link li.google a:hover,
.single-post .about-author .author-links .social-link li.google a:hover,
.single-attachment .about-author .author-links .social-link li.google a:hover {
  color: #CF3D2E;
}
.single .about-author .author-links .social-link li.linkedin a:hover,
.single-post .about-author .author-links .social-link li.linkedin a:hover,
.single-attachment .about-author .author-links .social-link li.linkedin a:hover {
  color: #0085AE;
}
.single .about-author .author-links .social-link li.github a:hover,
.single-post .about-author .author-links .social-link li.github a:hover,
.single-attachment .about-author .author-links .social-link li.github a:hover {
  color: #333333;
}
/***NEXT-PREVIOUS-POST***/
.next-previous-post .previous-post {
  text-align: left;
}
.next-previous-post .next-post {
  text-align: right;
}
.next-previous-post .previous a,
.next-previous-post .next a {
  font-size: .8rem;
  color: #696969;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.next-previous-post .previous a:hover,
.next-previous-post .next a:hover {
  color: #f1ac59;
}
.next-previous-post .entry-title h3 {
  line-height: 25px;
  margin: 0;
}
.next-previous-post .entry-title h3 a {
  font-size: 1rem;
  line-height: 1.5em;
  color: #000000;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width:567px) {
  .next-previous-post .entry-title h3 a {
    font-size: .8rem;
    line-height: 1.2em !important;
  }
}
.next-previous-post .entry-title h3 a:hover {
  color: #808080;
}
/* ---- PASSWORD ----*/
.h-form-inline {
  display: table;
  width: 100%;
}
.h-form-inline .form-input,
.h-form-inline .btn-submit {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}
.h-form-inline .btn-submit {
  text-align: right;
}
.h-form-inline .input-field {
  padding: 0 20px 0 0;
}
/***CAROUSEL-SLIDER-IN-BLOG-POST***/
.single-post .blog-carousel .item img {
  width: 100%;
}
.blog-carousel .carousel-control-wrapper .carousel-control {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  text-shadow: none;
}
.blog-carousel .carousel-control-wrapper .left {
  left: 30px;
}
.blog-carousel .carousel-control-wrapper .right {
  right: 30px;
}
.blog-carousel .carousel-control-wrapper .left,
.blog-carousel .carousel-control-wrapper .right {
  top: 50%;
  margin-top: -20px;
  background: transparent;
  height: 40px;
  width: 40px;
}
.blog-carousel .carousel-control-wrapper .left i,
.blog-carousel .carousel-control-wrapper .right i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 34px;
  height: 34px;
  margin: 3px;
  line-height: 32px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.blog-carousel .carousel-control-wrapper .left i::before,
.blog-carousel .carousel-control-wrapper .right i::before {
  margin-left: 1px;
}
.blog-carousel .carousel-control-wrapper .left:hover i,
.blog-carousel .carousel-control-wrapper .right:hover i {
  color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/***MEDIA***/
.entry-content img {
  max-width: 100%;
  height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/***POST FORMAT GALLERY***/
.gallery {
  margin-bottom: 1.5em;
  border: 1px solid #DDDDDD;
}
.timeline-wrapper .gallery {
  border: 0;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 97.8% !important;
  margin: 10px;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-item .gallery-caption {
  display: block;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #D9D9D9;
  border-top: 0;
  padding: 20px 15px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.page-template-blog-timeline-php .gallery-columns-3 .gallery-item {
  max-width: 29.7%;
}
.gallery-columns-2 .gallery-item {
  max-width: 47.2%;
}
.gallery-columns-3 .gallery-item {
  max-width: 30.2%;
}
.gallery-columns-4 .gallery-item {
  max-width: 22.2%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18.5%;
  margin: 5px;
}
.gallery-columns-7 .gallery-item {
  max-width: 15.2%;
  margin: 5px;
}
.gallery-columns-7 .gallery-item {
  max-width: 12.8%;
  margin: 5px;
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  margin: 5px;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.7%;
  margin: 5px;
}
.gallery-columns-7 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.gallery-columns-8 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.gallery-columns-9 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.format-gallery .gallery {
  border: 0;
}
/***PROTECTED POST***/
.entry-content form [type="submit"] {
  position: relative;
  top: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
  z-index: 9;
  padding-top: 10px;
  padding-bottom: 10px;
}
/***EMBEDDED POST***/
.hippo-oembed iframe {
  width: 100% !important;
}
.entry-content iframe {
  width: 100% !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.entry-content table,
.page-content table {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.comment-content table {
  margin-bottom: 20px;
  width: 100%;
}
.comment-content ul li {
  list-style-type: disc;
}
/***LINK POST***/
.post.format-link .entry-content a {
  font-size: 1.2rem;
  display: block;
  padding: 2em 2em 2em 4em;
  color: #FFFFFF;
  background: #f1ac59;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.post.format-link .entry-content a:hover {
  background: #a35f0e;
}
.post.format-link .entry-content a:hover:before {
  color: #FFFFFF;
}
.post.format-link .entry-content a:before {
  content: "\f18e";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  left: 40px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 37px;
}
/***PLAYLIST POST***/
.wp-playlist {
  margin: 0 !important;
  padding: 15px !important;
  border: 0 !important;
  background: #F5F5F5 !important;
}
.wp-playlist-caption,
.wp-playlist-item-length {
  line-height: 35px !important;
}
/***ASIDE POST***/
.format-aside .entry-content {
  font-style: italic;
}
/***STATUS POST***/
.format-status .entry-content p {
  position: relative;
  margin: 0;
  background: #F5F5F5;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.format-status .entry-content p:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: -9px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 20px solid transparent;
  border-top: 70px solid #F5F5F5;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
/*---------------------------
CHAT POST
-----------------------------*/
.post.format-status .entry-content p:before {
  display: none;
}
/*---------------------------
CHAT POST
-----------------------------*/
.format-chat .entry-content p:nth-child(odd),
.format-chat .entry-content p:nth-child(even) {
  padding: 20px;
}
.format-chat .entry-content p:nth-child(odd) {
  margin-top: 30px;
  margin-right: 30px;
  position: relative;
  background: #F5F5F5;
}
.format-chat .entry-content p:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 0;
  border-left: 20px solid #F5F5F5;
  border-bottom: 20px solid transparent;
}
.format-chat .entry-content p:nth-child(even) {
  position: relative;
  background: #D5F1F9;
  margin-top: 30px;
  margin-left: 30px;
  color: #000000;
}
.format-chat .entry-content p:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-right: 20px solid #D5F1F9;
  border-top: 0;
  border-bottom: 20px solid transparent;
}
/***POST COMMENT AREA***/
#comments .bypostauthor > .comment {
  background: #F9F9F9;
  padding-left: 2em;
  padding-right: 2em;
}
.comments-area {
  margin-top: 75px;
  /*comment-list*/
}
.comments-area .comment-content {
  margin-bottom: 20px;
}
.comments-area .comment-notes {
  margin-bottom: 30px;
}
.comments-area .comments-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.comments-area .comment-list {
  margin-bottom: 5em;
}
.comments-area .comment-list > li {
  padding-top: 0;
  list-style: none;
  border-top: 1px solid #f2f2f2;
}
.comments-area .comment-list > li:first-child {
  border-top: 0;
  padding-top: 0;
}
.comments-area .comment-list .comment-author {
  padding: 2em 0;
}
.comments-area .comment-list .comment-author .media-left > .avatar {
  float: left;
  height: 3em;
  width: 3em;
  max-width: inherit;
  margin-right: 1.25em;
  margin-top: .625em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.comments-area .comment-list .comment-author .alert {
  padding: 0 !important;
}
.comments-area .comment-list .comment-author .alert::before,
.comments-area .comment-list .comment-author .alert::after {
  color: #5CC0FF;
  font-style: normal;
}
.comments-area .comment-list .comment-author .alert::before {
  content: "[";
}
.comments-area .comment-list .comment-author .alert::after {
  content: "]";
}
.comments-area .comment-list .comment-author .alert-info {
  border: 0;
  background: transparent;
  color: #5CC0FF;
  font-style: italic;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}
.comments-area .comment-list .comment-author .comment-meta .reply,
.comments-area .comment-list .comment-author .comment-meta time,
.comments-area .comment-list .comment-author .comment-meta .comment-edit-link {
  font-size: .8rem;
}
.comments-area .comment-list .comment-author .comment-meta .reply {
  color: #505050;
}
.comments-area .comment-list .comment-author .comment-meta .reply:hover {
  color: #f1ac59;
}
.comments-area .comment-list .comment-author .comment-meta time {
  float: right;
  color: #505050;
}
@media only screen and (max-width:567px) {
  .comments-area .comment-list .comment-author .comment-meta time {
    display: block;
    float: none;
  }
}
.comments-area .comment-list .comment-author .comment-meta .comment-edit-link {
  margin-left: 20px;
  color: #505050;
}
.comments-area .comment-list .comment-author .comment-meta .comment-edit-link:hover {
  color: #f1ac59;
}
.comments-area .comment-list .comment-author .comment-meta .comment-edit-link::before {
  content: "\f25d";
  font-family: 'Material-Design-Iconic-Font';
  position: relative;
  top: 1px;
  margin-right: 5px;
  color: #f4f4f6;
}
.comments-area .comment-list .comment-author .media-heading h4 {
  padding: 0;
  margin: 0 0 .6em;
}
.comments-area .comment-list .comment-author .media-heading .author-name {
  font-size: 1rem;
}
.comments-area .comment-list .comment-author .media-heading time {
  float: right;
}
.comments-area .comment-list .comment-respond {
  padding: 2.5em;
  background: #ffffff;
  border: 3px solid #f2f2f2;
}
.comments-area .comment-respond {
  margin-bottom: 30px;
}
.comments-area .comment-respond .alert {
  padding: 0 !important;
}
.comments-area .comment-respond .alert-info {
  border: 0 !important;
  background: transparent !important;
  color: #363636 !important;
  font-style: italic;
  font-size: 14px;
}
.comments-area .comment-respond #cancel-comment-reply-link {
  font-size: 10px !important;
  font-weight: 700;
  font-style: italic;
  margin-left: 10px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 3px 5px;
  position: relative;
  top: -2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.comments-area .comment-respond #cancel-comment-reply-link:hover {
  background-color: #808080;
}
.comments-area .children .media {
  padding-left: 50px;
}
.comments-area .children .media .media-left > img {
  width: 70px;
  height: 70px;
}
@media only screen and (max-width:768px) {
  .comments-area .children .media {
    padding-left: 0;
  }
}
.comments-area .children li {
  list-style: none;
  border-top: 1px solid #f2f2f2;
}
.comments-area .children .children .media {
  padding-left: 100px;
}
@media only screen and (max-width:768px) {
  .comments-area .children .children .media {
    padding-left: 0;
  }
}
.comments-area .children .children .children .media {
  padding-left: 150px;
}
@media only screen and (max-width:768px) {
  .comments-area .children .children .children .media {
    padding-left: 0;
  }
}
.comments-area .children .children .children .children .media {
  padding-left: 200px;
}
@media only screen and (max-width:768px) {
  .comments-area .children .children .children .children .media {
    padding-left: 0;
  }
}
.comments-area .comment-navigation {
  margin-bottom: 50px;
}
.comments-area .comment-navigation ul > li > a {
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  border: 0;
  color: #f4f4f6;
}
.comments-area .comment-navigation ul > li > a:hover {
  color: #000000;
  background: transparent;
}
.comments-area .comment-navigation ul > li.previous .fa {
  margin-right: 5px;
}
.comments-area .comment-navigation ul > li.next .fa {
  margin-left: 5px;
}
.comments-area .form-group {
  margin-bottom: 40px;
}
.comments-area .form-group.comment-form-comment {
  margin-bottom: 15px;
}
/*.comments-area*/
.page-content .comments-area {
  padding: 30px 0 0;
}
.form-allowed-tags {
  font-size: .8rem;
  margin: 0 0 2em;
}
.form-allowed-tags code {
  border: 0;
  display: block;
}
/*post like*/
.post-like .zilla-likes,
.post-like .zilla-likes.active {
  background: none;
  position: relative;
}
.post-like .zilla-likes:before {
  content: "\f004";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  color: #C5C5C5;
  font-size: 14px;
  top: 2px;
}
.post-like .zilla-likes:hover:before,
.post-like .zilla-likes.active:before {
  content: "\f004";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  color: #f1ac59 !important;
}
/*** POST FORMAT QUOTE ***/
.post.format-quote blockquote,
.post.format-quote blockquote p {
  text-align: left;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0 !important;
}
.post.format-quote blockquote {
  padding: 3em;
  background: #F2F2F2;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.post.format-quote blockquote::before {
  font-family: 'Material-Design-Iconic-Font';
  content: '\f1b2';
  position: absolute;
  font-size: 5rem;
  font-style: normal;
  right: -.3em;
  bottom: -.5em;
  color: #434343;
  z-index: -1;
  background: #FFFFFF;
  height: 1.2em;
  width: 1.2em;
  text-align: center;
  line-height: 5rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.post.format-quote blockquote cite,
.post.format-quote blockquote cite a {
  color: #505050;
  font-size: .7em;
  font-weight: 600;
  position: relative;
  margin-top: 40px;
  top: 10px;
  padding-left: 13px;
}
.post.format-quote blockquote cite::before {
  content: " ";
  left: 0;
  bottom: -2px;
  width: 15px;
  height: 1px;
  background: #838383;
  position: absolute;
}
/***BLOG SIDEBAR***/
.widget {
  font-size: 1rem;
  padding-bottom: 2.5em;
}
.widget li.current_page_item > a {
  background: transparent;
  color: #f1ac59;
}
.widget .widget-title {
  font-size: 1.2rem;
  text-transform: capitalize;
  margin-bottom: 1em;
  display: inline-block;
  padding-bottom: .5em;
}
.widget ul ul {
  margin-left: 20px;
}
.widget li {
  list-style: none;
  margin-bottom: .3em;
}
.widget li a {
  color: #363636;
  border-bottom: 1px solid transparent;
}
.widget li a:hover {
  color: #000000;
  background: #fff2a8;
  border-bottom: 1px solid #ffea75;
}
.widget.widget_archive li,
.widget.widget_categories li,
.widget.widget_meta li,
.widget.widget_pages li,
.widget.widget_product_categories li {
  display: block;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.widget.widget_archive li:hover,
.widget.widget_categories li:hover,
.widget.widget_meta li:hover,
.widget.widget_pages li:hover,
.widget.widget_product_categories li:hover {
  color: #f1ac59;
}
.widget.widget_archive li .children li,
.widget.widget_categories li .children li,
.widget.widget_meta li .children li,
.widget.widget_pages li .children li,
.widget.widget_product_categories li .children li {
  border-bottom: 0;
}
.widget.widget_archive li .children li:hover,
.widget.widget_categories li .children li:hover,
.widget.widget_meta li .children li:hover,
.widget.widget_pages li .children li:hover,
.widget.widget_product_categories li .children li:hover {
  padding-left: 0;
}
.widget select {
  padding: 4px 5px;
  width: 100%;
  background: none;
}
.widget .hippo-select-wrapper {
  width: 100% !important;
}
.widget .hippo-select-wrapper .hippo-select-contents {
  font-size: .9rem;
  height: 48px;
  line-height: 48px;
  border: 1px solid #b9b9b9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.widget .hippo-select-wrapper .hippo-select-contents .hippo-selected-item {
  font-size: .9rem;
  padding-left: .5em;
}
.widget .hippo-select-wrapper .hippo-select-contents i {
  right: 10px;
  padding-top: 10px;
  font-size: 25px;
}
.widget .hippo-select-wrapper .hippo-select-list {
  top: 0;
  background: #ffffff;
  color: #1c1c1c;
  border: 1px solid #b9b9b9;
  text-align: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.widget.widget_text img {
  width: auto;
  height: auto;
}
.widget.widget_categories .hippo-material-select-wrapper,
.widget.widget_archive .hippo-material-select-wrapper,
.widget .textwidget .hippo-material-select-wrapper {
  width: 100% !important;
}
.widget.widget_categories .hippo-material-select-wrapper .hippo-material-select-list,
.widget.widget_archive .hippo-material-select-wrapper .hippo-material-select-list,
.widget .textwidget .hippo-material-select-wrapper .hippo-material-select-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.widget.widget_categories .hippo-material-select-wrapper .hippo-material-select-list li,
.widget.widget_archive .hippo-material-select-wrapper .hippo-material-select-list li,
.widget .textwidget .hippo-material-select-wrapper .hippo-material-select-list li {
  padding: 0 10px;
  color: #313131;
}
.widget.widget_categories .hippo-material-select-wrapper .hippo-material-select-list li:last-child,
.widget.widget_archive .hippo-material-select-wrapper .hippo-material-select-list li:last-child,
.widget .textwidget .hippo-material-select-wrapper .hippo-material-select-list li:last-child {
  border: 0;
}
.widget.widget_top_rated_products .product_list_widget a {
  display: initial;
  font-weight: normal;
}
.widget.widget_top_rated_products .product_list_widget a img {
  margin-top: 20px;
}
.widget.widget_top_rated_products .product_list_widget .star-rating {
  font-size: .6rem;
}
.widget.widget_recent_comments .recentcomments {
  padding: 0;
  margin-bottom: .5em;
}
.widget.widget_recent_comments .recentcomments .comment-author-link {
  font-weight: 600;
}
.widget.widget_recent_comments .recentcomments .comment-author-link a {
  color: #363636;
}
/*search form*/
.widget_search label {
  margin-bottom: 0 !important;
  display: none;
}
.entry-content .search-form,
.page-content .search-form,
.widget_search .search-form,
.widget_product_search .search-form {
  position: relative;
}
.entry-content .search-form label,
.page-content .search-form label,
.widget_search .search-form label,
.widget_product_search .search-form label {
  display: none;
}
.entry-content .search-form button[type=submit],
.page-content .search-form button[type=submit],
.widget_search .search-form button[type=submit],
.widget_product_search .search-form button[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 3em;
  height: 3em;
  text-align: center;
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  border: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.entry-content .search-form button[type=submit]:hover,
.page-content .search-form button[type=submit]:hover,
.widget_search .search-form button[type=submit]:hover,
.widget_product_search .search-form button[type=submit]:hover,
.entry-content .search-form button[type=submit]:focus,
.page-content .search-form button[type=submit]:focus,
.widget_search .search-form button[type=submit]:focus,
.widget_product_search .search-form button[type=submit]:focus {
  outline: none;
  color: #000000;
}
.entry-content .search-form .input-field,
.page-content .search-form .input-field,
.widget_search .search-form .input-field,
.widget_product_search .search-form .input-field {
  padding: 0;
}
.widget_search h2 {
  display: none;
}
.page-content .search-form {
  margin-top: 50px;
}
/*Recent Posts*/
.widget_hippo_recent_post .recent-post .media {
  border-bottom: 1px solid #f2f2f2;
  margin: 20px 0;
  padding-bottom: 20px;
}
.widget_hippo_recent_post .recent-post .media:last-child {
  border-bottom: 0;
}
.widget_hippo_recent_post .recent-post .media-left {
  width: 40px;
  height: 40px;
}
.widget_hippo_recent_post .recent-post .media-left .post-thumb {
  display: inline-block;
  margin: 5px 0 0;
  overflow: hidden;
}
.widget_hippo_recent_post .recent-post .media-left img {
  max-width: inherit;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.widget_hippo_recent_post .recent-post .media-body > h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 5px;
}
.widget_hippo_recent_post .recent-post .media-body > h3 a {
  color: #000000;
}
.widget_hippo_recent_post .recent-post .media-body > h3 a:hover {
  color: #f1ac59;
}
.widget_hippo_recent_post .recent-post .media-body .list-inline {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
}
.widget_hippo_recent_post .recent-post .media-body .list-inline li {
  padding: 0;
}
.widget_hippo_recent_post .recent-post .media-body .list-inline li .post-date {
  color: #C0C0C0;
}
.widget_hippo_recent_post .recent-post .media-body .list-inline li .post-author a {
  font-size: 11px;
  color: #f1ac59;
}
/*.widget_hippo_recent_post*/
/*Tag Cloud*/
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
  overflow: hidden;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  font-size: .8rem !important;
  line-height: 2em;
  display: inline-block;
  color: #1c1c1c;
  border: 1px solid #f2f2f2;
  padding: 0 1em;
  margin: 0 2px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
  color: #ffffff;
  background: #f1ac59;
  border-color: #f2f2f2;
}
/*Calendar widget*/
#wp-calendar {
  width: 100%;
}
#wp-calendar th {
  text-align: center;
  font-size: 13px;
}
#wp-calendar td {
  padding: 2px 9px;
}
#wp-calendar caption {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: left;
}
#wp-calendar a {
  font-weight: bold;
  padding: 0;
  color: #f1ac59;
}
/*sidebar twitter feed*/
.widget_hippo_latest_tweet {
  background: #4FB2E5;
  padding: 30px 20px;
}
.widget_hippo_latest_tweet .widget-title {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
.widget_hippo_latest_tweet .tweet,
.widget_hippo_latest_tweet .tweet a {
  color: #FFFFFF;
  font-weight: 500;
}
.widget_hippo_latest_tweet .tweet {
  font-size: 14px;
}
.widget_hippo_latest_tweet .tweet a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
.widget_hippo_latest_tweet .tweet a:hover {
  border-bottom-color: transparent;
}
.widget_hippo_latest_tweet .timePosted {
  font-size: 12px !important;
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 20px;
}
/*flicker photo feed*/
.widget_hippo_flickr_photo ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 8px;
}
.widget_hippo_flickr_photo ul li:nth-child(4),
.widget_hippo_flickr_photo ul li:nth-child(8) {
  margin-right: 0;
}
.widget_hippo_flickr_photo ul li img {
  width: 70px;
  border: 2px solid transparent;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.widget_hippo_flickr_photo ul li img:hover {
  border: 2px solid #f1ac59;
}
/*rss widget */
.widget_rss .widget-title a {
  color: #000000;
}
.widget_rss .widget-title a:hover {
  color: #f1ac59;
}
.widget_rss li {
  margin-bottom: 25px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li .rss-date {
  display: block;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}
.widget_rss li .rssSummary {
  margin-top: 20px;
}
.widget_rss li cite {
  font-size: 14px;
  font-weight: 500;
}
/*----------------------------
  PAGINATION 
-----------------------------*/
.pagination-wrap {
  text-align: center;
}
.pagination li::before {
  display: none;
}
/*common pagination styles*/
.entry-content .pagination,
.pagination,
.woocommerce-pagination {
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
}
.entry-content .pagination > li,
.pagination > li,
.woocommerce-pagination > li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  float: none;
  margin: 0;
  display: inline-block;
  padding: 0;
}
.entry-content .pagination > li > a,
.pagination > li > a,
.woocommerce-pagination > li > a {
  color: #363636;
  background: transparent;
  border: 0;
}
.entry-content .pagination > li > a:focus,
.pagination > li > a:focus,
.woocommerce-pagination > li > a:focus,
.entry-content .pagination > li > a:hover,
.pagination > li > a:hover,
.woocommerce-pagination > li > a:hover {
  background: transparent;
  color: #f1ac59;
}
.entry-content .pagination > li > a,
.pagination > li > a,
.woocommerce-pagination > li > a,
.entry-content .pagination > li > span,
.pagination > li > span,
.woocommerce-pagination > li > span {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  position: relative;
  float: none;
  padding: 8px 15px;
  text-align: center;
  margin-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.entry-content .pagination > li > span.dots,
.pagination > li > span.dots,
.woocommerce-pagination > li > span.dots {
  border: 0;
  background: transparent;
}
.entry-content .pagination > li > span.current,
.pagination > li > span.current,
.woocommerce-pagination > li > span.current,
.entry-content .pagination > li.active,
.pagination > li.active,
.woocommerce-pagination > li.active {
  border: 0 !important;
}
.entry-content .pagination > li:last-child a,
.pagination > li:last-child a,
.woocommerce-pagination > li:last-child a,
.entry-content .pagination > li:last-child span,
.pagination > li:last-child span,
.woocommerce-pagination > li:last-child span,
.entry-content .pagination > li:first-child a,
.pagination > li:first-child a,
.woocommerce-pagination > li:first-child a,
.entry-content .pagination > li:first-child span,
.pagination > li:first-child span,
.woocommerce-pagination > li:first-child span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.entry-content .pagination > li .current,
.pagination > li .current,
.woocommerce-pagination > li .current {
  color: #FFFFFF;
  background: #f1ac59;
}
.entry-content .pagination > li .current:hover,
.pagination > li .current:hover,
.woocommerce-pagination > li .current:hover {
  cursor: default;
  color: #FFFFFF;
  background: #f1ac59;
}
.entry-content .pagination > li.disabled a,
.pagination > li.disabled a,
.woocommerce-pagination > li.disabled a,
.entry-content .pagination > li.disabled a:hover,
.pagination > li.disabled a:hover,
.woocommerce-pagination > li.disabled a:hover {
  background: transparent;
  color: #838383;
}
.entry-content .pagination > li a.next,
.pagination > li a.next,
.woocommerce-pagination > li a.next,
.entry-content .pagination > li a.prev,
.pagination > li a.prev,
.woocommerce-pagination > li a.prev {
  border: 0;
  padding: 0;
}
.entry-content .pagination > .active > a,
.pagination > .active > a,
.woocommerce-pagination > .active > a,
.entry-content .pagination > .active > a:hover,
.pagination > .active > a:hover,
.woocommerce-pagination > .active > a:hover,
.entry-content .pagination > .active > a:focus,
.pagination > .active > a:focus,
.woocommerce-pagination > .active > a:focus,
.entry-content .pagination > .active > span:hover,
.pagination > .active > span:hover,
.woocommerce-pagination > .active > span:hover,
.entry-content .pagination > .active > span:focus,
.pagination > .active > span:focus,
.woocommerce-pagination > .active > span:focus {
  background: #f1ac59;
  color: #FFFFFF;
}
.entry-content .pagination li:first-child a,
.entry-content .pagination li:last-child a {
  border: 0;
}
.entry-content .pagination li:first-child a:hover,
.entry-content .pagination li:last-child a:hover {
  color: #f1ac59;
}
/*** all pagination next & previus button styles***/
.pagination li a.next,
.pagination li a.prev,
.blog-pagination li .next,
.blog-pagination li .prev,
.blog-pagination div.next a,
.blog-pagination div.prev a {
  font-size: .9rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #838383;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination li a.next i,
.pagination li a.prev i,
.blog-pagination li .next i,
.blog-pagination li .prev i,
.blog-pagination div.next a i,
.blog-pagination div.prev a i {
  font-size: 12px !important;
}
.pagination li a.next:hover,
.pagination li a.prev:hover,
.blog-pagination li .next:hover,
.blog-pagination li .prev:hover,
.blog-pagination div.next a:hover,
.blog-pagination div.prev a:hover,
.pagination li a.next:focus,
.pagination li a.prev:focus,
.blog-pagination li .next:focus,
.blog-pagination li .prev:focus,
.blog-pagination div.next a:focus,
.blog-pagination div.prev a:focus {
  color: #f1ac59;
  background: transparent;
}
.pagination li a.next,
.blog-pagination li .next,
.blog-pagination div.next a {
  text-align: left;
  padding-left: 20px;
}
.pagination li a.next i,
.blog-pagination li .next i,
.blog-pagination div.next a i {
  margin-left: 5px;
}
.pagination li a.prev,
.blog-pagination li .prev,
.blog-pagination div.prev a {
  text-align: right;
  padding-right: 20px;
}
.pagination li a.prev i,
.blog-pagination li .prev i,
.blog-pagination div.prev a i {
  margin-right: 5px;
}
/*pagination styles in blog*/
.blog-pagination div.prev {
  text-align: left;
}
.blog-pagination div.next {
  text-align: right;
}
/*--------------------------------------------------------------
  Page Template 
  (Page Sidebar Left, Page Sidebar Right, Page No Sidebar)
  ---------------------------------------------------------------*/
.page-content .entry-content p {
  margin-bottom: 30px;
}
/*------------------------------- 
  404 page
--------------------------------*/
.page-notfound {
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  background: #FFFFFF;
}
.page-notfound strong {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #f1ac59;
}
.page-notfound b {
  color: #BBBBBB;
  display: block;
  font-size: 45px;
  line-height: 45px;
  margin: 0;
}
.page-notfound i {
  color: #999999;
  display: block;
  font-size: 18px;
  font-style: normal;
  line-height: 50px;
  margin: 0;
}
.page-notfound .home-link {
  margin-top: 40px;
}
/*Search not found*/
.not-found .page-header {
  margin-bottom: 80px;
}
/* Collaps Menu Breakpoint */
@media only screen and (max-width:992px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-header {
    margin: 0;
    float: left;
  }
}
@media only screen and (max-width:567px) {
  .navbar-header {
    float: none !important;
    margin: 0;
    text-align: center;
  }
}
/* Navigation*/
/*-----------------------------------------*/
/*mobile menu trigger*/
.mobile-menu-trigger {
  margin-top: 12px;
  margin-left: 30px;
}
.navbar-toggle {
  position: relative;
  z-index: 101;
  width: 20px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  /*CLOSE*/
}
.navbar-toggle::after,
.navbar-toggle::before {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  background: #363636;
  width: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-toggle::before {
  top: -2px;
}
.navbar-toggle::after {
  bottom: -1px;
}
.navbar-toggle:hover::before,
.navbar-toggle:hover::after {
  width: 20px;
}
.navbar-toggle i {
  position: relative;
  height: 1px;
  width: 20px;
  top: 6px;
  display: block;
  background: #363636;
}
.navbar-toggle i::after,
.navbar-toggle i::before {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  width: 17px;
  background: #363636;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-toggle i::before {
  top: -4px;
}
.navbar-toggle i::after {
  bottom: -4px;
}
.navbar-toggle:hover::before,
.navbar-toggle:hover i::before,
.navbar-toggle:hover::after,
.navbar-toggle:hover i::after {
  width: 20px;
}
.navbar-toggle.trigger-close {
  z-index: 301;
}
.navbar-toggle.trigger-close i {
  background: transparent;
}
.navbar-toggle.trigger-close i::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.navbar-toggle.trigger-close i::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}
/*menu-trigger*/
.navbar-collapse {
  padding: 0;
}
/*--------------------------------
 * Navbar Global
 *-------------------------------*/
.navbar {
  width: 100%;
  min-height: auto;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* Navbar horizonal
  ---------------------------------------------------------*/
  /*end horizontal navbar*/
  /* Common style of navbar
  ----------------------------------------------------*/
  /* end common style of navbar*/
  /* Common style of mega menu
  ---------------------------------------------------*/
  /* end common style of megamenu*/
}
.navbar .mainnav {
  position: relative;
}
.navbar .mainnav .navbar-header a {
  display: inline-block;
}
.navbar.navbar-horizontal {
  background: transparent;
  /*Navbar dropdowns
    ---------------------*/
  /*li.dropdown*/
}
.navbar.navbar-horizontal .navbar-nav > li {
  display: block;
}
.navbar.navbar-horizontal li.dropdown {
  /*submenu-wrapper for 2nd level menu*/
  /*submenu-wrapper*/
  /*submenu-sub-wrapper for 3rd level*/
  /*caret position fixing*/
}
.navbar.navbar-horizontal li.dropdown:hover > .submenu-wrapper {
  pointer-events: auto;
}
.navbar.navbar-horizontal li.dropdown:hover > .submenu-wrapper.no-pointer-events {
  display: block;
}
.navbar.navbar-horizontal li.dropdown:hover > .submenu-wrapper > .submenu-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.navbar.navbar-horizontal li.dropdown:hover > .submenu-sub-wrapper {
  pointer-events: auto;
}
.navbar.navbar-horizontal li.dropdown:hover > .submenu-sub-wrapper > .submenu-sub-inner {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.navbar.navbar-horizontal li.dropdown.menu-animating > .submenu-wrapper {
  overflow: hidden;
}
.navbar.navbar-horizontal li.dropdown > .submenu-wrapper {
  left: 0;
  top: 100%;
  /* Will change on theme specific */
  padding-top: 0;
  /*IE pointer events*/
  /*submenu-inner*/
}
.navbar.navbar-horizontal li.dropdown > .submenu-wrapper.no-pointer-events {
  display: none;
}
.navbar.navbar-horizontal li.dropdown > .submenu-wrapper > .submenu-inner {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: no-repeat right bottom #2b2b2b;
}
.navbar.navbar-horizontal li.dropdown > .submenu-sub-wrapper {
  left: 100%;
  top: -5px;
  /*submenu inner in 3rd level menu*/
}
.navbar.navbar-horizontal li.dropdown > .submenu-sub-wrapper > .submenu-sub-inner {
  opacity: 0;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.navbar.navbar-horizontal li.dropdown > a span {
  margin-left: 3px;
  color: #666666;
}
.navbar.navbar-horizontal li.has-megamenu {
  position: static;
}
.navbar.navbar-horizontal li.has-megamenu .megamenu-inner > ul {
  padding: 0;
}
.navbar.navbar-horizontal li.dropdown.has-megamenu {
  max-width: 100%;
}
.navbar.navbar-horizontal li.dropdown.has-megamenu > .submenu-wrapper {
  /*max-width : 100%;*/
  top: 100%;
  left: 0;
  padding-top: 16px;
}
.navbar .navbar-nav {
  /*sub-dropdown-menu*/
}
.navbar .navbar-nav > li {
  display: block;
}
.navbar .navbar-nav > li > a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding: 1em 1.2em;
  color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.navbar .navbar-nav > li > a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
.navbar .navbar-nav > li:hover a {
  color: rgba(0, 0, 0, 0.5);
}
.navbar .navbar-nav li.dropdown {
  /*submenu-wrapper for 2nd level menu*/
  /*submenu-wrapper*/
  /*submenu-sub-wrapper for 3rd level*/
}
.navbar .navbar-nav li.dropdown.menu-animating > .submenu-wrapper {
  overflow: hidden;
}
.navbar .navbar-nav li.dropdown > .submenu-wrapper {
  position: absolute;
  display: block;
  z-index: 1000;
  pointer-events: none;
  /*IE pointer events*/
  /*submenu-inner*/
}
.navbar .navbar-nav li.dropdown > .submenu-wrapper.no-pointer-events {
  display: none;
}
.navbar .navbar-nav li.dropdown > .submenu-wrapper > .submenu-inner {
  display: inline-block;
  width: 100%;
  min-width: 250px;
  opacity: 0;
}
.navbar .navbar-nav li.dropdown > .submenu-sub-wrapper {
  position: absolute;
  display: block;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
  /*submenu inner in 3rd level menu*/
}
.navbar .navbar-nav li.dropdown > .submenu-sub-wrapper > .submenu-sub-inner {
  background-color: #161616;
  opacity: 0;
}
.navbar .navbar-nav .sub-dropdown-menu {
  list-style: none;
  padding: 20px 0;
  background-clip: padding-box;
}
.navbar .navbar-nav .sub-dropdown-menu li a {
  color: #ffffff;
  padding: 8px 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  letter-spacing: normal;
  -webkit-transition: color 600ms;
  -moz-transition: color 600ms;
  -ms-transition: color 600ms;
  -o-transition: color 600ms;
  transition: color 600ms;
}
.navbar .navbar-nav .sub-dropdown-menu li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.navbar .navbar-nav .sub-dropdown-menu li a span {
  position: absolute;
  right: 20px;
  top: 13px;
}
.navbar .megamenu-container {
  margin: 0 auto;
  padding: 20px;
  /*end megamenu-widget*/
}
@media only screen and (min-width:1200px) {
  .navbar .megamenu-container {
    width: 1170px;
  }
}
@media only screen and (max-width:992px) {
  .navbar .megamenu-container {
    width: auto;
  }
}
.navbar .megamenu-container .megamenu-widget {
  color: #ffffff;
  /*wiget styles in megamenu*/
  /*/.widget*/
  /*open menu*/
  /*mega menu open*/
}
.navbar .megamenu-container .megamenu-widget ul.menu li a {
  padding: 5px 0;
}
.navbar .megamenu-container .megamenu-widget p {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}
.navbar .megamenu-container .megamenu-widget h2 {
  margin: 0 0 15px 0;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f4f4f6;
}
.navbar .megamenu-container .megamenu-widget.widget {
  background: none;
  margin: 0;
  padding: 20px 10px;
  letter-spacing: normal;
}
.navbar .megamenu-container .megamenu-widget.widget ul li {
  list-style: none;
  border-bottom: 0;
  line-height: 35px;
}
.navbar .megamenu-container .megamenu-widget.widget ul li a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #000000;
}
.navbar .megamenu-container .megamenu-widget.widget ul li a:hover {
  color: #f1ac59;
}
.navbar .megamenu-container .megamenu-widget.widget ul li a::before {
  display: none;
}
.navbar .megamenu-container .megamenu-widget.widget select {
  color: #FFFFFF;
}
.navbar .megamenu-container .megamenu-widget.widget select option {
  color: #000000;
}
.navbar .megamenu-container .megamenu-widget.widget_tag_cloud .tagcloud {
  line-height: 18px;
}
.navbar .megamenu-container .megamenu-widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 3px 10px 0;
  color: #FFFFFF;
  line-height: 16px;
  text-transform: uppercase;
}
.navbar .megamenu-container .megamenu-widget.widget_nav_menu > div ul {
  z-index: 0;
  visibility: visible;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
.navbar .megamenu-container .megamenu-widget.widget_nav_menu > div ul.show-child {
  visibility: hidden;
}
.navbar .megamenu-container .megamenu-widget.widget_nav_menu > div .menu-item-has-children > ul {
  position: absolute;
  margin: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.navbar .megamenu-container .megamenu-widget.widget_nav_menu > div .menu-item-has-children > ul.show-child {
  z-index: 1;
  visibility: visible;
  background-color: #FFFFFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.navbar .megamenu-container .megamenu-widget.widget_nav_menu > div .menu-item-has-children > ul.sub-menu a {
  padding: 5px 10px;
}
.navbar .megamenu-container .megamenu-widget.widget_nav_menu .child-opener {
  position: absolute;
  right: 0;
  width: 100%;
  height: 24px;
  line-height: 25px;
  text-align: right;
  color: #f4f4f6;
  font-size: 16px;
}
.navbar .megamenu-container .megamenu-widget.widget_nav_menu .child-opener:hover {
  color: #f1ac59;
}
.navbar .megamenu-container .megamenu-widget.widget_nav_menu .child-closer {
  font-size: 11px;
  text-transform: uppercase;
  color: #8C8C8C;
}
.navbar .megamenu-container .megamenu-widget.widget_nav_menu .child-closer i {
  width: 8px;
  margin: 0;
}
/*end navbar*/
.admin-bar .navbar.sticky-menu {
  top: 32px;
}
.menu-sticky li.dropdown.has-megamenu > .submenu-wrapper {
  top: 48px;
}
/*menu active*/
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}
.nav .active > a {
  text-decoration: underline;
}
.nav .active > a:hover {
  text-decoration: underline;
}
li.current-menu-ancestor > a,
li.has-megamenu.open > a,
li.menu-item-has-children.open > a,
li.current_page_item > a,
li.current-menu-parent > a {
  background: transparent;
  color: rgba(0, 0, 0, 0.5) !important;
}
.sub-dropdown-menu li.has-megamenu.open > a,
.sub-dropdown-menu li.menu-item-has-children.open > a,
.sub-dropdown-menu li.current-menu-ancestor > a,
.sub-dropdown-menu li.current-menu-parent > a,
.sub-dropdown-menu li.current-menu-item > a {
  color: #ffffff !important;
  background: transparent;
}
/*Menu fixing for ie9 & ie10
--------------------------*/
.ie9 li.dropdown > .submenu-wrapper > .submenu-inner,
.ie10 li.dropdown > .submenu-wrapper > .submenu-inner,
.ie10 li.dropdown > .submenu-sub-wrapper > .submenu-sub-inner,
.ie9 li.dropdown > .submenu-sub-wrapper > .submenu-sub-inner {
  display: none;
}
.ie9 li.dropdown:hover > .submenu-wrapper > .submenu-inner,
.ie10 li.dropdown:hover > .submenu-wrapper > .submenu-inner,
.ie9 li.dropdown:hover > .submenu-sub-wrapper > .submenu-sub-inner,
.ie10 li.dropdown:hover > .submenu-sub-wrapper > .submenu-sub-inner {
  display: block;
}
/*
IMPORTANT FOR DEFAULT NAVIGATION HIDING
---------------------------------------------*/
/* ----------------------------------------------------------------
Offcanvas menu style
-------------------------------------------------------------------*/
.hippo-offcanvas-container {
  padding-top: 40px;
  background: #000000;
}
.menu-wrapper {
  position: absolute;
  top: 0;
  left: -10000px;
  display: none;
  /* Offcanvas Widget Style */
  /* End Offcanvas widget */
}
@media only screen and (max-width:992px) {
  .menu-wrapper {
    display: block;
  }
}
.menu-wrapper > h2 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.37);
  font-weight: 700;
  background: rgba(241, 172, 89, 0.8);
  padding: 0 15px;
  margin: 0;
  font-size: 14px !important;
  letter-spacing: 1px;
  line-height: 45px !important;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.menu-wrapper .close-sidebar {
  font-size: 30px;
  font-weight: 200;
  color: #FFFFFF;
  text-shadow: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  float: none;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.menu-wrapper .close-sidebar:hover,
.menu-wrapper .close-sidebar:focus {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  outline: none;
}
.menu-wrapper .offcanvasmenu {
  /* Social Share */
  /* Widget Main Menu  */
  /* List Style */
  /* Select List Style*/
  /* Recent Comments */
  /* Recent Post */
  /* calender */
  /* RSS */
  /* Widget Search */
  /* Widget Text */
  /* Widget Tag Cloud */
  /* Flickr Photo Gallery */
  /* Widget Woocommerce Product list */
  /* Widget Woocommerce Product Search */
}
.menu-wrapper .offcanvasmenu a {
  color: #ffffff;
}
.menu-wrapper .offcanvasmenu a:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.menu-wrapper .offcanvasmenu .widget-title {
  margin: 15px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  border: 0;
}
.menu-wrapper .offcanvasmenu .widget-title a {
  color: #ffffff;
}
.menu-wrapper .offcanvasmenu .social-shares {
  margin: 0 15px;
}
.menu-wrapper .offcanvasmenu .social-shares li {
  margin: 0;
  padding: 0;
}
.menu-wrapper .offcanvasmenu .social-shares li a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.03);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-wrapper .offcanvasmenu .social-shares li a:hover {
  text-decoration: none;
  color: #000000;
  background: #fff2a8;
  border-bottom: #ffe75b;
}
.menu-wrapper .offcanvasmenu.widget_nav_menu {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.menu-wrapper .offcanvasmenu.widget_nav_menu li {
  margin: 0;
}
.menu-wrapper .offcanvasmenu.widget_nav_menu ul.menu > li {
  /* Parent li background */
  /* Parent Menu Right Carete */
  /*Child Menu Style*/
}
.menu-wrapper .offcanvasmenu.widget_nav_menu ul.menu > li > a {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.menu-wrapper .offcanvasmenu.widget_nav_menu ul.menu > li > a:hover,
.menu-wrapper .offcanvasmenu.widget_nav_menu ul.menu > li > a .active {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
.menu-wrapper .offcanvasmenu.widget_nav_menu ul.menu > li:hover {
  background: transparent;
}
.menu-wrapper .offcanvasmenu.widget_nav_menu ul.menu > li.menu-item-has-children {
  position: relative;
}
.menu-wrapper .offcanvasmenu.widget_nav_menu ul.menu > li.menu-item-has-children::before {
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
  content: "\f2f9";
  position: absolute;
  right: 10px;
  top: 9px;
}
.menu-wrapper .offcanvasmenu.widget_nav_menu ul.menu > li > .sub-menu {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0;
}
.menu-wrapper .offcanvasmenu.widget_nav_menu ul.menu > li > .sub-menu li a {
  color: #FFFFFF;
  display: block;
  padding: 5px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.menu-wrapper .offcanvasmenu.widget_nav_menu ul.menu > li > .sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .offcanvasmenu.widget_nav_menu .menu li.current-menu-parent > a,
.menu-wrapper .offcanvasmenu.widget_nav_menu .menu li.current-menu-item > a,
.menu-wrapper .offcanvasmenu.widget_nav_menu .menu li.current_page_item > a {
  background: transparent;
  color: #f1ac59 !important;
}
.menu-wrapper .offcanvasmenu.widget_archive li,
.menu-wrapper .offcanvasmenu.widget_categories li,
.menu-wrapper .offcanvasmenu.widget_pages li,
.menu-wrapper .offcanvasmenu.widget_meta li,
.menu-wrapper .offcanvasmenu.widget_product_categories li {
  border-bottom: 1px solid rgba(82, 75, 75, 0.19) !important;
  padding: 5px 15px;
}
.menu-wrapper .offcanvasmenu.widget_archive li a,
.menu-wrapper .offcanvasmenu.widget_categories li a,
.menu-wrapper .offcanvasmenu.widget_pages li a,
.menu-wrapper .offcanvasmenu.widget_meta li a,
.menu-wrapper .offcanvasmenu.widget_product_categories li a {
  color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .offcanvasmenu.widget_archive li a:hover,
.menu-wrapper .offcanvasmenu.widget_categories li a:hover,
.menu-wrapper .offcanvasmenu.widget_pages li a:hover,
.menu-wrapper .offcanvasmenu.widget_meta li a:hover,
.menu-wrapper .offcanvasmenu.widget_product_categories li a:hover {
  color: #f1ac59;
}
.menu-wrapper .offcanvasmenu.widget_archive li .children,
.menu-wrapper .offcanvasmenu.widget_categories li .children,
.menu-wrapper .offcanvasmenu.widget_pages li .children,
.menu-wrapper .offcanvasmenu.widget_meta li .children,
.menu-wrapper .offcanvasmenu.widget_product_categories li .children {
  margin-left: 15px;
}
.menu-wrapper .offcanvasmenu.widget_archive li .children li,
.menu-wrapper .offcanvasmenu.widget_categories li .children li,
.menu-wrapper .offcanvasmenu.widget_pages li .children li,
.menu-wrapper .offcanvasmenu.widget_meta li .children li,
.menu-wrapper .offcanvasmenu.widget_product_categories li .children li {
  padding: 5px 0;
  border-bottom: 0 !important;
}
.menu-wrapper .offcanvasmenu .hippo-select-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-wrapper .offcanvasmenu .hippo-select-wrapper:hover {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.menu-wrapper .offcanvasmenu .hippo-select-wrapper .hippo-select-contents {
  margin: 0 10px;
  border-color: rgba(255, 255, 255, 0.1);
}
.menu-wrapper .offcanvasmenu .hippo-select-wrapper .hippo-select-contents .hippo-selected-item {
  padding-left: 15px;
}
.menu-wrapper .offcanvasmenu .hippo-select-wrapper .hippo-select-contents i {
  right: 15px;
  top: 0;
}
.menu-wrapper .offcanvasmenu .hippo-select-wrapper .hippo-select-list li {
  padding: 0 20px;
}
.menu-wrapper .offcanvasmenu .hippo-select-wrapper .hippo-select-list li:last-child {
  border-bottom: 0 !important;
}
.menu-wrapper .offcanvasmenu .hippo-select-wrapper .hippo-select-list li:hover {
  color: #f1ac59;
}
.menu-wrapper .offcanvasmenu.widget_recent_comments .recentcomments {
  border-bottom: 1px solid rgba(82, 75, 75, 0.19) !important;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.5) !important;
}
.menu-wrapper .offcanvasmenu.widget_recent_comments .recentcomments a {
  color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .offcanvasmenu.widget_recent_comments .recentcomments a:hover {
  color: #fff2a8;
}
.menu-wrapper .offcanvasmenu.widget_recent_entries li {
  padding: 0 15px;
}
.menu-wrapper .offcanvasmenu.widget_recent_entries a {
  color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .offcanvasmenu.widget_calendar #calendar_wrap {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}
.menu-wrapper .offcanvasmenu.widget_rss li {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0;
}
.menu-wrapper .offcanvasmenu.widget_rss li .rssSummary {
  color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .offcanvasmenu.widget_rss li:nth-child(even) {
  background: transparent;
}
.menu-wrapper .offcanvasmenu.widget_rss li a {
  color: #f1ac59;
  font-weight: 700;
}
.menu-wrapper .offcanvasmenu.widget_rss li a:hover {
  color: rgba(241, 172, 89, 0.6);
}
.menu-wrapper .offcanvasmenu.widget_search {
  margin: 0 15px 20px;
  padding-bottom: 0;
}
.menu-wrapper .offcanvasmenu.widget_search h2 {
  margin: 0;
}
.menu-wrapper .offcanvasmenu.widget_search .form-control {
  background: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.menu-wrapper .offcanvasmenu.widget_search button {
  color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .offcanvasmenu.widget_search button:hover {
  color: #f1ac59;
}
.menu-wrapper .offcanvasmenu.widget_text .textwidget {
  margin: 0 15px;
  color: rgba(255, 255, 255, 0.7);
}
.menu-wrapper .offcanvasmenu.widget_text .textwidget strong {
  color: #ffffff;
}
.menu-wrapper .offcanvasmenu.widget_tag_cloud .tagcloud,
.menu-wrapper .offcanvasmenu.widget_product_tag_cloud .tagcloud {
  margin: 0 15px;
}
.menu-wrapper .offcanvasmenu.widget_tag_cloud .tagcloud a,
.menu-wrapper .offcanvasmenu.widget_product_tag_cloud .tagcloud a {
  background: #f1ac59;
  color: #ffffff;
  border: 0;
}
.menu-wrapper .offcanvasmenu.widget_tag_cloud .tagcloud a:hover,
.menu-wrapper .offcanvasmenu.widget_product_tag_cloud .tagcloud a:hover {
  background: #a35f0e;
  color: #ffffff;
}
.menu-wrapper .offcanvasmenu.widget_hippo_flickr_photo {
  padding: 0 10px;
}
.menu-wrapper .offcanvasmenu.widget_hippo_flickr_photo .flickr-photo-stream li {
  margin: 0;
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_recent_reviews li,
.menu-wrapper .offcanvasmenu.woocommerce.widget_top_rated_products li,
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_recent_reviews li .quantity,
.menu-wrapper .offcanvasmenu.woocommerce.widget_top_rated_products li .quantity,
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart li .quantity {
  color: #ffffff;
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_recent_reviews li a,
.menu-wrapper .offcanvasmenu.woocommerce.widget_top_rated_products li a,
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart li a {
  color: rgba(255, 255, 255, 0.7);
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_recent_reviews li img,
.menu-wrapper .offcanvasmenu.woocommerce.widget_top_rated_products li img,
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart li img {
  width: 40px;
  margin-top: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart .mini_cart_item .variation {
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart .mini_cart_item .variation dd {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart .mini_cart_item .variation dt {
  color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_recent_reviews li,
.menu-wrapper .offcanvasmenu.woocommerce.widget_top_rated_products li {
  padding: 10px 15px;
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart li {
  padding: 10px 15px 10px 30px;
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart li a.remove {
  top: 50% !important;
  margin-top: -10px !important;
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart li a.remove:hover {
  background: transparent;
  color: #FFFFFF;
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart .total {
  color: #FFFFFF;
  border-top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart .total strong {
  color: #555555;
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart .buttons {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 0 20px;
}
.menu-wrapper .offcanvasmenu.woocommerce.widget_shopping_cart .buttons a {
  padding: 7px 10px;
  font-size: 11px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.menu-wrapper .offcanvasmenu.widget_product_search form.woocommerce-product-search {
  position: relative;
  margin: 0 15px;
}
.menu-wrapper .offcanvasmenu.widget_product_search form.woocommerce-product-search input[type="search"] {
  position: relative;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.menu-wrapper .offcanvasmenu.widget_product_search form.woocommerce-product-search input[type="submit"] {
  background: #f1ac59;
  color: #FFFFFF;
  padding: 4px 10px;
  position: absolute;
  right: 7px;
  border: 0;
  top: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.menu-wrapper .offcanvasmenu.widget_product_search form.woocommerce-product-search input[type="submit"]:hover {
  background: #f1ac59;
}
/*--------------------------------------------------------------
Woocommerce page style
------------------------------------------------------------- */
.bold {
  font-weight: 700;
}
.cart-notify .cart-contents {
  z-index: 2;
  text-align: center;
}
.cart-notify .cart-details {
  position: absolute;
  top: 40px;
  right: 0;
  width: 290px;
  background: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 20px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.cart-notify .cart-details > span {
  background: transparent;
  padding: 0 0 15px;
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.cart-notify .cart-details ul li {
  width: 100%;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}
.cart-notify .cart-details ul li a.remove {
  float: left;
  margin: -5px 5px 20px 0;
}
.cart-notify .cart-details ul li a {
  color: #f1ac59;
  margin-bottom: 10px;
}
.cart-notify .cart-details ul li a:hover {
  color: #f1ac59;
}
.cart-notify p.total {
  border-top: 1px solid #dddddd;
  padding: 15px 0;
}
/*wishlist notify*/
.wishlist-notify {
  position: relative;
}
/* MINi CART MODAL ---------*/
#mini-cart {
  padding: 0 !important;
  /* Modal Header */
}
#mini-cart.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
#mini-cart .modal-dialog {
  width: 600px;
  margin: 50px auto;
  padding-bottom: 40px;
}
@media only screen and (max-width:567px) {
  #mini-cart .modal-dialog {
    width: 100%;
  }
}
#mini-cart .modal-header {
  padding: 40px 0 20px;
  border-bottom: 0;
}
#mini-cart .modal-header .modal-title {
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width:567px) {
  #mini-cart .modal-header .modal-title {
    font-size: 1rem;
  }
}
#mini-cart .modal-header .close {
  width: 20px;
  height: 20px;
  top: 20px;
  right: 50%;
  margin-right: -10px;
  position: absolute !important;
}
#mini-cart .modal-header .close::after,
#mini-cart .modal-header .close::before {
  background: #d9534f;
  width: 20px;
  top: 10px;
}
#mini-cart .modal-content {
  margin-top: 0;
  border: 0;
  padding: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  /* TOTAL PRICE */
  /* MINI CART BUTTON */
}
@media only screen and (max-width:567px) {
  #mini-cart .modal-content {
    padding: 1em 1em 1.5em;
  }
}
#mini-cart .modal-content .cart_list li,
#mini-cart .modal-content .product_list_widget li {
  padding: 15px 0;
  vertical-align: middle;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mini-cart .modal-content .cart_list li .mini-cart-product-name-wrapper,
#mini-cart .modal-content .product_list_widget li .mini-cart-product-name-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
#mini-cart .modal-content .cart_list li .mini-cart-product-name-wrapper .product-name,
#mini-cart .modal-content .product_list_widget li .mini-cart-product-name-wrapper .product-name {
  font-size: 1.2rem;
  margin-bottom: .3em;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width:567px) {
  #mini-cart .modal-content .cart_list li .mini-cart-product-name-wrapper .product-name,
  #mini-cart .modal-content .product_list_widget li .mini-cart-product-name-wrapper .product-name {
    font-size: 1rem;
  }
}
#mini-cart .modal-content .cart_list li .mini-cart-product-name-wrapper .product-name:hover,
#mini-cart .modal-content .product_list_widget li .mini-cart-product-name-wrapper .product-name:hover {
  color: rgba(241, 172, 89, 0.5);
}
#mini-cart .modal-content .cart_list li .mini-cart-product-name-wrapper .quantity,
#mini-cart .modal-content .product_list_widget li .mini-cart-product-name-wrapper .quantity {
  width: auto;
  font-size: .8em;
  font-weight: 600;
}
#mini-cart .modal-content .cart_list li .mini-cart-product-name-wrapper .variation,
#mini-cart .modal-content .product_list_widget li .mini-cart-product-name-wrapper .variation {
  font-size: 10px;
  margin: 0 0 5px 5px;
  padding-left: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}
#mini-cart .modal-content .cart_list li .mini-cart-product-name-wrapper .variation dt,
#mini-cart .modal-content .product_list_widget li .mini-cart-product-name-wrapper .variation dt,
#mini-cart .modal-content .cart_list li .mini-cart-product-name-wrapper .variation dd,
#mini-cart .modal-content .product_list_widget li .mini-cart-product-name-wrapper .variation dd {
  padding: 0;
  margin: 0 5px;
}
#mini-cart .modal-content .cart_list li .mini-cart-product-name-wrapper .variation dt,
#mini-cart .modal-content .product_list_widget li .mini-cart-product-name-wrapper .variation dt {
  color: rgba(0, 0, 0, 0.3);
}
#mini-cart .modal-content .cart_list li .mini-cart-product-name-wrapper .variation dt,
#mini-cart .modal-content .product_list_widget li .mini-cart-product-name-wrapper .variation dt {
  color: rgba(0, 0, 0, 0.6);
}
#mini-cart .modal-content .cart_list li .product-thumb,
#mini-cart .modal-content .product_list_widget li .product-thumb {
  display: inline-block;
  width: 120px;
}
@media only screen and (max-width:567px) {
  #mini-cart .modal-content .cart_list li .product-thumb,
  #mini-cart .modal-content .product_list_widget li .product-thumb {
    display: none;
  }
}
#mini-cart .modal-content .cart_list li .product-thumb img,
#mini-cart .modal-content .product_list_widget li .product-thumb img {
  width: inherit;
}
#mini-cart .modal-content .cart_list li .remove,
#mini-cart .modal-content .product_list_widget li .remove {
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  width: 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  margin: -15px 0 0 0;
  color: #d9534f !important;
}
#mini-cart .modal-content .cart_list li .remove:hover,
#mini-cart .modal-content .product_list_widget li .remove:hover {
  background: transparent;
  color: rgba(217, 83, 79, 0.3) !important;
}
#mini-cart .modal-content .total {
  padding: 30px 0 40px;
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
}
#mini-cart .modal-content .total strong,
#mini-cart .modal-content .total span {
  display: block;
}
#mini-cart .modal-content .total strong {
  font-size: .9rem;
  margin-bottom: 10px;
  color: rgba(54, 54, 54, 0.5);
}
#mini-cart .modal-content .total span {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: normal;
  display: inline-block;
}
#mini-cart .modal-content .buttons {
  margin: 0;
  padding: 0 0 40px;
  display: block;
}
#mini-cart .modal-content .buttons .viewcart,
#mini-cart .modal-content .buttons .checkout {
  width: 48%;
  text-align: center;
  text-transform: uppercase;
}
#mini-cart .modal-content .buttons .viewcart {
  background: transparent;
  border: 1px solid #f1ac59;
  color: #000000;
  float: left;
}
#mini-cart .modal-content .buttons .viewcart:hover {
  background: #f1ac59;
  color: #ffffff;
  border-color: #f1ac59;
}
#mini-cart .modal-content .buttons .checkout {
  float: right;
}
/* PRODUCT CATEGORY BLOCK ------------ */
.product-category-block {
  position: relative;
  overflow: hidden;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  padding: 25px;
  z-index: 0;
}
.product-category-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.9));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.9));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  -webkit-transition: 3s linear;
  -moz-transition: 3s linear;
  -ms-transition: 3s linear;
  -o-transition: 3s linear;
  transition: 3s linear;
}
.product-category-block .entry-footer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  text-transform: uppercase;
}
.product-category-block .entry-footer h2 {
  display: inline-block;
  color: #ffffff;
  margin: 0;
  font-size: 60px;
  line-height: 50px;
  font-weight: 900;
}
.product-category-block .entry-footer a {
  color: #ffffff;
  position: absolute;
  bottom: 50px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}
.product-category-block .entry-footer a:hover {
  text-decoration: none;
}
.product-category-block .entry-footer a::before {
  position: absolute;
  right: -20px;
}
.product-category-block .entry-footer h2,
.product-category-block .entry-footer a {
  -webkit-transition: 700ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: 700ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -ms-transition: 700ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: 700ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: 700ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
@media only screen and (max-width:1200px) and (min-width: 992px) {
  .product-category-block .entry-footer {
    padding: 50px 30px;
  }
  .product-category-block .entry-footer h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width:567px) {
  .product-category-block .entry-footer {
    padding: 50px 30px;
  }
  .product-category-block .entry-footer h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.product-category-block:hover:before {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.product-category-block:hover .bg-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(20);
  -moz-transform: scale(20);
  -ms-transform: scale(20);
  -o-transform: scale(20);
  transform: scale(20);
}
.product-category-block:hover .entry-footer h2 {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  -o-transform: translateY(-300%);
  transform: translateY(-300%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.product-category-block:hover .entry-footer a {
  bottom: 50%;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: -12px;
}
.product-category-block:hover .entry-footer h2,
.product-category-block:hover .entry-footer a {
  opacity: 1;
  visibility: visible;
}
.product-category-block:hover .entry-footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
/*Product category list*/
.filter-section {
  height: 46px;
  line-height: 45px;
  margin-bottom: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width : 767px) {
  .filter-section {
    text-align: center;
    height: auto;
  }
}
.shop-filter-trigger {
  display: inline-block;
  margin-left: 2em;
}
.shop-filter-trigger .btn-filter-trigger {
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  line-height: 1.5em;
  border-bottom: 1px solid #f2f2f2;
}
@media only screen and (max-width : 767px) {
  .shop-filter-trigger .btn-filter-trigger {
    text-align: center !important;
  }
}
.shop-filter-trigger .btn-filter-trigger:hover {
  color: #838383;
  border-bottom-color: #000000;
}
.shop-filter-trigger .btn-filter-trigger i {
  margin-left: 5px;
}
.product-category-wrap {
  display: inline-block;
  position: relative;
}
.product-category-wrap .product-category-list .btn-cat-list {
  font-size: .8rem;
  padding: 0 1.5em;
  text-align: center;
  border: none;
  background: transparent;
  z-index: 101;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.product-category-wrap .product-category-list .btn-cat-list i {
  margin-left: 5px;
}
.product-category-wrap .product-category-list .btn-cat-list:focus {
  outline: none;
}
.product-category-wrap .product-category-list .btn-cat-list:hover,
.product-category-wrap .product-category-list .btn-cat-list.open {
  background: #f2f2f2;
  color: #838383;
}
.product-category-wrap .product-category-list > ul {
  top: 60px;
  position: absolute;
  z-index: 100;
  background: #f2f2f2;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media only screen and (max-width : 767px) {
  .product-category-wrap .product-category-list > ul {
    width: 100%;
  }
}
.product-category-wrap .product-category-list > ul.show-list {
  top: 46px;
  opacity: 1;
  visibility: visible;
}
.product-category-wrap .product-category-list > ul li {
  display: block;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.product-category-wrap .product-category-list > ul li li {
  margin-left: 20px;
}
.product-category-wrap .product-category-list > ul li a {
  font-family: Roboto;
  display: block;
  font-size: .8rem;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #030303;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.product-category-wrap .product-category-list > ul li a:hover {
  color: #f1ac59;
}
.product-category-wrap .product-category-list > ul li a span {
  display: block;
}
/* ------------ .PRODUCT THUMB  */
/*WOOCOMMERCE PARENT CLASS*/
@media only screen and (max-width : 767px) {
  #main .woocommerce {
    padding: 10px;
  }
}
.woocommerce {
  /*Star Rating Color*/
  /* Order Info Notification */
  /* PRODUCT BLOCK --------*/
  /* -------- .PRODUCT LIST ITEM */
  /*product*/
  /*ul.products*/
  /*woo button*/
  /*input field style*/
  /*border*/
  /*div.product*/
  /*review start*/
  /*#reviews*/
  /*My Account Page*/
  /*sidebar*/
  /*.woo-sidebar*/
  /*woo notification*/
  /*Cart table*/
  /*Billing Details*/
  /*Checkout Review Table*/
  /*My Account Orders*/
  /*Address*/
  /*cart totals*/
  /*my account page*/
  /*Quantity*/
  /*variations*/
  /*product remove button*/
  /*.single-product*/
  /*--------------------------------
  Category block
  ---------------------------------*/
  /*shop-sidebar-wrap*/
}
@media only screen and (max-width : 767px) {
  .woocommerce h2 {
    font-size: 1.3rem;
  }
  .woocommerce h3 {
    font-size: 1rem;
  }
}
.woocommerce .cart-collaterals {
  padding-top: 5em;
}
.woocommerce .cart-collaterals h2 {
  text-align: center;
  padding-bottom: 1.5em;
}
.woocommerce .shop-section-archive {
  margin-bottom: 3em;
}
.woocommerce .shop-section-archive .product-block-wrapper {
  margin-bottom: 3em;
}
.woocommerce .star-rating::before {
  color: #f1ac59;
}
.woocommerce .star-rating span::before {
  color: #f1ac59;
}
.woocommerce .order-info {
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce .order-info mark {
  background: transparent;
  font-weight: 700;
}
.woocommerce .product-navigation {
  position: relative;
  line-height: 2.5em;
}
@media only screen and (max-width:768px) {
  .woocommerce .product-navigation {
    text-align: center;
  }
}
.woocommerce .product-navigation li {
  padding: 0;
}
.woocommerce .product-navigation .previous {
  left: 0;
  text-align: left;
}
.woocommerce .product-navigation .previous i {
  margin-right: 5px;
}
.woocommerce .product-navigation .next {
  right: 0;
  text-align: right;
}
.woocommerce .product-navigation .next i {
  margin-left: 5px;
}
.woocommerce .product-navigation .previous,
.woocommerce .product-navigation .next {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width:768px) {
  .woocommerce .product-navigation .previous,
  .woocommerce .product-navigation .next {
    position: relative;
    display: inline-block;
    margin: .5em 1em 0;
  }
}
.woocommerce .product-navigation .previous i,
.woocommerce .product-navigation .next i {
  color: #696969;
}
.woocommerce .product-navigation .previous a,
.woocommerce .product-navigation .next a {
  color: #363636;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.woocommerce .product-navigation .previous a:hover,
.woocommerce .product-navigation .next a:hover {
  color: #f1ac59;
}
.woocommerce .product-navigation .previous a:hover i,
.woocommerce .product-navigation .next a:hover i {
  color: #f1ac59;
}
.woocommerce legend {
  padding-bottom: 10px;
}
.woocommerce .quantity input:focus {
  border-color: #f1ac59;
  box-shadow: none;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.woocommerce .quantity .qty {
  width: 3.5em;
}
.woocommerce .hippo-single-product-meta-wrapper {
  padding: 10px 0 0;
  text-align: center;
}
.woocommerce .hippo-single-product-meta-wrapper .product_meta > span {
  display: inline-block;
  /*font-size : .rem;*/
  margin: 0 1.5em;
  color: #838383;
}
.woocommerce .hippo-single-product-meta-wrapper .product_meta > span > span {
  color: #000000;
}
.woocommerce .hippo-single-product-meta-wrapper .product_meta > span a {
  color: #000000;
}
.woocommerce .hippo-single-product-meta-wrapper .product_meta > span a:hover {
  background: #fff2a8;
  color: #000000;
  border-bottom: 1px solid #ffea75;
}
.woocommerce .products form.cart {
  margin: 0;
}
.woocommerce .products .product-category {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.woocommerce .products .product-category img,
.woocommerce .products .product-category h3 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .products .product-category h3 {
  font-size: 1rem;
  width: 100%;
}
.woocommerce .products .product-category h3 mark {
  background: transparent;
  color: rgba(0, 0, 0, 0.2);
}
.woocommerce .products .product-category:hover img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.woocommerce .products .product-category:hover h3 {
  color: #f1ac59;
}
.woocommerce .products .product-block-wrapper {
  margin: 100px 0;
}
@media only screen and (max-width:768px) {
  .woocommerce .products .product-block-wrapper {
    margin: 50px 0;
  }
}
.woocommerce .products .product-block-wrapper::before,
.woocommerce .products .product-block-wrapper::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  right: 50%;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media only screen and (max-width:768px) {
  .woocommerce .products .product-block-wrapper::before,
  .woocommerce .products .product-block-wrapper::after {
    display: none;
  }
}
.woocommerce .products .product-block-wrapper::before {
  top: 50px;
}
.woocommerce .products .product-block-wrapper::after {
  bottom: 50px;
}
.woocommerce .products .product-block-wrapper .product-block {
  position: relative;
  display: block;
  text-align: center;
}
.woocommerce .products .product-block-wrapper .product-block img {
  max-width: 100%;
  height: auto;
}
.woocommerce .products .product-block-wrapper:hover::before,
.woocommerce .products .product-block-wrapper:hover::after {
  background: #000000;
}
.woocommerce .products .product-block-wrapper:hover::before {
  top: 20px;
}
.woocommerce .products .product-block-wrapper:hover::after {
  bottom: 20px;
}
.woocommerce .products .product-details {
  text-align: center;
}
.woocommerce .products .product-details .entry-title {
  font-size: 1rem;
  margin: 0 !important;
  padding: 0;
  text-transform: uppercase;
}
.woocommerce .products .product-details .entry-title a {
  color: #000000;
  font-weight: 500;
}
.woocommerce .products .product-details .entry-title a:hover {
  color: #000000;
  background: #fff2a8;
  border-bottom: 1px solid #ffe342;
}
.woocommerce .products .product-details .product-price {
  font-size: 14px;
  color: #000000;
  height: 30px;
  letter-spacing: normal;
}
.woocommerce .products .product-details .product-price del {
  color: #696969;
}
.woocommerce .products .product-details .product-price ins {
  color: #000000;
  padding: 0;
  background: transparent;
  border: 0;
  text-decoration: none;
}
.woocommerce .products .hippo-variation-product-slider-controller {
  display: table;
  margin: 0 auto;
}
.woocommerce .products .hippo-variation-product-slider-controller li {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin: 0 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.woocommerce .products .hippo-variation-product-slider-controller li.current {
  -webkit-box-shadow: 0 0 0 2px #f1ac59;
  -moz-box-shadow: 0 0 0 2px #f1ac59;
  -o-box-shadow: 0 0 0 2px #f1ac59;
  box-shadow: 0 0 0 2px #f1ac59;
}
.woocommerce .products .hippo-variation-product-slider-controller li img {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.woocommerce .products .hippo-variation-product-slider-controller li:hover {
  cursor: pointer;
}
.woocommerce ul.products {
  margin: 0 0 5px;
  /*product*/
}
.woocommerce ul.products li.product {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 5px 5px 20px 5px;
  text-align: center;
  /*Category product list*/
  /*product-content*/
}
.woocommerce ul.products li.product h3 {
  padding: 0 !important;
  margin: 0 5px 10px !important;
}
.woocommerce ul.products li.product h3 > a {
  font-weight: 600 !important;
  color: #606577;
}
.woocommerce ul.products li.product .price {
  margin: 10px 0 !important;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce ul.products li.product .price del {
  font-size: 13px;
  display: inline-block;
}
.woocommerce ul.products li.product .product-content {
  position: relative;
}
.woocommerce ul.products li.product .product-content .entry-content {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 60px 15px 15px;
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  z-index: 1;
}
.woocommerce ul.products li.product .product-content .entry-content p {
  color: #2d2d2d;
}
.woocommerce ul.products li.product .product-content .entry-content:hover {
  opacity: 1;
}
.woocommerce ul.products li.product .product-content .entry-content:hover .view-details {
  bottom: 0;
}
.woocommerce ul.products li.product .product-content .entry-content:hover .content-details h3 {
  top: 0;
}
.woocommerce ul.products li.product .product-content .entry-content .content-details {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
}
.woocommerce ul.products li.product .product-content .entry-content .content-details h3 {
  position: relative;
  top: -30px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.woocommerce ul.products li.product .product-content .entry-content .content-details .view-details {
  position: relative;
  bottom: -32px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.woocommerce ul.products li.product .product-content img {
  width: 100%;
}
.woocommerce ul.products li.product .product-content .post-date {
  display: block;
  color: #2d2d2d;
}
.woocommerce ul.products li.product .product-content .entry-meta {
  margin: 0;
}
.woocommerce ul.products li.product .product-content .entry-meta li,
.woocommerce ul.products li.product .product-content .entry-meta li i,
.woocommerce ul.products li.product .product-content .entry-meta li a,
.woocommerce ul.products li.product .product-content .entry-meta li a i {
  font-size: 12px;
  color: #cccccc;
}
.woocommerce ul.products li.product a.add_to_cart_button.loading {
  color: #f1ac59;
  opacity: 1 !important;
}
.woocommerce ul.products li.product a.add_to_cart_button.loading:hover {
  color: #f1ac59;
}
.woocommerce ul.products li.product a.add_to_cart_button.loading:after {
  color: #606577;
  top: 9px !important;
  left: 0;
  right: 0 !important;
  text-align: center;
}
.woocommerce a.added_to_cart {
  display: block;
  color: #3a424d;
  padding-top: 0;
}
.woocommerce span.onsale {
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  text-align: center;
  top: -10px;
  left: -10px;
  margin: 0;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  background: #d9534f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.woocommerce .out-of-stock {
  position: absolute;
  bottom: 0;
  padding: 0 5px;
  text-align: center;
  right: 0;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 100;
  line-height: 20px;
  color: #ffffff !important;
  background: #f2693f;
}
.woocommerce .product_meta > span {
  display: block;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-product-search input[type="submit"],
.woocommerce a.button,
.woocommerce .view-details a,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid transparent;
  background: #f1ac59;
  padding: .9375em 2em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce .woocommerce-product-search input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce .view-details a:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt.disabled:hover:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce .woocommerce a.button.alt.disabled:hover:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce .woocommerce a.button.alt:disabled:hover:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce a.button.alt:disabled[disabled]:hover:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:hover:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled:hover:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled[disabled]:hover:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled:hover:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled[disabled]:hover:hover,
.woocommerce .woocommerce-product-search input[type="submit"]:focus,
.woocommerce a.button:focus,
.woocommerce .view-details a:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce #content input.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #content input.button.alt:focus,
.woocommerce #respond input#submit.alt.disabled:focus,
.woocommerce #respond input#submit.alt.disabled:hover:focus,
.woocommerce #respond input#submit.alt:disabled:focus,
.woocommerce #respond input#submit.alt:disabled:hover:focus,
.woocommerce #respond input#submit.alt:disabled[disabled]:focus,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover:focus,
.woocommerce a.button.alt.disabled:focus,
.woocommerce .woocommerce a.button.alt.disabled:hover:focus,
.woocommerce a.button.alt:disabled:focus,
.woocommerce .woocommerce a.button.alt:disabled:hover:focus,
.woocommerce a.button.alt:disabled[disabled]:focus,
.woocommerce a.button.alt:disabled[disabled]:hover:focus,
.woocommerce button.button.alt.disabled:focus,
.woocommerce button.button.alt.disabled:hover:focus,
.woocommerce button.button.alt:disabled:focus,
.woocommerce button.button.alt:disabled:hover:focus,
.woocommerce button.button.alt:disabled[disabled]:focus,
.woocommerce button.button.alt:disabled[disabled]:hover:focus,
.woocommerce input.button.alt.disabled:focus,
.woocommerce input.button.alt.disabled:hover:focus,
.woocommerce input.button.alt:disabled:focus,
.woocommerce input.button.alt:disabled:hover:focus,
.woocommerce input.button.alt:disabled[disabled]:focus,
.woocommerce input.button.alt:disabled[disabled]:hover:focus {
  background: #a35f0e;
  outline: none;
  color: #ffffff;
}
.woocommerce .single_add_to_cart_button {
  width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .input-text,
.woocommerce .comment-form input,
.woocommerce .comment-form textarea,
.woocommerce .select2-choice,
.woocommerce .select2-search input,
.woocommerce .cart_totals table select,
.woocommerce .woocommerce-product-search .search-field {
  font-size: 1rem;
  height: 3em;
  padding: .3em .5em;
  box-shadow: none;
  border: 1px solid #b9b9b9;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row .input-text:focus,
.woocommerce .comment-form input:focus,
.woocommerce .comment-form textarea:focus,
.woocommerce .select2-choice:focus,
.woocommerce .select2-search input:focus,
.woocommerce .cart_totals table select:focus,
.woocommerce .woocommerce-product-search .search-field:focus {
  border-color: #f1ac59;
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 2em;
}
.woocommerce form .form-row .select2-selection--single {
  border: 1px solid #b9b9b9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 3em;
}
.woocommerce form .form-row .select2-selection--single .select2-selection__rendered {
  line-height: 2.75em;
}
.woocommerce form .form-row .select2-selection--single .select2-selection__arrow {
  height: 3em;
  width: 2em;
}
.woocommerce .form-row.create-account .checkbox {
  display: inline-block;
}
.woocommerce form .form-row textarea.input-text {
  min-height: 200px;
  padding: 15px;
}
.woocommerce .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 15px 20px !important;
  display: inline-block;
}
.woocommerce .quantity {
  width: 100%;
  display: block;
  margin-bottom: 5px !important;
}
.woocommerce .quantity .qty {
  width: 100%;
  border: 1px solid #b9b9b9;
  color: #000000;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  border-radius: 2px !important;
}
.woocommerce div.product {
  /*Details Wrapper*/
  /*entry Summary*/
  /*related product, up sell, cross sell*/
  /*single product share*/
}
.woocommerce div.product .stock,
.woocommerce div.product p.stock {
  color: #ffffff;
  font-size: .7rem;
  font-weight: 400;
  padding: 0 5px;
}
.woocommerce div.product .stock.out-of-stock {
  color: #ffffff;
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.woocommerce div.product .stock.out-of-stock::after {
  display: none;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1em;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  color: #000000;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  border: 0;
  text-decoration: none;
  font-weight: normal;
}
@media only screen and (max-width : 767px) {
  .woocommerce div.product .hippo-single-product-tabs-wrapper {
    padding: 0 2em;
  }
}
.woocommerce div.product .hippo-single-product-tab-wrapper {
  padding: 60px 0 80px;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce div.product .hippo-single-product-tab-wrapper h2 {
  text-align: center;
  margin-bottom: 2em;
  position: relative;
}
.woocommerce div.product .hippo-single-product-tab-wrapper h2::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  left: 50%;
  bottom: 0;
  margin: -10px;
}
.woocommerce div.product .hippo-single-product-tab-wrapper table.shop_attributes {
  border: 0 !important;
  font-size: .9rem;
}
.woocommerce div.product .hippo-single-product-tab-wrapper table.shop_attributes tr,
.woocommerce div.product .hippo-single-product-tab-wrapper table.shop_attributes th,
.woocommerce div.product .hippo-single-product-tab-wrapper table.shop_attributes td {
  border: 0 !important;
  background: transparent !important;
}
.woocommerce div.product .hippo-single-product-tab-wrapper table.shop_attributes th,
.woocommerce div.product .hippo-single-product-tab-wrapper table.shop_attributes td {
  width: 50%;
  padding: 5px 10px;
}
.woocommerce div.product .hippo-single-product-tab-wrapper table.shop_attributes th {
  text-align: right;
}
.woocommerce div.product .hippo-single-product-tab-wrapper table.shop_attributes td {
  text-align: left;
  color: #030303;
}
.woocommerce div.product .hippo-single-product-tab-wrapper table.shop_attributes p {
  border-bottom: 1px solid #a5a5a5;
  display: inline-block;
}
.woocommerce div.product .woocommerce-product-rating {
  vertical-align: middle;
  line-height: 20px;
  display: block;
  width: 120px;
  margin: 0 auto 1em;
  text-align: center;
}
.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link {
  font-size: 12px;
  color: #505050 !important;
  float: none;
  text-transform: uppercase;
  padding: 0;
  line-height: 15px;
  margin-left: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link:hover {
  color: #fff2a8 !important;
}
.woocommerce div.product .woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  font-size: 1.5rem;
}
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products,
.woocommerce div.product .cross-sells.products {
  padding: 5em 0;
}
.woocommerce div.product .related.products h2.related-title,
.woocommerce div.product .upsells.products h2.related-title,
.woocommerce div.product .cross-sells.products h2.related-title {
  text-align: center;
  margin-bottom: 2em;
  position: relative;
}
.woocommerce div.product .related.products h2.related-title::after,
.woocommerce div.product .upsells.products h2.related-title::after,
.woocommerce div.product .cross-sells.products h2.related-title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  left: 50%;
  bottom: 0;
  margin: -10px;
}
.woocommerce div.product .related.products ul.products,
.woocommerce div.product .upsells.products ul.products,
.woocommerce div.product .cross-sells.products ul.products {
  margin: 0 -15px;
}
.woocommerce div.product .related.products .action-button > ul,
.woocommerce div.product .upsells.products .action-button > ul,
.woocommerce div.product .cross-sells.products .action-button > ul {
  margin: 0 !important;
}
.woocommerce div.product .hippo-single-upsells-product-wrapper {
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper {
  padding: 10px 0;
  position: relative;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button {
  padding: 0;
  font-size: 1rem;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social {
  text-align: center;
  margin: 0;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul {
  margin: 0;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li {
  margin: 0;
  padding: 0;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a {
  color: #363636;
  width: 30px;
  height: 30px;
  line-height: 2rem;
  padding: 0;
  display: block;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-rss {
  color: #f26522;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-facebook {
  color: #3b5998;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-twitter {
  color: #55acee;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-google-plus {
  color: #dd4b39;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-youtube {
  color: #dd4b39;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-flickr {
  color: #ff0084;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-linkedin {
  color: #0274b3;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-vimeo-square {
  color: #1ab7ea;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-vimeo-square {
  color: #1ab7ea;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-instagram {
  color: #6a453b;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-dribbble {
  color: #c32361;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-tumblr {
  color: #395976;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-pinterest {
  color: #cc2127;
}
.woocommerce div.product .hippo-single-product-sharing-wrapper .hippo-share-button div.social ul li a:hover i.fa-skype {
  color: #00aff0;
}
.woocommerce #reviews {
  width: 60%;
  margin: 0 auto;
  /*#comments*/
}
@media only screen and (max-width:567px) {
  .woocommerce #reviews {
    width: 100%;
  }
}
.woocommerce #reviews #comments .comment-author {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.woocommerce #reviews #comments .comment-author strong {
  font-weight: 500;
  text-transform: capitalize;
}
.woocommerce #reviews #comments time[itemprop="datePublished"],
.woocommerce #reviews #comments div[itemprop="reviewRating"] {
  display: table-cell;
}
.woocommerce #reviews #comments time[itemprop="datePublished"] {
  font-size: 12px;
  color: #505050;
  padding-right: 25px;
}
.woocommerce #reviews #comments div.star-rating {
  float: none;
  line-height: 22px;
}
.woocommerce #reviews #comments div.star-rating span {
  padding-top: 2.5em;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background: transparent;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
  font-size: 1rem !important;
}
.woocommerce #reviews #review_form_wrapper {
  margin-top: 50px;
}
.woocommerce #reviews #review_form_wrapper h3.comment-reply-title {
  color: #000000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2em;
}
.woocommerce #reviews #review_form_wrapper .comment-form-rating {
  margin-bottom: 30px;
}
.woocommerce #reviews #review_form_wrapper .comment-form-rating .stars {
  display: inline-block;
  padding-left: 20px;
  line-height: 1em;
}
@media only screen and (max-width : 767px) {
  .woocommerce #reviews #review_form_wrapper .comment-form-rating .stars {
    font-size: .8em;
    padding: 0;
  }
}
.woocommerce #reviews #review_form_wrapper .comment-form-rating .stars a {
  margin-right: 0;
  border-right: 0;
  color: #f9dbb7;
}
.woocommerce #reviews #review_form_wrapper .comment-form-rating .stars a:hover {
  color: #f1ac59;
}
.woocommerce #customer_login h2,
.woocommerce #customer_register h2 {
  margin-top: 0;
}
.woocommerce #customer_login .login,
.woocommerce #customer_register .login,
.woocommerce #customer_login .register,
.woocommerce #customer_register .register {
  margin-bottom: 0;
  min-height: 300px;
}
.woocommerce #customer_login .input-field,
.woocommerce #customer_register .input-field {
  padding: 0;
  margin-bottom: 30px;
}
.woocommerce #customer_login .input-field label,
.woocommerce #customer_register .input-field label {
  text-transform: none;
  color: #363636;
}
.woocommerce #customer_login .form-row,
.woocommerce #customer_register .form-row {
  margin: 0;
}
.woocommerce #customer_login .form-row label,
.woocommerce #customer_register .form-row label {
  text-transform: none;
  margin-left: 10px;
}
.woocommerce #customer_login .form-row .button,
.woocommerce #customer_register .form-row .button {
  padding: 13px 30px;
}
.woocommerce #customer_login .lost_password,
.woocommerce #customer_register .lost_password {
  margin: 0;
  padding: 3px 0;
  font-size: 14px;
  text-align: right;
}
.woocommerce .woo-sidebar,
.woocommerce .shop-sidebar {
  /* Woo Search*/
  /*Price Filter*/
  /*widget_price_filter*/
  /*product_list_widget*/
}
.woocommerce .woo-sidebar .widget-title,
.woocommerce .shop-sidebar .widget-title {
  font-size: .9rem;
  margin-bottom: 2em;
}
.woocommerce .woo-sidebar .woocommerce-product-search,
.woocommerce .shop-sidebar .woocommerce-product-search {
  position: relative;
}
.woocommerce .woo-sidebar .woocommerce-product-search .search-field,
.woocommerce .shop-sidebar .woocommerce-product-search .search-field {
  height: 40px;
  line-height: 40px;
  width: 100% !important;
  margin-bottom: 5px;
}
.woocommerce .woo-sidebar .woocommerce-product-search input[type="submit"],
.woocommerce .shop-sidebar .woocommerce-product-search input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: .8rem;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.woocommerce .woo-sidebar .widget_price_filter .ui-widget-content,
.woocommerce .shop-sidebar .widget_price_filter .ui-widget-content {
  background: #dddddd;
  height: 1px;
}
.woocommerce .woo-sidebar .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  border: 0 !important;
  top: -.5em;
  box-shadow: none;
  background-color: #1c1c1c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce .woo-sidebar .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce .shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -12px;
}
.woocommerce .woo-sidebar .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #1c1c1c;
  box-shadow: none !important;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_amount,
.woocommerce .shop-sidebar .widget_price_filter .price_slider_amount {
  font-size: 1em;
  color: #000000;
}
.woocommerce .woo-sidebar .widget_price_filter .price_slider_amount .button,
.woocommerce .shop-sidebar .widget_price_filter .price_slider_amount .button {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: .8em;
  border: 0;
}
.woocommerce .woo-sidebar .product_list_widget li,
.woocommerce .shop-sidebar .product_list_widget li {
  margin-bottom: 8px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-left: 40px;
}
.woocommerce .woo-sidebar .product_list_widget li a,
.woocommerce .shop-sidebar .product_list_widget li a {
  font-weight: 400;
}
.woocommerce .woo-sidebar .product_list_widget li img,
.woocommerce .shop-sidebar .product_list_widget li img {
  box-shadow: none;
  float: left;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: 7px;
}
.woocommerce .woo-sidebar .product_list_widget li .star-rating,
.woocommerce .shop-sidebar .product_list_widget li .star-rating {
  font-size: .6rem;
  display: block;
}
.woocommerce .woo-sidebar .product_list_widget li del,
.woocommerce .shop-sidebar .product_list_widget li del {
  font-size: .9em;
  color: #505050;
}
.woocommerce .woo-sidebar .product_list_widget li ins,
.woocommerce .shop-sidebar .product_list_widget li ins {
  text-decoration: none;
}
.woocommerce .woo-sidebar .product_list_widget li .remove,
.woocommerce .shop-sidebar .product_list_widget li .remove {
  display: inline-block;
  float: left;
  margin: 0 10px 30px 0;
}
.woocommerce .woo-sidebar .widget_layered_nav_filters ul li a,
.woocommerce .shop-sidebar .widget_layered_nav_filters ul li a {
  border-radius: 0;
}
.woocommerce .coupon input.input-text {
  width: 120px !important;
  padding: 8px 10px !important;
  box-shadow: none !important;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  padding: 10px 20px 10px 50px !important;
  line-height: 40px;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  margin: .5em 0 2em !important;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before {
  top: 10px;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover {
  color: #f1ac59;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  color: #ffffff;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:focus {
  background: #f1ac59;
  color: #ffffff;
}
.woocommerce .woocommerce-info {
  border: 1px solid #9ecdfc;
  color: #297ad3;
}
.woocommerce .woocommerce-info::before {
  color: #297ad3;
}
.woocommerce .woocommerce-error {
  border: 1px solid #ffbbbb;
  color: #e33131;
}
.woocommerce .woocommerce-error::before {
  color: #e33131;
}
.woocommerce .woocommerce-message {
  border: 1px solid #a9e2c2;
  color: #36a367;
}
.woocommerce .woocommerce-message::before {
  color: #36a367;
}
.woocommerce .woocommerce-error li {
  margin: 0;
}
.woocommerce .shop_table.cart {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0 0 70px !important;
}
.woocommerce .shop_table.cart .product-name {
  width: 50%;
}
.woocommerce .shop_table.cart .product-price {
  width: 15%;
}
.woocommerce .shop_table.cart .product-quantity {
  width: 5%;
}
.woocommerce .shop_table.cart .product-subtotal {
  width: 15%;
}
.woocommerce .shop_table.cart .product-remove {
  width: 5%;
}
.woocommerce .shop_table.cart thead > tr > th {
  font-size: .8rem;
  line-height: 2em;
  border-radius: 0;
  color: #505050;
  border: 0;
  text-transform: capitalize;
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart thead > tr > th {
    display: none;
  }
}
.woocommerce .shop_table.cart tbody tr {
  background: transparent;
}
.woocommerce .shop_table.cart tbody tr:nth-child(odd) {
  background: transparent !important;
}
.woocommerce .shop_table.cart tbody tr.cart_item {
  border-bottom: 0;
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart tbody tr.cart_item {
    background: rgba(0, 0, 0, 0.03);
  }
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart tbody tr.cart_item > td {
    display: block;
    text-align: center;
    clear: both;
    width: 100%;
    padding: 1em .5em;
    border: 0;
  }
  .woocommerce .shop_table.cart tbody tr.cart_item > td:before {
    content: attr(data-label);
    display: block;
    text-align: center;
    color: #696969;
    margin-bottom: .5em;
  }
}
.woocommerce .shop_table.cart tbody > tr > td {
  border-radius: 0;
}
.woocommerce .shop_table.cart tbody > tr > td .coupon-btn-wraper {
  padding: 0;
  display: inline-block;
  float: left;
}
.woocommerce .shop_table.cart tbody > tr > td .coupon-btn-wraper .coupon {
  float: left;
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart tbody > tr > td .coupon-btn-wraper .coupon {
    width: 100%;
    float: none;
  }
}
.woocommerce .shop_table.cart tbody > tr > td .coupon-btn-wraper .coupon .input-text {
  width: 100% !important;
  font-size: 1.1rem;
  line-height: 45px;
  height: 45px;
}
.woocommerce .shop_table.cart tbody > tr > td .coupon-btn-wraper .cuppon-button {
  float: right;
  padding-left: 1em;
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart tbody > tr > td .coupon-btn-wraper .cuppon-button {
    width: 100%;
    float: none;
    padding: .5em 0 0;
  }
}
.woocommerce .shop_table.cart tbody > tr > td .coupon-btn-wraper .cuppon-button .button {
  width: 100%;
}
.woocommerce .shop_table.cart tbody > tr > td .update-cart-button {
  float: right;
}
.woocommerce .shop_table.cart tbody > tr > td .update-cart-button .button.update-button {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  background: transparent;
  color: #363636;
  border: 1px solid #f1ac59;
}
.woocommerce .shop_table.cart tbody > tr > td .update-cart-button .button.update-button:hover {
  background: #f1ac59;
}
.woocommerce .shop_table.cart tbody .cart_item > td {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}
.woocommerce .shop_table.cart tbody .cart_item .product-name .item-thumb,
.woocommerce .shop_table.cart tbody .cart_item .product-name .item-info {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart tbody .cart_item .product-name .item-thumb,
  .woocommerce .shop_table.cart tbody .cart_item .product-name .item-info {
    display: block;
    text-align: center;
  }
}
.woocommerce .shop_table.cart tbody .cart_item .product-name dl.variation {
  margin: 15px;
  font-size: .7em;
  letter-spacing: .1em;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart tbody .cart_item .product-name dl.variation {
    text-align: center;
    border: 0;
    padding: 0;
  }
}
.woocommerce .shop_table.cart tbody .cart_item .product-name dl.variation dd {
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart tbody .cart_item .product-name dl.variation dd {
    padding: 0 .25em 0 0;
    float: none;
  }
}
.woocommerce .shop_table.cart tbody .cart_item .product-name dl.variation dt {
  font-weight: normal;
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart tbody .cart_item .product-name dl.variation dt {
    float: none;
  }
}
.woocommerce .shop_table.cart tbody .cart_item .product-name dl.variation p {
  line-height: 1.2em;
}
.woocommerce .shop_table.cart tbody .cart_item .product-name a {
  color: #000000;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.woocommerce .shop_table.cart tbody .cart_item .product-name a:hover {
  color: #fff2a8;
}
.woocommerce .shop_table.cart tbody .cart_item .product-name a img {
  width: 120px;
  height: auto;
  margin-right: 20px;
  -webkit-transition: img 0.3s;
  -moz-transition: img 0.3s;
  -ms-transition: img 0.3s;
  -o-transition: img 0.3s;
  transition: img 0.3s;
}
.woocommerce .shop_table.cart tbody .cart_item .product-name a img:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart tbody .cart_item .product-remove {
    text-align: center;
    padding-top: 0;
  }
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart tbody .cart_item .product-remove a {
    display: inline-block;
  }
}
.woocommerce .shop_table.cart tbody .cart_item .product-remove a i {
  font-weight: 300;
  font-size: 18px;
  color: #d9534f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.woocommerce .shop_table.cart tbody .cart_item .product-remove a:hover {
  background-color: transparent;
}
.woocommerce .shop_table.cart tbody .cart_item .product-remove a:hover i {
  color: rgba(217, 83, 79, 0.5);
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop_table.cart .quantity {
    width: 50%;
    margin: 0 auto;
  }
}
.woocommerce .shop_table.cart .cart-subtotal th,
.woocommerce .shop_table.cart .order-total th,
.woocommerce .shop_table.cart .cart-subtotal td,
.woocommerce .shop_table.cart .order-total td {
  padding: 10px 0;
  border-radius: 0;
}
.woocommerce .shop_table.cart .shipping th,
.woocommerce .shop_table.cart .shipping td {
  padding: 20px 0 !important;
  border-radius: 0;
}
@media only screen and (max-width : 767px) {
  .woocommerce .woocommerce-checkout {
    margin: 0 15px;
  }
}
.woocommerce .woocommerce-checkout .form-row.create-account {
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout .form-row.create-account .input-checkbox {
  font-size: 36px;
  margin-top: 0;
}
.woocommerce .woocommerce-checkout h3 {
  margin-bottom: 1.5em;
}
.woocommerce .woocommerce-checkout #ship-to-different-address {
  margin: 0;
  font-size: 1rem;
  font-family: Roboto;
}
.woocommerce .woocommerce-checkout #ship-to-different-address .input-checkbox {
  margin: 0 8px 0 0;
}
.woocommerce .woocommerce-checkout #ship-to-different-address label {
  display: inline-block;
}
.woocommerce .woocommerce-checkout-review-order {
  margin: 0 0 1.5em;
  padding: 2.4em;
  background: #292929;
  color: rgba(255, 255, 255, 0.8) !important;
}
.woocommerce .woocommerce-checkout-review-order input[type="radio"] {
  top: 2px;
}
.woocommerce .woocommerce-checkout-review-order input[type="radio"]::before {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 4px;
  background: #292929;
  border: 2px solid rgba(255, 255, 255, 0.22);
}
.woocommerce .woocommerce-checkout-review-order input[type="radio"]::after {
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
}
.woocommerce .woocommerce-checkout-review-order strong {
  color: #ffffff;
}
.woocommerce .woocommerce-checkout-review-order .shop_table {
  margin: 0 !important;
  border: 0 !important;
}
.woocommerce .woocommerce-checkout-review-order thead th {
  padding: 0 0 10px !important;
  border-bottom: 1px solid #212121 !important;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: normal;
}
.woocommerce .woocommerce-checkout-review-order tbody td {
  border: 0 !important;
  padding: 10px 0 !important;
  color: #ffffff !important;
}
.woocommerce .woocommerce-checkout-review-order tbody .variation {
  margin: 15px !important;
  padding-left: 20px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.woocommerce .woocommerce-checkout-review-order tbody .variation dt,
.woocommerce .woocommerce-checkout-review-order tbody .variation dd {
  font-size: 11px;
}
.woocommerce .woocommerce-checkout-review-order tbody .variation dd {
  margin: 0 !important;
}
.woocommerce .woocommerce-checkout-review-order tbody .variation p {
  line-height: 1.2em !important;
}
.woocommerce .woocommerce-checkout-review-order tfoot .cart-subtotal,
.woocommerce .woocommerce-checkout-review-order tfoot .order-total {
  color: #ffffff !important;
  letter-spacing: .1em !important;
  font-size: 1.1em;
  text-transform: uppercase;
}
.woocommerce .woocommerce-checkout-review-order tfoot .cart-subtotal th,
.woocommerce .woocommerce-checkout-review-order tfoot .order-total th,
.woocommerce .woocommerce-checkout-review-order tfoot .cart-subtotal td,
.woocommerce .woocommerce-checkout-review-order tfoot .order-total td {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .woocommerce-checkout-review-order tfoot .shipping td {
  border: 0;
  padding: 15px 0 30px;
}
.woocommerce .woocommerce-checkout-review-order tfoot .shipping th {
  padding: 20px 0 0 !important;
}
.woocommerce .woocommerce-checkout-review-order tfoot .shipping #shipping_method li {
  text-indent: 0;
  padding: 0;
}
.woocommerce .woocommerce-checkout-review-order tfoot .shipping #shipping_method label {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 10px;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: normal;
  font-size: 12px;
}
.woocommerce .woocommerce-checkout-review-order tfoot .tax-rate th,
.woocommerce .woocommerce-checkout-review-order tfoot .tax-rate td {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .woocommerce-checkout-review-order dl dt {
  color: rgba(255, 255, 255, 0.8) !important;
}
.woocommerce .woocommerce-checkout-payment#payment {
  background-color: transparent;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.woocommerce .woocommerce-checkout-payment#payment div.payment_box {
  width: 100%;
  padding: 15px;
  margin: 5px 0;
  background-color: transparent;
  color: #838383;
  background: #363636;
}
.woocommerce .woocommerce-checkout-payment#payment div.payment_box::before {
  border-color: #363636;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_methods {
  padding: 20px 0 0 0;
  border-top: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 0;
  margin-top: 0;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_methods label {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 12px;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_methods li input {
  margin-right: .5em;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_method_paypal .about_paypal {
  padding-left: 10px;
  color: #ffffff;
  text-decoration: underline;
  font-style: italic;
}
.woocommerce .woocommerce-checkout-payment#payment .payment_method_paypal .about_paypal:hover {
  text-decoration: none;
}
.woocommerce .woocommerce-checkout-payment#payment .terms {
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.woocommerce .woocommerce-checkout-payment#payment .hippo-term-condition {
  position: relative;
  line-height: 28px;
  color: #282828;
  margin-top: 17px;
  overflow: hidden;
}
.woocommerce .woocommerce-checkout-payment#payment .hippo-term-condition .checkbox {
  padding-left: 25px;
}
.woocommerce .woocommerce-checkout-payment#payment .hippo-term-condition .input-checkbox {
  position: absolute;
  top: 28px;
  left: 2px;
  cursor: pointer;
}
.woocommerce .woocommerce-checkout-payment#payment .form-row {
  margin: 30px 0 0;
  padding: 0;
}
.woocommerce .woocommerce-checkout-payment#payment .form-row .button.alt {
  background: #f1ac59;
  line-height: 20px;
}
.woocommerce .woocommerce-checkout-payment#payment .form-row .button.alt:hover {
  background: rgba(241, 172, 89, 0.5);
}
@media only screen and (max-width:768px) {
  .woocommerce ul.order_details {
    margin: 1em 0 2em;
  }
  .woocommerce ul.order_details li {
    float: none;
    display: block;
    border-right: 0;
    border-bottom: 1px dotted #f2f2f2;
    padding: 1em 0;
  }
  .woocommerce ul.order_details li strong {
    font-size: .9rem;
    margin-top: 5px;
  }
}
.woocommerce .shop_table.order_details {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  margin-bottom: 5em;
}
.woocommerce .shop_table.order_details thead {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #838383;
}
.woocommerce .shop_table.order_details thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce .shop_table.order_details tbody > tr {
  background: transparent;
}
.woocommerce .shop_table.order_details tbody > tr > td {
  padding: 10px 15px !important;
  color: #000000;
}
.woocommerce .shop_table.order_details .order_item td {
  border: 0;
}
.woocommerce .shop_table.order_details .product-name a {
  color: #000000;
}
.woocommerce .shop_table.order_details .product-name strong {
  margin-left: 5px;
  font-weight: 400;
}
.woocommerce .shop_table.order_details .product-name .variation {
  margin: 10px 0 10px 5px;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
  font-size: 12px;
}
.woocommerce .shop_table.order_details .product-name .variation dd,
.woocommerce .shop_table.order_details .product-name .variation dt,
.woocommerce .shop_table.order_details .product-name .variation p {
  line-height: 1.2em;
}
.woocommerce .shop_table.order_details .product-name .variation dt {
  font-weight: 400;
}
.woocommerce .shop_table.order_details .product-name .variation dd {
  margin: 0 0 0 5px;
  color: #363636;
}
.woocommerce .customer_details {
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box;
}
.woocommerce .customer_details tbody tr {
  background: transparent !important;
}
.woocommerce .customer_details th,
.woocommerce .customer_details td {
  padding: 10px 15px !important;
  color: #000000 !important;
  font-weight: 700;
}
.woocommerce .my_account_orders {
  margin-bottom: 70px !important;
}
.woocommerce .addresses {
  display: table;
  width: 100%;
  margin-top: 70px;
}
.woocommerce .addresses .title h3 {
  margin: 0 0 30px;
}
.woocommerce .addresses .title .edit {
  float: right;
  text-transform: uppercase;
  padding: 3px 10px;
  background: #292929;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1.5em;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .addresses .title .edit:hover {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  color: #363636;
}
.woocommerce .addresses .col-1 {
  padding-right: 10px;
}
.woocommerce .addresses .col-2 {
  padding-left: 10px;
}
.woocommerce .addresses .col-1,
.woocommerce .addresses .col-2 {
  color: #363636;
  width: 50%;
  display: table-cell;
}
.woocommerce .addresses .col-1 address,
.woocommerce .addresses .col-2 address {
  border: 1px solid #f2f2f2;
  padding: 20px;
  color: #000000;
}
@media only screen and (max-width:567px) {
  .woocommerce .addresses {
    display: block;
  }
  .woocommerce .addresses .col-1,
  .woocommerce .addresses .col-2 {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.woocommerce .cart_totals {
  background: #292929;
  padding: 40px;
}
.woocommerce .cart_totals .cart-total-wrap {
  margin-bottom: 30px;
  /*shipping calculate*/
  /**/
}
.woocommerce .cart_totals .cart-total-wrap > h2 {
  margin: 0 0 1em;
  font-size: 1rem;
  padding-bottom: 1em;
  border-bottom: 1px solid #1c1c1c;
  color: #ffffff;
}
.woocommerce .cart_totals .cart-total-wrap table {
  border: none !important;
  margin: 0 !important;
}
.woocommerce .cart_totals .cart-total-wrap table .cart-subtotal .amount,
.woocommerce .cart_totals .cart-total-wrap table .order-total .amount,
.woocommerce .cart_totals .cart-total-wrap table .cart-subtotal th,
.woocommerce .cart_totals .cart-total-wrap table .order-total th {
  font-size: 1rem;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.woocommerce .cart_totals .cart-total-wrap table th,
.woocommerce .cart_totals .cart-total-wrap table td {
  padding: 0 !important;
}
.woocommerce .cart_totals .cart-total-wrap table th {
  color: rgba(255, 255, 255, 0.5);
}
.woocommerce .cart_totals .cart-total-wrap table td {
  color: #ffffff;
}
.woocommerce .cart_totals .cart-total-wrap table .shipping.shipping-title th {
  color: #ffffff;
  padding: 20px 0 10px !important;
}
.woocommerce .cart_totals .cart-total-wrap table tr,
.woocommerce .cart_totals .cart-total-wrap table td,
.woocommerce .cart_totals .cart-total-wrap table th {
  border: 0 !important;
  background: transparent;
}
.woocommerce .cart_totals .cart-total-wrap .shipping_calculator {
  width: 100%;
  clear: right;
  float: none;
  margin-top: 30px;
}
.woocommerce .cart_totals .cart-total-wrap #shipping_method li {
  text-indent: 0;
  padding: 0;
  line-height: 30px;
}
.woocommerce .cart_totals .cart-total-wrap #shipping_method li::before {
  display: none;
}
.woocommerce .cart_totals .cart-total-wrap #shipping_method li label {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 10px;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: capitalize;
}
.woocommerce .cart_totals .cart-total-wrap #shipping_method li label .amount {
  font-weight: 300;
}
.woocommerce .cart_totals .cart-total-wrap #shipping_method li input[type="radio"] {
  top: 2px;
}
.woocommerce .cart_totals .cart-total-wrap #shipping_method li input[type="radio"]::before {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 4px;
  background: #292929;
  border: 2px solid rgba(255, 255, 255, 0.22);
}
.woocommerce .cart_totals .cart-total-wrap #shipping_method li input[type="radio"]::after {
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
}
.woocommerce .cart_totals .cart-total-wrap .hippo-shipping-calculator td {
  padding: 0 !important;
}
.woocommerce .cart_totals .cart-total-wrap .hippo-shipping-calculator .woocommerce-shipping-calculator {
  margin-bottom: 30px;
}
.woocommerce .cart_totals .cart-total-wrap .hippo-shipping-calculator h2 {
  font-family: Roboto !important;
  font-size: 13px;
}
.woocommerce .cart_totals .cart-total-wrap .hippo-shipping-calculator h2 a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-style: italic;
  border: 0;
  border-radius: 0;
  padding: 5px 0 2px;
  margin-top: 30px;
  text-transform: capitalize;
  border-bottom: 2px solid rgba(241, 172, 89, 0.5);
  letter-spacing: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce .cart_totals .cart-total-wrap .hippo-shipping-calculator h2 a:hover {
  border-color: #f1ac59;
  outline: none;
  color: #f1ac59 !important;
}
.woocommerce .cart_totals .cart-total-wrap .hippo-shipping-calculator .shipping-calculator-form {
  display: block;
  margin: 1em 0 0;
  padding: 2em;
  background: rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.woocommerce .cart_totals .cart-total-wrap .hippo-shipping-calculator .shipping-calculator-form .form-row input {
  background: #ffffff;
}
.woocommerce .cart_totals .button,
.woocommerce .cart_totals a.button.alt {
  width: 100%;
  text-align: center;
}
.woocommerce .cart_totals a.button.alt {
  background: #f1ac59;
}
.woocommerce .cart_totals a.button.alt:hover {
  background: rgba(241, 172, 89, 0.5);
}
.woocommerce .cart_totals .wc-cart-shipping-notice {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.4em;
  margin: 10px 0;
}
.woocommerce .login-form-wrapper .login p {
  margin-bottom: 0;
}
.woocommerce .login-form-wrapper .login p.form-row-first,
.woocommerce .login-form-wrapper .login p.form-row-last {
  margin: 15px 0;
}
.woocommerce .login-form-wrapper .login p.lost_password {
  font-size: 14px;
}
.woocommerce .login-form-wrapper .login p.lost_password a {
  color: #363636;
}
.woocommerce .login-form-wrapper .login p.lost_password a:hover {
  color: #f1ac59;
}
.woocommerce .login-form-wrapper .login .button {
  padding: 13px 30px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.woocommerce .coupon-form-wrapper .checkout_coupon .form-control {
  width: 98%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce .return-to-shop {
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-pagination {
  margin-bottom: 90px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0;
  padding: 0;
}
.woocommerce .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus {
  text-shadow: none;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  opacity: .9;
}
.woocommerce .quantity .plus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .minus:hover {
  opacity: 1;
}
.woocommerce .variations select {
  background: #ffffff url("../img/select-down-arrow.png") no-repeat 95% center;
  cursor: pointer;
  padding: 5px 20px 5px 10px;
  color: #030303;
  font-size: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #b9b9b9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove {
  height: 20px;
  width: 20px;
  line-height: 18px;
}
.woocommerce .woocommerce-shipping-calculator h2 {
  margin: 0 0 7px;
  padding-top: 7px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #f4f4f6;
  text-transform: uppercase;
}
.woocommerce.single-product .hippo-single-product-title {
  position: relative;
}
.woocommerce.single-product .hippo-single-product-title .product_title {
  font-size: 2rem;
  margin: 1em 0;
}
@media only screen and (max-width:768px) {
  .woocommerce.single-product .hippo-single-product-title .product_title {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
.woocommerce.single-product .hippo-gallery-wrapper {
  position: relative;
}
.woocommerce.single-product .hippo-gallery-wrapper:hover .hippo-gallery-nav {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.woocommerce.single-product .hippo-thumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce.single-product .hippo-thumb li {
  width: 100px;
  border: 5px solid #ffffff;
  margin: 2px;
  cursor: pointer;
}
.woocommerce.single-product .before-summary {
  position: relative;
}
.woocommerce.single-product .before-summary .onsale {
  font-size: 1rem;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woocommerce.single-product .before-summary .onsale::after {
  display: none;
}
.woocommerce.single-product .images img {
  box-shadow: none !important;
}
.woocommerce.single-product .images .hippo-gallery-nav {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce.single-product .images .hippo-gallery-nav .gallery-control {
  position: absolute;
  text-shadow: none;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.woocommerce.single-product .images .hippo-gallery-nav .gallery-control.next {
  right: 0;
}
.woocommerce.single-product .images .hippo-gallery-nav .gallery-control.prev {
  left: 0;
}
.woocommerce.single-product .images .hippo-gallery-nav .gallery-control.next,
.woocommerce.single-product .images .hippo-gallery-nav .gallery-control.prev {
  top: 50%;
  margin-top: -20px;
  display: block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.woocommerce.single-product .images .hippo-gallery-nav .gallery-control:hover {
  border-color: #000000;
  color: #000000;
  cursor: pointer;
}
@media only screen and (max-width : 767px) {
  .woocommerce.single-product .hippo-single-product-summary-wrapper {
    padding: 0 2em;
  }
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .hippo-product-summary {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width : 767px) {
  .woocommerce.single-product .hippo-single-product-summary-wrapper .hippo-product-summary {
    width: 80%;
  }
}
@media only screen and (max-width:567px) {
  .woocommerce.single-product .hippo-single-product-summary-wrapper .hippo-product-summary {
    width: 100%;
  }
}
.woocommerce.single-product .hippo-single-product-summary-wrapper [itemprop="description"] {
  text-align: center;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .summary {
  margin: 2em 20% 0 20%;
}
@media only screen and (max-width : 767px) {
  .woocommerce.single-product .hippo-single-product-summary-wrapper .summary {
    margin: 2em 0 0;
  }
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .price ins {
  color: #030303;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper form.cart {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .quantity {
  width: 30%;
  float: left;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .single_add_to_cart_button {
  width: 68%;
  float: right !important;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table {
  width: 100%;
  margin-bottom: 2em;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td {
  vertical-align: middle !important;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td .quantity {
  width: 60px !important;
  float: right;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td.label {
  font-size: 1rem !important;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td.label,
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td.price {
  margin: 0 !important;
  padding: 0 !important;
  display: table-cell;
  padding-bottom: 1em !important;
  padding-left: 10px !important;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td.label label,
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td.price label {
  margin: 0;
  text-transform: uppercase;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td.label label a,
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td.price label a {
  color: #000000;
}
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td.label label a:hover,
.woocommerce.single-product .hippo-single-product-summary-wrapper .group_table td.price label a:hover {
  color: #000000;
  background: #fff2a8;
  border-bottom: 1px solid #ffe75b;
}
.woocommerce #payment {
  margin-bottom: 30px;
}
.woocommerce .catalogue-blocks {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 350px;
}
.woocommerce .catalogue-blocks .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  background-color: rgba(241, 172, 89, 0.9);
}
.woocommerce .catalogue-blocks .entry-title {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.woocommerce .catalogue-blocks .entry-title h2 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 15px;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.woocommerce .catalogue-blocks .entry-title a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.woocommerce .catalogue-blocks .entry-title h2,
.woocommerce .catalogue-blocks .entry-title a {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
}
.woocommerce .catalogue-blocks:hover .bg-overlay {
  opacity: 1;
  visibility: visible;
}
.woocommerce .catalogue-blocks:hover h2,
.woocommerce .catalogue-blocks:hover a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop-sidebar-wrap {
    padding: 0 15px;
  }
}
.woocommerce .shop-sidebar-wrap .shop-sidebar {
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 50px;
}
.woocommerce .shop-sidebar-wrap .widget {
  margin-bottom: 0;
}
@media only screen and (max-width : 767px) {
  .woocommerce .shop-sidebar-wrap .widget {
    margin-bottom: 0;
  }
}
.woocommerce .shop-sidebar-wrap .widget h2 {
  margin-top: 0;
}
/*.woocommerce*/
.cart_totals table tr th,
.cart_totals table tr td {
  padding: 5px !important;
  font-weight: 400;
}
.chosen-container-single .chosen-single div {
  top: 7px;
}
/*quantity button*/
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  height: 3em;
}
.woocommerce-page #payment #place_order {
  float: none;
  margin-top: 10px;
}
.support-info-wrapper {
  position: relative;
  padding: 20px;
  color: #ffffff;
}
.support-info-wrapper i {
  position: absolute;
  left: 15px;
  top: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.support-info-wrapper .support-info {
  margin-left: 70px;
}
.support-info-wrapper .support-info .info-title {
  font-weight: 600;
}
/* --------------------------------------
External Product
-----------------------------------------*/
.external-cart {
  display: inline-block !important;
}
.external-cart .single_add_to_cart_button {
  width: auto !important;
}
/*variable-items-wrapper*/
table.variations {
  margin: 0 !important;
  border: 0 !important;
}
table.variations td.label {
  display: table-cell;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 1px;
  text-align: right;
  margin: 0;
  text-transform: uppercase;
}
table.variations td.label label {
  margin: 0;
}
table.variations tr {
  background: transparent !important;
  border: 0 !important;
}
table.variations td {
  vertical-align: middle !important;
  padding: 0 10px 20px !important;
}
table.variations .reset_variations {
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 500;
  color: #f1ac59;
  padding: 3px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
table.variations .reset_variations:hover {
  background: #f4f4f6;
}
table.variations .reset_variations:before {
  font-family: 'Material-Design-Iconic-Font';
  content: "\f136";
  font-size: 14px;
  color: #d9534f;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.single_variation_wrap .woocommerce-variation-description {
  border-top: 1px solid #f2f2f2 !important;
}
.single_variation_wrap .woocommerce-variation-description p {
  margin: 0 !important;
}
.single_variation_wrap .single_variation {
  margin: 30px 0;
  font-size: 16px;
  font-weight: 400;
}
.single_variation_wrap .single_variation .price {
  display: inline-block;
  line-height: 18px;
}
.variable-items-wrapper {
  list-style: none;
  margin-bottom: 0 !important;
}
.variable-items-wrapper .variable-item.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.variable-items-wrapper.image-variable-wrapper,
.variable-items-wrapper.color-variable-wrapper {
  margin-left: 0;
}
.variable-items-wrapper.image-variable-wrapper li,
.variable-items-wrapper.color-variable-wrapper li {
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.variable-items-wrapper.image-variable-wrapper li:hover,
.variable-items-wrapper.color-variable-wrapper li:hover {
  cursor: pointer;
}
.variable-items-wrapper.image-variable-wrapper li.selected,
.variable-items-wrapper.color-variable-wrapper li.selected {
  -webkit-box-shadow: 0 0 0 2px #f1ac59;
  -moz-box-shadow: 0 0 0 2px #f1ac59;
  -o-box-shadow: 0 0 0 2px #f1ac59;
  box-shadow: 0 0 0 2px #f1ac59;
}
.variable-items-wrapper.image-variable-wrapper li {
  padding: 0;
  line-height: 1;
}
.variable-items-wrapper.image-variable-wrapper li img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.variable-items-wrapper.color-variable-wrapper > li {
  padding: 0;
}
/* --------------------------------------
Qshop Product Grid View
-----------------------------------------*/
.hippo-product-grid-view {
  margin: 5em 0;
}
.hippo-product-grid-view .vc_grid-filter li.vc_active {
  background: transparent !important;
}
.hippo-product-grid-view .vc_grid-filter li.vc_active span {
  color: #f1ac59 !important;
}
.hippo-product-grid-view .vc_grid-filter li:hover {
  background: transparent !important;
}
.hippo-product-grid-view .vc_grid-filter li:hover span {
  color: #f1ac59 !important;
}
.hippo-product-grid-view .vc_grid-item-mini {
  border: 1px solid #f2f2f2;
}
.hippo-product-grid-view .vc_grid-item-mini .vc_custom_heading.vc_gitem-post-data {
  margin: 0;
}
.hippo-product-grid-view .vc_grid-item-mini .vc_custom_heading.vc_gitem-post-data h2 {
  font-size: 1rem !important;
}
.hippo-product-grid-view .vc_grid-item-mini .vc_custom_heading.vc_gitem-post-data a:hover {
  color: #fff2a8 !important;
}
.hippo-product-grid-view .vc_grid-item-mini .vc_btn3.vc_btn3-color-inverse {
  background: #f1ac59 !important;
}
.hippo-product-grid-view .vc_grid-item-mini .vc_btn3.vc_btn3-color-inverse:hover {
  background: #f1ac59 !important;
}
.hippo-product-grid-view .vc_grid-item-mini .vc_btn3.vc_btn3-size-md {
  font-size: .8rem !important;
  padding: 10px 15px !important;
}
.hippo-product-grid-view .hippo-btn-link {
  margin-top: .5em;
}
.hippo-product-grid-view .hippo-btn-link a {
  font-size: .8rem !important;
  line-height: 1rem !important;
  color: #000000 !important;
  padding-left: 0 !important;
}
.hippo-product-grid-view .hippo-btn-link a i {
  right: 0 !important;
}
.hippo-product-grid-view .hippo-btn-link a:hover {
  text-decoration: underline;
  color: #f1ac59 !important;
}
.hippo-product-grid-view .hippo-btn-link .vc_btn3.vc_btn3-size-md {
  padding-left: 0 !important;
}
.hippo-product-grid-view .vc_pageable-load-more-btn a {
  background: #f1ac59 !important;
  border: 2px solid #f1ac59 !important;
  color: #ffffff !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.hippo-product-grid-view .vc_pageable-load-more-btn a:hover {
  background: transparent !important;
  border: 2px solid #f2f2f2 !important;
  color: #000000 !important;
}
