@font-face {
    font-family: 'SofiaProSoft';
    src: url('SofiaProSoft.eot');
    src: local('SofiaProSoft'),
        url('../fonts/SofiaProSoft.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaProSoft.woff2') format('woff2'),
        url('../fonts/SofiaProSoft.woff') format('woff'),
        url('../fonts/SofiaProSoft.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'MetaSerifPro';
    src: url('MetaSerifPro-Medium.eot');
    src: local('MetaSerifPro-Medium'),
        url('../fonts/MetaSerifPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MetaSerifPro-Medium.woff2') format('woff2'),
        url('../fonts/MetaSerifPro-Medium.woff') format('woff'),
        url('../fonts/MetaSerifPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'MetaSerifProBold';
    src: url('MetaSerifPro-Bold.eot');
    src: local('MetaSerifPro-Bold'),
        url('../fonts/MetaSerifPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MetaSerifPro-Bold.woff2') format('woff2'),
        url('../fonts/MetaSerifPro-Bold.woff') format('woff'),
        url('../fonts/MetaSerifPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MetaSerifProBlack';
    src: url('MetaSerifPro-Black.eot');
    src: local('MetaSerifPro-Black'),
        url('../fonts/MetaSerifPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MetaSerifPro-Black.woff2') format('woff2'),
        url('../fonts/MetaSerifPro-Black.woff') format('woff'),
        url('../fonts/MetaSerifPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
:root{
  	--font: 'SofiaProSoft', sans-serif;
  	--font-bold: 'MetaSerifProBold', sans-serif;
  	--font-black: 'MetaSerifProBlack', sans-serif;
}
.separate-containers .site-main {margin: 0 !important;}
.breadcrumb {background: transparent;}
.tax-categories_pro .breadcrumb {margin-bottom: 0;}
.tax-categories_pro .breadcrumb a span {color: #004eae; font-weight: 500}
.tax-categories_pro .breadcrumb, .tax-categories_pro .breadcrumb span {color: #676b6e;}
.tax-categories_pro .breadcrumb span {margin: 0 3px;}
#page-cs {
	font-family: 'SofiaProSoft', sans-serif;
    color: #525763;
}
#page-cs .introduce {
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
#page-cs .page-title {
	font-size: 48px;
    line-height: 56px;
    margin: 30px 0 20px;
    font-family: var(--font-black);
    color: #32353d;
}
#page-cs .sub-title {
    font-size: 32px;
    text-align: center;
    font-family: var(--font-bold);
    color: #32353d;
    margin: 30px auto;
}
#page-cs .introduce .desc {
	font-size: 24px;
	line-height: 32px;
}
#page-cs .list-prds {margin: 25px 0;}
#page-cs .item-prd {
	border: .5px solid rgba(164,173,191,.5);
    border-radius: 8px;
    background-color: rgba(250,250,250,.4);
    margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
    align-items: flex-start;
	justify-content: space-between;
}
#page-cs .item-prd .prd-desc {width: calc(100% - 640px); padding: 40px 0;}
#page-cs .item-prd .prd-left {width: 260px; padding: 40px; text-align: center;}
#page-cs .item-prd .prd-right {width: 380px; padding: 40px; text-align: center;}
#page-cs .item-prd .prd-title {margin: 30px 0 5px;}
#page-cs .item-prd .prd-title a {
    font-family: var(--font-black);
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: block;
    color: #32353d;
}
#page-cs .item-prd .review {
    color: #676b6e;
    font-size: 12px;
    text-decoration: underline;
}
#page-cs .item-prd .advance ul, #page-cs .item-prd .intro {
	margin: 0;
	list-style-type: none;
    padding-left: 0;
    padding-inline-start: 25px;
}
#page-cs .item-prd .intro {padding-inline-start: 0}
#page-cs .item-prd .intro li {
    display: inline-block;
    padding: 5px 7px;
    position: relative;
    color: #676b6e;
    font-size: 14px;
    line-height: 20px;
}
#page-cs .item-prd .intro li:first-child {padding-left: 0;}
#page-cs .item-prd .intro li:last-child {padding-right: 0;}
#page-cs .item-prd .intro li:not(:last-child):after {
    position: absolute;
    content: '/';
    top: 50%;
    right: -3px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#page-cs .item-prd .advance ul{
    max-height: 122px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}
#page-cs .item-prd .advance ul.active {max-height: none;}
#page-cs .item-prd .advance h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0;
	color: #32353d;
	font-weight: bold;
}
#page-cs .item-prd .advance li {
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #676b6e;
    list-style-image: url(../images/ic_check_green.svg);
}
#page-cs .view-more, #page-cs .view-less {
    font-size: 12px;
    font-weight: 600;
    color: #2a7de1;
    text-decoration: underline;
    display: block;
}
#page-cs .btn-compare, #page-cs .btn-added {
    margin: 25px auto;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #2a7ce1;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    display: block;
}
#page-cs .btn-compare img, #page-cs .btn-added img {
    max-width: 18px;
    margin-right: 5px;
    vertical-align: top;
}
#page-cs .btn-added {color: #288f79;}
.opc-5 {opacity: 0.5 !important}
.btn-cs {
    display: block;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 100px!important;
    font-weight: bold;
}
.btn-cs:hover, .btn-cs:focus, .btn-cs:visited {color: #fff !important;}
.item-prd .rating {
    color: #858991;
    font-size: 14px;
}
.item-prd .rate-cs {
    display: inline-block;
    margin-left: 7px;
    height: 14px;
    width: 80px;
    position: relative;
    background: url(../images/ic_star.svg) repeat center/16px 14px;
}
.item-prd .rate-cs span {
    position: absolute;
    max-width: 100%;
    content: '';
    height: 14px;
    top: 0;
    left: 0;
    background: url(../images/ic_star-full.svg) repeat left/16px 14px;
}
.item-prd .comentario {
    max-width: 80%; 
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
}
#page-cs .page-content {
    margin: 30px 0;
    clear: both;
}
#page-cs .sub-cates {margin: 60px auto; width: 100%;}
#page-cs .sub-cates .sub-content {position: relative;}
#page-cs .sub-cates .note {
    font-size: 12px;
    line-height: 18px;
    margin: 100px auto 20px;
    position: relative;
    padding-top: 10px;
    padding-left: 30px;
    max-width: 50%;
}
#page-cs .sub-cates .note img {
    position: absolute;
    top: 0;
    max-width: 30px;
    left: 0;
}
#page-cs .sub-cates .list-cates {
    list-style-type: none;
    margin: 0;
    padding: 0 50px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#page-cs .sub-cates .thumb {width: 70%;}
#page-cs .trans-arrow {
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 25px 60px 25px 0;
    position: relative;
    color: #32353d;
    border-bottom: 1px solid #ddd;
}
#page-cs ul li:last-child .trans-arrow {border: none;}
#page-cs .trans-arrow img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 15px;
    -webkit-transition: all .35s ease;  
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
#page-cs .trans-arrow:hover img, #page-cs .trans-arrow:focus img {
    -webkit-transform: translate(6px, -50%);
       -moz-transform: translate(6px, -50%);
        -ms-transform: translate(6px, -50%);
         -o-transform: translate(6px, -50%);
            transform: translate(6px, -50%);
}
#page-cs .pagenavi {margin: 40px 0 60px;}
#page-cs .comparability {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#page-cs .comparability > div {
    width: 400px;
    max-width: 33.33%;
    padding: 20px 25px;
    border-right: 1px solid #ddd;
    height: 100%;
}
#page-cs .comparability > div.compare-gr {padding: 0px 25px 0px 40px;}
#page-cs .comparability > .d-flex {
    -ms-align-items: center;
    align-items: center;
}
.comparability .compare-item {
    position: relative;
    padding-right: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.comparability .compare-item .remove {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.comparability .compare-item .thumb {width: 50px;}
.comparability .compare-item .item-title {margin: 0 0 0 15px; max-width: calc(100% - 80px)}
.comparability .compare-item a {
    font-size: 16px;
    line-height: 22px;
    color: #525763;
    height: 22px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.comparability .link-compare {
    border-radius: 100px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.comparability .link-compare.disabled {cursor: not-allowed;}
.comparability .link-compare:hover, .comparability .link-compare:focus, .comparability .link-compare:visited {color: #fff !important;}
.comparability .remove:hover, .comparability .remove:focus, .comparability .remove:visited {color: red !important;}
.comparability .link-compare span {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    background: #fff;
    color: #2a7ce1;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}
#page-cs.compare-page .page-title {
    font-size: 42px;
    line-height: 52px;
    margin: 50px 0 40px;
}
#page-cs .content-cmp {margin: 20px 0 50px;}
#page-cs .cmp-head {max-width: 90%; margin: 0 auto;}
/*#page-cs .cmp-head {
    width: 100%;
    top: 40px;
    position: sticky;
    max-width: 1140px;
    margin: 0 auto;
}*/
#page-cs .cmp-head .item-prd {
    border: none;
    position: relative;
    background: transparent;
}
#page-cs .cmp-head .item-prd:first-child:after {
    position: absolute;
    content: '';
    top: 40px;
    bottom: 40px;
    right: -0.5px;
    width: 1px;
    background: #ddd;
}
#page-cs.compare-page .item-prd .prd-title a {
    font-size: 18px;
    line-height: 26px;
}
#page-cs.compare-page .item-prd .wrap-item {
    padding: 30px 80px;
    text-align: center;
}
#page-cs .cmp-head .rating {margin-bottom: 50px;}
#page-cs.compare-page .cmp-detail {margin: 30px auto 0;}
#page-cs .sec-collapse .head-collapse {
    margin: 0;
    color: #004eae;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 25px;
    position: relative;
    cursor: pointer;
    background: #eee;
}
#page-cs .sec-collapse .head-collapse:after {
    position: absolute;
    content: '';
    background: url(../images/ic_less-circle.svg) no-repeat;
    right: 25px;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
}
#page-cs .sec-collapse .desc-collapse {
    height: auto;
    overflow: hidden;
    -webkit-transition: all .35s linear;
       -moz-transition: all .35s linear;
        -ms-transition: all .35s linear;
         -o-transition: all .35s linear;
            transition: all .35s linear;
}
#page-cs .sec-collapse.closed .desc-collapse {height: 0; }
#page-cs .sec-collapse.closed .head-collapse:after {background: url(../images/ic_plus-circle.svg) no-repeat;}
#page-cs .sec-collapse {
    font-size: 16px;
    line-height: 24px;
    color: #525763;
}
#page-cs .sec-collapse label {
    background: #eff3f9;
    display: block;
    text-align: center;
    height: 100%;
    min-height: 40px;
    font-weight: 700;
    color: #32353d;
}
#page-cs .has-line-right {position: relative;}
#page-cs .has-line-right:after {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    width: 1px;
    right: -0.5px;
    background: #ddd;
}
#page-cs .circle-type {list-style-type: circle}
#page-cs ul.count-2 {
    column-count: 2;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#page-cs .sec-collapse ul.desc li {
    padding: 8px 20px;
    text-align: center;
}

@media only screen and (max-width: 1024px){
    .container {
        max-width: 96%;
        margin: 0 auto;
    }
    #page-cs .introduce .desc {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    #page-cs .sub-cates .thumb {width: 85%;}
    #page-cs .item-prd .prd-left {
        width: 230px;
        padding: 30px;
    }
    #page-cs .item-prd .prd-right {
        width: 300px;
        padding: 30px;
    }
    #page-cs .item-prd .prd-desc {
        width: calc(100% - 530px);
        padding: 30px 0;
    }
    .btn-cs {padding: 10px 15px;}
    #page-cs.compare-page .page-title {margin: 30px auto 0;}
}
@media only screen and (max-width: 991px){

}
@media only screen and (max-width: 768px){
    #page-cs .introduce .desc, #page-cs .introduce .col-md-5.text-right {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
        text-align: center !important;
    }
    #page-cs .introduce .col-md-5.text-right {margin-top: 15px;}
    #page-cs .page-title, #page-cs.compare-page .page-title {
        font-size: 38px;
        line-height: 46px;
    }
    #page-cs .sub-title {
        font-size: 24px;
        line-height: 32px;
    }
    #page-cs .sub-cates .thumb {display: none}
    #page-cs .sub-cates .list-cates {
        position: static;
        right: 0;
        top: 0;
        width: 100%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    #page-cs .sub-cates .note {
        margin: 50px auto 20px;
        max-width: 75%;
    }
    #page-cs .item-prd {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #page-cs .item-prd .prd-left {
        width: 40%;
        order:1;
    }
    #page-cs .item-prd .prd-right {
        width: 60%;
        order: 2;
    }
    #page-cs .item-prd .prd-desc {
        width: 100%;
        padding: 30px 50px;
        order: 3;
    }
    #page-cs .comparability {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: translateY(calc(100% - 52px));
           -moz-transform: translateY(calc(100% - 52px));
            -ms-transform: translateY(calc(100% - 52px));
             -o-transform: translateY(calc(100% - 52px));
                transform: translateY(calc(100% - 52px));
        -webkit-transition: all .35s linear;
           -moz-transition: all .35s linear;
            -ms-transition: all .35s linear;
             -o-transition: all .35s linear;
                transition: all .35s linear;
    }
    #page-cs .comparability.show {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    #page-cs .comparability > div {
        width: 100%;
        max-width: 100%;
    }
    #page-cs .comparability > div.compare-gr {
        order: 1;
        padding: 5px 100px 5px 25px;
        text-align: right;
        position: relative;
    }
    #page-cs .comparability .showMore {
        position: absolute;
        right: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%)  rotate(180deg);
           -moz-transform: translateY(-50%)  rotate(180deg);
            -ms-transform: translateY(-50%)  rotate(180deg);
             -o-transform: translateY(-50%)  rotate(180deg);
                transform: translateY(-50%)  rotate(180deg);
        -webkit-transition: all .35s linear;
           -moz-transition: all .35s linear;
            -ms-transition: all .35s linear;
             -o-transition: all .35s linear;
                transition: all .35s linear;
    }
    #page-cs .comparability.show .showMore {
        -webkit-transform: translateY(-50%) rotate(0);
           -moz-transform: translateY(-50%) rotate(0);
            -ms-transform: translateY(-50%) rotate(0);
             -o-transform: translateY(-50%) rotate(0);
                transform: translateY(-50%) rotate(0);
    }
    #page-cs .comparability .first-item {order: 2; padding-left: 50px;}
    #page-cs .comparability .second-item {order: 3; padding-left: 50px;}
    .d-block-991 {display: block !important}
    #page-cs .cmp-head {max-width: 100%;}
    #page-cs.compare-page .item-prd .wrap-item {padding: 20px;}
    #page-cs .cmp-head .rating {margin-bottom: 30px;}
    #page-cs .item-prd .prd-title {
        margin: 10px auto;
        max-width: 75%;
    }
    #page-cs.compare-page .item-prd .prd-title a {
        font-size: 15px;
        line-height: 22px;
        text-align: center;
    }
    #page-cs .cmp-head .item-prd .thumb {
        display: block;
        max-width: 75%;
        margin: 0 auto;
    }
    #page-cs.compare-page .cmp-detail {margin: 0 auto 30px;}
    #page-cs .desc-collapse .d-flex.desc {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #page-cs .desc-collapse .d-flex.desc > div {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    #page-cs .d-flex.desc .has-line-right:after {content: none}
    #page-cs .sec-collapse label {
        font-size: 14px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 736px){}
@media only screen and (max-width: 668px){
    #page-cs .item-prd .prd-desc {padding: 0px 30px 30px;}
}
@media only screen and (max-width: 601px){
    #page-cs .page-title, #page-cs.compare-page .page-title {
        font-size: 30px;
        line-height: 38px;
        margin: 15px 0;
    }
    #page-cs .sub-cates {margin: 30px auto;}
    #page-cs .sub-cates .list-cates {padding: 0 30px;}
    #page-cs .trans-arrow {padding: 15px 40px 15px 0;}
    #page-cs .sub-cates .note {
        margin: 30px auto 20px;
        max-width: 85%;
    }
    #page-cs .item-prd .prd-left {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }
    #page-cs .item-prd .prd-left .thumb {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    #page-cs .item-prd .prd-left .meta {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        padding: 0 20px;
        text-align: left;    
    }
    #page-cs .item-prd .prd-title a {text-align: left;}
    #page-cs .item-prd .prd-right {
        width: 100%;
        order: 3;
    }
    #page-cs .item-prd .prd-desc {
        padding: 0px 30px;
        order: 2;
    }
    #page-cs .item-prd .prd-title {margin: 10px auto 5px;}
    #page-cs .item-prd .thumb {
        display: block;
        max-width: 85%;
        margin: 0 auto;
    }
    #page-cs.compare-page .item-prd .wrap-item {padding: 20px 0;}
    #page-cs.compare-page .item-prd .prd-title a {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 568px){}
@media only screen and (max-width: 480px){
    #page-cs .comparability .first-item, #page-cs .comparability .second-item {padding: 15px 20px;}
    #page-cs .cmp-head .item-prd .thumb, #page-cs .item-prd .prd-title {max-width: 100%}
}
@media only screen and (max-width: 414px){
    .container {max-width: 100%;}
    #page-cs .page-title, #page-cs.compare-page .page-title {
        font-size: 26px;
        line-height: 36px;
        margin: 10px 0;
    }
    #page-cs .sub-title {
        font-size: 22px;
        line-height: 30px;
    }
    #page-cs .sub-cates .list-cates {padding: 0;}
    #page-cs .item-prd .prd-left, #page-cs .item-prd .prd-right {padding: 20px 15px;}
    #page-cs .item-prd .prd-desc {padding: 0 20px;}
    #page-cs .sub-cates .note {max-width: 100%;}
    .btn-cs {
        padding: 10px 5px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 384px){}
@media only screen and (max-width: 375px){}
@media only screen and (max-width: 320px){}