button:focus {
    outline: 0;
    box-shadow: none
}
html a[type=button] {
    -webkit-appearance: none
}
.tool-tip [disabled] {
    pointer-events: none
}
.custom-loader {
    position: absolute;
    height: 100%;
    min-height: 50px;
    width: 100%;
    text-align: center;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / .9);
    z-index: 10
}
.loader-inner {
    position: relative;
    top: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left
}
.loader-inner span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fab50f;
    -webkit-animation: loader-inner 1.5s linear infinite;
    animation: loader-inner 1.5s linear infinite
}
.loader-inner span:last-child {
    animation-delay: -.9s;
    -webkit-animation-delay: -.9s
}
@keyframes loader-inner {
    0% {
        transform: scale(0, 0);
        opacity: .8
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}
@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .8
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}
.btn-theme-outline {
    background: #fff;
    border: 1px solid #fab50f;
    color: #fab50f;
    box-sizing: border-box;
    box-shadow: inset 0 -4px 10px rgba(24, 27, 49, .05)
}
.btn.rounded-lg {
    border-radius: 20px
}
.search-filter-form {
    display: flex;
    flex-wrap: wrap
}
select.select-group {
    padding: 10px 8px;
    font-size: 14px;
    line-height: 15px;
    color: #c9ced6;
    border: 1px solid #c9ced6;
    box-shadow: inset 0 -4px 10px rgba(24, 27, 49, .05);
    border-radius: 0;
    min-width: 150px
}
.container-fluid {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto
}
.card-img-top {
    max-width: 100%;
    height: auto;
    text-align: center
}
.image-text-three-column .card-img-top {
    width: auto
}
.image-overlay {
    margin-top: 0;
    height: 492px
}
.image-overlay .bg-cover-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center
}
.image-overlay .image-overlay-content {
    background: rgba(250, 181, 15, .8)
}
.image-overlay .card-title {
    margin-bottom: 1rem;
    font-size: 2.812rem;
    line-height: 3.2rem;
    text-align: left;
    font-weight: 800
}
.image-overlay .card-text {
    max-width: 670px;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #fff
}
.image-overlay .card-text p {
    font-size: 1.3rem
}
.image-with-text p {
    font-size: .875rem;
    font-weight: 300
}
.image-with-text h5 {
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
    margin-top: 1.5rem;
    color: #fab50f
}
.image-with-text .left-image {
    margin-top: 1.5rem;
    max-width: 100%;
    height: auto
}
.image-with-text button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    align-items: center;
    line-height: 18px;
    display: inline-flex;
    justify-content: center;
    margin-left: 6px
}
.image-with-text button {
    background: 0 0;
    padding-left: 0 !important;
    border: none !important;
    font-size: .8125rem
}
.bg-cover-image {
    background-size: cover;
    background-position: center center
}
.featured-products .card {
    margin-top: 1.5rem;
    border: 0
}
.card-img-top, .featured-products .card-img {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.featured-products .card-title {
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
    color: #fab50f
}
.featured-products .card-text {
    font-size: .875rem;
    font-weight: 300
}
.featured-products .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-left: 0;
    padding-right: 0
}
.featured-products button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    margin-top: 2px;
    vertical-align: text-top;
    margin-left: 6px
}
.image-text-three-column .card {
    margin-top: 1.5rem;
    border: 0
}
.card-img-top, .image-text-three-column.card-img {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.image-text-three-column .card-title {
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
    color: #fab50f
}
.image-text-three-column .card-text {
    font-size: .875rem;
    font-weight: 300
}
.image-text-three-column .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-left: 0;
    padding-right: 0
}
.image-text-three-column button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px
}
.image-text-three-column button {
    background: 0 0;
    padding-left: 0 !important;
    border: none !important;
    font-size: .8125rem
}
.collection-list h3 {
    margin-top: 2.5rem;
    font-size: 2.5rem;
    font-weight: 500
}
.collection-list .card {
    margin-top: 1.5rem;
    border: 0
}
.card-img-top, .collection-list.card-img {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.collection-list .card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 400 !important;
    text-align: center
}
.product-two span.orignal-price {
    color: #cbcbcb;
    font-size: 16px
}
.product-two .card-body {
    padding: 15px 0 !important
}
.collection-list .card-text {
    font-size: .875rem;
    font-weight: 300;
    text-align: center
}
.collection-list .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-left: 0;
    padding-right: 0
}
.collection-list button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    margin-top: 2px;
    vertical-align: text-top;
    margin-left: 6px
}
.collection-list button {
    background: 0 0;
    padding-left: 0 !important;
    border: none !important;
    font-size: .8125rem
}
.contact-us p.card-text {
    font-size: 1rem
}
section.contact-us {
    max-width: 750px;
    text-align: center;
    margin: 2rem auto -2rem;
    padding: 5rem;
    z-index: 999999;
    background-color: #fff;
    box-shadow: .5rem .5rem 2rem 1rem #eee
}
.contact-form {
    text-align: left
}
.contact-us button.btn-gree {
    width: 240px;
    background: #fab50f;
    border: none;
    height: 35px;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px
}
.contact-us .checkout-btn {
    text-align: center
}
.featured-collection h3 {
    margin-top: 2.5rem;
    font-size: 2.5rem;
    font-weight: 500
}
.featured-collection .card-text {
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem
}
.featured-collection .card {
    margin-top: 1.5rem;
    border: none
}
.card-img-top, .featured-collection .card-img {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.featured-collection .card-title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #000
}
.featured-collection .price {
    font-size: 1.125rem;
    font-weight: 300;
    color: #fab50f
}
.home-blog .blog_section-title {
    margin-top: 2.5rem;
    font-size: 2.5rem;
    font-weight: 500
}
.home-blog .card {
    margin-top: 1.5rem;
    border: 0
}
.home-blog .card-title {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.5rem;
    color: #000;
    font-weight: 600
}
.home-blog .card-body {
    padding: 1.25rem 1rem
}
.home-blog .blog_meta_data {
    line-height: 1;
    flex-wrap: wrap
}
.home-blog .blog_author {
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    margin-top: 5px;
    margin-right: 10px
}
.home-blog .blog_publish_date {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    margin-top: 5px;
    display: inline-flex
}
.home-blog .post-content {
    padding: 10px 0 20px 0;
    font-size: 14px;
    font-weight: 400
}
.home-blog .post-content * {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}
.home-blog button {
    background: 0 0;
    border: none !important;
    font-size: .8125rem
}
.home-blog button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    align-items: center;
    line-height: 18px;
    display: inline-flex;
    justify-content: center;
    margin-left: 6px
}
.home-gallery .container-fluid {
    padding-left: 0;
    padding-right: 0
}
.home-gallery img {
    height: 399px !important;
    width: 100%
}
.home-gallery .bg-cover-image {
    background-position: center center;
    height: 399px !important;
    width: 100%
}
.home-map .map-box {
    height: 400px;
    width: 100%;
    background: #eaeaea
}
.home-map .map-section {
    text-align: center;
    position: relative
}
.home-map .green-button {
    background: #fab50f;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 1.5rem;
    border: none
}
.home-map .address-box::before {
    clip-path: polygon(75% 5%, 0 63%, 74% 27%) !important;
    background: #fff !important;
    content: "";
    position: absolute;
    left: -120px;
    width: 166px;
    height: 160px
}
.home-map .address-box {
    height: 329px;
    width: 288px;
    background: #fff;
    padding: 40px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 35px;
    z-index: 999999
}
.footer .social-links li i {
    color: #fff
}
.home-map .h5, h5 {
    font-size: 1.375rem
}
.home-map .address-box h5 {
    margin-bottom: 0
}
.home-map h3 {
    margin-bottom: 0;
    font-size: 2.812rem;
    line-height: 3.2rem
}
.home-map .address-box p {
    font-size: 1rem;
    margin-bottom: 0
}
.home-map ul.timings-list {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
    text-align: center
}
.home-map ul.timings-list li {
    list-style-type: none;
    font-size: 1rem;
    padding-bottom: 10px
}
.home-testimonials .carousel.slide {
    padding-left: 30px;
    padding-right: 30px
}
.home-testimonials .carousel_caption {
    padding-top: 15px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.home-testimonials h2 {
    text-align: left;
    font-size: 36px;
    margin-bottom: 15px
}
.home-testimonials .carousel_caption p {
    color: #000 !important;
    font-size: 1rem !important;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 18px;
    align-self: center
}
.home-testimonials .carousel_caption .author-name {
    font-family: SharpSans-SemiBold;
    font-weight: 400;
    font-size: 14px;
    display: block
}
.home-testimonials a.carousel-control-next, .home-testimonials a.carousel-control-prev, .image-slice a.carousel-control-next, .image-slice a.carousel-control-prev {
    background: rgb(0 0 0 / .3);
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px
}
.home-testimonials a.carousel-control-prev {
    left: -10px
}
.home-testimonials a.carousel-control-next {
    right: -10px
}
.home-testimonials .testimonial-slide {
    display: flex
}
.quotation {
    text-align: center;
    font-size: 30px;
    display: flex
}
.quotation.quote-left {
    vertical-align: top;
    align-self: flex-start;
    align-items: flex-start
}
.author-image-section {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}
.author-image-section img {
    height: 128px;
    width: 128px;
    border-radius: 50%
}
@media(min-width:992px) {
    .home-testimonials .author-name {
        margin-left: 48px
    }
}
@media(max-width:991px) {
    .home-testimonials .carousel_caption, .home-testimonials .carousel_caption p, .home-testimonials h2 {
        text-align: center !important
    }
    .home-testimonials .testimonial-slide {
        display: block
    }
    .quotation {
        justify-content: center
    }
    .author-image-section {
        margin-right: auto
    }
}
@media(max-width:768px) {
    .home-testimonials h2 {
        text-align: center !important
    }
    .home-testimonials .carousel_caption p {
        max-width: 600px;
        margin: 0 auto
    }
    .home-testimonials .carousel_caption strong {
        margin-left: 0 !important
    }
    .image-slice a.carousel-control-next, .image-slice a.carousel-control-prev {
        background: rgb(0 0 0 / .3);
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        top: initial;
        bottom: 15px
    }
}
.image-slice a.carousel-control-prev {
    left: 20px
}
.image-slice a.carousel-control-next {
    right: 20px
}
.image-slice {
    height: 480px
}
.image-slice .overlay-color-show {
    background-color: rgba(0, 0, 0, .3)
}
.image-slice .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.image-slice .carousel-item .align-items {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}
.image-slice .carousel-item .align-items.top-left {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left
}
.image-slice .carousel-item .align-items.top-center {
    align-items: flex-start;
    justify-content: center;
    text-align: center
}
.image-slice .carousel-item .align-items.top-right {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right
}
.image-slice .carousel-item .align-items.middle-left {
    align-items: center;
    justify-content: flex-start;
    text-align: left
}
.image-slice .carousel-item .align-items.middle-center {
    align-items: center;
    justify-content: center;
    text-align: center
}
.image-slice .carousel-item .align-items.middle-right {
    align-items: center;
    justify-content: flex-end;
    text-align: right
}
.image-slice .carousel-item .align-items.bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left
}
.image-slice .carousel-item .align-items.bottom-center {
    align-items: flex-end;
    justify-content: center;
    text-align: center
}
.image-slice .carousel-item .align-items.bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right
}
.image-slice .carousel-caption {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}
.carousel-control-prev-icon {
    background-image: url(../assets/images/icons/slide-prev.svg) !important;
    background-repeat: no-repeat
}
.carousel-control-next-icon {
    background-image: url(../assets/images/icons/slide-next.svg) !important;
    background-repeat: no-repeat
}
.image-slice .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%
}
.image-slice .carousel-content h3 {
    color: #fff;
    font-size: 2.8125rem;
    margin-bottom: 0;
    line-height: 1
}
.image-slice .carousel-content p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300
}
.logo-list h3 {
    margin-top: 2.5rem;
    font-size: 1.375rem;
    font-weight: 500
}
.logo-list .logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}
.logo-list .logo-col {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 180px;
    min-width: 100px
}
.logo-list .logo-img {
    text-align: center
}
.logo-list .logo-img img {
    width: 100%;
    height: auto
}
.logo-list button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px
}
.logo-list button {
    background: 0 0;
    border: none !important;
    font-size: .8125rem
}
.newsletter {
    max-width: 100%;
    text-align: center;
    margin: 0 auto
}
.newsletter .icon_box {
    background-color: #fab50f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem
}
.newsletter-container {
    display: flex;
    flex-direction: column;
    max-width: 45%;
    margin: 1.5rem auto;
    justify-content: center
}
.newsletter h3.card-title {
    text-align: left !important;
    font-weight: 700;
    font-size: 2rem
}
.newsletter p.card-text {
    font-size: .95rem;
    text-align: left
}
.newsletter .discount-form button.btn-gree {
    margin-top: 6px;
    width: 154px;
    position: relative;
    z-index: 10
}
.newsletter .discount-form {
    position: relative;
    width: 90%
}
.newsletter button.btn-gree {
    width: 240px;
    background: #fab50f;
    border: none;
    height: 35px;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px
}
.newsletter .checkout-btn {
    position: absolute;
    top: -5px;
    right: 0
}
.rich-text {
    text-align: center;
    margin: 0 auto
}
.rich-text p.card-text {
    font-size: 1rem
}
@media (max-width:1050px) {
    .newsletter-container {
        margin: .5rem auto;
        max-width: 55%
    }
}
@media (max-width:991px) {
    .newsletter-container {
        max-width: 60%
    }
    .newsletter h3.card-title {
        font-size: 1.7rem
    }
}
@media (max-width:768px) {
    .newsletter .icon_box {
        display: none
    }
    .newsletter-container {
        max-width: 80%
    }
    .newsletter h3.card-title, .newsletter p.card-text {
        text-align: center !important
    }
    .newsletter .discount-form {
        width: 100%
    }
    .image-slice a.carousel-control-prev {
        left: 88%
    }
}
@media (min-width:992px) {
    .two-column-products .container-fluid {
        padding-left: 100px;
        padding-right: 100px
    }
}
.two-column-products {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}
.two-column-products .card {
    border: none;
    border-radius: 0
}
.card img {
    border: 1px solid #c5c5c5
}
.two-column-products .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}
.two-column-products .green-button {
    background: #fab50f;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 1.5rem;
    border: none
}
.two-column-products .card-title {
    margin-bottom: 0;
    font-size: 20px
}
.two-column-products .price {
    font-size: 20px;
    font-weight: 300;
    color: #fab50f
}
.two-column-products .social-links ul {
    padding-left: 0;
    margin-left: 0
}
.two-column-products .social-links li {
    list-style-type: none;
    display: inline-block;
    border: none;
    margin-right: 20px
}
.two-column-products .social-links li img {
    border: none
}
.two-column-products p.card-text {
    margin-bottom: 1.2rem;
    font-size: .875rem
}
@media (max-width:991px) {
    .card-body {
        text-align: center
    }
    .two-column-products .card-title {
        margin-bottom: 0;
        font-size: 20px;
        padding-top: 15px
    }
}
.video-section {
    width: 100%;
    margin: 0 auto;
    text-align: center
}
.video-box {
    position: relative;
    margin: 0 auto
}
.video-overlay {
    background-position: center center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}
.video-overlay h2 {
    color: #fff;
    z-index: 1
}
.video-overlay:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}
.video-overlay.hide-overlay:before {
    background-color: transparent
}
.play-button {
    font-size: 20px;
    width: 50px;
    z-index: 1;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #3a3a3a;
    border-radius: 50%
}
.play-button:hover {
    background-color: #606060
}
.play-button i, .play-video i {
    margin-left: 2px
}
.stop-volume {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    width: 35px;
    z-index: 1;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #3a3a3a;
    border-radius: 50%
}
.stop-volume:hover {
    background-color: #606060
}
.up-volume {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    width: 35px;
    z-index: 1;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #3a3a3a;
    border-radius: 50%
}
.up-volume:hover {
    background-color: #606060
}
.stop-video {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    width: 35px;
    z-index: 1;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #3a3a3a;
    border-radius: 50%
}
.stop-video:hover {
    background-color: #606060
}
.pause-video {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    width: 35px;
    z-index: 1;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #3a3a3a;
    border-radius: 50%
}
.pause-video:hover {
    background-color: #606060
}
.play-video {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    width: 35px;
    z-index: 1;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #3a3a3a;
    border-radius: 50%
}
.play-video:hover {
    background-color: #606060
}
.social-links li a {
    color: #555 !important
}
ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
ul.cards-list {
    padding-left: 0 !important
}
.card.product-one {
    text-align: center;
    background: 0 0;
    padding-top: 30px;
    padding-bottom: 20px
}
.product-one img {
    border: none !important
}
.product-one .card-title {
    font-size: 1.25rem;
    margin-bottom: 0;
    color: #000
}
.product-two {
    padding: 15px 15px 0 15px;
    margin-bottom: 15px
}
.product-two i {
    color: #fab50f
}
.product-two img {
    background: #f5f5f7;
    border: none
}
.product-two .product-price {
    font-size: 20px;
    margin: 0
}
.product-two button {
    border: 1px solid #fab50f !important;
    height: 30px !important;
    width: 100px !important;
    background: 0 0;
    font-size: 14px !important;
    font-weight: 600 !important
}
.product-two .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}
.product-two p.product-color {
    font-size: 1rem;
    margin-bottom: 0 !important
}
.product-two p.product-price {
    font-weight: 600;
    color: #fab50f
}
.product-details-box p.product-price {
    font-weight: 600;
    color: #fab50f;
    font-size: 2.5rem
}
.product-details-box span.orignal-price {
    color: #cbcbcb;
    font-size: 2rem
}
button.btn-primary-bordered {
    border: 1px solid #fab50f;
    height: 37px;
    width: 152px;
    background: 0 0;
    font-size: .875rem;
    font-weight: 600;
    cursor: pointer
}
.product-three p.product-color {
    font-size: .875rem;
    margin-bottom: 0 !important
}
.product-three p.product-price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fab50f
}
.product-three span.orignal-price {
    color: #cbcbcb;
    font-size: 1rem
}
.card.product-one:hover, .product-one.active {
    box-shadow: .5rem .5rem 2rem 1rem #eee
}
.card.product-one:hover button, .product-one.active button {
    background: #fab50f !important;
    color: #fff !important
}
.card.product-two:hover, .product-two.active {
    box-shadow: .5rem .5rem 2rem 1rem #eee
}
.card.product-two:hover button, .product-two.active button {
    background: #fab50f !important;
    color: #fff !important
}
.product-one > a, .product-two > a {
    background-color: #fff
}
section.logo-list {
    margin: 0 auto
}
section.featured-products {
    padding-top: 80px;
    background: #f5f5f7;
    padding-bottom: 30px
}
section.footer {
    background: #fab50f
}
.footer .light-green.container {
    background: #fab50f;
    padding: 1.8rem;
    z-index: 1;
    position: relative
}
.footer h4 {
    font-size: 1.375rem;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px
}
.green-footer .justify-content-between {
    padding-top: 30px !important
}
.footer .green-footer {
    background: #000;
    height: 100px;
    margin-top: 0;
    z-index: -1
}
.top-footer .content-center .footer_menu, .top-footer .content-center .footer_menu > li, .top-footer .content-center .social-links > ul, .top-footer .content-center h4, .top-footer .content-center p {
    text-align: center
}
.top-footer .content-left .footer_menu, .top-footer .content-left .footer_menu > li, .top-footer .content-left .social-links > ul, .top-footer .content-left h4, .top-footer .content-left p {
    text-align: left
}
.top-footer .content-right .footer_menu, .top-footer .content-right .footer_menu > li, .top-footer .content-right .social-links > ul, .top-footer .content-right h4, .top-footer .content-right p {
    text-align: right
}
@media (min-width:992px) {
    .header .navbar-light .navbar-nav .nav-link {
        font-size: .875rem;
        color: #000;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 17px
    }
    .header .navbar-light .navbar-nav .nav-link:hover {
        text-decoration: underline
    }
    .header .navbar-light .navbar-nav.green-menus .nav-link {
        color: #fab50f
    }
    .header .desk-mobile {
        display: none !important
    }
}
.user-profile {
    display: flex
}
.user-img img {
    width: 56px;
    margin-right: 15px
}
.user-detail {
    padding-right: 20px
}
.user-profile p {
    margin-bottom: 0;
    font-size: .7rem
}
p.user-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0
}
h3.widget-title {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #fab50f;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 800
}
.top-pagination i {
    color: #c9ced6;
    font-size: 24px
}
.categories ul {
    padding-left: 0
}
.categories ul li {
    list-style-type: none;
    font-size: 15px;
    padding-bottom: 8px;
    list-style-type: none
}
.categories ul li > i {
    color: #fab50f;
    font-size: 18px;
    padding-right: 5px
}
.categories ul li a:hover, .categories ul li:hover > a {
    color: #fab50f
}
.categories ul li.selected > a {
    color: #fab50f
}
.categories ul li ul {
    padding-left: 20px;
    padding-top: 10px
}
.brand-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px
}
.brand-filer li:hover {
    color: #b0b3a9
}
.color-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px
}
.color-filer li:hover {
    color: #b0b3a9
}
.length-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px
}
.length-filer li:hover {
    color: #b0b3a9
}
.price-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px
}
.price-filer li:hover {
    color: #b0b3a9
}
.size-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px
}
.size-filer li:hover {
    color: #b0b3a9
}
.sleeve-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px
}
.sleeve-filer li:hover {
    color: #b0b3a9
}
.style-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px
}
.style-filer li:hover {
    color: #b0b3a9
}
.filters .card {
    border: none;
    color: transparent
}
.filters header.card-header.p-1 {
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-radius: 0;
    background: 0 0
}
.filters .btn-info {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border-color: transparent;
    font-size: 1.375rem;
    color: #000;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: space-between
}
.filters .btn-info span.text-sm {
    font-size: .85rem;
    font-weight: 400;
    line-height: 34px
}
.filters .btn-info:hover {
    background-color: transparent;
    border-color: transparent
}
.collapsed > .when-opened, :not(.collapsed) > .when-closed {
    display: none
}
p.card-text {
    color: #000
}
.filters .card-body {
    padding: 0 !important
}
.filters ::v-deep .card-header:focus {
    outline: 0 !important
}
.filters ::v-deep .card-header:active {
    outline: 0 !important
}
.filters .unselect-icon {
    float: right
}
.categories ul li.selected > a {
    color: #fab50f
}
.filters ul {
    padding-left: 0;
    margin-left: 10px
}
.filters ul li {
    margin-bottom: 4px;
    padding: 6px 12px
}
.filters ul li i {
    color: #fab50f
}
.filters ul li.selected {
    background-color: #f7f6fa
}
@media (max-width:991px) {
    ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center
    }
}
.category-sidebar .widget:first-child h3 {
    margin-top: 5px
}
.product-category .top-pagination {
    display: inline-flex;
    max-width: 350px;
    vertical-align: middle
}
.product-category .top-pagination ul {
    padding: 0;
    margin: 0
}
.product-category .top-pagination ul li {
    list-style-type: none;
    float: left
}
.product-category .top-pagination ul li i {
    background-color: #f5f5f7;
    font-size: 15px;
    padding: 10px;
    color: #000
}
.product-category .top-pagination ul li p {
    font-size: 2rem;
    margin: 0;
    padding: 0 10px;
    line-height: 1;
    color: #ffeec3
}
.product-category .top-pagination ul li button {
    border: none;
    margin: 0;
    padding: 0
}
.product-category .top-pagination ul li p span {
    color: #b0b3a9;
    padding-left: 5px;
    padding-right: 5px
}
.product-category .image-overlay {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    height: 213px
}
.product-category .image-overlay img.card-img {
    height: 213px
}
.product-category .image-overlay .card-title {
    margin-bottom: 0;
    font-size: 2.812rem;
    line-height: 3.2rem
}
.product-category .image-overlay p.card-text {
    max-width: 670px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 27px
}
.product-category .image-overlay .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    padding-top: 3rem;
    background: rgba(210, 233, 227, .8);
    text-align: center;
    color: #000
}
.product-category .image-overlay .card {
    border-radius: 0;
    border: none;
    z-index: -1
}
@media (max-width:991px) {
    .product-category .image-overlay .card-img-overlay {
        padding-top: 5px
    }
    .product-category .image-overlay .card-title {
        margin-bottom: 0;
        font-size: 1.812rem;
        line-height: 3.2rem
    }
}
.product-category {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}
.products .selected-badges .badge {
    padding: 8px 12px;
    border-radius: 0;
    cursor: pointer
}
.products .selected-badges .btn-link {
    color: #fab50f
}
.products .card {
    margin-top: 1.5rem;
    border: none
}
.products .card-img, .products .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.products .card-title {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000
}
.card-title > a {
    text-decoration: none;
    color: #000
}
.products .card:hover .card-title {
    text-decoration: none
}
.products .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem 0 0
}
.products .price {
    font-size: 1.125rem;
    font-weight: 300;
    color: #fab50f
}
.products .card:hover .price {
    text-decoration: none
}
.btn-info.focus, .btn-info:focus {
    box-shadow: none !important
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: transparent !important;
    border-color: transparent !important
}
.card {
    border: none !important
}
.social-links li a {
    color: #555 !important
}
d ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
ul.cards-list {
    padding-left: 0 !important
}
@media (max-width:991px) {
    .col-sm-12.col-md-6.col-lg-4.col-xl-4 {
        text-align: center
    }
    .right-filters.col-sm-12.col-md-6.col-lg-5.col-xl-5 {
        text-align: center
    }
    .filter-dropdown {
        margin-bottom: 15px
    }
    ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center
    }
    .gallery-thumbs {
        height: 100% !important;
        box-sizing: border-box;
        padding: 0 !important;
        width: 20%;
        float: left;
        text-align: center;
        display: flex !important;
        justify-content: center !important
    }
    .gallery-top {
        text-align: center !important;
        display: flex !important;
        justify-content: center !important
    }
    .gallery-top .swiper-button-next {
        right: 40% !important
    }
    .gallery-top .swiper-button-prev {
        left: 40% !important
    }
    .swiper-button-next {
        position: absolute;
        bottom: 0;
        top: 90% !important;
        width: 40px;
        background: url(assets/images/icons/swiper-bottom.svg) no-repeat;
        left: auto !important;
        margin: 0 auto
    }
    .swiper-button-prev {
        top: 25px;
        background: url(assets/images/icons/swiper-top.svg) no-repeat;
        left: auto !important;
        width: 40px;
        text-align: center;
        margin: 0 auto
    }
    .product-detail .b-sidebar {
        width: 350px !important
    }
    .product-detail h3.product-title {
        font-size: 1.375rem;
        font-weight: 500;
        margin-top: 30px;
        margin-bottom: 0
    }
}
.custom-select {
    width: 201px;
    border-radius: 0 !important;
    border: 1px solid #c9ced6;
    height: 35px;
    background-image: url(../assets/images/icons/dropdown-arrow.svg);
    vertical-align: super
}
.filter-dropdown {
    width: 201px;
    display: inline-flex;
    vertical-align: top
}
.top-pagination {
    display: inline-flex;
    max-width: 350px
}
.top-pagination ul {
    padding-left: 0
}
.top-pagination ul li {
    list-style-type: none;
    float: left;
    padding-left: 20px
}
.top-pagination ul li p {
    font-size: .875rem
}
.top-pagination ul li p span {
    color: #b0b3a9;
    padding-left: 5px;
    padding-right: 5px
}
.products-pagination {
    display: none
}
.right-filters {
    text-align: right
}
.cart-sidebar .continue-cart {
    width: 100%
}
.sidebar-header h3 {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 0
}
.sidebar-header .close-btn {
    position: absolute;
    cursor: pointer;
    font-size: 25px;
    line-height: 0
}
.cart-sidebar .cart-sidebar {
    margin: 20px
}
.cart-sidebar .added-product-list {
    margin: 0 0 1.5rem 0;
    border-bottom: 1px dashed #fab50f;
    border-top: 2px solid #fab50f;
    padding-bottom: 20px
}
.cart-sidebar .product img {
    display: inline-block;
    vertical-align: top
}
.cart-sidebar .product .product-detail {
    display: inline-block;
    padding-left: 15px;
    padding-top: 0;
    vertical-align: baseline;
    margin-bottom: 0
}
.cart-sidebar .product {
    margin-bottom: 14px;
    margin-top: 15px
}
.cart-sidebar .product-detail h4 {
    font-size: 1.2rem;
    margin-bottom: 0
}
.cart-sidebar .subscribe h3 {
    font-size: 1.375rem
}
.cart-sidebar p.thin {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: left
}
.cart-sidebar .subscribe p {
    font-size: 20px;
    padding: 10px 0
}
p.product-price {
    padding: 0 !important
}
.cart-sidebar .subscribe .thin {
    text-align: center;
    color: #fab50f;
    font-size: 20px
}
.cart-sidebar .subscribe button.btn-gree {
    height: 35px;
    width: 220px;
    margin: 20px auto;
    display: block
}
.cart-sidebar .subscribe-cta {
    text-align: center;
    border-bottom: 1px dashed #fab50f;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem
}
.cart-sidebar .subscribe-cta strong {
    font-weight: 700;
    font-style: italic;
    font-size: 1.375rem
}
.cart-sidebar .subscribe-cta p {
    font-size: 1.25rem;
    font-style: italic
}
.cart-sidebar .recommended-products h4 {
    font-size: 1.375rem;
    margin-bottom: 25px
}
.cart-sidebar .recommended-products .product-detail p.price {
    color: #fab50f;
    font-size: 1.375rem;
    padding-top: 0 !important
}
.cart-sidebar .recommended-products .product-detail h4 {
    font-size: 1.2rem;
    margin-bottom: 0 !important
}
.cart-sidebar .recommended-products .product {
    margin-bottom: 14px;
    margin-top: 10px;
    border-bottom: 1px dashed #fab50f;
    padding-bottom: 15px;
    padding-top: 10px
}
.cart-sidebar .select-quantity {
    width: 106px;
    display: inline-block
}
.cart-sidebar .add-cart-section .select-quantity {
    display: inline-flex;
    width: 106px !important
}
.cart-sidebar .add-cart-section .select-quantity select {
    width: 106px !important
}
.cart-sidebar .add-button .btn-gree {
    width: 150px !important;
    margin-top: 0 !important;
    margin-left: 0 !important
}
.recommended-products .add-cart-section {
    display: flex
}
.cart-sidebar .add-button {
    display: inline-block;
    margin-left: 15px
}
.cart-sidebar .custom-select {
    border-radius: 0 !important;
    border: 1px solid #c9ced6;
    background-image: url(../assets/images/icons/dropdown-arrow.svg)
}
.cart-sidebar .remove-product {
    position: absolute;
    right: 0
}
.cart-sidebar section.cart {
    padding-bottom: 150px
}
.product-detail h3.product-title {
    font-size: 1.632rem;
    font-weight: 500;
    margin-bottom: 0
}
.product-detail {
    margin-top: 0;
    margin-bottom: 40px
}
.product-detail p.see-more-seller {
    font-size: .875rem
}
.product-detail .price {
    font-size: 1.875rem;
    color: #fab50f;
    margin-bottom: 0
}
.product-detail .price sub {
    bottom: 0;
    font-size: .875rem;
    color: #8e8e8e
}
.product-detail .price .sale {
    font-size: .875rem;
    color: #fab50f
}
.product-detail .sale-heading {
    font-size: 1.875rem;
    color: #fab50f;
    line-height: 1
}
.product-detail .discount {
    font-size: .875rem
}
.product-detail .shipping p {
    font-size: .875rem;
    margin-bottom: 0
}
.product-detail .shipping p:last-child {
    margin-bottom: 10px
}
.product-detail .shipping .input-group input {
    max-width: 250px
}
.product-detail .select-color p {
    font-size: .875rem
}
.product-detail .color {
    width: 50px !important;
    height: 50px !important;
    background: #eaeaea;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    float: none;
    vertical-align: middle
}
.product-detail .color .color-option {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    float: none;
    vertical-align: middle
}
.product-detail .color.active {
    border: 1px solid #000
}
.product-detail .color-list {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    display: flex
}
.product-detail .filter-dropdown select {
    width: 200px;
    height: 38px;
    border: 1px solid #c9ced6
}
.product-detail .custom-select {
    width: 201px;
    border-radius: 0 !important;
    border: 1px solid #c9ced6;
    height: 35px;
    background-image: url(../assets/images/icons/dropdown-arrow.svg);
    vertical-align: super;
    margin-bottom: 10px
}
.product-detail .select-quantity {
    margin-right: 20px;
    display: inline-flex
}
.product-detail .wishlist {
    margin-right: 0;
    text-align: right;
    display: inline-flex;
    padding: 8px 8px 0;
    color: #fab50f;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer
}
.product-detail .cart-button {
    width: 100%
}
.product-detail button.btn-gree {
    width: 100%;
    height: 35px
}
.product-detail button.btn-copy-white {
    width: 100%;
    background: #fff;
    height: 35px;
    color: #fab50f;
    border: 2px solid #fab50f;
    line-height: 2.2;
    padding: 0
}
.product-detail .product-description h4 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0
}
.product-detail .product-description p {
    font-size: .875rem
}
.btn-collapse-zipcode {
    display: inline-flex;
    align-items: center;
    position: relative
}
.btn-collapse-zipcode i {
    position: absolute;
    right: -15px
}
.btn-collapse-zipcode.collapsed i {
    transform: rotate(180deg)
}
section.similar-products {
    margin-bottom: 2rem;
    margin-top: 2rem
}
section.top-products {
    margin-top: 2rem;
    margin-bottom: 2rem
}
.top-products .card {
    margin-top: 1.5rem;
    border: none
}
.card-img-top, .top-products .card-img {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.thumb-gallery .lSSlideOuter.vertical {
    padding-left: 106px !important;
    padding-right: 0 !important
}
.thumb-gallery .lSSlideOuter.vertical.noPager {
    padding-left: 0 !important
}
.thumb-gallery .lSSlideOuter.vertical.noPager .lSSlideWrapper, .thumb-gallery .lSSlideOuter.vertical.noPager .lSSlideWrapper .lightSlider, .thumb-gallery .lSSlideOuter.vertical.noPager .lSSlideWrapper .lightSlider .lslide {
    height: auto !important
}
.thumb-gallery .lSSlideOuter.vertical .lSGallery {
    left: 0 !important;
    padding-right: 6px !important;
    margin-left: 0 !important
}
.thumb-gallery .lSSlideOuter.vertical .lslide {
    min-height: 550px
}
.thumb-gallery .lslide img {
    width: 100%;
    height: auto
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid #cacaca;
    border-radius: 0 !important;
    box-sizing: border-box;
    display: flex;
    align-items: center
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li.active {
    border: 1px solid #010101;
    border-radius: 0 !important
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li > a {
    display: flex;
    width: 100%;
    height: 100%
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li img {
    border-radius: 0;
    max-height: 100%;
    margin: auto;
    vertical-align: middle
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li.active img {
    border-radius: 0
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0
}
.drift-bounding-box.drift-open {
    display: none
}
.drift-bounding-box.drift-open:last-child {
    display: block
}
.thumb-example {
    height: 480px;
    background-color: transparent
}
.gallery-top {
    height: 100%;
    width: 80%;
    float: right
}
.gallery-thumbs {
    height: 100%;
    box-sizing: border-box;
    width: 15%;
    float: left
}
.gallery-thumbs .swiper-slide {
    width: 100%;
    height: auto !important
}
.swiper-slide-thumb-active {
    border: 1px solid #26262c
}
.product-gallery .gallery-top .swiper-slide img {
    width: 100%;
    height: auto
}
.product-gallery .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1
}
.swiper-button-prev {
    top: 25px;
    background: url(../assets/images/icons/swiper-top.svg) no-repeat;
    left: 40px;
    width: 40px
}
.swiper-button-prev:after {
    content: "" !important
}
.swiper-button-next {
    position: absolute;
    bottom: 0;
    top: 94%;
    width: 40px;
    background: url(../assets/images/icons/swiper-bottom.svg) no-repeat;
    left: 40px
}
.swiper-button-next:after {
    content: "" !important
}
.b-sidebar-outer {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: z-index .5s ease
}
.b-sidebar-outer.open {
    z-index: 10
}
.product-detail .b-sidebar {
    height: 100%;
    width: 482px;
    position: fixed;
    right: -500px;
    top: 0;
    z-index: 99999;
    background: #fff !important;
    transition: right .5s ease
}
.product-detail .b-sidebar.active {
    right: 0
}
.product-detail .b-sidebar .sidebar-header {
    padding: 10px 20px
}
.product-detail .b-sidebar .b-sidebar-body {
    position: relative;
    max-height: calc(100vh - 46px);
    overflow: auto;
    padding: 0 20px 20px 20px
}
.b-sidebar-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    overflow: hidden
}
.social-links li a {
    color: #555 !important
}
d ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
ul.cards-list {
    padding-left: 0 !important
}
i.fal.fa-arrow-down {
    color: #fff
}
i.fal.fa-heart-square {
    font-size: 30px;
    padding-top: 2px;
    color: #fab50f
}
@media (max-width:991px) {
    .col-sm-12.col-md-6.col-lg-4.col-xl-4 {
        text-align: center
    }
    .right-filters.col-sm-12.col-md-6.col-lg-5.col-xl-5 {
        text-align: center
    }
    .filter-dropdown {
        margin-bottom: 15px
    }
    ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center
    }
}
.welcome-back .checkout-btn {
    text-align: center
}
.welcome-back button.btn-gree {
    width: 240px;
    background: #fab50f;
    height: 50px;
    margin: 0 auto;
    margin-top: 40px
}
.side-btn-icon {
    background: #fab50f !important;
    color: #fff;
    margin: 0 auto
}
.side-btn-icon span {
    float: right;
    border-left: 2px solid #fff;
    padding: 0 10px
}
.welcome-back h1.text-center {
    font-size: 2.8125rem;
    font-weight: 800;
    margin-bottom: 2rem
}
.welcome-back input {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #c9ced6;
    color: #c9ced6;
    margin-bottom: 20px
}
section.welcome-back {
    padding-top: 50px;
    padding-bottom: 200px
}
.welcome-back .forgot-password {
    text-align: center;
    margin-top: 20px
}
.welcome-back .forgot-password a {
    color: #fab50f;
    text-decoration: underline;
    text-align: center
}
.social-links li a {
    color: #555 !important
}
d ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
ul.cards-list {
    padding-left: 0 !important
}
@media (max-width:991px) {
    .col-sm-12.col-md-6.col-lg-4.col-xl-4 {
        text-align: center
    }
    .right-filters.col-sm-12.col-md-6.col-lg-5.col-xl-5 {
        text-align: center
    }
    .filter-dropdown {
        margin-bottom: 15px
    }
    ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center
    }
}
.create-account .checkout-btn {
    text-align: center
}
.create-account button.btn-gree {
    width: 294px;
    height: 50px
}
.create-account h1.text-center {
    font-size: 2.8125rem;
    font-weight: 800
}
.create-account input {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #c9ced6;
    color: #c9ced6;
    margin-bottom: 20px
}
.create-account.input-fluid input {
    margin-top: 0;
    max-width: 100%
}
section.create-account {
    padding-top: 50px;
    padding-bottom: 200px
}
.create-account .forgot-password {
    text-align: center;
    margin-top: 20px
}
.create-account .forgot-password a {
    color: #000;
    text-decoration: underline;
    text-align: center
}
.create-account .email-section {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}
.create-account .email-section p {
    font-size: 1.125rem;
    font-weight: 800
}
.create-account .email-section a {
    color: #fab50f;
    text-decoration: underline
}
.create-account .terms-section {
    text-align: center;
    margin-top: 30px
}
.create-account .terms-section p {
    font-size: 12px
}
.create-account .terms-section a {
    color: #fab50f;
    text-decoration: underline
}
.social-links li a {
    color: #555 !important
}
d ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
ul.cards-list {
    padding-left: 0 !important
}
@media (max-width:991px) {
    .shipping-method .col-sm-12.col-md-6.col-lg-4.col-xl-4 {
        text-align: center
    }
    .shipping-method .right-filters.col-sm-12.col-md-6.col-lg-5.col-xl-5 {
        text-align: center
    }
    .shipping-method .filter-dropdown {
        margin-bottom: 15px
    }
    ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center
    }
}
.shipping-method input {
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #c9ced6;
    color: #555 !important;
    border-radius: 0;
    font-size: 12px;
    height: 35px
}
.shipping-method .product img {
    display: inline-block;
    vertical-align: top;
    align-self: flex-start
}
.added-product {
    display: inline-block;
    position: relative;
    width: calc(100% - 118px);
    padding-left: 20px
}
.added-product h3 {
    font-size: 14px;
    font-weight: 500
}
.shipping-method p.price {
    font-size: 1.375rem;
    color: #8e8e8e;
    position: absolute;
    top: 0;
    right: 0
}
p.price span {
    color: #fab50f
}
.shipping-method .product-actions {
    margin-top: -22px
}
.shipping-method .quantity {
    display: inline-block;
    margin-right: 60px
}
.shipping-method .quant {
    display: inline-block;
    margin-right: 12px
}
.shipping-method .product-actions .price {
    display: inline-block
}
.shipping-method .product-actions h5 {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 20px
}
.shipping-method .quant.quantity {
    font-size: 1.375rem;
    color: #8e8e8e;
    font-weight: 500;
    vertical-align: middle
}
.shipping-method .total-price {
    color: #fab50f;
    font-size: 1.375rem;
    font-weight: 500
}
.shipping-method .product {
    margin-bottom: 2rem;
    display: flex
}
.shipping-method p.desc {
    font-size: .75rem;
    max-width: 200px
}
.shipping-method .checkout-btn {
    display: block;
    margin-top: -42px;
    float: right
}
section.shipping-method {
    padding-bottom: 100px
}
.shipping-method .discount-form {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #d2e9e3
}
.shipping-address {
    position: relative
}
.shipping-address a {
    text-decoration: underline;
    right: 0;
    top: 0;
    color: #fab50f
}
.method {
    border: 2px solid #b0b3a9;
    padding: 16px 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: none
}
.method:last-child {
    border-bottom: 2px solid #b0b3a9
}
.method-title {
    font-weight: 500;
    font-size: 1.125rem
}
.payment-button .checkout-btn {
    margin-top: 0
}
.social-links li a {
    color: #555 !important
}
ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
ul.cards-list {
    padding-left: 0 !important
}
section.order-complete {
    padding: 50px
}
.order-complete .pricing-box {
    border: none !important;
    padding: 30px;
    padding-top: 50px;
    background: #f5f5f7
}
.order-complete .pricing-box h4 {
    text-align: left;
    border-bottom: 2px solid #c5c5c5;
    padding-bottom: 15px;
    margin-bottom: 40px
}
.order-complete .confirmation-box {
    border: 2px solid #f3f4f5;
    padding: 20px;
    margin-top: 1.5rem
}
.order-complete .item-sub-total {
    display: flex;
    justify-content: space-between
}
.order-complete .item-sub-total p {
    font-size: .875rem;
    font-weight: 300
}
.order-complete .shipping-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #fab50f;
    margin-bottom: 20px
}
.order-complete .shipping-info p {
    font-size: .875rem;
    font-weight: 300
}
.order-complete .tax-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fab50f
}
.order-complete .tax-info p {
    font-size: .875rem;
    font-weight: 300
}
.order-complete p.total {
    font-size: 14px;
    font-weight: 700
}
.order-complete .cart-totals {
    display: flex;
    justify-content: space-between
}
.order-complete .cart-totals p {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0
}
.order-complete .cart-totals .total {
    font-size: 2rem !important;
    font-weight: 500 !important
}
.order-complete .saving {
    display: flex;
    justify-content: space-between
}
.order-complete .saving p {
    font-size: .875rem;
    font-weight: 300
}
.order-complete .saving .save-total {
    font-size: 1.375rem;
    font-weight: 300
}
.order-complete .confirm-row h4 {
    font-size: 1.125rem;
    text-align: right
}
.order-complete .confirm-row p {
    font-size: 1.125rem;
    margin-bottom: 0;
    color: #8e8e8e
}
.order-complete .confirm-row {
    padding-top: 30px;
    border-bottom: 1px dashed #fab50f;
    margin-left: -6px;
    margin-right: -15px;
    padding-bottom: 24px
}
.order-complete .confirm-row a {
    clear: both;
    display: block;
    margin-top: 20px;
    color: #fab50f
}
.order-complete .confirm-row:last-child {
    border-bottom: none;
    padding-bottom: 0 !important
}
.order-complete .pricing-box strong {
    font-size: .875rem
}
.order-complete .title-heading {
    text-align: center;
    font-size: 1.5rem;
    color: #8e8e8e
}
.order-complete section.order-complete {
    padding-top: 2rem;
    padding-bottom: 100px
}
.order-complete .social-links li a {
    color: #555 !important
}
.order-complete i.fas.fa-long-arrow-alt-right {
    color: #fff;
    padding-top: 3px
}
.order-complete ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
.order-complete ul.cards-list {
    padding-left: 0 !important
}
.order-complete .quotation {
    text-align: center;
    font-size: 30px;
    color: #fab50f
}
@media (max-width:991px) {
    .order-complete ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center
    }
    .order-complete .confirm-row p {
        font-size: 14px !important;
        margin-bottom: 0
    }
}
.image-overlay button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    align-items: center;
    line-height: 18px;
    display: inline-flex;
    justify-content: center;
    margin-left: 6px
}
.image-overlay button {
    background: 0 0;
    padding-left: 0 !important;
    border: none !important;
    font-size: .8125rem;
    cursor: pointer
}
.image-overlay.large-text h4 {
    font-size: 4.33333rem !important
}
.image-overlay.large-text .overlay-body p {
    font-size: 1.53333rem !important
}
.image-overlay.medium-text h4 {
    font-size: 2.33333rem !important
}
.image-overlay.medium-text .overlay-body p {
    font-size: 1.26667rem !important
}
button.btn-border {
    border: 1px solid #fab50f !important;
    padding: 5px 10px !important
}
button.btn-border:hover {
    color: #fff;
    background: #fab50f
}
.blog-page .blog_page-title {
    margin-top: 2.5rem;
    font-size: 2.5rem;
    font-weight: 500
}
.blog-page .card {
    margin-top: 1.5rem;
    border: 0
}
.blog-page .card-title {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.5rem;
    color: #000;
    font-weight: 600
}
.blog-page .card-body {
    padding: 1.25rem 0
}
.blog-page .blog_author {
    font-size: 11px;
    font-weight: 600;
    color: #767676;
    margin-bottom: 10px
}
.blog-page .post-content {
    padding: 20px 0 20px 0;
    font-size: 14px;
    font-weight: 400
}
.blog-page .readmore button {
    background: 0 0;
    border-radius: 0;
    font-size: 14px
}
.article .featured-img {
    text-align: center
}
.article .featured-img img {
    margin-bottom: 1.5rem
}
.article .current-post .article-title {
    font-size: 1.375rem;
    margin-bottom: 0;
    font-weight: 800
}
.article .article-meta {
    font-size: 14px
}
.article .post-content {
    padding: 20px 0
}
.article .post-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
}
.article .post-content blockquote {
    padding: 10px 20px;
    margin: 10px 0 20px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #fab50f;
    background-color: #f1f3f5;
    display: block
}
.article .post-content b, .article .post-content strong {
    font-weight: 700
}
.article .post-content h1 {
    font-size: 2.5rem
}
.article .post-content h2 {
    font-size: 2rem
}
.article .post-content h3 {
    font-size: 1.75rem
}
.article .post-content h4 {
    font-size: 1.5rem
}
.article .post-content h5 {
    font-size: 1.25rem
}
.article .post-content h6 {
    font-size: 1rem
}
.article .post-comments .sub-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem
}
.article .notice {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #979797
}
section.contact-us {
    max-width: 750px;
    text-align: center;
    margin: 2rem auto -2rem;
    padding: 5rem 5rem 5rem;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 .7rem #eee
}
@media (max-width:768px) {
    section.contact-us {
        padding: 5rem 3re
    }
}
@media (max-width:500px) {
    section.contact-us {
        padding: 5rem 1rem
    }
    .contact-us .checkout-btn {
        width: 100%
    }
    .contact-us button.btn-gree {
        width: 80%
    }
}
.contact-form input, .contact-form textarea {
    box-shadow: inset 0 0 .5rem #eee
}
.contact-form textarea {
    resize: none;
    height: 6.5rem
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #c9ced6
}
.contact-us button.btn-gree {
    width: 240px;
    background: #fab50f;
    border: none;
    height: 35px;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px
}
.contact-us .checkout-btn {
    text-align: center
}
.newsletter .discount-form button.btn-gree {
    margin-top: 6px;
    width: 154px;
    height: 37px
}
.newsletter .discount-form {
    position: relative;
    width: 90%
}
.newsletter button.btn-gree {
    width: 240px;
    background: #fab50f;
    border: none;
    height: 35px;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px
}
.newsletter .checkout-btn {
    position: absolute;
    top: 36px;
    right: 0
}
.newsletter .discount-form {
    border: none
}
.newsletter .discount-form input {
    box-shadow: inset 0 0 .5rem #eee
}
@media (max-width:620px) {
    .newsletter .checkout-btn {
        position: static;
        top: 0;
        right: 0;
        margin: 0;
        width: 100%
    }
}
.brand-filer ul li > i, .categories ul li > i, .color-filer ul li > i, .length-filer ul li > i, .price-filer ul li > i, .size-filer ul li > i, .sleeve-filer ul li > i, .style-filer ul li > i {
    color: #fab50f;
    font-size: 18px;
    padding-right: 5px
}
.brand-filer ul li > a, .categories ul li > a, .color-filer ul li > a, .length-filer ul li > a, .price-filer ul li > a, .size-filer ul li > a, .sleeve-filer ul li > a, .style-filer ul li > a {
    color: #000;
    text-decoration: none
}
.brand-filer ul li:hover > a, .categories ul li:hover > a, .color-filer ul li:hover > a, .length-filer ul li:hover > a, .price-filer ul li:hover > a, .size-filer ul li:hover > a, .sleeve-filer ul li:hover > a, .style-filer ul li:hover > a {
    text-decoration: none;
    color: #fab50f
}
.home section.footer {
    background: #fab50f;
    padding-top: 6rem;
    margin-top: -6rem;
    z-index: -1;
    position: relative
}
.post {
    border-bottom: 1px dashed #fab50f
}
@media (max-width:991px) {
    .cart .added-product {
        width: 300px !important;
        padding-top: 20px;
        text-align: left
    }
    .cart ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center
    }
}
.cart h1 {
    font-size: 1.625rem;
    font-weight: 400;
    margin-bottom: 50px
}
.cart .product img {
    display: inline-block;
    vertical-align: top
}
.cart .added-product {
    display: inline-block;
    width: 340px;
    padding-left: 20px;
    position: relative
}
.cart .added-product h3 {
    font-size: 1.175rem;
    font-weight: 600
}
.cart .product p.price {
    font-size: 1.375rem;
    color: #8e8e8e
}
.cart .product p.price span {
    color: #fab50f
}
.cart .product-actions {
    float: right;
    margin-top: -22px
}
.cart .quantity {
    display: inline-block;
    margin-right: 60px
}
.cart .quant {
    display: inline-block;
    margin-right: 5px
}
.cart .product-actions .price {
    display: inline-block
}
.cart .product-actions h5 {
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 6px
}
.cart .quant.quantity {
    font-size: 1.375rem;
    color: #8e8e8e;
    font-weight: 500;
    vertical-align: middle
}
.cart .total-price {
    color: #fab50f;
    font-size: 1.375rem;
    font-weight: 500
}
.cart .pricing-box {
    border: none !important;
    padding: 15px 30px 30px 30px;
    background: #f5f5f7
}
.cart .item-sub-total {
    display: flex;
    justify-content: space-between
}
.cart .item-sub-total p {
    font-size: 1rem;
    font-weight: 300
}
.cart .shipping-info {
    display: flex;
    justify-content: space-between
}
.cart .shipping-info p {
    font-size: 1rem;
    font-weight: 300
}
.cart .tax-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fab50f
}
.cart .tax-info p {
    font-size: 1rem;
    font-weight: 300
}
.cart p.total {
    font-size: 14px;
    font-weight: 600
}
.cart .cart-totals {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}
.cart .cart-totals p {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0
}
.cart .cart-totals .total {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #fab50f
}
.cart .saving {
    display: flex;
    justify-content: space-between
}
.cart .saving p {
    font-size: 1.125rem;
    font-weight: 300
}
.cart .saving .save-total {
    font-size: 1.375rem;
    font-weight: 400
}
.cart .ship-to span {
    text-decoration: underline
}
.cart button.btn-gree {
    width: 100%;
    height: 50px
}
.cart .checkout-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px
}
.cart .remove-product {
    position: absolute;
    right: 0
}
.cart {
    padding-bottom: 100px
}
.cart .social-links li a {
    color: #555 !important
}
.header .sign_in_top_display, .header .sign_in_top_display a, .header i.fal.fa-shopping-cart, .header i.fal.fa-user {
    color: #000
}
.cart i.fal.fa-shopping-cart {
    color: #fff
}
.cart ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
.cart ul.cards-list {
    padding-left: 0 !important
}
.cart .quotation {
    text-align: center;
    font-size: 30px;
    color: #fab50f
}
.cart i.fal.fa-trash-alt {
    color: #fab50f
}
.cart .quant.img-left {
    width: 26px;
    background: #ddd;
    padding: 5px;
    margin-right: 4px;
    color: #fff;
    cursor: pointer
}
.cart .quant.img-right {
    width: 26px;
    background: #ddd;
    padding: 5px;
    margin-right: 4px;
    color: #fff;
    cursor: pointer
}
.cart .shipping-info {
    border-bottom: none !important;
    margin-bottom: 0 !important
}
.cart .product-list {
    margin-top: 30px
}
.cart .pricing-box h4 {
    text-align: center;
    border-bottom: 2px solid #c5c5c5;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600
}
@media (max-width:991px) {
    .payment-methods .col-sm-12.col-md-6.col-lg-4.col-xl-4 {
        text-align: center
    }
    .payment-methods .right-filters.col-sm-12.col-md-6.col-lg-5.col-xl-5 {
        text-align: center
    }
    .payment-methods .filter-dropdown {
        margin-bottom: 15px
    }
    .payment-methods ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center
    }
    .payment-methods .product p.price {
        font-size: 13px
    }
    .payment-methods .discount-form button.btn-gree {
        margin-top: 6px;
        width: 100px
    }
}
.payment-methods h2 {
    font-size: 1.375rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem
}
.payment-methods button.btn-gree {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    margin-top: 40px
}
.payment-methods .discount-form button.btn-gree {
    margin-top: 6px;
    width: 154px
}
.payment-methods .btn-gree span {
    float: right
}
.payment-methods input {
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #c9ced6;
    color: #555 !important;
    border-radius: 0;
    font-size: 12px;
    height: 35px
}
.payment-methods .pricing-box {
    border: none !important;
    padding: 30px;
    padding-top: 50px;
    background: #f5f5f7;
    margin-top: 30px
}
.payment-methods .item-sub-total {
    display: flex;
    justify-content: space-between
}
.payment-methods .item-sub-total p {
    font-size: 1rem;
    font-weight: 300
}
.payment-methods .shipping-info {
    display: flex;
    justify-content: space-between
}
.payment-methods .shipping-info p {
    font-size: 1rem;
    font-weight: 300
}
.payment-methods .tax-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fab50f
}
.payment-methods .tax-info p {
    font-size: 1rem;
    font-weight: 300
}
.payment-methods p.total {
    font-size: 1rem;
    font-weight: 600
}
.payment-methods .cart-totals {
    display: flex;
    justify-content: space-between
}
.payment-methods .cart-totals p {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0
}
.payment-methods .cart-totals .total {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #fab50f
}
.payment-methods .saving {
    display: flex;
    justify-content: space-between
}
.payment-methods .saving p {
    font-size: 1.125rem;
    font-weight: 300
}
.payment-methods .saving .save-total {
    font-size: 1.375rem;
    font-weight: 400
}
.payment-methods .ship-to span {
    text-decoration: underline
}
.payment-methods .product img {
    display: inline-block;
    vertical-align: top
}
.payment-methods .added-product {
    display: inline-block;
    position: relative;
    width: calc(100% - 118px);
    padding-left: 20px
}
.payment-methods .added-product h3 {
    font-size: 1.125rem;
    font-weight: 500
}
.payment-methods .product p.price {
    font-size: 1.375rem;
    color: #8e8e8e;
    position: absolute;
    top: 0;
    right: 0
}
.payment-methods .product p.price span {
    color: #fab50f
}
.payment-methods .product-actions {
    margin-top: -22px
}
.payment-methods .quantity {
    display: inline-block;
    margin-right: 60px
}
.payment-methods .quant {
    display: inline-block;
    margin-right: 12px
}
.payment-methods .product-actions .price {
    display: inline-block
}
.payment-methods .product-actions h5 {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 20px
}
.payment-methods .quant.quantity {
    font-size: 1.375rem;
    color: #8e8e8e;
    font-weight: 500;
    vertical-align: middle
}
.payment-methods .total-price {
    color: #fab50f;
    font-size: 1.375rem;
    font-weight: 500
}
.payment-methods .product {
    margin-bottom: 2rem;
    display: flex
}
.payment-methods p.desc {
    font-size: .75rem;
    max-width: 200px
}
.payment-methods .checkout-btn {
    display: block;
    margin-top: -42px;
    float: right
}
section.payment-methods {
    padding-bottom: 100px
}
.payment-methods .discount-form {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: none
}
.payment-methods .shipping-address {
    position: relative;
    position: relative;
    border-bottom: 1px dashed #fab50f;
    padding-bottom: 20px
}
.payment-methods .shipping-address p {
    color: #8e8e8e;
    font-size: 1.125rem;
    margin-bottom: 0
}
.payment-methods .shipping-address a {
    position: absolute;
    text-decoration: underline;
    right: 0;
    top: 0;
    color: #fab50f
}
.payment-methods .shipping-methods {
    position: relative
}
.payment-methods .shipping-methods a {
    position: absolute;
    text-decoration: underline;
    right: 0;
    top: 0;
    color: #fab50f
}
.payment-methods .payment-info {
    position: relative
}
.payment-methods .payment-info a {
    position: absolute;
    text-decoration: underline;
    right: 0;
    top: 0;
    color: #fab50f
}
.payment-methods .method {
    border: none;
    padding: 16px 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    background: #f5f5f7
}
.payment-methods .method:last-child {
    border-bottom: none
}
.payment-methods .method-title {
    font-weight: 500;
    font-size: 1.125rem
}
.payment-methods .payment-button .checkout-btn {
    margin-top: 0
}
.payment-methods .method-body {
    border-left: 1px solid #f3f4f5;
    border-right: 1px solid #f3f4f5;
    border-top: 1px solid #f3f4f5;
    padding: 30px 20px 10px
}
.payment-methods .exclusive-offer {
    bottom: -14px;
    position: absolute
}
.payment-methods .payment-button p {
    font-size: .75rem
}
.payment-methods .payment-button p {
    font-size: .75rem;
    margin-bottom: 0;
    margin-top: 30px
}
.payment-methods .payment-button a {
    color: #000;
    text-decoration: underline
}
.payment-methods .social-links li a {
    color: #555 !important
}
.payment-methods d .payment-methods ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
.payment-methods ul.cards-list {
    padding-left: 0 !important
}
.payment-methods .quotation {
    text-align: center;
    font-size: 30px;
    color: #fab50f
}
.header .user-detail {
    margin-left: 5px;
    color: #212529
}
.header .user-detail p {
    line-height: 1.5
}
.header .right-content p {
    margin-bottom: 0
}
@media (max-width:992px) {
    .header .header ul.green-menus {
        display: flex;
        justify-content: flex-end;
        padding-top: 10px
    }
    .header .user-detail .user-title {
        font-size: .8rem
    }
    .header .user-img img {
        width: 50px
    }
}
@media (max-width:768px) {
    .header ul.green-menus {
        width: auto !important;
        margin: 0 !important;
        padding: 0
    }
    .user-detail {
        display: none
    }
    .user-img img {
        width: 35px
    }
    .header .user-profile {
        margin-right: 5px
    }
}
@media (max-width:991px) {
    .shipping-method .col-sm-12.col-md-6.col-lg-4.col-xl-4 {
        text-align: center
    }
    .shipping-method .right-filters.col-sm-12.col-md-6.col-lg-5.col-xl-5 {
        text-align: center
    }
    .shipping-method .filter-dropdown {
        margin-bottom: 15px
    }
    .shipping-method ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center
    }
    .shipping-method .product p.price {
        font-size: 13px
    }
    .shipping-method .discount-form button.btn-gree {
        margin-top: 6px;
        width: 100px
    }
}
.shipping-method h2 {
    font-size: 1.375rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem
}
.shipping-method button.btn-gree {
    width: 240px;
    background: #fab50f;
    border: none;
    height: 35px;
    color: #fff;
    margin: 0 auto
}
#input-group-1 .checkout-btn {
    margin-top: 0
}
.shipping-method .discount-form button.btn-gree {
    margin-top: 6px;
    width: 154px
}
.shipping-method .btn-gree span {
    float: right
}
.shipping-method input {
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #c9ced6;
    color: #555 !important;
    border-radius: 0;
    font-size: 12px;
    height: 35px
}
.shipping-method .pricing-box {
    border: none !important;
    padding: 30px;
    padding-top: 50px;
    background: #f5f5f7;
    margin-top: 30px
}
.shipping-method .item-sub-total {
    display: flex;
    justify-content: space-between
}
.shipping-method .item-sub-total p {
    font-size: 1rem;
    font-weight: 300
}
.shipping-method .shipping-info {
    display: flex;
    justify-content: space-between
}
.shipping-method .shipping-info p {
    font-size: 1rem;
    font-weight: 300
}
.shipping-method .tax-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fab50f
}
.shipping-method .tax-info p {
    font-size: 1rem;
    font-weight: 300
}
.shipping-method p.total {
    font-size: 1rem;
    font-weight: 600
}
.shipping-method .cart-totals, .shipping-method .cart-totals-points {
    display: flex;
    justify-content: space-between
}
.shipping-method .cart-totals p, .shipping-method .cart-totals-points p {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0
}
.shipping-method .cart-totals .total {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #fab50f
}
.shipping-method .saving {
    display: flex;
    justify-content: space-between
}
.shipping-method .saving p {
    font-size: 1.125rem;
    font-weight: 300
}
.shipping-method .saving .save-total {
    font-size: 1.375rem;
    font-weight: 400
}
.shipping-method .ship-to span {
    text-decoration: underline
}
.shipping-method .product img {
    display: inline-block;
    vertical-align: top
}
.shipping-method .added-product {
    display: inline-block;
    position: relative;
    width: calc(100% - 118px);
    padding-left: 20px
}
.shipping-method .added-product h3 {
    font-size: 1.125rem;
    font-weight: 500
}
.shipping-method .product p.price {
    font-size: 1.375rem;
    color: #8e8e8e;
    position: absolute;
    top: 0;
    right: 0
}
.shipping-method .product p.price span {
    color: #fab50f
}
.shipping-method .product-actions {
    margin-top: -22px
}
.shipping-method .quantity {
    display: inline-block;
    margin-right: 60px
}
.shipping-method .quant {
    display: inline-block;
    margin-right: 12px
}
.shipping-method .product-actions .price {
    display: inline-block
}
.shipping-method .product-actions h5 {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 20px
}
.shipping-method .quant.quantity {
    font-size: 1.375rem;
    color: #8e8e8e;
    font-weight: 500;
    vertical-align: middle
}
.shipping-method .total-price {
    color: #fab50f;
    font-size: 1.375rem;
    font-weight: 500
}
.shipping-method .product {
    margin-bottom: 2rem;
    display: flex
}
.shipping-method p.desc {
    font-size: .75rem;
    max-width: 200px
}
.shipping-method .checkout-btn {
    display: block;
    margin-top: -42px;
    float: right
}
section.shipping-method {
    padding-bottom: 100px
}
.shipping-method .discount-form {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: none
}
.shipping-method .shipping-address {
    position: relative;
    position: relative;
    border-bottom: 1px dashed #fab50f;
    padding-bottom: 20px
}
.shipping-method .shipping-address p {
    color: #8e8e8e;
    font-size: 1.125rem;
    margin-bottom: 0
}
.shipping-method .shipping-address a {
    position: absolute;
    text-decoration: underline;
    right: 0;
    top: 0;
    color: #fab50f
}
.shipping-method .shipping-methods {
    position: relative
}
.shipping-method .shipping-methods a {
    position: absolute;
    text-decoration: underline;
    right: 0;
    top: 0;
    color: #fab50f
}
.shipping-method .payment-info {
    position: relative
}
.shipping-method .payment-info a {
    text-decoration: underline;
    right: 0;
    top: 0;
    color: #fab50f
}
.shipping-method .method {
    border: none;
    padding: 16px 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    background: #f5f5f7
}
.shipping-method .method:last-child {
    border-bottom: none
}
.shipping-method .method-title {
    font-weight: 500;
    font-size: 1.125rem
}
.shipping-method .payment-button .checkout-btn {
    margin-top: 0
}
.shipping-method .method-body {
    border-left: 1px solid #f3f4f5;
    border-right: 1px solid #f3f4f5;
    border-top: 1px solid #f3f4f5;
    padding: 30px 20px 10px
}
.shipping-method .exclusive-offer {
    bottom: -14px;
    position: absolute
}
.shipping-method .payment-button p {
    font-size: .75rem
}
.shipping-method .payment-button p {
    font-size: .75rem;
    margin-bottom: 0;
    margin-top: 30px
}
.shipping-method .payment-button a {
    color: #000;
    text-decoration: underline
}
.shipping-method .social-links li a {
    color: #555 !important
}
.shipping-method d .shipping-method ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
.shipping-method ul.cards-list {
    padding-left: 0 !important
}
.shipping-method .quotation {
    text-align: center;
    font-size: 30px;
    color: #fab50f
}
@media (max-width:991px) {
    .shipping-address .col-sm-12.col-md-6.col-lg-4.col-xl-4 {
        text-align: center
    }
    .shipping-address .right-filters.col-sm-12.col-md-6.col-lg-5.col-xl-5 {
        text-align: center
    }
    .shipping-address .filter-dropdown {
        margin-bottom: 15px
    }
    .shipping-address ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center
    }
}
.shipping-address h2 {
    font-size: 1.375rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem
}
.shipping-address button.btn-gree {
    width: 240px;
    height: 35px;
    margin: 0 auto;
    margin-top: 40px
}
.shipping-address .discount-form button.btn-gree {
    margin-top: 6px;
    width: 154px
}
.shipping-address .btn-gree span {
    float: right
}
.shipping-address input {
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #c9ced6;
    color: #555 !important;
    border-radius: 0;
    font-size: 12px;
    height: 35px
}
.shipping-address .pricing-box {
    border: none !important;
    padding: 30px;
    padding-top: 50px;
    background: #f5f5f7;
    margin-top: 30px
}
.shipping-address .item-sub-total {
    display: flex;
    justify-content: space-between
}
.shipping-address .item-sub-total p {
    font-size: 1rem;
    font-weight: 300
}
.shipping-address .shipping-info {
    display: flex;
    justify-content: space-between
}
.shipping-address .shipping-info p {
    font-size: 1rem;
    font-weight: 300
}
.shipping-address .tax-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fab50f
}
.shipping-address .tax-info p {
    font-size: 1em;
    font-weight: 300
}
.shipping-address p.total {
    font-size: 1.375rem;
    font-weight: 700
}
.shipping-address .cart-totals {
    display: flex;
    justify-content: space-between
}
.shipping-address .cart-totals p {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0
}
.shipping-address .cart-totals .total {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #fab50f
}
.shipping-address .saving {
    display: flex;
    justify-content: space-between
}
.shipping-address .saving p {
    font-size: 1.375rem;
    font-weight: 300
}
.shipping-address .saving .save-total {
    font-size: 1.375rem;
    font-weight: 400
}
.shipping-address .ship-to span {
    text-decoration: underline
}
.shipping-address .product img {
    display: inline-block;
    vertical-align: top
}
.shipping-address .added-product {
    display: inline-block;
    position: relative;
    width: calc(100% - 118px);
    padding-left: 20px
}
.shipping-address .added-product h3 {
    font-size: 1.125rem;
    font-weight: 500
}
.shipping-address .product p.price {
    font-size: 1.375rem;
    color: #8e8e8e;
    position: absolute;
    top: 0;
    right: 0
}
.shipping-address .product p.price span {
    color: #fab50f
}
.shipping-address .product-actions {
    margin-top: -22px
}
.shipping-address .quantity {
    display: inline-block;
    margin-right: 60px
}
.shipping-address .quant {
    display: inline-block;
    margin-right: 12px
}
.shipping-address .product-actions .price {
    display: inline-block
}
.shipping-address .product-actions h5 {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 20px
}
.shipping-address .quant.quantity {
    font-size: 1.375rem;
    color: #8e8e8e;
    font-weight: 500;
    vertical-align: middle
}
.shipping-address .total-price {
    color: #fab50f;
    font-size: 1.375rem;
    font-weight: 500
}
.shipping-address .product {
    margin-bottom: 2rem;
    display: flex
}
.shipping-address p.desc {
    font-size: .75rem;
    max-width: 200px
}
.shipping-address .checkout-btn {
    display: block;
    margin-top: -42px;
    float: right
}
section.shipping-address {
    padding-bottom: 100px
}
.shipping-address .discount-form {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: none
}
.shipping-address .social-links li a {
    color: #555 !important
}
.shipping-address d .shipping-address ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff
}
.shipping-address ul.cards-list {
    padding-left: 0 !important
}
.shipping-address .quotation {
    text-align: center;
    font-size: 30px;
    color: #fab50f
}
.user-detail {
    margin-left: 5px
}
@media (max-width:1200px) {
    .user-img img {
        width: 50px;
        margin-right: 5px
    }
    .header .user-detail {
        margin-left: 0
    }
    p.user-title {
        font-size: 14px
    }
    .single-product .add-to-cart.row {
        display: block
    }
    .product-detail .cart-button {
        margin-top: 10px
    }
}
@media (max-width:992px) {
    .header ul.green-menus {
        display: flex;
        justify-content: flex-end;
        padding-top: 10px
    }
    .user-detail .user-title {
        font-size: .8rem
    }
    .user-img img {
        width: 50px
    }
    .order-complete .confirm-row {
        display: block
    }
    .order-complete .confirm-row h4 {
        text-align: left
    }
    .article .post-detail, .blog .post-detail {
        text-align: left
    }
}
@media (max-width:768px) {
    .header ul.green-menus {
        width: auto !important;
        margin: 0 !important;
        padding: 0
    }
    .user-detail {
        display: none
    }
    .header .user-img img {
        width: 40px
    }
    .user-profile {
        margin-right: 5px
    }
}
.image-overlay .card-img-overlay {
    padding: 2rem;
    padding-top: 10rem
}
@media (max-width:992px) {
    body {
        overflow-x: hidden
    }
    .cart .product img {
        width: 100%
    }
    .cart .added-product {
        width: 100% !important;
        margin: 0;
        padding: 10px 0
    }
    .payment-methods .product p.price, .shipping-address .product p.price, .shipping-method .product p.price {
        top: 45px
    }
    .payment-methods .pricing-box, .shipping-address .pricing-box, .shipping-method .pricing-box {
        padding: 30px 10px
    }
    .payment-methods .checkout-btn, .shipping-address .checkout-btn, .shipping-method .checkout-btn {
        position: relative;
        z-index: 10
    }
    .shipping-address .checkout-btn {
        top: 45px
    }
}
@media (max-width:768px) {
    .brand-filer ul li, .categories ul li, .color-filer ul li, .length-filer ul li, .price-filer ul li, .size-filer ul li, .sleeve-filer ul li, .style-filer ul li {
        text-align: left
    }
    .payment-methods .product p.price, .shipping-address .product p.price, .shipping-method .product p.price {
        top: 35px
    }
    .payment-methods .pricing-box, .shipping-address .pricing-box, .shipping-method .pricing-box {
        padding: 30px
    }
    .shipping-address .checkout-btn {
        top: 0
    }
}
@media (max-width:600px) {
    .image-slice a.carousel-control-next {
        right: 2%
    }
    .image-slice a.carousel-control-prev {
        left: 80%
    }
}
@media (max-width:360px) {
    .home-map .address-box {
        right: 20px
    }
    .newsletter-container {
        max-width: 100%
    }
    .newsletter .discount-form {
        width: 90%
    }
}
@media (max-width:767px) {
    .shipping-address .row.form-group .col-md-6:first-child {
        margin-bottom: 16px
    }
}
@media (max-width:768px) {
    .footer .footer-copyright {
        text-align: center !important
    }
    .footer .payment-icons {
        text-align: center;
        margin: 0 auto;
        display: block
    }
    .footer .green-footer {
        height: 150px !important
    }
}
.footer .social-links ul {
    padding-left: 0;
    margin-left: 0
}
.footer .social-links li {
    list-style-type: none;
    display: inline-block;
    border: none;
    margin-right: 20px
}
.footer .social-links li img {
    border: none
}
.footer h4 {
    font-size: 1.375rem;
    font-weight: 500;
    text-transform: capitalize
}
.footer .light-green.container ul {
    padding-left: 0 !important;
    margin-top: 20px
}
.footer .light-green.container ul li {
    list-style-type: none !important;
    margin-bottom: 12px
}
.footer .light-green.container ul li a {
    font-size: 1rem;
    color: #000
}
.footer .footer-copyright {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    text-align: right
}
.template1 .footer {
    background: 0 0
}
.header .navbar-brand {
    flex-shrink: 0;
    min-height: 50px;
    max-width: 200px
}
.header .navbar-brand a {
    align-items: center;
    display: flex;
    height: 100%
}
.header .navbar-brand img, .header .navbar-brand svg {
    max-width: 100%;
    height: auto;
    object-fit: contain
}
.header .form-control::placeholder {
    color: #000;
    opacity: 1
}
.header .form-control:-ms-input-placeholder {
    color: #000
}
.header .form-control::-ms-input-placeholder {
    color: #000
}
.header .form-control {
    border: 1px solid #c9ced6;
    box-sizing: border-box;
    box-shadow: inset 0 4px 10px rgba(24, 27, 49, .05);
    font-weight: 400;
    font-size: 14px;
    color: #000;
    border-radius: 0
}
.header .form-control:focus {
    border: 1px solid #c9ced6;
    box-shadow: none
}
.header .btn-theme-primary {
    background-color: #fab50f;
    border-radius: 0;
    color: #fff;
    border-color: #fab50f
}
.header .btn-theme-primary:focus {
    outline: 0;
    box-shadow: none
}
.navbar-light .navbar-nav .nav-link {
    font-size: .875rem;
    color: #000;
    line-height: 17px
}
.navbar-nav.desk-menu .dropdown-toggle::after {
    display: none
}
.green-menus .dropdown-toggle::after {
    display: none
}
.navbar-nav.desk-menu .dropdown-toggle i {
    font-weight: 400;
    vertical-align: middle
}
.navbar-nav.desk-menu .inner-dropdown .dropdown-toggle {
    display: flex;
    align-items: center
}
.custom-dropdown .dropdown-menu, .megamenu-dropdown .mega-menu-inner {
    margin-top: 0;
    min-width: 206px;
    background: #fff;
    border: 0;
    border-radius: 0
}
.custom-dropdown .dropdown-menu a {
    font-size: 14px;
    padding: .4rem 1.5rem
}
.custom-dropdown .dropdown-menu a:focus, .custom-dropdown .dropdown-menu a:hover, .megamenu-dropdown .dropdown-menu a:focus, .megamenu-dropdown .dropdown-menu a:hover {
    background: #fafafa;
    outline: 0;
    color: #000
}
.search-box-item #collapseSearch {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    border-top: 3px solid #fab50f
}
.custom-dropdown .dropdown-menu.search-dd-menu {
    min-width: 100%;
    border: 1px solid #c9ced6
}
.megamenu-dropdown .mega-menu {
    box-shadow: none !important;
    border: 0 !important;
    background-color: transparent !important;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}
.megamenu-dropdown .mega-menu-inner {
    padding: .5rem 0;
    margin: .125rem 0 0
}
.megamenu-dropdown .mega-menu a {
    font-size: 14px;
    padding: .4rem 1.5rem
}
.megamenu-dropdown .mega-menu .list-title {
    font-size: 16px;
    color: #fab50f
}
.header .navbar-collapse .close-nav {
    display: none;
    color: rgba(0, 0, 0, .5);
    border-bottom: 1px solid #e5e2de;
    padding-bottom: 10px
}
.header .navbar-collapse .close-nav .close-icon {
    margin: 0 15px;
    cursor: pointer
}
.header .navbar-collapse .close-nav .close-icon i {
    font-size: 22px;
    font-weight: 300;
    color: rgba(0, 0, 0, .5);
    padding: 5px
}
@media (min-width:992px) {
    .navbar-light .navbar-nav .nav-link {
        padding-top: 0;
        padding-bottom: 0
    }
    .navbar-light .navbar-nav .nav-link:hover {
        text-decoration: underline
    }
    .navbar-nav.desk-menu {
        align-items: center;
        flex-wrap: wrap
    }
    .navbar-nav.desk-menu > .nav-item > .nav-link {
        line-height: 36px;
        white-space: nowrap
    }
    .navbar-nav.desk-menu .inner-dropdown .dropdown-toggle i {
        margin-left: auto
    }
    .navbar-nav.desk-menu .dropdown:hover > .dropdown-menu {
        display: block
    }
    .custom-dropdown .dropdown-menu, .megamenu-dropdown .mega-menu-inner {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        border-top: 3px solid #fab50f
    }
    .custom-dropdown .dropdown-menu.inner-dropdown-menu {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
        left: 100%;
        top: 0
    }
    .custom-dropdown .dropdown-menu.right {
        left: auto;
        right: 0
    }
    .megamenu-dropdown .mega-menu {
        position: fixed !important;
        width: 100%;
        top: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }
    .megamenu-dropdown .mega-menu.menu-absolute {
        position: absolute !important;
        width: intrinsic;
        width: -moz-max-content;
        width: -webkit-max-content
    }
    .megamenu-dropdown .mega-menu {
        position: relative
    }
    .megamenu-dropdown .mega-menu .list-col {
        break-inside: avoid
    }
}
@media (min-width:768px) {
    .sign_in_top_display.custom-dropdown .dropdown-menu {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        border-top: 3px solid #fab50f
    }
}
@media (max-width:991px) {
    .header .navbar-collapse {
        width: 90%;
        min-width: 250px;
        max-width: 350px;
        height: 100%;
        z-index: 10;
        background: #fff;
        position: fixed;
        top: 0;
        right: -355px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        padding-top: 10px;
        padding-bottom: 10px;
        transition: right .4s ease-out
    }
    .header .navbar-collapse.show-nav {
        right: 0;
        transition: right .5s ease
    }
    .header .navbar-collapse .close-nav {
        display: block
    }
    .custom-dropdown .dropdown-menu.inner-dropdown-menu {
        margin-left: 15px
    }
    .navbar-nav.desk-menu .inner-dropdown .dropdown-toggle i {
        margin-left: 5px;
        transform: rotate(90deg)
    }
    .header ul.green-menus {
        width: auto !important
    }
    a.navbar-brand {
        width: 3rem !important;
        text-align: left
    }
    .desk-mobile ul li {
        background: #f6f6f6;
        width: 100%
    }
    .header li.nav-item {
        margin-right: 0;
        padding: 5px;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid #e5e2de
    }
    .navbar-nav {
        width: 100%
    }
}
@media (max-width:767px) {
    .header .navbar-brand {
        max-width: 150px
    }
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    padding: 0;
    margin-left: 10px;
    border-color: transparent !important
}
.header {
    background: #fff;
    display: block;
    border-bottom: 5px solid #f9c23d
}
.header .bg-light {
    background-color: transparent !important
}
.header nav.navbar {
    min-height: 82px;
    align-items: center
}
.header li.nav-item {
    margin-right: 10px
}
.header li.nav-item:last-child {
    margin-right: 0
}
.header a.navbar-brand {
    width: 13rem;
    text-align: left
}
.header .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    background: rgba(210, 233, 227, .9);
    text-align: center;
    color: #000
}
.header ul.green-menus {
    padding-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center
}
.header ul.green-menus > li {
    flex-shrink: 0;
    list-style-type: none;
    float: left;
    margin-left: 15px;
    position: relative;
    line-height: 1
}
.header ul.green-menus > li i {
    color: #000
}
.header ul.green-menus > li a {
    position: relative
}
.header ul.green-menus li .badge {
    position: absolute;
    top: -5px;
    left: 10px;
    vertical-align: middle;
    padding: 3px 4px 1px 4px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 3px;
    display: inline-block
}
.header ul.green-menus > li.custom-dropdown ul li {
    line-height: 1.5
}
.header .search-box {
    position: absolute;
    top: 30px;
    left: -190px;
    background: #fff;
    padding: 20px 10px;
    width: 320px;
    border: 1px solid #c5c5c5
}
.header .search-box .form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 270px
}
nav.navbar.centered-menu {
    flex-flow: column;
    justify-content: center
}
.centered-menu .navbar-collapse {
    flex-grow: initial
}
.announcement {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer
}
.gsr-page-subheader {
    margin-top: 40px;
    margin-bottom: 40px
}
.gsr-page-subheader .page-title h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    border-right: 2px solid #fab50f;
    padding-right: 15px;
    margin-bottom: 0
}
.gsr-page-subheader .breadcrumb {
    margin: 0;
    height: 100%;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    background: 0 0;
    vertical-align: super
}
.gsr-page-subheader .breadcrumb li {
    line-height: 100%;
    height: 100%;
    font-size: 12px;
    margin-right: 8px
}
.gsr-page-subheader .breadcrumb li a, .gsr-page-subheader .breadcrumb li a > span {
    color: #000
}
.gsr-page-subheader .breadcrumb li span {
    color: #fab50f
}
.gsr-page-subheader .breadcrumb li span i {
    color: #000;
    font-weight: 400
}
.gsr-page-subheader .breadcrumb li:nth-last-child(2) span i {
    color: #fab50f
}
@media (max-width:767px) {
    .product-category .gsr-page-subheader {
        margin-bottom: 20px
    }
}
.gsr-sidebar-card {
    padding: 0 25px;
    margin: 10px 0;
    background-color: #f5f5f7
}
.gsr-sidebar-card .sidebar-list {
    list-style: none;
    margin: 0;
    padding-left: 0
}
.gsr-sidebar-card .sidebar-list-item .fal {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 5px;
    padding: 0
}
.gsr-sidebar-card .sidebar-list-header {
    display: flex;
    align-items: center;
    color: #000;
    padding: 10px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    display: block;
    border-bottom: 2px solid #c5c5c5;
    text-decoration: none
}
.gsr-sidebar-card .sidebar-list-link {
    display: flex;
    align-items: center;
    color: #000;
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px dashed #fab50f;
    text-decoration: none
}
.gsr-sidebar-card .sidebar-list-item:last-child .sidebar-list-link {
    border-bottom: 1px dashed transparent;
    border-bottom: none
}
.gsr-sidebar-card .sidebar-list-item.active .sidebar-list-link, .gsr-sidebar-card .sidebar-list-item.active .sidebar-list-link i.fal {
    color: #fab50f
}
.gsr-sidebar-card .sidebar-list-link:focus, .gsr-sidebar-card .sidebar-list-link:focus .fal, .gsr-sidebar-card .sidebar-list-link:hover, .gsr-sidebar-card .sidebar-list-link:hover .fal {
    color: #fab50f;
    transition: .4s all ease
}
.gsr-icon-card {
    margin: 10px 0;
    padding: 25px 15px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #f5f5f7;
    width: 100%;
    min-height: 100px
}
.gsr-icon-card .icon {
    text-align: center
}
.gsr-icon-card .icon .fal {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    color: #fab50f;
    padding: 0 0 15px
}
.gsr-icon-card .title h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #000
}
.gsr-icon-card .desc p {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #000;
    margin-bottom: 10px
}
.gsr-product-list .product {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px dashed #fab50f
}
.gsr-product-list .product .product-info {
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 5px 0
}
.gsr-product-list .product-info h5 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px
}
.gsr-product-list .product-info p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}
.gsr-product-list .product .product-info img {
    border: 1px solid #c5c5c5;
    width: 84px;
    height: auto;
    margin-right: 20px
}
.gsr-product-list .product .product-quantity {
    max-width: 200px;
    margin: 5px 0
}
.gsr-product-list .product-quantity h5 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px
}
.gsr-product-list .product-quantity p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}
.gsr-product-list .product .product-price {
    max-width: 300px;
    margin: 5px 0
}
.gsr-product-list .product-price h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    text-align: right;
    color: #fab50f
}
.product-img__order {
    width: 150px;
    float: left
}
.gsr-tabs {
    border: none
}
.gsr-tabs .nav-item .nav-link {
    border: none;
    color: #fab50f;
    font-size: 14px;
    padding: 12px 3px;
    margin-right: 5px;
    background: 0 0;
    border-bottom: 4px solid transparent
}
.gsr-tabs .nav-item .nav-link.active {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #000;
    background: 0 0;
    border-bottom: 4px solid #fab50f
}
.grs-form {
    padding: 10px 0
}
.grs-form .form-group {
    margin: 0;
    padding: 10px 0
}
.grs-form .form-group label {
    color: #000;
    font-size: 14px
}
.grs-form .form-group input {
    padding: 10px 8px;
    border-radius: 0;
    font-size: 14px;
    color: #c9ced6;
    background: #fff;
    border: 1px solid #c9ced6;
    box-sizing: border-box;
    box-shadow: inset 0 4px 10px rgba(24, 27, 49, .05)
}
.grs-form .form-group small {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #c5c5c5
}
.my-subscription .content-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #fab50f
}
.my-subscription .content-header h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000
}
.my-subscription .content-header select {
    padding: 10px 8px;
    font-size: 14px;
    line-height: 15px;
    color: #c9ced6;
    border: 1px solid #c9ced6;
    box-shadow: inset 0 -4px 10px rgba(24, 27, 49, .05)
}
.my-orders .content-header {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #fab50f
}
.my-orders .content-header h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #000
}
.my-orders .content-header .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 4px
}
.my-orders .content-header select {
    padding: 10px 8px;
    font-size: 14px;
    line-height: 15px;
    color: #c9ced6;
    border: 1px solid #c9ced6;
    box-shadow: inset 0 -4px 10px rgba(24, 27, 49, .05)
}
.my-orders .content-header .form-group label {
    font-size: 14px;
    color: #000;
    margin-bottom: 0
}
.my-orders .content-header .form-group label .bold {
    font-weight: 600
}
.my-orders .content-header .form-group input {
    padding: 10px 8px;
    min-width: 100px;
    border-radius: 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #c9ced6;
    box-shadow: inset 0 4px 10px rgba(24, 27, 49, .05)
}
.my-orders .content-header .form-group .search-box {
    position: relative
}
.my-orders .content-header .form-group .search-box button {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0;
    padding: 5px;
    background: 0 0
}
.my-orders .content-header .form-group .search-box button:focus {
    outline: 0;
    box-shadow: none
}
.my-orders .content-header .form-group .search-box button i {
    padding: 0
}
.my-information .content-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #fab50f
}
.my-information .content-header h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000
}
.my-information .user-photo {
    position: relative;
    margin-top: 40px;
    border-radius: 50%;
    float: right;
    width: 135px;
    height: 135px;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center
}
.my-information .user-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #eaeaea
}
.my-information .user-photo button {
    border: 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    background: #fab50f;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center
}
.my-information .user-photo button:focus {
    outline: 0;
    box-shadow: none
}
.my-information .user-photo button i {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #fff
}
.my-information .user-photo .custom-file {
    border: 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    background: #b0b3a9;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer
}
.my-information .user-photo .custom-file-input {
    width: 100%;
    height: 100%
}
.my-information .user-photo .custom-file-label {
    position: absolute;
    top: auto;
    right: auto;
    left: auto;
    z-index: 1;
    height: 100%;
    padding: 0;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around
}
.my-information .user-photo .custom-file-label:after {
    display: none
}
.my-information .user-photo .custom-file i {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding-bottom: 2px
}
.cart .content-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #fab50f;
    border-top: 2px solid #fab50f
}
.cart .content-header h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0
}
.cart .gsr-product-list .product .product-info {
    align-items: flex-start;
    max-width: 365px
}
.cart .gsr-product-list .product .product-info img {
    width: 200px;
    height: auto
}
@media (max-width:500px) {
    .cart .gsr-product-list .product .product-info {
        flex-wrap: wrap
    }
    .cart .gsr-product-list .product .product-info .details {
        padding-right: 20px
    }
}
.cart .select-quantity {
    display: flex;
    align-items: center
}
.cart .select-quantity .number {
    min-width: 45px;
    font-weight: 600;
    font-size: 40px;
    color: #ffeec4;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center
}
.cart .select-quantity button {
    border-radius: 0;
    padding: 8px 12px;
    background: #f5f5f7;
    border: 1px solid #c5c5c5;
    display: flex;
    align-items: center
}
.cart .select-quantity button i {
    color: gray
}
.cart .select-quantity button:focus {
    box-shadow: none;
    outline: 0
}
.cart .select-quantity button:focus i {
    color: #000
}
.cart .product-price.price h5 {
    font-size: 14px;
    font-weight: 400;
    color: #fab50f
}
.cart .product-price.total h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fab50f
}
.cart .product {
    position: relative
}
.cart .product .remove-product {
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer
}
.cart .product .mobile-title {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0
}
@media (max-width:767px) {
    .cart .product .product-info {
        min-width: 100%;
        max-width: 100%
    }
}
.cart .empty-cart .heading {
    font-size: 24px;
    color: #4f4d5d
}
.cart .empty-cart .text {
    color: #90949b;
    font-size: 1rem
}
.cart .empty-cart .icon i.fal.fa-shopping-cart {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 50px;
    color: #898e96
}
.btn.theme-primary {
    background-color: #fab50f;
    color: #fff;
    border-radius: 0;
    position: relative
}
.btn.theme-primary.active, .btn.theme-primary:active, .btn.theme-primary:focus, .btn.theme-primary:hover {
    background-color: #e2a61b
}
.btn.theme-primary > span.line > i:after {
    content: "";
    width: 1px;
    background-color: #fff;
    height: 100%;
    top: 0;
    right: 40px;
    position: absolute
}
.btn.theme-primary.btn-lg > span.line > i:after {
    right: 50px
}
.btn.theme-primary i {
    float: right;
    vertical-align: middle;
    line-height: 1.55;
    margin-left: 5px
}
h3.line-right {
    text-align: left;
    position: relative;
    font-size: 1.125rem
}
h3.line-right span {
    background-color: #fff;
    padding-right: 20px;
    position: relative;
    z-index: 2
}
h3.line-right::after {
    content: "";
    width: 80%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0
}
.discount-form input {
    float: left
}
.custom-radio .custom-control-label::before {
    border: 1px solid #fab50f;
    background-color: #fff
}
.custom-radio .custom-control-input {
    height: auto
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #fab50f;
    background-color: #fab50f
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 9px 12px 4px 12px;
    text-align: center
}
.category-widget-slider .category-title {
    background-color: #fab50f;
    color: #fff
}
.category-widget-slider .category-title:hover {
    color: #fff;
    background-color: #89898c !important
}
.dd-gsr {
    position: relative
}
.dd-gsr .dropdown-toggle {
    text-transform: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #e5e2de;
    background-color: #fff;
    border-radius: 0
}
.dd-gsr .dropdown-toggle:focus {
    outline: 0;
    box-shadow: none
}
.dd-gsr .dropdown-toggle::after {
    display: none
}
.dd-gsr .dd-menu {
    width: 100%;
    margin-top: 0;
    min-width: 206px;
    background: #fff;
    border: 0;
    border-radius: 0;
    width: 100%;
    border: 1px solid #e5e2de;
    border-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    z-index: 3
}
.dd-gsr .dropdown-toggle.collapsed i {
    transform: rotate(180deg)
}
.dd-gsr .filters .btn-info {
    font-size: 16px
}
.dd-gsr .filters .card {
    margin-top: 0
}
.section-large {
    min-height: 100vh
}
.section-medium {
    min-height: 75vh
}
.section-small {
    min-height: 50vh
}
.shipping-method.final-step .method-body {
    border: 1px solid #f3f4f5;
    padding: 30px 20px 10px
}
.product-gallery.thumb-gallery ul {
    list-style: none
}
.product-gallery.thumb-gallery .slide_image {
    display: none
}
.product-gallery.thumb-gallery .slide_image.lslide {
    display: block
}
.custom-radio .custom-control-input.fixed {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: -23px;
    z-index: 1
}
.gsr-blog-page-listing .top-pagination {
    display: inline-flex;
    max-width: 350px;
    vertical-align: middle
}
.gsr-blog-page-listing .top-pagination ul {
    padding: 0;
    margin: 0
}
.gsr-blog-page-listing .top-pagination ul li {
    list-style-type: none;
    float: left
}
.gsr-blog-page-listing .top-pagination ul li i {
    background-color: #f5f5f7;
    font-size: 15px;
    padding: 10px;
    color: #000
}
.gsr-blog-page-listing .top-pagination ul li p {
    font-size: 2rem;
    margin: 0;
    padding: 0 10px;
    line-height: 1;
    color: #ffeec3
}
.gsr-blog-page-listing .top-pagination ul li button {
    border: none;
    margin: 0;
    padding: 0
}
.gsr-blog-page-listing .top-pagination ul li p span {
    color: #b0b3a9;
    padding-left: 5px;
    padding-right: 5px
}
.btn.basic-theme-primary {
    background-color: #fab50f;
    color: #fff;
    position: relative
}
.card-subscription .card.box-shadow {
    box-shadow: 0 0 4px #00000070
}
.custom-nav-pills .nav-link {
    color: #232323;
    display: flex;
    align-items: center;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    text-align: left;
    padding-left: 0;
    margin-right: 40px;
    padding-right: 0
}
.custom-nav-pills .nav-link.active {
    color: #fab50f;
    background-color: #fff;
    border-radius: .25rem .25rem 0 0;
    border-bottom: 3px solid #fab50f
}
.product-tabs .tab-pane, .product-tabs .tab-pane p {
    font-size: .875rem
}
.referral .ref-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 4px;
    color: #000
}
.referral .ref-subheading {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 2px;
    color: #000
}
.referral .ref-text, .referral .ref-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #000
}
.referral .normal-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #000
}
.btn.theme-black {
    background-color: #000
}
.btn.theme-black i {
    float: right;
    vertical-align: middle;
    line-height: 24px
}
.ref-form .form-group {
    margin-bottom: 0
}
.ref-form .form-control {
    margin-bottom: 1rem
}
.referral .terms p {
    font-size: 14px
}
.referral .bs-stepper-header {
    overflow-x: auto;
    padding-bottom: 10px
}
.referral .bs-stepper .step-trigger {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0
}
.referral .bs-stepper .step-trigger:hover {
    background-color: transparent
}
.referral .bs-stepper .step-trigger .bs-stepper-circle {
    background-color: #fff;
    border: 2px solid #000;
    z-index: 2;
    position: relative
}
.referral .bs-stepper .active .step-trigger .bs-stepper-circle {
    background-color: #fab50f;
    border: 2px solid #fab50f
}
.referral .bs-stepper .bs-stepper-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000
}
.referral .bs-stepper .line {
    align-self: flex-start;
    margin-top: 20px;
    background-color: #000;
    height: 2px;
    position: relative
}
.referral .bs-stepper .step-trigger::before {
    content: "";
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 50%;
    top: 20px;
    left: 0;
    z-index: 0
}
.referral .bs-stepper .step-trigger::after {
    content: "";
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 50%;
    top: 20px;
    right: 0;
    z-index: 0
}
.referral .bs-stepper .step:last-child .step-trigger::after {
    display: none
}
.referral .bs-stepper .step:first-child .step-trigger::before {
    display: none
}
@media(max-width:1200px) {
    .referral .bs-stepper .bs-stepper-label {
        font-size: 14px;
        letter-spacing: normal
    }
}
@media(max-width:991px) {
    .referral .bs-stepper .bs-stepper-label {
        font-size: 12px;
        white-space: initial
    }
    .referral .bs-stepper .line {
        flex: 1 0 auto
    }
    .referral .bs-stepper .step {
        width: auto;
        max-width: none;
        flex-basis: 0;
        flex-grow: 1
    }
    .referral .bs-stepper .step-trigger {
        display: flex;
        flex-direction: column;
        width: 100%
    }
    .referral .bs-stepper-header {
        justify-content: space-between;
        align-items: flex-start
    }
    .referral .bs-stepper .step-trigger::after {
        left: 50%
    }
    .referral .bs-stepper .step-trigger::before {
        right: 50%
    }
}
@media(max-width:400px) {
    .referral .bs-stepper .bs-stepper-label {
        font-size: 10px;
        font-weight: 600
    }
}
.referral .pricing-box {
    border: 1px solid #000;
    padding: 20px
}
.referral .pricing-box.min-height {
    min-height: 100%;
    display: flex;
    flex-flow: wrap
}
.referral .pricing-header {
    width: 100%;
    align-items: center;
    justify-content: space-between
}
.referral .pricing-footer {
    width: 100%;
    display: flex;
    align-self: flex-end
}
.referral .pricing-box .pricing-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000
}
.referral .pricing-box .pricing-value {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000
}
.referral .pricing-box ul li {
    font-family: Cormorant Garamond;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px
}
.referral .pricing-box ul.order_coupons li {
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
    font-size: .875rem;
    font-weight: 400;
    line-height: 22px
}
.referral .pricing-box.sm-box {
    padding: 10px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto
}
.referral .pricing-box.sm-box .pricing-name {
    font-size: 18px;
    line-height: 18px
}
.referral .pricing-box.sm-box .pricing-value {
    font-size: 13px;
    line-height: 13px
}
.referral .pricing-box.sm-box ul li {
    font-size: 13px;
    line-height: 16px
}
.referral .border2x {
    border: 2px solid #b0b3a9
}
.referral .review-card {
    border: 2px solid #b0b3a9;
    padding: 5px 20px
}
.referral .review-card .row {
    border-bottom: 2px solid #ebece9;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px
}
.referral .review-card .row strong {
    font-size: 18px
}
.referral .review-card .row span {
    font-size: 16px
}
.referral .review-card .row:last-child {
    border-bottom: 0
}
.referral .review-card .row .col:first-child {
    text-align: right
}
.referral .form-check-label {
    font-size: 13px
}
.rep-thankyou p {
    font-size: 1rem
}
@media screen and (max-width:600px) {
    .cart-sidebar-add-to-cart.add-pro-widget-button {
        width: 100% !important
    }
}
.blog-post-social-links li {
    list-style-type: none;
    display: inline-block;
    border: none;
    margin-right: 20px
}
.enrollment_outer .pricing-box-body .custom-select {
    max-width: 300px;
    width: 100%
}
.referral .review-card .enroll-modal-row {
    border-bottom: none !important;
    padding-top: 0 !important;
    bottom: 0 !important
}
.ready_ship .switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px
}
.ready_ship .switch input {
    opacity: 0;
    width: 0;
    height: 0
}
.ready_ship .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}
.ready_ship .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}
.ready_ship input:checked + .slider {
    background-color: #2196f3
}
.ready_ship input:focus + .slider {
    box-shadow: 0 0 1px #2196f3
}
.ready_ship input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px)
}
.ready_ship .slider.round {
    border-radius: 30px
}
.ready_ship .slider.round:before {
    border-radius: 50%
}