.slick-list.draggable {
    margin: 0 0 0 -500px !important;
}

#frmOfferRequest {
    display: none;
}

.btnSmall {
    padding: 0 5px;
}

@media only screen and (max-width:1199px) {
    html {
        overflow-x: hidden;
    }
    
    body {
        font-family: 'Open Sans', sans-serif;
    }
    
    a {
        text-decoration: none;
        display: inline-block;
    }

    #site {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }
    
    #site #top, #site #top-home {
        z-index: 100;
        background-image: url("img/top-360.png");
        background-repeat: no-repeat;
        position: relative;
        height: 105px;
        background-size: 100% 100%;
    }
    
    #top a#logo, #top-home a#logo {
        float: left;
    }
    
    #top a#logo img, #top-home a#logo img {
        width: 120px;
        padding: 10px;
    }
    
    #top #tel, #top-home #tel {
        margin: 10px 0 0 20px;
        display: inline-block;
    }
    
    #top #tel .icon, #top-home #tel .icon {
        background-image: url("img/tel.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }

    #top #tel .txt, #top-home #tel .txt {
        font-size: 13px;
        color: #ffffff;
        display: inline-block;
        font-weight: bold;
        padding-left: 3px;
    }
    
    #top #email, #top-home #email {
        margin: 10px 0 40px 160px;
        display: block;
    }
    
    #top #email .icon, #top-home #email .icon {
        background-image: url("img/email.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }
    
    #top #email .txt, #top-home #email .txt {
        font-size: 13px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 50px;
        left: 190px;
        width: 200px;
    }
    
    #top #basket, #top-home #basket {
        position: absolute;
        top: 11px;
        left: 300px;
    }
    
    #top #basket .icon, #top-home #basket .icon {
        background-image: url("img/cart.png");
        background-repeat: no-repeat;
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }
    
    #top #basket .count, #top-home #basket .count {
        color: #29385f;
        position: absolute;
        top: -6px;
        margin-left: 16px;
        background-color: yellow;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
        padding: 2px 4px;
    }
    
    #top #basket .txt, #top-home #basket .txt {
        display: none;
    }
    
    #top ul#navbar, #top-home ul#navbar {
        display: none;
    }

    form#frmSearch {
        top: 78px;
        left: 152px;
        position: absolute;
        width: 300px;
        margin: 0 10px;
    }
    
    div.search {
        padding: 0px 5px;
        margin: 0;
        float: left;
        width: 165px;
        border: 1px solid #fff;
        border-radius: 10px;
        background-color: #fff;
        display: inline-block;
    }
    
    input.search {
        font-size: 14px;
        border: 0;
        width: 142px;
    }
    
    div.search a {
        float: right;
        margin: 2px;
        
    }
    
    #hamburger {
        top: 0;
        border-radius: 0;
        width: 32px;
        height: 40px;
        background-image: url("img/hamburger.png");
        background-color: rgb(16, 16, 70);
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
    }
    
    ul#menu {
        display: none;
    }
    
    ul#menu_mobile {
        width: 300px;
        position: absolute;
        z-index: 70;
        display: none;
        top: 40px;
        z-index: 100;
    }

    ul#menu_mobile li {
        background-color: #ffffff;
        list-style-type: none;
        line-height: 28px;
        border-right: 2px solid #eeeeee;
        border-bottom: 1px solid #18224a;
        border-left: 2px solid #eeeeee;
    }

    ul#menu_mobile li a {
        display: block;
        color: #273056;
        font-weight: bold;
        padding: 5px;
    }
    
    #submenu {
        display: none;
    }
    
    #container.content .columns, #container-home.content .columns {
        width: 100%;
        margin: 0;
        float: none;
    }
    
    #container.content .columns .left, #container-home.content .columns .left {
        display: none;
    }
    
    #container.content .columns .right, #container-home.content .columns .right {
        width: 100%;
        background-color: #fff;
        margin: 0;
        padding: 0;
    }
    
    #container.content .columns .right h1.title, #container-home.content .columns .right h1.title {
        background-color: #FF7800;
        color: #ffffff;
        padding: 10px;
        font-size: 16px;
        text-align: center;
    }
    
    #container.content .columns .right .infospace, #container-home.content .columns .right .infospace {
        padding: 10px;
        position: relative;
    }
    
    #container.content .columns .right .infospace .content, #container-home.content .columns .right .infospace .content {
        position: relative;
        width: 100%;
    }
    
    #container.content .columns .right .infospace .content h3, #container-home.content .columns .right .infospace .content h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    #container.content .columns .right .infospace .content h5, #container-home.content .columns .right .infospace .content h5 {
        font-size: 14px;
        font-weight: 400;
        margin: 5px 0;
    }
    
    #container.content .columns .right .infospace .content h5 a, #container-home.content .columns .right .infospace .content h5 a {
        vertical-align: middle;
        margin: 0 5px;
    }

    #container.content .columns .right .infospace .content .product.large, #container-home.content .columns .right .infospace .content .product.large {
        max-width: 300px;
        margin: 20px 0;
        display: block;
        cursor: url("img/zoom-in.png"), pointer;
    }

    #container.content .columns .right .infospace .aside, #container-home.content .columns .right .infospace .aside {
        position: relative;
        right: 0;
        width: 100%;
        font-size: 16px;
    }
    
    #container.content .columns .right .infospace .aside .fieldset, #container-home.content .columns .right .infospace .aside .fieldset {
        border: 0;
        clear: both;
        padding: 0;
    }
    
    #container.content .columns .right .infospace .aside .fieldset .label, #container-home.content .columns .right .infospace .aside .fieldset .label {
        display: block;
        float: left;
        padding: 5px;
        text-align: right;
        width: 25%;
        margin-top: 1px;
    }
    
    #container.content .columns .right .infospace .aside .fieldset p.title, #container-home.content .columns .right .infospace .aside .fieldset p.title {
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 700;
    }
    
    #container.content .columns .right .infospace .aside .fieldset p, #container-home.content .columns .right .infospace .aside .fieldset p {
        margin: 5px;
    }
    
    #container.content .columns .right .infospace .aside .input_text, #container-home.content .columns .right .infospace .aside .input_text {
        padding: 5px;
        width: 60%;
        border: 1px solid #ccc;
    }

    #container.content .columns .right .infospace .aside .input_text.error, #container-home.content .columns .right .infospace .aside .input_text.error {
        border: 1px solid #c00;
    }
    
    #container.content .columns .right .infospace .aside .btn, #container-home.content .columns .right .infospace .aside .btn {
        padding: 5px 10px;
    }
    
    #container.content .columns .right .infospace .aside .btn#trimite, #container-home.content .columns .right .infospace .aside .btn#trimite {
        background-image: url("img/cart.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        width: 36px;
        height: 36px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 8px;
    }
    
    .btnDel {
        background-image: url("img/del.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 36px;
        height: 36px;
        padding: 5px;
        border: 1px solid #ccc;
        position: absolute;
        right: 0;
        margin-top: -40px;
        border-radius: 8px;
    }
    
    #frmDec {
        display: inline-block;
        margin-left: 8px;
    }
    
    #frmInc {
        display: inline-block;
    }
    
    .btnQ {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
        width: 22px;
        height: 22px;
        padding: 0px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    .btnQ.Dec {
        background-image: url("img/minus.png");
    }
    
    .btnQ.Inc {
        background-image: url("img/plus.png");
    }
    
    #container.content .columns .right .infospace a.product, #container-home.content .columns .right .infospace a.product {
        height: 300px;
    }
    
    #footer {
        width: 100%;
        background-color: #18224a;
        float: left;
        padding-bottom: 20px;
    }

    #footer .box {
        display: inline-block;
        margin: 20px 0 0 0;
        overflow: hidden;
        padding: 0 20px;
        vertical-align: top;
    }    
    
    #footer .group-title {
        color: #FF7800;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        margin: 10px 0;
    }
    
    #footer ul li {
        list-style-type: none;
    }
    
    #footer ul li a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 2;
    }
    
    #footer .box .logo-full {
        background-image: url("img/logo-275.png");
        background-repeat: no-repeat;
        display: inline-block;
        width: 200px;
        height: 114px;
        background-size: 100%;
        display: inline-block;
    }

    #footer .box a.social {
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        background-size: 100%;
        margin: 30px 3px;
    }
    
    #footer .box #facebook {
        background-image: url("img/facebook.png");
    }
        
    #footer .box #twitter {
        background-image: url("img/twitter.png");
    }
    
    #footer .box #youtube {
        background-image: url("img/youtube.png");
    }
    
    #slide {
        background-image: url("img/header-1200.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 98px;
        margin-top: -1px;
    }
    
    
    
    #container.home .columns, #container-home.home .columns {
        margin-bottom: 20px;
        border-left: 10px solid #FF7800;
        width: 100%;
        float: left;
    }
    
    #container.home .columns:last-child, #container-home.home .columns:last-child {
        margin: 0;
    }
    
    #container.home .columns .left, #container-home.home .columns .left {
        float: left;
        width: 100%;
    }
    
    #container.home .columns .left .header, #container-home.home .columns .left .header {
        font-size: 16px;
        width: 100%;
        padding: 4px 0;
        background-color: #FF7800;
        color: #ffffff;
        font-weight: bold;
    }
    
    #container.home .columns .left .header .arrow, #container-home.home .columns .left .header .arrow {
        height: 19px;
        width: 15px;
        margin-left: 10px;
        background-repeat: no-repeat;
        background-position: top 9px center;
        display: inline-block;
        background-image: url("img/down_arrow_white.png");
    }
    
    #container.home .columns .left .header .up_arrow, #container-home.home .columns .left .header .up_arrow {
        background-position: top 2px center;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    
    #container.home .columns .left .content, #container-home.home .columns .left .content {
        padding: 0;
        border: 0;
        background-color: #FF7800;
        height: 620px;
    }
    
    #container.home .columns .left .content .group, #container-home.home .columns .left .content .group {
        display: none;
        position: relative;
        width: 100%;
        background-color: white;
        z-index: 50;
        float: left;
        left: -10px;
        top: 1px;
    }
    
    #container.home .columns .left .content .group p, #container-home.home .columns .left .content .group p {
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        color: #FF7800;
        padding: 15px 5px;
        border-right: 2px solid #eeeeee;
        border-bottom: 1px solid #18224a;
        border-left: 2px solid #eeeeee;
    }
    
    #container.home .columns .left .content .group ul li, #container-home.home .columns .left .content .group ul li {
        list-style-type: none;
        background-color: #ffffff;
        list-style-type: none;
        line-height: 28px;
        border-right: 2px solid #eeeeee;
        border-bottom: 1px solid #18224a;
        border-left: 2px solid #eeeeee;
    }

    #container.home .columns .left .content .group ul li a, #container-home.home .columns .left .content .group ul li a {
        font-size: 16px;
        display: block;
        color: #273056;
        font-weight: bold;
        padding: 5px 15px;
    }
    
    #logos {
        display: none;
    }
    
    #container.home .columns .right, #container-home.home .columns .right {
        overflow-x: scroll;
        width: 100%;
        position: absolute;
        margin-top: 30px;
    }
    
    #container.home .columns .right .products, #container-home.home .columns .right .products {
        border: 0;
        margin: 0;
        padding: 0;
        width: 2110px;
        height: 310px;
    }
    
    #container.home .columns .right .products a, #container-home.home .columns .right .products a {
        height: 300px;
        float: left;
        margin-right: 10px;
        background-color: #fff;
    }
    
    #container.home .columns .right .products a:last-child, #container-home.home .columns .right .products a:last-child {
        margin-right: 0;
    }
    
    a .random_product {
        display: inline-block;
        margin: 15px 0;
        font-weight: bold;
        color: #273056;
        text-align: center;
        width: 165px;
        height: 270px;
        position: relative;
    }
    
    a .random_product img {
        max-width: 125px;
        max-height: 125px;
        margin-bottom: 20px;
    }
    
    a .random_product .fabricant {
        position: absolute;
        top: 145px;
        width: 165px;
    }
    
    a .random_product .referinta {
        font-size: 16px;
        position: absolute;
        top: 165px;
        width: 165px;
    }
    
    a .random_product .nume {
        font-size: 14px;
        padding: 5px 10px 0 10px;
        height: 71px;
        overflow: hidden;
        color: #FF7800;
        position: absolute;
        top: 205px;
        width: 145px;
    }
    
    #container.home .columns .right .products .product .random_product img.more, #container-home.home .columns .right .products .product .random_product img.more {
        position: absolute;
        bottom: 30px;
    }
    
    a .random_product.maker {
        height: auto;
        vertical-align: middle;
    }
    
    .pagination {
        height: 90px;
        margin-left: 10px;
    }

    .pagination li {
        font-size: 14px;
        font-weight: 700;
        list-style-type: none;
        text-align: left;
        float: left;
        margin: 20px 1px 20px 0;
    }

    .pagination li a {
        background-color: #eee;
        border: 1px solid #ccc;
        color: #000;
        padding: 10px;
    }
    
    .pagination li.active a
    {
        background-color: #FF7800;
        color: #fff;
    }
    
    .msg_error, .msg_error .error
    {
        height: 20px;
        width: 300px;
        float: right;
        color: rgb(185, 74, 72);
        text-align: left;
    }

    input.error {
        border: 1px solid #c00;
    }
    
    .g-recaptcha {
        float: right;
        margin-right: 2px;
    }
}

@media only screen and (min-width:1200px) {
    body {
        font-family: 'Open Sans', sans-serif;
        overflow-y: scroll; 
    }

    a {
        text-decoration: none;
        display: inline-block;
    }

    a:hover {
        text-decoration: underline;
    }
    
    #site {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    #site #top-home {
        background-image: url("img/top-home-1200.png");
        background-repeat: no-repeat;
        width: 100%;
        z-index: 100;
        position: relative;
        height: 60px;
    }
    
    #site #top {
        background-image: url("img/top-1200.png");
        background-repeat: no-repeat;
        width: 100%;
        z-index: 100;
        position: relative;
        height: 175px;
    }
    
    #top a#logo, #top-home a#logo {
        float: left;
        padding: 20px;
    }
    
    #top a#logo img, #top-home a#logo img {
        width: 150px;
        padding: 0 10px;
    }
    
    #top #tel, #top-home #tel {
        margin: 10px 0 0 515px;
        display: inline-block;
    }
    
    #top #tel .icon, #top-home #tel .icon {
        background-image: url("img/tel.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }

    #top #tel .txt, #top-home #tel .txt {
        font-size: 11px;
        color: #ffffff;
        display: inline-block;
        font-weight: bold;
        padding-left: 10px;
        margin-top: 20px;
    }
    
    #top #email, #top-home #email {
        margin: 10px 0 0 20px;
        display: inline-block;
    }
    
    #top #email .icon, #top-home #email .icon {
        background-image: url("img/email.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }
    
    #top #email .txt, #top-home #email .txt {
        font-size: 11px;
        padding-left: 5px;
        color: #fff;
        display: inline-block;
        font-weight: bold;
    }
    
    #top #basket, #top-home #basket {
        margin: 10px 0 0 20px;
        display: inline-block;
    }
    
    #top #basket .icon, #top-home #basket .icon {
        background-image: url("img/cart.png");
        background-repeat: no-repeat;
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }
    
    #top #basket .count, #top-home #basket .count {
        color: #29385f;
        position: absolute;
        top: 15px;
        margin-left: 16px;
        background-color: yellow;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
        padding: 2px 4px;
    }
    
    #top #basket .txt, #top-home #basket .txt {
        font-size: 11px;
        padding-left: 5px;
        color: #fff;
        display: inline-block;
        font-weight: bold;
    }
    
    #top ul#navbar, #top-home ul#navbar {
        width: 525px;
        position: absolute;
        left: 190px;
        top: 25px;
    }

    #top ul#navbar li, #top-home ul#navbar li {
        margin: 0 7px;
        display: inline-block;
    }

    #top ul#navbar li a, #top-home ul#navbar li a {
        font-size: 11px;
        padding: 7px;
        color: #fff;
        font-weight: bold;
    }
    
    form#frmSearch {
        top: 25px;
        left: 430px;
        position: absolute;
        width: 300px;
    }
    
    div.search {
        padding: 0px 5px;
        width: 255px;
        border: 1px solid #fff;
        border-radius: 10px;
        background-color: #fff;
    }
    
    input.search {
        font-size: 11px;
        border: 0;
        padding: 4px 10px;
        width: 215px;
    }
    
    div.search a {
        float: right;
        margin: 2px;
        
    }
    
    #hamburger {
        border-radius: 0 0 0 0;
        width: 32px;
        height: 40px;
        background-image: url("img/hamburger.png");
        background-color: rgb(16, 16, 70);
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 135px;
        cursor: pointer;
    }
    
    #slide {
        background-image: url("img/header-1200.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 328px;
    }
    
        
    ul#menu_mobile {
        display: none;
    }
    
    ul#menu {
        width: 238px;
        position: absolute;
        z-index: 70;
        display: none;
        top: 175px;
    }
    
    ul#menu li {
        background-color: #ffffff;
        list-style-type: none;
        font-size: 13px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        padding: 5px;
        border-right: 2px solid #eeeeee;
        border-bottom: 1px solid #18224a;
        border-left: 2px solid #eeeeee;
    }
    
    ul#menu li a {
        display: block;
        color: #273056;
    }
    
    ul#menu li:hover {
        background-color: #eeeeee;
    }
    
    #submenu {
        display: none;
        background-color: #ffffff;
        border: 1px solid #ccc;
        z-index: 9999;
    }
    
    #submenu:first-child {
        margin-left: 20px;
    }
    
    .submenu_group {
        width: 190px;
        height: 100%;
        display: inline-block;
        overflow: hidden;
        padding: 0 20px;
        vertical-align: top;
    }
    
    .submenu_group p {
        color: #FF7800;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        margin: 15px 0;
    }

    .submenu_group ul li {
        list-style-type: none;
    }
    
    .submenu_group ul li a {
        font-size: 11px;
        font-weight: 700;
        line-height: 2;
        color: #273056;
    }
    
    #logos, .slick-dots {
        background-color: #ffffff;
    }
    
    .columns
    {
        margin: 10px 0;
        float: left;
        width: 100%;
    }
    
    .columns .left
    {
        width: 250px;
        float: left;
    }
    
    .columns .left .header
    {
        background-color: #FF7800;
        color: #ffffff;
        border-radius: 10px 10px 0 0;
        padding: 10px;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
    }
        
    .columns .left .content
    {
        background-color: #ffffff;
        border: 1px solid #ccc;
        padding: 0 20px 25px 20px;
    }
    
    .columns .left .content .group p
    {
        font-size: 12px;
        font-weight: 700;
        text-align: left;
        margin-top: 20px;
        color: #FF7800;
    }
    
    .columns .left .content .group ul li
    {
        list-style-type: none;
    }
    
    .columns .left .content .group ul li a
    {
        font-size: 12px;
        font-weight: 700;
        color: #273056;
    }
    
    .home .columns .right
    {
        margin-left: 250px;
    }
    
    .content .columns .right
    {
        margin-left: 250px;
        padding: 0 0 0 25px;
    }
    
    .columns .bottom
    {
        clear: both;
    }
    
    .products
    {
        border: 1px solid #ccc;
        margin: 34px 0 0 10px;
        padding: 12px 0;
    }
    
    .products .product {
        margin: 10px 0 0 0;
    }
    
    a .random_product {
        width: 220px;
        height: 225px;
        position: relative;
    }
    
    a .random_product img {
        max-width: 125px;
        max-height: 115px;
    }
    
    a .random_product .fabricant {
        position: absolute;
        top: 125px;
        width: 220px;
    }
    
    a .random_product .referinta {
        position: absolute;
        top: 140px;
        width: 220px;
    }
    
    a .random_product .nume {
        font-size: 14px;
        padding: 0 10px;
        height: 71px;
        overflow: hidden;
        color: #FF7800;
        position: absolute;
        top: 165px;
        width: 200px;
    }
    
    
    
    
    .random_product .nume
    {
        color: #FF7800;
        margin-top: 5px;
        font-size: 12px;
    }
    
    .random_product .fabricant, .random_product .referinta
    {
        font-size: 14px;
    }
    
    .random_product
    {
        display: inline-block;
        width: 220px;
        font-size: 12px;
        font-weight: 700;
        color: #273056;
        text-align: center;
    }
    
    .random_product p:hover
    {
        text-decoration: underline;
    }
    
    a.maker .random_product.maker {
        width: 145px;
    }
    
    #footer
    {
        width: 1200px;
        height: 210px;
        background-color: #18224a;
        float: left;
    }
    
    #footer .box
    {
        width: 250px;
        height: 190px;
        display: inline-block;
        margin: 20px 0 0 0;
        overflow: hidden;
        padding: 0 20px;
    }
    
    #footer .social
    {
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 0 auto;
        width: 60px;
        height: 60px;
        background-size:100%;
        margin: 30px 10px;
    }
    
    #footer #facebook
    {
        background-image: url("img/facebook.png");
    }
    
    #footer #twitter
    {
        background-image: url("img/twitter.png");
    }
    
    #footer #youtube
    {
        background-image: url("img/youtube.png");
    }
    
    #footer .logo-full
    {
        background-image: url("img/logo-275.png");
        background-repeat: no-repeat;
        display: inline-block;
        margin: 10px 0 0 25px;
        width: 200px;
        height: 114px;
        background-size: 100%;
        display: inline-block;
    }
    
    #footer .group-title
    {
        color: #FF7800;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        margin: 10px 0;
    }
    
    #footer ul li
    {
        list-style-type: none;
    }
    
    #footer ul li a
    {
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        line-height: 2;
    }
    
    #container-home.home
    {
        position: absolute;
        top: 489px;
        width: 1200px;
    }
    
    #container.home
    {
        position: absolute;
        top: 604px;
        width: 1200px;
    }
    
    #container.content, #container-home.content
    {
        position: absolute;
        top: 175px;
        width: 1200px;
    }
    
    #container.content .left .content, #container-home.content .left .content
    {
        margin-bottom: 50px;
    }
    
    #container.content .left .content p, #container-home.content .left .content p
    {
        color: #FF7800;
    }
    
    #container.content .right, #container-home.content .right
    {
        font-size: 20px;
    }
    
    #container.content .right h1.title, #container-home.content .right h1.title
    {
        background-color: #FF7800;
        color: #ffffff;
        border-radius: 10px 10px 0 0;
        padding: 10px;
        font-size: 14px;
        
    }
    
    img.product.small
    {
        vertical-align: top;
    }

    .pagination {
        height: 90px;
        margin-left: 10px;
    }

    .pagination li
    {
        font-size: 14px;
        font-weight: 700;
        list-style-type: none;
        text-align: left;
        float: left;
        margin: 20px 1px 20px 0;
    }

    .pagination li a
    {
        background-color: #eee;
        border: 1px solid #ccc;
        color: #000;
        padding: 10px;
    }

    .pagination li.active a, .pagination li a:hover
    {
        background-color: #FF7800;
        color: #fff;
    }

    .infospace
    {
        border: 1px solid #ccc;
        padding: 10px 10px 120px 10px;
        position: relative;
    }

    .infospace .aside
    {
        top: 10px;
        position: absolute;
        right: 0;
        width: 50%;
        font-size: 14px;
    }

    .infospace .aside p.title
    {
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 700;
    }

    .infospace .content
    {
        position: relative;
        width: 50%;
        min-height: 350px;
    }

    .infospace .content h3
    {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .infospace .content h5
    {
        font-size: 13px;
        font-weight: 400;
        margin: 5px 0;
    }

    .infospace .content a
    {
        vertical-align: middle;
        margin: 0 5px;
        color: #273056;
    }

    .infospace .btn
    {
        padding: 10px 15px;
        background-color: #0096db;
        border: 0;
        color: #fff;
        border-radius: 6px;
    }
    
    .infospace .btn#trimite {
        background-image: url("img/cart.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        background-color: initial;
        width: 36px;
        height: 36px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 8px;
    }
    
    .btnDel {
        background-image: url("img/del.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 36px;
        height: 36px;
        padding: 5px;
        border: 1px solid #ccc;
        position: absolute;
        right: 0;
        margin-top: -40px;
        border-radius: 8px;
    }
    
    #frmDec {
        display: inline-block;
        margin-left: 8px;
    }
    
    #frmInc {
        display: inline-block;
    }
    
    .btnQ {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
        width: 22px;
        height: 22px;
        padding: 0px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    .btnQ.Dec {
        background-image: url("img/minus.png");
    }
    
    .btnQ.Inc {
        background-image: url("img/plus.png");
    }

    img.product.large
    {
        max-width: 300px;
        margin: 20px 0;
        display: block;
        cursor: url("img/zoom-in.png"), pointer;
    }
    
    .fieldset
    {
        border: 0;
        clear: both;
        padding: 0;
    }

    .fieldset p
    {
        margin: 5px;
    }

    .input_text
    {
        padding: 5px;
        width: 250px;
        border: 1px solid #ccc;
    }

    .label
    {
        display: block;
        float: left;
        padding: 5px;
        text-align: right;
        width: 140px;
        margin-top: 1px;
        font-family:  Arial,Helvetica,sans-serif;
    }

    .required
    {
        color: #f66;
        font-size: 12px;
        top: 3px;
        position: relative;
    }

    .msg_error, .msg_error .error
    {
        height: 20px;
        width: 300px;
        float: right;
        color: rgb(185, 74, 72);
        text-align: left;
    }

    input.error {
        border: 1px solid #c00;
    }
    
    #top .logo-full, #top-home .logo-full
    {
        display: block;
    }

    #dlgZoom {
        display: none;
        text-align: center;
    }
    
    .g-recaptcha {
        float: right;
        margin-right: 2px;
    }
    
    .logo-slick {
        height: 30px;
        margin: 20px;
    }
}
