/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_SearchSuggestion
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.layout2_panel1 .list-component {
    margin-left: 13px !important;
    margin-right: 13px !important;
    padding: 0 !important;
    border-radius: 7px !important;
}

.layout2_panel2 ul li:hover {
    background: #fff;
}

.layout2_panel1 .arrow-container {
    padding: 11px 12px 11px 12px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.layout2_panel1 .arrow-container:hover {
    background: #dfdfdf;    
}

.layout2_panel1 .wk_ss_left {
    padding: 8px 10px 8px 15px
}

.layout2_panel1 .wk_ss_history {
    margin-left: 10px;
}

.wk_ss_listlayout2 .rating-label {
    display:none;
}
  

.layout2_autocomplete .wk-t-prd-grid-item {
    padding: 0;
    overflow: hidden;
}

.layout2_autocomplete .wk_ss_img img {
    max-height: 209.1px !important;
    object-fit: cover;
    width: 100%;
}

.layout2_autocomplete .wk_ss_proname {
    padding: 10px;
}

.layout2_autocomplete .wk-t-prd-grid-item {
    margin: 0 20px 20px 0;
    width: 15em;
}

.layout2_autocomplete .wk-t-prd-grid-item:hover {
    box-shadow: 0 3px 8px 2px #dfdfdf;
}

.layout2_autocomplete #wk-label-cont {
    margin-left: 5px;
}

.layout2_autocomplete .wk_ss_prd {
    color: #272927;
    font-size: 14px;
    white-space: nowrap;
}

.layout2_autocomplete .wk-export-all-prd-link {
    padding: 10px 15px 10px 10px !important;
    margin-left: 13px !important;
}

input#search::placeholder {
    font-size: 12px;
}

.layout2-animate {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 10px;
    position: absolute !important;
    width: 71% !important;
    height: 36px;
    left: 250px;
    top: 29px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    float:unset !important;
    padding-left: unset !important;
    z-index: 1 !important;
}

.layout2-animate-header {
    z-index: 99;
    position: absolute;
    width: 1400px;
    height: 109px;
    left: 0px;
    top: -1px;
}

.header.content.layout2-animate-header {
    max-width: unset;
}
.search-autocomplete.layout2_autocomplete{
    padding: 10px 15px 0px;
    gap: 40px;
    left: -252px;
    top: 50px;
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius:0;
}
.layout2_autocomplete{
    display: flex;
    flex-direction: row;
}
.block.block-content {
    width:100%;
}

.wk-top-product-grid-container-layout2 {
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    padding-left: 0;
}


.wk-t-prd-grid-item {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
}

.wk_ss_img.layout2 {
    width: -webkit-fill-available;
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    text-align: center;
    padding-left:unset;
}
.layout2_panel1 {
    display:none;
    width:25%;
    padding-right: 30px;
}
.layout2_panel2 {
    width:70%
}
.category_container_layout2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 8px;
}

.category_layout2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
    gap: 10px;
    background: #F5F5F5;
    border-radius: 4px;
}

.category_layout2 .wk_ss_cat {
    color:#000000;
}

.layout2_ctrl_button {
    display: inline-block;
    margin-bottom: 30px;
    padding: 1px 5px;
    background: #F5F5F5;
    color: #000;
    font-size: 13px;
    border-bottom: 3px solid #CCCCCC;
    border-radius: 5px;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    box-shadow: none;
    line-height: normal;
    font-weight: 600;
    right: 55px;
    top: 5px;
    z-index: 1;
    letter-spacing: 1px;
}

.layout2_f_button {
    display: inline-block;
    margin-bottom: 30px;
    padding: 1px 5px;
    background: #F5F5F5;
    color: #000;
    font-size: 13px;
    border-bottom: 3px solid #CCCCCC;
    border-radius: 5px;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    box-shadow: none;
    line-height: normal;
    font-weight: 600;
    right: 31px;
    top: 5px;
    z-index: 1;
}

.layout2_esc_button {
    display: none;
    margin-bottom: 30px;
    padding: 1px 5px;
    background: #F5F5F5;
    color: #000;
    font-size: 13px;
    border-bottom: 3px solid #CCCCCC;
    border-radius: 5px;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    box-shadow: none;
    line-height: normal;
    font-weight: 600;
    right: 31px;
    top: 5px;
    z-index: 1;
    letter-spacing: 1px;
}

.layout2_close_button {
    display: none;
    position: absolute;
    right: 4px;
    top: 5px;
    width: 20px;
    height: 20px;
    opacity: 1.3;
    border: 1px solid #757575;
    border-radius: 5px;
  }
  .layout2_close_button:hover {
    opacity: 1;
  }
  .layout2_close_button:before, .layout2_close_button:after {
    position: absolute;
    left: 9px;
    top: 4px;
    content: ' ';
    height: 12px;
    width: 2px;
    background-color: #757575;
  }
  .layout2_close_button:before {
    transform: rotate(45deg);
  }
  .layout2_close_button:after {
    transform: rotate(-45deg);
  }


  .block-search .action.search.layout2 {
    width: 22px;
    color: #757575;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: 1;
}

.block-search .action.search.layout2:before {
    content: '';
    display:none;
}

button.action.search.layout2:hover {
    background: #e8e8e8ed;
}

.layout2_trendingCateogories{
    width: 300rem;
    margin: 0 0 0 223px;
    position: relative;
    display:none;
    margin-top: -10px;
}
.layout2_trendingCateogories span{
    font-weight: 600;
}
.layout2_trendingCateogories .category_layout2:hover{
    background:#cccccca1;
}
.layout2_trendingCateogories_list{
    display: flex;
    flex-wrap: wrap;
    margin-left: 8px;
}
.search-autocomplete ul li.wk-export-all-prd-link:hover{
    background: rgba(0, 107, 180, 0.05);
    color: #006BB4;
}
.search-autocomplete ul li.wk-export-all-prd-link:hover .wk-exp-all-product-label{
    color: #006BB4;
}
.search-autocomplete ul li.wk-export-all-prd-link:hover .long-arrow-right{
    border-top:2px solid #006BB4;
    border-left:2px solid #006BB4;
}
.search-autocomplete ul li.wk-export-all-prd-link:hover .long-arrow-right::after{
    background:#006BB4;
}

.layout2_headline {
    font-size: 15px;
    font-weight: 500;
}

.wk-exp-all-product-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding-left: 5px;
    width: 100%;
}

.wk_ss_history{
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    background-image:url(../images/history.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    padding-right: 10px;
}
.wk_ss_price_layout2 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.layout2_close {
    display:none;
    position: absolute;
    right: 9px;
    top: 36px;
    width: 34px;
    }
  .layout2_close:hover {
    opacity: 1;
  }

  .layout2_close .closebtn {
    color: #535353;
    font-size: 35px;
    top: -5px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 64%;
    font-weight: lighter;
  }
  .layout2_close .closebtn:hover {
    background: #e8e8e8;
    background-color: #e8e8e8;
}

.block-search .label.intro + .control input {
    position: static;
}

.layout2_panel1 .wk_ss_showlist .content  {
    display: flex;
    align-items: center;
  }

.category_container_layout2 .category_layout2:hover {
    background: #cccccca1;
}

.block-search.layout2 #wk_ss_loader {
    right: 0px;
    left:unset;
}

.layout2_panel1 .wk_ss_showlist .content, .layout2_panel2 .wk_ss_showlist  .content  {
    display: flex;
    align-items: center;
  }

  .wk_ss_heading {
    margin-left: 46%;
    text-align: center;
}

@media screen and (max-width: 1135px) {
    .layout2-animate {
        width: 65% !important;
    }
  }
  
@media screen and (max-width: 980px) {
    .layout2-animate {
        width: 60% !important;
    }
  }

@media screen and (max-width: 980px) {
    .layout2-animate {
        width: 55% !important;
    }
}


@media only screen and (max-width: 769px) {
    .layout2_ctrl_button {
        display:none;
        top: 25px;
        right: 80px;
    }
    .layout2_f_button {
        display:none;
        top: 26px;
        right: 55px;
    }
    .layout2_esc_button {
        right: 55px;
        top: 26px;
    }
    .layout2_close_button {
        right: 26px;
        top: 27px;
    }
    .layout2_close{
        top: 27px;
        right: 2px;
    }
    .block-search .action.search.layout2 {
        display:none;
        right: 24px;
        top: 26px;
    }
    .layout2-animate-header {
        width: unset;
    }
    .layout2-animate {
        position: initial !important;
        width:100% !important;
    }
    .block-search .control {
        margin: 29px -15px 30px;
    }
    .label.active {
        display: none;
    }
    .search-autocomplete.layout2_autocomplete {
        left: 0px;
        top: 87px;
    }
    .layout2_trendingCateogories {
        margin:0;
        width:inherit;
    }
    .block-search .control {
        border-top:unset;
    }
    .layout2_autocomplete {
        flex-direction: column-reverse;
    }
    .wk-top-product-grid-container-layout2 {
        flex-direction: column;
    }
    .layout2_panel1 {
        width: 100%;
    }
    .layout2_panel2 {
        width: 100%;
    }
    .wk_ss_img.layout2 {
        width: 27%;
        height: unset;
        text-align: left;
        padding: 5px;
        border-radius: 24px;
        overflow: hidden;
        height: 90px;
    }
    .wk-top-product-grid-container-layout2 {
        padding: 0px;
    }
    .wk_ss_heading {
        margin-left: 38%;
    }
    .search-autocomplete ul li.wk-top-product-grid-list-layout2 {
        padding: 0px;
        margin: 0;
    }

    .block-search.layout2 #wk_ss_loader {
        top: 20px;
        left: 80% !important;
    }

    .layout2_autocomplete .wk-t-prd-grid-item {
        margin: 0 0px 10px;
        width: 100%;
    }

    .layout2_autocomplete .wk_ss_img img {
        max-height: 90px !important;
    }

    .layout2_autocomplete .wk_ss_proname {
        margin-top: 10px;
    }

    .layout2_headline {
        font-weight: 600;
    }

    .layout2_autocomplete .wk-t-prd-grid-item:hover {
        box-shadow: unset;
        background: #efefef;
    }

    .layout2_autocomplete #wk-label-cont {
        margin-left: 0;
        padding-left: 0;
    }

    .layout2_autocomplete .wk-export-all-prd-link {
        margin-left: 0 !important;
    }

    .wk_ss_left {
        padding-left: 0;
    }
    .layout2_autocomplete ul {
        margin-bottom: 1.5rem;
    }

    .layout1-animate, .layout2-animate {
        width: calc(100% - 36px) !important;
        position: absolute !important;
        background: white !important;
        padding: 32px 18px !important;
        top: 0px !important;
        z-index: 5 !important;
        left: 0;
    }

    .layout2_panel1 .list-component {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .layout2_panel1 .wk_ss_left {
        padding-left: 12px;
    }
}

@media only screen and (max-width: 390px) {
    .block-search.layout2 #wk_ss_loader {
        left: 83%;
    }
}
@media only screen and (max-width: 360px) {
    .layout2_close {
        width: 20px;
    }

    .layout2_trendingCateogories {
        width: auto;
    }

    .category_layout2 {
        padding: 3px 10px;
    }

    .wk_ss_heading {
        margin-left: 30%;
    }
    .search-autocomplete ul li.wk-top-product-grid-list-layout2 {
        padding: 0px;
    }

    .wk-t-prd-grid-item {
        padding: 4px 4px 0px 6px;
    }

    .wk_ss_img.layout2 {
        width: 20%;
    }

    .wk_ss_proname {
        font-size: 12px;
    }

    .wk_ss_cat {
        font-size: 12px;
    }

    .wk_ss_left {
        font-size: 12px;
        padding-left: 0;
    }

    .layout2_headline {
        font-size: 14px;
    }

    .wk_ss_price_layout2 {
        font-size: 12px;
    }

    .wk_ss_history {
        vertical-align: text-top;
        background-size: 22px 22px;
    }
    .wk-exp-all-product-label {
        padding-left: 0;
    }
    .block-search .layout2 .wk-export-all-prd-link a {
        display: flex;
        align-items: center;
    }

    .layout2_ctrl_button {
        padding: 2px 7px;
        font-size: 9px;
        top: 27px;
        right: 75px;
    }
    .layout2_f_button {
        padding: 2px 7px;
        font-size: 9px;
        top: 27px;
        right: 52px;
    }

    .block-search .action.search.layout2 {
        right: 26px;
    }

    .layout2_close{
        top: 31px;
        right: 5px;
    }

    .layout2_close .closebtn {
        color: #535353;
        font-size: 30px;
        top: -5px;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        height: 25px;
        width: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
        font-weight: lighter;
    }

    .block-search.layout2 #wk_ss_loader {
        left: 82%;
    }

    .layout2_esc_button {
        padding: 0px 6px;
        font-size: 11px;
        right: 55px;
        top: 29px;
    }

    .layout2_close_button {
        width: 16px;
        height: 18px;
        right: 31px;
        top: 29px;
    }
}  
  
