/* Product Display Styles */

/* General Styles */
* {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    background: #eeeeee;
}

ul li {
    list-style: none;
}

ul, h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 18px;
}

select {
    -webkit-appearance: menulist;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    padding: 2px;
    border: solid 1px #555555;
    font-size: 14px;
}

a {
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline;*/
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cont {
    width: 1200px;
    margin: 0 auto;
}

/* Matrix Table Styles */
.wrapper {
    overflow: auto;
    max-height: 80vh;
}

table {
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
}

table th,
table td {
    min-width: 100px;
    padding: 5px;
    background-color: white;
}

table tbody {
    height: 90px;
}

table th {
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 2;
}

table th:nth-child(1) {
    left: 0;
    z-index: 3;
}

table tbody tr td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 1;
}

/* Mobile Responsive */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    div#matrix_form form.bulk_variations_form .wrapper {
        height: auto;
    }
    
    td.row-label {
        font-size: 13px !important;
    }
    
    #matrix_form_table tr.info-row {
        display: none !important;
    }
}

/* Registration Form Styles */
.reg-input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.reg-input-row label {
    width: 50%;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.reg-input-row .reg-input-cont {
    width: 78%;
    margin-bottom: 0;
}

.cart-overview-heading {
    text-align: center;
    font-weight: bold;
}

/* Black Friday Styles */
body.is_blackfriday {
    background-image: url('../img/bf_background.jpg');
}

body.mobver.is_blackfriday {
    /*background-image: none;*/
}

body.mobver.is_blackfriday#home #main_cont {
    background: none;
}

.is_blackfriday.mobver .prod-list-info-price {
    background: #000;
}

#mobile-customization {
    background: #eeeeee;
}

#cart #main_cont {
    background: #eee !important;
}

#cart_billing #main_cont {
    background: #fff !important;
}

.is_blackfriday .featured_det_price .prez {
    font-weight: bold;
}

.is_blackfriday .pre-bf-price {
    font-weight: normal;
}

/* Modal Styles */
.deskver .mobile-modal-block .mobile-modal-body label {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    display: inline-block;
}

.deskver .close-modal-mobile {
    display: none;
}

.deskver .mobile-modal-block {
    min-width: 300px;
}

.deskver .form-control {
    width: 100%;
    padding: 10px;
    border: solid 1px #9e9e9e;
    background: #fff;
    margin-right: 11px;
}

.show-pay-now,
.show-file-upload {
    cursor: pointer;
}

.deskver .btn-mobile-modal-primary {
    font-weight: bold;
    color: #fff !important;
    display: inline-block;
    background: #c21c3c;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 20px 38px;
    cursor: pointer;
    border: 0 none;
    width: 100%;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
}

/* Top Menu */
.top-menu {
    font-size: 12px;
    margin-top: 6px;
    color: #074c5b;
}

.top-menu a {
    color: #074c5b;
}

/* Expired Offer */
.expired-text {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 50px 10px !important;
    margin: 10px;
}

/* Hidden on Non-Mobile */
.open-close {
    display: none;
}

/* 72h Delivery */
#imm-princ {
    position: relative;
}

.tag-det-icon {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 80px;
}

.tag-det-icon img {
    width: 100%;
}

.det-tag-name {
    background: #C21C3C;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    margin-top: 6px;
    letter-spacing: 2px;
}

.consegna-72-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #000;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-list-thumb .consegna-72-text {
    padding: 5px;
    font-size: 13px;
}

.prod-f-text-icon {
    width: 40px;
    margin-right: 10px;
}

.prod-f-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 65px;
    height: 65px;
}

.product-list-thumb .prod-f-icon {
    width: 50px;
    height: 50px;
}

.prod-f-icon img {
    width: 100%;
}

/* Logo Mobile */
.logo-mobile-cont {
    display: none;
}

.cat-icon img {
    width: 100%;
    max-width: 23px;
}

.sconto_10 {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    background: #0A738A;
    padding: 10px;
}

#h48_banner_list {
    width: 945px;
    margin: 0 auto;
}

.billing_type_cont_radio {
    margin-bottom: 4px;
}

.isCompanyCheck {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 0;
}

#cart_billing #is_company .billing_type_cont_radio {
    border: solid 4px #cccccc;
    width: 210px;
    margin-right: 10px;
    padding: 10px;
}

#cart_billing #is_company .billing_type_cont_radio.active_billing_type {
    border: solid 4px #0d6f8c;
}

.data-scelta-box {
    background: #c9e1e5;
    font-size: 15px;
    padding: 8px;
    margin: 8px 8px 0 8px;
}

.data-text-box {
    padding: 8px;
}

.data-text-box a {
    color: #555555;
}

.data-scelta {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.cart-ship-details {
    margin: 0 -7px;
}

.is_blackfriday .can_bf.free-print-text {
    background: #000;
    color: #fff;
    padding: 18px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.is_blackfriday .prod-pu-box.interval-bf {
    background: #000;
    color: #fff;
}

.is_blackfriday .prod-pu-box.interval-bf .featured-color-text {
    color: #fff;
}

.is_blackfriday .can_bf.free-print-text img {
    display: none;
}

.is_blackfriday .can_bf.free-print-text .b-price {
    display: none;
}

.is_blackfriday .can_bf.free-print-text .bf-special-price {
    float: left;
    margin-right: 17px;
    margin-top: 0px;
    color: #fff;
}

.is_blackfriday .bf-span {
    color: #fff;
}

/* Social Icons Sprite */
#socials a {
    background: url(https://www.gedshop.it/img/sprite-ged.png) no-repeat -2px -1px;
    height: 26px;
    width: 24px;
    display: inline-block;
}

#socials a.fb-icon {
    background-position: -159px -1px;
}

#socials a.gp-icon {
    background-position: -132px -1px;
}

#socials a.pi-icon {
    background-position: -106px -1px;
}

#socials a.tw-icon {
    background-position: -80px -1px;
}

#socials a.in-icon {
    background-position: -54px -1px;
}

#socials a.inst-icon {
    background-position: -28px -1px;
}

#socials a.yt-icon {
    background-position: -2px -1px;
}

.payment-accepted-icon {
    background: url(https://www.gedshop.it/img/sprite-ged.png) no-repeat -4px -32px;
    width: 200px;
    height: 24px;
    margin: 0 auto;
}

.other-count-5 .filter-link {
    max-width: 81px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Header Styles */
#div-calc-prev {
    height: 50px;
}

#top_info {
    height: 35px;
    padding: 3px 0;
    background: #c5c5c5;
}

#top_sign_area {
    padding-top: 33px;
    padding-bottom: 35px;
    background: #fff;
}

#socials {
    margin-bottom: 10px;
}

#top_texts {
    font-size: 12px;
    color: #074c5b;
}

#customers_service_tel {
    color: #1186a0;
    font-size: 22px;
}

#free_ship_text {
    padding-right: 12px;
    border-right: 0 none;
    height: 34px;
    margin-top: -3px;
    padding-top: 7px;
}

#phone_icon {
    position: absolute;
    left: 5px;
    top: -2px;
    font-size: 35px;
    color: #1186a0;
}

#customers_service_text {
    padding-left: 45px;
    padding-right: 5px;
    padding-top: 3px;
    line-height: 14px;
    padding-top: 0px;
    position: relative;
}

.customers_txt {
    padding-top: 0px;
    padding-right: 8px;
    font-size: 12px;
    font-weight: bold;
}

#site_logo {
    position: relative;
    z-index: 11;
    width: 240px;
}

#h_right {
    position: relative;
    z-index: 11;
    font-size: 13px;
    line-height: 13px;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
}

.logo-title {
    font-size: 11px;
    color: #383838;
    left: 40px;
    bottom: 0px;
    position: absolute;
    font-family: "Roboto", sans-serif;
}

#search_cont {
    position: relative;
    width: auto;
    padding-top: 6px;
    z-index: 10;
}

#form_search {
    position: relative;
    width: 100%;
}

#search {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px 10px 11px 0px;
    line-height: 18px;
    font-size: 13px;
    border: 0px none;
    outline: none;
}

#search_button {
    background: url('../img/search_btn.png') no-repeat;
    width: 50px;
    height: 40px;
    border: 0 none;
    cursor: pointer;
}

#search_input_cont {
    position: relative;
    width: auto;
    overflow: hidden;
    height: 40px;
    padding: 0px 0px 0px 15px;
    border: solid 1px #cbcbcb;
    border-radius: 3px 0 0 3px;
}

#user_area {
    padding-left: 60px;
    padding-right: 35px;
    height: 28px;
    position: relative;
}

#user_area:before {
    position: absolute;
    background: url(https://www.gedshop.it/img/sprite-ged.png) no-repeat -4px -60px;
    top: 0;
    left: 23px;
    width: 30px;
    height: 30px;
    content: " ";
}

#user_area a {
    color: #0a738a;
    font-weight: bold;
}

.cart_icon {
    background: url(https://www.gedshop.it/img/sprite-ged.png) no-repeat -38px -56px;
    width: 42px;
    height: 36px;
    margin-top: -6px;
    position: relative;
}

.cart-items-count {
    position: absolute;
    width: 30px;
    text-align: center;
    left: 10px;
    top: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #0a738a;
}

#top_cart {
    color: #333;
}

#top_cart_text {
    padding-left: 10px;
}

/* Navigation */
#main_nav {
    background: #fff;
    border-top: solid 1px #e9e9e9;
}

#main_nav ul {
    background: #0a738a;
    margin-top: -1px;
}

#main_nav ul li {
    float: left;
}

#main_nav ul li a {
    font-size: 13px;
    font-weight: bold;
    display: block;
    color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 16px 40px;
    background: #0a738a;
}

#main_nav ul li.active a {
    background: #074c5b;
}

#white_strip {
    height: 40px;
    background: #fff;
    width: 100%;
}

#home #main_cont {
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

#main_cont {
    margin-top: -40px;
    position: relative !important;
    z-index: 1;
    background: #fff;
}

/* Category List */
#category_list_title {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    background: #f2f2f2;
    font-size: 13px;
}

#category_list {
    width: 239px;
}

#home #category_list {
    position: static;
    top: 0;
    left: 0;
}

#category_list ul li {
    position: relative;
}

#category_list ul li > a:hover {
    background: #C9E0E5 none repeat scroll 0% 0%;
}

.sub-menu-panel {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 780px;
    background: #FFF none repeat scroll 0% 0%;
    z-index: 2;
    border: solid #aaaaaa 1px;
    padding: 23px;
}

.sub-menu-panel.sub-no-childs {
    width: 470px;
}

.cover-menu {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -2px;
    display: none;
    background: #FFF none repeat scroll 0% 0%;
    z-index: 3;
}

.sub-menu-panel {
    padding-top: 7px;
}

.sub-menu-panel h3 {
    color: #0a738a;
    font-weight: normal;
    font-size: 20px;
}

.sub-menu-panel li {
    width: 140px;
}

li.sub-panel-links {
    border-right: solid 1px #e9e9e9 !important;
    height: 202px;
    padding: 10px;
    margin-bottom: 10px;
}

#category_list ul li.sub-panel-links a {
    background: transparent;
}

#category_list ul li.sub-panel-links ul {
    background: transparent;
}

li.sub-panel-links.no-childs {
    margin-bottom: 0px;
    height: 20px;
    border: 0 none;
    border-right: solid 1px #ccc;
    font-size: 11px !important;
    padding: 0px 5px;
}

.sub-has-childs li.sub-panel-links:nth-child(5n+0) {
    border-right: 0 none !important;
}

.sub-no-childs li.sub-panel-links.no-border {
    border-right: 0 none !important;
}

li.sub-panel-links.no-childs b {
    font-weight: normal;
    font-size: 11px;
}

.sub-menu-panel li a {
    border-bottom: 0 none !important;
    padding: 0px 0 !important;
    min-height: 15px !important;
    font-size: 11px !important;
}

.sub-menu-panel li a b {
    color: #525252;
    font-size: 12px;
}

.sub-menu-panel ul {
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #e9e9e9;
}

.sub-menu-panel ul:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0 none;
}

#category_list ul li a,
#category_list ul li .first-level-cat,
#category_list ul li .second-level-cat {
    display: block;
    min-height: 40px;
    padding: 8px 10px;
    font-size: 13px !important;
    color: #333333;
    background: #ffffff;
    border-bottom: solid 1px #e9e9e9;
    border-top: solid 1px transparent;
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
}

#category_list ul.sub-cat-menu li a,
#category_list ul.sub-cat-menu li .second-level-cat {
    border-bottom: 0 none;
    cursor: pointer;
}

.sub-cat-menu .active .second-level-cat {
    font-weight: bold;
}

#category_list ul li.active-main > .first-level-cat {
    background: #c9e0e5;
}

#category_list ul.sub-cat-menu li.active > .second-level-cat {
    background: #c9e0e5;
}

#category_list ul ul {
    padding-top: 10px;
    background: #fff;
}

#category_list ul ul li a,
#category_list ul ul li .second-level-cat {
    min-height: 25px;
    padding: 4px 10px;
    padding-left: 33px;
}

.second-level-cat {
    position: relative;
}

.second-level-cat .fa {
    position: absolute;
    left: 17px;
    top: 10px;
}

#category_list ul li.active-main.main-cat > a {
    background: #c9e0e5;
    color: #0a738a;
}

.hasSub {
    height: 10px;
    width: 10px;
}

#category_list ul li.active-main.main-cat > .hasSub {
    transform: rotate(90deg);
    color: #5499a8;
    margin-top: 1px;
}

#category_list ul li .hasSub {
    position: absolute;
    right: 10px;
    font-size: 17px;
    color: #868686;
    margin-top: -4px;
    top: 15px;
}

#category_list ul li .second-level-cat .hasSub {
    position: absolute;
    left: 20px;
    width: 10px;
    font-size: 17px;
    color: #868686;
    margin-top: -4px;
    top: 4px;
}

#category_list ul li.active > a {
    background: #c9e0e5;
}

#category_list ul li.subactive a {
    background: #c9e0e5;
}

#category_list ul.level3cats li.subactive a {
    background: #c9e0e5;
}

/* Gallery */
#gallery_cont {
    overflow: hidden;
    width: 961px;
}

#gallery_cont ul li img {
    display: block;
}

/* Product Box */
.product-box {
    float: left;
    width: 300px;
    height: 458px;
    border-bottom: 4px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-left: 2px solid #EEEEEE;
    margin-bottom: 1px;
}

.products-list-title {
    font-weight: normal;
    padding: 8px 8px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #EEEEEE;
}

.products-list-title::before {
    background: url('https://www.gedshop.it/img/pattern-stripes.png');
    background-position: 0 24px;
    position: absolute;
    height: 10px;
    width: 100%;
    content: " ";
    left: 0;
    top: 27px;
}

.products-list-title span {
    position: relative;
    display: inline-block;
    padding: 10px;
    background: #EEEEEE;
}

.product-list-prices {
    background: #fff;
    width: 86px;
    height: 263px;
    padding-left: 5px;
}

.product-list-thumb img {
    width: 100%;
    display: block;
}

.product-title {
    font-size: 11px;
    text-align: left;
    padding-left: 10px;
    background: white;
}

.product-title a {
    color: #333333;
    display: block;
    height: 48px;
    width: 100%;
    padding: 13px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.box-price.selected-price {
    background: #074c5b;
    border: 0 none;
}

.box-price {
    text-align: center;
    background: #f2f2f2;
    width: 76px;
    height: 59px;
    margin-bottom: 5px;
    border: solid 1px #d1d1d1;
}

.productbox-npc {
    font-size: 12px;
    font-weight: bold;
    padding-top: 17px;
    line-height: 6px;
}

.selected-price .productbox-npc {
    color: #6bddbf;
}

.productbox-pc-price {
    font-size: 17px;
    color: #3a6d60;
}

.selected-price .productbox-pc-price {
    color: #fff;
    font-size: 20px;
}

.box-product-brand {
    margin-top: 15px;
}

.product-box-featured {
    border-right: 2px solid #EEEEEE;
    border-left: 2px solid #EEEEEE;
    width: 300px;
    position: relative;
}

.best-price-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.calculate-icon {
    background: url('https://www.gedshop.it/img/calculate-icon.png') no-repeat;
    width: 26px;
    height: 26px;
    margin-top: 3px;
}

.calculate-price-btn {
    background: #C21C3C !important;
    display: block;
    color: #FFF;
    font-weight: bold;
    padding: 17px 16px;
    line-height: 15px;
    font-size: 17px;
    transition: background 0.3s;
}

.calculate-price-btn:hover {
    background: #0A738A !important;
}

.calculate-price-btn span {
    font-size: 14px;
}

.product-box-bottom {
    padding: 10px;
    background: white;
}

.product-box-colors {
    height: 55px;
    margin-bottom: 5px;
}

.product-box-title {
    font-size: 11px;
}

.box-colors .box-color {
    width: 14px;
    height: 8px;
    float: left;
    margin-bottom: 2px;
    margin-left: 2px;
}

.featured-thumb {
    display: block;
}

.featured-price-box {
    position: absolute;
    background: url('https://www.gedshop.it/img/white-transp.png');
    padding: 5px;
    bottom: 10px;
    left: 10px;
    text-align: center;
    width: 93%;
}

.calculate-feaured-price-btn {
    text-align: center;
    background: #074c5b;
    display: block;
    color: #FFF;
    font-weight: bold;
    padding: 17px 16px;
    line-height: 23px;
    height: 60px;
    font-size: 15px;
}

.featured-title {
    font-size: 13px;
    font-weight: bold;
}

.featured-npc {
    font-size: 18px;
}

.print-pos-free {
    color: #717171;
    font-size: 12px;
    font-style: italic;
}

.featured-price {
    font-size: 20px;
    color: #c21c3c;
    margin-bottom: 14px;
}

/* Page Description */
#page_description {
    background: #fff;
    padding: 26px;
    margin-top: 15px;
    margin-bottom: 24px;
}

#page_description h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

#page_description p {
    font-size: 13px;
}

#page_description a {
    color: #c21c3c;
}

#page_description a:hover {
    text-decoration: underline;
}

#page_bottom {
    background: #fff;
    border-bottom: solid 1px #eeeeee;
    clear: both;
}

.bottom-box {
    float: left;
    text-align: center;
    width: 200px;
    height: 230px;
    border: solid 1px #eeeeee;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.bottom-box-title {
    font-size: 18px;
    color: #333333;
}

.bottom-box-text {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.bottom-box-icon {
    background: url('https://www.gedshop.it/img/bottom-icons-sprite.png') no-repeat;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 51px;
}

.bottom-box1 .bottom-box-icon {
    width: 58px;
    background-position: 0 -6px;
}

.bottom-box2 .bottom-box-icon {
    width: 46px;
    background-position: -67px -7px;
}

.bottom-box3 .bottom-box-icon {
    width: 62px;
    background-position: -119px -3px;
}

.bottom-box4 .bottom-box-icon {
    width: 78px;
    background-position: -195px 0px;
}

.bottom-box5 .bottom-box-icon {
    width: 58px;
    background-position: -279px -4px;
}

.bottom-box6 .bottom-box-icon {
    width: 34px;
    background-position: -350px -7px;
}

#bottom_links {
    background: #fff;
}

.bottom-links-group {
    width: 200px;
    padding: 50px 10px;
}

.bottom-link-title {
    color: #333333;
    font-size: 16px;
}

.bottom-links-group a {
    font-size: 13px;
    color: #969696;
}

.payment-accepted-box {
    padding: 50px 10px;
}

.newsletter-box {
    padding: 50px 0px;
    padding-left: 55px;
}

.payment-accepted-box .bottom-link-title {
    margin-bottom: 18px;
}

.newsletter-box .bottom-link-title {
    margin-bottom: 18px;
    margin-left: -10px;
}

#nemail {
    padding: 9px;
    width: 210px;
    border: solid 1px #CBCBCB;
}

#send_nemail {
    border: 0 none;
    color: #fff;
    background: #c21c3c;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 20px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

.cat-icon {
    vertical-align: middle;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
}

.first-level > li > a > .cat-icon {
    width: auto;
}

#category_list .first-level > li > a {
    font-size: 15px;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0 none;
    left: 0px;
    background: #FFF none repeat scroll 0% 0%;
    transform: translateZ(0px);
}

#gallery_cont .bx-wrapper .bx-pager,
#gallery_cont .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 16px;
    width: 100%;
}

.details-text img,
.free-print-text img {
    vertical-align: middle;
    margin-right: 12px;
}

.details-text {
    font-size: 11px;
}

.free-print-text {
    font-size: 12px;
}

#prods_list li {
    width: 943px;
    margin: 8px;
    margin-bottom: 30px;
}

#prods_list .featured-sub-categories-box li {
    width: auto;
}

#prods_list .gadget-box .featured-sub-categories-box li {
    display: none;
}

.prod-list-box {
    border: solid 1px #aaaaaa;
    border-bottom: 0 none;
    margin-top: 10px;
    height: 324px;
    overflow: hidden;
}

.prod-thumb {
    width: 259px;
    height: 100%;
    border-right: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
    margin-top: -1px;
}

.prod-thumb a {
    height: 100%;
    display: block;
    position: relative;
}

.non-disponibile {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    padding: 10px;
}

.prod-thumb img {
    display: block;
    width: 100%;
}

.prod-list-info-head {
    border-bottom: solid 1px #aaaaaa;
}

.details-text,
.free-print-text {
    height: 68px;
    padding: 21px 17px;
}

.details-text {
    width: 225px;
    text-align: center;
    background: #c9e0e5;
    font-weight: bold;
}

.details-text a {
    color: #555555;
}

.free-print-text {
    width: 457px;
    background: #f2f2f2;
    border-right: solid 1px #aaaaaa;
    font-size: 13px;
}

.free-print-text b {
    font-size: 18px;
}

.featured-color-text {
    color: #0a738a;
}

.prod-list-buttons {
    height: 67px;
    border-bottom: solid 1px #aaaaaa;
    border-top: solid 1px #aaaaaa;
    overflow: hidden;
}

.details-text span {
    color: #3AA3BA;
    font-size: 15px;
    margin-left: 8px;
}

.prod-list-title {
    font-size: 15px;
    font-weight: bold;
}

.prod-list-title a {
    color: #555555;
    text-transform: uppercase;
}

.prod-list-info-middle {
    font-size: 14px;
    padding: 20px;
    height: 103px;
}

.prod-list-material {
    width: 352px;
    padding: 12px;
}

.products-list {
    min-height: 800px;
    border-left: solid 1px #e9e9e9;
}

.filters {
    font-size: 13px;
    line-height: 36px;
}

.filters i {
    margin-left: 10px;
}

.filter-by-text,
.filer-box {
    border-right: solid 1px #e9e9e9;
    padding: 0 8px;
}

.filer-box {
    position: relative;
}

.filer-box .filter-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 130px;
}

.filter-list {
    background: #fff;
}

.filter-list li {
    border-bottom: 1px solid #E9E9E9;
    text-align: center;
    color: #0A738A;
}

.filter-list li:hover {
    background: #C21C3C;
    color: #fff;
}

.filter-list li:hover a {
    color: #fff;
}

.filer-box .filter-list.filter-list-material {
    width: 180px;
}

.filter-list li a {
    color: #0A738A;
    display: block;
}

.prod-list-sizes {
    padding: 12px 0;
    padding-left: 22px;
    width: 290px;
    border-left: solid 1px #bebbb6;
}

.prod-list-measures {
    margin-top: 5px;
}

.prod-list-colors-cont {
    padding: 0px 32px 0px 32px;
    color: #333333;
    font-size: 15px;
    height: 84px;
    width: 682px;
}

.prod-list-colors {
    margin-top: 8px;
    margin-bottom: 4px;
}

.prod-list-color {
    width: 20px;
    height: 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    position: relative;
    border: solid 1px #9E9C9C;
    cursor: pointer;
}

.color2 {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
}

.bread-crumbs {
    font-size: 13px;
    border-bottom: solid 1px #e9e9e9;
    padding: 5px;
    margin-bottom: 5px;
}

.bread-crumbs a {
    color: #0a738a;
    font-weight: bold;
}

.bread-crumbs span {
    background: #f2f2f2;
    padding: 5px;
    color: #0a738a;
    border-radius: 5px;
    display: inline-block;
}

.category-description {
    background: #f2f2f2;
    color: #074c5b;
    position: relative;
    width: 946px;
    margin: 0 auto;
    font-size: 13px;
    padding-left: 110px;
    padding-right: 36px;
    padding-bottom: 5px;
    padding-top: 20px;
}

.category-description strong {
    color: #444;
}

.category-description ul li {
    line-height: 20px;
    font-size: 16px;
}

.category-description h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.category-description h2 {
    font-weight: bold;
    color: #000;
}

.category-description h3 {
    font-weight: bold;
    color: #000;
}

.cat-img {
    left: 5px;
    position: absolute;
    top: 5px;
}

.filters {
    height: auto;
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    margin-top: 8px;
}

.filters .fa-server {
    font-size: 14px;
}

.prod-pu-box {
    width: 97px;
    background: #f2f2f2;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    height: 66px;
    padding: 16px 0;
    border-left: solid 1px #d1d1d1;
    transition: all 0.2s;
}

.featured-prod-pu-box {
    background: #0a738a;
}

.featured-prod-pu-box.prod-pu-box {
    background: #0a738a;
    color: #6bddbf;
}

.featured-prod-pu-box .featured-color-text {
    color: #fff;
    font-weight: bold;
}

.prod-pu-box span {
    font-size: 17px;
    font-weight: normal;
}

.prod-list-brand {
    width: 80px;
    text-align: center;
    padding: 0;
}

.prod-list-info-bottom {
    border-bottom: solid 1px #bebbb6;
    height: 66px;
    overflow: hidden;
}

.prod-list-info-bottom .calculate-price-btn {
    width: 214px;
}

.more-colors-available {
    line-height: 10px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.sub-cat-menu {
    display: none;
}

.active .sub-cat-menu {
    display: block;
}

.level3cats {
    background: #F2F2F2;
    display: none;
}

.active .level3cats {
    display: block;
}

.level3cats a {
    background: #F2F2F2;
}

#category_list ul.level3cats li a {
    background: #F2F2F2;
    padding-left: 64px;
}

.calculate-price-btn .right {
    margin-top: -2px;
}

.divider-line {
    height: 1px;
    background: #a0a0a0;
}

.clear {
    clear: both;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #F5F5F5;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.progress-bar-success {
    background-color: #5CB85C;
}

.progress-bar {
    float: left;
    width: 0px;
    height: 100%;
    font-size: 12px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    background-color: #c21c3c;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
    transition: width 0.6s ease 0s;
}

.h-text,
.green-text {
    color: #0a738a;
}

.box-price,
.prod-pu-box-det,
.pre-button {
    transition: all 0.2s;
}

.prod-pu-box:hover,
.box-price:hover,
.pre-button:hover {
    background-color: #C21C3C !important;
    color: #fff;
}

#pre-button2:hover {
    border: 1px solid #C21C3C;
}

.featured-prod-pu-box.prod-pu-box:hover {
    background-color: #045162 !important;
    color: #6bddbf;
}

.prod-pu-box:hover .featured-color-text,
.box-price:hover .productbox-pc-price,
.box-price:hover .productbox-npc,
.pre-button:hover .prez {
    color: #fff;
}

.btn-main {
    font-weight: bold;
    color: #fff !important;
    display: inline-block;
    background: #c21c3c;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 20px 38px;
    cursor: pointer;
    border: 0 none;
}

#contact_form .general-label {
    padding-top: 0;
    padding-bottom: 5px;
}

.btn-main.btn-main-medium {
    padding: 20px 25px;
    margin-bottom: 70px;
    margin-left: 147px;
}

.ordine {
    float: left;
    margin-right: 2%;
    margin-left: 2%;
}

.general-input {
    padding: 10px;
    border: solid 1px #9e9e9e;
    background: #fff;
    margin-right: 11px;
}

.general-label {
    padding: 10px 0;
    font-size: 14px;
    display: inline-block;
}

.active-filter {
    border: 1px solid #CCC;
    background: #F9F9F9 none repeat scroll 0% 0%;
    color: #333;
    margin: 0px 10px 10px 0px;
    font-size: 12px;
    padding: 3px;
}

#selected_filters {
    padding: 6px;
}

.error {
    border: solid 1px red !important;
}

#registration_btn {
    display: block;
}

/* Media Queries */
@media (min-width: 1020px) {
    .cont {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
}

@media (max-width: 1024px) {
    #main_nav ul li a {
        padding: 16px 36px;
    }
    
    #main_nav .cont {
        padding: 0;
    }
    
    .product-box-featured {
        float: left;
        width: 50%;
    }
    
    .featured-price-box {
        left: 50%;
        margin-left: -25%;
        width: 52%;
    }
    
    #featured_products_list {
        float: none;
    }
    
    #home_products_list {
        width: auto;
    }
    
    .product-box {
        float: left;
        width: 33.333333%;
        height: auto;
        border-bottom: 1px solid #A09E99;
        border-right: 1px solid #A09E99;
    }
}

@media (min-width: 760px) {
    .cont {
        padding-left: 0px;
        padding-right: 0px;
        width: auto;
    }
}

@media (max-width: 759px) {
    .cont {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    
    .product-box {
        width: 50%;
    }
    
    .bottom-box {
        width: 33.333333%;
    }
}

@media (max-width: 640px) {
    .product-box {
        width: 100%;
        min-width: 300px;
        border-left: solid 1px #a09e99;
    }
    
    .product-box-featured {
        width: 100%;
        min-width: 300px;
    }
    
    #gallery_cont {
        display: none;
    }
    
    #category_list {
        position: static;
        width: 100%;
    }
    
    #main_cont {
        padding-left: 0;
        padding-right: 0;
    }
    
    .bottom-box {
        width: 100%;
        float: none;
    }
    
    #top_texts {
        text-align: center;
    }
    
    #free_ship_text {
        border: 0 none;
    }
    
    #site_logo,
    #top_texts,
    #free_ship_text,
    #customers_service_text {
        float: none;
    }
    
    #customization_widget {
        width: 100%;
    }
    
    .ui-spinner {
        width: 96%;
    }
    
    #customization_header .heading {
        background: #f2f2f2;
        padding: 16px 0 15px 0;
        padding-left: 0;
        font-size: 12px;
        text-align: center;
    }
    
    .right {
        float: right;
        line-height: 15px;
        margin-top: 14px;
    }
}

@media (min-width: 1260px) {
    .cont {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 1200px;
    }
}

/* Featured Category Box */
.featured-cat-box {
    width: 31%;
    margin: 1%;
}

.featured-cat-box.gadget-box {
    height: auto !important;
}

.featured-cat-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 12px;
    line-height: 16px;
}

.featured-cat-img img {
    width: 100%;
}

.inner-featured-cat {
    margin: 5px;
    background: #fff;
}

.featured-sub-categories-box ul {
    width: 100%;
    text-align: center;
    margin: 1%;
}

.featured-sub-categories-box ul li a {
    color: #333333;
    font-size: 13px;
}

/* UI Widget Styles */
.ui-widget-header {
    background: #C21C3C;
    border: 0 none;
}

.ui-corner-all {
    border-radius: 0;
}

.ui-dialog.ui-widget-content {
    -webkit-box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.55);
    background: #C9E0E5;
    font-size: 16px;
}

.ui-dialog.ui-widget-content p {
    color: #0a738a !important;
    font-style: italic !important;
}

.ui-dialog-titlebar-close {
    border: 1px solid #ccc !important;
    background: #FAFAFA 50% 50% repeat-x !important;
}

/* Tooltip Styles */
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    border-radius: 3px !important;
    border: 1px solid #ccc !important;
    background: #C9E0E5 !important;
    color: #0a738a !important;
    font-style: italic !important;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #C9E0E5 !important;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
    color: #0a738a !important;
    font-size: 14px;
}

.introjs-helperNumberLayer {
    line-height: 11px;
}

.centertext {
    text-align: center;
}

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

.confirm-button {
    border: 0 none;
    color: #fff;
    background: #c21c3c;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 20px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.priv-link {
    font-size: 13px;
    color: #969696;
}

.general-link {
    color: #0A738A;
}

.all-cat-product {
    color: #333333 !important;
    padding-left: 46px !important;
    background-color: #e0edf0 !important;
    font-size: 13px !important;
}

.all-cat-product i {
    margin-left: -6px;
    margin-right: 8px;
}

.all-cat-product:hover {
    color: #0a738a !important;
}

/* Icon Plus Styles */
#icon_plus .cont {
    background: #fff;
}

#icon_plus .bottom-box1 .bottom-box-icon {
    width: 58px;
    background-position: 13px 6px;
    background-size: 300px;
}

#icon_plus .bottom-box2 .bottom-box-icon {
    width: 43px;
    background-position: -46px 6px;
    background-size: 300px;
}

#icon_plus .bottom-box3 .bottom-box-icon {
    width: 52px;
    background-position: -89px 6px;
    background-size: 300px;
}

#icon_plus .bottom-box4 .bottom-box-icon {
    width: 58px;
    background-position: -148px 6px;
    background-size: 300px;
}

#icon_plus .bottom-box5 .bottom-box-icon {
    width: 58px;
    background-position: -208px 6px;
    background-size: 300px;
}

#icon_plus .bottom-box6 .bottom-box-icon {
    width: 58px;
    background-position: -260px 6px;
    background-size: 300px;
}

#icon_plus .bottom-box-title {
    font-size: 14px;
    color: #333333;
    line-height: 8px;
    padding-bottom: 18px;
    font-weight: bold;
}

#icon_plus .bottom-box {
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 200px;
}

.txt-home-plus {
    font-size: 12px;
    padding-bottom: 18px;
}

.products-list #icon_plus {
    width: 960px;
}

.products-list #icon_plus .bottom-box {
    width: 25%;
}

.tooltipster-base {
    z-index: 99999999 !important;
}

.titolo-pagina {
    color: #0a738a;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #e2e2e2;
}

.portfolio-cont {
    width: 960px;
}

#socials a:hover {
    text-decoration: none;
}

.tooltipster-sidetip.tooltipster-light.tooltip-quantity .tooltipster-box {
    border-radius: 3px !important;
    border: 1px solid #ccc !important;
    background: #c21c3c !important;
    color: #FFF !important;
    font-style: italic !important;
}

.tooltipster-sidetip.tooltipster-light.tooltip-quantity .tooltipster-content {
    color: #FFF !important;
    font-size: 14px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right.tooltip-quantity .tooltipster-arrow-background {
    border-right-color: #c21c3c !important;
}

.non-disponibile-dett {
    font-weight: bold;
    margin-top: 10px;
}

.bottom-box-blog {
    width: 120px;
    height: 51px;
    margin: 10px auto 20px;
    background: url("https://www.gedshop.it/img/blog.jpg");
}

.bottom-box5 a {
    text-decoration: none;
    color: #333333;
}

.bottom-box5 a:hover {
    color: #999999;
}

.disp-immediate {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.disp-immediate-icon {
    width: auto !important;
    display: inline-block !important;
    margin-right: 30px;
}

.disp-48h {
    display: inline-block;
    color: #000;
    margin-top: 5px;
    font-size: 13px;
}

.disp-48h-num {
    border-bottom: solid 1px #000;
    font-size: 17px;
    font-weight: bold;
}

.h48_cont {
    background: #fff;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 12px;
}

.prod-pu-box-not {
    width: 97px;
    background: #f2f2f2;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    height: 66px;
    padding: 16px 0;
    border-left: solid 1px #d1d1d1;
    transition: all 0.2s;
}

.featured-prod-pu-box.prod-pu-box-not {
    background: #0a738a;
    color: #6bddbf;
}

.featured-prod-pu-box .featured-color-text {
    color: #fff;
    font-weight: bold;
}

.prod-pu-box-not span {
    font-size: 17px;
    font-weight: normal;
}
