@font-face {
    font-family: "kesslerdisplay-regular";
    src: url("../../assets/fonts/kesslerdisplay/kesslerdisplay-regular.eot?v=9373946359922328866");
    /* IE9 Compat Modes */
    src: url("../../assets/fonts/kesslerdisplay/kesslerdisplay-regular.eot?v=9373946359922328866?#iefix") format("embedded-opentype"),
        url("../../assets/fonts/kesslerdisplay/kesslerdisplay-regular.otf?v=18020623390997789319") format("opentype"),
        url("../../assets/fonts/kesslerdisplay/kesslerdisplay-regular.ttf?v=1855117758267049077") format("truetype"),
        url("../../assets/fonts/kesslerdisplay/kesslerdisplay-regular.woff?v=10550482156878486900") format("woff"),
        url("../../assets/fonts/kesslerdisplay/kesslerdisplay-regular.woff2?v=3720879559257565245") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SharpSans-Medium";
    src: url("../../assets/fonts/sharpsans/SharpSans-Medium.eot?v=887082698430647788");
    /* IE9 Compat Modes */
    src: url("../../assets/fonts/sharpsans/SharpSans-Medium.eot?v=887082698430647788?#iefix") format("embedded-opentype"),
    url("../../assets/fonts/sharpsans/SharpSans-Medium.ttf?v=12029905957858664194") format("truetype"),
    url("../../assets/fonts/sharpsans/SharpSans-Medium.otf?v=13664129414120861956") format("opentype"),
     url("../../assets/fonts/sharpsans/SharpSans-Medium.woff?v=3132026239083865241") format("woff"),
     url("../../assets/fonts/sharpsans/SharpSans-Medium.woff2?v=10581385145009765941") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SharpSans-Semibold";
    src: url("../../assets/fonts/sharpsans/SharpSans-Semibold.eot?v=11718602319004462910");
    /* IE9 Compat Modes */
    src: url("../../assets/fonts/sharpsans/SharpSans-Semibold.eot?v=11718602319004462910?#iefix") format("embedded-opentype"),
    url("../../assets/fonts/sharpsans/SharpSans-Semibold.otf?v=14466880047807665517") format("opentype"),
    url("../../assets/fonts/sharpsans/SharpSans-Semibold.ttf?v=5640476739385261999") format("truetype"),
    url("../../assets/fonts/sharpsans/SharpSans-Semibold.woff?v=12592088633161067223") format("woff"),
    url("../../assets/fonts/sharpsans/SharpSans-Semibold.woff2?v=13107687436126112740") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nattyla";
    src: url("../../assets/fonts/nattyla/Nattyla.eot?v=16729980773073981933");
    /* IE9 Compat Modes */
    src: url("../../assets/fonts/nattyla/Nattyla.eot?v=16729980773073981933?#iefix") format("embedded-opentype"),
    url("../../assets/fonts/nattyla/Nattyla.otf?v=526797898987608980") format("opentype"),
    url("../../assets/fonts/nattyla/Nattyla.ttf?v=17671075782390007756") format("truetype"),
    url("../../assets/fonts/nattyla/Nattyla.woff?v=13593549995066928421") format("woff"),
    url("../../assets/fonts/nattyla/Nattyla.woff2?v=18340438066731757665") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
/* widgets heading font */
.image-text-three-column .links-heading,
.image-with-text h3,
.rich-text h3,
.home-testimonials h2,
.collection-list .card-title,
.featured-collection .card-title,
.home-blog .card-title,
.two-column-products .card-title,
.image-overlay .card-title {
    font-family: "kesslerdisplay-regular";
}
.image-text-three-column .card-img-top{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body {
    font-family: "SharpSans-Medium";
}

/* font helper classes */
.font-kesserdisplay-regular{
    font-family: "kesslerdisplay-regular";
}
.font-sharpsans-medium{
    font-family: "SharpSans-Medium";
}
.font-sharpsans-semibold{
    font-family: "SharpSans-Semibold";
}
.font-nattyla{
    font-family: "Nattyla";
}
/* default for Hugh & Grace buttons */
button, .btn, .btn-gree{
    text-transform: uppercase;
}
button:focus{
    outline: 0;
    box-shadow: none;
}
html a[type=button]{
    -webkit-appearance: none;
}
.tool-tip [disabled] {
    pointer-events: none;
}
.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 #FAB50F;
    color: #FAB50F;
    box-sizing: border-box;
    box-shadow: inset 0px -4px 10px rgba(24, 27, 49, 0.05);
}
.btn.rounded-lg{
    border-radius: 20px;
}
.search-filter-form{
    display: flex;
    flex-wrap: wrap;
}
select.select-group{
    padding: 10px 8px;
    font-size: 14px;
    line-height: 15px;
    color: #C9CED6;
    border: 1px solid #C9CED6;
    box-shadow: inset 0px -4px 10px rgba(24, 27, 49, 0.05);
    border-radius: 0;
    min-width: 150px;
}
.container-fluid {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}
.card-img-top {
    max-width: 100%;
    height: auto;
    text-align: center;
}
.image-text-three-column .card-img-top {
    width: auto;
}
/* Image with text overlay */
.image-overlay {
    margin-top: 0;
    height: 492px;
}
.image-overlay .bg-cover-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.image-overlay .image-overlay-content{
    background: rgba(250, 181, 15, 0.8);
}

.image-overlay .card-title {
    margin-bottom: 1rem;
    font-size: 45px;
    line-height:1.1;
    text-align:left;
}

.image-overlay .card-text {
    max-width: 670px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align:left;
    color:#fff;
}
.image-overlay .card-text p{
    font-size: 16px;
}

/*image with text overlay*/

/*Image with text*/
.image-with-text p {
    font-size: 16px;
}

.image-with-text h3 {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 9px;
    color: rgb(0, 0, 0);
}

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

.image-with-text button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    align-items: center;
    line-height: 18px;
    display: inline-flex;
    justify-content: center;
    margin-left: 6px;
}

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

/*.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: #FAB50F;
}

.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: #FAB50F;
    height: 18px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    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.card-img,
  .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-text-three-column .card-title {
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
    color: #fab50f;
  }

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

  .image-text-three-column .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .image-text-three-column button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
  }

  .image-text-three-column button {
    background: transparent;
    padding-left: 0 !important;
    border: none !important;
    font-size: 0.8125rem;
  }

  /*image with text 3 columns*/


/*Button Widget*/

.button-widget button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}

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

/*Button Widget*/


/* collection list */
.collection-list h3 {
    margin-top: 2.5rem;
    font-size: 2.5rem;
    font-weight: 500;
}

.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-size: 1.25rem;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 400 !important;
    text-align: center;
}

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

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

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

.collection-list button {
    background: 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: #FAB50F;
    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 {
    margin-top: 2.5rem;
    font-size: 2.5rem;
    font-weight: 500;
}

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

/* Featured collection */

/* home blog widget */
.home-blog .blog_section-title{
    margin-top: 2.5rem;
    font-size: 2.5rem;
    font-weight: 500;
}

.home-blog .card {
    margin-top: 1.5rem;
    border: 0;
}
.home-blog .card-title {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.5rem;
    color: #000;
    font-weight:600;
}
.home-blog .card-body {
    padding: 1.25rem 0;
}
.home-blog .blog_meta_data{
    line-height: 1;
    flex-wrap: wrap;
}
.home-blog .blog_author{
    display: inline-flex;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin-top: 5px;
    margin-right: 10px;
}
.home-blog .blog_publish_date{
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin-top: 5px;
    display: inline-flex;
}
.home-blog .post-content{
    padding: 10px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
}
.home-blog .post-content *{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}
.home-blog button {
    background: transparent;
    padding-left: 0 !important;
    border: none !important;
    font-size: 0.8125rem;
}
.home-blog button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    align-items: center;
    line-height: 18px;
    display: inline-flex;
    justify-content: center;
    margin-left: 6px;
}
/* home 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 .map-box{
    height: 400px;
    width: 100%;
    background: #eaeaea;
}

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

.home-map .green-button {
    background: #FAB50F;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 1.5rem;
    border: none;
}


.home-map .address-box::before {
    clip-path: polygon(75% 5%, 0 63%, 74% 27%) !important;
    background: #fff !important;
    content: '';
    position: absolute;
    left: -120px;
    width: 166px;
    height: 160px;
}


.home-map .address-box {
    height: 329px;
    width: 288px;
    background: #fff;
    padding: 40px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 35px;
    z-index: 999999;
}
.footer .social-links li i {
    color: #fff;
}

.home-map .h5,
h5 {
    font-size: 1.375rem;
}

.home-map .address-box h5 {
    margin-bottom: 0;
}

.home-map h3 {
    margin-bottom: 0;
    font-size: 2.812rem;
    line-height: 3.2rem;
}

.home-map .address-box p {
    font-size: 1rem;
    margin-bottom: 0;
}

.home-map ul.timings-list {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}

.home-map ul.timings-list li {
    list-style-type: none;
    font-size: 1rem;
    padding-bottom: 10px;
}

/* home map */

/* home testimonials */
.home-testimonials .carousel.slide{
    padding-left: 30px;
    padding-right: 30px;
}
.home-testimonials .carousel_caption {
    padding-top: 15px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-testimonials h2 {
    text-align: left;
    font-size:36px;
    margin-bottom: 15px;
}
.home-testimonials .carousel_caption p {
    color: #000000 !important;
    font-size: 1rem !important;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 18px;
    align-self: center;
}
.home-testimonials .carousel_caption .author-name {
    font-family: 'SharpSans-SemiBold';
    font-weight: normal;
    font-size: 14px;
    display: block;
}

.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(0 0 0 / 0.3);
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
}
.home-testimonials a.carousel-control-prev{
    left: -10px;
}
.home-testimonials a.carousel-control-next{
    right: -10px;
}
.home-testimonials .testimonial-slide{
    display: flex;
}
.quotation {
    text-align: center;
    font-size: 30px;
    display: flex;
}
.quotation.quote-left {
    vertical-align: top;
    align-self: flex-start;
    align-items: flex-start;
}
.author-image-section {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.author-image-section img{
    height: 128px;
    width: 128px;
    border-radius: 50%;
}
@media(min-width: 992px){
    .home-testimonials .author-name{
        margin-left: 48px;
    }
}
@media(max-width: 991px){
    .home-testimonials .carousel_caption,
    .home-testimonials h2,
    .home-testimonials .carousel_caption p{
        text-align: center !important;
    }
    .home-testimonials .testimonial-slide{
        display: block;
    }
    .quotation{
        justify-content: center;
    }
    .author-image-section {
        margin-right: auto;
    }
}
@media(max-width: 768px){
    .home-testimonials h2 {
        text-align: center !important;
    }
    .home-testimonials .carousel_caption p{
        max-width: 600px;
        margin: 0 auto;
    }
    .home-testimonials .carousel_caption strong {
        margin-left: 0 !important;
    }
    .image-slice a.carousel-control-prev,
    .image-slice a.carousel-control-next {
        background: rgb(0 0 0 / 0.3);
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        top: 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-caption {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.carousel-control-prev-icon {
    background-image: url("../assets/images/icons/slide-prev.svg") !important;
    background-repeat: no-repeat;
}

.carousel-control-next-icon {
    background-image: url("../assets/images/icons/slide-next.svg") !important;
    background-repeat: no-repeat;

}

.image-slice .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 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 span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}

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



/* logo-list */

/* newsletter */
.newsletter {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.newsletter .icon_box{
    background-color: #FAB50F;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
}
.newsletter-container {
    display: flex;
    flex-direction: column;
    max-width: 45%;
    margin: 1.5rem auto;
    justify-content: center;
}

.newsletter h3.card-title{
    text-align:left!important;
    font-weight: 700;
    font-size: 2rem;
}
.newsletter p.card-text {
    font-size: .95rem;
    text-align:left;
}

.newsletter .discount-form button.btn-gree {
    margin-top: 6px;
    width: 154px;
    position: relative;
    z-index: 10;
}

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

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

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

/* newsletter */

/* rich text */
.rich-text {
    text-align: center;
    margin: 0 auto;
}
.rich-text h3{
    font-size: 45px;
    line-height: 1.1;
}

.rich-text p.card-text {
    font-size: 1rem;
}

/* rich text */

@media(max-width: 1050px){
    .newsletter-container{
        margin: .5rem auto;
        max-width: 55%;
    }
}
@media(max-width: 991px){
    .newsletter-container{
        max-width:60%;
    }
    .newsletter h3.card-title{
        font-size: 1.7rem;
    }
}
@media(max-width: 768px){
    .newsletter .icon_box{
        display: none;
    }
    .newsletter-container{
        max-width: 80%;
    }
    .newsletter h3.card-title, .newsletter p.card-text{
        text-align:center !important;
    }
    .newsletter .discount-form{
        width: 100%;
    }
    .image-slice a.carousel-control-prev {
        left: 88%;
    }
}


/* two column proudcts */
@media (min-width: 992px) {
    .two-column-products .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.two-column-products {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.two-column-products .card {
    border: none;
    border-radius: 0;
}

.card img {
    border: 1px solid #c5c5c5;
}

.two-column-products .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.two-column-products .green-button {
    background: #FAB50F;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 1.5rem;
    border: none;
}

.two-column-products .card-title {
    margin-bottom: 0;
    font-size: 20px;
}

.two-column-products .price {
    font-size: 20px;
    font-weight: 300;
    color: #FAB50F;
}

.two-column-products .social-links ul {
    padding-left: 0;
    margin-left: 0;
}

.two-column-products .social-links li {
    list-style-type: none;
    display: inline-block;
    border: none;
    margin-right: 20px;
}

.two-column-products .social-links li img {
    border: none;
}

.two-column-products p.card-text {
    margin-bottom: 1.2rem;
    font-size: 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;
    }
}

.video-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.video-box {
    position: relative;
    margin: 0 auto;
}
.video-overlay {
    background-position: center center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.video-overlay h2{
    color: #fff;
    z-index: 1;
}
.video-overlay:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.video-overlay.hide-overlay:before{
    background-color: transparent;
}
.play-button {
    font-size: 20px;
    width: 50px;
    z-index: 1;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #3a3a3a;
    border-radius: 50%;
}
.play-button:hover{
    background-color: #606060;
}
.play-button i,
.play-video i{
    margin-left: 2px;
}
.stop-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;
}
/* video section */



/* Home featured products*/
.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-size: 1.25rem;
    margin-bottom: 0;
    color: #000;
}

.product-two {
    padding:15px 15px 0 15px;
    margin-bottom: 15px;
}

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

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

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

button.btn-primary-bordered {
    border: 1px solid #FAB50F;
    height: 37px;
    width: 152px;
    background: 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: #FAB50F;
}
.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:#FAB50F !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:#FAB50F !important;
    color:#fff !important;

}
.product-one>a,
.product-two>a{
    background-color: #fff;
}


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



section.footer {
    background: #FAB50F;
}
.footer .light-green.container {
    background: #FAB50F;
    padding: 1.8rem;
    z-index: 1;
    position: relative;
}
.footer h4 {
    font-size: 1.375rem;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

@media (min-width: 992px) {
    .header .navbar-light .navbar-nav .nav-link {
        font-size: 0.875rem;
        color: #000000;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 17px;
    }
    .header .navbar-light .navbar-nav .nav-link:hover {
        text-decoration: underline;
    }
    .header .navbar-light .navbar-nav.green-menus .nav-link {
        color: #fab50f;
    }
    .header .desk-mobile {
        display: none !important;
    }
}

.user-profile {
    display: flex;
}
.user-img img {
    width: 56px;
    margin-right:15px;
}
.user-detail {
    padding-right: 20px;
}
.user-profile p {
    margin-bottom: 0;
    font-size: 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 #FAB50F;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 800;
}
.top-pagination i {
    color: #c9ced6;
    font-size: 24px;
}
.categories ul {
    padding-left: 0;
}
.categories ul li {
    list-style-type: none;
    font-size: 15px;
    padding-bottom: 8px;
    list-style-type: none;
}
.categories ul li > i {
    color: #FAB50F;
    font-size: 18px;
    padding-right: 5px;
}
.categories ul li:hover > a ,.categories ul li a:hover {
    color: #FAB50F;
}
.categories ul li.selected > a {
    color: #FAB50F;
}
.categories ul li ul {
    padding-left: 20px;
    padding-top: 10px;
}

.brand-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px;
}
.brand-filer li:hover {
    color: #b0b3a9;
}

.color-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px;
}
.color-filer li:hover {
    color: #b0b3a9;
}

.length-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px;
}
.length-filer li:hover {
    color: #b0b3a9;
}

.price-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px;
}
.price-filer li:hover {
    color: #b0b3a9;
}

.size-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px;
}
.size-filer li:hover {
    color: #b0b3a9;
}

.sleeve-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px;
}
.sleeve-filer li:hover {
    color: #b0b3a9;
}

.style-filer li {
    font-size: 1rem;
    list-style-type: none;
    padding-bottom: 5px;
}
.style-filer li:hover {
    color: #b0b3a9;
}

.filters .card {
    border: none;
    color: transparent;
}
.filters header.card-header.p-1 {
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-radius: 0;
    background: 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: .85rem;
    font-weight: normal;
    line-height: 34px;
}

/* .filters .btn-info span {
    text-align: right;
    float: right;
} */
.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: #FAB50F;
}
.filters ul {
    padding-left:0 ;
    margin-left: 10px;
}
.filters ul li {
    margin-bottom: 4px;;
    padding: 6px 12px;
}
.filters ul li i{
    color: #FAB50F;
}
.filters ul li.selected {
    background-color: #f7f6fa;
}

@media (max-width: 991px) {
    ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center;
    }
}
.category-sidebar .widget:first-child h3{
    margin-top: 5px;
}
.product-category .top-pagination {
    display: inline-flex;
    max-width: 350px;
    vertical-align: middle;
}
.product-category .top-pagination ul {
    padding: 0;
    margin: 0;
}
.product-category .top-pagination ul li {
    list-style-type: none;
    float: left;
}
.product-category .top-pagination ul li i {
    background-color: #F5F5F7;
    font-size: 15px;
    padding: 10px;
    color: #000;
}

.product-category .top-pagination ul li p {
    font-size: 2rem;
    margin: 0;
    padding: 0 10px;
    line-height: 1;
    color: #FFEEC3;
}
.product-category .top-pagination ul li button {
    border: none;
    margin: 0;
    padding: 0;
}
.product-category .top-pagination ul li p span {
    color: #b0b3a9;
    padding-left: 5px;
    padding-right: 5px;
}

.product-category .image-overlay {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    height: 213px;
}
.product-category .image-overlay img.card-img {
    height: 213px;
}
.product-category .image-overlay .card-title {
    margin-bottom: 0;
    font-size: 2.812rem;
    line-height: 3.2rem;
}
.product-category .image-overlay p.card-text {
    max-width: 670px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 27px;
}
.product-category .image-overlay .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    padding-top: 3rem;
    background: rgba(210, 233, 227, 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;
    }
}

.product-category {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.products .selected-badges .badge{
    padding: 8px 12px;
    border-radius: 0;
    cursor: pointer;
}
.products .selected-badges .btn-link{
    color: #FAB50F;
}
.products .card {
    margin-top: 1.5rem;
    border: none;
}
.products .card-img,
.products .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.products .card-title {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}
.card-title > a{
    text-decoration: none;
    color: #000;
}
.products .card:hover .card-title {
    text-decoration: none;
}

.products .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem 0 0;
}
.products .price {
    font-size: 1.125rem;
    font-weight: 300;
    color: #FAB50F;
}
.products .card:hover .price {
    text-decoration: none;
}


.btn-info.focus, .btn-info:focus {
    box-shadow: none !important;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #000000;
    background-color: transparent !important;
    border-color: transparent !important;
}
.card {
    border: none !important;
}

.social-links li a {
    color: #555!important;
}
d
ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff;
}
ul.cards-list{
    padding-left:0 !important;
}

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

.cart-sidebar .product img {
    display: inline-block;
    vertical-align: top;
}

.cart-sidebar .product .product-detail {
    display: inline-block;
    padding-left: 15px;
    padding-top: 0;
    vertical-align: baseline;
    margin-bottom: 0;
}

.cart-sidebar .product {
    margin-bottom: 14px;
    margin-top: 15px;
}

.cart-sidebar .product-detail h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.cart-sidebar .subscribe h3 {
    font-size: 1.375rem;
}

.cart-sidebar p.thin {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
}

.cart-sidebar .subscribe p {
    font-size: 20px;
    padding: 10px 0;
}
p.product-price {
    padding: 0 !important;
}
.cart-sidebar .subscribe .thin{
    text-align:center;
    color: #FAB50F;
    font-size: 20px;
}

.cart-sidebar .subscribe button.btn-gree {
    height: 35px;
    width: 220px;
    margin: 20px auto;
    display: block;
}

.cart-sidebar .subscribe-cta {
    text-align: center;
    border-bottom: 1px dashed #FAB50F;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.cart-sidebar .subscribe-cta strong {
    font-weight: 700;
    font-style: italic;
    font-size: 1.375rem;
}

.cart-sidebar .subscribe-cta p {
    font-size: 1.25rem;
    font-style: italic;
}

.cart-sidebar .recommended-products h4 {
    font-size: 1.375rem;
    margin-bottom: 25px;
}

.cart-sidebar .recommended-products .product-detail p.price {
    color: #FAB50F;
    font-size: 1.375rem;
    padding-top: 0 !important;
}

.cart-sidebar .recommended-products .product-detail h4 {
    font-size: 1.2rem;
    margin-bottom: 0 !important;
}

.cart-sidebar .recommended-products .product {
    margin-bottom: 14px;
    margin-top: 10px;
    border-bottom: 1px dashed #FAB50F;
    padding-bottom: 15px;
    padding-top: 10px;
}

.cart-sidebar .select-quantity {
    width: 106px;
    display: inline-block;
}

.cart-sidebar .add-cart-section .select-quantity {
    display: inline-flex;
    width: 106px !important;
}

.cart-sidebar .add-cart-section .select-quantity select {
    width: 106px !important;
}

.cart-sidebar .add-button .btn-gree {
    width: 150px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.recommended-products .add-cart-section {
    display: flex;
}

.cart-sidebar .add-button {
    display: inline-block;
    margin-left: 15px;
}

.cart-sidebar .custom-select {
    border-radius: 0 !important;
    border: 1px solid #c9ced6;
    background-image: url("../assets/images/icons/dropdown-arrow.svg");
}

.cart-sidebar .remove-product {
    position: absolute;
    right: 0;
}

.cart-sidebar section.cart {
    padding-bottom: 150px;
}

/* Product Detail */
.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: #FAB50F;
} */

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

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

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

.product-detail .sale-heading {
    font-size: 1.875rem;
    color: #FAB50F;
    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: 1px solid #c9ced6;
}

.product-detail .custom-select {
    width: 201px;
    border-radius: 0 !important;
    border: 1px solid #c9ced6;
    height: 35px;
    background-image: url("../assets/images/icons/dropdown-arrow.svg");
    vertical-align: super;
    margin-bottom: 10px;
}

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

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

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

.product-detail button.btn-gree {
    width: 100%;
    height: 35px;
}


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

.product-detail .product-description h4 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

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

.btn-collapse-zipcode {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.btn-collapse-zipcode i{
    position: absolute;
    right: -15px;
}
.btn-collapse-zipcode.collapsed i{
    transform: rotate(180deg);
}

section.similar-products {
    margin-bottom: 2rem;
    margin-top:2rem;
}
section.top-products {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.top-products .card {
    margin-top: 1.5rem;
    border: none;
}

.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 .lSSlideOuter.vertical .lslide {
    min-height: 550px;
}
.thumb-gallery .lslide img {
    width: 100%;
    height: auto;
}

.thumb-gallery .lSSlideOuter .lSPager.lSGallery li {
    /* height: auto !important; */
    border: 1px solid #cacaca;
    border-radius: 0 !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li.active {
    border: 1px solid #010101;
    border-radius: 0 !important;
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li > a {
    display: flex;
    width: 100%;
    height: 100%;
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery li img {
    /* padding: 2px; */
    /* border: 1px solid transparent; */
    border-radius: 0;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
}

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

d
ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff;
}

ul.cards-list {
    padding-left: 0 !important;
}

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

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


/* 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: #FAB50F;
    height: 50px;
    margin: 0 auto;
    margin-top: 40px;
}
.side-btn-icon{
    background: #FAB50F !important;
    color: #fff;
    margin: 0 auto;
}
.side-btn-icon span{
    float: right;
    border-left: 2px solid #fff;
    padding: 0 10px;
}

.welcome-back h1.text-center {
    font-size: 2.8125rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
.welcome-back input {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #c9ced6;
    color: #c9ced6;
    margin-bottom: 20px;

}
section.welcome-back {
    padding-top: 50px;
    padding-bottom: 200px;
}
.welcome-back .forgot-password {
    text-align: center;
    margin-top:20px;
}
.welcome-back .forgot-password a {
    color: #FAB50F;
    text-decoration: underline;
    text-align: center;
}
.social-links li a {
    color: #555!important;
}
d
ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff;
}
ul.cards-list{
    padding-left:0 !important;
}


/* 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: #FAB50F;
    text-decoration: underline;
}
.create-account .terms-section {
    text-align: center;
    margin-top: 30px;
}
.create-account .terms-section p {
    font-size:12px;
}
.create-account .terms-section a {
    color: #FAB50F;
    text-decoration: underline;
}
.social-links li a {
    color: #555!important;
}
d
ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff;
}
ul.cards-list{
    padding-left:0 !important;
}

/* 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: #FAB50F;
}
.shipping-method .product-actions {
    margin-top: -22px;
}
.shipping-method .quantity {
    display: inline-block;
    margin-right: 60px;
}
.shipping-method .quant {
    display: inline-block;
    margin-right: 12px;
}
.shipping-method .product-actions .price {
    display: inline-block;
}
.shipping-method  .product-actions h5 {
    font-size: 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: #FAB50F;
    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: #FAB50F;
}
.method {
    border: 2px solid #b0b3a9;
    padding: 16px 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom:none;
}
.method:last-child {
    border-bottom: 2px solid #b0b3a9;
}
.method-title {
    font-weight: 500;
    font-size: 1.125rem;
}
.payment-button .checkout-btn {
    margin-top: 0;
}

.social-links li a {
    color: #555!important;
}
ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff;
}
ul.cards-list{
    padding-left:0 !important;
}
/* 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 #FAB50F;
    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 #FAB50F;
}
.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 #FAB50F;
    margin-left: -6px;
    margin-right: -15px;
    padding-bottom: 24px;
}
.order-complete .confirm-row a {
    clear: both;
    display: block;
    margin-top: 20px;
    color: #FAB50F;
}
.order-complete .confirm-row:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}
.order-complete .pricing-box strong {
    font-size: 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:#FAB50F;
}
@media (max-width: 991px) {
    .order-complete ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center;
    }
    .order-complete .confirm-row p {
        font-size: 14px !important;
        margin-bottom: 0;
    }
}


/* Image With Text Overlay */


.image-overlay button span {
    background: #fab50f;
    height: 18px;
    width: 20px;
    align-items: center;
    line-height: 18px;
    display: inline-flex;
    justify-content: center;
    margin-left: 6px;
}

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

/* Image With Text Overlay */


/* BLog Page */


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

.blog-page .blog_page-title{
    margin-top: 2.5rem;
    font-size: 2.5rem;
    font-weight: 500;
}

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

.blog-page .card-title {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.5rem;
    color: #000;
    font-weight:600;
}
.blog-page .card-body {
    padding: 1.25rem 0;
}

.blog-page .blog_author{
    font-size: 11px;
    font-weight: 600;
    color: #767676;
    margin-bottom: 10px;
}
.blog-page .post-content{
    padding: 20px 0 20px 0;
    font-size: 14px;
    font-weight: normal;

}
.blog-page .readmore button {
    background: 0 0;
    border-radius: 0;
    font-size: 14px;
}

/* blog page */


/* Article Page */
.article .featured-img{
    text-align: center;
}
.article .featured-img img {
    margin-bottom: 1.5rem;
}
.article .current-post .article-title{
    font-size: 1.375rem;
    margin-bottom: 0;
    font-weight: 800;
}

.article .article-meta {
   font-size: 14px;
}
.article .post-content{
    padding: 20px 0;
}
.article .post-content p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.article .post-content blockquote{
    padding: 10px 20px;
    margin: 10px 0 20px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #FAB50F;
    background-color: #f1f3f5;
    display: block;
}
.article .post-content b,
.article .post-content strong{
    font-weight: bold;
}
.article .post-content h1{
    font-size: 2.5rem;
}

.article .post-content h2{
    font-size: 2rem;
}

.article .post-content h3{
    font-size: 1.75rem;
}

.article .post-content  h4{
    font-size: 1.5rem;
}

.article .post-content  h5{
    font-size: 1.25rem;
}

.article .post-content h6{
    font-size: 1rem;
}

.article .post-comments .sub-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.article .notice {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #979797;
}

/* Article Page Ends */

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 .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: #FAB50F;
    border: none;
    height: 35px;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
}

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


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

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

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

.newsletter .checkout-btn {
    position: absolute;
    top: 36px;
    right: 0;
}
.newsletter .discount-form{
    border: none;
}
.newsletter .discount-form input {
    box-shadow: inset 0 0 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: #FAB50F;
    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: #FAB50F;
}

.home section.footer {
    background: #FAB50F;
    padding-top: 6rem;
    margin-top: -6rem;
    z-index: -1;
    position: relative;
}

.post {
    border-bottom: 1px dashed #FAB50F;
}


@media (max-width:991px) {
    .cart .added-product {
        width: 300px !important;
        padding-top: 20px;
        text-align: left;

    }
    .cart ul.cards-list {
        padding-left: 0 !important;
        display: flex;
        justify-content: center;
    }
}

.cart h1 {
    font-size: 1.625rem;
    font-weight: 400;
    margin-bottom: 50px;
}

.cart .product img {
    display: inline-block;
    vertical-align: top;
}

.cart .added-product {
    display: inline-block;
    width: 340px;
    padding-left: 20px;
    position: relative;
}

.cart .added-product h3 {
    font-size: 1.175rem;
    font-weight: 600;
}

.cart .product p.price {
    font-size: 1.375rem;
    color: #8e8e8e;
}

.cart .product p.price span {
    color: #FAB50F;
}

.cart .product-actions {
    float: right;
    margin-top: -22px;
}

.cart .quantity {
    display: inline-block;
    margin-right: 60px;
}

.cart .quant {
    display: inline-block;
    margin-right: 5px;
}

.cart .product-actions .price {
    display: inline-block;
}

.cart .product-actions h5 {
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 6px;
}

.cart .quant.quantity {
    font-size: 1.375rem;
    color: #8e8e8e;
    font-weight: 500;
    vertical-align: middle;
}

.cart .total-price {
    color: #FAB50F;
    font-size: 1.375rem;
    font-weight: 500;
}

.cart .pricing-box {
    border: none !important;
    padding: 15px 30px 30px 30px;
    background: #F5F5F7;
}

.cart .item-sub-total {
    display: flex;
    justify-content: space-between;
}

.cart .item-sub-total p {
    font-size: 1rem;
    font-weight: 300;
}

.cart .shipping-info {
    display: flex;
    justify-content: space-between;
}

.cart .shipping-info p {
    font-size: 1rem;
    font-weight: 300;
}

.cart .tax-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed #FAB50F;
}

.cart .tax-info p {
    font-size: 1rem;
    font-weight: 300;
}

.cart p.total {
    font-size: 14px;
    font-weight: 600;
}

.cart .cart-totals {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cart .cart-totals p {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0;
}

.cart .cart-totals .total {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #FAB50F;
}

.cart .saving {
    display: flex;
    justify-content: space-between;
}

.cart .saving p {
    font-size: 1.125rem;
    font-weight: 300;
}

.cart .saving .save-total {
    font-size: 1.375rem;
    font-weight: 400;
}

.cart .ship-to span {
    text-decoration: underline;
}

.cart button.btn-gree {
    width: 100%;
    height: 50px;
}

.cart .checkout-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.cart .remove-product {
    position: absolute;
    right: 0;
}

.cart {
    padding-bottom: 100px;
}

.cart .social-links li a {
    color: #555 !important;
}

.header i.fal.fa-shopping-cart, .header i.fal.fa-user, .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: #FAB50F;
}

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

.cart .quant.img-left {
    width: 26px;
    background: #ddd;
    padding: 5px;
    margin-right: 4px;
    color: #fff;
    cursor: pointer;
}

.cart .quant.img-right {
    width: 26px;
    background: #ddd;
    padding: 5px;
    margin-right: 4px;
    color: #fff;
    cursor: pointer;

}

.cart .shipping-info {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.cart .product-list {
    margin-top: 30px;
}

.cart .pricing-box h4 {
    text-align: center;
    border-bottom: 2px solid #C5C5C5;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
}



/*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 #FAB50F;
}
.payment-methods .tax-info p {
    font-size: 1rem;
    font-weight: 300;
}
.payment-methods p.total {
    font-size: 1rem;
    font-weight: 600;
}
.payment-methods .cart-totals {
    display: flex;
    justify-content: space-between;
}
.payment-methods .cart-totals p {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0;
}
.payment-methods .cart-totals .total {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #FAB50F;
}
.payment-methods .saving {
    display: flex;
    justify-content: space-between;
}
.payment-methods .saving p {
    font-size: 1.125rem;
    font-weight: 300;
}
.payment-methods .saving .save-total {
    font-size: 1.375rem;
    font-weight: 400;
}
.payment-methods .ship-to span {
    text-decoration: underline;
}
.payment-methods .product img {
    display: inline-block;
    vertical-align: top;
}
.payment-methods .added-product {
    display: inline-block;
    position: relative;
    width: calc(100% - 118px);
    padding-left: 20px;
}
.payment-methods .added-product h3 {
    font-size: 1.125rem;
    font-weight: 500;
}
.payment-methods .product p.price {
    font-size: 1.375rem;
    color: #8e8e8e;
    position: absolute;
    top: 0;
    right: 0;
}
.payment-methods .product p.price span {
    color: #FAB50F;
}
.payment-methods .product-actions {
    margin-top: -22px;
}
.payment-methods .quantity {
    display: inline-block;
    margin-right: 60px;
}
.payment-methods .quant {
    display: inline-block;
    margin-right: 12px;
}
.payment-methods .product-actions .price {
    display: inline-block;
}
.payment-methods .product-actions h5 {
    font-size: 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: #FAB50F;
    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 #FAB50F;
    padding-bottom: 20px;
}
.payment-methods .shipping-address p {
    color: #8e8e8e;
    font-size: 1.125rem;
    margin-bottom: 0;
}
.payment-methods .shipping-address a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #FAB50F;
}
.payment-methods .shipping-methods {
    position: relative;
}
.payment-methods .shipping-methods a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #FAB50F;
}
.payment-methods .payment-info {
    position: relative;
}
.payment-methods .payment-info a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #FAB50F;
}

.payment-methods .method {
    border: none;
    padding: 16px 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    background: #F5F5F7;
}
.payment-methods .method:last-child {
    border-bottom: none;
}
.payment-methods .method-title {
    font-weight: 500;
    font-size: 1.125rem;
}
.payment-methods .payment-button .checkout-btn {
    margin-top: 0;
}
.payment-methods .method-body {
    border-left: 1px solid #f3f4f5;
    border-right: 1px solid #f3f4f5;
    border-top: 1px solid #f3f4f5;
    padding: 30px 20px 10px;
}
.payment-methods .exclusive-offer {
    bottom: -14px;
    position: absolute;
}
.payment-methods .payment-button p {
    font-size: 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  d
.payment-methods  ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff;
}
.payment-methods  ul.cards-list{
    padding-left:0 !important;
}
.payment-methods .quotation {
    text-align: center;
    font-size: 30px;
    color:#FAB50F;
}

.header .user-detail {
    margin-left: 5px;
    color: #212529;
}

.header .user-detail p{
    line-height: 1.5;
}
.header .right-content p{
    margin-bottom: 0;
}

@media (max-width: 992px){
    .header .header ul.green-menus {
        display: flex;
        justify-content: flex-end;
        padding-top: 10px;
    }
    .header .user-detail .user-title{
        font-size: 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 .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: #FAB50F;
    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;
}

.shipping-method .btn-gree span {
    float: right;
}
.shipping-method input {
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #c9ced6;
    color: #555 !important;
    border-radius: 0;
    font-size: 12px;
    height: 35px;
}
.shipping-method .pricing-box {
    border: none !important;
    padding: 30px;
    padding-top:50px;
    background:#F5F5F7;
    margin-top:30px;
}
.shipping-method .item-sub-total {
    display: flex;
    justify-content: space-between;
}
.shipping-method .item-sub-total p {
    font-size: 1rem;
    font-weight: 300;
}
.shipping-method .shipping-info {
    display: flex;
    justify-content: space-between;
}
.shipping-method .shipping-info p {
    font-size: 1rem;
    font-weight: 300;
}
.shipping-method .tax-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed #FAB50F;
}
.shipping-method .tax-info p {
    font-size: 1rem;
    font-weight: 300;
}
.shipping-method p.total {
    font-size: 1rem;
    font-weight: 600;
}
.shipping-method .cart-totals {
    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: #FAB50F;
}
.shipping-method .saving {
    display: flex;
    justify-content: space-between;
}
.shipping-method .saving p {
    font-size: 1.125rem;
    font-weight: 300;
}
.shipping-method .saving .save-total {
    font-size: 1.375rem;
    font-weight: 400;
}
.shipping-method .ship-to span {
    text-decoration: underline;
}
.shipping-method .product img {
    display: inline-block;
    vertical-align: top;
}
.shipping-method .added-product {
    display: inline-block;
    position: relative;
    width: calc(100% - 118px);
    padding-left: 20px;
}
.shipping-method .added-product h3 {
    font-size: 1.125rem;
    font-weight: 500;
}
.shipping-method .product p.price {
    font-size: 1.375rem;
    color: #8e8e8e;
    position: absolute;
    top: 0;
    right: 0;
}
.shipping-method .product p.price span {
    color: #FAB50F;
}
.shipping-method .product-actions {
    margin-top: -22px;
}
.shipping-method .quantity {
    display: inline-block;
    margin-right: 60px;
}
.shipping-method .quant {
    display: inline-block;
    margin-right: 12px;
}
.shipping-method .product-actions .price {
    display: inline-block;
}
.shipping-method .product-actions h5 {
    font-size: 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: #FAB50F;
    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 #FAB50F;
    padding-bottom: 20px;
}
.shipping-method .shipping-address p {
    color: #8e8e8e;
    font-size: 1.125rem;
    margin-bottom: 0;
}
.shipping-method .shipping-address a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #FAB50F;
}
.shipping-method .shipping-methods {
    position: relative;
}
.shipping-method .shipping-methods a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #FAB50F;
}
.shipping-method .payment-info {
    position: relative;
}
.shipping-method .payment-info a {
    position: absolute;
    text-decoration: underline;
    right: 0px;
    top: 0;
    color: #FAB50F;
}

.shipping-method .method {
    border: none;
    padding: 16px 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    background: #F5F5F7;
}
.shipping-method .method:last-child {
    border-bottom: none;
}
.shipping-method .method-title {
    font-weight: 500;
    font-size: 1.125rem;
}
.shipping-method .payment-button .checkout-btn {
    margin-top: 0;
}
.shipping-method .method-body {
    border-left: 1px solid #f3f4f5;
    border-right: 1px solid #f3f4f5;
    border-top: 1px solid #f3f4f5;
    padding: 30px 20px 10px;
}
.shipping-method .exclusive-offer {
    bottom: -14px;
    position: absolute;
}
.shipping-method .payment-button p {
    font-size: 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  d
.shipping-method  ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff;
}
.shipping-method  ul.cards-list{
    padding-left:0 !important;
}
.shipping-method .quotation {
    text-align: center;
    font-size: 30px;
    color:#FAB50F;
}



/*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 #FAB50F;
}
.shipping-address .tax-info p {
    font-size: 1em;
    font-weight: 300;
}
.shipping-address p.total {
    font-size: 1.375rem;
    font-weight: 700;
}
.shipping-address .cart-totals {
    display: flex;
    justify-content: space-between;
}
.shipping-address .cart-totals p {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0;
}
.shipping-address .cart-totals .total {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #FAB50F;
}
.shipping-address .saving {
    display: flex;
    justify-content: space-between;
}
.shipping-address .saving p {
    font-size: 1.375rem;
    font-weight: 300;
}
.shipping-address .saving .save-total {
    font-size: 1.375rem;
    font-weight: 400;
}
.shipping-address .ship-to span {
    text-decoration: underline;
}
.shipping-address .product img {
    display: inline-block;
    vertical-align: top;
}
.shipping-address .added-product {
    display: inline-block;
    position: relative;
    width: calc(100% - 118px);
    padding-left: 20px;
}
.shipping-address .added-product h3 {
    font-size: 1.125rem;
    font-weight: 500;
}
.shipping-address .product p.price {
    font-size: 1.375rem;
    color: #8e8e8e;
    position: absolute;
    top: 0;
    right: 0;
}
.shipping-address .product p.price span {
    color: #FAB50F;
}
.shipping-address .product-actions {
    margin-top: -22px;
}
.shipping-address .quantity {
    display: inline-block;
    margin-right: 60px;
}
.shipping-address .quant {
    display: inline-block;
    margin-right: 12px;
}
.shipping-address .product-actions .price {
    display: inline-block;
}
.shipping-address .product-actions h5 {
    font-size: 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: #FAB50F;
    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   d
.shipping-address   ul.cards-list li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
    font-size: 20px;
    color: #fff;
}
.shipping-address ul.cards-list{
    padding-left:0 !important;
}
.shipping-address  .quotation {
    text-align: center;
    font-size: 30px;
    color:#FAB50F;
}


/* 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;
    }
    .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%;
    }
}




@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 h4 {
    font-size: 1.375rem;
    font-weight: 500;
    text-transform: capitalize;
}
.footer .light-green.container ul {
    padding-left: 0 !important;
    margin-top: 20px;
}
.footer .light-green.container ul li {
    list-style-type: none !important;
    margin-bottom: 12px;
}
.footer .light-green.container ul li a {
    font-size: 1rem;
    color: #000;
}
.footer .footer-copyright {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    text-align: right;
}
.template1 .footer {
    background: none;
}
.header .navbar-brand {
    flex-shrink: 0;
    min-height: 50px;
    max-height: 80px;
    max-width: 200px;
}
.header .navbar-brand a{
    align-items: center;
    display: flex;
    height: 100%;
}
.header .navbar-brand img,
.header .navbar-brand svg{
    max-width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}
.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 #C9CED6;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    border-radius: 0;
}
.header .form-control:focus{
    border: 1px solid #c9ced6;
    box-shadow: none;
}
.header .btn-theme-primary{
    background-color: #FAB50F;
    border-radius: 0;
    color: #fff;
    border-color: #FAB50F;
}
.header .btn-theme-primary:focus{
    outline: 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;
}
.navbar-nav.desk-menu .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: .4rem 1.5rem;
}
.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 #FAB50F;
}
.custom-dropdown .dropdown-menu.search-dd-menu{
    min-width: 100%;
    border: 1px solid #C9CED6;
}
.megamenu-dropdown .mega-menu a{
    font-size: 14px;
    padding: .4rem 1.5rem;
}
.megamenu-dropdown .mega-menu .list-title{
    font-size: 16px;
    color: #FAB50F;
}
.header .navbar-collapse .close-nav{
    display: none;
    color: rgba(0, 0, 0, 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-top: 3px solid #FAB50F;
    }
    .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-top: 3px solid #FAB50F;
    }
}
@media (max-width: 991px) {
    .header .navbar-collapse{
        width: 90%;
        min-width: 250px;
        max-width: 350px;
        height: 100%;
        z-index: 10;
        background: #fff;
        position: fixed;
        top: 0;
        right: -355px;
        box-shadow: 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);
    }
    .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);
    padding: 0;
    margin-left: 10px;
    border-color: transparent !important;
}
.header {
    background: #fff;
    display: block;
    /* border-bottom: 5px solid #F9C23D; */
    box-shadow: 0 -1px #d9d9d9 inset;
}

.header .bg-light {
    background-color: transparent !important;
}
.header nav.navbar {
    min-height: 82px;
    align-items: center;
}

.header li.nav-item {
    margin-right: 10px;
}
.header li.nav-item:last-child {
    margin-right: 0;
}
.header a.navbar-brand {
    width: 13rem;
    text-align: left;
}
.header .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    background: rgba(210, 233, 227, 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 i{
    color: #000000;
}
.header ul.green-menus > li a{
    position: relative;
}
.header ul.green-menus li .badge {
    position: absolute;
    top: -5px;
    left: 10px;
    vertical-align: middle;
    padding: 3px 4px 1px 4px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 3px;
    display: inline-block;
}
.header ul.green-menus > li.custom-dropdown ul li {
    line-height: 1.5;
}
.header .search-box {
    position: absolute;
    top: 30px;
    left: -190px;
    background: #fff;
    padding: 20px 10px;
    width: 320px;
    border: 1px solid #c5c5c5;
}
.header .search-box .form-control-sm {
    height: calc(1.5em + 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 #FAB50F;
    padding-right: 15px;
    margin-bottom: 0;
}
.gsr-page-subheader .breadcrumb {
    margin: 0;
    height: 100%;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    background: transparent;
    vertical-align: super;
}
.gsr-page-subheader .breadcrumb li {
    line-height: 100%;
    height: 100%;
    font-size: 12px;
    margin-right: 8px;
}
.gsr-page-subheader .breadcrumb li a,
.gsr-page-subheader .breadcrumb li a > span{
    color: #000000;
}
.gsr-page-subheader .breadcrumb li span{
    color: #FAB50F;
}
.gsr-page-subheader .breadcrumb li span i{
    color: #000000;
    font-weight: 400;
}
.gsr-page-subheader .breadcrumb li:nth-last-child(2) span i{
    color: #FAB50F;
}
@media (max-width: 767px){

    .product-category .gsr-page-subheader {
        margin-bottom: 20px;
    }
}
/* gsr sidebar card */
.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 #FAB50F;
    text-decoration: none;
}
.gsr-sidebar-card .sidebar-list-item:last-child .sidebar-list-link {
    border-bottom: none !important;

}
.gsr-sidebar-card .sidebar-list-item.active .sidebar-list-link,
.gsr-sidebar-card .sidebar-list-item.active .sidebar-list-link i.fal{
    color: #FAB50F;
}
.gsr-sidebar-card .sidebar-list-link: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: #FAB50F;
    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: #FAB50F;
    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 #FAB50F;
}

.gsr-product-list .product .product-info{
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 5px 0;
}
.gsr-product-list .product-info h5{
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
}
.gsr-product-list .product-info  p{
    color: #000;
    font-weight: 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 .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: #FAB50F;
}
/* tabs */
.gsr-tabs{
    border: none;
}
.gsr-tabs .nav-item .nav-link{
    border: none;
    color: #FAB50F;
    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 #FAB50F;
}
/* 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 #FAB50F;
}
.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 #FAB50F;
}
.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 #FAB50F;
}
.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: #FAB50F;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.my-information .user-photo button:focus{
    outline: 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 #FAB50F;
    border-top: 2px solid #FAB50F;
}
.cart .content-header h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}
.cart .gsr-product-list .product .product-info{
    align-items: flex-start;
    max-width: 365px;
}
.cart .gsr-product-list .product .product-info img{
    width: 200px;
    height: auto;
}
@media(max-width: 500px){
    .cart .gsr-product-list .product .product-info{
        flex-wrap: wrap;
    }
    .cart .gsr-product-list .product .product-info .details{
        padding-right: 20px;
    }
}
.cart .select-quantity{
    display: flex;
    align-items: center;
}
.cart .select-quantity .number{
    min-width: 45px;
    font-weight: 600;
    font-size: 40px;
    color: #FFEEC4;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
}
.cart .select-quantity button{
    border-radius: 0;
    padding: 8px 12px;
    background: #F5F5F7;
    border: 1px solid #C5C5C5;
    display: flex;
    align-items: center;
}
.cart .select-quantity button i{
    color: gray;
}
.cart .select-quantity button:focus{
    box-shadow: none;
    outline: none;
}
.cart .select-quantity button:focus i{
    color: #000000;
}
.cart .product-price.price h5{
    font-size: 14px;
    font-weight: normal;
    color: #FAB50F;
}
.cart .product-price.total h5{
    font-size: 14px;
    font-weight: 600;
    color: #FAB50F;
}
.cart .product{
    position: relative;
}
.cart .product .remove-product{
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
}
.cart .product .mobile-title{
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}
@media(max-width: 767px){
    .cart .product .product-info{
        min-width: 100%;
        max-width: 100%;
    }
}

/* 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: rgb(250, 181, 15);
    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: #e2a61b;
}
.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 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 #FAB50F;
    background-color: #ffffff;
}

.custom-radio .custom-control-input {
    height: auto;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #FAB50F;
    background-color: #FAB50F;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
}
.input-group-addon{
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 9px 12px 4px 12px;
    text-align: center;
}
.category-widget-slider .category-title {
    background-color: #FAB50F;
    color: #fff;
}
.category-widget-slider .category-title:hover {
    color: #fff;
    background-color: #89898c !important;
}

/* dropdown gsr custom */
.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;
}
.section-large {
    min-height: 100vh;
}
.section-medium {
    min-height: 75vh;
}
.section-small {
    min-height: 50vh;
}
/* end: dropdown gsr custom */

/* start: Frontend Final Step Page */
.shipping-method.final-step .method-body {
    border: 1px solid #f3f4f5;
    padding: 30px 20px 10px;
}
.product-gallery.thumb-gallery ul {
    list-style: none;
}
.product-gallery.thumb-gallery .slide_image {
    display: none;
}
.product-gallery.thumb-gallery .slide_image.lslide {
    display: block;
}

.custom-radio .custom-control-input.fixed{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: -23px;
    z-index: 1;
}
/* end: Frontend Final Step Page */

/* start: Frontend Blog Page */

.gsr-blog-page-listing .top-pagination {
    display: inline-flex;
    max-width: 350px;
    vertical-align: middle;
}
.gsr-blog-page-listing .top-pagination ul {
    padding: 0;
    margin: 0;
}
.gsr-blog-page-listing .top-pagination ul li {
    list-style-type: none;
    float: left;
}
.gsr-blog-page-listing .top-pagination ul li i {
    background-color: #F5F5F7;
    font-size: 15px;
    padding: 10px;
    color: #000;
}

.gsr-blog-page-listing .top-pagination ul li p {
    font-size: 2rem;
    margin: 0;
    padding: 0 10px;
    line-height: 1;
    color: #FFEEC3;
}
.gsr-blog-page-listing .top-pagination ul li button {
    border: none;
    margin: 0;
    padding: 0;
}
.gsr-blog-page-listing .top-pagination ul li p span {
    color: #b0b3a9;
    padding-left: 5px;
    padding-right: 5px;
}
/* start: Frontend Blog Page */
