/* Header */

.sku-search header{
    position: fixed !important;
    width: 100% !important;
    z-index: 50000 !important;
}

.sku-search .top-select-row {
    top: 72px;
    position: fixed !important;
    width: 100% !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    z-index: 9999;
}

.sku-search .top-select-row *{
    font-size: 15px;
}

.logo img{
    padding-bottom: 5px;
}
.navbar-expand-md .navbar-collapse{
    padding-bottom: 1px;
    align-self: center;
    justify-content: flex-end;
}
.account-wrap {
    display: flex;
    margin-left: 30px;
    border-left: 1px solid #C1C1C1;
}

.prdct-card-btm a.findSimilarSkus:hover, .solidbtn:hover{
    color: #fff;
}

.co-logo img {
    height: 39px;
    margin-left: 30px;
}

.co-des h5, .co-des .h5 {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 1px;
    text-transform: none;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: 0;
}

.co-des h5 img, .co-des .h5 img {
    width: 4px;
    margin: 0 8px;
}

.co-des-flag {
	height: 25px;
    display: flex;
    align-items: center;
}

.co-des h4, .co-des .h4 {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
}

.flagdrop {
    margin-left: 10px;
}

.dropup, .dropend, .dropdown, .dropstart {
    position: relative;
}

.sku-search .navbar:after {
    background: transparent !important;
}

.sku-search .wrapper.mobwrap{
    padding-top: 0px !important;
}

.dropdown-toggle {
    white-space: nowrap;
}

.flagdrop a img {
    width: 20px;
}

.flagdrop .dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: -1px;
    content: "";
    background-image: url(../images/down_caret.svg);
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
}

#menu #specific-sku{
    height: 72px;
    position: relative;
    padding: 5px;
    /* margin-left: 30px; */
    margin-bottom: 0px;
}

.selecttop {
    display: flex;
    align-items: center;
    align-self: end;
    width: 16%;
    height: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    border-right: 1px solid #869BA8;
}

form#Select_Product {
    margin-bottom: 5px;
    width: 75%;
}

form#Select_Product::after {
    display: inline-block;
    content: "";
    background-image: url(../images/down_caret1.svg);
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    position: absolute;
    top: 40%;
    left: 30.5%;
}

/* Remove the border and default dropdown indicator */
.custom-select {
    border: none;
    border-radius: 0; /* Optionally, remove the border radius if needed */
    outline: none; /* Optionally, remove the outline on focus */
    background: none !important;
    /* Remove the default dropdown indicator for different browsers */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Remove the custom dropdown arrow indicator for Webkit-based browsers */
.custom-select::-webkit-select-arrow {
    display: none;
}

/* Remove the custom dropdown arrow indicator for Firefox (optional) */
.custom-select::-ms-expand {
    display: none;
}

/* Style the selected option (optional) */
.custom-select option[selected] {
    background-color: #007bff; /* Change the background color of the selected option */
    color: #fff; /* Change the text color of the selected option */
}


.sortbycol .form-group{
    margin-bottom: 0px;
}

.top-select-row {
    background-color: #FFF;
    color: #011F3A;
    padding: 6px 25px 8px 0px;
    align-items: center;
    justify-content: flex-start;
    height: 54px;
    display: flex;
    box-sizing: border-box;
}


.top-select-row .actwrap {
    width: 60%;
    /* padding-right: 4vw; */
}

.opeside.frmgroup {
    width: 100%;
    display: flex;
    align-items: center;
    align-self: center;
}

.opeside.frmgroup label {
    width: 125px;
}

.opeside .droplink{
    margin-right: 0px;
}

.top-select-row .frmgroup label {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
    width: fit-content;
}

.top-select-row .bootstrap-select>.dropdown-toggle {
    background-color: #fff;
    font-size: 13px;
    height: auto;
    padding: 5px 18px;
    font-weight: 500;
    line-height: 1;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

#Select_Product select {
    width: 80%;
    border: none;
    color: #000;
}

.top-select-row .headerleft{
    width: 40%;
    padding-right: 80px;
}

.top-select-row #specific-sku .solidbtn{
    width: 30%;
    text-align: center;
}

input#frmSKU {
    max-height: 27px;
    width: 100%;
}

#search {
    width: 40%;
}

.sku-search .content-wrapper{
    max-width: 100%;
    margin: initial;
}

#menu select#frmProductID {
    background-color: #fff;
    font-size: 15px;
    height: auto;
    padding: 5px 18px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
}

#menu .selecttop .frmgroup select {
    background-color: #fff;
}

/* .sku-search .product-finder-wrap{
    width: 100% !important;
} */

#menu .frmgroup select {
    background-color: transparent;
    color: #626262;
    font-size: 17px;
    line-height: 17px;
    font-weight: 300;
    padding: 4px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid #A0A0A0;
    width: 100%;
    font-style: normal;
    height: 31px;
    -webkit-appearance: none;
    -moz-appearance: none;
}



#menu .searchfrm .frmgroup input {
    background-color: transparent;
    border-bottom: 1px solid #1E1E1E;
    color: #A3A3A3;
    padding-bottom: 2px;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 0px;
    margin-left: 35px;
    padding-left: 5px;
}

#menu .searchfrm .solidbtn{
    border-radius: 15px;
}

#menu .searchfrm .solidbtn:hover{
    color: #09345B;
}

img.input_svg {
    position: absolute;
    top: 8.5%;
    width: 24px;
}

.frmgroup input {
    font-size: 12px;
    background-color: #fff;
    color: #626262;
    font-size: 17px;
    line-height: 17px;
    font-weight: 300;
    padding: 4px 20px;
    border-radius: 30px;
    border: none;
    width: 100%;
    font-style: italic;
    height: 31px;
}

.product-top-header {
    flex-direction: row-reverse;
    padding-bottom: 5px;
}

.actwrap:first-child {
    /* padding-bottom: 45px; */
    padding-bottom: 15px;
    padding-top: 5px;
    flex-direction: row-reverse;
}

/* .accordion.filtraccordian {
    position: relative;
    top: -50px;
} */

.navbar{
    padding-right: 100px;
    align-items: flex-end;
}

/* New Action Nav / Dropdown */

.menu-icon {
    width: 60px;
    height: 20px;
    /* position: fixed;
    top: 0;
    right: 0;
    margin: 10px 15px; */
    padding: 0;
    cursor: pointer;
    z-index:20
}
 .menu-bar {
    width: 20px;
    height: 2px;
    background: rgb(190,190,190);
    position: absolute;
    transition: all 0.3s;
}
 /* .menu-bar1 {
    margin-top: 0px;
}
 .menu-bar2 {
    margin-top: 7px;
}
 .menu-bar3 {
    margin-top: 14px;
}
 .menu-icon.active .menu-bar1 {
    -webkit-transform: rotate(45deg) scaleX(0.7);
    margin-top: 10px;
}
 .menu-icon.active .menu-bar2 {
    opacity: 0
}
 .menu-icon.active .menu-bar3 {
    -webkit-transform: rotate(-45deg) scaleX(0.7);
    margin-top: 10px;
} */

.drop-wrapper{
    position: relative;
}

.drop-menu{
    display: none;
    position: absolute;
    width: max-content;
    box-shadow: 1px 1px 3px 0 #ccc;
    padding: 0px 5px;
}

.drop-menu.active{
    display: block;
}

.filteractionnav {
    padding-bottom: 10px;
    margin-left: 16px;
    padding-top: 10px;
}

.dropleft {
    right: -145%;
    top: 130%;
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    border-radius: 5px;
    z-index: 9999;
}

#dropleft a:first-child{
    margin-top: 15px;
    padding-bottom: 5px;
}

#dropleft a:last-child{
    margin-bottom: 10px;
}

#dropleft a {
    /* padding: 5px 8px; */
    display: block;
    width: 100%;
    color: #000000;
    padding: 3px 25px;
    margin: 5px 0px;
}

#dropleft span.sub-menu{
    display: block;
    width: 100%;
    color: #000000;
    padding: 2px 0px 4px 45px;
    
}

#dropleft span.sub-menu:last-child{
    margin-bottom: 25px;
}

#dropleft a:hover{
    /* background-color: #2B5783; */
    /* color: #2B5783; */
}

.paginationnav {
    margin-left: 2.085vw;
}

/***** Slide Left *****/
/* .dropleft {
  animation: 0.3s dropleft;
}
@keyframes dropleft {
  from {
    right: -100%;
  }
  to {
    right: 45%;
  }
}
 @media screen and (max-width: 600px) {
    .menu-con {
        min-width:50%
    }
}
 @media screen and (max-width: 350px) {
    .menu-con {
        min-width:100%
    }
} */


