@charset "UTF-8";
/*
Theme Name: cartsy
Theme URI: https://redq.io/cartsy
Requires at least: 5.0
Requires PHP: 5.6
Description: Cartsy WordPress E-Commerce Theme is perfect for increasing your sales, turnover and profits. This attractive-but-packed WooCommerce theme is literally the best E-Commerce theme for your next business.
Author: RedQ Team
Author URI: http://redq.io
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cartsy
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, footer-widgets, sticky-post, theme-options, editor-style, translation-ready

Cartsy WordPress E-Commerce Theme is perfect for increasing your sales, turnover and profits. This attractive-but-packed WooCommerce theme is literally the best E-Commerce theme for your next business.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
	## Tables
	## Social Profile
	## Listing Gallery
	## Price Range
	## Button
	## Accordion
# Forms
# Navigation
	## Links
	## Menus
	## Top Bar
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Site Title
	## Listing Single Page
	## Listing Grid
	## User Profile
# Infinite scroll
# Media
	## Captions
	## Galleries
# Main layout
# Footer
--------------------------------------------------------------*/
@-webkit-keyframes pulse {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes pulse {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fill {
  0% {
    opacity: 0;
    width: 30%; }
  50% {
    opacity: 1;
    width: 100%; } }

@keyframes fill {
  0% {
    opacity: 0;
    width: 30%; }
  50% {
    opacity: 1;
    width: 100%; } }

@-webkit-keyframes fillOut {
  0% {
    opacity: 1;
    width: 100%; }
  50% {
    opacity: 0;
    width: 30%; } }

@keyframes fillOut {
  0% {
    opacity: 1;
    width: 100%; }
  50% {
    opacity: 0;
    width: 30%; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: scale(0) rotate(-90deg);
            transform: scale(0) rotate(-90deg); }
  50% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes spin {
  0% {
    -webkit-transform: scale(0) rotate(-90deg);
            transform: scale(0) rotate(-90deg); }
  50% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@-webkit-keyframes spinOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  50% {
    -webkit-transform: scale(0) rotate(-90deg);
            transform: scale(0) rotate(-90deg); } }

@keyframes spinOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  50% {
    -webkit-transform: scale(0) rotate(-90deg);
            transform: scale(0) rotate(-90deg); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*-------------------------------------------------------  
 ***Grid System***
 This isn't 12 Column grid system.
 - Add Column Classes into the container (eg: grid-cols-5 ["5" means 5 column])
 - Responsive Class: "grid-cols-*-4" (* = Breakpoint. eg: grid-cols-md-4)
 - Breakpoints: ["xs", "sm", "md", "lg", "xl", "xxl"]
 - Grid Gap
   - For row and column gap use "gap-{n}" (n = 5, 10, 15, 20, 25, or 30).
   - For column gap use "column-gap-{n}" (n = 5, 10, 15, 20, 25, or 30).
   - For row gap use "row-gap-{n}" (n = 5, 10, 15, 20, 25, or 30).
   - Responsive Class: "gap-*-6", "column-gap-*-30", "row-gap-sm-15" (* = Breakpoint. eg:"gap-xl-6", "column-gap-xxl-30", "row-gap-sm-15" )
 - Grid Column Start / End
   - Use "col-span-{n}" into grid items. (eg: col-span-3)
   - Responsive Class: "col-span-*-2" (* = Breakpoint. eg: col-span-md-2)
-------------------------------------------------------*/
[class*="grid-cols-"] {
  display: grid; }

.gap-5 {
  grid-gap: 5px;
  gap: 5px; }

.row-gap-5 {
  row-gap: 5px; }

.column-gap-5 {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px; }

.gap-10 {
  grid-gap: 10px;
  gap: 10px; }

.row-gap-10 {
  row-gap: 10px; }

.column-gap-10 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }

.gap-15 {
  grid-gap: 15px;
  gap: 15px; }

.row-gap-15 {
  row-gap: 15px; }

.column-gap-15 {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px; }

.gap-20 {
  grid-gap: 20px;
  gap: 20px; }

.row-gap-20 {
  row-gap: 20px; }

.column-gap-20 {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }

.gap-25 {
  grid-gap: 25px;
  gap: 25px; }

.row-gap-25 {
  row-gap: 25px; }

.column-gap-25 {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px; }

.gap-30 {
  grid-gap: 30px;
  gap: 30px; }

.row-gap-30 {
  row-gap: 30px; }

.column-gap-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.col-span-1 {
  grid-column: span 1/span 1; }

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.col-span-2 {
  grid-column: span 2/span 2; }

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.col-span-3 {
  grid-column: span 3/span 3; }

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.col-span-4 {
  grid-column: span 4/span 4; }

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.col-span-5 {
  grid-column: span 5/span 5; }

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

.col-span-6 {
  grid-column: span 6/span 6; }

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)); }

.col-span-7 {
  grid-column: span 7/span 7; }

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)); }

.col-span-8 {
  grid-column: span 8/span 8; }

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)); }

.col-span-9 {
  grid-column: span 9/span 9; }

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)); }

.col-span-10 {
  grid-column: span 10/span 10; }

@media (min-width: 575px) {
  .grid-cols-xs-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .col-span-xs-1 {
    grid-column: span 1/span 1; }
  .grid-cols-xs-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .col-span-xs-2 {
    grid-column: span 2/span 2; }
  .grid-cols-xs-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .col-span-xs-3 {
    grid-column: span 3/span 3; }
  .grid-cols-xs-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .col-span-xs-4 {
    grid-column: span 4/span 4; }
  .grid-cols-xs-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .col-span-xs-5 {
    grid-column: span 5/span 5; }
  .grid-cols-xs-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .col-span-xs-6 {
    grid-column: span 6/span 6; }
  .grid-cols-xs-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .col-span-xs-7 {
    grid-column: span 7/span 7; }
  .grid-cols-xs-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .col-span-xs-8 {
    grid-column: span 8/span 8; }
  .grid-cols-xs-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .col-span-xs-9 {
    grid-column: span 9/span 9; }
  .grid-cols-xs-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .col-span-xs-10 {
    grid-column: span 10/span 10; }
  .gap-xs-5 {
    grid-gap: 5px;
    gap: 5px; }
  .row-gap-xs-5 {
    row-gap: 5px; }
  .column-gap-xs-5 {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px; }
  .gap-xs-10 {
    grid-gap: 10px;
    gap: 10px; }
  .row-gap-xs-10 {
    row-gap: 10px; }
  .column-gap-xs-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  .gap-xs-15 {
    grid-gap: 15px;
    gap: 15px; }
  .row-gap-xs-15 {
    row-gap: 15px; }
  .column-gap-xs-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; }
  .gap-xs-20 {
    grid-gap: 20px;
    gap: 20px; }
  .row-gap-xs-20 {
    row-gap: 20px; }
  .column-gap-xs-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .gap-xs-25 {
    grid-gap: 25px;
    gap: 25px; }
  .row-gap-xs-25 {
    row-gap: 25px; }
  .column-gap-xs-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }
  .gap-xs-30 {
    grid-gap: 30px;
    gap: 30px; }
  .row-gap-xs-30 {
    row-gap: 30px; }
  .column-gap-xs-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; } }

@media (min-width: 768px) {
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .col-span-sm-1 {
    grid-column: span 1/span 1; }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .col-span-sm-2 {
    grid-column: span 2/span 2; }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .col-span-sm-3 {
    grid-column: span 3/span 3; }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .col-span-sm-4 {
    grid-column: span 4/span 4; }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .col-span-sm-5 {
    grid-column: span 5/span 5; }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .col-span-sm-6 {
    grid-column: span 6/span 6; }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .col-span-sm-7 {
    grid-column: span 7/span 7; }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .col-span-sm-8 {
    grid-column: span 8/span 8; }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .col-span-sm-9 {
    grid-column: span 9/span 9; }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .col-span-sm-10 {
    grid-column: span 10/span 10; }
  .gap-sm-5 {
    grid-gap: 5px;
    gap: 5px; }
  .row-gap-sm-5 {
    row-gap: 5px; }
  .column-gap-sm-5 {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px; }
  .gap-sm-10 {
    grid-gap: 10px;
    gap: 10px; }
  .row-gap-sm-10 {
    row-gap: 10px; }
  .column-gap-sm-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  .gap-sm-15 {
    grid-gap: 15px;
    gap: 15px; }
  .row-gap-sm-15 {
    row-gap: 15px; }
  .column-gap-sm-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; }
  .gap-sm-20 {
    grid-gap: 20px;
    gap: 20px; }
  .row-gap-sm-20 {
    row-gap: 20px; }
  .column-gap-sm-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .gap-sm-25 {
    grid-gap: 25px;
    gap: 25px; }
  .row-gap-sm-25 {
    row-gap: 25px; }
  .column-gap-sm-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }
  .gap-sm-30 {
    grid-gap: 30px;
    gap: 30px; }
  .row-gap-sm-30 {
    row-gap: 30px; }
  .column-gap-sm-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; } }

@media (min-width: 1025px) {
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .col-span-md-1 {
    grid-column: span 1/span 1; }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .col-span-md-2 {
    grid-column: span 2/span 2; }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .col-span-md-3 {
    grid-column: span 3/span 3; }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .col-span-md-4 {
    grid-column: span 4/span 4; }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .col-span-md-5 {
    grid-column: span 5/span 5; }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .col-span-md-6 {
    grid-column: span 6/span 6; }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .col-span-md-7 {
    grid-column: span 7/span 7; }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .col-span-md-8 {
    grid-column: span 8/span 8; }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .col-span-md-9 {
    grid-column: span 9/span 9; }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .col-span-md-10 {
    grid-column: span 10/span 10; }
  .gap-md-5 {
    grid-gap: 5px;
    gap: 5px; }
  .row-gap-md-5 {
    row-gap: 5px; }
  .column-gap-md-5 {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px; }
  .gap-md-10 {
    grid-gap: 10px;
    gap: 10px; }
  .row-gap-md-10 {
    row-gap: 10px; }
  .column-gap-md-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  .gap-md-15 {
    grid-gap: 15px;
    gap: 15px; }
  .row-gap-md-15 {
    row-gap: 15px; }
  .column-gap-md-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; }
  .gap-md-20 {
    grid-gap: 20px;
    gap: 20px; }
  .row-gap-md-20 {
    row-gap: 20px; }
  .column-gap-md-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .gap-md-25 {
    grid-gap: 25px;
    gap: 25px; }
  .row-gap-md-25 {
    row-gap: 25px; }
  .column-gap-md-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }
  .gap-md-30 {
    grid-gap: 30px;
    gap: 30px; }
  .row-gap-md-30 {
    row-gap: 30px; }
  .column-gap-md-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; } }

@media (min-width: 1200px) {
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .col-span-lg-1 {
    grid-column: span 1/span 1; }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .col-span-lg-2 {
    grid-column: span 2/span 2; }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .col-span-lg-3 {
    grid-column: span 3/span 3; }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .col-span-lg-4 {
    grid-column: span 4/span 4; }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .col-span-lg-5 {
    grid-column: span 5/span 5; }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .col-span-lg-6 {
    grid-column: span 6/span 6; }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .col-span-lg-7 {
    grid-column: span 7/span 7; }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .col-span-lg-8 {
    grid-column: span 8/span 8; }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .col-span-lg-9 {
    grid-column: span 9/span 9; }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .col-span-lg-10 {
    grid-column: span 10/span 10; }
  .gap-lg-5 {
    grid-gap: 5px;
    gap: 5px; }
  .row-gap-lg-5 {
    row-gap: 5px; }
  .column-gap-lg-5 {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px; }
  .gap-lg-10 {
    grid-gap: 10px;
    gap: 10px; }
  .row-gap-lg-10 {
    row-gap: 10px; }
  .column-gap-lg-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  .gap-lg-15 {
    grid-gap: 15px;
    gap: 15px; }
  .row-gap-lg-15 {
    row-gap: 15px; }
  .column-gap-lg-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; }
  .gap-lg-20 {
    grid-gap: 20px;
    gap: 20px; }
  .row-gap-lg-20 {
    row-gap: 20px; }
  .column-gap-lg-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .gap-lg-25 {
    grid-gap: 25px;
    gap: 25px; }
  .row-gap-lg-25 {
    row-gap: 25px; }
  .column-gap-lg-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }
  .gap-lg-30 {
    grid-gap: 30px;
    gap: 30px; }
  .row-gap-lg-30 {
    row-gap: 30px; }
  .column-gap-lg-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; } }

@media (min-width: 1400px) {
  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .col-span-xl-1 {
    grid-column: span 1/span 1; }
  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .col-span-xl-2 {
    grid-column: span 2/span 2; }
  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .col-span-xl-3 {
    grid-column: span 3/span 3; }
  .grid-cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .col-span-xl-4 {
    grid-column: span 4/span 4; }
  .grid-cols-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .col-span-xl-5 {
    grid-column: span 5/span 5; }
  .grid-cols-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .col-span-xl-6 {
    grid-column: span 6/span 6; }
  .grid-cols-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .col-span-xl-7 {
    grid-column: span 7/span 7; }
  .grid-cols-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .col-span-xl-8 {
    grid-column: span 8/span 8; }
  .grid-cols-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .col-span-xl-9 {
    grid-column: span 9/span 9; }
  .grid-cols-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .col-span-xl-10 {
    grid-column: span 10/span 10; }
  .gap-xl-5 {
    grid-gap: 5px;
    gap: 5px; }
  .row-gap-xl-5 {
    row-gap: 5px; }
  .column-gap-xl-5 {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px; }
  .gap-xl-10 {
    grid-gap: 10px;
    gap: 10px; }
  .row-gap-xl-10 {
    row-gap: 10px; }
  .column-gap-xl-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  .gap-xl-15 {
    grid-gap: 15px;
    gap: 15px; }
  .row-gap-xl-15 {
    row-gap: 15px; }
  .column-gap-xl-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; }
  .gap-xl-20 {
    grid-gap: 20px;
    gap: 20px; }
  .row-gap-xl-20 {
    row-gap: 20px; }
  .column-gap-xl-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .gap-xl-25 {
    grid-gap: 25px;
    gap: 25px; }
  .row-gap-xl-25 {
    row-gap: 25px; }
  .column-gap-xl-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }
  .gap-xl-30 {
    grid-gap: 30px;
    gap: 30px; }
  .row-gap-xl-30 {
    row-gap: 30px; }
  .column-gap-xl-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; } }

@media (min-width: 1700px) {
  .grid-cols-xxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .col-span-xxl-1 {
    grid-column: span 1/span 1; }
  .grid-cols-xxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .col-span-xxl-2 {
    grid-column: span 2/span 2; }
  .grid-cols-xxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .col-span-xxl-3 {
    grid-column: span 3/span 3; }
  .grid-cols-xxl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .col-span-xxl-4 {
    grid-column: span 4/span 4; }
  .grid-cols-xxl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .col-span-xxl-5 {
    grid-column: span 5/span 5; }
  .grid-cols-xxl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .col-span-xxl-6 {
    grid-column: span 6/span 6; }
  .grid-cols-xxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .col-span-xxl-7 {
    grid-column: span 7/span 7; }
  .grid-cols-xxl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .col-span-xxl-8 {
    grid-column: span 8/span 8; }
  .grid-cols-xxl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)); }
  .col-span-xxl-9 {
    grid-column: span 9/span 9; }
  .grid-cols-xxl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .col-span-xxl-10 {
    grid-column: span 10/span 10; }
  .gap-xxl-5 {
    grid-gap: 5px;
    gap: 5px; }
  .row-gap-xxl-5 {
    row-gap: 5px; }
  .column-gap-xxl-5 {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px; }
  .gap-xxl-10 {
    grid-gap: 10px;
    gap: 10px; }
  .row-gap-xxl-10 {
    row-gap: 10px; }
  .column-gap-xxl-10 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  .gap-xxl-15 {
    grid-gap: 15px;
    gap: 15px; }
  .row-gap-xxl-15 {
    row-gap: 15px; }
  .column-gap-xxl-15 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; }
  .gap-xxl-20 {
    grid-gap: 20px;
    gap: 20px; }
  .row-gap-xxl-20 {
    row-gap: 20px; }
  .column-gap-xxl-20 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
  .gap-xxl-25 {
    grid-gap: 25px;
    gap: 25px; }
  .row-gap-xxl-25 {
    row-gap: 25px; }
  .column-gap-xxl-25 {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }
  .gap-xxl-30 {
    grid-gap: 30px;
    gap: 30px; }
  .row-gap-xxl-30 {
    row-gap: 30px; }
  .column-gap-xxl-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.hidden-text {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--colorTextMain, #212121);
  font-family: var(--bodyFontFamily, Open Sans);
  font-size: var(--bodyFontSize, 16px);
  line-height: var(--bodyLineHeight, 1.625); }

input,
textarea {
  -webkit-appearance: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 1em 0; }

h1 {
  font-family: var(--h1FontFamily, Open Sans);
  font-size: var(--h1FontSize, 36px);
  font-weight: var(--h1FontWeight, 700);
  font-style: var(--h1FontStyle, "regular");
  line-height: var(--h1LineHeight, 1.625);
  letter-spacing: var(--h1LetterSpacing, 0);
  color: var(--h1Color, #212121);
  text-align: var(--h1TextAlign, initial);
  text-transform: var(--h1TextTransform, none); }

h2 {
  font-family: var(--h2FontFamily, Open Sans);
  font-size: var(--h2FontSize, 24px);
  font-weight: var(--h2FontWeight, 700);
  font-style: var(--h2FontStyle, "regular");
  line-height: var(--h2LineHeight, 1.625);
  letter-spacing: var(--h2LetterSpacing, 0);
  color: var(--h2Color, #212121); }

h3 {
  font-family: var(--h3FontFamily, Open Sans);
  font-size: var(--h3FontSize, 18px);
  font-weight: var(--h3FontWeight, 700);
  font-style: var(--h3FontStyle, "regular");
  line-height: var(--h3LineHeight, 1.625);
  letter-spacing: var(--h3LetterSpacing, 0);
  color: var(--h3Color, #212121);
  text-align: var(--h3TextAlign, initial);
  text-transform: var(--h3TextTransform, none); }

h4 {
  font-family: var(--h4FontFamily, Open Sans);
  font-size: var(--h4FontSize, 16px);
  font-weight: var(--h4FontWeight, 700);
  font-style: var(--h4FontStyle, "regular");
  line-height: var(--h4LineHeight, 1.625);
  letter-spacing: var(--h4LetterSpacing, 0);
  color: var(--h4Color, #212121);
  text-align: var(--h4TextAlign, initial);
  text-transform: var(--h4TextTransform, none); }

h5 {
  font-family: var(--h5FontFamily, Open Sans);
  font-size: var(--h5FontSize, 14px);
  font-weight: var(--h5FontWeight, 700);
  font-style: var(--h5FontStyle, "regular");
  line-height: var(--h5LineHeight, 1.625);
  letter-spacing: var(--h5LetterSpacing, 0);
  color: var(--h5Color, #212121);
  text-align: var(--h5TextAlign, initial);
  text-transform: var(--h5TextTransform, none); }

h6 {
  font-family: var(--h6FontFamily, Open Sans);
  font-size: var(--h6FontSize, 13px);
  font-weight: var(--h6FontWeight, 700);
  font-style: var(--h6FontStyle, "regular");
  line-height: var(--h6LineHeight, 1.625);
  letter-spacing: var(--h6LetterSpacing, 0);
  color: var(--h6Color, #212121);
  text-align: var(--h6TextAlign, initial);
  text-transform: var(--h6TextTransform, none); }

p {
  word-break: break-word;
  line-height: 1.625;
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  border-radius: 6px;
  background-color: #f7f7f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14.0625px;
  font-size: 0.9375rem;
  line-height: 1.625;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14.0625px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #212121;
  cursor: help; }

mark,
ins {
  text-decoration: none;
  color: var(--colorTextMain, #212121);
  border: 1px solid rgba(177, 193, 45, 0.53);
  border-radius: 6px;
  padding: 1px 5px; }

big {
  font-size: 125%; }

a {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  background: #fff;
  font-weight: var(--bodyFontWeight, 400);
  font-style: var(--bodyFontStyle, "regular");
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul:not(.wp-block-gallery),
ol {
  margin: 25px auto;
  list-style-position: outside; }
  @media only screen and (max-width: 480px) {
    ul:not(.wp-block-gallery),
    ol {
      margin: 20px 0; } }

li {
  margin: 23px 0;
  line-height: 1.625; }
  @media only screen and (max-width: 1360px) {
    li {
      margin: 20px 0; } }
  @media only screen and (max-width: 480px) {
    li {
      margin: 15px 0; } }

ul {
  list-style: disc; }
  @media only screen and (max-width: 1360px) {
    ul {
      padding-left: 30px; } }
  @media only screen and (max-width: 480px) {
    ul {
      padding-left: 20px; } }

ol {
  list-style: decimal; }
  @media only screen and (max-width: 1360px) {
    ol {
      padding-left: 30px; } }
  @media only screen and (max-width: 480px) {
    ol {
      padding-left: 20px; } }

dt {
  font-weight: bold;
  margin-bottom: 10px; }

dd {
  margin: 0 0 23px;
  line-height: 1.625; }
  @media only screen and (max-width: 1360px) {
    dd {
      margin: 0 0 20px; } }
  @media only screen and (max-width: 480px) {
    dd {
      margin: 0 0 15px; } }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/*--------------------------------------------------------------
# style for fitvid
--------------------------------------------------------------*/
.fluid-width-video-wrapper {
  border-radius: 6px;
  overflow: hidden; }

/*--------------------------------------------------------------
# style for sound cloud iframe
--------------------------------------------------------------*/
iframe[src*="https://w.soundcloud.com"] {
  width: 100%;
  height: auto; }

/*--------------------------------------------------------------
# style for select
--------------------------------------------------------------*/
select {
  max-width: 100%;
  height: 48px;
  text-indent: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNMjI1LjkyMywzNTQuNzA2Yy04LjA5OCwwLTE2LjE5NS0zLjA5Mi0yMi4zNjktOS4yNjNMOS4yNywxNTEuMTU3Yy0xMi4zNTktMTIuMzU5LTEyLjM1OS0zMi4zOTcsMC00NC43NTEgICBjMTIuMzU0LTEyLjM1NCwzMi4zODgtMTIuMzU0LDQ0Ljc0OCwwbDE3MS45MDUsMTcxLjkxNWwxNzEuOTA2LTE3MS45MDljMTIuMzU5LTEyLjM1NCwzMi4zOTEtMTIuMzU0LDQ0Ljc0NCwwICAgYzEyLjM2NSwxMi4zNTQsMTIuMzY1LDMyLjM5MiwwLDQ0Ljc1MUwyNDguMjkyLDM0NS40NDlDMjQyLjExNSwzNTEuNjIxLDIzNC4wMTgsMzU0LjcwNiwyMjUuOTIzLDM1NC43MDZ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM0ODQ4NDgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 24px 12px;
  background-position: calc(100% - 10px) center;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }
  select:focus {
    outline: none; }
  select:hover {
    border-color: var(--colorSecondary, #212121);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
## Social Profile
--------------------------------------------------------------*/
ul.cartsy-social-profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.cartsy-social-profiles.color-light .cartsy-social-profile-item a {
    color: var(--colorTextLight, #5a5a5a); }
    ul.cartsy-social-profiles.color-light .cartsy-social-profile-item a:hover {
      color: var(--colorPrimaryHover, #3a3a3a); }
  ul.cartsy-social-profiles.color-main .cartsy-social-profile-item a {
    color: var(--colorTextMain, #212121); }
    ul.cartsy-social-profiles.color-main .cartsy-social-profile-item a:hover {
      color: var(--colorPrimaryHover, #3a3a3a); }
  ul.cartsy-social-profiles .cartsy-social-profile-item {
    margin: 0 25px 0 0; }
    ul.cartsy-social-profiles .cartsy-social-profile-item:last-child {
      margin-right: 0; }
    ul.cartsy-social-profiles .cartsy-social-profile-item a {
      display: block;
      margin: 0;
      font-size: 16px;
      color: var(--colorTextDark, #212121);
      text-decoration: none;
      line-height: 1;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      ul.cartsy-social-profiles .cartsy-social-profile-item a:hover {
        color: var(--colorPrimaryHover, #3a3a3a); }
      ul.cartsy-social-profiles .cartsy-social-profile-item a i {
        display: block; }

/*--------------------------------------------------------------
## Price Range
--------------------------------------------------------------*/
.cartsy-price-range,
.cartsy-rating-star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .cartsy-price-range i,
  .cartsy-price-range .rating-star,
  .cartsy-rating-star i,
  .cartsy-rating-star .rating-star {
    margin-right: 4px;
    color: #e6e6e6; }
  .cartsy-price-range > span,
  .cartsy-rating-star > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0; }
    .cartsy-price-range > span i,
    .cartsy-price-range > span .rating-star,
    .cartsy-rating-star > span i,
    .cartsy-rating-star > span .rating-star {
      color: var(--colorPrimary, #212121); }

.cartsy-rating-star i {
  color: var(--colorPrimary, #212121); }

/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-weight: 400;
  border-radius: 4px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out; }
  .button:visited {
    color: #fff; }
  .button.button-primary {
    background-color: var(--colorPrimary, #212121); }
    .button.button-primary:hover {
      background: var(--colorPrimaryHover, #3a3a3a);
      color: #fff; }
  .button.button-secondary {
    background-color: var(--colorSecondary, #212121); }
    .button.button-secondary:hover {
      background: #191919;
      color: #fff; }
  .button.button-success {
    background-color: #36ab80; }
    .button.button-success:hover {
      background: #329f77;
      color: #fff; }
  .button.button-danger {
    background-color: #fb6d3a; }
    .button.button-danger:hover {
      background: #fb622b;
      color: #fff; }
  .button.button-default {
    height: 48px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px; }
  .button.button-medium {
    height: 42px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px; }
    @media (max-width: 575px) {
      .button.button-medium {
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px; } }
  .button.button-small {
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px; }
  .button .button-icon {
    margin-right: 10px; }

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.cartsy-accordion {
  position: relative; }
  .cartsy-accordion .cartsy-accordion-item {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 3px;
    margin-bottom: 15px; }
    .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-title {
      padding: 30px 25px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      outline: none;
      margin: 0;
      font-weight: 700;
      color: #324456; }
      @media (max-width: 1280px) {
        .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-title {
          padding: 25px 20px; } }
      @media (max-width: 1199px) {
        .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-title {
          padding: 20px 15px; } }
      @media (max-width: 575px) {
        .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-title {
          padding: 15px; } }
      .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-title .ui-accordion-header-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid var(--colorSecondary, #212121);
        color: var(--colorSecondary, #212121);
        margin-right: 30px;
        font-size: 11px; }
        @media (max-width: 1280px) {
          .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-title .ui-accordion-header-icon {
            margin-right: 25px; } }
        @media (max-width: 1199px) {
          .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-title .ui-accordion-header-icon {
            margin-right: 20px; } }
    .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-content {
      padding: 60px 75px;
      border-top: 1px solid #212121;
      color: var(--colorTextMain, #212121); }
      @media (max-width: 1280px) {
        .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-content {
          padding: 50px 65px; } }
      @media (max-width: 1199px) {
        .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-content {
          padding: 40px 45px; } }
      @media (max-width: 990px) {
        .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-content {
          padding: 30px 35px; } }
      @media (max-width: 575px) {
        .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-content {
          padding: 25px; } }
      .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-content p {
        margin: 0 0 2em 0;
        line-height: 1.625;
        color: var(--colorTextMain, #212121); }
      .cartsy-accordion .cartsy-accordion-item .cartsy-accordion-content a {
        font-weight: bold;
        color: var(--colorSecondary, #212121); }

/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/
.cartsy-counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 6px; }
  .cartsy-counter.shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px; }
  .cartsy-counter path,
  .cartsy-counter svg {
    fill: currentColor; }
  .cartsy-counter.filled .cartsy-counter-value {
    color: #fff;
    background-color: var(--colorPrimary, #212121); }
  .cartsy-counter.filled .cartsy-counter-update {
    color: #fff; }
    .cartsy-counter.filled .cartsy-counter-update.increment {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .cartsy-counter.filled .cartsy-counter-update.decrement {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .cartsy-counter.full-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cartsy-counter.full-width .cartsy-counter-value {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .cartsy-counter.size-medium .cartsy-counter-update {
    width: 35px;
    height: 35px; }
    @media (max-width: 575px) {
      .cartsy-counter.size-medium .cartsy-counter-update {
        width: 30px;
        height: 30px; } }
  .cartsy-counter-update {
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #fff;
    background-color: var(--colorPrimary, #212121);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    .cartsy-counter-update:hover {
      background-color: var(--colorPrimaryHover, #3a3a3a); }
  .cartsy-counter-value {
    width: 45px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--colorTextLight, #5a5a5a);
    line-height: 1; }
    @media (max-width: 575px) {
      .cartsy-counter-value {
        width: 35px;
        font-size: 13px; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 48px;
  padding: 15px 28px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  border: 1px solid;
  border-radius: 6px;
  border-color: var(--colorPrimary, #212121);
  background: var(--colorPrimary, #212121); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: var(--colorPrimaryHover, #3a3a3a);
    background: var(--colorPrimaryHover, #3a3a3a); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: var(--colorPrimaryHover, #3a3a3a);
    background: var(--colorPrimaryHover, #3a3a3a);
    outline: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--colorTextMain, #212121);
  border: 1px solid var(--colorTextMain, #212121);
  border-radius: 6px;
  min-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  -webkit-appearance: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: var(--colorTextLight, #5a5a5a); }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: var(--colorTextLight, #5a5a5a); }
  input[type="text"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="range"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="month"]::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder,
  input[type="time"]::-ms-input-placeholder,
  input[type="datetime"]::-ms-input-placeholder,
  input[type="datetime-local"]::-ms-input-placeholder,
  input[type="color"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: var(--colorTextLight, #5a5a5a); }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder {
    color: var(--colorTextLight, #5a5a5a); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    outline: 0;
    color: #212121;
    border-color: solid var(--colorTextMain, #212121);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }

select {
  border: 1px solid var(--colorTextMain, #212121);
  border-radius: 6px; }
  select:hover {
    border: 1px solid var(--colorTextMain, #212121); }

textarea {
  width: 100%;
  padding: 16px 20px;
  min-height: 230px; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px; }
    input[type="checkbox"] + label:before {
      content: "";
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: transparent;
      border: 1px solid var(--colorTextMain, #212121);
      border-radius: 3px;
      position: absolute;
      top: 3px;
      left: 0; }
  input[type="checkbox"]:disabled + label {
    cursor: not-allowed; }
    input[type="checkbox"]:disabled + label:before {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #e6e6e6; }
  input[type="checkbox"]:checked + label:before {
    background: var(--colorTextMain, #212121); }
  input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.quantity {
  position: relative; }
  .quantity input[type="number"]::-webkit-inner-spin-button,
  .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .quantity input[type="number"] {
    -moz-appearance: textfield; }
  .quantity input {
    width: 90px;
    height: 48px;
    line-height: 1.625;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    border: 1px solid var(--colorTextMain, #212121); }
    .quantity input:focus {
      outline: 0; }
  .quantity .quantity-btn-wrapper {
    float: left;
    position: relative;
    height: 48px;
    display: none; }
    .quantity .quantity-btn-wrapper:last-child {
      display: block; }
    .quantity .quantity-btn-wrapper .quantity-btn {
      position: relative;
      cursor: pointer;
      border-left: 1px solid var(--colorTextMain, #212121);
      width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: var(--colorTextMain, #212121);
      font-size: 18px;
      font-weight: 700;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none; }
      .quantity .quantity-btn-wrapper .quantity-btn-up {
        line-height: 1;
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid var(--colorTextMain, #212121); }
      .quantity .quantity-btn-wrapper .quantity-btn-down {
        position: absolute;
        bottom: 0;
        height: 50%; }

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0; }

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--colorTextMain, #212121); }

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid var(--colorTextMain, #212121);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--colorTextMain, #212121);
  position: absolute;
  top: 50%;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) translateY(-50%);
      -ms-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%); }

input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%); }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--colorTextMain, #212121); }
  a:visited {
    color: var(--colorTextMain, #212121); }
  a:hover, a:focus, a:active {
    color: var(--colorPrimaryHover, #3a3a3a); }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigation-drawer ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .navigation-drawer ul a:focus {
    outline: 0;
    text-decoration: none; }

.navigation-drawer .cartsy-menu-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }
  .navigation-drawer .cartsy-menu-toggler > span {
    height: 3px;
    border-radius: 3px;
    background-color: var(--localMenuTextColor, var(--menuTextColor, #212121));
    margin-bottom: 6px;
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .navigation-drawer .cartsy-menu-toggler > span:last-child {
      margin-bottom: 0; }
    .navigation-drawer .cartsy-menu-toggler > span:nth-child(1) {
      width: 13px; }
    .navigation-drawer .cartsy-menu-toggler > span:nth-child(2) {
      width: 26px; }
    .navigation-drawer .cartsy-menu-toggler > span:nth-child(3) {
      width: 18px; }
  .navigation-drawer .cartsy-menu-toggler:hover > span {
    background-color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #3a3a3a)); }
    .navigation-drawer .cartsy-menu-toggler:hover > span:nth-child(1) {
      width: 26px; }
    .navigation-drawer .cartsy-menu-toggler:hover > span:nth-child(2) {
      width: 18px; }
    .navigation-drawer .cartsy-menu-toggler:hover > span:nth-child(3) {
      width: 13px; }

.navigation-drawer .cartsy-menu-drawer {
  width: 390px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9996;
  background-color: var(--localDefaultHeaderColor, var(--defaultHeaderColor, #ffffff));
  overflow-x: hidden;
  padding: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out; }
  @media screen and (max-width: 400px) {
    .navigation-drawer .cartsy-menu-drawer {
      width: 100%; } }
  .navigation-drawer .cartsy-menu-drawer.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-header {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 30px;
    padding-right: 20px;
    border-bottom: 1px solid #f3f3f3; }
    @media (max-width: 575px) {
      .navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-header {
        height: 80px; } }
    .navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-header .cartsy-drawer-title {
      font-size: 24px;
      font-weight: 700;
      color: var(--localMenuTextColor, var(--menuTextColor, #212121));
      margin: 0;
      outline: none;
      text-decoration: none; }
      .navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-header .cartsy-drawer-title:hover {
        color: var(--localMenuTextColor, var(--menuTextColor, #212121)); }
    .navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-header .cartsy-menu-drawer-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 0 10px;
      font-size: 38px;
      color: var(--localMenuTextColor, var(--menuTextColor, #212121));
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      cursor: pointer; }
      .navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-header .cartsy-menu-drawer-close:hover {
        color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #3a3a3a)); }
  @media (max-width: 575px) {
    .navigation-drawer .cartsy-menu-drawer .os-content {
      padding-top: 20px !important;
      padding-bottom: 20px !important; } }
  .navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-top: 1px solid #f3f3f3; }
    @media (max-width: 575px) {
      .navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-logout {
        padding: 23px 30px; } }
    .navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-logout a {
      font-size: 16px;
      color: var(--localMenuTextColor, var(--menuTextColor, #5a5a5a));
      text-decoration: none;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      display: block;
      position: relative; }
      .navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-logout a:hover {
        color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #5a5a5a)); }
  .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper {
    padding: 30px 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
    .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li {
      margin-bottom: 5px;
      margin-top: 0; }
      .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li a {
        font-size: 16px;
        color: var(--localMenuTextColor, var(--menuTextColor, #5a5a5a));
        text-decoration: none;
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
        display: block;
        position: relative;
        padding: 10px 15px 10px 35px; }
        .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li a:hover {
          color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #5a5a5a)); }
      .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li .menu-drop-down-selector {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px;
        font-size: 18px;
        padding-left: 20px;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li .menu-drop-down-selector:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li .menu-drop-down-selector::before {
          -webkit-transition: 0.15s ease-in-out;
          -o-transition: 0.15s ease-in-out;
          transition: 0.15s ease-in-out; }
        .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li .menu-drop-down-selector.children-active:before {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li.page_item_has_children, .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li.menu-item-has-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li.page_item_has_children > a, .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li.menu-item-has-children > a {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% - 58px);
                  flex: 0 0 calc(100% - 58px);
          max-width: calc(100% - 58px); }
        .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li.page_item_has_children .dropdown-menu, .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu li.menu-item-has-children .dropdown-menu {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; }
    .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu ul {
      display: none;
      padding: 10px 0; }
      .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu ul li {
        padding-left: 35px;
        margin-bottom: 0; }
        .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu ul li.current_page_item > a, .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu ul li.active > a, .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu ul li.current_page_ancestor > a {
          font-weight: 700;
          color: var(--localMenuTextColor, var(--menuTextColor, #5a5a5a)); }
        .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper .cartsy-main-menu ul li a {
          font-size: 14px;
          position: relative;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #5a5a5a), color-stop(0%, rgba(255, 255, 255, 0)));
          background-image: -webkit-linear-gradient(#5a5a5a 33%, rgba(255, 255, 255, 0) 0%);
          background-image: -o-linear-gradient(#5a5a5a 33%, rgba(255, 255, 255, 0) 0%);
          background-image: linear-gradient(#5a5a5a 33%, rgba(255, 255, 255, 0) 0%);
          background-position: left;
          background-size: 1px 3px;
          background-repeat: repeat-y; }
    .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper > ul > li.current_page_item > a, .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper > ul > li.active > a, .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper > ul > li.current_page_ancestor > a {
      font-weight: 400;
      color: var(--localMenuTextColor, var(--menuTextColor, #5a5a5a)); }
      .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper > ul > li.current_page_item > a::before, .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper > ul > li.active > a::before, .navigation-drawer .cartsy-menu-drawer .cartsy-menu-wrapper > ul > li.current_page_ancestor > a::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 24px;
        max-height: 100%;
        background-color: var(--localMenuTextColor, var(--menuTextColor, #5a5a5a));
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

.navigation-drawer .cartsy-drawer-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 9991;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out; }
  .navigation-drawer .cartsy-drawer-overlay.show {
    opacity: 0.3;
    visibility: visible; }

body.admin-bar .navigation-drawer .cartsy-menu-drawer {
  top: 32px;
  height: calc(100% - 32px); }
  @media (max-width: 782px) {
    body.admin-bar .navigation-drawer .cartsy-menu-drawer {
      top: 46px;
      height: calc(100% - 46px); } }

@media (max-width: 600px) {
  body.admin-bar.cartsy-on-scroll .navigation-drawer .cartsy-menu-drawer {
    top: 0;
    height: 100%; } }

.site-header {
  height: 100px;
  font-family: var(--menuFontFamily, "Open Sans"); }
  @media (max-width: 767px) {
    .site-header {
      height: 80px; } }

/*--------------------------------------------------------------
  # cartsy default menu area style
  --------------------------------------------------------------*/
.cartsy-menu-area {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  background-color: var(--localDefaultHeaderColor, var(--defaultHeaderColor, #ffffff));
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9911;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  @media (max-width: 1440px) {
    .cartsy-menu-area {
      padding: 0 30px; } }
  @media (max-width: 1280px) {
    .cartsy-menu-area {
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .cartsy-menu-area {
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .cartsy-menu-area {
      height: 80px; } }
  @media (max-width: 575px) {
    .cartsy-menu-area {
      padding: 0 15px; } }
  .cartsy-menu-area .site-branding {
    padding: 10px 0;
    margin-right: 0;
    margin-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 1024px) {
      .cartsy-menu-area .site-branding {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0 30px 0 30px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 575px) {
      .cartsy-menu-area .site-branding {
        margin: 0 20px 0 20px; } }
    @media (max-width: 1024px) {
      .cartsy-menu-area .site-branding.mr-left-large {
        margin: 0 30px 0 50px; } }
    @media (max-width: 575px) {
      .cartsy-menu-area .site-branding.mr-left-large {
        margin: 0 20px 0 40px; } }
    .cartsy-menu-area .site-branding img {
      max-width: 200px;
      max-height: 100%;
      height: auto;
      display: block;
      margin: 0; }
  .cartsy-menu-area .site-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--localMenuTextColor, var(--menuTextColor, #212121));
    font-family: var(--menuFontFamily, "Open Sans"); }
    @media (max-width: 1024px) {
      .cartsy-menu-area .site-title {
        text-align: center; } }
    .cartsy-menu-area .site-title a {
      color: inherit;
      display: block; }
    .cartsy-menu-area .site-title a:hover {
      color: var(--localMenuTextColor, var(--menuTextColor, #212121)); }
  .cartsy-menu-area .site-description {
    margin: 0;
    color: var(--localMenuTextColor, var(--menuTextColor, #212121)); }
    @media (max-width: 575px) {
      .cartsy-menu-area .site-description {
        display: none; } }
  .cartsy-menu-area .cartsy-menu-right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cartsy-menu-area .cartsy-menu-right-col .site-header-cart.menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cartsy-menu-area .cartsy-menu-right-col .site-header-cart.menu li {
        margin: 0; }
        .cartsy-menu-area .cartsy-menu-right-col .site-header-cart.menu li.cartsy-mini-cart-dropdown-btn .menu-cart-area {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .cartsy-menu-area .cartsy-menu-right-col .site-header-cart.menu li.cartsy-mini-cart-dropdown-btn .menu-cart-area .cart-item-badge {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            position: relative;
            color: var(--localMenuTextColor, var(--menuTextColor, #212121));
            -webkit-transition: 0.15s ease-in-out;
            -o-transition: 0.15s ease-in-out;
            transition: 0.15s ease-in-out; }
            .cartsy-menu-area .cartsy-menu-right-col .site-header-cart.menu li.cartsy-mini-cart-dropdown-btn .menu-cart-area .cart-item-badge:hover {
              color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #3a3a3a)); }
            .cartsy-menu-area .cartsy-menu-right-col .site-header-cart.menu li.cartsy-mini-cart-dropdown-btn .menu-cart-area .cart-item-badge .count {
              width: 18px;
              height: 18px;
              border-radius: 50%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              text-align: center;
              font-size: 10px;
              font-weight: 600;
              color: #fff;
              background-color: var(--colorPrimary, #212121);
              position: absolute;
              top: -10px;
              right: -10px; }

.cartsy-join-us-btn {
  font-weight: 600;
  white-space: nowrap;
  color: var(--localMenuTextColor, var(--menuTextColor, #212121)); }
  .cartsy-join-us-btn:hover {
    color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #3a3a3a)); }
  .cartsy-join-us-btn:visited {
    color: var(--localMenuTextColor, var(--menuTextColor, #212121)); }
    .cartsy-join-us-btn:visited:hover {
      color: var(--localMenuTextHoverColor, var(--menuTextHoverColor, #3a3a3a)); }
  @media (max-width: 1024px) {
    .cartsy-join-us-btn {
      display: none; } }

.cartsy-mini-cart-on-desktop {
  margin-left: 40px; }
  @media (max-width: 1024px) {
    .cartsy-mini-cart-on-desktop {
      margin-left: 20px; } }
  @media (max-width: 575px) {
    .cartsy-mini-cart-on-desktop {
      margin-left: 10px; } }

.cartsy-header-search-button {
  display: none;
  padding: 10px;
  cursor: pointer;
  color: var(--localMenuTextColor, var(--menuTextColor, #212121)); }
  @media (max-width: 1024px) {
    .cartsy-header-search-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.cartsy-header-search-form {
  padding: 0 40px;
  width: 960px;
  max-width: 62%;
  margin: 0 auto; }
  @media (max-width: 1440px) {
    .cartsy-header-search-form {
      max-width: 55%; } }
  @media (max-width: 1024px) {
    .cartsy-header-search-form {
      position: absolute;
      top: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: calc(100% - 140px);
      max-width: none;
      padding: 0;
      left: 73px;
      opacity: 0;
      visibility: hidden;
      background-color: #fff;
      z-index: 1;
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; } }
  @media (max-width: 575px) {
    .cartsy-header-search-form {
      width: calc(100% - 110px);
      left: 57px; } }
  @media (max-width: 1024px) {
    .cartsy-header-search-form.show-mobile-search {
      opacity: 1;
      visibility: visible; } }
  .cartsy-header-search-form .cartsy-product-search-form label input[type="search"] {
    background-color: var(--localDefaultHeaderColor, var(--defaultHeaderColor, #ffffff));
    color: var(--localMenuTextColor, var(--menuTextColor, #212121));
    border-color: var(--localMenuTextColor, var(--menuTextColor, #212121));
    font-family: var(--menuFontFamily, "Open Sans"); }
    @media (max-width: 767px) {
      .cartsy-header-search-form .cartsy-product-search-form label input[type="search"] {
        height: 50px;
        padding-left: 45px; } }
  .cartsy-header-search-form .cartsy-product-search-form-icon {
    color: var(--localMenuTextColor, var(--menuTextColor, #212121)); }
    @media (max-width: 767px) {
      .cartsy-header-search-form .cartsy-product-search-form-icon {
        width: 45px; }
        .cartsy-header-search-form .cartsy-product-search-form-icon svg {
          width: 15px;
          height: auto; } }
  .cartsy-header-search-form.search-removing .cartsy-product-search-form {
    -webkit-animation: fadeOut 0.5s ease-in-out;
            animation: fadeOut 0.5s ease-in-out; }
  .cartsy-header-search-form .cartsy-product-search-form {
    -webkit-animation: fadeIn 0.6s ease-in-out;
            animation: fadeIn 0.6s ease-in-out; }

body.admin-bar .cartsy-menu-area {
  top: 32px; }
  @media only screen and (max-width: 782px) {
    body.admin-bar .cartsy-menu-area {
      top: 46px; } }
  @media only screen and (max-width: 600px) {
    body.admin-bar .cartsy-menu-area.header-on-float {
      top: 0; } }

.mobile-cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #c9ced6;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: var(--colorTextMain, #212121);
    display: block;
    font-size: 13.125px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.entry-content .alignleft {
  float: left;
  margin: 0 40px 0 0; }
  @media only screen and (max-width: 1360px) {
    .entry-content .alignleft {
      margin: 0 30px 0 0; } }
  @media only screen and (max-width: 375px) {
    .entry-content .alignleft {
      margin: 0 27px 0 0; } }

.entry-content .alignright {
  float: right;
  margin: 0 0 0 40px; }
  @media only screen and (max-width: 1360px) {
    .entry-content .alignright {
      margin: 0 0 0 30px; } }
  @media only screen and (max-width: 375px) {
    .entry-content .alignright {
      margin: 0 0 0 27px; } }

.entry-content .aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.entry-content img.aligncenter {
  display: inherit; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 25px;
  margin: 0 0 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  /*--------------------------------------------------------------
  # style for widget title
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for select
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for ul
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for search widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for calendar widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for Recent comments widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for rss widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for text widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for instagram widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for gallery widget
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for tag cloud widget
  --------------------------------------------------------------*/ }
  .widget .widget-title {
    font-size: 20px;
    margin-bottom: 27px; }
    @media only screen and (max-width: 991px) {
      .widget .widget-title {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 480px) {
      .widget .widget-title {
        margin-bottom: 20px; } }
  .widget select {
    width: 100%; }
  .widget ul {
    margin: 25px 0 28px 5px;
    padding: 0; }
    .widget ul li {
      padding: 0 0 0 20px;
      margin: 18px 0;
      list-style: none;
      color: var(--colorTextLight, #5a5a5a);
      position: relative;
      font-size: 15px;
      line-height: 1.625; }
      .widget ul li::before {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        bottom: auto;
        left: -1px;
        background-color: var(--colorPrimary, #212121); }
      .widget ul li a {
        color: var(--colorTextLight, #5a5a5a); }
        .widget ul li a:hover {
          color: var(--colorTextMain, #212121);
          text-decoration: underline; }
      .widget ul li:last-of-type {
        margin: 0 0 0; }
      .widget ul li ul {
        margin: 15px 0 18px 5px; }
      .widget ul li ul li ul li ul li ul li ul li ul li ul {
        margin-left: 0; }
  .widget > ul,
  .widget .menu-testing-menu-container > ul {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0; }
  .widget.widget_search form.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .widget.widget_search form.search-form > label {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
      .widget.widget_search form.search-form > label input.search-field {
        height: 48px;
        width: 100%;
        padding: 15px 17px;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .widget.widget_search form.search-form > label input.search-field:focus {
          outline: none; }
    .widget.widget_search form.search-form input[type="submit"],
    .widget.widget_search form.search-form .search-submit {
      padding: 15px 25px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1440px) {
        .widget.widget_search form.search-form input[type="submit"],
        .widget.widget_search form.search-form .search-submit {
          padding-left: 20px;
          padding-right: 20px; } }
  .widget.widget_calendar .calendar_wrap table {
    margin: 0; }
    .widget.widget_calendar .calendar_wrap table caption {
      color: #212121;
      margin-bottom: 16px;
      font-weight: 600; }
    .widget.widget_calendar .calendar_wrap table tbody td {
      text-align: center;
      padding: 4px 0; }
    .widget.widget_calendar .calendar_wrap table tfoot tr {
      height: 35px;
      vertical-align: bottom; }
      .widget.widget_calendar .calendar_wrap table tfoot tr td:last-child {
        text-align: right; }
  .widget.widget_calendar .calendar_wrap .wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px; }
    .widget.widget_calendar .calendar_wrap .wp-calendar-nav span a {
      font-size: 15px;
      font-weight: 600;
      color: var(--colorTextLight, #5a5a5a); }
      .widget.widget_calendar .calendar_wrap .wp-calendar-nav span a:hover {
        color: var(--colorTextMain, #212121);
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
  .widget.widget_recent_comments ul li {
    color: var(--colorTextLighter, #999999); }
    .widget.widget_recent_comments ul li span {
      color: var(--colorTextMain, #212121); }
    .widget.widget_recent_comments ul li a {
      color: var(--colorTextMain, #212121);
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .widget.widget_recent_comments ul li a:hover {
        color: var(--colorPrimary, #212121);
        text-decoration: underline; }
  .widget.widget_rss .rsswidget {
    color: #212121;
    font-weight: 600; }
    .widget.widget_rss .rsswidget:hover {
      color: var(--colorPrimary, #212121); }
  .widget.widget_rss .rss-date {
    margin-left: 10px;
    font-size: 13px;
    color: var(--colorTextLight, #5a5a5a); }
  .widget.widget_rss .rssSummary {
    color: #707070;
    margin: 15px 0; }
  .widget.widget_rss cite {
    font-size: 13px; }
  .widget.widget_text .textwidget > p,
  .widget.widget_text .textwidget > div {
    color: #707070;
    margin: 0 0 25px; }
    .widget.widget_text .textwidget > p:last-of-type,
    .widget.widget_text .textwidget > div:last-of-type {
      margin-bottom: 0; }
  .widget.widget_text .textwidget > p {
    font-size: 15px; }
    .widget.widget_text .textwidget > p:first-of-type strong {
      margin-top: 0; }
    .widget.widget_text .textwidget > p:first-of-type img + br + strong {
      margin-bottom: 0; }
  .widget.widget_text .textwidget strong {
    display: inline-block;
    color: #212121;
    margin: 15px 0 7px; }
  .widget.widget_text .textwidget .wp-caption p:empty {
    display: none; }
  .widget.powerkit_instagram_widget .pk-instagram-footer .pk-instagram-btn.button:visited {
    color: var(--colorTextMain, #212121); }
  .widget.widget_media_gallery > .gallery {
    margin: 0; }
    .widget.widget_media_gallery > .gallery .gallery-item {
      margin: 0;
      padding-left: 4px; }
      .widget.widget_media_gallery > .gallery .gallery-item:nth-child(3n + 1) {
        padding-left: 0; }
  .widget.widget_tag_cloud a {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .widget.widget_tag_cloud a:hover {
      text-decoration: underline; }

.media-modal-content .media-frame input[type="text"],
.media-modal-content .media-frame input[type="password"],
.media-modal-content .media-frame input[type="date"],
.media-modal-content .media-frame input[type="datetime"],
.media-modal-content .media-frame input[type="datetime-local"],
.media-modal-content .media-frame input[type="email"],
.media-modal-content .media-frame input[type="month"],
.media-modal-content .media-frame input[type="number"],
.media-modal-content .media-frame input[type="search"],
.media-modal-content .media-frame input[type="tel"],
.media-modal-content .media-frame input[type="time"],
.media-modal-content .media-frame input[type="url"],
.media-modal-content .media-frame input[type="week"] {
  min-height: auto; }

.media-modal-content select {
  height: 30px; }

.media-modal-content .button-primary[disabled],
.media-modal-content .button-primary:disabled,
.media-modal-content .button-primary-disabled,
.media-modal-content .button-primary.disabled {
  color: #66c6e4 !important;
  background: #008ec2 !important;
  border-color: #008ec2 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  cursor: default; }

.media-modal-content .button-primary {
  background: #007cba;
  border-color: #007cba;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  height: 32px; }

.media-modal-content .media-router .media-menu-item {
  color: #444; }

.media-modal-content .media-sidebar .setting textarea,
.media-modal-content .attachment-details .setting textarea,
.media-modal-content .compat-item .field textarea {
  min-height: auto; }

.media-modal-close:hover, .media-modal-close:active {
  background: transparent;
  border: 0; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# style for entry meta
--------------------------------------------------------------*/
.entry-meta {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize; }
  .entry-meta a:focus {
    outline: none; }
  .entry-meta > span.number-of-comment {
    margin-left: 20px;
    padding-left: 20px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .entry-meta > span.number-of-comment {
        margin-left: 13px;
        padding-left: 15px; } }
    .entry-meta > span.number-of-comment::before {
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: var(--colorTextLight, #5a5a5a);
      position: absolute;
      top: calc(50% - 2px);
      left: 0; }
    @media only screen and (max-width: 480px) {
      .entry-meta > span.number-of-comment + span.categories {
        margin: 5px 0 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  .entry-meta > span.categories {
    margin-left: 17px;
    padding-left: 21px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .entry-meta > span.categories {
        margin-left: 13px;
        padding-left: 15px; } }
    .entry-meta > span.categories::before {
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: var(--colorTextLight, #5a5a5a);
      position: absolute;
      top: calc(50% - 2px);
      left: 0; }
    .entry-meta > span.categories a.category {
      margin-right: 10px;
      position: relative; }
      @media only screen and (max-width: 480px) {
        .entry-meta > span.categories a.category {
          margin-right: 5px; } }
      .entry-meta > span.categories a.category::after {
        content: ","; }
      .entry-meta > span.categories a.category:last-child::after {
        display: none; }

/*--------------------------------------------------------------
# style for post header
--------------------------------------------------------------*/
.entry-header {
  margin: 25px 0 35px; }
  .entry-header .entry-meta {
    color: var(--colorTextLight, #5a5a5a); }
    .entry-header .entry-meta a {
      color: var(--colorTextLight, #5a5a5a); }
      .entry-header .entry-meta a:hover {
        color: var(--colorPrimary, #212121); }
  .entry-header .entry-title {
    font-size: 28px;
    font-weight: 700;
    margin: 15px 0 0;
    word-wrap: break-word; }
    .entry-header .entry-title a {
      color: inherit; }
      .entry-header .entry-title a:hover {
        color: var(--colorPrimary, #212121); }

/*--------------------------------------------------------------
# style for post content
--------------------------------------------------------------*/
.entry-content,
.comment-content {
  margin: 0;
  /*--------------------------------------------------------------
  # style for blockquote
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block image
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block button
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for table
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block latest comments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block latest posts
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post password form
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for block video
  --------------------------------------------------------------*/ }
  .entry-content > *:first-child,
  .comment-content > *:first-child {
    margin-top: 0; }
  .entry-content .wp-block-spacer,
  .comment-content .wp-block-spacer {
    clear: both; }
  .entry-content p[class*="-font-size"], .entry-content p[style^="font-size"],
  .comment-content p[class*="-font-size"],
  .comment-content p[style^="font-size"] {
    line-height: initial; }
  .entry-content p strong,
  .comment-content p strong {
    color: var(--colorTextMain, #212121); }
  .entry-content p.wp-block-cover-text,
  .comment-content p.wp-block-cover-text {
    color: #fff;
    position: relative; }
    .entry-content p.wp-block-cover-text strong,
    .comment-content p.wp-block-cover-text strong {
      color: #fff; }
  .entry-content p a,
  .comment-content p a {
    color: var(--colorPrimary, #212121); }
    .entry-content p a:hover,
    .comment-content p a:hover {
      text-decoration: underline; }
  .entry-content a.wp-block-button__link, .entry-content a.wp-block-file__button,
  .comment-content a.wp-block-button__link,
  .comment-content a.wp-block-file__button {
    background-color: var(--colorPrimary, #212121); }
    .entry-content a.wp-block-button__link:hover, .entry-content a.wp-block-file__button:hover,
    .comment-content a.wp-block-button__link:hover,
    .comment-content a.wp-block-file__button:hover {
      text-decoration: none; }
  .entry-content .wp-block-cover-text a,
  .comment-content .wp-block-cover-text a {
    color: inherit; }
  .entry-content .wp-block-columns,
  .comment-content .wp-block-columns {
    padding: 5px 0 0;
    margin-bottom: -10px; }
  .entry-content dt,
  .entry-content pre,
  .comment-content dt,
  .comment-content pre {
    color: var(--colorTextMain, #212121); }
  .entry-content table,
  .comment-content table {
    table-layout: fixed; }
  .entry-content pre,
  .comment-content pre {
    border: 1px solid #212121; }
  .entry-content hr,
  .comment-content hr {
    background-color: transparent; }
  .entry-content blockquote,
  .entry-content .wp-block-quote,
  .comment-content blockquote,
  .comment-content .wp-block-quote {
    border: 0;
    margin: 60px 0;
    padding: 60px 0;
    position: relative; }
    @media only screen and (max-width: 1360px) {
      .entry-content blockquote,
      .entry-content .wp-block-quote,
      .comment-content blockquote,
      .comment-content .wp-block-quote {
        margin: 50px 0;
        padding: 50px 0; } }
    @media only screen and (max-width: 480px) {
      .entry-content blockquote,
      .entry-content .wp-block-quote,
      .comment-content blockquote,
      .comment-content .wp-block-quote {
        margin: 30px 0;
        padding: 30px 0; } }
    .entry-content blockquote.is-large, .entry-content blockquote.is-style-large,
    .entry-content .wp-block-quote.is-large,
    .entry-content .wp-block-quote.is-style-large,
    .comment-content blockquote.is-large,
    .comment-content blockquote.is-style-large,
    .comment-content .wp-block-quote.is-large,
    .comment-content .wp-block-quote.is-style-large {
      margin: 60px 0;
      padding: 60px 0; }
      @media only screen and (max-width: 1360px) {
        .entry-content blockquote.is-large, .entry-content blockquote.is-style-large,
        .entry-content .wp-block-quote.is-large,
        .entry-content .wp-block-quote.is-style-large,
        .comment-content blockquote.is-large,
        .comment-content blockquote.is-style-large,
        .comment-content .wp-block-quote.is-large,
        .comment-content .wp-block-quote.is-style-large {
          margin: 50px 0;
          padding: 50px 0; } }
      @media only screen and (max-width: 480px) {
        .entry-content blockquote.is-large, .entry-content blockquote.is-style-large,
        .entry-content .wp-block-quote.is-large,
        .entry-content .wp-block-quote.is-style-large,
        .comment-content blockquote.is-large,
        .comment-content blockquote.is-style-large,
        .comment-content .wp-block-quote.is-large,
        .comment-content .wp-block-quote.is-style-large {
          margin: 30px 0;
          padding: 30px 0; } }
    .entry-content blockquote::before, .entry-content blockquote::after,
    .entry-content .wp-block-quote::before,
    .entry-content .wp-block-quote::after,
    .comment-content blockquote::before,
    .comment-content blockquote::after,
    .comment-content .wp-block-quote::before,
    .comment-content .wp-block-quote::after {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      background-color: var(--colorTextMain, #212121);
      position: absolute;
      left: 0; }
    .entry-content blockquote::before,
    .entry-content .wp-block-quote::before,
    .comment-content blockquote::before,
    .comment-content .wp-block-quote::before {
      top: 0; }
    .entry-content blockquote::after,
    .entry-content .wp-block-quote::after,
    .comment-content blockquote::after,
    .comment-content .wp-block-quote::after {
      bottom: 0; }
    .entry-content blockquote p,
    .entry-content .wp-block-quote p,
    .comment-content blockquote p,
    .comment-content .wp-block-quote p {
      margin: 0;
      font-size: 21px;
      line-height: 42px;
      font-weight: 700;
      color: #212121;
      font-style: normal; }
      @media only screen and (max-width: 480px) {
        .entry-content blockquote p,
        .entry-content .wp-block-quote p,
        .comment-content blockquote p,
        .comment-content .wp-block-quote p {
          font-size: 18px;
          line-height: 32px; } }
    .entry-content blockquote cite,
    .entry-content .wp-block-quote cite,
    .comment-content blockquote cite,
    .comment-content .wp-block-quote cite {
      display: inline-block;
      margin: 60px 0 0;
      font-size: 15px;
      line-height: 20px;
      font-weight: 700;
      color: var(--colorTextMain, #212121);
      text-transform: capitalize; }
      @media only screen and (max-width: 1360px) {
        .entry-content blockquote cite,
        .entry-content .wp-block-quote cite,
        .comment-content blockquote cite,
        .comment-content .wp-block-quote cite {
          margin: 50px 0 0; } }
      @media only screen and (max-width: 480px) {
        .entry-content blockquote cite,
        .entry-content .wp-block-quote cite,
        .comment-content blockquote cite,
        .comment-content .wp-block-quote cite {
          margin: 30px 0 0;
          font-size: 14px; } }
      .entry-content blockquote cite em,
      .entry-content .wp-block-quote cite em,
      .comment-content blockquote cite em,
      .comment-content .wp-block-quote cite em {
        font-size: 15px;
        line-height: 20px; }
        @media only screen and (max-width: 480px) {
          .entry-content blockquote cite em,
          .entry-content .wp-block-quote cite em,
          .comment-content blockquote cite em,
          .comment-content .wp-block-quote cite em {
            font-size: 14px; } }
  .entry-content .wp-block-pullquote,
  .comment-content .wp-block-pullquote {
    padding: 60px 0;
    border-width: 1px;
    border-color: #212121; }
    @media only screen and (max-width: 1360px) {
      .entry-content .wp-block-pullquote,
      .comment-content .wp-block-pullquote {
        padding: 50px 0; } }
    @media only screen and (max-width: 480px) {
      .entry-content .wp-block-pullquote,
      .comment-content .wp-block-pullquote {
        padding: 30px 0; } }
    .entry-content .wp-block-pullquote blockquote,
    .comment-content .wp-block-pullquote blockquote {
      margin: 0;
      padding: 0; }
      .entry-content .wp-block-pullquote blockquote::before, .entry-content .wp-block-pullquote blockquote::after,
      .comment-content .wp-block-pullquote blockquote::before,
      .comment-content .wp-block-pullquote blockquote::after {
        content: none; }
    .entry-content .wp-block-pullquote.is-style-solid-color,
    .comment-content .wp-block-pullquote.is-style-solid-color {
      min-height: 244px;
      border-radius: 6px;
      padding: 56px 60px 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #212121; }
      @media only screen and (max-width: 1360px) {
        .entry-content .wp-block-pullquote.is-style-solid-color,
        .comment-content .wp-block-pullquote.is-style-solid-color {
          padding: 50px; } }
      @media only screen and (max-width: 480px) {
        .entry-content .wp-block-pullquote.is-style-solid-color,
        .comment-content .wp-block-pullquote.is-style-solid-color {
          padding: 30px;
          min-height: 180px; } }
      .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
      .comment-content .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 100%;
        width: 100%; }
        .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
        .comment-content .wp-block-pullquote.is-style-solid-color blockquote p {
          color: #fff !important;
          font-size: 25px;
          line-height: 40px; }
          @media only screen and (max-width: 480px) {
            .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
            .comment-content .wp-block-pullquote.is-style-solid-color blockquote p {
              font-size: 20px;
              line-height: 30px; } }
          .entry-content .wp-block-pullquote.is-style-solid-color blockquote p:first-letter,
          .comment-content .wp-block-pullquote.is-style-solid-color blockquote p:first-letter {
            text-transform: capitalize; }
        .entry-content .wp-block-pullquote.is-style-solid-color blockquote cite,
        .comment-content .wp-block-pullquote.is-style-solid-color blockquote cite {
          font-size: 15px;
          font-style: normal;
          color: #fff;
          position: relative;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media only screen and (max-width: 480px) {
            .entry-content .wp-block-pullquote.is-style-solid-color blockquote cite,
            .comment-content .wp-block-pullquote.is-style-solid-color blockquote cite {
              font-size: 13px; } }
          .entry-content .wp-block-pullquote.is-style-solid-color blockquote cite::before,
          .comment-content .wp-block-pullquote.is-style-solid-color blockquote cite::before {
            content: "";
            width: 16px;
            height: 2px;
            background-color: #fff;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin-right: 5px; }
  .entry-content .wp-block-image figcaption,
  .comment-content .wp-block-image figcaption {
    margin-top: 15px;
    margin-bottom: 15px; }
  .entry-content .wp-block-button__link,
  .comment-content .wp-block-button__link {
    background-color: var(--colorPrimary, #212121); }
  .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
  .comment-content .wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--colorPrimary, #212121);
    border-color: var(--colorPrimary, #212121);
    background-color: transparent; }
  .entry-content table,
  .comment-content table {
    padding: 30px;
    border-radius: 6px;
    border-spacing: 0;
    border: 1px solid #212121; }
    .entry-content table.wp-block-table,
    .comment-content table.wp-block-table {
      border-collapse: inherit; }
      .entry-content table.wp-block-table.is-style-stripes,
      .comment-content table.wp-block-table.is-style-stripes {
        border-bottom-color: #212121; }
    @media only screen and (max-width: 1360px) {
      .entry-content table,
      .comment-content table {
        padding: 0; } }
    .entry-content table thead,
    .comment-content table thead {
      overflow: hidden;
      background-color: #f7f7f7; }
      .entry-content table thead tr th,
      .comment-content table thead tr th {
        color: #212121;
        line-height: 1.1875;
        padding: 15px;
        text-align: left; }
        .entry-content table thead tr th:first-child,
        .comment-content table thead tr th:first-child {
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; }
        .entry-content table thead tr th:last-child,
        .comment-content table thead tr th:last-child {
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px; }
    .entry-content table tbody tr th,
    .entry-content table tbody tr td,
    .comment-content table tbody tr th,
    .comment-content table tbody tr td {
      padding: 15px;
      font-weight: 400;
      text-align: left;
      border: 0;
      border-bottom: 1px solid #212121; }
    .entry-content table tbody tr:last-child th,
    .entry-content table tbody tr:last-child td,
    .comment-content table tbody tr:last-child th,
    .comment-content table tbody tr:last-child td {
      border-bottom: 0; }
  .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
  .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    color: var(--colorTextLight, #5a5a5a);
    line-height: 1.625; }
    .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
    .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
      color: #212121;
      font-weight: 600; }
      .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover,
      .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
        color: var(--colorPrimary, #212121); }
    .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
    .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
      color: var(--colorTextLight, #5a5a5a);
      line-height: 1.625;
      font-size: 13px; }
  .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
  .comment-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    color: #707070; }
  .entry-content .wp-block-latest-posts,
  .comment-content .wp-block-latest-posts {
    padding: 0; }
    .entry-content .wp-block-latest-posts li,
    .comment-content .wp-block-latest-posts li {
      list-style: none; }
      .entry-content .wp-block-latest-posts li a,
      .comment-content .wp-block-latest-posts li a {
        color: #212121;
        font-weight: 600;
        line-height: 1.625;
        margin-bottom: 5px;
        display: inline-block; }
        .entry-content .wp-block-latest-posts li a:hover,
        .comment-content .wp-block-latest-posts li a:hover {
          color: var(--colorPrimary, #212121); }
      .entry-content .wp-block-latest-posts li .wp-block-latest-posts__post-date,
      .comment-content .wp-block-latest-posts li .wp-block-latest-posts__post-date {
        color: var(--colorTextLight, #5a5a5a);
        line-height: 1.625; }
  .entry-content .post-password-form label input[type="password"],
  .comment-content .post-password-form label input[type="password"] {
    border-radius: 6px;
    min-height: 48px; }
  @media only screen and (max-width: 375px) {
    .entry-content .post-password-form input[type="submit"],
    .comment-content .post-password-form input[type="submit"] {
      margin-top: 15px; } }
  .entry-content .wp-block-video video,
  .comment-content .wp-block-video video {
    width: 100%; }

/*--------------------------------------------------------------
# style for page-links
--------------------------------------------------------------*/
.page-links .post-page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #212121; }
  .page-links .post-page-numbers.current {
    color: #fff;
    border-color: var(--colorPrimary, #212121);
    background-color: var(--colorPrimary, #212121); }

/*--------------------------------------------------------------
# style for entry footer
--------------------------------------------------------------*/
.entry-footer {
  margin-top: 30px; }
  @media only screen and (max-width: 480px) {
    .entry-footer {
      margin-top: 20px; } }

/*--------------------------------------------------------------
# Blog and Archive page posts style
--------------------------------------------------------------*/
body:not(.single):not(.page) article.post,
body:not(.single):not(.page) article.page {
  margin-bottom: 80px;
  /*--------------------------------------------------------------
    # style for post media
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for post header
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for post content
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for post footer
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for sticky post
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for [quote, link, chat, status] post
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for gallery post
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for aside post
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    # style for [audio, video] post
    --------------------------------------------------------------*/ }
  @media only screen and (max-width: 1360px) {
    body:not(.single):not(.page) article.post,
    body:not(.single):not(.page) article.page {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 1200px) {
    body:not(.single):not(.page) article.post,
    body:not(.single):not(.page) article.page {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    body:not(.single):not(.page) article.post,
    body:not(.single):not(.page) article.page {
      margin-bottom: 40px; } }
  body:not(.single):not(.page) article.post:last-of-type,
  body:not(.single):not(.page) article.page:last-of-type {
    margin-bottom: 0; }
  body:not(.single):not(.page) article.post .entry-media,
  body:not(.single):not(.page) article.page .entry-media {
    position: relative;
    margin: 0 0 25px; }
    body:not(.single):not(.page) article.post .entry-media img,
    body:not(.single):not(.page) article.page .entry-media img {
      border-radius: 6px; }
  body:not(.single):not(.page) article.post .entry-header,
  body:not(.single):not(.page) article.page .entry-header {
    margin: 0 0 15px; }
    body:not(.single):not(.page) article.post .entry-header .entry-meta a,
    body:not(.single):not(.page) article.page .entry-header .entry-meta a {
      color: var(--colorTextLight, #5a5a5a);
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      body:not(.single):not(.page) article.post .entry-header .entry-meta a:hover,
      body:not(.single):not(.page) article.page .entry-header .entry-meta a:hover {
        color: var(--colorPrimary, #212121);
        text-decoration: underline; }
    body:not(.single):not(.page) article.post .entry-header .entry-title,
    body:not(.single):not(.page) article.page .entry-header .entry-title {
      margin: 15px 0 0; }
      @media only screen and (max-width: 480px) {
        body:not(.single):not(.page) article.post .entry-header .entry-title,
        body:not(.single):not(.page) article.page .entry-header .entry-title {
          margin: 12px 0 0; } }
  body:not(.single):not(.page) article.post .entry-content,
  body:not(.single):not(.page) article.page .entry-content {
    color: var(--colorTextLight, #5a5a5a); }
    body:not(.single):not(.page) article.post .entry-content p:not(.has-text-color),
    body:not(.single):not(.page) article.page .entry-content p:not(.has-text-color) {
      color: var(--colorTextLight, #5a5a5a); }
    body:not(.single):not(.page) article.post .entry-content p.wp-block-cover-text,
    body:not(.single):not(.page) article.page .entry-content p.wp-block-cover-text {
      color: #fff; }
      body:not(.single):not(.page) article.post .entry-content p.wp-block-cover-text strong,
      body:not(.single):not(.page) article.page .entry-content p.wp-block-cover-text strong {
        color: #fff; }
    body:not(.single):not(.page) article.post .entry-content .has-text-color p,
    body:not(.single):not(.page) article.page .entry-content .has-text-color p {
      color: inherit;
      line-height: inherit; }
  body:not(.single):not(.page) article.post .entry-footer a.cartsy-read-more,
  body:not(.single):not(.page) article.page .entry-footer a.cartsy-read-more {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.26;
    color: #212121;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    body:not(.single):not(.page) article.post .entry-footer a.cartsy-read-more:hover,
    body:not(.single):not(.page) article.page .entry-footer a.cartsy-read-more:hover {
      color: var(--colorPrimary, #212121);
      text-decoration: underline; }
  body:not(.single):not(.page) article.post.sticky,
  body:not(.single):not(.page) article.page.sticky {
    border: 1px solid #212121;
    padding: 35px 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }
  body:not(.single):not(.page) article.post.format-quote, body:not(.single):not(.page) article.post.format-link, body:not(.single):not(.page) article.post.format-chat, body:not(.single):not(.page) article.post.format-status,
  body:not(.single):not(.page) article.page.format-quote,
  body:not(.single):not(.page) article.page.format-link,
  body:not(.single):not(.page) article.page.format-chat,
  body:not(.single):not(.page) article.page.format-status {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #212121;
    min-height: 244px;
    border-radius: 6px;
    padding: 60px 60px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 480px) {
      body:not(.single):not(.page) article.post.format-quote, body:not(.single):not(.page) article.post.format-link, body:not(.single):not(.page) article.post.format-chat, body:not(.single):not(.page) article.post.format-status,
      body:not(.single):not(.page) article.page.format-quote,
      body:not(.single):not(.page) article.page.format-link,
      body:not(.single):not(.page) article.page.format-chat,
      body:not(.single):not(.page) article.page.format-status {
        min-height: 150px;
        padding: 40px 30px 38px; } }
    body:not(.single):not(.page) article.post.format-quote::after, body:not(.single):not(.page) article.post.format-link::after, body:not(.single):not(.page) article.post.format-chat::after, body:not(.single):not(.page) article.post.format-status::after,
    body:not(.single):not(.page) article.page.format-quote::after,
    body:not(.single):not(.page) article.page.format-link::after,
    body:not(.single):not(.page) article.page.format-chat::after,
    body:not(.single):not(.page) article.page.format-status::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), color-stop(80%, transparent));
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.85), transparent 80%);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.85), transparent 80%);
      background: linear-gradient(rgba(0, 0, 0, 0.85), transparent 80%);
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 480px) {
        body:not(.single):not(.page) article.post.format-quote::after, body:not(.single):not(.page) article.post.format-link::after, body:not(.single):not(.page) article.post.format-chat::after, body:not(.single):not(.page) article.post.format-status::after,
        body:not(.single):not(.page) article.page.format-quote::after,
        body:not(.single):not(.page) article.page.format-link::after,
        body:not(.single):not(.page) article.page.format-chat::after,
        body:not(.single):not(.page) article.page.format-status::after {
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(transparent));
          background: -webkit-linear-gradient(rgba(0, 0, 0, 0.85), transparent);
          background: -o-linear-gradient(rgba(0, 0, 0, 0.85), transparent);
          background: linear-gradient(rgba(0, 0, 0, 0.85), transparent); } }
    body:not(.single):not(.page) article.post.format-quote h3, body:not(.single):not(.page) article.post.format-link h3, body:not(.single):not(.page) article.post.format-chat h3, body:not(.single):not(.page) article.post.format-status h3,
    body:not(.single):not(.page) article.page.format-quote h3,
    body:not(.single):not(.page) article.page.format-link h3,
    body:not(.single):not(.page) article.page.format-chat h3,
    body:not(.single):not(.page) article.page.format-status h3 {
      margin: 0;
      font-size: 25px;
      line-height: 1.2;
      font-weight: 700;
      z-index: 1; }
      @media only screen and (max-width: 480px) {
        body:not(.single):not(.page) article.post.format-quote h3, body:not(.single):not(.page) article.post.format-link h3, body:not(.single):not(.page) article.post.format-chat h3, body:not(.single):not(.page) article.post.format-status h3,
        body:not(.single):not(.page) article.page.format-quote h3,
        body:not(.single):not(.page) article.page.format-link h3,
        body:not(.single):not(.page) article.page.format-chat h3,
        body:not(.single):not(.page) article.page.format-status h3 {
          font-size: 22px; } }
      body:not(.single):not(.page) article.post.format-quote h3 a, body:not(.single):not(.page) article.post.format-link h3 a, body:not(.single):not(.page) article.post.format-chat h3 a, body:not(.single):not(.page) article.post.format-status h3 a,
      body:not(.single):not(.page) article.page.format-quote h3 a,
      body:not(.single):not(.page) article.page.format-link h3 a,
      body:not(.single):not(.page) article.page.format-chat h3 a,
      body:not(.single):not(.page) article.page.format-status h3 a {
        color: #fff;
        line-height: 40px; }
        body:not(.single):not(.page) article.post.format-quote h3 a:hover, body:not(.single):not(.page) article.post.format-link h3 a:hover, body:not(.single):not(.page) article.post.format-chat h3 a:hover, body:not(.single):not(.page) article.post.format-status h3 a:hover,
        body:not(.single):not(.page) article.page.format-quote h3 a:hover,
        body:not(.single):not(.page) article.page.format-link h3 a:hover,
        body:not(.single):not(.page) article.page.format-chat h3 a:hover,
        body:not(.single):not(.page) article.page.format-status h3 a:hover {
          color: var(--colorPrimary, #212121); }
    body:not(.single):not(.page) article.post.format-quote i, body:not(.single):not(.page) article.post.format-link i, body:not(.single):not(.page) article.post.format-chat i, body:not(.single):not(.page) article.post.format-status i,
    body:not(.single):not(.page) article.page.format-quote i,
    body:not(.single):not(.page) article.page.format-link i,
    body:not(.single):not(.page) article.page.format-chat i,
    body:not(.single):not(.page) article.page.format-status i {
      font-size: 30px;
      position: absolute;
      z-index: 1;
      top: 23px;
      right: 30px;
      line-height: 1;
      color: var(--colorPrimary, #212121); }
      @media only screen and (max-width: 480px) {
        body:not(.single):not(.page) article.post.format-quote i, body:not(.single):not(.page) article.post.format-link i, body:not(.single):not(.page) article.post.format-chat i, body:not(.single):not(.page) article.post.format-status i,
        body:not(.single):not(.page) article.page.format-quote i,
        body:not(.single):not(.page) article.page.format-link i,
        body:not(.single):not(.page) article.page.format-chat i,
        body:not(.single):not(.page) article.page.format-status i {
          font-size: 24px;
          top: 20px;
          right: 22px; } }
  body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery .swiper-container,
  body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery .swiper-container {
    border-radius: 6px;
    width: calc(100% - 2px);
    background-color: #212121; }
  body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery .swiper-slide .cartsy-post-gallery-item,
  body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery .swiper-slide .cartsy-post-gallery-item {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery .swiper-slide .cartsy-post-gallery-item img,
    body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery .swiper-slide .cartsy-post-gallery-item img {
      max-height: 100%; }
  body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-prev,
  body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-next,
  body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-prev,
  body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--colorTextLight, #5a5a5a);
    font-size: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: calc(50% - 48px / 2);
    z-index: 1;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    @media only screen and (max-width: 480px) {
      body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-prev,
      body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-next,
      body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-prev,
      body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-next {
        width: 40px;
        height: 40px; } }
    body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-prev:hover,
    body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-next:hover,
    body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-prev:hover,
    body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-next:hover {
      color: #fff;
      background-color: var(--colorPrimary, #212121); }
    body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-prev:focus,
    body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-next:focus,
    body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-prev:focus,
    body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-next:focus {
      outline: 0; }
  body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-prev,
  body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-prev {
    left: -24px; }
    @media only screen and (max-width: 767px) {
      body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-prev,
      body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-prev {
        left: 24px; } }
    @media only screen and (max-width: 480px) {
      body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-prev,
      body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-prev {
        left: 20px; } }
  body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-next,
  body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-next {
    right: -24px; }
    @media only screen and (max-width: 480px) {
      body:not(.single):not(.page) article.post.format-gallery .cartsy-post-gallery-next,
      body:not(.single):not(.page) article.page.format-gallery .cartsy-post-gallery-next {
        right: 20px; } }
  body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail,
  body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail,
      body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media only screen and (max-width: 480px) {
      body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail,
      body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail .entry-media,
    body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail .entry-media {
      width: 465px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail .entry-media,
        body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail .entry-media {
          width: 100%; } }
      @media only screen and (max-width: 991px) {
        body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail .entry-media,
        body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail .entry-media {
          width: 320px; } }
      @media only screen and (max-width: 480px) {
        body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail .entry-media,
        body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail .entry-media {
          width: 100%;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          margin-right: 0; } }
    body:not(.single):not(.page) article.post.format-aside.has-post-thumbnail .entry-header,
    body:not(.single):not(.page) article.page.format-aside.has-post-thumbnail .entry-header {
      margin-top: 0; }
  body:not(.single):not(.page) article.post.format-audio .entry-media .entry-meta, body:not(.single):not(.page) article.post.format-video .entry-media .entry-meta,
  body:not(.single):not(.page) article.page.format-audio .entry-media .entry-meta,
  body:not(.single):not(.page) article.page.format-video .entry-media .entry-meta {
    margin-bottom: 25px; }

/*--------------------------------------------------------------
# Blog single post style
--------------------------------------------------------------*/
.single-post {
  /*--------------------------------------------------------------
  # style for post meta [tags & categories]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for page-links
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for select
  --------------------------------------------------------------*/ }
  .single-post .entry-media {
    margin-bottom: 25px; }
    .single-post .entry-media img {
      border-radius: 6px; }
  .single-post .entry-header {
    margin-top: 0; }
  .single-post.single-format-quote .entry-header {
    margin-bottom: 60px; }
    @media only screen and (max-width: 480px) {
      .single-post.single-format-quote .entry-header {
        margin-bottom: 30px; } }
  .single-post .entry-content {
    margin-bottom: 81px; }
    @media only screen and (max-width: 480px) {
      .single-post .entry-content {
        margin-bottom: 60px; } }
    .single-post .entry-content .twitter-tweet {
      margin-left: 0; }
    @media only screen and (max-width: 1360px) {
      .single-post .entry-content .has-large-font-size {
        font-size: 28px; } }
    @media only screen and (max-width: 480px) {
      .single-post .entry-content .has-large-font-size {
        font-size: 20px; } }
    .single-post .entry-content .pk-share-buttons-wrap {
      margin-bottom: 7px; }
      .single-post .entry-content .pk-share-buttons-wrap .pk-share-buttons-items .pk-share-buttons-item:first-of-type {
        padding-left: 0; }
      .single-post .entry-content .pk-share-buttons-wrap .pk-share-buttons-items .pk-share-buttons-item .pk-share-buttons-link {
        border-radius: 3px; }
  .single-post .entry-post-tags,
  .single-post .entry-post-categories {
    margin: 15px 0; }
    .single-post .entry-post-tags .tag-title,
    .single-post .entry-post-tags .cat-title,
    .single-post .entry-post-categories .tag-title,
    .single-post .entry-post-categories .cat-title {
      font-weight: 700; }
    .single-post .entry-post-tags .tag-items,
    .single-post .entry-post-tags .cat-items,
    .single-post .entry-post-categories .tag-items,
    .single-post .entry-post-categories .cat-items {
      color: var(--colorPrimary, #212121); }
    .single-post .entry-post-tags a,
    .single-post .entry-post-categories a {
      font-size: 15px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 2px 0 2px 5px;
      color: var(--colorPrimary, #212121);
      text-transform: capitalize; }
      @media only screen and (max-width: 480px) {
        .single-post .entry-post-tags a,
        .single-post .entry-post-categories a {
          margin: 5px 0 5px 10px; } }
      .single-post .entry-post-tags a:hover,
      .single-post .entry-post-categories a:hover {
        text-decoration: underline; }
  .single-post .page-links .post-page-numbers {
    margin-left: 10px; }
  .single-post select {
    max-width: 268px;
    width: 100%; }

/*--------------------------------------------------------------
# style for blog and archive page post navigation
--------------------------------------------------------------*/
.blog nav.navigation.posts-navigation,
.archive nav.navigation.posts-navigation,
.search nav.navigation.posts-navigation {
  margin: 90px 0 145px; }
  @media only screen and (max-width: 991px) {
    .blog nav.navigation.posts-navigation,
    .archive nav.navigation.posts-navigation,
    .search nav.navigation.posts-navigation {
      margin: 60px 0 90px; } }
  @media only screen and (max-width: 480px) {
    .blog nav.navigation.posts-navigation,
    .archive nav.navigation.posts-navigation,
    .search nav.navigation.posts-navigation {
      margin: 50px 0 70px; } }
  .blog nav.navigation.posts-navigation .nav-links,
  .archive nav.navigation.posts-navigation .nav-links,
  .search nav.navigation.posts-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .blog nav.navigation.posts-navigation .nav-links .nav-previous a i,
    .archive nav.navigation.posts-navigation .nav-links .nav-previous a i,
    .search nav.navigation.posts-navigation .nav-links .nav-previous a i {
      margin-right: 10px; }
    .blog nav.navigation.posts-navigation .nav-links .nav-next a i,
    .archive nav.navigation.posts-navigation .nav-links .nav-next a i,
    .search nav.navigation.posts-navigation .nav-links .nav-next a i {
      margin-left: 10px; }
    .blog nav.navigation.posts-navigation .nav-links a,
    .archive nav.navigation.posts-navigation .nav-links a,
    .search nav.navigation.posts-navigation .nav-links a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 30px;
      font-weight: 700;
      padding: 0 25px;
      min-height: 48px;
      border-radius: 6px;
      color: var(--colorTextMain, #212121);
      background-color: #f7f7f7;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      outline: none; }
      .blog nav.navigation.posts-navigation .nav-links a i,
      .archive nav.navigation.posts-navigation .nav-links a i,
      .search nav.navigation.posts-navigation .nav-links a i {
        font-size: 30px; }
      .blog nav.navigation.posts-navigation .nav-links a:hover,
      .archive nav.navigation.posts-navigation .nav-links a:hover,
      .search nav.navigation.posts-navigation .nav-links a:hover {
        background-color: var(--colorPrimary, #212121);
        color: #fff; }

/*--------------------------------------------------------------
# style for blog single post navigation
--------------------------------------------------------------*/
.single-post .post-navigation {
  padding: 20px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e6e6e6;
  margin: 90px 0 0; }
  @media only screen and (max-width: 480px) {
    .single-post .post-navigation {
      margin: 60px 0 0; } }
  .single-post .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .single-post .post-navigation .nav-links a {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .single-post .post-navigation .nav-links a.nav-previous {
        padding-right: 40px; }
        @media only screen and (max-width: 480px) {
          .single-post .post-navigation .nav-links a.nav-previous {
            padding-right: 10px; } }
        .single-post .post-navigation .nav-links a.nav-previous .thumb-img {
          margin: 0 25px 0 0; }
          @media only screen and (max-width: 480px) {
            .single-post .post-navigation .nav-links a.nav-previous .thumb-img {
              margin: 0 15px 0 0; } }
          .single-post .post-navigation .nav-links a.nav-previous .thumb-img:empty::before {
            content: ""; }
      .single-post .post-navigation .nav-links a.nav-next {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right;
        padding-left: 40px; }
        @media only screen and (max-width: 480px) {
          .single-post .post-navigation .nav-links a.nav-next {
            padding-left: 10px; } }
        .single-post .post-navigation .nav-links a.nav-next .thumb-img {
          margin: 0 0 0 25px; }
          @media only screen and (max-width: 480px) {
            .single-post .post-navigation .nav-links a.nav-next .thumb-img {
              margin: 0 0 0 15px; } }
          .single-post .post-navigation .nav-links a.nav-next .thumb-img:empty::before {
            content: ""; }
      .single-post .post-navigation .nav-links a .nav-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      .single-post .post-navigation .nav-links a .thumb-img {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .single-post .post-navigation .nav-links a .thumb-img img {
          border-radius: 6px; }
          @media only screen and (max-width: 480px) {
            .single-post .post-navigation .nav-links a .thumb-img img {
              width: 60px;
              height: 60px; } }
        .single-post .post-navigation .nav-links a .thumb-img:empty {
          width: 80px;
          height: 80px;
          border-radius: 6px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 24px;
          color: var(--colorTextMain, #212121);
          background-color: #f7f7f7;
          -webkit-transition: background-color 0.3s ease;
          -o-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease; }
          @media only screen and (max-width: 480px) {
            .single-post .post-navigation .nav-links a .thumb-img:empty {
              width: 60px;
              height: 60px;
              font-size: 22px; } }
          .single-post .post-navigation .nav-links a .thumb-img:empty::before {
            font-family: "Ionicons"; }
      .single-post .post-navigation .nav-links a h5 {
        text-transform: capitalize;
        word-break: break-word;
        margin: 0;
        padding: 0;
        font-weight: normal;
        color: var(--colorTextLighter, #999999);
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .single-post .post-navigation .nav-links a p {
        margin: 0 0 10px;
        padding: 0;
        color: var(--colorTextMain, #212121);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.3; }
        .single-post .post-navigation .nav-links a p:empty {
          display: none; }
        @media only screen and (max-width: 480px) {
          .single-post .post-navigation .nav-links a p {
            display: none; } }
      .single-post .post-navigation .nav-links a:hover h5 {
        color: var(--colorPrimary, #212121);
        text-decoration: underline; }
      .single-post .post-navigation .nav-links a:hover .thumb-img:empty {
        background-color: var(--colorPrimary, #212121);
        color: #ffffff; }
    .single-post .post-navigation .nav-links .hr-bar {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 1px;
      height: 40px;
      background-color: #e6e6e6;
      position: absolute;
      top: auto;
      left: 50%; }

.fall-back-header {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 990px) {
    .fall-back-header {
      margin-left: calc(-100vw / 2 + 100% / 2);
      margin-right: calc(-100vw / 2 + 100% / 2);
      background-color: #f1f1f1;
      min-height: 240px;
      margin-top: -60px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .fall-back-header {
      margin-top: -20px;
      margin-left: -20px;
      margin-bottom: 30px; } }
  @media (max-width: 575px) {
    .fall-back-header {
      min-height: 200px; } }
  .fall-back-header .entry-title {
    margin: 0; }
    @media (max-width: 990px) {
      .fall-back-header .entry-title {
        font-size: 32px; } }

.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
# style for the last element of the page
--------------------------------------------------------------*/
.page .entry-content > *:last-of-type {
  overflow: hidden; }

/*--------------------------------------------------------------
# style for archive page
--------------------------------------------------------------*/
.archive .content-area .page-header {
  margin-bottom: 60px; }
  .archive .content-area .page-header .page-title {
    margin: 0; }
  .archive .content-area .page-header .page-description p {
    margin: 15px 0 0;
    color: var(--colorTextLight, #5a5a5a); }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
  margin: 120px 0 0;
  /*--------------------------------------------------------------
  # style for post comment title
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment list
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment card
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment respond
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # style for post comment form
  --------------------------------------------------------------*/ }
  @media only screen and (max-width: 1440px) {
    #comments {
      margin: 90px 0 0; } }
  @media only screen and (max-width: 480px) {
    #comments {
      margin: 70px 0 0; } }
  #comments .comment-content a {
    word-wrap: break-word; }
  #comments .bypostauthor {
    display: block; }
  #comments h2.comments-title {
    margin: 0 0 60px; }
    @media only screen and (max-width: 480px) {
      #comments h2.comments-title {
        margin: 0 0 40px; } }
  #comments ol.comment-list {
    margin: 0 0 120px;
    padding: 0; }
    @media only screen and (max-width: 1440px) {
      #comments ol.comment-list {
        margin: 0 0 90px; } }
    @media only screen and (max-width: 991px) {
      #comments ol.comment-list {
        margin: 0 0 70px; } }
    #comments ol.comment-list li {
      list-style: none; }
    #comments ol.comment-list #respond {
      margin-top: 20px;
      margin-bottom: 80px; }
      @media only screen and (max-width: 1360px) {
        #comments ol.comment-list #respond {
          margin-bottom: 60px; } }
      @media only screen and (max-width: 480px) {
        #comments ol.comment-list #respond {
          margin-bottom: 40px; } }
  #comments .no-comments {
    margin: 0; }
  #comments .comment-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 60px; }
    @media only screen and (max-width: 1360px) {
      #comments .comment-card {
        margin: 0 0 40px; } }
    @media only screen and (max-width: 480px) {
      #comments .comment-card {
        margin: 0 0 30px; } }
    #comments .comment-card .comment-avatar {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 25px; }
      @media only screen and (max-width: 480px) {
        #comments .comment-card .comment-avatar {
          margin-right: 20px; } }
      #comments .comment-card .comment-avatar img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media only screen and (max-width: 1440px) {
          #comments .comment-card .comment-avatar img {
            width: 70px;
            height: 70px; } }
        @media only screen and (max-width: 480px) {
          #comments .comment-card .comment-avatar img {
            width: 60px;
            height: 60px; } }
      #comments .comment-card .comment-avatar + .comment-content {
        width: calc(100% - 105px); }
        @media only screen and (max-width: 1360px) {
          #comments .comment-card .comment-avatar + .comment-content {
            width: calc(100% - 95px); } }
        @media only screen and (max-width: 480px) {
          #comments .comment-card .comment-avatar + .comment-content {
            width: calc(100% - 80px); } }
    #comments .comment-card .comment-content {
      width: 100%; }
      #comments .comment-card .comment-content .name {
        margin-bottom: 10px; }
        #comments .comment-card .comment-content .name h5 {
          margin: 0; }
      #comments .comment-card .comment-content .content {
        color: #707070; }
        #comments .comment-card .comment-content .content p {
          margin-top: 0; }
          @media only screen and (max-width: 480px) {
            #comments .comment-card .comment-content .content p {
              margin-bottom: 15px; } }
      #comments .comment-card .comment-content .action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 13px;
        color: var(--colorTextLight, #5a5a5a); }
        #comments .comment-card .comment-content .action .comment-reply-link {
          color: var(--colorTextLight, #5a5a5a);
          padding-right: 18px;
          position: relative; }
          #comments .comment-card .comment-content .action .comment-reply-link i {
            font-size: 20px;
            line-height: 1;
            position: absolute;
            right: 0;
            top: calc(50% - 18px / 2); }
          #comments .comment-card .comment-content .action .comment-reply-link:hover {
            color: var(--colorPrimary, #212121); }
  #comments #respond h3 {
    font-size: var(--h2FontSize);
    line-height: var(--h2LineHeight);
    margin-bottom: 15px; }
    #comments #respond h3 #cancel-comment-reply-link {
      font-size: 15px;
      font-weight: 600;
      color: var(--colorTextLight, #5a5a5a);
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease;
      float: right;
      clear: right; }
      #comments #respond h3 #cancel-comment-reply-link:hover {
        color: var(--colorPrimary, #212121);
        text-decoration: underline; }
  #comments #commentform {
    display: grid;
    grid-template-areas: 'note note note' 'rating rating rating' 'comment comment comment' 'author email url' 'cookie cookie cookie' 'submit submit submit';
    grid-gap: 45px 30px; }
    @media (max-width: 575px) {
      #comments #commentform {
        grid-template-areas: 'note note note' 'rating rating rating' 'comment comment comment' 'author author author' 'email email email' 'url url url' 'cookie cookie cookie' 'submit submit submit';
        grid-gap: 25px; } }
    #comments #commentform .wp-rlrr-extend {
      grid-area: rating;
      margin-bottom: 0; }
      #comments #commentform .wp-rlrr-extend .rlrr-rating-field-title,
      #comments #commentform .wp-rlrr-extend .image-container h3 {
        color: var(--colorTextDark, #212121);
        font-family: var(--bodyFontFamily, inherit);
        font-size: var(--bodyFontSize, 15px);
        font-weight: 700;
        line-height: 19px;
        width: 125px; }
      #comments #commentform .wp-rlrr-extend .rating-field-display i {
        cursor: pointer; }
      #comments #commentform .wp-rlrr-extend .comment-image-upload-wrapper {
        margin-top: 45px; }
        #comments #commentform .wp-rlrr-extend .comment-image-upload-wrapper .rlrr_image_upload,
        #comments #commentform .wp-rlrr-extend .comment-image-upload-wrapper #rlrr-rating-image-field {
          margin-bottom: 0; }
    #comments #commentform p {
      margin: 0; }
      #comments #commentform p label {
        color: var(--colorTextDark, #212121);
        line-height: 19px;
        font-weight: 600; }
        #comments #commentform p label:not([for^='wp-comment-cookies-consent']) {
          display: inline-block;
          font-weight: 600;
          margin-bottom: 14px; }
      #comments #commentform p input:not(.submit) {
        width: 100%; }
      #comments #commentform p.comment-notes, #comments #commentform p.logged-in-as {
        grid-area: note; }
      #comments #commentform p.logged-in-as a {
        font-style: 14px; }
        #comments #commentform p.logged-in-as a:hover {
          text-decoration: underline; }
      #comments #commentform p.comment-form-comment {
        grid-area: comment; }
      #comments #commentform p.comment-form-author {
        grid-area: author; }
      #comments #commentform p.comment-form-email {
        grid-area: email; }
      #comments #commentform p.comment-form-url {
        grid-area: url; }
      #comments #commentform p.comment-form-cookies-consent {
        grid-area: cookie; }
        #comments #commentform p.comment-form-cookies-consent label {
          font-weight: 600;
          cursor: pointer;
          color: var(--colorTextMain, #212121);
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 27px;
          -webkit-transition: color 0.2s ease;
          -o-transition: color 0.2s ease;
          transition: color 0.2s ease; }
          @media only screen and (max-width: 480px) {
            #comments #commentform p.comment-form-cookies-consent label {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start; } }
          #comments #commentform p.comment-form-cookies-consent label::before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 18px;
            height: 18px;
            background: transparent;
            border: 1px solid var(--colorPrimary, #212121);
            border-radius: 3px;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: background-color 0.2s ease;
            -o-transition: background-color 0.2s ease;
            transition: background-color 0.2s ease; }
        #comments #commentform p.comment-form-cookies-consent input[type='checkbox'] {
          width: auto;
          height: auto;
          display: none; }
          #comments #commentform p.comment-form-cookies-consent input[type='checkbox']:checked + label {
            color: var(--colorTextDark, #212121); }
            #comments #commentform p.comment-form-cookies-consent input[type='checkbox']:checked + label:before {
              background: #212121; }
            #comments #commentform p.comment-form-cookies-consent input[type='checkbox']:checked + label:after {
              content: '';
              position: absolute;
              left: 4px;
              top: 9px;
              margin-top: -1px;
              background: white;
              width: 2px;
              height: 2px;
              -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
                      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg); }
        #comments #commentform p.comment-form-cookies-consent:hover label {
          color: var(--colorTextDark, #212121); }
      #comments #commentform p.form-submit {
        grid-area: submit; }
        #comments #commentform p.form-submit input[type='submit']:focus {
          outline: none; }

/*--------------------------------------------------------------
# admin style for comment form
--------------------------------------------------------------*/
.logged-in #comments #commentform {
  grid-template-areas: 'note note note' 'rating rating rating' 'comment comment comment' 'submit submit submit'; }

.logged-in #comments .comment-list #respond #commentform {
  grid-template-areas: 'note note note' 'comment comment comment' 'submit submit submit'; }

/*--------------------------------------------------------------
# comment default style and when review plugin is not active
--------------------------------------------------------------*/
body:not(.single-listing) #comments #commentform {
  grid-template-areas: 'note note note' 'comment comment comment' 'author email url' 'cookie cookie cookie' 'submit submit submit'; }
  @media only screen and (max-width: 480px) {
    body:not(.single-listing) #comments #commentform {
      grid-template-areas: 'note note note' 'comment comment comment' 'author author author' 'email email email' 'url url url' 'cookie cookie cookie' 'submit submit submit';
      grid-gap: 30px; } }

body:not(.single-listing).logged-in #comments #commentform {
  grid-template-areas: 'note note note' 'comment comment comment' 'submit submit submit'; }

/*--------------------------------------------------------------
// comment style when review plugin active
--------------------------------------------------------------*/
.single-listing.rlrr-plugin-active #comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .single-listing.rlrr-plugin-active #comments .no-comments {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100; }
  .single-listing.rlrr-plugin-active #comments .comments-title {
    display: none; }
  .single-listing.rlrr-plugin-active #comments .rlrr-display-rating-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #212121; }
    .single-listing.rlrr-plugin-active #comments .rlrr-display-rating-wrap .rlrr-display-rating-count {
      margin-bottom: 10px; }
    .single-listing.rlrr-plugin-active #comments .rlrr-display-rating-wrap .rlrr-total-review {
      font-size: var(--h3FontSize);
      font-family: var(--h3FontFamily);
      line-height: var(--h3LineHeight);
      color: var(--h3Color);
      font-weight: var(--h3Variant); }
    .single-listing.rlrr-plugin-active #comments .rlrr-display-rating-wrap .icon {
      color: var(--colorSecondary);
      margin-right: 3px; }
    .single-listing.rlrr-plugin-active #comments .rlrr-display-rating-wrap .rlrr-average-review {
      font-size: 13px;
      color: var(--colorTextLight); }
  .single-listing.rlrr-plugin-active #comments .comment-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .single-listing.rlrr-plugin-active #comments > #respond {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

.single-listing.rlrr-plugin-active.logged-in #comments .comment-list .listing-comment-card .listing-comment-content {
  position: relative; }
  .single-listing.rlrr-plugin-active.logged-in #comments .comment-list .listing-comment-card .listing-comment-content .listing-comment-reply-link {
    position: absolute;
    right: 0;
    bottom: 0; }

/*--------------------------------------------------------------
## Reviews
--------------------------------------------------------------*/
.rlrr-single-comment-wrap {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #212121;
  position: relative; }
  @media (max-width: 767px) {
    .rlrr-single-comment-wrap {
      padding: 20px 0; } }
  .rlrr-single-comment-wrap:first-child {
    padding-top: 0;
    border-top: 0;
    padding-top: 0; }
  .rlrr-single-comment-wrap:last-child {
    padding-bottom: 0; }
  .rlrr-single-comment-wrap .rlrr-single-comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .rlrr-single-comment-wrap .rlrr-single-comment-author {
        margin-bottom: 20px; } }
    .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-single-comment-author-image {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-single-comment-author-image img {
        display: block;
        width: 100%;
        height: auto; }
      @media (max-width: 1199px) {
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-single-comment-author-image {
          width: 60px;
          height: 60px; } }
      @media (max-width: 767px) {
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-single-comment-author-image {
          width: 45px;
          height: 45px; } }
    .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post {
          font-size: 14px; } }
      .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post a {
        font-weight: bold;
        color: var(--colorTextDark, #212121);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post a:hover {
          color: var(--colorPrimary, #212121); }
      .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post .rlrr-single-comment-author-name {
        font-family: "Open Sans"; }
      .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post i {
        margin-left: 10px;
        font-size: 1.2em; }
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post i.approved {
          color: #36ab80; }
        .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-comment-author-and-post i.unapproved {
          color: #fb6d3a; }
    .rlrr-single-comment-wrap .rlrr-single-comment-author .rlrr-single-comment-time {
      font-size: 13px;
      color: var(--colorTextLight, #5a5a5a);
      display: block;
      line-height: 1.625; }
  .rlrr-single-comment-wrap .rlrr-single-comment-content {
    line-height: 1.625;
    color: var(--colorTextLight, #5a5a5a);
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .rlrr-single-comment-wrap .rlrr-single-comment-content {
        margin-bottom: 20px; } }
  .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items {
    margin: 30px 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items {
        margin: 20px 0 15px 0; } }
    .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items .rating-display-item {
      margin-top: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding: 0;
      margin-bottom: 10px; }
      @media (max-width: 1199px) {
        .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items .rating-display-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 575px) {
        .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items .rating-display-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items .rating-display-item > span {
        min-width: auto;
        margin-right: 10px;
        font-size: 13px;
        font-weight: bold; }
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-items .rating-display-item i {
        font-size: 14px;
        color: var(--colorSecondary, #212121);
        margin-right: 3px; }
  .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-image-gallery-on-view {
    margin-bottom: 25px;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
    margin-bottom: 0; }
    .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-image-gallery-on-view > a {
      margin: 0;
      padding: 5px;
      width: 80px;
      height: 80px;
      overflow: hidden;
      display: block; }
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rating-display-image-gallery-on-view > a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        border-radius: 3px; }
  .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575px) {
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike {
        margin-bottom: 15px; } }
    .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-like,
    .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-dislike {
      font-size: 16px;
      height: auto;
      color: var(--colorTextLight, #5a5a5a);
      margin-right: 25px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-like > span,
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-dislike > span {
        font-size: 13px;
        margin-right: 8px;
        font-weight: bold; }
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-like svg,
      .rlrr-single-comment-wrap .rlrr-single-comment-meta .rlrr-like-dislike .rlrr-dislike svg {
        width: 18px;
        fill: var(--colorTextLight, #5a5a5a); }
  .rlrr-single-comment-wrap .rlrr-single-comment-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rlrr-single-comment-wrap .rlrr-single-comment-post a {
      color: #212121;
      font-weight: bold;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      margin-left: 10px; }
      .rlrr-single-comment-wrap .rlrr-single-comment-post a:hover {
        color: #3b3b3b; }
  .rlrr-single-comment-wrap .rlrr-comment-status {
    display: block;
    padding: 5px 15px;
    background-color: #c9ced6;
    position: absolute;
    top: 30px;
    right: 0;
    border-radius: 3px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize; }
    @media (max-width: 768px) {
      .rlrr-single-comment-wrap .rlrr-comment-status {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        position: relative;
        top: 0; } }
    .rlrr-single-comment-wrap .rlrr-comment-status.approved {
      background-color: #36ab80; }
    @media (max-width: 767px) {
      .rlrr-single-comment-wrap .rlrr-comment-status {
        display: none; } }

/*--------------------------------------------------------------
## Site Title
--------------------------------------------------------------*/
.cartsy-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
  padding: 80px 60px;
  position: relative;
  background-color: var(--localPageBannerBGColor, var(--bannerBackground, #323232)); }
  @media (max-width: 1440px) {
    .cartsy-page-title {
      min-height: 350px; } }
  @media (max-width: 1440px) {
    .cartsy-page-title {
      min-height: 350px; } }
  @media (max-width: 1280px) {
    .cartsy-page-title {
      min-height: 300px; } }
  @media (max-width: 1024px) {
    .cartsy-page-title {
      min-height: 280px; } }
  @media (max-width: 990px) {
    .cartsy-page-title {
      padding: 80px 40px; } }
  @media screen and (max-width: 768px) {
    .cartsy-page-title {
      min-height: 240px; } }
  @media (max-width: 575px) {
    .cartsy-page-title {
      padding: 80px 20px; } }
  @media (max-width: 575px) {
    .cartsy-page-title.color {
      min-height: 200px; } }
  .cartsy-page-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 1;
    background-color: #000000; }
  .cartsy-page-title.color:before {
    display: none; }
  .cartsy-page-title .cartsy-page-title-content {
    position: relative;
    z-index: 2; }
    .cartsy-page-title .cartsy-page-title-content span,
    .cartsy-page-title .cartsy-page-title-content h1 {
      color: var(--localPageBannerTextColor, var(--bannerTextColor, #fff));
      text-align: center;
      display: block;
      word-break: break-word; }
    .cartsy-page-title .cartsy-page-title-content span {
      font-family: "Satisfy", cursive;
      font-size: 25px;
      margin-bottom: 15px; }
      @media (max-width: 1024px) {
        .cartsy-page-title .cartsy-page-title-content span {
          font-size: 18px; } }
    .cartsy-page-title .cartsy-page-title-content h1 {
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .cartsy-page-title .cartsy-page-title-content h1 {
          font-size: 28px; } }
      @media (max-width: 990px) {
        .cartsy-page-title .cartsy-page-title-content h1 {
          font-size: 24px; } }
      @media (max-width: 575px) {
        .cartsy-page-title .cartsy-page-title-content h1 {
          font-size: 20px; } }
  .cartsy-page-title .cartsy-page-thumb-area {
    position: absolute;
    width: 100%;
    height: 100%; }
    .cartsy-page-title .cartsy-page-thumb-area img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cartsy-page-title.cartsy-banner-type-blog {
    background-color: var(--localBlogBannerBGColor, var(--blogBannerBackground, #323232)); }
    .cartsy-page-title.cartsy-banner-type-blog .cartsy-page-title-content span,
    .cartsy-page-title.cartsy-banner-type-blog .cartsy-page-title-content h1 {
      color: var(--localBlogBannerTextColor, var(--blogBannerTextColor, #fff)); }

/*--------------------------------------------------------------
## User Profile
--------------------------------------------------------------*/
.cartsy-user-profile {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .cartsy-user-profile {
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    .cartsy-user-profile {
      padding-bottom: 60px; } }
  .cartsy-user-profile .cartsy-not-found {
    padding-top: 120px; }
    @media (max-width: 767px) {
      .cartsy-user-profile .cartsy-not-found {
        padding-top: 80px; } }
    @media (max-width: 575px) {
      .cartsy-user-profile .cartsy-not-found {
        padding-top: 60px; } }
  .cartsy-user-profile .cartsy-user-profile-title {
    font-size: 21px;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .cartsy-user-profile .cartsy-user-profile-title {
        font-size: 19px; } }
  .cartsy-user-profile .cartsy-user-cover-wrapper {
    position: relative; }
    .cartsy-user-profile .cartsy-user-cover-wrapper .cartsy-user-cover-photo {
      width: 100%;
      height: 450px;
      overflow: hidden; }
      @media (max-width: 1440px) {
        .cartsy-user-profile .cartsy-user-cover-wrapper .cartsy-user-cover-photo {
          height: 330px; } }
      @media (max-width: 990px) {
        .cartsy-user-profile .cartsy-user-cover-wrapper .cartsy-user-cover-photo {
          height: 260px; } }
      @media (max-width: 767px) {
        .cartsy-user-profile .cartsy-user-cover-wrapper .cartsy-user-cover-photo {
          height: 220px; } }
      @media (max-width: 575px) {
        .cartsy-user-profile .cartsy-user-cover-wrapper .cartsy-user-cover-photo {
          height: 175px; } }
      .cartsy-user-profile .cartsy-user-cover-wrapper .cartsy-user-cover-photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        margin: 0; }
  .cartsy-user-profile .cartsy-user-profile-edit-button {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 10;
    background-color: #fff;
    color: var(--colorTextMain, #212121);
    border-radius: 3px;
    padding: 7px 15px;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .cartsy-user-profile .cartsy-user-profile-edit-button:hover {
      background-color: var(--colorPrimary, #212121);
      color: #fff; }
    @media (max-width: 575px) {
      .cartsy-user-profile .cartsy-user-profile-edit-button {
        bottom: 15px;
        right: 15px;
        padding: 5px 12px; } }
    .cartsy-user-profile .cartsy-user-profile-edit-button i {
      display: none; }
      @media (max-width: 767px) {
        .cartsy-user-profile .cartsy-user-profile-edit-button i {
          display: block; } }
    @media (max-width: 767px) {
      .cartsy-user-profile .cartsy-user-profile-edit-button span {
        display: none; } }
  .cartsy-user-profile .cartsy-user-profile-head {
    position: relative;
    border-bottom: 1px solid #212121;
    background-color: #fff; }
    .cartsy-user-profile .cartsy-user-profile-head .container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .cartsy-user-profile .cartsy-user-profile-head .container {
          padding: 70px 0 0 0;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (max-width: 575px) {
        .cartsy-user-profile .cartsy-user-profile-head .container {
          padding: 50px 0 0 0; } }
    .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-pic {
      width: 150px;
      height: 150px;
      border: 4px solid #fff;
      background-color: #fff;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      bottom: calc(100% - 30px);
      left: 20px;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media (max-width: 990px) {
        .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-pic {
          width: 120px;
          height: 120px; } }
      @media (max-width: 767px) {
        .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-pic {
          width: 100px;
          height: 100px;
          left: 50%;
          border-width: 2px;
          bottom: calc(100% - 50px);
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media (max-width: 575px) {
        .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-pic {
          width: 76px;
          height: 76px;
          bottom: calc(100% - 38px); } }
      .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-pic img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0; }
    .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu-wrapper {
      padding: 0 0 0 210px;
      overflow: hidden; }
      @media (max-width: 990px) {
        .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu-wrapper {
          padding: 0 0 0 160px; } }
      @media (max-width: 767px) {
        .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu-wrapper {
          padding: 0;
          height: 46px; } }
    .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      font-family: "Open Sans";
      padding: 0; }
      @media (max-width: 767px) {
        .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu {
          overflow-y: auto;
          white-space: nowrap;
          overflow-x: scroll;
          padding-bottom: 30px;
          margin-bottom: -30px; } }
      .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li {
        margin: 0 25px;
        padding: 0;
        white-space: nowrap; }
        @media (max-width: 990px) {
          .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li {
            margin: 0 20px; } }
        @media (max-width: 575px) {
          .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li {
            margin: 0 12px; } }
        .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li:first-child {
          margin-left: 0; }
          @media (max-width: 767px) {
            .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li:first-child {
              padding-left: 20px; } }
        .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li:last-child {
          margin-right: 0; }
          @media (max-width: 767px) {
            .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li:last-child {
              padding-right: 20px; } }
        .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li.active a {
          font-weight: bold;
          color: var(--colorTextDark, #212121); }
          .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li.active a:after {
            opacity: 1; }
        .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li a {
          display: block;
          padding: 16px 5px;
          font-size: 16px;
          line-height: 1.625;
          position: relative;
          outline: 0;
          -webkit-transition: 0.15s ease-in-out;
          -o-transition: 0.15s ease-in-out;
          transition: 0.15s ease-in-out; }
          .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li a:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #212121;
            bottom: 0;
            left: 0;
            opacity: 0; }
          @media (max-width: 767px) {
            .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li a {
              padding: 0 5px;
              height: 46px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          @media (max-width: 575px) {
            .cartsy-user-profile .cartsy-user-profile-head .cartsy-user-profile-menu li a {
              font-size: 13px; } }
  .cartsy-user-profile .cartsy-user-profile-info {
    padding: 40px 0 0 0; }
    .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-profile-name {
      margin-bottom: 10px;
      font-size: 21px; }
    .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-profile-adddress {
      font-size: 13px;
      color: var(--colorTextLight, #5a5a5a); }
    .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-profile-about {
      margin: 30px 0; }
    .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-profile-website {
      margin-top: 30px; }
      .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-profile-website a {
        font-weight: bold;
        color: var(--colorSecondary, #212121);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-profile-website a:hover {
          color: #3b3b3b; }
    .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-social-profile {
      margin-top: 60px; }
      @media (max-width: 990px) {
        .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-social-profile {
          margin-top: 40px; } }
      .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-social-profile h3 {
        margin-bottom: 25px; }
        @media (max-width: 990px) {
          .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-social-profile h3 {
            font-size: 17px;
            margin-bottom: 20px; } }
      .cartsy-user-profile .cartsy-user-profile-info .cartsy-user-social-profile .cartsy-social-profile-item a {
        font-size: 19px; }
  .cartsy-user-profile .cartsy-user-listings,
  .cartsy-user-profile .cartsy-user-favorite-listings {
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .cartsy-user-profile .cartsy-user-listings,
      .cartsy-user-profile .cartsy-user-favorite-listings {
        padding: 40px 0 0; } }
    .cartsy-user-profile .cartsy-user-listings .cartsy-listing-grid,
    .cartsy-user-profile .cartsy-user-favorite-listings .cartsy-listing-grid {
      margin-bottom: 40px; }
  .cartsy-user-profile .cartsy-user-profile-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px; }
    @media (max-width: 990px) {
      .cartsy-user-profile .cartsy-user-profile-pagination {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .cartsy-user-profile .cartsy-user-profile-pagination {
        margin-top: 20px; } }
    .cartsy-user-profile .cartsy-user-profile-pagination a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 30px;
      font-weight: 700;
      background-color: #f7f7f7;
      color: var(--colorTextMain, #212121);
      padding: 0 15px;
      border-radius: 3px;
      min-height: 46px;
      min-width: 150px;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      @media (max-width: 990px) {
        .cartsy-user-profile .cartsy-user-profile-pagination a {
          min-height: 42px;
          min-width: 140px; } }
      @media (max-width: 575px) {
        .cartsy-user-profile .cartsy-user-profile-pagination a {
          min-height: 38px;
          min-width: 120px; } }
      .cartsy-user-profile .cartsy-user-profile-pagination a i {
        font-size: 30px;
        -webkit-transition: -webkit-transform 0.15s ease-in-out;
        transition: -webkit-transform 0.15s ease-in-out;
        -o-transition: transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
      .cartsy-user-profile .cartsy-user-profile-pagination a:hover {
        background-color: var(--colorPrimary, #212121);
        color: #fff; }
      .cartsy-user-profile .cartsy-user-profile-pagination a.pagination-prev {
        margin-right: 10px; }
        .cartsy-user-profile .cartsy-user-profile-pagination a.pagination-prev:hover i {
          -webkit-transform: translateX(-10px);
              -ms-transform: translateX(-10px);
                  transform: translateX(-10px); }
        .cartsy-user-profile .cartsy-user-profile-pagination a.pagination-prev i {
          margin-right: 10px; }
      .cartsy-user-profile .cartsy-user-profile-pagination a.pagination-next {
        margin-left: 10px; }
        .cartsy-user-profile .cartsy-user-profile-pagination a.pagination-next:hover i {
          -webkit-transform: translateX(10px);
              -ms-transform: translateX(10px);
                  transform: translateX(10px); }
        .cartsy-user-profile .cartsy-user-profile-pagination a.pagination-next i {
          margin-left: 10px; }
      .cartsy-user-profile .cartsy-user-profile-pagination a.disable {
        pointer-events: none;
        opacity: 0.7; }
  .cartsy-user-profile .cartsy-profile-reviews {
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .cartsy-user-profile .cartsy-profile-reviews {
        padding: 40px 0 0; } }
    .cartsy-user-profile .cartsy-profile-reviews .cartsy-not-found {
      padding-top: 45px; }
      @media (max-width: 767px) {
        .cartsy-user-profile .cartsy-profile-reviews .cartsy-not-found {
          padding-top: 25px; } }
      @media (max-width: 575px) {
        .cartsy-user-profile .cartsy-profile-reviews .cartsy-not-found {
          padding-top: 10px; } }
  .cartsy-user-profile .cartsy-user-contact-wrap {
    padding: 60px 0 0; }
    @media (max-width: 767px) {
      .cartsy-user-profile .cartsy-user-contact-wrap {
        padding: 40px 0 0; } }
    .cartsy-user-profile .cartsy-user-contact-wrap .user-contact-form-field {
      margin-bottom: 45px; }
      .cartsy-user-profile .cartsy-user-contact-wrap .user-contact-form-field label {
        display: block;
        color: var(--colorTextDark, #212121);
        font-weight: bold;
        margin-bottom: 12px; }
      .cartsy-user-profile .cartsy-user-contact-wrap .user-contact-form-field input,
      .cartsy-user-profile .cartsy-user-contact-wrap .user-contact-form-field textarea {
        width: 100%; }
    .cartsy-user-profile .cartsy-user-contact-wrap button {
      background-color: var(--colorSecondary, #212121);
      border-color: var(--colorSecondary, #212121);
      padding: 10px 20px; }
      .cartsy-user-profile .cartsy-user-contact-wrap button .spinner {
        display: none;
        margin-left: 5px; }
    .cartsy-user-profile .cartsy-user-contact-wrap #listing-contact-error,
    .cartsy-user-profile .cartsy-user-contact-wrap #listing-contact-success {
      margin-top: 20px;
      display: none;
      font-size: 13px; }
      .cartsy-user-profile .cartsy-user-contact-wrap #listing-contact-error ul,
      .cartsy-user-profile .cartsy-user-contact-wrap #listing-contact-success ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .cartsy-user-profile .cartsy-user-contact-wrap #listing-contact-error ul li,
        .cartsy-user-profile .cartsy-user-contact-wrap #listing-contact-success ul li {
          margin: 0 0 10px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .cartsy-user-profile .cartsy-user-contact-wrap #listing-contact-error ul li::before,
          .cartsy-user-profile .cartsy-user-contact-wrap #listing-contact-success ul li::before {
            content: "*";
            margin-right: 5px;
            display: block; }
    .cartsy-user-profile .cartsy-user-contact-wrap #listing-contact-error {
      color: #ff0000; }
    .cartsy-user-profile .cartsy-user-contact-wrap #listing-contact-success {
      color: #36ab80; }

/*--------------------------------------------------------------
## Custom Taxonomy
--------------------------------------------------------------*/
.cartsy-custom-taxonomy-page {
  position: relative;
  padding: 120px 0; }
  @media (max-width: 1280px) {
    .cartsy-custom-taxonomy-page {
      padding: 100px 0; } }
  @media (max-width: 1280px) {
    .cartsy-custom-taxonomy-page {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .cartsy-custom-taxonomy-page {
      padding: 60px 0; } }
  .cartsy-custom-taxonomy-page .navigation {
    margin-bottom: 0 !important; }

/*--------------------------------------------------------------
## 404 page
--------------------------------------------------------------*/
.cartsy-404 {
  width: 620px;
  margin: 0 auto;
  max-width: 100%;
  padding: 110px 20px;
  text-align: center; }
  .cartsy-404 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 55px auto; }
  .cartsy-404 h1 {
    text-align: center;
    line-height: 1.625;
    margin-bottom: 30px; }
  .cartsy-404 p {
    margin: 0 0 60px 0; }
  .cartsy-404 .button .button-icon {
    font-size: 30px; }

/*--------------------------------------------------------------
## Not Found
--------------------------------------------------------------*/
.cartsy-not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 500px;
  max-width: 100%;
  margin: 0 auto; }
  .cartsy-not-found h2 {
    margin: 40px 0 0 0; }
  .cartsy-not-found p {
    margin: 20px 0 0 0; }

/*--------------------------------------------------------------
## Toast
--------------------------------------------------------------*/
.cartsy-toast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cartsy-toast img {
    width: 40px;
    height: auto;
    border-radius: 6px; }
  .cartsy-toast-title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding: 0 3px 0 10px; }
  .cartsy-toast-message {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.jq-toast-single {
  border-radius: 6px;
  margin: 0;
  overflow: hidden;
  font-family: var(--bodyFontFamily, inherit);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px; }

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.cartsy-site-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff; }

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/
body div.nsl-container-block .nsl-container-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }

body div.nsl-container-block .nsl-container-buttons a {
  margin-left: 10px;
  margin-right: 10px; }

.wpml-ls-statics-post_translations {
  padding: 0 15px; }

.woocommerce-Tabs-panel .wpml-ls-statics-post_translations,
.entry-content .wpml-ls-statics-post_translations {
  padding: 0; }

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer,
.wpml-ls-statics-footer {
  padding: 5px 15px 25px 15px;
  margin-bottom: 0;
  background-color: #fff; }

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
  padding: 5px 15px 25px 15px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.wpml-ls-statics-post_translations .wpml-ls-flag {
  border-radius: 0 !important;
  margin-bottom: 0 !important; }

/*--------------------------------------------------------------
## Newsletter popup
--------------------------------------------------------------*/
body.freeze-body-scroll {
  overflow: hidden !important; }

.cartsy-newsletter-popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 30px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  -o-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s; }
  .cartsy-newsletter-popup-wrap.show-newsletter {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    -o-transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s; }
  .cartsy-newsletter-popup-wrap .cartsy-newsletter-body {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 6px;
    overflow: hidden; }
    @media (max-width: 990px) {
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body {
        max-width: 520px; } }
    .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-close {
      width: 42px;
      height: 42px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 50%;
      padding: 0;
      border: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS4yNTUiIGhlaWdodD0iMjUuMjU1IiB2aWV3Qm94PSIwIDAgMjUuMjU1IDI1LjI1NSI+CiAgPHBhdGggaWQ9ImNsb3NlIiBkPSJNNy4yNTYsNC45ODhBMS42LDEuNiwwLDAsMCw0Ljk4OCw3LjI1Nmw5LjI2Miw5LjI2Mkw0Ljk4OCwyNS43OGExLjYsMS42LDAsMCwwLDIuMjY4LDIuMjY4bDkuMjYyLTkuMjYyLDkuMjYyLDkuMjYyYTEuNiwxLjYsMCwwLDAsMi4yNjgtMi4yNjhsLTkuMjYyLTkuMjYyLDkuMjYyLTkuMjYyQTEuNiwxLjYsMCwxLDAsMjUuNzgsNC45ODhMMTYuNTE4LDE0LjI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuODkxIC0zLjg5MSkiIGZpbGw9IiM1YTVhNWEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      position: absolute;
      top: 8px;
      right: 8px; }
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-close:focus, .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-close:hover {
        background-color: #f3f3f3; }
      @media (max-width: 575px) {
        .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-close {
          background-size: 14px; } }
    .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-media {
      width: calc(100% - 520px);
      background-color: #f1f1f1; }
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media (max-width: 990px) {
        .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-media {
          display: none; } }
    .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content {
      width: 520px;
      padding: 60px;
      -ms-flex-item-align: center;
          align-self: center; }
      @media (max-width: 990px) {
        .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content {
          width: 100%; } }
      @media (max-width: 575px) {
        .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content {
          padding: 30px; } }
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content .cartsy-newsletter-header {
        text-align: center; }
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content h6 {
        color: #5a5a5a;
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 10px; }
        @media (max-width: 575px) {
          .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content h6 {
            font-size: 12px; } }
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content h2 {
        margin-bottom: 30px; }
        @media (max-width: 575px) {
          .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content h2 {
            font-size: 20px;
            margin-bottom: 20px; } }
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content p {
        margin: 0;
        color: #5a5a5a;
        font-size: 14px;
        line-height: 1.7; }
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content form {
        display: grid;
        grid-gap: 15px;
        margin-top: 60px; }
        @media (max-width: 575px) {
          .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content form {
            margin-top: 40px; } }
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content input[type="text"],
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content input[type="email"] {
        min-height: 48px;
        font-size: 14px;
        border-color: #e6e6e6;
        background-color: #f7f7f7; }
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content button[type="submit"],
      .cartsy-newsletter-popup-wrap .cartsy-newsletter-body .cartsy-newsletter-content input[type="submit"] {
        font-size: 14px; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# main layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# layout style for [blog, single-post, attachment]
--------------------------------------------------------------*/
body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site .cartsy-page-title {
  margin-bottom: 40px; }

body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  padding: 80px 20px; }
  @media (min-width: 768px) {
    body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary {
      width: 730px; } }
  @media (min-width: 990px) {
    body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary {
      width: 920px; } }
  @media (min-width: 1200px) {
    body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary {
      width: 1170px; } }
  @media (min-width: 1400px) {
    body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary {
      width: 1280px; } }
  @media (min-width: 1700px) {
    body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary {
      width: 1360px; } }
  @media (max-width: 1024px) {
    body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary {
      padding: 60px 20px; } }
  @media (max-width: 990px) {
    body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary {
      padding: 20px; } }
  body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary #main {
    width: calc(100% - 330px);
    padding-right: 50px; }
    @media only screen and (max-width: 1360px) {
      body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary #main {
        padding-right: 40px; } }
    @media only screen and (max-width: 991px) {
      body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary #main {
        width: 100%;
        padding-right: 0; } }
  body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary.no-sidebar #main {
    width: 100%;
    padding-right: 0; }
  @media (min-width: 991px) {
    body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary.left-sidebar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary.left-sidebar #main {
    padding-right: 0;
    padding-left: 50px; }
    @media only screen and (max-width: 1360px) {
      body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary.left-sidebar #main {
        padding-right: 0;
        padding-left: 40px; } }
    @media (max-width: 990px) {
      body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary.left-sidebar #main {
        padding-right: 0;
        padding-left: 0; } }
  body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary #secondary {
    width: 330px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 991px) {
      body:not(.cartsy-template-default):not(.page-template-page-full-width):not(.post-type-archive-product) .site #primary #secondary {
        width: 100%;
        margin-top: 70px; } }

body.usingMacOS:not(.windowHasScrollbar) #content {
  width: 100vw; }

body.usingMacOS.windowHasScrollbar #wpadminbar,
body.usingMacOS.windowHasScrollbar #page #content {
  width: 100vw;
  padding-right: 15px; }

body.usingMacOS.windowHasScrollbar .cartsy-menu-area {
  width: 100vw;
  padding: 0 45px 0 30px; }

body:not(.usingMacOS).windowHasScrollbar #wpadminbar,
body:not(.usingMacOS).windowHasScrollbar #page #content {
  width: 100vw;
  padding-right: 17px; }

body:not(.usingMacOS).windowHasScrollbar .cartsy-menu-area {
  width: 100vw;
  padding: 0 47px 0 30px; }

body.cartsy-mini-cart-open .redq-demo-switcher-wrapper {
  display: none; }

body.woocommerce-page .site #primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 80px 75px; }
  @media only screen and (max-width: 900px) {
    body.woocommerce-page .site #primary {
      padding: 60px 15px; } }
  body.woocommerce-page .site #primary .woocommerce {
    overflow: inherit; }
  @media only screen and (min-width: 2100px) {
    body.woocommerce-page .site #primary {
      width: 1920px; } }
  body.woocommerce-page .site #primary .site-main {
    width: 100%; }

body.woocommerce-page .site #main {
  width: calc(100% - 330px);
  padding-right: 50px; }
  @media only screen and (max-width: 1360px) {
    body.woocommerce-page .site #main {
      padding-right: 40px; } }
  @media only screen and (max-width: 991px) {
    body.woocommerce-page .site #main {
      width: 100%;
      padding-right: 0; } }

body.woocommerce-page .site .no-sidebar #main {
  width: 100%;
  padding-right: 0; }

@media (min-width: 991px) {
  body.woocommerce-page .site.left-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

body.woocommerce-page .site.left-sidebar #main {
  padding-right: 0;
  padding-left: 50px; }
  @media only screen and (max-width: 1360px) {
    body.woocommerce-page .site.left-sidebar #main {
      padding-right: 0;
      padding-left: 40px; } }
  @media (max-width: 990px) {
    body.woocommerce-page .site.left-sidebar #main {
      padding-right: 0;
      padding-left: 0; } }

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }
  #page #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer,
.cartsy-site-footer {
  position: relative;
  overflow: hidden; }
  .site-footer .footer-widget-area,
  .cartsy-site-footer .footer-widget-area {
    padding: 80px 75px;
    background-color: #f8f9f8; }
  .site-footer .site-info,
  .cartsy-site-footer .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 75px;
    background-color: var(--localCopyrightBGColor, var(--copyrightBGColor, #ffffff)); }
    @media (max-width: 767px) {
      .site-footer .site-info,
      .cartsy-site-footer .site-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 1440px) {
      .site-footer .site-info,
      .cartsy-site-footer .site-info {
        padding: 25px 50px; } }
    @media (max-width: 1280px) {
      .site-footer .site-info,
      .cartsy-site-footer .site-info {
        padding: 25px 40px; } }
    @media (max-width: 1024px) {
      .site-footer .site-info,
      .cartsy-site-footer .site-info {
        padding: 25px 25px; } }
    @media (max-width: 575px) {
      .site-footer .site-info,
      .cartsy-site-footer .site-info {
        padding: 25px 15px; } }
    .site-footer .site-info .copyright,
    .cartsy-site-footer .site-info .copyright {
      font-size: var(--copyrightFontSize, 14px);
      font-family: var(--copyrightFontFamily, inherit);
      color: var(--localCopyrightFontColor, var(--copyrightColor, #5a5a5a));
      font-weight: var(--copyrightFontWeight, normal);
      font-style: var(--copyrightFontStyle, normal);
      line-height: var(--copyrightLineHeight, 1.625);
      padding-right: 20px; }
      @media (max-width: 767px) {
        .site-footer .site-info .copyright,
        .cartsy-site-footer .site-info .copyright {
          text-align: center;
          padding-right: 0;
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .site-footer .site-info .copyright,
        .cartsy-site-footer .site-info .copyright {
          padding-left: 8px;
          padding-right: 8px; } }
    .site-footer .site-info .cartsy-copyright-social-area,
    .cartsy-site-footer .site-info .cartsy-copyright-social-area {
      padding-left: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 767px) {
        .site-footer .site-info .cartsy-copyright-social-area,
        .cartsy-site-footer .site-info .cartsy-copyright-social-area {
          padding-left: 0; } }
      .site-footer .site-info .cartsy-copyright-social-area ul.cartsy-social-profiles .cartsy-social-profile-item a,
      .cartsy-site-footer .site-info .cartsy-copyright-social-area ul.cartsy-social-profiles .cartsy-social-profile-item a {
        color: var(--localCopyrightFontColor, var(--copyrightColor, #5a5a5a)); }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
#password-lost-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 575px) {
    #password-lost-form #lostpasswordform {
      width: 100%; } }
  #password-lost-form input[type="text"] {
    min-width: 360px;
    max-width: 100%; }
    @media (max-width: 575px) {
      #password-lost-form input[type="text"] {
        min-width: auto;
        width: 100%; } }
  #password-lost-form input[type="submit"] {
    height: 44px;
    min-width: 360px;
    max-width: 100%; }
    @media (max-width: 575px) {
      #password-lost-form input[type="submit"] {
        min-width: auto;
        width: 100%; } }

#password-reset-form input[type="submit"] {
  height: 44px; }

.userplace-pricing-list-wrapper .userplace-pricing-single ul {
  padding-left: 0; }

#password-reset-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #password-reset-form form label {
    display: block;
    margin-bottom: 5px; }
  #password-reset-form form input[type="password"] {
    min-width: 360px;
    max-width: 100%; }

.rq-userplace-login-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .rq-userplace-login-form-container .rq-userplace-login-form {
    width: 100%; }

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.cartsy-search-page-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh; }
  .cartsy-search-page-template .site-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.cartsy-search-page-content {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.admin-bar .cartsy-search-page-template {
  height: calc(100vh - 32px); }
  .admin-bar .cartsy-search-page-template#page {
    min-height: calc(100vh - 32px); }

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/**
 * Checkout
 */
.cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout {
      margin-top: 30px; } }
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-error::before {
    top: 36px; }
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields > h3,
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields > h3 {
    font-size: 24px;
    font-weight: 600; }
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row,
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row,
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row,
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
    margin-bottom: 20px; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row label,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row label,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label {
      font-weight: 600;
      color: var(--menuTextColor, #212121);
      margin-bottom: 7px; }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .required,
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row label .required,
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row label .required,
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label .required {
        color: var(--menuTextColor, #212121); }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row select,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row select,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row select {
      min-height: 48px;
      border-width: 1px;
      background-color: #f9f9f9; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row input,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row input,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input {
      background-color: #f9f9f9;
      min-height: 48px; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row#billing_address_1_field,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#billing_address_1_field {
      margin-bottom: 10px; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first {
      width: 50%;
      padding-right: 15px; }
      @media screen and (max-width: 900px) {
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first {
          padding-right: 10px; } }
      @media (max-width: 990px) {
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first {
          width: 100%;
          padding: 0; } }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
      width: 50%;
      padding-left: 15px; }
      @media screen and (max-width: 900px) {
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
          padding-left: 10px; } }
      @media (max-width: 990px) {
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
          width: 100%;
          padding: 0; } }
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-account-fields label.woocommerce-form__label-for-checkbox {
    margin: 10px 0;
    font-weight: 400; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-account-fields label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
      display: none; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-account-fields label.woocommerce-form__label-for-checkbox span {
      position: relative;
      cursor: pointer;
      padding: 0;
      padding-left: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 15px; }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-account-fields label.woocommerce-form__label-for-checkbox span:before {
        content: "";
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 18px;
        height: 18px;
        background: transparent;
        border: 1px solid var(--colorPrimary, #212121);
        border-radius: 3px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-account-fields label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:before {
      background: var(--colorPrimary, #212121); }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-account-fields label.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:after {
      content: "";
      position: absolute;
      left: 4px;
      top: 50%;
      margin-top: -1px;
      background: white;
      width: 2px;
      height: 2px;
      -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
              box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields {
    margin: 30px 0 10px; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-shipping-fields h3 label {
      cursor: pointer; }
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-additional-fields .form-row.notes label {
    font-size: 15px;
    font-weight: 600;
    color: var(--menuTextColor, #212121);
    margin-bottom: 7px; }
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-billing-details-wrapper .woocommerce-additional-fields textarea {
    background-color: #f9f9f9; }
  @media (max-width: 990px) {
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper {
      margin-top: 40px; } }
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper > h3 {
    font-size: 24px;
    font-weight: 600; }
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table {
    border: 0;
    padding: 0;
    border-collapse: collapse;
    border-radius: 0; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table thead tr {
      background-color: #f6f7f6; }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table thead tr th {
        border: 0;
        padding: 16px 12px;
        font-size: 16px;
        color: var(--colorTextMain, #212121);
        font-weight: 600; }
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table thead tr th:last-child {
          width: 33%; }
        @media (max-width: 990px) {
          .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table thead tr th:last-child {
            padding: 16px 8px; } }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tbody tr {
      border-bottom: 1px solid #e6e6e6; }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tbody tr td {
        border: 0;
        padding: 16px 12px;
        color: var(--colorTextMain, #212121);
        font-weight: 400;
        background-color: #ffffff; }
        @media (max-width: 990px) {
          .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tbody tr td {
            padding: 16px 8px; } }
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tbody tr td.product-name .variation {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tbody tr td.product-name .variation dt {
            font-weight: 700;
            color: var(--colorTextMain, #212121);
            margin: 0;
            margin-right: 5px;
            text-transform: capitalize; }
          .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tbody tr td.product-name .variation dd p {
            margin: 0;
            font-weight: 400;
            color: var(--colorTextMain, #212121); }
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tbody tr td .product-quantity {
          font-weight: 600; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tfoot tr {
      border-bottom: 1px solid #e6e6e6; }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tfoot tr th {
        border: 0;
        padding: 16px 12px;
        font-size: 16px;
        font-weight: 600;
        color: var(--colorTextMain, #212121); }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tfoot tr td {
        border: 0;
        padding: 16px 12px;
        font-size: 16px;
        color: var(--colorTextMain, #212121);
        font-weight: 600;
        background-color: #ffffff; }
        @media (max-width: 990px) {
          .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tfoot tr td {
            padding: 16px 8px; } }
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tfoot tr td ul li label {
          font-size: 14px;
          font-weight: 400;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          white-space: nowrap; }
        .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tfoot tr td ul#shipping_method .amount {
          margin-left: 5px; }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tfoot tr:last-child {
        border-bottom: 0; }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total th {
        font-size: 20px;
        font-weight: 700;
        color: var(--colorTextMain, #212121); }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .cartsy-woocommerce-order-table-wrapper .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td span {
        font-size: 20px;
        font-weight: 700;
        color: var(--colorTextMain, #212121); }
  .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment {
    background-color: #fff;
    border: 1px solid var(--colorPrimary, #212121);
    border-radius: 12px; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li {
      margin-bottom: 10px; }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li.woocommerce-notice::before {
        top: 41px; }
        @media (max-width: 575px) {
          .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li.woocommerce-notice::before {
            top: 36px; } }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li:last-of-type {
        margin-bottom: 0; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment label .about_paypal {
      margin-left: 5px; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment div.payment_box {
      background-color: #f3f3f3;
      border-radius: 6px; }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment div.payment_box:before {
        border: 1em solid #f3f3f3;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent; }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment div.payment_box p {
        margin-top: 0; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment button.button.alt {
      background-color: var(--colorPrimary, #212121); }
      .cartsy-woocommerce #content .woocommerce .checkout.woocommerce-checkout .woocommerce-checkout-payment button.button.alt:hover {
        color: #ffffff;
        background-color: var(--colorPrimaryHover, #3a3a3a); }

.cartsy-woocommerce #content .woocommerce .checkout_coupon.woocommerce-form-coupon {
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px 30px; }
  @media (max-width: 767px) {
    .cartsy-woocommerce #content .woocommerce .checkout_coupon.woocommerce-form-coupon {
      padding: 20px; } }
  .cartsy-woocommerce #content .woocommerce .checkout_coupon.woocommerce-form-coupon p:not(.form-row) {
    font-size: 15px;
    font-weight: 600;
    color: var(--colorTextMain, #212121);
    margin: 0 0 10px; }
  .cartsy-woocommerce #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row {
    padding: 0;
    width: 50%;
    float: left; }
    @media (max-width: 767px) {
      .cartsy-woocommerce #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row {
        width: 100%; } }
    .cartsy-woocommerce #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
      padding-right: 15px; }
      @media (max-width: 767px) {
        .cartsy-woocommerce #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
          padding-right: 0; } }
    .cartsy-woocommerce #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row input.input-text {
      width: 100%;
      color: var(--colorTextMain, #212121);
      border: 1px solid var(--colorPrimary, #212121);
      background-color: #f9f9f9;
      height: 48px;
      padding: 0 20px;
      margin-right: 0;
      border-radius: 6px; }
    .cartsy-woocommerce #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row .button {
      height: 48px;
      padding: 15px;
      font-size: 16px;
      font-weight: 400;
      outline: none;
      border-radius: 6px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .cartsy-woocommerce #content .woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row .button {
          width: 100%; } }

/*--------------------------------------------------------------
# style for Resetting css
--------------------------------------------------------------*/
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin: 10px 0; }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input.woocommerce-form__input-checkbox {
    -webkit-appearance: checkbox; }

.post-edit-link {
  font-weight: 700;
  color: var(--colorPrimary, #212121);
  margin-left: 15px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out; }

.cartsy-woocommerce .woocommerce .button {
  cursor: pointer;
  height: 48px;
  padding: 15px 28px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  border: 1px solid;
  border-radius: 6px;
  border-color: var(--colorPrimary, #212121);
  background: var(--colorPrimary, #212121); }
  .cartsy-woocommerce .woocommerce .button:hover {
    color: #fff;
    border-color: var(--colorPrimaryHover, #3a3a3a);
    background: var(--colorPrimaryHover, #3a3a3a); }
  .cartsy-woocommerce .woocommerce .button:active, .cartsy-woocommerce .woocommerce .button:focus {
    color: #fff;
    border-color: var(--colorPrimaryHover, #3a3a3a);
    background: var(--colorPrimaryHover, #3a3a3a); }
  .cartsy-woocommerce .woocommerce .button.button.disabled, .cartsy-woocommerce .woocommerce .button.button:disabled, .cartsy-woocommerce .woocommerce .button.button:disabled[disabled] {
    opacity: 0.5;
    color: #ffffff;
    padding: 15px 28px;
    cursor: not-allowed; }
    .cartsy-woocommerce .woocommerce .button.button.disabled:hover, .cartsy-woocommerce .woocommerce .button.button:disabled:hover, .cartsy-woocommerce .woocommerce .button.button:disabled[disabled]:hover {
      color: #fff;
      border-color: var(--colorPrimary, #212121);
      background: var(--colorPrimary, #212121); }
    .cartsy-woocommerce .woocommerce .button.button.disabled:active, .cartsy-woocommerce .woocommerce .button.button.disabled:focus, .cartsy-woocommerce .woocommerce .button.button:disabled:active, .cartsy-woocommerce .woocommerce .button.button:disabled:focus, .cartsy-woocommerce .woocommerce .button.button:disabled[disabled]:active, .cartsy-woocommerce .woocommerce .button.button:disabled[disabled]:focus {
      color: #fff;
      border-color: var(--colorPrimary, #212121);
      background: var(--colorPrimary, #212121); }

.select2-container.select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid var(--colorPrimary, #212121);
  background-color: #f9f9f9;
  outline: 0; }
  .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 20px; }
  .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px; }
    .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
      left: auto;
      right: 50%; }

.select2-container.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--colorPrimary, #212121); }

.select2-container .select2-dropdown.select2-dropdown--above, .select2-container .select2-dropdown.select2-dropdown--below {
  border-color: var(--colorPrimary, #212121); }
  .select2-container .select2-dropdown.select2-dropdown--above .select2-search .select2-search__field,
  .select2-container .select2-dropdown.select2-dropdown--above .select2-search--dropdown .select2-search__field, .select2-container .select2-dropdown.select2-dropdown--below .select2-search .select2-search__field,
  .select2-container .select2-dropdown.select2-dropdown--below .select2-search--dropdown .select2-search__field {
    border: 1px solid #212121;
    border-radius: 3px; }
  .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options, .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options {
    margin: 0; }
    .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option, .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option {
      margin: 0;
      outline: 0;
      padding: 6px 15px; }
      .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option[data-selected="true"], .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option[data-selected="true"] {
        background-color: #e6e6e6; }
      .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option--highlighted, .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected], .select2-container .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options .select2-results__option--highlighted[data-selected], .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option--highlighted, .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected], .select2-container .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options .select2-results__option--highlighted[data-selected] {
        background-color: var(--colorPrimary, #212121); }

.cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px; }
  @media screen and (max-width: 1200px) {
    .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper {
    width: calc(100% - 460px);
    padding-right: 50px; }
    @media screen and (min-width: 1600px) {
      .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper {
        width: calc(100% - 560px); } }
    @media screen and (max-width: 1200px) {
      .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper {
        width: 100%;
        padding-right: 0px; } }
    .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper > h2 {
      font-size: 24px;
      font-weight: 600; }
    .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form {
      width: 100%; }
      .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart {
        padding: 0;
        border: 0;
        border-collapse: collapse;
        table-layout: inherit; }
        @media screen and (min-width: 768px) {
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart thead {
            display: table-header-group; } }
        .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart thead tr {
          background-color: #f6f7f6; }
          @media screen and (min-width: 768px) {
            .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart thead tr {
              display: table-row; } }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart thead tr th {
            padding: 16px 12px;
            font-size: 16px;
            color: var(--menuTextColor, #212121);
            font-weight: 600; }
            .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart thead tr th.product-thumbnail {
              width: 130px; }
              @media screen and (min-width: 768px) {
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart thead tr th.product-thumbnail {
                  display: table-cell; } }
            .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart thead tr th.product-name {
              width: 50%; }
        .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody {
          display: table-row-group; }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr {
            border-bottom: 1px solid #e6e6e6; }
            @media screen and (min-width: 768px) {
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr {
                display: table-row; } }
            @media (max-width: 767px) {
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr {
                padding: 10px 0;
                border-radius: 12px;
                margin-bottom: 15px;
                border: 1px solid #e6e6e6; } }
            .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td {
              text-align: left;
              padding: 30px 12px;
              background-color: #ffffff;
              border: 0; }
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td:not(.product-name) {
                font-weight: 600;
                color: var(--menuTextColor, #212121); }
              @media screen and (min-width: 768px) {
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td {
                  display: table-cell; }
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td:not(.actions) {
                    text-align: left !important; }
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td::before {
                    display: none; } }
              @media (max-width: 767px) {
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td {
                  padding: 10px 16px;
                  font-size: 16px; }
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                            justify-content: space-between; }
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td:before {
                    font-size: 15px;
                    padding-right: 10px; } }
              @media screen and (min-width: 768px) {
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail {
                  display: table-cell; } }
              @media (max-width: 767px) {
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: end;
                      -ms-flex-pack: end;
                          justify-content: flex-end; }
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail::before {
                    display: none; } }
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper {
                width: 105px;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                position: relative;
                overflow: hidden;
                border-radius: 6px;
                -ms-flex-item-align: center;
                    align-self: center; }
                @media (max-width: 575px) {
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper {
                    width: 100%; } }
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper img {
                  width: 100%;
                  height: auto;
                  display: block;
                  margin: 0; }
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper .remove-product a.remove {
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  top: 0;
                  left: 0;
                  text-align: left;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
                  -webkit-box-pack: center;
                      -ms-flex-pack: center;
                          justify-content: center;
                  border-radius: 0;
                  opacity: 0;
                  background-color: rgba(0, 0, 0, 0.25);
                  -webkit-transition: 0.15s ease-in-out;
                  -o-transition: 0.15s ease-in-out;
                  transition: 0.15s ease-in-out; }
                  @media (max-width: 575px) {
                    .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper .remove-product a.remove {
                      opacity: 1;
                      width: 48px;
                      height: 48px;
                      border-radius: 6px;
                      left: auto;
                      right: 0; } }
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper .remove-product a.remove span {
                    display: none; }
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper .remove-product a.remove:before {
                    content: '';
                    width: 20px;
                    height: 20px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    -webkit-box-pack: center;
                        -ms-flex-pack: center;
                            justify-content: center;
                    -webkit-transform: scale(0);
                        -ms-transform: scale(0);
                            transform: scale(0);
                    -webkit-transition: 0.25s ease-in-out;
                    -o-transition: 0.25s ease-in-out;
                    transition: 0.25s ease-in-out;
                    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KCQkJCQkJCQkJCTxwYXRoIGlkPSJQYXRoXzE2NTg0IiBkYXRhLW5hbWU9IlBhdGggMTY1ODQiIGQ9Ik0xNy4wNzQsMi45MjVhMTAsMTAsMCwxLDAsMCwxNC4xNDlBMTAuMDE2LDEwLjAxNiwwLDAsMCwxNy4wNzQsMi45MjVabS0zLjEyOSwxMS4wMmEuNzY5Ljc2OSwwLDAsMS0xLjA4OCwwTDEwLDExLjA4OCw3LjAwNywxNC4wODFhLjc2OS43NjksMCwwLDEtMS4wODgtMS4wODhMOC45MTIsMTAsNi4wNTUsNy4xNDNBLjc2OS43NjksMCwwLDEsNy4xNDMsNi4wNTVMMTAsOC45MTJsMi43MjEtMi43MjFhLjc2OS43NjksMCwwLDEsMS4wODgsMS4wODhMMTEuMDg4LDEwbDIuODU3LDIuODU3QS43NjkuNzY5LDAsMCwxLDEzLjk0NSwxMy45NDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjZmZmIj48L3BhdGg+CgkJCQkJCQkJCTwvc3ZnPg=="); }
                    @media (max-width: 767px) {
                      .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail .product-thumbnail-wrapper .remove-product a.remove:before {
                        -webkit-transform: scale(1);
                            -ms-transform: scale(1);
                                transform: scale(1); } }
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name .variation dt {
                font-size: 14px;
                font-weight: 700;
                color: var(--colorTextMain, #212121);
                margin: 0;
                margin-right: 5px; }
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name .variation dd p {
                margin: 0;
                font-size: 14px;
                font-weight: 400;
                color: var(--colorTextMain, #212121); }
              @media (max-width: 767px) {
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: end;
                      -ms-flex-pack: end;
                          justify-content: flex-end; } }
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity input {
                width: 90px;
                text-align: left; }
              @media screen and (min-width: 768px) {
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions {
                  text-align: right; } }
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                @media screen and (min-width: 768px) {
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
                    float: left; } }
                @media (max-width: 575px) {
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column; } }
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon label {
                  display: none; }
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon input.input-text {
                  width: 220px;
                  color: var(--colorTextMain, #212121);
                  border: 1px solid #212121;
                  height: 48px;
                  padding: 0 20px;
                  margin-right: 0;
                  border-radius: 6px;
                  border-top-right-radius: 0;
                  border-bottom-right-radius: 0;
                  border-right: 0; }
                  @media (max-width: 767px) {
                    .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon input.input-text {
                      width: 100%; } }
                  @media (max-width: 575px) {
                    .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon input.input-text {
                      border-radius: 6px;
                      border-bottom-left-radius: 0;
                      border-bottom-right-radius: 0;
                      border-right: 1px solid #212121; } }
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .button {
                  height: 48px;
                  padding: 15px;
                  font-size: 16px;
                  font-weight: 400;
                  outline: none;
                  border-radius: 6px;
                  border-top-left-radius: 0;
                  border-bottom-left-radius: 0;
                  white-space: nowrap; }
                  @media (max-width: 575px) {
                    .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .button {
                      width: 100%;
                      border-radius: 6px;
                      border-top-left-radius: 0;
                      border-top-right-radius: 0; } }
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .button {
                height: 48px;
                padding: 15px 28px;
                font-size: 16px;
                font-weight: 400;
                outline: none;
                border-radius: 6px; }
                @media screen and (min-width: 768px) {
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .button {
                    width: auto;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    float: right; } }
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .button:disabled[disabled] {
                  color: #ffffff; }
                  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .button:disabled[disabled]:hover {
                    background-color: var(--colorPrimary, #212121); }
            @media screen and (min-width: 768px) {
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr:last-child {
                border-bottom: 0; } }
            .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr:hover td.product-thumbnail .remove-product a.remove {
              opacity: 1; }
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper .woocommerce-cart-form table.shop_table.cart tbody tr:hover td.product-thumbnail .remove-product a.remove:before {
                -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                        transform: scale(1); }
  .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals {
    width: 460px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media screen and (max-width: 1200px) {
      .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals {
        margin-left: auto; } }
    @media screen and (max-width: 768px) {
      .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals {
        width: 100%; } }
    @media screen and (min-width: 1600px) {
      .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals {
        width: 560px; } }
    .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals {
      float: none;
      width: 100%; }
      .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals > h2 {
        font-size: 24px;
        font-weight: 600; }
      .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table {
        border: 0;
        border-radius: 0;
        border-collapse: collapse; }
        .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr {
          border-bottom: 1px solid #e6e6e6; }
          @media screen and (min-width: 768px) {
            .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr {
              display: table-row; } }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr th {
            border: 0;
            padding: 16px 12px;
            font-size: 16px;
            color: var(--colorTextLight, #5a5a5a);
            font-weight: 600; }
            @media screen and (min-width: 768px) {
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr th {
                display: table-cell; } }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td {
            border: 0;
            padding: 16px 12px;
            font-size: 17px;
            color: var(--colorTextMain, #212121);
            font-weight: 400;
            background-color: #ffffff; }
            @media (max-width: 767px) {
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td {
                font-size: 16px; }
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td:before {
                  font-size: 15px;
                  padding-right: 10px; } }
            @media screen and (min-width: 768px) {
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td {
                background-color: #ffffff;
                text-align: left !important; }
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr td::before {
                  display: none; } }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td ul.woocommerce-shipping-methods li {
            margin-bottom: 10px; }
            .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td ul.woocommerce-shipping-methods li label {
              font-size: 16px; }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td p {
            font-size: 15px; }
            .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td p.woocommerce-shipping-destination {
              margin-top: 20px; }
              @media (max-width: 767px) {
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td p.woocommerce-shipping-destination {
                  margin-bottom: 15px; } }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-button {
            font-size: 16px;
            margin-top: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            outline: none;
            padding: 0 5px; }
            @media (max-width: 767px) {
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-button {
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end;
                margin-top: 0; } }
            .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-button:hover {
              opacity: 0.9; }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .shipping-calculator-form .form-row input.input-text {
            height: 48px;
            background-color: #f9f9f9; }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr:last-child {
            border-bottom: 0; }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.order-total th {
            vertical-align: middle; }
          .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td {
            font-size: 19px; }
            @media (max-width: 767px) {
              .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td {
                font-size: 18px; }
                .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td:before {
                  font-size: 18px;
                  padding-right: 10px; } }
            .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td span {
              font-weight: 700;
              color: var(--colorTextMain, #212121); }
      .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt {
        font-size: 16px;
        cursor: pointer;
        height: 48px;
        padding: 15px 28px;
        color: #fff;
        line-height: 1;
        font-weight: 400;
        border: 1px solid;
        border-radius: 6px;
        border-color: var(--colorPrimary, #212121);
        background: var(--colorPrimary, #212121);
        margin: 10px 0 0; }
        .cartsy-woocommerce #content .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt:hover {
          color: #ffffff;
          background-color: var(--colorPrimaryHover, #3a3a3a); }

.cartsy-woocommerce #content .with-sidebar .woocommerce .cartsy-cart-contents-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .cartsy-woocommerce #content .with-sidebar .woocommerce .cartsy-cart-contents-wrapper .cartsy-woocommerce-cart-form-wrapper {
    width: 100%;
    padding-right: 0; }
  .cartsy-woocommerce #content .with-sidebar .woocommerce .cartsy-cart-contents-wrapper .cart-collaterals {
    margin-left: auto; }

.cartsy-woocommerce #content .woocommerce button.button {
  font-weight: 400; }

.cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-overview {
  border-radius: 6px;
  border: 1px solid var(--colorPrimary, #212121);
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 0; }
  @media (max-width: 767px) {
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-overview {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      margin-bottom: 30px; } }
  .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-overview li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 30px 25px;
    border-right: 1px dashed var(--colorPrimary, #212121); }
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-overview li:last-child {
      border-right: 0; }
    @media screen and (max-width: 1100px) {
      .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-overview li {
        padding: 30px 20px; } }
    @media (max-width: 767px) {
      .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-overview li {
        width: 100%;
        padding: 20px;
        border-right: 0;
        border-bottom: 1px dashed var(--colorPrimary, #212121); }
        .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-overview li:last-child {
          border-bottom: 0; } }

.cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details {
  margin: 50px 0; }
  @media (max-width: 767px) {
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details {
      margin: 30px 0; } }
  .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 24px;
    font-weight: 600;
    color: var(--colorTextMain, #212121);
    margin-bottom: 15px; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table {
    border: 0;
    padding: 0;
    border-collapse: collapse;
    border-radius: 0; }
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table thead tr {
      background-color: #f6f7f6; }
      .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table thead tr th {
        border: 0;
        padding: 16px 12px;
        font-size: 16px;
        color: var(--colorTextMain, #212121);
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table thead tr th:last-child {
            padding: 16px 8px; } }
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr {
      border-bottom: 1px solid #e6e6e6; }
      .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr:last-child {
        border-bottom: 0; }
      .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td {
        border: 0;
        padding: 16px 12px;
        font-size: 16px;
        color: var(--colorTextMain, #212121);
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td {
            padding: 16px 8px; } }
        .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td a.product-name {
          font-size: 16px;
          color: var(--colorTextMain, #212121);
          font-weight: 600; }
        .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td .product-quantity {
          font-weight: 600; }
        .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta {
          padding: 0;
          margin: 0; }
          .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta li {
            margin-top: 15px; }
            .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta li .wc-item-meta-label {
              font-size: 14px;
              font-weight: 700;
              color: var(--colorTextMain, #212121);
              margin: 0;
              margin-right: 5px; }
            .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td ul.wc-item-meta li p {
              margin: 0;
              font-size: 14px;
              font-weight: 400;
              color: var(--colorTextMain, #212121); }
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:nth-child(odd) {
      background-color: #f6f7f6; }
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr th {
      border: 0;
      padding: 16px 12px;
      font-size: 16px;
      font-style: italic;
      font-weight: 600;
      color: var(--colorTextMain, #212121); }
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr td {
      border: 0;
      padding: 16px 12px;
      font-size: 16px;
      color: var(--colorTextMain, #212121);
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr td {
          padding: 16px 8px; } }
      .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr td ul li label {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        white-space: nowrap; }
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child {
      border-bottom: 0; }
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr.order-total th {
      font-size: 20px;
      font-weight: 600;
      color: var(--colorTextMain, #212121); }
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr.order-total td span {
      font-size: 20px;
      font-weight: 600;
      color: var(--colorTextMain, #212121); }

.cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-customer-details h2.woocommerce-column__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--colorTextMain, #212121);
  margin-bottom: 15px; }

.cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column address {
  padding: 15px 20px 5px;
  border: 1px solid var(--colorPrimary, #212121);
  font-size: 16px;
  color: var(--colorTextMain, #212121);
  line-height: 1.625;
  font-style: italic; }

@media screen and (max-width: 768px) {
  .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column.woocommerce-column--billing-address {
    margin-bottom: 40px; } }

.cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column.woocommerce-column--shipping-address address {
  padding: 15px 20px; }

.cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column p {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column p:before {
    content: "";
    font-family: inherit;
    color: inherit;
    width: 17px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column p.woocommerce-customer-details--phone::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LWc8L3RpdGxlPjxwYXRoIGQ9J00zOTEsNDgwYy0xOS41MiwwLTQ2Ljk0LTcuMDYtODgtMzAtNDkuOTMtMjgtODguNTUtNTMuODUtMTM4LjIxLTEwMy4zOEMxMTYuOTEsMjk4Ljc3LDkzLjYxLDI2Ny43OSw2MSwyMDguNDVjLTM2Ljg0LTY3LTMwLjU2LTEwMi4xMi0yMy41NC0xMTcuMTNDNDUuODIsNzMuMzgsNTguMTYsNjIuNjUsNzQuMTEsNTJBMTc2LjMsMTc2LjMsMCwwLDEsMTAyLjc1LDM2LjhjMS0uNDMsMS45My0uODQsMi43Ni0xLjIxLDQuOTUtMi4yMywxMi40NS01LjYsMjEuOTUtMiw2LjM0LDIuMzgsMTIsNy4yNSwyMC44NiwxNiwxOC4xNywxNy45Miw0Myw1Ny44Myw1Mi4xNiw3Ny40Myw2LjE1LDEzLjIxLDEwLjIyLDIxLjkzLDEwLjIzLDMxLjcxLDAsMTEuNDUtNS43NiwyMC4yOC0xMi43NSwyOS44MS0xLjMxLDEuNzktMi42MSwzLjUtMy44Nyw1LjE2LTcuNjEsMTAtOS4yOCwxMi44OS04LjE4LDE4LjA1LDIuMjMsMTAuMzcsMTguODYsNDEuMjQsNDYuMTksNjguNTFzNTcuMzEsNDIuODUsNjcuNzIsNDUuMDdjNS4zOCwxLjE1LDguMzMtLjU5LDE4LjY1LTguNDcsMS40OC0xLjEzLDMtMi4zLDQuNTktMy40NywxMC42Ni03LjkzLDE5LjA4LTEzLjU0LDMwLjI2LTEzLjU0aC4wNmM5LjczLDAsMTguMDYsNC4yMiwzMS44NiwxMS4xOCwxOCw5LjA4LDU5LjExLDMzLjU5LDc3LjE0LDUxLjc4LDguNzcsOC44NCwxMy42NiwxNC40OCwxNi4wNSwyMC44MSwzLjYsOS41My4yMSwxNy0yLDIyLS4zNy44My0uNzgsMS43NC0xLjIxLDIuNzVhMTc2LjQ5LDE3Ni40OSwwLDAsMS0xNS4yOSwyOC41OGMtMTAuNjMsMTUuOS0yMS40LDI4LjIxLTM5LjM4LDM2LjU4QTY3LjQyLDY3LjQyLDAsMCwxLDM5MSw0ODBaJyBmaWxsPSIjMjEyMTIxIi8+PC9zdmc+"); }
  .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column p.woocommerce-customer-details--email {
    border: 0;
    margin-top: 0; }
    .cartsy-woocommerce #content .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column p.woocommerce-customer-details--email:before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LW88L3RpdGxlPjxwYXRoIGQ9J000MjQsODBIODhhNTYuMDYsNTYuMDYsMCwwLDAtNTYsNTZWMzc2YTU2LjA2LDU2LjA2LDAsMCwwLDU2LDU2SDQyNGE1Ni4wNiw1Ni4wNiwwLDAsMCw1Ni01NlYxMzZBNTYuMDYsNTYuMDYsMCwwLDAsNDI0LDgwWm0tMTQuMTgsOTIuNjMtMTQ0LDExMmExNiwxNiwwLDAsMS0xOS42NCwwbC0xNDQtMTEyYTE2LDE2LDAsMSwxLDE5LjY0LTI1LjI2TDI1NiwyNTEuNzMsMzkwLjE4LDE0Ny4zN2ExNiwxNiwwLDAsMSwxOS42NCwyNS4yNlonIGZpbGw9IiMyMTIxMjEiLz48L3N2Zz4="); }

.cartsy-mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9996;
  width: 450px;
  max-width: 100%;
  height: 100%;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out; }
  .cartsy-mini-cart.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .cartsy-mini-cart-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9995;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out; }
    .cartsy-mini-cart-overlay.show {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
  .cartsy-mini-cart-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #f3f3f3; }
    @media (max-width: 575px) {
      .cartsy-mini-cart-head {
        height: 55px;
        padding-left: 20px; } }
    .cartsy-mini-cart-head h2 {
      margin: 0;
      font-size: 24px; }
      @media (max-width: 575px) {
        .cartsy-mini-cart-head h2 {
          font-size: 18px; } }
  .cartsy-mini-cart-close {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px; }
    @media (max-width: 575px) {
      .cartsy-mini-cart-close {
        padding: 20px 30px; } }
    .cartsy-mini-cart-close svg {
      width: 16px;
      height: auto;
      display: block; }
  .cartsy-mini-cart-items {
    overflow-x: hidden;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    height: 100%;
    position: relative; }
    .cartsy-mini-cart-items::before, .cartsy-mini-cart-items::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100px;
      left: 0;
      pointer-events: none;
      z-index: 2;
      opacity: 0;
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    .cartsy-mini-cart-items::before {
      top: 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(40%, rgba(255, 255, 255, 0.4)), color-stop(60%, rgba(255, 255, 255, 0.6)), color-stop(80%, rgba(255, 255, 255, 0.8)), to(white));
      background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.8) 80%, white 100%);
      background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.8) 80%, white 100%);
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.8) 80%, white 100%); }
    .cartsy-mini-cart-items::after {
      bottom: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(40%, rgba(255, 255, 255, 0.4)), color-stop(60%, rgba(255, 255, 255, 0.6)), color-stop(80%, rgba(255, 255, 255, 0.8)), to(white));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.8) 80%, white 100%);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.8) 80%, white 100%);
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.8) 80%, white 100%); }
    .cartsy-mini-cart-items.top-shadow::before {
      opacity: 1; }
    .cartsy-mini-cart-items.bottom-shadow::after {
      opacity: 1; }
  .cartsy-mini-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #f3f3f3; }
    @media (max-width: 575px) {
      .cartsy-mini-cart-item {
        padding: 20px; } }
    .cartsy-mini-cart-item:last-child {
      border-bottom: 0; }
    .cartsy-mini-cart-item:hover .cartsy-mini-cart-item-thumbnail a.remove {
      opacity: 1; }
      .cartsy-mini-cart-item:hover .cartsy-mini-cart-item-thumbnail a.remove svg {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
    .cartsy-mini-cart-item-thumbnail {
      width: 105px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      overflow: hidden;
      border-radius: 6px;
      -ms-flex-item-align: center;
          align-self: center; }
      @media (max-width: 575px) {
        .cartsy-mini-cart-item-thumbnail {
          width: 90px; } }
      .cartsy-mini-cart-item-thumbnail img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0; }
      .cartsy-mini-cart-item-thumbnail a.remove {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.25);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        @media (max-width: 1024px) {
          .cartsy-mini-cart-item-thumbnail a.remove {
            opacity: 1; } }
        .cartsy-mini-cart-item-thumbnail a.remove:hover {
          background-color: rgba(0, 0, 0, 0.25); }
        .cartsy-mini-cart-item-thumbnail a.remove svg {
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0);
          -webkit-transition: 0.25s ease-in-out;
          -o-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out; }
          @media (max-width: 1024px) {
            .cartsy-mini-cart-item-thumbnail a.remove svg {
              -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                      transform: scale(1); } }
    .cartsy-mini-cart-item-info {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .cartsy-mini-cart-item-title {
      display: block;
      font-size: 13px;
      color: var(--colorTextLight, #5a5a5a);
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      margin-bottom: 5px; }
      .cartsy-mini-cart-item-title:hover {
        color: var(--colorPrimary, #212121); }
    .cartsy-mini-cart-item-price {
      display: block;
      font-size: 13px;
      color: var(--colorTextLighter, #999999);
      margin-bottom: 8px; }
    .cartsy-mini-cart-item-total {
      font-weight: 600;
      line-height: 1.2; }
    .cartsy-mini-cart-item-count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .cartsy-mini-cart-total {
    padding: 0 30px; }
    @media (max-width: 575px) {
      .cartsy-mini-cart-total {
        padding: 0 20px; } }
    .cartsy-mini-cart-total a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 58px;
      background-color: var(--colorPrimary, #212121);
      color: #fff;
      border-radius: 6px;
      padding: 15px 20px;
      line-height: 1.625; }
      @media (max-width: 575px) {
        .cartsy-mini-cart-total a {
          min-height: 48px;
          padding: 10px 15px;
          font-size: 14px; } }
      .cartsy-mini-cart-total a:hover {
        background-color: var(--colorPrimaryHover, #3a3a3a); }
      .cartsy-mini-cart-total a:hover, .cartsy-mini-cart-total a:focus, .cartsy-mini-cart-total a:visited {
        color: #fff; }
      .cartsy-mini-cart-total a.load .mini-loader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .cartsy-mini-cart-total a.load .label,
      .cartsy-mini-cart-total a.load .amount {
        display: none; }
      .cartsy-mini-cart-total a .label {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center; }
      .cartsy-mini-cart-total a > .amount {
        padding-left: 40px;
        position: relative; }
        .cartsy-mini-cart-total a > .amount > strong {
          display: none; }
        .cartsy-mini-cart-total a > .amount::before {
          content: "";
          height: 100%;
          width: 1px;
          background-color: #fff;
          display: block;
          position: absolute;
          top: 0;
          left: 20px; }
    .cartsy-mini-cart-total.cartsy-empty-mini-cart a {
      opacity: 0.6;
      pointer-events: none; }
    .cartsy-mini-cart-total .mini-loader {
      display: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: auto;
      margin-right: auto; }
      .cartsy-mini-cart-total .mini-loader span {
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 100%;
        margin: 0 3px;
        -webkit-animation: pulse 1s infinite ease-in-out both;
                animation: pulse 1s infinite ease-in-out both; }
        .cartsy-mini-cart-total .mini-loader span.dot2 {
          -webkit-animation-delay: 0.1s;
                  animation-delay: 0.1s; }
        .cartsy-mini-cart-total .mini-loader span.dot3 {
          -webkit-animation-delay: 0.2s;
                  animation-delay: 0.2s; }
  .cartsy-mini-cart-empty-message {
    overflow-x: hidden;
    padding: 0 30px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .cartsy-mini-cart-empty-message img {
      margin-bottom: 30px;
      max-height: calc(100% - 100px); }
      @media (max-width: 767px) {
        .cartsy-mini-cart-empty-message img {
          max-width: 120px;
          margin-bottom: 20px; } }
    .cartsy-mini-cart-empty-message h3 {
      font-size: 18px; }
      @media (max-width: 767px) {
        .cartsy-mini-cart-empty-message h3 {
          font-size: 16px; } }

body.admin-bar .cartsy-mini-cart {
  height: calc(100% - 32px);
  top: 32px; }
  @media (max-width: 782px) {
    body.admin-bar .cartsy-mini-cart {
      top: 46px;
      height: calc(100% - 46px); } }

@media (max-width: 600px) {
  body.admin-bar.cartsy-on-scroll .cartsy-mini-cart {
    top: 0;
    height: 100%; } }

.widget_shopping_cart {
  height: calc(100% - 100px);
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-bottom: 30px; }
  @media (max-width: 575px) {
    .widget_shopping_cart {
      height: calc(100% - 75px);
      margin-bottom: 20px; } }
  .widget_shopping_cart .widget_shopping_cart_content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li {
        padding: 0;
        padding-left: 30px;
        padding-bottom: 20px; }
        .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li:last-child {
          padding-bottom: 0; }
        .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a {
          font-size: 16px; }
          .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a.remove_from_cart_button {
            width: 20px;
            height: 20px;
            border-radius: 99999px;
            line-height: 20px;
            top: 4px; }
        .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .quantity {
          font-size: 14px; }
    .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 30px;
      margin-bottom: 15px; }
    .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
      margin-bottom: 0;
      margin-left: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons:before, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons:after {
        display: none; }
      .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
        width: 50%;
        margin: 0;
        white-space: nowrap; }
        .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:first-child {
          margin-right: 20px; }

.site-middle-cart {
  list-style: none; }
  .site-middle-cart .cartsy-mini-cart-dropdown-btn {
    position: fixed;
    top: 50%;
    right: 0;
    width: 100px;
    padding: 10px;
    font-size: 12px;
    z-index: 9901;
    background-color: var(--colorPrimary, #212121);
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
    margin: 0;
    -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.15);
            box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.15); }
    @media (max-width: 767px) {
      .site-middle-cart .cartsy-mini-cart-dropdown-btn {
        width: calc(100% - 60px);
        height: 45px;
        bottom: 20px;
        right: 30px;
        top: auto;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        padding: 2px 2px 2px 30px;
        border-radius: 4rem;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); } }
    @media (max-width: 767px) {
      .site-middle-cart .cartsy-mini-cart-dropdown-btn .middle-cart-counter {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .site-middle-cart .cartsy-mini-cart-dropdown-btn .cart-item-badge {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .site-middle-cart .cartsy-mini-cart-dropdown-btn .cart-item-badge svg {
        width: 15px;
        margin-right: 10px; }
    .site-middle-cart .cartsy-mini-cart-dropdown-btn .cart-amount {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding: 10px;
      border-radius: 6px;
      background-color: #fff;
      color: var(--colorPrimary, #212121);
      line-height: 1;
      margin-top: 15px;
      font-size: 12px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .site-middle-cart .cartsy-mini-cart-dropdown-btn .cart-amount {
          margin: 0;
          -ms-flex-item-align: stretch;
              align-self: stretch;
          border-radius: 4rem;
          padding: 0;
          width: 90px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

/*--------------------------------------------------------------
# style for Woocommerce Notice
--------------------------------------------------------------*/
.cartsy-woocommerce .woocommerce-notice,
.cartsy-woocommerce .woocommerce-error,
.cartsy-woocommerce .woocommerce-info,
.cartsy-woocommerce .woocommerce-message {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  border-radius: 6px;
  padding: 23px 30px;
  padding-left: 55px;
  color: var(--colorTextMain, #212121);
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  @media (max-width: 575px) {
    .cartsy-woocommerce .woocommerce-notice,
    .cartsy-woocommerce .woocommerce-error,
    .cartsy-woocommerce .woocommerce-info,
    .cartsy-woocommerce .woocommerce-message {
      line-height: 1.625;
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .cartsy-woocommerce .woocommerce-notice a,
  .cartsy-woocommerce .woocommerce-error a,
  .cartsy-woocommerce .woocommerce-info a,
  .cartsy-woocommerce .woocommerce-message a {
    color: #5a5a5a;
    margin-left: 10px;
    text-decoration: underline;
    outline: none; }
    @media (max-width: 575px) {
      .cartsy-woocommerce .woocommerce-notice a,
      .cartsy-woocommerce .woocommerce-error a,
      .cartsy-woocommerce .woocommerce-info a,
      .cartsy-woocommerce .woocommerce-message a {
        margin-left: 0; } }
    .cartsy-woocommerce .woocommerce-notice a:hover,
    .cartsy-woocommerce .woocommerce-error a:hover,
    .cartsy-woocommerce .woocommerce-info a:hover,
    .cartsy-woocommerce .woocommerce-message a:hover {
      color: #5a5a5a; }
    .cartsy-woocommerce .woocommerce-notice a.button,
    .cartsy-woocommerce .woocommerce-error a.button,
    .cartsy-woocommerce .woocommerce-info a.button,
    .cartsy-woocommerce .woocommerce-message a.button {
      cursor: pointer;
      color: #fff;
      line-height: 1;
      font-weight: 400;
      font-size: 16px;
      padding: 9px 16px;
      height: auto;
      width: auto;
      border: 1px solid;
      border-radius: 6px;
      border-color: var(--colorPrimary, #212121);
      background: var(--colorPrimary, #212121);
      text-decoration: none;
      margin-left: auto; }
      @media (max-width: 575px) {
        .cartsy-woocommerce .woocommerce-notice a.button,
        .cartsy-woocommerce .woocommerce-error a.button,
        .cartsy-woocommerce .woocommerce-info a.button,
        .cartsy-woocommerce .woocommerce-message a.button {
          margin: 10px 0 0; } }
      .cartsy-woocommerce .woocommerce-notice a.button:hover,
      .cartsy-woocommerce .woocommerce-error a.button:hover,
      .cartsy-woocommerce .woocommerce-info a.button:hover,
      .cartsy-woocommerce .woocommerce-message a.button:hover {
        color: #ffffff;
        border-color: var(--colorPrimaryHover, #3a3a3a);
        background: var(--colorPrimaryHover, #3a3a3a); }
      .cartsy-woocommerce .woocommerce-notice a.button:active, .cartsy-woocommerce .woocommerce-notice a.button:focus,
      .cartsy-woocommerce .woocommerce-error a.button:active,
      .cartsy-woocommerce .woocommerce-error a.button:focus,
      .cartsy-woocommerce .woocommerce-info a.button:active,
      .cartsy-woocommerce .woocommerce-info a.button:focus,
      .cartsy-woocommerce .woocommerce-message a.button:active,
      .cartsy-woocommerce .woocommerce-message a.button:focus {
        color: #ffffff;
        border-color: var(--colorPrimaryHover, #3a3a3a);
        background: var(--colorPrimaryHover, #3a3a3a); }
  .cartsy-woocommerce .woocommerce-notice li,
  .cartsy-woocommerce .woocommerce-error li,
  .cartsy-woocommerce .woocommerce-info li,
  .cartsy-woocommerce .woocommerce-message li {
    margin: 0;
    width: 100%; }
  .cartsy-woocommerce .woocommerce-notice::before,
  .cartsy-woocommerce .woocommerce-error::before,
  .cartsy-woocommerce .woocommerce-info::before,
  .cartsy-woocommerce .woocommerce-message::before {
    content: "";
    font-family: inherit;
    color: inherit;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .cartsy-woocommerce .woocommerce-notice .button,
  .cartsy-woocommerce .woocommerce-error .button,
  .cartsy-woocommerce .woocommerce-info .button,
  .cartsy-woocommerce .woocommerce-message .button {
    font-family: var(--menuFontFamily, Open Sans);
    background-color: var(--colorPrimary, #212121);
    color: #ffffff;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .cartsy-woocommerce .woocommerce-notice .button:hover,
    .cartsy-woocommerce .woocommerce-error .button:hover,
    .cartsy-woocommerce .woocommerce-info .button:hover,
    .cartsy-woocommerce .woocommerce-message .button:hover {
      background-color: var(--colorPrimaryHover, #3a3a3a);
      color: #ffffff; }

.cartsy-woocommerce .woocommerce-message::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LWo8L3RpdGxlPjxwYXRoIGQ9J000NDAuMDgsMzQxLjMxYy0xLjY2LTItMy4yOS00LTQuODktNS45My0yMi0yNi42MS0zNS4zMS00Mi42Ny0zNS4zMS0xMTgsMC0zOS05LjMzLTcxLTI3LjcyLTk1LTEzLjU2LTE3LjczLTMxLjg5LTMxLjE4LTU2LjA1LTQxLjEyYTMsMywwLDAsMS0uODItLjY3QzMwNi42LDUxLjQ5LDI4Mi44MiwzMiwyNTYsMzJzLTUwLjU5LDE5LjQ5LTU5LjI4LDQ4LjU2YTMuMTMsMy4xMywwLDAsMS0uODEuNjVjLTU2LjM4LDIzLjIxLTgzLjc4LDY3Ljc0LTgzLjc4LDEzNi4xNCwwLDc1LjM2LTEzLjI5LDkxLjQyLTM1LjMxLDExOC0xLjYsMS45My0zLjIzLDMuODktNC44OSw1LjkzYTM1LjE2LDM1LjE2LDAsMCwwLTQuNjUsMzcuNjJjNi4xNywxMywxOS4zMiwyMS4wNywzNC4zMywyMS4wN0g0MTAuNWMxNC45NCwwLDI4LTguMDYsMzQuMTktMjFBMzUuMTcsMzUuMTcsMCwwLDAsNDQwLjA4LDM0MS4zMVonLz48cGF0aCBkPSdNMjU2LDQ4MGE4MC4wNiw4MC4wNiwwLDAsMCw3MC40NC00Mi4xMyw0LDQsMCwwLDAtMy41NC01Ljg3SDE4OS4xMmE0LDQsMCwwLDAtMy41NSw1Ljg3QTgwLjA2LDgwLjA2LDAsMCwwLDI1Niw0ODBaJy8+PC9zdmc+"); }

.cartsy-woocommerce .woocommerce-info::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LWg8L3RpdGxlPjxyZWN0IHg9JzQ4JyB5PSc2NCcgd2lkdGg9JzQxNicgaGVpZ2h0PSczODQnIHJ4PSc0OCcgcnk9JzQ4JyBzdHlsZT0nZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MzJweCcvPjxwYXRoIGQ9J00zOTcuODIsNjRIMTE0LjE4Qzc3LjY5LDY0LDQ4LDk0LjE1LDQ4LDEzMS4yVjE3Nkg2NGMwLTE2LDE2LTMyLDMyLTMySDQxNmMxNiwwLDMyLDE2LDMyLDMyaDE2VjEzMS4yQzQ2NCw5NC4xNSw0MzQuMzEsNjQsMzk3LjgyLDY0WicvPjwvc3ZnPg=="); }

.cartsy-woocommerce .woocommerce-error li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cartsy-woocommerce .woocommerce-error li strong {
    font-weight: 600; }
    .cartsy-woocommerce .woocommerce-error li strong:last-of-type {
      margin: 0 5px;
      font-weight: 700; }
  .cartsy-woocommerce .woocommerce-error li a.button {
    margin-left: auto; }

.cartsy-woocommerce .woocommerce-error::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LW08L3RpdGxlPjxwYXRoIGQ9J00yNTYsNDhDMTQxLjMxLDQ4LDQ4LDE0MS4zMSw0OCwyNTZzOTMuMzEsMjA4LDIwOCwyMDgsMjA4LTkzLjMxLDIwOC0yMDhTMzcwLjY5LDQ4LDI1Niw0OFptNzUuMzEsMjYwLjY5YTE2LDE2LDAsMSwxLTIyLjYyLDIyLjYyTDI1NiwyNzguNjNsLTUyLjY5LDUyLjY4YTE2LDE2LDAsMCwxLTIyLjYyLTIyLjYyTDIzMy4zNywyNTZsLTUyLjY4LTUyLjY5YTE2LDE2LDAsMCwxLDIyLjYyLTIyLjYyTDI1NiwyMzMuMzdsNTIuNjktNTIuNjhhMTYsMTYsMCwwLDEsMjIuNjIsMjIuNjJMMjc4LjYzLDI1NlonIGZpbGw9IiNmZjAwMDAiLz48L3N2Zz4="); }

.cartsy-woocommerce .woocommerce-notice--success::before {
  width: 22px;
  height: 22px;
  left: 23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LWU8L3RpdGxlPjxwYXRoIGQ9J00yNTYsNDhDMTQxLjMxLDQ4LDQ4LDE0MS4zMSw0OCwyNTZzOTMuMzEsMjA4LDIwOCwyMDgsMjA4LTkzLjMxLDIwOC0yMDhTMzcwLjY5LDQ4LDI1Niw0OFpNMzY0LjI1LDE4Ni4yOWwtMTM0LjQsMTYwYTE2LDE2LDAsMCwxLTEyLDUuNzFoLS4yN2ExNiwxNiwwLDAsMS0xMS44OS01LjNsLTU3LjYtNjRhMTYsMTYsMCwxLDEsMjMuNzgtMjEuNGw0NS4yOSw1MC4zMkwzMzkuNzUsMTY1LjcxYTE2LDE2LDAsMCwxLDI0LjUsMjAuNThaJyBmaWxsPSIjMzZhYjgwIi8+PC9zdmc+"); }

.woocommerce-store-notice,
p.demo_store {
  background-color: var(--colorPrimary, #212121);
  padding: 10px;
  font-size: 13px;
  position: fixed;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 9910;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

@media only screen and (max-width: 600px) {
  body.admin-bar.cartsy-on-scroll .woocommerce-store-notice,
  body.admin-bar.cartsy-on-scroll p.demo_store {
    top: 0; } }

body.admin-bar .woocommerce-store-notice,
body.admin-bar p.demo_store {
  top: 32px; }
  @media (max-width: 782px) {
    body.admin-bar .woocommerce-store-notice,
    body.admin-bar p.demo_store {
      top: 46px; } }

/**
 * Products
 */
p.woocommerce-result-count, .cartsy-woocommerce p.woocommerce-result-count {
  font-family: var(--menuFontFamily, Open Sans);
  font-size: 16px;
  margin-top: 10px; }

.cartsy-archive-products {
  margin-top: 30px; }
  .cartsy-archive-products > .product > div, .cartsy-woocommerce.woocommerce ul.products .cartsy-archive-products > li > div {
    height: 100%; }

.woocommerce div.product .out-of-stock {
  color: #fd5c63; }

.cartsy-shop-page-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (max-width: 575px) {
  .woocommerce .cartsy-shop-page-content-header .woocommerce-ordering,
  .woocommerce .cartsy-shop-page-content-header .woocommerce-ordering select {
    width: 100%; } }

.woocommerce .woocommerce-ordering select {
  padding-right: 40px; }

.cartsy-product-grid-slider {
  height: 100%; }
  .cartsy-product-grid-slider .swiper-button-prev,
  .cartsy-product-grid-slider .swiper-button-next {
    display: none; }
  .cartsy-product-grid-slider img {
    margin-bottom: 0 !important; }
  .cartsy-product-grid-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cartsy-product-grid-slider .swiper-pagination .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      background-color: #e6e6e6;
      border-radius: 12px;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      margin: 0 3px;
      opacity: 1; }
      .cartsy-product-grid-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 12px;
        background-color: #5a5a5a; }

.cartsy-product-grid-slider-item {
  height: 100%; }

.product-category.product, .cartsy-woocommerce.woocommerce ul.products li.product-category {
  list-style: none;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  .product-category.product a, .cartsy-woocommerce.woocommerce ul.products li.product-category a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%; }
  .product-category.product h2, .cartsy-woocommerce.woocommerce ul.products li.product-category h2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0; }
    .product-category.product h2 mark, .cartsy-woocommerce.woocommerce ul.products li.product-category h2 mark {
      background: transparent;
      border: 0;
      border-radius: 0;
      padding: 0;
      margin-left: 5px; }
  .product-category.product .thumb, .cartsy-woocommerce.woocommerce ul.products li.product-category .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .product-category.product .thumb img, .cartsy-woocommerce.woocommerce ul.products li.product-category .thumb img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      border-radius: 0 !important;
      margin-bottom: 0 !important; }
  .product-category.product.cartsy-grid-argon, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-argon {
    border: 1px solid #f3f3f3; }
    .product-category.product.cartsy-grid-argon:hover, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-argon:hover {
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
    .product-category.product.cartsy-grid-argon .thumb, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-argon .thumb {
      height: 310px; }
      @media (max-width: 1440px) {
        .product-category.product.cartsy-grid-argon .thumb, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-argon .thumb {
          height: 280px; } }
      @media (max-width: 1280px) {
        .product-category.product.cartsy-grid-argon .thumb, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-argon .thumb {
          height: 250px; } }
    .product-category.product.cartsy-grid-argon h2, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-argon h2 {
      padding: 30px;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1280px) {
        .product-category.product.cartsy-grid-argon h2, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-argon h2 {
          padding: 25px; } }
  .product-category.product.cartsy-grid-neon, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-neon {
    border: 2px solid transparent; }
    .product-category.product.cartsy-grid-neon:hover, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-neon:hover {
      border-color: var(--colorPrimary, #212121);
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
    .product-category.product.cartsy-grid-neon .thumb, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-neon .thumb {
      height: 210px; }
      @media (max-width: 1280px) {
        .product-category.product.cartsy-grid-neon .thumb, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-neon .thumb {
          height: 190px; } }
      @media (max-width: 575px) {
        .product-category.product.cartsy-grid-neon .thumb, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-neon .thumb {
          height: 140px; } }
    .product-category.product.cartsy-grid-neon h2, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-neon h2 {
      padding: 15px 30px 30px;
      font-size: 14px; }
      @media (max-width: 1700px) {
        .product-category.product.cartsy-grid-neon h2, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-neon h2 {
          padding: 15px 20px 20px; } }
      @media (max-width: 575px) {
        .product-category.product.cartsy-grid-neon h2, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-neon h2 {
          padding: 10px 15px 15px; } }
  .product-category.product.cartsy-grid-helium, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-helium {
    border: 1px solid #f3f3f3; }
    .product-category.product.cartsy-grid-helium:hover, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-helium:hover {
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
    .product-category.product.cartsy-grid-helium .thumb, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-helium .thumb {
      height: 180px; }
      @media (max-width: 575px) {
        .product-category.product.cartsy-grid-helium .thumb, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-helium .thumb {
          height: 130px; } }
    .product-category.product.cartsy-grid-helium h2, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-helium h2 {
      font-size: 14px;
      padding: 15px 30px 30px; }
      @media (max-width: 1700px) {
        .product-category.product.cartsy-grid-helium h2, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-helium h2 {
          padding: 15px 20px 20px; } }
      @media (max-width: 575px) {
        .product-category.product.cartsy-grid-helium h2, .cartsy-woocommerce.woocommerce ul.products li.product-category.cartsy-grid-helium h2 {
          padding: 10px 15px 15px; } }

.cartsy-product-pagination {
  display: none; }
  @media screen and (min-width: 767px) {
    .cartsy-product-pagination {
      display: block; } }
  .cartsy-product-pagination > a[rel] {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 350px;
    height: 110px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 99; }
    .cartsy-product-pagination > a[rel]:focus {
      outline: none; }
    .cartsy-product-pagination > a[rel] img {
      width: 110px;
      height: 110px;
      max-width: 100%;
      border-radius: 0;
      margin: 0; }
    .cartsy-product-pagination > a[rel] span.cartsy-product-pagination__title {
      font-size: 16px;
      font-weight: 600;
      color: var(--menuTextColor, #212121);
      margin: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      display: inline-block;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .cartsy-product-pagination > a[rel] i {
      font-size: 18px;
      color: var(--menuTextColor, #212121); }
    .cartsy-product-pagination > a[rel][rel=prev] {
      padding-left: 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      left: -305px;
      -webkit-transition: left 0.3s ease-out;
      -o-transition: left 0.3s ease-out;
      transition: left 0.3s ease-out; }
      .cartsy-product-pagination > a[rel][rel=prev] img {
        margin-left: auto; }
      .cartsy-product-pagination > a[rel][rel=prev]:hover {
        left: 0; }
    .cartsy-product-pagination > a[rel][rel=next] {
      padding-right: 20px;
      right: -305px;
      -webkit-transition: right 0.3s ease-out;
      -o-transition: right 0.3s ease-out;
      transition: right 0.3s ease-out; }
      .cartsy-product-pagination > a[rel][rel=next] img {
        margin-right: auto; }
      .cartsy-product-pagination > a[rel][rel=next]:hover {
        right: 0; }

.woocommerce button.button {
  font-weight: 400; }

.woocommerce .star-rating {
  width: auto; }
  .woocommerce .star-rating::before {
    position: static; }

.single-product .product .onsale, .cartsy-woocommerce.woocommerce #content .product .onsale, .single-product .cartsy-woocommerce.woocommerce ul.products li .onsale, .cartsy-woocommerce.woocommerce ul.products .single-product li .onsale, .cartsy-woocommerce.woocommerce #content ul.products li .onsale, .cartsy-woocommerce.woocommerce ul.products #content li .onsale {
  width: auto;
  left: 10px;
  right: auto;
  background-color: var(--colorTextMain, #212121); }

.single-product .product .images, .cartsy-woocommerce.woocommerce #content .product .images, .single-product .cartsy-woocommerce.woocommerce ul.products li .images, .cartsy-woocommerce.woocommerce ul.products .single-product li .images, .cartsy-woocommerce.woocommerce #content ul.products li .images, .cartsy-woocommerce.woocommerce ul.products #content li .images {
  margin-bottom: 0; }

.single-product .product .woocommerce-product-gallery .flex-control-thumbs, .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs {
  position: relative; }
  .single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev, .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev,
  .single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
  .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
  .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
  .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next {
    width: 30px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    border-radius: 6px;
    opacity: 1; }
    .single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after, .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after,
    .single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after,
    .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after,
    .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after,
    .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after {
      content: '';
      font-family: inherit;
      font-size: inherit;
      width: 20px;
      height: 20px;
      background-size: cover; }
    .single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev.swiper-button-disabled, .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev.swiper-button-disabled, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev.swiper-button-disabled, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev.swiper-button-disabled, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev.swiper-button-disabled, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev.swiper-button-disabled,
    .single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next.swiper-button-disabled,
    .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next.swiper-button-disabled,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next.swiper-button-disabled,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next.swiper-button-disabled,
    .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next.swiper-button-disabled,
    .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next.swiper-button-disabled {
      opacity: 0.35; }
  .single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev, .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.08);
            box-shadow: 3px 0 7px rgba(0, 0, 0, 0.08); }
    .single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after, .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LWE8L3RpdGxlPjxwb2x5bGluZSBwb2ludHM9JzMyOCAxMTIgMTg0IDI1NiAzMjggNDAwJyBzdHlsZT0nZmlsbDpub25lO3N0cm9rZTojMjEyMTIxO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6NDhweCcvPjwvc3ZnPg=="); }
  
  .single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
  .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
  .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
  .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: -3px 0 7px rgba(0, 0, 0, 0.08);
            box-shadow: -3px 0 7px rgba(0, 0, 0, 0.08); }
    
    .single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after,
    .cartsy-woocommerce.woocommerce #content .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after,
    .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after,
    .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTEyJyB2aWV3Qm94PScwIDAgNTEyIDUxMic+PHRpdGxlPmlvbmljb25zLXY1LWE8L3RpdGxlPjxwb2x5bGluZSBwb2ludHM9JzE4NCAxMTIgMzI4IDI1NiAxODQgNDAwJyBzdHlsZT0nZmlsbDpub25lO3N0cm9rZTojMjEyMTIxO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6NDhweCcvPjwvc3ZnPg=="); }

.single-product .product .cartsy-woocommerce-product-summary-wrapper, .cartsy-woocommerce.woocommerce #content .product .cartsy-woocommerce-product-summary-wrapper, .single-product .cartsy-woocommerce.woocommerce ul.products li .cartsy-woocommerce-product-summary-wrapper, .cartsy-woocommerce.woocommerce ul.products .single-product li .cartsy-woocommerce-product-summary-wrapper, .cartsy-woocommerce.woocommerce #content ul.products li .cartsy-woocommerce-product-summary-wrapper, .cartsy-woocommerce.woocommerce ul.products #content li .cartsy-woocommerce-product-summary-wrapper {
  display: block;
  overflow: hidden; }

.single-product .product .summary, .cartsy-woocommerce.woocommerce #content .product .summary, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary, .cartsy-woocommerce.woocommerce #content ul.products li .summary, .cartsy-woocommerce.woocommerce ul.products #content li .summary {
  margin-bottom: 0; }
  .single-product .product .summary .product_title, .cartsy-woocommerce.woocommerce #content .product .summary .product_title, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_title, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_title, .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_title, .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_title {
    font-family: var(--menuFontFamily, Open Sans);
    font-size: 30px;
    margin-bottom: 7px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .single-product .product .summary .product_title, .cartsy-woocommerce.woocommerce #content .product .summary .product_title, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_title, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_title, .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_title, .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 10px; } }
  .single-product .product .summary .woocommerce-product-rating, .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-rating, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-rating, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-rating, .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-rating, .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-rating {
    margin-bottom: 8px; }
    .single-product .product .summary .woocommerce-product-rating .star-rating, .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-rating .star-rating, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-rating .star-rating, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-rating .star-rating, .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-rating .star-rating, .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-rating .star-rating {
      color: var(--colorPrimary, #212121); }
      .single-product .product .summary .woocommerce-product-rating .star-rating:before, .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-rating .star-rating:before, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-rating .star-rating:before, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-rating .star-rating:before, .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-rating .star-rating:before, .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-rating .star-rating:before {
        font-size: 14px; }
      .single-product .product .summary .woocommerce-product-rating .star-rating span:before, .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-rating .star-rating span:before, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-rating .star-rating span:before, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-rating .star-rating span:before, .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-rating .star-rating span:before, .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-rating .star-rating span:before {
        font-size: 14px; }
    .single-product .product .summary .woocommerce-product-rating a.woocommerce-review-link, .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-rating a.woocommerce-review-link, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-rating a.woocommerce-review-link, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-rating a.woocommerce-review-link, .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-rating a.woocommerce-review-link, .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-rating a.woocommerce-review-link {
      font-size: 15px; }
  .single-product .product .summary .price, .cartsy-woocommerce.woocommerce #content .product .summary .price, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .price, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .price, .cartsy-woocommerce.woocommerce #content ul.products li .summary .price, .cartsy-woocommerce.woocommerce ul.products #content li .summary .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    color: var(--colorTextMain, #212121);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .single-product .product .summary .price, .cartsy-woocommerce.woocommerce #content .product .summary .price, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .price, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .price, .cartsy-woocommerce.woocommerce #content ul.products li .summary .price, .cartsy-woocommerce.woocommerce ul.products #content li .summary .price {
        margin-bottom: 20px; } }
    .single-product .product .summary .price del, .cartsy-woocommerce.woocommerce #content .product .summary .price del, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .price del, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .price del, .cartsy-woocommerce.woocommerce #content ul.products li .summary .price del, .cartsy-woocommerce.woocommerce ul.products #content li .summary .price del {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      opacity: 1;
      color: var(--colorTextLighter, #999999);
      font-size: 16px;
      font-weight: 400; }
    .single-product .product .summary .price ins, .cartsy-woocommerce.woocommerce #content .product .summary .price ins, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .price ins, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .price ins, .cartsy-woocommerce.woocommerce #content ul.products li .summary .price ins, .cartsy-woocommerce.woocommerce ul.products #content li .summary .price ins {
      margin-left: 0;
      margin-right: 10px; }
  .single-product .product .summary .product_meta, .cartsy-woocommerce.woocommerce #content .product .summary .product_meta, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta, .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta, .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 0 30px; }
    @media (max-width: 1024px) {
      .single-product .product .summary .product_meta, .cartsy-woocommerce.woocommerce #content .product .summary .product_meta, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta, .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta, .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta {
        padding-top: 10px; } }
    @media (max-width: 990px) {
      .single-product .product .summary .product_meta, .cartsy-woocommerce.woocommerce #content .product .summary .product_meta, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta, .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta, .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta {
        padding-bottom: 10px; } }
    .single-product .product .summary .product_meta .sku_wrapper, .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .sku_wrapper, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .sku_wrapper, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .sku_wrapper, .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .sku_wrapper, .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .sku_wrapper,
    .single-product .product .summary .product_meta .posted_in,
    .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .posted_in,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .posted_in,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .posted_in,
    .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .posted_in,
    .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .posted_in,
    .single-product .product .summary .product_meta .tagged_as,
    .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .tagged_as,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .tagged_as,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .tagged_as,
    .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .tagged_as,
    .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .tagged_as {
      color: var(--colorTextLight, #5a5a5a);
      margin-bottom: 15px; }
      .single-product .product .summary .product_meta .sku_wrapper .sku, .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .sku_wrapper .sku, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .sku_wrapper .sku, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .sku_wrapper .sku, .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .sku_wrapper .sku, .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .sku_wrapper .sku,
      .single-product .product .summary .product_meta .sku_wrapper a,
      .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .sku_wrapper a,
      .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .sku_wrapper a,
      .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .sku_wrapper a,
      .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .sku_wrapper a,
      .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .sku_wrapper a,
      .single-product .product .summary .product_meta .posted_in .sku,
      .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .posted_in .sku,
      .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .posted_in .sku,
      .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .posted_in .sku,
      .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .posted_in .sku,
      .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .posted_in .sku,
      .single-product .product .summary .product_meta .posted_in a,
      .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .posted_in a,
      .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .posted_in a,
      .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .posted_in a,
      .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .posted_in a,
      .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .posted_in a,
      .single-product .product .summary .product_meta .tagged_as .sku,
      .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .tagged_as .sku,
      .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .tagged_as .sku,
      .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .tagged_as .sku,
      .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .tagged_as .sku,
      .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .tagged_as .sku,
      .single-product .product .summary .product_meta .tagged_as a,
      .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .tagged_as a,
      .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .tagged_as a,
      .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .tagged_as a,
      .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .tagged_as a,
      .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .tagged_as a {
        font-weight: 600;
        color: var(--colorTextMain, #212121);
        text-transform: none;
        -webkit-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
      .single-product .product .summary .product_meta .sku_wrapper a:hover, .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .sku_wrapper a:hover, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .sku_wrapper a:hover, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .sku_wrapper a:hover, .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .sku_wrapper a:hover, .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .sku_wrapper a:hover,
      .single-product .product .summary .product_meta .posted_in a:hover,
      .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .posted_in a:hover,
      .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .posted_in a:hover,
      .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .posted_in a:hover,
      .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .posted_in a:hover,
      .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .posted_in a:hover,
      .single-product .product .summary .product_meta .tagged_as a:hover,
      .cartsy-woocommerce.woocommerce #content .product .summary .product_meta .tagged_as a:hover,
      .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta .tagged_as a:hover,
      .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta .tagged_as a:hover,
      .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta .tagged_as a:hover,
      .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta .tagged_as a:hover {
        color: var(--colorTextMain, #212121);
        text-decoration: underline; }
    .single-product .product .summary .product_meta + .wpusb, .cartsy-woocommerce.woocommerce #content .product .summary .product_meta + .wpusb, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta + .wpusb, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta + .wpusb, .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta + .wpusb, .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta + .wpusb {
      margin-top: 0;
      margin-bottom: 0; }
      .single-product .product .summary .product_meta + .wpusb .wpusb-item, .cartsy-woocommerce.woocommerce #content .product .summary .product_meta + .wpusb .wpusb-item, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .product_meta + .wpusb .wpusb-item, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .product_meta + .wpusb .wpusb-item, .cartsy-woocommerce.woocommerce #content ul.products li .summary .product_meta + .wpusb .wpusb-item, .cartsy-woocommerce.woocommerce ul.products #content li .summary .product_meta + .wpusb .wpusb-item {
        margin-right: 15px; }
  .single-product .product .summary .woocommerce-product-details__short-description:empty, .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-details__short-description:empty, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-details__short-description:empty, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-details__short-description:empty, .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-details__short-description:empty, .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-details__short-description:empty,
  .single-product .product .summary .woocommerce-variation-description:empty,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-variation-description:empty,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-variation-description:empty,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-variation-description:empty,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-variation-description:empty,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-variation-description:empty {
    display: none; }
  .single-product .product .summary .woocommerce-product-details__short-description p, .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-details__short-description p, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-details__short-description p, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-details__short-description p, .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-details__short-description p, .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-details__short-description p,
  .single-product .product .summary .woocommerce-variation-description p,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-variation-description p,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-variation-description p,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-variation-description p,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-variation-description p,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-variation-description p {
    margin-top: 0;
    margin-bottom: 15px; }
    .single-product .product .summary .woocommerce-product-details__short-description p:last-of-type, .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-details__short-description p:last-of-type, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-details__short-description p:last-of-type, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-details__short-description p:last-of-type, .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-details__short-description p:last-of-type, .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-details__short-description p:last-of-type,
    .single-product .product .summary .woocommerce-variation-description p:last-of-type,
    .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-variation-description p:last-of-type,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-variation-description p:last-of-type,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-variation-description p:last-of-type,
    .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-variation-description p:last-of-type,
    .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-variation-description p:last-of-type {
      margin-bottom: 0; }
  .single-product .product .summary .woocommerce-product-details__short-description p, .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-details__short-description p, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-details__short-description p, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-details__short-description p, .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-details__short-description p, .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-details__short-description p,
  .single-product .product .summary .woocommerce-product-details__short-description div,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-details__short-description div,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-details__short-description div,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-details__short-description div,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-details__short-description div,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-details__short-description div,
  .single-product .product .summary .woocommerce-product-details__short-description li,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-details__short-description li,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-details__short-description li,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-details__short-description li,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-details__short-description li,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-details__short-description li,
  .single-product .product .summary .woocommerce-product-details__short-description span,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-details__short-description span,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-details__short-description span,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-details__short-description span,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-details__short-description span,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-details__short-description span,
  .single-product .product .summary .woocommerce-product-details__short-description b,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-details__short-description b,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-details__short-description b,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-details__short-description b,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-details__short-description b,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-details__short-description b,
  .single-product .product .summary .woocommerce-product-details__short-description i,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-product-details__short-description i,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-product-details__short-description i,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-product-details__short-description i,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-product-details__short-description i,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-product-details__short-description i,
  .single-product .product .summary .woocommerce-variation-description p,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-variation-description p,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-variation-description p,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-variation-description p,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-variation-description p,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-variation-description p,
  .single-product .product .summary .woocommerce-variation-description div,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-variation-description div,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-variation-description div,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-variation-description div,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-variation-description div,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-variation-description div,
  .single-product .product .summary .woocommerce-variation-description li,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-variation-description li,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-variation-description li,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-variation-description li,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-variation-description li,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-variation-description li,
  .single-product .product .summary .woocommerce-variation-description span,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-variation-description span,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-variation-description span,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-variation-description span,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-variation-description span,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-variation-description span,
  .single-product .product .summary .woocommerce-variation-description b,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-variation-description b,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-variation-description b,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-variation-description b,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-variation-description b,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-variation-description b,
  .single-product .product .summary .woocommerce-variation-description i,
  .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-variation-description i,
  .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-variation-description i,
  .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-variation-description i,
  .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-variation-description i,
  .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-variation-description i {
    color: var(--colorTextLight, #5a5a5a); }
  .single-product .product .summary .woocommerce-variation-description, .cartsy-woocommerce.woocommerce #content .product .summary .woocommerce-variation-description, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .woocommerce-variation-description, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .woocommerce-variation-description, .cartsy-woocommerce.woocommerce #content ul.products li .summary .woocommerce-variation-description, .cartsy-woocommerce.woocommerce ul.products #content li .summary .woocommerce-variation-description {
    margin-bottom: 40px; }
  .single-product .product .summary .stock, .cartsy-woocommerce.woocommerce #content .product .summary .stock, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .stock, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .stock, .cartsy-woocommerce.woocommerce #content ul.products li .summary .stock, .cartsy-woocommerce.woocommerce ul.products #content li .summary .stock {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 20px 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background-color: transparent; }
    .single-product .product .summary .stock.in-stock, .cartsy-woocommerce.woocommerce #content .product .summary .stock.in-stock, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .stock.in-stock, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .stock.in-stock, .cartsy-woocommerce.woocommerce #content ul.products li .summary .stock.in-stock, .cartsy-woocommerce.woocommerce ul.products #content li .summary .stock.in-stock {
      color: #212121; }
    .single-product .product .summary .stock.out-of-stock, .cartsy-woocommerce.woocommerce #content .product .summary .stock.out-of-stock, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .stock.out-of-stock, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .stock.out-of-stock, .cartsy-woocommerce.woocommerce #content ul.products li .summary .stock.out-of-stock, .cartsy-woocommerce.woocommerce ul.products #content li .summary .stock.out-of-stock {
      color: #ff0000; }
    .single-product .product .summary .stock.available-on-backorder, .cartsy-woocommerce.woocommerce #content .product .summary .stock.available-on-backorder, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary .stock.available-on-backorder, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary .stock.available-on-backorder, .cartsy-woocommerce.woocommerce #content ul.products li .summary .stock.available-on-backorder, .cartsy-woocommerce.woocommerce ul.products #content li .summary .stock.available-on-backorder {
      color: #36ab80; }
  .single-product .product .summary form.cart, .cartsy-woocommerce.woocommerce #content .product .summary form.cart, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px; }
    @media (max-width: 1024px) {
      .single-product .product .summary form.cart, .cartsy-woocommerce.woocommerce #content .product .summary form.cart, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart {
        margin-top: 30px; } }
    .single-product .product .summary form.cart.grouped_form, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 30px; }
      .single-product .product .summary form.cart.grouped_form .group_table, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table {
        table-layout: auto; }
        @media screen and (max-width: 767px) {
          .single-product .product .summary form.cart.grouped_form .group_table, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table {
            table-layout: auto; } }
        .single-product .product .summary form.cart.grouped_form .group_table tbody tr, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr {
          min-height: 49px; }
          .single-product .product .summary form.cart.grouped_form .group_table tbody tr:last-child, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr:last-child, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr:last-child, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr:last-child, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr:last-child, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr:last-child {
            margin-bottom: 0; }
          .single-product .product .summary form.cart.grouped_form .group_table tbody tr td, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td {
            vertical-align: middle;
            padding-bottom: 20px; }
            .single-product .product .summary form.cart.grouped_form .group_table tbody tr td:first-child, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td:first-child, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td:first-child, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td:first-child, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td:first-child, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td:first-child {
              width: inherit;
              text-align: left; }
            .single-product .product .summary form.cart.grouped_form .group_table tbody tr td .button, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td .button, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td .button, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td .button, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td .button, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td .button {
              cursor: pointer;
              color: #fff;
              line-height: 1;
              font-weight: 400;
              font-size: 13px;
              padding: 9px;
              height: auto;
              width: auto;
              border: 1px solid;
              border-radius: 6px;
              border-color: var(--colorPrimary, #212121);
              background: var(--colorPrimary, #212121);
              text-decoration: none;
              margin: 0;
              text-align: center; }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td .button:hover, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td .button:hover, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td .button:hover, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td .button:hover, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td .button:hover, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td .button:hover {
                color: #ffffff;
                border-color: var(--colorPrimaryHover, #3a3a3a);
                background: var(--colorPrimaryHover, #3a3a3a); }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td .button:active, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td .button:active, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td .button:active, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td .button:active, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td .button:active, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td .button:active, .single-product .product .summary form.cart.grouped_form .group_table tbody tr td .button:focus, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td .button:focus, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td .button:focus, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td .button:focus, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td .button:focus, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td .button:focus {
                color: #ffffff;
                border-color: var(--colorPrimaryHover, #3a3a3a);
                background: var(--colorPrimaryHover, #3a3a3a); }
            .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__label a, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__label a, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__label a, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__label a, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__label a, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__label a {
              font-weight: 600;
              color: var(--colorTextMain, #212121);
              text-decoration: none; }
            .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price {
              font-weight: 600;
              color: var(--colorTextMain, #212121);
              position: relative; }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins {
                border: 0;
                padding: 0;
                border-radius: 0; }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del {
                opacity: 1;
                color: var(--colorTextLighter, #999999);
                font-size: 16px;
                font-weight: 400;
                margin-right: 3px; }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.out-of-stock, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.out-of-stock, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.out-of-stock, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.out-of-stock, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.out-of-stock, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.out-of-stock {
                color: #ff0000;
                font-weight: 600;
                font-size: 13px;
                position: absolute;
                left: 0;
                bottom: -1px;
                font-style: italic;
                margin: 0;
                padding: 0;
                border: 0;
                border-radius: 6px;
                background-color: transparent; }
              .single-product .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.available-on-backorder, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.available-on-backorder, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.available-on-backorder, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.available-on-backorder, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.available-on-backorder, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price p.stock.available-on-backorder {
                color: #36ab80;
                font-weight: 600;
                font-size: 13px;
                position: absolute;
                left: 0;
                bottom: auto;
                font-style: italic;
                margin: 0;
                padding: 0;
                border: 0;
                border-radius: 6px;
                background-color: transparent; }
    .single-product .product .summary form.cart p.stock.out-of-stock, .cartsy-woocommerce.woocommerce #content .product .summary form.cart p.stock.out-of-stock, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart p.stock.out-of-stock, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart p.stock.out-of-stock, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart p.stock.out-of-stock, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart p.stock.out-of-stock,
    .single-product .product .summary form.cart p.stock.available-on-backorder,
    .cartsy-woocommerce.woocommerce #content .product .summary form.cart p.stock.available-on-backorder,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart p.stock.available-on-backorder,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart p.stock.available-on-backorder,
    .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart p.stock.available-on-backorder,
    .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart p.stock.available-on-backorder {
      font-weight: 600;
      margin: 0;
      padding: 15px 20px;
      border: 1px solid;
      border-radius: 6px;
      background-color: #f9f9f9; }
    .single-product .product .summary form.cart p.stock.out-of-stock, .cartsy-woocommerce.woocommerce #content .product .summary form.cart p.stock.out-of-stock, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart p.stock.out-of-stock, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart p.stock.out-of-stock, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart p.stock.out-of-stock, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart p.stock.out-of-stock {
      color: #ff0000; }
    
    .single-product .product .summary form.cart p.stock.available-on-backorder,
    .cartsy-woocommerce.woocommerce #content .product .summary form.cart p.stock.available-on-backorder,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart p.stock.available-on-backorder,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart p.stock.available-on-backorder,
    .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart p.stock.available-on-backorder,
    .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart p.stock.available-on-backorder {
      color: #36ab80; }
    .single-product .product .summary form.cart.variations_form, .cartsy-woocommerce.woocommerce #content .product .summary form.cart.variations_form, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart.variations_form, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart.variations_form, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart.variations_form, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart.variations_form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .single-product .product .summary form.cart .variations, .cartsy-woocommerce.woocommerce #content .product .summary form.cart .variations, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart .variations, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart .variations, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart .variations, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart .variations {
      margin-bottom: 35px; }
      .single-product .product .summary form.cart .variations tr, .cartsy-woocommerce.woocommerce #content .product .summary form.cart .variations tr, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart .variations tr, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart .variations tr, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart .variations tr, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart .variations tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px; }
        .single-product .product .summary form.cart .variations tr td.label, .cartsy-woocommerce.woocommerce #content .product .summary form.cart .variations tr td.label, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart .variations tr td.label, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart .variations tr td.label, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart .variations tr td.label, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart .variations tr td.label {
          min-width: 80px;
          padding-bottom: 0;
          text-transform: capitalize; }
        .single-product .product .summary form.cart .variations tr select, .cartsy-woocommerce.woocommerce #content .product .summary form.cart .variations tr select, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart .variations tr select, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart .variations tr select, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart .variations tr select, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart .variations tr select {
          width: 200px;
          min-width: auto; }
    .single-product .product .summary form.cart .quantity, .cartsy-woocommerce.woocommerce #content .product .summary form.cart .quantity, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart .quantity, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart .quantity, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart .quantity, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart .quantity {
      margin-right: 15px; }
      .single-product .product .summary form.cart .quantity input, .cartsy-woocommerce.woocommerce #content .product .summary form.cart .quantity input, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart .quantity input, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart .quantity input, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart .quantity input, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart .quantity input {
        text-align: left;
        width: 100px;
        height: 48px;
        border-radius: 6px;
        border-width: 1px; }
      .single-product .product .summary form.cart .quantity .quantity-btn, .cartsy-woocommerce.woocommerce #content .product .summary form.cart .quantity .quantity-btn, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart .quantity .quantity-btn, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart .quantity .quantity-btn, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart .quantity .quantity-btn, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart .quantity .quantity-btn {
        border-width: 1px; }
    .single-product .product .summary form.cart .single_add_to_cart_button, .cartsy-woocommerce.woocommerce #content .product .summary form.cart .single_add_to_cart_button, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart .single_add_to_cart_button, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart .single_add_to_cart_button, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart .single_add_to_cart_button, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart .single_add_to_cart_button {
      font-size: 16px;
      padding: 0 28px;
      border-radius: 6px;
      margin-top: 0;
      border-color: var(--colorPrimary, #212121);
      background-color: var(--colorPrimary, #212121); }
      .single-product .product .summary form.cart .single_add_to_cart_button:hover, .cartsy-woocommerce.woocommerce #content .product .summary form.cart .single_add_to_cart_button:hover, .single-product .cartsy-woocommerce.woocommerce ul.products li .summary form.cart .single_add_to_cart_button:hover, .cartsy-woocommerce.woocommerce ul.products .single-product li .summary form.cart .single_add_to_cart_button:hover, .cartsy-woocommerce.woocommerce #content ul.products li .summary form.cart .single_add_to_cart_button:hover, .cartsy-woocommerce.woocommerce ul.products #content li .summary form.cart .single_add_to_cart_button:hover {
        border-color: var(--colorPrimaryHover, #3a3a3a);
        background-color: var(--colorPrimaryHover, #3a3a3a); }

.single-product .product .woocommerce-tabs, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs {
  margin-top: 50px;
  margin-bottom: 70px; }
  @media (max-width: 1024px) {
    .single-product .product .woocommerce-tabs, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs {
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media (max-width: 575px) {
    .single-product .product .woocommerce-tabs, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs {
      margin-bottom: 20px; } }
  .single-product .product .woocommerce-tabs ul.tabs, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px; }
    .single-product .product .woocommerce-tabs ul.tabs:before, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs:before, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs:before, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs:before, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs:before, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs:before {
      display: none; }
    .single-product .product .woocommerce-tabs ul.tabs li, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs li, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs li, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs li, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs li, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs li {
      margin: 0 30px 0 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background-color: white; }
      @media screen and (max-width: 767px) {
        .single-product .product .woocommerce-tabs ul.tabs li, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs li, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs li, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs li, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs li, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs li {
          margin-right: 20px; } }
      .single-product .product .woocommerce-tabs ul.tabs li a, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs li a, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs li a, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs li a, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs li a, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs li a {
        font-weight: 600;
        font-size: 18px;
        color: var(--colorTextLighter, #999999);
        -webkit-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        @media screen and (max-width: 767px) {
          .single-product .product .woocommerce-tabs ul.tabs li a, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs li a, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs li a, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs li a, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs li a, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs li a {
            font-size: 16px; } }
        .single-product .product .woocommerce-tabs ul.tabs li a:focus, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs li a:focus, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs li a:focus, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs li a:focus, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs li a:focus, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs li a:focus {
          outline: none; }
      .single-product .product .woocommerce-tabs ul.tabs li:hover a, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs li:hover a, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs li:hover a, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs li:hover a, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs li:hover a, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs li:hover a {
        color: var(--colorPrimary, #212121); }
      .single-product .product .woocommerce-tabs ul.tabs li.active, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs li.active, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs li.active, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs li.active, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs li.active, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs li.active {
        border-bottom: 3px solid var(--colorPrimary, #212121); }
        .single-product .product .woocommerce-tabs ul.tabs li.active a, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs li.active a, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs li.active a, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs li.active a, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs li.active a, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs li.active a {
          color: var(--colorPrimary, #212121); }
      .single-product .product .woocommerce-tabs ul.tabs li:before, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs li:before, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs li:before, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs li:before, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs li:before, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs li:before, .single-product .product .woocommerce-tabs ul.tabs li:after, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs ul.tabs li:after, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs ul.tabs li:after, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs ul.tabs li:after, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs ul.tabs li:after, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs ul.tabs li:after {
        display: none; }
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-bottom: 0; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel > h2, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel > h2, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel > h2, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel > h2, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel > h2, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
      display: none; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
      margin-top: 0;
      margin-bottom: 30px; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p,
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description div,
    .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description div,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description div,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description div,
    .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description div,
    .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description div,
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description li,
    .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description li,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description li,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description li,
    .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description li,
    .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description li,
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description span,
    .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description span,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description span,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description span,
    .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description span,
    .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description span,
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description b,
    .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description b,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description b,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description b,
    .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description b,
    .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description b,
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description i,
    .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description i,
    .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description i,
    .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description i,
    .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description i,
    .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description i {
      color: var(--colorTextLight, #5a5a5a); }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes {
      margin-top: 0;
      padding: 0;
      border: 1px solid #e6e6e6; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item {
        padding: 5px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item:nth-child(even), .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item:nth-child(even), .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item:nth-child(even), .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item:nth-child(even), .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item:nth-child(even), .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item:nth-child(even) {
          background-color: #f7f7f7; }
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item th, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item th, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item th, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item th, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item th, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item th,
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td {
          border: 0;
          background: transparent; }
        
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td,
        .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes tr.woocommerce-product-attributes-item td {
          color: var(--colorTextLight, #5a5a5a); }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments {
      margin-top: 0; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments h2.woocommerce-Reviews-title, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments h2.woocommerce-Reviews-title, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments h2.woocommerce-Reviews-title, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments h2.woocommerce-Reviews-title, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments h2.woocommerce-Reviews-title, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments h2.woocommerce-Reviews-title {
        display: none; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .woocommerce-noreviews, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .woocommerce-noreviews, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .woocommerce-noreviews, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .woocommerce-noreviews, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .woocommerce-noreviews, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .woocommerce-noreviews {
        margin-top: 0;
        color: var(--colorTextLight, #5a5a5a); }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist {
        padding-left: 0; }
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container img.avatar, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container img.avatar, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container img.avatar, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container img.avatar, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container img.avatar, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container img.avatar {
            max-width: 100%;
            width: 60px;
            height: auto;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: relative;
            top: auto;
            left: auto; }
          .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            margin-left: 30px;
            padding: 0;
            border: 0; }
            .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .star-rating, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .star-rating, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .star-rating, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .star-rating, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .star-rating, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .star-rating {
              height: 13px;
              font-size: 13px;
              color: var(--colorPrimary, #212121); }
            .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta {
              margin: 5px 0 7px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
                font-size: 16px;
                text-transform: capitalize;
                font-weight: 600; }
              .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
                display: none; }
              .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
                font-size: 13px;
                color: var(--colorTextLighter, #999999); }
            .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .description p, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .description p, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .description p, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .description p, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .description p, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #comments .commentlist li .comment_container .comment-text .description p {
              font-size: 15px;
              color: var(--colorTextLight, #5a5a5a); }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond .comment-reply-title, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond .comment-reply-title, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond .comment-reply-title, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond .comment-reply-title, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond .comment-reply-title, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond .comment-reply-title {
      font-size: 21px;
      font-weight: 600;
      color: var(--colorTextMain, #212121);
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #e6e6e6;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-notes, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-notes, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-notes, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-notes, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-notes, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-notes {
      font-size: 14px;
      color: var(--colorTextLight, #5a5a5a); }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating label, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating label, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating label, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating label, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating label, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating label {
      font-size: 14px;
      font-weight: 700;
      color: var(--colorTextMain, #212121);
      margin-bottom: 10px;
      display: block; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating .stars a, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating .stars a, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating .stars a, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating .stars a, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating .stars a, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-rating .stars a {
      color: var(--colorPrimary, #212121); }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author label, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email label {
      font-size: 14px;
      font-weight: 700;
      color: var(--colorTextMain, #212121);
      margin-bottom: 10px;
      display: block; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment input, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author input, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email input {
      height: 48px;
      width: 100%; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-comment textarea, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author textarea, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email textarea {
      width: 100%; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 50%;
      padding-right: 15px;
      float: left; }
      @media screen and (max-width: 600px) {
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-author, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email {
          width: 100%;
          padding: 0; } }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email {
      padding-right: 0;
      padding-left: 15px;
      clear: right; }
      @media screen and (max-width: 600px) {
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-email {
          padding: 0; } }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .comment-form-cookies-consent {
      clear: both;
      margin-bottom: 20px; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit {
      cursor: pointer;
      height: 48px;
      padding: 15px 28px;
      color: #fff;
      line-height: 1;
      font-weight: bold;
      border: 1px solid;
      border-radius: 6px;
      border-color: var(--colorPrimary, #212121);
      background: var(--colorPrimary, #212121); }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:hover, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:hover, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:hover, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:hover, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:hover, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:hover {
        border-color: var(--colorPrimaryHover, #3a3a3a);
        background: var(--colorPrimaryHover, #3a3a3a); }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:active, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:active, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:active, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:active, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:active, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:active, .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:focus, .cartsy-woocommerce.woocommerce #content .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:focus, .single-product .cartsy-woocommerce.woocommerce ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:focus, .cartsy-woocommerce.woocommerce ul.products .single-product li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:focus, .cartsy-woocommerce.woocommerce #content ul.products li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:focus, .cartsy-woocommerce.woocommerce ul.products #content li .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-respond form.comment-form .form-submit input.submit:focus {
        border-color: var(--colorPrimaryHover, #3a3a3a);
        background: var(--colorPrimaryHover, #3a3a3a); }

.single-product .product .products > h2, .cartsy-woocommerce.woocommerce #content .product .products > h2, .single-product .cartsy-woocommerce.woocommerce ul.products li .products > h2, .cartsy-woocommerce.woocommerce ul.products .single-product li .products > h2, .cartsy-woocommerce.woocommerce #content ul.products li .products > h2, .cartsy-woocommerce.woocommerce ul.products #content li .products > h2 {
  font-weight: 600; }

.pswp {
  z-index: 9912; }

section.upsells ~ section.related {
  margin-top: 90px; }

section.upsells ~ section.recently-viewed {
  margin-top: 90px; }

section.recently-viewed ~ section.upsells {
  margin-top: 90px; }

section.recently-viewed ~ section.related {
  margin-top: 90px; }

section.related ~ section.recently-viewed {
  margin-top: 90px; }

/*--------------------------------------------------------------
# style for Woocommerce Pagination
--------------------------------------------------------------*/
.woocommerce-pagination ul.page-numbers, .cartsy-woocommerce.woocommerce ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  padding: 0;
  border: 0;
  margin: 60px 0 0 0;
  overflow: hidden; }
  @media (max-width: 575px) {
    .woocommerce-pagination ul.page-numbers, .cartsy-woocommerce.woocommerce ul.page-numbers {
      margin: 40px 0 0 0; } }
  .woocommerce-pagination ul.page-numbers li, .cartsy-woocommerce.woocommerce ul.page-numbers li {
    border: 0;
    margin: 5px; }
    @media (max-width: 575px) {
      .woocommerce-pagination ul.page-numbers li, .cartsy-woocommerce.woocommerce ul.page-numbers li {
        margin: 3px; } }
    .woocommerce-pagination ul.page-numbers li:first-child, .cartsy-woocommerce.woocommerce ul.page-numbers li:first-child {
      margin-left: 0; }
    .woocommerce-pagination ul.page-numbers li:last-child, .cartsy-woocommerce.woocommerce ul.page-numbers li:last-child {
      margin-right: 0; }
    .woocommerce-pagination ul.page-numbers li span, .cartsy-woocommerce.woocommerce ul.page-numbers li span,
    .woocommerce-pagination ul.page-numbers li a,
    .cartsy-woocommerce.woocommerce ul.page-numbers li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      width: 35px;
      height: 35px;
      color: var(--colorTextMain, #212121);
      border-radius: 6px;
      background-color: #f3f3f3;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      @media (max-width: 575px) {
        .woocommerce-pagination ul.page-numbers li span, .cartsy-woocommerce.woocommerce ul.page-numbers li span,
        .woocommerce-pagination ul.page-numbers li a,
        .cartsy-woocommerce.woocommerce ul.page-numbers li a {
          width: 30px;
          height: 30px;
          font-size: 13px; } }
      .woocommerce-pagination ul.page-numbers li span:focus, .cartsy-woocommerce.woocommerce ul.page-numbers li span:focus,
      .woocommerce-pagination ul.page-numbers li a:focus,
      .cartsy-woocommerce.woocommerce ul.page-numbers li a:focus {
        background-color: transparent;
        color: var(--colorTextMain, #212121); }
      .woocommerce-pagination ul.page-numbers li span:hover, .cartsy-woocommerce.woocommerce ul.page-numbers li span:hover,
      .woocommerce-pagination ul.page-numbers li a:hover,
      .cartsy-woocommerce.woocommerce ul.page-numbers li a:hover {
        background-color: #e6e6e6;
        color: var(--colorTextMain, #212121); }
      .woocommerce-pagination ul.page-numbers li span.current, .cartsy-woocommerce.woocommerce ul.page-numbers li span.current,
      .woocommerce-pagination ul.page-numbers li a.current,
      .cartsy-woocommerce.woocommerce ul.page-numbers li a.current {
        background-color: var(--colorPrimary, #212121);
        color: #ffffff; }
      .woocommerce-pagination ul.page-numbers li span.next, .cartsy-woocommerce.woocommerce ul.page-numbers li span.next, .woocommerce-pagination ul.page-numbers li span.prev, .cartsy-woocommerce.woocommerce ul.page-numbers li span.prev,
      .woocommerce-pagination ul.page-numbers li a.next,
      .cartsy-woocommerce.woocommerce ul.page-numbers li a.next,
      .woocommerce-pagination ul.page-numbers li a.prev,
      .cartsy-woocommerce.woocommerce ul.page-numbers li a.prev {
        font-size: 0;
        padding: 0 15px;
        width: auto;
        min-width: 35px;
        background-color: transparent; }
        @media (max-width: 575px) {
          .woocommerce-pagination ul.page-numbers li span.next, .cartsy-woocommerce.woocommerce ul.page-numbers li span.next, .woocommerce-pagination ul.page-numbers li span.prev, .cartsy-woocommerce.woocommerce ul.page-numbers li span.prev,
          .woocommerce-pagination ul.page-numbers li a.next,
          .cartsy-woocommerce.woocommerce ul.page-numbers li a.next,
          .woocommerce-pagination ul.page-numbers li a.prev,
          .cartsy-woocommerce.woocommerce ul.page-numbers li a.prev {
            padding: 0 13px; } }
      .woocommerce-pagination ul.page-numbers li span.next::before, .cartsy-woocommerce.woocommerce ul.page-numbers li span.next::before,
      .woocommerce-pagination ul.page-numbers li a.next::before,
      .cartsy-woocommerce.woocommerce ul.page-numbers li a.next::before {
        content: "";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        font-size: 24px; }
        @media (max-width: 575px) {
          .woocommerce-pagination ul.page-numbers li span.next::before, .cartsy-woocommerce.woocommerce ul.page-numbers li span.next::before,
          .woocommerce-pagination ul.page-numbers li a.next::before,
          .cartsy-woocommerce.woocommerce ul.page-numbers li a.next::before {
            font-size: 20px; } }
      .woocommerce-pagination ul.page-numbers li span.prev::before, .cartsy-woocommerce.woocommerce ul.page-numbers li span.prev::before,
      .woocommerce-pagination ul.page-numbers li a.prev::before,
      .cartsy-woocommerce.woocommerce ul.page-numbers li a.prev::before {
        content: "";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        font-size: 24px; }
        @media (max-width: 575px) {
          .woocommerce-pagination ul.page-numbers li span.prev::before, .cartsy-woocommerce.woocommerce ul.page-numbers li span.prev::before,
          .woocommerce-pagination ul.page-numbers li a.prev::before,
          .cartsy-woocommerce.woocommerce ul.page-numbers li a.prev::before {
            font-size: 20px; } }

.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation {
  border: 0;
  max-width: 320px; }
  @media (max-width: 990px) {
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation {
      max-width: none;
      margin-bottom: 40px; } }
  @media (max-width: 575px) {
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation {
      margin-bottom: 30px; } }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation ul li {
      margin: 0;
      padding: 0px;
      position: relative; }
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 14px 15px;
        padding-right: 20px;
        border: 0;
        color: var(--colorTextMain, #212121);
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation ul li a span {
          margin-right: 8px; }
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation ul li a:focus {
          outline: none; }
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
          font-weight: 600; }
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
        border-radius: 6px;
        background-color: #f1f1f1; }
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
          font-weight: 700; }

.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content > p {
  color: var(--colorTextMain, #212121); }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content > p a {
    color: var(--colorTextMain, #212121);
    font-weight: 600;
    text-decoration: underline; }

.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content h3 {
  font-weight: 600;
  color: var(--colorTextMain, #212121); }

@media (max-width: 575px) {
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
    line-height: 2; } }

@media (max-width: 575px) {
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Message::before {
    top: 35px; } }

.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders,
.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads,
.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  padding: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: inherit; }
  @media screen and (min-width: 768px) {
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders thead,
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads thead,
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
      display: table-header-group; } }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders thead tr,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads thead tr,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr {
    background-color: #f6f7f6; }
    @media screen and (min-width: 768px) {
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders thead tr,
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads thead tr,
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr {
        display: table-row; } }
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders thead tr th,
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads thead tr th,
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr th {
      padding: 20px;
      color: var(--menuTextColor, #212121);
      font-weight: 600;
      font-size: 16px; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody {
    display: table-row-group; }
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr,
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr,
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr {
      border-bottom: 1px solid #e6e6e6; }
      @media screen and (min-width: 768px) {
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr {
          display: table-row; } }
      @media (max-width: 767px) {
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr {
          margin-bottom: 15px;
          padding: 10px 0;
          border-radius: 12px; }
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr.woocommerce-orders-table__row,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr.woocommerce-orders-table__row,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr.woocommerce-orders-table__row {
            border: 1px solid #e6e6e6; } }
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td,
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td,
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td {
        text-align: left;
        color: var(--menuTextColor, #212121);
        font-size: 16px;
        border: 0;
        padding: 20px;
        background-color: #ffffff; }
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td:not(.product-name),
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td:not(.product-name),
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td:not(.product-name) {
          font-weight: 600; }
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td.woocommerce-orders-table__cell,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td.woocommerce-orders-table__cell {
          font-weight: 400; }
        @media screen and (min-width: 768px) {
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td {
            display: table-cell; }
            .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td:not(.actions),
            .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td:not(.actions),
            .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td:not(.actions) {
              text-align: left !important; }
            .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td::before,
            .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td::before,
            .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td::before {
              display: none; } }
        @media (max-width: 767px) {
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td {
            padding: 10px 16px;
            font-size: 16px;
            line-height: 1.8; }
            .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td:before,
            .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td:before,
            .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td:before {
              font-size: 15px;
              padding-right: 10px; } }
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button.alt,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button.alt,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button.alt {
          cursor: pointer;
          color: #fff;
          line-height: 1;
          font-weight: 400;
          font-size: 15px;
          height: auto;
          padding: 9px 16px;
          border: 1px solid;
          border-radius: 6px;
          border-color: var(--colorPrimary, #212121);
          background: var(--colorPrimary, #212121);
          margin-left: auto; }
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button:hover,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button.alt:hover,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button:hover,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button.alt:hover,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button:hover,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button.alt:hover {
            color: #ffffff;
            border-color: var(--colorPrimaryHover, #3a3a3a);
            background: var(--colorPrimaryHover, #3a3a3a); }
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button:active, .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button:focus,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button.alt:active,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr td a.button.alt:focus,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button:active,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button:focus,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button.alt:active,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr td a.button.alt:focus,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button:active,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button:focus,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button.alt:active,
          .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a.button.alt:focus {
            color: #ffffff;
            border-color: var(--colorPrimaryHover, #3a3a3a);
            background: var(--colorPrimaryHover, #3a3a3a); }
      @media screen and (min-width: 768px) {
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tbody tr:last-child,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tbody tr:last-child,
        .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr:last-child {
          border-bottom: 0; } }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tfoot th,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-MyAccount-orders tfoot td,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tfoot th,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.shop_table.woocommerce-table--order-downloads tfoot td,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
    padding: 20px; }

.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title.title h3,
.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-Address-title.title h3 {
  font-weight: 600;
  color: var(--colorTextMain, #212121); }

.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title.title a,
.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-Address-title.title a {
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  color: var(--colorPrimary, #212121);
  margin-left: 15px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out; }

.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address,
.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  padding: 15px 20px;
  border: 1px solid var(--colorPrimary, #212121);
  font-size: 16px;
  color: var(--colorTextMain, #212121);
  line-height: 1.625;
  font-style: italic;
  border-radius: 6px; }
  @media (max-width: 575px) {
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address,
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
      margin-bottom: 30px; } }

.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account span {
  display: inline-block;
  margin-top: 10px;
  line-height: 1.625; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account span em {
    font-size: 14px;
    color: #707070;
    line-height: inherit; }

.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row,
.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
  padding: 0;
  margin-bottom: 15px; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row label,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row label {
    font-size: 15px;
    font-weight: 600;
    color: var(--menuTextColor, #212121);
    margin-bottom: 7px; }
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row label .required,
    .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row label .required {
      color: var(--menuTextColor, #212121); }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row select,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row select {
    border-width: 1px;
    background-color: #f9f9f9;
    height: 48px; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row input,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row input {
    background-color: #f9f9f9;
    height: 48px; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row#billing_address_1_field,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row#billing_address_1_field {
    margin-bottom: 10px; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-first,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-first {
    width: 50%;
    padding-right: 15px; }
    @media screen and (max-width: 900px) {
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-first,
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-first {
        padding-right: 10px; } }
    @media screen and (max-width: 768px) {
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-first,
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-first {
        width: 100%;
        padding: 0; } }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-last,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-last {
    width: 50%;
    padding-left: 15px; }
    @media screen and (max-width: 900px) {
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-last,
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-last {
        padding-left: 10px; } }
    @media screen and (max-width: 768px) {
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row.form-row-last,
      .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-last {
        width: 100%;
        padding: 0; } }

.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset,
.cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper fieldset {
  border: 1px solid var(--colorPrimary, #212121);
  border-radius: 12px;
  margin: 30px 0 10px; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset legend,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper fieldset legend {
    font-size: 17px;
    color: var(--colorTextMain, #212121);
    font-weight: 600;
    padding: 0 10px;
    margin-bottom: 15px; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .form-row span,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper fieldset .form-row span {
    margin: 0; }
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .form-row .woocommerce-password-strength,
  .cartsy-woocommerce #content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper fieldset .form-row .woocommerce-password-strength {
    font-size: 15px;
    margin-top: 6px;
    padding: 7px 15px;
    font-weight: 600; }

.cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid var(--colorPrimary, #212121);
  border-radius: 12px;
  max-width: 600px; }
  .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login > p:not(.form-row), .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register > p:not(.form-row) {
    font-size: 15px;
    color: var(--colorTextMain, #212121);
    margin: 0 0 15px; }
  .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .woocommerce-privacy-policy-text p:not(.form-row), .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .woocommerce-privacy-policy-text p:not(.form-row) {
    font-size: 15px;
    color: var(--colorTextMain, #212121);
    margin: 0 0 20px; }
  .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password a, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .woocommerce-LostPassword.lost_password a {
    font-size: 14px;
    color: #5a5a5a;
    margin-left: 2px;
    text-decoration: underline;
    outline: none; }
    .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password a:hover, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .woocommerce-LostPassword.lost_password a:hover {
      color: #212121; }
  .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px; }
    .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row label, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row label {
      font-size: 15px;
      font-weight: 600;
      color: var(--menuTextColor, #212121);
      margin-bottom: 7px; }
      .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row label .required, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row label .required {
        color: var(--menuTextColor, #212121); }
    .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row .woocommerce-form-login__submit, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row .woocommerce-form-login__submit {
      margin-right: 0; }
    .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row select, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row select {
      border-width: 1px;
      background-color: #f9f9f9;
      height: 48px; }
    .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row input, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row input {
      background-color: #f9f9f9;
      height: 48px; }
    .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox {
      margin: 10px 0;
      font-weight: 400; }
      .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox input[type='checkbox'], .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox input[type='checkbox'] {
        display: none; }
      .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox span, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox span {
        position: relative;
        cursor: pointer;
        padding: 0;
        padding-left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 15px; }
        .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox span:before, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox span:before {
          content: '';
          margin-right: 10px;
          display: inline-block;
          vertical-align: text-top;
          width: 18px;
          height: 18px;
          background: transparent;
          border: 1px solid var(--colorPrimary, #212121);
          border-radius: 3px;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox input[type='checkbox']:checked + span:before, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox input[type='checkbox']:checked + span:before {
        background: var(--colorPrimary, #212121); }
      .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .form-row label.woocommerce-form__label-for-checkbox input[type='checkbox']:checked + span:after, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .form-row label.woocommerce-form__label-for-checkbox input[type='checkbox']:checked + span:after {
        content: '';
        position: absolute;
        left: 4px;
        top: 50%;
        margin-top: -1px;
        background: white;
        width: 2px;
        height: 2px;
        -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
                box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
  .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .cartsy-custom-auth-wrapper, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .cartsy-custom-auth-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 10px;
    border-top: 1px solid #e6e6e6;
    position: relative; }
    .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .cartsy-custom-auth-wrapper .cartsy-auth-separator, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .cartsy-custom-auth-wrapper .cartsy-auth-separator {
      position: absolute;
      top: -23px;
      font-size: 24px;
      font-weight: 600;
      background-color: #fff;
      padding: 0 10px;
      display: inline-block; }
  .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .cartsy-phone-login-wrapper, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .cartsy-phone-login-wrapper {
    width: 100%;
    padding-bottom: 10px; }
    .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .cartsy-phone-login-wrapper .rq-otp-phone-button-toggle, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .cartsy-phone-login-wrapper .rq-otp-phone-button-toggle {
      width: 100%;
      color: var(--colorPrimary, #212121);
      border-color: #e6e6e6;
      background: #e6e6e6;
      -webkit-transition: background 0.2s ease;
      -o-transition: background 0.2s ease;
      transition: background 0.2s ease; }
      .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .cartsy-phone-login-wrapper .rq-otp-phone-button-toggle:hover, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .cartsy-phone-login-wrapper .rq-otp-phone-button-toggle:focus, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .cartsy-phone-login-wrapper .rq-otp-phone-button-toggle:hover, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .cartsy-phone-login-wrapper .rq-otp-phone-button-toggle:focus {
        background: #d2d2d2; }
  .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block .nsl-container-buttons, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block .nsl-container-buttons {
      width: 100%; }
      .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block .nsl-container-buttons a, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block .nsl-container-buttons a {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; }
        .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button {
          border-radius: 6px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button .nsl-button-label-container, .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button .nsl-button-label-container {
            line-height: inherit;
            -webkit-box-flex: inherit;
                -ms-flex: inherit;
                    flex: inherit; }
        .cartsy-woocommerce #content .woocommerce form.woocommerce-form-login.login .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button-google[data-skin='light'], .cartsy-woocommerce #content .woocommerce form.woocommerce-form-register.register .nsl-container.nsl-container-block .nsl-container-buttons a .nsl-button-google[data-skin='light'] {
          border-radius: 6px; }

.cartsy-woocommerce.woocommerce-lost-password .woocommerce-ResetPassword p,
.cartsy-woocommerce.woocommerce-lost-password .lost_reset_password p {
  font-size: 15px;
  color: var(--colorTextMain, #212121);
  margin: 0 0 15px; }

.cartsy-woocommerce.woocommerce-lost-password .woocommerce-ResetPassword .form-row,
.cartsy-woocommerce.woocommerce-lost-password .lost_reset_password .form-row {
  margin-bottom: 15px; }
  .cartsy-woocommerce.woocommerce-lost-password .woocommerce-ResetPassword .form-row label,
  .cartsy-woocommerce.woocommerce-lost-password .lost_reset_password .form-row label {
    font-size: 15px;
    font-weight: 600;
    color: var(--menuTextColor, #212121);
    margin-bottom: 7px; }
  .cartsy-woocommerce.woocommerce-lost-password .woocommerce-ResetPassword .form-row input,
  .cartsy-woocommerce.woocommerce-lost-password .lost_reset_password .form-row input {
    background-color: #f9f9f9;
    height: 48px; }

/**
 * WooCommerce Price Filter
 */
.widget.woocommerce .widget-title {
  margin-top: -5px; }

.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--colorTextMain, #212121);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-color: var(--colorTextMain, #212121); }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--colorPrimary, #212121); }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--colorTextMain, #212121); }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #dfdcde; }

.woocommerce .widget_price_filter .price_slider_amount {
  line-height: 48px; }

.woocommerce .widget_price_filter .ui-slider {
  margin-right: 0; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
  display: none; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:hover {
  color: var(--colorPrimary, #212121); }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.woocommerce ul.product_list_widget li {
  position: relative;
  padding: 0;
  padding-left: 70px; }
  .woocommerce ul.product_list_widget li::before {
    display: none; }
  .woocommerce ul.product_list_widget li + li {
    margin-top: 20px; }
  .woocommerce ul.product_list_widget li img {
    position: absolute;
    float: none;
    width: 50px;
    left: 0;
    margin: 0;
    top: 50%;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .woocommerce ul.product_list_widget li .product-title {
    position: relative;
    top: -4px;
    font-size: 14px;
    font-weight: normal;
    color: var(--colorTextLight, #5a5a5a);
    -webkit-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease; }
    .woocommerce ul.product_list_widget li .product-title:hover {
      color: var(--colorPrimary, #212121); }

.widget_product_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px; }
  .widget_product_tag_cloud .tagcloud a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 15px;
    margin-left: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px !important;
    line-height: 1.625;
    text-transform: capitalize;
    border: 1px solid rgba(33, 33, 33, 0.25);
    color: var(--colorPrimary, #212121);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 10px;
    border-radius: 6px; }
    .widget_product_tag_cloud .tagcloud a:hover {
      color: #fff;
      background-color: var(--colorPrimary, #212121);
      border-color: var(--colorPrimary, #212121); }

.woocommerce-product-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .woocommerce-product-search .search-field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
  .woocommerce-product-search button[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.widget_product_categories .product-categories li::before {
  width: 10px;
  height: 1px;
  top: 13px; }

.widget_product_categories .product-categories li a {
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease; }

.widget_product_categories .product-categories li a:hover {
  color: var(--colorPrimary, #212121); }

/*--------------------------------------------------------------
# style for Woocommerce Product card
--------------------------------------------------------------*/
.product.type-product img, .cartsy-woocommerce.woocommerce ul.products li.type-product img {
  border-radius: 6px;
  margin-bottom: 10px; }

.product.type-product .onsale, .cartsy-woocommerce.woocommerce ul.products li.type-product .onsale {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  padding: 2px 7px;
  background-color: var(--colorSecondary, #212121);
  margin: 0;
  line-height: 1.625;
  min-width: auto;
  min-height: auto;
  top: 10px;
  right: 10px; }

.product.type-product .woocommerce-loop-product__title, .cartsy-woocommerce.woocommerce ul.products li.type-product .woocommerce-loop-product__title {
  font-family: var(--menuFontFamily, Open Sans);
  font-size: 16px;
  padding: 0;
  margin-bottom: 5px; }

.product.type-product .price, .cartsy-woocommerce.woocommerce ul.products li.type-product .price {
  font-family: var(--menuFontFamily, Open Sans);
  font-size: 13px;
  margin-bottom: 0;
  color: var(--colorSecondary, #212121); }
  .product.type-product .price ins, .cartsy-woocommerce.woocommerce ul.products li.type-product .price ins {
    font-family: inherit;
    margin-left: 5px;
    border: 0;
    padding: 0; }

.cartsy-helium-product-card {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  .cartsy-helium-product-card a:focus, .cartsy-helium-product-card a:active {
    border: 0;
    outline: none; }
  .cartsy-helium-product-card:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }
  .cartsy-helium-product-card.type-product img {
    margin-bottom: 0; }
  .cartsy-helium-product-card.type-product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    color: var(--colorPrimary, #212121);
    font-size: 16px; }
    .cartsy-helium-product-card.type-product .price ins {
      margin-right: 10px;
      margin-left: 0;
      border: 0;
      padding: 0; }
  .cartsy-helium-product-card-thumb {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media (max-width: 575px) {
      .cartsy-helium-product-card-thumb {
        height: 130px; } }
    .cartsy-helium-product-card-thumb:hover img.thumb-1 {
      opacity: 1; }
    .cartsy-helium-product-card-thumb a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      width: 100%; }
    .cartsy-helium-product-card-thumb img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      border-radius: 0 !important;
      margin-bottom: 0 !important; }
      .cartsy-helium-product-card-thumb img.thumb-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
  .cartsy-helium-product-card-description {
    padding: 15px 30px 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1700px) {
      .cartsy-helium-product-card-description {
        padding: 15px 20px 20px; } }
    @media (max-width: 575px) {
      .cartsy-helium-product-card-description {
        padding: 10px 15px 15px; } }
  .cartsy-helium-product-card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-weight: 600;
    margin-bottom: 5px; }
    .cartsy-helium-product-card-price del {
      color: var(--colorTextLighter, #999999);
      font-size: 13px;
      font-weight: 400; }
    .cartsy-helium-product-card-price .unit {
      font-size: 13px;
      margin: 0 10px; }
    .cartsy-helium-product-card-price .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      color: var(--colorPrimary, #212121);
      font-size: 16px; }
      .cartsy-helium-product-card-price .price ins {
        margin-right: 10px;
        margin-left: 0;
        border: 0;
        padding: 0;
        border-radius: 0;
        color: inherit; }
  .cartsy-helium-product-card-title {
    display: block;
    font-size: 13px;
    margin-bottom: 25px;
    color: var(--colorTextLight, #5a5a5a);
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    @media (max-width: 575px) {
      .cartsy-helium-product-card-title {
        margin-bottom: 15px; } }
    .cartsy-helium-product-card-title:visited {
      color: var(--colorTextLight, #5a5a5a); }
    .cartsy-helium-product-card-title:hover {
      color: var(--colorPrimary, #212121); }
  .cartsy-helium-product-card-cart {
    margin-top: auto;
    position: relative; }
    .cartsy-helium-product-card-cart .cartsy-counter {
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out;
      margin-bottom: 0 !important; }
      .cartsy-helium-product-card-cart .cartsy-counter.hide-it {
        opacity: 0;
        visibility: hidden; }
    @media (max-width: 575px) {
      .cartsy-helium-product-card-cart .cartsy-counter.size-medium .cartsy-counter-update {
        width: 30px;
        height: 30px; } }
    .cartsy-helium-product-card-cart-button {
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      top: 0;
      left: 0;
      cursor: pointer;
      border-radius: 6px;
      overflow: hidden;
      background-color: #f3f3f3;
      z-index: 1;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      @media (max-width: 575px) {
        .cartsy-helium-product-card-cart-button {
          height: 30px; } }
      .cartsy-helium-product-card-cart-button:hover {
        background-color: var(--colorPrimary, #212121);
        color: #fff; }
        .cartsy-helium-product-card-cart-button:hover .icon {
          background-color: var(--colorPrimaryHover, #3a3a3a);
          color: #fff; }
      .cartsy-helium-product-card-cart-button.hide-it {
        opacity: 0;
        visibility: hidden; }
      .cartsy-helium-product-card-cart-button .icon {
        width: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #e6e6e6;
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
        @media (max-width: 575px) {
          .cartsy-helium-product-card-cart-button .icon {
            width: 30px; } }
      .cartsy-helium-product-card-cart-button .label {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 13px;
        font-weight: 600; }
  .cartsy-helium-product-card .product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    background-color: var(--colorSecondary, #212121);
    border-radius: 6px;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 1700px) {
      .cartsy-helium-product-card .product-badge {
        top: 10px;
        right: 10px; } }
    @media (max-width: 575px) {
      .cartsy-helium-product-card .product-badge {
        font-size: 10px;
        padding: 4px 8px; } }
  .cartsy-helium-product-card .out-of-stock {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: #f3f3f3;
    font-size: 13px;
    font-weight: 600;
    color: #fd5c63;
    border-radius: 6px; }
    @media (max-width: 575px) {
      .cartsy-helium-product-card .out-of-stock {
        height: 30px; } }

.woocommerce div.product .cartsy-helium-product-card.product.type-product img, .cartsy-woocommerce.woocommerce div.product ul.products li.cartsy-helium-product-card.type-product img, .cartsy-woocommerce.woocommerce ul.products div.product li.cartsy-helium-product-card.type-product img {
  margin-bottom: 0; }

.woocommerce div.product .cartsy-helium-product-card span.price {
  font-size: 16px;
  color: var(--colorPrimary, #212121); }
  .woocommerce div.product .cartsy-helium-product-card span.price ins {
    margin: 0 10px 0 0;
    font-weight: 600; }

.woocommerce div.product .cartsy-helium-product-card .woocommerce-loop-product__title {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: inherit; }

.cartsy-neon-product-card {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid transparent;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  .cartsy-neon-product-card a:focus, .cartsy-neon-product-card a:active {
    border: 0;
    outline: none; }
  .cartsy-neon-product-card:hover {
    border-color: var(--colorPrimary, #212121);
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }
  .cartsy-neon-product-card.type-product img {
    margin-bottom: 0; }
  .cartsy-neon-product-card.type-product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    color: var(--colorPrimary, #212121);
    font-size: 16px; }
    .cartsy-neon-product-card.type-product .price ins {
      margin-right: 10px;
      margin-left: 0;
      border: 0;
      padding: 0;
      border-radius: 0;
      color: inherit; }
  .cartsy-neon-product-card-thumb {
    height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1280px) {
      .cartsy-neon-product-card-thumb {
        height: 190px; } }
    @media (max-width: 575px) {
      .cartsy-neon-product-card-thumb {
        height: 140px; } }
    .cartsy-neon-product-card-thumb:hover img.thumb-1 {
      opacity: 1; }
    .cartsy-neon-product-card-thumb a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      width: 100%; }
    .cartsy-neon-product-card-thumb img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      border-radius: 0 !important;
      margin-bottom: 0 !important; }
      .cartsy-neon-product-card-thumb img.thumb-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
  .cartsy-neon-product-card-description {
    padding: 15px 30px 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1700px) {
      .cartsy-neon-product-card-description {
        padding: 15px 20px 20px; } }
    @media (max-width: 575px) {
      .cartsy-neon-product-card-description {
        padding: 10px 15px 15px; } }
  .cartsy-neon-product-card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-weight: 600;
    margin-bottom: 5px; }
    .cartsy-neon-product-card-price del {
      color: var(--colorTextLighter, #999999);
      font-size: 13px;
      font-weight: 400;
      margin-right: 10px; }
    .cartsy-neon-product-card-price .unit {
      font-size: 13px;
      margin: 0 10px; }
  .cartsy-neon-product-card-title {
    display: block;
    font-size: 13px;
    color: var(--colorTextLight, #5a5a5a);
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    .cartsy-neon-product-card-title:visited {
      color: var(--colorTextLight, #5a5a5a); }
    .cartsy-neon-product-card-title:hover {
      color: var(--colorPrimary, #212121); }
  .cartsy-neon-product-card-cart-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    @media (max-width: 1700px) {
      .cartsy-neon-product-card-cart-button {
        top: 10px;
        right: 10px;
        width: 20px; } }
    @media (max-width: 575px) {
      .cartsy-neon-product-card-cart-button {
        top: 5px;
        right: 5px; } }
    .cartsy-neon-product-card-cart-button:hover {
      color: var(--colorPrimaryHover, #3a3a3a); }
    .cartsy-neon-product-card-cart-button.hide-it {
      opacity: 0;
      visibility: hidden; }
  .cartsy-neon-product-card .product-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    background-color: var(--colorSecondary, #212121);
    border-radius: 6px;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 1700px) {
      .cartsy-neon-product-card .product-badge {
        top: 10px;
        left: 10px; } }
    @media (max-width: 575px) {
      .cartsy-neon-product-card .product-badge {
        font-size: 10px;
        padding: 4px 8px;
        top: 5px;
        left: 5px; } }
  .cartsy-neon-product-card .out-of-stock {
    font-size: 13px;
    font-weight: 600;
    color: #fd5c63;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (max-width: 1700px) {
      .cartsy-neon-product-card .out-of-stock ~ span {
        display: none !important; } }
  .cartsy-neon-product-card .cartsy-counter {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    margin-bottom: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    @media (max-width: 1700px) {
      .cartsy-neon-product-card .cartsy-counter {
        top: 10px;
        right: 10px; } }
    @media (max-width: 575px) {
      .cartsy-neon-product-card .cartsy-counter {
        top: 5px;
        right: 5px; } }
    .cartsy-neon-product-card .cartsy-counter.hide-it {
      opacity: 0;
      visibility: hidden; }

.woocommerce div.product .cartsy-neon-product-card.product.type-product img, .cartsy-woocommerce.woocommerce div.product ul.products li.cartsy-neon-product-card.type-product img, .cartsy-woocommerce.woocommerce ul.products div.product li.cartsy-neon-product-card.type-product img {
  margin-bottom: 0; }

.woocommerce div.product .cartsy-neon-product-card span.price {
  font-size: 16px;
  color: var(--colorPrimary, #212121); }
  .woocommerce div.product .cartsy-neon-product-card span.price ins {
    margin: 0 10px 0 0;
    font-weight: 600;
    border: 0;
    padding: 0; }

.woocommerce div.product .cartsy-neon-product-card .woocommerce-loop-product__title {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: inherit; }

.cartsy-argon-product-card {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  .cartsy-argon-product-card a:focus, .cartsy-argon-product-card a:active {
    border: 0;
    outline: none; }
  .cartsy-argon-product-card:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }
  .cartsy-argon-product-card.type-product img {
    margin-bottom: 0; }
  .cartsy-argon-product-card.type-product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    color: var(--colorPrimary, #212121); }
    .cartsy-argon-product-card.type-product .price ins {
      margin-right: 10px;
      margin-left: 0;
      border: 0;
      padding: 0;
      border-radius: 0;
      color: inherit; }
  .cartsy-argon-product-card-thumb {
    height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media (max-width: 1440px) {
      .cartsy-argon-product-card-thumb {
        height: 280px; } }
    @media (max-width: 1280px) {
      .cartsy-argon-product-card-thumb {
        height: 250px; } }
    .cartsy-argon-product-card-thumb:hover img.thumb-1 {
      opacity: 1; }
    .cartsy-argon-product-card-thumb a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      width: 100%; }
    .cartsy-argon-product-card-thumb img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      border-radius: 0 !important;
      margin-bottom: 0 !important; }
      .cartsy-argon-product-card-thumb img.thumb-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
  .cartsy-argon-product-card-description {
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1280px) {
      .cartsy-argon-product-card-description {
        padding: 25px; } }
  .cartsy-argon-product-card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 18px; }
    .cartsy-argon-product-card-price del {
      color: var(--colorTextLighter, #999999);
      font-size: 13px;
      font-weight: 400;
      margin-right: 10px; }
    .cartsy-argon-product-card-price .unit {
      font-size: 13px;
      margin: 0 10px; }
    .cartsy-argon-product-card-price .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      color: var(--colorPrimary, #212121); }
      .cartsy-argon-product-card-price .price ins {
        margin-right: 10px;
        margin-left: 0;
        border: 0;
        padding: 0; }
  .cartsy-argon-product-card-title {
    display: block;
    font-size: 14px;
    color: var(--colorTextLighter, #999999);
    margin-bottom: 10px;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    .cartsy-argon-product-card-title:visited {
      color: var(--colorTextLighter, #999999); }
    .cartsy-argon-product-card-title:hover {
      color: var(--colorPrimary, #212121); }
  .cartsy-argon-product-card .product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    background-color: var(--colorSecondary, #212121);
    border-radius: 6px;
    z-index: 1;
    pointer-events: none; }
  .cartsy-argon-product-card .out-of-stock {
    font-size: 13px;
    font-weight: 400;
    color: #fd5c63;
    margin-left: auto; }
  .cartsy-argon-product-card .cartsy-counter {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 115px;
    z-index: 1;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    margin-bottom: 0 !important; }
    @media (max-width: 1280px) {
      .cartsy-argon-product-card .cartsy-counter {
        bottom: 25px;
        right: 25px; } }
    .cartsy-argon-product-card .cartsy-counter-update {
      color: #fff; }
    .cartsy-argon-product-card .cartsy-counter.hide-it {
      width: 35px;
      -webkit-box-shadow: 0 0 0px 1px #e6e6e6;
              box-shadow: 0 0 0px 1px #e6e6e6; }
      @media (max-width: 575px) {
        .cartsy-argon-product-card .cartsy-counter.hide-it {
          width: 30px; } }
      .cartsy-argon-product-card .cartsy-counter.hide-it:hover .cartsy-counter-update.increment {
        background-color: var(--colorPrimary, #212121);
        color: #fff;
        -webkit-transition: 0.15s ease-in-out;
        -o-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out; }
      .cartsy-argon-product-card .cartsy-counter.hide-it .cartsy-counter-update.increment {
        background-color: #fff;
        color: var(--colorPrimary, #212121);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out; }

.woocommerce .cartsy-argon-product-card img {
  margin-bottom: 0 !important; }

.woocommerce div.product .cartsy-argon-product-card.product.type-product img, .cartsy-woocommerce.woocommerce div.product ul.products li.cartsy-argon-product-card.type-product img, .cartsy-woocommerce.woocommerce ul.products div.product li.cartsy-argon-product-card.type-product img {
  margin-bottom: 0; }

.woocommerce div.product .cartsy-argon-product-card span.price {
  font-size: 18px;
  color: var(--colorPrimary, #212121); }
  .woocommerce div.product .cartsy-argon-product-card span.price ins {
    margin: 0 10px 0 0;
    font-weight: 600;
    border: 0;
    padding: 0; }

.woocommerce div.product .cartsy-argon-product-card .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: inherit; }

.cartsy-krypton-product-card {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  .cartsy-krypton-product-card a:focus, .cartsy-krypton-product-card a:active {
    border: 0;
    outline: none; }
  .cartsy-krypton-product-card:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
  .cartsy-krypton-product-card.type-product img {
    margin-bottom: 0; }
  .cartsy-krypton-product-card.type-product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    color: var(--colorPrimary, #212121);
    font-size: 16px; }
    .cartsy-krypton-product-card.type-product .price ins {
      margin-right: 10px;
      margin-left: 0;
      border: 0;
      padding: 0;
      border-radius: 0;
      color: inherit; }
  .cartsy-krypton-product-card-thumb {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1280px) {
      .cartsy-krypton-product-card-thumb {
        height: 180px; } }
    @media (max-width: 575px) {
      .cartsy-krypton-product-card-thumb {
        height: 140px; } }
    .cartsy-krypton-product-card-thumb:hover img.thumb-1 {
      opacity: 1; }
    .cartsy-krypton-product-card-thumb a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      width: 100%; }
    .cartsy-krypton-product-card-thumb img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      border-radius: 0 !important;
      margin-bottom: 0 !important; }
      .cartsy-krypton-product-card-thumb img.thumb-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
  .cartsy-krypton-product-card-description {
    padding: 30px 30px 15px 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1700px) {
      .cartsy-krypton-product-card-description {
        padding: 20px 20px 15px 20px; } }
    @media (max-width: 575px) {
      .cartsy-krypton-product-card-description {
        padding: 15px 15px 10px 15px; } }
  .cartsy-krypton-product-card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-weight: 600;
    margin-bottom: 5px; }
    .cartsy-krypton-product-card-price del {
      color: var(--colorTextLighter, #999999);
      font-size: 13px;
      font-weight: 400;
      margin-right: 10px; }
    .cartsy-krypton-product-card-price .unit {
      font-size: 13px;
      margin: 0 10px; }
  .cartsy-krypton-product-card-title {
    display: block;
    font-size: 13px;
    color: var(--colorTextLight, #5a5a5a);
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    .cartsy-krypton-product-card-title:visited {
      color: var(--colorTextLight, #5a5a5a); }
    .cartsy-krypton-product-card-title:hover {
      color: var(--colorPrimary, #212121); }
  .cartsy-krypton-product-card-cart-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    @media (max-width: 1700px) {
      .cartsy-krypton-product-card-cart-button {
        top: 10px;
        right: 10px;
        width: 20px; } }
    @media (max-width: 575px) {
      .cartsy-krypton-product-card-cart-button {
        top: 5px;
        right: 5px; } }
    .cartsy-krypton-product-card-cart-button:hover {
      color: var(--colorPrimaryHover, #3a3a3a); }
    .cartsy-krypton-product-card-cart-button.hide-it {
      opacity: 0;
      visibility: hidden; }
  .cartsy-krypton-product-card .product-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    background-color: var(--colorSecondary, #212121);
    border-radius: 6px;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 575px) {
      .cartsy-krypton-product-card .product-badge {
        font-size: 10px;
        padding: 4px 8px;
        bottom: 5px;
        left: 5px; } }
  .cartsy-krypton-product-card .out-of-stock {
    font-size: 13px;
    font-weight: 600;
    color: #fd5c63;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (max-width: 1700px) {
      .cartsy-krypton-product-card .out-of-stock ~ span {
        display: none !important; } }
  .cartsy-krypton-product-card .cartsy-counter {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin-bottom: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    .cartsy-krypton-product-card .cartsy-counter .cartsy-counter-update.increment {
      border-radius: 0 0 6px 0; }
    .cartsy-krypton-product-card .cartsy-counter .cartsy-counter-update.decrement {
      border-radius: 6px 0 0 0; }
    .cartsy-krypton-product-card .cartsy-counter.cart-add-btn .cartsy-counter-update {
      border-radius: 6px 0 6px 0; }

.woocommerce div.product .cartsy-krypton-product-card.product.type-product img, .cartsy-woocommerce.woocommerce div.product ul.products li.cartsy-krypton-product-card.type-product img, .cartsy-woocommerce.woocommerce ul.products div.product li.cartsy-krypton-product-card.type-product img {
  margin-bottom: 0; }

.woocommerce div.product .cartsy-krypton-product-card span.price {
  font-size: 16px;
  color: var(--colorPrimary, #212121); }
  .woocommerce div.product .cartsy-krypton-product-card span.price ins {
    margin: 0 10px 0 0;
    font-weight: 600;
    border: 0;
    padding: 0; }

.woocommerce div.product .cartsy-krypton-product-card .woocommerce-loop-product__title {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: inherit; }

.cartsy-xenon-product-card {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  .cartsy-xenon-product-card a:focus, .cartsy-xenon-product-card a:active {
    border: 0;
    outline: none; }
  .cartsy-xenon-product-card:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }
  .cartsy-xenon-product-card.type-product img {
    margin-bottom: 0; }
  .cartsy-xenon-product-card.type-product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    color: var(--colorPrimary, #212121);
    font-size: 18px; }
    @media (max-width: 1700px) {
      .cartsy-xenon-product-card.type-product .price {
        font-size: 16px; } }
    .cartsy-xenon-product-card.type-product .price ins {
      margin-right: 10px;
      margin-left: 0;
      border: 0;
      padding: 0; }
  .cartsy-xenon-product-card-thumb {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media (max-width: 575px) {
      .cartsy-xenon-product-card-thumb {
        height: 130px; } }
    .cartsy-xenon-product-card-thumb:hover img.thumb-1 {
      opacity: 1; }
    .cartsy-xenon-product-card-thumb a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      width: 100%; }
    .cartsy-xenon-product-card-thumb img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      border-radius: 0 !important;
      margin-bottom: 0 !important; }
      .cartsy-xenon-product-card-thumb img.thumb-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
  .cartsy-xenon-product-card-description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cartsy-xenon-product-card-info {
    padding: 15px 30px 30px; }
    @media (max-width: 1700px) {
      .cartsy-xenon-product-card-info {
        padding: 15px 20px 20px; } }
    @media (max-width: 575px) {
      .cartsy-xenon-product-card-info {
        padding: 10px 15px 15px; } }
  .cartsy-xenon-product-card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-weight: 600;
    font-size: 18px; }
    @media (max-width: 1700px) {
      .cartsy-xenon-product-card-price {
        font-size: 16px; } }
    .cartsy-xenon-product-card-price del {
      color: var(--colorTextLighter, #999999);
      font-size: 13px;
      font-weight: 400; }
    .cartsy-xenon-product-card-price .unit {
      font-size: 13px;
      margin: 0 10px; }
    .cartsy-xenon-product-card-price .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      color: var(--colorPrimary, #212121);
      font-size: 18px; }
      @media (max-width: 1700px) {
        .cartsy-xenon-product-card-price .price {
          font-size: 16px; } }
      .cartsy-xenon-product-card-price .price ins {
        margin-right: 10px;
        margin-left: 0;
        border: 0;
        padding: 0;
        border-radius: 0;
        color: inherit; }
  .cartsy-xenon-product-card-category {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: var(--colorTextLight, #5a5a5a);
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    .cartsy-xenon-product-card-category:visited {
      color: var(--colorTextLight, #5a5a5a); }
    .cartsy-xenon-product-card-category:hover {
      color: var(--colorPrimary, #212121); }
  .cartsy-xenon-product-card-title {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--colorPrimary, #212121);
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    .cartsy-xenon-product-card-title:visited {
      color: var(--colorPrimary, #212121); }
    .cartsy-xenon-product-card-title:hover {
      color: var(--colorPrimaryHover, #3a3a3a); }
  .cartsy-xenon-product-card-cart {
    margin-top: auto;
    position: relative; }
    .cartsy-xenon-product-card-cart .cartsy-counter {
      margin-bottom: 0 !important;
      border-top: 1px solid #f3f3f3;
      border-radius: 0;
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      .cartsy-xenon-product-card-cart .cartsy-counter.hide-it {
        opacity: 0;
        visibility: hidden; }
      .cartsy-xenon-product-card-cart .cartsy-counter .cartsy-counter-update {
        border-radius: 0;
        background-color: transparent;
        color: var(--colorPrimary, #212121); }
        .cartsy-xenon-product-card-cart .cartsy-counter .cartsy-counter-update.increment {
          border-left: 1px solid #f3f3f3; }
        .cartsy-xenon-product-card-cart .cartsy-counter .cartsy-counter-update.decrement {
          border-right: 1px solid #f3f3f3; }
        .cartsy-xenon-product-card-cart .cartsy-counter .cartsy-counter-update:hover {
          background-color: #f9f9f9; }
    @media (max-width: 575px) {
      .cartsy-xenon-product-card-cart .cartsy-counter.size-medium .cartsy-counter-update {
        width: 30px;
        height: 30px; } }
    .cartsy-xenon-product-card-cart-button {
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 13px;
      text-align: center;
      width: 100%;
      cursor: pointer;
      border-top: 1px solid #f3f3f3;
      color: var(--colorPrimary, #212121);
      -webkit-transition: 0.15s ease-in-out;
      -o-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      @media (max-width: 575px) {
        .cartsy-xenon-product-card-cart-button {
          height: 30px; } }
      .cartsy-xenon-product-card-cart-button:hover {
        background-color: #f9f9f9;
        color: var(--colorPrimaryHover, #3a3a3a); }
  .cartsy-xenon-product-card .product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    background-color: var(--colorSecondary, #212121);
    border-radius: 6px;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 1700px) {
      .cartsy-xenon-product-card .product-badge {
        top: 10px;
        right: 10px; } }
    @media (max-width: 575px) {
      .cartsy-xenon-product-card .product-badge {
        font-size: 10px;
        padding: 4px 8px; } }
  .cartsy-xenon-product-card .out-of-stock {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 13px;
    color: #fd5c63;
    border-top: 1px solid #f3f3f3; }
    @media (max-width: 575px) {
      .cartsy-xenon-product-card .out-of-stock {
        height: 30px; } }
  .cartsy-xenon-product-card .cartsy-rating-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }

.woocommerce div.product .cartsy-xenon-product-card.product.type-product img, .cartsy-woocommerce.woocommerce div.product ul.products li.cartsy-xenon-product-card.type-product img, .cartsy-woocommerce.woocommerce ul.products div.product li.cartsy-xenon-product-card.type-product img {
  margin-bottom: 0; }

.woocommerce div.product .cartsy-xenon-product-card span.price {
  font-size: 18px;
  color: var(--colorPrimary, #212121); }
  @media (max-width: 1700px) {
    .woocommerce div.product .cartsy-xenon-product-card span.price {
      font-size: 16px; } }
  .woocommerce div.product .cartsy-xenon-product-card span.price ins {
    margin: 0 10px 0 0;
    font-weight: 600; }

.woocommerce div.product .cartsy-xenon-product-card .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: inherit; }

.cartsy-radon-product-card {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  @media (max-width: 1700px) {
    .cartsy-radon-product-card {
      padding: 20px; } }
  @media (max-width: 575px) {
    .cartsy-radon-product-card {
      padding: 15px; } }
  .cartsy-radon-product-card a:focus, .cartsy-radon-product-card a:active {
    border: 0;
    outline: none; }
  .cartsy-radon-product-card:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
  .cartsy-radon-product-card.type-product img {
    margin-bottom: 0; }
  .cartsy-radon-product-card.type-product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    color: var(--colorPrimary, #212121);
    font-size: 16px; }
    .cartsy-radon-product-card.type-product .price ins {
      margin-right: 10px;
      margin-left: 0;
      border: 0;
      padding: 0;
      border-radius: 0;
      color: inherit; }
  .cartsy-radon-product-card-thumb {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden; }
    @media (max-width: 1440px) {
      .cartsy-radon-product-card-thumb {
        width: 100px;
        height: 100px; } }
    @media (max-width: 1280px) {
      .cartsy-radon-product-card-thumb {
        width: 90px;
        height: 90px; } }
    @media (max-width: 575px) {
      .cartsy-radon-product-card-thumb {
        width: 90px;
        height: 90px; } }
    .cartsy-radon-product-card-thumb:hover img.thumb-1 {
      opacity: 1; }
    .cartsy-radon-product-card-thumb a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      width: 100%; }
    .cartsy-radon-product-card-thumb img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      border-radius: 0 !important;
      margin-bottom: 0 !important; }
      .cartsy-radon-product-card-thumb img.thumb-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
  .cartsy-radon-product-card-info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 10px; }
  .cartsy-radon-product-card-description {
    padding-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1700px) {
      .cartsy-radon-product-card-description {
        padding-left: 20px; } }
    @media (max-width: 575px) {
      .cartsy-radon-product-card-description {
        padding-left: 15px; } }
  .cartsy-radon-product-card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-weight: 600;
    margin-bottom: 5px; }
    .cartsy-radon-product-card-price del {
      color: var(--colorTextLighter, #999999);
      font-size: 13px;
      font-weight: 400;
      margin-right: 10px; }
    .cartsy-radon-product-card-price .unit {
      font-size: 13px;
      margin: 0 10px; }
  .cartsy-radon-product-card-title {
    display: block;
    font-size: 13px;
    color: var(--colorTextLight, #5a5a5a);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    max-height: 3.2em;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    .cartsy-radon-product-card-title:visited {
      color: var(--colorTextLight, #5a5a5a); }
    .cartsy-radon-product-card-title:hover {
      color: var(--colorPrimary, #212121); }
  .cartsy-radon-product-card-cart-button {
    margin-left: auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
    .cartsy-radon-product-card-cart-button:hover {
      color: var(--colorPrimaryHover, #3a3a3a); }
  .cartsy-radon-product-card .product-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    background-color: var(--colorSecondary, #212121);
    border-radius: 6px;
    z-index: 3;
    pointer-events: none; }
    @media (max-width: 1700px) {
      .cartsy-radon-product-card .product-badge {
        top: 10px;
        left: 10px; } }
    @media (max-width: 575px) {
      .cartsy-radon-product-card .product-badge {
        font-size: 10px;
        padding: 4px 8px;
        top: 5px;
        left: 5px; } }
  .cartsy-radon-product-card .out-of-stock {
    font-size: 13px;
    font-weight: 600;
    color: #fd5c63;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .cartsy-radon-product-card .cartsy-counter {
    margin-left: auto;
    margin-bottom: 0 !important; }
  @media (max-width: 1280px) {
    .cartsy-radon-product-card .cartsy-counter.size-medium .cartsy-counter-update {
      width: 30px;
      height: 30px; } }

.woocommerce div.product .cartsy-radon-product-card.product.type-product img, .cartsy-woocommerce.woocommerce div.product ul.products li.cartsy-radon-product-card.type-product img, .cartsy-woocommerce.woocommerce ul.products div.product li.cartsy-radon-product-card.type-product img {
  margin-bottom: 0; }

.woocommerce div.product .cartsy-radon-product-card span.price {
  font-size: 16px;
  color: var(--colorPrimary, #212121); }
  .woocommerce div.product .cartsy-radon-product-card span.price ins {
    margin: 0 10px 0 0;
    font-weight: 600;
    border: 0;
    padding: 0; }

.woocommerce div.product .cartsy-radon-product-card .woocommerce-loop-product__title {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: inherit; }

.no-result-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .no-result-found {
      padding: 20px 0; } }
  .no-result-found h2 {
    margin: 40px 0 0 0; }
    @media (max-width: 767px) {
      .no-result-found h2 {
        margin-top: 25px;
        font-size: 18px; } }
  .no-result-found img {
    width: 450px;
    max-width: 100%; }
    @media (max-width: 767px) {
      .no-result-found img {
        width: 250px; } }

.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
  text-decoration: underline; }

@media (max-width: 575px) {
  .woocommerce .yith-wcwl-add-to-wishlist {
    margin-bottom: 10px; } }

.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button.alt {
  height: 48px;
  padding: 15px 28px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  border: 1px solid;
  border-radius: 6px;
  border-color: var(--colorPrimary, #212121);
  background: var(--colorPrimary, #212121); }
  .woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button.alt:hover {
    border-color: var(--colorPrimaryHover, #3a3a3a);
    background: var(--colorPrimaryHover, #3a3a3a); }
  .woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button.alt:active, .woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button.alt:focus {
    outline: 0;
    border-color: var(--colorPrimaryHover, #3a3a3a);
    background: var(--colorPrimaryHover, #3a3a3a); }

.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .separator {
  margin: 0 5px;
  color: var(--colorTextLight, #5a5a5a); }

.woocommerce .entry-content .wishlist-title-with-form a.button {
  padding-left: 22px;
  padding-right: 22px; }
  .woocommerce .entry-content .wishlist-title-with-form a.button i {
    margin-right: 5px; }

.woocommerce .entry-content .hidden-title-form a.hide-title-form {
  vertical-align: inherit;
  line-height: 1; }

.woocommerce .entry-content .hidden-title-form input[type='submit'] + .button {
  border: 0;
  background: transparent;
  color: var(--menuTextColor, #212121);
  padding: 15px;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  .woocommerce .entry-content .hidden-title-form input[type='submit'] + .button i {
    margin-right: 5px; }
  .woocommerce .entry-content .hidden-title-form input[type='submit'] + .button:hover {
    color: #fff;
    background: #a6a6a6; }

.woocommerce .entry-content table.shop_table.wishlist_table {
  border: 0;
  border-radius: 0;
  padding: 0;
  table-layout: inherit; }
  .woocommerce .entry-content table.shop_table.wishlist_table thead {
    background-color: #f6f7f6; }
    .woocommerce .entry-content table.shop_table.wishlist_table thead th {
      border: 0;
      padding: 16px 10px;
      font-size: 16px;
      color: var(--menuTextColor, #212121);
      font-weight: 600; }
  .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td {
    border: 0;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6; }
    .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-remove div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-remove div a.remove {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-weight: 400;
        -webkit-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
    .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-thumbnail a {
      width: 110px;
      max-width: 100%; }
    .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-price {
      font-weight: 600; }
      .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-price ins {
        border: 0;
        padding: 0;
        border-radius: 0; }
      .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-price del {
        color: var(--colorTextLighter, #999999); }
    .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-add-to-cart .dateadded {
      color: var(--colorTextLight, #5a5a5a);
      font-size: 14px; }
    .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-add-to-cart a.button {
      border: 0;
      padding: 5px 20px !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 44px;
      font-size: 14px;
      background-color: var(--colorPrimary, #212121); }
      .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-add-to-cart a.button:hover {
        background-color: #3a3a3a; }
    .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-add-to-cart a.remove_from_wishlist {
      background-color: #999999; }
      .woocommerce .entry-content table.shop_table.wishlist_table tbody tr td.product-add-to-cart a.remove_from_wishlist:hover {
        background-color: #a6a6a6; }
  .woocommerce .entry-content table.shop_table.wishlist_table tbody tr:last-child td {
    border-bottom: 0; }

.woocommerce .entry-content ul.shop_table.wishlist_view.mobile {
  padding: 0; }
  .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li {
    padding: 20px 16px 22px;
    border-radius: 12px;
    border: 1px solid #e6e6e6; }
    .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper {
      width: 100%;
      margin-bottom: 0; }
      .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .product-thumbnail {
        max-width: 150px;
        position: relative; }
        @media (max-width: 575px) {
          .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .product-thumbnail {
            max-width: 100%;
            margin-right: 0;
            display: block; } }
        .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .product-thumbnail .product-remove {
          position: absolute;
          top: 0;
          right: 0;
          width: 48px;
          height: 48px; }
          .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .product-thumbnail .product-remove a {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            background-color: rgba(0, 0, 0, 0.25);
            border-radius: 6px;
            position: relative; }
            .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .product-thumbnail .product-remove a::before {
              content: '';
              width: 20px;
              height: 20px;
              background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KCQkJCQkJCQkJCTxwYXRoIGlkPSJQYXRoXzE2NTg0IiBkYXRhLW5hbWU9IlBhdGggMTY1ODQiIGQ9Ik0xNy4wNzQsMi45MjVhMTAsMTAsMCwxLDAsMCwxNC4xNDlBMTAuMDE2LDEwLjAxNiwwLDAsMCwxNy4wNzQsMi45MjVabS0zLjEyOSwxMS4wMmEuNzY5Ljc2OSwwLDAsMS0xLjA4OCwwTDEwLDExLjA4OCw3LjAwNywxNC4wODFhLjc2OS43NjksMCwwLDEtMS4wODgtMS4wODhMOC45MTIsMTAsNi4wNTUsNy4xNDNBLjc2OS43NjksMCwwLDEsNy4xNDMsNi4wNTVMMTAsOC45MTJsMi43MjEtMi43MjFhLjc2OS43NjksMCwwLDEsMS4wODgsMS4wODhMMTEuMDg4LDEwbDIuODU3LDIuODU3QS43NjkuNzY5LDAsMCwxLDEzLjk0NSwxMy45NDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjZmZmIj48L3BhdGg+CgkJCQkJCQkJCTwvc3ZnPg=="); }
      .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .item-details {
        width: 100%; }
        .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .item-details table {
          margin-bottom: 0; }
          .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .item-details table td {
            font-size: 16px;
            padding: 8px 0; }
            .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .item-details table td.label {
              font-weight: 600; }
            .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .item-details table td.value ins {
              border: 0;
              padding: 0;
              border-radius: 0;
              font-weight: 600; }
            .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .item-wrapper .item-details table td.value del {
              font-weight: 600;
              color: var(--colorTextLighter, #999999); }
    .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .additional-info-wrapper table td {
      font-size: 16px;
      padding: 8px 0; }
      .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .additional-info-wrapper table td.label {
        font-weight: 600; }
    .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .additional-info-wrapper .product-add-to-cart {
      text-align: center;
      margin-bottom: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 15px; }
      .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .additional-info-wrapper .product-add-to-cart a.button {
        border: 0;
        padding: 5px 20px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: var(--colorPrimary, #212121); }
        .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .additional-info-wrapper .product-add-to-cart a.button:hover {
          background-color: #3a3a3a; }
    .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .additional-info-wrapper .product-remove {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .woocommerce .entry-content ul.shop_table.wishlist_view.mobile li .additional-info-wrapper .product-remove a.remove_from_wishlist {
        width: 48px;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 18px; }

.woocommerce .entry-content .yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title {
  font-size: 22px; }

.woocommerce .entry-content .yith_wcwl_wishlist_footer .yith-wcwl-share ul:not(.wp-block-gallery) {
  margin: 15px 0; }
  .woocommerce .entry-content .yith_wcwl_wishlist_footer .yith-wcwl-share ul:not(.wp-block-gallery) li {
    margin: 0 2.5px 0 0; }
    .woocommerce .entry-content .yith_wcwl_wishlist_footer .yith-wcwl-share ul:not(.wp-block-gallery) li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: none;
      min-width: 40px;
      min-height: 40px;
      border-radius: 6px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.woocommerce .entry-content .yith_wcwl_wishlist_footer .yith-wcwl-after-share-section {
  margin-top: 40px; }
  .woocommerce .entry-content .yith_wcwl_wishlist_footer .yith-wcwl-after-share-section input[type='url'] {
    width: 100%;
    margin-bottom: 10px; }

