
.searchResulttext
{
    font-weight:normal;
}

div.autoSearchResults
{
	position:absolute;
	padding:0px;
	z-index:1;
	font-family:Tahoma !important;
	color:#000;
	left:20px;
	min-width:203px;
	height:auto;
	font-weight:normal;
    z-index: 2;
}

div.autoSearchResults td
{
    vertical-align:top;
}

div.autoSearchResults div.resultItem
{
	margin:0px;
	padding:5px;
	font-size:14px;
	position:relative;
	height:auto;
	cursor:pointer;
	border-bottom:1px solid #c0c0c0;
	/*border-right:1px solid #c0c0c0;*/
	/*border-left:1px solid #c0c0c0;*/
	clear:both;
}

div.autoSearchResults div.resultItem.odd {
	background-color:#EDEDED;
}
div.autoSearchResults div.resultItem.even {
	background-color:#EDEDED;
}

div.autoSearchResults div.resultItem:hover {
	background-color:#fefefe !important;
}

div.autoSearchResults div.resultItem img {
	float:left;
	margin-right:10px;
}

div.autoSearchResults div.resultItem p {
	margin:0px;
	padding:0 0 0 0;
	line-height:1;
}

div.autoSearchResults div.resultItem p.title {
    color: #333;
	padding-bottom:3px;
    font-size: 14px;
}

div.autoSearchResults div.resultItem p.extra {
	font-size:13px;
	position:absolute;
	bottom:8px;
	left: 60px;
}

div.paginator
{
    background:#e8e8e8 url(https://static.achica.com/images/spinner.gif) no-repeat 8px;
    border-right:1px solid #c0c0c0;
    border-left:1px solid #c0c0c0;
    border-bottom:1px solid #c0c0c0;
    font-size:14px;
    height:22px;
    width: 400px;
    margin: 0;
    padding: 5px 0px 5px 5px;
    text-align: center;
}

div.paginator p
{
    padding-left:0px;
    padding-top:4px;
    width: 170px;
    height: 22px;
}

div.pageheaderv2 p
{
    position:absolute;
}

div.paginator a.pagor
{
	height:17px;
	padding-top: 1px;
	padding-left:4px;
	padding-right:4px;
	display: inline-block;
	/* float:left; */
	border:1px solid #CCC;
	color: #222222 !important;
	margin-right:4px;
	text-decoration:none;
	text-align:center;
	background:#ddd;
}

div.paginator a.pagor:hover
{
	background:#eeeeee !important;
	border:1px solid #33A8AD;
	color:black !important;
}

div.paginator a.pagor.selected {
	background:#fefefe;
	border:1px solid #ccc;
	color:Black !important;
}

div.paginator div.spacer
{
    /* float:left; */
    padding:0 4px 0 0;
    font-size:11px;
    display: inline-block;
}
    
div.seeAll
{
    background:#ed5b44;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    padding:2px 0 3px 0;
    font-size:14px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

div.pager
{
    background: transparent url(https://static.achica.com/images/spinner.gif) no-repeat 900px;
    color: White;
    font-size: 14px;
    padding: 10px;
    margin: 0;
    float: left;
    background-color: #eee;
    border-radius: 5px;
    width: 730px;
    margin-left: 196px;
    margin-bottom: 20px;
}

div.pager h1
{
    padding:10px;
}

div.pager p
{
    padding-left:0px;
}

div.pager div.title
{
    float:left;
    padding-top:7px;
    padding-right:0;
    font-size:14px;
    color:#ccc;
}

div.pager span.perpage {
    text-decoration: underline;
    color: #ed5b44;
}
div.pager a.perpage:hover
{
    text-decoration:underline;
}

#pager-b
{
    clear:both;
}

div.pager a.pagor
{
    width:17px;
    height:17px;
	padding:5px;
	display:block;
	float:left;
	border:1px solid #CCC;
	color: #444 !important;
	margin-right:8px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	background:#ddd;
	top: 10px;
	display:table-cell;
	
}

div.pager a.pagor:hover {
	background:#eeeeee !important;
	border:1px solid #33A8AD;
	color:black !important;
}

div.pager a.pagor.selected {
	background:#fefefe;
	border:1px solid #ccc;
	color:Black !important;
}

div.pager div.spacer
{
    float:left;
    padding:13px 5px 0 0;
    font-size:13px;
    color:black;
}
/*kk*/
div.autoSearchResults {
    /*width: 330px!important;*/
    overflow: hidden;
}
#pagebody div.searchResultBox {
    max-width: 460px!important;
    width: 460px!important;
    border-radius: 4px 4px 0 0 !important;
    font: 'Loto', ''
}

/* KV: border radius*/

div.autoSearchResults div.resultItem:first-child {
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

div.autoSearchResults {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 100000 !important;
}

.seeAll {
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

div.seeAll {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 10px;
    background: #ffffff;
    color: red;
    padding: 10px 15px 15px 70px;
    color: black;
}

div.paginator {
    background: #ffffff;
    border: none;
    max-width: 200px;
    /*height: 20px;*/
}

#rs.autoSearchResults {
    border-radius: 5px 5px 5px 5px;
}

div.autoSearchResults div.resultItem.odd {
    background: #ffffff;
    height: 84px;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 2px;
}

div.autoSearchResults div.resultItem p {
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 0px;
}

div.autoSearchResults div.resultItem.even {
    background: #ffffff;
    height: 84px;
    font-family: 'Lato', sans-serif;
}

div.autoSearchResults div.resultItem.even:hover {
    background: #f5f5f5 !important;
    height: 84px;
}

div.autoSearchResults div.resultItem.odd:hover {
    background: #f5f5f5 !important;
    height: 84px;
}

div.autoSearchResults div.resultItem {
    border-right: none;
    border-left: none;
    border-bottom: none;
    
}

div.autoSearchResults div.resultItem img {
    width: 60px;
    height: 60px;
}

.borderBottomLine {
    height: 1px;
    background: #ebebeb;
}
.searchDropTable {
    vertical-align: middle;

}

.searchDropTable td {
    vertical-align: middle;
    height: 100%;
}

.searchDropTable tbody tr td {
    vertical-align: middle;
}
.searchDropTable tbody tr td:nth-child(2) {
    padding-left: 23px;
    padding-right: 34px;
}

div.autoSearchResults div.resultItem {
    padding-left: 15px;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-right: 15px
}

.autoSearchResults .resultItem:nth-child(5n) .borderBottomLine{
    background-color: #ffffff !important;    
}

.sticky-header-product {
    display: flex;
    flex-direction: row;
    /*position: fixed;*/
    z-index: 1000;
    background: #fff;
    /*display: none;*/
    top: 0;
    max-width: 100%;
    width: 100%;
}

.menu-button {
    /*background: red;*/
}

.abcd {
    display: block;
}
.basket-number {
    border-radius: 4px;
    width: 140px;
    text-align: center;
    margin-top: 36px;
    line-height: 6px;
    margin-left: 90px;
    border: 2px solid #d9d9d9;
    margin-top: 40px;
}

.flex-block-two {
    display: flex;
    flex-direction: row;
}
.flex-block-two-one {
    display: flex;
    flex-direction: column
}

.achikaachika {
    width: 80px;
    margin: 6px 0;
}


/*ED search result*/

@import url('https://fonts.googleapis.com/css?family=Lato');

div.pager a.pagor {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 0;
}

div.pager div.title {
    font-family: 'Lato', sans-serif;
}

div.pager {
    vertical-align: middle;
    line-height: 30px;
    padding-right: 0;
    width: 739px;
    border-radius: 0;
    float: right;
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

#pager-b {
    float: right;
    margin-bottom: 94px;
}

#pager-t {
    margin-top: 25px;
}

#selectPerPage {
    height: 40px;
    width: 142px;
    padding-left: 18px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}

div.pager div.title {
    color: #000;
}

.mobileLinkWrap { 
    display: none; 
}

div.seeAll {
    padding-left: 0;
}

.viewAll-btn {
    padding-left: 76px;
}

@media(max-width: 768px) {
    div.pager {
        width: 625px;
    }

    div.pager a.pagor {
        margin-bottom: 5px;
    }
    div.autoSearchResults {
        left: 0px;
        right: 0px !important;
    }
}

@media(max-width: 624px) {
    #pager-b {
        background-color: #eee;
    }

    div.pager a.pagor {
        margin-bottom: 0;
    }

    div.pager div.title {
        margin-left: 10px;
    }

    div.pager {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    #pager-b {
        display: block;
    }

    #pager-b .linkWrap {
        display: inline-block;
    }

    #pager-t {
        margin-top: 5px;
    }

    #pager-t.pager {
        padding-bottom: 0;
    }

    .resp-leftSortBlock3 {
        display: none;
    }

    .resp-leftSortBlock4 {
        display: none;
    }

    #pager-b .title {
        display: none;
    }

    .mobileLinkWrap {
        display: inline-block;
        margin-left: 20px;
    }

    div.pager .mobileLinkWrap a.pagor {
        width: 58px;
        height: 58px;
        background-color: #fff;
        line-height: 60px;
    }

    .desktopLinkWrap {
        display: none;
    }

    .paginationMobile {
        color: #000;
        font-size: 21px;
        margin-right: 7px;
        line-height: 60px;
    }

    #selectPerPage {
        margin-right: 20px;
    }

    #pager-b select {
        height: 60px;
        width: 207px;
        font-size: 21px;
        padding-left: 36px;
    }
}

@media(max-width: 490px) {
    div.pager .mobileLinkWrap a.pagor {
        width: 48px;
        height: 48px;
        line-height: 50px;
    }

    .paginationMobile {
        font-size: 18px;
        line-height: 50px;
    }

    #pager-b select {
        height: 50px;
        width: 180px;
        font-size: 18px;
        padding-left: 35px;
    }
}

@media(max-width: 400px) {
    div.pager .mobileLinkWrap a.pagor {
        width: 38px;
        height: 38px;
        line-height: 40px;
    }

    .paginationMobile {
        line-height: 40px;
    }

    #pager-b select {
        height: 40px;
        width: 150px;
        padding-left: 20px;
    }

    div.pager .mobileLinkWrap a.pagor {
        font-size: 11px;
    }
}

@media(max-width: 350px) {
    div.pager .mobileLinkWrap a.pagor {
        width: 33px;
        height: 33px;
        line-height: 35px;
    }

    .paginationMobile {
        line-height: 35px;
    }

    #pager-b select {
        height: 35px;
        width: 130px;
        padding-left: 10px;
    }

    div.pager .mobileLinkWrap a.pagor {
        font-size: 11px;
    }
}
@media(max-width: 1024px) {
    .leftCatTitle, #slider-range, #amount {
        display:none!important;
    }
}
@media(max-width: 624px) {
    #pager-t #selectPerPage {
        display: none;
    }
}

.perpage {
    display: none;
}

.main-main-achica {

    text-decoration:underline !important;
}
.sticky-header-product{
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #dbd9dc;
    background-color: #ffffff;
}
.sticky-header-product .flex-block-one{
    width: 15%;
}
.sticky-header-product .flex-block-two{
    width: 52%;
}
.sticky-header-product .flex-block-three{
    width: 30%;
    text-align: right;
    position: relative;
}

.sticky-header-product .menu-button{
    display: inline-table;
    width: 80px;
    text-align: center;
    padding: 1px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    border: 1px solid #ef5a3d;
    background-color: #ef5a3d;
    background-image: linear-gradient(to top, rgba(237, 91, 68, 0) 0%, rgba(237, 91, 68, 0.5) 100%);
    font-size: 15px;
}
.sticky-header-product .menu-button a{
    color: #ffffff;
    font-weight: 400;
	vertical-align: middle;
    display: table-cell;
    height: 100%;
    line-height: 38px;
    padding: 0 5px;
}
/* .sticky-header-product .add-free-count{
    position: relative !important;
} */

.add-free-count.second.price-price-price{
    left: 17px !important;
    top: 11px !important;
}

.add-free-count.price-price-price-price {
    left: -39px !important;
    top: 22px !important;
    z-index: 20;

}
.logInSeeOthers.linkSignUp.sticky-driki{
    border-radius: 4px;
    border: 1px solid #ed5b44;
    background-color: #ed5b44;
    background-image: linear-gradient(to top, rgba(235, 92, 74, 0) 0%, rgba(235, 92, 74, 0.5) 100%);
    display: inline-block;
    /*width: 80px;*/
    text-align: center;
}

    .logInSeeOthers.linkSignUp.sticky-driki a {
        color: #ffffff;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    font-weight: 400;
    /*line-height: 38px;*/
    }

.signupUp.linkSignUp.sticky-driki{
    border-radius: 4px;
    border: 1px solid #ed5b44;
    background-color: #ed5b44;
    background-image: linear-gradient(to top, rgba(235, 92, 74, 0) 0%, rgba(235, 92, 74, 0.5) 100%);
    display: inline-block;
    /*width: 80px;*/
    text-align: center;
}

.signupUp.linkSignUp.sticky-driki {
    color: #ffffff;
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    font-weight: 400;
    /*line-height: 38px;*/

}

.likes-btn.basket-image-pdp {
    position: relative;
    height: 30px !important;
    top: -7px !important;
    right: 37px !important;
}

#rs .paginator {
    display: none;
}

.sticky-header-product .delivery-item {
    font-size: 12px;
}

.sticky-pdp-container {
    min-width: 1024px;
    margin: 0 auto;
    display: flex;
}

div.autoSearchResults div.resultItem img {
    height: 45px !important;
    width: 45px !important;
}

#selectPerPage {
    background-color: white;
}

.sort-per-page {
    color: black;
    font-family: 'Lato', sans-serif;
}

.customSelectPageDropdown {
    display: none;
    width: 161px;
    background-color: #FFF;
    color: black;
    position: relative;
    left: -18px;
    top: 2px;
}

.open-page {
    display: block!important;
    z-index:2;
}

#selectPerPage i {
    color: black;
    position: relative;
    bottom: -13px;
    right: 15px;
}

