body {
	border-top: 0px solid #ffeb3b;
}
.ypi-cart-user-wrap .ypi-search {
	position: absolute;
	right: 20px;
	top: -80px;
	background-color: transparent;
	padding: 18px 0;
	max-width: 46%;
}
.ypi-top-panel > .row-fluid > .span16 > .row-fluid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.ypi-top-panel .ypi-top-links {
	width: 50%;
}
.ypi-top-panel > .row-fluid > .span16 > .row-fluid:before,
.ypi-top-panel > .row-fluid > .span16 > .row-fluid:after {
	display: none;
}
.ypi-top-panel .ypi-title-to-sore {
	width: 50%;
	content: "";
	display: block;
}
.ypi-cart-user-wrap .ypi-search i.material-icons {
	color: #f1cac9 !important;
	font-size: 26px !important;
}
.ypi-cr-phone-number {
	position: relative;
	top: 2px;
	right: 15px;
}
.ypi-cr-phone > a {
	display: block;
	white-space: nowrap;
	top: -2px;
	right: -15px;
}
.ypi-cr-box {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-right: 0px;
	padding-top: 0px;
	top: -2px;
	position: relative;
}
.ypi-cart-user-wrap i.material-icons {
	font-size: 30px !important;
	color: #f1cac9 !important;
	opacity: 1;
}
.ypi-cr-phone .ypi-cr-box i {
	font-size: 18px !important;
}
.ypi-cr-phone-number .arrow_callus {
	right: -20px;
	top: -6px;
}

/*
.banners-grid .span16{display: inline-grid;grid-template-columns: 350px 350px 350px 350px;grid-template-rows: 1fr;grid-gap: 10px;overflow-x: scroll;}
.banners-grid .xl-banner{grid-column: 5;grid-row: 1;margin-left: 3px;margin-right: 3px;DISPLAY: none;}
.banners-grid  .xs-banner img{width: auto!important;}
.banners-grid  .xl-banner img{ width :100%!important; }
.banners-grid  .xs-banner:nth-child(1){    grid-column: 1;    grid-row: 1;}
.banners-grid  .xs-banner:nth-child(2){grid-column: 2;grid-row: 1;}
.banners-grid  .xs-banner:nth-child(4){grid-column: 3;grid-row: 1;}
.banners-grid  .xs-banner:nth-child(5){grid-row: 1;grid-column: 4;}
.abyt_banner .abyt-a-bg-banner {    width: 100%;    background-size: containr!important;    background-position: center;    position: relative;    background-repeat: no-repeat!important;    background: top center;    margin:0px!important;}
.banners-grid  .ty-banner__image-wrapper{ margin:0px}
*/

[class*="span"].ypi-cart-user-wrap {
	height: 50px;
}

.suggestions .row-fluid:first-child {
	display: inline-block;
	width: auto;
	position: absolute;
	top: -8px;
	left: 10px;
}

.customer-service .span16 .row-fluid {
	display: flex;
	flex-direction: column;
}
.customer-service .span16 .row-fluid > div {
	flex-basis: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.customer-service .ty-mainbox-container > .y-mainbox-title {
	font-size: 16px;
}
.customer-service .span16 .row-fluid > div:nth-child(2) {
	border-right: 0px solid #de7662;
	border-left: 0px solid #de7662;
	border-top: 1px solid #de7662;
	border-bottom: 1px solid #de7662;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}
.customer-service .span16 .row-fluid > div:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.customer-service .row-fluid > div > .ty-wysiwyg-content:nth-child(1) {
	display: none;
}

.logos .ty-wysiwyg-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.logos .ty-wysiwyg-content img {
	width: 33%;
}

.the-expert-intro {
	position: relative;
	min-height: auto;
}
.the-expert-intro .img {
	display: none;
}
#wish_list_abt__yt_top_buttons,
#account_info_abt__yt_top_buttons {
	opacity: 1;
}
.ypi-logo > .row-fluid [class*="span"].ypi-logo {
	max-width: 38%;
	float: left;
}

.ypi-search .ty-search-block:hover input.ty-search-block__input,
.ypi-search .ty-search-block:focus input.ty-search-block__input {
	border-color: #d4d4d4;
	background: #fff;
	text-align: left;
	padding-left: 20px;
	color: #202021;
	z-index: 301;
	color: #000 !important;
}
.footer-menus .ty-footer-general__header {
	font-size: 15px;
	width: 100%;
	font-weight: 500;
}
.footer-menus .ty-footer {
	width: 47%;
	padding-bottom: 0px;
	margin: 0px;
}

.banners-grid .xs-banner img {
	max-height: auto;
	width: 100%;
	height: auto;
}
.banners-grid .xl-banner {
	display: none;
}
.banners-grid .span16 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.banners-grid .xs-banner:nth-child(1) {
	grid-row: 1;
	grid-column: 1;
}
.banners-grid .xs-banner:nth-child(2) {
	grid-row: 1;
	grid-column: 2;
}
.banners-grid .xs-banner:nth-child(4) {
	grid-row: 2;
	grid-column: 1;
}
.banners-grid .xs-banner:nth-child(5) {
	grid-row: 2;
	grid-column: 2;
}
.mobile-banners {
	display: block !important;
}
.mobile-banners .swiper-container.carousel {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.mobile-banners img {
	width: 100%;
}
.pd-bottom {
	padding: 0px !important;
	margin: 0px !important;
	padding-bottom: 0px !important;
}

.suggestions .owl-wrapper .ty-scroller-list__item {
	min-height: 365px;
}

.on-sale-home .ypi-scroller-list__item {
	min-height: auto;
}
.foreign-books .grid-list .abt-single-image img {
	max-height: 145px;
}

.similar-products .ty-grid-list__item {
}

.ypi-sort-container {
	position: absolute;
	background: #ededed;
	right: 0;
	top: -108px;
	margin: 0 0 20px;
	padding: 10px 10px 10px 4px;
	height: 64px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.span12 .grid-list .col-tile {
	width: 50%;
	margin-bottom: 10px;
	min-height: 415px;
	padding-bottom: 10px;
	margin-bottom: 22px;
}

.ypi-categories_grid.enable-v-filters h1.ty-mainbox-title,
.ypi-categories_grid.enable-v-filers h1.ty-mainbox-title {
	font-size: 23px;
	margin-bottom: 0;
}
.grid-list .ty-grid-list__item {
	/* DDOT CHANGES */
	/* height: 450px !important; */
	/* height: max-content !important; */
	margin: 0 5px 10px 5px;
}

.scroll_list_subcategories {
	padding-bottom: 20px;
}

.checkout .ty-logo-container .ty-logo-container__image {
	max-height: inherit;
	width: 100%;
	position: relative;
	left: 0;
	max-height: 70px;
}
.checkout .checkout-phone {
	display: flex;
	align-items: center;
	margin: 0;
	/* height: 90px; */
	height: 70px;
	justify-content: flex-end;
}
.checkout .checkout-phone a {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.checkout .checkout-phone-sticky a {
	font-size: 22px;
}
.checkout .checkout-phone {
	display: flex;
	align-items: center;
	margin: 0;
	/* height: 45px; */
	height: 70px;
	justify-content: center;
	/* margin-top: -5px; */
}
.checkout .ty-logo-container {
	display: flex;
	align-items: center;
	margin: 0;
	/* height: 90px; */
	height: 70px;
	/* justify-content: center; */
	justify-content: flex-start;
	text-align: left;
}

.shop-by-department {
}
.shop-by-department .ty-sidebox-important__title {
}
.shop-by-department .shop-by-department-block {
}
.shop-by-department .ty-menu__items {
	gap: 5%;
	display: flex;
	align-items: flex-start;
}
.shop-by-department .ty-menu__items::before {
	display: none;
}
.shop-by-department .ty-menu__items::after {
	display: none;
}
.shop-by-department .ty-menu__items li {
	flex-basis: 30%;
}
.shop-by-department .ty-menu__items li a {
}
.shop-by-department .ty-menu__items li a img {
}
.shop-by-department .ty-menu__items li a b {
}
