/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Color
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    direction: ltr; 
    margin: 0;
    font-family: var(--default-font-family);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

a {
    outline: none;
}

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-family: var(--default-font-family);
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
    --main-color: #110A2C;
    --main-text-color: #101010;
    --light-color: #f5f5f5;
    --alt-text-color: #666666;
    --alt-border-color: #e1e1e1;
    --dark-color:#041E42;
    --default-font-family: 'Inter', sans-serif;
    --alt-font-family: 'Inter', sans-serif;


}

/* Color
--------------------------------------------- */
.g-6, .gx-6 {
    --bs-gutter-x: 2rem;
}
.g-8, .gx-8 {
    --bs-gutter-x: 4rem;
}
.g-9, .gx-9 {
    --bs-gutter-x: 1.875rem;
}
.g-9, .gy-9 {
    --bs-gutter-y: 10px;
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--main-text-color);
    font-size: 1rem;
    line-height: 1.5;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-family: var(--alt-font-family);
}

h1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    color: var(--main-text-color);

}

h2 {
    font-size: calc(1.3em + 1vw);
    line-height: calc(1.8rem + 1vw);
    font-weight: 700;
    color: var(--main-text-color);
}

h3 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: var(--main-text-color);
}

h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--main-text-color);
}

h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--main-text-color);
}

h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--main-text-color);
}

h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-text-color);
}

p {
    font-size: 16px;
    font-weight: 400;
    color: var(--main-text-color);
    margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
    
}

pre {
    background: #eee;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}


code {
    color: #1e1e1e;
    background: #f0f0f0;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px;
}

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

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */

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

ul,
ol {
    margin: 0 0 1.5em 30px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

ul > li, ol > li, dl > li {
    margin-bottom: 0.5rem;
}

ol ul, ul ul {
    list-style-type: circle;
    margin: 0;
    padding-left: 20px;
}

ol ol, ul ol {
    list-style-type: lower-latin;
    margin: 0;
    padding-left: 20px;
}

dl {
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 1.5em;
}

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

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

label {
    font-size: 1rem;
}

/* Links
--------------------------------------------- */
a {
    color: var(--link-color);
    text-decoration: none;
}

a:hover {
    color:var(--main-color);
}

a:active {
    color: var(--link-color);
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    min-height: 50px;
    border-radius:4px;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid var(--light-color);
    padding: 15px 15px;
    outline: none;
    min-height: 50px;
    width: 100%;
    background: var(--light-color);
    margin-bottom: 12px;
    border-radius:4px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

::placeholder {
    opacity: .6;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../images/arrow-down-s-line.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    transition: .1s;
}

select,
.select2-container--default .select2-selection--single {
    border: 1px solid var(--light-color);
    color: #666;
    min-height: 50px;
    padding: 10px;
    border-radius: 0;
    outline: none;
    background-color: var(--light-color);
    font-size: 1rem;
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 27%;
}

textarea {
    width: 100%;
    min-height: 300px;
}

.clearfix {
    clear: both;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}


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

.page-content,
.post-content,
.post-summary {
    margin: 1em 0 0;
}

.post-content {
    font-size: 16px;
    font-weight: normal;
    color: var(--main-text-color);
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1rem;


}

.page-links span,
.page-links a {
    opacity: 0.6;
    color: inherit;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1rem;
    margin: 0 14px;
    align-items: center;
    color: #222;
}

.page-links span:hover,
.page-links a:hover {
    color: var(--main-color);
}

.page-links .current {
    opacity: 1;
}

.status-publish.sticky {
    position: relative;
}



.has-post-thumbnail.sticky .post-title {
    padding-top: 0px;
}

.post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.allmart_default_blog .post-meta {
    border-bottom: 1px solid #efebeb;
    padding-bottom: 12px;
}

.post-meta {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.post-meta ul li {
    float: left;
    display: flex;
    align-items: flex-start;
}

.post-meta ul li i {
    margin-right: 6px;
    color: var(--main-color);
}

.post-meta ul li a,
.post-meta ul li a span{
    color: #666;
}

.allmart_post_thumbnail_inner {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.allmart_post_thumbnail img,
.list-post-image img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    overflow: hidden;
}

.allmart_post_thumbnail_inner:hover img,
.allmart_default_blog:hover .allmart_post_thumbnail_inner img,
.sidebar-post-list-item:hover .allmart_post_thumbnail_inner img {
    transform: scale(1.1);
}
.allmart-m-menu .nav-style-megamenu>li.nav-item{
    transition: all .2s;
}
.nik-8-btn-csd-fun .banner-btn{
    flex-direction: column-reverse !important;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}
.nik-8-btn-csd-fun .banner-btn span:first-child{
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}
.style-title-underline-title-hvr a {
    position: relative;
    z-index: 2;
}
.style-title-underline-title-hvr a span{
  
       display: inline;
    padding-bottom: 0.25em;
    background: linear-gradient(to right, currentColor 0%, currentColor 98%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 85%;
    transition: 0.25s;
}

.style-title-underline-title-hvr a:hover span{
     background-size: 100% 1px
}
.msv_video_canvas_title_enabled{
        width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap:20px;
    
}
.msv_video_canvas_title_enabled .canvas-icon{
    position:static !important;
    transform: none !important;
}
.msv_video_canvas_title_enabled h5{
    margin:0;
    color:#fff;
    transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.msv_video_canvas_title_enabled:hover .canvas-icon{
     animation: spin .5s linear infinite;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-author-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-style: normal;
    font-family: var(--alt-font-family);
    margin-bottom: 0;
}

.comment-metadata {
    opacity: .7;
    font-size: 14px;
}

.comment-list .comment-body {
    padding: 30px 0 16px;
    
}

.single-page-content {
    padding: 40px 0;
}

/* Widgets
--------------------------------------------- */
.widget {
      margin: 0 0 40px;
    padding: 0;
    border: none;
    background: transparent;
}

.widget input,
.widget select {
    background-color: #fff;
}

.widget .widget {
    padding: 0px;
    margin: 0;
}

.widget h2.widget-title,
.widget_block .wp-block-group__inner-container h2,
.widgettitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1A1D3E;
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 4px;
    line-height: 28px;
}

.widget h2.widget-title:before,
.widget_block .wp-block-group__inner-container h2:before,
.widgettitle:before {
    content: "";
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #E7E7E7;
}

.widget ul {
    padding-left: 0px;
    margin: 0;
}

.widget ul ul {
    padding-left: 20px;
}

.widget ul li {
    list-style: none;
    font-size: 13px;
    font-weight: normal;
    color: #7a7a7a;
}

.widget ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--main-text-color);
}

.widget_categories ul li a:hover {
    color: var(--main-color);
}


.widget ul li a:focus,
.widget ul li a:active,
.widget ul li a:visited {
    color: var(--main-text-color);

}

.widget select {
    width: 100%;
    border: 1px solid #f5f5f5;
    padding: 10px 15px;
    box-sizing: border-box;
}

.wp-block-calendar table th,
.wp-block-calendar thead,
.wp-calendar-table thead {
    background: #f5f5f5;
}

.wp-block-calendar thead tr th,
.wp-calendar-table thead tr th {
    font-size: 13px;
    font-weight: normal;
    color: var(--main-text-color);
    text-align: center;
}

table {
    caption-side: top;
    border-collapse: collapse;
}

.wp-block-calendar caption,
.wp-calendar-table caption {
    font-size: 16px;
    line-height: 18px;
    color: var(--main-text-color);
    font-weight: 400;
    margin-bottom: 16px;
}

.wp-block-calendar tbody tr td,
.wp-calendar-table tbody tr td {
    font-size: 13px;
    line-height: 22px;
    color: var(--main-text-color);
    text-align: center;
}

.wp-block-calendar thead tr th,
.wp-calendar-table thead tr th, .wp-calendar-table tbody tr td {
    border: none;
    box-sizing: border-box;
    padding: 8px;
    width: 50px;
}

.wp-calendar-table tbody tr td a {
    width: 25px;
    height: 25px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    display: inline-block;
    text-decoration: none;
}

.wp-calendar-table tbody tr td a:hover {
    background: #CCCCCC;
}

#today::after {
    font-family: 'Zeroicons-Line';
    content: "\2b24";
    width: 100%;
    float: left;
    line-height: 0;
    padding-bottom: 0px;
    font-size: 8px;
    color: #fa6e2d;
    z-index: 1;
    position: relative;
}

.wp-calendar-nav-prev a, .wp-calendar-nav-next a {
    text-decoration: none;
}

.widget.widget_recent_entries ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-text-color);
}

.widget.widget_recent_entries ul li {
    margin-bottom: 10px;
}

.widget.widget_recent_entries ul li a:visited, .widget.widget_recent_entries ul li a:active, .widget.widget_recent_entries ul li a:focus {
    color: var(--main-color);
}

ul#recentcomments li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
}

ul#recentcomments li > span a {
    line-height: 20px;
}

ul li.recentcomments > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

ul#recentcomments li::before {
    content: '\1f4ac';
    font-family: Zeroicons-Line;
    font-size: 14px;
    color: var(--main-text-color);
    position: absolute;
    left: 0;
    line-height: 28px;
}

ul#recentcomments li:hover::before {
    color: var(--main-color);
}

.widget.widget_rss ul li {
    margin-bottom: 10px;
}

.widget.widget_rss ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--main-text-color);
    display: block;
}

.widget.widget_rss ul li span {
    font-size: 14px;
    line-height: 28px;
    color: var(--alt-text-color);
    font-weight: normal;
}

.widget.widget_rss ul li .rssSummary {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 24px;
    margin: 8px 0;
}

.widget.widget_rss ul li cite {
    font-size: 15px;
    color: var(--alt-text-color);
    line-height: 30px;
    font-weight: 600;
}

.widget-title a img {
    display: none;
}

.widget h2.widget-title a {
    color: var(--main-text-color);
}

.widget ul ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.search-form {
    position: relative;
}

.search-form label {
    width: 100%;
}

.search-form .search-field {
    width: 100%;
}

.search-form label input {
    outline: none;
    border: 1px solid #E7E7E7;
    padding: 15px 10px;
    border-radius:5px;
}

.search-form .search-submit {
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    text-indent: -9999px;
    z-index: 10;
    box-shadow: none;
    outline: 0;
}

.search-form .search-submit:hover {
    background: transparent;
    color: var(--main-color);
}

.search-form:hover .search-submit:after {
    color: var(--main-color);
}

.search-form:after {
    content: "\F0CD";
    font-family: "remixicon";
    position: absolute;
    top: 32%;
    right: 17px;
    transform: translateY(-50%);
    font-size: 18px;
    width: 14px;
    height: 14px;
}

.search-form label input:focus {
    border: 1px solid var(--main-color);
}

.widget ul li .list-post-meta h4 {
    line-height: 28px;
    margin: 0
}

.widget .allmart-rcp-product-info h4 {
    line-height: 28px;
    margin: 0 0 5px
}

.widget ul li .list-post-meta h4 a,
.widget .allmart-rcp-product-info h4 a {
    font-size: 17px;
    font-weight: 600;
    color: #1A1D3E;
    line-height: 1.4;
    margin-bottom: 5px;
    transition: all .2s;
}
.widget ul li .list-post-meta h4 a:hover{
    color:var(--main-color);
}

.widget ul li.sidebar-post-list-item {
    margin-bottom: 20px;
    align-items: center;
}

.widget ul li.sidebar-post-list-item:last-child {
    margin-bottom: 0;
}

.widget ul li .posted-on a,
.widget ul li .sidebar-post-meta i {
    font-size: 14px;
    vertical-align: middle;
}

.widget ul li .posted-on a {
    color: #666
}

.sidebar-post-meta span i {
    color: var(--main-color);
}

.pivo-product-sidebar-asd {
    margin-bottom: 20px;
    align-items: center;
}

.z-index-10 {
    z-index: 10;
}

.pivo-product-sidebar-asd:last-child {
    margin-bottom: 0px;
}

.allmart-widget-subscription-box.pvs-sub-style-1 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 45px 45px 20px;
    border-radius: 0px;
    position: relative;
    color: #fff;
}

.allmart-widget-subscription-box.pvs-sub-style-1:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(150 166 140 / 24%);
    z-index: 1;
    position: absolute;
    border-radius: 0px;
}

.psv-subscription-form p {
    margin-bottom: 0;
}

.allmart-widget-subscription-box h4 {
    margin-bottom: 15px;
}

.allmart-widget-subscription-box.pvs-sub-style-1 h6,
.allmart-widget-subscription-box.pvs-sub-style-1 h4 {
    color: #fff;
}

.allmart-rcp-product-info .woocommerce-Price-amount {
    color: var(--main-color);
    font-weight: bold;
}

.allmart-rcp-product-info ins {
    background: transparent;
}

.widget.allmart-subscribe-widget {
    padding: 0 !important;
}

.widget.allmart-subscribe-widget .widget-title {
    display: none !important;
}

.allmart-rcp-product-info del,
.allmart-rcp-product-info del span,
.allmart-rcp-product-info del .woocommerce-Price-amount {
    color: #666;
    font-weight: 400;
}

.widget .allmart-post-tag-grid-sidebar {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.widget .allmart-post-tag-grid-sidebar li {
    float: left;
    margin-bottom: 2px;
}

.widget .allmart-post-tag-grid-sidebar li a {
    border: 1px solid rgba(34, 34, 34, .20);
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: var(--main-text-color);
    padding: 2px 15px;
    margin: 5px;
    transition: all .2s;
    display: inline-block;
}

.widget .allmart-post-tag-grid-sidebar li a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 0;
    display: grid;
    grid-gap: 1.5em;
    clear: both;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
.wp-block-file .wp-block-file__button {
    border-radius: 0 !important;
}

.wp-block-media-text {
    margin-top: 28px;
    margin-bottom: 28px;
}

p.wp-block-subhead {
    font-style: italic;
    font-weight: normal;
    font-size: 21px;
    line-height: 33px;
    color: #714f20;
}

.has-large-font-size {
    font-size: 26px;
    font-weight: 400;
}

.has-larger-font-size {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}

.wp-block-cover.alignright, .wp-block-cover.alignleft {
    margin-bottom: 0.5rem;
}

.wp-block-cover .wp-block-cover-text a {
    border-bottom: 1px solid #d5cccc;
}

.wp-block-cover .wp-block-cover-text a:hover {
    border-color: #fff;
}

.wp-block-cover.has-pale-pink-background-color:before {
    background: #f78da7;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: 0.44em;
    text-align: center;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left;
}

.wp-block-cover.alignleft .wp-block-cover-text {
    text-align: left;
}

.alignfull img {
    border-radius: 0;
}

.has-drop-cap:first-letter {
    float: left;
    font-size: 8.4em !important;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}

.wp-block-quote {
        border-left: none;
    margin: 40px 0;
    padding: 40px 30px 30px;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    position: relative;
    width: 100%;
    float: left;
    box-shadow: none;
    background: #1A1D3E;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}

.wp-block-quote p, .wp-block-quote p a {
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.7;
    color:#ffff;
}

.wp-block-quote cite {
    font-weight: 600;
}

.wp-block-quote:before {
    content: "\2ee";
    font-family: 'Zeroicons-Line';
    color: #424458;
    z-index: 5;
    font-size: 124px;
    position: absolute;
    left: 5%;
    top: 22%;
    font-style: normal;
}

.wp-block-quote.is-style-large cite {
    float: right;
}

.xoopic-blockquote-block {
    position: relative;
    padding: 40px 30px 10px 30px;
}

.xoopic-blockquote-block:before {
    content: "";
    border: 2px solid #74716E;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
    clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
    background-clip: padding-box;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
}

.pivo-quote-circle:before {
    font-family: 'Zeroicons-Line';
    content: "\275d";
    position: absolute;
    top: -3%;
    left: 3%;
    background: #fffdf7;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.pivo-bottom-chips::before {
    background-color: #74716e;
    content: "";
    display: block;
    height: 85px;
    width: 70px;
    position: absolute;
    bottom: -7%;
    z-index: 0;
    left: 2%;
    border: 2px solid #74716e;
    clip-path: polygon(75% 75%, 75% 100%, 50% 75%);
}

.xoopic-quote-content {
    position: relative;
    z-index: 10;
}

#xoopic-blockquote-box {
    position: relative;
}

#xoopic-blockquote-box h4 {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 40%;
    font-size: 14px;
    color: #74716E;
    bottom: -12%;
}

.wp-block-quote.is-style-large .pivo-quote-circle:before {
    top: -7%;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    font-style: normal;
    font-size: 14px !important;
    line-height: 16px;
    color: #ff5b02;
    font-weight: 600;
    z-index: 10;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    border: none;
    border-radius: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 33px;
    margin: 40px 0;
    box-shadow: inset 4px 0px 0px #222, inset -4px 0px 0px #222;
}

.wp-block-quote.is-style-large:before {
    top: -7%;
}

.wp-block-quote.has-text-align-right cite {
    text-align: right;
}

.wp-block-quote.has-text-align-right .pivo-bottom-chips::before {
    right: 5%;
    left: auto;
    clip-path: polygon(75% 75%, 60% 100%, 50% 75%);
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    margin-bottom: 10px;
}

.wp-block-quote.is-large:before {
    content: "";
    display: none;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 22px;
    font-style: normal;
    line-height: 1.6;
}

.wp-block-quote.is-style-large cite br {
    display: none;
}

.wp-block-quote.has-text-align-right {
    border: none;
}

.wp-block-quote.has-text-align-right .pivo-top-circle {
    top: -0.5%;
    right: auto;
    left: 20%;
}

.wp-block-quote.has-text-align-right .pivo-bottom-circle {
    right: 60%;
}

.wp-block-quote.has-text-align-right .pivo-quote-circle:before {
    left: auto;
    right: 4%;
}

.wp-block-quote.has-text-align-right:before {
    content: "\2ee";
    font-family: 'Zeroicons-Line';
    color: #f5f5f5;
    z-index: 5;
    font-size: 124px;
    position: absolute;
    right: 0;
    top: 10%;
    font-style: normal;
}

blockquote.has-light-gray-color p {
    color: #666;
}

.wp-block-pullquote blockquote {
    box-shadow: none;
    border-left: 0;
}

.wp-block-pullquote p {
    margin-bottom: 8px;
}

.wp-block-pullquote.is-style-solid-color {
    background-color: #fffdf9;
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    color: #373833;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    padding: 0 8px 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.wp-block-code > code {
    border: none;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    border-radius: 0;
}

.wp-block-image img {
    border-radius: 0;
}

.wp-block-code {
    font-size: 14px;
    color: #373833;
    padding: .8em 1em;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #eee;
    border-radius: 8px;
    padding: 64px;
    margin-left: calc(55% - 25vw);
    margin-right: calc(55% - 25vw);
    max-width: initial;
}

pre {
    border-radius: 4px;
    margin-top: 10px;
}

.wp-block-columns.alignfull {
    padding: 0 15px;
}

.xoopic-with-sidebar .wp-block-code {
    margin-left: 0;
    margin-right: 0;
}

.xoopic-with-sidebar .wp-block-quote.is-large, .xoopic-with-sidebar .wp-block-quote.is-style-large {
    margin-left: 0;
    margin-right: 0;
}

.xoopic-with-sidebar.right .alignfull {
    margin-right: 0;
}

.xoopic-with-sidebar.left .alignfull {
    margin-left: 0;
}

.wp-block-button {
    margin: 10px 0;
}

.wp-block-button__link {
    border-radius: 5px;
    background-color: #FD6050;
    margin-right: 10px;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.alignwide {
    margin-left: calc(-93vw / 2 + 100% / 2);
    margin-right: calc(-93vw / 2 + 100% / 2);
    max-width: 100vw;
}

.alignfull {
    position: relative;
    margin: 32px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    clear: both;
    margin-top: 30px;
}

.wp-block-table {
    border-collapse: collapse;
}

.wp-block-table td, .wp-block-table th {
    padding: 1em;
    border: 1px solid;
    word-break: normal;
    border: 1px solid #222;
}

.wp-block-categories.wp-block-categories-list {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    list-style: none;
}

.wp-block-categories.wp-block-categories-list a {
    text-decoration: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    list-style: none;
    margin-bottom: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list a {
    text-decoration: none;
}

.wp-block-cover, .wp-block-cover-image {
    height: auto;
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wp-block-archives li a {
    text-decoration: none;
}

.wp-block-calendar a {
    text-decoration: none;
}

.wp-block-latest-comments__comment-meta a {
    text-decoration: none;
}

.wp-block-rss {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wp-block-latest-posts.is-grid li {
    border-top: 2px solid #666;
    padding-top: 1rem;
    margin-bottom: 2rem;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    font-size: 11px;
    color: #666;
    line-height: 1.2;
    font-weight: 400;
}

.wp-block-tag-cloud a {
    text-decoration: none;
}

.wp-block-rss a {
    text-decoration: none;
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #f5f5f5;
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 4px;
    border: 1px solid #f5f5f5;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border-color: #373833;
    color: #373833 !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery img {
    margin: 0 auto;
}

.wp-block-cover.has-background-dim.alignleft,
.wp-block-gallery.alignleft {
    margin-bottom: 20px;
    margin-right: 20px;
}

.wp-block-cover.has-background-dim p {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.alignwide {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagi-box-default {
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
    padding: 2px 12px !important;
    margin: 0 5px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
}

.page-links {
    margin-top: 30px;
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
    padding: 60px 0;
    text-align: center
}

.current .pagi-box-default {
    border-color: #fd604f;
    background: #fd604f;
    color: #fff;
}

.pagi-box-default:hover {
    border-color: #E2E0F5;
    background: #E2E0F5;
    color: #fd604f;
}

.xoopic-post--main-content .wp-block-archives,
.wp-block-archives {
    margin-left: 0;
}

.wp-block-search .wp-block-search__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media only screen and (min-width: 950px) {

    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }

    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .xoopic-with-sidebar .alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}

.wp-block-embed-twitter.alignwide {
    margin-left: 0;
    margin-right: 0;
}

.wp-block-search__inside-wrapper {
    position: relative;
}

.widget .wp-block-search__input {
    width: 100%;
}

.wp-block-search .wp-block-search__button {
    background: transparent;
    border: none;
    padding: 0;
    color: #101010;
    margin-left: 0;
    word-break: normal;
    border-radius: 0;
    position: absolute;
    right: 0;
    font-size: 0;
    height: 100%;
    width: 50px;
    padding-top: 0;
}

.wp-block-search .wp-block-search__button:hover:after {
    color: var(--main-color);
}

.wp-block-search .wp-block-search__button:after {
    content: "\F0CD";
    font-family: remixicon;
    font-size: 16px;
}

.wp-block-search .wp-block-search__button:hover {
    background: transparent;
    border: none;
    color: #101010;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    clear: both;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw);
}

.wp-block-embed iframe {
    width: 100%;
    height: 80vh;
}

/* Blog Post */

.allmart_default_blog.allmart-post-grid-thumbnail {
    background: transparent;
    display: flex;
    align-items: center;
    margin: 0 0 32px 0;
}

.post-thumb-single .post-thumbnail {
    text-align: center;
}

.post-thumb-single .post-thumbnail img {
    max-width: 100%;
    margin-top: 60px;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover p:not(.has-text-color) {
    color: #fff;
    font-size: 36px;
    line-height: 1.4;
}

.wp-block-cover {
    margin-bottom: 24px;
}

.wp-block-button {
    line-height: 60px;
}

.wp-block-button__link {
    padding: 12px 25px;
}

.wp-block-button.alignleft .wp-block-button__link,
.wp-block-button.aligncenter .wp-block-button__link,
.wp-block-button.alignright .wp-block-button__link,
.wp-block-button.alignleft .wp-block-button__link {
    background: var(--main-color);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: 2px solid var(--main-color);
    color: var(--main-color);
    background: transparent;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0px;
    background: var(--main-color);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.wp-block-button .wp-block-button__link {
    border-radius: 5px;
    background: var(--main-color);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}


.wp-block-button.alignleft .wp-block-button__link:hover,
.wp-block-button.aligncenter .wp-block-button__link:hover,
.wp-block-button.alignright .wp-block-button__link:hover,
.wp-block-button.alignleft .wp-block-button__link:hover {
    background: #fb7b42;
    color: #ffffff;
}


.wp-block-button.is-style-outline .wp-block-button__link:hover {
    border: 2px solid #fb7b42;
    color: #fb7b42;
    background: transparent;
}

.wp-block-button.is-style-squared .wp-block-button__link:hover {
    background: #fb7b42;
}

.wp-block-button .wp-block-button__link:hover {
    background: #fb7b42;
    color: #ffffff;
}

blockquote {
    border-left: 2px solid var(--main-text-color);
    padding: 0 1em;
}

table {
    border-collapse: collapse;
    margin-bottom: 2rem;
    border: 1px solid #f5f5f5;
}

table tr {
    border-bottom: 1px solid;
    border-bottom-color: #f5f5f5;
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f5f5f5;
}

table thead th {
    background: var(--light-color);
}

table th, table td {
    box-sizing: border-box;
    border: 1px solid var(--light-color);
    padding-left: 10px;
    line-height: 36px;
    border: none;
}

table tr th, table tr td {
    padding: 0.9375rem 0;
    padding-left: 0.9375rem;
}

table tr th {
    text-align: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-weight: normal;
}

.wp-block-categories-dropdown.wp-block-categories select {
    width: 100%;
    padding: 7px;
    border: 1px solid var(--light-color);
}

a.read-more {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--main-text-color);

}

a.read-more i {
    color: var(--main-text-color);
}

a.read-more:hover i {
    color: var(--main-color);
}

ol.wp-block-latest-comments {
    padding-left: 0;
}

.wp-block-latest-comments__comment {
    line-height: 1.4;
}

.bredcrumb-separator i {
    vertical-align: middle;
    margin: 0 5px;
}

.widget .wp-block-search .wp-block-search__label {
    display: none;
}

.xpc-post-read-more-box {
    margin-top: 12px;
}

.tctz-default-thumbnail {
    position: relative;
}

.tctz-default-thm-blog {
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    border-radius:5px;
}

.tetz-meta-padding-top {
    padding:30px;
}

.tctz-default-meta h1 {
    color: var(--main-text-color);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    margin: 0;
    font-family: var(--alt-font-family);
}

.tctz-default-meta h1 a,
.post-meta ul li i,
.post-meta ul li span {
    color:#1A1D3E;
    transition:all .2s;
    word-wrap: break-word;
}
.tctz-default-meta h1 a:hover{
     color: var(--main-color);
}
.post-meta ul li a:hover,
.post-meta ul li span:hover {
    color:#1a1a1a;
}
.allmart-by-post{
    text-decoration:lowercase;
}
.tctz-default-thumbnail{
     border-radius:5px;
}

.tctz-default-thumbnail img {
    width: auto;
    max-width: 100%;
    border-radius:5px;
}

.post-meta {
    width: 100%;
    margin-top: 5px;
}

.allmart-single-blog-header .post-meta {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

.post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-meta ul li {
    float: left;
    margin-right: 20px;
    font-size: 15px;
    vertical-align: middle;
}



.tctz-post-excerpt {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 1.75;
}

.tctz-post-excerpt p {
    width: 100%;
    margin-bottom: 15px;
    color: var(--main-text-color);
    font-size: 16px;
    line-height: 1.75;
    margin-top: 6px;
    opacity: .85;
}

.read-more {
    vertical-align: middle;
    font-weight: 500;
    color: var(--main-text-color);
    transition: all .2s;
}

.read-more:hover  {
    color:var(--main-color) !important;
    border-color:var(--main-color);
}

.read-more i {
    vertical-align: middle;
}

.read-more:before {
    content: "";
    background-color: #101010;
    width: 45px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: width 0.3s ease;
}
a.read-more:hover:before{
    width:35px;
     background:var(--main-color);
}
.sticky-post-label {
   position: absolute;
    top: 5px;
    left: 10px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 4px;
    display: block;
    background:var(--main-color);
    padding: 6px 12px;
    border-radius: 3px;
    line-height: 1;
    font-size: 15px;
}

.post-meta ul li i,
.read-more i {
    color: var(--alt-text-color);
}

.tctz-default-thumbnail {
    overflow: hidden;

}

.tctz-default-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s ease-out;
    transform: scale(1);
    width: auto;
}

.tctz-default-thumbnail:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.allmart-single-post-breadcumb {
    display: flex;
    justify-content: center;
}

.allmart-single-post-breadcumb .breadcrumb {
    font-size: 16px;
    margin-bottom: 0;
    display:flex;
    align-items:center;
}

.allmart-single-post-breadcumb .breadcrumb,
.allmart-single-post-breadcumb .breadcrumb a,
.allmart-single-post-breadcumb .breadcrumb span {
    color: #666;
}
.allmart-single-blog-header{
    padding: 15px 20px;
     background: #f5f5f5;
}
.allmart-single-post-body{
    padding-top:40px;
}

.allmart-single-blog-header .allmart-single-post-condensed-container {
    text-align: center;
}

.widget_product_categories ul li, .widget_categories ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_archive ul li, .widget_meta ul li, .widget_recent_entries ul li {
    list-style: none;
    font-weight: normal;
    color: #7a7a7a;
    margin: 0;
    padding: 8px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.widget_product_categories ul li ul, .widget_categories ul li ul, .widget_nav_menu ul li ul, .widget_pages ul li ul, .widget_archive ul li ul, .widget_meta ul li ul, .widget_recent_entries ul li ul {
    width: 100%;

}

.widget_product_categories ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_recent_entries ul li a {
    position: relative;
}

.widget_product_categories ul li a:before, .widget_categories ul li a:before, .widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_archive ul li a:before, .widget_meta ul li a:before, .widget_recent_entries ul li a:before {
    content: "\2c3";
    font-family: "Zeroicons-Line";
    font-size: 14px;
    margin-right: 6px;
    font-weight: 400;
    color: var(--main-text-color);
    vertical-align: middle;
}

.widget_product_categories ul li:hover, .widget_categories ul li:hover, .widget_nav_menu ul li:hover, .widget_pages ul li:hover, .widget_archive ul li:hover, .widget_meta ul li:hover, .widget_recent_entries ul li:hover,
.widget_product_categories ul li a:hover:before, .widget_categories ul li a:hover:before, .widget_nav_menu ul li a:hover:before, .widget_pages ul li a:hover:before, .widget_archive ul li a:hover:before, .widget_meta ul li a:hover:before, .widget_recent_entries ul li a:hover:before {
    color: var(--main-color);

}

.widget_product_categories ul li a:visited:hover, .widget_categories ul li a:visited:hover, .widget_nav_menu ul li a:visited:hover, .widget_pages ul li a:visited:hover, .widget_archive ul li a:visited:hover, .widget_meta ul li a:visited:hover, .widget_recent_entries ul li a:visited:hover {
    color: var(--main-color) !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list a,
.wp-block-latest-comments__comment a {
    font-weight: 600;
}

/**************************************************************************************
                               3rd Party Codes
***************************************************************************************/


/**************************************************************************************
                                   Lity Begin
***************************************************************************************/
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

/**************************************************************************************
                                   Nice Select
***************************************************************************************/


.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}
.nice-select:after{
    width: 8px;
    height: 8px;
}

.nice-select.open .list {
    z-index: 999;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 20;
    max-height:300px;
    overflow:auto;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe;
}

.tooltip::before {
    position: absolute;
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%;
}

.tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto;
}

.tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%;
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto;
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip.align-top::before {
    bottom: auto;
    top: 10%;
}

.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto;
}

.tooltip.align-left::before {
    left: 10%;
    right: auto;
}

.tooltip.align-right::before {
    left: auto;
    right: 10%;
}


.trending-products-sport .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.45rem !important;
    content: '';
    border-top-width: 0 !important;
    border-bottom-style: solid !important;
    border-color: transparent transparent #0a0a0a !important;
    bottom: 100%;
    top: auto !important;
}

/*.trending-products-sport .tooltip.left::before {*/
/*    left: 50% !important;*/
/*    transform: translateX(-50%) !important;*/
/*}*/

.custom-list-item-x-p i {
    background: #292929;
    text-align: center;
    width: 30px !important;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;

}

.custom-list-item-x-p i:hover {
    background:var(--main-color);
    color: #fff;
}

.grocery-fotter-list-item-x-p i {
    color: #fff !important;
    background: #2D6154;
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grocery-fotter-list-item-x-p i:hover {
    background: #05A845;
}

.text-border-slider .slider-content h1 {
    -webkit-text-stroke: 2px #FFFFFF;
    text-stroke: 2px #FFFFFF;
}

.trending-products-sport .product-content h4 {
    text-align: left;
    margin: 0;
}
.allmart-product-style-two .product-content h4 {
    text-align: center;
}
#alg_currency_selector #alg_currency_select {
    background: transparent;
    border: none;
    min-height: auto;
    padding: 0;
    color: #fff;
    font-size: 14px;
}

.nice-select.alg_currency_select {
    height: auto;
    line-height: 14px;
    background: transparent;
    border: transparent;
    color: #fff;
    padding: 0;
}

#alg_currency_selector .nice-select .list {
    background: var(--main-text-color);
}

#alg_currency_selector .nice-select .list li {
    color: #fff;
}

#alg_currency_selector .nice-select .option:hover, #alg_currency_selector .nice-select .option.focus, #alg_currency_selector .nice-select .option.selected.focus {
    background: var(--main-text-color);
}


.navbar .dropdown .dropdown-menu {
    display: block !important;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 240px;
}

.xpc-menu-box {
    display: -webkit-box;
    display: flex;
    height: auto;
    padding: 0;
}

.xpc-menu-box .xpc-menu-box-inner {
    padding: 5px;
}

.xpc-menu-box .xpc-menu-box-inner img {
    height: 100% !important
}

.xpc-menu-box .xpc-intro-img {
    z-index: 1 !important;
    -o-object-fit: fill;
    object-fit: fill;
    height: 100%
}

.xpc-menu-box .xpc-intro-img img {
    -o-object-fit: fill;
    object-fit: fill
}

.xpc-menu-box .xpc-box-title {
    z-index: 1000 !important;
    max-width: 200px;
    padding-right: 10px
}

.xpc-menu-box .xpc-box-text {
    z-index: 1000 !important;
    max-width: 200px;
    margin-right: 20px
}

.xpc-menu-box .xpc-box-link {
    z-index: 1000 !important;
    padding-left: 0px !important
}

.xpc-menu-box .xpc-box-link i.xpcicon-angle-right {
    position: relative;
    top: 1px
}

.col-lg-2 .xpc-menu-box.xpc-menu-full-height,
.col-lg-3 .xpc-menu-box.xpc-menu-full-height,
.col-lg-4 .xpc-menu-box.xpc-menu-full-height,
.col-lg-6 .xpc-menu-box.xpc-menu-full-height {
    height: 100%
}

.col-lg-2 .xpc-menu-box .xpc-box-container,
.col-lg-3 .xpc-menu-box .xpc-box-container,
.col-lg-4 .xpc-menu-box .xpc-box-container,
.col-lg-6 .xpc-menu-box .xpc-box-container {
    display: inline-block !important;
    position: relative;
    z-index: 1000 !important;
    width: 100%
}

.col-lg-2 .xpc-menu-box .xpc-box-container .xpc-box-title,
.col-lg-3 .xpc-menu-box .xpc-box-container .xpc-box-title,
.col-lg-4 .xpc-menu-box .xpc-box-container .xpc-box-title,
.col-lg-6 .xpc-menu-box .xpc-box-container .xpc-box-title {
    z-index: 1000 !important;
    width: 100%
}

.col-lg-2 .xpc-menu-box .xpc-box-container .xpc-box-text,
.col-lg-3 .xpc-menu-box .xpc-box-container .xpc-box-text,
.col-lg-4 .xpc-menu-box .xpc-box-container .xpc-box-text,
.col-lg-6 .xpc-menu-box .xpc-box-container .xpc-box-text {
    z-index: 1000 !important;
    display: block;
    width: 100%;
    margin-right: 20px
}

.col-lg-2 .xpc-menu-box .xpc-box-container .xpc-box-link,
.col-lg-3 .xpc-menu-box .xpc-box-container .xpc-box-link,
.col-lg-4 .xpc-menu-box .xpc-box-container .xpc-box-link,
.col-lg-6 .xpc-menu-box .xpc-box-container .xpc-box-link {
    z-index: 1000 !important;
    display: inline-block;
    padding-left: 0px !important
}

.xpc-p-box {
    padding: 0;
}

.submenu-box.xpc-default-menu {
    padding: 13px 0;
}

.nav-style-megamenu > li.nav-item {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .dropdown-menu {
        padding: 0px
    }

    .navbar .dropdown .dropdown-menu .dropdown .submenu-box.xpc-default-menu {
        margin-top: 0;
    }

    .navbar .dropdown:hover > .dropdown-menu .dropdown:hover > .dropdown-menu,
    .navbar .dropdown:hover > .dropdown-menu .dropdown > .dropdown-menu:hover,
    .navbar .dropdown > .dropdown-menu:hover .dropdown:hover > .dropdown-menu,
    .navbar .dropdown > .dropdown-menu:hover .dropdown > .dropdown-menu:hover {
        top: 0;
        visibility: visible !important;
        left: 100%;
        padding-left: 10px;
        margin-top: 0;
    }

    .nav-item:not(.mega-item) .container *:first-child {
        border-radius: 0px
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item {
        position: relative
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu {
        top: 78%
    }

    .allmart-m-menu .submenu-box {
        -webkit-transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box {
        background: #fff;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        border-radius: 0;
        opacity: 0;
        border: 0px solid rgba(0, 0, 0, 0);
        margin-top: 20px
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item:hover .dropdown-menu .submenu-box {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container,
    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid {
        border-radius: 0px;
        padding: 0px 15px 0 15px
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container .row,
    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid .row {
        margin: 0px
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container {
        max-width: 100%;
    }

    .allmart-m-menu > ul > li.nav-item > .xpc-nav-link.dropdown-toggle > span:before {
        content: "\EA4E" !important;
        font-family: "remixicon" !important;
        position: absolute;
        right: -20px;
        top: -2px;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
    }

    .allmart-m-menu > ul > li.nav-item:hover > .xpc-nav-link.dropdown-toggle > span:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .nav-style-megamenu > li.nav-item {
        position: relative;
        padding: 0px 10px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu {
        margin-top: 0px;
        opacity: 0;
        -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        min-width: 240px;
        border: none;
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu a:active:focus {
        background: rgba(0, 0, 0, 0.1)
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .dropdown-item {
        padding: 5px 20px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .container,
    .nav-style-megamenu > li.nav-item .dropdown-menu .container-fluid {
        margin: 0 !important;
        padding: 0 !important
    }

    .nav-style-megamenu > li.nav-item.mega-item {
        position: inherit
    }

    .nav-style-megamenu > li.nav-item.mega-item .dropdown-menu {
        top: 78%
    }

    .nav-style-megamenu > li.nav-item .nav-link {
        position: relative
    }

    .nav-style-megamenu > li.nav-item .nav-link:after {
        display: none
    }

    .nav-style-megamenu > li.nav-item .nav-link span {
        position: relative
    }


    .nav-style-megamenu > li.nav-item .dropdown-menu {
        width: 100%;
        max-width: 1200px;
        background: transparent
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu.xpc-drop-big {
        padding: 0px;
        width: 100%;
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box {
        background: #fff;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        border-radius: 0px;
        opacity: 0;
        border: 0px solid rgba(0, 0, 0, 0);
        margin-top: 5px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container,
    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid {
        border-radius: 0px;
        padding: 0px 15px 0 15px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container .row,
    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid .row {
        margin: 0px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box:after {
        content: "";
        position: absolute;
        border-radius: 0px;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) !important
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu > a {
        border-radius: 0;
        font-size: 16px;
        padding: 0px 15px 0 15px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .allmart-mg-col-title {
        padding: 0px 20px;
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu h5.allmart-mg-col-title {
        cursor: default;
        position: relative;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 22px;
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu h5.allmart-mg-col-title:after {
        content: "";
        width: 30px;
        height: 2px;
        background: var(--main-text-color);
        position: absolute;
        bottom: -4px;
        left: 20px
    }

    .nav-style-megamenu > li.nav-item .container,
    .nav-style-megamenu > li.nav-item .container-fluid {
        padding: 0
    }

    .xpc-header-stack .navbar-nav > li > .dropdown-menu {
        margin-top: 5px
    }

    .xpc-header-stack .navbar-nav > li > .dropdown-menu .submenu-box {
        margin-top: 0 !important
    }

    .navbar .xpc-nav-active-line .nav-style-megamenu > li.nav-item.current-menu-item .nav-link span:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    .navbar .xpc-nav-global-active-line .nav-style-megamenu > li.nav-item.current-menu-item .nav-link span:after,
    .navbar .xpc-nav-global-active-line .nav-style-megamenu > li.nav-item.current-menu-ancestor .nav-link span:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    .navbar .dropdown:hover > .dropdown-menu, .navbar .dropdown > .dropdown-menu:hover {
        height: auto;
        visibility: visible;
        overflow: visible;
        opacity: 1;
    }

    .xpc-menu-line-right {
        border-right: 1px solid rgba(173, 181, 189, 0.15)
    }

    .xpc-menu-line-top {
        border-top: 1px solid rgba(173, 181, 189, 0.15)
    }

    .xpc-menu-line-right-top {
        border-right: 1px solid rgba(173, 181, 189, 0.15);
        border-top: 1px solid rgba(173, 181, 189, 0.15)
    }

    .xpc-menu-box .xpc-intro-img {
        z-index: 1 !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        height: 100%
    }

    .xpc-menu-box .xpc-intro-img img {
        -o-object-fit: cover !important;
        object-fit: cover !important;
        z-index: 1 !important
    }

    .xpc-menu-box .xpc-box-container {
        z-index: 1000 !important
    }

    .xpc-menu-box .xpc-box-container .xpc-box-title {
        z-index: 1000 !important;
        width: 100%;
        display: block
    }

    .xpc-menu-box .xpc-box-container .xpc-box-text {
        z-index: 1000 !important;
        display: block;
        width: 100%
    }

    .xpc-box-light a.xpc-img-overlay {
        background: transparent !important;
        color: #fff !important;
    }

    .xpc-menu-box .xpc-box-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
    }


    .xpc-box-light .xpc-box-title {
        color: #fff;
    }
    
    .xpc-box-light .elementor-widget-wrap span{
        color: var(--alt-text-color);
    }
    .xpc-box-light .unevent-grid-trending-product .onesale span{
        color:#fff;
    }

    .xpc-bg-image {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .xpc-p-20 {
        padding: 20px;
    }

    .xpc-px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .xpc-pb-20 {
        padding-bottom: 20px;
    }

    .xpc-px-0,
    .xpc-px-0 .xpc-menu-box-inner {
        padding: 0 !important;
    }

    .xpc-px-0 .xpc-p-20 {
        padding: 0px !important;
    }
}

.xpc-nav-block-shortcode {
    width: 100%;
}

.xpc-menu-label {
    padding: 3px 5px;
    font-size: 12px;
    background-color: rgba(35, 162, 211, .09);
    color: #23a2d3;
    display: inline-block;
    line-height: 12px;
    margin: 0 5px;
    font-weight: bold;
}

.xpc-label-green {
    background-color: rgba(5, 168, 85, .07);
    color: #05a855;
}

.xpc-label-red {
    background-color: rgba(247, 10, 10, .07);
    color: #f70a0a;
}

.xpc-label-yellow {
    background-color: rgba(220, 213, 0, .07);
    color: #bcb704;
}

.xpc-label-black {
    background-color: rgba(32, 32, 29, .07);
    color: #20201d
}

.xpc-label-grey {
    background-color: rgba(144, 144, 144, .07);
    color: #7a7a7a;
}

.xpc-label-brown {
    background-color: rgba(220, 102, 0, .07);
    color: #dc6600;
}

.xpc-label-aqua {
    background-color: rgba(0, 255, 255, .07);
    color: #00b6b6;
}

.xpc-label-purple {
    background-color: rgba(128, 0, 128, .07);
    color: #800080;
}

.xpc-label-olive {
    background-color: rgba(128, 128, 0, .07);
    color: #808000;
}

.xpc-dropdown-padding {
    padding: 22px 20px;
}

.xpc-dropdown-padding-sm {
    padding: 5px;
}

.comment-respond {
    width: 100%;
    float: left;
    padding-bottom: 34px;
}

.page .allmart-page-comment-section {
    padding-bottom: 14px;
}

.dm_comment_item .comment {
    padding: 12px 0;
}

.dm_comment_item:last-child {
    border-bottom: none;
}

.comment-list {
    list-style: none;
    margin: 0 0 50px 0;
    padding: 0;
}

.comment-list li {
    list-style: none;
}

.comment-list li:marker {
    display: none;
}

.comment-list a {
    text-decoration: none;
}

.xoopic-atr-description p {
    font-size: 16px;
}

.comment-meta .dm_comment_author a, .comment-meta .dm_comment_author {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: var(--main-text-color);
    text-transform: capitalize;
    font-style: normal;
    width: 100%;
}
.allmart-single-post-comment-box{
    padding-bottom:70px;
}
.comment-content {
    margin: 0;
}

.comment-content .comment-text {
    margin-top: 15px;

}

.comment-content .comment-text p {
    margin-bottom: 12px;
    opacity: .75;
}

.comment-awaiting-moderation {
    margin-bottom: 5px;
}

.comment-author.vcard img {
    height: auto;
    margin-right: 24px;
    width: 80px;
    border-radius:50%;
}

.comment-meta {
    display: flex;
    flex-wrap: wrap;
}

.dm_comment-date {
    width: 100%;
    margin-top: 2px;
}

.comment-details {
    width: 100%;
}

.comment-content .comment-reply-link {
    position: relative;
    padding: 0 10px 0 0px;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.comment-edit-link {
    position: relative;
    padding: 0 0px 0 10px;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.comment-reply-title {
    padding-top: 35px;
    font-size: 28px;
    line-height: 1.5;
}
p.logged-in-as{
    font-size:15px;
}
.comment-respond .comment-reply-title{
    margin-bottom:15px;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    vertical-align: middle;
    margin-right: 5px;
}

#cancel-comment-reply-link {
    font-size: 18px;
    margin: 0 12px;
    color:var(--main-color);
}

.comment-form p.form-submit {
    margin-top: 10px;
    display: block;
    float: left;
}

.widget .wp-block-search__input {
    margin-bottom: 0;
}

.widget.widget_block.widget_search {
    background: transparent;
    padding: 0 !important;
}

.wpcf7-submit {
    width: 100%;
}

.archive-description {
    padding-top: 10px;
}

/** BASIC SETUP START **/

.gridzy {
    display: block;
    will-change: width, height;
}

/* Hint for browsers to make animations even smoother */
.gridzy > .gridzyItem {
    will-change: left, top, width, height, opacity, transform;
}

/* Prevent initial visibility of items */
.gridzy > *:not(.gridzyItem) {
    visibility: hidden;
}

/* Fully visible state of items (transitions see below) */
.gridzyItemVisible {
}

/* Fully hidden state of items (transitions see below) */
.gridzyItemHidden {
    display: none;
}

/** BASIC SETUP END **/


/** SKIN SETUP START **/

/* Provides possibility to use semantic HTML without needing any skin, by using class "gridzyImage" */
.gridzy .gridzyImage {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

/** SKIN SETUP END **/


/** ANIMATION START  **/

/* transitions for several dynamic style changes */
.gridzyAnimated {
    height: 0;
    transition: height .4s;
}

.gridzyAnimated .gridzyItem {
    transition: all .4s;
}

/* Animation for appearing items on start of gallery */
.gridzyAnimated .gridzyItemInitialToVisible {
    animation-name: gridzyItemInitialToVisibleAnimation;
    animation-fill-mode: forwards;
    animation-duration: .4s;
}

@keyframes gridzyItemInitialToVisibleAnimation {
    0% {
        opacity: 0;
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Animation for appearing items while changing filter */
.gridzyAnimated .gridzyItemHiddenToVisible {
    animation-name: gridzyItemHiddenToVisibleAnimation;
    animation-fill-mode: forwards;
    animation-duration: .4s;
}

@keyframes gridzyItemHiddenToVisibleAnimation {
    0% {
        opacity: 0;
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Animation for disappearing items while changing filter */
.gridzyAnimated .gridzyItemVisibleToHidden {
    animation-name: gridzyItemVisibleToHiddenAnimation;
    animation-fill-mode: forwards;
    animation-duration: .4s;
}

@keyframes gridzyItemVisibleToHiddenAnimation {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.9);
    }
}

/* Here you can add an animation for items which stay visible while changing filter */
/*
.gridzyAnimated .gridzyItemVisibleToVisible {
	animation-name: gridzyItemVisibleToVisibleAnimation;
	animation-fill-mode: forwards;
	animation-duration: .4s;
}

@keyframes gridzyItemVisibleToVisibleAnimation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
*/

/** ANIMATION END  **/


/** PROGRESS INDICATOR START **/

.gridzyItem {
    opacity: 1;
}

.gridzyItemLoading {
    opacity: .3;
    box-shadow: inset 0 0 15px -5px #666;
}

.gridzyItemLoading::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    padding: 0;
    z-index: 1;
    opacity: 1;
    background: none;
    border: 2px solid;
    border-color: transparent transparent rgb(0, 0, 0) rgb(0, 0, 0);
    border-radius: 50%;
    outline: none;
    animation-duration: 1s;
    animation-name: gridzyProgressIndicator;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes gridzyProgressIndicator {
    0% {
        transform: rotate(0deg);
        left: 50%;
    }
    100% {
        transform: rotate(360deg);
        left: 50%;
    }
}


.allmart-cat-style-three .color-main-cat{
    background: #FBF5F3;
    height: 100%;
}
.allmart-cat-style-three .color-main-cat:hover{
    background: rgba(255, 0, 0, 0);
}
.allmart-cat-style-three a{
    position: relative;
}
.allmart-cat-style-three .shop-category{
    border-radius: 0;
}
.allmart-cat-style-three  .cat-grid-img {
    width: 100%;
    padding: 0;
    height: auto;
    background: #ff000000;
    text-align: left;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.allmart-cat-style-three #gfg h5 , .allmart-cat-style-three #gfg p{
    text-align: left;
}
.allmart-cat-style-three .shop-category a.cat-button{
    display: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #101010;
    background: #fff;
    padding: 10px 15px;
    border-radius: 20px;
}
.allmart-cat-style-three .shop-category:hover a.cat-button{
    display: block;
}
.allmart-cat-style-three .shop-category:hover .cat-button-main{
    max-height: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allmart-cat-style-three .shop-category:hover .cat-style-img-three , .allmart-cat-style-three .shop-category:hover .cat-style-h5-three , .allmart-cat-style-three .shop-category:hover .cat-style-p-three {
    display: none;
}
.color-main-cat{
    padding: 0 20px;
}
.allmart-cat-style-three  .cat-grid-img img{
    width: 60px;
}
.allmart-cat-style-three  .shop-category h5{
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    color: #101010;
}
.allmart-cat-style-three .shop-category p{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #717171;
}
.allmart-cat-style-three .shop-category{
    max-height: auto;
}
/* ================= post blog Stare ==================== */
/*.allmart-single-post-breadcumb .breadcrumb .bredcrumb-separator:before {*/
/*    content: "";*/
/*    width: 1px;*/
/*    height: 20px;*/
/*    background: #DBDBDB;*/
/*    display: flex;*/
/*    position: absolute;*/
/*    left: 46%;*/
/*    top: 18%;*/
/*}*/
.bredcrumb-separator{
    position: relative;
    padding: 0 3px;

}
.allmart-by-post{
    margin-right: 6px;
}
.post-thumb-single .post-thumbnail img{
    margin-top: 0px;
}
.allmart-by-post {
    margin-right: 8px;
}
.post-meta ul li span , .post-meta ul li i , .post-meta ul li,
.post-meta ul li a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    color: #717171;
}
.post-meta ul li i{
    font-weight: 300;
}
.allmart-single-post-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:30px !important;
}
.allmart-single-post-bottom .allmart-single-social-button{
    margin: 0px 0px;
}
.allmart-single-post-bottom .allmart-single-social-button li a{
    line-height: 1;
    padding: 11px 13px;
    border-radius: 50%;
}
.allmart-single-post-bottom  .allmart-single-post-tag-box a{
   border-radius: 3px;
    padding: 5px 10px;
    background: #F5F5F5;
    color: #717171;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    transition:all .2s;
}
.allmart-single-post-bottom .allmart-single-post-tag-box a:hover{
    background:#101010;
    color:#fff;
      
}
.allmart-single-post-bottom ul.social_list-style-two{
    column-gap:10px;
}
.allmart-single-post-bottom  .allmart-single-post-tag-box span{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1A1D3E;
    margin-right: 10px;
    text-transform: capitalize;
}
.allmart-single-post-bottom .allmart-post-social span{
   font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1A1D3E;
    margin-right: 10px;
    text-transform: capitalize;
}
.allmart-single-post-bottom .allmart-post-social{
    display: flex;
    align-items: center;
}
.allmart-single-post-bottom{
    padding: 16px 0!important;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.allmart-content-post {
    padding: 0px 0!important;
}
.allmart-main-body .post-thumb-single{
      padding-bottom: 28px;
    width: 100%;
    float: left;
    margin-top: 10px;
    border-radius: 6px;
}
.allmart-main-body .post-thumb-single img{
     border-radius: 6px;
}
.allmart-main-body{
    padding-bottom: 0!important;
}

 .allmart-single-social-button .facebook{
    background-color: #4A6EA9;
}
.allmart-single-social-button .twitter{
    background-color: #1DA1F2;
}
.allmart-single-social-button .twitter:hover{
    background-color: #3cb5ff;
}
.allmart-single-social-button .pinterest{
    background-color: #E60023;
}
.allmart-single-social-button .pinterest:hover{
    background-color: #ff3f5c;
}
.allmart-single-social-button .linkedin:hover{
background-color: #25b4ff;
}
.allmart-single-social-button .linkedin{
    background-color: #0077B5;
}
.allmart-single-social-button i{
    color: #fff;
}
.allmart-single-custom-container{
    width: 1293;
}
.comment-reply-title{
    padding-top: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    color: #060728;
}
.allmart-bottom-content textarea , .allmart-bottom-content input[type="text"]{
    background: #fff;
}
.allmart-by-post-start{
    margin-left: 7px;
}
.allmart-post-meta-style ul li{
    margin-right: 7px;
}
.allmart-post-meta-style {
    display: flex;
    margin: 0 0;
}
.tctz-default-meta h1{
    text-align: left;
}
.tctz-post-excerpt {
text-align: left;
}
.tctz-post-excerpt{
    margin-top: 7px;
   
}
.tctz-default-thm-blog{
    border: 1px solid #D9D9D9;
    padding: 7px;

}
.tctz-default-thm-blog-inner{
    align-items: center;
}
@media screen and (max-width: 980px) {
    .allmart-single-content-bd{
        display: block;
    }
}
.allmart-contuct-from select{
    width:100%;
}
.allmart-contuct-from i.iconly-Message{
    right: 10px;
    left: auto;
}

.allmart-contuct-from  input{
    background: #F5F5F5;
    border-radius:0;
}
select{
    background-color: #F5F5F5;
}
.allmart-contuct-from input[type="submit"]{
    background:#FF7246;
    margin-top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.allmart-contuct-from textarea{
    border:none;
    background-color: #F5F5F5;
    border-radius:0px;

}
.allmart-contuct-from .bottom-form-contuctfrom {
    margin-bottom: 10px;
}
.allmart-author-widget img{
    width: 100%;
}
.allmart-author-widget p{
    padding-top: 23px;
}
.error-404 h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 264px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.page-title-404{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    text-align: center;
    color: #000000;}
.error-404 p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #717171;}

.error-404 a{
    background-color: #37257C;
    color: #fff;
    padding: 8px 16px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 4px;
}

.allmart-page-main-content-404{
    background-color: #F5F5F5;
}
@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-8px, -8px);
        transform: translate(-8px, -8px);
    }

    50% {
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
    }

    75% {
        -webkit-transform: translate(-8px, 8px);
        transform: translate(-8px, 8px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}


@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
.image-404-one{
    animation: alltuchtopdown 5s linear infinite;
    position: absolute;
    left: 9%;
    top: 7%;
}
.image-404-two{
    animation: movedelement2 5s linear infinite;
    position: absolute;
    right: 9%;
    top: 7%;
}
.allmart-page-main-content-404{
    position: relative;
}
.image-404-three{
    animation: movedelement3 5s linear infinite;
    position: absolute;
    right: 9%;
    top: 66%;
}
.image-404-four{
    position: absolute;
    left: 0px;
    bottom: 0;
}
.allmart-404-page{
    height: 100vh;
}
.allmart-page-main-content-404{
    padding: 0!important;
}
.imga-404-box{
    padding-top: 100px;
}
.allmart-breadcrumb .breadcrumb{
    align-items: center;
}
.allmart-faq input[type="text"] , .allmart-faq textarea{
    background-color: #fff!important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
    border-color: #ffffff00;
}
.allmart-faq textarea {
    width: 98%;
}
.allmart-single-social-button li{
    padding: 8px 14px;
    border-radius: 50%;
    cursor: pointer;
    width:44px;
    height:44px;
}
.saasplate-accordion-style-two .saasplate-accordion-item{
    margin-bottom:0;
    position:relative;
    border-left:2px solid rgb(43 47 62 / 10%);
    padding:20px;
}
.saasplate-accordion-item{
    margin-bottom:24px;
}
.saasplate-accordion-style-two .accordion__body{
    background:transparent !important;
}
.saasplate-accordion-style-two .saasplate-accordion-item.active{
    border-left-color:#2B2F3E;
}
.saasplate-accordion-style-two .saasplate-accordion-item:after{
    content: "";
    width: 95%;
    height: 1px;
    background: rgb(43 47 62 / 10%);
    position: absolute;
    left: 20px;
    bottom: 0;
}
.saasplate-accordion-style-two .accordion__body__contents{
    padding:10px 0 0;
}
.saasplate-accordion-style-two .accordion-header,
.saasplate-accordion-style-two .accordion__item.active .accordion-header{
    background:transparent !important;
    color:#2B2F3E;
    padding:0;
}
.saasplate-accordion-style-two  .accordion__item > .accordion-header:after{
    display:none !important;
}
.saasplate-accordion-style-two .saasplate-accordion-item:first-child{
    padding-top:0;
}
.saasplate-accordion-style-two .saasplate-accordion-item:last-child{
    padding-bottom:0;
}
.saasplate-accordion-style-two .saasplate-accordion-item:last-child:after{
    display:none;
}
#accordion-panel-header .accordion-section-title:before {
    content: "\2191";
    font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_studio .accordion-section-title:before {
    content: "\2a33";
    font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_typgraphy .accordion-section-title:before {
    content: "\1f6c8";
    font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_footer .accordion-section-title:before {
    content: "\2193";
    font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_product .accordion-section-title:before {
    content: "\1f4c2";
    font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_template .accordion-section-title:before {
    content: "\25a6";
    font-family: Zeroicons-Line;
}
#accordion-panel-saasplate_other_template .accordion-section-title:before {
    content: "\2630";
    font-family: Zeroicons-Line;
}
#accordion-panel-white_label .accordion-section-title:before {
    content: "\1f533";
    font-family: Zeroicons-Line;
}
#accordion-section-custom_css .accordion-section-title:before {
    content: "\270f";
    font-family: Zeroicons-Line;
}
#accordion-section-themes {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd!important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;

}
#accordion-section-themes h3 {
    opacity: 0;
}
#accordion-section-themes h3 button {
    display: none;
    margin: 0!important;
}
#accordion-panel-other_options_extra .accordion-section-title:before {
    content: "\26c9";
    font-family: Zeroicons-Line;
}
.accordion-section .accordion-section-title:before {
    font-weight: 400!important;
    font-size: 16px!important;
    opacity: .75!important;
}
.active.accordion__item .accordion-header{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.saasplate-accordion-item{
    margin-bottom:24px;
}
/* Accordion ================================================== */
.elementor-gradient-control-field{
    flex-wrap:wrap;
}
.saasplate-accordion-item{
    margin-bottom:24px;
}
.accordion-header,
.accordion__body {
    background: white;
}

.accordion-header {
    padding: 1.5em 1.5em;
    background: #F2F6F9;
    color: white;
    cursor: pointer;
    font-size: 1em;
    transition: all .3s;
    color:#1B3C74;
}
.active.accordion__item .accordion-header{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.accordion-header:hover {
    background: #2BA7FF;
    color:#ffffff;
    position: relative;
    z-index: 5;
}

.accordion__body {
    background: #fcfcfc;
    color: #353535;
    display: none;
    border-radius:4px;
}

.active.accordion__item .accordion__body{
border-radius: 0;
}

.accordion__body__contents {
    padding: 1.5em 1.5em;
    font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
    border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
    border-bottom: 1px solid transparent;
}
.accordion > .accordion__item:last-child{
    border-bottom:none;
}

.accordion__item > .accordion-header:after {
    content: "\ea13";
    font-family: remixicon;
    float: right;
    position: relative;
    top: -2px;
    transition: .3s all;
    color: #2B2F3E;
    background: #F0F1F5;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;

}

.accordion__item.active > .accordion-header:after {
    content: "\ee4a";

}
.accordion__item.saasp-stone-icon-type-two > .accordion-header:after{
    content: "\ea13";
    background:transparent;
}
.accordion__item.saasp-stone-icon-type-two.active > .accordion-header:after {
    content: "\f1af";

}
.accordion__item:hover > .accordion-header:after{

}

.accordion__item.active .accordion-header {
    background: #2BA7FF;
    color:#ffffff;
}

.accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: #353535;
}

.saasplate-accordion-style-two .saasplate-accordion-item{
    margin-bottom:0;
    position:relative;
    border-left:2px solid rgb(43 47 62 / 10%);
    padding:20px;
}
.saasplate-accordion-style-two .accordion__body{
    background:transparent !important;
}
.saasplate-accordion-style-two .saasplate-accordion-item.active{
    border-left-color:#2B2F3E;
}
.saasplate-accordion-style-two .saasplate-accordion-item:after{
    content: "";
    width: 95%;
    height: 1px;
    background: rgb(43 47 62 / 10%);
    position: absolute;
    left: 20px;
    bottom: 0;
}
.saasplate-accordion-style-two .accordion__body__contents{
    padding:10px 0 0;
}
.saasplate-accordion-style-two .accordion-header,
.saasplate-accordion-style-two .accordion__item.active .accordion-header{
    background:transparent !important;
    color:#2B2F3E;
    padding:0;
}
.saasplate-accordion-style-two  .accordion__item > .accordion-header:after{
    display:none !important;
}
.saasplate-accordion-style-two .saasplate-accordion-item:first-child{
    padding-top:0;
}
.saasplate-accordion-style-two .saasplate-accordion-item:last-child{
    padding-bottom:0;
}
.saasplate-accordion-style-two .saasplate-accordion-item:last-child:after{
    display:none;
}
.accordion__body__contents ul{
    margin:0;
    padding:0;
    list-style: none;
}
.marquee--item{
    width:auto;
    margin-right:40px;
    float: left;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 280ms linear 0ms;
    -o-transition: all 280ms linear 0ms;
    transition: all 280ms linear 0ms;
}
.marquee--item--cl{
    width:110px;
    margin-right:20px;
    float: left;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 280ms linear 0ms;
    -o-transition: all 280ms linear 0ms;
    transition: all 280ms linear 0ms;
}
.review-cl-logo-wraper img{
    max-width:180px !important;
}
.patinets-single-review-st03,
.patinets-single-review-st04{
    min-height:auto;
}
@media(min-width:1300px){
    .patinets-single-review-st03{
        /*padding:40px;*/
    }
    .review-cl-logo-wraper {
        margin-bottom: 34px !important;
    }
    .marquee--item{
        width:auto;
    }
}
.allmart-sliders-style-three .offer-banner {
    position: absolute;
    padding: 54px 60px;
}
.allmart-sliders-style-three .offer-banner-style{

    clip-path: polygon(100% 50.52%, 87.56% 60.49%, 93.04% 75.45%, 77.29% 77.86%, 74.55% 93.56%, 59.7% 87.77%, 49.48% 100%, 39.51% 87.56%, 24.55% 93.04%, 22.14% 77.29%, 6.44% 74.55%, 12.23% 59.7%, 0% 49.48%, 12.44% 39.51%, 6.96% 24.55%, 22.71% 22.14%, 25.45% 6.44%, 40.3% 12.23%, 50.52% 0%, 60.49% 12.44%, 75.45% 6.96%, 77.86% 22.71%, 93.56% 25.45%, 87.77% 40.3%);
}
.allmart-sliders-style-three .offer-banner-top{
    background: antiquewhite;
    position: absolute;
    top: 44%;
    left: 54%;
    z-index: 11;
    clip-path: polygon(100% 50.52%, 87.56% 60.49%, 93.04% 75.45%, 77.29% 77.86%, 74.55% 93.56%, 59.7% 87.77%, 49.48% 100%, 39.51% 87.56%, 24.55% 93.04%, 22.14% 77.29%, 6.44% 74.55%, 12.23% 59.7%, 0% 49.48%, 12.44% 39.51%, 6.96% 24.55%, 22.71% 22.14%, 25.45% 6.44%, 40.3% 12.23%, 50.52% 0%, 60.49% 12.44%, 75.45% 6.96%, 77.86% 22.71%, 93.56% 25.45%, 87.77% 40.3%, 100% 50.52%, 87.56% 60.49%, calc(87.56% - 4.51px) calc(60.49% - 1.26px), calc(100% - 6px) calc(50.52% - 0.06px), calc(87.77% - 4.53px) calc(40.3% - -1.16px), calc(93.56% - 5.23px) calc(25.45% - -2.95px), calc(77.86% - 3.34px) calc(22.71% - -3.27px), calc(75.45% - 3.05px) calc(6.96% - -5.16px), calc(60.49% - 1.26px) calc(12.44% - -4.51px), calc(50.52% - 0.06px) calc(0% - -6px), calc(40.3% - -1.16px) calc(12.23% - -4.53px), calc(25.45% - -2.95px) calc(6.44% - -5.23px), calc(22.71% - -3.27px) calc(22.14% - -3.34px), calc(6.96% - -5.16px) calc(24.55% - -3.05px), calc(12.44% - -4.51px) calc(39.51% - -1.26px), calc(0% - -6px) calc(49.48% - -0.06px), calc(12.23% - -4.53px) calc(59.7% - 1.16px), calc(6.44% - -5.23px) calc(74.55% - 2.95px), calc(22.14% - -3.34px) calc(77.29% - 3.27px), calc(24.55% - -3.05px) calc(93.04% - 5.16px), calc(39.51% - -1.26px) calc(87.56% - 4.51px), calc(49.48% - -0.06px) calc(100% - 6px), calc(59.7% - 1.16px) calc(87.77% - 4.53px), calc(74.55% - 2.95px) calc(93.56% - 5.23px), calc(77.29% - 3.27px) calc(77.86% - 3.34px), calc(93.04% - 5.16px) calc(75.45% - 3.05px), calc(87.56% - 4.51px) calc(60.49% - 1.26px), calc(100% - 6px) calc(50.52% - 0.06px));
    width: 220px;
    height: 222px;
}
/*.offer-banner-top{*/
/*    clip-path: polygon(100% 50.52%, 87.56% 60.49%, 93.04% 75.45%, 77.29% 77.86%, 74.55% 93.56%, 59.7% 87.77%, 49.48% 100%, 39.51% 87.56%, 24.55% 93.04%, 22.14% 77.29%, 6.44% 74.55%, 12.23% 59.7%, 0% 49.48%, 12.44% 39.51%, 6.96% 24.55%, 22.71% 22.14%, 25.45% 6.44%, 40.3% 12.23%, 50.52% 0%, 60.49% 12.44%, 75.45% 6.96%, 77.86% 22.71%, 93.56% 25.45%, 87.77% 40.3%, 100% 50.52%, 87.56% 60.49%, calc(87.56% - 15.03px) calc(60.49% - 4.2px), calc(100% - 20px) calc(50.52% - 0.21px), calc(87.77% - 15.11px) calc(40.3% - -3.88px), calc(93.56% - 17.42px) calc(25.45% - -9.82px), calc(77.86% - 11.15px) calc(22.71% - -10.91px), calc(75.45% - 10.18px) calc(6.96% - -17.21px), calc(60.49% - 4.2px) calc(12.44% - -15.03px), calc(50.52% - 0.21px) calc(0% - -20px), calc(40.3% - -3.88px) calc(12.23% - -15.11px), calc(25.45% - -9.82px) calc(6.44% - -17.42px), calc(22.71% - -10.91px) calc(22.14% - -11.15px), calc(6.96% - -17.21px) calc(24.55% - -10.18px), calc(12.44% - -15.03px) calc(39.51% - -4.2px), calc(0% - -20px) calc(49.48% - -0.21px), calc(12.23% - -15.11px) calc(59.7% - 3.88px), calc(6.44% - -17.42px) calc(74.55% - 9.82px), calc(22.14% - -11.15px) calc(77.29% - 10.91px), calc(24.55% - -10.18px) calc(93.04% - 17.21px), calc(39.51% - -4.2px) calc(87.56% - 15.03px), calc(49.48% - -0.21px) calc(100% - 20px), calc(59.7% - 3.88px) calc(87.77% - 15.11px), calc(74.55% - 9.82px) calc(93.56% - 17.42px), calc(77.29% - 10.91px) calc(77.86% - 11.15px), calc(93.04% - 17.21px) calc(75.45% - 10.18px), calc(87.56% - 15.03px) calc(60.49% - 4.2px), calc(100% - 20px) calc(50.52% - 0.21px));*/
/*}*/
.allmart-sliders-style-three .offer-banner{
    z-index: 12;
}
.allmart-sliders-style-three h4 , .allmart-sliders-style-three h1 , .allmart-sliders-style-three h2, .allmart-sliders-style-three h3 , .allmart-sliders-style-three h5 , .allmart-sliders-style-three h6 , .allmart-sliders-style-threep{
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #FFFFFF;
}
.allmart-sliders-style-three  .flickity-page-dots{
    display: grid;
    left: 40px;
    bottom: 50%;
}
.allmart-sliders-style-three  .flickity-page-dots .dot:after{
    color: #10101033;
}
.allmart-sliders-style-three .flickity-page-dots li.is-selected {
    border-color: #de7e54 !important;
}
.allmart-sliders-style-three  .flickity-page-dots li.is-selected:after {
    color: #FF7246 !important;
}
.allmart-cat-style-four .shop-category{
    height: auto;
}
.allmart-cat-style-four  .cat_main{
    padding: 10px 0;
}
.allmart-cat-style-four .allmart-cat-grid-col-style {
    border-right: 1px solid #D6653422;
}
.allmart-cat-style-four .allmart-cat-grid-col-style:last-child{
    border-right: none;
}
.allmart-tab-style-six .trending-product-sport-img{
    margin-bottom: 0px;
}
@media (min-width: 1600px){
    .main-carosol-style-three .swiper-slide {
        width: 24%;
        transform: translateX(-231%);
    }
}
.product-carosal-top-style .section-heading p{
    padding-bottom: 10px;
    margin-bottom: 0;
}
.tab-content .trending-product-sport-img , .allmart-product-carousel-style-three .trending-product-sport-img{
margin-bottom: 0px!important;
}
.clientthumbmySwiper{
    padding-bottom: 50px;
    margin-top: -41px;
}
#allmart-review-slider-swipe-three .client-name{
    margin-bottom: 0;
}
#clientthumbmySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img{
    border: none;
}
#clientthumbmySwiper .swiper-wrapper .swiper-slide{

    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#clientthumbmySwiper {
    margin: 0 40%;
}
.allmart-single-blog .link-post{
    display: flex;
    align-items: center;
    gap: 5px;
}
.marquee-info{
    display: flex;
    align-items: center;
}
.marquee-info{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.marquee-info h5{
    margin-bottom: 0;
}
.marquee--item{
    margin-right: 0;
}
.product-style-bottom{
    display: flex;
    justify-content: space-between;
    align-items: inherit;
}
.product-style-bottom .add-to-cart-option{

}
.allmart-woo-product-style-six:hover .product-style-bottom .left-cat-style .sell-pro-price {
    display: none;
}
.allmart-woo-product-style-six:hover .product-style-bottom .left-cat-style .add-to-cart-option{
    display: block;
}
.allmart-woo-product-style-six .product-style-bottom .left-cat-style .sell-pro-price {
    display: block;
}
.left-cat-style .add-to-cart-option {
    display: none;
}
.allmart-woo-product-style-six .add-to-cart-option a{
    display: flex;
    gap: 10px;
    align-items: center;
}
.counter-style-one .weekly-offer-timeline{
    gap:8px;
}
.counter-style-one .weekly-offer-timeline .allmart-count-value.item {
    background: transparent;
    padding: 0;
}
.counter-style-one .weekly-offer-timeline .separator{
    display: none;
}
.allmart-cat-carousel-item-One_style .category-list{
padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allmart-cat-carousel-item-One_style .category-list img{
    margin-bottom: 0;
    width: 100%;

}
.allmart-cat-carousel-item-One_style .category-list P{
    position: absolute;
    
    color: #fff;
display: none;
}
#allmart-cat-carousel-box .allmart-swiper-button-prev,
#allmart-cat-carousel-box .allmart-swiper-button-next{
        display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 40px;
    background: transparent;
    color: #fff;
    transition: all .2s;
    border-radius:0 !important;
}
#allmart-cat-carousel-box .allmart-swiper-button-prev:hover,
#allmart-cat-carousel-box .allmart-swiper-button-next:hover{
    background:#fff;
    color:#101010;
}
#allmart-cat-carousel-box .allmart-array-style{
    margin-top:50px;
}
.allmart-cat-carousel-item-One_style a:hover .category-list P{
    display: block;
}
.allmart-cat-carousel-item-One_style a:hover .category-list::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #10101030;
}
.allmart-array-style .allmart-swiper-button-prev , .allmart-array-style .allmart-swiper-button-next {
    position: relative;
}
.allmart-array-style .allmart-swiper-button-prev i, .allmart-array-style .allmart-swiper-button-next i{
    position: absolute;
    top: 50%;
    left: 29%;
    line-height: 0;
}
.allmart-blog-meta-style-two{
    position: absolute;
    top: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #eed9e7;
    left: 16px;
    padding: 5px 10px;
}
.allmart-blog-meta-style-two .meta-date{
    display: flex;
    gap: 9px;
}
.allmart-single-blog{
   position: relative;
}
.blog-ev-dm7-titlebox h4 , .blog-ev-dm7-titlebox p{
    padding: 00;
    margin: 0;
}
.link-blog-dm7{
    text-align: center;
}
.link-blog-dm7 a{
    padding: 10px 30px;
    display: inline-block;
}
.blog-style-uneven-content-dm7{
    margin-top: 54px;
}

/*.recommend-product-grid-v6-feture-row{*/
/*    align-items: center;*/
/*}*/
/*.allmart-futere-style-two-banner {*/
/*    padding: 91px 20px;*/
/*}*/
.allmart-futere-style-two-banner a{
    padding: 20px;
}
.allmart-futere-style-two-banner h2{
    margin-bottom: 10px;
}
.allmart-futere-style-two-banner h3{
    margin-bottom: 15px;
}
.allmart-futere-style-two-banner p{
    margin-bottom: 0;
    padding: 25px 0px 57px 0;
}
.recommend-product-grid-v6-feture-row  .justify-content-between .prodict-title h4{
    text-align: left;
}
.trending-cart-st1-btn {
    bottom: 30px;
    width: 80%;
    left: 10%;
}

.allmart-style-eight-bottom .pro-reviews{
    justify-content: flex-end;
}
.allmart-style-eight-bottom .pro-reviews{
    justify-content: end!important;
}
.main-cat-img-style-nine{
    display: flex;
    align-items: end;
    justify-content: center;
}
.main-cat-img-style-nine .style-main{
    display: none;
}
.main-cat-img-style-nine:hover .style-main{
    display: block;
}
.main-cat-img-style-nine .style-main{
    position: absolute;
    width: 80%;
}
.main-cat-img-style-nine .style-main a{
    display: flex;
    background: white;

    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 0px;
}
.main-cat-img-style-nine .style-main h5 , .main-cat-img-style-nine .style-main p{
    margin-bottom: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #1A1D3E;
}
.video-icon-canvas .text-roted svg{
    height: auto;

    width: 100%;
}
.rev-carousel-four #clientthumbmySwiper{
    max-width: 100%;
    margin: 0 0;
    overflow: visible;
}
.rev-carousel-four #clientthumbmySwiper{
    width: 80%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 0;
    display: flex;
}
.rev-carousel-four #clientthumbmySwiper .swiper-wrapper {
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    padding-bottom: 0;
    gap:30px;
}

.rev-carousel-four #clientthumbmySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
    border: 1px solid #FDC330;
    padding: 11px;
}
.rev-carousel-four .allmart-swiper-button-next-review {
    right: auto;
    left: 111px;
    bottom: 11%;
    top: auto;
}

.rev-carousel-four  .allmart-swiper-button-prev-review{
    right: auto;
    left: 52px;
    bottom: 11%;
    top: auto;
}
.rev-carousel-four{

    padding-top: 27px;
    overflow:hidden;

}
.rev-carousel-four .client-single-quote p{
    text-align: left;
}
.rev-carousel-four .client-single-quote {
    text-align: right;
    background: #F5F5F5;
}
.rev-carousel-four  .allmart-swiper-button-next-review , .rev-carousel-four .allmart-swiper-button-prev-review{
    background-color: #2D826A;
}
.rev-carousel-four  .allmart-swiper-button-next-review:hover , .rev-carousel-four .allmart-swiper-button-prev-review:hover{
    background-color: #fff;
    color: #000;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.rev-carousel-four .client-name{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #1A1D3E;
    margin-bottom: 0;
    margin-top: 20px;
}
.rev-carousel-four  .client-name-dg{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #717171;
margin-bottom: 0;
}
.rev-carousel-four #clientthumbmySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .name-title{
display: block;
}
.rev-carousel-four #clientthumbmySwiper .name-title{
    display: none;
    position: absolute;
    margin-top: 175px;

}
.rev-carousel-three {
    background: #ffffff;
}
.rev-carousel-four .client-single-quote p.client-name{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;

    color: #1A1D3E;
}
.rev-carousel-four .client-single-quote p.quote-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #717171;

}
.rev-carousel-three #clientthumbmySwiper .name-title
{
display: none;
}
.top-main-carosol-style-three .trending-cart-st1-btn.allmart-product-style-btn-nine , .top-main-carosol-style-three .producticons{
    display:none;
}
/*.top-main-carosol-style-three .nikstote__product_carousel-nav{*/
/*    display: none;*/
/*}*/
.top-main-carosol-style-three .product-carosal-top-style .align-items-center .col-lg-4{
    text-align: center;
    margin: 0 auto;
}
.top-main-carosol-style-three .allmart-swiper-button-prev , .top-main-carosol-style-three .allmart-swiper-button-next{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid var(--main-text-color);
    text-align: center;
    line-height: 40px;
    background: var(--main-text-color);
    color: #fff;
    transition: all .2s;
}
.top-main-carosol-style-three .allmart-swiper-button-next{
    position: absolute;
    right: -65px;
    top: 50%;
}
.top-main-carosol-style-three .allmart-swiper-button-prev {
    position: absolute;
    left: -70px;
    top: 50%;
}
.allmart-blog-meta-style-three span{
    margin-right: 0px!important;
}
.allmart-blog-meta-style-three p{
    margin-bottom: 0;
}
.allmart-product-carousel-style-three .swiper-slide{
    transform: translateX(-215%);
}
.allmart-single-post-body .post-title {
    text-align: center;
    font-size: 48px;
    line-height: 1.3;
    margin: 0;
    -ms-word-wrap: break-word;
    word-break: break-all;
}

.allmart-single-post-body .post-meta ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.allmart-single-post-body img{
    border-radius:4px;
}
.page-title-delimiter{
      display: block;
    background: #101010;
    height: 3px;
    margin: 20px auto 20px;
    width: 70px;
    border-radius: 3px;
}
@media screen and (max-width: 980px){
    .allmartclienttestimonialfour .row{
        flex-direction: column-reverse;
    }
    .allmartclienttestimonialfour .name-title {
        width: 150px;
        top: -102px;
        left: -31px;
    }
}
.allmart-futere-style-two-banner {
    background-color: #FFD15E;
    padding: 66px 30px;
}
.allmart-futere-style-two-banner h2{
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 150%;
    text-transform: uppercase;
    color: #101010;
}
.allmart-futere-style-two-banner h3{
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
     text-transform: uppercase;
        -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
}
.allmart-futere-style-two-banner p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #101010;
}
.allmart-futere-style-two-banner a{
    background: black;
    color: #ffffff;
    padding: 15px 30px;

}
.blog-ev-dm7-titlebox h4{
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 78px;
    color: #101010;

}
.blog-ev-dm7-titlebox p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #717171;

}
.allmart-sliders-style-one::before{
    left: calc((100% - 50%) - 48px);
}
.allmart-sliders-style-one .flickity-prev-next-button.previous{
    left: calc((100% - 50%) - 43px);
}
.allmart-sliders-style-one .flickity-prev-next-button.next{
    right: auto;
    left: calc((100% - 50%) - 0px);
}
.products-tab-list li button:hover{
    border-radius: 0;
}
.products-tab-list li button.active{
    border-radius: 0;
}

.allmart-list-product-style-two {
    /*margin: 20px;*/
}
.allmart-list-product-style-two .allmart-list-wc-style-two{
    padding: 0px 10px 0px 13px;
}
.add-to-cart-green-btn-sty-two a span{
    display: none;
}
.allmart-sliders-style-one .allmartSlider_box {
    padding-bottom: 30px;
}
.allmart-sliders-style-one::before {
    bottom: 0px;
    /* z-index: 1; */
}
@media only screen and (max-width: 959px) and (min-width: 720px){
    .custom-cat-grid-st2-single-one{
        border-bottom: 1px solid #E7E7E7;
    }
    .custom-cat-grid-st2-single-two{
        border-top: 1px solid #E7E7E7;
    }
    .custom-cat-grid-st2-singleone{
        display: flex!important;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 27px;
        text-align: start!important;
        justify-content: center;
    }
    .custom-cat-grid-st2-singleone .allmart_grid_list {
        padding-top: 0px!important;
    }
    .allmart-product-style-nine{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 719px){
    .allmart-cat-block-grid .row .custom-cat-grid-st2-single:last-child{
        border-bottom: 1px solid #E7E7E7;
    }
    .custom-cat-grid-st2-single .row .custom-cat-grid-st2-single:first-child{
        border-top: 1px solid #E7E7E7;
    }
    .allmart-cat-block-grid{
        padding: 0px 12px!important;
        border:none;
    }
    .allmart-cat-block-grid .c-l {
        border-left: none!important;
    }
    .allmart-cat-block-grid .c-r {
        border-right: 1px solid #E7E7E7!important;
    }
    .custom-cat-grid-st2-singleone{
        display: flex!important;
        text-align: center;
        justify-content: left;
        align-items: center;
        gap: 27px;
        text-align: start!important;
        padding-left: 29px!important;
    }
    .allmart-product-style-nine{
        margin-top: 15px;
    }

}
/*.rev-carousel-one .single-r-slide{*/
/*    margin-right: 20px;*/
/*}*/
.accordion-header{
    padding: 0em 0em;
}
.accordion-button:not(.collapsed) {
    color: #FF7246;
    background-color: #fffaf8;
}

.allmart-tab-style-one .padding-iso-pro-non-filter-content:nth-child(1) .trending-products-v6-single {

}
.allmart-tab-style-one .padding-iso-pro-non-filter-content:nth-child(2) .trending-products-v6-single {

}
.allmart-tab-style-one .padding-iso-pro-non-filter-content:nth-child(3) .trending-products-v6-single {

}
.allmart-tab-style-one .padding-iso-pro-non-filter-content:nth-child(4) .trending-products-v6-single , .allmart-tab-style-one .padding-iso-pro-non-filter-content:nth-child(5) .trending-products-v6-single {

}
.allmart-list-wc-style-two .tranding-style-product{
    padding: 13px 0;
}
.allmart-list-wc-style-two .trending-products-sport .trending-product-sport-img{
    width: 35%;
}
.allmart-list-wc-style-two .trending-products-sport .product-content-carosol-one{
    width: 62%;
}
.allmart-list-wc-style-two:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.allmart-list-wc-style-two .sell-pro-price{
    margin-bottom: 1px;
}
.allmart-tab-style-one .tooltip , .allmart-woo-product-style-two .tooltip {
    display:none;
}
.allmart-tab-style-one .add_to_cart_button{
    display: flex;
    gap: 9px;
    justify-content: center;
}
.allmart-tab-style-one .add-to-cart-green-btn{
    padding: 0 17px;
}
.mobile--nav-menu::placeholder {
    color: red!important;
}
.mobile--nav-menu input[type="text"]{
    min-height: 50px!important;
    background-color: #95959500;
    border: 1px solid #FF7246;
}
.mobile--nav-menu .allmart-ajax-search-btn span{
    display: none;
}
.allmart-sliders-style-two .container{
    max-width: 1584px;
}
.allmart-woo-product-style-four .trending-products-sport:hover .producticons-sport{
    background-color: #fff;
}
.allmart-woo-product-style-four .trending-products-sport .producticons-sport{
    padding-bottom: 0;
    bottom: 42.5%;
    justify-content: flex-end;
}
.allmart-woo-product-style-four .tooltip{
    transform: rotate(90deg);
    left: -25px;
    top: -58px!important;
}
.allmart-woo-product-style-four .tooltip , .fetured-style-new .tooltip, .fetured-style-middol .tooltip{
    display:none;
}
.allmart-woo-product-style-four  .tooltip.left::before{
    left: 95%!important;
    bottom: 9px;
    transform: rotate(90deg);
}
.allmart-woo-product-style-four .producticons-sport a:hover{
    color:#000000;
}
.allmart-woo-product-style-four .product-content{
    padding-top: 10px;
}
.allmart-featured-style-one .trending-product-sport-img a{
    width: auto;
    height: 228px;
    display: flex;
    align-items: center;
}
.fetured-style-new .producticons-sport{
  opacity:0;
  transition: all 1s cubic-bezier(.19, 1, .22, 1);
            transform: translateY(20px);
            gap:2px !important

}
 .fetured-style-middol  .trending-products-sport:hover  .producticons-sport{
    background: #1A1D3E;
    padding: 4px 0;
}
.fetured-style-new  .trending-products-sport:hover  .producticons-sport {
     opacity:1;
    background: #1A1D3E;
    padding: 2px 0;
    display: flex;
   transform: translateY(0px);
}
.fetured-style-new  .trending-products-sport .xpc-loading-circle{
    background:transparent;
}
.fetured-style-new .producticons-sport a, .fetured-style-middol .producticons-sport a{
    color:#fff;
}
.fetured-style-new .trending-products-sport:hover .producticons-sport{
    top: 51.9%;
    bottom: auto;
}
.allmart-list-product-style-three .allmart-list-wc-style-two .tranding-style-product , .allmart-list-product-style-three .allmart-list-wc-style-two{
    padding: 0;
}
.allmart-list-product-style-three .tranding-style-product{
    gap:13px;
}
.allmart-list-product-style-three  .allmart-list-wc-style-two .trending-products-sport .trending-product-sport-img{
    width: 40%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.allmart-list-product-style-three .allmart-list-wc-style-two .product-content{
    width: 60%;
}
.allmart-list-product-style-three .allmart-list-wc-style-two .trending-product-sport-img img{
    height: 140px;
}
.search-wrapper svg {

    background: #ffffff!important;
    border-radius: 50%!important;
}
.shop-category:hover .cat-grid-img img{
    transform: scale(1.05);
}
.shop-category .cat-grid-img img{
    transition: all 1s ease-out;
}
.allmart-cat-style-three .cat-button:hover span{
        transition: padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        padding-left:6px;
}
.allmart-cat-grid-style-3{
    min-height:257px;
}
/*.allmart-featured-style-one .producticons-sport{*/
/*    transition: all 1s ease-in-out;*/

/*}*/
.allmart-featured-style-one .fetured-style-new:hover .producticons-sport{
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition-delay: 0s;
}
.allmart-cat-style-four .cat-grid-img{
    margin-top: 0px;
}
.allmart-cat-style-four .shop-category h5{
    margin-bottom: 6px;
}
.allmart-cat-style-four .cat_main{
    padding-top: 24px;
}
.allmart-product-icon-list-hvr-style8 .product-cateory{
    padding-top: 10px;
}
.top-main-carosol-style-eight .product-carosal-top-style{
    padding-left: 0px;
}
.nik-pstyle-8-title{
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-from-style-three .col-lg-3{
    z-index: 2 ;
    margin-top: -43px;
}
.custom-from-style-three  .col-lg-9 i{
    position: absolute;
    top: 19px;
    left: 10px;
    color: #717171;
}
.custom-from-style-three input[type="email"]{
    background-color: #F5F5F5!important;
    padding-left: 43px;
}
.custom-from-style-three  .wpcf7-submit{
    margin-left: -79px!important;
    background: #f0f8ff00!important;
    border-color: #ff000000!important;
    margin-bottom: 0!important;
    margin-top: 45px!important;

}
.custom-from-style-three  .wpcf7-submit i{
    color: #000;
}
ul#primary-menu li:last-child {
    border-right: none!important;
}
.allmart-tab-style-eleven .padding-iso-pro-non-filter-content{
    margin-bottom: 36px;
}
.main_custom-from-style-three row{
    flex-wrap: nowrap!important;
}
.nik-pstyle-8-title a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1A1D3E;
}
.product-content-vs8{
    padding-top: 10px;
}
.allmart-woo-product-style-nine .allmart-product-icon-list-hvr-style9 > a:hover, .allmart-woo-product-style-nine .allmart-product-icon-list-hvr-style9 .quick-view-button > a:hover, .allmart-woo-product-style-nine .allmart-product-icon-list-hvr-style9 .woosc-compare-button> a:hover {
    background: #101010;
}
.recommend-product-grid-v6-feture-row .allmart-woo-product-style-nine a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
}
.allmart-product-style-eight .allmart-product-icon-list-hvr-style8 > a:hover, .allmart-product-carousel-style-eight  .allmart-product-style-eight .allmart-product-icon-list-hvr-style8 .quick-view-button > a:hover, .allmart-product-carousel-style-eight  .allmart-product-style-eight .allmart-product-icon-list-hvr-style8 .woosc-compare-button> a:hover{
    background-color: #2D826A;
}
.custom-from-style-nine input[type="email"]{
    padding: 12px 15px!important;
    background: #ffffff44!important;
    border: 1px solid #ffffff!important;
    color: #ffffff!important;
}
.custom-from-style-nine input[type="email"]::placeholder{
    color: #ffffff!important;
}
.allmart-hicon-content[type=button]{
    background: #fd604f00!important;
}
.allmart-hicon-content[type=button]:hover{
    background: #fd604f00!important;
}
.allmart--default--card--item:hover .product-img-vs5 img{
    transform: scale(1.1);
}
.trending-products-sport:hover .trending-product-sport-img img{
    transform: scale(1.1);
}
.allmart-list-product-style-three .trending-product-sport-img a{
    border-radius: 18px;
}
.allmart-tab-style-eleven .trending-cart-st1-btn a{
    position: absolute;
    top: -39px;
}

.allmart-product-style-eight .allmart-product-style-eight .allmart-product-icon-list-hvr-style8 > a:hover{
    background-color: #D66534;
}
.stylish-shape-icon-text{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/*.allmart-featured-style-one .fetured-style-new a{*/
/*    width:auto;*/
/*    width:auto;*/
/*}*/
/*.allmart-featured-style-one .fetured-style-new img{*/
/*    height:228px;*/
/*}*/
/* ================= post blog End ==================== */

.wp-block-columns {
    clear: both;
}
.allmart-single-post-tag-box{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

/*============================================
Menu CSS Style
=========================================*/
.allmart-default-header {
    height: 80px;
    display: flex;
    align-items: center;
}

#allmartmenu {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
    display: flex;
}

#allmartmenu ul,
#allmartmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#allmartmenu ul {
    position: relative;
    z-index: 597;
}

.allmart-default-header #allmartmenu > ul > li {
    line-height: 80px;
    height: 80px;
    display: flex;
    align-items: center
}

#allmartmenu ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}

#allmartmenu ul li.hover,
#allmartmenu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#allmartmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

#allmartmenu ul ul li {
    float: none;
    background: #fff;
}

#allmartmenu ul ul ul {
    top: 0;
    left: 200px;
    width: 200px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

#allmartmenu ul li:hover > ul {
    visibility: visible;
}

#allmartmenu ul ul {
    bottom: 0;
    left: 0;
}

#allmartmenu ul ul {
    margin-top: 0;
}

#allmartmenu ul ul li {
    font-weight: normal;
}

#allmartmenu a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}


/* Custom CSS Styles */

#allmartmenu {
    font-size: 1rem;
}

#allmartmenu > ul.allmart-main-nav {
    display: flex;
    flex-wrap: wrap;
}

#allmartmenu:after,
#allmartmenu ul:after {
    content: '';
    display: block;
    clear: both;
}

#allmartmenu ul ul {
    text-transform: none;
    min-width: 200px;
    background: #ffffff;
    -webkit-box-shadow: 0 6px 4px 0 rgba(10, 10, 25, .15);
    box-shadow: 0 6px 4px 0 rgba(10, 10, 25, .15);
    height: fit-content;
    left: 0;
    -webkit-transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(30px);
    padding: 14px 0;
}

#allmartmenu ul li:hover > ul {
    visibility: visible;
    transform: translateY(0);
}

#allmartmenu ul ul a {
    color: var(--main-text-color);
    padding: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 7.5px 20px;
    font-weight: 500;
}

#allmartmenu ul ul ul {
    border-top: 0 none;
}

#allmartmenu ul ul li {
    position: relative;
}

#allmartmenu ul ul li:hover > a {
    color: var(--main-color);
}

#allmartmenu ul ul li.has-sub > a:after {
    font-family: 'remixicon';
    content: '\EA4E';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
    vertical-align: middle;
}

#allmartmenu ul li.active > a {
    opacity: .7;
}

#allmartmenu ul li.has-sub > a:after {
    font-family: 'Zeroicons-Line';
    content: '\2304';
    margin-left: 5px;
    vertical-align: middle;
}

#allmartmenu ul li.last ul {
    left: auto;
    right: 0;
}

#allmartmenu ul li.last ul ul {
    left: auto;
    right: 99.5%;
}

#allmartmenu a {
    color: var(--main-text-color);
    padding: 5px 15.5px;
}

#allmartmenu > ul > li > a {
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 500;
}

#allmartmenu li a i {
    padding-right: 10px;
}

#allmartmenu li a .xpc-menu-img {
    display: inline-block;
    max-width: 30px;
}
/*============================================
Menu CSS End
=========================================*/

/*============================================
Mega Menu CSS Start
=========================================*/

#allmartmenu ul li.allmart-mega-enbled,
#allmartmenu ul li.allmart-mega-enbled:hover {
    position: static;
}

#allmartmenu .allmart-mega-enbled ul {
    text-transform: none;
    min-width: auto;
    background: transparent;
    box-shadow: none;
    height: fit-content;
    left: 0%;
}

#allmartmenu .allmart-mega-enbled ul li {
    background: transparent !important;
}

#allmartmenu .allmart-mega-enbled ul.xpic-depth-0 {
    width: 100%;
    background: var(--main-text-color);
    display: none;
    border-radius: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    left: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

#allmartmenu .allmart-mega-enbled:hover ul.xpic-depth-0 {
    display: flex;
    -webkit-animation: fadeInFromNone .15s ease-out;
    animation: fadeInFromNone .15s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#allmartmenu .allmart-mega-enbled ul ul {
    visibility: visible;
    position: relative;
    top: unset;
    left: unset;
    z-index: 598;
    width: 100%;
}

#allmartmenu .allmart-mega-enbled li.has-sub > a:after {
    content: "";
    display: none !important;
    visibility: hidden !important;
}

#allmartmenu .allmart-mega-enbled ul ul a {
    padding: 5px 10px;
}

#allmartmenu .allmart-mega-enbled ul a {
    padding: 5px 10px;
}

#allmartmenu .allmart-mega-enbled ul li.has-sub {
    margin-bottom: 15px;
}

#allmartmenu .allmart-mega-enbled.allmart-mega-col-2 ul.xpic-depth-0 > li {
    width: 50%;
}

#allmartmenu .allmart-mega-enbled.allmart-mega-col-3 ul.xpic-depth-0 > li {
    width: 33.33333333%;
}

#allmartmenu .allmart-mega-enbled.allmart-mega-col-4 ul.xpic-depth-0 > li {
    width: 25%;
}

#allmartmenu .allmart-mega-enbled.allmart-mega-col-5 ul.xpic-depth-0 > li {
    width: 20%;
}

#allmartmenu .allmart-mega-enbled.allmart-mega-col-6 ul.xpic-depth-0 > li {
    width: 16.66666666%;
}

#allmartmenu .allmart-mega-enbled ul ul li:hover > a,
#allmartmenu .allmart-mega-enbled li:hover > a {
    background: transparent !important;
}

#allmartmenu .allmart-mega-enbled ul li:first-child > a {
    padding-top: 5px;
}

#allmartmenu .allmart-mega-enbled ul li:last-child > a {
    padding-bottom: 5px;
}
/*============================================
Mega Menu CSS End
=========================================*/
/*============================================
Mobile Menu Start
=========================================*/

.burger {
    border-radius: 4px;
    z-index: 10;
    margin-top: 0;
    margin-left: 0;
    list-style: none;
    color: #fff;
    position: relative;
}



.burger span,
.burger span::before,
.burger span::after {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #373833;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.burger span::before,
.burger span::after {
    position: absolute;
    content: ""
}

.burger span::before {
    top: -6px
}

.burger span::after {
    top: 6px
}

.burger.clicked span {
    background-color: transparent !important
}

.burger.clicked span::before {
    -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg)
}

.burger.clicked span::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg)
}

.burger.clicked span:before,
.burger.clicked span:after {
    background-color: #fff
}

.burger:hover {
    cursor: pointer
}

.overlaymobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99996;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden
}

.overlaymobile.show {
    opacity: .15;
    visibility: visible
}

.nav .nav-link {
    padding: 0 1rem;
}

.mobile--nav-menu {
    background-color: #ffffff;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 300px;
    width: 100%;
    padding: 10px 0;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    -o-transition: transform .55s cubic-bezier(.785, .135, .15, .86);
    transition: transform .55s cubic-bezier(.785, .135, .15, .86)
}

.mobile--nav-menu.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.mobile--nav-menu.show ul.main li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

/******************************************************************************************
Accordion Menu CSS
******************************************************************************************/

#mayosis-sidemenu,
#mayosis-sidemenu ul,
#mayosis-sidemenu ul li,
#mayosis-sidemenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

#mayosis-sidemenu {
    width: 100%;
    color: #fff;
    margin-top: 30px
}

#mayosis-sidemenu ul ul {
    display: none;
    padding-left: 10px;
}

.align-right {
    float: right
}

#mayosis-sidemenu > ul > li > a {
    padding: 13px 20px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #222;
}

#mayosis-sidemenu > ul > li.active > a,
#mayosis-sidemenu > ul > li.open > a,
#mayosis-sidemenu > ul > li > a:hover {
    color: var(--main-color);
    background: transparent
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0
}

#mayosis-sidemenu ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "\EA4E";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    font-family: remixicon
}

#mayosis-sidemenu > ul > li.active > a > span::after,
#mayosis-sidemenu > ul > li.open > a > span::after,
#mayosis-sidemenu > ul > li > a:hover > span::after {
    border-color: #eee
}

#mayosis-sidemenu ul ul li a {
    cursor: pointer;
    border-bottom: none;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 15px;
    background: 0 0 !important;
    box-shadow: none;
    line-height: 15px;
    font-weight: 600;
    color: #222;
}

#mayosis-sidemenu ul ul li.active > a,
#mayosis-sidemenu ul ul li.open > a,
#mayosis-sidemenu ul ul li:hover > a {
    background: 0 0;
    color: #222
}

#mayosis-sidemenu ul ul li:first-child > a {
    box-shadow: none
}

#mayosis-sidemenu ul ul ul li a {
    padding-left: 30px
}

#mayosis-sidemenu > ul > li > ul > li.last > a,
#mayosis-sidemenu > ul > li > ul > li:last-child > a {
    border-bottom: 0
}


#mayosis-sidemenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0
}

#mayosis-sidemenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "\EA4E";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    font-family: remixicon
}

#mayosis-sidemenu ul ul li.active > a::after,
#mayosis-sidemenu ul ul li.open > a::after,
#mayosis-sidemenu ul ul li > a:hover::after {
    border-color: #fff
}

/*******************************************************
            Mega Menu
*******************************************************/

.xpc-menu-box {
    display: -webkit-box;
    display: flex;
    height: auto;
    padding: 0;
}

.xpc-menu-box .xpc-menu-box-inner {
    padding: 5px;
}

.xpc-menu-box .xpc-menu-box-inner img {
    height: 100% !important
}

.xpc-menu-box .xpc-intro-img {
    z-index: 1 !important;
    -o-object-fit: fill;
    object-fit: fill;
    height: 100%
}

.xpc-menu-box .xpc-intro-img img {
    -o-object-fit: fill;
    object-fit: fill
}

.xpc-menu-box .xpc-box-title {
    z-index: 1000 !important;
    max-width: 200px;
    padding-right: 10px
}

.xpc-menu-box .xpc-box-text {
    z-index: 1000 !important;
    max-width: 200px;
    margin-right: 20px
}

.xpc-menu-box .xpc-box-link {
    z-index: 1000 !important;
    padding-left: 0px !important
}

.xpc-menu-box .xpc-box-link i.xpcicon-angle-right {
    position: relative;
    top: 1px
}

.col-lg-2 .xpc-menu-box.xpc-menu-full-height,
.col-lg-3 .xpc-menu-box.xpc-menu-full-height,
.col-lg-4 .xpc-menu-box.xpc-menu-full-height,
.col-lg-6 .xpc-menu-box.xpc-menu-full-height {
    height: 100%
}

.col-lg-2 .xpc-menu-box .xpc-box-container,
.col-lg-3 .xpc-menu-box .xpc-box-container,
.col-lg-4 .xpc-menu-box .xpc-box-container,
.col-lg-6 .xpc-menu-box .xpc-box-container {
    display: inline-block !important;
    position: relative;
    z-index: 1000 !important;
    width: 100%
}

.col-lg-2 .xpc-menu-box .xpc-box-container .xpc-box-title,
.col-lg-3 .xpc-menu-box .xpc-box-container .xpc-box-title,
.col-lg-4 .xpc-menu-box .xpc-box-container .xpc-box-title,
.col-lg-6 .xpc-menu-box .xpc-box-container .xpc-box-title {
    z-index: 1000 !important;
    width: 100%
}

.col-lg-2 .xpc-menu-box .xpc-box-container .xpc-box-text,
.col-lg-3 .xpc-menu-box .xpc-box-container .xpc-box-text,
.col-lg-4 .xpc-menu-box .xpc-box-container .xpc-box-text,
.col-lg-6 .xpc-menu-box .xpc-box-container .xpc-box-text {
    z-index: 1000 !important;
    display: block;
    width: 100%;
    margin-right: 20px
}

.col-lg-2 .xpc-menu-box .xpc-box-container .xpc-box-link,
.col-lg-3 .xpc-menu-box .xpc-box-container .xpc-box-link,
.col-lg-4 .xpc-menu-box .xpc-box-container .xpc-box-link,
.col-lg-6 .xpc-menu-box .xpc-box-container .xpc-box-link {
    z-index: 1000 !important;
    display: inline-block;
    padding-left: 0px !important
}

.xpc-p-box {
    padding: 0;
}

.submenu-box.xpc-default-menu {
    padding: 13px 0;
}
.nav-style-megamenu{
    margin:0;
}
.nav-style-megamenu > li.nav-item {
    margin-bottom: 0 !important;
}
.nav-style-megamenu > li.nav-item .dropdown-menu{
    display:block;
    visibility:hidden;
}

@media (min-width: 992px) {
    .dropdown-menu {
        padding: 0px
    }

    .navbar .dropdown .dropdown-menu .dropdown .submenu-box.xpc-default-menu {
        margin-top: 0;
    }

    .navbar .dropdown:hover > .dropdown-menu .dropdown:hover > .dropdown-menu,
    .navbar .dropdown:hover > .dropdown-menu .dropdown > .dropdown-menu:hover,
    .navbar .dropdown > .dropdown-menu:hover .dropdown:hover > .dropdown-menu,
    .navbar .dropdown > .dropdown-menu:hover .dropdown > .dropdown-menu:hover {
        top: 0;
        visibility: visible !important;
        left: 100%;
        padding-left: 10px;
        margin-top: 0;
    }

    .nav-item:not(.mega-item) .container *:first-child {
        border-radius: 0px
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item {
        position: relative
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu {
        top: 78%
    }

    .allmart-m-menu .submenu-box {
        -webkit-transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: margin 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box {
        background: #fff;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        border-radius: 0;
        opacity: 0;
        border: 0px solid rgba(0, 0, 0, 0);
        margin-top: 25px
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item:hover .dropdown-menu .submenu-box {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container,
    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid {
        border-radius: 0px;
        padding: 0px 15px 0 15px
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container .row,
    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid .row {
        margin: 0px
    }

    .allmart-m-menu .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container {
        max-width: 100%;
    }

    .allmart-m-menu > ul > li.nav-item > .xpc-nav-link.dropdown-toggle > span:before {
           content: "\ea4e" !important;
    font-family: "remixicon" !important;
    position: absolute;
    right: -20px;
    top: -2px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 16px;
    }

    .allmart-m-menu > ul > li.nav-item:hover > .xpc-nav-link.dropdown-toggle > span:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .nav-style-megamenu > li.nav-item {
        position: relative;
        padding: 0px 16px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu {
        margin-top: 0px;
        opacity: 0;
        -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        min-width: 240px;
        border: none;
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu a:active:focus {
        background: rgba(0, 0, 0, 0.1)
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .dropdown-item {
        padding: 5px 20px
    }
    .allmart-mg-col-title{
        padding: 0px 20px;
        margin-bottom:10px;
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .container,
    .nav-style-megamenu > li.nav-item .dropdown-menu .container-fluid {
        margin: 0 !important;
        padding: 0 !important
    }

    .nav-style-megamenu > li.nav-item.mega-item {
        position: inherit
    }

    .nav-style-megamenu > li.nav-item.mega-item .dropdown-menu {
        top: 78%
    }

    .nav-style-megamenu > li.nav-item .nav-link {
        position: relative
    }

    .nav-style-megamenu > li.nav-item .nav-link:after {
        display: none
    }

    .nav-style-megamenu > li.nav-item .nav-link span {
        position: relative
    }


    .nav-style-megamenu > li.nav-item .dropdown-menu {
        width: 100%;
        max-width: 1200px;
        background: transparent
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu.xpc-drop-big {
        padding: 0px;
        width: 100%;
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box {
        background: #fff;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        border-radius: 0px;
        opacity: 0;
        border: 0px solid rgba(0, 0, 0, 0);
        margin-top: 5px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container,
    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid {
        border-radius: 0px;
        padding: 0px 15px 0 15px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container .row,
    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box .container-fluid .row {
        margin: 0px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .submenu-box:after {
        content: "";
        position: absolute;
        border-radius: 0px;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) !important
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu > a {
        border-radius: 0;
        font-size: 16px;
        padding: 0px 15px 0 15px
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu .nikstore-mg-col-title {
        padding: 0px 20px;
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu h5.nikstore-mg-col-title {
        cursor: default;
        position: relative;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 22px;
    }

    .nav-style-megamenu > li.nav-item .dropdown-menu h5.nikstore-mg-col-title:after {
        content: "";
        width: 30px;
        height: 2px;
        background: var(--main-text-color);
        position: absolute;
        bottom: -4px;
        left: 20px
    }

    .nav-style-megamenu > li.nav-item .container,
    .nav-style-megamenu > li.nav-item .container-fluid {
        padding: 0
    }

    .xpc-header-stack .navbar-nav > li > .dropdown-menu {
        margin-top: 5px
    }

    .xpc-header-stack .navbar-nav > li > .dropdown-menu .submenu-box {
        margin-top: 0 !important
    }

    .navbar .xpc-nav-active-line .nav-style-megamenu > li.nav-item.current-menu-item .nav-link span:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    .navbar .xpc-nav-global-active-line .nav-style-megamenu > li.nav-item.current-menu-item .nav-link span:after,
    .navbar .xpc-nav-global-active-line .nav-style-megamenu > li.nav-item.current-menu-ancestor .nav-link span:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    .navbar .dropdown:hover > .dropdown-menu, .navbar .dropdown > .dropdown-menu:hover {
        height: auto;
        visibility: visible;
        overflow: visible;
        opacity: 1;
    }

    .xpc-menu-line-right {
        border-right: 1px solid #CBCBCB
    }

    .xpc-menu-line-top {
        border-top: 1px solid #CBCBCB
    }

    .xpc-menu-line-right-top {
        border-right: 1px solid #CBCBCB;
        border-top: 1px solid #CBCBCB
    }

    .xpc-menu-box .xpc-intro-img {
        z-index: 1 !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        height: 100%
    }

    .xpc-menu-box .xpc-intro-img img {
        -o-object-fit: cover !important;
        object-fit: cover !important;
        z-index: 1 !important
    }

    .xpc-menu-box .xpc-box-container {
        z-index: 1000 !important
    }

    .xpc-menu-box .xpc-box-container .xpc-box-title {
        z-index: 1000 !important;
        width: 100%;
        display: block
    }

    .xpc-menu-box .xpc-box-container .xpc-box-text {
        z-index: 1000 !important;
        display: block;
        width: 100%
    }

    .xpc-box-light a.xpc-img-overlay {
        background: transparent !important;
        color: #fff !important;
    }

    .xpc-menu-box .xpc-box-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
    }

 
    .xpc-box-light .xpc-box-title {
        color: #fff;
    }
    
    .xpc-box-light .elementor-widget-wrap span{
        color: var(--alt-text-color);
    }
    .xpc-box-light .unevent-grid-trending-product .onesale span{
        color:#fff;
    }

    .xpc-bg-image {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .xpc-p-20 {
        padding: 20px;
    }

    .xpc-px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .xpc-pb-20 {
        padding-bottom: 20px;
    }

    .xpc-px-0,
    .xpc-px-0 .xpc-menu-box-inner {
        padding: 0 !important;
    }

    .xpc-px-0 .xpc-p-20 {
        padding: 0px !important;
    }
}

.xpc-nav-block-shortcode {
    width: 100%;
}

.xpc-menu-label {
    padding: 3px 5px;
    font-size: 12px;
    background-color: rgba(35, 162, 211, .09);
    color: #23a2d3;
    display: inline-block;
    line-height: 12px;
    margin: 0 5px;
    font-weight: bold;
}

.xpc-label-green {
    background-color: rgba(5, 168, 85, .07);
    color: #05a855;
}

.xpc-label-red {
    background-color: rgba(247, 10, 10, .07);
    color: #f70a0a;
}

.xpc-label-yellow {
    background-color: rgba(220, 213, 0, .07);
    color: #bcb704;
}

.xpc-label-black {
    background-color: rgba(32, 32, 29, .07);
    color: #20201d
}

.xpc-label-grey {
    background-color: rgba(144, 144, 144, .07);
    color: #7a7a7a;
}

.xpc-label-brown {
    background-color: rgba(220, 102, 0, .07);
    color: #dc6600;
}

.xpc-label-aqua {
    background-color: rgba(0, 255, 255, .07);
    color: #00b6b6;
}

.xpc-label-purple {
    background-color: rgba(128, 0, 128, .07);
    color: #800080;
}

.xpc-label-olive {
    background-color: rgba(128, 128, 0, .07);
    color: #808000;
}

.xpc-dropdown-padding {
    padding: 22px 20px;
}

.xpc-dropdown-padding-sm {
    padding: 5px;
}
.xpc-dropdown-padding-lg{
    padding: 50px 30px;
}
.allmart-m-menu .nav-style-megamenu>li.nav-item{
    transition: all .2s;
}

/*============================================
Mobile Menu End
=========================================*/

/*============================================
Breadcrumb Start
=========================================*/
.allmart-common-breadcrumbs {
    padding: 19px 15px;
    text-align: center;
}
.allmart-common-breadcrumbs h1, .allmart-single-blog-header .post-title {
    font-size: 48px;
    margin: auto;
    text-transform: capitalize;
    line-height: 1.4;
}
.allmart-single-post-breadcumb {
    display: flex;
    justify-content: center;
}

/*============================================
Breadcrumb End
=========================================*/

/*============================================
Back To Top
=========================================*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 12px;
    right: 20px;
    display: none;
    background: #603CE9;
    color: #fff;
    width: 50px;
    padding: 0;
    z-index: 999;
    border: none;
    border-radius: 0;
    line-height: 50px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    font-size: 24px;
    height: 50px;
    border-radius: 5px;
}

.back-to-top:hover {
    color: #fff;
}
.allmart-common-paginav .pagination {
    justify-content: center;
}
.allmart-common-paginav .pagination .page-numbers{
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    color: #717171;
}
.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-numbers li {
    margin: 0;
}

.page-numbers.current {
    color: #1A1D3E;
}
.hm1_top_bar_click_button select{
    opacity:0;
}
@media (min-width: 1036px) {
    .d-block.d-customL-none {
        display: none!important;
    }
    .d-customL-block, .navbar.d-customL-block {
        display: block !important;
    }
}