body{
    background-image: none;
    padding-top: 62px;
    font-family: 'proxima';
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    font-family: 'proxima-bold';
}
/* para evitar que el footer se vaya arriba, le ponemos height al 100 menos el height de otros compomentes de header y footer*/
#mainWrapper{
    min-height: calc(100vh - 350px);
}
.advanced-search-box, #productsListingDisplayOrder{
    display:none;
}
.dropdown-menu.container_yamm{
    width: calc(100vw - 600px);
}

/* personalizaciones de menu*/
.dropdown-submenu .dropdown-menu.lateral_menu {
    position: fixed;
    left: 225px;
    top: 88px;
}

.navbar .navbar-toggle, .navbar .navbar-toggle:hover{
    background-color: #fff;
    border-color: #fff;
    color: #b63d15;
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 8px;
}
#navMain{
    margin-top: 15px;
    margin-bottom: 15px;
}
/* todo: pasarlo a bootstrap*/
#navMain .btn-link{
    color:#fff;
}
#navMainSearch .button_header_search{
    border: none;
    font-size: 18px;
    padding: 3px 6px;
}

@media (min-width: 768px){
    .navbar-brand img{
        max-width:100px;
    }
}
@media (min-width: 992px){
    .navbar-brand img{
        max-width: 165px;
    }
}
@media (max-width: 767px){
    .glyphicon-logo{
        width: 30px;
        overflow: hidden;
    }
    /* sin importar el componente affix, para la plantilla el body siempre tiene padding sumando menu + busqueda */
    body{
        padding-top: 110px;
    }
    #navMainWrapper{
        border:none;
    }
    /*#navMainWrapper #div-user-op{
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    #navMainWrapper #div-user-op .btn{
        color: #6b6b6b;
    }*/
    /* #navMainSearchWrapper{
        width:100%;
    } */
    .navbar-brand{
        margin:0;
    }

    /* navbar slide collapse*/
    #navCatTabsUl {
        clear: both;
    }

	#navCatTabs {
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 100%;
        margin:0;
        max-height: none;
        background-color: #fff;
        overflow: auto;
        top:0;
        /* para que aparezca de derecha a izquierda:*/
        right: 0;
      }
      #navCatTabs a{
        color:#777;
    }
      .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE7 & 8 */
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49;
      }
}
/* bof modals */
.modal-header button.close,
.quick_find_header button.close
{
    opacity: 1;
    font-size: 55px;
    font-weight: 100;
    color: #f4982d;
}
#navCatTabs button.close{
    opacity: 1;
    font-size: 4em;
    font-weight: 100;
    color: #f4982d;
}

.modal-header{
    border:none
}
.modal-title{
    clear:both;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
}
/* eof modals */

.legend-event {
    padding-top: 20px;
    padding-bottom: 30px;
}

.centerBoxContentsEvents .product_content { border-top: 0; }

#productListing .centerBoxContentsEvents{
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
}

.centerBoxContentsEvents .product_freeplace_details,
.centerBoxContentsEvents .product_title a {
    font-weight: bold;
    color: #fff;
}

#productListing .centerBoxContentsEvents > .product_content {
    position: absolute;
    right: 0;
    bottom: 13px;
    width: 100%;
    left: 0px;
    padding-left: 0;
    padding-right: 0;
}

.product_button_event {  }

.btn-buyer-listing {
    padding: 10px 53px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* bof buttons */
.button_in_cart {
    white-space: nowrap !important;
}
#user-options .btn-link{
    padding-left:0;
    padding-right:6px;
}
#navMainShoppingCart .badge{
    margin-left:-10px;
    position: absolute;
    top: 8px;
}
@media (min-width: 1200px){
    #navMainShoppingCart{
        background-color: #0043a7;
        color: #fff !important;
        font-weight: bold;
        border-radius: 5px;
    }
    #navMainShoppingCart .badge {
        position: relative;
        top: 0;
        margin-left: 0;
        background-color: #b63d15;
    }
}

#cat-deptos .glyphicon-chevron-down{
    display:none;
}
/*
.btn-more-info, .btn-more-info.disabled:hover,.btn-more-info[disabled]:hover{
    background-color: #777a06;
}
.btn-more-info:hover,.btn-more-info:focus,.btn-more-info.focus,.btn-more-info:active,.btn-more-info.active{
    background-color: #484904;
}
.btn-more-info:active:hover,.btn-more-infoactive:hover,.btn-more-info:active:focus,.btn-more-infoactive:focus{
    background-color: #262702;
}
*/

/* eof buttons */

/* bof overlays */
/*
.overlay_text {
    transform:none;
    -ms-transform: none;
    -webkit-transform: none;
    padding: 5px 5px;
}

.overlay_new, .overlay_sale, .overlay_feat, .overlay_best {
	display: block;
    position: absolute;
    left: 0;
    top:0;
    width: 50%;
    padding-top: 5px;
    padding-right: 5px;
}
.overlay_sale .overlay_text {
    background: none;
    border: none;
    font-weight: bold;
    background-color: #f5992a;
}
*/
.overlay_badge{
	position:absolute;
	bottom:10px;
	left:10px;
	width:30%;
}
.overlay_badge .discount_qty {
    background: none;
    border: none;
    font-weight: bold;
    background-color: #b63d15;
    padding:5px;
    color:#fff;
}
/* eof overlays */

/* TODO: ver si se pasa al json de bootstrap*/
/* bof-bootstrap */

h2.panel-title {
    font-size: 28px;
}
#navCatTabsUl.nav .open>a, #navCatTabsUl.nav .open>a:hover, #navCatTabsUl.nav .open>a:focus {
    background-color: #b63d15;
    color:#fff;
}

/* eof-bootstrap */

/* bof live-quick-find */
.quick-find-result button.close{
    font-size: 1em;
    margin-bottom: 10px;
}
@media(max-width:767px){
	.quick-find-result{
        margin-top: 110px;
        position: fixed;
        top: 0;
        width: 100%;
        max-height: calc(100vh - 130px) !important;
    }
}
/* eof live-quick-find */

/* bof product-price, title, contents*/

.productBasePrice, .productPriceDiscount, .productSpecialPrice, .productIsFree{
    font-weight: bold;

}
.product_title, .product_title a, .product_price, .total-form-cc-msi, .cartBoxTotalWrapper, 
#productPrices, #productReviewsDefaultPrice, #reviewsInfoDefaultPrice, #reviewsWritePrice{
	color:#6b6b6b;
}
.product_title, .product_price{
    text-align:left;
    white-space: nowrap;
}
.product_content{
    border-bottom:none;
}
/* eof product-price*/

/* bof product-info */
/* simulacion de columnas responsivas, sin necesidad de poner classes row ni col- */
/* row-col start*/

#productPrices{
    margin: 15px 0 -10px 0;
}
#productPrices:before, #productPrices:after{
    display: table;
    clear: both;
    content: " "
}

#productPrices .normalprice, 
#productPrices .productSpecialPrice, 
#productPrices .productPriceDiscount{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
#productPrices .normalprice{
    left: 50%;
    width: 50%;
}
#productPrices .productSpecialPrice{
    text-align: right;
    right: 50%;
    width: 50%;
}

#productPrices .normalprice, 
#productPrices .productPriceDiscount{
    text-align: left;
    left: 50%;
    width: 50%;
}
/* row-col end*/

#productGeneral .button_in_cart {
    margin-top: 25px;
}
#productPrices .productPriceDiscount > br{
display: none;
}
#productPrices .productPriceDiscount,
#cartAdd .qty_box label{
    border-bottom: none;
    font-weight: normal;
}

#productName,
#pdl_model, 
#productPrices .productBasePrice,
#productPrices .productSpecialPrice{
    color:#000;
}

#accordion .panel-heading{
    border-bottom: 1px solid #b63d15;
    border-radius: 0;
}
#accordion #headingTwo{
    border-top: 1px solid #b63d15; 
}
/* eof product-info */

/* bof headings */
h1[id$="Heading"]{
    text-align:center;
}
/* eof headings */


#footer_about {
    border-top: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

/* bof footer */
#footer{
    padding-top:20px;
    border: none;
    margin-bottom: 0;
    background-image: url('../images/Footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 0px;
}

.btn-main-show {
    width: 160px;
    position: absolute;
    bottom: 22px;
    right: 10px;
    border-top-left-radius: 30px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 0px;
}

.paymentImagesText {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.column-left-footer {
    border-right: 1px solid #fff;
} 

.footer_copyright {
    color: #fff;
}

#footer .panel { background-color: transparent; }

#footer .share .glyphicon { 
    font-size: 29px;
    color : #99c0ff;
}

#footer .list-unstyled > li > a {
    color: #fff;
}

#footer .panel-title{
    font-weight: bold;
}
#footer_accordion_two{
    display:none;
}
#footer_about{
    border-radius: 0;
}

#footer, #footer .panel-body, #footer .panel-heading, #footer_about{
    background-color: transparent;
    color: #99c0ff;
}
#footer .panel, #footer_about{
	box-shadow:none;
}


.banner-fixed-eve {
    background-image: url('../images/mainBanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    /*height: 300px;*/
}

.c-pci{
    filter: invert(60%) sepia(81%) saturate(831%) hue-rotate(353deg) brightness(95%) contrast(92%);
}
/* eof footer */

/* bof fonts */
/* #navBreadCrumb{
    font-size:85%;
} */
#product_list_filter .panel-title{
    font-size:initial;
}
#cat-deptos > a{
    font-size: 16px;
}
.pagination>li>a{
    margin-left: 5px;
    font-weight: bold;
}
/* eof fonts */

/* bof owl-carousel */
.owl-nav .btn{
	border-width:2px;
	border-radius:30px;
	padding:6px 10px;
	font-weight:bold;
}
.owl-nav .glyphicon{
	font-weight:bold;
}
/* eof owl-carousel */

/* bof fast-checkout */
#checkoutPaymentContentChoose label.btn{
    background-color: #fff;
    border-color: #ddd;
}
/* eof fast-checkout */

.backogrund-success-text {
    background-color: #fbf7f8;
    opacity: 0.8;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
    margin-top: 40px;
}

#checkoutsuccessBody .breadcrumb {
    display: none;
}

.background-success {
    padding-top:20px;
    border: none;
    margin-bottom: 0;
    background-image: url('../images/success_image_step.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 0px;
}

/* bof colors */
#checkoutSuccessMainContent strong,
#checkoutSuccessThanks,
#footer_about .share a,
h1[id$="Heading"],
#productPrices .productPriceDiscount,
#cartAdd .qty_box label,
#modalMainPageLabel
{
    color: #0043a7;
}
#navMainSearch input[name="keyword"],
#disp-order-sorter
{
    border-color: #b63d15;
}
#navMainSearch input[name="keyword"]{
    border-right:none;
}

.cartBoxTotalWrapper{
    background-color: #fff6e9;
    border-color: #fff6e9;
}
.cartProdTitle{
    color: #000;
    font-weight: bold;
}

#shopping-cart-buttons .panel, 
#checkoutConfirmCart, 
#checkoutConfirmCart .panel-heading, 
#checkoutConfirmCart .panel-footer{
	background-color:#ececec
}

/* eof colors */

/* cambios de jorge */
#navMainLogin{
	text-align:left;
}
#navMainLogin .glyphicon-user{
        margin-right:10px;
}
#navMainLogin:hover, #user-options:hover,  #user-options .btn-link:hover{
        text-decoration:none;
}

.btn{
	font-weight:600;
}
.btn-default{
	border-width:2px;
}
#navMainSearch input{
	border-color:#0043a7 !important;
}
#indexDefaultMainContent .thumbnail{
	border:0;
}
.owl-nav{
	position: absolute;
    top: 40%;
    width: 100%;
    transition: .3s;
    height: 0;
}
.owl-nav .btn {
    position: absolute;
	border: none;
}
.owl-nav .btn:first-child {
    left: -30px;
	box-shadow: -3px 3px 15px #c4c4c4;
}
.owl-nav .btn:last-child {
    right: -30px;
	box-shadow: 3px 3px 15px #c4c4c4;
}
.panel-heading .panel-title{
	text-align: left;
    margin-bottom: 25px;
 }
.equal-cols.owl-carousel .centerBoxContentsProducts, .centerBoxContentsEvents{
	position:relative;
	padding:0;
	border-radius:8px;
}
.equal-cols.owl-carousel .centerBoxContentsProducts a, .centerBoxContentsEvents a{
	height:450px;
}
.equal-cols.owl-carousel .centerBoxContentsProducts a img, .centerBoxContentsEvents a img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.equal-cols.owl-carousel .centerBoxContentsProducts .product_content, .centerBoxContentsEvents .product_content {
	position: absolute;
    bottom: 0 !important;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgb(56,56,56, .85) 30%, rgb(56,56,56, .35) 70%);
}
.centerBoxContentsEvents .product_content .legend-event{
	position: absolute;
    top: 60%;
    width: 100%;
    margin: 0;
}
.centerBoxContentsEvents .product_content .product_button_event{
	display: block;
    height: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;
}
.equal-cols.owl-carousel .centerBoxContentsProducts .product_content .product_title{
	position: absolute;
    top: 70%;
    font-size: 16px;
}
.equal-cols.owl-carousel .centerBoxContentsProducts .product_content .product_upcoming_title{
	position: absolute;
	right:9px;
    top: 70%;
    font-size: 16px;
	color:#fff;
}
.equal-cols.owl-carousel .centerBoxContentsProducts .product_content .product_price{
	position: absolute;
    top: 78%;
    color: #fff;
}
.equal-cols.owl-carousel .centerBoxContentsProducts .product_content .product_upcoming_date{
	position: absolute;
    top: 78%;
	right:9px;
    color: #fff;
}
.equal-cols.owl-carousel .centerBoxContentsProducts .product_content .product_title a{
	color:#fff;
}
.equal-cols.owl-carousel .centerBoxContentsProducts .product_content >a{
	/*top: 90%;*/
	bottom:0;
    right: 0;
    position: absolute;
    height: fit-content;
    padding: 0;
}
.equal-cols.owl-carousel .centerBoxContentsProducts .product_content > a span{
	padding: 10px 25px;
    border-top-left-radius: 25px;
}

.product_button_event .col-sm-12{
	padding:0;
}
.overlay_badge{
	top:0;
	left:0;
	text-align:Center;
}
.overlay_badge .discount_qty{
	background-color: #b61563;
}
/*cart add*/
.shoppingcartpopover .popover-title{
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #0043A7;
}
.cartBoxTotalWrapper{
	padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.cartBoxTotalWrapper .cartBoxTotal{
	text-align:left;
	color:#6b6b6b;
	margin-top:25px;
}
.cartBoxTotalWrapper .total-cart{
	font-weight: bold;
    float: right;
}
#navMainCheckout {
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    margin-bottom: 15px;
	margin-top: 15px;
}
.cartBoxTotalWrapper .btn-shopping-cart{
	border:0;
}
#shoppingcartpopoverListWrapper .row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
}
#shoppingcartpopoverListWrapper .cartUnitDisplay {
    color: #878787;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cartProdTitle {
    color: #6b6b6b;
    font-weight: bold;
}
/*Product detail*/
.background-header-product-info {
    height: inherit !important;
    position: inherit !important;
}
.background-header-product-info h1, .background-header-product-info h2{
	color: #fff;
    /*
    padding: 0 6vw;
    position: absolute;
    top: 60%;    
    transform: translateY(-60%);
    bottom: initial !important;
    */
}
#sidebar-event > .row:first-child div *, #sidebar-event > .row:nth-child(2) div *, #sidebar-event > .row:nth-child(3) div *{
	margin-bottom:20px;
}
/*product list*/
#categoryImgListing img{
	width: 100%;
    height: 100% !important;
    object-position: center;
    object-fit: cover;
}
#categoryImgListing{
	position:relative;
}
#productListHeading{
	position: absolute;
    top: 45%;
    transform: translateY(-45%);
    color: #fff;
    width: 100%;
    padding-left: 20px;
    border: none;
    text-align: center;
}
@media(max-width:767px){
	#categoryImgListing{
    	height: 280px;
	}
}
/*shopping_cart*/

#checkoutSuccessMainContent strong, #checkoutSuccessThanks, #footer_about .share a, h1[id$="Heading"], #productPrices .productPriceDiscount, #cartAdd .qty_box label, #modalMainPageLabel{
	text-align: left;
	border-bottom: 1px solid #c4c4c4;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
#cartContentsDisplay > .tableHeading{
	border-top:none;
}
#shoppingcartBody hr{
	border-top: 6px solid #f0f0f0;
	margin-top: 50px;
    margin-bottom: 30px;
}
#shopping-cart-ot, #shopping-cart-buttons{
	background-color: #E8EEFF;
}
#shopping-cart-ot{
	padding: 50px 20px 0;
}
#shopping-cart-buttons{
	padding-left: 20px;
    padding-right: 20px;
}
#shopping-cart-buttons .panel{
	background-color: transparent ;
	box-shadow: none;
}
#cartSubTotal > span{
	display: block;
    color: #878787;
    font-weight: 500;
}
#cartSubTotal .total-cart{
	display: block;
    float: left !important;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #0043A7;
    font-size: 22px;
    font-weight: 800;
}
@media(max-width:767px){
	#shoppingCartDefault > form > .row:last-child{
    	padding-left:15px;
    	padding-right:15px;
	}
}
/*fast-checkout*/
#fastcheckoutBody #shopping-cart-buttons .panel, #checkoutConfirmCart, #checkoutConfirmCart .panel-heading, #checkoutConfirmCart .panel-footer {
    background-color: #f6f6f6;
}
#orderTotals .row{
	border-top: 1px solid #c4c4c4;
    padding-top: 5px;
    margin-bottom: 8px;
}
/*checkout -success*/
.background-success{
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 120px 0;
}
.backogrund-success-text{
	text-align:left;
	padding: 20px 50px;
	opacity:1;
	background-color: rgba(255, 255, 255, 0.85);
}
#checkoutSuccessHeading, #checkoutSuccessThanks, #checkoutSuccessLogoff .buttonRow{
	text-align:left;
}
.backogrund-success-text #order_steps{
	display:none;
}
#checkoutSuccessHeading{
	font-size: 18px;
    font-weight: 800;
    margin-bottom: 30px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 15px;
}
#checkoutSuccessOrderNumber, #checkoutSuccessOrderLink{
	margin-bottom:25px;
}
#checkoutSuccessThanks{
	font-size:18px;
	font-weight:800;
	margin: 50px 0;
}
#checkoutSuccessLogoff span{
	font-weight: 800;
    font-size: 16px;
    border-radius: 100px;
    padding: 5px 35px;
}
@media(max-width:767px){
	.background-success{
		padding: 0;
    	background-position: center;
    	border-top-left-radius: 100px;
    	border-bottom-right-radius: 100px;
    }
	.backogrund-success-text{
		margin:0;	
    	padding:30px 20px;
	}
	#checkoutSuccessHeading, #checkoutSuccessLogoff .buttonRow{
		text-align:center;
	}
}
.c-pci {
    filter: invert(61%) sepia(100%) saturate(600%) hue-rotate(203deg) brightness(165%) contrast(112%);
}