body {
  color: #000;
}
.main_text h1 {
  color: #c0ff00;
  font-size: 90px;
  font-family: "myriad pro";
  padding: 0 0 20px 0;
  letter-spacing: -2px;
}
.main_text h2 {
  font-size: 60px;
  letter-spacing: -1px;
}
.main_text h3 {
  font-size: 70px;
  padding: 0 0 20px 0;
  letter-spacing: -2px;
}
.main_text h4 {
  font-size: 80px;
  padding: 0 0 20px 0;
  letter-spacing: -2px;
  color: #c00000;
  font-family: "myriad pro";
}

span.wifi {
  background: url(../images/wifi1.png) no-repeat right 0;
  padding: 0 130px 0 0;
}
.coming_soon {
  width: 90%;
  float: left;
  padding: 150px 5%;
  text-align: center;
  font-size: 25px;
  color: #666;
}
.coming_soon strong {
  color: #000;
  font-family: "myriad pro";
}

img.color1 {
  width: 220px;
  margin: 7px 0 0 0;
}
.product_specification.bluetooth_iTweetAir {
  background: url(../images/product-spec.png) no-repeat right 250px #9cc119;
}
.product_full_specification {
  width: 100%;
  float: left;
  background: url(../images/product-spec.png) no-repeat right 300px #9cc119;
  color: #fff;
  padding: 150px 0;
  color: #000;
  font-size: 30px;
}
.product_full_specification .title {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 80px;
  font-family: "myriad pro";
  color: #fff;
  padding: 0 0 15px 0;
  letter-spacing: -2px;
}
.product_full_specification .title strong.price {
  font-size: 130px;
}
.product_full_specification .title em.special {
  font-size: 100px;
  text-transform: uppercase;
  color: #de0000;
}
.product_full_specification h1 {
  color: #ff0101;
  font-size: 75px;
  padding: 0 0 20px 0;
  letter-spacing: -2px;
}
.product_full_specification h2 {
  color: #ff0101;
  font-size: 75px;
  padding: 0 0 20px 0;
  letter-spacing: -2px;
}
.product_full_specification h2 span {
  background: url(../images/phone1.png) no-repeat 0 25px;
  padding: 0 0 0 60px;
}
.product_full_specification strong.font53 {
  font-size: 53px;
}
.product_full_specification em.free_shipping {
  font-size: 50px;
  text-transform: uppercase;
  color: #c00000;
}
.product_full_specification .table_width {
  width: 90%;
  float: left;
}

/*** COMMON CLASS ***/

.right_float {
  float: right;
}
.left_float {
  float: left;
}
.common_container {
  width: 100%;
  float: left;
  font-family: "dinregular";
}
.page_title {
  width: 100%;
  float: left;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "dinregular";
  font-size: 25px;
  color: #000;
}
.page_title a {
  font-size: 14px;
  line-height: 25px;
  float: right;
  color: #006699;
}
.page_title a:hover {
  color: #000;
}
.main_img {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
}
.main_text {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 20;
  font-size: 30px;
}
.icon_holder {
  width: 100%;
  float: left;
  text-align: center;
}
.icon_holder.black ul li {
  background: url(../images/line3.png) repeat-y right 0;
  display: inline-block;
  margin: 0 auto;
  float: none;
}
.icon_holder.grey ul li {
  background: url(../images/top-ico-line4.png) repeat-y right 0;
  display: inline-block;
  margin: 0 auto;
  float: none;
}
.icon_holder.white ul li {
  background: url(../images/top-ico-line1.png) repeat-y right 0;
  display: inline-block;
  margin: 0 auto;
  float: none;
}
.icon_holder ul li {
  width: 65px;
  padding: 0 25px;
  background: url(../images/line2.png) repeat-y right 0;
  display: inline-block;
  margin: 0 auto;
  float: none;
}
.icon_holder ul li:first-child {
  padding: 0 25px 0 0;
}
.icon_holder ul li:last-child {
  padding: 0 0 0 25px;
  background: none;
}
.icon_holder.small {
  width: 260px;
  margin: 0 auto;
  float: none;
  clear: both;
}
.icon_holder.small ul li {
  width: 45px;
  padding: 0 7px;
}
.main_text .text_holder {
  width: 100%;
  float: left;
}
.popup {
  width: 500px;
  float: left;
  display: none;
  padding: 0px;
}
.popup h2,
.popup h3 {
  font-family: "dinregular";
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
}
.popup_form {
  width: 460px;
  padding: 5px 15px;
}
.popup .textbox {
  width: 100%;
  float: left;
  font-size: 12px;
}
.popup .textbox input,
select,
.email_form ul li input {
  border: 1px solid #ccc;
  height: 30px;
  width: 90%;
  padding: 0 4.5%;
  font-size: 15px;
  color: #666;
  margin-top: 2px;
}
.popup .textbox input:focus,
select:focus,
.email_form ul li input:focus {
  color: #000;
  border: 1px solid #333;
}
.popup .textbox select {
  width: 100%;
  cursor: pointer;
  background: url(../images/select-arrow.png) no-repeat 95% 15px #fff;
}
.popup .textbox ul li {
  width: 48%;
  float: left;
  padding: 0 0 5px 0;
}
.popup .textbox ul li:nth-child(2n) {
  float: right;
}
.popup .textbox ul li:nth-child(3) {
  width: 100%;
}
.popup .textbox ul li:last-child {
  float: left;
}
.popup .btn_holder {
  width: 48%;
  float: left;
  padding: 10px 0;
}
.popup .btn_holder input,
.email_form ul li:last-child input {
  border: 1px solid #ccc;
  height: 40px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "MyMyriadProBold";
  color: #000;
  background: #bcd532;
  cursor: pointer;
}
.popup .btn_holder input:hover,
.email_form ul li:last-child input:hover {
  background: #333;
  color: #fff;
}
.popup_form_sample {
  width: 1290px;
  float: none;
  margin: 0 auto;
  display: none;
}
.popup_form_sample .popup_form {
  width: 100%;
  padding: 10px 0;
}
.popup_form_sample .popup_form .distributors_sample_form {
  width: 46%;
  padding: 0 2%;
}
.pricing {
  width: 100%;
  float: left;
  font-family: 15px;
}
.pricing h3 span {
  font-size: 14px;
  float: right;
  line-height: 30px;
}
.pricing ul li {
  width: 15.666%;
  float: left;
  margin: 0 0.5%;
}
.pricing ul li:last-child {
  padding: 10px 0 0 0;
  text-align: right;
}
.pricing .one {
  width: 90%;
  padding: 3px 5%;
  float: left;
  background: #9bbb59;
  color: #fff;
  font-family: "MyMyriadProBold";
  margin-bottom: 3px;
}
.pricing .two {
  width: 90%;
  padding: 3px 5%;
  float: left;
  background: #dee6d1;
  color: #000;
  font-family: "MyMyriadProBold";
}
.email_form {
  width: 100%;
  float: left;
  padding: 15px 0;
}
.email_form ul li {
  width: 48%;
  padding: 0 0 10px 0;
  float: left;
}
.email_form ul li:nth-child(2n) {
  float: right;
}
.email_form ul li:last-child {
  width: 48%;
}
.popup_video {
  width: 1000px;
  float: left;
  display: none;
  padding: 10px;
}
.popup_video iframe {
  width: 100%;
  height: 615px;
  border: 0;
}
.mobile_image {
  display: none;
}
.product_footer {
  width: 100%;
  float: left;
  background: url(../images/product-spec.png) no-repeat right 40px #9cc119;
  color: #fff;
  padding: 100px 0 150px 0;
}
.product_footer .left_width {
  width: 25%;
}
.product_footer .right_width {
  width: 75%;
}
.product_footer .specification {
  width: 40%;
  float: left;
  font-size: 20px;
  line-height: 35px;
}
.product_footer .specification h2 {
  font-size: 30px;
  border-bottom: 1px solid #fff;
  padding: 0 0 5px 0;
  font-family: "myriad pro";
}
.product_footer .offer {
  width: 55%;
  float: left;
  text-align: center;
  font-size: 40px;
  font-family: "myriad pro";
}
.product_footer .offer strong,
.product_footer .offer span {
  font-size: 70px;
  line-height: 70px;
}
.product_footer .offer span {
  color: #e80000;
  text-transform: uppercase;
  font-family: "MyMyriadProBold";
}
.product_footer .new_offer {
  width: 55%;
  float: left;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-family: "myriad pro";
}

/*.product_footer .new_offer br.mobile{display:none;}*/

.product_footer .new_offer strong,
.product_footer .new_offer span.free,
.product_footer .new_offer strong.price {
  font-size: 80px;
  line-height: 80px;
  color: #ff0000;
  background: none;
  padding: 0;
  font-family: "MyMyriadProBold";
}
.product_footer .new_offer span {
  background: url(../images/phone1-1.png) no-repeat 0 10px;
  padding: 0 0 5px 50px;
}
.product_footer .new_offer em {
  color: #ff0000;
  font-family: "myriad pro";
}
.product_footer .new_offer span.free {
  text-transform: uppercase;
}
.product_footer .new_offer strong.price {
  color: #fff !important;
}
.product_footer_single {
  width: 100%;
  float: left;
  background: url(../images/product-spec.png) no-repeat right 50px #9cc119;
  color: #fff;
  padding: 150px 0;
  font-size: 80px;
  font-family: "myriad pro";
  text-align: center;
}
.product_footer_single.image_one {
  background: url(../images/product-spec.png) no-repeat right 150px #9cc119;
}
.product_footer_single h1 {
  font-size: 80px;
  color: #ea0000;
  font-family: "myriad pro";
}
.product_footer_single h1 span {
  background: url(../images/phone1.png) no-repeat 0 30px;
  padding: 0 0 0 70px;
}
.product_footer_single strong,
.product_footer_single strong.price {
  color: #de0000;
  font-size: 120px;
  letter-spacing: -5px;
}
.product_footer_single strong.price.white {
  color: #fff;
}
.product_footer_single em.special {
  color: #de0000;
  font-size: 100px;
}
.product_footer_single span.phone {
  background: url(../images/phone1.png) no-repeat 0 25px;
  padding: 0 0 0 60px;
}
.product_footer_single span.small_15 {
  font-size: 20px;
}
.product_specification {
  width: 100%;
  float: left;
  background: url(../images/product-spec.png) no-repeat right 550px #9cc119;
  color: #fff;
  padding: 150px 0;
  color: #000;
  font-size: 30px;
}
.product_specification.other {
  background: url(../images/product-spec.png) no-repeat right 300px #9cc119;
}
.product_specification .title {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 80px;
  font-family: "myriad pro";
  color: #fff;
  padding: 0 0 15px 0;
  letter-spacing: -2px;
}
.product_specification .title strong.price {
  font-size: 130px;
}
.product_specification .title em.special {
  font-size: 100px;
  text-transform: uppercase;
  color: #de0000;
}
.product_specification .img_holder {
  width: 35%;
  float: left;
}
.product_specification .img_holder img {
  width: 85%;
  margin: 0 auto;
}
.product_specification .text_holder {
  width: 70%;
  float: right;
}
.product_specification .text_holder h1 {
  color: #ff0101;
  font-size: 75px;
  padding: 0 0 20px 0;
  letter-spacing: -2px;
}
.product_specification .text_holder h2 {
  color: #ff0101;
  font-size: 75px;
  padding: 0 0 20px 0;
  letter-spacing: -2px;
}
.product_specification .text_holder h2 span {
  background: url(../images/phone1.png) no-repeat 0 25px;
  padding: 0 0 0 60px;
}
.product_specification .text_holder strong.font53 {
  font-size: 53px;
}

/*** SUB CATEGORY PAGE ***/

.subcategory_page {
  width: 100%;
  float: left;
  padding: 15px 0;
  text-align: center;
}
.subcategory_page ul li {
  width: 20%;
  margin: 0;
  background: url(../images/line1.png) repeat-y right 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}
.subcategory_page ul li:nth-child(5n) {
  background: none;
}
.subcategory_page ul li a,
.product_thumb ul li a {
  color: #333;
}
.product_thumb ul li span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subcategory_page img,
.product_thumb img {
  width: 150px;
  margin: 0 auto 0 auto;
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
}
.subcategory_page ul li:hover img,
.product_thumb ul li:hover a img {
  opacity: 10;
}
.subcategory_page ul li:hover a,
.product_thumb ul li:hover a {
  color: #666;
}
.product_thumb {
  width: 100%;
  float: left;
  font-size: 12px;
  text-align: center;
  padding: 0; /*margin-bottom:10px;*/
  border-bottom: 2px solid #ccc;
  height: 150px;
  overflow: hidden;
}
.product_thumb img {
  width: 90%;
  margin: 10px auto 0 auto;
}
.product_thumb a {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 5px solid #fff;
  padding: 0 0 5px 0;
}
.product_thumb a:hover,
.product_thumb a.select {
  border-bottom: 5px solid #abd044;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 1490px;
  margin: 0 auto;
  padding: 0 30px;
}
.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
  z-index: 50;
}
.jcarousel-skin-tango .jcarousel-item {
  width: 175px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin: 0 5px;
}

/** *  Horizontal Buttons */

.jcarousel-skin-tango .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 55px;
  right: 0px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
  opacity: 0.3;
  z-index: 50;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
  background: transparent url(../images/next1.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  background: transparent url(../images/prev1.png) no-repeat 0 0;
  left: 0px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
  opacity: 10;
}

/*** HOME PAGE ***/

.home_one {
  width: 100%;
  float: left;
}
.home_one h1 {
  font-size: 110px;
  color: #f10000;
  padding: 0 0 70px 0;
}
.home_one span {
  font-size: 50px;
  color: #000;
}
.home_one span.mobile {
  padding: 0 30px;
}
.home_one a {
  color: #0070d4;
}
.home_one a:hover {
  color: #000;
}
.home_one .main_text {
  width: 100%;
  float: left;
  color: #0070d4;
  font-family: "myriad pro";
  font-size: 35px;
}

#home_slide {
  width: 100%;
  float: left;
}

#home_slide .next_prv_holder {
  width: 70px;
  float: none;
  margin: 0 auto 0 auto;
  padding: 0;
  top: 0;
  left: 0;
  position: relative;
  z-index: 15;
  margin-top: -100px;
}

#home_slide .next_prv_holder img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
  width: 100%;
  margin: 0 auto;
}

#home_slide .next_prv_holder img:hover {
  opacity: 100;
  filter: alpha(opacity=100);
}

#home_slide .next_prv_holder .next,
#home_slide .next_prv_holder .prev {
  width: 25px;
  float: left;
  padding: 5px;
}

#home_slide .pagination {
  display: none;
}

#home_slide .slides_control {
  width: 100%;
  float: left;
}

#home_slide .slides_container {
  display: block;
  height: auto;
  overflow: hidden;
  z-index: 5;
  top: 0;
  left: 0;
  position: relative;
}

#home_slide .slides_container,
#home_slide .slide_details {
  width: 1920px;
  margin: 0 auto;
}

#home_slide .slide_details iframe {
  width: 100% !important;
}

#home_slide .slide_details,
#home_slide .slide_details iframe {
  height: 980px;
}

#home_slide .slide_details .banner_img {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
}

#home_slide .slide_details .banner_text {
  width: 90%;
  padding: 0 5%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 50;
  margin-top: -720px;
}
.home_two {
  width: 100%;
  float: left;
  text-align: center;
  background: #7bc2d8;
  top: 0;
  left: 0;
  position: relative;
  z-index: 70;
  margin-top: 65px;
}
.home_two .main_img {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
}
.home_two .main_text {
  width: 96%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 20;
  margin-top: -600px;
  color: #fff;
  font-size: 80px;
}
.home_two .text_holder {
  width: 700px;
  float: right;
}
.home_two .text_holder img {
  width: 300px;
  margin: 0 auto 15px auto;
}
.home_three {
  width: 100%;
  float: left;
  padding: 15px 0 0 0;
}
.home_three ul li {
  width: 49.5%;
  padding: 0 1% 15px 0;
}
.home_three ul li:nth-child(2n) {
  padding: 0 0 15px 0;
}
.home_three .box_one {
  width: 100%;
  float: left;
  text-align: center;
}
.home_three .box_one .img_holder {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
}
.home_three .box_one .text_holder {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 20;
  margin-top: -500px;
  color: #fff;
  font-size: 35px;
}
.home_three .box_one .text_holder span {
  color: #d2ff01;
  font-size: 60px;
}
.home_three .box_two {
  width: 100%;
  float: left;
  font-size: 29px;
  color: #000;
  text-shadow: 0 0 10px #fff;
}
.home_three .box_two span {
  font-size: 50px;
}
.home_three .box_two .img_holder {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
}
.home_three .box_two .text_holder {
  width: 95%;
  float: right;
  top: 0;
  left: 0;
  position: relative;
  z-index: 20;
  margin-top: -530px;
}
.home_three .box_two .text_holder.right_float {
  width: 50%;
}

/*** products.html ***/

.product_category {
  width: 100%;
  float: left;
  padding: 15px 0;
  font-size: 35px;
  text-align: center;
}
.product_category h2,
.product_category h3 {
  font-size: 50px;
  font-family: "myriad pro";
  color: #000;
}
.product_category a,
.product_three ul li:last-child a {
  color: #000;
}
.product_one {
  width: 100%;
  float: left;
  text-align: center;
}
.product_one strong {
  font-size: 50px;
}
.product_one ul li {
  width: 49%;
  background: #f0f0f0;
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
}
.product_one ul li:last-child {
  float: right;
}
.product_one ul li:last-child:hover {
  background: #e3e3e3 !important;
}
.product_one .text_holder {
  width: 100%;
  float: left;
  padding: 50px 0;
}
.product_one .img_holder {
  width: 100%;
  float: left;
}
.product_two {
  width: 100%;
  float: left;
  padding: 20px 0;
  color: #fff;
}
.product_two a,
.product_two h2 {
  color: #fff;
}
.product_two .img_holder {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
}
.product_two .text_holder {
  width: 58%;
  float: right;
  top: 0;
  left: 0;
  position: relative;
  z-index: 20;
  margin-top: -580px;
  text-align: left;
}
.product_three {
  width: 100%;
  float: left;
  padding: 0;
}
.product_three ul li:nth-child(2) h3 {
  color: #fff;
}
.product_three ul li {
  width: 49%;
  margin: 0 0 20px 0;
}
.product_three ul li:nth-child(2) a {
  color: #fff;
}
.product_three ul li:nth-child(2n) {
  float: right;
}
.product_three .main_text {
  margin-top: -700px;
}

/*** usb_BC390901.html ***/

.usb_BC390901_one,
.usb_BC390901_two,
.usb_BC390901_three,
.usb_BC390901_four,
.usb_BC390901_five,
.usb_BC390901_six {
  width: 100%;
  float: left;
}
.usb_BC390901_one .main_text {
  margin-top: -635px;
  width: 80%;
  float: right;
}
.usb_BC390901_one .main_text h1 {
  padding: 0 0 60px 0;
}
.usb_BC390901_one .main_text h2 {
  color: #fff;
}
.usb_BC390901_one .main_text .icon_holder {
  padding: 150px 0 0 0;
}
.usb_BC390901_two .main_text {
  margin-top: -1225px;
  width: 90%;
  float: left;
  text-align: right;
}
.usb_BC390901_two .main_text .text_holder {
  width: 45%;
  float: left;
  padding: 500px 0 0 10%;
  text-align: left;
}
.usb_BC390901_three .main_text {
  margin-top: -730px;
  width: 90%;
  float: left;
}
.usb_BC390901_three .main_text .text_holder {
  width: 60%;
  float: left;
  padding: 0px 0 0 10%;
}
.usb_BC390901_four .main_text {
  margin-top: -650px;
  width: 100%;
  float: left;
}
.usb_BC390901_four {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.usb_BC390901_four .main_text .text_holder {
  width: 45%;
  float: right;
  padding: 0px 0% 0 0;
}
.usb_BC390901_five .main_text {
  margin-top: -730px;
  width: 90%;
  float: left;
}
.usb_BC390901_five .main_text .text_holder {
  width: 45%;
  float: left;
  padding: 0px 0 0 10%;
}
.usb_BC390901_five .main_text .text_holder img {
  width: 365px;
  margin: 20px auto 0 auto;
}

/*** usb_BC390300.html ***/

.usb_BC390300_container {
  width: 100%;
  float: left;
}
.usb_BC390300_container h3 {
  font-size: 25px;
  font-family: "myriad pro";
}
.usb_BC390300_container .text_holder {
  width: 100%;
  float: left;
  padding: 15px 0;
}
.usb_BC390300_container .text_holder img {
  width: 40px;
  margin: 0 10px 0 0;
  float: left;
}
.usb_BC390300_container .text_holder strong {
  font-size: 18px;
}
.usb_BC390300_container .img_holder {
  width: 100%;
  float: left;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.usb_BC390300_container .img_holder ul li {
  width: 120px;
  padding: 5px;
  margin: 0 10px 0 0;
  border: 2px solid #fff;
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
}
.usb_BC390300_container .img_holder ul li:hover {
  border: 2px solid #bcd531;
}

/*** usb_BC390900ibiz.html ***/

.usb_BC390900ibiz_one,
.usb_BC390900ibiz_two,
.usb_BC390900ibiz_three,
.usb_BC390900ibiz_four,
.usb_BC390900ibiz_five,
.usb_BC390900ibiz_six {
  width: 100%;
  float: left;
}
.usb_BC390900ibiz_one {
  color: #fff;
  text-shadow: 3px 3px 5px #000;
}
.usb_BC390900ibiz_one .main_text {
  margin-top: -600px;
  width: 45%;
  float: right;
}
.usb_BC390900ibiz_one .main_text h2 {
  font-size: 70px;
  color: #fff;
  font-family: "myriad pro";
}
.usb_BC390900ibiz_one .main_text h3 {
  font-size: 65px;
  color: #a8c40c;
}
.usb_BC390900ibiz_one .main_text h3 span {
  padding: 0 0 0 100px;
}
.usb_BC390900ibiz_one .main_text .text_holder {
  width: 88%;
  float: right;
  font-size: 35px;
}
.usb_BC390900ibiz_one .main_text .icon_holder {
  padding: 100px 0 0 12%;
}
.usb_BC390900ibiz_two {
  color: #8b8b8b;
}
.usb_BC390900ibiz_two .main_text {
  width: 100%;
  float: left;
  padding: 100px 0;
}
.usb_BC390900ibiz_two h1 {
  color: #787878;
}
.usb_BC390900ibiz_two .text_holder {
  width: 50%;
  float: left;
  font-size: 30px;
}
.usb_BC390900ibiz_two .img_holder {
  width: 40%;
  float: right;
}
.usb_BC390900ibiz_three {
  text-align: center;
}
.usb_BC390900ibiz_three .main_text {
  margin-top: -550px;
}
.usb_BC390900ibiz_three .main_text h3 {
  color: #787878;
  font-family: "myriad pro";
}
.usb_BC390900ibiz_four .main_text {
  margin-top: -700px;
}
.usb_BC390900ibiz_four .main_text h3 {
  font-family: "myriad pro";
}
.usb_BC390900ibiz_four .main_text .text_holder {
  width: 38%;
  float: left;
  color: #fff;
  padding: 0 0 0 12%;
}
.usb_BC390900ibiz_four .main_text .text_holder ul li {
  width: 80%;
  padding: 0 0 50px 0;
}
.usb_BC390900ibiz_four .main_text .text_holder ul li:last-child {
  float: right;
  padding: 0;
}
.usb_BC390900ibiz_five .main_text {
  background: #e5e5e5;
  padding: 150px 0;
}
.usb_BC390900ibiz_five .main_text .text_holder {
  width: 35%;
  float: left;
}
.usb_BC390900ibiz_five .main_text h1 {
  color: #636363;
}
.usb_BC390900ibiz_five .main_img {
  margin-top: -610px;
  z-index: 50;
}
.usb_BC390900ibiz_five .main_img img {
  width: 900px;
  float: right;
}
.usb_BC390900ibiz_six {
  font-size: 41px;
  text-align: center;
  color: #535350;
  padding: 50px 0;
  font-family: "myriad pro";
}
.usb_BC390900ibiz_six img {
  width: 350px;
  margin: 0 auto;
}

/*** usb_SS370200.html ***/

.usb_SS370200_one,
.usb_SS370200_two,
.usb_SS370200_three,
.usb_SS370200_four,
.usb_SS370200_five {
  width: 100%;
  float: left;
}
.usb_SS370200_one .main_text {
  margin-top: -950px;
}
.usb_SS370200_one .main_text h1 {
  color: #bb0000;
  text-shadow: 0 0 20px #fff;
}
.usb_SS370200_one .main_text .text_holder {
  width: 70%;
  padding: 0 0 0 5%;
}
.usb_SS370200_one .main_text .icon_holder {
  padding: 100px 0 0 5%;
}
.usb_SS370200_two {
  padding: 100px 0;
  background: #cafcff;
  text-align: center;
}
.usb_SS370200_two img {
  width: 1000px;
  margin: 50px auto 0 auto;
}
.usb_SS370200_three {
  padding: 100px 0 20px 0;
  text-align: center;
}
.usb_SS370200_three img {
  width: 80%;
  float: left;
  margin-top: 50px;
}
.usb_SS370200_four {
  padding: 100px 0 0 0;
  background: #ebebeb;
  text-align: center;
}
.usb_SS370200_four img {
  width: 1200px;
  margin: 50px auto 0 auto;
  margin: 0 auto;
}
.usb_SS370200_five .main_text {
  margin-top: -800px;
}
.usb_SS370200_five .main_text .text_holder {
  width: 65%;
  float: right;
}
.usb_SS370200_five .main_text .text_holder em,
.usb_SS370200_five .main_text .text_holder a {
  color: #c00000;
}
.usb_SS370200_five .main_text .text_holder a {
  text-decoration: underline;
}
.usb_SS370200_five .main_text .text_holder img {
  width: 200px;
}

/*** usb_SI399900.html ***/

.usb_SI399900_one,
.usb_SI399900_two,
.usb_SI399900_three,
.usb_SI399900_four,
.usb_SI399900_five {
  width: 100%;
  float: left;
}
.usb_SI399900_one {
  text-align: center;
}
.usb_SI399900_one h1 {
  font-size: 160px;
  line-height: 160px;
}
.usb_SI399900_one .main_text {
  font-size: 80px;
  margin-top: -900px;
}
.usb_SI399900_one .main_text h1 {
  padding: 0 0 200px 0;
}
.usb_SI399900_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.usb_SI399900_one .main_text .icon_holder {
  float: right;
  padding: 130px 3% 0 0;
}
.usb_SI399900_two {
  padding: 100px 0;
}
.usb_SI399900_two .main_img {
  margin-top: -450px;
}
.usb_SI399900_two .main_img img {
  width: 950px;
}
.usb_SI399900_two .main_text {
  float: right;
  padding: 100px 0 0 0;
}
.usb_SI399900_two .main_text .text_holder {
  width: 55%;
  float: right;
}
.usb_SI399900_three {
  background: #f4f4f4;
}
.usb_SI399900_three .main_text {
  margin-top: -750px;
}
.usb_SI399900_three .main_text .text_holder {
  width: 69%;
  float: right;
}
.usb_SI399900_four .main_text {
  margin-top: -450px;
}
.usb_SI399900_four .main_text .text_holder {
  width: 55%;
  float: right;
}
.usb_SI399900_five {
  background: #f2feff;
  padding: 100px 0;
  text-align: center;
}
.usb_SI399900_five img {
  width: 1050px;
  margin: 50px auto auto;
}

/*** cloud_BC391800.html ***/

.cloud_BC391800_one,
.cloud_BC391800_two,
.cloud_BC391800_three,
.cloud_BC391800_four,
.cloud_BC391800_five,
.cloud_BC391800_six {
  width: 100%;
  float: left;
}
.cloud_BC391800_one .main_text {
  margin-top: -750px;
}
.cloud_BC391800_one .main_text h3 {
  color: #d50000;
}
.cloud_BC391800_one .main_text h3 strong {
  font-family: "myriad pro";
}
.cloud_BC391800_one .main_text h3 span {
  padding: 0 0 0 10%;
}
.cloud_BC391800_one .main_text .text_holder {
  width: 50%;
  float: right;
}
.cloud_BC391800_one .main_text .text_holder .other_text {
  width: 70%;
  float: left;
  padding: 0 0 0 10%;
}
.cloud_BC391800_one .main_text .icon_holder {
  padding: 50px 0 0 10%;
}
.cloud_BC391800_two {
  background: #e4e7ec;
  padding: 100px 0 0 0;
}
.cloud_BC391800_two .main_img {
  margin-top: -350px;
}
.cloud_BC391800_two .main_text .text_holder {
  width: 100%;
}
.cloud_BC391800_two .main_text h4 {
  font-family: "myriad pro";
  color: #ca0000;
}
.cloud_BC391800_three {
  background: url(../images/cloud_BC391800-img3.png) repeat-x center 0 #a5dce1;
  text-align: center;
  padding: 100px 0 0 0;
}
.cloud_BC391800_three img {
  width: 1200px;
  margin: 0 auto;
}
.cloud_BC391800_three .main_text h4 {
  font-family: "myriad pro";
  color: #000;
}
.cloud_BC391800_four {
  background: #367da7;
  color: #fff;
  padding: 100px 0 0 0;
}
.cloud_BC391800_four .text_holder {
  width: 60%;
  float: right;
  padding: 150px 0 0 0;
}
.cloud_BC391800_four .main_text h4 {
  font-family: "myriad pro";
  color: #fff;
}
.cloud_BC391800_four .img_holder {
  width: 37%;
  float: left;
}
.cloud_BC391800_five {
  padding: 100px 0;
}
.cloud_BC391800_five .main_text h4 {
  color: #434343;
  font-family: "myriad pro";
}
.cloud_BC391800_five .main_text h4 span.color1 {
  color: #dd0000;
}
.cloud_BC391800_five .main_text h4 span.color2 {
  color: #6a00bc;
}
.cloud_BC391800_five .main_text h4 span.color3 {
  color: #36a300;
}
.cloud_BC391800_five .main_text h4 span.color4 {
  color: #0091cd;
}
.cloud_BC391800_five .main_text h4 span.color5 {
  color: #ee6a00;
}
.cloud_BC391800_five .text_holder {
  width: 50%;
  float: left;
  padding: 150px 0 0 0;
}
.cloud_BC391800_five .img_holder {
  width: 40%;
  float: right;
}
.cloud_BC391800_six {
  background: #f68220;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  font-family: "myriad pro";
  font-size: 80px;
}
.cloud_BC391800_six span {
  background: url(../images/phone3.png) no-repeat 0 35px;
  padding: 0 0 0 60px;
}
.cloud_BC391800_six strong {
  font-size: 130px;
}

/*** RFID_card.html ***/

.RFID_card_one,
.RFID_card_two,
.RFID_card_three,
.RFID_card_four,
.RFID_card_five,
.RFID_card_six,
.RFID_card_seven {
  width: 100%;
  float: left;
}
.RFID_card_one .main_text {
  margin-top: -1000px;
  font-size: 65px;
  text-shadow: 0 0 10px #fff;
  color: #000;
}
.RFID_card_one .main_text h1 {
  font-size: 100px;
}
.RFID_card_one .main_text h1 img {
  width: 250px;
  margin: 0 0 30px 480px;
}
.RFID_card_one .main_text .text_holder {
  width: 95%;
  float: right;
}
.RFID_card_one .main_text .icon_holder {
  float: right;
  padding: 400px 10% 0 0;
}
.RFID_card_two ul li {
  width: 25%;
}
.RFID_card_three .main_text {
  margin-top: -700px;
}
.RFID_card_three .main_text h4,
.RFID_card_four .main_text h4 {
  color: #ca0000;
  font-family: "myriad pro";
}
.RFID_card_three .main_text .text_holder {
  width: 45%;
  float: right;
}
.RFID_card_four {
  background: #eeeeee;
}
.RFID_card_four .main_text {
  margin-top: -1200px;
}
.RFID_card_four .main_text .text_holder {
  width: 95%;
  float: right;
}
.RFID_card_five .main_text {
  margin-top: -450px;
  text-shadow: 0 0 10px #fff;
  color: #d50303;
  text-align: center;
  font-family: "myriad pro";
}
.RFID_card_six {
  padding: 100px 0;
}
.RFID_card_six .text_holder {
  width: 100%;
  float: left;
}
.RFID_card_six .text_holder ul li {
  width: 18%;
  padding: 0 1%;
  float: left;
}
.RFID_card_six .text_holder .spec_img {
  width: 100%;
  float: left;
}
.RFID_card_six .text_holder .spec_title {
  width: 100%;
  float: left;
  font-family: "myriad pro";
  padding: 10px 0;
  border-bottom: 1px solid #333;
  color: #000;
}
.RFID_card_six .text_holder .spec_text {
  width: 100%;
  float: left;
}
.RFID_card_six .text_holder .spec_text ul li {
  width: 100%;
  padding: 10px 0;
}
.RFID_card_six .text_holder .spec_tag {
  width: 100%;
  float: left;
  padding: 10px 0;
  color: #d20000;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
}

/*** cloud_wrixo.html ***/

.cloud_wrixo_one,
.cloud_wrixo_two,
.cloud_wrixo_three,
.cloud_wrixo_four,
.cloud_wrixo_five {
  width: 100%;
  float: left;
}
.cloud_wrixo_one .main_text {
  margin-top: -1100px;
  color: #fff;
  text-align: center;
}
.cloud_wrixo_one .main_text h3 {
  padding: 0;
  color: #fff;
  font-family: "myriad pro";
}
.cloud_wrixo_one .main_text strong {
  color: #47e3ff;
  font-size: 90px;
}
.cloud_wrixo_one .main_text span {
  padding: 0 0 0 500px;
}
.cloud_wrixo_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.cloud_wrixo_one .main_text .icon_holder {
  float: right;
  padding: 650px 0 0 0;
}
.cloud_wrixo_two {
  background: #e3ebed;
}
.cloud_wrixo_two .main_text {
  padding: 150px 0 0 0;
}
.cloud_wrixo_two .main_text h4 {
  color: #ca0000;
  font-family: "myriad pro";
}
.cloud_wrixo_two .main_img {
  margin-top: -340px;
}
.cloud_wrixo_three {
  background: #a5dce1;
}
.cloud_wrixo_three .main_text {
  margin-top: -830px;
  text-align: right;
}
.cloud_wrixo_three .main_text .text_holder {
  width: 100%;
  float: right;
}
.cloud_wrixo_four {
  box-shadow: inset -3px -3px 65px rgba(0, 165, 155, 0.3);
  padding: 150px 0;
}
.cloud_wrixo_four .text_holder {
  width: 60%;
  float: left;
  padding: 100px 0 0 0;
}
.cloud_wrixo_four .img_holder {
  width: 38%;
  float: right;
}
.cloud_wrixo_five {
  padding: 150px 0 0 0;
}
.cloud_wrixo_five .main_img {
  margin-top: -170px;
}
.cloud_wrixo_five .main_text h4 {
  color: #ca0000;
  font-family: "myriad pro";
}
.cloud_wrixo_five .main_text .text_holder {
  width: 55%;
  float: right;
}
.cloud_wrixo_five .main_text .text_holder img {
  width: 150px;
  margin-top: 20px;
}

/*** charger_iMojo_Qi_leather.html ***/

.Qi_leather_one,
.Qi_leather_two,
.Qi_leather_three,
.Qi_leather_four,
.Qi_leather_five,
.Qi_leather_six {
  width: 100%;
  float: left;
}
.Qi_leather_one .main_text {
  font-size: 60px;
  text-align: center;
  margin-top: -1000px;
}
.Qi_leather_one .main_text h1 {
  font-size: 100px;
}
.Qi_leather_one .main_text .icon_holder {
  float: right;
  padding: 600px 5% 0 0;
}
.Qi_leather_two .main_text {
  color: #fff;
  margin-top: -750px;
}
.Qi_leather_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.Qi_leather_three .main_text {
  margin-top: -1100px;
}
.Qi_leather_three .main_text .text_holder {
  width: 70%;
  float: left;
  background: url(../images/bluetooth1.png) no-repeat 0 15px;
  padding: 0 0 0 100px;
}
.Qi_leather_four .main_text {
  color: #fff;
  margin-top: -800px;
}
.Qi_leather_four .main_text h1 {
  font-size: 80px;
}
.Qi_leather_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.Qi_leather_five {
  padding: 150px 0 0 0;
}
.Qi_leather_five .main_text {
  margin-top: -750px;
}
.Qi_leather_five .main_text h1 img {
  float: left;
  width: 70px;
  margin: 15px 20px 0 0;
}
.Qi_leather_five .main_text .text_holder {
  width: 52%;
  float: right;
}
.Qi_leather_six .main_text {
  margin-top: -750px;
}
.Qi_leather_six .main_text h1 span {
  font-size: 30px;
  color: #000;
  letter-spacing: normal;
  font-family: "MyMyriadProRegular";
}
.Qi_leather_six .main_text .other_text {
  width: 100%;
  float: left;
}
.Qi_leather_six .main_text .other_text ul li {
  width: 100%;
  float: left;
  padding: 0 0 15px 0;
}
.Qi_leather_six .main_text .other_text .img_holder {
  width: 100px;
  float: left;
  padding: 0 2% 0 0;
}
.Qi_leather_six .main_text .other_text .text_holder {
  width: 80%;
  float: left;
}
.Qi_leather_six .main_text .other_text .text_holder span {
  padding: 0 0 0 155px;
}

/*** charger_iMojo_Qi_card.html ***/

.Qi_card_one,
.Qi_card_two,
.Qi_card_three,
.Qi_card_four,
.Qi_card_five {
  width: 100%;
  float: left;
}
.Qi_card_one_new h1 {
  color: #fff;
}
.Qi_card_one_new .main_text {
  margin-top: -1200px;
  text-align: center;
  color: #fff;
}
.Qi_card_one_new .main_text .icon_holder {
  padding: 750px 0 0 0;
}
.Qi_card_one {
  background: #343539;
  text-align: center;
  color: #fff;
}
.Qi_card_one h1 {
  font-size: 110px;
  color: #d2ff01;
  padding: 0;
}
.Qi_card_one h2 {
  font-size: 90px;
  color: #fff;
  font-family: "myriad pro";
  padding: 20px 0;
}
.Qi_card_one .main_text {
  margin-top: -1150px;
  font-size: 50px;
}
.Qi_card_one .main_text span {
  color: #d2ff01;
}
.Qi_card_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.Qi_card_one .main_text .icon_holder {
  float: right;
  padding: 650px 0 0 0;
}
.Qi_card_two .main_text {
  margin-top: -950px;
}
.Qi_card_two .main_text .text_holder {
  width: 64%;
  float: right;
}
.Qi_card_three {
  background: #ececec;
}
.Qi_card_three .main_text {
  margin-top: -850px;
}
.Qi_card_three .main_text .text_holder {
  width: 100%;
  float: left;
  text-align: right;
}
.Qi_card_four {
  padding: 150px 0;
}
.Qi_card_four .text_holder {
  width: 60%;
  float: left;
  padding: 50px 0 0 0;
}
.Qi_card_four .img_holder {
  width: 40%;
  float: left;
}
.Qi_card_five .main_text {
  margin-top: -800px;
}
.Qi_card_five .main_text .text_holder {
  width: 55%;
  float: right;
}
.Qi_card_five .main_text .other_text {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #ca0000;
  font-family: "myriad pro";
}
.Qi_card_five .main_text .other_text strong {
  font-size: 105px;
  font-family: "myriad pro";
}

/*** charger_iMojo_Qi.html ***/

.iMojo_Qi_one,
.iMojo_Qi_two,
.iMojo_Qi_three,
.iMojo_Qi_four,
.iMojo_Qi_five,
.iMojo_Qi_six {
  width: 100%;
  float: left;
}
.iMojo_Qi_one .main_text {
  margin-top: -950px;
  font-size: 55px;
  color: #ff0000;
  text-shadow: 0 0 10px #000;
}
.iMojo_Qi_one .main_text h1 {
  font-size: 110px;
  color: #deff03;
}
.iMojo_Qi_one .main_text .icon_holder {
  float: right;
  padding: 300px 0 0 0;
}
.iMojo_Qi_two .main_text {
  margin-top: -850px;
}
.iMojo_Qi_two .main_text h3 {
  color: #a80606;
  font-family: "myriad pro";
}
.iMojo_Qi_two .main_text .text_holder {
  width: 60%;
  float: left;
}
.iMojo_Qi_two .main_text .text_holder img {
  width: 400px;
  margin-top: 40px;
}
.iMojo_Qi_three .main_text {
  margin-top: -850px;
}
.iMojo_Qi_three .main_text h3 {
  color: #a80606;
  font-family: "myriad pro";
}
.iMojo_Qi_three .main_text .text_holder {
  width: 38%;
  text-align: right;
  float: left;
}
.iMojo_Qi_three .main_text .text_holder img {
  width: 500px;
  margin-top: 40px;
  float: right;
  clear: both;
  display: inline-block;
}
.iMojo_Qi_four {
  background: #b30000;
  padding: 150px 0;
  color: #fff;
}
.iMojo_Qi_four .main_text h2 {
  color: #fff;
  font-family: "myriad pro";
  padding: 0 0 15px 0;
}
.iMojo_Qi_four .text_holder {
  width: 52%;
  float: right;
  padding: 150px 0 0 0;
}
.iMojo_Qi_four .img_holder {
  width: 45%;
  float: left;
}
.iMojo_Qi_five .main_text .text_holder {
  width: 100%;
  float: left;
  padding: 150px 0 50px 0;
}
.iMojo_Qi_five .main_img img {
  width: 1550px;
  margin: 0 auto;
}
.iMojo_Qi_six {
  padding: 150px 0;
  box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  float: left;
  background: url(../images/iMojo_Qi-img6.png) no-repeat right 200px #edecec;
}
.iMojo_Qi_six .main_text .title {
  font-size: 25px;
  border-bottom: 1px solid #333;
  padding: 0 0 10px 0;
}
.iMojo_Qi_six .main_text img.img1 {
  width: 150px;
}
.iMojo_Qi_six .main_text img.img2,
.specification img {
  width: 200px;
  margin: 7px 0 0 0;
}
.iMojo_Qi_six .main_text .title strong {
  font-size: 40px;
}
.iMojo_Qi_six .main_text .table_style {
  width: 50%;
  float: left;
}
.iMojo_Qi_six .main_text .table_style .30_per {
  width: 40%;
  float: left;
  font-family: "myriad pro";
}
.iMojo_Qi_six .main_text .table_style .70_per {
  width: 60%;
  float: left;
}
.iMojo_Qi_six .main_text .price {
  width: 90%;
  text-align: right;
  font-size: 80px;
  color: #a60000;
  font-family: "myriad pro";
}
.iMojo_Qi_six .main_text .price strong {
  font-size: 120px;
}

/*** charger_iMojo_Qi_Stand.html ***/

.iMojo_Qi_Stand_one,
.iMojo_Qi_Stand_two,
.iMojo_Qi_Stand_three,
.iMojo_Qi_Stand_four,
.iMojo_Qi_Stand_five {
  width: 100%;
  float: left;
}
.iMojo_Qi_Stand_one {
  background: #000;
}
.iMojo_Qi_Stand_one .main_text {
  margin-top: -500px;
}
.iMojo_Qi_Stand_one .main_text h1 {
  color: #d8ff00;
}
.iMojo_Qi_Stand_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.iMojo_Qi_Stand_one .main_text .icon_holder {
  float: right;
  padding: 70px 0 0 0;
}
.iMojo_Qi_Stand_two .main_text {
  margin-top: -1050px;
}
.iMojo_Qi_Stand_two .main_text h1 img.bluetooth {
  width: 70px;
  float: left;
  margin: 12px 10px 0 0;
}
.iMojo_Qi_Stand_two .main_text .text_holder {
  width: 75%;
  float: right;
}
.iMojo_Qi_Stand_two .main_text .text_holder img {
  width: 70%;
  margin: 30px auto 0 auto;
}
.iMojo_Qi_Stand_three {
  padding: 150px 0 0 0;
}
.iMojo_Qi_Stand_three .main_img {
  margin-top: -250px;
}
.iMojo_Qi_Stand_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.iMojo_Qi_Stand_four .main_text {
  text-align: center;
  color: #fff;
  margin-top: -950px;
  text-shadow: 2px 2px 2px #000;
}
.iMojo_Qi_Stand_four .main_text h1 {
  text-shadow: 0 0 10px #fff;
}
.iMojo_Qi_Stand_five .main_text {
  margin-top: -980px;
}
.iMojo_Qi_Stand_five .main_text .text_holder {
  width: 100%;
  float: left;
  text-align: right;
}

/*** charger_iMojo_Qi_FC06.html ***/

.iMojo_Qi_FC06_one,
.iMojo_Qi_FC06_two,
.iMojo_Qi_FC06_three,
.iMojo_Qi_FC06_four,
.iMojo_Qi_FC06_five {
  width: 100%;
  float: left;
}
.iMojo_Qi_FC06_one {
  background: #000;
  color: #fff;
}
.iMojo_Qi_FC06_one .main_text {
  margin-top: -1000px;
}
.iMojo_Qi_FC06_one .main_text span {
  color: #fff;
}
.iMojo_Qi_FC06_one .main_text .text_holder {
  width: 90%;
  float: right;
}
.iMojo_Qi_FC06_one .main_text .icon_holder {
  float: right;
  padding: 470px 0 0 0;
}
.iMojo_Qi_FC06_two .main_text {
  margin-top: -1000px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  color: #fff;
}
.iMojo_Qi_FC06_two .main_text h1 {
  text-shadow: 0 0 5px #fff;
}
.iMojo_Qi_FC06_three .main_text {
  margin-top: -1000px;
}
.iMojo_Qi_FC06_three .main_text h3 {
  color: #ca0000;
  font-family: "myriad pro";
}
.iMojo_Qi_FC06_three .main_text h3 img.bluetooth {
  width: 50px;
  float: left;
  margin: 12px 10px 0 0;
}
.iMojo_Qi_FC06_three .main_text .text_holder {
  width: 63%;
  float: right;
}
.iMojo_Qi_FC06_three .main_text .text_holder img {
  width: 70%;
  margin: 30px auto 0 auto;
}
.iMojo_Qi_FC06_four {
  background: #000;
}
.iMojo_Qi_FC06_four .main_text {
  margin-top: -1100px;
  color: #fff;
}
.iMojo_Qi_FC06_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.iMojo_Qi_FC06_five {
  padding: 150px 0;
}
.iMojo_Qi_FC06_five .main_text {
  margin-top: -500px;
}
.iMojo_Qi_FC06_five .main_text .text_holder {
  width: 30%;
  float: right;
}

/*** charger_iMojo_Qi_1300.html ***/

.iMojo_Qi_1300_one,
.iMojo_Qi_1300_two,
.iMojo_Qi_1300_three,
.iMojo_Qi_1300_four,
.iMojo_Qi_1300_five,
.iMojo_Qi_1300_six {
  width: 100%;
  float: left;
}
.iMojo_Qi_1300_one {
  background: #000;
}
.iMojo_Qi_1300_one .main_text {
  margin-top: -1000px;
  color: #fff;
}
.iMojo_Qi_1300_one .main_text h1 span {
  color: #fff;
}
.iMojo_Qi_1300_one .main_text .text_holder {
  float: right;
  width: 75%;
}
.iMojo_Qi_1300_one .main_text .icon_holder {
  float: right;
  padding: 600px 0 0 0;
}
.iMojo_Qi_1300_two .main_text {
  margin-top: -800px;
}
.iMojo_Qi_1300_two .main_text .text_holder {
  width: 50%;
  float: left;
}
.iMojo_Qi_1300_three .main_text {
  margin-top: -1000px;
  color: #fff;
}
.iMojo_Qi_1300_three .main_text h1 span {
  color: #fff;
}
.iMojo_Qi_1300_three .main_text .text_holder {
  float: right;
  width: 50%;
}
.iMojo_Qi_1300_four {
  background: #353535;
}
.iMojo_Qi_1300_four .main_text {
  margin-top: -700px;
  color: #fff;
}
.iMojo_Qi_1300_four .main_text h1 {
  color: #fff;
}
.iMojo_Qi_1300_four .main_text .text_holder {
  float: left;
  width: 50%;
}
.iMojo_Qi_1300_five .main_text {
  margin-top: -900px;
}
.iMojo_Qi_1300_five .main_text .text_holder {
  float: left;
  width: 50%;
}
.iMojo_Qi_1300_six {
  padding: 150px 0;
}
.iMojo_Qi_1300_six .text_holder {
  width: 50%;
  float: right;
}
.iMojo_Qi_1300_six .img_holder {
  width: 440px;
  float: left;
}

/*** charger_iMojo_Qi_4000.html ***/

.iMojo_Qi_400_one,
.iMojo_Qi_400_two,
.iMojo_Qi_400_three,
.iMojo_Qi_400_four,
.iMojo_Qi_400_five,
.iMojo_Qi_400_six,
.iMojo_Qi_400_seven {
  width: 100%;
  float: left;
}
.iMojo_Qi_400_one {
  background: #000;
}
.iMojo_Qi_400_one .main_text {
  margin-top: -1000px;
  color: #fff;
}
.iMojo_Qi_400_one .main_text h3 {
  color: #fff;
  font-size: 60px;
  font-family: "myriad pro";
}
.iMojo_Qi_400_one .main_text h3 span {
  color: #ff011f;
  background: url(../images/Qi_400-img1-2.png) no-repeat right 0;
  padding: 0 330px 0 0;
}
.iMojo_Qi_400_one .main_text .text_holder {
  width: 62%;
  float: right;
}
.iMojo_Qi_400_one .main_text .icon_holder {
  float: right;
  padding: 600px 0 0 0;
}
.iMojo_Qi_400_two .main_text {
  color: #fff;
  margin-top: -1000px;
  text-shadow: 0 0 5px #000;
}
.iMojo_Qi_400_two .main_text h1 {
  color: #fff;
}
.iMojo_Qi_400_two .main_text .text_holder {
  width: 90%;
  float: right;
}
.iMojo_Qi_400_three {
  padding: 0 0 150px 0;
  background: #efedf0;
}
.iMojo_Qi_400_three .main_text {
  margin-top: -700px;
}
.iMojo_Qi_400_three .main_text .text_holder {
  width: 65%;
  float: right;
}
.iMojo_Qi_400_four {
  background: #000;
  color: #fff;
}
.iMojo_Qi_400_four .main_text {
  margin-top: -1050px;
}
.iMojo_Qi_400_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.iMojo_Qi_400_five .main_text {
  margin-top: -700px;
}
.iMojo_Qi_400_five .main_text .text_holder {
  width: 50%;
  float: right;
}
.iMojo_Qi_400_six {
  background: #efedf0;
  text-align: center;
  padding: 150px 0;
}
.iMojo_Qi_400_six .main_text img {
  width: 435px;
  margin: 50px auto 0 auto;
}
.iMojo_Qi_400_seven {
  padding: 150px 0;
}
.iMojo_Qi_400_seven .text_holder {
  width: 55%;
  float: right;
  padding: 50px 0 0 0;
}
.iMojo_Qi_400_seven .img_holder {
  width: 440px;
  float: left;
  padding: 0 0 0 5%;
}

/*** charger_iMojo_Qi_Hybrid.html ***/

.iMojo_Qi_Hybrid_one,
.iMojo_Qi_Hybrid_two,
.iMojo_Qi_Hybrid_three,
.iMojo_Qi_Hybrid_four,
.iMojo_Qi_Hybrid_five {
  width: 100%;
  float: left;
}
.iMojo_Qi_Hybrid_one .main_text {
  text-shadow: 0 0 10px #fff;
  margin-top: -1000px;
}
.iMojo_Qi_Hybrid_one .main_text h1 span {
  font-size: 100px;
}
.iMojo_Qi_Hybrid_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.iMojo_Qi_Hybrid_one .main_text .icon_holder {
  padding: 100px 0 0 0;
}
.iMojo_Qi_Hybrid_two .main_text {
  margin-top: -900px;
}
.iMojo_Qi_Hybrid_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.iMojo_Qi_Hybrid_two .main_text .text_holder img {
  width: 500px;
  margin-top: 50px;
}
.iMojo_Qi_Hybrid_three {
  background: #f5f5f5;
  padding: 150px 0;
}
.iMojo_Qi_Hybrid_three .img_holder {
  width: 480px;
  float: left;
  padding: 0 0 0 3%;
}
.iMojo_Qi_Hybrid_three .text_holder {
  width: 50%;
  float: right;
  padding: 100px 0 0 0;
}
.iMojo_Qi_Hybrid_three .text_holder img {
  width: 500px;
  margin-top: 50px;
}
.iMojo_Qi_Hybrid_four {
  padding: 150px 0;
}
.iMojo_Qi_Hybrid_four .main_text {
  text-align: center;
}
.iMojo_Qi_Hybrid_four .main_text img {
  width: 1000px;
  margin: 50px auto 0 auto;
}
.iMojo_Qi_Hybrid_four .main_text span {
  font-size: 55px;
}
.iMojo_Qi_Hybrid_five .main_text {
  margin-top: -700px;
}
.iMojo_Qi_Hybrid_five .main_text .text_holder {
  width: 90%;
  float: right;
}

/*** charger_powerbank.html ***/

.powerbank_two .main_text .text_holder h1 span,
.powerbank_three .main_text .text_holder h1 span,
.powerbank_four .main_text .text_holder h3 span,
.powerbank_five .main_text .text_holder h1 span {
  color: #3c3c3c;
  font-family: "MyMyriadProRegular";
  font-size: 60px;
  letter-spacing: normal;
}
.powerbank_two .main_text .text_holder span,
.powerbank_three .main_text .text_holder span,
.powerbank_four .main_text .text_holder h3,
.powerbank_four .main_text .text_holder span,
.powerbank_five .main_text .text_holder span {
  color: #b40101;
  font-family: "myriad pro";
}
.powerbank_one,
.powerbank_two,
.powerbank_three,
.powerbank_four,
.powerbank_five,
.powerbank_six {
  width: 100%;
  float: left;
}
.powerbank_one {
  background: #c30000;
  padding: 0 0 100px 0;
}
.powerbank_one .main_text h1 {
  color: #fff;
}
.powerbank_one .main_text {
  margin-top: -500px;
  color: #fff;
}
.powerbank_one .main_text .text_holder img {
  width: 700px;
}
.powerbank_one .main_text .icon_holder {
  padding: 50px 0 0 0;
}
.powerbank_two .main_text {
  margin-top: -800px;
}
.powerbank_two .main_text .text_holder {
  width: 40%;
  float: right;
}
.powerbank_three .main_text {
  margin-top: -750px;
}
.powerbank_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.powerbank_four {
  background: #f6f6f6;
}
.powerbank_four .main_text {
  margin-top: -700px;
}
.powerbank_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.powerbank_five .main_text {
  margin-top: -700px;
}
.powerbank_five .main_text .text_holder {
  width: 100%;
  float: left;
}
.powerbank_six {
  background: #f2f2f2;
  padding: 150px 0;
  text-align: center;
}
.powerbank_six .main_text img {
  width: 1000px;
  margin: 0 auto;
}

/*** charger_ikindle5200.html ***/

.ikindle5200_one,
.ikindle5200_two,
.ikindle5200_three,
.ikindle5200_four {
  width: 100%;
  float: left;
}
.ikindle5200_one .main_text {
  margin-top: -900px;
  text-shadow: 0 0 5px #fff;
}
.ikindle5200_one .main_text h1 span {
  font-size: 50px;
  color: #000;
}
.ikindle5200_one .main_text .text_holder {
  width: 65%;
  float: right;
  text-align: right;
}
.ikindle5200_one .main_text .icon_holder {
  float: right;
  padding: 30px 0 0 0;
}
.ikindle5200_two .main_text {
  margin-top: -900px;
}
.ikindle5200_two .main_text .text_holder {
  width: 83%;
  float: left;
  text-align: right;
}
.ikindle5200_three .main_text {
  margin-top: -700px;
}
.ikindle5200_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.ikindle5200_four .main_text {
  margin-top: -600px;
}
.ikindle5200_four .main_text h3 {
  color: #ca0000;
  font-family: "myriad pro";
}
.ikindle5200_four .main_text .text_holder {
  width: 100%;
  float: left;
  text-align: right;
}

/*** charger_imojo8000.html ***/

.imojo8000_one,
.imojo8000_two,
.imojo8000_three,
.imojo8000_four {
  width: 100%;
  float: left;
}
.imojo8000_one .main_text h1,
.imojo8000_two .main_text h1,
.imojo8000_three .main_text h3,
.imojo8000_four h2 {
  font-size: 55px;
  font-family: "myriad pro";
}
.imojo8000_one {
  background: #b7b7b7;
}
.imojo8000_one .main_text {
  margin-top: -650px;
}
.imojo8000_one .main_text h1 {
  text-shadow: 0 0 10px #fff;
}
.imojo8000_one .main_text h1 strong {
  font-size: 100px;
}
.imojo8000_one .main_text .text_holder {
  text-align: right;
}
.imojo8000_one .main_text .icon_holder {
  padding: 300px 10% 0 0;
  float: right;
}
.imojo8000_two .main_text {
  margin-top: -500px;
  color: #fff;
}
.imojo8000_three {
  background: #e9e6e6;
  padding: 150px 0;
}
.imojo8000_three .main_text {
  font-size: 25px;
}
.imojo8000_three .main_text .img_holder {
  width: 45%;
  float: left;
}
.imojo8000_three .main_text .text_holder {
  width: 50%;
  float: right;
}
.imojo8000_three .main_text h3 {
  color: #000;
}
.imojo8000_three .main_text strong {
  color: #b5191e;
  font-family: "myriad pro";
  font-size: 30px;
}
.imojo8000_four {
  background: #8eb612;
  color: #fff;
  padding: 150px 0 0 0;
}
.imojo8000_four .main_text h2 {
  color: #fff;
}
.imojo8000_four .main_text .text_holder {
  width: 50%;
  float: left;
  text-align: right;
}
.imojo8000_four .main_text .text_holder em {
  font-family: "myriad pro";
}
.imojo8000_four .main_text .img_holder {
  width: 45%;
  float: right;
}
.imojo8000_four .main_text .img_holder img {
  width: 580px;
  float: left;
}

/*** charger_imojogold.html ***/

.imojogold_one,
.imojogold_two,
.imojogold_three,
.imojogold_four,
.imojogold_five,
.imojogold_six {
  width: 100%;
  float: left;
}
.imojogold_one .main_text h1,
.imojogold_two .main_text h2,
.imojogold_three .main_text h2,
.imojogold_four .main_text h4 {
  font-size: 55px;
  padding: 0 0 20px 0;
  font-family: "myriad pro";
}
.imojogold_one .main_text {
  margin-top: -470px;
  text-align: center;
  text-shadow: 0 0 3px #000;
  color: #fff;
}
.imojogold_one .main_text h1 {
  color: #f2c561;
  padding: 0;
}
.imojogold_one .main_text .icon_holder {
  padding: 240px 0 0 0;
}
.imojogold_one .main_text .icon_holder ul li {
  width: 40px;
  padding: 0 10px;
}
.imojogold_two,
.imojogold_three {
  padding: 0 0 150px 0;
}
.imojogold_two .main_text,
.imojogold_three .main_text,
.imojogold_four .main_text {
  margin-top: -250px;
  color: #8b8b8b;
}
.imojogold_two .main_text .text_holder,
.imojogold_three .main_text .text_holder,
.imojogold_four .main_text .text_holder {
  width: 60%;
}
.imojogold_two .main_text h2,
.imojogold_three .main_text h3,
.imojogold_four .main_text h4 {
  color: #787878;
}
.imojogold_four,
.imojogold_five,
.imojogold_six {
  padding: 150px 0;
  text-align: center;
  font-family: "myriad pro";
}
.imojogold_two {
  background: #e5e5e5;
}
.imojogold_two .main_text .text_holder,
.imojogold_four .main_text .text_holder {
  float: right;
}
.imojogold_three {
  background: #fff;
}
.imojogold_three .main_text .text_holder {
  float: left;
  text-align: right;
}
.imojogold_four {
  background: #000000;
  padding: 0;
}
.imojogold_four .main_text {
  margin-top: -370px;
}
.imojogold_four .main_text .text_holder {
  text-align: left;
}
.imojogold_five {
  background: #990211;
  color: #fff;
}
.imojogold_five .main_text a {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.imojogold_five .main_text a:hover {
  background: #fff;
  color: #990211;
}
.imojogold_five .main_text img,
.imojogold_six .main_text img {
  width: 800px;
  margin: 0 auto 30px auto;
}
.imojogold_six {
  color: #b20214;
}
.imojogold_six h2 {
  color: #000;
  padding: 0 0 20px 0;
}
.imojogold_six .main_text a {
  color: #b20214;
  border: 2px solid #b20214;
  padding: 10px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.imojogold_six .main_text a:hover {
  background: #b20214;
  color: #fff;
}

/*** charger_cube.html ***/

.charger_cube_one,
.charger_cube_two,
.charger_cube_three,
.charger_cube_four,
.charger_cube_five {
  width: 100%;
  float: left;
}
.charger_cube_two .main_text h4,
.charger_cube_three .main_text h4,
.charger_cube_four .main_text h4,
.charger_cube_five .main_text h4 {
  color: #ca0000;
  font-family: "myriad pro";
}
.charger_cube_one .main_text {
  margin-top: -1150px;
  text-align: center;
  font-size: 45px;
}
.charger_cube_one .main_text h1 {
  text-shadow: 0 0 8px #fff;
}
.charger_cube_one .main_text h1 span {
  padding: 0 0 0 300px;
}
.charger_cube_one .main_text .icon_holder {
  float: right;
  padding: 600px 0 0 0;
}
.charger_cube_two {
  padding: 150px 0;
  background: #f9f9ee;
}
.charger_cube_two .main_text {
  margin-top: -550px;
}
.charger_cube_three {
  padding: 150px 0 0 0;
}
.charger_cube_three .main_text {
  margin-top: -750px;
}
.charger_cube_three .main_text .text_holder {
  width: 61%;
  float: right;
}
.charger_cube_four {
  background: url(../images/charger_cube-img4.jpg) repeat-x;
  padding: 150px 0;
  text-align: center;
}
.charger_cube_four .main_text img {
  width: 1035px;
  margin: 30px auto 0 auto;
}
.charger_cube_five {
  padding: 150px 0;
}
.charger_cube_five .main_text .text_holder {
  width: 60%;
  float: right;
  padding: 50px 0 0 0;
}
.charger_cube_five .main_text .img_holder {
  width: 400px;
  float: left;
  padding: 0 0 0 10%;
}

/*** charger_smartplug.html ***/

.charger_smartplug_one,
.charger_smartplug_two,
.charger_smartplug_three,
.charger_smartplug_four,
.charger_smartplug_five {
  width: 100%;
  float: left;
}
.charger_smartplug_one .main_text h4,
.charger_smartplug_two .main_text h4,
.charger_smartplug_three .main_text h4,
.charger_smartplug_four .main_text h4,
.charger_smartplug_five .main_text h4 {
  color: #ca0000;
  font-family: "myriad pro";
}
.charger_smartplug_one .main_text {
  margin-top: -1000px;
  text-align: center;
  font-size: 45px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.charger_smartplug_one .main_text h4 {
  text-shadow: 0 0 8px #fff;
}
.charger_smartplug_one .main_text h4 span {
  font-size: 100px;
}
.charger_smartplug_one .main_text .icon_holder {
  float: right;
  padding: 500px 5% 0 0;
}
.charger_smartplug_two .main_text {
  margin-top: -850px;
}
.charger_smartplug_two .main_text .text_holder {
  width: 70%;
  float: right;
}
.charger_smartplug_three .main_text {
  margin-top: -1150px;
}
.charger_smartplug_three .main_text .text_holder {
  width: 38%;
  float: right;
}
.charger_smartplug_four {
  padding: 150px 0;
  border-bottom: 1px solid #ccc;
}
.charger_smartplug_four .main_text {
  margin-top: -650px;
}
.charger_smartplug_four .main_text .text_holder {
  width: 60%;
  float: right;
}
.charger_smartplug_four .main_text .text_holder img {
  width: 220px;
  margin: 30px 0 0 0;
}
.charger_smartplug_five {
  padding: 150px 0;
}
.charger_smartplug_five .main_text .text_holder {
  width: 35%;
  float: right;
}
.charger_smartplug_five .main_text .text_holder span {
  padding: 0 0 0 160px;
}
.charger_smartplug_five .main_text .img_holder {
  width: 800px;
  float: left;
  padding: 30px 0 0 10%;
}

/*** cable_islim.html ***/

.cable_islim_one,
.cable_islim_two,
.cable_islim_three,
.cable_islim_four,
.cable_islim_five,
.cable_islim_six,
.cable_islim_seven {
  width: 100%;
  float: left;
}
.cable_islim_one .main_text {
  margin-top: -800px;
}
.cable_islim_one .main_text h4 span {
  color: #000;
}
.cable_islim_one .main_text h4 strong {
  font-size: 100px;
}
.cable_islim_one .main_text .text_holder {
  width: 50%;
  float: right;
  text-align: center;
}
.cable_islim_one .main_text .icon_holder {
  float: none;
  margin: 0 auto;
  padding: 220px 0 0 0;
  clear: both;
}
.cable_islim_two .main_text {
  margin-top: -700px;
}
.cable_islim_two .main_text h4 {
  text-shadow: 0 0 5px #fff;
}
.cable_islim_two .main_text .text_holder {
  color: #fff;
}
.cable_islim_three .main_text {
  margin-top: -670px;
}
.cable_islim_three .main_text .text_holder {
  width: 45%;
  float: right;
}
.cable_islim_four {
  background: #eeeeee;
  padding: 0 0 50px 0;
}
.cable_islim_four .main_text {
  margin-top: -650px;
}
.cable_islim_five,
.cable_islim_six,
.cable_islim_seven {
  padding: 150px 0;
}
.cable_islim_five .main_text {
  margin-top: -750px;
}
.cable_islim_six {
  background: #f1f0f0;
  text-align: center;
}
.cable_islim_six .main_text img {
  width: 1050px;
  margin: 30px auto 0 auto;
}
.cable_islim_seven .main_text .text_holder {
  width: 60%;
  float: left;
  padding: 250px 0 0 0;
}
.cable_islim_seven .main_text .img_holder {
  width: 31%;
  float: right;
}

/*** cable_penta.html ***/

.cable_penta_one,
.cable_penta_two,
.cable_penta_three,
.cable_penta_four {
  width: 100%;
  float: left;
}
.cable_penta_one .main_text {
  margin-top: -780px;
  text-align: center;
}
.cable_penta_one .main_text h1 span {
  font-size: 140px;
}
.cable_penta_one .main_text .text_holder {
  width: 85%;
  float: right;
}
.cable_penta_one .main_text .icon_holder {
  float: right;
  padding: 250px 5% 0 0;
}
.cable_penta_two .main_text {
  margin-top: -850px;
}
.cable_penta_two .main_text .text_holder img {
  width: 240px;
  margin: 30px 0 0 0;
}
.cable_penta_three {
  padding: 150px 0;
  background: #f4f4f4;
}
.cable_penta_three .main_text {
  margin-top: -600px;
}
.cable_penta_three .main_text .text_holder {
  width: 50%;
  float: right;
}
.cable_penta_four {
  padding: 150px 0 0 0;
}
.cable_penta_four .main_text {
  margin-top: -1050px;
}
.cable_penta_four .main_text .text_holder {
  width: 70%;
  float: right;
}

/*** mobile_desync.html ***/

.mobile_desync_one,
.mobile_desync_two,
.mobile_desync_three,
.mobile_desync_four,
.mobile_desync_five {
  width: 100%;
  float: left;
}
.mobile_desync_one .main_text {
  margin-top: -855px;
}
.mobile_desync_one .main_text h1 span {
  font-size: 120px;
}
.mobile_desync_one .main_text .icon_holder {
  padding: 330px 0 0 0;
}
.mobile_desync_two .main_text {
  margin-top: -650px;
}
.mobile_desync_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.mobile_desync_three {
  background: #4dd8ec;
}
.mobile_desync_three .main_text {
  margin-top: -850px;
}
.mobile_desync_three .main_text .text_holder {
  width: 65%;
  float: right;
}
.mobile_desync_four .main_text {
  margin-top: -550px;
  color: #fff;
}
.mobile_desync_four .main_text .text_holder {
  width: 40%;
  float: right;
}
.mobile_desync_five {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.4);
  padding: 150px 0;
}
.mobile_desync_five .main_text .text_holder {
  width: 55%;
  float: left;
  text-align: right;
  padding: 150px 0 0 0;
}
.mobile_desync_five .main_text .img_holder {
  width: 630px;
  float: left;
  padding: 0 0 0 5%;
}

/*** gadget_imist.html ***/

.gadget_imist_one,
.gadget_imist_two,
.gadget_imist_three,
.gadget_imist_four,
.gadget_imist_five {
  width: 100%;
  float: left;
}
.gadget_imist_one .main_text {
  margin-top: -950px;
  text-align: center;
}
.gadget_imist_one .main_text h1 {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.gadget_imist_one .main_text h1 em {
  font-size: 110px;
}
.gadget_imist_one .main_text .icon_holder {
  padding: 500px 0 0 0;
  float: right;
}
.gadget_imist_two .main_text {
  margin-top: -1100px;
}
.gadget_imist_three .main_text {
  margin-top: -900px;
}
.gadget_imist_three .main_text .text_holder img {
  width: 550px;
  margin-top: 30px;
}
.gadget_imist_four .main_text {
  margin-top: -600px;
  color: #fff;
  text-align: center;
}
.gadget_imist_four .main_text h4 {
  color: #fff;
}
.gadget_imist_five {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.4);
  padding: 150px 0;
}
.gadget_imist_five .main_text .text_holder {
  width: 55%;
  float: right;
  padding: 100px 0 0 0;
}
.gadget_imist_five .main_text .img_holder {
  width: 650px;
  float: left;
  padding: 0 0 0 5%;
}

/*** gadget_imist_wish.html ***/

.gadget_imist_wish_one,
.gadget_imist_wish_two,
.gadget_imist_wish_three,
.gadget_imist_wish_four,
.gadget_imist_wish_five {
  width: 100%;
  float: left;
}
.gadget_imist_wish_one .main_text {
  margin-top: -1200px;
  text-shadow: 0 0 7px #fff;
}
.gadget_imist_wish_one .main_text .icon_holder {
  padding: 750px 4% 0 0;
  float: right;
}
.gadget_imist_wish_two .main_text {
  margin-top: -840px;
  text-shadow: 0 0 7px #fff;
}
.gadget_imist_wish_two .main_text .text_holder {
  width: 70%;
  float: right;
}
.gadget_imist_wish_three,
.gadget_imist_wish_four,
.gadget_imist_wish_five {
  padding: 100px 0 0 0;
  text-align: center;
}
.gadget_imist_wish_three {
  background: #e9f1fb;
}
.gadget_imist_wish_three .main_text .text_holder img {
  width: 750px;
  margin: 30px auto 0 auto;
}
.gadget_imist_wish_four {
  background: url(../images/gadget_imist_wish-img4.png) repeat-x;
}
.gadget_imist_wish_four .main_text .text_holder img {
  width: 1050px;
  margin: 30px auto 0 auto;
}
.gadget_imist_wish_five .main_text .text_holder {
  width: 55%;
  float: right;
  padding: 150px 0 0 0;
  text-align: left;
}
.gadget_imist_wish_five .main_text .img_holder {
  width: 500px;
  float: left;
  padding: 0 0 0 10%;
}

/*** gadget_lama.html ***/

.gadget_lama_one,
.gadget_lama_two,
.gadget_lama_three,
.gadget_lama_four,
.gadget_lama_five {
  width: 100%;
  float: left;
}
.gadget_lama_four,
.gadget_lama_five {
  padding: 150px 0;
}
.gadget_lama_one .main_text {
  margin-top: -1150px;
  color: #de0000;
  text-shadow: 0 0 7px #fff;
}
.gadget_lama_one .main_text .icon_holder {
  padding: 680px 0 0 0;
}
.gadget_lama_two .main_text {
  margin-top: -950px;
}
.gadget_lama_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.gadget_lama_two .main_text .text_holder img {
  width: 550px;
  margin: 30px auto 0 auto;
}
.gadget_lama_three .main_text {
  margin-top: -700px;
}
.gadget_lama_three .main_text .text_holder {
  width: 30%;
  float: left;
  text-align: right;
}
.gadget_lama_four .main_text {
  text-align: center;
}
.gadget_lama_four .main_text .text_holder img {
  width: 900px;
  margin: 30px auto 0 auto;
}
.gadget_lama_five {
  background: #efefef;
}
.gadget_lama_five .main_text .text_holder {
  width: 43%;
  float: left;
  padding: 100px 5% 0 0;
}
.gadget_lama_five .main_text .img_holder {
  width: 35%;
  float: left;
}

/*** bluetooth_itrack.html ***/

.bluetooth_itrack_one,
.bluetooth_itrack_two,
.bluetooth_itrack_three,
.bluetooth_itrack_four,
.bluetooth_itrack_five,
.bluetooth_itrack_six {
  width: 100%;
  float: left;
}
.bluetooth_itrack_one .main_text {
  margin-top: -1000px;
}
.bluetooth_itrack_one .main_text h1 {
  font-size: 120px;
  text-shadow: 0 0 7px #fff;
}
.bluetooth_itrack_one .main_text h1 span {
  font-size: 70px;
  color: #000;
}
.bluetooth_itrack_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.bluetooth_itrack_one .main_text .icon_holder {
  padding: 260px 0 0 0;
}
.bluetooth_itrack_two .main_text {
  margin-top: -900px;
  color: #d50000;
  text-shadow: 0 0 7px #fff;
}
.bluetooth_itrack_two .main_text .text_holder {
  width: 40%;
  float: right;
}
.bluetooth_itrack_three {
  background: #e9e9e9;
}
.bluetooth_itrack_three,
.bluetooth_itrack_six {
  padding: 150px 0;
  text-align: center;
}
.bluetooth_itrack_three .main_text {
  margin-top: -1000px;
  text-align: center;
}
.bluetooth_itrack_three .main_text .text_holder img {
  width: 700px;
  margin: 30px auto 0 auto;
}
.bluetooth_itrack_four .main_text {
  margin-top: -1000px;
}
.bluetooth_itrack_four .main_text .text_holder {
  width: 45%;
  float: right;
}
.bluetooth_itrack_five {
  padding: 150px 0;
  text-align: center;
  background: url(../images/bluetooth_itrack-img5.png) repeat-x center bottom;
}
.bluetooth_itrack_five .main_text .text_holder img {
  width: 530px;
  margin: 30px auto 0 auto;
}
.bluetooth_itrack_six img {
  width: 230px;
  margin: 0 auto 0 auto;
}

/*** bluetooth_upscale.html ***/

.bluetooth_upscale_one,
.bluetooth_upscale_two,
.bluetooth_upscale_three,
.bluetooth_upscale_four,
.bluetooth_upscale_five {
  width: 100%;
  float: left;
}
.bluetooth_upscale_one .main_text {
  margin-top: -1050px;
  color: #fff;
  text-shadow: 0 0 7px #000;
  text-align: right;
}
.bluetooth_upscale_one .main_text h1 {
  color: #fff;
}
.bluetooth_upscale_one .main_text .text_holder {
  width: 55%;
  float: right;
}
.bluetooth_upscale_one .main_text .icon_holder {
  padding: 420px 0 0 0;
  float: right;
  clear: both;
}
.bluetooth_upscale_two .main_text {
  margin-top: -900px;
}
.bluetooth_upscale_two .main_text h1 {
  text-shadow: 0 0 7px #fff;
}
.bluetooth_upscale_three {
  background: #e2e2de;
}
.bluetooth_upscale_three .main_text {
  margin-top: -700px;
}
.bluetooth_upscale_three .main_text .text_holder {
  width: 63%;
  float: right;
}
.bluetooth_upscale_four {
  padding: 150px 0;
  text-align: right;
}
.bluetooth_upscale_four .main_text {
  margin-top: -450px;
}
.bluetooth_upscale_four .main_text .text_holder {
  width: 50%;
  float: left;
}

/*** charger_solarpad.html***/

.imojosolar_one,
.imojosolar_two,
.imojosolar_three,
.imojosolar_four,
.imojosolar_five,
.imojosolar_six {
  width: 100%;
  float: left;
}
.imojosolar_one .main_text {
  margin-top: -1100px;
  text-shadow: 0 0 10px #fff;
}
.imojosolar_one .main_text .icon_holder {
  padding: 800px 0 0 0;
  float: right;
}
.imojosolar_two,
.imojosolar_four,
.imojosolar_six {
  padding: 150px 0;
}
.imojosolar_two .main_text {
  margin-top: -500px;
}
.imojosolar_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.imojosolar_three .main_text {
  margin-top: -600px;
}
.imojosolar_three .main_text .text_holder {
  width: 55%;
  float: right;
}
.imojosolar_four .main_text {
  margin-top: -800px;
  text-align: center;
}
.imojosolar_four .main_text img {
  width: 900px;
  margin: 30px auto 0 auto;
}
.imojosolar_five {
  background: #ededed;
}
.imojosolar_five .main_text {
  margin-top: -800px;
}
.imojosolar_five .main_text .text_holder {
  width: 77%;
  float: right;
}
.imojosolar_five .main_text .text_holder img {
  width: 1000px;
  margin: 30px 0 0 0;
}
.imojosolar_six {
  background: #ebebeb;
}
.imojosolar_six .main_text {
  margin-top: -350px;
}
.imojosolar_six .main_text .text_holder {
  width: 50%;
  float: right;
}
.imojosolar_six .main_text .text_holder img {
  width: 400px;
  margin: 80px 0 0 0;
}

/*** bluetooth_aqua.html ***/

.bluetooth_aqua_one,
.bluetooth_aqua_two,
.bluetooth_aqua_three,
.bluetooth_aqua_four,
.bluetooth_aqua_five,
.bluetooth_aqua_six {
  width: 100%;
  float: left;
}
.bluetooth_aqua_one .main_text {
  margin-top: -900px;
  text-shadow: 0 0 7px #fff;
}
.bluetooth_aqua_one .main_text h4 strong {
  font-size: 100px;
}
.bluetooth_aqua_one .main_text h4 span {
  color: #000;
}
.bluetooth_aqua_one .main_text .text_holder {
  width: 50%;
  float: right;
}
.bluetooth_aqua_one .main_text .icon_holder {
  padding: 150px 0 0 0;
  float: right;
}
.bluetooth_aqua_two .main_text {
  margin-top: -950px;
}
.bluetooth_aqua_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.bluetooth_aqua_three,
.bluetooth_aqua_six {
  background: #b1fffd;
  padding: 150px 0;
}
.bluetooth_aqua_three .main_text {
  margin-top: -800px;
}
.bluetooth_aqua_three .main_text .text_holder {
  width: 80%;
  float: right;
}
.bluetooth_aqua_three .main_text .text_holder img {
  width: 600px;
  margin: 30px 0 0 0;
}
.bluetooth_aqua_four {
  padding: 150px 0 0 0;
}
.bluetooth_aqua_four .main_text {
  margin-top: -900px;
}
.bluetooth_aqua_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.bluetooth_aqua_five .main_text {
  margin-top: -850px;
  text-align: center;
  text-shadow: 0 0 7px #fff;
}
.bluetooth_aqua_five .main_text .text_holder {
  width: 100%;
  float: left;
}
.bluetooth_aqua_six {
  background: #fff;
}
.bluetooth_aqua_six .main_text .text_holder {
  width: 50%;
  float: right;
  padding: 50px 0 0 0;
}
.bluetooth_aqua_six .main_text .img_holder {
  width: 600px;
  float: left;
}

/*** bluetooth_t2.html ***/

.bluetooth_t2_one,
.bluetooth_t2_two,
.bluetooth_t2_three,
.bluetooth_t2_four,
.bluetooth_t2_five,
.bluetooth_t2_six {
  width: 100%;
  float: left;
}
.bluetooth_t2_one,
.bluetooth_t2_five,
.bluetooth_t2_six {
  padding: 150px 0;
}
.bluetooth_t2_two,
.bluetooth_t2_four,
.bluetooth_t2_six .main_text .text_holder {
  padding: 150px 0 0 0;
}
.bluetooth_t2_one {
  background: #f0f0f0;
  text-align: center;
}
.bluetooth_t2_one .main_text {
  margin-top: -900px;
  text-shadow: 0 0 7px #fff;
}
.bluetooth_t2_one .main_text .icon_holder {
  padding: 750px 0 0 0;
  float: right;
}
.bluetooth_t2_two .main_text {
  margin-top: -950px;
}
.bluetooth_t2_two .main_text .text_holder {
  width: 95%;
  float: right;
}
.bluetooth_t2_three .main_text {
  margin-top: -850px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.bluetooth_t2_three .main_text h4 span {
  font-size: 106px;
  color: #fff;
}
.bluetooth_t2_three .main_text h4 strong {
  font-size: 200px;
}
.bluetooth_t2_four .main_text {
  margin-top: -650px;
}
.bluetooth_t2_four .main_text .text_holder {
  width: 45%;
  float: right;
}
.bluetooth_t2_five {
  background: #181818;
}
.bluetooth_t2_five .main_text {
  margin-top: -950px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.bluetooth_t2_five .main_text h4 {
  color: #c7f200;
}
.bluetooth_t2_five .main_text .text_holder {
  width: 50%;
  float: right;
}
.bluetooth_t2_six .main_text .text_holder {
  width: 40%;
  float: right;
}
.bluetooth_t2_six .main_text .img_holder {
  width: 540px;
  float: left;
  padding: 0 0 0 10%;
}

/*** bluetooth_tulip.html ***/

.bluetooth_tulip_one,
.bluetooth_tulip_two,
.bluetooth_tulip_three,
.bluetooth_tulip_four,
.bluetooth_tulip_five,
.bluetooth_tulip_six {
  width: 100%;
  float: left;
}
.bluetooth_tulip_two .main_text h4,
.bluetooth_tulip_three .main_text h4,
.bluetooth_tulip_four .main_text h4,
.bluetooth_tulip_five .main_text h4 {
  color: #000;
}
.bluetooth_tulip_one {
  text-align: center;
}
.bluetooth_tulip_one .main_text {
  margin-top: -730px;
}
.bluetooth_tulip_one .main_text .icon_holder {
  padding: 370px 0 0 0;
  float: right;
}
.bluetooth_tulip_two {
  background: #d8dde0;
}
.bluetooth_tulip_two .main_text {
  margin-top: -600px;
}
.bluetooth_tulip_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.bluetooth_tulip_three .main_text {
  margin-top: -600px;
}
.bluetooth_tulip_three .main_text .text_holder {
  width: 55%;
  float: right;
}
.bluetooth_tulip_three .main_text .text_holder img {
  width: 350px;
  margin: 30px 0 0 0;
}
.bluetooth_tulip_four {
  background: #f1f1f1;
}
.bluetooth_tulip_four .main_text {
  margin-top: -650px;
}
.bluetooth_tulip_four .main_text .text_holder {
  width: 45%;
  text-align: right;
}
.bluetooth_tulip_five .main_text {
  margin-top: -650px;
}
.bluetooth_tulip_five .main_text .text_holder {
  width: 40%;
  float: right;
}

/*** 04-upscale-extra page.html ***/

.bluetooth_upscale_new_one,
.bluetooth_upscale_new_two,
.bluetooth_upscale_new_three,
.bluetooth_upscale_new_four,
.bluetooth_upscale_new_five,
.bluetooth_upscale_new_six {
  width: 100%;
  float: left;
}
.bluetooth_upscale_new_two,
.bluetooth_upscale_new_six {
  padding: 150px 0;
}
.bluetooth_upscale_new_three,
.bluetooth_upscale_new_four,
.bluetooth_upscale_new_five {
  padding: 150px 0 0 0;
}
.bluetooth_upscale_new_one .main_text {
  margin-top: -1050px;
  text-shadow: 0 0 7px #fff;
}
.bluetooth_upscale_new_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.bluetooth_upscale_new_one .main_text .icon_holder {
  padding: 500px 0 0 0;
  float: left;
  clear: both;
}
.bluetooth_upscale_new_two {
  background: #e2eaec;
}
.bluetooth_upscale_new_two .main_text {
  margin-top: -650px;
}
.bluetooth_upscale_new_two .main_text .text_holder img {
  width: 800px;
  margin: 200px 0 0 0;
}
.bluetooth_upscale_new_three {
  background: #a5dce1;
}
.bluetooth_upscale_new_three .main_text {
  margin-top: -700px;
}
.bluetooth_upscale_new_three .main_text .text_holder {
  width: 40%;
  float: right;
}
.bluetooth_upscale_new_four .main_text {
  margin-top: -700px;
}
.bluetooth_upscale_new_four .main_text .text_holder {
  width: 50%;
  float: left;
}
.bluetooth_upscale_new_five {
  background: #8dd0e0;
}
.bluetooth_upscale_new_five .main_text {
  margin-top: -650px;
}
.bluetooth_upscale_new_five .main_text .text_holder {
  width: 100%;
  float: right;
  text-align: right;
}
.bluetooth_upscale_new_six .main_text {
  margin-top: -550px;
  text-align: right;
}
.bluetooth_upscale_new_six .main_text .text_holder {
  width: 46%;
  float: left;
}

/*** kitware_zippy.html ***/

.kitware_zippy_one,
.kitware_zippy_two,
.kitware_zippy_three,
.kitware_zippy_four,
.kitware_zippy_five,
.kitware_zippy_six {
  width: 100%;
  float: left;
}
.kitware_zippy_two .main_text .text_holder strong,
.kitware_zippy_three .main_text .text_holder strong,
.kitware_zippy_four .main_text .text_holder strong,
.kitware_zippy_five .main_text .text_holder strong,
.kitware_zippy_six .main_text .text_holder strong {
  color: #ca0000;
  font-size: 70px;
}
.kitware_zippy_two,
.kitware_zippy_three,
.kitware_zippy_four,
.kitware_zippy_six {
  padding: 150px 0 0 0;
}
.kitware_zippy_one .main_text {
  margin-top: -750px;
  text-shadow: 0 0 7px #fff;
  text-align: center;
}
.kitware_zippy_one .main_text h1 {
  font-size: 100px;
}
.kitware_zippy_one .main_text h1 strong {
  font-size: 150px;
}
.kitware_zippy_one .main_text h1 span {
  color: #000;
  font-size: 70px;
}
.kitware_zippy_one .main_text .icon_holder {
  padding: 190px 0 0 0;
  clear: both;
  float: none;
  margin: 0 auto;
}
.kitware_zippy_two {
  background: #e7f1f1;
  text-align: center;
}
.kitware_zippy_two .main_text .text_holder img {
  width: 95%;
  margin: 40px auto 0 auto;
}
.kitware_zippy_three .main_text {
  margin-top: -900px;
  text-shadow: 0 0 7px #fff;
}
.kitware_zippy_four {
  background: #f2f2f2;
}
.kitware_zippy_four .main_text {
  margin-top: -850px;
}
.kitware_zippy_four .main_text .text_holder {
  width: 70%;
  float: right;
}
.kitware_zippy_four .main_text .text_holder img {
  width: 800px;
  margin: 30px auto 0 auto;
}
.kitware_zippy_five .main_text {
  margin-top: -700px;
}
.kitware_zippy_six {
  background: #eafcfc;
}
.kitware_zippy_six .main_text {
  margin-top: -1000px;
}
.kitware_zippy_six .main_text .text_holder {
  width: 60%;
  float: right;
}

/*** bluetooth_kiwii.html ***/

.bluetooth_kiwii_one,
.bluetooth_kiwii_two,
.bluetooth_kiwii_three,
.bluetooth_kiwii_four,
.bluetooth_kiwii_five,
.bluetooth_kiwii_six {
  width: 100%;
  float: left;
}
.bluetooth_kiwii_one .main_text {
  margin-top: -600px;
}
.bluetooth_kiwii_one .main_text .text_holder {
  width: 45%;
  float: right;
}
.bluetooth_kiwii_one .main_text .icon_holder {
  padding: 60px 0 0 0;
  float: right;
}
.bluetooth_kiwii_two .main_text {
  margin-top: -550px;
}
.bluetooth_kiwii_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.bluetooth_kiwii_three .main_text {
  margin-top: -550px;
  text-align: center;
}
.bluetooth_kiwii_four .main_text {
  margin-top: -500px;
}
.bluetooth_kiwii_four .main_text .text_holder img {
  width: 208px;
  margin: 30px 0 0 0;
}

/*** about.html ***/

.full_text {
  width: 100%;
  float: left;
  padding: 15px 0;
  font-size: 16px;
  line-height: 22px;
}
.full_text h2 {
  font-size: 22px;
  font-family: "dinregular";
  padding: 0 0 20px 0;
}
.full_text span,
.distributors_content span {
  font-size: 20px;
}
.full_text strong {
  font-family: "myriad pro";
  text-transform: uppercase;
}
.full_text a {
  color: #ff0101;
  font-family: "myriad pro";
}
.full_text a:hover {
  color: #000;
}
.about_gallery {
  width: 100%;
  float: left;
  padding: 0 0 15px 0;
  text-align: center;
  font-family: "dinregular";
  font-size: 16px;
  text-transform: uppercase;
}
.about_gallery ul li {
  width: 19%;
  margin: 0 0.5%;
  background: #e8e8e8;
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
  padding: 14px 0;
}
.about_gallery ul li:hover {
  background: #ccc;
}
.about_gallery img {
  margin: 10px auto 0 auto;
}

/*** distributors.html ***/

.distributors_tabs {
  width: 98%;
  float: left;
  padding: 10px 1% 12px 1%;
  text-align: center;
  font-family: "dinregular";
  font-size: 13px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 15px;
}
.distributors_tabs br {
  display: none;
}
.distributors_tabs ul li {
  width: auto;
  float: left;
  padding: 0 15px 0 0;
  display: inline-block;
}
.distributors_tabs img {
  -webkit-filter: brightness(1) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1) grayscale(1) opacity(0.7);
  filter: brightness(1) grayscale(1) opacity(0.7);
  width: 70px;
  margin: 0 auto 10px auto;
}
.distributors_tabs ul li:hover img,
.distributors_tabs a.select img {
  -webkit-filter: brightness(1) grayscale(1) opacity(10);
  -moz-filter: brightness(1) grayscale(0) opacity(10);
  filter: brightness(1) grayscale(0) opacity(10);
}
.distributors_tabs a {
  color: #666;
  border-bottom: 4px solid #fff;
  padding: 0 5px 7px 5px;
}
.distributors_tabs a:hover,
.distributors_tabs a.select {
  color: #000;
  border-bottom: 4px solid #abd044;
}
.distributors_content {
  width: 100%;
  float: left;
  padding: 20px 0;
  background: url(../images/line5.png) repeat-y center 0;
  margin-bottom: 30px;
}
.distributors_content.no_bg {
  background: none;
}
.distributors_content h1,
.distributors_sample_content h1 {
  font-family: "dinregular";
  font-size: 25px;
  font-weight: bold;
  color: #ff0101;
  padding: 0 0 20px 0;
}
.distributors_content h2,
.distributors_sample_content h2 {
  font-size: 18px;
  font-family: "dinregular";
  padding: 0 0 10px 0;
}
.distributors_content .common_text {
  width: 40%;
  float: left;
  padding: 0 5%;
}
.distributors_form {
  width: 40%;
  float: left;
  padding: 0 5%;
  font-size: 16px;
}
.distributors_form ul li {
  width: 100%;
  float: left;
  padding: 0 0 8px 0;
}
.distributors_form .text_holder {
  width: 30%;
  float: left;
  line-height: 33px;
}
.distributors_form .text_holder strong {
  color: #ff0101;
}
.distributors_form .textbox {
  width: 68%;
  float: right;
}
.distributors_form .textbox input,
select,
textarea {
  border: 1px solid #ccc;
  height: 33px;
  padding: 0 4.5%;
  width: 90%;
  font-family: "dinregular";
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
}
.distributors_form .textbox select {
  height: 33px;
  background: url(../images/select-arrow.png) no-repeat 95% 15px #fff;
  cursor: pointer;
}
.distributors_form .textbox input:focus,
select:focus,
textarea:focus {
  color: #000;
  border: 1px solid #333;
}
.distributors_form .textbox input.one {
  width: 47%;
}
.distributors_form .textbox input.two {
  width: 10%;
  margin: 0 1%;
}
.distributors_form .textbox input.three {
  width: 10%;
}
.distributors_form .textbox textarea {
  padding: 4px 4.5%;
  height: 75px;
}
.distributors_form .textbox select {
  width: 100%;
  height: 75px;
  padding: 4px 4.5%;
}
.distributors_form .btn_holder {
  width: 68%;
  float: right;
  padding: 10px 0 0 0;
}
.distributors_form .btn_holder input {
  border: 1px solid #abd044;
  height: 45px;
  width: 110px;
  text-align: center;
  font-family: "dinregular";
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #abd044;
  margin: 0 10px 0 0;
}
.distributors_form .btn_holder input:hover {
  border: 1px solid #ff0101;
  background: #ff0101;
  color: #fff;
}

/*** distributors_sample.html ***/

.distributors_sample_content {
  width: 100%;
  float: left;
  padding: 20px 0;
  font-size: 16px;
  line-height: 22px;
  background: url(../images/line5.png) repeat-y center 0;
  margin-bottom: 30px;
}
.distributors_sample_form {
  width: 40%;
  float: left;
  padding: 0 5%;
  font-size: 14px;
}
.distributors_sample_form ul li {
  width: 48%;
  float: left;
  padding: 0 0 8px 0;
}
.distributors_sample_form ul li:nth-child(2n) {
  float: right;
}
.distributors_sample_form ul li.full {
  width: 100%;
}
.distributors_sample_form ul li input,
select,
textarea {
  border: 1px solid #ccc;
  height: 33px;
  padding: 0 4.5%;
  width: 90%;
  font-family: "dinregular";
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
}
.distributors_sample_form ul li select {
  cursor: pointer;
}
.distributors_sample_form ul li input:focus,
select:focus,
textarea:focus {
  color: #000;
  border: 1px solid #333;
}
.distributors_sample_form ul li .one {
  width: 60%;
  float: left;
}
.distributors_sample_form ul li .two {
  width: 19%;
  padding: 0 1%;
  float: left;
}
.distributors_sample_form ul li .three {
  width: 19%;
  float: left;
}
.distributors_sample_form ul li textarea {
  padding: 4px 4.5%;
  height: auto;
}
.distributors_sample_form ul li select {
  width: 100%;
  padding: 0px 4.5%;
  background: url(../images/select-arrow.png) no-repeat 95% 15px #fff;
  height: 33px;
}
.distributors_sample_form .btn_holder {
  width: 100%;
  float: right;
  padding: 10px 0 0 0;
}
.distributors_sample_form .btn_holder input {
  border: 1px solid #abd044;
  height: 45px;
  width: 110px;
  text-align: center;
  font-family: "dinregular";
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #abd044;
  margin: 0 10px 0 0;
}
.distributors_sample_form .btn_holder input:hover {
  border: 1px solid #ff0101;
  background: #ff0101;
  color: #fff;
}

/*** distributor_flyer.html ***/

.page_title.small {
  padding: 0 0 15px 0;
}
.distributor_flyer_thumb {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 15px;
}
.distributor_flyer_thumb ul li {
  width: 19%;
  padding: 10px 0;
  margin: 0 0.5% 15px 0.5%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition-duration: 5s;
  transition-duration: 1000ms;
  transition-duration: 500ms, 500ms;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.distributor_flyer_thumb ul li:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.distributor_flyer_thumb img {
  -webkit-filter: brightness(1) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1) grayscale(1) opacity(0.7);
  filter: brightness(1) grayscale(1) opacity(0.7);
  width: 90%;
  margin: 0 auto 10px auto;
}
.distributor_flyer_thumb ul li:hover img {
  -webkit-filter: brightness(1) grayscale(1) opacity(10);
  -moz-filter: brightness(1) grayscale(0) opacity(10);
  filter: brightness(1) grayscale(0) opacity(10);
}

/*** support_usb.html ***/

.support_page {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 22px;
}
.support_page .details_holder {
  width: 1200px;
}
.support_page h2 {
  font-size: 22px;
  color: #000;
  font-family: "dinregular";
  border: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.support_page h2 a {
  font-size: 12px;
  text-transform: uppercase;
  float: right;
  color: #ff0000;
  font-weight: bold;
  padding: 7px 0 0 0;
}
.support_page h2 a:hover {
  color: #000;
}
.support_page h3 {
  font-size: 18px;
  color: #000;
  font-family: "dinregular";
  border: 0;
  padding: 0 0 10px 0;
}
.support_page h4 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.support_page h4 img {
  float: right;
  width: 35px;
  margin: 0 0 10px 10px;
}
.support_page strong {
  color: #333;
  font-weight: bold;
}
.support_usb_content {
  width: 100%;
  float: left;
}
.support_usb_content ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.support_usb_content .img_holder {
  width: 8%;
  float: left;
}
.support_usb_content .text_holder {
  width: 87%;
  float: right;
}
.support_usb_content .text_holder img.button {
  width: 150px;
  margin: 0 10px 0 0;
  float: left;
}
.support_usb_content .text_holder h3 {
  padding: 0 0 10px 0;
  font-family: "dinregular";
  font-weight: bold;
  color: #0066ff;
}
.support_usb_content .text_holder strong {
  color: #ff0000;
  font-weight: bold;
}
.support_usb_content .text_holder a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}
.support_usb_content .text_holder a:hover {
  color: #000;
}
.support_product {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.support_product strong {
  color: #000 !important;
  text-transform: uppercase;
}
.support_product ul li {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
.support_product .text_holder {
  width: 70%;
  float: left;
}
.support_product .img_holder {
  width: 300px;
  float: right;
}
.usb_storage {
  width: 700px;
  float: left;
  border: 1px solid #ccc;
  text-align: center;
}
.usb_storage .text_holder strong {
  color: #000 !important;
}
.usb_storage .table_header {
  width: 100%;
  float: left;
  font-weight: bold;
  color: #000;
  background: #e8e8e8;
  padding: 8px 0;
}
.usb_storage .table_row {
  width: 100%;
  float: left;
}
.usb_storage .table_row ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.usb_storage .table_row ul li:last-child {
  border: 0;
}
.usb_storage .table_row ul li:nth-child(2n) {
  background: #e8e8e8;
}
.usb_storage .table_header .text_holder,
.usb_storage .table_row .text_holder {
  width: 20%;
  float: left;
}

/*** charger_iMojo_Qi_1200.html ***/

.iMojo_Qi_1200_one,
.iMojo_Qi_1200_two,
.iMojo_Qi_1200_three,
.iMojo_Qi_1200_four,
.iMojo_Qi_1200_five {
  width: 100%;
  float: left;
}
.iMojo_Qi_1200_one .main_text {
  margin-top: -900px;
  color: #fff;
}
.iMojo_Qi_1200_one .main_text h3 span {
  font-size: 100px;
  color: #baf30a;
  font-family: "myriad pro";
}
.iMojo_Qi_1200_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.iMojo_Qi_1200_one .main_text .icon_holder {
  padding: 300px 0 0 0;
}
.iMojo_Qi_1200_two .main_text {
  margin-top: -950px;
  text-align: center;
}
.iMojo_Qi_1200_two .main_text h1,
.iMojo_Qi_1200_three .main_text h1 {
  color: #444444;
}
.iMojo_Qi_1200_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.iMojo_Qi_1200_three .main_text {
  margin-top: -800px;
}
.iMojo_Qi_1200_three .text_holder {
  width: 35%;
  float: right;
}

/*** gadget_imist_aroma.html ***/

.gadget_aroma_one,
.gadget_aroma_two,
.gadget_aroma_three,
.gadget_aroma_four,
.gadget_aroma_five {
  width: 100%;
  float: left;
}
.gadget_aroma_four,
.gadget_aroma_five {
  padding: 150px 0;
}
.gadget_aroma_one .main_text {
  margin-top: -900px;
  color: #b3ff11;
}
.gadget_aroma_one .main_text h1 {
  color: #fff;
}
.gadget_aroma_one .main_text h1 span {
  color: #b3ff11;
}
.gadget_aroma_one .main_text .icon_holder {
  padding: 450px 0 0 0;
}
.gadget_aroma_two .main_text {
  margin-top: -900px;
}
.gadget_aroma_two .main_text .text_holder {
  width: 100%;
}
.gadget_aroma_three .main_text {
  margin-top: -700px;
  text-align: center;
  color: #fff;
}
.gadget_aroma_three .main_text h1 {
  color: #fff;
}
.gadget_aroma_four .main_text {
  text-align: center;
}
.gadget_aroma_four .main_text .text_holder img {
  width: 90%;
  margin: 30px auto 0 auto;
}

/*** gadget_imist_stick.html ***/

.gadget_imiststick_one,
.gadget_imiststick_two,
.gadget_imiststick_three,
.gadget_imiststick_four,
.gadget_imiststick_five {
  width: 100%;
  float: left;
}
.gadget_imiststick_one .main_text {
  margin-top: -1100px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px #000;
  font-size: 50px;
}
.gadget_imiststick_one .main_text h1 {
  color: #fff;
}
.gadget_imiststick_one .main_text h1 span {
  color: #b3ff11;
}
.gadget_imiststick_one .main_text .icon_holder {
  padding: 750px 0 0 0;
  float: right;
}
.gadget_imiststick_two .main_text {
  margin-top: -800px;
}
.gadget_imiststick_two .main_text h1,
.gadget_imiststick_three .main_text h1,
.gadget_imiststick_four .main_text h1 {
  color: #5a5a5a;
}
.gadget_imiststick_two .main_text .text_holder {
  width: 100%;
}
.gadget_imiststick_three .main_text {
  margin-top: -600px;
}
.gadget_imiststick_three .main_text .text_holder {
  width: 60%;
  float: left;
}
.gadget_imiststick_four .main_text {
  margin-top: -700px;
}
.gadget_imiststick_four .main_text .text_holder {
  width: 60%;
  float: right;
}

/*** gadget_i7s.html ***/

.gadget_i7s_one,
.gadget_i7s_two,
.gadget_i7s_three,
.gadget_i7s_four {
  width: 100%;
  float: left;
}
.gadget_i7s_one .main_text {
  margin-top: -1100px;
}
.gadget_i7s_one .main_text .text_holder {
  width: 95%;
  float: right;
}
.gadget_i7s_one .main_text .icon_holder {
  padding: 650px 0 0 0;
  float: right;
}
.gadget_i7s_two .main_text {
  margin-top: -900px;
}
.gadget_i7s_two .main_text h1,
.gadget_i7s_three .main_text h1,
.gadget_i7s_four .main_text h1 {
  color: #4c4c4c;
}
.gadget_i7s_three .main_text {
  margin-top: -900px;
}
.gadget_i7s_three .main_text .text_holder {
  width: 60%;
  float: right;
}
.gadget_i7s_four {
  padding: 150px 0 0 0;
}
.gadget_i7s_four .main_text {
  margin-top: -600px;
}
.gadget_i7s_four .main_text .text_holder {
  width: 60%;
  float: right;
}

/*** charger_iMojo_Qi_5000.html ***/

.iMojo_Qi_5000_one,
.iMojo_Qi_5000_two,
.iMojo_Qi_5000_three,
.iMojo_Qi_5000_four,
.iMojo_Qi_5000_five {
  width: 100%;
  float: left;
}
.iMojo_Qi_5000_one .main_text {
  margin-top: -1150px;
  text-align: center;
}
.iMojo_Qi_5000_one .main_text .icon_holder {
  padding: 750px 0 0 0;
  float: right;
}
.iMojo_Qi_5000_two .main_text {
  margin-top: -1150px;
  text-align: center;
}
.iMojo_Qi_5000_three {
  padding: 150px 0;
  background: #f5f8fd;
}
.iMojo_Qi_5000_three .main_text {
  margin-top: -650px;
}
.iMojo_Qi_5000_four .main_text {
  margin-top: -550px;
}
.iMojo_Qi_5000_four .text_holder {
  width: 70%;
  float: right;
}
.iMojo_Qi_5000_five {
  padding: 150px 0 0 0;
}
.iMojo_Qi_5000_five .main_text {
  margin-top: -600px;
}
.iMojo_Qi_5000_five .text_holder img {
  width: 370px;
  margin: 50px 0 0 0;
}

/*** charger_iMojo_Qi_fc07.html ***/

.iMojo_Qi_fc07_one,
.iMojo_Qi_fc07_two,
.iMojo_Qi_fc07_three,
.iMojo_Qi_fc07_four,
.iMojo_Qi_fc07_five {
  width: 100%;
  float: left;
}
.iMojo_Qi_fc07_one .main_text {
  margin-top: -900px;
  color: #fff;
}
.iMojo_Qi_fc07_one .main_text h3 {
  color: #fff;
}
.iMojo_Qi_fc07_one .main_text .icon_holder {
  padding: 300px 0 0 0;
}
.iMojo_Qi_fc07_two .main_text {
  margin-top: -900px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.iMojo_Qi_fc07_three {
  padding: 150px 0;
}
.iMojo_Qi_fc07_three .main_text {
  margin-top: -600px;
}
.iMojo_Qi_fc07_three .main_text .text_holder {
  width: 57%;
  float: right;
}
.iMojo_Qi_fc07_four {
  background: #f1f1f0;
  padding: 150px 0;
}
.iMojo_Qi_fc07_four .main_text {
  margin-top: -600px;
}
.iMojo_Qi_fc07_five {
  padding: 150px 0;
}
.iMojo_Qi_fc07_five .main_text {
  margin-top: -500px;
}
.iMojo_Qi_fc07_five .text_holder {
  width: 50%;
  float: right;
}

/*** bluetooth_iTweetAir.html ***/

.bluetooth_iTweetAir_two {
  padding: 150px 0;
}
.bluetooth_iTweetAir_one,
.bluetooth_iTweetAir_two,
.bluetooth_iTweetAir_three,
.bluetooth_iTweetAir_four,
.bluetooth_iTweetAir_five,
.bluetooth_iTweetAir_six,
.bluetooth_iTweetAir_seven {
  width: 100%;
  float: left;
}
.bluetooth_iTweetAir_one .main_text {
  margin-top: -450px;
  text-shadow: 0 0 7px #fff;
  text-align: center;
}
.bluetooth_iTweetAir_one .main_text h1 span {
  font-family: "MyMyriadProRegular";
  color: #000;
}
.bluetooth_iTweetAir_one .main_text .icon_holder {
  padding: 70px 0 0 0;
  float: right;
}
.bluetooth_iTweetAir_two .main_text {
  text-align: center;
}
.bluetooth_iTweetAir_two img.img1 {
  width: 200px;
  margin: 0 auto 30px auto;
}
.bluetooth_iTweetAir_two img.img2 {
  width: 1000px;
  margin: 30px auto 0 auto;
}
.bluetooth_iTweetAir_three .main_text {
  margin-top: -600px;
  color: #fff;
  text-align: center;
}
.bluetooth_iTweetAir_four .main_text {
  margin-top: -900px;
}
.bluetooth_iTweetAir_four .main_text .text_holder {
  width: 58%;
  float: right;
}
.bluetooth_iTweetAir_five .main_text {
  margin-top: -750px;
}
.bluetooth_iTweetAir_five .main_text .text_holder {
  width: 45%;
  float: right;
}
.bluetooth_iTweetAir_six {
  padding: 150px 0 0 0;
}
.bluetooth_iTweetAir_six .main_text {
  text-align: center;
}
.bluetooth_iTweetAir_seven {
  padding: 150px 0 0 0;
}
.bluetooth_iTweetAir_seven .main_text {
  text-align: center;
  margin-top: -850px;
}

/*** bluetooth_tws.html name change with bluetooth_iTweetAirBoom.html ***/

.bluetooth_tws_one .main_text h4,
.bluetooth_tws_two .main_text h4,
.bluetooth_tws_three .main_text h4,
.bluetooth_tws_four .main_text h4 {
  color: #ff28b1;
}
.bluetooth_tws_one,
.bluetooth_tws_two,
.bluetooth_tws_three,
.bluetooth_tws_four {
  width: 100%;
  float: left;
}
.bluetooth_tws_one .main_text {
  margin-top: -1000px;
  color: #fff;
  font-size: 60px;
}
.bluetooth_tws_one .main_text .text_holder {
  width: 80%;
  float: right;
}
.bluetooth_tws_one .main_text .icon_holder {
  padding: 500px 2% 0 0;
  float: right;
}
.bluetooth_tws_two .main_text {
  margin-top: -1000px;
}
.bluetooth_tws_two .main_text .text_holder {
  width: 30%;
  float: right;
}
.bluetooth_tws_three .main_text {
  margin-top: -950px;
  color: #fff;
}
.bluetooth_tws_three .main_text .text_holder {
  width: 60%;
  float: left;
}
.bluetooth_tws_four {
  padding: 150px 0;
}
.bluetooth_tws_four .main_text {
  margin-top: -600px;
}
.bluetooth_tws_four .main_text .text_holder {
  width: 45%;
  float: right;
}
.bluetooth_tws_four .main_text .text_holder img {
  width: 90%;
  margin: 30px 0 0 0;
}

/*** Kitware_lotus.html ***/

.Kitware_lotus_one,
.Kitware_lotus_two,
.Kitware_lotus_three,
.Kitware_lotus_four,
.Kitware_lotus_five,
.Kitware_lotus_six {
  width: 100%;
  float: left;
}
.Kitware_lotus_two .main_text .text_holder strong,
.Kitware_lotus_three .main_text .text_holder strong,
.Kitware_lotus_four .main_text .text_holder strong,
.Kitware_lotus_five .main_text .text_holder strong,
.Kitware_lotus_six .main_text .text_holder strong {
  color: #ca0000;
  font-size: 70px;
}
.Kitware_lotus_two,
.Kitware_lotus_three,
.Kitware_lotus_four,
.Kitware_lotus_six {
  padding: 150px 0 0 0;
}
.Kitware_lotus_one .main_text {
  margin-top: -750px;
  text-shadow: 0 0 7px #fff;
  text-align: center;
}
.Kitware_lotus_one .main_text h1 {
  font-size: 100px;
}
.Kitware_lotus_one .main_text h1 strong {
  font-size: 150px;
}
.Kitware_lotus_one .main_text h1 span {
  color: #000;
  font-size: 70px;
}
.Kitware_lotus_one .main_text .icon_holder {
  padding: 190px 0 0 0;
  clear: both;
  float: none;
  margin: 0 auto;
}
.Kitware_lotus_two .main_text .text_holder img {
  width: 95%;
  margin: 40px auto 0 auto;
}
.Kitware_lotus_three .main_text {
  margin-top: -900px;
  text-shadow: 0 0 7px #fff;
}
.Kitware_lotus_four .main_text {
  margin-top: -850px;
}
.Kitware_lotus_four .main_text .text_holder {
  width: 70%;
  float: right;
}
.Kitware_lotus_four .main_text .text_holder img {
  width: 800px;
  margin: 30px auto 0 auto;
}
.Kitware_lotus_five .main_text {
  margin-top: -700px;
}
.Kitware_lotus_six .main_text {
  margin-top: -1000px;
}
.Kitware_lotus_six .main_text .text_holder {
  width: 60%;
  float: right;
}

/*** kitware_foldstraws.html ***/

.kitware_straws_one,
.kitware_straws_two,
.kitware_straws_three,
.kitware_straws_four,
.kitware_straws_five {
  width: 100%;
  float: left;
}
.kitware_straws_one .main_text {
  margin-top: -1050px;
  font-size: 60px;
}
.kitware_straws_one .main_text .icon_holder {
  padding: 500px 0 0 0;
  float: right;
}
.kitware_straws_two {
  background: #f1f2f7;
}
.kitware_straws_two .main_text {
  margin-top: -800px;
  text-align: right;
}
.kitware_straws_three .main_text {
  margin-top: -700px;
}
.kitware_straws_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.kitware_straws_four {
  padding: 150px 0 0 0;
}
.kitware_straws_four .main_text {
  margin-top: -1000px;
}
.kitware_straws_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.kitware_straws_five {
  padding: 0 0 150px 0;
  background: #f0f0f0;
}
.kitware_straws_five .main_text {
  margin-top: -350px;
}

/*** kitware_itumbler.html ***/

.kitware_itumbler_one,
.kitware_itumbler_two,
.kitware_itumbler_three {
  width: 100%;
  float: left;
}
.kitware_itumbler_one .main_text {
  margin-top: -1100px;
  text-align: center;
}
.kitware_itumbler_one .main_text h1 span {
  color: #000;
  font-size: 60px;
}
.kitware_itumbler_one .main_text .icon_holder {
  padding: 650px 10% 0 0;
  float: right;
}
.kitware_itumbler_two .main_text {
  margin-top: -950px;
  text-align: center;
}
.kitware_itumbler_three {
  padding: 150px 0;
}
.kitware_itumbler_three .main_text {
  margin-top: -750px;
}
.kitware_itumbler_three .main_text .text_holder {
  width: 60%;
  float: right;
}

/*** gadget_imove_beat.html ***/

.gadget_imovebeat_one,
.gadget_imovebeat_two,
.gadget_imovebeat_three,
.gadget_imovebeat_four,
.gadget_imovebeat_five {
  width: 100%;
  float: left;
}
.gadget_imovebeat_one .main_text {
  margin-top: -900px;
  text-align: center;
  text-shadow: 0 0 4px #fff;
}
.gadget_imovebeat_one .main_text h1 span {
  font-size: 60px;
}
.gadget_imovebeat_one .main_text .icon_holder {
  padding: 750px 0 0 0;
  float: none;
  margin: 0 auto;
}
.gadget_imovebeat_two {
  padding: 150px 0 0 0;
}
.gadget_imovebeat_two .main_text {
  margin-top: -800px;
}
.gadget_imovebeat_two .main_text .text_holder {
  width: 55%;
  float: right;
}
.gadget_imovebeat_three .main_text {
  margin-top: -750px;
}
.gadget_imovebeat_three .main_text .text_holder {
  width: 60%;
  float: left;
}
.gadget_imovebeat_four {
  background: #f1f1f1;
  padding: 150px 0;
}
.gadget_imovebeat_four .main_text {
  margin-top: -700px;
}
.gadget_imovebeat_four .main_text .text_holder {
  width: 100%;
  float: right;
}

/*** bluetooth_i7s.html ***/

.bluetooth_i7s_one,
.bluetooth_i7s_two,
.bluetooth_i7s_three,
.bluetooth_i7s_four {
  width: 100%;
  float: left;
}
.bluetooth_i7s_two .main_text h1,
.bluetooth_i7s_three .main_text h1,
.bluetooth_i7s_four .main_text h1 {
  color: #4c4c4c;
}
.bluetooth_i7s_one .main_text {
  margin-top: -1100px;
}
.bluetooth_i7s_one .main_text .icon_holder {
  padding: 650px 5% 0 0;
  float: right;
}
.bluetooth_i7s_two .main_text {
  margin-top: -700px;
}
.bluetooth_i7s_three .main_text {
  margin-top: -800px;
}
.bluetooth_i7s_three .main_text .text_holder {
  width: 60%;
  float: right;
}
.bluetooth_i7s_four {
  padding: 150px 0;
}
.bluetooth_i7s_four .main_text {
  margin-top: -550px;
}
.bluetooth_i7s_four .main_text .text_holder {
  width: 65%;
  float: right;
}

/*** usb_codecard.html ***/

.usb_codecard_one,
.usb_codecard_two,
.usb_codecard_three {
  width: 100%;
  float: left;
}
.usb_codecard_one .main_text {
  margin-top: -820px;
  width: 100%;
  float: right;
  text-align: center;
  color: #000;
}
.usb_codecard_one .main_text h4 {
  font-size: 65px;
  padding: 0 0 130px 0;
}
.usb_codecard_one .main_text .icon_holder {
  padding: 250px 0 0 0;
  clear: both;
  margin: 0 auto;
  float: none;
}
.usb_codecard_two {
  background: #f0f0f0;
  text-align: center;
  padding: 150px 0;
}
.usb_codecard_two .main_text .text_holder img {
  width: 500px;
  margin: 50px auto 0 auto;
}
.usb_codecard_three {
  padding: 150px 0;
}
.usb_codecard_three .main_text {
  margin-top: -700px;
}
.usb_codecard_three .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** charger_cables.html - BANNER ***/

.charger_cables_banner {
  width: 100%;
  float: left;
  padding: 0 0 20px 0;
  text-align: left;
}
.charger_cables_banner a {
  color: #666;
}
.charger_cables_banner a:hover {
  color: #000;
}
.charger_cables_banner .img_holder {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
}
.charger_cables_banner .text_holder {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 20;
  margin-top: -450px;
  font-size: 30px;
}
.charger_cables_banner .text_holder h1 {
  font-size: 50px;
  font-family: "MyMyriadProBold";
}
.subcategory_page.padding_top {
  padding: 15px 0 0 0;
}

/*** usb_BC392200.html ***/

.BC392200_one,
.BC392200_two,
.BC392200_three {
  width: 100%;
  float: left;
}
.BC392200_one .main_text {
  margin-top: -1000px;
  width: 100%;
  float: right;
  color: #000;
}
.BC392200_one .main_text .icon_holder {
  padding: 530px 10% 0 0;
  float: right;
}
.BC392200_two {
  background: #fff;
  padding: 150px 0;
}
.BC392200_two .main_text {
  margin-top: -700px;
}
.BC392200_two .main_text .text_holder {
  width: 52%;
  float: right;
}
.BC392200_three .main_text {
  margin-top: -900px;
}
.BC392200_three .main_text .text_holder {
  width: 89%;
  float: right;
}

/*** cable_islimlanyard.html ***/

.iSlim-Lanyard_one,
.iSlim-Lanyard_two,
.iSlim-Lanyard_three,
.iSlim-Lanyard_four {
  width: 100%;
  float: left;
}
.iSlim-Lanyard_one .main_text {
  margin-top: -1000px;
}
.iSlim-Lanyard_one .main_text .icon_holder {
  padding: 450px 0 0 0;
}
.iSlim-Lanyard_two {
  background: #e0f3f4;
  padding: 150px 0 0 0;
}
.iSlim-Lanyard_two .main_text {
  margin-top: -900px;
}
.iSlim-Lanyard_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.iSlim-Lanyard_three {
  background: #f0f0f0;
  padding: 150px 0;
}
.iSlim-Lanyard_three .main_text {
  margin-top: -900px;
}
.iSlim-Lanyard_four .main_text {
  margin-top: -850px;
}
.iSlim-Lanyard_four .main_text .text_holder {
  width: 60%;
  float: right;
}

/*** usb_synergy.html ***/

.USB-Synergy_one,
.USB-Synergy_two,
.USB-Synergy_three {
  width: 100%;
  float: left;
}
.USB-Synergy_one .main_text {
  margin-top: -1100px;
  width: 100%;
  float: right;
  color: #000;
  text-align: center;
}
.USB-Synergy_one .main_text .icon_holder {
  padding: 700px 3% 0 0;
  float: right;
}
.USB-Synergy_two .main_text {
  margin-top: -950px;
}
.USB-Synergy_three {
  padding: 150px 0;
}
.USB-Synergy_three .main_text {
  margin-top: 0;
  text-align: center;
}
.USB-Synergy_three img {
  padding-top: 100px;
}

/*** synergy_Video_Brochure.html ***/
.synergy_Video_Brochure_one,
.synergy_Video_Brochure_two,
.synergy_Video_Brochure_three {
  width: 100%;
  float: left;
}
.synergy_Video_Brochure_one .main_text {
  margin-top: -1100px;
  width: 100%;
  float: right;
  color: #000;
  text-align: center;
}
.synergy_Video_Brochure_one .main_text .icon_holder {
  padding: 700px 3% 0 0;
  float: right;
}
.synergy_Video_Brochure_two .main_text {
  margin-top: -950px;
}
.synergy_Video_Brochure_three {
  padding: 150px 0;
}
.synergy_Video_Brochure_three .main_text {
  margin-top: 0;
  text-align: center;
}
.synergy_Video_Brochure_three img {
  padding-top: 100px;
}

/*** usb_platinum.html ***/

.usb_platinum_one,
.usb_platinum_two,
.usb_platinum_three {
  width: 100%;
  float: left;
}
.usb_platinum_one .main_text {
  margin-top: -980px;
  width: 100%;
  float: right;
  color: #000;
}
.usb_platinum_one .main_text .icon_holder {
  padding: 500px 3% 0 0;
  float: right;
}
.usb_platinum_two h1 {
  color: #fff;
}
.usb_platinum_two .main_text {
  margin-top: -600px;
  color: #fff;
}
.usb_platinum_two .main_text .text_holder {
  width: 55%;
  float: right;
}
.usb_platinum_three {
  padding: 150px 0 0 0;
  background: #f3f3f1;
}
.usb_platinum_three .main_text {
  margin-top: 0;
  text-align: center;
}

/*** charger_imenu.html ***/

.iMenu_one,
.iMenu_two,
.iMenu_three,
.iMenu_four {
  width: 100%;
  float: left;
}
.iMenu_one .main_text {
  margin-top: -1000px;
}
.iMenu_one .main_text .text_holder {
  width: 90%;
  float: left;
  text-align: right;
}
.iMenu_one .main_text .icon_holder {
  padding: 600px 5% 0 0;
  float: right;
}
.iMenu_two .main_text {
  margin-top: -1000px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.iMenu_two .main_text h1 {
  color: #fff;
}
.iMenu_three {
  background: #f5f8fd;
}
.iMenu_three .main_text {
  margin-top: -750px;
}
.iMenu_three .main_text .text_holder {
  width: 50%;
  float: right;
}
.iMenu_four .main_text {
  margin-top: 0;
  padding: 150px 0 0 0;
  background: #eeeeee;
  text-align: center;
  color: #6e6e6e;
}

/*** usb_glide.html ***/

.USB_Glide_one,
.USB_Glide_two,
.USB_Glide_three {
  width: 100%;
  float: left;
}
.USB_Glide_one .main_text {
  margin-top: -850px;
  width: 100%;
  float: right;
  color: #000;
}
.USB_Glide_one .main_text .icon_holder {
  padding: 400px 0 0 0;
  float: left;
}
.USB_Glide_two {
  padding: 150px 0;
}
.USB_Glide_two .main_text {
  margin-top: -700px;
}
.USB_Glide_two .main_text .text_holder {
  width: 48%;
  float: right;
}
.USB_Glide_three .main_text {
  margin-top: -600px;
}

/*** kitware_straw_telescope.html ***/

.Telescope_Straw_one,
.Telescope_Straw_two,
.Telescope_Straw_three {
  width: 100%;
  float: left;
}
.Telescope_Straw_one {
  padding: 150px 0 0 0;
}
.Telescope_Straw_one h1 {
  padding: 0 !important;
}
.Telescope_Straw_one .main_text {
  margin-top: -1100px;
  font-size: 45px;
  text-align: center;
}
.Telescope_Straw_one h3 {
  color: #ff0101;
  font-size: 70px;
  font-family: "myriad pro";
}
.Telescope_Straw_one .main_text .icon_holder {
  padding: 640px 0 0 0;
  float: right;
}
.Telescope_Straw_two .main_text {
  margin-top: -850px;
  text-align: right;
}
.Telescope_Straw_two .main_text .text_holder {
  width: 53%;
}
.Telescope_Straw_three .main_text {
  margin-top: -700px;
}
.Telescope_Straw_three .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** charger_FC15.html ***/

.Qi_FC15_one,
.Qi_FC15_two,
.Qi_FC15_three,
.Qi_FC15_four {
  width: 100%;
  float: left;
}
.Qi_FC15_one .main_text {
  margin-top: -1200px;
}
.Qi_FC15_one .main_text h1 {
  color: #d50000;
}
.Qi_FC15_one .main_text h1 span {
  color: #000;
  font-size: 69px;
}
.Qi_FC15_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.Qi_FC15_one .main_text .icon_holder {
  float: left;
  padding: 850px 0 0 0;
}
.Qi_FC15_two .main_text {
  margin-top: -1050px;
}
.Qi_FC15_two .main_text h1 img.bluetooth {
  width: 70px;
  float: left;
  margin: 12px 10px 0 0;
}
.Qi_FC15_two .main_text .text_holder {
  width: 100%;
  float: right;
}
.Qi_FC15_two .main_text .text_holder img {
  width: 70%;
  margin: 30px auto 0 auto;
}
.Qi_FC15_three .main_text {
  margin-top: -1050px;
}
.Qi_FC15_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.Qi_FC15_four .main_text {
  color: #000;
  margin-top: -900px;
}
.Qi_FC15_four .main_text h1 {
  color: bc0000;
  text-shadow: 0 0 10px #fff;
}
.Qi_FC15_four .main_text .text_holder {
  width: 55%;
  float: right;
}

/*** bluetooth_i9s_i12s.html ***/

.i9s_i12s_one,
.i9s_i12s_two,
.i9s_i12s_three,
.i9s_i12s_four,
.i9s_i12s_five {
  width: 100%;
  float: left;
}
.i9s_i12s_one .main_text {
  margin-top: -1100px;
}
.i9s_i12s_one .main_text .text_holder {
  width: 45%;
  float: left;
}
.i9s_i12s_one .main_text h2 {
  color: #d30202;
}
.i9s_i12s_one .main_text .icon_holder {
  padding: 520px 0 0 0;
  float: right;
}
.i9s_i12s_two .main_text {
  margin-top: -800px;
}
.i9s_i12s_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.i9s_i12s_three .main_text {
  margin-top: -570px;
}
.i9s_i12s_three .main_text .text_holder {
  width: 50%;
  float: right;
}
.i9s_i12s_four .main_text {
  margin-top: -1050px;
  text-align: center;
  color: #e4ff00;
}
.i9s_i12s_four .main_text h1 {
  color: #e4ff00;
}
.i9s_i12s_five .main_text {
  margin-top: -900px;
}
.i9s_i12s_five .main_text .text_holder {
  width: 50%;
  float: left;
}

/*** gadget_iPack.html ***/

.iPack_Tech_Organizer_one,
.iPack_Tech_Organizer_two,
.iPack_Tech_Organizer_three,
.iPack_Tech_Organizer_four {
  width: 100%;
  float: left;
}
.iPack_Tech_Organizer_one .main_text {
  margin-top: -1200px;
  color: #c80506;
  font-size: 40px;
}
.iPack_Tech_Organizer_one h1,
.iPack_Tech_Organizer_one h3 {
  color: #434343;
}
.iPack_Tech_Organizer_one .main_text .icon_holder {
  padding: 750px 0 0 0;
  float: right;
}
.iPack_Tech_Organizer_two .main_text {
  margin-top: -850px;
}
.iPack_Tech_Organizer_two .main_text .text_holder {
  width: 55%;
}
.iPack_Tech_Organizer_three .main_text {
  margin-top: -850px;
}
.iPack_Tech_Organizer_three .main_text .text_holder {
  width: 50%;
  float: right;
}
.iPack_Tech_Organizer_four .main_text {
  margin-top: -700px;
}
.iPack_Tech_Organizer_four .main_text .text_holder {
  width: 60%;
  float: left;
}

/*** usb_iMist_Hybrid.html ***/

.iMist_Hybrid_one,
.iMist_Hybrid_two,
.iMist_Hybrid_three,
.iMist_Hybrid_four {
  width: 100%;
  float: left;
}
.iMist_Hybrid_one .main_text {
  margin-top: -1140px;
  color: #fff;
  font-size: 45px;
}
.iMist_Hybrid_one h1 {
  color: #c6ff00;
  padding: 0;
}
.iMist_Hybrid_one h3 {
  color: #fff;
}
.iMist_Hybrid_one .main_text .icon_holder {
  padding: 720px 0 0 0;
  float: left;
}
.iMist_Hybrid_two .main_text {
  margin-top: -650px;
}
.iMist_Hybrid_two h1 {
  color: #3e3e3e;
}
.iMist_Hybrid_two .main_text .text_holder {
  width: 65%;
  float: left;
  padding: 0 0 0 20%;
}
.iMist_Hybrid_three .main_text {
  margin-top: -600px;
}
.iMist_Hybrid_three h1,
.iMist_Hybrid_four h1 {
  color: #5a5a5a;
}
.iMist_Hybrid_three .main_text .text_holder {
  width: 50%;
  float: left;
}
.iMist_Hybrid_four .main_text {
  margin-top: -650px;
}
.iMist_Hybrid_four .main_text .text_holder {
  width: 55%;
  float: right;
}

/*** charger_Fusion.html ***/

.Fusion_charger_one,
.Fusion_charger_two,
.Fusion_charger_three,
.Fusion_charger_four {
  width: 100%;
  float: left;
}
.Fusion_charger_one .main_text {
  margin-top: -1050px;
  text-shadow: 0 0 10px #fff;
}
.Fusion_charger_one .main_text .text_holder {
  width: 100%;
  float: left;
  font-size: 50px;
}
.Fusion_charger_one .main_text .icon_holder {
  padding: 300px 0 0 0;
  float: left;
}
.Fusion_charger_two .main_text {
  margin-top: -600px;
}
.Fusion_charger_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.Fusion_charger_three .main_text {
  margin-top: -800px;
}
.Fusion_charger_three .main_text .text_holder {
  width: 60%;
  float: left;
}
.Fusion_charger_four .main_text {
  margin-top: -850px;
}
.Fusion_charger_four .main_text .text_holder {
  width: 50%;
  float: right;
}

/*** usb_whirl.html ***/

.USB_Whirl_one,
.USB_Whirl_two,
.USB_Whirl_three,
.USB_Whirl_four {
  width: 100%;
  float: left;
}
.USB_Whirl_one .main_text {
  margin-top: -1100px;
  text-align: center;
}
.USB_Whirl_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.USB_Whirl_one .main_text .icon_holder {
  padding: 750px 0 0 0;
  float: right;
}
.USB_Whirl_two .main_text {
  margin-top: -750px;
}
.USB_Whirl_two .main_text .text_holder {
  width: 50%;
  float: left;
}
.USB_Whirl_three .main_text {
  margin-top: -750px;
}
.USB_Whirl_three .main_text .text_holder {
  width: 50%;
  float: right;
}
.USB_Whirl_four {
  background: #efefef;
  text-align: center;
}
.USB_Whirl_four .main_text {
  width: 100%;
  float: left;
  padding: 150px 0 50px 0;
}

/*** bluetooth_solstice.html ***/

.Solstice_Bluetooth_one,
.Solstice_Bluetooth_two,
.Solstice_Bluetooth_three,
.Solstice_Bluetooth_four,
.Solstice_Bluetooth_five {
  width: 100%;
  float: left;
}
.Solstice_Bluetooth_one .main_text {
  margin-top: -1000px;
  color: #fff;
  text-shadow: 0 0 7px #000;
  text-align: right;
}
.Solstice_Bluetooth_one .main_text h1 {
  color: #fff;
}
.Solstice_Bluetooth_one .main_text .text_holder {
  width: 75%;
  float: right;
}
.Solstice_Bluetooth_one .main_text .icon_holder {
  padding: 500px 0 0 0;
  float: right;
  clear: both;
}
.Solstice_Bluetooth_two .main_text {
  margin-top: -800px;
}
.Solstice_Bluetooth_two .main_text h1 {
  text-shadow: 0 0 7px #fff;
}
.Solstice_Bluetooth_two .main_text .text_holder {
  width: 90%;
  float: right;
}
.Solstice_Bluetooth_three {
  color: #000;
  text-shadow: 0 0 10px #fff;
}
.Solstice_Bluetooth_three .main_text {
  margin-top: -900px;
}
.Solstice_Bluetooth_three .main_text .text_holder {
  width: 68%;
  float: right;
}
.Solstice_Bluetooth_four {
  text-align: right;
}
.Solstice_Bluetooth_four .main_text {
  margin-top: -850px;
}
.Solstice_Bluetooth_four .main_text .text_holder {
  width: 90%;
  float: left;
}
.Solstice_Bluetooth_five {
  text-align: center;
}
.Solstice_Bluetooth_five .main_text {
  margin-top: -950px;
}

/*** gadget_dafit_.html ***/

.Dafit_Gadget_one,
.Dafit_Gadget_two,
.Dafit_Gadget_three,
.Dafit_Gadget_four,
.Dafit_Gadget_five {
  width: 100%;
  float: left;
}
.Dafit_Gadget_one .main_text {
  margin-top: -450px;
  text-align: center;
  text-shadow: 0 0 10px #fff;
}
.Dafit_Gadget_one .main_text h1 span {
  font-size: 40px;
  color: #c60000;
  font-family: "MyMyriadProRegular";
}
.Dafit_Gadget_one .main_text .icon_holder {
  padding: 50px 0 0 0;
  float: none;
  margin: 0 auto;
}
.Dafit_Gadget_two h1 img {
  width: 320px;
  margin: 0 auto;
}
.Dafit_Gadget_two .main_text {
  margin-top: -1350px;
  text-align: center;
}
.Dafit_Gadget_three .main_text {
  margin-top: -1250px;
}
.Dafit_Gadget_three .main_text .text_holder {
  width: 55%;
  float: right; /**/
}
.Dafit_Gadget_four .main_text {
  margin-top: -900px;
}
.Dafit_Gadget_four .main_text .text_holder {
  width: 50%;
  float: left;
}

/*** charger_powerbar.html ***/

.Powerbar_charger_one,
.Powerbar_charger_two,
.Powerbar_charger_three,
.Powerbar_charger_four {
  width: 100%;
  float: left;
}
.Powerbar_charger_one .main_text {
  margin-top: -200px;
}
.Powerbar_charger_one .main_text .icon_holder {
  float: right;
  width: 430px;
}
.Powerbar_charger_two .main_text {
  margin-top: -650px;
  text-shadow: 0 0 10px #fff;
}
.Powerbar_charger_two .main_text .text_holder {
  width: 40%;
  float: right;
}
.Powerbar_charger_two .main_text h1 {
  line-height: 80px;
}
.Powerbar_charger_three .main_text {
  margin-top: -900px;
}
.Powerbar_charger_three .main_text .text_holder {
  width: 38%;
  float: left;
  padding: 0 0 0 13%;
}
.Powerbar_charger_four .main_text {
  margin-top: -900px;
}
.Powerbar_charger_four .main_text h1 img {
  width: 170px;
  float: right;
  margin: 20px 0 0 0;
}
.Powerbar_charger_four .text_holder {
  width: 53%;
  float: right;
}

/*** bluetooth_iTweetAirCapsule.html ***/

.iTweetAirCapsule_bluetooth_one .main_text h1,
.iTweetAirCapsule_bluetooth_two .main_text h1,
.iTweetAirCapsule_bluetooth_three .main_text h1,
.iTweetAirCapsule_bluetooth_four .main_text h1,
.iTweetAirCapsule_bluetooth_five .main_text h1 {
  color: #d33592;
}
.iTweetAirCapsule_bluetooth_one,
.iTweetAirCapsule_bluetooth_two,
.iTweetAirCapsule_bluetooth_three,
.iTweetAirCapsule_bluetooth_four,
.iTweetAirCapsule_bluetooth_five {
  width: 100%;
  float: left;
}
.iTweetAirCapsule_bluetooth_one .main_text {
  margin-top: -1100px;
  color: #fff;
  font-size: 55px;
}
.iTweetAirCapsule_bluetooth_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  float: right;
  width: 450px;
}
.iTweetAirCapsule_bluetooth_two .main_text {
  margin-top: -850px;
}
.iTweetAirCapsule_bluetooth_two .main_text img {
  width: 400px;
  padding: 30px 0 0 0;
}
.iTweetAirCapsule_bluetooth_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.iTweetAirCapsule_bluetooth_three .main_text {
  margin-top: -900px;
}
.iTweetAirCapsule_bluetooth_three .main_text img {
  width: 150px;
  padding: 30px 0 0 0;
}
.iTweetAirCapsule_bluetooth_three .main_text .text_holder {
  width: 50%;
  float: left;
}
.iTweetAirCapsule_bluetooth_four .main_text {
  margin-top: -800px;
  color: #fff;
}
.iTweetAirCapsule_bluetooth_four .main_text img {
  width: 125px;
  padding: 30px 0 0 0;
}
.iTweetAirCapsule_bluetooth_four .main_text .text_holder {
  width: 35%;
  float: right;
}
.iTweetAirCapsule_bluetooth_five {
  background: #e9e9e9;
  padding: 150px 0 0 0;
  text-align: center;
}

/*** bluetooth_Backpack10000.html ***/

.Backpack10000_charger_one,
.Backpack10000_charger_two,
.Backpack10000_charger_three,
.Backpack10000_charger_four {
  width: 100%;
  float: left;
}
.Backpack10000_charger_one .main_text {
  margin-top: -1050px;
}
.Backpack10000_charger_one .main_text h1 img {
  width: 24px;
  float: left;
  margin: 0px 0 0 430px;
}
.Backpack10000_charger_one .main_text .icon_holder {
  padding: 450px 0 0 0;
  float: right;
  width: 450px;
}
.Backpack10000_charger_two .main_text {
  margin-top: -850px;
}
.Backpack10000_charger_two {
  background: #f0f0f0;
}
.Backpack10000_charger_two .main_text .text_holder {
  width: 55%;
  float: right;
}
.Backpack10000_charger_two .main_text .text_holder img {
  width: 320px;
  float: left;
  margin-top: 30px;
}
.Backpack10000_charger_three .main_text {
  margin-top: -400px;
  text-align: center;
}
.Backpack10000_charger_four {
  background: #f0f0f0;
}
.Backpack10000_charger_four .main_text {
  margin-top: -800px;
}
.Backpack10000_charger_four .text_holder {
  width: 50%;
  float: right;
}

/*** cable_Thunder.html ***/

.Thunder_cable_one,
.Thunder_cable_two,
.Thunder_cable_three,
.Thunder_cable_four {
  width: 100%;
  float: left;
}
.Thunder_cable_one .main_text {
  margin-top: -900px;
}
.Thunder_cable_one .main_text .icon_holder {
  padding: 350px 0 0 0;
  width: 430px;
  float: right;
}
.Thunder_cable_one .main_text .text_holder img {
  width: 335px;
  float: left;
  margin: 0 20px 0 0;
}
.Thunder_cable_one .main_text h1 span {
  font-size: 70px;
}
.Thunder_cable_one .main_text .text_holder {
  width: 70%;
  float: right;
}
.Thunder_cable_two .main_text {
  margin-top: -800px;
  color: #fff;
}
.Thunder_cable_three .main_text {
  margin-top: -1000px;
}
.Thunder_cable_three .main_text .text_holder {
  width: 65%;
  float: right;
}
.Thunder_cable_four .main_text {
  margin-top: -1000px;
  text-align: center;
}

/*** kitware_foldstraws.html ***/

.kitware_foldstraws_one,
.kitware_foldstraws_two,
.kitware_foldstraws_three,
.kitware_foldstraws_four {
  width: 100%;
  float: left;
}
.kitware_foldstraws_one .main_text {
  margin-top: -1200px;
  color: #000;
  font-size: 48px;
}
.kitware_foldstraws_one .main_text h1 {
  color: #fff;
}
.kitware_foldstraws_one .main_text .icon_holder {
  padding: 650px 0 0 8%;
  width: 450px;
  float: left;
}
.kitware_foldstraws_two .main_text {
  margin-top: -750px;
}
.kitware_foldstraws_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.kitware_foldstraws_three .main_text {
  margin-top: -700px;
}
.kitware_foldstraws_three .main_text .text_holder {
  width: 45%;
  float: left;
}
.kitware_foldstraws_four .main_text {
  margin-top: -650px;
  color: #3f8c00;
}
.kitware_foldstraws_four .main_text .text_holder {
  width: 40%;
  float: right;
}

/*** charger_iMojo_Qi_1800.html ***/

.Qi1800_charger_one,
.Qi1800_charger_two,
.Qi1800_charger_three,
.Qi1800_charger_four,
.Qi1800_charger_five {
  width: 100%;
  float: left;
}
.Qi1800_charger_one .main_text {
  margin-top: -1100px;
  text-align: center;
  font-size: 48px;
}
.Qi1800_charger_one .main_text .icon_holder {
  float: right;
  padding: 700px 0 0 0;
  width: 450px;
}
.Qi1800_charger_two .main_text {
  margin-top: 0;
  text-align: center;
}
.Qi1800_charger_two .main_text .text_holder,
.Qi1800_charger_four .text_holder {
  padding: 150px 0 0 0;
}
.Qi1800_charger_two .main_text h1 {
  font-size: 80px;
}
.Qi1800_charger_two .main_text span {
  font-size: 50px;
}
.Qi1800_charger_two .main_text .text_holder img,
.Qi1800_charger_three .main_text .text_holder img {
  width: 515px;
  margin: 0 auto;
}
.Qi1800_charger_three .main_text {
  margin-top: -1100px;
}
.Qi1800_charger_three .main_text h1 {
  color: #fff;
}
.Qi1800_charger_three .main_text .text_holder {
  width: 60%;
  float: right;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.Qi1800_charger_three .main_text .text_holder img {
  float: left;
}
.Qi1800_charger_five .main_text {
  margin-top: -950px;
}
.Qi1800_charger_five .main_text .text_holder {
  width: 48%;
  float: right;
  color: #fff;
  background: #323338;
}
.Qi1800_charger_five .main_text .text_holder img {
  float: left;
  width: 600px;
  margin-top: 100px;
}
.Qi1800_charger_four {
  background: #000;
  text-align: center;
  color: #fff;
}

/*** kitware_twisterstraw.html ***/

.kitware_twisterstraw_one,
.kitware_twisterstraw_two,
.kitware_twisterstraw_three,
.kitware_twisterstraw_four,
.kitware_twisterstraw_five {
  width: 100%;
  float: left;
}
.kitware_twisterstraw_one .main_text {
  margin-top: -600px;
  color: #fff;
  font-size: 48px;
  text-align: center;
  text-shadow: 0 0 20px #000;
}
.kitware_twisterstraw_one .main_text h1 {
  color: #fff;
}
.kitware_twisterstraw_one .main_text .icon_holder {
  padding: 100px 0 0 0;
}
.kitware_twisterstraw_four,
.kitware_twisterstraw_two {
  padding: 100px 0;
}
.kitware_twisterstraw_two .main_text {
  margin-top: -500px;
}
.kitware_twisterstraw_two .main_text .text_holder {
  width: 40%;
  float: right;
}
.kitware_twisterstraw_three {
  background: #f7f7f7;
}
.kitware_twisterstraw_three .main_text {
  margin-top: -800px;
}
.kitware_twisterstraw_three .main_text .text_holder {
  width: 48%;
  float: right;
}
.kitware_twisterstraw_four .main_text {
  margin-top: -0;
  text-align: center;
}
.kitware_twisterstraw_five {
  background: #eaeaea;
}
.kitware_twisterstraw_five .main_text {
  margin-top: -750px;
}

/*** gadget_imist_essence.html ***/

.gadget_imist_essence_one,
.gadget_imist_essence_two,
.gadget_imist_essence_three,
.gadget_imist_essence_four,
.gadget_imist_essence_five {
  width: 100%;
  float: left;
}
.gadget_imist_essence_one .main_text {
  margin-top: -1100px;
}
.gadget_imist_essence_one .main_text .text_holder {
  width: 100%;
  float: right;
  font-size: 80px;
  color: #000;
}
.gadget_imist_essence_one .main_text .icon_holder {
  padding: 650px 0 0 0;
  width: 430px;
  float: left;
}
.gadget_imist_essence_two .main_text {
  margin-top: -1120px;
  color: #fff;
}
.gadget_imist_essence_two .main_text h4 {
  color: #fff;
}
.gadget_imist_essence_two .main_text .text_holder {
  width: 75%;
  float: right;
}
.gadget_imist_essence_three .main_text {
  margin-top: -1000px;
}
.gadget_imist_essence_three .main_text .text_holder {
  width: 75%;
  float: right;
}
.gadget_imist_essence_four .main_text {
  margin-top: -1200px;
}
.gadget_imist_essence_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.gadget_imist_essence_five .main_text {
  margin-top: -800px;
  text-align: center;
}

/*** stationary_infinity_leather.html ***/

.stationary_infinity_leather_one,
.stationary_infinity_leather_two,
.stationary_infinity_leather_three,
.stationary_infinity_leather_four,
.stationary_infinity_leather_five,
.stationary_infinity_leather_six {
  width: 100%;
  float: left;
}
.stationary_infinity_leather_one .main_text {
  margin-top: -1240px;
}
.stationary_infinity_leather_one .main_text h1 {
  color: #dcf600;
}
.stationary_infinity_leather_one .main_text .icon_holder {
  float: left;
  padding: 800px 0 0 6%;
  width: 450px;
}
.stationary_infinity_leather_one .main_text .text_holder {
  width: 96%;
  float: right;
  color: #fff;
}
.stationary_infinity_leather_two .main_text {
  margin-top: -805px;
}
.stationary_infinity_leather_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.stationary_infinity_leather_three .main_text {
  margin-top: -1250px;
  text-align: center;
}
.stationary_infinity_leather_three .main_text img {
  width: 164px;
  margin: 0 auto 30px auto;
}
.stationary_infinity_leather_four {
  background: #eeeded;
}
.stationary_infinity_leather_four .main_text {
  margin-top: -1200px;
  text-align: center;
}
.stationary_infinity_leather_five .main_text {
  margin-top: 0;
}
.stationary_infinity_leather_five .main_text .text_holder {
  padding: 150px 0 0 0;
}
.stationary_infinity_leather_six .main_text {
  margin-top: 0;
  text-align: center;
  background: #f4f3f3;
}
.stationary_infinity_leather_six .main_text .text_holder {
  padding: 150px 0 0 0;
}

/*** stationary_infinity.html ***/

.stationary_infinity_one,
.stationary_infinity_two,
.stationary_infinity_three,
.stationary_infinity_four,
.stationary_infinity_five,
.stationary_infinity_six {
  width: 100%;
  float: left;
}
.stationary_infinity_one .main_text {
  margin-top: -1000px;
}
.stationary_infinity_one .main_text .icon_holder {
  float: right;
  padding: 620px 0 0 0;
  width: 450px;
}
.stationary_infinity_one .main_text .text_holder {
  width: 100%;
  float: right;
  color: #000;
  text-align: center;
}
.stationary_infinity_two .main_text {
  margin-top: -1000px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.stationary_infinity_two .main_text h4 {
  color: #fff;
}
.stationary_infinity_two .main_text .text_holder {
  width: 60%;
  float: right;
}
.stationary_infinity_three .main_text {
  margin-top: -1220px;
  text-align: center;
}
.stationary_infinity_three .main_text img {
  width: 164px;
  margin: 0 auto 0 auto;
}
.stationary_infinity_four {
  background: #f3f3f3;
}
.stationary_infinity_four .main_text {
  margin-top: 0;
  text-align: center;
}
.stationary_infinity_four .main_text .text_holder {
  padding: 150px 0 50px 0;
}
.stationary_infinity_five {
  background: #ddf5f3;
}
.stationary_infinity_five .main_text {
  margin-top: 0;
}
.stationary_infinity_five .main_text .text_holder {
  padding: 150px 0 0 0;
}
.stationary_infinity_six .main_text {
  margin-top: 0;
  text-align: center;
}
.stationary_infinity_six .main_text .text_holder {
  padding: 150px 0 0 0;
}

/*** charger_popup.html ***/

.charger_popup_one,
.charger_popup_two,
.charger_popup_three,
.charger_popup_four {
  width: 100%;
  float: left;
}
.charger_popup_one .main_text .text_holder,
.charger_popup_two .main_text .text_holder,
.charger_popup_four .main_text .text_holder {
  padding: 150px 0 0 0;
}
.charger_popup_one {
  background: #e7e6eb;
}
.charger_popup_one .main_text {
  margin-top: 0;
  text-align: center;
  font-size: 48px;
}
.charger_popup_one .new_ico_holder {
  width: 90%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 50;
  margin-top: -170px;
}
.charger_popup_one .new_ico_holder .icon_holder {
  float: right;
  padding: 0 0 0 0;
  width: 450px;
}
.charger_popup_two .main_text {
  margin-top: 0;
  text-align: center;
}
.charger_popup_two .main_text .text_holder,
.charger_popup_four .text_holder {
  padding: 150px 0 0 0;
}
.charger_popup_two .main_text .text_holder img {
  width: 390px;
  margin: 0 auto;
}
.charger_popup_three {
  background: #f3f2f2;
}
.charger_popup_three .main_text {
  margin-top: -900px;
}
.charger_popup_four {
  text-align: center;
}

/*** cable_silly_retractable.html ***/

.cable_silly_retractable_one,
.cable_silly_retractable_two,
.cable_silly_retractable_three,
.cable_silly_retractable_four {
  width: 100%;
  float: left;
}
.cable_silly_retractable_one .main_text {
  margin-top: -1100px;
  color: #fff;
}
.cable_silly_retractable_one .main_text h1 {
  color: #fff;
}
.cable_silly_retractable_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 430px;
  float: left;
}
.cable_silly_retractable_two .main_text {
  margin-top: -600px;
}
.cable_silly_retractable_two .main_text .text_holder {
  width: 55%;
  float: right;
}
.cable_silly_retractable_three .main_text {
  text-align: center;
  padding: 150px 0 0 0;
  text-align: center;
  background: #f6f6f6;
  float: left;
}
.cable_silly_retractable_four .main_text {
  margin-top: -900px;
}
.cable_silly_retractable_four .main_text img {
  width: 580px;
  float: left;
  padding: 50px 0 0 0;
}

/*** charger_3in1_station.html ***/

.charger_3in1_station_one,
.charger_3in1_station_two,
.charger_3in1_station_three,
.charger_3in1_station_four {
  width: 100%;
  float: left;
}
.charger_3in1_station_one .main_text .text_holder,
.charger_3in1_station_four .main_text .text_holder {
  padding: 150px 0 0 0;
}
.charger_3in1_station_two,
.charger_3in1_station_three {
  padding: 150px 0;
}
.charger_3in1_station_one {
  background: #f0f1ff;
}
.charger_3in1_station_one .main_text {
  margin-top: 0;
  text-align: center;
  font-size: 48px;
}
.charger_3in1_station_one .new_ico_holder {
  width: 96%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 50;
  margin-top: -350px;
}
.charger_3in1_station_one .new_ico_holder .icon_holder {
  float: right;
  padding: 0 0 0 0;
  width: 450px;
}
.charger_3in1_station_two .main_text {
  margin-top: -500px;
}
.charger_3in1_station_two .main_text .text_holder {
  width: 47%;
  float: right;
}
.charger_3in1_station_two .main_text .text_holder img {
  width: 390px;
  margin: 0 auto;
}
.charger_3in1_station_three {
  background: #f0efef;
}
.charger_3in1_station_three .main_text {
  margin-top: -700px;
}
.charger_3in1_station_three .main_text .text_holder {
  width: 50%;
  float: left;
}
.charger_3in1_station_four {
  text-align: center;
  background: #dfebee;
}

/*** bluetooth_soundbar.html ***/

.bluetooth_soundbar_one,
.bluetooth_soundbar_two,
.bluetooth_soundbar_three,
.bluetooth_soundbar_four,
.bluetooth_soundbar_five {
  width: 100%;
  float: left;
}
.bluetooth_soundbar_one .main_text {
  margin-top: -1050px;
  text-align: center;
}
.bluetooth_soundbar_one .main_text .icon_holder {
  padding: 720px 0 0 0;
  clear: both;
}
.bluetooth_soundbar_two .main_text {
  color: #fff;
  text-align: center;
  background: #1a1a1a;
  padding: 150px 0 0 0;
}
.bluetooth_soundbar_three .main_text {
  margin-top: -1050px;
}
.bluetooth_soundbar_three .main_text .text_holder {
  width: 50%;
  float: left;
}
.bluetooth_soundbar_four .main_text {
  margin-top: -800px;
  text-shadow: 0 0 10px #fff;
}
.bluetooth_soundbar_four .main_text .text_holder,
.bluetooth_soundbar_five .main_text .text_holder {
  width: 65%;
  float: right;
}
.bluetooth_soundbar_five .main_text {
  margin-top: -700px;
}

/*** gadget_lantern.html ***/

.gadget_lantern_one,
.gadget_lantern_two,
.gadget_lantern_three,
.gadget_lantern_four {
  width: 100%;
  float: left;
}
.gadget_lantern_one .main_text {
  margin-top: -1000px;
}
.gadget_lantern_one .main_text .text_holder {
  font-size: 50px;
  text-shadow: 0 0 20px #fff;
  float: right;
  width: 90%;
}
.gadget_lantern_one .main_text .icon_holder {
  padding: 650px 0 0 10%;
  width: 430px;
  float: left;
}
.gadget_lantern_two .main_text {
  margin-top: -1000px;
}
.gadget_lantern_two .main_text .text_holder {
  width: 35%;
  float: left;
  padding: 0 0 0 8%;
}
.gadget_lantern_three .main_text {
  margin-top: -850px;
}
.gadget_lantern_three .main_text .text_holder {
  width: 45%;
  float: left;
  padding: 0 0 0 8%;
}
.gadget_lantern_four .main_text {
  margin-top: -900px;
}
.gadget_lantern_four .main_text .text_holder {
  width: 55%;
  float: right;
}

/*** usb_messenger.html ***/

.usb_messenger_one,
.usb_messenger_two,
.usb_messenger_three,
.usb_messenger_four {
  width: 100%;
  float: left;
}
.usb_messenger_one .main_text {
  margin-top: -900px;
  text-align: center;
}
.usb_messenger_one .main_text .icon_holder {
  padding: 400px 0 0 0;
  width: 100%;
}
.usb_messenger_two .main_text {
  margin-top: -1000px;
}
.usb_messenger_two .main_text .text_holder {
  width: 45%;
  float: right;
  padding: 0 25% 0 0;
}
.usb_messenger_three .main_text {
  margin-top: -900px;
}
.usb_messenger_three .main_text .text_holder {
  width: 40%;
  float: left;
}
.usb_messenger_four .main_text {
  margin-top: -600px;
}
.usb_messenger_four .main_text .text_holder {
  width: 50%;
  float: right;
}

/*** gadget_galaxy.html ***/

.gadget_galaxy_one,
.gadget_galaxy_two,
.gadget_galaxy_three,
.gadget_galaxy_four,
.gadget_galaxy_five {
  width: 100%;
  float: left;
}
.gadget_galaxy_one .main_text {
  margin-top: -1050px;
}
.gadget_galaxy_one .main_text .text_holder {
  font-size: 45px;
}
.gadget_galaxy_one .main_text .icon_holder {
  padding: 500px 0 0 0;
}
.gadget_galaxy_two .main_text {
  margin-top: -950px;
}
.gadget_galaxy_two .main_text .text_holder {
  width: 75%;
  float: right;
}
.gadget_galaxy_three .main_text {
  margin-top: -1150px;
  text-align: center;
}
.gadget_galaxy_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_galaxy_four .main_text {
  margin-top: -700px;
}
.gadget_galaxy_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_galaxy_five .main_text {
  margin-top: -700px;
}
.gadget_galaxy_five .main_text .text_holder {
  width: 51%;
  float: right;
}

/*** gadget_iMist_Breeze.html ***/

.gadget_iMist_Breeze_one,
.gadget_iMist_Breeze_two,
.gadget_iMist_Breeze_three,
.gadget_iMist_Breeze_four {
  width: 100%;
  float: left;
}
.gadget_iMist_Breeze_one .main_text {
  margin-top: -1050px;
  text-shadow: 0 0 20px #fff;
}
.gadget_iMist_Breeze_one .main_text h1 {
  color: #deff00;
  text-shadow: 0 0 20px #000;
}
.gadget_iMist_Breeze_one .main_text .text_holder {
  width: 95%;
  float: right;
  font-size: 50px;
  color: #000;
  text-shadow: 0 0 20px #fff;
}
.gadget_iMist_Breeze_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 430px;
  float: left;
}
.gadget_iMist_Breeze_two .main_text {
  margin-top: -900px;
}
.gadget_iMist_Breeze_two .main_text .text_holder {
  width: 65%;
  float: right;
}
.gadget_iMist_Breeze_three .main_text {
  margin-top: -800px;
}
.gadget_iMist_Breeze_three .main_text .text_holder {
  width: 95%;
  float: right;
}
.gadget_iMist_Breeze_four .main_text {
  margin-top: -800px;
}
.gadget_iMist_Breeze_four .main_text .text_holder {
  width: 60%;
  float: right;
}
.gadget_iMist_Breeze_four .main_text .text_holder img {
  width: 500px;
  margin-top: 70px;
}

/*** charger_iMojo_L15.html ***/

.charger_iMojo_L15_one,
.charger_iMojo_L15_two,
.charger_iMojo_L15_three,
.charger_iMojo_L15_four,
.charger_iMojo_L15_five {
  width: 100%;
  float: left;
}
.charger_iMojo_L15_five,
.charger_iMojo_L15_two {
  padding: 200px 0 0 0;
}
.charger_iMojo_L15_one .main_text {
  margin-top: -1100px;
  text-align: center;
  text-shadow: 0 0 20px #fff;
}
.charger_iMojo_L15_one .main_text .text_holder {
  width: 100%;
  float: left;
  font-size: 50px;
}
.charger_iMojo_L15_one .main_text .icon_holder {
  padding: 730px 0 0 15%;
  width: 430px;
}
.charger_iMojo_L15_two {
  background: #d9ebed;
}
.charger_iMojo_L15_two .main_text {
  margin-top: -900px;
}
.charger_iMojo_L15_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_iMojo_L15_three .main_text {
  margin-top: -700px;
}
.charger_iMojo_L15_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_iMojo_L15_four .main_text {
  margin-top: -800px;
  color: #fff;
}
.charger_iMojo_L15_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_iMojo_L15_five {
  background: #e1f2f6;
}
.charger_iMojo_L15_five .main_text {
  margin-top: 0;
}
.charger_iMojo_L15_five .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** gadget_solo_pod.html ***/

.gadget_solo_pod_one,
.gadget_solo_pod_two,
.gadget_solo_pod_three,
.gadget_solo_pod_four {
  width: 100%;
  float: left;
}
.gadget_solo_pod_one .main_text {
  margin-top: -1120px;
}
.gadget_solo_pod_one .main_text .icon_holder {
  padding: 450px 0 0 0;
  width: 76%;
  float: right;
  text-align: left;
}
.gadget_solo_pod_one .main_text .text_holder {
  font-size: 50px;
  width: 78%;
  float: right;
}
.gadget_solo_pod_two {
  text-align: center;
  padding: 150px 0 0 0;
}
.gadget_solo_pod_three .main_text {
  margin-top: -1050px;
}
.gadget_solo_pod_three .main_text .text_holder {
  width: 90%;
  float: left;
  text-align: right;
}
.gadget_solo_pod_four {
  padding: 150px 0 0 0;
  text-align: center;
  background: #f5f5f5;
}

/*** charger_imojo_qi_3000 ***/

.charger_imojo_qi_3000_one,
.charger_imojo_qi_3000_two,
.charger_imojo_qi_3000_three,
.charger_imojo_qi_3000_four {
  width: 100%;
  float: left;
}
.charger_imojo_qi_3000_one .main_text {
  margin-top: -1100px;
}
.charger_imojo_qi_3000_one .main_text .icon_holder {
  padding: 500px 0 0 0;
  float: right;
  width: 430px;
}
.charger_imojo_qi_3000_one .main_text .text_holder {
  width: 100%;
  float: right;
  font-size: 50px;
}
.charger_imojo_qi_3000_two .main_text {
  margin-top: -800px;
}
.charger_imojo_qi_3000_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_imojo_qi_3000_three .main_text {
  margin-top: -800px;
}
.charger_imojo_qi_3000_three .main_text .text_holder img {
  width: 400px;
  margin-top: 50px;
  float: left;
}
.charger_imojo_qi_3000_four .text_holder {
  width: 100%;
  float: right;
  background: #f6f7f9;
  padding: 150px 0 0 0;
}

/*** usb_eco.html ***/

.usb_eco_one,
.usb_eco_two,
.usb_eco_three,
.usb_eco_four {
  width: 100%;
  float: left;
}
.usb_eco_one .main_text {
  margin-top: -1100px;
  text-align: center;
}
.usb_eco_one .main_text .icon_holder {
  padding: 800px 0 0 0;
  width: 100%;
}
.usb_eco_two .main_text {
  margin-top: -1050px;
}
.usb_eco_two .main_text .text_holder {
  width: 65%;
  float: right;
}
.usb_eco_three .main_text {
  margin-top: -900px;
}
.usb_eco_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.usb_eco_four .main_text {
  margin-top: -900px;
}
.usb_eco_four .main_text .text_holder {
  width: 65%;
  float: right;
}

/*** gadget_universal_adapter.html ***/

.gadget_universal_adapter_one,
.gadget_universal_adapter_two,
.gadget_universal_adapter_three,
.gadget_universal_adapter_four,
.gadget_universal_adapter_five {
  width: 100%;
  float: left;
}
.gadget_universal_adapter_one .main_text {
  margin-top: -980px;
  color: #fff;
  text-align: center;
}
.gadget_universal_adapter_one .main_text h1 {
  color: #c3fb00;
}
.gadget_universal_adapter_one .main_text .text_holder {
  font-size: 45px;
}
.gadget_universal_adapter_one .main_text .icon_holder {
  padding: 620px 0 0 0;
}
.gadget_universal_adapter_two .main_text {
  margin-top: -1050px;
}
.gadget_universal_adapter_two .main_text .text_holder {
  width: 95%;
  float: right;
}
.gadget_universal_adapter_three .main_text,
.gadget_universal_adapter_five .main_text {
  margin-top: 0;
  background: #f1f1f1;
  text-align: center;
  padding: 150px 0 0 0;
}
.gadget_universal_adapter_four .main_text {
  margin-top: -1080px;
}
.gadget_universal_adapter_four .main_text .text_holder {
  width: 63%;
  float: right;
}
.gadget_universal_adapter_five .main_text {
  background: #f3f2f2;
}

/*** gadget_phone_buckle.html ***/

.gadget_phone_buckle_one,
.gadget_phone_buckle_two,
.gadget_phone_buckle_three,
.gadget_phone_buckle_four,
.gadget_phone_buckle_five {
  width: 100%;
  float: left;
}
.gadget_phone_buckle_two .main_text,
.gadget_phone_buckle_four .main_text,
.gadget_phone_buckle_five .main_text {
  margin-top: 0;
  text-align: center;
  padding: 150px 0 0 0;
}
.gadget_phone_buckle_one .main_text h1,
.gadget_phone_buckle_two .main_text h1,
.gadget_phone_buckle_three .main_text h1,
.gadget_phone_buckle_four .main_text h1,
.gadget_phone_buckle_five .main_text h1 {
  color: #c5007d;
}
.gadget_phone_buckle_one .main_text {
  margin-top: -1100px;
}
.gadget_phone_buckle_one .main_text .text_holder {
  font-size: 45px;
}
.gadget_phone_buckle_one .main_text .icon_holder {
  padding: 620px 0 0 5%;
  width: 430px;
}
.gadget_phone_buckle_one .main_text .text_holder {
  width: 95%;
  float: right;
}
.gadget_phone_buckle_three .main_text {
  margin-top: -930px;
}
.gadget_phone_buckle_three .main_text .text_holder {
  width: 45%;
  float: right;
}
.gadget_phone_buckle_five {
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
}

/*** gadget_earbud_ring.html ***/

.gadget_earbud_ring_one,
.gadget_earbud_ring_two,
.gadget_earbud_ring_three,
.gadget_earbud_ring_four {
  width: 100%;
  float: left;
}
.gadget_earbud_ring_one .main_text {
  margin-top: -950px;
}
.gadget_earbud_ring_one .main_text .text_holder {
  font-size: 45px;
}
.gadget_earbud_ring_one .main_text .icon_holder {
  padding: 550px 0 0 5%;
  width: 430px;
}
.gadget_earbud_ring_two .main_text {
  margin-top: -800px;
}
.gadget_earbud_ring_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.gadget_earbud_ring_three .main_text {
  margin-top: -700px;
  text-shadow: 0 0 10px #fff;
}
.gadget_earbud_ring_four .main_text {
  margin-top: -750px;
}
.gadget_earbud_ring_four .main_text .text_holder {
  width: 70%;
  float: right;
}
.gadget_earbud_ring_four .main_text .text_holder img {
  width: 270px;
  margin-top: 30px;
}

/*** charger_XTD_watch.html ***/

.charger_XTD_watch_one .main_text {
  margin-top: -960px;
  font-size: 46px;
}
.charger_XTD_watch_one .new_ico_holder {
  width: 96%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 50;
  margin-top: -170px;
}
.charger_XTD_watch_one .new_ico_holder .icon_holder {
  float: right;
  padding: 0 0 0 0;
  width: 450px;
}
.charger_XTD_watch_one .main_text .text_holder {
  width: 65%;
  float: right;
}
.charger_XTD_watch_one .main_text .text_holder span {
  padding: 0 0 0 80px;
}
.charger_XTD_watch_two .main_text {
  margin-top: -800px;
}
.charger_XTD_watch_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.charger_XTD_watch_three,
.charger_XTD_watch_three h1 {
  color: #fff;
  text-shadow: 0 0 20px #000;
}
.charger_XTD_watch_three .main_text {
  margin-top: -650px;
}

/*** gadget_illumin_light.html ***/

.gadget_illumin_light_one,
.gadget_illumin_light_two,
.gadget_illumin_light_three,
.gadget_illumin_light_four,
.gadget_illumin_light_five {
  width: 100%;
  float: left;
}
.gadget_illumin_light_one .main_text {
  margin-top: -970px;
  color: #fff;
}
.gadget_illumin_light_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 450px;
}
.gadget_illumin_light_one .main_text .text_holder {
  font-size: 42px;
}
.gadget_illumin_light_two .main_text {
  margin-top: -830px;
}
.gadget_illumin_light_two .main_text .text_holder {
  width: 65%;
  float: right;
}
.gadget_illumin_light_three .main_text {
  margin-top: -900px;
}
.gadget_illumin_light_three .main_text .text_holder {
  width: 75%;
  float: right;
}
.gadget_illumin_light_four .main_text {
  margin-top: -600px;
  color: #fff;
}
.gadget_illumin_light_four .main_text h1 {
  color: #fff;
}
.gadget_illumin_light_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.gadget_illumin_light_five {
  background: #f8f8f8;
  padding: 150px 0 0 0;
}
.gadget_illumin_light_five .main_text {
  text-align: center;
}

/*** gadget_aroma_atom.html ***/

.gadget_aroma_atom_one,
.gadget_aroma_atom_two,
.gadget_aroma_atom_three,
.gadget_aroma_atom_four {
  width: 100%;
  float: left;
}
.gadget_aroma_atom_one .main_text {
  margin-top: -1050px;
}
.gadget_aroma_atom_one .main_text .text_holder {
  font-size: 45px;
}
.gadget_aroma_atom_one .main_text .icon_holder {
  padding: 680px 0 0 5%;
  width: 430px;
  float: right;
}
.gadget_aroma_atom_two .main_text {
  margin-top: -800px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  text-shadow: 0 0 10px #000;
}
.gadget_aroma_atom_two .main_text h1 {
  color: #fff;
}
.gadget_aroma_atom_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.gadget_aroma_atom_three .main_text {
  margin-top: -850px;
}
.gadget_aroma_atom_four .main_text {
  margin-top: -900px;
  text-align: center;
}
.gadget_aroma_atom_four .main_text .text_holder {
  width: 100%;
  float: right;
}

/*** charger_aurora.html ***/

.charger_aurora_one,
.charger_aurora_two,
.charger_aurora_three {
  width: 100%;
  float: left;
}
.charger_aurora_one .main_text {
  margin-top: -1050px;
  text-align: center;
  text-shadow: 0 0 20px #000;
  color: #fff;
}
.charger_aurora_one .main_text h1,
.charger_aurora_two .main_text h1 {
  color: #deff00;
}
.charger_aurora_one .main_text .text_holder {
  font-size: 45px;
}
.charger_aurora_one .main_text .icon_holder {
  padding: 600px 0 0 0;
}
.charger_aurora_two .main_text {
  margin-top: -900px;
  color: #fff;
}
.charger_aurora_three .main_text {
  margin-top: -850px;
}
.charger_aurora_three .main_text .text_holder {
  width: 50%;
  float: right;
}

/*** gadget_galaxy.html ***/

.new_gadget_galaxy_one,
.gadget_galaxy_two,
.new_gadget_galaxy_three,
.new_gadget_galaxy_four,
.new_gadget_galaxy_five,
.new_gadget_galaxy_six {
  width: 100%;
  float: left;
}
.new_gadget_galaxy_one .main_text {
  margin-top: -1020px;
}
.new_gadget_galaxy_one .main_text h1 {
  font-size: 80px;
}
.new_gadget_galaxy_one .main_text .text_holder {
  font-size: 45px;
}
.new_gadget_galaxy_one .main_text .icon_holder {
  padding: 600px 0 0 0;
}
.new_gadget_galaxy_two .main_text .text_holder {
  padding: 200px 0 0 0;
}
.new_gadget_galaxy_two .main_img {
  margin-top: -150px;
}
.new_gadget_galaxy_three .main_text {
  margin-top: -900px;
}
.new_gadget_galaxy_three .main_text .text_holder {
  width: 70%;
  float: right;
}
.new_gadget_galaxy_four .main_text {
  margin-top: -1050px;
}
.new_gadget_galaxy_four .main_text .text_holder {
  text-align: center;
}
.new_gadget_galaxy_four .main_text .text_holder img {
  width: 740px;
  margin: 50px auto 0 auto;
}
.new_gadget_galaxy_five .main_text {
  margin-top: -850px;
}
.new_gadget_galaxy_six .main_text {
  margin-top: -680px;
}
.new_gadget_galaxy_six .main_text .text_holder {
  width: 45%;
  float: right;
}

/*** wellness_protective_gear.html ***/

.wellness_protective_gear_one,
.wellness_protective_gear_two,
.wellness_protective_gear_three,
.wellness_protective_gear_four,
.wellness_protective_gear_five,
.wellness_protective_gear_six,
.wellness_protective_gear_seven,
.wellness_protective_gear_eight,
.wellness_protective_gear_nine,
.wellness_protective_gear_ten {
  width: 100%;
  float: left;
}
.wellness_protective_gear_one h1,
.wellness_protective_gear_two h1,
.wellness_protective_gear_three h1,
.wellness_protective_gear_four h3,
.wellness_protective_gear_five h1,
.wellness_protective_gear_six h3,
.wellness_protective_gear_seven h1,
.wellness_protective_gear_eight h1,
.wellness_protective_gear_nine h1,
.wellness_protective_gear_ten h1 {
  color: #b40101;
}
.wellness_protective_gear_two .main_text .text_holder h1 span,
.wellness_protective_gear_three .main_text .text_holder h1 span,
.wellness_protective_gear_four .main_text .text_holder h3 span,
.wellness_protective_gear_five .main_text .text_holder h1 span,
.wellness_protective_gear_six .main_text .text_holder h3 span,
.wellness_protective_gear_seven .main_text .text_holder h1 span,
.wellness_protective_gear_eight h1 span,
.wellness_protective_gear_nine h1 span,
.wellness_protective_gear_ten h1 span {
  color: #3c3c3c !important;
  font-family: "MyMyriadProRegular" !important;
  font-size: 42px;
  letter-spacing: normal;
  font-weight: normal;
}
.wellness_protective_gear_two .main_text .text_holder span,
.wellness_protective_gear_three .main_text .text_holder span,
.wellness_protective_gear_four .main_text .text_holder span,
.wellness_protective_gear_five .main_text .text_holder span,
.wellness_protective_gear_six .main_text .text_holder span,
.wellness_protective_gear_seven .main_text .text_holder span,
.wellness_protective_gear_eight .main_text .text_holder span,
.wellness_protective_gear_nine .main_text .text_holder span,
.wellness_protective_gear_ten .main_text .text_holder span {
  color: #b40101;
  font-family: "myriad pro";
  font-size: 37px;
}
.wellness_protective_gear_one .main_text {
  margin-top: -1050px;
  color: #000;
}
.wellness_protective_gear_one .main_text .text_holder {
  font-size: 50px;
}
.wellness_protective_gear_one .main_text .icon_holder {
  padding: 670px 0 0 5%;
  width: 460px;
}
.wellness_protective_gear_two .main_text {
  margin-top: -800px;
}
.wellness_protective_gear_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.wellness_protective_gear_three .main_text {
  margin-top: -600px;
}
.wellness_protective_gear_four {
  background: #f6f6f6;
}
.wellness_protective_gear_four .main_text .text_holder h3,
.wellness_protective_gear_six .main_text .text_holder h3 {
  font-family: "myriad pro";
}
.wellness_protective_gear_four .main_text {
  margin-top: -700px;
}
.wellness_protective_gear_four .main_text .text_holder {
  width: 57%;
  float: right;
}
.wellness_protective_gear_five .main_text {
  margin-top: -850px;
}
.wellness_protective_gear_five .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_protective_gear_six {
  background: #e7f0f0;
}
.wellness_protective_gear_six .main_text {
  margin-top: -650px;
}
.wellness_protective_gear_six .main_text .text_holder {
  width: 50%;
  float: right;
}
.wellness_protective_gear_seven .main_text {
  margin-top: -850px;
}

span.new_phone {
  font-size: 150px;
  color: #c00000;
  text-align: left;
  display: block;
  float: left;
  width: 100%;
}

span.new_phone img {
  width: 140px;
  float: left;
  margin: 30px 20px 0 10%;
}
.wellness_protective_gear_eight {
  background: #f0f9ff;
}
.wellness_protective_gear_eight .main_text {
  margin-top: -900px;
}
.wellness_protective_gear_eight .main_text .text_holder {
  width: 45%;
  float: left;
  padding: 0 0 0 25%;
}
.wellness_protective_gear_nine .main_text {
  margin-top: -900px;
}
.wellness_protective_gear_nine .main_text .text_holder {
  width: 45%;
  float: left;
}
.wellness_protective_gear_ten .main_text {
  margin-top: -900px;
}
.wellness_protective_gear_ten .main_text .text_holder {
  width: 48%;
  float: right;
}

/*** wellness_fitbolt.html ***/

.wellness_fitbolt_one,
.wellness_fitbolt_two,
.wellness_fitbolt_three,
.wellness_fitbolt_four,
.wellness_fitbolt_five,
.wellness_fitbolt_six,
.wellness_fitbolt_seven,
.wellness_fitbolt_eight {
  width: 100%;
  float: left;
}
.wellness_fitbolt_two h1,
.wellness_fitbolt_three h1,
.wellness_fitbolt_four h1,
.wellness_fitbolt_five h1,
.wellness_fitbolt_six h1,
.wellness_fitbolt_seven h1,
.wellness_fitbolt_eight h1 {
  color: #ca0000;
}
.wellness_fitbolt_one .main_text {
  margin-top: -1050px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.wellness_fitbolt_one .main_text h1 {
  color: #d8ff00;
  text-shadow: 0 0 0px #000;
}
.wellness_fitbolt_one .main_text .text_holder {
  font-size: 45px;
}
.wellness_fitbolt_one .main_text .icon_holder {
  padding: 670px 2% 0 0;
  width: 460px;
  float: right;
}
.wellness_fitbolt_two .main_text {
  margin-top: -850px;
}
.wellness_fitbolt_two .main_text .text_holder {
  width: 40%;
  float: right;
}
.wellness_fitbolt_three .main_text {
  margin-top: -800px;
}
.wellness_fitbolt_four .main_text {
  margin-top: -900px;
}
.wellness_fitbolt_five .main_text {
  margin-top: -480px;
}
.wellness_fitbolt_six .main_text {
  margin-top: -700px;
}
.wellness_fitbolt_seven {
  background: #ececec;
}
.wellness_fitbolt_seven .main_text {
  margin-top: -780px;
}
.wellness_fitbolt_seven .main_text .text_holder {
  width: 69%;
  float: right;
}
.wellness_fitbolt_eight .main_text {
  margin-top: -950px;
}
.wellness_fitbolt_eight .main_text .text_holder {
  width: 65%;
  float: right;
}

/*** stationery_spark.html ***/

.stationery_spark_one,
.stationery_spark_two,
.stationery_spark_three,
.stationery_spark_four,
.stationery_spark_five {
  width: 100%;
  float: left;
}
.stationery_spark_one .main_text {
  margin-top: 0;
  background: #95e2ed;
}
.stationery_spark_one .icon_holder {
  float: right;
  padding: 0 5% 0 0;
  width: 450px;
  margin-top: -180px;
  top: 0;
  left: 0;
  position: relative;
  z-index: 500;
}
.stationery_spark_one .main_text .text_holder {
  color: #000;
  text-align: center;
  font-size: 40px;
  padding: 150px 0 0 0;
}
.stationery_spark_two .main_text {
  margin-top: -900px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.stationery_spark_two .main_text h1 {
  color: #fff;
}
.stationery_spark_two .main_text .text_holder {
  width: 43%;
  float: right;
}
.stationery_spark_three .main_text {
  margin-top: -1000px;
}
.stationery_spark_four .main_text {
  margin-top: -750px;
}
.stationery_spark_four .main_text .text_holder {
  width: 50%;
  float: right;
  color: #e70008;
}
.stationery_spark_five .main_text .text_holder {
  padding: 150px 0 0 0;
  text-align: center;
}

/*** wellness_hand_sanitizer.html ***/

.wellness_hand_sanitizer_one,
.wellness_hand_sanitizer_two,
.wellness_hand_sanitizer_three,
.wellness_hand_sanitizer_four {
  width: 100%;
  float: left;
}
.wellness_hand_sanitizer_one .main_text {
  margin-top: -1050px;
  color: #000;
  text-align: center;
}
.wellness_hand_sanitizer_one .main_text .text_holder {
  font-size: 53px;
}
.wellness_hand_sanitizer_one .main_text .icon_holder {
  padding: 670px 0 0 0;
}
.wellness_hand_sanitizer_two {
  background: #f6f6f6;
}
.wellness_hand_sanitizer_two .main_text {
  margin-top: -700px;
}
.wellness_hand_sanitizer_two .main_text .text_holder {
  width: 42%;
  float: right;
}
.wellness_hand_sanitizer_three .main_text {
  margin-top: -700px;
}
.wellness_hand_sanitizer_four .main_text {
  margin-top: -700px;
}
.wellness_hand_sanitizer_four .main_text .text_holder {
  width: 45%;
  float: right;
}

/*** stationery_beyond.html ***/

.stationery_beyond_one,
.stationery_beyond_two,
.stationery_beyond_three,
.stationery_beyond_four {
  width: 100%;
  float: left;
}
.stationery_beyond_one .main_text {
  margin-top: -1150px;
}
.stationery_beyond_one .icon_holder {
  float: left;
  padding: 0 0 0 5%;
  width: 450px;
  margin-top: -180px;
  top: 0;
  left: 0;
  position: relative;
  z-index: 500;
}
.stationery_beyond_one .main_text .text_holder {
  color: #000;
  font-size: 40px;
  padding: 150px 0 0 0;
}
.stationery_beyond_two .main_text {
  margin-top: -800px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.stationery_beyond_two .main_text h1 {
  color: #fff;
}
.stationery_beyond_two .main_text .text_holder,
.stationery_beyond_three .main_text .text_holder {
  width: 45%;
}
.stationery_beyond_two .main_text img {
  margin-top: 50px;
  width: 90%;
}
.stationery_beyond_three .main_text {
  margin-top: -750px;
}
.stationery_beyond_three .main_text .text_holder {
  float: right;
}
.stationery_beyond_four .main_text {
  margin-top: 0;
  text-align: center;
  background: #f4f3f3;
}
.stationery_beyond_four .main_text .text_holder {
  padding: 150px 0 0 0;
}

/*** wellness_ppe_kit.html ***/

.wellness_ppe_kit_one,
.wellness_ppe_kit_two,
.wellness_ppe_kit_three {
  width: 100%;
  float: left;
}
.wellness_ppe_kit_one .main_text {
  margin-top: -930px;
  color: #000;
}
.wellness_ppe_kit_one .main_text .text_holder {
  font-size: 50px;
}
.wellness_ppe_kit_one .main_text .icon_holder {
  padding: 430px 0% 0 0;
  width: 460px;
  float: right;
}
.wellness_ppe_kit_two .main_text {
  margin-top: -850px;
}
.wellness_ppe_kit_two .main_text .text_holder {
  width: 50%;
  float: left;
}
.wellness_ppe_kit_three .main_text {
  margin-top: -800px;
}
.wellness_ppe_kit_three .main_text .text_holder {
  width: 50%;
  float: left;
}

/*** charger_bamboo.html ***/

.charger_bamboo_one,
.charger_bamboo_two,
.charger_bamboo_three,
.charger_bamboo_four {
  width: 100%;
  float: left;
}
.charger_bamboo_one .main_text {
  margin-top: -1000px;
  font-size: 48px;
  color: #fff;
  text-align: center;
}
.charger_bamboo_one .main_text .icon_holder {
  float: right;
  padding: 600px 8% 0 0;
  width: 450px;
}
.charger_bamboo_two .main_text {
  margin-top: -800px;
}
.charger_bamboo_two .main_text .text_holder,
.charger_bamboo_three .text_holder,
.charger_bamboo_four .text_holder {
  width: 83%;
  float: right;
}
.charger_bamboo_three .main_text {
  margin-top: -670px;
}
.charger_bamboo_three .main_text img {
  width: 120px;
  margin: 0 20px 0 0;
  float: left;
}
.charger_bamboo_three .main_text span {
  display: block;
  float: left;
  width: 100%;
  line-height: 120px;
  font-size: 60px;
  padding: 50px 0 0 0;
}
.charger_bamboo_four .main_text {
  margin-top: -730px;
}

/*** gadget_lantern_diffusor.html ***/

.gadget_iMist_Breeze_one,
.gadget_iMist_Breeze_two,
.gadget_iMist_Breeze_three,
.gadget_iMist_Breeze_four {
  width: 100%;
  float: left;
}
.gadget_iMist_Breeze_one .main_text {
  margin-top: -1050px;
  text-shadow: 0 0 20px #fff;
}
.gadget_iMist_Breeze_one .main_text h1 {
  color: #deff00;
  text-shadow: 0 0 20px #000;
}
.gadget_iMist_Breeze_one .main_text .text_holder {
  width: 95%;
  float: right;
  font-size: 50px;
  color: #000;
  text-shadow: 0 0 20px #fff;
}
.gadget_iMist_Breeze_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 430px;
  float: left;
}
.gadget_iMist_Breeze_two .main_text {
  margin-top: -900px;
}
.gadget_iMist_Breeze_two .main_text .text_holder {
  width: 65%;
  float: right;
}
.gadget_iMist_Breeze_three .main_text {
  margin-top: -800px;
}
.gadget_iMist_Breeze_three .main_text .text_holder {
  width: 95%;
  float: right;
}
.gadget_iMist_Breeze_four .main_text {
  margin-top: -800px;
}
.gadget_iMist_Breeze_four .main_text .text_holder {
  width: 60%;
  float: right;
}
.gadget_iMist_Breeze_four .main_text .text_holder img {
  width: 500px;
  margin-top: 70px;
}

/*** gadget_lantern_diffusor.html ***/

.gadget_lantern_diffusor_one,
.gadget_lantern_diffusor_two,
.gadget_lantern_diffusor_three,
.gadget_lantern_diffusor_four {
  width: 100%;
  float: left;
}
.gadget_lantern_diffusor_one .main_text {
  margin-top: -950px;
}
.gadget_lantern_diffusor_one .main_text .text_holder {
  width: 90%;
  float: right;
  font-size: 50px;
  color: #000;
  text-shadow: 0 0 20px #fff;
}
.gadget_lantern_diffusor_one .main_text .icon_holder {
  padding: 600px 0 0 8%;
  width: 430px;
  float: left;
}
.gadget_lantern_diffusor_two .main_text {
  margin-top: -850px;
}
.gadget_lantern_diffusor_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.gadget_lantern_diffusor_three .main_text {
  margin-top: -750px;
}
.gadget_lantern_diffusor_three .main_text .text_holder {
  width: 60%;
  float: right;
}
.gadget_lantern_diffusor_three .main_text .text_holder img {
  width: 90%;
  margin-top: 35px;
}
.gadget_lantern_diffusor_four .main_text {
  margin-top: -830px;
}
.gadget_lantern_diffusor_four .main_text .text_holder {
  width: 95%;
  float: right;
}

/*** wellness_uvhw2.html ***/

.wellness_uvhw2_one,
.wellness_uvhw2_two,
.wellness_uvhw2_three,
.wellness_uvhw2_four,
.wellness_uvhw2_five {
  width: 100%;
  float: left;
}
.wellness_uvhw2_one h1,
.wellness_uvhw2_two h1,
.wellness_uvhw2_three h1,
.wellness_uvhw2_four h1 {
  color: #b40101;
}
.wellness_uvhw2_one .main_text {
  margin-top: -850px;
}
.wellness_uvhw2_one .main_text .text_holder {
  width: 95%;
  float: right;
  font-size: 45px;
  color: #000;
  text-shadow: 0 0 10px #fff;
}
.wellness_uvhw2_one .main_text .icon_holder {
  padding: 450px 0 0 5%;
  width: 460px;
}
.wellness_uvhw2_two .main_text {
  margin-top: -700px;
}
.wellness_uvhw2_two .main_text .text_holder {
  width: 40%;
  float: right;
}
.wellness_uvhw2_three .main_text {
  margin-top: -800px;
}
.wellness_uvhw2_three .main_text .text_holder {
  width: 95%;
  float: right;
}
.wellness_uvhw2_four .main_text .text_holder {
  width: 100%;
  float: left;
  padding: 150px 0 0 0;
  text-align: center;
}
.wellness_uvhw2_five .main_text {
  margin-top: -700px;
}
.wellness_uvhw2_five .main_text .text_holder {
  width: 35%;
  float: right;
}

/*** wellness_uvhw3.html ***/

.wellness_uvhw3_one,
.wellness_uvhw3_two,
.wellness_uvhw3_three,
.wellness_uvhw3_four {
  width: 100%;
  float: left;
}
.wellness_uvhw3_one h1,
.wellness_uvhw3_two h1,
.wellness_uvhw3_three h1,
.wellness_uvhw3_four h1 {
  color: #b40101;
}
.wellness_uvhw3_one .main_text {
  margin-top: -950px;
}
.wellness_uvhw3_one .main_text .text_holder {
  width: 95%;
  float: right;
  font-size: 50px;
  color: #000;
  text-shadow: 0 0 10px #fff;
}
.wellness_uvhw3_one .main_text .icon_holder {
  padding: 450px 0 0 5%;
  width: 460px;
}
.wellness_uvhw3_two .main_text {
  margin-top: -700px;
}
.wellness_uvhw3_two .main_text .text_holder {
  width: 95%;
  float: right;
}
.wellness_uvhw3_three .main_text {
  margin-top: -700px;
}
.wellness_uvhw3_three .main_text .text_holder {
  width: 45%;
  float: right;
}
.wellness_uvhw3_four .main_text {
  margin-top: -850px;
}
.wellness_uvhw3_four .main_text .text_holder {
  width: 95%;
  float: right;
}

/*** wellness_ppe_kit.html ***/

.july_wellness_ppe_kit_one,
.july_wellness_ppe_kit_two,
.july_wellness_ppe_kit_three,
.july_wellness_ppe_kit_four,
.july_wellness_ppe_kit_five,
.july_wellness_ppe_kit_six,
.july_wellness_ppe_kit_seven {
  width: 100%;
  float: left;
}
.july_wellness_ppe_kit_two .main_text .text_holder strong,
.july_wellness_ppe_kit_three .main_text .text_holder strong,
.july_wellness_ppe_kit_four .main_text .text_holder strong,
.july_wellness_ppe_kit_five .main_text .text_holder strong,
.july_wellness_ppe_kit_six .main_text .text_holder strong,
.july_wellness_ppe_kit_seven .main_text .text_holder strong {
  font-size: 37px;
  color: #b40101;
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.july_wellness_ppe_kit_one .main_text {
  margin-top: -1000px;
  color: #000;
}
.july_wellness_ppe_kit_one .main_text .text_holder {
  font-size: 50px;
}
.july_wellness_ppe_kit_one .main_text .icon_holder {
  padding: 600px 0% 0 0;
  width: 460px;
  float: left;
}
.july_wellness_ppe_kit_two,
.july_wellness_ppe_kit_three {
  background: #f5f4f4;
}
.july_wellness_ppe_kit_four,
.july_wellness_ppe_kit_five {
  background: #e2fdff;
}
.july_wellness_ppe_kit_six,
.july_wellness_ppe_kit_seven {
  background: #f5f6f6;
}
.july_wellness_ppe_kit_two .main_text .text_holder,
.july_wellness_ppe_kit_three .main_text .text_holder {
  width: 80%;
  float: right;
}
.july_wellness_ppe_kit_four .main_text .text_holder,
.july_wellness_ppe_kit_five .main_text .text_holder {
  width: 80%;
  float: right;
}
.july_wellness_ppe_kit_six .main_text .text_holder,
.july_wellness_ppe_kit_seven .main_text .text_holder {
  width: 80%;
  float: right;
}
.july_wellness_ppe_kit_two .main_text {
  margin-top: -550px;
}
.july_wellness_ppe_kit_three .main_text {
  margin-top: -800px;
}
.july_wellness_ppe_kit_four .main_text {
  margin-top: -600px;
}
.july_wellness_ppe_kit_five .main_text {
  margin-top: -800px;
}
.july_wellness_ppe_kit_six .main_text {
  margin-top: -650px;
}
.july_wellness_ppe_kit_seven .main_text {
  margin-top: -700px;
}

/*** wellness_sense.html ***/

.wellness_sense_one,
.wellness_sense_two,
.wellness_sense_three,
.wellness_sense_four,
.wellness_sense_five {
  width: 100%;
  float: left;
}
.wellness_sense_one .main_text {
  margin-top: -900px;
}
.wellness_sense_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_sense_one .main_text .icon_holder {
  padding: 550px 0 0 0;
  width: 460px;
}
.wellness_sense_two .main_text {
  margin-top: 0;
  background: #e9e9ec;
}
.wellness_sense_two .main_text .text_holder,
.wellness_sense_four .main_text .text_holder,
.wellness_sense_five .main_text .text_holder {
  width: 100%;
  float: left;
  padding: 150px 0 0 0;
  text-align: center;
}
.wellness_sense_three .main_text {
  margin-top: -800px;
}
.wellness_sense_three .main_text .text_holder {
  width: 40%;
  float: right;
}
.wellness_sense_four .main_text {
  margin-top: 0;
  background: #fff;
}
.wellness_sense_five .main_text {
  margin-top: 0;
  background: #f4f4f5;
}

/*** wellness_sanitizing_spray.html ***/

.wellness_sanitizing_spray_one,
.wellness_sanitizing_spray_two,
.wellness_sanitizing_spray_three,
.wellness_sanitizing_spray_four,
.wellness_sanitizing_spray_five,
.wellness_sanitizing_spray_six {
  width: 100%;
  float: left;
}
.wellness_sanitizing_spray_one .main_text h1,
.wellness_sanitizing_spray_two .main_text h1,
.wellness_sanitizing_spray_four .main_text h1 {
  color: #f6ff00;
  text-shadow: 2px 2px 2px #000;
}
.wellness_sanitizing_spray_one .main_text {
  margin-top: -950px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.wellness_sanitizing_spray_one .main_text .text_holder {
  width: 100%;
  float: left;
  font-size: 48px;
}
.wellness_sanitizing_spray_one .main_text .icon_holder {
  padding: 350px 0 0 0;
  width: 460px;
}
.wellness_sanitizing_spray_two .main_text {
  margin-top: -950px;
  color: #fff;
}
.wellness_sanitizing_spray_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_sanitizing_spray_three .main_text {
  margin-top: -800px;
}
.wellness_sanitizing_spray_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_sanitizing_spray_four .main_text {
  margin-top: -700px;
  color: #fff;
}
.wellness_sanitizing_spray_four .main_text .text_holder {
  width: 45%;
  float: right;
}
.wellness_sanitizing_spray_five .main_text {
  margin-top: -850px;
}
.wellness_sanitizing_spray_five .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_sanitizing_spray_six .main_text {
  margin-top: -1000px;
}
.wellness_sanitizing_spray_six .main_text .text_holder {
  width: 58%;
  float: right;
}

/*** bluetooth_I17.html ***/

.bluetooth_I17_one,
.bluetooth_I17_two,
.bluetooth_I17_three,
.bluetooth_I17_four,
.bluetooth_I17_five,
.bluetooth_I17_six {
  width: 100%;
  float: left;
}
.bluetooth_I17_one .main_text h1,
.bluetooth_I17_four .main_text h1,
.bluetooth_I17_five .main_text h1,
.bluetooth_I17_four .main_text .text_holder {
  color: #e4ff00;
}
.bluetooth_I17_two .main_text .text_holder img,
.bluetooth_I17_three .main_text .text_holder img,
.bluetooth_I17_four .main_text .text_holder img {
  width: 90px;
  display: block;
  margin: 15px 0 0 0;
  float: right;
}
.bluetooth_I17_one .main_text {
  margin-top: -1100px;
}
.bluetooth_I17_one .main_text .icon_holder {
  padding: 600px 5% 0 0;
  width: 460px;
  float: right;
}
.bluetooth_I17_one .main_text .text_holder {
  font-size: 50px;
  color: #fff;
}
.bluetooth_I17_two .main_text {
  margin-top: -950px;
}
.bluetooth_I17_two .main_text .text_holder {
  width: 42%;
  float: right;
}
.bluetooth_I17_three .main_text {
  margin-top: -950px;
}
.bluetooth_I17_three .main_text .text_holder {
  width: 55%;
  float: right;
  padding: 0 10% 0 0;
}
.bluetooth_I17_four .main_text {
  margin-top: -950px;
}
.bluetooth_I17_four .main_text .text_holder {
  width: 38%;
  float: left;
}
.bluetooth_I17_five .main_text {
  margin-top: -1100px;
}
.bluetooth_I17_five .main_text .text_holder {
  width: 100%;
  float: right;
  text-align: center;
  color: #fff;
}
.bluetooth_I17_five .main_text .text_holder img {
  width: 340px;
  margin: 0 auto;
}
.bluetooth_I17_six .main_text {
  margin-top: -950px;
}
.bluetooth_I17_six .main_text h1 {
  color: #d9ff28;
}
.bluetooth_I17_six .main_text .text_holder {
  text-align: center;
  color: #fff;
}

/*** charger_imojo_qi_fc20 ***/

.charger_imojo_qi_fc20_one,
.charger_imojo_qi_fc20_two,
.charger_imojo_qi_fc20_three,
.charger_imojo_qi_fc20_four {
  width: 100%;
  float: left;
}
.charger_imojo_qi_fc20_two h1,
.charger_imojo_qi_fc20_three h1 {
  color: #c1040a;
}
.charger_imojo_qi_fc20_one .main_text {
  margin-top: -900px;
  font-size: 48px;
  color: #d8ff00;
}
.charger_imojo_qi_fc20_one .main_text h1 {
  color: #d8ff00;
}
.charger_imojo_qi_fc20_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_imojo_qi_fc20_one .new_ico_holder {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 50;
  margin-top: -200px;
}
.charger_imojo_qi_fc20_one .new_ico_holder .icon_holder {
  float: left;
  padding: 0 0 0 8%;
  width: 450px;
}
.charger_imojo_qi_fc20_two .main_text {
  margin-top: -900px;
}
.charger_imojo_qi_fc20_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.charger_imojo_qi_fc20_two .main_text .text_holder img {
  width: 358px;
  float: left;
  margin-top: 50px;
}
.charger_imojo_qi_fc20_three .main_text {
  margin-top: -1000px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.charger_imojo_qi_fc20_three .main_text h1 {
  color: #fff;
}
.charger_imojo_qi_fc20_four {
  background: #fff;
  padding: 150px 0 0 0;
  text-align: center;
}

/*** Box_of_Promo_Subscription ***/

.Box_of_Promo_Subscription_one,
.Box_of_Promo_Subscription_two,
.Box_of_Promo_Subscription_three,
.Box_of_Promo_Subscription_four,
.Box_of_Promo_Subscription_five {
  width: 100%;
  float: left;
}
.Box_of_Promo_Subscription_three h1,
.Box_of_Promo_Subscription_four h1,
.Box_of_Promo_Subscription_five h1 {
  color: #ca0000;
}
.Box_of_Promo_Subscription_one .main_text h1,
.Box_of_Promo_Subscription_two h1 {
  color: #ccff00;
}
.Box_of_Promo_Subscription_one .main_text {
  margin-top: -470px;
  color: #ccff00;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  text-align: center;
}
.Box_of_Promo_Subscription_one .main_text .text_holder {
  font-size: 66px;
}
.Box_of_Promo_Subscription_one .main_text .icon_holder {
  padding: 70px 0 0 0;
  width: 100%;
  float: right;
}
.Box_of_Promo_Subscription_two .main_text {
  margin-top: -300px;
  color: #e4ff00;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.Box_of_Promo_Subscription_two .main_text .text_holder {
  width: 100%;
  float: right;
  font-size: 50px;
}
.Box_of_Promo_Subscription_two-two {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 33px;
  line-height: 35px;
  background: #e4ff00;
  font-weight: 600;
  color: #000;
}
.Box_of_Promo_Subscription_two-two ul li {
  width: 33.333%;
  float: left;
  padding: 20px 0;
}
.Box_of_Promo_Subscription_two-two ul li:nth-child(2) {
  background: #f2ff7f;
}
.Box_of_Promo_Subscription_three .main_text {
  margin-top: -700px;
}
.Box_of_Promo_Subscription_three .main_text .text_holder {
  width: 100%;
  float: right;
  font-size: 55px;
  color: #881821;
}
.Box_of_Promo_Subscription_four .main_text {
  width: 98%;
  float: left;
  padding: 70px 1% 40px 1%;
  background: #ced5e5;
}
.Box_of_Promo_Subscription_four .main_text ul li {
  width: 30%;
  padding: 0 1.5% 30px 1.5%;
  float: left;
}
.Box_of_Promo_Subscription_five {
  background: #fff;
  text-align: center;
  padding: 100px 0;
  text-align: center;
}
.Box_of_Promo_Subscription_five .main_img img {
  width: 400px;
  margin: 0 auto;
}
.Box_of_Promo_Subscription_five .main_text,
.Box_of_Promo_Subscription_five .other_text {
  width: 100%;
  float: left;
}
.Box_of_Promo_Subscription_five .main_text h1 {
  color: #494949;
  font-size: 100px;
}
.Box_of_Promo_Subscription_five .main_text img {
  width: 90%;
  margin: 50px auto;
}
.Box_of_Promo_Subscription_five .other_text {
  font-size: 38px;
}
.Box_of_Promo_Subscription_five .other_text img {
  width: 400px;
  margin: 50px auto 0 auto;
}

/*** charger_qi_clock.html ***/

.charger_qi_clock_one,
.charger_qi_clock_two,
.charger_qi_clock_three {
  width: 100%;
  float: left;
}
.charger_qi_clock_one .main_text {
  margin-top: -1050px;
  font-size: 48px;
  color: #000;
  text-align: center;
}
.charger_qi_clock_one .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_qi_clock_one .new_ico_holder {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 50;
  margin-top: -150px;
}
.charger_qi_clock_one .new_ico_holder .icon_holder {
  float: left;
  padding: 0;
  width: 100%;
}
.charger_qi_clock_two .main_text {
  margin-top: -900px;
  color: #fff;
}
.charger_qi_clock_two .main_text h1 {
  color: #c6ff00;
}
.charger_qi_clock_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.charger_qi_clock_three .main_text {
  margin-top: -1000px;
  text-align: center;
}

/*** gadget_desk_vacuum.html ***/

.gadget_desk_vacuum_one,
.gadget_desk_vacuum_two,
.gadget_desk_vacuum_three,
.gadget_desk_vacuum_four,
.gadget_desk_vacuum_five {
  width: 100%;
  float: left;
}
.gadget_desk_vacuum_one .main_text {
  margin-top: -1000px;
}
.gadget_desk_vacuum_one .main_text .icon_holder {
  padding: 50px 0 0 20%;
  width: 450px;
}
.gadget_desk_vacuum_one .main_text .text_holder {
  font-size: 55px;
  width: 80%;
  float: right;
}
.gadget_desk_vacuum_two {
  background: #2d2d2d;
  color: #fff;
}
.gadget_desk_vacuum_two .main_text {
  margin-top: -850px;
}
.gadget_desk_vacuum_two .main_text h1 {
  color: #d2ff00;
}
.gadget_desk_vacuum_two .main_text .text_holder {
  width: 65%;
  float: right;
}
.gadget_desk_vacuum_two .main_text .text_holder img {
  width: 560px;
  margin-top: 50px;
}
.gadget_desk_vacuum_three .main_text {
  margin-top: -950px;
}
.gadget_desk_vacuum_three .main_text .text_holder {
  width: 75%;
  float: right;
}
.gadget_desk_vacuum_four {
  background: #dfdfdf;
}
.gadget_desk_vacuum_four .main_text {
  margin-top: -900px;
}
.gadget_desk_vacuum_four .main_text .text_holder {
  width: 90%;
  float: right;
}
.gadget_desk_vacuum_five {
  background: #fff;
  padding: 150px 0 0 0;
}
.gadget_desk_vacuum_five .main_text {
  text-align: center;
}

/*** gadget_selfie_light.html ***/

.gadget_selfie_light_one,
.gadget_galaxy_two,
.gadget_selfie_light_three,
.gadget_selfie_light_four {
  width: 100%;
  float: left;
}
.gadget_selfie_light_one .main_text {
  margin-top: -1080px;
}
.gadget_selfie_light_one .main_text .text_holder {
  font-size: 50px;
}
.gadget_selfie_light_one .main_text .icon_holder {
  padding: 550px 0 0 0;
  width: 450px;
  float: left;
}
.gadget_selfie_light_two .main_text {
  margin-top: -1100px;
  text-align: center;
}
.gadget_selfie_light_three .main_text {
  margin-top: -900px;
}
.gadget_selfie_light_four .main_text {
  margin-top: -850px;
  color: #fff;
}
.gadget_selfie_light_four .main_text h1 {
  color: #d7fe00;
}
.gadget_selfie_light_four .main_text .text_holder {
  width: 65%;
  float: right;
}

/*** gadget_apple_pencil.html ***/

.gadget_apple_pencil_one,
.gadget_apple_pencil_two,
.gadget_apple_pencil_three {
  width: 100%;
  float: left;
}
.gadget_apple_pencil_one .main_text {
  margin-top: -900px;
}
.gadget_apple_pencil_one .main_text h1 {
  color: #fff;
  font-size: 110px;
}
.gadget_apple_pencil_one .main_text .icon_holder {
  padding: 300px 0 0 0;
  width: 450px;
}
.gadget_apple_pencil_one .main_text .text_holder {
  font-size: 50px;
}
.gadget_apple_pencil_two .main_text {
  margin-top: -1000px;
}
.gadget_apple_pencil_two .main_text .text_holder {
  width: 70%;
  float: right;
}
.gadget_apple_pencil_three .main_text {
  margin-top: -1000px;
  color: #fff;
}
.gadget_apple_pencil_three .main_text .text_holder {
  width: 65%;
  float: right;
}

/*** wellness_UV04.html ***/

.wellness_UV04_one,
.wellness_UV04_two,
.wellness_UV04_three,
.wellness_UV04_four,
.wellness_UV04_five {
  width: 100%;
  float: left;
}
.wellness_UV04_two h1,
.wellness_UV04_three h1,
.wellness_UV04_four h1 {
  color: #b40101;
}
.wellness_UV04_one .main_text {
  margin-top: -1300px;
  text-align: center;
}
.wellness_UV04_one h1 {
  color: #000;
  font-size: 90px;
}
.wellness_UV04_one .main_text .icon_holder {
  padding: 930px 0 0 0;
}
.wellness_UV04_two .main_text {
  margin-top: -950px;
}
.wellness_UV04_two .main_text .text_holder {
  width: 80%;
  float: right;
}
.wellness_UV04_three .main_text {
  margin-top: -1050px;
}
.wellness_UV04_three .main_text .text_holder {
  width: 48%;
  float: right;
}
.wellness_UV04_three .main_text .text_holder img {
  margin-top: 50px;
  width: 700px;
}
.wellness_UV04_four .main_text {
  margin-top: -950px;
}
.wellness_UV04_four .main_text .text_holder {
  width: 65%;
  float: right;
}
.wellness_UV04_five .main_text {
  text-align: center;
  background: #f4f4f4;
  width: 100%;
}

/*** wellness_aquv.html ***/

.wellness_aquv_one,
.wellness_aquv_two,
.wellness_aquv_three,
.wellness_aquv_four {
  width: 100%;
  float: left;
}
.wellness_aquv_one .main_text {
  margin-top: -850px;
  color: #000;
}
.wellness_aquv_one .main_text .icon_holder {
  padding: 250px 0 0 0;
  text-align: right;
}
.wellness_aquv_one .main_text .text_holder {
  width: 65%;
  float: right;
  font-size: 50px;
}
.wellness_aquv_two .main_text {
  margin-top: -800px;
}
.wellness_aquv_two .main_text .text_holder {
  width: 100%;
  float: right;
}
.wellness_aquv_two .main_text .text_holder img {
  width: 530px;
  margin-top: 50px;
}
.wellness_aquv_three .main_text {
  margin-top: -800px;
}
.wellness_aquv_three .main_text .text_holder {
  width: 45%;
  float: right;
}
.wellness_aquv_three .main_text .text_holder img {
  margin-top: 50px;
  width: 485px;
}
.wellness_aquv_four .main_text {
  margin-top: -800px;
  color: #bcfffc;
  text-align: right;
  text-shadow: 0 0 5px #000;
}
.wellness_aquv_four .main_text h1 {
  color: #fff;
}
.wellness_aquv_four .main_text .text_holder {
  width: 80%;
  float: left;
}

/*** charger_qi2210.html ***/

.charger_bamboo_one,
.charger_qi2210_two,
.charger_qi2210_three,
.charger_qi2210_four {
  width: 100%;
  float: left;
  color: #000;
}
.charger_qi2210_one .main_text {
  margin-top: -1100px;
  font-size: 48px;
}
.charger_qi2210_one .main_text .icon_holder {
  float: right;
  padding: 650px 8% 0 0;
  width: 450px;
}
.charger_qi2210_two .main_text {
  margin-top: -900px;
}
.charger_qi2210_two .main_text .text_holder {
  width: 83%;
  float: right;
}
.charger_qi2210_three .main_text {
  margin-top: -750px;
  color: #fff;
}
.charger_qi2210_three .main_text h1 {
  color: #cae800;
}
.charger_qi2210_three .main_text img {
  width: 650px;
  margin-top: 50px;
  float: left;
}
.charger_qi2210_three .main_text .text_holder {
  width: 48%;
  float: right;
}
.charger_qi2210_four .main_text {
  margin-top: -1000px;
}

/*** bluetooth_iTweetPro.html ***/

.bluetooth_iTweetPro_one,
.bluetooth_iTweetPro_two,
.bluetooth_iTweetPro_three,
.bluetooth_iTweetPro_four,
.bluetooth_iTweetPro_five {
  width: 100%;
  float: left;
}
.bluetooth_iTweetPro_one .main_text {
  margin-top: -1150px;
  color: #fff;
  text-align: center;
  font-size: 53px;
}
.bluetooth_iTweetPro_one .main_text h1,
.bluetooth_iTweetPro_two .main_text h1,
.bluetooth_iTweetPro_four .main_text h1,
.bluetooth_iTweetPro_five .main_text h1 {
  color: #d9ff28;
}
.bluetooth_iTweetPro_one .main_text .icon_holder {
  padding: 700px 0 0 0;
}
.bluetooth_iTweetPro_two .main_text {
  margin-top: -850px;
  color: #fff;
}
.bluetooth_iTweetPro_two .main_text h1 {
  width: 50%;
  padding: 0 0 20px 50%;
  float: right;
}
.bluetooth_iTweetPro_two .main_text h1 img {
  width: 115px;
  margin: 15px 15px 0 0;
  float: left;
}
.bluetooth_iTweetPro_two .main_text .text_holder {
  width: 41%;
  float: right;
}
.bluetooth_iTweetPro_three .main_text {
  margin-top: -850px;
}
.bluetooth_iTweetPro_three .main_text .text_holder {
  width: 60%;
  float: left;
}
.bluetooth_iTweetPro_four .main_text {
  margin-top: -900px;
  text-align: center;
  color: #fff;
}
.bluetooth_iTweetPro_five .main_text {
  margin-top: -900px;
  color: #fff;
}
.bluetooth_iTweetPro_five .main_text .text_holder {
  width: 45%;
  float: right;
}
.bluetooth_iTweetPro_five .main_text .img_holder {
  width: 60%;
  float: right;
  padding: 180px 0 0 0;
}

/*** gadget_suite_humidifier.html ***/

.gadget_suite_humidifier_one,
.gadget_suite_humidifier_two,
.gadget_suite_humidifier_three {
  width: 100%;
  float: left;
}
.gadget_suite_humidifier_one .main_text {
  margin-top: -950px;
}
.gadget_suite_humidifier_one .main_text .text_holder {
  width: 95%;
  float: right;
  font-size: 55px;
  color: #000;
  text-shadow: 0 0 20px #fff;
}
.gadget_suite_humidifier_one .main_text .icon_holder {
  padding: 480px 0 0 5%;
  width: 430px;
  float: left;
}
.gadget_suite_humidifier_two .main_text {
  margin-top: -1080px;
}
.gadget_suite_humidifier_two .main_text .text_holder {
  width: 75%;
  float: right;
}
.gadget_suite_humidifier_three .main_text {
  margin-top: -1080px;
}
.gadget_suite_humidifier_three .main_text .text_holder {
  width: 87%;
  float: right;
}

/*** gadget_smart_lightbulb.html ***/

.gadget_smart_lightbulb_one,
.gadget_smart_lightbulb_two,
.gadget_smart_lightbulb_three,
.gadget_smart_lightbulb_four {
  width: 100%;
  float: left;
}
.gadget_smart_lightbulb_one .main_text h1,
.gadget_smart_lightbulb_three .main_text h1,
.gadget_smart_lightbulb_three .main_text .text_holder,
.gadget_smart_lightbulb_four .main_text h1 {
  color: #d9ff28;
}
.gadget_smart_lightbulb_one .main_text {
  margin-top: -1000px;
}
.gadget_smart_lightbulb_one .main_text .text_holder {
  color: #fff;
  font-size: 55px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.gadget_smart_lightbulb_one .main_text .icon_holder {
  padding: 330px 0 0 0;
  float: left;
  width: 430px;
}
.gadget_smart_lightbulb_two .main_text {
  margin-top: -1100px;
}
.gadget_smart_lightbulb_three .main_text {
  margin-top: -900px;
}
.gadget_smart_lightbulb_three .main_text .text_holder {
  text-shadow: 0 0 5px #000;
  float: right;
  width: 90%;
}
.gadget_smart_lightbulb_four .main_text {
  margin-top: -1000px;
}
.gadget_smart_lightbulb_four .main_text h1 {
  letter-spacing: -3px;
  font-size: 77px;
}
.gadget_smart_lightbulb_four .main_text .text_holder {
  text-shadow: 0 0 5px #000;
  color: #d8ff00;
  float: right;
  width: 55%;
}
.gadget_smart_lightbulb_four .main_text .text_holder img {
  width: 820px;
  margin-top: 60px;
}

/*** NEW POPUP ***/

.new_popup {
  width: 900px;
  float: left;
  padding: 20px;
  display: none;
}
.new_popup .popup_form {
  width: 100%;
  float: left;
  padding: 0;
}
.new_popup h2 {
  font-size: 25px;
  font-weight: 600;
  color: #494949;
  border-bottom: 1px solid #718c8c;
  padding-bottom: 10px;
}
.new_popup h2 span {
  font-size: 16px;
  line-height: 25px;
  float: right;
  color: #0092b1;
  font-weight: normal;
}
.new_popup .text_holder {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.new_popup #photo_gallery {
  width: 48%;
  float: left;
}
.new_popup .discription {
  width: 48%;
  float: right;
}
.new_popup .discription h3 {
  color: #0a90d5;
  font-size: 18px;
  line-height: 18px;
  padding: 0 0 10px 0;
  font-weight: 600;
  letter-spacing: normal;
}
.new_popup .discription .main_text {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #718c8c;
}
.new_popup .discription .main_text .color,
.new_popup .discription .main_text .qty_cst,
.new_popup .discription .main_text .email,
.new_popup .discription .btn_holder {
  width: 100%;
  float: left;
}
.new_popup .discription .main_text .color span {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.new_popup .discription .main_text .color span.color1 {
  background: #000;
}
.new_popup .discription .main_text .color span.color2 {
  background: #d7d7d7;
}
.new_popup .discription .main_text .color span.color3 {
  background: #f30000;
}
.new_popup .discription .main_text .qty_cst h3 ul li {
  width: 130px;
}
.new_popup .discription .main_text .qty_cst h3 ul li:last-child {
  float: right;
}
.new_popup .discription .main_text .qty_cst h3 ul li select {
  background: url(../images/select-arrow2.png) no-repeat 95% 7px #e5ecec !important;
  cursor: pointer;
}
.new_popup .discription .main_text .qty_cst h3 ul li select,
.new_popup .discription .main_text .qty_cst h3 ul li input {
  border: 1px solid #a5a5a5;
  height: 30px;
  padding: 0 2.5%;
  width: 94.5%;
  font-size: 15px;
  font-weight: 600;
  color: #434343;
  background: #e5ecec;
  margin-top: 10px;
}
.new_popup .discription .main_text .qty_cst_table {
  width: 100%;
  float: left;
  padding-top: 15px;
  font-size: 12px;
  color: #696969;
}
.new_popup .discription .main_text .qty_cst_table ul li {
  width: 100%;
  background: #f1f6f6;
  margin-bottom: 1px;
  line-height: normal;
  padding: 3px 0;
}
.new_popup .discription .main_text .qty_cst_table .text_holder:first-child {
  width: 25%;
}
.new_popup .discription .main_text .qty_cst_table .text_holder {
  width: 15.0%;
  float: left;
  padding: 0;
}
.new_popup .discription .main_text .email input {
  padding: 0 2.5%;
  width: 95%;
  background: #e5ecec;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  color: #434343;
  margin: 0;
}
.new_popup .discription .btn_holder {
  padding-top: 20px;
}
.new_popup .discription .btn_holder img {
  width: 48%;
  margin: 0 2% 0 0;
  float: left;
  display: block;
}

/*** wellness_UV06.html ***/

.wellness_UV06_one,
.wellness_UV06_two,
.wellness_UV06_three,
.wellness_UV06_four,
.wellness_UV06_five {
  width: 100%;
  float: left;
}
.wellness_UV06_one .main_text {
  margin-top: -1250px;
  text-align: center;
  color: #d60000;
}
.wellness_UV06_one h1 {
  color: #393939;
}
.wellness_UV06_one .main_text .icon_holder {
  padding: 750px 0 0 0;
}
.wellness_UV06_one .main_text .text_holder {
  font-size: 45px;
}
.wellness_UV06_two .main_text {
  margin-top: -1000px;
  text-align: center;
}
.wellness_UV06_three .main_text {
  margin-top: -700px;
  text-align: center;
}
.wellness_UV06_four .main_text {
  margin-top: -950px;
}
.wellness_UV06_five .main_text {
  margin-top: -750px;
}

/*** charger_iStation.html ***/

.charger_iStation_one,
.charger_iStation_two,
.charger_iStation_three,
.charger_iStation_four {
  width: 100%;
  float: left;
}
.charger_iStation_one .main_text {
  margin-top: -1000px;
  font-size: 48px;
}
.charger_iStation_one .main_text .text_holder {
  color: #fff;
}
.charger_iStation_one .main_text .icon_holder {
  float: right;
  padding: 550px 0 0 0;
  width: 450px;
}
.charger_iStation_two .main_text {
  margin-top: -1200px;
  color: #fff;
}
.charger_iStation_two .main_text h1 {
  color: #d2ff00;
}
.charger_iStation_two .main_text .text_holder {
  width: 57%;
  float: right;
}
.charger_iStation_three .main_text {
  margin-top: -800px;
}
.charger_iStation_three .main_text h1,
.charger_iStation_four .main_text h1 {
  color: #c1040a;
}
.charger_iStation_three .main_text .text_holder img {
  width: 625px;
  margin-top: 80px;
}
.charger_iStation_four .main_text {
  margin-top: -850px;
}
.charger_iStation_four .main_text .text_holder {
  width: 70%;
  float: right;
  color: #fff;
}

/*** stationary_desktripod.html ***/

.gadget_desktripod_one,
.gadget_desktripod_two,
.gadget_desktripod_three,
.gadget_desktripod_four {
  width: 100%;
  float: left;
}
.gadget_desktripod_one .main_text {
  margin-top: -1000px;
}
.gadget_desktripod_one .main_text h1,
.gadget_selfietripod_one .main_text h1 {
  text-shadow: 0 0 15px #fff;
}
.gadget_desktripod_one .main_text .icon_holder {
  padding: 350px 0 0 0;
  width: 450px;
}
.gadget_desktripod_one .main_text .text_holder {
  font-size: 50px;
  color: #000;
}
.gadget_desktripod_two {
  color: #fff;
  text-align: center;
}
.gadget_desktripod_two .main_text {
  margin-top: -950px;
}
.gadget_desktripod_three .main_text {
  margin-top: -1020px;
  text-align: center;
}
.gadget_desktripod_four .main_text {
  margin-top: -970px;
}
.gadget_desktripod_four .main_text .text_holder {
  width: 50%;
  float: right;
}

/*** stationary_selfietripod.html ***/

.gadget_selfietripod_one,
.gadget_selfietripod_two,
.gadget_selfietripod_three,
.gadget_selfietripod_four {
  width: 100%;
  float: left;
}
.gadget_selfietripod_one .main_text {
  margin-top: -1150px;
}
.gadget_selfietripod_one .main_text .icon_holder {
  padding: 550px 0 0 0;
  width: 450px;
}
.gadget_selfietripod_one .main_text .text_holder {
  font-size: 50px;
  color: #000;
}
.gadget_selfietripod_two .main_text {
  margin-top: -1000px;
}
.gadget_selfietripod_two .main_text h1 img {
  width: 70px;
  float: left;
  margin: 10px 10px 0 0;
}
.gadget_selfietripod_two .main_text .text_holder {
  width: 84%;
  float: right;
}
.gadget_selfietripod_three .main_text {
  margin-top: -1000px;
}
.gadget_selfietripod_four .main_text {
  margin-top: -500px;
}

/*** wellness_Flexx.html ***/

.wellness_Flexx_one,
.wellness_Flexx_two,
.wellness_Flexx_three,
.wellness_Flexx_four {
  width: 100%;
  float: left;
}
.wellness_Flexx_one .main_text {
  margin-top: -1100px;
}
.wellness_Flexx_one .main_text .text_holder {
  font-size: 45px;
  text-align: right;
}
.wellness_Flexx_one .main_text .icon_holder {
  padding: 600px 0% 0 0;
  width: 460px;
  float: right;
}
.wellness_Flexx_two .main_text {
  margin-top: 0;
  background: #eeeeee;
}
.wellness_Flexx_two .main_text .text_holder {
  width: 100%;
  text-align: center;
  padding: 150px 0 100px 0;
}
.wellness_Flexx_three .main_text {
  margin-top: -800px;
}
.wellness_Flexx_four .main_text {
  margin-top: -900px;
}
.wellness_Flexx_four .main_text .text_holder {
  width: 55%;
  float: right;
}

/*** stationary_Zoom.html ***/

.stationary_Zoom_one,
.stationary_Zoom_two,
.stationary_Zoom_three,
.stationary_Zoom_four {
  width: 100%;
  float: left;
}
.stationary_Zoom_one .main_text {
  margin-top: -1000px;
}
.stationary_Zoom_one .main_text h1 {
  text-shadow: 0 0 30px #fff;
}
.stationary_Zoom_one .main_text .icon_holder {
  padding: 350px 0 0 6%;
  width: 450px;
}
.stationary_Zoom_one .main_text .text_holder {
  width: 94%;
  float: right;
  font-size: 50px;
}
.stationary_Zoom_two .main_text {
  margin-top: -760px;
}
.stationary_Zoom_two .main_text .text_holder {
  width: 35%;
  float: right;
}
.stationary_Zoom_three {
  background: #ededed;
  text-align: center;
}
.stationary_Zoom_three .main_text .text_holder {
  padding: 150px 0 0 0;
}
.stationary_Zoom_four .main_text {
  margin-top: -850px;
}
.stationary_Zoom_four .main_text .text_holder {
  width: 45%;
  float: right;
}

/*** audio_Harmon.html ***/

.audio_Harmon_one,
.audio_Harmon_two,
.audio_Harmon_three,
.audio_Harmon_four {
  width: 100%;
  float: left;
}
.audio_Harmon_one .main_text {
  margin-top: -1050px;
}
.audio_Harmon_one .main_text h1 {
  font-size: 120px;
}
.audio_Harmon_one .main_text .text_holder {
  font-size: 50px;
  color: #000;
  text-align: center;
}
.audio_Harmon_one .main_text .icon_holder {
  padding: 650px 0 0 0;
}
.audio_Harmon_two .main_text {
  margin-top: -900px;
}
.audio_Harmon_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.audio_Harmon_three .main_text {
  margin-top: -930px;
  color: #fff;
  text-align: center;
}
.audio_Harmon_three .main_text h1 {
  color: #e4ff00;
}
.audio_Harmon_four .main_text .text_holder {
  padding: 150px 0 0 0;
  text-align: center;
}

/*** charger_iMojo_Qi_FC21.html ***/

.charger_iMojo_Qi_FC21_one,
.charger_iMojo_Qi_FC21_two,
.charger_iMojo_Qi_FC21_three {
  width: 100%;
  float: left;
}
.charger_iMojo_Qi_FC21_one .main_text {
  margin-top: -820px;
  font-size: 50px;
  color: #000;
  text-shadow: 0 0 10px #fff;
}
.charger_iMojo_Qi_FC21_one .main_text .icon_holder {
  padding: 270px 0 0 0;
  width: 450px;
}
.charger_iMojo_Qi_FC21_two .main_text {
  margin-top: -1160px;
}
.charger_iMojo_Qi_FC21_two .details_holder img {
  width: 1025px;
  margin: 0 auto;
}
.charger_iMojo_Qi_FC21_two .main_text .text_holder {
  width: 65%;
  float: right;
  padding-top: 50px;
}
.charger_iMojo_Qi_FC21_three .main_text {
  margin-top: -900px;
}

/*** wellness_UVC09.html ***/

.wellness_UVC09_one,
.wellness_UVC09_two,
.wellness_UVC09_three {
  width: 100%;
  float: left;
}
.wellness_UVC09_one .main_text .text_holder,
.wellness_UVC09_three .main_text .text_holder {
  width: 97%;
  float: right;
}
.wellness_UVC09_one .main_text {
  margin-top: -980px;
  text-shadow: 0 0 20px #fff;
}
.wellness_UVC09_one .main_text .text_holder {
  font-size: 50px;
  color: #000;
}
.wellness_UVC09_one .main_text .icon_holder {
  padding: 550px 0 0 3%;
  width: 450px;
  float: left;
}
.wellness_UVC09_two .main_text {
  margin-top: -900px;
  text-align: center;
}
.wellness_UVC09_two .main_text .text_holder img {
  width: 950px;
  margin: 80px auto 0 auto;
  display: block;
}
.wellness_UVC09_three .main_text {
  margin-top: -980px;
  color: #fff;
}
.wellness_UVC09_three .main_text h1 {
  color: #dcfd00;
}

/*** wellness_Fitbolt2_Plus.html ***/

.wellness_Fitbolt2_Plus_one,
.wellness_Fitbolt2_Plus_two,
.wellness_Fitbolt2_Plus_three,
.wellness_Fitbolt2_Plus_four {
  width: 100%;
  float: left;
}
.wellness_Fitbolt2_Plus_one h1,
.wellness_Fitbolt2_Plus_two h1,
.wellness_Fitbolt2_Plus_three h1,
.wellness_Fitbolt2_Plus_four h1 {
  color: #d10000;
}
.wellness_Fitbolt2_Plus_one .main_text {
  margin-top: -1000px;
}
.wellness_Fitbolt2_Plus_one .main_text .icon_holder {
  padding: 300px 0 0 0;
  width: 580px;
}
.wellness_Fitbolt2_Plus_two .main_text {
  margin-top: -950px;
  color: #fff;
}
.wellness_Fitbolt2_Plus_two .main_text .text_holder {
  width: 60%;
  float: right;
}
.wellness_Fitbolt2_Plus_two .main_text .text_holder img {
  float: right;
  width: 440px;
  margin-top: 50px;
}
.wellness_Fitbolt2_Plus_three .main_text {
  margin-top: -900px;
}
.wellness_Fitbolt2_Plus_three .main_text .text_holder {
  width: 55%;
  float: right;
}
.wellness_Fitbolt2_Plus_four .main_text {
  margin-top: -0;
  text-align: center;
  background: #e9e9e9;
  padding: 150px 0 50px 0;
}

/*** gadget_snowflake.html ***/

.gadget_snowflake_one,
.gadget_snowflake_two,
.gadget_snowflake_three,
.gadget_snowflake_four {
  width: 100%;
  float: left;
}
.gadget_snowflake_one .main_text {
  margin-top: -950px;
  text-shadow: 0 0 20px #fff;
}
.gadget_snowflake_one .main_text .icon_holder {
  padding: 520px 6% 0 0;
  float: right;
  width: 580px;
}
.gadget_snowflake_one .main_text .text_holder {
  width: 94%;
  float: right;
}
.gadget_snowflake_two .main_text,
.gadget_snowflake_three .main_text {
  margin-top: 0;
  text-align: center;
}
.gadget_snowflake_two .main_text .text_holder,
.gadget_snowflake_three .main_text .text_holder {
  padding: 150px 0 0 0;
}
.gadget_snowflake_three {
  background: #eeeeee;
}
.gadget_snowflake_three .main_text h1 {
  font-size: 80px;
}
.gadget_snowflake_four .main_text {
  margin-top: -850px;
}
.gadget_snowflake_four .main_text .text_holder {
  width: 60%;
  float: right;
}

/*** charger_FC17.html ***/

.charger_FC17_one,
.charger_FC17_two,
.charger_FC17_three,
.charger_FC17_four {
  width: 100%;
  float: left;
}
.charger_FC17_one .main_text {
  margin-top: -1030px;
}
.charger_FC17_one .main_text .text_holder {
  float: left;
  color: #ef0000;
  font-size: 50px;
}
.charger_FC17_one .main_text .icon_holder {
  padding: 700px 0 0 0;
  width: 580px;
  float: right;
}
.charger_FC17_two .main_text {
  margin-top: 0;
  background: #dff0f0;
}
.charger_FC17_two .main_text .text_holder,
.charger_FC17_three .main_text .text_holder {
  float: left;
  padding: 150px 0 0 0;
}
.charger_FC17_three .main_text {
  margin-top: 0;
  text-align: center;
}
.charger_FC17_four .main_text {
  margin-top: -930px;
}

/*** audio_brick.html ***/

.audio_brick_one,
.audio_brick_two,
.audio_brick_three,
.audio_brick_four,
.audio_brick_five {
  width: 100%;
  float: left;
}
.audio_brick_one h1,
.audio_brick_two h1,
.audio_brick_three h1,
.audio_brick_four h1,
.audio_brick_five h1 {
  color: #ca0000;
}
.audio_brick_one .main_text {
  margin-top: -1050px;
}
.audio_brick_one .main_text .text_holder {
  color: #000;
  font-size: 45px;
}
.audio_brick_one .main_text .icon_holder {
  padding: 700px 0 0 0;
}
.audio_brick_two .main_text {
  margin-top: -1000px;
  color: #fff;
  text-align: center;
}
.audio_brick_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.audio_brick_three .main_text {
  margin-top: -900px;
  text-align: center;
}
.audio_brick_three .main_text .text_holder {
  width: 90%;
  float: right;
}
.audio_brick_four .main_text {
  margin-top: -950px;
}
.audio_brick_four .main_text .text_holder {
  width: 55%;
  float: right;
}
.audio_brick_five .main_text {
  margin-top: 0;
  text-align: center;
}
.audio_brick_five .main_text .text_holder {
  padding: 150px 0 0 0;
}

/*** gadget_light_cube.html ***/

.gadget_light_cube_one,
.gadget_light_cube_two,
.gadget_light_cube_three,
.gadget_light_cube_four {
  width: 100%;
  float: left;
}
.gadget_light_cube_one .main_text {
  margin-top: -1080px;
  color: #cbfe00;
}
.gadget_light_cube_one .main_text h1 {
  color: #cbfe00;
}
.gadget_light_cube_one .main_text .text_holder {
  width: 95%;
  float: right;
  font-size: 45px;
}
.gadget_light_cube_one .main_text .icon_holder {
  padding: 600px 0 0 5%;
  width: 580px;
}
.gadget_light_cube_two .main_text {
  margin-top: 0;
  text-align: center;
  background: #d5eef2;
}
.gadget_light_cube_two .main_text .text_holder {
  width: 100%;
  float: left;
  padding: 150px 0 0 0;
}
.gadget_light_cube_three .main_text {
  margin-top: -950px;
}
.gadget_light_cube_three .main_text .text_holder {
  width: 37%;
  float: right;
}
.gadget_light_cube_four .main_text {
  margin-top: -850px;
}
.gadget_light_cube_four .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** gadget_Motion_Tripod.html ***/

.gadget_Motion_Tripod_one,
.gadget_Motion_Tripod_two,
.gadget_Motion_Tripod_three {
  width: 100%;
  float: left;
}
.gadget_Motion_Tripod_one .main_text {
  margin-top: -1000px;
}
.gadget_Motion_Tripod_one .main_text .text_holder {
  color: #000;
  font-size: 45px;
}
.gadget_Motion_Tripod_one .main_text .icon_holder {
  padding: 450px 0 0 0;
  width: 580px;
}
.gadget_Motion_Tripod_two .main_text {
  margin-top: -700px;
}
.gadget_Motion_Tripod_two .main_text .text_holder {
  width: 38%;
  float: right;
}
.gadget_Motion_Tripod_two .main_text .text_holder img {
  width: 160px;
  margin-top: 30px;
}
.gadget_Motion_Tripod_three .main_text {
  margin-top: -800px;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
}
.gadget_Motion_Tripod_three .main_text .text_holder {
  width: 45%;
  float: right;
}

/*** stationary_infinity_leather.html ***/

.march_stationary_infinity_leather_one,
.march_stationary_infinity_leather_two,
.march_stationary_infinity_leather_three,
.march_stationary_infinity_leather_four,
.march_stationary_infinity_leather_five,
.march_stationary_infinity_leather_six,
.march_stationary_infinity_leather_seven {
  width: 100%;
  float: left;
}
.march_stationary_infinity_leather_one .main_text {
  margin-top: -1250px;
}
.march_stationary_infinity_leather_one .main_text .icon_holder {
  padding: 800px 0 0 5%;
  width: 580px;
}
.march_stationary_infinity_leather_one .main_text .text_holder {
  width: 95%;
  float: right;
  color: #000;
  font-size: 40px;
  color: #fff;
}
.march_stationary_infinity_leather_one .main_text h1 {
  color: #dcf600;
}
.march_stationary_infinity_leather_two .main_text {
  margin-top: -810px;
}
.march_stationary_infinity_leather_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.march_stationary_infinity_leather_three .main_text {
  margin-top: -840px;
}
.march_stationary_infinity_leather_three .main_text .text_holder {
  width: 40%;
  float: right;
}
.march_stationary_infinity_leather_four .main_text {
  margin-top: -1250px;
  text-align: center;
}
.march_stationary_infinity_leather_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.march_stationary_infinity_leather_four .main_text .text_holder img {
  width: 164px;
  margin: 0 auto 20px auto;
}
.march_stationary_infinity_leather_five .main_text {
  margin-top: -1120px;
  text-align: center;
}
.march_stationary_infinity_leather_five .main_text .text_holder {
  width: 100%;
  float: left;
}
.march_stationary_infinity_leather_six .main_text,
.march_stationary_infinity_leather_seven .main_text {
  padding: 150px 0 0 0;
}
.march_stationary_infinity_leather_six .main_text {
  margin-top: -0;
  background: #fff;
}
.march_stationary_infinity_leather_six .main_text .text_holder {
  width: 100%;
  float: left;
}
.march_stationary_infinity_leather_seven .main_text {
  margin-top: -0;
  background: #f4f3f3;
  text-align: center;
}
.march_stationary_infinity_leather_seven .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** wellness_TM08.html ***/

.wellness_TM08_one,
.wellness_TM08_two,
.wellness_TM08_three,
.wellness_TM08_four {
  width: 100%;
  float: left;
}
.wellness_TM08_one .main_text {
  margin-top: -1050px;
}
.wellness_TM08_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 45px;
}
.wellness_TM08_one .main_text .icon_holder {
  padding: 590px 0 0 0;
  width: 580px;
  float: left;
}
.wellness_TM08_two .main_text {
  margin-top: -900px;
}
.wellness_TM08_two .main_text h1 img {
  width: 150px;
  margin: 0 auto 20px auto;
  float: left;
}
.wellness_TM08_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_TM08_three .main_text {
  margin-top: -900px;
  color: #d2ff00;
}
.wellness_TM08_three .main_text h1 {
  color: #d2ff00;
}
.wellness_TM08_three .main_text .text_holder {
  width: 40%;
  float: right;
}
.wellness_TM08_four .main_text {
  margin-top: 0;
  padding: 150px 0 50px 0;
  text-align: center;
}

/*** wellness_Vase.html ***/

.wellness_Vase_one,
.wellness_Vase_two,
.wellness_Vase_three,
.wellness_Vase_four,
.wellness_Vase_five {
  width: 100%;
  float: left;
}
.wellness_Vase_one .main_text {
  margin-top: -950px;
  color: #caee00;
}
.wellness_Vase_one .main_text h1 {
  color: #caee00;
}
.wellness_Vase_one .main_text .text_holder {
  width: 100%;
  float: left;
  font-size: 50px;
}
.wellness_Vase_one .main_text .icon_holder {
  padding: 400px 0 0 0;
  width: 580px;
}
.wellness_Vase_two .main_text {
  margin-top: -750px;
}
.wellness_Vase_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.wellness_Vase_three .main_text {
  margin-top: 0;
  padding-top: 150px;
  text-align: center;
}
.wellness_Vase_four .main_text {
  margin-top: -700px;
  color: #fff;
}
.wellness_Vase_four .main_text .text_holder {
  width: 50%;
  float: left;
}
.wellness_Vase_five .main_text {
  margin-top: -870px;
}
.wellness_Vase_five .main_text .text_holder {
  width: 50%;
  float: right;
}

/*** wellness_Vivid.html ***/

.wellness_Vivid_one,
.wellness_Vivid_two,
.wellness_Vivid_three {
  width: 100%;
  float: left;
}
.wellness_Vivid_one .main_text {
  margin-top: -850px;
}
.wellness_Vivid_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 50px;
}
.wellness_Vivid_one .main_text .icon_holder {
  padding: 300px 0 0 0;
  width: 580px;
}
.wellness_Vivid_two .main_text {
  margin-top: -850px;
}
.wellness_Vivid_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.wellness_Vivid_three .main_text {
  margin-top: -1150px;
}

/*** wellness_Sonic.html ***/

.wellness_Sonic_one,
.wellness_Sonic_two,
.wellness_Sonic_three,
.wellness_Sonic_four {
  width: 100%;
  float: left;
}
.wellness_Sonic_one .main_text {
  margin-top: -1000px;
  text-align: center;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
}
.wellness_Sonic_one .main_text h1 {
  color: #000;
  font-size: 130px;
}
.wellness_Sonic_one .main_text .text_holder {
  color: #000;
  font-size: 75px;
}
.wellness_Sonic_one .main_text .icon_holder {
  padding: 450px 10% 0 0;
  width: 560px;
  float: right;
}
.wellness_Sonic_two .main_text {
  margin-top: -900px;
}
.wellness_Sonic_two .main_text .text_holder {
  width: 95%;
  float: right;
}
.wellness_Sonic_three .main_text {
  margin-top: -950px;
  color: #c40000;
  text-shadow: 0 0 10px #fff;
}
.wellness_Sonic_three .main_text .text_holder {
  width: 80%;
  float: right;
}
.wellness_Sonic_four .main_text {
  margin-top: -900px;
}
.wellness_Sonic_four .main_text .text_holder {
  width: 40%;
  float: right;
}

/*** gadget_Redscope.html ***/

.gadget_Redscope_one,
.gadget_Redscope_two,
.gadget_Redscope_three,
.gadget_Redscope_four {
  width: 100%;
  float: left;
}
.gadget_Redscope_one .main_text {
  margin-top: -1120px;
  text-align: center;
}
.gadget_Redscope_one .main_text .text_holder {
  font-size: 50px;
}
.gadget_Redscope_one .main_text .icon_holder {
  padding: 800px 0 0 0;
}
.gadget_Redscope_two .main_text {
  margin-top: -1000px;
  color: #fff;
}
.gadget_Redscope_two .main_text h1 {
  color: #fff;
}
.gadget_Redscope_three .main_text {
  margin-top: -800px;
}
.gadget_Redscope_three .main_text .text_holder {
  width: 30%;
  float: right;
}
.gadget_Redscope_four .main_text {
  margin-top: -800px;
}

/*** gadget_Sentry.html ***/

.gadget_Sentry_one,
.gadget_Sentry_two,
.gadget_Sentry_three,
.gadget_Sentry_four,
.gadget_Sentry_five,
.gadget_Sentry_six {
  width: 100%;
  float: left;
}
.gadget_Sentry_one .main_text {
  margin-top: -1050px;
}
.gadget_Sentry_one .main_text .text_holder {
  width: 95%;
  float: right;
  color: #c40000;
  font-size: 45px;
  text-shadow: 0 0 10px #ffffff;
}
.gadget_Sentry_one .main_text .icon_holder {
  padding: 550px 10% 0 0;
  width: 560px;
  float: right;
}
.gadget_Sentry_two .main_text {
  margin-top: -900px;
}
.gadget_Sentry_two .main_text .text_holder {
  width: 45%;
  float: left;
}
.gadget_Sentry_three .main_text {
  margin-top: -800px;
}
.gadget_Sentry_three .main_text .text_holder {
  width: 40%;
  float: right;
}

/*** gadget_Redscope.html ***/

.name_one,
.name_two,
.name_three,
.name_four,
.name_five,
.name_six {
  width: 100%;
  float: left;
}
.name_one .main_text {
  margin-top: -700px;
}
.name_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.name_one .main_text .icon_holder {
  padding: 200px 0 0 0;
}
.name_two .main_text {
  margin-top: -700px;
}
.name_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.name_three .main_text {
  margin-top: -700px;
}
.name_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.name_four .main_text {
  margin-top: -700px;
}
.name_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.name_five .main_text {
  margin-top: -700px;
}
.name_five .main_text .text_holder {
  width: 100%;
  float: left;
}
.name_six .main_text {
  margin-top: -700px;
}
.name_six .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** gadget_Sonic_air.html ***/

.gadget_Sonic_air_one,
.gadget_Sonic_air_two,
.gadget_Sonic_air_three,
.gadget_Sonic_air_four {
  width: 100%;
  float: left;
}
.gadget_Sonic_air_one .main_text h1,
.gadget_Sonic_air_one .main_text h1,
.gadget_Sonic_air_one .main_text h1,
.gadget_Sonic_air_one .main_text h1 {
  color: #a50000;
}
.gadget_Sonic_air_one .main_text {
  margin-top: -1000px;
}
.gadget_Sonic_air_one .main_text .text_holder {
  width: 100%;
  float: right;
  color: #000;
  font-size: 50px;
}
.gadget_Sonic_air_one .main_text .icon_holder {
  padding: 550px 0 0 0;
  width: 580px;
}
.gadget_Sonic_air_two .main_text {
  margin-top: -750px;
}
.gadget_Sonic_air_two .main_text .text_holder,
.gadget_Sonic_air_three .main_text .text_holder {
  width: 52%;
  float: right;
}
.gadget_Sonic_air_three .main_text {
  margin-top: -900px;
}
.gadget_Sonic_air_three .main_text .text_holder img {
  width: 90%;
  padding-top: 50px;
}
.gadget_Sonic_air_four .main_text {
  margin-top: -1000px;
}
.gadget_Sonic_air_four .main_text .text_holder {
  width: 88%;
  float: right;
}

/*** wellness_Aroma.html ***/

.wellness_Aroma_one,
.wellness_Aroma_two,
.wellness_Aroma_three {
  width: 100%;
  float: left;
}
.wellness_Aroma_one .main_text {
  margin-top: -950px;
}
.wellness_Aroma_one .main_text .text_holder {
  width: 95%;
  float: right;
  color: #000;
  font-size: 50px;
}
.wellness_Aroma_one .main_text .icon_holder {
  padding: 550px 0 0 5%;
  width: 580px;
}
.wellness_Aroma_two .main_text {
  margin-top: -1060px;
}
.wellness_Aroma_two .main_text .text_holder {
  width: 48%;
  float: right;
}
.wellness_Aroma_three .main_text {
  margin-top: -920px;
  color: #ffffff;
}
.wellness_Aroma_three .main_text .text_holder {
  width: 50%;
  float: right;
}

/*** wellness_Smartwatches.html ***/

.wellness_Smartwatches_one,
.wellness_Smartwatches_two,
.wellness_Smartwatches_three,
.wellness_Smartwatches_four {
  width: 100%;
  float: left;
}
.wellness_Smartwatches_one .main_text {
  margin-top: -1000px;
}
.wellness_Smartwatches_one .main_text h1,
.wellness_Smartwatches_one .main_text .text_holder {
  color: #b4ff00;
  float: left;
}
.wellness_Smartwatches_one .main_text .text_holder {
  width: 100%;
  float: left;
  font-size: 50px;
  text-align: left;
}
.wellness_Smartwatches_one .main_text .text_holder img {
  width: 160px;
  float: left;
  margin-top: 50px;
}
.wellness_Smartwatches_one .main_text .icon_holder {
  padding: 350px 0 0 0;
  width: 580px;
}
.wellness_Smartwatches_two .main_text h1,
.wellness_Smartwatches_three .main_text h1,
.wellness_Smartwatches_four .main_text h1,
.wellness_Smartwatches_five .main_text h1 {
  color: #ca0000;
}
.wellness_Smartwatches_two .main_text {
  margin-top: -1000px;
}
.wellness_Smartwatches_two .main_text .text_holder {
  width: 50%;
  float: left;
}
.wellness_Smartwatches_three .main_text {
  margin-top: -900px;
}
.wellness_Smartwatches_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_Smartwatches_three .main_text .text_holder img {
  width: 480px;
  float: left;
  margin-top: 50px;
}
.wellness_Smartwatches_four .main_text {
  margin-top: -800px;
}
.wellness_Smartwatches_four .main_text .text_holder {
  width: 85%;
  float: right;
}
.wellness_Smartwatches_five .main_text {
  padding: 200px 0;
  background: url(../images/product-spec.png) no-repeat right 300px #aee000;
}
.wellness_Smartwatches_five .main_text ul li {
  width: 460px;
  margin: 0 0 0 150px;
}
.wellness_Smartwatches_five .main_text .img_holder,
.wellness_Smartwatches_five .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_Smartwatches_five .main_text .text_holder {
  padding: 0 0 50px 0;
}

/*** gadget_CafeJug.html ***/

.gadget_CafeJug_one,
.gadget_CafeJug_two,
.gadget_CafeJug_three,
.gadget_CafeJug_four,
.gadget_CafeJug_five {
  width: 100%;
  float: left;
}
.gadget_CafeJug_one h1,
.gadget_CafeJug_two h1,
.gadget_CafeJug_three h1,
.gadget_CafeJug_four h1,
.gadget_CafeJug_five h1 {
  color: #a50000;
}
.gadget_CafeJug_one .main_text {
  margin-top: -1080px;
  text-align: center;
  color: #a50000;
}
.gadget_CafeJug_one .main_text .text_holder {
  width: 100%;
  float: left;
  font-size: 50px;
}
.gadget_CafeJug_one .main_text .icon_holder {
  padding: 700px 0 0 0;
}
.gadget_CafeJug_two .main_text {
  margin-top: -900px;
}
.gadget_CafeJug_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.gadget_CafeJug_two .main_text .text_holder img {
  widows: 95%;
  margin-bottom: 30px;
}
.gadget_CafeJug_three .main_text {
  margin-top: -800px;
}
.gadget_CafeJug_three .main_text .text_holder {
  width: 45%;
  float: left;
}
.gadget_CafeJug_four .main_text {
  margin-top: -950px;
}
.gadget_CafeJug_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.gadget_CafeJug_five .main_text {
  margin-top: -800px;
}
.gadget_CafeJug_five .main_text .text_holder {
  width: 50%;
  float: left;
}

/*** stationery_RFID_Badge_Holder.html ***/

.stationery_RFID_Badge_Holder_one,
.stationery_RFID_Badge_Holder_two,
.stationery_RFID_Badge_Holder_three,
.stationery_RFID_Badge_Holder_four,
.stationery_RFID_Badge_Holder_five {
  width: 100%;
  float: left;
}
.stationery_RFID_Badge_Holder_one .main_text {
  margin-top: -800px;
}
.stationery_RFID_Badge_Holder_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.stationery_RFID_Badge_Holder_one .main_text .icon_holder {
  padding: 400px 0 0 0;
  width: 580px;
}
.stationery_RFID_Badge_Holder_two .main_text {
  margin-top: -960px;
}
.stationery_RFID_Badge_Holder_two .main_text .text_holder {
  width: 73%;
  float: right;
}
.stationery_RFID_Badge_Holder_three .main_text {
  margin-top: -930px;
}
.stationery_RFID_Badge_Holder_three .main_text img {
  width: 140px;
  float: right;
}
.stationery_RFID_Badge_Holder_three .main_text .text_holder {
  width: 55%;
  float: right;
}
.stationery_RFID_Badge_Holder_four .main_text {
  margin-top: -800px;
}
.stationery_RFID_Badge_Holder_four .main_text img {
  width: 350px;
  margin: 30px auto 0 auto;
}
.stationery_RFID_Badge_Holder_four .main_text .text_holder {
  width: 60%;
  float: left;
}
.stationery_RFID_Badge_Holder_five .main_text {
  margin-top: -800px;
}
.stationery_RFID_Badge_Holder_five .main_text .text_holder {
  width: 50%;
  float: right;
}

/*** stationery_Magsafe_Wallet_Stand.html ***/

.stationery_Magsafe_Wallet_Stand_one,
.stationery_Magsafe_Wallet_Stand_two,
.stationery_Magsafe_Wallet_Stand_three,
.stationery_Magsafe_Wallet_Stand_four,
.stationery_Magsafe_Wallet_Stand_five {
  width: 100%;
  float: left;
}
.stationery_Magsafe_Wallet_Stand_one .main_text {
  margin-top: -1160px;
}
.stationery_Magsafe_Wallet_Stand_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.stationery_Magsafe_Wallet_Stand_one .main_text .icon_holder {
  padding: 750px 0 0 0;
  width: 580px;
}
.stationery_Magsafe_Wallet_Stand_two .main_text {
  margin-top: -950px;
}
.stationery_Magsafe_Wallet_Stand_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.stationery_Magsafe_Wallet_Stand_three .main_text {
  margin-top: -1100px;
  color: #fff;
}
.stationery_Magsafe_Wallet_Stand_three .main_text h1 {
  color: #caf9ff;
}
.stationery_Magsafe_Wallet_Stand_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.stationery_Magsafe_Wallet_Stand_four .main_text {
  margin-top: -850px;
}
.stationery_Magsafe_Wallet_Stand_four .main_text .text_holder {
  width: 45%;
  float: right;
  padding: 0 3% 0 0;
}
.stationery_Magsafe_Wallet_Stand_five .main_text {
  margin-top: -950px;
}
.stationery_Magsafe_Wallet_Stand_five .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellnes_Digitil_Jumprope_one .main_text .text_holder,
.wellnes_grip_strength_one .main_text .text_holder,
.gadget_Magsafe_Grip_one .main_text .text_holder {
  width: 100%;
  float: left;
  font-size: 50px;
}

/*** wellnes_Digitil_Jumprope.html ***/

.wellnes_Digitil_Jumprope_one,
.wellnes_Digitil_Jumprope_two,
.wellnes_Digitil_Jumprope_three,
.wellnes_Digitil_Jumprope_four,
.wellnes_Digitil_Jumprope_five {
  width: 100%;
  float: left;
}
.wellnes_Digitil_Jumprope_one .main_text {
  margin-top: -1100px;
  color: #ff0000;
}
.wellnes_Digitil_Jumprope_one .main_text .icon_holder {
  padding: 650px 0 0 0;
  width: 580px;
  float: right;
}
.wellnes_Digitil_Jumprope_two .main_text {
  margin-top: -1000px;
}
.wellnes_Digitil_Jumprope_two .main_text .text_holder {
  width: 70%;
  float: right;
}
.wellnes_Digitil_Jumprope_three .main_text {
  margin-top: -950px;
}
.wellnes_Digitil_Jumprope_three .main_text .text_holder {
  width: 90%;
  float: right;
}
.wellnes_Digitil_Jumprope_four .main_text {
  margin-top: -900px;
}
.wellnes_Digitil_Jumprope_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.wellnes_Digitil_Jumprope_five .main_text {
  margin-top: -900px;
}
.wellnes_Digitil_Jumprope_five .main_text .text_holder {
  width: 50%;
  float: left;
}

/*** wellnes_grip_strength.html ***/

.wellnes_grip_strength_one,
.wellnes_grip_strength_two,
.wellnes_grip_strength_three,
.wellnes_grip_strength_four,
.wellnes_grip_strength_five {
  width: 100%;
  float: left;
}
.wellnes_grip_strength_one .main_text {
  margin-top: -1100px;
  color: #ff0000;
  text-shadow: 0 0 10px #fff;
}
.wellnes_grip_strength_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 580px;
  float: right;
}
.wellnes_grip_strength_two .main_text {
  margin-top: -900px;
}
.wellnes_grip_strength_two .main_text h1,
.wellnes_grip_strength_three .main_text h1,
.wellnes_grip_strength_five .main_text h1 {
  color: #969696;
}
.wellnes_grip_strength_three .main_text {
  margin-top: -900px;
}
.wellnes_grip_strength_three .main_text .text_holder {
  width: 40%;
  float: left;
}
.wellnes_grip_strength_four .main_text {
  margin-top: -1000px;
  color: #fff;
}
.wellnes_grip_strength_four .main_text h1 {
  color: #beee00;
}
.wellnes_grip_strength_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.wellnes_grip_strength_five .main_text {
  margin-top: -800px;
}
.wellnes_grip_strength_five .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** gadget_Magsafe_Grip.html ***/

.gadget_Magsafe_Grip_one,
.gadget_Magsafe_Grip_two,
.gadget_Magsafe_Grip_three,
.gadget_Magsafe_Grip_four,
.gadget_Magsafe_Grip_five {
  width: 100%;
  float: left;
}
.gadget_Magsafe_Grip_one h1,
.gadget_Magsafe_Grip_two h1,
.gadget_Magsafe_Grip_four h1,
.gadget_Magsafe_Grip_five h1 {
  color: #c5007d;
}
.gadget_Magsafe_Grip_three h1 {
  color: #baff00;
}
.gadget_Magsafe_Grip_one .main_text {
  margin-top: -1050px;
  text-align: center;
}
.gadget_Magsafe_Grip_one .main_text .icon_holder {
  padding: 700px 0 0 0;
  width: 580px;
}
.gadget_Magsafe_Grip_two .main_text {
  margin-top: -800px;
  text-align: right;
}
.gadget_Magsafe_Grip_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_Magsafe_Grip_three .main_text {
  margin-top: -700px;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.gadget_Magsafe_Grip_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_Magsafe_Grip_four .main_text {
  margin-top: -700px;
}
.gadget_Magsafe_Grip_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.gadget_Magsafe_Grip_five .main_text {
  margin-top: -650px;
  text-align: center;
}
.gadget_Magsafe_Grip_five .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** gadget_gaming_mousepad.html ***/

.gadget_gaming_mousepad_one,
.gadget_gaming_mousepad_two,
.gadget_gaming_mousepad_three,
.gadget_gaming_mousepad_four {
  width: 100%;
  float: left;
}
.gadget_gaming_mousepad_one .main_text h1,
.gadget_gaming_mousepad_three .main_text h1 {
  color: #fff;
}
.gadget_gaming_mousepad_one .main_text {
  margin-top: -400px;
  text-align: center;
}
.gadget_gaming_mousepad_one .main_text span {
  color: #00f6ff;
}
.gadget_gaming_mousepad_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 50px;
}
.gadget_gaming_mousepad_one .main_text .icon_holder {
  padding: 50px 0 0 0;
}
.gadget_gaming_mousepad_two .main_text {
  margin-top: -1250px;
}
.gadget_gaming_mousepad_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_gaming_mousepad_three .main_text {
  margin-top: -1100px;
  text-align: center;
  color: #fff;
}
.gadget_gaming_mousepad_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_gaming_mousepad_four .main_text {
  margin-top: -700px;
}
.gadget_gaming_mousepad_four .main_text .text_holder {
  width: 55%;
  float: left;
}

/*** gadget_heated_mug.html ***/

.gadget_heated_mug_one,
.gadget_heated_mug_two,
.gadget_heated_mug_three,
.gadget_heated_mug_four,
.gadget_heated_mug_five {
  width: 100%;
  float: left;
}
.gadget_heated_mug_one .main_text h1 {
  color: #fff;
}
.gadget_heated_mug_three .main_text h1 {
  color: #cbfe00;
}
.gadget_heated_mug_one .main_text {
  margin-top: -800px;
  color: #fff;
}
.gadget_heated_mug_one .main_text .text_holder {
  width: 100%;
  float: left;
  font-size: 50px;
}
.gadget_heated_mug_one .main_text .icon_holder {
  padding: 400px 0 0 0%;
  float: left;
  text-align: left;
}
.gadget_heated_mug_two .main_text {
  margin-top: -900px;
}
.gadget_heated_mug_two .main_text .text_holder,
.gadget_heated_mug_five .main_text .text_holder {
  width: 50%;
  float: right;
}
.gadget_heated_mug_three .main_text {
  margin-top: -900px;
  color: #fff;
}
.gadget_heated_mug_three .main_text .text_holder {
  width: 50%;
  float: left;
}
.gadget_heated_mug_four .main_text {
  margin-top: -1000px;
  text-align: center;
}
.gadget_heated_mug_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_heated_mug_five .main_text {
  margin-top: -700px;
}

/*** NEW HOME PAGE 5 OCTOBER 2021 ***/

.new_home_two {
  width: 100%;
  float: left;
}
.new_home_two img {
  border: 0;
}
.new_home_two .mobile_img {
  display: none;
}
.new_home_two .main_img {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
}
.new_home_two .main_text {
  width: 100%;
  float: left;
  top: 0;
  left: 0;
  position: relative;
  z-index: 20;
  margin-top: -600px;
  color: #ffffff;
}
.new_home_two .main_text .text_holder {
  width: 55%;
  float: right;
  font-size: 35px;
  line-height: 60px;
}
.new_home_two .main_text h1 {
  color: #e3212c;
  font-size: 90px;
  padding-bottom: 10px;
}
.new_home_two .main_text img {
  float: left;
  width: 60px;
  margin: 0 10px 0 0;
}
.new_home_two .main_text a {
  color: #fff;
  text-decoration: none;
}

/*** gadget_stash_slingbag.html ***/

.gadget_stash_slingbag_one,
.gadget_stash_slingbag_two,
.gadget_stash_slingbag_three,
.gadget_stash_slingbag_four,
.gadget_stash_slingbag_five {
  width: 100%;
  float: left;
}
.gadget_stash_slingbag_two h1,
.gadget_stash_slingbag_three h1,
.gadget_stash_slingbag_four h1,
.gadget_stash_slingbag_five h1 {
  color: #ca0101;
}
.gadget_stash_slingbag_one .main_text {
  margin-top: -1000px;
  color: #c0ff00;
}
.gadget_stash_slingbag_one .main_text h1 {
  color: #c0ff00;
}
.gadget_stash_slingbag_one .main_text .text_holder {
  width: 100%;
  float: left;
  font-size: 50px;
}
.gadget_stash_slingbag_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 580px;
}
.gadget_stash_slingbag_two .main_text {
  margin-top: -1050px;
  text-align: center;
}
.gadget_stash_slingbag_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_stash_slingbag_three .main_text {
  margin-top: -1050px;
  text-align: center;
}
.gadget_stash_slingbag_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_stash_slingbag_four .main_text {
  margin-top: -1100px;
}
.gadget_stash_slingbag_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_stash_slingbag_five .main_text {
  margin-top: -1050px;
  text-align: center;
}
.gadget_stash_slingbag_five .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** gadget_action_camera.html ***/

.gadget_action_camera_one,
.gadget_action_camera_two,
.gadget_action_camera_three,
.gadget_action_camera_four,
.gadget_action_camera_five {
  width: 100%;
  float: left;
}
.gadget_action_camera_one .main_text {
  margin-top: -1050px;
}
.gadget_action_camera_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.gadget_action_camera_one .main_text .icon_holder {
  padding: 650px 0 0 0;
  width: 580px;
}
.gadget_action_camera_two .main_text {
  margin-top: -1100px;
  text-align: right;
}
.gadget_action_camera_two .main_text .text_holder {
  width: 100%;
  float: left;
  text-shadow: 0 0 10px #ffffff;
}
.gadget_action_camera_three .main_text {
  margin-top: -900px;
  text-align: center;
}
.gadget_action_camera_three .main_text,
.gadget_action_camera_three .main_text h1 {
  color: #cefa01;
}
.gadget_action_camera_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_action_camera_four .main_text {
  margin-top: -700px;
}
.gadget_action_camera_four .main_text .text_holder,
.gadget_action_camera_five .main_text .text_holder {
  width: 45%;
  float: right;
}
.gadget_action_camera_five .main_text {
  margin-top: -550px;
}

/*** wellness_Fitbolt_Lumbar.html ***/

.wellness_Fitbolt_Lumbar_footer {
  width: 100%;
  float: left;
  background: url(../images/wellness_Fitbolt_Lumbar-footer-img.png) no-repeat
    center 0 #aee000 !important;
}
.wellness_Fitbolt_Lumbar_one,
.wellness_Fitbolt_Lumbar_two,
.wellness_Fitbolt_Lumbar_three,
.wellness_Fitbolt_Lumbar_four {
  width: 100%;
  float: left;
}
.wellness_Fitbolt_Lumbar_one .main_text {
  margin-top: -950px;
  text-align: right;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff;
}
.wellness_Fitbolt_Lumbar_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.wellness_Fitbolt_Lumbar_one .main_text .icon_holder {
  padding: 500px 0 0 0;
  width: 580px;
  float: right;
}
.wellness_Fitbolt_Lumbar_two .main_text {
  margin-top: -1000px;
}
.wellness_Fitbolt_Lumbar_two .main_text .text_holder,
.wellness_Fitbolt_Lumbar_three .main_text .text_holder {
  width: 55%;
  float: right;
}
.wellness_Fitbolt_Lumbar_three .main_text {
  margin-top: -950px;
}
.wellness_Fitbolt_Lumbar_four .main_text {
  background: #eef6f9;
  padding: 50px 0 100px 0;
  text-align: center;
}

/*** charger_Magsafe_Airvent_FC23.html ***/

.charger_Magsafe_Airvent_FC23_one,
.charger_Magsafe_Airvent_FC23_two,
.charger_Magsafe_Airvent_FC23_three,
.charger_Magsafe_Airvent_FC23_four,
.charger_Magsafe_Airvent_FC23_five {
  width: 100%;
  float: left;
}
.charger_Magsafe_Airvent_FC23_one h1,
.charger_Magsafe_Airvent_FC23_one .text_holder,
.charger_Magsafe_Airvent_FC23_four h1 {
  color: #c9ff00;
}
.charger_Magsafe_Airvent_FC23_one .main_text {
  margin-top: -900px;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.charger_Magsafe_Airvent_FC23_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #c9ff00;
  font-size: 50px;
}
.charger_Magsafe_Airvent_FC23_one .main_text .icon_holder {
  padding: 500px 0 0 0;
  width: 580px;
}
.charger_Magsafe_Airvent_FC23_two h1 {
  font-size: 70px;
}
.charger_Magsafe_Airvent_FC23_two .main_text .text_holder,
.charger_Magsafe_Airvent_FC23_five .main_text .text_holder {
  width: 100%;
  float: left;
  text-align: center;
  padding: 100px 0 50px 0;
}
.charger_Magsafe_Airvent_FC23_three .main_text .text_holder {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px 0 100px 0;
  background: #e1edee;
}
.charger_Magsafe_Airvent_FC23_four .main_text {
  margin-top: -700px;
  color: #fff;
}
.charger_Magsafe_Airvent_FC23_four .main_text .text_holder {
  width: 47%;
  float: right;
}

/*** gadget_phone_pocket.html ***/

.gadget_phone_pocket_one,
.gadget_phone_pocket_two,
.gadget_phone_pocket_three,
.gadget_phone_pocket_four,
.gadget_phone_pocket_five,
.gadget_phone_pocket_six {
  width: 100%;
  float: left;
}
.gadget_phone_pocket_one .main_text {
  margin-top: -1100px;
}
.gadget_phone_pocket_one .main_text h1 {
  text-shadow: 0 0 20px #fff;
  text-shadow: 0 0 20px #fff;
  text-shadow: 0 0 20px #fff;
}
.gadget_phone_pocket_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.gadget_phone_pocket_one .main_text .icon_holder {
  padding: 700px 0 0 0;
  width: 560px;
}
.gadget_phone_pocket_two .main_text {
  margin-top: -1000px;
}
.gadget_phone_pocket_three .main_text {
  margin-top: -880px;
}
.gadget_phone_pocket_three .main_text .text_holder {
  width: 45%;
  float: right;
}
.gadget_phone_pocket_four .main_text {
  margin-top: -960px;
}
.gadget_phone_pocket_four .main_text .text_holder {
  width: 40%;
  float: right;
}
.gadget_phone_pocket_five .main_text {
  margin-top: -950px;
  color: #ff0000;
}
.gadget_phone_pocket_six .main_text {
  margin-top: -800px;
  color: #ffffff;
}
.gadget_phone_pocket_six .main_text h1 {
  color: #ffffff;
}
.gadget_phone_pocket_six .main_text .text_holder {
  width: 45%;
  float: right;
}

/*** gadget_stash_slingbag_BP48U.html ***/

.gadget_stash_slingbag_BP48U_one,
.gadget_stash_slingbag_BP48U_two,
.gadget_stash_slingbag_BP48U_three,
.gadget_stash_slingbag_BP48U_four,
.gadget_stash_slingbag_BP48U_five {
  width: 100%;
  float: left;
}
.gadget_stash_slingbag_BP48U_one .main_text {
  margin-top: -1100px;
}
.gadget_stash_slingbag_BP48U_one .main_text h1 {
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 20px #fff;
  text-shadow: 0 0 30px #fff;
  text-shadow: 0 0 40px #fff;
}
.gadget_stash_slingbag_BP48U_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.gadget_stash_slingbag_BP48U_one .main_text .icon_holder {
  padding: 720px 0 0 0;
  width: 580px;
}
.gadget_stash_slingbag_BP48U_two .main_text {
  margin-top: -1100px;
}
.gadget_stash_slingbag_BP48U_two .main_text .text_holder {
  width: 50%;
  float: left;
}
.gadget_stash_slingbag_BP48U_three .main_text {
  margin-top: -1000px;
}
.gadget_stash_slingbag_BP48U_three .main_text .text_holder {
  width: 47%;
  float: right;
}
.gadget_stash_slingbag_BP48U_four .main_text {
  margin-top: -1050px;
}
.gadget_stash_slingbag_BP48U_four .main_text .text_holder {
  width: 50%;
  float: left;
}
.gadget_stash_slingbag_BP48U_five .main_text {
  margin-top: -950px;
  text-align: center;
}
.gadget_stash_slingbag_BP48U_five .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** gadget_stash_slingbag_CC30U.html ***/

.gadget_stash_slingbag_CC30U_one,
.gadget_stash_slingbag_CC30U_two,
.gadget_stash_slingbag_CC30U_three,
.gadget_stash_slingbag_CC30U_four,
.gadget_stash_slingbag_CC30U_five {
  width: 100%;
  float: left;
}
.gadget_stash_slingbag_CC30U_one .main_text {
  margin-top: -1000px;
}
.gadget_stash_slingbag_CC30U_one .main_text h1 {
  color: #c0ff00;
}
.gadget_stash_slingbag_CC30U_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.gadget_stash_slingbag_CC30U_one .main_text .icon_holder {
  padding: 700px 0 0 0;
  width: 580px;
}
.gadget_stash_slingbag_CC30U_two .main_text {
  margin-top: -700px;
}
.gadget_stash_slingbag_CC30U_two .main_text h1 {
  color: #000000;
}
.gadget_stash_slingbag_CC30U_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.gadget_stash_slingbag_CC30U_three .main_text {
  margin-top: 0;
}
.gadget_stash_slingbag_CC30U_three .main_text .text_holder,
.gadget_stash_slingbag_CC30U_five .main_text .text_holder {
  width: 100%;
  float: left;
  padding: 150px 0;
  text-align: center;
}
.gadget_stash_slingbag_CC30U_four .main_text {
  margin-top: -1050px;
}
.gadget_stash_slingbag_CC30U_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.gadget_stash_slingbag_CC30U_five .main_text {
  margin-top: -0;
  background: #efeeef;
}

/*** charger_iMojo8000_solar.html ***/

.charger_iMojo8000_solar_one,
.charger_iMojo8000_solar_two,
.charger_iMojo8000_solar_three {
  width: 100%;
  float: left;
}
.charger_iMojo8000_solar_one .main_text {
  margin-top: -750px;
}
.charger_iMojo8000_solar_one .main_text .text_holder {
  width: 60%;
  float: right;
  color: #000;
  font-size: 50px;
}
.charger_iMojo8000_solar_one .main_text .icon_holder {
  padding: 560px 0 0 0;
  width: 580px;
}
.charger_iMojo8000_solar_two .main_text {
  margin-top: -800px;
  color: #ffffff;
}
.charger_iMojo8000_solar_two .main_text h1 {
  color: #deff00;
}
.charger_iMojo8000_solar_three .main_text {
  margin-top: -500px;
  color: #d70000;
}
.charger_iMojo8000_solar_three .main_text .text_holder {
  width: 60%;
  float: right;
}

/*** wellness_Fitbolt3.html ***/

.wellness_Fitbolt3_one,
.wellness_Fitbolt3_two,
.wellness_Fitbolt3_three,
.wellness_Fitbolt3_four,
.wellness_Fitbolt3_five {
  width: 100%;
  float: left;
}
.wellness_Fitbolt3_one .main_text {
  margin-top: -850px;
}
.wellness_Fitbolt3_one .main_text .text_holder {
  width: 50%;
  float: left;
  color: #000;
  font-size: 50px;
}
.wellness_Fitbolt3_one .main_text .icon_holder {
  padding: 300px 0 0 0;
  width: 580px;
}
.wellness_Fitbolt3_two .main_text {
  margin-top: -1000px;
}
.wellness_Fitbolt3_two .main_text .text_holder {
  width: 55%;
  float: right;
}
.wellness_Fitbolt3_three .main_text {
  margin-top: -900px;
}
.wellness_Fitbolt3_three .main_text .text_holder {
  width: 45%;
  float: right;
}
.wellness_Fitbolt3_four .main_text {
  margin-top: -0;
}
.wellness_Fitbolt3_four .main_text .text_holder {
  width: 100%;
  float: left;
  padding: 150px 0;
  text-align: center;
}
.wellness_Fitbolt3_five .main_text {
  margin-top: -980px;
}
.wellness_Fitbolt3_five .main_text .text_holder {
  width: 55%;
  float: left;
}

/*** wellness_Breezeanion_NAP04.html ***/

.wellness_Breezeanion_NAP04_one,
.wellness_Breezeanion_NAP04_two,
.wellness_Breezeanion_NAP04_three,
.wellness_Breezeanion_NAP04_four {
  width: 100%;
  float: left;
}
.wellness_Breezeanion_NAP04_one .main_text {
  margin-top: -1060px;
}
.wellness_Breezeanion_NAP04_one .main_text .text_holder {
  width: 90%;
  float: right;
  color: #000;
  font-size: 50px;
}
.wellness_Breezeanion_NAP04_one .main_text .icon_holder {
  padding: 650px 0 0 10%;
  width: 580px;
}
.wellness_Breezeanion_NAP04_two .main_text {
  margin-top: -1000px;
}
.wellness_Breezeanion_NAP04_two .main_text .text_holder {
  width: 90%;
  float: right;
}
.wellness_Breezeanion_NAP04_three .main_text {
  margin-top: -700px;
}
.wellness_Breezeanion_NAP04_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_Breezeanion_NAP04_four .main_text {
  margin-top: -900px;
}
.wellness_Breezeanion_NAP04_four .main_text .text_holder {
  width: 90%;
  float: right;
}

/*** wellness_Powerpoint_NAP01.html ***/

.wellness_Powerpoint_NAP01_one,
.wellness_Powerpoint_NAP01_two,
.wellness_Powerpoint_NAP01_three,
.wellness_Powerpoint_NAP01_four,
.wellness_Powerpoint_NAP01_five,
.wellness_Powerpoint_NAP01_six {
  width: 100%;
  float: left;
}
.wellness_Powerpoint_NAP01_one .main_text {
  margin-top: -1000px;
}
.wellness_Powerpoint_NAP01_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.wellness_Powerpoint_NAP01_one .main_text .icon_holder {
  padding: 500px 0 0 0;
  width: 580px;
}
.wellness_Powerpoint_NAP01_two .main_text {
  margin-top: -1180px;
  text-align: center;
}
.wellness_Powerpoint_NAP01_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_Powerpoint_NAP01_three .main_text {
  margin-top: -900px;
}
.wellness_Powerpoint_NAP01_three .main_text .text_holder {
  width: 50%;
  float: left;
}
.wellness_Powerpoint_NAP01_four .main_text {
  margin-top: -900px;
}
.wellness_Powerpoint_NAP01_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_Powerpoint_NAP01_five .main_text {
  margin-top: -680px;
  text-align: center;
}
.wellness_Powerpoint_NAP01_five .main_text .text_holder {
  width: 100%;
  float: left;
}
.wellness_Powerpoint_NAP01_six .main_text {
  margin-top: -860px;
  text-align: center;
}
.wellness_Powerpoint_NAP01_six .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** gadget_stash_BP49.html ***/

.gadget_stash_BP49_one,
.gadget_stash_BP49_two,
.gadget_stash_BP49_three,
.gadget_stash_BP49_four {
  width: 100%;
  float: left;
}
.gadget_stash_BP49_one .main_text {
  margin-top: -1050px;
}
.gadget_stash_BP49_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #b90000;
  font-size: 50px;
}
.gadget_stash_BP49_one .main_text .icon_holder {
  padding: 670px 0 0 0;
  width: 580px;
}
.gadget_stash_BP49_two .main_text,
.gadget_stash_BP49_three .main_text,
.gadget_stash_BP49_four .main_text {
  margin-top: -0;
}
.gadget_stash_BP49_two .main_text .text_holder,
.gadget_stash_BP49_three .main_text .text_holder,
.gadget_stash_BP49_four .main_text .text_holder {
  width: 100%;
  float: left;
  padding: 150px 0;
  text-align: center;
}
.gadget_stash_BP49_three {
  background: #ecf3f4;
}
.gadget_stash_BP49_four {
  background: #efeeef;
}

/*** charger_iMojo8000_3fold.html ***/

.charger_iMojo8000_3fold_one,
.charger_iMojo8000_3fold_two,
.charger_iMojo8000_3fold_three,
.charger_iMojo8000_3fold_four,
.charger_iMojo8000_3fold_five {
  width: 100%;
  float: left;
}
.charger_iMojo8000_3fold_one .main_text {
  margin-top: -900px;
}
.charger_iMojo8000_3fold_one .main_text h1 {
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.charger_iMojo8000_3fold_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.charger_iMojo8000_3fold_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 580px;
}
.charger_iMojo8000_3fold_two .main_text {
  margin-top: -1050px;
}
.charger_iMojo8000_3fold_two .main_text .text_holder {
  width: 60%;
  float: right;
}
.charger_iMojo8000_3fold_three .main_text {
  margin-top: -950px;
}
.charger_iMojo8000_3fold_three .main_text .text_holder {
  width: 50%;
  float: right;
}
.charger_iMojo8000_3fold_four .main_text {
  margin-top: -950px;
  text-align: center;
}
.charger_iMojo8000_3fold_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_iMojo8000_3fold_five .main_text {
  margin-top: -500px;
}
.charger_iMojo8000_3fold_five .main_text .text_holder {
  width: 50%;
  float: right;
}

/*** bags_stash_Mako_BP50.html ***/

.bags_stash_Mako_BP50_one,
.bags_stash_Mako_BP50_two,
.bags_stash_Mako_BP50_three,
.bags_stash_Mako_BP50_four,
.bags_stash_Mako_BP50_five {
  width: 100%;
  float: left;
}
.bags_stash_Mako_BP50_one .main_text {
  margin-top: -1000px;
}
.bags_stash_Mako_BP50_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.bags_stash_Mako_BP50_one .main_text .icon_holder {
  padding: 650px 0 0 0;
  width: 580px;
}
.bags_stash_Mako_BP50_two .main_text,
.bags_stash_Mako_BP50_three .main_text {
  margin-top: -0;
  text-align: center;
}
.bags_stash_Mako_BP50_two .main_text .text_holder,
.bags_stash_Mako_BP50_three .main_text .text_holder {
  width: 100%;
  float: left;
  padding: 150px 0;
}
.bags_stash_Mako_BP50_three .main_text .text_holder {
  background: #ecf3f4;
}
.bags_stash_Mako_BP50_four .main_text {
  margin-top: -950px;
}
.bags_stash_Mako_BP50_four .main_text .text_holder {
  width: 88%;
  float: right;
}
.bags_stash_Mako_BP50_five .main_text {
  margin-top: -1050px;
}
.bags_stash_Mako_BP50_five .main_text .text_holder {
  width: 53%;
  float: right;
}

/*** charger_Aurora_wallcharger.html ***/

.charger_Aurora_wallcharger_one,
.charger_Aurora_wallcharger_two,
.charger_Aurora_wallcharger_three {
  width: 100%;
  float: left;
}
.charger_Aurora_wallcharger_one .main_text {
  margin-top: -1050px;
}
.charger_Aurora_wallcharger_one .main_text h1 {
  color: #01f0ff;
}
.charger_Aurora_wallcharger_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 50px;
}
.charger_Aurora_wallcharger_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 580px;
}
.charger_Aurora_wallcharger_two .main_text {
  margin-top: -1000px;
}
.charger_Aurora_wallcharger_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_Aurora_wallcharger_three .main_text {
  margin-top: -800px;
}
.charger_Aurora_wallcharger_three .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** bags_grocery.html ***/

.bags_grocery_one,
.bags_grocery_two,
.bags_grocery_three,
.bags_grocery_four {
  width: 100%;
  float: left;
}
.bags_grocery_one .main_text,
.bags_grocery_two .main_text h1 {
  text-shadow: 0 0 20px #fff;
  text-shadow: 0 0 20px #fff;
  text-shadow: 0 0 20px #fff;
}
.bags_grocery_one .main_text {
  margin-top: -1000px;
  color: #f30000;
  text-align: center;
}
.bags_grocery_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #f30000;
  font-size: 50px;
}
.bags_grocery_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 580px;
  float: right;
}
.bags_grocery_two .main_text {
  margin-top: -850px;
}
.bags_grocery_two .main_text .text_holder {
  width: 40%;
  float: right;
}
.bags_grocery_three .main_text {
  margin-top: -850px;
}
.bags_grocery_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.bags_grocery_four .main_text {
  margin-top: -850px;
}
.bags_grocery_four .main_text .text_holder {
  width: 40%;
  float: right;
}

/*** charger_Aurora_Two_Tone.html ***/

.charger_Aurora_Two_Tone_one,
.charger_Aurora_Two_Tone_two,
.charger_Aurora_Two_Tone_three,
.charger_Aurora_Two_Tone_four {
  width: 100%;
  float: left;
}
.charger_Aurora_Two_Tone_one .main_text {
  margin-top: -900px;
  color: #d8ff00;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
  text-align: right;
}
.charger_Aurora_Two_Tone_one .main_text h1 {
  color: #d8ff00;
}
.charger_Aurora_Two_Tone_one .main_text .text_holder {
  width: 95%;
  float: left;
  color: #d8ff00;
  font-size: 50px;
}
.charger_Aurora_Two_Tone_one .main_text .text_holder span {
  font-size: 100px;
}
.charger_Aurora_Two_Tone_one .main_text .icon_holder {
  padding: 350px 0 0 0;
  width: 580px;
  float: right;
}
.charger_Aurora_Two_Tone_two .main_text {
  margin-top: -700px;
}
.charger_Aurora_Two_Tone_two .main_text .text_holder {
  width: 40%;
  float: right;
}
.charger_Aurora_Two_Tone_three .main_text {
  margin-top: -850px;
  color: #fff;
}
.charger_Aurora_Two_Tone_three .main_text h1 {
  color: #c6ff00;
}
.charger_Aurora_Two_Tone_three .main_text .text_holder {
  width: 50%;
  float: left;
}
.charger_Aurora_Two_Tone_four .main_text {
  margin-top: -850px;
  text-align: center;
}
.charger_Aurora_Two_Tone_four .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** charger_iBlade_5000.html ***/

.charger_iBlade_5000_one,
.charger_iBlade_5000_two,
.charger_iBlade_5000_three,
.charger_iBlade_5000_four,
.charger_iBlade_5000_five {
  width: 100%;
  float: left;
}
.charger_iBlade_5000_one .main_text h1,
.charger_iBlade_5000_two .main_text h1 {
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
}
.charger_iBlade_5000_one .main_text {
  margin-top: -1050px;
  text-align: center;
}
.charger_iBlade_5000_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 55px;
  font-weight: bold;
}
.charger_iBlade_5000_one .main_text .text_holder span {
  font-size: 36px;
  font-weight: normal;
}
.charger_iBlade_5000_one .main_text .icon_holder {
  padding: 700px 0 0 0;
  width: 100%;
}
.charger_iBlade_5000_two .main_text {
  margin-top: -900px;
}
.charger_iBlade_5000_two .main_text .text_holder {
  width: 40%;
  float: right;
}
.charger_iBlade_5000_three .main_text {
  margin-top: -1000px;
}
.charger_iBlade_5000_three .main_text .text_holder,
.charger_iBlade_5000_four .main_text .text_holder {
  width: 90%;
  float: right;
}
.charger_iBlade_5000_four .main_text {
  margin-top: -1000px;
}
.charger_iBlade_5000_five .main_text {
  margin-top: -700px;
}
.charger_iBlade_5000_five .main_text .text_holder {
  width: 40%;
  float: right;
}

/*** charger_Backpack_5000.html ***/

.charger_Backpack_5000_one,
.charger_Backpack_5000_two,
.charger_Backpack_5000_three,
.charger_Backpack_5000_four,
.charger_Backpack_5000_five {
  width: 100%;
  float: left;
}
.charger_Backpack_5000_one .main_text {
  margin-top: -1000px;
  text-shadow: 0 0 10px #fff;
}
.charger_Backpack_5000_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.charger_Backpack_5000_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 580px;
}
.charger_Backpack_5000_two .main_text {
  margin-top: -1000px;
}
.charger_Backpack_5000_two .main_text .text_holder {
  width: 80%;
  float: right;
}
.charger_Backpack_5000_three .main_text {
  margin-top: -960px;
}
.charger_Backpack_5000_three .main_text .text_holder {
  width: 90%;
  float: right;
}
.charger_Backpack_5000_four .main_text {
  margin-top: -950px;
}
.charger_Backpack_5000_four .main_text .text_holder {
  width: 80%;
  float: right;
}
.charger_Backpack_5000_five .main_text {
  margin-top: -1000px;
  text-align: center;
}
.charger_Backpack_5000_five .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** charger_iBlade_4000.html ***/

.charger_iBlade_4000_one,
.charger_iBlade_4000_two,
.charger_iBlade_4000_three {
  width: 100%;
  float: left;
}
.charger_iBlade_4000_one .main_text {
  margin-top: -1100px;
  text-shadow: 0 0 10px #fff;
  text-align: center;
}
.charger_iBlade_4000_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.charger_iBlade_4000_one .main_text .text_holder span {
  font-size: 80px;
  font-weight: bold;
}
.charger_iBlade_4000_one .main_text .icon_holder {
  padding: 750px 0 0 0;
  width: 100;
}
.charger_iBlade_4000_two .main_text {
  margin-top: -900px;
  color: #fff;
}
.charger_iBlade_4000_two .main_text h1 {
  color: #b4ff00;
}
.charger_iBlade_4000_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.charger_iBlade_4000_three .main_text {
  margin-top: -700px;
}
.charger_iBlade_4000_three .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** charger_minicube.html ***/

.charger_minicube_one,
.charger_minicube_two,
.charger_minicube_three,
.charger_minicube_four,
.charger_minicube_five {
  width: 100%;
  float: left;
}
.charger_minicube_one .main_text {
  margin-top: -1050px;
}
.charger_minicube_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 45px;
}
.charger_minicube_one .main_text .icon_holder {
  padding: 700px 0 0 0;
  width: 580px;
}
.charger_minicube_two .main_text {
  margin-top: -850px;
}
.charger_minicube_two .main_text .text_holder {
  width: 50%;
  float: right;
}
.charger_minicube_three .main_text {
  margin-top: -850px;
}
.charger_minicube_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_minicube_four .main_text {
  margin-top: -800px;
}
.charger_minicube_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.charger_minicube_five .main_text {
  margin-top: -1000px;
}
.charger_minicube_five .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** bags_stash_Traveler_CC34U.html ***/

.bags_stash_Traveler_CC34U_one,
.bags_stash_Traveler_CC34U_two,
.bags_stash_Traveler_CC34U_three,
.bags_stash_Traveler_CC34U_four,
.bags_stash_Traveler_CC34U_five,
.bags_stash_Traveler_CC34U_six {
  width: 100%;
  float: left;
}
.bags_stash_Traveler_CC34U_one .main_text {
  margin-top: -1000px;
  color: #bffe00;
  text-align: center;
}
.bags_stash_Traveler_CC34U_one .main_text h1,
.bags_stash_Traveler_CC34U_four .main_text h1 {
  color: #bffe00;
}
.bags_stash_Traveler_CC34U_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #bffe00;
  font-size: 50px;
}
.bags_stash_Traveler_CC34U_one .main_text .text_holder span {
  font-weight: bold;
}
.bags_stash_Traveler_CC34U_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 580px;
  float: right;
}
.bags_stash_Traveler_CC34U_two .main_text {
  margin-top: -950px;
}
.bags_stash_Traveler_CC34U_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.bags_stash_Traveler_CC34U_three .main_text {
  margin-top: -1250px;
  text-align: center;
}
.bags_stash_Traveler_CC34U_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.bags_stash_Traveler_CC34U_four .main_text {
  margin-top: -1000px;
  text-align: center;
  color: #fff;
}
.bags_stash_Traveler_CC34U_four .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** gadget_Illumin_therapy.html ***/

.gadget_Illumin_therapy_one,
.gadget_Illumin_therapy_two,
.gadget_Illumin_therapy_three,
.gadget_Illumin_therapy_four,
.gadget_Illumin_therapy_five {
  width: 100%;
  float: left;
}
.gadget_Illumin_therapy_one .main_text {
  margin-top: -1000px;
}
.gadget_Illumin_therapy_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.gadget_Illumin_therapy_one .main_text .icon_holder {
  padding: 650px 0 0 0;
  width: 580px;
  float: right;
}
.gadget_Illumin_therapy_two .main_text {
  margin-top: -970px;
  color: #ffffff;
}
.gadget_Illumin_therapy_two .main_text h1 {
  color: #d2ff00;
}
.gadget_Illumin_therapy_two .main_text .text_holder {
  width: 44%;
  float: right;
}
.gadget_Illumin_therapy_three .main_text {
  margin-top: -970px;
}
.gadget_Illumin_therapy_three .main_text .text_holder {
  width: 44%;
  float: right;
}
.gadget_Illumin_therapy_four .main_text {
  margin-top: -900px;
}
.gadget_Illumin_therapy_four .main_text .text_holder {
  width: 50%;
  float: right;
}
.gadget_Illumin_therapy_five .main_text {
  margin-top: -950px;
}
.gadget_Illumin_therapy_five .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** wellness_Aroma_AR150.html ***/

.wellness_Aroma_AR150_one,
.wellness_Aroma_AR150_two,
.wellness_Aroma_AR150_three,
.wellness_Aroma_AR150_four,
.wellness_Aroma_AR150_five {
  width: 100%;
  float: left;
}
.wellness_Aroma_AR150_one .main_text {
  margin-top: -1050px;
}
.wellness_Aroma_AR150_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
}
.wellness_Aroma_AR150_one .main_text .icon_holder {
  padding: 750px 0 0 0;
  width: 580px;
  float: right;
}
.wellness_Aroma_AR150_two .main_text {
  margin-top: -1000px;
}
.wellness_Aroma_AR150_two .main_text .text_holder,
.wellness_Aroma_AR150_five .main_text .text_holder {
  width: 90%;
  float: right;
}
.wellness_Aroma_AR150_three .main_text {
  margin-top: -800px;
}
.wellness_Aroma_AR150_three .main_text .text_holder {
  width: 40%;
  float: right;
}
.wellness_Aroma_AR150_four .main_text {
  margin-top: -800px;
  color: #fff;
}
.wellness_Aroma_AR150_four .main_text h1 {
  color: #d8ff00;
}
.wellness_Aroma_AR150_four .main_text .text_holder {
  width: 95%;
  float: right;
}
.wellness_Aroma_AR150_five .main_text {
  margin-top: -900px;
}

/*** charger_iBlade_Qi.html ***/

.charger_iBlade_Qi_one,
.charger_iBlade_Qi_two,
.charger_iBlade_Qi_three {
  width: 100%;
  float: left;
}
.charger_iBlade_Qi_one .main_text {
  margin-top: -1200px;
  text-align: center;
}
.charger_iBlade_Qi_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.charger_iBlade_Qi_one .main_text .icon_holder {
  padding: 760px 0 0 0;
  width: 100%;
}
.charger_iBlade_Qi_two .main_text {
  margin-top: -850px;
  color: #ffffff;
}
.charger_iBlade_Qi_two .main_text h1 {
  color: #b4ff00;
}
.charger_iBlade_Qi_two .main_text .text_holder {
  width: 35%;
  float: right;
}
.charger_iBlade_Qi_three .main_text {
  margin-top: -700px;
}
.charger_iBlade_Qi_three .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** charger_Power_Cube.html ***/

.charger_Power_Cube_one,
.charger_Power_Cube_two,
.charger_Power_Cube_three,
.charger_Power_Cube_four,
.charger_Power_Cube_five {
  width: 100%;
  float: left;
}
.charger_Power_Cube_one .main_text {
  margin-top: -1200px;
  text-align: center;
}
.charger_Power_Cube_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.charger_Power_Cube_one .main_text .icon_holder {
  padding: 750px 0 0 0;
  width: 100%;
}
.charger_Power_Cube_two .main_text {
  margin-top: -950px;
}
.charger_Power_Cube_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_Power_Cube_three .main_text {
  margin-top: -1000px;
}
.charger_Power_Cube_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_Power_Cube_four .main_text {
  margin-top: -800px;
}
.charger_Power_Cube_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_Power_Cube_four .main_text span {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 20px 0;
}
.charger_Power_Cube_five .main_text {
  margin-top: -1000px;
  color: #fff;
}
.charger_Power_Cube_five .main_text h1 {
  color: #ffffff;
}
.charger_Power_Cube_five .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** charger_Power_Square.html ***/

.charger_Power_Square_one,
.charger_Power_Square_two,
.charger_Power_Square_three,
.charger_Power_Square_four,
.charger_Power_Square_five,
.charger_Power_Square_six {
  width: 100%;
  float: left;
}
.charger_Power_Square_one .main_text {
  margin-top: -1070px;
}
.charger_Power_Square_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.charger_Power_Square_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 580px;
}
.charger_Power_Square_two .main_text {
  margin-top: -900px;
}
.charger_Power_Square_two .main_text .text_holder,
.charger_Power_Square_five .main_text .text_holder {
  width: 50%;
  float: right;
}
.charger_Power_Square_three .main_text {
  margin-top: -800px;
}
.charger_Power_Square_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_Power_Square_four .main_text {
  margin-top: -800px;
}
.charger_Power_Square_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_Power_Square_five .main_text {
  margin-top: -750px;
  color: #ffffff;
}
.charger_Power_Square_five .main_text h1 {
  color: #d8ff00;
}
.charger_Power_Square_six .main_text {
  margin-top: -900px;
}
.charger_Power_Square_six .main_text .text_holder {
  width: 100%;
  float: left;
}
.NewFooter2022Content {
}
.NewFooter2022Content h1 {
  color: #c00000;
  padding-bottom: 20px;
}
.NewFooter2022Content .text_holder {
  width: 50%;
  float: left;
}

/*** ibiz_wireless.html ***/

.ibiz_wireless_one,
.ibiz_wireless_two,
.ibiz_wireless_three,
.ibiz_wireless_four,
.ibiz_wireless_five,
.ibiz_wireless_six {
  width: 100%;
  float: left;
}
.ibiz_wireless_one .main_text {
  margin-top: -1050px;
}
.ibiz_wireless_one .main_text h1 {
  color: #ddfe00;
}
.ibiz_wireless_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #ddfe00;
  font-size: 50px;
}
.ibiz_wireless_one .main_text .icon_holder {
  padding: 660px 0 0 0;
  width: 580px;
}
.ibiz_wireless_two .main_text {
  margin-top: -1000px;
}
.ibiz_wireless_two .main_text h1 {
  width: 44%;
  float: left;
}
.ibiz_wireless_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.ibiz_wireless_three .main_text {
  margin-top: -1000px;
}
.ibiz_wireless_four .main_text {
  margin-top: -1000px;
}
.ibiz_wireless_four .main_text .text_holder {
  width: 65%;
  float: right;
}
.ibiz_wireless_five .main_text {
  margin-top: -1100px;
  text-align: center;
}
.ibiz_wireless_six .main_text {
  margin-top: -1050px;
  text-align: center;
}

/*** charger_Backpack_10000_MagSafe.html ***/

.charger_Backpack_10000_MagSafe_one,
.charger_Backpack_10000_MagSafe_two,
.charger_Backpack_10000_MagSafe_three,
.charger_Backpack_10000_MagSafe_four,
.charger_Backpack_10000_MagSafe_five {
  width: 100%;
  float: left;
}
.charger_Backpack_10000_MagSafe_one .main_text {
  margin-top: -1100px;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
}
.charger_Backpack_10000_MagSafe_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.charger_Backpack_10000_MagSafe_one .main_text .icon_holder {
  padding: 700px 0 0 0;
  width: 580px;
}
.charger_Backpack_10000_MagSafe_two .main_text {
  margin-top: -1200px;
  text-align: center;
}
.charger_Backpack_10000_MagSafe_two .main_text .text_holder {
  width: 100%;
  float: left;
  color: #c0ff00;
}
.charger_Backpack_10000_MagSafe_two .main_text h1 {
  color: #c0ff00;
}
.charger_Backpack_10000_MagSafe_three .main_text {
  margin-top: -900px;
}
.charger_Backpack_10000_MagSafe_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_Backpack_10000_MagSafe_four .main_text {
  margin-top: -900px;
}
.charger_Backpack_10000_MagSafe_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_Backpack_10000_MagSafe_five .main_text {
  margin-top: -850px;
}
.charger_Backpack_10000_MagSafe_five .main_text .text_holder {
  width: 50%;
  float: right;
}

/*** charger_FC26_MagSafe.html ***/

.charger_FC26_MagSafe_one,
.charger_FC26_MagSafe_two,
.charger_FC26_MagSafe_three,
.charger_FC26_MagSafe_four,
.charger_FC26_MagSafe_five {
  width: 100%;
  float: left;
}
.charger_FC26_MagSafe_one .main_text {
  margin-top: -1100px;
}
.charger_FC26_MagSafe_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
}
.charger_FC26_MagSafe_one .main_text .icon_holder {
  padding: 700px 0 0 0;
  width: 580px;
  float: right;
}
.charger_FC26_MagSafe_two .main_text {
  margin-top: -900px;
}
.charger_FC26_MagSafe_three .main_text {
  margin-top: -1000px;
}
.charger_FC26_MagSafe_three .main_text .text_holder {
  width: 50%;
  float: right;
}
.charger_FC26_MagSafe_four .main_text {
  margin-top: -1000px;
}
.charger_FC26_MagSafe_four .main_text .text_holder {
  width: 90%;
  float: right;
}
.charger_FC26_MagSafe_five .main_text {
  margin-top: -0;
  text-align: center;
}
.charger_FC26_MagSafe_five .main_text .text_holder {
  width: 100%;
  float: left;
  padding: 150px 0 50px 0;
}
.charger_FC26_MagSafe_three .main_text h1,
.charger_FC26_MagSafe_four .main_text h1 {
  color: #c6ff00;
}
.charger_FC26_MagSafe_three .main_text .text_holder,
.charger_FC26_MagSafe_four .main_text .text_holder {
  color: #fff;
}

/*** charger_iBlade_4000.html ***/

.charger_iBlade_4000_n-one,
.charger_iBlade_4000_n-two,
.charger_iBlade_4000_n-three,
.charger_iBlade_4000_n-four {
  width: 100%;
  float: left;
}
.charger_iBlade_4000_n-one .main_text {
  margin-top: -1000px;
}
.charger_iBlade_4000_n-one .main_text h1 {
  color: #deff00;
  text-align: center;
}
.charger_iBlade_4000_n-one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.charger_iBlade_4000_n-one .main_text .icon_holder {
  padding: 550px 0 0 0;
  width: 100%;
}
.charger_iBlade_4000_n-two .main_text {
  margin-top: -1000px;
}
.charger_iBlade_4000_n-two .main_text .text_holder {
  width: 50%;
  float: left;
  color: #fff;
}
.charger_iBlade_4000_n-three .main_text {
  margin-top: -1000px;
}
.charger_iBlade_4000_n-three .main_text .text_holder {
  width: 50%;
  float: right;
}
.charger_iBlade_4000_n-four .main_text {
  margin-top: -1000px;
}
.charger_iBlade_4000_n-four .main_text .text_holder {
  width: 70%;
  float: left;
}

/*** bags_Sport.html ***/

.bags_Sport_one,
.bags_Sport_two,
.bags_Sport_three,
.bags_Sport_four,
.bags_Sport_five {
  width: 100%;
  float: left;
}
.bags_Sport_one .main_text {
  margin-top: -1000px;
  text-align: center;
}
.bags_Sport_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #f40101;
  font-size: 50px;
  text-shadow: 0 0 10px #fff;
}
.bags_Sport_one .main_text .icon_holder {
  padding: 600px 0 0 10%;
  width: 580px;
}
.bags_Sport_two .main_text {
  margin-top: -900px;
}
.bags_Sport_two .main_text .text_holder {
  width: 48%;
  float: right;
}
.bags_Sport_three .main_text {
  margin-top: -900px;
}
.bags_Sport_three .main_text .text_holder {
  width: 43%;
  float: left;
}
.bags_Sport_four .main_text {
  margin-top: -850px;
}
.bags_Sport_four .main_text .text_holder {
  width: 37%;
  float: right;
}
.bags_Sport_five .main_text {
  margin-top: -850px;
}
.bags_Sport_five .main_text .text_holder {
  width: 45%;
  float: right;
  color: #fff;
}
.bags_Sport_five .main_text h1 {
  color: #c0ff00;
}

/*** charger_XGo.html ***/

.charger_XGo_one,
.charger_XGo_two,
.charger_XGo_three,
.charger_XGo_four,
.charger_XGo_five {
  width: 100%;
  float: left;
}
.charger_XGo_one .main_text {
  margin-top: -900px;
}
.charger_XGo_one .main_text h1 {
  color: #a7fd00;
  text-shadow: 0 0 10px #000;
  text-shadow: 0 0 10px #000;
  text-align: center;
}
.charger_XGo_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.charger_XGo_one .main_text .icon_holder {
  padding: 600px 0 0 0;
  width: 580px;
}
.charger_XGo_two .main_text {
  margin-top: -850px;
}
.charger_XGo_two .main_text .text_holder {
  width: 50%;
  float: left;
}
.charger_XGo_three .main_text {
  margin-top: -1050px;
}
.charger_XGo_three .main_text .text_holder {
  width: 90%;
  float: right;
}
.charger_XGo_four .main_text {
  margin-top: -1050px;
  text-align: center;
}
.charger_XGo_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.charger_XGo_five .main_text {
  margin-top: -1050px;
}
.charger_XGo_five .main_text .text_holder {
  width: 55%;
  float: right;
}

/*** usb_Illumin_LED.html ***/

.usb_Illumin_LED_one,
.usb_Illumin_LED_two,
.usb_Illumin_LED_three,
.usb_Illumin_LED_four {
  width: 100%;
  float: left;
}
.usb_Illumin_LED_one .main_text {
  margin-top: -1150px;
}
.usb_Illumin_LED_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.usb_Illumin_LED_one .main_text .icon_holder {
  padding: 700px 0 0 0;
  width: 580px;
}
.usb_Illumin_LED_two .main_text {
  margin-top: -850px;
  color: #fff;
}
.usb_Illumin_LED_two .main_text h1 {
  color: #adfe00;
}
.usb_Illumin_LED_two .main_text .text_holder {
  width: 45%;
  float: right;
}
.usb_Illumin_LED_three .main_text {
  margin-top: -900px;
}
.usb_Illumin_LED_three .main_text .text_holder {
  width: 45%;
  float: right;
}
.usb_Illumin_LED_four .main_text {
  margin-top: -700px;
}
.usb_Illumin_LED_four .main_text .text_holder {
  width: 100%;
  float: left;
}

/*** bags_stash_Behold_CC11.html ***/

.bags_stash_Behold_CC11_one,
.bags_stash_Behold_CC11_two,
.bags_stash_Behold_CC11_three,
.bags_stash_Behold_CC11_four {
  width: 100%;
  float: left;
}
.bags_stash_Behold_CC11_one .main_text {
  margin-top: -1000px;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
}
.bags_stash_Behold_CC11_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #ff0000;
  font-size: 50px;
}
.bags_stash_Behold_CC11_one .main_text .icon_holder {
  padding: 700px 0 0 0;
  width: 580px;
}
.bags_stash_Behold_CC11_two .main_text {
  margin-top: -950px;
}
.bags_stash_Behold_CC11_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.bags_stash_Behold_CC11_three .main_text {
  margin-top: -1200px;
  text-align: center;
}
.bags_stash_Behold_CC11_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.bags_stash_Behold_CC11_four .main_text {
  margin-top: -800px;
}
.bags_stash_Behold_CC11_four .main_text .text_holder {
  width: 40%;
  float: right;
}

/*** name.html ***/

.name_one,
.name_two,
.name_three,
.name_four,
.name_five,
.name_six {
  width: 100%;
  float: left;
}
.name_one .main_text {
  margin-top: -900px;
}
.name_one .main_text .text_holder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 50px;
}
.name_one .main_text .icon_holder {
  padding: 200px 0 0 0;
  width: 580px;
}
.name_two .main_text {
  margin-top: -900px;
}
.name_two .main_text .text_holder {
  width: 100%;
  float: left;
}
.name_three .main_text {
  margin-top: -900px;
}
.name_three .main_text .text_holder {
  width: 100%;
  float: left;
}
.name_four .main_text {
  margin-top: -900px;
}
.name_four .main_text .text_holder {
  width: 100%;
  float: left;
}
.name_five .main_text {
  margin-top: -900px;
}
.name_five .main_text .text_holder {
  width: 100%;
  float: left;
}
.name_six .main_text {
  margin-top: -900px;
}
.name_six .main_text .text_holder {
  width: 100%;
  float: left;
}

/*RESPONSIVE */

/*** name.html ***/

.name_one .main_img,
.name_one .main_text .text_holder br,
.name_two .main_img,
.name_two .main_text .text_holder br,
.name_three .main_img,
.name_three .main_text .text_holder br,
.name_four .main_img,
.name_four .main_text .text_holder br,
.name_five .main_img,
.name_five .main_text .text_holder br {
  display: none;
}
.name_one .mobile_image,
.name_two .mobile_image,
.name_three .mobile_image,
.name_four .mobile_image,
.name_five .mobile_image {
  display: block;
  float: left;
  width: 100%;
}
.name_one .main_text,
.name_two .main_text,
.name_three .main_text,
.name_four .main_text,
.name_five .main_text {
  margin: 0;
}
.name_one .main_text .text_holder,
.name_two .main_text .text_holder,
.name_three .main_text .text_holder,
.name_four .main_text .text_holder,
.name_five .main_text .text_holder {
  width: 90%;
  padding: 15px 5%;
  text-align: center;
}
.name_one .main_text {
  background: #ffffff;
}
.name_two .main_text {
  background: #ffffff;
}
.name_three .main_text {
  background: #ffffff;
}
.name_four .main_text {
  background: #ffffff;
}
.name_five .main_text {
  background: #ffffff;
}
.name_one .main_text .icon_holder {
  padding: 20px 0;
  width: 100%;
}


/** ============ **/
/** product page **/
.new_popup .discription .main_text p {
	font-size: 15px;
}

.new_popup .discription .main_text .qty_cst_table .qty_cst_table_row {
	font-size: 15px;
}
