:root {
    --red: #951313;
    --dark: #303130;
    --lightgray: #f4f4f4;
	--red-light: #ee2824;
}

body {font-size: 16px;}

a:hover, a:focus {color: var(--red);}
.action.primary:focus, .action.primary:active {
    background: var(--red);
    border: none;
    color: #fff;
}


/* Lable */
.product-item .newlabel, .product-list-item .newlabel {
    background-color: var(--red);
}
.product-item .newlabel:before, .product-list-item .newlabel:before {
    border: 7px solid #951313;
    border-color: transparent transparent var(--red) var(--red);
    border-width: 7px 5px;
}
.product-item .newlabel:after, .product-list-item .newlabel:after {
    border: 7px solid #951313;
    border-color: var(--red) transparent transparent var(--red);
    border-width: 7px 5px;
}

.newlabel.new_product {right: 15px;}


/* header */

.cms-index-index .header-top-social-icons {display: block;}
.header-top-social-icons {
    position: relative;
    z-index: 999;
    display: none;
}
.header-top-social-icons ul.link-follow {
    margin: 20px 0 -15px;
    text-align: right;
}
.header-top-social-icons ul.link-follow li {
    display: inline-block;
    margin-left: 15px;
}
.header-top-social-icons ul.link-follow li a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-size: 0;
}
.header-top-social-icons ul.link-follow li a:before {
    font-size: 22px;
}
.header-top-social-icons ul.link-follow li a.facebook, .contact-social-info ul.link-follow li a.facebook:before {
    background-color: #38529a;
    color: #fff;
}
.header-top-social-icons ul.link-follow li a.instagram, .contact-social-info ul.link-follow li a.instagram:before {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}
.header-top-social-icons ul.link-follow li a.twitter, .contact-social-info ul.link-follow li a.twitter:before {
    background-color: #00acee;
    color: #fff;
}
.header-top-social-icons ul.link-follow li a.linkedin, .contact-social-info ul.link-follow li a.linkedin:before {
    background-color: #0e76a8;
    color: #fff;
}

.contact-social-info ul.link-follow li a:hover:before {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}





.header-container .header .minicart-wrapper .action.showcart .counter.qty {
    background-color: transparent;
}
.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top, .navigation .level0>.level-top:hover {
    color: var(--red);
}

.icon-cart-header i.fa-shopping-cart {
    font-size: 0;
    position: relative;
}
.icon-cart-header i.fa-shopping-cart:before {
    content: "";
    height: 27px;
    width: 27px;
    position: absolute;
    top: 14px;
    left: -20px;
    background: url(wysiwyg/home3/cart.png) no-repeat;
    background-size: contain;
}
.header-container .header .minicart-wrapper .action.showcart .counter.qty {
    color: var(--red);
    font-size: 14px;
    font-weight: 800;
    right: 1px;
    /* font-family: 'Oswald',sans-serif; */
}
.header-container .header .header-top-setting {
    margin-left: 10px;
    margin-right: 5px;
}

/* Owl Carousel */

.owl-theme .owl-controls .owl-buttons>div {
    top: 46.5%;
}
.slider_homepage3slider .owl-theme .owl-pagination {
    display: none;
}
.owl-theme .owl-controls .owl-page span {
    border-color: var(--red);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: var(--red);
}
.owl-theme .owl-controls .owl-buttons>div:hover {
    background-color: var(--red);
}

/* Home FEATURED PRODUCT Block */

.box-featured .rokan-featuredproduct {
    margin-bottom: 3rem;
}


/* Home New Arrival Block */

.box-new .box_new_image a:before, .box-new .box_new_image a:after, .box-banner-middle a:before, .box-banner-middle a:after {
    background: rgba(149, 19, 19, 0.1);
}

.box_new_image {position: relative;}
.new-arrival-banner-text {
    position: absolute;
    bottom: 10%;
    left: 6%;
    color: #fff;
}
.new-arrival-banner-text .new-arrival-title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-size: 2.5vw;
    font-weight: bold;
    text-transform: uppercase;
}
.new-arrival-banner-text .new-arrival-main-heading {
    font-family: 'Lato', sans-serif;
    font-size: 69px;
    font-size: 3.55vw;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    display: block;
    line-height: normal;
}
.new-arrival-banner-text .new-arrival-subheading {
    font-family: 'Lato', sans-serif;
    font-size: 34px;
    font-size: 2.73vw;
    font-weight: 500;
    font-style: italic;
    display: block;
    line-height: normal;
    margin-bottom: 64px;
    margin-top: 20px;
}
.new-arrival-banner-text .new-arrival-shop-btn {
    font-size: 34px;
    font-size: 2.73vw;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    border: 2px solid #f4f4f4;
    display: inline-block;
    line-height: normal;
    padding: 12px 28px;
    color: #fff;
}
.new-arrival-banner-text a.new-arrival-shop-btn::before, .new-arrival-banner-text a.new-arrival-shop-btn::after {
    background: none;
}
.new-arrival-banner-text a.new-arrival-shop-btn:hover {
    border-color: var(--red);
    color: #fff !important;
}

.product-item .product-info .price-box .price, .product-list-item .product-info .price-box .price {
    color: var(--red);
}

.product-item .product-photo, .product-list-item .product-photo, .wishlist-index-index .product-items .product-item .product-item-photo {
    background-color: var(--lightgray);
}
.product-item .product-photo .product-image-photo, .product-list-item .product-photo .product-image-photo {
    max-height: 80%;
    max-width: 80%;
    object-fit: contain;
}
.product-list .product-item .product-photo .product-image-photo, .product-list .product-list-item .product-photo .product-image-photo {
    max-height: 250px;
    max-width: 80%;
}
.product-item .addto-links-icons .add-to-links li a:hover, .product-list-item .addto-links-icons .add-to-links li a:hover {
    background: var(--red);
    border: 1px solid var(--red);
}
.product-item .product-info .product-name a:hover, .product-list-item .product-info .product-name a:hover {
    color: var(--red);
}
.rokan-newproduct .product-item .product-photo .product-image-photo, .rokan-newproduct .product-list-item .product-photo .product-image-photo {
    height: 80%;
    width: 80%;
    object-fit: cover;
    max-height: 80%;
}


/* Home-AboutUs */

.aboutus-mob-left-img {
    display: none;
}
.about-block-section {
    background: url(wysiwyg/home3/bg-about.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-bottom: 80px; */
    /* padding-top: 85px !important; */
    /* padding-bottom: 85px !important; */
    margin-top: 50px;
    position: relative;
    /* height: 459px;
    overflow: hidden; */
}
.aboutus-left-img {
    display: inline-block;
}
/* .aboutus-left-img {
    margin-top: -15%;
    height: 1000px;
    width: 1000px;
    border-radius: 50%;
    margin-left: -19%;
    background: #74869e;
    background: -moz-linear-gradient(left, #68798E 0%,#68788e 20%,#68788e 38%,#8697a9 73%,#8b9db1 100%);
    background: -webkit-linear-gradient(left, #68798E 0%,#68788e 20%,#68788e 38%,#8697a9 73%,#8b9db1 100%);
    background: linear-gradient(to right, #68798E 0%,#68788e 20%,#68788e 38%,#8697a9 73%,#8b9db1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74869e', endColorstr='#899cad',GradientType=1 );
    position: relative;
    overflow: hidden;
}
.aboutus-left-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
}
.aboutus-left-img img {
    margin-top: 22%;
    margin-left: 50%;
    height: 69%;
} */
.aboutus-right-section {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    margin-top: 60px;
    margin-left: 84px;
}
.aboutus-heading h2 {
    font-size: 24px;
    font-weight: 700;
    color: #201f1f;
    text-transform: uppercase;
}
.aboutus-heading em {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #606060;
}
.aboutus-content {
    margin-top: 30px;
    margin-right: 60px;
}
.aboutus-content p {
    font-size: 18px;
    font-style: italic;
    color: #606060;
}
.aboutus-content p a {
    color: var(--red);
    text-decoration: underline;
    display: block;
}



/* .aboutus-content a.collapse-btn.collapsed::after {
    content: '+ Show More';
} */

/* .aboutus-content a.collapse-btn:not(.collapsed)::after {
    content: '- Show Less';
} */

.aboutus-content a.collapse-btn.collapsed::after {
    content: 'Show More';
    padding: 5px 10px;
    background-color: var(--red);
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    -webkit-animation: water-wave 3s linear infinite;
    animation: water-wave 3s linear infinite;
    margin-bottom: 15px;
}

.aboutus-content a.collapse-btn:not(.collapsed)::after {
    content: 'Show Less';
    padding: 5px 10px;
    background-color: var(--red);
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    -webkit-animation: water-wave 3s linear infinite;
    animation: water-wave 3s linear infinite;
    margin-bottom: 15px;
}

@keyframes water-wave {
    0% {
        border-radius: 120px 135px 110px 90px;
        :before {
            border-radius: 130px 120px 160px 130px;
        }
    }
    25% {
        border-radius: 130px 140px 100px 110px;
        :before {
            border-radius: 100px 147px 140px 120px;
        }
    }
    50% {
        border-radius: 110px 97px 150px 100px;
        :before {
            border-radius: 102px 147px 140px 120px;
        }
    }
    75% {
        border-radius: 80px 107px 120px 90px;
        :before {
            border-radius: 102px 147px 140px 120px;
        }
    }
    to {
        border-radius: 120px 135px 110px 90px;
        :before {
            border-radius: 130px 120px 160px 130px;
        }
    }
}










/* Home-Blog */

.box-blog .block-content .post-info .post-date {
    color: var(--red);
    font-size: 16px;
}
.box-blog .block-content .post-info .post-date span.year {
    line-height: 42px;
}
.box-blog .block-content .post-info .post-title:after {
    background: var(--red) none repeat scroll 0 0;
}
.box-blog .block-content .post-info .readmore-text:hover {
    color: var(--red);
}
.box-blog .block-content .post-info a .fa {
    color: var(--red);
}
.box-blog .block-content .post-info .post-title {
    margin-top: 25px;
}
.box-blog .block-content .post-info .post-title a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}
.box-blog .block-content .post-info .short-des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-blog .block-content .post-info .post-category {
    margin-bottom: 0;
}
/* .box-blog .block-content .post-info .post-category .post-categories {
    font-size: 0;
} */
.box-blog .block-content .post-info .post-category .post-categories a {
    font-size: 16px;
    font-family: 'Lato',sans-serif;
}
/* .box-blog .block-content .post-info .post-category .post-categories a[title="All"] {
    display: none;
} */

/* ------------CSS----Update----01-02-2021----------- */

.box-blog.home-blog-section .owl-stage {
    display: flex;
}

.box-blog.home-blog-section .owl-item .item {
    height: 100%;
    padding: 0 15px;
}

.box-blog.home-blog-section .product-item {
    background-color: var(--lightgray);
    padding: 10px 30px 20px;
    height: 100%;
    display: flex;
    border: 2px solid transparent;
    transition: all ease-in-out 0.3s;
}
.box-blog.home-blog-section .product-item:hover {
    background-color: #fcfcfc;
    border: 2px solid var(--red);
}
.box-blog.home-blog-section .blog-content {
    display: flex;
}
.box-blog.home-blog-section .post-info {
    display: flex;
    flex-direction: column;
}
.box-blog.home-blog-section .block-content .post-info .short-des {
    margin-top: auto;
    min-height: 54px;
}





/* Home-Newsletter */

.section-newsletter {
    background: url(wysiwyg/home3/newsletter-bg-img1.jpg) center center;
    position: relative;
    overflow: hidden;
}

.section-newsletter-action .section-newsletter
{
    background-repeat: no-repeat;
    background-size: cover;
}
 /* .section-newsletter:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    background: url(wysiwyg/home3/newsletter-leaf-img.png) center center no-repeat;
    background-size: contain;
    height: 350px;
    width: 231px;
    pointer-events: none;
} */
/* .section-newsletter:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    background: url(wysiwyg/home3/newsletter-teapot-img.png) center center no-repeat;
    background-size: contain;
    height: 206px;
    width: 248px;
    pointer-events: none;
}  */

/* Home-Usps */
.section-services .support-info:hover {
    border-color: var(--red);
}
.section-services .support-info:hover .info-title {
    color: var(--red);
}
.section-services .support-info:hover .info-title i {
    color: var(--red);
}
.section-services .support-info:hover .info-title strong {
    color: var(--red);
}

/* Footer */
#back-top i {
    background: var(--red);
}
.page-footer .footer-static-container {
    background: none;
    background-color: #261616;
    overflow: hidden;
}
.page-footer .footer-static-container .footer-static .footer-links .title {
    color: #fff !important;
}
.page-footer .footer-static-container .footer-static .footer-links ul li a.call,
.page-footer .footer-static-container .footer-static .footer-links ul li a.mail {
    padding-left: 0;
}
.page-footer .footer-static-container .footer-static .footer-links ul li a.call:before,
.page-footer .footer-static-container .footer-static .footer-links ul li a.mail:before {
    display: none;
}
.page-footer .footer-static-container .footer-static .footer-links .title:before {
    background: var(--red);
}
.page-footer .footer-static-container .footer-static .footer-links ul li a:hover,
.page-footer .footer-bottom .link-follow li a:hover {
    color: var(--red);
}
.page-footer .footer-bottom {
    background: #1e0d0d;
}

/* 
.page-footer .footer-static .contact-us-icons .link-follow li
{
    display: inline-block;
    position: relative;
}
.page-footer .footer-static .contact-us-icons .link-follow li::before
{
    border-left: 1px dashed #454545;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    top: 13px;
}
.page-footer .footer-static .contact-us-icons .link-follow .first::before
{
    border-left: none !important ;
}
.page-footer .footer-static .contact-us-icons .link-follow li a
{
    color: #8e8e8e;
    font-size: 16px !important;
    margin: 8px 20px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.page-footer .footer-static .contact-us-icons .link-follow .fa-twitter:before {
    content: "\f099" !important;
    font-size: 16px !important;
}
.page-footer .footer-static .contact-us-icons .link-follow .fa-facebook:before {
    content: "\f09a" !important;
    font-size: 16px !important;
}
.page-footer .footer-static .contact-us-icons .link-follow .fa-linkedin:before {
    content: "\f0e1" !important;
    font-size: 16px !important;
}
.page-footer .footer-static .contact-us-icons .link-follow .fa-instagram:before {
    content: "\f16d" !important;
    font-size: 16px !important;
}
.page-footer .footer-static .contact-us-icons .title 
{
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}
.page-footer .footer-static .contact-us-icons .first a
{
    margin-left: 0 !important;
} */



.page-footer .footer-static-container .footer-static .ft-contactus li.contact-link::before {
    content: "\f111";
    font-family: fontawesome;
    font-size: 15px;
}
.page-footer .footer-static-container .footer-static .ft-contactus li.contact-link a {padding-left: 0;}
.page-footer .footer-static-container .footer-static .ft-contactus li.contact-link a:before{display: none;}

.page-footer .footer-static-container .footer-static .link-follow {}
.page-footer .footer-static-container .footer-static .link-follow li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.page-footer .footer-static-container .footer-static .link-follow li.first:before {
    display: none;
}
.page-footer .footer-static-container .footer-static .link-follow li:before {
    border-left: 1px dashed #454545;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}
.page-footer .footer-static-container .footer-static .link-follow li a {
    color: #8e8e8e;
    font-size: 16px;
    padding: 0 20px;
    webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.page-footer .footer-static-container .footer-static ul.link-follow li a:before {
    display: block;
    margin-top: 5px;
    position: relative;
    font-size: 16px;
}
.page-footer .footer-static-container .footer-static .link-follow li.first a {padding-left: 0;}
.page-footer .footer-static-container .footer-static .link-follow .fa-twitter:before {
    content: "\f099";
}
.page-footer .footer-static-container .footer-static .link-follow .fa-facebook:before {
    content: "\f09a";
}
.page-footer .footer-static-container .footer-static .link-follow .fa-linkedin:before {
    content: "\f0e1";
}
.page-footer .footer-static-container .footer-static .link-follow .fa-instagram:before {
    content: "\f16d";
}
.page-footer .footer-static-container .footer-static .link-follow .fa-google-plus:before {
    content: "\f0d5";
}
.page-footer .footer-static-container .footer-static .footer-links.contacts {
    background-position: center left;
}




     


.header-container .header .header-top-setting .setting-container h3:before {
    border-top-color: #951313;
}


/* Category-Page */

.block-reorder .block-title strong {
    font-size: 18px;
    color: #333;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 25px;
    font-family: 'Oswald',sans-serif;
    display: block;
    font-weight: bold;
}
.block-reorder .block-title strong:before {
    content: "";
    width: 30px;
    border-top: 3px solid var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}
.block-reorder .actions-toolbar {
    max-width: 100%;
}



.catalog-category-view .category-image {
    margin-bottom: 30px;
    position: relative;
    background: url(wysiwyg/home3/category-banner-img.jpg) no-repeat;
    background-size: cover;
    padding: 1.8% 0;
}

.catalog-category-view .category-image img {display: none;}

/* .catalog-category-view .category-image:after {
    
    
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-weight: normal;
    color: var(--red-light);
    letter-spacing: 0;
    font-family: 'Nirmala UI';
    display: block;
    line-height: normal;
} */


.catalog-category-view .category-image:before {
    
    /* position: absolute;
    top: 13.5%;
    left: 0; */
    width: 100%;
    text-align: center;
    /* left: 50%;
    transform: translateX(-50%); */
    font-size: 60px;
    font-family: 'Palatino';
    background: #92201d;
    background: -moz-linear-gradient(left, #92201d 0%, #ee2824 50%, #94211e 100%);
    background: -webkit-linear-gradient(left, #92201d 0%,#ee2824 50%,#94211e 100%);
    background: linear-gradient(to right, #92201d 0%,#ee2824 50%,#94211e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92201d', endColorstr='#94211e',GradientType=1 );
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
  -webkit-background-clip: text;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent; 
    text-transform: uppercase;
    line-height: normal;
    display: block;
}


.catalog-category-view.category-shop .category-image:before {
    content: "SHOP";
}
/* .catalog-category-view.category-shop .category-image:after {
    content: "पसल";
} */


.catalog-category-view.category-pemba-book .category-image:before {
    content: "Bridging Worlds";
}
.catalog-category-view.category-pemba-book .category-image:after {
    content: "ब्रिजिंग वर्ल्ड्स";
}

.catalog-category-view .header-container, .storelocator-index-index .header-container, .storelocator-store-view .header-container {
    margin-bottom: 0;
}


/* .catalog-category-view .page-title-wrapper {
    position: absolute;
    top: 143px;
    left: 50%;
    transform: translateX(-50%);
}
.catalog-category-view .page-title-wrapper .page-title .base {
    font-size: 44pt;
    font-weight: normal;
    font-size: 3.1vw;
    color: var(--red);
}
.catalog-category-view .page-title-wrapper .page-title .base:before {
    display: none;
} */



#layered-ajax-filter-block .widget-title {
    position: relative;
    padding-bottom: 12px;
}
#layered-ajax-filter-block .widget-title:before {
    content: "";
    width: 20px;
    border-top: 3px solid #951313;
    position: absolute;
    left: 0;
    bottom: 0;
}
#layered-ajax-filter-block .items, #layered-ajax-filter-block .filter-actions {
    padding-left: 10px;
}

.toolbar-products .modes-mode.active,
.toolbar-products .modes-mode:not(.active):hover {
    background-color: var(--red);
}
.filter-content .filter-options .filter-options-title:before {
    border-top-color: var(--red);
}
.filter-content .filter-options .filter-options-content ol li a:hover {
    color: var(--red);
}
.page-title-wrapper .page-title .base:before, .block.filter .page-title .base:before, .block-compare .page-title .base:before, .block-wishlist .page-title .base:before, .page-title-wrapper .filter-title .base:before, .block.filter .filter-title .base:before, .block-compare .filter-title .base:before, .block-wishlist .filter-title .base:before, .page-title-wrapper .block-title .base:before, .block.filter .block-title .base:before, .block-compare .block-title .base:before, .block-wishlist .block-title .base:before, .page-title-wrapper .page-title strong:before, .block.filter .page-title strong:before, .block-compare .page-title strong:before, .block-wishlist .page-title strong:before, .page-title-wrapper .filter-title strong:before, .block.filter .filter-title strong:before, .block-compare .filter-title strong:before, .block-wishlist .filter-title strong:before, .page-title-wrapper .block-title strong:before, .block.filter .block-title strong:before, .block-compare .block-title strong:before, .block-wishlist .block-title strong:before {
    border-top-color: var(--red);
}
.toolbar-products .pages .pages-items .item:hover a, .toolbar-products .pages .pages-items .item.current a, .toolbar-products .pages .pages-items .item:hover strong, .toolbar-products .pages .pages-items .item.current strong {
    background-color: var(--red);
}
.toolbar-products .pages .pages-items .item a:hover {
    color: #fff !important;
}
.ui-slider-horizontal {
    background-color: var(--red);
}
.ui-slider .ui-slider-handle {
    border-color: var(--red);
}
.breadcrumbs ul li a:hover, .breadcrumbs ul li strong {
    color: var(--red);
}
.product-item .btn-add-to-cart:hover, .product-list-item .btn-add-to-cart:hover {
    color: var(--red);
}
.abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar>.primary button:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:hover, .cart-summary .actions-toolbar>.primary .cart.table-wrapper .action-gift:hover {
    background: var(--red);
    color: #fff !important;
}
button:hover, .cart.table-wrapper .actions-toolbar>.action:hover, .cart.table-wrapper .action-gift:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .action.primary:hover {
    background: var(--red);
}
.products-list .product-item .product-item-details .addto-links-icons .actions-secondary a:hover .fa {
    background: var(--red);
}

#quickview-close {
    background-color: var(--red);
}
.quick-view-content .product-info-main {
    margin-bottom: 20px;
}

.catalog-category-view input[type="checkbox"], .sidebar-additional1 .block-reorder input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 3px;
}
ol.product-grid.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
.page-products .product-item-info {
    height: 100%;
    /* display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; */
}
/* .products.grid .product-grid .item-inner .product-item-info .product-item-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.products.grid .product-grid .item-inner .product-item-info .product-item-details form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
}
.products.grid .product-grid .item-inner .product-item-info .product-item-details form .product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
}
.products.grid .product-grid .item-inner .product-item-info .product-item-details form .product-info .price-box {
    margin-top: auto;
} */

.product-view .box-tocart, .product-options-bottom .box-tocart {margin-bottom: 20px;}

.quick-view-content .mousetrap {width: 100% !important;}
.quick-view-content .cloud-zoom-big {width: 100% !important;background-repeat: no-repeat;background-color: #f4f4f4;}

.quick-view-content .bxslider.owl.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}





/* Category-page-Product-listing */


.products.list.products-list .item.product-item .product-info .product-photo .product-image-container .product-image-photo {
    padding: 30px 0;
}
.products.list.products-list .item.product-item .product-info .product.details .product-name {
    margin-top: 10px;
    margin-bottom: 10px;
}
.products.list.products-list .item.product-item .product-info .product.details .product-name a {
    font-size: 20px;
}
.products.list.products-list .item.product-item .product-info .product.details .product-name a:hover {
    color: var(--red);
}


/* Category-quick-view */

.quick-view-content .product.media .main-img-quickview a {
    background-color: #f4f4f4;
}
.quick-view-content .product.media .main-img-quickview a img {
    max-height: 350px;
    margin: auto;
    padding: 40px 0;
}
.quick-view-content .product-info-main .page-title-wrapper .page-title .base {
    font-size: 30px;
}
.quick-view-content .product-info-main .product-info-stock-sku .stock {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.quick-view-content .product-info-main .product-info-stock-sku .stock span {
    color: #006400;
}
.quick-view-content .product-info-main .product-info-stock-sku .product.attribute.sku {
    color: #333;
    font-weight: 700;
    font-size: 13px;
}
.quick-view-content .product-info-main .product-info-stock-sku .product.attribute.sku > .value {
    font-size: 15px;
    line-height: normal;
    color: var(--red);
}
.quick-view-content .product-info-main .price-box .special-price {
    color: var(--red);
}








/* Product-Detail-page */

.message.success {
    color: #006400;
    background: rgba(0, 100, 0, 0.05);
}
.message.success>*:first-child:before {
    color: #006400;
}

.product-view .product-info-stock-sku .stock span {
    color: #006400;
}
.product-view .product-info-stock-sku .attribute.sku .value {
    color: var(--red);
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
}
.old-price, .old.price {text-decoration-color: #797979;}
.product-view .product-info-main .price-box .price-wrapper .price {
    color: var(--red);
}
.product-view .product-info-main .price-box .special-price .price-container .price {
    color: var(--red);
}
.product-social-links .action:hover .fa, .product-social-links .action.mailto.friend:hover .fa {
    background: var(--red);
}

.product.info.detailed .product.data.items .item.title:hover a, .product.info.detailed .product.data.items .item.title.active a {
    color: var(--red);
}
.product.info.detailed .product.data.items .item.title.active:after {
    border-color: var(--red);
}
button:hover, .cart.table-wrapper .actions-toolbar>.action:hover, .cart.table-wrapper .action-gift:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .action.primary:hover {
    background: var(--red);
}
.review-form .action.submit.primary:hover {
    background: var(--red);
}


.product-media .fotorama-item.fotorama .fotorama__stage {
    background-color: var(--lightgray);
}
.product-media .fotorama-item.fotorama .fotorama__stage .fotorama__stage__frame .fotorama__img {
    max-height: 75%;
}
.fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame {
    background-color: var(--lightgray);
}
.product-view .product-info-stock-sku .stock {
    display: block;
}
.product-view .product-info-stock-sku .attribute.sku .type {
    font-weight: 600;
}
.product.info.detailed {
    margin-top: 100px;
}
.rating-summary .rating-result:before {
    color: var(--red);
}
.rating-summary .rating-result span:before {
    content: '\f005' '\f005' '\f005' '\f005' '\f005';
    color: var(--red);
}
.product-reviews-summary .reviews-actions a.action.add {
    color: var(--red);
    text-decoration: underline;
}
.product-view .box-tocart, .product-options-bottom .box-tocart, .product-add-form .box-tocart {
    width: 100%;
}
.product-view .box-tocart .payment-request-button, .product-options-bottom .box-tocart .payment-request-button {
    display: none !important;
}

.view-product .product-info-main .product-add-form .box-tocart .actions {
    width: calc(100% - 135px);
}
.fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb img.fotorama__img {
    max-height: 110px;
    width: auto;
    padding: 0 25px;
}

.review-control-vote label:before {color: var(--red);}

.product-view .box-tocart .field.qty .control, .product-options-bottom .box-tocart .field.qty .control, .quick-view-content .product-info-main .box-tocart .control {
    position: relative;
}
.product-view .box-tocart .field.qty .control #qty-error, .product-options-bottom .box-tocart .field.qty .control #qty-error, .quick-view-content .product-info-main .box-tocart .control #qty-error {
    position: absolute;
    width: 250px;
    left: -40px;
}

.fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap {
    text-align: center;
}
.fotorama__fullscreen-icon:focus:after, .fotorama__zoom-out:focus:after, .fotorama__zoom-in:focus:after, .fotorama__arr:focus:after, .fotorama__stage__shaft:focus:after, .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    box-shadow: 0 0 3px 1px var(--red);
}

.product.info.detailed .product.data.items #product-review-container .review-list .block-title strong, .product.info.detailed .product.data.items .review-add .review-fieldset .legend {
    font-size: 16px;
}
.product.info.detailed .product.data.items .review-add .review-fieldset .field .label {font-size: 13px;}
.product-view .rokan-product-heading h2:after {border-top-color: var(--red);}



/* Search-listing */
.qs-option-image {
    text-align: center;
    padding: 0 0 10px;
}
.qs-option-image img {
    max-height: 100px;
    padding: 0 0;
}

/* Order-success */
.checkout-success a.order-number {
    font-size: 18px;
    color: var(--red);
}
.checkout-success a.order-number strong {
    font-weight: 700;
}
a.action.print {
    color: var(--red);
    text-decoration: underline;
}

/* Empty-cart */
.cart-empty a {
    color: var(--red);
    text-decoration: underline;
}


/* Popup */

.fancybox-wrap .action_button .button:hover {
    background: var(--red);
    color: #fff !important;
}

/* minicart */

.header-container .header .minicart-wrapper .minicart-items .product-item-name a:hover {
    color: var(--red);
}
.block-minicart .block-content>.actions .viewcart:hover {
    border-color: var(--red);
}
.checkout.action.primary {
    background: var(--red);
    border-color: var(--red);
}
.minicart-wrapper .block-minicart #btn-minicart-close:hover:before, .minicart-wrapper .block-minicart #btn-minicart-close:hover span {
    color: var(--red);
}
.minicart-items .product-image-wrapper .product-image-photo {
    height: auto !important;
    width: auto !important;
    max-height: 80px;
}


/* Modal-Popup */

.modal-popup .modal-inner-wrap {border-color: var(--red);}
.modal-popup.confirm._show {z-index: 10002 !important;}
.modals-overlay {z-index: 10001 !important;}
.minicart-items .action.delete:before, .minicart-items .action.delete:hover:before {color: var(--red);}
.fancybox-inner .popup_avaiable a {color: var(--red); text-decoration: underline;}

/* Cart-Page */
.header-container .header .minicart-wrapper:after {background-color: #000;}
.header-container .header .minicart-wrapper.active:after {opacity: 0.5;}
.cart-summary form#co-shipping-method-form .item-options input[type="radio"] {
    display: inline-block;
    margin: 0;
    top: 1px;
}
.cart-summary form#co-shipping-method-form .item-options .label {
    margin-left: 5px;
}
.cart-summary form#co-shipping-method-form .item-options .label .price {
    vertical-align: inherit;
    margin-left: 5px;
}
.abs-shopping-cart-items .action.update:before, .block-cart-failed .action.update:before, .cart-container .form-cart .action.update:before {line-height: 13px;}

/* One-Step-Checkout */

.one-step-checkout h1.checkout_header:before {
    border-top-color: var(--red);
}
.one-step-checkout h3 {
    background-color: var(--red);
}
button:focus, button:active, .cart.table-wrapper .actions-toolbar>.action:focus, .cart.table-wrapper .actions-toolbar>.action:active, .action-gift:focus, .action-gift:active {
    background-color: #8e0606;
    color: #fff;
}
button:active, .cart.table-wrapper .actions-toolbar>.action:active, .action-gift:active {
    box-shadow: none;
}

#one-step-checkout-form .payment-method .payment-method-title.field.choice {
    position: relative;
}
#one-step-checkout-form input.radio, .payment-method input.radio {
    float: inherit;
    margin: 5px 8px 0 0;
    display: inline-block;
}
#one-step-checkout-form .payment-method input.radio {
    margin-top: 2px;
}
#one-step-checkout-form .payment-method .label .stripe-icon-container.right {
    float: inherit;
    top: 0;
    right: 0;
    position: absolute;
}
#one-step-checkout-form .payment-method .label span {
    width: auto;
    line-height: normal;
}
.stripe-icon-container img.stripe-icon {
    height: 1.4em;
    position: relative;
    top: 0.7em;
    margin-right: 2px;
}
#one-step-checkout-form .payment-method .payment-method-title .payment-icon {
    position: absolute;
    height: 25px;
    top: 5px;
    right: 0;
}
#one-step-checkout-form .payment-method .payment-method-title .action.action-help {
    display: none;
}
#one-step-checkout-form .payment-method .stripe-payments-brand {
    top: -30px;
    margin-left: -40px;
}
#one-step-checkout-form .payment-method .payment-method-content input.select {
    display: inline-block;
    float: inherit;
    margin-right: 5px;
}
#one-step-checkout-form .payment-method .payment-method-content label {
    float: inherit;
    display: inline-block;
    vertical-align: top;
}
.stripe-payments span.type.Visa, .stripe-payments span.type.visa, .stripe-payments span.type.American.Express, .stripe-payments span.type.amex, .stripe-payments span.type.MasterCard, .stripe-payments span.type.mastercard, .stripe-payments span.type.Discover, .stripe-payments span.type.discover, .stripe-payments span.type.Diners, .stripe-payments span.type.diners, .stripe-payments span.type.JCB, .stripe-payments span.type.jcb {
    background-position: right center;
    padding-left: 0;
    padding-right: 40px;
}
.stripe-payments-saved-card span.stripe-payments-fade {
    margin-left: 5px;
}
#one-step-checkout-form .payment-method .payment-method-content input[type="checkbox"] {
    float: inherit;
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
}
.opcheckout-index-index .osc-product-image img {
    max-height: 60px;
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.checkout-onepage-success .col-main {
    text-align: left;
}
.osc-delete:before {color: var(--red);}

.field-tooltip .field-tooltip-content {background-color: #fff; border-color: #e5c4c4;}
.field-tooltip .field-tooltip-content:before {border-right-color: #951313;}
.field-tooltip .field-tooltip-content:after {border-right-color: #fff;}
.field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {left: -20px;}

.order-review-info .opcheckout-discount .actions-button {
    vertical-align: bottom;
    margin-bottom: 3px;
}
.order-review-info .opcheckout-discount .actions-button button {
    padding: 13px 25px;
}




/* CrossSell-Products */
.crosssell .rokan-product-heading {
    margin-top: 100px;
}
.crosssell .rokan-product-heading h2 {
    text-align: left;
    font-size: 20px;
    padding-bottom: 18px;
}
.crosssell .rokan-product-heading h2:after {
    content: "";
    width: 30px;
    border-top: 3px solid var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Login Page */
.login-container .block.block-customer-login .actions-toolbar .secondary a:hover, .password.forget .actions-toolbar .secondary a:hover {color: var(--red);}




/* Account-page */

/* My-Account-Tab */
.account-nav .item.current a, .account-nav .item.current strong {
    border-color: var(--red);
}
.account-nav .nav li a:hover {color: var(--red);}
.account-nav .item a:hover { background: rgba(149, 19, 19, 0.05);}

.block-dashboard-info .box-newsletter a:hover,
.block-dashboard-info .box-information a:hover,
.block-dashboard-addresses .block-title a:hover,
.block-dashboard-addresses .box-billing-address a:hover,
.block-dashboard-addresses .box-shipping-address a:hover,
.block-addresses-default .box-address-billing a:hover,
.block-addresses-default .box-address-shipping a:hover {
    color: var(--red);
}

/* My-Order-Tab */
.sales-order-view .block-content .box strong.box-title, .sales-order-invoice .block-content .box strong.box-title {
    font-weight: 600;
    font-size: 16px;
}

/* Address-tab */
.block-addresses-list {
    padding: 20px;
    border: 1px solid #eee;
    overflow: hidden;
}
.block-addresses-list .block-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.form-address-edit input[type="checkbox"] {
    display: inline-block;
    margin-top: 0;
}
.form-address-edit .field.set .label {
    line-height: 22px;
}

.shipping-address-items .shipping-address-item .input-wrapper {
    display: inline-block;
    float: inherit;
}
.shipping-address-items .shipping-address-item .address-detail {
    float: inherit;
    display: inline-block;
}

.autocomplete-items div {
    cursor: default;
    padding: 3px 10px;
}
.autocomplete-items div:hover {
    background-color: #f4f4f4;
}
.stripe-payments-brand {top: -20px;margin-left: -40px;}

.billing-address-form .two-fields {
    width: 100%;
}
.abs-action-remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button>.action, .product-items .wishlist.split.button>.action, .paypal-button-widget .paypal-button, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
    color: var(--red);
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button>.action:hover, .product-items .wishlist.split.button>.action:hover, .paypal-button-widget .paypal-button:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
    color: var(--red);
    text-decoration: underline;
}



/* Wishlist-Tab */

.wishlist-index-index .products-grid .product-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
.wishlist-index-index .products-grid .product-item {
    margin: 0 0 30px;
    padding: 0 15px;
}
.wishlist-index-index .products-grid .product-item .product-item-info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.wishlist-index-index .products-grid .product-item .product-image-container {
    width: 100% !important;
    max-width: inherit;
}
.wishlist-index-index .product-items .product-item .product-item-photo .product-image-photo {
    max-height: 250px;
}
.wishlist-index-index .product-items .product-item .product-item-name a {
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #7b7b7b;
}
.wishlist-index-index .product-items .product-item .product-item-name a:hover {
    color: var(--red);
}
.wishlist-index-index .product-items .product-item .price-box {
    margin-top: auto;
}
.wishlist-index-index .product-items .product-item .price-box .price {
    font-size: 16px;
    color: var(--red);
}
.wishlist-index-index .product-items .product-item .price-box .special-price {
    display: inline-block;
}
.wishlist-index-index .product-items .product-item .price-box .old-price .price {
    color: #797979;
}
.wishlist-index-index .product-item .box-tocart .field.qty {
    display: inline-block;
    padding-right: 15px !important;
}
.wishlist-index-index .product-item .box-tocart .field.qty .control {
    width: auto;
    position: relative;
    display: inline-block;
    float: inherit;
}
.wishlist-index-index .product-item .box-tocart input.qty {
    height: 33px;
}
.wishlist-index-index .product-item .box-tocart .field.qty .control div.mage-error[generated] {
    position: absolute;
    width: 270px;
    left: -40px;
    bottom: -26px;
    padding: 2px;
    border: 1px solid #951313;
    background-color: #fff;
}
.wishlist-index-index .product-item .box-tocart .field.qty .control div.mage-error[generated]:before {
    content: "";
    position: absolute;
    top: -6px;
    height: 10px;
    width: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #951313;
    border-left: 1px solid #951313;
    left: 60px;
}
.wishlist-index-index .product-item .box-tocart .product-item-actions {
    display: inline-block;
    margin-top: 0;
    width: calc(100% - 100px);
    float: inherit;
}
.wishlist-index-index .product-item .box-tocart .product-item-actions .actions-primary,
.wishlist-index-index .product-item .box-tocart .product-item-actions .actions-primary .action.tocart {
    width: 100%;
}



/* Compare-page */
.catalog-product_compare-index table.comparison.headings.data.table {display: none;}
.message.success a {color: var(--red);}
.message.success a:hover {color: var(--red); text-decoration: underline;}
.catalog-product_compare-index .column.main {
    margin-top: 10px;
}
.table-wrapper.comparison {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    border-right: 1px solid #eeeeee;
}
.catalog-product-compare-index .table, .catalog-product_compare-index .table {
    border-right: none !important;
}
a.action.print.hidden-print {color: var(--red);}
a.action.print.hidden-print:hover {text-decoration: underline;}
.table-comparison th.cell.label.product span {
	height: auto;
	width: auto;
	position: static;
}
.abs-remove-button-for-blocks:before, .sidebar .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filtered .item .action.remove:before {color: var(--red);}





/* Contact-Page */
.contactpage-banner, .banner_page_banner {
    position: relative;
}



.banner_page_banner {
    background: url(wysiwyg/home3/category-banner-img.jpg) no-repeat;
    background-size: cover;
}
.banner_page_banner img {display: none;}
  







.contactpage-title {
    /* position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    text-align: center;
}
.banner_page_title {
    /* position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    text-align: center;
    white-space: nowrap;
    padding: 1.3% 0;
}
.contactpage-title strong, .banner_page_title strong {
    display: block;
    /* font-size: 44pt;
    font-size: 3.1vw; */
    font-size: 60px;
    font-weight: normal;
    color: var(--red-light);
    /* font-family: 'Oswald',sans-serif; */
    font-family: 'Palatino';
    line-height: normal;	
    background: #92201d;
    background: -moz-linear-gradient(left, #92201d 0%, #ee2824 50%, #94211e 100%);
    background: -webkit-linear-gradient(left, #92201d 0%,#ee2824 50%,#94211e 100%);
    background: linear-gradient(to right, #92201d 0%,#ee2824 50%,#94211e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92201d', endColorstr='#94211e',GradientType=1 );
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}



.contactpage-title .title-up, .banner_page_title .title-up {
    display: block;
    /* font-size: 44pt;
    font-size: 3.1vw; */
    font-size: 60px;
    font-weight: normal;
    color: var(--red-light);
    /* font-family: 'Oswald',sans-serif; */
    font-family: 'Palatino';
    line-height: normal;    
    background: #92201d;
    background: -moz-linear-gradient(left, #92201d 0%, #ee2824 50%, #94211e 100%);
    background: -webkit-linear-gradient(left, #92201d 0%,#ee2824 50%,#94211e 100%);
    background: linear-gradient(to right, #92201d 0%,#ee2824 50%,#94211e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92201d', endColorstr='#94211e',GradientType=1 );
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
  -webkit-background-clip: text;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: normal;
}

.contactpage-title span, .banner_page_title span {
    font-size: 21px;
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--red-light);
    font-family: 'Palatino';
    display: block;
    margin-top: 5px;
}
.contact-index-index .page-title-wrapper {
    display: none;
}




.contact-social-info ul.link-follow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.contact-social-info ul.link-follow li {
    display: inline-block;
}

.contact-social-info ul.link-follow li a {font-size: 0;position: relative;}

.contact-social-info ul.link-follow li a:before {height: 90px;width: 90px;border-radius: 50%;box-shadow: 0 0 15px #eee;display: flex;justify-content: center;align-items: center;font-size: 40px;}


.form.contact .form-heading, .contact-index-index .contact-info-heading, .customemail-form-title {
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.form-heading:before, .contact-info-heading:before, .customemail-form-title:before {
    content: "";
    width: 30px;
    border-top: 3px solid var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}
.form.contact .contact-form-subtext, .contact-info-subtext, .custom-email-from-content, .brand-ambassadors-work-section {
    font-size: 16px;
    color: #606060;
}

.custom-email-from-content {
    margin: 30px 0;
}
.custom-email-from-content small {
    color: var(--red);
}
.brand-ambassadors-work-section {
    margin: 35px 0;
}
.brand-ambassadors-work-section > p {margin-bottom: 20px;}

.form.contact .field, .form.contact p.contact-form-subtext {
    margin-bottom: 30px;
}
.form.contact .label {
    display: none;
}

.custom-email-form .fieldset>.field:not(.choice)>.control {
    width: 100%;
}

.form.contact input, .form.contact textarea, .custom-email-form input, .custom-email-form textarea, .custom-email-form select {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 50px;
    font-size: 16px;
    padding: 10px 25px;
    background: 0;
    color: #333538;
    border-radius: 4px;
    box-shadow: 0 0 15px #eee;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: none;
}

.form.contact textarea, .custom-email-form textarea {
    height: 150px;
    resize: none;
}
.form.contact .fieldset, .custom-email-form .fieldset {
    margin-bottom: 10px;
}
.form.contact .actions-toolbar .primary {
    float: right;
}

.form.contact .actions-toolbar .primary .action.submit {
    padding: 17px 100px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-info {
    margin-top: 100px;
}
.contact-index-index .contact-info ul {
    margin-top: 50px;
}
.contact-index-index .contact-info ul li {
    text-align: center;
    padding: 110px 0 0 0;
}
.contact-index-index .contact-info ul li:before {
    position: absolute;
    top: 0 !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    height: 90px;
    width: 90px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 15px #eee;
    color: var(--red) !important;
}
.contact-index-index .contact-info ul li h4 {
    font-size: 16px;
}
.contact-index-index .contact-info ul li p strong {
    font-weight: 600;
}




/* 404-Page */

.cms-no-route .page-title-wrapper {
    display: none;
}
.page-not-found {
    font-size: 17px;
}

.page-not-found .error-heading {
    font-size: 20vw;
    line-height: 20vw;
    letter-spacing: 1vw;
    font-weight: 700;
}

.error-heading {
    /* -webkit-text-stroke: 4px var(--red);
    -webkit-text-stroke: 4px var(--red); */
    -webkit-text-stroke: 4px #e81d1b;
    -webkit-text-stroke: 4px #e81d1b;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h2.error-subheading {
    font-size: 5vw;
    line-height: 1vw;
    letter-spacing: 0vw;
    margin-top: 3rem;
    color: var(--dark);
    font-family: 'Lato',sans-serif;
    margin-bottom: 5rem;
}

span.e4 {
    -webkit-text-stroke: 4px var(--dark);
    -webkit-text-stroke: 4px var(--dark);
}

.page-not-found dt {
    font-weight: 700;
    margin-bottom: 10px;
}

.page-not-found li {
    line-height: 30px;
}

.cms-no-route a {
    color: var(--red);
}
.cms-no-route a:hover {text-decoration: underline;}

.page-not-found ul {
    margin-bottom: 15px;
}

.cms-no-route .section-services {
    margin-top: 100px;
}


/* Blog-page */

.blog-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
.post-view .post-info .post-posed-date, .post-list .post-info .post-posed-date, .post-view .post-content .post-posed-date, .post-list .post-content .post-posed-date {
    font-size: 16px;
    color: #7d7d7d;
    position: relative;
    padding-left: 30px;
}
.post-view .post-info .post-posed-date:before, .post-list .post-info .post-posed-date:before, .post-view .post-content .post-posed-date:before, .post-list .post-content .post-posed-date:before {
    content: "";
    background: url(wysiwyg/home3/calendar.png) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
.post-view .post-info .dash, .post-list .post-info .dash, .post-view .post-content .dash, .post-list .post-content .dash {
    font-size: 16px;
    color: #7d7d7d;
    position: relative;
}
.post-view .post-info .post-categories .label, .post-list .post-info .post-categories .label, .post-view .post-content .post-categories .label, .post-list .post-content .post-categories .label {
    font-size: 16px;
    color: #7d7d7d;
    position: relative;
}
.post-view .post-info .post-categories a, .post-list .post-info .post-categories a, .post-view .post-content .post-categories a, .post-list .post-content .post-categories a {
    color: var(--red);
    font-size: 16px;
    margin-top: 0;
    vertical-align: unset;
}
/* .post-list .post-content .post-categories a[title="All"],
.post-list .post-info .post-categories a[title="All"] {
    display: none;
} */
/*.post-info .post-categories a[title="All"] {
    display: none;
}*/
/* .post-list .post-content .post-categories {
    font-size: 0;
} */
/*.post-info .post-categories {
    font-size: 0;
}*/
.post-view .post-info .post-title a, .post-list .post-info .post-title a, .post-view .post-content .post-title a, .post-list .post-content .post-title a {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: var(--red);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .post-view .post-info .post-title a:after, .post-list .post-info .post-title a:after, .post-view .post-content .post-title a:after, .post-list .post-content .post-title a:after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    border-top: 3px solid var(--red);
    width: 70px;
    border-radius: 50rem;
} */
.post-view .post-info .post-title a:hover, .post-list .post-info .post-title a:hover, .post-view .post-content .post-title a:hover, .post-list .post-content .post-title a:hover {
    color: var(--red);
}
.post-view .post-info .post-description, .post-list .post-info .post-description, .post-view .post-content .post-description, .post-list .post-content .post-description {
    font-size: 16px;
}
.blog-post-view .post-description h2 {
    color: var(--red);
    font-size: 24px;
    margin-bottom: 10px;
}
.post-view .post-images img {
    width: 100%;
    border-radius: 10px;
    max-height: 580px;
    object-fit: contain;
}

.post-header a .at-icon-wrapper, #at15s .at-icon-wrapper {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
    box-shadow: 0 0 15px #eee;
    margin-right: 15px;
    /* margin-bottom: 15px; */
}
.post-header a .at-icon-wrapper svg.at-icon.at-icon-facebook {
    fill: rgb(59, 89, 152);
    height: 20px !important;
    width: 20px !important;
}
.post-header a .at-icon-wrapper svg.at-icon.at-icon-twitter {
    fill: rgb(29, 161, 242);
    height: 20px !important;
    width: 20px !important;
}
.post-header a .at-icon-wrapper svg.at-icon.at-icon-email {
    fill: rgb(132, 132, 132);
    height: 20px !important;
    width: 20px !important;
}
.post-header a .at-icon-wrapper svg.at-icon.at-icon-addthis {
    fill: rgb(255, 101, 80);
    height: 20px !important;
    width: 20px !important;
}

#at15s .at-icon-wrapper svg.at-icon.at-icon-print {
    fill: rgb(115, 138, 141);
    height: 20px !important;
    width: 20px !important;
}
#at15s .at-icon-wrapper svg.at-icon.at-icon-pinterest_share {
    fill: rgb(203, 32, 39);
    height: 20px !important;
    width: 20px !important;
}
#at15s .at-icon-wrapper svg.at-icon.at-icon-gmail {
    height: 20px !important;
    width: 20px !important;
    fill: rgb(219, 68, 55);
}
#at15s .at-icon-wrapper svg.at-icon.at-icon-linkedin {
    height: 20px !important;
    width: 20px !important;
    fill: rgb(0, 119, 181);
}
#at15s .at-icon-wrapper svg.at-icon.at-icon-mailto {
    height: 20px !important;
    width: 20px !important;
    fill: rgb(88, 88, 88);
}
#at15s .at-icon-wrapper svg.at-icon.at-icon-tumblr {
    height: 20px !important;
    width: 20px !important;
    fill: rgb(55, 69, 92);
}
#at15s .at-icon-wrapper svg.at-icon.at-icon-messenger {
    height: 20px !important;
    width: 20px !important;
    fill: rgb(0, 132, 255);
}
#at15s .at-icon-wrapper svg.at-icon.at-icon-addthis {
    height: 20px !important;
    width: 20px !important;
    fill: rgb(255, 101, 80);
}

#at_hover.atm-s a:hover, .atm-s a:hover {background: var(--red) !important;}

.our-insta-account i {
    display: inline-block;
    vertical-align: baseline;
    margin: 10px 10px 0 0;
    font-size: 2.5rem;
}

.block-categories .block-title strong, .block-recent-posts .block-title strong, .block-archive .block-title strong {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-family: 'Oswald',sans-serif;
    display: block;
}
.block-categories .block-title strong:before, .block-recent-posts .block-title strong:before, .block-archive .block-title strong:before {
    content: "";
    width: 20px;
    border-top: 3px solid var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}


.post-list .post-images a {
    display: block;
    width: 225px;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #ecf1f2;
}
.post-list .post-images a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.post-list .post-holder {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.05);
    border: #ecf1f2 solid 2px;
    border-radius: 10px;
}
.post-list .post-holder .post-images {
    overflow: inherit;
}
.post-list .post-content {
    margin-top: 0;
    padding: 0 20px 0 30px;
}
.post-list .post-content .post-description {
    margin-top: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #848484;
    font-size: 16px;
    line-height: 24px;
    padding-top: 18px;
    position: relative;
}
.post-list .post-content .post-description:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 3px solid var(--red);
    width: 70px;
    border-radius: 50rem;
}












.blog-index-index .columns.layout.row,
.blog-category-view .columns.layout.row,
.blog-archive-view .columns.layout.row,
.blog-post-view .columns.layout.row,
.blog-search-index .columns.layout.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.post-list-wrapper,
.blog-category-view .sidebar,
.blog-archive-view .sidebar,
.blog-search-index .sidebar {
    margin-top: 2rem;
}
.blog-index-index .post-list-wrapper,
.blog-index-index .sidebar,
.blog-post-view .post-view,
.blog-post-view .sidebar {
    margin-top: 3rem;
}
.banner-text-blog .contactpage-title strong {
    font-size: 2.8vw;
}

.blog-index-index .header-container {
    margin-bottom: 0;
}
.post-list .post-content .read_more a {
    font-size: 17px;
    color: #424242;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
    text-transform: none;
    padding: 4px 22px;
    margin-top: 10px;
    display: inline-block;
    background-color: #f6f5f5;
    border-radius: 50rem;
    border: 2px solid #ecf1f2;
}
.post-list .post-content .read_more a:hover {
    color: var(--red);
    box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.05);
}

.blog-category-view .page-main>.page-title-wrapper .page-title .base,
.blog-archive-view .page-main>.page-title-wrapper .page-title .base,
.blog-search-index .page-main>.page-title-wrapper .page-title .base {
    font-size: 24px;
    margin: 30px 0 0;
    padding-bottom: 0;
}
.blog-category-view .page-main>.page-title-wrapper .page-title .base::before,
.blog-archive-view .page-main>.page-title-wrapper .page-title .base::before,
.blog-search-index .page-main>.page-title-wrapper .page-title .base::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 5px;
    width: 60px;
    border-radius: 50rem;
    display: none;
}

/* Blog-Sidebar-CSS */
.sidebar .blog-search {
    width: 100%;
}
.sidebar .block-search .block-content input#blog_search {
    border-radius: 10px;
    border-color: #ecf1f2;
    border-width: 2px;
    height: 45px;
    line-height: 45px;
}
.block-search .action.search {
    padding: 11px;
    right: 0;
}
.block-search .action.search:hover:before {
    color: var(--red);
}
.sidebar .block-categories, .sidebar .block-recent-posts, .sidebar .block-archive, .blog-post-view .sidebar .block-reorder {
    border: 2px solid #ecf1f2;
    border-radius: 10px;
    margin-bottom: 30px !important;
}
/* .sidebar .block-recent-posts {
    border: 2px solid #ecf1f2;
    border-radius: 10px;
    margin-bottom: 30px !important;
}

.sidebar .block-archive {
    border: 2px solid #ecf1f2;
    border-radius: 10px;
    margin-bottom: 30px !important;
} */



.blog-index-index .sidebar .block .block-title,
.blog-category-view .sidebar .block .block-title,
.blog-archive-view .sidebar .block .block-title,
.blog-post-view .sidebar .block .block-title,
.blog-search-index .sidebar .block .block-title {
    text-align: center;
    border-bottom: 2px solid #ecf1f2;
    margin-bottom: 0;
}
.blog-index-index .sidebar .block .block-title strong,
.blog-category-view .sidebar .block .block-title strong,
.blog-archive-view .sidebar .block .block-title strong,
.blog-post-view .sidebar .block .block-title strong,
.blog-search-index .sidebar .block .block-title strong {
    color: var(--red);
    padding: 14px 0;
    text-transform: none;
    font-size: 22px;
    margin: 0;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    font-weight: 700;
    position: relative;
    font-family: 'Oswald',sans-serif;
}
/* .blog-index-index .sidebar .block-recent-posts .block-title strong, .blog-index-index .sidebar .block-archive .block-title strong,
.blog-category-view .sidebar .block-recent-posts .block-title strong, .blog-category-view .sidebar .block-archive .block-title strong,
.blog-archive-view .sidebar .block-recent-posts .block-title strong, .blog-archive-view .sidebar .block-archive .block-title strong,
.blog-post-view .sidebar .block-recent-posts .block-title strong, .blog-post-view .sidebar .block-archive .block-title strong,
.blog-search-index .sidebar .block-recent-posts .block-title strong, .blog-search-index .sidebar .block-archive .block-title strong {
    border-radius: 0;
} */
.blog-index-index .sidebar .block .block-title strong:before,
.blog-category-view .sidebar .block .block-title strong:before,
.blog-archive-view .sidebar .block .block-title strong:before,
.blog-post-view .sidebar .block .block-title strong:before,
.blog-search-index .sidebar .block .block-title strong:before {
    display: none;
}

/* .blog-index-index .sidebar .block .accordion , .blog-index-index .sidebar .block ,
.blog-category-view .sidebar .block .accordion, .blog-category-view .sidebar .block,
.blog-archive-view .sidebar .block .accordion , .blog-archive-view .sidebar .block ,
.blog-post-view .sidebar .block .accordion , .blog-post-view .sidebar .block ,
.blog-search-index .sidebar .block .accordion, .blog-search-index .sidebar .block  {
    background-color: #f6f5f5;
} */

.blog-index-index .sidebar .block .accordion li, .blog-index-index .sidebar .block .item,
.blog-category-view .sidebar .block .accordion li, .blog-category-view .sidebar .block .item,
.blog-archive-view .sidebar .block .accordion li, .blog-archive-view .sidebar .block .item,
.blog-post-view .sidebar .block .accordion li, .blog-post-view .sidebar .block .item,
.blog-search-index .sidebar .block .accordion li, .blog-search-index .sidebar .block .item,
.blog-post-view .sidebar .block-reorder .product-item {
    padding: 10px 15px;
    background-color: #f6f5f5;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0;
}

.blog-post-view .sidebar .block-reorder .product-item .item {
    padding: 0;
    background-color: inherit;
    border-bottom: none;
}

.sidebar .block-recent-posts .item {
    display: flex;
    flex-direction: row;
    padding: 15px 10px !important;
}
.sidebar .block-recent-posts .item .post-date {
    text-align: center;
    padding: 4px 10px;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    border: 2px solid #ecf1f2;
    width: 56px;
}
.sidebar .block-recent-posts .item:hover .post-date {
    box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.05);
}

.sidebar .block-recent-posts .item .post-date .day {
    font-size: 22px;
    font-weight: 900;
    color: #333;
    display: block;
}
.sidebar .block-recent-posts .item:hover .post-date .day {
    color: var(--red);
}
.sidebar .block-recent-posts .item .post-date .month {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #848484;
}
.sidebar .block-recent-posts .item:hover .post-date .month {
    color: #333;
}


.blog-index-index .sidebar .block .accordion li:last-child, .blog-index-index .sidebar .block .item:last-child,
.blog-category-view .sidebar .block .accordion li:last-child, .blog-category-view .sidebar .block .item:last-child,
.blog-archive-view .sidebar .block .accordion li:last-child, .blog-archive-view .sidebar .block .item:last-child,
.blog-post-view .sidebar .block .accordion li:last-child, .blog-post-view .sidebar .block .item:last-child,
.blog-search-index .sidebar .block .accordion li:last-child, .blog-search-index .sidebar .block .item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 15px;
}

.blog-post-view .sidebar .block-reorder .product-item:last-child {
    border-bottom: none;
    padding-bottom: 15px;
}

.blog-index-index .sidebar .block .accordion li:hover, .blog-index-index .sidebar .block .item:hover,
.blog-category-view .sidebar .block .accordion li:hover, .blog-category-view .sidebar .block .item:hover,
.blog-archive-view .sidebar .block .accordion li:hover, .blog-archive-view .sidebar .block .item:hover,
.blog-post-view .sidebar .block .accordion li:hover, .blog-post-view .sidebar .block .item:hover,
.blog-search-index .sidebar .block .accordion li:hover, .blog-search-index .sidebar .block .item:hover,
.blog-post-view .sidebar .block-reorder .product-item:hover {
    background-color: #ffffff;
}
.blog-index-index .sidebar .block .accordion li a, .blog-index-index .sidebar .block .item a,
.blog-category-view .sidebar .block .accordion li a, .blog-category-view .sidebar .block .item a,
.blog-archive-view .sidebar .block .accordion li a, .blog-archive-view .sidebar .block .item a,
.blog-post-view .sidebar .block .accordion li a, .blog-post-view .sidebar .block .item a,
.blog-search-index .sidebar .block .accordion li a, .blog-search-index .sidebar .block .item a,
.blog-post-view .sidebar .block-reorder .product-item a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #494949;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.blog-index-index .sidebar .block .accordion li:hover a, .blog-index-index .sidebar .block .item:hover a,
.blog-category-view .sidebar .block .accordion li:hover a, .blog-category-view .sidebar .block .item:hover a,
.blog-archive-view .sidebar .block .accordion li:hover a, .blog-archive-view .sidebar .block .item:hover a,
.blog-post-view .sidebar .block .accordion li:hover a, .blog-post-view .sidebar .block .item:hover a,
.blog-search-index .sidebar .block .accordion li:hover a, .blog-search-index .sidebar .block .item:hover a,
.blog-post-view .sidebar .block-reorder .product-item:hover a {
    color: var(--red);
}

.blog-post-view .sidebar .block-reorder .actions-toolbar {
    max-width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #f6f5f5;
    border-top: 1px solid #e7e7e7;
}
.blog-post-view .sidebar .block-reorder .actions-toolbar .primary .action {
    border-radius: 50rem;
    border: 1px solid #951313;
    background-color: var(--red);
    color: #fff;
    margin: 0;
    padding: 10px 25px;
}
.blog-post-view .sidebar .block-reorder .actions-toolbar .primary .action:hover {
    background-color: #7E1010;
    border-color: #7E1010;
}
.blog-post-view .sidebar .block-reorder .actions-toolbar .secondary .action {
    border-radius: 50rem;
    border: 1px solid #951313;
    background-color: #fff;
    color: var(--red);
    margin: 0;
    padding: 10px 25px;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
}
.blog-post-view .sidebar .block-reorder .actions-toolbar .secondary .action:hover {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    color: #fff;
}
.blog-post-view .sidebar .block-reorder .product-item input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    top: 0;
}






.post-view .post-holder .post-bottom {
    margin-top: 3rem;
}
.news-post-pdf-slider {
    margin-top: 3rem;
}
.news-post-pdf-slider .owl-pagination {
    bottom: -5%;
}
.custom-embed-responsive-1by1 {
    padding-bottom: 100%;
}

.blog-post-view .fb-comments iframe {
    width: 100% !important;
}





/* About-Us-Page */

.box-blog{
    margin-bottom: 0;
}

.about-block1 {
    margin-top: 3.5rem;
    /* margin-bottom: 100px; */
}
.about-video {
    position: relative;
}
/* .about-video:before {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(wysiwyg/home3/our-story-bg-img.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    width: 100%;
    pointer-events: none;
} */

.about-block1 .about-title-box {
    margin-top: 100px;
}

.about-block1 .about-title-box .about-title {
    font-size: 40px;
    font-weight: 600;
}

.about-block1 .about-content {
    padding: 0 30px;
}

.about-block1 .about-title-box .author-name {
    font-size: 30px;
    font-weight: 900;
    color: var(--red);
    font-family: 'Lato',sans-serif;
}

.about-block1 .about-title-box .author-name em {
    font-weight: 400;
    font-style: italic;
}

.about-description-box .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.about-block2 .about-description-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

/* .about-video {
    margin-top: 30px;
} */

.tab-box {
    margin-top: 6rem;
}
.tab-box h2 {
    color: #201f1f;
    font-size: 24px;
    font-family: Oswald,sans-serif;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 18px;
    margin-bottom: 2rem;
}
.tab-box h2:after {
    content: "";
    width: 30px;
    border-top: 3px solid var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}

.recipe-tab .recipe-content-box .row, .bridge-tab .bridge-content-box .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recipe-content-box h3, .bridge-content-box h3, .team-member-content h3 {
    font-size: 22px;
    color: var(--red);
}
.cms-about-us p {
    font-size: 16px;
    line-height: 24px;
}
.bridge-img-col1 {
    padding-right: 0;
}
.bridge-img-col2 {
    padding-left: 0;
}
.bridge-img-col1 img, .bridge-img-col2 img {
    width: 100%;
}

.team-tab .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team-member-content {
    padding: 20px;
    text-align: center;
}
.team-member-content h3 {
    color: #fff;
}
.bridge-content-col1, .bridge-content-col2 {
    padding: 0 30px;
}
.bridge-content-col2 {
    text-align: right;
}







.about-block h2 {
    color: #201f1f;
    font-size: 24px;
    font-family: Oswald,sans-serif;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 18px;
    margin-bottom: 2rem;
    margin-top: 10px;
}
.about-block h2:after {
    content: "";
    width: 60px;
    border-top: 5px solid var(--red);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 90px;
}
.story-content-box .about-story-title {
    border: #e8e8e8 solid 1px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgb(51 51 51 / 7%) 2px 2px 10px;
    background: #fff;
}
.about-story 
{
    text-align: center;
    margin-top: 20px;
    /* padding: 20px 0; */
}

.story-section-row {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    grid-column-gap: 30px;
    column-gap: 30px;
    orphans: 1;
    widows: 1;
}
.story-content-box {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.about-block2 {
    position: relative;
    padding: 4rem 0 5rem;
}
.about-block .about-title {
    font-size: 28px;
    font-weight: 800;
}
.about-block2.about-block .about-title::first-letter {
    font-size: 28px;
}
.about-block .about-title::first-letter {
    font-size: 48px;
}
.about-block .about-title span {
    color: var(--red);
}
.about-block2 .about-title-box {
    position: relative;
    padding: 26px 50px 26px 0;
    /* background-color: #eff2f2;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem; */
}
/* .about-block2 .about-title-box:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #eff2f2;
} */
.about-block2 .about-title-box h2 {
    text-align: left;
    margin-bottom: 1rem;
}
.about-block2 .about-title-box h2::after {
    display: none;
}
.about-title-box .author-name {
    background-color: #fff;
    display: inline-block;
    padding: 9px 13px;
    border-radius: 50rem;
    color: var(--red);
    text-transform: uppercase;
    border: 1px solid #951313;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}
.about-description-box {
    margin-top: 20px;
    width: 88%;
}
.about-content-img img {
    margin-top: 50px;
    padding-left: 30px;
    position: relative;
    border: 12px solid #fff;
}
.about-block2 .about-content-img img {
    border-color: #f6f6f6;
}
.about-content-img:before {
    content: "";
    height: 460px;
    width: 350px;
    position: absolute;
    background-color: var(--red);
    bottom: -15px;
    right: 0;
}

.bg-gray {
    background-color: #f6f6f6 !important;
    position: relative;
}

.bg-white {
    background-color: #ffffff !important;
}
.about-block3 {
    margin-top: 3.5rem;
    padding-bottom: 6.5rem;
}
.about-block .tab-box {
    position: relative;
}
.recipe-box .img-box {
    margin-top: 25px;
} 
.about-block-title h2 {
    margin: 0;
}
.about-block-title {
    position: absolute;
    top: 30px;
    right: 15px;
    background-color: #fff;
    padding: 5px 45px 15px;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
    z-index: 10;
}
.about-block .img-box img {
    border-radius: 20px;
    border: 1px solid #ecf1f2;
    box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.2);
    min-height: 499px;
    object-fit: cover;
}
.recipe-box .about-title {
    color: var(--red);
    text-transform: uppercase;
}
.about-block3 .description-box {
    padding-right: 50px;
}
.description-box p {
    margin-bottom: 20px;
    line-height: 24px;
}
.about-block3 .label-box .description-box > p:first-child:first-letter {
    font-size: 36px;
    font-weight: 900;
}

.label-tag {
    display: -ms-flexbox;
    display: flex ;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #ecf1f2;
    margin-top: 40px;
}
.label-tag .label-tag-logo {
    padding: 26px;
    border-right: 2px solid #ecf1f2;
}
.label-tag-text {
    padding: 15px 20px;
    color: var(--red);
    font-weight: 600;
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
}
.about-block3 .label-tag-text p {
    margin-bottom: 0;
}

.about-block4 {
    margin-top: 3.5rem;
}
.about-block4 .tab-box {
    margin-top: 5rem;
}
.team-member-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
}
.img-grad {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
}
.img-grad:after {
    content: "";
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.51)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.team-member-box .team-member-img img {
    border-radius: 10px;
}
.team-member-content {
    position: absolute;
    top: 73%;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    background-color: rgba(149,19,19,0.83);

}
.team-member-content .member-about {
    display: none;
}
.team-member-box:hover .member-about {display: block; height: 80%; overflow: auto; padding: 0 5px;}
.team-member-content .team-member-post {
    display: block;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
}
.team-member-box:hover .team-member-content {
    top: 0%;
    background-color: rgba(149,19,19,0.83);
    padding-top: 5%;
    border-radius: 10px;
}
.member-about {
    color: #fff;
}
.member-about p {
    margin-bottom: 20px;
}

.team-sherpa-group-box .team-member-content, .team-sherpa-group-box:hover .team-member-content {
    top: 85%;
    padding-top: 3%;
    border-radius: 0;
}
.team-sherpa-group-box .team-member-content h3 {
    font-size: 30px;
}









.about-block5 {
    position: relative;
    padding: 4rem 0 7rem;
    /* margin-top: 4rem; */
}
.about-block5 .about-title {
    color: var(--red);
    text-transform: uppercase;
}
.bridge-block .img-grad {
    border-radius: 20px;
}


.about-block8 {
    padding: 6rem 0 7rem;
}
.about-block8 .about-title {
    color: var(--red);
    text-transform: uppercase;
}


.about-block6 {
    margin-top: 3rem;
    margin-bottom: 5rem;
}
.threeicons-block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.threeicons-block h2 {
    margin-bottom: 8rem;
}
.threeicons-block .description-box p {
    text-align: center;
}
.about-icon-block {
    display: -ms-flexbox;
    display: flex ;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ecf1f2;
    /* box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.05); */
    padding: 6rem 1.5rem 1rem;
    position: relative;
    border-radius: 20px;
    height: 100%;
}
.about-icon-block img {
    width: 133px;
    max-height: 133px;
    border-radius: 50%;
    border: 2px solid #ecf1f2;
    /* box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.05); */
    padding: 15px;
    margin-top: -10rem;
    margin-bottom: 1rem;
    /* background-color: #fafafa; */
    background-color: #fff;
}



.about-block7 {
    padding: 4rem 0 5rem;
}

.about-distributer, .detailed-itinerary-box {
    background-color: #fff;
    box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.05);
    border: #ecf1f2 solid 2px;
    border-radius: 20px;
    text-align: center;
    margin-top: 30px;
    padding: 0 20px 20px;
}
.distributer-title, .detailed-itinerary-title {
    padding: 11px 53px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.05);
    border: #ecf1f2 solid 2px;
    border-radius: 50rem;
    margin-top: -25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* For Distributer list */

/* .distributer-block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.current-distributer-col, .future-distributer-col {
    display: -ms-flexbox;
    display: flex;
}
.about-distributer .distributer-img {
    display: inline-block;
    margin: 15px 15px 30px;
    vertical-align: middle;
    text-align: center;
    width: 230px;
}
.distributer-img img {
    max-height: 100px;
    max-width: 200px;
} */


/* For Distributer Silder */
.about-distributer .distributer-img {
    margin: 15px;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.distributer-img img {
    max-height: 100px;
}
/* .distributer-slider.owl-theme .owl-buttons {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}
.distributer-slider.owl-theme .owl-controls .owl-buttons>div {
    top: 50%;
    transform: translateY(-50%);
}
.distributer-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -15px;
}
.distributer-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -15px;
} */





.about-block8 .collaboration-box1 img {
    border-radius: 0;
    border: none;
    box-shadow: none;
    min-height: auto;
    object-fit: inherit;
}
.sponsor-images {
    position: relative;
}
.sponsor-images:before {
    content: "";
    height: 90%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7b1e00;
    border-radius: 20px;
}

.sponsor-images-box1, .sponsor-images-box2 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.about-block8 .collaboration-box1 .sponsor-images-box1 img {
    width: 160px;
    margin: 0 10px;
    height: 90px;
    object-fit: contain;
    margin-top: 40px;
}
.about-block8 .collaboration-box1 .sponsor-images-box2 img {
    height: 150px;
    margin: 20px 10px 0;
    border-radius: 10px;
    border: 2px solid rgba(123,30,0,0.4);
    padding: 10px;
    background-color: #fff;
}
.collaboration-block .img-grad {
    border-radius: 20px;
}

.collaboration-box2 .img-box {
    position: relative;
}
.overlay-img {
    position: absolute;
    top: 50%;
    left: -12%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-block8 .overlay-img img {
    box-shadow: none;
    border: none;
    min-height: auto;
    object-fit: inherit;
    border-radius: 0;
    height: 250px;
}


.cms-business-overview .page-main>.page-title-wrapper .page-title {
    text-align: center;
    width: 100%;
}
.cms-business-overview .page-main>.page-title-wrapper .page-title .base {
    font-size: 24px;
    margin: 20px 0 0;
}
.cms-business-overview .page-main>.page-title-wrapper .page-title .base::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 5px;
    width: 60px;
    border-radius: 50rem;
}

.about-block9 {
    padding: 6rem 0;
    position: relative;
}
.about-block9:before {
    content: "";
    position: absolute;
    bottom: -20%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
}
.cms-our-cocktail-recipes .page-footer .footer-static-container:before, .cms-life-at-sherpa-chai .page-footer .footer-static-container:before, .cms-sherpa-chai-giving .page-footer .footer-static-container:before, .cms-what-is-sherpa-chai .page-footer .footer-static-container:before, .cms-sherpachai-expedition .page-footer .footer-static-container:before {
    border-width: 32px 170px;
    border-color: #f6f6f6 transparent transparent transparent;
    border-style: solid;
    left: 50%;
    right: auto;
    width: 19%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: none;
}
.cms-our-story .page-footer .footer-static-container:before {
    background: url(wysiwyg/home3/bg_footer_center1.png) no-repeat scroll center ;
}
.left-bg-border:before {
    content: "";
    height: 460px;
    width: 350px;
    position: absolute;
    background-color: #a16d00;
    bottom: -15px;
    left: 0;
}

.left-bg-border img {
    padding-right: 30px;
    position: relative;
    border: 12px solid #f6f6f6;
}

.about-block9.about-block .about-title {
    text-align: left;
}
.about-block9.about-block .about-title::after {
    left: 0;
    transform: inherit;
}



.social-content-col .about-title::first-letter {
    font-size: 28px;
}
.about-count-box {
    margin-top: 3rem;
}
.about-count-box .count-box {
    box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.05);
    border: #ecf1f2 solid 2px;
    background-color: #fff;
    border-radius: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.count-box-img {
    margin-left: -60px;
    margin-right: 30px;
}
.count-box-img img {
    max-width: 80px;
}
.count-box-body .count-box-heading {
    font-size: 26px;
    font-family: Oswald,sans-serif;
    font-weight: 800;
    color: #1d1d1d;
    margin-bottom: 10px;
    display: block;
}
.count-box-body p {
    font-size: 16px;
    color: #6c6c6c;
    line-height: 22px;
}
.count-box-body span {
    padding: 4px 16px;
    border-radius: 50rem;
    border: 1px solid #c7c7c7;
    font-style: italic;
    font-size: 16px;
    color: #333;
}
ul.social-icons {
    margin: 3rem 0 0 3rem;
}
ul.social-icons li {
    display: inline-block;
    margin-left: 20px;
    padding: 8px 25px;
    /* background-color: #ecf1f2; */
    background-color: #ddd;
    border-radius: 50rem;
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1d;
}
ul.social-icons li:first-child {
    margin-left: 0;
}
ul.social-icons li .fa-facebook-square {
    color: #3b5998;
}
ul.social-icons li .fa-instagram {
    color: #405de6;
}


.about-block10 {
    margin-top: 3.5rem;
    padding-top: 0 !important;
}


.about-block12 {
    position: relative;
    /* padding: 4rem 0 0rem; */
    background: url(wysiwyg/home3/newsletter-bg-img.jpg) center center;
} 
.about-block12:before {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    z-index: -1;
    background-image: url(wysiwyg/home3/newsletter-bg-img.jpg);
    
}
/* .about-block12:after {
    content: "";
    background-image: url(wysiwyg/home3/tea-pot-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 66%;
    left: -3%;
    height: 100%;
    width: 300px;
    z-index: 1;
    pointer-events: none;
} */

.overlap-flower-img {
    position: relative;
    padding: 2rem 0 2rem;
}
.overlap-flower-img:before {
    content: "";
    background-image: url(wysiwyg/home3/flower-img1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 5%;
    left: 0px;
    height: 100%;
    width: 450px;
    pointer-events: none;
}
.overlap-flower-img:after {
    content: "";
    background-image: url(wysiwyg/home3/flower-img2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 15%;
    right: 0px;
    height: 100%;
    width: 470px;
    pointer-events: none;
}


.section-foundation-banner {
    /* position: relative;
    overflow: hidden; */
    text-align: center;
    padding: 30px;
    height: 100%;
}
.foundation-banner-content .title {
    color: #2d2d2d;
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Oswald',sans-serif;
    font-weight: 800;
    display: block;
    line-height: normal;
}
.foundation-banner-content .title span.nepali-fonts {
    display: block;
}
.block .foundation-banner-content .sub-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: #606060;
    color: var(--red);
    margin-bottom: 30px;
}
.foundation-banner-button a {
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    color: #606060;
    padding: 14px 20px;
    border: 2px solid #606060;
}
.foundation-banner-button a:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
}



/* About Block 13:- */

.about-video.fb-video-block::before {
    bottom: auto;
    top: 100%;
    /* margin-top: 50px; */
}

.about-block13 {
    margin-top: 3.5rem;
    margin-bottom: 5rem;
    position: relative;
}

.about-block14 {
    padding: 4rem 0 6rem;
    position: relative;
}
/* .about-block14 .container
{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
} */

/* .about-block14:before {
    content: "";
    position: absolute;
    bottom: -20%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    z-index: -1;
} */

.listbox-block.listbox-2 {
    padding-top: 2rem;
    border-top: 1px solid #eee;
    margin-top: 2rem;
}


.listbox-block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listbox-block .row .col-xs-12 {
    margin-bottom: 30px;
}

.listbox {
    padding: 1rem;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 0.03);
    transition: all 0.3s ease-in-out 0s;
    background: #fcfcfc;
    border: #ecf1f2 solid 2px;
    border-radius: 10px;
    height: 100%;
}
.listbox:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #FFF;
    /* z-index: 9; */
}

.listbox h4 {
    color: var(--red);
    background: #fff;
    padding: 15px;
    margin: -17px -16px 30px -17px;
    border-radius: 10px 10px 0 0;
    border-bottom: #ecf1f2 solid 2px;
    position: relative;
    text-align: center;
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 123px;
}

.listbox h4:before, .listbox h4:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.listbox h4:before {
    border-color: rgba(236, 241, 242, 0);
    border-top-color: #ecf1f2;
    border-width: 18px;
    margin-left: -18px;
}

.listbox h4:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.listbox ul {
    margin-bottom: 5px;
    padding-left: 20px;
}
.listbox ul li {
    list-style: circle;
}
.listbox:hover ul li {
    list-style: disc;
}

.listbox-description .listbox-heading {
    font-family: 'Lato',sans-serif;
    font-size: 17px;
    font-weight: 800;
    margin: 15px 0 5px;
    display: block;
}
.listbox-extra-title {
    display: block;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: 1;
}



/* About Block 15:- */

.banner_page_title span.nepali-fonts {
    font-size: 2vw;
    font-weight: normal;
       color: var(--red-light);
    letter-spacing: 0;
    display: block;
   /* margin-bottom: 2%;
    line-height: 1;*/
    margin-bottom: 1%;
    line-height: normal;
        margin-top: 0;
    font-family: 'Nirmala UI';
}

span.nepali-fonts {
    display: inline-block;
    color: var(--red-light);
    font-family: 'Nirmala UI';
}

.foundation-banner-block .sub-title span.nepali-fonts {
    color: var(--red);
}

.about-block15 {
    margin-top: 3.5rem;
    margin-bottom: 4rem;
}

.block1-foundation-section {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    grid-column-gap: 30px;
    column-gap: 30px;
    orphans: 1;
    widows: 1;
}

.block1-foundation-box {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.block1-foundation-section .foundation-img {
      /* border: #eee solid 2px; */
    /* padding: 15px; */
    border-radius: 0 0 10px;
    /* box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.05); */
    /* background: #f7f7f7; */
    text-align: center;
    /* overflow: hidden; */
    /* position: relative; */
    font-size: 15px;
    font-family: 'Lato',sans-serif;
    line-height: normal;
}



/* About Block 16 */

.about-block16 {
    padding: 4rem 0 4rem;
}

.about-block16 .about-title {
    color: var(--red);
    text-transform: uppercase;
}

.about-block16 .about-content-img:before {
    height: 350px;
}

.about-block16 .about-content-img img {
    padding-left: 0;
    margin-top: 0;
    /* border-color: #f6f6f6; */
}

.foundation-slider-img img {
    min-height: 450px;
    height: 450px;
    object-fit: cover;
    width: 100%;
}
/* .foundation-slider .owl-buttons {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}
.foundation-slider .owl-controls .owl-buttons>div {
    background-color: rgba(86,82,82,0.7);
}
.foundation-slider .owl-controls .owl-buttons>div::before {
    font-size: 26px;
} */


/* About Block 17 */


.about-block17 {
    padding: 3rem 0 0;
}

.foundation-tabs-block, .custom-tabs-block {
    border-bottom: none;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.block1-foundation-box img {
    object-fit: cover;
    width: 100%;
}

.foundation-tab-img, .custom-tab-img {
    margin-bottom: 30px;
}

.foundation-tabs-block > li {
    margin-bottom: 0;
    float: inherit;
    flex: 1;
    display: flex;
    justify-content: center;
}

.foundation-tabs-block > li > a {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Oswald',sans-serif;
    border: none;
    color: #656565;
    line-height: 40px;
    background-color: transparent;
}

.foundation-tabs-block > li.active > a, .foundation-tabs-block > li.active > a:hover, .foundation-tabs-block > li.active > a:focus {
    color: var(--dark);
    border: none;
    font-size: 28px;
    background-color: transparent;
}

.foundation-tabs-block > li > a:before {
    content: "";
    width: 60px;
    border-top: 5px solid var(--red);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 90px;
}

.foundation-tabs-block > li > a:hover, .foundation-tabs-block > li > a:focus {
    color: var(--dark);
    border: none;
    font-size: 28px;
    background-color: transparent;
}

.foundation-tab a {
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.foundation-tab a:before {
    background: rgba(149, 19, 19, 0.1);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 0;
    z-index: 99;
    border-radius: 15px;
}
.foundation-tab a:hover:before {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out;
}

.foundation-tab a:after {
    z-index: 99;
    background: rgba(149, 19, 19, 0.1);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    border-radius: 15px;
}

.foundation-tab a:hover:after {
    top: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out;
}

.foundation-tab a img, .custom-tab a img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}

.foundation-tab a:hover img {
    transform: scale(1.1);
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out;
}



/* About Block 18 */

.about-block18 {
    padding: 5rem 0 5rem;
}

.about-block18 .about-title {
    color: var(--red);
    text-transform: uppercase;
}


.girls-img {position: relative;}


.girls-img:before {
    content: "";
    height: 460px;
    width: 460px;
    position: absolute;
    background-color: var(--red);
    bottom: -15px;
    left: 0;
}

.about-block18 .girls-img img {
    width: 100%;
    min-height: 550px;
    object-position: top;
    height: 550px;
    object-fit: cover;
    border: 12px solid #f6f6f6;
    position: relative;
    margin-left: 15px;
}

/* .blog-category-media .banner_page_banner .banner_page_title .title-up, .blog-category-blog .banner_page_banner .banner_page_title .title-up, .blog-category-in-the-news .banner_page_banner .banner_page_title .title-up, .blog-category-all .banner_page_banner .banner_page_title .title-up, .blog-archive-view .banner_page_banner .banner_page_title .title-up {
    font-size: 0;
    position: relative;
}

.blog-category-media .banner_page_banner .banner_page_title .title-up:before, .blog-category-blog .banner_page_banner .banner_page_title .title-up:before, .blog-category-in-the-news .banner_page_banner .banner_page_title .title-up:before, .blog-category-all .banner_page_banner .banner_page_title .title-up:before, .blog-archive-view .banner_page_banner .banner_page_title .title-up:before {
    font-size: 3.1vw;
}

.blog-category-all .banner_page_banner .banner_page_title .title-up:before {
    content: "All Latest Updates";
}

.blog-category-media .banner_page_banner .banner_page_title .title-up:before {
    content: "Media";
}


.blog-category-blog .banner_page_banner .banner_page_title .title-up:before {
    content: "Blog (ब्लग)";
}

.blog-category-in-the-news .banner_page_banner .banner_page_title .title-up:before {
    content: "In the News (समाचारमा)";
}

.blog-archive-view .banner_page_banner .banner_page_title .title-up:before {
    content: "Monthly Archives (मासिक अभिलेखहरू)";
} */



.blog-post-view-heading h2 {
    font-size: 2.3rem;
    font-weight: 600;
    margin: 0 0 20px;
    color: var(--red);
}




.blog-category-chai .banner_page_banner .banner_page_title, .blog-category-health .banner_page_banner .banner_page_title, .blog-category-media .banner_page_banner .banner_page_title , .blog-category-blog .banner_page_banner .banner_page_title , .blog-category-in-the-news .banner_page_banner .banner_page_title , .blog-category-all .banner_page_banner .banner_page_title , .blog-archive-view .banner_page_banner .banner_page_title {
    display: none;
}

.blog-category-chai .banner_page_banner, .blog-category-health .banner_page_banner, .blog-category-media .banner_page_banner , .blog-category-blog .banner_page_banner , .blog-category-in-the-news .banner_page_banner , .blog-category-all .banner_page_banner , .blog-archive-view .banner_page_banner {
    position: relative;
    padding: 1.8% 0;
}

.blog-category-chai .banner_page_banner:before , .blog-category-health .banner_page_banner:before , .blog-category-media .banner_page_banner:before , .blog-category-blog .banner_page_banner:before , .blog-category-in-the-news .banner_page_banner:before , .blog-category-all .banner_page_banner:before , .blog-archive-view .banner_page_banner:before {
    /* position: absolute;
    top: 13.5%;
    left: 0; */
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-family: 'Palatino';
    background: #92201d;
    background: -moz-linear-gradient(left, #92201d 0%, #ee2824 50%, #94211e 100%);
    background: -webkit-linear-gradient(left, #92201d 0%,#ee2824 50%,#94211e 100%);
    background: linear-gradient(to right, #92201d 0%,#ee2824 50%,#94211e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92201d', endColorstr='#94211e',GradientType=1 );
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: normal;
    display: block;
}


.blog-category-media .banner_page_banner:before {
    content: "Media";
}
/* .blog-category-media .banner_page_banner:after {
    content: "मिडिया";
    font-family: 'Nirmala UI';
} */

.blog-category-health .banner_page_banner:before {
    content: "Health";
}


.blog-category-chai .banner_page_banner:before {
    content: "Chai";
}

.blog-category-blog .banner_page_banner:before {
    content: "Blog";
}
/* .blog-category-blog .banner_page_banner:after {
    content: "ब्लग";
    font-family: 'Nirmala UI';
} */

.blog-category-in-the-news .banner_page_banner:before {
    content: "News";
}
/* .blog-category-in-the-news .banner_page_banner:after {
    content: "समाचार";
    font-family: 'Nirmala UI';
} */

.blog-category-all .banner_page_banner:before {
    content: "News";
}
/* .blog-category-all .banner_page_banner:after {
    content: "सबै नयाँ अपडेटहरू";
    font-family: 'Nirmala UI';
} */

.blog-archive-view .banner_page_banner:before {
    content: "Monthly Archives";
}
/* .blog-archive-view .banner_page_banner:after {
    content: "मासिक अभिलेखहरू";
    font-family: 'Nirmala UI';
} */

.banner-nepali-script {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-weight: normal;
    color: var(--red-light);
    letter-spacing: 0;
    font-family: 'Nirmala UI';
    line-height: normal;
    display: block;
}


/* 
.blog-category-media .banner_page_banner:after , .blog-category-blog .banner_page_banner:after , .blog-category-in-the-news .banner_page_banner:after , .blog-category-all .banner_page_banner:after , .blog-archive-view .banner_page_banner:after {
    
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-weight: normal;
    color: var(--red-light);
    letter-spacing: 0;
    font-family: 'Nirmala UI';
    line-height: normal;
    display: block;
} */






/* Sherpachai-gallery-tabs */


.cms-life-at-sherpa-chai .columns .column.main, .cms-sherpa-chai-giving .columns .column.main, .cms-our-cocktail-recipes .columns .column.main, .cms-what-is-sherpa-chai .columns .column.main, .cms-sherpachai-expedition .columns .column.main {
    padding-bottom: 0;
}
.cms-life-at-sherpa-chai footer.page-footer, .cms-sherpa-chai-giving footer.page-footer, .cms-our-cocktail-recipes  footer.page-footer, .cms-what-is-sherpa-chai  footer.page-footer, .cms-sherpachai-expedition  footer.page-footer {
    margin-top: 0;
}



.sherpa-gallery-tabs .about-title {
    font-size: 46px;
    text-align: center;
    color: var(--red);
}

.sherpa-gallery-tabs {
    padding: 4rem 0 7rem;
    margin-top: 3rem;
    position: relative;
}

.sherpa-gallery-tabs .about-title:first-letter {
    font-size: 100%;
}

.custom-tab-img {
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.custom-tab a:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.custom-tab-img-content {
    position: absolute;
   /* top: 100%;*/
       bottom: -100%;
    left: 0;
  /*  height: 100%;*/
  height: auto;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(149,19,19,0.83);
    font-size: 20px;
    color: #fff;
    padding: 4% 2%;
    font-weight: bold;
    z-index: 99;
}
.custom-tab-img-content p {
    line-height: 26px;
}
.custom-tab-img:hover .custom-tab-img-content {
   /* top: 73%;*/
   bottom: 0;
}

.custom-tabs-block {
    border-bottom: none;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.custom-tab-img {
    margin-bottom: 30px;
}

.custom-tabs-block span {
    margin-bottom: 0;
    float: inherit;
    flex: 1;
    display: flex;
    justify-content: center;
}

.custom-tabs-block span a {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Oswald',sans-serif;
    border: none;
    color: #656565;
    line-height: 40px;
    background-color: transparent;
}

.custom-tabs-block span a.active, .custom-tabs-block span a.active:hover, .custom-tabs-block span a.active:focus {
    color: var(--dark);
    border: none;
    font-size: 28px;
    background-color: transparent;
}

.custom-tabs-block span a:before {
    content: "";
    width: 60px;
    border-top: 5px solid var(--red);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 90px;
}

.custom-tabs-block span a:hover, .custom-tabs-block span a:focus {
    color: var(--dark);
    border: none;
    font-size: 28px;
    background-color: transparent;
}


.custom-tabs-block span {
    width: 100%;
    padding-bottom: 10px;
}

/* .custom-tabs-slider .owl-buttons {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}

.custom-tabs-slider .owl-controls .owl-buttons>div {
    top: 10px;
} */

.home_page_nepali_flag .nepalese-flag-banner {
    margin: 0 30px 20px;
    text-align: center;
    /* background: #8a0a08 url(wysiwyg/home3/nepalese-flag/flag-texture.png) center center repeat; */
    position: relative;
    overflow: hidden;
    padding:15px 20px;
    color: #fff;
    background-color: #e9eff9;
}
/* .home_page_nepali_flag .nepalese-flag-banner:before {
    background-image: url(wysiwyg/home3/home-banner-overlap-img.png);
    background-position: top left;
    left: 0px;
    top: 10%;
    width: 270px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    pointer-events: none;
}
.home_page_nepali_flag .nepalese-flag-banner:after {
    background-image: url(wysiwyg/home3/home-banner-overlap-img2.png);
    background-position: bottom left;
    right: 0px;
    bottom: 36%;
    width: 315px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    pointer-events: none;
} */






.nepalese-flag-banner h4 {
   font-size: 20px;
    background: #fff;
    display: inline-block;
    margin: -25px 0 25px 0;
    color: #8a0a08;
    text-transform: uppercase;
    padding: 5px 25px;
    border-radius: 0 0 20px 20px;
}
.nepalese-flag-banner ul li {
    display: inline-block;
    /* margin: 0 10px;
    background: #9c2321;
    padding: 10px 1rem; */
    /* border-radius: 0 30px 0 30px; */
    transition: all 0.5s ease-in-out 0s;
    /* width: 13%; */
    position: relative;
    /* border: 1px solid #9c2321; */
}
.nepalese-flag-banner ul li:hover{
    /* background: #fff; */
    /* border: 1px solid #9c2321; */
   
}
.nepalese-flag-banner ul li img {
    border: 2px solid #bfbfbf;
    border-radius: 3px;
          max-height: 70px;
          position: relative;
          /* top: 24px; */
          transition: all 0.5s ease-in-out 0s;
}
.nepalese-flag-banner ul li .flag-name {
    margin-top: 0;
    font-size: 13px;
    color: #201f1f;
    padding-top: 5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0 20px 0 20px;
    line-height: 20px;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0; 
    position: relative;
    top: -33px;
    width: 200px;
    left: -70px;
}

.nepalese-flag-banner ul li .flag-name strong {
    font-weight: 800;
}

.nepalese-flag-banner ul li:hover img
{
    position: relative;
    /* top: 0; */
}
.nepalese-flag-banner ul li:hover .flag-name
{
    opacity: 1;
    top: 10px;
}
.nepalese-flag-banner ul li span.flag-meaning {
    display: block;
    line-height: 1;
    color: #8a0a08;
}

.home_page_nepali_content .home-banner-top {
    margin: 0 30px 20px;
    padding: 20px 0;
    text-align: center;
    background-color: #cdd7d9;
    position: relative;
    overflow: hidden;
    background: url(wysiwyg/home3/bg-about1.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-top-overlap-img:before, .banner-top-overlap-img:after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    pointer-events: none;
}
 /*.banner-top-overlap-img:before {
    background-image: url(wysiwyg/home3/climber-isolated-transparent.png);
    background-position: top left;
    left: 0px;
    top:4%;
    width: 270px;
}
.banner-top-overlap-img:after {
    background-image: url(wysiwyg/home3/home-banner-overlap-img2.png);
    background-position: bottom left;
    right: 0px;
    bottom: 15%;
    width: 315px;
} */

/* .home-banner-top-heading:before {
    content: "";
    height: 562px;
    width: 562px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #261616;
    z-index: -1;
    border: 14px solid #eaad9c;
} */


.home_page_nepali_content .home-banner-top-heading {
    font-size: 61px;
    padding: 2.157rem 0;
    color: var(--red);
    font-family: 'Palatino';
    text-transform: uppercase;
    position: relative;
}
.home_page_nepali_content .home-banner-top-heading span.green-color {
    font-family: 'Calibri';
    /* color: #648e29; */
    display: inline-block;
    vertical-align: baseline;
}

.home_page_nepali_content .home-banner-top-heading span.nepali-fonts {
    display: block;
    font-size: 37px;
    font-weight: 400;
    font-family: 'Nirmala UI';
    color: #e53c33;

}



.home_page_nepali_content .home-banner-top-heading {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#92201d+0,ee2824+50,94211e+100 */
    background: #92201d; /* Old browsers */
    background: -moz-linear-gradient(left,  #92201d 0%, #ee2824 50%, #94211e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #92201d 0%,#ee2824 50%,#94211e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #92201d 0%,#ee2824 50%,#94211e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92201d', endColorstr='#94211e',GradientType=1 ); /* IE6-9 */
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
  -webkit-background-clip: text;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
    line-height: 1;
    padding: 1.5rem 0;
    display: inline-block;
}

.home_page_nepali_content .home-banner-top-heading span.green-color {
    font-size: 44px;
    margin-bottom: 15px;
    display: block;
}





.cms-page-view .columns.layout.layout-1-col.row, .customemail-index-index .columns.layout.layout-1-col.row {
    margin-left: 0;
    margin-right: 0;
}

.cms-page-view .columns.layout.layout-1-col.row .col-main.column.main.col-lg-12.col-md-12.col-sm-12.col-xs-12, 
.customemail-index-index .columns.layout.layout-1-col.row .col-main.column.main.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}


/* Home page Newsletter Popup */

#newsletter_pop_up {
    padding: 0;
    max-width: 100%;
}
#newsletter_pop_up .btn-close {
    background-color: var(--red);
    z-index: 1;
}
.section-newsletter .block.newsletter .short_text {
    position: relative;
}

#newsletter_pop_up .section-newsletter .block.newsletter .control {
    width: 82%;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
}

#newsletter_pop_up .section-newsletter .newsletter #newsletter {
    border: 2px solid #ccc;
    padding: 0 0 0 20px;
}
#newsletter_pop_up .actions .subscribe.primary {
    background-color: transparent;
}
#newsletter_pop_up .section-newsletter .block.newsletter .control .subscribe-bottom input[type=checkbox] {
    width: auto;
    margin: 0 5px 0 0;
}

#newsletter_pop_up .section-newsletter .block.newsletter .control .subscribe-bottom label {
    display: inline-block;
    vertical-align: middle;
}






/* Pemba-book-page */
.pemba-book-section {
    margin-top: 3.5rem;
}
.cms-pemba-book .page-title-wrapper {
    display: none;
}
.pemba-about-images .pemba-about-images-box {
    height: 500px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
}
.pemba-about-images .pemba-about-images-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pemba-about-images .pemba-about-images-box .pemba-about-images-caption {
    position: absolute;
    top: 82%;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    background-color: rgba(149,19,19,0.83);
}
.pemba-about-images .pemba-about-images-box .pemba-about-images-caption h3 {
    font-size: 22px;
    color: #fff;
    padding-top: 15px;
}
/* .pemba-book-title {
    background: url(wysiwyg/home3/fixed-img.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-attachment: fixed;
    position: relative;
}
.pemba-book-title:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.pemba-img-contant {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.pemba-img-contant strong {
    display: block;
    font-size: 44pt;
    font-size: 3.1vw;
    font-weight: normal;
    color: #fff;
    font-family: 'Oswald',sans-serif;
    line-height: normal;
}
.pemba-book-subtitle {
    font-size: 21px;
    font-size: 1.1vw;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
} */

.pemba-book-title {
    text-align: center;
    margin-bottom: 50px
}
.pemba-book-title strong {
    display: block;
    font-size: 44pt;
    font-weight: normal;
    color: var(--red);
    font-family: 'Oswald',sans-serif;
    line-height: normal;
}
.pemba-book-title .pemba-book-subtitle {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--dark);
}
.pemba-about-images {
    margin-bottom: 80px;
    margin-top: 30px;
}
.pemba-sherpa-about h2 {
    font-size: 28px;
    font-weight: 800;
}
.pemba-sherpa-about p.description {
    font-size: 16px;
    line-height: 24px;
}
.pemba-book-block {
    position: relative;
    margin-bottom: 80px;
}
.pemba-heading {
    font-size: 62px;
    line-height: 1.7;
    margin-left: -130px;
    margin-top: 40px;
}
.pemba-subheading {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
}
.pemba-book-block-img {
    position: relative;
}
.pemba-book-block-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(150,150,150,.1);
}
.pemba-heading strong {
    background-color: #fff;
    padding-left: 20px;
}
.pemba-book-btn {
    margin-top: 30px;
    text-align: center;
}
/* .pemba-book-btn a {
    border: 2px solid var(--red);
    padding: 18px 30px;
    font-size: 20px;
    border-radius: 3px;
    color: var(--dark);
    display: inline-block;
    text-transform: uppercase;
} */
.pemba-book-btn a {
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    color: #606060;
    padding: 14px 20px;
    border: 2px solid #606060;
}
.pemba-book-btn a:hover {
    background-color: var(--red);
    color: #fff;
    border-color: var(--red);
}

.pemba-parallax-block {
    position: relative;
    padding: 3rem 0;
    text-align: center;
}
.pemba-parallax-block:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 0;
}
.pemba-fixed-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pemba-parallax-img {
    /* background: url(wysiwyg/home3/pemba-book-parallax-img.jpg); */
    background: url(wysiwyg/home3/fixed-image.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}
.pemba-parallax-content {
    position: relative;
    color: #fff;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    /* background-color: rgba(0,0,0,0.3); */
    padding: 3rem;
}
.pemba-parallax-content p {
    line-height: 1.6;
    margin-bottom: 30px;
}
.pemba-parallax-content p em {
    font-style: italic;
}


/* Home-page-Call-to-action */

/* .cms-index-index .page-footer .footer-static-container:before {
    border-width: 32px 170px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    left: 50%;
    right: auto;
    width: 19%;
    transform: translateX(-50%);
    background-image: none;
} */


.custom-newsletter-popup {
    height: 100% !important;
}
.custom-newsletter-popup .section-newsletter {
    background: none;
}

/* .section-newsletter-action {
    margin-bottom: 85px;
} */
.section-newsletter {
    margin-bottom: 0;
}
.section-newsletter-action .row {
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-newsletter-action{

    display: none !important;
}
.section-call-to-action {
    background: url(wysiwyg/home3/newsletter-bg-img.jpg) center center;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 50px;
    height: 100%;
    
}
.section-call-to-action:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 250px;
    height: 200px;
    background: url(wysiwyg/home3/call-to-action-bg-img.png) center center no-repeat;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-size: contain;
    pointer-events: none;
}
.section-call-to-action .call-to-action-block {position: relative;}
.call-action-logo {
    margin-bottom: 15px;
}
.call-action-logo img {
    height: 85px;
}
.call-to-action-content .title {
    color: #2d2d2d;
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Oswald',sans-serif;
    font-weight: 800;
    display: block;
    line-height: normal;
}
.call-to-action-content .sub-title {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.2;
    color: #606060;
    width: 90%;
    margin: 0 auto 30px;
}
.call-to-action-button a {
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    color: #951313;
    padding: 14px 20px;
    border: 2px solid #951313;
}
.call-to-action-button a:hover {
    background-color: #951313;
    color: #fff;
}

.box-blog .blog-image a img {
    width: 100%;
    height: 365px;
    object-fit: cover;
}


/* new designer css */
.threeicons img{
    max-height: 140px;    margin: 15px auto 30px;    border: #e8e8e8 solid 1px;    padding: 15px;    border-radius: 8px;    
    box-shadow: rgb(51 51 51 / 7%) 2px 2px 10px;    background: #f9f9f9;
}
.topmargin{
    margin-top: 32px;    border: #eee solid 1px; padding: 20px 15px;    border-radius: 8px;    box-shadow: rgb(51 51 51 / 7%) 2px 2px 10px;
}
.count-div .media-left img{
    max-width: 80px;
}
.our-story .box1 .listdiv {
    background-color: #fff;
}
.our-story .listdiv:hover {
    background-color: #fff;
}
.our-story .listdiv {
    border: #ecf1f2 solid 2px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.05);
    background: #f7f7f7;
    text-align: center;
}
.our-story .listdiv:last-child{
    margin-right: 0;
}
.socialmedia-impact .leftdiv:before{
    background: #a16d00;
    content: "";
    position: absolute;
    left: 15px;
    bottom: -25px;
    height: 100%;
    width: 91%;
    z-index: 0;

}
.socialmedia-impact .leftdiv img{
    position: relative;
    z-index: 1;
}
.count-div h2.media-heading:after{
    content: none;
}
.count-div h2.media-heading{
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: left;
}
.count-div .media-body{
    padding-left: 20px;
}
ul.social-icons li .fa{
    vertical-align: middle;
    font-size: 2rem;
}
.leftdiv{
    padding-left: 2.5rem;      margin-top: 24px;
}
.about-video iframe{
    z-index: 9;
    position: relative;
    border-radius: 15px;
}

ol.listdiv{
    list-style: circle;    padding-left: 18px;
}
ol.listdiv li{
    margin: 21px 0;
    list-style: circle;
    font-weight: 600;
    font-size: 16px;
}
.investment .about-content-img:before{
    right: auto;
    left: 0;
}
.investment .about-content-img img{
       padding-left: 0;
    margin: 0;
}
.investment h3.about-title{
    color: var(--red);
}
.investment{
    padding: 25px 0;
}
.investment .investment-listing{
    clear: both;
    /* margin-top: 6rem; */
    margin-top: 1.5rem;
    display: inline-block;
    width: 100%;
    border-top: #eee solid 1px;
    padding-top: 4rem;
}
.investment .investment-listing .listdiv{
    padding: 1rem;       font-size: 16px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 0.03);
    transition: all 0.3s ease-in-out 0s;
}
.investment .investment-listing h4{
    color: var(--red);
    background: #fff;
    padding: 15px;
    margin: -17px -16px 20px -17px;
    border-radius: 10px 10px 0 0;
    border-bottom: #ecf1f2 solid 2px;
    position: relative;
}
.investment .investment-listing .listdiv p{
    min-height: 122px;line-height: 24px;
}
.investment .investment-listing .listdiv:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    /* z-index: 9; */
    BACKGROUND: #FFF;
}

/* .arrow_box {
	position: relative;
	background: #fff;
	border: 2px solid #ecf1f2;
} */
.investment-listing h4:after, .investment-listing h4:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.investment-listing h4:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.investment-listing h4:before {
	border-color: rgba(236, 241, 242, 0);
	border-top-color: #ecf1f2;
	border-width: 18px;
	margin-left: -18px;
}





/* Gallery-page */
.sherpa-gallery-block {
    margin-top: 3.5rem;
}
.cms-sherpa-gallery .page-main>.page-title-wrapper {
    text-align: center;
}
.cms-sherpa-gallery .page-main>.page-title-wrapper .page-title .base {
    /* font-size: 44pt;
    font-size: 3.1vw;
    font-weight: normal;
    text-transform: none; */
    font-size: 24px;
    margin: 20px 0 50px;
}
.cms-sherpa-gallery .page-main>.page-title-wrapper .page-title .base::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 5px;
    width: 60px;
    border-radius: 50rem;
}
.sherpa-gallery-block .gallery-box {
    margin-bottom: 30px;
}
.sherpa-gallery-block .gallery-img img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}
.img-hover a {
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.img-hover a:before {
    background: rgba(149, 19, 19, 0.1);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 0;
    z-index: 99;
    border-radius: 15px;
}
.img-hover a:hover:before {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out;
}
.img-hover a:after {
    z-index: 99;
    background: rgba(149, 19, 19, 0.1);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    border-radius: 15px;
}
.img-hover a:hover:after {
    top: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out;
}
.img-hover a:hover img {
    transform: scale(1.1);
    
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out;
}




/* Privacy-page */
.privacy-policy h2 {
    font-size: 18px;
    color: #333;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-family: 'Oswald',sans-serif;
    display: block;
    margin-top: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.privacy-policy h2:before {
    content: "";
    width: 20px;
    border-top: 3px solid var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}




.street .control .field.additional .required-symbol {
    display: none !important;
}





/* FAQ-Page */

.cms-faq  .column.main
{
    padding-bottom:0;
}    
.FAQ-Wrapper
{
padding:60px 0 0 0;	
}
.FAQ-Wrapper .panel-group .panel {

    border: #ecf1f2 solid 1px;
    box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.05);
    background: #fff;
    margin-bottom: 15px;
}
.FAQ-Wrapper .panel-group .panel-heading {
    padding: 0;
        background-color: #fff;
}
.FAQ-Wrapper .panel-group .panel-heading h4{
        font-size: 18px;
}
.FAQ-Wrapper .panel-title a
{
     display: block;
    font-weight: 700;
    background: #fff;
    padding: 25px 35px 25px 22px;
    position: relative;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    border: 0;
}

.FAQ-Wrapper .panel-title a:hover{
	text-decoration:none;
	       background:#fff;

}

.FAQ-Wrapper .panel-body p
{
		font-family: 'Lato', sans-serif;
            font-size: 16px;    line-height: 24px;
            margin-bottom: 0;
}

.FAQ-Wrapper  .panel-collapse.collapse.in
{
	   background:#fff;
}
.FAQ-Wrapper .faq-title 
{
    font-size: 24px;
    text-align: left;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.FAQ-Wrapper .faq-title::before
{
    content: "";
    width: 30px;
    border-top: 3px solid var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}

.FAQ-Wrapper .panel-title a.collapsed:before {
    content: "\f078";
}
.FAQ-Wrapper .panel-title a:before {
    content: "\f077";
    position: absolute;
       right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-weight: 900;
       color: var(--red);
}
.FAQ-Wrapper .panel-group .panel .panel-collapse .panel-body{
           border-top-color: #e8e8e8;
           padding: 25px;
}
.section-newsletter .newsletter h4{
        font-size: 37px;
    color: #951313;
}
.section-newsletter .newsletter #newsletter{
        background: #fff;font-size: 17px;
}


.custom-newsletter-popup .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.custom-newsletter-popup .newsletter-popup-img {
    padding: 40px;
}
.custom-newsletter-popup .newsletter-popup-img img {max-width: 100%;}
.section-newsletter .block.newsletter h3 {font-size: 0; position: relative;}
.section-newsletter .block.newsletter h3:before {
    content: "";
    background: url(../media/wysiwyg/home3/top-heading-logo.png) no-repeat;
    height: 65px;
    width: 200px;
    display: block;
    margin: 0 auto;
    background-size: contain;
}
.custom-newsletter-popup .section-newsletter .block.newsletter h3:before {
    margin: 0;
}









/* Client Changes - 24-09-2020 -------Start------- */

.breadcrumbs {
    display: none !important;
}


/* Home Page Feature Products */


.cms-index-index .box-featured .rokan-featuredproduct .product-item .featuredproduct-col-img {
    padding-right: 0;
}
.cms-index-index .box-featured .rokan-featuredproduct .product-item .product-photo {
    max-width: 270px;
    overflow: hidden;
    position: relative;
    padding: 0;
}
.cms-index-index .box-featured .rokan-featuredproduct .product-item .product-info {
    padding: 0 0 0 10px;
}

.cms-index-index .box-featured .rokan-featuredproduct .product-item .product-info .product-name a {
    font-size: 20px;
    color: #222222;
    font-weight: 700;
}
.cms-index-index .box-featured .rokan-featuredproduct .product-item .product-info .product-item-description {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: italic;
    color: #606060;
    max-height: 90px;
}



.cms-index-index .box-featured .rokan-featuredproduct .product-item .product-info .product-item-description p {
    display: none;
}
.cms-index-index .box-featured .rokan-featuredproduct .product-item .product-info .product-item-description p:first-child {
    display: block;
}

.cms-index-index .box-featured .rokan-featuredproduct .product-item .product-info .price-box .price {
    font-size: 18px;
}

.cms-index-index .box-featured .rokan-featuredproduct .product-item .product-info .actions-primary {
    position: static;
    margin-top: 20px;
}

.cms-index-index .box-featured .rokan-featuredproduct .product-item .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cms-index-index .box-featured .rokan-featuredproduct .product-item .featuredproduct-col-content {
    /* border: 1px solid var(--lightgray); */
    margin-right: 15px;
}

.cms-index-index .box-featured .rokan-featuredproduct .product-item .product-info .actions-primary .action.primary {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    text-align: center;
    width: auto;
    border-radius: 3px;
}




/* Category page changes - 24-09-2020 */

.page-products .product-item-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-grid .item-inner .product-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
}

form.category-products-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-item .product-info, .product-list-item .product-info {
    padding-right: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-item .product-info .product-name, .product-list-item .product-info .product-name {
    margin-bottom: 5px;
}
.product-item .product-info .price-box, .product-list-item .product-info .price-box {
    margin-top: auto;
}
.product-item .btn-add-to-cart, .product-list-item .btn-add-to-cart {margin-right: 2px;}



/* Client Changes - 24-09-2020 -------End------- */




/* Owl Carousel 2 custom css--------Start---------- */

.owl.owl-carousel .owl-nav {
    width: 100%;
    right: 0;
    top: 40%;
}

.owl.owl-carousel .owl-nav {
    text-align: center;
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.owl.owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}


.owl.owl-carousel .owl-nav>button {
    font-size: 0;
    color: transparent;
    width: 40px;
    height: 40px;
    background: rgba(86,82,82,0.2);
    position: absolute;
    z-index: 10;
    border-radius: 100%;
    top: 40%;
    z-index: 1;
}

.owl.owl-carousel .owl-nav>button:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
    line-height: 39px;
    color: #fff;
    margin-right: 3px;
}
.owl.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
.owl.owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
    margin-left: 3px;
}


.owl.owl-carousel .owl-nav>button > span {
    display: none;
}

.owl.owl-carousel .owl-dots {
    text-align: center;
}

.owl.owl-carousel .owl-dots > button {
    background-color: transparent;
    border: 2px solid var(--red);
    height: 10px;
    width: 10px;
    margin: 10px 2px 0;
}

.owl.owl-carousel .owl-dots > button.owl-dot.active {
    background-color: var(--red);
}





.owl.owl-carousel .owl-nav>button {
    top: 46.5%;
}

.owl.owl-carousel .owl-nav .owl-prev {
    left: -10px;
}
.owl.owl-carousel .owl-nav .owl-next {
    right: -10px;
}
.owl.owl-carousel .owl-nav>button:hover {
    background-color: var(--red);
    color: #fff;
}





.wrapper_slider .owl.owl-carousel {
    overflow: hidden;
}
.wrapper_slider .owl.owl-carousel .owl-nav>button {
    width: 60px;
    height: 60px;
    opacity: 0;
    background: rgba(0,0,0,0.1);
    transition: all 700ms ease 0s;
}
.wrapper_slider .owl.owl-carousel .owl-nav .owl-prev {
    left: -100px;
}
.wrapper_slider .owl.owl-carousel .owl-nav .owl-next {
    right: -100px;
}
.wrapper_slider .owl.owl-carousel:hover .owl-nav>button {
    opacity: 1;
}

.wrapper_slider .owl.owl-carousel:hover .owl-nav .owl-prev {
    left: 40px;
}
.wrapper_slider .owl.owl-carousel:hover .owl-nav .owl-next {
    right: 40px;
}





.wrapper_slider .owl.owl-carousel .owl-nav>button:before {
    line-height: 60px;
    font-size: 24px;
    transition: all 500ms ease 0s;
}



.wrapper_slider .owl.owl-carousel .owl-nav>button:hover {
    background: #fff;
}
.wrapper_slider .owl.owl-carousel .owl-nav>button:hover:before {
    color: #1f1f1f;
}




.custom-tabs-slider.owl.owl-carousel .owl-nav {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}
.custom-tabs-slider.owl.owl-carousel .owl-nav>button {
    top: 10px;
}

.distributer-slider.owl.owl-carousel .owl-nav {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}
.distributer-slider.owl.owl-carousel .owl-nav>button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.distributer-slider.owl.owl-carousel .owl-nav .owl-prev {
    left: -15px;
}
.distributer-slider.owl.owl-carousel .owl-nav .owl-next {
    right: -15px;
}

.foundation-slider.owl.owl-carousel .owl-nav {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}
.foundation-slider.owl.owl-carousel .owl-nav>button  {
    background-color: rgba(86,82,82,0.7);
}
.foundation-slider.owl.owl-carousel .owl-nav>button ::before {
    font-size: 26px;
}






/* Owl Carousel 2 custom css--------End---------- */









@-webkit-keyframes wave {
    0% {
      box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
      -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);
    }
    20% {
      box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.1);
      -webkit-transform: translate3d(0, 0, 0) rotateZ(-2deg) rotateY(0deg);
    }
    40% {
      box-shadow: 4px 5px 20px 0 rgba(0, 0, 0, 0.4);
      -webkit-transform: translate3d(0, 0, 0) rotateZ(-1deg) rotateY(0deg);
    }
    60% {
      box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
      -webkit-transform: translate3d(0, 0, 0) rotateZ(1deg) rotateY(0deg);
    }
    80% {
      box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.3);
      -webkit-transform: translate3d(0, 0, 0) rotateZ(2deg) rotateY(0deg);
    }
    100% {
      box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
      -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);
    }
}




.nepalese-flag-banner {
    position: relative;
    z-index: 1;
}

/* .nepalese-flag-banner:before {
    content: "";
    width: 85%;
    height: 130px;
    position: absolute;
    top: -78px;
    border-bottom: 2px solid #bfbfbf;
    left: 50%;
    transform: translateX(-50%);
} */


.nepalese-flag-banner:before {
    content: "";
    width: 85%;
    height: 75px;
    position: absolute;
    top: 0px;
    background: url(wysiwyg/home3/nepalese-flag/flag-rope.png) no-repeat;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
}





/* .nepalese-flag-img {
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve3d;
    -webkit-transform-origin: 0 250px;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);
    transform: translate3d(0, 0, 0) rotateZ(5deg) rotateY(0deg);
    -webkit-animation-name: wave;
    -webkit-animation-duration: 8s;
    -webkit-animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: wave;
    animation-duration: 8s;
    animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
} */

/* .nepalese-flag-banner.about-story:before {
    top: -66px;
} */

  .nepalese-flag-banner ul li {
    width: 60px;
    height: 70px;
    /* overflow: hidden; */
    position: relative;
    margin: 50px 6% 80px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}

.nepalese-flag-banner ul li:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,.25) 0%, rgba(255,255,255,.25) 15%, rgba(0,0,0,.25) 30%, rgba(255,255,255,.25) 45%, rgba(0,0,0,.25) 60%, rgba(255,255,255,.25) 75%, rgba(0,0,0,.25) 90%);
    -webkit-animation-name: flutter;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
    -webkit-animation-iteration-count: infinite;
  
}

.nepalese-flag-banner ul li:nth-child(1) {
    top: -15px;
    transform: rotate(5deg);
}
.nepalese-flag-banner ul li:nth-child(2) {
    top: 5px;
    transform: rotate(2deg);
}
.nepalese-flag-banner ul li:nth-child(3) {
    top: 11px;
}
.nepalese-flag-banner ul li:nth-child(4) {
    top: 5px;
    transform: rotate(-2deg);
}
.nepalese-flag-banner ul li:nth-child(5) {
    top: -15px;
    transform: rotate(-5deg);
}


@-webkit-keyframes flutter {
    0% {
      background-position: -200% 0px;
    }
    30% {
      background-position: -60% 5px;
    }
    70% {
      background-position: 70% -5px;
    }
    100% {
      background-position: 200% 0px;
    }
}



.custommenu.navigation li.level0.classic .subchildmenu li.level1.classic:hover .subchildmenu {
    visibility: visible;
    opacity: 1;
    left: 0 !important;
}
.custommenu.navigation li.level0.classic .subchildmenu li.level1.classic:hover .submenu {
    z-index: 2;
}



.yellow_grad_border {
    border-image: linear-gradient(to right, #d08735 0%,#f5b640 50%,#d08735 100%);
    border-image-slice: 1;
    border-width: 15px !important;
}

/* .yellow_grad_border::before {
    border-top-color: #f5b640 !important;
    border-width: 22px !important;
    margin-left: -22px !important;
} */
.yellow_grad_border:before {
    height: 38px !important;
    width: 38px !important;
    /* background-color: #f5b640; */
    background-color: #f0af3e;

    top: 93% !important;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) rotate(45deg);
    border: none !important;
    margin-left: 0 !important;
    pointer-events: none;
}
.yellow_grad_border::after {
    height: 30px !important;
    width: 30px !important;
    background-color: #fff;
    position: absolute;
    top: 82% !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(45deg);
    border: none !important;
    margin-left: 0 !important;
    pointer-events: none;
}

.blue_red_grad_border {
    border-image: linear-gradient(to right, #47578f 0%,#7888c2 50%,#ed3f35 50%,#ac3d36 100%);
    border-image-slice: 1;
    border-width: 15px !important;
}
.blue_red_grad_border:before {
    height: 38px !important;
    width: 38px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7888c2+0,7888c2+50,ed3f35+50,ed3f35+100 */
    background: rgb(120,136,194); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgb(113 129 187) 0%, rgb(120,136,194) 50%, rgb(237,63,53) 50%, rgb(228 63 53) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgb(113 129 187) 0%,rgb(120,136,194) 50%,rgb(237,63,53) 50%,rgb(228 63 53) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgb(113 129 187) 0%,rgb(120,136,194) 50%,rgb(237,63,53) 50%,rgb(228 63 53) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7888c2', endColorstr='#ed3f35',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    top: 93% !important;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) rotate(45deg);
    border: none !important;
    margin-left: 0 !important;
    pointer-events: none;
}
.blue_red_grad_border::after {
    height: 30px !important;
    width: 30px !important;
    background-color: #fff;
    position: absolute;
    top: 82% !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(45deg);
    border: none !important;
    margin-left: 0 !important;
    pointer-events: none;
}



.product-view .product-info-main .product-options-wrapper .fieldset .field .label {
    font-weight: 700;
    font-size: 15px;
}
.product-view .product-info-main .product-options-wrapper .fieldset .field .options-list .field.choice {
    display: inline-block;
    margin: 5px 20px 5px 0;
}

.product-view .product-info-main .product-options-wrapper .fieldset .field .options-list .field.choice input.checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    top: 0;
}

.product-view .product-info-main .product-options-wrapper .fieldset .field .options-list .field.choice .label {
    line-height: normal;
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-weight: 600;
    font-size: 13px
}





.cocktail-images img {
    max-height: 420px;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
    margin-top: 10px;
    border-radius: 20px;
}





#locator_filter .column_left .center #store_list .list {
    align-items: center;
    margin-bottom: 20px;
    background: #f1f1f1;
    
}
#locator_filter .column_left .center #store_list .list:last-child {
    margin-bottom: 0;
}
.storelocator-index-index #locator_filter .column_left .center #store_list .list .image {
    flex: 0 0 40%;
    max-width: 100%;
    margin: 15px 0 15px;
    text-align: center;
}
.storelocator-index-index #locator_filter .column_left .center #store_list .list .location-information {
    flex: 0 0 60%;
    margin: 15px 0 10px !important;
    padding: 0 10px;
}
.storelocator-index-index .location-information h2, .gm-style .gm-style-iw-c .locator-title, #store_list_view .location .location-information h2 {
    font-family: 'Lato', sans-serif;
}
#locator_filter .column_left .block-content #current-address .input-box #locator-search {
    height: 50px;
}
.storelocator-index-index #locator_filter .column_left .block-content {
    margin-bottom: 0;
}

.gm-style .gm-style-iw-c .store .image {
    text-align: center;
    margin-bottom: 10px;
}

#store_list_view .location {
    border: 1px solid #e1e1e1;
}
#store_list_view .location .image, #store_list_view .location .location-information {
    padding: 20px 15px 0;
    margin-top: 0 !important;
}
.storelocator-index-index .location-information div {
    line-height: 1.5;
}







.checkout-index-index .address-information .two-fields {
    width: 100%;
}


.our-story-page-main-title h2 {
    font-size: 32px;
    text-transform: inherit;
    margin-top: 0;
}



.text-margin, .privacy-policy  {
    margin-top: 30px;
}

.privacy-policy ul {
    padding-left: 40px;
    list-style: disc;
}
.privacy-policy ul li {
    list-style: disc;
}

.privacy-policy strong {
    font-weight: 600;
}
.checkout-agreements-item-content {
    text-align: left;
}

.checkout-agreements-item-content h1 {
    text-align: center;
    margin-bottom: 20px;
}






.category-slider-img {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 17px;
    background-color: #000;
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
}


.cart-gift-item .gift-item-block .title {
    width: 100%;
    padding: 4px 15px;
    border-radius: 0;
    border: none;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 18px;
    background-color: #4a4a4a;
    color: #fff;
    box-shadow: none !important;
    position: relative;
}
.cart-gift-item .gift-item-block .title:hover {
    background-color: var(--red);
}
.cart-gift-item .gift-item-block .title::after {
    content: "\f06b";
    font: normal normal normal 24px/1 FontAwesome;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.cart-gift-item .gift-item-block .content {
    border: 1px solid var(--red);
    background-color: #fafafa;
}
.cart-gift-item .gift-item-block .content .gift-options-title {
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 15px;
    color: #333;
}
.cart-gift-item .gift-item-block .content .gift-options-content .field label {
    width: 15%;
    font-size: 14px;
    color: #333;
    padding: 6px 15px;
}
.cart-gift-item .gift-item-block .content .gift-options-content .field .control {
    width: 84.2%;
}

.cart-gift-item .gift-item-block .content button.modal-close {
    position: relative;
    z-index: 9;
    text-shadow: none;
    color: #4a4a4a;
    opacity: 0.5;
}

.cart-gift-item .gift-item-block .content button.modal-close:hover {
    color: var(--red);
    opacity: 1;
    background-color: transparent;
}


.card-columns-grid .card-grid {
    width: 100%;
    display: inline-block;
}
.card-columns-grid .card-grid .gallery-box {
    margin-bottom: 1.25rem;
}

.card-columns-grid .card-grid img {
    height: auto;
    object-fit: inherit;
}


/*custom-email*/


.formdiv label.label{    margin-bottom: 10px !important;}
.formdiv .control input,
.custom-email-form textarea,
.custom-email-form select {
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: none !important;
    outline: none !important;
}
.formdiv .actions-toolbar .primary button.submit{    padding: 17px 50px;    margin-right: 0;    font-size: 16px;    font-weight: 600;    text-transform: capitalize;}
.custom-email-form.formdiv{     background: #fbfbfb;    padding: 35px 40px;    border-radius: 0;    border: #eee solid 1px;}
.custom-email-form-block .banner_page_title{    white-space:normal;}
.custom-email-from-section .subheadin{    text-align: center;    font-weight: 800;    text-transform: uppercase;    color: var(--red);}

.describe-checkbox-button {
    display: inline-block;
    margin: 5px 30px 5px 0;
}
.describe-checkbox-button input[type="checkbox"] {
    display: inline-block;
    padding: 0;
}
.custom-email-form .fieldset.row {
    display: flex;
    flex-wrap: wrap;
}





/*Blog--them-style-----*/

.custom-blog-content-section {
    padding: 30px;
    background-color: var(--lightgray);
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #ecf1f2;
}

.author-detail-section {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.author-detail-section img {
    border-radius: 50%;
}
.author-detail-section .author-details {
    margin-left: 20px;
}
.author-detail-section .author-details .author-name {
    margin-bottom: 0;
}
.custom-blog-content-section h3 {
    margin-top: 25px;
}




/* --------Expedition-page-CSS------------- */

.expedition-section1 {
    margin-bottom: 60px;
}
.expedition-page-main-title h2 {
    font-size: 36px;
    text-transform: inherit;
    margin: 2rem 0 4rem;
}
.expedition-section1 .about-title {
    color: var(--red);
}
.expedition-section1 .about-title::first-letter {
    font-size: 28px;
}
.about-block.expedition-section1 .img-box img {
    box-shadow: none;
}
.detailed-itinerary-box {
    margin-bottom: 10px;
    margin-top: 70px;
}
.detailed-itinerary-title {
    font-size: 28px;
    color: var(--red);
    margin-top: -35px;
}
.detailed-itinerary-dates {
    padding: 0 3rem;
}
.detailed-itinerary-dates span {
    font-size: 20px;
    display: block;
    text-align: left;
    font-weight: 600;
    margin: 10px 0px;
    text-decoration: underline;
}
.expedition-section2 {
    padding: 60px 0;
}
.detailed-itinerary-col-box {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 38px rgba(138,135,135,0.1);
}
.detailed-itinerary-heading {
    background-color: var(--red);
    padding: 20px 14px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}
.detailed-itinerary-content {
    padding: 40px 30px 50px;
}
.detailed-itinerary-content img {
    width: 75%;
    display: block;
    margin: 0 auto 30px;
}
.accommodations-box {
    text-align: center;
    margin-top: 30px;
}
.accommodations-box strong {
    font-size: 20px;
    font-weight: 800;
    margin-left: 5px;
}

.detailed-itinerary-row {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    grid-column-gap: 30px;
    column-gap: 30px;
    orphans: 1;
    widows: 1;
}
.detailed-itinerary-col-box {
    display: inline-block;
    margin: 35px 0 0;
}
.expedition-section3 {
    padding: 50px 0 60px;
}
.tips-section h2 {
    text-align: left;
    color: #201f1f;
    font-size: 32px;
    font-family: Oswald,sans-serif;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 800;
    padding-bottom: 18px;
    margin-bottom: 2rem;
    margin-top: 10px;

}
.tips-section h2:after, .tour-usp-box h3:after, .tour-leader-box h3:after {
    content: "";
    width: 60px;
    border-top: 5px solid var(--red);
    position: absolute;
    left: 0%;
    bottom: 0;
    border-radius: 90px;
}

.registration-info, .tour-leader-section {
    padding: 50px 0 60px;
}

.registration-info h3 {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    color: var(--red);
    margin: 10px 0 2rem;
}
.registration-details div {
    margin: 20px 0;
    font-size: 28px;
    color: #4a4a4a;    
    display: inline-block;
    width: 100%;

}
.registration-details strong {
    font-family: Oswald,sans-serif;
    font-size: 28px;
    font-weight: 800;
}
.registration-details small {
    color: var(--red);
    font-size: 20px;
}

.tour-usp-box h3, .tour-leader-box h3 {
    font-size: 32px;
    color: var(--dark);
    text-align: left;
    position: relative;
    font-weight: 800;
    padding-bottom: 18px;
    margin-bottom: 2rem;
    margin-top: 30px;
}
.tour-usp-box ul {
    padding-left: 20px;
}
.tour-usp-box li {
    list-style: disc;
    font-size: 18px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.tour-leader-box h3 {
    margin-top: 10px;
}


.expedition-book-section {
    padding-top: 80px;
    margin-top: 0;
}
.expedition-book-section .pemba-heading strong {
    background-color: #f6f6f6;
}




/* Expedition Product CSS--------Start------ */
.expedition-product-desc {
    font-style: normal;
}
.expedition-product-desc p {
    margin-bottom: 2px;
}
.expedition-product-desc strong {
    font-weight: 600;
}
.product-view .product-info-main .product-options-wrapper .fieldset .field p.note {display: none;}
.product-view .product-info-main .product-options-wrapper .fieldset .field .label, .product-view .product-info-main .product-options-wrapper .fieldset .field .legend {
    font-weight: 700;
    font-size: 15px;
    white-space: normal;
    line-height: normal;
}
.product-view .product-info-main .product-options-wrapper .fieldset .field.date .fieldset-product-options-inner .control {
    position: relative;
}
.product-view .product-info-main .product-options-wrapper .fieldset .field.date .fieldset-product-options-inner .control input, .product-view .product-info-main .product-options-wrapper .fieldset .field input {
    border: 1px solid #eee;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    color: #7b7b7b;
    margin-right: 0;
    width: 100%;
}
.product-view .product-info-main .product-options-wrapper .fieldset .field.date .fieldset-product-options-inner .control button.ui-datepicker-trigger {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

/* Expedition Product CSS--------End------ */





/* ----Checkout-page-card-section------Starts-------- */

.checkout-card-detail-sec {
    margin: 5px 0 !important;
    padding: 10px 0 !important;
    width: 100%;
}

.checkout-card-detail-sec #square_form_fields .label-name {
    font-size: 14px;
    width: 30%;
}
.checkout-card-detail-sec #square_form_fields .input-wrap {
    width: 65%;
    padding: 8px 5px;
}

/* ----Checkout-page-card-section------Ends-------- */


.rokanthemes-onepagecheckout .opc-wrapper #payment {
    margin-top: 0;
}




@media (min-width: 576px) {
    .fancybox-wrap.fancybox-opened {
        width: 500px !important;
    }
    .fancybox-wrap.fancybox-opened .fancybox-inner {
        width: 100% !important;
    }

    .cms-our-story .nepalese-flag-banner {
        overflow: hidden;
    }
    
}

@media (min-width: 768px) {

.custom-email-form.formdiv .fieldset .field:last-child{    margin: 0 0 29px;}
    .card-columns-grid {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

    .custom-newsletter-popup .block.newsletter .field {
        margin-right: 10px;
    }

.rokanthemes-onepagecheckout-full.checkout-index-index .nav-toggle {display: none !important;}

    .product-view .product-info-main .page-title .base {
        font-size: 24px;
    }
    .quick-view-content .product-info-main .product-add-form .box-tocart .field.qty {
        display: inline-block;
        margin-bottom: 20px;
    }
    .quick-view-content .product-info-main .product-add-form .box-tocart .actions {
        width: calc(100% - 135px);
        display: inline-block;
    }
    .product-view .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart, .product-add-form .box-tocart .action.tocart {
        width: 100%;
    }

    .about-block16 .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }

    .cms-index-index .header-container .header .logo {
	    margin-top: -55px;
    }
    
    .blog-category-view .columns.layout-1-col.row .col-lg-3.col-md-3.col-sm-3.col-xs-12 , .blog-archive-view .columns.layout-1-col.row .col-lg-3.col-md-3.col-sm-3.col-xs-12 , .blog-search-index .columns.layout-1-col.row .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
        position: sticky;
        top: 0;
        height: 100%;
    }
    

    
}

@media (min-width: 992px) {
    .wishlist-index-index .products-grid .product-item {
        width: 33.33333333%;
    }


    

    

}

@media (min-width: 1024px)  {
    .table-wrapper.comparison .table-comparison .cell {
        width: 234px !important;
    }
    .cms-about-us .page-main.container, .cms-our-story .page-main.container, .cms-business-overview .page-main.container, .cms-our-team .page-main.container, .cms-investment-opportunities .page-main.container, .cms-sherpa-gallery .page-main.container, .cms-page-view .page-main.container, .customemail-index-index .page-main.container {
        width: 100%;
        padding: 0;
    }
    
    .cms-about-us .header-container, .blog-index-index .header-container, .blog-category-view .header-container, .blog-archive-view .header-container, .blog-search-index .header-container, .blog-post-view .header-container, .cms-our-story .header-container, .cms-our-team .header-container, .cms-business-overview .header-container, .cms-investment-opportunities .header-container, .cms-sherpa-gallery .header-container, .cms-page-view .header-container, .customemail-index-index .header-container {
        margin-bottom: 0;
    }
    
    .cms-about-us .page-wrapper>.breadcrumbs, .blog-index-index .page-wrapper>.breadcrumbs, .blog-category-view .page-wrapper>.breadcrumbs, .blog-archive-view .page-wrapper>.breadcrumbs, .blog-search-index .page-wrapper>.breadcrumbs, .blog-post-view .page-wrapper>.breadcrumbs, .cms-our-story .page-wrapper>.breadcrumbs, .cms-our-team .page-wrapper>.breadcrumbs, .cms-business-overview .page-wrapper>.breadcrumbs, .cms-investment-opportunities .page-wrapper>.breadcrumbs, .cms-sherpa-gallery .page-wrapper>.breadcrumbs, .cms-page-view .page-wrapper>.breadcrumbs {
        position: absolute;
        top: 252px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: inline-block;
        width: auto;
        z-index: 1;
        white-space: nowrap;
    }
    
    .cms-about-us .page-wrapper>.breadcrumbs .container, .blog-index-index .page-wrapper>.breadcrumbs .container, .blog-category-view .page-wrapper>.breadcrumbs .container, .blog-archive-view .page-wrapper>.breadcrumbs .container, .blog-search-index .page-wrapper>.breadcrumbs .container, .blog-post-view .page-wrapper>.breadcrumbs .container, .cms-our-story .page-wrapper>.breadcrumbs .container, .cms-our-team .page-wrapper>.breadcrumbs .container, .cms-business-overview .page-wrapper>.breadcrumbs .container, .cms-investment-opportunities .page-wrapper>.breadcrumbs .container, .cms-sherpa-gallery .page-wrapper>.breadcrumbs .container, .cms-page-view .page-wrapper>.breadcrumbs .container {
        max-width: inherit;
        width: auto;
    }
    
    .cms-about-us .page-wrapper>.breadcrumbs a, .blog-index-index .page-wrapper>.breadcrumbs a, .blog-category-view .page-wrapper>.breadcrumbs a, .blog-archive-view .page-wrapper>.breadcrumbs a, .blog-search-index .page-wrapper>.breadcrumbs a, .blog-post-view .page-wrapper>.breadcrumbs a, .cms-our-story .page-wrapper>.breadcrumbs a, .cms-our-team .page-wrapper>.breadcrumbs a, .cms-business-overview .page-wrapper>.breadcrumbs a, .cms-investment-opportunities .page-wrapper>.breadcrumbs a, .cms-sherpa-gallery .page-wrapper>.breadcrumbs a, .cms-page-view .page-wrapper>.breadcrumbs a {
        font-weight: bolder;
        color: #737272;
    }
    
    .cms-about-us .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .blog-index-index .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .blog-category-view .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .blog-archive-view .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .blog-search-index .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .blog-post-view .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .cms-our-story .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .cms-our-team .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .cms-business-overview .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .cms-investment-opportunities .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .cms-sherpa-gallery .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after, .cms-page-view .page-wrapper>.breadcrumbs ul li.item:not(:last-child):after {
        font-weight: bold;
        color: #737272;
    }
    
    .cms-about-us .page-wrapper>.breadcrumbs li strong, .blog-index-index .page-wrapper>.breadcrumbs li strong, .blog-category-view .page-wrapper>.breadcrumbs li strong, .blog-archive-view .page-wrapper>.breadcrumbs li strong, .blog-search-index .page-wrapper>.breadcrumbs li strong, .blog-post-view .page-wrapper>.breadcrumbs li strong, .cms-our-story .page-wrapper>.breadcrumbs li strong, .cms-our-team .page-wrapper>.breadcrumbs li strong, .cms-business-overview .page-wrapper>.breadcrumbs li strong, .cms-investment-opportunities .page-wrapper>.breadcrumbs li strong, .cms-sherpa-gallery .page-wrapper>.breadcrumbs li strong, .cms-page-view .page-wrapper>.breadcrumbs li strong {
        font-weight: bolder;
    }

    

}

@media (min-width: 1200px) {
    .catalog-category-view .page-wrapper>.breadcrumbs, .contact-index-index .page-wrapper>.breadcrumbs {
        position: absolute;
        top: 252px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: inline-block;
        width: auto;
        z-index: 1;
    }
    .catalog-category-view .page-wrapper>.breadcrumbs .container, .contact-index-index .page-wrapper>.breadcrumbs .container {
        max-width: inherit;
        width: auto;
    }
    .catalog-category-view .page-wrapper>.breadcrumbs a, .contact-index-index .page-wrapper>.breadcrumbs a {
        font-weight: bolder;
        color: #737272;
    }
    .catalog-category-view .page-wrapper>.breadcrumbs .item:not(:last-child):after, .contact-index-index .page-wrapper>.breadcrumbs .item:not(:last-child):after {
        font-weight: bold;
        color: #737272;
    }
    .catalog-category-view .page-wrapper>.breadcrumbs li strong, .contact-index-index .page-wrapper>.breadcrumbs li strong {
        font-weight: bolder;
    }

    .product-media .fotorama-item.fotorama .fotorama__stage {
        width: 470px !important;
        height: 470px !important;
    }
    .product-media .fotorama-item.fotorama .fotorama__stage .fotorama__stage__frame .fotorama__img {
        max-height: 75%;
    }
    .product-view .product-info-main .page-title .base {
        font-size: 30px;
    }
    /* .fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb img.fotorama__img {
        max-height: 110px;
        width: auto;
        padding: 0 25px;
    } */
    /* .product-view .box-tocart .actions, .product-options-bottom .box-tocart .actions {
        width: 79.9%;
    } */
    
    .products.list.products-list .item.product-item .product-info {
        border: 1px solid var(--lightgray);
    }

    .cms-index-index .box-featured .rokan-featuredproduct .product-item {
        max-width: inherit;
    }
    
}

@media(min-width:1825px) and (max-width:1900px) {
    .nepalese-flag-banner ul li {margin-top: 2.8%;}
    .nepalese-flag-banner ul li:nth-child(2), .nepalese-flag-banner ul li:nth-child(3), .nepalese-flag-banner ul li:nth-child(4) {margin-top: 2.6%;}
}

@media(min-width:1601px) and (max-width:1824px) {
    .aboutus-right-section {width: 54%;}
    .catalog-category-view .page-wrapper>.breadcrumbs, .contact-index-index .page-wrapper>.breadcrumbs {top: 230px;}
    .cms-about-us .page-wrapper>.breadcrumbs, .blog-index-index .page-wrapper>.breadcrumbs, .blog-category-view .page-wrapper>.breadcrumbs, .blog-archive-view .page-wrapper>.breadcrumbs, .blog-search-index .page-wrapper>.breadcrumbs, .blog-post-view .page-wrapper>.breadcrumbs, .cms-our-story .page-wrapper>.breadcrumbs, .cms-our-team .page-wrapper>.breadcrumbs, .cms-business-overview .page-wrapper>.breadcrumbs, .cms-investment-opportunities .page-wrapper>.breadcrumbs, .cms-sherpa-gallery .page-wrapper>.breadcrumbs, .cms-page-view .page-wrapper>.breadcrumbs {top: 235px;}

    .nepalese-flag-banner ul li {margin-top: 2.8%;}
    .nepalese-flag-banner ul li:nth-child(2), .nepalese-flag-banner ul li:nth-child(3), .nepalese-flag-banner ul li:nth-child(4) {margin-top: 2.6%;}
}

@media (max-width: 1600px) {
    .aboutus-left-img {width: 38%;}
    .aboutus-right-section {margin: 0 0 0 20px;}
    .aboutus-content {margin: 16px 40px 0 0;}
    .aboutus-content p {font-size: 17px;}
    .cms-index-index .product-item .product-photo .product-image-photo, .cms-index-index .product-list-item .product-photo .product-image-photo {max-height: 80%;}
    .rokan-newproduct .product-item .product-photo .product-image-photo, .rokan-newproduct .product-list-item .product-photo .product-image-photo {max-height: 80%;}

}

@media(min-width:1401px) and (max-width:1600px) {
    .section-newsletter:before {height: 320px;width: 211px;}
    .section-newsletter:after {height: 158px;width: 189px;}
    .catalog-category-view .page-wrapper>.breadcrumbs, .contact-index-index .page-wrapper>.breadcrumbs {top: 210px;}
    .cms-about-us .page-wrapper>.breadcrumbs, .blog-index-index .page-wrapper>.breadcrumbs, .blog-category-view .page-wrapper>.breadcrumbs, .blog-archive-view .page-wrapper>.breadcrumbs, .blog-search-index .page-wrapper>.breadcrumbs, .blog-post-view .page-wrapper>.breadcrumbs, .cms-our-story .page-wrapper>.breadcrumbs, .cms-our-team .page-wrapper>.breadcrumbs, .cms-business-overview .page-wrapper>.breadcrumbs, .cms-investment-opportunities .page-wrapper>.breadcrumbs, .cms-sherpa-gallery .page-wrapper>.breadcrumbs, .cms-page-view .page-wrapper>.breadcrumbs {top: 215px;}

    /* .section-call-to-action:before {width: 40%; height: 34%;} */

    .nepalese-flag-banner ul li {margin-top: 2.8%;}
    .nepalese-flag-banner ul li:nth-child(2), .nepalese-flag-banner ul li:nth-child(3), .nepalese-flag-banner ul li:nth-child(4) {margin-top: 2.4%;}


}

@media(min-width:1201px) and (max-width:1400px) {
    .nepalese-flag-banner ul li {margin-top: 2.8%;}
    .nepalese-flag-banner ul li:nth-child(2), .nepalese-flag-banner ul li:nth-child(3), .nepalese-flag-banner ul li:nth-child(4) {margin-top: 2.4%;}
}

@media(min-width:1200px) and (max-width:1400px) {
    .catalog-category-view .page-wrapper>.breadcrumbs, .contact-index-index .page-wrapper>.breadcrumbs {top: 190px;}
    .cms-about-us .page-wrapper>.breadcrumbs, .blog-index-index .page-wrapper>.breadcrumbs, .blog-category-view .page-wrapper>.breadcrumbs, .blog-archive-view .page-wrapper>.breadcrumbs, .blog-search-index .page-wrapper>.breadcrumbs, .blog-post-view .page-wrapper>.breadcrumbs, .cms-our-story .page-wrapper>.breadcrumbs, .cms-our-team .page-wrapper>.breadcrumbs, .cms-business-overview .page-wrapper>.breadcrumbs, .cms-investment-opportunities .page-wrapper>.breadcrumbs, .cms-sherpa-gallery .page-wrapper>.breadcrumbs, .cms-page-view .page-wrapper>.breadcrumbs {top: 195px;}
    .section-newsletter:before {width: 140px;height: 200px;}
    .section-newsletter:after {width: 190px;height: 154px;}
    .call-to-action-content .sub-title {width: 100%;}
    /* .section-call-to-action:before {width: 37%; height: 27%;} */

    /* .blog-category-media .banner_page_banner:before, .blog-category-blog .banner_page_banner:before, .blog-category-in-the-news .banner_page_banner:before, .blog-category-all .banner_page_banner:before, .blog-archive-view .banner_page_banner:before, .catalog-category-view .category-image:before {
        top: 30.5%;
        transform: translateY(-50%);
        top: 5.5%;
    }
    .blog-category-media .banner_page_banner:after, .blog-category-blog .banner_page_banner:after, .blog-category-in-the-news .banner_page_banner:after, .blog-category-all .banner_page_banner:after, .blog-archive-view .banner_page_banner:after, .catalog-category-view .category-image:after {
        top: auto;
        bottom: 21.5%;
    } */
}


@media (max-width: 1200px) {
    .new-arrival-banner-text {left: 6%;bottom: 8%;}
    .new-arrival-banner-text .new-arrival-title {font-size: 22px;font-size: 2vw;}
    .new-arrival-banner-text .new-arrival-main-heading {font-size: 34px;font-size: 3.4vw;}
    .new-arrival-banner-text .new-arrival-subheading {font-size: 22px;font-size: 2vw;margin: 10px 0 40px;}
    .new-arrival-banner-text .new-arrival-shop-btn {font-size: 18px;font-size: 1.8vw; padding: 8px 18px;}
    .aboutus-left-img {width: 48%;}
    .aboutus-right-section {width: 50%;margin: 0 0 0 15px;}
    .aboutus-heading h2 {font-size: 22px;margin-bottom: 6px;}
    .aboutus-heading em {font-size: 17px;}
    .aboutus-content {margin: 10px 18px 0 0;}
    .aboutus-content p {font-size: 16px;}
    .section-newsletter:before {height: 187px;width: 140px;}
    .section-newsletter:after {height: 160px;width: 190px;}
    .product-item .product-photo .product-image-photo, .product-list-item .product-photo .product-image-photo,
    .cms-index-index .product-item .product-photo .product-image-photo, .cms-index-index .product-list-item .product-photo .product-image-photo {max-height: 80%;}
    .products.list.products-list .item.product-item .product-info .product-photo .product-image-photo {max-height: 300px;}

    .wishlist-index-index .product-items .product-item .product-item-photo .product-image-photo {max-height: 200px;}

    .contactpage-banner, .banner_page_banner {margin-bottom: 30px;}
    /* .contactpage-title, .banner_page_title {top: 50%;} */
    .contact-index-index .breadcrumbs {margin: 0;}
    .contactpage-title strong, .banner_page_title strong {font-size: 32px;}
    .contactpage-title span, .banner_page_title span {font-size: 14px;}

    .sidebar .block-search.blog-search {width: 100%;}
    .rokan-newproduct .product-item .product-photo .product-image-photo, .rokan-newproduct .product-list-item .product-photo .product-image-photo {
        width: 80%;
        max-height: 80%;
    }

    
    .overlap-flower-img:before {top: 0%; width: 35%;}
    .overlap-flower-img:after {top: auto; bottom: -20%; width: 40%;}

    #newsletter_pop_up {max-width: 80%;}
    /* #newsletter_pop_up .section-newsletter .block.newsletter .control {width: 550px;} */

    .cms-index-index .box-featured .rokan-featuredproduct .product-item .row {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cms-index-index .box-featured .rokan-featuredproduct .product-item .product-info .product-item-description {
        display: none;
    }
    .cms-index-index .box-featured .rokan-featuredproduct .product-item .product-info {
        text-align: center;
    }

    .cocktail-images img {
        max-height: 335px;
    }

    .nepalese-flag-banner ul li {margin-top: 32px;}
    .nepalese-flag-banner ul li:nth-child(2), .nepalese-flag-banner ul li:nth-child(4) {margin-top: 25px;}
    .nepalese-flag-banner ul li:nth-child(3) {margin-top: 24px;}


    .product-item .addto-links-icons, .product-list-item .addto-links-icons {
        right: 15px;
    }
    .product-item .addto-links-icons .add-to-links li a, .product-list-item .addto-links-icons .add-to-links li a {
        visibility: inherit;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    .product-item:hover .product-photo .product-image-photo, .product-list-item:hover .product-photo .product-image-photo {
        opacity: 1;
        transform: inherit !important;
    }

}


@media(min-width:1024px) and (max-width:1200px) {
    .checkout-card-detail-sec #square_form_fields .input-wrap .sq-input {
        padding-left: 0;
    }
}

@media(min-width:1024px) and (max-width:1199px) {
    .contactpage-title span, .banner_page_title span {font-size: 12px;}
    .cms-about-us .page-wrapper>.breadcrumbs, .blog-index-index .page-wrapper>.breadcrumbs, .blog-category-view .page-wrapper>.breadcrumbs, .blog-archive-view .page-wrapper>.breadcrumbs, .blog-search-index .page-wrapper>.breadcrumbs, .blog-post-view .page-wrapper>.breadcrumbs, .cms-our-story .page-wrapper>.breadcrumbs, .cms-our-team .page-wrapper>.breadcrumbs, .cms-business-overview .page-wrapper>.breadcrumbs, .cms-investment-opportunities .page-wrapper>.breadcrumbs, .cms-sherpa-gallery .page-wrapper>.breadcrumbs, .cms-page-view .page-wrapper>.breadcrumbs {top: 180px;}
}

/* @media(min-width:1024px) and (max-width:1130px) {
    .navigation .level0>.level-top {    padding: 34px 5px;}
} */

@media (min-width: 1024px) and (max-width: 1240px) {
    .navigation .level0>.level-top {
        padding: 34px 0;
    }
    .navigation .level0 {
        margin: 0 6px 0 0;
    }
    }

@media(max-width:1023px) {
    .cms-about-us .header-container, .blog-index-index .header-container, .blog-category-view .header-container, .blog-archive-view .header-container, .blog-search-index .header-container, .blog-post-view .header-container, .cms-page-view .header-container, .customemail-index-index .header-container {
        margin-bottom: 0;
    }
    .cms-our-story .page-main.container, .cms-business-overview .page-main.container, .cms-our-team .page-main.container, .cms-investment-opportunities .page-main.container, .cms-sherpa-gallery .page-main.container, .cms-page-view .page-main.container, .customemail-index-index .page-main.container {
        width: 100%;
        padding: 0;
    }
    .page-wrapper>.breadcrumbs {display: none;}
    .owl.owl-carousel .owl-nav {
        opacity: 1;
        visibility: visible;
        filter: alpha(opacity=100);
    }
}

@media(min-width:768px) and (max-width:1600px) {
    .aboutus-main-box {
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media(min-width:993px) and (max-width:1199px) {
    .cms-about-us p {font-size: 14px;}

    /* .blog-category-media .banner_page_banner:before, .blog-category-blog .banner_page_banner:before, .blog-category-in-the-news .banner_page_banner:before, .blog-category-all .banner_page_banner:before, .blog-archive-view .banner_page_banner:before, .catalog-category-view .category-image:before {
        top: 35%;
        transform: translateY(-50%);
        top: 3%;
    }
    .blog-category-media .banner_page_banner:after, .blog-category-blog .banner_page_banner:after, .blog-category-in-the-news .banner_page_banner:after, .blog-category-all .banner_page_banner:after, .blog-archive-view .banner_page_banner:after, .catalog-category-view .category-image:after {
        top: auto;
        bottom: 10%;
    } */
    .nepalese-flag-banner:before {width: 95%;}
}

@media(min-width:993px) and (max-width:1399px) {
    
    .storelocator-index-index #locator_filter .column_left .center #store_list .list .image {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 35px 0 10px;
    }
    .storelocator-index-index #locator_filter .column_left .center #store_list .list .location-information {
        flex: 0 0 100%;
        text-align: center;
        margin: 15px 0 10px !important;
    }
}


@media(min-width:992px) and (max-width:1199px) {
    .call-to-action-content .title {font-size: 34px;}
    .call-to-action-content .sub-title {font-size: 22px;}
    .call-to-action-button a {font-size: 20px;padding: 10px 18px;}
    /* .section-call-to-action:before {width: 52%; height: 30%;} */
    
    .section-newsletter:before {height: 170px;width: 117px;}
    .section-newsletter:after {height: 140px;width: 168px;}
    .member-about p {
        font-size: 12px;
        line-height: 1.5;
    }
    .about-block8 .collaboration-box1 .sponsor-images-box1 img {
        width: 120px;
        height: 70px;
    }
    .about-block8 .collaboration-box1 .sponsor-images-box2 img {
        height: 120px;
    }
    ul.social-icons li {
        padding: 8px 14px;
    }
    .wishlist-index-index .product-item .box-tocart .field.qty .control div.mage-error[generated] {
        width: 200px;
        font-size: 9px;
    }

    .team-member-box:hover .member-about {
        height: 75%;
    }

    
    .detailed-itinerary-col-box {margin: 35px 0;}

    /* .nepalese-flag-banner:before {border-radius: 30%;} */
}



@media (max-width: 992px) {
    .new-arrival-banner-text .new-arrival-title {font-size: 30px;}
    .new-arrival-banner-text .new-arrival-main-heading {font-size: 54px;}
    .new-arrival-banner-text .new-arrival-subheading {font-size: 34px;}
    .new-arrival-banner-text .new-arrival-shop-btn {font-size: 34px;}
    .aboutus-left-img {width: 50%;}
    .aboutus-right-section {width: 49%;margin: 0;}
    .aboutus-heading {margin-left: 23px;}
    .aboutus-heading h2 {font-size: 22px;margin:10px 0 2px;}
    .aboutus-heading em {font-size: 16px;}
    .aboutus-content {margin: 6px 0px 0 23px;}
    .aboutus-content p {font-size: 14px;margin-bottom: 5px;}
    .aboutus-content a.collapse-btn.collapsed::after, .aboutus-content a.collapse-btn:not(.collapsed)::after {font-size: 14px;}
    /* .aboutus-content p:nth-child(2) {display: none;} */
    .section-newsletter:before {height: 170px;width: 117px;}
    .section-newsletter:after {height: 140px;width: 168px;}

    .product-item .product-photo .product-image-photo,
    .cms-index-index .product-item .product-photo .product-image-photo, .cms-index-index .product-list-item .product-photo .product-image-photo {max-height: 80%;}
    /* .product-list-item .product-photo .product-image-photo {max-height: 150px;} */
    .actions-toolbar .secondary a span {font-size: 12px;}
    .products.list.products-list .item.product-item .product-info {border: none; padding-right: 0;}

    .wishlist-index-index .products-grid .product-item {width: 50%;}

    .contactpage-title strong, .banner_page_title strong {font-size: 30px;}

    .page-not-found .error-heading {font-size: 25vw;line-height: 25vw;}
    h2.error-subheading {font-size: 6vw;line-height: 3vw;margin-bottom: 4rem;}
    .recipe-content-box img {margin-bottom: 20px;margin-top: 10px;}
    .bridge-content-box .bridge-img-col1 {padding-right: 15px;}
    .bridge-content-box .bridge-content-col1 {margin-top: 20px;}
    .bridge-content-col1, .bridge-content-col2 {padding: 0 15px;}
    .bridge-content-box .bridge-content-col2 {display: flex;flex-direction: column;order: 2;text-align: left;margin-top: 20px;}
    .bridge-content-box .bridge-img-col2 {display: flex;flex-direction: column;order: 1;padding-left: 15px;margin-top: 3rem;}

    .story-section, .foundation-section1 {
        margin-top: 3rem;
    }
    .bridge-block .description-box {
        margin: 25px 0;
    }
    
    .threeicons-block .col-md-4 {
        margin-bottom: 7rem;
    }
    .threeicons-block .col-md-4:last-child {
        margin-bottom: 0;
    }
    .about-block .img-box {
        text-align: center;
    }

    .label-box .row, .collaboration-box2 .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .label-box .description-box, .collaboration-box2 .description-box {
        order: 2;
        margin-top: 2rem;
    }
    .recipe-box .description-box, .collaboration-box1 .description-box {
        margin-top: 2rem;
    }
    .about-block3 .description-box {
        padding-right: 15px;
    }
    .current-distributer-col, .future-distributer-col {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .left-bg-border img {
        padding-right: 0px;
        border-width: 7px;
    }
    .left-bg-border:before {
        bottom: -7px;
        left: 8px;
    }
    .social-content-col {
        margin-top: 3rem;
    }
    .overlay-img {
        top: auto;
        left: -6%;
        transform: inherit;
        bottom: -3%;
    }
    .investment .about-content-img:before {
        bottom: -8px;
        left: 7px;
    }

    .wishlist-index-index .product-item .box-tocart .field.qty .control div.mage-error[generated] {
        width: 219px;
        font-size: 10px;
    }
    
    .overlap-flower-img:before {top: 0%; width: 40%;height: 60%;}
    .overlap-flower-img:after {top: auto; bottom: -30%; width: 40%; height: 100%;}
    .about-block13 .description-box {
        margin-top: 2.5rem;
    }

    .about-video iframe {
        width: 100%;
    }

    .girls-img {
        margin-bottom: 2rem;
    }

    .team-sherpa-group-box .team-member-content, .team-sherpa-group-box:hover .team-member-content {
        padding-top: 2%;
    }

    .banner-top-overlap-img:before, .banner-top-overlap-img:after {
        width: 30%;
        background-size: cover;
    }
    .banner-top-overlap-img:before {
        background-position: top right;
    }

    .catalog-category-view .category-image:before {font-size: 30px;}


    

    .blog-category-chai .banner_page_banner:before, .blog-category-health .banner_page_banner:before, .blog-category-media .banner_page_banner:before, .blog-category-blog .banner_page_banner:before, .blog-category-in-the-news .banner_page_banner:before, .blog-category-all .banner_page_banner:before, .blog-archive-view .banner_page_banner:before, .catalog-category-view .category-image:before, .contactpage-title .title-up, .banner_page_title .title-up {
        font-size: 30px;
    }

    /* .storelocator-index-index #locator_filter .column_left .center #store_list .list .image {
        flex: 0 0 40%;
        max-width: 100%;
        margin: 15px 0 15px;;
    }
    .storelocator-index-index #locator_filter .column_left .center #store_list .list .location-information {
        flex: 0 0 60%;
        margin: 15px 0 10px !important;
        padding: 0 10px;
    } */


    .nepalese-flag-banner ul li {margin-top: 27px;}
    .nepalese-flag-banner ul li:nth-child(2), .nepalese-flag-banner ul li:nth-child(4) {margin-top: 15px;}
    .nepalese-flag-banner ul li:nth-child(3) {margin-top: 12px;}
    
    .contact-social-info ul.link-follow {
        justify-content: space-around;
    }

}


@media (max-width: 991px) {
    .section-newsletter-action .section-newsletter {margin-bottom: 30px;}
    .about-block.expedition-section1 .img-box img {margin-bottom: 2.5rem;}
    .tour-leader-box.box1 {margin-bottom: 50px;}
}

@media(min-width:861px) and (max-width:1199px) {
    #one-step-checkout-form .payment-method .label span {margin-bottom: 25px;}
    #one-step-checkout-form .payment-method .label .stripe-icon-container.right {top: 24px;right: auto;left: 9%;}
    #one-step-checkout-form .payment-method .payment-method-title .payment-icon {top: 32px;left: 22px;right: auto;}
    .form.methods-shipping table.table-checkout-shipping-method{    min-width: 100% !important;}
}

@media(min-width:861px) and (max-width:991px) {
    .two-fields {width: 100%;}
    #stripe-payments-card-number {width: 165px;}
    #one-step-checkout-form .payment-method .stripe-payments-brand {top: -30px;left: 25px;}
    .pci-dss-info-text {width: 140px;top: 0px;left: -25px;}
    .three-columns-new-osc #one-step-checkout-form .checkout-review-load .data-table td h2 {font-size: 12px;display: block;}
    #one-step-checkout-form .checkout-review-load .data-table td dl.item-options, #one-step-checkout-form .checkout-review-load .data-table td dl.item-options .label {font-size: 9px;}
}

@media (max-width: 900px) {
    .nepalese-flag-banner ul li {
        margin-bottom: 50px;
    }
    .nepalese-flag-banner ul li .flag-name {
        background-color: #fff;
        z-index: 9;
        padding: 10px;
    }
}

@media(min-width:768px) and (max-width:1024px) {

  .custom-newsletter-popup .section-newsletter{
            padding: 8px 0 0 0;    margin: 0;
    }
    
    .nav-sections {
        float: right;
        margin-right: 7px;
    }
    .checkout-payment-method .payment-methods .checkout-billing-address .billing-address-same-as-shipping-block label span{    font-size: 12px;}

    .header-container .header .nav-toggle {
        display: inline-block;
        position: absolute;
        right: 125px;
        left: auto;
        top: 34px;
    }
    .header-container .header .col-logo {
        position: unset;
    }
    .sections.nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: -80%;
     left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 250px;
    }
    .nav-open .nav-sections {
        background: #fff;
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
        -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        box-shadow: 0 0 5px 0 rgb(50 50 50 / 75%);
        left: 0;
        z-index: 99;
    }
    .nav-open .nav-toggle:after {
        background: rgba(0,0,0,0.5);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .nav-toggle:before {
        color: #1f1f1f;
    }
    .nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative;
    }
    .nav-open .page-wrapper {
        left: 32%;
    }
    .navigation .level0>.level-top {
        color: var(--dark);
        padding: 14px 20px !important;
        text-decoration: none;
        display: block;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        font-size: 14px;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: 1px solid rgba(149, 19, 19,0.3);
    }
    .navigation li {
        width: 100%;
        text-align: left;
    }
    .navigation .level0.parent>a:after {
        position: absolute;
        border: 0;
        font-family: 'FontAwesome';
        content: "\f107";
        font-size: 16px;
        color: var(--dark);
        right: 20px;
        top: 14px;
    }
    .cms-index-index .header-top-social-icons {
        z-index: 1;
    }
    .navigation .level0 .submenu {
        box-shadow: none;
        padding-top: 0;
    }
    .custommenu.navigation li.ui-menu-item>a.ui-state-active, .custommenu.navigation .level0 .submenu.opened .subchildmenu li.ui-menu-item>a.ui-state-active {
        background-color: var(--red);
        color: #fff;
    }
    .custommenu.navigation .level0 .submenu.opened {
        border-bottom: 1px solid rgba(149, 19, 19,0.3);
        color: var(--dark);
        left: auto !important;
        border-radius: 0 !important;
    }
    .custommenu.navigation li.level0.classic .subchildmenu .subchildmenu {
        position: relative;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .navigation .level0 .submenu .submenu {
        left: 0 !important;
    }
    .navigation .level0 .submenu li.classic.parent .level1.submenu {
        visibility: hidden;
        height: 0;
        opacity: 0;
    }
    .navigation .level0 .submenu li.classic.parent .level1.submenu.opened {
        visibility: visible;
        height: auto;
        opacity: 1;
    }
    .navigation .level0 .submenu li.classic.parent .level1.submenu.opened ul.subchildmenu {
        left: 0 !important;
        top: auto;
        background: #f6f5f5;
        visibility: visible;
        opacity: 1;
    }
    .navigation .level0:hover:after {
        height: calc(100%);
    }
    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left .3s ease-out;
    }
    .custommenu.navigation li.ui-menu-item>a.ui-state-active:after, .custommenu.navigation .subchildmenu li.ui-menu-item>a.ui-state-active:after {
        color: #fff;
    }
    .navigation .parent .level-top.ui-state-active:after {
        content: "\f105";
    }
    .custommenu.navigation .level0 .submenu.opened .subchildmenu {
        padding-left: 0;
        background-color: #f6f5f5;
    }
    .custommenu.navigation .level0 .submenu.opened .subchildmenu .ui-menu-item a {
        color: var(--dark);
        padding: 12px 30px;
        border-bottom: 1px solid #e7e7e7;
    }
    .navigation .submenu:not(:first-child) ul>li a {
        font-size: 14px;
        text-transform: capitalize;
        font-family: 'Lato', sans-serif;
    }
    .nav-sections-items .custommenu.navigation .submenu.level0 {
        height: 0;
        visibility: hidden !important;
        overflow-x: hidden !important;
    }
    .nav-sections-items .custommenu.navigation .submenu.level0.opened {
        height: auto;
        visibility: visible !important;
        opacity: 1;
    }
    .custommenu.navigation li.ui-menu-item>.open-children-toggle {
        width: 100%;
        height: 50px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        cursor: pointer;
    }
    .nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .custommenu.navigation li.level0.classic .subchildmenu {
        padding: 0;
    }
    .navigation .level0 .submenu .level1.parent a.level-top::after {
        content: "\f107";
    }
    .navigation .level0 .submenu .level1.parent a.level-top.ui-state-active:after {
        content: "\f105";
    }
    }

}

@media(min-width:768px) and (max-width:992px) {
    .navigation li.level0 {margin-right: 7px;}
    .nepalese-flag-banner ul li {margin-left: 4%; margin-right: 4%;}
}

@media(min-width:768px) and (max-width:991px) {
	.checkout-container #opc-sidebar .minicart-items .minicart-items-wrapper .minicart-items li{max-width: 100%;}
    .filter-content .filter-options .filter-options-content ol li a {font-size: 12px;}
    .products-list .product-item .product-item-details .addto-links-icons .actions-primary .tocart {padding: 0 10px;}
    
    /* .contactpage-title, .banner_page_title {left: 50%;right: auto;-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);} */
    .contactpage-title span, .banner_page_title span {font-size: 12px;}
    .pemba-about-images .pemba-about-images-box {margin-bottom: 30px;}
    .pemba-heading {margin-left: 0;margin-top: -150px;}

    /* .section-call-to-action:before {width: 40%;height: 50%;} */
    
    .navigation .level0>.level-top {font-size: 12px;}

    .member-about p {
        font-size: 15px;
    }

    .detailed-itinerary-col-box {margin: 35px 0;}

}
@media(min-width:800px) and (max-width:930px) {
    .header-container .header .minicart-wrapper {margin-left: 22px;}
    .header-container .header .header-top-setting {margin-left: 0;}
    .navigation li.level0 {margin-right: 5px;}
    .navigation .level0>.level-top {font-size: 10px;}
}
@media(min-width:768px) and (max-width:799px) {
    .navigation .level0>.level-top {padding: 34px 2px 10px;}
    .navigation .level0.parent>.level-top {
        padding-right: 16px;
    }   
    .navigation li.level0 {margin-right: 4px;}
    .navigation .level0>.level-top {font-size: 10px;}
    .navigation .level0.parent>a:after {right: 6px;} 
}

@media (max-width: 768px) {
    .field-tooltip .field-tooltip-content {border-color: #ca8989;}
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {left: auto;}
    .field-tooltip .field-tooltip-content::after {border-right-color: transparent; border-bottom-color: #fff;}
    .field-tooltip .field-tooltip-content:before {border-right-color: transparent; border-bottom-color: var(--red);}
    .one-step-checkout .address-information .shipping_address {margin-bottom: 25px;}
}

@media (max-width: 767px) {
    .formdiv label.label{margin-bottom: 0 !important;}  
    .custom-email-form.formdiv{    padding: 35px 15px;  }
    .custom-email-form-block .container>div{padding: 0}
    .formdiv .actions-toolbar .primary button.submit{    margin-top: 15px;}
    .card-columns-grid {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        grid-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }  

.newsletterpopup.custom-newsletter-popup{
        max-height: initial;    overflow-y: auto;
}
.newsletterpopup.custom-newsletter-popup .row>div{
        width: 100%;
}
#newsletter_pop_up .btn-close{
        border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;    right: 0;    top: 0;
}
.newsletterpopup.custom-newsletter-popup .section-newsletter{
        margin: 0;    padding: 0 20px;    text-align: center;
}


    .checkout-container #opc-sidebar .minicart-items .minicart-items-wrapper{    margin: 0;    padding: 15px 0 0 0;}
    .checkout-container #opc-sidebar .minicart-items .minicart-items-wrapper .minicart-items li{    max-width: 100%;}
    footer.page-footer .footer-static{    -ms-flex-wrap: wrap!important;    flex-wrap: wrap!important;}
    .columns .checkout-container .opc-estimated-wrapper{    background: #eee;    border: 0;  text-align: center;}
    .columns .checkout-container .opc-estimated-wrapper .estimated-block{  display: -ms-flexbox!important;
        display: flex!important;    -ms-flex-pack: justify!important;     width: 100%;
        justify-content: space-between!important;     -ms-flex-align: center!important;
        align-items: center!important;} 
    .columns .checkout-container .opc-estimated-wrapper .minicart-wrapper{display: none;}
    .columns .checkout-container .estimated-block span.estimated-price{    background: #fff;    color: #951313;    padding: 8px 20px;    border-radius: 40px;    border: #d8d8d8 solid 1px;}

    .navigation .level0.parent>a:after {
        font-size: 16px;
        color: var(--dark);
        right: 20px;
    }
    .custommenu.navigation li.ui-menu-item>.open-children-toggle {
        width: 100%;
        height: 50px;
    }
    .custommenu.navigation li.ui-menu-item>a.ui-state-active, .custommenu.navigation .level0 .submenu.opened .subchildmenu li.ui-menu-item>a.ui-state-active {
        background-color: var(--red);
        color: #fff;
    }
    .custommenu.navigation li.ui-menu-item>a.ui-state-active:after,
    .custommenu.navigation .subchildmenu li.ui-menu-item>a.ui-state-active:after {
        color: #fff;
    }
    .custommenu.navigation .level0 .submenu {
        padding-bottom: 0;
    }
    .custommenu.navigation .level0 .submenu.opened {
        border-bottom: 1px solid rgba(149, 19, 19,0.3);
        color: var(--dark);
    }
    .custommenu.navigation .level0 .submenu.opened .subchildmenu {
        padding-left: 0;
        background-color: #f6f5f5;
    }
    .custommenu.navigation .level0 .submenu.opened .subchildmenu .ui-menu-item a {
        color: var(--dark);
        padding: 12px 30px;
        border-bottom: 1px solid #e7e7e7;
    }
    .custommenu.navigation .level0 .submenu.opened .subchildmenu .ui-menu-item:last-child a, .custommenu.navigation .level0 .level1.submenu.opened .subchildmenu .ui-menu-item:last-child a {
        padding-bottom: 15px;
        border-bottom: none;
    }
    .custommenu.navigation .level0 .submenu.opened .subchildmenu .ui-menu-item a:focus, .custommenu.navigation .level0 .submenu.opened .subchildmenu .ui-menu-item a:active, .custommenu.navigation .level0 .submenu.opened .subchildmenu .ui-menu-item a:hover {
        background-color: #e8e8e8;
    }








    .navigation .level0 .submenu .level1.parent a:after {
        color: var(--dark);
    }
    
    .navigation .level0 .submenu .level1.parent a.level-top::after {
        content: "\f107";
    }
    
    .navigation .level0 .submenu .level1.parent a.level-top.ui-state-active:after {
        content: "\f105";
    }
    .custommenu.navigation .submenu.level0.opened .level1.submenu {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }
    .custommenu.navigation .submenu.level0.opened .level1.submenu.opened {
        visibility: visible;
        height: auto;
        border-bottom: none;
        opacity: 1;
    }
    .custommenu.navigation .level0 .level1.submenu.opened .subchildmenu .ui-menu-item a {
        padding-left: 40px;
        border-bottom: 1px solid #e7e7e7;
    }
    









    .investment .investment-listing .listdiv p{
        min-height: auto;
    }
    .nav-open .nav-sections {
        background: #fff;
    }
    .navigation {padding-right: 0;}
    .navigation .level0>.level-top {
        color: var(--dark);
        border-bottom: 1px solid rgba(149, 19, 19,0.3);
    }
    .navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top, .navigation .level0>.level-top:hover {
        background-color: var(--red);
        color: #fff;
        border-bottom-color: var(--red);
    }




    .section-newsletter .block.newsletter .control {
        width: 100%;
        margin-top: 50px;
    }
    .section-newsletter {
        margin-top: 85px;
        position: relative;
        overflow: hidden;
    }
    .section-newsletter:before {
        top: -30px;
        left: 0;
        background-size: contain;
        height: 140px;
        width: 96px;
    }
    .section-newsletter:after {
        bottom: -30px;
        right: 0;
        background-size: contain;
        height: 190px;
        width: 160px;
    }
    .new-arrival-banner-text {bottom: 10%;left: 7%;}
    .new-arrival-banner-text .new-arrival-title {font-size: 24px;}
    .new-arrival-banner-text .new-arrival-main-heading {font-size: 38px;}
    .new-arrival-banner-text .new-arrival-subheading {font-size: 24px;margin-top: 10px;margin-bottom: 30px;}
    .new-arrival-banner-text .new-arrival-shop-btn {font-size: 22px;padding: 8px 18px;}
    .aboutus-mob-left-img {
        display: block;
        height: 280px;
        text-align: center;
        padding-top: 30px;
    }
    .aboutus-left-img {
        display: none;
    }
    .aboutus-right-section {
        width: 100%;
        padding: 15px;
        margin: 0;
        text-align: center;
    }
    .aboutus-content {
        margin: 30px 0px 0 0;
    }
    .aboutus-heading {margin-left: 0;}

    .product-item .product-photo .product-image-photo, .product-list-item .product-photo .product-image-photo,
    .cms-index-index .product-item .product-photo .product-image-photo, .cms-index-index .product-list-item .product-photo .product-image-photo {max-height: 80%;}

    .page-footer .footer-static-container .footer-static .footer-links .title:hover:after {background: var(--red);}

    .products.list.products-list .item.product-item .product-info {border: none;}
    .products.list.products-list .actions-primary {margin-bottom: 0;}
    .quick-view-content .product-options-bottom .box-tocart {margin-bottom: 20px;}
    .quick-view-content .product-add-form .box-tocart .field.qty {display: inline-block;margin-bottom: 20px;}
    .quick-view-content .product-info-main .box-tocart .actions,
    .quick-view-content .product-options-bottom .box-tocart .actions {display: inline-block; width: calc(100% - 135px);}
    .product-view .product-info-main .page-title .base {font-size: 30px; margin-top: 20px;}

    .product.data.items>.item.title>.switch {height: auto; line-height: normal;}

    /* .modal-popup.confirm._show {z-index: 10002 !important;}
    .modals-overlay {z-index: 10001 !important;} */
    .modal-popup.confirm._show .modal-inner-wrap {width: 100%;}
    .modal-popup.confirm._show .modal-inner-wrap .modal-content {
        padding: 10px 30px 10px 0;
    }

    .account .col-main .block:not(.widget) .block-title>strong, [class^='sales-guest-'] .col-main .block:not(.widget) .block-title>strong, .sales-guest-view .col-main .block:not(.widget) .block-title>strong {
        font-size: 18px;
        color: #201f1f;
        position: relative;
        font-weight: 500;
    }
    .sales-order-view .block-content .box, .sales-order-invoice .block-content .box {
        margin-top: 20px;
    }
    .form-edit-account .field.choice input[type="checkbox"] {
        display: inline-block;
        margin-top: 0;
        top: 2px;
    }
    .form-newsletter-manage .field.choice input[type="checkbox"] {
        display: inline-block;
        top: 0px;
        margin-top: 0;
    }
    .form-newsletter-manage .field.choice .label {
        line-height: 18px;
    }

    .table-responsive {border: none;}
    .wishlist-index-index .product-items .product-item .product-item-photo {margin-right: 0; float: inherit;}
    .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
        margin-left: 0;
    }
    .wishlist-index-index .products-grid.wishlist  .product-item .box-tocart {
        float: inherit;
        margin: 0;
    }
    .account .wishlist-toolbar .toolbar-amount {
        float: left;
        position: relative;
        z-index: 1;
        padding: 0;
    }
    .account .wishlist-toolbar .limiter {
        float: right;
        position: relative;
        z-index: 1;
        clear: inherit;
    }
    
    .wishlist-index-index .product-item .box-tocart .product-item-actions {width: calc(100% - 87px)}
    table#shopping-cart-table tr.item-info td.item .product-item-photo .product-image-container {width: 34px !important;}
    .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {width: 33.3333%;padding: 20px 0;}
    .cart.table-wrapper .col.qty .control.qty {position: relative;}
    .cart.table-wrapper .col.qty .control.qty label input {height: 33px;}
    .cart.table-wrapper .col.qty .control.qty div.mage-error[generated] {position: absolute;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);background-color: #fff;padding: 2px 10px;border: 1px solid #951313;}
    .cart.table-wrapper .col.qty .control.qty div.mage-error[generated]:before {content: "";position: absolute;top: -2px;height: 10px;width: 10px;background-color: #fff;-webkit-transform: rotate(45deg) translateX(-50%);transform: rotate(45deg) translateX(-50%);border-top: 1px solid #951313;border-left: 1px solid #951313;left: 50%;}
    .contact-index-index .contact-info {margin-top: 60px;}
    .form.contact .actions-toolbar .primary {width: 100%;}
    .contactpage-title strong, .banner_page_title strong {font-size: 24px;}

    .page-not-found .error-heading {font-size: 30vw;line-height: 30vw;}
    h2.error-subheading {font-size: 7vw;line-height: 5vw;margin-bottom: 3rem;}

    .blog-box li.post-holder {width: 100%;}
    
    .cms-about-us .contactpage-banner img {display: none;}
    .cms-about-us .breadcrumbs {margin-bottom: 10px;}
    .cms-about-us .about-video {margin-top: 0;}
    .cms-about-us .contactpage-banner .contactpage-title {position: static;left: inherit;top: inherit;transform: inherit;}
    .cms-about-us .about-block1 .container, .cms-about-us .about-block2 .container {padding: 0;}
    .about-description-box .row {-ms-flex-direction: column; flex-direction: column;}
    .cms-about-us .contactpage-title strong, .banner_page_title strong {font-size: 30px;}
    .cms-about-us .contactpage-title span, .banner_page_title span {display: block;font-size: 18px;line-height: normal;}
    .about-block1 .about-title-box {margin-top: 60px;}
    .about-block1 .about-content {padding: 0;}
    .about-block1 .about-title-box .about-title {font-size: 28px;}
    .about-block1 .about-title-box .author-name {font-size: 22px;}
    .about-description-box {margin-top: 30px;}
    .about-description-box img {margin-top: 30px;}
    .tab-box {margin-top: 5rem;}
    .team-member-img {text-align: center;}
    .pemba-about-images .pemba-about-images-box {height: auto;margin-bottom: 30px;text-align: center;}
    .pemba-about-images .pemba-about-images-box img {max-width: 100%; height: auto;width: auto;}
    .pemba-about-images .decs-2 {margin-bottom: 50px !important;}
    .pemba-heading {margin-left: 0px;margin-top: -130px;}

    .section-newsletter-action .section-newsletter {padding-left: 15px;padding-right: 15px;}
    /* .section-call-to-action:before {width: 40%;height: 40%;} */

    .team-member-content {    top: 71%;}
    .member-about {padding: 0 10px;}
    .member-about p {    margin-bottom: 10px;}

    
    .contactpage-title span, .banner_page_title span {display: none;}

    .rokan-newproduct .product-item .product-photo .product-image-photo, .rokan-newproduct .product-list-item .product-photo .product-image-photo {
        width: 80%;
        max-height: 80%;
    }
    .cms-investment-opportunities .banner_page_title {
        white-space: nowrap;
    }


    .future-distributer-col {
        margin-top: 3rem;
    }


    /* .product-item .addto-links-icons, .product-list-item .addto-links-icons {
        right: 15px;
    } */
    /* .product-item .addto-links-icons .add-to-links li a, .product-list-item .addto-links-icons .add-to-links li a {
        visibility: inherit;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    } */

    .overlap-flower-img:before {top: 0%; width: 40%;height: 50%;}
    .overlap-flower-img:after {top: auto; bottom: -30%; width: 40%; height: 60%;}
    /* .about-block12:after {display: none;} */

    .about-block16 .about-content-img {
        margin-top: 2rem;
    }
    .foundation-tabs-block > li, .custom-tabs-block > span {
        flex: 0 1 auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .about-video.fb-video-block::before {
        top: 60%;
    }
    span.nepali-fonts, .catalog-category-view .category-image:after,
    .blog-category-chai .banner_page_banner:after, .blog-category-health .banner_page_banner:after, .blog-category-media .banner_page_banner:after , .blog-category-blog .banner_page_banner:after , .blog-category-in-the-news .banner_page_banner:after , .blog-category-all .banner_page_banner:after , .blog-archive-view .banner_page_banner:after {display: none !important;}

    /* .blog-category-media .banner_page_banner:before, .blog-category-blog .banner_page_banner:before, .blog-category-in-the-news .banner_page_banner:before, .blog-category-all .banner_page_banner:before, .blog-archive-view .banner_page_banner:before, .catalog-category-view .category-image:before {
        top: 53%;
        transform: translateY(-50%);
        top: 26%;
    } */




    .home_page_nepali_content .home-banner-top-heading span.nepali-fonts  {display: block !important;font-size: 1.6rem;}

    .home_page_nepali_content .home-banner-top-heading {
        font-size: 2rem;
    }
    .home_page_nepali_content .home-banner-top-heading span.green-color {
        font-size: 1.6rem;
    }
    .home-banner-top-heading:before {
        width: 280px;
        height: 280px;
        border-width: 10px;
    }
    .banner-top-overlap-img:before, .banner-top-overlap-img:after {
        width: 30%;
        background-size: cover;
    }

    .team-sherpa-group-box .team-member-content h3 {
        font-size: 24px;
    }
    .team-sherpa-group-box .team-member-content, .team-sherpa-group-box:hover .team-member-content {
        top: 70%;
    }

    .catalog-category-view .category-image:before {font-size: 30px;}

    .nepalese-flag-banner ul li {margin-left: 3%; margin-right: 3%;}

    .nepalese-flag-banner:before {width: 95%;}
    .nepalese-flag-banner ul li {margin-top: 27px;}
    .nepalese-flag-banner ul li:nth-child(2), .nepalese-flag-banner ul li:nth-child(4) {margin-top: 12px;}
    .nepalese-flag-banner ul li:nth-child(3) {margin-top: 7px;}
    

    .cart-gift-item .gift-item-block .content .gift-options-content .field .control {
        width: 100%;
        padding-left: 15px;
    }
    .cart-gift-item .gift-item-block .content .actions-toolbar {
        padding-left: 15px;
    }
    .cart-gift-item .gift-item-block .content .action-update {
        font-size: 13px;
        margin-top: 5px;
    }

    .detailed-itinerary-row {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .box-blog {
        margin-bottom: 80px;
    }

}




@media(min-width:577px) and (max-width:767px) {
 .checkout-payment-method .payment-methods .checkout-billing-address .billing-address-same-as-shipping-block label span{    font-size: 12px;}
    .products.grid .product-grid .item-inner.custom-col {width: 50%;}

    .product.data.items>.item.title {width: auto;}
    .product.info.detailed .product.data.items .item.title {margin-right: 30px;}
    .product.data.items>.item.content {margin-top: 31px;box-sizing: border-box;float: right;margin-left: -100%;width: 100%;}
    .cart-container .form-cart .actions .action {display: inline-block;}
}

@media (max-width: 639px) {
    .block-dashboard-orders, .block-reviews-dashboard {
        padding: 20px;
        border: 1px solid #eee;
        overflow: hidden;
    }
    .block-dashboard-orders .block-title, .block-reviews-dashboard .block-title {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .block-dashboard-orders .block-title strong, .block-reviews-dashboard .block-title strong {
        color: #222;
        font-family: 'Oswald',sans-serif;
        font-size: 18px;
    }
    .block-dashboard-orders .block-title a.action.view, .block-reviews-dashboard .block-title a.action.view {
        float: right;
    }
    .block-dashboard-orders .table-wrapper.orders-recent .table-order-items tbody tr,
    .block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr {
        border-bottom: 1px solid #eee;
    }
    .block-dashboard-orders .table-wrapper.orders-recent .table-order-items tbody tr:last-child,
    .block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr:last-child {
        border-bottom: none;
    }
    .products-grid.wishlist .product-item, .products-grid.wishlist .product-item:first-child {border: none;}

    .error-heading {-webkit-text-stroke: 2px #e81d1b;-webkit-text-stroke: 2px #e81d1b;}
    span.e4 {-webkit-text-stroke: 2px var(--dark);-webkit-text-stroke: 2px var(--dark);}


    .foundation-slider-img img {
        min-height: 400px;
        height: 400px;
    }

    .products-list .product-list .product-item .product-photo .product-image-container {
        display: inherit;
    }

    .nepalese-flag-banner ul li .flag-name {width: 120px; left: -30px;}

    
    .rokanthemes-onepagecheckout .opc-wrapper #payment {
        margin-top: 25px;
    }




    
    
    

}

@media (max-width: 576px) {
    
    .aboutus-heading em {
        font-size: 16px;
    }
    .aboutus-content {
        margin: 10px 6px 0 0;
    }
    .aboutus-content p {
        font-size: 14px;
    }
    .section-newsletter .block.newsletter .control {
        width: 100%;
        margin-top: 50px;
    }
    .new-arrival-banner-text {bottom: 10%;left: 8%;}
    .new-arrival-banner-text .new-arrival-title {font-size: 20px;}
    .new-arrival-banner-text .new-arrival-main-heading {font-size: 30px;}
    .new-arrival-banner-text .new-arrival-subheading {font-size: 20px;margin-top: 10px;margin-bottom: 30px;}
    .new-arrival-banner-text .new-arrival-shop-btn {font-size: 18px;padding: 5px 15px;}

    .product-item .product-photo .product-image-photo, .product-list-item .product-photo .product-image-photo,
    .cms-index-index .product-item .product-photo .product-image-photo, .cms-index-index .product-list-item .product-photo .product-image-photo {max-height: 80%;}
    .product-view .product-info-main .page-title .base {font-size: 24px;}


    .products.grid .product-grid .item-inner.custom-col {width: 100%;}


    .product.info.detailed .product.data.items .item.title {text-align: left;}
    .product.info.detailed .product.data.items .item.title.active:before {
        content: "\f068";
        font: normal normal normal 14px/1 FontAwesome;
    }
    .product.info.detailed .product.data.items .item.title:before {
        content: "\f067";
        position: absolute;
        top: 9px;
        right: 0;
        font-weight: 600;
        font: normal normal normal 14px/1 FontAwesome;
        color: var(--red);
    }
    .product.info.detailed .product.data.items #product-review-container {
        width: 100%;
    }
    .product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item .review-ratings {width: 100%;}
    .product.info.detailed .product.data.items .review-add {
        width: 100%;
    }

    .block-dashboard-info .box-information,
    .block-dashboard-info .box-newsletter,
    .block-dashboard-addresses .box-billing-address,
    .block-dashboard-addresses .box-shipping-address,
    .block-addresses-default .box-address-billing,
    .block-addresses-default .box-address-shipping {width: 100%;}
    
    .block-dashboard-info .box-newsletter,
    .block-dashboard-addresses .box-shipping-address,
    .block-addresses-default .box-address-shipping {margin-top: 20px;padding-top: 20px;border-top: 1px solid #eeeeee;}

    button#add_coupon_code_button {margin-top: 10px;}
    .two-fields {width: 100%;}

    .contactpage-title strong, .banner_page_title strong {font-size: 18px;}
    .contactpage-title span, .banner_page_title span {font-size: 12px;letter-spacing: normal;font-weight: 400;}

    .page-not-found .error-heading {font-size: 40vw;line-height: 40vw;}
    h2.error-subheading {font-size: 9vw;line-height: 11vw;margin-top: 2rem;margin-bottom: 2rem;}
    .page-not-found {font-size: 15px;}
    .page-not-found li {line-height: 24px;}

    
    .about-block1 .about-title-box .about-title {font-size: 22px;}
    .about-block1 .about-title-box .author-name {font-size: 18px;}
    .tab-box {margin-top: 3rem;}
    .team-member-content {padding: 20px 0;}
    .recipe-content-box h3, .bridge-content-box h3, .team-member-content h3 {font-size: 24px;}
    .cms-about-us .contactpage-title strong, .banner_page_title strong {font-size: 24px;}
    .cms-about-us .contactpage-title span {display: block;font-size: 16px;line-height: normal;}
    .pemba-book-title .pemba-book-subtitle {letter-spacing: normal;line-height: normal;}
    
    
    .pemba-heading {font-size: 50px;}
    .pemba-heading strong {padding-left: 0;}
    .pemba-parallax-content {width: 100%;padding: 1rem;}


    .section-call-to-action:before {width: 40%;height: 40%;}

    .story-section-row {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .about-content-img:before, .left-bg-border::before {
        height: 50%;
        width: 50%;
    }

    .post-list .post-holder {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .post-list .post-content .post-description:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .rokan-newproduct .product-item .product-photo .product-image-photo, .rokan-newproduct .product-list-item .product-photo .product-image-photo {
        max-height: 80%;
    }
    
    .about-content-img img {
        padding-left: 0;
        border-width: 7px;
    }
    .about-content-img:before {
        bottom: -7px;
        right: 8px;
    }
    ul.social-icons {
        margin-left: 0;
    }
    ul.social-icons li {
        margin-left: 0;
        margin-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center ;
        align-items: center ;
        -ms-flex-pack: center ;
        justify-content: center ;
    }


    .overlap-flower-img:before {width: 50%;}
    .overlap-flower-img:after {width: 50%;}

    .about-block13 .description-box {
        margin-top: 2.5rem;
    }

    .about-block16 .about-content-img:before {
        height: 70%;
    }
    .foundation-slider-img img {
        min-height: 300px;
        height: 300px;
    }
    .about-video.fb-video-block::before {
        top: 50%;
    }

    .about-block18 .girls-img img {
        border-width: 7px;
        margin-left: 8px;
    }
    .girls-img:before {
        width: 70%;
        height: 70%;
        bottom: -8px;
    }

    .catalog-category-view .category-image:before {font-size: 24px;}


    .contact-social-info ul.link-follow li a:before {height: 50px; width: 50px; font-size: 24px;}

    .nepalese-flag-banner ul li {margin-left: 2%; margin-right: 2%;}

    
    .nepalese-flag-banner ul li {margin-top: 5%;}
    .nepalese-flag-banner ul li:nth-child(2), .nepalese-flag-banner ul li:nth-child(4) {margin-top: 2%;}
    .nepalese-flag-banner ul li:nth-child(3) {margin-top: 1.2%;}

    .registration-details div {line-height: 1.2; font-size: 24px; }
    .registration-details strong {display: block; margin-bottom: 6px;}
    
    .contact-social-info ul.link-follow li {
        display: inline-block;
        margin: 0 30px;
    }
    .contact-social-info ul.link-follow {
        justify-content: center;
    }
    .contact-social-info ul.link-follow li a:before {
        height: 50px;
        width: 50px;   
        font-size: 28px;
    }


}

@media(min-width:380px) and (max-width:767px) {
    .product-media .fotorama-item.fotorama .fotorama__stage {height: 470px !important;}
    .team-member-box {width: 370px;    margin: 0 auto 30px;}

}

@media(min-width:380px) and (max-width:480px) {
    .cocktail-images img {
        max-height: 252px;
    }
}

@media (max-width: 480px) {
    .FAQ-Wrapper .panel-group .panel-heading h4{font-size: 16px !important;}
    .FAQ-Wrapper .panel-title a:before{right: 20px !important;}
    #square_form_fields{font-size: 14px;}
    .header-top-social-icons ul.link-follow {margin: 20px 0 20px; text-align: center; }
    .header-container .header .nav-toggle {top: 73px;}
    .new-arrival-banner-text {bottom: 10%;left: 10%;}
    .new-arrival-banner-text .new-arrival-title {font-size: 14px;}
    .new-arrival-banner-text .new-arrival-main-heading {font-size: 18px;}
    .new-arrival-banner-text .new-arrival-subheading {font-size: 14px;margin: 6px 0 20px;}
    .new-arrival-banner-text .new-arrival-shop-btn {font-size: 14px;padding: 3px 8px;border-width: 1px;}
    .aboutus-mob-left-img {height: auto;padding-top: 0;}
    .aboutus-right-section {text-align: left;}
         .header_icon{
        height: 40px !important;
        width: 40px !important;
     }
     .header-top-social-icons ul.link-follow li a:before {
    font-size: 20px;
}
    #payment_form_squareup_payment #sq-ccbox{    margin: 0;    padding: 0;}
    /* .catalog-category-view .category-image {display: none;}
    .catalog-category-view .header-container {margin-bottom: 30px;} */
    .catalog-category-view .category-image:before {font-size: 16px;}
    .product-item .product-photo .product-image-photo, .product-list-item .product-photo .product-image-photo,
    .cms-index-index .product-item .product-photo .product-image-photo, .cms-index-index .product-list-item .product-photo .product-image-photo {max-height: 80%;}
    #quickview-close {right: -15px;}
    .quick-view-content .product-info-main .page-title-wrapper .page-title .base {font-size: 20px;}
    .quick-view-content .product-add-form .box-tocart .field.qty {margin-bottom: 20px;}
    .quick-view-content .product-info-main .box-tocart .actions .action.primary {padding: 0 6px; font-size: 13px;}
    /* .quick-view-content .product-info-main .box-tocart .actions,
    .quick-view-content .product-options-bottom .box-tocart .actions {display: block;width: 100%;} */
    .product-view .product-info-main .page-title .base {font-size: 22px;}
    .header-container .header .minicart-wrapper .block-minicart {width: 90%;}

    
    .wishlist-index-index .products-grid .product-item {width: 100%; padding: 0;}
    .wishlist-index-index .product-items .product-item .product-item-photo .product-image-photo {max-height: 250px;}

    .stripe-icon-container img.stripe-icon {height: 0.98em;}
    
    .contactpage-title strong {font-size: 20px;}
    .contactpage-title span, .banner_page_title span {display: none;}

    .blog-box li.post-holder {width: 100%;margin-bottom: 40px;}

    .cms-about-us .contactpage-title strong {font-size: 28px;}
    .banner_page_title strong {font-size: 16px;}
    .cms-about-us .contactpage-title span {display: block;font-size: 14px;line-height: normal;}
    .pemba-book-title strong {font-size: 37pt;}
    .pemba-about-images {margin-bottom: 40px;}
    .pemba-heading {margin-left: 0;font-size: 40px;margin-top: 20px;line-height: 1.5;}
    .pemba-subheading {font-size: 22px;}
    .pemba-book-btn a {padding: 18px 22px;}

    .call-to-action-content .title {font-size: 32px;}
    .call-to-action-content .sub-title {font-size: 22px;width: 100%;}
    .section-call-to-action:before {width: 40%;height: 25%;}
    .call-to-action-button {margin-bottom: 40px;}

    .about-block2 .about-title-box {
        border-top-right-radius: 10rem;
        border-bottom-right-radius: 10rem;
    }
    .team-member-content h3 {
        margin-bottom: 5px;
    }
    .member-about p {
        font-size: 12px;
        line-height: 1.5;
    }
    .team-member-content .team-member-post {font-size: 16px;}
    .label-box .description-box .label-tag {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .label-box .description-box .label-tag img {
        max-width: 100px;
    }
    .label-box .description-box .label-tag .label-tag-logo {
        border-right: none;
    }
    .label-box .description-box .label-tag .label-tag-text {
        border-top: 2px solid #ecf1f2;
    }

    .rokan-newproduct .product-item .product-photo .product-image-photo, .rokan-newproduct .product-list-item .product-photo .product-image-photo {
        max-height: 80%;
    }
    .banner_page_banner img {
        min-height: 50px;
    }
    .about-block1, .about-block3, .about-block4, .about-block10, .about-block13, .about-block15, .sherpa-gallery-block, .pemba-book-section {
        margin-top: 1.5rem;
    }

    .wishlist-index-index .product-item .box-tocart .field.qty .control div.mage-error[generated] {
        left: -20px;
    }
    .wishlist-index-index .product-item .box-tocart .field.qty .control div.mage-error[generated]:before {
        left: 40px;
    }
    .wishlist-index-index .products-grid .product-items {-webkit-justify-content: center; justify-content: center;}
    

    .overlap-flower-img:before {top: -7%;}
    .overlap-flower-img:after {bottom: -25%;}
    .foundation-banner-content .title {font-size: 40px;}
    .block .foundation-banner-content .sub-title {font-size: 28px;}


    .block1-foundation-section {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .block1-foundation-box img {
        object-fit: cover;
        width: 100%;
        max-height: 180px;
        height: 180px;
    }
    .foundation-slider-img img {
        min-height: 230px;
        height: 230px;
    }

    .team-member-box:hover .member-about {
        height: 78%;
    }

    .about-video.fb-video-block::before {
        top: 40%;
    }

    .home_page_nepali_content .overlap-flower-img {
        padding: 1rem 0 1rem;
    }
    .home_page_nepali_content .home-banner-top-heading {
        font-size: 1.8rem;
    }
    .home_page_nepali_content .home-banner-top-heading span.green-color {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .home_page_nepali_content .home-banner-top-heading span.nepali-fonts {
        font-size: 1.5rem;
    }
    .home-banner-top-heading:before {
        height: 190px;
        width: 220px;
        border-width: 8px;
    }
    .banner-top-overlap-img:before, .banner-top-overlap-img:after {
        background-size: cover;
        width: 30%;
    }
    .banner-top-overlap-img:before {
        background-position: top right;
    }

    .about-block18 .girls-img img {
        min-height: 360px;
        height: 360px;
    }   

    .blog-category-chai .banner_page_banner:before, .blog-category-health .banner_page_banner:before, .blog-category-media .banner_page_banner:before, .blog-category-blog .banner_page_banner:before, .blog-category-in-the-news .banner_page_banner:before, .blog-category-all .banner_page_banner:before, .blog-archive-view .banner_page_banner:before, .catalog-category-view .category-image:before, .contactpage-title .title-up, .banner_page_title .title-up {
        font-size: 25px;
    }

    .nepalese-flag-banner ul li {
        margin-left: 1%;
        margin-right: 1%;
        height: 46px;
        width: 40px;
    }
    .nepalese-flag-banner ul li img {
        max-height: 50px;
    }

    .nepalese-flag-banner ul li .flag-name { display: none;}
    .nepalese-flag-banner:before {height: 100px; width: 95%;}
    .nepalese-flag-banner ul li {margin-bottom: 10px; margin-top: 20px; }

    .storelocator-index-index #locator_filter .column_left .center #store_list .list .image {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 35px 0 10px;
    }
    .storelocator-index-index #locator_filter .column_left .center #store_list .list .location-information {
        flex: 0 0 100%;
        text-align: center;
        margin: 15px 0 10px !important;
    }


    .nepalese-flag-banner ul li:nth-child(2), .nepalese-flag-banner ul li:nth-child(4) {margin-top: 1.5%;}
    .nepalese-flag-banner ul li:nth-child(3) {margin-top: 0.5%;}

    .detailed-itinerary-title {
        padding: 11px 20px;
        font-size: 24px;
    }
    .detailed-itinerary-dates {padding: 0;}
    .contact-social-info ul.link-follow li {
        display: inline-block;
        margin: 0 45px 0 0 ;
    }
    .contact-social-info ul.link-follow {
        justify-content:flex-start;
    }
    .contact-social-info ul.link-follow li a:before {
        height: 30px;
        width: 30px;   
        font-size: 24px;
    }
    
}


@media (max-width: 430px) {
.card-columns-grid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

    .storelocator-index-index .banner_page_title .title-up, .storelocator-store-view .banner_page_title .title-up {
        font-size: 18px;
        padding: 5px 0;
    }

        .header_icon{
        height: 35px !important;
        width: 35px !important;
     }
     .header-top-social-icons ul.link-follow li a:before {
    font-size: 16px;
}
}

@media (max-width: 380px) {
    .cocktail-images img {
        max-height: 200px;
    }
        .header_icon{
        height: 30px !important;
        width: 30px !important;
     }
     .header-top-social-icons ul.link-follow li a:before {
    font-size: 16px;
}

    .opc-block-summary .product-item .price{    font-size: 1.2rem;}
    .nepalese-flag-banner ul li:nth-child(3) {margin-top: -0.5%;}
    .minicart-items .product-item-details{    padding-left: 63px;}
    .checkout-payment-method .payment-methods .checkout-billing-address .billing-address-same-as-shipping-block label span{    font-size: 12px;}

    .expedition-page-main-title h2 {
        font-size: 32px;
        margin: 1rem 0 3rem;
    }
}

@media (max-width: 320px) {
    .formdiv label.label{    font-size: 12px;}

    }







.home-banner-top .home-banner-top-heading img{
 margin: 0 0 15px 0; 
}
.footer-static 
{
    display: flex;
    justify-content: center;
}
 .giving-caption   h5
{
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(149,19,19,0.83);
    font-size: 22px;
    color: #fff;
    padding: 4% 2% 0;
    font-weight: bold;
    z-index: 99;
} 
.giving-caption
{
    position: relative;
}
.giving-caption .box1:hover h5, .giving-caption .box5:hover h5  {
    top: 78%;
} 
.giving-caption .box2:hover h5, .giving-caption .box3:hover h5  {
    top: 73%;
} 
.giving-caption .box4:hover h5  {
    top: 57%;
}
.giving-caption .box6:hover h5  {
    top: 83%;
}

/* .products .col-sm-4 {
    width: 33.2%;
}


.layout-1-col .col-lg-9
{
    width:74% !important
} */

.account .table-wrapper .action
{
    margin-right: 0 !important;
}
.static section .details
{
    color: #aaa;
    border-bottom: 3px solid #951313;
    padding: 10px 0;
    margin-bottom: 29px;
    font-size: 14px;
}
.static section .details b
{
    font-weight: 700;
    font-size: 20px;
    color: #4a4a4a;
}
.stripe-subscriptions  .table-order-items th
{
    border-bottom: 1px solid #000000;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.stripe-subscriptions  .table-order-items td
{
    font-size: 14px;
}
.account .data.table .col.actions .action:after
{
    margin: 0 5px !important;
}
.stripe-subscriptions .subscription-name
{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
td.col.id
{
    width: 397px !important;
}
.stripe-subscriptions .section b
{
    padding: 5px 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    color: #4a4a4a;
    border-bottom: 1px solid;
    border-top: 1px solid;
    width: 100%;
    margin: 10px 0;
}

.stripe_payments-customer-subscriptions .details.stripe-payments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: bold;
}

.mutable .subscription-card.add-new {
    text-align: left;
    padding-left: 22px;
}
.stripe-subscription-edit .actions a {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.stripe-subscription-edit .mutable .subscription-card.stripe-payments input {margin: 5px 0 0;}

.stripe-subscriptions .subscription-name:hover
{
    color: var(--red);
}
/* @media(max-width:767px)
{
    .layout-1-col .col-lg-9
{
    width:100% !important
}
} */



.row:before, .row:after{
    width:0px; height:0px;
}

.products.list.products-list .item.product-item .product-info {
    margin-bottom: 1px;
}
.products.list.products-list .item.product-item .product-info .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products.list.products-list .item.product-item .product-info .product-photo {
    height: 100%;
}
.products.list.products-list .item.product-item .product-info .product-item-details {
    margin-bottom: 20px;
}

.catalog-product-view .review-form textarea {
    height: 100%;
}

.about-block15.about-block h2 {
    font-size: 32px;
    text-transform: inherit;
    margin-top: 0;
}

.opcheckout-discount #discount-form #discount-code-error{
    position: relative !important;
}
.opcheckout-discount #discount-form .actions-button{vertical-align: top;}
.opcheckout-discount #discount-form .actions-button #add_coupon_code_button{    margin-top: 35px;}

.checkout-index-index .col-menu-control {
display: block !important;
}
.tags-items{    margin: 10px 0 0 0;    display: inline-block;    width: 100%;}
.tags-items a{border: #dcdcdc solid 1px;padding: 5px 15px;border-radius: 15px;font-size: 14px;margin: 0 0 0 5px;color: #000;background: #eee;}
.tags-items a:hover{	border-color:  var(--red);color: var(--red);}
.tags-items strong{color: var(--red);}

.checkout-index-index .col-menu-control {
    display: block !important;
    }
    
    .checkout-index-index .opc-wrapper .step-title:after, .checkout-index-index .opc-block-summary>.title:after
    {
        border-top: 3px solid #951313 !important;
    }
    .checkout-index-index .opc-wrapper .step-title
    {
        border-bottom: 0 !important;
    }
     .rokanthemes-onepagecheckout #opc-sidebar>.field
    {
        display: flex;
        align-items: center;
        margin: 0 !important;
    }
    .rokanthemes-onepagecheckout #opc-sidebar .label,  .rokanthemes-onepagecheckout #payment .label, .rokanthemes-onepagecheckout #shipping .label
    {
        margin-bottom: 0 !important;
        margin-top: 8px !important;
        margin-left: 4px !important;
    } 
    .checkout-index-index .product-image-container
    {
        height: auto !important;
        width: auto !important;
    }
    .checkout-index-index .product-image-container img
    {
        width: auto !important;
        height: auto !important;
    }
    .checkout-index-index .payment-method input.radio
    {
        margin: 0 !important;
    }
    /* .checkout-index-index .table-checkout-shipping-method .col-method
    {
        display: none !important;
    } */
    .checkout-index-index .form-fields td.label-name, .checkout-index-index .form-fields td.input-wrap
    {
        display: table-cell !important;
    }
    .checkout-index-index .sq-input--focus
    {
        padding: 4px !important;
    }
    .checkout-index-index  input[type="radio"]:focus,
    .checkout-index-index  input[type="checkbox"]:focus
    {
        outline: none !important;
        outline-offset: 0 !important;
    }
    .checkout-index-index .authentication-wrapper {
        margin-top: -60px !important;
    }
    
    .checkout-index-index .secondary .action-remind
    {
        color: #7b7b7b !important;
        margin-top: 0 !important;
    }
    .checkout-index-index .secondary .action-remind:hover
    {
        color: var(--red) !important;
    }
    .block-authentication .actions-toolbar>.secondary
    {
        padding-top: 0 !important;
    }
    .checkout-index-index .ui-datepicker {
        max-width: 360px;
        width: 100%;
    }
    .checkout-index-index .ui-datepicker .ui-datepicker-calendar .ui-state-active {
        background:var(--red) !important;
        color: #fff !important;
    }
    .checkout-index-index [data-icon]:before
    {
        display: none !important;
    }
    .checkout-index-index .ui-datepicker .ui-buttonset .ui-button
    {
        margin-right: 5px !important;
    }
    .checkout-index-index .create-account .field 
    {
        display: flex;
        align-items: center;
    }
    .checkout-index-index .create-account .field label
    {
        padding-top: 0 !important;
        padding-left: 4px !important;
    }
    .checkout-index-index .checkout-container .action-auth-toggle 
    {
        color: var(--dark);
    }
    .checkout-index-index .checkout-container .action-auth-toggle:hover
    {
    color: var(--red);
    }
    .rokanthemes-onepagecheckout input[type="radio"]:checked
    {
        background: var(--red) !important;
    }
    .rokanthemes-onepagecheckout input[type="radio"]:checked::after
    {
        background: var(--red) !important;
    }
    
    .checkout-index-index .ui-datepicker .ui-datepicker-prev span
    {
        border-color: transparent #951313 transparent transparent !important;
    }
    .checkout-index-index  .ui-datepicker .ui-datepicker-next span
    {
        border-color: transparent transparent transparent #951313 !important;
    }
    .checkout-index-index .payment-method-title
    {
        display: flex !important;
        align-items: center;
    }
    
    #checkout-step-shipping .form .label
    {
        /* margin: 0 !important; */
        line-height: 24px !important;
    }
    .checkout-index-index #customer-email-fieldset
    {
        margin-bottom: 20px !important;
    }
    input[type="checkbox"]:checked {
        background: var(--red);
        border-color: var(--red);
    }
     input[type="checkbox"] {
        background: #fff;
        appearance: none;
        height: 15px;
        width: 15px;
        border-radius: 3px;
        border: 1px solid #767676;
        margin-top: 2px;
    }
     .field input[type="checkbox"]
    {
        background: #fff;
        appearance: none;
        height: 15px;
        width: 15px;
        border-radius: 3px;
        border: 1px solid #767676;
        margin-top: 2px;
    }
     input[type="checkbox"]:checked
    {
        background: var(--red);
        border-color: var(--red);
    }
    
     input[type="checkbox"]:checked + label
    {
        position: relative;
    }
     input[type="checkbox"]:checked + label::after
    {
        content: '';
        position: absolute;
        left: -14px;
        top: 6px;
        width: 5px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #opc-sidebar .choice.field input[type="checkbox"]:checked + label::after
    {
        top:0 !important
    }
    .minicart-items .product-item-name a:hover
    {
        color: var(--red) !important;
    }    

 /* Nupur's changes*/
    .custom-email-form .describe-radio-button
    {
        display: flex !important;
        align-items: center;      
        margin: 5px 30px 5px 0;
    }
    .custom-email-form .describe-radio-button input
    {
        height: auto !important;
        width: auto !important;
        margin-right: 6px;
        width: auto !important;
    }
    .custom-email-form .radio-btn-box
    {
       
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .custom-email-form .guest-blog
    {
        float: none !important;
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .custom-email-form .describe-radio-button input[type="radio"] 
    {
        position: relative;
        top: 0px;
        border-radius: 50%;
        width: 15px !important;
        height: 15px !important;
        background: #cbd1d8;
        cursor: pointer;
        appearance: none;      
        padding: 0;
        margin-top: 0;
    }
    .custom-email-form .describe-radio-button input[type="radio"]:checked
    {
        background: var(--red);
    border-color: var(--red);
    }
    .custom-email-form .describe-radio-button input[type="radio"]:focus,
    .custom-email-form .describe-radio-button input[type="radio"]:active
    {
        outline: none !important;
    }
    .custom-email-form .describe-radio-button input[type="radio"]:checked::after {
        background: var(--red) !important;
    }
    .custom-email-form .describe-radio-button input[type="radio"]:checked::after {
        -webkit-animation: onepage-click-wave .65s;
        -moz-animation: onepage-click-wave .65s;
        animation: onepage-click-wave .65s;
        content: '';
        display: block;
        position: relative;
        z-index: 100;
    }
    .custom-email-form .describe-radio-button input[type="radio"]::after {
        border-radius: 50%;
    }



    @keyframes onepage-click-wave {
        0% {
            width: 15px;
            height: 15px;
            opacity: 0.35;
            position: relative;
        }
        100% {
            width: 100px;
            height: 100px;
            margin-left: -45px;
            margin-top: -45px;
            opacity: 0.0;
        }
    }
    /* Nupur's changes*/

/*Square UP Place Order Button*/

/*    .rokanthemes-onepagecheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-content .action.primary{
    	display: block !important;
    }*/


.MDow-1.MDow-1theme--light{
    display: none !important;
}

/*Nupur what is sherpachai changes*/
.about-video{
border-radius:15px
}

.about-wrapper{
    margin: 0px !important;
}
@media (max-width: 992px)
{
    .about-video {
        width: 100%;
    }
}

/*Ravi Changes Newsletter & Contact Page*/
#newsletter_pop_up .btn-close:before{
        color: #fff;
}
#newsletter_pop_up .section-newsletter .block.newsletter .control .subscribe-bottom input[type=checkbox]:checked + label::after{
          border-color: #5f3a18;
    left: -20px;
    top: 6px;
}
.product-covid-19-relief-for-nepal-fund .product-view .product-info-stock-sku .stock.available, 
.product-covid-19-relief-for-nepal-fund .product-reviews-summary.empty .reviews-actions, 
.product-covid-19-relief-for-nepal-fund .product.info.detailed .product.data.items .item.title#tab-label-reviews{
    display: none;
}
.description-box.new h4{
    font-size: 20px;
}

#newsletter_pop_up .btn-close:before{
        color: #fff;
}
#newsletter_pop_up .section-newsletter .block.newsletter .control .subscribe-bottom input[type=checkbox]{
      width: 20px;
    margin: 0 5px 0 0;
    line-height: normal;
    padding: 0;
    height: 20px;
    vertical-align: middle; outline: none;
}

.catalog-product-view.product-covid-19-relief-for-nepal-fund .product-options-bottom .box-tocart .qty{
display: none !important;
}
.catalog-product-view.product-covid-19-relief-for-nepal-fund .product-options-bottom .actions{
    width: 100% !important;
}
.page-footer .link-follow img {
    display:none !important;
}
.contact-social-info .hide-img{
    display:none !important;
}

.contact-social-info ul.link-follow li a:before {
height: 70px;
width: 70px;
border-radius: 50%;
box-shadow: 0 0 15px #EEE;
display: flex;
justify-content: center;
align-items: center;
font-size: 32px;
}

@media (min-width:991px) {
    .about-block1 .display-flex{
        display: flex;
        }
}
