@charset "UTF-8";
/*!
Theme Name: Bootique
Theme URI: http://www.bamboosolutions.co.uk/wordpress/themes/bootique
Author: Bamboo Solutions
Author URI: http://www.bamboosolutions.co.uk
Description: Designed exclusively for the fashion industry, Bootique is a bold and unique theme for WooCommerce. Using our years of experience in delivering eCommerce websites, we have designed the ultimate theme for fashion retailers and bloggers.
Version: 1.1.9
Text Domain: bootique
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
*/
/************************************************************************************************************/
/*                                                                                                          */
/*     Table of Contents                                                                                    */
/*     -----------------                                                                                    */
/*                                                                                                          */
/*     Common                                                                                               */
/*     Common - Fonts                                                                                       */
/*     Common - Tags                                                                                        */
/*     Common - Basics                                                                                      */
/*     Common - Header                                                                                      */
/*     Common - Header - Menu                                                                               */
/*     Common - Header - Search Form                                                                        */
/*     Common - Header - Nav                                                                                */
/*     Common - Header - Logo                                                                               */
/*     Common - Footer                                                                                      */
/*     Common - Footer - Widgets                                                                            */
/*     Common - Footer - Widgets - Widget Area 1                                                            */
/*     Common - Footer - Widgets - Widget Area 2                                                            */
/*     Common - Widgets                                                                                     */
/*     Common - Sidebars                                                                                    */
/*     Common - Mobile Menu                                                                                 */
/*     Common - Pagination                                                                                  */
/*     Common - Comments                                                                                    */
/*     Common - Content                                                                                     */
/*     Common - Content - Gallery                                                                           */
/*     Common - Homepage                                                                                    */
/*                                                                                                          */
/*     Blog                                                                                                 */
/*     Blog - Index                                                                                         */
/*     Blog - Index - Content                                                                               */
/*     Blog - Page                                                                                          */
/*     Blog - Single                                                                                        */
/*     Blog - Single - Content                                                                              */
/*     Blog - Sidebar                                                                                       */
/*                                                                                                          */
/*     WooCommerce                                                                                          */
/*     WooCommerce - Fonts                                                                                  */
/*     WooCommerce - Common Classes                                                                         */
/*     WooCommerce - Cart Link                                                                              */
/*     WooCommerce - Shop Sidebar                                                                           */
/*     WooCommerce - Widgets                                                                                */
/*     WooCommerce - Widgets - Filters                                                                      */
/*     WooCommerce - Widgets - Product Lists                                                                */
/*     WooCommerce - Widgets - Basket                                                                       */
/*     WooCommerce - Widgets - Price Filter                                                                 */
/*     WooCommerce - Product List                                                                           */
/*     WooCommerce - 1 Column Category List                                                                 */
/*     WooCommerce - 2 Column Category List                                                                 */
/*     WooCommerce - 3 Column Category List                                                                 */
/*     WooCommerce - 4 Column Category List                                                                 */
/*     WooCommerce - Search Results                                                                         */
/*     WooCommerce - Single Product                                                                         */
/*     WooCommerce - Basket & Checkout                                                                      */
/*     WooCommerce - My Account                                                                             */
/*     WooCommerce - PrettyPhoto Lightbox                                                                   */
/*                                                                                                          */
/*     Plugins                                                                                              */
/*     Plugins - Bamboo Slides                                                                              */
/*     Plugins - Bamboo Social                                                                              */
/*     Plugins - Bamboo Layout                                                                              */
/*                                                                                                          */
/*     User Classes                                                                                         */
/*                                                                                                          */
/************************************************************************************************************/
/* Common ***************************************************************************************************/
/* Common - Fonts *******************************************************************************************/
@font-face {
  font-family: 'Bamboo-Regular';
  src: url("fonts/Bamboo-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Bamboo-Regular.otf") format("opentype"), url("fonts/Bamboo-Regular.woff") format("woff"), url("fonts/Bamboo-Regular.ttf") format("truetype"), url("fonts/Bamboo-Regular.svg#Bamboo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Common - Tags ********************************************************************************************/
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 13px;
  background-color: #ffffff;
  color: #171719;
  -webkit-font-smoothing: antialiased;
}

a, button, .widgets table tfoot td a {
  color: #171719;
  text-decoration: none;
}

a:hover, button:hover, .widgets table tfoot td a:hover {
  transition: 0.25s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

figure {
  max-width: 100%;
}

h1 {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 26px;
}

h2 {
  font-size: 22.6px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 22.6px;
}

h3 {
  font-size: 19.7px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
}

h4 {
  font-size: 17.1px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 17.1px;
}

h5 {
  font-size: 14.9px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h6 {
  font-size: 13px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 10px 0;
  line-height: 18px;
}

p:empty {
  display: none;
}

blockquote {
  font-family: "PT Serif", "Times New Roman", Serif;
  font-size: 13px;
  line-height: 14.9px;
  border-left: 4px solid #e3e3e3;
  padding-left: 20px;
}

blockquote p {
  line-height: 18px;
}

ul {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  margin: 30px auto 30px auto;
  border-bottom: 1px solid #e3e3e3;
  border-top: none;
  border-left: none;
  border-right: none;
}

p:not(:empty) + h1, p:not(:empty) + h2, p:not(:empty) + h3, p:not(:empty) + h4, p:not(:empty) + h5, p:not(:empty) + h6 {
  margin-top: 40px;
}

h1 + p {
  font-size: 14.9px;
  line-height: 1.8em;
}

::-webkit-input-placeholder {
  color: #747a8c;
}

:-moz-placeholder {
  color: #747a8c;
}

::-moz-placeholder {
  color: #747a8c;
}

:-ms-input-placeholder {
  color: #747a8c;
}

input[type="search"],
input[type="email"],
input[type="password"],
input[type="text"],
input[type="url"],
input[type="tel"],
textarea {
  outline: none;
  -webkit-appearance: none;
  font-family: "PT Serif", "Times New Roman", Serif;
  font-size: 11.3px;
  border: none;
  background: #f2f3f4;
  color: #747a8c;
  padding: 5px;
  border-radius: 0;
}

input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #171719 !important;
}

input[type="search"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #171719 !important;
}

input[type="search"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #171719 !important;
}

input[type="search"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #171719 !important;
}

input[type="search"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #171719 !important;
}

input[type="number"] {
  outline: none;
  -webkit-appearance: none;
}

input[type="submit"],
button,
.widgets table tfoot td a {
  color: #ffffff;
  background: #171719;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  font-family: "PT Serif", "Times New Roman", Serif;
  font-size: 11.3px;
  font-weight: 600;
  border: none;
  padding: 5px 15px;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="submit"]:hover,
button:hover,
.widgets table tfoot td a:hover {
  background: #ff296a;
}

input[type="file"] {
  border: 1px solid #e3e3e3;
  padding: 15px 15px;
}

select {
  border: 1px solid #e3e3e3;
  padding: 10px 15px 0 15px;
}

input[type="submit"]:hover {
  background: #ff296a;
}

input[type="search"] {
  margin-right: -4px;
  transition: 0.25s ease-in-out;
  min-width: 22px;
}

dl {
  margin-bottom: 35px;
}

dl dt {
  text-transform: uppercase;
  margin-bottom: 10px;
}

dl dd {
  margin-bottom: 10px;
}

acronym {
  border-bottom: 1px dotted #ff296a;
}

big {
  font-size: 13px;
  text-transform: uppercase;
}

code,
kbd,
pre,
tt {
  background: #f2f3f4;
  color: #ff296a;
  font-size: 13px;
  padding: 4px 10px;
  margin: 0 4px;
  margin-bottom: 25px;
  font-family: Courier, monospace;
  white-space: pre-wrap;
}

pre {
  padding: 20px;
}

sub {
  font-size: 8px;
}

fieldset {
  border: none;
}

fieldset legend {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14.9px;
  margin-bottom: 20px;
}

mark {
  background: inherit;
  text-transform: uppercase;
}

address {
  font-style: normal;
  line-height: 23px;
  margin-bottom: 10px;
}

iframe {
  max-width: 100%;
}

figcaption {
  margin-bottom: 25px;
}

/* Common - Basic Classes ***********************************************************************************/
.container {
  width: 98%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .container {
    max-width: 1160px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    max-width: 924px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 718px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.clear {
  clear: both;
}

.highlight {
  color: #ff296a;
}

.light {
  color: #4e4e4e;
}

.button {
  background: #171719;
  color: #ffffff;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

.button:hover {
  background: #ff296a;
}

.bamboo-icon {
  font-family: 'Bamboo-Regular';
  font-style: normal;
}

img.alignleft,
figure.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

img.alignleft img,
figure.alignleft img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

img.alignright,
figure.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

img.alignright img,
figure.alignright img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

img.aligncenter,
figure.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter img,
figure.aligncenter img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

a.back-to-top {
  color: #ffffff;
  background: #ff296a;
  font-family: "PT Serif", "Times New Roman", Serif;
  font-weight: 600;
  padding: 10px 10px 5px 10px;
  position: fixed;
  z-index: 10;
  bottom: -40px;
  left: 0;
}

a.back-to-top .bamboo-icon {
  font-size: 19.7px;
  line-height: 15px;
}

a.back-to-top span {
  vertical-align: top;
  font-size: 11.3px;
  margin-left: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  a.back-to-top span {
    display: none;
  }
}

/* Common - Header ******************************************************************************************/
header {
  width: 98%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 31px;
  text-align: center;
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  header {
    max-width: 1160px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    max-width: 924px;
  }
}

@media screen and (max-width: 768px) {
  header {
    max-width: 718px;
  }
}

@media screen and (max-width: 480px) {
  header {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  header {
    padding-top: 20px;
  }
}

header > .menu {
  /* Common - Header - Menu ***************************************************************************/
  font-family: "PT Serif", "Times New Roman", Serif;
  float: left;
}

@media screen and (max-width: 768px) {
  header > .menu {
    display: none;
  }
}

header > .menu li {
  display: inline-block;
}

header > .menu li:not(:last-child):after {
  margin-left: 8px;
  margin-right: 8px;
  content: "|";
}

header > .menu li a {
  color: #171719;
}

header > .menu li a:hover {
  color: #ff296a !important;
}

header > .menu .sub-menu {
  display: none;
}

header form.search-form {
  /* Common - Header - Search Form ****************************************************************************/
  float: right;
}

header form.search-form label span {
  display: none;
}

@media screen and (max-width: 768px) {
  header form.search-form {
    display: none;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

header nav {
  /* Common - Header - Nav ****************************************************************************/
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
}

@media screen and (max-width: 768px) {
  header nav {
    text-align: center;
  }
}

header nav ul {
  display: inline-block;
  list-style: none;
  max-width: 84%;
}

@media screen and (max-width: 768px) {
  header nav ul {
    display: none;
  }
}

header nav ul li {
  display: inline-block;
  text-align: left;
}

header nav ul li a {
  margin-top: 4px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

header nav ul li a:hover {
  color: #ff296a;
  border-bottom: 1px solid #ff296a;
}

header nav ul li:not(:first-child) a {
  margin-left: 20px;
}

@media screen and (max-width: 800px) {
  header nav ul li:not(:first-child) a {
    margin-left: 15px;
  }
}

header nav ul li:not(:last-child) a {
  margin-right: 20px;
}

@media screen and (max-width: 800px) {
  header nav ul li:not(:last-child) a {
    margin-right: 15px;
  }
}

header nav ul li.menu-item-has-children {
  position: relative;
}

header nav ul li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 20px;
  top: 38px;
  padding: 20px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}

header nav ul li.menu-item-has-children .sub-menu.has-thumbnail {
  width: 360px;
}

header nav ul li.menu-item-has-children .sub-menu.has-thumbnail a {
  white-space: normal;
}

header nav ul li.menu-item-has-children .sub-menu.has-thumbnail ul {
  vertical-align: top;
  width: 150px;
  float: left;
}

header nav ul li.menu-item-has-children .sub-menu.has-thumbnail .sub-menu-thumbnail {
  width: 130px;
  max-width: 130px;
  height: auto;
  float: right;
}

header nav ul li.menu-item-has-children .sub-menu.has-thumbnail .sub-menu-thumbnail-title {
  width: 130px;
  max-width: 130px;
  margin-top: 10px;
  float: right;
  clear: right;
  text-align: center;
  text-transform: uppercase;
}

header nav ul li.menu-item-has-children .sub-menu li {
  display: block;
}

header nav ul li.menu-item-has-children .sub-menu li.sub-menu-heading {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  text-transform: uppercase;
}

header nav ul li.menu-item-has-children .sub-menu li a {
  margin: 5px 0;
  text-transform: inherit;
}

header nav ul li.menu-item-has-children .sub-menu .sub-menu {
  top: 0px;
  left: 100%;
}

header nav ul li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: 0.25s ease-in-out;
}

header nav ul a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}

header .custom-logo-link {
  /* Common - Header - Logo ***************************************************************************/
  display: inline-block;
  width: 175px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

header .site-title {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 26px;
}

header .widget-area {
  font-family: "PT Serif", "Times New Roman", Serif;
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #595961;
  border-bottom: 1px solid #e3e3e3;
}

header .widget-area:empty {
  display: none;
}

@media screen and (max-width: 480px) {
  header .widget-area {
    display: none;
  }
}

header .widget-area .widgets {
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  width: 33%;
}

header .widget-area .widgets:after {
  display: none;
}

header .widget-area .widgets .widget {
  width: 100%;
}

header .widget-area .widgets .widget p {
  font-size: 11.3px;
}

@media screen and (max-width: 1280px) {
  header .widget-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1100px) {
  header .widget-area {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .widget-area .widgets {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  header .widget-area {
    padding-left: 0;
    padding-right: 0;
  }
  header .widget-area .widgets {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  header .widget-area .widgets {
    width: 100%;
  }
  header .widget-area .widgets:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* Common - Footer ******************************************************************************************/
body > footer {
  width: 98%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  body > footer {
    max-width: 1160px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  body > footer {
    max-width: 924px;
  }
}

@media screen and (max-width: 768px) {
  body > footer {
    max-width: 718px;
  }
}

@media screen and (max-width: 480px) {
  body > footer {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

body > footer .widget li {
  font-size: 11.3px;
  margin-bottom: 2px;
}

body > footer .widgets:first-child {
  border-top: 1px solid #e3e3e3;
}

/* Common - Footer - Widgets ********************************************************************************/
footer .widgets {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .widgets:first-child {
  /* Common - Footer - Widgets - Area 1 ***************************************************************/
  border-bottom: 1px solid #e3e3e3;
}

footer .widgets:first-child .widget {
  text-align: left;
}

footer .widgets:first-child .widget:last-child:not(:first-child) {
  text-align: right;
}

footer .widgets:last-child {
  /* Common - Footer - Widgets - Area 2 ***************************************************************/
  font-size: 11.3px;
  color: #4e4e4e;
}

footer .widgets:last-child a {
  color: #4e4e4e;
}

footer .widgets:last-child a:hover {
  color: #ff296a;
}

footer .widgets .widget {
  width: 24.5%;
}

footer .widgets .widget:first-child:last-child,
footer .widgets .widget:first-child:nth-last-child(2),
footer .widgets .widget:first-child:nth-last-child(2) ~ .widget,
footer .widgets .widget:first-child:nth-last-child(3),
footer .widgets .widget:first-child:nth-last-child(3) ~ .widget,
footer .widgets .widget:first-child:nth-last-child(4),
footer .widgets .widget:first-child:nth-last-child(4) ~ .widget {
  width: inherit;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  footer .widgets .widget {
    width: 49%;
  }
  footer .widgets .widget:nth-child(2n) {
    text-align: right !important;
  }
  footer .widgets .widget:nth-child(2n-1) {
    text-align: left !important;
  }
  footer .widgets .widget:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  footer .widgets {
    width: 100%;
    text-align: center !important;
  }
  footer .widgets .widget {
    text-align: center !important;
  }
  footer .widgets .widget * {
    margin-left: auto;
    margin-right: auto;
  }
}

footer .widgets input[type="search"],
footer .widgets input[type="email"],
footer .widgets input[type="password"],
footer .widgets input[type="text"],
footer .widgets input[type="submit"],
footer .widgets textarea,
footer .widgets button,
footer .widgets table tfoot td a {
  font-family: "Open Sans", Arial, Sans-serif;
}

/* Common - Widgets *****************************************************************************************/
.widgets {
  text-align: justify;
  line-height: 0;
}

.widgets:after {
  font-size: 1px;
  content: '';
  width: 100%;
  display: inline-block;
}

.widgets .widget {
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.widgets .widget:first-child:last-child {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .widgets .widget {
    width: 100%;
    text-align: center;
  }
  .widgets .widget:not(:last-child) {
    margin-bottom: 60px;
  }
}

.widgets .widget * {
  max-width: 100%;
}

.widgets .widget h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 7px;
}

.widgets .widget h3 {
  font-weight: 700;
  font-size: 14.9px;
  line-height: 16px;
  margin-bottom: 0;
}

.widgets .widget p {
  margin-bottom: 0;
  line-height: 14px;
}

.widgets .widget h2 + label[for="cat"] {
  display: none;
}

.widgets .social-button {
  background: #171719;
  color: #ffffff;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.widgets .social-button:hover {
  background: #ff296a;
}

.widgets li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

.widgets li a {
  color: #4e4e4e;
}

.widgets li a:hover {
  color: #ff296a;
  text-decoration: underline;
}

.widgets li a:hover:before {
  text-decoration: none;
}

.widgets li ul {
  padding-left: 10px;
}

.widgets label + select {
  margin-top: 5px;
  display: block;
}

.widgets table {
  width: 100%;
  font-size: 11.3px;
}

.widgets table caption {
  text-align: left;
}

.widgets table thead th {
  font-weight: 400;
  color: #4e4e4e;
  text-align: center;
}

.widgets table tbody td:not(.pad) {
  font-size: 11.3px;
  background: #e3e3e3;
  text-align: center;
  padding: 0.75em 0;
}

.widgets table tbody td:not(.pad) a {
  text-decoration: underline;
  font-weight: bold;
}

.widgets table tbody td:not(.pad) a:hover {
  color: #ff296a;
  transition: 0.25s ease-in-out;
}

.widgets table tbody td:not(.pad)#today {
  color: #ffffff;
  background: #ff296a;
}

.widgets table tfoot td {
  padding-top: 10px;
}

.widgets table tfoot td:first-child {
  text-align: left;
}

.widgets table tfoot td:last-child {
  text-align: right;
}

.widgets table tfoot td a {
  text-decoration: none;
}

.widgets .calendar_wrap tbody td {
  width: 14%;
}

.widgets a.rsswidget img {
  display: none;
}

.widgets .tagcloud {
  max-width: 200px;
}

@media screen and (max-width: 480px) {
  .widgets .tagcloud {
    max-width: inherit;
  }
}

.widgets .tagcloud a {
  color: #4e4e4e;
  border-bottom: 1px solid #ffffff;
  line-height: 1.2em;
}

.widgets .tagcloud a:hover {
  color: #ff296a;
  border-bottom: 1px solid #ff296a;
}

/* Common - Sidebars ****************************************************************************************/
.blog-sidebar .widget,
.shop-sidebar .widget {
  margin-bottom: 80px;
}

.blog-sidebar .widget .widgettitle,
.shop-sidebar .widget .widgettitle {
  font-size: 14.9px;
}

.blog-sidebar .widget .tagcloud,
.shop-sidebar .widget .tagcloud {
  text-transform: none;
}

/* Common - Mobile Menu *************************************************************************************/
.mobile-menu-button {
  display: none;
  float: left;
  margin-top: 7px;
  text-transform: uppercase;
}

.mobile-menu-button i {
  display: inline-block;
  vertical-align: top;
  line-height: 10px;
  margin-right: 5px;
  font-size: 20px;
}

.mobile-menu-button span {
  display: inline-block;
  vertical-align: top;
  line-height: 10px;
}

@media screen and (max-width: 768px) {
  .mobile-menu-button {
    display: inline-block;
  }
}

.mobile-menu-button:hover {
  transition: 0.25s ease-in-out;
  color: #ff296a;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
}

.mobile-menu {
  display: block;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: -200px;
  height: 100%;
  width: 200px;
  z-index: 11;
  overflow: scroll;
  transition: 0.25s ease-in-out;
}

.mobile-menu li.menu-item-has-children > a:after {
  content: "+";
  color: #e3e3e3;
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 14px;
  vertical-align: middle;
}

.mobile-menu li.menu-item-has-children.active > a {
  color: #ff296a;
}

.mobile-menu li.menu-item-has-children.active > a:after {
  content: "-";
}

.mobile-menu a {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #e3e3e3;
  text-transform: uppercase;
}

.mobile-menu .sub-menu {
  display: none;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.mobile-menu .sub-menu a {
  text-transform: inherit;
}

/*
Common - Breadcrumb
===================
*/
.breadcrumb {
  width: 98%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-transform: uppercase;
  color: #171719;
  font-size: 11.3px;
  margin-top: 25px;
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .breadcrumb {
    max-width: 1160px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .breadcrumb {
    max-width: 924px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    max-width: 718px;
  }
}

@media screen and (max-width: 480px) {
  .breadcrumb {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.breadcrumb:empty {
  display: none;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:not(:first-child) {
  margin-left: 0.20px;
}

.breadcrumb a {
  color: #171719;
  transition: 0.25s ease-in-out;
}

.breadcrumb a:hover {
  color: #ff296a !important;
}

.breadcrumb strong {
  font-weight: 400;
}

.breadcrumb span {
  color: #4e4e4e;
  display: inline-block;
  padding: 0 3px;
}

/* Common - Pagination **************************************************************************************/
.pagination {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}

.pagination li {
  margin-left: 5px;
  margin-right: 5px;
}

.pagination li a:hover {
  color: #ff296a;
}

.pagination .current {
  font-weight: 700;
  text-decoration: underline;
}

.pagination a:last-child {
  float: right;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .pagination a:last-child {
    text-align: center;
    width: 100%;
    margin-top: 25px;
  }
}

.pagination a:first-child {
  float: left;
}

@media screen and (max-width: 480px) {
  .pagination a:first-child {
    text-align: center;
    width: 100%;
  }
}

.post-content .pagination a:first-child {
  float: none;
}

.post-content .pagination a:last-child {
  float: none;
}

/* Common - Comments ****************************************************************************************/
.comments-area h3 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #e3e3e3;
}

.comments-area .comments-list {
  list-style: none;
  position: relative;
}

.comments-area .comments-list .comment .gravatar,
.comments-area .comments-list .pingback .gravatar {
  float: left;
}

.comments-area .comments-list .comment .comment-content-container,
.comments-area .comments-list .pingback .comment-content-container {
  overflow: hidden;
  padding-left: 10px;
  margin-bottom: 40px;
}

.comments-area .comments-list .comment .comment-content-container .comment-meta h2.comment-author,
.comments-area .comments-list .pingback .comment-content-container .comment-meta h2.comment-author {
  font-size: 14.9px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.comments-area .comments-list .comment .comment-content-container .comment-meta h2.comment-author a,
.comments-area .comments-list .pingback .comment-content-container .comment-meta h2.comment-author a {
  text-decoration: none;
}

.comments-area .comments-list .comment .comment-content-container .comment-meta .comment-date,
.comments-area .comments-list .pingback .comment-content-container .comment-meta .comment-date {
  color: #4e4e4e;
  margin-bottom: 3px;
}

.comments-area .comments-list .comment .comment-content-container .comment-content a.comment-edit-link,
.comments-area .comments-list .comment .comment-content-container .comment-content a.comment-reply-link,
.comments-area .comments-list .pingback .comment-content-container .comment-content a.comment-edit-link,
.comments-area .comments-list .pingback .comment-content-container .comment-content a.comment-reply-link {
  display: inline-block;
  background: #171719;
  color: #ffffff;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  font-family: "PT Serif", "Times New Roman", Serif;
  font-weight: 600;
  font-size: 11.3px;
  line-height: 10px;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 6px 15px;
}

.comments-area .comments-list .comment .comment-content-container .comment-content a.comment-edit-link:hover,
.comments-area .comments-list .comment .comment-content-container .comment-content a.comment-reply-link:hover,
.comments-area .comments-list .pingback .comment-content-container .comment-content a.comment-edit-link:hover,
.comments-area .comments-list .pingback .comment-content-container .comment-content a.comment-reply-link:hover {
  color: #ffffff !important;
  background: #ff296a !important;
}

.comments-area .comments-list .comment .comment-content-container .comment-content p,
.comments-area .comments-list .pingback .comment-content-container .comment-content p {
  margin-bottom: 10px;
}

.comments-area .child-comments {
  margin-left: 4vw;
}

.comments-area .comment-navigation h2 {
  font-size: 14.9px;
  text-align: center;
  margin-bottom: 10px;
}

.comments-area .comment-navigation .nav-links {
  padding-bottom: 25px;
}

.comments-area .comment-navigation .nav-links .nav-previous {
  display: inline-block;
  float: left;
  clear: left;
}

.comments-area .comment-navigation .nav-links .nav-previous:before {
  content: "\2190";
}

.comments-area .comment-navigation .nav-links .nav-next {
  display: inline-block;
  float: right;
  clear: right;
}

.comments-area .comment-navigation .nav-links .nav-next:after {
  content: "\2192";
}

.comments-area .comment-navigation .nav-links:after {
  content: "";
  display: block;
  clear: both;
}

.pingback .comment-content-container {
  padding-left: 0 !important;
}

.content #respond {
  padding: 20px;
  border: 1px solid #e3e3e3;
}

.content #respond h2 {
  font-size: 14.9px;
  margin-bottom: 5px;
}

.content #respond p {
  margin-bottom: 20px;
}

.content #respond label {
  text-transform: uppercase;
}

.content #respond input[type="text"],
.content #respond input[type="email"],
.content #respond input[type="url"] {
  width: 100%;
}

.content #respond textarea {
  width: 100%;
  height: 90px;
}

.content #respond input[type="submit"] {
  font-size: 13px;
  padding: 8px 20px;
  margin-top: 10px;
}

/* Common - Content *****************************************************************************************/
.blog .content,
.archive .content,
.search-results .content,
.search-no-results .content,
.page-template-page_blog_sidebar .content,
.page-template-page_shop_sidebar .content,
.single-attachment .content {
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 260px);
}

@media screen and (max-width: 920px) {
  .blog .content,
  .archive .content,
  .search-results .content,
  .search-no-results .content,
  .page-template-page_blog_sidebar .content,
  .page-template-page_shop_sidebar .content,
  .single-attachment .content {
    width: 100%;
  }
}

.content {
  overflow: hidden;
  margin-top: 25px;
  /* Common - Content - Gallery ***************************************************************************/
}

.content form.boxed, .content form.wpcf7-form {
  max-width: 480px;
  display: block;
  margin: 0 auto 20px auto;
  padding: 20px;
  border: 1px solid #e3e3e3;
}

.content form.boxed *:not([type="submit"]), .content form.wpcf7-form *:not([type="submit"]) {
  width: 100%;
}

.content form p {
  margin-bottom: 20px;
}

.content ul {
  list-style: none;
  margin-bottom: 35px;
  line-height: 23px;
}

.content ul:not(.products):not(.tabs):not(.methods) {
  list-style: disc outside;
}

.content ul:not(.products):not(.tabs):not(.methods) li {
  margin-left: 30px;
}

.content ul li {
  text-transform: uppercase;
}

.content ul ul {
  margin-bottom: 0;
  padding-left: 25px;
}

.content ol:not(.commentlist) {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 35px;
  line-height: 23px;
}

.content ol:not(.commentlist) ol {
  margin-bottom: 0;
}

.content ol:not(.commentlist) li {
  text-transform: uppercase;
}

.content a:not(.button):not(.page-numbers):not(.remove):not(.select2-choice):not(.added_to_cart) {
  text-decoration: underline;
}

.content a:not(.button):not(.page-numbers):not(.remove):not(.select2-choice):not(.added_to_cart):hover {
  color: #ff296a;
}

.content table:not(.variations):not(.shop_table):not(.shop_attributes) {
  border: 1px solid #e3e3e3;
  font-size: 14.9px;
  text-align: left;
  margin-bottom: 35px;
}

.content table:not(.variations):not(.shop_table):not(.shop_attributes) thead th {
  border-bottom: 1px solid #e3e3e3;
  text-transform: uppercase;
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .content table:not(.variations):not(.shop_table):not(.shop_attributes) thead th {
    padding: 10px;
  }
}

.content table:not(.variations):not(.shop_table):not(.shop_attributes) th {
  font-size: 17.1px;
  font-weight: 400;
}

.content table:not(.variations):not(.shop_table):not(.shop_attributes) th, .content table:not(.variations):not(.shop_table):not(.shop_attributes) td {
  padding: 20px 20px;
}

.content table:not(.variations):not(.shop_table):not(.shop_attributes) tr:not(:last-child) td, .content table:not(.variations):not(.shop_table):not(.shop_attributes) tr:not(:last-child) th {
  border-bottom: 1px solid #e3e3e3;
}

.content table:not(.variations):not(.shop_table):not(.shop_attributes) a:not(.remove) {
  font-weight: 400;
  text-decoration: underline;
}

.content table:not(.variations):not(.shop_table):not(.shop_attributes) a:not(.remove):hover {
  color: #ff296a;
}

.content label {
  display: inline-block;
  line-height: 1.75em;
}

.content .page-title {
  font-size: 26px;
  text-align: center;
  padding-bottom: 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .content .page-title {
    border-bottom: inherit !important;
  }
}

.content .wp-caption, .content .wp-caption-text, .content .sticky, .content .screen-reader-text, .content .gallery-caption, .content .bypostauthor, .content .aligncenter {
  color: inherit;
}

.content .bamboo-column li {
  list-style: none;
  text-transform: uppercase;
  margin-left: 16px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

.content .bamboo-column li:before {
  content: "T";
  vertical-align: top;
  font-family: 'Bamboo-Regular';
  font-style: normal;
  font-size: 1.4em;
  color: #ff296a;
  margin-left: -16px;
  margin-bottom: 3px;
  margin-right: 5px;
  display: inline-block;
}

.content .gallery-columns-1 > * {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
}

.content .gallery-columns-1 > *:not(:nth-child(1n)) {
  margin-right: 25px !important;
  clear: none;
}

.content .gallery-columns-1 > *:nth-child(1n) {
  margin-right: 0 !important;
  clear: none;
}

.content .gallery-columns-1 > *:nth-child(1n+1) {
  clear: left;
}

.content .gallery-columns-1 > * img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 375px) {
  .content .gallery-columns-1 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .content .gallery-columns-1 > *:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-1 > *:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-1 > *:nth-child(1n+1) {
    clear: left;
  }
  .content .gallery-columns-1 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.content .gallery-columns-1:after {
  content: "";
  display: block;
  clear: both;
}

.content .gallery-columns-2 > * {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 2 - 1) ) ) / 2) !important;
}

.content .gallery-columns-2 > *:not(:nth-child(2n)) {
  margin-right: 25px !important;
  clear: none;
}

.content .gallery-columns-2 > *:nth-child(2n) {
  margin-right: 0 !important;
  clear: none;
}

.content .gallery-columns-2 > *:nth-child(2n+1) {
  clear: left;
}

.content .gallery-columns-2 > * img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 375px) {
  .content .gallery-columns-2 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .content .gallery-columns-2 > *:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-2 > *:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-2 > *:nth-child(1n+1) {
    clear: left;
  }
  .content .gallery-columns-2 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.content .gallery-columns-2:after {
  content: "";
  display: block;
  clear: both;
}

.content .gallery-columns-3 > * {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 3 - 1) ) ) / 3) !important;
}

.content .gallery-columns-3 > *:not(:nth-child(3n)) {
  margin-right: 25px !important;
  clear: none;
}

.content .gallery-columns-3 > *:nth-child(3n) {
  margin-right: 0 !important;
  clear: none;
}

.content .gallery-columns-3 > *:nth-child(3n+1) {
  clear: left;
}

.content .gallery-columns-3 > * img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 375px) {
  .content .gallery-columns-3 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .content .gallery-columns-3 > *:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-3 > *:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-3 > *:nth-child(1n+1) {
    clear: left;
  }
  .content .gallery-columns-3 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.content .gallery-columns-3:after {
  content: "";
  display: block;
  clear: both;
}

.content .gallery-columns-4 > * {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 4 - 1) ) ) / 4) !important;
}

.content .gallery-columns-4 > *:not(:nth-child(4n)) {
  margin-right: 25px !important;
  clear: none;
}

.content .gallery-columns-4 > *:nth-child(4n) {
  margin-right: 0 !important;
  clear: none;
}

.content .gallery-columns-4 > *:nth-child(4n+1) {
  clear: left;
}

.content .gallery-columns-4 > * img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .content .gallery-columns-4 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 4 - 1) ) ) / 4) !important;
  }
  .content .gallery-columns-4 > *:not(:nth-child(4n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-4 > *:nth-child(4n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-4 > *:nth-child(4n+1) {
    clear: left;
  }
  .content .gallery-columns-4 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .content .gallery-columns-4 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 2 - 1) ) ) / 2) !important;
  }
  .content .gallery-columns-4 > *:not(:nth-child(2n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-4 > *:nth-child(2n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-4 > *:nth-child(2n+1) {
    clear: left;
  }
  .content .gallery-columns-4 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .content .gallery-columns-4 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .content .gallery-columns-4 > *:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-4 > *:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-4 > *:nth-child(1n+1) {
    clear: left;
  }
  .content .gallery-columns-4 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.content .gallery-columns-4:after {
  content: "";
  display: block;
  clear: both;
}

.content .gallery-columns-5 > * {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 5 - 1) ) ) / 5) !important;
}

.content .gallery-columns-5 > *:not(:nth-child(5n)) {
  margin-right: 25px !important;
  clear: none;
}

.content .gallery-columns-5 > *:nth-child(5n) {
  margin-right: 0 !important;
  clear: none;
}

.content .gallery-columns-5 > *:nth-child(5n+1) {
  clear: left;
}

.content .gallery-columns-5 > * img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .content .gallery-columns-5 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 5 - 1) ) ) / 5) !important;
  }
  .content .gallery-columns-5 > *:not(:nth-child(5n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-5 > *:nth-child(5n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-5 > *:nth-child(5n+1) {
    clear: left;
  }
  .content .gallery-columns-5 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .content .gallery-columns-5 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 3 - 1) ) ) / 3) !important;
  }
  .content .gallery-columns-5 > *:not(:nth-child(3n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-5 > *:nth-child(3n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-5 > *:nth-child(3n+1) {
    clear: left;
  }
  .content .gallery-columns-5 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .content .gallery-columns-5 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .content .gallery-columns-5 > *:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-5 > *:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-5 > *:nth-child(1n+1) {
    clear: left;
  }
  .content .gallery-columns-5 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.content .gallery-columns-5:after {
  content: "";
  display: block;
  clear: both;
}

.content .gallery-columns-6 > * {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 6 - 1) ) ) / 6) !important;
}

.content .gallery-columns-6 > *:not(:nth-child(6n)) {
  margin-right: 25px !important;
  clear: none;
}

.content .gallery-columns-6 > *:nth-child(6n) {
  margin-right: 0 !important;
  clear: none;
}

.content .gallery-columns-6 > *:nth-child(6n+1) {
  clear: left;
}

.content .gallery-columns-6 > * img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .content .gallery-columns-6 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 4 - 1) ) ) / 4) !important;
  }
  .content .gallery-columns-6 > *:not(:nth-child(4n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-6 > *:nth-child(4n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-6 > *:nth-child(4n+1) {
    clear: left;
  }
  .content .gallery-columns-6 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .content .gallery-columns-6 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 2 - 1) ) ) / 2) !important;
  }
  .content .gallery-columns-6 > *:not(:nth-child(2n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-6 > *:nth-child(2n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-6 > *:nth-child(2n+1) {
    clear: left;
  }
  .content .gallery-columns-6 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .content .gallery-columns-6 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .content .gallery-columns-6 > *:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-6 > *:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-6 > *:nth-child(1n+1) {
    clear: left;
  }
  .content .gallery-columns-6 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.content .gallery-columns-6:after {
  content: "";
  display: block;
  clear: both;
}

.content .gallery-columns-7 > * {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 7 - 1) ) ) / 7) !important;
}

.content .gallery-columns-7 > *:not(:nth-child(7n)) {
  margin-right: 25px !important;
  clear: none;
}

.content .gallery-columns-7 > *:nth-child(7n) {
  margin-right: 0 !important;
  clear: none;
}

.content .gallery-columns-7 > *:nth-child(7n+1) {
  clear: left;
}

.content .gallery-columns-7 > * img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .content .gallery-columns-7 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 5 - 1) ) ) / 5) !important;
  }
  .content .gallery-columns-7 > *:not(:nth-child(5n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-7 > *:nth-child(5n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-7 > *:nth-child(5n+1) {
    clear: left;
  }
  .content .gallery-columns-7 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .content .gallery-columns-7 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 3 - 1) ) ) / 3) !important;
  }
  .content .gallery-columns-7 > *:not(:nth-child(3n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-7 > *:nth-child(3n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-7 > *:nth-child(3n+1) {
    clear: left;
  }
  .content .gallery-columns-7 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .content .gallery-columns-7 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .content .gallery-columns-7 > *:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-7 > *:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-7 > *:nth-child(1n+1) {
    clear: left;
  }
  .content .gallery-columns-7 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.content .gallery-columns-7:after {
  content: "";
  display: block;
  clear: both;
}

.content .gallery-columns-8 > * {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 8 - 1) ) ) / 8) !important;
}

.content .gallery-columns-8 > *:not(:nth-child(8n)) {
  margin-right: 25px !important;
  clear: none;
}

.content .gallery-columns-8 > *:nth-child(8n) {
  margin-right: 0 !important;
  clear: none;
}

.content .gallery-columns-8 > *:nth-child(8n+1) {
  clear: left;
}

.content .gallery-columns-8 > * img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .content .gallery-columns-8 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 4 - 1) ) ) / 4) !important;
  }
  .content .gallery-columns-8 > *:not(:nth-child(4n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-8 > *:nth-child(4n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-8 > *:nth-child(4n+1) {
    clear: left;
  }
  .content .gallery-columns-8 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .content .gallery-columns-8 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 2 - 1) ) ) / 2) !important;
  }
  .content .gallery-columns-8 > *:not(:nth-child(2n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-8 > *:nth-child(2n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-8 > *:nth-child(2n+1) {
    clear: left;
  }
  .content .gallery-columns-8 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .content .gallery-columns-8 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .content .gallery-columns-8 > *:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-8 > *:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-8 > *:nth-child(1n+1) {
    clear: left;
  }
  .content .gallery-columns-8 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.content .gallery-columns-8:after {
  content: "";
  display: block;
  clear: both;
}

.content .gallery-columns-9 > * {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 9 - 1) ) ) / 9) !important;
}

.content .gallery-columns-9 > *:not(:nth-child(9n)) {
  margin-right: 25px !important;
  clear: none;
}

.content .gallery-columns-9 > *:nth-child(9n) {
  margin-right: 0 !important;
  clear: none;
}

.content .gallery-columns-9 > *:nth-child(9n+1) {
  clear: left;
}

.content .gallery-columns-9 > * img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .content .gallery-columns-9 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 5 - 1) ) ) / 5) !important;
  }
  .content .gallery-columns-9 > *:not(:nth-child(5n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-9 > *:nth-child(5n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-9 > *:nth-child(5n+1) {
    clear: left;
  }
  .content .gallery-columns-9 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .content .gallery-columns-9 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 3 - 1) ) ) / 3) !important;
  }
  .content .gallery-columns-9 > *:not(:nth-child(3n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-9 > *:nth-child(3n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-9 > *:nth-child(3n+1) {
    clear: left;
  }
  .content .gallery-columns-9 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .content .gallery-columns-9 > * {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .content .gallery-columns-9 > *:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .content .gallery-columns-9 > *:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .content .gallery-columns-9 > *:nth-child(1n+1) {
    clear: left;
  }
  .content .gallery-columns-9 > * img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.content .gallery-columns-9:after {
  content: "";
  display: block;
  clear: both;
}

.content .gallery-item {
  overflow: hidden;
}

.content .gallery-item a:hover .attachment-thumbnail {
  transition: 0.25s ease-in-out;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* Common - Homepage ****************************************************************************************/
.home h2, .home h3, .home h4, .home h5, .home h6 {
  margin-bottom: 10px;
}

.home p + h2, .home p + h3, .home p + h4, .home p + h5, .home p + h6 {
  margin-top: 60px;
}

.home p + .woocommerce {
  margin-top: 30px;
}

.home .woocommerce + h1 {
  margin-top: 30px;
}

.home .woocommerce + h2, .home .woocommerce + h3, .home .woocommerce + h4, .home .woocommerce + h5, .home .woocommerce + h6 {
  margin-top: 50px;
}

/************************************************************************************************************/
/* Blog *****************************************************************************************************/
/* Blog - Index *********************************************************************************************/
.blog .content,
.search-results .content,
.archive .content,
.attachment .content {
  /* Blog - Index - Content ***************************************************************************/
}

.blog .content .post-entry,
.search-results .content .post-entry,
.archive .content .post-entry,
.attachment .content .post-entry {
  margin-bottom: 50px;
}

.blog .content .post-entry:not(:first-of-type),
.search-results .content .post-entry:not(:first-of-type),
.archive .content .post-entry:not(:first-of-type),
.attachment .content .post-entry:not(:first-of-type) {
  padding-top: 50px;
  border-top: 1px solid #e3e3e3;
}

.blog .content .post-entry .post-thumbnail img,
.search-results .content .post-entry .post-thumbnail img,
.archive .content .post-entry .post-thumbnail img,
.attachment .content .post-entry .post-thumbnail img {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .blog .content .post-entry:not(.sticky) .post-thumbnail,
  .search-results .content .post-entry:not(.sticky) .post-thumbnail,
  .archive .content .post-entry:not(.sticky) .post-thumbnail,
  .attachment .content .post-entry:not(.sticky) .post-thumbnail {
    width: 50%;
    float: right;
    clear: right;
    margin-left: 70px;
  }
  .blog .content .post-entry:not(.sticky) .post-thumbnail img,
  .search-results .content .post-entry:not(.sticky) .post-thumbnail img,
  .archive .content .post-entry:not(.sticky) .post-thumbnail img,
  .attachment .content .post-entry:not(.sticky) .post-thumbnail img {
    max-height: 300px;
    width: auto;
    float: right;
  }
}

.blog .content .post-entry.sticky .post-title-link h1:before,
.search-results .content .post-entry.sticky .post-title-link h1:before,
.archive .content .post-entry.sticky .post-title-link h1:before,
.attachment .content .post-entry.sticky .post-title-link h1:before {
  content: "FEATURED: ";
}

.blog .content .post-entry .post-content .post-meta,
.search-results .content .post-entry .post-content .post-meta,
.archive .content .post-entry .post-content .post-meta,
.attachment .content .post-entry .post-content .post-meta {
  color: #4e4e4e;
  font-size: 11.3px;
  margin-bottom: 25px;
}

.blog .content .post-entry .post-content .post-meta a,
.search-results .content .post-entry .post-content .post-meta a,
.archive .content .post-entry .post-content .post-meta a,
.attachment .content .post-entry .post-content .post-meta a {
  text-decoration: underline;
}

.blog .content .post-entry .post-content .post-meta a:hover,
.search-results .content .post-entry .post-content .post-meta a:hover,
.archive .content .post-entry .post-content .post-meta a:hover,
.attachment .content .post-entry .post-content .post-meta a:hover {
  color: #ff296a;
}

.blog .content .post-entry .post-content .post-title-link,
.search-results .content .post-entry .post-content .post-title-link,
.archive .content .post-entry .post-content .post-title-link,
.attachment .content .post-entry .post-content .post-title-link {
  text-decoration: none !important;
}

.blog .content .post-entry .post-content .post-title,
.search-results .content .post-entry .post-content .post-title,
.archive .content .post-entry .post-content .post-title,
.attachment .content .post-entry .post-content .post-title {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.blog .content .post-entry .post-content .post-button,
.search-results .content .post-entry .post-content .post-button,
.archive .content .post-entry .post-content .post-button,
.attachment .content .post-entry .post-content .post-button {
  display: inline-block;
  margin-top: 22px;
  font-family: "PT Serif", "Times New Roman", Serif;
  font-size: 13px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
}

/* Blog - Page **********************************************************************************************/
.page .post-thumbnail {
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.page .post-thumbnail img {
  width: 100%;
  height: auto;
}

/* Blog - Single ********************************************************************************************/
.single-post .content,
.single-attachment .content {
  /* Blog - Single - Content **************************************************************************/
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 260px);
}

@media screen and (max-width: 920px) {
  .single-post .content,
  .single-attachment .content {
    width: 100%;
  }
}

.single-post .content .post-title,
.single-attachment .content .post-title {
  text-align: center;
  margin-top: 33px;
}

.single-post .content .post-title:after,
.single-attachment .content .post-title:after {
  content: "";
  display: block;
  background: #f2f3f4;
  width: 100%;
  max-width: 350px;
  height: 2px;
  margin: 30px auto 0 auto;
}

.single-post .content .post-meta,
.single-attachment .content .post-meta {
  padding-top: 10px;
  padding-bottom: 40px;
  color: #4e4e4e;
  font-size: 11.3px;
  text-align: center;
}

.single-post .content .post-meta a,
.single-attachment .content .post-meta a {
  color: #4e4e4e;
  text-decoration: underline;
}

.single-post .content .post-meta a:hover,
.single-attachment .content .post-meta a:hover {
  color: #ff296a;
}

.single-post .content .post-meta a[rel="author"],
.single-attachment .content .post-meta a[rel="author"] {
  color: #4e4e4e;
}

.single-post .content .post-thumbnail img,
.single-attachment .content .post-thumbnail img {
  width: 100%;
  height: auto;
}

.single-post .content .post-thumbnail + .post-meta,
.single-attachment .content .post-thumbnail + .post-meta {
  margin-top: 40px;
}

.single-post .content img,
.single-attachment .content img {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Blog - Sidebar *******************************************************************************************/
.blog-sidebar {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 40px;
  width: 210px;
}

@media screen and (min-width: 921px) {
  .blog-sidebar .widget {
    width: 100%;
  }
}

@media screen and (max-width: 920px) {
  .blog-sidebar {
    margin-left: 0;
    padding-top: 30px;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
}

@media screen and (max-width: 480px) {
  .blog-sidebar {
    border-bottom: inherit;
  }
}

/************************************************************************************************************/
/* WooCommerce **********************************************************************************************/
/* WooCommerce - Fonts **************************************************************************************/
@font-face {
  font-family: 'star';
  src: url("../../plugins/woocommerce/assets/fonts/star.eot");
  src: url("../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WooCommerce';
  src: url("../../plugins/woocommerce/assets/fonts/WooCommerce.eot");
  src: url("../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../../plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("../../plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* WooCommerce - Common Classes *****************************************************************************/
.onsale {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px !important;
  width: 64px;
  height: 64px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff296a;
  color: #ffffff;
  font-size: 14.9px;
  line-height: 16px;
  padding-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.products .onsale {
  top: 0;
  left: 0 !important;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .products .onsale {
    top: -15px;
    left: -15px !important;
  }
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border: 1px solid #e3e3e3;
  padding: 25px;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  text-decoration: underline;
  background: #ffffff;
  color: #171719;
}

.woocommerce-message a:hover,
.woocommerce-error a:hover,
.woocommerce-info a:hover {
  color: #ff296a;
  background: #ffffff;
}

.woocommerce-error {
  color: #ff296a;
}

.woocommerce-error strong {
  color: #171719;
}

form.woocommerce-product-search {
  float: right;
}

form.woocommerce-product-search label span {
  display: none;
}

@media screen and (max-width: 768px) {
  form.woocommerce-product-search {
    display: none;
  }
}

/* WooCommerce - Cart Link **********************************************************************************/
.cart-link {
  float: right;
  margin-top: 4px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.cart-link i {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 10px;
  padding-top: 2px;
}

.cart-link span {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

.cart-link:hover {
  color: #ff296a;
}

/* WooCommerce - Shop Sidebar *******************************************************************************/
.shop-sidebar {
  text-transform: uppercase;
  display: inline-block;
  float: left;
  vertical-align: top;
  margin-top: 30px;
  margin-right: 40px;
  width: 210px;
}

@media screen and (min-width: 921px) {
  .shop-sidebar .widget {
    width: 100%;
  }
}

@media screen and (max-width: 920px) {
  .shop-sidebar {
    margin-right: 0;
    padding-top: 30px;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
}

@media screen and (max-width: 480px) {
  .shop-sidebar {
    border-bottom: inherit;
  }
}

.shop-sidebar .product-categories > li {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 9px;
}

.shop-sidebar .product-categories > li a {
  color: #171719;
}

.shop-sidebar .product-categories > li a:hover {
  color: #ff296a;
}

.shop-sidebar .product-categories .children {
  text-transform: uppercase;
  font-size: 11.3px;
  line-height: 21px;
  margin-top: 5px;
}

.shop-sidebar .product-categories .children a {
  color: #4e4e4e;
}

.single-product .shop-sidebar,
.page-template-page_shop_sidebar .shop-sidebar {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}

/* WooCommerce - Widgets ************************************************************************************/
.widgets li.chosen a:before {
  /* WooCommerce - Widgets - Filters ******************************************************************/
  content: "";
  color: #ff296a;
  font-family: WooCommerce;
  margin-right: 5px;
}

.widgets .product_list_widget {
  /* WooCommerce - Widgets - Product Lists ************************************************************/
  max-width: 200px;
}

@media screen and (max-width: 480px) {
  .widgets .product_list_widget {
    max-width: inherit;
  }
}

.widgets .product_list_widget li {
  margin-bottom: 15px;
  text-align: left;
  font-size: 11.3px;
}

.widgets .product_list_widget li a img {
  width: 40px;
  margin-left: 10px;
}

.widgets .product_list_widget li del {
  float: left;
  clear: left;
  color: #4e4e4e;
}

.widgets .product_list_widget li ins {
  float: left;
  margin-left: 5px;
  text-decoration: none;
}

.widgets .product_list_widget li a + .amount {
  float: left;
  clear: left;
}

.widgets .product_list_widget li .product-title {
  float: left;
  display: inline-block;
  padding-bottom: 5px;
  width: 100%;
  max-width: 150px;
}

.widgets .product_list_widget li .remove {
  color: #ff296a;
  margin-right: 10px;
}

.widgets .product_list_widget li .star-rating {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.widgets .product_list_widget li .quantity {
  display: block;
}

.widgets .product_list_widget dl, .widgets .product_list_widget dt, .widgets .product_list_widget dd {
  color: #ff296a;
  margin-bottom: 0;
}

.widgets .widget_shopping_cart_content {
  /* WooCommerce - Widgets - Basket *******************************************************************/
}

.widgets .widget_shopping_cart_content strong {
  font-weight: normal;
}

.widgets .widget_shopping_cart_content .cart_list {
  border-bottom: 1px solid #e3e3e3;
}

.widgets .widget_shopping_cart_content .cart_list a:not(.remove) {
  color: #171719;
}

@media screen and (max-width: 767px) {
  .widgets .widget_shopping_cart_content .cart_list .remove {
    font-size: 20px;
    line-height: 18px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .widgets .widget_shopping_cart_content .cart_list {
    border-bottom: inherit;
  }
}

.widgets .widget_shopping_cart_content .total {
  border-top: 1px solid #e3e3e3;
  margin-top: 1px;
  padding-top: 10px;
  max-width: 200px;
}

@media screen and (max-width: 480px) {
  .widgets .widget_shopping_cart_content .total {
    max-width: inherit;
    border-top: inherit;
    padding-top: 25px;
    color: #ff296a;
  }
}

.widgets .widget_shopping_cart_content .buttons .button {
  margin-top: 10px;
  display: inline-block;
  float: left;
  padding: 5px 15px;
  text-align: center;
  font-family: "PT Serif", "Times New Roman", Serif;
  font-size: 11.3px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.widgets .widget_shopping_cart_content .buttons .button:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .widgets .widget_shopping_cart_content .buttons .button {
    float: none;
    font-size: 17px;
    padding: 5px 20px;
  }
}

@media screen and (max-width: 480px) {
  .widgets .widget_shopping_cart_content .buttons {
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
  }
}

.widgets .price_slider_wrapper {
  /* WooCommerce - Widgets - Price Filer **************************************************************/
}

.widgets .price_slider_wrapper .ui-slider {
  position: relative;
  height: 5px;
  width: 100%;
  background: #ff296a;
  margin-top: 10px;
  margin-bottom: 20px;
}

.widgets .price_slider_wrapper .ui-slider .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  font-size: 7px;
  display: block;
  background: #e3e3e3;
}

.widgets .price_slider_wrapper .ui-slider .ui-slider-range-min {
  left: -1px;
}

.widgets .price_slider_wrapper .ui-slider .ui-slider-range-max {
  right: -1px;
}

.widgets .price_slider_wrapper .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  background: #e3e3e3;
  outline: none;
  top: -3px;
  transition: 0.25s ease-in-out;
}

.widgets .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
  margin-left: -5px;
}

.widgets .price_slider_wrapper .ui-slider .ui-slider-handle:hover {
  border: 2px solid #4e4e4e;
}

.widgets .price_slider_wrapper .price_label {
  float: right;
  padding-top: 3px;
  color: #4e4e4e;
}

.widgets .price_slider_wrapper button, .widgets .price_slider_wrapper table tfoot td a, .widgets table tfoot td .price_slider_wrapper a {
  display: inline-block;
  float: left;
  border: none;
  width: 45%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

footer .widget .amount {
  color: #4e4e4e;
}

footer .widget .quantity {
  color: #4e4e4e;
}

footer .widget .reviewer {
  color: #4e4e4e;
}

/* WooCommerce - Product List *******************************************************************************/
.tax-product_cat .page-title,
.post-type-archive-product .page-title {
  font-size: 26px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  max-width: 36rem;
  margin: 0 auto;
}

.term-description {
  margin: 0 auto 30px auto;
}

.term-description p {
  margin: inherit;
  max-width: 700px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .term-description {
    text-align: justify;
  }
}

.woocommerce-result-count {
  margin: 40px 0 0 0;
  text-transform: uppercase;
  line-height: inherit;
}

@media screen and (max-width: 480px) {
  .woocommerce-result-count {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.woocommerce-ordering {
  margin: 40px 0 20px 0;
}

@media screen and (max-width: 480px) {
  .woocommerce-ordering {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.woocommerce-ordering:before {
  content: "Sort By";
  text-transform: uppercase;
  margin-right: 30px;
}

.woocommerce ul.products {
  margin: 0;
  list-style: none !important;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.woocommerce ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 4 - 1) ) ) / 4) !important;
}

.woocommerce ul.products li.product:not(:nth-child(4n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce ul.products li.product:nth-child(4n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce ul.products li.product:nth-child(4n+1) {
  clear: left;
}

.woocommerce ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .woocommerce ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 4 - 1) ) ) / 4) !important;
  }
  .woocommerce ul.products li.product:not(:nth-child(4n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(4n+1) {
    clear: left;
  }
  .woocommerce ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 2 - 1) ) ) / 2) !important;
  }
  .woocommerce ul.products li.product:not(:nth-child(2n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce .cross-sells ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 3 - 1) ) ) / 3) !important;
}

.woocommerce .cross-sells ul.products li.product:not(:nth-child(3n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce .cross-sells ul.products li.product:nth-child(3n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce .cross-sells ul.products li.product:nth-child(3n+1) {
  clear: left;
}

.woocommerce .cross-sells ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 375px) {
  .woocommerce .cross-sells ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce .cross-sells ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce .cross-sells ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce .cross-sells ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce .cross-sells ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 820px) {
  .woocommerce .cross-sells ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 2 - 1) ) ) / 2) !important;
  }
  .woocommerce .cross-sells ul.products li.product:not(:nth-child(2n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce .cross-sells ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce .cross-sells ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 820px) and (max-width: 375px) {
  .woocommerce .cross-sells ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce .cross-sells ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce .cross-sells ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce .cross-sells ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce .cross-sells ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce .cross-sells ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 3 - 1) ) ) / 3) !important;
  }
  .woocommerce .cross-sells ul.products li.product:not(:nth-child(3n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce .cross-sells ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce .cross-sells ul.products li.product:nth-child(3n+1) {
    clear: left;
  }
  .woocommerce .cross-sells ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) and (max-width: 375px) {
  .woocommerce .cross-sells ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce .cross-sells ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce .cross-sells ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce .cross-sells ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce .cross-sells ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce.columns-1 ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
}

.woocommerce.columns-1 ul.products li.product:not(:nth-child(1n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce.columns-1 ul.products li.product:nth-child(1n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce.columns-1 ul.products li.product:nth-child(1n+1) {
  clear: left;
}

.woocommerce.columns-1 ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-1 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce.columns-1 ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-1 ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-1 ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce.columns-1 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce.columns-2 ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 2 - 1) ) ) / 2) !important;
}

.woocommerce.columns-2 ul.products li.product:not(:nth-child(2n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce.columns-2 ul.products li.product:nth-child(2n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce.columns-2 ul.products li.product:nth-child(2n+1) {
  clear: left;
}

.woocommerce.columns-2 ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-2 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce.columns-2 ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-2 ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-2 ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce.columns-2 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce.columns-3 ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 3 - 1) ) ) / 3) !important;
}

.woocommerce.columns-3 ul.products li.product:not(:nth-child(3n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce.columns-3 ul.products li.product:nth-child(3n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce.columns-3 ul.products li.product:nth-child(3n+1) {
  clear: left;
}

.woocommerce.columns-3 ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-3 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce.columns-3 ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-3 ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-3 ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce.columns-3 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce.columns-4 ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 4 - 1) ) ) / 4) !important;
}

.woocommerce.columns-4 ul.products li.product:not(:nth-child(4n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce.columns-4 ul.products li.product:nth-child(4n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce.columns-4 ul.products li.product:nth-child(4n+1) {
  clear: left;
}

.woocommerce.columns-4 ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .woocommerce.columns-4 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 4 - 1) ) ) / 4) !important;
  }
  .woocommerce.columns-4 ul.products li.product:not(:nth-child(4n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-4 ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-4 ul.products li.product:nth-child(4n+1) {
    clear: left;
  }
  .woocommerce.columns-4 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce.columns-4 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 2 - 1) ) ) / 2) !important;
  }
  .woocommerce.columns-4 ul.products li.product:not(:nth-child(2n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-4 ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-4 ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce.columns-4 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-4 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce.columns-4 ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-4 ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-4 ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce.columns-4 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce.columns-5 ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 5 - 1) ) ) / 5) !important;
}

.woocommerce.columns-5 ul.products li.product:not(:nth-child(5n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce.columns-5 ul.products li.product:nth-child(5n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce.columns-5 ul.products li.product:nth-child(5n+1) {
  clear: left;
}

.woocommerce.columns-5 ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .woocommerce.columns-5 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 5 - 1) ) ) / 5) !important;
  }
  .woocommerce.columns-5 ul.products li.product:not(:nth-child(5n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-5 ul.products li.product:nth-child(5n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-5 ul.products li.product:nth-child(5n+1) {
    clear: left;
  }
  .woocommerce.columns-5 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce.columns-5 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 3 - 1) ) ) / 3) !important;
  }
  .woocommerce.columns-5 ul.products li.product:not(:nth-child(3n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-5 ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-5 ul.products li.product:nth-child(3n+1) {
    clear: left;
  }
  .woocommerce.columns-5 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-5 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce.columns-5 ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-5 ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-5 ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce.columns-5 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce.columns-6 ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 6 - 1) ) ) / 6) !important;
}

.woocommerce.columns-6 ul.products li.product:not(:nth-child(6n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce.columns-6 ul.products li.product:nth-child(6n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce.columns-6 ul.products li.product:nth-child(6n+1) {
  clear: left;
}

.woocommerce.columns-6 ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .woocommerce.columns-6 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 4 - 1) ) ) / 4) !important;
  }
  .woocommerce.columns-6 ul.products li.product:not(:nth-child(4n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-6 ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-6 ul.products li.product:nth-child(4n+1) {
    clear: left;
  }
  .woocommerce.columns-6 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce.columns-6 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 2 - 1) ) ) / 2) !important;
  }
  .woocommerce.columns-6 ul.products li.product:not(:nth-child(2n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-6 ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-6 ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce.columns-6 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-6 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce.columns-6 ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-6 ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-6 ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce.columns-6 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce.columns-7 ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 7 - 1) ) ) / 7) !important;
}

.woocommerce.columns-7 ul.products li.product:not(:nth-child(7n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce.columns-7 ul.products li.product:nth-child(7n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce.columns-7 ul.products li.product:nth-child(7n+1) {
  clear: left;
}

.woocommerce.columns-7 ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .woocommerce.columns-7 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 5 - 1) ) ) / 5) !important;
  }
  .woocommerce.columns-7 ul.products li.product:not(:nth-child(5n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-7 ul.products li.product:nth-child(5n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-7 ul.products li.product:nth-child(5n+1) {
    clear: left;
  }
  .woocommerce.columns-7 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce.columns-7 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 3 - 1) ) ) / 3) !important;
  }
  .woocommerce.columns-7 ul.products li.product:not(:nth-child(3n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-7 ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-7 ul.products li.product:nth-child(3n+1) {
    clear: left;
  }
  .woocommerce.columns-7 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-7 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce.columns-7 ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-7 ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-7 ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce.columns-7 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce.columns-8 ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 8 - 1) ) ) / 8) !important;
}

.woocommerce.columns-8 ul.products li.product:not(:nth-child(8n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce.columns-8 ul.products li.product:nth-child(8n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce.columns-8 ul.products li.product:nth-child(8n+1) {
  clear: left;
}

.woocommerce.columns-8 ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .woocommerce.columns-8 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 4 - 1) ) ) / 4) !important;
  }
  .woocommerce.columns-8 ul.products li.product:not(:nth-child(4n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-8 ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-8 ul.products li.product:nth-child(4n+1) {
    clear: left;
  }
  .woocommerce.columns-8 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce.columns-8 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 2 - 1) ) ) / 2) !important;
  }
  .woocommerce.columns-8 ul.products li.product:not(:nth-child(2n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-8 ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-8 ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce.columns-8 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-8 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce.columns-8 ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-8 ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-8 ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce.columns-8 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce.columns-9 ul.products li.product {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px !important;
  width: calc( ( 99.99%  - ( 25px * ( 9 - 1) ) ) / 9) !important;
}

.woocommerce.columns-9 ul.products li.product:not(:nth-child(9n)) {
  margin-right: 25px !important;
  clear: none;
}

.woocommerce.columns-9 ul.products li.product:nth-child(9n) {
  margin-right: 0 !important;
  clear: none;
}

.woocommerce.columns-9 ul.products li.product:nth-child(9n+1) {
  clear: left;
}

.woocommerce.columns-9 ul.products li.product img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 820px) {
  .woocommerce.columns-9 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 5 - 1) ) ) / 5) !important;
  }
  .woocommerce.columns-9 ul.products li.product:not(:nth-child(5n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-9 ul.products li.product:nth-child(5n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-9 ul.products li.product:nth-child(5n+1) {
    clear: left;
  }
  .woocommerce.columns-9 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce.columns-9 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 3 - 1) ) ) / 3) !important;
  }
  .woocommerce.columns-9 ul.products li.product:not(:nth-child(3n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-9 ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-9 ul.products li.product:nth-child(3n+1) {
    clear: left;
  }
  .woocommerce.columns-9 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-9 ul.products li.product {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px !important;
    width: calc( ( 99.99%  - ( 25px * ( 1 - 1) ) ) / 1) !important;
  }
  .woocommerce.columns-9 ul.products li.product:not(:nth-child(1n)) {
    margin-right: 25px !important;
    clear: none;
  }
  .woocommerce.columns-9 ul.products li.product:nth-child(1n) {
    margin-right: 0 !important;
    clear: none;
  }
  .woocommerce.columns-9 ul.products li.product:nth-child(1n+1) {
    clear: left;
  }
  .woocommerce.columns-9 ul.products li.product img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.woocommerce.columns-1 li.product,
.woocommerce.columns-2 li.product {
  background: #f2f3f4;
}

@media screen and (max-width: 767px) {
  .woocommerce.columns-3 li.product {
    background: #f2f3f4;
  }
}

.woocommerce ul.products li.product {
  border: 1px solid #e3e3e3;
  padding: 15px;
}

.woocommerce ul.products li.product:not(.product-category) {
  padding: 18px;
}

.woocommerce ul.products li.product > a {
  display: block;
  position: relative;
  text-decoration: none !important;
}

.woocommerce ul.products li.product img {
  margin-bottom: 15px;
}

.woocommerce ul.products li.product h3 {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  min-height: 54px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .woocommerce ul.products li.product h3 {
    min-height: 72px;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce ul.products li.product h3 {
    font-size: 20px;
  }
}

.woocommerce ul.products li.product h3 mark {
  color: #ff296a;
}

.woocommerce ul.products li.product h3 + .price {
  margin-top: 29px;
}

.woocommerce ul.products li.product .price {
  display: block;
  margin-bottom: 13px;
  color: #ff296a;
  font-size: 14.9px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .woocommerce ul.products li.product .price {
    min-height: 70px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce ul.products li.product .price {
    font-size: 22.6px;
  }
}

.woocommerce ul.products li.product .price del {
  color: #4e4e4e;
}

.woocommerce ul.products li.product .price del .amount {
  color: #4e4e4e;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .woocommerce ul.products li.product .price ins {
    display: block;
    width: 100%;
  }
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .product_type_simple,
.woocommerce ul.products li.product .product_type_variable {
  display: none;
}

.home .woocommerce ul.products li.product-category h3 {
  font-size: 14.9px;
  padding-top: 20px;
}

.woocommerce-pagination {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-pagination li {
  margin-left: 5px;
  margin-right: 5px;
}

.woocommerce-pagination li a:hover {
  color: #ff296a;
}

.woocommerce-pagination .current {
  font-weight: 700;
  text-decoration: underline;
}

/* WooCommerce - 1 Column Category List *********************************************************************/
.woocommerce.columns-1 .products .product-category {
  border: none;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}

.woocommerce.columns-1 .products .product-category a {
  line-height: 0;
}

.woocommerce.columns-1 .products .product-category img {
  margin: 0 !important;
  width: 50%;
}

.woocommerce.columns-1 .products .product-category .product-category-details {
  display: block;
  position: absolute;
  bottom: 7.84%;
  left: 7.84%;
  right: 7.84%;
  padding: 7.84%;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
}

.woocommerce.columns-1 .products .product-category .product-category-details h3 {
  display: block;
  font-weight: 400;
  font-size: 19.7px;
  line-height: 19.7px;
  margin: 0 0 14px 0;
  min-height: inherit;
}

@media screen and (max-width: 1268px) {
  .woocommerce.columns-1 .products .product-category .product-category-details h3 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce.columns-1 .products .product-category .product-category-details h3 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-1 .products .product-category .product-category-details h3 {
    font-size: 7vw;
  }
}

.woocommerce.columns-1 .products .product-category .product-category-details span {
  display: inline-block;
  padding: 14px 25px;
  font-size: 14.9px;
  line-height: 10px;
  font-weight: 600;
  background: #171719;
  color: #ffffff;
}

@media screen and (max-width: 1268px) {
  .woocommerce.columns-1 .products .product-category .product-category-details span {
    font-size: 1.2vw;
    line-height: 1.2vw;
    padding: 7px 14px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce.columns-1 .products .product-category .product-category-details span {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce.columns-1 .products .product-category .product-category-details span {
    font-size: 3vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-1 .products .product-category .product-category-details span {
    font-size: 4vw;
    line-height: 4vw;
  }
}

.woocommerce.columns-1 .products .product-category .product-category-details mark {
  display: none;
}

@media screen and (min-width: 376px) and (max-width: 767px) {
  .woocommerce.columns-1 .products .product-category {
    height: auto;
  }
  .woocommerce.columns-1 .products .product-category img {
    width: 100%;
  }
  .woocommerce.columns-1 .products .product-category:nth-child(2n-1) {
    clear: none !important;
    margin-right: 2% !important;
  }
  .woocommerce.columns-1 .products .product-category:nth-child(2n) {
    clear: none !important;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-1 .products .product-category {
    height: auto;
  }
  .woocommerce.columns-1 .products .product-category img {
    width: 100%;
  }
}

.woocommerce.columns-1 .products .product-category:hover span {
  transition: 0.25s ease-in-out;
  background: #ff296a;
}

/* WooCommerce - 2 Column Category List *********************************************************************/
.woocommerce.columns-2 .products .product-category {
  border: none;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}

.woocommerce.columns-2 .products .product-category a {
  line-height: 0;
}

.woocommerce.columns-2 .products .product-category img {
  margin: 0 !important;
  width: 50%;
}

.woocommerce.columns-2 .products .product-category .product-category-details {
  display: block;
  position: absolute;
  bottom: 7.84%;
  left: 7.84%;
  right: 7.84%;
  padding: 7.84%;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
}

.woocommerce.columns-2 .products .product-category .product-category-details h3 {
  display: block;
  font-weight: 400;
  font-size: 19.7px;
  line-height: 19.7px;
  margin: 0 0 14px 0;
  min-height: inherit;
}

@media screen and (max-width: 1268px) {
  .woocommerce.columns-2 .products .product-category .product-category-details h3 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce.columns-2 .products .product-category .product-category-details h3 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-2 .products .product-category .product-category-details h3 {
    font-size: 7vw;
  }
}

.woocommerce.columns-2 .products .product-category .product-category-details span {
  display: inline-block;
  padding: 14px 25px;
  font-size: 14.9px;
  line-height: 10px;
  font-weight: 600;
  background: #171719;
  color: #ffffff;
}

@media screen and (max-width: 1268px) {
  .woocommerce.columns-2 .products .product-category .product-category-details span {
    font-size: 1.2vw;
    line-height: 1.2vw;
    padding: 7px 14px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce.columns-2 .products .product-category .product-category-details span {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce.columns-2 .products .product-category .product-category-details span {
    font-size: 3vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-2 .products .product-category .product-category-details span {
    font-size: 4vw;
    line-height: 4vw;
  }
}

.woocommerce.columns-2 .products .product-category .product-category-details mark {
  display: none;
}

@media screen and (min-width: 376px) and (max-width: 767px) {
  .woocommerce.columns-2 .products .product-category {
    height: auto;
  }
  .woocommerce.columns-2 .products .product-category img {
    width: 100%;
  }
  .woocommerce.columns-2 .products .product-category:nth-child(2n-1) {
    clear: none !important;
    margin-right: 2% !important;
  }
  .woocommerce.columns-2 .products .product-category:nth-child(2n) {
    clear: none !important;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-2 .products .product-category {
    height: auto;
  }
  .woocommerce.columns-2 .products .product-category img {
    width: 100%;
  }
}

.woocommerce.columns-2 .products .product-category:hover span {
  transition: 0.25s ease-in-out;
  background: #ff296a;
}

/* WooCommerce - 3 Column Category List *********************************************************************/
.woocommerce.columns-3 .products .product-category {
  border: none;
  padding: 0;
}

.woocommerce.columns-3 .products .product-category a {
  line-height: 0;
}

.woocommerce.columns-3 .products .product-category img {
  margin: 0 !important;
}

.woocommerce.columns-3 .products .product-category .product-category-details {
  display: block;
  position: absolute;
  bottom: 7.84%;
  left: 7.84%;
  right: 7.84%;
  padding: 7.84%;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
}

.woocommerce.columns-3 .products .product-category .product-category-details h3 {
  display: block;
  font-weight: 400;
  font-size: 19.7px;
  line-height: 19.7px;
  margin: 0 0 14px 0;
  min-height: inherit;
}

@media screen and (max-width: 1268px) {
  .woocommerce.columns-3 .products .product-category .product-category-details h3 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce.columns-3 .products .product-category .product-category-details h3 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-3 .products .product-category .product-category-details h3 {
    font-size: 7vw;
  }
}

.woocommerce.columns-3 .products .product-category .product-category-details span {
  display: inline-block;
  padding: 14px 25px;
  font-size: 14.9px;
  line-height: 10px;
  font-weight: 600;
  background: #171719;
  color: #ffffff;
}

@media screen and (max-width: 1268px) {
  .woocommerce.columns-3 .products .product-category .product-category-details span {
    font-size: 1.2vw;
    line-height: 1.2vw;
    padding: 7px 14px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce.columns-3 .products .product-category .product-category-details span {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce.columns-3 .products .product-category .product-category-details span {
    font-size: 3vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce.columns-3 .products .product-category .product-category-details span {
    font-size: 4vw;
    line-height: 4vw;
  }
}

.woocommerce.columns-3 .products .product-category .product-category-details mark {
  display: none;
}

@media screen and (max-width: 768px) {
  .woocommerce.columns-3 .products .product-category h3 {
    min-height: inherit;
  }
  .woocommerce.columns-3 .products .product-category hr {
    margin-bottom: 10px;
  }
  .woocommerce.columns-3 .products .product-category span {
    font-size: 2vw !important;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce.columns-3 .products .product-category span {
    font-size: 1.2em !important;
  }
}

.woocommerce.columns-3 .products .product-category:hover span {
  transition: 0.25s ease-in-out;
  background: #ff296a;
}

/* WooCommerce - 4 Column Category List *********************************************************************/
.woocommerce:not(.columns-1):not(.columns-2):not(.columns-3) .product-category-details {
  background: none !important;
}

.woocommerce:not(.columns-1):not(.columns-2):not(.columns-3) .product-category-details h3 {
  color: #171719;
}

.woocommerce:not(.columns-1):not(.columns-2):not(.columns-3) .product-category-details hr,
.woocommerce:not(.columns-1):not(.columns-2):not(.columns-3) .product-category-details span {
  display: none;
}

/* WooCommerce - Search Results *****************************************************************************/
.search-results .price {
  display: block;
  font-size: 26px;
  margin-bottom: 25px;
}

.search-results ins {
  text-decoration: none;
}

.search-results a.button {
  display: inline-block;
  margin-top: 22px;
  font-family: "PT Serif", "Times New Roman", Serif;
  font-size: 14.9px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
}

/* WooCommerce - Single Product *****************************************************************************/
.single-product h1 {
  text-align: inherit;
  font-size: 26px;
  margin-bottom: 18px;
}

.single-product .product {
  position: relative;
}

.single-product .product div.images {
  width: 38% !important;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .single-product .product div.images {
    width: 100% !important;
  }
}

.single-product .product div.images .woocommerce-main-image {
  display: inline-block;
  width: 73%;
  padding: 6%;
  text-align: center;
  border: 1px solid #e3e3e3;
  line-height: 0;
}

.single-product .product div.images .thumbnails {
  width: 22.9%;
  float: right;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .single-product .product div.images .thumbnails {
    width: 22.5%;
  }
}

.single-product .product div.images .thumbnails a {
  width: 100%;
  padding: 10%;
  border: 1px solid #e3e3e3;
  line-height: 0;
}

.single-product .product div.summary {
  width: 57% !important;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .single-product .product div.summary {
    width: 100% !important;
  }
}

.single-product .product div.summary .star-rating {
  margin-bottom: 0;
}

.single-product .product div.summary .price {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22.6px;
  color: #ff296a;
}

.single-product .product div.summary .price del {
  color: #4e4e4e;
}

.single-product .product div.summary .price del span {
  color: #4e4e4e;
}

.single-product .product div.summary .price ins {
  text-decoration: none;
}

.single-product .product div.summary .variations {
  border: none;
  font-size: 13px;
  margin-bottom: 15px;
}

.single-product .product div.summary .variations td {
  vertical-align: top;
  padding: 0 0 15px 0;
}

.single-product .product div.summary .variations label {
  text-transform: uppercase;
  margin-right: 10px;
}

.single-product .product div.summary .variations .reset_variations {
  display: inline-block;
  margin-left: 10px;
  text-transform: lowercase;
  text-decoration: underline;
  text-align: right;
  font-size: 10px;
}

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

.single-product .product div.summary .single_variation .price {
  font-size: 18px;
}

.single-product .product .qty {
  border: 1px solid #e3e3e3;
}

.single-product .product .onsale {
  left: 0;
}

.single-product .product .single_add_to_cart_button {
  padding: 0.8em 14px;
  margin-left: 20px;
  border: none;
  background: none;
  font-family: "PT Serif", "Times New Roman", Serif;
  font-weight: 600;
  font-size: 11.3px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #171719;
  vertical-align: top;
}

.single-product .product .single_add_to_cart_button:hover {
  background-color: #ff296a;
}

.single-product .product .woocommerce-variation-availability {
  margin-top: 5px;
  font-size: 11.3px;
}

.single-product .product .tabs {
  margin: 0;
  height: 50px;
}

@media screen and (max-width: 480px) {
  .single-product .product .tabs {
    height: inherit;
  }
}

.single-product .product .tabs > li {
  height: 50px;
}

.single-product .product .tabs > li:not(:first-child) {
  margin: 0 0 0 -5px;
  display: inline-block;
}

.single-product .product .tabs:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 640px) {
  .single-product .product .tabs > li {
    width: 33%;
  }
}

@media screen and (max-width: 480px) {
  .single-product .product .tabs > li {
    width: 100%;
    display: block !important;
    margin-left: 0 !important;
  }
  .single-product .product .tabs > li:not(:last-child) a {
    border-bottom: none;
  }
}

.single-product .product .tabs > li > a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 13px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  padding: 12px 30px 13px 30px;
  width: 100%;
  min-width: 150px;
}

@media screen and (max-width: 640px) {
  .single-product .product .tabs > li > a {
    padding: 10px 5px 5px 5px;
    vertical-align: bottom;
    text-align: center;
    line-height: 13px;
    height: 49px;
    white-space: inherit;
  }
}

@media screen and (max-width: 480px) {
  .single-product .product .tabs > li > a {
    height: inherit;
    padding: 10px;
  }
}

@media screen and (min-width: 481px) {
  .single-product .product .tabs > li.active a {
    border-bottom: none !important;
  }
}

.single-product .product .panel {
  padding: 25px;
  border: 1px solid #e3e3e3;
  margin-top: -2px;
}

.single-product .product .panel h2, .single-product .product .panel h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17.1px;
  margin-bottom: 10px;
}

.single-product .product .panel table {
  border: none;
}

.single-product .product .panel td, .single-product .product .panel th {
  vertical-align: top;
  padding-right: 30px;
  border: none !important;
}

.single-product .product .panel td p, .single-product .product .panel th p {
  margin: 0;
}

.single-product .product .panel th {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  padding-bottom: 12.5px;
}

.single-product .product .panel li.comment {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #e3e3e3;
  padding: 20px;
}

.single-product .product .panel li.comment p {
  margin-top: 0;
}

.single-product .product .panel li.comment strong {
  font-weight: 400;
  text-transform: uppercase;
}

.single-product .product .panel #reviews p {
  margin-bottom: 20px;
}

.single-product .product .panel #reviews .comment {
  padding: 0;
  border: none;
  margin-bottom: 40px;
}

.single-product .product .panel #reviews .comment_container {
  position: relative;
}

.single-product .product .panel #reviews .comment_container img {
  float: left;
}

.single-product .product .panel #reviews .comment_container .comment-text {
  display: block;
  padding-left: 15px;
  overflow: hidden;
}

.single-product .product .panel #reviews .comment_container .star-rating {
  float: right;
}

.single-product .product .panel #reviews .comment_container .meta {
  color: #4e4e4e;
  font-size: 13px;
}

.single-product .product .panel #reviews .comment_container .meta strong {
  color: #171719;
}

.single-product .product .panel #reviews .comment_container .meta time {
  font-size: 11.3px;
}

.single-product .product .panel #reviews .comment_container .description {
  text-transform: none;
}

.single-product .product .panel .comment-respond {
  border: inherit !important;
  padding: 0 !important;
}

.single-product .product .panel .comment-respond form label {
  display: inline-block;
  min-width: 10rem;
  vertical-align: top;
}

.single-product .product .panel .comment-respond form p.stars {
  position: relative;
  font-size: 13px;
}

.single-product .product .panel .comment-respond form p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
  color: #3197fc;
}

.single-product .product .panel .comment-respond form p.stars a:last-child {
  border-right: 0;
}

.single-product .product .panel .comment-respond form p.stars a.star-1, .single-product .product .panel .comment-respond form p.stars a.star-2, .single-product .product .panel .comment-respond form p.stars a.star-3, .single-product .product .panel .comment-respond form p.stars a.star-4, .single-product .product .panel .comment-respond form p.stars a.star-5 {
  border-right: 1px solid #ccc;
  text-decoration: none;
}

.single-product .product .panel .comment-respond form p.stars a.star-1:after, .single-product .product .panel .comment-respond form p.stars a.star-2:after, .single-product .product .panel .comment-respond form p.stars a.star-3:after, .single-product .product .panel .comment-respond form p.stars a.star-4:after, .single-product .product .panel .comment-respond form p.stars a.star-5:after {
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.single-product .product .panel .comment-respond form p.stars a.star-1 {
  width: 2em;
}

.single-product .product .panel .comment-respond form p.stars a.star-1:after {
  content: "\e021";
}

.single-product .product .panel .comment-respond form p.stars a.star-1:hover:after, .single-product .product .panel .comment-respond form p.stars a.star-1.active:after {
  content: "\e020";
}

.single-product .product .panel .comment-respond form p.stars a.star-2 {
  width: 3em;
}

.single-product .product .panel .comment-respond form p.stars a.star-2:after {
  content: "\e021\e021";
}

.single-product .product .panel .comment-respond form p.stars a.star-2:hover:after, .single-product .product .panel .comment-respond form p.stars a.star-2.active:after {
  content: "\e020\e020";
}

.single-product .product .panel .comment-respond form p.stars a.star-3 {
  width: 4em;
}

.single-product .product .panel .comment-respond form p.stars a.star-3:after {
  content: "\e021\e021\e021";
}

.single-product .product .panel .comment-respond form p.stars a.star-3:hover:after, .single-product .product .panel .comment-respond form p.stars a.star-3.active:after {
  content: "\e020\e020\e020";
}

.single-product .product .panel .comment-respond form p.stars a.star-4 {
  width: 5em;
}

.single-product .product .panel .comment-respond form p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}

.single-product .product .panel .comment-respond form p.stars a.star-4:hover:after, .single-product .product .panel .comment-respond form p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020";
}

.single-product .product .panel .comment-respond form p.stars a.star-5 {
  width: 6em;
  border: 0;
}

.single-product .product .panel .comment-respond form p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}

.single-product .product .panel .comment-respond form p.stars a.star-5:hover:after, .single-product .product .panel .comment-respond form p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020";
}

.single-product .product .panel .comment-respond form input[type="text"],
.single-product .product .panel .comment-respond form input[type="email"],
.single-product .product .panel .comment-respond form textarea {
  width: 100%;
}

.single-product .product .panel .comment-respond form input[type="submit"] {
  width: 10rem;
}

.single-product .summary div[itemprop="description"] {
  margin-bottom: 40px;
}

.single-product .variations_button {
  display: inline;
}

.single-product .product_meta {
  margin-top: 40px;
}

.single-product .product_meta .posted_in, .single-product .product_meta .tagged_as {
  text-transform: uppercase;
}

.single-product .product_meta .posted_in a, .single-product .product_meta .tagged_as a {
  text-transform: none;
  text-decoration: underline;
}

.single-product .woocommerce-tabs + .related {
  padding-top: 40px;
}

.single-product .related h2,
.single-product .upsells h2 {
  margin-top: 25px;
  font-size: 17.1px;
  text-align: center;
}

.woocommerce-noreviews {
  color: #ff296a;
  padding-bottom: 25px;
}

/* WooCommerce - Basket & Checkout **************************************************************************/
.woocommerce-cart form.login,
.woocommerce-checkout form.login {
  width: 50%;
}

table.shop_table {
  width: 100%;
  border: 1px solid #e3e3e3;
  text-transform: uppercase;
  font-size: 14.9px;
}

@media screen and (max-width: 480px) {
  table.shop_table.cart th:not(:nth-child(3)) {
    display: none;
  }
  table.shop_table.cart td {
    display: inline-block;
    font-size: 14.9px;
  }
  table.shop_table.cart td.product-remove {
    width: 10%;
    border-bottom: none !important;
    vertical-align: top;
  }
  table.shop_table.cart td.product-name {
    width: 90%;
    border-bottom: none !important;
  }
  table.shop_table.cart td:not(.product-remove):not(.product-name):not(.actions) {
    border-bottom: 1px solid #e3e3e3;
    vertical-align: bottom;
  }
  table.shop_table.cart td.product-price {
    width: 50%;
  }
  table.shop_table.cart td.product-quantity {
    width: 25%;
  }
  table.shop_table.cart td.product-subtotal {
    width: 25%;
  }
}

table.shop_table.cart .coupon {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  table.shop_table.cart .coupon {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 640px) {
  table.shop_table.cart .coupon input {
    width: 100% !important;
    margin-right: 0;
  }
}

table.shop_table th, table.shop_table td:not(.actions) {
  padding: 10px;
}

table.shop_table th.product-price, table.shop_table th.product-subtotal, table.shop_table th.product-quantity, table.shop_table td:not(.actions).product-price, table.shop_table td:not(.actions).product-subtotal, table.shop_table td:not(.actions).product-quantity {
  text-align: right;
}

table.shop_table th.product-thumbnail, table.shop_table td:not(.actions).product-thumbnail {
  text-align: center;
}

@media screen and (max-width: 640px) {
  table.shop_table th.product-thumbnail, table.shop_table td:not(.actions).product-thumbnail {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  table.shop_table th, table.shop_table td:not(.actions) {
    padding: 10px !important;
  }
}

table.shop_table th {
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  table.shop_table td, table.shop_table span, table.shop_table th {
    line-height: 25px;
  }
}

@media screen and (max-width: 480px) {
  table.shop_table td.actions {
    text-align: center !important;
  }
  table.shop_table td.actions input.button {
    font-size: 17.1px;
  }
}

table.shop_table p {
  padding: 0;
}

@media screen and (max-width: 480px) {
  table.shop_table .quantity input {
    font-size: 13px;
  }
}

table.shop_table .product-thumbnail img {
  width: 50px;
}

table.shop_table td.actions {
  padding: 25px;
}

table.shop_table td.actions .input-text {
  width: 200px;
}

@media screen and (max-width: 640px) {
  table.shop_table td.actions .input-text {
    padding: 10px;
  }
}

table.shop_table td.product-name {
  color: #171719;
}

table.shop_table td.product-name a {
  text-decoration: none !important;
}

table.shop_table td.product-remove {
  padding-left: 20px;
}

table.shop_table .order-number a {
  text-decoration: underline;
}

table.shop_table .order-total .amount {
  font-weight: 400;
  font-size: 14.9px;
}

table.shop_table a.button {
  border: none;
  font-size: 13px;
  padding: 5px 20px;
  font-family: "PT Serif", "Times New Roman", Serif;
  background: #171719;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  table.shop_table a.button {
    font-size: 11.3px;
    display: block;
    margin-right: inherit;
    margin-bottom: 10px;
  }
}

table.shop_table .coupon .input-text {
  min-width: 200px;
  vertical-align: top;
  margin-right: -3px;
}

table.shop_table dl.variation, table.shop_table dl.variation dt, table.shop_table dl.variation dd {
  margin-bottom: inherit;
}

#shipping_method {
  list-style: none !important;
  font-size: 11.3px;
  margin: 0;
}

#shipping_method li {
  padding: 0;
  margin: 0 0 20px 0;
}

#shipping_method li label {
  text-transform: none;
}

#shipping_method li label .amount {
  color: inherit;
  font-weight: 600;
}

.woocommerce-checkout-payment,
.woocommerce > #order_review > #payment {
  background: #e3e3e3;
  padding: 20px 20px 40px 20px;
}

.woocommerce-checkout-payment ul,
.woocommerce > #order_review > #payment ul {
  list-style: none;
  margin-left: 0;
}

.woocommerce-checkout-payment ul li,
.woocommerce > #order_review > #payment ul li {
  font-size: 11.3px;
  text-transform: none;
  margin-bottom: 20px;
}

.woocommerce-checkout-payment ul li label,
.woocommerce > #order_review > #payment ul li label {
  text-transform: inherit;
}

.woocommerce-checkout-payment ul li label img,
.woocommerce > #order_review > #payment ul li label img {
  width: 40%;
  max-width: 200px;
  vertical-align: middle;
  margin-left: 20px;
}

.woocommerce-checkout-payment ul li label a,
.woocommerce > #order_review > #payment ul li label a {
  color: #ff296a;
  font-size: 10px;
  text-decoration: underline;
  margin-left: 20px;
}

.woocommerce-checkout-payment ul li .payment_box,
.woocommerce > #order_review > #payment ul li .payment_box {
  position: relative;
  padding: 10px 20px;
  margin-top: 20px;
  background: #f2f3f4;
}

.woocommerce-checkout-payment ul li .payment_box:before,
.woocommerce > #order_review > #payment ul li .payment_box:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: #f2f3f4 transparent;
  display: block;
  width: 0;
}

.woocommerce-checkout-payment ul li .payment_box p,
.woocommerce > #order_review > #payment ul li .payment_box p {
  margin: 0;
}

.woocommerce-checkout-payment input[type="submit"],
.woocommerce > #order_review > #payment input[type="submit"] {
  width: 50%;
  clear: both;
}

@media screen and (max-width: 480px) {
  .woocommerce-checkout-payment input[type="submit"],
  .woocommerce > #order_review > #payment input[type="submit"] {
    font-size: 17px;
    width: 100%;
  }
}

.woocommerce-checkout-payment p.terms,
.woocommerce > #order_review > #payment p.terms {
  margin-top: 40px;
}

.woocommerce-checkout-payment p.terms a,
.woocommerce > #order_review > #payment p.terms a {
  color: #171719;
  text-decoration: underline;
}

a.remove {
  display: inline-block;
  color: #ff296a;
  border: 1px solid #ff296a;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

a.remove:hover {
  background: #ff296a;
  color: #ffffff !important;
  text-decoration: none !important;
}

.star-rating {
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 13px;
  line-height: 1em;
  font-size: 13px;
  width: 5.4em;
  font-family: 'star';
  color: #3197fc;
  margin-bottom: 5px;
}

.star-rating:before {
  content: "\73\73\73\73\73";
  color: #4e4e4e;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  text-transform: none;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 15px;
}

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.quantity {
  display: inline-block;
}

.quantity input {
  border: 2px solid #e3e3e3;
  font-size: 14.9px;
  padding-top: 6px;
  padding-bottom: 7px;
  width: 60px;
  text-align: center;
  border-radius: 0;
}

*.required {
  color: #ff296a;
  border-bottom: none;
}

.amount {
  color: #ff296a;
}

.variation dt, .variation dd {
  display: inline-block;
}

.variation dt p, .variation dd p {
  margin: 0;
}

.woocommerce form.checkout_coupon {
  width: 50%;
  padding: 20px 20px 0 20px;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
}

@media screen and (max-width: 820px) {
  .woocommerce form.checkout_coupon {
    width: 100%;
  }
}

.woocommerce form.checkout_coupon p {
  margin: 0 0 20px 0;
  width: 50%;
}

.woocommerce form.checkout_coupon input[type="submit"] {
  display: inline-block;
  width: 120px;
}

.woocommerce .return-to-shop .button {
  font-family: "PT Serif", "Times New Roman", Serif;
  font-size: 11.3px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.woocommerce .cart-collaterals .cart_totals {
  display: inline-block;
  width: calc( 100%/3);
  padding: 20px;
  border: 1px solid #e3e3e3;
}

@media screen and (max-width: 820px) {
  .woocommerce .cart-collaterals .cart_totals {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
}

.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 14.9px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.woocommerce .cart-collaterals .cart_totals th {
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  width: 60px;
  vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals table {
  width: 100%;
  border: none;
  margin-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals p {
  margin: 0;
}

.woocommerce .cart-collaterals .cart_totals td {
  text-align: right;
}

.woocommerce .cart-collaterals .cart_totals .cart-subtotal .amount,
.woocommerce .cart-collaterals .cart_totals .order-total .amount {
  color: #ff296a;
  font-weight: 400;
}

.woocommerce .cart-collaterals .cart_totals .shipping th:last-of-type, .woocommerce .cart-collaterals .cart_totals .shipping td:last-of-type {
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}

.woocommerce .cart-collaterals .cart_totals .shipping th:first-of-type, .woocommerce .cart-collaterals .cart_totals .shipping td:first-of-type {
  padding-top: 30px;
}

.woocommerce .cart-collaterals .cart_totals a.shipping-calculator-button {
  text-transform: uppercase;
  text-decoration: underline;
}

.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form {
  margin-top: 20px;
}

.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form > p {
  margin-bottom: 10px;
}

.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form input {
  font-size: 11.3px;
}

.woocommerce .cart-collaterals .cart_totals button, .woocommerce .cart-collaterals .cart_totals .widgets table tfoot td a, .widgets table tfoot td .woocommerce .cart-collaterals .cart_totals a {
  border: none;
  font-size: 11.3px;
  padding: 5px 20px;
  font-family: "PT Serif", "Times New Roman", Serif;
  background: #171719;
  color: #ffffff;
  text-transform: uppercase;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button {
  border: none;
  font-size: 11.3px;
  padding: 5px 20px;
  font-family: "PT Serif", "Times New Roman", Serif;
  font-weight: 600;
  background: #171719;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
  float: right;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  background: #ff296a;
}

@media screen and (max-width: 480px) {
  .woocommerce .cart-collaterals .cart_totals .checkout-button {
    font-size: 17.1px;
    float: inherit;
    display: block;
    text-align: center;
    margin-bottom: inherit;
  }
}

.woocommerce .cart-collaterals .cross-sells {
  display: inline-block;
  width: calc( ((100%/3)*2) - 25px);
}

@media screen and (max-width: 820px) {
  .woocommerce .cart-collaterals .cross-sells {
    width: calc( (100%/2) - 25px);
  }
}

@media screen and (max-width: 640px) {
  .woocommerce .cart-collaterals .cross-sells {
    width: 100%;
    margin-top: 25px;
  }
}

.woocommerce .cart-collaterals .cross-sells h2 {
  text-align: center;
  padding-bottom: 20px;
}

.checkout {
  margin-top: 50px;
}

.checkout label {
  text-transform: uppercase;
}

.checkout p {
  margin-bottom: 15px;
}

.checkout #customer_details {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-right: 1.5%;
  padding: 20px;
  border: 1px solid #e3e3e3;
}

@media screen and (max-width: 820px) {
  .checkout #customer_details {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .checkout #customer_details > * {
    width: 100%;
  }
}

.checkout #order_comments_field textarea {
  height: 90px;
}

.checkout .woocommerce-checkout-review-order {
  display: inline-block;
  vertical-align: top;
  width: 38%;
  border: 1px solid #e3e3e3;
  padding: 25px 20px 20px 20px;
}

@media screen and (max-width: 820px) {
  .checkout .woocommerce-checkout-review-order {
    width: 100%;
    margin-top: 40px;
  }
}

.checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #e3e3e3;
}

.checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th {
  font-size: 14.9px;
}

.checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td {
  vertical-align: top;
  font-size: 13px;
}

.checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td strong {
  display: block;
  font-weight: 400;
}

.checkout h3#order_review_heading {
  display: none;
}

.checkout label.checkbox[for="createaccount"] {
  text-transform: inherit;
  text-decoration: underline;
  font-size: 11.3px;
}

@media screen and (max-width: 480px) {
  label[for="payment_method_paypal"] a {
    display: block;
    width: 100%;
    margin-left: 0 !important;
  }
}

/* WooCommerce - My Account *********************************************************************************/
.woocommerce form.login,
.woocommerce form.register {
  padding: 20px 20px 0 20px;
  min-height: 250px;
  border: 2px solid #e3e3e3;
  margin-bottom: 30px;
}

@media screen and (max-width: 820px) {
  .woocommerce form.login,
  .woocommerce form.register {
    width: 100%;
  }
}

.woocommerce form.login p,
.woocommerce form.register p {
  margin: 0 0 20px 0;
}

.woocommerce form.login input[type="submit"],
.woocommerce form.register input[type="submit"] {
  display: inline-block;
}

.woocommerce form.login label,
.woocommerce form.register label {
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .woocommerce form.login label[for="username"],
  .woocommerce form.register label[for="username"] {
    font-size: 11.3px;
    margin-bottom: 2px;
  }
}

.woocommerce form.login label[for="rememberme"],
.woocommerce form.register label[for="rememberme"] {
  display: inline-block;
  margin-left: 20px;
}

.woocommerce form.login p.lost_password a,
.woocommerce form.register p.lost_password a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
  display: inline-block;
}

.woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-decoration: none !important;
  padding: 10px 20px;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.woocommerce-MyAccount-navigation ul li:first-child {
  margin-left: 0px !important;
}

.woocommerce-MyAccount-navigation ul li:not(:first-child) {
  margin-left: -4px !important;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
  border-right: 1px solid #e3e3e3;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #f2f3f4;
}

@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-navigation li {
    width: 100%;
    margin-left: inherit !important;
  }
  .woocommerce-MyAccount-navigation li a {
    border-right: 1px solid #e3e3e3;
  }
}

.woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

@media screen and (max-width: 480px) {
  .my_account_orders td, .my_account_orders thead th {
    display: inline-block;
    width: 50%;
  }
  .my_account_orders thead th {
    border-bottom: 1px solid #e3e3e3 !important;
  }
  .my_account_orders th.order-actions {
    display: none;
  }
  .my_account_orders td.order-actions {
    width: 100%;
  }
  .my_account_orders a.button {
    width: 45%;
    display: inline-block !important;
    font-size: 17.1px !important;
    text-decoration: none !important;
    text-align: center;
  }
  .my_account_orders a.button:first-child {
    margin-right: 10%;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce-MyAccount-content .customer_details th, .woocommerce-MyAccount-content .customer_details td {
    width: 100%;
    display: inline-block;
  }
  .woocommerce-MyAccount-content .customer_details th {
    color: #ff296a;
    border-bottom: none !important;
  }
}

.woocommerce form.login,
.woocommerce form.register {
  padding: 20px 20px 0 20px;
  min-height: 250px;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
}

@media screen and (max-width: 820px) {
  .woocommerce form.login,
  .woocommerce form.register {
    width: 100%;
  }
}

.woocommerce form.login p,
.woocommerce form.register p {
  margin: 0 0 20px 0;
}

.woocommerce form.login input[type="submit"],
.woocommerce form.register input[type="submit"] {
  display: inline-block;
}

.woocommerce form.login label,
.woocommerce form.register label {
  text-transform: uppercase;
}

.woocommerce form.login label[for="rememberme"],
.woocommerce form.register label[for="rememberme"] {
  display: inline-block;
  font-size: 11.3px;
  margin-left: 20px;
}

.woocommerce form.login p.lost_password a,
.woocommerce form.register p.lost_password a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11.3px;
  display: inline-block;
}

.woocommerce-edit-address .content form,
.woocommerce-edit-account .content form {
  border: 1px solid #e3e3e3;
  padding: 20px;
  max-width: 400px;
}

.woocommerce-account h2 {
  font-size: 17.1px;
}

.woocommerce-account .addresses .address {
  padding: 20px 20px 0 20px;
  border: 1px solid #e3e3e3;
}

.woocommerce-account .addresses .address h3 {
  display: inline-block;
}

.woocommerce-account .addresses .address a {
  float: right;
  text-transform: uppercase;
  text-decoration: underline;
}

.woocommerce .myaccount_user,
.woocommerce .myaccount_address {
  width: 50%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .woocommerce .myaccount_user,
  .woocommerce .myaccount_address {
    width: 100%;
  }
}

.woocommerce .myaccount_user a,
.woocommerce .myaccount_address a {
  text-decoration: underline;
}

.woocommerce-view-order .content header {
  margin-top: 40px;
  border: none;
}

.woocommerce .my_account_orders tr:last-child td,
.woocommerce .my_account_orders tr:last-child th,
.woocommerce .order_details tr:last-child td,
.woocommerce .order_details tr:last-child th,
.woocommerce .customer_details tr:last-child td,
.woocommerce .customer_details tr:last-child th {
  border-bottom: none;
}

.woocommerce .my_account_orders a.button,
.woocommerce .order_details a.button,
.woocommerce .customer_details a.button {
  text-decoration: none;
}

.woocommerce .my_account_orders tfoot td,
.woocommerce .my_account_orders .product-total,
.woocommerce .order_details tfoot td,
.woocommerce .order_details .product-total,
.woocommerce .customer_details tfoot td,
.woocommerce .customer_details .product-total {
  text-align: right;
}

.woocommerce .my_account_orders strong,
.woocommerce .order_details strong,
.woocommerce .customer_details strong {
  font-weight: 400;
}

.woocommerce-account .edit-address,
.woocommerce-account .edit-account {
  margin-top: 30px;
  padding: 20px 20px 0 20px;
  border: 1px solid #e3e3e3;
}

.woocommerce-account .edit-address p,
.woocommerce-account .edit-account p {
  margin: 0 0 20px 0;
}

.woocommerce-account .edit-address legend,
.woocommerce-account .edit-account legend {
  padding: 20px 0 0 0;
}

header.title {
  margin: 0;
  border: none;
}

.woocommerce-account .lost_reset_password {
  width: 50%;
  margin-bottom: 40px;
  padding: 20px 20px 0 20px;
  border: 1px solid #e3e3e3;
}

@media screen and (max-width: 767px) {
  .woocommerce-account .lost_reset_password {
    width: 100%;
  }
}

.woocommerce-account .lost_reset_password p.form-row {
  width: 100%;
}

.woocommerce-account table.shop_table {
  width: 100%;
  border: 1px solid #e3e3e3;
}

.shop_table_responsive {
  margin-bottom: 30px;
}

/* WooCommerce - PrettyPhoto Lightbox ***********************************************************************/
div.pp_woocommerce.pp_pic_holder .pp_content_container {
  border-radius: 0 !important;
  text-align: center !important;
}

div.pp_woocommerce.pp_pic_holder .ppt {
  display: none !important;
}

div.pp_woocommerce.pp_pic_holder .pp_close {
  text-shadow: inherit !important;
  color: #ff296a !important;
  background: #ffffff !important;
  font-size: 32px !important;
}

div.pp_woocommerce.pp_pic_holder .pp_close:before {
  font-size: 32px;
}

div.pp_woocommerce.pp_pic_holder .pp_arrow_previous,
div.pp_woocommerce.pp_pic_holder .pp_arrow_next {
  text-shadow: inherit !important;
  color: #ff296a !important;
  background: #ffffff !important;
  font-size: 32px !important;
}

div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:before,
div.pp_woocommerce.pp_pic_holder .pp_arrow_next:before {
  font-size: 32px;
}

div.pp_woocommerce.pp_pic_holder .pp_next:before,
div.pp_woocommerce.pp_pic_holder .pp_previous:before {
  text-shadow: inherit !important;
  color: #ff296a !important;
  background: #ffffff !important;
  font-size: 32px !important;
}

div.pp_woocommerce.pp_pic_holder .pp_gallery,
div.pp_woocommerce.pp_pic_holder .pp_expand {
  display: none !important;
}

div.pp_woocommerce.pp_pic_holder .pp_details {
  text-align: center;
}

div.pp_woocommerce.pp_pic_holder .pp_nav {
  display: inline-block;
  float: none !important;
}

div.pp_woocommerce.pp_pic_holder .pp_nav p {
  padding-top: 3px;
}

@media only screen and (max-width: 768px) {
  div.pp_woocommerce.pp_pic_holder {
    top: 10px !important;
  }
  div.pp_woocommerce.pp_pic_holder .pp_content #pp_full_res > img {
    width: auto !important;
    height: 65vh !important;
  }
}

.pp_overlay {
  background: #ffffff !important;
}

/************************************************************************************************************/
/* Plugins **************************************************************************************************/
/* Plugins - Bamboo Slides **********************************************************************************/
.bamboo-slides {
  margin-bottom: 25px;
}

.bamboo-slides + h1 {
  margin-top: 56px;
}

.bamboo-slide {
  padding-top: 110px;
  padding-bottom: 110px;
  font-size: 0.77em;
}

.bamboo-slide * {
  text-transform: none;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 5px;
}

.bamboo-slide h1, .bamboo-slide h2, .bamboo-slide h3, .bamboo-slide h4, .bamboo-slide h5, .bamboo-slide h6 {
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.bamboo-slide h1 strong, .bamboo-slide h2 strong, .bamboo-slide h3 strong, .bamboo-slide h4 strong, .bamboo-slide h5 strong, .bamboo-slide h6 strong {
  letter-spacing: -0.4rem;
}

.bamboo-slide h1 {
  font-size: 90.6px;
}

.bamboo-slide h2 {
  font-size: 59.7px;
}

.bamboo-slide h3 {
  font-size: 34.3px;
}

.bamboo-slide h4 {
  font-size: 26px;
}

.bamboo-slide h5 {
  font-size: 22.6px;
}

.bamboo-slide h6 {
  font-size: 19.7px;
}

.bamboo-slide p {
  font-weight: 600;
  font-size: 14.9px;
}

.bamboo-slide p a {
  font-size: inherit;
  color: inherit;
  border: 1px solid;
  border-color: inherit;
  padding: 10px;
  display: inline-block;
  text-decoration: none !important;
  margin: 20px 0;
}

.bamboo-slide p a:hover {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .bamboo-slide.aligned-left {
    padding-right: 33%;
  }
  .bamboo-slide.aligned-right {
    padding-left: 33%;
  }
}

@media screen and (max-width: 480px) {
  .bamboo-slide {
    font-size: 0.5em;
  }
  .bamboo-slide.aligned-left {
    padding-right: inherit;
  }
  .bamboo-slide.aligned-right {
    padding-left: inherit;
  }
  .bamboo-slide h1 {
    font-size: 15vw;
  }
  .bamboo-slide h2 {
    font-size: 13vw;
  }
  .bamboo-slide h3 {
    font-size: 11vw;
  }
  .bamboo-slide h4 {
    font-size: 9vw;
  }
  .bamboo-slide h5 {
    font-size: 7vw;
  }
  .bamboo-slide h6 {
    font-size: 5vw;
  }
}

a.bamboo-slide:hover {
  text-decoration: inherit !important;
}

/* Plugins - Bamboo Social **********************************************************************************/
.bamboo_social .bamboo-social-link {
  background: #171719 !important;
}

@media screen and (max-width: 480px) {
  .bamboo_social .bamboo-social-link:not(:first-child) {
    margin-left: 15px;
  }
}

.bamboo_social .bamboo-social-link:hover {
  background: #ff296a !important;
}

/* Plugins - Bamboo Layout **********************************************************************************/
.bamboo-feature-box br {
  display: none;
}

.bamboo-feature-box .overlay {
  background: #ff296a !important;
}

/************************************************************************************************************/
/* User Classes *********************************************************************************************/
.padded-top-1 {
  padding-top: 10px;
}

.padded-bottom-1 {
  padding-bottom: 10px;
}

.padded-left-1 {
  padding-left: 10px;
}

.padded-right-1 {
  padding-right: 10px;
}

.padded-top-2 {
  padding-top: 20px;
}

.padded-bottom-2 {
  padding-bottom: 20px;
}

.padded-left-2 {
  padding-left: 20px;
}

.padded-right-2 {
  padding-right: 20px;
}

.padded-top-3 {
  padding-top: 30px;
}

.padded-bottom-3 {
  padding-bottom: 30px;
}

.padded-left-3 {
  padding-left: 30px;
}

.padded-right-3 {
  padding-right: 30px;
}

.padded-top-4 {
  padding-top: 40px;
}

.padded-bottom-4 {
  padding-bottom: 40px;
}

.padded-left-4 {
  padding-left: 40px;
}

.padded-right-4 {
  padding-right: 40px;
}

.padded-top-5 {
  padding-top: 50px;
}

.padded-bottom-5 {
  padding-bottom: 50px;
}

.padded-left-5 {
  padding-left: 50px;
}

.padded-right-5 {
  padding-right: 50px;
}

/************************************************************************************************************/
/************************************************************************************************************/

/*# sourceMappingURL=style.css.map */