
            @media (min-width: 1200px) {
            .container {  	
                width: 1440px;
                
            }}
         :root {  
            --hovercolor: #FF5A69; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "DM Sans", sans-serif;
            font-size: 16px;
            color: #333333;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "DM Sans", sans-serif;
            color: #000000;
            text-transform: none;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "DM Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.page-title-wrapper{  
                background-image: url(https://atikatienda.3comweb.com/img/cms/bg-page-title-2.jpg);   
            }.js-product-miniature .product_desc .product_name{
            color: #000000;
            font-size: 16px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #727272;
        }.product-price-and-shipping .price{
            color:#727272;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #000000;
            font-size: 28px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#000000;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }/* MENU CATEGORIAS */
.main-menu .pos-menu-vertical .title_vertical:after {
    content: '\e92b';
    display: none;
}

.main-menu .pos-menu-vertical .menu-content {
    display: none;
    width: 100%;
    background: #ffffff;
    box-shadow: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 14px 0 0 0;
    min-width: 300px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.00);
}

.main-menu .pos-menu-horizontal .menu-content .menu-item .menu-dropdown .pos-sub-inner {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 1.875rem 1.875rem 0.625rem 1.875rem;
}


/* PAG PRODUCTO */
#product .product-description p {
    font-size: 16px;
    color: #333;
    font-family: "DM Sans", sans-serif !important;
}

#product .product-description ul strong {
    color: #333;
}

.accordion .card .card-header a {
    display: block;
    font-size: 13px;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "DM Sans", sans-serif !important;
    color: #888;
}

#product .product-description ul {
    display: block;
    list-style-type: disc;
    margin: 0;
    padding-inline-start: 40px;
    font-size: 16px;
    color: #333;
    line-height: 2;
    font-family: "DM Sans", sans-serif !important;
}

.btn-primary {
    text-transform: capitalize;
    font-weight: 400;
    border: 2px solid #000;
    box-shadow: none;
    padding: 10px 30px;
    border-radius: 3px;
    display: inline-block;
    background: #000;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* SIDEBAR / LAYOUT */
@media (min-width: 1200px) {
    .sidebar_narrow #left-column, .sidebar_narrow #right-column {
        width: 21%;
        display: none;
    }
}

@media (min-width: 1200px) {
    .sidebar_narrow #content-wrapper.left-column, .sidebar_narrow #content-wrapper.right-column {
        width: 100%;
    }
}