@import url("font-awesome.min.css");

@font-face {
    font-family: 'Raleway-Regular';
    src: url('/fonts/Raleway-Regular.eot'); /* IE9 */
    src: url('/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Raleway-Regular.woff2') format('woff2'), /* Browser Super Moderni */
    url('/fonts/Raleway-Regular.woff') format('woff'), /* Browser Moderni */
    url('/fonts/Raleway-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Raleway-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Raleway-Thin';
    src: url('/fonts/Raleway-Thin.eot'); /* IE9 */
    src: url('/fonts/Raleway-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Raleway-Thin.woff2') format('woff2'), /* Browser Super Moderni */
    url('/fonts/Raleway-Thin.woff') format('woff'), /* Browser Moderni */
    url('/fonts/Raleway-Thin.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Raleway-Thin.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('/fonts/Raleway-Light.eot'); /* IE9 */
    src: url('/fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Raleway-Light.woff2') format('woff2'), /* Browser Super Moderni */
    url('/fonts/Raleway-Light.woff') format('woff'), /* Browser Moderni */
    url('/fonts/Raleway-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Raleway-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('/fonts/Raleway-SemiBold.eot'); /* IE9 */
    src: url('/fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Raleway-SemiBold.woff2') format('woff2'), /* Browser Super Moderni */
    url('/fonts/Raleway-SemiBold.woff') format('woff'), /* Browser Moderni */
    url('/fonts/Raleway-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Raleway-SemiBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('/fonts/Raleway-Bold.eot'); /* IE9 */
    src: url('/fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Raleway-Bold.woff2') format('woff2'), /* Browser Super Moderni */
    url('/fonts/Raleway-Bold.woff') format('woff'), /* Browser Moderni */
    url('/fonts/Raleway-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Raleway-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('/fonts/Raleway-Mediur.eot'); /* IE9 */
    src: url('/fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Raleway-Medium.woff2') format('woff2'), /* Browser Super Moderni */
    url('/fonts/Raleway-Medium.woff') format('woff'), /* Browser Moderni */
    url('/fonts/Raleway-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Raleway-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.logo-header {
    max-width: 200px;
}

body {
    font-family: Raleway-Regular !important;
    /*font-family: Arial;*/
    font-size: 14px;
    color: #000000;
}

h3 {
    font-family: Raleway-SemiBold !important;
}

a {
    /*font-family: calibri; */
    color: #246894;
    text-decoration: none;
}

    a:hover {
        /*font-family: calibri; */
        color: #246894;
        text-decoration: none;
    }

.menuTop .jetmenu {
    background-color: #D50037;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
}


.jetmenu > li > a {
    color: #fff;
}

.jetmenu li {
    padding: 20px 24px;
    padding-bottom: 0px;
}

    .jetmenu li:first-child {
        padding: 0px;
    }

.jetmenu > li > a {
    padding: 0;
    padding-bottom: 13px;
    border-bottom: 2px solid #D50037;
    text-transform: uppercase;
    font-size: 11px;
}

.jetmenu > li:hover > a, .jetmenu > li.active > a {
    background: #D50037 none repeat scroll 0 0;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.jetmenu > li > .megamenu {
    top: 52px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(195, 195, 195, 0.75);
    -moz-box-shadow: 0px 3px 2px 0px rgba(195, 195, 195, 0.75);
    box-shadow: 0px 3px 2px 0px rgba(195, 195, 195, 0.75);
    padding: 15px;
}

.jetmenu li > .megamenu a {
    color: #000;
    font-size: 13px;
}


    .jetmenu li > .megamenu a:hover {
        color: #abaaaa;
    }

.jetmenu li > .megamenu h2 {
    color: #D50037;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
}


.center {
    text-align: center;
}


.catalogo {
    margin-top: 20px;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 31%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 31%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 31%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    clear: both;
}

.layout .row {
    width: 100%;
    margin: 0;
}

    .layout .row:first-child {
        margin-top: 0;
    }

    .layout .row:before,
    .layout .row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .layout .row:after {
        clear: both;
    }

    .layout .row .col1,
    .layout .row .col2,
    .layout .row .col3,
    .layout .row .col4,
    .layout .row .col5,
    .layout .row .col6,
    .layout .row .col25 {
        display: block;
        width: 100%;
        min-height: 20px;
        float: left;
        margin-left: 2.127659574468085%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .layout .row [class*="col"]:first-child {
        margin-left: 0;
    }

    .layout .row .col1 {
        width: 14.893617021276595%;
    }

    .layout .row .col2 {
        width: 31.914893617021278%;
    }

    .layout .row .col3 {
        width: 48.93617021276595%;
    }

    .layout .row .col4 {
        width: 65.95744680851064%;
    }

    .layout .row .col5 {
        width: 82.97872340425532%;
    }

    .layout .row .col6 {
        width: 100%;
    }
    /*** agggiunto colonna ***/
    .layout .row .col25 {
        width: 23%;
        margin: 0;
        margin-right: 1%;
    }

/*
@media (max-width: 768px) {

	.layout .row [class*="col"]{
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}
*/

h3 {
    font-size: 40px;
    margin: 40px 20px;
    font-weight: normal;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    h3 {
        font-size: 32px;
        margin: 30px 17px;
        font-weight: normal;
        text-transform: uppercase;
    }
}

.prodotto-spot {
    width: 300px;
    margin: 0 auto;
}

.catalogo .descr_prod {
    font-size: 12px;
    color: #737373;
    text-transform: uppercase;
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}


.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.2 * 1);
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.2 * 2);
}

.catalogo p {
    height: 30px;
}

.catalogo .img_prod {
    height: 360px;
    width: auto;
}

.catalogo .foto_prod {
    height: 300px;
}

.catalogo .nome_prod > img {
    max-height: 65px;
}

.catalogo .prodotto-spot .product_link a {
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #000;
    display: block;
    padding: 8px;
    text-transform: uppercase;
}

    .catalogo .prodotto-spot .product_link a:hover {
        background-color: #fff;
        border: 1px solid #dcdcdc;
        color: #000;
        display: block;
        padding: 8px;
        text-transform: uppercase;
    }

.catalogo .spazio {
    margin: 50px;
}

.ajax-loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.icon-login img {
    max-height: 20px;
    margin-top: 5px;
    margin-right: 10px;
}

.icon-login div.ico_icomenu,
.icon-login div.txt_icomenu {
    float: left;
}

.icon-login div.container_ico {
    margin: 6px 0px;
}

    .icon-login div.container_ico:hover {
        border-bottom: 2px solid #D50037;
    }

.pl-10 {
    padding-left: 10px;
}

/**/

.icon-login .txt_icomenu {
    line-height: 30px;
}

.icon-login a {
    color: #000000;
}

.update {
    margin-top: 50px;
}

.footer {
    background-color: #252525;
    color: #fff;
    margin-top: 50px !important;
    padding: 20px 0;
}

.prodotto-det {
    height: 300px;
    position: relative;
}

.product_det_link {
    margin-top: 20px;
    clear: both; /*position: absolute; bottom: 0;*/
}

    .product_det_link a,
    .launch_det_link a,
    .pagination_det_link a {
        background-color: #dcdcdc;
        border: 1px solid #dcdcdc;
        color: #000;
        display: block;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 7px;
        padding: 8px 15px;
        text-transform: uppercase;
    }

        .product_det_link a:hover,
        .launch_det_link a:hover,
        .pagination_det_link a:hover {
            background-color: #fff;
            border: 1px solid #dcdcdc;
            color: #000;
            display: block;
            padding: 8px 15px;
            margin-right: 7px;
            text-transform: uppercase;
        }

        .product_det_link a.adv, .product_det_link a.adv:hover,
        .launch_det_link a.adv, .launch_det_link a.adv:hover {
            padding-left: 2px;
            padding-right: 2px;
        }

.prodotto-descrizione {
    border: 1px solid #000;
    padding: 15px 20px;
}

.read_more {
    text-align: center;
    margin-top: 20px;
}

    .read_more a {
        background-color: #fff;
        border: 1px solid #dcdcdc;
        color: #000;
        display: inline-block;
        padding: 8px 40px;
        text-align: center;
        text-transform: uppercase;
    }

        .read_more a:hover {
            background-color: #dcdcdc;
            border: 1px solid #dcdcdc;
            color: #000;
            display: inline-block;
            padding: 8px 40px;
            text-align: center;
            text-transform: uppercase;
        }

.prodotto-related {
    padding: 15px 20px;
    height: 300px;
    width: 300px;
    margin: 0 auto;
    display: table;
}

    .prodotto-related .img_prod {
        border: 1px solid #d4d4d4;
        height: 230px;
        display: table-cell;
        vertical-align: middle;
    }

.related_link {
    display: table-row;
    border: 1px solid #d4d4d4;
}

    .related_link a {
        background-color: #262626;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        padding: 12px 40px;
        position: relative;
        display: block;
        margin-top: 15px;
    }

    .related_link .share_prod {
        margin-top: 15px;
        border: 1px solid #000;
        height: 41px;
        padding-top: 10px;
    }

    .related_link .fa-plus-circle {
        font-size: 17px;
        position: absolute;
        right: 7px;
    }



/*-------------------*/
.button {
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.navbar {
    background: #D50037;
    margin-bottom: 0;
    border-radius: 0;
}

    .navbar .navbar-brand {
        height: auto;
    }

    .navbar .navbar-right {
        margin-top: 30px;
        font-size: 12px;
    }

        .navbar .navbar-right.navbar-form .form-group {
            margin-right: 10px;
        }

    .navbar label {
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        vertical-align: bottom;
        margin-bottom: -3px;
    }

@media (max-width:dosi 767px) {
    .navbar .navbar-right {
        margin-top: 0;
        -webkit-box-shadow: initial;
        box-shadow: initial;
    }

    .navbar label {
        width: 80px;
    }
}

.navbar input {
    width: 170px;
}

.navbar .button {
    width: 105px;
}

.navbar .button, .navbar input {
    border: 0;
    height: 28px;
}

.navbar .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-collapse .nav a {
    color: #fff;
    font-size: 11px;
    outline: none;
    z-index: 10;
    text-decoration: none;
}

    .navbar-collapse .nav a:hover, .navbar-collapse .nav a:focus {
        border-bottom: 2px solid #fff;
        background-color: transparent;
    }

.navbar-form.search-form {
    padding: 0;
}

    .navbar-form.search-form button {
        padding: 5px;
    }

    .navbar-form.search-form input, .navbar-form.search-form button {
        border: 0;
        border-radius: 0;
        height: 28px;
    }

        .navbar-form.search-form input:focus {
            outline: none;
        }

        .navbar-form.search-form button:hover {
            background: #fff;
        }

@media (max-width: 767px) {
    .navbar-form.search-form {
        margin-left: 0;
        margin-right: 0;
    }

        .navbar-form.search-form input {
            width: 100%;
        }
}

.nav.navbar-nav .dropdown {
    position: static;
}

.navbar-nav .open .dropdown-menu {
    background: #fff;
}

.nav.navbar-nav .dropdown .submenu {
    list-style: none;
}

    .nav.navbar-nav .dropdown .submenu li a {
        color: #000;
    }

@media (min-width: 992px) {
    .navbar-nav {
        padding-top: 26px;
    }
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover > div.dropdown-menu {
        display: block;
        width: 100%;
    }
}

@media (min-width:768px) {
    .searchbox {
        height: 78px;
        padding-top: 30px;
    }

        .searchbox input {
            width: 110px;
        }
}

.topnav {
    /*border-bottom: 25px solid #dcdcdc;*/
    height: 45px;
}


.newsticker {
    height: 45px;
    background-color: #dcdcdc;
}

    .newsticker ul {
        line-height: 25px;
    }

.topnav div {
    height: 100%;
}

.topnav a {
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
}

    .topnav a:hover, .topnav a:focus, .topnav a:active {
        text-decoration: none;
    }

.topnav .topmenu {
    padding-top: 15px;
}

.topnav .submenu-button {
    cursor: pointer;
}

.topnav .submenu {
    background: white;
    box-shadow: 0 6px 12px rgba(0,0,0,0.5);
    display: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 150px;
    z-index: 1;
}

    .topnav .submenu a {
        display: block;
        padding: 2px 0;
    }

        .topnav .submenu a:hover {
            text-decoration: underline;
        }

.welcome {
    margin-top: 20px;
    font-weight: 600;
}

.breadcrumb {
    background: none;
}

@media (max-width: 767px) {
    .breadcrumb {
        font-size: 12px;
    }
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #000;
    content: ">";
}

.breadcrumb a, .breadcrumb .active {
    color: #000;
}

.welcome .input-group input {
    box-shadow: none;
    padding: 2px;
    border: 1px solid #dcdcdc;
    border-right: 0;
    width: 80%;
    height: 26px;
}

@media (max-width: 767px) {
    .welcome .input-group input {
        width: 100%;
    }
}

.welcome .input-group input:focus {
    outline: none;
}

.welcome .input-group-btn .btn {
    border: 1px solid #dcdcdc;
    border-left: 0;
    padding: 2px 8px;
    border-radius: 0;
}

    .welcome .input-group-btn .btn:hover {
        background: none;
    }

.product_list .product_item {
    background: #dcdcdc;
    color: #000;
    width: 100%; /*max-content;*/
    max-width: 100%;
    padding: 8px 20px;
    margin-top: 10px;
}

.multimedia_link {
    color: #000;
    padding: 20px;
}

.modal-header {
    position: relative;
}

    .modal-header .close {
        margin-top: -2px;
        position: absolute;
        right: 2%;
        top: 30%;
        font-size: xx-large;
        color: red;
        font-weight: bold;
    }

/*---------TABELLE----------*/

/*Filtri Tabella Immagini*/
table.dataTable thead #imagesFilters > th,
table.dataTable thead #datafilters > th {
    border: 0px solid #000 !important;
}

table > thead > tr > th, table.dataTable tbody tr:last-child td {
    border-bottom: 1px solid #000 !important;
}

table.dataTable tbody tr:first-child td {
    border-top: none !important;
}

table.dataTable thead tr th:first-child, table.dataTable tbody tr td:first-child {
    border-left: 1px solid #000 !important;
}

table.dataTable thead th, table.dataTable tbody td {
    border-top: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}

.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:after,
.table.dataTable thead .sorting:after {
    content: "";
    width: 20px;
    height: 20px;
    opacity: 1;
    background-repeat: no-repeat;
}

.table.dataTable thead .sorting_asc:after {
    background-image: url('../img/sortasc.png');
}

.table.dataTable thead .sorting_desc:after {
    background-image: url('../img/sortdesc.png');
}

.table.dataTable thead .sorting:after {
    background-image: url('../img/sortboth.png');
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
    border: 1px solid #000 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #000;
    background-color: #dcdcdc;
    border-color: #000;
}

td.active.day {
    background: #D50037 !important;
}

.video_item {
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
    padding: 10px;
}

    .video_item .video_icon, .video_item .video_info {
        display: inline-block;
    }

    .video_item .video_link {
        cursor: pointer;
    }

    .video_item .video_icon img {
        width: 64px;
    }

    .video_item .video_info .video_title {
        width: max-content;
        font-size: 16px;
        padding: 5px 3px;
        font-weight: 600;
        margin: 5px 0;
        background: #ededed;
    }

    .video_item .video_nodata {
        font-size: 16px;
        padding: 15px 109px;
        font-weight: 600;
        margin: 5px 0;
    }

@media(max-width: 767px) {
    .video_item .video_icon img {
        width: 32px;
        margin-top: 8px;
    }

    .video_item .video_info .video_title {
        font-size: 13px;
        font-weight: 600;
    }

    .video_item .video_info .video_description {
        font-size: 11px;
    }
}

#merchandising .modal-body a {
    display: block;
    color: #000;
}

.table-productName {
    width: auto;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/*-----COMMON------*/
.layout {
    margin-top: 20px;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.uppercase {
    text-transform: uppercase;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.red {
    color: #D50037;
}

.bg-red {
    background-color: #D50037;
}

.bg-grey {
    background-color: #dcdcdc;
}

.bg-lightgrey {
    background-color: #eaeaea;
}



.register .button {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    color: #000;
    display: inline-block;
    padding: 8px 40px !important;
    text-align: center;
    text-transform: uppercase;
}

    .register .button:hover {
        background-color: #dcdcdc;
        border: 1px solid #dcdcdc;
        color: #000;
        display: inline-block;
        padding: 8px 40px;
        text-align: center;
        text-transform: uppercase;
    }

.error {
    color: red;
    padding: 5px 10px;
}

.resultRegister {
    color: red;
    padding: 5px 10px;
}

.breadcrumb {
    margin-bottom: 0px !important;
}

.breadcrumbs {
    padding: 5px;
    border-bottom: 2px solid #D50037;
    margin-bottom: 10px !important;
}

    .breadcrumbs a {
        color: #000000;
        text-decoration: underline;
    }

        .breadcrumbs a:hover {
            text-decoration: none;
        }

.detailcolor {
    float: left;
    padding: 10px;
}

.requestaccess {
    padding-top: 10px;
    float: right;
}

    .requestaccess a {
        color: #fff;
    }

.intsubmenu {
    width: auto !important;
    left: auto !important;
}


    .intsubmenu ul {
        min-width: 150px;
    }


@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        max-width: 800px;
    }
}

@media (max-width: 992px) {
  .modal-dialog {
        width: 900px;
        max-width: 950px;
    }
}


#colours .modal-dialog,
#images .modal-dialog,
#merchandising .modal-dialog,
#videoTutorial .modal-dialog,
#videoAdvertising .modal-dialog,
#imgpopup .modal-dialog,
#otherdocument .modal-dialog,
#outerpack .modal-dialog,
#leaflet .modal-dialog,
#otherdocument .modal-dialog,
#orderDetail .modal-dialog {
    width: auto !important;
    max-width: 1200px;
}

#orderInfo_wrapper > div:nth-child(2) {
    overflow-x: auto;
}

#elencodati h5,
#elencolistini h5 {
    font-weight: bold;
    margin-top: 20px;
}

/*popup video tutorial pagina dettaglio*/
#videoTutorial #container_videotutorial {
    max-height: 500px;
    overflow: auto;
}

#videoAdvertising #container_videoadvertising {
    max-height: 500px;
    overflow: auto;
}

#addcart.modal {
    z-index: 1500;
}

#OrderTextZip {
    padding-left: 20px;
    color: #D50037;
}

.title_collection {
    color: #D50037;
    font-weight: 800;
}

.collection-descrizione {
    /*border: 1px solid #000;*/
    padding: 15px 20px;
    margin-top: 25px;
}

#accordionProdotti {
    margin-top: 20px;
}

.launch_det_link {
    border: 1px solid #000;
    padding: 45px 20px;
}

.pagination_det_link {
    width: 94%;
    display: flex;
    justify-content: space-between;
}

.bg-login_image {
    background-position: top;
    background-repeat: no-repeat;
}

@media(min-width: 1900px) {
    .bg-login_image {
        background-size: cover;
    }
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-8 {
    margin-top: 8px;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.vertical-align-m {
    vertical-align: middle !important;
}

.opacity03 {
    opacity: 0.3;
}

.pupa-btn {
    background-color: #262626 !important;
    color: white !important;
}

.pupa-btn_hover {
    background-color: #262626 !important;
    color: white !important;
}

.cart-basket {
    position: absolute;
    left: 3px;
    top: 0px;
    /*padding-right: 5px;*/
    background-color: #D50037;
}

.w-300 {
    width: 300px !important;
}

/*Fix with data table on Images*/
.pupa-table {
    width: 100% !important;
}

.pupa-large-modal-width {
    width: 1000px !important;
}

.pupa-logo-footer {
    max-width: 100px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.btn-print {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0,0,0,0.1);
    background: -webkit-linear-gradient(top, rgba(230,230,230,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230,230,230,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230,230,230,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(top, rgba(230,230,230,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to bottom, rgba(230,230,230,0.1) 0%, rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='rgba(230, 230, 230, 0.1)', EndColorStr='rgba(0, 0, 0, 0.1)');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
}

.product-title {
    margin: 0px !important;
}

.product-row-title {
    margin-bottom: 40px !important;
}

/*----------START----------Fix header drop down menu*/
.w-100p {
    width: 100% !important;
}

.navbar-nav .dropdown a.dropdown-toggle {
    padding-bottom: 22px !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent !important;
}
/*----------END----------Fix header drop down menu*/

/**/

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

/* LOADER 4 */

#loader-4 span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #D50037;
    margin: 35px 5px;
    opacity: 0;
}

    #loader-4 span:nth-child(1) {
        animation: opacitychange 1s ease-in-out infinite;
    }

    #loader-4 span:nth-child(2) {
        animation: opacitychange 1s ease-in-out 0.33s infinite;
    }

    #loader-4 span:nth-child(3) {
        animation: opacitychange 1s ease-in-out 0.66s infinite;
    }

@keyframes opacitychange {
    0%, 100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

/*---------- START Catalogues Card ----------*/

.catalogue-card {
    -webkit-box-shadow: 0px 10px 7px 3px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 10px 7px 3px rgba(0,0,0,0.19);
    box-shadow: 0px 10px 7px 3px rgba(0,0,0,0.19);
    border-radius: 5px;
    margin-top: 30px;
}

.p-13 {
    padding: 13px;
}

.pl-5 {
    padding-left: 5px;
}

.image-catalogue {
    width: 100%;
}

.title-catalogue {
    color: #D50037;
    height: 50px;
    font-weight: bold;
}

.pupa-card-btn {
    width: 100%;
    color: #fff;
    background-color: #000 !important;
    background-image: none;
    text-shadow: none;
    font-weight: 600;
    border-radius: 2px;
}

    .pupa-card-btn:hover {
        color: #fff;
        background-color: #404040 !important;
    }

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
    float: left;
    padding: 30px;
    max-width: 350px;
}

/*---------- END   Catalogues Card ----------*/

/*---------- START Video Card ----------*/

.video-card {
    -webkit-box-shadow: 0px 10px 7px 3px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 10px 7px 3px rgba(0,0,0,0.19);
    box-shadow: 0px 10px 7px 3px rgba(0,0,0,0.19);
    border-radius: 5px;
    margin-top: 30px;
    max-height: 490px;
}

.p-13 {
    padding: 13px;
}

.pl-5 {
    padding-left: 5px;
}

.image-video-advertising {
    width: 250px;
}

.title-video {
    color: #D50037;
    /*height: 50px;*/
    font-weight: bold;
}

.grid-item-video {
    float: left;
    padding: 30px;
    max-width: 400px;
}

.category-pill-badge {
    margin-bottom: 3%;
}

.addCart-Button-Container {
    display: table-row;
    border: 1px solid #d4d4d4;
    /*height: 96px;*/
}

    .addCart-Button-Container a {
        background-color: #262626;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        padding: 12px 109px;
        position: relative;
        display: block;
        margin-top: 26px;
    }

.message-container {
    height: 20px;
}

.error-adv {
    padding: 5px;
    color: red;
}

.addCart-Button-Container .addToCart {
    /*margin-top: 50px;*/
    border: 1px solid #000;
    height: 41px;
    padding-top: 10px;
}

.addCart-Button-Container .fa-plus-circle {
    font-size: 17px;
    position: absolute;
    right: 7px;
}

.addToCart {
    width: 100%;
    color: #fff;
    background-color: #000000 !important;
    background-image: none;
    text-shadow: none;
    font-weight: 600;
    border-radius: 2px;
}

    .addToCart:hover {
        color: #fff !important;
        background-color: #404040 !important;
    }

    .addToCart:focus {
        color: #fff !important;
        background-color: #404040 !important;
    }

.description-area {
     width: 280px;
    /* display: inline-block!important; */
    /* white-space: nowrap!important; */
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    min-height: 103px;
}

.five-lines {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.categoriaBadge {
    border-radius: 0px !important;
}


/*---------- END Video Card ----------*/

/*------------ SEARCH RESULT  ---------------*/

.search-box-container {
    display: flex;
    flex-flow: row;
    float: right;
    margin-top: 30px;
}

    .search-box-container .search-box-text {
        display: flex;
        flex-flow: column;
    }

    .search-box-container label {
        font-size: 11px;
        text-transform: none;
        padding-top: 2px;
    }

    .search-box-container input {
        width: 295px;
    }

    .search-box-container .search-box-img {
        padding-left: 10px;
    }

.search-results-container {
    padding-top: 20px;
}

@media(max-width: 1024px) {
    .search-box-container {
        float: left;
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

.search-box-product-container {
    display: flex;
    flex-flow: row;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 20px;
}

    .search-box-product-container input {
        margin-left: 5px;
    }

@media(min-width: 1024px) {
    .pagination-counter {
        margin-left: 10px;
        padding: 8px 15px;
        font-size: 17px;
    }
}

/*-------- END SEARCH RESULT  ---------------*/

/*------------ RECOVERY PASSWORD  ---------------*/

.recovery-password-box-text {
    width: 80%;
    margin-left: 15px;
    margin-right: 15px;
}

    .recovery-password-box-text input,
    .recovery-password-box-text span {
        width: 100%;
    }

.recovery-password-title {
    margin-bottom: 15px;
    padding-left: 15px;
}

.recovery-password-text {
    padding-top: 10px;
    margin-bottom: 10px;
}

.recovery-text-margin {
    margin-top: 15px;
    margin-left: 30px;
}

.recovery-password-box-button {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
}

.pupa-link {
    padding-top: 7px;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.button-pupa {
    height: 30px;
    background-color: #262626;
    color: #fff;
    border: 1px solid #262626;
    font-size: 12px;
    font-family: Source Sans Pro,sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 30px;
    vertical-align: top;
}

.button-pupa-default {
    background-color: #262626;
    color: #fff;
    border: 1px solid #262626;
}

    .button-pupa-default:hover {
        background-color: #fff;
        color: #000;
    }

.button-pupa-secondary {
    background-color: #fff;
    color: #000;
    border: 1px solid #262626;
}

    .button-pupa-secondary:hover {
        background-color: #262626;
        color: #fff;
        border: 1px solid #262626;
    }

.pupa-link-go-home {
    margin-top: 10px;
    padding: 10px;
}


.nomenu-fixedbottom {
    width: 100%;
}

@media(min-width: 1024px) {
    .recovery-password-box-button {
        width: 54%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .recovery-password-box-text {
        width: 50%;
    }

    .nomenu-fixedbottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .recovery-text-margin {
        margin-top: 85px;
    }

    .button-pupa {
        width: 75px;
    }
}

/*------------ END  RECOVERY PASSWORD  ---------------*/

#updates {
    max-width: 100% !important;
}
