@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat'), url('/fonts/Montserrat/static/Montserrat-Regular.ttf') format('woff');
}

body{
    font-family: 'Montserrat';
    font-size: 1rem;
    color: #212529;
}

.nav-item {
    font-family: 'Montserrat' !important;
}

.Montserrat {
    font-family: 'Montserrat' !important;
}

.txtColorBlue {
    color: #001E3D !important;
}


.navBarMain{
    background-color:  #001E3D;
}

.ddlStores {
    border-radius: 80px;
    border-end-end-radius: 0px;
    border-start-end-radius: 0px;
    background-color: #FF6B00;
    border-color: #FF6B00;
    display: inline;
    position: relative;
    top: 1px;
}

.txtSearch{
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
    border-end-end-radius: 0px;
    border-start-end-radius: 0px;
    height: 33px;
    width: 250px !important; 
    min-width: 0;
    vertical-align: middle;
}

.btnSearch {
    height: 33px;
    width: 40px;
    border-radius: 80px;
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
    background-color: #FF6B00;
    border-color: #FF6B00;
    color: white;
    position: relative;
    top: 0px;
}

.btnSearch i{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnAccount{
    border-radius: 80px;
    background-color:  #FF6B00;
    border-color: #FF6B00;
    color : white;
    height: 25px;
    width: 100%;
    text-align: center;
    line-height: 10px;
}

.btnHotDeals {
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #FF6B00;
    color: #FF6B00;
    text-align: center;
}

    .btnHotDeals:hover {
        border: 1px solid #FF6B00;
        /*background-color: #FF6B00 !important;*/
        color: #FFF;
    }

    .navLinkBtnAccount :hover {
        background-color: #FFB380;
    }

.navLinkMenu{
    color : white;
    border-top: none !important;
}

.btnDownloadChrome{
    border-radius: 15px;
    background-color:  #FF6B00;
    border-color: #FF6B00;
    color : white;
    padding-block-start: 0px;
    padding-block-end: 0px;

}


.labelJumbotronCashBack{
    color : #001E3D;
}

.labelJumbotronPromotions{
    color : white;
}

.jumbotronPromotions{
    background-color: #001E3D;

}

.btnOk{
    background-color: white;
    color:grey;
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
}

.txtPromotions{
    background-color: grey;
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
    border-end-end-radius: 0px;
    border-start-end-radius: 0px;
    border-style: none;
    width: 250px !important; 
}

.img-brand-custom {
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
    width: 150px;
}

@media (max-width: 480px) {
    .img-brand-custom {
        -webkit-filter: drop-shadow(2px 2px 2px #222);
        filter: drop-shadow(2px 2px 2px #222);
        width: 75px;
    }
}

@media (max-width: 576px) {
    .img-brand-custom {
        -webkit-filter: drop-shadow(2px 2px 2px #222);
        filter: drop-shadow(2px 2px 2px #222);
        width: 85px;
    }
}

@media (min-width: 576px) {
    .container-store-list {
        max-width: 540px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 768px) {
    .container-store-list {
        max-width: 720px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 992px) {
    .container-store-list {
        max-width: 960px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 1200px) {
    .container-store-list {
        max-width: 1140px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.container-store-list {
    width:100%;
    margin-right: auto;
    margin-left: auto;
}

/*@media (max-width: 576px) {
    .container-store-list {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.container-store-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
*/
.dropdown-menu a:hover {
    background-color: #001E3D;
    color: white;
}

.carousel-control-prev-icon{
    background-image: url("../images/assets/arrow_left_shoppalclub.svg");
    width: 60px;
    height: 60px;
}

.carousel-control-next-icon {
    background-image: url("../images/assets/arrow_right_shoppalclub.svg");
    width: 60px;
    height: 60px;
}

.dropdownMain .ddlStores:hover {
    background-color: #FFB380 !important;
}

.highlights{
    /*width: 230px;
    height: 265px;*/
    border-start-start-radius: 30px;
    border-start-end-radius: 30px;
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
}

.txtCashback{
    color: #990000 !important;
}

.colRightProducts{
    border-right: 1px solid black;

}

.formSignin {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: 0 auto;
  }

  .btnGoogle {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    background-color: #FFFFFF;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin: 4px 2px;
    border-radius: 13px;
    width: 90%;
    height: 6vh;
    color: black;
    text-align: center;
  }

.btnFacebook{
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    background-color: #3A559F;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin: 4px 2px;
    border-radius: 13px;
    width: 90%;
    height: 6vh;
    text-align: center;
}

.btnApple{
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    background-color: black;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin: 4px 2px;
    border-radius: 13px;
    width: 90%;
    height: 6vh;
    text-align: center;
}

.sectionLine {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.sectionLineInner {
    padding: 0 15px;
    position: relative;
    color: black;
}

.sectionLine::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #252525;
    left: 0;
    top: 50%;
    width: calc( 50% - 20px );
}

.sectionLine::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #252525;
    right: 0;
    top: 50%;
    width: calc( 50% - 20px );
}

.btnSignIn{
    background-color: #FF6B00;
    color: white;
}

.txtNoEmailReceived{
    font-size: 10px;
}

.btnOrange {
    background-color: #FF6B00;
    color: white;
    border-radius: 20px;
}

.modalResendEmail{
    border-radius: 40px;
}

.modalBorderRadius {
    border-radius: 40px;
}
.modalBorderRadius-top {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.modalBorderRadius-bottom {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.modal-content {    
    /*border: 1px solid gray !important;*/
}

.cardStyle {
    border-radius: 30px;
    height: 100%;
    width: 100%;
}

.list-group-item.active{
    background-color: #FF6B00;
    border-color:white;
}

.activeProfileListHref {
    color: white !important;
    text-decoration: none;
}

.activeProfileListHref:hover{
    color: white !important;
    text-decoration: none;

}

.txtCardHeader-white {
    color: #fff;
}

.txtCardHeader-black {
    color: #000;
}

.profileListHref {
    color: black;
    text-decoration: none;
}

.profileListHref:hover{
    color: black;
    text-decoration: none;
}

.cardHeaderStyle{
    /*background-color: #001E3D;*/
    border-start-start-radius: 30px !important;
    border-start-end-radius: 30px !important;    
}

.modalHeaderStyle{
    background-color: #001E3D;
    color: white;
    border-start-start-radius: 30px !important;
    border-start-end-radius: 30px !important;
}

.btnChangePassword {
    color: black;
    text-decoration: none;
}

.btnChangePassword:hover{
    color: black;
    text-decoration: none;
}

.custom-control-input:focus~.custom-control-label::before {
    border-color: #FF6B00!important;
    box-shadow: 0 0 0 0.2rem rgba(255, 47, 69, 0.25) !important;
}
  
.custom-control-input:checked~.custom-control-label::before {
    border-color: #FF6B00 !important;
    background-color: #FF6B00 !important;
}
  
.custom-control-input:active~.custom-control-label::before {
    background-color: #FF6B00 !important;
    border-color: #FF6B00 !important;
}
  
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #FF6B00 !important;
}
  
.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
    background-color: #FF6B00 !important;
    border-color: #FF6B00 !important;
}

.btnEditCards {
    text-decoration: none;
}

.btnEditCards:hover{
    text-decoration: none;
}

.btnDeleteForm{
    background-color: grey;
    color: white;
    border-radius: 20px;
}

.cardBodyPlus{
    display: flex;
    justify-content: center;
    align-items: center;
}

#imageUpload
{
    display: none;
}

#profileImage
{
    cursor: pointer;
    height: 100px;
    width: 100px;
}

.imgPanelInformation {
    height: 127px;
    width: 128px;
}

.box {
    display: flex;
    align-items: stretch;
}

.jumbotronMargin {
    margin-bottom: 0;
}

.containerFooterLine {
    border-top: 1px solid grey;
}

.imgdownloadChromeFooter {
    width: 300px;
    height: 118px;
}

.txtHasta1 {
    position: absolute;
    top: 15px;
    left: 25px;
    color: #001E3D;
    font-size: 20px;
}

.txtBottomDiscount {
    position: absolute;
    bottom: 75px;
    left: 25px;
    color: #001E3D;
    font-size: 30px;
}

.txtNosotros {
    position: absolute;
    top: 200px;
    left: 590px;
    color: #001E3D;
    font-size: 22px;
}

.txtNosotros2 {
    position: absolute;
    bottom: 110px;
    left: 550px;
    color: #001E3D;
    font-size: 22px;
}

.cardCartShade {
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
    border-radius: 20px;
}

.cardHeaderStyleCart {
    background-color: #001E3D;
    border-start-start-radius: 30px !important;
    border-start-end-radius: 30px !important;
    border-end-end-radius: 30px !important;
    border-end-start-radius: 30px !important;
}

.stickyRight {
    position: fixed;
    right: 0;
}

@media (max-width: 576px) {
    .stickyRight {
        position: unset;
        right: unset;
    }
}

/* Large devices */
@media (min-width: 992px) {
    .navLinkMenu:hover{
        box-shadow: #444 0 0 0px !important;
        border-top: 2px solid white !important;
        color : white;
    }
 }

/* Small devices */
@media (max-width: 576px) {

     .dropdown{
        display: inline-block;
        margin-right:-4px
     }

    .txtSearch{
        width: 250px !important;  
        display: inline-block;
        margin-right:-5px
    }

    .navLinkMenu:hover{
        box-shadow: #444 0 0 0px !important;
        border-bottom: 1px solid white !important;
        color : white;
    
    }

    .btnAccount{
        height: 25px;
        width: 60%;
    }

 }

.imgBrandSearch {
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
    width: 70%;
    margin: auto;
    display: block;
}

.btnMyOrdersMenu {
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
    background-color: white;
    color: #001E3D;
    font-size: 15px;
    width: 100%;
}

.btnMyOrdersMenu-active {
    -webkit-filter: drop-shadow(2px 2px 2px #222);
    filter: drop-shadow(2px 2px 2px #222);
    background-color: #001E3D;
    color: white;
    font-size: 15px;
    width: 100%;
}

.cashbackSearchEngine {
    color:white !important;
    background-color: #990000 !important;
}