.container {
    max-width: 1200px;
    margin: 0 auto;
}
.header{

}
.slick-wrapper{
    width: 100%;
  }
.header_top{
    background-color: #f5f5f5;
	padding: 20px 0;	
}
.header .default_row{
    align-items: center;
}
.logo{
	max-width: 380px;
}
.okewa-cs_profile h3{
	text-align: left !important;
}
.header_right li{
  display: inline-block;
  margin-right: 10px;
  font-family: 'montserratregular';
}
.header_right li a{
	font-size: 14px;
	color: #7f7f7f;
}
.header_right li a:hover{
	color: #d91f45;
}
.sticky{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.sticky .header_search{
 width: 40%;
}
.menu_item li.category_menu.sticky1{
	position: fixed;
	top: 7px;
	width: 290px;
	z-index: 99;
	background-color: #fff;
	border:0;
}
.menu_item li.category_menu.sticky1 .menubar_icon{
 padding: 10px 20px;
}
.menu_item li.category_menu.sticky1>a{
	padding: 13px 20px;
}
.menu_item li.category_menu>a{
	padding:15px 20px;
}
.sticky.search_bar{
	padding: 7px 0;
}
.search_bar{
	background-color: #fcb712;
	padding: 25px 0;
	text-align: center;
}
.search_bar .default_row{
 justify-content: center;
}
.header_search{
	width: 50%;
	display: flex;
	align-items: center;
}
.header_search .btn{
	border:0;
	font-size: 24px;
	padding: 0 10px;
	color: #d91f45;
	margin:0; 
	background-color: #fff;
	border-radius:0 2px 2px 0px;
	/*border-left: 2px #ddd solid;*/
}
.header_search .btn:hover{
	background-color:#fff;
	opacity: 1;
	border:0;
	color: #666;
	/*border-left: 2px #ddd solid;*/
}
.header_search input[type="text"]{
	border-radius: 0;
	border:0;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 38px;
	border-radius: 2px 0 0px 2px;
}
.cart_section{
	display: flex;
	align-items: center;
	margin:2px 0 0 20px;
}
.cart_part{
	margin-left: 25px;
	position: relative;
}
.cart_part .count{
  background-color: #e40f0f;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  display: block;
  position: absolute;
  top: 8px;
  right: -12px;
  cursor: pointer;
}
.cart_part i{
	font-size: 30px;
	color: #fff;
}
.color_part{
	position: relative;
}
.color_part .color_icon{
  width: 30px;
  height: 30px;
  background-position: 0 -255px;
  cursor: pointer;
}
.cart_part .cart_icon{
  width: 30px;
  height: 30px;
  background-position:-86px -252px;
  cursor: pointer;
}
.color_dropdown{
	padding:7px 5px 4px 5px;
	width: 186px;
	position: absolute;
	top: 40px;
	left: -10px;
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	background-color: #fff;
	transition: all .2s ease-in-out;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
}
.color_part:hover .color_dropdown{
	opacity: 1;
	visibility: visible;
}
.cart_empty{
	padding:15px 10px;
	position: absolute;
	top: 40px;
	width: 250px;
	right: -10px;
	text-transform: uppercase;
	opacity: 0;
	z-index: 10;
	font-size: 14px;
	color: #666;
	visibility: hidden;
	transition: all .2s ease-in-out;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	background-color: #fff;	
}
.cart_part:hover .cart_empty{
    opacity: 1;
	visibility: visible;
}
/* -- menu css start here --*/
.nav{
	background-color: #fff;
}
.menu_item{
	display: flex;
	flex-flow: wrap;
}
.menu_item li{
	display: inline-block;
	position: relative;
}
.menu_item li a{
	color: #5f5f5f;
	font-size: 14px;
	padding: 15px 20px;
	display: inline-block;
}
.menu_item li a:hover, .dropdown_submenu li a:hover:after{
	color: #ff3a26;
}
.menu_item li.category_menu{
	width: 290px;
	border-right: 1px #ddd solid;
	border-left: 1px #ddd solid;
}
.menu_item li.category_menu a{
	text-transform: uppercase;
}
.menubar_icon{
	float: right;
	cursor: pointer;
	padding: 13px 20px;
}
.dropdown_submenu{
	width: 100%;
	float: left;
	clear: both;
	display: none;
	position: absolute;
	top: 40px;
	background-color: #fff;
	z-index: 99;
	left: 0;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.dropdown_submenu_child{
	width: 100%;
	float: left;
	clear: both;
	display: none;
	position: absolute;
	top:0px;
	background-color: #fff;
	z-index: 99;
	left:-99999px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.dropdown_submenu.open{
	display: block;
}
.dropdown_submenu li{
	width: 100%;
	float: left;
	border-top:1px #f7f7f7 solid;
}
.dropdown_submenu li .dropdown_submenu_child li a:after{
   content: '';
}
.dropdown_submenu li:hover .dropdown_submenu_child{
	display: block;
	left:288px;
}
.menu_item li.category_menu .dropdown_submenu li a{
 text-transform: capitalize;
}
.menu_item li.top_position .dropdown_submenu_child{
   top: auto;
   bottom: 0;
}
.menu_item li:nth-child(14) .dropdown_submenu_child,.menu_item li:nth-child(15) .dropdown_submenu_child,.menu_item li:nth-child(16) .dropdown_submenu_child,.menu_item li:nth-child(17) .dropdown_submenu_child,.menu_item li:nth-child(18) .dropdown_submenu_child,.menu_item li:nth-child(19) .dropdown_submenu_child,.menu_item li:nth-child(20) .dropdown_submenu_child,.menu_item li:nth-child(21) .dropdown_submenu_child,.menu_item li:nth-child(22) .dropdown_submenu_child{
	top: auto;
   bottom: 0;
}
.dropdown_submenu li a{
	display: block;
	position: relative;
}
.menu_item .dropdown_submenu li:after{
	content: '\f105';
	font-size: 20px;
	line-height: 40px;
	color: #5f5f5f;
	font-family: 'FontAwesome';
	height: 40px;
	width: 40px;
	/*background-color: #000;*/
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	text-align: center;
}
.menu_item .dropdown_submenu li:hover:after{
	color: #ff3a26;
}
.menu_item .dropdown_submenu li .dropdown_submenu_child li:after{
	content: none;
}
/* -- menu css end here --*/
.main_banner{
	width: 100%;
	float: left;
}
.main_banner img{
	width: 100%;
	float: left;
}
.banner_thumb{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.arrival_section{
	width:100%;
	flex-flow: wrap;
	display: flex;
	justify-content:flex-start;
}
.one_third_div{
	width: 33.3333%;
}
.thumb_div{
	width:100%;
	background-color: #fab913;
	justify-content: space-between;
	display: flex;
	height: 100%;
	position: relative;
	align-items: flex-end;
}
.thumb_text{
	margin: 0;
	padding: 0 0 25px 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 32px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	font-family:'Montserrat', sans-serif;
}
.one_third{
	width:66.66%;
	flex-flow: wrap;
	display: flex;
	justify-content: space-between;
}
.one_fourth{
	width: 33.3333%;
}
.full_width_div{
    width:100%;
	flex-flow: wrap;
	display: flex;
	justify-content: space-between;	
}
.half_width_div{
	width: 50%;
}
.thumb_div img{
	vertical-align: middle;
}
.eco_div{
	background-color: #bfd42f;
}
.giftset_div{
	background-color: #4097dc;
}
.notes_div{
	background-color: #922c8f;
	height: auto;
}
.collection_div{
	background-color: #f78721;
}
.gadgets_div{
	background-color: #22b2f8;
}
.smart_div{
	background-color: #e5e5e5;
	position: relative;
}
.smart_div .thumb_text{
  position: absolute;
  bottom: 0;
  left: 0
}
.service_section{
	background-color: #fff;
	padding: 50px 0;
}
.service_div{
	width: 25%;
	text-align: center;
}
.service_div .service_text{
    color: #5f5f5f;
    font-size: 13px;
    display: block;
    line-height: 18px;
}
.service_div .service_text:hover{
	color: #ff3a26;
}
.service_div .sprite_icon{
 width: 100px;
 height: 100px;
}
.service_div .sprite_icon.delivery_icon{
 background-position: -133px 0;
 width: 115px;
}
.time_icon{
	 background-position: -292px 0;
}
.price_icon{
	 background-position: -423px 0;
}
.call_icon{
	background-position:15px -120px;
}
.sample_icon{
	background-position: -120px -120px;
}
.mockup_icon{
	background-position: -255px -120px;
}
.product_section{
	background-color: #f5f5f5;
	padding: 50px 0 30px 0;
}
.heading{
	width: 100%;
	float: left;
	border-bottom: 2px #f34331 solid;
}
.arrival_slider{
	width: 100%;
	float: left;
	/*margin-bottom:50px;*/
}
.list_item{
	width: 100%;
	border:1px solid #e8e8e8;
	/*box-shadow: 0 0 6px rgba(255,255,255,0.6);*/
	float: left;
	margin: 0px;
	text-align: center;
	background-color: #fff;
}
.item_img{
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.item_img img{
	max-height: 200px;
}
.list_item:hover{
	/*box-shadow: 0 0 6px rgba(0,0,0,0.6);*/
	border-color: #ff3a26;
}
.category_product_div{
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	background-color: #fff;
	margin-bottom: 60px;
	position: relative;
}
.category_manu{
	width: 100%;
	margin-top: 15px;
}
.list_item_cat li{
	display: block;
	padding:10px 15px;
}
.list_item_cat li a{
	display: block;
	font-size: 14px;
	padding: 0;
	float: none;
	background-color: transparent;
	color: #fff;
}
.list_item_cat li a:hover{
	color: #000;
}
.list_item_cat{
	height: 100%;
	background-color:rgba(0, 0, 0, 0.80);
	width:100%;
	position: relative;
	z-index: 9;
	padding-top: 10px;
}
.product_listing{
	width: 74%;
	padding:5px;
}
.product_caption{
	width: 100%;
	float: left;
	padding: 10px;
}
.availbale_color{
	margin-top: 5px;
}
.availbale_color li{
	display: inline-block;
}
.availbale_color li span{
	width: 10px;
	height: 10px;
	display: block;
	border: 1px #000000 solid;
}
.category_banner{
	position: relative;
	cursor: pointer;
	width: 25%;
	overflow: hidden;
}
.category_banner img{
	float: left;
	height: 100%;
}
.product_listing_list{
	width: 100%;
	float: left;
	padding: 5px;
}
.product_listing_list .list_item{
	border:0;
	margin-bottom: 7px;
	background-color: transparent;
	box-shadow:0 2px 10px rgba(255, 255, 255, 0.10);
}
.product_listing_list .product_caption{
	padding: 5px 10px;
}
.product_listing_list .list_item:hover{
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.10);
}
.slick-wrapper .list_item{
	border:0;
	margin-bottom: 7px;
	padding: 5px;
	box-shadow:0 2px 10px rgba(255, 255, 255, 0.10);
	background-color: transparent;
}
.slick-slide img{
	margin: 0 !important;
	display: inline-block !important;
}
.slick-wrapper .list_item:hover{
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.10);
}
.category_banner:hover:before {
    width: 100%;
    height: 100%;
}
.category_banner:hover:after {
    width: 100%;
    height: 100%;
}
.category_banner:before {
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: rgba(255, 255, 255, 0.3);
}
.category_banner:after {
	content: '';
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    cursor: pointer;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.bag_product_div .heading{
  border-color: #cecece;
}
.bag_product_div .product_id,.bag_product_div .list_item:hover .product_name{
  color: #909090;
}
.gadget_product_div .heading{
  border-color: #266db9;
}
.gadget_product_div .list_item_cat{
  background-color:rgba(38, 109, 185, 0.85);
}
.gadget_product_div .product_id,.gadget_product_div .list_item:hover .product_name{
  color: #266db9;
}
.stationary_product_div .heading{
  border-color: #f9a717;
}
.stationary_product_div .list_item_cat{
  background-color:rgba(249, 167, 23, 0.85);
}
.stationary_product_div .product_id,.stationary_product_div .list_item:hover .product_name{
  color: #f9a717;
}
.clothing_product_div .heading{
  border-color: #d82985;
}
.clothing_product_div .list_item_cat{
  background-color:rgba(216, 41, 133, 0.85);
}
.clothing_product_div .product_id,.clothing_product_div .list_item:hover .product_name{
  color: #d82985;
}
.customized_product_div .heading{
  border-color: #aac91b;
}
.customized_product_div .list_item_cat{
  background-color:rgba(170, 201, 27, 0.85);
}
.customized_product_div .product_id,.customized_product_div .list_item:hover .product_name{
  color: #aac91b;
}
.pen_product_div .heading{
  border-color: #871d82;
}
.pen_product_div .list_item_cat{
  background-color:rgba(135, 29, 130, 0.85);
}
.pen_product_div .product_id,.pen_product_div .list_item:hover .product_name{
  color: #871d82;
}
.drinkware_product_div .heading{
  border-color: #05a5e3;
}
.drinkware_product_div .list_item_cat{
  background-color:rgba(5, 165, 227, 0.85);
}
.drinkware_product_div .product_id,.drinkware_product_div .list_item:hover .product_name{
  color: #05a5e3;
}
.unique_product_div{
	margin-bottom: 0;
}
.unique_product_div .heading{
  border-color: #ff8400;
}
.unique_product_div .list_item_cat{
  background-color:rgba(255, 132, 0, 0.85);
}
.unique_product_div .product_id,.unique_product_div .list_item:hover .product_name{
  color: #ff8400;
}
.award_product_div .heading{
  border-color: #942c8f;
}
.award_product_div .list_item_cat{
  background-color:rgba(148, 44, 143, 0.85);
}
.award_product_div .product_id,.award_product_div .list_item:hover .product_name{
  color: #942c8f;
}
.award_product_div .view_btn{
	color: #942c8f;
}
.usb_product_div .heading{
  border-color: #e34043;
}
.usb_product_div .list_item_cat{
  background-color:rgba(227, 64, 67, 0.85);
}
.usb_product_div .product_id,.usb_product_div .list_item:hover .product_name{
  color: #e34043;
}
.usb_product_div .view_btn{
	color: #e34043;
}
.events_product_div .heading{
  border-color: #c1c1c1;
}
.events_product_div .list_item_cat{
  background-color:rgba(193, 193, 193, 0.85);
}
.events_product_div .product_id,.events_product_div .list_item:hover .product_name{
  color: #c1c1c1;
}
.events_product_div .view_btn{
	color: #c1c1c1;
}
.categoty_page{
	background-color: #f5f5f5;
	z-index: 100;
	padding: 20px 0 30px 0;
}
.sub_catpage{
	background-color: #fff;
	border-top: 1px #f5f5f5 solid;
}
.product_row .dropdown_submenu{
  display: block;
  position: relative;
  left: 0;
  z-index: 10;
  top: 0;
  box-shadow:none;
}
.category_left .dropdown_submenu li a{
 padding: 13px 20px;
 color: #5f5f5f;
 font-size: 14px;
}
.category_left .dropdown_submenu li a:after{
	content: none;
}
.category_left .dropdown_submenu li a:hover{
	color: #ff3a26;
}
.category_left .dropdown_submenu li{
	position: relative;
}
.category_left .dropdown_submenu li:last-child{
	border-bottom: 1px #f7f7f7 solid;
}
.category_left{
	width:100%;
	margin-bottom: 20px;
	padding: 10px 0 0px 0;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.category_left .category_heading{
   text-transform: uppercase;
   color: #000;
   font-size: 16px;
   white-space: nowrap;
   /*background-color: #999;*/
}

.category_right{
	width: 100%;
}
.category_listing{
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 15px;
}
.category_listing:last-of-type{
	margin-bottom: 0;
}

.category_product{
	display: block;
	float: left;
	background-color: #fff;
}
.category_product .list_item:nth-child(5n+6){
	clear: left;
}
.category_product .list_item{
  width: 18.30%;
  position: relative;
  margin: 10px;
  border:0;
  padding: 10px;
  box-shadow:0 2px 10px rgba(255, 255, 255, 0.10);
}
.addcart_btn{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: none;
	visibility: hidden;
	transition: all .2s ease-in-out;
	background-color: rgba(255,255,255,0.5);
}
.addcart_btn .btn{
	width: 60px;
	height: 60px;
	border-radius:2px;
	color: #00b6f1;
	padding: 0;
	border:0;
	margin: 0;
	font-size: 26px;
	background-color: #fff;
	background-image: url("../images/sprite-icon.png");
	background-repeat: no-repeat;
	background-position:-151px -238px;
	transition: none;
}
.addcart_btn .btn:hover{
	background-position:-231px -238px;
}
.list_item:hover .addcart_btn{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.arrival_slider .product_caption{
	padding: 15px 20px;
}
.may_likesection .product_name{
	font-size: 16px;
}
.category_product .product_id{
 color: #909090;
}

.category_product .list_item:hover{
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.10);
	border:0;
}
.products_slider{
	width: 40%;
	z-index: 9;
}
.product_details{
	width: 58%;
	background-color: #fff;
    padding: 20px;
    box-shadow:0 2px 10px rgba(172, 208, 241, 0.2);
}
.product_details label {
	font-size: 14px;
	font-weight: bold;
}
.product_details .products_name{
 text-align: left;
 font-size: 30px;
 color: #5f5f5f;
 font-weight: bold;
 margin:0;
 padding: 0 0 20px 0;
}
.modal_id {
    color:#5f5f5f;
    font-size: 24px;
    display: block;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 20px 0;
}
.product_short_descption {
    color: #646464;
    font-size: 14px;
    display: block;
    line-height: 18px;
    margin: 0 0 20px 0;
}
.deliveryop{
	width: 100%;
	float: left;
	background-color: #f0f0f0;
	padding: 8px 10px;
	margin:0;
}
.daysto {
    float: left;
}
.daystodeliver {
    float: left;
}
.daystodeliver p {
    float: left;
    padding: 0 0 0 20px;
    margin: 0 5px 0 20px;
    border-left: 1px solid #646464;
}
.daystodeliver p img{
	float: right;
	margin-left: 7px;
}
.deliveryop p{
color: #666;	
}
.order_configure{
    color:#646464;
    font-size: 20px;
    display: block;
    line-height: normal;
    margin: 0 0 20px 0;	
}
.number {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: wrap;
    margin:0px 0;
    align-items: center;
}
.number input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border: 0;
    border-radius: 0;
    color: #5f5f5f;
    font-weight: bold;
    padding: 0 15px;
    background-color: #fff;
    border: 1px #dddfe2 solid;
}
.number label{
	width: 100%;
}
.number .minus, .number .plus {
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 24px;
    color: #5f5f5f;
    background-color: #fff;
    border: 1px #dddfe2 solid;
    display: block;
    cursor: pointer;
    text-align: center;
    margin: 0 0 0 -1px;
}
.number .minus {
    line-height: 42px;
    font-size: 26px;
    margin-right: -1px;
}
.product_qty .number input[type="text"]{
	width: 40px;
	padding: 0 2px;
	text-align: center;
}
.quantity_column{
	width: 48%;
	margin-bottom: 20px;
	display: flex;
}
.btn_bar .btn{
 width: 30px;
 height: 30px;
 padding: 0;
 margin: 0;
 border-radius: 24px;
 margin: 0 0px 0px 0; 
 border-color:transparent;
}
.btn_bar .btn:focus{
	border-color: #000;
}
.btn_bar .btn:hover{
	opacity: 0;
}
.number_count{
	width: 30px;
	height: 30px;
	border-radius:30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
	text-align: center;
	display: inline-block;
	line-height: 32px;
}
.label_part{
	width: 80%;
}
.product_avility{
	width: 100%;
	float: left;
	margin:0px 0 0 0;
	background-color: #f0f0f0;
	padding: 20px;
}
.cartbtn_box {
    width: 100%;
    margin: 15px 0;
    float: left;
}
.cartbtn_box .btn {
    background-color: #fcb712;
    font-weight: 600;
    border: 1px #fcb712 solid;
    margin: 0;
    border-radius: 0;
}
.cartbtn_box .btn:hover{
	background-color: #fff;
	color: #fcb712;
}
.may_likesection{
	margin: 30px 0 0 0;
}
/* -- cart page css start here -- */

.table_structure {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(172, 208, 241, 0.2);
}
.table_structure li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    float: left;
    padding: 0px;
    border-bottom: 1px #f6f4f4 solid;
}
.table_structure li span {
    font-size: 14px;
    color: #000;
    display: block;
    padding: 15px 20px;
}
.table_structure li .products_name {
    width: 40%;
    display: flex;
    text-align: left;
    font-weight: normal;
    align-items: center;
}
.table_structure li .product_name{
 text-align: left;
 margin-bottom: 7px;
 font-size: 16px;
  font-family: 'montserratbold';
}
.table_structure li.table_header span{
  text-transform: uppercase;
  font-weight: bold;
}
.table_structure li .product_price, .table_structure li .product_qty, .table_structure li .product_total {
    width: 20%;
    border-left: 1px #f6f4f4 solid;
}
.table_structure li .number .minus, .table_structure li .number .plus{
	padding: 0;
}
.table_structure li .number .minus{
	line-height: 40px;
}
.product_sortdiscton{
	line-height: 18px;
}
.table_structure li span .product_img{
  padding: 0;
  max-width: 90px;
  border: 1px #f6f4f4 solid;
  margin-right: 20px;
}

.table_structure li.table_row .product_detail,.table_structure li.table_row .product_detail span{
 padding: 0;
}
.table_structure li strong{
	margin: 0px 0 8px 0;
	display: block;
	font-size: 14px;
}
.table_structure li strong:last-of-type{
	margin:0;
}
.table_structure li small{
	font-size: 14px;
	font-weight: 400;
}
.product_action .btn{
	margin: 0;
	font-size: 18px;
	padding: 0;
	width: 30px;
	color: #5f5f5f;
	background-color: #fff;
	border:0;
}
.product_action .btn:hover{
	color: #357bc0;
}
.coupon_bar {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-flow: wrap;
    margin: 0px 0 20px 0;
    padding: 20px 20px;
    float: left;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(172, 208, 241, 0.2);
}
.coupon_form {
    display: flex;
    width: 40%;
}
.coupon_form input[type="submit"] {
    margin: 0 0 0 10px;
}

.btn_group .btn{
  margin: 0;
  font-size: 16px;
  background-color: #f9f8f8;
  border:1px #f9f8f8 solid;
  color: #000;
  text-transform: none;
}
.btn_group .btn:hover{
	background-color: #e6e6e6;
}
.btn_group .btn.inquiry_btn{
	background-color: #fcb712;
}
.btn_group .btn.inquiry_btn:hover{
	color: #fff;
}
.user_detail_form{
	width: 100%;
	padding: 20px;
	background-color: #fff;
    box-shadow: 0 0px 10px rgba(172, 208, 241, 0.2);
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.summary_div{
    width: 32%;
	padding: 20px;
	background-color: #fff;
    box-shadow: 0 0px 10px rgba(172, 208, 241, 0.2);	
}
.form_heading{
	display: block;
	font-weight: bold;
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.user_detail_form .form_row{
   width: 49%;
}
.user_detail_form input[type="text"],.user_detail_form input[type="email"]{
	border-color: #ebebeb;
}
.summary_title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 0px 0;
    display: block;
    clear: both;
    border-bottom: 1px #f6f4f4 solid;
    padding: 0 0 15px 0;
}
.shiping_box {
    width: 100%;
    float: left;
    border-bottom: 1px #f6f4f4 solid;
    padding: 15px 0 10px 0;
}
.shiping_box li {
    width: 100%;
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
}
.shiping_box li span {
    font-size: 15px;
    font-weight: bold;
}
.shiping_box li .total_price {
    text-transform: uppercase;
}
.order_total {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    float: left;
    color: #000;
    text-transform: uppercase;
    margin:20px 0 30px 0;
    display: flex;
    justify-content: space-between;
}
.checkout_btn {
    width: 100%;
    float: left;
    border-top: 1px #f6f4f4 solid;
    padding-top: 15px;
}

.checkout_btn .btn {
    float: right;
}
.delivery_option{
	margin: 15px 0 0 0;
}
.delivery_option .form_row{
  margin: 0 0 10px 0;
}
/* -- cart page css end here -- */
.contact_info, .map_viewdiv, .contact_form,.about_page{
	width: 32%;
	padding: 20px;
	text-align: center;
	background-color: #fff;
    box-shadow: 0 0px 10px rgba(172, 208, 241, 0.2);
}
.contact_info a{
	display: block;
	font-size: 15px;
}
.contact_info span{
	line-height: 20px;
	font-family: 'montserratmedium';
}
.contact_info i {
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
    color: #357bc0;
}
.getin_text{
	width: 100%;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.contact_row{
	margin-top: 20px;

}
.contact_form{
	width: 60%;
	text-align: left;
}
.contact_form .form_row{
	width: 49%;
}
.map_viewdiv{
   width: 38%;
}
.map_div{
	width: 35%;
}
.map_div .map_viewdiv{
 width: 100%;
 padding: 10px;		
}
.about_page{
 width: 100%;
 text-align: left;
}
.about_page h2,.about_page h1{
	font-size: 20px;
	margin-bottom: 15px;
	text-align: left;
	background-color: transparent;
	color: #000;
	padding: 0;
	font-weight: 600;
	text-transform: none;
	font-family: 'poppinsregular';
}
.about_page h4{
	font-size: 16px;
	color: #231f20;
	font-weight: bold;
	margin-bottom: 10px;
}
.about_page p{
	margin-bottom: 15px;
}

.footer_services{
	box-shadow: 0px 5px 10px 3px grey;
	padding: 50px 0;
	background-color: #fff;
}
.footer_services .service_div{
  width: 14%;
}
.footer_topleft{
	width: 40%;
	background-color: #357bc0;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footersocial_links li{
	display: inline-block;
	margin-left: 15px;
}
.footersocial_links li a{
	width: 34px;
	height: 34px;
	line-height: 30px;
	border-radius: 40px;
	color: #999999;
	text-align: center;
	background-color: #fff;
	font-size: 18px;
	display: block;
	transition: all .2s ease-in-out;
}
.footersocial_links li a i{
	vertical-align: middle;
}
.footersocial_links li.facebook a:hover{
	background-color: #4865ab;
	color: #fff;
}
.footersocial_links li.linkedin a:hover{
	background-color: #0674b0;
	color: #fff;
}.footersocial_links li.instagram a:hover{
	background-color: #f1359b;
	color: #fff;
}.footersocial_links li.youtube a:hover{
	background-color: #e13d38;
	color: #fff;
}
.footersocial_links li.tiktok a img{
	max-width: 22px;
	vertical-align: middle;
}
.footersocial_links li.tiktok a:hover{
	background-color: #000;
	color: #fff;
}
.footertop{
	width: 100%;
	float: left;
	background:linear-gradient(90deg, #357bc0 50%, #22aee3 50%);
}
.footer_topright{
	justify-content: space-between;
	background-color: #22aee3;
	width: 60%;
	padding-left: 20px;
}
.subscribe_section{
	display: flex;
	width: 66%;
	align-items: center;
	justify-content: space-between;
}
.subscribe_section .btn{
	background-color: #fff;
	color: #22aee3;
	font-size: 14px;
	margin-left: 10px;
	border-color: #fff;
}
.subscribe_section .btn:hover{
	background-color: #22aee3;
	color: #fff;
}
.map_viewdiv iframe{
	width:100%;
	height: 100%;
	border:0;
}
.footer_middle{
	background: #efefef;
	padding: 30px 0
}
.footer_logos{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer_logos a{
	display: inline-block;
}
.address_link li{
	margin-bottom: 15px;
}
.address_link li,.address_link li a{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	display: block;
}
.address_link li a:hover{
	color: #d91f45;
}
.address_link li i{
	margin-right: 10px;
	font-size: 15px;
}
.copyright{
	text-align: center;
	background-color:#bfbfbf;
	padding: 15px 0 10px 0;
}
.copyright p, .copyright a{
	font-size: 13px;
	color: #333;
}
.copyright a:hover{
	color: #d91f45;
}
.thanks_pages h3 {
    text-transform: uppercase;
    font-size: 40px;
    color: #92be1b;
    font-weight: bold;
    text-align: center;
}
.red_text{
	color: #f00 !important;
}
.thanks_pages{
	text-align: center;
	padding: 50px 20px;
}
.thanks_pages strong {
    font-size: 19px;
    color: #000;
    display: block;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.thanks_pages p {
    font-size: 16px;
    color: #000;
    display: block;
}
.thanks_pages img {
    margin:0 0 20px 0;
}

.thumb_div a {
    width: 100%;
    justify-content: space-between;
    display: flex;
    height: 100%;
    position: relative;
    align-items: flex-end;
}

.mobile_heading{
	display: none;
    border-bottom: 1px #ddd solid;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    background-color: #cecece;
    padding: 15px;
    color: #fff;
}
.gadget_product_div .mobile_heading{
	background-color: #266db9;
}
.stationary_product_div .mobile_heading{
	background-color: #f9a717;
}
.clothing_product_div .mobile_heading{
	background-color: #d82985;
}
.customized_product_div .mobile_heading{
	background-color: #aac91b;
}
.pen_product_div .mobile_heading{
	background-color: #871d82;
}
.drinkware_product_div .mobile_heading{
	background-color: #05a5e3;
}
.unique_product_div .mobile_heading{
	background-color: #ff8400;
}
.award_product_div .mobile_heading{
	background-color: #942c8f;
}
.usb_product_div .mobile_heading{
	background-color: #e34043;
}
.events_product_div .mobile_heading{
	background-color: #c1c1c1;
}
.error-msg{
	color: #f00;
	margin-top: 5px;
}
.view_btn{
	height: 30px;
	line-height: 30px;
	padding:0 20px;
	font-size: 16px;
	color: #909090;
	display: inline-block; 
	/*background-color: #909090;*/
	position: absolute;
	right: 60px;
	top: -31px;
	font-family: 'montserratmedium';
}
.gadget_product_div .view_btn{
   color: #266db9;
}
.stationary_product_div .view_btn{
   color: #f9a717;
}
.clothing_product_div .view_btn{
   color: #d82985;
}
.customized_product_div .view_btn{
   color: #aac91b;
}
.pen_product_div .view_btn{
   color: #871d82;
}
.drinkware_product_div .view_btn{
   color: #05a5e3;
}
.unique_product_div .view_btn{
   color: #ff8400;
}
.ecatalog_section{
	background-image: url("../images/flipback.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
	background-size: cover;
	padding:100px 0 50px 0;
}
.table_content li{
 width: 25%;
 text-align: center;
 margin-bottom: 50px;
}
.category_row{
	width: 100%;
	float: left;
}
.category_row li{
	width: 23.5%;
	float: left;
	margin:0 2% 20px 0;
	position: relative;
	background-color: #fff;
}
.category_row li .sub_cat li{
	width: 100%;
	padding: 10px 5px 5px 15px;
	margin: 0;
	line-height: 20px;
}
.category_row li .sub_cat li a{
	font-size: 14px;
}
.category_row li .sub_cat li a:hover{
	color: #d91f45;
}
.category_row li .sub_cat li:before{
	content: '\f105';
	font-size: 14px;
	color: #231f20;
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	top: 12px;
}
.category_row li:nth-child(4n+4){
	margin-right: 0;
}
.category_row li:nth-child(4n+5){
	clear: left;
}
.category_row li a{
	display: block;
}
.cat_name {
    min-width: 60px;
    line-height: 20px;
    font-size: 16px;
    color: #231f20;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px #f5f5f5 solid;
    text-transform: uppercase;
    font-weight: bold;
    /*margin-bottom: 10px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: rgba(0,0,0,.6);
    text-align: center;*/
}
.popbox {
  display: none;
}
.popbox .dimmer {
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background:rgba(0,0,0,.5); 
}
.popbox .modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 999999999;
}
.popbox .outgap {
  margin: 5% auto 0 auto;
  max-width: 900px;
  min-height: 110px;
  outline: 0;
  overflow: hidden;
}
.popbox .workarea {
  position: relative;
  background-color: #fff;
 /* box-shadow: 0px 10px 30px rgba(0,0,0,.3);*/
}
.close_button {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right:0px;
  text-decoration: underline;
  z-index: 9;
}
.close_button:hover,.close_button:focus{
	color: #22aee3;
}
.popup_div{
	position: relative;
}
.popup_image{
	width: 100%;
}
.register_form {
    width: 100%;
    padding: 30px;
}
.modal .form_row {
    margin-bottom:5px;
    width: 100%;
    float: left;
    position: relative;
}
.modal .form_row:last-of-type{
	margin: 0;
}
.modal .form_row i {
    font-size: 16px;
    color: #666666;
    position: absolute;
    top: 37px;
    left: 10px;
}
.modal .form_row input[type="text"], .modal .form_row input[type="email"],.modal .form_row input[type="tel"] {
    border-radius: 0;
    background:#fff;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-color:#ababab; 
}
.modal .form_row input[type="tel"]:hover,.modal .form_row input[type="tel"]:focus,.modal .form_row input[type="text"]:focus, .modal .form_row input[type="email"]:focus,.modal .form_row input[type="text"]:hover, .modal .form_row input[type="email"]:hover{
	border-color:#26b6ea;
	outline: none;
}
.modal h3{
    font-size: 28px;
    margin-bottom: 0px;
    color: #26b6ea;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.modal h4{
    font-size: 20px;
    margin-bottom:0px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
}
.modal .btn{
	border-radius: 0;
	font-weight: 600;
	font-size:18px;
	line-height: 38px;
	background-color: #000;
	border-color: #000;
	margin: 10px 0 0 0;
}
.modal .btn:hover{
	color: #ececec;
}
.popup_image img{
	display: block;
}
/*.modal .default_row{
	align-items: center;
}*/
.lenovoazure_form {
    width: 55%;
    padding: 20px 20px 10px 20px;
    position: absolute;
    top: 12%;
    right: 0;
    text-align: right;
}
.close_button img{
	max-width: 30px;
}
.form_divwidth{
	width: 72%;
	float: right;
}
.lenovoazure_form .callback_text{
	text-transform: uppercase;
	text-align: left;
	margin: 15px 0 10px 0;
	display: block;
}
.register_form span{
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
	font-family: 'montserratlight';
}
.wall_section{
	background-color: #fff;
	padding: 50px 0 0px 0;
	text-align: center; 
	margin-top: 60px;
}
.wall_row{
	margin-top: 40px;
}
.wall_thumb{
	width: 100%;
}
.printing_section{
	padding:0px 70px 50px 70px;
}
.categories_part{
	padding:50px 50px;
}
.printing_section .sub_heading,.brands_section .sub_heading{
	text-transform: uppercase;
}
.printing_thumb{
	width: 100%;
	text-align: center;
}
.printing_thumb a{
	display: block;
}
.printing_img{
	text-align: center;
	width: 230px;
	height: 230px;
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
}
.printing_thumb img{
	vertical-align: middle;
}
.printing_thumb span{
	display: block;
	text-transform: uppercase;
	color: #777;
	margin: 20px 0 0 0;
	font-family: 'montserratmedium';
}
.categories_thumb span{
	display: block;
	text-transform: uppercase;
	color: #777;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-family: 'montserratmedium';
}
.printing_thumb a:hover span,.categories_thumb a:hover span{
	color: #357bc0;
}
.banner_slide_div{
	width: 50%;
}
.banner_slide_div img{
	width: 100%;
	float: left;
}
.banner_desc{
	width: 100%;
	float: left;
	padding: 15px;
	background-color: #f78721;
	text-align: center;
	color: #fff;
}
.banner_desc p,.banner_desc span{
	color: #fff;
	text-transform: uppercase;
	font-family: 'montserratbold';
	display: block;
}
.banner_desc span{
	font-size: 35px;
     margin:0 0 5px 0;
}
.banner_desc p{
	font-size: 19px;
	line-height: 24px;
	font-family: 'montserratmedium';
}
.banner_slide_div2 .banner_desc{
  background-color: #22b2f8;
}
.tetimonial_row{
	margin: 50px 0 0 0;
}
.testimonial_div{
	width: 40%;
}
.testimonial_div .client_img{
	max-width: 60px;
}
.testimonial_div p{
	font-size: 16px;
	z-index: 30px;
	font-family: 'montserratlight';
}
.testimonial_inner{
	padding: 0 25px;
}
.client_part{
	width: 55%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.client_section{
	width: 100%;
}
.logos {
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.categories_thumb{
	width: 100%;
	text-align: center;
}
.stationary_product_div{
	margin: 0;
}
.error_page{
	display: block;
	text-align: center;
	min-height: 400px;
	padding-top: 100px;
}
.error_page h5,.error_page strong{
	width: 100%;
	position: relative;
	float: left;
	font-family: 'montserratbold';
}
.error_page strong{
	margin:10px 0 20px 0;
}
.error_page h5{
	font-size: 100px;
	color: #22b2f8;
	font-family: 'montserratbold';
}
.error_page .btn{
	min-width: 200px;
}
.error_page h5:before{
	background-image: url(../images/sad.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 70px;
    width: 70px;
    height: 70px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -200px;
}
.homediscption_section{
	background-color: #fff;
	padding: 30px 0 0 0;
}
.homediscption_section h2,.homediscption_section h3{
   font-size: 16px;
   text-transform: none;
   color: #404040;
   margin:5px 0 15px 0;
   font-weight: 600;
   padding: 0;
   text-align: left;
   background-color: transparent;
}
.homediscption_section h1{
	font-size: 18px;
	line-height: 24px;
   text-transform: none;
   color: #404040;
   margin:5px 0 15px 0;
   font-weight: 600;
   padding: 0;
   text-align: left;
   background-color: transparent;
}
.homediscption_section p{
	font-size: 14px;
	color: #404040;
	margin: 0 0 15px 0;
}
.homediscption_section .show-more-height { 
  height:220px; 
  overflow:hidden; 
}
.show-more{
	cursor: pointer;
	color: #05a5e3;
	margin-top:0px;
	font-size: 16px;
	display: inline-block;
}
.show_morediv{
	text-align: right;
	padding: 15px 0;
	margin-bottom: 10px;
	/*background-color: #fff;*/
	position: relative;
	top:0px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.75%) 0%,rgba(255,255,255,1) 90%);
}
.table_scroll{
	margin-bottom: 20px;
}
.table_scroll table{
	width: 100%;
	border-collapse: collapse;
	border:1px #ddd solid;
}
.table_scroll table th{
	color: #404040;
	white-space: nowrap;
	vertical-align: top;
	font-size: 14px;
	text-transform: uppercase;
	border-right:1px #ddd solid;
	padding: 10px;
	text-align: left;
	border-bottom: 1px #ddd solid;
}
/*.table_scroll table thead th{
	border-bottom: 1px #ddd solid;
}*/
.table_scroll table td{
	color: #404040;
	font-size: 14px;
	border-right:1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding: 10px;
	text-align: left;
}
.table_scroll table td.last_td{
	border-bottom: 0;
	white-space: nowrap;
}
.table_scroll table td:first-of-type {
    white-space: nowrap;
}

.mobile_div{
	display: none;
}



/* -- responsive css -- */

@media (max-width:1699px){
 .thumb_text{
 	font-size: 32px;
 }
 .banner_desc span{
  font-size: 24px;
}
.banner_desc p{
  font-size: 14px;
  line-height: 20px;
}
.printing_img{
	width: 180px;
	height: 180px;
}
.printing_section{
    padding: 0px 50px 50px 50px;
}
.category_row li img{
	max-width: 90px;
}
}
@media (max-width:1370px){
 .thumb_text{
 	font-size: 24px;
 	line-height: 26px;
 }
.menu_item li a {
    color: #5f5f5f;
    font-size: 13px;
    /*padding: 9px 20px;*/
    display: inline-block;
}
.menu_item li.category_menu .dropdown_submenu li a{
	padding: 9px 20px;
}
.menu_item .dropdown_submenu li:after{
	height: 30px;
	line-height: 30px;
}
.categories_thumb img{
	max-width: 80px;
}
}
@media (max-width:1239px){
.thumb_text{
		padding: 0 0 15px 15px;
		font-size: 20px;
		line-height: 22px;
}
.container {
    max-width: 900px;
}
.set{
	width: 100%;
}
.footersocial_links li{
	margin-left: 10px;
}
.footer_topright h5{
	font-size: 14px;
}
.sticky .header_search{
	margin-left: 20%;
}
/*.category_right {
    width: 66%;
}*/
.category_product .list_item {
    width: 23%;
    margin: 8px;
}
.category_product .list_item:nth-child(5n+6){
	clear: none;
}
.category_product .list_item:nth-child(4n+5){
	clear: left;
}
.product_details .products_name{
	font-size: 20px;
}
.modal_id,.order_configure{
	font-size: 18px;
}
.wall_section{
	padding: 30px 0;
}
.wall_row{
	margin-top: 20px;
}
.printing_img {
    width: 140px;
    height: 140px;
}
.printing_section{
    padding: 0px 40px 30px 40px;
}
.service_div .sprite_icon {
    width: 50px;
    height: 50px;  
}
.service_div .services_icon{
	background-position: -582px -27px;
}
.service_div .sprite_icon.delivery_icon {
    background-position: -681px -27px;
    width: 60px;
}
.service_div .time_icon{
	background-position: -782px -27px;
}
.service_div .price_icon{
	background-position: -868px -27px;
}
.service_section,.footer_services{
    padding: 30px 0;
}
.service_div .call_icon{
	background-position: -583px -126px;
}
.service_div .sample_icon{
	background-position: -677px -120px;
}
.service_div .mockup_icon{
	background-position:-762px -120px;
}

}
@media (max-width:991px){
.thumb_text{
	font-size: 16px;
	line-height: 20px;
}
.category_product .list_item:nth-child(5n+6),.category_product .list_item:nth-child(4n+5){
	clear: none;
}
.category_row li img {
    max-width: 50px;
}
.category_product .list_item:nth-child(3n+4){
	clear: left;
}
.container {
    max-width: 700px;
}
.logo {
    max-width: 300px;
}
.header_search {
    width: 70%;
}
.sticky .header_search {
    margin-left: 42%;
}

.footer_topleft h5{
	width: 100%;
	margin-bottom: 10px;
}
.footer_topright h5{
	font-size: 16px;
}
.footer_social h5{
	width: auto;
	margin: 0 10px 0 0;
}
.footer_topleft{
	flex-flow: wrap;
}
.subscribe_section{
	width: 100%;
}
.footersocial_links li{
	margin: 0 10px 0 0;
}
.footer_logos img {
    max-height: 50px;
}
.category_product_div{
	margin-bottom: 40px;
}
.category_banner{
	width: 35%;
}
.product_listing{
	width: 65%;
}
/*.category_right {
    width: 56%;
}*/
.category_product .list_item {
    width: 30%;
    margin: 7px;
}
.products_slider,.product_details{
	width: 100%;
}
.product_details{
	margin-top: 20px;
}
.cartbtn_box{
	margin: 15px 0 0 0;
}
.may_likesection .arrival_slider{
	margin-bottom: 0;
}
.number .minus, .number .plus{
	width: 30px;
}
.table_structure li .product_name{
	font-size: 14px;
}
.color_dropdown{
	left: -20px;
}
.sticky .color_dropdown {
    left: -64px;
}
 .dropdown_submenu_child {
    position: relative;
    left: 15px;
    box-shadow: none;
}
.dropdown_submenu li:hover .dropdown_submenu_child {
    display: block;
    left: 0px;
    padding-left: 15px;
}
.menu_item .dropdown_submenu{
	overflow-x: hidden;
	overflow-y: auto;
	height: 100vh;
	padding-bottom: 90px;
}
.banner_desc span {
    font-size: 20px;
}
.banner_desc p{
	font-size: 12px;
}
.banner_desc p br{
	display: none;
}
.banner_desc{
	min-height: 120px;
}
.client_part,.testimonial_div{
	width: 50%;
}
.testimonial_head{
	font-size: 16px;
}
.testimonial_div p,.client_name{
	font-size: 14px;
}
.logos{
	padding: 0 20px;
}
.logos img{
	max-height: 40px;
}
.popbox .outgap{
	max-width: 94%;
}
.modal h3{
	font-size: 20px;
}
.modal h4{
	font-size: 30px;
}
.close_button{
	top: 20px;
}
.lenovoazure_form .callback_text{
	margin: 5px 0 10px 0;
}
/*.pagination li{
	margin-bottom: 5px;
}*/

}
.mobile_viewsection{
	display: none;
}
@media (max-width:767px){
.thumb_text{
		font-size: 12px;
		line-height: 16px;
		padding: 0 0 5px 5px;
}
/*.category_left .category_heading{
	background-color: #999;
	color: #fff;
	padding: 10px 15px !important;
}*/
.category_product .list_item{
	width:46%;
}
.product_name{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.category_product .list_item:nth-child(3n+4) {
    clear: none;
}
.category_product .list_item:nth-child(2n+1) {
    clear: left;
}
.mobile_viewsection{
	display: flex;
}
.desktop_viewsection,.desktop_div{
	display: none;
}

.mobile_div{
	display: block;
}
.mobile_viewsection .one_third_div{
   width: 50%;
}
.mobile_viewsection  .future_note{
	width: 100%;
}
.table_scroll{
	overflow-x: auto;
	overflow-y: hidden;
}
.table_scroll table th{
	white-space: normal;
}
.menu_item li.category_menu .dropdown_submenu li a {
    padding: 13px 15px;
}
.error_page{
	min-height: inherit;
	padding-top: 20px;
}
.error_page h5:before{
	background-size: 40px;
	width: 40px;
	height: 40px;
	margin:-20px 0 0 -100px;
}
.error_page h5{
	font-size: 40px;
}
.ecatalog_section{
	padding: 30px 0 0 0;
}
.table_content li{
	margin-bottom: 30px;
	width: 50%;
}
.container {
    max-width: 90%;
}
.menu_item li.category_menu a{
	padding: 13px 15px;
	font-size: 14px;
}
.menu_item .dropdown_submenu li:after {
    height: 41px;
    line-height: 41px;
}
.menu_item li.category_menu>a{
   padding: 15px 15px;	
}
.menu_item li.category_menu.sticky1>a{
	padding: 13px 15px;
}
.logo{
	order: 2;
	width: 100%;
	max-width: 100%;
	padding: 0 17px;
	z-index: 9999;
}
.logo img{
	max-width: 230px;
}
.nav{
   position: relative;
}
.header_right{
    text-align: center;
    width: 100%;
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.header_top .container,.footertop .container{
    max-width: 100%;
}
.search_bar,.header_top{
	padding: 15px 0;
}
.header_search {
    width: 75%;
}
.cart_part {
    margin-left: 15px;
}
.color_dropdown,.sticky .color_dropdown {
    left: auto;
    right: 0;
    z-index: 999;
}
.footer_logos img {
    max-height: 32px;
}
.footer_middle {
    padding: 20px 0;
}
.footer_topleft,.footer_topright{
	width: 100%;
	padding: 20px;
}
.mobile_heading{
	display: block;
}
.mob_hide{
	display: none;
}
.category_banner,.product_listing {
    width: 100%;
    overflow: inherit;
}
.category_banner:before,.category_banner:after{
	content: none;
}
.set{
	overflow: auto;
	height: auto;
	top: -45px;
	position: relative;
}
.set a{
	margin-right: 6px;
}
.menu_item li.category_menu.sticky1{
	top: 58px;
	width: 90%;
}
.sticky.search_bar {
    padding: 10px 0 60px 0;
}
.sticky .header_search {
    width: 83%;
    margin-left: 0;
}
.search_bar.sticky .color_part{
  display: none;
}
.category_product_div {
    margin-bottom: 20px;
}
.list_item_cat {
    background-color: #cecece;
    padding-top: 0; 
}
.gadget_product_div .list_item_cat {
    background-color: #266db9;
}
.stationary_product_div .list_item_cat {
    background-color:#f9a717;
}
.clothing_product_div .list_item_cat {
    background-color:#d82985;
}
.customized_product_div .list_item_cat {
     background-color:#aac91b;
}
.pen_product_div .list_item_cat {
     background-color:#871d82;
}
.drinkware_product_div .list_item_cat {
    background-color:#05a5e3;
}
.unique_product_div .list_item_cat {
    background-color:#ff8400;
}
.award_product_div .list_item_cat {
    background-color:#cba163;
}
.usb_product_div .list_item_cat {
    background-color:#e34043;
}
.events_product_div .list_item_cat {
    background-color:#c1c1c1;
}
/*.category_right {
    width: 100%;
    margin-top: 20px;
}*/
.category_left{
	width: 100%;
	padding: 0;
}
.categoty_page {
    padding: 20px 0;
}
.product_caption {
    padding: 5px 5px 0 5px;
    min-height: 90px;
}
.product_details label {
    font-size: 12px;
}

.contact_info,.contact_form{
	width: 100%;
	margin-bottom: 15px;
}
.map_viewdiv{
   width: 100%;
}
.table_structure{
	overflow-x: auto;
	overflow-y: hidden;
}
.table_structure li{
	min-width: 700px;
}

.table_structure li .product_price, .table_structure li .product_qty, .table_structure li .product_total{
  width: 20%;
}
.table_structure li .product_action{
	width: 15%;
}
.btn_group .btn {
    font-size: 13px;
    padding: 0 10px;
}
.coupon_bar{
	padding: 10px;
}
.table_structure li span .product_img{
	min-width: 60px;
	max-width: 60px;
}
.table_structure li .product_name{
	white-space: normal;
}
.about_page h3 {
    font-size: 16px;
    line-height: 24px;
}

.search_bar .default_row{
 justify-content: flex-start;
}

.menu_item li.category_menu{
	width: 100%;
}
nav{width:100%;}
#cssmenu{width:100%;position:absolute;top:-132px;right:0;}
#cssmenu ul{width:100%;display:none;position:absolute;top:50px;background-color:#fff;box-shadow: 0 4px 5px rgba(0, 0, 0, 0.11);z-index: 999;}
#cssmenu ul li{width:100%;border-top:1px solid #f8f7f7;}
#cssmenu ul li:hover{background:#fff;}
#cssmenu ul ul{
	box-shadow: none;
	border-top: 0;
	padding: 0;
	top: 0;
}
#cssmenu ul li a{display: block;}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:40px;height:40px;position:absolute;right:15px;top:0;cursor:pointer;z-index: 12399994;background-color: #fff;}
.button:after{position:absolute;top:13px;left:10px;display:block;height:14px;width:20px;border-top:2px solid #000;border-bottom:2px solid #000;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:19px;left:10px;display:block;height:2px;width:20px;background:#000;content:''}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #f8f7f7;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#000;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#000;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
.cart_part .count{
	right: -5px;
}
.contact_form .btn,.banner_slide_div,.client_part, .testimonial_div{
 width: 100%;
}
.view_btn{
	color: #fff !important;
	z-index: 9;
	right: 45px;
	top: 12px;
	font-size: 15px;
}
.category_row li{
	width: 48%;
	margin: 0 2% 8px 0;
}
.category_row li:nth-child(4n+4){
	margin-right: 2%;
}
.category_row li:nth-child(2n+2){
	margin-right: 0%;
}
.banner_desc{
	padding:10px; 
	min-height: inherit;
}
.banner_desc span{
	font-size: 16px;
}
.logos {
    min-height: 70px;
}
.tetimonial_row {
    margin: 20px 0 0 0;
}
.wall_section {
    padding: 10px 0 0 0;
    margin: 0 0 20px 0;
}
.printing_img {
    width: 100px;
    height: 100px;
}
.printing_thumb span{
	font-size: 14px;
}
.categories_part {
    padding: 20px 30px;
}
.footer_services .service_div {
    width: 49%;
    margin-bottom: 15px;
}
.category_row li:nth-child(4n+5) {
    clear: none;
}
.category_row li:nth-child(2n+3) {
    clear: left;
}
.close_button{
	top: 0;
}
.lenovoazure_form{
	width: 70%;
	top: 8%;
	right: -5px;
}
.modal h3{
	font-size: 16px;
}
.modal h4{
	font-size: 20px;
}
.modal .form_row input[type="text"], .modal .form_row input[type="email"]{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.modal .btn{
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	margin: 0;
}
.homediscption_section{
	padding: 15px 0 0 0;
}
.thumb_div img{
	max-height: 100px;
}
/*.category_heading a {
    color: #fff;
}*/

}
@media (max-width:479px){
.thumb_text{
		font-size: 12px;
		line-height: 14px;
}	
.table_scroll table td.last_td{
	white-space: normal;
}
.table_scroll table td:first-of-type {
    white-space: normal;
}
.table_scroll table td,.table_scroll table th{
	font-size: 12px;
	line-height: 16px;
}
.header_search{
    width: 68%;
}
.categories_thumb img {
    max-width: 70px;
}
.categories_thumb span{
	font-size: 13px;
}
.sticky .header_search {
    width: 78%;
}
.service_div .sprite_icon{
	width: 32px;
	height: 32px;
}
.service_div .services_icon {
    background-position: 2px -323px;
}
.service_div .sprite_icon.delivery_icon {
    background-position: -62px -323px;
    width: 41px;
}
.service_div .time_icon {
    background-position: -130px -323px;
}
.service_div .price_icon {
    background-position: -187px -323px;
}
.service_div .call_icon {
    background-position: -240px -323px;
}
.service_div .sample_icon {
    background-position: -296px -321px;
}
.service_div .mockup_icon {
    background-position: -347px -320px;
}
.service_div .service_text {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
}
.footer_logos{
	flex-flow: wrap;
}
.footer_logos img {
    max-height: 26px;
}
.footer_middle {
    padding: 12px 0;
}
.service_section, .footer_services {
    padding: 15px 0;
}
.product_section {
    padding: 20px 0 0px 0;
}
.arrival_slider {
    margin-bottom: 20px;
}
.category_product .list_item {
    margin: 5px;
}
.quantity_column {
    width: 100%;
    min-height: 60px;
}
.product_details .products_name{
	padding: 0 0 10px 0;
}
.product_details label {
    font-size: 14px;
}
.cartbtn_box .btn{
	width: 100%;
}
.tab-content{
	padding: 20px;
}
.tabs li{
	padding: 15px 20px;
}
.btn_group .btn{
	font-size: 14px;
}
.user_detail_form .form_row,.user_detail_form .btn {
    width:100%;
}
.contact_form .form_row {
    width: 100%;
    overflow: hidden;
}
.contact_form .form_row iframe{
	width: 100%;
}
.contact_row {
    margin-top: 0;
}
.coupon_bar .btn_group .btn{
	font-size: 13px;
}
.coupon_bar .btn_group{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.btn_group .btn.inquiry_btn {
    width: 100%;
    margin-top: 5px;
}
.popbox .modal{
	top:20px;
}
.popbox .outgap{
	overflow: initial;
}
.close_button {
    top: -10px;
}
.lenovoazure_form {
    width: 100%;
    top: -30px;
    right: 0;
    position: relative;
    background-color: #fff;
    float: left;
    text-align: left;
}
.form_divwidth{
	width: 100%;
}
.popup_div{
	margin-top: 25px;
}
.modal h3 {
    margin: 20px 0 5px 0;
    text-align: left;
}
.popup_div img{
	position: relative;
	z-index: 5;
	background-color: #fff;
}
.modal .form_row input[type="text"], .modal .form_row input[type="email"],.modal .btn{
	height: 40px;
	width: 100%;
	line-height: 40px;
}


}
@media (max-width:339px){
.footer_logos img {
    max-height: 22px;
}
.header_search{
    width: 66%;
}
.sticky .header_search {
    width: 76%;
}
.header_right li a {
    font-size: 12px;
}
.tabs li{
	font-size: 14px;
}
.tab-content p{
	font-size: 14px;
	line-height: 18px;
}
.logo img {
    max-width: 220px;
}
}


















