:root {
    --theme-color: rgba(144, 64, 231, 1);
    --theme-color-2: rgba(44, 184, 119, 1);
    --theme-color-3: rgba(192, 35, 50, 1);
    --theme-color-4: rgba(81, 159, 23, 1);
    --theme-color-5: rgba(237, 142, 0, 1);
    --theme-color-6: rgba(39, 189, 160, 1);
    --theme-color-7: rgba(247, 97, 136, 1);
    --theme-color-8: rgba(36, 83, 54, 1);
    --theme-color-9: rgba(239, 202, 138, 1);
    --theme-color-10: rgba(240, 98, 35, 1);
    --secondary-color: rgba(17, 17, 17, 1);
    --text-color: rgba(17, 17, 17, 1);
    --title-color: rgba(17, 17, 17, 1);
    --theme-rgb: rgba(144, 64, 231, 0.2);
    --text-font: 'Inter', sans-serif;
    --title-font: "Manrope", sans-serif;
    --title-font-two: "Sora", sans-serif;
    --title-font-three: "Outfit", sans-serif;
    --title-font-four: "Baloo 2", sans-serif;
    --title-font-five: "Playfair Display", serif;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body {
    font-size: 16px;
    color: var(--text-color);
    line-height: 28px;
    font-weight: 400;
    font-family: var(--text-font), sans-serif;
    background-size: cover;
    background: #ffffff no-repeat center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }
}

.large-container {
    max-width: 1680px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}


a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: var(--theme-color);
}

a:hover {
    text-decoration: none;
    outline: none;
    color: var(--secondary-color);
}

.nav-link {
    color: var(--theme-color);
}

input, button, select, textarea {
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

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

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: var(--text-font);
    color: var(--text-color);
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: var(--title-font-two);
    font-weight: 700;
    color: var(--title-color);
    margin: 0;
    transition: all 500ms ease;
}

.home_2 h1,
.home_2 h2,
.home_2 h3,
.home_2 h4,
.home_2 h5,
.home_2 h6,
.home_4 h1,
.home_4 h2,
.home_4 h3,
.home_4 h4,
.home_4 h5,
.home_4 h6 {
    font-family: var(--title-font-two) !important;
}

.home_3 h1,
.home_3 h2,
.home_3 h3,
.home_3 h4,
.home_3 h5,
.home_3 h6,
.home_5 h1,
.home_5 h2,
.home_5 h3,
.home_5 h4,
.home_5 h5,
.home_5 h6,
.home_6 h1,
.home_6 h2,
.home_6 h3,
.home_6 h4,
.home_6 h5,
.home_6 h6 {
    font-family: var(--title-font-three) !important;
    font-weight: 600;
}

.home_7 h1,
.home_7 h2,
.home_7 h3,
.home_7 h4,
.home_7 h5,
.home_7 h6 {
    font-family: var(--title-font-four) !important;
}

.home_9 h1,
.home_9 h2,
.home_9 h3,
.home_9 h4,
.home_9 h5,
.home_9 h6 {
    font-family: var(--title-font-five) !important;
}

/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: var(--secondary-color);
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 16px;
    background: #fff;
    color: red;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
    font-weight: 400;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: var(--title-font);
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.row {
    --bs-gutter-x: 30px;
}

/** button **/


.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--text-font);
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
    padding: 10px 40px;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn.btn-two {
    background: var(--secondary-color);
}

.theme-btn span {
    background: var(--secondary-color);
}

.theme-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.theme-btn:hover span {
    transform: translateY(0) scale(2);
}

.theme-btn span:nth-child(1) {
    --n: 1;
}

.theme-btn span:nth-child(2) {
    --n: 2;
}

.theme-btn span:nth-child(3) {
    --n: 3;
}

.theme-btn span:nth-child(4) {
    --n: 4;
}


.parallax-bg {
    position: absolute;
    left: 0px;
    top: -30%;
    width: 100%;
    height: calc(100% + 30%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/** styled-pagination */

.pagination {
    position: relative;
    display: block;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    border: 1px solid #E7E9F0;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    color: #fff;
}

.sec-pad {
    padding: 142px 0px 150px 0px;
}

.pagination li a i {
    position: relative;
    top: 5px;
    font-size: 30px;
}

.mr-0 {
    margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    box-shadow: inset 0 0 0 2px rgba(0, 46, 65, 0.2);
    border-radius: 50%;
    z-index: 90000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scroll-to-top.scroll-top-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.scroll-to-top::after {
    position: absolute;
    content: "\e907";
    font-family: 'icomoon';
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transform: rotate(-90deg);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.scroll-to-top:hover::after {

}

.scroll-to-top:hover::before {
    opacity: 1
}

.scroll-to-top .scroll-top-inner path {
    stroke-width: 4;
    fill: transparent;
    box-sizing: border-box;
    stroke: var(--theme-color);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


.sec-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
}

.sec-title.light h2 {
    color: #fff;
}


/***

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/** language-switcher **/

.language-picker label {
    display: none;
}

.language-picker .nice-select {
    display: none;
}


.language-picker {
    position: relative;
    display: inline-block;
}

.language-picker__button .icon {
    display: none;
}

.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 110px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 15px 15px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    text-align: left;
    transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true] + .language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity .2s, -webkit-transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.language-picker__item:hover {

}

.language-picker__button {
    position: relative;
    border: none !important;
    padding: 0px;
    padding-right: 7px;
}

.language-picker__button:before {
    position: absolute;
    content: '\e900';
    font-family: 'icomoon';
    font-size: 6px;
    top: 7px;
    right: 0px;
    color: #fff;
}

.language-picker__flag {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--text-font);
    font-weight: 400;
    color: #222;
    padding-left: 33px;
    text-transform: uppercase;
}

.language-picker__list .language-picker__flag {
    padding: 4px 0px 4px 33px;
}

.language-picker__list
.language-picker__flag.language-picker__label:after {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-1.png);
    width: 10px;
    height: 6px;
    top: 6px;
    right: 0px;
    background-repeat: no-repeat;
}

.language-picker__flag.language-picker__label {
    padding-left: 26px;
    padding-right: 0px;
    color: #fff;
    padding-right: 16px;
}

.language-picker__flag em {
    font-style: normal;
}

.language-picker__flag::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    top: 4px;
    left: 0px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.language-picker__flag.language-picker__label:before {
    top: -3px;
    left: 0px;
}

.language-picker__dropdown .language-picker__flag::before {
    margin-right: .5rem;
    margin-right: var(--space-xs);
    top: -1px;
}

.language-picker__flag--deutsch::before {
    background-image: url(../images/icons/flag-deutsch.png);
}

.language-picker__flag--english::before {
    background-image: url(../images/icons/flag-english.png);
}

.language-picker__flag--francais::before {
    background-image: url(../images/icons/flag-francais.png);
}

.language-picker__flag--italiano::before {
    background-image: url(../images/icons/flag-italiano.png);
}

.language-picker--hide-label .language-picker__button .icon {
    margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
    display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
    margin-right: .25rem;
    margin-right: var(--space-xxxs)
}

.language-picker__flag.language-picker__label {
    padding-right: 7px;
}

.nice-select {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-family: var(--text-font);
    text-transform: uppercase;
    padding-right: 14px;
    background: transparent;
}

.nice-select:before {
    position: absolute;
    content: '\e900';
    font-family: 'icomoon';
    font-size: 6px;
    top: 0px;
    right: 0px;
    color: #fff;
    font-weight: 700;
}

.nice-select .list {
    min-width: 100px;
}

.nice-select .list li {
    color: var(--text-color);
}

.nice-select .list {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
}


.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.owl-nav button {
    background: transparent;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/** rtl-switcher **/

.demo-rtl {
    position: fixed;
    top: 390px;
    left: 10px;
    z-index: 9999;
}

button.rtl {
    background: var(--theme-color);
    display: block;
    text-indent: inherit;
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    margin: 0px;
    color: #fff !important;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
}

.demo-ltr {
    position: fixed;
    top: 390px;
    left: auto;
    right: 10px;
    z-index: 9999;
}

button.ltr {
    background: var(--theme-color);
    display: block;
    text-indent: inherit;
    font-size: 12px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    color: #fff !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 1.0);
    transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl {
    display: block;
}

.boxed_wrapper.ltr .demo-ltr {
    display: none;
}

.boxed_wrapper.rtl .demo-rtl {
    display: none;
}

.boxed_wrapper.rtl .demo-ltr {
    display: block;
}

.discount-product {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #10CB23;
    border-radius: 50%;
    z-index: 1;
}

.hot-product {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #FF0000;
    border-radius: 50%;
    z-index: 1;
}

.popular-product {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #FF6B00;
    border-radius: 50%;
    z-index: 1;
}

.product-stock,
.product-stock-out {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #28C01B;
    font-weight: 500;
    padding-left: 27px;
}

.product-stock img,
.product-stock-out img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.product-stock-out {
    color: #E92530;
}

.nav-style-one .owl-nav button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #F6F6F6;
    border: 2px solid #F6F6F6;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 11px;
    z-index: 1;
    transition: all 500ms ease;
}

.nav-style-one .owl-nav .owl-prev {
    margin-right: 10px;
}

.nav-style-one .owl-nav button:hover {
    color: #fff;
    background: transparent !important;
}

.nav-style-one .owl-nav button:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: var(--secondary-color);
    border-radius: 50%;
    transform-origin: top center;
    transform: scaleY(0);
    z-index: -1;
    transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover:before {
    transform: scaleY(1);
}

.sec-title a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    border-bottom: 1px solid var(--title-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, var(--theme-color), var(--theme-color) 50%, var(--title-color) 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
}

.sec-title a:hover {
    background-position: 0%;
}

.progress-box .bar {
    position: relative;
    width: 100%;
    height: 8px;
    background: #E3E7EB;
    border-radius: 4px;
}

.progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 8px;
    border-radius: 4px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #F8CD2E;
    margin-right: 2px;
}

.rating li span {
    color: #7C7C7C;
    padding-left: 2px;
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: var(--title-color);
    padding-left: 17px;
}

.list-style-one li:before {
    position: absolute;
    content: '';
    background: var(--title-color);
    width: 5px;
    height: 5px;
    left: 0px;
    top: 11px;
    border-radius: 50%;
}


.check-box input {
    display: none;
}

.check-box label {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: var(--title-color);
    padding-left: 24px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}

.check-box label:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background: transparent;
}

.check-box label:after {
    position: absolute;
    content: '';
    left: 2px;
    top: 10px;
    width: 11px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icons/icon-2.png);
    opacity: 0;
}

.check-box input:checked + label:after {
    opacity: 1;
}

.check-box input:checked + label:before {

}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}


.wrapper.list .shop-list-content {
    display: block;
}

.wrapper.list .shop-grid-content {
    display: none
}

.wrapper.grid .shop-list-content {
    display: none;
}

.wrapper.grid .shop-grid-content {
    display: block
}

.nice-select .option {
    padding-left: 15px;
    padding-right: 15px;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.border-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.50);
    animation: squares 2.9s linear 0s infinite;
    -webkit-animation: squares 2.9s linear 0s infinite;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: squares 2.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}

.border-animation.border-2 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.border-animation.border-3 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.dots-style-one .owl-dots button span {
    display: none !important;
}

.dots-style-one .owl-dots button {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--secondary-color);
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
    transition: all 500ms ease;
}

.dots-style-one .owl-dots button.active,
.dots-style-one .owl-dots button:hover {
    opacity: 1;
}

.dots-style-one .owl-dots button:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    border: solid;
    border-width: 1px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.dots-style-one .owl-dots button.active:before,
.dots-style-one .owl-dots button:hover:before {
    transform: scale(1, 1);
}

.category-page-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.category-page-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.category-page-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}


/** category-menu **/


.category-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    display: none;
    transition: all 900ms ease;
}

.category-menu .navbar-collapse {
    display: block !important;
}

.category-menu .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.category-visible .category-menu {
    opacity: 1;
    visibility: visible;
}

.category-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.category-visible .category-menu .menu-backdrop {
    opacity: 0.90;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.category-menu .outer-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 900ms ease !important;
}

.category-visible .category-menu .outer-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.category-menu .close-btn {
    position: relative;
    display: inline-block;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 14px;
    color: #111;
    cursor: pointer;
    z-index: 10;
}


.category-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.category-menu .category-list li {
    position: relative;
    display: block;
    cursor: pointer;
}

.category-menu .category-list li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 6px 25px;
    padding-right: 50px;
    font-size: 15px;
    font-weight: 500;
    color: var(--title-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.category-menu .category-list li > a:hover {
    color: var(--theme-color);
}

.category-menu .category-list li.category-dropdown .dropdown-btn {
    position: absolute;
    right: 25px;
    top: 3px;
    text-align: center;
    font-size: 8px;
    line-height: 32px;
    color: var(--title-color);
    cursor: pointer;
    border-radius: 2px;
    opacity: 0.6;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.category-menu .category-list li.category-dropdown .dropdown-btn.open {
    transform: rotate(180deg);
}

.category-menu .category-list .category-dropdown ul {
    display: none;
}

.category-menu p {
    position: relative;
    display: block;
    padding: 0px 25px;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 600;
}

.category-menu .category-box .category-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.category-menu .category-list li > a span {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
    background: #CED4DA;
}


/** cart-box **/

.cart-menu {
    position: absolute;
    top: 44px;
    right: 0px;
    width: 315px;
    padding: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 5;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.5s ease-in-out;
}

.cart-menu.cart-visible {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: scaleY(1);
    transition: all 0.5s ease-in-out;
}

.cart-menu .close-icon {
    position: absolute;
    top: 0px;
    left: 3px;
}

.main-header .menu-right-content .info-list .cart-menu .close-icon a {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    border: solid;
    border-width: 1px;
    border-color: #111;
    text-align: center;
    border-radius: 50%;
    color: #111;
    opacity: 0.5;
    z-index: 1;
}

.main-header .menu-right-content .info-list .cart-menu .close-icon a:hover {
    opacity: 1;
    border-color: #FFAC00;
    color: #FFAC00;
}

.cart-menu .cart-products .product {
    position: relative;
    display: block;
    padding: 20px 20px 20px 73px;
    border-bottom: solid;
    border-width: 1px;
    border-color: #E8E8E8;
}

.cart-menu .cart-products .product .image-box {
    position: absolute;
    left: 0px;
    top: 23px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border: solid;
    border-width: 1px;
    border-color: #E5E5E5;
}

.cart-menu .cart-products .product .image-box img {
    width: 100%;
}

.cart-menu .cart-products .product h5 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.cart-menu .cart-products .product h5 a {
    position: relative;
    display: inline-block;
    color: var(--title-color);
}

.cart-menu .cart-products .product h5 a:hover {

}

.cart-menu .cart-products .product span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--title-font);
    color: #E92530;
    font-weight: 700;
}

.cart-menu .cart-products .product span .quentity {
    color: var(--title-color);
}

.cart-menu .cart-products .product .remove-btn {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 16px;
    color: var(--title-color);
    transition: all 500ms ease;
}

.cart-menu .cart-products .product .remove-btn:hover {
    color: #E92530;
}

.cart-menu .cart-total {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

.cart-menu .cart-total span {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.cart-menu .cart-total span.cart-total-price {
    color: #E92530;
}

.cart-menu .cart-action {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .menu-right-content .info-list .cart-menu .theme-btn {
    font-size: 16px;
    padding: 5px 29px;
}

.progress-box .bar {
    position: relative;
    width: 100%;
    height: 5px;
    background: #E3E7EB;
    border-radius: 4px;
}

.progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 5px;
    background: #27D82E;
    border-radius: 4px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.progress-box.low-stock .bar-inner {
    background: #E92530;
}

.progress-box p {
    font-size: 16px;
    line-height: 16px;
    color: #7C7C7C;
}

.progress-box p span {
    font-weight: 500;
    color: var(--title-color);
}

.shop-tab-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-tab-btn li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    cursor: pointer;
    margin-right: 40px;
    transition: all 500ms ease;
}

.shop-tab-btn li:last-child {
    margin: 0px !important;
}

.shop-tab-btn li.active-btn,
.shop-tab-btn li:hover {

}


.item-quantity-selector {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 40px;
    float: left;
    padding: 0px 36px;
    margin-left: 0px;
    border: 1px solid #E7E9F0;
    border-radius: 50px;
    background: #fff;
    z-index: 1;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 12px;
}

.item-quantity-selector input.quantity-spinner {
    line-height: 48px;
    height: 38px;
    width: 40px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 20px;
    font-family: var(--title-font-two);
    font-weight: 400;
    color: #111;
    background: transparent;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #B1B1B1;
    padding: 0px 0px;
    right: -45px;
    top: -1px;
    margin-top: 0px;
    border-radius: 0px 50px 50px 0px;
    border: none !important;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up:hover {

}

.bootstrap-touchspin .btn.bootstrap-touchspin-up:before {
    content: "\f067";
    font-size: 16px;
    font-style: normal;
    color: #111;
    font-family: 'Font Awesome 5 Pro';
    transition: all 500ms ease;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up:hover:before {
    color: #fff;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #B1B1B1;
    padding: 0px 0px;
    left: -37px;
    top: -1px;
    border-radius: 50px 0px 0px 50px;
    border: none !important;
    transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {

}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:before {
    content: "\f068";
    font-size: 16px;
    font-style: normal;
    color: #111;
    font-family: 'Font Awesome 5 Pro';
    transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover:before {
    color: #fff;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    display: none;
}

.bootstrap-touchspin .btn:hover,
.bootstrap-touchspin .btn:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.home_2 .main-header .outer-box .category-box .list-inner .shop-block .link {
    color: #fff;
}

.home_2 .main-header .outer-box .category-box .list-inner .shop-block .link:hover {
    background: var(--secondary-color);
}


.shop-six .inner-container {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 320px;
}

.shop-six.vegetables .inner-container {
    padding-right: 320px;
    padding-left: 0px;
}

.shop-six .advice-block-one {
    width: 320px;
}

.shop-six .shop-block-two {
    float: left;
    width: 20%;
}

.shop-six .discount-product,
.shop-six .hot-product {
    border-radius: 5px;
    height: 24px;
    line-height: 24px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.shop-six .shop-block-two .inner-box:before {
    display: none;
}

.shop-six .shop-block-two .inner-box {
    border-right: 1px solid #E7E9F0;
    margin-bottom: 0px;
}

.shop-six .shop-block-two:last-child .inner-box {
    border-right: none;
}

.shop-six .content-box {
    border: 1px solid #E7E9F0;
}

.shop-six.meat-fish .content-box,
.shop-six.fruits .content-box {
    border-left: none;
    border-radius: 0px 10px 10px 0px;
}

.shop-six.vegetables .content-box {
    border-right: none;
    border-radius: 10px 0px 0px 10px;
}

.shop-six.vegetables .advice-block-one .inner-box {
    background: #E0F5DC;
}

.shop-six.fruits .advice-block-one .inner-box {
    background: #FFEED4;
}


.parallax-scene {
    position: absolute !important;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.parallax-scene .pattern-layer {
    position: absolute !important;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home_3 .sec-title h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}

.sec-title.centred {
    display: block !important;
}

.home_4 .sec-title a {
    background-image: linear-gradient(to right, var(--theme-color-4), var(--theme-color-4) 50%, var(--title-color) 50%);
}

.home_5 .sec-title a {
    background-image: linear-gradient(to right, var(--theme-color-5), var(--theme-color-5) 50%, var(--title-color) 50%);
}

.header-style-five .outer-box .category-box .category-list {
    border-radius: 10px !important;
}

.boxed_wrapper.home_5 {
    background: #F7F7F7;
}

/** check-box **/

.color-list {
    position: relative;
    display: flex;
    align-items: center;
}

.color-list li {
    margin-right: 8px;
}

.color-list li:last-child {
    margin: 0px;
}

.color-list .check-box input {
    display: none;
}

.color-list .check-box label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0px;
}

.color-list .check-box label:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
}

.color-list .check-box label:after {
    position: absolute;
    content: "\e928";
    font-family: 'icomoon';
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 8px;
    color: #fff;
    background-image: none;
    opacity: 0;
    transition: all 500ms ease;
}

.color-list .check-box input:checked + label:after {
    opacity: 1;
}

.color-list .check-box label.color-1:before {
    background: #F4EDC7;
}

.color-list .check-box label.color-2:before {
    background: #ADE9B7;
}

.color-list .check-box label.color-3:before {
    background: #DBDBDB;
}

.color-list .check-box label.color-4:before {
    background: #ADBEE9;
}

.color-list .check-box label.color-5:before {
    background: #E9ADE3;
}

.color-list .check-box label.color-6:before {
    background: #F4C7D7;
}

.color-list .check-box label.color-7:before {
    background: #CFB52A;
}

.color-list .check-box label.color-8:before {
    background: #BFC996;
}

.color-list .check-box label.color-9:before {
    background: #BDADE9;
}

.color-list .check-box label.color-10:before {
    background: #7E8B83;
}

.color-list .check-box label.color-11:before {
    background: #B9BAB8;
}

.color-list .check-box label.color-12:before {
    background: #ECECEC;
}

.color-list .check-box label.color-13:before {
    background: #523D3A;
}

.color-list .check-box label.color-14:before {
    background: #8EBAC1;
}

.home_6 .sec-title a {
    background-image: linear-gradient(to right, var(--theme-color-6), var(--theme-color-6) 50%, var(--title-color) 50%);
}

.home_7 .sec-title h2 {
    font-size: 40px;
}

.home_7 .news-section .sec-title {
    display: block;
}

.home_7 .highlights-block-one .inner-box .icon-box {
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
}

.home_8 .sec-title a {
    background-image: linear-gradient(to right, var(--theme-color-8), var(--theme-color-8) 50%, var(--title-color) 50%);
}

.home_8 .main-footer {
    background: #153421;
}

.main-footer .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: bottom center;
}

.home_9 .theme-btn {
    border-radius: 0px;
}

.home_9 h3 {
    font-family: var(--title-font-three) !important;
}

.home_10 .sec-title a {
    background-image: linear-gradient(to right, var(--theme-color-10), var(--theme-color-10) 50%, var(--title-color) 50%);
}

.shop-two.pet-picks .shop-block-two .inner-box:before {
    border-radius: 5px;
}

.image-hov-one::before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.image-hov-one:hover::before {
    width: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.image-hov-two::before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 0%;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.image-hov-two:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}


.shop-filter-content {
    display: none;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.5s ease-in-out;
}

.shop-filter-content.cart-visible {
    display: block;
    height: 100%;
    opacity: 1;
    visibility: visible;
    display: block;
    transform: scaleY(1);
    transition: all 0.5s ease-in-out;
}

.shop-filter-content .filter-close-icon {
    position: absolute;
    top: 5px;
    left: 8px;
}

.shop-filter-content .filter-close-icon a {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    border: solid;
    border-width: 1px;
    border-color: #111;
    text-align: center;
    border-radius: 50%;
    color: #111;
    opacity: 0.5;
    z-index: 1;
}

.shop-filter-content .filter-close-icon a:hover {
    opacity: 1;
    border-color: #FFAC00;
    color: #FFAC00;
}

.shop-page-section.shop-page-three .item-shorting {
    margin-bottom: 20px;
}

.logo-box img {
    max-width: 200px;
    max-height: 60px;
    object-fit: contain;
    width: 100%;
}

.bg-soft-primary {
    background: #f4ecfd;
}

/** page-title **/

.page-title {
    position: relative;
}

.page-title .bread-crumb {
    position: relative;
    display: flex;
    align-items: center;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    font-family: var(--title-font);
    margin-right: 18px;
}

.page-title .bread-crumb li:last-child {
    margin: 0px;
}

.page-title .bread-crumb li a {
    display: inline-block;
    color: var(--title-color);
}

.page-title .bread-crumb li a:hover {

}

.page-title .bread-crumb li:before {
    position: absolute;
    content: '';
    background: var(--secondary-color);
    width: 6px;
    height: 1px;
    top: 11px;
    right: -13px;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

/** sign-section **/

.sign-section {
    position: relative;
}

.sign-section .form-inner {
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 29px 30px 32px 30px;
    border-top: solid;
    border-width: 3px;
    border-color: rgba(255, 172, 0, 1);
}

.sign-section .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.sign-section .form-inner .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    margin-bottom: 4px;
}

.sign-section .form-inner .form-group input[type='text'],
.sign-section .form-inner .form-group input[type='email'],
.sign-section .form-inner .form-group input[type='password'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(237, 240, 230, 1);
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    color: var(--title-color);
    transition: all 500ms ease;
}

.sign-section .form-inner .form-group input:focus {

}

.sign-section .form-inner .form-group .theme-btn {
    width: 100%;
    color: #fff;
    margin-top: 8px;
}

.sign-section .form-inner .form-group .theme-btn span {
    background: var(--title-color);
}

.sign-section .form-inner .text {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 22px;
    text-transform: capitalize;
}

.sign-section .form-inner .social-links li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.sign-section .form-inner .social-links li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--title-color);
    text-align: center;
    border: 1px solid rgba(237, 240, 230, 1);
    border-radius: 50px;
    padding: 9px 30px;
}

.sign-section .form-inner .social-links li a:hover {
    border-color: rgba(255, 172, 0, 1);
}

.sign-section .form-inner .social-links li a img {
    position: relative;
    margin-right: 12px;
    top: -2px;
}

.sign-section .form-inner .other-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

.sign-section .form-inner .other-option .check-box label {
    font-size: 16px;
}

.sign-section .form-inner .other-option .forgot-password {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--title-color);
    transition: all 500ms ease;
}

.sign-section .form-inner .other-option .forgot-password:hover {

}

.sign-section .form-inner .lower-text p {
    color: var(--title-color);
}

.sign-section .form-inner .lower-text p a {
    display: inline-block;
    font-weight: 500;
}

.sign-section .form-inner .lower-text p a:hover {
    text-decoration: underline;
}

.sign-section .form-inner .check-box label:after {
    background: none !important;
    content: '\e928';
    font-family: 'icomoon';
    font-size: 7px;
    top: 0px;
    left: 3px;
}

.sign-section .sec-title h2 {
    font-size: 36px;
    line-height: 42px;
}

@media only screen and (max-width: 499px) {
    .sign-section .form-inner .other-option {
        display: block;
    }
}

.password-btn {
    position: absolute;
    right: 20px;
    top: 15px;
}

.required:after {
    content: ' *';
    color: red;
}

/** shop-sidebar **/

.shop-sidebar {
    position: relative;
    border: 1px solid #E5E5E5;
    padding: 40px 30px;
}

.shop-sidebar .sidebar-widget {
    border-bottom: 1px solid #E5E5E5;
}

.shop-sidebar .sidebar-widget:last-child {
    border-bottom: none;
}

.shop-sidebar .search-widget .form-group {
    position: relative;
    margin-bottom: 0px;
}

.shop-sidebar .search-widget .form-group input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 49px;
    border: solid;
    border-width: 1px;
    border-radius: 50px;
    padding: 10px 70px 10px 20px;
    font-size: 14px;
    color: var(--theme-color);
    transition: all 500ms ease;
}

.shop-sidebar .search-widget .form-group button[type='submit'] {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 57px;
    height: 39px;
    border-radius: 45px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    transition: all 500ms ease;
}

.shop-sidebar .search-widget .form-group input:focus {
    border-color: #FFAC00 !important;
    color: #FFAC00;
}

.shop-sidebar .search-widget .form-group input:focus + button,
.shop-sidebar .search-widget .form-group button:hover {
    background: #FFAC00;
}

.shop-sidebar .sidebar-widget .widget-title h4 {
    font-size: 20px;
    line-height: 30px;
}

.price-range-slider {
    position: relative;
    width: 100%;
}

.price-range-slider .range-value {
    position: relative;
    display: flex;
    align-items: center;
}

.price-range-slider .range-value span {
    font-size: 14px;
    line-height: 24px;
    color: var(--title-color);
    margin-right: 5px;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--text-font);
    color: var(--title-color);
    box-shadow: none;
    border: none;
}

.price-range-slider .range-bar {
    border: none;
    height: 2px;
    width: 100%;
    background: rgba(255, 172, 0, 0.20);
    border-radius: 30px;
}

.price-range-slider .ui-slider-range {
    background: #FFAC00;
    height: 2px;
}

.price-range-slider .ui-slider-handle {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.10);
    top: -8px;
    background: #FFAC00;
    border: none;
}

.price-range-slider .range-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-range-slider .range-box .theme-btn {
    padding: 4.5px 21px;
}

.shop-sidebar .check-box input {
    display: none;
}

.shop-sidebar .check-box label {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: var(--title-color);
    padding-left: 26px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}

.shop-sidebar .check-box label:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background: transparent;
}

.shop-sidebar .check-box label:after {
    position: absolute;
    content: '\e928';
    font-family: 'icomoon';
    left: 0px;
    top: 6px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 8px;
    color: #fff;
    background-image: none;
    opacity: 0;
}

.shop-sidebar .check-box input:checked + label:after {
    opacity: 1;
}

.shop-sidebar .check-box input:checked + label:before {

}

.shop-sidebar .category-widget .accordion {
    position: relative;
}

.shop-sidebar .category-widget .accordion .acc-btn {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: var(--title-color);
    padding-left: 28px;
    padding-right: 30px;
    cursor: pointer;
}

.shop-sidebar .category-widget .accordion .acc-btn:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background: transparent;
}

.shop-sidebar .category-widget .accordion .acc-btn.active:before {

}

.shop-sidebar .category-widget .accordion .acc-btn .icon-box {
    position: absolute;
    content: '';
    right: 0px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #B5B5B5;
    font-size: 14px;
    color: #B5B5B5;
    text-align: center;
    background: transparent;
    font-weight: 600;
}

.shop-sidebar .category-widget .accordion .acc-btn.active .icon-box {

}

.shop-sidebar .category-widget .accordion .acc-btn .icon-box:before {
    position: absolute;
    content: '+';
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 10px;
    left: 0px;
    top: 0px;
    right: 0px;
}

.shop-sidebar .category-widget .accordion .acc-btn.active .icon-box:before {
    content: '-';
    font-size: 30px;
    font-weight: 400;
    line-height: 3px;
}

.shop-sidebar .category-widget .accordion .acc-content {
    padding-left: 27px;
    margin-bottom: 10px;
}

.shop-sidebar .color-widget .color-list {
    display: block;
}

.shop-sidebar .color-widget .color-list li {
    position: relative;
    display: inline-block;
    float: left;
}

.shop-sidebar .color-widget .color-list li .check-box label {
    padding: 0px;
}

.shop-sidebar .color-widget .color-list li .check-box label:before,
.shop-sidebar .color-widget .color-list li .check-box label:after {
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
}

.shop-sidebar .color-widget .color-list li .check-box label:after {
    line-height: 22px;
}

.shop-sidebar .color-widget .color-list li:first-child .check-box label:before {
    background: #F8CD2E;
}

.shop-sidebar .color-widget .color-list li:nth-child(2) .check-box label:before {
    background: #0578FF;
}

.shop-sidebar .color-widget .color-list li:nth-child(3) .check-box label:before {
    background: #FF6B00;
}

.shop-sidebar .color-widget .color-list li:nth-child(4) .check-box label:before {
    background: #000000;
}

.shop-sidebar .color-widget .color-list li:nth-child(5) .check-box label:before {
    background: #792424;
}

.shop-sidebar .color-widget .color-list li:nth-child(6) .check-box label:before {
    background: #2EC8F8;
}

.shop-sidebar .color-widget .color-list li:nth-child(7) .check-box label:before {
    background: #FF0000;
}

.shop-sidebar .color-widget .color-list li:nth-child(8) .check-box label:before {
    background: #6100FF;
}

.shop-sidebar .color-widget .color-list li:nth-child(9) .check-box label:before {
    background: #4DB8A5;
}

.shop-sidebar .color-widget .color-list li:nth-child(10) .check-box label:before {
    background: #92DE57;
}

.shop-sidebar .color-widget .color-list li:nth-child(11) .check-box label:before {
    background: #C24444;
}

.shop-sidebar .color-widget .color-list li:nth-child(12) .check-box label:before {
    background: #B72EF8;
}

.shop-sidebar .color-widget .color-list li:nth-child(13) .check-box label:before {
    background: #063F83;
}

.shop-sidebar .color-widget .color-list li:nth-child(14) .check-box label:before {
    background: #FFA96A;
}

.shop-sidebar .color-widget .color-list li:nth-child(15) .check-box label:before {
    background: #EDEDED;
}

.shop-sidebar .color-widget .color-list li:nth-child(16) .check-box label:before {
    background: #fff;
    border: 1px solid #E1E1E1;
}

.shop-sidebar .review-widget .category-list li label i {
    font-size: 16px;
    margin-right: 7px;
    color: #FFC844;
}

.shop-sidebar .review-widget .category-list li label i.light {
    color: #D3D3D3;
}


/** rtl-css **/

.rtl .shop-sidebar .check-box label {
    padding-left: 0px;
}

.rtl .shop-sidebar .check-box label:after {
    left: inherit;
    right: 0px;
}

.rtl .shop-sidebar .category-widget .accordion .acc-btn:before {
    left: inherit;
    right: 0px;
}

.rtl .shop-sidebar .category-widget .accordion .acc-btn .icon-box {
    right: inherit;
    left: 0px;
}

.rtl .shop-sidebar .color-widget .color-list li {
    float: right;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 599px) {

}

@media only screen and (max-width: 499px) {


}


/** shop-page **/

.shop-page-section .item-shorting {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F6F7F9;
    padding: 15px 30px;
    margin-bottom: 40px;
}

.shop-page-section .item-shorting .left-column .text p {
    font-size: 14px;
    color: var(--title-color);
}

.shop-page-section .item-shorting .left-column .text p span {
    font-weight: 700;
}

.shop-page-section .item-shorting .right-column {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.shop-page-section .item-shorting .right-column p {
    font-size: 14px;
    color: #7C7C7C;
    margin-right: 10px;
}

.shop-page-section .item-shorting .right-column .short-box {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-page-section .item-shorting .right-column .select-box {
    min-height: 30px;
}

.shop-page-section .item-shorting .right-column .short-box .nice-select {
    font-size: 14px;
    line-height: 30px;
    color: var(--title-color);
    text-transform: capitalize;
}

.shop-page-section .item-shorting .right-column .short-box .nice-select:before {
    color: var(--title-color);
}

.shop-page-section .item-shorting .right-column .short-box .nice-select .list {
    min-width: 120px;
}

.shop-page-section .item-shorting .right-column .menu-box {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-page-section .item-shorting .right-column .menu-box button {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #7C7C7C;
    cursor: pointer;
    transition: all 500ms ease;
}

.shop-page-section .item-shorting .right-column .menu-box button.on {

}

.shop-page-section .item-shorting .right-column .menu-box button img {
    display: inline-block;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 500ms ease;
}

.shop-page-section .item-shorting .right-column .menu-box button.on img {
    opacity: 1;
    filter: grayscale(0%);
}

.wrapper.list .shop-list-content {
    display: block;
}

.wrapper.list .shop-grid-content {
    display: none
}

.wrapper.grid .shop-list-content {
    display: none;
}

.wrapper.grid .shop-grid-content {
    display: block
}

.shop-page-section .wrapper .inner-container .shop-block-two {
    float: left;
    width: 20%;
}

.shop-page-section .shop-block-two .inner-box .lower-content h5 {
    max-height: 24px;
}

.shop-page-section .cta-section .inner-container {
    padding-top: 82px;
    padding-bottom: 82px;
}

.shop-block-seven .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 40px;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.shop-block-seven .inner-box:hover {
    border-color: #fff;
    box-shadow: 0px 24px 54px 0px rgba(0, 0, 0, 0.07);
}

.shop-block-seven .inner-box .image-box {
    position: relative;
    display: block;
    width: 277px;
}

.shop-block-seven .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.shop-block-seven .inner-box:hover .image-box img {
    transform: scale(0.9);
}

.shop-block-seven .inner-box .image-box .discount-product {
    left: -10px;
    top: -7px;
}

.shop-block-seven .inner-box .content-box {
    position: relative;
    display: block;
}

.shop-block-seven .inner-box .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--title-color);
    margin-bottom: 6px;
    text-transform: uppercase;
}

.shop-block-seven .inner-box .content-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
}

.shop-block-seven .inner-box .content-box h4 a {
    display: inline-block;
}

.shop-block-seven .inner-box .content-box h4 a:hover {
    text-decoration: underline;
}

.shop-block-seven .inner-box .content-box h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #E92530;
    margin-bottom: 10px;
}

.shop-block-seven .inner-box .content-box h5 del {
    font-size: 16px;
    font-weight: 400;
    color: #7C7C7C;
    margin-left: 10px;
}

.shop-block-seven .inner-box .content-box .rating {
    margin-bottom: 10px;
}

.shop-block-seven .inner-box .content-box .theme-btn {
    background: transparent;
    border: 1px solid;
    border-width: 1px;
    color: var(--theme-color) !important;
    padding: 8.5px 70px;
}

.shop-block-seven .inner-box .content-box .theme-btn:hover {
    border-color: var(--secondary-color);
    color: #fff !important;
}

.shop-block-seven .inner-box .feature-content {
    position: relative;
    display: block;
    border-left: 1px solid #D9D9D9;
    padding: 30px 0px 50px 60px;
}

.shop-block-seven .inner-box .feature-list li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    padding-left: 16px;
}

.shop-block-seven .inner-box .feature-list li:before {
    position: absolute;
    content: '';
    background: var(--secondary-color);
    width: 5px;
    height: 5px;
    left: 0px;
    top: 12px;
    border-radius: 50%;
}

.shop-banner .slide-item {
    padding: 110px 120px;
}

.shop-sidebar .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}

.shop-sidebar .sidebar-table {
    min-width: 1585px;
    width: 100%;
}

.shop-sidebar .sidebar-table tbody {
    vertical-align: top;
}

.shop-sidebar .sidebar-table .widget-title {
    margin-bottom: 25px;
}

.shop-sidebar .sidebar-table tbody tr td {
    padding-right: 60px;
    width: 280px;
}

.shop-sidebar .sidebar-table tbody tr td:last-child {
    padding: 0px;
}

.shop-sidebar .sidebar-table tbody tr .filter-widget {
    width: 220px;
}

.shop-sidebar.style-two .category-list li label {
    display: block;
}

.shop-sidebar.style-two .category-list li {
    position: relative;
}

.shop-sidebar .category-list li span {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: var(--title-color);
}

.shop-sidebar .category-list li .check-box input:checked + label span {

}

.shop-page-section .item-shorting .left-column {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-page-section .item-shorting .left-column .filter-button button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 20px;
    width: 180px;
    text-align: left;
}

.shop-page-section .item-shorting .left-column .filter-button button i {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 7px;
}

.shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-two {
    width: 16.666%;
}


/** rtl-css **/

.rtl .shop-page-section .item-shorting .right-column .menu-box button.mr_10 {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .shop-page-section .item-shorting .right-column p {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .shop-block-seven .inner-box .feature-content {
    padding-left: 0px;
    padding-right: 60px;
    border-left: none;
    border-right: 1px solid #D9D9D9;
}

.rtl .shop-block-seven .inner-box .feature-list li {
    padding-left: 0px;
    padding-right: 16px;
}

.rtl .shop-block-seven .inner-box .feature-list li:before {
    left: inherit;
    right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
    .shop-page-section .wrapper .inner-container .shop-block-two {
        width: 33.333%;
    }
}

@media only screen and (max-width: 991px) {
    .shop-page-section .wrapper .inner-container .shop-block-two {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .shop-block-seven .inner-box {
        display: block;
    }

    .shop-page-section .wrapper .inner-container .shop-block-two {
        width: 100%;
    }

    .shop-block-seven .inner-box .feature-content {
        padding: 0px;
        border: none;
        margin-top: 30px;
    }

    .shop-sidebar {
        margin-bottom: 40px;
    }

    .rtl .shop-block-seven .inner-box .feature-content {
        padding-right: 0px;
        border: none;
    }

    .shop-banner .slide-item {
        padding: 100px 30px;
    }
}

@media only screen and (max-width: 599px) {
    .shop-page-section .item-shorting {
        display: block;
        text-align: center;
    }

    .shop-page-section .item-shorting .right-column {
        justify-content: center;
    }
}

@media only screen and (max-width: 499px) {
    .shop-block-seven .inner-box .image-box {
        width: 100%;
    }

    .shop-block-seven .inner-box .content-box .theme-btn {
        padding-left: 30px;
        padding-right: 30px;
    }

    .shop-block-seven .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .shop-page-section .item-shorting .right-column .short-box {
        margin-right: 15px;
    }

    .rtl .shop-page-section .item-shorting .right-column .short-box {
        margin-left: 15px;
        margin-right: 0px;
    }

}

/** shop-two **/

.shop-two {
    position: relative;
}

.shop-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.shop-two .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.shop-two .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.shop-page-section .wrapper .inner-container {
    display: flex;
    flex-wrap: wrap;
}

.shop-block-two .inner-box {
    position: relative;
    display: block;
    padding: 20px 20px 24px 20px;
    z-index: 1;
    margin-bottom: 30px;
    transition: all 500ms ease;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*height: 100%;*/
}

.shop-block-two .inner-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    box-shadow: 0px 10px 30px 0px #0000001A;
    z-index: -1;
    opacity: 0;
    transition: all 500ms ease;
}

.shop-block-two .inner-box:hover:before {
    opacity: 1;
    height: calc(100% + 65px);
}

.shop-block-two .inner-box:hover {
    z-index: 2;
}

.shop-block-two .inner-box .image-box {
    position: relative;
    display: block;
}

.shop-block-two .inner-box .image-box .image {
    margin: 0 auto;
    display: flex;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    max-height: 250px;
    height: 225px;
    align-items: center;
    justify-content: center;
}

.shop-block-two .inner-box .image-box .image img {
    /*width: 100%;*/
    transition: all 500ms ease;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.shop-block-two .inner-box:hover .image-box .image img {
    transform: scale(1.1);
}

.shop-block-two .inner-box .image-box .option-list {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.shop-block-two .inner-box .image-box .option-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.25s cubic-bezier(.17, .62, .44, .99), background-color 0.1s cubic-bezier(.28, .12, .22, 1), color 0.1s cubic-bezier(.28, .12, .22, 1), border-color 0.1s cubic-bezier(.28, .12, .22, 1), -webkit-transform 0.25s cubic-bezier(.17, .62, .44, .99), -webkit-box-shadow 0.1s cubic-bezier(.28, .12, .22, 1);
    transition: opacity 0.25s cubic-bezier(.17, .62, .44, .99), background-color 0.1s cubic-bezier(.28, .12, .22, 1), color 0.1s cubic-bezier(.28, .12, .22, 1), border-color 0.1s cubic-bezier(.28, .12, .22, 1), -webkit-transform 0.25s cubic-bezier(.17, .62, .44, .99), -webkit-box-shadow 0.1s cubic-bezier(.28, .12, .22, 1);
    transition: opacity 0.25s cubic-bezier(.17, .62, .44, .99), transform 0.25s cubic-bezier(.17, .62, .44, .99), background-color 0.1s cubic-bezier(.28, .12, .22, 1), color 0.1s cubic-bezier(.28, .12, .22, 1), border-color 0.1s cubic-bezier(.28, .12, .22, 1), box-shadow 0.1s cubic-bezier(.28, .12, .22, 1);
    transition: opacity 0.25s cubic-bezier(.17, .62, .44, .99), transform 0.25s cubic-bezier(.17, .62, .44, .99), background-color 0.1s cubic-bezier(.28, .12, .22, 1), color 0.1s cubic-bezier(.28, .12, .22, 1), border-color 0.1s cubic-bezier(.28, .12, .22, 1), box-shadow 0.1s cubic-bezier(.28, .12, .22, 1), -webkit-transform 0.25s cubic-bezier(.17, .62, .44, .99), -webkit-box-shadow 0.1s cubic-bezier(.28, .12, .22, 1);
    */ will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translateX(0.625rem);
    transform: translateX(0.625rem);
}

.shop-block-two .inner-box .image-box .option-list li:last-child {
    margin-bottom: 0px;
}

.shop-block-two .inner-box:hover .image-box .option-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.shop-block-two .inner-box .image-box .option-list li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.shop-block-two .inner-box .image-box .option-list li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.shop-block-two .inner-box .image-box .option-list li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.shop-block-two .inner-box .image-box .option-list li:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.shop-block-two .inner-box .image-box .option-list li a,
.shop-block-two .inner-box .image-box .option-list li button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: #F5F5F5;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: var(--title-color);
    cursor: pointer;
    transition: all 500ms ease;
}

.shop-block-two .inner-box .image-box .option-list li a:hover,
.shop-block-two .inner-box .image-box .option-list li button:hover {
    color: #fff;
}

.shop-block-two .inner-box .lower-content {
    position: relative;
    /*display: block;*/
    padding-top: 15px;
    /*flex: 1;*/
    /*display: flex;*/
    /*flex-direction: column;*/
}

.shop-block-two .inner-box .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--title-color);
    margin-bottom: 6px;
    text-transform: uppercase;
}

.shop-block-two .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
}

.shop-block-two .inner-box .lower-content h4 a {
    display: inline-block;
    color: var(--title-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.shop-block-two .inner-box .lower-content h4 a:hover {

}

.shop-block-two .inner-box .lower-content h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #E92530;
    margin-bottom: 10px;
}

.shop-block-two .inner-box .lower-content h5 del {
    font-size: 16px;
    font-weight: 400;
    color: #7C7C7C;
    margin-left: 10px;
}

.shop-block-two .inner-box .lower-content .rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.shop-block-two .inner-box .lower-content .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #F8CD2E;
    margin-right: 2px;
}

.shop-block-two .inner-box .lower-content .rating li span {
    color: #7C7C7C;
    padding-left: 2px;
}

.shop-two .nav-style-one .owl-nav {
    position: absolute;
    top: -64px;
    right: 0px;
}

.shop-block-two .inner-box .lower-content .cart-btn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    bottom: -49px;
    visibility: hidden;
    transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .lower-content .cart-btn {
    opacity: 1;
    bottom: -69px;
    visibility: visible;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
    color: #fff;
    width: 100%;
}

.shop-block-two .inner-box .lower-content .cart-btn .theme-btn.not {
    z-index: -1;
    opacity: 0.5;
}

.shop-two .inner-container .shop-block-two {
    float: left;
    width: 16.666%;
}

.shop-two .title-content .sec-title {
    margin-bottom: 0px;
}

.shop-two .title-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}


.shop-two.popular-picks {
    background: #DAF1CF;
}

.shop-two.popular-picks .shop-block-two .inner-box {
    background: #fff;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.shop-two.popular-picks .shop-block-two .inner-box:before {
    border-radius: 10px;
}

.shop-two.popular-picks .shop-block-two .inner-box .popular-product,
.shop-two.popular-picks .shop-block-two .inner-box .discount-product,
.shop-two.popular-picks .shop-block-two .inner-box .hot-product {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0px 12px;
    border-radius: 30px;
    font-size: 12px;
}

.shop-two.popular-picks .shop-block-two .inner-box .lower-content .text {
    font-weight: 500;
    letter-spacing: 1px;
}

.shop-two.popular-picks .shop-block-two .inner-box .lower-content .rating {
    margin-bottom: 8px;
}

.shop-two.popular-picks .shop-block-two .inner-box .lower-content h5 {
    margin-bottom: 16px;
}

.shop-two.popular-picks .shop-block-two .inner-box .quentity-box {
    position: relative;
    min-height: 30px;
    width: 100%;
}

.shop-two.popular-picks .shop-block-two .inner-box .quentity-box .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: solid;
    border-width: 1px;
    border-color: #E5E5E5;
    border-radius: 3px;
    font-size: 14px;
    color: var(--title-color);
    text-transform: none;
    padding-left: 10px;
    padding-right: 25px;
}

.shop-two.popular-picks .shop-block-two .inner-box .quentity-box .nice-select:before {
    right: 10px;
    color: var(--title-color);
}

.shop-two.popular-picks .shop-block-two .inner-box .lower-content h5 del {
    font-size: 20px;
    font-weight: 700;
    margin-left: 0px;
    margin-right: 8px;
}

.shop-two.popular-picks .shop-block-two {
    padding: 0px 15px;
    width: 20%;
}

.shop-two.popular-picks .inner-container {
    margin: 0px -15px;
}

.shop-two.popular-picks .shop-block-two .inner-box .lower-content {
    padding-top: 40px;
}

.shop-two.popular-picks.home-5 {
    background: transparent;
}

.shop-two.popular-picks.home-5 .shop-block-two .inner-box:hover .lower-content .cart-btn {
    bottom: -59px;
}

.shop-two.popular-picks.home-5 .shop-block-two .inner-box .lower-content .text {
    font-weight: 500;
    font-family: var(--title-font-three);
}


.shop-two.medical-shop {
    background: #E5F4F8;
}

.shop-two.medical-shop .shop-block-two .inner-box .popular-product,
.shop-two.medical-shop .shop-block-two .inner-box .discount-product,
.shop-two.medical-shop .shop-block-two .inner-box .hot-product {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0px 12px;
    border-radius: 30px;
    font-size: 12px;
}

.shop-two.medical-shop .shop-block-two .inner-box:before {
    border-radius: 10px;
}

.shop-two.medical-shop .shop-block-two .inner-box {
    background: #fff;
    border-radius: 10px;
    padding-top: 32px;
}

.shop-two.medical-shop .inner-container {
    margin: 0px -15px;
}

.shop-two.medical-shop .shop-block-two {
    float: left;
    width: 20%;
    padding: 0px 15px;
}

.shop-two.medical-shop .shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
}

.shop-two.medical-shop .shop-block-two .inner-box .lower-content h4 {
    margin-bottom: 11px;
}

.shop-two.medical-shop .shop-block-two .inner-box .lower-content .rating {
    margin-bottom: 11px;
}

.shop-two.medical-shop .shop-block-two .inner-box .lower-content .text {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.shop-two.medical-shop .shop-block-two .inner-box .lower-content {
    padding-top: 30px;
}

.shop-two.medical-shop .shop-block-two .inner-box .lower-content h5 del {
    font-size: 20px;
    font-weight: 500;
    margin-right: 8px;
    margin-left: 0px;
}

.shop-two.medical-shop .shop-block-two .inner-box .lower-content h5 {

}

.shop-four.kids-shop .shop-block-two .inner-box:hover .lower-content .cart-btn {
    bottom: -59px;
}

.shop-two.pet-picks .shop-block-two .inner-box .image-box .image {
    max-width: 175px;
}


/** rtl-css **/

.rtl .shop-block-two .inner-box {
    text-align: right;
}

.rtl .shop-block-two .inner-box .lower-content .rating {
    justify-content: right;
}

.rtl .shop-two .nav-style-one .owl-nav {
    right: inherit;
    left: 0px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px) {
    .shop-two .inner-container .shop-block-two {
        width: 33.333%;
    }
}

@media only screen and (max-width: 991px) {
    .shop-two .title-content {
        display: block;
    }

    .shop-two .title-content .sec-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-two .nav-style-one .owl-nav {
        display: none;
    }

    .shop-two .inner-container .shop-block-two {
        width: 50%;
    }


}

@media only screen and (max-width: 599px) {

}

@media only screen and (max-width: 499px) {
    .shop-two .inner-container .shop-block-two {
        width: 100%;
    }
}

ul.category-list li a {
    color: var(--title-color);
}

.quantity-box select {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    font-size: 14px;
    color: var(--title-color);
    text-transform: none;
    padding-left: 10px;
    padding-right: 25px;
}


/** shop-details **/

.shop-details {
    position: relative;
}

.product-details-content {
    position: relative;
    display: block;
}

.product-details-content .image-inner {
    position: relative;
    padding-left: 130px;
}

.product-details-content .image-box {
    position: relative;
    display: block;
    border: 1px solid #E5E5E5;
}

.product-details-content .image-box img {
    width: 100%;
}

.product-details-content .slider-content .slider-pager {
    position: absolute;
    left: 0px;
    top: 0px;

}

.product-details-content .slider-content .thumb-box li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.product-details-content .slider-content .thumb-box li:last-child {
    margin-bottom: 0px;
}

.product-details-content .slider-content .thumb-box li a {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    transition: all 500ms ease;
}

.product-details-content .slider-content .thumb-box li a.active {

}

.product-details-content .content-box {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details-content .content-box .upper-text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 7px;
}

.product-details-content .content-box h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 12px;
}

.product-details-content .content-box h3 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 41px;
    color: #E92530;
    margin-bottom: 14px;
}

.product-details-content .content-box .text-box p {
    margin-bottom: 5px;
}

.product-details-content .content-box .text-box p i {
    font-size: 10px;
}

.product-details-content .content-box .text-box p:last-child {
    margin-bottom: 0px;
}

.product-details-content .content-box .discription-box li {
    position: relative;
    display: block;
    color: var(--title-color);
    margin-bottom: 2px;
}

.product-details-content .content-box .discription-box li:last-child {
    margin-bottom: 0px;
}

.product-details-content .content-box .discription-box li strong {
    position: relative;
    display: inline-block;
    width: 160px;
    color: var(--title-color);
}

.product-details-content .content-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--text-font);
    font-weight: 400;
    margin-bottom: 10px;
}

.product-details-content .content-box h6 span {
    color: #FF2D2D;
}

.product-details-content .content-box .color-list {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details-content .content-box .color-list li {
    margin-right: 6px;
}

.product-details-content .content-box .color-list .check-box label:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #18181C;
    border: none !important;
    top: 0px;
}

.product-details-content .content-box .color-list li:nth-child(2) .check-box label:before {
    background: #B09F7D;
}

.product-details-content .content-box .color-list li:nth-child(3) .check-box label:before {
    background: #785099;
}

.product-details-content .content-box .color-list li:nth-child(4) .check-box label:before {
    background: #E54D4D;
}

.product-details-content .content-box .color-list .check-box label:after {
    background-image: none;
    width: 28px;
    height: 28px;
    border: solid;
    border-width: 1px;
    left: -4px;
    top: 0px;
    border-radius: 50%;
}

.product-details-content .content-box .size-list {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details-content .content-box .size-list li {
    margin-right: 10px;
}

.product-details-content .content-box .size-list .check-box label:before,
.product-details-content .content-box .size-list .check-box label:after {
    display: none;
}

.product-details-content .content-box .size-list .check-box label {
    padding: 0px;
    width: 71px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    font-size: 16px;
    color: var(--title-color);
    text-align: center;
    cursor: pointer;
    background: transparent;
    border-radius: 40px;
    transition: all 500ms ease;
}

.product-details-content .content-box .size-list .check-box input:checked + label {
    color: #fff;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up,
.product-details-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    border: none !important;
}

.product-details-content .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 150px;
    width: 100%;
    float: left;
    padding: 0px 40px;
    margin-left: 0px;
    border: 1px solid #E5E5E5;
    border-radius: 30px;
    height: 50px;
    z-index: 1;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical i {
    left: 12px;
}

.product-details-content .item-quantity input.quantity-spinner {
    line-height: 48px;
    height: 46px;
    width: 43px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #101010;
    background: transparent;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    height: 40px;
    width: 70px;
    background: transparent;
    padding: 0px 0px;
    left: -35px;
    top: 0px;
    border-radius: 0px;
    border: none !important;
    border-right: 1px solid #E5E5E5 !important;
}

.product-details-content .bootstrap-touchspin .btn.bootstrap-touchspin-up:before,
.product-details-content .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:before {
    color: var(--title-color) !important;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 40px;
    width: 70px;
    background: transparent;
    padding: 0px 0px;
    right: -45px;
    top: 0px;
    margin-top: 0px;
    border-radius: 0px;
    border: none !important;
    border-left: 1px solid #E5E5E5 !important;
}

.product-details-content .bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 16px;
    font-style: normal;
    color: var(--title-color);
    font-family: 'Font Awesome 5 Pro';
}

.product-details-content .bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 16px;
    font-style: normal;
    color: var(--title-color);
    font-family: 'Font Awesome 5 Pro';
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical i {
    top: 15px;
    left: 15px;
    font-size: inherit !important;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}

.product-details-content .bootstrap-touchspin .btn:hover,
.product-details-content .bootstrap-touchspin .btn:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.product-details-content .item-quantity {
    border-radius: 5px;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    width: 40px;
    top: 5px;
}

.product-details-content .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    width: 50px;
    top: 4px;
}

.product-details-content .addto-cart-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.product-details-content .addto-cart-box ul li:last-child {
    margin-right: 0px;
}

.product-details-content .addto-cart-box ul li a,
.product-details-content .addto-cart-box ul li.like-btn button {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    font-size: 18px;
    color: var(--title-color);
    transition: all 500ms ease;
}

.product-details-content .addto-cart-box ul li a:hover,
.product-details-content .addto-cart-box ul li.like-btn button:hover,
.product-details-content .addto-cart-box ul li.like-btn button:active,
.product-details-content .addto-cart-box ul li.like-btn button:focus {
    color: #fff;
}

.product-details-content .other-option li {
    position: relative;
    display: block;
    color: var(--title-color);
    margin-bottom: 8px;
}

.product-details-content .other-option li:last-child {
    margin-bottom: 0px;
}

.product-details-content .other-option li strong {
    display: inline-block;
    width: 160px;
}

.product-details-content .other-option li span {

}

.product-details-content .other-option li.social-links a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: var(--title-color);
    font-size: 20px;
    border: 1px solid rgba(17, 17, 17, 0.15);
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

.product-details-content .other-option li.social-links a:hover {
    color: #fff;
    background: #F5B020;
    border-color: #F5B020;
}

.shop-details .product-discription .tab-btns {
    position: relative;
    display: block;
}

.shop-details .product-discription .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 26px;
    font-family: var(--title-font);
    font-weight: 700;
    color: #7C7C7C;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 40px;
    transition: all 500ms ease;
}

.shop-details .product-discription .tab-btns li.active-btn {
    color: #fff;
    background: #FFAC00;
}

.shop-details .product-discription .tab-btns li:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: -1px;
    transition: all 500ms ease;
}

.shop-details .product-discription .tab-btns li.active-btn:before,
.shop-details .product-discription .tab-btns li:hover:before {
    width: 100%;
}

.shop-details .product-discription .discription-content p {
    color: var(--title-color);
    margin-bottom: 26px;
}

.shop-details .product-discription .discription-content h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 6px;
}

.shop-details .product-discription .review-content {
    position: relative;
    display: block;
}

.shop-details .product-discription .review-content .single-review {
    position: relative;
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    margin-bottom: 40px;
}

.shop-details .product-discription .review-content .single-review .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.shop-details .product-discription .review-content .single-review .upper-box .info-box {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-details .product-discription .review-content .single-review .upper-box .info-box .image {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.shop-details .product-discription .review-content .single-review .upper-box .info-box .image img {
    width: 100%;
    border-radius: 50%;
}

.shop-details .product-discription .review-content .single-review .upper-box .info-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 3px;
}

.shop-details .product-discription .review-content .single-review .upper-box .info-box .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.shop-details .product-discription .review-content .single-review .upper-box .option-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-details .product-discription .review-content .single-review .upper-box .option-btn li {
    font-size: 16px;
    color: var(--title-color);
    margin-right: 30px;
}

.shop-details .product-discription .review-content .single-review .upper-box .option-btn li:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .review-content .single-review .upper-box .option-btn li button {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: rgba(124, 124, 124, 1);
    margin-right: 7px;
    transition: all 500ms ease;
}

.shop-details .product-discription .review-content .single-review .upper-box .option-btn li button:hover,
.shop-details .product-discription .review-content .single-review .upper-box .option-btn li button:active,
.shop-details .product-discription .review-content .single-review .upper-box .option-btn li button:focus {

}

.shop-details .product-discription .review-content .single-review p {
    color: var(--title-color);
    margin-bottom: 15px;
}

.shop-details .product-discription .review-content .single-review .image-list {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-details .product-discription .review-content .single-review .image-list li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.shop-details .product-discription .review-content .single-review .image-list li img {
    width: 100%;
}

.shop-details .product-discription .review-content .single-review .image-list li:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .review-content .single-review .reply-review {
    margin-left: 80px;
}

.shop-details .product-discription .review-content .customer-review .form-inner .form-group .upload-box {
    position: relative;
    display: flex;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(229, 229, 229, 1);
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.shop-details .product-discription .review-content .customer-review .form-inner .upload-field input {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 999;
}

.shop-details .product-discription .review-content .customer-review .form-inner .form-group .upload-box .upload-content i {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--title-color);
    margin-bottom: 10px;
}

.shop-details .product-discription .review-content .customer-review .form-inner .form-group .upload-box .upload-content span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--title-color);
}

.shop-details .product-discription .review-content .customer-review h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
}

.shop-details .product-discription .review-content .customer-review .rating-box p {
    color: var(--title-color);
    margin-bottom: 10px;
}

.shop-details .product-discription .review-content .customer-review .rating-box p span {

}

.shop-details .product-discription .review-content .customer-review .rating-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li {
    position: relative;
    margin-right: 42px;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: rgba(189, 189, 189, 1);
    transition: all 500ms ease;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li button i {
    margin-right: 8px;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li button:hover,
.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li button:active,
.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li button:focus {
    color: rgba(245, 176, 32, 1);
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li:before {
    position: absolute;
    content: '';
    background: rgba(217, 217, 217, 1);
    width: 1px;
    height: 16px;
    top: 5px;
    right: -22px;
}

.shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li:last-child:before {
    display: none;
}

.shop-details .product-discription .review-content .form-inner .form-group {
    position: relative;
    margin-bottom: 22px;
}

.shop-details .product-discription .review-content .form-inner .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    margin-bottom: 4px;
}

.shop-details .product-discription .review-content .form-inner .form-group input[type='text'],
.shop-details .product-discription .review-content .form-inner .form-group input[type='email'],
.shop-details .product-discription .review-content .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 55px;
    font-size: 16px;
    color: var(--title-color);
    padding: 10px 20px;
    transition: all 500ms ease;
}

.shop-details .product-discription .review-content .form-inner .form-group input:focus,
.shop-details .product-discription .review-content .form-inner .form-group textarea:focus {

}

.shop-details .product-discription .review-content .check-box label:before {
    top: 5px;
}

.shop-details .product-discription .review-content .check-box label:after {
    background-image: none;
    content: '\e928';
    font-family: 'icomoon';
    font-size: 6px;
    left: 4px;
    top: -1px;
    color: #ccc;
}

.shop-details .product-discription .review-content .form-inner .form-group textarea {
    height: 150px;
    resize: none;
    border-radius: 20px;
}

.shop-details .product-discription .specification-content .specification-list {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(229, 229, 229, 1);
}

.shop-details .product-discription .specification-content .specification-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
}

.shop-details .product-discription .specification-content .specification-list li:last-child {
    border-bottom: none;
}

.shop-details .product-discription .specification-content .specification-list li strong {
    position: relative;
    display: inline-block;
    width: 300px;
    padding: 12px 0px;
    padding-left: 30px;
    margin-right: 40px;
}

.shop-details .product-discription .specification-content .specification-list li:nth-child(odd) {
    background: rgba(247, 247, 247, 1);
}

.shop-details .group-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.shop-details .group-title h3 {
    display: block;
    font-size: 28px;
    line-height: 38px;
}


/** rtl-css **/

.rtl .product-details-content .content-box .color-list li {
    margin-right: 0px;
    margin-left: 6px;
}

.rtl .product-details-content .content-box .color-list .check-box label:after {
    right: inherit;
    left: -3px;
    top: -1px;
}

.rtl .product-details-content .content-box .size-list li {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .product-details-content .addto-cart-box ul li {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
}

.rtl .shop-details .product-discription .tab-btns li {
    float: right;
    margin-right: 0px;
    margin-left: 50px;
}

.rtl .shop-details .product-discription .review-content .single-review .upper-box .info-box .image {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .shop-details .product-discription .review-content .single-review .upper-box .option-btn li {
    margin-right: 0px;
    margin-left: 30px;
}

.rtl .shop-details .product-discription .review-content .single-review .upper-box .option-btn li button {
    margin-right: 0px;
    margin-left: 7px;
}

.rtl .shop-details .product-discription .review-content .single-review .image-list li {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li {
    margin-right: 0px;
    margin-left: 42px;
}

.rtl .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li:before {
    right: inherit;
    left: -22px;
}

.rtl .shop-details .product-discription .specification-content .specification-list li strong {
    margin-right: 0px;
    margin-left: 40px;
    text-align: right;
    padding-right: 30px;
}

.rtl .product-details-content .content-box .cs-countdown .count-col {
    margin-right: 0px;
    margin-left: 16px;
}

.rtl .product-details-content .content-box .cs-countdown .count-col:before {
    right: inherit;
    left: -10px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px) {
    .product-details-content .content-box {
        margin: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .product-details-content .content-box {
        margin-top: 30px;
    }

    .shop-details .related-product .shop-block-one {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .shop-details .related-product .shop-block-one {
        width: 100%;
    }

    .shop-details .product-discription .specification-content .specification-list li {
        padding: 12px 30px;
    }

    .shop-details .product-discription .specification-content .specification-list li strong {
        background: transparent;
        padding: 0px !important;
        width: auto;
        margin-right: 30px;
    }

    .shop-details .product-discription .tab-btns li {
        padding-top: 15px;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner {
        display: block;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list {
        margin: 0px !important;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list:before {
        display: none;
    }

    .product-details-content .content-box h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 599px) {
    .product-details-content .addto-cart-box ul li {
        margin-bottom: 15px;
    }

    .product-details-content .slider-content .thumb-box li a {
        width: 65px;
        height: 65px;
    }

    .product-details-content .other-option li strong,
    .product-details-content .content-box .discription-box li strong {
        width: auto;
        margin-right: 20px;
    }

    .shop-details.style-two .product-details-content .image-inner {
        padding-left: 0px;
    }

    .shop-details.style-two .product-details-content .image-inner .slider-pager {
        position: relative;
    }

    .shop-details.style-two .product-details-content .slider-content .thumb-box {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }

    .shop-details.style-two .product-details-content .slider-content .thumb-box li {
        margin-right: 5px;
    }

    .shop-details.style-two .product-details-content .slider-content .thumb-box li a {
        width: 50px;
        height: 50px;
    }

    .product-details-content .image-inner {
        padding-left: 80px;
    }

    .product-details-content .bx-viewport {
        min-height: 300px !important;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list {
        display: block;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li {
        margin: 0px !important;
    }

    .shop-details .product-discription .review-content .customer-review .rating-inner .rating-list li:before {
        display: none;
    }
}

@media only screen and (max-width: 499px) {
    .shop-details .product-discription .review-content .single-review .reply-review {
        margin-left: 0px;
    }

    .product-details-content .content-box .size-list li {
        margin-right: 5px;
    }

    .rtl .product-details-content .content-box .size-list li {
        margin-left: 5px;
    }

    .shop-details .product-discription .review-content .single-review .upper-box .option-btn li {
        margin-right: 15px;
    }

    .rtl .shop-details .product-discription .review-content .single-review .upper-box .option-btn li {
        margin-left: 15px;
    }
}


/** shop-nine **/

.shop-nine {
    position: relative;
}

.shop-nine .inner-container {
    position: relative;
    width: 100%;
    border-radius: 10px;
    padding-left: 320px;
}

.shop-nine .advice-block {
    position: absolute;
    width: 320px;
    left: 0px;
    top: 0px;
    padding: 71px 30px 550px 30px;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

.shop-nine .advice-block h2 {
    display: block;
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 20px;
}

.shop-nine .advice-block h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
}

.shop-nine .advice-block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 34px;
}

.shop-nine .advice-block .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.shop-nine .shop-block-two {
    float: left;
    width: 20%;
    border-right: 1px solid #E7E9F0;
}

.shop-nine .shop-block-two:nth-child(5),
.shop-nine .shop-block-two:last-child {
    border: none;
}

.shop-nine .shop-block-two:first-child,
.shop-nine .shop-block-two:nth-child(2),
.shop-nine .shop-block-two:nth-child(3),
.shop-nine .shop-block-two:nth-child(4),
.shop-nine .shop-block-two:nth-child(5) {
    border-bottom: 1px solid #E7E9F0;
}

.shop-nine .shop-block-two .inner-box .popular-product,
.shop-nine .shop-block-two .inner-box .discount-product,
.shop-nine .shop-block-two .inner-box .hot-product {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0px 12px;
    border-radius: 30px;
    font-size: 12px;
}

.shop-nine .shop-block-two .inner-box .quentity-box {
    position: relative;
    min-height: 30px;
    width: 100%;
}

.shop-nine .shop-block-two .inner-box .quentity-box .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: solid;
    border-width: 1px;
    border-color: #E5E5E5;
    border-radius: 3px;
    font-size: 14px;
    color: var(--title-color);
    text-transform: none;
    padding-left: 10px;
    padding-right: 25px;
}

.shop-nine .shop-block-two .inner-box .quentity-box .nice-select:before {
    right: 10px;
    color: var(--title-color);
}

.shop-nine .shop-block-two .inner-box .lower-content h5 del {
    font-size: 20px;
    font-weight: 700;
    margin-left: 0px;
    margin-right: 8px;
}

.shop-nine .shop-block-two .inner-box .image-box .image {
    margin: 0 auto;
    display: flex;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    max-height: 300px;
    height: 300px;
    align-items: center;
    justify-content: center;
}

.shop-nine .content-box {
    position: relative;
    border: 1px solid #E7E9F0;
    border-left: none;
    border-radius: 0px 10px 10px 0px;
}

.shop-nine .shop-block-two .inner-box {
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.shop-nine .shop-block-two .inner-box .cart-btn .theme-btn {
    background: transparent;
    border: solid;
    border-width: 1px;
    color: var(--theme-color-4) !important;
    padding: 6.5px 30px;
    width: 100%;
}

.shop-nine .shop-block-two .inner-box .cart-btn .theme-btn:hover {
    color: #fff !important;
}

.shop-nine .shop-block-two .inner-box:before {
    width: calc(100% + 10px);
    left: -5px;
    border-radius: 10px;
    top: -5px;
}

.shop-nine .shop-block-two .inner-box .lower-content {
    padding-top: 45px;
}


/** shop-ten **/

.shop-ten {
    position: relative;
}

.shop-ten .shop-block-two .inner-box .popular-product,
.shop-ten .shop-block-two .inner-box .discount-product,
.shop-ten .shop-block-two .inner-box .hot-product {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0px 12px;
    border-radius: 30px;
    font-size: 12px;
}

.shop-ten .shop-block-two .inner-box .quentity-box {
    position: relative;
    min-height: 30px;
    width: 100%;
}

.shop-ten .shop-block-two .inner-box .quentity-box .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    font-size: 14px;
    color: var(--title-color);
    text-transform: none;
    padding-left: 10px;
    padding-right: 25px;
}

.shop-ten .shop-block-two .inner-box .quentity-box .nice-select:before {
    right: 10px;
    color: var(--title-color);
}

.shop-ten .shop-block-two .inner-box .lower-content h5 del {
    font-size: 20px;
    font-weight: 700;
    margin-left: 0px;
    margin-right: 8px;
}

.shop-ten .shop-block-two .inner-box .image-box .image {
    margin: 0 auto;
    display: flex;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    max-height: 300px;
    height: 300px;
    align-items: center;
    justify-content: center;
}

.shop-ten .shop-block-two .inner-box {
    margin-bottom: 0px;
    border-right: 1px solid #E7E9F0;
    background: #fff;
    max-height: 500px;
    min-height: 500px;
}

.shop-ten .shop-block-two .inner-box:before {
    display: none;
}

.shop-ten .shop-carousel {
    border: 1px solid #E7E9F0;
    border-radius: 10px;
}

.shop-ten .owl-nav {
    position: absolute;
    top: -78px;
    right: 0px;
}

.shop-ten .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.shop-ten .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.shop-ten .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}


/** shop-11 **/

.shop-11 {
    position: relative;
}

.shop-11 .inner-container {
    position: relative;
    overflow: hidden;
    padding: 80px;
}

.shop-11 .inner-container .big-text {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 200px;
    line-height: 140px;
    font-family: var(--title-font-three);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.20);
    writing-mode: vertical-lr;
    z-index: 1;
    transform: rotate(180deg);
}

.shop-11 .inner-container .bg-layer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.2;
}

.shop-11 .left-content {
    position: relative;
    width: 100%;
    height: 390px;
}

.shop-11 .left-content .single-item {
    position: absolute;
}

.shop-11 .left-content .single-item:first-child {
    left: 180px;
    top: 60px;
}

.shop-11 .left-content .single-item:last-child {
    right: 180px;
    bottom: 160px;
}

.shop-11 .left-content .single-item .decore {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.60);
    background: rgba(0, 0, 0, 0.10);
    cursor: pointer;
    transition: all 500ms ease;
}

.shop-11 .left-content .single-item .decore:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 8px;
    top: 8px;
    opacity: 0.5;
    transition: all 500ms ease;
}

.shop-11 .left-content .single-item.active .decore:before,
.shop-11 .left-content .single-item:hover .decore:before {
    opacity: 1;
}

.shop-11 .left-content .single-item .text-box {
    position: absolute;
    left: 50%;
    top: 47px;
    margin-left: -76px;
    width: 180px;
    background: rgba(0, 0, 0, 0.25);
    border: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.40);
    text-align: center;
    padding: 19px 20px 21px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.shop-11 .left-content .single-item:hover .text-box,
.shop-11 .left-content .single-item.active .text-box {
    top: 37px;
    opacity: 1;
    visibility: visible;
}

.shop-11 .left-content .single-item .text-box:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 10px;
    left: 0px;
    top: -10px;
}

.shop-11 .left-content .single-item .text-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.shop-11 .left-content .single-item .text-box h6 a {
    display: inline-block;
    color: #fff;
}

.shop-11 .left-content .single-item .text-box h6 a:hover {

}

.shop-11 .left-content .single-item .text-box h4 {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

.shop-11 .right-content {
    position: relative;
    display: block;
}

.shop-11 .right-content .shop-block-two {
    float: left;
    width: 33.333%;
    padding-right: 1px;
}

.shop-11 .right-content .shop-block-two:last-child {
    padding-right: 0px;
}

.shop-11 .shop-block-two .inner-box .popular-product,
.shop-11 .shop-block-two .inner-box .discount-product,
.shop-11 .shop-block-two .inner-box .hot-product {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0px 12px;
    border-radius: 30px;
    font-size: 12px;
}

.shop-11 .right-content .shop-block-two .inner-box {
    background: #fff;
    margin-bottom: 0px;
}

.shop-11 .right-content .shop-block-two .inner-box:before {
    display: none;
}

.shop-11 .shop-block-two .inner-box .image-box .image {
    max-width: 184px;
}

.shop-11 .shop-block-two .inner-box .lower-content h5 {
    margin-bottom: 0px;
}


/** latest-products **/

.latest-products {
    position: relative;
}

.latest-products .shop-block-two .inner-box .popular-product,
.latest-products .shop-block-two .inner-box .discount-product,
.latest-products .shop-block-two .inner-box .hot-product {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0px 12px;
    border-radius: 30px;
    font-size: 12px;
}

.latest-products .shop-block-two .inner-box {
    margin-bottom: 0px;
    background: #fff;
    margin-right: 1px;
}

.latest-products .shop-block-two .inner-box:before {
    display: none;
}

.latest-products .shop-block-two .inner-box .image-box .image {
    max-width: 190px;
}

.latest-products .owl-nav {
    position: absolute;
    top: -75px;
    right: 0px;
}

.latest-products .owl-nav button {
    background: #fff;
}


.shop-nine.medical-shop .shop-block-two .inner-box .popular-product,
.shop-nine.medical-shop .shop-block-two .inner-box .discount-product,
.shop-nine.medical-shop .shop-block-two .inner-box .hot-product {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0px 12px;
    border-radius: 30px;
    font-size: 12px;
}

.shop-nine.medical-shop .shop-block-two .inner-box:before {
    border-radius: 10px;
}

.shop-nine.medical-shop .shop-block-two .inner-box {
    background: #fff;
    border-radius: 10px;
    padding-top: 32px;
}

.shop-nine.medical-shop .shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    color: #fff !important;
}

.shop-nine.medical-shop .shop-block-two .inner-box .lower-content h4 {
    margin-bottom: 11px;
}

.shop-nine.medical-shop .shop-block-two .inner-box .lower-content .rating {
    margin-bottom: 11px;
}

.shop-nine.medical-shop .shop-block-two .inner-box .lower-content .text {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.shop-nine.medical-shop .shop-block-two .inner-box .lower-content {
    padding-top: 30px;
}

.shop-nine.medical-shop .shop-block-two .inner-box .lower-content h5 del {
    font-size: 20px;
    font-weight: 500;
    margin-right: 8px;
    margin-left: 0px;
}

.shop-nine.medical-shop .shop-block-two .inner-box .lower-content h5 {

}

.shop-nine.medical-shop .advice-block {
    background: #FFF7DA;
    padding-top: 40px;
    padding-bottom: 69px;
}

.shop-nine.medical-shop .advice-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.shop-nine.medical-shop .advice-block h3 {
    font-size: 28px;
    line-height: 38px;
    font-family: var(--title-font-three);
    font-weight: 600;
    margin-bottom: 35px;
}

.shop-nine.medical-shop .advice-block .image {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.shop-nine.medical-shop .advice-block .image img {
    width: 100%;
}

.shop-nine.medical-shop .advice-block .theme-btn {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    margin-bottom: 60px;
}

.shop-nine.medical-shop .advice-block .feature-text li {
    position: relative;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 42px;
    padding-left: 18px;
}

.shop-nine.medical-shop .advice-block .feature-text li:before {
    position: absolute;
    content: '';
    background: var(--secondary-color);
    width: 6px;
    height: 6px;
    left: 0px;
    top: 18px;
    border-radius: 50%;
}

.shop-six.kids-picks .content-box {
    border-left: none;
    border-radius: 0px 10px 10px 0px;
}

.shop-six.kids-picks .shop-block-two {
    width: 100%;
    float: none;
}

.shop-six.kids-picks .advice-block-one .inner-box {
    overflow: hidden;
    border-radius: 10px 0px 0px 10px;
    z-index: 2;
}

.shop-six.kids-picks .advice-block-one .inner-box a {
    border-radius: 30px;
}

.shop-six.kids-picks .advice-block-one .inner-box a:hover {
    background: var(--secondary-color);
}

.shop-six.kids-picks .advice-block-one .inner-box {
    background: #FEF0E8;
    padding-bottom: 284px;
}

.shop-six.kids-picks .owl-nav {
    position: absolute;
    top: -77px;
    right: 0px;
}

.shop-six.kids-picks .inner-container {
    overflow: visible;
}

.shop-six.kids-picks .shop-block-two .inner-box .image-box .image {
    max-width: 200px;
}

.shop-block-two .inner-box .lower-content h5 {

}

.shop-six.kids-picks .shop-block-two .inner-box .lower-content h5 del {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 8px;
}

.shop-six.kids-picks .shop-block-two .inner-box .lower-content .text {
    text-transform: capitalize;
}

.shop-six.kids-picks .shop-block-two .inner-box {
    border-right: 1px solid #E7E9F0;
    padding-bottom: 26px;
}

.shop-six.kids-picks .shop-block-two .inner-box:before {
    display: block;
    width: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border-radius: 5px;
}

.shop-six.kids-picks .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.shop-six.kids-picks .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.shop-six.kids-picks .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.shop-six.kids-picks .shop-block-two .inner-box:hover .lower-content .cart-btn {
    bottom: -61px;
}


.shop-four.kids-shop .shop-block-two .inner-box .image-box .image {
    max-width: 160px;
}

.shop-four.kids-shop .shop-block-two {
    float: left;
    width: 20%;
    padding: 0px 10px;
}

.shop-four.kids-shop .inner-container {
    margin: 0px -10px;
}

.shop-four.kids-shop .shop-block-two .inner-box {
    margin-bottom: 20px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.shop-four.kids-shop .shop-block-two .inner-box:hover {
    border-color: #fff;
}

.shop-four.kids-shop .shop-block-two .inner-box .lower-content .text {
    text-transform: capitalize;
}

.shop-four.kids-shop .shop-block-two .inner-box:before {
    border-radius: 5px;
}

.shop-four.kids-shop .shop-block-two .inner-box .lower-content h5 del {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 8px;
}

.shop-four.kids-shop .shop-block-two .discount-product,
.shop-four.kids-shop .shop-block-two .hot-product {
    border-radius: 5px;
    height: 24px;
    line-height: 24px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.shop-eight.kids-shop .shop-block-five .inner-box .content-box h6 {
    font-weight: 600;
}

.shop-eight.kids-shop .shop-block-five .inner-box .content-box h6 a:hover {

}

.shop-eight.kids-shop .shop-block-five .inner-box .content-box h5 {
    font-weight: 600;
}

.shop-eight.kids-shop .shop-block-five .inner-box .content-box .btn-box button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text-color);
    padding: 2px 20px;
    border-radius: 40px;
    border: solid;
    border-width: 1px;
    transition: all 500ms ease;
}

.shop-eight.kids-shop .shop-block-five .inner-box .content-box .btn-box button:hover {
    color: #fff;
}

.shop-eight.kids-shop .shop-block-five .inner-box {
    min-height: 184px;
    margin-bottom: 20px;
}

.shop-eight.kids-shop .shop-block-five .inner-box .content-box .rating {
    margin-bottom: 21px;
}

.shop-eight.kids-shop .inner-content {
    margin: 0px 5px;
}

.shop-eight.kids-shop .shop-block {
    padding: 0px 10px;
}

.shop-eight.kids-shop .shop-tab-btn li {
    padding: 2px 13px;
    border-radius: 40px;
    margin: 0px;
    z-index: 1;
    font-weight: 400;
}

.shop-eight.kids-shop .shop-tab-btn li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 40px;
    z-index: -1;
    opacity: 0.0;
    transition: all 500ms ease;
}

.shop-eight.kids-shop .shop-tab-btn li.active-btn:before,
.shop-eight.kids-shop .shop-tab-btn li:hover:before {
    opacity: 0.2;
}


/** shop-12 **/

.shop-12 {
    position: relative;
}

.shop-12 .title-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.shop-12 .title-content .sec-title {
    margin-bottom: 0px;
}

.shop-12 .shop-tab-btn li {
    padding: 2px 13px;
    border-radius: 40px;
    margin: 0px;
    z-index: 1;
    font-weight: 400;
}

.shop-12 .shop-tab-btn li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 40px;
    z-index: -1;
    opacity: 0.0;
    transition: all 500ms ease;
}

.shop-12 .shop-tab-btn li.active-btn:before,
.shop-12 .shop-tab-btn li:hover:before {
    opacity: 0.2;
}

.shop-12 .inner-content {
    margin: 0px 15px;
}

.shop-12 .shop-block {
    padding: 0px;
}

.shop-12 .shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
    background: #F4C850;
}

.shop-12 .shop-block-two .inner-box .image-box .image {
    max-width: 200px;
}


/** shop-13 **/

.shop-13 {
    position: relative;
}

.shop-13 .shop-block-two .inner-box .popular-product,
.shop-13 .shop-block-two .inner-box .discount-product,
.shop-13 .shop-block-two .inner-box .hot-product {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0px 12px;
    border-radius: 30px;
    font-size: 12px;
}

.shop-13 .shop-block-two .inner-box .image-box .image {
    max-width: 234px;
}

.shop-13 .shop-block-two .inner-box:before {
    display: none;
}

.shop-13 .shop-block-two .inner-box .lower-content h4 {
    font-size: 24px;
    font-weight: 500;
}

.shop-13 .shop-block-two .inner-box {
    padding: 0px;
}

.shop-13 .shop-block-two .inner-box .lower-content .rating {
    justify-content: center;
}

.shop-13 .shop-block-two .inner-box .lower-content h5 {
    font-weight: 600;
    font-family: var(--title-font-three) !important;
}

.shop-13 .shop-block-two .inner-box .lower-content h5 del {
    margin-left: 0px;
    margin-right: 8px;
    font-size: 20px;
}

.shop-block-two .inner-box .image-box .react-btn {
    position: absolute;
    top: 0px;
    right: 0px;
}

.shop-block-two .inner-box .image-box .react-btn button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: #F5F5F5;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: var(--title-color);
    cursor: pointer;
    transition: all 500ms ease;
}

.shop-block-two .inner-box .image-box .react-btn button:hover {
    color: #fff;
}

.shop-13 .sec-title p {
    margin-top: 15px;
}

.shop-13 .shop-tab-btn {
    justify-content: center;
}

.shop-13 .shop-tab-btn li {
    font-weight: 400;
    font-family: var(--title-font-three);
    padding: 3px 15px;
    color: var(--text-color);
    margin: 0px;
}

.shop-13 .shop-block-two .inner-box .image-box .option-list {
    top: 50px;
}

.shop-nine.pet-shop .advice-block {
    background: #531DC1;
}

.shop-nine.pet-shop .advice-block .text,
.shop-nine.pet-shop .advice-block h3,
.shop-nine.pet-shop .advice-block .feature-text li {
    color: #fff;
}

.shop-nine.pet-shop .advice-block .feature-text li:before {
    background: #fff;
}

.shop-nine.pet-shop .advice-block {
    padding-bottom: 68px;
}


/** shop-page-section **/

.shop-page-section {
    position: relative;
}


/** rtl-css **/

.rtl .shop-ten .owl-nav {
    right: inherit;
    left: 0px;
}

.rtl .shop-six.kids-picks .owl-nav {
    right: inherit;
    left: -320px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
    .shop-nine .shop-block-two .inner-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .shop-nine .inner-container {
        padding-left: 0px;
    }

    .shop-nine .advice-block {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .shop-nine .content-box {
        border-left: 1px solid #E7E9F0;
        border-radius: 10px;
    }

    .shop-11 .inner-container {
        padding: 70px 30px;
    }

    .shop-four.kids-shop .shop-block-two {
        width: 33.333%;
    }

    .shop-eight.kids-shop .shop-block-five .inner-box {
        padding-left: 30px;
    }

    .rtl .shop-eight.kids-shop .shop-block-five .inner-box {
        padding-right: 30px;
    }

    .shop-eight .shop-block-five .inner-box .image-box {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 20px;
    }

    .shop-12 .shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
        padding: 10px 15px;
    }

    .shop-12 .title-content {
        display: block;
    }

    .shop-12 .title-content .sec-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .shop-nine .shop-block-two {
        width: 33.333%;
    }

    .shop-six.kids-picks .owl-nav {
        display: none;
    }

    .shop-four.kids-shop .shop-block-two {
        width: 50%;
    }

    .shop-12 .shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
        padding: 10px 30px;
    }

    .shop-13 .sec-title p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .shop-nine .shop-block-two {
        width: 50%;
    }

    .shop-11 .right-content .shop-block-two {
        width: 50%;
        margin-bottom: 1px;
    }

    .latest-products .owl-nav {
        display: none;
    }

    .shop-four.kids-shop .shop-block-two {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .shop-nine .shop-block-two {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #E7E9F0;
    }

    .shop-nine .shop-block-two:last-child {
        border-bottom: none;
    }

    .shop-ten .owl-nav {
        display: none;
    }

    .shop-11 .right-content .shop-block-two {
        width: 100%;
    }
}

@media only screen and (max-width: 499px) {
    .shop-11 .left-content .single-item:first-child {
        left: 110px;
    }

    .shop-11 .left-content .single-item:last-child {
        right: 150px;
    }

}


/** main-footer **/

.main-footer {
    position: relative;
    background: #0E0E0E;
}

.main-footer .widget-section {
    position: relative;
    padding: 95px 0px 85px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .subscribe-widget {
    position: relative;
    max-width: 330px;
}

.main-footer .subscribe-widget p {
    color: #B7B7B7;
    line-height: 26px;
    margin-bottom: 23px;
}

.main-footer .subscribe-widget .form-inner .form-group {
    position: relative;
    margin-bottom: 0px;
}

.main-footer .subscribe-widget .form-inner .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 100px;
    border: 1px solid transparent;
    font-size: 16px;
    color: #B7B7B7;
    padding: 10px 70px 10px 20px;
    transition: all 500ms ease;
}

.main-footer .subscribe-widget .form-inner .form-group input[type='email']:focus {
    border-color: var(--theme-color);
}

.main-footer .subscribe-widget .form-inner .form-group button[type="submit"] {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
    width: 56px;
    height: 51px;
    line-height: 53px;
    text-align: center;
    font-size: 14px;
    border-radius: 105px;
    cursor: pointer;
    color: #fff;
    background: var(--theme-color);
    font-weight: 400;
    transition: all 500ms ease;
}

.main-footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .widget-title h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.main-footer .links-list li {
    position: relative;
    display: block;
}

.main-footer .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
    color: #B7B7B7;
}

.main-footer .links-list li a:hover {
    color: var(--theme-color);
}

.main-footer .contact-widget .support-box {
    position: relative;
    display: block;
    padding: 0px 0px 0px 48px;
    margin-bottom: 22px;
}

.main-footer .contact-widget .support-box .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 36px;
    color: var(--theme-color);
}

.main-footer .contact-widget .support-box a {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: var(--theme-color);
}

.main-footer .contact-widget .support-box a:hover {
    text-decoration: underline;
    color: #fff;
}

.main-footer .contact-widget .support-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #B7B7B7;
}

.main-footer .contact-widget .widget-content .info li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #B7B7B7;
    margin-bottom: 4px;
}

.main-footer .contact-widget .widget-content .info li:last-child {
    margin-bottom: 0px;
}

.main-footer .contact-widget .widget-content .info li a {
    position: relative;
    display: inline-block;
    color: #B7B7B7;
}

.main-footer .contact-widget .widget-content .info li a:hover {
    color: #fff;
}

.main-footer .contact-widget .social-links {
    position: relative;
    display: flex;
    align-items: center;
}

.main-footer .contact-widget .social-links li {
    margin-right: 10px;
}

.main-footer .contact-widget .social-links li:last-child {
    margin: 0px !important;
}

.main-footer .contact-widget .social-links li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
}

.main-footer .contact-widget .social-links li a:hover {
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.footer-bottom {
    position: relative;
    padding: 20px 0px;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    color: #B7B7B7;
}

.footer-bottom p a {
    display: inline-block;
    color: var(--theme-color);
}

.footer-bottom p a:hover {
    color: #fff;
}

.footer-bottom .footer-card {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-bottom .footer-card li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.footer-bottom .footer-card li:last-child {
    margin: 0px !important;
}

.footer-bottom .footer-card li a {
    position: relative;
    display: inline-block;
}

.home_3 .main-footer .footer-widget .footer-logo {
    position: relative;
    display: flex;
    justify-content: center;
    width: 220px;
    height: 180px;
    line-height: 180px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
    z-index: 1;
    margin-top: -82px;
}

.home_3 .main-footer .widget-section {
    padding-top: 72px;
}

.main-footer .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.home_9 .main-footer .bg-layer {
    opacity: 0.1;
}

@media only screen and (max-width: 767px) {
    .main-footer .widget-section {
        padding: 40px 0px 85px 0px;
    }
}

/** rtl-css **/

.rtl .main-footer .contact-widget .support-box {
    padding-left: 0px;
    padding-right: 48px;
}

.rtl .main-footer .contact-widget .support-box .icon-box {
    left: inherit;
    right: 0px;
}

.rtl .main-footer .contact-widget .social-links li {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .footer-bottom .footer-card li {
    margin-right: 0px;
    margin-left: 10px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 991px) {
    .footer-widget {
        margin: 0px 0px 30px 0px !important;
    }

    .main-footer .widget-section {
        padding-bottom: 55px;
    }

    .footer-bottom .bottom-inner {
        display: block;
        text-align: center;
    }

    .footer-bottom .footer-card {
        justify-content: center;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 599px) {

}

@media only screen and (max-width: 499px) {


}


/* NX Quantity Stepper - namespaced to avoid conflicts */
.nx-quantity {
    --nx-bg: #fff;
    --nx-border: #ececec;
    --nx-accent: #111;
    --nx-radius: 999px;
    display: inline-flex;
    align-items: center;
    border-radius: var(--nx-radius);
    padding: 6px 10px;
    background: var(--nx-bg);
    border: 1px solid var(--nx-border);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    gap: 12px;
    font-family: inherit;
    user-select: none;
}

/* buttons (use our own styles so Bootstrap .btn doesn't interfere) */
.nx-quantity .nx-q-btn {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    color: var(--nx-accent);
    border-radius: 6px;
}

/* subtle focus ring for accessibility */
.nx-quantity .nx-q-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

/* the numeric display */
.nx-quantity .nx-q-input {
    width: 36px;
    min-width: 36px;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: var(--nx-accent);
    padding: 0;
    margin: 0;
    pointer-events: none; /* read-only */
}

/* small devices: slightly smaller */
@media (max-width: 400px) {
    .nx-quantity {
        padding: 4px 8px;
        gap: 8px;
    }

    .nx-quantity .nx-q-btn {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }

    .nx-quantity .nx-q-input {
        width: 32px;
        min-width: 32px;
        font-size: 14px;
    }
}

/* Optional: visually disabled state */
.nx-quantity.nx-disabled,
.nx-quantity.nx-disabled .nx-q-btn {
    opacity: 0.55;
    cursor: not-allowed;
}

.text-primary {
    color: var(--theme-color) !important;
}

/** checkout-section **/

.checkout-section {
    position: relative;
}

.checkout-section .sec-title h2 {
    font-size: 36px;
    line-height: 42px;
}

.checkout-section h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 33px;
}

.checkout-section .billing-content {
    position: relative;
    display: block;
}

.checkout-section .billing-content .form-inner {
    margin: 0px 10px;
    padding-bottom: 20px;
}

.checkout-section .billing-content .form-inner .field-column {
    padding: 0px 5px;
}

.checkout-section .billing-content .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.checkout-section .billing-content .form-inner .form-group input[type='text'],
.checkout-section .billing-content .form-inner .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(229, 229, 229, 1);
    font-size: 16px;
    color: var(--title-color);
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 500ms ease;
}

.checkout-section .billing-content .form-inner .form-group input:focus {

}

.checkout-section .billing-content .form-inner .form-group .select-box {
    min-height: 50px;
}

.checkout-section .billing-content label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    margin-bottom: 4px;
}

.checkout-section .billing-content .form-inner .form-group label span {
    color: rgba(233, 37, 48, 1);
}

.checkout-section .billing-content .form-inner .form-group .nice-select {
    border: 1px solid rgba(229, 229, 229, 1);
    font-size: 16px;
    color: var(--title-color);
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    text-transform: capitalize;
    border-radius: 50px;
}

.checkout-section .billing-content .form-inner .form-group .nice-select:before {
    color: var(--title-color);
    right: 20px;
}

.checkout-section .billing-content .other-address h3 {
    margin-bottom: 30px;
}

.checkout-section .billing-content .check-box label:before {
    top: 6px;
}

.checkout-section .billing-content .check-box label:after {
    background: none !important;
    content: '\e928';
    font-family: 'icomoon';
    font-size: 7px;
    top: 1px;
    left: 3px;
}

.checkout-section .order-info {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 21px 30px 40px 30px;
    border-radius: 20px;
}

.checkout-section .order-info .title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    margin-bottom: 30px;
}

.checkout-section .order-info .title-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--title-color);
}

.checkout-section .order-info .order-product .single-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.checkout-section .order-info h4 {
    font-size: 18px;
    line-height: 10px;
    font-weight: 500;
    color: rgba(233, 37, 48, 1);
}

.checkout-section .order-info h4 span {
    color: var(--title-color);
}

.checkout-section .order-info .order-product .single-item .product-box {
    position: relative;
    display: flex;
    align-items: start;
}

.checkout-section .order-info .order-product .single-item .product-box .image-box {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    margin-right: 24px;
}

.checkout-section .order-info .order-product .single-item h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    max-width: 190px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.checkout-section .order-info .order-product .single-item h6 span {
    color: rgba(124, 124, 124, 1);
}

.checkout-section .order-info .cost-box {
    position: relative;
    display: block;
    padding-top: 22px;
    padding-bottom: 32px;
    border-top: 1px solid rgba(232, 232, 232, 1);
    border-bottom: 1px solid rgba(232, 232, 232, 1);
    margin-bottom: 18px;
}

.checkout-section .order-info .cost-box li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 33px;
}

.checkout-section .order-info .cost-box li:last-child {
    margin-bottom: 0px;
}

.checkout-section .order-info .total-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.checkout-section .order-info .payment-option .bank-payment {
    position: relative;
    display: block;
    background: rgba(247, 247, 247, 1);
    padding: 22px 30px;
    margin-bottom: 30px;
}

.checkout-section .order-info .payment-option .bank-payment p {
    font-size: 15px;
    line-height: 24px;
    margin-left: 24px;
}

.checkout-section .order-info .payment-option .check-box label {
    font-size: 16px;
    line-height: 24px;
}

.checkout-section .order-info .payment-option .check-box label:before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 5px;
    background: transparent !important;
}

.checkout-section .order-info .payment-option .check-box label:after {
    background-image: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 3px;
    top: 8px;
}

.checkout-section .order-info .btn-box .theme-btn {
    width: 100%;
    color: #fff;
}

.checkout-section .order-info .btn-box .theme-btn span {
    background: var(--title-color);
}


/** rtl-css **/

.rtl .checkout-section .order-info .order-product .single-item .product-box .image-box {
    margin-right: 0px;
    margin-left: 15px;
}

.rtl .checkout-section .order-info .payment-option .check-box label:after {
    left: inherit;
    right: 3px;
}

.rtl .checkout-section .billing-content {
    margin-right: 0px;
    margin-left: 30px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 991px) {
    .checkout-section .billing-content {
        margin-bottom: 40px;
    }

    .checkout-section .billing-content {
        margin-right: 0px;
    }

    .rtl .checkout-section .billing-content {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 599px) {
    .checkout-section .order-info .order-product .single-item {
        display: block;
        margin-bottom: 10px;
    }

    .checkout-section .order-info .order-product .single-item h6 br {
        display: none;
    }

    .checkout-section .order-info .order-product .single-item .product-box {
        display: block;
    }

    .checkout-section .order-info .order-product .single-item .product-box .image-box {
        margin: 0px 0px 10px 0px !important;
    }
}

.form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(229, 229, 229, 1);
    font-size: 16px;
    color: var(--title-color);
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 500ms ease;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--theme-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(144, 64, 231, 0.25);
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.card {
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 20px;
}

.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff8a;
    z-index: 9999
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #dee2e6;
    border-right: 5px solid #dee2e6;
    border-bottom: 5px solid #dee2e6;
    border-left: 5px solid var(--theme-color);
    transform: translateZ(0);
    animation: SpinnerAnimation 1.1s infinite linear
}

.spinner, .spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

@keyframes SpinnerAnimation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.list-group {
    border-radius: 20px;
}

.input-container {
    position: relative;
    width: 100%;
}

.country-input .input-field {
    width: 100%;
    border-top: 1px solid #e9ecef;
    outline: none;
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    height: 50px;
}

.select2-results__option {
    font-size: 16px !important;
    font-family: monospace;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    text-align: center;
}

.custom-select {
    width: 25%;
    padding: 12px 20px;
    border-right: 0;
    border-top-left-radius: 10px;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    outline: none;
    border-left: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-left: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
    border-right: 0;
    border-radius: 10px 0 0 10px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 48px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-search--dropdown .select2-search__field {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.select2-container--open .select2-dropdown--below {
    width: 475px !important;
}

.select2-dropdown {
    width: 475px !important;
    z-index: 1051;
    border: 2px solid #e9ecef;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #e9ecef;
    border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #e9ecef;
    outline: 0;
}

.select2-container {
    width: 240px !important;
}

.select2-container--default .select2-selection--single:focus {
    outline: 0;
}

.select2-results__option {
    padding: 10px;
    user-select: none;
    -webkit-user-select: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(var(--theme-rgb));
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff8a;
    z-index: 9999
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #dee2e6;
    border-right: 5px solid #dee2e6;
    border-bottom: 5px solid #dee2e6;
    border-left: 5px solid var(--theme-color);
    transform: translateZ(0);
    animation: SpinnerAnimation 1.1s infinite linear
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

@keyframes SpinnerAnimation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.order-count {
    font-size: 10px;
    color: #212121;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 14px;
    background-color: var(--theme-color-rgb);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    text-align: center;
    position: absolute;
    overflow-x: hidden;
    padding: 0 10px;
    top: -12px;
    z-index: 1;
    left: 0;
}

span#tp {
    position: absolute;
    right: 15px;
    top: 15px;
}

.bg-pattern {
    margin-top: 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center !important;*/
    /*background-attachment: scroll !important;*/
}

.send-otp {
    padding: 10px 20px;
    border: 1px solid #e9ecef !important;
    border-radius: 0 50px 50px 0;
}

.login_wrap {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.register-wrap {
    height: calc(100% - 0px);
    border-radius: 0 20px 20px 0;
}

.register-bg img {
    border-radius: 20px 0 0 20px;
}

.thank-section .product-name {
    max-width: 500px;
    font-size: 16px;
}

.thank-section .product-img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.order-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}


.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --cz-offcanvas-zindex: 1045;
    --cz-offcanvas-width: 350px;
    --cz-offcanvas-height: 350px;
    --cz-offcanvas-padding-x: 1.5rem;
    --cz-offcanvas-padding-y: 1.5rem;
    --cz-offcanvas-color: var(--cz-body-color);
    --cz-offcanvas-bg: var(--cz-body-bg);
    --cz-offcanvas-border-width: var(--cz-border-width);
    --cz-offcanvas-border-color: var(--cz-border-color);
    --cz-offcanvas-box-shadow: var(--cz-box-shadow);
    --cz-offcanvas-transition: transform 0.3s ease-in-out;
    --cz-offcanvas-title-line-height: 1.5
}

@media (max-width: 499.98px) {
    .offcanvas-sm {
        background-clip: padding-box;
        background-color: var(--cz-offcanvas-bg);
        bottom: 0;
        box-shadow: var(--cz-offcanvas-box-shadow);
        color: var(--cz-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--cz-offcanvas-transition);
        visibility: hidden;
        z-index: var(--cz-offcanvas-zindex)
    }
}

@media (max-width: 499.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (max-width: 499.98px) {
    .offcanvas-sm.offcanvas-start {
        border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--cz-offcanvas-width)
    }

    .offcanvas-sm.offcanvas-end {
        border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--cz-offcanvas-width)
    }

    .offcanvas-sm.offcanvas-top {
        border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom, .offcanvas-sm.offcanvas-top {
        height: var(--cz-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
        transform: none
    }

    .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
        visibility: visible
    }
}

@media (min-width: 500px) {
    .offcanvas-sm {
        --cz-offcanvas-height: auto;
        --cz-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        background-clip: padding-box;
        background-color: var(--cz-offcanvas-bg);
        bottom: 0;
        box-shadow: var(--cz-offcanvas-box-shadow);
        color: var(--cz-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--cz-offcanvas-transition);
        visibility: hidden;
        z-index: var(--cz-offcanvas-zindex)
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--cz-offcanvas-width)
    }

    .offcanvas-md.offcanvas-end {
        border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--cz-offcanvas-width)
    }

    .offcanvas-md.offcanvas-top {
        border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom, .offcanvas-md.offcanvas-top {
        height: var(--cz-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-md.offcanvas-bottom {
        border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
        transform: none
    }

    .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
        visibility: visible
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --cz-offcanvas-height: auto;
        --cz-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        background-clip: padding-box;
        background-color: var(--cz-offcanvas-bg);
        bottom: 0;
        box-shadow: var(--cz-offcanvas-box-shadow);
        color: var(--cz-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--cz-offcanvas-transition);
        visibility: hidden;
        z-index: var(--cz-offcanvas-zindex)
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--cz-offcanvas-width)
    }

    .offcanvas-lg.offcanvas-end {
        border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--cz-offcanvas-width)
    }

    .offcanvas-lg.offcanvas-top {
        border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom, .offcanvas-lg.offcanvas-top {
        height: var(--cz-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
        transform: none
    }

    .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
        visibility: visible
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --cz-offcanvas-height: auto;
        --cz-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        background-clip: padding-box;
        background-color: var(--cz-offcanvas-bg);
        bottom: 0;
        box-shadow: var(--cz-offcanvas-box-shadow);
        color: var(--cz-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--cz-offcanvas-transition);
        visibility: hidden;
        z-index: var(--cz-offcanvas-zindex)
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--cz-offcanvas-width)
    }

    .offcanvas-xl.offcanvas-end {
        border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--cz-offcanvas-width)
    }

    .offcanvas-xl.offcanvas-top {
        border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom, .offcanvas-xl.offcanvas-top {
        height: var(--cz-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
        transform: none
    }

    .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
        visibility: visible
    }
}

@media (min-width: 1200px) {
    .offcanvas-xl {
        --cz-offcanvas-height: auto;
        --cz-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        background-clip: padding-box;
        background-color: var(--cz-offcanvas-bg);
        bottom: 0;
        box-shadow: var(--cz-offcanvas-box-shadow);
        color: var(--cz-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--cz-offcanvas-transition);
        visibility: hidden;
        z-index: var(--cz-offcanvas-zindex)
    }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--cz-offcanvas-width)
    }

    .offcanvas-xxl.offcanvas-end {
        border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--cz-offcanvas-width)
    }

    .offcanvas-xxl.offcanvas-top {
        border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom, .offcanvas-xxl.offcanvas-top {
        height: var(--cz-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
        transform: none
    }

    .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (min-width: 1400px) {
    .offcanvas-xxl {
        --cz-offcanvas-height: auto;
        --cz-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.offcanvas {
    background-clip: padding-box;
    background-color: var(--cz-offcanvas-bg);
    bottom: 0;
    box-shadow: var(--cz-offcanvas-box-shadow);
    color: var(--cz-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--cz-offcanvas-transition);
    visibility: hidden;
    z-index: var(--cz-offcanvas-zindex)
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--cz-offcanvas-width)
}

.offcanvas.offcanvas-end {
    border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--cz-offcanvas-width)
}

.offcanvas.offcanvas-top {
    border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom, .offcanvas.offcanvas-top {
    height: var(--cz-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
}

.offcanvas.offcanvas-bottom {
    border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    background-color: #131920;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .75
}

.offcanvas-header {
    align-items: center;
    display: flex;
    padding: var(--cz-offcanvas-padding-y) var(--cz-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    margin: calc(var(--cz-offcanvas-padding-y) * -.5) calc(var(--cz-offcanvas-padding-x) * -.5) calc(var(--cz-offcanvas-padding-y) * -.5) auto;
    padding: calc(var(--cz-offcanvas-padding-y) * .5) calc(var(--cz-offcanvas-padding-x) * .5)
}

.offcanvas-title {
    line-height: var(--cz-offcanvas-title-line-height);
    margin-bottom: 0
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: var(--cz-offcanvas-padding-y) var(--cz-offcanvas-padding-x)
}

.company-img img {
    border-radius: 35px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--theme-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(227, 30, 37, .25);
}

.accordion-button:not(.collapsed) {
    color: var(--theme-color);
    background-color: rgba(227, 30, 37, .1);
}


.btn-primary {
    color: #fff;
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px var(--theme-color);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus {
    background-color: var(--secondary-color) !important;
}

.btn-outline-primary {
    border: 1px solid var(--theme-color) !important;
    background-color: transparent;
    color: var(--theme-color);
}

.btn-outline-primary:hover {
    color: var(--theme-color) !important;
    background-color: var(--theme-rgb) !important;
    border-color: var(--secondary-color) !important;
}

.btn-outline-primary:hover:not(.disabled):not(:disabled) {
    background-color: rgba(115, 103, 240, .04);
    color: var(--theme-color);
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle {
    background-color: var(--theme-color);
    color: #fff;
}

:root {
    --cz-body-color: #4e5562;
    --cz-body-color-rgb: 78, 85, 98;
    --cz-body-bg: #fff;
    --cz-border-width: 1px;
    --cz-border-style: solid;
    --cz-border-color: #e0e5eb;
    --cz-body-bg-rgb: 255, 255, 255;
    --cz-border-radius: 0.5rem;
    --cz-component-color: #333d4c;
    --cz-component-hover-color: #181d25;
    --cz-component-hover-bg: #f5f7fa;
    --cz-component-active-color: #181d25;
    --cz-component-active-bg: #eef1f6;
    --cz-component-disabled-color: #9ca3af;
    --cz-border-radius-sm: calc(var(--cz-border-radius) * 0.75);
    --cz-border-radius-lg: calc(var(--cz-border-radius) * 1.5);
    --cz-border-radius-xl: calc(var(--cz-border-radius) * 2);
    --cz-border-radius-xxl: calc(var(--cz-border-radius) * 2.5);
    --cz-border-radius-2xl: var(--cz-border-radius-xxl);
    --cz-list-group-color: var(--cz-body-color);
    --cz-list-group-bg: transparent;
    --cz-list-group-border-color: var(--cz-border-color);
    --cz-list-group-border-width: var(--cz-border-width);
    --cz-list-group-border-radius: var(--cz-border-radius);
    --cz-list-group-item-padding-x: 0.75rem;
    --cz-list-group-item-padding-y: 0.625rem;
    --cz-list-group-action-color: var(--cz-component-color);
    --cz-list-group-action-hover-color: var(--cz-component-hover-color);
    --cz-list-group-action-hover-bg: var(--cz-component-hover-bg);
    --cz-list-group-action-active-color: var(--cz-component-active-color);
    --cz-list-group-action-active-bg: var(--theme-rgb);
    --cz-list-group-disabled-color: var(--cz-component-disabled-color);
    --cz-list-group-disabled-bg: transparent;
    --cz-list-group-active-color: var(--cz-component-active-color);
    --cz-list-group-active-bg: var(--theme-rgb);
    --cz-list-group-active-border-color: var(--cz-border-color);
}

.list-group {
    border-radius: var(--cz-list-group-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group {
    --cz-list-group-font-size: 0.875rem;
    --cz-list-group-action-font-weight: 500;
    --cz-list-group-borderless-item-spacer: 0.1875rem;
    font-size: var(--cz-list-group-font-size);
    gap: 0
}

.list-group-item-action {
    color: var(--cz-list-group-action-color);
    font-weight: var(--cz-list-group-action-font-weight);
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out
}

.list-group-item-action:focus-visible, .list-group-item-action:hover {
    background-color: var(--cz-list-group-action-hover-bg);
    color: var(--cz-list-group-action-hover-color)
}

.list-group-item-action.active {
    background-color: var(--cz-list-group-action-active-bg);
    color: var(--cz-list-group-action-active-color)
}

.list-group-borderless {
    border-radius: 0;
    gap: var(--cz-list-group-borderless-item-spacer)
}

.list-group-borderless .list-group-item {
    border: 0
}

.list-group-borderless .list-group-item:not(.rounded-pill) {
    border-radius: var(--cz-list-group-border-radius) !important
}

.list-group-borderless .list-group-item.active {
    margin-top: 0
}

.card > .list-group-flush {
    --cz-list-group-item-padding-x: var(--cz-card-spacer-x)
}

.bg-primary-subtle {
    background-color: var(--theme-rgb) !important;
}

.opacity-75 {
    opacity: .75 !important;
}

.fs-base {
    font-size: 1rem !important;
}

/** contact-info-section **/

.contact-info-section {
    position: relative;
}

.contact-info-section .sec-title h2 {
    font-size: 36px;
    line-height: 42px;
}

.info-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 37px 30px 36px 156px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.info-block-one .inner-box:hover {
    box-shadow: 0px 10px 50px 0px rgba(255, 107, 0, 0.15);
}

.info-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 30px;
    top: 40px;
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.info-block-one .inner-box:hover .icon-box {
    color: #fff;
}

.info-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    transition: all 500ms ease;
}

.info-block-one .inner-box .icon-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scaleY(0);
    transform-origin: top center;
    z-index: -1;
    background: rgba(255, 172, 0, 1);
    transition: all 500ms ease;
}

.info-block-one .inner-box:hover .icon-box:after {
    transform: scaleY(1);
}

.info-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 9px;
}

.info-block-one .inner-box p a {
    color: var(--text-color);
}

.info-block-one .inner-box p a:hover {

}


.contact-section {
    position: relative;
}

.contact-section .map-inner {
    position: relative;
    height: 568px;
    margin-left: -15px;
}

.contact-section .map-inner iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-section .form-inner {
    position: relative;
    display: block;
    background: rgba(247, 247, 247, 1);
    margin-right: -15px;
    padding: 52px 60px 60px 60px;
}

.contact-section .form-inner .form-group {
    position: relative;
    margin-bottom: 22px;
}

.contact-section .form-inner .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
}

.contact-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: var(--text-color);
    padding: 10px 20px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea {
    height: 150px;
    resize: none;
    border-radius: 20px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {

}

.contact-section .form-inner .form-group .theme-btn {
    color: #fff;
}

.contact-section .form-inner .form-group .theme-btn span {
    background: var(--title-color);
}


/** rtl-css **/

.rtl .info-block-one .inner-box {
    padding-left: 30px;
    padding-right: 156px;
}

.rtl .info-block-one .inner-box .icon-box {
    left: inherit;
    right: 30px;
}

.rtl .contact-section .form-inner {
    margin-right: 0px;
    margin-left: -15px;
}

.rtl .contact-section .map-inner {
    margin-left: 0px;
    margin-right: -15px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 991px) {
    .contact-section .form-inner {
        margin-right: 0px;
    }

    .rtl .contact-section .form-inner {
        margin-left: 0px;
    }

    .contact-section .map-inner {
        margin-left: 0px;
    }

    .rtl .contact-section .map-inner {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 599px) {

}

@media only screen and (max-width: 499px) {
    .info-block-one .inner-box,
    .rtl .info-block-one .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-block-one .inner-box .icon-box {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 15px;
    }

    .rtl .info-block-one .inner-box .icon-box {
        right: 0px;
    }
}


/* Optional card polish */
.tracking-card {
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #ececec !important;
}


.steps {
    --line: #dee2e6;
    --active: #0d6efd;
    --completed: #198754;
    --dot-size: 14px;
    position: relative;
    margin: 0;
    padding-left: 1.75rem;
    list-style: none;
}

.steps::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 2px;
    background: var(--line);
}

.steps .step {
    position: relative;
    padding: .25rem 0 .75rem 0;
}

.steps .step:last-child {
    padding-bottom: 0;
}

.steps .step::before {
    content: "";
    position: absolute;
    left: -1.7rem;
    top: 0.6rem;
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    background: #adb5bd;
    box-shadow: 0 0 0 4px #fff inset;
    outline: 2px solid var(--line);
}

.steps .step.completed::before {
    background: var(--completed);
    outline-color: var(--completed);
}

.steps .step.active::before {
    background: var(--active);
    outline-color: var(--active);
}

.steps .label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.2rem;
}

.steps .meta {
    font-size: .9rem;
    color: #6c757d;
}

.bg-primary-subtle {
    background-color: var(--theme-rgb) !important;
}

div#accountSidebar {
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 20px;
    padding: 40px 20px;
}

.star-rating {
    white-space: nowrap;
}

.star-rating label {
    color: #ddd;
}

.star-rating [type="radio"] {
    appearance: none;
    display: none;
}

.star-rating i {
    font-size: 1.2em;
    transition: 0.3s;
}

.star-rating label:is(:hover, :has(~ :hover)) i {
    transform: scale(1.35);
    color: #fffdba;
    animation: jump 0.5s calc(0.3s + (var(--i) - 1) * 0.15s) alternate infinite;
}

.star-rating label:has(~ :checked) i {
    color: #ffbf47;
    text-shadow: 0 0 2px #ffffff, 0 0 10px #ffbf47;
}

.review-product img {
    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.review-product {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    max-height: 300px;
    height: 300px;
    align-items: center;
    justify-content: center;
    display: flex;
}

@keyframes jump {
    0%,
    50% {
        transform: translatey(0) scale(1.35);
    }
    100% {
        transform: translatey(-15%) scale(1.35);
    }
}




.shop-product-fillter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-product-fillter.style-2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.shop-product-fillter .sort-by-product-area {
    position: relative;
    display: flex;
}

.shop-product-fillter .sort-by-product-area .sort-by-cover {
    position: relative;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #f7f8f9;
    color: #777;
    padding: 5px 16px;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #ececec;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by {
    margin-right: 5px;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by i {
    margin-right: 10px;
    font-size: 14px;
    color: #ababab;
    position: relative;
    top: 2px;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by span {
    font-size: 13px;
    font-weight: 500;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
    font-size: 13px;
    font-weight: 500;
    color: #7E7E7E;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
    font-size: 15px;
    color: #7E7E7E;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.sort-by-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    right: 0;
    padding: 16px 0 21px;
    background: #fff;
    border: 0;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
    color: #7E7E7E;
    font-weight: 500;
}

.sort-by-dropdown.show {
    opacity: 1;
    visibility: visible;
}

.sort-by-dropdown ul li {
    display: block;
}

.sort-by-dropdown ul li a {
    font-weight: 500;
    font-size: 13px;
    padding: 5px 15px;
    display: block;
    position: relative;
    color: #7E7E7E;
}

.sort-by-dropdown ul li a.active::before {
    content: "\f143";
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    color: var(--theme-color);
    font-family: "uicons-regular-straight" !important;
    font-weight: 900;
}

.sort-by-dropdown ul li a.active:hover::before {
    color: #fff;
}

.sort-by-dropdown ul li a:hover {
    color: #333;
}






































