/*--------------------------------------------------------------

  Template Name: Subas Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

h1 {
  color: #cc0000 !important;
}
h2 {
  color: #cc0000 !important;
}
.btn-login_registro{
  background-color: #000;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 4px;
  margin-right: -30px;
}
.link_descargas{
  display: inline-block;
  width: 100%;
  padding: 4px 0;
}
.link_descargas a{
  font-size: 14px !important;
}
.link_descargas .zmdi{
  margin-right: 6px;
}

.featured-product .product-info {
    background-color: #fff;
}

.product-item .product-img {
    background-size: auto 80%;
    background-position: center center;
    background-repeat: no-repeat;
}


.about-description p {
    font-size: 14px;
}
.blog-description p {
    font-size: 14px;
}
.blog-details-photo {
    text-align: center;
}
.blog-details-photo img {
    width: 50%;
}

.message-box select {
    margin-bottom: 30px;
    width: 100%;
    height: 40px;
}
.message-box .msg-alerta {
    margin-top: 20px;    
}

.msg-alerta {
    color: #c00;
    display: none;
    font-size: 14px;
}
.warning {
    border: 1px solid #c00 !important;
}

.shop-content .num_prods {
    float: right;
    color: #000;
    text-transform: lowercase;
}
.shop-option .title {
    color: #cc0000;
    text-transform: uppercase;
    float: left;
}

.product-cat li.selected a {
    color: #cc0000 !important;
}
.product-cat li a:hover {
    color: #cc0000 !important;
}
.product-cat .treeview > li > ul > li > a {
    line-height: 15px;
}

.no-results {
    text-align: center;
    color: #333;
    font-size: 14px;
    width: 100%;
}

.main-menu > li > a::before {
    background: #cc0000 none repeat scroll 0 0;    
}
.main-menu > li:hover > a {
    color: #cc0000 !important;
}

.categ-download {
    float: right;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
}

.user-name {
    position: absolute;
    top: 10px;
    right: 0;
    color: #666;
    font-size: 13px;
}
.user-name i {
    margin-right: 3px;
}

.registro-ok {
    text-align: center;
    color: #333;
    display: none;
}

form a {
    font-weight: 600;
}

.lang_selector {
    margin-left: 20px;
    margin-right: -28px;
}
.lang_selector select {
    padding: 4px 0px 4px 6px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #ddd;
}
.mobile-menu-area .lang_selector {
    margin: 0;
    margin-top: -38px;
    position: absolute;
    right: 0;
    z-index: 99999;
}

.dropdwn {
    margin-top: -20px;
}

.mean-container .mean-bar::after {
    display: none;
}
.mean-container a.meanmenu-reveal {
    float: left;
}

.catalogos_pdf {
    margin-top: -85px;
    background-color: #f6f6f6;
}
.catalogos_pdf .product-img img {
    width: 100%;
}
.catalogos_pdf .product-info {
    padding-top: 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;                                    
}
.video-container {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}


        /* Cookies
	------------------------------------------------------------------------------------------------------  */

        #container_cookies {
            width: 100%;
            background-color: rgba(0,0,0,0.7);
            text-align: center;
            position: fixed;
            bottom: 0px;
            border-top: 1px solid #eee;
            z-index: 99999;
        }
        #container_cookies .mensaje {
            margin: 0 auto;
            width: 100%;
            max-width: 975px;
            text-align: left;
            font-size: 13px;
            color: #fff;
            padding: 25px 50px 25px 50px;            
        }
        #container_cookies .mensaje .txt {
            padding-right: 225px;
            line-height: 18px;    
            float: left;
            padding-bottom: 25px;
        }
        #container_cookies .mensaje a {
            color: #e8a883;
            text-decoration: none;            
        }
        #container_cookies .mensaje a:hover {
            text-decoration: underline;
        }
        #container_cookies .acepto {
            float: right;            
            padding: 8px 25px;
            background-color: #eee;
            cursor: pointer;                        
            color: #000;   
            font-size: 14px;     
            margin-top: -80px;
        }
        #container_cookies .acepto:hover {
            background-color: #bbb;
        }
        
        
        
        
/* Oferta
------------------------------------------------------------------------------------------------------  */

.modal-content {
	color: #333;
}
.modal-content .modal-title {
	font-weight: 600;
	padding-left: 5px;	
}
.modal-content .modal-body {
	border-bottom: 1px solid #e9ecef;
}
.modal-content .modal-body.last {
	border-bottom: none;
}
.modal-content .img {
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: top center;	
}
.modal-content .img img {
	width: 100%;
}
.modal-content .prod {
	font-weight: 700;
	color: #c00;
}
.modal-content .tit {
	padding: 5px 0;
}
.modal-content .prec {
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 20px;
}
.modal-content .prec span {	
	font-size: 14px;	
}
.modal-content .btn {
	background-color: #c00;
	border-color: #c00;
	font-weight: 500;
}

.oferta .modelo {
	font-weight: 700;
	color: #c00;
}
.oferta .precio {
	font-weight: 700;
	font-size: 22px;
	color: #333;
}
.oferta .precio span {	
	font-size: 16px;	
}
.oferta .condiciones {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e9ecef;
}
	
        
@media (min-width: 1170px) and (max-width: 1420px) {
    
    .plr-185 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1210px) {
    
    .main-menu > li {
        margin: 0 10px;
    }
    .main-menu > li a {
        font-size: 12px;
    }
                
}

        
@media only screen and (max-width: 1024px) {
    
    /* Cookies */
    
    #container_cookies .acepto {
        margin-top: 0;
        float: left;
        margin-bottom: 15px;
    }
    #container_cookies .mensaje .txt {
        padding-right: 90px;
    }
                
}

@media only screen and (max-width: 1015px) {
    
    .main-menu > li {
        margin: 0 8px;
    }    
                
}

@media only screen and (max-width: 600px) {
    
    .slider-content-1 .title-container {
        margin-top: 0px;        
        width: 60%;        
    }
    
    .slider-area a.button.extra-small span {
        padding-top: 15px;           
    }
    
    .shop-content .num_prods {
        float: left;    
        clear: both;
    }
    
    .submit-btn-1.f-right {
        float: right;
    }
    .submit-btn-1.btn-r {
        float: left;
        margin-top: 20px;
    }
                
}







