/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2017 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/*.add-to-cart {
	display:none !important;
}*/

.ctd_design_header div {
	display: block !important;
}

.pc3d_customization {
	padding: 5px;
	margin-bottom:10px;
	display: block !important;
}

.pc3d_customization a {	
	font-size: 13px !important;
	cursor: pointer !important;
}

.vad_pc3d_edit_cart{
	font-size: 13px;
	cursor: pointer;
}

.pc3d_customization label {
	display: inline-block !important;
	width: auto !important;
	float: none !important;
	font-size: 13px !important;
	
}
.pc3d_customization img {
	height:100px !important
}

.pc3d_customization_ima {
	text-align:center;
	float:left;
}
.pc3d_customization_info {	
	float:left;
	clear:both;
}

.vad_pc3d_cart_file {
    width: 130px;
    height: 100px;
}

.vad_pc3d_cart_file > img {
    max-width: 300px;
    height: 100% !important;
    object-fit: contain;
}
/*
.btn-product-list.vad_pc3d_customize_button {    
    background: #390;
    color: #efefef;
    border: none 1px #f0f0f0;
}
.btn-product-list.vad_pc3d_customize_button:hover{
	background: #094216;
    color: #fff;
    border: none 1px;	
}

.btn-primary.vad_pc3d_customize_button {
    background: #390;
    color: #efefef;
    border: none 1px #f0f0f0;
}
.btn-primary.vad_pc3d_customize_button:hover {
    background: #094216;
    color: #fff;
    border: none 1px;
}

.btn-primary.vad_pc3d_customize_button.md5 {
	background: #390;
    color: #efefef;
    border: none 1px #f0f0f0;
}
.btn-primary.vad_pc3d_customize_button.md5:hover {
    background: #094216;
    color: #fff;
    border: none 1px;
}*/

.col-md-6>.vad_pc3d_customize_button{
	margin-bottom: 6px;	
}
.vad_pc3d_customize_button{			
	width: auto;
}

.pc3d_button_advanced_editor{
	width: 100%;
}

.vad_pc3d_select_button{			
	width: 100%;	
}

/* GALLERY 3D */

.vad-product-gallery-zoom-pc3d{
	width:100px;
}


div.blockMsg:before{
	content: none;
}

div.blockOverlay > .mensaje{
	position:relative;
	text-align:center;
	font-size: 14px;
	top:52%;
}

.pc3d_select{
	background-image:none;
}

/*.pc3d_brand_container, .pc3d_model_container{
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}*/

.pc3d-col-5{
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    
   -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.pc3d-col-7{
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    
   -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.pc3d-col-12{
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    
     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pc3d_pos_top{
	position: fixed;
    top: 0px;
    height: 0px;
    width: 100%;
 
}
.pc3d_pos_bottom{
	position: fixed;
    bottom: 0px;
    height: 0px;
    width: 100%;
 
}

.blockUI::before {
    
    -webkit-animation: none !important;
    animation: none !important;
    
    display: inline-block;
    content: url(../images/preloader.svg) !important;
    height: 80px !important;
    width: 80px !important;
    
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px !important;
    margin-top: -40px !important;
    
}

