/*==========COMMON START=============*/
body{
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
}
ul{
    margin:0;
    padding:0;
    list-style: none;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
section{
    padding:80px 0;
}
.common-button{
    display:inline-block;
    width:280px;
    text-align: center;
    height:55px;
    line-height: 55px;
    background: #F1B300;
    color:#fff;
    border-radius: 15px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
    border:1px solid #F1B300;
}
.common-button:hover{
    background: #fff;
    color:#F1B300;
}
/*==========COMMON END===============*/

/*==========HEADER START=============*/
header{
    position: relative;
    z-index:999;
}
.menu-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}
.logo-holder a{
    display:inline-block;
}
.menu-holder{
    width:calc(100% - 205px);
    text-align: right;
    
}
.menu-holder>ul{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.menu-holder>ul>li:not(:last-child){
    margin-right: 15px;
}
.menu-holder>ul>li>a{
    font-size:16px;
    font-weight: 400;
    color:#fff;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    display:inline-block;
}
.menu-holder>ul>li>a.active{
    font-weight: 700;
}
.menu-holder>ul>li>a.active,
.menu-holder>ul>li>a:hover{
    color:#F1B300;
}
.menu-holder>ul>li.cart>a{
    position:relative;
    padding-right:15px;
}
.menu-holder>ul>li.cart>a>img{
    height:30px;
}
.menu-holder>ul>li.cart>a span{
    position:absolute;
    top:-10px;
    right:0;
    width:25px;
    height:25px;
    background: #F1B300;
    color:#fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
}
.menu-holder>ul>li.shop-now>a{
    padding: 10px 27px;
    border:1px solid #F1B300;
    border-radius: 15px;
    color:#F1B300;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.menu-holder>ul>li.shop-now>a:hover{
    background: #F1B300;
    color:#fff;
}
/*==========HEADER END===============*/

/*==========INDEX START=============*/
.hero-section{
    position: relative;
    margin-top:-124px;
    padding-top:124px;
    padding-bottom:0;
}
.hero-section .bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.hero-section .bg img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.hero-cont-wrapper{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index:1;
}
.hero-cont-wrapper .text-holder{
    width:50%;
}
.hero-cont-wrapper .text-holder small{
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    display:block;
    letter-spacing: 0.125em;
}
.hero-cont-wrapper .text-holder h1{
    font-style: normal;
    font-weight: 700;
    font-size: 85px;
    color: #fff;
    line-height: 1;
}
.hero-cont-wrapper .text-holder  span{
    font-weight: 900;
    font-size: 43px;
    color: #F1B300;
    margin-bottom:19px;
    line-height: 1;
}
.hero-cont-wrapper .text-holder p{
    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.055em;
    color: #fff;
    margin:20px 0 30px 0;
}
.hero-cont-wrapper .text-holder .button-holder{
    display:inline-block;
    text-align: center;
}
.hero-cont-wrapper .text-holder .button-holder a{
    display:inline-block;
    width:280px;
    text-align: center;
    height:55px;
    line-height: 58px;
    background: #F1B300;
    color:#fff;
    border-radius: 15px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border:1px solid #F1B300;
}
.hero-cont-wrapper .text-holder .button-holder a:hover{
    background: #fff;
    color:#F1B300;
}
.hero-cont-wrapper .text-holder .button-holder p{
    font-size:12px;
    margin:0 0 3px 0;
}
.hero-cont-wrapper .image-holder{
    width:50%;
    text-align: right;
}
.hero-cont-wrapper .image-holder img{
    max-width:100%;
}
.instruction-section .row .row{
    margin:0 -20px;
}
.instruction-section .row .row .col-lg-4{
    padding:20px;
}
.instruction-card{
    text-align: center;
    background: #fff;
    padding:0 30px;
}
.instruction-card figure{
    margin-bottom:15px;
}
.instruction-card figure figcaption{
    
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #F7754B;
    margin-top:15px;
}
.instruction-card  p{
    margin:0;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}
.z-product-section{
    position:relative;
}
.z-product-section .shape1{
    position:absolute;
    left:0;
    top:280px;
    width:40%;
}
.z-product-section .shape1 img{
    width:100%;
    height:auto;
}
.z-product-section .shape2{
    position:absolute;
    right:0;
    bottom:175px;
    width:40%;
}
.z-product-section .shape2 img{
    width:100%;
    height:auto;
}
.z-product-section .row{
    display:flex;
    align-items: center;
    flex-wrap:wrap;
    position: relative;
}
.z-product-section .row .obj{
    position:absolute;
    bottom:0;
    right:-50px;
}
.z-product-section .row .obj.obj1{
    position:absolute;
    bottom:0;
    right:auto;
    left:-100px;
}
.z-product-section .text-holder h2{
    font-weight: 900;
    font-size: 45px;
    color: #10356A;
}
.z-product-section .text-holder>strong{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #10356A;
    margin:10px 0;
    display:block;
}
.z-product-section .text-holder>strong+ul{
    margin-top:20px;
}
.z-product-section .text-holder p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom:20px;
}
.z-product-section .text-holder p span{
    color:#F7754B;
}
.z-product-section .text-holder ul li{
    position:relative;
    padding-left:30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.z-product-section .text-holder ul li:not(:last-child){
    margin-bottom:20px;
}
.z-product-section .text-holder ul li:before{
    content:'';
    left:0;
    top:0;
    position: absolute;
    height:18px;
    width:18px;
    background: url('../images/checkmark.png') no-repeat center;
}
.z-product-section .text-holder .link-holder{
    padding-top:30px;
    color:#000;
    font-size:16px;
    
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.055em;
}
.z-product-section .text-holder .link-holder .common-button{
    width:178px;
    color:#fff;
}
.z-product-section .text-holder .link-holder .common-button:hover{
    color:#F1B300;
}
.mt-100{
    margin-top:100px;
}
.z-product-section .mt-100 .text-holder h2,
.z-product-section .mt-100 .text-holder>strong{
    color: #F1B300;
}
.z-product-section .mt-100 .text-holder .link-holder .common-button{
    background:#10356A;
    border-color:#10356A;
    margin-left:100px;
}
.z-product-section .mt-100 .text-holder .link-holder .common-button:hover{
    background:#fff;
    color:#10356A;
}
.single-product-section{
    padding-top:0;
    position: relative;
}
.single-product-section:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:575px;
    background: #F5F9FF;
}
.pt-182{
    padding-top:310px;
    text-align: center;
}
.single-product-section .z-index{
    position:relative;
    z-index:2;
}
.sp-wrap{
    padding-left:125px;
    position:relative;
    z-index:1;
}
.single-product-section .text-holder.position-relative{
    position:relative;
}
.single-product-section .text-holder.position-relative h2{
    position:absolute;
    top:-265px;
    left:0;
    width:100%;
    text-align: center;
    font-weight: 900;
    font-size: 86px;
    color: #97A8C1;
    line-height: 1;
}
.single-product-section .text-holder.position-relative h2 span{
    display:inline-block;
    width:230px;
}
.single-product-section .text-holder>strong{
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: #000000;
    margin-bottom:15px;
    display:block;
}
.single-product-section .text-holder p{
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.055em;
    color: #000000;
    margin-bottom:20px;
}
.single-product-section .text-holder p span{
    color:#F7754B;
}
.single-product-section .text-holder ul li{
    position:relative;
    padding-left:30px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.055em;
    color: #000000;
}
.single-product-section .text-holder ul li:not(:last-child){
    margin-bottom:20px;
}
.single-product-section .text-holder ul li:before{
    content:'';
    left:0;
    top:0;
    position: absolute;
    height:18px;
    width:18px;
    background: url('../images/checkmark.png') no-repeat center;
}
.single-product-section .link-holder{
    padding-top:30px;
    color:#000;
    font-size:16px;
    
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.055em;
    text-align: center;
}
.single-product-section .link-holder a{
    color:#fff;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
    width:178px;
}
.single-product-section .link-holder a:hover{
    color:#000;
}
.mt-50{
    margin-top:50px;
}
.section-heading{
    text-align: center;
    margin-bottom:45px;
}
.section-heading h2{
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    color: #10356A;
}
.trending-product-wrapper .owl-stage-outer{
    padding:15px 0;
}
.trending-product-wrapper .tr-product-card{
    box-shadow: 0px 0px 10px rgba(0, 102, 60, 0.25);
    border-radius: 25px;
    padding:30px 15px;
    text-align: center;
    margin:0 10px;
}
.tr-product-card figure{
    height:180px;
    margin-bottom:25px;
}
.tr-product-card figure img{
    height:100%;
    width:auto;
    max-width:100%;
}
.tr-product-card  p{
    
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom:40px;
    text-transform: uppercase;
    min-height:36px;
}
.tr-product-card a{
    display:inline-block;
    background: #10356A;
    border-radius: 8px;
    height:45px;
    line-height: 45px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color:#fff;
    width:175px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.tr-product-card a:hover{
    color:#Fff;
    text-decoration: none;
    background:#F1B300
}
.trending-deals-section .button-holder{
    margin-top:30px;
}
.trending-deals-section .button-holder p{
    font-size: 12px;
    margin: 0 0 3px 0;
    
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.055em;
    line-height: 28px;
    color: #000000;
}
.trending-product-wrapper .owl-nav{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}
.trending-product-wrapper .owl-nav button{
    outline: none;
    width: 40px;
    height: 40px;
    background: #D8D8D8 !important;
    border-radius: 100%;
    font-size:20px !important;
    pointer-events: all;
    transition: all 0.5s ease-in-out;
}
.trending-product-wrapper .owl-nav button:hover{
    background: #F1B300 !important;
    color:#fff;
}
.trending-product-wrapper .owl-nav button.owl-prev{
    margin-left:-10px;
}
.trending-product-wrapper .owl-nav button.owl-next{
    margin-right:-10px;
}
.money-back-section{
    background: #F5F9FF;;
}
.money-back-wrap{
    max-width:760px;
    width:100%;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.money-back-wrap figure{
    width:160px;
}
.money-back-wrap figure img{
    width:100%;
    height:auto;
}
.money-back-wrap .texts{
    width:calc(100% - 160px);
    padding-left:20px;
}
.money-back-wrap .texts h4{
    
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin-bottom:10px;
}
.money-back-wrap .texts p{
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin:5px 0 0 0;
}
/*==========INDEX END===============*/

/*==========FOOTER START===============*/
.footer-top{
    padding-top:70px;
    padding-bottom:50px;
    background:#10356A;
}
.f-logo{
    margin-bottom:25px;
    display:inline-block
}
.f-logo a{
    display:inline-block;
}
.f-logo small{
    display:block;
    text-align: center;
    color:#fff;
    letter-spacing: 3px;;
    margin-top:10px;
}
.contact-links li{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
.contact-links li a{
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.contact-links li a:hover{
    color:#F1B300;
}
.contact-links li:not(:last-child){
    margin-bottom:10px;
}
.contact-links li span{
    display:inline-block;
    width:20px;
}
.contact-links li p,
.contact-links li address{
    width:calc(100% - 20px);
    margin:0;
    padding-left:5px;
}
.footer-common-box h5{
    
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom:20px;
}
.footer-common-box ul li:not(:last-child){
    margin-bottom:15px;
}
.footer-common-box ul li a{
    
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
.footer-common-box:not(:last-child){
    margin-bottom:50px;
}
.footer-common-box p{
    
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
.footer-common-box .mt-50{
    margin-top:70px;
}
.footer-copy-right{
    background:#F1B300;
    padding:15px 0;
}
.footer-copy-right p{
    margin:0;
    
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}
/*==========FOOTER END=================*/
.cart-dropdown-item-wraper {
    top: 110%;
    right: 30px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 2px;
    border: 3px solid #eaeaea;
    width: 280px;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    text-align: left;
}
.nav-cart-items {
  position: relative;
  max-height: 300px;
  overflow-y: auto;
}

.nav-cart-items:before {
  border-bottom: 8px solid #efefef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: -12px;
  width: 0;
}

.nav-cart-title {
  border-bottom: 1px solid #eee;
}

.nav-cart-title h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px;
  text-transform: uppercase;
}

.nav-cart-item {
  border-top: 1px solid #f5f5f5;
  margin-top: 15px;
  padding-top: 15px;
}

.nav-cart-item:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}

.nav-cart-item-image {
  border: 2px solid #eee;
  float: left;
  height: 48px;
  margin-right: 15px;
  transition: border-color 0.2s linear 0s;
  width: 48px;
}

.nav-cart-item-image a,.nav-cart-item-image img {
  display: block;
  height: 44px;
  width: 44px;
}

.nav-cart-item-image:hover {
  border-color: #243447;
}

.nav-cart-item-desc {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: left;
  flex-direction: column;
}

.nav-cart-item-desc a {
  font-size: 13px;
  font-weight: 600;
  height: auto;
  text-align: left;
  width: auto;
}

.nav-cart-item-desc a:hover {
  color: #243447;
}

.nav-cart-item-desc span.nav-cart-item-price {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.nav-cart-item-desc a.nav-cart-item-quantity {
  /* color: ; */
  display: block;
  font-size: 12px;
  position: relative !important;
  right: 0;
  top: 2px;
  padding: 0px 5px 2px 5px;
}

.nav-cart-item-desc a:hover.nav-cart-item-quantity {
  background-color: transparent;
  /* color: #fff; */
}

.nav-cart-action {
  border-top: 1px solid #eee;
}

.extra-nav {
    background: #192437;
    border: none;
    padding: 9px 20px;
    margin: 8px 14px 0;
}
.wt-cart .woo-cart-count:before {
    font-size: 26px;
    height: 10px;
    left: -20%;
    margin: 0 -12px;
    position: absolute;
    top: -14px;
    width: 22px;
    color: #fff;
}
span.shopping-bag.wcmenucart-count.ng-binding {
    background: none;
    /* width: 20px; */
    color: #fff !important;
    /* height: 20px; */
    display: block;
    border-radius: 0;
    font-size: 14px !important;
    line-height: 17px;
    position: absolute !important;
    right: -5px;
    border: 1px solid #F1B300;
    top: -20px;
    padding: 3px 8px;
    /* font-family: 'ABeeZee', sans-serif; */
    background: #F1B300;
    /* font-family: 'Mulish', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
}

.member-rewards {
    padding: 0;
    background: #f2f2f2;
}
.contact-links address h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 12px;
}

.header-menu-wrapper {
    background: #10356A;
}

.pro-quantity select option {
    font-size: 13px !important;
}



