/*--------------------- Copyright (c) 2022 ----------------------- 
[Master Stylesheet] 
Project: Organic Plants
Version: 1.0.0 
Author: PixelNX
 ------------------------------------------------------------------- 
[Table of contents] 
	1. Global CSS Start
	2. Comman CSS Start
	-- Header CSS Start
	-- Footer CSS Start
	3. Unittesting CSS Start
	4. Woocommerce CSS Start
	5. Demo CSS Start
    
	6. Responsive CSS Start
	

-------------------------------------------------------------------*/


/**********************************
 	1. Global CSS Start 
 **********************************/

 :root {
    --shp-font-family: 'Roboto', sans-serif;
    --shp-title-font-family: 'Bebas Neue', cursive;
    --shp-globle-font: 16px;
    --font14: 16px;
    --font22: 22px;
    --font20: 20px;
    --shp-page-title-font: 46px;
    --shp-heading-font: 30px;
    --shp-sub-heading-font: 26px;
    --shp-widget-title-font: 22px;
    --shp-global-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
    --shp-circle-radius: 50%;
    --shp-radius0: 0;
    --black: #252734;
    --shp-dark: #222222;
    --filter-tab-bg: #fcfcfd;
    --filter-tab-color: #58647d;
    --primary: #60babe;
    --shp-txt-color: #58647d;
    --shp-border-color: #e0e4ed;
    --shp-title-color: #20272d;
    --shp-yellow: #ffaa17;
    --shp-placeholder-color: #686868;
    --shp-bg: #f0f1f5;
    --shp-red: #ff5b72;
    --shp-input-bg: #fcfcfd;
    --shp-input-border: #e9e9e9;
    --block-bg: #262626;
    --sub-menu-bg: #f8f7fb;
    --sub-menu2-bg: #efedf3;
    --product-bg: #f2f3f5;
    --light-bg: #f6f6f6;
    --shp-radius-round: 3px;
    --green: #47ba58;
    --shp-body-bg: #ffffff;
    --shp-top-header-bg: #ffffff;
    --shp-main-header-bg: #ffffff;
    --shp-top-header-text: #58647d;
    --shp-main-header-text: #58647d;
    --shp-top-header-link: #58647d;
    --shp-main-header-link: #58647d;
    --copyright-text: #ffffff;
    --shp-load-more-bg: #ffffff;
    --shp-load-more-text: #58647d;
    --shp-footer-bg: #ffffff;
    --shp-footer-text: #58647d;
    --shp-product-icon-bg: #20272d;
    --shp-product-icon-color: #ffffff;
    --shp-product-icon-hover-bg: #60babe;
    --shp-product-icon-hover-color: #ffffff;
    --shp-widget-bg: #ffffff;
    --filter-tab-border-color: #e0e4ed;
    --shp-loader-bg: #ffffff;
    --btn-radius: 0px;
    --load-more-border-color: #e0e4ed;
    --footer-border-color: #e9e9e9;
}

* {
    outline: 0 !important;
}

body {
    font-family: var(--shp-font-family);
    font-weight: 400;
    font-size: var(--shp-globle-font);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: var(--shp-body-bg);
    color: var(--shp-txt-color);
}

.wcmp_regi_main {
    font-family: var(--shp-font-family) !important;
}

body::-webkit-scrollbar {
    width: 6px;
    box-shadow: none;
}

body::-webkit-scrollbar-track {
    background-color: var(--shp-body-bg);
    box-shadow: none;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    box-shadow: none;
}

.post,
.page {
    margin: 0;
}

a {
    color: var(--shp-txt-color);
}

a:visited:hover,
a:hover,
a:focus,
button,
button:hover {
    color: var(--primary);
}

a,
a:hover,
a:focus,
button,
button:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

img {
    max-width: 100%;
    height: auto;
}

input,
textarea,
select,
button,
button:focus,
button:hover,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
 :after,
 :before,
 :hover,
 :focus,
.form-control:focus {
    outline: none;
}

input,
textarea,
select,
button,
button:focus,
button:hover,
label,
.form-control:focus {
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    color: var(--shp-title-color);
    text-transform: capitalize;
    font-family: var(--shp-title-font-family);
}

strong {
    font-weight: 600;
}

iframe {
    width: 100%;
    border: none;
}

a:visited {
    color: inherit;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid var(--shp-input-border);
    background: var(--shp-bg);
    border-radius: var(--shp-radius0);
    background: var(--white);
    color: var(--shp-txt-color);
    font-size: var(--global-font);
    line-height: 1.5;
    padding: 0 20px;
    height: 50px;
}

body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="password"]:focus,
body input[type="search"]:focus,
body input[type="number"]:focus,
body input[type="tel"]:focus,
body input[type="range"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="week"]:focus,
body input[type="time"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="color"]:focus,
body textarea:focus {
    background: var(--shp-input-bg);
    color: var(--shp-txt-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: var(--shp-txt-color);
    border: 1px solid var(--shp-input-border);
    background: var(--shp-input-bg);
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-radius: var(--shp-radius0);
}

.input-wrap textarea {
    height: 150px;
    border-radius: var(--shp-radius0);
    padding: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: var(--primary);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input::-webkit-input-placeholder,
.input-wrap input::-webkit-input-placeholder,
.input-wrap textarea::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--shp-placeholder-color);
}

.input-wrap input::-moz-placeholder,
.input-wrap textarea::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--shp-txt-color);
    opacity: .6;
}

.input-wrap input:-ms-input-placeholder,
input:-ms-input-placeholder,
.input-wrap textarea:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--shp-txt-color);
    opacity: .6;
}

.input-wrap input:-moz-placeholder,
input:-moz-placeholder,
.input-wrap textarea:-moz-placeholder,
textarea:-moz-placeholder {
    color: var(--shp-txt-color);
    opacity: .6;
}

.input-wrap label {
    font-weight: 400;
    margin: 0 0 10px;
}

.toast {
    background: var(--primary);
}

.toast-success {
    background: var(--success);
}

.toast-error {
    background: var(--success);
}

.txt-primary {
    color: var(--primary);
}

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background-color: var(--primary);
    color: var(--white);
    border: 2px solid var(--primary);
}

.footer_style_style_2 #scroll {
    right: 20px!important;
    left: auto!important;
}

#scroll.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

#scroll:hover {
    background-color: var(--white);
    color: var(--primary);
}

#scroll:hover svg,
#scroll:hover path {
    fill: var(--primary);
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0px);
    }
}


/**********************************
 	2. Comman CSS Start
 **********************************/

.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.nice-select {
    background: var(--shp-body-bg);
}

.nice-select .list {
    width: 100%;
}

.nice-select .list {
    background-color: var(--shp-dark);
    background-color: var(--shp-border-color);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--product-bg);
}

@keyframes buttonripple {
    0% {
        transform: scale(40, 40);
        opacity: .3;
        background: var(--primary);
    }
    20% {
        transform: scale(25, 25);
        opacity: .3
    }
    100% {
        opacity: 0;
        transform: scale(0, 0);
    }
}


/* Preloader CSS Start */

.preloader {
    background-color: var(--shp-loader-bg);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
}

.preloader-inner {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/* Loader Default */

.preloader_active {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
}

.preloader_active .preloader_holder {
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: var(--shp-loader-bg);
}

.preloader_active .preloader_holder .preloader span {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    position: absolute;
    -webkit-animation: loadingCircles 1s infinite;
    -moz-animation: loadingCircles 1s infinite;
    animation: loadingCircles 1s infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    box-shadow: 0px 0px 0px 0px var(--primary);
}

.preloader_wrapper>.preloader>span:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader_wrapper>.preloader>span:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader_holder {
    display: none;
}

.preloader_open {
    position: fixed;
    background-color: var(--shp-loader-bg);
    z-index: 9999;
    height: 100%;
    width: 100%;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.preloader_open.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader_open.loaded:before,
.preloader_open.loaded:after {
    width: 0%;
}

.preloader_open:before,
.preloader_open:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.preloader_open:before {
    top: 0;
    left: 0;
}

.preloader_open:after {
    bottom: 0;
    right: 0;
}

@-webkit-keyframes loadingCircles {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px var(--primary);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px var(--primary);
    }
}

@-moz-keyframes loadingCircles {
    0% {
        -moz-transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px var(--primary);
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px var(--primary);
    }
}

@keyframes loadingCircles {
    0% {
        transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px var(--primary);
    }
    100% {
        transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px var(--primary);
    }
}

.preloader_open:before,
.preloader_open:after {
    background-color: var(--product-bg);
}


/* Button CSS Start */

.shp-btn-wrap {
    display: flex;
    flex-wrap: wrap;
}

.shp-btn,
.wp-block-search .wp-block-search__button,
body .wcmp_regi_main .button {
    padding: 13px 20px;
    background: var(--primary);
    color: var(--white);
    font-weight: 400;
    font-size: var(--global-font);
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    transition: box-shadow 0.5s;
    border-radius: var(--btn-radius);
}

.shp-btn:hover,
.shp-btn:focus,
.wcmp_regi_main .button:hover,
body .wcmp_regi_main .button:focus {
    transition: box-shadow 0.5s;
    -webkit-box-shadow: inset 0 0 0 2em var(--black);
    -moz-box-shadow: inset 0 0 0 2em var(--black);
    box-shadow: inset 0 0 0 2em var(--black);
}

body .wcmp_regi_main .button {
    height: auto;
    line-height: 1.5;
}

.shp-btn:hover,
.shp-btn:visited,
.shp-btn:visited:hover,
.shp-btn:active:hover,
.shp-btn:focus:hover {
    color: var(--white);
    background: var(--primary);
    border: none;
}

.shp-btn,
.shp-btn:hover,
.shp-btn:focus,
.shp-btn:visited,
.shp-btn:active {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-white,
.btn-white:visited:hover,
.btn-white:active:hover,
.btn-white:focus:hover,
.btn-white:hover,
.btn-white:focus,
.btn-white:visited,
.btn-white:active {
    color: var(--primary);
    background: var(--white);
    border: none;
}

.shp-btn-wrap .shp-btn {
    padding: 13px 33px;
}

.shp-btn.shp-lg-btn {
    padding: 13px 33px;
}


/*Input Button */

body div input.shp-btn {
    padding: 13px 20px;
    background: var(--primary);
    color: var(--white);
    font-weight: 500;
    font-size: var(--global-font);
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: var(--btn-radius);
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    line-height: normal;
}

.input-wrap {
    margin: 0 0 25px;
}


/* Spacer  CSS Start */

.top-spacer {
    padding-top: 80px;
}

.bottom-spacer {
    padding-bottom: 40px;
}

.bottom-padder-50 {
    padding-bottom: 50px;
}

.bottom-padder-80 {
    padding-bottom: 80px;
}

.top-spacer-less {
    padding-top: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-comman {
    margin-bottom: 40px;
}


/* Dark BG CSS Start */

.shp-has-background {
    position: relative;
}


/* Title CSS Start */

.shp-section-title {
    margin-bottom: 0;
}

.shp-sub-title span {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--primary);
    position: relative;
    padding: 10px 20px;
    min-width: 130px;
    text-align: center;
}

.shp-heading {
    font-size: var(--shp-heading-font);
    font-weight: 500;
    margin: 0 0 1px;
    color: var(--shp-title-color);
}

.shp-section-heading p {
    margin: 0;
}

.shp-section-heading {
    margin: 0 0 43px;
}


/* Header CSS Start */

.shp-logo-title {
    display: inline-block;
    font-size: var(--shp-heading-font);
    color: var( --primary);
    padding: 10px 0;
    font-weight: 600;
}

.shp-nav-header-default-style .row {
    align-items: center;
}

.shp-logo-title:visited,
.shp-logo-title:hover {
    color: var( --primary);
}

.shp-main-nav .row {
    align-items: center;
}

.shp-language-switch-btn .language-translate svg {
    fill: var(--primary);
    height: 20px;
    display: inline-block;
    margin: 0 3px 0 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   color: #fff !important;
  }
.shp-language-switch-btn .language-translate span {
    margin: 0 10px;
    vertical-align: bottom;
}

.shp-nav-header-default-style {
    padding: 10px 0 0;
}

.shp-logo,
.shp-main-nav-wrapper {
    margin: 0 0 10px;
}


/* Header Nav */

.shp-nav-default-style .menu {
    display: flex;
    flex-wrap: wrap;
    text-transform: capitalize;
    font-size: var(--font14);
}

.shp-nav-default-style ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.shp-nav-default-style .menu li {
    position: relative;
    margin: 0;
}

.shp-nav-default-style .menu>li {
    padding: 0 12px;
}

.shp-nav-default-style {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

body .shp-nav-default-style .menu li a,
body .shp-nav-default-style .menu li a:visited,
body .shp-nav-default-style .menu li a:focus {
    color: var(--shp-txt-color);
    font-weight: 500;
}

body .shp-nav-default-style .menu li.current-menu-item>a,
body .shp-nav-default-style .menu li.current-menu-item>a:focus,
body .shp-nav-default-style .menu li.current-menu-item>a:visited {
    color: var(--primary);
}

.shp-nav-default-style .shp-head-icon .woocommerce-Price-amount.amount {
    color: var(--shp-title-color);
    font-weight: 500;
    font-size: var(--shp-globle-font);
}

body .shp-nav-default-style .shp-head-icon .shp-cart-quntity svg,
.home.absolute-header .shp-header-default-style:not(.fixed-header) .shp-cart-quntity svg {
    height: 16px;
    fill: var(--primary);
}

.shp-nav-default-style .shp-cart-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--shp-circle-radius);
}

.shp-search-btn svg {
    fill: var(--shp-txt-color);
    height: 16px;
}

.shp-main-nav .shp-search-btn svg {
    fill: var(--primary);
    height: 16px;
}

.header-btn {
    margin-left: 30px;
}

.shp-main-nav {
    padding: 20px 0;
}

.shp-language-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.shp-login-register svg {
    height: 14px;
    fill: var(--primary);
}

.shp-login-wrap span {
    margin-right: 15px;
}

body .shp-nav-default-style .menu li a {
    position: relative;
    display: inline-block;
}


/* Mega Menu */

body .shp-nav-default-style li.mega-menu-item a {
    padding: 0;
}

body .shp-nav-default-style li.mega-menu-item a:after {
    content: unset;
}

.shp-nav-default-style .mega-menu-item .menu>li {
    padding: 0;
    width: 100%;
}

.shp-nav-default-style .mega-menu-item .menu>li a {
    padding: 0 0 8px;
}

.shp-mega-menus .shp-main-nav-wrapper {
    justify-content: center;
}

.shp-nav-default-style * {
    font-weight: 500 !important;
}

.mega-sub-menu a:hover {
    color: var(--primary) !important;
}

.shp-header-default-style {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
}

.shp-logo img {
    max-height: 50px;
}

.shp-mega-menus .shp-nav-default-style {
    justify-content: center;
    width: 100%;
}

.shp-mega-menus .shp-nav-default-style #mega-menu-wrap-shopmartio-header-menu {
    width: 100%;
}

.shp-nav-header-default-style.shp-mega-menus .shp-head-icon {
    margin: 0 0 10px;
}

.shp-nav-header-default-style.shp-mega-menus,
.shp-nav-header-style_1.shp-mega-menus,
.shp-nav-header-style_2 {
    padding: 24px 0 15px;
}


/* Absolute Header */

.home.absolute-header .shp-header-default-style:not(.fixed-header) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    color: var(--white);
}

.admin-bar.home.absolute-header .shp-header-default-style:not(.fixed-header) {
    top: 20px;
}

.home.absolute-header .shp-header-default-style:not(.fixed-header) a {
    color: var(--white);
}

.home.absolute-header .shp-header-default-style:not(.fixed-header) svg {
    fill: var(--white);
}

.home.absolute-header .shp-header-default-style:not(.fixed-header) .shp-language-options a {
    color: var(--shp-title-color);
}

.home.absolute-header .shp-header-default-style:not(.fixed-header) .woocommerce-Price-amount {
    color: var(--white);
}

.home.absolute-header .shp-header-default-style:not(.fixed-header) .shp-cart-icon {
    background: rgb(255 255 255 / 0.1);
}

.shp-close-cart:hover,
.shp-close-cart:focus {
    color: var(--white);
}


/* Sticky Header CSS */

body .shp-header-default-style.fixed-header,
body.home .shp-header-default-style.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--white);
    box-shadow: 0 0 20px rgb(0 0 0 / 0.08);
    top: 0;
}

body.admin-bar .shp-header-default-style.fixed-header,
body.home.admin-bar .shp-header-default-style.fixed-header {
    top: 20px;
}

body .shp-header-default-style.fixed-header .shp-top-header-style-one {
    display: none;
}

body.home .shp-top-header-style-one {
    border-color: var(--border-gray);
}


/* Top Header */

.shp-header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--shp-border-color);
    padding: 0 10px;
    flex-wrap: wrap;
    font-size: var(--font14);
    background: var(--shp-top-header-bg);
    color: var(--shp-top-header-text);
}
.shp-header-top-wrapper {
    background: #131313 !important;
 }
.shp-header-info-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shp-header-info-list li {
    margin: 0;
    list-style: none;
}

.shp-header-offer-msg svg {
    height: 17px;
    width: 21px;
    fill: var(--shp-top-header-text);
}

.shp-header-info .menu {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shp-header-info .menu li {
    list-style: none;
    margin: 0;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.shp-header-info .menu>li:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: var(--shp-border-color);
}

.shp-header-info .menu li:last-child:after {
    content: unset;
}

.shp-main-nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.shp_user_profile {
    padding: 15px 0px 15px 20px;
    position: relative;
}

.shp_user_profile:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: var(--shp-border-color);
}

.shp-details-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shp-details-list li {
    list-style: none;
    margin: 0;
}

.shp-details-list li .shp-discount-ttl {
    margin: 0;
    font-size: var(--shp-widget-title-font);
}


/* HEADER 2*/

.shp-main-left-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.shp-nav-header-style_2 .shp-cart-btn {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.shp-nav-header-style_2 .shp-cart-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    top: 6px;
    width: 1px;
    height: auto;
    background: var(--shp-border-color);
}

.header-top-style2 {
    color: var(--shp-top-header-text);
}

.header-top-style2 .shp-header-offer-msg {
    font-size: var(--font22);
    width: auto;
    font-family: var(--shp-title-font-family);
}

.header-top-style2 .shp-header-drop-downs {
    width: auto;
    font-size: var(--font20);
}

.shp-details-list .shp-btn {
    min-width: 100px;
    background: var(--white);
    color: var(--primary);
    margin: 0 0 0 30px;
    padding: 3px 15px;
}

.shp-details-list .shp-btn:hover,
.shp-details-list .shp-btn:focus {
    color: var(--white);
}

.shp-nav-header-style_2 .shp-top-menu {
    display: none;
}

.shp-nav-header-style_2 .shp-cart-icon svg {
    fill: var(--primary);
}

.header-top-style2 .shp-header-offer-msg svg {
    height: 35px;
    fill: var(--shp-top-header-text);
    width: auto;
}


/* Plugin area */

.shp-header-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.shp-header-info .widget {
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-left: 1px solid var(--shp-border-color);
    padding-left: 20px;
    margin-left: 10px;
    border-right: 1px solid var(--shp-border-color);
}

.shp-header-top-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.shp-header-info>* {
    display: flex;
    max-width: fit-content;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
}

.shp-header-offer-msg {
    width: 300px;
    padding: 10px 0;
}

.shp-header-drop-downs {
    width: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.menu-top_header_menu-container>ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shp-header-info .menu-top_header_menu-container>ul>li li {
    padding: 0;
}

.shp-header-info .menu-top_header_menu-container>ul .sub-menu {}

.shp-header-info .widget .currency-switcher-form {
    padding: 0;
}

.shp-header-info .nice-select {
    border: none;
    font-size: inherit;
    height: 50px;
    line-height: 50px;
    padding-left: 5px;
}

.shp-header-info .nice-select .list {
    min-width: 120px;
}

.shp-header-info .nice-select .list li:before {
    content: unset;
}


/* Header Search */

.shp-search-form {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    left: 0%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: url(../images/close_search.png), auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.shp-search-form.show-search {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.shp-search-form.show-search,
.shp-search-form {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.shp-search-form-inner {
    width: 50%;
    position: relative;
    text-align: end;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    visibility: hidden;
}

.shp-search-form.show-search .shp-search-form-inner {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.shp-search-form.show-search .shp-search-form-inner,
.shp-search-form-inner {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.search-bar-inner {
    position: relative;
    height: 50px;
}

.search-bar-inner input {
    width: 100%;
    height: 50px;
    padding: 12px 55px 12px 0;
    border: none;
    border-radius: var(--shp-radius0);
    background: transparent;
    border-bottom: 2px solid var(--white);
    color: var(--white);
}

.search-bar-inner input::-webkit-input-placeholder {
    color: var(--white);
    opacity: 90%;
}

.search-bar-inner input::-moz-placeholder {
    color: var(--white);
    opacity: 90%;
}

.search-bar-inner input:-ms-input-placeholder {
    color: var(--white);
    opacity: 90%;
}

.search-bar-inner input:-moz-placeholder {
    color: var(--white);
    opacity: 90%;
}

.search-bar-inner input:focus {
    color: var(--white) !important;
    background: transparent !important;
}

.search-bar-inner button {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: none;
    background: transparent;
    fill: var(--white);
    width: 50px;
    cursor: pointer;
}

.close-search {
    margin: 0 0 50px 0;
    display: inline-block;
    padding: 0 15px;
}

.header-main-wrapper .close-search svg {
    width: 20px;
    fill: var(--white);
}

.shp-search-btn {
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: 30px;
}

.header-main-wrapper .search-bar-inner button .shp-search-svg {
    width: 20px;
    fill: var(--white);
}

.main-header {
    background: var(--shp-main-header-bg);
}


/* Header Cart */

body.open-cart:before {
    background: rgb(0 0 0 / 0.6);
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.shp-cart-quntity {
    position: relative;
}

.shp-cart-quntity {
    position: relative;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    border: none;
    border-radius: var(--shp-circle-radius);
    line-height: 40px;
}

.shp-cart-count {
    position: absolute;
    top: 10px;
    background: var(--primary);
    border: none;
    border-radius: var(--shp-circle-radius);
    color: var(--white);
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    font-size: 10px;
    right: 0px;
}

body .single_add_to_cart_button,
.single-product .shp-product-summary-description .single_add_to_cart_button {
    min-height: 40px !important;
    line-height: 40px !important;
    min-width: 120px !important;
    padding: 0 20px !important;
}

.shp-single-blog .shp-categories-tags {
    margin-bottom: 11px;
}

.shp-cart-icon {
    position: relative;
    display: inline;
}

.shp-cart-icon svg {
    height: 20px;
    fill: var(--shp-txt-color);
    width: 30px;
}

.shp-cart-btn {
    cursor: pointer;
    min-width: 80px;
    display: inline-block;
    margin-left: 30px;
}

.shp-cart-total {
    color: var(--white);
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}

.shp-header-cart-box {
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: 99999;
    background: var(--shp-body-bg);
    box-shadow: 0 0 40px rgb(0 0 0 / 0.24);
    max-width: 300px;
    right: -400px;
    text-align: left;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -webkit-transition: all 0.5s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -moz-transition: all 0.5s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -o-transition: all 0.5s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -ms-transition: all 0.5s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    overflow-y: auto;
}

.admin-bar .shp-header-cart-box {
    top: 30px;
}

.open-cart .shp-header-cart-box {
    right: 0;
}

.shp-cart-head {
    text-align: center;
    padding: 20px 60px 20px 30px;
    position: relative;
    background: var(--primary);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.shp-cart-head h4 {
    color: var(--white);
    font-size: var(--shp-widget-title-font);
    font-weight: 500;
    margin: 0;
    font-family: var(--shp-font-family);
    text-align: center;
    width: 100%;
}

.shp-cart-head p {
    width: 100%;
    text-align: center;
    color: var(--white);
    margin: 2px 0 0;
}

.shp-close-cart {
    display: inline-block;
    text-align: center;
    border-radius: var(--shp-circle-radius);
    background: var(--primary);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: var(--white-color);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate( 180deg);
    -moz-transform: rotate(180deg);
    transform: rotate( 180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: var(--white);
}

.shp-close-cart svg {
    height: 12px;
    fill: var(--white);
}

body .shp-right-cart-slide .shp-head-icon .shp-close-cart svg {
    fill: var(--primary);
    height: 15px;
    width: 15px;
}

.shp-cart-products {
    padding: 17px 0 20px;
    max-height: calc(100% - 80px);
    overflow-y: auto;
}

.shp-cart-products .woocommerce-mini-cart__empty-message {
    text-align: center;
}

.woocommerce-mini-cart.cart_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.shp-cart-products>p {
    padding: 0 20px;
}

.woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item {
    width: 100%;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid var(--shp-border-color);
    padding-bottom: 13px;
    margin-bottom: 17px;
}

.woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item .remove {
    background: var(--primary);
    color: var(--white) !important;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    line-height: 20px;
    border-radius: var(--shp-circle-radius);
    font-size: var(--shp-sub-heading-font);
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item .remove:hover {
    background: var(--primary);
}

.woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item a .attachment-woocommerce_thumbnail {
    object-fit: cover;
    border-radius: var(--shp-radius0);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.06);
    border: 1px solid var(--shp-border-color);
    width: 30px;
    height: 30px;
    margin: 10px 20px 10px 0;
    display: none;
}

.shp-cart-products .woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shp-cart-products .woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item a .attachment-woocommerce_thumbnail {
    display: inline-block;
}

.woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item>a:not(.remove) {
    color: var(--shp-title-color);
    font-size: var(--global-font);
    font-weight: 400;
    text-align: left;
    display: inline-block;
    width: calc(100% - 25px);
    padding-left: 10px;
}

.shp-cart-products .woocommerce-mini-cart.cart_list li a:nth-child(2) {
    width: calc(100% - 110px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: left;
}

.shp-cart-products .woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item>a:not(.remove) {
    display: flex;
    justify-content: flex-start;
}

.woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item .quantity {
    font-weight: 600;
    color: var(--primary);
    display: block;
    margin: 10px 0 0 40px;
}

.woocommerce #review_form #respond textarea {
    height: 120px;
    padding: 20px;
    line-height: 1.5;
}

textarea {
    line-height: 1.5;
}

.woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item>a:not(.remove):hover {
    color: var(--primary);
}

.shp-cart-products .woocommerce-mini-cart.cart_list span.quantity {
    margin: 0px 0 0 10px;
    width: 80px;
}

.shp-cart-products .woocommerce-mini-cart__buttons {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shp-cart-products .woocommerce-mini-cart__buttons .shp-btn {
    margin: 0 0 10px;
    min-width: 120px;
}

.shp-cart-products .woocommerce-mini-cart__total {
    margin: 8px 0 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shp-header-cart-box .shp-cart-products .woocommerce-mini-cart__total {
    margin: 8px 0 23px;
    border-bottom: 1px solid var(--shp-border-color);
    padding-bottom: 21px;
}

.shp-cart-products .woocommerce-mini-cart__total strong {
    font-weight: 600;
    color: var(--shp-title-color);
}

.shp-cart-products .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: 600;
    color: var(--primary);
}

.open-cart .shp-header-cart-box-overlay:before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--black);
    z-index: 999;
    opacity: .6;
}

.open-cart .shp-header-cart-box-overlay:before,
.shp-header-cart-box-overlay:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.shp-header-cart-box-overlay {
    display: inline-block;
}

.shp-header-container .shp-user-btn {
    margin-left: 30px;
}

.shp-cart-products .woocommerce-Price-amount.amount {
    font-size: var(--global-font);
}

.shp-header-cart-box .woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item .quantity,
.shp-header-cart-box .woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item .quantity .woocommerce-Price-amount.amount,
.shp-cart-products .woocommerce-Price-amount.amount {
    font-family: var(--shp-font-family);
}

.shp-header-info .nice-select .list li {
    margin: 0;
}


/* Breadcrumb CSS Start */

.shp-breadcrumb-wrapper {
    background: var(--shp-dark);
    padding: 68px 0 80px;
    position: relative;
    background-size: cover !important;
    background-position: center top !important;
    color: var(--white);
}

.shp-breadcrumb-img:before {
    content: "";
    position: absolute;
    background: var(--shp-dark);
    opacity: .96;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.shp-breadcrumb-container h1 {
    color: var(--white);
    font-size: var(--shp-page-title-font);
    font-weight: 500;
    margin-bottom: 20px;
    word-break: break-word;
}

.shp-breadcrumb-container ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 13px 30px;
    position: relative;
    font-size: 18px;
    /*background: var(--primary);*/
}

.shp-breadcrumb-container ul:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white);
    opacity: .1;
}

.shp-breadcrumb-container ul li {
    color: var(--white);
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: 500;
    position: relative;
    word-break: break-word;
    text-transform: capitalize;
}

.shp-breadcrumb-container ul li:before {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    content: '\f054';
    font-size: 12px;
    color: inherit;
    font-family: "Font Awesome 5 Free";
    line-height: normal;
    font-weight: 900;
}

.shp-breadcrumb-container ul li:first-child:before {
    content: unset;
}

.shp-breadcrumb-container ul li:first-child a:before {
    content: "\f015";
    color: inherit;
    font-family: "Font Awesome 5 Free";
    line-height: normal;
    font-weight: 900;
    width: auto;
    margin: 0 10px 0 0;
    height: auto;
}

.shp-breadcrumb-container ul li a,
.shp-breadcrumb-container ul li a:hover,
.shp-breadcrumb-container ul li a:focus {
    color: var(--white);
}


/* Default Footer CSS Start */

.shp-footer-wrapper {
    background: var(--shp-footer-bg);
    color: var(--shp-footer-text);
    border-top: 1px solid var(--shp-border-color);
    position: relative;
    padding: 77px 0 0px;
}

body .default-copyright-area {
    background: var(--shp-dark);
    padding: 14px 0 14px;
    margin: 35px 0 0;
    color: var(--copyright-text);
}

body .default-copyright-area a {
    color: var(--copyright-text);
}

body .default-copyright-area a:hover {
    color: var(--primary);
}

.shp-copyright-wrapper .menu-footer_menu-container ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: flex-end;
}

.shp-copyright-wrapper .menu-footer_menu-container ul li {
    margin: 0;
    list-style: none;
}

.shp-copyright-wrapper .menu-footer_menu-container ul li:not(:first-child) {
    margin: 0px 0 0 40px;
}

.shp-contact-detail {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.shp-contact-detail span {
    width: 20px;
    color: var(--primary);
}

.shp-contact-detail p {
    width: calc(100% - 20px);
    padding: 0 0 0 10px;
    margin: 0;
}


/* Conatct */

.shp-contact-box .widget-title {
    margin: 0 0 8px;
    font-size: var(--shp-sub-heading-font);
}

.shp-contact-box {
    padding: 46px 50px 50px;
    box-shadow: var(--shp-global-shadow);
}

.shp-contact-box .input-wrap textarea {
    height: 120px;
}

.shp-contact-box [role="form"] {
    margin: 28px 00 0;
    display: inline-block;
    width: 100%;
}

.shp-contact-info {
    background: var(--shp-top-header-bg);
    padding: 50px 30px 50px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shp-contact-lbel {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate( 180deg);
    -moz-transform: rotate(180deg);
    transform: rotate( 180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 30px;
    color: rgb(255 255 255 / 0.2);
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
}

.shp-vertical-wrap {
    width: 71px;
    padding: 0px 0 0 6px;
}

.shp-infobox-list {
    padding: 0;
    width: calc(100% - 71px);
}

.shp-infobox-list li {
    list-style: none;
    margin: 0;
    background: var(--shp-body-bg);
    margin-bottom: 30px;
    padding: 26px 30px 13px;
}

.shp-contact-infobox .widget-title {
    margin: 0 0 8px;
    font-size: var(--shp-sub-heading-font);
}

.shp-contact-info,
.shp-contact-box {
    margin: 0 0 30px;
}

.shp-contact-wrapper {
    margin: 0px 0 0;
}

body .shp-map .wpb_wrapper {
    padding: 0;
}


/* Demo Footer CSS Start */

.shp-footer-widgets h4 {
    font-size: var(--shp-sub-heading-font);
    font-weight: 600;
    margin: 6px 0 25px;
    position: relative;
    padding-bottom: 16px;
}

.shp-footer-widgets h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: var(--primary);
    width: 80px;
}

.shp-demo-footer .shp-footer-widgets ul {
    margin: 0 0 0;
    list-style: none;
    padding: 0;
}

.shp-footer-widgets .shp-nav-menus li {
    position: relative;
    display: inline-block;
    margin: 0 0 8px;
    width: 100%;
    padding: 0 0 0 30px;
}

.shp-footer-widgets .shp-nav-menus li:before {
    content: "";
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 2px;
    background: var(--shp-txt-color);
    width: 10px;
}

.shp-footer-widgets .shp-nav-menus li:hover:before {
    background: var(--primary);
}

.shp-footer-widgets .shp-nav-menus li a {
    display: inline-block;
    color: var(--shp-txt-color);
}

.shp-footer-text p {
    margin: 0 0 10px;
}

.shp-footer-logo img {
    margin: 0 0 22px;
}

.shp-footer-widgets .shp-nav-menus li:hover a {
    color: var(--primary);
}

.shp-nav-menus ul {
    padding: 0;
    list-style: none;
}

.shp-footer-widgets .shp-nav-menus li.menu-item-has-children:before {
    margin: 12px 0 0;
}

.shp-footer-widgets .shp-nav-menus li:last-child {
    margin-bottom: 0;
}

.shp-copyright-wrapper p a:hover {
    color: var(--primary);
}

.shp-footer-widgets .shp-nav-menus li:before,
.shp-footer-widgets .shp-nav-menus li:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.shp-footer-widgets .shp-nav-menus li a {
    position: relative;
}

.shp-footer-widgets .shp-nav-menus li a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background: var(--primary);
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.shp-footer-widgets .shp-nav-menus li a:hover::before {
    width: 100%;
    left: 0;
}


/* Newsletter CSS */

.shp-newsletter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.shp-newsletter-icon svg {
    fill: var(--primary);
}

.shp-newsletter-wrap input {
    background: var(--shp-input-bg);
    border: none;
    padding: 0 170px 0 20px;
    width: calc(100% - 50px);
    border-radius: var(--shp-radius0);
}

.shp-footer-wrapper:not(.shp-dark-footer) .shp-newsletter-wrap input {
    background: var(--shp-bg);
    color: var(--shp-txt-color);
}

.shp-newsletter-wrap button {
    width: 50px;
    padding: 0;
    border: none;
    height: 50px;
    border-radius: var(--shp-radius0);
    background: var(--primary);
    cursor: pointer;
}

.shp-newsletter-wrap button svg {
    fill: var(--white);
    height: 20px;
    width: 20px;
}

.shp-footer-newsletter p {
    margin: 0 0 14px;
}

.shp-newsletter-wrap input::-webkit-input-placeholder {
    color: var(--shp-placeholder-color);
}

.shp-newsletter-wrap input::-moz-placeholder {
    color: var(--shp-placeholder-color);
}

.shp-newsletter-wrap input:-ms-input-placeholder {
    color: var(--shp-placeholder-color);
}

.shp-newsletter-wrap input:-moz-placeholder {
    color: var(--shp-placeholder-color);
}


/* Socials CSS */

.shp-footer-social {
    margin: 20px 0 12px;
}

.shp-footer-social h5 {
    font-size: var(--shp-globle-font);
    font-weight: 600;
    margin: 0 0 11px;
}

.shp-dark-footer .shp-footer-social h5 {
    color: var(--white);
}

.shp-social-icons {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.shp-social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--shp-body-bg);
    width: 50px;
    height: 50px;
    border-radius: var(--shp-circle-radius);
    margin: 0 10px 3px 0;
    z-index: 1;
    position: relative;
}

.shp-footer-social .shp-social-icons a {
    background: var(--shp-border-color);
}

.shp-social-icons a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--shp-circle-radius);
    z-index: -1;
    box-shadow: inset 0 0 0 35px var(--shp-body-bg);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}

.shp-social-icons a>svg {
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    fill: var(--shp-txt-color);
}

.shp-social-icons a:hover>svg {
    transform: rotate( 360deg);
}

.shp-social-icons a:hover>svg path {
    fill: var(--primary);
}

.shp-social-icons li a:hover::after {
    box-shadow: inset 0 0 0 1px var(--primary);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.shp-footer-widgets {
    margin: 0 0 30px;
}

.shp-demo-footer .shp-footer-widgets {
    margin: 0 0 33px;
}


/* Copyright CSS */

.shp-copyright-wrapper {
    padding: 14px 0 0;
    position: relative;
    margin-top: 35px;
}

.shp-footer-wrapper .shp-copyright-wrapper:before {
    content: "";
    position: absolute;
    border-top: 1px solid var(--shp-title-color);
    opacity: .1;
    top: 0;
    left: 0;
    right: 0;
}

.shp-copyright-wrapper p {
    margin: 0;
}

.shp-copyright-wrapper p a {
    color: var(--primary);
    font-weight: 500;
}

.shp-copyright-wrapper p a:hover {
    color: var(--primary);
}


/**********************************
 	3. Unittesting CSS Start
 **********************************/


/* Sticky Sidebar */

.shp-main-post-wrapper {
    position: relative;
}


/* Sidebar list arrow */

.widget ul li,
.widget ol li {
    position: relative;
    padding-left: 15px;
}

.widget ul li:before,
.widget ol li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid var(--shp-txt-color);
    border-bottom: 4px solid transparent;
    top: 7px;
}

.search .shp-column-pagination {
    margin: 43px 0 0;
}

body.search .shp-blog-columns article {
    margin: 0 0 50px;
    background: var(--shp-widget-bg);
    box-shadow: var(--shp-global-shadow);
    border-radius: var(--shp-radius0);
    display: flex;
    flex-wrap: wrap;
    padding: 34px 30px 33px;
}

body.search .shp-blog-columns article>* {
    width: 100%;
}

.shp-main-post-wrapper article.post.sticky ul {
    margin: 0;
}

.widget_rating_filter.widget li:before {
    border: 0;
}

.yith-wcaf.yith-wcaf-registration-form.woocommerce>h2 {
    display: none;
}


/** Post Inner **/

.shp-main-post-wrapper {
    padding: 80px 0 30px;
}

.sticky-post {
    margin: 0 10px 0 0;
    color: var(--primary);
}

.entry-title {
    font-size: var(--shp-sub-heading-font);
    font-weight: 500;
    color: var(--shp-title-color);
    margin: 0 0 18px;
    word-break: break-word;
}

.entry-title a {
    color: var(--shp-title-color);
}

.entry-title a:hover,
.entry-title:hover a {
    color: var(--primary);
}

.entry-title:hover,
.entry-title {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.shp-text-icon {
    color: var(--primary);
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: text-bottom;
}

.shp-text-icon svg {
    fill: var(--primary);
    height: 15px;
}

dl,
ol,
ul {
    margin: 0 0 0;
}

ol,
ul {
    padding: 0 0 0 30px;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
}

.shp-read-more-link {
    text-transform: capitalize;
    font-weight: 600;
    font-size: var(--shp-globle-font);
    letter-spacing: .6px;
}

.shp-arrow {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate( 45deg) translateX(0);
}

.shp-read-more-link .shp-arrow {
    margin-left: 3px;
    margin-bottom: 1px;
}

.shp-read-more-link:hover,
.shp-read-more-link,
.shp-read-more-link .shp-arrow,
.shp-read-more-link:hover .shp-arrow,
.shp-read-more-link .shp-arrow {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single .shp-blog-head {
    margin-bottom: 23px;
}

.shp-main-post-wrapper article.post {
    background: var(--white);
    box-shadow: var(--shp-global-shadow);
    border-radius: var(--shp-radius0);
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
    padding: 24px 30px 33px;
    position: relative;
}

.shp-main-post-wrapper article.post.sticky {
    padding-top: 24px;
}

.shp-categories-tags {
    margin: 20px 0 0;
}

.shp-page-columns .shp-details-wrapper {
    padding: 0 0 23px;
}

.edit-btn-read-more-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 0;
    width: 100%;
}

.edit-btn-read-more-wrap>* {
    margin-right: 20px;
}

.edit-btn-read-more-wrap>* :last-of-type {
    margin-right: 0;
}

.edit-btn-read-more-wrap a {
    color: var(--primary);
}

.edit-btn-read-more-wrap .edit-link a,
.edit-link a {
    color: var(--primary);
    text-transform: capitalize;
    font-weight: 600;
    font-size: var(--global-font);
    letter-spacing: .6px;
    position: relative;
}

.edit-btn-read-more-wrap .edit-link a:after,
.edit-link a:after {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    line-height: 1;
    margin-left: 3px;
    font-size: var(--font14);
    vertical-align: text-top;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
    border-radius: var(--btn-radius);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: var(--primary);
    border: 2px solid;
    background: transparent;
}

.wp-block-button__link.shp-btn:hover,
.wp-block-button__link.shp-btn:focus {
    transition: box-shadow 0.5s;
    -webkit-box-shadow: inset 0 0 0 5em var(--black);
    -moz-box-shadow: inset 0 0 0 5em var(--black);
    box-shadow: inset 0 0 0 5em var(--black);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
    box-shadow: none;
}

blockquote {
    background-color: var(--block-bg);
    -webkit-box-shadow: 0 0 40px rgb(20 30 49 / 10%);
    box-shadow: 0 0 40px rgb(20 30 49 / 10%);
    border-radius: var(--shp-radius0);
    padding: 21px 40px 23px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 43px 0 44px;
    color: var(--white);
}

blockquote:before {
    content: "\f10d";
    font-size: 30px;
    color: var(--white);
    padding-bottom: 12px;
    display: inline-block;
    font-family: 'font awesome 5 free';
    font-weight: 900;
}

blockquote:after {
    content: "\f10d";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    position: absolute;
    right: 30px;
    bottom: -40px;
    color: var(--white);
    font-size: 100px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1;
    opacity: .05;
}

blockquote p {
    font-size: var(--shp-globle-font);
    font-weight: 500;
    margin-bottom: 0;
}

blockquote.wp-block-quote.has-text-align-right:after {
    right: unset;
    left: 30px;
}

blockquote strong,
blockquote a {
    color: var(--white);
}

blockquote.has-very-dark-gray-color,
blockquote.has-very-dark-gray-color p,
blockquote.has-very-dark-gray-color cite {
    color: var(--white);
}

.shp-blog-head {
    margin: 0 0 8px;
    display: inline-block;
    width: 100%;
}

.shp-blog-head .entry-title a {
    font-weight: 500;
    font-size: var(--shp-sub-heading-font);
}

.wp-block-search .wp-block-search__input {
    border-color: var(--shp-border-color);
}

.entry-content {
    margin: 0;
}

.shp-single-data .page-links {
    margin-top: 10px;
}

.comment-info .comment-text ul,
.comment-info .comment-text ol {
    margin-bottom: 16px;
}

p {
    margin-bottom: 10px;
}

.wp-block-audio audio {
    min-width: 200px;
}

.wp-block-embed {
    word-break: break-word;
}

.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
    color: var(--white);
}

.wp-block-button,
.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 16px;
}

.widget ul.menu ul.sub-menu {
    margin: 12px 0 0 0;
}

.wp-block-archives-dropdown select {
    margin: 0 0 30px;
}

.widget ul li:hover>a {
    color: var(--primary);
}

.widget ul li:hover:before {
    fill: var(--primary);
}


/** Lists **/

ul ul {
    list-style: circle;
}

ul ul ul {
    list-style: square;
}

ol ol {
    list-style: lower-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol li,
ul li {
    margin-bottom: 10px;
}

ol li:last-child,
ul li:last-child {
    margin-bottom: 0;
}

ol li ol,
ul li ul,
ol li ul,
ul li ol {
    margin: 10px 0 0;
}

select {
    color: var(--shp-txt-color);
    border: 1px solid var(--shp-input-border);
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-radius: var(--shp-radius0);
    background: var(--shp-input-bg);
}

table {
    width: 100%;
    margin: 0 0 30px;
}

.calendar_wrap {
    margin: 30px 0 0px;
}

.wp-calendar-table {
    margin: 0;
}

table th {
    font-weight: 500;
    color: var(--shp-title-color);
}

table th,
table td {
    border: 1px solid var(--shp-border-color);
    padding: 10px 10px;
    text-align: left;
}

.woocommerce-checkout-review-order thead th,
.woocommerce table.shop_table thead th,
table thead th {
    background: var(--shp-widget-bg);
    color: var(--shp-title-color);
    text-transform: capitalize;
    border-color: var(--shp-border-color);
}

.wp-calendar-table tbody td#today {
    background: var(--primary);
    margin: auto;
    color: var(--white);
}

form.post-password-form input[type="submit"] {
    border-radius: var(--shp-radius0);
}

.woocommerce table.shop_table td {
    border-top: 1px solid var(--shp-border-color);
}


/** Widget **/

.wp-block-image img {
    border-radius: var(--shp-radius0);
}

.widget.widget_rss ul li {
    margin-bottom: 28px;
}

.widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}

.widget_rss .rsswidget {
    color: var(--shp-title-color);
}

.widget.widget_rss ul li a {
    width: 100%;
    display: inline-block;
    color: var(--shp-title-color);
    font-weight: 500;
}

.widget.widget_rss ul li span.rss-date {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: var(--global-font);
    font-weight: 500;
    padding-left: 20px;
    color: var(--primary);
    margin: 6px 0 9px;
}

.widget.widget_rss ul li span.rss-date:before {
    content: "\f073";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.widget.widget_rss ul li cite {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    font-weight: 500;
    color: var(--shp-title-color);
}

.shp-single-data>p:last-child {
    margin-bottom: 0;
}

.widget .post-date {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: var(--global-font);
    font-weight: 500;
    padding-left: 20px;
    color: var(--primary);
    margin: 6px 0 9px;
}

.widget .post-date:before {
    content: "\f073";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* Quick View Plugin */

.shp-product-info a.button.yith-wcqv-button {
    display: none !important;
}

body #yith-wcwl-popup-message {
    background: var(--primary);
    top: 20px;
    left: unset;
    right: 0;
    padding: 3px 20px;
    right: 0;
    min-width: 200px;
}

body #yith-wcwl-popup-message div#yith-wcwl-message {
    color: var(--white);
}

#yith-quick-view-modal .yith-wcqv-main div#yith-quick-view-content div.product {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 10px;
}

#yith-quick-view-modal .yith-wcqv-head a#yith-quick-view-close {
    color: var(--primary);
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.woocommerce div.product .product_title {
    font-size: var(--shp-sub-heading-font);
    margin-bottom: 15px;
}


/** Tag **/

.widget.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud .tag-cloud-link,
.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link {
    border-radius: var(--shp-radius0);
    text-transform: capitalize;
    background-color: var(--shp-bg);
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 3px;
    padding: 7px 15px;
    font-size: var(--font14) !important;
    font-weight: 500;
    line-height: 26px;
    color: var(--shp-title-color);
}

.widget.widget_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover,
.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link :hover {
    background-color: var(--primary);
    color: var(--white);
}

.widget.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud .tag-cloud-link,
.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link,
.widget.widget_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud .tag-cloud-link:hover,
.woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link :hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.cat-links,
.tags-links {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    color: var(--shp-title-color);
}

.cat-links a,
.tags-links a,
.cat-links a:not([href]):not([class]),
.tags-links a:not([href]):not([class]) {
    border-radius: var(--shp-radius0);
    text-transform: capitalize;
    background-color: var(--shp-bg);
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 7px 15px;
    font-size: var(--font14) !important;
    font-weight: 500;
    line-height: 26px;
    color: var(--shp-title-color);
}

.tags-links a,
.tags-links a:not([href]):not([class]) {
    margin-right: 10px;
}

.cat-links a:hover,
.tags-links a:hover,
.cat-links a:not([href]):not([class]):hover,
.tags-links a:not([href]):not([class]):hover {
    background-color: var(--primary);
    color: var(--white);
}

.shp-cat-links,
.shp-tags-links {
    margin: 0 10px 0 0;
}

.widget.widget_text .textwidget strong {
    color: var(--shp-title-color);
}

.widget .calendar_wrap table th,
.widget .calendar_wrap table td {
    padding: 10px 3px;
    font-size: var(--font14);
    text-align: center;
}

.widget_recent_comments li .comment-author-link {
    display: inline-block;
}

.widget a {
    text-transform: capitalize;
}

.widget_recent_comments li a {
    color: var(--shp-title-color);
}

.widget_recent_comments li a:hover {
    color: var(--primary);
}

.widget_recent_comments li .url,
.widget_recent_comments li .comment-author-link {
    color: var(--primary);
}

.widget.widget_recent_comments ul li.recentcomments {
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
    min-height: 40px;
}

.widget.widget_recent_comments ul li.recentcomments:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    background: var(--shp-bg);
    border: none;
    border-radius: var(--shp-circle-radius);
}

.widget.widget_recent_comments ul li.recentcomments:after {
    content: "";
    position: absolute;
    left: 10px;
    /* background-image: url(./../images/comments.svg); */
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    top: 18px;
    content: "\f086";
    position: absolute;
    left: 10px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    top: 18px;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    color: var(--primary);
}

.widget.widget_text .textwidget p img {
    margin: 7px 0;
}

.widget.widget_text p strong {
    margin: 3px 0;
    display: inline-block;
    width: 100%;
}

.widget.widget_text .textwidget strong {
    color: var(--shp-title-color);
}

.widget_product_search {
    padding: 40px 30px 33px;
}

.comment-list {
    padding: 0;
    list-style: none;
}

.comment-author {
    width: 80px;
    height: 80px;
}

.comment-author img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: none;
    border-radius: var(--shp-circle-radius);
}

.shp-comment-data {
    display: flex;
    flex-wrap: wrap;
    background: var(--shp-bg);
    border-radius: var(--shp-radius0);
    border: none;
}

.comment-info {
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
}

.comment-reply-link {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--global-font);
    letter-spacing: .6px;
    position: relative;
}

.comment-reply-link i {
    margin: 0 10px 0 0;
}

h3#reply-title.comment-reply-title small a {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--global-font);
    letter-spacing: .6px;
    position: relative;
}

h3#reply-title.comment-reply-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h3#reply-title.comment-reply-title {
    position: relative;
    padding: 0 0 0 20px;
}

h3#reply-title.comment-reply-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 26px;
    background: var(--primary);
    width: 3px;
    top: 0;
    margin: auto;
}

.comment-respond {
    margin: 0;
    width: 100%;
}

.comment-respond .form-submit {
    margin: 0;
}

.comments-area .no-comments {
    margin: 15px 0 10px;
}

.comments-area>ol.comment-list>li {
    background: var(--shp-bg);
    padding: 30px 30px;
    margin: 0 0 20px;
    border: var(--shp-radius0);
}

.comments-title {
    margin: 0 0 27px;
    font-size: var(--shp-heading-font);
    font-weight: 500;
    color: var(--shp-title-color);
}

.comments-area .comment-respond {
    margin: 50px 0 0;
    background: var(--shp-widget-bg);
    box-shadow: var(--shp-global-shadow);
    border-radius: var(--shp-radius0);
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px 30px;
}

.comments-area .comment-respond>* {
    width: 100%;
}

.shp-blog-columns>.comments-area {
    margin: 36px 0 0;
}

h3#reply-title.comment-reply-title small {
    font-size: var(--shp-globle-font);
}

.comments-area>ul,
.comments-area>ol {
    list-style: none;
}

.comments-area>ul .children,
.comments-area>ol .children {
    list-style: none;
    margin: 0;
}

.comment-head {
    margin: 0 0 15px;
}

.comment-head h3 {
    font-size: var(--shp-widget-title-font);
    font-weight: 500;
    margin: 0 0 6px;
    color: var(--shp-title-color);
}

.comment-head h3 a {
    font-weight: 500;
    color: var(--shp-title-color);
}

.comment-date {
    margin: 0 0 0;
}

.comment-head .comment-date a {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--global-font);
    letter-spacing: .6px;
    position: relative;
}

.comments-area blockquote {
    margin: 0 0 25px;
}

.comments-area dt {
    color: var(--shp-title-color);
}

.comments-area>ul .children>li,
.comments-area>ol .children>li {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--shp-border-color);
    padding: 0 0 20px;
}

.comments-area>ul .children>li:last-child,
.comments-area>ol .children>li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding: 0 0 0;
}

.comments-area>ol.comment-list>li .children li:last-child,
.comments-area>ul.comment-list>li .children li:last-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

.comments-area>ol.comment-list>li .children li:first-child,
.comments-area>ul.comment-list>li .children li:first-child {
    margin-top: 30px;
    border-top: 1px solid var(--shp-border-color);
    padding-top: 20px;
}

.comment-respond .comment-notes {
    display: none;
}

.comment-respond .comment-form-cookies-consent {
    display: none;
}


/** Page And Post  **/

p.has-text-align-center {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.wp-block-file .wp-block-file__button {
    background: var(--shp-title-color);
    color: var(--white);
}

.wp-block-calendar table th {
    font-weight: 600;
    background: var(--shp-dark);
    padding: 4px 10px;
    border-color: var(--shp-title-color);
}

.shp-categories-tags>span>a:first-child {
    margin-left: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding: 0;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: var(--shp-title-color);
    font-size: var(--global-font);
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-author:visited,
.wp-block-latest-posts.wp-block-latest-posts__list li a,
.wp-block-latest-posts.wp-block-latest-posts__list li a:visited {
    color: var(--primary);
}

.wp-block-cover-text strong {
    color: var(--white);
}

.shp-single-data>ol,
.shp-single-data>ul {
    margin-bottom: 30px;
}

.shp-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shp-post-meta>* {
    margin-right: 30px;
}

.shp-post-meta>*:last-of-type {
    margin-right: 0;
}

.shp-post-meta.shp-date-with-thumb a {
    font-weight: 500;
}

.shp-blog-authore {
    text-transform: capitalize;
}

.wp-block-archives.wp-block-archives-list a {
    color: var(--shp-title-color);
}

.wp-block-archives.wp-block-archives-dropdown {
    margin: 0 0 25px;
}

.shp-single-data .wp-block-calendar td,
.shp-single-data .wp-block-calendar th {
    padding: 15px 10px;
}

body.search .shp-blog-columns article .shp-single-imgae-wrap,
.shp-single-imgae-wrap {
    margin: -25px -30px 24px;
    border-radius: var(--shp-radius0);
    overflow: hidden;
}

.shp-header-cart-box dl.variation {
    display: none;
}

.shp-post-counting {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    color: var(--shp-txt-color);
}

.shp-post-counting:before {
    content: "(";
}

.shp-post-counting:after {
    content: ")";
}

.calendar_wrap nav.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}

.wp-block-calendar nav.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wp-block-calendar nav.wp-calendar-nav a {
    text-decoration: none;
    color: var(--shp-title-color);
}

.wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 25px;
}

.shp-main-page-container {
    padding: 80px 0 0;
}

.shp-blog-columns {
    margin-bottom: 50px;
}

.shp-sidebar-wrapper {
    margin-bottom: 50px;
}

.widget_archive li,
.widget_categories li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.widget_archive li .children,
.widget_categories li .children {
    width: 100%;
}

.shp-blog-columns .shp-blog-details,
.shp-page-columns .shp-blog-details {
    background: var(--shp-widget-bg);
    box-shadow: var(--shp-global-shadow);
    border-radius: var(--shp-radius0);
    display: flex;
    flex-wrap: wrap;
    padding: 25px 30px 3px;
}

.shp-blog-thumb-page-wrapper .shp-blog-thumb-section {
    margin: 0 0 50px;
}

.shp-blog-single-imgae .post-thumbnail {
    margin: -25px -30px 35px;
    border-radius: var(--shp-radius0);
    overflow: hidden;
}

body .shp-single-data figure {
    margin-bottom: 15px;
    padding-top: 3px;
}

.shp-details-wrapper {
    width: 100%;
}

.shp-blog-inner>.comments-area {
    margin-top: 50px;
}

.comments-area>ol.comment-list>li #reply-title {
    font-size: var(--shp-widget-title-font);
}


/* Single Post */

.shp-blog-columns .shp-blog-details {
    display: flex;
    flex-wrap: wrap;
}

.shp-single-blog {
    padding: 80px 0 30px;
}

.shp-blog-single-imgae .post-thumbnail {
    margin: 0;
}

.single .shp-blog-single-imgae .post-thumbnail {
    margin: -25px -30px 24px;
}

.single .shp-blog-single-imgae .shp-blog-date {
    top: -25px;
    left: 0;
}

.shp-blog-meta {
    margin: 33px 0 17px;
    width: 100%;
}

.shp-single-blog .entry-content>ul,
.shp-single-blog .entry-content>ol {
    margin-bottom: 20px;
}

.shp-blog-columns .comments-area>ol.comment-list {
    margin-bottom: 20px;
    width: 100%;
}

.shp-blog-columns .shp-blog-details .edit-link {
    margin: 0 0 20px;
}

.comments-area>ol.comment-list>li .comment-respond {
    margin: 33px 0 0;
}

.comment-respond .comment-form-cookies-consent+.row .input-wrap {
    margin-bottom: 23px;
}

.shp-prenext-post .post-navigation .nav-links .nav-next .next {
    justify-content: flex-end;
}


/* Authore Info */

.shp-blog-authore-box {
    background: var(--shp-bg);
    padding: 30px 30px 10px;
    display: flex;
    flex-wrap: wrap;
    border-left: 3px solid var(--primary);
    margin: 23px 0 50px;
    border-radius: var(--shp-radius0);
}

.shp-blog-authore-img {
    width: 80px;
    height: 80px;
    margin: 0 0 20px;
}

.shp-blog-authore-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: none;
}

.shp-blog-authore-info {
    width: calc(100% - 80px);
    padding: 0 15px 0 30px;
}

.shp-blog-authore-box p {
    margin-bottom: 8px;
}

.shp-blog-authore-info h5 span {
    color: var(--primary);
    font-weight: 500;
    margin: 0 10px 0 0;
}


/* Comments */

.comment-reply-title {
    font-size: var(--shp-heading-font);
    font-weight: 500;
    margin: 0 0 0;
    color: var(--shp-title-color);
    line-height: 1.4;
    margin-bottom: 17px;
}

.wp-block-latest-comments {
    padding: 0;
}

.wp-block-latest-comments__comment-date {
    font-size: var(--shp-globle-font);
    margin: 3px 0 5px;
    display: inline-block;
    width: 100%;
    color: var(--shp-title-color);
}

.comment-list .input-wrap textarea,
.comment-list .input-wrap input {
    border: 1px solid var(--shp-border-color);
}


/* Pagination CSS */

.pagination .nav-links,
.woocommerce .woocommerce-pagination ul.page-numbers li {
    display: flex;
    flex-wrap: wrap;
}

.pagination .nav-links>*:not(.dots) {
    height: 50px;
    width: 50px;
    background: var(--shp-widget-bg);
    color: var(--shp-title-color);
    text-transform: capitalize;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--shp-border-color);
    border-radius: var(--shp-radius0);
    margin: 0 10px 0 0;
}

.pagination .nav-links .dots {
    height: 50px;
    width: 50px;
    color: var(--shp-title-color);
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border: none;
    margin: 0 10px 0 0;
}

.page-numbers>span {
    display: none;
}

.page-numbers svg {
    fill: var(--shp-title-color);
}

.pagination .nav-links>*:hover,
.pagination .nav-links .current {
    background: var(--primary);
    color: var(--white);
}

.pagination .nav-links .dots:hover {
    background: transparent;
    color: var(--shp-title-color);
}

.pagination .nav-links>*:hover svg,
.pagination .nav-links>*:hover svg path {
    fill: var(--white);
}

.pagination .nav-links>*,
.pagination .nav-links>*:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/**/

.page-links .page-number span,
.page-links .page-number a {
    height: 50px;
    width: 50px;
    background: var(--white);
    color: var(--shp-title-color);
    text-transform: capitalize;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--shp-border-color);
    border-radius: var(--shp-radius0);
    margin: 0 0 0 10px;
}

.shp-blog-single-nave {
    word-break: break-all;
}

.page-links .page-number span.current,
.page-links .page-number a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.shp-main-page-container .shp-blog-columns .page-links {
    margin: 40px 0 0;
    display: inline-block;
    width: 100%;
}


/** Search  **/

.wp-block-search {
    margin: 0 0 30px;
}

.wp-block-search .wp-block-search__input {
    border-radius: var(--shp-radius0);
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    border-radius: var(--shp-radius0);
}

.search-form {
    display: flex;
    flex-wrap: wrap;
}

.search-form label {
    width: calc(100% - 60px);
    margin: 0;
}

.search-form label input.search-field {
    border-radius: var(--shp-radius0);
}

.search-form .search-submit {
    min-width: 60px;
    width: 60px;
    border-radius: var(--shp-radius0);
}

.search-form .search-submit svg {
    fill: var(--white);
}


/* Side Bar CSS */

.widget {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 0 50px;
    padding: 37px 30px 33px;
    background: var(--shp-widget-bg);
    box-shadow: var(--shp-global-shadow);
}

.widget:last-of-type {
    margin-bottom: 0;
}

.widget-title {
    font-size: var(--shp-widget-title-font);
    font-weight: 500;
    color: var(--shp-title-color);
    margin: 0px 0 18px;
    position: relative;
    font-family: var(--shp-title-font-family);
    padding: 0 0 0 20px;
}

.widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    background: var(--primary);
    width: 3px;
    top: 0;
    margin: auto;
}

.widget ul li,
.widget ol li {
    margin: 0 0 12px;
}

.widget ul li:last-child,
.widget ol li:last-child {
    margin: 0;
}

.widget ul.children {
    margin-top: 12px;
}

.widget ul.children,
.widget ol.children {
    margin-left: 15px;
}

caption {
    color: var(--shp-title-color);
}


/* Custom Images Widget */

.shp-custom-img-section {
    margin: 0 0;
}

.shp-custom-img-section img {
    border-radius: var(--shp-radius0);
}


/* Sperate Widget Spaning */

.widget.widget_search {
    padding: 40px 30px;
}

.widget.widget_recent_comments {
    margin-bottom: 19px;
}

.widget.widget_archive select {
    margin: 5px 0 7px;
}

.widget.widget_calendar .widget-title {
    margin-bottom: 23px;
}

.widget.widget_calendar .calendar_wrap {
    margin: 0 0 0px;
}

.widget.widget_categories select {
    margin: 5px 0 7px;
}

.widget.widget_search .widget-title {
    margin-bottom: 23px;
    margin-top: -3px;
}

.widget.widget_text .widget-title {
    margin-bottom: 15px;
}

.widget.widget_text select {
    margin-bottom: 7px;
}

.widget.widget_tag_cloud .widget-title {
    margin-bottom: 23px;
}


/* Sidebar Only */

.shp-sidebar-wrapper .widget.widget_tag_cloud {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.shp-sidebar-wrapper .widget.widget_archive select {
    margin: 5px 0 7px;
}

.widget_calendar {
    padding: 37px 30px 33px;
}

.shp-sidebar-wrapper .widget_categories {
    padding-bottom: 33px;
}

.widget_categories {
    padding-bottom: 20px;
}

.shp-sidebar-wrapper .widget.widget_categories select {
    margin: 5px 0 7px;
}

.shp-sidebar-wrapper .widget_pages {
    padding-bottom: 33px;
}

.shp-sidebar-wrapper .widget.widget_recent_comments {
    padding-bottom: 13px;
    margin-bottom: 50px;
}


/* Footer Widgets Only */

.shp-footer-wrapper .widget {
    background: transparent;
    box-shadow: none;
    padding: 0 0 0;
    border-radius: var(--shp-radius0);
    margin: 0 0 40px;
}

.shp-footer-wrapper .widget.widget_search .widget-title {
    margin-top: 0;
}

.shp-footer-wrapper .widget_search .search-form {
    margin: 0 0 7px;
}

.shp-footer-wrapper .widget.widget_categories ul {
    margin: 0 0 0px;
}

.shp-footer-wrapper .widget_tag_cloud {
    margin-bottom: 37px;
}

.shp-footer-wrapper .widget_recent_comments {
    margin-bottom: 25px;
}

.shp-footer-wrapper .widget:last-of-type {
    margin-bottom: 8px;
}

.widget .wp-caption {
    margin-bottom: 10px;
}


/** 404  **/

.shp-error-page-wrapper {
    padding: 80px 0 73px;
    text-align: center;
}

.shp-error-img img {
    max-height: 350px;
    margin: 0 0 21px;
}

.shp-error-info h1 {
    font-size: 150px;
    font-weight: 900;
    color: var(--primary);
    margin: 0;
}

.shp-error-info h4 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: var(--shp-sub-heading-font);
    color: var(--shp-title-color);
    font-weight: 500;
}

.shp-error-btn {
    margin: 35px 0 0;
}


/**********************************
 	4. Woocommerce CSS Start
 **********************************/


/* Product Thumb CSS Start */

#yith-quick-view-modal .yith-wcqv-main div#yith-quick-view-content div.product .single_add_to_cart_button {
    min-height: 40px;
    height: 40px;
    line-height: 40px !important;
    padding: 2px 0 !important;
}

.woocommerce .products .shp-product-hover ul {
    margin-bottom: 0;
}

.shp-product-hover ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 40px;
}

.shp-product-image img {
    width: 100%;
}

.shp-product-info {
    text-align: center;
}

.shp-product-thumb h2 {
    margin: 0;
    color: var(--shp-txt-color);
    font-size: var(--shp-globle-font);
    font-weight: 500;
    line-height: 1.5;
    font-family: var(--shp-font-family);
}

.shp-product-thumb h2 a,
.shp-product-thumb h2 a:hover,
.shp-product-thumb h2 a:visited {
    color: var(--shp-txt-color);
}

.shp-product-thumb h2:hover a,
.shp-product-thumb h2 a:hover {
    color: var(--primary);
}

.shp-product-title h2,
.shp-product-title:hover h2 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.shp-product-thumb .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--primary);
    font-weight: 500;
    font-size: var(--shp-widget-title-font);
    font-family: var(--shp-title-font-family);
}
.shp-product-hover > ul > li .shp-product-icon-yith .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.shp-vertical-product .shp-product-icon-yith i {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: none;
    border-radius: var(--shp-circle-radius);
    text-align: center;
    line-height: 40px;
    margin: 0;
    background: var(--shp-product-icon-bg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.shp-product-icon-yith i {
    margin: 0!important;
    color: var(--shp-product-icon-color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.shp-vertical-product .shp-product-icon-yith i:hover {
    background: var(--shp-product-icon-hover-bg);
}
.shp-product-hover ul .shp-product-icon{
    height: 40px;
    width: 40px;
    display: inline-block;
    border: none;
    border-radius: var(--shp-circle-radius);
    text-align: center;
    line-height: 40px;
    margin: 0;
    background: var(--shp-product-icon-bg);
}
.shp-product-hover ul .shp-product-icon:hover{
    background: var(--shp-product-icon-hover-bg);
}

.shp-product-hover ul .shp-product-icon svg {
    height: 16px;
    width: 16px;
    fill: var(--shp-product-icon-color);
}

.shp-product-hover ul .shp-product-icon:hover svg {
    fill: var(--shp-product-icon-hover-color);
}

.shp-product-hover {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 20px;
}

.shp-product-thumb {
    margin: 0 0 42px;
    position: relative;
}

.shp-product-image {
    margin-bottom: 20px;
}

body.woocommerce .shp-shop-wrapper .shp-product-thumb {
    margin: 0 0 42px;
}

.shp-products-wrapper .shp-btn-wrap {
    margin: -10px 0 40px;
    justify-content: center;
}

.shp-product-hover ul li {
    transform: translateX(20px);
    transition: 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    margin-bottom: 10px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.shp-product-thumb:hover .shp-product-hover ul li:first-child,
.shp-product-thumb:hover .shp-product-hover ul li:nth-child(2),
.shp-product-thumb:hover .shp-product-hover ul li:nth-child(3),
.shp-product-thumb:hover .shp-product-hover ul li:nth-child(4) {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.shp-product-hover ul li:first-child,
.shp-product-hover:hover ul li:first-child {
    transition: 300ms ease-in-out;
}

.shp-product-hover ul li:nth-child(2),
.shp-product-hover:hover ul li:nth-child(2) {
    transition: 300ms ease-in-out 100ms;
}

.shp-product-hover ul li:nth-child(3),
.shp-product-hover:hover ul li:nth-child(3) {
    transition: 300ms ease-in-out 200ms;
}

.shp-product-hover ul li:nth-child(4),
.shp-product-hover:hover ul li:nth-child(4) {
    transition: 300ms ease-in-out 300ms;
}

.woocommerce table.shop_table td ins {
    background: transparent;
}

.shp-footer-social .widget-title:before {
    height: auto;
}

.price del .woocommerce-Price-amount.amount,
del .woocommerce-Price-amount.amount {
    color: var(--shp-txt-color) !important;
    font-weight: 500;
    font-size: var(--shp-widget-title-font);
    font-family: var(--shp-title-font-family);
}

.shp-product-image {
    position: relative;
    background: var(--product-bg);
}

.shp-product-image .shp-overlay-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    background: var(--product-bg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.shp-product-thumb:hover .shp-product-image .shp-overlay-img {
    visibility: visible;
    opacity: 1;
}

.shp-product-thumb:hover .shp-product-image .shp-overlay-img,
.shp-product-thumb .shp-product-image .shp-overlay-img,
.shp-product-thumb,
.horizontal-icon .shp-product-hover,
.horizontal-icon:hover .shp-product-hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.shp-product-image .shp-overlay-img img {
    width: auto;
    max-height: 100%;
}


/* THUMB ICON STYLE */

.horizontal-icon .shp-product-hover {
    top: 35%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.horizontal-icon:hover .shp-product-hover {
    opacity: 1;
    visibility: visible;
}

.horizontal-icon .shp-product-hover ul {
    width: auto;
    justify-content: center;
    background: var(--primary);
}

body .horizontal-icon .shp-product-hover ul li {
    margin: 0 3px;
}

.horizontal-icon .shp-product-hover ul li a,
.horizontal-icon .shp-product-hover ul li a:hover {
    background: transparent;
}


/* THUMB TAG STYLE*/

.shp-tag-sale-right {
    overflow: hidden;
}

.shp-tag-sale-right span.onsale,
body.woocommerce .shp-tag-sale-right span.onsale {
    left: auto;
    margin: 0;
    min-width: 60px;
    min-height: 30px;
    text-align: center;
    line-height: 3px;
    height: 50px;
    border-radius: 0;
    position: absolute;
    right: -45px;
    top: -10px !important;
    padding: 34px 24px 22px 30px;
    transform: rotate( 46deg);
    width: 130px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}


/* Shop Product Sidebar  */

.shp-large-product {
    margin: 0 0 18px;
}

.widget ul li:hover:before,
.widget ol li:hover:before {
    border-left-color: var(--primary);
}

.widget ul li:hover:before,
.widget ol li:hover:before,
.widget ul li:before,
.widget ol li:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.woocommerce-product-search {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-product-search input {
    width: calc(100% - 60px);
    margin: 0;
    border-radius: var(--shp-radius0);
}

.woocommerce-product-search button {
    min-width: 60px;
    width: 60px;
    border-radius: var(--shp-radius0);
}

.woocommerce-product-search button svg {
    fill: var(--white);
}

.woocommerce .widget_rating_filter ul li a {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .widget_rating_filter ul li .star-rating {
    width: 100%;
    max-width: 120px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: none;
    padding: 0;
    margin: 30px 0 20px;
}

body .star-rating span::before {
    color: var(--shp-yellow);
}

.woocommerce.widget_price_filter form {
    display: inline-block;
    width: 100%;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: var(--shp-txt-color);
}

body .widget_price_filter .ui-slider .ui-slider-range,
body .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--primary) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: var(--primary) !important;
    border: none;
    border-radius: var(--shp-circle-radius);
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.woocommerce.widget_price_filter form .price_label {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
    font-weight: 500;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    color: var(--primary);
    margin-bottom: 10px;
    padding: 0 0 11px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 500;
}

.woocommerce.widget ul.product_list_widget li .star-rating {
    width: auto;
    display: block;
    margin: 9px 0 6px !important;
}

.woocommerce .star-rating::before {
    color: var(--shp-yellow);
}

.woocommerce-Price-amount.amount {
    color: var(--primary);
    font-weight: 500;
    font-size: var(--shp-widget-title-font);
    font-family: var(--shp-title-font-family);
}

.woocommerce ul.product_list_widget li a img {
    margin: 0 20px 10px 0;
    height: 80px;
    width: 80px;
    object-fit: cover;
    float: left;
    border-radius: var(--shp-radius0);
    border: 1px solid var(--shp-border-color);
}

body .woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link {
    border-radius: var(--shp-radius0);
    text-transform: capitalize;
    background-color: var(--shp-bg);
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 3px;
    padding: 7px 15px;
    font-size: var(--font14) !important;
    font-weight: 400;
    line-height: 26px;
    color: var(--shp-title-color);
}

body .woocommerce.widget_product_tag_cloud .tagcloud .tag-cloud-link:hover {
    background-color: var(--primary);
    color: var(--white);
}

.woocommerce.widget ul li .product-title {
    color: var(--shp-title-color);
    font-weight: 500;
}

.widget mark,
.widget ins {
    background: transparent;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 3px;
}

body #yith-quick-view-content .onsale {
    right: auto;
    min-height: unset;
    min-width: 50px;
    margin: 0;
    background: var(--shp-yellow);
    padding: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    color: var(--white);
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: var(--shp-radius0);
}

.widget_product_tag_cloud .widget-title {
    margin-bottom: 25px;
}

.widget_product_tag_cloud {
    padding-bottom: 30px;
}

.woocommerce ul.product_list_widget:before,
.woocommerce ul.product_list_widget li::before {
    content: unset;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding-left: 15px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    box-shadow: none;
    border: 1px solid var(--shp-border-color);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: none !important;
    border: 1px solid var(--shp-border-color);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: none !important;
    border-color: var(--primary);
    border-width: 2px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 7px 0 0;
}

.woocommerce div.product form.cart .variations label {
    margin: 0;
}

.single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 13px;
}


/* Single Product Price CSS */

.shp-product-summary-description.shp-product-metatagcat .posted_in>a,
.shp-product-summary-description.shp-product-metatagcat .tagged_as>a,
body #yith-quick-view-content div.summary .product_meta .posted_in a,
body #yith-quick-view-content div.summary .product_meta .sku_wrapper a,
body #yith-quick-view-content div.summary .product_meta .tagged_as a {
    position: relative;
}

.shp-product-summary-description.shp-product-metatagcat .posted_in>a:not(:last-of-type):after,
.shp-product-summary-description.shp-product-metatagcat .tagged_as a:not(:last-of-type):after,
body #yith-quick-view-content div.summary .product_meta .posted_in a:not(:last-of-type):after,
body #yith-quick-view-content div.summary .product_meta .sku_wrapper a:not(:last-of-type):after,
body #yith-quick-view-content div.summary .product_meta .tagged_as a:not(:last-of-type):after {
    content: ",";
}

.woocommerce div.product form.cart .variations td {
    padding-left: 10px;
}

body .shp_meta_tag {
    font-weight: 700 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 10px 15px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 20px -15px -11px;
}

.woocommerce div.product div.images .flex-control-thumbs img {
    border: 1px solid var(--shp-border-color);
}

.woocommerce div.product .shp-product-summary-description .price,
.woocommerce div.product .shp-product-summary-description .price .woocommerce-Price-amount {
    font-size: var(--shp-heading-font);
    color: var(--primary);
    font-weight: 500;
}

.single-product form.variations_form.cart table.variations td {
    display: table-cell;
    display: block;
    text-align: left;
    vertical-align: middle;
    padding: 0px 0px;
}

.single-product form.variations_form.cart table.variations td.woo-variation-items-wrapper>* {
    margin: 0 0 10px !important;
}

.single-product form.variations_form.cart table.variations td select {
    margin: 0 0 13px;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list {
    margin: 23px 0 40px;
}

.single-product.woocommerce div.product .product_title {
    font-size: var(--shp-sub-heading-font);
    font-family: var(--shp-font-family);
    font-weight: 500;
    margin: 0 0 0;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list td,
.woocommerce div.product form.cart table.woocommerce-grouped-product-list th {
    vertical-align: bottom;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}


/* Sperate Widget Spacing Woocomerce */

.widget.widget_price_filter {
    margin-bottom: 46px;
}

.widget.widget_price_filter .widget-title {
    margin-bottom: 30px;
}

.widget .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
    margin: 0;
}

.widget.widget_product_search .woocommerce-product-search {
    margin-bottom: 7px;
}

.widget.widget_top_rated_products .widget-title {
    margin-bottom: 25px;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    margin: 0;
}

.widget.widget_products .widget-title {
    margin-bottom: 25px;
}

.widget.widget_products {
    padding-bottom: 8px;
}

.widget.widget_recent_reviews {
    margin-bottom: 28px;
}

.widget.widget_recent_reviews .widget-title {
    margin-bottom: 30px;
}

.widget.widget_top_rated_products {
    padding-bottom: 18px;
}

.widget.widget_recently_viewed_products .widget-title {
    margin-bottom: 30px;
}

.widget.widget_recently_viewed_products {
    padding-bottom: 8px;
}

.woocommerce .widget:last-of-type {
    margin-bottom: 0;
}

.shp-shop-wrapper .shp-sidebar-wrapper {
    margin-bottom: 40px;
}

.shp-shop-wrapper .shp-blog-columns {
    margin-bottom: 40px;
}

.shp-newsletter-wrap .shp-newsletter-des {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}

.shp-btn.shop-now {
    min-width: auto;
}

.widget_shopmartio_widget_image {
    padding: 0;
}


/* Vender DashBoard */

body .wcmp_regi_main .wcmp_regi_form_box {
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

body .wcmp_regi_main>form {
    padding: 27px 30px 30px;
    margin: 0 0 30px;
    text-align: left;
    border-radius: var(--shp-radius0);
    background: var(--white);
    box-shadow: 0 0 40px rgb(166 64 255 / 8%);
    border: none;
    display: flex;
    flex-wrap: wrap;
}

body .wcmp_regi_main>form p.woocomerce-FormRow.form-row {
    margin: 20px 0 0 0;
}

body .wcmp_regi_main .reg_header1 {
    display: none;
}

.wcmp_regi_main .wcmp_regi_form_box .wcmp-regi-12 {
    width: 100%;
    margin: 0 0 24px !important;
}

body .wcmp_regi_main .reg_header2 {
    font-weight: 500;
    font-size: var(--shp-sub-heading-font);
    color: var(--shp-title-color);
    text-transform: uppercase;
    border: 0;
    padding-bottom: 0;
}

body .wcmp_regi_main .wcmp_regi_form_box label {
    font-size: var(--shp-globle-font);
    color: var(--shp-txt-color);
    font-weight: 400;
    margin: 0 0 10px;
}

.wcmp_regi_main .wcmp_regi_form_box input[type=email],
.wcmp_regi_main .wcmp_regi_form_box input[type=file],
.wcmp_regi_main .wcmp_regi_form_box input[type=password],
.wcmp_regi_main .wcmp_regi_form_box input[type=text],
.wcmp_regi_main .wcmp_regi_form_box input[type=url],
.wcmp_regi_main .wcmp_regi_form_box textarea {
    color: var(--shp-txt-color);
    border: 1px solid var(--shp-input-border);
    background: var(--shp-input-bg);
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-radius: var(--shp-radius0);
}

body .wcmp_regi_main>form .woocommerce-privacy-policy-text {
    margin: 6px 0 4px;
}

body .wcmp_regi_main>form .form-row-wide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.shp-recent-post-widgets {
    padding: 37px 30px 30px;
}

.shp-lined-title {
    font-size: var(--shp-heading-font);
    font-weight: 500;
    margin: 0 0 1px;
    color: var(--shp-title-color);
    padding: 0 0 0 20px;
    position: relative;
}

.shp-lined-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    background: var(--primary);
    width: 3px;
    top: 0;
    margin: auto;
}

.comments-title.shp-lined-title {
    margin: 0 0 27px;
}


/* Affliate DashBoard */

.dashboard-links li a {
    margin-bottom: 20px;
    border: 1px solid var(--shp-border-color);
    padding: 10px 20px;
    border-radius: var(--shp-radius0);
    display: inline-block;
    width: 100%;
    color: var(--shp-title-color);
    font-weight: 500;
}

.dashboard-links li.active a {
    color: var(--primary);
    border-color: var(--primary);
}


/* In CHange  Changes*/

.shp-head-icon .woocommerce-Price-amount.amount {
    color: var(--shp-txt-color);
    font-size: var(--shp-globle-font);
    font-family: var(--shp-font-family);
}

.entry-header .entry-title {
    margin-bottom: 0;
}

.entry-header .shp-post-meta {
    margin-top: 14px;
}

.entry-header.shp-blog-head {
    margin: 10px 0 20px;
}

body.search .shp-blog-columns article .entry-header.shp-blog-head {
    margin: 0px 0 20px;
}

.sticky-post {
    vertical-align: middle;
}

.sticky-post i {
    font-size: 20px;
}

.single .entry-header .shp-post-meta {
    margin-top: 0px;
}

.alignright {
    clear: both;
    margin-top: 0.5em;
}

.yith-wcaf.yith-wcaf-dashboard-summary .dashboard-content table.shop_table {
    border-top: 1px solid var(--shp-border-color);
}

.shp_theme_layout .shp-footer-wrapper {
    padding: 80px 0 0px;
    border: 0;
}

body:not(.shp_theme_layout) .shp-footer-text {
    text-align: center !important;
    width: 100%;
}


/* Thank You Page CSS */

body .woocommerce .woocommerce-customer-details address {
    padding: 20px 20px;
    border: 1px solid var(--shp-border-color);
    border-radius: var(--shp-radius0);
}

.woocommerce-order-received .woocommerce-order-details .order_details {
    margin: 0;
}

.woocommerce-order-received .shp-main-page-container {
    padding: 75px 0 30px;
}

.woocommerce-order-received .shp-main-page-container .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
    font-size: var(--shp-heading-font);
    font-weight: 500;
    margin: 10px 0 0;
    color: var(--shp-title-color);
    line-height: 1.4;
    margin-bottom: 19px;
    position: relative;
    padding-left: 20px;
}

.woocommerce-order-received .shp-main-page-container .woocommerce-order-details__title:before,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 25px;
    background: var(--primary);
    width: 3px;
    top: 0;
    margin: auto;
}

.woocommerce-order-received .shp-main-page-container .woocommerce-thankyou-order-received {
    margin: 0 0 22px;
}

.woocommerce-order-received .shp-main-page-container .order_details li strong {
    margin-top: 3px;
}

.woocommerce-order-received .shp-main-page-container .woocommerce-order-overview {
    margin-bottom: 56px;
}

.woocommerce-order-received .woocommerce-order-details {
    margin-bottom: 40px;
}


/* Thumb Ratings */

body .shp-product-thumb .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 110px;
    font-family: star;
    display: block;
    margin: 8px auto 8px !important;
    float: none;
    font-size: var(--global-font);
}

.star-rating {
    font-size: var(--global-font);
}

.star-rating::before {
    content: "\73\73\73\73\73";
    color: var(--shp-yellow);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--shp-yellow);
}


/* Shop Page */

.shp-large-product img {
    width: 100%;
}

.shp-shop-wrapper .products {
    width: 100%;
    margin: 0;
}

body.woocommerce span.onsale,
span.onsale, .woocommerce span.onsale {
    min-height: unset;
    min-width: 50px;
    margin: 0;
    background: var(--shp-yellow);
    padding: 0;
    position: absolute;
    left: 20px;
    top: 50px;
    color: var(--white);
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: var(--shp-radius-round);
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information>h2 {
    display: none;
}

.shp-new-prod-tag {
    min-height: unset;
    min-width: 50px;
    margin: 0;
    background: var(--shp-red);
    padding: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    color: var(--white);
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: var(--shp-radius-round);
}

.shp-product-image:not(.shp-new-product) .onsale,
.shp-product-image:not(.shp-new-product) body.woocommerce span.onsale {
    top: 20px;
}

.price mark,
.price ins {
    background: transparent;
}

.price del,
del {
    opacity: .6;
    color: var(--shp-txt-color);
}

.shp-view-list-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0 30px;
}

.shp-view-list-grid li {
    list-style: none;
    margin: 0 0 0 30px;
}

.shp-view-list-grid li:first-child {
    margin: 0;
}

.shp_product_filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.shp_product_filters .woocommerce-notices-wrapper {
    width: 100%;
}

.shp_product_filters .woocommerce-result-count {
    margin: 0 0 10px;
}

.shp_product_filters .shp-catalog-ordering {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 10px;
}

.shp_product_filters .shp-catalog-ordering .woocommerce-ordering {
    margin: 0;
}

.shp_product_filters .shp-catalog-ordering .woocommerce-ordering select {
    border: none;
    background: var(--shp-body-bg);
    width: 200px;
    height: auto;
    padding: 0;
}

.product_load_more {
    border: 1px solid var(--shp-border-color);
    background: var(--shp-load-more-bg);
    color: var(--shp-load-more-text);
}

.product_load_more:focus,
.product_load_more:hover,
.product_load_more:active {
    border: 1px solid var(--black);
}

.shp-load-more-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shp-load-more-wrap:before {
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: var(--load-more-border-color);
}


/* Pagination SHop */

body.woocommerce nav.woocommerce-pagination {
    width: 100%;
}

body.woocommerce .shp-shop-wrapper nav.woocommerce-pagination {
    margin-bottom: 40px;
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    white-space: unset;
    padding: 0;
    clear: unset;
    border: none;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: none;
    margin: 0;
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li>* {
    height: 50px;
    width: 50px;
    background: var(--shp-bg);
    color: var(--shp-title-color);
    text-transform: capitalize;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--shp-border-color);
    border-radius: var(--shp-radius0);
    margin: 0 10px 0 0;
    padding: 0;
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li>*.current,
body.woocommerce nav.woocommerce-pagination ul.page-numbers li>*:hover {
    background: var(--primary);
    color: var(--white);
}


/* Shop Single Page */

.woocommerce div.product form.cart .variations {
    background: var(--white);
    margin: 10px 0 13px;
}

body.woocommerce div.product div.images {
    margin-bottom: 32px;
}

body.woocommerce div.product form.cart .variations td.label {
    padding-right: 0;
}

a#report_abuse {
    display: none;
}

body #yith-quick-view-content div.summary .product_meta .posted_in>*,
body #yith-quick-view-content div.summary .product_meta .sku_wrapper>*,
body #yith-quick-view-content div.summary .product_meta .tagged_as>* {
    border-radius: unset;
    text-transform: capitalize;
    background-color: transparent;
    width: auto;
    display: inline-block;
    margin: 0 0 0px 0;
    padding: 0 2px;
    font-size: var(--font14) !important;
    font-weight: 500;
    line-height: 1.5;
    color: var(--shp-txt-color);
    min-width: auto;
}

body .shp-product-metatagcat .posted_in>*,
body .shp-product-metatagcat .sku_wrapper>*,
body .shp-product-metatagcat .tagged_as>* {
    border-radius: unset;
    text-transform: capitalize;
    background-color: transparent;
    width: auto;
    display: inline-block;
    margin: 0 0 0px 0;
    padding: 0 2px;
    font-size: var(--font14) !important;
    font-weight: 500;
    line-height: 1.5;
    color: var(--shp-txt-color);
    min-width: auto;
}

.shp-product-metatagcat .posted_in>*:hover,
.shp-product-metatagcat .sku_wrapper>*:hover,
.shp-product-metatagcat .tagged_as>*:hover,
body #yith-quick-view-content div.summary .product_meta .posted_in>*:hover,
body #yith-quick-view-content div.summary .product_meta .sku_wrapper>*:hover,
body #yith-quick-view-content div.summary .product_meta .tagged_as>*:hover {
    background-color: transparent;
    color: var(--primary);
}

.shp-price-counter {
    color: var(--green);
    margin: 3px 0 11px;
    font-weight: 500;
    font-size: var(--font14);
}

.shp-price-counter #timer {
    display: inline-block;
}

.shp-price-counter #timer>* {
    display: inline-block;
    margin: 0 1px;
}


/*LList Grid CSS */

.shp-products-container.list .products>div {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.elementor-product-loop-item--align-center .shp-products-container .row.products > div {
    max-width: 25%;
} 

body .elementor-products-grid nav.woocommerce-pagination {
    margin-top: 0px;
}

.shp-view-list-grid li svg,
.shp-view-list-grid li svg path {
    fill: var(--shp-txt-color);
}

.shp-view-list-grid li.active svg,
.shp-view-list-grid li.active svg path {
    fill: var(--primary);
}

.shp-products-container.list .products>div .shp-product-image {
    width: 250px;
    height: 200px;
}

.shp-products-container.list .products>div .shp-product-image img {
    width: 250px;
    height: 200px;
    object-fit: cover;
}

body .woocommerce-tabs.wc-tabs-wrapper {
    background: var(--shp-body-bg);
    border: 1px solid var(--shp-border-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: var(--shp-body-bg);
    background: var(--shp-body-bg);
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 13px;
}

.shm_messages {
    margin: -30px 0 0;
}

.qty_button.plus {
    height: 23px !important;
    border-top: 1px solid var(--shp-border-color) !important;
}

body .shp-sidebar-wrapper .widget:last-of-type {
    margin-bottom: 0;
}

.qty_button.plus,
.qty_button.plus:hover,
.qty_button.plus:focus {
    font-size: var(--shp-globle-font);
}

.shp-products-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 37px -15px 0;
}

.procategory-des {
    display: none;
}

h3#ship-to-different-address {
    font-family: var(--shp-font-family);
    color: var(--shp-txt-color);
    font-weight: 500;
    font-size: var(--shp-globle-font);
}

.shp-products-container.list .products>div .procategory-des {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

.shp-products-container.list .products>div .shp-product-info {
    width: calc(100% - 250px);
    padding: 25px 20px 23px 20px;
    text-align: left;
}

.yith_wcwl_wishlist_footer {
    display: none;
}

.shp-products-container.list .products>div .shp-product-thumb {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--shp-border-color);
}

.section-loader {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0%;
    z-index: 999;
}

.section-loader:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--shp-body-bg);
    opacity: .96;
}

.section-loader-inner {
    position: relative;
    margin-top: 150px;
}

body.woocommerce .shp-shop-wrapper nav.woocommerce-pagination {
    position: relative;
}

body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt {
    background-color: var(--primary);
    color: var(--white);
}

body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button {
    line-height: 1.5;
    cursor: pointer;
    font-weight: 500;
    color: var(--white);
    background-color: var(--primary);
    padding: 12px 20px;
    background: var(--primary);
    color: var(--white);
    font-size: var(--shp-globle-font);
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: var(--shp-radius0);
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-height: 50px;
    text-transform: capitalize;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 14px;
    border-bottom: 1px solid var(--shp-border-color);
    display: inline-block;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 4px 30px 3px;
    margin: 0 0 10px;
}

.woocommerce div.product .woocommerce-tabs .panel div#review_form_wrapper #review_form #respond.comment-respond .form-submit {
    margin: 0 0 17px;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-singleproductmultivendor {
    padding-bottom: 23px;
}

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes {
    margin: 5px 0 17px;
}

body .comments-area ol ol,
body .comments-area ol ol ol {
    list-style: decimal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    color: var(--shp-title-color);
    padding: 8px 15px;
    min-width: 120px;
    text-align: center;
    margin: 0;
    border-bottom: 2px solid transparent;
}

.woocommerce-tabs ul.tabs li.active a {
    color: var(--primary);
    border-bottom-color: var(--primary) !important;
    border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    content: unset;
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}

.shp-qty_button {
    width: 50px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
}

.product_meta {
    font-weight: 600;
    color: var(--shp-title-color);
}

.posted_in>*,
.sku_wrapper>*,
.tagged_as>* {
    border-radius: var(--shp-radius0);
    text-transform: capitalize;
    background-color: var(--shp-bg);
    width: auto;
    display: inline-block;
    margin: 0 0 10px 6px;
    padding: 7px 15px;
    font-size: var(--font14) !important;
    font-weight: 500;
    line-height: 26px;
    color: var(--shp-title-color);
}

.product_meta .tagged_as>* {
    margin: 0 0 10px 10px;
}

.posted_in>*:hover,
.sku_wrapper>*:hover,
.tagged_as>*:hover {
    background-color: var(--primary);
    color: var(--white);
}

.product_meta>span {
    display: inline-block;
    width: 100%;
}

.posted_in>*,
.sku_wrapper>*,
.posted_in>*:hover,
.sku_wrapper>*:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sunrays-social {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 20px;
}

.sunrays-social .sunrays-link {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: none;
    border-radius: var(--shp-circle-radius);
    background: var(--shp-title-color);
    text-align: center;
    margin: 0 0 3px 0;
    color: var(--white);
}

.sunrays-social>.sunrays-link {
    margin-right: 10px;
}

.sunrays-social>.sunrays-link :last-of-type {
    margin-right: 0;
}

.sunrays-social .sunrays-link:hover {
    background: var(--primary);
    color: var(--white);
}

.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover,
body.woocommerce #respond input#submit.alt,
body.woocommerce input.button.alt {
    background-color: var(--shp-title-color);
    background: var(--shp-title-color);
    color: var(--white);
}

.woocommerce div.product form.cart .button,
body.woocommerce a.button,
body.woocommerce button.button {
    background-color: var(--primary);
    color: var(--white);
}

.woocommerce div.product form.cart .button:hover,
body.woocommerce a.button:hover,
body.woocommerce button.button:hover {
    background-color: var(--primary);
    color: var(--white);
}

body.woocommerce a.button,
body.woocommerce button.button,
body .checkout-button {
    line-height: 1.5 !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    background-color: var(--primary) !important;
    padding: 12px 20px !important;
    background: var(--primary) !important;
    color: var(--white) !important;
    font-size: var(--shp-globle-font) !important;
    display: inline-block !important;
    min-width: 170px;
    text-align: center !important;
    border-radius: var(--btn-radius) !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1;
    max-height: 50px;
    text-transform: capitalize;
}

body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body .checkout-button:hover {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    -webkit-box-shadow: inset 0 0 0 2em var(--black);
    -moz-box-shadow: inset 0 0 0 2em var(--black);
    box-shadow: inset 0 0 0 2em var(--black);
}

body.woocommerce a.button:focus,
body.woocommerce button.button:focus,
body .checkout-button:focus {
    -webkit-box-shadow: inset 0 0 0 2em var(--black);
    -moz-box-shadow: inset 0 0 0 2em var(--black);
    box-shadow: inset 0 0 0 2em var(--black);
}

body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce a.button,
body.woocommerce button.button,
body .checkout-button,
body .checkout-button:hover,
body .checkout-button:before,
body .checkout-button:hover:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.woocommerce-mini-cart__buttons.buttons .button {
    min-width: 100px;
}

.woocommerce ul.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item a img {
    display: none;
}

body .shp-sidebar-wrapper .woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item>a:not(.remove) {
    padding-left: 40px;
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: var(--shp-bg);
    color: var(--shp-title-color);
    border-top: none;
    list-style: none;
    border: none;
    border-left: 3px solid var(--primary);
    border-radius: var(--shp-radius0);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    content: unset;
}

.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars a::before {
    color: var(--shp-yellow);
}

.woocommerce table.shop_attributes th {
    text-align: left;
    padding: 15px 20px;
}

.woocommerce table.shop_attributes td {
    text-align: left;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 10px 10px;
}

.woocommerce #review_form #respond form>p {
    margin: 0 0 25px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
    margin: 28px 0 21px;
    cursor: pointer;
}

.return-to-shop {
    margin: 0;
}

.comment-form-cookies-consent input {
    display: none
}

.comment-form-cookies-consent label {
    margin: 0;
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--shp-border-color);
    border-radius: var(--shp-radius0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.comment-form-cookies-consent label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 10px;
    height: 6px;
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.comment-form-cookies-consent input:checked~label:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.comment-form-cookies-consent input:checked~label:before {
    background-color: var(--shp-title-color);
    border: 1px solid transparent
}

.comment-form-cookies-consent input:checked~label {
    color: var(--shp-title-color);
}

.shp-product-tabs-wrapper {
    width: 100%;
}

.shp-large-product {
    text-align: center;
    padding: 0;
    border-radius: var(--shp-radius0);
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.woocommerce div.product div.images {
    width: 100%;
}

.shp-single-product-page {
    padding: 80px 0 18px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--shp-border-color);
    padding: 0 0 20px;
}

.yith-wcwl-icon.fa.fa-heart-o {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.yith-wcwl-wishlistaddedbrowse a {
    color: var(--primary);
}

.wcmp-report-abouse-wrapper {
    margin: 0 0 20px;
    display: none;
}

body .shp_meta_tag {
    background: transparent !important;
    min-width: 70px;
    padding: 0;
    font-weight: 600;
    color: var(--shp-title-color) !important;
    margin: 0;
}

.woocommerce div.product form.cart.grouped_form table td,
.woocommerce div.product form.cart.grouped_form table th {
    border: 1px solid var(--shp-border-color);
    text-align: left;
    padding: 20px 10px;
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shp-product-summary-description {
    margin-bottom: 60px;
}

body.single-product .product-qyt {
    display: inline-block;
    margin: 6px 20px 0px 0;
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 29px;
}

.product-qyt .quantity {
    display: flex;
    align-items: center;
    border: 1px solid var(--shp-border-color);
    border-radius: var(--shp-radius0);
    width: 100px;
    height: 40px;
}

body button.minus,
body button.plus,
body button.minus:hover,
body button.plus:hover {
    width: 40px;
    height: 20px;
    background: transparent;
    position: relative;
    outline: none;
    transition: 0.3s;
    color: var(--primary);
    min-width: auto;
    padding: 0;
    font-size: var(--shp-sub-heading-font);
    line-height: 0;
    border-left: 0;
    border: none;
}

.woocommerce .quantity input[type="number"].qty {
    border: none;
    border-radius: var(--shp-radius0);
    background: transparent;
    border-left: 0;
    border-right: 1px solid var(--shp-border-color);
    height: 40px;
    width: 60px;
    margin: auto 0;
    padding: 0 5px;
    text-align: center;
    line-height: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: var(--shp-sub-heading-font);
    font-weight: 600;
    margin: 0 0 15px;
}

.woocommerce div.product .woocommerce-tabs .panel div#review_form .comment-reply-title {
    font-size: inherit;
    font-weight: 500;
}

.woocommerce div#review_form_wrapper #review_form #respond.comment-respond .form-submit {
    margin: 0 0 19px;
}

body.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    background: var(--shp-bg);
    padding: 30px 30px;
    margin: 0 0 20px;
    border: var(--shp-radius0);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 100px;
    border: none;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 30px;
    left: 30px;
    padding: 0;
    width: 80px;
    border-radius: var(--shp-circle-radius);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: var(--global-title);
    font-weight: 600;
    margin: 0 0 6px;
    color: var(--shp-title-color);
    text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--global-font);
    letter-spacing: .6px;
    position: relative;
}

body.single .star-rating span::before,
body .star-rating::before {
    letter-spacing: 0;
}

body.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
    margin: 25px 0 10px;
}

.shp-product-summary-description .yith-wcwl-add-to-wishlist {
    margin: 0 0 17px;
}

.shp-product-summary-description .yith-wcwl-wishlistexistsbrowse a {
    color: var(--primary);
    font-weight: 500;
    margin: 0 0 0 10px;
}


/* Wishlist Page Style */

.woocommerce-wishlist .shp-main-page-container {
    padding: 80px 0 40px;
}

.woocommerce table.shop_table.wishlist_view td.product-name .yith-wcqv-button {
    display: none !important;
}

table.wishlist_table {
    font-size: var(--shp-globle-font);
}

table.shop_table.cart.wishlist_table tbody.wishlist-items-wrapper .product-add-to-cart .add_to_cart {
    margin: 0 !important;
    padding: 12px 10px !important;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share .fa {
    font-family: "Font Awesome 5 Brands";
}

.yith_wcwl_wishlist_footer .yith-wcwl-share .fa-facebook:before {
    content: "\f39e";
}

.yith_wcwl_wishlist_footer .yith-wcwl-share .fa-envelope-o:before {
    content: "\f0e0";
}

.yith-wcwl-share li a {
    min-width: 30px;
    min-height: 30px;
    border-radius: var(--shp-circle-radius);
    height: 40px;
    padding: 0;
    width: 40px;
    line-height: 40px;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share .fa.fa-envelope-o {
    font: normal normal normal 14px/1 FontAwesome;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-after-share-section {
    color: var(--primary);
}

.wishlist-title-container {
    display: none;
}


/* Related Products */

.shp-related-product-wrapper {
    width: 100%;
    padding: 74px 0 2px;
}

.shp-related-product-wrapper h4 {
    font-weight: 500;
}

body.woocommerce-cart .shp-sidebar-wrapper {
    margin-bottom: 7px;
}

body.woocommerce-checkout .shp-main-page-container {
    padding: 80px 0 7px;
}

body.woocommerce-account .shp-main-page-container {
    padding: 80px 0 27px;
}

.shp-related-product-wrapper .shp-product-thumb {
    margin: 0;
}


/* Cart Single Page */

.woocommerce-cart .shp-main-page-container {
    padding: 80px 0 50px;
}

.woocommerce table.shop_table {
    border: none;
    margin: 0 0 40px;
    border-radius: var(--shp-radius0);
    border-spacing: 0 0;
    border-bottom: 1px solid var(--shp-border-color);
    border-right: 1px solid var(--shp-border-color);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-bottom: 0;
    text-align: left;
    border-right: 0;
}

.woocommerce-page .cart-collaterals .cart_totals table.shop_table {
    border: 1px solid var(--shp-border-color);
    border-top: 0;
}

.woocommerce-cart .shp-blog-columns {
    margin-bottom: 43px;
}

.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
    margin: 0;
}

.woocommerce a.remove {
    display: block;
    font-size: var(--shp-sub-heading-font);
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: .98;
    border-radius: var(--shp-radius0);
    color: var(--shp-body-bg) !important;
    text-decoration: none;
    font-weight: 500;
    border: 0;
    background: var(--shp-title-color);
    padding: 1px 0;
}

.woocommerce a.remove:hover {
    background: var(--primary) !important;
}

.woocommerce-cart #add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

td.product-name a,
.woocommerce table.shop_table td a {
    font-weight: 500;
    color: var(--shp-title-color);
}

.woocommerce table.cart td.actions .coupon {
    margin-bottom: 0;
    float: left !important;
}

.cart-collaterals .cart_totals h2 {
    font-size: var(--shp-heading-font);
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
    border: 1px solid var(--shp-border-color);
    padding: 20px;
}

.cart-collaterals .cart_totals table th {
    padding: 20px;
    text-transform: capitalize;
    border: 1px solid var(--shp-border-color);
    border-top: none;
    max-width: 100%;
    color: var(--shp-title-color);
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    padding: 20px;
    text-transform: capitalize;
    max-width: 100%;
}

body .woocommerce .checkout-button {
    width: 100%;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 24px 0 0;
}

.woocommerce table.cart td.actions .coupon input#coupon_code {
    background: var(--shp-input-bg);
    border: none;
    width: calc(100% - 170px);
    max-width: 200px;
    padding: 0 20px;
    margin: 0;
    border-radius: var(--shp-radius0);
}

.woocommerce table.cart td.actions .coupon button.button,
.woocommerce table.cart td.actions .coupon button.button {
    max-width: 150px;
    font-size: var(--shp-globle-font);
    font-weight: 500;
    color: var(--white);
    background: var(--primary);
    min-height: 50px;
    border: none;
    border-radius: var(--shp-radius0);
}

.woocommerce table.cart td.actions .coupon button.button:hover,
.woocommerce table.cart td.actions .coupon button.button:hover {
    color: var(--white);
    background: var(--primary);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    min-width: 170px;
    font-size: var(--shp-globle-font);
    font-weight: 500;
    color: var(--white);
    background: var(--primary) !important;
    min-height: 50px;
    border: none;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    border-radius: var(--btn-radius);
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: var(--white);
    background: var(--primary) !important;
    -webkit-box-shadow: inset 0 0 0 2em var(--black);
    -moz-box-shadow: inset 0 0 0 2em var(--black);
    box-shadow: inset 0 0 0 2em var(--black);
}

.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
    transition: box-shadow 0.5s;
    -webkit-box-shadow: inset 0 0 0 2em var(--black);
    -moz-box-shadow: inset 0 0 0 2em var(--black);
    box-shadow: inset 0 0 0 2em var(--black);
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    cursor: not-allowed;
    opacity: .5;
    padding: 0 20px;
    min-width: 170px;
    font-size: var(--shp-globle-font);
    font-weight: 500;
    color: var(--white);
    background: var(--primary);
    min-height: 50px;
    border: none;
    border-radius: var(--shp-radius0);
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: var(--white);
    background: var(--primary);
}


/* Checkout Single Page */

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row.form-row-first {
    width: calc(100% - 170px);
    display: flex;
    flex-wrap: wrap;
}

.woocommerce form.checkout_coupon .form-row.form-row-last {
    width: 170px;
    display: inline-block;
}

.woocommerce-checkout-review-order .form-row.place-order {
    margin: 0 0 0;
}

.woocommerce .col-1,
.woocommerce .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    width: 100%;
    padding: 0;
}

.woocommerce p label {
    width: 100%;
    text-transform: capitalize;
}

.woocommerce-input-wrapper {
    width: 100%;
    display: inline-block;
}

.select2-container .select2-selection--single {
    width: 100%;
    height: 50px;
    border: 1px solid var(--shp-input-border);
    border-radius: var(--shp-radius0);
    outline: none;
    background: var(--shp-input-bg);
    padding: 12px 20px 12px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--shp-txt-color);
}

body .select2-dropdown {
    background-color: var(--shp-bg);
    border: none;
    border-radius: var(--shp-radius0);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--shp-border-color);
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

body .select2-results {
    padding: 0 0 0 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--primary);
    color: var(--shp-txt-color);
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
    color: var(--shp-txt-color);
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--shp-border-color);
}

.woocommerce form .form-row label {
    font-weight: 400;
    color: var(--shp-title-color);
    margin: 0;
}

body.woocommerce-checkout .woocommerce form>div>div p {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

body.woocommerce-checkout .woocommerce form>div>div .woocommerce-privacy-policy-text .woocommerce-privacy-policy-link {
    font-weight: 500;
}

form.woocommerce-EditAccountForm fieldset legend,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading {
    font-size: var(--shp-sub-heading-font);
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px 0 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px;
}

form.woocommerce-EditAccountForm fieldset legend:before,
.woocommerce-billing-fields h3:before,
.woocommerce-additional-fields h3:before,
h3#order_review_heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    background: var(--primary);
    width: 3px;
    top: 0;
    margin: auto;
}

div#order_review div#payment {
    padding-bottom: 30px;
}

.woocommerce-checkout-review-order {
    margin: 0 0 20px;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    max-height: 400px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--primary);
}

body.woocommerce-checkout .woocommerce form>div>div,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    width: 100%;
    padding: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: var(--shp-radius0);
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: none;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.woocommerce-privacy-policy-text {
    margin: 25px 0 34px;
}

.woocommerce table.shop_table td {
    color: var(--shp-title-color);
    font-weight: 500;
}

.woocommerce table.shop_table td.product-price {
    color: var(--primary);
}

.woocommerce-privacy-policy-text p {
    margin: 0;
}

.woocommerce-additional-fields {
    margin: 0 0 45px;
    display: inline-block;
    width: 100%;
}

body .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p#order_comments_field {
    margin: 0;
}

body .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p#order_comments_field textarea#order_comments {
    height: 150px;
    padding: 20px;
}

.woocommerce-additional-fields h3 {
    margin: 0 0 15px;
}

.woocommerce-billing-fields__field-wrapper {
    margin: 0 0 45px;
}

.woocommerce-billing-fields h3 {
    margin: 0 0 15px;
}

.showcoupon {
    color: var(--primary);
    font-weight: 500;
}

.woocommerce form.checkout_coupon {
    padding: 26px 30px 24px;
    margin: 0 0 45px;
    text-align: left;
    border-radius: var(--shp-radius0);
    background: var(--shp-body-bg);
    box-shadow: var(--shp-global-shadow);
    border: none;
    display: flex;
    flex-wrap: wrap;
}

ul.wc_payment_methods.payment_methods.methods {
    margin: 0 0 30px !important;
}

.woocommerce form.checkout_coupon p,
.woocommerce form.login p,
.woocommerce form.register p {
    padding: 0;
}

.woocommerce form.checkout_coupon p button.button {
    border-radius: var(--shp-radius0);
}

.no-results.not-found .page-title,
.yith-wcaf.yith-wcaf-registration-form.woocommerce>h2 {
    font-size: var(--shp-heading-font);
    font-weight: 500;
    margin: 0 0 1px;
    color: var(--shp-title-color);
    padding: 0 0 0 20px;
    position: relative;
}

.no-results.not-found .page-title:before,
.yith-wcaf.yith-wcaf-registration-form.woocommerce>h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    background: var(--primary);
    width: 3px;
    top: 0;
    margin: auto;
}

.title-margin,
.yith-wcaf.yith-wcaf-registration-form.woocommerce>h2 {
    margin: 0 0 16px;
}

.yith-wcaf.yith-wcaf-registration-form.woocommerce form.register {
    padding: 21px 30px 9px;
}


/* Login */

.woocommerce form.login {
    padding: 24px 30px 30px;
    margin: 0 0 7px;
    text-align: left;
    border-radius: var(--shp-radius0);
    background: var(--shp-widget-bg);
    box-shadow: var(--shp-global-shadow);
    border: none;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .col-xl-12 form.login {
    margin-bottom: 50px;
}

.woocommerce form.login>p,
.woocommerce form.register>p {
    width: 100%;
    margin: 0 0 21px;
    padding: 0;
}

.woocommerce form.login .password-input,
.woocommerce form.register .password-input {
    width: 100%;
}

.shp-login-bottom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 7px 0 26px;
    color: var(--shp-title-color);
}

.shp-login-bottom a {
    color: var(--shp-title-color);
}

.shp-login-bottom a:hover {
    color: var(--primary);
}

.shp-login-bottom>span {
    margin: 0 0 10px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 0;
    cursor: pointer;
}

.shp-remember-pswrd input {
    display: none
}

.shp-remember-pswrd span {
    margin: 0;
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.shp-remember-pswrd span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--shp-border-color);
    border-radius: var(--shp-radius0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.shp-remember-pswrd span:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 10px;
    height: 6px;
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.shp-remember-pswrd input:checked~span:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.shp-remember-pswrd input:checked~span:before {
    background-color: var(--shp-title-color);
    border: 1px solid transparent
}

.shp-remember-pswrd input:checked~span {
    color: var(--shp-title-color);
}


/* Register Page */

.woocommerce form.register {
    padding: 24px 30px 9px;
    margin: 0 0 7px;
    text-align: left;
    border-radius: var(--shp-radius0);
    background: var(--shp-widget-bg);
    box-shadow: var(--shp-global-shadow);
    border: none;
    display: flex;
    flex-wrap: wrap;
}


/*Lost Password*/

.woocommerce .woocommerce-ResetPassword {
    padding: 25px 30px 30px;
    margin: 0 0 30px;
    text-align: left;
    border-radius: var(--shp-radius0);
    background: var(--white);
    box-shadow: var(--shp-global-shadow);
    border: none;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .woocommerce-ResetPassword>p {
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
}

.woocommerce .woocommerce-ResetPassword>.woocommerce-form-row.woocommerce-form-row--first {
    margin: 0 0 40px;
}


/* My Account */


/*.woocommerce-account .shp-main-page-container {*/


/*    padding: 80px 0 15px;*/


/*}*/

body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
    padding: 0 15px;
}

body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li a {
    margin-bottom: 20px;
    border: 1px solid var(--shp-border-color);
    padding: 10px 20px;
    border-radius: var(--shp-radius0);
    display: inline-block;
    width: 100%;
    color: var(--shp-title-color);
    font-weight: 500;
}

nav.woocommerce-MyAccount-navigation ul li a:hover,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--primary);
    border-color: var(--primary);
}

form.woocommerce-EditAccountForm fieldset legend,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-account .addresses .title h3,
h3#order_review_heading {
    font-size: var(--shp-sub-heading-font);
    font-weight: 500;
    color: var(--shp-title-color);
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce span.password-input {
    width: 100%;
}

.woocommerce table.my_account_orders th {
    padding: 12px 10px;
}

.woocommerce table.shop_table td a.button {
    color: var(--white);
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
body .woocommerce-noreviews a,
body .no-comments a {
    min-width: unset !important;
    background-color: transparent !important;
    background: transparent !important;
    color: var(--primary) !important;
    text-transform: capitalize !important;
    outline: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    font-size: var(--shp-globle-font) !important;
    border-radius: var(--shp-radius0) !important;
    min-height: unset !important;
    line-height: 1.2;
    box-shadow: none !important;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
body .woocommerce-noreviews a:hover,
body .no-comments a:hover {
    color: var(--shp-title-color) !important;
    background: transparent !important;
}

.woocommerce .woocommerce-error .button:before,
.woocommerce .woocommerce-info .button:before,
.woocommerce .woocommerce-message .button:before,
.woocommerce-page .woocommerce-error .button:before,
.woocommerce-page .woocommerce-info .button:before,
.woocommerce-page .woocommerce-message .button:before,
body .woocommerce-noreviews a:before,
body .no-comments a:before {
    content: unset !important;
}

.woocommerce-account .woocommerce-MyAccount-content button.button {
    margin-top: 30px;
}


/* Search Page*/


/* Blog Thumbs Page CSS */

.shp-blog-thumb-page-wrapper {
    padding: 80px 0 30px;
}

.shp-blog-thumb-page-wrapper .shp-blog-img img {
    max-height: 400px;
    min-width: 100%;
}

.shp-blog-thumb-page-wrapper .shp-column-pagination {
    margin: 0 0 50px;
}


/**********************************
 	5. Demo CSS Start
 **********************************/


/* Faq CSS */

.shp-faq-wrapper {
    max-width: 100%;
    margin: auto;
    padding: 0 0 57px;
}

.shp-faq-wrapper .card,
.shp-faq-wrapper .card:last-child .card-header {
    border: none;
}

.shp-faq-wrapper .card-header {
    border-bottom-color: transparent;
    background: transparent;
    padding: 22px 20px 20px;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shp-faq-wrapper .fa-stack {
    font-size: var(--shp-globle-font);
}

.shp-faq-wrapper .btn {
    width: 100%;
    font-weight: bold;
    color: var(--shp-title-color);
    padding: 0;
}

.shp-faq-wrapper .btn-link:hover,
.shp-faq-wrapper .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.shp-faq-wrapper li+li {
    margin-top: 10px;
}

.shp-faq-wrapper h2 {
    margin: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.accordion-body {
    padding: 0 20px;
}

.shp-faq-wrapper .card:not(:last-of-type) {
    margin: 0 0 20px;
}

.accordion-button {
    border: 0;
    background: transparent;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: var(--shp-globle-font);
    font-weight: 500;
    color: var(--shp-title-color);
    padding: 0 50px 0 0;
}

.accordion-button::after {
    background-image: none;
    font-weight: 500;
    font-size: var(--shp-globle-font);
    content: "+";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-text-fill-color: currentColor;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    z-index: 1;
    position: absolute;
    right: 0;
    top: -5px;
}

.accordion-button:not(.collapsed)::after {
    color: var(--primary);
    font-weight: 500;
    font-size: var(--shp-globle-font);
    content: "-";
    background-color: var(--shp-body-bg);
    -webkit-box-shadow: var(--shp-global-shadow);
    box-shadow: var(--shp-global-shadow);
}

.accordion-button:not(.collapsed) {
    color: var(--primary);
}

.shp-faq-wrapper .card {
    border: 1px solid var(--shp-border-color);
    background: var(--shp-body-bg);
    border-radius: 0;
}

.shp-faq-wrapper .card .collapse {
    position: relative;
}


/* Blog Thumb CSS Start */

.shp-blog-wrapper {
    padding-bottom: 50px;
}

.shp-blog-wrapper .row {
    justify-content: center;
}

.shp-blog-img {
    display: inline-block;
    width: 100%;
}

.shp-blog-img img {
    max-height: 236px;
    width: 100%;
    min-width: 236px;
    object-fit: cover;
}

.shp-blog-data ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.shp-sm-icon svg {
    fill: var(--primary);
    height: 15px;
}

.shp-blog-date .shp-sm-icon {
    vertical-align: text-bottom;
    margin: 0 3px 0 0;
}

.shp-blog-date .shp-sm-icon svg {
    fill: var(--white);
}

.shp-blog-data ul li .shp-sm-icon {
    margin: 0 3px 0 0;
    vertical-align: text-bottom;
}

.shp-blog-data ul li:first-child {
    margin: 0 20px 0px 0;
}

.shp-blog-single-imgae {
    position: relative;
}

.shp-blog-title {
    font-size: var(--shp-globle-font);
    font-weight: 500;
    color: var(--shp-title-color);
    margin: 0;
    line-height: 1.5;
}

.shp-blog-thumb-page-wrapper .shp-blog-details .shp-blog-title {
    font-size: var(--shp-sub-heading-font);
    margin: 0 0 5px;
}

.shp-blog-wrapper .shp-blog-title {
    font-size: var(--shp-widget-title-font);
    margin: 0px 0 7px;
}

.shp-blog-data {
    margin: 8px 0 15px;
}

.shp-blog-thumb-page-wrapper .shp-blog-details .shp-blog-data {
    margin: 8px 0 15px;
    width: 100%;
}

.shp-blog-wrapper .shp-blog-data {
    margin: 9px 0 15px;
}

.shp-blog-columns .shp-blog-thumb-section .shp-blog-details .shp-read-more-link {
    margin-top: 10px;
}

.shp-blog-data a {
    font-weight: 500;
    text-transform: capitalize;
}

.shp-read-more-link,
.shp-read-more-link:visited,
.shp-read-more-link:hover,
.shp-read-more-link:focus {
    color: var(--primary);
}

.edit-btn-read-more-wrap .shp-read-more-link .shp-arrow {
    margin-bottom: 1px;
}

.shp-blog-details .shp-read-more-link:visited {
    color: var(--primary);
}

.shp-blog-date {
    position: absolute;
    font-weight: 500;
    top: 0;
    left: 30px;
    background: var(--primary);
    color: var(--white);
    padding: 14px 10px 8px;
    display: inline-block;
    text-align: center;
    border-radius: 0 0 10px 10px;
    min-height: auto;
    min-width: 70px;
    max-width: 100px;
    text-transform: uppercase;
}

.shp-blog-date>span {
    font-size: 36px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 3px;
    display: inline-block;
    width: 100%;
    min-height: 32px;
}

.shp-blog-single-data {
    width: 100%;
}

.shp-blog-img {
    position: relative;
    display: inline-block;
    width: 100%;
}

.shp-blog-thumb-section {
    margin: 0 0 44px;
}

.shp-blog-title:hover {
    color: var(--primary);
}

.shp-blog-title:hover,
.shp-blog-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.shp-blog-img-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.shp-blog-img-inner:before {
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: var(--black);
    opacity: 0;
    border-radius: var(--shp-radius0);
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .1s ease-out;
}

.shp-blog-thumb-section:hover .shp-blog-img-inner:before {
    opacity: .3;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in;
}


/* Recent News Custom Widget */

.shp-recent-post-widgets h2 {
    margin-bottom: 26px;
}

.shp-recent-post-widgets ul li>img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    margin: 0 20px 10px 0;
}

.shp-recent-post-widgets ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    padding: 0;
}

.shp-recent-post-widgets ul li:before {
    content: unset;
}

.shp-recent-post-widgets ul li>a {
    width: calc(100% - 80px);
    margin-bottom: 10px;
}

.shp-recent-post-widgets ul li {
    margin: 0 0 10px;
}

.shp-recent-post-widgets ul li:last-child {
    margin: 0 0 0px;
}

.shp-blog-thumb-section {
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: var(--shp-radius0);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    /* overflow: hidden; */
}

.shp-blog-thumb-section .shp-blog-details {
    padding: 30px 30px 33px;
}

.shp-blog-columns .shp-blog-thumb-section .shp-blog-details {
    padding: 25px 30px 33px;
}

.shp-blog-thumb-page-wrapper .shp-blog-details p {
    margin-bottom: 8px;
    width: 100%;
}

.widget .widget-currency-switcher {
    padding: 0;
    box-shadow: none;
}

.widget .widget-currency-switcher .currency-switcher {
    width: 100%;
}

.shp-blog-thumb-section,
.shp-blog-thumb-section:hover,
.shp-blog-img-inner:before,
.shp-blog-thumb-section:hover .shp-blog-img-inner:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.shp-blog-single-nave {
    margin: 80px 00 20px;
    padding: 0 0 6px;
}

.shp-blog-single-nave .row,
.shp-blog-single-nave .row .post-navigation {
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.singleproductmultivendor_tab {
    display: none;
}


/* Image cards Hover */

.shp-offer-inner {
    margin: 0 0 30px;
}

.shp-cads-inner {
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.shp-cads-inner:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}

.shp-cads-inner a {
    position: relative;
    display: block;
    overflow: hidden;
}

.shp-cads-inner a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    width: 150%;
    height: 0%;
    transform: rotate(10deg) translate(-30px, 80px);
}

.shp-cads-inner:hover>a:after {
    height: 100%;
    opacity: 0;
    transform: rotate(0deg) translate(0px, 0px);
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.shp-cads-inner a img {
    width: 100%;
}


/* Product Filter Section*/

.shp-filter-menus ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px;
}

.shp-filter-menus ul li {
    list-style: none;
    margin: 0 0 10px;
}

.shp-filter-menus ul li a {
    display: inline-block;
    cursor: pointer;
    color: var(--filter-tab-color);
    position: relative;
    padding: 10px 20px 8px;
    text-transform: capitalize;
    font-size: var(--font14);
    border: 1px solid var(--filter-tab-border-color);
    background-color: var(--filter-tab-bg);
    margin: 0 5px;
    font-weight: 500;
}

.shp-filter-menus ul li a.gallery-active,
.shp-filter-menus ul li a:hover {
    color: var(--white);
    border-color: var(--primary);
    background: var(--primary);
}

.shp-filter-menus {
    width: 100%;
}

.shp-pro-filter-wrap {
    position: relative;
    margin: auto;
}


/* Product SLider */

.shp-swiper-navs {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    top: 34.5%;
    right: -100px;
    left: -100px;
    max-width: unset;
    z-index: 9;
    justify-content: space-between;
    opacity: 1;
}


/*.shp-product-slider:hover .shp-swiper-navs {*/


/*    opacity: 1;*/


/*    left: -100px;*/


/*    right: -100px;*/


/*}*/

.shp-product-slider:hover .shp-swiper-navs,
.shp-product-slider .shp-swiper-navs,
.shp-swiper-navs,
.shp-swiper-navs>div:hover,
.shp-swiper-navs>div,
.shp-swiper-navs>div:hover svg,
.shp-swiper-navs>div svg {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.shp-swiper-navs>div {
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: relative;
    border: 2px solid var(--primary);
    border-radius: var(--shp-circle-radius);
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    background: var(--primary);
    background: transparent;
    border-color: var(--shp-border-color);
}

.shp-swiper-navs>div:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.shp-swiper-navs>div svg {
    fill: var(--shp-border-color);
    height: 18px;
    position: relative;
}

.shp-swiper-navs>div:hover svg {
    fill: var(--shp-border-color)
}

#mega-menu-wrap-shopmartio-header-menu #mega-menu-shopmartio-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: '' !important;
    display: block;
    height: 6px;
    width: 6px;
    position: relative;
    margin-top: 0;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    border-bottom: 1px solid var(--shp-txt-color);
    border-right: 1px solid var(--shp-txt-color);
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate( 45deg);
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    display: inline-block;
    margin: 0 0 3px 6px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    position: relative;
    background: transparent;
    right: auto;
    line-height: inherit;
}

#mega-menu-wrap-shopmartio-header-menu #mega-menu-shopmartio-header-menu li.mega-menu-item-has-children:hover>a.mega-menu-link>span.mega-indicator:after {
    border-bottom: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
}


/********************************************************
    Ajax Loader CSS
*******************************************************/

.ajax-loader {
    /*background-color: rgb(255 255 255 / 80%);*/
    background-color: var(--shp-body-bg);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity:0.5;
}

.ajax-loader-inner {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/* Newsletter Section CSS*/

.shp-newsletter-wrapper2 {
    position: relative;
    padding: 80px 0 67px;
    background: var(--shp-bg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shp-newsletter-wrapper {
    background: var(--offwwhite);
    padding: 80px 0;
    position: relative;
    z-index: 0;
}

.shp-newletter-moving-list>li {
    position: absolute;
    z-index: 1;
    list-style: none;
    margin: 0;
}

.shp-newsletter-wrap>* {
    width: 100%;
}

.shp-newsletter-box {
    margin: 23px auto 40px;
    max-width: 670px;
    position: relative;
}

.shp-newsletter-wrap .shp-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 180px;
}

.shp-newsletter-icon {
    display: inline-block;
    margin: 0 0 10px;
}

.shp-newsletter-title {
    margin: 20px 0 8px;
    font-weight: 500;
}

.shp-newsletter-box input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--shp-title-color);
    opacity: 0.3;
    /* Firefox */
}

.shp-newsletter-box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--shp-title-color);
    opacity: 0.3;
    /* Firefox */
}

.shp-newsletter-box input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--shp-title-color);
    opacity: 0.3;
    /* Firefox */
}

.shp-newletter-moving-list>li:first-child {
    top: 40px;
    left: 57px;
    -o-animation: 8.5s moving linear infinite;
    -moz-animation: 8.5s moving linear infinite;
    -webkit-animation: 8.5s moving linear infinite;
    animation: 8.5s moving linear infinite;
}

.shp-newletter-moving-list>li:nth-child(2) {
    top: 35px;
    left: 212px;
    -o-animation: 6s moving linear infinite;
    -moz-animation: 6s moving linear infinite;
    -webkit-animation: 6s moving linear infinite;
    animation: 6s moving linear infinite;
}

.shp-newletter-moving-list>li:nth-child(3) {
    bottom: 20px;
    left: 13px;
    -o-animation: 5s moving linear infinite;
    -moz-animation: 5s moving linear infinite;
    -webkit-animation: 5s moving linear infinite;
    animation: 5s moving linear infinite;
}

.shp-newletter-moving-list>li:nth-child(4) {
    bottom: 40px;
    left: 262px;
    -o-animation: 7s moving linear infinite;
    -moz-animation: 7s moving linear infinite;
    -webkit-animation: 7s moving linear infinite;
    animation: 7s moving linear infinite;
}

@keyframes moving {
    from {
        -webkit-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-8px) rotate(0deg);
        transform: rotate(0deg) translate(-8px) rotate(0deg);
        transition: 1s ease-in-out;
    }
    to {
        -webkit-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        transform: rotate(360deg) translate(-8px) rotate(-360deg);
        transition: 1s ease-in-out;
    }
}

@-webkit-keyframes moving {
    from {
        -webkit-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-8px) rotate(0deg);
        transform: rotate(0deg) translate(-8px) rotate(0deg);
        transition: 1s ease-in-out;
    }
    to {
        -webkit-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        transform: rotate(360deg) translate(-8px) rotate(-360deg);
        transition: 1s ease-in-out;
    }
}

@-o-keyframes moving {
    from {
        -webkit-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-8px) rotate(0deg);
        transform: rotate(0deg) translate(-8px) rotate(0deg);
        transition: 1s ease-in-out;
    }
    to {
        -webkit-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        transform: rotate(360deg) translate(-8px) rotate(-360deg);
        transition: 1s ease-in-out;
    }
}

@-moz-keyframes moving {
    from {
        -webkit-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-8px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-8px) rotate(0deg);
        transform: rotate(0deg) translate(-8px) rotate(0deg);
        transition: 1s ease-in-out;
    }
    to {
        -webkit-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-8px) rotate(-360deg);
        transform: rotate(360deg) translate(-8px) rotate(-360deg);
        transition: 1s ease-in-out;
    }
}

.shp-newsletter-wrap .shp-social-icons {
    justify-content: center;
}

body.open-cart .site-main:not(.shp-header-cart-box) {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.shp-new-arrivals {
    margin: 0 0 30px;
}

.shp-footer-logo-text {
    display: inline-block;
    margin: 0 0 0px;
    width: 100%;
}

.shp_shop_list_sidebar .shp-products-container.list .products>div {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.shp-prenext-img {
    border-radius: var(--shp-circle-radius);
    background-color: var(--shp-border-color);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    min-width: 100px;
    margin-right: 20px;
    overflow: hidden;
}

.shp-prenext-img>img {
    width: 100px;
    height: 100px;
    border-radius: 0;
    min-width: 100px;
}

.shp-prenext-data span {
    color: var(--shp-title-color);
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
}

.shp-prenext-post.next .shp-prenext-img {
    margin: 0 0 0 20px;
}

.shp-prenext-data .shp-prenext-lbl {
    margin: 0;
    font-weight: 500;
}

.yith-wcaf.yith-wcaf-registration-form.woocommerce {
    margin: 0 0 57px;
}

.shp-main-page-container .wcmp_regi_main {
    margin-bottom: 57px;
}

.shp-main-page-container .wcmp-dashboard.woocommerce {
    margin: 0 0 27px;
}

.shp-large-product {
    margin: 0 0 36px;
}

.woocommerce :not(.wcmp-dashboard) form.login,
.woocommerce :not(.wcmp-dashboard) form.register {
    margin: 0 0 30px;
}


/*  NEW  */


/********************************************************
    24. Top category CSS Start
********************************************************/

.shp-category-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-color: var(--shp-body-bg);
    padding: 0;
    box-shadow: 0px 0px 30px 0px rgb(1 126 133 / 10%);
}

.shp-category-list>li {
    width: 100%;
    list-style: none;
    margin: 0;
}

.shp-category-inner {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    padding: 50px 10px 45px;
}

.shp-category-icon {
    padding-bottom: 25px;
}

.shp-category-list>li>.shp-category-inner:hover {
    background: var(--primary);
}

.shp-category-list>li>.shp-category-inner:hover {
    color: var(--white);
}

.shp-category-list>li>.shp-category-inner:hover .shp-category-icon svg path {
    fill: var(--white);
}


/********************************************************
    25. Shipping features CSS Start
********************************************************/

.shp-shipping-features-wrap {
    background: var(--primary);
}

.shp-shipping-inner {
    margin-bottom: 30px;
}

.shp-shipping-icon span {
    width: 90px;
    height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--shp-circle-radius);
    margin: 18px;
    position: relative;
}

.shp-shipping-icon span:before {
    background-color: var(--white);
    position: absolute;
    content: "";
    opacity: .1;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    border-radius: var(--shp-circle-radius);
}

.shp-shipping-icon span:after {
    border: 1px dashed var(--white);
    border-radius: var(--shp-circle-radius);
    background-color: rgb(42 42 42 / 0%);
    position: absolute;
    content: "";
    width: 108px;
    height: 108px;
    opacity: .3;
}

.shp-shipping-icon span img {
    position: relative;
    z-index: 9;
}

.shp-shipping-inner:hover .shp-shipping-icon span:after {
    opacity: 1;
    border-width: 2px;
}

.shp-shipping-ttl {
    font-weight: 700;
    color: var(--white);
    margin: 10px 0 10px;
    font-size: var(--shp-widget-title-font);
}

.shp-product-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shp-shipping-inner.text-center:hover .shp-shipping-icon span:after {
    -webkit-animation: iconrotate 9s linear infinite;
    -moz-animation: iconrotate 9s linear infinite;
    animation: iconrotate 9s linear infinite;
}

@-webkit-keyframes iconrotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes iconrotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes iconrotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}


/********************************************************
26. Top Products CSS Start
********************************************************/

.shp-trending-produts-fur {
    padding: 74px 0 44px;
}

.shp-top-products .shp-product-box {
    margin-bottom: 45px;
}

.shp-td-inner {
    position: relative;
    margin-bottom: 30px;
}

.shp-td-ttl {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: var(--primary);
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    font-size: var(--shp-widget-title-font);
}

.shp-td-img {
    overflow: hidden;
}

.shp-td-img>img {
    width: 100%;
    transition: all .5s;
}

.shp-td-inner:hover .shp-td-img>img {
    transform: scale(1.07) rotate(1deg);
}

.shp-insta-list>li {
    width: 100%;
}


/********************************************************
    27. instagram CSS Start
********************************************************/

.shp-insta-list {
    display: flex;
    flex-wrap: wrap;
}

.shp-insta-list>li>a {
    position: relative;
    display: block;
    overflow: hidden;
}

.shp-insta-list>li>a:hover .shp-insta-overlay {
    opacity: 1;
    visibility: visible;
    background: rgb(255 255 255 / 61%);
}

.shp-insta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .05s;
    background: rgb(255 255 255 / 0%);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shp-insta-list>li>a>img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shp-insta-list>li>a:hover img {
    transform: scale(1.07) rotate(1deg);
}

.shp-error-wrap.shp-error-cloth {
    padding-bottom: 80px;
}


/* footer paynent bar start */

.shp-foot-pb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shp-foot-pb-list {
    padding: 0;
}

.shp-foot-pb-list>li {
    margin: 0 25px;
    list-style: none;
}

.shp-foot-paymentbar {
    border-top: 1px solid var(--footer-border-color);
    padding: 30px 0 30px;
}

.shp-foot-pb-list>li {
    filter: grayscale(1);
}

.shp-foot-pb-list>li:hover {
    filter: grayscale(0);
}


/**********************************
 	6 Responsive CSS Start
 **********************************/

@media screen and (min-width: 576px) {
    .shp-mobile-logo {
        display: none;
    }
    .shp-prenext-post {
        display: flex;
        align-items: center;
    }
    .shp-prenext-data {}
}

@media screen and (min-width: 992px) {

    .shp-category-list>li {
        width: 20%;
    }
    .shp-category-inner {
        border-right: 1px solid rgb(0 0 0 / 10%);
    }
    .shp-category-list>li:last-child .shp-category-inner {
        border-right: none;
    }
}

@media(max-width:991px){
    
     .elementor-product-loop-item--align-center .shp-products-container .row.products > div {
        max-width: 50%;
    }
}
@media(max-width:480px){
    
     .elementor-product-loop-item--align-center .shp-products-container .row.products > div {
        max-width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .shp-nav-header-style_2 #mega-menu-wrap-shopmartio-header-menu #mega-menu-shopmartio-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        display: none;
    }
    body .shp-nav-header-style_2 .shp-nav-default-style>div>ul>li>a {
        position: relative;
    }
    body .shp-nav-header-style_2 .shp-nav-default-style>div>ul>li>a:before {
        content: "" !important;
        border: 0;
        width: 4px !important;
        height: 4px !important;
        background: var(--primary) !important;
        transform: rotate(0);
        position: absolute !important;
        top: 0 !important;
        bottom: 0;
        margin: auto !important;
        right: 0;
        left: unset;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 15px 20px 11px;
    }
    .shp-large-product {
        position: sticky;
        top: 0;
    }
    .shp-contact-wrapper [class*=col-].col-xl-5 {
        padding-right: 0;
    }
    .shp-contact-wrapper [class*=col-].col-xl-7 {
        padding-left: 0;
    }
    /* Tab 1*/
    li#mega-menu-item-media_image-7,
    li#mega-menu-item-media_image-8 {
        border-top: 1px solid var(--shp-border-color) !important;
        text-align: center !important;
    }
    li#mega-menu-item-text-7,
    li#mega-menu-item-text-7 h4,
    li#mega-menu-item-text-8,
    li#mega-menu-item-text-8 h4 {
        text-align: center !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    li#mega-menu-item-text-7 h4,
    li#mega-menu-item-text-8 h4 {
        margin-bottom: 5px !important;
        font-family: var(--shp-title-font-family) !important;
        color: var(--shp-title-color) !important;
        font-size: var(--shp-widget-title-font) !important;
    }
    li#mega-menu-item-media_image-7,
    li#mega-menu-item-media_image-8 {
        padding: 40px 0 20px !important;
    }
    li#mega-menu-item-text-8,
    li#mega-menu-item-text-8 {
        margin-bottom: 22px !important;
    }
    /* Tab 1*/
    li#mega-menu-item-media_image-9,
    li#mega-menu-item-media_image-10 {
        border-top: 1px solid var(--shp-border-color) !important;
        text-align: center !important;
    }
    li#mega-menu-item-text-9,
    li#mega-menu-item-text-9 h4,
    li#mega-menu-item-text-10,
    li#mega-menu-item-text-10 h4 {
        text-align: center !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    li#mega-menu-item-text-9 h4,
    li#mega-menu-item-text-10 h4 {
        margin-bottom: 5px !important;
        font-family: var(--shp-title-font-family) !important;
        color: var(--shp-title-color) !important;
        font-size: var(--shp-widget-title-font) !important;
    }
    li#mega-menu-item-media_image-9,
    li#mega-menu-item-media_image-10 {
        padding: 40px 0 20px !important;
    }
    li#mega-menu-item-text-10,
    li#mega-menu-item-text-10 {
        margin-bottom: 22px !important;
    }
    /* Tab 1*/
    li#mega-menu-item-media_image-11,
    li#mega-menu-item-media_image-12 {
        border-top: 1px solid var(--shp-border-color) !important;
        text-align: center !important;
    }
    li#mega-menu-item-text-11,
    li#mega-menu-item-text-11 h4,
    li#mega-menu-item-text-12,
    li#mega-menu-item-text-12 h4 {
        text-align: center !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    li#mega-menu-item-text-11 h4,
    li#mega-menu-item-text-12 h4 {
        margin-bottom: 5px !important;
        font-family: var(--shp-title-font-family) !important;
        color: var(--shp-title-color) !important;
        font-size: var(--shp-widget-title-font) !important;
    }
    li#mega-menu-item-media_image-11,
    li#mega-menu-item-media_image-12 {
        padding: 40px 0 20px !important;
    }
    li#mega-menu-item-text-11,
    li#mega-menu-item-text-12 {
        margin-bottom: 22px !important;
    }
    .mega_menu_bottom {
        padding: 20px 0 20px !important;
        border-top: 1px solid var(--shp-border-color) !important;
        text-align: center !important;
    }
    .mega_menu_bottom h4 {
        margin-bottom: 5px !important;
        font-family: var(--shp-title-font-family) !important;
        color: var(--shp-title-color) !important;
        font-size: var(--shp-widget-title-font) !important;
        text-align: center!important;
        font-family: 'Bebas Neue', cursive!important;
        ;
    }
    .mega_menu_bottom ul.mega-sub-menu li ul li {
        text-align: center!important;
    }
    .mega_menu_bottom svg path {
        fill: var(--primary);
    }
    #scroll {
        position: absolute;
        right: 15px;
        bottom: 25px;
        cursor: pointer;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: 99;
        visibility: hidden;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background-color: var(--primary);
        color: var(--white);
        border: 2px solid var(--primary);
        left: 0;
        margin: auto;
    }
    .close-search {
        display: none;
    }
    .shp-top-menu {
        display: none;
    }
    .container {
        max-width: 1170px;
    }
    .shp-header-container .shp-menus ul.menu>li:before {
        background: var(--white);
        content: "";
        position: absolute;
        height: 1px;
        left: 15px;
        right: 15px;
        bottom: 10px;
        border: none;
        border-radius: var(--shp-radius0);
        width: 0;
    }
    .shp-header-container .shp-menus ul.menu>li:hover:before,
    .shp-header-container .shp-menus ul.menu>li.current-menu-item:before {
        width: calc(100% - 30px);
    }
    .shp-header-container .shp-menus ul.menu>li:before,
    .shp-header-container .shp-menus ul.menu>li:hover:before {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .shp-header-container .shp-menus ul.sub-menu li:before {
        content: unset;
    }
    .shp-header-container .shp-menus ul.menu>li ul.sub-menu li {
        display: block;
        text-align: left;
        color: var(--primary);
        padding: 0px;
    }
    body .shp-nav-default-style .menu>li>a:hover {
        color: var(--primary);
    }
    /* Menu Subchild */
    .shp-header-container .menu-item-has-children .sub-menu,
    .shp-header-container .shp-menus ul.sub-menu {
        position: absolute;
        top: 50px;
        left: 0;
        background: var(--white);
        width: max-content;
        min-width: 200px;
        max-width: 200px;
        margin: 0;
        word-break: break-word;
        padding: 10px 0;
        z-index: 10;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 6px 20px 0 rgb(0 0 0 / 6%);
        border-radius: var(--shp-radius0);
    }
    .shp-header-container .shp-menus .menu-item-has-children>a {
        position: relative;
    }
    .menu-item-has-children .sub-menu>.menu-item-has-childre .sub-menu {
        position: absolute;
        top: 0;
    }
    .shp-header-container ul.menu>.menu-item-has-children:hover>.sub-menu,
    .shp-header-container ul.menu>li>.menu-item-has-children:hover>ul>.sub-menu>li>ul>.sub-menu>.menu-item-has-children:hover {
        opacity: 1;
        visibility: visible;
    }
    .shp-header-container .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
        top: 10px;
        background: var(--white);
        visibility: hidden;
        opacity: 0;
        left: -210px;
    }
    .shp-header-container .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
    }
    .shp-menus li .sub-menu li a {
        color: var(--shp-title-color);
        text-align: left;
        padding: 10px 15px;
        display: inline-block;
        width: 100%;
    }
    .shp-header-container .shp-menus li a:hover {
        color: var(--primary);
    }
    .shp-header-container .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-header-container .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu:before {
        content: "";
        position: absolute;
        border-bottom: 10px solid transparent;
        border-top: 0px solid transparent;
        border-left: 10px solid var(--white);
        top: 6px;
        right: -10px;
    }
    .shp-menus li .sub-menu li a {
        padding: 5px 15px;
    }
    .shp-menus li .sub-menu li:hover>a {
        transform: translateX(10px);
    }
    .shp-menus li .sub-menu li,
    .shp-menus li .sub-menu li:hover,
    .shp-menus li .sub-menu li a,
    .shp-menus li .sub-menu li:hover a {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    /* Subchild  End */
    .shp-header-cart-box {
        max-width: 450px;
        right: -500px;
    }
    .woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item a .attachment-woocommerce_thumbnail {
        width: 70px;
        height: 70px;
    }
    .shp-cart-products .woocommerce-mini-cart.cart_list li a:nth-child(2) {
        width: calc(100% - 130px);
    }
    .shp-cart-products .woocommerce-mini-cart.cart_list span.quantity {
        width: 100px;
    }
    .woocommerce-mini-cart__buttons.buttons .button {
        min-width: 170px;
    }
    /* Header Style One Nav */
    .shp-nav-default-style .menu .sub-menu {
        position: absolute;
        background: var(--block-bg);
        min-width: 200px;
        left: 0;
        top: 50px;
        padding: 10px 0;
        border: none;
        border-radius: var(--shp-radius0);
        box-shadow: 0px 6px 20px 0 rgb(0 0 0 / 18%);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        visibility: hidden;
        opacity: 0;
        text-align: left;
        width: auto;
        z-index: 99;
    }
    .shp-nav-default-style .menu>li:hover>.sub-menu,
    .shp-nav-default-style .menu>li>.sub-menu li:hover>.sub-menu,
    .shp-nav-default-style .menu>li>.sub-menu li:hover>.sub-menu li:hover>.sub-menu {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
    .shp-nav-default-style .menu>li .sub-menu,
    .shp-nav-default-style .menu>li:hover .sub-menu {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-nav-default-style .menu .sub-menu .sub-menu {
        left: -215px;
        top: 0;
    }
    .shp-nav-default-style .menu .sub-menu li {
        padding: 6px 20px;
    }
    .shp-nav-default-style .menu .sub-menu li:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: var(--primary);
        width: 3px;
        opacity: 0;
        visibility: hidden;
        margin: auto;
        height: 0%;
    }
    .shp-nav-default-style .menu .sub-menu li:hover:after {
        height: 85%;
        visibility: visible;
        opacity: 1;
    }
    .shp-nav-default-style .menu .sub-menu li:hover:after,
    .shp-nav-default-style .menu .sub-menu li:hover,
    .shp-nav-default-style .menu .sub-menu li:after {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-nav-default-style .menu .sub-menu .sub-menu:before {
        content: "";
        position: absolute;
        right: -10px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-left: 10px solid var(--white);
        border-bottom: 8px solid transparent;
        top: 6px;
    }
    .shp-nav-default-style .menu .sub-menu li,
    .shp-nav-default-style .menu .sub-menu li:hover {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-nav-default-style .menu .sub-menu li:hover>a {
        color: var(--primary);
    }
    body .shp-nav-default-style .menu>li>a {
        padding: 15px 0px;
    }
    .home.absolute-header .shp-header-default-style .shp-nav-default-style:not(.fixed-header) .menu .sub-menu li>a {
        color: var(--shp-title-color);
    }
    .home.absolute-header .shp-header-default-style .shp-nav-default-style:not(.fixed-header) .menu .sub-menu li:hover>a {
        color: var(--primary);
    }
    .shp-about-info p {
        word-break: break-word;
    }
    body .shp-nav-default-style .menu>li>a:before {
        content: unset;
        position: absolute;
        height: 2px;
        width: 0%;
        left: 0;
        right: 0;
        bottom: 10px;
        background: var(--primary);
        border-radius: var(--shp-radius0);
        opacity: 0;
        visibility: hidden;
        margin: auto;
    }
    body .shp-nav-default-style .menu>li:hover>a:before,
    body .shp-nav-default-style .menu>li.current-menu-item>a:before {
        visibility: visible;
        opacity: 1;
        width: 100%;
    }
    body .shp-nav-default-style .menu li:hover a:before,
    body .shp-nav-default-style .menu li.current-menu-item a:before,
    body .shp-nav-default-style .menu li:hover a:before {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .shp-nav-default-style .menu li:hover>a {
        color: var(--primary);
    }
    .comments-area .comment-respond {
        padding: 42px 50px 50px;
    }
    /* Top header Menu*/
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu li {
        height: auto;
        line-height: 1.5;
        width: 100%;
    }
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu {
        position: absolute;
        background: var(--white);
        min-width: 170px;
        right: 0;
        top: 40px;
        padding: 10px 0;
        border: none;
        border-radius: var(--shp-radius0);
        box-shadow: 0px 6px 20px 0 rgb(0 0 0 / 18%);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        visibility: hidden;
        opacity: 0;
        text-align: left;
        width: auto;
        z-index: 99;
    }
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu li,
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu li .sub-menu li:hover,
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu,
    .shp-header-info .menu-top_header_menu-container>ul li:hover .sub-menu,
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu li:after,
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu li:hover:after {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-header-info .menu-top_header_menu-container>ul>li:hover>.sub-menu {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu li {
        height: auto;
        line-height: 1.5;
        width: 100%;
        padding: 6px 20px;
    }
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu li:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: var(--primary);
        width: 3px;
        opacity: 0;
        visibility: hidden;
        margin: auto;
        height: 0%;
    }
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu li:hover:after {
        height: 85%;
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (min-width: 1400px) {
    .shp-header-container .shp-menus ul.menu>li:before {
        left: 20px;
        right: 20px;
    }
    .shp-header-container .shp-menus ul.menu>li:hover:before,
    .shp-header-container .shp-menus ul.menu>li.current-menu-item:before {
        width: calc(100% - 40px);
    }
    .about-style-two .shp-about-info {
        margin-bottom: 41px;
    }
    .shp-industry-information {
        margin-top: 14px;
    }
    .shp-industry-wrapper .row {
        align-items: center;
    }
}

@media screen and (min-width: 1580px) {
    .shp-nav-default-style .menu>li {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1650px) {
    .shp-main-header .container-fluid {
        max-width: 1650px;
    }
}

@media screen and (min-width: 1680px) {
    .shp-header-default-style .container-fluid {
        max-width: 1660px;
    }
}

@media screen and (max-width: 1679px) {
    .shp-nav-header-default-style.shp-mega-menus {
        padding: 24px 10px 15px;
    }
}

@media screen and (max-width: 1439px) {
    .shp-newletter-moving-wrap,
    .shp-swiper-navs {
        display: none;
    }
}

@media screen and (max-width: 1399.98px) {
    .shp-header-container .shp-menus li {
        padding: 15px 10px;
    }
    .shp-header-info .menu li {
        padding: 0px 10px;
    }
    .shp-header-info .widget {
        padding-left: 10px;
    }
    .shp-nav-header-default-style.shp-mega-menus .shp-cart-btn {
        margin-left: 20px;
    }
    .shp-nav-header-default-style.shp-mega-menus .shp-search-btn {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1199.98px) {
    .shp_theme_layout .default-copyright-area {
        margin: 43px 0 0;
    }
    .menu-top_header_menu-container li,
    .menu-top_header_menu-container ul,
    .menu-top_header_menu-container {
        width: 100%;
    }
    body .shp-header-info>*.shp-nav-menus .menu-top_header_menu-container ul li:before {
        right: 0;
    }
    li#mega-menu-item-media_image-2,
    li#mega-menu-item-media_image-3,
    li#mega-menu-item-media_image-5,
    li#mega-menu-item-media_image-6,
    li#mega-menu-item-media_image-8,
    li#mega-menu-item-media_image-9,
    li#mega-menu-item-text-4,
    li#mega-menu-item-text-6,
    li#mega-menu-item-text-9,
    li#mega-menu-item-text-7,
    li#mega-menu-item-text-10,
    #mega-menu-item-text-10 {
        display: none !important;
    }
    li#mega-menu-item-media_image-2,
    li#mega-menu-item-media_image-3,
    li#mega-menu-item-text-3,
    li#mega-menu-item-text-4 {
        display: none !important;
    }
    li#mega-menu-item-media_image-7,
    li#mega-menu-item-media_image-8,
    li#mega-menu-item-text-7,
    li#mega-menu-item-text-8,
    li#mega-menu-item-media_image-9,
    li#mega-menu-item-media_image-10,
    li#mega-menu-item-text-9,
    li#mega-menu-item-text-10,
    li#mega-menu-item-media_image-11,
    li#mega-menu-item-media_image-12,
    li#mega-menu-item-text-11,
    li#mega-menu-item-text-12 {
        display: none !important
    }
    .mega_menu_bottom {
        display: none!important;
    }
    body .shp-nav-header-default-style.shp-mega-menus .menu {
        position: unset;
        width: 100%;
        border: 0;
        padding: 10px 0 0;
    }
    .shp-nav-default-style .mega-menu-item .menu>li a {
        padding: 6px 0;
    }
    body .shp-nav-default-style .mega-menu-item .mega-sub-menu>li {
        padding: 0px 10px !important;
    }
    .shp-nav-header-default-style.shp-mega-menus {
        padding: 14px 0 5px;
    }
    .shp-mega-menus .shp-nav-default-style #mega-menu-wrap-shopmartio-header-menu {
        width: auto;
    }
    .shp-mega-menus .shp-nav-default-style .shp-top-menu {
        margin: 0 0 0 20px;
        cursor: pointer;
    }
    .shp-mega-menus .shp-nav-default-style {
        justify-content: left;
    }
    .shp-products-container.list .products>div {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #mega-menu-wrap-shopmartio-header-menu .mega-menu-toggle {
        width: 30px;
        margin: 0;
        height: 30px;
        line-height: 30px;
    }
    #mega-menu-wrap-shopmartio-header-menu .mega-menu-toggle .mega-toggle-blocks-right {
        width: 30px;
    }
    #mega-menu-wrap-shopmartio-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-shopmartio-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-shopmartio-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 30px;
    }
    #mega-menu-wrap-shopmartio-header-menu .mega-menu-toggle .mega-toggle-blocks-right>div {
        width: 23px;
    }
    #mega-menu-wrap-shopmartio-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
        width: 23px;
    }
    .shp-mega-menu-mobile>div {
        margin: 0;
    }
    .shp-cart-btn .shp-cart-total {
        display: none;
    }
    .has_sub_menu ul {
        display: none;
    }
    .shp-header-container .shp-menus li a,
    .shp-menus.open-menu .shp-menu-toggle:after {
        color: var(--shp-txt-color);
    }
    .shp-header-container .shp-menus li>ul.sub-menu>li:before,
    .shp-header-container .shp-menus ul.menu>li:last-child:after {
        display: none;
    }
    .shp-header-container .shp-menus li {
        padding: 0px 10px;
    }
    .shp-header-container .shp-menus li a {
        display: inline-block;
    }
    .shp-menu-toggle {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        width: 40px;
        padding: 11px 0;
        position: relative;
        margin-left: 20px;
    }
    .shp-menu-toggle:before {
        position: absolute;
        content: "";
        background: var(--white);
        opacity: .1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: none;
        border-radius: var(--shp-circle-radius);
        width: auto;
    }
    .shp-menu-toggle span {
        width: 18px;
        height: 2px;
        background: var(--primary);
        display: block;
        margin: auto;
        margin-top: 3px;
        border-radius: var(--shp-radius0);
    }
    .shp-menu-toggle span,
    .shp-menus.open-menu .shp-menu-toggle span {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-menus.open-menu .shp-menu-toggle span {
        background: var(--white);
    }
    .shp-header-container .shp-menus.open-menu .shp-menu-toggle span {
        background: var(--primary);
    }
    .shp-menu-toggle span:hover {
        cursor: pointer;
    }
    .shp-menus.open-menu .shp-menu-toggle span:nth-child(2) {
        display: none;
    }
    .shp-menus.open-menu .shp-menu-toggle span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 3px);
    }
    .shp-menus.open-menu .shp-menu-toggle span:nth-child(3) {
        transform: rotate(135deg) translate(-6px, -10px);
        margin: 0;
    }
    .shp-header-container .shp-menus li {
        display: block;
        padding: 15px 20px;
        position: relative;
    }
    .shp-header-container .shp-menus ul.menu>li:after {
        position: absolute;
        content: '';
        width: 100%;
        left: 0;
        bottom: 0;
        height: 1px;
        background: var(--shp-border-color);
    }
    .shp-menus ul.menu {
        background: var(--white);
        position: fixed;
        left: -340px;
        top: 0;
        bottom: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        z-index: 98;
        background-attachment: fixed;
        transition: 0.3s;
        overflow-y: auto;
        overflow-x: hidden;
        border-right: 1px solid var(--shp-border-color);
    }
    .shp-menus.open-menu ul {
        left: 0;
    }
    .admin-bar .shp-menus.open-menu ul {
        top: 30px;
    }
    .shp-nav-default-style .menu li.open:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .shp-nav-default-style .menu li.open:before,
    .shp-nav-default-style .menu li:before {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-menus.open-menu ul,
    .shp-menus ul {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-menus ul.sub-menu {
        display: none;
        margin-top: 10px;
    }
    .shp-menus ul.sub-menu.show-submenu {
        display: block;
    }
    .dropdown-expander {
        position: absolute;
        right: 30px;
        top: 0;
        text-align: center;
        display: block;
        transition: all 0.3s;
        bottom: 0;
        margin: auto;
        line-height: 55px;
    }
    .shp-header-container .shp-menus li .sub-menu li .dropdown-expander {
        right: 10px;
        line-height: 30px;
    }
    .dropdown-expander i {
        color: var(--shp-txt-color);
        font-size: var(--shp-globle-font);
    }
    .shp-user-btn {
        min-width: auto;
        width: 40px;
        padding: 0;
        height: 40px;
        line-height: 40px;
        background: transparent;
        border: none;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: var(--shp-globle-font);
        color: var(--white);
    }
    .shp-user-btn span {
        display: none;
    }
    .shp-user-btn:before {
        position: absolute;
        content: "";
        background: var(--white);
        opacity: .1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: none;
        border-radius: var(--shp-circle-radius);
        width: auto;
    }
    .shp-user-btn:hover,
    .shp-user-btn:focus,
    .shp-user-btn:visited,
    .shp-user-btn:active {
        background: transparent;
        color: var(--white);
        border: none;
    }
    .shp-user-btn:focus:before,
    .shp-user-btn:visited:before,
    .shp-user-btn:hover:before {
        background: var(--white);
        opacity: .1;
        border: none;
    }
    .shp-user-btn:after {
        content: "";
        color: var(--primary);
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .shp-user-logedin:after {
        content: "\f011";
    }
    .shp-user-logout:after {
        content: "\f007";
    }
    .shp-cart-btn {
        min-width: 40px;
        margin: 0 0 0 20px;
    }
    .shp-search-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        text-align: center;
    }
    .shp-search-btn:before {
        position: absolute;
        content: "";
        background: var(--white);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: none;
        border-radius: var(--shp-circle-radius);
        width: auto;
        background: transparent;
    }
    .shp-default-nav .shp-search-btn {
        margin: 0 0 0 0;
    }
    .shp-search-btn svg {
        position: relative;
    }
    .home.absolute-header .shp-header-default-style:not(.fixed-header) .shp-search-btn svg,
    .shp-main-nav .shp-search-btn svg {
        fill: var(--primary);
    }
    .row.align-content-center {
        align-items: center;
    }
    .shp-menu .menu>ul::-webkit-scrollbar {
        width: 3px;
    }
    .shp-menu .menu>ul::-webkit-scrollbar-track {
        background-color: var(--primary);
    }
    .shp-menu .menu>ul::-webkit-scrollbar-thumb {
        background-color: var(--shp-bg);
    }
    .shp-default-nav .shp-cart-btn {
        margin: 0 0 0 10px;
    }
    body .shp-default-nav .shp-top-menu {
        margin: 0 0 0 10px !important;
    }
    .shp-default-nav .shp-head-icon {
        margin: 0 0 0 20px;
    }
    /* Header Style One */
    .shp-nav-default-style .menu {
        position: fixed;
        left: -340px;
        top: 0;
        bottom: 0;
        width: 320px;
        height: 100%;
        text-align: left;
        z-index: 98;
        background-attachment: fixed;
        transition: 0.3s;
        overflow-y: auto;
        overflow-x: hidden;
        border-right: 1px solid var(--shp-border-color);
        padding: 20px 0 50px;
        display: inline-block;
    }
    .shp-nav-default-style.open-nav ul {
        left: 0;
    }
    .admin-bar .shp-nav-default-style.open-nav>div>ul {
        top: 30px;
    }
    .nav-toggle-btn {
        display: inline-block;
        height: 30px;
        width: 30px;
        margin-left: 20px;
        background: var(--primary);
        padding: 5px 0;
        margin-right: 10px;
    }
    .nav-toggle-btn span {
        background: var(--white);
        height: 2px;
        width: 18px;
        margin: 4px auto;
        display: flex;
        position: relative;
    }
    .shp-nav-default-style.open-nav ul li {
        width: 100%;
    }
    .shp-nav-default-style .menu>li {
        border-bottom: 1px solid var(--shp-border-color);
    }
    .shp-nav-default-style .menu li {
        padding: 15px 20px;
    }
    .shp-nav-default-style .menu li:last-child {
        border-bottom: none;
    }
    .shp-nav-default-style .menu li .sub-menu li {
        padding: 10px 20px;
    }
    .shp-nav-default-style .menu li.current-menu-item>a {
        color: var(--primary);
    }
    .shp-nav-default-style .sub-menu {
        display: none;
    }
    .shp-nav-default-style.open-nav ul li.menu-item-has-children:before {
        content: "\f107";
        position: absolute;
        top: 18px;
        right: 25px;
        font-family: "Font Awesome 5 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
        color: var(--primary);
    }
    .shp-nav-default-style .menu li a {
        width: 100%;
        display: inline-block;
    }
    .shp-nav-default-style .menu li .sub-menu li:before {
        top: 14px;
    }
    .shp-top-header-style-one p {
        font-size: 0;
    }
    .shp-top-header-style-one p a {
        font-size: var(--global-font);
    }
    .shp-nav-default-style.open-nav .nav-toggle-btn span {
        position: relative;
    }
    .shp-nav-default-style.open-nav .nav-toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .shp-nav-default-style.open-nav .nav-toggle-btn span:nth-child(1) {
        transform: rotate(45deg);
        top: 6px;
    }
    .shp-nav-default-style.open-nav .nav-toggle-btn span:nth-child(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    .shp-nav-default-style.open-nav .nav-toggle-btn span:nth-child(3),
    .shp-nav-default-style.open-nav .nav-toggle-btn span:nth-child(1),
    .shp-nav-default-style .nav-toggle-btn span:nth-child(3),
    .shp-nav-default-style .nav-toggle-btn span:nth-child(1) {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-main-nav-wrapper.open-nav .nav-toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .shp-main-nav-wrapper.open-nav .nav-toggle-btn span:nth-child(1) {
        transform: rotate(45deg);
        top: 6px;
    }
    .shp-main-nav-wrapper.open-nav .nav-toggle-btn span:nth-child(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    .shp-main-nav-wrapper.open-nav .nav-toggle-btn span:nth-child(3),
    .shp-main-nav-wrapper.open-nav .nav-toggle-btn span:nth-child(1),
    .shp-main-nav-wrapper .nav-toggle-btn span:nth-child(3),
    .shp-main-nav-wrapper .nav-toggle-btn span:nth-child(1) {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-nav-header-default-style.shp-mega-menus ul.mega-menu.max-mega-menu.mega-menu-horizontal>li {
        padding: 10px 20px !important;
        border-bottom: 1px solid var(--shp-border-color) !important;
    }
    .shp-nav-header-default-style.shp-mega-menus ul.mega-menu.max-mega-menu.mega-menu-horizontal>li .mega-sub-menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 20px !important;
    }
    .shp-nav-header-default-style.shp-mega-menus ul.mega-menu.max-mega-menu.mega-menu-horizontal>li .mega-sub-menu li {
        border: none;
    }
    .home.absolute-header .shp-header-default-style:not(.fixed-header) .menu a,
    .home.absolute-header .shp-header-default-style:not(.fixed-header) .menu li {
        color: var(--shp-title-color);
    }
    /* Header Style One End */
    .shp-nav-default-style .sub-menu {
        background: var(--sub-menu-bg);
        position: relative;
    }
    .shp-nav-default-style .sub-menu .sub-menu {
        background: var(--sub-menu2-bg);
    }
    .shp-nav-default-style.open-nav ul.sub-menu {
        margin-top: 10px;
    }
    .shp-nav-default-style .menu>li>.sub-menu li a {
        padding-left: 15px;
    }
    .shp-nav-default-style .menu>li>.sub-menu li a:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 8px;
        background: var(--primary);
        top: 10px;
        margin: auto;
        left: 0px;
        border-radius: var(--shp-radius0);
    }
    .shp-nav-default-style .menu>li>.sub-menu {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 10px;
    }
    .shp-nav-default-style .sub-menu .sub-menu {
        margin-left: -30px;
        margin-right: -30px;
        padding: 0 25px;
    }
    /* Top Header menus*/
    .shp-header-info {
        background: var(--filter-tab-bg);
        position: fixed;
        right: -300px;
        top: 0;
        bottom: 0;
        width: 280px;
        height: 100%;
        text-align: left;
        z-index: 98;
        background-attachment: fixed;
        transition: 0.3s;
        overflow-y: auto;
        overflow-x: hidden;
        border-right: 1px solid var(--shp-border-color);
        padding: 20px 0 50px;
        display: inline-block;
        box-shadow: var(--shp-global-shadow);
    }
    .shp-header-info.open-nav {
        right: 0;
    }
    .shp-header-info,
    .shp-header-info.open-nav {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shp-header-info>* {
        max-width: 100%;
        padding: 0 20px 20px;
        margin: 0 0 20px;
        border-bottom: 1px solid var(--shp-border-color);
    }
    .shp-header-info .widget {
        border: 0;
        padding: 0;
        margin: 0;
    }
    .shp-header-info .widget .currency-switcher-form {
        margin: 0 0;
        width: 100%;
    }
    .shp-header-info>* select {
        margin: 10px 0 0;
    }
    .shp-header-info .menus li {
        width: 100%;
        padding: 15px 0;
    } 
    .shp-header-info>*.shp-nav-menus li:after,
    .shp_user_profile:before {
        content: unset;
    } 
    .shp_user_profile {
        padding: 0;
    }
    .shp-header-info>*.shp-nav-menus li.menu-item-has-children:before {
        content: "\f107";
        position: absolute;
        top: 18px;
        right: 25px;
        font-family: "Font Awesome 5 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
        color: var(--primary);
    }
    .shp-header-info .menu li {
        height: auto;
        line-height: 1.5;
    }
    .shp-header-info .menu-top_header_menu-container>ul .sub-menu {
        background: var(--sub-menu-bg);
    }
    .shp-header-info .menu-top_header_menu-container>ul>li li {
        padding: 10px 15px;
    }
    .shp-header-info .menu li a {
        width: 100%;
        display: inline-block;
    }
    .shp-header-info>*:last-of-type {
        border: 0;
    }
    .shp-header-drop-downs {
        width: 80px;
    }
    .shp-top-menu {
        min-width: 30px;
        width: 30px;
        padding: 0;
        height: 30px;
        line-height: 30px;
    }
    .shp-header-offer-msg {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .shp-top-menu svg {
        height: 18px;
        fill: var(--white);
    }
    .shp-header-top-wrapper {
        padding: 10px 0;
    }
    #mega-menu-wrap-shopmartio-header-menu #mega-menu-shopmartio-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
        margin: 0 !important;
        padding: 0;
    }
    .mobile-toggle .mega-menu-toggle {
        width: 50px;
    }
    /* Header improve */
    .shp-nav-header-default-style.shp-mega-menus {}
    .shp-nav-header-default-style.shp-mega-menus .mobile-mega-menu {
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        max-width: 110px;
    }
    .shp-nav-header-default-style.shp-mega-menus .mobile-icon {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        padding-left: 0;
    }
    .shp-nav-header-default-style.shp-mega-menus .mega-menu-mobile-logo {
        -ms-flex: 0 0 calc(100% - 210px);
        flex: 0 0 calc(100% - 210px);
        max-width: calc(100% - 210px);
    }
    .shp-nav-header-default-style.shp-mega-menus .shp-search-btn {
        margin-left: 0;
    }
    .shp-nav-header-default-style.shp-mega-menus .shp-cart-btn {
        margin-left: 15px;
    }
    .shp-foot-pb-list>li {
        margin: 0 8px;
    }
    .shp-foot-pb-list>li img {
        max-height: 15px;
    }
    body .shp-nav-header-default-style.shp-nav-header-style_2 .shp-search-btn {
        margin-left: 20px;
    }
}

@media screen and (min-width: 991.98px) and (max-width: 1199.98px) {}

@media screen and (max-width: 991.98px) {
    .shp-product-hover ul li {
        visibility: visible;
        opacity: 1;
        transform: translateX(0px);
    }
    .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.shp-btn {
        min-width: 100px;
    }
    /* Fix Responsive Spacing */
    .shp-main-post-wrapper {
        padding: 55px 0 30px;
    }
    .shp-top-header1-info ul li {
        margin-right: 20px;
    }
    .shp-login-register {
        font-size: 0;
        display: inline-block;
    }
    .shp-login-wrap span {
        margin-right: 0;
    }
    .shp-td-ttl {
        padding: 10px;
    }
}

@media screen and (min-width: 767.98px) and (max-width: 991px) {}

@media screen and (max-width: 768px) {
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display:none;
    }
    .woocommerce table.shop_table td.product-quantity {
        display: flex;
        align-items: center;
        justify-content: flex-end !important;
    }
    .woocommerce table.shop_table {
        border-top: 1px solid var(--shp-border-color);
    }
    .woocommerce-cart .woocommerce a.remove {
        margin: 10px 0;
    }
    .woocommerce table.cart td.actions .coupon input#coupon_code {
        max-width: 100%;
        margin: 0 0 20px;
        border-radius: var(--shp-radius0);
        border: 1px solid var(--shp-border-color);
    }
    .woocommerce table.cart td.actions .coupon button.button,
    .woocommerce table.cart td.actions .coupon button.button {
        max-width: 100%;
        border-radius: var(--shp-radius0);
        width: 100%;
        margin: 0 0 30px;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-weight: 500;
        color: var(--shp-title-color);
    }
    .woocommerce table.shop_table td.product-quantity {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .woocommerce form.checkout_coupon .form-row.form-row-first,
    .woocommerce form.checkout_coupon .form-row.form-row-last {
        width: 100%;
    }
}

@media screen and (max-width: 767.98px) {
    .shp-filter-menus ul li a {
        padding: 10px 15px 8px;
    }
    #yith-quick-view-modal .yith-wcqv-main div#yith-quick-view-content div.product .single_add_to_cart_button {
        margin: 10px 0;
    }
    #yith-quick-view-content div.images,
    #yith-quick-view-content div.summary {
        width: 100%;
    }
    .shp-products-container.list .products>div .shp-product-image,
    .shp-products-container.list .products>div .shp-product-image img,
    .shp-products-container.list .products>div .shp-product-info {
        width: 100%;
    }
    .shp-single-data .wp-block-calendar td,
    .shp-single-data .wp-block-calendar th {
        padding: .25em;
    }
    .shp-contact-wrapper {
        overflow: hidden;
    }
    .shp-header-container {
        padding: 20px 0px 20px;
    }
    .shp-single-data>table td {
        padding: 4px;
        font-size: var(--global-font);
        word-break: normal;
    }
    .pagination .nav-links>*:not(.dots) {
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin: 0 8px 0 0;
    }
    .shp-breadcrumb-container h1 {
        font-size: var(--shp-heading-font);
    }
    .page-links .page-number span,
    .page-links .page-number a {
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin: 0 8px 0 0;
    }
    form#yith-wcwl-form a.button.yith-wcqv-button {
        display: none !important;
    }
    form#yith-wcwl-form .product-name h3 {
        font-size: var(--shp-widget-title-font);
        font-weight: 500;
    }
    .wishlist_table.mobile {
        padding: 0;
    }
    .wishlist_table.mobile a.button.add_to_cart_button {
        padding: 0 !important;
        line-height: 50px !important;
    }
    .wishlist_table.mobile .additional-info-wrapper .additional-info td {
        font-size: var(--shp-globle-font);
        padding: 10px 0 10px;
    }
    .wishlist_table.mobile .additional-info-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .wishlist_table.mobile li {
        margin: 0 0 30px;
        border-bottom: 1px solid var(--shp-border-color);
        padding-bottom: 30px;
        position: relative;
    }
    .wishlist_table.mobile li .item-details table.item-details-table td {
        font-size: var(--shp-globle-font);
    }
    body .wishlist_table.mobile .additional-info-wrapper .product-add-to-cart {
        margin: 0;
    }
    body .wishlist_table.mobile .additional-info-wrapper .product-add-to-cart .add_to_cart {
        margin: 0 !important;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    .woocommerce #reviews #comments ol.commentlist li .star-rating {
        width: 100%;
        margin: 00 0 10px;
    }
    .shp-nav-default-style .menu {
        width: 280px;
    }
    .shp-top-header1-info li .shp-header1-icon {
        display: none;
    }
    .shp-top-header-style-one {
        padding: 10px 0 0px;
    }
    .shp-login-wrap {
        display: flex;
    }
    .shp-nav-default-style .header-btn {
        min-width: 140px;
        padding: 13px 10px;
    }
    .woocommerce-checkout .woocommerce form.checkout_coupon .form-row.form-row-first {
        width: 100%;
    }
    .woocommerce table.cart td.actions .coupon {
        width: 100%;
    }
    .woocommerce table.cart td.actions .coupon input#coupon_code {
        width: 100%;
    }
    .shp-top-header1-info ul li {
        margin-right: 12px;
    }
    .shp-copyright-wrapper .menu-footer_menu-container ul {
        justify-content: center;
    }
    .shp-newsletter-wrap .shp-btn {
        position: unset;
        margin: 10px 0 0;
    }
    .shp-newsletter-wrap input {
        padding: 0 20px 0 20px;
        width: 100%;
    }
    .shp-nav-header-default-style.shp-mega-menus .mobile-icon {
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px;
    }
    .shp-nav-header-default-style.shp-mega-menus .mega-menu-mobile-logo {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
    }
    .shp-nav-header-style_2 .shp-cart-btn {
        padding: 0;
    }
    .shp-nav-header-style_2 .shp-cart-btn:before {
        content: unset;
    }
}

@media (max-width: 575.98px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        width: 100%;
    }
    .shp_product_filters .shp-catalog-ordering {
        justify-content: space-between;
        width: 100%;
    }
    .mobile-icon {
        padding-left: 0;
    }
    .shp-search-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .shp-header-container .shp-head-icon svg {
        width: 12px;
    }
    .shp-cart-quntity {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .shp-cart-count {
        height: 18px;
        min-width: 18px;
        line-height: 18px;
        font-size: 10px;
    }
    .shp-user-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .shp-menu-toggle {
        height: 30px;
        width: 30px;
        margin-left: 15px;
        padding: 9px 0;
    }
    .shp-menus ul.menu {
        left: -300px;
        width: 250px;
    }
    .shp-menus.open-menu ul {
        left: 0;
    }
    .shp-menu-toggle span {
        width: 12px;
        height: 1px;
        margin-top: 2px;
    }
    .shp-cart-btn {
        min-width: 30px;
    }
    .shp-menus.open-menu .shp-menu-toggle span:nth-child(1) {
        transform: rotate(45deg) translate(2px, 2px);
    }
    .shp-menus.open-menu .shp-menu-toggle span:nth-child(3) {
        transform: rotate(135deg) translate(-5px, -8px);
    }
    /* Header Style One */
    .shp-top-header1-info ul li {
        margin-right: 10px;
    }
    .shp-top-header1-info li {
        margin: 0 0 3px;
    }
    .shp-language-login,
    .shp-top-header1-info {
        margin: 0 0 10px;
    }
    .shp-language-options {
        width: 120px;
        margin: auto;
        left: unset;
        top: 35px;
        right: 20px;
    }
    .shp-top-header1-info li .shp-header1-icon {
        display: inline-block;
    }
    .header-btn {
        display: none;
    }
    .shp-main-nav {
        padding: 10px 0;
    }
    .shp-search-btn {
        margin: 0;
    }
    .shp-nav-default-style .shp-head-icon .shp-cart-quntity svg {
        vertical-align: bottom;
    }
    .home.absolute-header .shp-header-default-style:not(.fixed-header) .shp-cart-icon {
        background: transparent;
    }
    .nav-toggle-btn {
        margin-left: 30px;
        padding: 4px 0;
        height: 30px;
        width: 30px;
        margin-right: 10px;
    }
    .nav-toggle-btn span {
        width: 16px;
        /*margin: 3px auto;*/
    }
    .shp-nav-default-style.open-nav .nav-toggle-btn span:nth-child(3) {
        transform: rotate(-45deg);
        top: -4px;
    }
    .quote-icon-right {
        display: none;
    }
    .shp-header-container .shp-user-btn {
        margin-left: 20px;
    }
    .shp-nav-default-style .shp-cart-icon {
        width: 30px;
        height: 30px;
        line-height: 20px;
    }
    .shp-post-meta .shp-blog-authore {
        width: 100%;
        display: inline-block;
    }
    .shp-post-meta>* {
        margin-right: 0;
        width: 100%;
    }
    .shp-vertical-wrap {
        display: none;
    }
    .shp-infobox-list {
        width: 100%;
    }
    .shp-desktop-logo {
        display: none;
    }
    .shp-prenext-img {
        display: none;
    }
    .shp-nav-header-default-style.shp-mega-menus .mobile-icon {
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
        max-width: 85px;
    }
    .shp-nav-header-default-style.shp-mega-menus .mega-menu-mobile-logo {
        -ms-flex: 0 0 calc(100% - 195px);
        flex: 0 0 calc(100% - 195px);
        max-width: calc(100% - 195px);
    }
    .shp-details-list .shp-btn {
        margin: auto;
    }
    .shp-details-list li {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    body .dd-select {
        display: none !important;
    }
}
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{
    color: #fff;
    vertical-align: middle;
}
 
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button, .yith-wcwl-wishlistaddedbrowse{
     height: 40px;
    width: 40px;
    display: inline-block;
    border: none;
    border-radius: var(--shp-circle-radius);
    text-align: center;
    line-height: 40px;
    margin: 0;
    background: var(--shp-product-icon-bg);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover, .yith-wcwl-wishlistaddedbrowse:hover {
    background: var(--shp-product-icon-hover-bg);
}
.shp-newsletter-box input::placeholder {
    color: aliceblue;
}
body.woocommerce nav.woocommerce-pagination ul.page-numbers li>* {
   color: #fffbff !important;
}
body .shp_meta_tag {
   color: #fffbff !important;
 }
.woocommerce-error, .woocommerce-info, .woocommerce-message {
   color: #fffbff !important;
 }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fffbff !important;
}
.comment-reply-title {
   color: #fffbff !important;
}
.cat-links, .tags-links {
    color: #fffbff !important;
}
.shp-prenext-data span {
    color: #fffbff !important;
}
.shp-main-post-wrapper article.post {
    background: #0a0a0a !important;
}
.entry-title a {
    color: #fffbff !important;
}
.cat-links a, .tags-links a, .cat-links a:not([href]):not([class]), .tags-links a:not([href]):not([class]) {
  color: #fffbff !important;
}
nav.woocommerce-MyAccount-navigation ul li a {
   color: #fffbff !important;
}
.comment-head h3 a {
  color: #fffbff !important;
}
.woocommerce-checkout-review-order thead th, .woocommerce table.shop_table thead th, table thead th,.woocommerce table.shop_table td,td.product-name a, .woocommerce table.shop_table td a ,.woocommerce a.remove,.cart-collaterals .cart_totals table th{
    color: #fff !important;
}
.woocommerce form .form-row label,.woocommerce-checkout-review-order thead th, .woocommerce table.shop_table thead th, table thead th,.woocommerce table.shop_table td,table th {
    color: #fff !important;; 
}
.select2-results__option[aria-selected], .select2-results__option[data-selected]{
        background: #000;
}
.shp-cart-products .woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item > a:not(.remove),.shp-cart-products .woocommerce-mini-cart__total strong ,.shp-cart-products .woocommerce-mini-cart__total strong {
    color: #fff !important;
}
 