/********************************************************************************************************
 * Please do not make edits directly to this file.  You will lose all modifications when the theme is 
 * next updated if you do so.  Please use a child theme. This theme's styles will automatically be 
 * loaded for you.  You can then overwrite specific style rules in your child theme's `style.css` file.
 *
 *
 * TABLE OF CONTENTS:
 * 		1.1 - Common Styles
 * 		1.2 - Header
 * 		1.3 - Footer
 * 		1.4 - Sidebar
 * 		1.5 - Post Page
 * 		1.6 - Category Page
 * 		1.7 - Media Query
 *              1.8 - WooCommerce
 ********************************************************************************************************/
/********************************************************************************************************
*	1.1 - Common Styles 
********************************************************************************************************/
.mixin-reading-text {
  /*	font-family: @secondary-font-family;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.7;*/
}
.mixin-body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(73, 77, 74, 0.6);
  z-index: 95;
  visibility: hidden;
  opacity: 0;
}
.mixin-body-overlay .close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 200px;
  height: 200px;
}
.mixin-body-overlay .close:before,
.mixin-body-overlay .close:after {
  position: absolute;
  content: '';
  width: 160px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 50;
  top: 100px;
}
.mixin-body-overlay .close:before {
  transform: rotate(-45deg);
}
.mixin-body-overlay .close:after {
  transform: rotate(45deg);
}
.mixin-body-overlay.open {
  visibility: visible;
  opacity: 1;
}
.mixin-body-overlay.color-dark {
  background-color: #ffffff;
}
.mixin-body-overlay.color-dark.padding-top-mobile {
  top: 60px;
}
.mixin-btn-border-white-bkg {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mixin-btn-border-white-bkg:hover {
  color: #ffffff;
  background-color: #fff;
}
.mixin-btn-black-bkg {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 480px) {
  .mixin-btn-black-bkg {
    font-size: 0.7rem !important;
  }
}
.mixin-btn-black-bkg:hover {
  background-color: #555555;
}
.mixin-btn-list-posts {
  /*	font-family: @category-font-family-post-list;
            font-size: 18px;
    */
  color: #002675;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mixin-btn-list-posts:hover {
  color: #fe4485;
}
.mixin-clearfix {
  zoom: 1;
}
.mixin-clearfix:before,
.mixin-clearfix:after {
  content: "";
  display: table;
}
.mixin-clearfix:after {
  clear: both;
}
.mixin-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mixin-responsive-image {
  max-width: 100%;
  height: auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-weight: 400;
  background-color: #ffffff;
  color: #333333;
}
body.home .category-header-part {
  display: none;
}
i.fa {
  font-size: 16px !important;
}
.category-link,
.post-date {
  letter-spacing: 0.5px !important;
}
#wrapper.boxed {
  padding: 0;
}
.display-inline-block {
  display: inline-block;
}
a {
  color: #002675;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover {
  color: #fe4485;
}
.text-uppercase {
  text-transform: uppercase;
}
img.img-responsive {
  margin: 0 auto;
}
.comments-icon {
  position: relative;
  top: -1px;
}
.mejs-container .mejs-controls * {
  line-height: 10px;
}
.layout-part {
  margin-top: 0px;
}
.layout-part.full-width {
  padding: 0 15px;
}
.comment-form-cookies-consent label {
  padding-left: 10px;
  font-weight: 400;
}
* {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.post-details-widget {
  margin-top: 20px;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  margin-top: 10px;
  display: block;
  text-rendering: auto;
}
h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title,
.h1.elementor-heading-title,
.h2.elementor-heading-title,
.h3.elementor-heading-title,
.h4.elementor-heading-title,
.h5.elementor-heading-title,
.h6.elementor-heading-title {
  text-align: inherit;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 28px;
}
h5,
.h5 {
  font-size: 26px;
}
h6,
.h6 {
  font-size: 24px;
}
#body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(73, 77, 74, 0.6);
  z-index: 95;
  visibility: hidden;
  opacity: 0;
}
#body-overlay .close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 200px;
  height: 200px;
}
#body-overlay .close:before,
#body-overlay .close:after {
  position: absolute;
  content: '';
  width: 160px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 50;
  top: 100px;
}
#body-overlay .close:before {
  transform: rotate(-45deg);
}
#body-overlay .close:after {
  transform: rotate(45deg);
}
#body-overlay.open {
  visibility: visible;
  opacity: 1;
}
#body-overlay.color-dark {
  background-color: #ffffff;
}
#body-overlay.color-dark.padding-top-mobile {
  top: 60px;
}
.nicescroll-rails {
  display: none;
}
.error-field {
  border: 1px solid red !important;
}
ul.inline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
ul.inline li {
  float: none;
  display: inline-block;
}
iframe {
  border: none;
  width: 100%;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-top: 15px;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-top: 15px;
}
img.img-cover {
  display: block !important;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%  !important;
  height: 100% !important;
}
img.img-cover.loop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.flex-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row-container.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row-container.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-row-container .flex-column-container-1 {
  flex: 0 0 100%;
}
.flex-row-container .flex-column-container-2 {
  flex: 0 0 100%;
}
.flex-row-container .flex-column-container-3 {
  flex: 0 0 100%;
}
.flex-row-container .flex-column-container-4 {
  flex: 0 0 100%;
}
/*Grid Layout*/
.grid-container-element {
  display: block;
  /*grid-template-columns: 1fr 1fr 1fr;*/
  /*  grid-template-rows: auto; */
  /*grid-template-rows: 1fr;*/
  /*grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));*/
  grid-auto-flow: dense;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  /*align-items: center;*/
}
.grid-container-element .grid-item {
  /*background-color: #ccc;*/
  align-self: stretch;
  justify-self: stretch;
  height: 275px;
  min-height: 275px;
  margin-bottom: 10px;
  position: relative;
}
.grid-container-element .grid-item.box-22 {
  /*            grid-column: ~"1 / span 2";
                        grid-row: ~"1 / span 2";*/
  grid-column: 1 / span 2;
  grid-row: auto / span 2;
  height: 580px;
}
.grid-container-element .grid-item.box-22:nth-child(even) {
  /*                grid-column:~"3 / span 2";
                                grid-row: ~"3 / span 2";*/
  grid-column-start: 3;
}
.grid-container-element .grid-item.box-21 {
  grid-column: 1 / span 2;
  grid-row: auto / span 1;
  /*            &:nth-child(even) {
                            grid-column-start: 3;
                        }*/
}
/*End Grid Layout*/
.overlay-div {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.position-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 20px 30px 20px;
}
.white-color {
  color: #ffffff !important;
}
.white-color:hover {
  opacity: 0.8;
}
/*Search Form*/
.searchform-container {
  position: relative;
}
.searchform-container .searchsubmit {
  position: absolute;
  top: 1px;
  right: 1px;
  margin: 0;
  background-color: transparent;
  color: #000000;
  height: 16px;
  border: none;
  height: 40px;
  padding: 10px;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.searchform-container .searchsubmit:hover {
  opacity: 0.6;
}
/*End Search Form*/
/*Form elements*/
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea,
textarea.form-control {
  font-size: 1rem !important;
  line-height: 150% !important;
  margin: 0;
  width: 100%;
  box-shadow: none;
  /*padding: 0;*/
  min-height: 42px;
  border: none;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus,
textarea.form-control:focus,
input[type="color"]:active,
input[type="date"]:active,
input[type="datetime-local"]:active,
input[type="datetime"]:active,
input[type="email"]:active,
input[type="month"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="text"]:active,
input[type="time"]:active,
input[type="url"]:active,
input[type="week"]:active,
select:active,
textarea:active,
textarea.form-control:active {
  border: 1px solid #464646;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
textarea,
textarea.form-control {
  height: auto;
}
input[type="submit"] {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: auto;
}
@media only screen and (min-width: 480px) {
  input[type="submit"] {
    font-size: 0.7rem !important;
  }
}
input[type="submit"]:hover {
  background-color: #555555;
}
::-webkit-input-placeholder {
  text-transform: none;
  opacity: 1 !important;
  color: #002675;
}
:-moz-placeholder {
  text-transform: none;
  color: #002675;
}
::-moz-placeholder {
  text-transform: none;
  color: #002675;
}
:-ms-input-placeholder {
  text-transform: none;
  color: #002675;
}
input::placeholder,
textarea::placeholder {
  color: #002675 !important;
}
/*End Form elements*/
/*Item Overlay*/
/*.item-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 50%);  FF3.6-15 
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 50%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 50%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    .transition(all 0.3s ease);
    &:hover{
        opacity: 1;
    }
}*/
/*End Item Overlay*/
.display-table {
  display: table;
  width: 100%;
}
.display-table .display-table-cell {
  display: table-cell;
}
.display-table .display-table-cell.left {
  text-align: left;
}
.display-table .display-table-cell.right {
  text-align: right;
}
.display-table .display-table-cell.center {
  text-align: center;
}
.display-table .display-table-cell.top {
  vertical-align: top;
}
.display-table .display-table-cell.middle {
  vertical-align: middle;
}
.display-table .display-table-cell.bottom {
  vertical-align: bottom;
}
.display-table .display-table-cell.part-5 {
  width: 5%;
}
.display-table .display-table-cell.part-10 {
  width: 10%;
}
.display-table .display-table-cell.part-15 {
  width: 15%;
}
.display-table .display-table-cell.part-20 {
  width: 20%;
}
.display-table .display-table-cell.part-25 {
  width: 25%;
}
.display-table .display-table-cell.part-30 {
  width: 30%;
}
.display-table .display-table-cell.part-35 {
  width: 35%;
}
.display-table .display-table-cell.part-40 {
  width: 40%;
}
.display-table .display-table-cell.part-45 {
  width: 45%;
}
.display-table .display-table-cell.part-50 {
  width: 50%;
}
.display-table .display-table-cell.part-55 {
  width: 55%;
}
.display-table .display-table-cell.part-60 {
  width: 60%;
}
.display-table .display-table-cell.part-65 {
  width: 65%;
}
.display-table .display-table-cell.part-70 {
  width: 70%;
}
.display-table .display-table-cell.part-75 {
  width: 75%;
}
.display-table .display-table-cell.part-80 {
  width: 80%;
}
.display-table .display-table-cell.part-85 {
  width: 85%;
}
.display-table .display-table-cell.part-90 {
  width: 90%;
}
.display-table .display-table-cell.part-95 {
  width: 95%;
}
.display-table .display-table-cell.part-100 {
  width: 100%;
}
/*Display*/
.display-inline-block {
  display: inline-block;
}
/*End Display*/
/*Carousel*/
.owl-carousel {
  /*width: auto !important;*/
}
.owl-carousel .owl-controls .owl-buttons div {
  background: transparent;
}
.owl-carousel.with-arrows-left-right .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  z-index: 50;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fafafa;
  font-size: 60px;
}
.owl-carousel.with-arrows-left-right .owl-nav div.owl-prev {
  left: 20px;
}
.owl-carousel.with-arrows-left-right .owl-nav div.owl-next {
  right: 20px;
}
.owl-carousel.with-arrows-left-right .owl-dots {
  text-align: center;
  position: relative;
  top: 15px;
}
.owl-carousel.with-arrows-left-right .owl-dots .owl-dot {
  zoom: 1;
  display: inline-block;
}
.owl-carousel.with-arrows-left-right .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: #ebebeb;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
  display: block;
}
.owl-carousel.with-arrows-left-right .owl-dots .owl-dot:hover span {
  background: #002675 !important;
  border: 2px solid #002675;
}
.owl-carousel.with-arrows-left-right .owl-dots .owl-dot.active span {
  background: #002675 !important;
  border: 2px solid #002675;
}
.owl-carousel.full-screen .slider-item {
  width: 100%;
  /*height: 800px;*/
  position: relative;
}
.owl-carousel.full-screen .slider-item .post-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.owl-carousel.full-screen .slider-item h3 {
  margin: 0;
}
.owl-carousel.full-screen .slider-item .gallery-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.owl-carousel.full-screen .slider-item .post-details {
  position: absolute;
  text-align: left;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 3;
  padding: 0 20px 30px 20px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  /*.transition(all 0.3s ease);*/
}
.owl-carousel.full-screen .slider-item .post-details .post-title {
  display: block;
}
.owl-carousel.full-screen .slider-item .post-details .post-title.home-carousel-featured-post {
  margin: 0 -5px;
}
.owl-carousel.full-screen .slider-item .post-details .post-readmore {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /*                    font-family: @post-title-font-family;
                                        background-color: transparent;
                                        color: #ffffff;
                                        font-size: 14px;
                                        letter-spacing: 1px;*/
  border-color: #ffffff;
}
.owl-carousel.full-screen .slider-item .post-details .post-readmore:hover {
  color: #ffffff;
  background-color: #fff;
}
.owl-carousel.full-screen .slider-item .post-details .post-readmore:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.owl-carousel.full-screen .slider-item .post-details .author-short-data {
  display: none;
}
.owl-carousel.full-screen .slider-item:hover {
  /*                .item-overlay{
                                                        opacity: 1;
                                                }*/
}
.owl-carousel.full-screen.slideshow .slider-item {
  /*height: 500px;*/
}
.owl-carousel.full-screen.in-sidebar .slider-item {
  height: 425px;
}
.owl-carousel.full-screen.in-sidebar .slider-item .post-details .category-link {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.owl-carousel.full-screen.in-sidebar .slider-item .post-details .category-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.owl-carousel.full-screen.in-sidebar .slider-item .post-details .post-title {
  letter-spacing: 0;
  color: #ffffff;
}
.owl-carousel.full-screen.in-sidebar .slider-item .post-details .post-readmore {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 480px) {
  .owl-carousel.full-screen.in-sidebar .slider-item .post-details .post-readmore {
    font-size: 0.7rem !important;
  }
}
.owl-carousel.full-screen.in-sidebar .slider-item .post-details .post-readmore:hover {
  background-color: #555555;
}
.owl-carousel.full-screen.in-sidebar .slider-item:hover {
  /*					.item-overlay{
                                                                    opacity: 1;
                                                            }*/
}
.owl-carousel.full-screen.in-sidebar .slider-item:hover .post-details {
  background: transparent;
}
.owl-carousel.full-screen.in-sidebar.post-data-under-image .slider-item .post-image-widget {
  height: 70%;
}
.owl-carousel.full-screen.in-sidebar.post-data-under-image .slider-item .post-details {
  background-color: #ffffff;
  text-align: center;
  padding-top: 30px;
  width: 101%;
}
.owl-carousel.full-screen.in-sidebar.post-data-under-image .slider-item .post-details .category-link {
  color: #999999;
  margin: 0;
}
.owl-carousel.full-screen.in-sidebar.post-data-under-image .slider-item .post-details .post-title {
  color: #002675;
  text-transform: none;
  padding: 18px 0;
  /*                            font-weight: 400;
                            font-size: 14px;
                            
                            line-height: 150%;*/
  margin-bottom: 15px;
}
.owl-carousel.full-screen.full-height .slider-item {
  height: 100vh;
}
.owl-carousel.full-screen.full-height .slider-item .post-image {
  height: 100vh;
}
.owl-carousel.full-screen.post-data-under-image .slider-item {
  text-align: center;
}
.owl-carousel.full-screen.post-data-under-image .slider-item .post-details {
  bottom: 0;
  top: auto;
  transform: translateY(0);
  padding: 0;
  left: 0;
}
.owl-carousel.full-screen.post-data-under-image .slider-item .post-details .post-readmore {
  display: none;
}
.owl-carousel.full-screen.post-data-under-image .slider-item .post-details .post-title {
  background-color: #ffffff;
  padding: 40px 0;
  /*font-size: 40px;*/
  text-transform: none;
}
.owl-carousel.full-screen.post-data-under-image .slider-item .post-details .author-short-data {
  display: inline-block;
  background-color: #f6f6f6;
  float: none;
  padding: 5px 20px;
}
.owl-carousel.full-screen.post-data-under-image .slider-item .post-details .author-short-data .avatar-box img {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.owl-carousel.full-screen.post-data-under-image .slider-item .post-details .author-short-data .author-name {
  font-size: 11px;
  text-transform: none;
}
.owl-carousel.full-screen.post-data-bottom-image .slider-item {
  text-align: center;
  overflow: hidden;
}
.owl-carousel.full-screen.post-data-bottom-image .slider-item .post-data {
  width: 100%;
  text-align: center;
}
.owl-carousel.full-screen.post-data-bottom-image .slider-item .post-details {
  bottom: 0;
  top: auto;
  transform: translateY(0);
  padding: 0;
  width: auto;
  left: 0;
  transform: translateX(0);
  text-align: left;
  padding: 0 20px 30px 20px;
}
.owl-carousel.full-screen.post-data-bottom-image .slider-item .post-details.full-width-carousel {
  padding: 0 20px 30px 80px;
}
.owl-carousel.full-screen.post-data-bottom-image .slider-item .post-details .post-readmore {
  display: none;
}
.owl-carousel.full-screen.post-data-bottom-image .slider-item .post-details .post-title {
  /*white-space: nowrap;*/
}
.owl-carousel.full-screen.post-data-middle-center .slider-item .post-details {
  background-color: #ffffff;
  border-radius: 3px;
  width: 25%;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 17%;
  padding: 50px;
}
.owl-carousel.full-screen.post-data-middle-center .slider-item .post-details .post-readmore {
  display: none;
}
.owl-carousel.full-screen.post-data-middle-center .slider-item .post-details .category-link {
  color: #999999 !important;
}
.owl-carousel.full-screen.post-data-middle-center .slider-item .post-details .category-link:hover {
  color: #212121 !important;
}
.owl-carousel.full-screen.post-data-middle-center .slider-item .post-details .post-date {
  color: #999999 !important;
}
.owl-carousel.full-screen.post-data-middle-center .slider-item .post-details .post-title {
  color: #212121;
  font-size: 28px;
}
.owl-carousel.full-screen.post-data-middle-center .slider-item .post-details .post-title:hover {
  color: #999999 !important;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item {
  height: auto;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item.left {
  text-align: left;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item.right {
  text-align: right;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item.center {
  text-align: center;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .gallery-image {
  height: 425px;
  position: relative;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .post-info {
  border: none;
  margin: 0;
  padding: 0;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .read-more-container.left {
  text-align: left;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .read-more-container.right {
  text-align: right;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .read-more-container.center {
  text-align: center;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .post-title.left {
  text-align: left;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .post-title.right {
  text-align: right;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .post-title.center {
  text-align: center;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .post-excerpt-container {
  margin-top: 40px;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .post-excerpt-container p {
  /*                        font-family: @secondary-font-family;
                                                font-size: 18px;
                                                font-weight: 300;
                                                line-height: 36px;*/
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .post-excerpt-container.left {
  padding: 0;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .post-excerpt-container.right {
  padding: 0;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .post-excerpt-container.center {
  padding: 0 75px;
}
.owl-carousel.full-screen.sticky-posts-container .slider-item .read-more-container {
  margin-top: 20px;
}
.owl-carousel.wp-gallery-js {
  margin-bottom: 35px;
}
/*End Carousel*/
/*Breadcrumbs*/
.breadcrumbs-container {
  text-align: left;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 150%;
  padding: 35px 0;
  background-color: #ffffff;
}
.breadcrumbs-container ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs-container ol li {
  display: inline-block;
}
.breadcrumbs-container a {
  font-weight: 400;
}
.breadcrumbs-container .separator {
  padding: 0 5px;
  position: relative;
  top: -1px;
}
.breadcrumbs-container span {
  font-weight: 400;
  opacity: 0.6;
}
/*body.body-header-logo-center-with-top-links{
    .breadcrumbs-container{
        margin-top: 40px;
    }
}
body.body-header-logo-left-navigation-right{
    .breadcrumbs-container{
        margin-top: 30px;
    }
}
body.body-header-logo-left-navigation-center{
    .breadcrumbs-container{
        margin-top: 40px;
    }
}
body.body-header-logo-left-with-top-area{
    .breadcrumbs-container{
        margin-top: 40px;
    }
}*/
/*End Breadcrumbs*/
/*Infiniti Scroll*/
#infscr-loading {
  display: none !important;
  position: absolute !important;
  bottom: 0;
  width: 100% !important;
  text-align: center !important;
  z-index: 20;
}
#infscr-loading img {
  border-radius: 64px;
  width: 64px;
  height: 64px;
}
/*End Infiniti Scroll*/
/*404 Page*/
body.error404 footer {
  margin-top: 0;
}
.height-full-page {
  min-height: 50vh;
}
.background-404 {
  font-weight: 300;
  margin-top: 25px;
}
.background-404 .background-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 80vh;
  position: relative;
}
.container-404 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.container-404 .content-404 {
  display: inline-block;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.container-404 .content-404 .title-404 {
  font-size: 100px;
}
.container-404 .content-404 .message-404 {
  margin: 30px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 2px;
}
.container-404 .content-404 .btn-404 {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 480px) {
  .container-404 .content-404 .btn-404 {
    font-size: 0.7rem !important;
  }
}
.container-404 .content-404 .btn-404:hover {
  background-color: #555555;
}
/*End 404 Page*/
/*Search Page*/
.search-result-container {
  padding: 25px;
  border: 1px dotted #cccccc;
  background-color: #ffffff;
  margin-top: 50px;
}
.search-result-container .searchform-main-block {
  text-transform: none;
  font-size: 12px;
}
.search-result-container .searchform-main-block strong {
  color: #fe4485;
}
/*End Search Page*/
/*Static Page*/
.static-page-container {
  padding-top: 0 !important;
  /*	*{
                    font-size: 18px;
                    font-weight: 300;
                    line-height: 40px;
            }*/
}
.static-page-container p {
  padding-bottom: 10px;
}
.static-page-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/*End Static Page*/
/*Widget User Info*/
.widget-user-info-container .widget-user-image-from-media {
  text-align: center;
  margin-bottom: 15px;
}
.widget-user-info-container .user-name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.widget-user-info-container .widget-user-social-profiles .author-social-links {
  text-align: left;
  background-color: transparent;
  margin-top: 30px;
}
.widget-user-info-container .widget-user-social-profiles .author-social-links h4 {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 5px;
}
.widget-user-info-container .widget-user-social-profiles .author-social-links .social-profiles-container li {
  margin-right: 30px;
}
.widget-user-info-container .widget-user-social-profiles .author-social-links .social-profiles-container li a {
  font-size: 15px;
}
/*End Widget User Info*/
/*Search Page*/
.search-result-header-keyword {
  border-bottom: 1px dotted #000000;
  letter-spacing: 1px;
}
.search-result-header-keyword:after {
  content: "*";
  color: #fe4485;
  padding-left: 5px;
}
/*End Search Page*/
/*Custom Menu View*/
.mobile-sidebar-navigation {
  margin-bottom: 50px;
}
.widget-area .widget_nav_menu,
footer .widget_nav_menu,
.widget-area .widget_categories,
footer .widget_categories,
.widget-area .widget_pages,
footer .widget_pages {
  border-bottom: 1px solid #ebebeb;
  border: none;
}
.widget-area .widget_nav_menu ul li,
footer .widget_nav_menu ul li,
.widget-area .widget_categories ul li,
footer .widget_categories ul li,
.widget-area .widget_pages ul li,
footer .widget_pages ul li {
  border-top: 1px solid #ebebeb;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.widget-area .widget_nav_menu ul li a,
footer .widget_nav_menu ul li a,
.widget-area .widget_categories ul li a,
footer .widget_categories ul li a,
.widget-area .widget_pages ul li a,
footer .widget_pages ul li a {
  text-transform: none;
  color: #002675;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.widget-area .widget_nav_menu ul li a:hover,
footer .widget_nav_menu ul li a:hover,
.widget-area .widget_categories ul li a:hover,
footer .widget_categories ul li a:hover,
.widget-area .widget_pages ul li a:hover,
footer .widget_pages ul li a:hover {
  color: #fe4485;
}
.widget-area .widget_nav_menu ul li ul,
footer .widget_nav_menu ul li ul,
.widget-area .widget_categories ul li ul,
footer .widget_categories ul li ul,
.widget-area .widget_pages ul li ul,
footer .widget_pages ul li ul {
  padding-left: 0;
}
.widget-area .widget_nav_menu ul li ul li,
footer .widget_nav_menu ul li ul li,
.widget-area .widget_categories ul li ul li,
footer .widget_categories ul li ul li,
.widget-area .widget_pages ul li ul li,
footer .widget_pages ul li ul li {
  padding-left: 15px;
}
.widget-area .widget_nav_menu ul > li.menu-item-has-children,
footer .widget_nav_menu ul > li.menu-item-has-children,
.widget-area .widget_categories ul > li.menu-item-has-children,
footer .widget_categories ul > li.menu-item-has-children,
.widget-area .widget_pages ul > li.menu-item-has-children,
footer .widget_pages ul > li.menu-item-has-children,
.widget-area .widget_nav_menu ul > li.page_item_has_children,
footer .widget_nav_menu ul > li.page_item_has_children,
.widget-area .widget_categories ul > li.page_item_has_children,
footer .widget_categories ul > li.page_item_has_children,
.widget-area .widget_pages ul > li.page_item_has_children,
footer .widget_pages ul > li.page_item_has_children {
  position: relative;
}
.widget-area .widget_nav_menu ul > li.menu-item-has-children > a:after,
footer .widget_nav_menu ul > li.menu-item-has-children > a:after,
.widget-area .widget_categories ul > li.menu-item-has-children > a:after,
footer .widget_categories ul > li.menu-item-has-children > a:after,
.widget-area .widget_pages ul > li.menu-item-has-children > a:after,
footer .widget_pages ul > li.menu-item-has-children > a:after,
.widget-area .widget_nav_menu ul > li.page_item_has_children > a:after,
footer .widget_nav_menu ul > li.page_item_has_children > a:after,
.widget-area .widget_categories ul > li.page_item_has_children > a:after,
footer .widget_categories ul > li.page_item_has_children > a:after,
.widget-area .widget_pages ul > li.page_item_has_children > a:after,
footer .widget_pages ul > li.page_item_has_children > a:after {
  display: none;
}
.widget-area .widget_nav_menu ul > li.menu-item-has-children:after,
footer .widget_nav_menu ul > li.menu-item-has-children:after,
.widget-area .widget_categories ul > li.menu-item-has-children:after,
footer .widget_categories ul > li.menu-item-has-children:after,
.widget-area .widget_pages ul > li.menu-item-has-children:after,
footer .widget_pages ul > li.menu-item-has-children:after,
.widget-area .widget_nav_menu ul > li.page_item_has_children:after,
footer .widget_nav_menu ul > li.page_item_has_children:after,
.widget-area .widget_categories ul > li.page_item_has_children:after,
footer .widget_categories ul > li.page_item_has_children:after,
.widget-area .widget_pages ul > li.page_item_has_children:after,
footer .widget_pages ul > li.page_item_has_children:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 6px;
  font-weight: 600;
  color: #002675;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.widget-area .widget_nav_menu ul > li.menu-item-has-children.open > a,
footer .widget_nav_menu ul > li.menu-item-has-children.open > a,
.widget-area .widget_categories ul > li.menu-item-has-children.open > a,
footer .widget_categories ul > li.menu-item-has-children.open > a,
.widget-area .widget_pages ul > li.menu-item-has-children.open > a,
footer .widget_pages ul > li.menu-item-has-children.open > a,
.widget-area .widget_nav_menu ul > li.page_item_has_children.open > a,
footer .widget_nav_menu ul > li.page_item_has_children.open > a,
.widget-area .widget_categories ul > li.page_item_has_children.open > a,
footer .widget_categories ul > li.page_item_has_children.open > a,
.widget-area .widget_pages ul > li.page_item_has_children.open > a,
footer .widget_pages ul > li.page_item_has_children.open > a {
  color: #fe4485;
}
.widget-area .widget_nav_menu ul > li.menu-item-has-children.open:after,
footer .widget_nav_menu ul > li.menu-item-has-children.open:after,
.widget-area .widget_categories ul > li.menu-item-has-children.open:after,
footer .widget_categories ul > li.menu-item-has-children.open:after,
.widget-area .widget_pages ul > li.menu-item-has-children.open:after,
footer .widget_pages ul > li.menu-item-has-children.open:after,
.widget-area .widget_nav_menu ul > li.page_item_has_children.open:after,
footer .widget_nav_menu ul > li.page_item_has_children.open:after,
.widget-area .widget_categories ul > li.page_item_has_children.open:after,
footer .widget_categories ul > li.page_item_has_children.open:after,
.widget-area .widget_pages ul > li.page_item_has_children.open:after,
footer .widget_pages ul > li.page_item_has_children.open:after {
  color: #fe4485;
  /*                        content: "\00d7";*/
  content: "\f106";
}
.widget-area .widget_nav_menu ul > li.menu-item-has-children:hover:after,
footer .widget_nav_menu ul > li.menu-item-has-children:hover:after,
.widget-area .widget_categories ul > li.menu-item-has-children:hover:after,
footer .widget_categories ul > li.menu-item-has-children:hover:after,
.widget-area .widget_pages ul > li.menu-item-has-children:hover:after,
footer .widget_pages ul > li.menu-item-has-children:hover:after,
.widget-area .widget_nav_menu ul > li.page_item_has_children:hover:after,
footer .widget_nav_menu ul > li.page_item_has_children:hover:after,
.widget-area .widget_categories ul > li.page_item_has_children:hover:after,
footer .widget_categories ul > li.page_item_has_children:hover:after,
.widget-area .widget_pages ul > li.page_item_has_children:hover:after,
footer .widget_pages ul > li.page_item_has_children:hover:after {
  color: #fe4485;
}
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.children,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.children,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.children,
footer .widget_categories ul > li.menu-item-has-children > ul.children,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.children,
footer .widget_pages ul > li.menu-item-has-children > ul.children,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.children,
footer .widget_nav_menu ul > li.page_item_has_children > ul.children,
.widget-area .widget_categories ul > li.page_item_has_children > ul.children,
footer .widget_categories ul > li.page_item_has_children > ul.children,
.widget-area .widget_pages ul > li.page_item_has_children > ul.children,
footer .widget_pages ul > li.page_item_has_children > ul.children,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.sub-menu,
footer .widget_categories ul > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.sub-menu,
footer .widget_pages ul > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu,
footer .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_categories ul > li.page_item_has_children > ul.sub-menu,
footer .widget_categories ul > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_pages ul > li.page_item_has_children > ul.sub-menu,
footer .widget_pages ul > li.page_item_has_children > ul.sub-menu {
  display: none;
}
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.menu-item-has-children:after,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.menu-item-has-children:after,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.children > li.menu-item-has-children:after,
footer .widget_categories ul > li.menu-item-has-children > ul.children > li.menu-item-has-children:after,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.children > li.menu-item-has-children:after,
footer .widget_pages ul > li.menu-item-has-children > ul.children > li.menu-item-has-children:after,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.children > li.menu-item-has-children:after,
footer .widget_nav_menu ul > li.page_item_has_children > ul.children > li.menu-item-has-children:after,
.widget-area .widget_categories ul > li.page_item_has_children > ul.children > li.menu-item-has-children:after,
footer .widget_categories ul > li.page_item_has_children > ul.children > li.menu-item-has-children:after,
.widget-area .widget_pages ul > li.page_item_has_children > ul.children > li.menu-item-has-children:after,
footer .widget_pages ul > li.page_item_has_children > ul.children > li.menu-item-has-children:after,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:after,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:after,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:after,
footer .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:after,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:after,
footer .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:after,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children:after,
footer .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children:after,
.widget-area .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children:after,
footer .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children:after,
.widget-area .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children:after,
footer .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children:after,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.page_item_has_children:after,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.page_item_has_children:after,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.children > li.page_item_has_children:after,
footer .widget_categories ul > li.menu-item-has-children > ul.children > li.page_item_has_children:after,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.children > li.page_item_has_children:after,
footer .widget_pages ul > li.menu-item-has-children > ul.children > li.page_item_has_children:after,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.children > li.page_item_has_children:after,
footer .widget_nav_menu ul > li.page_item_has_children > ul.children > li.page_item_has_children:after,
.widget-area .widget_categories ul > li.page_item_has_children > ul.children > li.page_item_has_children:after,
footer .widget_categories ul > li.page_item_has_children > ul.children > li.page_item_has_children:after,
.widget-area .widget_pages ul > li.page_item_has_children > ul.children > li.page_item_has_children:after,
footer .widget_pages ul > li.page_item_has_children > ul.children > li.page_item_has_children:after,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children:after,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children:after,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children:after,
footer .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children:after,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children:after,
footer .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children:after,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children:after,
footer .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children:after,
.widget-area .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children:after,
footer .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children:after,
.widget-area .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children:after,
footer .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children:after {
  display: none;
}
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.children,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.children,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.children,
footer .widget_categories ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.children,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.children,
footer .widget_pages ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.children,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.children,
footer .widget_nav_menu ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.children,
.widget-area .widget_categories ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.children,
footer .widget_categories ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.children,
.widget-area .widget_pages ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.children,
footer .widget_pages ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.children,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.children,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.children,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.children,
footer .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.children,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.children,
footer .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.children,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.children,
footer .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.children,
.widget-area .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.children,
footer .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.children,
.widget-area .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.children,
footer .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.children,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.children,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.children,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.children,
footer .widget_categories ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.children,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.children,
footer .widget_pages ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.children,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.children,
footer .widget_nav_menu ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.children,
.widget-area .widget_categories ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.children,
footer .widget_categories ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.children,
.widget-area .widget_pages ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.children,
footer .widget_pages ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.children,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.children,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.children,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.children,
footer .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.children,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.children,
footer .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.children,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.children,
footer .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.children,
.widget-area .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.children,
footer .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.children,
.widget-area .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.children,
footer .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.children,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.sub-menu,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.sub-menu,
footer .widget_categories ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.sub-menu,
footer .widget_pages ul > li.menu-item-has-children > ul.children > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.sub-menu,
footer .widget_nav_menu ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_categories ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.sub-menu,
footer .widget_categories ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_pages ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.sub-menu,
footer .widget_pages ul > li.page_item_has_children > ul.children > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
footer .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
footer .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
footer .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
footer .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
footer .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.sub-menu,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.sub-menu,
footer .widget_categories ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.sub-menu,
footer .widget_pages ul > li.menu-item-has-children > ul.children > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.sub-menu,
footer .widget_nav_menu ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_categories ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.sub-menu,
footer .widget_categories ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_pages ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.sub-menu,
footer .widget_pages ul > li.page_item_has_children > ul.children > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
footer .widget_nav_menu ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
footer .widget_categories ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
footer .widget_pages ul > li.menu-item-has-children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
footer .widget_nav_menu ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
footer .widget_categories ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
.widget-area .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.sub-menu,
footer .widget_pages ul > li.page_item_has_children > ul.sub-menu > li.page_item_has_children > ul.sub-menu {
  display: block;
}
.widget-area .widget_nav_menu label.screen-reader-text,
footer .widget_nav_menu label.screen-reader-text,
.widget-area .widget_categories label.screen-reader-text,
footer .widget_categories label.screen-reader-text,
.widget-area .widget_pages label.screen-reader-text,
footer .widget_pages label.screen-reader-text {
  display: none;
}
.widget-area .widget_nav_menu select,
footer .widget_nav_menu select,
.widget-area .widget_categories select,
footer .widget_categories select,
.widget-area .widget_pages select,
footer .widget_pages select {
  margin-top: 25px;
}
/*End Custom Menu View*/
/*Contact Page*/
.contact-page-container .image-box {
  margin-bottom: 30px;
}
.contact-page-container .image-box img {
  border-radius: 50%;
  display: inline-block;
}
.contact-page-container p {
  margin-bottom: 5px;
  font-size: 16px;
}
.contact-page-container form {
  width: 450px;
  display: inline-block;
  margin-top: 40px;
}
.contact-page-container form input[type="submit"] {
  margin-top: 15px;
}
/*End Contact Page*/
/*Back To Top*/
.back-to-top {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  background-color: #000000;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1000;
  color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.back-to-top.on {
  opacity: 0.8;
  visibility: visible;
}
.back-to-top.on:hover {
  opacity: 1;
}
/*End Back To Top*/
/*Sticky Posts Carousel*/
.sticky-posts-carousel {
  margin-bottom: 100px;
}
.sticky-posts-carousel .post-info-statistics *,
.sticky-posts-carousel .post-info-categories ul.post-categories-list li a {
  color: #ffffff !important;
}
/*End Sticky Posts Carousel*/
.h1-grid-item {
  font-size: 30px !important;
}
.h2-grid-item {
  font-size: 20px !important;
}
/* Page loader */
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100000;
  overflow: hidden;
}
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
.loader:before,
.loader:after {
  content: none !important;
}
.loader-custom-image .loader-image {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End Page loader */
/*Lead Ins*/
.mixin-lead-in-single-border {
  width: 50px;
  height: 3px;
  background-color: #002675;
}
.mixin-lead-in-float-position {
  display: inline-block;
  max-width: 50%;
}
.lead-in {
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  color: #002675;
  margin: 10px 0 20px 0;
}
.lead-in.border-top:before {
  width: 50px;
  height: 3px;
  background-color: #002675;
  content: '';
  display: block;
  margin: 0 auto 20px;
}
.lead-in.border-bottom:after {
  width: 50px;
  height: 3px;
  background-color: #002675;
  content: '';
  display: block;
  margin: 20px auto 0;
}
.lead-in.border-all {
  border: 3px solid #002675;
  padding: 20px;
  margin-top: 15px;
}
.lead-in.border-left {
  border-left: 3px solid #002675;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 35px;
}
.lead-in.border-right {
  border-right: 3px solid #002675;
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 35px;
}
.lead-in.position-left {
  display: inline-block;
  max-width: 50%;
  margin-right: 20px;
  float: left;
}
.lead-in.position-right {
  display: inline-block;
  max-width: 50%;
  margin-left: 20px;
  float: right;
}
.lead-in.background {
  background-color: #002675;
  color: #ffffff;
  padding: 20px;
  margin-top: 35px;
}
/*End Lead Ins*/
/*Drop Caps*/
.dropcap:first-letter {
  float: left;
  display: block;
  margin-top: 18px;
  margin-right: 20px;
}
.dropcap.letter-only:first-letter {
  font-size: 69px;
}
.dropcap.with-border:first-letter {
  font-size: 50px;
  border: 2px solid #333333;
  padding: 10px;
}
.dropcap.with-background:first-letter {
  font-size: 50px;
  background-color: #333333;
  color: #ffffff;
  padding: 10px;
}
/*End Drop Caps*/
/*WP Core*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 0;
}
.wp-caption,
.gallery-caption,
.bypostauthor {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  padding: 5px;
  text-align: center;
}
.wp-caption.alignnone {
  margin-bottom: 15px;
}
.wp-caption.alignleft {
  margin-bottom: 15px;
}
.wp-caption.alignright {
  margin-bottom: 15px;
  text-align: right;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  display: block;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  display: inline-block;
}
.screen-reader-text:focus {
  outline: none;
}
/*END WP Core*/
body {
  /*MGF Recent Post*/
  /*End MGF Recent Post*/
}
body .widget-title,
body .wcva_filter-widget-title {
  margin-bottom: 20px;
  font-size: 1.05rem;
  font-weight: 600;
}
body .category-link {
  font-size: 14px;
  color: #999999;
}
body .category-link:hover {
  color: #212121;
}
body .post-date {
  font-size: 14px;
}
body .mgf-recent-posts-widget-container {
  padding: 0;
}
body .mgf-recent-posts-widget-container.list {
  margin: 0 -15px;
}
body .mgf-recent-posts-widget-container .post-box {
  padding: 0 15px 30px 15px;
}
body .mgf-recent-posts-widget-container .post-box.one-row {
  padding-bottom: 0;
}
body .mgf-recent-posts-widget-container .category-link {
  display: block;
  line-height: 100%;
  color: #999999;
  text-transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
body .mgf-recent-posts-widget-container .category-link:hover {
  color: #212121;
}
body .mgf-recent-posts-widget-container .post-title-sidebar {
  display: block;
  padding: 4px 0;
}
body .mgf-recent-posts-widget-container .post-date {
  color: #b4b4b4;
  font-size: 14px;
  text-transform: none;
}
body .mgf-recent-posts-widget-container .sidebar-post-image-container {
  float: left;
  margin-right: 15px;
  width: 33.3333%;
}
body .mgf-recent-posts-widget-container .sidebar-post-image-container img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  margin-bottom: 0;
}
body .mgf-recent-posts-widget-container .sidebar-post-info-container {
  overflow: hidden;
}
ul.footer-social-widget {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
ul.footer-social-widget li {
  display: inline-block;
  margin-right: 5px;
}
ul.footer-social-widget li a {
  display: block;
}
.category-bottom-description-paragraph {
  zoom: 1;
  margin-top: 20px;
}
.category-bottom-description-paragraph:before,
.category-bottom-description-paragraph:after {
  content: "";
  display: table;
}
.category-bottom-description-paragraph:after {
  clear: both;
}
.category-image-float-left {
  margin: 10px 0;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  border: 8px solid #fff;
  width: 102px;
  height: 102px;
}
/*Zoom*/
/* these styles are for the demo, but are not required for the plugin */
.woocommerce-product-gallery__image {
  display: inline-block;
  position: relative;
}
.woocommerce-product-gallery__image img {
  display: block;
  margin: 0 auto;
  width: auto !important;
}
.woocommerce-product-gallery__image img::selection {
  background-color: transparent;
}
.widget-area-before-header aside.widget {
  padding: 0 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}
/********************************************************************************************************
*	1.2 - Header 
********************************************************************************************************/
/*Header Common*/
header,
#sticky-header {
  font-size: 14px;
  line-height: 1;
}
header.boxed .header-logo-left-navigation-center {
  box-shadow: none;
}
header.header-shadow {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04), 0 -5px 3px -10px #fff;
}
.sticky-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 190;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sticky-header.set-sticky {
  top: 0;
}
.fixed-header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 70;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#desktop-header,
#sticky-header {
  display: none;
}
li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f107";
  position: absolute;
  top: 5px;
  right: -15px;
  line-height: 100%;
}
.header-logo-container a img {
  position: relative;
  top: -2px;
}
/*Main menu*/
ul.main-menu,
ul.second-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
ul.main-menu > li > a,
ul.second-menu > li > a {
  float: left;
  display: block;
}
ul.main-menu > li.menu-item-has-children,
ul.second-menu > li.menu-item-has-children {
  margin-right: 25px;
}
ul.main-menu li,
ul.second-menu li {
  float: left;
  margin: 0 15px;
  position: relative;
}
ul.main-menu li a,
ul.second-menu li a {
  /*color: #333333;*/
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
ul.main-menu li .sub-menu,
ul.second-menu li .sub-menu {
  margin: 0;
  margin-top: 10px;
  list-style: none;
  background-color: #000000;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 999;
  transition: all 0.3s ease;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
ul.main-menu li .sub-menu li,
ul.second-menu li .sub-menu li {
  width: auto;
  float: none;
  text-align: left;
  margin: 20px 25px;
}
ul.main-menu li .sub-menu li a,
ul.second-menu li .sub-menu li a {
  display: block;
  white-space: nowrap;
}
ul.main-menu li .sub-menu li a:hover,
ul.second-menu li .sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
ul.main-menu li .sub-menu:before,
ul.second-menu li .sub-menu:before {
  content: "";
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
  position: absolute;
  top: -6px;
  left: 10px;
  margin: 0 0 0 -3px;
  z-index: 100;
}
ul.main-menu li .sub-menu:after,
ul.second-menu li .sub-menu:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  height: 10px;
  width: 100%;
}
ul.main-menu li:hover > .sub-menu,
ul.second-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
ul.main-menu li:last-of-type > .sub-menu,
ul.second-menu li:last-of-type > .sub-menu {
  left: auto;
  right: 0;
}
ul.main-menu li:last-of-type > .sub-menu:before,
ul.second-menu li:last-of-type > .sub-menu:before {
  right: 10px;
  left: auto;
}
ul.main-menu li.menu-item-has-children > .sub-menu a:after,
ul.second-menu li.menu-item-has-children > .sub-menu a:after {
  font-size: 11px;
  right: -5px;
  top: 0;
}
ul.main-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children,
ul.second-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
  position: relative;
}
ul.main-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after,
ul.second-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
  content: "\f105";
}
ul.main-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu,
ul.second-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: -15px;
  left: calc(100% + 15px);
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
ul.main-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu:after,
ul.second-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu:after {
  display: none;
}
ul.main-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu li,
ul.second-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu li {
  margin: 15px 10px;
}
ul.main-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu::before,
ul.second-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu::before {
  display: none;
}
ul.main-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu,
ul.second-menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
/*End Main Menu*/
/*Search Form Container*/
.desktop-search-open {
  /*    color: @link-color;
        display: inline-block;
        margin-right: 15px;
        cursor: pointer;
        position: relative;
        top: -2px;
        .transition(all 0.3s ease);
        &:hover{
            color: @color-hover-element;
        }*/
}
.mobile-search-open {
  color: #002675;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mobile-search-open:hover {
  color: #fe4485;
}
#desktop-search-form,
#mobile-search-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10002;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-align: center;
  background-color: #ffffff;
}
#desktop-search-form h2,
#mobile-search-form h2,
#desktop-search-form .h2,
#mobile-search-form .h2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  text-transform: none;
}
#desktop-search-form .searchform-container .input-container,
#mobile-search-form .searchform-container .input-container {
  padding: 0 10%;
}
#desktop-search-form .searchform-container .input-container input,
#mobile-search-form .searchform-container .input-container input {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 20px;
  color: #000000;
  height: 65px;
  padding: 15px;
  background-color: transparent;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: italic;
  text-transform: lowercase;
}
#desktop-search-form .searchform-container button,
#mobile-search-form .searchform-container button {
  display: none;
}
#desktop-search-form.open,
#mobile-search-form.open {
  display: block;
}
#desktop-search-form .desktop-search-tag-cloud,
#mobile-search-form .desktop-search-tag-cloud {
  width: 80%;
  margin: 0 auto;
}
#desktop-search-form .desktop-search-tag-cloud h3,
#mobile-search-form .desktop-search-tag-cloud h3 {
  font-size: 20px;
  margin-top: 100px;
  text-align: center;
  text-transform: none;
  font-weight: 400;
}
#desktop-search-form .desktop-search-tag-cloud .tag-links a,
#mobile-search-form .desktop-search-tag-cloud .tag-links a {
  float: none;
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  padding: 3px 10px;
  font-size: 13px !important;
  text-transform: none;
  font-weight: 400;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#desktop-search-form .desktop-search-tag-cloud .tag-links a:hover,
#mobile-search-form .desktop-search-tag-cloud .tag-links a:hover {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
#desktop-search-form .desktop-search-form-close-button-container,
#mobile-search-form .desktop-search-form-close-button-container {
  margin-top: 50px;
  text-align: right;
}
#desktop-search-form .desktop-search-form-close-button-container .desktop-search-form-close-button,
#mobile-search-form .desktop-search-form-close-button-container .desktop-search-form-close-button {
  margin-right: 50px;
  width: 30px;
  height: 30px;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#desktop-search-form .desktop-search-form-close-button-container .desktop-search-form-close-button:before,
#mobile-search-form .desktop-search-form-close-button-container .desktop-search-form-close-button:before,
#desktop-search-form .desktop-search-form-close-button-container .desktop-search-form-close-button:after,
#mobile-search-form .desktop-search-form-close-button-container .desktop-search-form-close-button:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #000000;
  position: absolute;
  z-index: 2;
  top: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#desktop-search-form .desktop-search-form-close-button-container .desktop-search-form-close-button:before,
#mobile-search-form .desktop-search-form-close-button-container .desktop-search-form-close-button:before {
  transform: rotate(-45deg);
}
#desktop-search-form .desktop-search-form-close-button-container .desktop-search-form-close-button:after,
#mobile-search-form .desktop-search-form-close-button-container .desktop-search-form-close-button:after {
  transform: rotate(45deg);
}
#mobile-search-form {
  margin-top: 60px;
}
#mobile-search-form h2 {
  margin-top: 30px;
}
#mobile-search-form .desktop-search-tag-cloud h3 {
  margin-top: 30px;
}
/*End Search Form Container*/
/*End Header Common*/
/*Header Logo Left Navigation Right*/
.header-logo-left-navigation-right {
  padding: 20px 0;
}
.header-logo-left-navigation-right .container-fluid .main-menu-container {
  padding: 0 45px;
}
.header-logo-left-navigation-right .sidebar-toggle-container {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  display: block;
  float: left;
}
.header-logo-left-navigation-right .sidebar-toggle-container .sidebar-toggle {
  width: 20px;
  height: 3px;
  top: -4px;
  background-color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  display: inline-block;
}
.header-logo-left-navigation-right .sidebar-toggle-container .sidebar-toggle:before,
.header-logo-left-navigation-right .sidebar-toggle-container .sidebar-toggle:after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-logo-left-navigation-right .sidebar-toggle-container .sidebar-toggle:before {
  top: -7px;
}
.header-logo-left-navigation-right .sidebar-toggle-container .sidebar-toggle:after {
  top: 7px;
}
.header-logo-left-navigation-right .sidebar-toggle-container:hover .sidebar-toggle {
  background-color: #fe4485;
}
.header-logo-left-navigation-right .sidebar-toggle-container:hover .sidebar-toggle:before,
.header-logo-left-navigation-right .sidebar-toggle-container:hover .sidebar-toggle:after {
  background-color: #fe4485;
}
.header-logo-left-navigation-right a.logo-link-to-home {
  float: left;
}
/*End Header Logo Left Navigation Right*/
/*Header Logo Left Navigation Center*/
.header-logo-left-navigation-center {
  border-bottom: 1px solid #eaeaea;
  background-color: #ffffff;
  padding: 20px 0;
}
.header-logo-left-navigation-center .container-fluid .main-menu-container {
  padding: 0 65px;
}
.header-logo-left-navigation-center .sidebar-toggle-container {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  display: block;
}
.header-logo-left-navigation-center .sidebar-toggle-container .sidebar-toggle {
  width: 20px;
  height: 3px;
  top: -4px;
  background-color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  display: inline-block;
}
.header-logo-left-navigation-center .sidebar-toggle-container .sidebar-toggle:before,
.header-logo-left-navigation-center .sidebar-toggle-container .sidebar-toggle:after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-logo-left-navigation-center .sidebar-toggle-container .sidebar-toggle:before {
  top: -7px;
}
.header-logo-left-navigation-center .sidebar-toggle-container .sidebar-toggle:after {
  top: 7px;
}
.header-logo-left-navigation-center .sidebar-toggle-container:hover .sidebar-toggle {
  background-color: #fe4485;
}
.header-logo-left-navigation-center .sidebar-toggle-container:hover .sidebar-toggle:before,
.header-logo-left-navigation-center .sidebar-toggle-container:hover .sidebar-toggle:after {
  background-color: #fe4485;
}
.header-logo-left-navigation-center .social-profiles-container {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.header-logo-left-navigation-center .social-profiles-container li {
  float: left;
}
.header-logo-left-navigation-center .social-profiles-container li a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-logo-left-navigation-center .social-profiles-container li a:hover {
  color: #fe4485;
}
.header-logo-left-navigation-center .social-profiles-container li {
  margin: 0 15px;
}
.header-logo-left-navigation-center .social-profiles-container li:last-child {
  margin-right: 0;
}
.header-logo-left-navigation-center ul.main-menu li {
  margin: 0 20px;
}
/*End Header Logo Left Navigation Center*/
/*Header Logo Center With Top Links*/
.header-logo-center-with-top-links .header-top-area {
  background-color: #f9f9fa;
  padding: 13px 0;
  text-align: center;
}
.header-logo-center-with-top-links .header-top-area .social-profiles-container {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo-center-with-top-links .header-top-area .social-profiles-container li {
  float: left;
}
.header-logo-center-with-top-links .header-top-area .social-profiles-container li a {
  color: #002675;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-logo-center-with-top-links .header-top-area .social-profiles-container li a:hover {
  color: #fe4485;
}
.header-logo-center-with-top-links .header-top-area .social-profiles-container li {
  margin: 0 15px;
}
.header-logo-center-with-top-links .header-top-area .header-top-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-logo-center-with-top-links .header-top-area .header-top-links li {
  float: left;
  margin-left: 10px;
}
.header-logo-center-with-top-links .header-top-area .header-top-links li a {
  display: block;
  line-height: 32px;
  color: #002675;
  padding: 0 15px;
  text-transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-logo-center-with-top-links .header-top-area .header-top-links li a:hover {
  color: #fe4485;
}
.header-logo-center-with-top-links .header-top-area .header-search-form-container {
  padding: 0 15px;
  display: inline-block;
}
.header-logo-center-with-top-links .header-top-area .header-search-form-container .searchform-container .searchsubmit {
  height: 16px;
  padding: 0;
  top: 2px;
  right: 5px;
}
.header-logo-center-with-top-links .header-top-area .header-search-form-container .searchform-container .input-container input {
  font-size: 10px;
  height: auto;
  padding: 3px 5px;
}
.header-logo-center-with-top-links .header-top-area .header-top-message {
  font-size: 12px;
}
.header-logo-center-with-top-links .header-main-area .full-width-logo-container {
  padding: 40px 0;
}
.header-logo-center-with-top-links .header-main-area .full-width-main-menu-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-logo-center-with-top-links .header-icons .top-icon {
  padding: 0 10px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.header-logo-center-with-top-links .header-icons .top-icon:hover {
  color: #aaaaaa;
}
.header-logo-center-with-top-links .header-main-left-box-title {
  color: #464646;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 13px;
}
.header-logo-center-with-top-links .header-main-left-box-info {
  color: #777777;
  font-size: 13px;
  white-space: nowrap;
}
/*End Header Logo Center With Top Links*/
/*Header With Advertising Box*/
.header-with-advertising-box .header-top-area {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  padding: 5px 0;
}
.header-with-advertising-box .header-top-area .sidebar-toggle-container {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  float: left;
  padding: 10px 15px;
}
.header-with-advertising-box .header-top-area .sidebar-toggle-container .sidebar-toggle {
  width: 20px;
  height: 3px;
  top: -4px;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  display: inline-block;
}
.header-with-advertising-box .header-top-area .sidebar-toggle-container .sidebar-toggle:before,
.header-with-advertising-box .header-top-area .sidebar-toggle-container .sidebar-toggle:after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-with-advertising-box .header-top-area .sidebar-toggle-container .sidebar-toggle:before {
  top: -7px;
}
.header-with-advertising-box .header-top-area .sidebar-toggle-container .sidebar-toggle:after {
  top: 7px;
}
.header-with-advertising-box .header-top-area .sidebar-toggle-container:hover .sidebar-toggle {
  background-color: #fe4485;
}
.header-with-advertising-box .header-top-area .sidebar-toggle-container:hover .sidebar-toggle:before,
.header-with-advertising-box .header-top-area .sidebar-toggle-container:hover .sidebar-toggle:after {
  background-color: #fe4485;
}
.header-with-advertising-box .header-top-area .social-profiles-container {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-with-advertising-box .header-top-area .social-profiles-container li {
  float: left;
}
.header-with-advertising-box .header-top-area .social-profiles-container li a {
  color: #002675;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-with-advertising-box .header-top-area .social-profiles-container li a:hover {
  color: #fe4485;
}
.header-with-advertising-box .header-top-area .social-profiles-container li {
  margin: 0 15px;
}
.header-with-advertising-box .header-top-area .social-profiles-container li:last-child {
  margin-right: 0;
}
.header-with-advertising-box .header-top-area .header-top-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-with-advertising-box .header-top-area .header-top-links li {
  float: left;
  margin-left: 10px;
}
.header-with-advertising-box .header-top-area .header-top-links li a {
  display: block;
  line-height: 32px;
  color: #002675;
  padding: 0 15px;
  text-transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-with-advertising-box .header-top-area .header-top-links li a:hover {
  color: #fe4485;
}
.header-with-advertising-box .header-top-area .header-top-links li:first-child {
  margin-left: 0;
}
.header-with-advertising-box .header-top-area .header-top-links li:first-child a {
  padding-left: 0;
}
.header-with-advertising-box .header-top-area .header-search-form-container {
  padding: 0 15px;
  display: inline-block;
}
.header-with-advertising-box .header-top-area .header-search-form-container .searchform-container .searchsubmit {
  height: 16px;
  padding: 0;
  top: 2px;
  right: 5px;
}
.header-with-advertising-box .header-top-area .header-search-form-container .searchform-container .input-container input {
  font-size: 10px;
  height: auto;
  padding: 3px 5px;
}
.header-with-advertising-box .header-main-area .full-width-logo-container {
  padding: 40px 0;
}
.header-with-advertising-box .header-bottom-area {
  border-top: 1px solid #f8f3f0;
  border-bottom: 1px solid #f8f3f0;
}
.header-with-advertising-box .header-bottom-area .full-width-main-menu-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-with-advertising-box .header-bottom-area .full-width-main-menu-container .menu-header-menu-container ul.main-menu > li:first-child {
  margin-left: 0;
}
.header-with-advertising-box .header-bottom-area .desktop-search-open {
  /*margin: 0 15px;*/
}
/*End Header With Advertising Box*/
/*Header Sticky*/
.header-sticky-container {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04), 0 -5px 3px -10px #fff;
  border-bottom: 1px solid #eaeaea;
  background-color: #ffffff;
  padding: 20px 0;
  /*    ul.main-menu{
            li{
                margin: 0 20px;
                a{
                    font-size: 12px;
                    font-weight: 400;
                }
            }
        }*/
}
.header-sticky-container .container-fluid .main-menu-container {
  padding: 0 45px;
}
.header-sticky-container .sidebar-toggle-container {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  display: block;
}
.header-sticky-container .sidebar-toggle-container .sidebar-toggle {
  width: 20px;
  height: 3px;
  top: -4px;
  background-color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  display: inline-block;
}
.header-sticky-container .sidebar-toggle-container .sidebar-toggle:before,
.header-sticky-container .sidebar-toggle-container .sidebar-toggle:after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-sticky-container .sidebar-toggle-container .sidebar-toggle:before {
  top: -7px;
}
.header-sticky-container .sidebar-toggle-container .sidebar-toggle:after {
  top: 7px;
}
.header-sticky-container .sidebar-toggle-container:hover .sidebar-toggle {
  background-color: #fe4485;
}
.header-sticky-container .sidebar-toggle-container:hover .sidebar-toggle:before,
.header-sticky-container .sidebar-toggle-container:hover .sidebar-toggle:after {
  background-color: #fe4485;
}
.header-sticky-container .social-profiles-container {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.header-sticky-container .social-profiles-container li {
  float: left;
}
.header-sticky-container .social-profiles-container li a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-sticky-container .social-profiles-container li a:hover {
  color: #fe4485;
}
.header-sticky-container .social-profiles-container li {
  margin: 0 15px;
}
/*End Header Sticky*/
/*Mobile Header*/
.mobile-header-box {
  /*padding-bottom: 60px;*/
  display: block;
}
#mobile-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
  padding: 0 15px;
  /*    .header-left-side-container,
        .header-center-container,
        .header-right-side-container{
            height: 60px;
        }*/
}
#mobile-header img {
  max-height: 60px;
}
#mobile-header .grid-x {
  height: 60px;
}
#mobile-header .header-center-container {
  text-align: center;
}
/*End Mobile Header*/
.desktop-search-form-container {
  text-align: left;
  padding: 10px;
}
.desktop-search-form-container input[type="search"] {
  display: inline-block;
}
/********************************************************************************************************
*	1.3 - Footer 
********************************************************************************************************/
/*Footer Instagram Feed*/
.owl-footer-instagram-feed-link {
  display: block;
  position: relative;
  height: calc(100vw);
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.owl-footer-instagram-feed-link .overlay-instagram-feed {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+52 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.owl-footer-instagram-feed-link:hover .overlay-instagram-feed {
  visibility: visible;
  opacity: 1;
}
.footer-instagram-feed {
  margin-top: 60px;
}
.instagram-feed-title {
  /*        letter-spacing: 4px;
            text-transform: none;
            color: #000000;
            padding-top: 25px;
            padding-bottom: 25px;*/
}
/*End Footer Instagram Feed*/
footer {
  color: #000000;
  padding-top: 25px;
}
@media only screen and (min-width: 480px) {
  footer {
    padding-top: 0;
  }
}
footer.boxed {
  margin: 0;
}
footer .footer-copyright-box {
  padding-bottom: 45px;
}
footer .widget {
  /*margin: 80px 0;*/
}
footer .footer-main-container {
  padding-top: 60px;
}
footer .footer-main-container .footer-main-box.container-fluid {
  padding: 0 80px;
}
footer .footer-copyright-container .widget {
  margin-bottom: 30px;
}
footer .footer-copyright-container .social-profiles-container li {
  margin-right: 30px;
}
footer .footer-copyright-container .social-profiles-container li a {
  color: #000000;
}
footer .footer-copyright-container .social-profiles-container li a i {
  font-size: 1.25rem !important;
}
footer .footer-copyright-container .social-profiles-container li a:hover {
  color: #fe4485;
}
footer .footer-logo-container {
  margin-bottom: 25px;
}
footer .footer-social-links-container {
  margin-bottom: 50px;
}
footer .footer-copyright-text-container {
  font-size: 12px;
  font-weight: 400;
}
footer .footer-copyright-text-container .small {
  padding-top: 10px;
  color: #969696;
  font-size: 12px;
}
footer.hide-copyright .footer-main-container .footer-main-box {
  border: none;
}
footer.accordion-widget .widget_nav_menu,
footer.accordion-widget .widget_categories {
  border-bottom: none;
}
footer.accordion-widget .widget_nav_menu > div,
footer.accordion-widget .widget_categories > div {
  padding-top: 0 !important;
}
footer.accordion-widget .h2.widget-title {
  margin-bottom: 0  !important;
}
footer.accordion-widget .widget {
  margin: 0;
  margin-top: 10px;
}
footer.accordion-widget .widget .widget-title {
  position: relative;
  margin: 0;
  margin-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
footer.accordion-widget .widget .widget-title:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}
footer.accordion-widget .widget > div:nth-child(2),
footer.accordion-widget .widget > ul,
footer.accordion-widget .widget > form {
  /*display: none;*/
  /*padding: 20px 0;*/
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
footer.accordion-widget .widget.open .widget-title:after {
  content: "\f106";
}
footer.accordion-widget .widget.open > div:nth-child(2),
footer.accordion-widget .widget.open > ul,
footer.accordion-widget .widget.open > form {
  max-height: 400px;
}
footer .widget-title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
footer .footer-logo-image {
  width: 70%;
  padding-bottom: 15px;
}
footer .footer-payment-image {
  width: 65%;
}
footer .footer-left-p {
  font-size: 12px;
  padding-bottom: 35px;
  line-height: 1.4;
}
footer ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4em;
}
/********************************************************************************************************
*	1.4 - Sidebar 
********************************************************************************************************/
/*Offcanvas Sidebar*/
#offcanvas-sidebar {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 320px;
  height: 100%;
  background-color: #494d4a;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#offcanvas-sidebar.left {
  left: -320px;
}
#offcanvas-sidebar.left.open {
  left: 0;
}
#offcanvas-sidebar.right {
  right: -320px;
}
#offcanvas-sidebar.right.open {
  right: 0;
}
#offcanvas-sidebar .offcanvas-mobile-menu-container {
  padding: 20px;
}
#offcanvas-sidebar .offcanvas-sidebar-close {
  text-align: right;
}
#offcanvas-sidebar .offcanvas-sidebar-header {
  background-color: #494d4a;
  padding: 18px 15px;
}
#offcanvas-sidebar .offcanvas-sidebar-header .header-logo {
  /*max-height: 24px;*/
}
#offcanvas-sidebar .sidebar {
  padding: 0 15px;
}
#offcanvas-sidebar #nicescrollDiv.run {
  height: calc(100vh - 60px);
}
/*End Offcanvas Sidebar*/
/*Offcanvas Close Button*/
.close-offcanvas-btn {
  width: 20px;
  height: 20px;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.close-offcanvas-btn:before,
.close-offcanvas-btn:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  z-index: 2;
  top: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.close-offcanvas-btn:before {
  transform: rotate(-45deg);
}
.close-offcanvas-btn:after {
  transform: rotate(45deg);
}
.close-offcanvas-btn:hover:before,
.close-offcanvas-btn:hover:after {
  background-color: #FE4485 !important;
}
/*End Offcanvas Close Button*/
/*Sidebar Reset*/
.widget-area {
  padding: 0;
  margin: 0;
}
.widget-area aside:first-of-type .widget-title {
  margin-top: 0;
}
/*End Sidebar Reset*/
.offcanvas-sidebar-container aside:first-of-type {
  margin-top: 50px;
}
.widget_archive label {
  display: none;
}
/*.home-page-before-content-sidebar,
.home-page-after-content-sidebar{
    .widget-area{
        .widget-title{
            border: none;
            text-align: center;
            font-size: 16px;
            position: relative;
            font-weight: 400;
            span{
                background-color: @body-background-color;
                padding: 0 30px;
                position: relative;
                z-index: 5;
            }
            &:before{
                content: "";
                display: block;
                position: absolute;
                top: 9px;
                left: 0;
                border-top: 1px solid #ebebeb;
                z-index: 1;
                width: 100%;
            }
        }
    }
}*/
/*Sidebar*/
/*.sidebar,*/
.widget-area,
footer {
  display: block;
  /*MGF Recent Post*/
  /*End MGF Recent Post*/
  /*Instagram Feed*/
  /*End Instagram Feed*/
  /*Tag Cloud*/
  /*End Tag Cloud*/
  /*Calendar*/
  /*End Calendar*/
}
.widget-area .widget,
footer .widget {
  margin-bottom: 30px;
}
.widget-area img,
footer img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.widget-area .widget_text img,
footer .widget_text img {
  display: block;
  margin-top: 5px;
  max-width: 100%;
  height: auto;
}
.widget-area .widget_text p,
footer .widget_text p {
  margin: 0;
}
.widget-area ul,
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-area ul li,
footer ul li {
  margin-bottom: 10px;
}
.widget-area ul li ul,
footer ul li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 15px;
}
.widget-area .mgf-recent-posts-widget-container,
footer .mgf-recent-posts-widget-container {
  padding: 0;
}
.widget-area .mgf-recent-posts-widget-container.list,
footer .mgf-recent-posts-widget-container.list {
  margin: 0 -15px;
}
.widget-area .mgf-recent-posts-widget-container .category-link,
footer .mgf-recent-posts-widget-container .category-link {
  display: block;
  line-height: 100%;
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-transform: none;
}
.widget-area .mgf-recent-posts-widget-container .category-link:hover,
footer .mgf-recent-posts-widget-container .category-link:hover {
  color: #212121;
}
.widget-area .mgf-recent-posts-widget-container .post-title-sidebar,
footer .mgf-recent-posts-widget-container .post-title-sidebar {
  display: block;
  padding: 4px 0;
}
.widget-area .mgf-recent-posts-widget-container .post-date,
footer .mgf-recent-posts-widget-container .post-date {
  color: #b4b4b4;
  font-size: 14px;
  text-transform: none;
}
.widget-area .mgf-recent-posts-widget-container .sidebar-post-image-container,
footer .mgf-recent-posts-widget-container .sidebar-post-image-container {
  float: left;
  margin-right: 15px;
  width: 33.3333%;
  /*height: 70px;*/
}
.widget-area .mgf-recent-posts-widget-container .sidebar-post-image-container img,
footer .mgf-recent-posts-widget-container .sidebar-post-image-container img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  margin-bottom: 0;
}
.widget-area .mgf-recent-posts-widget-container .sidebar-post-info-container,
footer .mgf-recent-posts-widget-container .sidebar-post-info-container {
  overflow: hidden;
}
.widget-area .instagram-feed-widget,
footer .instagram-feed-widget {
  margin: 0 -5px;
}
.widget-area .instagram-feed-widget li,
footer .instagram-feed-widget li {
  float: left;
  width: auto;
}
.widget-area .instagram-feed-widget li a,
footer .instagram-feed-widget li a {
  display: block;
  margin: 0 5px;
  margin-bottom: 10px;
}
.widget-area div.tagcloud,
footer div.tagcloud {
  zoom: 1;
}
.widget-area div.tagcloud:before,
footer div.tagcloud:before,
.widget-area div.tagcloud:after,
footer div.tagcloud:after {
  content: "";
  display: table;
}
.widget-area div.tagcloud:after,
footer div.tagcloud:after {
  clear: both;
}
.widget-area div.tagcloud a,
footer div.tagcloud a {
  float: left;
  display: block;
  color: #000000;
  border: 1px solid #dcdcdc;
  padding: 3px 10px;
  font-size: 15px !important;
  text-transform: none;
  font-weight: 400;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.widget-area div.tagcloud a:hover,
footer div.tagcloud a:hover {
  border-color: #000000;
  color: #000000;
}
.widget-area #wp-calendar,
footer #wp-calendar {
  width: 100%;
  font-weight: 300;
  text-align: center;
}
.widget-area #wp-calendar td,
footer #wp-calendar td {
  padding-top: 5px;
  font-size: 13px;
  color: #000000;
}
.widget-area #wp-calendar td a,
footer #wp-calendar td a {
  color: #002675;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: underline;
}
.widget-area #wp-calendar td a:hover,
footer #wp-calendar td a:hover {
  color: #fe4485;
}
.widget-area #wp-calendar td#prev,
footer #wp-calendar td#prev {
  text-align: left;
}
.widget-area #wp-calendar td#next,
footer #wp-calendar td#next {
  text-align: right;
}
.widget-area #wp-calendar th,
footer #wp-calendar th {
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: center;
}
.widget-area #wp-calendar caption,
footer #wp-calendar caption {
  text-align: right;
  border-bottom: 1px dotted #000000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 13px;
  color: #000000;
}
.widget-area #wp-calendar #prev a,
footer #wp-calendar #prev a,
.widget-area #wp-calendar #next a,
footer #wp-calendar #next a {
  padding-top: 12px;
  display: inline-block;
  text-decoration: none;
}
.widget-area .widget_rss ul li,
footer .widget_rss ul li {
  padding-bottom: 15px;
}
.widget-area .widget_rss .widget-title a.rsswidget,
footer .widget_rss .widget-title a.rsswidget {
  display: inline-block;
}
.widget-area .widget_rss a.rsswidget,
footer .widget_rss a.rsswidget {
  font-weight: 600;
  display: block;
  line-height: 20px;
}
.widget-area .widget_rss span.rss-date,
footer .widget_rss span.rss-date {
  font-style: italic;
}
.widget-area .widget_rss div.rssSummary,
footer .widget_rss div.rssSummary {
  line-height: 20px;
  padding: 10px 0;
}
.widget-area .widget_recent_comments ul li.recentcomments,
footer .widget_recent_comments ul li.recentcomments {
  margin: 12px 0;
  color: #999999;
}
.widget-area .widget_recent_comments ul li.recentcomments a,
footer .widget_recent_comments ul li.recentcomments a {
  line-height: 20px;
  font-style: italic;
}
.widget-area .widget_recent_comments ul li.recentcomments .comment-author-link a,
footer .widget_recent_comments ul li.recentcomments .comment-author-link a {
  font-style: normal;
}
/*End Sidebar*/
/********************************************************************************************************
*	1.5 - Post Page
********************************************************************************************************/
body.single-post .breadcrumbs-container {
  text-align: left;
}
body.single-post .layout-part {
  margin-top: 0;
}
.post-header-data {
  display: flex;
}
.post-header-data .post-share-links {
  text-align: right;
  flex-grow: 1;
}
.post-page-container .post-share-links {
  margin: 60px 0;
}
.post-page.gallery-image-popup {
  display: block;
  height: 100%;
}
input[name="post_password"] {
  height: 33px;
}
.post-gallery-container {
  /*Images List*/
  /*End Images List*/
  /*Masonry Grid*/
  /*End Masonry Grid*/
}
.post-gallery-container .gallery-list .list-item {
  margin-bottom: 30px;
}
.post-gallery-container .gallery-masonry-container .image-gallery-grid-sizer {
  width: 100%;
}
.post-gallery-container .gallery-masonry-container .image-masonry-box.box_1x1 {
  width: 100%;
  height: 200px;
}
.post-gallery-container .gallery-masonry-container .image-masonry-box.box_2x1 {
  width: 100%;
  height: 200px;
}
.post-gallery-container .gallery-masonry-container .image-masonry-box.box_2x2 {
  width: 100%;
  height: 400px;
}
.post-gallery-container .gallery-masonry-container .image-masonry-box.box_3x2 {
  width: 100%;
  height: 400px;
}
.post-gallery-container .gallery-masonry-container .item-box {
  height: 100%;
  padding: 5px;
}
.post-gallery-container .gallery-masonry-container .gallery-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.post-gallery-container .gallery-masonry-container .gallery-image:hover .image-pin-it {
  opacity: 1;
}
.post-gallery-container .gallery-masonry-container .gallery-image .gallery-image-popup {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.post-gallery-container .gallery-masonry-container .gallery-image .gallery-image-popup:hover {
  opacity: 0.2;
}
.post-short-data-author {
  text-align: center;
  margin-bottom: 30px;
}
.post-short-data-author .avatar-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
}
.post-short-data-author .author-name {
  font-weight: 400;
  font-size: 13px;
  padding-left: 5px;
  letter-spacing: 1px;
}
.post-short-data-author .author {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
}
.image-pin-it {
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
  font-size: 22px;
  color: #bd071b;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  width: 30px;
  height: 31px;
  line-height: 31px !important;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.image-pin-it:hover {
  color: #000000;
}
h1.post-title-box,
h1.product_title {
  padding: 50px 0 100px 0;
  margin: 0;
}
h1.post-title-box .archive-title,
h1.product_title .archive-title {
  opacity: 0.5;
}
.post-content-container,
.static-page-container {
  padding-top: 40px;
}
.post-content-container a,
.static-page-container a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.post-content-container a:hover,
.static-page-container a:hover {
  text-decoration: none;
}
.post-content-container img,
.static-page-container img {
  /*margin-bottom: 40px;*/
  max-width: 100%;
  height: auto;
}
.post-content-container strong,
.static-page-container strong {
  font-weight: 700;
}
.post-content-container p,
.static-page-container p {
  padding-bottom: 10px;
}
.post-content-container ul,
.static-page-container ul,
.post-content-container ol,
.static-page-container ol {
  /*        list-style:none;
                margin: 35px 0;*/
}
.post-content-container ul li ul,
.static-page-container ul li ul,
.post-content-container ol li ul,
.static-page-container ol li ul,
.post-content-container ul li ol,
.static-page-container ul li ol,
.post-content-container ol li ol,
.static-page-container ol li ol {
  margin: 0;
}
.post-content-container pre,
.static-page-container pre {
  line-height: 24px;
  font-size: 13px;
}
.post-content-container ol,
.static-page-container ol {
  list-style-type: decimal;
}
.post-content-container ol li:before,
.static-page-container ol li:before {
  display: none;
}
.post-content-container blockquote,
.static-page-container blockquote {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  padding: 80px 0;
}
.post-content-container blockquote *,
.static-page-container blockquote * {
  line-height: 40px;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
}
.post-content-container blockquote cite,
.static-page-container blockquote cite {
  font-size: 12px;
  color: #a1a1a1;
  text-transform: none;
  display: block;
  font-style: normal;
  line-height: 50px;
}
.post-content-container table,
.static-page-container table {
  border-collapse: collapse;
  width: 100%;
}
.post-content-container table th,
.static-page-container table th {
  font-weight: bold;
}
.post-content-container table th,
.static-page-container table th,
.post-content-container table td,
.static-page-container table td {
  padding: 0 20px;
  border: 1px solid #dcdcdc;
}
body.home .static-page-container ul li:before {
  display: none;
}
.post-tags-container {
  text-align: center;
}
.post-tags-container a {
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  display: inline-block;
  padding: 0 10px;
}
.post-tags-container a:before {
  content: "#";
}
/*Author*/
.author-info-wrap {
  /*    border-top: 1px solid #ebebeb;
        margin-top: 50px;
        padding-top: 50px;
        
        margin-bottom: 50px;*/
  margin-top: 50px;
  padding-top: 50px;
  background-color: #fafafa;
  padding-bottom: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.author-info-wrap .author-avatar {
  padding-bottom: 25px;
}
.author-info-wrap .author-avatar img {
  border-radius: 50%;
  width: 120px;
}
.author-info-wrap .author-info .author-name-box {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.author-info-wrap .author-info .author-description {
  /*			font-family: @secondary-font-family;*/
  padding: 0 50px;
  margin-bottom: 20px;
}
.author-info-wrap .social-profiles-container li {
  margin-right: 15px;
}
.author-info-wrap .social-profiles-container li a {
  display: block;
}
/*End Author*/
/*Comments*/
.post-comments-container {
  background-color: #f8f8f8;
  padding: 15px;
}
h4.post-comments {
  margin-top: 45px !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
}
.comments-title,
.post-comments,
.related-post-title,
.comment-reply-title {
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: 400;
  text-transform: none;
}
.comment-reply-title {
  border: none;
  margin: 0;
  padding: 0;
}
.comment-reply-title a {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: none;
}
.comment-respond form {
  margin-top: 20px;
}
.comment-text p {
  /*	font-family: @secondary-font-family;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.7;*/
  color: #777777;
}
.form-group {
  margin-bottom: 35px;
}
.form-control {
  border-radius: 0;
  border-color: #cccccc;
  box-shadow: none;
}
.comments-list {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-list li .comment-container {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.comments-list li .comment-container .comment-author-avatar-box {
  float: left;
}
.comments-list li .comment-container .comment-author-avatar-box img {
  border-radius: 50%;
  margin-bottom: 25px;
}
.comments-list li .comment-container .comment-data {
  overflow: hidden;
  padding-left: 15px;
  padding-top: 5px;
}
.comments-list li .comment-container .comment-data .comment-author-name {
  font-size: 14px;
  font-weight: 700;
}
.comments-list li .comment-container .comment-data .comment-author-name a {
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
}
.comments-list li .comment-container .comment-data .comment-date {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 1px;
}
.comments-list li .comment-container .comment-data .comment-date a {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: none;
  font-weight: 400;
}
.comments-list li .comment-container .comment-reply-link-container {
  margin-top: 30px;
}
.comments-list li .comment-container .comment-reply-link-container a {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: none;
  font-weight: 400;
}
.comments-list li .children {
  list-style: none;
  padding-left: 10px;
}
.comments-navigation {
  margin-bottom: 50px;
}
.comments-navigation a {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.comments-navigation a:hover {
  color: #ffffff;
  background-color: #fff;
}
#commentform {
  font-weight: 300;
}
#commentform .comment-field label {
  font-weight: 400;
  font-size: 14px;
}
#commentform .form-submit {
  text-align: center;
}
#commentform .form-submit .submit {
  background-color: #000000;
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 35px;
  text-transform: none;
  line-height: 100%;
  border-radius: 3px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#commentform .form-submit .submit:hover {
  opacity: 0.7;
}
#commentform .logged-in-as {
  text-transform: none;
  font-size: 12px;
}
#commentform .logged-in-as a {
  font-weight: 400;
}
/*End Comments*/
/*Post Navigation*/
.post-navigation {
  margin: 100px 0;
}
.post-navigation h2 {
  display: none;
}
.post-navigation .nav-links {
  zoom: 1;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
  content: "";
  display: table;
}
.post-navigation .nav-links:after {
  clear: both;
}
.post-navigation .nav-links .nav-previous {
  float: none;
  padding-bottom: 10px;
}
.post-navigation .nav-links .nav-next {
  float: none;
}
.post-navigation .nav-links a {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}
.post-navigation .nav-links a:hover {
  color: #ffffff;
  background-color: #fff;
}
/*Post Pagination*/
.post-page-pagination {
  margin-top: 30px;
  text-align: center;
}
.post-page-pagination .post-page-pagination > span {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.post-page-pagination .post-page-pagination > span:hover {
  color: #ffffff;
  background-color: #fff;
}
.post-page-pagination .post-page-pagination a span {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-left: 10px;
}
.post-page-pagination .post-page-pagination a span:hover {
  color: #ffffff;
  background-color: #fff;
}
/*End Post Pagination*/
/*End Post Navigation*/
.related-posts-container {
  margin-bottom: 50px;
}
.related-posts-container .flex-row-container {
  margin: 0 -15px;
}
.related-posts-container .related-post-box {
  margin: 0 15px;
}
.related-posts-container .related-post-box .image-container {
  padding-top: 70%;
  position: relative;
}
.related-posts-container .related-post-box .title {
  padding-top: 10px;
  padding-bottom: 30px;
  display: block;
  font-size: 18px;
  line-height: 1.35;
}
.related-posts-container .related-post-box .date {
  line-height: 100%;
  font-style: italic;
  font-size: 14px;
  color: #999999;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.related-posts-container .related-post-box .date:hover {
  color: #000000;
}
.related-posts-container .related-post-box .image {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.related-posts-container .related-post-box .image a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /*                &:hover{
                                                        background-color: rgba(0,0,0,0.3);
                                                }*/
}
/*Post Share Links*/
.post-share-links {
  text-align: center;
}
.post-share-links .post-share-icons-container li a {
  margin: 0 10px;
  display: inline-block;
  font-size: 15px;
  color: #002675;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.post-share-links .post-share-icons-container li a:hover {
  color: #fe4485;
}
.post-share-links .post-share-icons-container li a.post-page.background {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  margin: 0 3px;
}
.post-share-links .post-share-icons-container li a.post-page.background.colored.facebook {
  background-color: #22378a;
}
.post-share-links .post-share-icons-container li a.post-page.background.colored.twitter {
  background-color: #55acee;
}
.post-share-links .post-share-icons-container li a.post-page.background.colored.google-plus {
  font-size: 22px;
  background-color: #e33e2b;
}
.post-share-links .post-share-icons-container li a.post-page.background.colored.pinterest {
  font-size: 23px;
  background-color: #bb1d23;
}
.post-share-links .post-share-icons-container li a.post-page.background.custom {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}
.post-share-links .post-share-icons-container li a.post-page.background.rounded {
  border-radius: 50%;
}
.post-share-links .post-share-icons-container li a.post-page.background:hover {
  opacity: 0.7;
}
/*End Post Share Links*/
/********************************************************************************************************
*	1.6 - Category Page
********************************************************************************************************/
.button-click {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #e57a8b;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  font-size: 20px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.button-click:hover {
  color: #ffffff;
  background-color: #e57a8b;
}
.button-click.play-click i {
  position: relative;
  left: 3px;
}
.even .button-click {
  right: 15px;
  left: auto;
}
.post-gallery-container,
.post-image-container {
  position: relative;
}
.category-posts-container {
  position: relative;
}
.post-list-container {
  padding-bottom: 25px;
}
.read-more-container {
  text-align: left;
}
.read-more-container .read-more.text-only {
  /*	font-family: @category-font-family-post-list;
            font-size: 18px;
    */
  color: #002675;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.read-more-container .read-more.text-only:hover {
  color: #fe4485;
}
.read-more-container .read-more.border-only {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.read-more-container .read-more.border-only:hover {
  color: #ffffff;
  background-color: #fff;
}
.read-more-container .read-more.background-only {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 480px) {
  .read-more-container .read-more.background-only {
    font-size: 0.7rem !important;
  }
}
.read-more-container .read-more.background-only:hover {
  background-color: #555555;
}
/*.post-info{
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}*/
.post-share {
  font-size: 12px;
  color: #999999;
  text-transform: none;
  position: absolute;
  top: 21px;
  right: -62px;
  overflow: hidden;
  z-index: 20;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.post-share img {
  width: 9px !important;
  height: 12px !important;
  display: inline-block !important;
}
.post-share ul li a {
  color: #002675;
  position: relative;
  padding: 0 3px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.post-share ul li a:hover {
  color: #fe4485;
}
.post-share:hover {
  right: 0;
}
.post-info-statistics {
  font-size: 14px;
  text-transform: none;
}
.post-info-statistics * {
  color: #666666;
  line-height: 100%;
  letter-spacing: 0.5px;
}
.post-info-statistics a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.post-info-statistics a:hover {
  color: #fe4485;
}
.post-info-statistics > li:after {
  content: '/';
  padding: 0 5px;
}
.post-info-statistics > li:last-of-type:after {
  display: none;
}
.post-info-statistics .post-categories-list li {
  margin-right: 5px;
}
.post-info-statistics .post-categories-list li:last-of-type {
  margin: 0;
}
.post-info-statistics .post-info-comments {
  float: left;
}
.post-info-categories {
  margin: 20px 0 -10px 0;
}
.post-info-categories ul.post-categories-list li {
  position: relative;
}
.post-info-categories ul.post-categories-list li a {
  font-size: 14px;
  text-transform: none;
  color: #999999;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.post-info-categories ul.post-categories-list li a:hover {
  color: #212121;
}
.post-info-categories ul.post-categories-list li:after {
  content: "/";
  color: #cccccc;
  padding: 0 5px;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.post-info-categories ul.post-categories-list li:last-child:after {
  display: none;
}
.post-title a {
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.post-title a:hover {
  color: #333333;
}
/*Page Pagination*/
body.pagination-border-only .pagination {
  margin-top: 0;
  margin-bottom: 100px;
  text-align: center;
  display: block;
}
body.pagination-border-only .pagination a {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
body.pagination-border-only .pagination a:hover {
  color: #ffffff;
  background-color: #fff;
}
body.pagination-border-only .pagination .load-more-btn {
  margin-top: 40px;
}
body.pagination-border-only .pagination .numbered-pagination {
  display: none;
}
body.pagination-background-only .pagination {
  margin-top: 0;
  margin-bottom: 100px;
  text-align: center;
  display: block;
}
body.pagination-background-only .pagination a {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 480px) {
  body.pagination-background-only .pagination a {
    font-size: 0.7rem !important;
  }
}
body.pagination-background-only .pagination a:hover {
  background-color: #555555;
}
body.pagination-background-only .pagination .load-more-btn {
  margin-top: 40px;
}
body.pagination-background-only .pagination .numbered-pagination {
  display: none;
}
body.pagination-numbered-pagination.pagination-border-only .numbered-pagination {
  display: block;
}
body.pagination-numbered-pagination.pagination-border-only .numbered-pagination a.page-numbers,
body.pagination-numbered-pagination.pagination-border-only .numbered-pagination .current {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  min-width: 38px;
  height: 38px;
  line-height: 18px;
  padding: 10px;
  text-align: center;
}
body.pagination-numbered-pagination.pagination-border-only .numbered-pagination a.page-numbers:hover,
body.pagination-numbered-pagination.pagination-border-only .numbered-pagination .current:hover {
  color: #ffffff;
  background-color: #fff;
}
body.pagination-numbered-pagination.pagination-border-only .numbered-pagination .current {
  border-color: #000000;
  color: #000000;
}
body.pagination-numbered-pagination.pagination-background-only .numbered-pagination {
  display: block;
}
body.pagination-numbered-pagination.pagination-background-only .numbered-pagination a.page-numbers,
body.pagination-numbered-pagination.pagination-background-only .numbered-pagination .current {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  min-width: 38px;
  height: 38px;
  line-height: 18px;
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  body.pagination-numbered-pagination.pagination-background-only .numbered-pagination a.page-numbers,
  body.pagination-numbered-pagination.pagination-background-only .numbered-pagination .current {
    font-size: 0.7rem !important;
  }
}
body.pagination-numbered-pagination.pagination-background-only .numbered-pagination a.page-numbers:hover,
body.pagination-numbered-pagination.pagination-background-only .numbered-pagination .current:hover {
  background-color: #555555;
}
body.pagination-numbered-pagination.pagination-background-only .numbered-pagination .current {
  background-color: #555555;
  color: #ffffff;
}
/*End Page Pagination*/
/*Masonry Post*/
.grid-sizer,
.masonry-post-container {
  width: 100%;
}
body.posts-masonry-grid .category-posts-container {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-sizer.columns2 {
  width: 100%;
}
.grid-sizer.columns3 {
  width: 100%;
}
.grid-sizer.columns4 {
  width: 100%;
}
.masonry-post-container {
  float: left;
  padding: 15px;
  padding-top: 0;
  margin-bottom: 45px;
  overflow: hidden;
}
.masonry-post-container img {
  width: 100%;
  display: block;
}
.masonry-post-container .read-more-container {
  margin-bottom: 19px;
}
.masonry-post-container.columns2 {
  width: 100%;
}
.masonry-post-container.columns3 {
  width: 100%;
}
.masonry-post-container.columns4 {
  width: 100%;
}
/*End Masonry Post*/
/*Default List*/
.post-default-list-container {
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}
.post-default-list-container.odd {
  text-align: left;
}
.post-default-list-container.odd .post-content-box.position {
  left: auto;
  right: 0;
}
.post-default-list-container.even {
  text-align: right;
}
.post-default-list-container.even .post-content-box.position {
  right: auto;
  left: 0;
}
.post-default-list-container .post-info {
  border-top: none;
  padding-top: 0;
}
.post-default-list-container .image-container {
  padding-top: 70%;
  position: relative;
}
.post-default-list-container .post-excerpt-container {
  padding-top: 10px;
  padding-bottom: 10px;
  /*		.read-more-container{
                                display: none;
                        }*/
}
.post-default-list-container .post-excerpt-container p {
  /*			font-family: @secondary-font-family;
                                    font-size: 16px;
                                    font-weight: 300;
                                    line-height: 24px;
                                    color: #333333;*/
}
.post-default-list-container .share-container {
  position: relative;
  overflow: hidden;
}
.post-default-list-container .share-container .post-share {
  top: 0;
  background-color: transparent;
}
/*End Default List*/
/*Standard List*/
.post-standard-list-container {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.post-standard-list-container .post-info {
  border-top: none;
  padding-top: 0;
}
.post-standard-list-container .post-media-container img.featured {
  width: 100%;
}
.post-standard-list-container .post-excerpt-container {
  padding-bottom: 25px;
}
.post-standard-list-container .post-excerpt-container p {
  /*			font-family: @secondary-font-family;
                                    font-size: 16px;
                                    font-weight: 300;
                                    line-height: 24px;
                                    color: #333333;*/
}
.post-standard-list-container .post-share-icons-container li a {
  padding: 0 5px;
  font-size: 14px;
  color: #002675;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.post-standard-list-container .post-share-icons-container li a:hover {
  color: #fe4485;
}
/*End Standard List*/
/*Random List*/
.post-random-list-container {
  position: relative;
  /*	color: #666666;*/
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.post-random-list-container.first {
  /*        border: none;
                margin-top: 0;
                padding-top: 0;*/
}
.post-random-list-container .post-info-author {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.post-random-list-container .post-info-author .author {
  color: #002675;
}
.post-random-list-container .post-info {
  border-top: none;
  padding-top: 0;
}
.post-random-list-container .image-container {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 400px;
  position: relative;
}
.post-random-list-container .left-side {
  margin-right: 30px;
  float: left;
  border-top: 3px solid #000000;
  padding-top: 10px;
  text-align: right;
}
.post-random-list-container .frame-button {
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  border: 1px solid #ededed;
  margin-top: 10px;
  display: inline-block;
}
.post-random-list-container .post-info-comments {
  float: none;
  font-size: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 60px;
  display: block;
}
.post-random-list-container .post-info-comments .comments-count {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 5px;
  font-size: 10px;
}
.post-random-list-container .share-icons-button {
  cursor: pointer;
  position: relative;
}
.post-random-list-container .share-icons-button:before,
.post-random-list-container .share-icons-button:after {
  content: "";
  position: absolute;
  background-color: #000000;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.post-random-list-container .share-icons-button:before {
  top: 20px;
  left: 29px;
  width: 1px;
  height: 19px;
}
.post-random-list-container .share-icons-button:after {
  top: 29px;
  left: 20px;
  width: 19px;
  height: 1px;
}
.post-random-list-container .share-icons-button .share-slide-container {
  position: absolute;
  top: -1px;
  left: 60px;
  z-index: 5;
  overflow: hidden;
  width: 240px;
  height: 60px;
  border: 1px solid transparent;
}
.post-random-list-container .share-icons-button .share-slide-container .post-share-icons-container {
  position: absolute;
  top: -1px;
  left: -240px;
  width: 240px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.post-random-list-container .share-icons-button .share-slide-container .post-share-icons-container li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #ffffff !important;
  font-size: 22px;
}
.post-random-list-container .share-icons-button .share-slide-container .post-share-icons-container li a.facebook {
  background-color: #22378a;
}
.post-random-list-container .share-icons-button .share-slide-container .post-share-icons-container li a.twitter {
  background-color: #55acee;
}
.post-random-list-container .share-icons-button .share-slide-container .post-share-icons-container li a.google-plus {
  font-size: 22px;
  background-color: #e33e2b;
}
.post-random-list-container .share-icons-button .share-slide-container .post-share-icons-container li a.pinterest {
  font-size: 23px;
  background-color: #bb1d23;
}
.post-random-list-container .share-icons-button .share-slide-container .post-share-icons-container li a:hover {
  opacity: 0.9;
}
.post-random-list-container .share-icons-button.open:before,
.post-random-list-container .share-icons-button.open:after {
  transform: rotate(-45deg);
}
.post-random-list-container .share-icons-button.open .share-slide-container .post-share-icons-container {
  left: 0;
}
.post-random-list-container .share-icons-button:hover:before,
.post-random-list-container .share-icons-button:hover:after {
  background-color: #b5b5b5;
}
.post-random-list-container .right-side {
  overflow: hidden;
}
.post-random-list-container.small .post-media-container,
.post-random-list-container.small .post-gallery-container {
  width: 100%;
  float: none;
  padding-bottom: 10px;
}
.post-random-list-container.small .post-media-container .slider-item,
.post-random-list-container.small .post-gallery-container .slider-item {
  height: 300px;
}
.post-random-list-container.small .post-content-box {
  width: 100%;
  float: none;
  padding-left: 0;
}
/*End Random List*/
/*Grid*/
body.posts-grid .category-posts-container {
  margin: 0 -15px;
}
body.posts-grid .post-default-list-container {
  padding: 0 15px 60px 15px;
}
/*End Grid*/
/********************************************************************************************************
*	1.7 - Media Query
********************************************************************************************************/
/*Bootstrap 3 Media Queries  Mobile First*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .owl-footer-instagram-feed-link {
    height: calc(100vw / 3);
  }
  .post-comments-container {
    /*padding: 60px;*/
  }
  #commentform .form-submit {
    text-align: left;
  }
  .comments-list li .children {
    padding-left: 40px;
  }
  .post-navigation .nav-links .nav-previous {
    float: left;
    padding-bottom: 0;
  }
  .post-navigation .nav-links .nav-next {
    float: right;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .grid-container-element {
    display: grid;
  }
  .grid-container-element .grid-item {
    margin-bottom: 0;
  }
  ul.inline li {
    float: left;
    display: block;
  }
  .owl-footer-instagram-feed-link {
    height: calc(100vw / 4);
  }
  .widget-area .instagram-feed-widget li,
  footer .instagram-feed-widget li {
    width: 50%;
  }
  .flex-row-container .flex-column-container-1 {
    flex: 0 0 100%;
  }
  .flex-row-container .flex-column-container-2 {
    flex: 0 0 50%;
  }
  .flex-row-container .flex-column-container-3 {
    flex: 0 0 50%;
  }
  .flex-row-container .flex-column-container-4 {
    flex: 0 0 50%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .woo-product-image-container {
    min-height: 270px;
  }
  .grid-sizer.columns2,
  .masonry-post-container.columns2,
  .grid-sizer.columns3,
  .masonry-post-container.columns3,
  .grid-sizer.columns4,
  .masonry-post-container.columns4 {
    width: 50%;
  }
  .layout-part.full-width {
    padding: 0 80px;
  }
  .flex-row-container .flex-column-container-1 {
    flex: 0 0 100%;
  }
  .flex-row-container .flex-column-container-2 {
    flex: 0 0 50%;
  }
  .flex-row-container .flex-column-container-3 {
    flex: 0 0 33.333333%;
  }
  .flex-row-container .flex-column-container-4 {
    flex: 0 0 33.333333%;
  }
  .owl-footer-instagram-feed-link {
    height: calc(100vw / 6);
  }
  .post-gallery-container .gallery-masonry-container .image-gallery-grid-sizer {
    width: 25%;
  }
  .post-gallery-container .gallery-masonry-container .image-masonry-box.box_1x1 {
    width: 25%;
    height: 200px;
  }
  .post-gallery-container .gallery-masonry-container .image-masonry-box.box_2x1 {
    width: 50%;
    height: 200px;
  }
  .post-gallery-container .gallery-masonry-container .image-masonry-box.box_2x2 {
    width: 50%;
    height: 400px;
  }
  .post-gallery-container .gallery-masonry-container .image-masonry-box.box_3x2 {
    width: 75%;
    height: 400px;
  }
  #desktop-search-form .searchform-container .input-container,
  #mobile-search-form .searchform-container .input-container {
    padding: 0 30%;
  }
  #wrapper.boxed {
    padding: 0 15px 15px 15px;
    max-width: 1300px;
    margin: 0 auto;
  }
  #wrapper.boxed .layout-part.full-width {
    padding: 0;
  }
  .post-random-list-container.small .post-media-container,
  .post-random-list-container.small .post-gallery-container {
    width: 50%;
    float: left;
  }
  .post-random-list-container.small .post-content-box {
    float: right;
    width: 50%;
    padding-left: 30px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #mobile-header,
  .mobile-header-box {
    display: none;
  }
  #desktop-header,
  #sticky-header {
    display: block;
  }
  body {
    margin-top: 0;
  }
  #body-overlay.padding-top-mobile {
    top: 0;
  }
  .mobile-sidebar-navigation {
    /*display: none;*/
  }
  .grid-sizer.columns2,
  .masonry-post-container.columns2 {
    width: 50%;
  }
  .grid-sizer.columns3,
  .masonry-post-container.columns3 {
    width: 33.3333%;
  }
  .grid-sizer.columns4,
  .masonry-post-container.columns4 {
    width: 25%;
  }
  .owl-footer-instagram-feed-link {
    height: calc(100vw / 6);
  }
  .flex-row-container .flex-column-container-1 {
    flex: 0 0 100%;
  }
  .flex-row-container .flex-column-container-2 {
    flex: 0 0 50%;
  }
  .flex-row-container .flex-column-container-3 {
    flex: 0 0 33.333333%;
  }
  .flex-row-container .flex-column-container-4 {
    flex: 0 0 25%;
  }
}
/********************************************************************************************************
*	1.8 - WooCommerce
********************************************************************************************************/
/*Variables*/
/*End Variables*/
/*Common*/
.price,
.woocommerce-Price-amount {
  font-family: 'Kaleko 105 Bold';
}
ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.product_list_widget li {
  *zoom: 1;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
ul.product_list_widget li:before,
ul.product_list_widget li:after {
  display: table;
  content: "";
}
ul.product_list_widget li:after {
  clear: both;
}
ul.product_list_widget li * {
  line-height: 100%;
}
ul.product_list_widget li img {
  width: 70px;
  float: left;
  padding-right: 15px;
  margin-bottom: 0;
}
ul.product_list_widget li .amount,
ul.product_list_widget li ins {
  /*            color: @woo-primary-color;*/
}
ul.product_list_widget li del {
  color: #cccccc;
}
ul.product_list_widget li del .amount {
  color: #cccccc;
}
ul.product_list_widget li .product-title {
  display: block;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 5px;
}
ul.product_list_widget li:last-child {
  border-bottom: none;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.reset_variations {
  display: none;
}
ins {
  text-decoration: none;
}
.woo-left {
  text-align: left;
}
.woo-center {
  text-align: center;
}
.woo-right {
  text-align: right;
}
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/*Labels*/
.woo-product-labels {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
}
.woo-product-labels li.woo-flash-sale {
  position: absolute;
  top: 0;
  right: 0;
}
.woo-product-labels li.woo-flash-sale span {
  border: 1px solid transparent;
  background-color: #f4b0b0;
}
.woo-product-labels li.woo-custom-label,
.woo-product-labels li.woo-new-label {
  position: absolute;
  top: 0;
  left: 0;
}
.woo-product-labels li.woo-custom-label span,
.woo-product-labels li.woo-new-label span {
  border: 1px solid transparent;
  background-color: #000000;
}
.woo-product-labels.bubbles {
  top: 0;
  left: 0;
}
.woo-product-labels.bubbles li {
  /*display: table;*/
}
.woo-product-labels.bubbles li span {
  /*                border-radius: 50%;*/
  /*                width: 2.8em;
                                height: 2.8em;*/
  padding: 2px 4px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2px;
}
.woo-product-labels.rectangle-vertical {
  top: 5px;
  left: 0;
}
.woo-product-labels.rectangle-vertical li {
  display: table;
}
.woo-product-labels.rectangle-vertical li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px 2px 5px;
}
.woo-product-labels.rectangle-horizontal {
  top: 5px;
  left: 0;
}
.woo-product-labels.rectangle-horizontal li {
  float: left;
}
.woo-product-labels.rectangle-horizontal li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px 2px 5px;
}
.woo-product-labels.rectangle-horizontal-bottom {
  bottom: 5px;
  left: 0;
}
.woo-product-labels.rectangle-horizontal-bottom li {
  float: left;
}
.woo-product-labels.rectangle-horizontal-bottom li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px 2px 5px;
}
/*End Labels*/
/*WooCommerce HTML*/
.woo-elements-container,
.product-quick-view-container,
.woocommerce {
  /*Price filter widget*/
  /*End Price filter widget*/
}
.woo-elements-container #content img,
.product-quick-view-container #content img,
.woocommerce #content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.woo-elements-container button.single_add_to_cart_button,
.product-quick-view-container button.single_add_to_cart_button,
.woocommerce button.single_add_to_cart_button {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 600;
  padding: 15px 55px;
  border: 1px solid #000000;
  border-radius: 2px;
}
@media only screen and (min-width: 480px) {
  .woo-elements-container button.single_add_to_cart_button,
  .product-quick-view-container button.single_add_to_cart_button,
  .woocommerce button.single_add_to_cart_button {
    font-size: 0.7rem !important;
  }
}
.woo-elements-container button.single_add_to_cart_button:hover,
.product-quick-view-container button.single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:hover {
  background-color: #555555;
}
.woo-elements-container a.primary,
.product-quick-view-container a.primary,
.woocommerce a.primary {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 600;
  padding: 15px 55px;
  border: 1px solid #000000;
  border-radius: 2px;
}
@media only screen and (min-width: 480px) {
  .woo-elements-container a.primary,
  .product-quick-view-container a.primary,
  .woocommerce a.primary {
    font-size: 0.7rem !important;
  }
}
.woo-elements-container a.primary:hover,
.product-quick-view-container a.primary:hover,
.woocommerce a.primary:hover {
  background-color: #555555;
}
.woo-elements-container a.primary:hover,
.product-quick-view-container a.primary:hover,
.woocommerce a.primary:hover {
  text-decoration: none;
}
.woo-elements-container .woocommerce-message,
.product-quick-view-container .woocommerce-message,
.woocommerce .woocommerce-message {
  background-color: #f5f5f5;
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: 10px;
}
.woo-elements-container button.single_add_to_cart_button.added:before,
.product-quick-view-container button.single_add_to_cart_button.added:before,
.woocommerce button.single_add_to_cart_button.added:before,
.woo-elements-container a.add_to_cart_button.added:before,
.product-quick-view-container a.add_to_cart_button.added:before,
.woocommerce a.add_to_cart_button.added:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 14px;
  margin-right: 5px;
}
.woo-elements-container button.single_add_to_cart_button.loading,
.product-quick-view-container button.single_add_to_cart_button.loading,
.woocommerce button.single_add_to_cart_button.loading,
.woo-elements-container a.add_to_cart_button.loading,
.product-quick-view-container a.add_to_cart_button.loading,
.woocommerce a.add_to_cart_button.loading {
  opacity: 1 !important;
  position: relative;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none !important;
}
.woo-elements-container button.single_add_to_cart_button.loading:after,
.product-quick-view-container button.single_add_to_cart_button.loading:after,
.woocommerce button.single_add_to_cart_button.loading:after,
.woo-elements-container a.add_to_cart_button.loading:after,
.product-quick-view-container a.add_to_cart_button.loading:after,
.woocommerce a.add_to_cart_button.loading:after {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 14px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 14px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woo-elements-container .woo-link-popup,
.product-quick-view-container .woo-link-popup,
.woocommerce .woo-link-popup {
  width: 100%;
  height: 100%;
  display: block;
}
.woo-elements-container .added_to_cart,
.product-quick-view-container .added_to_cart,
.woocommerce .added_to_cart {
  display: none;
}
.woo-elements-container .star-rating,
.product-quick-view-container .star-rating,
.woocommerce .star-rating {
  position: relative;
  display: inline-block;
  height: 15px;
  line-height: 15px;
}
.woo-elements-container .star-rating:before,
.product-quick-view-container .star-rating:before,
.woocommerce .star-rating:before {
  font-family: "FontAwesome";
  content: "\f005\f005\f005\f005\f005";
  color: #dadcdf;
  display: inline;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 15px;
}
.woo-elements-container .star-rating span,
.product-quick-view-container .star-rating span,
.woocommerce .star-rating span {
  float: left;
  position: absolute;
  left: 0;
  top: -1px;
  overflow: hidden;
  height: 15px;
  line-height: 15px;
}
.woo-elements-container .star-rating span:before,
.product-quick-view-container .star-rating span:before,
.woocommerce .star-rating span:before {
  font-family: "FontAwesome";
  content: "\f005\f005\f005\f005\f005";
  color: #7f7972;
  display: inline;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 15px;
}
.woo-elements-container .star-rating span strong,
.product-quick-view-container .star-rating span strong,
.woocommerce .star-rating span strong {
  display: none;
}
.woo-elements-container .widget_price_filter .price_slider,
.product-quick-view-container .widget_price_filter .price_slider,
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.woo-elements-container .widget_price_filter .price_slider_amount,
.product-quick-view-container .widget_price_filter .price_slider_amount,
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woo-elements-container .widget_price_filter .price_slider_amount .button,
.product-quick-view-container .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount .button {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 1.15em;
  float: left;
}
.woo-elements-container .widget_price_filter .price_slider_amount .button:hover,
.product-quick-view-container .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #ffffff;
  background-color: #fff;
}
.woo-elements-container .widget_price_filter .price_slider_amount .price_label,
.product-quick-view-container .widget_price_filter .price_slider_amount .price_label,
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-family: 'Kaleko 105 Bold';
  font-size: 14px;
}
.woo-elements-container .widget_price_filter .price_slider_amount .price_label .from,
.product-quick-view-container .widget_price_filter .price_slider_amount .price_label .from,
.woocommerce .widget_price_filter .price_slider_amount .price_label .from,
.woo-elements-container .widget_price_filter .price_slider_amount .price_label .to,
.product-quick-view-container .widget_price_filter .price_slider_amount .price_label .to,
.woocommerce .widget_price_filter .price_slider_amount .price_label .to {
  font-weight: 600;
}
.woo-elements-container .widget_price_filter .ui-slider,
.product-quick-view-container .widget_price_filter .ui-slider,
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woo-elements-container .widget_price_filter .ui-slider .ui-slider-handle,
.product-quick-view-container .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  /*background-color: @woo-primary-color;*/
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  margin-left: -0.5em;
}
.woo-elements-container .widget_price_filter .ui-slider .ui-slider-range,
.product-quick-view-container .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #7f7972;
}
.woo-elements-container .widget_price_filter .price_slider_wrapper .ui-widget-content,
.product-quick-view-container .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #d8d8d8;
  border: 0;
}
.woo-elements-container .widget_price_filter .ui-slider-horizontal,
.product-quick-view-container .widget_price_filter .ui-slider-horizontal,
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woo-elements-container .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.product-quick-view-container .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woo-elements-container .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.product-quick-view-container .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woo-elements-container .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.product-quick-view-container .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woo-elements-container .owl-thumbs .owl-thumb-item,
.product-quick-view-container .owl-thumbs .owl-thumb-item,
.woocommerce .owl-thumbs .owl-thumb-item {
  padding: 5px;
  width: 25%;
  float: left;
  border: none;
}
.woo-elements-container .owl-thumbs .owl-thumb-item img,
.product-quick-view-container .owl-thumbs .owl-thumb-item img,
.woocommerce .owl-thumbs .owl-thumb-item img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
}
.woo-elements-container .owl-thumbs .owl-thumb-item.active img,
.product-quick-view-container .owl-thumbs .owl-thumb-item.active img,
.woocommerce .owl-thumbs .owl-thumb-item.active img {
  border-color: #000000;
}
.woo-gallery-image-popup img {
  width: 100%;
  height: auto;
  display: block;
}
.woo-list-of-subcategories {
  margin-bottom: 20px;
}
.woo-ordering-container {
  margin-bottom: 0;
}
.woocommerce-ordering select {
  color: #000000;
  border: 1px solid #000000;
  text-transform: none;
}
.woocommerce-result-count {
  flex: 1 1 0px;
  text-transform: none;
  color: #838383;
  font-size: 15px;
  color: #000000;
  padding: 10px 0;
}
.woo-open-filter {
  display: flex;
  border: 1px solid #000000;
  border-right-color: transparent;
  height: 100%;
  align-items: center;
  padding: 0 20px;
}
/*End WooCommerce Rewrite*/
.woo-up-sells .woo-product-labels.bubbles,
.woo-related-products .woo-product-labels.bubbles,
.woo-up-sells .woo-product-labels.rectangle-vertical,
.woo-related-products .woo-product-labels.rectangle-vertical,
.woo-up-sells .woo-product-labels.rectangle-horizontal,
.woo-related-products .woo-product-labels.rectangle-horizontal {
  top: 0;
  left: 0;
}
.woo-header-wishlist-link-container .woo-header-wishlist-link .woo-header-wishlist-title {
  text-transform: none;
}
.woo-header-wishlist-link-container .woo-header-wishlist-link .woo-header-wishlist-icon {
  position: relative;
  /*            top: -1px;
                        padding-left: 5px;
                        font-size: 12px;*/
}
.woo-header-wishlist-link-container .woo-header-wishlist-link .woo-header-wishlist-icon .woo-header-wishlist-count {
  /*display: none;*/
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header-sticky-container .woo-header-wishlist-title,
.header-logo-left-navigation-right .woo-header-wishlist-title,
.header-logo-left-navigation-center .woo-header-wishlist-title,
.header-sticky-container .woo-header-account-title,
.header-logo-left-navigation-right .woo-header-account-title,
.header-logo-left-navigation-center .woo-header-account-title {
  display: none;
}
.woo-divider {
  display: inline-block;
  position: relative;
  height: 15px;
}
.woo-divider.left-position {
  margin-right: 15px;
}
.woo-divider.right-position {
  margin-left: 15px;
}
.woo-divider:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #e4e4e4;
  position: absolute;
  top: 1px;
}
.woo-has-dropdown {
  position: relative;
}
.woo-has-dropdown .woo-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.woo-has-dropdown .woo-dropdown:before {
  content: "";
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0 0 0 -3px;
  z-index: 100;
}
.woo-has-dropdown .woo-dropdown:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  height: 10px;
  width: 100%;
}
.woo-has-dropdown .woo-dropdown ul {
  padding: 0;
  margin: 10px;
  list-style: none;
  text-align: left;
}
.woo-has-dropdown .woo-dropdown ul li {
  line-height: 23px;
  padding: 0 10px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.woo-has-dropdown .woo-dropdown ul li a {
  white-space: nowrap;
}
.woo-has-dropdown:hover .woo-dropdown {
  opacity: 1;
  visibility: visible;
}
/*End Common*/
/*Header*/
/*Cart*/
.woo-header-cart-container .woo-minicart-content {
  position: relative;
  cursor: pointer;
}
.woo-header-cart-container .woo-minicart-content .woo-header-cart-subtotal {
  color: #002675;
  font-weight: 600;
}
.woo-header-cart-container .woo-minicart-content .woo-header-cart-icon {
  color: #002675;
  padding: 0 3px;
}
.woo-header-cart-container .woo-minicart-content .woo-header-cart-count {
  position: absolute;
  top: -5px;
  right: 5px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  color: #000000;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.woo-header-cart-container .woo-minicart-content .woo-header-cart-count strong {
  /*                font-weight: 600;
                                font-size: 11px;
                                height: 100%;
                                display: flex;
                                align-items: center;
                                justify-content: center;*/
}
.woo-header-cart-container .woo-header-cart-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 999;
  padding: 10px 20px 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.woo-header-cart-container .woo-header-cart-content.woo-dropdown {
  min-width: 300px;
}
.woo-header-cart-container:hover .woo-header-cart-content {
  opacity: 1;
  visibility: visible;
}
.body-header-logo-left-navigation-center .woo-header-cart-container,
.header-sticky-container .woo-header-cart-container,
.body-header-logo-left-navigation-right .woo-header-cart-container {
  padding-left: 13px;
}
.body-header-logo-left-navigation-center .woo-header-cart-container .woo-header-cart-subtotal,
.header-sticky-container .woo-header-cart-container .woo-header-cart-subtotal,
.body-header-logo-left-navigation-right .woo-header-cart-container .woo-header-cart-subtotal {
  display: none;
}
/*End Cart*/
.header-logo-left-with-top-area .woo-header-account-link,
.header-logo-left-with-top-area .woo-header-wishlist-link {
  color: #ffffff;
}
.header-logo-left-with-top-area .woo-header-account-link:hover,
.header-logo-left-with-top-area .woo-header-wishlist-link:hover {
  color: #000000;
}
/*Mobile*/
.woo-mobile-minicart-content {
  display: inline-block;
  cursor: pointer;
}
.woo-mobile-minicart-content .woo-header-cart-count {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: relative;
  top: -2px;
}
.woo-mobile-minicart-content .woo-header-cart-count strong {
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1px;
}
.woo-mobile-myaccount-icon {
  position: relative;
  padding: 0 6px;
}
/*End Mobile*/
/*End Header*/
/*Category Page*/
.woo-category-loop-products .woo-category-grid {
  background-color: #ccc;
}
.product-quick-view-container {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding-right: 15px;
  border: 10px solid #ffffff;
}
.product-quick-view-container .owl-carousel.with-arrows-left-right .owl-dots {
  position: absolute;
  top: auto;
  bottom: 25px;
  width: 100%;
}
.product-quick-view-container form.cart {
  display: block;
}
.product-quick-view-container form.cart .quantity {
  float: left;
}
.product-quick-view-container form.cart button.single_add_to_cart_button {
  padding: 15px 35px;
}
.woo-category-product-grid-container .woo-product-image-container,
.woo-category-product-masonry-container .woo-product-image-container,
.woo-products-in-carousel-js .woo-product-image-container,
.woo-widget-container .woo-product-image-container {
  position: relative;
  margin-bottom: 15px;
}
.woo-product-image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.woo-product-data-container {
  padding: 0 15px;
}
.woo-item-container,
.woo-item-container-subcategory .woo-category-loop-image-box {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.woo-item-container:hover .woo-product-actions,
.woo-item-container-subcategory .woo-category-loop-image-box:hover .woo-product-actions,
.woo-item-container:hover .woo-over-image-on-hover,
.woo-item-container-subcategory .woo-category-loop-image-box:hover .woo-over-image-on-hover {
  visibility: visible;
  opacity: 1;
}
.woo-item-container:hover .woo-product-image-container,
.woo-item-container-subcategory .woo-category-loop-image-box:hover .woo-product-image-container {
  /*            img{
                            -ms-transform: scale(1.1);  IE 9 
                            -webkit-transform: scale(1.1);  Safari 3-8 
                            transform: scale(1.1); 
                        }*/
}
.woo-item-container {
  margin-bottom: 30px;
}
.woo-products-in-carousel-js .woo-item-container,
.woo-products-in-carousel-homepage-js .woo-item-container,
.woo-widget-container .woo-item-container {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woo-products-in-carousel-js,
.woo-product-page-gallery-carousel-js,
.woo-products-in-carousel-homepage-js {
  display: none !important;
}
.woo-products-in-carousel-js.thumbnails-ready,
.woo-product-page-gallery-carousel-js.thumbnails-ready,
.woo-products-in-carousel-homepage-js.thumbnails-ready {
  display: block !important;
}
.woo-product-page-gallery-carousel-js {
  padding-bottom: 80px;
}
.woo-over-image-on-hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(248, 248, 248, 0.7);
  transition: all 0.3s;
}
.woo-product-actions {
  /*margin-bottom: 20px;*/
  /*visibility: hidden;*/
  opacity: 0;
  position: absolute;
  padding: 0 20px;
  width: 100%;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  /*    button{
            border: 1px solid transparent;
            background-color: transparent;
            outline: none;
            float: left;
            padding: 0 1.5px;
            font-size: 13px;
            color: #d4d4d4;
            &:hover{
                color: @woo-link-hover-color;
            }
        }*/
  /*Wishlist*/
  /*End Wishlist*/
}
.woo-product-actions .cell.shrink {
  line-height: 0;
}
.woo-product-actions .yith-wcwl-add-to-wishlist,
.woo-product-actions .clear {
  display: none;
}
.woo-product-actions .woo-wishlist-button {
  cursor: pointer;
  margin-right: 10px;
}
/*Pagination*/
.woo-pagination {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  display: block;
}
.woo-pagination .page-numbers {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  min-width: 38px;
  height: 38px;
  line-height: 18px;
  padding: 10px;
  text-align: center;
}
.woo-pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #fff;
}
.woo-pagination .page-numbers.current {
  border-color: #796f67;
  color: #796f67;
}
.woo-pagination .woo-load-more-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}
.woo-pagination .woo-load-more-btn:hover {
  color: #ffffff;
  background-color: #fff;
}
body.woo-pagination-load-more-button .woo-numbered-pagination,
body.woo-pagination-infinite-scroll .woo-numbered-pagination {
  display: none;
}
/*End Pagination*/
/*Category Page Common*/
.woo-category-loop-products .woo-product-title {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  margin-top: 0;
  max-width: 100%;
  text-align: center;
  line-height: 1.15;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .woo-category-loop-products .woo-product-title {
    max-width: 50%;
  }
}
.woo-category-loop-products .woo-div-bottom-space {
  margin-bottom: 15px;
}
.woo-category-loop-products .woo-product-category-container {
  float: left;
}
.woo-category-loop-products .woo-product-category-container a {
  color: #002675;
  font-size: 13px;
}
.woo-category-loop-products .woo-product-price {
  font-size: 2.25rem;
  font-weight: 400;
  color: #002675;
}
.woo-category-loop-products .woo-product-price del {
  color: #cccccc;
}
.woo-category-loop-products .woo-rating-container {
  margin-bottom: 15px;
}
.woo-category-loop-products .woo-button-label {
  padding-left: 2px;
  position: relative;
  top: -1px;
}
/*End Category Page Common*/
/*Grid*/
.woo-category-product-grid-container .woo-product-title {
  height: 40px;
  overflow: hidden;
}
.woo-category-product-grid-container .woo-excerpt-container {
  height: 39px;
  overflow: hidden;
}
.woo-category-product-grid-container .woo-rating-container {
  height: 20px;
  overflow: hidden;
}
.woo-category-product-grid-container .woo-product-price {
  height: 100%;
  overflow: hidden;
}
/*End Grid*/
/*Masonry*/
.woo-grid-sizer.columns2,
.woo-category-product-masonry-container.columns2 {
  width: 100%;
}
.woo-grid-sizer.columns3,
.woo-category-product-masonry-container.columns3 {
  width: 100%;
}
.woo-grid-sizer.columns4,
.woo-category-product-masonry-container.columns4 {
  width: 100%;
}
body.woo-masonry .woo-category-loop-products {
  margin-left: -15px;
  margin-right: -15px;
}
body.woo-masonry .woo-item-container {
  margin-bottom: 0;
}
.woo-category-product-masonry-container {
  float: left;
  padding: 15px;
  padding-top: 0;
  margin-bottom: 15px;
}
.woo-category-product-masonry-container img {
  width: 100%;
  display: block;
}
.woo-category-product-masonry-container .read-more-container {
  margin-bottom: 19px;
}
/*End Masonry*/
/*List*/
.woo-category-product-list-container .woo-category-list-product-data-container {
  padding-top: 20px;
}
.woo-category-product-list-container .woo-category-list-product-actions-container {
  padding-top: 20px;
}
.woo-category-product-list-container .woo-product-actions {
  float: none;
}
.woo-category-product-list-container .woo-product-actions button {
  float: none;
  padding: 0;
  display: block;
}
/*Еnd List*/
/*Category Box*/
.woo-category-page-category-box {
  margin-bottom: 30px;
}
.woo-category-page-category-box mark {
  background-color: transparent;
  font-style: italic;
}
.woo-category-page-category-box.woo-category-box-product-count-hide mark {
  display: none;
}
.woo-category-page-category-box h3 {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  text-transform: none;
}
.woo-category-loop-image-box {
  position: relative;
}
.woo-category-box-variant1 h3 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.woo-category-box-variant2 h3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
/*End Category Box*/
/*End Category Page*/
/*Product Page*/
.woocommerce-Tabs-panel {
  border: none;
  box-shadow: none;
}
body.single-product .product_title {
  margin-top: 0;
  padding-top: 0;
}
.woocommerce-product-rating {
  margin-bottom: 20px;
}
.woo-price {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-variation-price {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  display: none;
}
.quantity {
  float: left;
  margin-right: 10px;
}
.quantity input {
  height: 46px;
  width: 46px;
  text-align: center;
  padding: 0;
}
table.variations,
table.group_table {
  position: relative;
}
table.variations td,
table.group_table td {
  padding: 5px 0;
}
table.variations td.label,
table.group_table td.label {
  color: #000000;
  display: table-cell;
  font-size: 100%;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
}
table.variations label,
table.group_table label {
  margin: 0;
  padding: 0 5px;
}
table.variations select,
table.group_table select {
  padding: 5px;
  height: auto;
}
table.variations .reset_variations,
table.group_table .reset_variations {
  /*        position: absolute;
                right: -100%;
                top: 8px;*/
  color: #666666;
  opacity: 0.6;
  font-size: 11px;
  text-transform: none;
}
.woo-excerpt-container ul,
.woo-excerpt-container ol {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 18px;
}
.woo-excerpt-container ul li:before,
.woo-excerpt-container ol li:before {
  content: "\f04d";
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 6px;
  position: relative;
  top: -4px;
  opacity: 0.5;
}
.woo-excerpt-container ul li ul,
.woo-excerpt-container ol li ul,
.woo-excerpt-container ul li ol,
.woo-excerpt-container ol li ol {
  margin: 0;
}
.product_meta > span {
  display: block;
  padding: 10px 0;
}
.woo-product-data {
  /*    p{
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }*/
}
label.selectedswatch.wcvaround {
  border-color: #7f7972 !important;
}
.woocommerce-tabs .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.woocommerce-tabs .tabs > li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: block;
}
.woocommerce-tabs .tabs > li:before {
  display: none;
}
.woocommerce-tabs .tabs > li > a {
  background-color: #ffffff;
  color: inherit;
  font-weight: 500;
  margin-right: 0;
  line-height: 100%;
  border: 1px solid #e5e5e5;
  border-left-color: transparent;
  border-radius: 0 0 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.woocommerce-tabs .tabs > li > a:hover {
  text-decoration: none;
}
.woocommerce-tabs .tabs > li.active > a {
  border-color: #fff #dddddd rgba(0, 0, 0, 0);
  color: #555;
  background-color: #f8f8f8;
  border-bottom-color: transparent;
  cursor: default;
}
.woocommerce-tabs .tabs > li.active > a:after {
  background-color: #000000;
  content: "";
  height: 3px;
  position: absolute;
  top: -3px;
  left: 0;
  width: calc(100% + 2px);
  margin-left: -1px;
}
.woocommerce-tabs #tab-description,
.woocommerce-tabs #tab-goodmart_custom_tab {
  /*        *{
                    font-size: 18px;
                    font-weight: 300;
                    line-height: 32px;
                }*/
}
.woocommerce-tabs #tab-description a,
.woocommerce-tabs #tab-goodmart_custom_tab a {
  color: #999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.woocommerce-tabs #tab-description a:hover,
.woocommerce-tabs #tab-goodmart_custom_tab a:hover {
  text-decoration: underline;
  color: #000000;
}
.woocommerce-tabs #tab-description img,
.woocommerce-tabs #tab-goodmart_custom_tab img {
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}
.woocommerce-tabs #tab-description strong,
.woocommerce-tabs #tab-goodmart_custom_tab strong {
  font-weight: 700;
}
.woocommerce-tabs #tab-description p,
.woocommerce-tabs #tab-goodmart_custom_tab p {
  padding-bottom: 10px;
}
.woocommerce-tabs #tab-description ul,
.woocommerce-tabs #tab-goodmart_custom_tab ul,
.woocommerce-tabs #tab-description ol,
.woocommerce-tabs #tab-goodmart_custom_tab ol {
  list-style: none;
  margin: 35px 0;
}
.woocommerce-tabs #tab-description ul li:before,
.woocommerce-tabs #tab-goodmart_custom_tab ul li:before,
.woocommerce-tabs #tab-description ol li:before,
.woocommerce-tabs #tab-goodmart_custom_tab ol li:before {
  content: "\f04d";
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 6px;
  position: relative;
  top: -4px;
  opacity: 0.5;
}
.woocommerce-tabs #tab-description ul li ul,
.woocommerce-tabs #tab-goodmart_custom_tab ul li ul,
.woocommerce-tabs #tab-description ol li ul,
.woocommerce-tabs #tab-goodmart_custom_tab ol li ul,
.woocommerce-tabs #tab-description ul li ol,
.woocommerce-tabs #tab-goodmart_custom_tab ul li ol,
.woocommerce-tabs #tab-description ol li ol,
.woocommerce-tabs #tab-goodmart_custom_tab ol li ol {
  margin: 0;
}
.woocommerce-tabs #tab-description pre,
.woocommerce-tabs #tab-goodmart_custom_tab pre {
  line-height: 24px;
  font-size: 13px;
}
.woocommerce-tabs #tab-description ol,
.woocommerce-tabs #tab-goodmart_custom_tab ol {
  list-style-type: decimal;
}
.woocommerce-tabs #tab-description ol li:before,
.woocommerce-tabs #tab-goodmart_custom_tab ol li:before {
  display: none;
}
.woocommerce-tabs #tab-description blockquote,
.woocommerce-tabs #tab-goodmart_custom_tab blockquote {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  padding: 80px 0;
}
.woocommerce-tabs #tab-description blockquote *,
.woocommerce-tabs #tab-goodmart_custom_tab blockquote * {
  line-height: 40px;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
}
.woocommerce-tabs #tab-description blockquote cite,
.woocommerce-tabs #tab-goodmart_custom_tab blockquote cite {
  font-size: 12px;
  color: #a1a1a1;
  text-transform: none;
  display: block;
  font-style: normal;
  line-height: 50px;
}
.woocommerce-tabs table {
  border-collapse: collapse;
  width: 100%;
}
.woocommerce-tabs table th {
  font-weight: bold;
}
.woocommerce-tabs table th,
.woocommerce-tabs table td {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
}
.woocommerce-tabs table th p,
.woocommerce-tabs table td p {
  margin: 0;
  padding: 0;
}
.woocommerce-tabs .commentlist {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-tabs .commentlist li .comment-container {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.woocommerce-tabs .commentlist li .comment-container .comment-author-avatar-box {
  float: left;
}
.woocommerce-tabs .commentlist li .comment-container .comment-author-avatar-box img {
  border-radius: 50%;
  margin-bottom: 25px;
}
.woocommerce-tabs .commentlist li .comment-container .comment-data {
  overflow: hidden;
  padding-left: 15px;
  padding-top: 5px;
}
.woocommerce-tabs .commentlist li .comment-container .comment-data .comment-author-name {
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-tabs .commentlist li .comment-container .comment-data .comment-author-name a {
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
}
.woocommerce-tabs .commentlist li .comment-container .comment-data .comment-date {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 1px;
}
.woocommerce-tabs .commentlist li .comment-container .comment-data .comment-date a {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: none;
  font-weight: 400;
}
.woocommerce-tabs .commentlist li .comment-container .comment-reply-link-container {
  margin-top: 30px;
}
.woocommerce-tabs .commentlist li .comment-container .comment-reply-link-container a {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: none;
  font-weight: 400;
}
.woocommerce-tabs .commentlist li .children {
  list-style: none;
  padding-left: 10px;
}
.woocommerce-tabs .commentlist li.bypostauthor {
  background: #fff;
  border: none;
  max-width: 100%;
  padding: 10px;
  text-align: left;
  margin-bottom: 30px;
}
p.stars a {
  position: relative;
  width: 25px;
  height: 25px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 1;
  font-family: "FontAwesome";
  content: "\f005";
  color: #dadcdf;
  text-indent: 0;
}
p.stars a:hover ~ a:before {
  content: "\f005";
  color: #dadcdf;
}
p.stars:hover a:before {
  content: "\f005";
  color: #000000;
}
p.stars.selected a.active:before {
  content: "\f005";
  color: #000000;
}
p.stars.selected a.active ~ a:before {
  content: "\f005";
  color: #dadcdf;
}
p.stars.selected a:not(.active):before {
  content: "\f005";
  color: #000000;
}
/*Post Share Links*/
.woo-product-share-links {
  text-align: left;
  margin-top: 10px;
}
.woo-product-share-links .woo-product-share-icons-container li a {
  margin: 0 10px;
  display: inline-block;
  font-size: 15px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.woo-product-share-links .woo-product-share-icons-container li a:hover {
  color: #999999;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  margin: 0 3px;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.colored.facebook {
  background-color: #22378a;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.colored.twitter {
  background-color: #55acee;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.colored.google-plus {
  font-size: 22px;
  background-color: #e33e2b;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.colored.pinterest {
  font-size: 23px;
  background-color: #bb1d23;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.custom {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background.rounded {
  border-radius: 50%;
}
.woo-product-share-links .woo-product-share-icons-container li a.post-page.background:hover {
  opacity: 0.7;
}
/*End Post Share Links*/
/*End Product Page*/
/**
 * Account section
 */
.woocommerce-account .woocommerce form h2,
.woocommerce-account .woocommerce form h3 {
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 25px;
}
.woocommerce-account .woocommerce form label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
  margin-top: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 480px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 0.5em 0;
  /*border-bottom: 1px solid #ddd;*/
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: 'Kaleko 105 Bold';
  font-size: 1.3rem;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 480px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 1rem;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
  border-right: 3px solid #002675;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  border-right: 3px solid #002675;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
  padding-left: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table th span {
  font-weight: 400;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table td {
  padding: 5px 20px;
  border: 1px dotted #d0d0d0;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-Addresses h2,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-Addresses h3 {
  margin-top: 25px;
  font-weight: 500;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-Addresses a {
  color: #002675;
}
.woocommerce-account .title {
  margin-bottom: 15px;
}
.woocommerce-account address {
  line-height: 1.9;
}
/**
 * End Account section
 */
/*Cart Page*/
.woocommerce form * {
  font-size: 1rem;
}
.woocommerce form .product-thumbnail a {
  padding: 20px 0;
  display: block;
}
.woocommerce form img {
  margin-bottom: 0;
  max-width: 80px;
}
.woocommerce form .amount {
  font-weight: 600;
}
.woocommerce form a.remove {
  font-size: 30px;
}
.woocommerce form a.remove:hover {
  color: red;
  text-decoration: none;
}
.woocommerce form table thead {
  background: #f1f1f1;
  color: #000000;
}
.woocommerce form table td {
  padding: 0 10px;
}
.woocommerce form table td.product-name a {
  color: #000000;
}
.woocommerce form table td.product-name a:hover {
  color: #212121;
}
.woocommerce form table th {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}
.woocommerce form table th.product-name {
  width: 40%;
}
.woocommerce form table th,
.woocommerce form table td {
  border-top: none;
  border-left: none;
  border-right: none;
}
.woocommerce form dl {
  margin-top: 10px;
  margin-bottom: 0;
}
.woocommerce form dl dt,
.woocommerce form dl dd {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
}
.woocommerce form dl dt p,
.woocommerce form dl dd p {
  font-size: 13px;
  line-height: 100%;
}
.woocommerce form dl dt {
  font-weight: 400;
}
.woocommerce form label {
  font-weight: 400;
}
.woocommerce form .coupon {
  margin: 35px 0;
}
.woocommerce form .coupon .input-text {
  margin-bottom: 10px;
}
.woocommerce form input[name="update_cart"] {
  margin-bottom: 35px;
}
.woocommerce .woo-cross-sells * {
  font-size: initial;
  font-weight: initial;
  line-height: initial;
}
.woocommerce .woo-cross-sells a {
  color: initial;
  font-size: 12px;
}
.woocommerce .woo-cross-sells a:hover {
  text-decoration: initial;
  color: initial;
}
.woocommerce .woo-cross-sells a.primary {
  font-size: 11px;
  color: #ffffff;
}
.woocommerce .woo-cross-sells ul li:before {
  display: none;
}
.woocommerce .woo-cross-sells .woo-product-category-container a {
  color: #000000;
  font-size: 13px;
}
.woocommerce .woo-cross-sells .woo-product-price * {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
/*End Cart Page*/
/*Wishlist*/
.woocommerce-wishlist .woocommerce h2 {
  margin-top: 0;
  padding: 0;
  display: block;
}
.woocommerce-wishlist .woocommerce table * {
  font-size: 16px;
}
.woocommerce-wishlist .woocommerce table th,
.woocommerce-wishlist .woocommerce table td {
  border-top: none;
  border-left: none;
  border-right: none;
}
.woocommerce-wishlist .woocommerce table th {
  border-top: none !important;
}
.woocommerce-wishlist .woocommerce table th span {
  font-weight: 700;
}
.woocommerce-wishlist .woocommerce ul li:before {
  display: none;
}
.woocommerce-wishlist .woocommerce img {
  margin-bottom: 0;
}
/*End Wishlist*/
/*Checkout*/
.woocommerce-checkout .woocommerce h3 {
  font-weight: 500;
}
.woocommerce-checkout .woocommerce label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-checkout .woocommerce label.checkbox {
  display: inline;
}
.woocommerce-checkout .woocommerce table th,
.woocommerce-checkout .woocommerce table td {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 0;
}
.woocommerce-checkout .woocommerce table .order-total th,
.woocommerce-checkout .woocommerce table .order-total td {
  border: none;
}
.woocommerce-checkout .woocommerce dl {
  margin-top: 10px;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce dl dt,
.woocommerce-checkout .woocommerce dl dd {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
}
.woocommerce-checkout .woocommerce dl dt p,
.woocommerce-checkout .woocommerce dl dd p {
  font-size: 13px;
  line-height: 100%;
}
.woocommerce-checkout .woocommerce dl dt {
  font-weight: 400;
}
/*End Checkout*/
/*Sidebar*/
.widget.woocommerce.widget_recent_reviews ul li,
.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recent_reviews ul li,
.widget.woocommerce.widget_top_rated_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li {
  *zoom: 1;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget.woocommerce.widget_recent_reviews ul li:before,
.widget.woocommerce.widget_products ul li:before,
.widget.woocommerce.widget_recent_reviews ul li:before,
.widget.woocommerce.widget_top_rated_products ul li:before,
.widget.woocommerce.widget_recently_viewed_products ul li:before,
.widget.woocommerce.widget_recent_reviews ul li:after,
.widget.woocommerce.widget_products ul li:after,
.widget.woocommerce.widget_recent_reviews ul li:after,
.widget.woocommerce.widget_top_rated_products ul li:after,
.widget.woocommerce.widget_recently_viewed_products ul li:after {
  display: table;
  content: "";
}
.widget.woocommerce.widget_recent_reviews ul li:after,
.widget.woocommerce.widget_products ul li:after,
.widget.woocommerce.widget_recent_reviews ul li:after,
.widget.woocommerce.widget_top_rated_products ul li:after,
.widget.woocommerce.widget_recently_viewed_products ul li:after {
  clear: both;
}
.widget.woocommerce.widget_recent_reviews ul li img,
.widget.woocommerce.widget_products ul li img,
.widget.woocommerce.widget_recent_reviews ul li img,
.widget.woocommerce.widget_top_rated_products ul li img,
.widget.woocommerce.widget_recently_viewed_products ul li img {
  width: 70px;
  float: left;
  padding-right: 15px;
}
.widget.woocommerce.widget_recent_reviews ul li .amount,
.widget.woocommerce.widget_products ul li .amount,
.widget.woocommerce.widget_recent_reviews ul li .amount,
.widget.woocommerce.widget_top_rated_products ul li .amount,
.widget.woocommerce.widget_recently_viewed_products ul li .amount,
.widget.woocommerce.widget_recent_reviews ul li .product-title,
.widget.woocommerce.widget_products ul li .product-title,
.widget.woocommerce.widget_recent_reviews ul li .product-title,
.widget.woocommerce.widget_top_rated_products ul li .product-title,
.widget.woocommerce.widget_recently_viewed_products ul li .product-title {
  display: block;
}
.widget.woocommerce.widget_recent_reviews ul li ins,
.widget.woocommerce.widget_products ul li ins,
.widget.woocommerce.widget_recent_reviews ul li ins,
.widget.woocommerce.widget_top_rated_products ul li ins,
.widget.woocommerce.widget_recently_viewed_products ul li ins {
  /*color: @woo-link-hover-color;*/
}
.widget.woocommerce.widget_recent_reviews ul li del,
.widget.woocommerce.widget_products ul li del,
.widget.woocommerce.widget_recent_reviews ul li del,
.widget.woocommerce.widget_top_rated_products ul li del,
.widget.woocommerce.widget_recently_viewed_products ul li del {
  color: #cccccc;
}
.widget.woocommerce.widget_recent_reviews ul li .product-title,
.widget.woocommerce.widget_products ul li .product-title,
.widget.woocommerce.widget_recent_reviews ul li .product-title,
.widget.woocommerce.widget_top_rated_products ul li .product-title,
.widget.woocommerce.widget_recently_viewed_products ul li .product-title {
  text-transform: none;
  font-weight: 400;
}
.widget.woocommerce.widget_recent_reviews ul li:last-child,
.widget.woocommerce.widget_products ul li:last-child,
.widget.woocommerce.widget_recent_reviews ul li:last-child,
.widget.woocommerce.widget_top_rated_products ul li:last-child,
.widget.woocommerce.widget_recently_viewed_products ul li:last-child {
  border-bottom: none;
}
/*End Sidebar*/
/*Mini Cart*/
#offcanvas-sidebar a.remove {
  top: 3px !important;
}
#woo-offcanvas-cart a.remove {
  top: 10px !important;
}
.widget_shopping_cart_content ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item {
  list-style: none;
  padding: 10px 10px 30px 75px;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.33;
  border-bottom: 1px dashed #e0e0e0;
}
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item img {
  top: 10px;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  object-fit: cover;
  object-position: 50% 50%;
}
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item a.remove {
  position: absolute;
  top: 7px;
  right: 0px;
  z-index: 9;
  font-size: 18px;
  color: #002675;
}
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item a:not(.remove) {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  font-size: 13px;
}
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item .quantity {
  display: block;
  margin-top: 3px;
  color: #002675;
  white-space: nowrap;
}
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item span.amount {
  white-space: nowrap;
  font-weight: 600;
  color: #002675;
}
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item dl {
  margin-bottom: 0;
}
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item dl dt,
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item dl dd {
  display: inline-block;
  margin: 0 5px 0 0;
}
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item dl dt p,
.widget_shopping_cart_content ul.product_list_widget .mini_cart_item dl dd p {
  margin-bottom: 5px;
}
.widget_shopping_cart_content .total {
  text-align: right;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f6f6;
}
.widget_shopping_cart_content .total strong {
  color: #666666;
  font-weight: 400;
}
.widget_shopping_cart_content .total .amount {
  color: #002675;
  font-weight: 700;
  font-size: 18px;
}
.widget_shopping_cart_content .buttons a.wc-forward {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #e0e0e0;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 480px) {
  .widget_shopping_cart_content .buttons a.wc-forward {
    font-size: 0.7rem !important;
  }
}
.widget_shopping_cart_content .buttons a.wc-forward:hover {
  background-color: #555555;
}
.widget_shopping_cart_content .buttons a.wc-forward:hover,
.widget_shopping_cart_content .buttons a.wc-forward:focus {
  text-decoration: none;
  background-color: #555555;
  color: #ffffff;
}
.widget_shopping_cart_content .buttons a.wc-forward.checkout {
  color: #ffffff;
  background-color: #002675;
}
.widget_shopping_cart_content .buttons a.wc-forward.checkout:hover,
.widget_shopping_cart_content .buttons a.wc-forward.checkout:focus {
  text-decoration: none;
  background-color: #555555;
  color: #ffffff;
}
/*Offcanvas Cart*/
#woo-offcanvas-cart {
  position: fixed;
  z-index: 1001;
  top: 0;
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#woo-offcanvas-cart .woo-offcanvas-cart-header {
  font-size: 1.4rem;
  color: #002675;
  font-weight: 600;
}
#woo-offcanvas-cart.left {
  left: -320px;
}
#woo-offcanvas-cart.left.open {
  left: 0;
}
#woo-offcanvas-cart.right {
  right: -320px;
}
#woo-offcanvas-cart.right.open {
  right: 0;
}
#woo-offcanvas-cart .empty {
  margin-top: 10px;
}
#woo-offcanvas-cart .widget_shopping_cart_content {
  padding: 0 15px;
}
#woo-offcanvas-cart .offcanvas-mobile-menu-container {
  padding: 20px;
}
#woo-offcanvas-cart .offcanvas-sidebar-close {
  text-align: right;
}
#woo-offcanvas-cart .offcanvas-sidebar-header {
  background-color: #f8f8f8;
  padding: 18px 15px;
}
#woo-offcanvas-cart .offcanvas-sidebar-header .header-logo {
  max-height: 24px;
}
#woo-offcanvas-cart #woo-nicescrollDiv.run {
  height: calc(100vh - 60px);
}
/*End Offcanvas Cart*/
/*End Mini Cart*/
.woo-elements-container .woo-item-data-over-image-container {
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-image-container {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
  height: 100%;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 3;
  text-align: center;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-category-container {
  float: none;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-category-container a {
  color: #000;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-category-container a:hover {
  text-decoration: none;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-title {
  font-size: 17px;
  margin: 0;
  text-align: center;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-actions {
  float: none;
  display: flex;
  justify-content: center;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-actions button {
  float: none;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-actions a,
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-actions button {
  border-radius: 100px;
  color: #c0c0c0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid;
  margin: 0 5px;
  text-decoration: none;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-actions a:hover,
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-actions button:hover {
  color: #002675;
  text-decoration: none;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-data-container .woo-product-actions .added_to_cart {
  display: none;
}
.woo-elements-container .woo-item-data-over-image-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.02);
  z-index: 2;
}
.woo-elements-container .woo-item-data-over-image-container .woo-product-labels.bubbles {
  top: 10px;
  left: 10px;
  margin: 0;
}
.woo-elements-container .woo-item-data-over-image-container:hover .woo-product-data-container {
  bottom: 0;
}
/********************************************************************************************************
* Media Query
********************************************************************************************************/
/*Bootstrap 3 Media Queries  Mobile First*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    float: left;
    width: 75%;
    padding-left: 30px;
  }
  .woo-grid-sizer.columns2,
  .woo-category-product-masonry-container.columns2,
  .woo-grid-sizer.columns3,
  .woo-category-product-masonry-container.columns3,
  .woo-grid-sizer.columns4,
  .woo-category-product-masonry-container.columns4 {
    width: 50%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .woo-grid-sizer.columns2,
  .woo-category-product-masonry-container.columns2,
  .woo-grid-sizer.columns3,
  .woo-category-product-masonry-container.columns3,
  .woo-grid-sizer.columns4,
  .woo-category-product-masonry-container.columns4 {
    width: 50%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .woo-grid-sizer.columns2,
  .woo-category-product-masonry-container.columns2 {
    width: 50%;
  }
  .woo-grid-sizer.columns3,
  .woo-category-product-masonry-container.columns3 {
    width: 33.3333%;
  }
  .woo-grid-sizer.columns4,
  .woo-category-product-masonry-container.columns4 {
    width: 25%;
  }
}
/* FullHD */
@media only screen and (min-width: 1900px) {
  .header-sticky-container .woo-header-wishlist-title,
  .header-logo-left-navigation-right .woo-header-wishlist-title,
  .header-logo-left-navigation-center .woo-header-wishlist-title,
  .header-sticky-container .woo-header-account-title,
  .header-logo-left-navigation-right .woo-header-account-title,
  .header-logo-left-navigation-center .woo-header-account-title {
    display: inline-block;
  }
}
.woocommerce-product-gallery {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) {
  .woocommerce-product-gallery {
    margin-top: 0;
  }
}
.woocommerce-product-gallery:not(.thumbs-position-centered) {
  opacity: 1 !important;
}
.woocommerce-product-gallery .owl-carousel {
  overflow: hidden;
}
.woocommerce-product-gallery .owl-carousel .product-image-wrap {
  padding-right: 2px;
  padding-left: 2px;
}
.woocommerce-product-gallery .owl-loaded:after {
  content: none;
}
.woocommerce-product-gallery .owl-loaded:before {
  content: none;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder img {
  width: 100%;
}
.woocommerce-product-gallery .product-image-thumbnail {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.woocommerce-product-gallery .product-image-thumbnail img {
  width: 100%;
}
.woocommerce-product-gallery .product-image-thumbnail:hover {
  opacity: 0.5;
}
.woocommerce-product-gallery .product-image-thumbnail.active-thumb {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.woocommerce-product-gallery .thumbnails {
  opacity: 0;
}
.woocommerce-product-gallery .thumbnails.thumbnails-ready {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease 1s;
  transition: opacity 0.6s ease 1s;
}
.woocommerce-product-gallery .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.woocommerce-product-gallery .slick-slider .slick-list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}
.woocommerce-product-gallery .slick-slider .slick-prev {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.woocommerce-product-gallery .slick-slider .slick-next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.woocommerce-product-gallery .thumbnails.owl-carousel .owl-item {
  padding-left: 2px;
  padding-right: 2px;
}
.no-js .owl-carousel {
  display: none;
}
.thumbnails.slick-slider .slick-list {
  width: 100%;
}
.thumbnails.slick-slider .slick-track {
  margin-top: -7px;
  margin-bottom: -7px;
}
.thumbnails.slick-slider .slick-slide {
  border: 2px solid #98aec5;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 5px;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  height: 5rem;
  /*        height: 125px;
        width: 125px !important;*/
}
.thumbnails.slick-slider .slick-slide img {
  height: 100%;
  width: auto;
  display: inline;
}
.thumbnails.slick-slider .slick-slide:focus {
  outline: none;
}
.thumbnails.slick-slider .slick-slide:hover {
  opacity: 0.5;
}
.thumbnails.slick-slider .slick-slide.current-image {
  opacity: 0.5;
}
.thumbnails.slick-slider > button {
  cursor: pointer;
  border: none;
  font-size: 0;
  width: 48%;
  padding: 0;
  line-height: 30px;
  height: 30px;
  background-color: rgba(133, 133, 133, 0.03);
  color: #000000;
}
.thumbnails.slick-slider > button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(133, 133, 133, 0.15);
}
.thumbnails.slick-slider > button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.thumbnails.slick-slider > button:before {
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  vertical-align: middle;
}
.thumbnails.slick-slider > button.slick-prev {
  float: left;
}
.thumbnails.slick-slider > button.slick-prev:before {
  content: "\f077";
  font-family: "FontAwesome";
}
.thumbnails.slick-slider > button.slick-next {
  float: right;
}
.thumbnails.slick-slider > button.slick-next:before {
  content: "\f078";
  font-family: "FontAwesome";
}
.slick-vertical .thumbnails.slick-slider .slick-slide {
  border: none;
}
.tabs-layout-accordion .tabs {
  display: none;
}
.tabs-layout-accordion .woodmart-tab-wrapper {
  margin-bottom: 12px;
  padding: 0;
  background-color: #ffffff;
}
.tabs-layout-accordion .woodmart-tab-wrapper .wc-tab > h2:first-child {
  display: none;
}
.tabs-layout-accordion .woodmart-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  /*max-height: 250px;*/
  /*            padding-right: 20px;*/
  margin-bottom: 20px;
  overflow: auto;
  overflow-x: hidden;
}
.tabs-layout-accordion .woodmart-scroll .woodmart-scroll-pane {
  right: 2px;
}
.tabs-layout-accordion .has-scrollbar .woodmart-scroll-content {
  overflow: scroll;
  overflow-x: hidden;
}
.tabs-layout-accordion .shop_attributes {
  margin-bottom: 10px;
}
.tabs-layout-accordion #tab-reviews {
  margin-top: 10px;
}
.tabs-layout-accordion #tab-reviews .wc-tab-inner .woodmart-scroll-content {
  /*max-height: 400px;*/
}
.woodmart-accordion-title {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 25px;
}
.woodmart-accordion-title:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  color: #000000;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px;
}
.woodmart-accordion-title.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woo-background-color-container {
  background-color: #F3F3F5;
}
.woo-related-products {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 50px;
}
.woo-quick-view {
  cursor: pointer;
  margin-left: 10px;
}
/*WooCommerce Checkout*/
.woocommerce-info {
  background-color: #f2f2f2 !important;
  color: #000000 !important;
  border-left: 10px solid #a24b5c;
  padding: 1em 1.618em;
  margin-bottom: 2.617924em;
}
.woocommerce-info a {
  color: #a24b5c !important;
  font-weight: 500;
}
.woocommerce-error {
  background-color: #bda8ac !important;
  color: #ffffff !important;
  border-left: 10px solid #a24b5c;
  list-style: none;
  padding: 1em 1.618em;
  margin-bottom: 2.617924em;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce-error li:before {
  display: none;
}
.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
  width: 100%;
  margin-right: 0;
}
.woocommerce-checkout .col2-set .form-row-first {
  width: 45.45454545%;
  float: left;
  margin-right: 9.09090909%;
}
.woocommerce-checkout .col2-set .form-row-last {
  width: 45.45454545%;
  float: right;
  margin-right: 0;
}
.woocommerce-checkout .payment-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  top: 73px;
}
.woocommerce-checkout table th,
.woocommerce-checkout table td {
  background-color: #f8f8f8;
  padding: 1.41575em !important;
  vertical-align: middle;
  border: none !important;
  width: 50%;
}
.woocommerce-checkout table td {
  background-color: #fdfdfd;
}
.woocommerce-checkout #payment .payment_methods {
  margin: 0!important;
  padding: 0!important;
}
.woocommerce-checkout #payment .payment_methods li {
  list-style: none!important;
  margin-left: 0;
  position: relative;
  padding: 5px 1.41575em !important;
  *zoom: 1;
}
.woocommerce-checkout #payment .payment_methods li:before,
.woocommerce-checkout #payment .payment_methods li:after {
  display: table;
  content: "";
}
.woocommerce-checkout #payment .payment_methods li:after {
  clear: both;
}
.woocommerce-checkout #payment .payment_methods li > label {
  width: 90%;
}
.woocommerce-checkout #payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.woocommerce-checkout #payment .payment_methods li:before {
  display: none;
}
.woocommerce-checkout #payment #place_order {
  padding: 1.41575em;
  margin-bottom: 0;
  float: none;
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #002675;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 480px) {
  .woocommerce-checkout #payment #place_order {
    font-size: 0.7rem !important;
  }
}
.woocommerce-checkout #payment #place_order:hover {
  background-color: #555555;
}
.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus {
  text-decoration: none;
}
.woocommerce-checkout #payment .place-order {
  margin: 20px;
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  border: none;
  border-top: 2px solid #e9e9e9;
  box-shadow: none;
  background-color: #f2f2f2;
}
.woocommerce-checkout .required {
  border-bottom: 0!important;
  color: red;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  *zoom: 1;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper:before,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper:after {
  display: table;
  content: "";
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper:after {
  clear: both;
}
.woocommerce-checkout .checkbox input[type=checkbox] {
  position: relative;
  margin-left: 0;
}
@media (min-width: 768px) {
  .woocommerce-checkout .col2-set {
    width: 47.82608696%;
    float: left;
    margin-right: 4.34782609%;
  }
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #order_review_heading {
    width: 47.82608696%;
    float: right;
    margin-right: 0;
  }
}
/*End WooCommerce Checkout*/
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7-list-item-label {
  font-weight: 400 !important;
}
.vtprd_shop_table {
  /*display: none;*/
}
.woocommerce .primary.not-visible {
  /*margin-bottom: 10px;*/
  font-weight: 600;
  background-color: #000000;
  border: 1px solid #000000;
}
#customer_login.col2-set {
  display: block;
}
#customer_login.col2-set .u-column1.col-1 {
  width: 100%;
  padding-right: 0;
}
#customer_login.col2-set .u-column2.col-2 {
  width: 100%;
}
@media (min-width: 768px) {
  #customer_login.col2-set {
    display: flex;
  }
  #customer_login.col2-set .u-column1.col-1 {
    width: 50%;
    padding-right: 50px;
  }
  #customer_login.col2-set .u-column2.col-2 {
    width: 50%;
  }
}
body.single-product .price {
  font-size: 30px;
  font-weight: 500;
}
body.single-product .owl-carousel.full-screen.slideshow .slider-item {
  /*height: 550px;*/
}
body.single-product .block-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 250px;
  margin-bottom: 100px;
}
body.single-product .woo-products-in-carousel-js .woo-product-title {
  text-align: center;
}
body.single-product .woo-product-description {
  padding-bottom: 100px;
}
body.single-product .comment_container .meta {
  font-size: 12px;
}
body.single-product .comment_container h3,
body.single-product .comment_container .h3 {
  font-size: 19px;
  font-weight: 500;
}
body.woocommerce.archive aside.widget {
  /*background-color: #ffffff;*/
  padding: 0;
  /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.03);*/
  *zoom: 1;
}
body.woocommerce.archive aside.widget:before,
body.woocommerce.archive aside.widget:after {
  display: table;
  content: "";
}
body.woocommerce.archive aside.widget:after {
  clear: both;
}
body.woocommerce.archive .widget-area .widget {
  margin-bottom: 60px;
}
body.woocommerce.archive .widget-area .widget a {
  font-size: 17px;
}
.stock.in-stock {
  font-family: 'Kaleko 105 Bold';
}
.sku_wrapper {
  font-family: 'Kaleko 105 Bold';
}
.cart-totals-inner {
  border: 3px solid #EFEFEF;
  padding: 20px;
}
.cart-totals-inner h2 {
  font-size: 35px;
  font-weight: normal;
  padding-left: 10px;
  text-transform: capitalize;
}
.cart-totals-inner table {
  width: 100%;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 1.4;
  border-collapse: collapse;
  border-spacing: 0;
}
.cart-totals-inner table tbody th,
.cart-totals-inner table tfoot th {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  text-transform: none;
  font-size: 15px;
  padding: 10px;
  font-weight: 600;
}
.cart-totals-inner table tr td:last-child,
.cart-totals-inner table tr th:last-child {
  text-align: right;
}
.cart-totals-inner table td {
  padding: 15px 10px;
  border: none;
  font-weight: inherit;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
}
.cart-totals-inner ul li:before {
  display: none;
}
.cart-totals-inner tr.cart-subtotal .woocommerce-Price-amount.amount {
  font-size: 20px;
}
.cart-totals-inner tr.order-total .woocommerce-Price-amount.amount {
  font-size: 20px;
  color: #002675;
}
.cart-totals-inner tr:last-child td,
.cart-totals-inner tr:last-child th {
  border-bottom: none;
}
.cart-totals-inner tr.order-total th {
  font-size: 20px;
}
.cart-totals-inner .wc-proceed-to-checkout {
  margin-top: 15px;
  width: 100%;
  text-align: right;
}
.cart-totals-inner .wc-proceed-to-checkout a {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #ffffff;
  padding: 20px 35px;
  background-color: #002675;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media only screen and (min-width: 480px) {
  .cart-totals-inner .wc-proceed-to-checkout a {
    font-size: 0.7rem !important;
  }
}
.cart-totals-inner .wc-proceed-to-checkout a:hover {
  background-color: #555555;
}
.cart-totals-inner .wc-proceed-to-checkout a:hover,
.cart-totals-inner .wc-proceed-to-checkout a:focus {
  text-decoration: none;
}
input[name="coupon_code"] {
  margin-bottom: 0 !important;
  height: 100%;
}
.button[name="apply_coupon"],
.button[name="update_cart"] {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  color: #ffffff;
  border: none;
  font-size: 0.9rem !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #EAF1F5;
  color: #002675;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .button[name="apply_coupon"],
  .button[name="update_cart"] {
    font-size: 0.7rem !important;
  }
}
.button[name="apply_coupon"]:hover,
.button[name="update_cart"]:hover {
  background-color: #555555;
}
.button[name="apply_coupon"]:hover,
.button[name="update_cart"]:hover {
  color: #ffffff;
  background-color: #b1b1b1;
}
.button[name="update_cart"]:disabled {
  opacity: 0.8;
}
.button[name="update_cart"]:disabled:hover {
  color: #ffffff;
}
.cart-collaterals h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin-top: 100px;
  margin-bottom: 25px;
}
.woo-checkout-steps {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 55px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.woo-checkout-steps ul {
  display: inline-flex;
  align-items: center;
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
}
@media only screen and (min-width: 480px) {
  .woo-checkout-steps ul {
    width: 30%;
  }
}
.woo-checkout-steps ul li.progress-step {
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  position: relative;
}
.woo-checkout-steps ul li.progress-step:before {
  position: absolute;
  counter-increment: step;
  content: counter(step);
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Kaleko 105 Bold';
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}
.woo-checkout-steps ul li.progress-step.active {
  background-color: #002675;
  cursor: pointer;
}
.woo-checkout-steps ul li.progress-step a {
  display: block;
  width: 100%;
  height: 100%;
}
.woo-checkout-steps ul li.progress-step span {
  position: absolute;
  top: 35px;
  font-size: 1.3rem;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  display: block;
  width: 200px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .woo-checkout-steps ul li.progress-step span {
    display: block;
  }
}
.woo-checkout-steps ul li.progress-step-line {
  flex: 1;
  height: 4px;
  background-color: #f5f5f5;
  margin: 0 -1px;
}
.woo-checkout-steps ul li.progress-step-line.active {
  background-color: #002675;
}
@media only screen and (min-width: 768px) {
  .woo-checkout-steps {
    margin-bottom: 50px;
  }
}
.woocommerce .wishlist_table td.product-add-to-cart a {
  color: #ffffff;
  font-weight: 400;
}
.wishlist-title {
  display: none !important;
}
.wishlist_table td.product-name a {
  font-weight: 400;
}
.wishlist_table td.product-stock-status span {
  font-weight: 400;
}
body.woocommerce-account h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}
body.woocommerce-account .button {
  border-radius: 50px;
  font-family: 'Kaleko 105 Bold';
  display: inline-block;
  background-color: #EAF1F5;
  color: #ffffff;
  border: none;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 15px 35px;
  text-transform: uppercase;
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #002675;
  font-weight: 600;
  padding: 15px 55px;
  border: 1px solid #000000;
  border-radius: 2px;
  font-size: 0.9rem !important;
}
@media only screen and (min-width: 480px) {
  body.woocommerce-account .button {
    font-size: 0.7rem !important;
  }
}
body.woocommerce-account .button:hover {
  background-color: #555555;
}
body.woocommerce-account .woocommerce-LostPassword.lost_password a {
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-account .woocommerce-privacy-policy-text a {
  font-weight: 600;
}
.woo-searchform-container {
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding: 25px;
}
.woo-searchform-container input[type="text"] {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  padding-left: 50px;
}
.woo-searchform-container .loading-icon {
  display: none;
  position: absolute;
  top: 7px;
  right: 5px;
  z-index: 2;
}
.woo-live-search-results,
.woo-custom-search-result {
  position: relative;
  /*display: block !important;*/
  /*    &:before{
            content: "";
            position: absolute;
            top: -10px;
            left: 10px;
            border-left: 10px solid rgba(255, 255, 255, 0);
            border-right: 10px solid rgba(255, 255, 255, 0);
            border-bottom: 10px solid #ffffff;
        }*/
}
.woo-live-search-results .autocomplete-suggestions,
.woo-custom-search-result .autocomplete-suggestions {
  position: relative;
  /*display: block !important;*/
}
.woo-live-search-results .autocomplete-suggestions .autocomplete-suggestion,
.woo-custom-search-result .autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  zoom: 1;
  padding: 10px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  text-align: left;
}
.woo-live-search-results .autocomplete-suggestions .autocomplete-suggestion:before,
.woo-custom-search-result .autocomplete-suggestions .autocomplete-suggestion:before,
.woo-live-search-results .autocomplete-suggestions .autocomplete-suggestion:after,
.woo-custom-search-result .autocomplete-suggestions .autocomplete-suggestion:after {
  content: "";
  display: table;
}
.woo-live-search-results .autocomplete-suggestions .autocomplete-suggestion:after,
.woo-custom-search-result .autocomplete-suggestions .autocomplete-suggestion:after {
  clear: both;
}
.woo-live-search-results .autocomplete-suggestions .autocomplete-suggestion:hover,
.woo-custom-search-result .autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #f7f6f6;
}
.woo-live-search-results .autocomplete-suggestions .autocomplete-suggestion img,
.woo-custom-search-result .autocomplete-suggestions .autocomplete-suggestion img {
  width: 60px;
  height: auto;
  margin-right: 10px;
  display: block;
}
.woocommerce-form-login {
  background-color: #f5f5f5;
  padding: 20px;
}
.woocommerce-shipping-totals.shipping th {
  padding-top: 15px;
  vertical-align: top;
}
.woocommerce-shipping-methods {
  margin: 0 !important;
}
.woocommerce-shipping-methods li {
  display: flex;
  text-align: left;
  align-items: baseline;
  padding-bottom: 10px;
}
.woo-products-in-carousel-homepage-js.owl-carousel.with-arrows-left-right .owl-dots {
  top: 0;
}
.woo-products-in-carousel-homepage-js .woo-item-container {
  margin: 0;
  border-bottom: 1px solid tranparent;
  transition: all 0.3s;
}
.woo-products-in-carousel-homepage-js .woo-item-container:hover {
  border-bottom: 6px solid #6BBAE9;
}
.woo-products-in-carousel-homepage-js .woo-product-price {
  text-align: center;
  font-size: 14px;
  color: #796f67;
}
.woo-products-in-carousel-homepage-js .woo-product-image-container img {
  margin: 0;
}
.woo-products-in-carousel-homepage-js .woo-product-data-container .woo-product-title {
  font-size: 14px;
  font-weight: 500;
}
.woo-products-in-carousel-homepage-js .woo-product-data-container .woo-product-title a {
  text-transform: none;
  color: #002675;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-decoration: none;
}
.woo-products-in-carousel-homepage-js .woo-product-data-container .woo-product-title a:hover {
  color: #6BBAE9;
}
.woo-products-in-carousel-homepage-js .woo-product-data-container .woo-product-price {
  font-size: 14px;
  font-weight: 400;
  color: #796f67;
  margin-bottom: 15px;
}
.woo-product-image-container {
  min-height: auto;
  overflow: hidden;
}
.woo-product-image-container .all-colors {
  float: left;
  width: 50%;
}
.woo-product-image-container .all-colors.single {
  width: 100%;
}
.woo-product-image-container img {
  transition: all 0.3s;
}
.woo-ordering-container {
  display: flex;
  justify-content: space-between;
}
.product-video-container {
  position: fixed;
  top: 10vh;
  left: 10vw;
  z-index: 100;
  width: 80vw;
  height: 80vh;
  overflow: hidden;
  display: none;
}
.product-video-container.open {
  display: block;
}
.product-video-container .close-video {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
}
.product-video-container iframe,
.product-video-container object,
.product-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woo-attribute-container {
  display: block;
  margin-bottom: 100px;
}
.woo-attribute-container span {
  color: #3E3E3E;
  display: block;
  text-align: center;
}
.woo-attribute-container span.h3 {
  max-width: 100%;
  margin: 0 auto;
  color: #3E3E3E;
  margin: 25px 0;
  text-transform: uppercase;
}
.woo-attribute-container .woo-att-image {
  min-height: 150px;
  display: grid;
  align-items: center;
}
.woo-attribute-container .woo-att-image img {
  display: block;
  max-height: 150px;
  margin: 0 auto;
}
.woo-attribute-container .woo-att-name {
  font-family: 'Kaleko 105 Bold';
  letter-spacing: 1px;
  padding: 10px 0px;
  color: #002675;
}
.woo-attribute-container .woo-att-text {
  padding: 0 35px;
}
.woo-attribute-container:hover {
  text-decoration: none !important;
}
/*# sourceMappingURL=theme.css.map */