/* Main Settings */
* {
    outline:none;
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding !important;
    background-clip: padding-box !important;
}

html, body {
    height: 100%;
}

body {
    direction: ltr;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #4e515e;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

a {
    text-decoration: none;
}

button{
    cursor: pointer;
}

ul, li, p{
    margin:0px;
    padding: 0px;
}


/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

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

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* end WordPress Core */


/* Bootstrap theme */

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 1px 8px;
    background-color: #ecf2f6;
    border: 0;
}

.carousel-indicators .active {
    margin: 1px 8px;
    background-color: #babbc0;
    border: 0;
}

/* end Bootstrap */


/* Animation for the header */

@-webkit-keyframes landingHeaderAnimation { 
    0% {
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        -webkit-transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {  }
}
@-moz-keyframes landingHeaderAnimation { 
    0% {
        -moz-animation-timing-function: ease-in;
    }
    8% {
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    17% {

        -moz-transform: scale(1.1);
    }
    50% {

        -moz-transform: scale(1.1);
    }
    100% {  }
}
@-o-keyframes landingHeaderAnimation { 
    0% {

        -o-animation-timing-function: ease-in;
    }
    8% {

        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }
    17% {

        -o-transform: scale(1.1);
    }
    50% {

        -o-transform: scale(1.1);
    }
    100% {  }
}
@-ms-keyframes landingHeaderAnimation { 
    0% {

        -ms-animation-timing-function: ease-in;
    }
    8% {

        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    17% {

        -ms-transform: scale(1.1);
    }
    50% {
        -ms-transform: scale(1.1);
    }
    100% {  }
}
@keyframes landingHeaderAnimation { 
    0% {

        animation-timing-function: ease-in;
    }
    8% {

        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {

        transform: scale(1.1);
    }
    50% {

        transform: scale(1.1);
    }
    100% {  }
}

/* Header */

.landing-header {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.landing-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.landing-slideshow li {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-animation: landingHeaderAnimation 40s linear infinite 0s;
    -moz-animation: landingHeaderAnimation 40s linear infinite 0s;
    -o-animation: landingHeaderAnimation 40s linear infinite 0s;
    -ms-animation: landingHeaderAnimation 40s linear infinite 0s;
    animation: landingHeaderAnimation 40s linear infinite 0s;
}

.site-title {
    margin: 0;
}

.site-title a {
    display: block;
    position: absolute;
    display: block;
    width: 260px;
    height: 90px;
    top: 0;
    left: 0;
    overflow: hidden;
    background: url(images/logo.png) 0 0 no-repeat;
    background-size: contain;
    white-space: nowrap;
    text-indent: -9999px;
    z-index: 100;
}

.site-title a:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
} 

.site-logo {
    display: block;
    display: inline-block;
    width: 220px;
    height: 70px;
    top: 0;
    left: 0;
    overflow: hidden;
    background: url(images/logo-flat.png) 0 0 no-repeat;
    background-size: contain;
    white-space: nowrap;
    text-indent: -9999px;
    z-index: 100;
}

.how-it-works-button {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);
    padding: 9px 18px;
    border-radius: 6px;
    border: 0;
  display:none;
}

.how-it-works-button:hover {
    color: #ffffff;
    background-color: #47ba6c;
}

.landing-header .how-it-works-button {
    position: absolute;
    top: 30px;
    right: 30px;
}

.landing-header > .container {
    position: absolute;
    top:50%;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
}

.search-container {
    max-width: 510px;
    padding: 20px;
    margin: auto;
    color: #ffffff;
    background: url(images/search-border.png) 50% 99% no-repeat;
    overflow: hidden;
}

.search-title {
    font-size: 30px;
    font-weight: 300;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
}

.search-field {
    display: inline-block;
    width: 84%;
    padding: 0;
    vertical-align: bottom;
    font-size: 52px;
    line-height: 70px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
    border: 0;
    background: none;
}

.search-submit {
    display: inline-block;
    width: 14%;
    height: 50px;
    padding: 0;
    color: #8a95a4;
    font-size: 40px;
    vertical-align: middle;
    background: none;
    border: 0;
}

.search-submit:hover,
.search-submit:focus {
    opacity: 0.7;
}

a.view-all-categories {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
}

a.view-all-categories:hover {
    opacity: 0.7;
    text-decoration: none;
}

.view-all-categories .circle-arrow-down {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 20px;
    background: url(images/circle-arrow-down.png) 50% 50% no-repeat;
}

.top-header {
    min-height: 70px;
    padding: 10px 100px 10px 100px;
    background: #f6fafb url(images/logo-flat.png) 0 50% no-repeat;
    background-size: 220px 70px;
    white-space: nowrap;
}

.top-header h2 {
    text-align: center;
    line-height: 50px;
}

.top-header-close {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 40px;
    font-weight: 300;
}

.top-header-close:hover,
.top-header-close:focus {
    color: #47ba6c;
}


.how-it-works {
    text-align: center;
    background: #ffffff;
}


.divCenter{
    width: 100%;
    max-width: 1274px;
    display: block;
    margin: auto;
}

/* Category Header */ 

.category-header {
    width: 100%;
    position: relative;
    text-align: center;
}

.categories-header {
    min-height: 125px;
    background-color: #ffffff;
  display:none;
}

.categories-header .site-logo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 28px 0;
}

.categories-header ul {
    width: 100%;
    height: 125px;
    margin: 0;
    padding: 0 150px 0 220px;
    list-style: none;
    overflow: hidden;
}

.categories-header ul li {
    display: inline-block;
}

.category-header ul li a {
    display: inline-block;
    line-height: 125px;
    margin: 0px 20px 0 10px;
    color: #4e515e;
    font-size: 16px;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.category-header ul li a:hover,
.category-header ul li a:focus {
    color: #000000;
    text-decoration: none;
}

.category-header ul li a:hover img {
    opacity: 0.7;
}

.category-header ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.categories-header-all {
    position: absolute;
    top: 0;
    right: 30px;
    color: #4e515e;
    line-height: 125px;
    font-weight: bold;
}

.categories-header-all span {
    color: #a6a8ae;
}

.categories-header-all:hover,
.categories-header-all:focus {
    color: #000000;
    text-decoration: none;
}


.category-search {
    min-height: 300px;
    padding: 130px 0 20px 0;
    background: #190620 url("images/header-image1.jpg") 50% 100% no-repeat;
    background-size: cover;
}

.category-search .search-field {
    font-size: 30px;
    line-height: 40px;
}

.category-search .search-submit {
    font-size: 30px;
    height: 35px;
  display:none;
}

.category-search-container {
    max-width: 100%;
    padding: 0;
    text-align: center;
    background: none;
}

.category-search-container > span {
    padding: 0 10px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    vertical-align: top;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
}

.category-search-container form {
    width: 290px;
    display: inline-block;
    padding: 0 10px 10px 10px;
    background: url("images/search-border.png") bottom center no-repeat;
    background-size: 290px;
}

.category-search .scanning-info {
    margin: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
}

.category-search .scanning-info .scanning-refresh {
    background: none;
    border: 0;
    vertical-align: middle;
}

.category-search .scanning-info .scanning-refresh:hover,
.category-search .scanning-info .scanning-refresh:focus {
    opacity: 0.7;
}


/* Category products filter */

.products-filter {
    width: 100%;
    min-width: 1290px;
    height: 80px;
    padding: 20px 30px;
    border-bottom: 1px #d9e4eb solid;
  
}

.products-filter .products-sort {
    float: left;
    text-align: left;
}

.products-filter h1 {
    height: 40px;
    line-height: 40px;
    color:#4e515e;
    font-size: 24px;
    float: left;
    font-weight: 400;
}

.products-filter .products-sort > span {
    line-height: 40px;
    padding: 0 20px;
}

.products-filter .products-sort-buttons {
    float: right;
    margin-right: 20px;
}

.products-filter .products-sort-buttons .button {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 6px;
    color: #8a95a4;
    font-size: 16px;
    line-height: 18px;
    margin-right: 25px;
    background-color: #f3f7f9;
    border: 1px solid #d9e4eb;
}

.products-sort-buttons .button:hover,
.products-sort-buttons .button:focus {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out; 
    transition: all 0.2s ease-out;
}

.products-sort-buttons .button.active {
    cursor: default;
}

.products-sort-buttons .button.Popularity {color:#fd6e5b;}
.products-sort-buttons .button.Popularity:hover,
.products-sort-buttons .button.Popularity.active {color: #ecf2f6; background-color: #fd6e5b; border-color: #fd6e5b;}

.products-sort-buttons .button.Rating {color:#faaf3a;}
.products-sort-buttons .button.Rating:hover,
.products-sort-buttons .button.Rating.active {color: #ecf2f6; background-color: #faaf3a; border-color: #faaf3a;}

.products-sort-buttons .button.ValueForMoney {color:#4cb9c0;}
.products-sort-buttons .button.ValueForMoney:hover,
.products-sort-buttons .button.ValueForMoney.active {color: #ecf2f6; background-color: #4cb9c0; border-color: #4cb9c0;}

.products-sort-buttons .button.TotalScore {color:#ac6bad;}
.products-sort-buttons .button.TotalScore:hover,
.products-sort-buttons .button.TotalScore.active {color: #ecf2f6; background-color: #ac6bad; border-color: #ac6bad;}

.products-sort-buttons .button.Price {color:#1d9c5a;}
.products-sort-buttons .button.Price:hover,
.products-sort-buttons .button.Price.active {color: #ecf2f6; background-color: #1d9c5a; border-color: #1d9c5a;}

.products-view {
    float: right;
	display:none;
}

.products-view .btn-default {
    font-size: 18px;
    color: #bec6ce;
    background-color: #f3f7f9;
    border-color: #d9e4eb;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.products-view .btn-default:hover,
.products-view .btn-default:focus,
.products-view .btn-default.active {  
    color: #4e515e;
    background-color: #e4ecf2;
    outline: none;
}



.products-item {
    min-width: 1290px;
    min-height: 200px;
    border-bottom: 1px solid #d9e4eb;
    color: #4e515e;
    padding-top: 26px;
    padding-bottom: 26px;
}

.products-item .imgProduct {
    display: inline-block;
    width: 148px;
    height: 148px;
    margin-right: 40px;
    vertical-align: middle;
}

.products-item .title {
    display: inline-block;
    width: 220px;
    font-size: 24px;
    line-height: 1em;
    font-weight: 300;
    vertical-align: middle;
}

.products-item .title span {
    display: block;
    font-size: 16px;
}

.products-item .params {
    display: inline-block;
    width: 560px;
    vertical-align: middle;
}

.products-item .params span {
    display: inline-block;
    width: 100%;
    max-width: 130px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.products-item .params > span {
    display: inline-block;
    min-height: 75px;
    margin: 0px;
    vertical-align: middle;
}

.products-item .params span span {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    background-image: url("images/sprite-params.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.products-item .params span span.popularity {background-position: 0 0;}
.products-item .params span span.rating {background-position: -50px 0;}
.products-item .params span span.valueForMoney {background-position: -100px 0;}

.products-item .params span span.popularity:hover {background-position: 0 -50px;}
.products-item .params span span.rating:hover {background-position: -50px -50px;}
.products-item .params span span.valueForMoney:hover {background-position: -100px -50px;}

.products-item .params span span.TotalScore{
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    background: url("images/TotalScore.png")no-repeat;
    background-position: top center;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}

.products-item .viewOn {
    float: right;
    width: 240px;
    color: #8a95a4;
    font-size: 14px;
}

.products-item .viewOn .buttonBuy {
    width: 100%;
    height:57px;
    background: #53d37e;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    margin: 50px 0px;
    position: relative;
    text-align: right;
    padding-right: 64px;
}

.products-item .viewOn .buttonBuy > span {
    position: absolute;
    top: 15px;
    left: 120px;
}
.products-item .viewOn .buttonBuy > span:first-child {
    font-size: 12px;
    color: #2e8a4f;
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
}
.products-item .viewOn .buttonBuy > img {
    height: 18px;
    position: absolute;
    top: 27px;
    left: 10px;
}
.products-item .viewOn .buttonBuy .showMore {
    width: 47px;
    height: 57px;
    display: none;
    float: right;
    background: #47ba6c url("images/arrowButtonBuy.png") no-repeat;
    background-position: center center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.products-item .viewOn .buttonBuy:hover .morePrices {
    display: inline-block;
}
.products-item .viewOn .buttonBuy .morePrices {
  /*  width: 100%; */
    min-height: 150px;
    position: absolute;
    top: 53px;
    left: 0px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px #000;
    display: none;
    z-index: 100;
}
.products-item .viewOn .readMore{
    float: right;
    color: #8a95a4;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 10px;
}
.textArea{
    background: #ecf2f6;
}
.textAreaTitle,
.listProductsTitle{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #e0e6e9;
    color:#95a0ad;
    padding: 0px 20px;
    display: inline-block;
}
.textAreaTitle span,
.listProductsTitle a{
    float: right;
    font-size: 16px;
    color: #95a0ad;
}
.textAreaContent,
.listProducts{
    width: 100%;
    display: inline-block;
    background: #ecf2f6;
    padding: 32px;
    color: #8a95a4;
}
.item.small {
    width: 100%;
    max-width: 292px;
    height: 426px;
    background: #fff;
    border: 1px #d9e4eb solid;
    float: left;
    padding: 20px;
    margin: 10px;
    margin-left: 0px;
}
.item.small .imgProduct{
    margin-bottom: 20px;
}
.item.small .viewOn{
    max-width: 100%;
    margin-top: 10px;
}
.item.small .viewOn .buttonBuy{
    margin-top: 10px;
}
.item.small span.TotalScore {
    float: right;
    margin-left: -35px;
}





/* Main categories */

.main-categories:first-child {
    margin-top: 80px;
}

.main-categories:last-child {
    margin-bottom: 40px;
}

.main-category {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-category a {
    display: block; 
    position: relative; 
    overflow: hidden; 
    background-color: #000000;
}

.main-category img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out; 
    transition: all 0.2s ease-out;
}

.main-category a:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.05); 
    transform: scale(1.05);
}

.main-category.active a {
    background: #ffffff;
}

.main-category.active img {
    opacity: 0.5;
}

.main-category.active .main-category-inner {
    display: none;
}

.main-category-inner {
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    font: 0/0 a; 
    text-align: center;
}

.main-category-inner:before {
    content: ' '; 
    display: inline-block; 
    height: 100%; 
    vertical-align: middle;
}

.main-category-title {
    position: relative; 
    display: inline-block; 
    padding-right: 20px; 
    font-size: 24px; 
    line-height: 1.2em; 
    font-family: 'Open Sans', sans-serif; 
    font-weight: bold; 
    color: #ffffff; 
    text-align: center; 
    vertical-align: middle; 
    text-shadow: 1px 1px 10px #000000;
}


/* Sub categories */

.sub-categories {
    position: relative;
    margin: 20px 0 40px 0;
    padding: 0 0 30px 0;
    border-top: 2px solid #ecf2f6;
    background: #ffffff;
}

.sub-categories-arrow {
    position: absolute;
    top: -12px;
    left: 50px;
    width: 20px;
    height: 20px;
    background: #ecf2f6;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sub-categories-arrow:after {
    position: absolute;
    display: block;
    content: " ";
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #ffffff;
}

.sub-categories > h3 {
    position: relative;
    width: 100%;
    padding-top: 30px;
    color: #4e515e;
    background: #ffffff;
    z-index: 0;
}

.sub-categories .item {
    border-bottom: 0;
}

.sub-categories .carousel-indicators {
    bottom: -60px;
}

.sub-categories .sub-category {
    margin-bottom: 20px;
    color: #4e515e;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.sub-categories .sub-category:hover {
    color: #000000;
    text-decoration: none;
}

.sub-categories .sub-category img {
    opacity: 1;
}

.sub-categories .sub-category:hover img {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.sub-categories .sub-category-title {
    width: 100%;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Footer */

body > footer {
    clear: both;
    margin-top: 40px;
    padding-top: 30px;
    color: #8a95a4;
    background: #f3f7f9;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4em;
}

body > footer .container {
    overflow: hidden;
}

body > footer h3 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #4e515e;
    font-weight: normal;
}

body > footer a {
    color: #8a95a4;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

body > footer a:hover {
    color: #47ba6c;
}

body > footer ul {
    list-style: none;
}

body> footer .footer-about,
body> footer .footer-categories {
    margin-bottom: 40px;
}

body> footer .footer-categories ul {
    -webkit-columns: 150px 2;
    -moz-columns: 150px 2;
    columns: 150px 2;
}

body > footer .footer-join-newsletter {
    margin: 10px 0;
}

body > footer .footer-join-newsletter input {
    height: 28px;
    width: 100%;
    line-height: 28px;
    padding: 0 10px;
    margin-right: -44px;
    background: #ffffff;
    border: 1px solid #dde5eb;
    border-radius: 4px;
}

body > footer .footer-join-newsletter button {
    height: 28px;
    width: 40px;
    padding: 0;
    line-height: 26px;
    color: #ffffff;
    font-size: 16px;
    background: #4e515e;
    border: 1px solid #dde5eb;
    border-radius: 4px;
}

body > footer .footer-join-newsletter button:hover {
    background: #47ba6c;
}

body > footer .footer-social {
    margin: 20px 0;
}

body > footer .footer-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    opacity: 0.5;
    background: url(images/sprite-footer-social.png) 0 0 no-repeat;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

body > footer .footer-social a:hover {
    opacity: 1;
}

body > footer .footer-social .fb {background-position: 0 0;}
body > footer .footer-social .ln {background-position: -36px 0;}
body > footer .footer-social .tw {background-position: -72px 0;}
body > footer .footer-social .yt {background-position: -108px 0;}

body > footer .copyright {
    clear: both;
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
}

@media (min-width: 1400px) {
    .container {width: 1290px;}
}

@media screen and (min-width: 992px) {

}

@media (min-width: 992px) and (max-width:1200px) {

}

@media (min-width: 768px) and (max-width:991px) {
    
}

@media (max-width:991px) {
    .main-category {padding: 0 2px;}
    .main-category-title {font-size: 20px;}
}

@media (max-width: 767px) {
    body > footer .footer-categories {clear: both}
}