/* ==============================
global.css
---------------
Created by: Netki Pty LTd
www.netki.com.au
Email: contact@netki.com.au
Copyright (c) 2015 Netki Pty Ltd
============================== */
/* Includes
------------------------------ */
/* ==============================
_variables.scss
---------------
Created by: Netki Pty LTd
www.netki.com.au
Email: contact@netki.com.au
Copyright (c) 2015 Netki Pty Ltd
============================== */
/* ==============================
global.css
---------------
Created by: Netki Pty LTd
www.netki.com.au
Email: contact@netki.com.au
Copyright (c) 2015 Netki Pty Ltd
============================== */
/* 
    -----
    Box Sizing
    -----
    @include box-sizing(border-box); 

    -----
    Flexbox
    -----
    @include flexbox
    @include inline-flex
    
    -----
    Flex Direction
    -----
    @include flex-direction($value: row)
    Values: row | row-reverse | column | column-reverse
    Default: row
        
    -----
    Flex Wrap
    -----
    @include flex-wrap($value: nowrap)
    Values: nowrap | wrap | wrap-reverse
    Default: nowrap
    
    -----
    Flex Flow
    -----
    @include flex-flow($values: (row nowrap))
    Values: <flex-direction> | <flex-wrap> 
    Default: row nowrap
    
    -----
    Order
    -----
    @include order($int: 0)
    Default: 0
    
    -----
    Flex Grow
    -----
    @include flex-grow($int: 0)
    Default: 0
    
    -----
    Flex Shrink
    -----
    @include flex-shrink($int: 1)
    Default: 1
    
    -----
    Flex Basis
    -----
    @include flex-basis($value: auto)
    Values: Like "width" 
    Default: auto
    
    -----
    Justify Content
    -----
    @include justify-content($value: flex-start)
    Values: flex-start | flex-end | center | space-between | space-around
    Default: flex-start
    
    -----
    Align Items
    -----
    @include align-items($value: stretch)
    Values: flex-start | flex-end | center | baseline | stretch
    Default: stretch
    
    -----
    Align Self
    -----
    @include align-self($value: auto)
    Values: auto | flex-start | flex-end | center | baseline | stretch
    Default: auto
    
    -----
    Align Content
    -----
    @include align-content($value: stretch)
    Values: flex-start | flex-end | center | space-between | space-around | stretch
    Default: stretch
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@font-face {
  font-family: 'Constantia';
  src: url("../fonts/Constantia.eot?#iefix") format("embedded-opentype"), url("../fonts/Constantia.woff") format("woff"), url("../fonts/Constantia.ttf") format("truetype"), url("../fonts/Constantia.svg#Constantia") format("svg");
  font-weight: normal;
  font-style: normal;
}

.product-list-wrapper .term-description {
    padding: 1em 0;
}
.product-list-wrapper .term-description p {
	line-height: 140%;
}
.readMore {
    color: #000;
    font-size: 11px;
    border: 1px solid #959595;
    padding: 6px 22px;
    margin: 4px 0;
}
.home-featured-blocks .video-wrapper {
  height: 576px;
  margin-bottom: 25px;
}

.content-wrapper .content img {
  width: auto;
  max-width: 100%;
}

.local-stockists-message {
  color: #000;
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 700;
}

.location_search tbody {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#location_search_0_tr td,
#location_search_1_tr td {
  width: 49%;
}

.location_search_street_cell {
  display: none !important;
}

.location_search_street_cell td {
  margin-right: 20px;
}

.single-product .product .summary .price {
  margin-bottom: 10px;
}

.afterpay-payment-info {
  margin-bottom: 40px;
  font-size: 15px;
}

.afterpay-payment-info .afterpay-price-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.afterpay-payment-info .afterpay-price-message .afterpay-logo-div {
  background: url(../images/afterpay.png) no-repeat center;
  background-size: contain;
  width: 87px;
  height: 19px;
  margin-left: 5px;
}

.afterpay-payment-info .afterpay-price-message .amount {
  margin: 0px 4px;
}

.afterpay-payment-info img {
  width: inherit;
}

.single-product .product .summary .woocommerce-variation-add-to-cart {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bolding a {
  font-weight: 700 !important;
}

.single-product .product .summary .show-hide-size-guide {
  width: 100%;
}

.out-of-stock-message-listing {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  padding: 3px;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
}

.sale-banner {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 30px 0px;
}

.sale-banner .sale-bold {
  font-weight: 700;
}

.sale-banner .sale-text {
  color: red;
  font-size: 25px;
}

.sale-banner .black {
  color: #000;
}

.sale-banner .invisible-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sale-banner .sale-button {
  font-size: 17px;
  border-top: solid 1px #000;
  padding-top: 20px;
  display: block;
  margin: 0px auto;
  width: 150px;
  margin-top: 20px;
  letter-spacing: 2px;
}

.cat-item-236 {
  display: none;
}

#header #menu-main-menu-1 > li.main-menu-sale > a {
  color: red !important;
}

#header #menu-main-menu-1 > li.main-menu-sale > a:hover {
  background: transparent !important;
}

#header #menu-main-menu-1 > li.main-menu-sale > ul {
  max-width: 130px;
}

#header #menu-main-menu-1 > li.main-menu-sale > ul li a {
  border: 0px !important;
  white-space: nowrap;
}

#content > article > div.category-page-content > ul > li.cat-item.cat-item-291 > ul > li.cat-item.cat-item-217 > a,
#content > article > div.category-page-content > ul > li.cat-item.cat-item-291 > ul > li.cat-item.cat-item-177 > a {
  font-weight: 700 !important;
}

.select2 {
  display: none !important;
}

.newsletter-other-brands {
  text-align: center;
  margin-top: 30px;
}

.newsletter-other-brands .newsletter-other-logos {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.newsletter-other-brands .newsletter-other-logos a {
  margin-right: 40px;
  width: 110px;
}

.newsletter-other-brands h3 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 700;
}

.popup-form #gform_1 #field_1_1 input {
  border: solid 1px #999999;
}

.instagram-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding-top: 50px;
}

.instagram-wrapper .inner-wrapper a {
  width: 12.5%;
  line-height: 0px;
}

.view-more-instagram {
  margin-top: 20px;
  text-align: center;
}

.view-more-instagram a {
  color: #000;
  font-size: 15px;
}

.product-type-bundle div.summary.entry-summary > div:nth-child(2) > p.price {
  display: none;
}

.product-type-bundle div.summary.entry-summary > h1 {
  margin-bottom: 30px;
}

input[type='text'], input[type='number'], input[type='email'], input[type='password'], textarea, select {
  font-family: "Lato";
}

a.button, button, input[type=submit] {
  font-family: "Lato";
}

.cat-item-98 .show-hide-category {
  display: none !important;
}

#content {
  min-height: 40vh;
}

#header {
  background: #ebebeb;
  margin-bottom: 20px;
}

.post-password-form {
  width: 100%;
  display: block;
  margin: 100px auto;
  max-width: 500px;
}

.post-password-form input {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.page-id-603 .inner-wrapper .content-with-right-sidebar {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  background: url(../images/about-is.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page-id-603 .inner-wrapper .content-with-right-sidebar .content {
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 530px;
  margin-bottom: 0px !important;
}

.page-id-603 .sidebar {
  display: none !important;
}

#content > article > div.home-featured-blocks > div.home-featured-blocks > div:nth-child(4) > div > div {
  color: red;
}

.page-id-607 .inner-wrapper .content-wrapper .content {
  width: 100%;
}

.page .inner-wrapper .content-with-right-sidebar .right-sidebar {
  font-size: 14px;
}

.page .inner-wrapper .content-with-right-sidebar .right-sidebar a {
  color: #000;
  text-decoration: underline;
}

.page-id-820 .sidebar-image {
  height: 649px;
}

#header .inner-wrapper #menu #menu-main-menu-1 > li > a {
  letter-spacing: 0px;
}

.product-type-bundle .summary .bundle_form .bundled_product .details h4 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 15px;
}

.page .inner-wrapper .content-wrapper .sidebar h3 {
  font-family: "Lato";
}

.button-search {
  font-size: 20px;
  padding: 0px;
  margin-left: 5px;
}

.page-id-731 .infoBox {
  display: none !important;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search {
  width: 100%;
  display: block;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody #location_search_2_tr,
.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody #location_search_3_tr {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody #location_search_2_tr td:first-child,
.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody #location_search_3_tr td:first-child {
  width: 140px;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody #location_search_2_tr td:nth-child(2),
.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody #location_search_3_tr td:nth-child(2) {
  width: 200px;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody tr #location_search_distance_fields {
  position: relative;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody tr #location_search_distance_fields:after {
  position: absolute;
  right: 12px;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;
  content: "\f107";
  font-family: "FontAwesome";
  color: #000;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody tr .location_search_empty_cell {
  display: none;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody tr td {
  width: 30%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
}

.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody tr td input[type='text'],
.page-id-731 .inner-wrapper .content-wrapper .content .location_search tbody tr td select {
  margin-top: 5px;
  width: 100%;
}

body {
  font-family: "Lato";
  font-weight: 400;
}

.woocommerce-cart .shop_table .cart_item .product-name {
  font-family: "Lato";
  font-size: 14px;
}

.woocommerce-cart .shop_table .cart_item .product-name .variation dd p {
  font-size: 12px;
}

.woocommerce-checkout .content .checkout .col2-set .col-1 h3, .col2-set h3, .woocommerce-account .content .checkout .col2-set .col-1 h3, .page-id-56 .content .checkout .col2-set .col-1 h3, .page-id-52 .content .checkout .col2-set .col-1 h3,
.woocommerce-checkout .content .checkout #order_review .shop_table tbody .cart_item .product-name, .woocommerce-account .content .checkout #order_review .shop_table tbody .cart_item .product-name, .page-id-56 .content .checkout #order_review .shop_table tbody .cart_item .product-name, .page-id-52 .content .checkout #order_review .shop_table tbody .cart_item .product-name, .woocommerce-thankyou-order-received, .shop_table.order_details tbody .order_item .product-name, .woocommerce h2 {
  font-family: "Lato";
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 20px;
  font-family: "Lato";
  font-weight: 700;
}

.single-product .you-may-also-like-wrapper h3 {
  font-size: 16px;
  font-family: "Lato";
}

.single-product .you-may-also-like-wrapper {
  border-top: 0px;
  background: #eee;
  padding: 0px;
  margin: 0px;
  padding: 20px 0px;
}

.single-product .product .summary h1 {
  font-family: "Constantia";
  font-size: 19px;
  font-weight: bold;
}

.single-product .you-may-also-like-wrapper .you-may-also-like-products li .produt-listing-title h2,
.product-price-wrapper {
  font-size: 11px;
  font-family: "Lato";
}

.single-product .product .summary .price {
  font-family: "Lato";
  font-size: 16px;
}

.archive-add-to-wishlist,
.single-product .product .summary .social-share {
  font-family: "Lato";
  font-size: 12px;
}

.single-product .product .summary .product-details h3,
.single-product .product .summary .also-available-in h3 {
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: 700;
  font-size: 14px;
}

.home-featured-blocks a:nth-child(1), .home-featured-blocks a:nth-child(2) {
  width: 100%;
  height: 100%;
}

.social-search-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.iom-statement {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  font-family: "Constantia";
  font-style: italic;
  letter-spacing: 1px;
  margin: 40px 0px;
  font-size: 20px;
}

.iom-statement span {
  font-weight: bold;
}

.iom-statement .iom-image {
  margin-right: 10px;
  max-width: 170px;
}

.iom-statement p {
  margin-bottom: 0px;
}

#footer {
  background: #000;
  color: #fff;
}

#footer .inner-wrapper .footer-links-wrapper .footer-links .footer-menu .footer-nav li a {
  color: #fff;
}

#footer .inner-wrapper .footer-links-wrapper .footer-links .footer-menu .footer-nav li:first-child a {
  font-weight: normal;
}

#footer .inner-wrapper .footer-links-wrapper .follow-us-wrapper h3,
#footer .inner-wrapper .footer-links-wrapper .newsletter-signup h3 {
  text-align: left;
  font-family: "Constantia";
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#footer .inner-wrapper .footer-links-wrapper .follow-us-wrapper {
  font-size: 14px;
  line-height: 150%;
}

#footer .inner-wrapper .footer-links-wrapper .follow-us-wrapper .social-icons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.kindred-co-wrapper .inner-wrapper .kindred-co-family {
  text-align: center;
  font-size: 12px;
}

.kindred-co-wrapper .inner-wrapper .kindred-co-family a {
  color: #fff;
}

.kindred-co-wrapper .inner-wrapper .kindred-co-family .ebi-image {
  max-width: 120px;
  display: block;
  margin: 0px auto;
  margin-bottom: 10px;
}

#footer .inner-wrapper .footer-terms-wrapper {
  padding: 30px 0px;
  color: #fff;
}

#footer .inner-wrapper .footer-terms-wrapper a {
  color: #fff;
}

#footer .inner-wrapper .footer-terms-wrapper .accepted-card {
  top: inherit;
  bottom: 20px;
}

#footer .inner-wrapper .footer-links-wrapper .follow-us-wrapper .social-icons li a {
  font-size: 30px;
  color: #fff;
  margin: 0px;
  margin-right: 10px;
}

#footer .inner-wrapper .footer-links-wrapper .follow-us-wrapper .social-icons li a:hover {
  color: #666666;
}

#footer .inner-wrapper .footer-terms-wrapper {
  margin: 0px;
}

#footer .inner-wrapper .newsletter-signup {
  border-top: 0px;
  padding: 0px;
}

#footer .inner-wrapper .footer-links-wrapper .footer-links .footer-menu {
  width: 48%;
}

#footer .inner-wrapper .footer-links-wrapper {
  padding: 20px 0px;
  border-top: 0px;
  border-bottom: 0px;
}

#footer .inner-wrapper .footer-links-wrapper .footer-links {
  width: 30%;
}

#footer .inner-wrapper .footer-links-wrapper .follow-us-wrapper {
  width: 22%;
}

#footer .inner-wrapper .footer-links-wrapper .newsletter-signup {
  width: 42%;
}

#gform_1 .gform_body {
  width: 75%;
}

#gform_1 .gform_footer {
  width: 25%;
}

#gform_1 .gform_footer #gform_submit_button_1 {
  margin-right: 0px;
}

#gform_1 #field_1_1 label {
  display: none;
}

#gform_1 #field_1_1 input {
  background: #fff;
  border: 0px;
  color: #000;
}

#gform_1 #field_1_1 .ginput_container {
  width: 100%;
}

#gform_1 {
  width: 100%;
}

#gform_1 #field_1_1 {
  margin-top: 0px;
}

.home-featured-blocks {
  margin-top: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.home-featured-blocks a {
  margin-bottom: 0px;
}

.home-featured-blocks .home-category-item {
  width: 23%;
}

.home-featured-blocks .home-category-item .button-shop-now {
  border: solid 1px #000;
  color: #000;
  background: none;
  font-family: "Lato";
  max-width: 120px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  margin: 0px auto;
  font-weight: 700;
}

.home-featured-blocks .home-category-item .button-shop-now:hover {
  background: #000;
  color: #fff;
}

.home-featured-blocks .home-category-item .home-categeory-image {
  width: 100%;
  height: 356px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-featured-blocks .home-category-item .home-categeory-image:hover {
  opacity: .8;
}

.home-featured-blocks .home-category-item .home-categeory-image .home-cateogry-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.68);
  color: #000;
  font-family: "Constantia";
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.home-featured-blocks .slider-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.home-featured-blocks .slider-wrapper .owl-item {
  height: 600px;
}

.home-featured-blocks .slider-wrapper .slide {
  height: 100%;
}

.home-featured-blocks .slider-wrapper .owl-dots {
  bottom: 10px;
}

.home-featured-blocks .slider-wrapper .owl-dots .owl-dot.active {
  background: #fff;
  border: solid 1px #fff;
}

.home-featured-blocks .slider-wrapper .owl-dots .owl-dot {
  border: solid 1px #fff;
}

#header .inner-wrapper .search-form {
  position: static;
  width: 185px;
}

#header .inner-wrapper .search-form input {
  font-family: "Lato";
}

#header .inner-wrapper #menu #menu-main-menu-1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

#header .inner-wrapper #menu #menu-main-menu-1 > li {
  width: auto;
}

.archive #content .inner-wrapper .product-list-wrapper .products > li .product-listing-image-wrapper .product-overlay .product-actions a,
.search-results #content .inner-wrapper .product-list-wrapper .products > li .product-listing-image-wrapper .product-overlay .product-actions a {
  color: #000;
}

.archive #content .inner-wrapper .product-list-wrapper .products > li .product-listing-image-wrapper .product-overlay .product-actions,
.search-results #content .inner-wrapper .product-list-wrapper .products > li .product-listing-image-wrapper .product-overlay .product-actions {
  background: rgba(255, 255, 255, 0.5);
}

.search-results .page-title {
  font-family: "Constantia";
}

.archive #content .inner-wrapper .product-list-wrapper .products > li .produt-listing-title h2,
.archive .product-price-wrapper,
.search-results .product-price-wrapper,
.search-results #content .inner-wrapper .product-list-wrapper .products > li .produt-listing-title h2 {
  font-size: 12px;
  font-family: "Lato";
  font-weight: 700;
}

.breadcrumbs-wrapper {
  color: #000;
  font-family: "Lato";
}

.header-image-sidebar {
  display: none !important;
}

.header-image-wrapper {
  height: auto !important;
  padding: 0px;
}

.header-image {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  text-align: center !important;
}

.sidebar-image {
  height: 515px;
  width: 100%;
}

.has-image .sidebar {
  width: 200px !important;
}

.page-title {
  color: #000 !important;
  position: relative;
  padding-bottom: 20px;
  text-transform: uppercase !important;
  font-family: "Constantia" !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  margin: 0px auto !important;
}

.page-title:after {
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: '';
  display: block;
  background: #000;
}

.call-wrapper {
  background: #333;
}

.call-wrapper .inner-wrapper {
  padding-bottom: 0px;
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.call-wrapper .inner-wrapper a {
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  max-width: 100% !important;
}

.page .inner-wrapper .content-wrapper .content p {
  font-size: 16px;
}

.archive #content .inner-wrapper .category-page-content .category-list > li.cat-item-291 > a {
  color: red !important;
}

.archive #content .inner-wrapper .category-page-content .category-list > li.cat-item-291 > .sub-menu > .sub-menu .sub-menu {
  display: none !important;
}

.archive #content .inner-wrapper .category-page-content > ul.category-list > li.cat-item-291 > ul > li > ul > li.cat-item-54, .archive #content .inner-wrapper .category-page-content > ul.category-list > li.cat-item-291 > ul > li > ul > li.cat-item-234 {
  display: none !important;
}

.archive #content .inner-wrapper .category-page-content > ul.category-list > li.cat-item-291 > ul > li > ul > li > ul {
  display: none !important;
}

.archive #content .inner-wrapper .category-page-content .category-list > li .children li a {
  border-bottom: 0px;
  font-family: "Lato";
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 400;
  text-transform: uppercase;
}

.archive #content .inner-wrapper .category-page-content .category-list > .menu-categories-menu-container .categories-menu li a {
  display: block;
  border-bottom: 0px;
  font-family: "Lato";
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 700;
  padding: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}

.archive #content .inner-wrapper .category-page-content .category-list > li a {
  border-bottom: 0px;
  font-family: "Lato";
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 700;
  padding: 0px;
}

#header .inner-wrapper #menu {
  margin-top: 0px;
  border: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

#header .inner-wrapper #menu #nav {
  width: 100%;
}

#header .inner-wrapper #menu #menu-main-menu-1 > li > .sub-menu > li {
  width: 50%;
}

#header .inner-wrapper #menu #menu-main-menu-1 > li > .sub-menu {
  padding-left: 0px;
  padding: 30px;
  padding-bottom: 10px;
  width: 417px;
  border: 0px;
  background: #ebebeb;
  max-height: 350px;
  -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.41);
}

#header .inner-wrapper {
  padding-top: 0px;
}

#header .inner-wrapper #menu #menu-main-menu-1 > li > a {
  font-family: "Constantia";
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 3px #ebebeb;
  border-top: solid 3px #ebebeb;
}

#header .inner-wrapper #menu #menu-main-menu-1 > li > a:hover {
  background: #ebebeb;
  border-bottom: solid 3px #000;
  color: #000;
}

#header-bar .inner-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}

#header-bar .inner-wrapper a {
  max-width: 211px;
}

#header-bar .social-basket-wrapper .basket-action-wrapper {
  font-family: "Lato";
  font-size: 12px;
  text-align: right;
}

#header-bar .social-basket-wrapper .social-icons {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

#header-bar .social-basket-wrapper .social-icons a {
  font-size: 20px;
  color: #666666;
  margin-left: 10px;
}

#header-bar .social-basket-wrapper .social-icons a:hover {
  color: #fff;
}

.search-form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-left: 10px;
}

.search-form input {
  padding: 5px;
  border: 0px;
}

.blog .inner-wrapper .content-wrapper .blog-item-list{ flex-wrap:wrap; justify-content: flex-start;}

.blog .inner-wrapper .content-wrapper .blog-item-list .blog-item {
    width: 32%;
    flex: 1 0 26%;
    margin: 5px;
    max-width: 244px;
}

.blog .inner-wrapper .content-wrapper .blog-item-list .blog-item .blog-details h3{ line-height:17px;}

@media screen and (max-width: 1250px) {
  #header #menu-main-menu-1 > li.main-menu-sale > ul {
    left: auto !important;
    right: 0;
  }
}

@media screen and (max-width: 1050px) {
  .home-featured-blocks .video-wrapper {
    height: 53vw;
  }
  .home-featured-blocks .slider-wrapper .owl-item {
    height: 48vw;
  }
  .home-featured-blocks .home-category-item .home-categeory-image {
    height: 33vw;
  }
  .has-image .sidebar {
    width: 21% !important;
  }
}

@media screen and (max-width: 800px) {
  #footer .inner-wrapper .footer-terms-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 100px;
  }
  .call-wrapper .inner-wrapper a {
    width: 100% !important;
  }
  #footer .inner-wrapper .footer-terms-wrapper .accepted-card {
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .instagram-wrapper .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .instagram-wrapper .inner-wrapper a {
    width: 33.33%;
  }
  .instagram-wrapper .inner-wrapper a:nth-child(8),
  .instagram-wrapper .inner-wrapper a:nth-child(7) {
    display: none;
  }
  .breadcrumbs-wrapper {
    margin-top: 50px;
  }
  .social-search-wrapper {
    display: none;
  }
  #footer .inner-wrapper .footer-links-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header .inner-wrapper #menu {
    display: none;
  }
  #footer .inner-wrapper .footer-links-wrapper .footer-links {
    width: 100%;
  }
  #footer .inner-wrapper .footer-links-wrapper .follow-us-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .inner-wrapper .footer-links-wrapper .newsletter-signup {
    width: 100%;
    margin-bottom: 30px;
  }
  #menu-trigger {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    position: fixed;
    top: 83px;
    right: 15px;
    z-index: 4;
  }
  #header .inner-wrapper {
    padding: 0px;
  }
  .home #content {
    padding-top: 90px;
  }
  .iom-statement {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  #header-bar .inner-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    padding: 10px 20px;
  }
  .social-basket-wrapper {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header-bar .inner-wrapper a {
    width: 130px;
  }
  #header-bar .social-basket-wrapper .social-icons {
    margin-bottom: 0px;
    margin-right: 20px;
  }
	
	.blog .inner-wrapper .content-wrapper .blog-item-list .blog-item{ flex:1 0 48%; width:49%; max-width:300px;}
}

@media screen and (max-width: 680px) {
  #header-bar .social-basket-wrapper .social-icons {
    display: none;
  }
  .instagram-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .instagram-wrapper a {
    width: 33.33%;
    margin-bottom: 0px;
  }
  .instagram-wrapper a:nth-child(6) {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  #menu-trigger {
    top: 50px;
  }
  .wishlist-header {
    display: none;
  }
  .page .inner-wrapper .content-with-right-sidebar .right-sidebar {
    width: 100% !important;
  }
  .breadcrumbs-wrapper {
    display: none;
  }
  #content {
    padding-top: 80px;
  }
  #content .inner-wrapper .header-image-wrapper {
    height: auto !important;
  }
  .has-image .sidebar-image {
    display: none;
  }
  .home-featured-blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-featured-blocks .home-category-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .home-featured-blocks .home-category-item .home-categeory-image {
    height: 68vw;
  }
	.blog .inner-wrapper .content-wrapper .blog-item-list{ justify-content:center}
	.blog .inner-wrapper .content-wrapper .blog-item-list .blog-item{ flex:1 auto; width:99%; max-width:350px;}
}
