/** Shopify CDN: Minification failed

Line 42:9 Expected ":"
Line 42:14 Expected ":"
Line 1814:10 Expected identifier but found "."
Line 3069:17 Expected ":"
Line 3069:19 Expected identifier but found "9px"
Line 3421:17 Expected ":"
Line 3421:19 Expected identifier but found "9px"

**/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Just+Another+Hand&display=swap');
body, input, textarea, button, select, p,
html,
body{
    font-family: 'Poppins', sans-serif;
}  
html{ 
    overflow-x:hidden;
}
.grid{
    margin:0px;
    padding:0px;
}
.search_form_wrapper{
    background:#f4f7fa;
    width:422px;
    display:block;
}
.search_form_wrapper:after{
    content:"";
    display:table;
    clear:both;
}

.search_form_wrapper input[type="search"]{
    width: calc(100% - 74px);
    background: none;
    border: 0px;
    height:37px;
    float;left;
    color:#313541;
    font-size: 14px;
    float: left;
    border:0px;
    outline:0px;
}
.search_form_wrapper input::placeholder{
    color:#313541;
    opacity:1;
}

.site-header__search-btn .icon{
    width: 27px;
    height:27px;
    color:#8091a5;
}
.nav li.site-nav--active a,
.nav li a:hover{
    color:#3f4a56;
}

.nav{margin: 0px -15px 0px -15px;}
.nav li{
    position: relative;
}
.nav li.site-nav--active > a{
    position: relative;
}
.nav > li > a:after{
    position: absolute;
    content:"";
    left:50%;
    transform: translateX(-50%);
    width:0%;
    bottom: -2.66px;
    background: #becb00;
    height: 4px;
    -webkit-transition: width 0.1s; /* For Safari 3.1 to 6.0 */
    transition: width 0.1s;
    visibility:hidden;
}
.nav li:hover > a:after,
.nav li.site-nav--active > a:after{
    width:100% !important;
    visibility:visible;
}
.top-header{
    border-bottom: 1px solid #f4f7fa;
    display:block;
    padding-bottom: 15px;
    padding-top: 15px;
    background:#fff;
}
.top-header .site-nav a{
    padding:3px 19px;
    min-height: 37px;
    display: flex;
    align-items: center;
}
.top-header .site-nav li{
    border-right: 1px solid #dfe6ee;
}
.top-header .site-nav li:last-child{
    border-right: 0px;
}

.footer__title{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}

.site-footer a{
    font-size: 12px !important;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.site-footer a:hover{
    color: #fff;
}
.footer__title{
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: inherit;
}
.copyright{
    display: block;
    background: #313541;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
}
.copyright ul{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.copyright ul li{
    display:inline-block;
    padding: 15px;
}
.copyright ul li,
.copyright ul li a{
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.footer__newsletter{
    background:#fff;
    float:left;
    width:100%;
    position: relative;
    border-radius: 8px;
}
.footer__newsletter input[type="email"]{
    border:0px;
    background:#fff;
    height:48px;
    padding-left:10px;
    border-radius: 8px;

    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #292310;
}
.footer__newsletter input::placeholder{
    color:#000;

}
.footer__newsletter .footer__newsletter-btn{
    left: auto;
    right:0px;
    border-radius: 8px;
    background-color: #cbd900;
    color:#0e1118;
    padding:0px 30px;
    width: auto;
    font-size: 13px;

    font-weight: 600;
}
.footer__newsletter .footer__newsletter-btn:hover{
    background:#aac541;
}

.site-nav--mobile button.site-nav__link{
    color:#becb00;
  	min-width:34px;
}

.col{
    padding:20px;
}
.row{
    display:block;
    margin-left:-20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
  	display: -webkit-flex; /* NEW */
    -webkit-flex-wrap: wrap; /* NEW */
}
.custom-index-section{
    display:block;
    padding:0px;
    margin:0px;
}
.custom-index-section > div{
    padding:0px;
    margin:0px;
}

.image-grid .grid-overlay{
    padding: 0px 30px 5px 25px;
}
.image-grid .grid-overlay .flex-content{
    display: flex;
    align-items: center;
    width: 100%;

}
.image-grid .grid-overlay .flex-content div{
    margin:0px;
}
.image-grid .grid-overlay .flex-content .grid-image-text{padding-right: 30px;}
.image-grid .grid-image-text h6,
.image-grid .grid-image-text h5{
    text-transform: uppercase;
    margin:7px 0px;
    color:#f4f7fa;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.94px;
}
.image-grid .grid-image-text h4,
.image-grid .grid-image-text p,
.image-grid .grid-image-text h2,
.image-grid .grid-image-text h3{
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 0px;
}

.image-grid > div{
    position: relative;
    background-size:cover;
    background-position:center;
    background-color: rgba(45, 50, 63, 0.6);
    width:100%;
    min-height: 400px;
    overflow:hidden;
    border-radius: 5px;
}
.image-grid.align--center > div .grid-overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(45, 50, 63, 0.7);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    color:#fff;
    transition: all 0.7s;
}
.image-grid .grid-overlay{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    background-image: linear-gradient(to bottom, rgba(50, 53, 64, 0), rgba(0, 0, 0, 0.78));
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    color:#fff;
    transition: all 0.7s;
}

.image-grid.align--top-middle > div .grid-overlay{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    background: rgba(45, 50, 63, 0.7);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    color:#fff;
    transition: all 0.7s;
}


.image-grid .grid-btn{
    min-width:205px;
    text-align:center;
    padding:18px 30px;
    text-decoration:none;
    border-radius: 5px;
    display:block;
    margin:0px auto;
    margin-top: 20px;
}
.dual-features-sidebyside-block.index-section{
    padding-top: 35px;
    padding-bottom: 35px;
}
.dual-features-sidebyside-block .image-grid .grid-overlay .grid-btn{margin-top: 20px;}
.image-grid .grid-btn span{font-weight: 600; font-size:15px;}
.image-grid .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
}
.green-btn{
    background:#bdca00;
    color:#fff;
}
.classic-btn{
  border-radius: 5px;
  border: solid 2px #313541;
  background-color: #ffffff;
}
.btn-lg{
    display:block;
    color:#16181e;
    line-height:60px;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    width:100%;
}
.btn-radius{ border-radius:5px; }
.green-btn:hover{
    background:#a9c443;
    color:#fff !important;
}
.white-btn{
    background:#f4f7fa;
    color:#313541;
}
.white-btn:hover{
    background:#dfe6ee;
}
.gay-btn{
    background:#667587;
    color:#f4f7fa;
}
.gay-btn:hover{
    background:#3f4a56;
}
.black-btn{
    background:#313541;
    color:#f4f7fa;
}
.black-btn:hover{
    background:#16181e;
}
.logo-bar__item .logo-title{
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1b1b1b;
    padding-top:15px;
}

.button{
    display:inline-block;
    padding: 18px 59px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color:#16181e;
}
.product-carousel-title {
    position: relative;
    display: inline-block !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}


#shopify-section-1565122003331 .product-carousel-title:after{
    content:""!important;
    background:url(title-right-icon.png) no-repeat center !important;
    width:39px!important;
    height: 25px!important;
    position:absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    margin-top: 0px;
    border: 0px;
}
.product-carousel-title:before{
    content:"";
    background:url(title-left-icon.png) no-repeat center;
    width:39px;
    height: 25px;
    position:absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.carousel-wrapper{
    padding-top: 54px;
    padding-bottom: 32px;
    padding-left: 70px;
    padding-right: 70px;
}
.carousel-wrapper .product-grid{
    padding: 0px 12px;
}
.carousel-wrapper .product-grid .product-image{
    display:block;
    padding-top: 100%;
    position:relative;
}
.carousel-wrapper .product-grid .product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    left: 0;
    top: 0;
    position: absolute;
}
.product-carousel-info{
    display:block;
    padding: 15px 0px;
    text-align:center;
}
.product-carousel-info h4{
    color: #3f4a56;
    text-align: center;
    min-height: 60px;
    margin-bottom: 7px;
}
.product-carousel-info .product-price{
    font-weight: 700;
    font-size: 20px;
    color: #1b1b1b;
}

.slick-prev:before{
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    color:#667587;
}
.slick-next:before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    color:#667587;
}
.carousel-wrapper .slick-prev,
.carousel-wrapper .slick-next{
    top:35%;
}

.instagram-feed-wrap .grid__item{
    padding:5px;
}
.instagram-feed-wrap > .grid{
    display: flex;
    flex-wrap: wrap;
}

.section-header p{
    padding-top:11px;
}

.video_style_2 .background-media-text--center{
    text-align:center;
}
.background-media-text__inner.video_style_2{
    top: 50%;
    transform: translateY(-50%);
}
.video_style_2  .background-media-text__text{
    background:
}
.video_style_2 .subtitle{
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.94px;
    color: #ffffff;
    margin-bottom:19px;
}
.video_style_2 .h3{
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.play-video-btn{
    font-size:80px;
    display:block;
    line-height: 1;
    margin-bottom: 25px;
}
.dark_overay *{  color:#fff; }
.dark_overay a:hover{color:#dfe6ee;}

.hero__subtitle .animation-contents{
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: normal;
    text-transform: initial;
    font-weight: 400;
}

.image-box-row{
    display:flex;
    flex-wrap: wrap;
    margin:0px;
    padding:0px;
}
.image-box-row  .image_grid{
    width:50%;
}
.image-box-row .image_grid > a,
.image-box-row  .image_grid .box .grid-image{
    display:block;
    width:100%;
    height:100%;
    position:relative;
    display: flex;
}
.image-box-row  .image_grid .box img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.image-content-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    background-image: linear-gradient(to bottom, rgba(50, 53, 64, 0), rgba(0, 0, 0, 0.8));
    padding:50px 80px;
}
.image-content-overlay .grid-title{
    font-size: 45px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 11px;
}
.image-content-overlay .grid-text p,
.image-content-overlay .grid-text{
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 44px;
}
.index-section{
    margin:0px;
    padding:65px 0px 74px 0px;
}
.section-header__title{
    font-size:32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
}

.follow-us{
    text-align:right;
}
.follow-us a{
    width: 148px;
    height: 30px;
    border-radius: 5px;
    background: #dfe6ee;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1b1b1b;
}
.follow-us a i.fa-instagram{padding-right: 5px;}
.instagram-title-wrapper .section-header{
    margin-bottom:0px;
}
.instagram_feeds_container{
    display:block;
    padding-top:55px;
    padding-bottom:73px;
}

.author-img{
    margin-right:20px;
}
.author-img img{
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius:50%;
}
.testimonials-slider__text cite{
    text-align:left;
    color: #313541;
}
.testimonials-slider__text cite span{
    font-size: 16px;
    display:block;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f4a56;
    margin-top:6px;
}

.testmoninal_single_slide{
    max-width:850px;
    margin-left:auto;
    margin-right: auto;
}
.testimonial-author{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
}

.testmoninal_single_slide p{
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313541;

}

.testmoninal_single_slide .quote-icon{
    color: #dfe6ee;
    margin-bottom: 46px;
}
.testmoninal_single_slide  .icon.icon-quote{
    width: 57px;
    height: 47px;
}
.testimonials-wrapper .slick-prev, .testimonials-wrapper .slick-next{
    width: 90px;
    height: 90px;
    line-height: 115px;
    background: #dfe6ee;
    border-radius: 50%;
    font-weight: 700;
    display: block;
    opacity: 1;
    color: #fff;
    z-index: 9;
}

.testimonials-wrapper .slick-prev:hover, .testimonials-wrapper .slick-next:hover{
    background:#bfc7d1;
}
.testimonials-wrapper .slick-prev:before, .testimonials-wrapper .slick-next:before{
    color:#fff !important;
}

.video-overlay,
.video-poster-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-poster-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-overlay.dark_overay_color{
    background-image: linear-gradient(to bottom, rgba(50, 53, 64, 0), rgba(0, 0, 0, 0.78));
}

.accourdian-icon{
    display: inline-block;
    float: right;
}
.accourdian-icon .icon{
    width:15px;
    height:15px;
    margin-right: 5px;
}
.footer__title .is_open_icon{
    display:none;
}
.footer__title.is-open .is_open_icon{
    display:block;
}
.footer__title.is-open .is_close_icon{
    display:none;
}

.top-header .site-nav a .stor-icons{
    display:block;
}
.top-header .site-nav a .stor-icons *{
    width:100%;
    height: 100%;
}

.product-slideshow .slick-prev, .product-slideshow .slick-next{
    width: 91px;
    height: 91px;
    background-color: rgba(176, 186, 197, 0.5);
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
}
.product-slideshow .slick-prev{
    left:-45px;
}
.product-slideshow .slick-next{
    right:-45px;
}
.product-slideshow .slick-arrow:before{
    color:#fff !important;
    font-size:30px !important;
}
.product-slideshow .slick-arrow:hover{
    background: #bfc7d1;
}

/********** Mega menu ******************/
.header-wrapper{
    transition: all 0.5s;
}

#shopify-section-mega-menu-section.sticky-menu{
    position: fixed;
    top: 60px;
    z-index: 99;
    background: #fff;
    right: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

#navigation{
    position:relative;
    display:block;
    width:100%;
    transition: all 0.5s;
}
.header-wrapper.stick-menu,
#navigation.stick-menu{
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999999999;
}
#navigation.stick-menu .menu-container-wrap{
    margin: 0px 0px;
}
#navigation.stick-menu .menu-container-wrap > li {
    margin-right: 45px;
}
.header-wrapper.fixed-menu,
#navigation.fixed-menu{
    top: 0px;
}
body .header-wrapper.fixed-menu .top-header{
    padding-top:0px;
    padding-bottom:0px;
}

#navigation .menu-link-icon{
    display:none;
}
#navigation .menu-container-wrap > li{
    list-style:none;
    text-align:center;
    margin-right: 83px;
}
#navigation .menu-container-wrap > li:last-child{
    margin-right:0px;
}

#navigation .menu-container-wrap > li .menu_item_link,
#navigation .menu-container-wrap > li > a{
    display: block;
    padding: 20px 0px 14px 0px;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #8091a5;
    position: relative;
    cursor:pointer;
  z-index:3;
}

#navigation.stick-menu .menu-container-wrap > li .menu_item_link, #navigation.stick-menu .menu-container-wrap > li > a{
    padding: 15px 5px;
}

/* #navigation .menu-container-wrap > li.parent-item > .menu_item_link{
	padding-left:25px;
  	padding-right:55px;
}
*/

#navigation .menu-container-wrap > li .menu_item_link .collapse-iocn,
#navigation .menu-container-wrap > li > a .collapse-iocn{
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    margin-left: 10px;
    color: #000;
    position:absolute;
    right:25px;
    top: 50%;
    transform: translateY(-50%);
}



#navigation .menu-container-wrap > li .menu_item_link:hover,
#navigation .menu-container-wrap > li.active_btn > a,
#navigation .menu-container-wrap > li > a:hover{
    color:#313541;
}


#navigation .menu-container-wrap .submenu li{
    display:block;
    width:100%;
}

#navigation .menu-container-wrap li.menu-item{
    position:relative;
    list-style:none;
}

.primary-menu{
    display:block;
    position: relative;
}
.nav li.mega-menu-parent{
    position: static;
}

.menu-menu-container{
    padding-top:20px;
    padding-bottom: 10px;
    display: block;
    background: #fff;
    margin: 0px auto;

}
.widget-layout-box{
    display:flex;
    text-align: left;
    justify-content: center;
}
.menu-menu-list,
.widget-content{
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px;
    box-sizing: border-box;
}

.menu-menu-list ul{
    margin:0;
    padding:0;
}
.menu-menu-list ul li{
    display:block;
}

.menu-menu-list ul li a{
    display:block;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #667587 !important;
    padding: 7px 0px;
}
.menu-menu-list ul li a:hover{
    color: #313541!important;
}
.menu-menu-list ul li{
	padding-left:0px;
}
.menu-menu-list ul li.menu-title{
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    padding-bottom: 7px;
  padding-left:0px;
}
.menu-menu-list ul li.menu-title a{
    font-size: 16px !important;
    line-height: 2;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
	  color: #0e1118 !important;
	  padding:0 !important;
}
.menu-menu-list ul li.view-all{
    margin-top: 24px;
}
.menu-menu-list ul li.view-all a{

    /*font-size: 14px;
    font-weight: 600;
      color: #313541!important;
    */
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;

    border-bottom: 1px solid #8091a5;
    display:inline-block;
}
.menu-menu-list ul li a:hover{
    color:#313541 !important;
}
.menu-menu-list ul li.view-all a:hover{
    color: #667587!important;
}
.widget-title{
    font-weight: 600;
    color: #16181e;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    display:block;
    margin-bottom: 15px;
}
.widget-text{
    display:block;
    margin:0px;
    padding:10px 0px;
}
.widget-text h6{
    margin:0px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1b1b1b;
    margin-bottom: 3px;
}
.widget-text p{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}




/************/
/* 
#judgeme_product_reviews .jdgm-histogram{
    border-left:0;
    border-right:0;
}
#judgeme_product_reviews .jdgm-histogram__star .jdgm-star{
    font-size: 19px ;
}
#judgeme_product_reviews .jdgm-histogram__percentage, #judgeme_product_reviews .jdgm-histogram__frequency{
    font-size: 16px;
    color:#8091a5;
    margin-left: 2px;
}
#judgeme_product_reviews .jdgm-histogram__frequency{
    margin-left: 15px ;
}

#judgeme_product_reviews  .jdgm-histogram__row{
    margin-bottom:11px;
}
#judgeme_product_reviews  .jdgm-rev-widg__summary-text{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8091a5;
}
.jdgm-rev__author-wrapper{
    padding-top: 8px;
    display: inline-block;
}
.jdgm-histogram__bar-content{
    background: #667587 !important;
}
.jdgm-rev-widg__body .jdgm-rev__timestamp{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8091a5;
    opacity: 1;
    padding-left: 14px;
}
.jdgm-rev-widg__body .jdgm-quest, .jdgm-rev-widg__body .jdgm-rev {
    position: relative;
    overflow: hidden;
    border-top: 0;
    margin-top: 16px;
    background: #f9fbfd;
    padding: 30px 18px;
}
.jdgm-rev-widg__body .jdgm-rev__icon {
    position: relative;
    float: left;
    width: 4.4em;
    line-height: 4.4em;
    margin-right: 12px;
    text-align: center;
    border-radius: 50%;
    color: #666;
    background-color: #f4f7fa;
    margin-top: -10px;
}
.jdgm-rev-widg__body .jdgm-rev__title {
    display: block;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.94px;
    color: #313541;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.jdgm-rev-widg__body .jdgm-rev__content{
    padding-left: 82px;
}
.jdgm-rev-widg__title {
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -65px;
    margin: 0px;
}
.jdgm-rev-widg__title:after{
    content:"";
    display:block;
    margin:21px auto 0px auto;
    width: 48px;
    height: 2px;
    border-bottom: solid 5px #bdca00;
}
#judgeme_product_reviews .jdgm-rev-widg__header{padding: 50px; position: relative; }
#judgeme_product_reviews .jdgm-all-reviews-widget, #judgeme_product_reviews .jdgm-rev-widg{
    padding:0px;
    border-color: #dfe6ee;
}
#judgeme_product_reviews .jdgm-rev-widg__body{
    padding:15px;
}

#judgeme_product_reviews input[type="submit"],
#judgeme_product_reviews  .jdgm-write-rev-link{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #16181e;
    background: #bdca00;
    border: 0px;
    padding: 19px 44px;
    border-radius: 5px;
}
#judgeme_product_reviews input[type="submit"]:hover,
#judgeme_product_reviews  .jdgm-write-rev-link:hover {
    background: #a9c443;
}
#judgeme_product_reviews .jdgm-sort-dropdown{
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1b1b1b;
    height: 51px;
    padding: 0px 20px;
    width: 234px;
    border: 1px solid #8091a5;
}
#judgeme_product_reviews .jdgm-sort-dropdown-arrow {
    margin-left: -23px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid black;
}
#judgeme_product_reviews .jdgm-sort-dropdown-wrapper{
    margin-top: 66px;
}
.jdgm-prev-badge__text{
    letter-spacing: normal;
    color: #8091a5;
    padding-left: 14px;
    text-transform: capitalize;
    text-decoration: underline;
}
.jdgm-widget.jdgm-widget {
    display: block;
    margin-bottom: 10px;
}
.jdgm-histogram__bar:after{
    background:#667587 !important;
} */

input:focus,
button:focus{
    outline:0px;
    box-shadow:none;
}
#Quantity{
    width: 100%;
    height: 45px;
    border: solid 1px #dfe6ee;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313541;
    padding: 10px 25px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.tooltipster-base p{
    margin-bottom:0px;
}


.gallery-row{
    margin-left:-15px;
    margin-right:-15px;
}
.gallery-row:after{
    display:table;
    content:"";
    clear: both;
}
.gallery-row .imageGrid{
    float:left;
    padding:15px;
}
.imageBox{
    display: block;
}
.imageBox img{
    width:100%;
    object-fit: cover;
}

/*************** related products *************/
.template-product .related-products-wrapper{
    display:none !important;
}
.related-products-wrapper{
    display:block;
    padding-top:25px;
    padding-bottom:100px;
}
.product-single__related .grid-product__content{
    text-align:center;
}
.product-single__related .grid-product__content .image-wrap{
    padding-bottom:100% !important;
}
.product-single__related .grid-product__content .grid-product__image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-single__related .grid-product__content .grid-product__title{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f4a56;
    min-height: 46px;
    margin-bottom: 14px;
    margin-top: 18px;
}
.product-single__related .grid-product__content .grid-product__price{
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1b1b1b;

}
.product-single__related .grid-product__content .grid-product__price .grid-product__price--original{
    color: #b44b28;
}
.section-header{
    text-align:center;
}
.section-header .section-header__title {
    letter-spacing: normal;
    text-align: center;
    color: #16181e;
    display:inline-block;
    padding: 10px 0 5px;
}
.placeholder-svg{padding: 0;}
body.product-template-contain .section-header .section-header__title:after{
    content:"";
    display:block;
    margin: 22px auto 0px auto;
    width: 48px;
    height: 1px;
    border-bottom: solid 5px #bdca00;
}

.product-menu-wrapper{
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.product-menu-wrapper .page-width{
  position: relative;
}

.product-menu-wrapper{
    position: fixed;
    left: 0;
    right: 0;
    top: -150px;
    z-index: 999;
    background: #fff;
    border-bottom:1px solid #dfe6ee;
    opacity:0;
    visibility:hidden;
   padding-left: 40px;
    padding-right: 40px;
  
}
.product-menu-wrapper.stick-product-menu{
  opacity:1;
    visibility:visible;
    top:0; 
  
}
.product-menu-wrapper .logo{
    float:left;
    padding-top: 28px;
    display:none;
}
.product-menu-wrapper.stick-product-menu .logo{
	display:inline-block;
}
.product-menu-wrapper .product-menu{
    float:right;
}
.product-menu-wrapper .menu{
    margin:0;
    padding:0;
}
.product-menu-wrapper .menu li{
    display:inline-block;
    padding:0px 23px;
    margin-bottom: 0px;
}
.product-menu-wrapper .menu li a{
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #8091a5;
    padding:34px 0px;
    display:block;
    position: relative;
}
.product-menu-wrapper .menu li.active a,
.product-menu-wrapper .menu li a:hover{
    color: #313541;
}

.product-menu-wrapper .menu li:hover a:after,
.product-menu-wrapper .menu li.active a:after{
    content:"";
    display:table;
    clear:both;
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:3px;
    background:#bdca00;
}
.product-menu-wrapper .menu li a.add_to_cart {
    font-size: 16px;
    letter-spacing: normal;
    font-size: 16px;
    padding: 11px 22px;
    display: block;
    color:#16181e;
}
.product-wrapper:after{
    content:"";
    display:table;
    clear:both;
}
.product-icon{
    float: right;
    padding: 34px 0px;
}
.product-icon a{

    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #8091a5;

}


a.action--wishlist{
    color: #b0bac5;
}
.action--wishlist.is-active, a.action--wishlist:hover {
    color: #bdca00 !important;
}
#shopify-section-mega-menu-section.sticky-menu .announcement{
    display:none;
}




.prodcut-img a{width:100%; }
.product-single__related .product-grid{
    padding:12px;
}
.product-single__related .prodcut-img{
    display:block;
    margin-bottom: 18px;
}
.product-single__related .prodcut-img a{
    position: relative;
    display:block;
    padding-top: 100%;
}
.product-single__related .prodcut-img a img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.product-single__related .product-title{
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f4a56;
    min-height: 60px;
}
.product-single__related .prodcut-price span{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1b1b1b;
}



/********************************* Collection Page ********************/


.accessories-carousel .product-grid{margin:8px;  max-width: 300px; float:left; }
.accessories-carousel .product-grid .prodcut-img a div{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 115%;
    background:#f4f7fa;
}
.accessories-carousel .product-grid .prodcut-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accessories-carousel .prodcut-price{display:none !important; }
.accessories-carousel .product-title{font-weight:700;}
.accessories-carousel .product-infor{
    margin-top: 15px;
    min-height: 75px;
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.accessories-carousel .product-infor a{
    display: block;
    text-align: center;
    width: 100%;
}


.filter-wrapper{display:block; }
.filter-wrapper:after{clear:both; display:table; content:""; }
.filter-wrapper{
    border-top: 1px solid #dfe6ee;
    border-bottom: 1px solid #dfe6ee;
    padding: 23px 0px;
}
.filter-wrapper select{
    width: 225px;
    height: 46px;
    background-color: #3f4a56;
    color: #fff;
    background-image:url('https://cdn.shopify.com/s/files/1/0267/1126/1232/files/ico-select.svg?80257') !important;
}

.pagination-list{
    padding:0px;
    margin:0px;
    list-style:none;
}
.pagination-list li{float:left; padding:9px 15px; margin-bottom:0px;}
.pagination-list .paginate-counter{
    font-weight: 500;
    padding-right: 25px;
    padding-left: 0px;
}
.pagination-list .pages a{
    color: #B0BAC5;
}
.pagination-list,
.pagination-grid:after,
.pagination-wrapper:after{content:""; display:table; clear:both; }
.pagination-wrapper{display:block; width:100%; }
.pagination-list .pages.current-active a{
    color: #0e1118;
}
.bottom-pagination{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid #dfe6ee;
    margin-top: 10px;
}
.bottom-pagination .pagination-wrapper{width:auto; display:inline-block; }
.pagination-list .control-page a{ font-weight:500; }
.pagination-list .control-page{padding:9px 13px;}

.collection-products .grid-product__image-mask .image-wrap{
    padding-bottom:100% !important;
}
.collection-products .grid-product__image-mask .image-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width:100%;
    height:100%;
}
.collection-products .jdgm-preview-badge .jdgm-star.jdgm-star {
    font-size: 13px;
}
.collection-products .jdgm-prev-badge__text {
    font-size: 15px;
}
.collection-products .jdgm-widget.jdgm-widget{margin-bottom:0px;}
.collection-products .product-rating{
    display: block;
    margin: 14px 0px;
}


/*******************************************/

/********** media quiries ******************/

/*******************************************/

#shopify-section-mega-menu-section{background:#fff; top:0; transition: all 0.3s; min-height:auto !important; }

@media screen and (max-width: 1025px){
  
 
  #shopify-section-mega-menu-section #navigation{
    position: absolute;
    top:56px;
    left:0;
    right:0;
        z-index: 9999999;
    background:#fff;
    
  }
	#shopify-section-mega-menu-section.stick-mega-menu #navigation{
        position: fixed;
        top:62px;
        left:0;
        right:0;
        z-index: 999;
        background:#fff;
      	height: calc(100vh - 62px);
      	overflow-y: scroll;
      }
}
@media screen and (min-width: 1025px){
	#shopify-section-mega-menu-section{
      min-height:108px;
    }
}
@media screen and (min-width: 1025px){
	#shopify-section-mega-menu-section{
      min-height:108px;
    }

}
@media screen and (min-width: 1024px){
	
    .product-icon{
        display:none;
    }
    .product-menu{
        display:inline-block;
    }


    #navigation .menu-container-wrap{
        display:flex;
        align-items:center;
        margin:0px -40px;
        justify-content:center;
    }
    #navigation .menu-container-wrap > li .menu_item_link:after,
    #navigation .menu-container-wrap > li > a:after{
        position: absolute;
        content:"";
        left:50%;
        transform: translateX(-50%);
        width:0%;
        bottom: -5.66px;
        background: #becb00;
        height: 4px;
        -webkit-transition: width 0.1s; /* For Safari 3.1 to 6.0 */
        transition: width 0.1s;
        visibility:hidden;
        z-index:999;
    }
    #navigation .menu-container-wrap > li:hover .menu_item_link:after,
    #navigation .menu-container-wrap > li.active_btn .menu_item_link:after,
    #navigation .menu-container-wrap > li.active_btn a:after,
    #navigation .menu-container-wrap > li:hover > a:after{
        width:100% !important;
        visibility:visible;
    }

    .menu-menu-wrapper{
        position: absolute;
        top: 100%;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        pointer-events: auto;
        -webkit-transition: opacity0.3sease,visibility .3s ease;
        -o-transition: opacity0.3sease,visibility .3s ease;
        transition: opacity0.3sease,visibility .3s ease;
        will-change: opacity,transform;
        border-top: 1px solid #f4f7fa;
    }
    #navigation .menu-container-wrap > li:hover .menu-menu-wrapper,
    ul.nav > li.mega-menu-parent:hover .menu-menu-wrapper{
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity0.3sease,visibility .3s ease;
        -o-transition: opacity0.3sease,visibility .3s ease;
        transition: opacity0.3sease,visibility .3s ease;
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
        z-index: 99;
    }

    #navigation .menu-container-wrap .submenu li a{
        display:block;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.4px;
        color: #8091a5;
        position: relative;
        padding: 13px 0px;
        border-bottom: 1px solid #f4f7fa;
        text-align:left;
    }

    #navigation .menu-container-wrap li:hover > .submenu{
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity0.3sease,visibility .3s ease;
        -o-transition: opacity0.3sease,visibility .3s ease;
        transition: opacity0.3sease,visibility .3s ease;
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
        z-index: 99;
    }
    #navigation .menu-container-wrap .submenu a:hover{
        color: #313541;
    }
    #navigation .menu-container-wrap .submenu{
        position: absolute;
        top: 100%;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        pointer-events: auto;
        -webkit-transition: opacity0.3sease,visibility .3s ease;
        -o-transition: opacity0.3sease,visibility .3s ease;
        transition: opacity0.3sease,visibility .3s ease;
        will-change: opacity,transform;
        margin:0px;
        flex-wrap: wrap;
        box-sizing: content-box;
        padding: 15px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 1px solid #f4f7fa;
        top: 104%;
        min-width: 150px;
    }

    /***********/

    .collapse-iocn .fa-angle-right{
        display:none;
    }
    .site-header__search-btn{
        padding: 0 12px;
        height:37px;
    }

    .menu-container{
        display: block;
        margin-left: -2%;
        margin-right: -4%;
    }

    .menu-container ul.nav{
        width:100%;
        display:flex;
    }
    .menu-container ul.nav > li{
        width:100%;
        text-align:center;
    }
    .menu-container ul.nav > li > a{
        padding: 40px 19px;
    }


    .desktop-hide{
        display:none !important;
    }
    ul li..site-nav__item:first-child{
        padding-left:0px;
    }
    .top-header .site-nav{
        float:right;
        display: inline-flex;
        align-items: center;
        margin-right: -15px;
        margin-bottom:0px;
    }
    .top-header .site-nav li{
        float:left;
    }

    .footer-left-container{float:left; width: calc(100% - 350px); display: inline-flex; }
    .newsletter-container{ width: 350px; float: right; }
    .footer-left-container .grid__item {
        padding-right: 20px;
    }
    .newsletter-container .footer__social{
        display: block;
        clear: both;
        padding-top: 18px;
    }

    .image-grid > div{
        height:400px;
    }
    .image-box-row  .image_grid .box{
        min-height:568px;
        width:100%;
    }
    .image-box-row  .image_grid.grid_0{
        width: 57.68%;
        border-right: 2px solid #f4f7fa;
    }
    .image-box-row  .image_grid.grid_1{
        width: 42.32%;
    }
    .image-box-row  .image_grid.grid_1 .image-content-overlay{
        padding: 50px 44px;
    }

    .testmoninal_single_slide p{
        font-size: 27px;

    }

    #navigation .menu-container-wrap > li .menu_item_link .collapse-iocn, #navigation .menu-container-wrap > li > a .collapse-iocn{
        display:none;
    }
    .product-menu-wrapper .menu li a.add_to_cart{

        margin-left:25px;
    }

}
@media screen and (min-width: 1350px){
    .footer-left-container .grid__item{
        padding-right: 50px;
        width:auto;
    }
}

@media screen and (max-width: 1350px){

    #navigation .menu-container-wrap > li{
        margin-right:0px !important;
    }
    #navigation .menu-container-wrap > li .menu_item_link, #navigation .menu-container-wrap > li > a{
        padding: 40px 0px;
        margin-right:0px;

    }
    #navigation .menu-container-wrap > li{
        width:100%;
    }
    #navigation .menu-container-wrap > li .menu_item_link .collapse-iocn, #navigation .menu-container-wrap > li > a .collapse-iocn{
        position: absolute;
        right: -3px;
    }
}
@media(max-width: 1270px){
    .image-grid .grid-image-text h4, .image-grid .grid-image-text p, .image-grid .grid-image-text h2, .image-grid .grid-image-text h3{
        font-size: 20px;
    }
    .image-grid .grid-image-text h6, .image-grid .grid-image-text h5{font-size: 14px;}
}
@media(max-width: 1200px){
    .image-grid .grid-btn {
        min-width: 160px;
        padding: 18px 10px;
    }
    .image-grid .grid-overlay .flex-content .grid-image-text{padding-right: 10px;}
    .dual-features-sidebyside-block .image-grid .grid-overlay .grid-btn {
        margin-top: 0px;
        margin-left: auto;
        margin-bottom: 15px;
    }
    .dual-features-sidebyside-block .col{padding-left: 10px;padding-right: 10px;}
  
  .product-icon{
        display:inline-block;
    }
    .product-menu{
        display:none;
    }
    .product-menu{
        width:100%;
    }
  .product-menu-wrapper .menu{
  	position: absolute;
    left:0;
    right:0;
    z-index: 99;
    background:#fff;
    padding-left:50px;
    padding-right:50px;
    height:100vh;
  }
    .product-menu-wrapper .menu li{
        display:block;
        padding:0px;
        border-bottom: 1px solid #dfe6ee;
    }
    .product-menu-wrapper .menu li a{
        padding: 23px 0px;
    }
    .product-menu-wrapper .menu li:hover a::after, .product-menu-wrapper .menu li.active a::after {
        bottom:0px !important;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px){
  #navigation .menu-container-wrap > li{width:auto; padding-right:25px;}
}

@media screen and (min-width: 1024px) and (max-width: 1100px){
  #navigation .menu-container-wrap > li{width:auto; padding-right:18px;}
}

@media screen and (max-width: 1024px){

	
    /************** menu **************/
    
    .widget-layout-box{
        display:block;
    }
    #navigation{
        display:none;
        transition: all 0s;
    }
    .site-nav__link{
        outline:0;
        border:0;

    }
    #navigation .menu-container-wrap{
        display:block;
        margin: 0px auto;
    }
    #navigation .menu-container-wrap > li{
        display:block;
        transition: all 0.7s;
      	position:relative;

    }
   #navigation .menu-container-wrap .submenu,
    .menu-menu-wrapper{ position: relative; top: 0px; visibility:visible; opacity:1; display:none;}
  	
  #navigation .menu-container-wrap .submenu li a{padding-right:25px; padding-left:25px;}
    #navigation .menu-container-wrap li.active_btn,
    #navigation ul > li:hover{
        background:#f4f7fa;
    }
    #navigation .menu-container-wrap > li .menu_item_link,
    #navigation .menu-container-wrap > li > a{
        padding: 22px 0px;
        text-align: left;
        padding-left: 90px !important;
        padding-right:20px;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: 1.2px;
        border-bottom: 1px solid #f4f7fa;
    }
    #navigation .menu-container-wrap > li:hover .menu_item_link:before,
    #navigation .menu-container-wrap > li.active_btn .menu_item_link:before,
    #navigation .menu-container-wrap > li.active_btn > a:before,
    #navigation .menu-container-wrap > li:hover > a:before{
        content:"";
        width: 4px;
        background:#bdca00;
        position:absolute;
        left:0;
        height:100%;
        top:0;
    }
    #navigation .menu-link-icon{
        display:block;
        position: absolute;
        left: 25px;
        top: 0;
        height: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        width: 37px;
       justify-content: center;
    }
    #navigation .menu-container-wrap > li.active_btn .menu_item_link .defaul-icon,
    #navigation .menu-container-wrap > li.active_btn a .menu-link-icon .defaul-icon,
    #navigation .menu-link-icon .hover-icon{
        display:none;
    }
    #navigation .menu-container-wrap > li.active_btn .menu_item_link .hover-icon,
    #navigation .menu-container-wrap > li.active_btn a .menu-link-icon .hover-icon{
        display:block;
    }
    #navigation .menu-container-wrap > li .menu_item_link .collapse-iocn,
    #navigation .menu-container-wrap > li > a .collapse-iocn {
        position: absolute;
        right: 15px;
    }
    .menu-menu-wrapper,
    .submenu{
        display:none;
    }
    #navigation .page-width{padding:0px;}

    .submenu li a{

        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: 1.2px;
        border-bottom: 1px solid #f4f7fa;
        display: block;
        width: 100%;
        text-align: left;
        color: #8091a5;
        padding: 17px 0px;

    }

    /*********************************/

    .collapse-iocn .fa-angle-down{
        display:none;
    }
    .site-header .grid--table{
        height: 60px;
    }
    .site-nav.site-nav--mobile{
        display:inline-flex;
    }

    .site-header .small--hide,
    .menu-container{
        display:none !important;
    }
    .menu-container .nav .site-nav__link{
        padding: 40px 23px;
    }
    .site-header ul.nav,
    .top-header .small--hide{
        display:none !important;
    }
    .top-header .medium-up--hide{
        display:table-cell !important;
        text-align: right;
    }
    .site-header .grid--table > .grid__item {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    .footer-left-container,
    .newsletter-container{ /* width: 100%; display:block; */ }
    .top-header .site-nav a{padding: 4px 6px;}
    .image-box-row  .image_grid .box {
        min-height: 429px;
    }
    .image-content-overlay{
        padding: 50px 30px;
    }

    .image-content-overlay .grid-title{
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
    }
    .image-content-overlay .grid-text p, .image-content-overlay .grid-text{
        font-size: 20px;
    }

    .video_style_2 .h3{font-size: 24px;}

    .video_style_2 .subtitle{font-size: 12px;}



    /********* search ********/
    #shopify-section-header .site-header__search .site-header__search-input,
    #shopify-section-header .site-header__search{
        background-color: #f4f7fa;
    }
    #shopify-section-header .site-header__search-container.is-active{
        top:61px;
        height: 46px;
    }
    #shopify-section-header .site-header__search-container .site-header__search-btn{
        height: 46px;
        padding: 0 15px;
    }
    #shopify-section-header  .site-header__search-input{
        font-size: 14px;
        color:#b0bac5;
    }

}

@media screen and (min-width: 923px) and (max-width: 1024px){
	.widget-layout-box{ display:flex; }
}

@media screen and (min-width: 924px){
  .menu-menu-list{min-width:230px}
    .col-4{
        width:25%;
    }
    .col-5{
        width:20%;
    }
    .col-6{
        width:16.666%;
    }
    .col-3{
        width:33.333%;
    }
    .col-2{
        width:50%;
    }
    .col-full{
        width:100%;
    }
}


@media screen and (min-width: 768px) and (max-width:924px){
    .tablet-col-4{
        width:25%;
    }
    .tablet-col-5{
        width:20%;
    }
    .tablet-col-6{
        width:16.666%;
    }
    .tablet-col-3{
        width:33.333%;
    }
    .tablet-col-2{
        width:50%;
    }
    .tablet-col-full{
        width:100%;
    }
  
}

@media screen and (max-width: 99px){
  .menu-menu-list{
    border-bottom: 1px solid #f4f7fa;
    margin-bottom: 5px;
    width: 100%;
  }
}

@media screen and (max-width:767px){
    .mobile-col-2{
        width:25%;
    }
    .mobile-col-5{
        width:20%;
    }
    .mobile-col-6{
        width:16.666%;
    }
    .mobile-col-3{
        width:33.333%;
    }
    .mobile-col-2{
        width:50%;
    }
    .mobile-col-full{
        width:100%;
    }
}


@media screen and (max-width: 924px){
    .newsletter-container{
        padding:25px 0px;
    }
  .jdgm-rev-widg__sort-wrapper:after{
  	content:"";
    display:table;
    clear:both;
  }

}
@media screen and (max-width: 900px){

  .jdgm-widget-actions-wrapper{float:left !important; margin-top:25px !important; }
  .jdgm-rev-widg__sort-wrapper{
      float: right !important;
      clear: inherit !important;
      margin-top: 30px !important;
  }
  #judgeme_product_reviews .jdgm-sort-dropdown-wrapper {
      margin-top: 0;
  }
    .image-grid .grid-overlay .flex-content {
        display: block;
    }
}

@media screen and (max-width: 768px){
  
  
    #Quantity{width:100%;}
    .top-header{
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .logo-bar__item .logo-title{
        font-size: 15px;
    }
    .announcement__text p{font-size:13px; text-align: center; }
    .announcement__text {
        padding: 12px 20px;
    }
    .image-box-row{
        display:block;
    }
    .image-box-row .image_grid{
        width:100%;
    }
    .logo-bar__item{
        max-width: inherit;
        margin: 0px;
        padding: 15px;
    }

.data-table{
  	overflow-x: scroll;
  }
    .image-grid .grid-overlay {
        padding: 0px 27px 22px 27px;
    }
    .instagram-title-wrapper{
        display:block;
        padding-bottom:40px;
    }
    .instagram-title-wrapper header,
    .instagram-title-wrapper > div{
        width:100%;
        text-align: center;
    }
    .section-header p{
        font-size:14px;
    }
    .instagram-feed-wrap .grid__item {
        width: 50%;
    }
    .site-header__logo{
        width:125%;
    }

    .carousel-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carousel-wrapper .product-grid{
        padding:0px;
    }

    .carousel-wrapper .slick-prev{
        left:0;
        z-index:1;
        border: 0;
        outline: 0;
    }
    .carousel-wrapper .slick-next{
        right:0;
        z-index:1;
        border: 0;
        outline: 0;
    }
    .carousel-wrapper .slick-prev:before,
    .carousel-wrapper .slick-next:before{
        font-size:55px;
        text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.49);
        background: rgba(0,0,0,0.6);
        color: #fff;
        padding: 0 8px;
    }

}


@media screen and (max-width: 767px){
    #shopify-section-footer .collapsible-trigger-btn{
        padding: 15px 0px;
    }
    .newsletter-container .footer__social {
        padding-top: 20px;
        border-top: 2px solid #3f4a56;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .newsletter-container .footer__social li{
        margin: 0 15px 0 0px;
    }
    .newsletter-container .footer__social .icon {
        width: 27px;
        height: 27px;
    }

    .copyright ul li:first-child{ display:block; }
    .copyright ul li{ padding: 3px 10px;}

    /********** rating ************/
    #judgeme_product_reviews .jdgm-sort-dropdown-wrapper{ width:100%; margin-top:2px; }
    #judgeme_product_reviews .jdgm-histogram{
        margin-bottom: 17px !important;
    }
    #judgeme_product_reviews .jdgm-sort-dropdown{width:100%;}

    .slick-dots li{
        margin:0px !important;
    }
    #judgeme_product_reviews .jdgm-rev-widg__header{
        padding:15px;
    }

    .product-menu-wrapper .logo{
        padding-top: 13px;
    }
    .product-icon {
        float: right;
        padding: 20px 5px;
    }
    .product-menu-wrapper .menu li a.add_to_cart{
        margin-bottom: 18px;
        margin-top: 18px;
        text-align: center;
    }
    .quantity-tooltip{
        text-align: left !important;
    }

    .grid-overflow-wrapper .grid__item{
        margin:0px !important;
    }
  .jdgm-rev-widg__sort-wrapper{ width:100%; }
}
@media screen and (max-width: 667px){
    .mobile-hidden{
        display:none;
    }
  #reviews .page-width{
        padding:0px 0px;
    }
}

@media screen and (min-width: 580px){
    .instagram-title-wrapper{
        display:flex;
        flex-wrap: wrap;
    }

}
@media screen and (max-width: 580px){
    .product-single__related{
        max-width: 360px;
        width:100%;
        display: block;
        margin: 0px auto;
    }
    .product-single__related .grid__item{
        padding:0px;
        width:auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0;
        flex: 0 0 0;
    }
    .section-header__title {
        font-size: 24px;
        line-height: 1.21;
    }
    .product-carousel-title{
        padding-left: 45px;
        padding-right: 45px;
    }
    .image-grid .grid-overlay .flex-content {
        display: block;
    }
    .image-grid .grid-image-text h6, .image-grid .grid-image-text h5{
        font-size: 12px;
    }
    .image-grid .grid-image-text h4, .image-grid .grid-image-text p, .image-grid .grid-image-text h2, .image-grid .grid-image-text h3{
        font-size:20px;
    }
    .dual-features-sidebyside-block .image-grid .grid-overlay .grid-btn {

        margin-left: 0;
        margin-bottom: 5px;
        width: 205px;
    }
    .dual-features-sidebyside-block.index-section{
        padding-top: 0;
    }
    .dual-features-sidebyside-block .col{
        padding-top:0;
    }
    .testimonial-author{
        display:block;
    }
    .author-img {
        margin-right: 0;
        display: inline-block;
        margin-bottom:20px;
    }
    .testimonials-slider__text cite{
        text-align:center;
    }
    .testimonials-wrapper .slick-prev, .testimonials-wrapper .slick-next{
        display:none !important;
    }

    .copyright ul li{padding: 6px 20px;}
    .index-section-instagram .page-width{padding-left: 10px; padding-right: 10px;}
    .index-section-instagram .section-header p br{display: none;}
    .instagram-title-wrapper {
        padding-bottom: 30px;
    }
    .instagram-title-wrapper .follow-us{padding-top: 0 !important;}

}

@media screen and (max-width: 380px){

    .product-single__related{
        max-width:84%;
    }
}

@media screen and (max-width: 320px){


}


/*======*/
.section-title{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.section-title h2{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: normal;
}
.section .section-title{
    margin-bottom: 15px;
}
.section .section-title h2{
    font-weight: 600;
}
.section-title.bordered-title{
    margin-bottom: 35px;
}
.section-title.bordered-title h2{
    border-bottom: 1px solid #b2bcc7;
    padding-bottom: 20px;
}
.index-section-testimonials-stacked .section-header.page-title{padding-top: 15px;}
.section-header.page-title h1{
    font-size: 45px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    color: #16181e;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-header.page-title h2.sub-title{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: #a9c443;
}

.banner-hero-section{
    background-size:cover !important;
    background-position:center !important;
    position: relative;
}
.banner-hero-section .text-block h1,.banner-hero-section .text-block h2,.banner-hero-section .text-block p{
    letter-spacing: 0;
}
.banner-hero-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    z-index: -1;
}
.banner-hero-section .section-content{
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-hero-section .text-block {
    display: flex;
    min-height: 540px;
    align-items: center;
    letter-spacing: 0px !important;
}
.banner-hero-section .text-block .block-content{
    background: #fff;
    padding: 65px 40px 40px;
    max-width:640px;
}
.banner-hero-section .text-block h1{margin-bottom: 15px;line-height: 1.1;text-transform: uppercase; font-size:2.8em;}
.banner-hero-section .text-block h2{color: #a7c340;font-weight: 500;}
.banner-hero-section .text-block p{
    line-height: 1.88;
    color: #1b1b1b;font-weight: 500;
}
.banner-hero-section .text-block .description{padding-top: 10px;}

.testimonial-stack-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px;
}
.testimonial-stack-item .item-content{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #ffffff;
    box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.09);
    padding: 43px 60px;
}
.testimonial-stack-item .item-content .message{
    color: #3f4a56;
}
.testimonial-stack-item .item-content .message p{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: normal;
    color: #3f4a56;
    line-height: normal;
}
.testimonial-stack-item .testimony-meta-info {
    max-width: 410px;
    padding-top: 20px;
  	display:flex;
    align-items: center;
}
.testimony-meta-info .profile-img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-size: cover !important;
    background-position: center !important;
    float: left;
}
.testimony-meta-info .testimony-info {
    width: calc(100% - 88px);
    padding-left: 20px;
    float: left;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 6px;
}
.testimony-meta-info .testimony-info h6 {
    color: #3f4a56;
    margin-bottom: 7px;
    font-size: 1em;
}
.testimony-meta-info .designation {
    color: #667587;
}
.testimony-meta-info .designation span {
    display: inline-block;
    line-height: 1.4;
}
.pagination-block {
    padding: 40px 0;
    border-bottom: 1px solid #b0bac5;
}
.pagination-block ul{margin: 0;}
.pagination-block li{display: inline-block;margin-left: 6px;margin-right: 6px;}
.pagination-block li a {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    padding-left: 1px;
}
.pagination-block li.active a{
    background: #a9c443;
}
.pagination-block li.arrow a{
    width: auto;
    background: none;
}
.bundle-compare-section .page-content{padding-top: 45px; padding-bottom: 45px;}
.bundle-compare-block table {
    border-spacing: 0;
    table-layout: fixed;
    letter-spacing: normal;
}
.bundle-compare-block table *{letter-spacing: normal;}
.bundle-compare-block table thead th{vertical-align: top;}
.bundle-compare-block table th,.bundle-compare-block table td{
    border: none;text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}
.bundle-compare-block > table > thead tr > th, .bundle-compare-block > table > tbody tr > td{
    border-bottom: 1px solid #dfe6ee;
}
.bundle-compare-block table thead h2{
    font-size: 45px;
    color: #16181e;
    padding-top: 30px;
}
.bundle-compare-block table th:first-of-type,.bundle-compare-block table td:first-of-type{
    text-align: left;
    padding-left:0;
    padding-right: 55px;
}
.bundle-compare-block thead .product-title h3{
    font-size: 22px;
    font-weight: 600;
    color: #16181e;
}
.bundle-compare-block thead .pricing{margin-bottom: 15px;}
.bundle-compare-block thead .pricing h6 {
    font-size: 24px;
    font-weight: 400;
    color: #b44b28;
    margin: 0;
} 
.bundle-compare-block thead .pricing span{
    color: #b44b28;
    font-style: italic;
    font-weight: 400;
}
.bundle-compare-block thead .pricing span.product__price--compare{
    color: #1b1b1b;
     font-size: 1em !important;
    font-style: italic;
    font-weight: 400;
}

.bundle-compare-block thead .product-short-desc{
    color: #3f4a56;
    font-weight: 400;
    padding: 10px 0 5px;
}
.bundle-compare-block thead .product-short-desc a{
    display: inline-block;
}
.bundle-compare-block thead .product-short-desc p{line-height: normal;}
.bundle-compare-block thead .btn-content{margin-bottom: 30px;}
.bundle-compare-block tbody h4{
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    line-height: normal;
}
.bundle-compare-block tbody td .icon{width: 34px;height: auto;}
.hero-centered-content-section{
    text-align: center;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
}
.hero-centered-content-section *{
    letter-spacing: 0;
}
.hero-centered-content-section .hero-centered-content {
    min-height: 300px;
    display: flex;
    align-items: center;
    max-width: 795px;
    margin: 0 auto;
}
.hero-centered-content-section .hero-centered-content .content-holder{
    width: 100%;
    vertical-align: top;
    display: inline-block;
}
.hero-centered-content-section .hero-centered-content h1{
    font-size: 45px;
    margin-bottom: 15px;
}
.hero-centered-content-section .hero-description{
    padding-bottom: 10px;
}
.hero-centered-content-section .hero-description p{
    font-weight: 500;
    letter-spacing: normal;
}
.hero-centered-content-section .select-field{
    margin: 10px 0;
}
.hero-centered-content-section .select-field select{
    width: 448px;
    height: 60px;
    background-color: #fff;
    color: #16181e;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 35px;
    background-image: url('/cdn/shop/files/select-caret-down.png?18689');
    background-position: right 20px center;
}
.hero-centered-content-section .select-field select option{
    font-size: 18px;
}
.hero-centered-content-section .page-width{
    position: relative;
}
.hero-centered-content-section .back-tag{
    position: absolute;
    top: 26px;
    left:33px;
}
.hero-centered-content-section .back-tag a,.back-tag a {
    padding: 10px 20px 10px 10px;
    background: #bdca00;
    color: #fff;
    position: relative;
    margin-right: 10px;
    margin-left: 25px;
    letter-spacing: normal;
    font-size: 12px;
    height: 36px;
    text-transform: uppercase;
}
.hero-centered-content-section .back-tag a::before,.back-tag a::before {
    content: '';
    display: inline-block;
    height: 36px;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 18px solid #bdca00;
    position: absolute;
    right: 99.8%;
    top: 0;
      box-sizing: border-box;
}
.hero-centered-content-section .back-tag a:hover,.back-tag a:hover{
    background: #2d323f;
}
.hero-centered-content-section .back-tag a:hover::before,.back-tag a:hover::before{
    border-right-color: #2d323f;
}
.featured-section * {
    letter-spacing: normal;
}
.featured-section .page-content{
    padding-top:0;
    padding-bottom: 0;

}
.featured-section .featured-block .feature-image {
    min-height: 395px;
    display: flex;
    position: relative;
    width: 100%;
    color: #fff;
    background-size: cover;
    background-position: center;
  	overflow:hidden;
}
.featured-section .featured-block .feature-content{
    padding: 55px 50px;
    max-width: 600px;
}
.featured-section .featured-block .feature-content h3{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.33;
}
.featured-section .featured-block .feature-content .date{
    font-weight: 500;
}
.featured-section .featured-block .feature-tag{
    position: absolute;
    right: 0;
    top: 14px;
    background: #b44b28;
    color: #fff;
    padding: 3px 20px 0;
}

.featured-section .featured-block .feature-tag span{
    font-family: 'Just Another Hand', cursive;
    font-size: 24px;
    letter-spacing: 0.67px;
    line-height: normal;
    display: inline-block;
}
.featured-section .featured-block .data{
    font-weight: 500;
}
.grid.grid_custom_row{
    margin: 0 -15px;
}
.grid.grid_custom_row .grid__item{
    padding: 0 15px;
}
.featured-section .grid.grid_custom_row{
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(244, 247, 250, 0.44);
}
.featured-section .grid.grid_custom_row .grid__item.featured-block{
    padding-right: 35px;
}
.featured-section.feature-aligned-right .grid.grid_custom_row .grid__item.featured-block{
    padding-right: 15px;
    padding-left: 35px;
}
.featured-section .description-block .bordered-style-heading h2{
    font-size: 32px;
    font-weight: 600;
    color: #16181e;
    padding-bottom: 13px;
    border-bottom: 1px solid #dfe6ee;
}
.featured-section .description-block h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 2px;
    color: #16181e;
}
.featured-section .description-block h4:hover{
	color: #b1431e;
}

.featured-section .description-block .date{
    font-weight: 500;
    color: #667587;
}
.featured-section .description-block .featured-list{
    padding-top: 10px;
}
.featured-section .description-block .featured-list .item{
    margin-bottom: 20px;
}
.posts-grid-boxes-section *{
    letter-spacing: normal;
}
.posts-grid-boxes-section .page-content{
    padding-bottom: 40px;
}
.posts-grid-boxes-section .grid.grid_custom_row{
    margin: 0 -20px;
}
.posts-grid-boxes-section .post-item{
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.posts-grid-boxes-section .post-item .item-content{
    min-height: 445px;
    display: flex;
    width: 100%;
    padding: 20px 15px;
    color: #fff;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.09);
  	overflow:hidden;
}
.posts-grid-boxes-section .post-item h2{
    font-weight: 600;
    font-size: 28px;
}
.post-item .underline-heading h2{
    position: relative;
    padding-bottom: 17px;
}
.post-item .underline-heading h2:after{
    content: '';
    width: 70px;
    height: 2px;
    background: #b44b28;
    position: absolute;
    bottom: 0;
    left: 0;
}
  .posts-grid-boxes-section .post-item .short-description{
    min-height: 120px;
}

.post-item .bottom-link a.text-link{
    color: #fff;
}
a.text-link i.fa-caret-right{
    padding-left: 5px;
    vertical-align: middle;
}
.catogries-boxes-section .page-content{
    padding-top: 30px;
}
.catogries-boxes-section .categories-boxes-block{
    padding: 15px 0
}
.categories-boxes-block .block-content{
    display: flex;
    flex-wrap: wrap;
}
.categories-boxes-block .block-content.grid{
    margin: 0 -25px;
}
.categories-boxes-block .category-box{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
}
.categories-boxes-block .category-box .box-content{
    padding: 20px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    background: #fff;
}
.category-box .feature-image{
    position: relative;
    transform: scale(1);
  	overflow:hidden;
}
.category-box .feature-image{
    position: relative;
    overflow:hidden;
}
.post-img,
.category-box .feature-image .figure{
	transform: scale(1);
  	transition: all 0.7s;
}
.posts-grid-boxes-section .post-item .item-content:hover .post-img,
.feature-image:hover .post-img,
.category-box .box-content:hover .figure{
	transform: scale(1.2);
}
.category-box .feature-image .figure{
    padding: 27% 0;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}
.category-box .feature-image .play-icon{
    position: absolute;
    right: 10px;
    top: 8px;
}
.category-box .feature-image .play-icon:hover{
    opacity: 0.75;
}
.category-box .category-short-description{
    padding: 20px 0 5px;
}
.category-box .category-short-description h6,.category-heading h6{
    text-transform: uppercase;
    font-weight: 400;
    color: #b1431e;
    display:inline-block;
    border-bottom: 3px solid #b1431e;
    padding-bottom: 2px;
    font-size: 12px;
}
.category-box .box-footer{
    display:inline-block;
    width: 100%;
    vertical-align: top;
}
.category-box .category-short-description .description{
    min-height: 135px;
    padding-bottom: 10px;
}
.category-box .box-footer a.text-link{
    color: #b1431e;
    font-size: 13px;
}
.category-box .box-footer a.text-link i{
    padding-left:2px;
}
.category-box .box-footer .post-date{
    float: right;
    font-size: 13px;
    color: #667587;
}
.categories-slider-section .page-content{
    padding-top: 10px;
    padding-bottom: 30px;
}
.categories-boxes-block .pagination-block{
    padding: 35px 0 30px;
}
.stories-boxes-slider .slick-list{
    padding-top: 10px;
}

.stories-boxes-slider .slick-arrow {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: rgba(176, 186, 197, 0.5);
    /* color: #fff; */
    z-index: 1;
    top: 30%;
}
.stories-boxes-slider .slick-arrow:before{
    font-size: 50px;
    color: #fff;
}
.stories-boxes-slider .slick-arrow.slick-prev{
    left: 0	;
    padding-right; 9px;
}
.stories-boxes-slider .slick-arrow.slick-next{
    right: 0;
    padding-left: 8px;
}

.article-main-section .page-content{
    padding-top: 90px;
    position: relative;
    padding-bottom: 25px;
}
.article-main-section *{letter-spacing: normal;}
.article-main-section .back-tag{
    left: 30px;
    top: 30px;
    position: absolute;
}
.article-main-block main.main-block{
    max-width: 1040px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}
.article-main-block figure{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.media-file{
    padding: 28.3% 0;
    position: relative;
    margin-bottom: 35px;
}

.media-file iframe{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.article-main-section .article-main-block{
    padding-top: 30px;
}
.article-main-block .main-block p{
    margin-bottom: 30px;
    line-height: 1.88;
}
.article-main-block .category-heading h6{
    margin-bottom: 10px;
}
.article-main-block .article-header{
    margin-bottom: 20px;
}
.article-main-block .article-header h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: normal;
    margin-bottom: 10px;
}
.article-header .meta-data{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.article-header .meta-data span,.article-header .meta-data span a{
    color: #667587;
    font-weight: 500;
}
.article-header .meta-data em{
    color: #313541;
    font-style: normal;
    padding-left: 5px;
    padding-right: 5px;
}
.article-tags-list{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 15px 0;
}
.article-tags-list ul{
    margin: 0;
    padding: 0;
}
.article-tags-list li{
    list-style-type: none;
    float: left;
    margin-right: 6px;
    background: #dfe6ee;
    font-size: 12px;
    color: #667587;
    padding: 3px 7px;
    min-width:60px;
    text-align: center;
}
.article-tags-list li a{
    display: inline-block;
    color: #667587;
    width: 100%;

}
.article-main-block .share-social-links{
    position: absolute;
    top: 290px;
    width: 65px;
    text-align: center;
}

.share-social-links h6{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 10px;
    text-align:center;
    border-bottom: 1px solid #dfe6ee;
    margin-bottom: 14px;
}
.share-social-links a{
    font-size: 40px;
    display: block !important;
    color: #8091a5;
    line-height: 1.3;
}
.share-social-links a:hover{
    color: #b1431e;
}


.feature-aside-description-list{display: inline-block;width:100%;vertical-align:top;background: #f4f7fa;padding-top: 0px;padding-bottom:0px;}
.feature-aside-description-list .feature-aside-description-block{display: inline-block;width:100%;padding:30px 0 40px;}
.feature-aside-description-block .description-block .description{padding-top: 10px;}
.feature-aside-description-block .description-block{padding-left: 95px;padding-right:30px;}
.feature-aside-description-block .description-block p{line-height:1.8}
.feature-aside-description-block .description-block h2{
    font-weight: 500;
}
.feature-aside-description-list .grid.feature-aside-description-block:last-of-type {
    padding-bottom: 15px;
}
.play-icon-link img,.play-icon-link span{
    display:inline-block;
    vertical-align: middle;
}
.play-icon-link:hover img{opacity: 0.8}
.play-icon-link span{padding-left:10px;}
.vertical-nav-indicator{position: fixed; right: 30px;top:0;height: 100%;display:flex; align-items:center;z-index: 9;}
.vertical-nav-indicator li {
    padding: 22px 0 7px;
    position: relative;
    list-style: none;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.vertical-nav-indicator li:before{
    content:'';
    width:4px;
    height:16px;
    display:inline-block;
    background: #aab4c0;
    position:absolute;
    top:0;
    left:48%;
    transform:translateX(-50%);
}
.vertical-nav-indicator ul{
    margin-left: 0
}
.vertical-nav-indicator li a{
    display:inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border:2px solid #aab4c0;
    vertical-align: top;
}
.vertical-nav-indicator li.active{
    padding-top: 55px;
}
.vertical-nav-indicator li.active a{
    background: #313541;
    border-color: #313541;
}
.vertical-nav-indicator li.active:before{
    height:48px;
    background: #313541;
}
.small-banner-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-position: center !important;
    background-size: cover !important;
}
.small-banner-section .small-banner-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 325px;
    color: #fff;
    margin: 0 auto;
    max-width: 1200px;
}
.small-banner-section .small-banner-content h3{
    font-size: 2.4em;
    line-height: 1.6;
    font-weight: 400;
}
  .feature-image > .figure{
    max-width: 400px!important;
  }
.team-members-section .page-content{
    padding-bottom: 20px;
}
.team-members-list{
    padding-top: 20px;
}
.team-members-list .members-list-content{
    display: flex;
    flex-wrap: wrap;
}
.team-members-list .member-item{
    margin-bottom: 10px;
    padding: 0 12px;
}
.team-members-list .member-item .figure{
    padding: 40% 0;
    border: 2px solid #b4b4b4;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}
.team-members-list .member-item .member-short-info{
    padding-top: 15px;
    padding-bottom: 10px;
}
.team-members-list .member-item .member-short-info h3{
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom:15px;
    font-size: 1.45em;
}
.customers-experience-section{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-size: cover !important;
    background-position: center !important;
    color: #fff;
}
.customers-experience-section .section-content{
    background: -webkit-linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    background: -moz-linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
}
.customers-experience-section .page-content{
    padding-bottom: 25px;
}
.customers-experience-section .customer-experience-block{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 400px;
    justify-content: center;
    padding-top: 40px;
}
.customers-experience-section h5{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.25em;
}
.customers-experience-section .main-message{
    min-height: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.customers-experience-section h2{
    font-weight: 500;
    font-size: 2.1em;
}
.customers-experience-section .link-content a.text-link{
    color: #fff;
}
.customers-experience-section a.text-link i{
    padding-left: 6px;
}

.testimonials-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 35px 0 50px;
    margin-bottom: 25px;
}
.testimonials-slider p,.testimonials-slider h6{letter-spacing: 0;}
.testimonials-slider .slider-quote-icon{
    text-align: center;
    margin-bottom: 10px;
}
.testimonials-slider .slider-quote-icon i{

    font-size: 60px;
    color: #dfe6ee;
}
.testimonials-slider .slide-item{
    text-align: center;
    opacity: 0.18;
}
.testimonials-slider .slide-item .slide-item-content{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.testimonials-slider .slide-item.slick-current{
    opacity: 1;

}
.testimonials-slider .slide-item.slick-current .slide-item-content{
    max-width: 850px;
    margin: 0 auto;
}
.testimonials-slider .slide-item .message{
    padding: 20px 0;}
.testimonials-slider .slide-item .message p {
    font-size: 1.85em;
    font-weight: 600;
    line-height: 1.5;
    color: #3f4a56;
}
.testimonials-slider .slick-arrow {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: rgba(176, 186, 197, 0.5);
    z-index: 1;
}
.testimonials-slider .slick-arrow:hover {
    background: rgba(176, 186, 197, 1);
}
.testimonials-slider .slider-content:hover .slick-arrow{
    background: rgba(176, 186, 197, 1);
}
.testimonials-slider .slick-arrow:before{
    font-size: 50px;
    color: #fff;
}
.testimonials-slider .slick-arrow.slick-prev{
    left: 0	;
    padding-right; 9px;

}

.testimonials-slider .slick-arrow.slick-next{
    right: 0;
    padding-left: 8px;
}

.testimonials-slider .testimony-meta-info{
    max-width: 410px;
    margin: 0 auto;
    text-align: left;
}
.testimony-meta-info .profile-img{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-size: cover !important;
    background-position: center !important;
    float: left;
}
.testimony-meta-info .testimony-info{
    width: calc(100% - 88px);
    padding-left: 20px;
    float: left;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimony-meta-info .testimony-info h6{color: #3f4a56;margin-bottom: 5px;font-size: 1em}
.testimony-meta-info .designation{color: #667587;}
.testimony-meta-info .designation span{display: inline-block; line-height: 1.4;}
.cart-wrapper .section-header{
  display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    margin-bottom: 0;
}
@media(min-width: 1024px){
    .desktop-hidden{display: none !important;}
}
@media(max-width: 1024px){
    .mobile-hidden{display: none !important;}
    .bundle-compare-block .column-mobile-hide{
        display: none;
    }
    .bundle-compare-block table th,.bundle-compare-block table td{
        width: 50%;
    }
    .bundle-compare-block table th[colspan],.bundle-compare-block table td[colspan]{width: 100%; border-bottom: none;}
}
@media(max-width: 1300px){
    .bundle-compare-block table thead h2 {
        font-size: 40px;
    }
    .bundle-compare-block thead .product-title h3 {
        font-size: 32px;
    }
    .bundle-compare-block thead .pricing h6 {
        font-size: 20px;
        font-weight: 500;
    }
    .bundle-compare-block table th:first-of-type, .bundle-compare-block table td:first-of-type {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bundle-compare-block thead .product-short-desc p{
        font-size: 14px;
    }
    .bundle-compare-block tbody h4 {
        font-size: 20px;
    }
}
@media(max-width: 1280px){
    .testimonial-stack-item .item-content .message p {
        font-size: 26px;
    }
    .categories-boxes-block .block-content.grid{
        margin: 0 -15px;
    }
    .categories-boxes-block .category-box{
        padding-left: 15px;
        padding-right: 15px;
    }
    .article-main-section .page-content{
        padding-left:15px;
        padding-right: 15px;
    }
    .article-main-block main.main-block {
        padding-left: 75px;
        padding-right: 75px;
    }
    .article-main-block .article-header h1{
        font-size: 40px;
        font-weight: 600;
        line-height: 1.1;
    }
    .banner-hero-section .text-block {
        min-height: 500px;
    }
    .feature-aside-description-block .description-block {
        padding-left: 45px;
    }
    .feature-aside-description-block .description-block .description{padding-top: 0;}
    .feature-aside-description-list .page-width{
        padding-left: 10px;
        padding-right: 10px;
    }
    .team-members-list .member-item .member-short-info h3{
        font-size: 1.25em;
    }
    .testimonials-slider .slide-item.slick-current .slide-item-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonials-slider .slide-item .message p{font-size: 1.6em;}
    .testimonials-slider .slick-arrow {
        width: 80px;
        height: 80px;
    }
}
@media(max-width: 1199px){
    .bundle-compare-block thead .product-title h3 {
        font-size: 22px;
    }
    .bundle-compare-block tbody h4 {
        font-size: 17px;
    }
    .bundle-compare-block thead .btn-content {
        margin-bottom: 20px;
    }
    .featured-section .grid.grid_custom_row {
        padding-bottom: 30px;
    }
}
@media(max-width: 1049px){
    .featured-section .grid.grid_custom_row .grid__item.featured-block {
        padding-right: 15px;
        margin-bottom: 35px;
    }
    .featured-section.feature-aligned-right .grid.grid_custom_row .grid__item.featured-block{
        margin-bottom: 15px;
    }
    .posts-grid-boxes-section .post-item h2{
        font-size: 24px;
    }
    .featured-section.feature-aligned-right .grid.grid_custom_row .grid__item.featured-block {
        padding-left: 15px;
    }
    .hero-centered-content-section .back-tag {
        left: 10px;
    }
    .back-tag, .article-main-section .back-tag {
        left: 10px;
    }
    .featured-section.feature-aligned-right .grid.grid_custom_row{
        padding-top: 30px;
        border-bottom: none;
    }
    .featured-section.feature-aligned-right .grid__item.description-block{
        padding-top: 10px;
        padding-bottom: 30px;
    }
}
@media(max-width: 1024px){

    .bundle-compare-block table th.main-heading h2{
        text-align: center;
    }
    .bundle-compare-block .select-field select{
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        font-size: 14px;
        width: 100%;
        font-weight: 600;
        padding: 7px 35px 7px 7px;
    }
    .bundle-compare-block .select-field{
        position: relative;
        margin: 0 auto 20px;
        border: 1px solid #b0bac5;
        max-width: 180px;
    }
    .article-main-block main.main-block {
        padding-left: 25px;
        padding-right: 25px;
    }
    .article-main-block .share-social-links {
        position: static;
        text-align: left;
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .article-main-block .share-social-links h6{
        margin-right: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .article-main-block .share-social-links h6,.article-main-block .share-social-links a{
        display: inline-block;
    }
    .article-main-block .share-social-links a{
        padding: 0 8px;
        vertical-align: middle;
    }
}

@media(max-width: 1000px){
  
  .footer-left-container{display:flex;}
  .footer__collapsible:after,
  .footer__collapsible form:after{
  	content:"";
    display:table;
    clear:both;
  }
    .testimonial-stack-item .item-content .message p {
        font-size: 22px;
        font-weight: 500;
    }
    .testimonial-stack-item .item-content {
        padding: 43px 40px;
    }
    .feature-aside-description-list .page-width {
        padding-left: 30px;
        padding-right: 30px;
    }
    .feature-aside-description-list .feature-aside-description-block {
        padding: 20px 0 10px;
    }
    .feature-aside-description-block .feature-block,.feature-aside-description-block .description-block{
        width:100%;
    }
    .feature-aside-description-block .description-block .btn-content{
        margin-bottom: 20px;
    }
    .feature-aside-description-block .feature-block .figure img{
        width: 100%;
    }
    .feature-aside-description-block .feature-block{
        margin-bottom: 20px;
        padding-left: 0;
    }
    .feature-aside-description-block .description-block{padding-left: 30px;}
    .feature-aside-description-list .page-content{padding-bottom: 20px;}
    .vertical-nav-indicator{display: none !important;}

    .team-members-list .member-item .member-short-info h3{margin-bottom:10px;}
}
@media(min-width: 769px){
  .large-up--one-half{
  	width:50%;
  }
  .menu-menu-container .widget-image,
  .menu-menu-container .widget-text{padding-left: 15px; }
}
@media(max-width: 767px) and (min-width: 590px){
	.footer-left-container{ flex-wrap: wrap; }
    .footer-left-container > .grid__item{
      width:50%;
          margin-bottom: 50px;
    }
}
@media(max-width: 589px){
  .footer-left-container{ display:block; }
}
@media(max-width: 767px){
  
    .testimonial-stack-item{
        text-align: center;
    }
    .testimonial-stack-item .item-content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .testimonial-stack-item .item-content .message p {
        font-size: 20px;
    }
    .testimony-meta-info .profile-img{float: none; margin: 0 auto;}
    .testimony-meta-info .testimony-info {
        width: 100%;
        min-height: auto;
        padding: 35px 0 0;
    }
    .testimony-meta-info .testimony-info h6 {
        font-size: 1em;
        color: #667587;
    }
    .testimony-meta-info .designation {
        color: #43566c;
    }
    .testimony-meta-info .testimony-info span {
        font-size: 15px;
        color: #6d7b8d;
    }
    .section-header.page-title h1{
        font-size: 40px;
    }
    .section-header.page-title h2.sub-title {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .index-section-testimonials-stacked{
        background: #fafbfd;
    }
    .announcement.announcement--opening{
        height: auto;
    }
    .announcement.announcement--opening{
        height: auto;
    }
    .announcement.announcement--opening .announcement__text {
        padding: 14px 20px;
        font-size: 12px;
    }
    .announcement.announcement--opening .announcement__text p{font-size: 12px;}
    .bundle-compare-block table th,.bundle-compare-block table td,.bundle-compare-block table th:first-of-type, .bundle-compare-block table td:first-of-type{
        padding-left: 10px;
        padding-right: 10px;
    }
    .bundle-compare-block table th.main-heading{
        padding: 0;
    }
    .bundle-compare-block table th.main-heading h2{
        font-weight: 600;
        line-height: 1.1;
        padding-top: 0;
        margin-bottom: 0;
    }
    .bundle-compare-block thead .btn-content .button{
        padding-left: 20px;
        padding-right: 20px;
    }
    .bundle-compare-section .page-width{
        padding-left: 20px;
        padding-right: 20px;
    }
    .bundle-compare-block > table > tbody tr:last-of-type td{
        border-bottom: none;
    }
    .hero-centered-content-section .page-content{
        padding: 70px 15px;
    }
    .hero-centered-content-section .hero-centered-content h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 1.1;
    }
    .featured-section .featured-block .feature-content h3 {
        font-size: 20px;
    }
    .banner-hero-section .section-content{padding-top:0;}
    .banner-hero-section .banner-hero-bg-image{height: 480px;}
    .banner-hero-section{padding-bottom: 240px;}
    .banner-hero-section .text-block {
        display: inline-block;
        position: relative;
        top: 180px;
        min-height: auto;
    }
    .banner-hero-section .text-block .block-content {
        background: #fff;
        padding: 35px 20px 10px;
        max-width: 740px;
    }
    .banner-hero-section .text-block .description{
        padding-top: 20px;
    }
    .banner-hero-section .text-block h2{font-size: 1.5em;}
    .banner-hero-section .text-block h1{font-size: 2.5em;font-weight: 600;}
    .feature-aside-description-list{
        background: #fff;
    }
    .feature-aside-description-list .page-width {
        padding:0;
    }
    .feature-aside-description-block .description-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .feature-aside-description-list .feature-aside-description-block{padding-top: 0;}
    .small-banner-section .small-banner-content {
        min-height: 325px;
        text-align:center;
    }
    .small-banner-section .small-banner-content h3 {
        font-size: 1.4em;
    }
    .customers-experience-section h2 {

        font-size: 1.8em;
    }
    .testimonials-slider .slide-item .message p {
        font-size: 1.4em;
    }
    .testimonials-slider .testimony-meta-info{text-align:center}
    .testimony-meta-info .profile-img {
        margin-bottom: 15px;
        float: none;
        margin: 0 auto;
        width: 80px;height:80px;
    }
    .testimony-meta-info .testimony-info {
        width: 100%;
        min-height: auto;
        padding: 35px 0 0;
    }

    .testimony-meta-info .testimony-info h6 {
        font-size: 15px;
        color: #667587;
    }
    .testimony-meta-info .testimony-info span{
        font-size: 15px;
        color: #667587;
    }
  .newsletter-container .footer__collapsible,
  .newsletter-container{padding-bottom:0px;}
}

@media(max-width: 589px){
    .section-title h2{
        font-size: 24px;
    }
    .posts-grid-boxes-section .post-item .item-content {
        min-height: 400px;
    }
    .post-item .underline-heading h2{
        line-height: 1.21;
        padding-bottom: 22px;
    }
    .posts-grid-boxes-section .page-content{
        padding-bottom: 20px;
    }
    .post-item .bottom-link a.text-link{
        font-size: 13px;
    }
    .posts-grid-boxes-section .grid .grid__item.post-item {
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .posts-grid-boxes-section .post-item .short-description{
        padding-top: 5px;
    }
    .categories-boxes-block .category-box .box-content {
        padding: 15px;
    }
    .category-box .category-short-description h6{font-size: 14px;}
    .category-box .category-short-description .description {
        min-height: 125px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .category-box .box-footer a.text-link{font-size: 14px;}
    .category-box .box-footer .post-date{font-size: 13px;padding-top:2px;}
    .categories-boxes-block .category-box:last-of-type {
        margin-bottom: 0;
    }
    .featured-section .grid.grid_custom_row{
        padding-top: 30px;
        padding-bottom: 5px;
        border-bottom: 2px solid #dfe6ee;
    }
    .featured-section .page-content{
        padding: 0;
    }
    .featured-section .featured-block .feature-content {
        padding: 40px 20px;
    }
    .featured-section .grid__item.description-block{
        padding-left: 35px;
        padding-right: 35px;
    }
    .stories-boxes-slider .category-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hero-centered-content-section .hero-description{
        display: none;
    }
    .category-box .feature-image .figure {
        padding: 37% 0;
    }
    .categories-boxes-block .category-box .box-content {
        padding: 15px;
    }
    .category-box .category-short-description h6{font-size: 14px;}
    .category-box .category-short-description .description {
        min-height: 125px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .category-box .box-footer a.text-link{font-size: 14px;}
    .category-box .box-footer .post-date{font-size: 13px;padding-top:2px;}
    .categories-boxes-block .category-box:last-of-type {
        margin-bottom: 0;
    }
    .sections-wrapper-bg-color.mobile-white-bg{
        background-color: #fff !important;
    }
    .article-main-block main.main-block,.article-main-block .share-social-links{
        padding-left: 0;
        padding-right: 0;
    }
    .article-main-section .article-main-block {
        padding-top: 15px;
    }
    .article-main-block .article-header{
        margin-bottom: 25px;
    }
    .article-tags-list{
        padding-top: 0;
    }
    .section-title.bordered-title{
        margin-bottom: 25px;
    }
    .team-members-list .member-item .item-content{
        max-width: 240px;
        display:block;
        margin: 0 auto;
    }
    .team-members-list .member-item .figure{padding: 50% 0;border-width:1px;}
    .team-members-list .member-item .member-short-info{padding-bottom:0;}
    .member-item .member-short-info .designation p{margin-bottom: 10px;}
    .customers-experience-section h2 {

        font-size: 1.6em;
    }
    .customers-experience-section h5 {

        font-size: 0.75em;
    }
    .customers-experience-section .main-message {
        min-height: 180px;
    }
    .customers-experience-section .link-content a.text-link{font-size:12px;}
    .customers-experience-section .customer-experience-block {

        min-height: 460px;
        padding-top: 50px;
    }
    .testimonials-section {
        padding-top: 10px;
    }
    .testimonials-slider .slide-item .message p {
        font-size: 20px;
        font-weight: 500;
    }
    .testimonials-slider .slide-item.slick-current .slide-item-content{
        padding-top:0;
    }

    .testimonials-slider .slider-quote-icon i {
        font-size: 65px;
    }

    .testimonials-slider .slider-quote-icon {

        margin-bottom: 5px;
    }

}
@media (max-width: 600px){
   .tags-carousel .slick-prev, .tags-carousel .slick-next {
     display: block !important; 
    }
     .tags-carousel .slick-next {
        right: 0px;
        top: 30%;
    }
      .tags-carousel .slick-prev {
        left: 0;
        top: 32%;
        z-index: 99999;
    }
  .tags-carousel .slick-arrow{
  	width: 28px;
    height:35px;
  }
   .tags-carousel .slick-arrow:before{
    background-color: rgba(0,0,0,0.6) !important;
    color: #fff !important;
    padding: 0 8px;
  } 
}
@media(max-width: 480px){
    .testimonial-stack-item .item-content {
        padding: 30px 10px 20px;
    }
    .section-header.page-title h1{
        font-weight: 600;
    }
    .index-section-testimonials-stacked .page-width{
        padding-left: 10px;
        padding-right: 10px;
    }
    .pagination-block {
        padding: 20px 0;
    }
    .index-section-testimonials-stacked .page-content {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .bundle-compare-section .page-width {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bundle-compare-block tbody h4 {
        font-size: 15px;
        margin-top: 7px;
        padding-right: 25px;
    }
    .bundle-compare-block .select-field{
        max-width: 140px;
    }
    .bundle-compare-block .select-field select {
        font-size: 12px;
        padding: 5px 35px 5px 4px;
    }
    .bundle-compare-section .page-content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .bundle-compare-block thead .product-short-desc {
        padding: 5px 0 0;
    }
    .bundle-compare-block thead .product-short-desc p {
        font-size: 12px;
    }
    .bundle-compare-block table td[colspan]{
        padding-bottom: 10px;
    }

    .hero-centered-content-section .hero-centered-content {
        min-height: 315px;
    }

    .hero-centered-content-section .select-field{
        margin-top: 50px;
    }
    .hero-centered-content-section .select-field select {
        width: 285px;
        font-size: 16px;
        background-position: right 18px center;
    }
    .hero-centered-content-section .back-tag{
        left: 6px;
    }
    .article-main-section .back-tag {
        left: 6px;
    }
    .categories-boxes-block .category-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .catogries-boxes-section .page-content{padding-top:0;}
    .banner-hero-section .page-width{padding-left: 10px;padding-right: 10px}

    .banner-hero-section{padding-bottom: 300px;}
    .banner-hero-section .text-block {
        top: 300px;
    }
    .team-members-list {
        padding-top: 15px;
    }
    .small-banner-section .small-banner-content h3 {
        font-size: 1.1em;
    }
    .announcement__text p {
        font-size: 12px !important;
    }
  .tags-carousel.slick-slider .slick-list{
    padding-right: 0 !important;
  }
}
.ajax-cart-btn{
	width:100%;
   padding-right:5px;
   padding-left:5px;
  text-align:center;
}
.classic-btn{
	padding-top:16px;
  	padding-bottom:16px;
}
.classic-btn:hover{
	border-color:#bdca00;
    color:#bdca00 !important;
}

.swym-add-to-wishlist-view-product:after{
display:none !important;
}
.swym-add-to-wishlist-view-product{
  font-size: 28px !important;
  color: #b0bac5 !important;
}
.swym-added.swym-add-to-wishlist-view-product{
  color: #bdca00 !important;
}
.grid-product__image-mask{ position: relative; border:1px solid #eee; }
.grid-product__image-mask .swym-button.swym-add-to-wishlist-view-product{
	position: absolute; 
  	left:5px; top:3px; z-index:1;
}
form .swym-button-bar{display:none !important; }
.product-carousel .product-grid:hover .quick-product__btn{
	opacity:1;
}
@media screen and (max-width: 768px){
  #shopify-section-footer-gallery .section-contianer{
      padding-top:15px !important;
      padding-bottom:0px !important;
  }
}
@media screen and (max-width: 480px){
  .ajax-cart-btn{
  	    font-size: 11px;
  }
  .tags-carousel .slick-slide img {
    width: 100%;
    margin: 0 auto;
    display:block;
}
}
@media (max-width: 400px){
  .image-content-overlay .grid-title{
    letter-spacing: -2px;
  }
}
@media (max-width: 360px){
  .image-content-overlay .grid-title{
    font-size: 35px;
  }
}
.social-thambnail-wrapper{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
  	overflow:hidden;
}
.social-thambnail-wrapper .social-thambnail-image,
.social-thambnail-wrapper svg{
	position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;
  transition: all 0.5s;
  
}
.social-thambnail-wrapper .social-iocn{
  transition: all 0.4s;
	position:absolute;
  top:0%;
  left:0%;
  width:100%;
  height:100%;
  color:#fff;
  font-size:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,0.7);
  z-index:1;
     visibility: hidden;
  opacity:0;
}
.social-thambnail-wrapper:hover .social-iocn{
	    visibility: visible;
  opacity:1;
  
}
.social-thambnail-wrapper:hover .social-thambnail-image{
	transform: scale(1.1);
}
.main-content .section-contianer .grid {
    margin-left: inherit;
}
.spr-summary-actions-newreview{
    background: #a9c443;
    padding: 12px 20px;
}
.grid .section-row .cz-embed-gallery.cozy-gallery-lazy-load{
  height: 822px !important;
}
.cozy-video-gallery body.dom-ready {
    padding: 0;
    margin: auto -8px;
}
.section-contianer .grid h3 > span{
  padding-left: 25px; 
}


@media screen and (min-width: 1023px){
  .product-gallery{
    position: sticky;
    top: 0;
  }
}

@media screen and (min-width: 767px){
  .spr-summary-actions{
    float: right;
    margin-top: -80px;
  }
  .widget-layout-box .widget-content {
    max-width: 399px;
  }
 
}

@media screen and (max-width: 360px){
	.site-header__logo {
          width: 91%;
      }
}

@media screen and (max-width: 667px){
  .btn-content{text-align:center; }
}

@media(max-width: 767px){
  .announcement.announcement--opening{
  	height: auto !important;
  }
}
#ProductSection-product-template {
  	margin-bottom: 40px;
  }
.faq-main-contianer.block_full{
	margin-top: 40px;
}

@media(max-width: 1025px){
  .footer__social{
  	display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 15px;
  }
  .image-grid .grid-overlay{
    padding-bottom: 15px;
  }
  #shopify-section-mega-menu-section #navigation{
  	top: 80px;
  }
  .site-nav.site-nav--mobile{
  	display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .site-nav.site-nav--mobile .site-nav__link .fa-bars{
  	margin-top: 5px;
  }
  #shopify-section-header .site-header__search-container .site-header__search-btn{
  	height: 38px;
  }
  #shopify-section-header .site-header__search-container .js-search-header-close.site-header__search-btn{
  	height: 50px;
  }
  .site-header__search-form{
  	padding: 5px 0;
  }
  .site-header__search-container input[type=search]{
  	border: none;
  }
  #shopify-section-header .site-header__search-container.is-active{
  	top: 69px;
  }
  #ProductSection-product-template {
  	margin-bottom: 20px;
  }
  .faq-main-contianer.block_full{
	margin-top: 20px;
	}
  .article-main-block .share-social-links{
  	margin-bottom: 10px;
  }
  .article-main-block .share-social-links h6{
  	width: 100%;
    text-align: left;
  }
  .article-main-block .share-social-links > a{
  	display: inline-block !important;
    vertical-align: top;
  }
  .category-box .category-short-description .description{
  	min-height: 100px;
  }
  .article-main-block .detail-content ol,.grid ol{
  	margin-left: 20px;
  }
  
  
  .template-search .main-content > .page-width.page-content .grid__item {
    padding-left: 5px;
    padding-right: 5px;
}
  .template-search .main-content .grid.grid--uniform .grid__item{
  	width: 33.3%;
  }
  
  .template-search .search-bar--page{
  	margin: -15px auto 0;
  }
  .template-search .grid--uniform{
  	display: flex;
    flex-wrap: wrap;
  }
  .template-search .grid--uniform .grid__item.grid-search{
  	margin-bottom: 0;
  }
  .grid__item.mobile-pl-0{
  	padding-left: 0;
  }
  .article-main-section .page-content{
  	padding-top: 70px;
  }
  
}

@media(max-width: 768px){
  #shopify-section-mega-menu-section #navigation{
  	top:83px;
    height: calc(100vh - 56px);
        overflow-y: scroll;
  }
  #shopify-section-header .site-header__search-container.is-active{
  	top: 61px;
  }
  html.disabled-scroll{
  	overflow:hidden !important;
  }
}
@media(max-width: 767px){
.template-search .main-content .grid.grid--uniform .grid__item{
  	width: 50%;
  }
  .menu-menu-list ul li.view-all{margin-top:0; margin-bottom:25px;}
}
@media(max-width: 676px){
.faq-title .faq-icon,.accourdian-title .faq-icon{
  	top: 50%;
    transform: translateY(-50%)
  }
}
#judgeme_product_reviews input[type="submit"], #judgeme_product_reviews .jdgm-write-rev-link{
	background-image: none !important;
}
@media(max-width: 480px){
  .team-members-list .member-item {
      padding: 0 5px;
  }
  /* .team-members-list .member-item .item-content{
  	max-width: 480px;
  } */
  .category-box .category-short-description .description{
  	min-height: 70px;
  }
  .article-main-block .share-social-links{
  	margin-bottom: 10px;
  }
  .article-main-block .share-social-links h6{
  	width: 100%;
    text-align: left;
  }
  .article-main-block .share-social-links > a{
  	display: inline-block !important;
    vertical-align: top;
  }
  .template-article .catogries-boxes-section > .page-width > .section-title{
    margin-bottom: 10px;
  }
  .article-main-block .detail-content ol,.grid ol{
  	margin-left: 20px;
  }
  .faq-body ul{
  	margin-left: 20px;
  }
  #shopify-section-testimonials-slider{
  	padding-top: 35px;
    padding-bottom: 35px;
  }
  #shopify-section-testimonials-slider .testimonials-section{
  	padding-bottom: 30px;
  }
  .fancybox-nav.fancybox-prev{
  	left: 35px;
  }
  .fancybox-nav.fancybox-next{
  	right: 35px;
  }
  #judgeme_product_reviews .jdgm-histogram__star .jdgm-star{
  	font-size: 16px;
  }
  .jdgm-histogram__bar{
  width: 110px !important;
  }
  .site-nav--mobile button.site-nav__link .fa-bars{
  	margin-top: 4px;
  }
  .top-header .site-nav a .stor-icons{
/*   	margin-top: 5px; */
  }
  .page-width > .grid > .grid__item.mobile-pl-0{
  	padding-left:0;
  }
  #variant-inventory-products .button{
  	padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .drawer__title .drawer__close-button{
  	right: 0;
  }
  .bundle-compare-block .compare_col_1 .product-image,.bundle-compare-block .compare_col_2 .product-image{
  	height: auto;
  } 
  .bundle-compare-block table th, .bundle-compare-block table td{
  	padding-top: 7px;
    padding-bottom: 7px;
  }
  .bundle-compare-block tbody td .icon{
  	width: 25px;
  }
  .jdgm-rev-widg__header .jdgm-form-wrapper{
  	border-top: none;
  }
  .jdgm-rev-widg__header .jdgm-form__rating-fieldset{
  	padding: 5px 0;
  }

  .footer-image {
  	margin-bottom: 40px;
  }
  .product-template-contain.template-product #shopify-section-mega-menu-section{
  	min-height: auto !important;
  }
  .faq-body p{
  	margin-bottom: 15px;
  }
  .faq-body .collapsible-content__inner > br{
  	display: none;
  }
  .faq-body .collapsible-content__inner h4{
  	margin-top: 20px;
  }
  .product-template-contain.template-product .garden-tower-section{
  	margin-bottom: 30px;
  }
  .garden-tower-section .mobile-accourdian .text-block{
  	padding-left: 8px;
    padding-right: 8px;
  }
  .mobile-pl-0{
  	padding-left: 0 !important;
  }
  .template-search .main-content > .page-width.page-content .grid__item{
  	padding-left: 0;
  }
  .template-search .main-content .grid.grid--uniform .grid__item{
  	width: 100%;
  }
  .template-search .grid-search__page.search-box span.grid-search__page-content img{
  	width: 100%;
    padding: 10px;
  }
  .template-search .grid-product__image-mask{
  	border: none;
  }
  .template-search .grid-product .image-wrap{
  background: #fff;
    border: none;
  }
  .template-search .grid-product .image-wrap img{
  width: 100%;
    padding: 10px;
    border: 1px solid #eee;
  }
  .template-search .search-bar--page{
  	margin: -15px auto 0;
  }
  .template-search .grid--uniform .grid__item.grid-search{
  	margin-bottom: 0;
  }
  .article-main-block .article-header h1{
  	font-size: 30px;
  }
  .article-main-block .main-block p{
  	margin-bottom: 20px;
  }
  .article-main-block .main-block ul{
  	margin-left: 20px;
  }
}


@media only screen and (min-width: 590px){
  .cart-wrapper{
  	min-height: 700px;
  }
}

.tags-carousel{width: 100%; }



li.site-nav__item .tooltip {
  position: relative;
 
}

li.site-nav__item .tooltip .tooltiptext {
  visibility: hidden;
/*   width: 120px; */
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;

}

li.site-nav__item .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

li.site-nav__item .tooltip:hover .tooltiptext {
  visibility: visible;
}

@media screen and (max-width: 767px){
  .product-menu-wrapper.stick-product-menu{
  	display:none !important;
  }
  body.product-template-contain .header-wrapper.stick-menu{
  	position: relative !important;
  }
 body.product-template-contain  #shopify-section-mega-menu-section.stick-mega-menu #navigation{
  	position: absolute !important;
  }
}
#CartSpecialInstructions{
    border: 2px solid #eee;
    border-radius: 5px;
}
.prod-price{width: 100%; display: block; clear:both; }
.product-price-min-max{
    font-size: 1.5em;
    color: #000;
    font-weight: 500;
}
.product_single_meta .product-price{display:none;}
.hidden_true .ajaxcart__quantity{
	display:none !important;
}

.QuickShopModal-product .product-single__title{
	font-size:18px !important;
  	line-height:1.3!important;
  	margin-bottom: 15px!important;
}
.QuickShopModal-product .product-single__title small{
    font-size: 13px!important;
    line-height: 1.4!important;
}
.QuickShopModal-product .hr--medium{
	margin:18px 0px!important;
}
.QuickShopModal-product .product__quantity{margin-bottom:20px; }
@media screen and (min-width: 1000px){
  .QuickShopModal-product .modal__centered-content{
    max-width: 980px;
  }
}
@media screen and (max-width: 580px){
  .product-cta{
    bottom: auto !important;
    top: -70px;
    transition: all 0.7s;
  }
  .product-cta .cta-price{
  	display:none;
  }
  .product-cta.active-btn{
    top: 0px;
  }
  .product-cta .cta-btn{ width: 100% !important; }
  .product-cta .cta-btn a{
    width: 100% !important;
    font-size: 18px !important;
    padding: 15px !important;
  }
}