/* popup container widget of purchased item */
/* language selector */
.js-sale-popup-container, .headertoplag__lang {
	display:none; 
}

.cat-menu__list li>a, .main-menu ul>li>a, .main-menu ul>li .submenu li a { /* Blue color for menu and category */
  	color:#00067e;
}

.tpproduct-details__cart  button.buy-now {	/* Hide Buy Now button */
  	display:none;
}

.coupon-all { /* Hide Coupon button */
  display:none;
}

 .tpcheck-btn {  /* Hide Checkout button */
  display:none;
}

.btn-quote:hover { /* Change color on get quote button hover */
  color: #fff;
}
.dealproduct-area  { /*Hide deal section from pages */
  display:none
}
.footer-copyright__brand { /* Hide footer brand */
  display:none;
}
.footer-copyright__content { /* Align copyright content to right */
  	text-align: right;
}

.tpproduct-details__condation{ /*product detail right side widget hide */
  display:none;
}
.tpproduct-details__content .tpproduct-details__rating ,.tpproduct-details__content .tpproduct-details__reviewers{/*rating in detail view */
   display:none;
}
.btn:hover { /* Color for hover on get quote */
    color: #fff;
}

.table>thead>tr>th { /* cart table */
  	border-top: 0px;
}

.table>thead:first-child>tr:first-child>th { /* cart table */
  	border-bottom: 0px;
}

.footer-content p { /* footer content color */
  	color: #000000;
   	font-size: 18px;
}

#nav-top-rated-tab, .tpproduct-details__rating, .tpproduct__rating { /* Hide top rated */
  	display: none;
}

.product-quantity { /* Quantity field width */
  	width: 150px;
}

#quick-view-popup .product-detail {
  	margin-top: 50px;
}

#quick-view-popup .product-detail .tpproduct-details__title-area .tpproduct-details__stock {
  top: -1.3rem;
}

.tpbrand .brand-items img {
  opacity: 1;
}

#header-mob-sticky .logo {
  margin-left: -55px;
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .tpslider-banner__img img {
    height: 200px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1330px !important;
  }
 .tp-slide-item__img img {
    width: 100%;
  }
  .tpslider-banner__img img {
    height: 238px !important;
  }
}
@media (min-width: 1700px)  {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1634px !important;
  }
 .tp-slide-item__img img {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1821px !important;
  }
 .tp-slide-item__img img {
    width: 100%;
  }
}
.category-area {
  padding-top: 35px !important;
}

.tpproduct-details__stock {
  	left: 1px;
    width: 67px;
}

.tpproduct-details__title {
  	padding-top: 30px;
}

.tpcart__del {
  	left: -23px;
}

/* cart input width */
.tp-cart-input {
   width: 58px !important;
}
/* hide checkout icon on shoplist page */
.tpproduct__action a.quickview:nth-child(2), .tpproduct__action .button-quick-shop {
  display: none;
}
.tpproduct-details__stock {
    width: 75px;
    margin: 10px 0 16px 0;
}
.tpproduct-details__title {
  width: 100%;
}
.mainmenu__search-bar input {
  width: 300px;
}

.header-top {
  border-bottom: 3px solid #d20d0d;
}

.main-menu-area .for-megamenu .row .col-lg-3 .cat-menu__category .tp-cat-toggle {
 border-radius: 0px; 
}

header .logo-area {
  border-bottom: 5px solid #d20d0d;
}
.main-menu-area {
  border-top: 5px solid #00067e;
  margin-top: 2px !important;
}
.for-megamenu {
  margin-top: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* categories submenu home page styles */
.cat-menu__list li.menu-item-has-children {
    position: relative;
}
.cat-menu__list li.menu-item-has-children .submenu {
    padding-top: 0;
}

/* hide currency changer */ 
#navbarSupportedContent { 
  display: none;
}
/* hide country on checkout page */ 
#address_country { 
  display: none;
}

.logo-area {
  margin-top: 0px !important;
}
.cart-area .table-content .table {
 	width: 96% !important; 
}
.cart-area .cart-page-total {
 	margin-right: 56px;
}

/* saleunit hide */
#product-option {
	display: none;  
}



/*  css need to be removed in the future */

.tpcontact__form p, #nav-on-sale-tab, .footer-cta__contact {
	display: none;  
}
.tpproduct-details__information.tpproduct-details__code.meta-sku {
  display: none;
}