@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap");

body {
    font-family: "Josefin Sans", sans-serif;
}
/* default for savvi buttons */
button,
.btn,
.btn-gree {
    text-transform: uppercase;
}
button:focus {
    outline: 0;
    box-shadow: none;
}
.tool-tip [disabled] {
    pointer-events: none;
}
.border-bottom-dotted {
    border-bottom: 1px dashed #b0b3a9;
}
.custom-loader {
    /* display: none; */
    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 / 0.9);
    z-index: 10;
}
.loader-inner {
    position: relative;
    top: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
}
.loader-inner span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(250, 181, 15, 1);
    -webkit-animation: loader-inner 1.5s linear infinite;
    animation: loader-inner 1.5s linear infinite;
}
.loader-inner span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}
@keyframes loader-inner {
    0% {
        transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
.btn-theme-outline {
    background: #ffffff;
    border: 1px solid #b0b3a9;
    color: #b0b3a9;
    box-sizing: border-box;
}
.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: #000;
    border: 1px solid #000;
    box-shadow: none;
    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 {
    max-width: 100%;
    height: auto;
}
/* Image with text overlay */
.image-overlay {
    margin-top: 0;
    height: 492px;
}

.image-overlay img.card-img {
    height: 492px;
}

.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 !important;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #fff;
}
.image-overlay .card-text p {
    font-size: 1.3rem !important;
}

.image-overlay .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 6rem;
    padding-top: 12rem;
    background: rgba(250, 181, 15, 0.8);
    text-align: center;
    color: #fff;
}

.image-overlay .card {
    border-radius: 0;
    border: none;
    z-index: -1;
}

/*image with text overlay*/

/*Image with text*/
.image-with-text p {
    font-size: 0.875rem;
    font-weight: 300;
}

.image-with-text h5 {
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
    margin-top: 1.5rem;
    color: #b0b3a9;
}

.image-with-text .left-image {
    margin-top: 1.5rem;
    max-width: 100%;
    height: auto;
}
section.image-with-text {
    margin-bottom: 2rem;
}

.image-with-text button span {
    display: inline-flex;
    padding-left: 3px;
    vertical-align: middle;
    margin-left: 6px;
}

/*.image-with-text button {*/
/*    background: transparent;*/
/*    padding-left: 0 !important;*/
/*    border: none !important;*/
/*    font-size: 0.8125rem;*/
/*    cursor: pointer;*/
/*}*/

.image-with-text button {
    font-weight: 600;
    font-size: 14px;
    font-family: "Cormorant Garamond", serif;
    display: inline-block;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #b0b3a9;
    padding: 10px 14px;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
}
.image-with-text button:focus {
    outline: none;
}
.image-with-text button span i {
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #b0b3a9;
    margin-left: 8px;
}

.image-with-text img.left-image {
    border: 1px solid #c5c5c5;
}
.bg-cover-image {
    background-size: cover;
    background-position: center center;
}
/*Image with text*/

/*featured products*/
.featured-products .card {
    margin-top: 1.5rem;
    border: 0;
}

.featured-products .card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.featured-products .card-title {
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
    color: #b0b3a9;
}

.featured-products .card-text {
    font-size: 0.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: #b0b3a9;
    height: 18px;
    width: 20px;
    display: inline-flex;
    padding-left: 3px;
    margin-top: 2px;
    vertical-align: text-top;
    margin-left: 6px;
}

/*featured products*/

/*image with text 3 columns*/
.image-text-three-column .card {
    margin-top: 1.5rem;
    border: 0;
}

.image-text-three-column h3 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.image-text-three-column h3::before {
    content: "";
    width: 35%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
}
.image-text-three-column h3::after {
    content: "";
    width: 35%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
}

.image-text-three-column.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.image-text-three-column .card-title {
    font-weight: 600;
    font-size: 18px;
}

.image-text-three-column .card-text {
    font-size: 0.875rem;
    font-weight: 300;
}

.image-text-three-column .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.image-text-three-column button {
    font-weight: 600;
    font-size: 14px;
    font-family: "Cormorant Garamond", serif;
    display: inline-block;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #b0b3a9;
    padding: 10px 14px;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
}
.image-text-three-column button:focus {
    outline: none;
}
.image-text-three-column button span i {
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #b0b3a9;
    margin-left: 8px;
}

/*image with text 3 columns*/

/* Button Widget */
.button-widget button {
    font-weight: 600;
    font-size: 14px;
    font-family: "Cormorant Garamond", serif;
    display: inline-block;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #b0b3a9;
    padding: 10px 14px;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
}
.button-widget button:focus {
    outline: none;
}
.button-widget button span i {
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #b0b3a9;
    margin-left: 8px;
}
/* Button Widget */

/* Newsletter Widget */
.newsletter button {
    font-weight: 600;
    font-size: 14px;
    font-family: "Cormorant Garamond", serif;
    display: inline-block;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #b0b3a9;
    padding: 10px 14px;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
}
.newsletter button:focus {
    outline: none;
}
.newsletter button span i {
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #b0b3a9;
    margin-left: 8px;
}
/* Newsletter Widget */

/* collection list */
.collection-list h3 {
    position: relative;
    margin-top: 2.5rem;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.3em;
}
.collection-list h3::before {
    content: "";
    width: 35%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
}
.collection-list h3::after {
    content: "";
    width: 35%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
}
.collection-list .card {
    margin-top: 1.5rem;
    border: 0;
}

.collection-list.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.collection-list .card-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1rem;
    color: #000000;
}

.product-two span.orignal-price {
    color: #cbcbcb;
    font-size: 16px;
}
.product-two .card-body {
    padding: 15px 0 !important;
}
.collection-list .card-text {
    font-size: 0.875rem;
    font-weight: 300;
}

.collection-list .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.collection-list button span {
    background: #b0b3a9;
    height: 18px;
    width: 20px;
    display: inline-flex;
    padding-left: 3px;
    margin-top: 2px;
    vertical-align: text-top;
    margin-left: 6px;
}

.collection-list button {
    background: transparent;
    padding-left: 0 !important;
    border: none !important;
    font-size: 0.8125rem;
}

/* collection list */

/* Contact us */
.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: 0.5rem 0.5rem 2rem 1rem #eee;
}

.contact-form {
    text-align: left;
}

.contact-us button.btn-gree {
    width: 240px;
    background: #b0b3a9;
    border: none;
    height: 35px;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
}

.contact-us .checkout-btn {
    text-align: center;
}

/* Contact us*/

/* Featured collection */
.featured-collection h3 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.3em;
}
.featured-collection h3::before {
    content: "";
    width: 35%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
}
.featured-collection h3::after {
    content: "";
    width: 35%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
}

.featured-collection .card-text {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.featured-collection .card {
    margin-top: 1.5rem;
    border: none;
}

.featured-collection .card-img,
.card-img-top {
    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: #b0b3a9;
}

/* Featured collection */

/* home blog */
.home-blog h3 {
    margin-top: 2.5rem;
    font-size: 1.375rem;
    font-weight: 500;
}

.home-blog .card {
    margin-top: 1.5rem;
    border: 0;
}

.home-blog.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.home-blog .card-title {
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
    color: #000;
    font-weight: 600;
}

.home-blog .card-text {
    font-size: 0.875rem;
    font-weight: 300;
}

.home-blog .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-left: 0;
    padding-right: 0;
}

.home-blog button a {
    color: #000;
}

.home-blog button a:hover {
    color: #000;
}

/* home blog */

/* home gallery */
.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 gallery */

/* home map */
.home-map {
    height: 400px;
    width: 100%;
    background: #eaeaea;
}

.home-map .map-section {
    text-align: center;
    position: relative;
}

.home-map .green-button {
    background: #b0b3a9;
    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 map */

/* home testimonials */
.home-testimonials {
    margin-top: 1rem;
    margin-bottom: 0 !important;
     background: #B0B3A9;
    padding: 50px 0;
}

.home-testimonials .carousel-caption h3 {
    color: #000000;
    font-size: 2.8125rem;
    margin-bottom: 0;
    line-height: 1;
}

.home-testimonials .carousel-caption p {
    color: #000000 !important;
    font-size: 1rem !important;
    font-weight: 400;
    max-width: 600px;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}

.home-testimonials .carousel-caption strong {
    color: #000000 !important;
    font-weight: 500;
    font-size: 0.875rem !important;
    display: block;
    margin-left: 50px;
}

.home-testimonials a.carousel-control-prev,
.home-testimonials a.carousel-control-next,
.image-slice a.carousel-control-prev,
.image-slice a.carousel-control-next {
    background: rgb(255 255 255 / 0.3);
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    top: 45%;
}
.home-testimonials a.carousel-control-prev {
    left: 90%;
}
.image-slice a.carousel-control-prev {
    left: 20px;
}
.image-slice a.carousel-control-next {
    right: 20px;
}
/* home testimonials */

/* image-slice */
.image-slice {
    height: 480px;
}
.image-slice .overlay-color-show {
    background-color: rgba(0, 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-content {
    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: 0.5;
    transition: opacity 0.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;
}

/* image-slice */

/* logo-list  */
.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 {
    /* margin-top: 1.5rem; */
    text-align: center;
}

.logo-list .logo-img img {
    width: 100%;
    height: auto;
}

.logo-list button {
    font-weight: 600;
    font-size: 14px;
    font-family: "Cormorant Garamond", serif;
    display: inline-block;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #b0b3a9;
    padding: 10px 14px;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
}
.logo-list button:focus {
    outline: none;
}
.logo-list button span i {
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #b0b3a9;
    margin-left: 8px;
}

/* logo-list */

/* newsletter */
.newsletter {
    max-width: 100%;
    text-align: center;
    margin: 2rem auto;
}
.newsletter .icon_box {
    background-color: #b0b3a9;
    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: 0.95rem;
    text-align: left;
}

.newsletter .discount-form button.btn-gree {
    margin-top: 6px;
    width: 154px;
    height: 36px;
}

.newsletter .discount-form {
    position: relative;
    width: 90%;
}

.newsletter button.btn-gree {
    width: 240px;
    background: #b0b3a9;
    border: none;
    height: 35px;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
}

.newsletter .checkout-btn {
    position: absolute;
    top: -5px;
    right: 0;
}

/* newsletter */

/* rich text */
.rich-text {
    text-align: center;
    margin: 2rem auto;
}

.rich-text p.card-text {
    font-size: 1rem;
}
.rich-text .card-text,
.rich-text .card-text p {
    font-family: "Cormorant Garamond", serif;
    font-weight: normal;
    font-size: 22px;
}
.rich-text h3 {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}
.rich-text h3::before {
    content: "";
    width: 35%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
}
.rich-text h3::after {
    content: "";
    width: 35%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
}

@media (max-width: 1200px) {
    .rich-text h3::after,
    .rich-text h3::before,
    .collection-list h3::after,
    .collection-list h3::before,
    .featured-collection h3::after,
    .featured-collection h3::before,
    .image-text-three-column h3::after,
    .image-text-three-column h3::before {
        width: 0px;
        height: 0;
    }
}
@media (min-width: 1200px) {
    .rich-text h3 span,
    .collection-list h3 span,
    .featured-collection h3 span,
    .image-text-three-column h3 span {
        background-color: #fff;
        padding: 0 20px 0 22px;
        position: relative;
        z-index: 2;
    }
}
/* rich text */

@media (max-width: 1200px) {
    .home-testimonials a.carousel-control-prev {
        left: 88%;
    }
}
@media (max-width: 1050px) {
    .newsletter-container {
        margin: 0.5rem auto;
        max-width: 55%;
    }
}
@media (max-width: 991px) {
    .newsletter-container {
        max-width: 60%;
    }
    .newsletter h3.card-title {
        font-size: 1.7rem;
    }
    .home-testimonials .carousel-item {
        max-height: 250px;
    }
    .home-testimonials .carousel-caption {
        text-align: center !important;
        right: 0 !important;
    }
    .home-testimonials .carousel-caption p {
        text-align: center !important;
    }
    .author-image-section {
        margin-right: auto;
    }
    .image-slice a.carousel-control-prev {
        left: 90%;
    }
}
@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%;
    }
    .home-testimonials h2 {
        margin-bottom: 0;
        margin-left: 0 !important;
        text-align: center !important;
    }
    .home-testimonials .carousel-caption strong {
        margin-left: 0 !important;
    }
    .home-testimonials .carousel-caption p.author-posi {
        margin-left: 0 !important;
    }
    .home-testimonials a.carousel-control-prev,
    .home-testimonials a.carousel-control-next,
    .image-slice a.carousel-control-prev,
    .image-slice a.carousel-control-next {
        background: rgb(255 255 255 / 0.3);
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        top: initial;
        bottom: 15px;
    }
    .home-testimonials a.carousel-control-prev {
        left: 82%;
    }
    .image-slice a.carousel-control-prev {
        left: 88%;
    }
}

/* two column proudcts */
@media (min-width: 992px) {
    .two-column-products .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
    .home-testimonials .carousel-item {
        max-height: 180px;
    }
}

.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: #b0b3a9;
    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: #b0b3a9;
}

.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: 0.875rem;
}

/* two column products */

/* video section */
@media (max-width: 991px) {
    .card-body {
        text-align: center;
    }
    .two-column-products .card-title {
        margin-bottom: 0;
        font-size: 20px;
        padding-top: 15px;
    }
    .home-testimonials a.carousel-control-prev {
        left: 84%;
    }
}

.video-section {
    margin: 2rem 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, 0.5);
}
.video-overlay.hide-overlay:before {
    background-color: transparent;
}
.no-overlay .video-overlay:before {
    display: none;
}
.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-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;
}

.quotation {
    text-align: center;
    font-size: 30px;
    color: #fcc645;
    display: inline;
}
.quotation.quote-left {
    vertical-align: top;
    margin-right: 20px;
}
.quotation.quote-right {
    vertical-align: bottom;
    margin-left: 20px;
}
.home-testimonials h2 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 50px;
    margin-top: 25px;
    font-size: 2.5rem;
}
/* video section */

/* Home featured products*/
.product-one {
    padding-top: 10px;
    padding-bottom: 20px;
}
.card.product-one {
    text-align: center;
    background: transparent;
    padding-top: 30px;
    padding-bottom: 20px;
}
.product-one img {
    border: none !important;
}
.product-one .card-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

.product-two {
    padding: 15px;
}

.product-two i {
    color: #b0b3a9;
}
.product-two img {
    background: #f5f5f7;
    border: none;
}
.product-two .product-price {
    font-size: 20px;
    margin: 0;
}
.product-two button {
    border: 1px solid #b0b3a9 !important;
    height: 30px !important;
    width: 100px !important;
    background: transparent;
    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: #b0b3a9;
}

.product-details-box p.product-price {
    font-weight: 600;
    color: #b0b3a9;
    font-size: 2.5rem;
}

.product-details-box span.orignal-price {
    color: #cbcbcb;
    font-size: 2rem;
}

button.btn-primary-bordered {
    border: 1px solid #b0b3a9;
    height: 37px;
    width: 152px;
    background: transparent;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.product-three p.product-color {
    font-size: 0.875rem;
    margin-bottom: 0 !important;
}
.product-three p.product-price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #b0b3a9;
}
.product-three span.orignal-price {
    color: #cbcbcb;
    font-size: 1rem;
}

.card.product-one:hover,
.product-one.active {
    box-shadow: 0.5rem 0.5rem 2rem 1rem #eee;
}
.card.product-one:hover button,
.product-one.active button {
    background: #b0b3a9 !important;
    color: #fff !important;
}

.card.product-two:hover,
.product-two.active {
    box-shadow: 0.5rem 0.5rem 2rem 1rem #eee;
}
.card.product-two:hover button,
.product-two.active button {
    background: #b0b3a9 !important;
    color: #fff !important;
}

section.logo-list {
    margin: 2rem auto;
}
section.featured-products {
    padding-top: 80px;
    background: #f5f5f7;
    padding-bottom: 30px;
}
/* Home featured products*/

section.footer {
    position: relative;
    background: #000000;
}
.footer .top-footer.container {
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}
.footer h4 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #353633;
}

.green-footer .justify-content-between {
    padding-top: 30px !important;
    align-items: center;
}
.footer .green-footer {
    background: #232422;
    height: 100px;
    margin-top: 0;
    z-index: -1;
}

/*updated css*/
.home-testimonials h2 {
    text-align: left;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .home-testimonials h2 {
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    .home-testimonials h2 {
        text-align: center;
    }
}
.home-testimonials .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
}
.home-testimonials .carousel-caption p {
    color: #000000 !important;
    font-size: 1rem !important;
    font-weight: 400;
    max-width: 600px;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}
.home-testimonials .carousel-caption {
    position: absolute;
    right: 0;
    left: 0 !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.home-testimonials .carousel-caption p.author-posi {
    color: #fff !important;
    font-size: 0.875rem !important;
    margin-left: 50px;
}

.author-image-section {
    background: #f9c23d;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-image-section img {
    height: 184px;
    width: 184px;
    border-radius: 50%;
}
@media (min-width: 992px) {
    .header .navbar-light .navbar-nav .nav-link {
        font-weight: 600;
        font-size: 14px;
        color: #000000;
        padding-top: 0;
        padding-bottom: 0;
    }
    .header .navbar-light .navbar-nav .nav-link:hover {
        text-decoration: underline;
    }
    .header .navbar-light .navbar-nav.green-menus .nav-link {
        color: #b0b3a9;
    }
    .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: 0.7rem;
}
p.user-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

/* Category page css */
h3.widget-title {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #b0b3a9;
    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: #b0b3a9;
    font-size: 18px;
    padding-right: 5px;
}
.categories ul li:hover,
.categories ul li a:hover {
    color: #b0b3a9;
}
.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: transparent;
}
.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: 0.85rem;
    font-weight: normal;
    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: none !important;
}
.filters ::v-deep .card-header:active {
    outline: none !important;
}
.filters .unselect-icon {
    float: right;
}
.categories ul li.selected > a {
    color: #b0b3a9;
}
.filters ul {
    padding-left: 0;
    margin-left: 10px;
}
.filters ul li {
    margin-bottom: 4px;
    padding: 6px 12px;
}
.filters ul li i {
    color: #b0b3a9;
}
.filters ul li.selected {
    background-color: #f7f6fa;
}
@media (max-width: 991px) {
    ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center;
    }
}
.product-category .top-pagination {
    display: inline-flex;
    vertical-align: middle;
    max-width: 350px;
}
.product-category .top-pagination ul {
    padding-left: 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;
    padding-top: 3px;
    color: #000000;
}
.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 .right-filters {
    text-align: right;
}

.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, 0.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;
    }
}

@media (max-width: 767px) {
    .product-category .gsr-page-subheader {
        margin-bottom: 20px;
    }
}
.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: #b0b3a9;
}
.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: #b0b3a9;
}
.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: #000000;
    background-color: transparent !important;
    border-color: transparent !important;
}
.card {
    border: none !important;
}

.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;
}
.quotation {
    text-align: center;
    font-size: 30px;
    color: #b0b3a9;
}

/* Single Product CSS */

@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: 0.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 */
.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 #b0b3a9;
    padding-bottom: 20px;
    border-top: 2px solid #b0b3a9;
}

.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: #b0b3a9;
    font-size: 20px;
}
.auto-ship-product .auto-ship-product-action {
    max-width: 220px;
}
.cart-sidebar .subscribe-cta {
    text-align: center;
    border-bottom: 1px dashed #b0b3a9;
    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: #b0b3a9;
    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 #b0b3a9;
    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 */
.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: 0.875rem;
}

/* .product-detail span {
  color: #B0B3A9;
} */

.product-detail .price {
    font-size: 1.875rem;
    color: #b0b3a9;
    margin-bottom: 0;
}

.product-detail .price sub {
    bottom: 0;
    font-size: 0.875rem;
    color: #8e8e8e;
}

.product-detail .price .sale {
    font-size: 0.875rem;
    color: #b0b3a9;
}

.product-detail .sale-heading {
    font-size: 1.875rem;
    color: #b0b3a9;
    line-height: 1;
}

.product-detail .discount {
    font-size: 0.875rem;
}

.product-detail .shipping p {
    font-size: 0.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: 0.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 #000000;
}

.product-detail .color-list {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    display: flex;
}

.product-detail .filter-dropdown select {
    width: 200px;
    height: 38px;
    border: 2px solid #f5f5f7;
}

.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;
}

.product-detail .select-quantity {
    margin-right: 20px;
    display: inline-flex;
}

.product-detail .wishlist {
    margin-right: 0px;
    text-align: right;
    display: inline-flex;
    padding: 8px 8px 0;
    color: #b0b3a9;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    cursor: pointer;
}

.product-detail .cart-button {
    width: 100%;
}

.product-detail button.btn-copy-white {
    width: 100%;
    background: #fff;
    height: 35px;
    color: #b0b3a9;
    border: 2px solid #b0b3a9;
    line-height: 2.2;
    padding: 0;
}

.product-detail button.btn-gree {
    width: 100%;
    height: 35px;
}
.product-detail .product-description h4 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

.product-detail .product-description p {
    font-size: 0.875rem;
}

.single-product .input-group-append .btn,
.single-product .input-group-prepend .btn {
    z-index: 1;
}
.sticky-on-scroll {
    background: #fff;
}
.sticky-on-scroll.affix {
    position: fixed;
}
.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;
}
.top-products .card {
    margin-top: 1.5rem;
    border: none;
}

.top-products .card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* light slider customize for product page */
/* left thumb */
/* left thumb */
.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 .lslide img {
    width: 100%;
    height: auto;
}

.thumb-gallery .lSSlideOuter .lSPager.lSGallery li {
    /* height: auto !important; */
    border-radius: 0 !important;
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li > a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li img {
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 0;
    max-height: 100%;
}

.thumb-gallery .lSSlideOuter .lSPager.lSGallery li.active img {
    border: 1px solid #26262c;
    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;
}

/* swiper old */
.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 0.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 0.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, 0.6);
    z-index: 9999;
    overflow: hidden;
}

.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;
}

.quotation {
    text-align: center;
    font-size: 30px;
    color: #b0b3a9;
}

i.fal.fa-arrow-down {
    color: #fff;
}

i.fal.fa-heart-square {
    font-size: 30px;
    padding-top: 2px;
    color: #b0b3a9;
}

/* Login Page { Welcome back  } */
@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: #b0b3a9;
    height: 50px;
    margin: 0 auto;
    margin-top: 40px;
}
.side-btn-icon {
    background: #b0b3a9 !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: #b0b3a9;
    text-decoration: underline;
    text-align: center;
}
.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;
}
.quotation {
    text-align: center;
    font-size: 30px;
    color: #b0b3a9;
}

/* Create account Page */

@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: #b0b3a9;
    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: #b0b3a9;
    text-decoration: underline;
}
.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;
}

/* Shipping Method Page */

@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;
}
.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: #b0b3a9;
}
.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: 0.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: #b0b3a9;
    font-size: 1.375rem;
    font-weight: 500;
}
.shipping-method .product {
    margin-bottom: 2rem;
    display: flex;
}
.shipping-method p.desc {
    font-size: 0.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 {
    /* position: absolute; */
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #b0b3a9;
}
.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;
}
.quotation {
    text-align: center;
    font-size: 30px;
    color: #b0b3a9;
}

/* Order COmplete Page */
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: 0.875rem;
    font-weight: 300;
}
.order-complete .shipping-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #b0b3a9;
    margin-bottom: 20px;
}
.order-complete .shipping-info p {
    font-size: 0.875rem;
    font-weight: 300;
}
.order-complete .tax-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed #b0b3a9;
}
.order-complete .tax-info p {
    font-size: 0.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: 0.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 #b0b3a9;
    margin-left: -6px;
    margin-right: -15px;
    padding-bottom: 24px;
}
.order-complete .confirm-row a {
    clear: both;
    display: block;
    margin-top: 20px;
    color: #b0b3a9;
}
.order-complete .confirm-row:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}
.order-complete .pricing-box strong {
    font-size: 0.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: #b0b3a9;
}
@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;
    }
}

/* BLog Page */
.blog .image-overlay {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    height: 213px;
}
.blog .image-overlay img.card-img {
    height: 213px;
}
.blog .image-overlay .card-title {
    margin-bottom: 0;
    font-size: 2.812rem;
    line-height: 3.2rem;
}
.blog .image-overlay p.card-text {
    max-width: 670px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 27px;
}
.blog .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, 0.8);
    text-align: center;
    color: #000;
}
.blog .image-overlay .card {
    border-radius: 0;
    border: none;
    z-index: -1;
}
@media (max-width: 991px) {
    .blog .image-overlay .card-img-overlay {
        padding-top: 5px;
    }
    .blog .image-overlay .card-title {
        margin-bottom: 0;
        font-size: 1.812rem;
        line-height: 3.2rem;
    }
    ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center;
    }
}

@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;
    }
}

.home-blog h3 {
    margin-top: 2.5rem;
    font-size: 2.5rem;
    font-weight: 500;
}
.home-blog .card {
    margin-top: 1.5rem;
    border: 0;
}
.home-blog.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.home-blog .card-title {
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
    color: #000;
}
.home-blog .card-text {
    font-size: 0.875rem;
    font-weight: 300;
}
.home-blog .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-left: 0;
    padding-right: 0;
}
.home-blog button span {
    display: inline-flex;
    padding-left: 3px;
    vertical-align: middle;
    margin-left: 6px;
}
.home-blog button {
    background: transparent;
    padding-left: 0 !important;
    font-size: 0.8125rem;
}
.post h4.card-title {
    margin-bottom: 0 !important;
}
.post-detail {
    max-width: 250px;
    display: inline-block;
}
.post-img {
    display: inline-block;
    vertical-align: text-bottom;
}
.post {
    border-bottom: 2px solid #d2e9e3;
}
.post .card-body {
    padding-bottom: 0 !important;
}
.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;
}
.quotation {
    text-align: center;
    font-size: 30px;
    color: #b0b3a9;
}
.readmore {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.readmore i {
    color: #b0b3a9;
}

button.btn-border {
    border: 1px solid #b0b3a9 !important;
    padding: 5px 10px !important;
}
button.btn-border:hover {
    color: #fff;
    background: #b0b3a9;
}

/* Image With Text Overlay */

.image-overlay button {
    font-weight: 600;
    font-size: 14px;
    font-family: "Cormorant Garamond", serif;
    display: inline-block;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #b0b3a9;
    padding: 10px 14px;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
}
.image-overlay button:focus {
    outline: none;
}
.image-overlay button span i {
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #b0b3a9;
    margin-left: 8px;
}
/* Image With Text Overlay */

/* Article Page */

.article .image-overlay {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    height: 213px;
}
.article .image-overlay img.card-img {
    height: 213px;
}
.article .image-overlay .card-title {
    margin-bottom: 0;
    font-size: 2.812rem;
    line-height: 3.2rem;
}
.article .image-overlay p.card-text {
    max-width: 670px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 27px;
}
.article .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, 0.8);
    text-align: center;
    color: #000;
}
.article .image-overlay .card {
    border-radius: 0;
    border: none;
    z-index: -1;
}
@media (max-width: 991px) {
    .article .image-overlay .card-img-overlay {
        padding-top: 5px;
    }
    .article .image-overlay .card-title {
        margin-bottom: 0;
        font-size: 1.812rem;
        line-height: 3.2rem;
    }
}
.article .card {
    margin-top: 1.5rem;
    border: 0;
}
.article .card-img,
.article .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.article .card-title {
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
    color: #b0b3a9;
}
.article .card-text {
    font-size: 0.875rem;
    font-weight: 300;
}
.article .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-left: 0;
    padding-right: 0;
}
.article .post h4.card-title {
    margin-bottom: 0 !important;
}
.article .post-detail {
    max-width: 250px;
    display: inline-block;
}
.article .post-img {
    display: inline-block;
    vertical-align: text-bottom;
}
.article .post {
    border-bottom: 2px solid #d2e9e3;
}
.article .post .card-body {
    padding-bottom: 0 !important;
}
.article .mpost .post-detail {
    max-width: 200px;
    margin-left: 20px;
    vertical-align: top;
}
.article .mpost h4.card-title {
    margin-bottom: 0;
}
.article h4.m-popular {
    margin-top: 3rem;
}
.article .mpost {
    border-bottom: 2px solid #d2e9e3;
}
.article .featured-img img {
    width: 100%;
}
.article .meta {
    display: inline-flex;
    margin-bottom: 1.5rem;
}
.article .meta-img {
    margin-right: 5px;
    margin-top: -3px;
}
.article .meta-data {
    font-size: 0.875rem;
    font-weight: 500;
    margin-right: 20px;
}
.article .current-post p {
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 40px;
}
.article h5.quotation {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.article .current-post h3 {
    font-size: 1.375rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-weight: 800 !important;
}
.article .post-comments h3 {
    font-size: 1.375rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.article input {
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #c9ced6;
    color: #555 !important;
    border-radius: 0;
    font-size: 12px;
    height: 35px;
}
.article textarea {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #c9ced6;
    color: #555 !important;
    border-radius: 0;
    font-size: 12px;
    padding-top: 20px;
    padding-left: 14px;
}
.article .notice {
    height: auto;
    background: transparent;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    border: 1px solid transparent;
    color: #979797;
    padding-bottom: 20px;
}
.article .notice img {
    margin-right: 10px;
}
.article button.btn-submit {
    background: #b0b3a9;
    border: none;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    height: 35px;
    width: 138px;
    margin-top: 20px;
    margin-bottom: 50px;
}

@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 li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff;
}
ul.cards-list {
    padding-left: 0 !important;
}
.quotation {
    text-align: center;
    font-size: 30px;
    color: #b0b3a9;
}
i.fal.fa-check-circle {
    color: #b0b3a9;
    margin-right: 10px;
}

.post-title span {
    font-size: 18px;
    color: #b0b3a9;
}

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: 0rem 0rem 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 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: #b0b3a9;
    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: #b0b3a9;
    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 0.5rem #eee;
}

@media (max-width: 620px) {
    .newsletter .checkout-btn {
        position: static;
        top: 0;
        right: 0;
        margin: 0;
        width: 100%;
    }
}

.categories ul li > i,
.style-filer ul li > i,
.sleeve-filer ul li > i,
.length-filer ul li > i,
.color-filer ul li > i,
.size-filer ul li > i,
.price-filer ul li > i,
.brand-filer ul li > i {
    color: #b0b3a9;
    font-size: 18px;
    padding-right: 5px;
}
.categories ul li > a,
.style-filer ul li > a,
.sleeve-filer ul li > a,
.length-filer ul li > a,
.color-filer ul li > a,
.size-filer ul li > a,
.price-filer ul li > a,
.brand-filer ul li > a {
    color: #000;
    text-decoration: none;
}
.categories ul li:hover > a,
.style-filer ul li:hover > a,
.sleeve-filer ul li:hover > a,
.length-filer ul li:hover > a,
.color-filer ul li:hover > a,
.size-filer ul li:hover > a,
.price-filer ul li:hover > a,
.brand-filer ul li:hover > a {
    text-decoration: none;
    color: #b0b3a9;
}
.category-sidebar .widget:first-child h3 {
    margin-top: 0;
}
.post {
    border-bottom: 1px dashed #b0b3a9;
}

@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: #b0b3a9;
}

.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: #b0b3a9;
    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 #b0b3a9;
}

.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: #b0b3a9;
}

.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;
}

.cart i.fas.fa-long-arrow-alt-right {
    color: #fff;
    padding-top: 3px;
}

.header i.fal.fa-shopping-cart,
.header .sign_in_top_display,
.header .sign_in_top_display a {
    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: #b0b3a9;
}

.cart i.fal.fa-trash-alt {
    color: #b0b3a9;
}

.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;
}

/*payment methods pages*/
@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 #b0b3a9;
}
.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: #b0b3a9;
}
.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: #b0b3a9;
}
.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: 0.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: #b0b3a9;
    font-size: 1.375rem;
    font-weight: 500;
}
.payment-methods .product {
    margin-bottom: 2rem;
    display: flex;
}
.payment-methods p.desc {
    font-size: 0.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 #b0b3a9;
    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: 0px;
    top: 0;
    color: #b0b3a9;
}
.payment-methods .shipping-methods {
    position: relative;
}
.payment-methods .shipping-methods a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #b0b3a9;
}
.payment-methods .payment-info {
    position: relative;
}
.payment-methods .payment-info a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #b0b3a9;
}

.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: 0.75rem;
}
.payment-methods .payment-button p {
    font-size: 0.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 i.fas.fa-long-arrow-alt-right {
    color: #fff;
    padding-top: 3px;
}

.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: #b0b3a9;
}

.header .user-detail {
    margin-left: 5px;
    color: #212529;
}
@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: 0.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 ul.ml-auto.green-menus i {
        font-size: 17px;
    }
    .header .user-profile {
        margin-right: 5px;
    }
}

/* Shipping Method Css*/
@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: #B0B3A9;
    border: none; */
    height: 35px;
    /* color: #fff; */
    margin: 0 auto;
}
#input-group-1 .checkout-btn {
    margin-top: 0px;
}
.shipping-method .discount-form button.btn-gree {
    margin-top: 6px;
    width: 154px;
    position: relative;
    z-index: 10;
}

.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;
    background: #f5f5f7;
    margin-top: 30px;
}
.shipping-method .pricing-box .ship-to.collapsed i {
    transform: rotate(180deg);
}
.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 #b0b3a9;
}
.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 {
    display: flex;
    justify-content: space-between;
}
.shipping-method .cart-totals 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: #b0b3a9;
}
.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: #b0b3a9;
}
.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: 0.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: #b0b3a9;
    font-size: 1.375rem;
    font-weight: 500;
}
.shipping-method .product {
    margin-bottom: 2rem;
    display: flex;
}
.shipping-method p.desc {
    font-size: 0.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 #b0b3a9;
    padding-bottom: 20px;
}
.shipping-method .shipping-address p {
    color: #8e8e8e;
    font-size: 1.125rem;
    margin-bottom: 0;
}
.shipping-address .address-box p {
    color: #8e8e8e;
    font-size: 1rem;
    margin-bottom: 0;
}
.shipping-method .shipping-address a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #b0b3a9;
}
.shipping-method .shipping-methods {
    position: relative;
}
.shipping-method .shipping-methods a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #b0b3a9;
}
.shipping-method .payment-info {
    position: relative;
}
.shipping-method .payment-info a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #b0b3a9;
}

.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: 0.75rem;
}
.shipping-method .payment-button p {
    font-size: 0.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 i.fas.fa-long-arrow-alt-right {
    color: #fff;
    padding-top: 3px;
}
.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: #b0b3a9;
}

/*shipping address section*/
@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 #b0b3a9;
}
.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: #b0b3a9;
}
.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: #b0b3a9;
}
.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: 0.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: #b0b3a9;
    font-size: 1.375rem;
    font-weight: 500;
}
.shipping-address .product {
    margin-bottom: 2rem;
    display: flex;
}
.shipping-address p.desc {
    font-size: 0.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 i.fas.fa-long-arrow-alt-right {
    color: #fff;
    padding-top: 3px;
}
.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: #b0b3a9;
}

/* August 10 Changes by Roman */

.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 {
        /* width: 70% !important; */
        display: flex;
        justify-content: flex-end;
        padding-top: 10px;
    }
    .user-detail .user-title {
        font-size: 0.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;
    }
    .header ul.ml-auto.green-menus i {
        font-size: 20px;
    }
    .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) {
    .categories ul li,
    .style-filer ul li,
    .sleeve-filer ul li,
    .length-filer ul li,
    .color-filer ul li,
    .size-filer ul li,
    .price-filer ul li,
    .brand-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: 0px;
    }
}
@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%;
    }
    .home-testimonials a.carousel-control-prev {
        left: 80%;
    }
}

@media (max-width: 767px) {
    .shipping-address .row.form-group .col-md-6:first-child {
        margin-bottom: 16px;
    }
}

/*
Inline css
 */

@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 .top-footer.container ul {
    padding-left: 0 !important;
    margin-top: 20px;
}
.footer .top-footer.container ul li {
    list-style-type: none !important;
    margin-bottom: 12px;
}
.footer .top-footer.container ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.footer .footer-copyright {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    text-align: right;
}
.header .navbar-brand {
    height: 50px;
    max-width: 200px;
    flex-shrink: 0;
}
.header .navbar-brand a {
    align-items: center;
    display: flex;
    height: 100%;
}
.header .navbar-brand img,
.header .navbar-brand svg {
    max-width: 100%;
    height: auto;
    max-height: 50px;
}
.header .form-control::placeholder {
    color: #000000;
    opacity: 1; /* Firefox */
}
.header .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}
.header .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}
.header .form-control {
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: none;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    border-radius: 0;
}
.header .form-control:focus {
    border: 1px solid #000000;
    box-shadow: none;
}
.header .btn-theme-primary {
    background-color: #000000;
    border-radius: 0;
    color: #fff;
    border-color: #000000;
}
.header .btn-theme-primary:focus {
    outline: none;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 0.875rem;
    color: #000000;
    line-height: 17px;
}
.navbar-nav.desk-menu .dropdown-toggle::after {
    display: none;
}
.green-menus .dropdown-toggle::after {
    display: none;
}
.green-menus .sign_in_top_display {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.navbar-nav.desk-menu .dropdown-toggle i {
    font-weight: normal;
    vertical-align: middle;
}
.green-menus .dropdown-toggle {
    font-weight: normal;
    vertical-align: middle;
}
.green-menus .dropdown-toggle i {
    font-weight: normal;
    vertical-align: middle;
}
.navbar-nav.desk-menu .inner-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
}

.custom-dropdown .dropdown-menu,
.megamenu-dropdown .mega-menu {
    margin-top: 0;
    min-width: 206px;
    background: #ffffff;
    border: 0;
    border-radius: 0;
}
.custom-dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 0.4rem 1.5rem;
}
.custom-dropdown .dropdown-menu .dropdown-text {
    font-size: 14px;
    padding: 0.4rem 1.5rem;
    border-bottom: 1px solid #e5e2de;
    display: block;
    margin-bottom: 0.4rem;
}
.custom-dropdown .dropdown-menu a:hover,
.custom-dropdown .dropdown-menu a:focus,
.megamenu-dropdown .dropdown-menu a:hover,
.megamenu-dropdown .dropdown-menu a:focus {
    background: #fafafa;
    outline: none;
    color: #000;
}
.search-box-item #collapseSearch {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #000000;
}
.custom-dropdown .dropdown-menu.search-dd-menu {
    min-width: 100%;
    border: 1px solid #000;
}
.megamenu-dropdown .mega-menu a {
    font-size: 14px;
    padding: 0.4rem 1.5rem;
}
.megamenu-dropdown .mega-menu .list-title {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.header .navbar-collapse .close-nav {
    display: none;
    color: rgba(0, 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, 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 {
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        border: 1px solid #000000;
        border-top: 3px solid #000000;
    }
    .custom-dropdown .dropdown-menu.inner-dropdown-menu {
        box-shadow: 10px 10px 20px rgba(0, 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 {
        /*columns: 3;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;*/
        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: 0px 10px 20px rgba(0, 0, 0, 0.1);
        border: 1px solid #000000;
        border-top: 3px solid #000000;
    }
}
@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: 0px 10px 20px rgba(0, 0, 0, 0.1);
        padding-top: 10px;
        padding-bottom: 10px;
        transition: right 0.4s ease-out;
    }
    .header .navbar-collapse.show-nav {
        right: 0;
        transition: right 0.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);
    }
    .custom-dropdown .dropdown-menu.collapsing {
        transition: none;
    }
    .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, 0.5);
    border-color: transparent !important;
}

.header .bg-light {
    background-color: transparent !important;
}
.header nav.navbar {
    min-height: 82px;
    align-items: center;
}
.header .header {
    margin-right: 10px;
}
.header .header :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, 0.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 :not(.btn-theme-primary) > i {
    color: #000000;
}
.header ul.green-menus > li .badge {
    background-color: #000 !important;
    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 + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.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;
}

/* Reusable componets */

/* gsr page subheader with breadcrumb*/
.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 #b0b3a9;
    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: transparent;
    vertical-align: super;
}
.gsr-page-subheader .breadcrumb li {
    line-height: 100%;
    height: 100%;
    font-size: 12px;
    margin-right: 8px;
    text-transform: uppercase;
}
.gsr-page-subheader .breadcrumb li span,
.gsr-page-subheader .breadcrumb li a {
    color: #b0b3a9;
}

/* gsr sidebar card */
.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: normal;
    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 #b0b3a9;
    text-decoration: none;
}
.gsr-sidebar-card .sidebar-list-item:last-child .sidebar-list-link {
    border-bottom: 1px dashed transparent;
}
.gsr-sidebar-card .sidebar-list-item.active .sidebar-list-link,
.gsr-sidebar-card .sidebar-list-item.active .sidebar-list-link i.fal {
    color: #b0b3a9;
}
.gsr-sidebar-card .sidebar-list-link:hover,
.gsr-sidebar-card .sidebar-list-link:focus,
.gsr-sidebar-card .sidebar-list-link:hover .fal,
.gsr-sidebar-card .sidebar-list-link:focus .fal {
    color: #b0b3a9;
    transition: 0.4s all ease;
}

/* card with icons */
.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: #b0b3a9;
    padding: 0 0 15px;
}
.gsr-icon-card .title h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}
.gsr-icon-card .desc p {
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
/* product list table */
.gsr-product-list .product {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px dashed #b0b3a9;
}

.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: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}
.gsr-product-list .product .product-info img {
    border: 1px solid #c5c5c5;
    width: 84px;
    height: auto;
    margin-right: 20px;
}
.gsr-product-list .auto-ship-product .auto-ship-product-action {
    max-width: 220px !important;
}

.gsr-product-list .auto-ship-product.disabled {
    opacity: 0.4 !important;
}

.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: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}
.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: #b0b3a9;
}

.product-img__order {
    width: 150px;
    float: left;
}
.product-title__order {
    text-align: left;
    float: left;
}
@media (max-width: 500px) {
    .product-img__order {
        width: 100px;
    }
}
/* tabs */
.gsr-tabs {
    border: none;
}
.gsr-tabs .nav-item .nav-link {
    border: none;
    color: #b0b3a9;
    font-size: 14px;
    padding: 12px 3px;
    margin-right: 5px;
    background: transparent;
    border-bottom: 4px solid transparent;
}
.gsr-tabs .nav-item .nav-link.active {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #000000;
    background: transparent;
    border-bottom: 4px solid #b0b3a9;
}
/* form */
.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: #ffffff;
    border: 1px solid #c9ced6;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
}
.grs-form .form-group small {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #c5c5c5;
}

/* My Subscription Page */
.my-subscription .content-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #b0b3a9;
}
.my-subscription .content-header h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}
.my-subscription .content-header select {
    padding: 10px 8px;
    font-size: 14px;
    line-height: 15px;
    color: #c9ced6;
    border: 1px solid #c9ced6;
    box-shadow: inset 0px -4px 10px rgba(24, 27, 49, 0.05);
}

/* My Orders Page */
.my-orders .content-header {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #b0b3a9;
}
.my-orders .content-header h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}
.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 0px -4px 10px rgba(24, 27, 49, 0.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: #ffffff;
    border: 1px solid #c9ced6;
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.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: transparent;
}
.my-orders .content-header .form-group .search-box button:focus {
    outline: none;
    box-shadow: none;
}
.my-orders .content-header .form-group .search-box button i {
    padding: 0;
}

/* My information page */
.my-information .content-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #b0b3a9;
}
.my-information .content-header h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}
.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: #b0b3a9;
    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: none;
    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 styles */
.cart .content-header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #b0b3a9;
    border-top: 2px solid #b0b3a9;
}
.cart .content-header h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0px;
}
.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: #000000;
    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: #c5c5c5;
}
.cart .select-quantity button:focus {
    box-shadow: none;
    outline: none;
}
.cart .select-quantity button:focus i {
    color: #000000;
}
.cart .product-price.price h5 {
    font-size: 14px;
    font-weight: normal;
    color: #b0b3a9;
}
.cart .product-price.total h5 {
    font-size: 14px;
    font-weight: 600;
    color: #b0b3a9;
}
.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: bold;
    margin: 5px 0;
}
@media (max-width: 767px) {
    .cart .product .product-info {
        min-width: 100%;
        max-width: 100%;
    }
}

/* referral pages start */
.referral .ref-heading {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #000000;
}
.referral .ref-subheading {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
}
.referral .ref-text {
    font-family: Cormorant Garamond;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}
.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 input,
.referral button {
    border-radius: 0;
}
.referral .form-control {
    border: 1px solid #000000;
}
.referral .form-control:focus {
    box-shadow: none;
}
.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 .bs-stepper-circle {
    background-color: #fff;
    border: 2px solid #000000;
    z-index: 2;
    position: relative;
}
.referral .bs-stepper .active .step-trigger .bs-stepper-circle {
    background-color: #eec8b9;
    border: 2px solid #eec8b9;
}
.referral .bs-stepper .bs-stepper-label {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}
.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;
}

.pricing-box {
    border: 1px solid #000000;
    padding: 20px;
}
.pricing-box.min-height {
    min-height: 100%;
    display: flex;
    flex-flow: wrap;
}
.pricing-header {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.pricing-footer {
    width: 100%;
    display: flex;
    align-self: flex-end;
}
.pricing-box .pricing-name {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}
.pricing-box .pricing-value {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}
.pricing-box ul li {
    font-family: Cormorant Garamond;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}
.pricing-box ul.order_coupons li {
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 22px;
}
.pricing-box.sm-box {
    padding: 10px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.pricing-box.sm-box .pricing-name {
    font-size: 18px;
    line-height: 18px;
}
.pricing-box.sm-box .pricing-value {
    font-size: 13px;
    line-height: 13px;
}
.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: 22px;
}
.referral .review-card .row span {
    font-size: 16px;
}
.referral .review-card .row:last-child {
    border-bottom: 0px;
}
.referral .review-card .row .col:first-child {
    text-align: right;
}
.referral .form-check-label {
    font-size: 13px;
}
/* empty cart */
.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: #b0b3a9;
    color: #fff;
    border-radius: 0;
    position: relative;
}
.btn.theme-primary:hover,
.btn.theme-primary:focus,
.btn.theme-primary:active,
.btn.theme-primary.active {
    background-color: #9b9e95;
}
.btn.theme-primary > span.line > i:after {
    content: "";
    width: 1px;
    background-color: #ffffff;
    height: 100%;
    top: 0;
    right: 40px;
    position: absolute;
}
.btn.theme-primary.btn-lg > span.line > i:after {
    right: 50px;
}
.btn.theme-primary > span.line > i.fa-spinner::after {
    display: none;
}
.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: #ffffff;
    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;
}

/* customize radio box */
.custom-radio .custom-control-label {
    margin-top: 2px;
}
.custom-radio .custom-control-label::before {
    border: 1px solid #b0b3a9;
    background-color: #ffffff;
}

.custom-radio .custom-control-input {
    height: auto;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #b0b3a9;
    background-color: #b0b3a9;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

/* welcome popup */

.welcome-popup .modal-content {
    border-radius: 0;
}

.welcome-popup .popup-body {
    padding-top: 40px;
    padding-bottom: 50px;
}
.welcome-popup .popup-body .popup-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}
.welcome-popup .popup-body .logo-img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.welcome-popup .popup-body p {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}

/* ends:: welcome popup */
.full-width {
    width: 100%;
}

/* dropdown gsr custome */
.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: #ffffff;
    border-radius: 0;
}
.dd-gsr .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}
.dd-gsr .dropdown-toggle::after {
    display: none;
}
.dd-gsr .dd-menu {
    width: 100%;
    margin-top: 0;
    min-width: 206px;
    background: #ffffff;
    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;
}
.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: #b0b3a9;
    color: #fff;
}
.category-widget-slider .category-title:hover {
    color: #fff;
    background-color: #e5e6e7;
}
/* end dropdown gsr custome */

/* start: Frontend Blog Page */

.gsr-blog-page-listing .top-pagination {
    display: inline-flex;
    vertical-align: middle;
    max-width: 350px;
}
.gsr-blog-page-listing .top-pagination ul {
    padding-left: 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;
    padding-top: 3px;
    color: #000000;
}
.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;
}
/* start: Frontend Blog Page */

/* start: custom nav pills  */
.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: #000000;
    background-color: #fff;
    border-radius: 0.25rem 0.25rem 0 0;
    border-bottom: 3px solid #000000;
}
.product-tabs .tab-pane,
.product-tabs .tab-pane p{
    font-size: 0.875rem;
}

/* end: custom nav pills  */
