/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */


/* Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.product-view .box-additional {
    margin-top: 10px;
    width: 74%;
}

.product-view .box-tabs {
    /*width: 98%;*/

    width: 73%;
    margin-top: 40px;
}

.col1-layout .product-options .options-list td {
    height: auto !important;
    padding: 3px 15px 3px 0  !important;
    vertical-align: middle;
}

.col1-layout .product-options .options-list td a {
    border: 1px solid #eee;
    display: block;
    float: none;
    height: auto !important;
    line-height: 60px;
    padding: 0 4px !important;
    text-align: center;
    width: 60px;
}

.col1-layout .product-options .options-list li {
    margin: 0 !important;
}


.checkout-agreements {
    padding: 0;
}
.glc .checkout-agreements .agreement-content {
    border: 1px solid #eee !important;
}
.checkout-agreements .agreement-content {
    max-height: 100px;
    overflow: auto;
    padding: 0 30px 10px 15px;
    color: #999 !important;
    font-size: 11px;
}

.mesage_caceme{
    border: 2px solid #dedede;
    padding: 15px;
    margin: 15px 0 0 0;
    float: right;
    background: #f0f0f0;
    color: #666;
}


/* Product labels
-------------------------------------------------------------- */

/*
.sticker.new {
	background-color:#555;
	color:#fff;
}
.sticker.sale {
	background-color:orange;
	color:#fff;
}
*/

/* Stock indicator on product page (configurable products):
icon background color
-------------------------------------------------------------- */
/*
a.availability-only span.icon { background-color:orange; }
*/


/* Miscellaneous
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Drop-down caret */
/*
.caret {
	opacity:1;
	filter:alpha(opacity=100);
}
*/

@media only screen and (max-width: 479px) {
    .user-menu {
        text-align: center;
        float: left;
    }
}

.product-secondary-column.columndesktop{ display: block;}
.product-secondary-column.columnmobile{ display: none;}

@media only screen and (max-width: 767px){
    .product-secondary-column.columndesktop{ display: none;}
    .product-secondary-column.columnmobile{ display: block;}
    .product-view .box-tabs { width: 100%; }
    #capaFacebook{ margin: 25px auto !important;text-align: center;}

    .videoWrapper {position: relative;padding-bottom: 56.25%;padding-top: 30px; height: 0; overflow: hidden;}
    .videoWrapper iframe,
    .videoWrapper object,
    .videoWrapper embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
}


