@font-face {
    src: url('../font/Montserrat-Black.ttf');
    font-family: 'Montserrat';
    font-display: swap;
    font-weight: 900;
}
@font-face {
    src: url('../font/Montserrat-Bold.ttf');
    font-family: 'Montserrat';
    font-display: swap;
    font-weight: 700;
}
@font-face {
    src: url('../font/Montserrat-Light.ttf');
    font-family: 'Montserrat';
    font-display: swap;
    font-weight: 300;
}
@font-face {
    src: url('../font/Montserrat-Medium.ttf');
    font-family: 'Montserrat';
    font-display: swap;
    font-weight: 500;
}
@font-face {
    src: url('../font/Montserrat-Regular.ttf');
    font-family: 'Montserrat';
    font-display: swap;
    font-weight: 400;
}
@font-face {
    src: url('../font/Montserrat-SemiBold.ttf');
    font-family: 'Montserrat';
    font-display: swap;
    font-weight: 600;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
}

a, .btn, .form-control, button {
    transition: 0.2s all;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
}

.btn.btn-default {
    background: #ffffff;
    border-color: #1790CE;
    color: #1790CE;
}
.btn.btn-default:hover {
    background: #1790CE;
    border-color: #1790CE;
    color: #ffffff;
}

.btn.btn-primary {
    background: #46E19D;
    border-color: #46E19D;
    color: #092C54;
}
.btn.btn-primary:hover {
    background: #092C54;
    border-color: #092C54;
    color: #ffffff;
}

@media (min-width: 768px) {
    .row.row-v-align > div {
        display: inline-block;
        vertical-align: middle;
        float: none;
        position: relative;
    }
}

header {
    position: relative;
    display: block;
}
header .header-top {
    position: relative;
    display: block;
    background: #072C56;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 700;
}
header .header-top a {
    color: #44E19C;
}
header .header-top a:hover {
    color: #ffffff;
}
header .header-top a.header-calendar {
    position: relative;
    display: inline-block;
}
header .header-top a.header-calendar i {
    margin-right: 5px;
}
header .header-top .header-social {
    position: relative;
    display: block;
    float: right;
}
header .header-top .header-social a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
header .header-top .header-social a + a {
    margin-left: 15px;
}

header .header-middle {
    position: relative;
    display: block;
    padding: 15px 0px;
}
header .header-middle .header-logo {
    position: relative;
}
header .header-middle .header-logo img {
    height: 99px;
}
header .header-middle .header-info {
    position: relative;
    display: block;
    text-align: right;
}
header .header-middle .header-info span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #5B9DAD;
}
header .header-middle .header-info span + span {
    margin-left: 25px;
}
header .header-middle .header-info span i {
    margin-right: 5px;
}

header .header-bottom {
    position: relative;
    display: block;
    background: #072C56;
    border-bottom: 1px solid #45E19A;
}
header .header-bottom .navbar.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
}
header .header-bottom .navbar.navbar-default a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

header .header-bottom .navbar.navbar-default a:hover {
    color: #45E19C;
}
header .header-bottom .navbar.navbar-default a.highlight {
    background: #45E19C;
}

header .header-bottom .navbar.navbar-default a.highlight:hover {
    color: #072C56;
}

header .header-bottom .navbar.navbar-default .desktop-dropdown > .desktop-dropmenu {
    display: none;

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background: #34D08B;
    padding: 0px;
    min-width: 300px;
}
header .header-bottom .navbar.navbar-default .desktop-dropdown > .desktop-dropmenu.sub {
    background: #23B172;
}
header .header-bottom .navbar.navbar-default .desktop-dropdown.dd-right > .desktop-dropmenu {
    top: 0;
    left: 100%;
}
header .header-bottom .navbar.navbar-default .desktop-dropdown > .desktop-dropmenu a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
header .header-bottom .navbar.navbar-default .desktop-dropdown > .desktop-dropmenu a i {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 24px;
}
header .header-bottom .navbar.navbar-default .desktop-dropdown > .desktop-dropmenu a:hover {
    color: #072C56;
}
header .header-bottom .navbar.navbar-default .desktop-dropdown > .desktop-dropmenu > li {
    display: block;
    position: relative;
}
header .header-bottom .navbar.navbar-default .desktop-dropdown:hover > .desktop-dropmenu {
    display: block;
}

footer {
    position: relative;
    display: block;

    background: url('../image/custom/ftbg.jpg');
    background-position: center center;
    background-size: cover;
    color: #ffffff;

    padding: 30px 0px;
}

footer .footer-main {
    position: relative;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
}
footer .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
footer .footer-logo img {
    height: 80px;
}
footer .footer-name {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #74A6D9;
    margin-bottom: 20px;
}
footer .footer-description {
    position: relative;
    display: block;
    font-size: 11px;
}
footer ul.footer-contact li {
    position: relative;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 7px;
}
footer ul.footer-contact li i {
    color: #44E298;
}

footer .footer-title {
    position: relative;
    display: block;
    color: #46E19D;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 20px;
}
footer ul.footer-menu {
    position: relative;
    border-left: 1px solid #ffffff;
    padding-left: 20px;
}
footer ul.footer-menu a {
    position: relative;
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 10px;
}
footer ul.footer-menu a:hover {
    color: #46E19D;
}


footer .footer-copy {
    position: relative;
    display: block;
    padding-top: 30px;
    font-size: 12px;
}
footer .footer-copy  a {
    color: #46E19D;
}
footer .footer-copy  a:hover {
    color: #ffffff;
}


.home-slider {
    position: relative;
    display: block;
    border-bottom: 1px solid #46E19D;

    margin-bottom: 20px;
}

.home-description {
    position: relative;
    display: block;
    padding: 50px 0px;
}
.home-description img {
    float: left;
    position: relative;
    margin-right: 40px;
    margin-bottom: 40px;
    max-width: 51%;
}
.home-description .caption {
    position: relative;
    display: block;
}
.home-description .caption .t {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 50px;
    color: #072C56;
    line-height: 50px;
    margin-bottom: 30px;
}
.home-description .caption .c {
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    color: #03C2EF;
}
.home-description .caption .c  i {
    margin-right: 10px;
}
.home-description .caption p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.home-services {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.home-services .hs-block {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.home-services .hs-block img {
    opacity: 1;
    transition: 0.2s all;
    border-radius: 10px;
}
.home-services .hs-block .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    color: #ffffff;
    transition: 0.2s all;

    background: rgba(7, 44, 85, 0.7);
}
.home-services .hs-block .caption b {
    font-weight: 900;
}
.home-services .hs-block:hover img {
    opacity: 0.7;
}
.home-services .hs-block:hover .caption {
    color: #45E19C;
}
.home-services .owl-nav {
    margin: 0;
    padding: 0;
}
.home-services .owl-carousel.owl-theme .owl-nav .owl-next,
.home-services .owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);
    background: #072C56;
    font-size: 30px;
    padding: 6px 20px !important;
    border-radius: 10px;
    color: #ffffff;
    opacity: 1;
}
.home-services .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 30px;
}
.home-services .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 30px;
}
.home-services .owl-carousel.owl-theme .owl-nav .owl-next:hover,
.home-services .owl-carousel.owl-theme .owl-nav .owl-prev:hover {
    background: #45E19C;
}
.home-services .owl-carousel.owl-theme .owl-nav .owl-next.disabled,
.home-services .owl-carousel.owl-theme .owl-nav .owl-prev.disabled {
    opacity: 0;
}


.home-icons {
    position: relative;
    display: block;
    padding: 20px 0px;
}
.home-icons .text {
    position: relative;
    font-size: 50px;
    color: #0A2D57;
    font-weight: 700;
    line-height: 50px;
}
.home-icons .text span {
    color: #45E19A;
}
.home-icons .h-icon {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.home-icons .h-icon .i {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding-bottom: 15px;
}
.home-icons .h-icon .i img {
    position: relative;
    height: 110px;
    z-index: 2;
}
.home-icons .h-icon .i:before {
    content :"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    border-radius: 10px;
    background: #74A7D6;
    z-index: 1;
}
.home-icons .h-icon .t {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #062D58;
}
.home-icons .h-icon .p {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.home-icons .h-icon .b {
    position: relative;
    display: block;
    font-size: 14px;
    color: #062D58;
    font-weight: 600;
}
.home-icons .h-icon .b a {
    position: relative;
    display: inline-block;
    float: right;
    text-decoration: underline;
    color: #062D58;
}
.home-icons .h-icon .b a:hover {
    color: #45E19A;
}


.home-extraz {
    position: relative;
    display: block;
    padding: 50px 0px;

    background: url('../image/custom/extraz.png');
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-extraz img {
    float: right;
    position: relative;
    margin-left: 40px;
    margin-bottom: 40px;
    max-width: 45%;
}
.home-extraz .caption {
    position: relative;
    display: block;
    padding-top: 154px;
}
.home-extraz .caption .t {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 17px;
    color: #46E19D;
}
.home-extraz .caption .s {
    position: relative;
    display: block;
    font-size: 36px;
    color: #072C56;
    font-weight: 500;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.home-extraz .caption .p {
    position: relative;
    display: block;
    margin-bottom: 60px;
    font-size: 14px;
    font-weight: 500;
}
.home-extraz .caption .btn.btn-primary {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px;
}

.home-reviews {
    position: relative;
    display: block;
    padding: 80px 0px;
    background: #E2E6E9;
    color: #06305A;
}
.home-reviews .hr-review {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 25px;
    padding: 15px 25px;
    text-align: center;
}
.home-reviews .hr-review p {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.home-reviews .hr-review .author {
    position: relative;
    display: block;
    margin-top: 15px;
    font-weight: 700;
    font-size: 13px;
}
.home-reviews .owl-carousel.owl-theme .owl-dots .owl-dot span {
    transition: 0.2s all;
}
.home-reviews .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #06305A;
}


.home-spec {
    position: relative;
    display: block;
    padding: 20px 0px;
    background: #E2E6E9;
    color: #06305A;
}
.home-spec .spec-el {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.home-spec .spec-el img {
    height: 100px;
}
.home-spec .spec-el .t {
    font-weight:300;
    font-size: 20px;
}
.home-spec .spec-el .s {
    font-weight: 700;
    font-size: 14px;
}



.home-blog {
    position: relative;
    display: block;
    padding: 90px 0px;

    color: #ffffff;
    background: url('../image/custom/hb.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-blog .t {
    position: relative;
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
}
.home-blog .hb-article {
    position: relative;
    display: block;
}
.home-blog .hb-article .name {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
}
.home-blog .hb-article p {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 12px;
}
.home-blog .hb-article .b {
    position: relative;
    display: block;
    margin-top: 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
}
.home-blog .hb-article .name:hover,
.home-blog .hb-article .b:hover {
    color: #44DF9C;
}


.breadcrumb {
    background: none;
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb a {
    color: #1891CE;
}
.breadcrumb a:hover {
    color: #072C56;
}

h1.page-header {
    padding: 0;
    margin: 0;
    border: none;
    color: #072C56;
    margin-bottom: 30px;
}

.row.categories-big {
    margin-left: -4px;
    margin-right: -4px;
}
.row.categories-big > div {
    padding-left: 4px;
    padding-right: 4px;
}

.category-big {
    position: relative;
    display: block;
    margin-bottom: 8px;
}
.category-big img {
    opacity: 1;
    transition: 0.2s all;
}
.category-big span {
    position: absolute;
    display: block;
    top: 15px;
    left: 15px;
    font-size: 30px;
    color: #44DF9C;
    transition: 0.2s all;
}
.category-big:hover span {
    color: #072C56;
}
.category-big:hover img {
    opacity: 0.7;
}


.category-subs {
    position: relative;
    display: block;
}
.category-subs > .row {
    margin-left: -4px;
    margin-right: -4px;
}
.category-subs > .row > div {
    padding-left: 4px;
    padding-right: 4px;
}
.category-subs a {
    position: relative;
    display: block;
    margin-bottom: 8px;
}
.category-subs a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;


    background: rgba(7, 44, 85, 0.95);
    padding: 10px 0px;


    height: 50px;

    opacity: 0.5;
    transition: 0.5s all;
}
.category-subs a:hover span {
    height: 100%;
    opacity: 1;
}
.category-subs a b {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #ffffff;
    transition: 0.5s all;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.category-subs a:hover b {
    color: #45E19C;
}

.product-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-box .image {
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.product-box .title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #777777;
    height: 44px;
    overflow: hidden;
    margin-bottom: 5px;
}
.product-box .price {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 5px 0px;
    color: #072C56;
}
.product-box .price .price-old {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    text-decoration: line-through;
    font-size: 13px;
    vertical-align: middle;
    color: #aaaaaa;
}
.product-box .caption {
    position: relative;
    display: block;
}
.product-box .caption .det {
    position: absolute;
    top: 0;
    left: 30%;
    opacity: 0;
    transition: 0.2s all;

    bottom: 0;
    width: 100%;
    background: rgba(7, 44, 85, 0.8);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 5px 15px;
}
.product-box .caption .det:hover {
    background: #45E19C;
}
.product-box:hover .caption .det {
    left: 0;
    opacity: 1;
}

.pagination {
    border-radius: 0;
    border-color: #dddddd;
}

.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>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #45E19C;
    border-color: #45E19C;
    color: #072C56;
}
.pagination>li>a, .pagination>li>span {
    color: #000000;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background: #072C56;
    border-color: #072C56;
    color: #45E19C;
}

.product-page h1.page-header {
    font-size: 28px;
    margin-bottom: 0px;
}

.product-price {
    position: relative;
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
}
.product-price .price-old {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 16px;
    text-decoration: line-through;
    color: #999999;
}

.product-description {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 24px;

    margin-bottom: 30px;
}
#button-cart {
    font-size: 20px;
    text-transform: uppercase;
}



header .header-cart > button {
    position: relative;
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    min-width: 125px;
    padding: 8px 15px;
    background: none;
    border: none;
}
header .header-cart > button:hover {
    background: none;
}
header .header-cart > button .top,
header .header-cart > button .bottom {
    position: relative;
    display: block;
}
header .header-cart > button .top {
    font-weight: 600;
    color: #072C56;
}
header .header-cart > button .bottom {
    font-weight: 400;
    color: #000000;
}
header .header-cart > button i {
    float: left;
    color: #44E19C;
    font-size: 23px;
    margin-right: 4px;
    margin-top: -2px;
}
header .header-cart > button #cart-total {
    position: absolute;
    top: -3px;
    left: 26px;
    background: #2697D1;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    padding: 3px;
    border-radius: 100%;
    text-align: center;
    width: 16px;
    height: 16px;
}


.header-cart-empty {
    position: relative;
    display: block;
    padding: 25px 25px;
    text-align: center;
}
.header-cart .header-dropdown-inner {
}
.header-cart .header-dropdown-wrap {
    min-width: 500px;
}
.header-dropdown-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    padding-top: 15px;

    text-align: left;

    z-index: 5;
}
.header-dropdown-inner {
    position: relative;
    display: block;
    background: #ffffff;

    -webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.26);
    box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.26);
    padding: 15px;

}
.header-dropdown-inner:before {
    content: "";
    position: absolute;
    right: 25px;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #ffffff;
}


.max-scroll .table>tbody>tr>td,
.max-scroll .table>tbody>tr>th,
.max-scroll .table>tfoot>tr>td,
.max-scroll .table>tfoot>tr>th,
.max-scroll .table>thead>tr>td,
.max-scroll .table>thead>tr>th {
    border-top: none;
    border-bottom: 1px solid #ddd
}

.max-scroll .btn.btn-danger {
    background: #d6d6d6;
    border-color: #d6d6d6;
    border-bottom: 1px solid #999;
    color: #333;
    box-shadow: none;
    text-shadow: none
}

.max-scroll .btn.btn-danger:hover {
    color: #fff;
    background: #000
}

.max-scroll .table a {
    font-weight: 600;
    color: #000
}

.max-scroll .table a:hover {
    color: #E91E63
}

.max-scroll .table td {
    vertical-align: middle
}

.max-scroll .table.table-total>tbody>tr>td,
.max-scroll .table.table-total>tbody>tr>th,
.max-scroll .table.table-total>tfoot>tr>td,
.max-scroll .table.table-total>tfoot>tr>th,
.max-scroll .table.table-total>thead>tr>td,
.max-scroll .table.table-total>thead>tr>th {
    border: none
}

.max-scroll .table.table-total tr td {
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0
}

.max-scroll .table.table-total tr:nth-last-child(1) td {
    padding-top: 15px;
    font-size: 18px
}
.header-dropdown-inner .btn.btn-primary {
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 16px;
}



#atc-modal {
	color: #000000;
}

#atc-modal .modal-content {
	border-radius: 0;
}

#atc-modal .modal-header .modal-title {

	font-weight: 400;
	font-size: 20px;

	position: relative;
}
#atc-modal .modal-header {
	border: none;

	background: #111111;
	color: #ffffff !important;
}
#atc-modal .modal-header .modal-title {
	color: #ffffff;
}

#atc-modal #atc_product_image {
	max-height: 150px;
}
#atc-modal #atc_product_name {
	font-weight: 600;
	color: #ffffff;
}
#atc-modal #atc_product_name:hover {
	color: #444444;
}
#atc-modal #atc_product_price {
	position: relative;
	display: block;
	font-size: 24px;
	color: #B90E0E;
	font-weight: 600;
	margin-bottom: 2px;
}
#atc-modal #atc_product_price  .old-price {
	font-size: 14px;
	text-decoration: line-through;
	color: #999999;
	vertical-align: top;
	font-weight: 400;
}
#atc-modal #atc_product_quantity {
	font-size: 15px;
	position: relative;
	display: block;
	margin-bottom: 26px;
}
#atc-modal .atc_cart_tot {

	position: relative;
	display: block;
	font-size: 18px;
	color: #aaaaaa;
}
#atc-modal .atc_cart_tot b {
	color: #ffffff;
}
#atc-modal .modal-footer {
	border: none;
	text-align: center;
}
#atc-modal .modal-footer .btn.btn-default {
	font-size: 14px;
}
#atc-modal .atc_total_produse {
	font-size: 14px;
	position: relative;
	font-weight: 700;
}
#atc-modal .atc_total_produse b {
	font-weight: 400;
}

#atc-modal .atc_cat_produse {
	font-size: 14px;
	position: relative;
	font-weight: 400;
}
#atc-modal .atc_cat_produse b {
	font-weight: 400;
	text-decoration: underline;
}

#atc-modal span.or {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}
#atc-modal .modal-footer {
	padding-top: 25px;
	padding-bottom: 25px;
}

#atc-modal .te-ar-putea-interesa-si {
	position: relative;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}


.atc-product {
	position: relative;
	display: block;
	min-height: 75px;
	font-size: 14px;

	opacity: 1;
	transition: 0.2s all;
}
.atc-product:hover {
	opacity: 0.5;
}

.atc-product .t {
	font-weight: 600;
	color: #000000;
}
.atc-product .s {
	font-weight: 400;
	color: #444444;
}
.atc-product .p {
	font-weight: 700;
	color: #B90E14;
}
.atc-product .p .p-o {
	color: #666666;
	text-decoration: line-through;
	font-weight: 300;
}
.atc-product img {
	margin-right: 7px;
}

@media (max-width: 767px) {
	#atc-modal .modal-header .modal-title {
		font-size: 15px;
	}
	#atc-modal #atc_product_image {
		float: none !important;
		display: block;
		margin: 0 auto;
		margin-bottom: 16px;
	}
	#atc-modal .modal-footer {
		text-align: center;
	}
	#atc-modal .modal-footer .btn {
		margin-top: 5px;
		display: block;
		width: 100%;
	}
	.modal-footer .btn+.btn {
		margin-left: 0;
	}
}


#atc-modal .modal-content {
	border: none;
	border-radius: 8px;
}
#atc-modal .modal-header {
	background: #072C56;
	color: #ffffff;
	border-radius: 8px;
}
#atc-modal .modal-header .modal-title {

	font-size: 20px;
}
#atc-modal .te-ar-putea-interesa-si {

	font-size: 26px;
	color: #072C56;
	font-weight: 400;
}
.atc-product .p {
	color: #072C56;
}
.atc-product .t {

    color: #000000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.atc-product .s {
	font-size: 12px;
}
#atc-modal .modal-footer .btn.btn-primary.btn-back {
	background: #DDDDDD;
	border-color :#DDDDDD;
	border-bottom: 2px solid #bbbbbb;
	color: #666666;
}
#atc-modal .modal-footer .btn.btn-primary.btn-back:hover {
	background: #000000;
	border-bottom-color: : #000000;
	color: #ffffff;
}


#atc_product_image {
	display: inline-block;
	vertical-align: middle;
    max-height: 68px !important;
	margin-right: 15px;
	border-radius: 8px;
	background: #ffffff;
	/* float: left; */
}
.atc_lv {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.article-box {
    position: relative;
    display: block;
    border: 1px solid #072C56;
    padding: 15px;
    margin-bottom: 30px;
}
.article-box .title {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #072C56;
}
.article-box .date-added {
    font-size: 12px;
}
.article-box .description {
    position: relative;
    display: block;
    font-size: 12px;
    margin: 10px 0px;
}

.article-pagination {
    margin-bottom: 15px;
}

.article-categories {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.article-categories .t {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}


.article-review {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
}
.article-review .t {
    position: relative;
    display: block;
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.article-review .required {
    color: red;
}
.article-review .btn-review {

    margin-top: 15px;
    margin-bottom: 15px;
}
.main-article-image {
    margin-left: 15px;
    margin-bottom: 15px;
}

@media (max-width: 1750px) {
    .img-fflud {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    header .header-middle .header-info span {
        display: block;
        text-align: left;
    }
    header .header-middle .header-info span + span {
        margin-left: 0;
    }

    .home-description .caption .t {
        font-size: 29px;
        line-height: 31px;
    }

    .home-description .caption .c {
        font-size: 16px;
    }

    .home-description .caption p {
        font-size: 14px;
        line-height: 18px;
    }

    .home-description .caption .t {
        margin-bottom: 12px;
    }
    .home-description .caption p {
        margin-top: 12px;
    }

    .home-icons .h-icon .t {
        font-size: 16px;
    }
    .home-icons .h-icon .p {
        font-size: 12px;
    }

    .home-spec .spec-el .t {
        font-size: 12px;
    }
    .home-spec .spec-el .s {
        font-size: 12px;
    }
    .home-blog {
        padding: 20px 0px;
    }
    .home-blog .hb-article .name {
        font-size: 14px;
        font-weight: 700;
    }
    .home-blog .hb-article p {
        font-size: 11px;
    }
    .home-blog .t {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    header .header-top {
        padding: 2px 0px;
        font-size: 12px;
    }
    header .header-top .header-social a {
        font-size: 14px;
    }
    header .header-middle .header-logo img {
        height: 51px;
    }

    header .header-cart > button {

    }
    header .header-middle {
        padding: 4px 0px;
    }
    header .header-middle .header-info span {
        font-size: 12px;
        text-align: right;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #45E19A;
    }
    .header-bottom .navbar-toggle {
        float: none;
    }
    header .header-bottom .navbar.navbar-default a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    header .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }

    header .navbar-default .navbar-nav>.open>a,
    header .navbar-default .navbar-nav>.open>a:focus,
    header .navbar-default .navbar-nav>.open>a:hover {
        background: none;
    }

    header .header-cart {
        position: absolute;
        top: 13px;
        right: 0px;
        z-index: 1;
    }
    header .header-cart > button .bottom,
    header .header-cart > button .top {
        color: #ffffff;
    }
    .header-cart .header-dropdown-wrap {
        min-width: 300px;
        max-width: 300px;
        width: 300px;
        right: 5px;
    }

    .home-description img {
        max-width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
    .home-description {
        padding: 10px 0px;
    }
    .home-description .caption .t {
        font-size: 27px;
        line-height: 25px;
    }
    .home-description .caption p {
        text-align: justify;
    }
    .home-icons .text {
        font-size: 47px;
    }

    .home-icons .h-icon {
        text-align: center;
    }
    .home-icons .h-icon .i img {
        height: 70px;
    }
    .home-icons .h-icon .b a {
        float: none;
    }

    .home-extraz {
        padding: 10px 0px;
    }
    .home-extraz img {
        float: none;
        max-width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .home-reviews .hr-review p {
        font-size: 12px;
    }
    .home-reviews {
        padding: 10px 0px;
    }
    .home-blog .hb-article {
        margin-bottom: 20px;
    }

    .breadcrumb {
        display: none;
    }
    h1.page-header {
        font-size: 20px;
    }
    .product-box .title {
        font-size: 11px;
    }
    .product-box .caption .det {
        font-size: 12px;
        top: auto;
    }
}
