@font-face {
    font-family: 'OldStandardTTItalic';
    src: url('../fonts/oldstandard-italic.eot');
    src: url('../fonts/oldstandard-italic.eot') format('embedded-opentype'),
    url('../fonts/oldstandard-italic.woff2') format('woff2'),
    url('../fonts/oldstandard-italic.woff') format('woff'),
    url('../fonts/oldstandard-italic.ttf') format('truetype'),
    url('../fonts/oldstandard-italic.svg#OldStandardTTItalic') format('svg');
}

@font-face {
    font-family: 'OldStandardTTBold';
    src: url('../fonts/oldstandard-bold.eot');
    src: url('../fonts/oldstandard-bold.eot') format('embedded-opentype'),
    url('../fonts/oldstandard-bold.woff2') format('woff2'),
    url('../fonts/oldstandard-bold.woff') format('woff'),
    url('../fonts/oldstandard-bold.ttf') format('truetype'),
    url('../fonts/oldstandard-bold.svg#OldStandardTTBold') format('svg');
}



@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue_0.eot');
    src: url('../fonts/bebasneue_0.eot') format('embedded-opentype'),
    url('../fonts/bebasneue_0.woff') format('woff'),
    url('../fonts/bebasneue_0.ttf') format('truetype'),
    url('../fonts/bebasneue_0.svg#BebasNeueRegular') format('svg');
}

body {
    /*background: url(../image/bg_page.png);*/
    color: #777777;
    font-size: 13px;
    height: 100%;
}

.page {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.input-group-btn {
    position: static !important;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

ol, ul, p {
    margin: 0;
    padding: 0;
}

a:hover {
    border-color: none !important;
}

.miniatura {
    margin-left: 5px;
}

#back-top {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #333;
    bottom: 35px;
    display: none;
    height: 55px;
    position: fixed;
    right: 12px;
    width: 55px;
    cursor: pointer;
    z-index: 9999;
}

#back-top:hover {
    background-color: #cc9b36;
}

/* top */
#top .container {
    padding: 0 20px;
}

#top #currency .currency-select {
    text-align: left;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links a + a {
    margin-left: 15px;
}

/* logo */

.fix-header {
    position: fixed !important;
    background: rgba(27, 20, 100, 1);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px 0 rgba(27, 20, 100, 0.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(27, 20, 100, 0.3);
    box-shadow: 0 3px 5px 0 rgba(27, 20, 100, 0.3);
    -webkit-transition: background 500ms ease;
    -moz-transition: background 500ms ease;
    transition: background 500ms ease;
}

.fix-header .pt_custommenu {
    border: none;
    background: none;
    max-width: 1170px;
}

.common-home .fix-header .pt_custommenu {
    position: relative;
    border-bottom: 0;
    margin: 0;
    background: transparent;
}

/* search */
#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

/* cart */

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    min-width: 100%;
    background: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    border: 1px solid #eee;
    padding: 10px;
    position: absolute;
    opacity: 0;
    border-radius: 0px;
    right: 0;
    display: inherit;
    text-align: left;
    top: 120%;
    width: 280px;
}

#cart:hover .dropdown-menu {
    opacity: 1;
    top: 96%;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}

#cart .row-cart .image-cart {
    width: 60px;
    float: left;
}

#cart .row-cart .cart-content {
    margin-left: 75px;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.fa-times-circle:before {
    content: "\f057";
}

.cart-content .product-name a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #4a4a51;
    font-size: 13px;
    text-transform: uppercase;
}

.cart-content .product-name a:hover {
    color: #f17183;
}

.row2-cart .text1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #4e4e4e;
}

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

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu table.table-striped a {
    color: #4a4a51;
    display: block;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
}

#cart .dropdown-menu table.table-striped td.text-right {
    color: #010101;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
}

.row2-cart .button-cart a {
    background: #4e4e4e;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    padding: 6px 10px;
    text-transform: uppercase;
    display: inline-block;
}

.row2-cart .button-cart a:hover {
    background: #40c258;
}

.row2-cart .button-cart .fa {
    margin-right: 5px;
}

.row-cart {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.row2-cart .button-cart {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

#cart .dropdown-menu table.table-striped a:hover {
    color: #f17183;
}

#cart .dropdown-menu table.table-striped button {
    background: #f17183;
}

.table-bordered thead td {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee !important;
    color: #4d4d4d;
    float: none;
    font-size: 13px;
    font-weight: bold;
    min-width: 130px;
    vertical-align: middle;
}

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

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-toggle {
        display: block !important;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */

/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

.alert-success {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

/* breadcrumb */
.breadcrumb {
    margin: 20px 0;
    background: #fff;
    border-radius: 0;
    padding: 0 5px;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #d6d4d4;
}

.login-register {
    margin-top: 15px;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 15px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li a {
    display: block;
    font-size: 16px;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #0a263c;
}

.breadcrumb > li:last-child:after {
    display: none;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    right: -5px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
    outline: 0 !important;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary, .btn-default, .btn-danger {
    background: #4236c9;
    border-bottom: 3px solid #5143e2;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin-right: 8px;
    padding: 10px 35px;
    transition: all 300ms ease 0s;
}

.btn-primary:hover, .btn-danger:hover, .btn-default:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #cc9b36;
    border-color: #e9b73a;
    color: #fff;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: none !important;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #cc9b36;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.input-group-btn button.btn.btn-primary {
    border: none;
    padding: 8px 15px;
}

.input-group-btn button.btn.btn-danger {
    border-radius: 0;
    background: #f17183;
    border: none;
    padding: 8px 15px;
}

.input-group-btn button.btn.btn-danger:hover {
    background: #a1d7ca;
}

.form-control {
    height: 41px;
}

.input-group.btn-block input {
    width: 58px;
    height: 34px;
}

.input-group.btn-block span.input-group-btn {
    width: auto;
}

.table.table-bordered .text-left a {
    color: #4a4a51;
    display: block;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
}

#button-account {
    margin-top: 10px;
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-borda{
    border: none !important;
}
.product-borda-texto{
    margin-left: 10px;
    margin-right: 10px;
    
}
.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.thumbnails {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 3px solid #cdcdcd;
}

.image-additional a:hover {
    border-color: #fff;
}

.thumbnails .thumbnail {
    border: none !important;
    padding: 0 !important;
}

.product-view .owl-buttons {
    position: static;
}

.product-view .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.product-view .owl-buttons div.owl-prev {
    left: 0;
}

.product-view .owl-buttons div.owl-next {
    right: 0;
}

.zoomLens {
    height: 200px !important;
    width: 200px !important;
}

.product-view .thumbnail .zoomContainer .zoomLens {
    border: 1px solid #f1f1f1 !important;
}

.product-view .thumbnail .zoomContainer .zoomWindow {
    border: 1px solid #ededed !important;
}

.product-view .thumbnail .zoomContainer {
    top: 0 !important;
    left: 0 !important;
}

.thumbnails .thumbnail {
    border: none !important;
    padding: 0 !important;
    position: relative;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

li {
    list-style: none;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.icon-envelope:before {
    content: "";
}

/*----------header------------*/

.header-links .container {
    background: #2b2b2b;
}

.header-phone, .header-email {
    color: #bebebe;
    float: left;
    font-weight: bold;
    line-height: 40px;
}

.header-email {
    padding-left: 15px;
}

.header-phone span, .header-email span {
    color: #fff;
}

.currency-language {
    float: right;
}

#top-links .links a {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
}

#top-links .links a .fa {
    margin-left: 5px;
}

.currency-language button {
    padding: 0;
}

.currency-language button .fa {
    color: #fff;
}

.currency-language span {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    padding-left: 10px;
}

.header .container {
    background: #fbfbfb;
    position: relative;
    z-index: 11;
}

#logo {
    padding: 15px 0;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 194px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.currency-language .dropdown-menu {
    position: absolute;
    top: 40px;
    border: none;
    box-shadow: none;
    color: #fff;
    left: 0;
    width: 157px;
    background: #4a4a51;
    z-index: 999;
}

.currency-language .pull-left {
    margin-left: 10px;
}

.currency-language .dropdown-menu li {
    padding: 10px 0;
}

.currency-language .dropdown-menu li > a:hover {
    background: none;
}

.currency-language .dropdown-menu .btn-link {
    color: #fff !important;
    padding: 0 20px;
    text-align: left;
    border: none;
    font-weight: bold;
    text-decoration: none;
}

.currency-language .dropdown-menu .btn-link:hover, .currency-language .dropdown-menu li a:hover {
    color: #f17183 !important;
}

#top-links ul.links a, #top-links ul.links a:hover {
    background: none;
    text-decoration: none;
}

#top-links ul.links .dropdown-menu {
    background: #4a4a51;
}

#top-links .links a:hover {
    color: #f17183;
}

.currency-language .dropdown-menu li a {
    color: #fff !important;
    font-weight: bold;
}

.top-cart {
    display: inline-block;
    float: right;
    padding: 15px 0;
    margin-left: 2px;
}

#cart {
    position: relative;
    overflow: hidden;
}

#cart:hover {
    overflow: inherit;
}

#cart button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
}

.cart-content .cart-button {
    position: absolute;
    bottom: 0px;
    right: 0;
}

#cart button i.fa {
    color: #333;
    border: 0;
}

#cart button i.fa:hover {
    color: #f17183;
}

#cart > button:first-child:before {
    background: #caa03f;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 55px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
}

#cart > button:first-child {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0px;
    font-weight: bold;
    line-height: 55px;
    width: 55px;
    height: 55px;
    overflow: hidden;
}

#search-by-category .dropdown-menu {
    max-height: 182px;
    overflow-y: auto;
    min-height: 77px;
}

.row2-cart {
    text-align: right;
    width: 100%;
    font-size: 14px;
}

/*---------------------------*/

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.item {
    background: #fff;
    transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    padding: 5px;
}

.item .image {
    overflow: hidden;
    position: relative;
}

.rating {
    margin: 5px 0;
}

.name a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 300ms ease 0s;
    white-space: nowrap;
    text-transform: none;
}

.name a:hover {
    color: #40c258;
}

.price {
    color: #fff;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
}

.account-wishlist .price {
    color: #333;
}

.price-old {
    color: #8e8e8e;
    font-size: 17px;
    margin-right: 7px;
    text-decoration: line-through;
}

.actions {
    background: #373737;
    overflow: hidden;
    padding: 17px;
}

.actions .cart {
    float: left;
}

.actions .cart button {
    background: #fff;
    border: 0 none;
    color: #373737;
    display: block;
    float: left;
    font-size: 12px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 30px;
    padding: 0 10px;
    text-transform: none;
    transition: all 300ms ease 0s;
}

.actions .cart button:hover {
    background: #40c258;
    color: #fff;
}

.actions .cart button .fa {
    padding-right: 9px;
}

.actions ul li {
    float: left;
}

.actions .add-to-link li button {
    background: #fff;
    color: #373737;
    border: none;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-left: 3px;
    text-align: center;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    width: 30px;
    padding: 0;
}

.actions .add-to-link li .fa {
    width: 100%;
}

.actions .add-to-link li button:hover {
    background: #cb9a35;
    color: #fff;
}

.owl-buttons {
    position: absolute;
    top: -80px;
    right: 15px;
    display:none;
}

.owl-buttons div {
    background: #fff;
    color: #000;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 0;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    text-align: center;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    width: 40px;
    position: relative;
}

.owl-buttons div:hover {
    background: #000;
    color: #fff;
}

.owl-buttons div.owl-prev:after {
    content: "\f053";
    font-size: 18px;
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.owl-buttons div.owl-next:after {
    content: "\f054";
    font-size: 18px;
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

/*----------cmsblock----------*/

.banner_top {
    position: relative;
    padding: 33px 0;
}

.banner_top .banner-box {
    background: #373737;
    text-align: left;
    padding: 0 0 0 96px;
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner_top .banner-box:hover {
    background: #cb9a35;
}

.banner_top .banner-box:hover .banner-content {
    background: #a3792e;
}

.banner_top .banner-box:hover:before {
    color: #fff;
}

.banner_top .banner-box:before {
    text-align: center;
    color: #fff;
    font-size: 43px;
    display: block;
    font-family: FontAwesome;
    position: absolute;
    left: 30px;
    top: 20%;
}

.banner_top .banner-box1:before {
    content: "\f1cd";
}

.banner_top .banner-box2:before {
    content: "\f06b";
}

.banner_top .banner-box3:before {
    content: "\f1d8";
}

.banner_top .banner-box .banner-content {
    padding: 20px 15px;
    background: #4d4d4d;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner_top .banner-box h2 {
    color: #fff;
    font-family: 'BebasNeueRegular';
    font-size: 34px;
    margin-top: 0;
    text-transform: none;
    transition: all 500ms ease-in-out 0s;
}

.banner_top .banner-box1 .icon-banner span::before {
    content: "";
    display: block;
    font-size: 24px;
}

.banner_top .banner-box .icon-banner {
    display: none;
}

.banner_top .banner-box .line {
    display: inline-block;
    text-align: left;
}

.banner_top .banner-box .line:before {
    height: 5px;
    background: #fefefe;
    content: "";
    display: block;
}

.banner_top .banner-box p {
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #fefefe;
    margin: 10px 0 0;
}

.banner_top .banner-box .banner-box-inner {
    cursor: pointer;
}

.static_center .container {
    padding: 0;
}

.static_center a {
    display: inline-block;
    margin-top: 19px;
    opacity: 0.9;
    overflow: hidden;
    position: relative;
    transition: all 300ms ease 0s;
}

.static_center a::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 9;
}

.static_center a img {
    transition: all 3000ms ease 0s;
    width: 100%;
}

.static_center a::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 9;
}

.static_center a:hover:before {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2) inset;
}

.static_bottom {
    position: relative;
    overflow: hidden;
}

.static_bottom .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 1100ms ease;
    -moz-transition: all 1100ms ease;
    -ms-transition: all 1100ms ease;
    -o-transition: all 1100ms ease;
    transition: all 1100ms ease;
}

.static_bottom:hover .img2 {
    opacity: 1;
    -webkit-animation: pulse 1500ms ease-in-out;
    animation: pulse 1500ms ease-in-out;
}

.banner_left {
    position: relative;
    margin: 30px auto;
}

.banner_left a:before {
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
}

.banner_left a:hover:before {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
}

.block_static_center {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px 0 0px;
}

/*---------------------------*/

/*---------Tabsproduct--------*/

.tab-slider {
    position: relative;
    overflow: hidden;
}

.product-tabs-container-slider ul.tabs {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 4px solid #cd9b36;
}

.product-tabs-container-slider ul.tabs li {
    background: #ebebed;
    color: #2c2c2c;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-right: 8px;
    padding: 10px 35px;
    transition: all 300ms ease 0s;
}

.product-tabs-container-slider ul.tabs li:hover, .product-tabs-container-slider ul.tabs li.active {
    background: #cd9b36;
    color: #fff;
}

.product-tabs-container-slider img.img-responsive {
    width: 100%;
}

.item .tabs-conten {
    background: #4d4d4d;
    overflow: hidden;
    padding: 17px;
}

/*---------------------------*/

/*--------newproduct--------*/

.newproductslide {
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}

.newproduct-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 2px solid #d9d9d9;
}

.newproduct-title h3 {
    font-size: 30px;
    text-transform: none;
    color: #111;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    line-height: 30px;
    padding: 10px 0;
}

.newproductslide .owl-buttons {
    top: -78px;
}

/*---------------------------*/

/*----------bestseller-sldier---------*/

.bestseller-sldier {
    margin-top: 30px;
}

.bestseller-sldier-title {
    position: relative;
    overflow: hidden;
    margin-right: 80px;
    margin-bottom: 30px;
}

.bestseller-sldier-title h3 {
    font-size: 20px;
    background: #a1d7ca;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    border-radius: 4px;
    margin: 0;
    line-height: 30px;
    padding: 10px 30px;
    cursor: pointer;
    border-bottom: 3px solid #85b4a9;
    margin-left: 60px;
    z-index: 9;
}

.bestseller-sldier-title h3:before {
    content: "\f091";
    width: 53px;
    height: 53px;
    border-radius: 4px;
    font-size: 30px;
    text-align: center;
    font-family: FontAwesome;
    line-height: 50px;
    background: #4a4a51;
    margin-right: 3px;
    border-bottom: 3px solid #2b2b2f;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.bestseller-sldier-title h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #dfdede;
    position: absolute;
    top: 50%;
    margin-left: 40px;
    z-index: 8;
}

.bestseller-sldier .owl-buttons {
    top: -73px;
}

.bestseller-sldier .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.bestseller-sldier .item:hover {
    border-color: #f17183;
    -webkit-box-shadow: 0 5px 0 0 #cb5b6b;
    -moz-box-shadow: 0 5px 0 0 #cb5b6b;
    box-shadow: 0 5px 0 0 #cb5b6b;
}

.bestseller-sldier .image {
    display: inline-block;
    padding: 0;
    float: left;
    width: 30%;
}

.bestseller-sldier .tabs-conten {
    float: left;
    width: 65%;
    margin-left: 15px;
}

.bestseller-sldier .price {
    margin: 7px 0 15px;
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

/*---------------------------*/

/*----------blog-------------*/

#blog_home {
    padding: 35px 0 0;
    position: relative;
    background: #fff;
}

#blog_home .articles-inner.item-inner {
    overflow: hidden;
}

#blog_home .blog-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 2px solid #d9d9d9;
}

#blog_home .blog-title h2 {
    font-size: 30px;
    text-transform: none;
    color: #111;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    line-height: 30px;
    padding: 10px 0;
}

.articles-name {
    color: #2f2f2f;
    line-height: 28px;
    text-transform: none;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    transition: all 700ms ease;
}

.articles-name:hover {
    color: #40c258;
}

#blog_home .articles-date {
    display: block;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #929292;
    font-size: 11px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

#blog_home .owl-buttons {
    display: none;
}

#blog_home .readmore {
    display: none;
}

#blog_home .blog-content {
    margin-top: 15px;
}

.article-description {
    margin: 20px 0;
}

.article-description img {
    width: 100%;
}

.article-intro {
    float: left;
    margin-left: 20px;
    width: 100%;
}

.intro-content {
    float: left;
}

.article-page .article-layout {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.article-intro h3 {
    margin: 0;
}

.article-intro a.readmore-page {
    display: block;
    color: #f17183;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    transition: all 700ms ease;
}

.article-intro a.readmore-page:hover {
    color: #a1d7ca;
}

/*---------------------------*/

/*-----------footer-----------*/

.newsletter {
    float: right;
    padding: 34px 10px;
    margin: 2px 0 0;
    background: #fff;
}

.newletter-title {
    float: left;
}

.newletter-title h2 {
    color: #2c2c2c;
    margin: 0 20px 0 0;
    font: normal 16px/39px "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.newsletter .newleter-content {
    float: left;
}

.newleter-content a {
    float: none;
    border: 0;
    cursor: pointer;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    padding: 0 20px;
    background: #000;
}

.newleter-content span {
    height: 36px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font: normal 14px/36px "Roboto Condensed", sans-serif;
    font-weight: bold;
}

.newleter-content input {
    float: left;
    height: 36px;
    margin: 0;
    width: 320px;
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
}

.newleter-content input:focus {
    outline: none;
}

.footer-top .container {
    background: #ffffff;
    margin-top: 35px;
}

.link ul li {
    float: left;
    margin-right: 10px;
    padding: 0 !important;
}

.link ul.link-follow {
    float: left;
    margin: 29px 0 24px;
    overflow: hidden;
}

.link ul li a {
    display: block;
    font-size: 0 !important;
    color: #000000;
    border: 1px solid #000000;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    text-align: center;
    line-height: 56px !important;
    font-weight: normal;
    text-shadow: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.link ul li a:before {
    display: block;
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    text-shadow: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.link ul li a:hover {
    box-shadow: inset 0 0 28px 28px #fff;
    border-color: #cc9b36;
}

.link ul li a:hover:before {
    color: #cb9a35;
}

#footer .container {
    background: #252525;
    padding: 20px 0 30px;
}

#footer .footer-title h3 {
    /*border-bottom: 3px solid #e5e5e5;*/
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    margin: 0 0 20px;
    cursor: pointer;
}

#footer .footer-title h3:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #cc9b36;
    margin-bottom: -3px;
    display: block;
}

.icon-home:before {
    content: "\f015";
}

#footer .footer-static-content ul li {
    padding: 0;
    overflow: hidden;
    line-height: 16px;
    color: #c8c8c8;
    margin-top: 20px;
}

#footer .footer-static-content ul li span {
    float: left;
}

#footer .footer-static-content ul li em {
    margin: 1px 10px 1px 1px;
    font-size: 19px;
    width: 40px;
    text-align: center;
    float: left;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0;
}

#footer .footer-static-content ul li em:before {
    margin-left: 5px;
}

#footer .footer-static-content ul li em.icon-home {
    color: #7e7e7f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 0 1px rgb(126, 126, 127);
    -moz-box-shadow: 0 0 0 1px rgba(51, 196, 181, 1);
    box-shadow: 0 0 0 1px rgb(126, 126, 127);
}

#footer .footer-static-content ul li:hover em.icon-home {
    background: #7a7a7a;
    color: #fff;
}

#footer .footer-static-content ul li em.fa-phone {
    color: #7d7e7e;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 0 1px rgb(125, 126, 126);
    -moz-box-shadow: 0 0 0 1px rgb(127, 127, 128);
    box-shadow: 0 0 0 1px rgb(126, 126, 127);
}

#footer .footer-static-content ul li:hover em.fa-phone {
    background: #7d7e7e;
    color: #fff;
}

#footer .footer-static-content ul li em.fa-envelope {
    color: #7e7e7f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 0 1px rgb(126, 126, 127);
    -moz-box-shadow: 0 0 0 1px rgb(126, 126, 127);
    box-shadow: 0 0 0 1px rgb(125, 126, 126);
}

#footer .footer-static-content ul li:hover em.fa-envelope {
    background: #7f7f80;
    color: #fff;
}

#footer .footer-content ul li {
    padding-bottom: 8px;
}

#footer .footer-content ul li a {
    color: #c8c8c8;
    font-size: 13px;
    line-height: 30px;
    text-transform: none;
}

#footer .footer-content ul li a:focus {
    outline: none;
    text-decoration: none;
}

#footer .footer-content ul li a:before {
    font-family: 'FontAwesome';
    content: "\f192";
    padding-right: 9px;
    color: #6d6d75;
}

#footer .footer-content ul li a:hover, #footer .footer-content ul li a:hover:before {
    color: #cc9b36;
}

.footer-bottom .container {
    background: #ffffff;
}

.footer-bottom .powered {

    padding: 15px 0;
    display: inline-block;
    width: 100%;
}

.footer-bottom .powered .left-powered {
    width: 50%;
    float: left;
}

.footer-bottom .powered .right-powered {
    width: 50%;
    float: right;
}

.footer-bottom .powered .right-powered ul {
    float: right;
}
.footer-bottom .powered .right-powered ul li {
    display: inline;
}
.footer-bottom .powered h2 {
    margin-top: 20px;;
    color: #7b7b7b;
    line-height: 28px;
    font-size: 13px;
    float: left;
}

.footer-bottom .powered .left-powered h2 a {
    color: #cc9b36;
}

.footer-bottom .powered .left-powered h2 a:hover {
    text-decoration: underline;
}

/*---------------------------*/

/*---------category---------*/

h2.heading-title {
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 26px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    position: relative;
    color: #363636;
}

.category-compare {
    padding: 15px 0;
}

.category-compare a {
    color: #333;
}

.product-filter {
    border-bottom: 3px solid #d6d4d4;
    margin: 0;
    padding-bottom: 10px;
}

.product-filter button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 0 0 12px;
    margin: 0;
}

.product-filter .fa {
    color: #e1e0e0;
    font-size: 24px;
}

.product-filter .btn-group {
    float: right;
    margin-top: 10px;
}

.product-filter label {
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 33px;
    margin-right: 15px;
}

#input-email, #input-password {
    width: 100%;
}

.product-filter button:hover {
    background: none;
}

.product-filter button.selected .fa, .product-filter button:hover .fa {
    color: #333;
}

.product-layout {
    margin-bottom: 25px;
}

.product-grid .caption {
    background: #4d4d4d;
    overflow: hidden;
    padding: 17px;
}

.product-grid .description {
    display: none;
}

.product-list .name a {
    font-size: 26px;
    color: #2f2f2f;
}

.product-list .name a:hover {
    color: #cc9b36;
}

.product-list .price {
    margin: 15px 0;
}

.product-list .description {
    clear: both;
    padding: 6px 0 0;
    color: #7e7e7e;
    font-family: arial;
    font-size: 13px;
    margin: 0 0 15px;
    line-height: 24px;
}

.product-list .actions .cart button {
    padding: 0 35px;
    font-size: 14px;
    line-height: 45px;
}

.product-list .actions .add-to-link {
    float: left;
    margin-left: 3px;
}

.product-list .actions .add-to-link li button {
    height: 45px;
    line-height: 45px;
    width: 45px;
    border: 1px solid #e5e5e5;
}

.product-filter-bottom {
    border-top: 3px solid #d6d4d4;
    padding: 12px 0;
    margin: 0;
}

.product-layout .item {
    background: #fff;
}

.product-list .price {
    color: #4a4a51;
}

.product-layout .actions .add-to-link li {
    float: left;
    margin-left: 3px;
}

.product-list .item {
    border: 2px solid #fff;
    padding: 20px;
}

.product-list .item:hover {
    border-color: #cc9b36;
}

.product-list .actions {
    background: none;
    padding: 0;
}

.product-list .actions .cart button {
    background: #cc9b36;
    color: #fff;
}

.product-list .actions .cart button:hover {
    background: #e1af39;
}

/*---------------------------*/

/*----------product------------*/

.products.container {
    padding: 0;
}

.product-name h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0 0 15px;
    text-transform: none;
    color: #2f2f2f;
    font: normal 30px/33px 'Roboto Condensed', sans-serif;
}

.product-view ul.list-unstyled {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
    margin-bottom: 20px;
}

.product-view .price-product {
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 5px double #d8d8d8;
    margin-bottom: 15px;
}

.product-view .price-product .line-through {
    font: normal 19px/30px 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #9b9b9b;
    margin-right: 7px;
    text-decoration: line-through;
}

.product-view .price-product {
    color: #010101;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 7px;
}

.product-view .price-product .price-tax {
    font-size: 13px;
}

.product-view .actions {
    background: none;
    padding: 0;
}

.product-view #button-cart {
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0 51px;
    position: relative;
    display: block;
    border-radius: 0;
    float: left;
    width: auto;
    color: #fff;
    font: normal 22px/60px "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background: #cc9b36;
    border: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-view #button-cart:hover {
    background: #f39415;
}

.product-view .actions .add-to-link li button {
    border: none;
    color: white;
    background: #ababab;
    width: 60px;
    text-align: center;
    height: 60px;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 5px;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-view .actions .add-to-link li button:hover {
    background: #f39415;
}

.product-view .actions .add-to-link {
    float: left;
}

ul.nav-tabs li {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

ul.nav-tabs li a {
    display: block;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-bottom: none;
    font: normal 16px/30px "Roboto Condensed", sans-serif;
    font-weight: 700;
    background: #575757;
    border-radius: 0px;
}

ul.nav-tabs li.active a {
    background: #cb9a35;
    color: #fff;
    border: none;
    border-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    background: #cc9b36;
    color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: #cc9b36;
}

.nav-tabs {
    border-bottom: none;
    padding-left: 15px;
}

.tab-content .tab-pane {
    width: 100%;
    padding: 30px;
    border: 1px solid #ededed;
    background: #fff;
    float: left;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tab-content .tab-pane p {
    line-height: 25px !important;
    font-size: 14px !important;
    font-family: "Roboto Condensed", sans-serif;
}

#product #input-quantity {
    width: auto;
}

/*---------------------------*/

/*----------related-----------*/

.related-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 2px solid #d9d9d9;
}

.related-title h3 {
    font-size: 30px;
    text-transform: none;
    color: #111;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    line-height: 30px;
    padding: 10px 0;
}

/*---------------------------*/

/*----------fixmobi------------*/

@media (max-width: 1199px) {
    .hidden-md {
        display: block !important;
    }

    .newproductslide .image img {
        width: 100%;
    }

    .currency-language span {
        float: left;
    }

    .currency-language .fa-angle-down:before {
        line-height: 40px;
        margin-left: 5px;
    }

    .banner_top .banner-box h2 {
        font-size: 26px;
    }

    .header-cart {
        text-align: center;
    }

    .page {
        max-width: 1000px;
    }

    .filter-attribute-container .list-group-item .filter-price .input-price {
        margin: 0 10px 10px 0;
    }

    .article-intro {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 992px) and  (min-width: 768px) {
    .visible-lg, .visible-md, .visible-sm, .visible-xs {
        display: block !important;
    }

    .hoz-menu {
        display: none;
    }

    #logo {
        width: 100%;
        text-align: center;
    }

    #logo a {
        display: inline-block;
    }

    .product-tabs-container-slider ul.tabs li {
        padding: 10px 20px;
    }

    .newsletter {
        float: left;
    }

    .products-category .clearfix {
        display: none;
    }

    .product-grid .clearfix {
        display: none;
    }

    #search-by-category {
        float: none;
        display: inline-block;
    }

    .top-cart {
        float: none;
    }

    .view-related .image a img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .search-container {
        display: inline-block;
    }

    #search-by-category {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }

    #logo {
        width: 100%;
        text-align: center;
    }

    #logo a {
        display: inline-block;
    }

    .header-cart {
        text-align: center;
    }

    .top-cart {
        float: none;
        padding-bottom: 35px;
    }

    .product-tabs-container-slider ul.tabs li {
        clear: both;
        margin-bottom: 5px;
        width: 100%;
    }

    .search-container {
        width: 80%;
    }

    .product-list .image img {
        width: 100%;
    }

    .nav-tabs {
        margin-top: 20px;
    }

    .box-right {
        display: inline-block;
        float: none;
        text-align: center;
    }

    .header-links {
        text-align: center;
    }

    .header-links .header-connected {
        display: inline-block;
        text-align: center;
    }

    #back-top {
        display: none !important;
    }

    .newsletter {
        float: left;
    }

    .product-view .row {
        margin: 0;
    }

    .table-bordered td {
        display: block;
    }

    .static_center {
        text-align: center;
    }

    #content {
        padding: 0 15px;
    }

    .custom-category {
        padding: 0 15px;
    }

    .product-grid .image img {
        width: 100%;
    }

    .products-category .clearfix {
        display: none !important;
    }

    .page {
        max-width: 650px !important;
    }

    .thumbnails .thumbnails-image .zoomContainer {
        display: none !important;
    }
}

@media (max-width: 680px) {
    .bestseller-sldier .image img {
        width: 100%;
    }

    .footer-bottom .powered .left-powered, .footer-bottom .powered .right-powered {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-bottom .powered h2 {
        float: none;
    }

    .footer-bottom .powered .right-powered ul {
        float: none;
        margin-top: 15px;
    }
}

@media (max-width: 640px) and (min-width: 768px) {
    .page {
        max-width: 590px !important;
    }
}

@media (max-width: 560px) {
    .header-phone, .header-email {
        float: none;
    }

    .col-mobile {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .header-phone, .header-email {
        float: none;
    }

    .newleter-content a {
        margin-top: 15px;
    }
}

@media (max-width: 440px) {
    .bestseller-sldier-title h3 {
        font-size: 16px;
    }

    #top-links.pull-right {
        float: none !important;
    }

    #cart .dropdown-menu {
        margin-right: -90px;
    }
}

@media (max-width: 320px) {
    .owl-buttons div {
        display: none;
    }

    .newproduct-title, .bestseller-sldier-title {
        margin-right: 0;
    }

    .bestseller-sldier-title h3:after, .newproduct-title h3:after {
        background: none;
    }

    .header-phone, .header-email {
        float: none;
    }
}

/*---------------------------*/

.form_bg_reboque {
    display: inline-table;
    background: url(../image/form.png) no-repeat;
    padding-left: 40px;
    height: 45px;
    font-size: 18px;
    padding-top: 5px;
}

#main_col {
    width: 1100px;
    color: #666;
    background: #fff;
    padding: 10px 10px;
    height: 100px;
}

#main_col .column {
    display: inline-block;
    float: left;
    width: 150px;
    min-height: 100px;
    padding-right: 25px;
    margin-bottom: 25px;
}

#main_col h3 {
    font-size: 12px;
    font-family: 'Ubuntu condensed';
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}

#main_col .column ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#main_col .column ul li {
    margin-bottom: 3px;
}

.links_uteis ul {
    margin-bottom: 50px;
}

.links_uteis li {
    height: 70px;
    padding-top: 8px;
    display: block;
    background: url(../image/links.png) no-repeat 0 15px;
    padding-left: 50px;
    font-size: 14px;
    text-align: -webkit-match-parent;
}

.links_uteis li a {
    font-size: 14px;
    text-decoration: none;
    color: #555;
}

.links_uteis li img {
    padding-left: 20px;
}

.category-list1 ul {
    float: left;
    list-style: none;
    border: solid 1px #fff;
    margin-top: 10px;
    margin-bottom: 40px;
    width: 100%;
}

.category-list1 ul li {
    float: left;
    border: solid 1px #ccc;
    height: 125px;
    margin-right: 10px;
    width: 130px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.category-list1 ul li a {
    text-transform: none;
    font-family: 'Ubuntu Condensed';
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    padding-bottom: 10px;
    color: #555;
}

.category-list1 ul li img {
    padding-top: 4px;
    padding-bottom: 10px;
}

.category-list_pub ul {
    float: left;
    width: 250px;
    list-style: none;
}

.category-list_pub ul li {
    border: solid 1px #dfdfdf;
    width: 240px;
    height: 100px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

.category-list_pub ul li a {
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed';
    text-decoration: none;
    list-style: none;
    color: #555;
}

.category-list_pub ul li img {
    padding-top: 5px;
    padding-bottom: 10px;
}

.documentos ul {
    margin-bottom: 50px;
}

.documentos li {
    padding-top: 15px;
    display: block;
    background: url(../image/documents.png) no-repeat;
    padding-left: 50px;
    height: 50px;
    font-size: 14px;
}

.documentos li a {
    font-size: 14px;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

div.outros_links {
    border-top: #CCC solid 1px;
    margin-left: 40px;
}

.outros_links ul {
    margin-bottom: 50px;
}

.outros_links li {
    padding-top: 1px;
    display: block;
    background: url(../image/link-zenit.png) no-repeat;
    padding-left: 35px;
    height: 20px;
    font-size: 14px;
}

.outros_links li a {
    font-size: 14px;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

.blog {
    background: url(../image/blogger.png) no-repeat 0 8px;
    padding-top: 13px;
    padding-left: 40px;
    height: 50px;
    list-style: none;
    border-top: #d3d3d3 solid 1px;
}

.leiloes {
    background: url(../image/leilao.png) no-repeat 0 8px;
    padding-top: 13px;
    padding-left: 40px;
    height: 50px;
    list-style: none;
    border-top: #d3d3d3 solid 1px;
}

.facebook-img {
    background: url(../image/facebook.png) no-repeat 0 8px;
    padding-top: 13px;
    padding-left: 40px;
    height: 50px;
    list-style: none;
    border-top: #d3d3d3 solid 1px;
    font-size: 14px;
}

.last_item {
    border-bottom: #d3d3d3 solid 1px;
}

.twitter-img {
    background: url(../image/twitter.png) no-repeat 0 8px;
    padding-top: 13px;
    padding-left: 40px;
    height: 50px;
    list-style: none;
    border-top: #d3d3d3 solid 1px;
}

.outros_links_externos ul li a:hover {
    text-decoration: underline;
    color: #000;
}

.outros_links_externos ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #555;
}


/* FAQS */
.faq-area .faq-section .panel-faq .panel-heading .panel-title {
    position: relative;
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title > a:after {
    content: "\f068";
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 13px;
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title > a.collapsed:after {
    content: "\f067";
}

h2.section-title {
    padding-bottom: 10px;
}

.input-group.date .btn.btn-default {
    margin-right: 0;
}