body {
    background: #ffffff none repeat scroll 0 0;
    color: #666;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    min-width: 260px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3375B7;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}

button {
    outline: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.fancybox-inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

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

p {
    margin-bottom: 20px;
    margin-top: 0;
}

.input-group p {
    margin-bottom: 5px;
}

/* Override the bootstrap defaults */
h1 {
    color: #3375B7;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 20px;
}

h2 {
    color: #3375B7;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

h3 {
    font-size: 14px;
    line-height: 16px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: #3576B8;
}

a,
a:visited {
    outline: none
}

a:hover {
    color: #009AEE;
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

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: 13px;
    border-radius: 2px;
}

.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;
}


/* 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;
}


/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #f97001;
    background-repeat: repeat-x;
}


/* top */
#top {
    border-bottom: 1px solid #dadada;
    padding-bottom: 11px;
    padding: 14px 0;
}

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

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

#top-links a {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

#top .btn-link,
#top-links li {
    text-decoration: none;
}

#top-links li {
    padding: 0 0 0 17px;
}

#top-links li a span span {
    display: inline-block;
    background: #5c5c5c;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    margin: -1px 0 0 1px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#top-links li a:hover,
#top-links li a:hover i,
#top-links li a.active,
#top-links li a.active i {
    color: #f97001;
}

#top-links li a:hover > span span,
#top-links li a.active > span span {
    background-color: #fff;
}

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

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
}

#top-links ul {
    margin: 12px 0 9px 2px;
}

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


/* logo */
#logo {
    float: left;
    margin: 0 0 20px;
}

/* date, phone, social  */
.data,
.phone,
.social {
    float: left;
    line-height: 30px;
}

.social {
    margin-left: 20px;
}

.social i {
    padding-right: 3px;
}

.social .fa {
    font-size: 15px;
}

/* soc-icon */
ul.soc-icon {
    float: right;
    padding: 0;
    margin: 0 20px 24px 0;
    list-style: none;
}

ul.soc-icon li {
    float: left;
    margin-left: 6px;
    line-height: 20px;
}

ul.soc-icon li a:hover i {
    color: #1c1c1c;
}

ul.soc-icon li i {
    color: #d9d9d9;
    font-size: 28px;
    line-height: 28px;
    vertical-align: top;
}


/* block-menu */
.block-menu {
    line-height: 0;
}

.block-menu >div {
    padding: 10px;
    background: #333;
    display: inline-block;
    width: 100%;
    line-height: 25px;
}


/* search */
#search {
    display: inline-block;
    z-index: 46;
}

#search i {
    text-align: left;
}

#search button:active,
#search button:hover {
    background: #000;
}

#search button {
    float: left;
    background: none;
    line-height: 50px;
    height: 50px;
    width: 46px;
    padding: 0;
    background: #f97001;
    border: none;
}

#search button i {
    top: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    position: relative;
    vertical-align: top;
}

#search input {
    float: left;
    background: #fff;
    border: none;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    padding: 15px 10px 15px 40px;
    width: 350px;
}

.register-top {
    display: inline-block;
    margin: 21px 0 20px;
}

.register-top a {
    display: block;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.register-top a:first-child {
    padding-left: 21px;
    padding-right: 21px;
}

.register-top a:hover {
    color: #333;
}

.register-top a > i {
    display: inline-block;
    color: #333;
    font-size: 15px;
    line-height: 21px;
    height: 19px;
    vertical-align: top;
    margin-right: 14px;
}


/* cart */
.box .box-heading {
    margin-bottom: 33px;
}

.box-cart {
    position: relative;
    display: inline-block;
    float: right;
}

.box-right {
    display: inline-block;
    float: right;
    margin-top: 42px;
}

.box-cart .btn-danger i {
    font-size: 13px;
}

.box-cart .btn-danger {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #3375B7;
    padding: 0;
}

header #cart .cart .remove i {
    font-size: 14px;
    line-height: 18px;
    margin-right: 3px;
}

.box-cart .btn-danger:active,
.box-cart .btn-danger:focus,
.box-cart .btn-danger:hover {
    background: none;
    color: #f97001
}

#cart .dropdown-menu {
    border-color: #fafafa;
}

#cart > button i {
    font-size: 47px;
    margin-right: 14px;
    line-height: 58px;
    vertical-align: top;
    display: none;
    float: left;
}

#cart > button:hover {
    color: #333;
}

#cart button.dropdown-toggle:hover #cart-total2 {
    color: #009AEE;
}

#cart > button:before {
    background: rgba(0, 0, 0, 0) url("../image/cart-icon.png") no-repeat scroll top center;
    content: "";
    float: left;
    width: 19px;
    height: 18px;
    margin: 3px 8px 3px 0;
    position: relative;
    width: 20px;
}

#cart > button {
    border: 0;
    text-align: center;
    line-height: 27px;
    background: none;
    padding: 0;
    padding-right: 10px;
    color: #0051A9;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

#cart tr:first-child td {
    border-top: 0;
}

#cart .dropdown-toggle b,
#cart .dropdown-toggle strong {
    color: #0051A9;
    font-weight: normal;
    margin-right: 4px;
    float: left;
}

#cart .dropdown-toggle #cart-total,
#cart .dropdown-toggle #cart-total2 {
    float: left;
}

#cart .dropdown-toggle #cart-total2 {
    display: none;
}

#cart td {
    font-size: 13px;
}

#cart td .name a {
    font-size: 14px;
    line-height: 15px;
}

#cart .total td strong {
    color: #666;
    font-size: 13px;
    font-style: normal;
}

#cart .total td {
    border: 0 none;
    color: #3375B7;
    font-size: 13px;
    line-height: 16px;
    padding: 2px;
    font-weight: bold;
}

#cart .price-cart {
    color: #1c1c1c;
    font-weight: normal;
}

#cart > button:hover,
#cart.open > button {}

#cart #cart-total {
    display: block;
}

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

#cart .dropdown-menu {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #0051A9;
    box-shadow: none;
    clear: both;
    float: right;
    padding: 20px 10px;
    right: 0;
    top: 100%;
    z-index: 1001;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.name a,
aside .box ul li .name a,
.related .name a {
    color: #3375B7;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.name a,
aside .box ul li .name a {
    font-size: 14px;
    line-height: 16px;
}

header #cart .cart td.name a {
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    color: #3375B7;
    margin-top: 0;
}

header #cart .cart td.name a:hover {
    color: #009AEE;
}

.name a:hover {
    color: #009AEE;
}

header #cart .cart td.quantity {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
}

header #cart .cart td.total {
    font-size: 13px;
    color: #3375B7;
    font-weight: bold;
}

header #cart .cart .remove {
    padding-left: 10px;
}

#cart .dropdown-menu {
    min-width: 360px;
}

#cart .dropdown-menu table {
    margin-bottom: 5px;
    width: 100%;
}

.cart tr {
    border-bottom: 1px dotted #c6ebfc;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

header #cart .cart td {
    color: #666;
    vertical-align: top;
}

.image {
    position: relative;
}

.image img,
.image2 img,
.image3 img {
    background-color: #ffffff;
    vertical-align: top;
}

header #cart .mini-cart-info {
    text-align: left;
}

header #cart .cart .image img {
    text-align: left;
}

header #cart .cart .image {
    padding-right: 12px;
}

#cart .dropdown-menu li > div {
    padding: 0 10px;
}

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

.dropdown-menu {
    font-size: 13px;
}

#cart .table.total tr td strong {
    font-weight: normal;
}

#cart .table.total tr:nth-child(4) td strong,
#cart .table.total tr:nth-child(4) td {
    font-size: 13px;
    color: #3375B7;
}

#cart .table.total tr:nth-child(4) td strong {
    color: #666;
    font-weight: 500;
}

.cart-q {
    max-width: 100px;
    float: none;
    display: inline-block;
    margin-right: 3px;
}

.shoping_cart td {
    vertical-align: middle !important;
}

input#input-voucher,
input#input-coupon {
    display: inline-block;
    width: 45%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.checkout-cart .table-responsive a {
    color: #009AEE;
    font-size: 14px;
}


.panel-default {
    border-color: #3576B8;
}

.panel-default > .panel-heading {
    background-color: rgba(0, 0, 0, 0);
}

.checkout-checkout .panel-default > .panel-heading .panel-title {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.checkout-checkout .panel-default > .panel-heading {
    background-color: #3576B8;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    padding: 15px 100px 15px 15px;
    text-transform: uppercase;
}

.button-cart-custom .btn.btn-icon i {
    font-size: 27px;
    line-height: 30px;
}

.panel-title {
    color: #3576B8;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
}

.button-cart-custom .btn.btn-icon {
    border: medium none;
     padding: 0 3px 0 0;
}
.input-group.btn-block {
    text-align: center;
}
.table-responsive thead tr td {
    padding: 20px;
}

i.icon-cart,
i.icon-trash {
    font-size: 26px;
    margin-left: 5px;
}

.checkout-cart .table-responsive a:hover {
    color: #3375B7;
}

.account-account .list-unstyled {
    margin-bottom: 20px;
}

.new-line {
    clear: left;
    margin-top: 30px;
    overflow: hidden;
}

.account-register .form-horizontal fieldset,
.account-edit .form-horizontal fieldset,
.account-password .form-horizontal fieldset,
.account-newsletter .form-horizontal fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}

.logg {
    float: right;
    letter-spacing: -0.2px;
    margin-top: 5px;
}

.logg li i {
    display: none;
}

.box.specials .product-thumb {
    border: medium none;
}

.logg,
.logg li {
    display: inline-block;
}

li {
    line-height: 20px;
}

.top-header a {
    color: #fff;
    text-decoration: none;
}

.top-header a:hover {
    text-decoration: underline;
}

.top-header a.a-focus {
    color: #fff;
    text-decoration: underline;
}

.top-header a.a-focus:hover {
    text-decoration: none;
}

.top-header .social a {
    text-decoration: none;
}

.top-header .social a:hover {
    text-decoration: underline;
}

/* menu */
#menu-gadget {
    display: none;
}

#menu {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    z-index: 25;
    top: 0;
    width: 100%;
    min-height: inherit;
    margin-bottom: 0;
    border-radius: 0
}

#menu .nav > li > a:hover {
    color: #009AEE;
    background: none;
}

#menu .nav > li {
    padding: 0 15px;
}

#menu .nav > li > a {
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    color: #777777;
    padding: 17px 0;
    margin: -1px 0;
    background-color: transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    color: #000000;
    border-color: #000000;
}

#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: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

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

@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 */
#content {
    min-height: 600px;
}


/* footer */
.common-home footer {
    margin-top: 12px;
}

footer {
    background-color: #333;
    clear: both;
    margin: 20px auto 0;
    overflow: hidden;
}

footer li a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 27px;
    word-wrap: break-word;
}

footer li a:active,
footer li a:focus {
    color: #fff;
    text-decoration: underline;
}

footer ul li a span {
    overflow: hidden;
    word-wrap: break-word;
    clear: none;
}

.footer_box.phone:before {
    display: none;
}

footer .phone li {
    color: #5d98b2;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 27px;
    word-wrap: break-word;
    font-weight: normal;
}

footer li a:hover {
    color: #fff;
    text-decoration: underline;
}

html[lang="de"] footer h5 {
    font-size: 23px;
}

html[lang="ru"] footer h5 {
    font-size: 20px;
}

.footer_box {
    margin-bottom: 15px;
}

.footer_box.social h5 {
    margin-bottom: 27px;
}

footer h3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
    word-wrap: break-word;
}

footer .social a:hover i {
    background: #333;
}

footer .footer-top {
    background-color: #3375B7;
    border-top: 10px solid #245B88;
    padding: 25px 0 33px;
}

footer .footer-bottom {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    letter-spacing: 0.1px;
    padding: 13px 0;
}

footer .footer-bottom .copyright {
    line-height: 85px;
    vertical-align: middle;
}

footer .footer-bottom .copyright br {
    display: none;
}

footer .footer-bottom .copyright a {
    color: #b2e2f7;
    font-size: 13px;
    text-decoration: none;
}

footer .footer-bottom .copyright a:hover {
    text-decoration: underline;
}

footer .footer-bottom .payments_available {
    margin-top: 8px;
    text-align: center;
}

footer .footer-bottom ul li {
    display: inline-block;
    height: 24px;
    background: url('../image/icons_payments_footer.png') 0 -25px no-repeat;
    border-left: 1px solid #fff;
    padding: 3px 5px;
}

footer .easypay_cc_payment {
	margin-top: 10px;
	text-align: center;
	clear: both;
	}
footer .easypay_cc_payment img {
	border: 0;
	}

footer .footer-bottom ul li:first-child {
    border-left: none;
    padding-left: 0;
}

footer .footer-bottom ul li:last-child {
    padding-right: 0;
}

footer .footer-bottom ul li:hover {
    background-position-y: -24px; 
}

.payments_available ul li.bank_transfer {
    width: 133px;
    background-position: -115px 0;
}

.payments_available ul li.multibanco {
    width: 119px;
    background-position: -248px 0;
}

.payments_available ul li.paypal {
    width: 102px;
    background-position: -367px 0;
}


/* alert */
.alert {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 14px 8px 14px;
    z-index: 30
}

.alert-warning {
    background-color: #f94701;
    border-color: #d45634;
}

#product .alert {
    position: relative;
}

/* breadcrumb */
.breadcrumb {
    background: none;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 0;
    list-style: outside none none;
    margin: 10px 0 19px;
}

.breadcrumb a {
    color: #3375B7;
}

.breadcrumb a:hover,
.breadcrumb li.last a {
    color: #009AEE;
}

.breadcrumb i {
    font-size: 25px;
    line-height: 25px;
    vertical-align: top;
}

.breadcrumb > li {
    padding: 0 8px;
    position: relative;
}

.breadcrumb > li:first-child {
    padding-left: 0;
}

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

.breadcrumb > li:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f101';
    color: #3375B7;
    font-size: 13px;
    left: -4px;
    line-height: 20px;
    position: absolute;
    top: 0;
}

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

.pagination {
    margin: 0;
}


/* buttons */
.buttons {
    overflow: auto;
}

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

i.icon-circle-arrow-right {
    margin-right: 0 !important;
}

a.button-return-left,
a.button-return-right,
a.button-order-right,
a.button-cont-right,
a.button-back-left,
a.button-inf-left {
    color: #3375B7;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding-right: 0;
    text-decoration: none;
    vertical-align: top;
}

a.button-return-left:hover,
a.button-return-right:hover,
a.button-order-right:hover,
a.button-cont-right:hover,
a.button-back-left:hover,
a.button-inf-left:hover {
    color: #009AEE;
}

a.button-back-left i,
.button-back-left i,
.button-return-right-i i,
a.button-return-left i,
a.button-cont-right i {
    font-size: 26px;
    margin: 0 9px;
    text-align: center;
    vertical-align: middle;
}

.btn:visited,
.btn {
    border: 1px solid #3375B7;
    color: #3375B7;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 23px;
    padding: 2px 10px 2px 9px;
    text-decoration: none;
}

.btn-link:hover,
.btn-link:focus {
    color: #009AEE;
}

.btn:hover,
.btn:focus {
    border-color: #009AEE;
    color: #009AEE;
}

.btn.details span {
    float: left;
}

.btn.details i {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    height: 19px;
    color: #dfdfdf;
    width: .7em;
    min-width: 5px;
    margin-left: 7px;
}

.btn.details i.fa-info {
    display: none;
}

.btn.details:hover i {
    color: #616161;
}

.input-group-btn .btn i {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.input-group-btn .btn {
    line-height: 21px;
    padding: 3px 8px;
}

.btn.btn-icon {
    border: 1px solid #3576B8;
    color: #fff;;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 27px;
    padding: 2px 10px;
    text-decoration: none;
    background: #3576B8;
    border-radius: 5px;
}

.product-buttons .btn.btn-icon {
    width: 100%;
}

.btn.btn-icon:hover {
    border-color: #57c5f6;
    background: #57c5f6;
}

.fancybox-overlay {
    z-index: 100;
}

.fancybox-overlay .inf {
    font-size: 15px;
    margin-bottom: 10px;
}

.fancybox-overlay .quickview_image.image a {
    display: block;
}

.wishlist,
.compare {
    float: left;
}

.fancybox-overlay .quickview_image.image a:hover {
    border-color: #d5d5d5;
}

.fancybox-opened .btn.btn-add {
    text-align: center;
    line-height: 23px;
}

.btn.btn-icon i {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    vertical-align: top;
}

.wishlist .btn.btn-icon span {
    display: none;
}

.compare .btn.btn-icon span {
    display: none;
}

.category-item .btn.btn-icon i {
    margin-left: 0;
}

.category-item .btn.btn-icon {
    float: left;
    margin-right: 0px;
}

.product-list .price {
    display: inline-block;
    float: left;
    margin-top: 10px;
    width: 75%;
}

.product-list .price-other-tax {
    display: inline-block;
    float: left;
    width: 75%;
}

.product-list .price-other {
    display: inline-block;
    float: left;
    width: 75%;
}


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

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

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

.dropdown-menu {
    border-radius: 0
}

.btn-group.open .dropdown-toggle {
    box-shadow: none
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}

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

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

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

.button-view {
    padding-top: 0px;
}

#list-view.active,
#grid-view.active,
#list-view:hover,
#grid-view:hover {
    color: #3375B7;
}

#list-view i,
#grid-view i {
    line-height: normal;
}

#list-view,
#grid-view {
    background: none;
    box-shadow: none;
    color: #009AEE;
}

.btn-danger,
.btn-primary,
.btn-info,
.btn-default {
    border: 1px solid #3576B8;
    color: #3576B8;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 2px 10px 2px 9px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
    border-radius: 3px;
    text-decoration: none;
}

.btn-primary:visited {
    border-color: #3375B7;
    color: #3375B7;
    background: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    border-color: #009AEE;
    color: #009AEE;
    background: none;
    box-shadow: none;
}


/* 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 {
    margin-bottom: 30px;
    position: relative;
}

.box .product-thumb,
.product-grid .product-thumb {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.category-item .product-thumb {
    margin-bottom: 25px;
}

.box .product-thumb .cart-button,
.product-grid .product-thumb .cart-button,
.related-slider .cart-button {
    display: inline-block;
    position: relative;
}

.box .product-thumb .cart-button .cart,
.product-grid .product-thumb .cart-button .cart,
.related-slider .cart-button .cart {
    float: left;
}

.common-home .box .product-thumb .cart-button .cart,
.common-home .product-grid .product-thumb .cart-button .cart,
.common-home .related-slider .cart-button .cart {
    margin-top: 5px;
    padding: 0;
}

.product-thumb .cart-button .btn-icon {
    float: left;
}

.related-products .btn-icon.btn-add,
.btn-icon.wishlist,
.btn-icon.compare {
    border: 1px solid #3576B8;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 23px;
    line-height: 25px;
    margin-left: 3px;
    text-align: center;
    padding: 2px 8px;
}

.table-bordered .remove {
    text-align: center;
}

.btn-icon.wishlist:hover i,
.btn-icon.compare:hover i {
    color: #fff;
}

.product-thumb .cart-button .btn-icon.compare {
    margin-right: 0px;
}

.box .product-thumb .price,
.box .product-thumb .btn-add,
.category-item .product-thumb .btn-add {
    display: inline-block;
    float: left;
}

.box .product-thumb .price,
.product-grid .product-thumb .price {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    margin-right: 5%;
    text-align: right;
    width: 30%;
}

.product-thumb .btn-add {
    float: right;
}

aside .product-thumb {
    margin-bottom: 0px;
}

aside .product-thumb .image {
    border: 1px solid #ccc;
}

.product-thumb .image {
    padding-top: 16px; /* Change by JC */
    margin-bottom: 12px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.image a {
    background: #fff;
}

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

.product-thumb .image a:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-thumb .image img {
    margin: 5px auto;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

aside .product-thumb .image img {
    padding: 8px 0;
}

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

.product-list .description {
    display: inline-block;
    width: 75%;
}

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

.category-item .product-list .product-thumb {
    height: auto !important;
}

.description_list,
.description {
    margin-bottom: 15px;
}

.product-thumb h4 {
    font-weight: bold;
}

.box.latest .product-thumb {
    border: medium none;
}

.box.bestsellers .product-thumb {
    padding-top: 14px !important;
    border: medium none;
    border-radius: 0;
    border-top: 1px dotted #ccc;
}

.box.bestsellers .product-layout:first-child .product-thumb {
    border-top: none;
}

.box.bestsellers .product-layout:first-child .product-thumb .image {
    margin-top: 0;
}

#tab-description > h3 {
    margin-top: 20px;
    border: 1px solid #3576B8;
    border-radius: 3px;
    font-weight: normal;
}

.product-thumb .f-left .name {
    display: inline-block;
    float: left;
    line-height: 16px;
    margin: 3px 0 5px 0;
    max-width: 65%;
}

.inner.maxheight-feat {
    padding: 9px 20px;
    margin-bottom: 5px;    
}
aside .product-thumb .inner {
    padding: 9px 2px;
    margin-bottom: 5px;
}

.product-thumb .name a {
    font-size: 14px;
    line-height: 16px;
    color: #3375B7;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    display: inline;
}

.product-list .product-thumb .name a {
    min-height: 0;
}

.box .product-thumb .name a:hover,
.product-grid .product-thumb .name a:hover,
.related-products .product-thumb .name a:hover {
    color: #009AEE;
}

.product-list .product-thumb .caption {
    width: 73%;
    float: left;
}

.product-list .image {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px;
    margin: 0 3% 0 0;
    width: 23.1%;
}

.product-list .product-thumb .cart-button {
    width: auto;
}

.product-thumb .rating {
    position: absolute;
    top: 25px;
    right: 17px;
}

.related-products .product-thumb .rating {
    top: 5px;
    right: 10px;
}

.rating .fa-stack {
    font-size: 25px;
    width: 1em;
    height: 1em;
    line-height: 30px;
}

.rating .fa-star-o {
    color: #57c5f6;
    font-size: 25px;
}

.rating .fa-star {
    color: #57c5f6;
    font-size: 25px;
    line-height: 25px;
}

.review-item .fa-star {
    color: #57c5f6;
}

.rating .fa-star.activ,
.review-item .fa-star.activ {
    color: #57c5f6;
}

.review-author {
    font-size: 16px;
}

h2.price {
    margin: 0;
}

.product-thumb .description {
    color: #666666;
    margin-bottom: 16px;
    overflow: hidden;
    clear: left;
}

.price-other {
    float: left;
    width: 100%;
    font-weight: bold;
}

.price-other-tax {
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.price {
    color: #009AEE;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.price-tax {
    font-size: 12px;
}

td .name a {
    font-size: 13px;
}

td .price,
.price b {
    font-size: 18px;
    padding-bottom: 0;
}

.price-total {
    font-weight: normal;
    color: #f97001;
}

.price s {
    font-size: 15px;
}

.prod-stock {
    color: #6ba239;
}

#button-search {
    margin-bottom: 20px;
}

.product-thumb .price-new {
    margin-right: 0;
}

.price-old {
    color: #5d98b2;
    font-size: 14px;
    line-height: 15px;
    text-decoration: line-through;
    font-weight: normal;
}

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

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

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

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

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

.product-thumb .button-group button:hover {
    color: #666;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

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

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

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

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

.flexslider .slides img {
    width: inherit;
}

.flexslider.carousel .slides img {
    width: auto;
}

.slides {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slides li {
    text-align: center;
}

.slides li img {
    text-align: center;
}

.flex-direction-nav a:before {
    line-height: 40px;
}


/*****************************************/
.name a {
    font-size: 15px;
    line-height: 19px;
    color: #666;
}

.name a:hover {
    color: #009AEE;
}


/************** BOX ***********************/
.box {
    margin-bottom: 30px;
}

.box.featured {
    margin-bottom: 0;
}

.category-item {
    margin-bottom: 15px;
}

aside .box .product-layout:first-child {
    margin-top: 0;
    border-top: medium none;
}

aside .box .product-layout ul li {
    margin-top: 30px;
}

aside .box .product-layout ul li:first-child {
    margin-top: 0;
}

aside .box .product-layout {
    width: 100% !important;
    margin-top: 15px;
}

aside .box {
    margin-bottom: 31px;
}

.box-heading h3 {
    background-color: #3576B8;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 11px 10px 10px 15px;
    margin: 0px;
    border-radius: 3px;
}

.box .box-heading,
.tabs .tab-heading {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 0px;
}

aside .info li {
    clear: both;
    position: relative;
}

aside .box ul li,
aside .box .compare-block {
    border-top: 1px solid #ccc;
}

aside .box ul li,
aside .box .compare-block {
    padding: 6px 0;
    position: relative;
}

aside .box ul li:first-child,
aside .box .compare-block:first-child {
    border-top: medium none;
}

aside .box ul li a {
    color: #8caebe;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
}

aside .box ul li a:hover,
aside .box ul li a.active,
aside .box ul li li.active > a {
    color: #009AEE;
}

aside .box .box-content {
    border: 1px solid #ccc;
    padding: 5px 22px 3px 19px;
}

aside .box .box-content {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 8px 15px 6px 15px;
}

aside .box .box-heading {
    margin-bottom: 0;
}

.box.info .box-content ul {
    padding: 0;
    list-style: outside none none;
}

.box.info .box-content ul li {
    list-style-type: none;
}

.account-wishlist .table-bordered .btn.btn-icon {
    margin: 2px;
}

.information-contact #content .panel .btn.btn-info {
    font-size: 15px;
    padding: 8px 12px;
}

.information-contact #content .panel .btn.btn-info i {
    font-size: 19px;
    line-height: 19px;
}

.box.info .box-content ul li:first-child {
    border-top: none;
}

.account-wishlist .text-left a {
    color: #1c1c1c;
}

.account-wishlist .text-left a:hover {
    color: #3576B8;
}

.account-wishlist .table-bordered .price b {
    font-weight: normal;
}

.account-wishlist .table-bordered .price s {
    color: #dcdcdc;
}

.account-wishlist .table-bordered .green {
    color: #75b70e;
    text-align: center;
}

.checkout-checkout .form-group .control-label {
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
    width: auto;
}

.account-wishlist .table-bordered .text-left a,
.product-compare .table-bordered a strong {
    color: #009AEE;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.account-wishlist .table-bordered .text-left a:hover,
.product-compare .table-bordered a:hover strong {
    color: #3576B8;
}

.product-compare .table-bordered .price-new {
    color: #3576B8;
    float: left;
    margin-right: 5px;
}

.product-compare .table-bordered .price-old {
    font-size: 13px;
    line-height: 16px;
}

.product-compare .table-responsive > .table > tbody > tr > td.description,
.product-compare .table-responsive > .table > tbody > tr > td a strong,
.account-wishlist .table-bordered .text-left a {
    white-space: normal;
}

a.accordion-toggle:hover {
    color: #009AEE;;
}

.stickers {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

.sale,
.new_pr {
    float: left;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    position: relative;
    background: #009AEE;
    color: #fff;
    padding: 6px 10px 7px;
}

.new_pr {
    background: #009AEE;
}

.box .bx-wrapper .bx-controls-direction a {
    top: -79px;
}

.box .bx-wrapper .bx-next {
    right: 20px;
}

.box .bx-wrapper .bx-prev {
    left: auto;
    right: 63px;
}

aside .banner .row > div {
    width: 100% !important;
    margin-top: 30px;
}

aside .banner .row > div.first-in-line {
    margin-top: 0;
}

/*********FACEBOOK BOX*****************/
aside .box.twitter,
aside .box.facebook {
    float: none;
    width: 100%
}

.box.facebook .box-heading h3 {
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.box.facebook {
    max-width: 370px;
    margin-bottom: 0;
}

.content_bottom .box .box-heading h3 i {
    font-size: 26px;
}

.content_bottom .box .box-heading h3 {
    border-bottom: 0;
    padding-bottom: 0;
}

.content_bottom .box.facebook .box-heading h3 {
    font-size: 25px;
}


/*********BOX TWITTER******************/
.box.twitter {
    margin-bottom: 45px;
}


/*********HEADER****************************/
header {
    position: relative;
}

header .top-panel {
    background-color: rgba(255, 255, 255, 0.6333);
    border-bottom: 5px solid #3375B7;
    margin-bottom: 20px;
}

header .top-panel .top-header {
    background-color: #3375B7;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 34px;
    padding: 0;
}

header .top-panel .box_html {
    margin-bottom: 0;
}

#page {
    margin: 0 auto;
    background: #fff url('../image/background_ecopool_widescreen.jpg') top no-repeat;
}


/**************TM BOX CATEGORY***********************/
.box.category ul.menu {
    padding: 0;
    margin: 0;
    padding: 0 !important
}

.box-category .menu li:first-child {
    border-top: medium none;
}

.box-category .menu li {
    position: relative;
    list-style-type: none;
    border-top: 1px solid #ccc;
    padding: 6px 0;
    position: relative;
}

.box-category .menu li a {
    display: inline-block;
}

.box-category .menu li > a:hover {
    color: #009AEE;
}

.box-category .menu li > a {
    color: #3375B7;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-left: 3px;
    line-height: 16px;
}

.box-category .menu li li {
    border-top: none;
}

.box-category .menu li li a {
    color: #666666;
    font-size: 13px;
    display: inline-block;
    padding-left: 3px;
}

.box-category .menu li li a>i {
    color: #666666;
    margin-right: 10px;
}

.box-category .menu li li li a>i {
    color: #666666;
    margin-right: 10px;
    margin-left: 10px;
}

.box-category .menu li a:hover {
    color: #009AEE;
}

.box-category .menu li li.last {
    padding-bottom: 0 !important;
}

.box-category .menu li a+i:before {
    display: none;
}

.box-category .menu li a+i:hover {
    background-position: -26px center;
    cursor: pointer;
}

.box-category .menu li a+i {
    background: rgba(0, 0, 0, 0) url("../image/arr-box.png") no-repeat scroll 0 center;
    content: "";
    float: right;
    height: 15px;
    position: absolute;
    right: -2px;
    top: 9px;
    width: 21px;
}

.box-category .menu li a+i.fa-minus:before {
    content: '\f068' !important;
    display: none;
}

.box-category .menu li a+i:hover {
    cursor: pointer;
    color: #009AEE;
}

.box-category .menu li a+i.opened {
    background-position: center 7px;
}


/** dropdown **/
.dropdown-menu > li > a {
    text-transform: uppercase;
    color: #fff;
    padding: 3px 10px;
}

.box-category .menu ul {
    width: auto;
    padding: 0px 0px;
    display: none;
    margin: 5px 0 0 10px;
}

.box-category .menu li.active > a > span {
    color: inherit;
}

.box-category .menu li > a.active,
.box-category .menu li:hover > a {}

.box-category .menu li li a.active,
.box-category .menu li li a:hover {
    color: #009AEE;
}


/**************BANNERS***********************/
.banner {
    position: relative;
    display: block;
    float: left;
    margin: 0 0 34px;
}

.banner .span3.first-in-line {
    margin-left: 0;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner a {
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.banner .s-desc {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #6f8aa3;
    font-size: 11px;
    line-height: 16px;
    padding: 15px 19px;
}

.banner .s-desc p {
    color: #666666;
    font-size: 13px;
    margin-bottom: 18px;
}

.banner .s-desc h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #3375B7;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.banner .s-desc span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border-radius: 5px;
    padding: 8px 13px;
    background-color: #3576B8;
    display: inline-block;
}

.banner a:hover .s-desc h1 {
    color: #009AEE;
}

.banner a:hover .s-desc span {
    background-color: #009AEE;
}

aside .banner .s-desc {
    padding: 18px 20px;
}

aside .banner .s-desc h1 {
    font-size: 18px;
    color: #fff;
}

aside .banner a:hover .s-desc h1 {
    color: #fff;
}

aside .banner .s-desc p {
    color: #fff;
    margin: 16px 0 18px 0;
}

aside .banner .s-desc span {
    color: #3375B7;
    background-color: #fff;
}

aside .banner a:hover .s-desc span {
    color: #fff;
    background-color: #009AEE;
}

/**************Box HTML Module***********************/
.box_html {
    margin-bottom: 30px;
}

.box_html.map {
    margin-bottom: 11px;
}

.box_html {
    font-size: 21px;
    line-height: 20px;
}

.box_html p {
    position: relative;
    display: block;
}


/** welcome **/
.box_html.welcome {
    background: #ededed;
    padding: 22px 30px 25px 30px;
    color: #777;
    font-size: 13px;
    line-height: 23px;
    font-weight: normal;
}

.box_html.welcome > span {
    display: inline-block;
    float: left;
    margin: 0 65px 10px 0;
    font-size: 41px;
    line-height: 40px;
    color: #333;
    text-transform: uppercase;
}

.box_html.welcome span span {
    color: #f97001;
}

.box_html.welcome p {
    margin-top: 4px;
}


/** list block map **/
.box_html.map .list-unstyled {
    margin-bottom: 0;
}

#content .box_html.map ul.list-unstyled li {
    padding: 0 0 10px 0;
    display: inline-block;
    width: 100%;
}

#content .box_html.map ul.list-unstyled li a {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin-bottom: 6px;
    display: inline-block;
}

#content .box_html.map ul.list-unstyled li p {
    font-size: 13px;
    line-height: 23px;
    color: #777;
}

#content .box_html.map ul.list-unstyled li a i {
    display: none;
}

.box_html.map .list-unstyled li .num {
    display: inline-block;
    margin: 0 18px 0 0;
    float: left;
    font-size: 25px;
    line-height: 71px;
    width: 71px;
    height: 71px;
    color: #fff;
    background: #f97001;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.box_html.map .list-unstyled li p {
    overflow: hidden;
}

#content .box_html.map ul.list-unstyled li a:hover {
    color: #f97001;
}

#content .box_html.map ul.list-unstyled li:hover span {
    background-color: #333;
}


/***************HOME PAGE**********************/
#container {
    padding-top: 30px;
}

.container .row.portal {
    padding-top: 15px;
    background-color: #fff;
    border: 1px solid #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.common-home #container {
    padding-top: 0;
}

.header_modules .owl-carousel {
    border: 0;
    padding: 0;
    box-shadow: none
}

.header_modules .bx-wrapper .bx-caption {
    background: none;
    bottom: auto;
    top: 5%;
    max-width: 1170px;
    margin: 0 auto
}

.header_modules .bx-wrapper .bx-caption span {
    padding: 0;
    max-width: 740px;
}


/***************PRODUCT PAGE**********************/
.product_page {}

.quickview_description iframe,
.product-desc iframe {
    width: 40% !important;
    float: left;
    margin-right: 2em;
}

.product-desc ul {
    list-style: inside;
}

.product-section {
    margin-bottom: 35px;
}

.product-section .content {
    padding: 0 15px;
}

.product-content-columns {
    margin-bottom: 3em;
}

.product-share {
    clear: both;
    padding: 0;
    height: 32px;
    margin-top: 1em;
}

.product-share li {
    display: inline-block;
    text-align: center;
    margin-right: 3px;
}

.product-share li a {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #ccc;
    color: #fff;
}

.product-share li a:hover {
    background: #383838;
}

.product-share li i {
    line-height: 32px;
    font-size: 18px;
}

.product-buttons {
    clear: both;
    overflow: hidden;
    margin: 0 -5px 1em;
    padding: 0;
}

.product-buttons li {
    float: left;
    width: 50%;
    padding: 0 5px;
    list-style: none;
}

.product-buttons li button {
    width: 100%;
}

ul.product-section.list-unstyled li a i {
    display: none;
}

.product-section_title {
    margin-bottom: 1em;
    text-align: center;
}

.review-form-title h3:hover {
    color: #f97001;
}

.review-form-title {
    text-align: center;
}

#reviews_form_title {
    color: #37a3d3;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: left;
}

.product-review-form {}

.bootstrap-datetimepicker-widget td span:hover {
    background: none !important;
}

.product_page #button-cart {
    width: 100%;
}

.product_page #product .btn.btn-default {
    background: #fff;
    border: 1px solid #3375B7;
    font-size: 16px;
    line-height: 19px;
    padding: 4px 6px;
}

.product_page #product .extra-button .wishlist,
.product_page #product .extra-button .compare {
    margin-right: 5px;
}

.product_page #product .input-group .btn.btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    line-height: 17px;
    padding: 0;
}

.form-group .control-label.qunt-box {
    width: 50px;
}

.product_page #product .input-group-btn .btn.btn-default i {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #3375B7;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    text-transform: uppercase;
}

.product_page #product .extra-button {
    float: left;
    margin-left: 5px;
}

.product_page #product .btn.btn-default:hover {
    color: #3375B7;
    border-color:#3375B7;
}

.product_page #product .btn.btn-default:hover i {
    color: #009AEE;
    border-color:#009AEE;
}

.product_page #product .btn-add {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #3375B7;
    border-radius: 2px;
    color: #3375B7;
    float: left;
    width: auto;
}

.product_page #product .btn-add i {
    float: none;
    display: inline;
    font-size: 25px;
    line-height: 51px;
    color: #fff;
    margin: 0 5px 0 0;
}

.product_page #product .btn-add:hover {
    color: #009AEE;
    border-color:#009AEE;
}

.bx-wrapper .bx-viewport {
    background-color: transparent;
}

.bx-wrapper .bx-controls-direction a i {
    line-height: 40px;
    vertical-align: top;
}

.bx-wrapper .bx-controls-direction a:hover {
    color: #009AEE;
}

.bx-wrapper .bx-controls-direction a {
    background: #fff;
    border: 1px solid #bfe9fc;
    color: #57c5f6;
    line-height: 40px;
    height: 40px !important;
    text-align: center;
    display: inline-block;
    width: 40px;
    font-size: 15px;
}

#full_gallery {
    border: 1px solid #ddd;
}

.zoom-top .fancybox-product {
    display: block;
    width: 30px!important;
    height: 30px!important;
    background-color: #57c5f6;
    color: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 25;
    font-size: 19px;
    text-align: center;
    line-height: 30px;
}

.zoom-top .fancybox-product:before {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: top;
    width: auto;
    content: "\f00e";
    width: 30px;
    line-height: 30px;
}

#default_gallery {
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev,
#default_gallery .image-thumb .bx-wrapper .bx-next {
    top: auto;
    bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 0;
    left: auto;
    border: 0
}

#default_gallery .image-thumb .bx-wrapper .bx-prev {
    top: 0;
    bottom: auto;
    right: auto;
    top: 50%;
    left: 0px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#default_gallery .image-thumb .bx-wrapper .bx-next {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0px;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#default_gallery .image-thumb .bx-wrapper .bx-prev i,
#default_gallery .image-thumb .bx-wrapper .bx-next i {
    line-height: 30px;
    color: #fff;
    display: block;
}

#default_gallery .image-thumb img:hover,
#default_gallery .image-thumb .active img {
    border-color: #f97001;
}

#default_gallery .image-thumb img {
    background: #f7fcfe none repeat scroll 0 0;
}

.image-thumb #image-additional li {
    float: left;
    max-width: 70px;
}

.image-thumb #image-additional a {
    display: block;
}

#default_gallery .image-thumb {
    clear: both;
    max-width: 240px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}

.product_page #default_gallery .image {
    background-color: #f7fcfe;
    float: left;
    height: 100%;
    margin-bottom: 7px;
    max-height: 424px;
    max-width: 270px;
    text-align: center;
    width: 100%;
}

.zoomWindow {
    background-color: #fff;
}

#image-additional {
    margin: 0;
    padding: 0;
}

#image-additional li {
    float: none;
    list-style: none;
}

#default_gallery .bx-wrapper {
    margin: 0 !important
}

#default_gallery img {
    background-color: #fff;
    width: 100%
}


/** camera **/
div.camera_caption {
    padding-top: 0;
    height: 100%;
    color: #fff;
}

div.camera_caption a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

div.camera_caption > div {
    position: relative;
    height: 100%;
}

div.camera_caption > div > div {
    max-width: 100%;
    width: 93%;
    position: absolute;
    bottom: 8.6%;
    left: 3.2%;
}

.camera_caption .tx1,
.camera_caption .tx2,
.camera_caption .tx3 {
    display: inline-block;
    text-transform: uppercase;
}

.camera_caption .tx1 {
    font-size: 67px;
    line-height: 63px;
    font-weight: bold;
}

.camera_caption .tx2 {
    font-size: 67px;
    line-height: 66px;
}

.camera_caption .tx3 {
    font-size: 41px;
    line-height: 49px;
}

div.camera_caption a {
    background: none;
    border: 2px solid #fff;
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

div.camera_caption a:before {
    content: '\f105';
    color: #fff;
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 45px;
    font-weight: normal;
    line-height: 76px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 76px;
    height: 76px;
}

div.camera_caption a:after {
    position: absolute;
    z-index: 1;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(249, 112, 1, 0);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

div.camera_caption a:hover:after {
    top: -1px;
    left: -1px;
    width: 74px;
    height: 74px;
    background: #f97001;
}

div.camera_caption a:hover {
    border-color: #f97001;
    background: rgba(0, 0, 0, .5);
}

div.camera_wrap .camera_pag .camera_pag_ul {
    bottom: 5%;
    left: 4%;
    text-align: left;
}

div.camera_wrap .camera_pag .camera_pag_ul li {
    margin: 0 6px 0 0;
    background: #fff;
}

div.camera_wrap .camera_pag ul.camera_pag_ul li.cameracurrent,
div.camera_wrap .camera_pag ul.camera_pag_ul li:hover {
    background: #f97001;
}

div.fluid_container {
    margin-bottom: 0;
}

div.fluid_container.col-sm-8 {
    padding-left: 15px;
    padding-right: 15px;
}

div.camera_prev,
div.camera_next {
    cursor: pointer;
    height: 32px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 2;
}

.camera_next > span {
    background: rgba(0, 0, 0, 0) url("../image/next.png") no-repeat scroll left top;
    display: block;
    height: 32px;
    width: 32px;
}

.camera_prev:hover > span {
    background-position: 0 bottom;
}

.camera_next:hover > span {
    background-position: 0 bottom;
}

.camera_prev > span {
    background: rgba(0, 0, 0, 0) url("../image/prev.png") no-repeat scroll left top;
    display: block;
    height: 32px;
    width: 32px;
}

div.camera_prev:hover,
div.camera_next:hover {
    background: #fea000;
}

div.camera_prev i,
div.camera_next i {
    font-size: 28px;
    color: #fff;
}

div.camera_prev {
    left: 0;
}

div.camera_next {
    right: 0;
}


/** top-buttons **/
.top-buttons {
    padding: 15px 15px 11px;
    display: inline-block;
}

.top-buttons a {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #262626;
    margin-right: 23px;
}

.top-buttons a:hover {
    color: #f97001;
}

.top-buttons a:hover i {
    color: #333;
}

.top-buttons a p {
    margin-bottom: 0;
    display: inline-block;
    overflow: hidden;
}

.top-buttons a i {
    display: inline-block;
    float: left;
    color: #f97001;
    font-size: 42px;
    line-height: 42px;
    margin-right: 10px;
}


/**-------------**/
.product-reviews .review-item {
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.review-score .fa-stack {
    width: 1.2em;
    height: 1.2em;
}

.product_page h1 {
    color: #3375B7;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.product-section a {
    color: #009AEE;
}

.product-section li .prod-stock {
    background-color: #009AEE;
    color: #ffffff;
    display: inline-block;
    font-style: normal;
    margin: 0 9px;
    padding: 0 7px;
}

.product-section a:hover {
    color: #3375B7;
}

.price-section span.price-old {
    text-decoration: line-through;
    margin: 0 10px 0 0;
    color: #5d98b2;
    font-size: 19px;
    line-height: 25px;
}

.price-section span.price-new {
    color: #009AEE;
    font-size: 31px;
    margin-right: 5px;
}

.price-section span.reward {
    display: block;
    margin-top: 10px;
}

.price-section span.reward {
    display: block;
}

.price-section {
    line-height: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.reward-block span {
    display: block;
    margin-top: 5px;
}

#product .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

#product h3 {
    color: #3375B7;
    font-weight: normal;
}

.ps-carousel-item img {
    background-color: #EFEEEE;
}

.ps-zoom-pan-rotate img {
    background-color: #EFEEEE;
}

#full_gallery {
    display: none;
    background: #fff;
}


/***************BOX**********************/
aside .box .box-product>div {
    width: 100%;
}


/***************PRODUCT CATEGORY PAGE**********************/
.zoomWrapper {
    vertical-align: top;
}

#default_gallery .image {
    background-color: #efeeee;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1px;
}

#default_gallery .image img {
    width: auto;
    vertical-align: top;
    width: 100% !important;
    height: auto !important;
    display: block;
    position: relative !important;
}

.product_page h1.product-title {
    margin-bottom: 10px;
}

.general_info {
    color: #5d98b2;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
}

.fancybox-skin .rating {
    margin: 10px 0
}

.general_info .price-section,
#product .product-options,
.rating-section.product-rating-status {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding-bottom: 15px;
}

.rating-section.product-rating-status {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 15px;
}

.box-subcat {
    padding: 0;
    margin: 0;
}

.box-subcat li {
    list-style: none;
    text-align: center;
    margin-bottom: 23px;
}

box-subcat li .name a:hover {
    color: #ccc;
}

.box-subcat li .name a {
    font-size: 12px;
    text-transform: uppercase;
}

.box-subcat li .image {
    margin-bottom: 10px;
}

.box-subcat li .image:hover {}

.box-subcat li .image img {
    background-color: #fff;
}

.box-subcat li .image a {
    display: block;
    background: #fff;
    border: 1px solid #bfe9fc;
}

.box-subcat li .image a:hover {
    border: 1px solid #bbb;
}

.box-subcat li.first-in-line {
    clear: left;
}

.img-thumbnail {
    border: 0;
    padding: 0;
    border-radius: 0
}

.product-filter {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px 0;
}

.product-filter label {
    color: #3375B7;
    font-size: 12px;
    padding-top: 0;
    text-transform: uppercase;
}

.checkout-cart .text-right .price {
    color: #009AEE;
    font-size: 16px;
    font-weight: bold;
}

.product-filter .col-md-1.text-box {
    padding-right: 0;
    width: 9%;
}

.product-filter .col-md-2.text-right {
    float: right;
     width: 13%;
}

.product-filter .col-md-2.text-box {
    padding-right: 0;
    width: 13%;
}

.product-filter .col-md-2.text-input {
    width: 22.333333333333337%;
}

#compare-total {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
}

.nav-cat {
    margin-top: 0;
    margin-bottom: 20px;
}

.nav-cat .nam-page {
    margin: 5px 0 5px 10px;
}

.button-view button:active,
.button-view button:focus,
.button-view button:hover {
    color: #3375B7
}

.button-view button {
    border: 0;
    background: none;
    font-size: 27px;
    padding: 0;
    margin: 0 5px;
}

.button-view button i {
    vertical-align: top;
    border: 0;
    background: none;
    font-size: 28px
}

.product-list .product-thumb {
    margin-top: 25px;
    border-top: 1px dotted #e5e5e5;
    padding-top: 25px;
    margin-bottom: 0;
}

.product-list:first-child .product-thumb {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

.product-list .product-thumb .name a {
    background: none;
    padding: 0;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

.product-list .product-thumb .rating {
    left: 0;
    top: 0;
    position: relative;
    margin-bottom: 10px;
}


/*======== RELATED PRODUCTS =============*/
.related-products {}

.related-products li .product-thumb {
    margin-bottom: 0;
    border: 1px solid #bfe9fc;
}

.related-products li {
    background: #fff;
}

.related-products .btn.btn-add span {
    display: none;
}

.related-products.product-section .name a {
    font-size: 13px;
    line-height: 18px;
}

.related-products .btn.btn-icon,
.related-products .product-thumb .cart-button .btn-icon.wishlist {
    float: left;
    margin-right: 5px;
}

.related-products .btn.btn-icon i,
.related-products .btn.btn-add i {
    margin-right: 0;
    padding: 0;
}

.image-thumb {
    padding: 0 40px
}

.image-thumb .bx-wrapper .bx-prev {
    left: -34px
}

.image-thumb .bx-wrapper .bx-next {
    right: -34px;
}

.related-products .bx-wrapper .bx-prev {
    left: -50px
}

.related-products .bx-wrapper .bx-next {
    right: -50px
}

.bx-wrapper .bx-controls-direction a i {
    font-size: 15px;
}


/*=========CHECKOUT==================*/
#collapse-checkout-confirm .table-responsive tbody tr td.text-right,
#collapse-checkout-confirm .table-responsive tbody tr td.text-left a {
    color: #57c5f6;
}

#collapse-checkout-confirm .table-responsive tbody tr td.text-left a,
#collapse-checkout-confirm .table-responsive > .table > tbody > tr > td {
    white-space: normal;

}

#collapse-checkout-confirm .table-responsive tfoot tr td,
#collapse-checkout-confirm .table-responsive tbody tr td.text-left a:hover {
    color: #57c5f6;
    font-weight: bold;
}

#collapse-checkout-confirm .table-responsive tfoot tr td strong {
    color: #3375B7;
}


/*========= OPTION ==================*/
div.bootstrap-datetimepicker-widget td span {
    height: 30px;
    line-height: 30px;
    width: 45px;
}

.product-options .form-group .radio {
    padding-top: 0;
}

.product-options .form-group .radio label {
    line-height: 13px;
    vertical-align: top;
}

.product-options .form-group .radio input {
    margin-top: 0;
}

header .toprow {
    position: absolute;
    line-height: 0;
    right: 0;
    bottom: -1px;
    padding-right: 15px;
}

header .links {
    display: inline-block;
    float: right;
    margin: 0;
    overflow: hidden;
}

header .links li {
    float: left;
    margin-left: 10px;
    padding: 0px;
}

header .links li:first-child {
    margin-left: 0;
}

header .links a {
    padding: 5px 10px;
    color: #3375B7;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

header .links a.active,
header .links a:hover {
    color: #009AEE;
    text-decoration: none;
}

header .links a.active i,
header .links a:hover i {
    color: #404140;
}

.common-home header .links li.first a,
.account-account header .links li:nth-child(2) a,
.account-wishlist header .links li:nth-child(3) a,
.checkout-cart header .links li:nth-child(4) a,
.checkout-checkout header .links li:nth-child(5) a {
    background-color: #3375B7;
    color: #fff;
    text-decoration: none;
}

header .links a.active,
header .links a:hover {
    color: #3eafe0;
    text-decoration: none;
}

.product-options .has-error .text-danger {
    background: url("../image/warning.png") no-repeat scroll 10px center #ffd1d1;
    border: 1px solid #f8acac;
    color: #b80719;
    display: inline-block;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 10px 0 5px;
    overflow: hidden;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}


/*========= REGISTER ================*/
.account-register .form-group.required label:after {
    color: #ef4135;
    content: "*";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    right: 2px;
    top: 8px;
}

/*======== PRODUCT TABS =============*/
.tabs {
    margin-top: 10px;
}

.tabs .tab-heading i {
    font-size: 26px;
    color: #7e7e7e;
    float: right;
    margin-top: 5px;
}

.tabs .tab-heading {
    padding: 13px 20px;
    line-height: 32px;
    color: #323232;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    border-bottom: 4px solid #000;
    background-color: #f9f9f9;
}

.tabs .tab-content {
    padding: 20px 0;
}

#review td {
    font-size: 13px;
}

.rating a {
    cursor: pointer;
}

h3.tab-heading {
    background-color: #3576B8;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 11px 10px 10px 15px;
    border-radius: 0;
    font-weight: 500;
    text-transform: none;
}

.rating a:hover {
    color: #f97001;
}


/*======================= BACK TO TOP =======================*/
#back-top {
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    left: 50%;
    margin-left: 640px;
}

#back-top span {
    background: rgba(0, 0, 0, 0) url("../image/up-arrow.png") no-repeat scroll left 0;
    display: block;
    height: 26px;
    margin-bottom: 7px;
    width: 42px;
    transition: none!important;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
}

#back-top a:hover {
    color: #79ec3e;
}

#back-top a:hover span {
    background-position: left bottom;
}

#back-top span:after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    background: rgba(249, 112, 1, 0);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#back-top span:hover:after {
    width: 48px;
    height: 48px;
    top: 1px;
    left: 1px;
    background: #f97001;
    display: none;
}

#back-top span:before {
    display: none;
}

#back-top a:hover span {
    background-position: left bottom;
}

.cart-position {
    float: right;
    margin-top: 18px;
    position: relative;
}
.button-cart-custom .btn.btn-icon:hover i{
      color: #fd9c4a;
}
.account-login .well > form, .affiliate-login .well > form{
   margin-top: 30px;
}
.account-login .well > form .pull-left.button-return-right-i, .affiliate-login .well > form .pull-left.button-return-right-i{
    margin-top: 20px;
    width: 100%;
}

/*======== BLOCK COMPARE =============*/
.compare-block {
    margin-bottom: 20px;
}

.compare-block .image {
    margin-right: 10px;
}

.compare-block .remove a {
    font-size: 19px;
    line-height: normla;
}

.compare-info {
    width: 100%;
}

.block-compare {
    position: relative;
    overflow: hidden;
}

.checkout-checkout #payment-new .form-group .control-label, .checkout-checkout #shipping-new .form-group .control-label{
    width: 120px;
}

/********BOX CURRENCY************/
.box-currency {
    margin-right: 20px;
    margin-top: 5px;
    position: relative;
    z-index: 10;
    display: inline-block;
}

#currency {
    text-align: center;
}

.top-header .container {
    text-align: center;
}

.box-currency .dropdown-menu,
.box-language .dropdown-menu {
    text-align: center;
}

.box-currency .btn-group {
    vertical-align: top;
}

.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover,
.box-language .open .dropdown-toggle i,
.box-currency .open .dropdown-toggle i,
.box-language .dropdown-toggle:hover i,
.box-currency .dropdown-toggle:hover i {
    color: #fd9c4a;
}

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    background-color: #ffffff;
    color: #357d9d;
    line-height: 23px;
    padding: 0 0 0 9px;
}

.box-language .dropdown-toggle:before,
.box-currency .dropdown-toggle:before {
    background: #47b9eb url("../image/arr-top.png") no-repeat scroll center center;
    content: "";
    display: block;
    float: right;
    height: 23px;
    margin-left: 9px;
    position: relative;
    width: 19px;
}

.box-language i,
.box-currency i {
    display: none;
}

.box-currency i {
    margin-left: 13px;
}

.box-language .dropdown-menu,
.box-currency .dropdown-menu {
    background: #57c5f6;
    border: medium none;
    box-shadow: none;
    width: 100%;
    float: none!important;
    left: auto;
    right: auto;
    min-width: auto;
}

.box-language .dropdown-menu a:hover,
.box-currency .dropdown-menu button:hover {
    color: #fff;
}

.box-currency .dropdown-menu button {
    border: 0;
    margin: 0;
    color: #fed7b6;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    background: none;
    clear: both;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 2px 0px;
    white-space: nowrap;
}

.top-panel > .container {
    padding-bottom: 18px;
}

.top-panel .container {
    position: relative;
    text-align: center;
}

#map {
    height: 164px;
}

#map img {
    max-width: none;
}

.box_html.map {
    display: none;
}

.common-home .box_html.map {
    display: block;
}


/************** QUICKVIEW **************************/
.quick_info {
    display: none;
}

.fancybox-skin:hover .fancybox-nav span {
    visibility: visible
}

.fancybox-nav {
    height: 40px;
    top: 50%;
    width: 40px
}

.quickview_description {
    border: 1px solid #ade3fb;
    max-height: 300px;
    overflow: auto;
    padding: 15px;
}

a.quickview i {
    vertical-align: top;
    line-height: 30px;
}

aside .box ul li a.quickview:hover {
    background-color: #57c5f6;
}

a.quickview:hover {
    background-color: #57c5f6;
}

aside .box ul li a.quickview {
    background-color: #357d9d;
    color: #ffffff;
    font-size: 19px;
    font-weight: normal;
    height: 30px;
    line-height: 28px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    visibility: hidden;
    width: 30px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

a.quickview {
    border-top-right-radius: 5px;
    background-color: #3576B8;
    color: #ffffff;
    font-size: 19px;
    font-weight: normal;
    height: 30px;
    line-height: 28px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    visibility: hidden;
    width: 30px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product-thumb:hover a.quickview {
    opacity: 1;
    visibility: visible;
}

/****** ABOUT PAGE*****/
.extra-wrap {
    overflow: hidden;
}

.dropcap {
    background: #f97001;
    border-radius: 0;
    color: #fff;
    font: 25px/71px "Roboto", serif;
    width: 71px;
    height: 71px;
    display: inline-block;
    margin: 0px 20px 30px 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

img.alignleft {
    float: left;
    margin: 0 20px 0px 0
}

.sm_hr {
    height: 1px;
    background-color: #ddd;
    margin: 50px 0
}

.about-page h4 {
    margin: -5px 0 5px;
    line-height: 26px;
}

.about-page {
    font-size: 14px;
    line-height: 26px;
}

.about-page figure img {
    border: 1px solid #e5e5e5;
}

.human_info figure,
.about-page figure {
    background: #fafafa;
    border: 1px solid #bfe9fc;
    padding: 12px;
    display: block;
    max-width: 254px;
    margin: 0 auto 12px;
    border-radius: 0;
}

.human_info figure:hover,
.about-page figure:hover {
    border: 1px solid #c5c5c5;
}

.human_info figure {
    float: left;
    margin-right: 20px;
}

.about-page .excerpt {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.about-page h5 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 5px
}

.about-page h5 a {
    color: #1c1c1c;
}

.about-page h5 a:hover {
    color: #f97001;
}

.about-page i {
    color: #009AEE;
    display: block;
    float: left;
    font-size: 56px;
    height: 56px;
    margin-right: 15px;
    overflow: hidden;
    width: 56px;
}

.information-contact .panel {
    font-size: 15px;
    border: 1px solid #ccc;
}

.information-contact .contact-box {
    line-height: 26px;
    margin-bottom: 20px;
}

.information-contact .contact-box i {
    color: #009AEE;
    font-size: 26px;
    width: 1.25em;
}

.information-contact .form-horizontal {
    border: 1px solid #ccc;
    padding: 40px 40px 20px;
}

.information-contact .contact-box b {
    color: #3576B8;
    margin-left: 10px;
}

.left-custom {
    text-align: left !important;
}

.panel-body {
    padding: 20px;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    line-height: 0;
}

.recent-posts {
    text-align: center;
}

.testimonials .testi-item {
    margin-bottom: 30px;
}

.testimonials .testi-item a {
    font-size: 14px;
}

.testimonials .testi-meta {
    line-height: 18px;
    padding-left: 50px;
    display: block;
}

.testimonials .user {
    text-transform: uppercase;
    font-size: 12px;
    color: #1c1c1c;
}

.testimonials blockquote:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../image/testi_arr.png) no-repeat left top;
    width: 21px;
    height: 20px;
    bottom: -20px;
    left: 30px
}

.testimonials blockquote a {
    color: #a7a7a7;
}

.testimonials blockquote a:hover {
    color: #1c1c1c;
}

.testimonials blockquote {
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 30px;
}

.terms_conditions_page p {
    margin-bottom: 20px;
}

.terms_conditions_page h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #1c1c1c;
}

.table.privacy_page td {
    border-top: 0;
    padding: 15px 30px;
}

.privacy_page td:first-child {
    text-align: right;
}

.privacy_page tr>td+td {
    border-left: 1px solid #cfcfcf;
}

.privacy_page {
    font-size: 14px;
    line-height: 22px;
}

.privacy_page h4 {
    max-width: 300px;
    float: right;
    margin: 0 0 10px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #1c1c1c;
}


/********** SITEMAP PAGE ******************/
.site-map-page .md-list ul {
    color: #37a3d3;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    margin-top: 10px;
}

.site-map-page .md-list ul li {
    padding-bottom: 4px;
    padding-left: 14px;
    padding-top: 4px;
    text-transform: capitalize;
}

.site-map-page .md-list ul li a:hover {
    color: #fd9c4a;
}

.site-map-page .md-list ul li a {
    font-size: 15px;
    color: #57c5f6;
    text-decoration: none;
    text-transform: capitalize;
}


/********/
.manufacturer-list {
    border: 1px solid #ade3fb;
    margin-bottom: -1px;
}

.manufacturer-heading {
    background: #e7f6fd none repeat scroll 0 0;
    border-bottom: 1px solid #ade3fb;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px;
}

.manufacturer-heading span {
    background: #5d98b2 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

.product-manufacturer #content {
    font-size: 15px;
}

.manufacturer-content {
    padding: 20px;
}


/********** ACCOUNT ******************/
.well {
    background-color: #ffffff;
    border: 1px solid #3576B8;
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 30px;
    padding: 30px;
}

.well strong {
    color: #737373;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
}

.well .extra-wrap h2 {
    color: #3576B8;
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 2px;
    margin-top: 0;
}

.well > i {
    color: #3576B8;
    float: left;
    font-size: 56px;
    margin-right: 14px;
}

.well > form .form-group {
    clear: left;
    margin-top: 10px;
    overflow: hidden;
}

.well > form input#input-email,
.well > form input#input-password {
    float: right;
    margin-bottom: 0px;
    max-width: 100%;
    width: 215px;
}

.link-login:hover {
    text-decoration: none;
}

.link-login {
    color: #3576B8;
    display: inline-block;
    font-style: italic;
    margin-left: 15px;
    text-decoration: none;
}

.link-login:hover {
    color:#009AEE;
    text-decoration: underline;
}

.well > form {
    clear: left;
    overflow: hidden;
}

.form-group .control-label {
    float: left;
    font-weight: normal;
    margin-bottom: 0;
    padding-top: 5px;
    text-align: right;
}

.well .heading {
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}

.well p {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.well .heading i {
    color: #d9d9d9;
    float: left;
    font-size: 56px;
    margin-right: 14px;
}

.well .heading h2 {
    font-size: 23px;
    color: #1c1c1c;
    margin: 0 0 5px
}

.well .heading strong {
    font-weight: normal;
    font-style: italic;
}

#content ul.list-unstyled li a i {
    color: #f97001;
    font-size: 23px;
    line-height: 19px;
    margin-right: 10px;
}


/***************************************************************************************search**********************************************************************************/
.top-search {
    border-right: 1px solid #328bb2;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 64px;
}

.top-search:hover {
    cursor: pointer
}

.top-search i {
    font-size: 26px;
    color: #fff;
    line-height: 50px;
}

.top-search #search {
    display: none;
}

#search {
    display: inline-block;
    position: relative;
    margin: 18px 30px 0;
}

#search .inner {
    text-align: center;
}

#search .button-search span {
    display: none;
}

#search .button-search {
    position: absolute;
    content: '';
    background: url(../image/search_icon.png) no-repeat center center;
    width: 32px;
    height: 28px;
    right: 0;
    z-index: 2;
    background-color: #3576B8;
    border: medium none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

}

#search .button-search:hover {
    background: #009AEE url("../image/search_icon.png") no-repeat scroll center center;
    cursor: pointer;
}

.fa-angle-double-right::before {
    display: none;
}

#search input {
    background-color: #ffffff;
    border: medium none;
    border-radius: 3px;
    color: #666;
    float: left;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    max-width: 350px;
    padding: 0 5px 0 12px;
}

.header-bg #search input {
    font-family: Arial, Helvetica, sans-serif;
}


/********** Swipe menu ******************/
.toprow-1 {
    background-color: #3375B7;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    /*border-bottom: 5px solid #fff;*/
    z-index: 90;
    display: none;
}

.swipe-control:hover i {
    color: #fff;
}

.swipe-control i {
    line-height: 50px;
    font-size: 30px;
    vertical-align: top;
}

.swipe-control {
    border-right: 1px solid #328bb2;
    display: inline-block;
    height: 50px;
    vertical-align: top;
    text-align: center;
    width: 64px;
    z-index: 100;
}

.swipe-control,
.swipe-control:focus {
    color: #fff;
}

.swipe-control:hover,
.swipe-control:active,
body.ind .swipe-control {
    color: #fff;
}

.swipe ul {
    padding: 0;
    margin: 0;
}

.swipe ul li {
    list-style-type: none;
    text-transform: capitalize;
}

.swipe ul li a:hover {
    color: #3dafe1;
}

.swipe ul li a:hover i,
.swipe .foot li a:hover:before {
    color: #3dafe1;
}

.swipe ul li a {
    border-bottom: 1px solid #ccc;
    color: #3576B8;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 20px 11px;
    position: relative;
}

.swipe .foot li a:before {
    content: "\f05a";
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 26px;
    color: #3576B8;
    margin-right: 9px;
}

.swipe .foot li+li a:before {
    content: "\f0d1"
}

.swipe .foot li+li+li a:before {
    content: "\f06a"
}

.swipe .foot li+li+li+li a:before {
    content: "\f085"
}

.swipe .foot.foot-1 li a:before {
    content: "\f0ac"
}

.swipe .foot.foot-1 li+li a:before {
    content: "\f079"
}

.swipe .foot.foot-1 li+li+li a:before {
    content: "\f0e8"
}

.swipe .foot.foot-2 li a:before {
    content: "\f02c"
}

.swipe .foot.foot-2 li+li a:before {
    content: "\f06b"
}

.swipe .foot.foot-2 li+li+li a:before {
    content: "\f0c0"
}

.swipe .foot.foot-2 li+li+li+li a:before {
    content: "\f0a3"
}

.swipe .foot.foot-3 li a:before {
    content: "\f0cb"
}

.swipe .foot.foot-3 li+li a:before {
    content: "\f003"
}

.swipe ul li a i {
    color: #3375B7;
    font-size: 26px;
    margin-right: 9px;
}

.swipe {
    background-color: #e7f6fd;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 50px;
    width: 237px;
    z-index: 101;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.swipe .swipe-menu {
    background-color: #ffffff;
    height: 100%;
    overflow: scroll;
}

.ind .swipe {
    display: block;
    left: 0;
}

.ind #page {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 88;
}

.ind .shadow {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 88
}

.zoomWindow {
    z-index: 40 !important
}


/* 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%;
    }
}


/*======================= bootstrap reset =======================*/


/* bootstrap reset */
.container>.alert,
.breadcrumb+.alert {
    position: fixed;
    width: 100%;
    z-index: 91
}

.alert button.close {
    vertical-align: top;
    margin-top: -3px;
}

.alert {
    color: #fff;
    font-weight: bold;
    padding: 20px 10px 20px;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)
}

.alert i {
    font-size: 21px;
}

.alert a:hover {
    text-decoration: none;
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-success {
    background-color: #47b9eb;
    border: 1px solid #47b9eb;
}

.alert-danger {
    background-color: #f3515c;
    border-color: #d4323d;
}

.alert-info {
    background-color: #3375B7;
    border-color: #3375B7;
}

.modal-header .close:hover {
    color: #47b9eb;
}

.modal-header .close {
    color: #ccc
}

.close {
    color: #fff;
    opacity: 1
}

.pagination {
    border-radius: 0
}

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #3375B7;
    border-color: #3375B7;
}

.pagination > li > a,
.pagination > li > span {
    color: #47b9eb;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background: #47b9eb;
    border: 1px solid #47b9eb;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
    text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    box-shadow: none;
    outline: none
}

.table-bordered {
    border-radius: 0
}

.table thead td {
    color: #3375B7 !important;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.table th,
.table td {
    padding: 20px;
    border-color: #e5e5e5;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table th,
.table td {
    padding: 20px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: rgba(0, 0, 0, 0);
}

.block-compare .table th,
.block-compare .table td {
    padding: 7px
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
    padding: 5px 10px;
}

.table > thead > tr > td {
    padding: 10px;
}

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

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 0;
    box-shadow: none
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    border-radius: 0
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    border-radius: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-radius: 0
}

.table-bordered {
    font-size: 13px;
    color: #3375B7;
    background: #fff;
    box-shadow: none;
}

.buttons .pull-left .btn.btn-primary {
    margin-left: 132px;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #3576B8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #666;
    display: block;
    box-shadow: none;
    font-size: 14px;
    height: 29px;
    line-height: 18px;
    padding: 4px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

label,
input,
button,
select,
textarea {
    color: #3576B8;
    font-size: 13px;
}

label {
    font-weight: normal;
}

textarea {
    resize: none
}

label {
    cursor: default
}

.close:hover,
.close:focus {
    opacity: 1
}

.panel-group .panel,
.panel {
    border-radius: 0;
}

.panel {
    box-shadow: none;
}

.panel-heading {
    padding: 20px;
}

.addthis_button_tweet {
    width: 85px;
}

html[lang="de"] .addthis_button_tweet {
    width: 97px;
}

html[lang="ru"] .addthis_button_tweet {
    width: 101px;
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    opacity: 0.8
}

.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    opacity: 1
}

.fancybox-inner .cart-button .btn-icon {
    float: left;
    margin-right: 5px;
}

.text-danger {
    color: red;
    font-weight: bold;
    font-size: 100%;
    font-size: 12px;
}

.form-horizontal fieldset > h2 {
    color: #3576B8;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

.account-address-edit .form-horizontal fieldset {
	border:none;
	margin-bottom: 0px;
	padding: 0px;
}
.form-horizontal fieldset {
    border: 1px solid #3576B8;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 30px 40px;
}

.button-return-right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #47b9eb;
    display: inline-block;
    font-weight: bold;
    line-height: 32px;
    min-height: 32px;
    padding: 0;
}

.button-return-right-i i {
    color: #47b9eb;
}

.button-return-right-i {
    position: relative;
}

.button-return-right-i:hover,
.button-return-right:hover {
    color: #fd9c4a;
    cursor: pointer;
}

.button-return-right-i:hover i {
    color: #fd9c4a;
}

.information-contact .form-horizontal fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ccc !important;
}

.product-compare .table-responsive table tbody tr td {
    width: 50px;
}

.product-compare .table-responsive table tbody tr td:first-child {
    text-align: right;
    color: #3375B7;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
}
/*
.product-compare .table-responsive table tbody tr:nth-child(6) td:last-child {
    background-color: #57c5f6;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    margin: 5px 9px 0;
    padding: 3px 7px;
    text-transform: uppercase;
    width: 80px;
}
*/

/*
.product-compare .table-responsive table tbody tr:nth-child(3) td:last-child {
    color: #57c5f6;
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
}
*/
.table > tbody + tbody {
    border-top: 1px solid #c6ebfc;
}

.product-compare input.btn-block[type="submit"],
.product-compare input.btn-block[type="reset"],
.product-compare input.btn-block[type="button"] {
    width: auto;
}

.product-compare .btn-block + .btn-block {
    margin-top: 0;
    width: auto;
}


/****************************************************************************** tooltip ***********************************************************************/
.related-info .tooltip-inner {
    max-width: 120px !important;
    white-space: normal !important
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    white-space: nowrap;
    max-width: 300px;
    padding: 5px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #57c5f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(71, 185, 235, 0);
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #57c5f6;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #57c5f6;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #57c5f6;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #57c5f6;
    border-width: 0 5px 5px;
}

.content-border {
    border: 1px solid #ade3fb;
    margin-bottom: 30px;
    padding: 30px 40px;
}

.affiliate-register .form-horizontal fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
