/*collection page*/
  .collection-hero {
	margin-top: 0 !important;
}
/*Header*/
.header-container.drawer__header-container {
	z-index: 9999;
}

/*Product-list collections page*/
.grid-product__wrapper .grid-product__image-link {
    background-color: #ffffff;
}
/*Product-list collections page end*/
/*Product Page design*/
.product-single__description {
	text-align: left;
}
.product-single__description img[alt="Inateck"],
.product-single__description img[alt="inateck"]{
	display: block;
	margin: 0 auto;
}
.description-header {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}
.product-single__description.rte p, .product-single__description.rte font[size="3"] {
font-size: 15px;
margin-bottom: 12px;
color: #636363;
line-height: 26px;
word-wrap: break-word;
}
.product-single__description.rte p img {
	width: 100%;
}
.product-single__description .table-container {
	width: 100%;
	overflow: auto;
}
.product-single__description .celwidget {
	min-width: unset !important;
}
.product-single__description .a-expander-collapsed-height,
.product-single__description .aplus-module-content{
	width: unset !important;
}
.product-single__description .aplus-module-content img {
	position: static !important;
}

.grid-product__title {
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.grid-product__wrapper:hover .grid-product__title {
	display: block;
}
.product-single__description {
	margin-top: 0px;
}

<!--Tab CSS-->
.tab-container{
	margin: 50px 0 0;
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
    border-bottom: 1px solid #dae2e6;
}
ul.tabs li{
	background: none;
	color: #818692;
	display: inline-block;
	margin: 10px 40px 0 0;
	cursor: pointer;
    font-weight: 700;
    font-size: 14px;
  line-height: 36px;
}
ul.tabs li:first-child{
  margin-left: 0px;
}
ul.tabs li.active{
    border-bottom: #161616 solid 2px;
    color: #333;
}
.tab_content {
	padding-top: 35px;
    padding-bottom: 35px;
}
.tab-content.active{
	display: inherit;
}
.download-content{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.download-icon{
  display: inline-block;
  margin-right: 10px;
}
.download-icon img {
  width: 20px;
}
.download-filename{
  display: inline-block;
  margin-bottom: 0px;
}
.tab_drawer_heading {
	display: none;
}
.tab_drawer_heading:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.tab_drawer_heading.d_active:after{
  content: "\2212";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.tab_drawer_heading.d_active{
  color: #000;
  border-top-color: #000;
  border-bottom-color: transparent;
}
.tab_drawer_heading.d_active + .tab_content{
  border-bottom: 1px solid #c8b8b8;
}
.download-filename a:hover{
  text-decoration: underline;
}
  
@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
      background-color: #f6f6f6;
      color: #777;
      border-top: 1px solid #c8b8b8;
      margin: 0;
      padding: 10px 9px 10px 9px;
      display: block;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #c8b8b8;
      margin: 10px 0 10px 0;
      font-size: 13px;
      font-weight: 600;
    }
  	ul.tabs{
    	display: none;
   }
  .tab_content {
	padding-top: 25px;
  }
}
<!--Tab CSS ends-->

<!--Switcher-->
.site-nav__item.switcher ul li.d-flex a img {
	margin-right: 10px;
}
.site-nav__item.switcher ul.site-nav__dropdown {
	min-width: 150px;
}
.site-nav--has-dropdown.switcher:hover a::before {
	display: none;
}
.switcher .icon-arrow-down{
  top: 1px;
}
.switcherimg{
  height: 15px;
  width: 25px;
  margin-right: 10px;
}
.switcherimg + span,
.switchimg + span {
	font-size: 14px;
  letter-spacing:1px;
}
.switcher > ul .switcherimg + span,
.switch > ul .switchimg + span{
	font-size: 16px;
}
.cart-link .icon-fallback-text .icon.icon-cart {
	font-size: 22px;
}
.d-flex{
  display: flex !important;
  align-items: center;
}
.site-nav--mobile .switcher .icon{
  font-size: 12px;
}
.site-header .site-nav__link{
  padding: 5px;
}
.switcher .site-nav__dropdown{
  right: 0;
  left: auto;
  padding: 0;
}
.switcher .site-nav__link .icon-arrow-down{
  padding-left: 0;
}
.switcher .site-nav__dropdown-link:hover{
  background-color: #f1f1f1;
}
.mob-view .site-nav__dropdown{
  display:none;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
/*header issues css*/
.site-nav--compress .site-nav__item:not(.site-nav__item--compressed){
  display: inline-block;
}
.site-nav{
  margin-left: 5px;
}
@media screen and (min-width: 769px){
  .large_hide{
    display: none !important;
  }
}