/*==========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: 0;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
    border: 1px solid #0ab9f7;
    font-family: 'Raleway';
}
.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: 100%;
}
.menu-holder>ul{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.menu-holder>ul>li:not(:last-child){
    margin-right:25px;
}
.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:14px 40px;
    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;
padding: 100px 0 150px;
    /* 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: 95px;
    line-height: 98px;
    color: #fff;
    /* line-height: 1; */
    font-family: 'Poppins';
    margin-top: 0px;
}
.hero-section .text-holder h5{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 116%;
    letter-spacing: 0.085em;
    color: #FFFFFF;
    margin-top: 40px;
}
.hero-cont-wrapper .text-holder h1 span{
    font-size: 73px;
    line-height: 78px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #fff;
}
.hero-cont-wrapper .text-holder .highlight{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.165em;
}
.hero-cont-wrapper .logo-holder img {
    opacity: 0.6;
    width: 250px;
    margin-bottom: 30px;
}
.hero-cont-wrapper .text-holder span {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 19px;
    line-height: 137.19%;
    font-family: 'Poppins';
}
.hero-cont-wrapper .text-holder p {
    
    margin: 30px 0 30px 0;
   font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    width: 412px;
}

.hero-cont-wrapper .text-holder .button-holder {
    display: inline-block;
    
    width: 281px;
}
.hero-cont-wrapper .text-holder .button-holder a {
   display: inline-block;
    width: 218px;
    text-align: center;
    height: 65px;
    line-height: 67px;
    background: #0AB9F6;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 1px solid #0AB9F6;
    font-family: 'Poppins';
}
.hero-cont-wrapper .text-holder .button-holder a:hover{
    background: #fff;
    color:#3479de;
}
.trend_box a:hover{
    color: #fff;
}
.index-button-holder a:hover{
    background: #000;
    color: #fff;
}
.hero-cont-wrapper .text-holder .button-holder p {
    font-size: 12px;
    margin: 0 0 3px 0;
    text-align: center !important;
    display: contents;
}
.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: transparent;
    padding: 0 30px;
}
.instruction-card h4{
    color: #269CF9;
    Font-family: Poppins;
    Font-style: Bold;
    Font-size: 16px;
    Line-height: 24px;
}

.instruction-card figure{
    margin-bottom:15px;
}

.instruction-card p {
   margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
   
    color: #000;
    font-family: 'Poppins';
    text-align: center;
}
.z-product-section {
    position: relative;
   
}
.z-product-section .index-button-holder a:hover, .flash_outer .index-button-holder a:hover{
    background: #000;
    color: #fff;
}
.trending-deals-section .tr-product-card a{
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 14px;
color: #000;
width: 136px;
height: 40px;
line-height: 40px;
border-radius: 50px;
margin-top: 5px;
}
.z-product-section .index-button-holder a{
    color: #4BC9DA;
    background: #fff;
    margin-top: 30px;
}
.z-product-section::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 62%;
    background: #4BC9DA;
}
.z-product-section figure img {
    position: relative;
    z-index: 1;
}
.z-product-section .text-holder{
    position: relative;
    z-index: 1;
}
.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: 700;
    font-size: 45px;
    color: #ffffff;
    font-family: 'Poppins';
}
.z-product-section .text-holder>strong {
    font-weight: 700;
    font-size: 16px;
    text-transform: inherit;
    color: #ffffff;
    margin: 10px 0;
    display: block;
    font-family: 'Poppins';
}
.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: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Poppins';
}
.link-holder a {
    margin-left: 30px;
    text-decoration: underline;
     font-family: 'Poppins';
    letter-spacing: 0;
}
.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-white.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-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 116%;
/* or 52px */


color: #0AB9F6;
}
.trending-product-wrapper .owl-stage-outer{
    padding:15px 0;
}
.trending-product-wrapper .tr-product-card {
    box-shadow: none;
    border-radius: 0;
    padding: 30px 15px;
    text-align: center;
    margin: 0;
   
}ss
.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-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
 
}
.trending-deals-section .tr-product-card p{
    margin-bottom: 0;
}
.trending-deals-section .index-button-holder a{
    width: 221px;
}
.trending-deals-section .tr-product-card h5{
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #4BC9DA;
}
.tr-product-card a {
    display: inline-block;
    background: transparent;
    border-radius: 0;
    height: 53px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    width: 185px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    font-family: 'Raleway';
    border: 1px solid #0ab9f7;
}
.tr-product-card a:hover{
    color:#Fff;
    text-decoration: none;
   background: #0ab9f7;
}
.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: #0ab9f7 !important;
    color:#fff;
}
.trending-product-wrapper .owl-nav button.owl-prev {
    margin-left: -20px;
}
.trending-product-wrapper .owl-nav button.owl-next{
    margin-right:-20px;
}
.money-back-section {
    background: #FAFAFA;
}
.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-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 10px;
}
.money-back-wrap .texts p{
   font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 148.84%;
/* or 21px */


color: #000000;
}
.money-back-wrap ul li{
    font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 148.84%;
/* or 21px */
position: relative;
padding-left: 30px;

color: #000000;
}
.money-back-wrap ul li::before{
    content: '';
    left: 10px;
    top: 50%;
    position: absolute;
    height: 5px;
    width: 5px;
    background: #000;
    border-radius: 50%;
    /* display: flex; */
    /* align-items: center; */
    line-height: 8px;
    transform: translateY(-50%);
}
/*==========INDEX END===============*/
/*==========FOOTER START===============*/
.footer-top {
    padding-top: 70px;
    padding-bottom: 50px;
    background: #3375DF;
    background-size: cover;
}
.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-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
.contact-links li a{
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
     font-family: 'Poppins';
}
.contact-links li a:hover{
    color:#7de8ed;
}
.contact-links li:not(:last-child){
    margin-bottom:10px;
}
.contact-links li span{
    display:inline-block;
    width:20px;
     font-family: 'Poppins';
}
.contact-links li p,
.contact-links li address{
    width:calc(100% - 20px);
    margin:0;
    padding-left:5px;
     font-family: 'Poppins';
    font-size: 12px;
    color: #fff;
}
.footer-common-box h5{
    
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom:20px;
     font-family: 'Poppins';
}
.footer-common-box ul li{
    margin-bottom:15px;
    list-style: none;
     font-family: 'Poppins';
}
.footer-common-box ul li a{
    
    font-style: normal;
    font-weight: 400;
    color: #fff;
     font-family: 'Poppins';
}
.footer-common-box:not(:last-child){
    margin-bottom:50px;
}
.footer-common-box p {
    font-style: normal;
    font-weight: 400;
    color: #fff;
     font-family: 'Poppins';
}
.footer-common-box .mt-50{
    margin-top:70px;
}
.footer-copy-right {
    padding: 15px 0;
    background: #494949;
}
.footer-copy-right p {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
     font-family: 'Poppins';  
}
/*==========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;
}

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

.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: #444;
  display: block;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 2px;
  padding: 0px 5px 2px 5px;
}

.nav-cart-item-desc a:hover.nav-cart-item-quantity {
  background-color: #000;
  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: 50%;
    font-size: 14px !important;
    line-height: 17px;
    position: absolute !important;
    right: 11px;
    border: 1px solid #2EA3F2;
    top: -20px;
    padding: 3px 8px;
    /* font-family: 'ABeeZee', sans-serif; */
    background: #2EA3F2;
    /* font-family: 'Mulish', sans-serif; */
    font-family: 'Poppins';
}

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

.instruction-section {
    
    padding: 40px;
}

.section-heading h3 {
    color: #D74443;
     font-family: 'Poppins';
    font-weight: 700;
    font-size: 50px;
}

.product-index-area .p-in-sec {
    padding: 0;
}
.product-index-area .p-in-area img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product-index-area .p-in-area{
    position: relative;
}
.product-index-area .p-in-txt {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 20%;
    right: 20%;
}

.product-index-area .p-in-txt h4 small {
    font-size: 25px;
    color: #fff;
     font-family: 'Poppins';
    font-weight: 600;
}
.product-index-area .p-in-txt h4 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
     font-family: 'Poppins';
}
.product-index-area .p-in-txt p {
    color: #fff;
    font-size: 16px;
     font-family: 'Poppins';
}
.product-index-area  .link-holder {
    margin: 46% 0 0 0;
}
.product-index-area .common-button {
    background: #fff;
    color: #000 !important;
    text-transform: capitalize;
    font-family: 'Raleway';
    border: transparent;
    width: 178px;
    /* text-align: center; */
    /* float: none; */
}
.product-index-area  .link-holder a {
    margin-left: 30px;
    text-decoration: underline;
     font-family: 'Poppins';
    letter-spacing: 0;
    color: #fff;
}

.product-index-area {
    margin: 0;
    padding: 0;
}

.p-in-sec1 img {
    width: 100% !important;
    height: 615px !important;
    object-fit: cover !important;
}
.p-in-sec1 {
    padding: 0 !important;
}
.product-index-area .p-in-sec1 .p-in-txt {
    margin: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 7% !important;
    right: 20% !important;
}
.product-index-area .p-in-sec1 .link-holder {
    margin: 10% 0 0 0 !important;
    display: table-caption !important;
}
.product-index-area .p-in-sec1  .link-holder a {
    margin-left: 0 !important;
}
.z-product-two::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 65%;
    background: #4BC9DA;
}

/* trend start */
.trend_box{
    position: relative;
    text-align: right;
}
.trend_box a{
    position: absolute;
    top: 0;
    text-align: left;
    left: 0;
    padding: 20px 0 0 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 133.4%;
    letter-spacing: 0.055em;
    color: #FFFFFF;
}
.single-div{
    float: left;
    width: 50%;
}
.trend-lft .trend_box a{
    color: #000;
}

.trend-lft{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.trend_hdr h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 116%;
    color: #0AB9F6;
    margin-top: 0;
}
.trend_hdr p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 133.4%;
    letter-spacing: 0.055em;
    color: #000000;
    width: 314px;
    margin-bottom: 30px;
}
.trend_hdr{
    min-height: 305px;
}
.trend_outer{
    background: #FAFAFA;
}
.trend-lft .trend_box img{
    padding-right: 30px;
}
/* trend end */

/* flash outer */
.flash_outer{
    background: #494949;
}
.flash_upper h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 116%;
    text-align: center;
    color: rgba(255, 255, 255, 0.34);
}
.flash_pic{
    text-align: center;
    margin-top: -60px;
}
.flash_upper{
    position: relative;
}
.flash_outer ul li{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 133.4%;
    color: #FFFFFF;
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
}
.flash_outer ul li:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    height: 18px;
    width: 18px;
    background: url(../images/checkmark-white.png) no-repeat center;
}
.flash_upper p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 133.4%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.flash_outer .index-button-holder{
    text-align: center;
}
.flash_outer .index-button-holder a{
    color: #494949;
    background: #fff;
    border: 1px solid #fff;
}
.pro-quantity select option {
    font-size: 13px;
}