/*----------- CSS PERSONALIZADO -----------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,500i,700');

h1, h2, h3, h4, h5, h6, b, strong, button {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

i {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
}

p, span, li, div, article, section, small, a, select, input,
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

/********************** GENERAL **********************/
hr {
    height: 1px;
    background-color: #272d4f;
}

button, button:focus, .cart-container .action.continue, a.action.primary, .modal-footer .action-primary.action-accept {
    background: #c1151d;
}

button.action.secondary {
    background: #3c529a;
    margin: 0 !important;
}

button.action.secondary:hover {
    background: #272d4f;
}

.owl-controls .owl-nav div:hover, button:hover, .cart-container .action.continue:hover, a.action.primary:hover {
    background-color: #761e18;
}

/* RATING */
.rating-summary .rating-result, .rating-summary .rating-result > span {
    background: url("../images/custom_rating_icon.png") repeat-x bottom left;
}

.rating-summary .rating-result > span {
    background: url("../images/custom_rating_icon.png") repeat-x left 0;
}

/********************** ¡ SOBREESCRIBIR MAQUETACIÓN BASE ! **********************/
/*body{
    background: url("../images/bg-body.jpg") no-repeat fixed center top;
}
#maincontent, .header-container, #maincontent .container-fluid{
    max-width: 1260px;
    margin:0 auto;
}
@media (max-width: 991px) {
    .header-style-12 .middle-content .header-middle-right {
        position: relative;
        bottom: -10px;
    }
}*/

/********************** CABECERA **********************/
.header-style-18 {
    border: 0;
}

.navigation ul > li > a > span {
    font-weight: 700;
}

.header-style-18 .header-middle .main-megamenu {
    margin-top: 0;
}

/*.header-style-18 .customer-action .custom-icon{
    float:left;
}
.header-style-18 .customer-header> span{
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin-left: 10px;
}*/
.header-style-18 .customer-action .dropdown-header {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    border-top: 3px solid #c1151d;
    padding: 10px 15px;
}

.header-style-18 .customer-action .dropdown-header .toplinks-wrapper .header.links li a:before {
    display: none;
}

.header-style-18 .customer-action .dropdown-header .toplinks-wrapper .header.links li a,
.header-style-18 .customer-action .dropdown-header .toplinks-wrapper .header.links li strong {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

/* Minicart header */
.cart-wrapper .mage-dropdown-dialog {
    top: 33px;
}

.minicart-wrapper .counter-number {
    font-weight: 700;
}

/*.header-style-18 .customer-action .cart-wrapper .minicart-wrapper .showcart.minicart-extra-info{
    background: none;
    width: auto;
    height: auto;
}
.minicart-extra-info > span{
    display: block;
}*/

/********************** HOME TABS **********************/
#sadar-pro-tabs {
    position: relative;
    background: url("../images/finders-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 70px 0 100px 0;
}

#sadar-pro-tabs .sentence {
    color: #555;
    font-style: italic;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background-color: #b7b7b7;
    color: #555;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}

ul.tabs li span {
    font-weight: 700;
}

ul.tabs li:hover {
    background-color: #999;
    color: #222;
}

ul.tabs li.active {
    background-color: #fff;
    color: #222;
    /*display: block;*/
}

.tab_container {
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 50px 50px 50px 30px;
    display: none;
    overflow: hidden;
}

.tab_drawer_heading {
    display: none;
}

.tab-min-height {
    min-height: 225px;
}

.tabs .busc-icon:before {
    content: "";
    width: 30px;
    height: 100%;
    display: inline-block;
    margin-right: 10px;
}

.tabs .busc-bastidor-icon:before {
    background: url("../images/busc-bastidor-icon.svg") no-repeat center center;
}

.tabs .busc-vehiculo-icon:before {
    background: url("../images/busc-vehiculo-icon.svg") no-repeat center center;
}

.tabs .busc-motor-icon:before {
    background: url("../images/busc-motor-icon.svg") no-repeat center center;
}

/********************** HOME FINDERS **********************/
.parent-category {
    font-size: 18px;
    font-weight: bold;
}

.child-category {
    padding-left: 25px;
}



.marca-wrapper select, .motor-wrapper select {
    padding: 10px 20px 10px 15px;
    border: none;
    display: block;
    background-color: #e0e0e0;
    font-size: 14px;
    height: 43px;
    color: #222;
}

.motor-wrapper input, .referencia-wrapper input[type="text"] {
    padding: 10px 20px 10px 15px;
    display: block;
    background-color: #f0f0f0;
    border: 2px solid #e0e0e0;
    font-size: 13px;
    height: 43px;
    color: #222;
    font-weight: 700;
}

.referencia-wrapper input[type="text"] {
    font-weight: 500;
}

.select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 10px 0;
}

.select-container .number {
    width: 30px;
    background-color: #ccc;
    color: #777;
    height: 43px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
}

.ref-presu-flex {
    padding-top: 50px;
}

.referencia-wrapper {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
}

.presu-wrapper {
    background-color: #fff;
    background-image: url("../images/presu-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding: 20px 60px 20px 20px;
    height: 125px;
}

.presu-wrapper h4 {
    font-weight: 500;
}

.referencia-wrapper .title {
    text-align: center;
    margin-bottom: 10px;
}

.referencia-wrapper input.fullsearch-checkbox {
    font-size: 12px;
    font-weight: 500;
    color: #777;
    margin: 10px 5px 0 0;
    vertical-align: sub;
}

.referencia-wrapper .btn-custom {
    margin-top: 10px;
}

.ult-busq-wrapper {
    padding-top: 50px;
}

.ult-busq {
    background-color: #fff;
    padding: 15px;
    height: 325px;
    overflow-y: scroll;
}

.ult-busq h5 {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

.ult-busq ul {
    padding: 5px 0 0 5px;
}

.ult-busq ul li {
    line-height: 12px;
    margin-top: 7px;
}

.ult-busq ul a {
    font-size: 10px;
    position: relative;
}

.ult-busq a:hover, .ult-busq a:focus {
    color: #222;
    text-decoration: underline;
}

.ult-busq ul a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -10px;
    top: 0;
    font-size: 12px;
    color: #999;
}

.ult-busq ul a:hover:before {
    left: -7px;
}

/***************************************/
/********************** LOGIN & CREATE **********************/
body.customer-account-login,
body.customer-account-create,
body.customer-account-forgotpassword {
    background-color: #ebeced;
}

body.customer-account-login .page-main,
body.customer-account-create .page-main,
body.customer-account-forgotpassword .page-main {
    padding-top: 0;
    padding-bottom: 0;
    min-height: inherit;
}

body.customer-account-login .panel,
body.customer-account-create .panel,
body.customer-account-forgotpassword .panel {
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
}

body.customer-account-login .custom-header,
body.customer-account-create .custom-header,
body.checkout-cart-index .custom-header,
body.checkout-index-index .custom-header,
body.customer-account-forgotpassword .customer-header {
    background-color: #ebeced;
    padding: 30px 0;
}


#checkout-shipping-method-load{ display:none; }
.checkout-shipping-method .step-title{ display:none; }
.onepage-checkout-shipping-method-additional-load{ display:none; }


.cart-logo {
    margin-bottom: 10px;
}

.login-container .block-customer-login, .login-container .block-new-customer,
.form-create-account .fieldset {
    border: 0;
    background-color: #fff;
}

.form-create-account .actions-toolbar {
    background-color: transparent;
    padding: 0;
    border: 0;
}

.frase-login {
    text-align: right;
    height: 50px;
    display: table;
}

.frase-login:before {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #ccc;
    width: 100px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.frase-login h4 {
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}

.customer-account-login .login-container .block-customer-login, .customer-account-login .login-container .block-new-customer {
    display: block;
    clear: both;
    float: none;
    margin: 0 auto;
    min-height: auto;
}

.login-container .fieldset:after {
    margin-top: 10px;
}

.customer-account-login .login-container .block-new-customer p {
    float: left;
    margin-right: 10px;
}

.customer-account-login .login-container .block-new-customer .btn-underline:hover {
    border-color: #c1151d;
}

/********************** LISTADO CATEGORIAS *********************/
.grid-atributos { text-align:center; }
.grid-atributos .atributo-parent {
    color: #3c529a;
    text-align:center;
    width:100%;
    display:block;
    font-size:15px;
}
.grid-atributos .title-image {
    border: 0;
    display: block;
}

.grid-atributos .col-md-4 {
    width:32%;
}
.bloque-atributo { padding:0; margin:0 1% 1% 0;border: 1px solid #e0e0e0; border-radius:10px;}
.bloque-atributo:hover ul {display:block;}
.bloque-atributo:hover { background-color:#EEE;}
.atributo-item {
    padding: 0 10px;
    width:98%;
    display:block;
}
.grid-atributos ul { text-align:left; /*display:none;*/ }
.grid-atributos ul li a {
    font-size: 1em;
}

/********************** FICHA DE PRODUCTO **********************/
.product.data.items {
    z-index: 0;
}

.catalog-product-view .product.media, .catalog-product-view .product-actions {
    /*width: auto; ESTO ROMPE LAS IMAGENES */
    float: none;
    display: inline-block;
}

/* PRUEBA CAUTION! .catalog-product-view .product.media{
    padding:30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}*/
.catalog-product-view .product-info-main {
    /*border-left:6px solid #f0f0f0;*/
    margin-left: 6px;
    display: inline-block;
    float: right;
    padding: 30px;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
}

.catalog-product-view .product-actions {
    vertical-align: top;
    padding: 30px;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
}

.catalog-product-view .product-info-stock-sku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.catalog-product-view .sku {
    display: block;
    color: #999;
}

.catalog-product-view .sku .type {
    float: left;
    margin-right: 3px;
}

.catalog-product-view .price-box .price {
    color: #333;
    font-size: 2.5em;
    font-weight: 700;
}

.catalog-product-view .price-box .price-info {
    color: #888;
    font-size: 1.4em;
}

.product-info-main .price-box {
    margin-bottom: 0;
}

.product-manuf-logo {
    position: absolute;
    right: 20px;
    top: 25px;
}

/* Estilos de Market sobreescritos*/
.product-actions .product-options-bottom .box-tocart .fieldset,
.product-actions .product-add-form .box-tocart .fieldset,
.block-bundle-summary .box-tocart .fieldset {
    display: table;
    margin-right: 10px;
}

.product-actions .product-options-bottom .box-tocart .fieldset .qty,
.product-actions .product-add-form .box-tocart .fieldset .qty,
.block-bundle-summary .box-tocart .fieldset .qty {
    float: left;
    margin: 0 !important;
}

.product-actions .product-options-bottom .box-tocart .fieldset .qty .label,
.product-actions .product-add-form .box-tocart .fieldset .qty .label,
.block-bundle-summary .box-tocart .fieldset .qty .label {
    line-height: 40px;
    padding: 0 8px 0 0 !important;
    float: none !important;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.product-actions .product-options-bottom .box-tocart .fieldset .qty .control,
.product-actions .product-add-form .box-tocart .fieldset .qty .control,
.block-bundle-summary .box-tocart .fieldset .qty .control {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    float: none !important;
}

.product-actions .product-options-bottom .box-tocart .fieldset .qty .control #qty,
.product-actions .product-add-form .box-tocart .fieldset .qty .control #qty,
.block-bundle-summary .box-tocart .fieldset .qty .control #qty {
    width: 35px;
    height: 30px;
    text-align: center;
    margin-right: 0;
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .qty .control #qty {
    background-color: #e0e0e0;
    border: 0;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #333;
}

.control-qty .quantity-controls:hover {
    background-color: #999;
}

/*****/
/*.bottom-action .instock1 span{
    color:#26c066;
    font-weight: 700;
    text-transform: uppercase;
}*/

.instock {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
}

.instock1 {
    color: #26c066;
}

.instock2 {
    color: #E9AB17;
}

.instock3 {
    color: #F87217;
}


.historic-ball0 {
    float: left;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin: 3px 5px 0 0;
    background: #CE0000;
}

.historic-ball1 {
    float: left;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin: 3px 5px 0 0;
    background: #E9AB17;
}

.historic-ball2 {
    float: left;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin: 3px 5px 0 0;
    background: #26c066;
}


.stock-ball0 {
    float: left;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin: 3px 5px 0 0;
    background: #CE0000;
}

.stock-ball1 {
    float: left;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin: 3px 5px 0 0;
    background: #26c066;
}

.stock-ball2 {
    float: left;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin: 3px 5px 0 0;
    background: #E9AB17;
}


.stock-ball3 {
    float: left;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin: 3px 5px 0 0;
    background: #F87217;
}

.list-stock {
    overflow: hidden;
}

.list-stock .stock-ball1 {
    float: right;
    display: block;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin: 0;
    background: #26c066;
}

.list-stock .stock-ball2 {
    float: right;
    display: block;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin: 0;
    background: #E9AB17;
}

.list-stock .stock-ball3 {
    float: right;
    display: block;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin: 0;
    background: #F87217;
}

.customer-historic {
    float: right;
}

.product-info-main .product-info-stock-sku .sku {
    display: block;
}

.product-info-main .product-info-stock-sku .stock {
    margin: 0 0 5px;
}

.product-info-main .product-info-stock-sku .desglose-stock {
    display: none;
    background: #EEE;
    padding: 15px;
    margin-top: 20px;
    position: absolute;
}

.product-info-main .product-info-stock-sku .stock:hover + .desglose-stock {
    display: block;
}

.bottom-action .desglose-stock {
    display: none;
    background: #EEE;
    padding: 7px 10px;
    right: 0;
    position: absolute;
    float: right;
}

.bottom-action .stock:hover + .desglose-stock {
    display: block;
}

.control-qty .quantity-controls {
    background-color: #b3b3b3;
}

.product-add-form .box-tocart {
    float: none;
    display: block;
    width: 100%;
}

.product-info-main .product-options-bottom .box-tocart .fieldset, .product-info-main .product-add-form .box-tocart .fieldset {
    width: 100%;
}

button#product-addtocart-button, button#buy-now {
    margin-top: 10px;
    width: 100%;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .actions, .product-info-main .product-add-form .box-tocart .fieldset .actions {
    float: none;
    display: block;
    clear: both;
}

button#product-addtocart-button span, button#buy-now span {
    font-weight: 700;
}

button#buy-now {
    background-color: #c1151d;
    padding: 0 30px !important;
}

.product-info-main .product-options-bottom .box-tocart .fieldset .actions button:hover, .product-info-main .product-add-form .box-tocart .fieldset .actions button:hover {
    background-color: #761e18 !important;
}

.catalog-product-view .rflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*background-color: #fff;*/
    margin-bottom: 50px;
}

.rflex .custom-w {
    position: relative;
    background-color: #fff;
}

/************************ CHECKOUt + MICART *********************/

/* Ocultamos los gatos de envio en checkout para Sadar */
#cart-totals .totals .shipping { display:none; }
.opc-block-summary .table-totals .shipping { display:none; }
.opc-block-shipping-information .shipping-information .ship-via { display:none; }

.minicart-items .product-item-details {
    padding-left: 0;
}

.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    display: none;
}

/************************ RELATED PRODUCTS *******************/
.custom-related {
    background-color: #fff;
    padding: 20px;
}

.custom-related .product-name {
    display: inline-block;
}

.custom-related .price-box .price {
    font-size: 18px;
    font-weight: 700;
}

.custom-related .price-box {
    /*float: left;*/
    margin-right: 20px;
}

/*** REVIEWS
.product-reviews-summary.empty{
    padding-top: 10px;
    width: 100%;
}
.product-reviews-summary .reviews-actions .add,
.product-reviews-summary .reviews-actions span:after{
    display: none;
}
.product-reviews-summary.empty .reviews-actions .add{
    display:block;
}
.product-reviews-summary .reviews-actions a{
    line-height: initial;
    font-style: italic;
    font-size: 0.9em;
    margin-right: 0;
    color:#999;
}
.review-item{
    padding:15px 0;
}
#product-review-container .block .block-title{
    margin-bottom: 0;
}
.review-title{
    text-transform: none;
    font-weight: 700;
    margin:0 0 10px;
}
*/
.product-actions .page-title-wrapper.product .page-title {
    font-size: 2.2em;
    margin-bottom: 10px;
    text-transform: none;
    padding-right: 90px;
}

.product-actions .page-title-wrapper.product .page-title:before {
    display: none;
}

.product-actions .page-title-wrapper.product .page-title span {
    font-weight: 700;
    color: #000;
}

.catalog-product-view #maincontent, .catalog-product-view .breadcrumbs {
    background-color: #f0f0f0;
}

.catalog-product-view .media, .catalog-product-view .product-info-main {
    margin-bottom: 0;
}

.product-safety {
    margin-top: 30px;
    opacity: .5;
}

.safety-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.safety-item img {
    float: left;
    margin-right: 5px;
}

.safety-item p {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0;
}

/*** TABS ***/
.default-style .resp-tabs-container {
    background-color: #fff;
}

.default-style .resp-tabs-container {
    border: 0;
}

.default-style .resp-tabs-list li {
    border: 0;
    margin: 0;
}

.default-style .resp-tabs-list li.active {
    border: 0;
}

.default-style .resp-tabs-list li a {
    font-weight: 700;
    font-size: 0.9em;
}

.default-style .resp-tabs-list li.active:before {
    display: none;
}

.default-style .resp-tabs-list li:after {
    content: "";
    background-color: #f0f0f0;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
}

.default-style .resp-tabs-list li.active:after {
    content: "";
    background-color: #c1151d;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
}

/*** BUNDLE PRODUCTS ***/
body.page-product-bundle .product-info-price .price-final_price,
.bundle-options-wrapper .fieldset-bundle-options .legend.title,
.bundle-options-wrapper .fieldset-bundle-options button.back,
.block-bundle-summary .product.name,
.block-bundle-summary .stock,
.bundle-options-wrapper p.required,
.bundle-options-wrapper .required .label:after,
.fieldset-bundle-options .field.qty {
    display: none;
}

.fieldset.fieldset-bundle-options > .field {
    margin-bottom: 0 !important;
}

.product-options-wrapper {
    margin-bottom: 5px;
    padding-top: 0;
}

.fieldset.fieldset-bundle-options > .field:not(.choice) > .label {
    margin-bottom: 3px;
}

.fieldset-bundle-options .field .label span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
}

/********************** MANUFACTURERS CAROUSEL **********************/
#carousel-wrapper #carousel li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
}

/********************** FOOTER ICONS CONFIANZA **********************/
.iconos-footer {
    background-color: #f5f5f5;
    padding: 50px 0;
    overflow: auto;
}

.iconos-footer .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconos-footer .item img {
    margin-right: 20px;
    opacity: 0.3;
}

.iconos-footer .item span {
    color: #999;
    font-size: 15px;
    font-weight: 500;
}

/********************************************/
/********************** FOOTER **********************/
.footer-style-2 {
    background-color: #fff;
}

.links-footer a {
    font-weight: 500;
    color: #222;
}

.footer-style-2 .footer-block .footer-block-content .links-footer li a:hover {
    color: #777;
}

.footer-style-2 .footer-middle {
    border: 0;
}

.footer-style-2 .footer-top {
    border-bottom: 0;
    border-top: 2px solid #f0f0f0;
}

.footer-container .footer-bottom .copyright-footer a {
    color: #c1151d;
    font-weight: 700;
}

.footer-style-2 .footer-block .footer-block-title h3 {
    color: #761e18;
}

.footer-style-2 .footer-block .footer-block-title {
    margin-bottom: 10px;
}

.footer-style-2 .footer-block .footer-block-content .links-footer li {
    margin-bottom: 0;
}

.tecdoc-footer {
    display: block;
    clear: both;
    padding-top: 20px;
}

.tecdoc-footer img {
    display: block;
    clear: both;
    margin-bottom: 5px;
}

.tecdoc-footer small {
    color: #999;
    display: block;
}

.quality-footer img {
    opacity: 0.5;
    max-width: 170px;
}

.footer-style-2 .footer-bottom .copyright-footer address {
    color: #999;
}

/******************** MY ACCOUNT ****************/
.account-nav .item.current a, .account-nav .item.current strong {
    border-color: #c1151d;
}

/****************** LOGIN & CREATE ACCOUNT *******************/
body.customer-account-login .panel,
body.customer-account-create .panel,
body.customer-account-forgotpassword .panel {
    background-color: transparent;
}

body.customer-account-login .custom-header,
body.customer-account-create .custom-header,
body.customer-account-forgotpassword .custom-header {
    background-color: transparent;
}

body.customer-account-login,
body.customer-account-create,
body.customer-account-forgotpassword {
    background: url("../images/finders-bg.jpg") no-repeat center;
    background-size: cover;
    height: 100vh;
}

body.customer-account-forgotpassword .col1-layout .container {
    background-color: #fff;
    padding: 30px !important;
    max-width: 700px;
}

/****************** SOLICITAR PRESUPUESTO PAGE *****************/
.category-peticion-presupuesto .page-title-wrapper .page-title:before {
    display: none;
}

.category-peticion-presupuesto .page-title-wrapper .page-title {
    text-align: center;
    margin: 0;
}

.category-peticion-presupuesto.page-products #form-send {
    margin: 0 auto;
}

/***************************** COMERCIALES **************************************/
#customer-id {
    text-align: center;
    padding: 10px 0;
}

#customer-id > img {
    height: 20px;
    margin: 0 5px 0 0;
}

#customer-id h5 {
    display: inline-block;
    font-weight: 500;
    font-size: 0.9em;
    color: #222;
    font-style: italic;
    text-transform: uppercase;
}

#customer-id h5 b {
    font-weight: 700;
    font-style: normal;
}

.cliente-wrapper {
    padding: 30px;
}

.cliente-wrapper .title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cliente-wrapper input.customer-name {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 2px solid #e0e0e0;
}

.comercial-prices {
    border: 1.5px solid #444;
    padding: 5px 10px;
    float: right;
}

.prices-on, .comercial-prices.prices-off:hover {
    background-color: #444;
    color: #fff !important;
}

.prices-off, .comercial-prices.prices-on:hover {
    background-color: #fff;
    color: #444 !important;
}

/********************************************************************************/

/********************************************/
/********************** DE ESCRITORIO A MOVIL **********************/
@media only screen and (min-width: 768px) {
}

/********************************************/
/********************** DE ESCRITORIO A TABLET **********************/
@media only screen and (min-width: 992px) {
}

/********************************************/
/********************** ESPECIAL ESCRITORIO **********************/
@media only screen and (min-width: 1200px) {
    .header-style-18 .container {
        max-width: 1170px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* FIXED HEADER */
    .header-style-18 {
        position: fixed;
        z-index: 6;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    }

    main#maincontent {
        padding-top: 150px;
    }

    .cms-index-index main#maincontent,
    .catalogsearch-result-index main#maincontent {
        padding-top: 100px;
    }

    .customer-account-login main#maincontent,
    .customer-account-create main#maincontent,
    .checkout-index-index main#maincontent,
    .customer-account-forgotpassword main#maincontent {
        padding-top: 0;
    }

    .checkout-cart-index main#maincontent {
        padding: 30px 0;
    }

    /**************/
}

/********************************************/
/********************** ESCRITORIO SMALL **********************/
@media only screen and (max-width: 1200px) {
    .breadcrumbs {
        text-align: left;
    }
}

/********************************************/
/********************** TABLET **********************/
@media only screen and (max-width: 992px) {
    .logo-header {
        max-width: 130px;
        float: left;
    }

    .cmenu-header {
        position: absolute;
        top: 70px;
    }

    /* CAUTION! */
    .header-style-18 .header-middle .logo-content {
        margin-bottom: 10px;
    }

    /* Override base*/
    .header-style-18 .header-middle .main-megamenu {
        display: block;
    }

    .header-style-18 .header-middle .navigation-mobile-container {
        display: none;
    }

    .iconos-footer .item {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 20px 0;
        width: 50%;
    }

    .iconos-footer .item img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* Carrito en el móvil */
    .header-style-12 .minicart-header {
        position: relative;
    }

    .header-style-12 .middle-content .header-middle-right {
        padding: 0;
        position: relative;
        bottom: -15px;
    }

    .header-style-12 .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart {
        margin-left: 20px;
        margin-right: 20px;
    }

    .header-style-12 .header-middle .search-header {
        margin-left: 20px;
    }

    .header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart {
        margin-top: 0;
    }

    .frase-login:before {
        display: none;
    }

    /* Product view */
    .catalog-product-view .rflex {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .catalog-product-view .product-info-main {
        margin: 0;
        width: 100%;
    }
}

/********************************************/
/********************** MOVIL **********************/
@media only screen and (max-width: 767px) {

    .prod-row .prod-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .quality-footer img {
        margin-top: 20px;
        max-width: 100px;
    }

    /********************* TABS *****************/
    .tab_content {
        padding: 100px 20px;
    }

    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        text-align: center;
        background-color: #222;
        color: #fff;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .d_active {
        background-color: #ccc;
        color: #777;
    }

    /********************************************/
    .header-style-12 .header-top .toplinks-wrapper:before {
        color: #777;
        background-color: #e0e0e0;
        margin-top: -1px;
    }

    .header-style-12 .middle-content .header-middle-right {
        margin-bottom: 7px;
    }

    .iconos-footer .item {
        width: 100%;
    }

    .frase-login {
        text-align: left;
    }

    /**************************************/
    .product-actions .page-title-wrapper.product .page-title {
        font-size: 1.5em;
    }

    /****** COMERCIALES **********/
    #customer-id {
        position: absolute;
        top: 30px;
    }
}

/********************************************/
/********************** ESPECIAL **********************/
@media only screen and (max-width: 550px) {
    .arrow {
        display: none;
    }
}

/********************************************/
/********************** ESPECIAL 2 **********************/
@media only screen and (max-width: 480px) {
}

/*
.cf::before,
.cf::after {
    content: " ";
    display: table;
}
.cf::after {
    clear: both;
}
.mini-cart-header {
    display: inline-block;
}
.block.sm-cartpro {
    display: inline-block;
    margin: 0;
}
.cartpro-modal #customizeTitle {
    margin-left: 0!important;
}
.cartpro-modal .product-add-form .box-tocart {
    margin-bottom: 20px;
}
.sm-cartpro .cartpro-title {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    color: #636363;
    cursor: pointer;
    float: left;
    height: 44px;
    line-height: 42px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.sm-cartpro .cartpro-title:hover:not(.skip-active) {
    opacity: 0.8;
}
.cartpro-modal .qty {
    width: 40px;
    text-align: center;
}
.sm-cartpro .cartpro-title .cartpro-icon {
    background-image: url("../images/icon_sprite.png");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    margin-right: 3px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 30px;
}
.sm-cartpro:hover .cartpro-title:not(.skip-active) .cartpro-icon {
    background-position: -50px -95px;
}
.sm-cartpro .cartpro-message {
    display: none;
    padding: 0 0 10px;
    text-align: center;
}
.sm-cartpro .cartpro-success {
    color: green;
}
.sm-cartpro .cartpro-error {
    color: #ff0000;
}
.sm-cartpro .cartpro-title .cartpro-label {
    display: inline;
}
.sm-cartpro:hover .cartpro-title .cartpro-label {
    color: #3399cc;
}
.sm-cartpro .cartpro-count {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #3399cc;
    display: inline-block;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-left: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: auto;
    z-index: 5;
}
.sm-cartpro:hover .cartpro-count,
.sm-cartpro .cartpro-empty .cartpro-count {
    color: #fff;
}
.sm-cartpro .cartpro-count::before {
    content: "(";
}
.sm-cartpro .cartpro-count::after {
    content: ")";
}
.sm-cartpro .cartpro-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    display: block;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 44px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.4s ease-in-out 0s;
    width: 320px;
    z-index: 200;
}
.sm-cartpro .cartpro-content::before,
.sm-cartpro .cartpro-content::after {
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sm-cartpro .cartpro-content::before {
    background-color: #e1effa;
    opacity: 0.8;
    z-index: 2;
}
.sm-cartpro .cartpro-content::after {
    background-image: url("../images/ajax_loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
}
.sm-cartpro .cartpro-content.loading::before,
.sm-cartpro .cartpro-content.loading::after {
    display: block;
}
.sm-cartpro .cartpro-content .empty {
    padding: 10px 0;
    text-align: center;
}
.sm-cartpro .cartpro-content .cartpro-products {
    margin: 0 10px 10px;
    max-height: 350px;
    overflow: auto;
    padding: 0;
}
.sm-cartpro .cartpro-products-inner {
    margin: 0;
    padding: 0;
}
.sm-cartpro .cartpro-products-inner .item {
    border-bottom: 1px solid #dddddd;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.sm-cartpro .cartpro-products-inner .product-image {
    border: 1px solid #ededed;
    display: block;
    float: left;
    margin-right: 10px;
    min-width: 50px;
    position: relative;
}
.sm-cartpro .cartpro-products-inner .product-name {
    font-weight: 700;
    text-transform: uppercase;
}
.sm-cartpro .cartpro-products-inner .product-name a {
    color: #3399cc;
}
.sm-cartpro .cartpro-products-inner .product-name a:hover {
    color: #2e8ab8;
}
.sm-cartpro .cartpro-products-inner .product-details {
    overflow: hidden;
}
.sm-cartpro .cartpro-products-inner .price-label,
.sm-cartpro .cartpro-products-inner .qty-label {
    padding-right: 10px;
    text-align: left;
    text-transform: uppercase;
}
.sm-cartpro .cartpro-products-inner .price-value,
.sm-cartpro .cartpro-products-inner .qty-value {
    clear: right;
    color: #3399cc;
}
.sm-cartpro .cartpro-products-inner .qty-value input {
    height: 30px;
    margin-left: 12px;
    margin-right: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    width: 3.2em;
}
.sm-cartpro .cartpro-products-inner .quantity-button {
    background: #3399cc none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    opacity: 0;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 100ms;
    transition-property: opacity;
    vertical-align: top;
    white-space: nowrap;
}
.sm-cartpro .cartpro-products-inner .quantity-button.visible {
    cursor: pointer;
    opacity: 1;
}
.sm-cartpro .cartpro-products-inner .product-action {
    margin-top: 5px;
}
.sm-cartpro .cartpro-subtotal {
    background-color: #dddddd;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: center;
}
.sm-cartpro .cartpro-subtotal .label {
    color: #fff;
    text-transform: uppercase;
}
.sm-cartpro .cartpro-subtotal .price {
    color: #3399cc;
}
.sm-cartpro .cartpro-actions {
    overflow: hidden;
    text-align: center;
}
.sm-cartpro .cartpro-actions .cartpro-checkout {
    float: none;
    max-width: 100%;
    text-align: center;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li {
    margin: 0 0 5px 5px;
    text-transform: uppercase;
    vertical-align: top;
}
.sm-cartpro .cartpro-actions .cartpro-checkoutli:first-child {
    margin-left: 0;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li::after {
    clear: both;
    content: "";
    display: table;
}
.sm-cartpro .cartpro-actions .checkout-button {
    background: #3399cc none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: inline-block;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    padding: 7px 30px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.sm-cartpro .cartpro-actions .checkout-button:hover {
    background: #2e8ab8 none repeat scroll 0 0;
    cursor: pointer;
}
@media only screen and (min-width: 771px) {
    .sm-cartpro.cartpro-hover:hover .cartpro-content,
    .sm-cartpro.cartpro-hover .cartpro-content {
        opacity: 1;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }
}
@media only screen and (max-width: 770px) {
    .mini-cart-header {
        display: block;
    }
    .sm_cartpro {
        position: relative;
    }
    .sm_cartpro:hover {
        background: #ededed none repeat scroll 0 0;
        display: block;
    }
    .sm-cartpro .cartpro-content {
        display: none;
        opacity: 1;
        top: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transition: none 0s ease 0s;
    }
    .sm-cartpro.cartpro-hover .cartpro-content,
    .sm-cartpro.cartpro-hover:hover .cartpro-content {
        background: #ededed none repeat scroll 0 0;
        border: medium none;
        clear: both;
        display: block;
        position: relative;
        top: 0;
    }
    .sm-cartpro .cartpro-title {
        background-color: #ffffff;
        padding: 0;
        width: 25%;
    }
    .sm-cartpro.cartpro-hover .cartpro-title {
        background: #ededed none repeat scroll 0 0;
        color: inherit;
    }
    .sm-cartpro .cartpro-title .cartpro-label {
        text-transform: none;
    }
    .sm-cartpro .cartpro-count {
        background: rgba(51, 153, 204, 0.9) none repeat scroll 0 0;
        border-radius: 12px;
        color: #ffffff;
        display: inline-block;
        font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 11px;
        height: 22px;
        line-height: 22px;
        position: relative;
        text-align: center;
        top: -6px;
        width: 22px;
        z-index: 5;
    }
    .sm-cartpro .cartpro-count::after,
    .sm-cartpro .cartpro-count::before {
        content: "";
    }
}
@media only screen and (max-width: 499px) {
    .sm-cartpro .cartpro-count {
        margin-left: -12px;
    }
    .sm-cartpro .cartpro-title .cartpro-label {
        display: none;
    }
    .sm-cartpro .cartpro-title {
        width: 20%;
    }
}
.sm-cartpro .item-options {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
}
.sm-cartpro .item-options::after {
    clear: both;
    content: "";
    display: table;
}
.sm-cartpro.item-options dt {
    clear: left;
    float: left;
    font-style: italic;
    font-weight: 600;
    padding-right: 5px;
}
.sm-cartpro.item-options dt::after {
    content: ": ";
}
.sm-cartpro .item-options dd {
    float: left;
    margin: 0 0 6px;
    padding-left: 10px;
}
.sm-cartpro .truncated,
.sm-cartpro .truncated a.dots {
    cursor: help;
    display: inline-block;
}
.sm-cartpro .truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}
.sm-cartpro .truncated a.details:hover {
    text-decoration: none;
}
.sm-cartpro .truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}
.sm-cartpro .truncated .truncated_full_value .item-options {
    background-color: #f6f6f6;
    border: 1px solid #3399cc;
    bottom: 5px;
    display: none;
    left: 0;
    padding: 8px;
    position: absolute;
    top: auto;
    width: 200px;
    z-index: 300;
}
.sm-cartpro .truncated .truncated_full_value .item-options::after {
    border-color: #3399cc transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: auto;
    width: 0;
}
.sm-cartpro .truncated .truncated_full_value .item-options > p {
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.sm-cartpro .truncated .show .item-options {
    display: block;
}
@media only screen and (max-width: 479px) {
    .sm-cartpro .truncated {
        cursor: inherit;
    }
    .sm-cartpro .truncated a.details {
        display: none;
    }
    .sm-cartpro .truncated .truncated_full_value .item-options {
        background-color: transparent;
        border: medium none;
        display: block;
        position: static;
        width: 100%;
        z-index: 1;
    }
    .sm-cartpro .truncated .truncated_full_value .item-options p {
        float: none;
    }
    .sm-cartpro .truncated .truncated_full_value .item-options::after {
        display: none;
    }
}
.cartpro-process {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out 0s;
    z-index: 99999;
}
.cartpro-process.cartpro-show {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}
.cartpro-modal {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: auto;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    z-index: 99999;
}
.cartpro-modal.cartpro-show {
    bottom: 0;
    opacity: 1;
    top: 0;
}
.cartpro-modal .cpmodal-wrapper,
.cartpro-process .cartpro-loadmark {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 200px;
}
.cartpro-process .cartpro-imageload {
    background: #fff;
    border: 2px solid #3399cc;
    color: #3399cc;
    font-size: 116.67%;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
}
.cartpro-process .cartpro-imageload .cartpro-text {
    padding-top: 5px;
}
.cartpro-process .cartpro-imageload img {
    display: inline-block;
    vertical-align: middle;
}
.cartpro-modal .cpmodal-wrapper {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    width: auto;
}
.cartpro-modal .cpmodal-wrapper .content-cpcart {
    max-height: 500px;
    min-width: 260px;
    overflow: auto;
}
.cartpro-modal .cpmodal-wrapper .fieldset-bundle-options .input-text.qty {
    margin: 10px 0;
}
.cartpro-modal .product-options-wrapper {
    padding-top: 0;
    margin-bottom: 0;
}
.swatch-option-tooltip {
    z-index: 99999!important;
}
.cartpro-modal .fieldset-bundle-options {
    margin-bottom: 0;
}
.cartpro-modal .cpmodal-wrapper #bundleSummary {
    display: none;
}
.cartpro-modal .cpmodal-wrapper .product-info-main {
    width: 100%;
}
.cartpro-modal .cpmodal-message {
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.cartpro-modal .cpmodal-close {
    background: #444;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 20px;
    line-height: 17px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    vertical-align: top;
    width: 20px;
}
.cartpro-modal .cpmodal-close:hover {
    background-color: #ff4c4c;
}
.direction_rtl .cartpro-modal .cpmodal-close {
    left: 0;
    right: auto;
}
.cartpro-modal .cpmodal-time::before {
    content: " (";
}
.cartpro-modal .cpmodal-time::after {
    content: ")";
}
.cartpro-modal .cpmodal-time.cartpro-hidden {
    display: none;
}
.cartpro-modal .cpmodal-button {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    margin: 5px 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.cartpro-modal .cpmodal-button:hover {
    background-color: #333!important;
}
.cartpro-modal .cpmodal-button.cartpro-hidden {
    display: none;
}
.cartpro-modal.cartpro-options .cpmodal-message,
.cartpro-modal.cartpro-options .cpmodal-action {
    display: none;
}
.cartpro-modal .cpmodal-message.cp-error {
    color: #ff0000;
    display: block;
}
@media only screen and (max-width: 499px) {
    .cartpro-modal .cpmodal-wrapper {
        width: 300px;
    }
    .cartpro-modal .cpmodal-button {
        white-space: nowrap;
    }
}
.product-view.cartpro-product .product-shop,
.cartpro-modal .product-view .product-shop {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.product-view.cartpro-product .add-to-cart-wrapper {
    float: none;
    padding: 0;
    width: 100%;
}
.product-view.cartpro-product .product-shop .product-name {
    color: #3399cc;
    display: inline-block;
    float: none;
    font-size: 16px;
    text-transform: uppercase;
}
.product-view.cartpro-product .product-shop .extra-info {
    float: none;
    margin: 0;
}
.cartpro-modal .cartpro-frame {
    border: medium none;
    overflow: auto;
}
.cartpro-modal .cartpro-frame html,
.cartpro-modal .cartpro-frame body {
    height: auto;
}
.product-view.cartpro-product .grouped-items-table-wrapper {
    margin: 0;
    padding: 0;
}
.product-view.cartpro-product .product-shop .availability {
    font-size: 12px;
    text-transform: uppercase;
}
.product-view.cartpro-product .product-shop .price-info {
    float: right;
    padding-left: 15px;
    text-align: right;
}
.product-view.cartpro-product .product-shop .extra-info,
.product-view.cartpro-product .product-shop .price-info {
    margin: 0 0 5px;
}
.product-view.cartpro-product .product-shop .price-box {
    margin-bottom: 0;
}
.product-view.cartpro-product .product-options {
    border: 1px solid #cccccc;
    clear: both;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 100%;
}
.product-view.cartpro-product .product-options-bottom {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f4f4f4;
    border-color: -moz-use-text-color #cccccc #cccccc;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin: 0;
    padding: 10px;
}
.product-view.cartpro-product .add-to-links {
    margin: 0;
}
.product-view.cartpro-product .product-shop .price-box .regular-price .price,
.product-view.cartpro-product .product-shop .price-box .special-price .price,
.product-view.cartpro-product .product-shop .price-box .full-product-price .price {
    color: #3399cc;
    font-size: 20px;
}
.product-view.cartpro-product .add-to-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eeeeee;
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 10px;
}
.cartpro-modal .cpmodal-button:hover {
    background-color: #333;
}
@media only screen and (max-width: 1024px) {
    html.cartpro-block,
    html.cartpro-block body {
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        position: fixed;
        width: 100%;
    }
}
*/

/*-----------customers search--------------*/

/*table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}


tr:nth-child(even) {
    background-color: #dddddd;
}

table.customers-search th{
    font-weight: 700;
    text-align: center;}

*/