/* Reset css, default css, css head layout*/
/*Color*/
/*Menu color*/
/*Title widget*/
/*End color*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

body {
  color: #424242;
  position: relative; }

a {
  color: #252525;
  text-decoration: none;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }

*:focus, *, *:active, a:focus, a:active, a {
  outline: 0 !important; }

a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

a:hover {
  color: #252525; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.875rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.3125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
  color: #252525; }

ul, ol, p, dl, pre, address {
  margin-bottom: 20px; }

dt {
  font-weight: 500;
  margin-bottom: 5px;
  color: #252525; }

dd {
  margin-bottom: 15px; }

p, li, dt, dd {
  line-height: 1.65; }

ul, ol {
  margin-left: 35px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

li {
  padding: 8px 0; }
  li ul, li ol {
    margin-left: 20px; }
  li li:last-child {
    padding-bottom: 0; }

ul > li {
  list-style: disc; }

code, kbd, pre, samp, tt {
  font-family: monospace, serif;
  hyphens: none; }

ins, pre {
  background: #ebebeb; }

pre {
  white-space: pre-wrap;
  padding: 15px; }

var, cite, em {
  font-style: italic; }

cite {
  font-weight: 500;
  color: #252525; }

option {
  padding: 5px 8px;
  font-size: 0.87rem; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

img {
  max-width: 100%;
  height: auto; }

figure {
  margin-bottom: 30px;
  max-width: 100%; }
  figure img {
    margin: 0 !important; }
  figure figcaption {
    font-size: 80%; }

blockquote, .blockquote {
  position: relative;
  padding: 40px 90px;
  letter-spacing: 0.5px;
  font-size: 1rem;
  font-weight: 500; }
  blockquote:before, .blockquote:before {
    position: absolute;
    color: #ebebeb;
    top: 0;
    left: 5px;
    content: '\c140';
    font-family: cleversoft;
    font-size: 68px; }
  blockquote p, .blockquote p {
    line-height: 1.7; }

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ebebeb; }
  table th, table td {
    padding: 8px;
    border-right: 1px solid #ebebeb; }
    table th:last-child, table td:last-child {
      border-right: none; }
    table th a, table td a {
      text-decoration: none; }

tbody th, tbody td {
  border-bottom: 1px solid #ebebeb; }

thead th, thead td {
  color: #252525;
  border-bottom: 1px solid #ebebeb;
  font-weight: bold; }

.text-field, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="tel"] {
  height: 45px;
  border-radius: 0px; }

select, .text-field, input[type="text"], input[type="search"], input[type="password"], textarea, input[type="email"], input[type="tel"] {
  border: 1px solid #ebebeb;
  padding: 0 15px;
  color: #252525;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  background: none;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out; }
  select:focus, .text-field:focus, input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, input[type="email"]:focus, input[type="tel"]:focus {
    border-color: #252525; }
  select::-webkit-input-placeholder, .text-field::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #acacac; }
  select::-moz-placeholder, .text-field::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
    color: #acacac; }
  select:-ms-input-placeholder, .text-field:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
    color: #acacac; }
  select:-moz-placeholder, .text-field:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
    color: #acacac; }

.textarea, textarea {
  padding: 0 15px;
  min-height: 130px; }

.btn, input[type="submit"], button:not(.vc_general):not(.pswp__button), .button {
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  background-color: #252525;
  display: inline-block;
  border: none;
  letter-spacing: 1px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  font-weight: 500; }
  .btn:hover, input[type="submit"]:hover, button:not(.vc_general):not(.pswp__button):hover, .button:hover {
    color: #fff;
    background-color: #acacac; }

.alignleft {
  text-align: left;
  float: left; }

.alignright {
  float: right;
  text-align: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption-text {
  padding-top: 10px; }

strong, b {
  font-weight: bold;
  color: #252525; }

/*-----------For 5 columns------------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1-5 {
  width: 20%;
  float: left; }

.col-xs-2-5 {
  width: 40%;
  float: left; }

.col-xs-3-5 {
  width: 60%;
  float: left; }

.col-xs-4-5 {
  width: 80%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left; }

  .col-sm-2-5 {
    width: 40%;
    float: left; }

  .col-sm-3-5 {
    width: 60%;
    float: left; }

  .col-sm-4-5 {
    width: 80%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left; }

  .col-md-2-5 {
    width: 40%;
    float: left; }

  .col-md-3-5 {
    width: 60%;
    float: left; }

  .col-md-4-5 {
    width: 80%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left; }

  .col-lg-2-5 {
    width: 40%;
    float: left; }

  .col-lg-3-5 {
    width: 60%;
    float: left; }

  .col-lg-4-5 {
    width: 80%;
    float: left; } }
.site-title {
  margin: 0;
  line-height: 1; }
  .site-title a {
    line-height: 1.1; }

.site-description {
  margin: 0; }

/*End color*/
.layout-boxes.container {
  padding: 0;
  background: #fff; }
  .layout-boxes.container.box-shadow {
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.4); }
  .layout-boxes.container .container {
    padding: 0 30px; }

.boxes-page {
  background: rgba(0, 0, 0, 0.1); }
  .boxes-page .stack-center-layout .header-search-block {
    left: 45px; }
  .boxes-page .stack-center-layout #icon-header {
    right: 60px; }

@media (max-width: 769px) {
  .layout-boxes.container .container {
    padding: 0 15px; }

  .layout-boxes.container #site-branding .container {
    padding: 0; } }
/*Default css for header*/
.wrap-mobile-nav, #menu-mobile-trigger {
  display: none; }

#site-branding {
  display: inline-block;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }

#logo {
  margin: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  #logo img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%; }
  #logo a {
    display: inline-block; }

#main-navigation {
  display: inline-block;
  z-index: 2; }

.content-header-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #FBFBFB; }

#icon-header {
  margin: 0 -10px 0;
  display: flex;
  padding-left: 10px;
  position: relative;
  z-index: 3; }
  #icon-header li {
    list-style: none;
    display: inline-block;
    padding: 0; }
  #icon-header .search a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 1rem;
    color: #252525; }
    #icon-header .search a:hover {
      color: #252525; }
  #icon-header .search-trigger {
    position: relative; }
    #icon-header .search-trigger.active .clever-icon-search-5 {
      opacity: 0; }
    #icon-header .search-trigger.active .clever-icon-close {
      opacity: 1; }
    #icon-header .search-trigger .clever-icon-close {
      position: absolute;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: block;
      left: 0;
      top: 0;
      opacity: 0; }

/*Search block*/
.menu-right-layout #site-branding {
  width: 25%; }
.menu-right-layout #main-navigation {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .menu-right-layout #main-navigation:hover {
    z-index: 4; }
.menu-right-layout .cmm-container > .cmm {
  text-align: right !important;
  position: static; }
  .menu-right-layout .cmm-container > .cmm ul {
    text-align: left; }
  .menu-right-layout .cmm-container > .cmm .cmm-content-container {
    width: 100% !important; }
.menu-right-layout .my-acc-url span {
  display: none; }
.menu-right-layout #icon-header li {
  line-height: 40px;
  margin: 0 5px; }
  .menu-right-layout #icon-header li:first-child {
    margin-left: 0; }
  .menu-right-layout #icon-header li:last-child {
    margin-right: 0; }
.menu-right-layout #icon-header .search a.search-trigger:hover, .menu-right-layout #icon-header .top-wl-url a:hover, .menu-right-layout #icon-header .top-cart-icon:hover, .menu-right-layout #icon-header .my-acc-url a:hover {
  color: #252525; }
.menu-right-layout #icon-header .top-cart-total {
  background: #fff;
  color: #252525;
  font-size: 0.75rem; }

.close-search {
  display: none; }

.search-popup .header-search-block {
  position: absolute;
  width: 100%;
  max-width: 450px;
  align-items: left;
  background: none;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -ms-transition: opacity 300ms; }
  .search-popup .header-search-block.active {
    z-index: 3;
    visibility: visible;
    opacity: 1; }
  .search-popup .header-search-block input {
    background: none;
    padding: 0;
    width: 100%;
    margin: 0;
    border: none;
    font-size: 1.5rem; }
  .search-popup .header-search-block button {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0; }
  .search-popup .header-search-block form {
    position: relative; }
.search-popup .header-search-block .close-search {
  display: block;
  position: fixed;
  right: 20px;
  top: 50px;
  font-size: 1.875rem;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  z-index: 2; }
  .search-popup .header-search-block .close-search:hover {
    color: #252525; }
.search-popup .header-search-block.active {
  z-index: 4; }
.search-popup .header-search-block input {
  color: #fff;
  border-bottom: 1px solid #fff; }
.search-popup .header-search-block button {
  background: none !important; }
.search-popup .header-search-block form, .search-popup .header-search-block div.wpdreams_asl_container[id*="ajaxsearchlite"] {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 550px;
  width: calc(100% - 30px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none; }
.search-popup .header-search-block div.asl_w .probox .promagnifier {
  background: none; }
.search-popup .header-search-block .wpdreams_asl_container .probox, .search-popup .header-search-block div.asl_w .probox {
  height: auto !important; }
.search-popup .header-search-block div.asl_m .probox div.asl_simple-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #fff; }
.search-popup .header-search-block div.wpdreams_asl_container[id*="ajaxsearchlite"] {
  border: none !important;
  border-bottom: 2px solid #fff !important; }
  .search-popup .header-search-block div.wpdreams_asl_container[id*="ajaxsearchlite"] .probox .proinput {
    margin-left: 0;
    padding-left: 0; }
    .search-popup .header-search-block div.wpdreams_asl_container[id*="ajaxsearchlite"] .probox .proinput input {
      color: #fff;
      font-size: 1.4rem !important; }
      .search-popup .header-search-block div.wpdreams_asl_container[id*="ajaxsearchlite"] .probox .proinput input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        opacity: 1;
        color: #fff; }
      .search-popup .header-search-block div.wpdreams_asl_container[id*="ajaxsearchlite"] .probox .proinput input::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 1;
        color: #fff; }
      .search-popup .header-search-block div.wpdreams_asl_container[id*="ajaxsearchlite"] .probox .proinput input:-ms-input-placeholder {
        /* IE 10+ */
        opacity: 1;
        color: #fff; }
      .search-popup .header-search-block div.wpdreams_asl_container[id*="ajaxsearchlite"] .probox .proinput input:-moz-placeholder {
        /* Firefox 18- */
        opacity: 1;
        color: #fff; }
.search-popup .header-search-block svg {
  fill: currentColor; }
.search-popup .header-search-block .innericon {
  color: #fff; }
.search-popup .header-search-block .wpdreams_asl_container .probox {
  background: transparent !important; }
.search-popup .header-search-block:after {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  z-index: -1;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden; }
.search-popup .header-search-block.active:after {
  visibility: visible;
  opacity: 1;
  z-index: 1; }
.search-popup .header-search-block.active form {
  z-index: 2; }
.search-popup .proclose, .search-popup .proloading {
  margin: 10px 10px 0 0 !important; }

div.asl_r.vertical {
  background: #fff !important; }

div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
  background: #252525 !important; }

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #252525 !important;
  text-shadow: none !important; }

div.asl_r.vertical .results .asl_spacer {
  height: 1px !important; }

div.asl_r .results .item, div.asl_r .results .item .asl_content {
  border: none !important;
  padding: 3px 0 !important; }

div.asl_r .resdrg {
  padding: 0 5px; }

.menu-center-layout #icon-header li {
  margin-left: 2px; }
  .menu-center-layout #icon-header li:first-child {
    margin-left: 0; }
.menu-center-layout #icon-header .my-acc-url i {
  font-size: 1.875rem;
  margin-right: 5px; }
.menu-center-layout #icon-header .my-acc-url a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #333; }
.menu-center-layout #icon-header .search a, .menu-center-layout #icon-header .top-wl-url a, .menu-center-layout #icon-header .top-ajax-cart .top-cart-icon {
  color: #252525;
  font-size: 0.9375rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  width: 40px;
  display: block; }
  .menu-center-layout #icon-header .search a:hover, .menu-center-layout #icon-header .top-wl-url a:hover, .menu-center-layout #icon-header .top-ajax-cart .top-cart-icon:hover {
    color: #252525; }
  .menu-center-layout #icon-header .search a i, .menu-center-layout #icon-header .top-wl-url a i, .menu-center-layout #icon-header .top-ajax-cart .top-cart-icon i {
    line-height: 40px; }

.canvas-sidebar-trigger {
  line-height: 30px; }

.logo-center-layout .main-menu > ul > li:first-child {
  margin-left: 0;
  padding-left: 0; }
.logo-center-layout .top-wl-url > a, .logo-center-layout .canvas-sidebar-trigger {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px; }
.logo-center-layout #icon-header {
  text-align: right;
  justify-content: flex-end;
  margin: 0; }
  .logo-center-layout #icon-header > li {
    margin-left: 10px; }
.logo-center-layout #site-branding {
  width: 300px;
  text-align: center; }
.logo-center-layout .wrap-sidebar-menu-header, .logo-center-layout #icon-header {
  width: calc(50% - 150px); }

.stack-center-layout #icon-header .search-trigger .clever-icon-close {
  width: 30px;
  height: 30px;
  line-height: 30px; }
.stack-center-layout #site-branding {
  text-align: center; }
.stack-center-layout #site-branding, .stack-center-layout #main-navigation {
  width: 100%; }
  .stack-center-layout #site-branding .container, .stack-center-layout #main-navigation .container {
    position: relative; }
.stack-center-layout #icon-header {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
  text-align: left;
  margin: 0; }
  .stack-center-layout #icon-header > li > a > i, .stack-center-layout #icon-header .top-cart-icon > i {
    font-size: 1rem; }
.stack-center-layout:not(.style-3) #icon-header .search {
  display: none; }
.stack-center-layout:not(.style-3) .header-search-block {
  position: absolute;
  right: 0;
  top: calc(50% - 22px);
  padding: 0 15px;
  background: none;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  z-index: 2;
  opacity: 1;
  width: 270px;
  visibility: visible; }
  .stack-center-layout:not(.style-3) .header-search-block form, .stack-center-layout:not(.style-3) .header-search-block input {
    width: 100%;
    font-size: 1rem; }
  .stack-center-layout:not(.style-3) .header-search-block i {
    display: block; }
  .stack-center-layout:not(.style-3) .header-search-block .ipt {
    width: calc(100% - 40px);
    padding: 0 15px;
    float: left;
    margin: 0;
    border: none; }
  .stack-center-layout:not(.style-3) .header-search-block .wpdreams_asl_container .probox {
    background: transparent !important;
    padding-right: 10px; }
  .stack-center-layout:not(.style-3) .header-search-block form, .stack-center-layout:not(.style-3) .header-search-block .wpdreams_asl_container {
    position: relative;
    background: #f6f6f6;
    border-radius: 2px !important;
    height: 45px !important;
    box-shadow: none; }
  .stack-center-layout:not(.style-3) .header-search-block div.asl_w .probox .proinput input::-moz-placeholder, .stack-center-layout:not(.style-3) .header-search-block #ajaxsearchlite1 .probox .proinput input, .stack-center-layout:not(.style-3) .header-search-block div.asl_w .probox .proinput input {
    text-shadow: none;
    color: #252525 !important;
    font-size: 1rem !important; }
  .stack-center-layout:not(.style-3) .header-search-block div[id*="ajaxsearchlite"] .probox .promagnifier {
    background: none;
    margin-top: 10px; }
  .stack-center-layout:not(.style-3) .header-search-block div.asl_w .probox .promagnifier .innericon svg {
    fill: #252525 !important; }
  .stack-center-layout:not(.style-3) .header-search-block div.asl_m .probox .promagnifier .innericon, .stack-center-layout:not(.style-3) .header-search-block div.asl_m .probox .prosettings .innericon, .stack-center-layout:not(.style-3) .header-search-block div.asl_m .probox .proclose .innericon {
    text-align: right; }
  .stack-center-layout:not(.style-3) .header-search-block div.asl_w .probox .proloading, .stack-center-layout:not(.style-3) .header-search-block div.asl_w .probox .proclose, .stack-center-layout:not(.style-3) .header-search-block div.asl_w .probox .promagnifier, .stack-center-layout:not(.style-3) .header-search-block div.asl_w .probox .prosettings {
    height: 25px;
    width: 25px;
    margin-top: 10px; }
  .stack-center-layout:not(.style-3) .header-search-block div.asl_m .probox div.asl_simple-circle {
    border: 2px solid #252525; }
  .stack-center-layout:not(.style-3) .header-search-block button {
    float: right;
    width: 40px;
    height: 40px;
    padding: 0;
    background: none !important;
    line-height: 40px;
    color: #424242; }
    .stack-center-layout:not(.style-3) .header-search-block button:hover {
      color: #252525; }
.stack-center-layout:not(.style-3) .is-sticky .header-search-block {
  opacity: 0;
  visibility: hidden; }
.stack-center-layout #main-navigation {
  background: #fff; }
  .stack-center-layout #main-navigation .main-menu > ul {
    min-height: 50px; }
    .stack-center-layout #main-navigation .main-menu > ul > li {
      height: 100%;
      line-height: 30px; }
      .stack-center-layout #main-navigation .main-menu > ul > li:first-child {
        margin-left: 0;
        padding-left: 0; }
      .stack-center-layout #main-navigation .main-menu > ul > li:last-child {
        margin-right: 0;
        padding-right: 0; }
.stack-center-layout .menu-widget, .stack-center-layout .menu-widget .textwidget {
  line-height: 30px; }
.stack-center-layout.style-1 #main-navigation > .container > nav {
  border-top: 1px solid #ebebeb; }
.stack-center-layout.style-1 .primary-nav > div > nav {
  text-align: center;
  width: 100%; }
.stack-center-layout.style-1 .header-search-block .btn {
  color: #252525; }
.stack-center-layout.style-1 .header-search-block input {
  border: none;
  margin: 0; }
.stack-center-layout.style-3 #main-navigation nav > ul {
  text-align: center; }
  .stack-center-layout.style-3 #main-navigation nav > ul li {
    text-align: left; }
.stack-center-layout.style-3 #icon-header .search a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1rem; }
.stack-center-layout.style-3 .wrap-sticky-logo {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  padding: 15px 0; }
  .stack-center-layout.style-3 .wrap-sticky-logo a {
    display: block;
    height: 100%; }
  .stack-center-layout.style-3 .wrap-sticky-logo .sticky-logo {
    position: static;
    height: auto !important;
    width: auto !important;
    max-height: 100%;
    max-width: 100%; }
.stack-center-layout.style-3 .is-sticky .sticky-logo {
  opacity: 1;
  visibility: visible; }

.sticky-wrapper:not(.is-sticky) {
  height: auto !important; }

.sticky-logo {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%; }

.is-sticky > .sticker {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1); }
  .is-sticky > .sticker #site-branding {
    padding-top: 15px;
    padding-bottom: 15px; }

.is-sticky .has-sticky-logo .sticky-logo, #zoo-header:hover .has-sticky-logo .sticky-logo {
  opacity: 1;
  visibility: visible; }
.is-sticky .has-sticky-logo img:not(.sticky-logo), #zoo-header:hover .has-sticky-logo img:not(.sticky-logo) {
  opacity: 0;
  visibility: hidden; }

.has-sticky-logo a {
  display: inline-block;
  position: relative; }

@media (min-width: 981px) {
  .stack-center-layout.style-2 #site-branding > .container {
    display: flex;
    justify-content: center;
    align-items: center; }
  .stack-center-layout.style-2 .wrap-sidebar-menu-header, .stack-center-layout.style-2 #icon-header {
    width: 300px;
    display: inline-block; }
  .stack-center-layout.style-2 #icon-header {
    position: static;
    text-align: right; }
  .stack-center-layout.style-2 .wrap-logo {
    width: calc(100% - 600px); }
  .stack-center-layout.style-2 .zoo-widget-social-icon {
    text-align: left; }
    .stack-center-layout.style-2 .zoo-widget-social-icon i {
      background: none;
      width: 30px;
      box-shadow: none !important;
      font-size: 1.125rem;
      color: inherit; }
    .stack-center-layout.style-2 .zoo-widget-social-icon li:hover {
      color: #252525; } }
@media (max-width: 981px) {
  .wrap-sidebar-menu-header, .stack-center-layout.style-3 .wrap-sticky-logo {
    display: none; }

  .stack-center-layout.style-2 #main-navigation {
    display: block; }
    .stack-center-layout.style-2 #main-navigation .container > *:not(.header-search-block) {
      display: none; } }
/* Header top menu*/
.menu-top #top-menu {
  background: #000;
  color: #fff; }
  .menu-top #top-menu > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .menu-top #top-menu #icon-header li.my-acc-url, .menu-top #top-menu #icon-header li.search {
    display: none; }
  .menu-top #top-menu #icon-header li .top-cart-icon, .menu-top #top-menu #icon-header li.top-wl-url a {
    font-size: 1.25rem;
    color: #fff; }
  .menu-top #top-menu #icon-header li.top-wl-url a i {
    line-height: 40px; }
  .menu-top #top-menu #icon-header li.top-wl-url a:hover {
    color: #252525; }
  .menu-top #top-menu #icon-header li .top-cart-total {
    background: #fff;
    color: #252525;
    font-size: 0.75rem; }
  .menu-top #top-menu #icon-header li .top-cart-icon {
    padding: 5px 10px;
    height: 40px;
    line-height: 35px; }
  .menu-top #top-menu .header-search-block {
    position: static;
    visibility: visible;
    opacity: 1;
    z-index: 0;
    max-width: 300px;
    margin-right: 45px;
    height: 30px; }
    .menu-top #top-menu .header-search-block > form {
      height: 30px;
      border-radius: 3px;
      background: #fff;
      overflow: hidden; }
      .menu-top #top-menu .header-search-block > form .text-field {
        height: 30px;
        font-size: 1rem;
        line-height: 30px; }
  .menu-top #top-menu .header-search-block div[id*="ajaxsearchlite"] .probox input {
    font-size: 1rem; }
  .menu-top #top-menu .header-search-block div[id*="ajaxsearchlite"] .probox .promagnifier .innericon svg {
    width: 25px; }
  .menu-top #top-menu .header-search-block div[id*="ajaxsearchlite"] .probox .promagnifier .innericon {
    opacity: 1; }
  .menu-top #top-menu .header-search-block .wpdreams_asl_container .probox {
    height: 30px !important; }
  .menu-top #top-menu .header-search-block .wpdreams_asl_container {
    height: 30px;
    border-radius: 3px; }
  .menu-top #top-menu .primary-nav {
    width: 100%; }
  .menu-top #top-menu .cmm-container .cmm {
    position: static; }
  .menu-top #top-menu .cmm-container .cmm li > .cmm-content-container {
    width: calc(100% - 30px) !important;
    left: 15px; }
  .menu-top #top-menu .cmm-container .cmm.cmm-theme-zoo-colias > li > a, .menu-top #top-menu .cmm-container .cmm.cmm-theme-zoo-colias > li > .cmm-nav-link {
    color: #fff; }
.menu-top .main-header {
  text-align: center; }

@media (max-width: 769px) {
  .menu-top #icon-header {
    position: absolute;
    right: 15px;
    top: calc(50% + 10px);
    margin: 0; }
  .menu-top .main-header {
    max-height: 60px; }
  .menu-top #logo img {
    max-height: 40px; }
  .menu-top .wrap-header-block .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .menu-top .wrap-header-block {
    position: relative; }
  .menu-top #top-menu #icon-header li .top-cart-icon, .menu-top #top-menu #icon-header li.top-wl-url a {
    color: #252525; }
  .menu-top #top-menu #icon-header li .top-cart-total {
    background: #252525;
    color: #fff; } }
/* End Header top menu*/
/*Header 2 line*/
.menu-mini-cart #mini-top-cart {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  height: 45px;
  line-height: 45px;
  z-index: 2; }
  .menu-mini-cart #mini-top-cart > div {
    display: inline-block; }
  .menu-mini-cart #mini-top-cart a {
    display: block;
    height: 45px;
    padding: 0 10px;
    line-height: 45px;
    font-weight: bold;
    font-size: 1rem; }
.menu-mini-cart .wrap-sidebar-menu-header {
  width: 300px;
  display: inline-block;
  float: right;
  transition: all 300ms; }

.is-sticky .menu-mini-cart .wrap-sidebar-menu-header {
  opacity: 0;
  visibility: hidden; }
.is-sticky .menu-mini-cart #mini-top-cart {
  visibility: visible;
  opacity: 1; }

.stack-center-layout:not(.style-3) #icon-header li.search {
  display: none; }
  .stack-center-layout:not(.style-3) #icon-header li.search a {
    font-size: inherit; }
.stack-center-layout #icon-header li {
  margin-left: 15px; }
.stack-center-layout #icon-header .top-cart-icon {
  color: #252525;
  padding: 0 5px;
  line-height: 30px; }
  .stack-center-layout #icon-header .top-cart-icon:hover {
    color: #252525; }
.stack-center-layout #icon-header .top-cart-total {
  bottom: calc(100% - 15px);
  left: calc(100% - 15px);
  top: auto;
  right: auto; }
.stack-center-layout #icon-header .top-wl-url {
  height: 30px;
  line-height: 30px; }
  .stack-center-layout #icon-header .top-wl-url a {
    display: block;
    line-height: 30px; }
.stack-center-layout #icon-header .wrap-icon-cart {
  height: 30px;
  line-height: 30px; }

.wrap-list-cat-search {
  height: 100%;
  max-width: 160px;
  position: relative;
  width: 100%;
  border-right: 1px solid #ebebeb; }
  .wrap-list-cat-search i {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 0;
    display: block;
    font-size: 0.9rem; }
  .wrap-list-cat-search select {
    position: relative;
    z-index: 1;
    display: inline;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    color: #252525;
    padding-left: 40px;
    padding-right: 20px;
    margin: 0; }
  .wrap-list-cat-search select::-ms-expand {
    display: none; }
  .wrap-list-cat-search .main-menu {
    width: calc(100% - 300px); }

.quick-access {
  margin: 0; }
  .quick-access li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 8px; }
    .quick-access li:first-child {
      margin-left: 0; }
    .quick-access li:last-child {
      margin-right: 0; }
    .quick-access li.currency-sw:after {
      font-family: cleversoft;
      content: '\c059';
      width: 15px;
      height: 15px;
      line-height: 15px;
      text-align: center;
      position: absolute;
      right: 0;
      top: calc(50% - 8px);
      font-size: 65%; }
    .quick-access li.currency-sw select {
      margin: 0;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      position: relative;
      z-index: 1; }

.main-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .main-header .zoo-icon-field {
    margin-bottom: 0; }
    .main-header .zoo-icon-field i {
      font-size: 2rem; }

#main-header-widget .main-widget {
  display: inline-block;
  padding-left: 55px; }
  #main-header-widget .main-widget:first-child {
    padding-left: 0; }

#main-header {
  transition: background 500ms; }

.menu-widget {
  display: inline-block;
  float: right;
  padding: 15px 0; }
  .menu-widget .textwidget p {
    margin: 0; }

/*End Header 2 line*/
/*Mobile css*/
.mask-nav {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  cursor: pointer; }

.menu-active .mask-nav {
  z-index: 90;
  visibility: visible;
  opacity: 1; }

.close-nav {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #252525;
  position: absolute;
  left: 15px;
  top: 10px;
  cursor: pointer; }

#menu-mobile-trigger {
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  color: #252525;
  line-height: 32px;
  text-align: center;
  position: relative; }
  #menu-mobile-trigger .clever-icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }
  #menu-mobile-trigger.active {
    color: #252525; }
    #menu-mobile-trigger.active .clever-icon-close {
      opacity: 1; }
    #menu-mobile-trigger.active .clever-icon-menu-2 {
      opacity: 0; }

#mobile-nav {
  margin-top: 20px;
  padding: 10px 15px;
  height: calc(100% - 50px);
  overflow-y: scroll; }
  #mobile-nav > div > ul > li > a {
    text-transform: uppercase;
    font-size: 0.875rem; }
  #mobile-nav a {
    padding: 13px 0;
    display: block;
    font-weight: 400;
    color: #252525; }
  #mobile-nav li {
    list-style: none;
    border-top: 1px solid #ebebeb;
    padding: 0;
    position: relative; }
  #mobile-nav > div > ul {
    margin: 0; }
    #mobile-nav > div > ul ul > li:first-child {
      border-top: none; }
    #mobile-nav > div > ul ul {
      margin-left: 0;
      padding-left: 15px;
      border-top: 1px solid #ebebeb; }

.triggernav {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 10px;
  text-align: center;
  cursor: pointer; }
  .triggernav.active i:before {
    content: '\c035'; }

#search-mobile-trigger {
  display: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px; }

@media (max-width: 980px) {
  #main-navigation {
    display: none !important; }

  #logo {
    text-align: center; }

  #menu-mobile-trigger, #search-mobile-trigger {
    display: inline-block; }

  .wrap-header-block .container {
    padding: 0 10px; }

  #icon-header {
    padding: 0;
    margin: 0;
    justify-content: flex-end; }
    #icon-header > .search {
      display: none; }

  #site-branding {
    text-align: center; }

  #zoo-header #site-branding {
    padding: 15px; }

  .wrap-mobile-nav {
    overflow: scroll;
    position: fixed;
    display: block;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    top: 0;
    left: -360px;
    background: #fff;
    z-index: 1;
    padding: 15px 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
    .wrap-mobile-nav.active {
      left: 0;
      z-index: 99; }
    .wrap-mobile-nav .search-wrap {
      margin-top: 20px; }

  .search-wrap {
    position: relative; }
    .search-wrap .ipt {
      margin: 0;
      border: none;
      padding: 0;
      border-bottom: 2px solid #252525; }
    .search-wrap i {
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

  .wrap-header-block {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    z-index: 4;
    background: #fff; }

  #main-header-widget {
    display: none; }

  .header-two-lines-1 .content-header-block {
    padding-bottom: 0; }

  .stack-center-layout .wrap-logo {
    width: calc(100% - 220px);
    margin-left: 80px; }
  .stack-center-layout .container {
    padding: 0;
    display: flex;
    justify-items: center;
    align-items: center; }
  .stack-center-layout #icon-header {
    padding: 0; }

  .sticky-wrapper.is-sticky #site-branding {
    padding-top: 10px;
    padding-bottom: 10px; }

  #icon-header .wrap-icon-cart {
    height: 30px;
    line-height: 30px; }

  .menu-center-layout #icon-header .search a, .menu-center-layout #icon-header .top-wl-url a, .menu-center-layout #icon-header .top-ajax-cart .top-cart-icon {
    height: 30px;
    line-height: 30px;
    width: 30px; }

  .menu-center-layout #icon-header .search a i, .menu-center-layout #icon-header .top-wl-url a i, .menu-center-layout #icon-header .top-ajax-cart .top-cart-icon i {
    line-height: 30px; }

  .menu-center-layout .top-cart-total {
    top: -5px;
    left: 20px; }

  .stack-center-layout.style-3 {
    position: relative; }
    .stack-center-layout.style-3 #main-navigation .container {
      position: static; }
    .stack-center-layout.style-3 #main-navigation {
      display: block; }
      .stack-center-layout.style-3 #main-navigation .container > nav, .stack-center-layout.style-3 #main-navigation .cmm-toggle-wrapper, .stack-center-layout.style-3 #main-navigation .cmm-container {
        display: none; }
    .stack-center-layout.style-3 #icon-header {
      position: absolute;
      right: 0;
      top: calc(50% - 15px); }

  .stack-center-layout.style-1 #main-navigation {
    display: block; }
    .stack-center-layout.style-1 #main-navigation .cmm-container, .stack-center-layout.style-1 #main-navigation .cmm-toggle-wrapper, .stack-center-layout.style-1 #main-navigation #mini-top-cart, .stack-center-layout.style-1 #main-navigation nav.main-menu {
      display: none; }

  .stack-center-layout:not(.style-3) .header-search-block:not(.active) {
    visibility: hidden;
    opacity: 0; }

  .stack-center-layout:not(.style-3) .header-search-block.active {
    z-index: 5; }

  .search-popup .header-search-block div.wpdreams_asl_container[id*="ajaxsearchlite"] {
    background: none; }

  .stack-center-layout:not(.style-3) .header-search-block form, .stack-center-layout:not(.style-3) .header-search-block .wpdreams_asl_container {
    position: static;
    background: none; }

  .logo-center-layout #site-branding {
    width: calc(100% - 140px); }

  .logo-center-layout #icon-header {
    width: 75px;
    position: static; } }
@media (max-width: 980px) and (min-width: 481px) {
  .logo-center-layout #site-branding {
    margin-left: calc(50% - 180px); } }
@media (max-width: 620px) {
  body {
    position: static; } }
@media (max-width: 481px) {
  #icon-header li.top-wl-url {
    display: none; }

  #icon-header {
    width: 75px; }
    #icon-header li {
      margin: 0 !important;
      float: left; }

  .stack-center-layout .wrap-logo {
    width: calc(100% - 80px);
    margin-left: 0; }
  .stack-center-layout #icon-header {
    position: static; }
    .stack-center-layout #icon-header .top-wl-url {
      display: none; }

  .stack-center-layout.style-3 .wrap-logo {
    width: calc(100% - 140px); }

  #zoo-header.menu-center #site-branding {
    padding: 15px 10px;
    width: calc(100% - 110px);
    margin-left: 0; } }
/*End css for header*/
/*Comments list*/
#comments-list > ol > li.comment:first-child {
  border: none; }
#comments-list > ol {
  margin: 0; }

.pingback .comment-content {
  width: 100%;
  padding: 0; }
.pingback .comment-meta {
  margin: 0; }
.pingback .comment-content .author-name {
  margin: 0; }

.comment > ul.children {
  padding-left: 70px; }

.wrap-comments {
  margin: 0; }

.wrap-comments > li, li.comment {
  list-style: none;
  border-top: 1px solid #ebebeb;
  padding: 0;
  margin: 0; }
  .wrap-comments > li:first-child, li.comment:first-child {
    border: none; }
  .wrap-comments > li > ul.children, li.comment > ul.children {
    border-top: 1px solid #ebebeb; }

.comment-wrap {
  padding: 40px 0 15px;
  width: 100%;
  display: inline-block; }

.comment-avatar {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  float: left;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden; }

.comment-content {
  width: calc(100% - 50px);
  padding-left: 20px;
  float: left;
  display: inline-block;
  position: relative; }
  .comment-content .author-name {
    margin-bottom: 0;
    margin-top: -8px;
    font-size: 1rem; }

.comment-meta {
  margin-bottom: 10px; }

.comment-meta-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  line-height: 1; }

.comment-edit-link {
  margin-right: 5px; }

.comment-reply-link, .comment-edit-link {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  display: inline-block;
  padding: 3px 5px 2px 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 0.625rem; }
  .comment-reply-link:hover, .comment-edit-link:hover {
    color: #fff;
    background: #252525; }

.comment-body {
  color: #282828; }

#comments-list {
  background: transparent;
  padding-top: 40px;
  margin-bottom: 0; }
  #comments-list > .container > .col-xs-12 {
    float: none;
    margin: 0 auto;
    padding: 0; }
  #comments-list .title-block {
    font-size: 21px;
    text-transform: uppercase; }

#reply-title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500; }

#commentform {
  margin-bottom: 50px;
  margin: 0 -10px; }
  #commentform .form-submit {
    margin: 0;
    text-align: center; }
  #commentform .text-field {
    border: none;
    padding: 0;
    border-bottom: 1px solid #ebebeb; }
  #commentform .wrap-text-field, #commentform p {
    padding: 0 10px; }
  #commentform #submit {
    background: #252525; }
    #commentform #submit:hover {
      background: #252525; }
  #commentform .comment-notes, #commentform .logged-in-as {
    margin-bottom: 20px; }

.wrap-comment-form {
  border-top: 1px solid #f5f5f5; }
  .wrap-comment-form .container > .col-xs-12 {
    padding: 0;
    float: none;
    margin: 0 auto; }
  .wrap-comment-form .row {
    margin: 0 -10px; }

.wrap-text-field {
  position: relative;
  margin-bottom: 20px; }
  .wrap-text-field input[type="text"], .wrap-text-field input[type="search"], .wrap-text-field input[type="password"], .wrap-text-field input[type="email"], .wrap-text-field input[type="tel"], .wrap-text-field textarea {
    margin: 0;
    position: relative;
    background: none; }
  .wrap-text-field textarea {
    width: 100%;
    float: left; }
  .wrap-text-field .label-pleaceholder {
    position: absolute;
    left: 10px;
    top: 0;
    height: 45px;
    line-height: 45px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    color: #959595; }
  .wrap-text-field .line {
    width: calc(100% - 20px);
    position: absolute;
    top: 100%;
    z-index: 2;
    left: 10px;
    height: 2px;
    overflow: hidden; }
    .wrap-text-field .line:after {
      height: 2px;
      background: #252525;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 100%;
      width: 100%;
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms; }
  .wrap-text-field.focus .label-pleaceholder {
    font-size: 90%;
    top: -35px; }
  .wrap-text-field.focus .line:after {
    right: 0; }

.required {
  color: red; }

@media (max-width: 769px) {
  .comment > ul.children {
    margin-left: 20px; }

  .comment-avatar {
    width: 30px;
    height: 30px; }

  .comment-content {
    width: calc(100% - 35px);
    padding-left: 5px; }

  #commentform #author, #commentform #email {
    width: 100%; }

  .comment > ul.children {
    padding-left: 40px; } }
@media (max-width: 481px) {
  .comment-avatar {
    display: none; }

  .comment-content {
    width: 100%;
    padding: 0; }

  .comment > ul.children {
    padding-left: 15px; }

  .comment-wrap {
    padding: 10px 0 0; } }
/*widget icon field*/
.sidebar .widget:last-child {
  margin-bottom: 0; }
.sidebar a {
  color: #959595; }
  .sidebar a:hover {
    color: #252525; }

.tagcloud a {
  font-size: 11px !important;
  padding: 0 10px;
  height: 30px;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  font-weight: 500;
  display: inline-block;
  margin: 0 5px 10px 0;
  line-height: 30px; }
  .tagcloud a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000; }

.zoo-icon-field {
  width: 100%;
  display: inline-block; }
  .zoo-icon-field .wrap-icon-item {
    float: left;
    width: 35px; }
  .zoo-icon-field .wrap-text-content {
    width: calc(100% - 35px);
    float: left; }

.zoo-posts-widget {
  width: 100%;
  display: inline-block;
  margin: 0; }
  .zoo-posts-widget .post-widget-item {
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
    padding: 0;
    border: none; }
    .zoo-posts-widget .post-widget-item img {
      margin: 0; }
    .zoo-posts-widget .post-widget-item:last-child {
      margin-bottom: 0; }
  .zoo-posts-widget .post-widget-image {
    float: left;
    width: 75px; }
  .zoo-posts-widget .post-widget-item-text {
    width: calc(100% - 75px);
    float: left;
    padding-left: 20px; }
  .zoo-posts-widget .no-thumb .post-widget-item-text {
    padding: 0;
    width: 100%; }
  .zoo-posts-widget .title-post {
    margin: -5px 0 10px;
    font-weight: 500;
    color: #252525;
    font-size: 1rem; }
    .zoo-posts-widget .title-post a {
      color: inherit; }
    .zoo-posts-widget .title-post:hover {
      color: #252525; }
  .zoo-posts-widget .date-post {
    width: 100%;
    line-height: 15px;
    float: left; }

.date-post {
  font-size: 0.875rem;
  color: #959595; }

.widget-area:not(.zoo-woo-sidebar) .widget-title {
  margin-bottom: 30px; }
.widget-area:not(.zoo-woo-sidebar) .widget > ul > li:first-child {
  padding-top: 0; }

.zoo-wrap-pagination.simple {
  width: 100%;
  display: inline-block; }
  .zoo-wrap-pagination.simple .next-page {
    float: right;
    text-align: right; }
  .zoo-wrap-pagination.simple .prev-page {
    text-align: left;
    float: left; }
  .zoo-wrap-pagination.simple a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #252525;
    border-bottom: 2px solid #252525; }
    .zoo-wrap-pagination.simple a:hover {
      border-color: #252525;
      color: #252525; }

/*Widget download*/
.zoo_download_block .text-download {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 0.933rem;
  padding: 0 0 0 20px;
  background: #252525;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap; }
  .zoo_download_block .text-download i {
    padding-right: 30px;
    font-size: 1.4rem; }
  .zoo_download_block .text-download:hover {
    background: #252525;
    color: #fff; }

@media (max-width: 769px) {
  blockquote, .blockquote {
    padding: 10px 10px 10px 50px; }
    blockquote:before, .blockquote:before {
      left: 0;
      top: -10px; } }
.gallery {
  display: inline-block;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px; }

.gallery-item {
  padding: 10px;
  text-align: center;
  float: left; }

.gallery-columns-3 .gallery-item {
  width: 33.333%; }
  .gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left; }

.gallery-columns-2 .gallery-item {
  width: 50%; }
  .gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }
  .gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left; }

.gallery-columns-5 .gallery-item {
  width: 20%; }
  .gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left; }

.gallery-columns-6 .gallery-item {
  width: 16.66%; }
  .gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left; }

.gallery-columns-7 .gallery-item {
  width: 14.28%; }
  .gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }
  .gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left; }

.gallery-columns-9 .gallery-item {
  width: 11.11%; }
  .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left; }

.gallery-caption {
  padding-top: 10px; }

.zoo-pagination {
  padding: 0 15px;
  display: inline-block; }
  .zoo-pagination .load-more-button {
    font-size: 0.8rem; }
    .zoo-pagination .load-more-button .label {
      font-size: inherit; }

/*Header single post*/
.wrap-site-main.single-main-post .wrap-post-content {
  margin: 0 auto;
  padding: 0;
  float: none; }

.post-content {
  display: inline-block;
  width: 100%; }

.post-info {
  margin: 0;
  width: 100%; }
  .post-info li {
    padding: 0;
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #959595; }
    .post-info li a {
      color: #959595; }
      .post-info li a:hover {
        color: #252525; }
    .post-info li:last-child {
      margin-right: 0; }

.sticky-post-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  padding: 2px 8px;
  color: #ed1c24;
  background: none;
  border: 1px solid #ed1c24;
  margin-bottom: 5px;
  font-weight: 500; }

.wrap-header-post-info {
  text-align: left;
  margin: 0 auto 30px;
  padding: 0;
  float: none; }
  .wrap-header-post-info .post-info {
    position: relative;
    font-weight: 500; }

.title-detail {
  font-size: 3.125rem;
  line-height: 1.1; }

.single-gallery .post-slider {
  margin: 0; }
  .single-gallery .post-slider li {
    padding: 0;
    position: relative;
    list-style: none; }
  .single-gallery .post-slider:hover .zoo-carousel-btn {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    color: #fff; }

.single-quote {
  background: #252525;
  color: #fff;
  padding: 30px 50px 35px 80px;
  margin-bottom: 50px;
  position: relative; }
  .single-quote:before {
    position: absolute;
    left: 20px;
    top: 30px;
    content: '\c140';
    font-family: cleversoft;
    font-size: 2.25rem;
    height: 36px;
    line-height: 36px; }

.quote-content {
  font-size: 1.625rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px; }

.quote-author {
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #fff; }

.media-block {
  width: 100%;
  margin-bottom: 20px; }

/*End Header single post*/
/*Single post Nav*/
.zoo-single-post-nav {
  padding: 30px 0;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 35px; }

.zoo-single-post-nav-item {
  width: 50%;
  display: inline-block;
  float: left; }
  .zoo-single-post-nav-item a {
    display: flex;
    align-items: center;
    color: #252525; }
    .zoo-single-post-nav-item a:hover {
      color: #acacac; }
  .zoo-single-post-nav-item i {
    font-size: 1.3125rem;
    color: inherit; }
  .zoo-single-post-nav-item h4 {
    margin: 0;
    color: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
  .zoo-single-post-nav-item .wrap-text {
    padding: 0 20px;
    width: 100%;
    position: relative; }
    .zoo-single-post-nav-item .wrap-text span {
      color: #959595;
      position: absolute;
      top: 10px;
      opacity: 0;
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms; }
  .zoo-single-post-nav-item.next-post span {
    left: 20px; }
  .zoo-single-post-nav-item.prev-post {
    text-align: right; }
    .zoo-single-post-nav-item.prev-post span {
      right: 20px; }
    .zoo-single-post-nav-item.prev-post a {
      justify-content: flex-end; }
  .zoo-single-post-nav-item a:hover h4 {
    transform: translateY(13px); }
  .zoo-single-post-nav-item a:hover .wrap-text span {
    opacity: 1;
    top: -13px; }

/*End Single post Nav*/
/*Mobile css*/
@media (max-width: 981px) {
  .title-detail {
    font-size: 2rem; } }
@media (max-width: 481px) {
  .zoo-single-post-nav-item {
    width: 100%; }
    .zoo-single-post-nav-item.next-post {
      margin-bottom: 20px; }

  .zoo-single-post-nav {
    flex-wrap: wrap; } }
/*End Mobile css*/

/*# sourceMappingURL=zoo-layout.css.map */
