/*-------------------------------------------------------
[ Table of contents ]

+ Color Settings
    - Background Colors
    - Background Opacity Colors
    - Border Colors
    - Mixed Colors
    - Background Hover
# Common CSS Start
# Button Style
# Thumbnail Style
# Icons Style Start 
# Time Counting Style Start 
# Form Style Start
# Side push nav and category Style Start
# Popular Categories in Electronic Style Start
# Category's Sub Categories in fashion store Style Start 
# Categroy List in Grocery Store Style Start
# Header Section
    - Top Header Section Style Start
    - Main Header Section Style Start
    - Mega Menu Navigation Style Start
# Page Title Style
# Breadcrumb Style Start
# Extra Banner Style Start
# Left sidebar Style Start
# Offer Section Style Start
# Pagination Style Start
# Blog Page Style Start
# Service Page Style Start
# Portfolio Page Style Start
# FAQ Page Style Start
# Contact Page Style Start
# Testimonial Style Start
# Tab Style Start
# Owl carousel Style Start
# Fact Counter Style Start
# Wishlist Page Style Start
# Footer Style Start
# Newslatter
# Social Media
# Widget Style
# Cart CSS
# Comments Form
--------------------------------------------------------*/

/*======================================================================
Color Settings
======================================================================*/


/*==============*Text color style*==============*/

.text-general,
.list-color-general a {
    color: var(--theme-general-color) !important;
}

.nav-general .navbar-nav .nav-link,
.footer-widget li a,
.footer-widget.quick-links a,
.footer-widget.contact-us a,
.breadcrumb-item.active {
    color: var(--theme-general-color);
}

.text-light,
.list-color-light a {
    color: var(--text-light-color) !important;
}

.title-text-light .page-title,
.list-color-light li a,
.list-color-light li,
.list-color-light a,
.footer-classic-dark.text-light .media-widget a,
.footer-default-dark .media-widget a,
.footer-classic-dark.text-light .footer-widget li a {
    color: var(--theme-light-color);
}

.hover-text-secondary:hover *,
a.hover-text-secondary:hover,
.nav-secondary-hover .navbar-nav .nav-link:hover,
.nav-secondary-hover .navbar-nav .active>.nav-link:hover,
.nav-secondary-hover .navbar-nav .active>.nav-link,
.list-color-secondary li,
.list-color-secondary li a,
.list-color-secondary a,
.hover-text-secondary:hover *,
a.hover-text-secondary:hover,
.text-secondary {
    color: var(--theme-secondary-color) !important;
}

.nav-secondary .navbar-nav .nav-link,
.post-admin ul li span,
.breadcrumb-item>a,
.media-icon-secondary a,
.media-widget a,
.title-text-secondary .page-title {
    color: var(--theme-secondary-color);
}

.text-dark,
.hover-text-dark:hover *,
a.hover-text-dark:hover,
.hover-list-color-dark a:hover {
    color: var(--theme-dark-color) !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
.list-color-dark li,
.list-color-dark li a,
.list-color-dark a,
.nav-dark-hover .navbar-nav .nav-link:hover,
.nav-dark-hover .navbar-nav .active>.nav-link:hover,
.nav-dark-hover .navbar-nav .active>.nav-link,
.title-text-dark .page-title {
    color: var(--theme-dark-color);
}

.list-color-white li a,
.list-color-white li,
.list-color-white a,
.text-white,
.hover-text-white:hover *,
a.hover-text-white:hover,
.hover-list-color-white a:hover {
    color: var(--theme-white-color) !important
}

.text-white .breadcrumb-item>a,
.text-white .breadcrumb-item.active,
.media-icon-white a,
.title-text-white .page-title {
    color: var(--theme-white-color);
}

.list-color-gray li a,
.list-color-gray li,
.list-color-gray a,
.text-gray,
.title-text-gray .page-title {
    color: var(--text-gray-color);
}

.text-extra,
a.hover-text-extra:hover {
    color: var(--theme-extra-color) !important
}

.title-text-extra .page-title {
    color: var(--theme-extra-color)
}

.text-extra2 {
    color: var(--theme-extra2-color) !important
}

.title-text-extra2 .page-title {
    color: var(--theme-extra2-color)
}


/*============ Background Colors ===============*/
.bg-extra {
    background-color: var(--theme-extra-color) !important
}

.bg-extra2 {
    background-color: var(--theme-extra2-color) !important
}

.bg-footer {
    background-color: var(--theme-footer-color)
}

/*  When Header fixed */

.nav-primary-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.nav-primary-hover.nav-down-line-active .navbar-nav .active>.nav-link:before {
    background-color: var(--theme-primary-color) !important
}

.hover-bg-secondary:hover::before {
    background-color: var(--theme-secondary-color) !important
}


/*  When Header fixed */

.nav-secondary-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.nav-secondary-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.owl-carousel button.owl-dot.active {
    background-color: var(--theme-secondary-color) !important
}

.nav-bg-gray-hover .navbar-nav .nav-link:hover,
.nav-bg-gray-hover .navbar-nav .active>.nav-link:hover,
.nav-bg-gray-hover .navbar-nav .active>.nav-link {
    background-color: var(--theme-gray-color) !important
}


/*  When Header fixed */

.nav-dark-hover.nav-line-active .navbar-nav .active>.nav-link:before,
.nav-dark-hover.nav-line-active .navbar-nav .active>.nav-link:before {
    background-color: var(--theme-dark-color) !important
}

.subscribe-form .form-control {
    background-color: var(--theme-light-color);
    border: 1px solid #e1e1e1;
}


/*  When Header fixed */

.nav-down-line-active .navbar-nav .active>.nav-link:before,
.hover-bg-white:hover::before {
    background-color: var(--theme-white-color) !important
}


/*============ Background Opacity Colors ===============*/

.img-thumb-title-inside::before,
.overlay-secondary::before {
    background-color: var(--theme-secondary-opacity-color);
}

.help-content,
.overlay-primary::before {
    background-color: var(--theme-primary-opacity-color)
}

.overlay-dark::before {
    background-color: var(--theme-dark-opacity-color)
}

.overlay-white::before {
    background-color: var(--theme-white-opacity-color)
}


/*============ Border Colors ===============*/

.border-bottom-gray {
    border-bottom-color: var(--theme-gray-color);
    border-bottom: 1px solid
}

.nav-tab-border .nav-link.mixitup-control-active,
.page-item.active .page-link {
    border-color: var(--theme-primary-color);
}


/*============ Mixed Colors ===============*/

.btn-primary {
    color: var(--theme-white-color);
    background-color: var(--theme-primary-color);
}

.btn-secondary {
    color: var(--theme-white-color);
    background-color: var(--theme-secondary-color);
}

.btn-white {
    color: var(--theme-secondary-color);
    background-color: var(--theme-white-color);
}

.btn-border-dark {
    background-color: transparent;
    border: 2px solid !important;
    border-color: var(--theme-dark-color)
}

.btn-border-dark:hover {
    background-color: var(--theme-dark-color);
    border-color: var(--theme-dark-color);
    color: var(--theme-white-color)
}

.btn-extra {
    color: var(--theme-white-color) !important;
    background-color: var(--theme-extra-color) !important;
    border-color: var(--theme-extra-color) !important;
}

.btn-extra2 {
    background-color: var(--theme-extra2-color);
    color: var(--theme-white-color)
}

.btn-extra2:hover {
    color: var(--theme-white-color)
}


/*==============================
Common CSS Start
===============================*/
.hover-area > *,
.slick-arrow,
[class*="btn-link"],
[class*="btn-link"]::after,
.product-wrapper,
.product-wrapper:hover .product-image .wishlist-view,
.product-wrapper:hover .product-variations,
.product-wrapper:hover .hover-area,
.owl-nav-hover-primary .owl-nav button:hover .nav-btn,
.e-border-one .product-wrapper:hover,
.product-style-3 .product-wrapper .hover-area,
.product-style-1 .product-wrapper .hover-area,
.product-style-7 .product-wrapper .hover-area,
.widget-toggle ul,
.cat-item.cat-parent ul.children,
[class*="swatch-filter-"] li,
[class*="swatch-filter-"].show-more li,
[class*="nav-arrow-middle"] .owl-nav button,
[class*="header-cart-"] .cart-popup,
.my-account-popup,
[class*="accordion-plus-"] .ac-toggle::after {
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.container,
.container-fluid,
.container-lg-fluid {
    position: relative;
}

.py-100 {
    padding: 100px 0 !important;
}

.product-slide-thumb .active img {
    background-color: var(--theme-light-color);
}

#main-content {
    overflow: hidden;
    width: 100%;
}

.fixed-top.nav-on-slider {
    position: absolute;
}

.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.tagline {
    font-size: 14px;
    letter-spacing: 2px;
}

.full-wrapper-height .vc_column-inner, 
.full-wrapper-height .wpb_wrapper {
    height: 100%;
}

img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    height: auto;
}

.d-ruby {
    display: ruby !important;
}

sup {
    left: 2px;
    top: -5px;
    margin-right: 4px;
}

.placeholder-white::placeholder,
.placeholder-white {
    color: var(--theme-white-color) !important;
}

select,
select option,
select.form-control,
select.form-control option,
input::placeholder,
input.form-control::placeholder {
    font-family: var(--theme-general-font) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

button {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

a,
a:hover {
    text-decoration: none;
}

p {
    line-height: 28px;
    word-break: break-word;
}

h1,
.h1 {
    font-size: 48px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 36px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 30px;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 24px;
    font-weight: 600;
}

h5,
.h5 {
    font-size: 21px;
    font-weight: 500;
	line-height: inherit;
}

h6,
.h6 {
    font-size: 18px;
    font-weight: 500;
	line-height: inherit;
}

.full-row {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

.py-7 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.sub-title,
.title-wrap .banner-sologan {
    font-size: 18px;
    font-weight: 400;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.list-style-circle {
    list-style-type: circle;
    list-style-position: inside;
}

.list-style-circle li {
    font-weight: 500;
    line-height: 34px;
}

.media-icon-secondary a:hover {
    color: var(--theme-primary-color) !important;
}

.hover-text-dark:hover {
    color: var(--theme-dark-color) !important
}

.zoomWindow {
    background-color: var(--theme-light-color)
}

.list-ml-30 li+li {
    margin-left: 30px;
}

.list-ml-5 li+li {
    margin-left: 5px;
}

.list-mt-10 li+li {
    margin-top: 10px;
}

[class*="after-right-border-"]::after {
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    position: absolute;
    transform: translateY(-50%);
}

.after-right-border-extra1::after {
    background-color: var(--theme-extra2-color);
}

[class*="after-border-"] .owl-item .product-wrapper::after,
[class*="after-border-"] .product-wrapper::after {
    content: '';
    width: 1px;
    display: block;
    position: absolute;
    z-index: 10;
    background-color: var(--theme-gray-color);
}

.after-border-one .owl-item .product-wrapper::after,
.after-border-one .product-wrapper::after {
    top: 50%;
    height: 70%;
    transform: translateY(-50%);
}

[class*="after-border-"] {
    position: relative;
}

.after-border-two::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

.after-border-two .owl-item .product-wrapper::after,
.after-border-two .product-wrapper::after {
    height: 100%;
    top: 0;
}

[class*="e-hover-shadow"][class*="after-border-"] .owl-item .product-wrapper::after {
    right: -10px;
}

[class*="e-hover-shadow"][class*="after-border-"] .owl-item .product-wrapper:hover::after {
    display: none;
}

[class*="after-border-"].e-bg-white::after {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    background-color: var(--theme-white-color);
    z-index: 99;
}

.owl-carousel.after-border-one.e-bg-white::after {
    right: 0;
}

[class*="right-line-"] {
    position: relative;
    height: 100%;
}

[class*="right-line-"]::after {
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    content: "";
    background-color: #d1d1d1;
}

.col:last-child [class*="right-line-"]::after {
    display: none;
}

[class*="primary-right-line-"]::after {
    background-color: var(--theme-primary-color)
}

[class*="gray-right-line-"]::after {
    background-color: #d1d1d1
}

.border-mb-one {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}

.col:last-child .border-mb-one {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

img.sticky-logo,
img.mobile-logo,
img.nav-logo {
    aspect-ratio: auto 130 / 49;
}

.navbar-brand {
    padding: 0;
    flex-shrink: 0;
}

.sign-in {
    font-size: 13px;
    line-height: 30px;
    font-weight: 400
}

.box-80px {
    width: 80px;
    height: 80px;
}

[class*="flaticon"].flat-mini::before {
    position: relative;
    top: 2px;
}

[class*="flaticon"].flat-small::before {
    position: relative;
    top: 3px;
}

[class*="flaticon"].flat-medium::before {
    position: relative;
    top: 5px;
}

.sale-upto {
    letter-spacing: 3px;
    margin: 20px 0 30px;
}

.sale-upto span:last-child {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
    padding: 2px 10px;
}

.custom-class-133 .sale-upto {
    letter-spacing: 0;
    margin: 0 0 20px;
}

.custom-class-133 .sale-upto span:last-child {
    background-color: transparent;
    color: var(--theme-primary-color);
    padding: 0;
}

.border-general {
    border-color: var(--theme-general-color) !important
}

#page_wrapper {
	position: relative;
}

.categories-menu {
    background-color: var(--theme-white-color);
}

ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#scroll {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 100;
    display: none;
}

/*====================================================================
 Button Style
=====================================================================*/
.btn.two-corner-round {
    border-radius: 0 15px !important;
}

.btn-light {
    background-color: var(--theme-light-color);
    border-color: var(--theme-light-color);
}

.btn-light:hover {
    background-color: var(--theme-light-color);
    border-color: var(--theme-light-color);
}

.btn-outline-primary {
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: var(--theme-white-color);
}

.btn-outline-secondary {
    border: 2px solid var(--theme-secondary-color);
    color: var(--theme-secondary-color);
}

.btn-outline-secondary:hover {
    background-color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
    color: var(--theme-white-color);
}

.btn-link-left-line,
.btn-link-right-line {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-link-left-line {
    padding-left: 50px;
}

.btn-link-right-line {
    padding-right: 50px;
}

.btn-link-down-line::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme-dark-color);
}

.btn-link-down-line.text-dark::after {
    background-color: var(--theme-dark-color);
}

.btn-link-right-line::after,
.btn-link-left-line::after {
    position: absolute;
    content: "";
    width: 40px;
    top: 50%;
    height: 2px;
    background-color: var(--theme-secondary-color);
}

.btn-link-left-line::after {
    left: 0;
}

.btn-link-right-line::after {
    right: 0;
}

.btn-link-down-line:hover {
    color: var(--theme-secondary-color) !important;
}

.btn-link-down-line:hover::after {
    width: 70%;
    background-color: var(--theme-secondary-color);
}

.btn-link-down-line.text-white::after {
    background-color: var(--theme-white-color);
}

.btn-extra {
    background-color: var(--theme-extra2-color);
    color: var(--theme-dark-color) !important;
}

.btn-border {
    border: 2px solid;
    border-color: var(--theme-dark-color);
    padding: 0 15px;
    line-height: 40px;
    display: table;
    color: var(--theme-dark-color);
}

.btn-border:hover {
    border: 2px solid;
    border-color: var(--theme-dark-color);
    color: var(--theme-dark-color);
}

.btn-link-down-line {
    line-height: inherit !important;
}

.btn-link {
    text-decoration: none;
}


/*==================================================================
 Thumbnail Style
===================================================================*/
.entry-thumbnail-wrapper .icon-font {
    display: table;
}

.thumb-style-1 .entry-wrapper {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid;
    border-color: var(--theme-light-color);
}

.thumb-style-1 .entry-wrapper:hover {
    background-color: var(--theme-light-color);
}

.thumb-style-1 .entry-wrapper .thumb-icon {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.thumb-style-1 .entry-wrapper .thumb-icon i {
    color: var(--theme-primary-color);
}

.thumb-style-1 .entry-wrapper .thumb-icon i:before {
    font-size: 45px;
}

.thumb-style-1 .entry-wrapper .thumb-image {
    margin-bottom: 15px;
}

.thumb-style-2 .entry-wrapper,
.thumb-style-3 .entry-wrapper {
    padding: 24px;
}

.thumb-style-4 .entry-wrapper {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
} 

.thumb-style-4 .entry-wrapper .post-thumbnail {
    width: 200px;
    height: 200px;
    margin-left:auto;
    margin-right:auto;
}

.thumb-style-4 .entry-wrapper .post-thumbnail img {
    height: 100%;
    max-width: max-content;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.thumb-style-7 .entry-wrapper,
.thumb-style-8 .entry-wrapper {
    padding: 24px;
}


/*====================================================================
Icons Style Start 
====================================================================*/

[class*="unicode-icon"] {
    width: 16px;
    height: 16px;
}

.unicode-icon-2x {
    width: 32px;
    height: 32px
}

.unicode-icon-3x {
    width: 48px;
    height: 48px
}

.unicode-icon-4x {
    width: 64px;
    height: 64px
}


/* Category Icon Thumb  */

.category-icon-thumb {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
}

.category-icon-thumb img {
    width: 32px;
}

.category-icon-thumb a {
    color: var(--theme-dark-color);
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}

.img-list-one .content {
    width: 80%
}


/*====================================================================
Time Counting Style Start 
====================================================================*/

.time-count ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.time-count.flex-between ul {
    justify-content: center;
    gap: 10px;
}

.time-count.flex-around ul {
    justify-content: space-around;
}

.time-count li span:first-child {
    color: var(--theme-dark-color);
    font-weight: 500;
    font-size: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    display: block;
}

.time-count li span:last-child {
    font-weight: 400;
    color: var(--theme-general-color);
    display: block;
    text-align: center;
}

.custom-class-119 .time-count li span:first-child {
	color: var(--theme-white-color);
	width: auto;
}
.custom-class-119 .time-count li span:last-child {
	color: var(--theme-white-color);
	width: auto;
}

.custom-class-119 .time-count li span:last-child {
    color: var(--theme-white-color) !important;
    font-weight: 400;
    text-transform: uppercase;
}

.type-two .time-count li span:last-child,
.type-two .time-count li:last-child span:first-child:after {
    display: none;
}

.type-two .time-count li span:first-child {
    background-color: transparent;
    position: relative;
    line-height: inherit;
    width: auto;
    height: auto;
    padding-right: 16px;
}

.type-two .time-count li span:first-child:after {
    position: absolute;
    content: ":";
    top: calc(50% - 2px);
    right: 6px;
    transform: translateY(-50%);
    color: var(--theme-dark-color)
}

.deal-out-time {
    display: flex;
    align-items: center;
}

.deal-out-time .time-count.type-three ul li:first-child {
    display: none
}

.deal-out-time .time-count.type-three ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px;
}

.deal-out-time .time-count.type-three ul li::before {
    position: absolute;
    content: ":";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: var(--theme-white-color)
}

.deal-out-time .time-count.type-three ul li:last-child:before {
    display: none;
}

.deal-out-time .time-count.type-three ul li span {
    color: var(--theme-white-color) !important;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.deal-out-time .time-count.type-three ul li span:first-child {
    width: auto;
    height: auto;
    background-color: transparent;
    margin-right: 5px;
}

.time-box ul {
    flex-wrap: wrap !important;
}

.time-count.time-box li {
    border: 2px solid var(--theme-secondary-color);
    text-align: center;
    padding: 10px;
}

.time-box li span {
    display: block;
    text-align: center;
    color: var(--theme-secondary-color)
}

.time-count.time-box li span:first-child {
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    line-height: initial;
	height: auto;
	color: var(--theme-secondary-color);
}

.time-count.time-box li span:last-child {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	margin-top: 0;
	color: var(--theme-secondary-color);
}

.time-count.type-4 ul li {
    padding: 0 10px;
}


/*====================================================================
Form Style Start
====================================================================*/
.form-boder .form-control {
    padding: 10px 15px;
}

textarea.form-control {
    height: auto;
}

select:focus {
    outline: none;
}

.form-control,
.form-control:focus {
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}
.form-control {
    border-radius: 0;
    height: auto;
}

input.text-white::placeholder {
    color: var(--theme-white-color) !important
}

input.text-dark::placeholder {
    color: var(--theme-dark-color) !important
}

.form-inline input.search-field {
    padding: 0 20px;
    line-height: 50px !important;
    height: 50px;
}

.product-search-two .form-inline input.search-field {
    order: 2 !important;
    border-radius: 0;
}

.search-box-shape input.search-field {
    border-radius: 0 !important;
}

.product-search-one .search-round-shape input.search-field {
    border-radius: 5px 0 0 5px !important;
}

.product-search-one .search-pill-shape input.form-control {
    border-radius: 50px 0 0 50px !important;
}

.form-inline select {
    border-radius: 0;
}

.product-search-two .select-appearance-none {
    order: 1 !important;
}

.product-search-two .search-box-shape .select-appearance-none select {
    border-radius: 0 !important;
}

.product-search-two .search-round-shape .select-appearance-none select {
    border-radius: 5px 0 0 5px !important;
}

.product-search-two .search-pill-shape .select-appearance-none select {
    border-radius: 50px 0 0 50px !important;
}

.form-inline select::-ms-expand {
    display: none;
}

[class*="product-search-"] .select-appearance-none {
    position: relative;
    min-width: 140px;
}

[class*="product-search-"] .select-appearance-none::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    content: "";
    background-color: #dcd9d9;
}

.product-search-one .select-appearance-none::before {
    left: 0;
}

.product-search-two .select-appearance-none::before {
    right: 0;
}

[class*="product-search-"] .form-inline.search-border-round button {
    background-color: transparent;
}

.product-search-two .form-inline button {
    order: 3 !important;
}

.search-box-shape button {
    border-radius: 0 !important;
}

.search-border-round button,
.search-round-shape button {
    border-radius: 0 5px 5px 0 !important;
}

.search-pill-shape button,
.rounded-right-pill {
    border-radius: 0 45px 45px 0 !important;
}

.subscribe-form .form-control {
    padding: 10px 120px 10px 20px;
    height: 46px;
}

.subscribe-form .form-control:focus {
    background-color: #fff;
}

.margin-top-minus-one {
    margin-top: -125px;
    position: relative;
}

.subscribe-form-2 form {
	width: 100%
}

.subscribe-form-2 .mc4wp-form-fields,
.subscribe-form-2 {
    display: flex;
    flex-wrap: wrap;
	width: 100%
}

.subscribe-form-2 .mc4wp-form-fields input,
.subscribe-form-2 input {
	border: 0;
    border-bottom: 1px solid var(--theme-secondary-color);
    border-radius: 0 !important;
    padding: 10px 0;
    width: auto;
    flex-grow: 1;
}

.subscribe-form-2 .mc4wp-form-fields button,
.subscribe-form-2 button {
    border-bottom: 1px solid var(--theme-secondary-color);
    border-radius: 0 !important;
    margin-left: 20px;
    padding: 0;
}

.search-no-results .searchform {
    margin-top: 15px;
}

.search-pop .toggle-icon {
    cursor: pointer
}

.search-pop .search-form {
    position: absolute;
    padding: 10px;
    top: 50px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.search-form.visible {
    animation-name: slideInRight;
    animation-duration: 0.3s;
    visibility: visible;
    opacity: 1;
}

.searchform .btn-search {
    position: absolute;
    top: 50%;
    right: 15px;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 14px;
}

.search-form .form-control {
    border-radius: 22px;
    width: 190px;
    height: 44px;
    padding: 5px 40px 5px 15px;
    font-family: var(--theme-general-font);
    font-size: 13px;
    border: 1px solid;
    border-color: var(--theme-gray-color);
    margin: 0
}

.search-pop .search-form .form-control {
    width: 250px;
}



/* ====================================================================
Popular Categories in Electronic Style Start
=====================================================================*/

.product-category {
    display: flex;
}

.product-category .caregory-image {
    margin-right: 30px;
}

.product-category .caregory-image img {
    width: 100px
}

.product-category .popular-categories-menu li {
    line-height: 28px;
}

.product-category .popular-categories-menu li a {
    color: var(--theme-general-color);
}

.product-category .popular-categories-menu h4>a {
    color: var(--theme-secondary-color)
}

.product-category .popular-categories-menu h4>a:hover,
.product-category .popular-categories-menu li a:hover {
    color: var(--theme-primary-color);
}

.product-category .btn-link {
    color: var(--theme-secondary-color);
    margin-top: 20px;
}


/*====================================================================
Category's Sub Categories in fashion store Style Start 
====================================================================*/

ul.sub-categories li a {
    font-weight: 400;
    color: var(--theme-general-color);
    padding: 5px 0;
    display: block;
}

ul.sub-categories li a:hover {
    color: var(--theme-primary-color);
}


/*====================================================================
Categroy List in Grocery Store Style Start
=====================================================================*/

.categroy-list ul {
    display: flex;
    flex-wrap: wrap;
}

.categroy-list ul li+li {
    position: relative;
    padding-left: 10px;
}

.categroy-list ul li+li::after {
    content: "|";
    position: absolute;
    left: 3px;
    top: 0;
}

.categroy-list ul li a {
    color: var(--theme-general-color)
}

.categroy-list ul li a:hover {
    color: var(--theme-primary-color)
}


/*====================================================================
Side push nav and category Style Start
=====================================================================*/
.nav-rightpush-overlay .categories-menu,
.nav-leftpush-overlay .categories-menu {
    position: inherit;
}

/*Hide scrollbar for Chrome, Safari and Opera*/
.navbar-slide-push .push-navbar::-webkit-scrollbar,
.navbar-slide-push .categories-menu::-webkit-scrollbar {
    display: none;
}

/*Hide scrollbar for IE, Edge and Firefox*/
.navbar-slide-push .push-navbar,
.navbar-slide-push .categories-menu {
    -ms-overflow-style: none;
    /*IE and Edge*/
    scrollbar-width: none;
    /*Firefox*/
    height: 100vh;
    display: block;
}

.categories-menu {
    position: absolute;
    top: 100%;
    z-index: 90;
    width: 100%;
    left: 0;
    display: table;
}

.categories-menu ul.menu {
    padding: 15px 0;
    position: relative;
    list-style: none;
    margin: 0;
}

.menu-and-category ul.navbar-nav>li,
.categories-menu>ul.menu>li {
    padding: 0 20px;
    position: static;
}

.navbar-slide-push .navbar-nav .nav-item .nav-link,
.categories-menu ul.menu li a {
    border-bottom: 1px solid #ddd !important;
}

.navbar-slide-push .navbar-nav .nav-item:last-child .nav-link,
.categories-menu ul.menu li:last-child a {
    border-bottom: none !important;
}

.categories-menu ul.menu li.highlight a {
    color: var(--theme-secondary-color)
}

.categories-menu .menu-item-has-children>a::after {
    position: absolute;
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: var(--theme-general-color);
    border: 0;
}

.categories-menu .menu-item-has-children:hover::after {
    color: var(--theme-primary-color)
}

.categories-menu ul.menu li a {
    font-family: var(--theme-general-font);
    color: var(--theme-general-color);
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 8px 0;
    line-height: 24px;
}

.categories-menu ul.menu li a:hover {
    color: var(--theme-secondary-color);
}

.nav-rightpush-overlay .navbar-expand-lg .navbar-slide-push,
.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
    padding: 0;
}

#menu-and-category .nav-item,
#menu-and-category2 .nav-item {
    width: 50%;
}

#menu-and-category .nav-link,
#menu-and-category2 .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
	font-size: 14px;
}

#menu-and-category .nav-link.active,
#menu-and-category2 .nav-link.active {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
}

#menu-and-category .nav-link,
#menu-and-category2 .nav-link {
    color: var(--theme-dark-color);
}

.nav-rightpush-overlay .navbar-expand-lg .navbar-slide-push,
.nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
    background-color: var(--theme-white-color);
}

.categories-menu-wrapper>i {
    padding: 10px;
    background: var(--theme-dark-color);
    color: var(--theme-primary-color);
}

.category-hover-open .categories-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
}

.category-hover-open:hover .categories-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.category-title-wrapper {
    cursor: pointer;
    font-size: 14px;
}


/*====================================================================
Mega Menu Navigation Style Start
====================================================================*/
.unicode-menu-element.unicode-megamenu-list,
.unicode-menu-element.unicode-megamenu-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-and-category .dropdown.mega-dropdown {
    position: relative;
}

.categories-menu ul.menu li a {
    position: relative;
}

.categories-menu .unicode-megamenu-wrapper {
    background-color: #ffffff;
    border: 0;
    border-top: 2px solid;
    border-top-color: var(--theme-primary-color);
    border-radius: 0;
}

.categories-menu .unicode-megamenu-wrapper {
    background-color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 98;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    display: flex;
    margin: 0;
}

.categories-menu .unicode-megamenu-wrapper {
    left: 100%;
    top: 0;
}

.categories-menu ul.menu>li:hover .unicode-megamenu-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0;
    padding: 0;
}

.categories-menu .unicode-megamenu-item-full-width .unicode-megamenu-holder {
    width: 848px!important;
}

.unicode-megamenu-list .nav-link {
    padding: 6px 5px;
}

.unicode-megamenu-holder {
    padding: 1.5em;
}

.categories-menu ul.menu .unicode-megamenu-list > li > a {
    font-weight: 500;
    font-size: 15px;
    color: var(--theme-general-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.categories-menu ul.menu .unicode-megamenu-list > li > a:after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 50px;
    height: 2px;
    left: 0;
    background-color: var(--theme-primary-color);
}

.categories-menu ul.menu .unicode-megamenu-list>li>a,
.navbar-expand-lg .navbar-nav .unicode-megamenu-list > li > .nav-link {
    font-weight: 500 !important;
    color: var(--theme-secondary-color) !important;
}


/*====================================================================
Header Section
=====================================================================*/
.header-mobile {
    display: none;
}

@media screen and (min-width: 992px) {
    .ecommerce-header .header-sticky {
        display: none;
    }
}


/* ====================================================================
Top Header Section Style Start
=====================================================================*/
.top-header ul,
.top-header ol {
    list-style: none;
    margin: 0;
}

.top-links > li {
    padding: 0 12px;
    position: relative;
}

.top-links li:first-child {
    padding-left: 0;
}

.top-links li:last-child {
    padding-right: 0;
}

.top-links li > a {
    padding: 0;
    color: var(--theme-general-color);
}

.top-links li > a > i {
    padding-right: 5px;
}

.border-bottom-one {
    border-bottom-color: #20277c !important;
}

.border-bottom-two {
    border-bottom-color: #eaeaed !important;
}

.top-header-col .my-account {
    border-left: 0;
}

.top-header-col > *,
.top-header-col > * a{
    line-height: 24px;
    padding: 0;
}

.top-links > li > a.nav-link:hover, 
.top-header .my-account-dropdown > a:hover {
    color: var(--theme-primary-color);
}


/*====================================================================
Main Header Section Style Start
=====================================================================*/
.menu-all-pages-container {
    display: flex;
    width: 100%;
}

.my-account-info .my-account-dropdown > a,
[class*="header-cart-"] .cart {
    display: flex;
    align-items: center;
    color: var(--theme-general-color);
}

.wishlist-view span.header-wishlist-count,
.refresh-view span.header-compare-count,
[class*="header-cart-"] .cart .cart-icon .header-cart-count {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: var(--theme-dark-color);
    color: var(--theme-white-color);
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 22px;
    top: -6px;
    left: -6px;
    font-weight: 400;
}

[class*="header-cart-"] .cart .cart-wrap .header-cart-total {
    display: flex;
    flex-direction: column;
}

.header-cart-7 .cart .cart-wrap {
    flex-direction: row;
}

.header-cart-7 .cart .cart-wrap .header-cart-count {
    margin-right: 5px
}

.my-account-info .user-txt,
[class*="header-cart-"] .cart .cart-wrap .cart-text,
[class*="header-cart-"] .cart .cart-wrap .header-cart-count,
[class*="header-cart-"] .cart .cart-wrap .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 600
}

.header-cart-3 .cart .cart-icon .header-cart-count,
.header-cart-6 .cart .cart-icon .header-cart-count,
.header-cart-7 .cart .cart-icon .header-cart-count,
.header-cart-1 .cart .cart-wrap,
.header-cart-4 .cart .cart-wrap,
.header-cart-2 .cart .cart-wrap .header-cart-count,
.header-cart-5 .cart .cart-wrap .header-cart-count,
.header-cart-3 .cart .cart-wrap .cart-text,
.header-cart-6 .cart .cart-wrap .cart-text,
.header-cart-7 .cart .cart-wrap .cart-text,
.header-cart-3 .cart .cart-wrap .woocommerce-Price-amount,
.header-cart-5 .cart .cart-wrap .woocommerce-Price-amount {
    display: none
}

.header-cart-3 .cart .cart-wrap .header-cart-count {
    font-size: 14px;
    font-weight: 600
}

.header-cart-5 .cart .cart-wrap .cart-text {
    text-transform: uppercase;
    font-weight: 600
}

.navbar-nav .tooltip {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
    top: -5px;
}

.navbar-nav .tooltip::after {
    border-top: 5px solid var(--theme-primary-color);
}

.main-nav .navbar {
    position: static;
}

.navbar .navbar-nav li>ul.dropdown-menu.mega-dropdown-menu {
    width: calc(100% - 20px);
    left: 10px;
}

.navbar .navbar-nav li > ul.dropdown-menu li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar .navbar-slide-push .navbar-nav li>ul.dropdown-menu.mega-dropdown-menu {
    left: 100%;
    width: 100%;
}

.nav-extra1-hover .navbar-nav .nav-link:hover {
    color: var(--theme-extra2-color) !important;
}

.navbar-expand-lg.nav-border-active .navbar-nav .nav-item {
    margin: 0;
}

.navbar .navbar-nav li>ul.dropdown-menu li {
    margin: 2px 0;
    line-height: 40px;
}

.navbar .navbar-nav li>ul.dropdown-menu li.active>a,
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--theme-primary-color) !important;
    background-color: var(--theme-light-color) !important;
}

.margin-right-1>div:not(:last-child) {
    margin-right: 10px
}

.margin-right-3>div:not(:last-child) {
    margin-right: 30px
}
.header-cart-1 .cart-icon,
.header-cart-6 .cart-icon {
	background-color: var(--theme-light-color);
}

.my-account-info .user-name {
    color: var(--theme-dark-color);
}

.my-account-info .my-account-txt {
    line-height: 20px;
    display: flex;
    flex-direction: column;
}

[class*="header-cart-"]{
    line-height: initial;
}

.flat-default:before {
    font-size: 16px;
    line-height: 16px;
}

.my-account-info .my-account-icon,
[class*="header-cart-"] .cart-icon,
.search-view>a,
.wishlist-view>a,
.refresh-view>a,
.sign-in>a {
    line-height: 45px;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
	color: var(--theme-dark-color);
	position: relative;
}

[class*="header-cart-"] .cart-icon [class*="flaticon-"]:before,
.search-view>a [class*="flaticon-"]:before,
.wishlist-view>a [class*="flaticon-"]:before,
.refresh-view>a [class*="flaticon-"]:before,
.sign-in>a [class*="flaticon-"]:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.my-account-info .user-txt,
[class*="header-cart-"] .cart .cart-wrap .cart-text {
    font-weight: 500;
    margin-bottom: -4px;
}

.header-cart-6 .header-cart-item-text {
	margin-bottom: -5px;
}

/* ====================================================================
Extra Banner Style Start
=====================================================================*/

.banner-wrapper {
    position: relative;
    height: 100%;
}

.banner-wrapper .banner-image, 
.banner-wrapper .banner-image img {
    width: 100%;
    height: 100%;
}

.banner-wrapper.text-right .banner-content {
	text-align: right;
}

.banner-wrapper.text-center .banner-content {
	text-align: center;
}

.banner-three.banner-wrapper {
    overflow: hidden;
    max-height: 300px;
}

.banner-wrapper .banner-image,
.banner-wrapper .banner-image img {
    width: 100%;
}

.custom-class-101 .banner-content {
    top: 85%;
    transform: translateY(-100%);
    left: 40px;
}

.custom-class-102 .banner-content {
    top: 10%;
    transform: translate(-50%);
    left: 50%;
    text-align: center;
}

.custom-class-102 .banner-content .btn-border {
    margin-left: auto;
    margin-right: auto;
    color: var(--theme-secondary-color);
    text-transform: uppercase;
    font-size: 12px;
}

.custom-class-103 .banner-content {
    top: 85%;
    transform: translateY(-100%);
    left: auto;
    right: 40px;
    text-align: right;
}

.custom-class-104 .banner-content {
    top: 40px;
    left: 40px;
}

.custom-class-103 .banner-content .btn-link-down-line {
    margin-left: auto;
}

.custom-class-104 .banner-content .btn-link,
.custom-class-105 .banner-content .btn-link {
    color: var(--theme-white-color);
    border-bottom-color: var(--theme-white-color);
}

.custom-class-105 .banner-content {
    text-align: center;
    width: 75% !important;
    height: 80%;
    border: 3px solid var(--theme-white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-class-106 .banner-content {
    top: 5%;
    left: 9%;
    width: 75%
}

.custom-class-107 .banner-content {
    left: 60px;
    width: 60%
}

.custom-class-108 .banner-content {
    left: 50px;
}

.custom-class-115 {
    height: 100%;
    position: relative
}

.custom-class-115 .content {
    padding: 50px;
    width: 75%;
    color: var(--theme-white-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.custom-class-116 .banner-content {
    width: 500px;
    color: var(--theme-white-color);
    text-align: center;
}

.custom-class-117 .banner-content {
    text-align: center;
    width: 60%;
}

.custom-class-117 .banner-content a.price {
    font-family: var(--theme-highlight-font);
    color: var(--theme-white-color);
    font-size: 20px;
    font-weight: 600;
}

.custom-class-118 .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.custom-class-118 .banner-image {
    width: 90%;
    margin-left: auto;
}

.custom-class-118 .banner-content .product-tag {
    position: absolute;
    top: 165px;
    left: -160px;
    width: 350px;
    height: 23px;
    transform: rotate(90deg);
}

.custom-class-118 .banner-content .product-tag span {
    position: absolute;
    top: 0;
    left: 40px;
    color: var(--theme-general-color);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.custom-class-118 .banner-content .product-tag span::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    top: 50%;
    left: -40px;
    background-color: var(--theme-general-color);
    transform: translateY(-50%);
}

.custom-class-118 .banner-content .content-bottom {
    position: absolute;
    bottom: 30px;
    left: 0
}

.thumb-blog-simple .post-content .btn-link-down-line,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line {
    color: var(--theme-general-color);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
}

.thumb-blog-simple .post-content .btn-link-down-line::after,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line::after {
    background-color: var(--theme-general-color);
}

.thumb-blog-simple .post-content .btn-link-down-line:hover,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line:hover {
    color: var(--theme-primary-color);
}

.thumb-blog-simple .post-content .btn-link-down-line:hover::after,
.custom-class-118 .banner-content .content-bottom .btn-link-down-line:hover::after {
    background-color: var(--theme-primary-color);
}

.custom-class-109 .banner-content {
    left: 50px;
    width: 40%;
}

.banner-three .banner-content span {
    font-size: 16px;
    font-weight: 500;
}

.banner-three .banner-content a.btn-link {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    text-decoration: underline !important;
}

.banner-four .off {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    left: -40px;
    top: 40%;
    transform: translateY(-40%);
}

.banner-five img {
    width: 100%;
}

.custom-class-110 .banner-content {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 210px;
}

.banner-five .banner-content h5 {
    font-size: 21px;
}

.custom-class-111 .banner-content {
    right: 10%;
    width: 45%;
}

.custom-class-112 .banner-content {
    left: 8%;
    width: 58%;
    bottom: 15%;
}

.custom-class-113 {
    margin-bottom: 25px;
}

.custom-class-113 .banner-content {
    left: 7%;
    width: 60%;
    top: 15%;
}

.custom-class-114 .banner-content {
    left: 50px;
    width: 41%;
}

.banner-six sup {
    top: -12px;
    left: -10px;
}

.banner-seven {
    padding: 50px;
    display: flex;
    align-items: center;
}

.banner-seven .banner-image {
    width: 230px;
    display: inline-table;
}

.banner-seven .banner-content {
    padding-left: 20px;
}

.banner-seven .product-cats a {
    color: var(--theme-general-color);
    font-family: var(--theme-extra-font);
    font-size: 15px;
}

.banner-seven h4 {
    line-height: 36px;
    font-weight: 500;
}

.banner-seven .price-offer {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.banner-seven .price-offer .off {
    font-family: var(--theme-highlight-font);
    font-weight: 600;
    font-size: 24px;
    margin: 0 6px;
}

.banner-seven sup {
    top: -10px;
    left: 0px;
    font-size: 20px;
}

.banner-eight {
    display: flex;
    padding: 40px 30px;
    height: 100%;
    align-items: center;
}

.banner-eight .banner-content {
    width: 370px;
}

.banner-eight h4 {
    font-size: 21px;
    text-transform: uppercase;
}

.banner-eight .price-from {
    font-weight: 600;
    font-size: 15px;
}

.banner-eight .price-from .amount {
    font-size: 30px;
    font-family: var(--theme-highlight-font);
    margin-left: 15px;
}

.banner-eight .price-from .amount sup {
    top: -12px;
    left: -4px;
    font-size: 20px;
}

.banner-eight .banner-image {
    width: 120px;
    margin-left: auto;
}

.categories-banner ul {
    display: flex;
    flex-wrap: wrap;
}

.categories-banner ul li a {
    color: var(--theme-white-color);
    margin-right: 10px;
    padding: 5px 0;
    line-height: 25px;
    font-weight: 500;
}

.banner-nine ul.categories-banner {
    display: flex;
    flex-wrap: wrap;
}

.banner-nine ul.categories-banner li a {
    color: var(--theme-secondary-color);
    margin-right: 5px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
}

.banner-nine .banner-content {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 240px;
    transform: translateY(-50%);
}

.banner-ten .banner-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 250px;
    display: flex;
    flex-direction: column;
}

.banner-ten .banner-content h4 {
    line-height: 28px;
}

.banner-ten .banner-content span {
    width: 170px;
    display: block;
}

.banner-ten .banner-content .start-form {
    width: 150px;
}

.banner-ten .banner-content .start-form span {
    display: block;
    font-family: var(--theme-highlight-font);
    font-weight: 600;
}

.banner-ten .banner-content .start-form span:first-child {
    font-size: 18px;
    color: var(--theme-extra2-color)
}

.banner-ten .banner-content .start-form span:last-child {
    font-size: 21px;
    color: var(--theme-dark-color)
}

.banner-ten .banner-content .btn-link {
    font-size: 16px;
    font-family: var(--theme-highlight-font);
    margin-top: 20px;
    color: var(--theme-primary-color)
}

.banner-eleven .banner-content {
    padding: 30px;
    width: 260px;
}

.slider.banner-eleven .banner-content {
    width: 350px;
}

.banner-thirteen .banner-content {
    width: 400px;
}

.banner-thirteen .banner-tagline {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}


/* ====================================================================
Extra Category Banner Style Start
=====================================================================*/

.coustom-categories-banner-1 .product-info {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--theme-white-color);
    width: 90%;
    text-align: center
}

.coustom-categories-banner-1 .product-wrapper .product-info .product-title,
.coustom-categories-banner-1 .product-wrapper .product-info .product-title a {
    font-weight: 500;
    font-size: 15px;
}

.coustom-categories-banner-1 .product-wrapper .product-info .strok {
    font-size: 13px;
    font-weight: 400;
    display: block
}

.coustom-categories-banner-2 .product-info {
    position: absolute !important;
    bottom: 0;
    left: 0;
    background-color: var(--theme-white-color);
    display: flex;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px 20px !important;
    line-height: 26px;
}

.coustom-categories-banner-2 .product-info .product-title {
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.thumb-info p {
	margin-bottom: 0;
}


/*====================================================================
Food Corner Page Style Start
=====================================================================*/

.custom-class-119 .taste-content,
.custom-class-120 .taste-content {
    padding: 10px 25px;
    color: var(--theme-white-color);
    outline: 2px dashed;
    display: table;
    font-size: 21px;
    font-weight: 400;
}

.custom-class-120 .taste-content {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--theme-highlight-font);
    padding: 15px 30px;
    margin-top: 20px;
}

.custom-class-119 .display-1 {
    font-size: 100px;
    font-weight: 700;
    margin: 30px 0 20px;
    color: var(--theme-extra2-color);
    text-transform: uppercase;
}

.custom-class-119 .display-2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--theme-white-color);
    text-transform: uppercase
}

.custom-class-120 .display-5 {
    font-size: 30px;
    font-weight: 500;
    margin: 40px 0;
}

.custom-class-119 p,
.custom-class-120 p {
    font-size: 18px;
    color: var(--theme-white-color);
    line-height: 30px;
    margin-top: 20px;
}

.custom-class-119 .display-3 {
    font-size: 24px;
    color: var(--theme-white-color);
    margin: 20px 0;
}

.custom-class-119 .delivary-express {
    position: relative;
    padding: 5px 25px;
    background-color: var(--theme-primary-color);
    font-weight: 500;
    font-size: 20px;
    display: flex;
    width: max-content;
    color: var(--theme-dark-color);
    align-items: center;
    margin: 30px 0;
}

.custom-class-119 .delivary-express::before,
.custom-class-119 .delivary-express::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    height: 100%;
    border-right: 30px solid transparent;
}

.custom-class-119 .delivary-express::before {
    border-top: 40px solid var(--theme-primary-color);
}

.custom-class-119 .delivary-express::after {
    border-bottom: 40px solid var(--theme-primary-color);
}

.custom-class-119 .delivary-express .delivery-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-class-119 .email {
    font-size: 21px;
    font-weight: 400;
    color: var(--theme-white-color);
    text-align: right;
    margin-top: 30px;
}

.custom-class-122 .banner-content {
    top: 50%;
    right: 8%;
    text-align: right;
    height: 320px;
    width: 52%;
}

.custom-class-122 .middle-content {
    position: absolute;
    top: 50%;
    right: 0;
    width: max-content;
    transform: translateY(-50%);
    z-index: 9;
}

.custom-class-122 .up-to-sale {
    font-size: 17px;
    font-weight: 500;
    color: var(--theme-extra-color);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.custom-class-122 h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px 0;
}

.custom-class-122 .category {
    font-weight: 500;
    font-size: 15px;
    color: var(--theme-secondary-color);
    text-transform: uppercase;
}

.custom-class-123 .banner-content,
.custom-class-126 .banner-content {
    width: 90%;
    height: 90%;
    background-color: var(--theme-white-opacity90-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.custom-class-123 .banner-content .middle-content,
.custom-class-126 .banner-content .middle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.custom-class-123 .banner-content .category {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-dark-color);
    letter-spacing: 2px;
}

.custom-class-123 .banner-content .sale,
.custom-class-126 .banner-content .sale {
    font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-primary-color);
    letter-spacing: 10px;
    display: block;
}

.custom-class-123 .banner-content .up-to-sale {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-dark-color);
    display: block;
    margin-bottom: 25px;
}

.custom-class-124 .banner-content {
    top: 0;
    left: 0;
    padding: 50px
}

.custom-class-124 .banner-content .category {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-secondary-color);
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.custom-class-124 .banner-content h3 {
    margin: 10px 0 30px;
}

.custom-class-124 .banner-content h3 a {
    color: var(--theme-primary-color);
    text-transform: uppercase;
    letter-spacing: 5px;
}

.custom-class-123 .banner-content .btn,
.custom-class-124 .banner-content .btn {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.custom-class-125 .banner-content {
    left: 30px;
    bottom: 30px;
}

.custom-class-125 .banner-content .category {
    font-weight: 500;
    text-transform: uppercase;
}

.custom-class-125 .banner-content .title,
.custom-class-127 .banner-content .title,
.custom-class-128 .banner-content .title,
.custom-class-130 .banner-content .title,
.custom-class-131 .banner-content .title,
.custom-class-132 .banner-content .title {
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 20px;
}

.custom-class-130 .banner-content .title,
.custom-class-131 .banner-content .title {
    margin-left: auto;
    display: table
}

.custom-class-125 .banner-content .title::after,
.custom-class-127 .banner-content .title::after,
.custom-class-128 .banner-content .title::after,
.custom-class-130 .banner-content .title::after,
.custom-class-131 .banner-content .title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--theme-secondary-color);
    top: 100%;
    left: 0;
}

[class*="custom-class-"].text-left .banner-content .title::after {
	left: 0;
	right: inherit;
}

[class*="custom-class-"].text-right .banner-content .title::after {
	left: inherit;
	right: 0;
}

.custom-class-126 .banner-content .category {
    font-size: 17px;
    font-weight: 400;
    color: var(--theme-secondary-color);
    letter-spacing: 2px;
    font-family: var(--theme-highlight-font);
}

.custom-class-126 .banner-content .sale {
    color: var(--theme-primary-color);
}

.custom-class-126 .banner-content .up-to-sale {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-secondary-color);
    display: block;
    margin-bottom: 25px;
    letter-spacing: 5px;
}

.custom-class-126 .banner-content .btn {
    border-radius: 0;
}

.custom-class-127 .banner-content {
    top: 0;
    left: 0;
    padding: 20px
}

.custom-class-128 .banner-content,
.custom-class-132 .banner-content {
    bottom: 0;
    left: 0;
    padding: 20px
}

.custom-class-129 .banner-content {
    top: 0;
    left: 0;
    padding: 50px
}

.custom-class-130 .banner-content {
    top: 0;
    right: 0;
    padding: 20px
}

.custom-class-131 .banner-content {
    bottom: 0;
    right: 0;
    padding: 20px
}

.custom-class-130 .banner-content,
.custom-class-131 .banner-content {
    text-align: right
}

.custom-class-133 .banner-content {
    bottom: 0;
    left: 0;
    padding: 20px
}

.custom-class-134 .banner-content {
    width: 450px;
    text-align: center
}

.custom-class-135 .banner-image {
    scale: 1.1;
    margin-left: -20px;
}

.food-menu-list {
    position: relative;
}

.food-menu-list .quantity {
    position: absolute;
    top: 30px;
    right: 0;
    background-color: var(--theme-light-color);
    color: var(--theme-dark-color);
    margin: 0 !important;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
}

.food-menu-list a {
    color: var(--theme-white-color);
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.food-menu-list a span {
    color: var(--theme-primary-color);
}

.food-menu-list>p {
    font-size: 15px;
    padding-right: 70px;
}

.family-food-image {
    margin-bottom: -130px;
    position: relative;
    z-index: 1
}


/*====================================================================
Classic Fashion Page Style Start
=====================================================================*/

.down-line-secondary {
    padding-bottom: 15px;
    position: relative
}

.down-line-secondary::before {
    width: 100px;
    height: 2px;
    background: var(--theme-secondary-color);
    content: "";
    top: 100%;
    left: 0;
    position: absolute;
}

.custom-class-121 .banner-image {
    width: 80%
}

.custom-class-121.image-right .banner-image {
    margin-left: auto;
}

.custom-class-121 .banner-content {
    bottom: 10%;
    right: -50px;
    width: 260px;
}

.custom-class-121.image-right .banner-content {
    left: -50px;
    width: 260px;
    text-align: right;
    right: auto;
}

.custom-class-121 .product-tag {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--theme-secondary-color);
    letter-spacing: 3px;
}

.custom-class-121 h2 {
    margin: 10px 0 20px;
}

.custom-class-121.image-right .btn-link-right-line {
    margin-left: auto;
}

.products-avilable-number {
    background: url("../images/shape/4.png") no-repeat top right;
    display: flex;
    flex-direction: column;
    height: 540px;
}

.products-avilable-number .counting,
.products-avilable-number .title {
    font-weight: 400;
    color: var(--theme-secondary-color);
    display: block;
    text-align: right;
    letter-spacing: 5px;
}

.products-avilable-number .counting {
    font-size: 72px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.products-avilable-number .title {
    font-size: 30px
}

.offer-product .product-wrapper .product-info {
    padding: 0
}

.offer-product .product-wrapper .product-info .product-cats a {
    font-family: var(--theme-extra-font);
    font-size: 15px;
    color: var(--theme-general-color);
}

.offer-product .product-wrapper .product-info .product-cats {
    margin-bottom: 10px;
}

.offer-product .product-wrapper .product-info .product-title,
.offer-product .product-wrapper .product-info .product-title a {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.offer-product .product-wrapper .product-info .product-price {
    margin: 10px 0
}

/*===================================================================
Page Title Style
====================================================================*/
.title-wrap {
    padding: 15px 0;
}
.title-text-light .title-wrap span,
.title-text-light .page-title {
    color: var(--theme-light-color);
}
.title-text-dark .title-wrap span,
.title-text-dark .page-title {
    color: var(--theme-dark-color);
    font-size: 36px;
}
.title-text-secondary .title-wrap span,
.title-text-secondary .page-title {
    color: var(--theme-secondary-color);
}
.title-text-white .title-wrap span,
.title-text-white .page-title {
    color: var(--theme-white-color);
}
.title-text-primary .title-wrap span,
.title-text-primary .page-title {
    color: var(--theme-primary-color);
}
.title-small .page-title{
    font-size: 24px;
}
.title-medium .page-title{
    font-size: 36px;
}
.title-large .page-title{
    font-size: 48px;
}
.banner-one .btn-link {
    padding: 10px 15px;
    border: 2px solid;
    border-color: var(--theme-dark-color);
}
.banner-style-2 .main-banner {
    border-radius: 10px;
}


/*====================================================================
Breadcrumb Style Start
=====================================================================*/
nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb-divider-arrow .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    color: var(--theme-secondary-color);
}

.breadcrumb-divider-slash .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "/");
    color: var(--theme-secondary-color);
}

.breadcrumb-divider-dot .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ".");
    color: var(--theme-secondary-color);
}

.breadcrumb-item+.breadcrumb-item {
    color: var(--theme-primary-color);
}

/* breadcrumd divider */
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a{
    font-size: 15px;
    font-weight: 400;
}
.line-slash .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
}
.forward-slash .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}
.greater-than .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
}
.simple-dot .breadcrumb-item+.breadcrumb-item::before {
    content: ".";
}
.simple-hipen .breadcrumb-item+.breadcrumb-item::before {
    content: "-";
}


/*====================================================================
Sidebar Style Start
=====================================================================*/

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul.children {
    margin-top: 10px;
    margin-left: 10px;
}

#sidebar .widget-title {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 0;
}

#sidebar .widget-title+* {
     margin-top: 15px;
}

.sidebar-blog .widget ul li {
    padding: 10px 0;
    border: 0;
    margin: 0;
}

.widget_categories ul li {
    border: 0;
    list-style: inside;
    list-style-type: circle;
}

.sidebar-blog .widget ul li a:hover {
    text-decoration: underline;
}

.sidebar-inner .widget ul li .comment-author-link a,
.sidebar-inner .widget ul li .comment-author-link {
    color: var(--theme-secondary-color);
}

#sidebar .widget:last-child {
    margin-bottom: 0 !important;
}

.widget_search input,
.search-widget input {
    padding: 13px 35px 13px 20px;
}

.widget-padding-one .widget {
    padding: 25px 20px;
    border: none
}

.widget_product_categories ul li {
    border: none;
    position: relative;
}

.widget_product_categories ul li a {
    font-size: 15px;
    font-weight: 400;
}

.widget_product_categories .cat-item.cat-parent>a {
    position: relative;
    display: table;
}

.widget_product_categories .cat-item.cat-parent>span {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
}

.widget_product_categories .cat-item.cat-parent>span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 10px;
    font-weight: 900;
}

.widget_product_categories .cat-item.cat-parent ul.children {
    margin-left: 15px;
    display: none;
}

.widget_product_categories .cat-item.cat-parent.open ul.children {
    display: block;
    margin-top: 5px;
}

.widget_product_categories .cat-item.cat-parent a span {
    float: inherit;
    margin-left: 3px;
}

.widget.widget_rating_filter li.wc-layered-nav-rating,
.widget.widget_layered_nav li.wc-layered-nav-term {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    color: var(--theme-general-color);
    cursor: pointer;
}

.widget.widget_rating_filter li.wc-layered-nav-rating.chosen,
.widget.widget_rating_filter li:hover,
.widget.widget_layered_nav li.wc-layered-nav-term.chosen,
.widget.widget_layered_nav li:hover {
    color: var(--theme-secondary-color);
}

.widget.widget_rating_filter li.wc-layered-nav-rating.chosen a::before,
.widget.widget_rating_filter li.wc-layered-nav-rating a:hover::before,
.widget.widget_layered_nav li.wc-layered-nav-term.chosen a::before,
.widget.widget_layered_nav li.wc-layered-nav-term a:hover::before {
    border: 5px solid;
    border-color: #2370F4;
}

.widget.widget_rating_filter li.wc-layered-nav-rating a::before,
.widget.widget_layered_nav li.wc-layered-nav-term a::before {
    border: 2px solid #e9e9e9;
    background-color: #fff;
    content: "";
    display: inline-table;
    height: 16px;
    margin-right: 8px;
    width: 16px;
    padding: 0;
}

.widget.widget_rating_filter li:not(:last-child),
.widget.widget_layered_nav ul li:not(:last-child) {
    margin-bottom: 5px !important;
}

ul.swatch-filter-inline {
    display: flex;
    flex-wrap: wrap;
}

.widget.widget_layered_nav ul.swatch-filter-inline li.wc-layered-nav-term {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
}

.widget.widget_layered_nav ul.swatch-filter-inline li.wc-layered-nav-term a::before {
    display: none;
}

.widget.widget_layered_nav ul.swatch-filter-inline li.wc-layered-nav-term span.swatch-color {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid;
    border-color: var(--theme-gray-color);
}

.widget.widget_layered_nav ul.swatch-filter-inline li.wc-layered-nav-term span.swatch-circle {
    border-radius: 100%;
}

.widget.widget_layered_nav ul.swatch-filter-inline li.wc-layered-nav-term.chosen span.swatch-color::before {
    content: "✔";
    position: absolute;
    font-size: 15px;
    color: var(--theme-white-color);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.swatch-filter-pa_color li.wc-layered-nav-term span.swatch-color.swatch-circle.swatch-normal {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}

.swatch-filter-pa_color li.wc-layered-nav-term span.swatch-color.swatch-squire.swatch-normal {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}

.widget.widget_layered_nav ul.swatch-filter-inline li.wc-layered-nav-term .count, 
.widget.widget_layered_nav ul.swatch-filter-inline li.wc-layered-nav-term a span.nav-title {
    display: none;
}

.widget.widget_layered_nav .swatch-filter-pa_color .maxlist-more {
    display: none;
}

.widget-title-bordered-full .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    border-bottom: 2px solid var(--theme-gray-color);
}

.widget-toggle .widget-title::after {
    position: absolute;
    top: 4px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 10px;
    font-weight: 900;
}

.widget-toggle.closed ul {
    display: none;
}

.maxlist-more {
    margin-top: 15px;
    display: table;
    cursor: pointer;
    color: var(--theme-secondary-color);
    font-weight: 500;
    font-size: 14px;
}

.widget.widget_layered_nav [class*="swatch-filter-"] li:nth-child(n+6) {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
    margin-bottom: 0 !important;
}

.widget.widget_layered_nav [class*="swatch-filter-"].show-more li:nth-child(n+6) {
    opacity: 1;
    visibility: visible;
    height: 100%;
    display: flex;
    margin-bottom: 15px !important;
}

.widget.widget_layered_nav [class*="swatch-filter-"].show-more .maxlist-more span:first-child,
.widget.widget_layered_nav [class*="swatch-filter-"] .maxlist-more span:last-child {
    display: none;
}

.widget.widget_layered_nav [class*="swatch-filter-"].show-more .maxlist-more span:last-child {
    display: block;
}

.widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block;
    margin-right: 5px;
}

.widget_product_categories {
    border-radius: 5px;
}

.sidebar {
    margin-bottom: 30px;
}

.product_list_widget .woocommerce-Price-amount {
    font-size: 14px;
}

/* Widget Calendar */
.widget .calendar_wrap {
    margin-top: 25px;
    padding: 0;
}

.widget .calendar_wrap .wp-calendar-table {
    width: 100%;
    text-align: center;
}

.widget .calendar_wrap .wp-calendar-table th {
    font-weight: 500;
}

.widget .calendar_wrap .wp-calendar-table td.pad {
    background-color: transparent;
}

.widget .calendar_wrap .wp-calendar-table td {
    padding: 5px;
    background-color: var(--theme-light-color);
}

.calendar_wrap .wp-calendar-nav {
    background-color: var(--theme-dark-color);
    border: 0;
    padding: 5px 10px;
}

.calendar_wrap .wp-calendar-nav a {
    color: var(--theme-primary-color);
}


/* ====================================================================
Blog Page Style Start
=====================================================================*/
.type-post .entry-title,
.type-post .entry-title a {
    word-break: break-word;
}

.type-post.sticky .entry-title {
    text-decoration: underline;
}

.type-post .entry-title {
    font-size: 21px;
    line-height: 30px;
}

.type-post .post-thumbnail img {
    width: 100%;
}

.single-post-page.type-post .entry-title {
    font-size: 30px;
}

.single-post-thumbnail {
    margin-bottom: 30px;
}

.single-post .post-meta {
    gap: 10px;
}

.blog-default-full.type-post .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.type-post.blog-default-full .entry-post {
    position: relative;
}

.type-post.blog-default-full .entry-wrapper {
    position: relative;
}

.type-post.blog-default-full .entry-wrapper .entry-meta span i {
    display: none;
}

.type-post.blog-default-full .entry-wrapper .entry-meta span,
.type-post.blog-default-full .entry-wrapper .entry-meta span a {
    text-transform: uppercase;
    color: var(--text-light-color);
    letter-spacing: 1px;
}

.type-post.blog-default-full .entry-wrapper .entry-meta span:hover,
.type-post.blog-default-full .entry-wrapper .entry-meta span a:hover {
    color: var(--theme-primary-color);
} 

.type-post.blog-default-full .entry-wrapper .entry-header {
    margin-bottom: 15px;
}

.type-post.blog-default-full .entry-wrapper .entry-footer {
    margin-top: 20px;
}

.blog-default-grid .entry-content-wrapper,
.blog-default-full .entry-content-wrapper,
.blog-default-grid .post-thumbnail,
.blog-default-full .post-thumbnail {
    padding-bottom: 15px;
}

.blog-on-overlap-right .entry-content-wrapper {
    width: 350px;
    text-align: left;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    right: 0;
}

.blog-on-overlap-right .post-meta .post-date:after,
.blog-on-overlap-right .post-meta > *,
.blog-on-overlap-right .entry-content {
    display: none;
}

.blog-on-overlap-right .post-meta .comments-num,
.blog-on-overlap-right .post-meta .post-date {
    display: block;
}

.thumb-content-box .entry-content-wrapper {
    width: 85%;
    position: relative;
    margin-top: -50px;
    background-color: var(--theme-light-color);
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
}

.thumb-content-box.text-center .post-meta {
    justify-content: center;
}

.thumb-content-box.text-center .entry-footer a,
.thumb-content-box.text-center .entry-title a {
    margin: 0 auto;
}

.thumb-content-box .entry-content-wrapper .btn-link-down-line {
    text-transform: capitalize;
    font-size: 14px;
}

.blog-big-title {
    font-family: var(--theme-general-font);
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 40px;
    padding-right: 170px;
    margin-bottom: 30px;
}

.embed-responsive iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-post-page .post-meta>span {
    border: none;
}

.post-meta a:hover {
    color: var(--theme-secondary-color);
    text-decoration: underline;
}

.entry-meta>span:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.type-post .entry-wrapper .entry-meta span {
    font-size: 13px;
}

.post-meta>span, 
.post-meta>a {
    border: 0;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-meta>span:last-child::after{
	content: "" !important;
}

[class*="meta-separator-"] .post-meta>span:after{
    position: absolute;
    right: -1px;
}

.meta-separator-slash .post-meta>span:after {
    content: "\002F";
}

.meta-separator-colon .post-meta>span:after {
    content: "\003A";
}

.meta-separator-dot .post-meta>span:after {
    content: "\002E";
}

.meta-separator-bar .post-meta>span:after {
    content: "\007C";
}

.meta-separator-hyphen .post-meta>span:after {
    content: "\002D";
}

.meta-separator-tilde .post-meta>span:after {
    content: "\007E";
}

/* Blog Grid Style */
.blog-thumb-border .entry-wrapper {
    border: 1px solid #eee;
}

.blog-thumb-border .entry-content-wrapper {
    padding: 24px;
}

.blog-overlap-left .entry-content-wrapper {
    width: 90%;
    background-color: var(--theme-light-color);
    margin-top: -50px;
    padding: 24px;
    position: relative;
    z-index: 1;
}


/* ====================================================================
Portfolio Page Style Start
=====================================================================*/

.mix-tab .nav-link {
    margin: 5px 0;
}

.portfolio-carousel .owl-carousel .owl-nav button,
.single-image-carousel .owl-carousel .owl-nav button {
    background-color: transparent;
}

.nav-tab-border-active .mixitup-control-active {
    border: 2px solid;
    border-color: var(--theme-primary-color);
    border-radius: 20px;
}

.mix-tab ul li,
.tab-simple ul li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}

.mix-tab ul.nav-tab-border-active li {
    padding: 5px 25px;
}

.nav-tab-border-active li {
    border: 2px solid;
    border-color: transparent;
}

.hover-classic-layer .portfolio-info{
    z-index: 10;
}

.portfolio-hover .portfolio-view,
.portfolio-hover .portfolio-link {
    color: #fff;
}

.portfolio-info .cat-links a,
.project-info-item .cat-links a {
    color: var(--theme-general-color);
}

.portfolio-info .cat-links a:hover,
.project-info-item .cat-links a:hover {
    color: var(--theme-secondary-color);
    text-decoration: underline;
}

.product-tab-table ul, 
.table-classic ul {
    display: flex;
    width: 100%;
    margin: 0;
}



/* ====================================================================
FAQ Page Style Start
=====================================================================*/
.faq-default-block .entry-wrapper {
    padding: 30px;
    border: 1px solid;
    border-color: var(--theme-gray-color);
}
.faq-default-block .entry-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-default-block .entry-content-wrapper .entry-footer .btn-link {
    font-weight: 400;
    text-decoration: underline;
}

.faq-default-block .entry-content-wrapper .entry-meta a {
    color: var(--theme-secondary-color)
}

/* ====================================================================
Contact Page Style Start
=====================================================================*/

form#contact-form label {
    font-weight: 600;
    margin-bottom: 10px;
}

/* ====================================================================
Pagination Style Start
=====================================================================*/
.unicode-pagination {
    width: 100%;
}
.unicode-pagination .pagination-style-one .page-numbers {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    color: var(--theme-general-color);
    text-align: center;
    padding: 0;
}
.unicode-pagination .pagination-style-one .page-numbers:hover {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: var(--theme-dark-color);
}
.unicode-pagination .pagination-style-one .page-numbers.current {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: var(--theme-white-color);
}
.unicode-pagination .pagination-style-one .prev.page-numbers,
.unicode-pagination .pagination-style-one .next.page-numbers {
    text-indent: -9999px;
    position: relative;
}
.unicode-pagination .pagination-style-one .prev.page-numbers::before,
.unicode-pagination .pagination-style-one .next.page-numbers::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 600;
    text-indent: 0;
    position: absolute;
    right: 15px;
}
.unicode-pagination .pagination-style-one .prev.page-numbers::before {
    content: "\f104";
}
.unicode-pagination .pagination-style-one .next.page-numbers::before {
    content: "\f105";
}
.unicode-pagination a.next,
.unicode-pagination a.prev {
    width: auto;
    padding: 0 15px;
}
.unicode-pagination a, 
.unicode-pagination span,
.page-numbers {
    position: relative;
    display: block;
    color: var(--theme-general-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin: 0 2px;
}
.unicode-pagination span.current {
    border-color: var(--theme-secondary-color);
    background-color: var(--theme-secondary-color);
    color: var(--theme-white-color);
}
.pagination-dotted-active .page-numbers.current{
    color: var(--theme-secondary-color);
    border: 2px dotted;
    border-color: var(--theme-secondary-color);
    background: transparent;
    border-radius: 50%;
}
.pagination-dotted-active .page-numbers {
    border: 0;
    color: var(--theme-general-color);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.unicode-pagination .nav-links {
    display: flex;
    justify-content: center;
}
.pagination {
    justify-content: center;
}


/* ====================================================================
Fact Counter Style Start
=====================================================================*/

.bar-progress span {
    margin-bottom: 5px;
    display: inline-block;
}

.progress-bar {
    transition: all 3000ms linear 0s;
    height: 100%;
    border-radius: 0;
}

.progress {
    font-size: inherit;
}

.fact-counter .progress {
    height: 5px;
    border-radius: 0;
}

.bar-progress .skill-percent {
    padding-top: 0;
	font-size: inherit;
}


/* ====================================================================
Owl carousel Style Start
=====================================================================*/

.owl-dots-my-one .owl-dots {
    margin-top: 20px;
    margin-bottom: 20px;
}

.e-hover-border-one.owl-carousel .owl-stage-outer {
    padding-top: 0;
}

.owl-outer-border-light .owl-stage-outer {
    border: 1px solid var(--theme-gray-color)
}

.outer-bg-white .owl-stage-outer {
    background-color: var(--theme-white-color);
}

.owl-mx-15 .nav-top-right .owl-nav {
    right: 15px;
}

.owl-m-one .owl-item > div {
    margin: 3px;
}

.owl-mx-15 .owl-item > div {
    margin: 0 12px;
}

.owl-mx-20 .owl-item > div {
    margin: 0 24px;
}

.owl-parent.owl-mx-20,
.products.owl-mx-20 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.owl-parent.owl-mx-15,
.products.owl-mx-15 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.owl-parent.owl-mx-5,
.products.owl-mx-5 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.owl-item-mb-50 .owl-item {
    margin-bottom: 50px;
}

.owl-item-mb-40 .owl-item {
    margin-bottom: 40px;
}

.owl-item-mb-30 .owl-item {
    margin-bottom: 30px;
}

.owl-item-mb-20 .owl-item {
    margin-bottom: 20px;
}

.owl-item-mb-10 .owl-item {
    margin-bottom: 10px;
}

.owl-item-mb-5 .owl-item {
    margin-bottom: 5px;
}

.owl-dots-mt-10.owl-carousel .owl-dots {
    margin-top: 10px;
}

.owl-carousel.owl-dot-mt-50 .owl-dots {
    margin-top: 50px
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled,
.owl-carousel button.owl-prev.disabled:hover,
.owl-carousel button.owl-next.disabled:hover {
    opacity: .6;
    cursor: no-drop;
}

.owl-nav-hover-primary .owl-nav button:not(.disabled):hover .nav-btn {
    color: var(--theme-primary-color);
}

.dot-active-one .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid transparent;
    background-color: transparent !important;
}

.dot-active-one .owl-dots button.owl-dot.active {
    border-color: var(--theme-dark-color);
    background-color: var(--theme-white-color) !important;
    outline: none;
}

.dot-active-one .owl-dots button.owl-dot span {
    background-color: var(--theme-dark-color);
    width: 5px;
    height: 5px;
    display: table;
    border-radius: 50%;
    margin: 0 auto;
}

.nav-top-right .owl-nav {
    top: -40px;
    right: 5px;
    position: absolute;
}

.nav-top-right .owl-nav .nav-btn {
    font-size: 13px;
    color: var(--theme-dark-color);
    font-weight: 600;
    font-family: var(--theme-highlight-font);
}

.nav-top-right .owl-nav .nav-btn i {
    font-size: 11px;
}

.nav-top-right .owl-nav .nav-btn.prev-slide {
    margin-right: 20px;
}

[class*="nav-arrow-middle"] .owl-nav button {
    position: absolute;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
}

[class*="nav-arrow-middle"] .owl-nav .nav-btn span {
    display: none;
}

.nav-arrow-middle-show .owl-nav button.owl-prev {
    left: 20px;
}

.nav-arrow-middle-show .owl-nav button.owl-next {
    right: 20px;
}

.nav-arrow-middle-show .owl-nav button {
    opacity: 0;
    visibility: hidden;
}

.nav-arrow-middle-show:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.testimonial-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: max-content;
}

.testimonial-slider .owl-nav button {
    position: relative;
}

.testimonial-slider .owl-nav button.owl-prev {
    margin-right: 10px;
    left: 0;
}

.testimonial-slider .owl-nav button span {
    background-color: var(--theme-primary-color);
    color: var(--theme-footer-color);
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid var(--theme-primary-color);
    border-radius: 50%;
    line-height: 34px;
    text-indent: 99999999px;
    overflow: hidden;
}

.testimonial-slider .owl-nav button i {
    text-indent: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-slider .testimonial-item {
    color: var(--theme-white-color);
}

.fact-counter .border-top:first-child {
    border-top: none !important;
}

.count-num.w-7 {
    width: 70px;
}

.bg-light-half::before {
    background-color: var(--theme-light-color);
    left: 0;
}

.bg-light-half::before,
.bg-primary-half-right::before,
.bg-primary-half-right::after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}


/* ====================================================================
Testimonial Style Start
=====================================================================*/

.testimonial-classic {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.testimonial-classic img {
    width: 60px;
    height: 60px
}

.testimonial-classic q {
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0;
    color: var(--theme-dark-color)
}

.testimonial-classic .author span {
    font-size: 15px
}


/* ====================================================================
Accordion Style Start
=====================================================================*/

.ac-card {
    background-color: var(--theme-light-color);
    padding: 15px 20px;
    margin-bottom: 15px;
}

.ac-collapse {
    margin-top: 20px;
}

.bb-accordion .ac-toggle i {
    background-color: var(--theme-secondary-color);
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50rem;
    font-size: 12px;
    text-align: center;
    line-height: 33px;
    margin-right: 10px;
    color: var(--theme-white-color);
    float: left
}

[class*="accordion-plus-"] .ac-toggle {
    position: relative;
}

.accordion-plus-right .ac-toggle {
    padding-right: 30px;
    line-height: 30px;
    display: block;
}

.accordion-plus-left .ac-toggle {
    padding-left: 30px;
}

[class*="accordion-plus-"] .ac-toggle::before,
[class*="accordion-plus-"] .ac-toggle::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    right: 0;
    background-color: var(--theme-dark-color);
    top: 50%;
    transform: translateY(-50%)
}

.accordion-plus-left .ac-toggle.active::before {
    content: "";
}

.accordion-plus-left .ac-toggle::before,
.accordion-plus-left .ac-toggle::after {
    left: 0
}

[class*="accordion-plus-"] .ac-toggle:not(.active):after {
    transform: rotate(90deg);
}


/* ====================================================================
Pricing Table Style Start
=====================================================================*/

.pricing-table .item {
    padding: 45px;
    background-color: #f7ebdf;
    border-radius: 10px;
}

.pricing-table .item.active {
    background-color: var(--theme-secondary-color);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing-table .item .type {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--theme-primary-color);
    display: block;
}

.pricing-table .item .time {
    font-size: 30px;
    font-weight: 500;
    color: var(--theme-dark-color);
}

.pricing-table .item ul {
    margin: 30px 0;
}

.pricing-table .item ul li {
    color: var(--theme-dark-color);
    line-height: 40px;
}

.pricing-table .item ul li i {
    float: right;
    color: var(--theme-secondary-color);
}

.pricing-table .item ul li i.flaticon-cancel {
    color: var(--theme-dark-color);
}

.pricing-table .item .price {
    font-size: 36px;
    font-weight: 600;
    color: var(--theme-dark-color)
}

.pricing-table .item .price sup {
    left: 10px;
    top: -15px;
    font-size: 20px;
}

.pricing-table .item.active .type,
.pricing-table .item.active .time,
.pricing-table .item.active ul li,
.pricing-table .item.active ul li i,
.pricing-table .item.active .price {
    color: var(--theme-white-color);
}


/* ====================================================================
Tab Style Start
=====================================================================*/

.nav-pills .nav-item .nav-link:focus,
.nav-pills .nav-item .nav-link.active {
    outline: none
}

.top-collection-tab .nav-pills .nav-item .nav-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.top-collection-tab .nav-pills .nav-item .nav-link i {
    margin: 0 auto
}

.top-collection-tab .nav-pills .nav-item .nav-link span {
    margin-top: 10px;
    display: block
}

.tab-active-pill.woocommerce-tabs .nav-pills .nav-link {
    color: var(--theme-dark-color);
    border-bottom-color: transparent;
    padding: 10px 20px;
    border-radius: 50rem;
    margin-bottom: 7px;
    margin-right: 5px;
    border-bottom: none;
}

.tab-active-pill.woocommerce-tabs .nav-pills .nav-link:hover::before,
.tab-active-pill.woocommerce-tabs .nav-pills .nav-link.active::before {
    display: none;
}

.section-head .woocommerce-tabs {
    margin: 0 0 -1px 0;
    position: relative;
    width: auto;
}

.section-head .woocommerce-tabs ul {
    display: flex;
    align-items: center;
}

.woocommerce-tabs .tab-content {
    padding: 0 0;
}

.woocommerce-tabs .tab-content h2 {
    font-size: 24px;
}

.woocommerce-tabs .nav-pills .nav-link {
    color: var(--theme-general-color);
    font-weight: 500;
    font-size: 19px;
    padding: 0 0 5px 0;
    margin-right: 30px;
    position: relative;
    border: none;
    border-bottom: 0;
    border-radius: 0;
    font-family: var(--theme-highlight-font);
}

.woocommerce-tabs .nav-pills .nav-item:last-child .nav-link {
    margin-right: 0;
}

.woocommerce-tabs .nav-pills .nav-link:hover,
.woocommerce-tabs .nav-pills .nav-link.active {
    color: var(--theme-secondary-color);
    border-bottom-color: var(--theme-primary-color);
    background-color: transparent;
}

.woocommerce-tabs .tab-content {
    border: none;
}

.nav-tab-active-primary .nav-item+.nav-item,
.nav-tab-active-dark .nav-item+.nav-item,
.nav-tab-active-secondary .nav-item+.nav-item {
    margin-left: 30px;
}

.nav-tab-active-primary .nav-item .nav-link,
.nav-tab-active-primary .nav-item .nav-link.active,
.nav-tab-active-secondary .nav-item .nav-link,
.nav-tab-active-secondary .nav-item .nav-link.active,
.nav-tab-active-dark .nav-item .nav-link,
.nav-tab-active-dark .nav-item .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    padding: 0;
    border-radius: 0;
}

.nav-tab-active-primary .nav-item .nav-link:hover,
.nav-tab-active-primary .nav-item .nav-link.active {
    color: var(--theme-primary-color) !important
}

.nav-tab-active-dark .nav-item .nav-link:hover,
.nav-tab-active-dark .nav-item .nav-link.active {
    color: var(--theme-dark-color) !important
}

.nav-tab-active-secondary .nav-item .nav-link:hover,
.nav-tab-active-secondary .nav-item .nav-link.active {
    color: var(--theme-secondary-color) !important;
    border-bottom-color: var(--theme-secondary-color)
}


/* ====================================================================
Wishlist Page Style Start
=====================================================================*/
.cart_totals table,
table.cart {
    border-collapse: collapse;
}

.product-name a {
    color: var(--theme-dark-color)
}

.product-add-to-cart .add_to_cart_button {
    line-height: 40px;
    padding: 0 35px;
    font-family: var(--theme-hiperlink-font);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
    opacity: 1;
    visibility: visible;
    position: inherit;
    display: table;
    float: right;
}

.bg-white-9 > div {
	z-index: 10
}

.bg-white-9::after {
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--theme-white-color);
    position: absolute;
    content: "";
    z-index: 1;
}

.fat-loss-suggestion h3 {
    text-transform: uppercase;
    letter-spacing: 6px;
}

.product-quality-info h6 {
    font-family: var(--theme-general-font);
    color: var(--theme-primary-color);
    text-transform: uppercase;
    letter-spacing: 3px
}


/* ====================================================================
Footer Style Start
=====================================================================*/
.footer-widget .contact-logo {
    margin-bottom: 25px;
    max-width: 140px;
    height: 50px;
}

.footer-widget .widget-title {
    color: var(--theme-dark-color);
    font-family: var(--theme-highlight-font);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 50px;
}

.footer-widget ul {
    padding: 0;
}

.border-footer {
    border-top: 2px solid var(--theme-gray-color);
    border-bottom: 2px solid var(--theme-gray-color)
}

.border-footer .col+.col {
    border-left: 2px solid var(--theme-gray-color);
    padding-left: 40px;
}

.back-to-top-btn {
    background-color: var(--theme-primary-color);
    color: #fff;
}

.footer-widget li a:hover {
    color: var(--theme-primary-color);
    text-decoration: underline;
}

.footer-dark .footer-widget li a:hover {
    color: var(--theme-primary-color);
}

.footer-light .footer-widget li a:hover {
    color: var(--theme-secondary-color);
}

.copyright-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.copyright-links li a.nav-link { 
    padding: 0; 
}

.copyright-links li a.nav-link {
    color: var(--theme-general-color);
}

.copyright-links li a.nav-link:hover {
    color: var(--theme-primary-color);
}

/*==============================================
 Newslatter
==============================================*/
.subscribe-form button {
	background-color: var(--theme-primary-color);
	color: #fff;
}
.unicode-newsletter-popup {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 720px;
    position: relative;
}
.newsletter-image {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

/*=====================
 Social Media
======================*/
.footer-widget .unicode-social {
    margin-top: 30px;
}
.unicode-social .social-text {
    display: none;
}
.unicode-social {
    margin-left: -5px;
    margin-right: -5px;
}
.unicode-social a {
    margin: 0 5px;
    text-align: center;
    display: inline-block;
}
.unicode-social.icons-shape-circle a {
    border-radius: 50%;
}
.unicode-social.icons-default a {
    color: var(--text-light-color);
}
.unicode-social.icons-default a:hover {
    color: var(--theme-primary-color);
    background-color: transparent;
}
.unicode-social.icons-colour a:hover {
    background-color: transparent;
}
.unicode-social.icons-fill-colour a {
    color: var(--theme-white-color);
    background-color: var(--theme-secondary-color);
}
.unicode-social.icons-fill-colour a:hover {
    color: var(--theme-white-color);
}
.unicode-social.icons-theme-colour a {
    color: var(--theme-general-color);
    border: 2px solid var(--theme-gray-color);
}
.unicode-social.icons-theme-colour a:hover {
    color: var(--theme-white-color);
    border: 2px solid var(--theme-primary-color);
    background-color: var(--theme-primary-color);
}

/* Icons Style Colour And Bordered*/
.unicode-social.icons-colour .social-facebook,
.unicode-social.icons-bordered .social-facebook{
    color:#385693;
}
.unicode-social.icons-colour .social-twitter,
.unicode-social.icons-bordered .social-twitter{
    color:#40BFF5;
}
.unicode-social.icons-colour .social-linkedin,
.unicode-social.icons-bordered .social-linkedin{
    color:#238CC8;
}
.unicode-social.icons-colour .social-stumbleupon,
.unicode-social.icons-bordered .social-stumbleupon{
    color:#EA4B24;
}
.unicode-social.icons-colour .social-tumblr,
.unicode-social.icons-bordered .social-tumblr{
    color:#395976;
}
.unicode-social.icons-colour .social-pinterest,
.unicode-social.icons-bordered .social-pinterest{
    color:#E13138;
}
.unicode-social.icons-colour .social-reddit,
.unicode-social.icons-bordered .social-reddit{
    color:#FF4006;
}
.unicode-social.icons-colour .social-vk,
.unicode-social.icons-bordered .social-vk{
    color:#5181B8;
}
.unicode-social.icons-colour .social-odnoklassniki,
.unicode-social.icons-bordered .social-odnoklassniki{
    color:#F2720C;
}
.unicode-social.icons-colour .social-pocket,
.unicode-social.icons-bordered .social-pocket{
    color:#EF4056;
}
.unicode-social.icons-colour .social-whatsapp,
.unicode-social.icons-bordered .social-whatsapp{
    color:#0DC143;
}
.unicode-social.icons-colour .social-telegram,
.unicode-social.icons-bordered .social-telegram{
    color:#64B3F5;
}
.unicode-social.icons-colour .social-email,
.unicode-social.icons-bordered .social-email{
    color:#DD4B39;
}
.unicode-social.icons-colour .social-print,
.unicode-social.icons-bordered .social-print{
    color:#444444;
}
.unicode-social.icons-colour .social-instagram,
.unicode-social.icons-bordered .social-instagram{
    color:#D02A52;
}
.unicode-social.icons-colour .social-flickr,
.unicode-social.icons-bordered .social-flickr{
    color:#FF0084;
}
.unicode-social.icons-colour .social-rss,
.unicode-social.icons-bordered .social-rss{
    color:#EF8321;
}
.unicode-social.icons-colour .social-youtube,
.unicode-social.icons-bordered .social-youtube{
    color:#F90002;
}
.unicode-social.icons-colour .social-github,
.unicode-social.icons-bordered .social-github{
    color:#323131;
}

/* Icons Style Bordered */
.unicode-social.icons-bordered a:hover{
    color:#FFFFFF;
}
.unicode-social.icons-bordered .social-facebook{
    border:2px solid #385693;
}
.unicode-social.icons-bordered .social-twitter{
    border:2px solid #40BFF5;
}
.unicode-social.icons-bordered .social-google-plus{
    border:2px solid #EB5E4C;
}
.unicode-social.icons-bordered .social-linkedin{
    border:2px solid #238CC8;
}
.unicode-social.icons-bordered .social-tumblr{
    border:2px solid #395976;
}
.unicode-social.icons-bordered .social-pinterest{
    border:2px solid #E13138;
}
.unicode-social.icons-bordered .social-reddit{
    border:2px solid #FF4006;
}
.unicode-social.icons-bordered .social-vk{
    border:2px solid #5181B8;
}
.unicode-social.icons-bordered .social-odnoklassniki{
    border:2px solid #F2720C;
}
.unicode-social.icons-bordered .social-pocket{
    border:2px solid #EF4056;
}
.unicode-social.icons-bordered .social-whatsapp{
    border:2px solid #0DC143;
}
.unicode-social.icons-bordered .social-telegram{
    border:2px solid #64B3F5;
}
.unicode-social.icons-bordered .social-email{
    border:2px solid #DD4B39;
}
.unicode-social.icons-bordered .social-print{
    border:2px solid #444444;
}
.unicode-social.icons-bordered .social-instagram{
    border:2px solid #D02A52;
}
.unicode-social.icons-bordered .social-flickr{
    border:2px solid #FF0084;
}
.unicode-social.icons-bordered .social-rss{
    border:2px solid #EF8321;
}
.unicode-social.icons-bordered .social-youtube{
    border:2px solid #F90002;
}
.unicode-social.icons-bordered .social-github{
    border:2px solid #323131;
}

/* Icons Style Fill And Bordered */
.unicode-social.icons-fill-colour a{
    color: #ffffff;
    padding: 2px;
}
.unicode-social.icons-fill-colour a:hover{
    color: #ffffff;
    opacity:.8;
}
.unicode-social.icons-fill-colour .social-facebook,
.unicode-social.icons-bordered .social-facebook:hover{
    background-color:#385693;
}
.unicode-social.icons-fill-colour .social-twitter,
.unicode-social.icons-bordered .social-twitter:hover{
    background-color:#40BFF5;
}
.unicode-social.icons-fill-colour .social-linkedin,
.unicode-social.icons-bordered .social-linkedin:hover{
    background-color:#238CC8;
}
.unicode-social.icons-fill-colour .social-stumbleupon, 
.unicode-social.icons-bordered .social-stumbleupon:hover{
    background-color:#EA4B24;
}
.unicode-social.icons-fill-colour .social-tumblr,
.unicode-social.icons-bordered .social-tumblr:hover{
    background-color:#395976;
}
.unicode-social.icons-fill-colour .social-pinterest, 
.unicode-social.icons-bordered .social-pinterest:hover{
    background-color:#E13138;
}
.unicode-social.icons-fill-colour .social-reddit,
.unicode-social.icons-bordered .social-reddit:hover{
    background-color:#FF4006;
}
.unicode-social.icons-fill-colour .social-vk,
.unicode-social.icons-bordered .social-vk:hover{
    background-color:#5181B8;
}
.unicode-social.icons-fill-colour .social-odnoklassniki,
.unicode-social.icons-bordered .social-odnoklassniki:hover{
    background-color:#F2720C;
}
.unicode-social.icons-fill-colour .social-pocket,
.unicode-social.icons-bordered .social-pocket:hover{
    background-color:#EF4056;
} 
.unicode-social.icons-fill-colour .social-whatsapp,
.unicode-social.icons-bordered .social-whatsapp:hover{
    background-color:#0DC143;
}
.unicode-social.icons-fill-colour .social-telegram,
.unicode-social.icons-bordered .social-telegram:hover{
    background-color:#64B3F5;
}
.unicode-social.icons-fill-colour .social-email,
.unicode-social.icons-bordered .social-email:hover{
    background-color:#DD4B39;
}
.unicode-social.icons-fill-colour .social-print,
.unicode-social.icons-bordered .social-print:hover{
    background-color:#444444;
}
.unicode-social.icons-fill-colour .social-instagram,
.unicode-social.icons-bordered .social-instagram:hover{
    background-color:#D02A52;
}
.unicode-social.icons-fill-colour .social-flickr,
.unicode-social.icons-bordered .social-flickr:hover{
    background-color:#FF0084;
}
.unicode-social.icons-fill-colour .social-rss,
.unicode-social.icons-bordered .social-rss:hover{
    background-color:#EF8321;
}
.unicode-social.icons-fill-colour .social-youtube,
.unicode-social.icons-bordered .social-youtube:hover{
    background-color:#F90002;
}
.unicode-social.icons-fill-colour .social-github,
.unicode-social.icons-bordered .social-github:hover{
    background-color:#323131;
}

/*======================================================================
 Sidebar Style Start
======================================================================*/
.sidebar .widget {
    padding: 24px;
    background-color: var(--theme-light-color);
}

.widget_block h2 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 0;
}

.widget-toggle .widget-title {
    position: relative;
    cursor: pointer;
}

.widget-toggle.closed ul {
    display: none;
}

.widget_product_categories .cat-item.cat-parent>span[class="icon-"] {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
}

.widget_product_categories .cat-item.cat-parent>span[class="icon-"]::after {
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
}

.widget_product_categories .cat-item.cat-parent>span.icon-1::after {
    content: "\f078";
}

.widget.sidebar-border,
.widget[class*="bg-"] {
    padding: 30px;
}

.service-widget-2 ul li {
    margin: 2px 0;
    position: relative;
}

.service-widget-2 ul li a {
    padding: 15px 30px;
    display: block;
    font-weight: 600;
    color: var(--theme-secondary-color);
    background: var(--theme-gray-color)
}

.service-widget-2 ul li::after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 600;
    right: 20px;
    top: 15px;
    color: var(--theme-secondary-color);
}

.sidebar.widget-full-width .widget {
    padding: 0;
}

.portfolio-category ul li a {
    font-weight: 400
}

.service-widget ul li,
.portfolio-category ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-portfolio.sidebar .widget {
    padding: 0
}


.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_product_categories ul li a,
.sidebar-blog .widget ul li a,
.portfolio-category ul li a {
    color: var(--theme-dark-color);
    font-size: 15px;
}

.service-widget ul li a:hover,
.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_product_categories ul li a:hover,
.portfolio-category ul li a:hover,
ul.product_list_widget li a:hover,
.tagcloud ul li a:hover,
.widget_meta ul li a:hover,
.sidebar-blog .widget ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_product_categories .cat-item.cat-parent.open > a {
    color: var(--theme-primary-color);
}

.service-widget ul li a {
    color: var(--theme-general-color);
    font-size: 16px;
    font-weight: 600
}

.widget-shadow-box .widget {
    border-top: 3px solid;
    border-color: var(--theme-primary-color)
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    padding: 6px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
}

.widget.widget_tag_cloud .tagcloud a, 
.widget_product_tag_cloud .tagcloud a {
    font-size: 15px !important;
    line-height: 24px;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 5px;
    margin-right: 0;
    border: 0;
    background: var(--theme-gray-color);
    border-radius: 3px;
    color: var(--theme-general-color);
}

.widget.widget_tag_cloud .tagcloud a:hover, 
.widget_product_tag_cloud .tagcloud a:hover {
    background: var(--theme-primary-color);
    color: var(--theme-white-color);
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget_product_categories ul li span {
    float: right
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_product_categories ul li:last-child {
    border-bottom: 0
}

#sidebar .sidebar-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
}

.tagcloud ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}

.tagcloud ul li a {
    padding: 3px 10px;
    border: 1px solid #e1e1e1;
    color: var(--theme-general-color);
    border-radius: 3px;
    font-size: 14px;
    display: block
}

.widget ul.product_list_widget li .fancy-star-rating .fancy-rating.good {
    background-color: transparent;
    color: var(--theme-primary-color);
}

.widget ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 70px;
    margin-right: 10px;
    background-color: var(--theme-gray-color)
}

.product_list_widget .woocommerce-Price-amount {
    color: var(--theme-secondary-color);
    font-weight: 500
}

.product_list_widget del .woocommerce-Price-amount {
    color: var(--theme-general-color)
}

.search-widget form {
    position: relative
}

.search-widget input {
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 50px;
    padding-right: 60px;
    margin: 0;
    background-color: var(--theme-gray-color);
    border-radius: 3px
}

.search-widget button {
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0 3px 3px 0;
    border: 0;
    height: 48px;
    width: 48px;
}

.widget_categories ul li,
.widget_categories ul li a {
    font-size: 15px;
    color: var(--theme-dark-color);
}

.widget_categories ul li a:hover {
    color: var(--theme-primary-color);
}

.widget_recent_entries ul li {
    margin-bottom: 10px
}

.widget_recent_entries ul li a {
    display: block;
    width: 100%;
    font-weight: 500;
}

.widget_recent_entries ul li a:hover {
    text-decoration: underline
}

.widget_recent_entries ul li span {
    font-size: 14px;
    font-style: italic;
    color: #a5a5a5;
}

.widget_fliker_photo ul li {
    display: inline-block;
    margin: 0 2px 5px 0;
    width: 23%
}

.widget-shadow-box .widget {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .10)!important;
}

.sidebar-nav li {
    margin-bottom: 2px;
}

/*================================================
 Widget Style
==================================================*/
.footer-logo {
    line-height: 50px;
}
#sidebar .sidebar-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
}
 .widget_search .searchform input[type="text"],
 .widget_search input.wp-block-search__input {
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 50px;
    padding-right: 60px;
    margin: 0;
    background-color: #fff;
    border-radius: 0;
}
.widget_search form, .search-widget form {
    position: relative;
}
.widget form input,
.widget form select {
    width: 100%;
}
.widget.widget_rating_filter li.wc-layered-nav-rating a,
.widget.widget_layered_nav li.wc-layered-nav-term a {
    color: var(--theme-general-color);
    display: flex;
    align-items: center;
    font-size: 14px;
}
.tagcloud ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tagcloud ul li {
    margin-right: 3px;
}
.widget .mc4wp-form .form-control {
    background-color: var(--theme-white-color);
    height: 46px;
}
.widget .mc4wp-form button.btn {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
    margin-top: 10px;
}
.widget .unicode-widget-recent-posts li {
    display: flex;
    gap: 10px;
}

.widget .unicode-widget-recent-posts li .widget-post-thumbnail {
    width: 75px;
    flex-shrink: 0;
}

.widget .unicode-widget-posts-list.style-2 li .widget-post-thumbnail img,
.widget .unicode-widget-recent-posts.style-2 li .widget-post-thumbnail img {
    border-radius: 5px;
}

.widget .unicode-widget-posts-list.style-2 li,
.widget .unicode-widget-recent-posts.style-2 li {
    padding-bottom: 10px;
    border-bottom: 1px dashed;
    border-color: var(--theme-light-color);
}

.widget .unicode-widget-posts-list.style-2 li:last-child,
.widget .unicode-widget-recent-posts.style-2 li:last-child {
    border: none;
}

.widget .unicode-widget-posts-list.style-3 li,
.widget .unicode-widget-recent-posts.style-3 li {
    border: 1px dashed;
    border-color: var(--theme-light-color);
    padding: 10px;
    border-radius: 10px;
}

.widget .unicode-widget-posts-list.style-3 li .widget-post-thumbnail img,
.widget .unicode-widget-recent-posts.style-3 li .widget-post-thumbnail img {
    border-radius: 10px;
}

.widget .unicode-widget-posts-list li .post-title,
.widget .unicode-widget-recent-posts li .post-title {
    font-size: 16px;
    margin-bottom: 0;
}

.widget .unicode-widget-posts-list li .post-meta span,
.widget .unicode-widget-posts-list li .post-meta a,
.widget .unicode-widget-recent-posts li .post-meta span,
.widget .unicode-widget-recent-posts li .post-meta a {
    font-size: 14px;
}

/* Recent Post Custom Widget */
.unicode-widget-posts-list li.widget-post-item {
    display: flex;
}
.unicode-widget-posts-list li.widget-post-item .widget-post-thumbnail {
    width: 70px;
    margin-right: 10px;
    flex-shrink: 0;
}
.post-meta a,
.unicode-widget-posts-list li.widget-post-item .post-meta a,
.unicode-widget-posts-list li.widget-post-item .post-meta {
    color: var(--text-dark-color);
    line-height: 17px;
    font-size: 14px;
}
.unicode-widget-posts-list li.widget-post-item .post-categories {
    line-height: 17px;
    margin-bottom: 5px;
}
.unicode-widget-posts-list li.widget-post-item .post-categories a {
    color: var(--theme-secondary-color);
}
.unicode-widget-posts-list li.widget-post-item .post-title {
    line-height: 22px;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

/* Gallery Widget */
[class*="gallery-columns-"]{
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}
.widget .gallery figure {
    margin: 0;
    padding: 3px;
}
.widget .gallery .gallery-caption {
    display: none;
}
.gallery-columns-2 .gallery-item{
    flex: 0 0 auto;
    width: 50%;
}
.gallery-columns-3 .gallery-item{
    flex: 0 0 auto;
    width: 33.33%;
}
.gallery-columns-4 .gallery-item{
    flex: 0 0 auto;
    width: 25%;
}
.gallery-columns-5 .gallery-item{
    flex: 0 0 auto;
    width: 20%;
}
.gallery-columns-6 .gallery-item{
    flex: 0 0 auto;
    width: 16.66%;
}
.gallery-columns-7 .gallery-item{
    flex: 0 0 auto;
    width: 14.28%;
}
.gallery-columns-8 .gallery-item{
    flex: 0 0 auto;
    width: 12.5%;
}
.gallery-columns-9 .gallery-item{
    flex: 0 0 auto;
    width: 11.11%;
}

/* Mailchump */
.sidebar .widget .mc4wp-form {
    margin-top: 20px;
    padding: 30px;
    background-color: var(--theme-dark-color);
}
.sidebar .widget .mc4wp-form .btn {
    width: 100%;
}

/* Archive */
.sidebar .widget.widget_archive select {
    margin-top: 20px;
}
.widget.widget_archive select {
    width: 100%;
}


/*=============================================
 Comments Form
==============================================*/
.comment-form input[type="submit"]{
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 6px 20px;
    background-color: var(--theme-primary-color);
    width: auto !important;
    height: 41px;
    color: var(--theme-white-color);
}

.comment-form>p {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
}

.comment-form label {
    margin-bottom: 10px;
    display: block;
}

.comment-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -1em;
    margin-right: -1em;
}

.comment-form>p+p {
    margin-top: 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
    height: 45px;
    line-height: 45px;
    border: 1px solid #eee;
    width: 100%;
    padding: 12px;
}

.comment-form textarea,
.comment-form input[type="email"],
.comment-form input[type="url"] {
    border: 1px solid #eee;
    width: 100%;
    padding: 12px;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url {
    -ms-flex: 1;
    flex: 1;
    padding: 0 1em;
}

.comments-area ol {
    list-style: none;
}


/*=============================================
 Responsive Style
=============================================*/

@media screen and (min-width:400px) {
    .product-list .product-wrapper .product-image,
    .product-list .product-wrapper .product-info {
        float: left;
        margin: 0;
    }
	.product-list .product-wrapper .product-info {
		padding-left: 15px !important;
	}
}

@media screen and (min-width: 1200px) {
    .navbar-expand-lg.nav-border-active .navbar-nav>.nav-item a.nav-link {
        padding: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 940px
    }
    .navbar-expand-lg.nav-border-active .navbar-nav>.nav-item a.nav-link {
        padding: 0 10px;
    }
    .nav-line-active .navbar-nav .active>.nav-link:before {
        bottom: 10px;
    }
    /*===================================
	 Mega Menu
	====================================*/
    .navbar .navbar-nav li:hover>.unicode-megamenu-wrapper {
        visibility: visible;
        opacity: 1;
    }
    .navbar .navbar-nav li>.unicode-megamenu-wrapper {
        position: absolute;
        visibility: hidden;
        width: calc(100% - 24px);
        display: block;
        background-color: #fff;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
        opacity: 0;
        border: 0;
        border-top: 1px solid;
        border-color: var(--theme-light-color);
        border-radius: 3px;
        left: 12px;
        top: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: 100;
		margin: 0;
    }
    .navbar .navbar-nav li:hover>.unicode-megamenu-wrapper {
        -moz-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
    }
}
@media (max-width: 1499px) and (min-width: 1200px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar .navbar-nav li>.unicode-megamenu-wrapper {
        width: calc(100% - 60px);
        left: 30px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1440px
    }
    .nav-arrow-middle-show .owl-nav button.owl-prev {
        left: 10px;
    }
    .nav-arrow-middle-show .owl-nav button.owl-next {
        right: 10px;
    }
    .nav-arrow-middle-show:hover .owl-nav button.owl-prev {
        left: -10px;
    }
    .nav-arrow-middle-show:hover .owl-nav button.owl-next {
        right: -10px;
    }
}

@media screen and (max-width: 1500px) {
    .bg-img-sizing-1 {
        background-size: 55% !important;
    }
}

@media screen and (max-width: 1399px) {
    .product-list .product-wrapper .product-image {
        width: 35%;
    }
    .product-list .product-wrapper .product-info {
        width: 65%;
    }
    .banner-seven .banner-image {
        width: 200px;
    }
    .custom-class-114 .banner-content {
        width: 48%;
    }
    .bg-img-sizing-1 {
        background-size: 55% !important;
    }
    .touch-screen-view.visible {
        visibility: visible;
        opacity: 1;
    }
    .touch-screen-view {
        position: absolute;
        width: 100%;
        background: #fff;
        top: -20px;
        left: 0;
        z-index: 110;
        visibility: hidden;
        padding: 20px 30px;
        opacity: 0;
        -moz-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
    }
    .search-results-wrapper .autocomplete-suggestion {
        padding: 6px 27px;
    }
}

@media screen and (max-width: 1350px) {
    .banner-six .banner-content {
        right: 20px;
    }
    .banner-seven .banner-image {
        width: 180px;
    }
    .banner-seven .banner-content {
        padding-left: 0;
    }
    .product-list .product-wrapper .product-image {
        width: 34.75%;
    }
    .product-list .product-wrapper .product-info {
        width: 65.25%;
    }
    .product-wrapper .product-image .product-variations span a {
        width: 13px;
        height: 13px;
    }
    .product-wrapper .product-image .product-variations span+span {
        margin-left: 3px;
    }
}

@media screen and (max-width: 1199px) {
    .touch-screen-view {
        position: absolute;
        width: 100%;
        background: #fff;
        top: -20px;
        left: 0;
        z-index: 110;
        visibility: hidden;
        padding: 20px 30px;
        opacity: 0;
        -moz-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
    }
    .touch-screen-view.visible {
        visibility: visible;
        opacity: 1;
    }
    .touch-screen-view .form-inline {
        width: 100%;
        margin: 0 auto;
    }
    .main-nav .navbar {
        position: static;
    }
    .navbar .navbar-nav li>ul.dropdown-menu.mega-dropdown-menu {
        width: calc(100% - 20px);
        left: 10px
    }
    .dropdown-menu.mega-dropdown-menu .row .col {
        padding: 20px 15px
    }
    .product-add-to-cart .add_to_cart_button {
        display: block;
    }
    .woocommerce-result-count {
        font-size: 12px;
    }
    .woocommerce-products-header__title.page-title,
    .nav-item.highlight-item {
        display: none;
    }
    .categories-menu .unicode-megamenu-item-full-width .unicode-megamenu-holder {
        width: 700px !important;
    }
    .banner-one .banner-content h3 {
        font-size: 22px;
    }
    .banner-three .banner-content {
        width: 215px;
    }
    .banner-three .banner-content h3 {
        font-size: 25px;
    }
    .banner-five .banner-content {
        left: 30px;
    }
    .banner-six {
        padding: 20px 0;
    }
    .banner-six .banner-content {
        width: 185px;
    }
    .banner-seven {
        padding: 25px;
    }
    .banner-eight {
        padding: 20px;
    }
    .banner-eight .banner-image {
        width: 90px;
    }
    .slider-banner {
        width: 360px;
    }
    .product-list .product-wrapper .product-image {
        width: 34.4%;
    }
    .product-list .product-wrapper .product-info {
        width: 65.6%;
    }
    .custom-class-115 .banner-content {
        width: 100%;
    }
    .custom-class-134 h1 {
        font-size: 30px
    }
    .shop-list.product-style-1 .hover-area [class*="-button"] a {
        width: 30px;
        height: 30px
    }
    .lg-d-none {
        display: none
    }
    .bg-img-sizing-1 {
        background-size: 50% !important;
    }
}

@media screen and (max-width: 991.98px) {
    .header-sticky {
        display: none;
    }
    .header-mobile {
        display: block;
    }
    .summary-inner .product_title.entry-title {
        margin-top: 30px;
    }
    .navbar-nav {
        width: 100%;
    }
    .custom-class-122 .banner-content {
        right: 8%;
        height: 80%;
    }
    .custom-class-122 .middle-content {
        top: 50%;
        right: 30px;
    }
    .custom-class-121.image-right .banner-content,
    .custom-class-121 .banner-content {
        position: static !important;
        margin-top: 30px;
        width: 100%;
    }
    .nav-rightpush-overlay .navbar-expand-lg .navbar-slide-push,
    .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
        height: 100%;
        overflow-y: scroll;
    }
    .payment_method_paypal img {
        width: 100px
    }
    .shop-list.product-style-1 .hover-area [class*="-button"] a {
        width: 35px;
        height: 35px
    }
    .custom-class-121 {
        margin: 20px 0 !important;
    }
    .md-bg-img-none {
        background-image: none !important
    }
    .md-pb-100 {
        padding-bottom: 100px !important
    }
    .md-pt-100 {
        padding-top: 100px !important
    }
    .md-py-100 {
        padding: 100px 0 !important
    }
    .bg-light-half::before {
        width: 100%;
    }
    .nav-rightpush-overlay .navbar-expand-lg .navbar-slide-push,
    .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
        min-height: auto !important;
    }
    .navbar-slide-push .push-navbar,
    .navbar-slide-push .categories-menu {
        height: auto !important;
    }
    .custom-class-115 .banner-content {
        position: inherit;
    }
    .md-pb-50 {
        padding-bottom: 50px !important;
    }
    .owl-item-mb-50 .owl-item {
        margin-bottom: 5px;
    }
    .banner-three .banner-content {
        width: 280px;
    }
    .banner-three .banner-content h3 {
        font-size: 30px;
    }
    .banner-six .banner-content {
        right: 10px;
    }
    .banner-seven .banner-image {
        width: 130px;
    }
    .banner-seven h4 {
        line-height: 30px;
        font-weight: 500;
        font-size: 20px;
    }
    .banner-seven .price-offer {
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    .banner-seven .price-offer .off {
        font-family: var(--theme-highlight-font);
        font-weight: 600;
        font-size: 24px;
        margin: 0 6px;
    }
    .banner-nine .banner-content {
        width: 280px;
    }
    .custom-class-116 h3 {
        font-size: 25px;
    }
    .custom-class-116 span.h3 {
        font-size: 20px;
    }
    .banner-twelve>img {
        display: none;
    }
    .banner-twelve .banner-content {
        position: inherit !important;
        transform: translate(0);
        padding: 30px 0;
    }
    .banner-thirteen .banner-content {
        width: 300px;
    }
    .banner-thirteen .banner-content .text-one {
        font-size: 36px;
    }
    .banner-thirteen .banner-content .text-two {
        font-size: 20px;
    }
    .custom-class-113 .banner-content {
        width: 55%;
    }
    .custom-class-134 h1 {
        font-size: 22px;
    }
    .custom-class-134 span {
        font-size: 16px;
        text-transform: capitalize !important
    }
    header.fixed-top .header-sticky {
        position: static !important;
    }
    .nav-pills#pills-tab {
        overflow: scroll;
        max-width: 570px;
        display: block ruby;
    }
    .col:nth-child(2n) [class*="right-line-one"]::after {
        display: none;
    }
    .e-hover-shadow-one .product-wrapper:hover {
        position: inherit;
        height: 100%;
    }
    .product-list .product-wrapper .product-image .product-variations {
        top: calc(100% - 40px);
    }
    .e-hover-wrapper-absolute .product-wrapper .hover-area {
        display: flex;
    }
    .product-list .product-wrapper .product-image {
        width: 40%;
    }
    .product-list .product-wrapper .product-info {
        width: 60%;
    }
    .wishlist_table.wishlist_view {
        width: 100%;
        overflow: scroll;
    }
    .nav-arrow-middle-show .owl-nav button.owl-prev {
        left: -20px;
    }
    .nav-arrow-middle-show .owl-nav button.owl-next {
        right: -20px;
    }
    .nav-arrow-middle-show:hover .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }

    .nav-arrow-middle-show:hover .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }
    .category-inner .categories-menu {
        display: none;
    }
    .mix-tab ul.nav-tab-border-active li {
        padding: 5px 18px;
    }
    .mix-tab ul li,
    .tab-simple ul li {
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0;
    }
    .bg-img-sizing-1 {
        background: none !important;
    }
	.navbar-expand-lg .navbar-slide-push .navbar-nav .nav-item .nav-link, 
	.categories-menu ul.menu li a {
		font-size: 14px;
		font-weight: 500;
	}
    .menu-and-category ul.navbar-nav>li, 
    .categories-menu>ul.menu>li {
        position: relative;
    }
    .categories-menu .unicode-megamenu-wrapper {
        position: static;
        margin-left: 0;
        display: none;
        visibility: visible;
        opacity: 1;
        width: 100%;
        transform: none;
        overflow: hidden;
    }
    .categories-menu .unicode-megamenu-wrapper [class*="vc_custom"] {
        background-image: none !important;
    }
}

@media screen and (max-width: 767px) {
    .search-view>a, 
    .wishlist-view>a, 
    .refresh-view>a, 
    .sign-in>a,
    .my-account-info .my-account-icon,
    .header-cart-1 .cart .cart-icon,
    .header-cart-2 .cart .cart-icon,
    .header-cart-6 .cart .cart-icon {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .blog-on-overlap-right .entry-content-wrapper {
        width: 100%;
        text-align: left;
        position: static;
        bottom: 0;
        background: rgba(255, 255, 255, 0.95);
        padding: 15px;
        right: 0;
    }
    .unicode-quick-view {
        width: 90%;
    }
    .blog-overlap-left .entry-content-wrapper {
        width: 100%;
        margin-top: 0;
    }
    .woocommerce div.summary .product-term-detail {
        width: 90%;
    }
    .pricing-table .item.active {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .form-inline input.search-field {
        line-height: 50px !important;
        height: 50px;
    }
    .custom-class-121 h2 {
        font-size: 30px
    }
    .glass-models .col {
        margin: 20px 0 !important;
    }
    [class*="vc_custom"].sm-bg-img-none,
    .sm-bg-img-none {
        background-image: none !important;
    }
    .sm-justify-content-center {
        justify-content: center
    }
    .navbar .navbar-slide-push .navbar-nav li>ul.dropdown-menu.mega-dropdown-menu {
        width: auto;
    }
    .dropdown-menu.mega-dropdown-menu .row .col {
        padding: 10px 0px;
    }
    .woocommerce-products-header__title.page-title {
        display: block;
    }
    .custom-class-134 .banner-image,
    .custom-class-116 .banner-image,
    .custom-class-117 .banner-image,
    .organic-item .organit-package,
    .products-header-left .woocommerce-result-count,
    .products-header-right .product-show,
    .products-header-right .products-view {
        display: none;
    }
    .section-head-side-title {
        display: ruby !important;
        margin-right: 10px;
    }
    .custom-class-107 .banner-content {
        left: 60px;
    }
    .custom-class-116 .banner-content,
    .custom-class-117 .banner-content {
        position: inherit !important;
        background: var(--theme-secondary-color);
        padding: 20px 10px;
        width: 100%;
        left: 0;
        top: 0;
        transform: translate(0);
    }
    .banner-one .banner-content h3 {
        font-size: 25px;
    }
    .banner-four-content {
        text-align: center !important;
        margin-top: 30px;
    }
    .banner-four {
        margin: 30px auto !important;
    }
    .banner-five .banner-content {
        left: 50px;
    }
    .banner-six .banner-content {
        right: 30px;
        width: 280px;
    }
    .banner-seven {
        height: auto;
        margin: 10px 0;
    }
    .banner-seven .banner-image {
        width: 180px;
    }
    .banner-eight {
        height: auto;
    }
    .banner-thirteen .banner-content {
        width: 100%;
    }
    .custom-class-104 .banner-content {
        width: 100% !important
    }
    .custom-class-134 {
        background-color: var(--theme-light-color);
    }
    .custom-class-134 .banner-content {
        position: inherit !important;
        transform: translate(0, 0);
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px;
    }
    .nav-pills#pills-tab {
        max-width: 400px;
    }
    .nav-pills#pills-tab4 {
        overflow: scroll;
        display: block ruby;
        max-width: 270px;
    }
    .product-list .product-wrapper .product-image {
        width: 34.3%;
    }
    .product-list .product-wrapper .product-info {
        width: 65.7%;
    }
    .slide-title {
        font-size: 25px;
        line-height: 40px;
    }
    .slider-banner {
        width: 260px;
    }
    .copyright {
        text-align: left;
    }
    .margin-top-minus-one {
        margin-top: 0;
    }
    .nav-rightpush-overlay .navbar-expand-lg .navbar-slide-push,
    .nav-leftpush-overlay .navbar-expand-lg .navbar-slide-push {
        height: 100vh;
    }
    .short-info .product-wrapper .product-info .product-title a {
        font-size: 14px;
    }
    .time-count.time-box li {
        padding: 10px 15px;
    }
    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    #page_wrapper {
        overflow: hidden;
    }
    #scroll {
        right: 15px;
    }
    h1, .h1 {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 21px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    .border-footer .col+.col {
        border-left: none;
        padding-left: 15px;
    }
    .limited-stock {
        padding: 100px 0;
    }
    .single_variation_wrap {
        display: inherit;
    }
    .single_variation_wrap .quantity {
        margin-bottom: 15px !important
    }
    .product-navigation-share,
    div.summary .product-price-summary {
        display: none
    }
    .woocommerce-Reviews {
        display: inherit;
    }
    .single_variation_wrap .woocommerce-variation-add-to-cart {
        margin-left: 0
    }
    .banner-three .banner-content {
        width: 210px;
        left: 30px;
    }
    .banner-three .banner-content h3 {
        font-size: 25px;
    }
    .banner-six .banner-content {
        right: 20px;
        width: 210px;
    }
    .banner-nine h3 {
        font-size: 24px;
    }
    .banner-eleven {
        min-height: 200px;
    }
    .banner-twelve .banner-content {
        padding: 30px;
    }
    .banner-thirteen .banner-content {
        top: 0;
        transform: translate(0);
        left: 0;
    }
    .banner-thirteen .banner-content .text-one {
        font-size: 30px;
    }
    [class*="right-line-one"]::after {
        display: none;
    }
    .product-list .product-wrapper .product-image {
        width: 30%;
    }
    .product-list .product-wrapper .product-info {
        width: 70%;
    }
    .nav-pills#pills-tab {
        max-width: 250px;
    }
    .nav-pills#pills-tab5,
    .nav-pills#pills-tab6,
    .nav-pills#pills-tab7,
    .nav-pills#pills-tab9 {
        display: block ruby;
        overflow: scroll;
        max-width: 200px;
    }
    .nav-pills#pills-tab7 {
        max-width: 170px;
    }
    [class*="nav-arrow-middle"] .owl-nav button.owl-prev {
        left: 0;
    }
    [class*="nav-arrow-middle"] .owl-nav button.owl-next {
        right: 0;
    }
    .hover-nav-show .owl-nav {
        display: flex;
    }
    .woocommerce-checkout-review-order-table>tfoot>tr>td:last-child,
    .woocommerce-checkout-review-order-table tfoot th:last-child,
    .woocommerce-checkout-review-order-table>tbody>tr>td:last-child {
        min-width: auto;
    }
    .time-box li {
        margin-bottom: 10px;
    }
    .sign-in-form,
    .registration-form {
        padding: 50px 10px;
    }
    .custom-class-135 {
        padding: 30px !important
    }
    .custom-class-135 .banner-image {
        scale: 1;
        width: 70%;
        margin: 0 auto;
    }
    .custom-class-135 .banner-content {
        padding-bottom: 20px !important
    }
    .custom-class-121 .banner-image {
        width: 100%;
    }
    .summary-inner .quantity {
        width: 100%;
        margin-bottom: 15px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .MyAccount-navigation-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .woocommerce-account.logged-in .entry-content > .woocommerce, 
    .woocommerce-account.logged-in .wpb_wrapper > .woocommerce {
        flex-direction: column;
    }
    .woocommerce-MyAccount-content {
        margin-top: 30px;
    }
}

@media screen and (max-width: 420px) {
    .xxs-text-primary {
        color: var(--theme-primary-color) !important;
    }
    .xxs-text-secondary {
        color: var(--theme-secondary-color) !important;
    }
    .xxs-text-gray {
        color: var(--theme-light-color) !important;
    }
    .xxs-text-white {
        color: var(--theme-white-color) !important;
    }
    .xxs-text-extra1 {
        color: var(--theme-extra2-color) !important;
    }
    .xxs-bg-primary {
        background-color: var(--theme-primary-color);
    }
    .xxs-bg-secondary {
        background-color: var(--theme-secondary-color);
    }
    .xxs-bg-gray {
        background-color: var(--theme-light-color);
    }
    .xxs-bg-white {
        background-color: var(--theme-white-color);
    }
    .xxs-bg-extra1 {
        background-color: var(--theme-extra2-color);
    }
    .custom-class-107 .btn-border,
    .custom-class-107 .btn-border:hover {
        border: 0;
        padding: 0;
        line-height: inherit;
        margin-top: 10px !important;
    }
    .custom-class-107 .banner-content {
        left: 25px;
        width: 80%;
    }
    .banner-one .banner-content h3 {
        font-size: 18px;
    }
    .banner-three .banner-content {
        width: 200px;
        left: 15px;
    }
    .banner-three .banner-content h3 {
        font-size: 24px;
        margin-bottom: 7px !important;
    }
    .banner-three .banner-content span {
        font-size: 14px;
        font-weight: 400;
    }
    .banner-three .banner-content a.btn-link {
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
    }
    .banner-four .off {
        left: 0;
    }
    .banner-five .banner-content {
        left: 30px;
    }
    .banner-six {
        padding: 35px 0;
    }
    .banner-six .banner-content {
        right: 10px;
        width: 170px;
    }
    .banner-seven .banner-image {
        width: 100%;
    }
    .banner-seven {
        display: block !important;
    }
    .banner-nine .banner-content {
        left: 20px;
        width: 260px;
    }
    .banner-seven .banner-content {
        width: 100%;
    }
    .banner-eleven .banner-content {
        width: 100%;
    }
    .slider.banner-eleven {
        min-height: 300px;
    }
    .banner-wrapper.banner-thirteen {
        min-height: auto;
    }
    .banner-thirteen .banner-content .text-one {
        font-size: 22px;
    }
    .banner-thirteen .banner-content .text-two {
        font-size: 18px;
    }
    [class*="product-search-"] .select-appearance-none {
        display: none;
    }
    .product-list .product-wrapper .product-image,
    .product-list .product-wrapper .product-info {
        width: 100%;
        height: auto;
    }
    .product-list .product-wrapper .product-image .product-variations {
        top: calc(100% - 25px);
    }
    .product-list .product-wrapper .product-image .wishlist-view {
        top: 20px;
        right: 20px;
    }
    .section-head-side-title h4 {
        font-size: 18px;
    }
    .header-sticky .flat-small::before {
        font-size: 20px;
        line-height: 30px;
        top: 0;
    }
    .header-sticky .refresh-view.ml-30 {
        margin-left: 20px !important
    }
    [class*="header-cart-"] .cart .cart-icon .header-cart-count,
    .ecommerce-header .wishlist-view a.top-quantity span,
    .ecommerce-header .refresh-view a.top-quantity span {
        top: -5px;
        left: -10px;
        padding: 0 5px;
        line-height: 22px;
        font-size: 10px;
    }
    .nav-pills#pills-tab {
        max-width: 195px;
    }
    .nav-pills#pills-tab2 {
        overflow: scroll;
        display: block ruby;
        max-width: 180px;
    }
    .nav-pills#pills-tab4 {
        max-width: 190px;
    }
    .nav-top-right .owl-nav {
        display: none;
    }
    .cart-popup {
        width: 300px;
    }
}

/*=============================================
 Touch Screen Style
==============================================*/
@media (pointer: coarse){
    .product-style-1 .product-wrapper .product-info .hover-area > * {
        transform: scale(1);
        visibility: visible;
        opacity: 1;
    }
    .product-style-2 .hidden-hover-area .product-wrapper .product-info .hover-area {
        display: flex;
        opacity: 1;
        visibility: visible;
    }
    .product-style-3 .product-wrapper .product-info .hover-area {
        position: relative;
        bottom: 0;
    }
    .product-style-3 .product-wrapper:hover .product-info .hover-area {
        bottom: 0;
    }
    .product-style-3 .product-wrapper:hover .simple-rating-wrap, 
    .product-style-3 .product-wrapper:hover .no-star-rating, 
    .product-style-3 .product-wrapper:hover .shipping-feed-back, 
    .product-style-3 .product-wrapper:hover .fancy-star-rating, 
    .product-style-5 .product-wrapper:hover .shipping-feed-back, 
    .product-style-5 .product-wrapper:hover .no-star-rating, 
    .product-style-5 .product-wrapper:hover .simple-rating-wrap, 
    .product-style-5 .product-wrapper:hover .fancy-star-rating {
        opacity: 1;
    }
    .product-style-5 .product-wrapper .product-info .hover-area {
        bottom: -5px;
        position: relative;
        display: flex;
        justify-content: start;
        column-gap: 3px;
    }
    .hover-area .quickview-button {
        display: none !important;
    }
    .e-bg-light .product-wrapper, .e-hover-bg-light .product-wrapper {
        background-color: var(--theme-light-color) !important;
    }
}