body {
    background-color: white;
}

@media only screen and (max-width: 1280px) {
    body {
        width: fit-content;
    }
  }

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top_page {
    border-top: 5px solid #003F7F;
    margin-bottom: 0;
    background-color:#fff;
}

#top_page .account-collapse {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
#top_page #browse > li > a {
    background-color: #fff;
    text-decoration: none;
    color: #003e7e;
    font-weight: 700;
    font-size: 18px;
}
#top_page #searchBarContainer {
    z-index: 1001;
    min-width: 202px;
}

.navbar-accounts .container-fluid .navbar-brand {
    background-image: url(../images/logo-promo.png);
    width: 170px;
    height: 90px;
}

.basket-mini .dropdown-menu {
    width: 550px;
}
.basket-mini .row > .item, #basketContent .row > .item {
    float: right;
    padding: 5px;
}
.basket-mini .row .item:first-child {
    float: left;
}

.footer {
    background-color: #212121;
    /* margin: 0px; */
}

.footer li {
    display: unset;
}

.choose-block .well {
    min-height: 260px!important;
}



.toolbar {
    padding-bottom: 15px;
    width: 100%;
}
.toolbar > div.view_by a {
    display: inline-block;
    width: 34px;
    height: 30px;
    border: solid 1px #d7d7d7;
}
.toolbar > div.view_by a.list {
    background: url(/static/oscar/images/list.png) no-repeat center;
    background-size: 50% 50%;
    background-color: #f0f0f0;
}
.toolbar > div.view_by a.list:hover {
    background: url(/static/oscar/images/list_red.png) no-repeat center;
    background-size: 50% 50%;
    background-color: #f0f0f0;
}
.toolbar > div.view_by a.grid {
    background: url(/static/oscar/images/grid.png) no-repeat center;
    background-size: 50% 50%;
    background-color: #f0f0f0;
}
.toolbar > div.view_by a.grid:hover {
    background: url(/static/oscar/images/grid_red.png) no-repeat center;
    background-size: 50% 50%;
    background-color: #f0f0f0;
}
.toolbar select {
    border: solid 1px #d7d7d7;
    padding: 3px;
    font-size: 11px;
    color: #818181;
    width: 200px;
}



.well.article {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.pager {
    width: 100% !important;
    margin-top: -5px;
    padding: 12px 0 12px 0;
    clear: both;
    display: inline-block;
    border: solid 1px #eeeeee;
    border-left: unset;
    border-right: unset;
}
.pager li.current {
    font-size: 15px;
    color: #818181;
    display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 15px
}

.products_list li, .products_list_list li {
    padding-left: unset;
}

.products_list .product_pod {
    margin: 0px;
    height: 410px;
}

.products_list .product_pod .product_price {
    position:absolute;
    bottom: unset !important;
    width: 100%;
}
.products_list .product_pod .addtobasket {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.products_list .product_pod .addtobasket .variant_selector {
    margin-bottom: 5px;
}




.products_list_list {
    display: inline-block;
    width: 100%;
}
.products_list_list li {
    width: 100% !important;
    clear: both;
    display: inline-block;
}
.products_list_list li .product_pod {
    margin: auto;
    height: 195px;
    position: relative;
}
.products_list_list li .product_pod .image_container {
    width: 33.33%;
    height: 195px;
    float: left;
    clear: right;
}
.products_list_list li .product_pod .details_container {
    width: 33.33%;
    height: 195px;
    float: left;
    clear: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products_list_list li .product_pod .price_and_btn_container {
    width: 33.33%;
    height: 195px;
    float: right;
    clear: right;
}
.products_list_list li .product_pod .price_and_btn_container .product_price {
    position: unset;
}

.products_list_list .variant_selector {
    margin-bottom: 5px;
}


.old_price {
    font-size: smaller; 
    text-decoration: line-through;
    color: #d9534f;
}
.available {
    color: #5cb85c;
}

.unavailable {
    color: #d9534f;
}

@media (min-width: 768px) {
    #language_selector select {
        width: 120px;
    }
}

@media (max-width: 768px) {
    #top_page > .navbar.primary.navbar-static-top {
        min-height: 0px; 
        margin-bottom: 0px;
        border: 0px;
    }

    #browse-container > #browse-container-block {
        display: none;
    }

    #browse-container.in > #browse-container-block {
        display: unset;
    }

    .toolbar > div.view_by {
        display: flex;
    }

    .toolbar > div.view_by > * {
        margin: 0px 2px 0px 2px
    }
}

/**=========================Personalizacao G=========================*/
/**Base - Homepage*/
#browse li a{
    font-weight:normal!important;
}
#language_selector{float:right!important;}
.navbar{
    /*position: relative;*/
    /*min-height: 50px;*/
    margin-bottom: 0px!important;
    border: 1px solid transparent!important;
}
.page_inner {
    padding: 0px!important;
}
.page .page_inner {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}
.well {
    background-color: white;
    border: 0px!important;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.well.article:hover {
    background-color: #f5f5f5;
}

.sub-header h3{
    line-height: normal!important;
}
.sub-header {
    border-bottom: 2px solid black!important;
}

.thumbnail {
    border:0px;
}


/*
.products_list .product_pod {
    height: auto;
}
.products_list .product_pod .product_price {
     position: unset;
}
.products_list .product_pod .addtobasket {
     position: unset;
}
*/
a:hover .thumbnail {
    border: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 105, 214, 0);
    box-shadow: 0 0px 0px rgba(0, 105, 214, 0);
}

/**Pagina do Produto - Mini Carrinho*/
#quick_basket .basket-mini-item a{font-weight:normal}

/**Carrinho*/
#basket_formset .basket-items a, #basket_formset .basket-items .price_color{font-weight:normal;}

/**Telemovel*/
#top_page .navbar-header img{
    height: 70px;
    padding: 10px 0px;
}


/** New Promo Template for articles */
.image_container img {
    height: 230px;
    max-height: 230px;
    max-width: 100%;
    width: auto;
    margin: 0px auto;
  }

.col-xs-6.col-lg-3-5 {
    width: 50%;
}

@media (min-width: 768px) {
    .col-sm-4.col-lg-3-5 {
        width: 33%;
    }
}

@media (min-width: 992px) { 
    .col-md-3.col-lg-3-5 {
        width: 25%;
    }    
}
@media (min-width: 1200px) {
    .col-lg-3.col-lg-3-5 {
        width: 20%;
    }
}

.well.article {
    padding: 3px 0px 0px 0px;
}

.addtobasket > form > p.variant_selector > label {
    display: none;
}

.product_pod .price_color {
    margin-bottom: 5px;
}

.product_pod .image_container,
.product_pod .availability,
.product_pod .price_color {
    margin-bottom: 0px;
}

.product_pod h3 {
    margin-top: 0px;
}

h6.product_summary {
    margin: 3px;
}

.carousel-indicators {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.basket-mini .dropdown-menu {
    width: 630px!important;
}