@font-face {
    font-family: 'Gotham';
    src: url("../fonts/Gotham-BoldItalic.eot");
    src: url("../fonts/Gotham-BoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/Gotham-LightItalic.eot");
    src: url("../fonts/Gotham-LightItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-LightItalic.woff") format("woff"), url("../fonts/Gotham-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/Gotham-MediumItalic.eot");
    src: url("../fonts/Gotham-MediumItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/Gotham-Light.eot");
    src: url("../fonts/Gotham-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Book';
    src: url("../fonts/Gotham-Book.eot");
    src: url("../fonts/Gotham-Bookd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Book';
    src: url("../fonts/Gotham-BookItalic.eot");
    src: url("../fonts/Gotham-BookItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BookItalic.woff") format("woff"), url("../fonts/Gotham-BookItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/Gotham-Medium.eot");
    src: url("../fonts/Gotham-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gotham';
    src: url("../fonts/Gotham-Bold.eot");
    src: url("../fonts/Gotham-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}


body{font-family: 'Poppins', sans-serif; padding-top: 150px; background-color: #fff;}
.container{width: 1320px; max-width: 1320px;}
header.header{
  position: fixed; top: 0px; left: 0px; z-index: 99999; width: 100%;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 2px 10px 0px
rgba(0,0,0,0.15);
}
.top_header{height: 150px; width: 100%; background-color: #fff; 
  /* border-bottom: 1px solid #f5f5f5; */
}
.btm_header{height: 60px; width: 100%; background-color: #fff; clear: both; 
  display: table; clear: both;
  position: relative;}
.menu_right{float: left; display: inline-block; width: 100%;}
.btm_header ul{
  list-style: none;
  float: left;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.btm_header  ul > li{
  float: left; display: inline-block;
  line-height: 60px;
  position: relative;
}
.btm_header  ul > li > a{
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 0 12px;
  transition: all 0.3s;
}
.btm_header  ul > li > a.active{color: #DE5041}
/* .btm_header ul li.firstli a{
  width: 300px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.btm_header ul li.firstli a span{
  padding: 0 20px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  float: right;
  font-size: 21px;
  font-weight: 400;
}
.btm_header ul li.bgcolor a{background-color: #c90101; color: #fff;}

.btm_header ul li.bgcolor a:hover{background-color: #0055b8; color: #fff;} */
.btm_header ul > li:hover > a{color: #DE5041;}
.btm_header ul > li:hover .dropdownm1{display: block;}
.dropdownm1{
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #f1f1f1;
  border: 1px solid #dadada;
  z-index: 99;
  border-radius: 3px;
  display: none;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.dropdownm1::before{
  width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    position: absolute;
    top: -8px;
    left: 5%;
    content: "";
}
.dropdownm1 ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.dropdownm1 ul li{
  display: inline-block;
  width: 220px;
  padding: 15px;
  line-height: normal;
}
.dropdownm1 ul li a{
  text-decoration: none;
  text-decoration: none;
  color: #000 !important;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 5px 20px;
  transition: all 0.3s;
}
.dropdownm1 ul li a:hover{color: #DE5041 !important;}
.dropdownm1 .link{line-height: normal; padding: 0px 30px 20px;
text-align: right;}
.dropdownm1 .link a{
  text-decoration: none;
  letter-spacing: 3px;
color: #DE5041 !important;
font-size: 14px !important;
}
.topbx{
  width: 100%; clear: both; color: #fff; padding-top: 5px; font-size: 14px;
}
.logo{float: left; display: inline-block;}
.logo a img{/* width: 180px; */ margin-top: 10px; margin-right: 0px; height: 130px;}

.topvis{float: left; display: inline-block; margin-top: 10px;}
.search{position: relative; margin-top: 25px; width: 565px; float: left;}
.form-group{margin-bottom: 0px;}
.search input.form-control{border: 1px solid #ebebeb; background-color: #fff; 
  border-radius: 0; font-size: 16px; color: #4d4d4d;
height: 48px; padding-right: 50px;  font-weight: 400;
box-shadow: none;}
.form-control:focus {
  border-color: #d89c00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(216, 156, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(216, 156, 0, .6);
}
.form-sub{
  background-color: transparent;
  border: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 20px 20px;
  z-index: 9;
  width: 53px;
  height: 48px;
  background-color: #de5041;
  transition: all 0.3s;
  border-left: 1px solid #de5041;
}
.form-sub:hover{
  background-color: #e16154;
  border-left: 1px solid #e16154;
}
.search input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4d4d4d;
}
.search input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #4d4d4d;
}
.search input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #4d4d4d;
}
.search input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #4d4d4d;
}


.callus{
  float: right;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-top: 27px;
  text-transform: uppercase;
}
.callus span{text-decoration: underline; margin-left: 5px;}
.login{display: inline-block;position: relative; padding: 0px 12px 0; 
float: right;}
.login a{text-decoration: none; color: #000; font-size: 13px; display: block; 
  font-weight: 400;
}
.login a i{margin-right: 5px;}
.cart{display: inline-block; margin-top: 20px; position: relative;
float: right;}
.cart.whatsapp{margin-top: 10px; display: block;}
.cart a{text-decoration: none; color: #484848; display: flex; transition: all 0.3s;
}
.cart_img{position: relative; float: left; margin-right: 15px; background-color: #f3e4dc;
  border-radius: 44px; transition: all 0.3s; color: #0a472e;
width: 44px; height: 44px; text-align: center; line-height: 44px;}
.cart:hover a .cart_img{background-color: #a8b324; color: #fff; transition: all 0.3s;}
.cart_price{line-height: 44px; font-weight: 700; font-size: 14px;}
.cart_img span{
    border-radius: 2em;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    /* left: 20px; */
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: -8px;
    right: -3px;
    width: 20px;
    background-color: #dfb178;
}
.cart a i{margin-right: 0px; font-size: 16px;}
.wishlist1 a .cart_img{background-color: #f4f4f4;}
.login1 a .cart_img{background-color: #e8f8f7; margin-right: 10px;}

.wishlist1{float: left; margin-top: 20px;}
.login1{float: right; margin-top: 10px; position: relative;}

.whatsapp a .cart_img{background-color: #339933; color: #fff;}
.whatsapp a .cart_img i{font-size: 21px; position: relative; top: 2px;}

.subscribe_top{
  float: left;
  display: inline-block;
  padding-left: 15px;
  text-align: left;
  width: 80%;
}
.subscribe_top h4{margin:0px; color: #484848; font-size: 16px; margin-top: 7px;}
.subscribe_top p{margin-top: 3px; color: #484848; font-size: 16px; font-weight: 300;
margin-bottom: 0}
.deliverto{
  display: inline-block;
  float: right;
  margin-left: 25px;
}
.deliverbx{
  color: #000;
  font-size: 16px;
  text-align: left;
  float: right;
  padding: 5px 0 5px 35px;
  position: relative;
  margin-top: 10px;
  margin-right: 0;

}
.deliverbx span{font-weight: 600;}
.deliverbx img{
  position: absolute;
  left: -7px;
  top: 5px;
  width: 32px;
}

.cart_drop1{
  position: absolute;
  top: 100%;
  right: -10px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #dadada;
  z-index: 99;
  border-radius: 3px;
  display: none;

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
}
.cart1:hover .cart_drop1{
  display: block;
}
.cart_drop1::before{
  width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    position: absolute;
    top: -8px;
    right: 10%;
    content: "";
}
.cart_empty{
  text-align: center;
  padding: 15px;
  text-align: center;
  line-height: 28px;
}
.chd1{font-size: 14px; width: 100%; margin-bottom: 12px;}
.cart_drop1 ul{
  list-style: none;
  width: 100%;
  padding: 0
}
.cart_drop1 ul li{
  width: 100%;
  display: table;
  border-bottom: 1px solid #dadada;
  padding: 15px 20px 15px 15px;
  position: relative;
  text-align: left;
}
.cart_drop1 ul li:last-child{
  border-bottom: 0px;
}
.cart_drop1 ul li .cart_img1{
  float: left;
  display: flex;
  width: 25%;
  padding-right: 15px;
}
.cart_img1 a img{
  display: block;
  width: 100%;
}
.cart_drop1 ul li .cart_info1{
  float: left;
  display: inline-block;
  width: 75%;
  line-height: 22px;
}
.cart_info1 a{
  text-decoration: none;
  color: #0a472e;
  font-size: 14px;
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
.cart_info1 a:hover{text-decoration: underline;}
.cart_info1 .qty{
  color: #a8b324;
  font-size: 14px;
  clear: both;
  width: 100%;
  font-weight: 600;
}
.cart_info1 .qty span{
  color: #929292; 
  font-size: 13px;
}
.cart_drop1 ul li .remove1{
  color: #000;
  position: absolute;
  right: 5px;
  top: 15px;
  transition: all 0.3s ease 0s;
}
.cart_drop1 ul li .remove1 i{font-size: 15px;}
.cart_drop1 ul li .remove1:hover{
  color: #777;
}
.cartbot1{
  padding: 15px;
  clear: both;
  display: block;
  border-top: 1px solid #dadada;
  text-align: left;
}
.subtot1{
  width: 100%;
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
.subtot1 span{
  float: right;
}
.cartbot1 a, a.checkout1{
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  background-color: #f7f7f7;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
a.checkout1{background-color: #a8b324; color: #fff;}
.cartbot1 a:hover, a.checkout1:hover{
  background-color: #32343a;
  color: #fff !important;
}

.topphone1{float: left; display: inline-block; margin-left: 35px; padding-top: 27px;
margin-right: 30px;}
.topphone1 a{
  text-decoration: none;
  color: #333;
  font-size: 17px;
}
.topphone1 a i{
  color: #a8b324;
}

a.visitor{
  text-decoration: none;
  color: #555;
  float: right;
  font-weight: 300;
  font-style: italic;
  padding-top: 20px;
  margin-right: 20px;
  font-size: 15px;
}
/*---------cart_scroller---------*/
.content{
  overflow: auto;
  position: relative;
  background: #fff;
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  /* height: 245px; */
  max-height: 245px;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.content1{
  /* height: 375px; */
  max-height: 375px;
            height: auto;
}
.content.hidden{ display: none; }
/*---------cart_scroller_end---------*/


/*welcome*/
.welcome{
    width: 100%;
    padding: 60px 0px;
    background-color: #f5f6fa;
    margin-bottom: 50px;
}
.welcome h2{
    font-size: 36px;
    font-weight: 200;
    letter-spacing: 4px;
    color: #de5041;
    text-transform: uppercase;
}
.welcome h2 span{font-weight: 800;}
.welcome p{
    text-align: left;
    color: #333;
    letter-spacing: 1.5px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 300;
}
.btn.btn-rmore {
    background-color: #000;
    color: #fff;
    white-space: normal;
    border: 0;
    letter-spacing: 2px;
    line-height: 19px;
    font-weight: 600;
    border-radius: 52px;
    padding: 10px 30px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.btn.btn-rmore:hover{background-color: #333; color: #fff;}


.box3_bx2 {
    float: left;
    display: inline-block;
    width: 50%;
    position: relative;
    border: 3px solid #000;
}
.box3_bx3 {
    float: left;
    display: inline-block;
    width: 50%;
     padding-left: 3%;
    position: relative;
}
.b3wid72 {
    float: left;
    display: inline-block;
    width: 60%;
    border: 3px solid #000;
}
.b3wid100 {
    clear: both;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    border: 3px solid #000;
}
.box3img1{
    position: relative;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.55);
}
.box3img1 img {
    width: 100%;
    display: block;
}
.box_hov1{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(44, 65, 244, 0.31);
    padding: 12px;
    z-index: 1;
    color: #fff;
    transition: all 0.5s linear 0s;
    opacity: 0;
}
.box3img1:hover .box_hov1{display: block; opacity: 1;}
.box_h_info{
    width: 100%;
    display: table;
    height: 100%;
    position: relative;
}
.bx3info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid #fff;
    display: block;
}
.txtimg{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.txtimg img{display: inline-block; width: 40px;}
.txtbtm{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
}
.txthd{
    width: 100%;
    clear: both;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}
.txtcont{
    width: 100%;
    clear: both;
    font-size: 14px;
    text-transform: uppercase;
}
/*welcome*/


.login_box{

}
.login_box{
  position: absolute;
  top: 100%;
  right: -10px;
  width: 325px;
  background-color: #fff;
  border: 1px solid #dadada;
  z-index: 99;
  border-radius: 3px;
  display: none;

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); 
}
.login1:hover .login_box{
  display: block;
}
.login_box::before{
  width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    position: absolute;
    top: -8px;
    right: 10%;
    content: "";
}

.error_box{ width:600px;margin-top:12%;text-align:center;color:#FF6600; }

.new_address1 .pop_content{margin-top: 10%; height: auto;}
input.ptxt, textarea.ptxt{max-width:100% !important;}


.login_pop_left{
  float: left;
  display: table;
  width: 305px;
  height: 100%;
  background-color: #00b9f5;
  padding: 45px 35px;
}
.login_pop_left .img{
  clear: both;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;  
}
.login_pop_left .hd1{
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.login_pop_left ul{
  clear: both;
  width: 100%;
  display: block; 
}
.login_pop_left ul li{
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;  
}
.login_pop_left ul li i{
  margin-right: 5px;
  font-size: 14px;  
}


.login_pop_rt{
  width: 100%;
}
.pop_box_hd1{
  float: right;
  font-size: 15px;
  color: #333;
  display: table; 
  font-weight: 300;
}
.pop_box_hd1 label a{color: #e8a91c; font-weight: 400; cursor: pointer;}
.pop_box_hd2{
  width: 100%;
  text-align:left;
  font-size: 21px;
  color: #000;  
  text-transform: capitalize;
  font-weight: 500;
  margin: 0px !important;
  /* height: 75px;
  line-height: 75px; */
  background-color: #fff;
  font-weight: 500;
  padding: 20px;
  position: relative;
}


form.login_frm { color:#000000;padding:0px 20px;}
form.login_frm label{color: #555; font-size: 15px;}
form.login_frm label span{color: #e2401c;}
label.ptxt { width:100%;font-size:14px;color:#000;text-align:left;margin:10px 0 ;height:40px; }
input.ptxt, textarea.ptxt { 
  background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 0px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 6px 10px 6px 13px;
    width: 100%;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input.ptxt:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}
.latestnew_txt{
  background-color: #fff;
    border: 1px solid #ededed !important;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    margin: 0 0 6px;
    max-width: 180px;
    float: right;
    display: inline-block;
    margin-top: 5px;
    padding: 6px 10px 6px 13px;
    width: 100%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.captchatxt{
  max-width: 180px;
    float: right;
}
.captchatxt2{
  max-width: 60%;
    float: right;
    margin-right: 20%;
}
.latestnew_txt:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}
/*.reg_box , .fpwd_box{ display:none; }*/
input.pbtn {padding: 0 20px; height:38px;
  background:#a8b324;color:#fff;float:right;border:none;cursor:pointer; 
  font-size: 16px; font-weight: 300; line-height: 38px; float: none;
  transition: all 0.3s ease 0s; text-transform: uppercase; border-radius: 0px;
  width: 100%; clear: both; border-radius: 5px;
}
input.pbtn:hover{background-color: #32343a;}
input.pbtn2 {margin: 15px auto 0; display: table;}
label.fbtn { font-size:12px;text-decoration:none; font-weight: 400;
  color:#333;margin:0px 0px;cursor:pointer; height: 38px; line-height: 38px; 
  text-align: center; width: 100%;}
.pop_name{
  clear: both;
  width: 100%;
  display: table; 
  margin-bottom: 5px;
}
.pop_name label{
  font-weight: 300;
  color: #666;
  font-size: 14px;  
}
.pop_name label span{
  margin-left: 5px;
  color: #F00;  
}

.headings{margin: 5px; padding: 15px;}
.active1{  
}
.head1{
  color: #a8b324 !important;
  padding-bottom: 5px;
  font-size: 18px;
  margin-right: 20px;
  font-weight: 600;
}

.formterms{
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.formterms input{position: relative; top: 2px; margin-right: 3px;}

label{font-weight: 500; text-transform: capitalize;}


.pop_social{
  clear: both;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  display: table;
}
.pop_social h3{margin-top: 10px;}
.pop_social a{
  text-decoration: none;
  color: #597fd1;
  border: 1px solid #597fd1;
  height: 48px;
  width: 48%;
  float: left;
  display: inline-block;
  line-height: 48px;
  display: block;
  transition: all 0.3s ease 0s;
}
.pop_social a i{margin-right: 20px; font-size: 18px;}
.pop_social a:hover{background-color: #597fd1; color: #fff;}
.pop_social a.pop_gplus{float: right; display: inline-block; color: #f28130; border-color: #f28130;}
.pop_social a.pop_gplus:hover{background-color: #f28130; color: #fff;}

.menu{float: left; position: absolute; left: 0px;}
.menu a{
  text-decoration: none; width: 50px; height: 39px; background-color: #000;
  text-align: center; line-height: 39px; display: none;
}
.menu a img{display: inline-block;}

.headerleft{
  float: left; display: inline-block;
  width: 14%;
}
.headerright{
  float: right;
  display: inline-block;
  width: 86%;
  padding-left: 10px;
}
.hdtopright{width: 100%; height: 90px; border-bottom: 1px solid #f5f5f5;}
/*----------banner-----------*/
/* .bannercu::before {
    -webkit-clip-path: polygon(0 0, 60% 0%, 35% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0%, 35% 100%, 0% 100%);
    background-color: rgba(103, 52, 51, 0.95);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.banner_txt {
    bottom: 18%;
    color: #fff;
    position: absolute;
    text-align: right;
    /* width: 40%; */
    padding: 0 20px;
    margin: auto;
    right: 17%;
    z-index: 999999;
    margin: auto;
}
.banner_txt1{
  right: auto;
  left: 2%;
}
.banner_hd {
    color: #fff;
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 0px;
    font-weight: 700;   
    padding-top: 0px;
    padding-left: 0%;
    text-transform: uppercase;
    letter-spacing:15px;
    text-align: center;
    margin-bottom: 20px;
    visibility: visible !important;
    /*text-shadow: 0 0 2px rgba(255, 255, 255, 0.2) !important;*/
}
.banner_hd span{color: #2d9fda;}
.banner_cont {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 60px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    visibility: visible !important;
}
.banner_cont span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    line-height: 25px;
    letter-spacing: 16.5px;
    background: #ac9271;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 17px;
    z-index: 1;
}
.banner_r_more{
    clear: both;
    margin-top: 20px;
}
.banner_r_more a{
    background-color: #222222; font-weight: 600; text-transform: uppercase;
    color: #fff; margin-top: 0px; border-radius: 10px; font-size: 14px;
    height: 40px; line-height: 40px; display: inline-block; letter-spacing: 1px;
    text-decoration: none; padding: 0 30px; transition: all 0.3s; margin: auto;

}
.banner_r_more img{margin-left: 5px;}
.banner_r_more a:hover{
    transition: all 0.3s;
    background-color: #74ab26; color: #fff; background-image: none;
}
.banner_r_more a i{margin-left: 5px;}


a.scroll-down-link {
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #FFF;
    text-align: center;
    z-index: 90;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
    animation: move_fade_move_down 2s ease-in-out infinite;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    right: 0px;
    outline: 0px !important;
    border: 0px;
}
a.scroll-down-link img{opacity: 0.6;}

.bannercu{
  width: 100%; /* background-color: #000;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden; */
}

.videobx{position: relative; width: 100%; display: block;}
.bannercu video {
    width: 100%; display: block; opacity: 0.9; position: relative;
}
/* .bannercu .videobx::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: transparent url(../images/header-overlay.png) repeat;
} */
/*animated arrow animattion*/
 @-webkit-keyframes move_fade_move_down {
 0% {
 -webkit-transform:translate(0, -5px);
 opacity: 1;
}
 50% {
 -webkit-transform:translate(0, 10px);
 opacity: 1;
}
 100% {
 -webkit-transform:translate(0, -5px);
 opacity: 1;
}
}
 @keyframes move_fade_move_down {
 0% {
 transform:translate(0, -5px);
 opacity: 1;
}
 50% {
 transform:translate(0, 10px);
 opacity: 1;
}
 100% {
 transform:translate(0, -5px);
 opacity: 1;
}
}

.shape1{
   -webkit-clip-path: polygon(50% 41%, 0% 100%, 100% 100%);
clip-path: polygon(50% 41%, 0% 100%, 100% 100%);
position: absolute;
bottom: 0px;
left: 45.5%;
width: 10%;
height: 150px;
background-color: #2baee8;
z-index: 9;
opacity: 0.8;
}
.shape2{
   -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
position: absolute;
bottom: 0px;
right: 0%;
width: 18%;
height: 220px;
background-color: #2baee8;
opacity: 0.8;
}
/*----------banner-----------*/


/*section1*/
.section1{
  width: 100%; 
  display: table;
  padding: 40px;
  background-color: #fff;
}
.section1 h3{
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #bac34e;
  font-family: 'Great Vibes', cursive;
  font-size: 24px; font-weight: 600;
}
.section1 h2{
  text-align: center;
  margin-top: 0px;
  font-size: 40px;
  letter-spacing: -1px;
  color: #0a472e;
}
.sec1img1{width: 100%;
text-align: center; display: table;
position: relative;}
.sec1img1 .img1{
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.sec1img1 .img1 img{
  max-width: 100%;
  display: table;
  margin: auto;
}
.sec1img1 .img2{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  vertical-align: middle;
  text-align: center;
}
.img2in{
  display: table-cell;
  margin: auto;
  vertical-align: middle;
}
.sec1img1 .img2 img{display: table-cell; vertical-align: middle;}

.simg1{
  padding-left: 100px;
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 40px;
}
.simg1 img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 85px;
  display: block;
}
.simg1 h4{
  font-size: 16px;
  font-weight: 700;
  color: #0a472e;
  margin-top: 5px;
  margin-bottom: 5px;
}
.simg1 p{
  font-size: 12px;
  line-height: 18px; color: #555;
}
/*section1*/


/*section2*/
.section2{
  display: table;
  padding: 30px 0px 0;
  width: 100%;
  clear: both;
}
.section2 h2{
  margin: 0px 0 60px;
  padding: 0px;
  text-align: center;
  color: #000;
  text-transform: capitalize;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  background-size: cover;
}
.section2 h1{
  height: 48px;
  line-height: 48px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-size: 18px;
  
  border-bottom: 2px solid #32689b;
}
.section2 h1 a{
  background-color: #02476a;
  width: 37%;
  position: relative;
  display: block;
  line-height: 48px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  font-weight: 400;
  background-image: url('../images/angle-right.png');
  background-repeat: no-repeat;
  background-position: 96% center;
}
.section2 h2 a{
  text-decoration: none;
  color: #0a472e;
}
.sec2bxlist{
  /* background-color: #fff; */
  display: table;
  width: 100%;
}
.sec2bxlist ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sec2bxlist ul li{
  float: left;
  display: inline-block;
  width: 20%;
  padding: 10px;
  min-height: 475px;
  margin-top: -50px;
  position: relative;
  
}
.sec2bxlist ul li .homeprod1{
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid rgba(127,127,127,0.16);
  -webkit-box-shadow: 0 1px 4px rgba(127,127,127,0.11);
box-shadow: 0 1px 4px rgba(127,127,127,0.11);
  transition: all 0.3s;
  padding: 5px;
  min-height: 400px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  /*-webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;*/
}
/*.sec2bxlist ul li .homeprod1:before{
  position: absolute;
  right: 10px;
  top: 10px;
  content: "W: 500px - H: 500px";
  z-index: 99;
  color: #ccc;
  font-size: 14px;
  z-index: 1
}*/
.sec2bxlist ul li .homeprod1:hover{min-height: 450px; z-index: 99}
/* .sec2bxlist ul li.lastpro a:hover{min-height: 330px;} */

/* .sec2bxlist ul li.lastpro{display: table; min-height: 350px;} */
/* .sec2bxlist ul li.lastpro a{
  background-color: #de5041;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
} */
/* .sec2bxlist ul li.lastpro a h6{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
.sec2bxlist ul li.lastpro a h2{
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-top: 0px;
} */
.sec2bxlist ul li .homeprod1 img.hprodimg1{
  width: 100%;
  display: block;
}
.sec2bxlist ul li .homeprod1 h3{
  font-size: 16px;
  color: #0a472e;
  text-align: center;
  font-weight: 700;
  padding: 0 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  text-transform: none;
}
.sec2bxlist ul li .homeprod1 h4{
  font-size: 18px;
  color: #de0101;
  margin: 0px;
  padding: 0 10px;
  text-align: left;
}
.sec2bxlist ul li .homeprod1 h5{margin-top: 10px;}
.sec2bxlist ul li .homeprod1 h5 span{
  display: inline-block;
  background: rgba(141,214,105,0.3);
  padding: 2px 5px;
  color: #008000;
  border: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.sec2bxlist ul li .homeprod1 .pcart{
  position: absolute;
  bottom: 0px;
  visibility: hidden;
  width: 100%;
  height: 0px;
  line-height: 0px;
  left: 0px;
  color: #000;
  text-align: center;
  transition: all 0.3s;
  text-transform: capitalize;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.sec2bxlist ul li .homeprod1 .pcart img{width: 32px; margin-right: 10px;
display: inline-block;}
.sec2bxlist ul li .homeprod1:hover .pcart{
  bottom: 0px;
  height: 50px;
  line-height: 50px;
  visibility: visible;
  opacity: 1
}
/* .sec2bxlist ul li a:hover{border-color: rgb(65, 66, 53);} */

.sec2bxlist1 ul li .homeprod1 .pcart{background-color: rgba(188, 122, 54, 0.85);}
.sec2bxlist1 ul li .homeprod1:hover{border-color: rgb(188, 122, 54)}

.sec2bxlist2{background-color: #fff;}
.sec2bxlist2 ul li .homeprod1 .pcart{background-color: rgba(2, 71, 106, 0.85);}
.sec2bxlist2 ul li .homeprod1:hover{border-color: rgb(2, 71, 106)}

.sec2bxlist3{background-color: #fff;}
.sec2bxlist3 ul li .homeprod1 .pcart{background-color: rgba(134, 38, 155, 0.85);}
.sec2bxlist3 ul li .homeprod1:hover{border-color: #86269b}

.homeprod1 .price{
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 15px;    
    font-weight: 600;
    padding: 0 11px;
    margin-bottom: 15px;
}
.homeprod1 .n_price{
    margin-right: 15px;
    color: #464646;
}
.homeprod1 .o_price{
    color: #f5521c;
    text-decoration: line-through;
    font-size: 13px;
}

.qty2{
    width: 65px;
    background-color: #fff;
    border: 1px solid #d7d7d7;  
    float: left;
    margin-right: 0px;
    display:flex;
}
.qty2 input{
    width: 40px;
    border: 0px;
    height: 32px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    float:left;
}
.qty2 .p_m{
    float: left;
    width: 20px;
    height: 26px;   
}
.qty2 .p_m a{
    width: 23px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    text-decoration: none;
    clear: both;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.qty2 .p_m a img{
    position: relative;
    top: -2px;
}
.qty2 .p_m a.minus img{}
.qty2 .p_m .plus{
    background-color: #a8b324;
}
.qty2 .p_m a.minus{
    background-color: #ecb100;
}
.qty2 .p_m a:hover{
    background-color: #000; 
    color: #fff;
}
.homeprod1 .qty1{
    float: left; 
    display: inline-block; 
    width: 70%;
    padding: 0 5px;
}
.homeprod1 .form-control {
    border: 1px solid #ccc;
    border-radius: 0px;
    clear: both;
    padding: 3px;
    color: #4d4d4d;
    width: 100%;
    font-size: 12px;
}
.pcart a{
  text-decoration: none;
  color: #a8b324;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #a8b324;
  font-size: 12px;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 5px;
}
.pcart a.morein{border-color: #ecb100; color: #ecb100;}
.pcart a.atc{
  background-color: #a8b324; color: #fff;
}
.pcart a:hover{
  background-color: #80891b;
  border-color: #80891b;
  color: #fff;
}
.pcart a.morein:hover{background-color: #ecb100; color: #000; border-color: #ecb100;}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 230px;
  perspective: 1000px;
  text-decoration: none;
  color: #fff;
  display: block;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.homeprod1:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box{transition: all 0.3s; margin-bottom: 25px;}
.flip-box-front {
  /* background-color: #bbb; */
  /* color: #323a45 ; */
}

.flip-box-back {
  /* background-color: dodgerblue; */
  /* color: #323a45 ; */
  transform: rotateY(180deg);
}
/*section2*/


/*section3*/
.section3{
  width: 100%;
  display: table;
  padding: 0px;
}
.section3 h2{
  margin-top: 0px;
  font-size: 32px;
  text-transform: capitalize;
  color: #0a472e;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

a.shopbx1{
  text-decoration: none;
  width: 100%;
  display: block;
  /* height: 420px; */
  overflow: hidden;
  transition: all 0.3s;
  color: #fff;
  /* padding: 30px; */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
a.shopbx1 img{width: 100%; transition: all 0.3s; transform: scale(1); height: 420px;
display: block;}
a.shopbx1:hover img{transform: scale(1.1);}
.shopcont{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0%;
  display: block;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.47);
}
.shopcont h3{
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-top: 7%;
  margin-bottom: 0;
}
.shopcont ul{margin-bottom: 20px; display: inline-block; width: 100%; padding-left: 20px;}
.shopcont ul li{line-height: 32px;}

.shopcont h4{
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  font-weight: 300;
}
.shopcont span{
  padding: 10px 25px;
font-size: 16px;
  background-color: #de5041;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 3px;
  display: inline-block;
}
a.shopbx1:hover .shopcont span{background-color: #fff; color: #de5041;}
.shopbx2 .shopcont h3{font-size: 26px; margin-top: 16%;}
.shopbx2 .shopcont h4{font-size: 16px;}
.shopbx2 .shopcont span{padding: 10px 25px; font-size: 16px;}


.shopcatbx1{width: 100%; clear: both;}
.shopcatbx1 ul{
  list-style: none;
  width: 100%;
  display: table;
  margin: 0;
  padding: 0px;
  border: 1px solid rgba(127,127,127,0.16);
  -webkit-box-shadow: 0 1px 4px rgba(127,127,127,0.11);
  box-shadow: 0 1px 4px rgba(127,127,127,0.11);
}
.shopcatbx1 ul li{
  float: left;
  display: inline-block;
  border-right: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.15);
  padding: 20px;
  background-color: #fff;
  width: 33.33%;
  min-height: 220px;
}
.shopcatbx1 ul li:nth-child(3n){border-right: 0}

.shopcatbx1 ul li:nth-child(4){border-bottom: 0}
.shopcatbx1 ul li:nth-child(5){border-bottom: 0}
.shopcatbx1 ul li:nth-child(6){border-bottom: 0}
.shopcatbx1 img{width: 100%; display: block;}
.shopcatbx1 h3{
  margin-top: 0px;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}
.shopcatbx1 a{
  text-decoration: none;
  display: block;
  padding: 5px 0;
  clear: both;
  transition: all 0.3s;
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.shopcatbx1 a:hover{
  color: #de5041;
}


.topdealsbx{
  clear: both;
  width: 100%;
  display: table;
  padding: 0;
  margin: 0;
}
a.dealbx1{
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
  color: #000;
  box-shadow: 10px 30px 50px rgba(6,31,60,.09);
  background-color: #fff;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  transition: all 0.3s;
}
a.dealbx1 img{
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}
a.dealbx1 h3{
  margin: 0px;
  padding: 20px 20px 20px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
a.dealbx1:hover h3{
  text-decoration: underline;
}
.coop-c-featureCard__squircle {
    color: #fff;
    padding: 1rem;
    position: absolute;
    top: -30px;
    right: -28px;
    height: 114px;
    width: 118px;
    z-index: 10;
    -webkit-transform: scale(.88);
    transform: scale(.88);
}
.coop-c-featureCard__squircle__small-text {
    max-width: 100px;
    color: #fff;
    display: block;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
}
.coop-c-featureCard__squircle__svg {
    width: 100%;
    fill: #ff9700;
}
.coop-c-featureCard__squircle--super_saver_squircle {
    -webkit-transform: none;
    transform: none;
    top: -31px;
    right: -20px;
    height: 140px;
    width: 147px;
    position: absolute;
    padding: .875rem 0 0;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.coop-c-featureCard__squircle__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: -8px;
    color: #fff;
    font-size: 21px;
padding-top: 35px;
text-transform: uppercase;
}
.coop-c-featureCard__squircle__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.coop-u-flex-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
/*section3*/




/*----------section4------------*/
.section4{
  background-image: url(../images/testmonial-bottom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: 100%;
  display: block;
  padding: 40px 0;
  overflow: hidden;
}
.section4_in h2{color: #fff; font-weight: 300; text-align: center; margin: 0px 0px 20px 0; 
  font-size: 38px; line-height: 50px;}
.section4 p{text-transform: uppercase; color: #fff; font-size: 16px; text-align: center;
padding-bottom: 30px; background: url(../images/title-bg.png) no-repeat bottom center;}

.section4_in ul{
  text-decoration: none;
  width: 100%;
  display: block;
  margin-top: 30px;
  padding: 0 30px;
  list-style: none;
}
.section4_in ul li{
  padding: 10px;
}
.section4_in ul li .test1{
  width: 100%;
}
.test_cont{
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  position: relative;
  /* height: 204px; */
  padding: 30px 50px;
  margin-bottom: 20px;
}
.test_cont:before{
  left: 75px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/shape1.png);
  width: 47px;
  height: 15px;
  bottom: -15px;
  content: "";
}
.test_info{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 16px;
  display: table;
  font-weight: 500;
  color: #444;
  /* margin-bottom: 60px; */
  line-height: 28px;
}
.test_info:before{
  left: -35px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/quote1.png);
  top: 0px;
  width: 32px;
  height: 26px;
  content: "";
}
.test_info:after{
  right: -30px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/quote2.png);
  bottom: -10px;
  width: 32px;
  height: 26px;
  content: "";
}
.cust_name{
  color: #fff;
  font-size: 16px;
  width: 100%;
  font-weight: 100;
  text-align: center;
}
.cust_name span{
  font-weight: 500;
  display: inline-block;
}
/*----------section4_end-------------*/



/*-----------footer------------*/
.footer{
  clear: both;
  width: 100%;
  display: table;
  background-color: #f2f2f2;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 40px 0 10px
}

.ft_logo{
  float: left;
  display: inline-block;
  width: 20%;
  text-align: center;
  margin-right: 4%;
  color: #ccc;
  font-size: 12px;
}
.ft_logo img{
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}

.ft_left1{
  float: left;
  display: inline-block;
  width: 19%;
  text-align: left;
  padding: 0 15px;
  border-right: 1px solid #ddd;
  min-height: 200px;
}
.ft_left2, .ft_left3{
  float: left;
  display: inline-block;
  width: 21%;
  text-align: left;
  padding: 0 15px;
  border-right: 1px solid #ddd;
  min-height: 200px;
  padding-top: 40px;
}
.ft_left3{padding-top: 0px; border-right: 0px;}
.ft_hd1{
  font-weight: 600;
  font-size: 14px;
  color: #222;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-top: 20px;
}
.ft_left1 ul, .ft_left2 ul{
  list-style: none;
  clear: both;
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
}
.ft_left1 ul li, .ft_left2 ul li{
  width: 100%;
  display: block;
  line-height: 24px;
}
.ft_left2 ul li{margin-bottom: 7px;}
.ft_left1 ul li a, .ft_left2 ul li a{
  text-decoration: none;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.ft_left1 ul li a:hover, .ft_left2 ul li a:hover{
  color: #d9272e;
}
.ft_left2 ul li a i{
  background: #aae7f0;
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.ft_left3 input{border-radius: 0px; box-shadow: 0px !important; font-weight: 400;
transition: all 0.3s;}

.ft_left3 ul{
  list-style: none;
  width: 100%;
  clear: both;
  margin: 0px;

  padding: 0px;
  margin-top: 20px;
  display: inline-block;
}
.ft_left3 ul li{
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.ft_left3 ul li a{
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #333;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  transition: all 0.3s;
  display: block;
  border: 1px solid #333;
}
.ft_left3 ul li a:hover{
  background-color: transparent;
  color: #333;
}

.copyright{
  clear: both;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  display: table;
  color: #333;
  font-size: 14px;
}
/*-----------footer_end------------*/


.section2 h4{
  position: relative;
  width: 100%;
  display: block;
  padding: 15px 20px 12px;
  background-color: #fff;
  margin: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  /* border-radius: 5px; */
  color: #0a472e;
  margin-bottom: 60px;
  border: 1px solid rgba(127,127,127,0.16);
  -webkit-box-shadow: 0 1px 4px rgba(127,127,127,0.11);
  box-shadow: 0 1px 4px rgba(127,127,127,0.11);
}
.section2 .breadcrumb{padding: 0px; position: absolute; right: 20px; top: 12px;
margin:0;}
.breadcrumb > li{text-decoration: none; color: #555; font-size: 12px; font-weight: 500;}
.breadcrumb > li > a{text-decoration: underline; color: #000; transition: all 0.3s;}
.breadcrumb > li > a:hover{color: #00aeef;}
.breadcrumb > li + li::before{position: relative; top: 1px;}

.productpg {
    width: 100%;
    display: table;
    padding: 30px 0 40px;
    background-color: #f7f7f7;
}
.productpg .breadcrumb > li > a {
    text-decoration: none;
}
.breadcrumb{margin-top: 0px;}
.productbx1 {
    width: 100%;
    display: table;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 5px;
  box-shadow: 0 1px 4px rgba(127,127,127,0.11);
}
.product_right .p_hd2{font-weight: 700; font-size: 24px; color: #0a472e; text-transform: uppercase;
border-bottom: 2px solid #ccc; padding-bottom: 10px; margin-bottom: 15px; letter-spacing: 1px;}
.product_right p{font-size: 14px; color: #000; letter-spacing: 1px;}
.product_right p b{color: #0a472e; text-transform: uppercase; font-weight:400}
.product_right{padding-left: 40px;}
.p_price2{
    color: #f5521c;
    font-size: 28px;
    text-transform: capitalize;
    margin: 10px 0 25px;
    font-weight: 900;
    padding: 10px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    clear: both;
    display: inline-block;
    width: 100%;
}
.p_price2 span, .p_price2 b{
    text-decoration: line-through;
    color: #999999;
    font-weight: 400;
    font-size: 21px;
    margin-right: 10px;
}
.p_price2 b{text-decoration: none; background-color: #ecb100; color: #000; font-size: 14px; 
    padding: 5px 20px; margin-left: 40px; position: relative; top: -5px; text-transform: capitalize;
    border-radius: 0px;
}
.cart_p_bottom .qty2{
    width: 80px;    
    height: 32px;
}
.product_right .qty2 input{width: 50px; height: 30px;}
.product_right .p_m{width: 30px; height: 30px;}

.product_right .a_cart{margin-left: 10px;}
.product_right .p_m a{width: 30px; height: 15px;}


a.prod_cart1{padding: 8px 35px 8px 30px; text-decoration: none; color: #fff; 
  background-color: #a8b324; border-radius: 5px; float: right; display: inline-block; 
text-transform: uppercase; font-weight: 700; margin-top: 30px;
transition: all 0.3s;}
a.prod_cart1 i{margin-right: 10px; font-size: 21px;}
a.prod_cart1:hover{background-color: #80891b;}

a.prod_wish{width: 34px; height: 34px; line-height: 34px; text-align: center; display: inline-block;
margin-left: 20px; text-decoration: none; color: #fff; font-size: 16px; background-color: #4d585f;
border-radius: 0%; transition: all 0.3s; float: left;}
a.prod_wish:hover{background-color: #252f35;}

.breadbg{background-color: #f6f9fb;}

.prod_desc{width: 100%; display: table; clear: both; margin-top: 10px;}
.prod_desc h2{width: 100%; display: table; font-size: 16px; text-transform: capitalize;
padding-bottom: 0px; margin-bottom: 10px; color: #a8b324; font-weight: 600;
 position: relative; margin-top: 0; letter-spacing: 1px; }
/* .prod_desc h2:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px; 
    width: 60px;
    height: 2px;
    background-color: #ccc;
} */
.prod_desc{font-size: 16px; line-height: 24px; color: #000}

.prod_desc{width: 100%; display: table; clear: both; padding: 10px 0; margin-top: 0}
.productpg .qty2{
    width: 98px;
    background-color: #fff;
    /* border: 1px solid #d7d7d7;   */
    float: left;
    margin-right: 0px;
    display:flex;
}
.productpg .qty2 input{
    width: 32px;
    border: 0px;
    height: 32px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    float:left;
}
.productpg .qty2 a{
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    text-decoration: none;
    clear: both;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.productpg .qty2 a img{
    position: relative;
    top: -2px;
}
.productpg .qty2  a.minus img{}
.productpg .qty2 .plus{
    background-color: #a8b324;
    /* border-radius: 5px 0 0 5px; */
    
}
.productpg .qty2 a.minus{
    background-color: #ecb100;
    /* border-radius: 0 5px 5px 0; */
}
.productpg .qty2 a:hover{
    background-color: #000; 
    color: #fff;
}
a.ywallet{
  text-decoration: none;
  background-color: #f7f7f7;
  float: left;
  display: inline-block;
  margin-top: 30px;
  padding: 6px 20px;
  color: #0a472e;
  box-shadow: 0 1px 4px rgba(127,127,127,0.5);
  text-transform: capitalize;
}
a.ywallet .blink1 {
    -webkit-animation: bgColorr1 1s infinite; /* Safari 4+ */
    -moz-animation:    bgColorr1 1s infinite; /* Fx 5+ */
    -o-animation:      bgColorr1 1s infinite; /* Opera 12+ */
    animation:         bgColorr1 1s infinite; /* IE 10+, Fx 29+ */
    font-weight: 600;
}
@keyframes bgColorr1 {
  0%   {color: #555;}
  50%  {color: #0a472e;}
  100% {color: #555;}
}
@-webkit-keyframes bgColorr1 {
  0%   {color: #555;}
  50%  {color: #0a472e;}
  100% {color: #555;}
}

.relpro{
  display: block;
}
.relpro ul li{width: 100%;}

h2 .fixedabs {
    position: absolute;
    right: 0px;
    top: -15px;
}
h2.hdbx1 {
    color: #000;
    margin: 0px;
    position: relative;
    font-weight: 600;
    font-size: 26px;
}
.cartpg, .myAcc, .contactpg, .products_pg{background-color: #f7f7f7;}
.product_right .qty2 input{background-color: #f7f7f7; border: 2px solid #f7f7f7;
height: 32px;}
.relpro{display: block; padding-bottom: 60px;}
.relpro .sec2bxlist ul li {margin-top: 0px;}
.section2.relpro h2{margin-bottom: 10px; margin-top: 20px;}
.owl-carousel .owl-item img{display: initial !important;}

/*formbox*/

.formbox {
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #f7f7f7;
}
.formbox h1{
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #0a472e;
}
.formbox h2 {
    color: #555;
    font-size:16px;
    margin-top: 0px;
    text-align: left;
    padding-left: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.formbox h2 span {
    color: #db2234;
}
.formbox p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 2px;
    padding: 0 10%;
    /*margin-bottom: 60px;*/
    margin-top: 20px;
}
.contblocks{
    text-align: center;
    padding: 0 10%;
    clear: both;
}
.contblocks h4{
    font-size: 19px;
    color: #888;
}
.formbox a {
    color: #033c75;
    text-decoration: none;
    padding-top: 5px;
    font-size: 21px;
    position: relative;
    /* font-family: 'Sofia-Pro-Bold', 'SofiaPro-Bold', sans-serif; */
}

.formbox .form-group {
    /* padding: 0 7%; */
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 30px;
}

.formbox label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

.formbox label span {
    color: #ff7149;
}

.formbox input.form-control,
.formbox textarea.form-control, .modal-body input.form-control,
.modal-body textarea.form-control{
    background-color: #fff;
    border-radius: 0px;
    height: 46px;
    border: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 20px;
    box-shadow: none;
}
.modal-body input.form-control{height: 45px;}
.formbox textarea.form-control {
    height: 120px !important;
}

.formbox .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 14px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    display: table;
    border-radius: 0px;
    letter-spacing: 2px;
    margin:  auto;
    background-color: #0b2e4f;
    transition: all 0.3s;
    float: left;
    margin-top: 15px;
}

input.subres:hover {
    background-color: #da2032;
    color: #fff;
}
.jobpositions h2 {
    position: relative;
    margin-top: 40px;
    color: #000;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 20px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0
}
.jobpositions h2:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #f15d21;
    content: "";
}
.jobpositions p{font-size: 16px; line-height: 28px; margin-bottom: 30px;}
.contact_block {
    padding: 30px 5px;
    background-color: #fafafa;
    display: table;
    border: 15px solid #fff;
    margin-top: -120px;
    position: relative;
    z-index: 9;
    width: 100%;
    box-shadow: 5px 5px 15px 0px rgba(64,84,178,0.35);
}
.footer_address ul li {
    list-style: none;
    /* border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; */
    /* float: left; */
   /*  max-height:250px;
    min-height:250px; */
    padding:0px 0;
    padding-left: 80px;
    width: 100%;
    clear: both;
    position: relative;
    display: table;
    text-align: left;
}
.footer_address ul li:last-child {
    border-right: 0 none;
}
.footer_address ul li a{text-decoration: none; display: block;}
.add_icon {
    display: table;
    margin: auto;
    text-align: center;
    width:100px;
}
.add_icon img{
    max-width:100%;
    height: 60px;
    display: inline-block;
}
.footer_address ul li h4 {
    color: #000;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 10px 0 0px;
    font-weight:500;
    text-align: left;
}
.footer_address ul li p {
    color: #0a472e;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    width:100%;
    float:left;
    text-align: left;
    font-weight:400;
    padding: 0;
    margin-top: 3px;
    padding-right: 15px;
}
.fontaw{
    position: absolute;
    left: -60px;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #a8b324;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.footer_address h3{
    text-transform: uppercase;
font-size: 21px;
font-weight: 700;
padding-left: 20px;
margin-bottom: 20px;
color: #0a472e;
margin-top: 0;
}
.footer_address ul{padding: 0}
/*formbox*/



/*login*/
.login_block {
  clear: both;
  width: 100%;
  display: table;
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
}
.login_hd {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #848589;
    text-transform: uppercase;
    color: #0a472e;
    font-size: 22px;
    font-weight: 700;
}
.page_hd {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
    font-size: 26px;
    font-weight: 700;
}
.login_box1 {
    min-height: 272px;
    clear: both;
    width: 100%;
    display: block;
}
.login_hd2 {
    width: 100%;
    display: table;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 17px;
    color: #333333;
}
.login_cont {
    width: 100%;
    display: table;
    clear: both;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.in_box {
    position: relative;
    margin: 10px 0;
}
.login_box form {
  margin-top: 10px;
}
.in_box input {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  color: #333;
  padding: 10px;
  padding-left: 50px;
  font-size: 13px;
  transition: all .5s;
}
.in_box p{font-size: 14px; font-weight: 500;}
.in_box p span {
  color: #ff0000;
}
.in_box input + label {
  position: absolute;
  bottom: -4px;
  left: 1px;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  color: #eee;
  background: #ddd;
  transition: all .5s;
}
.in_box input:hover + label, .in_box input:focus + label {
  color: #fff;
  background: #a8b324;
  transition: all .5s;
}
.in_box input:hover, .in_box input:focus {
  border: 1px solid #a8b324;
  transition: all .5s;
}
input.log_btn {
  float: right;
  padding: 10px 30px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border: 0px;
  background: #a8b324;
  transition: all .5s;
}
input.log_btn:hover, input.log_btn:focus {
  background: #000;
  transition: all .5s;
}
input.remeber {
  display: none;
}
input.remeber + label {
    color: #333;
    cursor: pointer;
    margin-top: 10px;
    font-size: 12px;
    float: left;
    display: inline-block;
    padding-left: 30px;
    position: relative;
} 
input.remeber + label:before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 20px;
  height: 20px;
  content: '';
  color: #fff;
  text-align: center;
  line-height: 20px;
  background: #ccc;
  transition: all .5s
} 
input.remeber:checked + label:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  background: #de5041;
  transition: all .5s
} 
input.remeber:checked + label {
    color: #333;
} 
input.remeber + label a{
  text-decoration: none;
  color: #de5041;
}
a.forgotPWD {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  color: #de5041;
  transition: all .5s;
} 
a.forgotPWD:hover {
  opacity: 1;
  transition: all .5s;
}
.requ1 {
    float: right;
    color: #f20000;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 1px;
    text-align: right;
}
.login_btm {
    clear: both;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
}
.login_btn, .login_btn3 {
    float: right;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #a8b324;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
    border: 1px solid #a8b324;
    font-size: 13px;
}
.login_btn:hover , .login_btn3:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    background: #a8b324;
}
a.delpro{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  line-height: 30px;
  transition: all 0.3s;
  color: #fff;
  background-color: #de5041;
  z-index: 999
}
a.delpro:hover{background-color: #000}

.sec2bxlist ul li:hover{z-index: 9999}

.deliveryinput{
  border: 0px;
  border: 1px solid #ccc;
  position: relative;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #000;
  width: 300px;
  top: -7px;
  font-weight: 500;
  padding: 0 70px 0 10px;
  outline: 0;
}
/* .icon123:before{
   content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #777;
    font-size: 17px;
    position: absolute;
    top: -5px;
    left: 2px;
} */
.delicheck{
  position: absolute;
  right: 0px;
  top: -15px;
  border: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  height: 36px;
  width: 70px;
  text-align: center;
  background-color: #de5041;
  text-transform: uppercase;
}
.qty-wrapper{
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.qty-wrapper label{
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}
.qty-wrapper .input-text{
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #dddddd;
}

.add-to-links{
  clear: both;
  width: 100%;
  display: table;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}
.add-to-links ul{list-style: none;}
.add-to-links ul li{
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.add-to-links li a{
  text-decoration: none;
  color: #235adb;
  font-size: 14px;
}
.add-to-links li a span{
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #eeeeee;
  border-radius: 100%;
  margin-right: 10px;
  color: #333333;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.add-to-links li a:hover span{color: #fff; background-color: #235adb;}

.stock.available {
    color: #408b2d;
    padding-left: 13px;
    font-size: 14px;
}
.stock.available::before {
    background: #408b2d;
}
.stock::before {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background: transparent;
    border-radius: 100%;
    top: 6px;
    left: 0
}

.multi_tabs3 {
   margin-top: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
}
ul.tabs3 {
    float: left;
    height: 42px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
ul.tabs3 li {
    border-left: medium none;
    color: #555;
    cursor: pointer;
    float: left;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    margin: 0 1px 0 0;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: inline-block;
}
ul.tabs3 li::after {
    
}
ul.tabs3 li:last-child::after {
   background-color: transparent;
}
ul.tabs3 li:hover {
    border-bottom: 2px solid #cc0000;
    color: #000;
}
ul.tabs3 li.active3 {
   border-bottom: 2px solid #cc0000;
   color: #000;
}
.tab3_container {
    background: #ffffff;
    border-top: medium none;
    clear: both;
    float: left;
    width: 100%;
}
.tab_content3 {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 20px 0;
    text-align: justify;
}
.tab_content3 ul, .prod_desc ul{
  margin-top: 10px;
  padding-left: 20px; 
}
.tab_content3 ul li, .prod_desc ul li{
  color: #000;
  line-height: 26px;
  font-size: 14px;
}


.menu2{position: fixed; left:0px; top: 0px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 25px;
    background: #de5041;
    height: 3px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 4px;
}
#header.fixed1 .icon-bar {background: #009bca;}
.icon-bar:first-child {}
.icon-bar:last-child {}

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #fff;
  height: 100%;
  left: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
}
.left1{right: 280px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 280px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 500;
 font-size: 14px; display: block; padding: 5px 25px; text-transform: capitalize; 
    transition: all 0.3s ease 0s; text-align: left; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #555;}

a.closebtn{
    position: absolute; right: 0px; top: 0px; display: block;
    width: 42px;
    height: 42px;
    background-color: #de5041;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    z-index: 999;
    text-align: center;
}
.mlogo{width: 100%; text-align: left; margin-bottom: 20px;}
.menu1 h3{color: #de5041; padding: 0 20px 10px; font-size: 16px; border-bottom: 1px solid #de5041;
margin: 0px 0px 10px; font-weight: 700; text-transform: uppercase;
letter-spacing: 2px;}
.pop_box_hd3 {
    width: 100%;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #f9f9f9;
    font-weight: 700;
    position: relative;
    padding: 15px 25px;
    margin-bottom: 30px;
}
.pop_box_hd4{margin-bottom: 20px !important; padding: 0px; display: block;}
.pop_box_hd3 p {
    font-weight: 300;
    font-size: 13px;
    font-style: italic;
    margin-top: 3px;
}
.pop_box_hd3 a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.menu1.white{padding-bottom: 50px;}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{overflow-x: hidden; padding-top: 170px; overflow-x: hidden;}
    .container1_inner{width: 100%;}
    .menu2{display: block; top: 108px; left: 0px; width: 50px;}
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .headerleft{width: 100%; display: table; text-align: center;}
    .headerright{width: 100%; display: table; clear: both;}
    .top_header{height: 170px;}
    .logo{float: left;}
    .logo a img{height: 80px;}
    .search{width: 90%; margin-top: 15px; float: right;}
    .topphone1{display: none;}
    .search input.form-control{font-size: 14px;}
    .cartlinks{position: absolute; right: 10px; top: 0; padding-top: 0px !important;}
    .hdtopright{height: 80px;}

    a.visitor{position: absolute; right: 0; top: 55px}
    .banner_r_more a{font-size: 11px; padding: 0 10px; border-radius: 0;
      height: 20px; line-height: 20px;}
    .banner_txt{bottom: 5px; right: 10px;}
    .pavcontentslider .carousel-control{display: none;}
    .section2 h2{font-size: 18px; margin-bottom: 20px;}

    .sec2bxlist ul li{width: 50%; padding: 0; min-height: auto; margin-top: 0}
    .sec2bxlist ul li:hover{line-height: normal; height: auto;}
    .sec2bxlist ul li .homeprod1{min-height: auto;}
    .sec2bxlist ul li .homeprod1 h3{font-size: 12px; padding: 0}
    .homeprod1 .price{height: 30px; line-height: 30px;}
    .homeprod1 .n_price{margin-right: 5px;}
    .flip-box{height: 145px;}
    .homeprod1 .price, .homeprod1 .o_price{font-size: 12px;}
    .homeprod1 .form-control{font-size: 10px;}
    .qty2{width: 46px;}
    .homeprod1 .qty1{padding-left: 0}
    .qty2 .p_m a{width: 20px;}
    .qty2 input{width: 26px; font-size: 12px;}
    .sec2bxlist ul li .homeprod1 .pcart{visibility: visible; bottom: 0; 
      height: 40px; line-height: 40px; opacity: 1}
    .pcart a{width: 50%; padding: 0; text-align: center; border-radius: 0; margin-top: 5px;
      display: inline-block; float: left; height: 40px; line-height: 40px; font-size: 10px}
      .sec2bxlist ul li .homeprod1, .sec2bxlist ul li .homeprod1:hover{min-height: auto;}
      /* .pcart a.morein:hover{height: auto; line-height: normal} */
    .sec2bxlist ul li .homeprod1:hover{height: auto; min-height: auto; line-height: normal;}
    .sec2bxlist ul li .homeprod1 .pcart{position: relative; display: table;
      width: 100%;}
    .sec2bxlist ul li .homeprod1:hover .pcart{height: 40px; line-height: 40px;
      position: relative;}

      .welcome h2{font-size: 24px; line-height: 32px;}
      .welcome p{font-size: 14px; line-height: 21px;}
      .btn.btn-rmore{margin-bottom: 20px;} 
      .shopcont h3{font-size: 21px; line-height: 28px; margin-bottom: 20px;}
      a.shopbx1 img{
        object-fit: cover;
        object-position: center;
      }
      .shopcont ul li{font-size: 14px; line-height: 26px;}
      .shopcont span{padding: 6px 25px;}

      .section1{padding: 40px 20px;}
      .section1 h2{font-size: 24px;}
      .section4_in h2{font-size: 21px; line-height: 24px;}
      .section4_in ul{padding: 0}
      .test_info{font-size: 14px; line-height: 26px;}
      .ft_left1, .ft_left2, .ft_left3{width: 100%; clear: both; min-height: auto; border-right: 0;
        border-bottom: 1px solid #ddd;}
      .copyright{font-size: 12px; line-height: 18px;}

      .section2 h4{margin-bottom: 20px; text-align: center; font-size: 16px;}
      .section2 h4 nav{display: none}
      .product_right{padding: 0}
      a.prod_cart1{position: fixed; bottom: 0; left: 0; width: 100%; border-radius: 0;
        z-index: 999999999; text-align: center; margin:0;}

        .content1 {
            max-height: 375px;
            height: auto;
        }

        .formbox h1{padding-left: 0px; font-size: 18px;}
        .formbox h2{padding-left: 0; font-size: 12px;}

        .formbox input.form-control, .formbox textarea.form-control, .modal-body input.form-control, .modal-body textarea.form-control{
          font-size: 12px;
        }
        .contact_block{margin-top: 30px;}
        input.subres{font-size: 14px;}

        .cart_drop1{right: 5px;}

        .productpg, .productbx1{display: block;}
        .xzoom-container{position: relative;}
        .xzoom-container:before{
          position: absolute;
          left: 0px; 
          top: 0px;
          width: 100%;
          height: 75%;
          content: "";
          background-color: #fff;
          opacity: 0
        }
        .product_right .p_hd2{font-size: 16px; letter-spacing: 0}

        .cart_info1 {font-size: 12px;}
        .btm_header{display: none;}

    
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{

}
@media only screen and (min-width : 960px) and (max-width : 1240px)
{
  .container1_inner{width: 100%;}
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
  .search{width: 250px;}
  .btm_header ul > li > a{font-size: 12px;}
  .sec2bxlist ul li{width: 33.33%;}
  .search input.form-control{font-size: 12px;}
}
@media only screen and (min-width : 1240px) and (max-width : 1320px)
{
.container1_inner{width: 100%;}
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    .search{width: 500px;}
    .homeprod1 .qty1{width: 67%}
}
@media only screen and (min-width : 1024px) and (max-width : 1240px)
{
    
}


@media only screen and (min-width : 1400px) and (max-width : 2400px)
{

}

@media only screen and (min-width : 1900px) and (max-width : 3600px)
{

}

