@charset "UTF-8";
/*!
Theme Name: Storer
Theme URI: https://www.themeinwp.com/theme/storer/ 
Author: ThemeInWP
Author URI: https://www.themeinwp.com
Description: Storer is a professional responsive WordPress WooCommerce based theme built to create modern powerful e-commerce website. Super Flexible, easy to adjust theme settings and options gives your site a clean and elegant look. Storer has adequate built-in features that are required to build an online shop or stores.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storer
Tags: blog, e-commerce, entertainment, grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, flexible-header, post-formats, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets
Tested up to: 5.7
Requires PHP: 5.5
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Storer is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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 {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  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;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

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: #aaa #bbb #bbb;
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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 {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 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-] {
  display: block;
  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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@-webkit-keyframes twp-entrance-bottom {
  0% {
    transform: translateZ(-400px) translateY(400px);
    -webkit-transform: translateZ(-400px) translateY(400px);
    -moz-transform: translateZ(-400px) translateY(400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes twp-entrance-bottom {
  0% {
    transform: translateZ(-400px) translateY(400px);
    -webkit-transform: translateZ(-400px) translateY(400px);
    -moz-transform: translateZ(-400px) translateY(400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes twp-entrance-bottom {
  0% {
    transform: translateZ(-400px) translateY(400px);
    -webkit-transform: translateZ(-400px) translateY(400px);
    -moz-transform: translateZ(-400px) translateY(400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes twp-entrance-inline {
  0% {
    transform: translateZ(-50px) translateY(50px);
    -webkit-transform: translateZ(-50px) translateY(50px);
    -moz-transform: translateZ(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes twp-entrance-inline {
  0% {
    transform: translateZ(-50px) translateY(50px);
    -webkit-transform: translateZ(-50px) translateY(50px);
    -moz-transform: translateZ(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes twp-entrance-inline {
  0% {
    transform: translateZ(-50px) translateY(50px);
    -webkit-transform: translateZ(-50px) translateY(50px);
    -moz-transform: translateZ(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes twp-slide-in-top {
  0% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes twp-slide-in-top {
  0% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes twp-slide-in-top {
  0% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes twp-rotate-center {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes twp-rotate-center {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes twp-rotate-center {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
#yith-quick-view-modal #yith-quick-view-close:before, .twp-minicart-content .woocommerce ul.cart_list li .remove:before, .twp-minicart-content .woocommerce ul.product_list_widget li .remove:before, .woocommerce ul.shop_table .product-remove a:before,
.woocommerce table.shop_table .product-remove a:before, .twp-main-navigation .twp-feature-category-list .down-arrow > a:after, .twp-single-post blockquote p:before, .twp-single-post blockquote p:after, .comments-area .comment-list li .comment-content p:before, .comments-area .comment-list li .comment-meta .comment-metadata time:before,
.comments-area .comment-list li .comment-meta .comment-metadata .comment-edit-link:before, .desktop .down-arrow > a:after,
.desktop .right-arrow > a:after, ul.twp-social-menu li a:before, .wp-block-gallery .slick-arrow:before,
.widget_media_gallery .slick-arrow:before,
.twp-slick .slick-arrow:before, .woocommerce-ordering .select2-container .select2-choice .select2-selection__arrow b:before,
.woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow b:before,
.twp-product-summary .select2-container .select2-choice .select2-selection__arrow b:before,
.twp-product-summary .select2-container .select2-selection .select2-selection__arrow b:before,
.twp-select2-dropdown .select2-container .select2-choice .select2-selection__arrow b:before,
.twp-select2-dropdown .select2-container .select2-selection .select2-selection__arrow b:before, .mfp-container .mfp-arrow-left:before,
.mfp-container .mfp-arrow-right:before {
  display: inline-block;
  font-family: "fontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
}

.twp-main-navigation .twp-feature-category-list li ul, .twp-main-navigation .twp-feature-category-list > ul, .twp-site-footer ul, .widget ul, .twp-single-post .wp-block-gallery, .comments-area .comment-list, .desktop ul, .desktop ul.twp-nav-menu,
.desktop div.twp-nav-menu ul, ul.twp-social-menu, .wp-block-gallery .slick-dots,
.widget_media_gallery .slick-dots,
.twp-slick .slick-dots, .twp-site-feature .twp-user .twp-account-menu, .twp-mobile-menu ul, .twp-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.twp-woocommerce-widget .woocommerce-product-search:before,
.twp-footer-widget-section .widget .woocommerce-product-search:before, .twp-404-section .search-form:before, .widget .search-form:before, .twp-single-post .wp-block-image:before, .widget.twp-woocommerce-widget .woocommerce-product-search:after,
.twp-footer-widget-section .widget .woocommerce-product-search:after, .twp-404-section .search-form:after, .widget .search-form:after, .twp-single-post .wp-block-image:after {
  clear: both;
  content: "";
  display: block;
}

.twp-overlay, .twp-image-overlay {
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
}

.twp-container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.twp-container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1050px) {
  .twp-container {
    max-width: 1300px;
    margin: auto;
  }
}

.site-content {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 60px;
  max-width: 100%;
}
@media (min-width: 1050px) {
  .site-content {
    max-width: 1300px;
    margin: auto;
  }
}
.site-content #primary,
.site-content #secondary {
  padding-top: 15px;
}

#primary,
#secondary {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  #primary {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  #secondary {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.no-sidebar #primary {
  flex: 0 0 100%;
  max-width: 100%;
}
.no-sidebar #secondary {
  display: none;
}

.right-sidebar #primary {
  order: 1;
}
.right-sidebar #secondary {
  order: 2;
}

.left-sidebar #primary {
  order: 2;
}
.left-sidebar #secondary {
  order: 1;
}

.twp-row,
.twp-c-row,
.twp-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.twp-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.twp-c-row {
  margin-left: -15px;
  margin-right: -15px;
}
.twp-c-row .twp-col {
  padding-left: 15px;
  padding-right: 15px;
}

.twp-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .twp-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .twp-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .twp-col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .twp-col-md-8 {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }
}

@media (min-width: 992px) {
  .twp-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1050px) {
  .twp-col-lg-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

@media (min-width: 1050px) {
  .twp-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1050px) {
  .twp-col-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 1050px) {
  .twp-col-lg-8 {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }
}

@media (min-width: 1050px) {
  .twp-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1050px) {
  .twp-col-lg-10 {
    flex: 0 0 83.34%;
    max-width: 83.34%;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.twp-text-uppercase {
  text-transform: uppercase;
}

.twp-text-center {
  text-align: center;
}

.twp-text-left {
  text-align: left;
}

.twp-text-right {
  text-align: right;
}

.twp-font-weight-semi-bold {
  font-weight: 500;
}

.twp-section-bg {
  background-color: #eaeff2;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #efecec;
}

.twp-sale,
.onsale,
.twp-sale-badge span.onsale,
.product span.onsale {
  background-color: #CA2625;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 15px;
  border-radius: 3px;
  top: initial;
  left: 0;
  right: initial;
}

.twp-sale-badge span.onsale,
.product span.onsale {
  min-height: initial;
  min-width: initial;
  line-height: initial;
  margin: 0;
}

.twp-sale-badge .onsale {
  position: relative;
}

.image-250 {
  height: 250px;
}

.image-350 {
  height: 350px;
}

.image-450 {
  height: 300px;
}
@media (min-width: 1050px) {
  .image-450 {
    height: 450px;
  }
}

.twp-image-section.twp-bg-hover-effect {
  overflow: hidden;
  position: relative;
}
.twp-image-section.twp-bg-hover-effect .twp-image {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  margin-left: -15px;
  width: calc(100% + 15px);
}
.twp-image-section.twp-bg-hover-effect:hover .twp-image {
  margin-left: 0;
}

.twp-image-hover-effect {
  overflow: hidden;
}
.twp-image-hover-effect img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.twp-image-hover-effect:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.twp-image-overlay {
  z-index: 2;
}
.twp-image-overlay:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(1, 1, 1, 0.63);
}

.twp-section-border-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(234, 239, 242, 0.63);
}

html.twp-m-0 {
  margin-top: 0 !important;
}

body {
  color: #404553;
  font-family: "Open Sans";
  font-size: 15px;
  background-color: rgba(234, 239, 242, 0.42);
  font-weight: 400;
}
body.admin-bar {
  margin-top: 30px;
}

a {
  text-decoration: none;
  color: #404553;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
a:visited {
  color: #404553;
}
a:hover {
  color: #CA2625;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hind";
}

.twp-section-title,
.twp-page-title {
  font-size: 22px;
}
@media (min-width: 576px) {
  .twp-section-title,
.twp-page-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .twp-section-title,
.twp-page-title {
    font-size: 35px;
  }
}

.twp-post-title {
  font-size: 18px;
}

.twp-post-title-sm {
  font-size: 14px;
  font-weight: 400;
}

.twp-post-title-md {
  font-size: 20px;
  color: #010101;
}
@media (min-width: 768px) {
  .twp-post-title-md {
    font-size: 22px;
  }
}
.twp-post-title-md a {
  color: inherit;
}
.twp-post-title-md a:hover {
  color: #CA2625;
}

body {
  margin: 0;
}
body.page {
  margin: 0;
}
body input,
body textarea {
  outline: none;
}
body button {
  outline: none;
}

.twp-btn {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  text-transform: uppercase;
}

.twp-btn-sm {
  padding: 0 20px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}
.twp-btn-sm.twp-rounded {
  border-radius: 15px;
}

.twp-btn-with-icon {
  padding: 0 45px;
  height: 45px;
  line-height: 43px;
  position: relative;
}
.twp-btn-with-icon span {
  display: inline-block;
}
.twp-btn-with-icon .twp-icon {
  padding-left: 10px;
}

.twp-btn.twp-primary-btn {
  background-color: #CA2625;
  border-color: #CA2625;
  color: #fff;
}
.twp-btn.twp-primary-btn:hover {
  background-color: #F4A51C;
  border-color: #F4A51C;
  color: #fff;
}

.twp-category ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.twp-category li {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.twp-category a {
  display: inline-block;
  background-color: #CA2625;
  color: #fff;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  border-radius: 2px;
}
.twp-category a:visited {
  color: #fff;
}
.twp-category a:hover {
  background-color: #F4A51C;
  color: #fff;
}

.twp-menu-icon {
  cursor: pointer;
  width: 60px;
}
.twp-menu-icon span {
  display: block;
  position: relative;
  height: 4px;
  margin-top: 4px;
}
.twp-menu-icon span:before, .twp-menu-icon span:after {
  position: absolute;
  content: "";
  background-color: #fff;
  display: block;
}
.twp-menu-icon span:after {
  height: 4px;
  width: 4px;
  right: 0;
}
.twp-menu-icon span:before {
  height: 2px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
}
.twp-menu-icon span:first-child:before, .twp-menu-icon span:last-child:before {
  width: 50px;
}
.twp-menu-icon span:nth-child(2):before {
  width: 35px;
}
.twp-menu-icon span:nth-child(3):before {
  width: 30px;
}
.twp-menu-icon:hover span:first-child:before {
  width: 40px;
}
.twp-menu-icon:hover span:nth-child(2):before {
  width: 50px;
}
.twp-menu-icon:hover span:nth-child(3):before {
  width: 45px;
}
.twp-menu-icon:hover span:last-child:before {
  width: 40px;
}

.mfp-container .mfp-arrow-left:after,
.mfp-container .mfp-arrow-right:after {
  content: none;
}
.mfp-container .mfp-arrow-left:before,
.mfp-container .mfp-arrow-right:before {
  border: 0;
  opacity: 1;
  color: #fff;
  font-size: 30px;
}
.mfp-container .mfp-arrow-left:hover:before,
.mfp-container .mfp-arrow-right:hover:before {
  color: #CA2625;
}
.mfp-container .mfp-arrow-left:before {
  content: "";
}
.mfp-container .mfp-arrow-right:before {
  content: "";
}

.twp-meta-tag span {
  display: inline-block;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.twp-meta-tag .twp-icon {
  font-size: 18px;
  color: #CA2625;
}
.twp-meta-tag .posts-date .twp-icon {
  font-size: 16px;
}
.twp-meta-tag.twp-meta-tag-style-1 .item-metadata {
  padding-right: 20px;
}

.twp-meta-tag-secondary {
  color: #F4A51C;
}
.twp-meta-tag-secondary .twp-icon {
  color: #F4A51C;
}
.twp-meta-tag-secondary a {
  color: #F4A51C;
}
.twp-meta-tag-secondary a:visited {
  color: #F4A51C;
}
.twp-meta-tag-secondary a:hover {
  color: #CA2625;
}

.admin-bar .twp-mobile-menu {
  top: 30px;
}

.twp-mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: -100%;
  background-color: #fff;
  padding: 30px;
  color: #fff;
  overflow-y: auto;
  transition: all 0.5s ease;
}
.twp-mobile-menu .twp-menu-description {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .twp-mobile-menu {
    width: 400px;
  }
}
.twp-mobile-menu.show {
  right: 0;
}
.twp-mobile-menu .twp-mobile-close-icon {
  text-align: right;
  cursor: pointer;
}
.twp-mobile-menu .twp-mobile-close-icon button {
  padding: 0;
  background-color: transparent;
  font-size: 25px;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #F4A51C;
  outline: 0;
}
.twp-mobile-menu .twp-mobile-close-icon button:hover {
  color: #010101;
}
.twp-mobile-menu .twp-mobile-close-icon button:active {
  outline: 0;
}
.twp-mobile-menu .twp-mobile-close-icon button:focus {
  outline: thin dotted;
}
.twp-mobile-menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 0;
  position: relative;
}
.twp-mobile-menu ul li ul {
  padding-left: 20px;
}
.twp-mobile-menu ul li ul a {
  font-size: 0.9rem;
}

.twp-body-overlay {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.twp-body-overlay.show {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.7);
  z-index: 10;
}

.twp-overlay {
  position: relative;
}
.twp-overlay:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  display: block;
  background-color: rgba(1, 1, 1, 0.63);
}

.navigation.posts-navigation {
  margin: 0;
  width: 100%;
}

.post-navigation,
.posts-navigation {
  padding-top: 30px;
}
.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-navigation a,
.posts-navigation a {
  display: inline-block;
  padding: 5px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #CA2625;
  background-color: #CA2625;
  color: #fff;
}
.post-navigation a:visited,
.posts-navigation a:visited {
  color: #fff;
}
.post-navigation a:hover,
.posts-navigation a:hover {
  background-color: #F4A51C;
  color: #fff;
}

.woocommerce-pagination {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-pagination a.button {
  display: inline-block;
  padding: 5px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #CA2625;
  background-color: #CA2625;
  color: #fff;
}
.woocommerce-pagination a.button:visited {
  color: #fff;
}
.woocommerce-pagination a.button:hover {
  background-color: #F4A51C;
  color: #fff;
  border-color: #F4A51C;
}

.twp-image-section {
  position: relative;
}
.twp-image-section > a,
.twp-image-section .twp-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.twp-image-section > a {
  z-index: 1;
  display: block;
}
.twp-image-section .twp-image {
  z-index: 0;
}
.twp-image-section .twp-sale {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.twp-product-count {
  font-weight: 500;
  line-height: 1;
}
.twp-product-count .twp-product-count-wrapper {
  display: inline-block;
  padding: 0 15px 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #F4A51C;
}
.twp-product-count span {
  display: inline-block;
  padding: 0 2.5px;
}
.twp-product-count .twp-product-caption {
  font-size: 1.2rem;
}

.twp-post .twp-desc {
  padding-top: 5px;
}
.twp-post .twp-desc p,
.twp-post .twp-desc .twp-post-title {
  margin: 0;
  padding-top: 10px;
}
.twp-post .twp-meta-tag {
  padding-top: 10px;
  font-size: 14px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.twp-post .twp-meta-tag .item-metadata {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.twp-post .twp-image-section .twp-category {
  z-index: 3;
}
.twp-post .twp-product-count {
  padding-top: 10px;
}

.twp-post-style-1 .twp-post-title {
  font-size: 30px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .twp-post-style-1 .twp-post-title {
    font-size: 50px;
  }
}
.twp-post-style-1 .twp-post-title a {
  color: #fff;
}
.twp-post-style-1 p {
  font-size: 18px;
}
.twp-post-style-1 .twp-image-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.twp-post-style-1 .bg-image {
  background-color: #010101;
}
.twp-post-style-1 .twp-desc {
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .twp-post-style-1 .twp-desc {
    padding: 0 75px;
  }
}
.twp-post-style-1 .twp-btn-section {
  padding-top: 30px;
}

.twp-post-style-2 .twp-desc {
  position: relative;
  padding-top: 15px;
}
.twp-post-style-2 .twp-product-sale {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.twp-post-style-3 {
  box-shadow: 0 0 10px 4px rgba(234, 239, 242, 0.5);
  padding: 15px;
  border-radius: 5px;
}

.twp-post-style-4 {
  color: #fff;
}
.twp-post-style-4 .twp-image-section {
  padding: 15px;
}
.twp-post-style-4 .twp-image-section:hover .twp-arrow {
  color: #CA2625;
}
.twp-post-style-4 .twp-desc {
  position: relative;
  width: 60%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.twp-post-style-4 .twp-arrow {
  position: absolute;
  top: 50%;
  right: 20%;
  font-size: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.twp-post-style-4 h2, .twp-post-style-4 h3, .twp-post-style-4 h4 {
  margin: 0;
  padding-top: 5px;
  line-height: 1.1;
}
.twp-post-style-4 h2 {
  font-size: 35px;
  font-weight: 500;
}
.twp-post-style-4 h3 {
  font-size: 22px;
  color: #F4A51C;
  font-weight: 800;
}
.twp-post-style-4 h4 {
  font-size: 18px;
}
.twp-post-style-4 .twp-btn-section {
  padding-top: 10px;
}

.twp-store-feature-post {
  background-color: #fff;
  padding: 10px 15px;
  align-items: center;
}
.twp-store-feature-post .twp-icon {
  font-size: 32px;
  flex: 0 0 50px;
  max-width: 50px;
  line-height: 1;
  padding-top: 5px;
  color: #F4A51C;
}
.twp-store-feature-post .twp-desc {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.twp-store-feature-post p,
.twp-store-feature-post .twp-post-title {
  margin: 0;
  padding-top: 5px;
  font-size: 14px;
}
.twp-store-feature-post p {
  color: rgba(64, 69, 83, 0.72);
  letter-spacing: 1px;
  font-weight: 500;
}

.twp-archive-post .twp-wrapper {
  padding: 15px 15px;
  background-color: #fff;
}
.twp-archive-post .twp-image-section {
  position: relative;
  z-index: 1;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.twp-archive-post .twp-image-section > a img {
  height: 100%;
}
.twp-archive-post .twp-category {
  position: relative;
  z-index: 1;
  padding: 10px 10px 15px;
}
.twp-archive-post .twp-category li {
  margin-top: 5px;
}
.twp-archive-post .twp-meta-tag {
  justify-content: space-between;
  padding-top: 10px;
}
.twp-archive-post .entry-footer {
  padding-top: 10px;
}
.twp-archive-post .entry-footer a,
.twp-archive-post .entry-footer span {
  display: inline-block;
}
.twp-archive-post .entry-footer .twp-icon {
  font-size: 20px;
}
.twp-archive-post .entry-footer .cat-links,
.twp-archive-post .entry-footer .tags-links,
.twp-archive-post .entry-footer .edit-link,
.twp-archive-post .entry-footer .comments-link {
  position: relative;
  padding-left: 20px;
}
.twp-archive-post .entry-footer .cat-links .twp-icon,
.twp-archive-post .entry-footer .tags-links .twp-icon,
.twp-archive-post .entry-footer .edit-link .twp-icon,
.twp-archive-post .entry-footer .comments-link .twp-icon {
  position: absolute;
  left: 0;
}
.twp-archive-post .entry-footer .cat-links a,
.twp-archive-post .entry-footer .tags-links a,
.twp-archive-post .entry-footer .edit-link a,
.twp-archive-post .entry-footer .comments-link a {
  padding: 5px 5px 0;
}
.twp-archive-post .entry-footer .cat-links,
.twp-archive-post .entry-footer .tags-links {
  display: block;
  width: 100%;
}
.twp-archive-post .entry-footer .cat-links a,
.twp-archive-post .entry-footer .tags-links a {
  color: #CA2625;
}
.twp-archive-post .entry-footer .cat-links a:visited,
.twp-archive-post .entry-footer .tags-links a:visited {
  color: #CA2625;
}
.twp-archive-post .entry-footer .cat-links a:hover,
.twp-archive-post .entry-footer .tags-links a:hover {
  color: #F4A51C;
  text-decoration: underline;
}
.twp-archive-post .entry-footer .cat-links .twp-icon,
.twp-archive-post .entry-footer .tags-links .twp-icon {
  top: 0;
}
.twp-archive-post .entry-footer .edit-link,
.twp-archive-post .entry-footer .comments-link {
  padding-right: 10px;
}
.twp-archive-post .entry-footer .comments-link .twp-icon {
  top: 2px;
}
.twp-archive-post .entry-footer .edit-link .twp-icon {
  font-size: 18px;
  top: 3px;
}

@keyframes cir_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@keyframes cir_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@keyframes cir_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
.twp-preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #0e263d;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 10;
}
.twp-preloader .twp-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
}
.twp-preloader .twp-icon {
  font-size: 80px;
}
.twp-preloader .twp-circle {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
}
.twp-preloader .twp-circle-1 {
  animation: cir_one 1.5s infinite;
}
.twp-preloader .twp-circle-2 {
  animation: cir_two 1.5s infinite;
  animation-delay: 0.25s;
}
.twp-preloader .twp-circle-3 {
  animation: cir_three 1.5s infinite;
  animation-delay: 0.5s;
}

.twp-price .price,
.woocommerce ul.products li.product .twp-price .price {
  font-size: 14px;
  font-weight: 500;
  color: #F4A51C;
  margin-bottom: 0;
  display: inline-block;
}
.twp-price .price del,
.woocommerce ul.products li.product .twp-price .price del {
  font-size: 13px;
  font-weight: 400;
  color: #404553;
}
.twp-price .price ins,
.woocommerce ul.products li.product .twp-price .price ins {
  background-color: transparent;
}
.twp-price .price ins .amount,
.woocommerce ul.products li.product .twp-price .price ins .amount {
  padding-left: 5px;
}

.twp-product-title-sm {
  font-size: 14px;
  letter-spacing: 1px;
}

.woocommerce ul.products li.product .twp-product-featured-icon-list .button {
  margin-top: 0;
}

.twp-compare-icon a.button, .twp-compare-icon a.button.alt, .twp-compare-icon a.compare,
.twp-quick-view-icon a.button,
.twp-quick-view-icon a.button.alt,
.twp-quick-view-icon a.compare,
.twp-product-wishlist-icon a.button,
.twp-product-wishlist-icon a.button.alt,
.twp-product-wishlist-icon a.compare {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  background-color: #eaeff2;
  color: #010101;
  font-weight: 800;
  padding: 0;
}
.twp-compare-icon a.button:visited, .twp-compare-icon a.button.alt:visited, .twp-compare-icon a.compare:visited,
.twp-quick-view-icon a.button:visited,
.twp-quick-view-icon a.button.alt:visited,
.twp-quick-view-icon a.compare:visited,
.twp-product-wishlist-icon a.button:visited,
.twp-product-wishlist-icon a.button.alt:visited,
.twp-product-wishlist-icon a.compare:visited {
  color: #010101;
}
.twp-compare-icon a.button:hover, .twp-compare-icon a.button.alt:hover, .twp-compare-icon a.compare:hover,
.twp-quick-view-icon a.button:hover,
.twp-quick-view-icon a.button.alt:hover,
.twp-quick-view-icon a.compare:hover,
.twp-product-wishlist-icon a.button:hover,
.twp-product-wishlist-icon a.button.alt:hover,
.twp-product-wishlist-icon a.compare:hover {
  color: #CA2625;
  background-color: #eaeff2;
}
.twp-compare-icon a i,
.twp-quick-view-icon a i,
.twp-product-wishlist-icon a i {
  font-size: 12px;
  margin: 0;
  display: inline-block;
}

.twp-product-wishlist-icon .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.twp-product-wishlist-icon span {
  display: none;
}

.twp-compare-icon {
  font-size: 0;
}
.twp-compare-icon a:after {
  content: "";
  font-family: fontAwesome;
  display: inline-block;
  font-size: 12px;
}

.twp-quick-view-icon i {
  position: relative;
  top: -1px;
}
.twp-product-featured-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.twp-product-featured-icon-list li {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.product_type_simple.add_to_cart_button:before {
  content: "";
  display: inline-block;
  font-family: fontAwesome;
  font-size: 13px;
  padding-right: 10px;
  position: relative;
  top: -1px;
}
.product_type_simple.add_to_cart_button.added {
  display: none;
}

.added_to_cart:after {
  content: "";
  display: inline-block;
  font-family: fontAwesome;
  font-size: 13px;
  padding-left: 10px;
}

.twp-product .twp-btn-section a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  background-color: transparent;
  padding: 0;
}
.twp-product .twp-btn-section a:hover {
  background-color: transparent;
  color: #CA2625;
}

.widget.twp-woocommerce-widget .twp-product-image-section ul li {
  padding-top: 0;
  border-top: 0;
  margin-bottom: 0;
}

.twp-product-image-section {
  position: relative;
}
.twp-product-image-section:hover .twp-sale-badge {
  opacity: 0;
}
.twp-product-image-section:hover ul.twp-product-featured-icon-list {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.twp-product-image-section:hover.twp-image-overlay:before {
  content: "";
}
.twp-product-image-section .twp-image {
  text-align: center;
}
.twp-product-image-section > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.twp-product-image-section.twp-image-overlay:before {
  content: none;
}
.twp-product-image-section .twp-sale-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.twp-product-image-section ul.twp-product-featured-icon-list {
  position: absolute;
  left: 15px;
  top: -120%;
  width: 45px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  padding: 5px 0 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  z-index: 2;
}
.twp-product-image-section ul.twp-product-featured-icon-list li {
  margin-top: 10px;
}

.twp-product .twp-product-desc {
  padding-top: 5px;
}
.twp-product p,
.twp-product .twp-product-title {
  margin: 0;
  padding-top: 10px;
}
.twp-product .twp-btn-section,
.twp-product .twp-price-section {
  padding-top: 15px;
  line-height: 1;
}

.product-item-meta-always-visible {
  display: none;
}

.twp-product-style-1 {
  text-align: center;
}
.twp-product-style-1 .twp-wrapper {
  background-color: #fff;
  padding: 15px 15px 30px;
  border-radius: 5px;
}

#scroll-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #010101;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
#scroll-top:hover {
  background-color: #CA2625;
  color: #fff;
}

.twp-search-field .twp-search-input-field {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 0px;
}
.twp-search-field .twp-search-input-field .twp-selected-category {
  background-color: #d7d1d1;
  padding: 0 15px;
}
.twp-search-field select,
.twp-search-field button,
.twp-search-field input {
  height: 40px;
  outline: none;
}
.twp-search-field input {
  padding: 0 15px 3px;
  outline: 0;
  width: 100%;
  border-radius: 0;
}
.twp-search-field input:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee;
}
.twp-search-field div.twp-select2-dropdown .select2-choice,
.twp-search-field div.twp-select2-dropdown .select2-selection {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.twp-search-field button[type=submit] {
  background-color: #F4A51C;
  color: #fff;
  border-color: #F4A51C;
  font-size: 16px;
  padding: 0;
  width: 50px;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.twp-search-field button[type=submit] i {
  position: relative;
  top: -1px;
}
.twp-search-field button[type=submit]:visited {
  color: #fff;
}
.twp-search-field button[type=submit]:hover, .twp-search-field button[type=submit]:focus {
  background-color: #CA2625;
  color: #fff;
}

.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,
.twp-product-summary .select2-container--default .select2-selection--single .select2-selection__rendered,
.twp-select2-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.woocommerce-ordering .select2-container .select2-choice,
.woocommerce-ordering .select2-container .select2-selection,
.twp-product-summary .select2-container .select2-choice,
.twp-product-summary .select2-container .select2-selection,
.twp-select2-dropdown .select2-container .select2-choice,
.twp-select2-dropdown .select2-container .select2-selection {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-weight: 500;
  padding: 0;
  background-color: #eaeff2;
}
.woocommerce-ordering .select2-container .select2-choice:focus,
.woocommerce-ordering .select2-container .select2-selection:focus,
.twp-product-summary .select2-container .select2-choice:focus,
.twp-product-summary .select2-container .select2-selection:focus,
.twp-select2-dropdown .select2-container .select2-choice:focus,
.twp-select2-dropdown .select2-container .select2-selection:focus {
  outline: 1px solid #eaeff2;
}
.woocommerce-ordering .select2-container .select2-choice .select2-search-choice-close,
.woocommerce-ordering .select2-container .select2-choice .select2-selection__clear,
.woocommerce-ordering .select2-container .select2-selection .select2-search-choice-close,
.woocommerce-ordering .select2-container .select2-selection .select2-selection__clear,
.twp-product-summary .select2-container .select2-choice .select2-search-choice-close,
.twp-product-summary .select2-container .select2-choice .select2-selection__clear,
.twp-product-summary .select2-container .select2-selection .select2-search-choice-close,
.twp-product-summary .select2-container .select2-selection .select2-selection__clear,
.twp-select2-dropdown .select2-container .select2-choice .select2-search-choice-close,
.twp-select2-dropdown .select2-container .select2-choice .select2-selection__clear,
.twp-select2-dropdown .select2-container .select2-selection .select2-search-choice-close,
.twp-select2-dropdown .select2-container .select2-selection .select2-selection__clear {
  display: none;
}
.woocommerce-ordering .select2-container .select2-choice .select2-chosen,
.woocommerce-ordering .select2-container .select2-selection .select2-chosen,
.twp-product-summary .select2-container .select2-choice .select2-chosen,
.twp-product-summary .select2-container .select2-selection .select2-chosen,
.twp-select2-dropdown .select2-container .select2-choice .select2-chosen,
.twp-select2-dropdown .select2-container .select2-selection .select2-chosen {
  background-color: #eaeff2;
  margin: 0;
  padding-right: 25px;
  padding-left: 7.5px;
}
.woocommerce-ordering .select2-container .select2-choice .select2-selection__arrow,
.woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow,
.twp-product-summary .select2-container .select2-choice .select2-selection__arrow,
.twp-product-summary .select2-container .select2-selection .select2-selection__arrow,
.twp-select2-dropdown .select2-container .select2-choice .select2-selection__arrow,
.twp-select2-dropdown .select2-container .select2-selection .select2-selection__arrow {
  width: 25px;
  display: block;
  text-align: center;
  background: #eaeff2;
  border: 0;
  border-radius: 0;
  color: #010101;
}
.woocommerce-ordering .select2-container .select2-choice .select2-selection__arrow b,
.woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow b,
.twp-product-summary .select2-container .select2-choice .select2-selection__arrow b,
.twp-product-summary .select2-container .select2-selection .select2-selection__arrow b,
.twp-select2-dropdown .select2-container .select2-choice .select2-selection__arrow b,
.twp-select2-dropdown .select2-container .select2-selection .select2-selection__arrow b {
  background-image: none;
  border: 0;
  height: initial;
  width: 100%;
  left: initial;
  top: initial;
  margin: 0;
  position: relative;
}
.woocommerce-ordering .select2-container .select2-choice .select2-selection__arrow b:before,
.woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow b:before,
.twp-product-summary .select2-container .select2-choice .select2-selection__arrow b:before,
.twp-product-summary .select2-container .select2-selection .select2-selection__arrow b:before,
.twp-select2-dropdown .select2-container .select2-choice .select2-selection__arrow b:before,
.twp-select2-dropdown .select2-container .select2-selection .select2-selection__arrow b:before {
  content: "";
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.woocommerce-ordering .select2-container.select2-container--open .select2-arrow b:before,
.woocommerce-ordering .select2-container.select2-container--open .select2-selection__arrow b:before,
.twp-product-summary .select2-container.select2-container--open .select2-arrow b:before,
.twp-product-summary .select2-container.select2-container--open .select2-selection__arrow b:before,
.twp-select2-dropdown .select2-container.select2-container--open .select2-arrow b:before,
.twp-select2-dropdown .select2-container.select2-container--open .select2-selection__arrow b:before {
  content: "";
}

.twp-product-summary .select2-container .select2-choice,
.woocommerce-ordering .select2-container .select2-choice {
  border: 0;
  padding: 0 15px;
}
.twp-product-summary .select2-container .select2-choice .select2-chosen,
.woocommerce-ordering .select2-container .select2-choice .select2-chosen {
  padding-right: 30px;
}
.twp-product-summary .select2-container .select2-choice .select2-arrow,
.woocommerce-ordering .select2-container .select2-choice .select2-arrow {
  right: 10px;
}

.woocommerce-ordering .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.woocommerce-ordering .select2-container .select2-selection {
  background: #010101;
  color: #fff;
}
.woocommerce-ordering .select2-container .select2-selection .select2-chosen {
  background-color: #010101;
  color: #fff;
}
.woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow {
  background-color: #010101;
  color: #fff;
}

.twp-product-summary .select2-container .select2-choice {
  background: #eaeff2;
  color: #404553;
}
.twp-product-summary .select2-container .select2-choice .select2-chosen {
  background-color: #eaeff2;
  color: #404553;
}
.twp-product-summary .select2-container .select2-choice .select2-arrow {
  background-color: #eaeff2;
  color: #404553;
}

.woocommerce div.product form.cart .reset_variations {
  font-size: 14px;
}

.reset_variations {
  padding-left: 15px;
}

.select2-drop,
.select2-dropdown {
  width: 200px !important;
}
.select2-drop .select2-search,
.select2-drop .select2-search__field,
.select2-dropdown .select2-search,
.select2-dropdown .select2-search__field {
  display: none;
}
.select2-drop .select2-results,
.select2-dropdown .select2-results {
  padding: 0;
}

.twp-site-feature .twp-feature {
  padding-left: 15px;
  padding-right: 15px;
}
.twp-site-feature .twp-caption {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  padding-top: 5px;
}
.twp-site-feature .twp-icon {
  font-size: 22px;
  cursor: pointer;
}
.twp-site-feature .twp-user,
.twp-site-feature .twp-cart {
  position: relative;
}
.twp-site-feature .twp-user .twp-content,
.twp-site-feature .twp-cart .twp-content {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 15px);
  right: 0;
  background-color: #fff;
  color: #404553;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 5px 0 15px;
}
.twp-site-feature .twp-user .twp-content:before,
.twp-site-feature .twp-cart .twp-content:before {
  position: absolute;
  right: 15px;
  top: -10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent;
  border-bottom-color: #fff;
}
.twp-site-feature .twp-user .twp-content a,
.twp-site-feature .twp-cart .twp-content a {
  color: #404553;
}
.twp-site-feature .twp-user .twp-content a:visited,
.twp-site-feature .twp-cart .twp-content a:visited {
  color: #404553;
}
.twp-site-feature .twp-user .twp-content a:hover,
.twp-site-feature .twp-cart .twp-content a:hover {
  color: #CA2625;
}
.twp-site-feature .twp-cart,
.twp-site-feature .twp-wishlist {
  position: relative;
}
.twp-site-feature .twp-cart .twp-cart-counter,
.twp-site-feature .twp-cart .twp-wishlist-counter,
.twp-site-feature .twp-wishlist .twp-cart-counter,
.twp-site-feature .twp-wishlist .twp-wishlist-counter {
  position: absolute;
  top: -10px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  border-radius: 100%;
  background-color: #fff;
  color: #CA2625;
}
.twp-site-feature .twp-wishlist a {
  display: block;
  text-align: center;
}
.twp-site-feature .twp-wishlist .twp-wishlist-counter {
  right: 2px;
}
.twp-site-feature .twp-user {
  position: relative;
}
.twp-site-feature .twp-user .twp-account-menu {
  width: 170px;
}
.twp-site-feature .twp-user .twp-account-menu a {
  display: block;
  padding: 10px 15px 0;
}
.twp-site-feature .twp-user .twp-account-item-icon,
.twp-site-feature .twp-user .twp-account-item-caption {
  padding: 0 5px;
}
.twp-site-feature .twp-offcanvas button {
  background-color: transparent;
  padding: 0;
  border: 0;
  line-height: initial;
}
.twp-site-feature .twp-cart-content {
  width: 300px;
  left: -15px;
}
@media (min-width: 576px) {
  .twp-site-feature .twp-cart-content {
    left: initial;
  }
}
.twp-site-feature .twp-cart-content:before {
  right: initial;
  left: 15px;
}
@media (min-width: 576px) {
  .twp-site-feature .twp-cart-content:before {
    left: initial;
  }
}

.slick-arrow {
  cursor: pointer;
}
.slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.twp-arrow .slick-arrow {
  background-color: #fff;
  color: #CA2625;
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 33px;
  padding: 0;
  outline: none;
  z-index: 2;
}
.twp-arrow .slick-arrow:hover {
  color: #F4A51C;
}

.wp-block-gallery .slick-arrow,
.widget_media_gallery .slick-arrow,
.twp-slick .slick-arrow {
  font-size: 0;
  background-color: #fff;
  color: #CA2625;
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 38px;
  padding: 0;
  outline: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.wp-block-gallery .slick-arrow:hover,
.widget_media_gallery .slick-arrow:hover,
.twp-slick .slick-arrow:hover {
  background-color: #fff;
}
.wp-block-gallery .slick-arrow:before,
.widget_media_gallery .slick-arrow:before,
.twp-slick .slick-arrow:before {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 22px;
}
.wp-block-gallery .slick-prev,
.widget_media_gallery .slick-prev,
.twp-slick .slick-prev {
  left: 15px;
}
.wp-block-gallery .slick-prev:before,
.widget_media_gallery .slick-prev:before,
.twp-slick .slick-prev:before {
  content: "";
}
.wp-block-gallery .slick-next,
.widget_media_gallery .slick-next,
.twp-slick .slick-next {
  right: 15px;
}
.wp-block-gallery .slick-next:before,
.widget_media_gallery .slick-next:before,
.twp-slick .slick-next:before {
  content: "";
}
.wp-block-gallery .slick-dots,
.widget_media_gallery .slick-dots,
.twp-slick .slick-dots {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 15px;
}
.wp-block-gallery .slick-dots li,
.widget_media_gallery .slick-dots li,
.twp-slick .slick-dots li {
  padding-left: 5px;
}
.wp-block-gallery .slick-dots button,
.widget_media_gallery .slick-dots button,
.twp-slick .slick-dots button {
  font-size: 0;
  border: 0;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #fff;
  padding: 0;
  outline: none;
}
.wp-block-gallery .slick-dots .slick-active button,
.widget_media_gallery .slick-dots .slick-active button,
.twp-slick .slick-dots .slick-active button {
  background-color: #CA2625;
}

ul.twp-social-menu {
  display: flex;
  flex-wrap: wrap;
}
ul.twp-social-menu li a {
  display: inline-block;
  text-decoration: none;
  font-size: 0;
}
ul.twp-social-menu li a:before {
  display: block;
  font-size: 18px;
}
ul.twp-social-menu li a[href*="t.me"]:before {
  content: "";
}
ul.twp-social-menu li a[href*="t.me"]:hover, ul.twp-social-menu li a[href*="t.me"]:focus-within {
  background-color: #0088CC;
  color: #fff;
}
ul.twp-social-menu li a[href*="t.me"]:hover:before, ul.twp-social-menu li a[href*="t.me"]:focus-within:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=twitter]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=twitter], ul.twp-social-menu li a:focus-within[href*=twitter] {
  background-color: #1ca0fe;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=twitter]:before, ul.twp-social-menu li a:focus-within[href*=twitter]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=facebook]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=facebook], ul.twp-social-menu li a:focus-within[href*=facebook] {
  background-color: #3b5999;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=facebook]:before, ul.twp-social-menu li a:focus-within[href*=facebook]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=dribbble]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=dribbble], ul.twp-social-menu li a:focus-within[href*=dribbble] {
  background-color: #ea4c89;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=dribbble]:before, ul.twp-social-menu li a:focus-within[href*=dribbble]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=linkedin]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=linkedin], ul.twp-social-menu li a:focus-within[href*=linkedin] {
  background-color: #0177b5;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=linkedin]:before, ul.twp-social-menu li a:focus-within[href*=linkedin]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=instagram]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=instagram], ul.twp-social-menu li a:focus-within[href*=instagram] {
  background-color: #E1306c;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=instagram]:before, ul.twp-social-menu li a:focus-within[href*=instagram]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=youtube]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=youtube], ul.twp-social-menu li a:focus-within[href*=youtube] {
  background-color: #ff0000;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=youtube]:before, ul.twp-social-menu li a:focus-within[href*=youtube]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=vimeo]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=vimeo], ul.twp-social-menu li a:focus-within[href*=vimeo] {
  background-color: #1ab7ea;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=vimeo]:before, ul.twp-social-menu li a:focus-within[href*=vimeo]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=wordpress]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=wordpress], ul.twp-social-menu li a:focus-within[href*=wordpress] {
  background-color: #0074aa;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=wordpress]:before, ul.twp-social-menu li a:focus-within[href*=wordpress]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=pinterest]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=pinterest], ul.twp-social-menu li a:focus-within[href*=pinterest] {
  background-color: #bd071c;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=pinterest]:before, ul.twp-social-menu li a:focus-within[href*=pinterest]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=tumblr]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=tumblr], ul.twp-social-menu li a:focus-within[href*=tumblr] {
  background-color: #3e5a70;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=tumblr]:before, ul.twp-social-menu li a:focus-within[href*=tumblr]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=whatsapp]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=whatsapp], ul.twp-social-menu li a:focus-within[href*=whatsapp] {
  background-color: #00e676;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=whatsapp]:before, ul.twp-social-menu li a:focus-within[href*=whatsapp]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=reddit]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=reddit], ul.twp-social-menu li a:focus-within[href*=reddit] {
  background-color: #ff4500;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=reddit]:before, ul.twp-social-menu li a:focus-within[href*=reddit]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=vk]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=vk], ul.twp-social-menu li a:focus-within[href*=vk] {
  background-color: #4a76a8;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=vk]:before, ul.twp-social-menu li a:focus-within[href*=vk]:before {
  color: #fff;
}
ul.twp-social-menu li a[href*=telegram]:before {
  content: "";
}
ul.twp-social-menu li a:hover[href*=telegram], ul.twp-social-menu li a:focus-within[href*=telegram] {
  background-color: #0088cc;
  color: #fff;
}
ul.twp-social-menu li a:hover[href*=telegram]:before, ul.twp-social-menu li a:focus-within[href*=telegram]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*="t.me"] {
  background-color: #0088CC;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*="t.me"]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*="t.me"]:hover, ul.twp-social-menu.twp-social-menu-with-bg li a[href*="t.me"]:focus-within {
  background-color: #006699;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=instagram] {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=instagram]:hover {
  opacity: 0.9;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=twitter] {
  background-color: #1ca0fe;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=twitter]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=twitter], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=twitter] {
  background-color: #0187e6;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=facebook] {
  background-color: #3b5999;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=facebook]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=facebook], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=facebook] {
  background-color: #2d4474;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=dribbble] {
  background-color: #ea4c89;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=dribbble]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=dribbble], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=dribbble] {
  background-color: #e51e6b;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=linkedin] {
  background-color: #0177b5;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=linkedin]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=linkedin], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=linkedin] {
  background-color: #015682;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=instagram] {
  background-color: #E1306c;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=instagram]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=instagram], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=instagram] {
  background-color: #c21c54;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=youtube] {
  background-color: #ff0000;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=youtube]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=youtube], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=youtube] {
  background-color: #cc0000;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=vimeo] {
  background-color: #1ab7ea;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=vimeo]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=vimeo], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=vimeo] {
  background-color: #1295bf;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=wordpress] {
  background-color: #0074aa;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=wordpress]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=wordpress], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=wordpress] {
  background-color: #005177;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=pinterest] {
  background-color: #bd071c;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=pinterest]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=pinterest], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=pinterest] {
  background-color: #8c0515;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=tumblr] {
  background-color: #3e5a70;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=tumblr]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=tumblr], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=tumblr] {
  background-color: #2c404f;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=whatsapp] {
  background-color: #00e676;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=whatsapp]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=whatsapp], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=whatsapp] {
  background-color: #00b35c;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=reddit] {
  background-color: #ff4500;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=reddit]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=reddit], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=reddit] {
  background-color: #cc3700;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=vk] {
  background-color: #4a76a8;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=vk]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=vk], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=vk] {
  background-color: #3a5d85;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=telegram] {
  background-color: #0088cc;
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a[href*=telegram]:before {
  color: #fff;
}
ul.twp-social-menu.twp-social-menu-with-bg li a:hover[href*=telegram], ul.twp-social-menu.twp-social-menu-with-bg li a:focus-within[href*=telegram] {
  background-color: #006699;
}

.twp-title-style-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.twp-title-style-1 .twp-section-title {
  margin: 0;
}
.twp-title-style-1 a {
  display: inline-block;
  padding: 0 5px;
  color: #CA2625;
  font-weight: 500;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #CA2625;
}
.twp-title-style-1 .twp-slick {
  position: relative;
}

.twp-page-title {
  position: relative;
  padding-bottom: 10px;
}
.twp-page-title:before, .twp-page-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
}
.twp-page-title:before {
  width: 100%;
  background-color: #EDEDED;
}
.twp-page-title::after {
  width: 200px;
  background-color: #CA2625;
  z-index: 1;
}

.desktop ul.twp-nav-menu > li > a,
.desktop div.twp-nav-menu > ul > li > a {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.desktop ul.twp-nav-menu > li > a:before,
.desktop div.twp-nav-menu > ul > li > a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #c5b8b8;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: -1;
}

.desktop ul.twp-nav-menu > li .sub-menu,
.desktop div.twp-nav-menu > ul > li .children {
  position: absolute;
  top: 110%;
  left: 0;
  width: 220px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  z-index: 3;
}
.desktop ul.twp-nav-menu > li .sub-menu a,
.desktop div.twp-nav-menu > ul > li .children a {
  display: block;
  padding: 10px 15px;
  color: #404553;
}
.desktop ul.twp-nav-menu > li .sub-menu a:visited,
.desktop div.twp-nav-menu > ul > li .children a:visited {
  color: #404553;
}
.desktop ul.twp-nav-menu > li .sub-menu a:hover,
.desktop div.twp-nav-menu > ul > li .children a:hover {
  color: #CA2625;
}

.desktop ul.twp-nav-menu,
.desktop div.twp-nav-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.desktop ul.twp-nav-menu > li a,
.desktop div.twp-nav-menu > ul > li a {
  position: relative;
  display: block;
}

.desktop ul.twp-nav-menu > li > a:hover, .desktop ul.twp-nav-menu > li > a:focus-within,
.desktop div.twp-nav-menu > ul > li > a:hover,
.desktop div.twp-nav-menu > ul > li > a:focus-within {
  background-color: #fff;
  color: #CA2625;
}

.desktop ul.twp-nav-menu > li,
.desktop div.twp-nav-menu > ul > li {
  position: relative;
}

.desktop ul.twp-nav-menu > li .sub-menu li,
.desktop div.twp-nav-menu > ul > li .children li {
  display: block;
  width: 100%;
}

.desktop ul.twp-nav-menu > li:hover .sub-menu,
.desktop ul.twp-nav-menu > li:focus-within .sub-menu,
.desktop div.twp-nav-menu > ul > li:hover .children,
.desktop div.twp-nav-menu > ul > li:focus-within .children {
  top: 100%;
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

.desktop ul.twp-nav-menu > li .sub-menu > li,
.desktop div.twp-nav-menu > ul > li .children > li {
  position: relative;
}

.desktop ul.twp-nav-menu > li .sub-menu > li .sub-menu,
.desktop div.twp-nav-menu > ul > li .children > li .children {
  top: 20%;
  left: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

.desktop ul.twp-nav-menu > li .sub-menu > li:hover .sub-menu,
.desktop ul.twp-nav-menu > li .sub-menu > li:focus-within .sub-menu,
.desktop ul.twp-nav-menu > li .sub-menu > li:hover .sub-menu,
.desktop ul.twp-nav-menu > li .sub-menu > li:focus-within .sub-menu,
.desktop div.twp-nav-menu > ul > li .children > li:hover .children,
.desktop div.twp-nav-menu > ul > li .children > li:focus-within .children,
.desktop div.twp-nav-menu > ul > li .children > li:hover .children,
.desktop div.twp-nav-menu > ul > li .children > li:focus-within .children {
  opacity: 1;
  height: auto;
  top: 0;
  overflow: visible;
  visibility: visible;
}

.desktop ul.twp-nav-menu > li .sub-menu > li .sub-menu > li .sub-menu,
.desktop div.twp-nav-menu > ul > li .children > li .children > li .children {
  top: 20%;
  left: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

.desktop ul.twp-nav-menu > li .sub-menu > li .sub-menu > li:hover .sub-menu,
.desktop ul.twp-nav-menu > li .sub-menu > li .sub-menu > li:focus-within .sub-menu,
.desktop div.twp-nav-menu > ul > li .children > li .children > li:hover .children,
.desktop div.twp-nav-menu > ul > li .children > li .children > li:focus-within .children {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
  top: 0;
}

.desktop .twp-nav-menu a {
  font-weight: 500;
}

.desktop .twp-nav-menu li.down-arrow > a {
  padding-right: 30px;
}

.desktop .down-arrow > a:after,
.desktop .right-arrow > a:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.desktop .down-arrow > a:after {
  content: "";
}

.desktop .right-arrow > a:after {
  content: "";
}

.desktop .twp-nav-menu .twp-menu-description {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.desktop .twp-nav-menu .twp-menu-description:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  border-width: 3px;
  border-style: solid;
  border-bottom: 0;
  border-color: transparent;
  border-top-color: #CA2625;
  z-index: 1;
}

.twp-nav-menu .twp-menu-description {
  padding: 0 8px;
  height: 18px;
  line-height: 18px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  font-size: 10px;
  background-color: #CA2625;
  color: #fff;
  border-radius: 3px;
}

.comments-area .comment-respond .comment-form .logged-in-as a, .comments-area .comment-list li .comment-reply-link {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  padding: 0 30px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #F4A51C;
  color: #F4A51C;
  font-size: 16px;
}
.comments-area .comment-respond .comment-form .logged-in-as a:visited, .comments-area .comment-list li .comment-reply-link:visited {
  color: #F4A51C;
}
.comments-area .comment-respond .comment-form .logged-in-as a:hover, .comments-area .comment-list li .comment-reply-link:hover {
  background-color: #F4A51C;
  color: #fff;
}

.comments-area {
  padding: 30px;
  font-weight: 500;
  margin-top: 30px;
  background-color: #fff;
}
.comments-area cite {
  font-style: normal;
}
.comments-area .comments-title {
  margin: 0;
}
.comments-area textarea,
.comments-area input[type=text],
.comments-area input[type=email],
.comments-area input[type=url] {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeff2;
  padding: 10px 15px;
}
.comments-area #respond input#submit {
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  line-height: 36px;
  border-width: 2px;
  border-style: solid;
  border-color: #F4A51C;
  background-color: #F4A51C;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  font-size: 1.1rem;
  font-weight: 500;
}
.comments-area #respond input#submit:visited {
  color: #fff;
}
.comments-area #respond input#submit:hover {
  background-color: transparent;
  color: #F4A51C;
}
.comments-area .comment-list li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #eaeff2;
}
.comments-area .comment-list li .comment-reply-link {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.comments-area .comment-list li .comment-meta {
  color: #F4A51C;
}
.comments-area .comment-list li .comment-meta .comment-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comments-area .comment-list li .comment-meta .comment-author cite {
  display: inline-block;
  padding: 0 5px 0 15px;
}
.comments-area .comment-list li .comment-meta .comment-metadata {
  padding-top: 15px;
}
.comments-area .comment-list li .comment-meta .comment-metadata a, .comments-area .comment-list li .comment-meta .comment-metadata span, .comments-area .comment-list li .comment-meta .comment-metadata time {
  display: inline-block;
  position: relative;
}
.comments-area .comment-list li .comment-meta .comment-metadata time,
.comments-area .comment-list li .comment-meta .comment-metadata .comment-edit-link {
  padding-left: 25px;
  padding-right: 20px;
}
.comments-area .comment-list li .comment-meta .comment-metadata time:before,
.comments-area .comment-list li .comment-meta .comment-metadata .comment-edit-link:before {
  position: absolute;
  left: 5px;
  bottom: 0;
  font-size: 14px;
}
.comments-area .comment-list li .comment-meta .comment-metadata time:before {
  content: "";
}
.comments-area .comment-list li .comment-meta .comment-metadata .comment-edit-link:before {
  content: "";
}
.comments-area .comment-list li .comment-content p {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.comments-area .comment-list li .comment-content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list li .comment-content p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  font-size: 20px;
}
.comments-area .comment-list li .reply {
  padding-top: 15px;
}
.comments-area .comment-respond {
  padding-top: 15px;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 1.3rem;
  margin-top: 15px;
  margin-bottom: 0;
}
.comments-area .comment-respond p {
  margin-top: 15px;
  margin-bottom: 0;
}
.comments-area .comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comments-area .comment-respond .comment-form p {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .comments-area .comment-respond .comment-form p {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
  }
}
.comments-area .comment-respond .comment-form p.comment-notes, .comments-area .comment-respond .comment-form p.comment-form-comment, .comments-area .comment-respond .comment-form p.comment-form-cookies-consent, .comments-area .comment-respond .comment-form p.form-submit, .comments-area .comment-respond .comment-form p.logged-in-as {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
}
.comments-area .comment-respond .comment-form label {
  display: block;
  margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-ratings {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.comments-area .comment-respond .comment-form .comment-form-ratings label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 3px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  position: relative;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 2px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  text-align: justify;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  color: transparent;
  margin-top: 0;
}
.comments-area .comment-respond .comment-form .logged-in-as a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .comments-area .comment-respond .comment-form .logged-in-as a {
    margin-right: 10px;
    width: initial;
  }
}
.comments-area .comment-respond .comment-form .logged-in-as a:last-child {
  margin-right: 0;
}

.twp-single-post {
  margin: 0;
}
.twp-single-post p {
  text-align: initial;
}
.twp-single-post .twp-meta-tag {
  padding-top: 15px;
}
.twp-single-post .entry-content .entry-title,
.twp-single-post .entry-content p, .twp-single-post .entry-content h2, .twp-single-post .entry-content h3,
.twp-single-post .entry-content .post-thumbnail,
.twp-single-post .entry-content figure, .twp-single-post .entry-content figcaption,
.twp-single-post .entry-content .wp-block-cover,
.twp-single-post .entry-content .wp-block-button,
.twp-single-post .entry-header .entry-title,
.twp-single-post .entry-header p,
.twp-single-post .entry-header h2,
.twp-single-post .entry-header h3,
.twp-single-post .entry-header .post-thumbnail,
.twp-single-post .entry-header figure,
.twp-single-post .entry-header figcaption,
.twp-single-post .entry-header .wp-block-cover,
.twp-single-post .entry-header .wp-block-button {
  margin-bottom: 0;
  margin-top: 10px;
}
.twp-single-post .entry-content .wp-block-gallery,
.twp-single-post .entry-header .wp-block-gallery {
  margin-top: 0;
}
.twp-single-post .entry-content .wp-block-gallery.slick-slider,
.twp-single-post .entry-header .wp-block-gallery.slick-slider {
  margin-top: 20px;
}
.twp-single-post .entry-header p {
  font-style: italic;
  font-size: 1.1rem;
}
.twp-single-post .post-thumbnail,
.twp-single-post .wp-block-image {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}
.twp-single-post .post-thumbnail figcaption,
.twp-single-post .wp-block-image figcaption {
  margin: 0;
  padding-top: 5px;
}
.twp-single-post figure {
  text-align: center;
}
.twp-single-post .post-thumbnail {
  margin-top: 15px;
}
.twp-single-post .entry-content {
  margin: 0;
}
.twp-single-post .entry-content figcaption {
  font-size: 1rem;
  color: inherit;
}
.twp-single-post .entry-content pre.wp-block-verse, .twp-single-post .entry-content pre.wp-block-preformatted {
  background-color: #fff;
  font-size: 1rem;
  font-family: inherit;
  padding: 20px;
  margin-bottom: 0;
  margin-top: 15px;
  white-space: pre-line;
  text-align: justify;
  color: #010101;
}
.twp-single-post .entry-footer {
  padding: 5px 7.5px 15px;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeff2;
}
.twp-single-post .entry-footer span,
.twp-single-post .entry-footer a {
  display: inline-block;
  margin-top: 5px;
}
.twp-single-post .entry-footer .twp-icon,
.twp-single-post .entry-footer i {
  padding-left: 5px;
  display: inline-block;
  color: #CA2625;
}
.twp-single-post .entry-footer .twp-links {
  padding: 0 7.5px;
}
.twp-single-post .entry-footer a {
  padding-left: 5px;
}
.twp-single-post blockquote {
  padding: 0;
  margin: 0;
}
.twp-single-post blockquote p {
  font-size: 1.2rem;
  padding: 30px;
  position: relative;
}
.twp-single-post blockquote p:before, .twp-single-post blockquote p:after {
  display: block;
  position: absolute;
  font-size: 30px;
  color: #CA2625;
}
.twp-single-post blockquote p:before {
  content: "";
  left: 0;
  top: 0;
}
.twp-single-post blockquote p:after {
  content: "";
  right: 0;
  bottom: 0;
}
.twp-single-post blockquote cite {
  display: block;
  margin-top: 10px;
  text-align: end;
  color: #CA2625;
}
.twp-single-post .wp-block-pullquote {
  padding: 0;
}
.twp-single-post ul {
  margin: 0;
}
.twp-single-post ul li {
  padding-top: 15px;
}
.twp-single-post .wp-block-categories {
  padding-top: 15px;
  list-style: lower-roman;
}
.twp-single-post .wp-block-categories select {
  padding: 7px 15px;
}
.twp-single-post .wp-block-categories li {
  padding-left: 5px;
}
.twp-single-post .wp-block-code {
  background-color: #fff;
  font-family: inherit;
  margin-bottom: 0;
}
.twp-single-post code {
  font-family: inherit;
}
.twp-single-post table td {
  padding: 10px 15px;
  text-align: center;
}
.twp-single-post .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0;
}
.twp-single-post .wp-block-gallery figcaption {
  color: #fff;
}
.twp-single-post .wp-block-gallery li figure {
  margin-top: 0;
}
.twp-single-post .slick-slider li {
  padding-top: 0;
}
.twp-single-post hr {
  height: 2px;
  background-color: #eaeff2;
  margin: 20px 0 0;
}
.twp-single-post .wp-block-image {
  margin-bottom: 0;
}
.twp-single-post .twp-like-dislike-button,
.twp-single-post .booster-author-block {
  margin-top: 15px;
}

.widget-area .widget {
  padding: 0 15px 15px;
  background-color: #fff;
}

.widget .widget-title {
  margin: 0;
  padding-top: 15px;
}
.widget .wp-video,
.widget select {
  margin-top: 15px;
}
.widget .search-form {
  padding-top: 15px;
}
.widget figure,
.widget .wp-caption {
  margin: 0 auto;
  padding-top: 15px;
}
.widget p img {
  margin-top: 15px;
}
.widget select {
  padding: 10px 15px;
  font-family: inherit;
  width: 100%;
}
.widget ul li {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #d7d1d1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.widget ul li:first-child {
  border-top: 0;
}
.widget ul li a {
  display: inline-block;
}
.widget ul li ul {
  margin-top: 10px;
  border-bottom: 0;
  font-size: 0.9rem;
}
.widget ul li ul li {
  width: 100%;
}
.widget ul li ul li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #d7d1d1;
}
.widget ul li ul li a {
  padding-left: 15px;
  display: inline-block;
}
.widget ul li ul li ul {
  list-style: dots;
}
.widget ul li ul li li a {
  padding-left: 45px;
  display: inline-block;
}
.widget .menu {
  font-weight: 800;
}
.widget .menu ul {
  font-weight: 500;
}
.widget .menu ul ul {
  font-weight: 400;
}
.widget.widget_calendar table {
  border-spacing: 0;
  margin: 0;
}
.widget.widget_calendar thead {
  background-color: rgba(234, 239, 242, 0.4);
  color: #010101;
}
.widget.widget_calendar thead th {
  padding: 10px;
}
.widget.widget_calendar tbody {
  background-color: rgba(234, 239, 242, 0.63);
  color: #010101;
}
.widget.widget_calendar tbody td {
  text-align: center;
  padding: 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(215, 209, 209, 0.2);
}
.widget.widget_calendar tbody td:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
.widget.widget_calendar tbody tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.widget.widget_calendar caption,
.widget.widget_calendar tfoot {
  font-weight: 500;
}
.widget.widget_calendar caption {
  padding: 15px 0;
}
.widget.widget_calendar tfoot a {
  display: inline-block;
  padding-top: 15px;
}
.widget.widget_calendar a {
  color: #CA2625;
  font-weight: 500;
  font-size: 18px;
}
.widget.widget_calendar a:visited {
  color: #CA2625;
}
.widget.widget_calendar a:hover {
  color: #F4A51C;
}
.widget.widget_calendar nav {
  margin-top: 10px;
}
.widget .search-form label {
  width: calc(100% - 90px);
  float: left;
}
.widget .search-form label input {
  width: 100%;
  height: 45px;
  border-radius: 0;
  padding: 0 15px;
  border-color: #d7d1d1;
  outline: none;
}
.widget .search-form .search-submit {
  width: 90px;
  height: 45px;
  float: left;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  padding: 0;
  background-color: #CA2625;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.widget .search-form .search-submit:hover {
  background-color: #F4A51C;
  color: #fff;
}
.widget .slick-slide img {
  margin: auto;
}
.widget .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  margin: 15px 5px 0;
  background-color: #CA2625;
  color: #fff;
  padding: 0 10px;
  line-height: 1.8;
  text-transform: capitalize;
}
.widget .tagcloud a:visited {
  color: #fff;
}
.widget .tagcloud a:hover {
  background-color: #F4A51C;
  color: #fff;
}

.twp-site-footer {
  background-color: #0e263d;
  color: #fff;
  padding-bottom: 20px;
}
.twp-site-footer .twp-wrapper {
  align-items: center;
}
.twp-site-footer .site-info,
.twp-site-footer .twp-footer-menu {
  padding-top: 20px;
}
.twp-site-footer .site-info a {
  color: #F4A51C;
}
.twp-site-footer .site-info a:visited {
  color: #F4A51C;
}
.twp-site-footer .site-info a:hover {
  color: #fff;
}
.twp-site-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: -10px;
  margin-right: -10px;
}
.twp-site-footer ul li {
  padding: 10px 10px 0;
}
.twp-site-footer ul a,
.twp-site-footer ul .twp-btn-scetion .button {
  display: inline-block;
  color: #fff;
}
.twp-site-footer ul a:visited,
.twp-site-footer ul .twp-btn-scetion .button:visited {
  color: #fff;
}
.twp-site-footer ul a:hover,
.twp-site-footer ul .twp-btn-scetion .button:hover {
  color: #F4A51C;
}

.twp-footer-widget-section {
  background-color: #0e263d;
  color: #fff;
  padding-top: 15px;
}
.twp-footer-widget-section a {
  color: #fff;
}
.twp-footer-widget-section a:visited {
  color: #fff;
}
.twp-footer-widget-section a:hover {
  color: #F4A51C;
}
.twp-footer-widget-section .twp-wrapper {
  justify-content: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0.68);
  padding-bottom: 30px;
}
.twp-footer-widget-section .twp-arrow .slick-arrow {
  background-color: #fff;
}
.twp-footer-widget-section .widget,
.twp-footer-widget-section .widget-title {
  margin-top: 15px;
  margin-bottom: 0;
}
.twp-footer-widget-section .widget .twp-container,
.twp-footer-widget-section .widget .twp-container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.twp-header {
  background-color: #0e263d;
  color: #fff;
}
.twp-header a,
.twp-header button {
  color: #fff;
}
.twp-header a:visited,
.twp-header button:visited {
  color: #fff;
}
.twp-header a:hover, .twp-header a:focus,
.twp-header button:hover,
.twp-header button:focus {
  color: #CA2625;
}
.twp-header .twp-feature:hover, .twp-header .twp-feature:focus {
  color: #CA2625;
}

.twp-site-branding {
  padding: 30px 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  background-color: transparent;
}
.twp-site-branding.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #0e263d;
  -webkit-animation: twp-slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: twp-slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: twp-slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: twp-slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (min-width: 1050px) {
  .twp-site-branding {
    padding: 10px 30px;
  }
}
.twp-site-branding .twp-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.twp-site-branding .twp-logo {
  flex: 0 0 120px;
  max-width: 120px;
  padding-right: 15px;
}
.twp-site-branding .twp-logo .site-title,
.twp-site-branding .twp-logo .site-description {
  margin: 0;
}
@media (min-width: 576px) {
  .twp-site-branding .twp-logo {
    flex: 0 0 150px;
    max-width: 150px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .twp-site-branding .twp-logo {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media (min-width: 1050px) {
  .twp-site-branding .twp-logo {
    flex: 0 0 260px;
    max-width: 260px;
  }
}
.twp-site-branding .twp-search-field {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
}
@media (min-width: 576px) {
  .twp-site-branding .twp-search-field {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
  }
}
@media (min-width: 768px) {
  .twp-site-branding .twp-search-field {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
    padding: 20px 15px 0;
  }
}
@media (min-width: 1050px) {
  .twp-site-branding .twp-search-field {
    flex: 0 0 calc(100% - 510px);
    max-width: calc(100% - 510px);
    padding-left: 30px;
  }
}
.twp-site-branding .twp-search-field .twp-search-dropdown {
  display: none;
}
@media (min-width: 992px) {
  .twp-site-branding .twp-search-field .twp-search-dropdown {
    display: initial;
  }
}
.twp-site-branding .twp-search-field input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (min-width: 992px) {
  .twp-site-branding .twp-search-field input {
    border-radius: 0;
  }
}
.twp-site-branding .twp-site-feature {
  justify-content: center;
  margin-top: 30px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .twp-site-branding .twp-site-feature {
    justify-content: flex-end;
    margin-top: 0;
    flex: 0 0 250px;
    max-width: 250px;
  }
}

.admin-bar .twp-site-branding.sticky {
  top: 30px;
}

/* Banner section */
.twp-banner-section .twp-image-section {
  height: 400px;
}
@media (min-width: 1050px) {
  .twp-banner-section .twp-desc {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.twp-banner-section .slick-arrow {
  opacity: 0;
}
@media (min-width: 768px) {
  .twp-banner-section .slick-arrow {
    opacity: 1;
  }
}
.twp-banner-section .twp-banner-slider .slick-active .twp-image-section {
  -webkit-animation: bhat-fade-in 0.8s linear both;
  -o-animation: bhat-fade-in 0.8s linear both;
  -moz-animation: bhat-fade-in 0.8s linear both;
  animation: bhat-fade-in 0.8s linear both;
}
.twp-banner-section .twp-banner-slider .slick-active .twp-post-title {
  -webkit-animation: twp-entrance-inline 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: twp-entrance-inline 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: twp-entrance-inline 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: twp-entrance-inline 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.twp-banner-section .twp-banner-slider .slick-active .twp-btn-section {
  -webkit-animation: twp-entrance-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: twp-entrance-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -moz-animation: twp-entrance-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: twp-entrance-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/*Featured product category*/
.twp-category-product-section {
  padding: 30px 0 60px;
}
.twp-category-product-section .twp-section-title {
  margin: 0;
  padding-top: 30px;
  text-align: center;
}
.twp-category-product-section .twp-post-list {
  padding-top: 15px;
}
.twp-category-product-section .twp-post {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .twp-category-product-section .twp-post {
    padding: 0 15px;
  }
}
@media (min-width: 1050px) {
  .twp-category-product-section .twp-post {
    padding: 0 30px;
  }
}

/*Feature product/popular product*/
.twp-popular-product-section {
  padding: 30px 0 60px;
}
.twp-popular-product-section .twp-title-section {
  padding-top: 30px;
}
.twp-popular-product-section .twp-product-list {
  list-style: none;
  margin: 0 -7.5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.twp-popular-product-section .twp-product-list .twp-product {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .twp-popular-product-section .twp-product-list .twp-product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .twp-popular-product-section .twp-product-list .twp-product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1050px) {
  .twp-popular-product-section .twp-product-list .twp-product {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/*Lates blog*/
.twp-latest-post-section {
  background-color: #fff;
  padding: 30px 0 45px;
}
.twp-latest-post-section .twp-section-title {
  margin: 0;
  padding-top: 15px;
}
.twp-latest-post-section .twp-post {
  margin-top: 30px;
}

/*Store Feature*/
.twp-store-feature-section {
  padding: 30px 0 45px;
}
@media (min-width: 1050px) {
  .twp-store-feature-section .twp-wrapper {
    justify-content: center;
  }
}
.twp-store-feature-section .twp-store-feature-post {
  margin-top: 15px;
}

/*Advertisment Section*/
.twp-advertise-section {
  padding: 15px 0 45px;
}
.twp-advertise-section .twp-post {
  margin-top: 30px;
}
.twp-advertise-section .twp-wrapper {
  justify-content: center;
}

.twp-home-widget-section {
  padding: 30px 0 60px;
  margin: 0;
}
.twp-home-widget-section .twp-section-title {
  margin-top: 15px;
  margin-bottom: 0;
}
.twp-home-widget-section .twp-product-list {
  background-color: #fff;
}

.twp-grid-widget-section .twp-section-title {
  text-align: center;
}
.twp-grid-widget-section .twp-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.twp-grid-widget-section .twp-product-list {
  margin-top: 30px;
  padding: 30px 45px 45px;
}
.twp-grid-widget-section .twp-product {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .twp-grid-widget-section .twp-product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .twp-grid-widget-section .twp-product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .twp-grid-widget-section .twp-product {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1050px) {
  .twp-grid-widget-section .twp-product {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.twp-carousel-widget-section {
  position: relative;
}
.twp-carousel-widget-section .twp-product {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 30px;
}
.twp-carousel-widget-section .twp-product-list {
  padding: 30px 15px 15px;
  margin-top: 15px;
}

.twp-main-navigation {
  font-weight: 500;
}
@media (min-width: 576px) {
  .twp-main-navigation {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1050px) {
  .twp-main-navigation {
    padding: 0 30px;
  }
}
.twp-main-navigation .twp-nav-menu-icon {
  text-align: right;
  padding: 2px 15px 0;
  height: 40px;
}
@media (min-width: 768px) {
  .twp-main-navigation .twp-nav-menu-icon {
    padding: 2px 30px 0;
  }
}
@media (min-width: 1050px) {
  .twp-main-navigation .twp-nav-menu-icon {
    display: none;
  }
}
.twp-main-navigation .twp-nav-menu-icon .twp-menu-icon {
  display: inline-block;
}
.twp-main-navigation .twp-nav-menu-wrapper {
  display: none;
}
@media (min-width: 1050px) {
  .twp-main-navigation .twp-nav-menu-wrapper {
    display: block;
  }
}
.twp-main-navigation .twp-feature-category {
  flex: 0 0 250px;
  max-width: 250px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 400;
  cursor: pointer;
  order: 2;
}
@media (min-width: 576px) {
  .twp-main-navigation .twp-feature-category {
    order: 1;
  }
}
.twp-main-navigation .twp-feature-category span {
  display: inline-block;
  padding: 0 5px;
}
.twp-main-navigation .twp-feature-category .twp-feature-menu-icon {
  font-size: 20px;
}
.twp-main-navigation .twp-feature-category .twp-arrow-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.twp-main-navigation .twp-nav-menu-section {
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
  order: 3;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 576px) {
  .twp-main-navigation .twp-nav-menu-section {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
    order: 2;
  }
}
.twp-main-navigation .twp-social-menu-section {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  height: 40px;
  justify-content: center;
  order: 1;
  margin-bottom: 15px;
}
.twp-main-navigation .twp-social-menu-section .twp-social-menu {
  justify-content: center;
}
@media (min-width: 576px) {
  .twp-main-navigation .twp-social-menu-section .twp-social-menu {
    justify-content: flex-end;
  }
}
.twp-main-navigation .twp-social-menu-section .twp-social-menu li {
  margin: 0 5px;
}
@media (min-width: 576px) {
  .twp-main-navigation .twp-social-menu-section .twp-social-menu li {
    margin: 0;
  }
}
.twp-main-navigation .twp-social-menu-section .twp-social-menu li a {
  border-radius: 100%;
}
@media (min-width: 576px) {
  .twp-main-navigation .twp-social-menu-section .twp-social-menu li a {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .twp-main-navigation .twp-social-menu-section {
    flex: 0 0 200px;
    max-width: 200px;
    order: 3;
    margin-bottom: 0;
  }
}
.twp-main-navigation .twp-social-menu-section a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.twp-main-navigation .twp-feature-category-list {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: #0e263d;
}
.twp-main-navigation .twp-feature-category-list > ul > li {
  font-weight: 500;
}
.twp-main-navigation .twp-feature-category-list .down-arrow > a:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 14px;
  content: "";
}
.twp-main-navigation .twp-feature-category-list li {
  line-height: 1;
  padding: 15px 10px;
  font-size: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
  border-color: rgba(255, 255, 255, 0.1);
  display: block;
}
.twp-main-navigation .twp-feature-category-list li ul {
  display: none;
  padding: 0 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  margin-top: 15px;
}
.twp-main-navigation .twp-feature-category-list li ul li {
  font-weight: 100;
}
.twp-main-navigation .twp-feature-category-list li ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 0;
}
.twp-main-navigation .twp-feature-category-list a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding-right: 3px;
}
.twp-main-navigation .twp-feature-category-list a:hover {
  color: #F4A51C;
}

.admin-bar .twp-offcanvas-section {
  top: 30px;
}

.twp-offcanvas-section {
  position: fixed;
  top: 0;
  right: -800px;
  z-index: 11;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
  color: #404553;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .twp-offcanvas-section {
    width: 400px;
  }
}
.twp-offcanvas-section.show {
  right: 0;
}
.twp-offcanvas-section .twp-close-section {
  text-align: right;
  cursor: pointer;
}
.twp-offcanvas-section .twp-close-section button {
  padding: 0;
  background-color: transparent;
  font-size: 25px;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #F4A51C;
}
.twp-offcanvas-section .twp-close-section button:hover {
  -webkit-animation: twp-rotate-center 0.5s ease-in both;
  -o-animation: twp-rotate-center 0.5s ease-in both;
  -moz-animation: twp-rotate-center 0.5s ease-in both;
  animation: twp-rotate-center 0.5s ease-in both;
}
.twp-offcanvas-section .widget {
  background-color: #eaeff2;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0 15px 15px;
}
.twp-offcanvas-section .widget:last-child {
  margin-bottom: 30px;
}
.twp-offcanvas-section .twp-arrow .slick-arrow {
  background-color: #fff;
}

.twp-404-section {
  padding: 45px 0 60px;
  text-align: center;
}
@media (min-width: 1050px) {
  .twp-404-section {
    padding: 65px 0 80px;
  }
}
@media (min-width: 1050px) {
  .twp-404-section .twp-section-wrapper {
    max-width: 600px;
    margin: auto;
  }
}
.twp-404-section p,
.twp-404-section .page-title {
  margin: 0;
  padding-top: 10px;
}
.twp-404-section .page-title {
  color: #CA2625;
  text-transform: capitalize;
}
.twp-404-section p {
  font-weight: 500;
}
.twp-404-section .search-form {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .twp-404-section .search-form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.twp-404-section .search-form label {
  width: calc(100% - 150px);
  float: left;
}
.twp-404-section .search-form label input {
  width: 100%;
  height: 45px;
  border-radius: 0;
  padding: 0 15px;
  border-color: #d7d1d1;
  outline: none;
}
.twp-404-section .search-form .search-submit {
  width: 150px;
  height: 45px;
  float: left;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  padding: 0;
  background-color: #CA2625;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.twp-404-section .search-form .search-submit:hover {
  background-color: #F4A51C;
  color: #fff;
}

.site-content .widget {
  margin-top: 15px;
  margin-bottom: 0;
}
.site-content p,
.site-content .page-title {
  margin-top: 15px;
  margin-bottom: 0;
}

.twp-archive-post-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.twp-archive-post-list .entry-content,
.twp-archive-post-list .entry-summary {
  margin: 0;
}
.twp-archive-post-list .twp-archive-post {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-top: 20px;
  margin-bottom: 0;
}

#yith-wcwl-popup-message {
  background-color: #CA2625;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 45px;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 16px;
  border-color: #eaeff2;
  font-weight: 500;
  margin: 10px 0 0;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #F4A51C;
}
.woocommerce .woocommerce-breadcrumb a:visited {
  color: #F4A51C;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #CA2625;
}
.woocommerce .woocommerce-result-count {
  float: right;
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 14px;
}
.woocommerce .woocommerce-ordering {
  float: left;
  margin: 10px 0 0;
}
.woocommerce .woocommerce-ordering .select2-container .select2-choice {
  height: 40px;
  line-height: 40px;
}
.woocommerce .product .stock.out-of-stock {
  color: #CA2625;
  font-weight: 500;
  font-size: 1rem;
}

.search-no-results.woocommerce .woocommerce-info {
  margin-top: 30px;
  border-top: 0;
  font-size: 35px;
  color: #CA2625;
  font-weight: 800;
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
.search-no-results.woocommerce .woocommerce-info:before {
  content: none;
}

/******************CART***********/
.woocommerce table.twp-cart-table {
  margin-top: 30px;
}
.woocommerce .twp-cart-collaterals {
  padding-top: 15px;
}
.woocommerce .twp-cart-collaterals h2, .woocommerce .twp-cart-collaterals h3,
.woocommerce .twp-cart-collaterals .block-title {
  margin-top: 15px;
  margin-bottom: 0;
}
.woocommerce .twp-cart-collaterals .twp-shiping-form .twp-shipping-list {
  margin-top: 15px;
}

/***************SHOP PAGE***********************/
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product {
  float: none;
  margin: 30px 0 0;
  padding-left: 7.5px;
  padding-right: 7.5px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .woocommerce ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products.columns-5 li.product, .woocommerce ul.products.column-4 li.product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1050px) {
  .woocommerce ul.products.columns-5 li.product {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1050px) {
  .woocommerce ul.products.columns-4 li.product {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1050px) {
  .woocommerce ul.products.columns-3 li.product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table {
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 5px;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table td,
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table th {
  border-top: 0;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table tr {
  padding: 10px 15px 0;
  border-top: 0;
  align-items: center;
}
@media (min-width: 992px) {
  .woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table th {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  .woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table td {
    flex: 0 0 35%;
    max-width: 35%;
    text-align: right;
  }
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table .twp-coupon td {
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table .twp-coupon td:before {
  content: none;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table .twp-coupon .coupon {
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  align-items: center;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table .twp-coupon .coupon input {
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding: 0 15px;
  height: 40px;
  border-radius: 0;
  border-color: #eaeff2;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table .twp-coupon .coupon button {
  display: block;
  flex: 0 0 150px;
  max-width: 150px;
  padding: 0;
  height: 40px;
  text-align: center;
  border-radius: 0;
  background-color: #F4A51C;
  color: #fff;
  border-color: #F4A51C;
  outline: none;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table .twp-coupon .coupon button:hover {
  color: #fff;
  background-color: #CA2625;
  border-color: #CA2625;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals table .woocommerce-shipping-calculator {
  width: 100%;
  text-align: left;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals .wc-proceed-to-checkout {
  padding: 15px;
  background-color: #fff;
  line-height: 1;
  text-align: center;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals .wc-proceed-to-checkout a {
  margin: 0;
  width: 100%;
  display: inline-block;
  background-color: #CA2625;
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 0;
}
.woocommerce .twp-cart-collaterals .twp-cart-total .cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #F4A51C;
  color: #fff;
  border-color: #F4A51C;
}
.woocommerce .twp-cart-collaterals .twp-shiping-form .twp-shipping-list {
  background-color: #fff;
  padding: 5px 15px 15px;
}
.woocommerce .twp-cart-collaterals .twp-shiping-form #shipping_method li {
  margin: 0;
}
.woocommerce .twp-cart-collaterals .twp-shiping-form #shipping_method li input {
  margin: 5px 5px 0 0;
}
.woocommerce .twp-cart-collaterals .twp-shiping-form .woocommerce-shipping-destination strong {
  padding-left: 10px;
}
.woocommerce .twp-cart-collaterals .twp-shiping-form .woocommerce-shipping-calculator .shipping-calculator-button {
  background-color: #CA2625;
  color: #fff;
  padding: 10px 15px;
  line-height: 1;
  margin-top: 15px;
}
.woocommerce .twp-cart-collaterals .twp-shiping-form .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  background-color: #F4A51C;
  color: #fff;
}
.woocommerce .twp-cart-collaterals .twp-shiping-form .woocommerce-shipping-calculator .shipping-calculator-form {
  margin-top: 5px;
}
.woocommerce .twp-cart-collaterals .twp-shiping-form .woocommerce-shipping-calculator .shipping-calculator-form p {
  margin: 0;
}
.woocommerce .twp-cart-collaterals .twp-shiping-form .woocommerce-shipping-calculator .shipping-calculator-form button {
  display: inline-block;
  background-color: #F4A51C;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  padding: 0 30px;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  outline: none;
}

.woocommerce table.twp-cart-table td {
  text-align: left;
}
.woocommerce table.twp-cart-table tr {
  align-items: center;
}
.woocommerce table.twp-cart-table .product-name,
.woocommerce table.twp-cart-table .product-price,
.woocommerce table.twp-cart-table .product-quantity,
.woocommerce table.twp-cart-table .product-subtotal,
.woocommerce table.twp-cart-table .product-remove {
  padding-bottom: 20px;
}
.woocommerce table.twp-cart-table .product-name:before,
.woocommerce table.twp-cart-table .product-price:before,
.woocommerce table.twp-cart-table .product-quantity:before,
.woocommerce table.twp-cart-table .product-subtotal:before,
.woocommerce table.twp-cart-table .product-remove:before {
  font-size: 18px;
}
@media (min-width: 992px) {
  .woocommerce table.twp-cart-table .product-thumbnail {
    flex: 0 0 80px;
    max-width: 80px;
  }
}
.woocommerce table.twp-cart-table .product-thumbnail img {
  width: 100%;
}
.woocommerce table.twp-cart-table .product-thumbnail a {
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce table.twp-cart-table .product-name {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
    padding-left: 30px;
  }
}
.woocommerce table.twp-cart-table .product-name a {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .woocommerce table.twp-cart-table .product-name a {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .woocommerce table.twp-cart-table .product-price {
    flex: 0 0 80px;
    max-width: 80px;
  }
}
@media (min-width: 992px) {
  .woocommerce table.twp-cart-table .product-quantity {
    flex: 0 0 110px;
    max-width: 110px;
  }
}
.woocommerce table.twp-cart-table .product-quantity input {
  width: 60px;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.woocommerce table.twp-cart-table .product-subtotal {
  font-weight: 500;
}
@media (min-width: 992px) {
  .woocommerce table.twp-cart-table .product-subtotal {
    flex: 100px;
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .woocommerce table.twp-cart-table .product-remove {
    flex: 0 0 30px;
    max-width: 30px;
  }
}
.woocommerce table.twp-cart-table tfoot tr {
  justify-content: space-between;
}
.woocommerce table.twp-cart-table tfoot tr td:before {
  content: none;
}
.woocommerce table.twp-cart-table tfoot span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce table.twp-cart-table tfoot .twp-icon {
  color: #CA2625;
  font-size: 18px;
}
.woocommerce table.twp-cart-table tfoot .twp-empty-cart a {
  display: inline-block;
}
.woocommerce table.twp-cart-table tfoot .twp-update-cart {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .woocommerce table.twp-cart-table tfoot .twp-update-cart {
    margin-top: 0;
  }
}
.woocommerce table.twp-cart-table tfoot .twp-update-cart .twp-icon {
  position: relative;
  top: 2px;
}
.woocommerce table.twp-cart-table tfoot .twp-update-cart button,
.woocommerce table.twp-cart-table tfoot .twp-update-cart button:disabled {
  padding: 0 5px;
  background-color: transparent;
}
.woocommerce table.twp-cart-table tfoot .twp-update-cart button:hover,
.woocommerce table.twp-cart-table tfoot .twp-update-cart button:disabled:hover {
  background-color: transparent;
}

.woocommerce-checkout .checkout .col2-set .col-2 #ship-to-different-address {
  float: none;
  margin-bottom: 15px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  margin-top: 15px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 15px 30px 30px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
  flex: 0 0 100%;
  max-width: 100%;
  float: none;
  width: initial;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 576px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1050px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  display: block;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox span {
  display: inline-block;
  padding-left: 5px;
}
.woocommerce-checkout .woocommerce-additional-fields p {
  margin: 0;
}
.woocommerce-checkout table.order_details, .woocommerce-checkout table.woocommerce-checkout-review-order-table {
  margin-bottom: 0;
}
.woocommerce-checkout table.order_details tr, .woocommerce-checkout table.woocommerce-checkout-review-order-table tr {
  justify-content: space-between;
}
.woocommerce-checkout table.order_details tbody tr td, .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr td {
  flex: 0 0 70%;
  max-width: 70%;
}
.woocommerce-checkout table.order_details tbody tr td:last-child, .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr td:last-child {
  text-align: right;
  flex: 0 0 30%;
  max-width: 30%;
}
.woocommerce-checkout table.order_details tfoot th, .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th {
  border: 0;
  padding: 0;
  line-height: 1;
}

.twp-shiping-form form .form-row input.input-text,
.woocommerce-checkout form .form-row input.input-text {
  margin-top: 15px;
}
.twp-shiping-form form .form-row label,
.woocommerce-checkout form .form-row label {
  margin-top: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #404553;
}
.twp-shiping-form form .form-row textarea,
.woocommerce-checkout form .form-row textarea {
  height: 200px;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 0;
  border-color: #eaeff2;
  line-height: 1;
}
.twp-shiping-form .woocommerce-shipping-calculator input,
.twp-shiping-form .woocommerce-billing-fields__field-wrapper input,
.twp-shiping-form .woocommerce-shipping-fields__field-wrapper input,
.woocommerce-checkout .woocommerce-shipping-calculator input,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  font-family: inherit;
  color: inherit;
  border-radius: 0;
  border-color: #eaeff2;
  font-size: 16px;
}
.twp-shiping-form .woocommerce-shipping-calculator .select2-container--default .select2-selection--single,
.twp-shiping-form .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.twp-shiping-form .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce-shipping-calculator .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single {
  height: auto;
  line-height: 1;
  padding: 7px 15px;
  border-radius: 0;
  border-color: #eaeff2;
  margin-top: 15px;
}
.twp-shiping-form .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow,
.twp-shiping-form .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.twp-shiping-form .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 5px;
  top: 8px;
}

table.woocommerce-orders-table.shop_table {
  font-size: 14px;
}
table.woocommerce-orders-table.shop_table th {
  flex-grow: 1;
}
table.woocommerce-orders-table.shop_table tbody tr {
  align-items: center;
}
table.woocommerce-orders-table.shop_table tbody tr td {
  margin-top: 15px;
}
@media (min-width: 768px) {
  table.woocommerce-orders-table.shop_table tbody tr td {
    flex: initial;
    max-width: initial;
    flex-grow: 1;
    margin-top: 0;
  }
}

.woocommerce ul.shop_table_responsive tr:nth-child(2n) td,
.woocommerce table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}
.woocommerce ul.shop_table,
.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  padding: 0 30px 10px;
  margin: 15px 0 0;
}
.woocommerce ul.shop_table thead,
.woocommerce table.shop_table thead {
  font-size: 18px;
  color: inherit;
}
.woocommerce ul.shop_table thead tr,
.woocommerce table.shop_table thead tr {
  border-bottom: 1px solid #eaeff2;
  border-top: 0;
}
.woocommerce ul.shop_table thead th,
.woocommerce table.shop_table thead th {
  border: 0;
  font-weight: 500;
  line-height: 1;
}
.woocommerce ul.shop_table tr,
.woocommerce table.shop_table tr {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border-top: 1px solid #eaeff2;
}
.woocommerce ul.shop_table tr td,
.woocommerce table.shop_table tr td {
  border: 0;
  padding: 0;
  text-align: left;
  line-height: 1;
}
.woocommerce ul.shop_table tbody td,
.woocommerce ul.shop_table tbody th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tbody th {
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce ul.shop_table tbody tr:first-child,
.woocommerce table.shop_table tbody tr:first-child {
  border-top: 0;
}
.woocommerce ul.shop_table .product-thumbnail a,
.woocommerce table.shop_table .product-thumbnail a {
  max-width: 100%;
}
.woocommerce ul.shop_table .product-remove div,
.woocommerce table.shop_table .product-remove div {
  height: 100%;
}
.woocommerce ul.shop_table .product-remove a,
.woocommerce table.shop_table .product-remove a {
  position: relative;
  font-size: 0;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.woocommerce ul.shop_table .product-remove a:hover:before,
.woocommerce table.shop_table .product-remove a:hover:before {
  color: #F4A51C;
}
.woocommerce ul.shop_table .product-remove a:before,
.woocommerce table.shop_table .product-remove a:before {
  content: "";
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #CA2625;
}

.twp-minicart-content .woocommerce {
  margin: 0;
}
.twp-minicart-content .woocommerce ul.cart_list, .twp-minicart-content .woocommerce ul.product_list_widget {
  max-height: 150px;
  overflow-y: scroll;
}
.twp-minicart-content .woocommerce ul.cart_list li, .twp-minicart-content .woocommerce ul.product_list_widget li {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  height: 75px;
}
.twp-minicart-content .woocommerce ul.cart_list li .remove, .twp-minicart-content .woocommerce ul.product_list_widget li .remove {
  display: inline-block;
  width: 30px;
  right: 15px;
  top: 0;
  left: initial;
  background-color: transparent;
  font-size: 0;
  border-radius: 0;
  height: 100%;
  margin: 0;
}
.twp-minicart-content .woocommerce ul.cart_list li .remove:hover:before, .twp-minicart-content .woocommerce ul.product_list_widget li .remove:hover:before {
  color: #F4A51C;
}
.twp-minicart-content .woocommerce ul.cart_list li .remove:before, .twp-minicart-content .woocommerce ul.product_list_widget li .remove:before {
  content: "";
  display: inline-block;
  font-size: 18px;
  color: #010101;
  position: relative;
  color: #CA2625;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.twp-minicart-content .woocommerce ul.cart_list li a,
.twp-minicart-content .woocommerce ul.cart_list li .quantity, .twp-minicart-content .woocommerce ul.product_list_widget li a,
.twp-minicart-content .woocommerce ul.product_list_widget li .quantity {
  margin-left: 70px;
  width: 100%;
  margin-right: 30px;
}
.twp-minicart-content .woocommerce ul.cart_list li a, .twp-minicart-content .woocommerce ul.product_list_widget li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.twp-minicart-content .woocommerce ul.cart_list li .quantity, .twp-minicart-content .woocommerce ul.product_list_widget li .quantity {
  display: flex;
  flex-wrap: wrap;
}
.twp-minicart-content .woocommerce ul.cart_list li img, .twp-minicart-content .woocommerce ul.product_list_widget li img {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 50px;
}
.twp-minicart-content .woocommerce .widget_shopping_cart p, .twp-minicart-content .woocommerce.widget_shopping_cart p {
  margin: 0;
}
.twp-minicart-content .woocommerce .widget_shopping_cart .total, .twp-minicart-content .woocommerce.widget_shopping_cart .total {
  border: 0;
  margin: 0;
  padding: 10px 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.twp-minicart-content .woocommerce .widget_shopping_cart .total strong, .twp-minicart-content .woocommerce.widget_shopping_cart .total strong {
  font-size: 18px;
}
.twp-minicart-content .woocommerce .widget_shopping_cart .buttons, .twp-minicart-content .woocommerce.widget_shopping_cart .buttons {
  padding: 10px 10px 0;
}
.twp-minicart-content .woocommerce .widget_shopping_cart .buttons .button, .twp-minicart-content .woocommerce.widget_shopping_cart .buttons .button {
  width: calc(50% - 10px);
  border-radius: 0;
  margin: 0 5px;
  text-align: center;
  background-color: #CA2625;
  color: #fff;
}
.twp-minicart-content .woocommerce .widget_shopping_cart .buttons .button:hover, .twp-minicart-content .woocommerce.widget_shopping_cart .buttons .button:hover {
  background-color: #F4A51C;
  color: #fff;
}
.twp-minicart-content .woocommerce .woocommerce-mini-cart__empty-message {
  padding: 5px 10px 0;
}

.woocommerce-order p,
.woocommerce-order h1, .woocommerce-order h2, .woocommerce-order h3, .woocommerce-order h4, .woocommerce-order h5 {
  margin-top: 15px;
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-notice--success {
  color: #1e85be;
  font-weight: 500;
}
.woocommerce-order ul.order_details {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin: 15px 0 0;
}
.woocommerce-order ul.order_details li {
  float: none;
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #eaeff2;
  padding: 15px 0;
  font-size: 0.8rem;
}
.woocommerce-order ul.order_details li:nth-child(1) {
  border-top: 0;
}
.woocommerce-order ul.order_details li:last-child {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #eaeff2;
}
@media (min-width: 576px) {
  .woocommerce-order ul.order_details li {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 7.5px;
  }
  .woocommerce-order ul.order_details li:nth-child(2) {
    border-top: 0;
  }
}
@media (min-width: 1050px) {
  .woocommerce-order ul.order_details li {
    flex: 0 0 calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
  }
  .woocommerce-order ul.order_details li:nth-child(3) {
    border-top: 0;
  }
}
.woocommerce-order ul.order_details li strong {
  line-height: initial;
  padding-top: 5px;
  font-size: 1rem;
}
.woocommerce-order .woocommerce-customer-details {
  margin: 0;
}
.woocommerce-order .woocommerce-customer-details address {
  margin: 15px 0 0;
  line-height: 2;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  .woocommerce-order .woocommerce-customer-details address {
    width: 400px;
  }
}
.woocommerce-order .woocommerce-customer-details address p {
  margin: 5px 0 0;
  position: relative;
}
.woocommerce-order .woocommerce-customer-details address p:before {
  top: 2px;
}
.woocommerce-order .woocommerce-customer-details address p.woocommerce-customer-details--phone:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

/******************QUICK VIEW*******************/
#yith-quick-view-content .onsale {
  top: 30px;
  left: 30px;
}

#yith-quick-view-modal #yith-quick-view-close {
  color: #CA2625;
  border: 0;
  opacity: 1;
  font-size: 0;
  top: 10px;
  right: 10px;
}
#yith-quick-view-modal #yith-quick-view-close:hover {
  color: #F4A51C;
}
#yith-quick-view-modal #yith-quick-view-close:before {
  content: "";
  display: inline-block;
  font-size: 18px;
}
#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none;
  padding-bottom: 15px;
}
#yith-quick-view-modal .product .summary,
#yith-quick-view-modal .product .woocommerce-product-gallery {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
#yith-quick-view-modal .product .summary {
  padding-top: 0;
}
#yith-quick-view-modal .product .woocommerce-product-gallery__trigger {
  right: 30px;
}

/*******************COMPARE****************/
.woocommerce ul.products li.product .twp-sale-badge .onsale {
  right: initial;
  left: 0;
  margin: 0;
  position: relative;
}
.woocommerce ul.products .twp-product .twp-product-title {
  padding: 10px 0 0;
}
.woocommerce ul.products .twp-product .twp-product-title-sm {
  font-size: 14px;
}
.woocommerce ul.products .twp-product div a img {
  margin: 0;
}
.woocommerce ul.products .twp-product .twp-quick-view-icon .compare,
.woocommerce ul.products .twp-product .twp-quick-view-icon .button,
.woocommerce ul.products .twp-product .twp-compare-icon .compare,
.woocommerce ul.products .twp-product .twp-compare-icon .button,
.woocommerce ul.products .twp-product .twp-product-wishlist-icon .compare,
.woocommerce ul.products .twp-product .twp-product-wishlist-icon .button {
  margin-top: 0;
  padding: 0;
  border-radius: 100%;
  line-height: 30px;
}
.woocommerce ul.products .twp-product .twp-btn-section .button {
  margin-top: 0;
  background-color: transparent;
  color: #404553;
}
.woocommerce ul.products .twp-product .twp-btn-section .button:hover {
  color: #CA2625;
}

.related.products {
  padding-top: 15px;
}
.related.products h2, .related.products h3, .related.products h4 {
  margin: 10px 0 0;
}

.twp-product ul.twp-product-featured-icon-list {
  margin: 0;
}

.woocommerce #content .twp-single-product .twp-product-image .woocommerce-product-gallery {
  float: none;
  width: 100%;
}
.woocommerce .twp-single-product {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 0 15px 30px;
  margin-top: 30px;
}
.woocommerce .twp-single-product .twp-product-image,
.woocommerce .twp-single-product .twp-product-summary {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce .twp-single-product .twp-product-image {
  position: relative;
}
@media (min-width: 1050px) {
  .woocommerce .twp-single-product .twp-product-image {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.woocommerce .twp-single-product .twp-product-image .onsale {
  left: 30px;
  top: 20px;
  position: absolute;
}
@media (min-width: 1050px) {
  .woocommerce .twp-single-product .twp-product-summary {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon {
  display: flex;
  flex-wrap: wrap;
  order: 3;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #eaeff2;
  margin: 10px 5px 0;
}
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  display: block;
}
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon .twp-wishlist-icon {
  font-size: 0;
}
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon .twp-wishlist-icon i {
  font-size: 14px;
  margin: 0;
  position: relative;
  top: 8px;
}
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon .twp-wishlist-icon span {
  display: none;
}
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon .button,
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon .compare {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 33px;
  display: inline-block;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #eaeff2;
  background-color: #fff;
  border-radius: 0;
  color: #404553;
}
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon .button:visited,
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon .compare:visited {
  color: #404553;
}
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon .button:hover,
.woocommerce .twp-single-product .twp-product-summary form .twp-quantity-section-icon .compare:hover {
  color: #CA2625;
}
.woocommerce .twp-single-product .twp-product-summary .variations td {
  padding-top: 10px;
}
.woocommerce .twp-single-product .twp-product-summary .variations .label {
  width: 120px;
}
.woocommerce .twp-single-product .twp-product-summary a.compare {
  display: none;
}
.woocommerce .twp-single-product .twp-product-summary .yith-wcwl-add-to-wishlist {
  display: none;
}

.woocommerce .product div.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
}
.woocommerce .product div.woocommerce-product-gallery a.woocommerce-product-gallery__trigger:before {
  border-color: #CA2625;
  top: 11px;
  left: 11px;
}
.woocommerce .product div.woocommerce-product-gallery a.woocommerce-product-gallery__trigger:after {
  background-color: #CA2625;
  top: 21px;
  left: 24px;
}
.woocommerce .product .summary p,
.woocommerce .product .summary .entry-title,
.woocommerce .product .twp-product-summary p,
.woocommerce .product .twp-product-summary .entry-title {
  margin-top: 10px;
  margin-bottom: 0;
}
.woocommerce .product .summary .entry-title,
.woocommerce .product .twp-product-summary .entry-title {
  line-height: 1.3;
  font-size: 18px;
}
.woocommerce .product .summary .price,
.woocommerce .product .summary .woocommerce-grouped-product-list-item__price,
.woocommerce .product .twp-product-summary .price,
.woocommerce .product .twp-product-summary .woocommerce-grouped-product-list-item__price {
  font-size: 15px;
  color: #F4A51C;
}
.woocommerce .product .summary .price del,
.woocommerce .product .summary .woocommerce-grouped-product-list-item__price del,
.woocommerce .product .twp-product-summary .price del,
.woocommerce .product .twp-product-summary .woocommerce-grouped-product-list-item__price del {
  font-size: 13px;
  color: #404553;
  opacity: 0.5;
}
.woocommerce .product .summary .price ins,
.woocommerce .product .summary .woocommerce-grouped-product-list-item__price ins,
.woocommerce .product .twp-product-summary .price ins,
.woocommerce .product .twp-product-summary .woocommerce-grouped-product-list-item__price ins {
  padding-left: 5px;
  background-color: transparent;
  font-weight: 800;
}
.woocommerce .product .summary form.cart,
.woocommerce .product .summary .woocommerce-variation-add-to-cart,
.woocommerce .product .twp-product-summary form.cart,
.woocommerce .product .twp-product-summary .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.woocommerce .product .summary form.cart .twp-quantity,
.woocommerce .product .summary .woocommerce-variation-add-to-cart .twp-quantity,
.woocommerce .product .twp-product-summary form.cart .twp-quantity,
.woocommerce .product .twp-product-summary .woocommerce-variation-add-to-cart .twp-quantity {
  order: 1;
  float: none;
  padding: 0 5px;
  margin: 10px 0 0;
}
.woocommerce .product .summary form.cart .twp-quantity input,
.woocommerce .product .summary .woocommerce-variation-add-to-cart .twp-quantity input,
.woocommerce .product .twp-product-summary form.cart .twp-quantity input,
.woocommerce .product .twp-product-summary .woocommerce-variation-add-to-cart .twp-quantity input {
  height: 35px;
  border-radius: 0;
  border-color: #eaeff2;
  padding: 0;
}
.woocommerce .product .summary form.cart button,
.woocommerce .product .summary .woocommerce-variation-add-to-cart button,
.woocommerce .product .twp-product-summary form.cart button,
.woocommerce .product .twp-product-summary .woocommerce-variation-add-to-cart button {
  order: 2;
  background-color: #CA2625;
  color: #fff;
  height: 35px;
  line-height: 33px;
  border-width: 1px;
  border-style: solid;
  border-color: #CA2625;
  padding: 0 30px;
  border-radius: 0;
  margin: 10px 5px 0;
  float: none;
}
.woocommerce .product .summary form.cart button:hover,
.woocommerce .product .summary .woocommerce-variation-add-to-cart button:hover,
.woocommerce .product .twp-product-summary form.cart button:hover,
.woocommerce .product .twp-product-summary .woocommerce-variation-add-to-cart button:hover {
  background-color: #F4A51C;
  border-color: #F4A51C;
  color: #fff;
}
.woocommerce .product .summary .product_meta,
.woocommerce .product .twp-product-summary .product_meta {
  margin-top: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeff2;
  padding: 5px 15px 15px;
}
.woocommerce .product .summary .product_meta span,
.woocommerce .product .twp-product-summary .product_meta span {
  display: block;
  color: #F4A51C;
  font-weight: 500;
}
.woocommerce .product .summary .product_meta span a,
.woocommerce .product .summary .product_meta span span,
.woocommerce .product .twp-product-summary .product_meta span a,
.woocommerce .product .twp-product-summary .product_meta span span {
  margin-top: 10px;
  padding-left: 10px;
  display: inline-block;
  color: #404553;
  font-weight: 400;
}
.woocommerce .product .summary .product_meta span a:visited,
.woocommerce .product .twp-product-summary .product_meta span a:visited {
  color: #404553;
}
.woocommerce .product .summary .product_meta span a:hover,
.woocommerce .product .twp-product-summary .product_meta span a:hover {
  color: #CA2625;
}
.woocommerce .product form.cart table.group_table td {
  vertical-align: middle;
}
.woocommerce .product form.cart table.group_table td:first-child {
  display: flex;
  width: 152px;
}
.woocommerce .product form.cart table.group_table td.woocommerce-grouped-product-list-item__label label {
  font-weight: 600;
}

.woocommerce .product div.woocommerce-tabs {
  margin-top: 30px;
}
.woocommerce .product div.woocommerce-tabs p,
.woocommerce .product div.woocommerce-tabs h1, .woocommerce .product div.woocommerce-tabs h2, .woocommerce .product div.woocommerce-tabs h3, .woocommerce .product div.woocommerce-tabs h4 {
  margin-top: 10px;
  margin-bottom: 0;
}
.woocommerce .product div.woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
}
.woocommerce .product div.woocommerce-tabs ul.tabs:before {
  content: none;
  border: 0;
}
.woocommerce .product div.woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  border: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #eaeff2;
  flex-grow: 1;
}
.woocommerce .product div.woocommerce-tabs ul.tabs li:before, .woocommerce .product div.woocommerce-tabs ul.tabs li:after {
  content: none;
}
.woocommerce .product div.woocommerce-tabs ul.tabs li:first-child {
  border-left: 1px solid #eaeff2;
}
.woocommerce .product div.woocommerce-tabs ul.tabs li a {
  padding: 10px 15px;
  color: #404553;
  font-weight: 500;
}
.woocommerce .product div.woocommerce-tabs ul.tabs li a:active {
  color: #F4A51C;
}
.woocommerce .product div.woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0;
  padding: 20px 30px 30px;
  border: 1px solid #eaeff2;
}
.woocommerce .product div.woocommerce-tabs table.shop_attributes {
  margin: 15px 0 0;
  border-top: 0;
}
.woocommerce .product div.woocommerce-tabs table.shop_attributes tr {
  display: flex;
  flex-wrap: wrap;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #eaeff2;
  align-items: center;
  padding: 10px 15px;
}
.woocommerce .product div.woocommerce-tabs table.shop_attributes tr:first-child {
  border-top: 0;
}
.woocommerce .product div.woocommerce-tabs table.shop_attributes tr:nth-child(even) th, .woocommerce .product div.woocommerce-tabs table.shop_attributes tr:nth-child(even) td {
  background-color: transparent;
}
.woocommerce .product div.woocommerce-tabs table.shop_attributes tr p {
  margin-top: 0;
}
.woocommerce .product div.woocommerce-tabs table.shop_attributes th {
  padding: 0;
  text-align: left;
  width: 200px;
}
.woocommerce .product div.woocommerce-tabs table.shop_attributes th,
.woocommerce .product div.woocommerce-tabs table.shop_attributes td {
  border: 0;
  font-style: normal;
}

.widget.twp-woocommerce-widget .woocommerce-product-search,
.twp-footer-widget-section .widget .woocommerce-product-search {
  padding-top: 15px;
}
.widget.twp-woocommerce-widget .woocommerce-product-search .search-field,
.twp-footer-widget-section .widget .woocommerce-product-search .search-field {
  width: calc(100% - 90px);
  float: left;
  height: 45px;
  border-radius: 0;
  padding: 0 15px;
  border-color: #d7d1d1;
  outline: none;
}
.widget.twp-woocommerce-widget .woocommerce-product-search button[type=submit],
.twp-footer-widget-section .widget .woocommerce-product-search button[type=submit] {
  width: 90px;
  height: 45px;
  float: left;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  padding: 0;
  background-color: #CA2625;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.widget.twp-woocommerce-widget .woocommerce-product-search button[type=submit]:hover,
.twp-footer-widget-section .widget .woocommerce-product-search button[type=submit]:hover {
  background-color: #F4A51C;
  color: #fff;
}
.widget.twp-woocommerce-widget ul.product_list_widget li,
.twp-footer-widget-section .widget ul.product_list_widget li {
  position: relative;
  padding: 15px 0 15px 75px;
  min-height: 90px;
}
.widget.twp-woocommerce-widget ul.product_list_widget li:last-child,
.twp-footer-widget-section .widget ul.product_list_widget li:last-child {
  padding-bottom: 0;
}
.widget.twp-woocommerce-widget ul.product_list_widget li a,
.twp-footer-widget-section .widget ul.product_list_widget li a {
  font-weight: 500;
}
.widget.twp-woocommerce-widget ul.product_list_widget li .star-rating,
.twp-footer-widget-section .widget ul.product_list_widget li .star-rating {
  margin: 5px 0;
  color: #F4A51C;
}
.widget.twp-woocommerce-widget ul.product_list_widget li .remove,
.twp-footer-widget-section .widget ul.product_list_widget li .remove {
  left: initial;
  right: 0;
  top: 15px;
  color: #CA2625 !important;
}
.widget.twp-woocommerce-widget ul.product_list_widget li .remove:hover,
.twp-footer-widget-section .widget ul.product_list_widget li .remove:hover {
  background-color: transparent;
  color: #F4A51C !important;
}
.widget.twp-woocommerce-widget ul.product_list_widget li img,
.twp-footer-widget-section .widget ul.product_list_widget li img {
  position: absolute;
  left: 0;
  top: 15px;
  width: 60px;
}
.widget.twp-woocommerce-widget ul.product_list_widget li .amount,
.twp-footer-widget-section .widget ul.product_list_widget li .amount {
  font-size: 14px;
  font-weight: 500;
}
.widget.twp-woocommerce-widget ul.product_list_widget li del,
.twp-footer-widget-section .widget ul.product_list_widget li del {
  font-size: 13px;
  font-weight: 400;
}
.widget.twp-woocommerce-widget ul.product_list_widget li ins,
.twp-footer-widget-section .widget ul.product_list_widget li ins {
  display: inline-block;
  padding-left: 5px;
  background-color: transparent;
  color: #F4A51C;
}
.widget.twp-woocommerce-widget .widget_shopping_cart_content .total,
.twp-footer-widget-section .widget .widget_shopping_cart_content .total {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #eaeff2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 15px;
}
.widget.twp-woocommerce-widget .widget_shopping_cart_content .total span,
.twp-footer-widget-section .widget .widget_shopping_cart_content .total span {
  color: #F4A51C;
}
.widget.twp-woocommerce-widget .widget_shopping_cart_content .buttons,
.twp-footer-widget-section .widget .widget_shopping_cart_content .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.widget.twp-woocommerce-widget .widget_shopping_cart_content .buttons a,
.twp-footer-widget-section .widget .widget_shopping_cart_content .buttons a {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 10px 5px 0;
  text-align: center;
  border-radius: 0;
  padding: 10px 15px;
  background-color: #CA2625;
  color: #fff;
}
.widget.twp-woocommerce-widget .widget_shopping_cart_content .buttons a:hover,
.twp-footer-widget-section .widget .widget_shopping_cart_content .buttons a:hover {
  background-color: #F4A51C;
  color: #fff;
}
.widget.twp-woocommerce-widget ul li,
.widget.twp-woocommerce-widget ul .woocommerce-widget-layered-nav-list__item,
.widget.twp-woocommerce-widget .woocommerce-widget-layered-nav-list li,
.widget.twp-woocommerce-widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.twp-footer-widget-section .widget ul li,
.twp-footer-widget-section .widget ul .woocommerce-widget-layered-nav-list__item,
.twp-footer-widget-section .widget .woocommerce-widget-layered-nav-list li,
.twp-footer-widget-section .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding-top: 10px;
}
.widget.twp-woocommerce-widget li .count,
.twp-footer-widget-section .widget li .count {
  font-size: 90%;
  color: #CA2625;
  font-weight: 500;
}
.widget.twp-woocommerce-widget .star-rating:before,
.twp-footer-widget-section .widget .star-rating:before {
  color: #F4A51C;
}
.widget.twp-woocommerce-widget .star-rating span:before,
.twp-footer-widget-section .widget .star-rating span:before {
  color: #F4A51C;
}
.widget.twp-woocommerce-widget.widget_price_filter .price_slider_wrapper,
.twp-footer-widget-section .widget.widget_price_filter .price_slider_wrapper {
  padding-top: 15px;
}
.widget.twp-woocommerce-widget.widget_price_filter .ui-widget-content,
.twp-footer-widget-section .widget.widget_price_filter .ui-widget-content {
  background-color: #d7d1d1;
}
.widget.twp-woocommerce-widget.widget_price_filter .ui-slider-range,
.widget.twp-woocommerce-widget.widget_price_filter .ui-slider-handle,
.twp-footer-widget-section .widget.widget_price_filter .ui-slider-range,
.twp-footer-widget-section .widget.widget_price_filter .ui-slider-handle {
  background-color: #F4A51C;
}
.widget.twp-woocommerce-widget.widget_price_filter button,
.twp-footer-widget-section .widget.widget_price_filter button {
  border-radius: 0;
  background-color: #010101;
  color: #fff;
}
.widget.twp-woocommerce-widget.widget_price_filter button:visited,
.twp-footer-widget-section .widget.widget_price_filter button:visited {
  color: #fff;
}
.widget.twp-woocommerce-widget.widget_price_filter button:hover,
.twp-footer-widget-section .widget.widget_price_filter button:hover {
  background-color: #CA2625;
  color: #fff;
}
.widget.twp-woocommerce-widget.widget_price_filter .price_label,
.twp-footer-widget-section .widget.widget_price_filter .price_label {
  font-weight: 500;
  font-size: 14px;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget,
.twp-footer-widget-section .widget.yith-woocompare-widget {
  padding-bottom: 30px;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget ul.products-list,
.twp-footer-widget-section .widget.yith-woocompare-widget ul.products-list {
  margin: 0;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget ul.products-list a,
.twp-footer-widget-section .widget.yith-woocompare-widget ul.products-list a {
  display: inline-block;
  padding: 0 5px;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget ul.products-list li,
.twp-footer-widget-section .widget.yith-woocompare-widget ul.products-list li {
  border-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget ul.products-list .remove,
.twp-footer-widget-section .widget.yith-woocompare-widget ul.products-list .remove {
  position: relative;
  color: #CA2625 !important;
  font-size: 18px;
  font-weight: 500;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget ul.products-list .remove:hover,
.twp-footer-widget-section .widget.yith-woocompare-widget ul.products-list .remove:hover {
  background-color: transparent;
  color: #F4A51C !important;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget ul.products-list .title,
.twp-footer-widget-section .widget.yith-woocompare-widget ul.products-list .title {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1rem;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget .clear-all,
.twp-footer-widget-section .widget.yith-woocompare-widget .clear-all {
  font-size: 1rem;
  font-weight: 500;
  color: #F4A51C;
  margin-bottom: 15px;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget .clear-all:visited,
.twp-footer-widget-section .widget.yith-woocompare-widget .clear-all:visited {
  color: #F4A51C;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget .clear-all:hover,
.twp-footer-widget-section .widget.yith-woocompare-widget .clear-all:hover {
  color: #CA2625;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget a.button,
.twp-footer-widget-section .widget.yith-woocompare-widget a.button {
  border-radius: 0;
  background-color: #010101;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
}
.widget.twp-woocommerce-widget.yith-woocompare-widget a.button:hover,
.twp-footer-widget-section .widget.yith-woocompare-widget a.button:hover {
  background-color: #CA2625;
  color: #fff;
}
.widget.twp-woocommerce-widget .twp-product-image-section ul.twp-product-featured-icon-list li,
.twp-footer-widget-section .widget .twp-product-image-section ul.twp-product-featured-icon-list li {
  padding-top: 0;
  border-top: 0;
  margin-bottom: 0;
}

.widget .twp-col {
  flex: 0 0 100%;
  max-width: 100%;
}
.widget .twp-container {
  max-width: 100%;
}
.widget .twp-container,
.widget .twp-container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.widget .slick-arrow {
  background-color: rgba(234, 239, 242, 0.63);
}
.widget div.twp-product-list {
  padding: 0;
  margin: 0;
}
.widget.twp-grid-widget-section .twp-product {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}
.widget.twp-carousel-widget-section .twp-product-list {
  margin-top: 20px;
}

.woocommerce #content table.wishlist_table.cart a.remove,
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background-color: transparent;
}
.woocommerce .wishlist-title {
  margin: 0;
  padding-top: 15px;
}
.woocommerce .wishlist-title h2 {
  margin: 0;
}
.woocommerce .wishlist-title a {
  margin-left: 15px;
}
.woocommerce .wishlist_table .product-name a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.woocommerce .wishlist_table .product-name .button {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  background-color: #F4A51C;
  color: #fff;
}
.woocommerce .wishlist_table .product-name .button:hover {
  background-color: #CA2625;
  color: #fff;
}
.woocommerce table.wishlist_table .product-remove {
  flex: 0 0 30px;
  max-width: 30px;
  order: 3;
}
.woocommerce table.wishlist_table .product-name {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding-left: 30px;
  order: 2;
}
.woocommerce table.wishlist_table .product-thumbnail {
  flex: 0 0 80px;
  max-width: 80px;
  order: 1;
}
.woocommerce table.wishlist_table .product-thumbnail a {
  max-width: 100%;
}
.woocommerce ul.wishlist_table li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #eaeff2;
  margin: 0;
  padding: 15px 0;
}
.woocommerce ul.wishlist_table li:first-child {
  border: 0;
}
.woocommerce ul.wishlist_table li .item-wrapper {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.wishlist_table li .item-wrapper .product-thumbnail {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 0;
}
.woocommerce ul.wishlist_table li .item-wrapper .item-details {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce ul.wishlist_table li .additional-info-wrapper {
  flex: 0 0 30px;
  max-width: 30px;
}
.woocommerce ul.wishlist_table li .product-name h3 {
  margin: 0;
}
.woocommerce .yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none;
}
.woocommerce .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-share-title {
  margin: 15px 0 0;
  font-size: 20px;
}
.woocommerce .yith_wcwl_wishlist_footer .yith-wcwl-share ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .yith_wcwl_wishlist_footer .yith-wcwl-share ul li {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
}
.woocommerce .yith_wcwl_wishlist_footer .yith-wcwl-share ul li a {
  border-radius: 100%;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.woo-store-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  width: 100%;
}
.woo-store-notice .woocommerce-store-notice {
  position: relative;
  padding: 10px 15px;
  background-color: #F4A51C;
  color: #fff;
  font-size: 1rem;
  top: initial;
}
.woo-store-notice .woocommerce-store-notice a {
  color: #CA2625;
  font-weight: 800;
  display: inline;
  padding: 0 5px 3px;
  margin: 0 5px;
  text-decoration: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  line-height: 1;
  font-size: 90%;
}
.woo-store-notice .woocommerce-store-notice a:visited {
  color: #CA2625;
}
.woo-store-notice .woocommerce-store-notice a:hover {
  color: #010101;
}
.woo-store-notice p.demo_store {
  top: initial;
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
  display: none;
}

.woocommerce-error {
  border-top: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  border: 0;
  display: inline-block;
  background-color: #1e85be;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  color: #fff;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
  border-top: 0;
  margin: 0;
}

.return-to-shop-- a.button {
  background-color: transparent;
  color: #CA2625;
  position: relative;
  padding: 0;
}
.return-to-shop-- a.button:before {
  display: inline-block;
  padding-right: 5px;
}
.return-to-shop-- a.button:hover {
  background-color: transparent;
  color: #F4A51C;
}

/*# sourceMappingURL=style.css.map */
