@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/*
    font-family: 'Montserrat', sans-serif;
    font-family: 'Jost', sans-serif;
    font-family: 'Inter', sans-serif;
*/

:root {
    --color-primary: #7cbbb6;
    --color-secondary: #2A4F52;
    --color-textsecondary: #7cbbb6;
    --color-hover: #7cbbb6;
    --color-heading: #132728;
    --color-title: #7cbbb6;
    --shadow-primary: 0 0 5px 1px #ddd;
    --color-white: #fff;
    --color-black: #000;
    --color-body: #777777;
    --title-fontfamily: 'Jost', sans-serif;
    --font-awesome: "Font Awesome 5 Pro";

    --color-dddddd: #dddddd;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
::-moz-selection { /* Code for Firefox */
  color: #000;
  background: var(--color-primary);
}
::selection {
  color: #000;
  background: var(--color-primary);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
body {
    padding: 0;
    margin: 0;
    color: var(--color-heading);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ol {
    margin: 0;
}
a {
    color: var(--color-heading);
    text-decoration: none;
}
a:hover {
    color: var(--color-primary);
}
:focus-visible {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
a.btn-close {
    cursor: pointer;
}
.alink-color {
    color: var(--color-primary);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.alink-color:hover {
    background: var(--color-primary);
    color: var(--color-white);
}
.top-title {
    font-family: var(--title-fontfamily);
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    min-width: 150px;
    margin: 0 auto 20px;
    text-transform: capitalize;
    line-height: 1.2;
    padding-bottom: 30px;
    color: var(--color-secondary);
}
.top-title:after,
.top-title:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.top-title:after {
    background-color: #2A4F52;
    width: 150px;
    height: 1px;
}
.top-title:before {
    background: url('../img/title-icon.png');
    background-color: #fff;
    width: 40px;
    height: 28px;
    bottom: 0;
    z-index: 1;
}
.h2small-title {
    font-family: var(--title-fontfamily);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--color-secondary);
}
.theme-btn  {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 13px 10px;
    min-width: 150px;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--color-white);
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    transition: all 0.5s;
    border-radius: 4px;
    letter-spacing: 0.5px;
    overflow: hidden;
    z-index: 1;
    width: fit-content;
    height: 50px;
    text-align: center;
}
.theme-btn:hover {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
    color: var(--color-primary)
}
.slide-arrow {
    position: absolute;
    right: 15px;
    width: 47px;
    height: 47px;
    text-align: center;
    top: -65px;
    cursor: pointer;
    z-index: 1;
    line-height: 45px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 4px;
    font-size: 22px;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.slide-arrow:hover {
    background-color: var(--color-secondary);
    color: var(--color-primary)
}
.slide-arrow.prev-arrow {
    right: 70px;
}
.center-arrow .slide-arrow {
    top: 40%;
    background-size: 25px;
}
.center-arrow .slide-arrow.prev-arrow {
    left: 10px;
}
.center-arrow .slide-arrow.next-arrow {
    right: 10px;
}
.bottom-arrow .slide-arrow {
    bottom: -50px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bottom-arrow .slide-arrow.prev-arrow {
    left: -55px;
}
.bottom-arrow .slide-arrow.next-arrow {
    right: -55px;
}
.img-boxanimation {
    margin-bottom: 15px;
    box-shadow: var(--shadow-primary);
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.img-boxani {
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.img-boxanimation:before,
.img-boxanimation:after,
.img-boxani:before,
.img-boxani:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    -o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.img-boxanimation:hover:before,
.img-boxani:hover:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-boxanimation:hover:after,
.img-boxani:hover:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-drop-shadow a.img-boxanimation {
    border: none;
    box-shadow: none;
}
.img-drop-shadow img {
    filter: drop-shadow(0 0 5px #000);
}
.icon-bx-wraper {
    margin-bottom: 15px;
    margin-top: 40px;
    padding: 30px;
    transition: all .5s;
    position: relative;
}
.icon-bx-wraper:after {
    background-color: #7cbbb64a;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    transition: all .5s;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
}
.icon-bx-wraper .icon-bx {
    align-items: center;
    background: #fff;
    box-shadow: 0 -10px 50px 0 #d9ebea;
    display: flex;
    height: 110px;
    width: 110px;
    justify-content: center;
    margin-top: -70px;
    margin-bottom: 30px;
    border-radius: 100px;
}
.icon-bx-wraper .icon-content {
    overflow: visible
}
.icon-bx-wraper .icon-content a {
    color: var(--color-secondary);
    font-family: var(--title-fontfamily);
    font-weight: 700;
    font-size: 24px;
}
.icon-bx-wraper:hover,
.icon-bx-wraper:hover .icon-content  a {
    color: #fff;
}
.icon-bx-wraper:hover .icon-cell {
    -webkit-animation: move-lr 1.2s linear;
    animation: move-lr 1.2s linear
}
.icon-bx-wraper:hover .btn,
.icon-bx-wraper:hover .wp-block-button__link {
    background-color: #fff;
    color: #000
}
.icon-bx-wraper:hover:after {
    background-color: var(--color-primary);
    box-shadow: 0 10px 30px 0 #2dddd373;
}
@-webkit-keyframes move-lr {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    20% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    30% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    40% {
        -webkit-transform: rotate(21deg);
        transform: rotate(21deg)
    }

    50% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    60% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }

    70% {
        -webkit-transform: rotate(-11deg);
        transform: rotate(-11deg)
    }

    80% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    90% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    to {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
}

@keyframes move-lr {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    20% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    30% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    40% {
        -webkit-transform: rotate(21deg);
        transform: rotate(21deg)
    }

    50% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    60% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }

    70% {
        -webkit-transform: rotate(-11deg);
        transform: rotate(-11deg)
    }

    80% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    90% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    to {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
}
.prd-brcm ul.breadcrumb {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
    background: #f6f6f6;
    margin-top: 0;
    justify-content: center;
}
.prd-brcm ul.breadcrumb li {
    display: inline-block;
    position: relative;
    font-size: 17px;
}
.prd-brcm ul.breadcrumb a:hover {
    color: var(--color-primary);
}
.prd-brcm ul.breadcrumb li.home i {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.prd-brcm ul.breadcrumb li:not(:first-child) {
    padding-left: 20px;
}
.prd-brcm ul.breadcrumb li:not(:first-child)::before {
    position: absolute;
    left: 8px;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 17px;
    font-weight: 300;
    color: var(--color-heading);
}
.entry-header.product-head {
    padding-top: 0;
}
.prd-brcm ul.breadcrumb.pdtlbrcm li:last-child {
    display: none;
}
/*Breadcrumb Style Start*/
.page-title {
    padding: 20px 0;
    margin-bottom: 30px;
    background: #f6f6f6;

}
.page-title .title {
    margin: 0;
    font-size: 45px;
    font-family: var(--title-fontfamily);
}
.title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb-wrapper a i {
    font-size: 20px;
}
.breadcrumb-wrapper .bread-sep i {
    margin: 0 10px;
    font-size: 18px;
}
.breadcrumb-wrapper .bread-title {
    color: var(--color-primary);
    font-size: 17px;
    font-weight: 600;
}
.home-footer-content {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}
#more {
    display: none;
}
.entry-header {
    text-align: center;
    padding-bottom: 10px;
    font-family: var(--title-fontfamily);
}
.title-top .h2title, .h2title {
    width: fit-content;
    margin: 0 auto 10px;
    position: relative;
    padding-bottom: 6px;
    font-size: 2rem;
    font-weight: 600;
}
.h2title:after {
    position: absolute;
    content: '';
    background-color: var(--color-primary);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}
.brand-wrapper,
.pcat-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
}
.paymentget-top-category .trending-cat {
    width: 100%;
    border-radius: 4px;
}
.paymentget-top-category .trending-cat img {
    width: 120px;
    height: 120px;
    margin: 10px auto 0;
    text-align: center;
    object-fit: contain;
    display: table;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.paymentget-top-category .trending-cat h3 {
    font-size: 18px;
    padding: 10px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paymentget-top-category .trending-cat:hover img {
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.payicon-wapper {
    text-align: center;
    border: 2px solid #aa8fff;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: #ede6ff;
    height: 100%;
}
.payicon-wapper img {
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.payicon-wapper h3 {
    margin: 25px 0 8px;
    font-size: 23px;
}
.payicon-wapper:hover img {
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.allcat-wrapper ul {
    list-style-type: none;
    padding: 0;
}
.single-cat {
    padding: 0 4px;
    margin-bottom: 15px;
    border-radius: 0;
}
.allcat-wrapper ul.parent-cat {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.allcat-wrapper ul li.first-child {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 5px 0px #ccc;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
}
.allcat-wrapper ul .first-child a {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}
.allcat-wrapper ul .second-child {
    padding-left: 15px;
    position: relative;
    margin-bottom: 2px;
}
.allcat-wrapper a:hover {
    color: var(--color-primary) !important;
}
.allcat-wrapper ul .second-child a {
    color: black;
    font-size: 15px;
    font-weight: unset;
}
.allcat-wrapper ul .second-child:before {
    position: absolute;
    content: "\f061";
    font-family: "font awesome 5 pro";
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 0;
    font-size: 10px;
    top: 6px;
}
.allcat-wrapper .thambnail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.allcat-wrapper .thambnail img {
    border-radius: 10px;
    background: var(--color-white);
    border: 2px solid var(--color-primary);
    width: 75px;
}
.allcat-wrapper .single-cat .thambnail .product-count {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
a.cat-heading {
    margin: 0px 10px;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}
.liarrow {
    margin-bottom: 20px;
}
.liarrow li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
    font-size: 16px;
}
.liarrow li:before {
    position: absolute;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 6.827 6.827"><path fill="%232A4F52" fill-rule="nonzero" d="M.96 3.568h3.082v-.31H.96z"/><path fill="%237cbbb6" fill-rule="nonzero" d="M4.148 2.536v2.046l.242-.164 1.29-.877.187-.128-.188-.127-1.29-.877-.24-.164z"/></svg>');
    left: 0;
    width: 34px;
    height: 34px;
    top: -5px;
}
.faq-header {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
}
.faq-header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.faq-header ul li {
    width: 30%;
    display: inline-block;
    margin: 10px;
}
.faq-header ul li a {
    width: 100%;
    box-shadow: 0 0 6px 1px #ddd;
    padding: 10px;
    font-size: 17px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 500;
}
.faq-header ul li a:before {
    display: inline-block;
    content: '';
    height: 50px;
    width: 50px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 10px;
}
.faq-header ul li:nth-child(1) a:before {
    background: url('../img/fq-order.png');
}
.faq-header ul li:nth-child(2) a:before {
    background: url('../img/fq-shopping.png');
}
.faq-header ul li:nth-child(3) a:before {
    background: url('../img/fq-return.png');
}
.faq-header ul li:nth-child(4) a:before {
    background: url('../img/fq-refunds.png');
}
.faq-header ul li:nth-child(5) a:before {
    background: url('../img/fq-product.png');
}
.faq-header ul li:nth-child(6) a:before {
    background: url('../img/fq-coins.png');
}
/*Responsive Start*/
@media only screen and (max-width: 991px) {
    .icon-bx-wraper .icon-bx {
        height: 105px;
        margin-top: -60px;
        width: 105px
    }
    .icon-bx-wraper .icon-bx img {
        width: 60px
    }
    .pcat-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 675px) {
    .icon-bx-wraper {
        padding: 25px
    }
    .icon-bx-wraper .icon-bx {
        height: 95px;
        margin-top: -50px;
        width: 95px
    }
    .pcat-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 475px) {
    .pcat-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .trending-cat a {
        display: flex;
        align-items: center;
    }
    .paymentget-top-category .trending-cat img {
        margin: 10px;
        width: 80px;
        height: 80px;
    }
}