@charset "UTF-8";
/**
* Template Style
*
* [Table of contents]
*	1.0 Base Style
*		1.1 Normalize
*		1.2 Accessibility
*		1.3 Margin & Padding Reset
*		1.4 Alignments
*		1.5 Clearings 
*		1.6 Typography
*		1.7 Forms
*		1.8 Formatting
*		1.9 Lists
*		1.10 Tables
*		1.11 Links
*		1.12 Font Icon
*		1.13 Color Scheme		
*	2.0 Layout
*		2.1 Header
*		2.2 Header Style
*		2.3 Header Elements
*		2.4 Navigation
*		2.5 Mobile Menu
*		2.6 Mobile Navbar
*		2.7 Page Heading
*		2.8 Posts		
*		2.9 Pagination
*		2.10 Blog landing, search, archives
*		2.11 Single Post
*		2.12 Comments
*		2.13 Sidebar	
*		2.14 Widgets
*		2.15 Footer
*		2.16 Block
*		2.17 Extra
*			- Newsletter Popup
*			- Cookie Popup
*		2.18 Media
*		2.19 Galleries
*	3.0 Pages
*		3.1 Home
*		3.2 Blog
*		3.3 Portfolio
*		3.4 Search
*		3.5 404 Page
*	4.0 Woocommerce
*		4.1 Shop Page	
*		4.2 Product Page
*		4.3 My Account Page
*		4.4 Cart Page
*		4.5 Checkout Page
*	5.0 Elements
*		5.1 Menu Block & Menu Items Element
*		5.2 Tabs Element
*		5.3 Products Grid and Carousel Element
*		5.4 Products Tabs Element
*		5.5 Products And Categories Box Element
*		5.6 Product Categories Element
*		5.7 Product Custom Categories
*		5.8 Hot Deal Products Element
*		5.9 Products Widget Element
*		5.10 Blog Carousel Element
*		5.11 Portfolios Carousel Element
*		5.12 Heading Element
*		5.13 Testimonials Element
*		5.14 Team Element
*		5.15 Animated Counter Element
*		5.16 Countdown Element
*		5.17 Info Box Element
*		5.18 Progress Bar Element
*		5.19 InstaGram Element
*		5.19 InstaGram Element
*		5.20 Video Player Element
*		5.21 Tabs Element
*		5.22 Tour Element
*		5.23 Accordion Element
*		5.24 Social Icons
*		5.25 Banner Element
*		5.26 Button Element
*		5.27 List Element
*		5.28 Newsletter Element
*	6.0 Plugins Customizer
*		6.1 Boostrap
*		6.2 Boostrap Tooltip
*		6.3 YITH WooCommerce Wishlist
*		6.4 Owl Carousel
*		6.5 Slick Slider
*		6.6 Magnific Popup
*		6.7 Contact Form 7
*		6.8 MailChimp for WordPress
*		6.9 Nano Scroller
*		6.10 Elementor
*		6.11 Rev Slider
*		6.12 Dokan
*		6.13 WC Vendors
*		6.14 WooCommerce Multivendor Marketplace / WooCommerce Frontend Managers
*		6.15 WooZone
*		6.16 YITH Woocommerce Request A Quote
*		6.17 Nextend Social Login
*		6.18 YITH WooCommerce Compare
*		6.19 WPML
*		6.20 GTranslate
*		6.21 Polylang
*		6.22 TranslatePress - Multilingual
*		6.23 WOOCS - WooCommerce Currency Switcher
*		6.24 Customer Reviews for WooCommerce
*		6.25 Notification for WooCommerce
*		6.26 Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro
*		6.27 WooCommerce Return and Warranty - chilidevs
*	7.0 Responsive
*/

/** 
 * 1.0 Base Style
 */

/**
 * 1.1 Normalize 
 */

html {
    font-family: 'Poppins';
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: var(--site-primary-font);
    font-size: 100%;
    line-height: 1.6;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    min-height: 200px;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*
 * 1.2 Accessibility 
 */

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    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;
    color: #21759b;
    display: block;
    font-size: 14px;
    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;
    /* Above WP toolbar. */
}

/**
 * 1.3 Margin & Padding Reset
 */

.mb h1,
.mb h2,
.mb h3,
.mb h4,
.mb h5,
.mb h6,
.mb ul,
.mb p {
    margin-bottom: 0;
}

/**
 * 1.4 Alignments 
 */

.alignleft {
    clear: both;
    display: inline;
    float: left;
    margin: .3em 1.5em 1.5em 0;
}

.alignright {
    clear: both;
    display: inline;
    float: right;
    margin: .3em 0 1.5em 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/**
 * 1.5 Clearings 
 */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

/**
 * 1.6 Typography 
 */

body {
    color: #555555;
    background-color: #ffffff;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    overflow-x: hidden;
}

body.rtl {
    text-align: left;
}

a {
    color: #212121;
}

a:hover,
a:active {
    color: #059473;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: .6781em;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 28px;
    font-size: 1.75rem;
}

h2,
.h2 {
    font-size: 26px;
    font-size: 1.625rem;
}

h3,
.h3 {
    font-size: 24px;
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 20px;
    font-size: 1.25rem;
}

h5,
.h5 {
    font-size: 16px;
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 14px;
    font-size: 0.875rem;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    color: #666;
    font-size: 17px;
    font-style: italic;
    line-height: 1.7;
    margin: 0 0 1.5em;
    overflow: hidden;
    padding: 0 0 0 1.5em;
}

blockquote cite {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}

blockquote p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #F9F9F9;
    color: #333;
    border-radius: 0.25rem;
    padding: 0.2em 0.4em;
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

q {
    quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
    content: "";
}

:focus,
button:focus {
    outline: none;
}

/**
 * 1.7 Forms 
 */

label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5em;
}

fieldset {
    margin-bottom: 1em;
}

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: #777777;
    display: block;
    line-height: 2;
    padding: 6px 12px;
    height: 42px;
    width: 100%;
}

select {
    height: 40px;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("../images/select-bg.svg") 98% 50%/26px 60px no-repeat;
    display: block;
    padding-left: 15px;
    padding-right: 25px;
}

select::-ms-expand {
    display: none;
}

body.rtl select {
    background: #fff url("../images/select-bg.svg") 2% 50%/26px 60px no-repeat;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    padding: 4px 12px;
    height: 40px;
    line-height: 34px;
    border-radius: 0;
    margin: 0;
    outline: 0;
    box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 2px 4px;
}

.select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    font-weight: 400;
    display: inline;
    margin-left: 5px;
    word-break: break-all;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 6px;
    margin-bottom: 5px;
    cursor: pointer;
    vertical-align: middle;
    top: 1px;
    line-height: 1;
    outline: 0;
}

input[type="checkbox"][type="radio"],
input[type="radio"][type="radio"] {
    border-radius: 50%;
}

input[type="checkbox"][type="radio"]::before,
input[type="radio"][type="radio"]::before {
    border-radius: 50%;
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    transform: scale(1);
    opacity: 1;
}

input[type="radio"]::before {
    display: block;
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    transition: all 150ms cubic-bezier(.445, .05, .55, .95);
    opacity: 0;
    transform: scale(.9);
}

input[type="checkbox"]::before {
    display: block;
    font-weight: normal;
    font-size: 12px !important;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    line-height: 1.3;
    transition: all 150ms cubic-bezier(.445, .05, .55, .95);
    opacity: 0;
    transform: scale(.9);
}

.button,
.btn,
button,
input[type="button"],
input[type="submit"] {
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 20px;
}

input+button,
input+input[type="button"],
input+input[type="submit"] {
    padding: 0.75em 1.4671em;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: var(--site-input-color);
    font-family: var(--site-primary-font);
}

:-moz-placeholder {
    color: var(--site-input-color);
    font-family: var(--site-primary-font);
}

::-moz-placeholder {
    color: var(--site-input-color);
    font-family: var(--site-primary-font);
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--site-input-color);
    font-family: var(--site-primary-font);
}

/**
 * 1.8 Formatting 
 */

hr {
    border: none;
    border-bottom: 1px solid #1d1f21;
    margin: 20px 0 20px;
}

hr.wp-block-separator {
    max-width: 100px;
}

hr.wp-block-separator.is-style-wide,
hr.wp-block-separator.is-style-dots {
    max-width: 100%;
}

/**
 * 1.9 Lists 
 */

ul,
ol {
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/**
 * Nav
 */

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

/**
 * 1.10 Tables 
 */

table {
    border-collapse: collapse;
    margin: 0 0 1.5rem;
    width: 100%;
}

thead th {
    padding-bottom: 0.6781rem;
    font-weight: 600;
}

th {
    padding: 0.6781rem;
    text-align: left;
}

td {
    padding: 0.6781rem;
}

/**
 * 1.11 Links
 */

a {
    text-decoration: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

/**
 * 1.12 Font Icon
 */

.promo-bar-close:before,
.minicart-header .close-sidebar:before,
.close-sidebar:before,
.mobile-menu-header .close-sidebar:before,
.wishlist_view.mobile .remove_from_wishlist:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.products .product-buttons .compare-button a.added::before,
.widget.widget_layered_nav li.chosen a:after,
.widget.widget_rating_filter li.chosen a:after,
#yith-wcwl-popup-message::before,
input[type="checkbox"]::before,
.categories-menu-wrapper span.arrow-down-up::after,
.format-quote .post-highlight .post-format::before,
.format-quote .entry-quote::after,
.format-quote .entry-quote::before,
.widget-area .pressmart-widget-testimonial .quote-content::before,
.has-widget-toggle .widget-area .widget .widget-title::after,
.has-widget-toggle .dokan-widget-area .widget .widget-title::after,
.footer-widget .widget .widget-title::after,
.widget li .child-indicator::after,
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.products-header .pressmart-product-off-canvas-btn:before,
.products-header .pressmart-product-filter-btn::before,
.woocommerce div.summary .product-offer-item::before,
.woocommerce div.summary a.compare.added::before,
.product-sizechart a:before,
.pressmart-deliver-return:before,
.pressmart-ask-questions:before,
.pressmart-estimated-delivery:before,
.pressmart-visitor-count:before,
.woocommerce-product-gallery .single-product-images-btns a:before,
.pressmart-testimonials.image-middle-center .testimonial-description:before,
.pressmart-testimonials.image-middle-center .testimonial-description:after,
.pressmart-accordion.accordion-icon-chevron .card-title a:after,
.pressmart-accordion.accordion-icon-plus .card-title a:after,
.pressmart-accordion.accordion-icon-triangle .card-title a:after,
.multi-step-checkout .panel.completed .panel-title:after,
.pressmart-chekout-steps li:after,
.woocommerce-MyAccount-navigation li a:before,
.pressmart-back-to-top:before,
.pressmart-canvas-sidebar .canvas-sidebar-icon:before,
.yith_ywraq_add_item_product_message:not(.hide):before,
.pressmart-navigation ul.menu>li.menu-item-has-children>a:after,
.pressmart-dropdown>li.has-dropdown>a:after,
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after,
.site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after,
.woocommerce-currency-switcher-form .dd-selected:after,
.pressmart-navigation ul.menu ul.sub-menu li.menu-item-has-children>a:after,
.categories-menu.pressmart-navigation ul.menu>li.menu-item-has-children>a:after,
.ajax-search-style-1 .search-submit:before,
.ajax-search-style-3 .search-submit:before,
.ajax-search-style-4 .search-submit:before,
.search-form .search-submit:before,
.wp-block-search [type="submit"]:before,
.widget .woocommerce-product-search [type="submit"]:before,
.header-mini-search .header-search-icon:before,
.trending-search-wrap .recent-search-title:before,
.trending-search-wrap .trending-title:before,
.entry-post .post-highlight span:before,
.header-myaccount>a:before,
.mobile-menu-header .login-register:before,
.pressmart-mobile-menu ul.mobile-main-menu li.menu-item-has-children>.menu-toggle,
.header-cart .header-cart-icon:before,
.pressmart-minicart-slide .cart-empty-icon:before,
.header-wishlist .header-wishlist-icon:before,
.header-compare .header-compare-icon:before,
.customer-support:before,
.entry-meta .author-link:before,
.entry-meta .posted-date:before,
.entry-meta .cat-links:before,
.entry-meta .tags-links:before,
.entry-meta .comments-count:before,
.entry-meta .post-view:before,
.entry-meta .post-share:before,
.entry-meta .post-read-time:before,
.entry-meta .edit-link:before,
.format-link .entry-link::before,
.read-more-btn .more-link:after,
.nav-previous a:before,
.nav-next a:after,
.comment-meta>a:first-child:before,
.comment-list .comment-body .comment-edit-link:before,
.comment-body .comment-reply-link:before,
.owl-carousel .owl-nav button[class*="owl-"]:before,
.product-slider-nav .owl-prev:before,
.product-slider-nav .owl-next:before,
.slick-slider button.slick-arrow:before,
.pswp__button:before,
.pressmart-360-degree-wrapper .nav_bar a:before,
.portfolio-post-loop .action-icon a:before,
.project-preview .preview-link:before,
.pressmart-twitter :not(.enable-avatar) .twitter-item:before,
.pressmart-twitter .tweet-meta:before,
.pressmart-posts-lists .post-comments a:before,
.pressmart-recent-posts .post-comments a:before,
.products-view a:before,
.cart-button a:before,
.yith-wcwl-add-to-wishlist a:before,
a.compare:before,
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before,
.product-navigation-share .product-share:before,
.product-navigation .product-nav-btn>a:before,
.tab-content-wrap .accordion-title:after,
.pressmart-instagram .image-wrap:after,
.add-request-quote-button.ywraq-link:before {
    display: inline-block;
    font-family: 'presslayouts-font';
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.products .product-buttons .compare-button a.added::before,
.woocommerce div.summary a.compare.added::before,
.widget.widget_layered_nav li.chosen a:after,
.widget.widget_rating_filter li.chosen a:after,
.multi-step-checkout .panel.completed .panel-title:after,
#yith-wcwl-popup-message::before,
input[type="checkbox"]::before {
    content: "\ea02";
    font-weight: 600;
}

.promo-bar-close:before,
.minicart-header .close-sidebar:before,
.close-sidebar:before,
.mobile-menu-header .close-sidebar:before,
.wishlist_view.mobile .remove_from_wishlist:before {
    content: "\e9c3";
}

.pressmart-back-to-top:before,
.has-widget-toggle .widget-area .widget .widget-title::after,
.has-widget-toggle .dokan-widget-area .widget .widget-title::after,
.widget li .child-indicator.open-item::after {
    content: "\e9d6";
}

.has-widget-toggle .widget-area .widget.closed .widget-title::after,
.has-widget-toggle .dokan-widget-area .widget.closed .widget-title::after,
.widget li .child-indicator::after {
    content: "\e9d5";
}

.widget-area .pressmart-widget-testimonial .quote-content::before {
    content: "\f10d";
}

.woocommerce-message:before {
    content: "\ea04";
}

.woocommerce-info:before {
    content: "\e978";
}

.woocommerce-error:before {
    content: "\e976";
}

.products-header .pressmart-product-filter-btn:before,
.products-header .pressmart-product-off-canvas-btn:before {
    content: "\ea1a";
}

.woocommerce-product-gallery .product-photoswipe-btn a:before {
    content: "\ea0d";
}

.woocommerce-product-gallery .product-360-degree-btn a:before {
    content: "\ea6d";
}

.woocommerce-product-gallery .product-video-btn a:before {
    content: "\e989";
}

.pressmart-360-degree-wrapper .nav_bar .nav_bar_play:before {
    content: "\e9fe";
}

.pressmart-360-degree-wrapper .nav_bar .nav_bar_stop:before {
    content: "\e9fd";
}

.product-sizechart a:before {
    content: "\e9a8";
}

.pressmart-deliver-return:before {
    content: "\ea0a";
}

.pressmart-ask-questions:before {
    content: "\e976";
}

.pressmart-estimated-delivery:before {
    content: "\e92f";
}

.pressmart-visitor-count:before {
    content: "\e98c";
}

.pressmart-accordion.accordion-icon-chevron .card-title a.collapsed:after {
    content: "\e9d2";
}

.pressmart-accordion.accordion-icon-chevron .card-title a:after {
    content: "\e9d1";
}

.pressmart-accordion.accordion-icon-plus .card-title a.collapsed:after {
    content: "\e9c1";
}

.pressmart-accordion.accordion-icon-plus .card-title a:after {
    content: "\e9c2";
}

.pressmart-accordion.accordion-icon-triangle .card-title a.collapsed:after {
    content: "\e9fa";
}

.pressmart-accordion.accordion-icon-triangle .card-title a:after {
    content: "\e9f9";
}

.woocommerce-MyAccount-navigation li a:before {
    content: "\ea18";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\e9bc";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e961";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\ea01";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\e92a";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\e980";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\e995";
}

.pressmart-canvas-sidebar .canvas-sidebar-icon:before {
    content: "\e9b2";
}

.rtl .pressmart-canvas-sidebar .canvas-sidebar-icon:before {
    content: "\e9b3";
}

.yith_ywraq_add_item_product_message:not(.hide):before {
    content: "\ea02";
}

.pressmart-navigation ul.menu>li.menu-item-has-children>a:after,
.pressmart-dropdown>li.has-dropdown>a:after,
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after,
.site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after,
.woocommerce-currency-switcher-form .dd-selected:after {
    content: "\e9d2";
}

.pressmart-navigation ul.menu ul.sub-menu li.menu-item-has-children>a:after,
.categories-menu.pressmart-navigation ul.menu>li.menu-item-has-children>a:after {
    content: "\e9cf";
}

.rtl .pressmart-navigation ul.menu ul.sub-menu li.menu-item-has-children>a:after,
.rtl .categories-menu.pressmart-navigation ul.menu>li.menu-item-has-children>a:after {
    content: "\e9d0";
}

.categories-menu-wrapper span.arrow-down-up:after {
    content: "\ea20";
}

.ajax-search-style-1 .search-submit:before,
.ajax-search-style-3 .search-submit:before,
.ajax-search-style-4 .search-submit:before,
.header-mini-search .header-search-icon:before,
.search-form .search-submit:before,
.wp-block-search [type="submit"]:before,
.widget .woocommerce-product-search [type="submit"]:before {
    content: "\e910";
}

.trending-search-wrap .recent-search-title:before,
.pressmart-twitter .tweet-meta:before {
    content: "\e92f";
}

.trending-search-wrap .trending-title:before {
    content: "\e93f";
}

.header-cart .header-cart-icon:before,
.pressmart-minicart-slide .cart-empty-icon:before {
    content: "\e90c";
}

.header-cart .header-cart-icon.cart-icon:before {
    content: "\e90a";
}

.header-cart .header-cart-icon.bag-icon-2:before {
    content: "\e90d";
}

.mobile-menu-header .login-register:before,
.header-myaccount>a:before {
    content: "\e900";
}

.customer-support:before {
    content: "\e924";
}

.header-wishlist .header-wishlist-icon:before {
    content: "\e909";
}

.header-compare .header-compare-icon:before {
    content: "\ea11";
}

.sticky .entry-post .post-sticky-icon:before {
    content: "\e93b";
}

.format-gallery .entry-post .post-format:before {
    content: "\ea6c";
}

.format-image .entry-post .post-format:before {
    content: "\e95a";
}

.format-video .entry-post .post-format:before {
    content: "\e989";
}

.format-audio .entry-post .post-format:before {
    content: "\e982";
}

.format-link .entry-post .post-format:before,
.format-link .entry-link::before {
    content: "\e91a";
}

.format-quote .entry-quote:before,
.pressmart-testimonials.image-middle-center .testimonial-description:before {
    content: "\e9b1";
}

.format-quote .entry-post .post-format:before,
.format-quote .entry-quote:after,
.pressmart-testimonials.image-middle-center .testimonial-description:after {
    content: "\e9b0";
}

.entry-meta .author-link:before {
    content: "\e900";
}

.entry-meta .posted-date:before {
    content: "\e96a";
}

.entry-meta .cat-links:before {
    content: "\e95d";
}

.entry-meta .tags-links:before {
    content: "\e971";
}

.read-more-btn .more-link:after {
    content: "\e9cf";
}

.rtl .read-more-btn .more-link:after {
    content: "\e9d0";
}

.entry-meta .comments-count:before,
.pressmart-posts-lists .post-comments a:before,
.pressmart-recent-posts .post-comments a:before {
    content: "\e950";
}

.entry-meta .post-view:before {
    content: "\e98c";
}

.entry-meta .post-share:before,
.product-navigation-share .product-share:before {
    content: "\e918";
}

.entry-meta .post-read-time:before,
.comment-meta>a:first-child:before {
    content: "\e92f";
}

.entry-meta .edit-link:before,
.comment-list .comment-body .comment-edit-link:before {
    content: "\e97f";
}

.comment-body .comment-reply-link:before {
    content: "\ea0b";
}

.nav-previous a:before,
.owl-carousel .owl-nav .owl-prev:before,
.product-slider-nav .owl-prev:before,
.slick-slider button.slick-prev:before,
.pressmart-360-degree-wrapper .nav_bar .nav_bar_previous:before,
.product-navigation .product-prev>a:before {
    content: "\e9d0";
}

.nav-next a:after,
.owl-carousel .owl-nav .owl-next:before,
.product-slider-nav .owl-next:before,
.slick-slider button.slick-next:before,
.pressmart-360-degree-wrapper .nav_bar .nav_bar_next:before,
.pressmart-chekout-steps li:not(:last-child):after,
.product-navigation .product-next>a:before {
    content: "\e9cf";
}

.rtl .mobile-menu-header .close-sidebar:before,
.rtl .nav-next a:after,
.rtl .owl-carousel .owl-nav .owl-next:before,
.rtl .product-slider-nav .owl-next:before,
.rtl .slick-slider button.slick-next:before,
.rtl .pressmart-360-degree-wrapper .nav_bar .nav_bar_next:before,
.rtl .pressmart-chekout-steps li:not(:last-child):after,
.rtl .product-navigation .product-next>a:before {
    content: "\e9d0";
}

.rtl .nav-previous a:before,
.rtl .owl-carousel .owl-nav .owl-prev:before,
.rtl .product-slider-nav .owl-prev:before,
.rtl .slick-slider button.slick-prev:before,
.rtl .pressmart-360-degree-wrapper .nav_bar .nav_bar_previous:before,
.rtl .product-navigation .product-prev>a:before {
    content: "\e9cf";
}

.pswp__button--arrow--left:before {
    content: "\e9d3";
}

.pswp__button--arrow--right:before {
    content: "\e9d4";
}

.rtl .pswp__button--arrow--left:before {
    content: "\e9d4";
}

.rtl .pswp__button--arrow--right:before {
    content: "\e9d3";
}

.slick-slider.slick-vertical button.slick-next:before {
    content: "\e9d2";
}

.slick-slider.slick-vertical button.slick-prev:before {
    content: "\e9d1";
}

.portfolio-post-loop a.project-link:before {
    content: "\e91a";
}

.portfolio-post-loop a.project-zoom:before {
    content: "\ea0d";
}

.project-preview .preview-link:before {
    content: "\ea10";
}

.pressmart-twitter :not(.enable-avatar) .twitter-item:before {
    content: "\ea3b";
}

/* .mc4wp-form-fields p:first-child:before{
	content: "\e952";
} */

.products-view .grid-view:before {
    content: "\ea1c";
}

.products-view .list-view:before {
    content: "\ea23";
}

.cart-button a:before {
    content: "\e90a";
}

.product-type-variable .cart-button a:before {
    content: "\e92e";
}

.outofstock:not(.single-product-page) .cart-button a:before {
    content: "\e606";
}

.rtl .outofstock .cart-button a:before {
    content: "\e605";
}

a.compare:before {
    content: "\ea11";
}

.yith-wcwl-add-to-wishlist a:before {
    content: "\e909";
}

.tab-content-wrap .accordion-title:after {
    content: "\e9d2";
}

.add-request-quote-button.ywraq-link:before {
    content: "\e980";
}

.pressmart-instagram .image-wrap:after {
    content: "\ea3c";
}

/**
 * 1.13 Color Scheme
 */

.hover-color-scheme-dark,
.hover-color-scheme-light,
.hover-color-scheme-light h1,
.hover-color-scheme-light h2,
.hover-color-scheme-light h3,
.hover-color-scheme-light h4,
.hover-color-scheme-light h5,
.hover-color-scheme-light h6,
.hover-color-scheme-light a,
.hover-color-scheme-light label,
.hover-color-scheme-dark h1,
.hover-color-scheme-dark h2,
.hover-color-scheme-dark h3,
.hover-color-scheme-dark h4,
.hover-color-scheme-dark h5,
.hover-color-scheme-dark h6,
.hover-color-scheme-dark a,
.hover-color-scheme-dark label {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

/* Light Color */

.color-scheme-light {
    color: rgba(255, 255, 255, 0.85);
}

.color-scheme-light a {
    color: rgba(255, 255, 255, 0.95);
}

.color-scheme-light h1,
.color-scheme-light h2,
.color-scheme-light h3,
.color-scheme-light h4,
.color-scheme-light h5,
.color-scheme-light h6,
.color-scheme-light label {
    color: #ffffff;
}

/* Hover Light Color */

.hover-color-scheme-light:hover,
.hover-color-scheme-light:hover div,
.hover-color-scheme-light:hover p,
.hover-color-scheme-light:hover span {
    color: rgba(255, 255, 255, 0.85);
}

.hover-color-scheme-light:hover a {
    color: rgba(255, 255, 255, 0.95);
}

.hover-color-scheme-light:hover h1,
.hover-color-scheme-light:hover h2,
.hover-color-scheme-light:hover h3,
.hover-color-scheme-light:hover h4,
.hover-color-scheme-light:hover h5,
.hover-color-scheme-light:hover h6,
.hover-color-scheme-light:hover label {
    color: #ffffff;
}

/* Dark Color */

.color-scheme-dark {
    color: #555555
}

.color-scheme-dark a {
    color: #333333;
}

.color-scheme-dark h1,
.color-scheme-dark h2,
.color-scheme-dark h3,
.color-scheme-dark h4,
.color-scheme-dark h5,
.color-scheme-dark h6,
.color-scheme-dark label {
    color: #333333;
}

/* Hover Dark Color */

.hover-color-scheme-dark:hover,
.hover-color-scheme-dark:hover div,
.hover-color-scheme-dark:hover p,
.hover-color-scheme-dark:hover span {
    color: #555555;
}

.hover-color-scheme-dark:hover a {
    color: #333333;
}

.hover-color-scheme-dark:hover h1,
.hover-color-scheme-dark:hover h2,
.hover-color-scheme-dark:hover h3,
.hover-color-scheme-dark:hover h4,
.hover-color-scheme-dark:hover h5,
.hover-color-scheme-dark:hover h6,
.hover-color-scheme-dark:hover label {
    color: #333333;
}

/**
 * 2.0 Layout
 */

.site-wrapper {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.wrapper-boxed .site-header>div[class*="header-"] {
    left: auto !important;
    right: auto !important;
    width: 100vw;
}

.wrapper-boxed .site-wrapper {
    margin: 0 auto;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.site-content {
    padding-bottom: 35px;
    padding-top: 35px;
}

@media (min-width: 1200px) {
    .wrapper-wide .container,
    .wrapper-boxed .container,
    .wrapper-wide .site-content .elementor-top-section>.elementor-container,
    .wrapper-boxed .site-content .elementor-top-section>.elementor-container {
        width: 96%;
    }
}

/** Site Loader **/

.pressmart-site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
}

/** Pre Loader Style */

.pressmart-site-preloader>div {
    text-align: center;
    position: relative;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

/* Style 1 */

.spinner.style-1 {
    width: 70px;
}

.spinner.style-1>div {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner.style-1 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner.style-1 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* Style 2 */

.sk-folding-cube.style-2 {
    width: 40px;
    height: 40px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube.style-2 .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
}

.sk-folding-cube.style-2 .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    transform-origin: 100% 100%;
}

.sk-folding-cube.style-2 .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube.style-2 .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube.style-2 .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube.style-2 .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube.style-2 .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube.style-2 .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* Style 3 */

.spinner.style-3 {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* Style 4 */

.spinner.style-4 {
    width: 40px;
    height: 40px;
}

.spinner.style-4 .double-bounce1,
.spinner.style-4 .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.spinner.style-4 .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Style 5 */

.spinner.style-5 {
    width: 50px;
    height: 40px;
    font-size: 10px;
}

.spinner.style-5>div {
    background-color: #ffffff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner.style-5 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner.style-5 .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner.style-5 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner.style-5 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/*Dropdown*/

.pressmart-dropdown,
.pressmart-dropdown ul {
    margin: 0;
    list-style: none;
}

.pressmart-dropdown .has-dropdown {
    position: relative;
}

.pressmart-dropdown ul.sub-dropdown {
    min-width: 60px;
    max-width: 190px;
}

.pressmart-dropdown ul.sub-dropdown,
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu,
.site-header div[class*="wcml-dropdown"] .wcml-cs-submenu,
.woocommerce-currency-switcher-form .dd-options,
.header-mini-search .pressmart-mini-ajax-search {
    box-shadow: 0 0 3px rgba( 0, 0, 0, .20);
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -10px;
    visibility: hidden;
    width: auto;
    z-index: 98;
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    transform: translateY(15px);
}

.header-col-right .pressmart-dropdown ul.sub-dropdown,
.header-col-right div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu,
.header-col-right div[class*="wcml-dropdown"] .wcml-cs-submenu,
.header-col-right .woocommerce-currency-switcher-form .dd-options,
.header-col-right .header-mini-search .pressmart-mini-ajax-search {
    left: initial;
    right: -10px;
}

.pressmart-dropdown>li:hover>ul.sub-dropdown,
.pressmart-dropdown li li:hover>ul.sub-dropdown,
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.site-header div[class*="wcml-dropdown"] li:hover.wcml-cs-active-currency .wcml-cs-submenu,
.site-header div[class*="wcml-dropdown"] li:focus.wcml-cs-active-currency .wcml-cs-submenu,
.woocommerce-currency-switcher-form .dd-container:hover .dd-options,
.header-mini-search:hover .pressmart-mini-ajax-search {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: visible;
    pointer-events: unset;
}

.pressmart-dropdown ul.sub-dropdown li a,
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu a,
div[class*="wcml-dropdown"] .wcml-cs-submenu li a,
.woocommerce-currency-switcher-form .dd-options a.dd-option {
    display: block;
    padding: 12px 12px;
    line-height: 1;
    text-transform: initial;
}

.pressmart-dropdown>li.has-dropdown>a:after,
.site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after,
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after,
.woocommerce-currency-switcher-form .dd-selected:after {
    font-size: 7px;
    margin-left: 5px;
}

.pressmart-dropdown a img {
    margin-right: 5px;
}

/*Spinner*/

.pressmart-spinner,
.woocommerce .blockUI.blockOverlay {
    display: flex;
    margin: 0 10px;
    align-items: center;
}

.pressmart-spinner::before,
.loading::before,
.woocommerce .blockUI.blockOverlay::before,
.dokan-report-abuse-button.working::before {
    border: 2px solid;
    border-radius: 50%;
    border-top: 2px solid;
    content: '' !important;
    display: inline-flex;
    width: 18px;
    height: 18px;
    animation: spin .5s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.pressmart-login-signup .button.loading,
.quickview-button a.loading,
.woocommerce form.cart .single_add_to_cart_button.loading,
.pressmart_quick_buy_button.loading {
    color: rgba(255, 255, 255, 0.05) !important;
    pointer-events: none !important;
    position: relative;
}

.pressmart-login-signup .button.loading:before,
.quickview-button a.loading:before,
.woocommerce form.cart .single_add_to_cart_button.loading:before,
.pressmart_quick_buy_button.loading:before {
    position: absolute;
    right: calc(50% - 5px);
    z-index: 1;
}

/*Arrow Point*/

.pressmart-arrow {
    position: relative;
    margin-top: 10px;
}

.pressmart-arrow:before,
.pressmart-arrow:after {
    top: -20px;
    left: 48%;
    box-sizing: border-box;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.pressmart-arrow:before {
    border-bottom-color: #f0f0f0;
    border-width: 10px;
    transform: translateX(-9px);
}

.pressmart-arrow:after {
    border-width: 10px;
    transform: translateX(-8px) translateY(2px);
}

.pressmart-arrow.arrow-left:before,
.pressmart-arrow.arrow-left:after {
    left: 20px;
}

.pressmart-arrow.arrow-right:before,
.pressmart-arrow.arrow-right:after {
    right: 20px;
}

/* PressMart Close */

.pressmart-close {
    font-size: 0;
}

.pressmart-close:before {
    content: "\2715";
    font-size: 16px;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    padding: 1em;
}

/* Exclamation & Question Mark*/

.exclamation-mark:before,
.question-mark:before {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 16px;
    text-align: center;
    line-height: 1;
    width: 16px;
}

.exclamation-mark:before {
    content: "\0021";
}

.question-mark:before {
    content: "\003F";
}

/**
 * 2.1 Header
 */

.site-header {
    position: relative;
    z-index: 100;
}

.header-topbar-right .pressmart-dropdown ul.sub-dropdown,
.header-topbar-right div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu,
.header-topbar-right div[class*="wcml-dropdown"] .wcml-cs-submenu,
.header-topbar-right .woocommerce-currency-switcher-form .dd-options,
.header-topbar-right .header-mini-search .pressmart-mini-ajax-search,
.header-main-right .pressmart-dropdown ul.sub-dropdown,
.header-main-right div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu,
.header-main-right div[class*="wcml-dropdown"] .wcml-cs-submenu,
.header-main-right .woocommerce-currency-switcher-form .dd-options,
.header-main-right .header-mini-search .pressmart-mini-ajax-search {
    left: inherit;
    right: 0;
}

.header-desktop,
.header-mobile {
    flex: 0 0 100%;
    max-width: 100%;
}

.header-col {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-col-left {
    justify-content: flex-start;
}

.header-col-right {
    justify-content: flex-end;
}

.site-header ul {
    margin-left: 0;
}

.site-header ul li {
    margin-bottom: 0;
}

/** Header Topbar **/

.header-topbar {
    color: #545454;
    background-color: #ffffff;
    font-size: 12px;
    max-height: 40px;
}

.header-topbar .header-col>* {
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
}

.header-topbar ul {
    list-style: none;
    margin: 0;
}

.header-topbar ul li li a,
.header-topbar ul li li a:not([href]):not([tabindex]) {
    line-height: 1;
    text-transform: initial;
}

.header-topbar span i {
    margin-right: 5px;
}

.topbar-navigation ul.menu>li>a {
    display: block;
    padding: 0 10px;
}

.topbar-navigation.pressmart-navigation ul.menu>li>a.nav-link i {
    font-size: 12px;
}

.topbar-navigation ul.menu>li:first-child>a {
    padding-left: 0;
}

.topbar-navigation ul.menu>li:last-child>a {
    padding-right: 0;
}

.topbar-navigation.pressmart-navigation ul.menu ul.sub-menu {
    width: 150px;
    font-weight: normal;
}

/* Header Main*/

.header-logo a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-logo .logo-light,
.header-logo .mobile-logo {
    display: none;
}

.header-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.header-main {
    background-color: #ffffff;
    min-height: 60px;
}

.header-logo a {
    display: inline-block;
}

.header-main .header-col>*,
.header-navigation .header-col>* {
    padding: 0 10px;
}

.header-main .header-col>*:first-child,
.header-navigation .header-col>*:first-child {
    padding-left: 0;
}

.header-main .header-col>*:last-child,
.header-navigation .header-col>*:last-child {
    padding-right: 0;
}

.header-main .main-navigation ul.menu>li>a {
    min-height: 48px;
}

/* Mobile Navbar */

.mobile-navbar .navbar-toggle {
    border: none;
    border-radius: 0;
    font-size: 21px;
    font-weight: 600;
    padding: 0;
}

.mobile-navbar .navbar-label {
    display: none;
}

/* Header Navigation */

.header-navigation {
    background-color: #059473;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categories-menu-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.categories-menu-title {
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    width: 100%;
    padding: 0 16px;
}

.categories-menu {
    box-shadow: 0 0 2px rgba(0, 0, 0, .10);
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 97;
    pointer-events: none;
    transition: transform .3s ease;
    transform: translateY(15px);
}

.categories-menu-wrapper:hover .categories-menu,
.categories-menu-wrapper.opened-categories .categories-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: visible;
    pointer-events: unset;
}

.categories-menu-wrapper span.title {
    flex: 1 1 auto;
    margin-right: 10px;
}

.pressmart-element.pressmart-vertical-categories .categories-menu {
    position: inherit;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
}

.pressmart-vertical-categories .categories-menu-title i {
    font-weight: 600;
}

.pressmart-vertical-categories.icon-alignment-left .categories-menu-title i {
    margin-right: 10px;
}

/* Header Sticky */

.header-sticky .header-sticked:not(.scroll-up):not(.scroll-down),
.header-sticky .header-sticked.scroll-up {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 997;
    animation-name: fadeInDown;
    animation-duration: .25s;
}

/** Header Transparent/Overlay */

.header-color-light:not(.fixed) .logo {
    display: none;
}

.header-color-light:not(.fixed) .logo-light {
    display: block;
}

.site-header.header-overlay {
    position: absolute;
    width: 100%;
    z-index: 998;
    top: 0;
}

.site-header.header-overlay:not(.fixed)>div[class*="header-"],
.site-header.header-overlay:not(.fixed) .categories-menu-title,
.site-header.header-overlay:not(.fixed) .header-topbar .header-col>*,
.site-header.header-overlay:not(.fixed) .topbar-navigation ul.menu>li {
    background-color: transparent !important;
    border: none;
}

.header-overlay:not(.fixed) .categories-menu-title {
    padding: 0;
}

.header-overlay:not(.fixed) .header-topbar .header-col-left>*:first-child {
    padding-left: 0;
}

.header-overlay:not(.fixed) .header-topbar .header-col-right>*:last-child {
    padding-right: 0;
}

.header-color-light:not(.fixed)>div,
.header-color-light:not(.fixed) a,
.header-color-light:not(.fixed) .main-navigation ul.menu>li>a,
.header-color-light:not(.fixed) .categories-menu-title {
    color: #ffffff;
}

.header-color-light:not(.fixed) a:hover,
.header-color-light:not(.fixed) .main-navigation ul.menu>li>a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.header-color-dark:not(.fixed),
.header-color-dark:not(.fixed) a,
.header-color-dark:not(.fixed) .main-navigation ul.menu>li>a,
.header-color-dark:not(.fixed) .categories-menu-title {
    color: #333333;
}

.header-color-dark:not(.fixed) a:hover,
.header-color-dark .main-navigation ul.menu>li>a:hover {
    color: rgba(51, 51, 51, 0.8);
}

/**
 * 2.2 Header Style 
 */

/**
 * 2.3 Header Elements
 */

/** Language Switcher **/

.language-switcher .country-name img,
.language-switcher .country-flag span {
    display: none;
}

/* Header Social */

.header-topbar .pressmart-social {
    display: flex;
}

.header-topbar .pressmart-social a {
    margin-bottom: 0;
}

/* Newsletter */

.header-newsletter {
    cursor: pointer;
}

/* News */

.news .news-title {
    line-height: 28px;
    padding: 0 10px;
    position: absolute;
    top: 5px;
    z-index: 9;
}

.news .news-title:before {
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.news .news-text {
    line-height: 1.2;
    vertical-align: sub;
}

.news .break-new>a {
    margin-right: 3em;
}

/* Mini search */

.header-mini-search {
    position: relative;
}

.header-mini-search .header-search-icon:before {
    font-size: 22px;
    margin-right: 5px;
}

.header-mini-search .search-icon-text {
    cursor: pointer;
}

.header-mini-search .search-text {
    display: none;
}

.header-mini-search .pressmart-mini-ajax-search {
    min-width: 270px;
    padding: 12px;
}

.header-col-left .pressmart-mini-ajax-search::before,
.header-col-left .pressmart-mini-ajax-search::after {
    left: 25px;
}

.header-col-right .pressmart-mini-ajax-search::before,
.header-col-right .pressmart-mini-ajax-search::after {
    left: initial;
    right: 15px;
}

/* Header Ajax Search */

.pressmart-ajax-search {
    position: relative;
    width: 100%;
}

.pressmart-ajax-search .searchform {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.pressmart-ajax-search .search-field,
.pressmart-ajax-search .product_cat {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    height: 44px;
}

.pressmart-ajax-search .product_cat {
    max-width: 142px;
}

.pressmart-ajax-search .search-field {
    padding-left: 1.5em;
}

.pressmart-ajax-search .search-submit {
    border-radius: 0;
    box-shadow: none;
    margin: -1px;
    padding: 12px 20px;
}

.ajax-search-style-2 .search-submit {
    padding: 14px 20px;
}

.ajax-search-style-1 .search-submit,
.ajax-search-style-3 .search-submit,
.ajax-search-style-4 .search-submit {
    font-size: 0;
}

.ajax-search-style-1 .search-submit:before,
.ajax-search-style-3 .search-submit:before,
.ajax-search-style-4 .search-submit:before {
    font-size: 18px;
}

.ajax-search-style-3 .search-submit,
.ajax-search-style-4 .search-submit {
    background: none;
}

.ajax-search-style-2 .search-field,
.ajax-search-style-4 .search-field {
    order: 2;
    padding-left: 1.2em;
    border-right: 0;
}

.ajax-search-style-2 .search-categories,
.ajax-search-style-4 .search-categories {
    order: 1;
}

.ajax-search-style-2 .search-submit,
.ajax-search-style-4 .search-submit {
    order: 3;
}

.pressmart-ajax-search.ajax-search-radius .searchform {
    border-radius: 25px;
}

.ajax-search-style-1.ajax-search-radius .search-field,
.ajax-search-style-3.ajax-search-radius .search-field,
.ajax-search-style-2.ajax-search-radius .product_cat,
.ajax-search-style-4.ajax-search-radius .product_cat {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.ajax-search-style-1.ajax-search-radius .search-submit,
.ajax-search-style-3.ajax-search-radius .search-submit,
.ajax-search-style-2.ajax-search-radius .search-submit,
.ajax-search-style-4.ajax-search-radius .search-submit {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

/* Search Navigation */

/* .header-navigation .pressmart-ajax-search .search-submit{
    padding: 13px 16px;
} */

/* Ajax Search Result */

.search-results-wrapper .search-form .autocomplete-suggestions {
    max-height: 80vh;
}

.search-results-wrapper .autocomplete-suggestions,
.trending-search-wrap {
    -webkit-overflow-scrolling: touch;
    max-height: 55vh;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    z-index: 98;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.search-results-wrapper {
    position: relative;
}

.search-results-wrapper .autocomplete-suggestion {
    padding: 6px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.search-results-wrapper .autocomplete-suggestion a {
    color: var(--site-link-color);
    display: flex;
    align-items: center;
}

.search-results-wrapper .autocomplete-suggestion a:hover {
    color: var(--site-link-hover-color);
}

.search-results-wrapper .autocomplete-suggestion img {
    width: 40px;
    border-radius: 99px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}

.search-results-wrapper .autocomplete-suggestion .search-name {
    flex: 1;
}

.search-results-wrapper .autocomplete-suggestion img+.search-name {
    margin-top: -0.15em;
    padding-left: 0.5em;
}

.search-results-wrapper .serch-price-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1;
}

.search-results-wrapper .autocomplete-suggestion .search-price {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.search-results-wrapper .search-rating {
    margin-top: 6px;
}

.search-results-wrapper .autocomplete-suggestion .search-price,
.search-results-wrapper .autocomplete-suggestion .search-price ins {
    background: none;
    color: var(--site-link-color);
}

.search-results-wrapper .autocomplete-suggestion .search-price del {
    color: var(--site-text-color);
    font-size: .8em;
    font-weight: normal;
}

.search-results-wrapper .autocomplete-suggestion .woocommerce-price-suffix,
.search-results-wrapper .autocomplete-suggestion .rating-counts-wrap {
    display: none;
}

/* Recent & Trending Search */

.trending-search-wrap {
    display: none;
}

.trending-search-wrap ul {
    list-style: none;
    margin: 0;
}

.trending-search-wrap ul li {
    position: relative;
}

.trending-search-wrap ul li a,
.trending-search-wrap .recent-search-title,
.trending-search-wrap .trending-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 20px;
}

.trending-search-wrap .recent-search-title,
.trending-search-wrap .trending-title {
    font-weight: 600;
    color: #777777;
}

.recent-search-box .recent-remove,
.recent-search-box .clear-recent-search {
    position: absolute;
    right: 12px;
    top: 7px;
    cursor: pointer;
    font-weight: normal;
}

.recent-search-box .recent-remove {
    font-size: 0;
}

.recent-search-box .recent-remove:before {
    color: #777777;
    content: "\2716";
    display: none;
    font-size: 12px;
}

.recent-search-item:hover .recent-remove:before {
    display: block;
}

.trending-search-wrap .recent-search-title:before,
.trending-search-wrap .trending-title:before {
    font-size: 12px;
    margin-right: 5px;
}

/*Ajax Search Popup*/

.pressmart-search-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .7);
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.pressmart-search-popup.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pressmart-search-popup .pressmart-search-popup-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 80px;
    transform: translateY(-100%);
    transition: all ease-in-out .3s;
    z-index: 999;
}

.pressmart-search-popup.opened .pressmart-search-popup-wrap {
    transform: translateY(0);
}

.pressmart-search-popup .pressmart-ajax-search {
    max-width: 600px;
}

.pressmart-search-popup .close-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
}

.pressmart-search-popup .autocomplete-suggestions,
.pressmart-search-popup .trending-search-wrap {
    position: inherit;
}

/* Customer Support */

.customer-support {
    color: #333;
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    line-height: 1.5;
}

.customer-support::before {
    font-size: 28px;
    margin-right: 10px;
}

.customer-support-wrap {
    display: flex;
    flex-direction: column;
}

/* Header Cart, Wishlist & Compare */

.header-cart>a,
.header-mini-search>a,
.header-wishlist>a,
.header-compare>a,
.header-myaccount>a {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.header-topbar .header-cart>a,
.header-topbar .header-wishlist>a,
.header-topbar .header-compare>a,
.header-topbar .header-myaccount>a {
    flex-direction: row;
    line-height: inherit;
    position: relative;
}

.header-cart-icon,
.header-wishlist-icon,
.header-compare-icon {
    position: relative;
}

.header-topbar .header-cart-icon,
.header-topbar .header-wishlist-icon,
.header-topbar .header-compare-icon {
    position: initial;
}

.header-cart .header-cart-icon:before,
.header-wishlist .header-wishlist-icon:before,
.header-compare .header-compare-icon:before,
.header-myaccount>a:before {
    font-size: 22px;
}

.header-topbar .header-cart .header-cart-icon:before,
.header-topbar .header-wishlist .header-wishlist-icon:before,
.header-topbar .header-compare .header-compare-icon:before,
.header-topbar .header-myaccount>a:before {
    font-size: 18px;
}

.header-cart-icon {
    margin-right: 7px;
}

.header-topbar .header-cart-icon {
    margin-right: 0;
}

.header-topbar .header-icon-text {
    margin-left: 5px;
}

.header-cart-count,
.header-wishlist-count,
.header-compare-count {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    position: absolute;
    right: -8px;
    width: 18px;
    height: 18px;
    top: -7px;
}

.header-topbar .header-cart-count,
.header-topbar .header-wishlist-count,
.header-topbar .header-compare-count {
    top: 0;
}

.header-cart .widget_shopping_cart .widget_shopping_cart_footer {
    padding: 15px 0 0 0;
}

.header-cart .widget_shopping_cart .woocommerce-mini-cart {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 420px;
    max-height: 42vh;
}

.header-cart .pressmart-arrow:before,
.header-cart .pressmart-arrow:after {
    left: 86%;
}

.header-cart .widget_shopping_cart .woocommerce-mini-cart-empty {
    margin: 0;
}

.header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    margin: 10px 0;
}

.header-cart .woocommerce-empty-mini-cart__buttons {
    display: none;
}

/* Header My Account */

.header-myaccount {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.header-topbar .header-myaccount {
    display: flex;
}

.header-myaccount .myaccount-wrap small {
    line-height: 1.3;
}

.myaccount-items,
.header-cart .widget_shopping_cart {
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    transform: translateY(14px);
    width: 200px;
}

.header-cart .widget_shopping_cart {
    padding: 15px;
    right: -15px;
    width: 320px;
}

.header-myaccount:hover .myaccount-items,
.header-cart:hover .widget_shopping_cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-myaccount .myaccount-items li a {
    display: block;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
}

.header-myaccount .myaccount-items li i {
    margin-right: 15px;
}

.header-topbar .header-myaccount .myaccount-items li a {
    padding: 14px 10px;
    line-height: 1;
}

/**
 * 2.4 Navigation
 */

.header-navigation,
.header-navigation .main-navigation ul.menu>li>a {
    height: 42px;
}

.pressmart-navigation ul {
    margin: 0;
    list-style: none;
}

.main-navigation ul.menu,
.topbar-navigation ul.menu {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.main-navigation ul.menu>li>a {
    font-size: 14px;
    font-weight: 600;
}

.main-navigation ul.menu>li>a {
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pressmart-navigation ul.menu li {
    position: relative;
}

.pressmart-navigation ul.menu ul.sub-menu {
    padding: 10px 0;
}

.pressmart-navigation ul.menu ul.sub-menu,
.pressmart-navigation .pressmart-megamenu-wrapper {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    left: 0;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    transform: translateY(15px);
}

.pressmart-navigation ul.menu ul.sub-menu {
    width: 210px;
}

.pressmart-navigation ul.menu>li:hover>ul.sub-menu,
.pressmart-navigation ul.menu>li:hover .pressmart-megamenu-wrapper,
.pressmart-navigation ul.menu li li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: visible;
    pointer-events: unset;
}

.pressmart-navigation ul.menu li li>ul.sub-menu {
    left: 100%;
    top: 0;
}

.pressmart-navigation ul.menu ul.sub-menu li a {
    display: block;
    padding: 8px 14px;
}

.pressmart-navigation ul.menu>li.menu-item-has-children>a:after,
.pressmart-navigation ul.menu ul.sub-menu li.menu-item-has-children>a:after,
.categories-menu.pressmart-navigation ul.menu>li.menu-item-has-children>a:after {
    font-size: 7px;
}

.pressmart-navigation ul.menu>li.menu-item-has-children>a:after {
    margin-left: 5px;
}

.pressmart-navigation ul.menu ul.sub-menu li.menu-item-has-children>a {
    position: relative;
}

.pressmart-navigation ul.menu ul.sub-menu li.menu-item-has-children>a:after,
.categories-menu.pressmart-navigation ul.menu>li.menu-item-has-children>a:after {
    font-weight: 600;
    position: absolute;
    top: 30%;
    right: 12px;
}

.pressmart-navigation ul.menu a {
    position: relative;
}

.main-navigation.pressmart-navigation ul.menu>li>a .pressmart-menu-label {
    right: 0;
}

.pressmart-navigation ul.menu>li>a.nav-link i {
    font-size: 1rem;
}

/** Megamenu **/

.pressmart-megamenu-holder>p {
    margin: 0;
    padding: 0;
    display: inline;
}

.pressmart-megamenu-list.row {
    margin-right: -15px;
    margin-left: -15px;
}

.pressmart-megamenu-holder .elementor-top-section {
    padding: 1rem;
}

.pressmart-megamenu-holder .elementor-top-column>.elementor-element-populated {
    padding-bottom: 0;
    padding-top: 0;
}

.pressmart-megamenu-list>li>a,
.pressmart-megamenu-list .pressmart-megamenu-title {
    font-weight: 600;
    font-size: 15px;
}

.pressmart-megamenu-list .nav-link {
    padding: 6px;
}

.pressmart-megamenu-widgets-container {
    margin-top: 1em;
}

.pressmart-megamenu-wrapper ul.cart_list li img,
.pressmart-megamenu-wrapper ul.product_list_widget li img {
    max-width: 45px !important;
}

.pressmart-megamenu-wrapper .widget {
    border: none;
}

.pressmart-megamenu-wrapper .widget-title,
.pressmart-megamenu-wrapper .owl-carousel .owl-nav {
    display: none
}

/* Categories Menu */

.categories-menu ul.menu>li>a {
    font-weight: 600;
    padding: 14px 16px;
    line-height: 20px;
}

.categories-menu.pressmart-navigation ul.menu li li>ul.sub-menu,
.categories-menu.pressmart-navigation .pressmart-megamenu-wrapper,
.categories-menu ul.menu ul.sub-menu {
    left: 100%;
    top: 0;
}

.categories-menu.pressmart-navigation ul.menu>li>a.nav-link img {
    max-width: 18px;
    max-height: 18px;
}

.categories-menu.pressmart-navigation .nav-link i,
.categories-menu.pressmart-navigation .nav-link img {
    margin-right: 7px;
}

.categories-menu.pressmart-navigation ul.menu li.pressmart-megamenu-dropdown {
    position: static;
}

.categories-menu .pressmart-megamenu-item-full-width .pressmart-megamenu-holder {
    width: 848px !important;
}

/**
 * 2.5 Mobile Menu 
 */

.pressmart-mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 300px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .50s ease;
    transition: transform .50s ease, -webkit-transform .50s ease;
}

.admin-bar .pressmart-mobile-menu {
    top: 30px;
}

@media (max-width:600px) {
    .admin-bar .pressmart-mobile-menu,
    .admin-bar.has-mobile-canvas-sidebar .widget-area {
        top: 0;
        z-index: 999999;
    }
    .admin-bar .pressmart-mask-overaly {
        z-index: 999998;
    }
}

.pressmart-mobile-menu .navbar-collapse {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.mobile-menu-header {
    border-bottom: 3px double;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.mobile-menu-header .login-register,
.mobile-menu-header .login-register:hover {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.mobile-menu-header .login-register:before {
    padding-right: 15px;
}

.pressmart-mobile-menu ul {
    margin: 0;
}

.mobile-nav-tabs {
    display: block;
}

.mobile-nav-tabs ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.mobile-nav-tabs li {
    background-color: #f8f8f8;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
}

.pressmart-mobile-menu .add-navigation-message {
    font-size: 16px;
    display: block;
    padding: 1em;
}

.pressmart-mobile-menu .add-navigation-message a {
    font-weight: 600;
}

.pressmart-mobile-menu .mobile-nav-content {
    display: none;
    animation: fadeIn 1s ease;
}

.pressmart-mobile-menu .mobile-nav-content.active {
    display: block;
}

.pressmart-mobile-menu .mobile-main-menu {
    display: inline-block;
    width: 100%;
}

.pressmart-mobile-menu ul.mobile-main-menu {
    list-style: none;
}

.pressmart-mobile-menu ul.mobile-main-menu li {
    list-style: none;
    margin-bottom: 0;
    position: relative;
}

.pressmart-mobile-menu ul.mobile-main-menu li.menu-item-has-children>.menu-toggle {
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    height: 53px;
    line-height: 53px;
    top: 0;
    text-align: center;
    right: 0;
    width: 55px;
    z-index: 99;
}

.pressmart-mobile-menu ul.mobile-main-menu li.menu-item-has-children>.menu-toggle:after {
    content: "\e9c1";
    font-weight: 600;
}

.pressmart-mobile-menu ul.mobile-main-menu li.active>.menu-toggle:after {
    content: "\e9c2";
    font-weight: 600;
}

.pressmart-mobile-menu ul.mobile-main-menu li>a {
    display: block;
    position: relative;
}

.pressmart-mobile-menu ul.mobile-main-menu ul {
    display: none;
}

.pressmart-mobile-menu ul.mobile-main-menu ul li a {
    font-size: 14px;
    display: block;
    padding: 15px;
}

.pressmart-mobile-menu ul.mobile-main-menu ul li a:after {
    font-size: 14px;
}

.pressmart-mobile-menu ul.mobile-main-menu>li {
    position: relative;
}

.pressmart-mobile-menu ul.mobile-main-menu>li>a {
    font-weight: 600;
    padding: 15px;
}

.pressmart-mobile-menu ul.mobile-main-menu li.menu-item-has-children>a {
    padding-right: 55px;
}

.pressmart-mobile-menu ul.mobile-main-menu li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-topbar>* {
    display: block;
    width: 100%;
}

.mobile-topbar .pressmart-dropdown a,
.mobile-topbar .pressmart-dropdown ul.sub-dropdown li a {
    padding: 7px 15px;
    display: block;
    border: none !important;
    line-height: inherit;
}

.mobile-topbar .pressmart-dropdown ul.sub-dropdown {
    position: initial;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    box-shadow: none;
    transform: none;
}

.mobile-topbar .pressmart-dropdown>li.has-dropdown>a::after {
    content: none;
}

.mobile-topbar .pressmart-social {
    padding: 15px 0;
}

@media only screen and (max-width: 1024px) {
    .navbar-toggle {
        cursor: pointer;
        display: inline-block;
        float: none;
        margin: 0;
        padding: 8px 0;
        text-align: left;
    }
    .navbar-toggle .icon-bar {
        width: 25px;
        height: 3px;
    }
    .header-color-dark .navbar-toggle .icon-bar {
        background: black;
    }
    .pressmart-mobile-menu.opened {
        transform: none;
    }
    .pressmart-mobile-menu .mobile-topbar .pressmart-social a i {
        font-size: 15px;
        width: 32px;
        height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pressmart-mobile-menu {
        width: 340px;
    }
}

/**
 * 2.6 Mobile Navbar
 */

.pressmart-mobile-navbar {
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    padding: 5px 0;
    height: 57px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    transform: translateY(60px);
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
}

.pressmart-mobile-navbar.navbar-color-dark {
    background: #191919;
}

.navbar-color-dark a {
    color: #ffffff;
}

.navbar-color-dark .header-wishlist-count,
.navbar-color-dark .header-cart-count {
    background: #505050;
}

@media (max-width:1024px) {
    .has-mobile-bottom-navbar:not(.has-multi-step-checkout),
    .has-mobile-bottom-navbar-single-page {
        padding-bottom: 48px;
    }
    .has-mobile-bottom-navbar .pressmart-mobile-navbar {
        bottom: 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .has-mobile-bottom-navbar .pressmart-back-to-top,
    .has-mobile-bottom-navbar-single-page .pressmart-back-to-top {
        bottom: 68px;
    }
    .single-product.has-mobile-bottom-navbar-single-page div.product .single_add_to_cart_button,
    .woocommerce-cart.has-mobile-bottom-navbar-single-page .wc-proceed-to-checkout,
    .woocommerce-checkout.has-mobile-bottom-navbar-single-page:not(.has-multi-step-checkout) .place-order button[type="submit"] {
        border-radius: 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, .15);
        bottom: 0;
        left: 0;
        line-height: 2;
        opacity: 1;
        position: fixed !important;
        width: 100%;
        z-index: 997;
    }
    .single-product.has-mobile-bottom-navbar-single-page.has-single-product-quick-buy div.product:not(.product-type-external) .single_add_to_cart_button {
        width: 50%;
    }
    .single-product.has-mobile-bottom-navbar-single-page div.product .pressmart-quick-buy {
        bottom: 0;
        left: 50%;
        margin: 0;
        position: fixed !important;
        width: 50%;
        z-index: 997;
    }
    .single-product.has-mobile-bottom-navbar-single-page div.product .pressmart_quick_buy_button {
        border-radius: 0;
        box-shadow: 2px 0 4px rgba(0, 0, 0, .15);
        line-height: 2;
        opacity: 1 !important;
        width: 100%;
    }
    .woocommerce-cart.has-mobile-bottom-navbar-single-page .pressmart-freeshipping-bar {
        margin-bottom: 0;
        padding: 1em;
    }
    .woocommerce-cart.has-mobile-bottom-navbar-single-page .wc-proceed-to-checkout {
        padding: 0;
    }
    .woocommerce-cart.has-mobile-bottom-navbar-single-page .wc-proceed-to-checkout .checkout-button {
        border-radius: 0;
        line-height: 1.8;
    }
}

.pressmart-mobile-navbar .mobile-element {
    flex: 1 0 20%;
    max-width: 20%;
    padding: 0 3px;
}

.pressmart-mobile-navbar .mobile-element a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.pressmart-mobile-navbar .navbar-icon {
    font-size: 20px;
    position: relative;
}

.pressmart-mobile-navbar .navbar-label {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.pressmart-mobile-navbar.navbar-label-hide .navbar-label {
    display: none;
}

.pressmart-mobile-navbar .header-cart-count,
.pressmart-mobile-navbar .header-wishlist-count,
.pressmart-mobile-navbar .header-compare-count {
    right: -10px;
    top: -4px;
}

/**
 * 2.7 Page Heading
 */

#page-title {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-title .title {
    margin: 0;
    line-height: 1.2
}

.title-size-small .title {
    font-size: 42px;
}

.title-size-default .title {
    font-size: 60px;
}

.title-size-large .title {
    font-size: 74px;
}

.page-title .entry-header {
    margin: 0;
}

.page-title .entry-breadcrumbs {
    margin-top: 6px;
}

.page-title .pressmart-breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

.page-title.text-center .pressmart-breadcrumb {
    justify-content: center;
    align-items: center;
}

.breadcrumbs {
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
}

.breadcrumbs .delimiter,
.pressmart-breadcrumb .delimiter-sep {
    margin: 0 6px;
}

.breadcrumbs .delimiter.forward-slash:before,
.pressmart-breadcrumb .delimiter-sep.forward-slash:before {
    content: "/";
}

.breadcrumbs .delimiter.greater-than:before,
.pressmart-breadcrumb .delimiter-sep.greater-than:before {
    content: ">";
}

/**
 * 2.8 Posts
 */

/* Post Landing Page */

.sticky {
    position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
    display: none;
}

.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px;
}

.entry-title:not(:first-child) {
    padding-top: 0;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

/*
 * 2.9 Pagination
 */

.pressmart-pagination,
.woocommerce-pagination {
    padding: 1em .5em;
    margin-bottom: 2em;
    margin-top: 1em;
    text-align: center;
}

.pressmart-pagination .page-numbers,
.woocommerce-pagination .page-numbers,
.pressmart-pagination .page-links .page-number,
.woocommerce-pagination .page-links .page-number,
.page-links .page-number {
    font-weight: 600;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    margin: 0 1px;
    text-align: center;
}

.pressmart-pagination .next,
.pressmart-pagination .prev,
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    padding: 0 15px;
    width: inherit;
}

.pressmart-pagination a.disabled {
    opacity: 0.6;
    cursor: no-drop;
    pointer-events: none;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 48%;
}

/**
 * 2.10 Blog landing, search, archives 
 */

.articles-list {
    margin-bottom: 1rem;
}

.blog-post-loop:not(:last-child) {
    margin-bottom: 3rem;
}

article .entry-post,
.entry-post .entry-thumbnail-wrapper,
.entry-content-wrapper {
    position: relative;
}

.entry-post .entry-thumbnail-wrapper {
    margin-bottom: 1rem;
}

.entry-content ul li,
.entry-content ol li {
    margin-bottom: .6781rem;
}

.entry-content li>ul,
.entry-content li>ol {
    margin-left: 1.5rem;
}

.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol {
    margin-top: .6781rem;
}

.blog-post-loop .entry-content p:last-child {
    margin-bottom: 0;
}

/* Blog style full width */

.blog-full-width .entry-content-wrapper {
    padding: 1.6781rem 0;
}

/* Blog style small image */

@media (min-width:768px) {
    .blog-listing .entry-post,
    .blog-chess .entry-post {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        position: relative;
    }
    .blog-listing .entry-post .entry-thumbnail-wrapper,
    .blog-listing .entry-post .entry-content-wrapper,
    .blog-chess .entry-post .entry-thumbnail-wrapper,
    .blog-chess .entry-post .entry-content-wrapper {
        flex: 1 0 50%;
        max-width: 50%;
    }
    .blog-listing .entry-post .entry-content-wrapper,
    .blog-chess .entry-post .entry-content-wrapper {
        padding: .5rem 1.5rem;
    }
    .blog-chess .blog-post-loop:nth-child(2n) .entry-date {
        left: inherit;
        right: 1rem;
    }
}

.blog-listing .entry-header .entry-title,
.blog-chess .entry-header .entry-title,
.blog-grid .entry-header .entry-title,
.blog-posts .entry-header .entry-title {
    font-size: 20px;
}

/* Blog style Chess*/

.blog-chess .blog-post-loop:nth-child(2n) .entry-post {
    flex-direction: row-reverse;
}

.blog-chess .blog-post-loop:nth-child(2n):not(.has-post-thumbnail) .entry-date,
.blog-chess article.no-post-thumbnail .entry-date {
    position: absolute;
    margin: 0;
}

.blog-chess .entry-post .entry-content-wrapper {
    text-align: center;
}

.blog-chess .entry-meta {
    justify-content: center;
}

/* Entry Category */

.entry-category {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: .5rem;
}

/* Entry Header Title*/

.entry-header {
    margin-bottom: 1rem;
}

.entry-header .entry-title {
    margin-bottom: 0.678rem;
    clear: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.entry-header .entry-title:last-child {
    margin-bottom: 0;
}

.articles-list.post-single-line-title .entry-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Entry Date */

.entry-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    left: 1em;
    line-height: 1;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    top: 1em;
    height: 55px;
    width: 50px;
    text-transform: uppercase;
    z-index: 9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.entry-date .date-day {
    font-size: 24px;
    margin-bottom: 5px;
}

.post:not(.has-post-thumbnail) .entry-date,
.post.no-post-thumbnail .entry-date {
    position: initial;
}

/*Blog Post Format*/

.entry-post .post-highlight {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 8;
}

.entry-post .post-highlight span {
    display: block;
    margin-bottom: 7px;
}

.entry-post .post-highlight span:before {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    transition: 0.3s;
    z-index: 2;
}

.format-quote .post-highlight .post-format:before {
    font-size: 18px;
}

article:not(.has-post-thumbnail) .entry-post .post-highlight,
article.no-post-thumbnail .entry-post .post-highlight {
    right: 2em;
}

.blog-listing .entry-header .entry-title,
.blog-chess .entry-header .entry-title {
    margin-top: .3em;
}

.search-results .type-page:not(.has-post-thumbnail) .entry-date {
    display: none;
}

/* Entry meta */

.entry-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.entry-meta>* {
    padding: 0 15px;
    position: relative;
}

.entry-meta>*:first-child {
    padding-left: 0;
}

.entry-meta>*:last-child {
    padding-right: 0;
}

.entry-meta>*:after {
    position: absolute;
    right: -2px;
    top: 6px;
    line-height: 1;
}

.meta-separator-dot .entry-meta>*:after {
    content: "\00B7";
    font-weight: bold;
}

.meta-separator-slash .entry-meta>*:after {
    content: "\002F";
}

.meta-separator-hyphen .entry-meta>*:after {
    content: "\002D";
    font-weight: bold;
}

.meta-separator-bar .entry-meta>*:after {
    content: "\007C";
}

.meta-separator-colon .entry-meta>*:after {
    content: "\003A";
    font-weight: bold;
}

.meta-separator-tilde .entry-meta>*:after {
    content: "\007E";
    font-weight: bold;
}

.entry-meta>*:last-child:after {
    content: none;
}

.post-meta-icon .entry-meta>*:before {
    vertical-align: top;
    padding-right: 4px;
}

.post-meta-label .entry-meta>*:before {
    content: none;
}

.entry-meta .post-share {
    position: relative;
}

.entry-meta .meta-share-links {
    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.15);
    bottom: 90%;
    left: 10px;
    margin-bottom: 7px;
    padding: 4px 6px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transform: translate(-50%);
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
    z-index: 10;
}

.post-share .meta-share-links .pressmart-social a {
    font-size: 14px;
    padding: 6px;
    display: inline-block;
    line-height: 1;
    margin: 0;
    width: inherit;
    height: inherit;
}

.meta-share-links .social-text {
    display: none;
}

.entry-meta .post-share:hover .meta-share-links {
    opacity: 1;
    visibility: visible;
}

.entry-meta .meta-share-links:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent;
    border-top-color: transparent;
    border-width: 7px;
    margin-left: -7px;
}

/* Read More */

.entry-footer {
    margin-top: 1.2rem;
}

.read-more-btn {
    margin: 0;
    display: inline-block;
}

.read-more-btn,
.read-more-btn .more-link {
    display: inline-block;
    font-weight: 600;
}

.read-more-button .read-more-btn .more-link,
.read-more-button-fill .read-more-btn .more-link {
    padding: 6px 10px;
}

.read-more-button-fill .read-more-btn .more-link {
    border: 2px solid;
}

.read-more-btn .more-link:after {
    font-size: 10px;
    margin-left: 1px;
}

/* Featured Image Hover */

.post-thumbnail {
    overflow: hidden;
    position: relative;
}

.post-thumbnail a img {
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.entry-post:hover .post-thumbnail a img {
    transform: scale(1.1);
}

.post-thumbnail a::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: background-color .5s cubic-bezier(0, 0, .44, 1.18);
}

.entry-post:hover .post-thumbnail a::after {
    background-color: rgba(0, 0, 0, .3);
}

/**
 * 2.11 Single Post
 */

.single-post-page .entry-title {
    font-size: 32px;
}

.single-post-page {
    margin-bottom: 50px;
}

.single-post-page .entry-content-wrapper {
    border: none;
    padding-top: 1rem;
    text-align: left;
}

.single-post-page .entry-header {
    text-align: center;
    margin-bottom: 2rem;
}

.single-post-page .entry-meta {
    justify-content: center;
}

.single-featured-image-header {
    background-color: #f5faff;
}

.single-featured-image-header img {
    display: block;
    margin: auto;
}

.post-password-form label,
.entry-footer .edit-link {
    display: inline-block;
}

/* Post Formats */

/*
 * Gallery Post format
 */

.gallery-grid .pressmart-post-gallery__image,
.pressmart-post-image {
    margin-bottom: 30px;
}

/*
 * Video Post format
 */

.responsive-video-wrap {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 25px;
    height: 0;
}

.responsive-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 * audio Post format
 */

.format-audio .post-thumbnail>* {
    margin: 0;
}

.single-post-page.format-audio .entry-date,
.single-post-page.format-audio .post-highlight {
    display: none;
}

/*
 * Link Post Format
 */

.single-post-page.format-link.no-post-thumbnail .entry-date,
.single-post-page.format-link .post-highlight {
    display: none;
}

.format-link .entry-link {
    font-size: 24px;
    font-weight: 600;
    padding: 3em;
}

.format-link .entry-link:before {
    font-size: 22px;
    margin-right: 6px;
}

/*
 * Quote Post Format
 */

.single-post-page.format-quote.no-post-thumbnail .entry-date,
.single-post-page.format-quote .post-highlight {
    display: none;
}

.format-quote .entry-quote {
    font-size: 24px;
    font-weight: 600;
    padding: 3em 1em 3em 3em;
}

.format-quote .entry-quote .quote-author {
    display: flex;
    margin-top: 1em;
    font-size: 16px;
    font-style: oblique;
}

.format-quote .entry-quote:before,
.format-quote .entry-quote:after {
    font-size: 36px;
    position: absolute;
}

.format-quote .entry-quote:before {
    left: 1em;
    top: 1em;
}

.format-quote .entry-quote:after {
    right: 1em;
    bottom: 1em;
}

/*
 * Author info
 */

.author-info {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding: 3rem;
    position: relative;
}

.author-avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -4rem;
    border-radius: 50%;
}

.author-avatar img {
    border-radius: 50%;
}

.author-bio {
    margin-bottom: 0;
}

.author-info .author-title {
    margin-bottom: 1rem;
}

.author-info .author-link {
    display: block;
    margin-top: 1.5rem;
    font-weight: 600;
}

/* Tags & Share */

@media (min-width:768px) {
    .tag-social-share {
        align-items: center;
        display: flex;
        flex-direction: row;
    }
    .tag-social-share .single-tags,
    .tag-social-share .pressmart-social {
        flex-basis: 100%;
        align-items: center;
    }
}

.tag-social-share {
    padding: 1rem 0;
    margin-bottom: 3rem;
}

.tag-social-share .single-tags a {
    padding: 7px 12px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tag-social-share .single-share-title {
    display: none;
}

.tag-social-share .pressmart-social {
    text-align: right;
}

/** Post Navigation **/

.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em 0;
    margin-bottom: 4em;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 0 1 50%;
    max-width: 50%;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:after {
    font-size: 36px;
    top: 15px;
}

.nav-subtitle {
    color: #999999;
    display: block;
    font-size: 16px;
    margin-bottom: .2em;
}

.nav-previous a,
.nav-next a {
    display: block;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.nav-previous a {
    padding-left: 3em;
    padding-right: 2em;
}

.nav-next a {
    padding-right: 3em;
    padding-left: 2em;
}

.nav-previous a:before,
.nav-next a:after {
    position: absolute;
    font-size: 32px;
    line-height: 22px;
    font-weight: normal;
    top: -3px;
    opacity: .2;
}

.nav-previous a:before {
    left: -8px;
}

.nav-next a:after {
    right: -8px;
}

.nav-archive a {
    opacity: .2;
    font-size: 28px;
}

.nav-previous a:hover:before,
.nav-next a:hover:after,
.nav-archive:hover a {
    opacity: 1;
}

/**
 * Related Post
 */

.related.posts,
.related.portfolios {
    margin-bottom: 4em;
}

.related.posts>h3,
.related.portfolios>h3,
.comment-respond>h3,
.comments-area>h3,
.portfolio-entry-summary h3 {
    font-size: 20px;
    padding-bottom: .5em;
    position: relative;
    margin-bottom: 1em;
}

.related.posts>h3:after,
.related.portfolios>h3:after,
.comment-respond>h3:after,
.comments-area>h3:after,
.portfolio-entry-summary h3:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    left: 0;
    bottom: -1px;
}

.related.posts .entry-title {
    font-size: 22px;
}

.related.posts .related-post {
    margin-bottom: 0;
}

.related.posts .items-grid {
    display: grid;
    transition: all 0.33s;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, 49%);
}

.related.posts .items-grid .entry-post {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.related.posts .items-grid .entry-post .entry-thumbnail-wrapper {
    flex: 1 0 33%;
    max-width: 33%;
}

.related.posts .items-grid .entry-header {
    margin-bottom: 0;
}

.related.posts .items-grid .entry-content-wrapper {
    padding: .676em;
    margin: 0;
    text-align: left;
}

.related.posts .items-grid .entry-meta {
    justify-content: start;
}

.related.posts .items-grid .entry-title {
    font-size: 14px;
    margin-bottom: 8px;
}

.related.posts .items-grid .related-item {
    padding: 0 10px 20px;
}

.related.posts .items-grid .entry-date,
.related.posts .items-grid .post-share,
.related.posts .items-grid .post-highlight,
.related.posts .items-grid .entry-content,
.related.posts .items-grid .entry-meta span:not(.posted-date),
.related.posts .items-grid .entry-footer {
    display: none;
}

.related.posts .items-grid .entry-meta>span:after,
.pressmart-carousel.owl-carousel .entry-meta .post-share:after {
    content: none;
}

/**
 * 2.12 Comments
 */

#comments {
    clear: both;
}

.bypostauthor {
    display: block;
}

.comment-form {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1em;
    margin-right: -1em;
}

.comment-form>p {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url {
    flex: 1;
    padding: 0 1em;
}

.comment-form-cookies-consent label {
    display: inline !important;
}

.comments-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.comment-list {
    margin-bottom: 3rem;
    margin-left: 0;
}

.comment-list,
.comment-list .children {
    list-style: none;
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
    padding: 1.5rem 0;
}

.comment-list .comment.depth-1 {
    padding-bottom: 0;
}

.comment-list .pingback .edit-link,
.comment-list .trackback .edit-link {
    margin-left: .3rem;
}

.comment-list .pingback .comment-body>a,
.comment-list .trackback .comment-body>a {
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
}

.comment-list .comment-body {
    padding-left: 8rem;
    position: relative;
}

.comment-author .avatar {
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}

.comment-meta {
    margin-bottom: 1em;
    margin-top: -22px;
}

.comment-author,
.comment-meta {
    flex: 1;
}

.comment-meta a {
    color: #777777;
}

.comment-meta>* {
    flex: 1 1 auto;
}

.comment-author {
    font-size: 16px;
    font-size: 1rem;
    z-index: 2;
}

.comment-author cite {
    font-weight: 600;
}

.comment-meta,
.comment-list .reply {
    text-align: right;
}

.comment-meta .comment-awaiting-moderation {
    margin-top: .5rem;
    color: #ff6161;
}

.comment-reply-link {
    font-weight: 600;
    position: relative;
}

.comment-list .children {
    margin-left: 2rem;
    margin-top: 1rem;
}

.comment-list .children li:last-child {
    border: none;
    padding-bottom: 0;
}

.comment-meta>a:first-child:before,
.comment-list .comment-body .comment-edit-link:before {
    font-size: 12px;
    padding-right: 5px;
}

.comment-body .comment-reply-link:before {
    padding-right: 6px;
    vertical-align: top;
}

.comment-respond small #cancel-comment-reply-link {
    margin-left: 10px;
}

/**
 * 2.8.1 Comments Navigation
 */

.comment-navigation h3 {
    display: none;
}

.comment-navigation .nav-links {
    display: flex;
    padding: 2rem 0;
    margin-bottom: 3rem;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
    flex: 0 1 50%;
    max-width: 50%;
}

.comment-navigation .nav-next {
    text-align: right;
}

.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after {
    line-height: 32px;
}

.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1rem;
    position: absolute;
    top: 0;
    width: 1rem;
}

.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

/**
 * 2.13 Sidebar
 */

/**
 * 2.14 Widgets
 */

.widget:not(:last-child) {
    margin-bottom: 2.5em;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}

.widget-title a {
    color: inherit;
}

.widget .maxlist-more {
    margin-top: 10px;
    margin-bottom: 0;
}

.widget .maxlist-more a {
    font-weight: 600;
    display: block;
}

.widget.closed .maxlist-more {
    display: none;
}

.has-widget-toggle .widget-area .widget .widget-title::after,
.has-widget-toggle .dokan-widget-area .widget .widget-title::after,
.footer-widget .widget .widget-title::after {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.widget li {
    position: relative;
}

.has-widget-menu-toggle .widget ul.children {
    display: none;
}

.widget li .child-indicator {
    position: absolute;
    right: 0;
    top: 4px;
}

.widget li .child-indicator::after {
    font-size: 18px;
    color: #cfcfcf;
    line-height: 1;
}

/* widget forms */

.widget select {
    width: 100%;
}

/* widget lists */

.widget ul {
    list-style: none;
    margin: 0;
}

.widget ul li:not(:last-child),
.widget ol li:not(:last-child) {
    margin-bottom: 1rem;
}

.widget ul li ul {
    margin-top: 1rem;
    padding-left: 20px;
    position: relative;
}

/* widget markup */

.widget .post-date,
.widget .rss-date,
.widget .post-comments {
    font-size: 0.81em;
}

/* Text widget */

.widget_text {
    word-wrap: break-word;
}

.widget_text ul li,
.widget_text ol li {
    border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
    padding-bottom: 0;
}

.widget_text ul li ul {
    margin: 0 0 0 1.5em;
}

.widget_text ul li li {
    padding-left: 0;
    padding-right: 0;
}

.widget_text ol li {
    list-style-position: inside;
}

.widget_text ol li+li {
    margin-top: -1px;
}

/* RSS Widget */

.widget_rss ul li:not(:last-child) {
    padding-bottom: 10px;
}

.widget_rss li .rsswidget {
    font-size: 16px;
    line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
    display: block;
    font-size: 12px;
    font-size: 0.625rem;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;
}

.widget_rss .rss-date {
    margin: 0.5em 0 1.5em;
    padding: 0;
}

.widget_rss .rssSummary {
    margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
    margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
    display: block;
}

/* Search Widget */

.search-form,
.wp-block-search,
.woocommerce-product-search {
    position: relative;
}

.search-form [type="submit"],
.wp-block-search [type="submit"],
.widget .woocommerce-product-search [type="submit"] {
    font-size: 0;
    bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    line-height: 1;
    margin: 0;
    padding: 10px 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.search-form [type="submit"]:before,
.wp-block-search [type="submit"]:before,
.widget .woocommerce-product-search [type="submit"]:before {
    font-size: 18px;
}

.widget_search .pressmart-arrow::before,
.widget_search .pressmart-arrow::after {
    content: none;
}

.wp-block-search .wp-block-search__label {
    display: none;
}

/* Tag cloud widget */

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
    line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-size: 14px !important;
    /* !important to overwrite inline styles */
    font-size: 0.875rem !important;
    margin: 8px 8px 0 0 !important;
    padding: 4px 10px 5px !important;
    position: relative;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: auto;
    word-wrap: break-word;
    z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
    box-shadow: none;
    text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

.widget_calendar caption {
    text-align: center;
    caption-side: initial;
    font-weight: 600;
}

.widget_calendar table,
.widget_calendar caption {
    border-bottom: 0 !important;
}

.widget_calendar table,
.widget_calendar td {
    margin: 0;
}

.widget_calendar td {
    width: 34px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    cursor: default;
}

.widget_calendar thead th,
.widget_calendar td.pad,
.site-footer .widget_calendar td.pad,
.widget_calendar tfoot td {
    border: none;
}

.widget_calendar tbody td a,
.widget_calendar tfoot td a {
    font-weight: 600;
}

.widget_calendar .wp-calendar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 0 !important;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
    padding: 8px;
}

/* Audio & Video Widget*/

.widget_media_audio .mejs-container,
.widget_media_video .mejs-container {
    margin: 0;
}

/*Image Widget*/

.widget_media_image .wp-caption {
    margin-bottom: 0;
}

/* About Us Widget */

.about-us-widget p {
    margin: 0 0 .7681rem
}

.pressmart-about-us ul li {
    display: flex;
    flex-flow: row;
}

.pressmart-about-us ul li i {
    font-size: 16px;
    padding-right: 14px;
    margin-top: 4px;
}

/* About Us Widget */

.pressmart-about-us .image-is-circle img {
    border-radius: 100%;
    margin: 0 auto 10px;
}

.pressmart-about-us .pressmart-social {
    margin: 15px 0 0;
}

.pressmart-about-us .social-share a {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 25px;
    width: 26px;
    height: 26px;
}

/*About Author Widget */

.pressmart-about-author .about-author {
    text-align: center;
    margin-top: -2em;
}

.pressmart-about-author .author-avatar {
    position: relative;
    top: 2.5em;
    z-index: 9;
}

.pressmart-about-author .author-avatar img {
    max-width: 100px;
}

.pressmart-about-author .author-info {
    margin: 0;
}

/* InstaGram Widget */

.pressmart-instageram .instagram-wrap {
    display: grid;
    grid-template-columns: repeat(3, 31.8333%);
    grid-template-rows: auto;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    transition: all .33s;
}

.pressmart-instagram-widget p {
    margin-bottom: 0;
    margin-top: 10px;
}

.instagram-picture a {
    display: block;
    position: relative;
}

.pressmart-instageram .instagram-picture a:before {
    background-color: rgba(17, 17, 17, 0.5);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.pressmart-instageram .instagram-picture a:hover:before {
    opacity: 1;
}

/* Newsletter Widget */

.pressmart-newsletter .subscribe-tagline {
    margin-bottom: 1em;
}

.pressmart-newsletter:not(.widget) .mc4wp-form {
    text-align: center;
}

.widget-area .pressmart-newsletter {
    border: none;
    background-color: #f5f5f5;
    text-align: center;
    padding: 2em 1.8em;
}

.widget-area .pressmart-newsletter .widget-title {
    padding: 0;
    margin: 0 0 15px 0;
    border: none;
    pointer-events: none;
}

.widget-area .pressmart-newsletter .widget-title::after {
    content: none !important;
}

.widget-area .pressmart-newsletter .subscribe-tagline {
    margin-bottom: 1.5em;
    font-size: 13px;
}

.widget-area .pressmart-newsletter .mc4wp-form-fields {
    flex-direction: column;
}

.widget-area .pressmart-newsletter .mc4wp-form-fields p:first-child {
    margin-bottom: 1em;
}

/* Testimonials Widget */

.widget-area .pressmart-widget-testimonial {
    border: 3px solid;
    padding-top: 2em;
    padding-bottom: 2em;
}

.widget-area .pressmart-widget-testimonial .widget-title {
    display: none;
}

.widget-area .pressmart-widget-testimonial .testimonials {
    text-align: center;
}

.widget-area .pressmart-widget-testimonial .blockquote {
    margin-bottom: 0;
}

.widget-area .pressmart-widget-testimonial .quote-content:before {
    font-size: 26px;
    left: 1px;
    position: absolute;
    top: -9px;
}

.widget-area .pressmart-widget-testimonial .quote-content p {
    text-indent: 30px;
}

.widget-area .pressmart-widget-testimonial img {
    max-width: 70px;
    border-radius: 50%;
    border: 2px solid;
}

.widget-area .pressmart-widget-testimonial .client-info {
    font-size: 14px;
}

.widget-area .pressmart-widget-testimonial .client-name {
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
}

.pressmart-widget-posts-list:not(.style-3) .widget-post-item,
.pressmart-widget-recent-posts:not(.style-3) .widget-post-item,
.pressmart-tab-posts .widget-post-item,
.pressmart-widget-portfolios-list:not(.style-3) .widget-portfolio-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.pressmart-posts-lists .widget-post-item:not(:last-child),
.pressmart-recent-posts .widget-post-item:not(:last-child),
.pressmart-tab-posts .widget-post-item:not(:last-child),
.pressmart-widget-portfolios-list:not(.style-3) .widget-portfolio-item:not(:last-child) {
    margin-bottom: 1rem;
}

.pressmart-widget-posts-list:not(.style-3) .widget-post-thumbnail,
.pressmart-widget-recent-posts:not(.style-3) .widget-post-thumbnail,
.pressmart-tab-posts .widget-post-thumbnail,
.pressmart-widget-portfolios-list:not(.style-3) .portfolio-thumbnail {
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 15px;
}

.pressmart-widget-posts-list:not(.style-3) .widget-post-thumbnail img,
.pressmart-widget-recent-posts:not(.style-3) .widget-post-thumbnail img,
.pressmart-tab-posts .widget-post-thumbnail img,
.pressmart-widget-portfolios-list:not(.style-3) .portfolio-thumbnail img {
    max-width: 70px;
}

.pressmart-posts-lists .style-2 .widget-post-thumbnail img,
.pressmart-recent-posts .style-2 .post-thumbnail img,
.pressmart-portfolios-lists .style-2 .portfolio-thumbnail img {
    border-radius: 100%;
}

.pressmart-widget-posts-list:not(.style-3) .widget-post-body,
.pressmart-widget-recent-posts:not(.style-3) .widget-post-body,
.pressmart-tab-posts .widget-post-body,
.pressmart-portfolios-lists .portfolio-body {
    flex: 1 1 auto;
}

.pressmart-posts-lists .post-title,
.pressmart-recent-posts .post-title,
.pressmart-tab-posts .post-title,
.pressmart-portfolios-lists .portfolio-title {
    margin-bottom: 5px;
    line-height: 1.5;
}

.pressmart-posts-lists .post-categories,
.pressmart-recent-posts .post-categories {
    margin-bottom: 3px;
}

.pressmart-posts-lists .post-categories a,
.pressmart-recent-posts .post-categories a {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 5px;
}

.pressmart-posts-lists .post-comments,
.pressmart-recent-posts .post-comments {
    margin-left: 10px;
}

.pressmart-posts-lists .post-comments span,
.pressmart-recent-posts .post-comments span {
    display: none
}

.pressmart-posts-lists .post-comments a:before,
.pressmart-recent-posts .post-comments a:before {
    margin-right: 5px;
}

.pressmart-posts-lists .style-3 .widget-post-thumbnail,
.pressmart-recent-posts .style-3 .widget-post-thumbnail {
    margin-bottom: 8px;
}

.pressmart-posts-lists .style-3 .post-title,
.pressmart-recent-posts .style-3 .post-title {
    font-size: 16px;
}

.pressmart-posts-lists .style-3 .post-meta span,
.pressmart-recent-posts .style-3 .post-meta span {
    font-size: 14px;
    margin-right: 5px;
}

/* Portfolios List */

.pressmart-portfolios-lists .pressmart-widget-portfolios-list.style-3 {
    display: grid;
    transition: all .33s;
    grid-template-columns: repeat(3, 31.8333%);
    grid-template-rows: auto;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
}

/* Carousel Widget */

.widget .owl-carousel .owl-nav {
    position: absolute;
    top: -3.75em;
    right: -1em;
}

.widget .owl-carousel .owl-nav button[class*="owl-"] {
    position: initial;
    transform: none;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.widget .owl-carousel .owl-nav button[class*="owl-"],
.widget .owl-carousel .owl-nav button[class*="owl-"] {
    width: 32px;
    height: 32px;
}

.widget .owl-carousel .owl-nav button[class*="owl-"]::before,
.widget .owl-carousel .owl-nav button[class*="owl-"]::before {
    font-size: 18px;
    ;
}

.widget .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

/*Recent Comments Widget*/

.pressmart-recent-comments .author-avatar,
.pressmart-tab-posts .author-avatar {
    position: initial;
}

.pressmart-recent-comments .comment-body,
.pressmart-tab-posts .comment-body {
    padding: 0;
}

.pressmart-recent-comments .post-comment,
.pressmart-tab-posts .post-comment {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.pressmart-recent-comments .post-comment:not(:last-child),
.pressmart-tab-posts .post-comment:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.pressmart-recent-comments .comments-thumbnail,
.pressmart-tab-posts .comments-thumbnail {
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 15px;
}

.pressmart-recent-comments .comment-body,
.pressmart-tab-posts .comment-body {
    flex: 1 1 auto;
}

.pressmart-recent-comments .comment-body p,
.pressmart-tab-posts .comment-body p {
    margin: 0;
}

/* Tab Pots Widget*/

.widget .pressmart-tabs .nav-tabs .nav-link {
    font-size: 14px;
}

.widget .pressmart-tabs-widget.pressmart-tabs .nav-tabs+.tab-content,
.widget .products-tabs-widget.pressmart-tabs .nav-tabs+.tab-content {
    padding: 0;
    border: none;
}

/* Cart Widget */

.widget.widget_shopping_cart .pressmart-scroll>.pressmart-scroll-content,
.header-cart .widget_shopping_cart .pressmart-scroll>.pressmart-scroll-content {
    margin-right: 0 !important;
    position: inherit;
    overflow: inherit;
}

.widget.widget_shopping_cart .mini_cart_item {
    padding: 15px 0;
}

.widget.widget_shopping_cart .woocommerce-mini-cart li:first-child {
    padding-top: 0;
}

.widget.widget_shopping_cart .cart_list li a.remove,
.header-cart .widget_shopping_cart .cart_list li a.remove {
    right: 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_footer {
    padding: 15px 0 0 0;
}

/* Products Widget*/

.woocommerce ul.cart_list li:not(:last-child) {
    padding-bottom: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom: 0;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    line-height: 1.4;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 15px;
    max-width: 27%;
}

@media (max-width:1024px) {
    .woocommerce ul.cart_list li img,
    .woocommerce ul.product_list_widget li img {
        max-width: 25%;
    }
}

.woocommerce ul.cart_list li .product-title,
.woocommerce ul.product_list_widget li .product-title,
.woocommerce ul.cart_list li .star-rating {
    margin-bottom: 7px;
    display: block;
}

.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins {
    background: none;
    padding: 0;
    color: inherit;
    border-radius: 0;
    order: 1;
}

.woocommerce ul.cart_list li span.amount,
.woocommerce ul.product_list_widget li span.amount {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce ul.cart_list li del span.amount,
.woocommerce ul.product_list_widget li del span.amount {
    font-size: 16px;
    font-weight: normal;
    color: inherit;
}

/* Product Price Filter Widget */

.woocommerce .widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.widget_price_filter #max_price,
.widget_price_filter #min_price {
    display: none;
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 2em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    top: -7px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle::after {
    width: 13px;
    height: 13px;
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 2px;
    top: 2px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    padding: 10px 15px;
}

.woocommerce .widget_price_filter .price_label span {
    font-weight: 600;
}

/* PLS Price Filter */

.pressmart_widget_price_filter_list .wc-layered-nav-term>a>span:first-child {
    margin-right: 5px;
}

.pressmart_widget_price_filter_list .wc-layered-nav-term>a>span:last-child {
    margin-left: 5px;
}

/* Filter Attributes */

.widget.widget_layered_nav li,
.widget.pressmart-product-brands li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget.pressmart-product-brands li a,
.widget.widget_layered_nav li a,
.widget .widget_rating_filter li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1 1 auto;
    position: relative;
}

.widget.widget_layered_nav li .nav-title {
    padding-left: 5px;
}

.widget.widget_layered_nav li .swatch-color,
.widget.widget_layered_nav li .swatch-image img {
    border-radius: 50%;
    font-size: 0;
    display: inline-table;
    height: 18px;
    width: 18px;
}

.pressmart-attributes-filter .pressmart-attributes-inline li {
    display: inline-block;
    margin-right: .6871rem;
    margin-bottom: 1rem;
}

.widget.pressmart-attributes-filter .pressmart-attributes-inline li a:before {
    content: none !important;
}

.widget.pressmart-attributes-filter .pressmart-attributes-inline li a:after {
    position: absolute;
    left: 4px !important;
    right: 0;
    text-align: center;
    background: transparent !important;
    border: none !important;
}

.widget.pressmart-attributes-filter .pressmart-attributes-inline li .swatch-color,
.widget.pressmart-attributes-filter .pressmart-attributes-inline li .swatch-image img {
    height: 22px;
    width: 22px;
}

.widget.widget_layered_nav li a:before,
.widget.widget_rating_filter li a:before {
    content: "" !important;
    display: inline-table;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.widget.widget_rating_filter li a:before {
    display: inline-block;
}

.widget.pressmart_widget_product_sorting li a:before,
.widget.pressmart_widget_price_filter_list li a:before {
    border-radius: 50%;
}

.widget.pressmart_widget_product_sorting li.chosen a:after,
.widget.pressmart_widget_price_filter_list li.chosen a:after {
    content: '';
    width: 10px;
    height: 10px;
}

.widget.widget_layered_nav li.chosen a:after,
.widget.widget_rating_filter li.chosen a:after {
    position: absolute;
    font-size: 10px;
    left: 3px;
}

.widget.pressmart_widget_product_sorting li.chosen a:after,
.widget.pressmart_widget_price_filter_list li.chosen a:after {
    content: '';
    display: inline-table;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    transform: translateX(50%);
}

.pressmart-canvas-sidebar {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .10);
    box-shadow: 0 0 3px rgba(0, 0, 0, .10);
    cursor: pointer;
    font-size: 0;
    left: 0;
    top: 36%;
    padding: 1em;
    position: fixed;
    z-index: 995;
    transform: translateX(-100%);
    transition: transform .50s ease;
    transition: transform .50s ease, -webkit-transform .50s ease;
}

.pressmart-canvas-sidebar .canvas-sidebar-icon:before {
    padding: 12px 14px;
    line-height: 1;
    font-size: 19px;
}

@media (max-width:767px) {
    .has-mobile-canvas-sidebar .pressmart-canvas-sidebar {
        -webkit-transform: none;
        transform: none;
    }
    .has-mobile-canvas-sidebar .widget-area {
        display: flex;
        flex-direction: column;
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        padding-top: 1em;
        width: 300px;
        z-index: 999;
        overflow: hidden;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform .50s ease;
        transition: transform .50s ease, -webkit-transform .50s ease;
    }
    .widget-area.opened {
        transform: none;
    }
}

/**
 * 2.15 Footer
 */

.site-footer .footer-main,
.site-footer .footer-categories {
    background-color: #f8f8f8;
}

.site-footer .footer-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.site-footer .footer-widget .widget {
    border: none;
    padding-bottom: 0;
}

/* Footer Subscribe */

.footer-subscribe {
    background-color: #059473;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer-subscribe .subscribe-wrap {
    display: flex;
    align-items: center;
}

.footer-subscribe h4 {
    margin-bottom: 5px;
}

/* .footer-subscribe p{
    margin-bottom: 0;
} */

.footer-subscribe .mc4wp-form-fields {
    margin-bottom: 0;
}

.footer-subscribe.simple-form .mc4wp-form-fields {
    display: flex;
    justify-content: end;
    align-items: center;
}

.footer-subscribe .mc4wp-form-fields>p:not(:last-child) {
    width: 100%;
}

.footer-subscribe.simple-form .mc4wp-form-fields>p:not(:last-child) {
    margin-right: 10px;
}

.footer-subscribe .mc4wp-form {
    align-items: flex-end;
}

@media (min-width:768px) {
    .footer-subscribe.simple-form .mc4wp-form-fields {
        max-width: initial;
    }
    .footer-subscribe .mc4wp-form-fields>p:not(:last-child) {
        margin-bottom: 0 !important;
    }
}

@media (max-width:767px) {
    .footer-subscribe .subscribe-wrap {
        flex-direction: column;
        text-align: center;
    }
    .footer-subscribe h4+p {
        margin-bottom: 1.5rem;
    }
    .footer-subscribe .mc4wp-form {
        align-items: center;
    }
    .footer-subscribe.simple-form .mc4wp-form-fields {
        flex-direction: column;
    }
}

/* Footer Categories */

.footer-categories {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.footer-categories .categories-list {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.footer-categories .categories-list:not(:last-child) {
    margin-bottom: 1.2rem;
}

.footer-categories .categories-list li {}

.footer-categories .categories-list .cate_title {
    font-weight: 600;
    margin-right: 7px;
}

.footer-categories .categories-list li.cat-item {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 15px;
}

/** Copyright **/

.site-footer .footer-copyright {
    background-color: #f8f8f8;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-copyright.copyright-centered .copyright-wrap {
    flex-wrap: wrap-reverse;
}

.footer-copyright.copyright-centered .copyright-wrap>div {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
}

.footer-copyright.copyright-centered .copyright-wrap>div:last-child {
    margin-bottom: 15px;
}

/** Back To Top **/

.pressmart-back-to-top {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    display: none;
    font-size: 0;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    z-index: 998;
}

.pressmart-back-to-top:before {
    font-size: 20px;
    line-height: 40px;
}

/**
 * 2.16 Block
 */

/* Block: Button */

.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: inherit;
}

/** Alignment */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
    text-align: center;
}

/** Latest Posts, Archives, Categories */

ul.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
    list-style-type: none;
    margin-left: 0;
}

ul.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul {
    list-style-type: none;
}

/* Image */

.wp-block-image {
    margin-bottom: 1.5em;
}

.wp-block-image figure {
    margin-bottom: 0;
    margin-top: 0;
}

.wp-block-image figure.alignleft {
    margin: 0 1.5em 1.5em 0;
}

.wp-block-image figure.alignright {
    margin: 0 0 1.5em 1.5em;
}

figure.wp-block-gallery.alignleft {
    margin-right: 15px;
}

figure.wp-block-gallery.alignright {
    margin-left: 15px;
}

.entry-content>.alignwide:not(.wp-block-group.has-background),
.entry-content>.alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 1.5em;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
    color: #ffffff;
}

.wp-block-cover,
.wp-block-cover-image {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

/* Quote */

.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote.is-style-solid-color blockquote {
    border: 0;
    padding: 0;
}

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
    margin-bottom: 0;
}

.wp-block-quote cite {
    color: inherit;
    font-size: inherit;
}

/* Audio */

.wp-block-audio audio {
    display: block;
    width: 100%;
}

/**
 * 2.18 Block Widget
 */

.widget_block .wp-block-group__inner-container>*:first-child {
    font-size: 18px;
    margin-bottom: 20px;
}

.widget_block ul,
.widget_block ol {
    list-style: none;
    margin: 0;
}

/**
 * 2.17 Extra
 */

/** Promo Bar **/

.pressmart-promo-bar {
    background-color: #191919;
    box-shadow: 0 -1px 5px rgb(0 0 0 / 6%);
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 101;
}

.pressmart-promo-bar.position-top {
    position: relative;
    top: 0;
}

.admin-bar .pressmart-promo-bar.position-top.position-type-fixed {
    top: 32px;
    z-index: 998;
}

@media (max-width:782px) {
    .admin-bar .pressmart-promo-bar.position-top.position-type-fixed {
        top: 46px;
    }
}

.pressmart-promo-bar.position-bottom {
    bottom: 0;
}

.pressmart-promo-bar.position-type-fixed {
    position: fixed;
}

.promo-bar-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
}

.promo-bar-button {
    margin-left: 1em;
}

.promo-bar-button .button {
    padding: 10px 20px;
    text-transform: inherit;
}

.promo-bar-close {
    font-weight: bold;
    position: absolute;
    right: 2em;
}

/** Sticky Add To Cart **/

.pressmart-sticky-add-to-cart {
    box-shadow: 0 -1px 5px rgb(0 0 0 / 6%);
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    position: fixed;
    z-index: 99;
}

.sticky-product-image img {
    max-width: 70px;
    max-height: 70px;
    margin-right: 1em;
}

.sticky-add-to-cart-left,
.sticky-add-to-cart-right {
    display: flex;
    align-items: center;
}

.sticky-product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sticky-add-to-cart-right .price {
    margin-right: 1em;
    display: inline-flex;
    align-items: center;
}

.sticky-product-info .star-rating {
    float: inherit;
}

.sticky-add-to-cart-right span.price {
    font-size: 16px;
    font-weight: 600;
    display: initial;
}

.sticky-add-to-cart-right span.price ins {
    order: 1;
    background: none;
}

.sticky-add-to-cart-right span.price del {
    order: 2;
    font-size: 14px;
    font-weight: normal;
}

.pressmart-back-to-top.sticky-add-cart {
    bottom: 108px;
}

.has-promo-bar-bottom .pressmart-back-to-top {
    bottom: 70px;
}

@media (min-width:1025px) {
    .has-sticky-add-to-cart .site-footer {
        padding-bottom: 90px;
    }
}

@media (max-width:1024px) {
    .pressmart-sticky-add-to-cart {
        display: none !important;
    }
}

/**
 * 2.18 Media
 */

img,
video {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    margin-bottom: .687em;
    max-width: 100%;
}

.wp-caption,
.gallery-caption {
    color: #aaaaaa;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    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;
}

/* Media Elements */

.mejs-container {
    margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
    border-color: #e9e9e9;
    color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #e9e9e9;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #767676;
    color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
    background: #222;
    border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #aaa;
    color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
    padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 12px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
}

.site-content .wp-playlist-item {
    padding: 0 0.3125em;
    cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
    border-bottom: none;
}

.site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
    box-shadow: none;
    background: transparent;
}

.site-content .wp-playlist-item-length {
    top: 5px;
}

/**
 * 2.19 Galleries
 */

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    position: relative;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-item a img {
    display: block;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    filter: opacity(60%);
}

.gallery-caption {
    background: rgba( 255, 255, 255, 0.8);
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 0;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    white-space: nowrap;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    visibility: visible;
}

/**
 * 3.0 Pages
 */

.page-header {
    padding-bottom: 2em;
}

.page .entry-header .edit-link {
    font-size: 14px;
    font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
    font-size: 11px;
    font-size: 0.6875rem;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page.type-page+.comments-area {
    margin-top: 50px;
}

/**
 * 3.1 Home
 */

/**
 * 3.2 Blog
 */

/* .blog-post-loop .post-thumbnail img, 
.portfolios-post-loop .post-thumbnail img{
    width: 100%;
} */

/**
 * 3.3 Portfolio
 */

/*Filter menu*/

.portfolio-filter {
    margin-bottom: 3em;
}

.filter-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-categories a {
    font-weight: 600;
    margin: 0 3px;
    padding: 7px 16px;
}

/*Portfolio item*/

.type-portfolio .entry-post .entry-thumbnail-wrapper {
    margin-bottom: 0;
}

.portfolios-list.portfolio-style-1 .portfolio,
.portfolios-list.portfolio-style-1 .type-portfolio {
    margin-bottom: 2em;
}

.portfolio-post-loop .entry-header {
    margin: 0;
}

.portfolio-style-1:not(.items-grid) .portfolio-post-loop .entry-post {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.portfolio-style-1:not(.items-grid) .portfolio-post-loop .entry-post:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.portfolio-style-1 .portfolio-post-loop .entry-content-wrapper {
    text-align: center;
    padding: 1.6781em 2em;
}

.portfolio-post-loop .categories,
.portfolio-post-loop .categories a {
    margin-bottom: .2em;
}

.portfolio-post-loop .categories a {
    font-size: 12px;
    font-weight: 600;
}

/*Portfolio Action icon*/

.portfolio-post-loop .entry-thumbnail-wrapper {
    position: relative;
}

.portfolio-post-loop .action-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio-post-loop .action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-post-loop .action-icon a {
    font-size: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.portfolio-post-loop .post-thumbnail:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s linear;
}

.portfolio-post-loop .action-icon a:before {
    border-radius: 100px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 .5em;
    width: 48px;
    height: 48px;
    transition: .25s;
}

.portfolio-post-loop .entry-post:hover .action-icon a,
.portfolio-post-loop .entry-post:hover .post-thumbnail:after {
    opacity: 1;
}

.portfolio-post-loop .entry-content-wrapper {
    border: none;
}

/* Portfolio Hover Style 2 */

.portfolio-style-2 .portfolio-post-loop .entry-content-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 0;
    opacity: 0;
    padding: .6781em 1em;
    transform: translateY(50px);
    transition: all .5s;
}

.portfolio-style-2 .portfolio-post-loop .entry-post,
.portfolio-style-3 .portfolio-post-loop .entry-post {
    overflow: hidden;
}

.portfolio-style-2 .portfolio-post-loop .post-thumbnail:after {
    content: none;
}

/* Portfolio Hover Style 3*/

.portfolio-style-3 .portfolio-post-loop .entry-content-wrapper {
    background-color: inherit;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    top: 40%;
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
}

.portfolio-style-3 .portfolio-post-loop .entry-content-wrapper {
    transform: translateY(50px);
}

.portfolio-style-2 .portfolio-post-loop .action-icon,
.portfolio-style-3 .portfolio-post-loop .action-icon {
    top: 25%;
    left: inherit;
    height: inherit;
    transition: all .5s;
}

.portfolio-style-2 .portfolio-post-loop .action-icon,
.portfolio-style-3 .portfolio-post-loop .action-icon {
    transform: translateY(-50px);
}

.portfolio-style-2 .portfolio-post-loop .entry-post:hover .action-icon,
.portfolio-style-2 .portfolio-post-loop .entry-post:hover .entry-content-wrapper,
.portfolio-style-3 .portfolio-post-loop .entry-post:hover .action-icon,
.portfolio-style-3 .portfolio-post-loop .entry-post:hover .entry-content-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s;
    visibility: visible;
}

.portfolios-list.no-content-part .entry-content-wrapper {
    display: none;
}

/*
 * Single Portfolio
 */

.pressmart-portfolio-image,
.portfolio-entry-gallery.pressmart-portfolio-image {
    margin-bottom: 30px;
}

.single-portfolio-page {
    margin-bottom: 3em;
}

.portfolio-entry-summary .entry-title {
    text-transform: uppercase;
}

.project-info-item {
    display: flex;
    flex-wrap: wrap;
}

.project-info-item>h5 {
    flex: 25%;
    position: relative;
}

.project-info-item>p,
.project-info-item>div {
    flex: 75%;
    padding-left: 1em;
}

.project-info-item h5 span {
    position: absolute;
    right: 15%;
}

.project-preview {
    margin-bottom: 30px;
    margin-top: 30px;
}

.project-preview .preview-link {
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    padding: 1em 1.4671em;
}

.project-preview .preview-link:before {
    padding-right: 10px;
    vertical-align: top;
}

/**
 * 3.4 Search Page
 */

.no-results.not-found {
    text-align: center;
    padding: 15vh 0;
}

.no-results .page-header {
    padding: 0;
}

.no-results .page-entry-title {
    font-size: 48px;
    margin-bottom: .6em;
    line-height: 1;
}

.no-results .pressmart-mini-ajax-search {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

/**
 * 3.5 404 Page
 */

.error-404.not-found {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.error-404.not-found h1 {
    font-size: 200px;
    margin-bottom: 18px;
    margin-top: 0;
    line-height: 1.2;
}

.error-404.not-found h1 span {
    display: block;
    font-size: xx-large;
}

/** 
 * 4.0 Woocommerce
 */

/* Notification */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: none;
    border-width: 1px;
    border-style: solid;
    border-left-width: 5px;
    color: #222222;
    list-style: none outside;
    padding: .75rem 1.7rem .75rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-message {
    border-color: #388E3C;
}

.woocommerce-message:before {
    color: #388E3C;
}

.woocommerce-info {
    border-color: #ff9f00;
}

.woocommerce-info:before {
    color: #ff9f00;
}

.woocommerce-error {
    border-color: #ff6161;
}

.woocommerce-error:before {
    color: #ff6161;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-size: 15px;
    left: 1.2rem;
    line-height: 1;
    top: calc(50% - 7px);
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    margin-left: 10px;
    margin-bottom: -8px;
    margin-right: -20px;
    margin-top: -8px;
    padding: 10px 18px;
    order: 2;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    float: right;
    order: 2;
}

/* Checkout Steps */

ul.pressmart-chekout-steps {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.page-title.text-center ul.pressmart-chekout-steps {
    justify-content: center;
}

ul.pressmart-chekout-steps li {
    margin: 8px 0;
}

ul.pressmart-chekout-steps li>* {
    font-size: 24px;
    font-weight: 600;
}

.pressmart-chekout-steps li:after {
    vertical-align: inherit;
    margin: 0 1rem;
    font-weight: 600;
}

.woocommerce .blockUI.blockOverlay {
    cursor: pointer !important;
    background-color: rgba(255, 255, 255, .7) !important;
    background-image: none !important;
    opacity: 1 !important;
    z-index: 99 !important;
}

/* Login & Register With Popup */

.pressmart-login-signup,
.pressmart-signin-up-popup {
    max-width: 695px;
    margin: 0 auto;
    margin-top: 1em;
    box-shadow: 0 0 3px rgba(0, 0, 0, .20);
}

.customer-login,
.customer-signup {
    display: none;
    flex-direction: row;
}

.customer-login.active,
.customer-signup.active {
    display: flex;
}

.customer-login-left,
.customer-signup-left {
    flex: 40%;
    font-size: 16px;
    padding: 40px 35px;
}

.customer-login-left h2,
.customer-signup-left h2 {
    margin-bottom: 10px;
}

.customer-login-right,
.customer-signup-right {
    flex: 60%;
    padding: 40px 35px;
}

.woocommerce form .woocommerce-form-row {
    margin-bottom: 25px;
}

.woocommerce .form-row.woocommerce-rememberme-lost_password {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.woocommerce form .woocommerce-rememberme-lost_password label,
.woocommerce form .woocommerce-rememberme-lost_password a {
    font-weight: 600;
}

.woocommerce .woocommerce-rememberme-lost_password label {
    margin: 0;
}

.pressmart-login-signup .signin-up-error-message {
    color: #ff6161;
}

.pressmart-login-signup .signin-up-success-message {
    color: #388e3c;
}

.woocommerce .woocommerce-form-login p {
    padding: 0;
}

.pressmart-login-signup .button {
    width: 100%;
    text-align: center;
}

.woocommerce-or-login-with {
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.woocommerce-or-login-with:after,
.woocommerce-or-login-with:before,
.woocommerce-or-login-with:after,
.woocommerce-or-login-with:before {
    content: "";
    flex: 1 0 0;
}

.woocommerce-or-login-with span {
    margin: 0 10px;
}

.woocommerce-login-with-facebook .button {
    background-color: #4267B2;
}

.woocommerce-login-with-google .button {
    background-color: #DD5145;
}

.woocommerce-new-signup .button {
    box-shadow: 0 0 3px rgba(0, 0, 0, .20);
}

.woocommerce .woocommerce-form-login p:last-child,
.woocommerce-form-register p:last-child {
    margin-bottom: 0;
}

.pressmart-signin-up-popup {
    position: relative;
}

/*Mini Cart*/

.admin-bar .pressmart-minicart-slide {
    margin-top: 32px;
}

.pressmart-minicart-slide {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: auto;
    bottom: 0;
    top: 0;
    right: 0;
    width: 340px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    transform: translate3d(340px, 0, 0);
    transition: transform .50s ease;
    transition: transform .50s ease, -webkit-transform .50s ease;
}

.pressmart-minicart-slide.opened {
    -webkit-transform: none;
    transform: none;
}

.pressmart-mask-overaly {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .6);
    transition: opacity .50s ease, visibility 0s ease .50s;
}

.pressmart-mask-overaly.opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease, visibility 0s ease;
}

@media (max-width:600px) {
    .admin-bar .pressmart-minicart-slide {
        margin-top: 0;
        z-index: 999999;
    }
    .admin-bar .pressmart-mask-overaly {
        z-index: 999998;
    }
}

.dropdow-minicart-header .minicart-title {
    border-bottom: 3px double;
    font-size: 16px;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.minicart-header {
    border-bottom: 3px double;
    display: flex;
    align-items: center;
    padding: 15px;
}

.minicart-header .close-sidebar:before,
.mobile-menu-header .close-sidebar:before {
    font-size: 12px;
    font-weight: 600;
}

.minicart-header .minicart-title {
    border: 0 !important;
    flex: 1 1 auto;
    font-size: 17px;
    margin: 0;
    padding: 0;
}

.pressmart-minicart-slide .minicart-title:before {
    content: none;
}

.close-sidebar {
    flex: 0 0 auto;
    font-size: 0;
}

.close-sidebar:before {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.widget_shopping_cart .mini-cart-item-content div.quantity {
    margin: 5px 0;
}

.pressmart-minicart-slide .widget_shopping_cart {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
    position: relative;
}

.pressmart-minicart-slide .widget_shopping_cart_content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.widget_shopping_cart .widget_shopping_cart_footer {
    border-top: 3px double;
    padding: 15px;
    flex: 0 0 auto;
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 15px;
}

.header-cart .widget_shopping_cart .mini_cart_item {
    padding: 10px 0;
}

.widget_shopping_cart .mini-cart-item-content {
    flex: 1 1 auto;
    padding-right: 20px;
}

.widget_shopping_cart .mini_cart_item_image {
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}

.mini_cart_item.loading:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    z-index: 9;
}

.mini_cart_item.loading:after {
    background-color: rgba( 255, 255, 255, .7);
    border: none;
    content: '';
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    position: absolute;
    z-index: 8;
}

.widget_shopping_cart .mini_cart_item_image img {
    max-width: 75px !important;
}

.widget_shopping_cart .woocommerce-mini-cart-empty {
    margin-top: 3em;
    text-align: center;
}

.widget_shopping_cart .cart-empty-icon {
    font-style: inherit;
}

.widget_shopping_cart .cart-empty-icon:before {
    font-size: 700%;
    line-height: 1;
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 40px;
}

.woocommerce-mini-cart__total {
    border: none !important;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.widget_shopping_cart .pressmart-freeshipping-bar {
    margin-bottom: 1rem;
}

.widget_shopping_cart .total .amount {
    font-weight: 900;
    font-size: 18px;
}

.woocommerce-mini-cart__buttons {
    margin-bottom: 0;
}

p.woocommerce-mini-cart__buttons.wcppec-cart-widget-spb {
    padding: 0 1rem 1rem 1rem;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}

.woocommerce.widget_shopping_cart .buttons a.checkout {
    margin-bottom: 0;
}

.widget_shopping_cart .mini_cart_item .blockUI.blockOverlay::before {
    height: 18px;
    top: calc( 50% - 1px);
    width: 18px;
    border-width: 2px;
}

/* 
 * 4.1 Shop Page 
 */

.woocommerce-products-header .entry-breadcrumbs {
    margin-bottom: .5em;
}

.products-top-custom-content,
.products-bottom-custom-content {
    margin-left: calc(var(--site-grid-gap) * -1);
    margin-right: calc(var(--site-grid-gap) * -1);
}

.products-top-custom-content {
    margin-bottom: 3rem;
}

.woocommerce-products-header .archive-top-content {
    margin-left: calc(var(--site-grid-gap) * -1);
    margin-right: calc(var(--site-grid-gap) * -1);
}

.products-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.products-header-left,
.products-header-right,
.products-header .show-products-number {
    display: flex;
    align-items: center;
}

.products-header .products-header-left>*,
.products-header .products-header-right>* {
    margin: 0;
}

.products-header-right>div:not(:last-child) {
    margin-right: 15px;
}

.products-header .product-show span {
    font-weight: 600;
    margin-right: 5px;
}

.products-header .products-view a {
    font-size: 0;
    display: inline-flex;
    margin-right: 10px;
}

.products-header .products-view a:last-child {
    margin: 0;
}

.products-view a:before {
    font-size: 20px;
}

.products-header .woocommerce-result-count {
    font-size: 12px;
    margin-left: 10px;
}

.products-header select {
    height: 36px;
}

/** Off Canvas Sidebar **/

.products-header .pressmart-product-off-canvas-btn {
    border: 2px solid;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1;
    padding: 8px;
    margin-right: 10px;
    font-weight: 600;
}

.products-header .pressmart-product-off-canvas-btn:before {
    margin-right: 5px;
}

.products-header .pressmart-product-filter-btn {
    font-size: 0;
    margin-left: 15px;
    cursor: pointer;
}

@media (min-width:768px) {
    .pressmart-off-canvas-sidebar .content-area {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pressmart-off-canvas-sidebar .widget-area {
        display: flex;
        flex-direction: column;
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        padding: 1rem;
        padding-top: 1rem;
        width: 325px;
        z-index: 999;
        overflow: hidden;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform .50s ease;
        transition: transform .50s ease, -webkit-transform .50s ease;
    }
    .widget-area.opened {
        transform: none;
    }
    .pressmart-off-canvas-sidebar.admin-bar .widget-area {
        top: 32px;
    }
}

.products .product.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

.products div.product {
    line-height: 1.6;
    padding: 0;
}

.products div.product .product-wrapper {
    transition: box-shadow .3s ease-in-out;
    position: relative;
}

.products div.product:hover .product-wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    z-index: 91;
}

.products .product-image {
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}

.products .product-image img {
    transition: all .4s linear 0s;
}

.products .product-image .hover-image {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.products .product-image:hover .hover-image {
    opacity: 1;
    visibility: visible;
}

.product-labels {
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 1em;
    z-index: 9;
}

.product-labels>span {
    color: #fff;
    display: block;
    font-size: 10px;
    margin-top: 8px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.product-labels span:first-child {
    margin: 0;
}

.products div.product.outofstock .product-image img {
    filter: grayscale(1);
    opacity: 0.8;
}

.products .product-image .whishlist-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.products .product-image .quickview-button {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transform: translateY(35px);
    transition: all 200ms ease-out;
}

.products .product:hover .product-image .quickview-button {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.products .product-image .quickview-button a {
    display: block;
    padding: .4rem;
}

.products .product-cats {
    margin-top: -3px;
}

.products .product-cats a {
    font-size: 12px;
}

.products .product-title {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: .4rem;
}

/* Default Rating */

.woocommerce .star-rating {
    font-size: 12px;
    height: 1.2em;
    width: 6.1em;
}

.woocommerce .star-rating:before {
    content: '\ea70\ea70\ea70\ea70\ea70';
}

.woocommerce .star-rating span:before {
    content: '\ea70\ea70\ea70\ea70\ea70';
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
    font-size: 14px;
}

.woocommerce .star-rating span {
    color: #ff9f00;
}

.woocommerce .products .star-rating {
    margin-bottom: 0;
}

.woocommerce .products .rating-counts {
    margin-left: 6px;
    line-height: 1;
}

.woocommerce .products .pressmart-star-rating {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.products.product-style-1.grid-view .pressmart-star-rating {
    justify-content: center;
}

.products .product-info>.rating {
    margin-bottom: .4rem;
}

/* Loop Products Price */

.products .product-price {
    margin-bottom: .3rem;
}

div.product p.price,
div.product span.price,
.woocommerce-grouped-product-list-item__price {
    font-size: 16px;
    font-weight: 600;
}

div.product p.price ins,
div.product span.price ins,
.woocommerce-grouped-product-list-item__price ins {
    background: none;
    padding: 0;
    color: inherit;
    border-radius: 0;
}

div.product p.price del,
div.product span.price del,
.woocommerce-grouped-product-list-item__price del {
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}

.products .product-info .on-sale,
div.summary .on-sale {
    color: #388e3c;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
}

small.woocommerce-price-suffix {
    font-weight: normal;
    display: block;
}

/*Product Action Button*/

.products .product-buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.product-buttons a,
.whishlist-button a {
    background: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 0;
    display: inline-block;
    padding: 9px 8px;
}

.product-buttons a:before,
.product-buttons .cart-button a.added:before,
.product-buttons .whishlist-button a:before,
.product-image .whishlist-button a:before,
.product-buttons .compare-button a.added:before {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
}

.compare-button a:hover {
    background: none;
}

.product-buttons .cart-button a.loading::after {
    content: none;
}

.products .whishlist-button .yith-wcwl-add-to-wishlist {
    margin: 0;
}

.product-buttons a.added_to_cart,
.yith-wcwl-add-to-wishlist .feedback,
.products .woocommerce-product-details__short-description {
    display: none;
}

.yith-wcwl-add-to-wishlist .ajax-loading,
a.compare .blockUI.blockOverlay,
.compare-list .remove a .blockUI.blockOverlay,
.whishlist-button .blockUI.blockOverlay {
    display: none !important;
}

.products.grid-view:not(.product-style-3) .product-buttons .cart-button a.added::before,
.products.list-view .product-buttons .cart-button a.added::before,
.products .product-image .quickview-button a::before {
    margin-right: .2em;
}

.products.grid-view .product-buttons .yith-wcwl-add-to-wishlist,
.products.grid-view .product-buttons .compare-button {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0);
    transition: all 0.4s ease 0s;
    visibility: hidden;
}

.products.grid-view .product:hover .product-buttons .yith-wcwl-add-to-wishlist,
.products.grid-view .product:hover .product-buttons .compare-button {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: scale(1);
}

.products.grid-view .cart-button a,
.products.list-view .product-buttons .cart-button a {
    font-size: 13px;
}

@media (min-width:576px) {
    .products.grid-view:not(.product-style-3):not(.product-cart-icon) .cart-button a:before,
    .products.list-view .cart-button a:before {
        content: '';
    }
    .products.grid-view:not(.product-style-3):not(.product-cart-icon) .cart-button a.loading,
    .products.list-view .product-buttons .cart-button a.loading {
        color: rgba(255, 255, 255, 0.05);
        pointer-events: none !important;
        position: relative;
    }
    .products.grid-view:not(.product-style-3):not(.product-cart-icon) .cart-button a.loading:before,
    .products.list-view .cart-button a.loading:before {
        position: absolute;
        left: calc(50% - 5px);
        top: 10px;
        width: 16px;
        height: 16px;
    }
}

/* Product Variations Switch */

.products:not(.product-style-4).grid-view .product-variations {
    left: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 100%;
    opacity: 0;
    right: 0;
    visibility: hidden;
    z-index: 91;
    transition: box-shadow .3s ease-in-out;
    transition: all 400ms ease;
}

.products:not(.product-style-4).grid-view .product-variations {
    left: -15px;
    right: -15px;
}

.products .product-variations {
    margin-top: 5px;
}

.products:not(.product-style-4).grid-view div.product:hover .product-variations {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 8px 8px 0px rgba(0, 0, 0, .15);
}

/* Product Hover Style 1 */

.products.product-style-1.grid-view .product-info {
    text-align: center;
}

/* .products.product-style-1.grid-view .product-info .star-rating {
    margin-left: auto;
    margin-right: auto;
} */

.products.product-style-1.grid-view .product-buttons,
.products.product-style-1.grid-view .pressmart-swatches {
    justify-content: center;
}

.products.grid-view .zoo-cw-group-attribute,
.products.grid-view .zoo-cw-wrap-shop {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.products.product-style-1.grid-view .zoo-cw-group-attribute,
.products.product-style-1.grid-view .zoo-cw-wrap-shop {
    justify-content: center;
}

.products.grid-view .product-info {
    position: relative;
}

.product-info .product-price-buttons>a.compare {
    display: none;
}

.products.product-style-1.grid-view .product-buttons .cart-button {
    margin: 0 4px;
}

.products.product-style-1.grid-view .product-buttons .cart-button {
    order: 2;
}

.products.product-style-1.grid-view .product-buttons .whishlist-button {
    order: 1;
}

.products.product-style-1.grid-view .product-buttons .compare-button {
    order: 3;
}

.products.product-style-2 .product-buttons .whishlist-button,
.products.product-style-2 .product-buttons .compare-button,
.products.product-style-5 .product-buttons .whishlist-button,
.products.product-style-5 .product-buttons .compare-button,
.products.list-view .product-buttons>div:not(:first-child) {
    margin-left: 4px;
}

@media (min-width:576px) {
    .products.grid-view:not(.product-style-3).product-cart-icon .cart-button a {
        font-size: 0;
    }
}

/* Product Hover Style 3 */

.products.product-style-3.grid-view .product-buttons .whishlist-button,
.products.product-style-3.grid-view .product-buttons .compare-button {
    display: none;
}

.products.product-style-3.grid-view .product-price-buttons {
    margin-top: .6em;
    position: relative;
}

.products.product-style-3.grid-view .product-buttons {
    position: absolute;
    right: 0;
    top: -.35em;
    z-index: 92;
}

.products.product-style-3.grid-view .cart-button a {
    font-size: 0;
    border-radius: 50%;
    padding: 10px;
}

.products.product-style-3.grid-view .cart-button a {
    background-color: #e1e1e1;
}

/* Product Hover Style 4 */

.products.product-style-4.grid-view .product-buttons-variations {
    left: 0;
    margin-top: 5px;
    padding-top: 0;
    position: absolute;
    top: 100%;
    opacity: 0;
    right: 0;
    visibility: hidden;
    z-index: 91;
    transition: box-shadow .3s ease-in-out;
    transition: all 400ms ease;
}

.products.product-style-4.grid-view div.product:hover .product-buttons-variations {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 8px 8px 0px rgba(0, 0, 0, .15);
}

.products.product-style-5 div.quantity {
    margin-right: 0;
    margin-left: 5px;
}

.products.product-style-5 .quantity .qty {
    width: 35px;
}

/* List View */

.products.list-view .woocommerce-product-details__short-description>span {
    display: none;
}

@media (min-width:1025px) {
    .products.list-view div.product {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .products.list-view div.product .product-wrapper {
        padding: 15px 0;
    }
    .products.list-view div.product:last-child .product-wrapper {
        border: none;
    }
    .products.list-view div.product:hover .product-wrapper {
        box-shadow: none;
    }
    .products.list-view .product-wrapper,
    .products.list-view .product-info {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .products.list-view .product-image {
        flex: 0 0 27%;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .products.list-view .product-image .whishlist-button {
        display: none;
    }
    .products.list-view .product-info {
        flex: 1 1 auto;
    }
    .products.list-view .product-title-rating {
        flex: 1 1 auto;
        padding-right: 15px;
    }
    .products.list-view .product-price-buttons {
        flex: 0 0 40%;
    }
    .products.list-view .product-buttons {
        display: inline-flex;
    }
    .products.list-view .product-info .product-title {
        font-size: 18px;
        font-weight: 600;
    }
    .products.list-view .woocommerce-product-details__short-description {
        margin-top: 15px;
        display: block;
    }
    .products.list-view .woocommerce-product-details__short-description ul,
    .products.list-view .woocommerce-product-details__short-description ul li {
        list-style: inside none disc;
    }
    .products.list-view div.product p.price,
    .products.list-view div.product span.price {
        font-size: 18px;
    }
    .products.list-view div .product-info .product-price {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

/** Product Quick View **/

.pressmart-quick-view {
    max-width: 920px;
    margin: 4rem auto;
    padding: 1.5rem;
    position: relative;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, .3);
}

.pressmart-quick-view .single-product-wrapper {
    min-height: 450px;
}

.pressmart-quick-view .entry-summary {
    overflow: hidden;
    overflow-y: auto;
    position: absolute !important;
    top: 10px;
    bottom: 0;
    right: 10px;
    left: 15px;
}

.pressmart-quick-view .product-navigation-share,
.pressmart-quick-view .single-product-images-btns {
    display: none;
}

.pressmart-quick-view div.product .entry-breadcrumbs,
.pressmart-quick-view div.product .product_title {
    margin-right: 0 !important;
}

.pressmart-quick-view div.summary .product-sizechart,
.pressmart-quick-view .summary p.stock,
.pressmart-quick-view .summary .entry-breadcrumbs {
    display: none !important;
}

.pressmart-quick-view .quantity {
    width: 100%;
    margin-bottom: 1em;
}

.pressmart-quick-view .pressmart-scroll-content>p.price {
    font-size: 28px;
    margin-bottom: 0;
}

.pressmart-quick-view .woocommerce div.summary .product-term-detail,
.pressmart-quick-view .woocommerce div.summary .product-price-summary {
    display: none;
}

.pressmart-quick-view .woocommerce div.summary .product-share .pressmart-arrow {
    margin-top: 0;
}

.pressmart-quick-view .woocommerce div.summary .product-share .pressmart-arrow:before,
.pressmart-quick-view .woocommerce div.summary .product-share .pressmart-arrow:after {
    content: none;
}

/* Product Variations Switch */

.product-variations .pressmart-swatches-wrap>div:not(:first-child) {
    margin-top: 5px;
}

.pressmart-hidden {
    display: none !important;
    visibility: hidden !important;
}

.pressmart-swatches {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.pressmart-swatches .swatch {
    border: 2px solid transparent;
    margin-right: 5px;
    padding: 2px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.products .pressmart-swatches .swatch {
    margin-right: 2px;
}

.pressmart-swatches .swatch span,
.pressmart-swatches .swatch img {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products .pressmart-swatches .swatch span,
.products .pressmart-swatches .swatch img {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.pressmart-swatches .swatch-color span,
.pressmart-swatches .image-swatch img {
    font-size: 0;
    margin-bottom: 0;
}

.pressmart-swatches .swatch.swatch-circle,
.pressmart-swatches .swatch.swatch-circle span,
.pressmart-swatches .swatch.swatch-circle img {
    border-radius: 50%;
}

.pressmart-swatches .swatch.swatch-large span,
.pressmart-swatches .swatch.swatch-large img {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.products .pressmart-swatches .swatch.swatch-large span,
.products .pressmart-swatches .swatch.swatch-large img {
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.pressmart-swatches .swatch.swatch-small span,
.pressmart-swatches .swatch.swatch-small img {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.products .pressmart-swatches .swatch.swatch-small span,
.products .pressmart-swatches .swatch.swatch-small img {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.pressmart-swatches .swatch.swatch-label.swatch-square span,
.products .pressmart-swatches .swatch.swatch-label.swatch-square span {
    width: auto;
    height: auto;
    line-height: inherit;
}

.pressmart-swatches .swatch.disabled {
    opacity: 0.1;
}

.pressmart-swatches .swatch.swatch-disabled:hover {
    cursor: not-allowed;
    position: relative;
}

.pressmart-swatches .swatch.swatch-selected {
    display: inline-flex;
}

/* Hot Deal Products */

.products.grid-view .product-countdown-timer {
    background-color: rgba(255, 255, 255, .8);
    left: 0;
    right: 0;
    top: -5rem;
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 1;
    visibility: visible;
    z-index: 8;
    transition: opacity .25s ease, visibility 0s ease;
}

.products.product-style-3.grid-view .product-countdown-timer {
    top: -9.5rem;
}

.products .product:hover .product-countdown-timer {
    opacity: 0;
    visibility: hidden;
}

.pressmart-product-horizontal .products .product .product-countdown-timer {
    position: initial;
    text-align: left;
    visibility: visible;
    opacity: 1;
}

.products .product .product-countdown.is-countdown {
    display: inline-block;
}

.products .product .product-countdown>span {
    font-weight: 600;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 8px 3px;
    padding: 6px 2px;
    min-width: 38px;
}

.products .product .product-countdown>span>span {
    font-size: 9px;
    font-weight: normal;
    display: block;
    line-height: 10px;
    margin-top: 5px;
    text-transform: capitalize;
}

@media (max-width: 420px) {
    .products.grid-view .product-countdown-timer {
        display: none;
    }
}

/* Categories Loop */

.products .woocommerce-loop-category__title {
    font-size: 18px;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 0;
}

.products .woocommerce-loop-category__title .product-count {
    font-size: 12px;
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.products .product-category .category-image {
    overflow: hidden;
}

.products .product-category img {
    backface-visibility: hidden;
    perspective: 800px;
    transition: transform .7s cubic-bezier(0, 0, .44, 1.18);
}

.products .product-category:hover img {
    transform: scale(1.1);
}

/* Category Style 1 */

.products .product-category.category-style-1 .woocommerce-loop-category__title {
    background-color: rgba(255, 255, 255, 0.95);
    bottom: 2rem;
    position: absolute;
    margin: 0;
    left: 1.5rem;
    right: 1.5rem;
    padding: 1rem;
    line-height: 1.4;
}

.products .product-category.category-style-1:hover .woocommerce-loop-category__title {
    background-color: rgba(255, 255, 255, 1);
}

.products .product-category.category-style-1 .product-count {
    margin-top: 0;
}

.products .product-category.category-style-1 a {
    display: block;
}

/* Category Style 2 */

.products .product-category.category-style-2 .category-image {
    position: relative;
}

.products .product-category.category-style-2 .category-image:after {
    background-color: #333333;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.1;
    transition: opacity 0.3s, background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.products .product-category.category-style-2:hover .category-image:after {
    opacity: 0.5;
}

.products .product-category.category-style-2 .woocommerce-loop-category__title {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s ease;
}

.products .product-category.category-style-2 .woocommerce-loop-category__title a,
.products .product-category.category-style-2 .product-count {
    color: #ffffff;
    width: 100%;
}

.products .product-category.category-style-2 .product-count {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.products .product-category.category-style-2:hover .woocommerce-loop-category__title {
    transform: translateY(-15px);
}

.products .product-category.category-style-2:hover .product-count {
    opacity: 1;
    visibility: visible;
}

.products+.term-description {
    margin-top: 1.5em;
}

/** Ajax Loader **/

.products_overlay {
    opacity: 0.5;
}

.pressmart_product_loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
}

.pressmart_product_loading.loading::before,
.woocommerce .blockUI.blockOverlay::before {
    left: 50%;
    height: 38px;
    position: absolute;
    top: 150px;
    width: 38px;
    border-width: 3px;
}

/*
 * 4.2 Product Page
 */

.single-product-page .single-product-wrapper {
    margin-bottom: 3em;
}

.product-gallery-horizontal .single-product-wrapper>.col-md-6,
.product-gallery-center .single-product-wrapper>.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.single-product-wrapper .pressmart-is-stucked+div {
    z-index: -1;
}

.single-product-page .woocommerce-product-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
    position: relative;
}

.product-gallery-left .woocommerce-product-gallery {
    flex-wrap: nowrap;
}

.woocommerce-product-gallery__wrapper {
    position: relative;
    margin: 0;
}

.woocommerce-product-gallery__wrapper,
.single-product-thumbnails {
    flex-basis: 100%;
    max-width: 100%;
}

.woocommerce-product-gallery__image>a {
    display: block;
    width: 100%;
}

.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-product-gallery .slick-slider button.slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
}

.woocommerce-product-gallery .slick-slider .slick-next.slick-arrow {
    transform: translateX(30px);
}

.woocommerce-product-gallery .slick-slider .slick-prev.slick-arrow {
    transform: translateX(-30px);
}

.woocommerce-product-gallery .slick-slider:hover button.slick-arrow {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.single-product-thumbnails.slick-vertical .slick-next.slick-arrow {
    transform: translateY(30px);
}

.single-product-thumbnails.slick-vertical .slick-prev.slick-arrow {
    transform: translateY(-30px);
}

.single-product-thumbnails.slick-slider button.slick-arrow {
    height: 30px;
    width: 30px;
}

.product-gallery-bottom .single-product-thumbnails button.slick-arrow {
    top: calc(50% - 15px);
}

.woocommerce-product-gallery .slick-slider .slick-arrow.slick-disabled {
    opacity: .6 !important;
    cursor: default;
}

.single-product-page .slick-slide>div>div {
    display: block !important;
}

/* Gallery Thumbnails */

.product-gallery-bottom .single-product-thumbnails {
    margin-top: 1em;
}

.product-gallery-bottom .single-product-thumbnails img {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.product-gallery-bottom .single-product-thumbnails .slick-list {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.single-product-thumbnails .slick-slide.slick-current,
.single-product-thumbnails .slick-slide:hover {
    opacity: 0.6;
    transition: opacity .6s
}

/* Gallery left */

.slick-slider.slick-vertical .slick-list {
    margin-bottom: -10px;
}

@media only screen and (min-width: 640px) {
    .product-gallery-left .pressmart-product-gallery-with-thumbnails .woocommerce-product-gallery__wrapper {
        flex: 0 0 78%;
        max-width: 78%;
    }
    .product-gallery-left .single-product-thumbnails {
        flex: 0 0 21%;
        max-width: 21%;
        margin-right: 10px;
        order: -1;
    }
    .product-gallery-left .single-product-thumbnails img {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 639px) {
    .woocommerce-product-gallery .single-product-thumbnails {
        display: none;
    }
    .single-product-gallery.slick-slider .slick-next.slick-arrow,
    .single-product-gallery.slick-slider .slick-prev.slick-arrow {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .single-product-page .single-product-images-btns {
        bottom: 2em;
    }
}

/* Gallery Horizontal */

.product-gallery-horizontal .single-product-gallery .slick-slide {
    margin-right: 1em;
}

.product-gallery-horizontal .single-product-gallery .slick-list {
    margin-right: -1em;
}

.product-gallery-horizontal div.summary,
.product-gallery-center div.summary {
    max-width: 600px;
    margin: 0 auto;
}

/* Product Gallery Grid */

.product-gallery-grid .single-product-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}

.product-gallery-grid .single-product-images-wrapper>div {
    flex: 0 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: calc(100% / 2);
}

.product-gallery-grid .single-product-images-wrapper>div,
.product-sticky-info .single-product-images-wrapper>div {
    margin-bottom: 1rem;
}

/* Product gallery Action Buttons */

.woocommerce-product-gallery .single-product-images-btns {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
    z-index: 9;
}

.product-gallery-horizontal .single-product-images-btns,
.product-gallery-center .single-product-images-btns {
    bottom: 2em;
}

.product-gallery-grid .single-product-images-btns,
.product-sticky-info .single-product-images-btns {
    bottom: 1em;
}

.single-product-images-btns>div {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.woocommerce-product-gallery .single-product-images-btns a {
    border-radius: 100%;
    box-sizing: content-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    height: 46px;
    width: 46px;
}

.woocommerce-product-gallery .single-product-images-btns a:before {
    font-size: 20px;
}

.woocommerce-product-gallery .product-360-degree-btn a:before {
    font-size: 30px;
}

/* Product 360 Degree View */

.pressmart-360-degree-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-height: 400px;
    max-width: 600px;
}

.pressmart-360-degree-wrapper .pressmart-360-degree-images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pressmart-360-degree-wrapper .pressmart-360-degree-images img {
    position: absolute;
    top: 0;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
}

.pressmart-360-degree-wrapper .pressmart-360-degree-images img.previous-image {
    visibility: hidden;
    width: 0;
}

.pressmart-360-degree-wrapper .pressmart-360-degree-images img.current-image {
    visibility: visible;
    width: 100%;
}

.pressmart-360-degree-wrapper .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}

.pressmart-360-degree-wrapper .spinner span {
    font-size: 12px;
    font-weight: bolder;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    display: block;
}

.pressmart-360-degree-wrapper .nav_bar {
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    align-items: center;
    bottom: 15px;
    display: flex;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 10;
}

.pressmart-360-degree-wrapper .nav_bar a {
    font-size: 0;
    padding: 5px 10px;
}

.pressmart-360-degree-wrapper .nav_bar a:before {
    font-size: 20px;
}

.pressmart-360-degree-wrapper button.mfp-close {
    right: 0 !important;
    top: 0px !important;
    box-shadow: none !important;
}

.woocommerce-notices-wrapper+.entry-breadcrumbs {
    margin-bottom: 10px;
}

.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background: none !important;
    font-size: 24px;
    font-weight: normal;
}

.product-video-popup .mfp-close {
    color: #ffffff !important;
}

/* Product Summery */

.woocommerce div.product div.summary {
    position: relative;
}

@media (min-width: 1025px) {
    .woocommerce div.product:not(.product-gallery-horizontal):not(.product-gallery-center) div.summary {
        padding-left: 1rem;
    }
}

.woocommerce div.summary ul {
    margin-left: 0;
}

.woocommerce-product-details__short-description ul li {
    margin-bottom: 6px;
}

.woocommerce div.product .pressmart-breadcrumb {
    margin-bottom: .3em;
}

.woocommerce div.product .pressmart-breadcrumb,
.woocommerce div.product .pressmart-breadcrumb a {
    font-size: 12px;
}

.woocommerce div.product .pressmart-breadcrumb a,
.woocommerce div.product .pressmart-breadcrumb span:last-child {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.woocommerce div.product .pressmart-breadcrumb span:last-child {
    max-width: 200px;
}

.woocommerce div.product .pressmart-breadcrumb a:hover {
    max-width: 180px;
}

.woocommerce div.product .product_title {
    font-size: 26px;
    margin-bottom: .678rem;
}

.woocommerce div.product .entry-breadcrumbs,
.woocommerce div.product .product_title {
    margin-right: 15%;
}

.woocommerce div.summary .entry-breadcrumbs {
    margin-bottom: .678rem;
}

.product-navigation-share {
    display: flex;
    align-items: center;
    position: absolute;
    right: 1em;
    top: 0;
}

.product-navigation-share .product-share {
    margin-right: 1.5em;
    position: relative;
}

.product-navigation-share .share-label {
    display: none;
}

.product-navigation-share .product-share:before {
    font-size: 16px;
}

.product-navigation-share .pressmart-social {
    display: flex;
    align-items: center;
}

.product-navigation-share .pressmart-arrow:before,
.product-navigation-share .pressmart-arrow:after {
    left: 76%;
}

.product-navigation-share .pressmart-social,
.product-navigation .product-info-wrap {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    padding: 4px;
    opacity: 0;
    right: -3em;
    top: 100%;
    text-align: left;
    visibility: hidden;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
    transform: translateY(20px);
    z-index: 9;
}

.product-navigation-share .product-share:hover .pressmart-social,
.product-navigation .product-nav-btn:hover .product-info-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.product-navigation-share .product-share .pressmart-social a {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    height: 32px;
    width: 32px;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
}

.woocommerce div.product form.cart .group_table label {
    margin-bottom: 0;
}

/* Product Navigation */

.product-navigation {
    display: flex;
    align-items: flex-start;
}

.product-navigation .product-nav-btn {
    position: relative;
}

.product-navigation .product-info-wrap {
    right: -1em;
    width: 234px;
}

.product-navigation .product-info {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.product-info-wrap.pressmart-arrow:before,
.product-info-wrap.pressmart-arrow:after {
    left: 88%;
}

.product-navigation .product-nav-btn>a {
    font-size: 0;
}

.product-navigation .product-nav-btn>a:before {
    font-size: 20px;
}

.product-navigation .product-prev>a:before {
    margin-right: .5em;
}

.product-navigation .product-thumb {
    margin-right: 1em;
    flex: 0 0 30%;
}

/* Product Countdown */

.product-countdown-timer {
    display: block;
    line-height: 1;
    margin-bottom: .5em;
}

.woocommerce div.summary .countdown-box .product-countdown>span {
    font-size: 22px;
    font-weight: 600;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 8px;
    min-width: 54px;
    min-height: 54px;
}

.woocommerce div.summary .countdown-box .product-countdown>span span {
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 10px;
    margin-top: 5px;
    text-transform: capitalize;
}

.woocommerce div.summary .product-countdown-timer.countdown-text {
    color: #86AF49;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.woocommerce div.summary.product-countdown-timer.countdown-text>span {
    margin-right: 3px;
}

.woocommerce div.summary .stock-availability,
.woocommerce div.summary .woocommerce-variation-availability .out-of-stock {
    color: #ff6161;
}

.woocommerce div.summary .stock-availability.in-stock,
.woocommerce div.product .woocommerce-variation-availability,
.woocommerce div.summary>p.price,
.woocommerce div.summary>span.price,
.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.summary .product-countdown-timer,
.woocommerce div.summary .product-brands,
.woocommerce div.summary .woocommerce-product-details__short-description,
.woocommerce div.product form.variations_form.cart .single_variation,
.woocommerce div.summary .yith-wcwl-add-to-wishlist,
.woocommerce div.summary .product-sizechart,
.woocommerce div.summary a.compare {
    margin-bottom: 1rem;
}

.woocommerce div.summary .stock-availability.in-stock {
    color: #388e3c;
}

.woocommerce div.summary .stock-availability.out-of-stock {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1rem;
}

.woocommerce div.product .woocommerce-variation-availability {
    margin-top: .2em;
}

.woocommerce div.product p.stock {
    margin-bottom: 0;
}

.product-navigation .product-title-price {
    flex: 1 1 auto;
}

.product-navigation .product-title-price>a {
    display: block;
    margin-bottom: .3em;
    max-height: 45px;
    line-height: 1.6;
    overflow: hidden;
}

.product-navigation .product-info .product-title-price .price {
    font-size: 14px;
    margin-bottom: 0;
}

.product-navigation .product-info .product-title-price .price del {
    font-size: 12px;
}

.woocommerce div.summary>p.price,
.woocommerce div.summary>span.price {
    font-size: 24px;
}

.woocommerce div.summary>p.price del,
.woocommerce div.summary>span.price del {
    font-size: 18px;
}

.woocommerce div.summary .woocommerce-variation-price p.price,
.woocommerce div.summary .woocommerce-variation-price span.price {
    font-size: 22px;
}

.woocommerce div.summary .woocommerce-variation-price p.price del,
.woocommerce div.summary .woocommerce-variation-price span.price del {
    font-size: 14px;
}

.woocommerce div.summary>p.price .woocommerce-price-suffix,
.woocommerce div.summary>span.price .woocommerce-price-suffix,
.woocommerce div.summary .woocommerce-variation-price .woocommerce-price-suffix {
    font-size: 14px;
    line-height: 1;
}

.woocommerce div.summary .woocommerce-product-rating .fancy-rating-summery {
    display: none;
}

.woocommerce div.summary .product-price-discount,
.woocommerce div.summary .product-price-summary {
    display: inline-flex;
    vertical-align: super;
}

.woocommerce div.summary .product-price-discount .on-sale,
.woocommerce div.summary .product-price-summary {
    margin-left: 8px;
}

.woocommerce div.summary .product-price-summary {
    cursor: pointer;
    position: relative;
}

.woocommerce div.summary .price-summary,
.woocommerce div.summary .product-term-detail {
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    left: -130px;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
    transform: translateY(15px);
    width: 285px;
    z-index: 9;
}

.woocommerce div.summary .price-summary .price-summary-content,
.woocommerce div.summary .product-term-detail .terms-content {
    padding: 1em;
}

.woocommerce div.summary .product-term-detail ul {
    margin-left: 15px;
}

@media (min-width: 1025px) {
    .woocommerce div.summary .product-price-summary:hover .price-summary {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
}

.woocommerce div.summary .price-summary.active,
.woocommerce div.summary .product-term-detail.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.woocommerce div.summary .product-term-detail .loading {
    padding: 1em;
    display: block;
}

.woocommerce div.summary .price-summary ul {
    list-style: none;
    margin: 0;
}

.woocommerce div.summary .price-summary li {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
}

.woocommerce div.summary .price-summary label {
    flex: auto;
    padding-right: 24px;
}

.woocommerce div.summary .price-summary span {
    flex: none;
}

.woocommerce div.summary .price-summary label span {
    font-size: 10px;
}

.woocommerce div.summary .price-summary .discount span,
.woocommerce div.summary .price-summary .delivery span,
.woocommerce div.summary .price-summary .overall-discount span {
    color: #388e3c;
}

.woocommerce div.summary .price-summary .total-discount {
    padding-top: 5px;
}

.woocommerce div.summary .price-summary .total-discount span {
    font-weight: 600;
}

.woocommerce div.summary .price-summary .overall-discount {
    color: #388e3c;
    display: block;
    font-weight: 600;
    padding-top: 5px;
}

.woocommerce div.summary .price-summary .overall-discount>span {
    padding: 0 2px;
}

.woocommerce div.summary .product-offers-list {
    list-style: none;
    margin: 0;
}

.woocommerce div.summary .product-offers-list .product-offer-item {
    margin-top: .678em;
}

.woocommerce div.summary .product-offer-item:before {
    color: #388e3c;
    font-size: 20px;
    margin-right: 10px;
    line-height: 1;
}

.woocommerce div.summary .product-term-wrap {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.woocommerce div.summary .product-term-text {
    font-weight: 600;
    cursor: pointer;
}

.woocommerce div.summary .product-term-detail {
    width: 550px;
    left: inherit;
    right: -15px;
}

.woocommerce div.summary .price-summary .price-summary-header,
.woocommerce div.summary .product-term-detail .terms-header {
    display: none;
}

.woocommerce div.summary .product-term-detail.pressmart-arrow:before,
.woocommerce div.summary .product-term-detail.pressmart-arrow:after {
    left: 95%;
}

.woocommerce div.summary .product-services,
.woocommerce div.summary .woocommerce-product-details__short-description {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce div.summary .product-services>span,
.woocommerce div.summary .woocommerce-product-details__short-description>span,
.woocommerce div.product form.cart .variations th.label {
    width: 115px;
    font-weight: 600;
    padding-right: .6781em;
}

.woocommerce div.summary .product-services .product-services-list,
.woocommerce div.summary .woocommerce-product-details__short-description .short-description {
    flex: 0 0 calc(100% - 115px);
}

.woocommerce div.summary .product-services-list,
.woocommerce div.summary .woocommerce-product-details__short-description ul {
    list-style: inside;
    margin: 0;
}

.woocommerce div.product form.cart:not(.variations_form),
.woocommerce div.product form.variations_form.cart .woocommerce-variation-add-to-cart {
    margin-bottom: 1.5rem;
}

.woocommerce div.summary .product-brands a {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    font-size: 36px;
    font-weight: 900;
    padding: 4px;
    display: inline-block;
    margin-right: 5px;
    width: 160px;
}

.woocommerce div.summary .product-brands a.brand-title {
    padding: 4px 10px;
    width: auto;
}

.woocommerce div.summary form.cart .variations label {
    font-weight: 600;
}

.woocommerce div.product form.cart:not(.variations_form),
.woocommerce div.product form.variations_form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-flow: row wrap;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.woocommerce div.product .variations_form table tr {
    border: none;
}

div.summary form.cart .button,
.woocommerce div.summary .pressmart_quick_buy_button {
    min-width: 145px;
}

.has-sidebar div.summary form.cart .button,
.has-sidebar div.summary .pressmart_quick_buy_button {
    min-width: auto;
}

.woocommerce div.summary .pressmart-quick-buy {
    margin-left: 1em;
}

.woocommerce div.summary .pressmart_quick_buy_button.disabled,
.woocommerce div.product .woocommerce-variation-add-to-cart-disabled .pressmart_quick_buy_button {
    cursor: not-allowed;
    opacity: .5;
}

.woocommerce div.summary .wcppec-checkout-buttons {
    margin-top: 0;
    text-align: left;
}

.woocommerce .paypal-buttons iframe.component-frame {
    z-index: 1 !important;
}

.woocommerce div.summary .wcppec-checkout-buttons__button {
    padding-top: 0;
}

.yith-wcwl-add-button .yith-wcwl-icon {
    display: none;
}

.woocommerce div.summary .yith-wcwl-add-to-wishlist,
.woocommerce div.summary .product-sizechart {
    font-weight: 500;
    display: inline-block;
    margin-right: 1.2rem;
    margin-top: 0;
}

.yith-wcwl-add-to-wishlist .clear,
.yith-wcwl-add-to-wishlist+.clear {
    display: none;
}

.woocommerce div.summary a.compare {
    background: none;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    box-shadow: none;
    text-transform: inherit;
    margin-right: 1.2rem;
}

.woocommerce div.summary .yith-wcwl-add-to-wishlist a:before,
.woocommerce div.summary a.compare:before,
.product-sizechart a:before {
    margin-right: .5em;
}

.pressmart-product-sizechart {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}

.pressmart-product-sizechart .sizechart-header h2 {
    padding: .6781em;
    margin: 0;
}

.pressmart-product-sizechart .product-sizechart-inner {
    padding: 2em;
}

/* Delivery Return & Ask Question */

.pressmart-deliver-return-ask-questions,
.pressmart-estimated-delivery,
.pressmart-visitor-count {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.pressmart-deliver-return:before,
.pressmart-ask-questions:before,
.pressmart-estimated-delivery:before,
.pressmart-visitor-count:before {
    margin-right: .4rem;
}

.pressmart-deliver-return,
.pressmart-ask-questions {
    font-weight: 500;
}

.pressmart-deliver-return.pressmart-ajax-block,
.pressmart-ask-questions.pressmart-ask-questions-ajax {
    cursor: pointer;
}

.pressmart-deliver-return {
    margin-right: 1rem;
}

.pressmart-ajax-blok-content {
    max-width: 850px;
    position: relative;
    margin: 0 auto;
    padding: 1rem;
}

.pressmart-ask-questions-popup {
    max-width: 650px;
    position: relative;
    margin: 0 auto;
    padding: 2rem;
}

.ask-questions-form-tile {
    text-align: center;
}

.pressmart-ask-questions-popup form.wpcf7-form>*:nth-last-child(2) {
    margin-bottom: 0;
    position: relative;
}

.pressmart-ask-questions-popup form.wpcf7-form input[type="submit"] {
    width: 100%;
}

.pressmart-ask-questions-popup form.wpcf7-form .wpcf7-spinner {
    position: absolute;
    left: calc( 50% - 15px);
    top: calc( 50% - 15px);
}

.pressmart-ask-questions-popup form .wpcf7-response-output {
    /*  border: 0;
	color: #dc3232; */
    margin: 0;
    margin-top: 1rem;
    text-align: center;
}

/* Estimated Delivery */

.pressmart-delivery-label {
    margin-right: 5px;
    font-weight: 500;
}

/* Product Visitor Count */

.product-visitor-count {
    margin-right: 5px;
    font-weight: 500;
}

/* Productt Policy List */

.pressmart-product-policy {
    border-radius: 5px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
}

.pressmart-product-policy ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
}

.pressmart-product-policy li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: auto;
    padding: 0.5rem;
    position: relative;
}

.pressmart-product-policy li.pressmart-ajax-block {
    cursor: pointer;
}

.pressmart-product-policy .policy-item-icon:before {
    font-size: 38px;
    margin-bottom: .5rem;
}

.pressmart-product-policy .policy-item-name {
    line-height: 1.5;
    margin-top: 7px;
    text-align: center;
    width: 65%;
}

.pressmart-product-policy .policy-item.loading:before {
    position: absolute;
    top: calc( 50% - 10px);
    z-index: 9;
}

.pressmart-product-policy .policy-item.loading:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(245, 245, 245, 0.7);
    z-index: 2;
}

/* Productt Trust Badge */

.pressmart-product-trust-badge {
    margin-bottom: 1.5rem;
}

.pressmart-product-trust-badge fieldset {
    text-align: center;
    margin-bottom: 0;
    padding: 1rem;
}

.pressmart-product-trust-badge legend {
    font-weight: 600;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

/* Product Meta */

.woocommerce div.summary .product_meta>span {
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

.product_meta>span span,
.product_meta>span a {
    display: inline-block;
    font-weight: 400;
    margin: 0 1px;
}

div.quantity {
    align-items: center;
    opacity: 1;
    display: flex;
    margin-right: .5em;
    white-space: nowrap;
    vertical-align: top;
}

.quantity input[type="button"] {
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    min-width: 27px;
    min-height: 35px;
    width: initial;
}

.quantity input[type="button"]:hover,
.quantity input[type="button"]:focus {
    background-color: transparent;
    color: #212121;
}

.quantity input[type="button"].minus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    margin-left: 1px;
}

.quantity input[type="button"].plus {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity .qty {
    border-radius: 0;
    color: #333333;
    font-weight: 600;
    height: 35px;
    padding: 5px;
    text-align: center;
    width: 40px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.entry-summary .quantity {
    margin-right: 1em;
}

.entry-summary .quantity input[type="button"] {
    min-height: 40px;
}

.woocommerce .entry-summary .quantity .qty {
    height: 40px;
    width: 45px;
}

.woocommerce form.cart .single_add_to_cart_button.loading {
    color: rgba(255, 255, 255, 0.05) !important;
    pointer-events: none !important;
    position: relative;
}

.woocommerce form.cart .single_add_to_cart_button.loading:before {
    left: calc(50% - 5px);
    position: absolute;
    top: 1em;
}

.woocommerce a.added_to_cart {
    display: none;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    content: none;
}

.woocommerce div.summary #comments,
.woocommerce div.summary #review_form_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce div.summary>.product-share,
.pressmart-quick-view .pressmart-scroll-content .product-share {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.woocommerce div.summary>.product-share .share-label {
    font-weight: 600;
}

.woocommerce div.summary>.product-share a,
.pressmart-quick-view .pressmart-scroll-content>.product-share a {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

/* Bought Together Products */

.woocommerce div.summary .pressmart-bought-together-products {
    padding: 1em;
    margin-top: 2em;
}

.single-product-page>.pressmart-bought-together-products {
    padding: 1em;
    margin-bottom: 3em;
}

.woocommerce div.summary .pressmart-bought-together-products .bought-together-title,
.single-product-page>.pressmart-bought-together-products .bought-together-title {
    font-size: 20px;
}

.woocommerce .pressmart-bought-together-products div.product {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.pressmart-bought-together-products div.product .product-image:after {
    content: "+";
    position: absolute;
    font-size: 28px;
    line-height: 1.458em;
    height: 1.458em;
    width: 1.458em;
    border-radius: 50%;
    top: 50%;
    right: -1.25em;
    margin-left: -16px;
    display: inline-block;
    text-align: center;
    transform: translateY(-50%);
    z-index: 98;
    color: #999;
}

.pressmart-bought-together-products div.product:last-child .product-image:after {
    content: none;
}

.woocommerce .pressmart-bought-together-products div.product .product-wrapper {
    box-shadow: none !important;
    padding: 0;
}

.pressmart-bought-together-products .product-checkbox {
    position: absolute;
    top: 0;
    right: 0;
}

.woocommerce div.summary .pressmart-bought-together-products .products,
.woocommerce div.summary .pressmart-bought-together-products .items-total-price-button {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.woocommerce div.summary .pressmart-bought-together-products .items-total-price-button {
    padding-bottom: 1em;
    padding-top: 1em;
}

.woocommerce div.summary .pressmart-bought-together-products .products {
    margin-bottom: 1em;
    display: initial;
}

.woocommerce div.summary .items-total-price-button .items-total-price,
.woocommerce div.summary .items-total-price-button {
    display: flex;
    flex: 1 1 0%;
}

.woocommerce div.summary .items-total-price-button .item-price,
.woocommerce div.summary .items-total-price-button .items-price,
.woocommerce div.summary .items-total-price-button .total-price {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce div.summary .items-total-price-button .items-total-price>div {
    padding: 0 22px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.woocommerce div.summary .items-total-price-button .items-total-price>div:last-child {
    padding-right: 0;
}

.woocommerce div.summary .items-total-price-button .items-total-price>div:first-child {
    padding-left: 0;
}

.woocommerce div.summary .pressmart-bought-together-products .current-item:after,
.woocommerce div.summary .pressmart-bought-together-products .addons-item:after {
    content: "\002B";
    position: absolute;
    right: -6px;
    font-size: 22px;
    font-weight: 600;
    top: .5em;
}

.woocommerce div.summary .pressmart-bought-together-products .addons-item:after {
    content: "\003D";
}

.pressmart-bought-together-products .pressmart-out-of-stock {
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    color: #ff6161;
    left: 0;
    right: 0;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    z-index: 91;
}

.pressmart-bought-together-products .out-of-stock .product-image,
.pressmart-bought-together-products button[disabled="disabled"] {
    filter: grayscale(1);
    opacity: 0.6;
}

.pressmart-bought-together-products button[disabled="disabled"] {
    cursor: no-drop;
}

/* After Summery & In tabs */

@media (min-width:1200px) {
    .single-product-page>.pressmart-bought-together-products .products div.product,
    .single-product-page .woocommerce-tabs .pressmart-bought-together-products .products div.product {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.woocommerce-tabs .bought-together-title {
    display: none;
}

.single-product-page>.pressmart-bought-together-products .items-total-price-button .items-total-price,
.single-product-page>.woocommerce-tabs .items-total-price-button .items-total-price {
    margin-bottom: 1em;
}

.single-product-page>.pressmart-bought-together-products .items-total-price-button .items-total-price>div,
.single-product-page>.woocommerce-tabs .items-total-price-button .items-total-price>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1.7em;
    width: 100%;
}

.single-product-page>.pressmart-bought-together-products .items-total-price-button .items-total-price>div:last-child,
.single-product-page>.woocommerce-tabs .items-total-price-button .items-total-price>div:last-child {
    padding-top: .6em;
}

.single-product-page>.pressmart-bought-together-products .items-total-price-button .item-price,
.single-product-page>.pressmart-bought-together-products .items-total-price-button .items-price,
.single-product-page>.pressmart-bought-together-products .items-total-price-button .total-price,
.single-product-page>.woocommerce-tabs .items-total-price-button .item-price,
.single-product-page>.woocommerce-tabs .items-total-price-button .items-price,
.single-product-page>.woocommerce-tabs .items-total-price-button .total-price {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce div.product form.cart .group_table tr {
    border-left: 0;
    border-right: 0;
}

.woocommerce div.product form.cart .group_table td {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 6em;
    text-align: inherit;
}

/* Product Tabs */

.woocommerce div.summary .woocommerce-tabs {
    margin-top: 2em;
}

.woocommerce-tabs {
    margin-bottom: 3em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
}

.tabs-layout .tabs {
    margin-bottom: 2em;
    margin-left: 0;
}

.tabs-layout .tabs li {
    margin-right: 2em;
    margin-bottom: 0;
}

.tabs-layout .tabs li:last-child {
    margin: 0;
}

.tabs-layout .tabs li a {
    font-size: 18px;
    font-weight: 600;
    padding: .6781rem 0;
    display: inline-block;
}

.tabs-layout .tabs li:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-bottom: -1px;
    transition: width 0.3s;
}

.tabs-layout .tabs li:hover:after,
.tabs-layout .tabs li.active:after {
    width: 100%;
}

.tabs-layout .tab-content-wrap a.accordion-title,
.accordion-layout .tabs,
.toggle-layout .tabs {
    display: none;
}

.accordion-layout .tab-content-wrap a.accordion-title,
.toggle-layout .tab-content-wrap a.accordion-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: .6871em 1em;
    position: relative;
}

.toggle-layout .tab-content-wrap a.accordion-title {
    font-size: 20px;
}

.tab-content-wrap .accordion-title:after {
    font-size: 12px;
    margin-top: -10px;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.tab-content-wrap .accordion-title.open:after {
    transform: rotate(180deg);
}

.toggle-layout .tab-content-wrap {
    margin-bottom: 2em;
}

.accordion-layout .tab-content-wrap:not(:last-child) {
    border-bottom: 0;
}

.accordion-layout .woocommerce-Tabs-panel,
.toggle-layout .woocommerce-Tabs-panel {
    padding: 1em;
}

/* Comment Reviews */

.woocommerce #reviews #comments ol.commentlist li {
    margin-left: 1em;
}

.woocommerce .woocommerce-Reviews .rating-counts-wrap,
.woocommerce-Reviews .clear {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    display: inline-block;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 13px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 6em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border-radius: 50%;
}

.comment-form>div {
    padding: 0 1em;
}

.woocommerce p.stars a {
    font-size: 0;
    margin-right: 15px;
}

.woocommerce p.stars a::before {
    font-size: 14px;
    font-family: WooCommerce;
    content: '\e021';
    line-height: 1;
    text-indent: 0;
}

.woocommerce p.stars .star-1::before {
    content: '\e021';
}

.woocommerce p.stars .star-2::before {
    content: '\e021\e021';
}

.woocommerce p.stars .star-3::before {
    content: '\e021\e021\e021';
}

.woocommerce p.stars .star-4::before {
    content: '\e021\e021\e021\e021';
}

.woocommerce p.stars .star-5::before {
    content: '\e021\e021\e021\e021\e021';
}

.woocommerce p.stars .star-1:hover::before,
.woocommerce p.stars .star-1.active::before {
    content: '\e020';
}

.woocommerce p.stars .star-2:hover::before,
.woocommerce p.stars .star-2.active::before {
    content: '\e020\e020';
}

.woocommerce p.stars .star-3:hover::before,
.woocommerce p.stars .star-3.active::before {
    content: '\e020\e020\e020';
}

.woocommerce p.stars .star-4:hover::before,
.woocommerce p.stars .star-4.active::before {
    content: '\e020\e020\e020\e020';
}

.woocommerce p.stars .star-5:hover::before,
.woocommerce p.stars .star-5.active::before {
    content: '\e020\e020\e020\e020\e020';
}

.woocommerce p.stars a::before,
.woocommerce p.stars a:hover::before,
.woocommerce p.stars a.active::before {
    color: #ff9f00;
}

/* Related/Up Sells/Cross Sells Products */

section.related>h2,
section.upsells>h2,
section.recently-viewed>h2,
div.cross-sells>h2 {
    font-size: 20px;
    margin-bottom: .5em;
    padding-bottom: .5em;
    position: relative;
}

section.related>h2::after,
section.upsells>h2::after,
section.recently-viewed>h2::after,
div.cross-sells>h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    left: 0;
    bottom: -1px;
}

section.upsells {
    margin-bottom: 3em;
}

section.recently-viewed,
div.cross-sells {
    margin-top: 3em;
}

.products.pressmart-carousel .owl-stage-outer.overlay {
    height: auto !important;
    padding: 10px 9px 125px;
    margin: -10px -9px -125px;
    z-index: 9;
}

/*
 * 4.3 My Account Page
 */

.woocommerce .woocommerce-error li {
    margin-bottom: 0;
}

.woocommerce form .form-row .required {
    visibility: visible;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    flex: 1 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce form .form-row {
    display: inherit;
    padding: 0;
    margin: 0 0 1em;
}

.woocommerce .form-row-first {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.woocommerce .form-row-last {
    float: right;
    width: 48%;
}

td.product-total .amount {
    color: #777;
    font-weight: normal;
}

.woocommerce-account.logged-in .entry-content>.woocommerce:not(.pressmart-element),
.woocommerce-account.logged-in .elementor-widget-container>.woocommerce:not(.pressmart-element) {
    display: flex;
    flex-flow: row;
}

.woocommerce-account .MyAccount-navigation-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation li a {
    padding: 1rem 1rem 1rem 1.7rem;
    display: block;
}

.woocommerce-account .pressmart-login-signup,
.woocommerce-account .pressmart-signin-up-popup {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 2em;
}

.woocommerce-MyAccount-content>.woocommerce-Address {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.woocommerce-account .pressmart-user-profile {
    padding: 2em 1em;
    text-align: center;
}

.woocommerce-account .user-avatar img {
    vertical-align: middle;
    width: 80px;
    height: 80px;
}

.woocommerce-account .user-avatar img {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 5px;
}

.woocommerce-account .user-info p {
    margin-bottom: .2em;
}

.woocommerce-MyAccount-navigation li a::before {
    font-size: 16px;
    font-weight: normal;
    margin-right: .8em;
}

.woocommerce-account .user-info .display-name {
    margin-bottom: 0;
    margin-top: 10px;
}

.woocommerce-account .addresses .title .edit {
    font-weight: 600;
}

.woocommerce-Pagination a.button {
    background: none;
    box-shadow: none;
    font-weight: 600;
}

/** My Order Page **/

.woocommerce table.my_account_orders {
    font-size: 14px;
}

.woocommerce table.my_account_orders .button {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px;
}

.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number a {
    font-weight: 600;
}

/*
 * 4.4 Cart Page
 */

.woocommerce-cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.woocommerce-cart-form,
.cart-collaterals {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 1025px) {
    .woocommerce-cart-form {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .cart-collaterals {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.woocommerce-cart-wrapper table.cart,
.woocommerce-cart-wrapper .cart_totals {
    box-shadow: 0 0px 3px rgba(0, 0, 0, .1);
}

.woocommerce-cart table.cart {
    margin-bottom: 0;
}

.woocommerce-cart table.cart th {
    font-size: 16px;
}

.woocommerce table.shop_table td {
    padding: 8px 12px;
    vertical-align: middle;
}

table.shop_table td.product-thumbnail img {
    max-width: 80px;
    width: inherit;
}

table.shop_table td.actions {
    text-align: right;
}

table.shop_table td.product-name {
    font-weight: 600;
}

.has-auto-update-cart .actions>button[type="submit"] {
    display: none;
}

table.shop_table td .amount,
.woocommerce-cart .cart-totals .shipping-calculator-button {
    font-weight: 600;
    font-size: 16px;
}

.woocommerce-cart .woocommerce-cart-wrapper .actions {
    padding: 15px;
}

.woocommerce-cart-wrapper .actions .coupon label {
    display: none;
}

.wcppec-checkout-buttons__separator {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width:576px) {
    .woocommerce-cart-wrapper .actions .coupon {
        display: flex;
        float: left;
        width: 60%;
    }
    .woocommerce-cart-wrapper .actions .coupon .input-text {
        max-width: 240px;
    }
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
}

.woocommerce-cart-wrapper .cart_totals {
    padding: 1em;
}

.cart-collaterals .cart_totals h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.woocommerce-cart .cart_totals .shipping-calculator-button {
    display: block;
    margin-bottom: 5px;
}

.cart-collaterals .select2-container--default .select2-selection--multiple,
.cart-collaterals .select2-container--default .select2-selection--single {
    min-width: 175px;
}

.wc-proceed-to-checkout .ppc-button-wrapper {
    margin-top: 1rem;
}

.woocommerce form .form-row input.input-text {
    line-height: 2;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0;
    margin: 0;
}

.woocommerce td.product-name dl.variation p {
    font-weight: normal;
}

/* Free Shipping Bar*/

.freeshipping-bar {
    margin-bottom: 0.5em;
}

.freeshipping-bar .progress-bar {
    height: 16px;
    font-size: 12px;
    font-weight: 600;
}

.freeshipping-bar-msg {
    text-align: center;
}

.pressmart-freeshipping-bar.completed .freeshipping-bar-msg {
    font-weight: 600;
    text-align: center;
}

.freeshipping-bar-msg .amount {
    font-weight: 600;
}

.cart-collaterals .pressmart-freeshipping-bar {
    margin-bottom: 1.5em;
}

/*
 * 4.5 Checkout Page
 */

.woocommerce-checkout form.checkout_coupon {
    display: block;
    border: 3px dashed;
    padding: 28px;
    max-width: 695px;
    margin: 0 auto 30px;
    text-align: center;
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
    float: left;
    width: 74%;
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    float: right;
    width: 25%;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    background: none;
    border-left: none;
    border-right: none;
    text-align: center;
}

.woocommerce-checkout .woocommerce-info .showcoupon {
    font-weight: 600;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    justify-content: center;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
    float: inherit;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
    position: initial;
    margin-right: 10px;
}

.woocommerce-checkout .col2-set:not(.addresses) .col-1,
.woocommerce-checkout .col2-set:not(.addresses) .col-2 {
    flex: 1 0 100%;
    max-width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields {
    margin-bottom: 3em;
}

.woocommerce-checkout .woocommerce-shipping-fields h3 {
    font-size: 18px;
}

.woocommerce-checkout .order-review-inner {
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    padding: 0.6871em;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    width: 55%;
}

.woocommerce-checkout-review-order td.product-name {
    display: flex;
    align-items: center;
    width: 100%;
}

.woocommerce-checkout-review-order .pressmart-product-thumb {
    margin-right: 10px;
    min-width: 40px;
}

@media (max-width: 1024px) {
    .woocommerce-checkout-review-order .pressmart-product-thumb {
        display: none;
    }
}

.woocommerce-checkout-review-order .quantity {
    margin-top: 2px;
    margin-right: 0;
}

.woocommerce-checkout #payment {
    background: none;
}

.woocommerce-checkout #payment div.payment_box {
    background: none;
    color: inherit;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

#add_payment_method #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::after,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::after,
.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::after {
    top: -24px;
    left: 50px;
    box-sizing: border-box;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f0f0f0;
    border-width: 12px;
    transform: translateX(-9px);
}

#add_payment_method #payment div.payment_box::after,
.woocommerce-cart #payment div.payment_box::after,
.woocommerce-checkout #payment div.payment_box::after {
    border-width: 11px;
    transform: translateX(-8px) translateY(2px);
}

.woocommerce-checkout #payment ul.payment_methods li img {
    height: 24px;
}

#stripe-payment-data input[type="checkbox"] {
    width: 18px !important;
}

/** Multi Step Checkout **/

.multi-step-checkout .panel-heading {
    border-radius: 2px 2px 0 0;
    display: flex;
    justify-content: space-between;
    height: 48px;
    text-transform: uppercase;
    padding: 14px 24px;
}

.multi-step-checkout .panel-title {
    font-size: 16px;
    margin: 0;
}

.multi-step-checkout .panel.active .panel-title {
    color: #ffffff;
}

.multi-step-checkout .panel.completed .panel-title:after {
    margin-left: 10px;
    font-size: 17px;
    margin-top: -4px;
}

.multi-step-checkout .panel-title .step-numner {
    font-size: 12px;
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 3px 7px;
    vertical-align: baseline;
    margin-right: 17px;
}

.multi-step-checkout .woocommerce_checkout_login,
.multi-step-checkout .panel:not(:last-child) {
    margin-bottom: 1.071em;
}

.multi-step-checkout .woocommerce_checkout_login,
.multi-step-checkout .panel {
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.multi-step-checkout .panel-body {
    padding: 1.781em;
}

.multi-step-checkout .user-info span:last-child {
    font-weight: 600;
    margin-left: 15px;
}

.multi-step-checkout .logged-in-user-info,
.multi-step-checkout .logged-in-user-info .user-info {
    margin-bottom: 15px;
}

.multi-step-checkout .logged-in-user-info .user-logout,
.multi-step-checkout .panel-heading .edit-action {
    font-weight: 600;
}

.multi-step-checkout .checkout-next-step a {
    display: inline-block;
}

.multi-step-checkout .panel:not(.completed) .edit-action {
    display: none;
}

.multi-step-checkout .panel .edit-action {
    cursor: pointer;
}

/**
 * 5.0 Elements
 */

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;
}

.pressmart-element .section-heading h2 {
    font-size: 20px;
    display: inline-block;
    line-height: 2;
    margin-bottom: 0;
    position: relative;
}

.pressmart-element .section-heading h2:after {
    border-bottom-width: 2px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.navigation-top .view-all-btn {
    margin-right: 4em;
}

.pressmart-carousel.owl-carousel:hover {
    z-index: 2;
}

.pressmart-element:not(.pressmart-list) ul {
    list-style: none;
    margin: 0;
}

.pressmart-element ul {
    margin-left: 0;
}

.pressmart-element ul li {
    margin-bottom: 0;
}

/**
 * 5.1 Menu Block & Menu Items Element
 */

.pressmart-megamenu-list,
.pressmart-sub-megamenu {
    list-style: none;
    margin: 0;
}

.pressmart-megamenu-list:not(:last-child)>li.menu-item ul.pressmart-sub-megamenu {
    margin-bottom: 1em;
}

.menu-item .nav-link i,
.menu-item .nav-link img {
    font-size: 14px;
    margin-right: 5px;
}

.menu-item .nav-link img {
    max-width: 16px;
    max-height: 16px;
}

.menu-item a.nav-link {
    position: relative;
}

.menu-item .pressmart-menu-label {
    margin-left: -20px;
    position: absolute;
    z-index: 1;
    top: -10px;
    display: inline-flex;
}

.menu-item .menu-label {
    bottom: 80%;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: .5px;
    padding: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu-item .menu-label:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 10px;
    bottom: -1px;
    margin: 0 1px;
    background-color: inherit;
    transform: rotate(60deg);
    z-index: -1;
}

.menu-item .menu-label:not(:last-child) {
    margin-right: 3px;
}

.menu-item .menu-label.label-new {
    background-color: #4AC4FA;
}

.menu-item .menu-label.label-hot {
    background-color: #FF8400;
}

.menu-item .menu-label.label-sale {
    background-color: #60BF79;
}

/**
 * 5.2 Tabs Element
 */

.tabs-layout.tabs-left .nav-tabs {
    justify-content: flex-start;
}

.tabs-layout.tabs-center .nav-tabs {
    justify-content: center;
}

.tabs-layout.tabs-right .nav-tabs {
    justify-content: flex-end;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

/* Tabs Normal */

.tabs-layout.tabs-normal .nav-tabs .nav-link {
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid transparent;
}

/* Tabs Line */

.tabs-layout.tabs-line .nav-tabs {
    border: 0;
}

.tabs-layout.tabs-line:not(.tabs-right) .nav-tabs li.nav-item:not(:last-child) {
    margin-right: 2em;
}

.tabs-layout.tabs-line.tabs-right .nav-tabs .nav-item:not(:first-child) {
    margin-left: 2em;
}

.tabs-layout.tabs-line .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 .6781em;
}

.tabs-layout.tabs-line .nav-tabs .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    transition: width 0.3s;
}

.tabs-layout.tabs-line .nav-tabs .nav-item.show .nav-link::after,
.tabs-layout.tabs-line .nav-tabs .nav-link.active::after {
    width: 100%;
}

.products-tabs .tab-content>.tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
}

.products-tabs .tab-content>.active {
    height: auto;
    overflow: visible;
}

/**
 * 5.3 Products Grid and Carousel Element
 */

.products-carousel .section-heading,
.products-with-banner .section-heading,
.pressmart-products-recently-viewed .section-heading,
.pressmart-hot-deal-products .section-heading,
.pressmart-product-categories .section-heading,
.categories-sub-categories-box .section-heading,
.products-tabs .section-heading {
    margin-bottom: 1em;
}

.pressmart-element .view-all-btn .button {
    background: none;
    font-weight: 600;
    padding: 0;
    text-transform: inherit;
}

/* Product Horizontal */

.pressmart-product-horizontal .product-wrapper {
    display: flex;
    flex-direction: row;
}

.pressmart-product-horizontal .product-image {
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0;
    margin-right: 15px;
}

.pressmart-product-horizontal .product-info {
    flex: 0 0 56%;
    max-width: 56%;
}

.pressmart-element.pressmart-product-horizontal .products .product-info {
    text-align: left;
}

.pressmart-element.pressmart-product-horizontal .product-info .pressmart-star-rating {
    justify-content: inherit;
}

/* .pressmart-element.pressmart-product-horizontal .products .product-info .star-rating{
    margin-left: 0;
    margin-right: 0;
} */

.pressmart-product-horizontal .product-variations {
    display: none;
}

.pressmart-element.pressmart-product-horizontal .products .product-buttons {
    justify-content: flex-start;
}

.pressmart-element.pressmart-product-horizontal .products .product-buttons .cart-button {
    margin-left: 0;
    order: 1;
}

.pressmart-element.pressmart-product-horizontal .products .product-buttons .whishlist-button {
    order: 2;
}

.pressmart-element.pressmart-product-horizontal .products .product-buttons .compare-button {
    order: 3;
}

.pressmart-element.pressmart-product-horizontal .products.product-style-4 .product-buttons-variations {
    background-color: inherit !important;
    box-shadow: none !important;
    position: inherit;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 0;
}

.pressmart-element.pressmart-product-horizontal .products.product-style-3 .product-buttons {
    position: inherit;
}

/**
 * 5.4 Products Tabs Element
 */

.products-tabs .nav-tabs li.nav-item {
    z-index: 1;
}

.products-tabs .nav-tabs .nav-link {
    padding: 0 !important;
    position: relative;
}

.products-tabs .nav-tabs .nav-link::after {
    position: absolute;
    bottom: -7px;
}

.products-tabs.tabs-only .section-heading {
    display: inherit;
}

.products-tabs.tabs-only .section-heading {
    border-bottom: none;
}

.products-tabs .tab-content.loading:before {
    position: absolute;
    left: calc( 50% - 16px);
    top: calc( 50% - 16px);
    height: 32px;
    width: 32px;
    z-index: 91;
}

.products-tabs .tab-content.loading:after {
    background-color: rgba(255, 255, 255, .5);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}

/**
 * 5.5 Products And Categories Box Element
 */

.products-and-categories-box .section-inner.row {
    margin: 0;
    border-top: 2px solid;
}

.products-and-categories-box .section-categories {
    text-align: center;
}

.products-and-categories-box .section-title {
    margin: 0 -15px;
    padding: 15px;
    overflow: hidden;
}

.products-and-categories-box .section-title h3 {
    font-size: 20px;
    margin: 0;
}

.products-and-categories-box ul.sub-categories {
    margin: 0;
    list-style: none;
    padding: 1em 0;
}

.products-and-categories-box ul.sub-categories li {
    padding: .4em 0;
}

.products-and-categories-box .section-banner {
    padding: 0;
}

.products-and-categories-box .section-banner .banner-img {
    position: relative;
}

.products-and-categories-box .section-banner .owl-dots {
    position: absolute;
    bottom: .5em;
    left: 0;
    right: 0;
}

.products-and-categories-box .section-content .product-cats,
.products-and-categories-box .section-content .pressmart-star-rating,
.products-and-categories-box.hide-action-btn .product-buttons {
    display: none;
}

.products-and-categories-box .section-content .category-title,
.pressmart-product-categories .category-content .category-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: .2em 0;
}

.pressmart-product-categories .category-content .sub-categories a {
    line-height: 1.8;
}

/**
 * 5.6 Product Categories Element
 */

/* Categories Sub Categories Box */

.categories-sub-categories-box .products.pressmart-carousel .owl-stage-outer.overlay,
.categories-sub-categories-vertical .products.pressmart-carousel .owl-stage-outer.overlay {
    padding: 15px;
    margin: -15px;
}

.categories-sub-categories-box .category-title,
.categories-sub-categories-vertical .category-title,
.pressmart-product-categories .sub-categories li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.categories-sub-categories-box .category-title:after {
    font-size: 10px;
    margin-left: 3px;
}

.categories-sub-categories-box .sub-categories-content {
    display: flex;
    flex-direction: row;
}

.categories-sub-categories-box .sub-categories-content .category-image {
    flex: 0 0 40%;
}

.categories-sub-categories-box .sub-categories-content .category-content {
    flex: 1 1 auto;
    padding-left: 1.2rem;
    min-width: 0;
}

.categories-sub-categories-box .sub-categories-content .sub-categories,
.categories-sub-categories-vertical .sub-categories {
    list-style: none;
    margin: 0;
}

.categories-sub-categories-box .sub-categories-content .show-all-cate,
.categories-sub-categories-vertical .show-all-cate {
    font-weight: 600;
    margin-top: 5px;
}

/* Categories Sub Categories Vertical */

.categories-sub-categories-vertical .category-title {
    margin-bottom: .5em;
}

.categories-sub-categories-vertical .category-image img {
    display: inherit;
}

.categories-sub-categories-vertical .category-image {
    margin-bottom: 10px;
}

.categories-sub-categories-vertical .product-wrapper {
    text-align: center;
}

.pressmart-product-categories .category-image {
    overflow: hidden;
}

/**
 * 5.7 Product Custom Categories
 */

.products .woocommerce-loop-category__title a {
    display: block;
}

.pressmart-product-custom-categories .category-style-4 .product-wrapper,
.pressmart-product-custom-categories .category-style-5 .product-wrapper {
    box-shadow: none !important;
}

/* Custom Categories Style 4 */

.pressmart-product-custom-categories .product-category.category-style-4 {
    padding: 10px;
}

.pressmart-product-custom-categories .category-style-4 .product-wrapper {
    display: flex;
    align-items: center;
    padding: 0
}

.pressmart-product-custom-categories .category-style-4 .category-image {
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 1rem;
}

.pressmart-product-custom-categories .category-style-4 .woocommerce-loop-category__title {
    display: grid;
    text-align: inherit;
    font-size: 14px;
    margin-top: 0;
}

.pressmart-product-custom-categories .category-style-4.image-position-right .product-wrapper {
    flex-flow: row-reverse;
    justify-content: space-between;
}

.pressmart-product-custom-categories .category-style-4.image-position-right .category-image {
    margin-left: 1rem;
    margin-right: 0;
}

/* Custom Categories Style 5 */

.pressmart-product-custom-categories .category-style-5 .category-image {
    text-align: center;
}

.pressmart-product-custom-categories .category-style-5 .woocommerce-loop-category__title {
    font-size: 14px;
    margin-top: 1rem;
}

/**
 * 5.7 Product Categories Thumbnails  And Brands Element
 */

.pressmart-product-categories-thumbnails .product-category a,
.pressmart-product-brands .product-brand a {
    display: block;
    text-align: center;
}

.pressmart-product-categories-thumbnails .category-image,
.pressmart-product-brands .brand-image {
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.pressmart-product-categories-thumbnails.categories-circle .category-image,
.pressmart-product-brands.brand-circle .brand-image {
    border-radius: 50%;
}

.pressmart-product-categories-thumbnails .category-title,
.pressmart-product-brands .brand-title {
    font-weight: 600;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pressmart-product-categories-thumbnails .carousel-group>div:not(:last-child),
.pressmart-product-brands .carousel-group>div:not(:last-child),
.pressmart-product-categories-thumbnails .products:not(.pressmart-carousel)>div:not(:last-child),
.pressmart-product-brands .products:not(.pressmart-carousel)>div:not(:last-child) {
    margin-bottom: 1.4em;
}

.pressmart-product-brands.brand-hover-effect .brand-image img {
    filter: grayscale(100%);
    opacity: .6;
    transition: opacity .25s ease, -webkit-filter .25s ease;
    transition: filter .25s ease, opacity .25s ease;
    transition: filter .25s ease, opacity .25s ease, -webkit-filter .25s ease;
}

.pressmart-product-brands.brand-hover-effect .brand-image:hover img {
    opacity: 1;
    filter: grayscale(0);
}

/**
 * 5.8 Hot Deal Products Element
 */

.pressmart-hot-deal-products .pressmart-deal-date {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    margin-left: 2em;
    margin-bottom: -3px;
    margin-top: -3px;
}

.pressmart-hot-deal-products .section-heading {
    justify-content: flex-start;
}

.pressmart-hot-deal-products .pressmart-deal-date span {
    margin-right: 8px;
}

.pressmart-hot-deal-products .product-special-deal-progress {
    margin-top: 10px;
    margin-bottom: 5px;
}

.pressmart-hot-deal-products .deal-stock-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: .1rem;
}

.pressmart-hot-deal-products .progress {
    height: .6rem;
    border-radius: 0;
}

.pressmart-hot-deal-products .progress-bar {
    font-size: 0;
}

.pressmart-hot-deal-products.highlighted-border .product-variations,
.pressmart-hot-deal-products.highlighted-border div.product .product-buttons {
    display: none;
}

.pressmart-hot-deal-products.highlighted-border .product-buttons-variations {
    box-shadow: none !important;
}

.pressmart-hot-deal-products.after-product-price .products .product-countdown-timer {
    background: none;
    margin-bottom: 0;
    margin-top: 8px;
    position: initial;
    visibility: visible;
    opacity: 1;
    text-align: inherit;
}

.pressmart-hot-deal-products.after-product-price .products .product-countdown>span {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    margin-bottom: 0;
}

.pressmart-hot-deal-products .products.product-style-3 .product-price {
    margin-bottom: .6em;
}

.pressmart-hot-deal-products.highlighted-border {
    padding: 15px;
    padding-bottom: 0;
    border: 2px solid;
    border-radius: 3px;
}

.pressmart-hot-deal-products.highlighted-border div.product .product-wrapper {
    box-shadow: none !important
}

/**
 * 5.9 Products Widget Element
 */

.pressmart-products-widget.widget .owl-carousel .owl-nav {
    top: -4.8em !important
}

.pressmart-products-widget.widget {
    border: none;
}

/**
 * 5.10 Blog Carousel Element
 */

/* Blog Horizontal */

@media (min-width:576px) {
    .pressmart-blog-horizontal .entry-post {
        display: flex;
        flex-direction: row;
    }
    .pressmart-blog-horizontal .entry-thumbnail-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
    .pressmart-blog-horizontal .entry-content-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: center;
        flex-flow: column;
        padding-left: 1rem;
    }
    .blog-posts.pressmart-blog-horizontal .entry-header .entry-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

/**
 * 5.11 Portfolios Carousel Element
 */

.pressmart-portfolio-carousel.portfolio-style-1 .pressmart-carousel .owl-stage-outer,
.related.portfolios .pressmart-carousel .owl-stage-outer {
    margin: -5px;
    padding: 5px;
}

/**
 * 5.12 Heading Element
 */

.pressmart-heading .heading-subtitle {
    margin-bottom: .6781rem;
}

.pressmart-heading .heading-wrap {
    position: relative;
}

.pressmart-heading .heading-wrap:not(:last-child) {
    margin-bottom: 1rem;
}

.pressmart-heading .heading-title {
    margin: 0;
}

.pressmart-heading:not(.separator-none):not(.separator-underline):not(.separator-image):not(.separator-bottom-heading) .heading-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.pressmart-heading .separator-left,
.pressmart-heading .separator-right {
    display: none;
    flex: 1 1 auto;
}

.pressmart-heading.text-center .heading-title {
    padding: 0 .5em;
}

.pressmart-heading.text-left .heading-title {
    padding-right: .5em;
}

.pressmart-heading.text-right .heading-title {
    padding-left: .5em;
}

.pressmart-heading.text-center.separator-between-heading.separator-line .separator-left,
.pressmart-heading.text-center.separator-between-heading.separator-line .separator-right {
    display: block;
}

/* Separator Underline */

.pressmart-heading.separator-underline .heading-wrap {
    padding-bottom: .8em;
}

.pressmart-heading.separator-underline .separator-right {
    display: inline-block;
    border-bottom: 2px solid;
    position: absolute;
    bottom: 0;
    width: 48px;
}

.pressmart-heading.separator-underline.text-center .separator-right {
    left: calc(50% - 24px);
}

.pressmart-heading.separator-underline.text-left .separator-right {
    left: 0;
}

.pressmart-heading.separator-underline.text-right .separator-right {
    right: 0;
}

.pressmart-heading.separator-underline .separator-right.color-scheme-light {
    border-color: #ffffff;
}

.pressmart-heading.separator-underline .separator-right.color-scheme-dark {
    border-color: #333333;
}

/* Separator Line Bottom */

.pressmart-heading.separator-bottom-heading .separator-right {
    display: block;
    padding-bottom: .8em;
}

/* Alignment Left & Separator Line Between */

.pressmart-heading.text-left.separator-line.separator-between-heading .separator-right,
.pressmart-heading.text-right.separator-line.separator-between-heading .separator-left {
    display: block;
}

/* Separator Image */

.pressmart-heading .image-separator {
    display: none;
}

.pressmart-heading.separator-image .image-separator {
    display: inline-block;
    margin-top: .5em;
}

.pressmart-width-10 {
    max-width: 10%;
}

.pressmart-width-20 {
    max-width: 20%;
}

.pressmart-width-30 {
    max-width: 30%;
}

.pressmart-width-40 {
    max-width: 40%;
}

.pressmart-width-50 {
    max-width: 50%;
}

.pressmart-width-60 {
    max-width: 60%;
}

.pressmart-width-70 {
    max-width: 70%;
}

.pressmart-width-80 {
    max-width: 80%;
}

.pressmart-width-90 {
    max-width: 90%;
}

.pressmart-width-100 {
    max-width: 100%;
}

.pressmart-heading.text-center {
    margin-right: auto;
    margin-left: auto;
}

.pressmart-heading.text-left {
    margin-right: auto;
}

.pressmart-heading.text-right {
    margin-left: auto;
}

/**
 * 5.13 Testimonials Element
 */

.pressmart-testimonials .testimonial {
    text-align: center;
}

.pressmart-testimonials .testimonial-description p {
    display: initial;
}

.pressmart-testimonials .testimonial-avatar {
    display: inline-block;
    margin-bottom: 1em;
    max-width: 100px;
    max-height: 100px;
    border-radius: 100%;
    overflow: hidden;
}

.pressmart-testimonials .testimonial-meta {
    margin-top: 1em;
}

.pressmart-testimonials .testimonial-name,
.pressmart-testimonials .testimonial-designation {
    display: inline-block;
}

.pressmart-testimonials .testimonial-name {
    font-weight: 600;
}

.pressmart-testimonials .testimonial-designation::before {
    content: '-';
    margin: 5px;
}

.pressmart-testimonials .testimonial-rating .star-rating {
    display: inline-block;
    float: none;
    margin-top: .5em;
}

/* Image Middle Center */

.pressmart-testimonials.image-middle-center .testimonial-avatar {
    display: inline-block;
    margin-top: 1.5em;
}

.pressmart-testimonials.image-middle-center .testimonial-description:before,
.pressmart-testimonials.image-middle-center .testimonial-description:after {
    font-size: 18px;
}

.pressmart-testimonials.image-middle-center.color-scheme-light .testimonial-description:before,
.pressmart-testimonials.image-middle-center.color-scheme-light .testimonial-description:after,
.pressmart-testimonials.color-scheme-light .owl-nav button[class*="owl-"]:before {
    color: #ffffff;
}

.pressmart-testimonials.image-middle-center.color-scheme-dark .testimonial-description:before,
.pressmart-testimonials.image-middle-center.color-scheme-dark .testimonial-description:after,
.pressmart-testimonials.color-scheme-dark .owl-nav button[class*="owl-"]:before {
    color: #333333;
}

.pressmart-testimonials.image-middle-center .testimonial-description:before {
    margin-right: .5em;
}

.pressmart-testimonials.image-middle-center .testimonial-description:after {
    margin-left: .5em;
}

/* Image Bottom Left */

.pressmart-testimonials.image-bottom-left .testimonial {
    text-align: left;
}

.pressmart-testimonials.image-bottom-left .testimonial-description {
    padding: 2em;
    position: relative;
}

.pressmart-testimonials.image-bottom-left .testimonial-description::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 30px;
    bottom: -14px;
    margin: 0 1px;
    background-color: inherit;
    transform: rotate(60deg);
    z-index: -1;
    left: 76px;
}

.pressmart-testimonials.image-bottom-left .testimonial-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 1.5em;
}

.pressmart-testimonials.image-bottom-left .testimonial-meta {
    margin-left: 1em;
}

.pressmart-testimonials.image-bottom-left .testimonial-name,
.pressmart-testimonials.image-bottom-left .testimonial-designation {
    display: block;
}

.pressmart-testimonials.image-bottom-left .testimonial-name {
    font-size: 16px;
}

.pressmart-testimonials.image-bottom-left .testimonial-designation::before {
    content: none;
    margin: 0;
}

.pressmart-testimonials.image-bottom-left .testimonial-avatar {
    margin-left: 2em;
    margin-bottom: 0;
    max-width: 80px;
    max-height: 80px;
    border-radius: 100%;
    overflow: hidden;
}

/**
 * 5.14 Team Element
 */

/* Image Top With Box */

.pressmart-team.image-top-with-box .team-member,
.pressmart-team.image-top-with-box-2 .team-member {
    text-align: center;
}

.pressmart-team.image-top-with-box .member-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: auto;
    position: relative;
    z-index: 10;
}

.pressmart-team.image-top-with-box .member-info {
    padding: 68px 15px 20px;
    margin-top: -51px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pressmart-team.image-top-with-box .member-info h3,
.pressmart-team.image-top-with-box-2 .member-info h3 {
    font-size: 20px;
    margin: 0;
}

.pressmart-team.image-top-with-box .member-designation {
    margin: 0.7em 0;
}

.pressmart-team.image-top-with-box .member-social {
    opacity: 0;
    transition: all 0.3s ease 0s;
    padding-top: 1em;
    transform: translateY(10px);
}

.pressmart-team .member-social a {
    padding: 0 5px;
    font-size: 16px;
}

.pressmart-team.image-top-with-box .team-member:hover .member-social {
    opacity: 1;
    transform: translateY(0);
}

/* Image Top With Box 2 */

.pressmart-team.image-top-with-box-2 .member-avatar {
    overflow: hidden;
    margin: auto;
    position: relative;
    z-index: 10;
}

.pressmart-team.image-top-with-box-2 .member-info {
    padding: 15px 15px 20px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pressmart-team.image-top-with-box-2 .member-info h3 {
    margin: 0.6em 0;
}

.pressmart-team.image-top-with-box-2 .member-designation {
    margin: 0;
}

.pressmart-team.image-top-with-box-2 .member-social {
    margin-top: 1.2em;
}

/* Image Middle With Swap Info Box */

.pressmart-team.image-middle-swap-box .team-member {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    text-align: center;
}

.pressmart-team.image-middle-swap-box .team-member h3 {
    margin-bottom: .3em;
    font-size: 20px;
}

.pressmart-team.image-middle-swap-box .flip-front {
    backface-visibility: hidden;
    padding: 50px 20px;
    transform: rotateY(0deg);
    position: relative;
    transition: transform 0.6s, z-index 0.7s;
    z-index: 2;
}

.pressmart-team.image-middle-swap-box .member-avatar {
    border-radius: 500px;
    max-width: 160px;
    max-height: 160px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.pressmart-team.image-middle-swap-box .overlay-box {
    margin-top: 2em;
}

.pressmart-team.image-middle-swap-box .team-member:hover .flip-front {
    transform: rotateY(180deg);
}

.pressmart-team.image-middle-swap-box .member-info {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    backface-visibility: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: transform 0.6s, z-index 0.7s;
    transform: rotateY(180deg);
    z-index: 1;
}

.pressmart-team.image-middle-swap-box .member-info .overlay {
    width: 100%;
    padding: 10px;
    transform: scaleX(0);
    text-align: center;
    transition: all .5s ease;
}

.pressmart-team.image-middle-swap-box .member-info .member-description {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.pressmart-team.image-middle-swap-box .team-member:hover .member-info {
    transform: rotateY(0deg);
    z-index: 3;
}

.pressmart-team.image-middle-swap-box .team-member:hover .overlay {
    transform: scaleX(1);
    transition-delay: .2s;
}

/* Image Top With Bottom Info */

.pressmart-team.image-top-botton-info .team-member {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.pressmart-team.image-top-botton-info .member-avatar {
    border-radius: 500px;
    position: relative;
    margin: 15px;
    overflow: hidden;
}

.pressmart-team.image-top-botton-info .member-avatar img {
    border-radius: 500px;
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
}

.pressmart-team.image-top-botton-info .team-member:hover .member-avatar img {
    transform: scale(1.1);
}

.pressmart-team.image-top-botton-info .team-member h3 {
    font-size: 20px;
    padding-bottom: .5em;
    margin-bottom: .5em;
    position: relative;
}

.pressmart-team.image-top-botton-info .team-member h3::after {
    background-color: #333333;
    content: "";
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 30px;
    height: 2px;
    right: 0;
}

.pressmart-team.image-top-botton-info .color-scheme-light .team-member h3::after {
    background-color: #ffffff;
}

.pressmart-team.image-top-botton-info .member-designation {
    font-style: italic;
}

.pressmart-team.image-top-botton-info .member-social {
    margin-top: 20px;
}

.pressmart-team.image-top-botton-info .member-social a {
    background-color: #333333;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 3px;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease-out 0s;
}

.pressmart-team.image-top-botton-info .member-social a:hover {
    background-color: #ffffff;
    color: #333333;
}

.pressmart-team.image-top-botton-info .color-scheme-light .member-social a,
.pressmart-team.image-top-botton-info .color-scheme-dark .member-social a:hover {
    background-color: #ffffff;
    color: #333333;
}

.pressmart-team.image-top-botton-info .color-scheme-dark .member-social a,
.pressmart-team.image-top-botton-info .color-scheme-light .member-social a:hover {
    background-color: #333333;
    color: #ffffff;
}

/* Image Bottom With Overlay */

.pressmart-team.image-bottom-overlay .team-member {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.pressmart-team.image-bottom-overlay .member-info {
    width: 100%;
    padding: 15px 0 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: all 0.3s ease 0s;
}

.pressmart-team.image-bottom-overlay .member-info h3 {
    font-size: 20px;
    margin-bottom: .3em;
}

.pressmart-team.image-bottom-overlay .member-info::before,
.pressmart-team.image-bottom-overlay .member-info::after {
    content: "";
    width: 100%;
    height: 170px;
    position: absolute;
    top: -18px;
    transform: skewY(15deg);
    z-index: -1;
}

.pressmart-team.image-bottom-overlay .member-info::before {
    left: 0;
}

.pressmart-team.image-bottom-overlay .member-info::after {
    right: 0;
    transform: skewY(-15deg);
}

.pressmart-team.image-bottom-overlay .member-info .overlay {
    width: 100%;
}

.pressmart-team.image-bottom-overlay .team-member:hover .member-info {
    padding-bottom: 60px;
}

.pressmart-team.image-bottom-overlay .member-social {
    list-style: none;
    padding: 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.pressmart-team.image-bottom-overlay .team-member:hover .member-social {
    bottom: 0;
}

/**
 * 5.15 Animated Counter Element
 */

.pressmart-counter .counter-icon-wrap,
.pressmart-counter .counter-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.pressmart-counter .counter-number {
    font-size: 28px;
}

.pressmart-counter .counter-title {
    font-size: 18px;
}

.pressmart-counter.icon-top .counter-wrap {
    text-align: center;
}

.pressmart-counter.icon-circle .counter-icon,
.pressmart-counter.icon-square .counter-icon {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    box-sizing: content-box;
}

.pressmart-counter.icon-circle .counter-icon {
    border-radius: 50%;
}

/* Icon Left Position */

.pressmart-counter.icon-left .counter-wrap,
.pressmart-counter.icon-right .counter-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.pressmart-counter.icon-left .counter-icon-wrap {
    max-width: 50%;
    margin-right: 1em;
}

.pressmart-counter.icon-left .counter-info {
    flex: 1 1 auto;
}

/* Icon Right Position */

.pressmart-counter.icon-right .counter-wrap {
    flex-direction: row-reverse;
    text-align: right;
}

.pressmart-counter.icon-right .counter-icon-wrap {
    max-width: 50%;
    margin-left: 1.5em;
}

/**
 * 5.16 Countdown Element
 */

.pressmart-countdown {
    display: block;
    line-height: 1;
}

/** Countdown Simple **/

.pressmart-countdown .product-countdown>span,
.pressmart-countdown .pressmart-countdown-timer>span {
    font-size: 28px;
    font-weight: 600;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 8px;
}

.pressmart-countdown .product-countdown>span span,
.pressmart-countdown .pressmart-countdown-timer>span span {
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 10px;
    margin-top: 5px;
    text-transform: capitalize;
}

.pressmart-countdown .countdown-text {
    font-weight: 600;
    display: flex;
    align-items: center;
}

.pressmart-countdown .countdown-text>span {
    margin-right: 10px;
}

/**
 * 5.17 Info Box Element
 */

.pressmart-info-box .box-icon-wrap,
.pressmart-info-box .info-box-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.pressmart-info-box .info-box-title,
.pressmart-info-box .info-box-subtitle {
    margin-bottom: 10px;
    line-height: 1;
}

.pressmart-info-box.icon-top.text-left .box-icon-wrap {
    justify-content: flex-start;
}

.pressmart-info-box.icon-top.text-right .box-icon-wrap {
    justify-content: flex-end;
}

/* Icon Square & Circle */

.pressmart-info-box.icon-circle:not(.box-square-hover-bg) .info-box-icon,
.pressmart-info-box.icon-square:not(.box-square-hover-bg) .info-box-icon {
    padding: 0.5em;
    text-align: center;
    box-sizing: content-box;
}

.pressmart-info-box.icon-circle .info-box-icon {
    border-radius: 50%;
}

/* Icon Top Position */

.pressmart-info-box.icon-top .box-icon-wrap {
    margin-bottom: 15px;
}

@media (max-width:767px) {
    .pressmart-info-box.icon-left .box-icon-wrap,
    .pressmart-info-box.icon-right .box-icon-wrap {
        margin-bottom: 15px;
    }
    .pressmart-info-box.icon-left .info-box-content,
    .pressmart-info-box.icon-right .info-box-content {
        text-align: center;
    }
}

@media (min-width:768px) {
    /* Icon Left Position */
    .pressmart-info-box.icon-left .info-box-wrap,
    .pressmart-info-box.icon-right .info-box-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .pressmart-info-box.icon-left .box-icon-wrap {
        max-width: 50%;
        margin-right: 1em;
        align-items: flex-start;
    }
    .pressmart-info-box.icon-left .info-box-content {
        flex: 1 1 auto;
    }
    /* Icon Right Position */
    .pressmart-info-box.icon-right .info-box-wrap {
        flex-direction: row-reverse;
        text-align: right;
    }
    .pressmart-info-box.icon-right .box-icon-wrap {
        max-width: 50%;
        margin-left: 1.2em;
        align-items: flex-start;
    }
    .pressmart-info-box .info-box-btn {
        margin-top: 1em;
    }
}

/* Icon Effect */

.pressmart-info-box .info-box-icon {
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    line-height: 1;
}

.pressmart-info-box.icon-effect-bounceup .info-box-icon {
    transform: translateY(0);
}

.pressmart-info-box.icon-effect-bounceup:hover .info-box-icon {
    transform: translateY(-3px);
}

.pressmart-info-box.icon-effect-zoom .info-box-icon {
    transform: scale(1);
}

.pressmart-info-box.icon-effect-zoom:hover .info-box-icon {
    transform: scale(1.1);
}

/* Box Style */

.pressmart-info-box.box-square .info-box-content {
    padding: 2em 1em 1em 1em;
    text-align: center;
}

.pressmart-info-box.box-square .box-icon-wrap {
    margin-bottom: -20px;
}

/* Box Hover Style */

.pressmart-info-box.box-square-hover-bg .info-box-wrap {
    padding: 1em;
    text-align: center;
}

.pressmart-info-box.box-square-hover-bg .box-icon-wrap {
    margin-bottom: 1.2em;
}

.pressmart-info-box.hover-color-scheme-light,
.pressmart-info-box.hover-color-scheme-dark {
    transition: all .25s ease;
}

.pressmart-info-box.hover-color-scheme-light:hover .info-box-icon {
    color: #ffffff !important;
}

.pressmart-info-box.hover-color-scheme-dark:hover .info-box-icon {
    color: #333333 !important;
}

/**
 * 5.18 Progress Bar Element
 */

.pressmart-progress-bar .progress-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.pressmart-progress-bar .progress-bar {
    width: 0;
}

.pressmart-progress-bar .progress .progress-bar {
    transition: unset;
}

.pressmart-progress-bar .progress {
    margin-top: 2em;
    margin-bottom: 1em;
}

.pressmart-progress-bar .progress:last-child {
    margin-bottom: 0 !important;
}

/* Progress Bar Style1 */

.pressmart-progress-bar.bar-style-1 .progress {
    box-shadow: none;
    border-radius: 0;
    height: 30px;
    overflow: visible;
}

.pressmart-progress-bar.bar-style-1 .progress .progress-bar {
    border-radius: 0;
    box-shadow: none;
    line-height: 30px;
    position: relative;
    text-align: left;
}

.pressmart-progress-bar.bar-style-1 .progress .bar-label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    left: 5px;
    position: absolute;
    top: -28px;
}

.pressmart-progress-bar.bar-style-1 .progress .bar-value {
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    right: 10px;
}

/* Progress Bar Style2 */

.pressmart-progress-bar.bar-style-2 .progress {
    box-shadow: none;
    border-radius: 0;
    height: 4px;
    margin-bottom: 2em;
    overflow: visible;
}

.pressmart-progress-bar.bar-style-2 .progress .progress-bar {
    border-radius: 0;
    box-shadow: none;
    line-height: 4px;
    position: relative;
    text-align: left;
}

.pressmart-progress-bar.bar-style-2 .progress .bar-label {
    position: absolute;
    left: 0px;
    top: -18px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.pressmart-progress-bar.bar-style-2 .progress .bar-value {
    position: absolute;
    right: 10px;
    font-weight: 500;
    color: #444;
    font-size: 14px;
    top: -17px;
}

/* Progress Bar Style3 */

.pressmart-progress-bar.bar-style-3 .progress {
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    padding: 4px;
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    margin-bottom: 0;
}

.pressmart-progress-bar.bar-style-3 .progress:first-child {
    margin-top: 0;
}

.pressmart-progress-bar.bar-style-3 .progress .progress-bar {
    border-radius: 0;
    box-shadow: none;
    position: relative;
    text-align: left;
}

.pressmart-progress-bar.bar-style-3 .progress .bar-label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    padding: 0 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pressmart-progress-bar.bar-style-3 .progress .bar-value {
    color: #ffffff;
    font-weight: 500;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

/**
 * 5.19 InstaGram Element
 */

.pressmart-instagram .image-wrap {
    position: relative;
    overflow: hidden;
}

.pressmart-instagram .image-wrap a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.pressmart-instagram .image-wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.pressmart-instagram .image-wrap:hover:before {
    opacity: 0.5;
}

.pressmart-instagram .image-wrap img {
    transition: transform 0.3s;
}

.pressmart-instagram .image-wrap:hover img {
    transform: scale(1.1);
}

.pressmart-instagram .image-wrap:after {
    position: absolute;
    left: calc( 50% - 16px);
    top: calc( 50% - 16px);
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.pressmart-instagram .image-wrap:hover:after {
    opacity: 1;
}

/**
 * 5.20 Video Player Element
 */

.pressmart-video-player .video-play-btn-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 44;
}

.pressmart-video-player .video-play-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 50%;
    box-sizing: border-box;
    transition: background-color .25s linear;
}

.pressmart-video-player .video-play-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-32%, -50%);
    border-top: 12px solid transparent;
    border-left: 18px solid;
    border-bottom: 12px solid transparent;
    box-sizing: border-box;
}

.pressmart-video-player .video-wrapper {
    overflow: hidden;
}

.pressmart-video-player .video-wrapper img {
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
}

.pressmart-video-player .video-wrapper:hover img {
    transform: scale(1.1);
}

/**
 * 5.21 Tabs Element
 */

.nav-tabs .nav-item {
    z-index: 9;
}

.pressmart-tabs .tab-content .tab-pane>div:last-child {
    margin-bottom: 0;
}

.pressmart-tabs.align-center .nav-tabs {
    justify-content: center;
}

.pressmart-tabs.align-left .nav-tabs {
    justify-content: flex-start;
}

.pressmart-tabs.align-right .nav-tabs {
    justify-content: flex-end;
}

.pressmart-tabs .nav-tabs {
    border-bottom: 0;
}

.pressmart-tabs .nav-tabs .nav-link {
    font-size: 16px;
}

.pressmart-tabs .nav-tabs .nav-link i.before-icon {
    margin-right: 0.2em;
}

.pressmart-tabs .nav-tabs .nav-link i.after-icon {
    margin-left: 0.2em;
}

.pressmart-tabs .tab-pane .pressmart-tab-title {
    display: none;
}

@media (max-width:1025px) {
    .pressmart-tabs .nav-tabs {
        display: none;
    }
    .pressmart-tabs .tab-pane .pressmart-tab-title {
        display: block;
    }
}

/* Classic */

.pressmart-tabs.tabs-classic .nav-tabs {
    margin-left: -1px;
    margin-right: -1px;
}

.pressmart-tabs.tabs-classic .nav-tabs .nav-item {
    margin-left: 1px;
    margin-right: 1px;
}

.pressmart-tabs.tabs-classic .nav-tabs .nav-link {
    background-color: #f8f8f8;
    font-weight: 600;
    border-top: 2px solid;
    border-radius: 0;
    padding: 0.714em 1.071em;
}

.pressmart-tabs.tabs-classic .nav-tabs+.tab-content {
    padding: 2em;
}

/* Line */

.pressmart-tabs.tabs-line .nav-tabs {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 15px;
}

.pressmart-tabs.tabs-line .nav-tabs .nav-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}

.pressmart-tabs.tabs-line .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    padding: 0;
}

.pressmart-tabs.tabs-line .nav-tabs .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    transition: width 0.3s;
}

.pressmart-tabs.tabs-line .nav-tabs .nav-item.show .nav-link::after,
.pressmart-tabs.tabs-line .nav-tabs .nav-link.active::after {
    width: 100%;
}

/* Pills & Outline */

.pressmart-tabs.tabs-pills .nav-tabs,
.pressmart-tabs.tabs-outline .nav-tabs {
    margin-bottom: 15px;
}

.pressmart-tabs.tabs-pills .nav-tabs .nav-item,
.pressmart-tabs.tabs-outline .nav-tabs .nav-item {
    margin-bottom: 0;
}

.pressmart-tabs.tabs-pills .nav-tabs .nav-link,
.pressmart-tabs.tabs-outline .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-weight: 600;
    padding: 6px 15px;
}

.pressmart-tabs.shape-rounded .nav-tabs .nav-link,
.pressmart-tabs.shape-outline .nav-tabs .nav-link {
    border-radius: 3px;
}

.pressmart-tabs.shape-round .nav-tabs .nav-link,
.pressmart-tabs.shape-outline .nav-tabs .nav-link {
    border-radius: 20px;
}

.pressmart-tabs.tabs-outline .nav-tabs .nav-link {
    border: 2px solid transparent;
}

/**
 * 5.22 Tour Element
 */

.pressmart-tour {
    display: flex;
    flex: 0 1 auto;
    align-items: flex-start;
}

.pressmart-tour.position-right {
    flex-direction: row-reverse;
}

.pressmart-tour .nav-tabs {
    flex: 1 1 auto;
    display: block;
}

.pressmart-tour.nav-width-small .nav-tabs {
    flex: 0 0 15%;
    max-width: 15%;
}

.pressmart-tour.nav-width-medium .nav-tabs {
    flex: 0 0 25%;
    max-width: 25%;
}

.pressmart-tour.nav-width-large .nav-tabs {
    flex: 0 0 35%;
    max-width: 35%;
}

.pressmart-tour .tab-content {
    flex: 1 1 auto;
}

.pressmart-tour.align-left .nav-tabs {
    text-align: left;
}

.pressmart-tour.align-center .nav-tabs {
    text-align: center;
}

.pressmart-tour.align-right .nav-tabs {
    text-align: right;
}

.pressmart-tour .nav-tabs .nav-item {
    width: 100%;
    display: block;
}

.pressmart-tour .nav-tabs .nav-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.pressmart-tour .nav-tabs .nav-link i.before-icon {
    margin-right: 0.2em;
}

.pressmart-tour .nav-tabs .nav-link i.after-icon {
    margin-left: 0.2em;
}

.pressmart-tour .tab-content .tab-pane>div:last-child {
    margin-bottom: 0;
}

.pressmart-tour .nav-tabs {
    border-bottom: 0;
}

/** Classic Style **/

.pressmart-tour.tour-classic .nav-tabs {
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 9;
}

.pressmart-tour.tour-classic .nav-tabs .nav-item {
    margin-top: 1px;
    margin-bottom: 1px;
}

.pressmart-tour.tour-classic .nav-tabs .nav-link {
    background-color: #f8f8f8;
    font-weight: 600;
    border-radius: 0;
    padding: 0.714em 1.071em;
}

.pressmart-tour.tour-classic .nav-tabs+.tab-content .tab-pane {
    padding: 2em;
}

/* Position Left */

.pressmart-tour.tour-classic.position-left .nav-tabs {
    margin-right: -1px;
}

.pressmart-tour.tour-classic.position-left .nav-tabs .nav-link {
    border-left-width: 2px;
}

.pressmart-tour.tour-classic.position-left .nav-tabs .nav-link.active {
    border-right: 0;
}

/* Position Right */

.pressmart-tour.tour-classic.position-right .nav-tabs {
    margin-left: -1px;
}

.pressmart-tour.tour-classic.position-right .nav-tabs .nav-link {
    border-right-width: 2px;
}

.pressmart-tour.tour-classic.position-right .nav-tabs .nav-link.active {
    border-left: 0;
}

/** Line Style **/

.pressmart-tour.tour-line .nav-tabs {
    margin-top: -10px;
    margin-bottom: -10px;
}

.pressmart-tour.tour-line.position-left .nav-tabs {
    margin-right: 15px;
}

.pressmart-tour.tour-line.position-right .nav-tabs {
    margin-left: 15px;
}

.pressmart-tour.tour-line .nav-tabs .nav-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
}

.pressmart-tour.tour-line .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    padding: 0;
}

.pressmart-tour.tour-line .nav-tabs .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    transition: width 0.3s;
}

.pressmart-tour.tour-line .nav-tabs .nav-item.show .nav-link::after,
.pressmart-tour.tour-line .nav-tabs .nav-link.active::after {
    width: 100%;
}

/** Pills & Outline **/

.pressmart-tour.tour-pills .nav-tabs,
.pressmart-tour.tour-outline .nav-tabs {
    margin-right: 15px;
}

.pressmart-tour.tour-pills .nav-tabs .nav-item,
.pressmart-tour.tour-outline .nav-tabs .nav-item {
    margin-right: 0;
}

.pressmart-tour.tour-pills .nav-tabs .nav-link,
.pressmart-tour.tour-outline .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-weight: 600;
    padding: 6px 15px;
}

.pressmart-tour.shape-rounded .nav-tabs .nav-link,
.pressmart-tour.shape-outline .nav-tabs .nav-link {
    border-radius: 3px;
}

.pressmart-tour.shape-round .nav-tabs .nav-link,
.pressmart-tour.shape-outline .nav-tabs .nav-link {
    border-radius: 20px;
}

.pressmart-tour.tour-outline .nav-tabs .nav-link {
    border: 2px solid transparent;
}

/**
 * 5.23 Accordion Element
 */

.pressmart-accordion .card {
    border-radius: 0;
    margin-bottom: 0.6em;
}

.pressmart-accordion .card-header {
    background: none;
    border-radius: 0;
    padding: 0;
}

.pressmart-accordion .card-header .card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.pressmart-accordion.align-left .card-header {
    text-align: left;
}

.pressmart-accordion.align-center .card-header {
    text-align: center;
}

.pressmart-accordion.align-right .card-header {
    text-align: right;
}

.pressmart-accordion .card-header a {
    display: block;
    border: none;
    cursor: pointer;
    padding: 12px 20px;
    position: relative;
}

.pressmart-accordion.icon-position-left .card-header a {
    padding-left: 40px;
}

.pressmart-accordion.icon-position-right .card-header a {
    padding-right: 40px;
}

.pressmart-accordion[class*='accordion-icon-'] .card-title a:after {
    font-weight: normal;
    font-size: 12px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pressmart-accordion.icon-position-right .card-title a:after {
    left: initial;
    right: 15px;
}

.pressmart-accordion .card-header i.icon-left {
    padding-right: 7px;
}

.pressmart-accordion .card-header i.icon-left {
    padding-left: 7px;
}

.pressmart-accordion .card-body>div:last-child {
    margin-bottom: 0;
}

/** Classic **/

.pressmart-accordion.accordion-classic .card-header {
    margin-bottom: -1px;
}

.pressmart-accordion.accordion-classic .card-header a:not(.collapsed) {
    background-color: #f8f8f8;
}

/** Line **/

.pressmart-accordion.accordion-line .card {
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-bottom: 0;
}

.pressmart-accordion.accordion-line .card-header a,
.pressmart-accordion.accordion-line .card-body {
    padding-left: 0;
    padding-right: 0;
}

.pressmart-accordion.accordion-line .card-header {
    border: none;
}

.pressmart-accordion.accordion-line .collapse,
.pressmart-accordion.accordion-line .collapsing {
    padding-bottom: 1.5em;
}

.pressmart-accordion.accordion-line .card-body {
    padding: 0;
}

/** Pills **/

.pressmart-accordion.accordion-pills .card {
    border: none;
}

.pressmart-accordion.accordion-pills .card-header {
    border: none;
}

.pressmart-accordion.accordion-pills .card-header a {
    background-color: #f8f8f8;
}

.pressmart-accordion.accordion-pills.shape-rounded .card-header a {
    border-radius: 3px;
}

.pressmart-accordion.accordion-pills.shape-round .card-header a {
    border-radius: 99px;
}

/** Outline **/

.pressmart-accordion.accordion-outline .card {
    border: none;
}

.pressmart-accordion.accordion-outline .card-header {
    border: none;
}

.pressmart-accordion.accordion-outline .card-header a {
    border: 2px solid;
}

.pressmart-accordion.accordion-outline.shape-rounded .card-header a {
    border-radius: 3px;
}

.pressmart-accordion.accordion-outline.shape-round .card-header a {
    border-radius: 99px;
}

/**
 * 5.24 Social Icons
 */

.pressmart-social a {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
    text-align: center;
}

.pressmart-social .social-text {
    display: none;
}

/* Icons Shape */

.pressmart-social.icons-shape-circle a i {
    border-radius: 50%;
}

/* Icons Size */

.pressmart-social a i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pressmart-social.icons-size-small a i {
    font-size: 14px;
    line-height: 28px;
    width: 30px;
    height: 30px;
}

.pressmart-social.icons-size-default a i {
    font-size: 18px;
    width: 38px;
    height: 38px;
}

.pressmart-social.icons-size-large a i {
    font-size: 22px;
    line-height: 37px;
    width: 40px;
    height: 40px;
}

.site-header .pressmart-social.icons-size-small a i {
    font-size: 12px;
    line-height: 24px;
    width: 26px;
    height: 26px;
}

.site-header .pressmart-social.icons-size-default a i {
    font-size: 14px;
    width: 32px;
    height: 32px;
}

.site-header .pressmart-social.icons-size-large a i {
    font-size: 16px;
    line-height: 33px;
    width: 36px;
    height: 36px;
}

/* Icons Style Colour And Bordered*/

.pressmart-social.icons-colour .social-facebook i,
.pressmart-social.icons-bordered .social-facebook i {
    color: #385693;
}

.pressmart-social.icons-colour .social-twitter i,
.pressmart-social.icons-bordered .social-twitter i {
    color: #40BFF5;
}

.pressmart-social.icons-colour .social-linkedin i,
.pressmart-social.icons-bordered .social-linkedin i {
    color: #238CC8;
}

.pressmart-social.icons-colour .social-stumbleupon i,
.pressmart-social.icons-bordered .social-stumbleupon i {
    color: #EA4B24;
}

.pressmart-social.icons-colour .social-tumblr i,
.pressmart-social.icons-bordered .social-tumblr i {
    color: #395976;
}

.pressmart-social.icons-colour .social-pinterest i,
.pressmart-social.icons-bordered .social-pinterest i {
    color: #E13138;
}

.pressmart-social.icons-colour .social-reddit i,
.pressmart-social.icons-bordered .social-reddit i {
    color: #FF4006;
}

.pressmart-social.icons-colour .social-vk i,
.pressmart-social.icons-bordered .social-vk i {
    color: #5181B8;
}

.pressmart-social.icons-colour .social-odnoklassniki i,
.pressmart-social.icons-bordered .social-odnoklassniki i {
    color: #F2720C;
}

.pressmart-social.icons-colour .social-pocket i,
.pressmart-social.icons-bordered .social-pocket i {
    color: #EF4056;
}

.pressmart-social.icons-colour .social-whatsapp i,
.pressmart-social.icons-bordered .social-whatsapp i {
    color: #0DC143;
}

.pressmart-social.icons-colour .social-telegram i,
.pressmart-social.icons-bordered .social-telegram i {
    color: #64B3F5;
}

.pressmart-social.icons-colour .social-email i,
.pressmart-social.icons-bordered .social-email i {
    color: #DD4B39;
}

.pressmart-social.icons-colour .social-print i,
.pressmart-social.icons-bordered .social-print i {
    color: #444444;
}

.pressmart-social.icons-colour .social-instagram i,
.pressmart-social.icons-bordered .social-instagram i {
    color: #D02A52;
}

.pressmart-social.icons-colour .social-tiktok i,
.pressmart-social.icons-bordered .social-tiktok i {
    color: #000000;
}

.pressmart-social.icons-colour .social-flickr i,
.pressmart-social.icons-bordered .social-flickr i {
    color: #FF0084;
}

.pressmart-social.icons-colour .social-rss i,
.pressmart-social.icons-bordered .social-rss i {
    color: #EF8321;
}

.pressmart-social.icons-colour .social-youtube i,
.pressmart-social.icons-bordered .social-youtube i {
    color: #F90002;
}

.pressmart-social.icons-colour .social-github i,
.pressmart-social.icons-bordered .social-github i {
    color: #323131;
}

/* Icons Style Bordered */

.pressmart-social.icons-bordered a:hover i {
    color: #ffffff;
}

.pressmart-social.icons-bordered .social-facebook i {
    border: 2px solid #385693;
}

.pressmart-social.icons-bordered .social-twitter i {
    border: 2px solid #40BFF5;
}

.pressmart-social.icons-bordered .social-google-plus i {
    border: 2px solid #EB5E4C;
}

.pressmart-social.icons-bordered .social-linkedin i {
    border: 2px solid #238CC8;
}

.pressmart-social.icons-bordered .social-tumblr i {
    border: 2px solid #395976;
}

.pressmart-social.icons-bordered .social-pinterest i {
    border: 2px solid #E13138;
}

.pressmart-social.icons-bordered .social-stumbleupon i {
    border: 2px solid #EA4B24;
}

.pressmart-social.icons-bordered .social-reddit i {
    border: 2px solid #FF4006;
}

.pressmart-social.icons-bordered .social-vk i {
    border: 2px solid #5181B8;
}

.pressmart-social.icons-bordered .social-odnoklassniki i {
    border: 2px solid #F2720C;
}

.pressmart-social.icons-bordered .social-pocket i {
    border: 2px solid #EF4056;
}

.pressmart-social.icons-bordered .social-whatsapp i {
    border: 2px solid #0DC143;
}

.pressmart-social.icons-bordered .social-telegram i {
    border: 2px solid #64B3F5;
}

.pressmart-social.icons-bordered .social-email i {
    border: 2px solid #DD4B39;
}

.pressmart-social.icons-bordered .social-print i {
    border: 2px solid #444444;
}

.pressmart-social.icons-bordered .social-instagram i {
    border: 2px solid #D02A52;
}

.pressmart-social.icons-bordered .social-tiktok i {
    border: 2px solid #000000;
}

.pressmart-social.icons-bordered .social-flickr i {
    border: 2px solid #FF0084;
}

.pressmart-social.icons-bordered .social-rss i {
    border: 2px solid #EF8321;
}

.pressmart-social.icons-bordered .social-youtube i {
    border: 2px solid #F90002;
}

.pressmart-social.icons-bordered .social-github i {
    border: 2px solid #323131;
}

/* Icons Style Fill And Bordered */

.pressmart-social.icons-fill-colour a i {
    color: #ffffff;
}

.pressmart-social.icons-fill-colour a:hover i {
    color: #ffffff;
    opacity: .8;
}

.pressmart-social.icons-fill-colour .social-facebook i,
.pressmart-social.icons-bordered .social-facebook:hover i {
    background-color: #385693;
}

.pressmart-social.icons-fill-colour .social-twitter i,
.pressmart-social.icons-bordered .social-twitter:hover i {
    background-color: #40BFF5;
}

.pressmart-social.icons-fill-colour .social-linkedin i,
.pressmart-social.icons-bordered .social-linkedin:hover i {
    background-color: #238CC8;
}

.pressmart-social.icons-fill-colour .social-stumbleupon i,
.pressmart-social.icons-bordered .social-stumbleupon:hover i {
    background-color: #EA4B24;
}

.pressmart-social.icons-fill-colour .social-tumblr i,
.pressmart-social.icons-bordered .social-tumblr:hover i {
    background-color: #395976;
}

.pressmart-social.icons-fill-colour .social-pinterest i,
.pressmart-social.icons-bordered .social-pinterest:hover i {
    background-color: #E13138;
}

.pressmart-social.icons-fill-colour .social-reddit i,
.pressmart-social.icons-bordered .social-reddit:hover i {
    background-color: #FF4006;
}

.pressmart-social.icons-fill-colour .social-vk i,
.pressmart-social.icons-bordered .social-vk:hover i {
    background-color: #5181B8;
}

.pressmart-social.icons-fill-colour .social-odnoklassniki i,
.pressmart-social.icons-bordered .social-odnoklassniki:hover i {
    background-color: #F2720C;
}

.pressmart-social.icons-fill-colour .social-pocket i,
.pressmart-social.icons-bordered .social-pocket:hover i {
    background-color: #EF4056;
}

.pressmart-social.icons-fill-colour .social-whatsapp i,
.pressmart-social.icons-bordered .social-whatsapp:hover i {
    background-color: #0DC143;
}

.pressmart-social.icons-fill-colour .social-telegram i,
.pressmart-social.icons-bordered .social-telegram:hover i {
    background-color: #64B3F5;
}

.pressmart-social.icons-fill-colour .social-email i,
.pressmart-social.icons-bordered .social-email:hover i {
    background-color: #DD4B39;
}

.pressmart-social.icons-fill-colour .social-print i,
.pressmart-social.icons-bordered .social-print:hover i {
    background-color: #444444;
}

.pressmart-social.icons-fill-colour .social-instagram i,
.pressmart-social.icons-bordered .social-instagram:hover i {
    background-color: #D02A52;
}

.pressmart-social.icons-fill-colour .social-tiktok i,
.pressmart-social.icons-bordered .social-tiktok:hover i {
    background-color: #000000;
}

.pressmart-social.icons-fill-colour .social-flickr i,
.pressmart-social.icons-bordered .social-flickr:hover i {
    background-color: #FF0084;
}

.pressmart-social.icons-fill-colour .social-rss i,
.pressmart-social.icons-bordered .social-rss:hover i {
    background-color: #EF8321;
}

.pressmart-social.icons-fill-colour .social-youtube i,
.pressmart-social.icons-bordered .social-youtube:hover i {
    background-color: #F90002;
}

.pressmart-social.icons-fill-colour .social-github i,
.pressmart-social.icons-bordered .social-github:hover i {
    background-color: #323131;
}

/* Icons Style Theme Colour */

.pressmart-social.icons-theme-colour a i {
    border: 2px solid;
    color: #777777;
}

/**
 * 5.25 Banner Element
 */

.pressmart-banner .banner-wrapper {
    position: relative;
    overflow: hidden;
}

.pressmart-banner.wrap-link .banner-wrapper {
    cursor: pointer;
}

.pressmart-banner .banner-image-wrap,
.pressmart-banner .banner-image,
.pressmart-banner .banner-image-wrap img {
    min-height: inherit;
    max-height: inherit;
    object-fit: cover;
}

.pressmart-banner .banner-image img {
    display: block;
    width: 100%;
    height: auto;
}

.pressmart-banner .banner-image-wrap+.banner-content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 2rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

@media (max-width:767px) {
    .pressmart-banner .banner-image-wrap+.banner-content-wrap {
        padding: 20px;
    }
}

@media (max-width:575px) {
    .pressmart-banner .banner-image-wrap+.banner-content-wrap {
        padding: 10px;
    }
}

.pressmart-banner .banner-image-wrap+.banner-content-wrap .banner-content {
    display: flex;
    flex-direction: column;
}

.pressmart-banner .banner-subtitle-wrap {
    margin-bottom: 3px;
}

.banner-subtitle-background .banner-subtitle {
    line-height: 1;
    display: inline-block;
}

.pressmart-banner .banner-title {
    margin-bottom: 0;
}

.pressmart-banner .banner-content-text {
    margin-top: 8px;
}

.pressmart-banner .banner-content-text p {
    margin: 0;
}

.pressmart-banner .banner-button {
    margin-top: 1.5em;
}

.pressmart-banner .button {
    padding: .6871em 1.2em;
}

.pressmart-banners-carousel .pressmart-element {
    margin: 0;
}

.pressmart-banner .banner-image img {
    transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.pressmart-banner.banner-zoom-out .banner-wrapper:hover .banner-image img,
.pressmart-banner.banner-zoom-in .banner-image img {
    transform: scale(1.09);
}

.pressmart-banner.banner-zoom-in .banner-wrapper:hover .banner-image img {
    transform: scale(1);
}

/**
 * 5.26 Button Element
 */

.pressmart-button .button {
    position: relative;
    box-shadow: none;
}

.pressmart-button a i {
    vertical-align: -0.15em;
}

/* Button Style */

.pressmart-button .btn-style-outline {
    background: none;
}

.pressmart-button a.btn-style-link:after {
    content: '';
    display: block;
    margin-top: 5px;
    height: 2px;
}

.pressmart-button a.btn-style-text {
    font-weight: 600;
}

/* Button Alignment */

.pressmart-button.text-inline {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

/* Button Shape */

.pressmart-button .btn-shape-square {
    border-radius: 0;
}

.pressmart-button .btn-shape-rounded {
    border-radius: 3px;
}

.pressmart-button .btn-shape-round {
    border-radius: 100px;
}

/* Button Size */

.pressmart-button .btn-size-small {
    font-size: 12px;
    padding: 8px 14px;
}

.pressmart-button .btn-style-outline.btn-size-small {
    padding: 6px 12px;
}

.pressmart-button .btn-size-large {
    font-size: 16px;
    padding: 18px 34px;
}

.pressmart-button .btn-style-outline.btn-size-large {
    padding: 16px 32px;
}

/* Button Color */

.pressmart-button .button.btn-style-outline {
    background: none;
    border: 2px solid;
    padding: 10px 18px;
}

.pressmart-button .button.btn-style-link {
    background: none;
    padding: 0;
}

.pressmart-button .btn-style-flat.color-scheme-light,
.pressmart-button .btn-style-outline.color-scheme-light,
.pressmart-button .btn-style-flat.hover-color-scheme-light:hover,
.pressmart-button .btn-style-outline.hover-color-scheme-light:hover {
    color: #ffffff !important;
}

.pressmart-button .btn-style-flat.color-scheme-dark,
.pressmart-button .btn-style-outline.color-scheme-dark,
.pressmart-button .btn-style-flat.hover-color-scheme-dark:hover,
.pressmart-button .btn-style-outline.hover-color-scheme-dark:hover {
    color: #333333 !important;
}

/* Icon Alignment */

.pressmart-button .btn-icon-left i {
    margin-right: 2px;
}

.pressmart-button .btn-icon-right i {
    margin-left: 2px;
}

/**
 * 5.27 List Element
 */

.pressmart-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.pressmart-list ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    line-height: 1.6;
}

.pressmart-list .list-icon {
    flex: 0 0 auto;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

.pressmart-list .list-content {
    flex: 1 1 auto;
}

.pressmart-list.list-type-none ul {
    list-style: none;
}

.pressmart-list.list-type-ordered ul li .list-icon {
    font-weight: 600;
}

.pressmart-list.list-type-ordered ul {
    counter-reset: item;
}

.pressmart-list.list-type-ordered ul li .list-icon::before {
    content: counter(item) ".";
    counter-increment: item;
}

.pressmart-list.list-type-unordered ul li .list-icon::before {
    font-size: 7px;
}

.pressmart-list.list-type-unordered ul li .list-icon::before {
    content: "\e9a6";
    font-family: 'presslayouts-font';
}

.pressmart-list.list-type-image.list-style-square .list-icon,
.pressmart-list.list-type-image.list-style-round .list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pressmart-list.list-style-round .list-icon {
    border-radius: 50%;
}

.pressmart-list.list-size-small ul {
    font-size: 12px;
}

.pressmart-list.list-size-small .list-icon {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.pressmart-list.list-size-small.list-type-image .list-icon img {
    width: 12px;
}

.pressmart-list.list-size-medium .list-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.pressmart-list.list-size-medium.list-type-image .list-icon img {
    width: 14px;
}

.pressmart-list.list-size-large ul {
    font-size: 18px;
}

.pressmart-list.list-size-large .list-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.pressmart-list.list-size-large.list-type-image .list-icon img {
    width: 20px;
}

/**
 * 5.28 Newsletter Element
 */

.pressmart-newsletter.newsletter-radius .mc4wp-form-fields [type="email"] {
    border-bottom-left-radius: 99px;
    border-top-left-radius: 99px;
}

.pressmart-newsletter.newsletter-radius .mc4wp-form-fields [type="submit"] {
    border-bottom-right-radius: 99px;
    border-top-right-radius: 99px;
}

/**
 * 6.0 Plugins Customizer
 */

/**
 * 6.1 Boostrap
 */

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

@media (min-width: 576px) {
    .col-sm-50 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-sm-70 {
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
    .col-sm-80 {
        flex: 0 0 12.50%;
        max-width: 12.50%;
    }
    .col-sm-90 {
        flex: 0 0 11.111111%;
        max-width: 11.111111%;
    }
    .col-sm-100 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .col-sm-110 {
        flex: 0 0 9.090909%;
        max-width: 9.090909%;
    }
}

@media (min-width: 768px) {
    .col-md-50 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-70 {
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
    .col-md-80 {
        flex: 0 0 12.50%;
        max-width: 12.50%;
    }
    .col-md-90 {
        flex: 0 0 11.111111%;
        max-width: 11.111111%;
    }
    .col-md-100 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .col-md-110 {
        flex: 0 0 9.090909%;
        max-width: 9.090909%;
    }
}

@media (min-width: 1025px) {
    .col-lg-50 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-lg-70 {
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
    .col-lg-80 {
        flex: 0 0 12.50%;
        max-width: 12.50%;
    }
    .col-lg-90 {
        flex: 0 0 11.111111%;
        max-width: 11.111111%;
    }
    .col-lg-100 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .col-lg-110 {
        flex: 0 0 9.090909%;
        max-width: 9.090909%;
    }
}

@media (min-width: 1200px) {
    .col-xl-50 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xl-70 {
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
    .col-xl-80 {
        flex: 0 0 12.50%;
        max-width: 12.50%;
    }
    .col-xl-90 {
        flex: 0 0 11.111111%;
        max-width: 11.111111%;
    }
    .col-xl-100 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .col-xl-110 {
        flex: 0 0 9.090909%;
        max-width: 9.090909%;
    }
}

.gutters-space-0 {
    margin-right: 0;
    margin-left: 0;
}

.gutters-space-0>.col,
.gutters-space-0>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.gutters-space-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.gutters-space-5>.col,
.gutters-space-5>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.gutters-space-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.gutters-space-10>.col,
.gutters-space-10>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.gutters-space-15 {
    margin-right: -15px;
    margin-left: -15px;
}

.gutters-space-15>.col,
.gutters-space-15>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.slider-gutters-space-0 .carousel-group>div:not(:last-child) {
    margin-bottom: 0;
}

.slider-gutters-space-5 .carousel-group>div:not(:last-child) {
    margin-bottom: 10px;
}

.slider-gutters-space-10 .carousel-group>div:not(:last-child) {
    margin-bottom: 20px;
}

.slider-gutters-space-15 .carousel-group>div:not(:last-child) {
    margin-bottom: 30px;
}

/**
 * 6.2 Boostrap Tooltip
 */

.tooltip {
    z-index: 98;
}

.tooltip .tooltip-inner {
    border-radius: 0;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.775rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

/**
 * 6.3 YITH WooCommerce Wishlist
 */

.woocommerce .yith-wcwl-add-to-wishlist .blockUI.blockOverlay {
    display: none !important;
}

#yith-wcwl-form .wishlist-title,
#yith-wcwl-form .hidden-title-form {
    display: none;
}

.woocommerce table.wishlist_table {
    font-size: 100%;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    border-radius: 0;
    display: inline-block !important;
    font-size: 14px;
    line-height: 16px;
    margin: 0 !important;
    padding: 10px 14px !important;
}

.woocommerce .wishlist_table td.product-add-to-cart {
    text-align: right;
}

.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
    text-align: inherit;
}

.wishlist_table .product-price {
    font-size: 16px;
    font-weight: 600;
}

.wishlist_table .product-price ins {
    background: none;
}

.wishlist_table .product-price del {
    font-size: 14px;
    font-weight: normal;
}

.yith-wcwl-share {
    display: flex;
    align-items: center;
}

.yith-wcwl-share ul {
    list-style: none;
    margin-left: 10px;
}

.yith-wcwl-share ul li {
    margin-bottom: 0;
}

.yith-wcwl-share ul li a {
    padding: 5px;
    margin-right: 5px;
}

#yith-wcwl-popup-message {
    border: none;
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    left: calc(50% - 82px);
    margin: 0 !important;
    max-width: 568px;
    position: fixed;
    padding: 16px 18px;
    font-size: 16px;
    top: auto;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    -webkit-animation: kp-fadeInUpBig .35s ease .5s both;
    animation: kp-fadeInUpBig .35s ease .5s both;
    z-index: 998;
}

#yith-wcwl-popup-message::before {
    font-size: 14px;
    left: 1em;
    line-height: 1;
    position: absolute;
    top: calc(50% - 7px);
}

#yith-wcwl-message {
    margin-left: 18px;
    line-height: initial;
    overflow: hidden;
    text-overflow: ellipsis;
}

@-webkit-keyframes kp-fadeInUpBig {
    0% {
        bottom: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        bottom: 2em;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes kp-fadeInUpBig {
    0% {
        bottom: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        bottom: 2em;
        -webkit-transform: none;
        transform: none;
    }
}

/* Mobile Layout */

.wishlist_table.mobile {
    list-style: none;
    margin: 0;
}

.wishlist_table.mobile>li {
    border: 0;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 112px;
    position: relative;
}

.wishlist_table.mobile li .item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
}

.wishlist_table.mobile li .item-wrapper .item-details {
    width: auto;
}

.wishlist_table.mobile .item-wrapper>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.wishlist_table.mobile .product-thumbnail {
    position: absolute;
    left: 0;
}

.wishlist_table.mobile .product-thumbnail img {
    max-width: 98px;
}

.wishlist_table.mobile .product-name h3 {
    font-size: 14px;
    margin-bottom: .7em;
    margin-right: 2em;
}

.wishlist_table.mobile table,
.wishlist_table.mobile li .item-details table.item-details-table {
    margin-bottom: 0;
}

.wishlist_table.mobile table tr,
.wishlist_table.mobile table td {
    border: 0;
}

.wishlist_table.mobile table td {
    padding: 2px 0;
}

.wishlist_table.mobile table td.label {
    text-transform: uppercase !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

.wishlist_table.mobile table td.value {
    text-align: right;
    font-weight: 600;
}

.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td {
    font-size: 14px;
    padding: 3px;
}

.wishlist_table.mobile .product-add-to-cart {
    margin-top: .7em;
    margin-bottom: 0 !important;
}

.wishlist_table.mobile .product-add-to-cart a {
    font-weight: 600;
    margin: 0 !important;
}

.wishlist_table.mobile .product-remove {
    position: absolute;
    top: -3px;
    right: 0;
}

.remove_from_wishlist i {
    display: none;
}

.wishlist_view.mobile .remove_from_wishlist:before {
    font-size: 12px;
}

/**
 * 6.4 Owl Carousel
 */

/* Owl Carousel Navigation */

.owl-carousel {
    position: relative;
}

.owl-carousel.owl-center {
    text-align: center;
}

.owl-carousel .owl-nav button[class*='owl-'] {
    position: absolute;
    top: calc(50% - 21px);
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    width: 42px;
    height: 42px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    pointer-events: none;
    backface-visibility: hidden;
    transition: all .25s ease;
}

.owl-carousel .owl-prev {
    left: -30px;
    transform: translateX(-30px);
}

.owl-carousel .owl-next {
    right: -30px;
    transform: translateX(30px);
}

.owl-carousel .owl-nav button[class*='owl-']:hover {
    text-decoration: none;
}

.owl-carousel .owl-nav .disabled {
    cursor: default;
}

.owl-carousel .owl-nav button[class*='owl-']:before {
    font-size: 24px;
    font-weight: normal;
}

.owl-carousel:hover .owl-nav button[class*='owl-'] {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: visible;
}

/* Navigation Top */

.navigation-top .owl-carousel .owl-nav {
    position: absolute;
    top: -3.6em;
    margin: 0;
    right: 0;
}

.navigation-top .owl-carousel .owl-nav button[class*='owl-'] {
    width: 32px;
    height: 32px;
    position: initial;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: visible;
}

.navigation-top .owl-carousel .owl-nav button[class*='owl-']:before {
    font-size: 18px;
}

.pressmart-blog-carousel.navigation-top .owl-carousel .owl-nav,
.pressmart-product-brands.navigation-top .owl-carousel .owl-nav {
    top: -4.6em;
}

/* Owl Carousel Dots */

.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 1em;
}

.owl-carousel .owl-dot {
    box-shadow: none;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.owl-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    display: block;
    transition: all 0.5s;
    border-radius: 30px;
}

.owl-carousel .owl-dot.active span {
    width: 18px;
}

.color-scheme-light .owl-carousel .owl-dot.active span {
    background-color: #ffffff;
}

.color-scheme-dark .owl-carousel .owl-dot.active span {
    background-color: #333333;
}

.owl-carousel.owl-loaded {
    list-style: none;
    margin: 0;
}

.owl-carousel .owl-item img {
    display: initial;
}

/*PressMart Gallery*/

.pressmart-gallery-carousel:not(.pressmart-portfolio-image) .owl-dots {
    display: none;
}

.pressmart-gallery-carousel.owl-carousel .owl-nav {
    position: initial;
}

.pressmart-gallery-carousel.owl-carousel .owl-nav button[class*="owl-"] {
    position: absolute;
    top: 40%;
}

.pressmart-gallery-carousel.owl-carousel .owl-nav .owl-prev {
    left: 1em;
}

.pressmart-gallery-carousel.owl-carousel .owl-nav .owl-next {
    right: 1em;
}

.pressmart-carousel:not(.owl-loaded) {
    display: flex;
    overflow: hidden;
}

/* Slider Grid Column */

.pressmart-carousel:not(.owl-loaded).grid-col-1>* {
    flex: 0 0 100%;
    max-width: 100%;
}

.pressmart-carousel:not(.owl-loaded).grid-col-2>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.pressmart-carousel:not(.owl-loaded).grid-col-3>* {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.pressmart-carousel:not(.owl-loaded).grid-col-4>* {
    flex: 0 0 25%;
    max-width: 25%;
}

.pressmart-carousel:not(.owl-loaded).grid-col-5>* {
    flex: 0 0 20%;
    max-width: 20%;
}

.pressmart-carousel:not(.owl-loaded).grid-col-6>* {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.pressmart-carousel:not(.owl-loaded).grid-col-7>* {
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

.pressmart-carousel:not(.owl-loaded).grid-col-8>* {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.pressmart-carousel:not(.owl-loaded).grid-col-9>* {
    flex: 0 0 11.11%;
    max-width: 11.11%;
}

.pressmart-carousel:not(.owl-loaded).grid-col-10>* {
    flex: 0 0 10%;
    max-width: 10%;
}

@media (min-width: 576px) {
    .pressmart-carousel:not(.owl-loaded).grid-col-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-sm-3>* {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-sm-6>* {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-sm-7>* {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-sm-8>* {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-sm-9>* {
        flex: 0 0 11.11%;
        max-width: 11.11%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-sm-10>* {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media (min-width: 768px) {
    .pressmart-carousel:not(.owl-loaded).grid-col-md-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-md-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-md-3>* {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-md-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-md-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-md-6>* {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-md-7>* {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-md-8>* {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-md-9>* {
        flex: 0 0 11.11%;
        max-width: 11.11%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-md-10>* {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media (min-width: 1025px) {
    .pressmart-carousel:not(.owl-loaded).grid-col-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-lg-3>* {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-lg-6>* {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-lg-7>* {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-lg-8>* {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-lg-9>* {
        flex: 0 0 11.11%;
        max-width: 11.11%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-lg-10>* {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media (min-width: 1200px) {
    .pressmart-carousel:not(.owl-loaded).grid-col-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-xl-3>* {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-xl-6>* {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-xl-7>* {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-xl-8>* {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-xl-9>* {
        flex: 0 0 11.11%;
        max-width: 11.11%;
    }
    .pressmart-carousel:not(.owl-loaded).grid-col-xl-10>* {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

/**
 * 6.5 Slick Slider
 */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Plugin Config Start */

.slick-slider {
    position: relative;
}

.slick-slider button.slick-arrow {
    background: none !important;
    box-shadow: none;
    font-size: 0;
    height: 40px;
    margin-top: -21px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 9;
}

.slick-slider .slick-next.slick-arrow {
    right: 0;
}

.slick-slider .slick-prev.slick-arrow {
    left: 0;
}

.slick-slider button.slick-arrow:before {
    font-size: 24px;
    font-weight: normal;
}

/* Slick Slider Vertical */

.slick-slider.slick-vertical .slick-arrow {
    left: calc( 50% - 15px) !important;
    margin-top: 0;
    top: initial;
    right: initial;
    height: 30px;
    width: 30px;
}

.slick-slider.slick-vertical .slick-arrow:before {
    font-size: 20px;
}

.slick-slider.slick-vertical .slick-prev.slick-arrow {
    top: 10px;
}

.slick-slider.slick-vertical .slick-next.slick-arrow {
    bottom: 10px;
}

/* Dote Navigation*/

.slick-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    list-style: none;
}

.slick-slider .slick-dots li:not(:last-child) {
    margin-right: .5em;
}

.slick-slider .slick-dots button {
    box-shadow: none;
    border-radius: 99px;
    width: 10px;
    height: 10px;
    line-height: 1;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.5s;
}

.slick-slider .slick-dots li.slick-active button {
    width: 22px;
}

/* Slick Before Initialize */

.product-gallery-bottom .single-product-thumbnails:not(.slick-initialized),
.product-gallery-horizontal .single-product-gallery:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
}

.single-product-gallery:not(.slick-initialized)>*,
.single-product-thumbnails:not(.slick-initialized)>* {
    display: none !important;
}

/* Slider Grid Column */

.product-gallery-left .single-product-gallery:not(.slick-initialized)>*:nth-of-type(1),
.product-gallery-bottom .single-product-gallery:not(.slick-initialized)>*:nth-of-type(1),
.product-gallery-horizontal .single-product-gallery:not(.slick-initialized)>*:nth-of-type(-n+2),
.product-gallery-center .single-product-gallery:not(.slick-initialized)>*:nth-of-type(1),
.product-gallery-left .single-product-thumbnails:not(.slick-initialized)>*:nth-child(-n+4),
.product-gallery-bottom .single-product-thumbnails:not(.slick-initialized)>*:nth-child(-n+4) {
    display: block !important;
}

.product-gallery-bottom .single-product-thumbnails:not(.slick-initialized)>* {
    flex: 0 0 25%;
    max-width: 25%;
}

.product-gallery-horizontal .single-product-gallery:not(.slick-initialized)>* {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 1em;
}

/*pressmart Gallery*/

.pressmart-gallery-carousel:not(.pressmart-portfolio-image) .owl-dots {
    display: none;
}

.pressmart-gallery-carousel.owl-carousel .owl-nav {
    position: initial;
}

.pressmart-gallery-carousel.owl-carousel .owl-nav button[class*="owl-"] {
    position: absolute;
    top: 40%;
}

.owl-nav-top .pressmart-gallery-carousel.owl-carousel .owl-nav .owl-prev {
    left: 1em;
}

.owl-nav-top .pressmart-gallery-carousel.owl-carousel .owl-nav .owl-next {
    right: 1em;
}

/**
 * 6.6 Magnific Popup
 */

button.mfp-arrow {
    background: none !important;
}

.mfp-close-btn-in .mfp-close {
    font-weight: normal;
    opacity: 1;
}

.mfp-content {
    padding: 2rem 1rem;
    text-align: left;
}

.admin-bar .mfp-content {
    padding-top: 3rem;
}

.mfp-content button.mfp-close {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    border-radius: 25px;
    left: inherit;
    right: -15px;
    top: -15px;
    height: 40px;
    width: 40px;
}

/**
 * 6.7 Contact Form 7
 */

.wpcf7 br {
    display: none;
}

.wpcf7 label {
    display: inline-block;
    width: 100%;
}

form.wpcf7-form>p {
    margin-bottom: 2rem;
}

/**
 * 6.8 MailChimp for WordPress
 */

.mc4wp-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mc4wp-form-fields {
    margin-bottom: 1rem;
    position: relative;
    max-width: 450px;
    width: 100%;
}

.mc4wp-form-fields label {
    display: none;
    /* font-weight: normal; */
}

.mc4wp-form-fields p {
    margin-bottom: 0;
}

.mc4wp-form-fields input:not(input[type="checkbox"]),
.mc4wp-form-fields select {
    padding-left: 1rem;
    height: 50px;
}

.newsletter-form input[type="checkbox"] {
    width: 16px;
    height: 15px;
}

/* Newsletter Overlay Form */

.overlay-form .mc4wp-form-fields [type="submit"] {
    box-shadow: none;
    margin: 4px;
    padding: 12px 15px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
}

/* Newsletter Simple Form */

.simple-form .mc4wp-form-fields p:not(:last-child) {
    margin-bottom: 0.678rem;
}

.simple-form .mc4wp-form-fields input[type="submit"] {
    width: 100%;
}

/* Newsletter Shape */

.shape-round input,
.shape-round select,
.shape-round textarea {
    border-radius: 25px !important;
}

.shape-round input[type="checkbox"] {
    border-radius: 0 !important;
}

/* Newsletter Popup */

.pressmart-newsletter-popup {
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    max-width: 750px;
    width: calc(100% - 50px);
}

.pressmart-newsletter-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.pressmart-newsletter-content>.pressmart-newsletter-title {
    font-size: 32px;
    margin-bottom: 1rem;
}

@media (min-width:641px) {
    .pressmart-newsletter-wrap {
        display: flex;
    }
    /* Banner Left */
    .pressmart-newsletter-wrap.banner-left>div,
    .pressmart-newsletter-wrap.banner-right>div {
        flex: 0 1 50%;
        max-width: 50%;
    }
    /* Banner-right */
    .pressmart-newsletter-wrap.banner-right {
        flex-direction: row-reverse;
    }
}

@media (max-width:640px) {
    .pressmart-newsletter-banner {
        display: none;
    }
}

/**
 * 6.9 Nano Scroller
 */

.pressmart-scroll {
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pressmart-scroll>.pressmart-scroll-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
}

.pressmart-scroll>.pressmart-scroll-content:focus {
    outline: none;
}

.pressmart-scroll>.pressmart-scroll-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar>.pressmart-scroll-content::-webkit-scrollbar {
    display: block;
}

.pressmart-scroll>.pressmart-scroll-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    transition: .2s;
    border-radius: 5px;
}

.pressmart-scroll>.pressmart-scroll-pane>.pressmart-scroll-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    border-radius: 3px;
}

.pressmart-scroll:hover>.pressmart-scroll-pane,
.pressmart-scroll-pane.active,
.pressmart-scroll-pane.flashed {
    visibility: visible;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

/**
 * 6.10 Elementor
 */

body.elementor-page.page.no-sidebar .site-content .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.row,
.elementor-inner-section .elementor-container {
    margin-left: -10px;
    margin-right: -10px;
}

.products div.product .product-wrapper {
    padding: 10px;
}

.products:not(.product-style-4).grid-view .product-variations {
    left: -10px;
    right: -10px;
}

.products:not(.product-style-4).grid-view .product-variations,
.woocommerce .pressmart-bought-together-products div.product,
.pressmart-blog-carousel article,
.pressmart-portfolio-carousel.portfolio-style-1 article,
.pressmart-product-categories-thumbnails .owl-carousel .product-category,
.pressmart-banners-carousel .pressmart-banner,
.pressmart-team .pressmart-team-member,
.pressmart-testimonials .testimonial,
.pressmart-product-brands .product-brand,
.pressmart-dokan-vendors .pressmart-single-vendor,
.pressmart-wc-vendors .pressmart-single-vendor,
.pressmart-wcfm-vendors .pressmart-single-vendor {
    padding-right: 10px;
    padding-left: 10px;
}

/* Elementor Pro */

.elementor-template-full-width .row>[data-elementor-type] {
    flex: 1 1 100%;
    width: 100%;
}

/**
 * 6.11 Rev Slider
 */

.wp-block-themepunch-revslider>p.rs-p-wp-fix {
    margin: 0;
}

/**
 * 6.12 Dokan
 */

.dokan-dashboard .tooltip.fade.in {
    opacity: 0.8;
}

input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn {
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    font-weight: 600;
    border: 0;
    line-height: 1.4;
    padding: 0.75em 1.4671em;
}

a.dokan-btn,
.dokan-btn {
    text-transform: uppercase;
}

input[type="submit"].dokan-btn-sm,
a.dokan-btn-sm,
.dokan-btn-sm {
    padding: 5px 10px;
}

select.dokan-form-control {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.dokan-dashboard-wrap .select2-container--default .select2-selection--single {
    min-width: auto;
}

input.dokan-form-control {
    padding: 4px 12px;
}

.dokan-label {
    border-radius: 0;
}

.dokan-dashboard-wrap fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.dokan-dashboard-wrap .dokan-input-group-addon,
.dokan-dashboard-wrap .dokan-panel,
.dokan-dashboard-wrap .dokan-label {
    border-radius: 0;
}

.dokan-dashboard-wrap .wp-editor-wrap {
    border: none;
}

.dokan-seller-search-form .dokan-w4 input[type="search"] {
    border-radius: 0 !important;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}

.product-edit-container .dokan-feat-image-upload a.close,
.product-edit-container .dokan-feat-image-upload a.close:hover {
    color: #FF0000;
}

.product-edit-container #dokan-product-images ul.product_images li.image a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.add-image a.action-delete {
    line-height: 24px;
}

.dokan-form-group #order_date_filter {
    display: inline-block;
}

.dokan-message,
.dokan-info,
.dokan-error,
.dokan-alert-warning {
    border-radius: 0;
}

/** Store List */

.store-footer a.dokan-btn,
.store-footer .dokan-btn {
    padding: 8px 10px;
    font-size: 13px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite {
    padding-bottom: 0;
    padding-left: 1.5em;
    padding-top: 1.2em;
}

/** Store Page */

.dokan-single-store .dokan-store-tabs ul li {
    margin-bottom: 0;
}

li.dokan-share-btn-wrap .dokan-share-btn,
li.dokan-store-follow-store-button-container .dokan-follow-store-button {
    margin-top: 3px;
    margin-right: 10px;
}

.dokan-single-store .dokan-store-tabs ul li.dokan-right {
    border-right: 0;
}

.dokan-single-store #reviews #comments>h3 {
    margin-bottom: 1em;
}

.dokan-single-store #reviews .commentlist li img.avatar {
    max-width: 60px;
}

.dokan-single-store #reviews .commentlist .star-rating {
    float: none;
    display: block;
    font-size: 1em;
}

.dokan-single-store #reviews .commentlist .dokan-rating {
    margin-bottom: .4em;
}

.dokan-single-store #reviews .commentlist li .description h4 {
    font-size: 18px;
    margin-bottom: .4em;
}

/** Shop Page */

.products .sold-by {
    margin-bottom: 5px;
}

.woocommerce div.product .sold-by {
    margin-bottom: .5em;
    font-size: 13px;
}

.woocommerce div.product div.summary .sold-by a {
    font-weight: 600;
}

/** Single Product */

.woocommerce-tabs .woocommerce-Tabs-panel--seller>h2,
.woocommerce-Tabs-panel--seller_enquiry_form>h3 {
    font-size: 20px;
    margin-bottom: .6781em;
}

.woocommerce-tabs .woocommerce-Tabs-panel--seller ul {
    margin-left: 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel--seller ul li span:not(.details),
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul li.seller-name span.details {
    font-weight: 600;
}

.woocommerce-tabs .woocommerce-Tabs-panel--seller ul .star-rating {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    background: none;
    border: none;
    box-shadow: none;
    color: inherit;
}

.woocommerce div.summary .dokan-report-abuse-button {
    font-size: 1em;
}

.dokan-report-abuse-button i {
    margin-right: 5px;
}

.dokan-report-abuse-button.working i {
    display: none;
}

.dokan-report-abuse-button.working::before {
    margin-right: 5px;
}

.dokan-form-container label {
    font-weight: normal;
}

/** Widgets */

.dokan-store-menu .caret-icon {
    display: none;
}

.widget .dokan-store-open-close .open-close-day label {
    display: inline-block;
}

.widget .dokan-store-open-close .open-close-day {
    padding-bottom: 10px;
    padding-top: 0;
}

/** Dokan Vendors Element */

.pressmart-vendors-list p {
    margin-bottom: 5px;
}

.pressmart-store-wrapper {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    transition: box-shadow .25s ease;
}

.pressmart-store-wrapper:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .15);
}

.pressmart-vendors-list.pressmart-carousel .owl-stage-outer {
    margin: -2px;
    padding: 2px;
}

.pressmart-store-content-wrapper {
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.pressmart-store-content-container {
    padding: 1em;
}

.pressmart-store-content-wrapper.has-vendor-background,
.pressmart-store-content-wrapper.has-vendor-background .pressmart-store-data h2 {
    color: #ffffff;
}

.pressmart-store-content-wrapper.has-vendor-background .pressmart-store-content-container {
    background-color: rgba(0, 0, 0, 0.35);
    height: 100%;
}

.pressmart-vendors-list .pressmart-store-data h2 {
    margin: 9px 0px;
    font-size: 20px;
}

.pressmart-vendors-list .pressmart-store-rating {
    display: inline-block;
    float: none;
    margin-bottom: 8px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .featured-label,
.pressmart-vendors-list .featured-label {
    background-color: #ff9f00;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 10px;
    text-transform: uppercase;
}

.pressmart-vendors-list .vendor-avatar {
    background: #ffffff;
    display: inline-block;
    padding: 6px;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    right: 20px;
    border-radius: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.pressmart-vendors-list .vendor-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.pressmart-vendors-list .pressmart-store-link {
    padding: 8px 12px;
    font-size: 12px;
}

.pressmart-vendors-list:not(.pressmart-carousel)>div:not(:last-child),
.pressmart-vendors-list.pressmart-carousel .carousel-group>div:not(:last-child) {
    margin-bottom: 2em;
}

.pressmart-vendors-list .pressmart-store-products {
    display: flex;
    margin-bottom: 1em;
}

.pressmart-vendors-list .store-product {
    padding: 5px;
    max-width: 56px;
    border: 2px solid;
}

.pressmart-vendors-list .store-product:not(:last-child) {
    margin-right: 5px;
}

ul.store-details {
    padding-left: 20px;
}

ul.store-details li>i:before {
    margin-left: -20px;
}

/** Default Style */

.pressmart-vendors-default .pressmart-store-footer {
    background-color: #F8F8F8;
    padding: 1em;
    position: relative;
}

/** Boxed Style */

.pressmart-vendors-boxed .pressmart-store-rating {
    display: block;
    margin-bottom: 1.5em;
}

.pressmart-vendors-boxed .vendor-avatar {
    border-radius: 90px;
    bottom: 1em;
    height: 100px;
    right: 1.5em;
    top: inherit;
    width: 100px;
}

/** Boxed Center with Products Style */

.pressmart-vendors-boxed-center-products .pressmart-store-content-wrapper {
    position: inherit;
}

.pressmart-vendors-boxed-center-products .pressmart-store-footer {
    margin-top: -60px;
    padding: 0 1em 1em;
    text-align: center;
}

.pressmart-vendors-boxed-center-products .vendor-avatar {
    display: inline-block;
    position: inherit;
}

.pressmart-vendors-boxed-center-products .pressmart-store-rating {
    display: inline-block;
}

.pressmart-vendors-boxed-center-products .vendor-avatar {
    border-radius: 90px;
    height: 120px;
    width: 120px;
}

.pressmart-vendors-boxed-center-products .vendor-avatar img {
    border-radius: 90px;
}

.pressmart-vendors-boxed-center-products .pressmart-store-rating {
    margin-bottom: 10px;
}

.pressmart-vendors-boxed-center-products .pressmart-store-products {
    justify-content: center;
}

/** Boxed Horizontal With Products Style */

.pressmart-vendors-boxed-horizontal-products .pressmart-store-featured {
    position: absolute;
    left: 0;
    top: 1em;
}

.pressmart-vendors-boxed-horizontal-products .vendor-avatar {
    position: inherit;
}

.pressmart-vendors-boxed-horizontal-products .pressmart-store-wrapper {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 2em 1em;
    position: relative;
}

.pressmart-vendors-boxed-horizontal-products .pressmart-store-content-wrapper {
    height: inherit;
    position: inherit;
}

.pressmart-vendors-boxed-horizontal-products .pressmart-store-content {
    flex: 0 0 30%;
}

.pressmart-vendors-boxed-horizontal-products .pressmart-store-footer {
    flex: 1 1 auto;
}

.pressmart-vendors-boxed-horizontal-products .pressmart-store-content-container {
    text-align: center;
}

.pressmart-vendors-boxed-horizontal-products .pressmart-store-rating {
    margin-top: 1em;
}

.pressmart-vendors-boxed-horizontal-products .pressmart-store-products {
    margin-bottom: 0;
    margin-top: 1.2em;
}

/** Boxed Simple Style */

.pressmart-vendors-boxed-simple .pressmart-store-content-container {
    padding: 1.5em;
}

.pressmart-vendors-boxed-simple .pressmart-store-content-wrapper {
    height: inherit;
    text-align: center;
}

.pressmart-vendors-boxed-simple .pressmart-store-featured {
    position: absolute;
    left: 0;
    top: 1em;
}

.pressmart-vendors-boxed-simple .vendor-avatar {
    border-radius: 99px;
    margin-bottom: .5em;
    position: inherit;
    height: 120px;
    width: 120px;
}

.pressmart-vendors-boxed-simple .vendor-avatar img {
    border-radius: 99px;
}

.pressmart-vendors-boxed-simple .pressmart-store-link {
    margin-top: 1em;
}

/**
 * 6.13 WC Vendors
 */

.wc-vendors-dashboard input[type="text"],
.wc-vendors-dashboard input[type="email"],
.wc-vendors-dashboard input[type="password"],
.wc-vendors-dashboard input[type="number"],
.wc-vendors-dashboard input[type="date"],
.wc-vendors-dashboard textarea {
    display: initial;
    width: inherit;
}

.wc-vendors-shop-settings table tr {
    border: none;
}

.wc-vendors-shop-settings .btn-inverse {
    margin-top: 5px;
}

/** VC Element */

.pressmart-wc-vendors.pressmart-vendors-boxed-horizontal-products .pressmart-store-link {
    margin-top: 1em;
}

/**
 * 6.14 WooCommerce Multivendor Marketplace / WooCommerce Frontend Managers
 */

.widget_shopping_cart .mini-cart-item-content dl.variation {
    display: flex;
    align-items: center;
}

#wcfm-main-contentainer input.wcfm_submit_button,
#wcfm-main-contentainer button.wcfm_submit_button,
#wcfm-main-contentainer a.wcfm_submit_button,
#wcfm-main-contentainer .wcfm_add_category_bt,
#wcfm-main-contentainer .wcfm_add_attribute,
#wcfm-main-contentainer .wcfm_add_attribute_term,
#wcfm-main-contentainer input.upload_button,
#wcfm-main-contentainer input.remove_button,
#wcfm-main-contentainer .dataTables_wrapper .dt-buttons .dt-button,
#wcfm_vendor_approval_response_button,
#wcfm_bulk_edit_button,
#wcfm_enquiry_submit_button {
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    padding: 12px 20px !important;
}

p.wcfm_title strong,
span.wcfm_title strong,
#wcfm_membership_container p.wcfm_title strong,
#wcfm_membership_container span.wcfm_title strong {
    font-style: normal;
    font-size: 14px;
}

input.wcfm-checkbox:checked::before {
    color: #ffffff;
}

#wcfm-main-contentainer a.add_new_wcfm_ele_dashboard,
#wcfm-main-contentainer a.wcfm_import_export {
    font-weight: normal;
}

div.wcfm-collapse-content h2 {
    font-style: normal;
}

.wcfm_buttons {
    z-index: 9;
}

.products .product:hover .wcfm_buttons {
    z-index: 99;
}

.wcfm_ele_wrapper {
    margin: 0 0 .5em;
}

.wcfmmp_sold_by_container_advanced {
    border: 0;
    min-width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label {
    font-style: normal;
    margin-left: 0;
    margin-right: 5px;
    display: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
}

.wcfmmp_sold_by_container_left {
    margin-top: 0;
    margin-bottom: 0;
    width: 40px;
}

.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store {
    font-size: 16px;
}

.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating,
.wcfmmp_store_info .wcfmmp-store-rating,
.wcfmmp_sold_by_container .wcfmmp-store-rating {
    font-size: .9em;
}

.pressmart-quick-view .wcfm_ele_wrapper {
    display: none;
}

/** Store List */

.wcfmmp-store-lists-sorting .spacer {
    display: none;
}

.wcfmmp-store-lists-sorting {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering {
    margin-right: 0;
}

#wcfmmp-stores-lists {
    box-shadow: none;
}

#wcfmmp-stores-lists .right_side {
    padding: 0 1em;
}

#wcfmmp-stores-lists .left_sidebar {
    padding: 1em;
}

.wcfmmp-store-search-form {
    padding: 0;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-wrapper {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-avatar img {
    border-radius: 90px;
}

/** Store Page */

#wcfmmp-store,
#wcfmmp-store .reviews_area,
#wcfmmp-store .policies_area,
#wcfmmp-store .wcfm_store_description {
    box-shadow: none;
}

#wcfmmp-store .right_side {
    padding: 1em;
}

#wcfmmp-store .left_sidebar {
    padding: 1em;
}

#wcfmmp-store .sidebar_heading {
    margin-bottom: 0;
}

#wcfmmp-store .reviews_area,
#wcfmmp-store .policies_area,
#wcfmmp-store .wcfm_store_description {
    padding: 30px 0;
}

#wcfmmp-store ins {
    background: none;
    color: inherit;
}

#wcfmmp-store ul.product_list_widget li img {
    width: inherit;
    height: inherit;
    max-width: 62px !important;
}

.wcfmmp-stores-listing ul.product_list_widget li {
    margin-bottom: 0;
}

#wcfmmp-store ul.product_list_widget li {
    line-height: 1.6;
    padding: 10px 0 10px 75px;
    margin-bottom: 0;
}

/** */

#wcfm_products_manage_form_wc_product_pressmart_offer_expander .pressmart_offer_option,
#wcfm_products_manage_form_wc_product_pressmart_offer_expander .pressmart_service_option {
    margin-bottom: 1em;
    padding: 1em;
}

#wcfm_products_manage_form_wc_product_pressmart_offer_expander .pressmart_offer_option .delete,
#wcfm_products_manage_form_wc_product_pressmart_offer_expander .pressmart_service_option .delete {
    cursor: pointer;
    position: absolute;
    right: 1em;
}

#wcfm_products_manage_form_wc_product_pressmart_offer_expander .pressmart_offer_option .delete:before,
#wcfm_products_manage_form_wc_product_pressmart_offer_expander .pressmart_service_option .delete:before {
    font-size: 18px;
}

#wcfm_products_manage_form_wc_product_pressmart_offer_expander .options_group:not(:last-child) {
    margin-bottom: 3em;
}

#wcfm-main-contentainer .select2-container,
#wcfm-main-contentainer .select2-container .select2-selection {
    height: auto;
}

/** VC Element */

.pressmart-wcfm-vendors.pressmart-vendors-boxed-horizontal-products .pressmart-store-link {
    margin-top: 1em;
}

.pressmart-wcfm-vendors .wcfmmp-store-rating {
    margin-bottom: 1em;
}

.pressmart-wcfm-vendors .star-rating {
    float: none;
    display: inline-block;
    margin-bottom: .6em;
}

.pressmart-wcfm-vendors.pressmart-vendors-boxed .star-rating {
    display: block;
    margin-bottom: 1em;
}

.pressmart-wcfm-vendors.pressmart-vendors-boxed-horizontal-products .star-rating {
    margin-top: 1em;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .wcfm_dashboard_wc_status {
        display: block;
    }
}

/**
 * 6.15 WooZone
 */

.row .woocommerce .product-quantity>.quantity {
    width: initial;
}

.WooZone-country-check-small {
    margin-left: 7px;
}

/**
 * 6.16 YITH Woocommerce Request A Quote
 */

.products .yith-ywraq-add-to-quote {
    margin: 3px 0;
}

.woocommerce .products a.add-request-quote-button {
    font-size: 12px;
    padding: 8px 14px;
}

.woocommerce div.summary .yith-ywraq-add-to-quote {
    display: block;
    margin-bottom: 1em;
}

.add-request-quote-button.ywraq-link,
.yith_ywraq_add_item_browse_message a {
    font-weight: 600;
}

.add-request-quote-button.ywraq-link:before {
    margin-right: 5px;
}

.yith_ywraq_add_item_browse_message:not(.hide),
.yith_ywraq_add_item_response_message:not(.hide),
.yith_ywraq_add_item_product_message:not(.hide) {
    display: inline-block !important;
}

.yith_ywraq_add_item_response_message {
    margin-right: 5px;
}

.yith_ywraq_add_item_product_message:not(.hide) {
    font-size: 0;
    vertical-align: middle;
}

.yith_ywraq_add_item_product_message:not(.hide):before {
    margin-left: 5px;
}

/**
 * 6.17 Nextend Social Login
 */

.pressmart-login-signup .social-login-separator {
    font-weight: 600;
    display: flex;
    justify-content: center;
    position: relative;
}

.pressmart-login-signup .social-login-separator:after {
    content: "";
    position: absolute;
    top: calc(50% - 0px);
    width: 100%;
}

.pressmart-login-signup .social-login-separator span {
    padding: 0 15px;
    z-index: 1;
}

.pressmart-login-signup .nsl-container-buttons {
    align-items: center;
    padding: 0;
    margin: 1em 0;
}

.pressmart-login-signup div.nsl-container-block .nsl-container-buttons a {
    max-width: inherit;
}

.pressmart-login-signup div.nsl-container .nsl-button {
    border-radius: 0;
}

.pressmart-login-signup div.nsl-container .nsl-button-default div.nsl-button-label-container {
    font-size: 14px;
    text-transform: uppercase;
}

.pressmart-login-signup div.nsl-container .nsl-button-svg-container {
    padding: 0 !important;
    margin: 8px !important;
    border-radius: 0 !important;
}

/**
 * 6.18 YITH WooCommerce Compare
 */

#colorbox.yith_woocompare_colorbox {
    position: fixed !important;
    top: 55% !important;
    transform: translate( 0, -50%);
}

#cboxWrapper>div:first-child,
#cboxWrapper>div:last-child,
#cboxWrapper #cboxMiddleLeft,
#cboxWrapper #cboxMiddleRight {
    display: none;
}

#yith-woocompare .dataTables_scrollBody {
    overflow-y: hidden !important;
}

body table.dataTable.compare-list tbody th,
body table.dataTable.compare-list tbody td {
    padding: 1rem;
}

#yith-woocompare table.compare-list tr.title td {
    font-weight: 500;
    color: #333333;
}

#yith-woocompare table.compare-list tbody th {
    background: none;
}

#yith-woocompare table.compare-list td img {
    border: none;
}

#yith-woocompare table.compare-list .price td {
    text-decoration: none;
    font-weight: 600;
    color: #333333;
}

#yith-woocompare table.compare-list .price td ins {
    background: none;
}

#yith-woocompare table.compare-list .price td del {
    font-weight: normal;
}

#yith-woocompare table.compare-list td.odd {
    background: none;
}

body #yith-woocompare {
    padding: 0 !important;
}

#yith-woocompare .dataTables_scrollHead,
#yith-woocompare .dataTables_scrollFoot,
#yith-woocompare table.compare-list .remove td a span {
    display: none;
}

#yith-woocompare ul {
    list-style: disc inside;
}

#yith-woocompare ul li {
    margin-bottom: 1rem;
}

#cboxContent #cboxClose {
    background: none;
    font-size: 0;
    right: -2rem;
    bottom: inherit;
    top: 0;
    text-indent: initial;
}

#cboxContent #cboxClose:after {
    content: '\2715';
    font-size: 20px;
    color: #ffffff;
}

html body>h1 {
    background: none;
    color: #333333;
    font-size: 1.26em;
    padding: 1.5rem;
    border-bottom: none;
    text-align: left;
}

#yith-woocompare table.compare-list thead th a.close,
html body>h1 a.close {
    color: #333333;
}

#yith-woocompare table.compare-list .remove td a {
    font-size: 0;
}

#yith-woocompare table.compare-list .remove td a:after {
    content: '\2715';
    font-size: 16px;
    font-weight: 600;
}

/**
 * 6.19 WPML
 */

div[class*="wpml-ls-legacy-dropdown"] {
    width: auto;
}

div[class*="wpml-ls-legacy-dropdown"] a {
    border: 0;
    background-color: inherit;
    line-height: inherit;
}

div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-flag+span {
    margin-left: .4em;
}

div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-current-language:hover>a {
    color: inherit;
    background-color: inherit;
}

div[class*="wpml-ls-legacy-dropdown"] a:focus {
    background-color: inherit;
}

div[class*="wpml-ls-legacy-dropdown"] a,
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle {
    padding: 0;
}

div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after,
.site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after {
    position: initial;
    border: none;
}

.wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0 5px;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0 5px 0 0;
}

/* WPML & WCML(WooCommerce Multilingual & Multicurrency with WPML) */

.woocommerce .site-header .product.wcml_currency_switcher {
    margin: 0;
}

div[class*="wcml-dropdown"] .wcml-cs-submenu li a:not([href]):not([tabindex]):hover {
    color: initial;
    cursor: pointer;
}

.site-header div[class*="wcml-dropdown"] {
    width: auto;
    position: relative;
}

.site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle {
    padding: 0;
}

.site-header div[class*="wcml-dropdown"] li,
.site-header div[class*="wcml-dropdown"] .wcml-cs-submenu li,
.site-header div[class*="wcml-dropdown"] li:hover,
.site-header div[class*="wcml-dropdown"] li:focus {
    background: none;
    border: none;
}

.site-header div[class*="wcml-dropdown"] a {
    display: flex;
    padding: 0;
    line-height: inherit;
}

.site-header div[class*="wcml-dropdown"] .wcml-cs-submenu {
    left: 0;
    right: 0;
}

.site-header div[class*="wcml-dropdown"].product.wcml_currency_switcher {
    padding: 0;
}

.site-header .wcml_currency_switcher li a.wcml-cs-item-toggle {
    padding: 0 10px !important;
}

.site-content .wcml_currency_switcher a {
    transition: none;
}

.woocommerce .site-header .wcml-dropdown.product {
    margin: 0;
}

div[class*="wcml-dropdown"] .wcml-cs-submenu {
    right: inherit;
    border: 0;
}

.wcml-horizontal-list {
    border: 0;
}

.wcml-horizontal-list li a {
    display: flex;
    padding: 0 5px;
}

/* WPML Widget */

.widget div[class*="wpml-ls-legacy-dropdown"] {
    width: 100%;
}

.wpml-ls-legacy-list-vertical a {
    padding: 5px 0;
}

.widget div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after {
    position: absolute;
}

/* WCML(Currency Switcher) Widget */

.widget div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle,
.widget div[class*="wcml-dropdown"] .wcml-cs-item-toggle,
.widget .woocommerce-currency-switcher-form .dd-select .dd-selected {
    height: 3em;
    padding-left: 15px;
    padding-right: 25px;
    display: flex;
    align-items: center;
}

.widget div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu,
.widget div[class*="wcml-dropdown"] .wcml-cs-submenu,
.widget .woocommerce-currency-switcher-form .dd-options {
    border: 0;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .20);
}

.widget div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after,
.widget .woocommerce-currency-switcher-form .dd-selected:after {
    position: absolute;
    border: none;
    right: 10px;
    top: inherit;
}

/**
 * 6.20 GTranslate
 */

.menu-item-gtranslate>div {
    padding: 0 10px;
    top: -15px;
}

.pressmart-mobile-menu ul.mobile-main-menu>li>div {
    padding: 15px;
    position: initial !important;
}

/**
 * 6.21 Polylang
 */

.pressmart-languages {
    display: flex;
    list-style: none;
}

.pressmart-languages li a {
    padding: 0 5px;
}

.pressmart-languages li.active {
    opacity: 0.6;
}

.pressmart-languages li:first-child a {
    padding-left: 0;
}

.pressmart-languages li:last-child a {
    padding-right: 0;
}

.pressmart-languages li a img {
    margin-right: 5px;
}

/**
 * 6.22 TranslatePress - Multilingual
 */

div#trp-floater-ls {
    background: var(--site-body-background) !important;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    border-radius: var(--site-border-radius) var(--site-border-radius) 0 0;
}

#trp-floater-ls div a {
    border-bottom: var(--site-border-bottom);
    color: var(--site-link-color) !important;
}

#trp-floater-ls div a:hover {
    background-color: var(--site-hover-background-color);
    color: var(--site-link-hover-color) !important;
}

/**
 * 6.23 WOOCS - WooCommerce Currency Switcher
 */

.site-header .woocommerce-currency-switcher-form .woocommerce-currency-switcher {
    border: 0;
    background: inherit;
    color: inherit;
    padding: 0;
    height: inherit;
}

.woocommerce-currency-switcher-form .dd-select {
    background: none !important;
    border: none;
    border-radius: 0;
}

.woocommerce-currency-switcher-form .dd-options {
    display: initial !important;
}

.woocommerce-currency-switcher-form .dd-select .dd-selected,
.woocommerce-currency-switcher-form .dd-options a.dd-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.woocommerce-currency-switcher-form .dd-select .dd-selected {
    padding: 0;
}

.woocommerce-currency-switcher-form .dd-image-right {
    float: none;
    margin-right: 5px;
    margin-left: 0;
    width: 20px;
    height: 14px;
}

.woocommerce-currency-switcher-form label {
    color: inherit;
    margin: 0 5px;
}

.woocommerce-currency-switcher-form .dd-desc {
    color: inherit;
}

.woocommerce-currency-switcher-form .dd-pointer {
    display: none;
}

/**
 * 6.24 Customer Reviews for WooCommerce
 */

h2.woocommerce-Reviews-title {
    font-size: 18px;
    display: none;
}

#reviews .cr-summaryBox-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap {
    justify-content: inherit;
}

#reviews .cr-summaryBox-wrap {
    margin-bottom: 2rem;
}

#reviews .cr-summaryBox-wrap .ivole-summaryBox,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap {
    border: none;
    border-radius: var(--site-border-radius);
}

#reviews .cr-summaryBox-wrap .cr-average-rating,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-average-rating,
#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
    color: var(--site-text-color);
}

.ivole-meter .ivole-meter-bar {
    background: none;
    background-color: #ffa700;
    box-shadow: none;
    float: none;
}

.ivole-meter {
    background: none;
    background-color: var(--site-hover-background-color);
    box-shadow: none;
    height: 10px;
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div {
    margin-bottom: 2rem;
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div p.cr-ajax-reviews-cus-images-title {
    color: var(--site-link-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

div.iv-comment-image-top {
    margin-right: 1rem;
}

a.cr-seeAllReviews {
    font-weight: 600;
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
    background: var(--site-body-background);
    border-color: var(--site-border-color);
    border-radius: var(--site-border-radius);
    padding-left: 10px;
    padding-right: 20px;
}

#reviews.cr-reviews-ajax-reviews .cr-button-search,
.cr-all-reviews-shortcode .cr-button-search {
    border-radius: var(--site-border-radius);
    background: none;
    border: none;
    padding: 5px 15px;
    background-color: var(--primary-color);
    color: var(--primary-inverse-color);
}

#reviews.cr-reviews-ajax-reviews .cr-input-text,
.cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.cr-ajax-search input[type="text"] {
    border-color: var(--site-border-color);
    border-radius: var(--site-border-radius);
}

#reviews.cr-reviews-ajax-reviews button.cr-ajax-reviews-add-review {
    background: none;
    border: none;
    padding: 1rem;
    background-color: var(--primary-color);
    color: var(--primary-inverse-color);
    border-radius: var(--site-border-radius);
}

#reviews.cr-reviews-ajax-reviews .comment-reply-title {
    font-weight: 600;
    color: var(--site-link-color);
}

.iv-comment-image {
    border-radius: var(--site-border-radius);
    padding: 2px;
    border-color: var(--site-border-color);
}

#cr-ajax-reviews-review-form p.form-submit {
    justify-content: flex-end;
}

a#cr-ajax-reviews-cancel {
    font-weight: 600;
    margin-right: 1rem;
}

.cr-show-more-reviews-prd,
.ivole-show-more-button {
    padding: 0 1.5rem;
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr {
    background: none;
    border: none;
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
    overflow-y: auto;
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
    max-width: calc( 100vw - 40px);
    max-height: calc( 100vh - 40px);
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close {
    border-radius: 25px;
    background-color: var(--site-body-background);
    padding: 12px;
}

.cr-reviews-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary-inverse-color);
}

.cr-reviews-slider .slick-dots li button,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button {
    width: 20px;
}

.cr-reviews-slider .slick-prev,
.cr-reviews-slider .slick-next,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-prev,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-next {
    margin-top: 0;
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav {
    padding: 0;
}

@media (max-width: 600px) {
    #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
        width: calc( 100% - 40px);
        height: calc( 100% - 40px);
    }
}

/**
 * 6.25 Notification for WooCommerce
 */

#message-purchased {
    font-family: var(--site-primary-font);
}

#message-purchased #notify-close {
    font-weight: 600;
    right: 8px;
    top: 5px;
}

#message-purchased .message-purchase-main {
    border-radius: 0;
}

/**
 * 6.26 Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro
 */

div.summary .cwginstock-subscribe-form .panel {
    border-color: #e9e9e9;
    background-color: #f8f8f8;
    padding: 1.5rem;
}

div.summary .cwginstock-subscribe-form .panel>.panel-heading,
.swal2-html-container .cwginstock-subscribe-form .panel>.panel-heading {
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 1rem;
}

.cwginstock-subscribe-form .panel {
    margin-bottom: 25px !important;
}

.cwginstock-subscribe-form .cwginstock-panel-heading h4 {
    color: #212121;
    margin-bottom: 0;
    font-size: 16px;
}

.cwginstock-subscribe-form .cwginstock-panel-heading h4,
.cwginstock-panel-body input,
.form-group.center-block {
    text-align: left !important;
}

div.summary .cwginstock-subscribe-form .panel-body,
.swal2-content .cwginstock-subscribe-form .panel-body {
    padding: 0;
}

.cwginstock-subscribe-form .cwginstock-panel-body .row {
    margin-left: 0;
    margin-right: 0;
}

.cwginstock-subscribe-form .cwginstock-panel-body .col-md-12 {
    padding: 0;
}

.cwginstock-subscribe-form .form-group {
    margin-bottom: 0;
}

.cwginstock-panel-body input[type="submit"] {
    width: auto;
}

input.cwg_popup_submit {
    display: block;
    margin-bottom: 1.2rem;
}

/* Popup */

.swal2-popup {
    padding: 0 !important;
    font-size: inherit !important;
}

.swal2-popup .swal2-content {
    padding: 2rem;
}

.swal2-content .cwginstock-subscribe-form .panel {
    border: none;
    margin-bottom: 0 !important;
    box-shadow: none;
}

button.swal2-close {
    top: -15px;
    right: -15px;
    border-radius: 25px;
    background-color: #ffffff !important;
    color: #212121 !important;
    width: 1em;
    height: 1em;
}

/**
 * 6.27 WooCommerce Return and Warranty - chilidevs
 */

div.summary p.wcrw_warranty_info {
    width: 100%;
}

@media (max-width:767px) {
    .wcrw-new-request-wrapper .shop_table_responsive tr,
    .wcrw-all-request-wrapper .shop_table_responsive tr,
    .wcrw-new-request-wrapper .shop_table_responsive thead,
    .wcrw-all-request-wrapper .shop_table_responsive thead,
    .wcrw-new-request-wrapper .shop_table_responsive th,
    .wcrw-all-request-wrapper .shop_table_responsive th {
        display: revert;
    }
    .wcrw-new-request-wrapper .shop_table_responsive td:first-child,
    .wcrw-all-request-wrapper .shop_table_responsive td:first-child {
        border-top: 1px solid #e9e9e9 !important;
    }
    .wcrw-new-request-wrapper .shop_table_responsive td,
    .wcrw-all-request-wrapper .shop_table_responsive td {
        display: table-cell;
        text-align: inherit;
    }
    .wcrw-all-request-wrapper {
        overflow-y: scroll;
    }
}

/**
 * 7.0 Responsive
 */

@-ms-viewport {
    width: device-width;
}

@media (max-width:1199px) {
    /* Header */
    .site-header .header-icon-text {
        display: none;
    }
    .header-myaccount .customer-signinup {
        font-size: 0;
    }
    .header-myaccount .customer-signinup::before {
        font-size: 22px;
        font-weight: normal;
    }
    /* Shop Page */
    .products .fancy-rating-summery {
        display: none;
    }
    .has-sidebar .pressmart-filter-widgets .widget {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .products.grid-view .cart-button a,
    .products.list-view .product-buttons .cart-button a {
        font-size: 12px;
    }
    .product-buttons a,
    .whishlist-button a {
        padding: 9px 6px;
    }
    /* Product Page */
    .woocommerce div.product .pressmart-breadcrumb span.last {
        display: none !important;
    }
    /* Blog Page */
    .entry-header .entry-title {
        font-size: 22px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .header-col.header-col-center {
        padding: 0;
    }
    .main-navigation.pressmart-navigation ul.menu>li>a {
        padding: 0 6px;
    }
    .categories-menu .pressmart-megamenu-item-full-width .pressmart-megamenu-holder {
        width: 758px !important;
    }
    /* Product Page */
    div.summary form.cart .button,
    .woocommerce div.summary .pressmart_quick_buy_button {
        min-width: 158px;
    }
}

@media (max-width:1024px) {
    .header-logo .logo,
    .header-cart .widget_shopping_cart {
        display: none;
    }
    .site-header:not(.header-overlay) .mobile-logo,
    .site-header .header-sticked .mobile-logo {
        display: block;
    }
    .site-header.header-overlay .header-navigation {
        display: none !important;
    }
    .pressmart-minicart-slide {
        width: 300px;
    }
    .header-col-center {
        justify-content: center;
    }
    .header-navigation .header-col-center {
        padding-bottom: 7px;
    }
    .header-navigation .pressmart-ajax-search form.searchform {
        border: 0;
    }
    .pressmart-ajax-search .searchform .search-submit {
        margin: 0;
        padding: 11px 20px;
    }
    /* Search Popup */
    .pressmart-search-popup .close-sidebar {
        right: 15px;
        top: 15px;
        width: 20px;
        height: 20px;
    }
    .pressmart-search-popup .pressmart-search-popup-wrap {
        padding: 35px;
    }
    .site-header:not(.header-overlay)+#page-title {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .header-overlay+#page-title {
        padding-top: 150px !important;
    }
    .title-size-small .title {
        font-size: 32px;
    }
    .title-size-default .title {
        font-size: 42px;
    }
    .title-size-large .title {
        font-size: 54px;
    }
    /* Footer */
    .site-footer .footer-main {
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .site-footer .footer-widget .widget {
        margin-bottom: 2em;
    }
    /* Post */
    .related.posts .entry-title {
        font-size: 18px;
    }
    .comment-meta,
    .comment-list .reply {
        text-align: left;
    }
    .comment-meta {
        margin-top: 0;
    }
    /* Shop Page*/
    .products-header .woocommerce-result-count,
    .products-header .products-view,
    .products-header .product-show {
        display: none
    }
    .has-sidebar .pressmart-filter-widgets .widget {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .products.list-view div.product .product-wrapper {
        border-bottom: none !important;
    }
    /* Product Page */
    .woocommerce div.product .entry-breadcrumbs,
    .woocommerce div.product .product_title {
        margin-right: 22%;
    }
    .woocommerce div.summary .price-summary,
    .woocommerce div.summary .product-term-detail {
        margin-top: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        transform: translateY(110%);
        width: auto;
        z-index: 1000;
    }
    .woocommerce div.summary .price-summary.pressmart-arrow:before,
    .woocommerce div.summary .price-summary.pressmart-arrow:after,
    .woocommerce div.summary .product-term-detail.pressmart-arrow:before,
    .woocommerce div.summary .product-term-detail.pressmart-arrow:after {
        content: none;
    }
    .woocommerce div.summary .price-summary .price-summary-header,
    .woocommerce div.summary .product-term-detail .terms-header {
        display: flex;
        align-items: center;
        padding: 1em 0;
    }
    div.summary .price-summary .price-summary-header h5,
    div.summary .product-term-detail .terms-header h5 {
        margin-bottom: 0
    }
    .woocommerce div.summary .product-term-detail .loading {
        text-align: center;
    }
    .tabs-layout .tabs {
        display: none;
    }
    .tabs-layout .tab-content-wrap a.accordion-title {
        font-size: 16px;
        font-weight: 600;
        padding: .8781em 0;
        display: block;
        position: relative;
        text-transform: uppercase;
    }
    .tabs-layout .tab-content-wrap .wc-tab {
        margin-top: 1em;
    }
    /* Cart Page */
    .woocommerce-cart-form {
        margin-bottom: 3em;
    }
    .woocommerce-cart-wrapper table.cart {
        box-shadow: none;
    }
    .woocommerce-cart-wrapper .actions .coupon {
        width: 75%;
    }
    /* Checkout Steps */
    ul.pressmart-chekout-steps li>* {
        font-size: 18px;
        font-weight: 600;
    }
    .pressmart-chekout-steps li:after {
        margin: 0 0.6rem;
    }
    /* Elements */
    .products-tabs .section-sub-categories {
        display: none;
    }
    .products-tabs.tabs-with-title .section-heading {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .products-tabs.tabs-with-title .section-heading h2 {
        margin-bottom: 1rem;
    }
    .products-tabs.tabs-with-title .nav-tabs-wrapper {
        margin-top: 1em;
    }
    .tabs-layout.tabs-line:not(.tabs-right) .nav-tabs li.nav-item {
        margin-bottom: .5em;
    }
    .pressmart-width-20,
    .pressmart-width-30 {
        max-width: 40%;
    }
    .pressmart-width-40,
    .pressmart-width-50 {
        max-width: 60%;
    }
    .pressmart-width-60,
    .pressmart-width-70 {
        max-width: 80%;
    }
}

@media (max-width:767px) {
    /* Header */
    .header-cart .cart-wrap {
        display: none;
    }
    .site-header:not(.header-overlay)+#page-title {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .header-overlay+#page-title {
        padding-top: 140px !important;
        padding-bottom: 40px !important;
    }
    .title-size-small .title {
        font-size: 28px;
    }
    .title-size-default .title {
        font-size: 36px;
    }
    .title-size-large .title {
        font-size: 42px;
    }
    /* Footer */
    .footer-copyright .copyright-wrap>div:first-child {
        margin-bottom: 1em;
    }
    .footer-copyright .copyright-wrap>div {
        text-align: center !important;
    }
    /* Shop Page */
    .has-product-hover-mobile .products .product .product-image .quickview-button {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        z-index: 9;
    }
    .has-product-hover-mobile .products.grid-view .product .product-buttons .yith-wcwl-add-to-wishlist,
    .has-product-hover-mobile .products.grid-view .product .product-buttons .compare-button {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        transform: scale(1);
    }
    .woocommerce-ordering {
        position: relative;
        z-index: 1;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }
    .woocommerce-ordering select {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        width: 100%;
        border: none;
        background: transparent;
        font-weight: 400;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .woocommerce-ordering:after {
        position: static;
        font-size: 25px;
        content: "\e9b9";
        font-family: 'presslayouts-font';
        font-weight: 400;
        margin-right: 1em;
    }
    .no-sidebar .pressmart-filter-widgets .widget {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* Product Page */
    .woocommerce div.product .entry-breadcrumbs,
    .woocommerce div.product .product_title {
        margin-right: 17%;
    }
    .single-product-page>.pressmart-bought-together-products .items-total-price-button,
    .single-product-page .woocommerce-tabs .pressmart-bought-together-products .items-total-price-button {
        margin-top: 1em;
        padding: 1em;
    }
    /* Blog Page */
    .post-navigation .nav-title,
    .post-navigation .nav-title {
        display: none;
    }
    .nav-previous a::before,
    .nav-next a::after,
    .post-navigation .nav-previous a::before,
    .post-navigation .nav-next a::after {
        font-size: 30px;
        top: 0;
    }
    .nav-subtitle {
        font-weight: 600;
    }
    /* Post Page */
    .tag-social-share {
        text-align: center;
        margin-bottom: 2em;
    }
    .tag-social-share .single-tags {
        margin-bottom: 2em;
    }
    .tag-social-share .pressmart-social {
        text-align: inherit;
    }
    /* My Account Page */
    .woocommerce-account.logged-in .entry-content>.woocommerce:not(.pressmart-element) {
        flex-flow: column;
    }
    .woocommerce-account .MyAccount-navigation-wrapper,
    .woocommerce-account .woocommerce-MyAccount-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .woocommerce-account .MyAccount-navigation-wrapper,
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        margin-bottom: 2em;
    }
    .table-responsive-label {
        display: inline-block;
    }
    .shop_table_responsive thead,
    .shop_table_responsive th {
        display: none;
    }
    .shop_table_responsive tr {
        display: block;
        margin-bottom: 20px;
        position: relative;
    }
    .shop_table_responsive tr:last-child {
        margin-bottom: 0;
    }
    .shop_table_responsive td {
        display: block;
        border-bottom: none;
        padding: 0 0 8px 0;
        margin-bottom: 8px;
        text-align: right;
    }
    .shop_table_responsive td:before {
        content: attr(data-title);
        color: #333333;
        font-size: 12px;
        font-weight: 600;
        padding-top: 3px;
        float: left;
    }
    .shop_table_responsive td:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .shop_table_responsive td:first-child {
        border-top: none !important;
    }
    .woocommerce-cart table.cart tr,
    .woocommerce table.wishlist_table tbody tr {
        border-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .customer-login,
    .customer-signup {
        flex-wrap: wrap;
    }
    /* Cart Page */
    .woocommerce-cart table.cart {
        border-bottom: none !important;
    }
    .woocommerce-cart table.cart tr {
        border: 0;
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 112px;
    }
    .woocommerce-cart table.cart tr:last-child {
        padding: 0;
        border: 0;
    }
    .woocommerce-cart table.cart td {
        padding: 0;
        border-top: none !important;
    }
    .shop_table_responsive td .shipping-calculator-form {
        text-align: left;
    }
    .woocommerce-cart table.cart .product-thumbnail {
        position: absolute;
        left: 0;
    }
    .woocommerce-cart table.cart .product-thumbnail img {
        max-width: 98px;
    }
    .woocommerce-cart table.cart td.product-name {
        text-align: left;
        margin-right: 2.5em;
    }
    .woocommerce-cart table.cart td.product-name:before {
        content: none;
    }
    .woocommerce-cart table.cart td.product-quantity .quantity {
        display: inline-flex;
        margin-right: 0;
    }
    .woocommerce-cart table.cart td.product-quantity input[type="button"] {
        min-width: 25px;
        min-height: 31px;
    }
    .woocommerce-cart table.cart td.product-quantity .qty {
        height: 2.2em;
    }
    .woocommerce-cart table.cart td.product-subtotal {
        margin-bottom: 0;
    }
    .woocommerce-cart table.cart td.product-remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    /* Checkout Page */
    .woocommerce .form-row-first,
    .woocommerce .form-row-last {
        float: none;
        width: 100%;
    }
    /* Product Quick View */
    .pressmart-quick-view,
    .pressmart-product-sizechart {
        margin-top: 2em;
        max-width: 98%;
    }
    .pressmart-quick-view .single-product-wrapper.row {
        margin: 0;
    }
    .pressmart-quick-view .entry-summary {
        position: initial !important;
    }
    /* Elements */
    .pressmart-hot-deal-products .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }
    .pressmart-hot-deal-products .pressmart-deal-date {
        margin: 8px 0;
    }
    .products-and-categories-box .section-categories {
        border-right: none !important;
    }
    .products-and-categories-box .sub-categories {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .products-and-categories-box .sub-categories li {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    /* Dokan */
    .dokan-seller-search-form .dokan-w4 {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* Shop Page */
    .no-sidebar .pressmart-filter-widgets .widget {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    /* Product Page */
    .quantity {
        width: 100%;
        margin-bottom: 1em;
    }
    div.summary form.cart .button,
    .woocommerce div.summary .pressmart_quick_buy_button {
        min-width: 160px;
    }
    .woocommerce div.summary .pressmart-bought-together-products .products,
    .woocommerce div.summary .pressmart-bought-together-products .items-total-price-button {
        flex-direction: column;
    }
    .pressmart-bought-together-products .add-items-to-cart-wrap {
        margin-top: 1em;
    }
}

@media (max-width:640px) {
    input[type="radio"]+label,
    input[type="checkbox"]+label {
        display: inline;
    }
    .pressmart-search-popup .pressmart-ajax-search {
        width: 95%;
    }
    /* Post */
    .nav-previous a {
        padding-left: 2em;
    }
    .nav-next a {
        padding-right: 2em;
    }
    /* Header */
    .pressmart-ajax-search .search-categories {
        display: none;
    }
    .ajax-search-style-2.ajax-search-radius .search-field,
    .ajax-search-style-4.ajax-search-radius .search-field {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    /* Post */
    .author-info {
        flex-direction: column;
    }
    .related.posts .items-grid {
        grid-template-columns: repeat(1, 100%);
    }
    /* Product Page */
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        margin-bottom: 1em;
    }
    /* Cart Page */
    .woocommerce-cart .actions .coupon .input-text {
        max-width: 187px;
    }
    /* Elements */
    .pressmart-width-20,
    .pressmart-width-30,
    .pressmart-width-40,
    .pressmart-width-50,
    .pressmart-width-60,
    .pressmart-width-70,
    .pressmart-width-80,
    .pressmart-width-90 {
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /* Post */
    .comment-form p.comment-form-url {
        flex: 100%;
    }
    /* Checkout Page */
    .woocommerce-checkout form.checkout_coupon .form-row-first {
        float: left;
        width: 65%;
    }
    .woocommerce-checkout form.checkout_coupon .form-row-last {
        float: right;
        width: 35%;
    }
    /* Dokan */
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
        width: 50% !important;
        float: left;
    }
}

@media (max-width:575px) {
    /* Header */
    .header-myaccount>a::before {
        margin-right: 0;
    }
    .header-myaccount .myaccount-wrap {
        display: none;
    }
    /* Newsletter Popup */
    /* .pressmart-newsletter-popup .pressmart-newsletter-wrap{
		padding: 2em;
	}
	.pressmart-newsletter-popup .newsletter-text > h1{
		font-size: 28px;
	} */
    /* Footer */
    .footer-widget-collapse .widget>:not(.widget-title):not(:first-child) {
        display: none;
    }
    .footer-widget-collapse .widget.footer-widget-opened .widget-title::after {
        content: "\e9d6";
    }
    .footer-widget-collapse .widget .widget-title::after {
        content: "\e9d5";
    }
    /* Shop Page */
    .has-moible-product-cart-icon .products:not(.product-style-3) .cart-button a {
        font-size: 0;
        padding: 10px 14px;
    }
    .has-moible-product-cart-icon .pressmart-carousel.products:not(.product-style-3) .cart-button a.loading:before,
    .products.list-view .product-buttons .cart-button a {
        position: inherit;
    }
    body:not(.has-moible-product-cart-icon) .products:not(.product-style-3) .cart-button a:before {
        content: '';
    }
    body:not(.has-moible-product-cart-icon) .products:not(.product-style-3) .cart-button a.loading {
        color: rgba(255, 255, 255, 0.05);
        pointer-events: none !important;
        position: relative;
    }
    body:not(.has-moible-product-cart-icon) .products:not(.product-style-3) .cart-button a.loading:before {
        position: absolute;
        left: calc(50% - 5px);
        top: 10px;
        width: 16px;
        height: 16px;
    }
    .products.list-view .product-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* Product Page */
    .woocommerce div.summary .quantity {
        width: 100%;
        margin-bottom: 1em;
    }
    div.summary form.cart .button,
    .woocommerce div.summary .pressmart_quick_buy_button {
        min-width: 136px;
        padding: 12px 10px;
    }
    .woocommerce div.summary .pressmart-bought-together-products .products {
        display: initial;
    }
    .woocommerce div.summary .pressmart-bought-together-products .product span.price,
    .woocommerce div.summary .pressmart-bought-together-products .items-total-price-button {
        flex-direction: column;
    }
    .pressmart-bought-together-products .add-items-to-cart-wrap {
        margin-top: 1em;
    }
    /* Post */
    .comment-form p.comment-form-author,
    .comment-form p.comment-form-email,
    .comment-form p.comment-form-url {
        flex: 100%;
    }
    .comment-list .comment-body {
        padding-left: 6rem;
    }
    .comment-list .children {
        margin-left: 1rem;
    }
    /* Portfolios Archive Page */
    .filter-categories a {
        font-size: 12px;
        padding: 7px 6px;
    }
    /* My Account Page*/
    .customer-login-right,
    .customer-signup-right {
        flex: 100%;
        padding: 30px 20px;
    }
    .header-myaccount .user-myaccount {
        font-size: 12px;
    }
    .header-myaccount .user-myaccount::after {
        margin-left: 4px;
    }
    .pressmart-login-signup .agr-recaptcha-wrapper>div {
        width: 275px !important;
    }
    /* Cart Page */
    .woocommerce-cart .actions .coupon .button {
        margin: 1em 0;
    }
    .woocommerce-cart .actions .coupon .input-text {
        max-width: 100%;
    }
    .woocommerce-cart-wrapper .actions .coupon,
    .woocommerce-cart .actions .button {
        width: 100%;
    }
    .woocommerce-cart .actions .text-align {
        text-align: inherit !important;
    }
    /* Checkout Page */
    .woocommerce-checkout form.checkout_coupon .form-row-first,
    .woocommerce-checkout form.checkout_coupon .form-row-last {
        float: none;
        width: 100%;
    }
    .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
        table-layout: fixed;
    }
    /* Order Successfully */
    .woocommerce ul.order_details li {
        width: 45%;
        margin-bottom: 1.5em;
    }
    /* Elements */
    .products-and-categories-box .sub-categories li {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* Dokan */
    li.dokan-share-btn-wrap .dokan-share-btn {
        margin-right: 7px;
    }
    .dokan-store-tabs button.dokan-btn {
        padding: 7px 3px;
    }
    .dokan-seller-search-form .dokan-w4 {
        width: 100%;
    }
}

@media (max-width:420px) {
    /* My Account Page*/
    .woocommerce .form-row.woocommerce-rememberme-lost_password {
        flex-direction: column;
    }
}