/*
Theme Name: Collections
Theme URI: https://wordpress.org/themes/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
}
.h3, h3 {
  font-size: 18px;
  text-transform: capitalize;
}
.btn.btn-info {
  padding: 2px 4px !important;
}
.container.techno-container {
  box-shadow:0 12px 95px rgba(128, 128, 128, 0.6)!important;
  /*padding: 0;*/
}
.header-section {
  /*background-color: #e0e0df;*/
  box-shadow: none !important;
  padding-top: 26px;
  padding-bottom: 26px;
}
.technology-collection-logo {
  padding: 6px 0;
}
.navbar {
  min-height: 47px;
}
.sign-in, .sign-up {
  display: block;
  color: #444444;
  font-size: 12.61px;

  text-transform: capitalize;
  padding: 3px 14px;
  border: 1px solid #444444;
  line-height: 16px;
  text-decoration: none;
}
.btn.btn-info.btn-md.sign-in {
  line-height: 12px !important;
  padding: 3px 14px !important;
}
.widget_search .navbar-form {
  padding: 0px 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.home-icon {
  margin-top: 0 !important;
}
.widget_search .form-control {
  border-radius: 0px;
  width: 245px !important;
}
.input-group-btn:last-child > .btn {
  background: none;
  border-color: #444444;
  border-radius: 0px !important;
}
.input-group-btn .btn:hover {

  color: #fff !important;
  border: 1px solid #444444 !important;
}
.sign-in, .sign-up {
  float: left;
}
.sign-in {
  margin-left: 10px;
  margin-right: 0px;
  border: 1px solid black !important;
}
.sign-in:hover {
  background-color: #ffffff !important;
  text-decoration: none;
  color: #444444 !important;
}
.sign-up:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #444444;
}
.technology-search input[type="search"] {
  color: #010101;
  font-size: 14px;
  line-height: 15px;
  padding: 4.5px 10px;
  font-family: Helvetica;
  border: 2px solid #444444;
  width: 100%;
  height: 30px;
}
.search-glass {
  float: left;
}
.technology-search form {
  /*float: left;*/
  /*margin-right: 0 !important;*/
  width: 295px;
}
.sign-wrapper {
  margin-bottom: 10px;
}
.technology-search {
  /*float: left;*/
}
.home-icon {
  float: left;
  border: 2px solid #444444;
  margin-right: 3px;
}
.technology-menu ul {
  padding: 0px;
  margin: 0 0 20px;
}
.technology-menu .navbar-nav > li > a {

  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 16px;
  height: 66px;
  display: block;
  padding: 25px 0 0;
  text-decoration: none;
  background: #0064A6;
  /*  background: #F1F1F2;	
	  background-image: url("images/menu-arrow.png");
      background-repeat: no-repeat;
      background-position: center 35px;*/
}
.technology-menu li {
  list-style: outside none none;
  text-align: center;
  padding: 0 1px;
  width: 9.99%;
}
.technology-menu li.red-link {
  padding-left: 0px;
}
.technology-menu li.purple-link {
  padding-right: 0px;
}
.menu-arrow {
  background-image: url("images/menu-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  height: 7px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 11px;
}
/*.technology-menu li.red-link a {
    background-color: #B9242F;
}
.technology-menu li.blue-link a {
    background-color: #2B80B7;
}
.technology-menu li.orange-link a {
    background-color: #D5802F;
}
.technology-menu li.tomato-link a {
    background-color: #C94F2F;
}
.technology-menu li.dark-blue a {
    background-color: #206792;
}
.technology-menu li.sky-blue a {
    background-color: #269ACE;
}
.technology-menu li.light-green a {
    background-color: #369D95;
}
.technology-menu li.dark-red a {
    background-color: #9A4429;
}
.technology-menu li.dark-green a {
    background-color: #158041;
}
.technology-menu li.mgenta-link a {
    background-color: #8B2A5B;
}
.technology-menu li.purple-link a {
    background-color: #6C4480;
}*/
.container-fluid.no-pad {
  padding: 0px;
}
.technology-menu ul li.next-line a {
  padding-top: 18px;
  background-position: center 37px;
}
.technology-menu ul li.next-line .menu-arrow {
  top: 36px;
}
.technology-banner {
  /*height:392.43px;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  overflow: hidden;
  padding: 0px;
}
.brochures-banner {
  background-image: url("images/brochures.jpg");
  height: 274px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.product-box a {
  font-size: 15.78px;
  color: #ffffff;

  line-height: 20px;
  padding: 10px 0;
  display: inline-block;
  text-transform: uppercase;
}
.product-box a:hover {
  text-decoration: none;
  color: #ffffff;
}
.product-box {
  border-radius: 15px;
  padding: 6px;
  text-align: center;
  height: 236px;
  width: 236px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 10px #e9ebe6;
}
.product-image img {
  border-radius: 0px;
  width: 100%;
  height: auto;
}
ul.product-listing {
  margin: auto;
  padding: 0;
  width: 97%;
}
li.product-categories {
  float: left;
  list-style: none;
  margin: 0 20px 75px;
}
.technology-footer .container {

}
.view-more a {

  font-size: 12.61px;
  line-height: 10px;
  color: #7f7e7f;
  background-color: #E0E0DF;
  padding: 5px 10px;
  border-radius: 0px 0px 6px 6px;
  display: inline-block;
  border: 1px solid #919090;
  text-transform: uppercase;
}
.view-more a:hover {
  text-decoration: none;
  color: #7F7E7F;
}
.product-holder {
  text-align: center;
  margin-top: 20px;
  padding: 60px 0 0px;
}
.product-box.flash-drivers {
  background-color: #B9242F;
}
.product-box.power {
  background-color: #2B80B7;
}
.product-box.computer-accessories {
  background-color: #D5802F;
}
.product-box.sourcing {
  background-color: #D5802F;
}
.product-box.sound {
  background-color: #C94F2F;
}
.product-box.iaccessories {
  background-color: #206792;
}
.product-box.time {
  background-color: #6C4480;
}
.product-box.digital-technologies {
  background-color: #369D95;
}
.product-box.web-keys {
  background-color: #9A4429;
}
.product-box.laser-pointers {
  background-color: #158041;
}
.product-box.lifestyle {
  background-color: #269ace;
}
.product-box.lanyards {
  background-color: #6c4480;
}
.product-box.power-banks-2, .product-box.customer {
  background-color: #DB4726;
}
.product-box.whats-new {
  background-color: #AA1F66;
}
.product-box.catalogues {
  background-color: #08A54F;
}
.product-box.eco-gadgets, .product-box.case-studies {
  background-color: #2E368F;
}
.right-header.pull-right {
  margin: 4px 0;
}
.menu-container .navbar-inverse {
  border: none;
  background: none;
}
.menu-container .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
  border-color: transparent;
}
.technology-menu .navbar-nav {
  float: none;
 /* background: #0064A6;*/
}
.menu-container .navbar {
  margin-bottom: 0px;
}
.menu-container .navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;

}
.footer-links h3 {

  font-size: 12px;
  color: #066593;
  line-height: 13px;
  text-transform: capitalize;
}
.footer-links ul {
  padding: 0px;
  margin: 0px;
}
.footer-links ul li {
  list-style: none;
  color: #919090;
}
.footer-links ul {
  margin-top: 20px;
}
.footer-links ul li a {
  text-decoration: none;
  color: #919090;
  font-family: 'gothic';
  text-transform: none !important;
  margin-top: 0px !important;
}
.footer-links ul li {
  line-height: 14px !important;
  font-size: 9.46px !important;
  color: #919090;
}
.footer-links ul {
  color: #919090;
  margin: 0;
  list-style: none;
}
.technology-footer {
  padding-top: 15px;
  margin: 15px 0 0;

}
.special-links {
  margin-top: 30px;
}
.special-links ul {
  margin: 0px;
  padding: 0px;
}
.special-links ul li {
  list-style: disc;
  color: #919090;
}
.special-links ul li a {

  font-size: 12px;
  color: #066593;
  line-height: 13px;
  text-transform: capitalize;
}
.footer-logo {
  width: 223px;
  height: 19px;
  margin: auto;
}
.copyright-section {
  padding: 10px 0 20px;
  /*border-top: 1px solid #dddddd;*/
  text-align: center;
}
.copyright-section span {
  color: #919090;
  font-family: 'gothic';
  text-transform: capitalize;
  font-size: 11px;
  display: inline-block;
}
.footer-bottom {
  margin-top: 20px;
  position: relative;
}
.appa-logo {
  height: 67px;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 147px;
}
.technology-menu ul li ul {
  position: absolute;
  display: none;
  left: 2.7px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
ul.nav.navbar-nav>li:first-child > ul{left: 0; transform: none;}
.technology-menu > ul > li:first-child ul{
  left: 0;
  transform: none;
}
.technology-menu ul li:hover > ul {
  display: block;
}
.technology-menu ul li > ul {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.technology-menu ul li ul li {
  width: auto;
  padding: 0;
}
.technology-menu ul li ul li a {
  background: #0064A6!important;
  color: #fff;
  display: block;
  
  font-size: 11.03px;
  padding: 10px !important;
  text-transform: capitalize;
  width: 180px;
  line-height: 16px;
}
.technology-menu ul li.purple-link ul {
  /*left: -74px;*/

}
.navbar-nav > li > .sub-menu{
  left: 50%;
  transform: translateX(-50%);	  
}
.sub-menu .sub-menu{
	transform: translateX(0)!important;
}
.whats-new-banner, .most-popular-banner, .whats-new-parent-banner, .most-popular-parent-banner, .branding-option-banner, .flash-drivers-banner,.essential-promo-2-banner {
  background-repeat: no-repeat;
  height: 220px;
  background-position: center center;
  background-size: 100%;
  overflow: hidden;
}
.branding-option-banner .container {
  color: #444444;

  font-size: 60px;
  text-transform: capitalize;
  padding: 94px 0;
}
.registration-form-banner {
  background-image: url("images/registration-form-banner.jpg");
  background-repeat: no-repeat;
  height: 220px;
  background-position: center center;
  background-size: 100%;
}
.registration-form-banner .container {
  color: #444444;

  font-size: 60px;
  text-transform: capitalize;
  padding: 94px 0;
}
.brochures-banner .container {
  color: #444444;

  font-size: 60px;
  text-transform: capitalize;
  padding: 94px 0;
}
.middle-body {
  /*border-top: 1px solid #dddddd;*/
  margin-top: 0px;
  position: relative;
  z-index: 99;
}
.technology-breadcrums ul {
  padding: 0px;
  margin: 0px;
}
.technology-breadcrums ul li {
  display: inline-block;
}
.technology-breadcrums ul li a {
  text-decoration: none;

  color: #787777;
  font-size: 17px;
  text-transform: capitalize;
  background-image: url(images/bread-crum-arrow.png);
  background-repeat: no-repeat;
  background-position: right 5px;
  padding: 0 20px 0 10px;
  outline: none;
}
.technology-breadcrums ul li a:hover {
  color: #3B65A0;
}
.technology-breadcrums {
  margin: 20px 0;
}
.recommended-branding-forms .col-md-3 {
  padding: 0px !important;
}
.technology-page-heading {
  
  font-size: 17.03px;
  color: #848585;
  width: 80%;
  margin: 40px auto 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdddd;
}
.price-list-page-heading {
  border-bottom: none;
  color: #848585;
  
  font-size: 17px;
  margin: 40px 45px 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.blue-branding-top {
  background-image: url(images/blue-branding-top.jpg);
  height: 50px;
  background-position: top center;
  background-size: 100%;
}
.branding-form-pic {
  display: inline-block;
}
.blue-branding-middle {
  text-align: center;
  background-color: #43bfee;
}
.branding-form-text h3 {

  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
}
.branding-form-text p {
  
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  padding: 0 20px;
  margin: 0;
}
.blue-branding-bottom {
  height: 159px;
  background-image: url("images/blue-branding-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.pink-branding-top {
  background-image: url("images/pink-branding-top.jpg");
  height: 50px;
  background-position: top center;
  background-size: 100%;
}
.pink-branding-middle {
  text-align: center;
  background-color: #ef4681;
}
.pink-branding-bottom {
  height: 185px;
  background-image: url("images/pink-branding-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.yellow-branding-top {
  background-image: url("images/yellow-branding-top.png");
  height: 50px;
  background-position: top center;
  background-size: 100%;
}
.yellow-branding-middle {
  text-align: center;
  background-color: #ede54b;
}
.yellow-branding-bottom {
  height: 128px;
  background-image: url("images/yellow-branding-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.yellow-branding-middle .branding-form-text p {
  color: #383838;
}
.yellow-branding-middle .branding-form-text h3 {
  color: #383838;
}
.grey-branding-top {
  background-image: url("images/grey-branding-top.jpg");
  height: 50px;
  background-position: top center;
  background-size: 100%;
}
.grey-branding-middle {
  text-align: center;
  background-color: #484848;
}
.grey-branding-bottom {
  height: 146px;
  background-image: url("images/grey-branding-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.artwork-format-holder h3 {

  color: #828283;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
}
.artwork-icon {
  width: 310px;
  margin: auto;
}
.artwork-format-holder {
  text-align: center;
}
.artwork-format-holder p {
  text-align: left;
  font-size: 12px;
  color: #848585;
  
}
.artwork-icon-pic {
  display: inline-block;
}
.artwork-discription, .artwork-logo-text {
  width: 466px;
  margin: auto;
}
.font-logo {
  width: 137px;
  height: 64px;
  float: left;
}
.color-logo {
  width: 99px;
  height: 84px;
  float: left;
}
.font-text {
  float: right;
  width: 328px;
}
.artwork-logo-text {
  margin-top: 40px;
}
.font-text b {
  display: block;
}
.color-logo-text {
  margin: 40px auto;
  width: 466px;
}
.brochure-cover {
  display: inline-block;
  text-align: center;
}
.brochures-pic {
  height: 227px;
  width: 162px;
  overflow: hidden;
  box-shadow: 0 -5px 11px 2px #c4c4c4;
}
.brochures-pic img {
  height: auto;
  max-width: 100%;
}
.download-brochure-links-wrapper ul {
  margin: 0px;
  padding: 0px;
}
.download-brochure-links-wrapper ul li {
  float: left;
  list-style: none;
  margin: 40px 43px 20px;
}
.download-brochure-links-wrapper {
  margin: auto auto 80px;
  width: 86%;
}
.brochure-cover h4, .price-list-wrapper h4 {
  color: #444;
  font-size: 14px;
  
  margin: 20px 0 10px;
}
.brochure-cover a {
  display: block;
  text-decoration: none !important;
  background-image: url(images/blue-down-arrow.png);
  background-position: right 0px;
  background-repeat: no-repeat;
}
.price-list-wrapper a {
  display: block;
  text-decoration: none !important;
  background-image: url(images/blue-down-arrow.png);
  background-position: 131px 3px;
  background-repeat: no-repeat;
}
.brochure-cover a .download-link, .price-list-wrapper a .download-link {
  display: block;
  color: #0264A3;
  
  font-size: 17px;
  text-transform: capitalize;
  line-height: 18px;
}
.download-size {
  color: #8A8A8A;
  font-size: 14px;
  
  line-height: 16px;
  display: block;
}
.product-page-container {
  margin-bottom: 50px;
}
.technology-sidebar h3 {
  color: #070001;
  font-size: 14px;
  padding: 12px 20px;
  display: block;
  text-transform: capitalize;
  line-height: 18px;
  margin-bottom: 0;
  position: relative;
  background: #F5F5F5;
  margin-top: 0;

}
.technology-sidebar span {
  position: absolute;
  right: 10px;
}
.technology-sidebar {
  width: 190px;
}
.technology-sidebar ul {
  margin: 0px;
  padding: 0px;
}
.technology-sidebar li {
  list-style: none;
  position: relative;
}
.technology-sidebar li ul li i {
  font-size: 12px !important;
  background: #e9e9e9;
  padding-left: 25px;
}
.technology-sidebar li i {
  list-style: none;
  color: #999999;
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 7px 20px;
  font-style: normal;
  cursor: pointer;	
  text-decoration: none;

}
.technology-sidebar ul li i:hover {
  background: #3b65a0 none repeat scroll 0 0;
  color: #fff;
}
.technology-page-title {
  clear: both;
  display: block;
  font-size: 14px;	
  line-height: 27px;
  text-transform: capitalize;
  margin-top: 0;
  color: #0064A6;
}
.featured-product-title {

  font-size: 19px;
  color: #3B65A0;
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  z-index: 2;
  position: absolute;
  bottom: 10px;
  text-align: left;
  width: 100%;
  padding: 0 20px;
  line-height: 21px;
}
.featured-product-pic {
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 7px 7px 10px 0 #c6c6c6;
}
.feature-product {
  margin-top: 30px;
}
.computer-accessories-banner {
  /* background-image: url("images/computer-accessories-banner.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.computer-accessories-banner .container {
  color: #444444;

  font-size: 60px;
  padding: 77px 0;
  text-transform: capitalize;
  line-height: 60px;
}
.digital-technologies-banner {
  /* background-image: url("images/digital-banner.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.gift-packs-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.laser-pointers-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.iaccessories-banner {
  /* background-image: url("images/iAccessories-banner.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.iaccessories-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.lifestyle-banner {
  /* background-image: url(images/Lifestyle-banner.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.lifestyle-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.lasers-pointers-banner {
  /* background-image: url(images/lasers-pointers-banner.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.lasers-pointers-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.lanyards-banner {
  /* background-image: url(images/lanyards-banner.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.lanyards-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.power-banner {
  /* background-image: url("images/power-banner.jpg"); */
  height: 274px;
  overflow: hidden;
}
.whats-new-banner, .most-popular-banner, .whats-new-parent-banner, .most-popular-parent-banner {
  height: 274px;
  overflow: hidden;
}
.case-studies-banner {
  height: 274px;
  overflow: hidden;
}
.catalogues-banner {
  height: 274px;
  overflow: hidden;
}
.customer-banner {
  height: 274px;
  overflow: hidden;
}
.power-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.sound-banner {
  /* background-image: url("images/sound-banner.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 220px;
  overflow: hidden;
}
.about-banner, .warranties-banner {
  /* background-image: url("images/sound-banner.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.sound-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.sourcing-banner {
  /* background-image: url(images/sourcing-banner.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.sourcing-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.digital-technologies-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.web-keys-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.tech-specs-banner {
  /* background-image: url(images/tech-specs-banner.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.tech-specs-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.time-banner {
  /* background-image: url("images/time-banner.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
  overflow: hidden;
}
.time-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.web-keys-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 220px;
  overflow: hidden;
}
.registration-form-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 220px;
  overflow: hidden;
}
.price-list-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 220px;
  overflow: hidden;
}
.contactus-banner, .about-banner, .warranties-banner, .product-range-banner, .eco-gadgets-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 220px;
  overflow: hidden;
}
.contactus-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.news-banner {
  background-image: url(images/news-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 220px;
  overflow: hidden;
  background-size: cover;
}
.news-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.price-list-banner {
  background-image: url("images/price-list.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 274px;
}
.price-list-banner .container {
  color: #444444;

  font-size: 60px;
  line-height: 60px;
  padding: 106px 0;
  text-transform: capitalize;
}
.contact-page-intro-line {
  
  font-size: 17px;
  color: #444;
  line-height: 20px;
}
.contact-form-wrapper {
  /*margin: 30px 0px;*/
  margin: auto;
  width: 93%;
}
.contact-heading-wrapper {
  margin: auto;
  width: 91%;
}
.contact-form-wrapper b {
  color: #000000;
  margin-top: 10px;
  display: block;
}
.news-pic {
  width: 260px;
  /*box-shadow: 0 15px 45px 0 #a8a8a8;*/
  overflow: hidden;
  height: 210px;
}
.news-pic img {
  width: 100%;
  height: auto;
}
.news-container {
  margin: auto auto 50px;
  width: 80%;
}
.news-discription h3 {

  font-size: 24px;
  line-height: 26px;
  color: #444;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.price-list-wrapper h3 {

  font-size: 24px;
  line-height: 26px;
  color: #444;
  margin: 0 0 20px;
  text-transform: inherit;
}
.news-discription p, .price-list-wrapper p {
  
  font-size: 14px;
  color: #6C6C6C;
  line-height: 24pt;
}
.news-discription a {
  display: inline-block;
  margin-left: 10px;
}
.price-list-download {
  text-align: center;
  width: 160px;
}
.price-list-wrapper {
  box-shadow: 0 -3px 15px 0 #afafaf;
  padding: 30px 10px;
  margin: 20px 45px;
}
.usb-pricing .download-link {
  color: #C9252F !important;
}
.price-list-wrapper.usb-pricing a {
  background-image: url("images/red-down-arrow.png") !important;
}
.price-list-wrapper.powerbank-pricing a {
  background-image: url("images/blue-down-arrow2.png") !important;
}
.computer-accessories-pricing .download-link {
  color: #ea8f36 !important;
}
.price-list-wrapper.computer-accessories-pricing a {
  background-image: url("images/brown-down-arrow.png") !important;
}
.price-list-wrapper.sound-pricing a {
  background-image: url("images/orange-down-arrow.png") !important;
}
.sound-pricing .download-link {
  color: #D34326 !important;
}
.gadget-pricing .download-link {
  color: #6DB444 !important;
}
.price-list-wrapper.gadget-pricing a {
  background-image: url("images/green-down-arrow.png") !important;
}
.pointer-pricing .download-link {
  color: #1E7D3E !important;
}
.price-list-wrapper.pointer-pricing a {
  background-image: url("images/dark-down-arrow.png") !important;
}
.technology-pricing .download-link {
  color: #34ACA6 !important;
}
.price-list-wrapper.technology-pricing a {
  background-image: url("images/skyblue-down-arrow.png") !important;
}
.lifestyle-pricing .download-link {
  color: #1A9AD5 !important;
}
.price-list-wrapper.lifestyle-pricing a {
  background-image: url("images/lifestyle-down-arrow.png") !important;
}
.iaccessories-pricing .download-link {
  color: #296EA1 !important;
}
.price-list-wrapper.iaccessories-pricing a {
  background-image: url("images/iaccesory-down-arrow.png") !important;
}
.time-pricing .download-link {
  color: #9F2355 !important;
}
.price-list-wrapper.time-pricing a {
  background-image: url("images/mjenta-down-arrow.png") !important;
}
.lanyards-pricing .download-link {
  color: #703985 !important;
}
.price-list-wrapper.lanyards-pricing a {
  background-image: url("images/purpull-down-arrow.png") !important;
}
.web-key-pricing .download-link {
  color: #AC3C24 !important;
}
.price-list-wrapper.web-key-pricing a {
  background-image: url("images/webkey-down-arrow.png") !important;
}
.entry-title {
  color: #444;
  font-size: 30.05px;
  line-height: 30px;
  text-align: left;
}
.product-crousel {
  margin-top: 40px;
}
.technology-sidebar-title {
  color: #787777;

  font-size: 18px;
  line-height: 15px;
}
.product-page-container .col-md-4 .page-product-title {
  margin-bottom: 10px;
  text-align: left;
}
.select-colors {
  margin-top: 10px;
}
.technology-product-feature {
  margin: 20px 0px;
}
.technology-product-feature p {
  line-height: 16px;
  margin: 5px 0;
}
.image-download-button, .drawing-download-button {
  float: left;
  display: block;
  text-decoration: none;
}
.download-text {
  color: #444;
  float: left;
  font-size: 18px;
  line-height: 16px;
  margin-left: 10px;
  width: 160px;
}
.download-arrow {
  width: 33px;
  height: 33px;
  border: 1px solid #dddddd;
  padding: 5px;
  float: left;
  margin-top: 5px;
}
.all-products-link {
  
  font-size: 14px;
  color: #08659A;
  line-height: 16px;
}
.all-products-link {
  text-align: center;
}
.all-products-link > span {
  margin-left: 10px;
}
.download-button-group {
  margin-bottom: 50px;
}
.technology-product-description h3 {

  font-size: 18px;
  line-height: 22px;
  color: #787777;
}
.technology-product-description ul {
  margin: 0px;
  padding: 0px;
}
.technology-product-description ul li {
  text-decoration: none;
  
  font-size: 12px;
  color: #444;
  line-height: 18px;
  list-style: none !important;
  padding-left: 15px;
  background-image: url("images/range-product-li.png");
  background-repeat: no-repeat;
  background-position: left 8px;
}
.price-calculator-container .techno-table-title {
  display: block;

  font-size: 14.41px;
  line-height: 16px;
  color: #ffffff;
  background-color: #989898;
  text-align: center;
  padding: 8px 0;
}
.price-calculator-container .nav.nav-tabs {
  margin-bottom: 10px;
  border-bottom: 0px;
}
.price-calculator-container .nav.nav-tabs li a {

  font-size: 19.03px;
  line-height: 19px;
  color: #ffffff;
  background-color: #787777 !important;
}
.price-calculator-container .nav.nav-tabs li a:hover {
  background-color: #b0b0b1 !important;
}
.price-calculator-container .nav.nav-tabs li a:focus {
  outline: none;
}
.price-calculator-container {
  margin: 50px 0;
}
.price-calculator-container table th {

  font-size: 14.41px;
  line-height: 16px !important;
  color: #787777;
  font-weight: normal !important;
  text-align: center;
}
.price-calculator-container table td {
  text-align: center;
  
  font-size: 12.02px;
  color: #08659A;
  line-height: 13px;
}
.price-calculator-container table {
  background-color: #e7e8e7 !important;
}
.first-td {
  color: #808080 !important;
}
.techno-table-checkbox input[type="checkbox"] {
  background-color: #cbc9c9;
}
.techno-table-checkbox span {
  color: #808080;
  
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
}
.techno-table-checkbox {
  margin-bottom: 20px;
}
.td-info {
  text-align: left !important;
}
.td-info p {
  margin: 0px;
}
.td-info span {
  display: block;
  padding-left: 30px;
  width: 300px;
}
.additional-printing-price-link {
  color: #08659A;
  font-size: 20px;

  line-height: 22px;
  text-align: right;
}
.other-item-crousel {
  text-align: center;
}
.default-markups {
  color: #808080 !important;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo" !important;
  font-size: 15px !important;
  line-height: 29px !important;
}
.quote-calculator-title {
  color: #ffffff;
  font-size: 25px;

  line-height: 27px;
  text-align: left;
  background-color: #444344;
  display: block;
  padding: 10px 40px;
}
.bold-tr {
  background-color: #444344;
}
.bold-tr td {
  font-size: 20.04px !important;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo" !important;
  color: #ffffff !important;
  line-height: 22px !important;
}
.technology-product-image {
  height: 220px;
  width: 210px;
}
.technology-product-image img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.technology-product-listing-wrapper ul {
  margin: 0px;
  padding: 0px;
}
.technology-product-listing-wrapper ul li {
  padding: 30px 20px;
  float: left;
  list-style: none;
}
.technology-product-listing-wrapper ul li a {

  color: #808080;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.technology-explained-title {

  color: #444;
  font-size: 24px;
  line-height: 26px;
  border-bottom: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
}
.sourcing-title {

  color: #444;
  font-size: 33pt;
  line-height: 26pt;
  border-bottom: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 40px;
  padding-left: 20px;
}
.sourcing-steps-container {
  margin-bottom: 30px;
}
.sourcing-text span {

  font-size: 20px;
  color: #8c8c8c;
  word-wrap: break-word;
}
.technology-explained-wrapper {
  width: 80%;
  margin: 50px auto auto;
}
.technology-question-block h3 {

  color: #777777;
  font-size: 18px;
  line-height: 20px;
  text-transform: inherit;
}
.technology-question-block p {
  color: #8A8A8A;
  font-size: 12px;
  
  line-height: 17px;
}
.technology-question-block ul {
  margin: 0px;
  padding: 0px;
}
.technology-question-block li {
  color: #8A8A8A;
  font-size: 12px;
  
  line-height: 20px;
  list-style: none;
}
.technology-question-block {
  margin: 40px 0;
}
.companies-logo {
  height: auto;
  text-align: center;
}
.companies-logo img {
  max-width: 100%;
  height: auto;
}
.technology-company-description-holder h3 {
  margin: 30px 0;

  color: #787777;
  font-size: 18px;
  line-height: 20px;
}
.technology-company-description-block p {
  color: #8A8A8A;
  font-size: 12px;
  
  line-height: 20px;
}
.technology-company-description-block {
  margin: 30px 0;
}
.registration-form-note h4 {

  color: #787777;
  font-size: 17px;
  line-height: 19px;
}
.registration-form-note div {
  
  font-size: 12px;
  line-height: 14px;
  color: #787777;
}
.registration-form-note span {
  color: #E21E25;
}
.registration-form-wrapper {
  width: 80%;
  margin: auto;
}
.registration-form-note {
  margin-bottom: 30px;
}
.registration-form-lable {

  color: #8C8C8C;
  font-size: 12px;
  line-height: 15px;
  float: left;
  width: 130px;
  margin-top: 5px;
  text-transform: capitalize;
}
.registration-form-input {
  width: 318px;
  float: left;
}
.registration-form-input span {
  position: relative !important;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.registration-form-input input[type="text"], .registration-form-input input[type="email"], .registration-form-input input[type="tel"], .registration-form-input select {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding: 1px 5px;
  color: #8c8c8c;
  height: 18.24px;
  font-size: 12px;
  background-color: #ffffff;
}
.registration-form-lable span {
  color: #E21E25;
}
.registration-form-field {
  margin: 10px 0px;
}
.how-you-hear h4 {

  color: #8C8C8C;
  font-size: 12px;
  line-height: 14px;
}
.how-you-hear {
  margin-top: 50px;
}
.hear-options input[type="checkbox"] {
  border: 1px solid #dddddd;
}
.hear-options .hear-option-text {
  
  font-size: 12px;
  color: #8C8C8C;
  text-transform: capitalize;
}
.hear-options {
  display: inline-block;
  margin-right: 15px;
}
.hear-option-input-field {
  display: inline-block;
  width: 250px;
}
.hear-option-input-field input[type="text"] {
  width: 100%;
}
.yatama-technology-newsletter h4 {
  display: inline-block;
  margin-right: 30px;
}
.yatama-technology-newsletter {
  margin: 20px 0;
}
.yatama-technology-newsletter h4 span {
  color: red;
}
.yatama-technology-terms h4 {
  display: inline-block;
}
.yatama-technology-terms .hear-options {
  margin-left: 10px;
}
.yatama-technology-terms span {
  color: red;
}
.registration-form-button .submit-button, .registration-form-button .rest-button {
  display: inline-block;
}
.registration-form-button .submit-button a, .registration-form-button .rest-button a {
  background-color: #0465a6;
  color: #ffffff;
  display: inline-block;

  font-size: 8px;
  text-transform: uppercase;
  padding: 10px 15px;
  line-height: 8px;
  text-decoration: none;
  cursor: pointer;
}
.registration-form-button input[type="submit"] {
  background-color: #0465a6;
  color: #ffffff;
  display: inline-block;

  font-size: 8px;
  text-transform: uppercase;
  padding: 10px 15px;
  line-height: 8px;
  text-decoration: none;
  cursor: pointer;
}
.submit-button {
  font-size: 8px !important;
  padding: 10px 15px !important;
  line-height: 8px !important;
}
.registration-form-button.pull-right {
  margin-bottom: 20px;
}
.footer-links-sub a {
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo" !important;
}
.img_back {
  display: block;
  height: 220px;
  position: relative;
}
.img_back img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}
.left_txt {
  color: #444444;

  font-size: 60px;
  line-height: 52px;
  max-width: 100%;
  padding: 106px 0;
  position: absolute;
  width: 450px;
  z-index: 2;
  left: 40px;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-md-12 {
  width: 100%;
}
.featured_pro h3 {
  display: block;
  background: #fff;

  font-size: 14px;
  left: 50px;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  top: 7px;
  white-space: nowrap;
  width: 170px;
}
.featured_pro .price {
  display: none;
}
.featured_new h3 {
  display: block;

  font-size: 14px;
  left: 50px;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  top: 7px;
  white-space: nowrap;
  width: 170px;
}
.featured_new .price {
  display: none;
}
.featured_pro {
  background: url("images/nopro.gif") no-repeat scroll center center / 60% auto;
  min-height: 195px;
}
.featured_new {
  background: url("images/nopro.gif") no-repeat scroll center center / 60% auto;
}
.featured_new img, .featured_pro img {
  height: 180px;
  padding: 15px;
  margin-top: 15px;
  width: auto;
}
.featured_new ul {
  padding-left: 0;
}
.featured_pro ul {
  padding-left: 0;
}
.featured_new img {
  padding-top: 15px;
}
div.images.Image_center {
  width: auto !important;
}
.properties-product-title {
  color: #08659A;

  font-size: 23.04px;
  line-height: 30px;
  text-align: left;
}
/*Collection-css-end-here*/

/*Collection-child-css-start-here*/
/*
Theme Name: Collections Child
Description: Child theme for collections
Author: the WordPress team
Author URI: https://wordpress.org/
*/
@import url("../collections/style.css");
.footer-links-sub {
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo" !important;
  font-size: 9.46px !important;
  line-height: 13px !important;
  text-transform: capitalize !important;
  margin-bottom: 15px !important;
  margin-top: 20px !important;
  list-style: none !important;
  cursor: context-menu !important;
}
.footer-links-sub a {
  color: #066593 !important;
  cursor: context-menu !important;
}
.special-links-sub {
  margin-top: 0px !important;
  position: relative;
  top: 30px;
}
.special-links-sub a {
  color: #066593 !important;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo" !important;
  font-size: 9.46px !important;
  line-height: 13px !important;
  text-transform: capitalize !important;
  margin-top: 5px !important;
}
.search-submit {
  background-image: url('images/search-glass.png');
}
#loginform {
  width: 500px;
  height: 330px;
  margin-top: 100px;
  background-color: #585858;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px #424242;
  padding: 10px;
  box-sizing: border-box;
  font-family: helvetica;
  visibility: hidden;
  display: none;
}
#loginform #close_login {
  position: absolute;
  top: 140px;
  left: 735px;
  width: 15px;
  height: 15px;
}
#loginform p {
  margin-top: 40px;
  font-size: 22px;
  color: #E6E6E6;
}
#loginform #login {
  width: 250px;
  height: 40px;
  border: 2px solid silver;
  border-radius: 3px;
  padding: 5px;
}
#loginform #password {
  margin-top: 5px;
  width: 250px;
  height: 40px;
  border: 2px solid silver;
  border-radius: 3px;
  padding: 5px;
}
#loginform #dologin {
  margin-left: -5px;
  margin-top: 10px;
  width: 250px;
  height: 40px;
  border: none;
  border-radius: 3px;
  color: #E6E6E6;
  background-color: grey;
  font-size: 20px;
}
.sign-in {
  border: 2px solid black;
  background-color: transparent;
  color: black;
  border-radius: 0px;
  padding: 5px 20px;
}
.btn-info:hover {
  border: 2px solid black;
  background-color: transparent;
  color: black;
}
.home-icon {
  background-color: #ffffff;
  margin-top: 10px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  border: 2px solid black;
  background-color: transparent;
  color: black;
}
.navbar-form .input-group>.form-control {
  height: 37px;
}
.input-group-btn:last-child >.btn {
  height: 28px;
}
.subcat-listing {
  cursor: pointer !important;
  position: inherit !important;
  right: 0px !important;
  list-style: none !important;
  color: #3B65A0 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  display: block !important;
  padding: 12px 20px !important;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo" !important;
  text-decoration: none !important;
  font-style: normal !important;
}
.active_sub {
  background: #FD9913 !important;
  color: #fff !important;
}
.woocommerce ul .products li .active {
  background-color: blue;
  color: white;
}
.subcat-listing li i .active {
  background-color: blue;
  color: white;
}
.subcategory-name {
  color: #3B65A0;
  font-size: 25px;

  line-height: 27px;
  text-transform: capitalize;
  margin-top: 20px;
}
.products-list > li {
  float: left;
  margin: 0 0 30px 25px;
  padding: 0;
  position: relative;
  width: 30.09%;
}
.products-list > a {
  text-decoration: none;
}
.products-list {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  clear: both;
}
.products-list > a > h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
}
.products-feature-list {
  list-style: none;
}
span.onsale {
  background-color: #77a464;
  border-radius: 100%;
  color: #fff;
  font-size: 0.857em;
  font-weight: 700;
  left: -0.5em;
  line-height: 3.236;
  margin: 0;
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  position: absolute;
  text-align: center;
  top: -0.5em;
}
.single_product a {
  clear: none !important;
}
.upsell_productslist li {
  clear: none !important;
  display: inline-block !important;
  float: left !important;
}
#tab-description {
  display: none !important;
}
.technology-sidebar-title {
  color: #787777;

  font-size: 14px !important;
  line-height: 20px;
}
.footer-links {
  /*margin: 0 38px;*/
}
.attribute-value {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 16px;
  margin: 5px 0;
}
.technology-product-feature {
  /*margin: 20px 0px 20px 110px;*/
  margin: 20px 0 20px 80px;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
  color: black;
}
.woocommerce-breadcrumb {
  color: #787777 !important;

  font-size: 17px !important;
  outline: medium none;
  padding: 0 20px 0 10px;
  margin-top: 0px !important;
  text-decoration: none;
  text-transform: capitalize;
  border-top: 1px solid #D8D8D8;
  padding: 2px 10px !important;


}
.woocommerce-breadcrumb a {
  background-image: url("images/bread-crum-arrow.png");
  background-position: right 4px;
  background-repeat: no-repeat;
  color: #787777;

  font-size: 14.41px;
  outline: medium none;
  padding: 0 20px 0 10px;
  text-decoration: none;
  text-transform: capitalize;
}
.woocommerce-breadcrumb {
  font-size: 14.41px !important;
}
.Image_center img {
  width: auto !important;
}
.entry-summary {
  position: relative;
}
.entry-summary .price {
  clear: both !important;
  height: 40px;
  position: absolute;
  top: 40px;
  width: 100%;
}
.technology-sidebar {
  background: #fff none repeat scroll 0 0;
  min-height: 100px;
}
.loading_image {
  background: #fff none repeat scroll 0 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 9999;
}
div.product .price-calculator-container .woocommerce-tabs.wc-tabs-wrapper ul {
  padding: 0px !important; margin-left: 20px;
}
div.product .price-calculator-container .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs.nav.nav-tabs li {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  margin: 0px !important;
  padding: 0px!important;
}
div.product .price-calculator-container .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs.nav.nav-tabs li a {
  padding: 5px 20px !important;
  color: #ffffff !important;
}
.technology-collection-header {
  /*	padding: 0 70px;*/
}
/*Gurpreet-new-css-start*/
.paging > span {
  color: #6b6b6b;
  display: block;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}
.paging-list {
  display: block;
  float: left;
  width: 71%;
}
.paging a {

  font-size: 14px;
  color: #3965a0;
  padding: 0 4px;
}
.email-telephone-fax-fields {
  margin: 35px 0px;
}
ul.range-products-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 510px;
}
ul.range-products-list > li {
  margin: 30px 0px;
}
.range-product-pic {
  float: left;
  width: 242px;
  height: 174px;
}
.range-product-pic img {
  max-width: 100%;
  max-height: 100%;
}
.range-product-description {
  float: right;
  width: 200px;
}
.range-product-description ul {
  margin-left:11px !important;
  padding: 0px;
}
.range-product-description li {
  list-style: outside disc;
  color: #b7b9bb;
  line-height: 17px;
}
.range-product-description li {
  
  font-size: 12px;
  color: #444;
  text-decoration: none;
}
.range-product-description h3 a {
  color: #444;
}
.sourcing-text h3 {

  font-size: 14px;
  color: #777777;
  line-height: 20px;
  margin-bottom: 20px;
}
.sourcing-text ul {
  margin-bottom: 30px;
  padding: 0 0 0 10px;
}
.sourcing-text li {
  list-style: disc inside;
  color: #8c8c8c;
  
  font-size: 14px;
  line-height: 32px;
}
.step-count {
  color: #ffffff;
  float: left;

  font-size: 46px;
  height: 114px;
  line-height: 45px;
  padding: 32px;
  text-align: center;
  width: 124px;
}
.step-count.blue-step, .steps-description.blue-step {
  background-color: #29b6e7;
}
.step-count.purple-step, .steps-description.purple-step {
  background-color: #9a69a8;
}
.step-count.green-step, .steps-description.green-step {
  background-color: #97c748;
}
.step-count.yellow-step, .steps-description.yellow-step {
  background-color: #fcba36;
}
.step-count.red-step, .steps-description.red-step {
  background-color: #ec4848;
}
.steps-description {
  float: right;
  height: 114px;
  padding: 15px;
  width: 675px;
}
.sourcing-page-innercontiner {
  margin-left: 20px;
  width: 86.5%;
}
.step-icon {
  float: left;
  width: 100px;
  height: 86px;
  margin-left: 30px;
}
.step-icon-right {
  float: right;
  width: 100px;
  height: 86px;
  margin-left: 30px;
}
.step-text {
  width: 420px;
  float: right;
}
.step-text-left {
  width: 420px;
  float: left;
  margin-left: 20px;
}
.step-title {
  color: #ffffff;
  
  font-size: 27px;
  margin-right: 50px;
  text-align: right;
  text-transform: uppercase;
}
.step-title-left {
  color: #ffffff;
  
  font-size: 27px;
  margin-right: 50px;
  text-align: left;
  text-transform: uppercase;
}
.step-punchline {
  
  font-size: 14px;
  color: #ffffff;
  margin-top: 22px;
}
.sourcing-steps {
  margin-bottom: 10px;
}
.sourcing-page-continer {
  margin: 50px auto auto;
  width: 80%;
}
.sourcing-text p {
  color: #777777;
  
  font-size: 13px;
  line-height: 24pt;
  margin-bottom: 30px;
}
.sourcing-li-intro {
  color: #777777;
  
  font-size: 14px;
  line-height: 24pt;
  margin-bottom: 10px;
}
.registration-form-wrapper br {
  display: none;
}
.fa-angle-left::before {
  display: none !important;
}
div.images.gallery_container .product_gallery .a3-dgallery .a3dg-nav .fa.fa-angle-left.a3dg-back {
  border: none !important;
  background-color:transparent !important;
  border-radius: 10px !important;
}
div.images.gallery_container .product_gallery .a3-dgallery .a3dg-nav .fa.fa-angle-right.a3dg-forward {
  border: none !important;
  background-color: transparent !important;
  
}
.fa-angle-right::before {
  display: none;
}
.price-list-icon img {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.artwork-discription b, .font-text b {

  color: #858585;
  font-weight: normal;
}
.product-color-option {
  width: 25px;
  height: 25px;
  float: left;
  border-radius: 50%;
  margin-left: 5px;
}
.woocommerce ul.upsell_productslist li.product .button {
  display: none;
  margin-top: 1em;
}
.woocommerce ul.upsell_productslist li.product .price {
  display: none;
  margin-top: 1em;
}
.bx-wrapper .bx-pager {
  display: none !important;
}
.show-attributes-weight {
  display: none;
}
.show-attributes-dimensions {
  display: none;
}
.woocommerce div.product form.cart div.quantity {
  display: none !important;
}
.single_add_to_cart_button {
  display: none !important;
}
.product_meta {
  display: none !important;
}
.variations label {
  color: #787777;

  font-size: 18px;
  margin-bottom: 15px;
}
.variations select {
  border: 1px solid #ccc;
  margin-left: 15px;
}
.variations {
  position: absolute;
  top: 83px;
  width: auto !important;
}
.custom-attributes {
  display: block;
  margin-top: 130px;
}
.upsells .bx-wrapper {
  border: 1px solid #ddd;
  margin: 0 auto 60px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.upsells .bx-wrapper .bx-prev {
  left: 2px;
}
.upsells .bx-wrapper .bx-next {
  right: 1px;
}
.single_product .bx-wrapper .bx-prev {
  left: -32px;
}
.single_product .bx-wrapper .bx-next {
  right: -27px;
}
.all-products-link {
  padding-left: 80px;
  text-align: left;
}
.price del {
  top: 8px;
}
.price ins {
  top: 7px;
}
.menu-container {
  position: relative;
  z-index: 200;
}
.a3dg-nav {
  margin-top: 20px;
}
.product_gallery .a3-dgallery .a3dg-nav .a3dg-thumbs {
  margin: auto !important;
  width: 80% !important;
}
.related.products .bx-wrapper .bx-viewport {
  /*width: 77% !important;*/
  width: 80% !important;
  margin: auto !important;
}
.related.products .bx-wrapper .bx-prev {
  left: 20px;
  background: url("images/g-back.png") no-repeat !important;
  width: 13px;
  height: 23px;
}
.related.products .bx-wrapper .bx-next {
  right: 20px;
  background: url("images/g-next.png") no-repeat !important;
  width: 13px;
  height: 23px;
}
.bx-wrapper .bx-controls-direction a {
  margin-top: 0px !important;
}
.related.products .bx-wrapper .bx-viewport ul li {
  /*height: 70px !important;*/
  margin-bottom: 0;
  /*width: 80px !important;
  margin-right: 85px !important;*/
  width: 100px !important;
    margin-right: 63px !important;
}
.related.products {
  border: 1px solid #e0e2e2 !important;
}
.price-calculator-container table {
  border: 1px solid #6c6b6b !important;
}
.price-calculator-container .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #6c6b6b !important;
}
.price-calculator-container .panel {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  margin: 0px !important;
}
.price-calculator-container .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #6c6b6b !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: none !important;
  position: relative !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 5px !important;
}
.price-calculator-container .nav-tabs::before {
  height: 5px;
  position: absolute;
  top: 31px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d5e60+0,b7b4b5+60,ffffff+100 */
  background: rgb(93,94,96); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(93,94,96,1) 0%, rgba(183,180,181,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(93,94,96,1) 0%, rgba(183,180,181,1) 60%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(93,94,96,1) 0%, rgba(183,180,181,1) 60%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5e60', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
.price-calculator-container {
  margin: 70px auto auto;
  width: 88%;
}
.price-calculator-container .tabs.wc-tabs.nav.nav-tabs {
  padding-bottom: 5px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0px !important;
}
.a3-dgallery .a3dg-forward {
  background: #adadad url("images/g-next.png") no-repeat center center !important;
  background-size: 85% !important;
}
.a3-dgallery .a3dg-back {
  background: #adadad url("images/g-back.png") no-repeat center center !important;
  background-size: 85% !important;
}
.technology-product-feature div {
  color: #787777;
  font-size: 11.21px;
}
.technology-product-feature p {
  color: #787777;
  font-size: 11.21px;
  margin: 0;
}
.a3dg-back {
  background-color: #b1afaf !important;
  background-position: center center !important;
  border-radius: 100% !important;
  display: block !important;
  height: 21px !important;
  margin: 46px 0 !important;
  width: 15px !important;
}
.a3dg-forward {
  background-color: #b1afaf !important;
  background-position: center center !important;
  border-radius: 100% !important;
  display: block !important;
  height: 21px !important;
  margin: 46px 0 !important;
  width: 15px !important;
}
.images.gallery_container {
  margin-bottom: 0px !important;
}
.col-md-3.col-sm-3.technology-sidebar-container {
  padding: 0 15px 0 0;
  width: 20.2% !important;
}
.item-description h2 {
  color: #787777;

  font-size: 14.41px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 0;
}
.related.products {
  padding: 0px;
  color: #444;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  margin: 82px auto 0;
  width: 88%;
}
.related.products .bx-wrapper {
  margin: 0px;
  padding: 15px 20px 10px;
}
div.related.products .bx-wrapper {
  border: 0px;
  box-shadow: 0px;
  left: 0px;
}
.onsale {
  display: none;
}
ul.products-list li a img {
  /*	bottom: 0;
      left: 0;
      margin: auto;
      max-height: 100% !important;
      max-width: 100% !important;
      position: absolute;
      right: 0;
      top: 0;*/

}
.img_back.center-block img {
  width: 100% !important;
  max-width: none !important;
}
.technology-page-title {
  /*background-image:url(../collections-child/images/title-bg.png);*/
  background-position: left;
  background-repeat: no-repeat;
  /*padding: 2px 0px;*/
  margin-bottom: 10px;
  width: 80%;

}
.price {
  display: none;
}
.products-list li a h3 {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  /*	position: absolute;
      right: 0px;
      left: 0px;
      bottom: -20px;
      top: auto;*/
}
.products-list li a {
  text-decoration: none;
  display: block;
  /*	height: 250px;
      width: 200px;*/
  /*margin-left: 40px;*/
  margin-left: 0;
  position: relative;
}
.products-list li a h3:hover {
  text-decoration: none;
  color: #3967a2;
}
.product-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.product-title-wrapper h1 {
  display: inline-block;
}
.images.Image_center {
  padding-top: 65px;
}
.item-description {
  
  color: #787777;
  font-size: 11.21px;
  line-height: 18px;
  text-align: left;
}
.item-description .productdetailbody .desc ul {
  margin: 0;
  padding: 0;
}
.item-description ul {
  padding-left: 10px !important;
}
.item-description .productdetailbody .desc ul li {
  list-style: outside none disc;
  margin-left: 15px;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 50px;
}
.download-text {
  position: relative;
  text-align: left;
  padding-left: 40px;
  margin-top: 40px;
}
.download-text a:before {
  position: absolute;
  width: 31px;
  height: 33px;
  content: "";
  background-image: url(images/blue-down-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #cbcbcb;
  left: 0px;
  /*margin-top: 5px;*/
}
.download-text a {
  text-decoration: none;
  color: #444;
}
.view-all-sound-product-link {
  
  color: #444;
  position: relative;
  font-size: 15px;
  display: inline-block;
  margin: 60px 0px 0px 110px;
}
.view-all-sound-product-link a {
  text-decoration: none;
}
.view-all-sound-product-link a:after {
  width: 22px;
  height: 22px;
  background-image: url(images/view-all-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  right: -28px;
}
.technology-breadcrums {
  margin: 0 0 20px;
}
div.related.products .bx-wrapper .bx-viewport ul.products.upsell_productslist li a img {
  /*height: 83px !important;*/
  width: auto;
  margin: auto;
}
div.related.products .bx-wrapper .bx-viewport ul.products.upsell_productslist li a h3 {
  text-align: center;
  color: #808080;
  font-size: 14px;
}
div.related.products .bx-wrapper .bx-viewport {
  box-shadow: none !important;
}
.related-product-crousel-titel {
  display: inline-block;
}
.related-product-crousel-titel {
  background-image: url("images/related-product-title-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #818181;
  font-size: 10.34px;
  height: 51px;
  left: -28px;
  padding: 16px 50px;
  position: absolute;
  top: -50px;
  width: 280px !important;
  z-index: 100;
}
.related-product-crousel-titel span {
  position: absolute;
  top: 30px;
}
.related.products {
  position: relative;
}
.properties-product-title {
  margin-left: 110px;
}
.download-link-wrapper {
  /*margin-left: 100px;*/
  margin-left: 70px;
}
.product-holder {
  margin-top: 0px;
}
.home-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeced+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeced 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeced 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeced 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeced', GradientType=0 ); /* IE6-9 */
  height: 24px;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 0px !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 100% !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images a {
  display: inline-block;
  text-align: center;
}
.item-description .desc ul {
  margin: 0;
  padding-left: 15px;
}
.left_txt {
  font-size: 48.03px;
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
  position: relative;
}
.whats-new-banner, .most-popular-banner, .whats-new-parent-banner, .most-popular-parent-banner, .computer-accessories-banner, .flash-drivers-banner, .power-banner, .sound-banner, .iaccessories-banner, .lifestyle-banner, .digital-technologies-banner, .web-keys-banner, .laser-pointers-banner, .time-banner, .lanyards-banner, .contactus-banner, .branding-option-banner, .news-banner, .tech-specs-banner, .sourcing-banner, .sourcing-banner, .registration-form-banner, .price-list-banner, .about-banner, .warranties-banner, .product-range-banner, .power-banks-2-banner, .eco-gadgets-banner, .gift-packs-banner,.essential-banner, .essential-promo-2-banner {
  display: table;
  width: 100%;
}
.search-glass {
  background-image: url('images/search-glass.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 23px;
}
.technology-search input[type="search"] {
  border: 1px solid #E6E7E8;
}
.home-icon {
  border: 2px solid #4b4b4b;
  padding: 2px;
}
.home-icon a img {
  display: block;
}
.sign-in {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #4b4b4b !important;
  border-radius: 0;
  color: #4b4b4b;
  padding: 3px 14px;
  line-height: 12px;
}
.technology-search input[type="search"] {
  color: #010101;
  font-family: 'HelveticaNeueLight';
  font-size: 11.44px;
}
.menu-header_menu-container ul li:nth-child(5) a {
  text-transform: none !important;
}
.smform-header {
  display: none !important;
}
.products-feature-list li a h3 {
  display: none;
}
.featured-product-title {
  text-align: center !important;
}
.active_sub {
  background: #3b65a0 none repeat scroll 0 0 !important;
}
.eco-gadgets-banner .img_back.center-block, .essential-promo-2-banner .img_back.center-block{
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.sourcing-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.lanyards-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.time-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.lifestyle-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.iaccessories-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.computer-accessories-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.power-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.contactus-banner .img_back.center-block, .about-banner .img_back.center-block, .warranties-banner .img_back.center-block, .product-range-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.price-list-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.registration-form-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.digital-technologies-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.web-keys-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.whats-new-banner, .most-popular-banner, .whats-new-parent-banner, .most-popular-parent-banner, .branding-option-banner, .sound-banner, .contactus-banner, .flash-drivers-banner, .tech-specs-banner, .power-banner, .computer-accessories-banner, .iaccessories-banner, .lifestyle-banner, .digital-technologies-banner, .web-keys-banner, .laser-pointers-banner, .time-banner, .lanyards-banner, .sourcing-banner.news-banner, .sourcing-banner, .registration-form-banner, .price-list-banner, .about-banner, .warranties-banner, .product-range-banner, .power-banks-2-banner, .eco-gadgets-banner, .gift-packs-banner,.essential-banner , .essential-promo-2-banner{
  position: relative;
  height: 220px;
}
.eco-gadgets-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.gift-packs-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.laser-pointers-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.sourcing-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.tech-specs-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.flash-drivers-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.branding-option-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.essential-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.most-popular-parent-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.whats-new-parent-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.whats-new-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.most-popular-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.sound-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.power-banks-2-banner .img_back.center-block {
  position: absolute !important;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}
.branding-option-banner .left_txt {
  width: 480px;
}
.branding-form-pic {
  height: 115px;
}
.artwork-format-holder h3 {
  text-transform: none;
}
.branding-form-text p {
  text-align: left;
}
.font-text {
  width: 365px;
}
.font-logo {
  margin-left: -45px;
}
.color-logo {
  margin-left: -30px;
}
.contact-frm-label {
  color: #8d8d8d;
  
  font-size: 17.03px;
  line-height: 20px;
  float: left;
  width: 29%;
  padding: 12px 0;
}
.contact-frm-label .lbel-star {
  color: #e31e27;
}
.contact-field {
  color: #8d8d8d;
  
  font-size: 17.03px;
  line-height: 20px;
  float: left;
  width: 71%;
}
.contact-field input[type="text"], .contact-field input[type="email"], .contact-field input[type="tel"], .contact-field textarea, .contact-field select {
  border: 1px solid #e2e0e1;
  padding: 12px;
  width: 100%;
}
.contact-field-box {
  margin-bottom: 30px;
}
.contact-form-right .contact-field-box {
  padding-left: 30px;
}
.contact-page-intro-line span {
  color: #393939;
  padding: 10px 0;
  display: block;

  font-size: 17.03px;
}
.contact-page-intro-line-wrapper {
  margin: 40px 0;
}
.contact-page-intro-line-wrapper h2 {
  color: #8d8d8d;

  font-size: 24px;
  margin-top: 65px;
}
.contact-field textarea {
  width: 100%;
}
.contact-sub-btn {
  text-align: right;
}
.contact-sub-btn input[type="submit"] {
  background-color: #0367a5;
  border: none;
  padding: 12px 20px;
  color: #ffffff;

  font-size: 14px;
  line-height: 16px;
}
.news-discription a {
  
  font-size: 17.03px;
  line-height: 24px;
  display: inline;
}
.price-calculator-container .nav.nav-tabs li a {
  font-weight: normal !important;
  margin-right: 13px;
}
div.product_gallery .a3-dgallery .a3dg-image-wrapper {
  border: none !important;
}
div.product_gallery .a3-dgallery .a3dg-navbar-control {
  display: none !important;
}
div.product_gallery .a3-dgallery .a3dg-thumbs li a.a3dg-active {
  border: none !important;
}
div.product_gallery .a3-dgallery .lazy-load {
  display: none !important;
}
.price-list-description {
  color: #444;
  
  font-size: 17.03px;
  line-height: 24px;
  margin-left: 40px;
}
.product-image {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 5px 5px 0 0;
  height: 184px;
  overflow: hidden !important;
}
.container-fluid.technology-banner {
  background-size: cover;
}
.contact-field textarea {
  height: 275px;
  resize: none;
}
.contact-field span {
  display: block;
  margin-top: 10px;
}
.contact-form-container .wpcf7-response-output.wpcf7-validation-errors {
  margin: 20px auto;
  width: 90%;
}
.tech-modal-dialog .modal-dialog .modal-content {
  background-color: #c4c5c6 !important;
  border-radius: 10px !important;
}
.tech-modal-dialog p.login-username, .tech-modal-dialog p.login-password {
  display: inline-block;
  width: 120px;
}
.tech-modal-dialog p.login-username label, .tech-modal-dialog p.login-password label {
  display: block;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #0065a5;
  margin-bottom: 2px;
  text-align: left !important;
}
.tech-modal-dialog p.login-username input, .tech-modal-dialog p.login-password input {
  border: 1px solid #636566;
  border-radius: 8px;
  padding: 5px 7px;
  width: 100%;
}
.tech-modal-dialog p.login-username input:focus, .tech-modal-dialog p.login-password input:focus {
  outline: none;
}
.tech-modal-dialog .modal-dialog {
  bottom: 0;
  height: 185px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 324px !important;
}
.tech-modal-dialog .modal-body {
  padding: 20px 30px 8px;
}
.tech-cross-btn .close {
  opacity: 1 !important;
}
.tech-cross-btn {
  position: absolute;
  right: -6px;
  top: -10px;
}
.tech-modal-dialog p.login-username {
  margin-right: 17px;
}
.tech-modal-dialog p.login-submit input.button-primary[type="submit"] {
  background-color: #027dba;
  border: medium none;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold !important;
  line-height: 15px;
  padding: 8px 18px;
}
.tech-modal-dialog p.login-submit {
  float: right;
}
.forgot-password, .reseller-lounge-link {
  font-family: arial;
  font-size: 10px;
  color: #0065a5;
}
.reseller-lounge-link {
  margin-bottom: 3px;
}
.forgot-password {
  display: block;
  line-height: 12px;
}
.tech-modal-dialog p.login-remember {
  display: none;
}
.modal {
  background-color: black !important;
}
.images.gallery_container .product_gallery .a3-dgallery .a3dg-image-wrapper {
  height: 350px !important;
  width: 100% !important;
}
.technology-container-rightside {
  float: left !important;
}
.product-box.gift-packs {
  background-color: #369d95;
}
.product-box {
  background-color: #b9242f;
}
/*Gurpreet-new-css-end*/
@media only screen and (max-width:1200px) {
  .featured_new img, .featured_pro img {
    height: 150px;
  }
  .featured-product-pic {
    height: 200px;
  }
  .products-list > li {
    margin: 0 45px 20px 0;
  }
  .technology-menu .navbar-nav > li > a {
    font-size: 11px;
  }
  .download-brochure-links-wrapper {
    width: 77%;
  }
  .news-discription a {
    font-size: 15.03px;
  }
  .news-pic {
    height: 165px;
    width: 207px;
  }
  .news-discription p, .price-list-wrapper p {
    font-size: 15.03px;
  }
  .news-discription h3, .price-list-wrapper h3 {
    font-size: 21px;
    margin: 0 0 10px;
  }
  .technology-page-heading {
    font-size: 15.03px;
  }
  .product-page-container {
    margin-bottom: 0;
  }
  .right-header.pull-right {
    margin: 10px 0;
  }
  .technology-menu li {
    padding: 0 1px;
  }
  .technology-banner {
    /*height: 375px;*/
  }
  .technology-collection-logo a {
    display: block;
  }
  .technology-collection-logo img {
    width: 100%;
    height: auto;
  }
  .technology-collection-logo {
    width: 260px;
  }
  .technology-search form {
    width: 250px;
  }
  .product-box a {
    font-size: 14px;
  }
  .view-more a {
    font-size: 14px;
  }
  .sign-in, .sign-up {
    font-size: 14px;
  }
  li.product-categories {
    margin: 0 20px 80px;
  }
  .technology-collection-logo {
    padding: 13px 0;
  }
  .technology-collection-header {
    padding: 0px;
  }
  .technology-collection-header {
    padding: 0px;
  }
  .technology-menu ul li.mgenta-link ul {
    left: -15.3px;
  }
  .technology-menu ul li.purple-link ul {
    left: -102px;
  }
  ul.product-listing {
    width: 89%;
  }
  .footer-links {
    /*margin: 0 30px;*/
  }
  .technology-menu ul li ul li a {
    width: 140px;
    font-size: 11px;
    line-height: 12px;
  }
  .technology-menu ul li.purple-link ul {
    left: -65px;
  }
  .a3dg-forward, .a3dg-back {
    margin: 40px 0 !important;
  }
  .blue-branding-bottom {
    height: 132px;
  }
  .pink-branding-bottom {
    height: 153px;
  }
  .yellow-branding-bottom {
    height: 105px;
  }
  .grey-branding-bottom {
    height: 122px;
  }
  .branding-option-banner .img_back.center-block {
    height: 220px;
  }
  .essential-banner .img_back.center-block {
    height: 220px;
  }
  .contact-field input[type="text"], .contact-field input[type="email"], .contact-field input[type="tel"], .contact-field textarea, .contact-field select {
    width: 100%;
  }
  .contact-frm-label, .contact-field {
    font-size: 15.03px;
  }
  .contact-page-intro-line-wrapper h2 {
    font-size: 22px;
    margin-top: 50px;
  }
  .contact-frm-label, .contact-field {
    width: 100%;
  }
  .news-discription h3, .price-list-wrapper h3 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .price-list-wrapper.usb-pricing a {
    background-size: 13% auto;
  }
  .price-list-description {
    font-size: 15.03px;
    line-height: 22px;
    margin-left: 20px;
  }
  .steps-description {
    width: 536px;
  }
  .step-text {
    width: 375px;
  }
  .step-text-left {
    width: 355px;
  }
  .images.gallery_container .product_gallery .a3-dgallery .a3dg-image-wrapper {
    height: 350px !important;
    width: 455px !important;
  }
  .col-md-3.col-sm-3.technology-sidebar-container {
    width: auto !important;
  }
  .products-list > li {
    width: 26.09%;
  }
  /*ul.products-list li a img{
      height:170px;
  }*/
  .technology-container-rightside {
    width: 72%;
  }
}
@media only screen and (max-width:991px) {
  .products-list li a {
    margin-left: 0px;
  }
  .images.gallery_container .product_gallery .a3-dgallery .a3dg-image-wrapper {
    width: 100% !important;
  }
  .left_txt {
    width: 325px;
    line-height: 40px;
  }
  .technology-company-description-block {
    margin: 0px;
  }
  .brochure-cover a .download-link, .price-list-wrapper a .download-link {
    font-size: 15px;
  }
  /*ul.products-list li a img {
      display: block;
      height: 125px;
      margin: auto;
      width: 125px;
  }*/
  .featured-product-title {
    font-size: 14px;
  }
  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 30px;
  }
  .technology-page-title {
    font-size: 21px;
  }
  /*ul.products-list li a img {
      height: 125px;
      width: 125px;
  }*/
  .col-md-3.col-sm-3.technology-sidebar-container {
    padding: 0 20px 0 0;
  }
  .companies-logo {
    height: 110px;
  }
  .download-brochure-links-wrapper {
    width: 67%;
  }
  .price-list-description {
    font-size: 15px;
    line-height: 21px;
  }
  .price-list-download {
    width: auto;
  }
  .news-container {
    width: 100%;
  }
  .news-pic {
    height: 153px;
    width: 193px;
  }
  .contact-field-box {
    margin-bottom: 10px;
  }
  .branding-option-banner, .sound-banner, .contactus-banner, .flash-drivers-banner, .tech-specs-banner, .power-banner, .computer-accessories-banner, .iaccessories-banner, .lifestyle-banner, .digital-technologies-banner, .web-keys-banner, .laser-pointers-banner, .time-banner, .lanyards-banner, .sourcing-banner, .news-banner, .registration-form-banner, .price-list-banner, .about-banner, .warranties-banner, .product-range-banner, .power-banks-2-banner, .eco-gadgets-banner, .gift-packs-banner,.essential-banner {
    height: 170px;
  }
  .contact-field {
    width: 100%;
  }
  .branding-form-pic {
    height: 47px;
    width: 140px;
  }
  .product-page-container {
    margin-bottom: 40px;
  }
  .contact-page-intro-line-wrapper h2 {
    margin-top: 30px;
  }
  .contact-page-intro-line-wrapper {
    margin: 40px 0 20px;
  }
  .contact-form-right .contact-field-box {
    padding-left: 0px;
  }
  .branding-form-pic img {
    height: auto;
    max-width: 100%
  }
  div.yellow-branding-middle div.branding-form-pic {
    height: 120px;
    width: 140px;
  }
  div.grey-branding-middle div.branding-form-pic {
    height: 93px;
    width: 140px;
  }
  div.yellow-branding-middle div.branding-form-pic img {
    height: 100%;
    max-width: 100%;
  }
  .yellow-branding-top, .blue-branding-top, .pink-branding-top, .grey-branding-top {
    height: 35px;
  }
  .blue-branding-bottom {
    height: 101px;
  }
  .pink-branding-bottom {
    height: 118px;
  }
  .yellow-branding-bottom {
    height: 81px;
  }
  .grey-branding-bottom {
    height: 94px;
  }
  .branding-form-text h3 {
    font-size: 19px;
    line-height: 22px;
  }
  .item-description {
    margin-bottom: 40px;
    margin-left: 0px;
  }
  div.product_gallery .a3-dgallery .a3dg-image-wrapper {
    height: 225px !important;
  }
  .left_txt {
    font-size: 40.03px;
  }
  .sound-banner {
    height: 170px;
  }
  .branding-option-banner {
    height: 170px;
  }
  .price-calculator-container {
    margin: 40px auto auto;
  }
  .row.product-detail-container {
    margin: auto;
    width: 88%;
  }
  .download-text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .view-all-sound-product-link {
    margin: 40px 0 0;
  }
  .download-link-wrapper {
    margin-left: 0px;
  }
  .properties-product-title {
    margin-left: 0px;
  }
  .technology-product-feature {
    margin: 20px 0;
  }
  .images.gallery_container {
    margin-left: 0px;
  }
  .product-title-wrapper h1 {
    margin-left: 0px;
  }
  li.product-categories {
    margin: 0 22px 80px;
  }
  .appa-logo {
    top: -20px;
  }
  .products-list > li {
    margin: 0 20px 20px 0;
    width: 29%;
  }
  ul.product-listing {
    width: 78%;
  }
  .technology-menu .navbar-nav > li > a {
    font-size: 8px;
    line-height: 11px;
  }
  .technology-menu ul li.next-line a {
    padding-top: 20px;
  }
  .technology-menu ul li ul li a {
    font-size: 10px;
    line-height: 12px;
    width: 120px;
  }
  .technology-banner {
    /*height: 300px;*/
  }
  .footer-links {
    margin: 0 10px;
  }
  .navbar-collapse.collapse {
    margin: 0px !important;
  }
  .navbar-collapse.collapse.in {
    margin: 0px !important;
  }
  .navbar-collapse.collapseing {
    margin: 0px !important;
  }
  .navbar-header {
    background-color: #d72348;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #ffffff !important;
  }
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #87152d !important;
  }
  .contact-field {
    line-height: 15px;
  }
  .news-discription h3, .price-list-wrapper h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .price-list-description {
    font-size: 13px;
    line-height: 20px;
  }
  .price-list-wrapper.usb-pricing a, .price-list-wrapper.powerbank-pricing a, .price-list-wrapper.computer-accessories-pricing a, .price-list-wrapper.sound-pricing a, .price-list-wrapper.iaccessories-pricing a, .price-list-wrapper.time-pricing a, .price-list-wrapper.technology-pricing a, .price-list-wrapper.web-key-pricing a, .price-list-wrapper.pointer-pricing a, .price-list-wrapper.lifestyle-pricing a, .price-list-wrapper.lanyards-pricing a {
    background-image: none !important;
  }
  .brochure-cover a, .price-list-wrapper a {
    background-image: none !important;
  }
  .price-list-wrapper h4 {
    margin: 0 0 10px;
  }
  .steps-description {
    width: 465px;
  }
  .step-text {
    width: 255px;
  }
  .step-title {
    line-height: 23px;
    margin-right: 0px;
    font-size: 22px;
  }
  .step-punchline {
    font-size: 14px;
    text-align: right;
  }
  .step-icon {
    margin-left: 0px;
  }
  .step-icon-right {
    margin-left: 0px;
  }
  .step-text-left {
    margin-left: 0px;
  }
  .step-text-left {
    width: 255px;
  }
  .step-title-left {
    font-size: 22px;
    line-height: 23px;
    margin-right: 0px;
  }
  .step-text-left .step-punchline {
    text-align: left;
  }
  .sourcing-title {
    padding-left: 0px;
  }
  .sourcing-page-innercontiner {
    margin-left: 0px;
    width: 100%;
  }
  .products-list li a {
    width: 160px;
    height: 170px;
    margin: auto;
  }
}
@media only screen and (max-width:767px) {
  .technology-sidebar {
    width: auto !important;
  }
  .technology-container-rightside {
    width: auto;
  }
  .col-md-2.col-sm-3.technology-sidebar-container {
    padding: 0 20px;
  }
  .featured-product-pic.featured_new li a img {
    margin: 0px;
  }
  .left_txt {
    left: 10px;
  }
  .paging-list {
    width: auto;
  }
  .featured_new img, .featured_pro img {
    height: 200px;
    width: 220px;
  }
  .col-md-3.col-sm-3.technology-sidebar-container {
    padding: 0 20px;
  }
  .featured-product-pic {
    box-shadow: 0 0 10px 0 #c6c6c6;
  }
  .plist .products-list {
    width: 100%;
  }
  .plist .products-list > li {
    margin: 0 5px 20px;
  }
  .technology-company-description-holder h3 {
    margin: 30px 0 0;
  }
  .technology-explained-title {
    font-size: 22px;
  }
  .download-brochure-links-wrapper {
    width: 100%;
  }
  .download-brochure-links-wrapper ul li {
    float: none;
    margin: 0 0 30px;
  }
  .brochure-cover {
    display: block;
  }
  .brochure-cover a {
    width: 130px;
    margin: auto;
  }
  .brochures-pic {
    margin: auto;
  }
  .registration-form-wrapper {
    width: 100%;
  }
  .price-list-page-heading {
    margin: 40px 20px 50px;
  }
  .price-list-wrapper {
    margin: 30px 20px;
  }
  .price-list-icon {
    margin: auto auto 20px;
    width: 150px;
  }
  .price-list-description {
    margin-left: 0px;
  }
  .price-list-download {
    margin-top: 20px;
  }
  .price-list-wrapper {
    padding: 20px 10px;
  }
  .price-list-wrapper h4 {
    margin: 0;
  }
  .news-pic {
    margin: 0 auto 40px;
  }
  .product-page-container {
    margin-bottom: 0px;
  }
  .contact-field textarea {
    height: auto;
  }
  .artwork-logo-text {
    margin-top: 30px;
  }
  .color-logo-text {
    margin: 20px auto 40px;
  }
  .technology-page-heading {
    width: 100%;
    padding: 0 20px 10px;
  }
  .blue-branding-top, .blue-branding-bottom, .pink-branding-top, .pink-branding-bottom, .yellow-branding-top, .yellow-branding-bottom, .grey-branding-top, .grey-branding-bottom {
    display: none;
  }
  .img_back.center-block img {
    height: 170px;
  }
  .technology-page-heading {
    margin: 40px auto;
  }
  .blue-branding-middle, .pink-branding-middle, .yellow-branding-middle, .grey-branding-middle {
    padding: 40px 0;
  }
  .technology-menu li {
    padding: 0px;
  }
  .technology-menu ul li.next-line a {
    padding: 17px 0 0;
  }
  .technology-menu ul li ul {
    position: relative;
    z-index: 999;
    left: 0px;
    right: 0px;
  }
  .technology-menu .navbar-nav > li > a {
    font-size: 11.43px;
    line-height: 11px;
  }
  .technology-menu li {
    width: 100%;
  }
  .product-box {
    margin: auto;
  }
  li.product-categories {
    width: 100%;
    margin: 20px 0px;
  }
  .technology-collection-logo {
    margin: 0px auto 10px;
  }
  .technology-collection-header .col-md-6.col-sm-6 {
    text-align: center;
  }
  .right-header.pull-right {
    display: inline-block;
    float: none !important;
  }
  .sign-wrapper {

  }
  .product-holder {
    padding: 30px 0;
  }
  .technology-banner {
    /*height: 300px;*/
  }
  .menu-container .navbar-header {
    margin: 0px !important;
  }
  .technology-footer {
    margin: 0;
  }
  .product-page-container .pull-right {
    float: none !important;
  }
  .products-list > li {
    margin: 0 10px;
    width: 30%;
  }
  .products-list {
    margin: auto;
    width: 60%;
  }
  .technology-menu ul li ul li a {
    width: 100%;
    font-size: 11px;
  }
  .technology-menu ul li.purple-link ul {
    left: 0px;
  }
  .technology-menu ul li.mgenta-link ul {
    left: 0px;
  }
  .footer-links {
    margin: 0;
  }
  .related.products {
    margin: 70px auto 40px;
  }
  .step-count {
    display: none;
  }
  .steps-description {
    width: 100%;
  }
  .step-text-left {
    width: 300px;
  }
  .step-text {
    width: 300px;
  }
  .step-text {
    margin: 10px 0;
  }
  .step-text-left {
    margin: 10px 0;
  }
}
@media only screen and (max-width:599px) {
  .artwork-format-holder p {
    padding: 0 20px;
  }
  .products-list > li {
    width: 44%;
  }
  .range-product-pic {
    float: none;
    text-align: center;
    width: 100%;
  }
  ul.range-products-list {
    width: 280px;
    margin: auto;
  }
  .range-product-description {
    float: none;
    margin: auto;
  }
  .news-discription h3, .price-list-wrapper h3 {
    font-size: 15px;
  }
  .technology-footer .col-md-3.col-sm-3.col-xs-3 {
    width: 50%;
  }
  .footer-links {
    width: 110px;
  }
  .news-discription p, .price-list-wrapper p {
    font-size: 14.03px;
    line-height: 20px;
  }
  .news-discription h3 {
    font-size: 18px;
  }
  .product-page-container {
    padding: 0px;
  }
  .contact-field {
    width: 100%;
  }
  .contact-frm-label {
    width: 100%;
  }
  .contact-field-box {
    margin-bottom: 10px;
  }
  .appa-logo {
    margin-bottom: 10px;
  }
  .color-logo {
    margin-left: 0px;
    float: none;
    margin: auto;
  }
  .color-logo-text {
    padding: 0 20px;
    width: 100%;
  }
  .woocommerce-breadcrumb a:nth-child(1) {
    padding: 0 20px 0 0;
  }
  .artwork-format-holder {
    margin-top: 20px;
  }
  .artwork-discription, .artwork-logo-text {
    padding: 0 20px;
    width: 100%;
  }
  .font-logo {
    margin-left: 0px;
  }
  .appa-logo {
    height: 67px;
    margin: auto;
    position: static;
    right: 0px;
    top: 0px;
    width: 147px;
  }
  .font-logo {
    float: none;
    margin: auto;
  }
  .font-text {
    width: 100%;
    float: none;
  }
  .footer-bottom {
    margin-top: 40px;
  }
  .product-box {
    width: 220px;
  }
  .left_txt {
    font-size: 40.03px;
  }
  .sound-banner .img_back.center-block {
    display: none;
  }
  .tech-specs-banner .img_back.center-block {
    display: none;
  }
  .flash-drivers-banner .img_back.center-block {
    display: none;
  }
  .power-banner .img_back.center-block {
    display: none;
  }
  .computer-accessories-banner .img_back.center-block {
    display: none;
  }
  .iaccessories-banner .img_back.center-block {
    display: none;
  }
  .lifestyle-banner .img_back.center-block {
    display: none;
  }
  .digital-technologies-banner .img_back.center-block {
    display: none;
  }
  .web-keys-banner .img_back.center-block {
    display: none;
  }
  .laser-pointers-banner .img_back.center-block {
    display: none;
  }
  .gift-packs-banner .img_back.center-block {
    display: none;
  }
  .laser-pointers-banner .img_back.center-block {
    display: none;
  }
  .time-banner .img_back.center-block {
    display: none;
  }
  .lanyards-banner .img_back.center-block {
    display: none;
  }
  .lanyards-banner {
    background-image: url("images/lanyward-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .registration-form-banner .img_back.center-block {
    display: none;
  }
  .registration-form-banner {
    background-image: url("images/registration-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .price-list-banner .img_back.center-block {
    display: none;
  }
  .price-list-banner {
    background-image: url("images/pricing-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .product-range-banner .img_back.center-block {
    display: none;
  }
  .product-range-banner {
    background-image: url("images/product-range-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sourcing-banner .img_back.center-block {
    display: none;
  }
  .sourcing-banner {
    background-image: url("images/sourcing-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-banner .img_back.center-block {
    display: none;
  }
  .about-banner {
    background-image: url("images/about-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .warranties-banner .img_back.center-block {
    display: none;
  }
  .warranties-banner {
    background-image: url("images/warranty-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .time-banner {
    background-image: url("images/time-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gift-packs-banner {
    background-image: url("images/laser-pointer-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .laser-pointers-banner {
    background-image: url("images/laser-pointer-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .web-keys-banner {
    background-image: url("images/web-key-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .digital-technologies-banner {
    background-image: url("images/digital-techno-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .lifestyle-banner {
    background-image: url("images/lifestyle-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .iaccessories-banner {
    background-image: url("images/com-as-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .computer-accessories-banner {
    background-image: url("images/com-acc-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .power-banner {
    background-image: url("images/power-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flash-drivers-banner {
    background-image: url("images/flash-drive-rsbanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .tech-specs-banner {
    background-image: url("images/tech-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sound-banner {
    background-image: url("images/sound-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .branding-option-banner {
    background-image: url("images/branding-obtion-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .essential-banner{
    background-image: url("images/essential-banner-rs.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contactus-banner {
    background-image: url("images/contact-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .news-banner {
    background-image: url("images/news-rs-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .branding-option-banner .img_back.center-block, .contactus-banner .img_back.center-block, .news-banner .img_back.center-block, .essential-banner .img_back.center-block {
    display: none;
  }
  .left_txt {
    font-size: 33.03px;
  }
  .registration-form-lable, .registration-form-input {
    width: 100%;
    float: none;
  }
  .registration-form-field {
    margin: 15px 0;
  }
  .yatama-technology-newsletter h4 {
    display: block;
    margin-right: 0;
  }
  .yatama-technology-terms h4 {
    display: block;
  }
  .yatama-technology-terms .hear-options {
    margin-left: 0px;
  }
  .tech-modal-dialog .modal-dialog {
    width: 260px !important;
  }
  .tech-modal-dialog .modal-body {
    padding: 20px 20px 8px;
  }
  .tech-modal-dialog p.login-username, .tech-modal-dialog p.login-password {
    display: inline-block;
    width: 100px;
  }
  .tech-modal-dialog p.login-username {
    margin-right: 10px;
  }
  .tech-modal-dialog p.login-username label, .tech-modal-dialog p.login-password label {
    text-align: left !important;
  }
  .steps-description, .step-count {
    height: auto;
  }
  .step-icon, .step-text {
    width: 100%;
    text-align: center;
  }
  .step-title, .step-punchline {
    text-align: center;
  }
  .step-title-left, .step-punchline {
    text-align: center;
  }
  .step-text-left .step-punchline {
    text-align: center;
  }
  .step-punchline {
    margin-top: 10px;
  }
  .step-text, .step-text-left {
    margin: 10px 0 0;
  }
  .step-text-left, .step-icon-right {
    width: 100%;
    text-align: center;
  }
  .a3dg-forward, .a3dg-back {
    margin: 10px 0 !important;
  }
}
@media only screen and (max-width:360px) {
  .technology-footer .col-md-3.col-sm-3.col-xs-3 {
    width: 50%;
  }
  .technology-search form {
    width: 198px;
  }
  .technology-footer .container {
    margin: auto;
    width: 80%;
  }
  .products-list > li {
    width: 100%;
  }
}
.sub-menu .sub-menu {
  left: 100%;
}
.sub-menu .sub-menu {
  position: absolute;
  top: 0;
}
.sub-menu > li {
  position: relative;
}
.fancybox-title-over{display:none !important;}

#primary{
  padding: 0 3%;
}

.woocommerce .product_gallery .a3-dgallery .a3dg-thumbs li a img{ max-width: 93px; }

.right-header .sign-wrapper button, .right-header .sign-wrapper a{ color: #6D6F71}

.container-fluid .technology-collection-header .technology-search input[type="search"]{
	border-color: #6D6F71;
}
.container-fluid .technology-collection-header .technology-search input[type="search"]::-webkit-input-placeholder{
	 color: #6D6F71
}
.menu-container .navbar-inverse .navbar-nav>li.current-menu-item>a, .menu-container .navbar-inverse .navbar-nav>li.current-product-parent>a, .menu-container .navbar-inverse .navbar-nav>li.current-menu-parent>a{
	color: #fff!important;
}
.menu-container .navbar-inverse .navbar-nav>li.current-menu-item>a:after, .menu-container .navbar-inverse .navbar-nav>li.current-product-parent>a:after, .menu-container .navbar-inverse .navbar-nav>li.current-menu-parent>a:after{
	background:#fff!important;
}
.technology-footer{
	position: relative;
	padding-top: 25px;
}
.technology-footer::after{
	content: "";
    position: absolute;
    top: 0;
    background: #dddddd;
    height: 1px;
    width: 100%;
    left: 50%;
    max-width: 1140px;
    transform: translateX(-50%);
}
.copyright-section{
	position: relative;
}
.copyright-section::before{
	content: "";
    display: block;
    border-top: 1px solid #ddd;
    margin: 5px auto;
    max-width: 1140px;
}

@media only screen and (min-width: 992px){
	.technology-container-rightside, 
	.container .product-page-container>.row>.col-md-9{padding-left: 0; padding-right: 30px; float: left!important;}
	div.technology-footer {
	    margin: 0 -10px;
	}
}