/*
   -----------------------------------------------------------------------------------
   RED-THEME

   Pesronalización CSS para la tienda XtreenShop haciendo override del CSS principal

   (c) juancarloscruz.es (2018)
   -----------------------------------------------------------------------------------
*/

.debug { border: 1px solid red; }

body, .quickview .modal-content, #blockcart-modal .modal-dialog {
    background-color: #000000;
    background-image: url(../img/shop-background-red-seamless-dark-red-920.jpg);
    background-position: top center;
    background-repeat: repeat;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
}

.quickview .modal-dialog {
    min-width: 800px;
}

.quickview .modal-body {
    padding: 0 15px;
}

.quickview .modal-content .modal-header {
    border-bottom: none;
}

.quickview .modal-body .tptncarousel {
    border: none!important;
    margin-top: 0px;
}

.quickview .modal-body .product-cover {
    border: none!important;
}

.quickview .modal-body h1 {
    font-family: 'Jost',sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.modal-content .modal-header .close {
    color: #DDD;
    border-radius: 100%;
    border: solid 2px #FFF;
    width: 36px;
    height: 36px;
    top: -18px;
    right: -18px;
    position: absolute;
    opacity: 1;
}

a {
    color: #fff;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#wrapper {
    padding-top: 0px!important;
}

#main #content {
    padding-top: 20px!important;
}

#layout-both-columns {
    background-color: rgba(0, 0, 0, 0.5);
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 0 0 20px 0px #000;
    container: 1400px;
    padding-bottom: 20px;
}

#header #top-categ span {
    color: #eee;
    font-size: 14px;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #500;
    box-shadow: 0 5px 20px #000 !important;
}

#tptnheaderlinks a {
    color:#eee;
    font-size: 13px;
    padding:0 15px;
    line-height:50px;
    display:block;
    text-decoration:none;
    text-transform: uppercase;
    font-weight: 600;
}

#tptnheaderlinks a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #f00;
}

input.search_query { color: #f0f0f0; }

#tptnuserinfo .dropdown-content{
    background: rgba(86, 0, 0, 0.9);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    position: absolute;
    top:100%;
    right: 0;
    width: 180px;
    transition: all 0.2s ease-out;
}
#tptnuserinfo li {border-bottom: 1px solid #000000;}
#tptnuserinfo a:hover {background: rgba(0, 0, 0, 0.65); color: #fff; }

#header-row {
    background-image: url(../img/backgrounds/top-menu-background-002.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    /*border-bottom-width: 1px !important;*/
    border-bottom-color: rgba(255,0,0,0.3) !important;
    box-shadow: 0 5px 20px #000 !important;
    box-shadow: 0 5px 20px #000 !important;
    height: 180px !important;
}

#header #nav-row {background: none; border-bottom: 1px solid #111; padding: 12px 0;}

#tptnuserinfo {
  box-shadow: 0 4px 10px 2px rgba(78, 9, 9, 0.9);
  z-index:102;
  background-color: rgba(0, 0, 0, 0.4);
}

#tptnuserinfo .dropbtn{
    border: 1px solid #222;
    font-size: 14px;
    display: block;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}

.shopping_cart {
    background-color: rgb(139, 5, 5) !important;
}

#subbanner a {
    border: 1px solid #000;
}

#tptnhomeslider {
    background-color: #000;
    border: 1px solid #000 !important;
}

#columns .container {
    background-color: rgba(0, 0, 0, 0.5);
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 0 0 20px 0px #000;
    container: 1400px;
    padding-bottom: 20px;
}

.tptncarousel {
    border: 1px solid #050505 !important;
    /*background-color: rgba(86, 0, 0, 0.3);*/
}

.tptncarousel h4 {
    background-color: rgba(200,0,0,0.2) !important;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 2px 8px #000;
}

.owl-item {
    border-right: 1px solid #000 !important;
    min-height: 253px;
}
.product-image-container {
    border-bottom: 1px solid #000 !important;
    margin-top: 10px;
    padding-bottom: 10px;
}

.product-image-container img { padding: 6px; }
.product-image-container img:hover {
    /*background-color: #000;*/
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
}

.sidebar-title {
    background-color: #500;
    font-weight: 600;
}

#categories_block_left {
    border-left: none !important;
    border-right: none !important;
}

.tptn-vertical-mega-menu .menu > li {
    border-bottom: none !important;
    background-color: rgba(255,0,0,0.1);
    box-shadow: 0 2px 4px #000;
}

.tptn-vertical-mega-menu .menu li .sub-container {
    background-color: rgba(40,0,0,1) !important;
}

.tptn-vertical-mega-menu .menu .sub li {
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.tptn-vertical-mega-menu .menu .sub li a {
    border-bottom: none !important;
}

.tptn-vertical-mega-menu .menu .sub li a:hover {
    background-color: rgba(100,0,0,1) !important;
}

.tptn-vertical-mega-menu .menu > li.mega-hover > a {
    background-color: rgba(255,0,0,0.3) !important;
}

.sidebar-links {
    border-top: none;
}

.sidebar-links .item {
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: rgba(255,0,0,0.1);
    box-shadow: 0 2px 4px #000;
}

.sidebar-links .item:hover {
    background-color: rgba(255,0,0,0.3) !important;
}

.owl-item, .product_list.grid.row .item, .product_list.row.list .item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: 1px solid rgba(0,0,0,0.3) !important;
    box-shadow: 0 2px 10px #000;
}

.owl-item:hover, .product_list.grid.row .item:hover {
    background-color: rgba(0,0,0,0);
    border: 1px solid #000 !important;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.9) !important;
}

.product_list.row.list .item:hover {
    background-color: rgba(255,0,0,0.2) !important;
    border: 1px solid #000 !important;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.9) !important;
}

.owl-item:hover {
    background-color: rgba(255,0,0,0.2);
}

#blockbestsellers {
    margin-top: 20px;
}

#blocknewproducts .ajax_block_product.item:hover, #blockbestsellers .ajax_block_product.item:hover, #product_list .ajax_block_product.item:hover {
    background-color: rgba(255,0,0,0.2) !important;
}

.item-content .product-image-container img {
    background-color: #000;
    border: none;
    box-shadow: none;
}

.tptnprods .product-image-container {
    /*background-color: #000;*/
    border: none;
    box-shadow: none;
}

.tptnprods .product-image-container {
    border: none !important;
}

.tptnprods .product-image-container:hover {}

.product-image-container {
    border-bottom: none !important;
}

a.product-name {
    color: #fff !important;
}

.product_list.grid .content_price {
    top: 5px !important;
    height: 30px;
}

.owl-item .content_price {
    top: -10px !important;
    height: 30px;
}

.functional-buttons a {
    border-radius: 50%;
}

.sale-box {
    top: -2px;
    right: -5px;
}

#short_description_content {
    color: #f00 !important;
    font-weight: 600;
}

.short_description_content, .product-name span {
    font-size: 12px !important;
    color: #f00 !important;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600 !important;
}

.product_feature {
    display: inline-block;
    margin-top: 3px;
    font-size: 10px !important;
    color: #aaa;
    font-weight: 400 !important;
    background-color: #000;
    box-sizing: border-box;
    padding: 4px 10px;
}

h1.page-heading.product-listing {
    background-color: rgba(100,0,0,0.5);
    box-shadow: 0 4px 10px 10px rgba(0,0,0,0.7);
    color: #fff;
    font-weight: bold !important;
}

.content_sortPagiBar .display {
    border: none;
}

.content_sortPagiBar .display li {
    border-right: none;
}

.content_sortPagiBar .display li.selected a {
    background-color: rgba(255,0,0,0.3);
    border-bottom: 4px solid #fff;
}

#center_column {
    margin: 20px 0 0 !important;
}

#short_description_content p {
    color: red !important;
}

.product-feature-table td {
    color: #bbb;
}

.product_tag a {
    background-color: #900;
    color: #fff;
}

.attribute_list span {
    padding-left: 10px;
}

.pb-left-column #image-block {
    border: none !important;
}

.pb-left-column #image-block #view_full_size .span_link {
    background-color: #000 !important;
    color: #ccc;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

span.availability {
    display: none !important;
}

.owl-item .product-image-container {
    padding-bottom: 0;
}

.owl-item .product-image-container img:hover, .tptnprods .product-image-container:hover {
    box-shadow: none;
}

.owl-item .feature {
    display: inline-block;
    margin-top: 10px;
    font-size: 10px !important;
    color: #aaa;
    font-weight: 400 !important;
    background-color: #000;
    box-sizing: border-box;
    padding: 4px 10px;
}

.owl-item .title {
    margin-top: 5px;
    color: #f00;
    font-weight: 600 !important;
}

#blocknewproducts {
    margin-top: 20px;
}

.pb-left-column #views_block {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

#tptnhomeslider .owl-item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#tptnhomeslider .owl-item:hover {
    background-color: rgba(255,0,0,0) !important;
}

.tptnprods h4 a, .tptnprods h4 {
    color: red;
}

.functional-buttons a {
    background-color: #f00 !important;
    color: #fff !important;
}

.tptncarousel .owl-item {
    padding: 0 !important;
}

.tptnprods .item {
    padding: 0 !important;
}

.prodcrsl .owl-item {
    margin-top: 10px;
}

.tptnprods .owl-stage {
    padding-top: 10px;
}

ul.product_list .functional-buttons {
    position: absolute;
    width: 100%;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
}

#header .cart_block, .cart_block_no_products {
    background-color: #400 !important;
    border-bottom-color: #300 !important;
}

.cart_block .cart-prices {
    border-top-color: #000 !important;
    border-bottom-color: #000 !important;
    background-color: rgba(100,0,0,0.3) !important;
}

.cart_block_list p.cart-buttons {
    background-color: rgba(100,0,0,0.3) !important;
}

p.cart_block_no_products {
    font-size: 13px !important;
}

#layer_cart .clearfix {
    box-sizing: border-box;
    padding: 4px;
    border: 4px solid #400;
}

#layer_cart, #layer_cart .layer_cart_cart {
    background-color: #000000 !important;
    background-image: url(../img/backgrounds/shop-background-red-seamless-dark-red-920.jpg) !important;
    background-position: top center !important;
}

#layer_cart .layer_cart_cart {
    border-top-color: #000 !important;
}

#layer_cart .layer_cart_product .title {
    background-color: #500 !important;
    color: #fff !important;
}

#layer_cart .layer_cart_product .product-image-container {
    padding: 10px !important;
    box-sizing: border-box !important;
    background-color: #000 !important;
    border: none !important;
}

span#layer_cart_product_title.product-name {
    font-size: 14px !important;
    font-weight: bold;
    color: #fff !important;
}

span#layer_cart_product_attributes {
    color: #fff !important;
}

#header .cart_block dt {
    border-top: 1px solid #000 !important;
}

.cart_block .cart_block_list {
    background-image: url(../img/backgrounds/shop-background-red-seamless-dark-red-920.jpg) !important;
    background-position: top center !important;
}

.cart_block .cart_prices {

}

.cart_block dl.products {
    background-color: rgba(100,0,0,0.3);
}

.cart_block a.cart-images {
    border: none !important;
    background-color: #000 !important;
}

.cart_block a.cart_block_product_name {
    color: #fff !important;
    font-weight: bold !important;
    padding-left: 5px;
}

.cart_block a.cart_block_product_name:hover {
    background-color: none !important;
    color: #D00 !important;
}

.cart_block span.price {
    font-size: 13px !important;
}

.cart_block_list .product-name {
    color: #fff !important;
    font-weight: bold;
}

.cart_block_list .product-name span.quantity-formated, .cart_block_list .product-name span.quantity {
    font-size: 10px !important;
}

.shopping_cart a:hover {
    background-color: none !important;
}

.cart_block #button_order_cart:hover {
    color: #fff !important;
}

/* ----------------- PRODUCT LIST ------------------ */

.right-block.show-grid {
    padding-top: 15px !important;
    padding-left: 5px !important;
}

.show-grid h5 {
    padding-left: 5px !important;
}

.show-grid .product-name {
    font-size: 14px !important;
}

.show-grid .short_description_content {
    font-size: 13px !important;
}

.show-grid .product_row_description {
    font-size: 11px !important;
}

.show-grid .content_price {
    padding-left: 5px !important;
}

/* ----------------- PAYMENT MODULES ------------------ */

.payment_module {
    border-radius: 10px;
    margin-bottom: 20px !important;
    background-color: #fff;
    border: 1px solid #000 !important;
    display: flex;
    align-items: center;
    min-height: 125px;
}

.payment_module a {
    color: #000;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.0rem !important;
}

.payment_module:hover {
    background-color: #FCC300;
    border: 1px solid #666 !important;
    color: #000 !important;
}

.cod-fee {
    border: 1px solid #666;
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
}

/* ----------------- Personalización Header 02-10-2024 ------------------ */

.block-top-seals {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#top-categ { top: 130px !important; }
.shopping_cart { top: 130px !important; }

.order_carrier_content { font-size: 14px !important; }
.order_carrier_content label { font-size: 16px !important; }

/* ----------------- CSS Responsive  ------------------ */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 460px) {
    .col-12 { width:100% !important; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/*@media only screen and (min-width: 480px) and (max-width: 767px) {

}*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* @media only screen and (max-width: 479px) { */

@media only screen and (max-width: 959px) {

    #header-row {
        height: 200px !important;
        border-bottom-width: 0px !important;
    }
    #header-row .container {
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;

    }
    #header #header_logo {
        position: relative !important;
        left: 0 !important;
    }
    #header_logo {
        width: 100% !important;
        text-align: center;
    }
    .block-top-seals {
        display: block !important;
        padding-top: 20px;
    }
    #tptnuserinfo {
        position: absolute !important;
        top: -35px !important;
        right: 5px !important;
        background-color: rgba(86, 0, 0, 1);
        border-radius: 5px;
    }
    #tptnuserinfo .dropdown-content {
        background-color: rgba(86, 0, 0, 1);
    }
    #search_block_top { ; }
    .shopping_cart {
        margin-top: -90px;
        border-radius: 5px;
        height: 35px;
        line-height: 35px !important;
        margin-right: -10px;
    }
    .shopping_cart a {
        font-size: 14px !important;
        line-height: 35px !important;
        line-height: 35px;
    }
    #tptnmobilemenu {
        margin-top: -105px !important;
        border-radius: 5px;
        height: 35px !important;
    }
    #tptnmobilemenu .toggler {
        height: 35px !important;
        border-radius: 5px;
        line-height: 35px !important;
        font-size: 15px !important;
    }
    #columns #center_column {
        margin-top: 0px !important;
    }
    .owl-item.active img {
        height: 100% !important;
        max-width: none !important;
    }
    .mobilemenu {
        position: absolute !important;
        left: 0vw !important;
        top: 40px !important;
        width: 80vw !important;
        background-color: rgba(45,0,0,1) !important;
        font-family: "Montserrat", sans-serif !important;
        font-size: 13px !important;
        font-weight: 600 !important;
    }
    .mobilemenu a {
        border-bottom: #444 !important;
    }
    .mobilemenu .tptnresp-parent-li, .mobilemenu li {
        padding-left: 15px !important;
    }
    .tptnresp-parent-li i {
        margin-right: 15px !important;
    }
    .footer_middle h4 {
        font-family: "Montserrat", sans-serif !important;
        font-size: 13px !important;
        background-color: rgba(45,0,0,1) !important;
    }
    .toggle-footer {
        background-color: rgba(35,0,0,1) !important;
    }
    .toggle-footer .item a, .toggle-footer a {
        font-family: "Montserrat", sans-serif !important;
        font-size: 12px !important;
    }
    .cart_block {
        width: 100vw !important;
        max-width: 750px !important;
    }
    #tptnuserinfo .dropdown-content {
        width: 200px !important;
        font-size: 14px !important;
    }
    #tptnuserinfo .dropdown-content a {
        text-align: center !important;
        padding: 20px !important;
    }
    #first-languages {
        width: 200px !important;
    }
    #first-languages li, #first-languages li.selected {
        padding: 0px !important;
        font-size: 13px !important;
        text-align: center !important;
        height: 35px !important;
        line-height: 35px !important;
    }
    #first-languages li a, #first-languages li span {
        padding: 0 !important;
        height: 35px !important;
    }
    .show-grid h5 {
        padding-right: 10px !important;
    }
    .product_list.list .right-block {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .toggle-footer .item:first-child, .toggle-footer li:first-child {
        padding-top: 15px !important;
    }
}

