
imxg{
    display:none !important;
}


.AMcartcattree{
list-style: none;
padding-inline-start: 0;
}

.AMcartcattreeParent, .AMcartcattreeChild{
font-size:0.85rem;
margin-top: 0.35rem;
cursor: pointer;
}

.AMcartcattreeParent{
font-weight: bold;
}

.AMcartcattreeChild{

}

.AMfilter{
height:140px;
border: 1px solid #ddd;
padding: 0.25rem 0.5rem;
margin-bottom:1rem;
overflow-y:scroll;
}

.AMfilter .form-check > label, .AMfilter .form-check-input{
cursor: pointer !important;
}
.AMfilter .form-check-label{
font-size:0.75rem;
}

#AMcartPopupButtonContainer{
 cursor: pointer;
}

#AMproductsloading{
position: absolute;
height: 100%;
top: 0;
left: 0;
width: 100%;
z-index: 100;
display: flex;
/* align-items: center; */
justify-content: center;
}

#AMproductsloadingINNER{
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 0;
    padding-top: 10rem;
}

#AMproductsloading .spinner-border{
height: 8rem;
width: 8rem;
color: #888a8d;
}

.AMproductinfomodule{
    border-bottom: 1px solid #b1b9be;
}

#AMcartpayandGo{
    border-top: 1px solid #b1b9be;
}

.AMproductinfomodule > div{
    float:left;
}

.AMproductheading{


}

.AMproduct{

}

.AMproductbrandname, .AMproductvendorname{
    color: #0071e2;
}

.AMproductsubheading{
    display:flex;
    align-items:center;
}

.AMproductthumbnail{
height: 200px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

.AMproductthumbnailimg img{
    width:100%;
    height:auto;
}

.AMproductthumbnailimgextra{
    margin-top: 1rem;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.AMproductthumbnailimgextra img{
    width:20%;
    height:auto;
    margin-right:0.51rem;
}

.AMproductinfo{

}

.AMproductinfotitle{
text-align: center;
font-size: 0.9rem;
}


.AMproducttitle{
    font-size: 1.38889rem;
    color: #333;
    font-weight: 700;
}

.AMproductinfooldprice{
font-weight:bold;
text-align:center;
font-size:0.75rem;
text-decoration: line-through;
color:#777;
}

.AMproductinfoprice{
font-weight:bold;
text-align:center;
}

#AMproductoldprice{
    text-decoration: line-through;
    color:#777;
}

#AMproductprice{
    font-weight:bold;
    font-weight: 900;
    font-size:2rem;
    color: #2895e2;
    line-height: 2.5rem;
}

.AMproductdiscountbanner{
text-transform: uppercase;
background-color: #cc1a18;
position: absolute;
padding: 0.35rem 0.6rem;
font-size: 0.65rem;
color: white;
text-align: center;
opacity: 1;
line-height: 0.8rem;
font-weight: 300;
}

.AMproductdiscountbanneramount{
font-weight: bolder;
font-size: 1rem;
line-height: 1.25rem;
}

.AMcartproductOptions{
    font-size:0.75rem;
    color: #999;
}

.AMcartproductOptionTitle{
    font-weight: bold;
}

.AMcartproductOptionPrice{
    width:100%;text-align:center;font-size:1.25rem;font-weight: bold
}

#AMcartproductBrandLogo > img{
    max-width:100%;
}



.AMcartSearchResult{
    padding: 0.5rem;
}

.ratings-search{
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
}

.ratings {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 9
}

.ratings .amount {
z-index: 6;
font-size: 14px;
font-size: .93333rem;
line-height: 24px;
line-height: 1.6rem
}

@media all and (min-width: 1024px) {
.ratings .amount {
font-size:14px;
font-size: .77778rem;
line-height: 18px;
line-height: 1rem
}
}

.rating-box {
width: 59px;
height: 11px;
background: transparent url('../sysimages/ratingstars.png') 0 100% repeat-x;
background-size: 12px auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
margin-right: 8px
}

.rating-box .rating {
height: 11px;
background: transparent url('../sysimages/ratingstars.png') repeat-x;
background-size: 12px auto;
background-position: 0 -.5px
}


.AMcartproductTreeName{
    color:#777;
}

.AMcartproductoptionSetTitle{
    font-weight: bold;
}

.AMcartproductoption {
    height:60px;
    border: 1px solid #b1b9be;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    user-select: none;
    text-align: center;
}

.AMCPOACTIVE {
    border-color: #cce2ea;
    border-width: 4px;
    color: #2895e2;
    font-weight: 700;
}

.AMunavailableoption{
    color: #aaa;
}


#AMcartPopup{
    position: absolute;
    min-height: 280px;
    width: 300px;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    top: 70px;
    padding: 1rem;
    border-radius: 0px 0px 6px 6px !important;
    display: none;
    right: 0;
}

#AMcartPopupLoading{
    height: 100%;
    width: calc(100% - 2rem);
    z-index: 10000;
    position: absolute;
    top: 0;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


#AMcartSearchButton{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #000;
    line-height: 43px;
    padding: 0 12px;
    transform: none;
    outline: none;
    border:0;
    position: absolute;
    right: 15px;
    top: 12px;
    height: 43px;
    width: 43px;
    color:#fff;
    z-index:1029;
}

#AMcartCommonButtons{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#AMcartCommonButtons svg{
    cursor:pointer;
}



#AMnavbarmenu{

}

.submenutabsCONT{
    float:left;
    height: 100%;
    padding: 0.5rem;

}

.tabcontentCONT{
    height:100%;
    padding: 0.5rem 1rem;
    float: none;
    overflow: hidden;
}

@media (max-width: 991px) {
    .tabcontentCONT {

    }
    #AMshowProductCatsData{
        width: 100vw !important;
        right: 0;
    }
    #AMshowProductCatsContainer.full-width .submenutabsCONT{
        margin-top: 2rem;
    }
    .AMcatlevel2, .AMcatlevel3{
        padding-left: 0.5rem;
    }
    .submenutabsCONT{
        clear: both;
        right: 0;
        width: 100vw;
    }
}

.tabcontentCONT > .tab-content{
    display:none;
}

.tabcontentCONT > .tab-content.current{
    display:flex;
    flex-flow: wrap;
}

.tabcontentCONTSUB{

}

ul.submenutabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.submenutabs li{
    background: none;
    color: #666;
    background-color: #f5f5f5;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

ul.submenutabs li.current{
    background-color: #fff;
    color: #444;

}
/*
.tab-content > .tab-pane{
    display: none;
    background-color: #fff;
    padding: 1rem 2rem;
    height: 100%;
    min-height:400px;
}

.tab-content.current{
    display: inherit;
}
*/

#AMshowProductCatsContainer{
    min-width: 600px;
    display: none;
    max-width: 100%;
}

#AMshowProductCatsContainer.full-width{
    width: 100vw !important;
    min-width: inherit;
}

#AMshowProductCatsContainer.full-width .submenutabsCONT {
    padding: 0.5rem !important;
}

#AMshowProductCatsData{
    width: 100%;
}

.megamenu .megamenu-container.open {
    display: block !important;
    width: calc(100% - 2rem) !important;
    background-color:#f5f5f5;
    top: -23px;
    color: #222;
}

.megamenu-container{
    position: absolute;
    z-index: 1000;
}

.megamenu-content{
    padding:0 !important;
    margin: 0;
    background-color: #f5f5f5;
    border-radius: 0px 0px 6px 6px !important;
}

.megamenu-content .dropdown-item{
    padding:0 !important;
    background-color: #f5f5f5;
}

.AMcatlevel2{
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    line-height:3rem;
}

.AMcatlevel2img{
    max-width:100%;
    border-radius: 0.25rem;
}

.AMcatlevel3{
    color: #666;
    line-height: 1.75rem;
}



.AMSRholder{
    height: 120px;
    width:100%;
}

.AMSRT{
    margin-bottom: 0.2rem;
}

.AMSRs{
    height: 100%;
    cursor:pointer;
}

.AMSRP{
    width: 96px;
    float: left;
    height: 100%;
}

.AMSRC{
    width: 100%;
    height: 24px;
    clear: both;
    text-align: center;
    font-size:0.7rem;
    font-weight: bold;
}

.AMSRI{
    width: 96px;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AMSRI > img{
    max-height:96px;
    max-width:96px;
    height:auto;
    width: auto;
}

.AMSRD{
    height: calc(100% - 1rem);
    width:calc(100% - 96px);
    float:left;
    padding:0.5rem;
}

.AMSRDE{
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.AMSRDE1{
    font-weight: bold;
    float:left;
}

.AMSRDE2{

}

.AMSRDEopts{
    background-color: #e1f2fc;
    border-radius: 0.5rem;
    margin-left: 0.3rem;
    width: fit-content;
    padding: 0.2rem 0.5rem;
    float: left;
    font-size: 0.7rem;
    cursor: pointer;
    line-height: 100%;
}

.AMSRDEopts:hover{
    background-color: #ccc;
}

.AMSRDD{
    margin-top:0.2rem;
    font-size:0.7rem;
}





.qty-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 1px;
    border-style: solid;
    border-color: #b1b9be
}

.qty-controls .input-box-with-animation {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.qty-controls button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qty-controls button i {
    color: #333;
    font-size: 14px
}

.qty-controls button em {
    color: #333;
    font-size: 14px
}

.qty-controls .input-box {
    margin-bottom: 0;
    height: 48px;
    text-align: center;
    display: block;
    overflow: hidden
}

.qty-controls .input-box>label {
    font-size: 14px;
    margin: 0 auto;
    color: #000
}

.qty-controls .input-box .qty {
    width: 100%;
    line-height: 12px;
    line-height: .8rem
}

@media all and (min-width: 1024px) {
    .qty-controls .input-box .qty {
        line-height:18px;
        line-height: 1rem;
    }
}

.btn-qty-control {
    width: 32px;
    height: 48px;
    padding: 8px;
    text-align: center;
    position: relative
}

@media all and (min-width: 1024px) {
    .btn-qty-control {
        height:52px
    }
}

.btn-qty-control span {
    font-size: 10px;
    font-size: .55556rem;
    line-height: 18px;
    line-height: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-qty-control .icon-minus {
    left: 10px
}

.btn-qty-control .icon-plus {
    color: #000;
    right: 10px
}

.btn-qty-control--minus {
    background: #fff
}

.btn-qty-control--plus {
    background: rgba(205,210,212,.3)
}

.qty {
    padding-top:0;
    border: none;
    text-align: center;
    background: #fff
}

.spining-content-container{
    overflow: hidden;
    height:100%;
    width:100%;
}

.spining-content{
    height:100%;
    width:100%;
    position:relative;
}

.spining-content ul {
    margin-bottom: 0;
    height:32px;
    list-style:none;
    position:absolute;
    top:0;
    left:0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.spining-content ul li {
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    line-height:32px;
    display:flex;
    align-items: center;
}

.spining-content ul li svg {
    margin-right: 1rem;
    float: none;

}

.dynaaddrow_childproducts{
    background-color: inherit !important;
    padding: inherit !important;
    border-radius: inherit !important;
    margin-bottom: inherit !important;
}


.AMaddress-shipping.selectedAddress{
    background-color: rgba(0,0,0,0.15);
    border: 2px solid #0062cc;
}

.AMaddress-shipping.selectedAddress button{
    display:none;
}

.AMcartAddAddress{
    display:none;
}

.AMbrowseProductButtons{
    height: 4rem;
    display: flex;
    align-items: center;
}

.AMbrowseProductButtons > div{
    float:left;
    width:33.333%;
    font-size: 1rem;
    line-height: 1.25rem;
    cursor:pointer;
}

.AMbrowseProductButtons span{
    font-size: 0.65rem;
}

#AMproductactions button{
    font-size: 1rem;
}

.AMproductDetailLabel{
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.AMproductbrandcover{
    height:6rem;
    background-size: cover;
    background-position: center;
}

.AMproductbrandlogo{
    height: 4rem;
    width: 4rem;
    margin-left: 5%;
    border: 0.15rem solid #f7f7f7;
    position: absolute;
    top: 4rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.AMproductbrandinfo{
    height: 2rem;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    justify-content: flex-end;
    padding-left: 6rem;
    font-weight: bold;
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.AMproductsubdetails{
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.AMproductsubdetailblob{

    width: fit-content;
    padding: 0 1.5rem;
    float:left;
}

.AMcartCIgroupTitle{
    color: #0d6efd;
}