@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #000;
}
.fr {
    float: right;
}
a {
    text-decoration: none!important;
    color: #000;
}
img {
    max-width: 100%;
}
.cat-options .btn, .cat-options .btn:focus, .cat-options .btn:hover {
    background: #fff;
    border-color: #e9e9e9;
    color: #555;
}
.btn-primary {
    border-color: #d91921;
    background-color: #d91921;
    color: #fff;
}
.slide_wrapper {
    position: relative;
}
.nopadding {
    padding: 0!important;
}
.ohidden {
    overflow: hidden!important;
}
@media (min-width: 1200px){
    .container {
        width: 1240px;
    }
}
@media screen and (min-width: 768px){
    .tech-popup {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        position: fixed;
        z-index: 9999;
        top: 0;
        height: 0;
        width: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .tech-popup.active {
        visibility: visible;
        opacity: 1;
        top: 0px;
        height: auto;
        width: auto;
    }
    .tech-popup .overlay {
        background-color: rgba(0, 0, 0, 0.3);
        color: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0 !important;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
    }
    .tech-popup.active .overlay {
        width: 100%;
        height: 100%;
    }
    .tech-popup .content{
        width: 800px;
        margin: 0 auto;
        text-align: left;
        position: relative;
        background: #fff;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
}
.success p {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0px;
    text-align: center;
}
.ctn a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 10px 20px;
    margin: 10px 10px 0px 0px;
    display: inline-block;
}
a.close-window.btn-ac {
    border: 1px solid ;
}
a.close-window.btn-ac:hover {
    color :#fff;
}
a.close-add {
    position: absolute;
    height: 26px;
    width: 28px;
    background: url(../img/sprite-icon.png) -447px -358px no-repeat;
    background-size: 500px;
    right: 12px;
    top: 8px;
}
a.btn-to-cart {

    color: #fff;
    border: 1px solid ;
}
a.btn-to-cart:hover {
    background: #fff;
    color: #000;
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .tech-popup .content {
        width: 700px;
    }
}
/*======================= End popup thông báo==================*/
/*======================= Cart - Favo ==================*/
.fv-header-cart {
    position: relative;
    padding: 7px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.header-cart-title span.ico-cart {
    background: url(../img/sprite-icon.png) -45px -87px no-repeat;
    background-size: 500px;
    float: left;
    padding-left: 36px;
    height: 28px;
    width: 28px;
}
h4.header-cart-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.block-empty-cart .title {
    font-size: 30px;
    font-weight: 100;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 30px;
}
.block-empty-cart .icon-cart {
    width: 139px;
    height: 118px;
    background: url(../img/sprite-icon.png) -800px 0 no-repeat;
    background-size: 1000px;
    margin: 0 auto;
    display: block;
}
.block-empty-cart .text {
    color: #999;
    font-size: 16px;
    text-align: center;
    margin-top: 33px;
}
.block-empty-cart .btn-buy {
    width: 40%;
    margin: 50px auto 30px auto;
}
.btn-inverse {
    color: #d91921;
    border: 1px solid #d91921;
    background-color: #fff;
}
.btn-inverse:hover {
    color: #fff;
    border: 1px solid #d91921;
    background-color: #d91921;
}
.btn.btn-lg {
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    width: 100%;
}
.fv-list-cart {
    max-height: 335px;
    overflow: auto;
}
.fvall-cart .title_item_cart {
    background-color: #ededed;
    color: #666;
    font-size: 14px;
    padding: 8px 0px;
}
.fv-list-cart .item_cart {
    border-bottom: 1px solid #eee;
}
.fv-list-cart .item_cart:last-child {
    border-bottom: none;
}
.fv-list-cart .item_cart > div {
    padding: 0px 10px;
    margin: 10px 0px;
    border-right: 1px solid #dfdfdf;
    height: 90px;
    vertical-align: middle;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.fv-list-cart .item_cart > div:last-child {
    border: none;
}
.fv-list-cart .item_cart > div.img {
    display: block;
    line-height: 75px;
    text-align: center;
}
.fv-list-cart .item_cart > div * {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.fv-list-cart .item_cart > div > span {
    text-align: center;
    display: block;
    width: 100%;
}
.fv-list-cart .item_cart > div.price > span {
    color: #222;
    font-weight: bold;
}
.fv-list-cart .item_cart > div a {
    color: #000;
    font-weight: bold;
}
.fv-list-cart .item_cart > div a:hover{
    color: #d91921;
}
.fv-list-cart .item_cart > div a span.variant_title {
    color: #999 !important;
}
.fv-list-cart .item_cart > div:last-child > span {
    text-align: right;
    font-weight: bold;
    color: #222;
}
.remove-cart {
    width: 15px;
    height: 15px;
    background: url(../fonts/icon-checkout.png) -26px -114px no-repeat;
    background-size: 300px;
    position: absolute;
    top: 0px;
    right: 10px;
}
.fv-list-cart .item_cart > div .ajax_qty_cart {
    display: block;
    width: 100%;
}
.fv-list-cart .item_cart > div.qty > .ajax_qty_cart > a {
    height: 32px;
    width: 34px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    color: #222 !important;
}
.fv-list-cart .item_cart > div.qty > .ajax_qty_cart > input {
    width: 30px;
    height: 32px;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: bold;
    background: transparent;
}
.block-pay-continue {
    background-color: #f2f2f2;
    padding: 15px;
    position: relative;
}
.block-pay-continue .free-ship {
    margin-top: 5px;
}
.block-pay-continue .icon-delivery {
    background: url(../img/sprite-icon.png) -447px -386px no-repeat;
    background-size: 500px;
    float: left;
    height: 32px;
    width: 48px;
    margin-right: 9px;
    position: relative;
    top: -5px;
}
.block-pay-continue table {
    width: 100%;
    margin: 0;
}
.block-pay-continue table td.blackgray {
    color: #666;
}
.block-pay-continue table td {
    padding: 3px;
}
.highlight {
    color: #d91921;
    background: transparent;
    font-weight: bold;
}
.btn-primary {
    border-color: #d91921;
    background-color: #d91921;
    color: #fff;
}
.btn-primary:hover {
    border-color: #d91921;
    background-color: #cc552a;
    color: #fff;
}
.div_pl_login {
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    padding: 10px 0;
    position: relative;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 10px;
}
.block-pay-continue .div_pl_login {
    padding: 6px 0 6px 13px;
    border-color: #65b5c1;
    text-align: left;
    margin-top: 3px;
}
.icon_pig {
    position: relative;
    left: 0;
    bottom: 0;
    background: url(../fonts/icon-checkout.png) -25px -200px no-repeat;
    background-size: 300px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.block-pay-continue .div_pl_login .highlight {
    color: #d91921;
}
@media screen and (max-width: 767px){
    .fvall-cart .title_item_cart {
        display: none;
    }
    .tech-popup .content {
        width: 100%;
        height: 100%;
    }
    .fv-list-cart .item_cart {
        position: relative;
    }
    .fv-list-cart .item_cart > div {
        border: none;
        height: auto;
    }
    .fv-list-cart .item_cart > div.img {
        width: 20%;
        float: left;
    }
    .fv-list-cart .item_cart > div.price {
        display: none;
        height: auto;
    }
    .fv-list-cart .item_cart > div.qty > .ajax_qty_cart > a {
        height: 20px;
        width: 20px;
        line-height: 16px;
    }
    .fv-list-cart .item_cart > div.qty > .ajax_qty_cart > input {
        width: 20px;
        font-size: 12px;
    }
    .fv-list-cart .item_cart > div.qty {
        width: auto;
        padding: 0;
        float: left;
        position: absolute;
        top: 30%;
        right: 20%;
    }
    .fv-list-cart .item_cart > div.total {
        width: auto;
        position: absolute;
        right: 0;
        top: 35%;
        overflow: visible;
    }
    .fv-list-cart .item_cart > div.total .remove-cart {
        top: -30px;
    }
    .fv-list-cart .item_cart > div.title {
        padding-right: 40px;
    }
    .btn.btn-lg {
        font-size: 12px;
        padding: 0;
        letter-spacing: 0;
        white-space: normal
    }
    .fv-block-cart {
        overflow: auto;
        overflow-x: hidden;
    }
    .fv-list-cart{
        max-height: none;
    }
    /*.block-pay-continue .row:last-child {
    padding-bottom: 10px;
    float: left;
    display: block;
    width: 100%;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.25);
    -o-box-shadow: 0 -1px 3px rgba(0,0,0,.25);
    box-shadow: 0 -1px 3px rgba(0,0,0,.25);
}*/
    .block-empty-cart .text {
        padding: 0px 10px;
    }
    .tech-popup{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: auto;
        -webkit-transform: translate(120%, 0);
        -moz-transform: translate(120%, 0);
        -ms-transform: translate(120%, 0);
        transform: translate(120%, 0);
        -webkit-transform: translate3d(120%, 0, 0);
        -moz-transform: translate3d(120%, 0, 0);
        transform: translate3d(120%, 0, 0);
        -webkit-transition-duration: .25s;
        -moz-transition-duration: .25s;
        transition-duration: .25s;
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        z-index: 100000;
        background: #fff;
    }
    .tech-popup.active{
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*======================= End Cart==================*/


/* ------------- FAVO TOP BAR ------------- */
#top-bar {
    background: #d91921;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
}
#top-bar strong { 
    margin-right: 15px;
    font-weight: normal;
}
#top-bar i {
    font-size: 20px;
    margin-right: 5px;
    margin-left: 10px;
    vertical-align: bottom;
}
.text-more{
    color: #ffffff;
}
.text-more {
    font-size: 14px;
    color: #fff;
}
.text-more:hover{
    color: #fff;
}
.header-main {
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.header-main .container {
    position: relative;
}
.control-box {
    margin-top: 15px;
}
.ul-control-box {
    margin: 0;
    padding: 0;
    float: right;
}
.ul-control-box li {
    list-style-type: none;
    float: left;
    margin: 0 7px;
    min-width: 60px;
}
.ul-control-box li a{
    color: red;
    font-weight: bold;
}
.ul-control-box li.top-cart-block {
    position: relative;
}
.top-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #EEE;
}
.div-user-control {
    width: 40px;
    margin: 0 auto;
    display: block;
    height: 40px;
}
.control-phone{
    background-size: contain !important;
    background: url(../img/icon-hotline.gif) no-repeat;
}
.control-1 {
    background: url(../img/sprite-icon.png) -40px 0 no-repeat;
    background-size: 500px;
}
.control-4 {
    background: url(../img/sprite-icon.png) -40px -80px no-repeat;
    background-size: 500px;
}
.div-user-control.control-4 {
    width: 40px;
    position: relative;
}
.ul-control-box .info {
    font-size: 16px;
    margin: 0px;
    display: block;
    text-align: center;
}
.header-cart-count {
    position: absolute;
    top: 1px;
    right: 17px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    min-width: 19px;
    min-height: 19px;
    line-height: 19px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 13px;
}
.control-2 {
    background: url(../img/sprite-icon.png) -40px -40px no-repeat;
    background-size: 500px;
}
.info-user {
    min-width: 120px;
    padding-bottom: 0;
    padding-top: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    right: 0;
    left: auto;
}
.dropdown-menu {
    border-color: #ccc;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -o-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -ms-box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.ul-control-box .info-user .info {
    margin-top: 0;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
.info-user>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.search-wrapper {
    padding-left: 10px;
}
form#new-search-form {
    margin-top: 0px;
    margin-bottom: 20px;
}
.input-wrapper, .scode-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 65%;
    margin: 0;
    padding-left: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 3px 0 0 3px;
    font-weight: 400;
}
.search-wrapper .input-wrapper {
    padding-left: 0;
}
.input-wrapper i, .scode-wrapper i {
    position: absolute;
    left: 15px;
    top: 9px;
    color: #999;
}
.search-wrapper .input-wrapper .fa-search {
    -o-transition: transform .3s ease,color .2s ease;
    -moz-transition: transform .3s ease,color .2s ease;
    -webkit-transition: transform .3s ease,color .2s ease;
    transition: transform .3s ease,color .2s ease;
    padding: 1px;
    top: 8px;
    left: 14px;
}
.search-wrapper .input-wrapper:hover .fa-search {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #f44336;
    -o-transition: transform .3s ease,color .2s ease;
    -moz-transition: transform .3s ease,color .2s ease;
    -webkit-transition: transform .3s ease,color .2s ease;
    transition: transform .3s ease,color .2s ease;
}
.input-wrapper input, .scode-wrapper input {
    height: 32px;
    border: 0;
    outline: 0!important;
    box-shadow: none!important;
    padding-left: 7px;
    padding-right: 7px;
}
.search-wrapper #searchKeyword {
    padding-left: 40px;
}
.cat-options {
    float: left;
    width: 20%;
    color: #555;
}
.cat-options .btn {
    position: relative;
    width: 100%;
    height: 34px;
    border-radius: 0;
    margin: 0 0 0 -1px;
    text-align: left;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none !important;
}
.cat-options .btn i {
    position: absolute;
    right: 10px;
    top: 9px;
}
.dropdown button:first-child i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transition: transform .6s ease;
}
.dropdown.open button:first-child i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: transform .6s ease;
}
.search-actions {
    float: left;
    width: 15%;
}
.btn-search {
    margin-left: -2px;
    margin-right: -1px;
    width: 100%;
    border-radius: 0 3px 3px 0;
    height: 34px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (min-width: 1200px){
    .new-logo {
        width: 20%;
    }
}
/* Header Fixed */
header.new-header.sticker {
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 -5px 10px #333;
    -moz-box-shadow: 0 -5px 10px #333;
    box-shadow: 0 -5px 10px #333;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}
@media screen and (min-width: 768px){
    header.new-header.sticker .logo a {
        position: relative;
        z-index: 100;
        display: inline-block;
    }
    .menu-scroll {
        text-align: left;
        display: none;
        position: absolute;
        top: 18px;
        z-index: 1;
        width: 100%;
        height: 34px;
    }
    header.new-header.sticker .menu-scroll{
        display: block;
    }
    .menu-scroll .left_menu {
        width: 100%;
        height: 100%;
    }
    .menu-scroll .left_menu .panel-heading {
        display: inline-block;
        width: 34px;
        height: 34px;
        padding: 0;
        text-align: center;
        border-radius: 2px;
        border: none;
        background: url(../img/new-bar.png) -213px -14px no-repeat;
        background-size: 500px;
        cursor: pointer;
    }
    .menu-scroll .left_menu .panel-heading a {
        position: absolute;
        left: 20%;
        font-size: 15px;
    }
    .menu-scroll .left_menu .panel-heading i {
        color: #fff !important;
        display: none;
    }
    .menu-scroll .left_menu #collapse1 {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        opacity: 0;
        visibility: hidden; 
        top: 56px;
        display: block !important;
    }
    .menu-scroll:hover .left_menu #collapse1 {
        opacity: 1;
        visibility: visible;
    }
    header.new-header.sticker form#new-search-form {
        margin-bottom: 15px;
    }
    #primary-menu {
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .btn-search {
        font-size: 11px;
    }
    #primary-menu.style-5 > ul {
        display: flex;
    }
}
@media screen and (max-width: 991px){
    nav#menu-right {
        position: fixed;
        z-index: 30000;
        right: -275px;
        transition: right 0.4s ease;
        width: 275px;
        height: 100%;
        background: #fff;
    }
    nav#menu-right.toggled {
        right: 0;
    }
    .body_overlay_right {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 10000;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.4s ease, opacity 0.4s ease;
    }
    .body_overlay_right.toggled {
        visibility: visible;
        opacity: 1;
    }
    .header-mobile .div_header {
        height: 45px;
        background: #fff;
        width: 100%;
        position: relative;
        z-index: 2;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.25);
        -o-box-shadow: 0 1px 3px rgba(0,0,0,.25);
        box-shadow: 0 1px 3px rgba(0,0,0,.25);
    }
    .header-mobile .header {
        position: relative;
        background-color: #fff;
    }
    .header-mobile .menu_left {
        width: 45px;
        height: 45px;
        float: left;
        cursor: pointer;
    }
    .header-mobile .menu_left:active {
        background-color: #f1f1f1;
    }
    .header-mobile .acc_right {
        width: 45px;
        height: 45px;
        float: right;
        cursor: pointer;
        background-position: -45px 0;
        background-image: -webkit-image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
        background-image: image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
    }
    .header-mobile .cart_right {
        position: relative;
        width: 45px;
        height: 45px;
        float: right;
        cursor: pointer;
        background-position: -444px -77px;
        background-image: -webkit-image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
        background-image: image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
    }

    .header-mobile .logo_favo {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 108px;
        height: 45px;
        display: block;
        margin: 0 auto;
    }
    .header-mobile .cart_right span {
        background-color: #f26e3f;
        color: #fff;
        font-size: 10px;
        position: absolute;
        top: 4px;
        right: 11px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        height: 20px;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 19px;
    }
    #menu_xs.toggled .btn-close-left {
        background-image: -webkit-image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
        background-image: image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
        background-position: -135px 0;
        height: 45px;
        width: 45px;
        position: absolute;
        top: 0;
        left: auto;
        right: -45px;
        background-color: #fff;
        z-index: 12;
    }
    #menu_xs ul li a img {
        max-width: 24px;
    }
    nav#menu-right {
        position: fixed;
        z-index: 30000;
        right: -275px;
        transition: right 0.4s ease;
        width: 275px;
        height: 100%;
        background: #fff;
    }
    nav#menu-right.toggled{
        right: 0;
    }
    ul.ul-authen {
        list-style: none;
        margin: 0;
        margin-top: 20px;
        padding: 0;   
    }
    .ul-authen li {
        border-bottom: 1px solid #eaeaea;
        padding: 8px 20px 7px 20px;
    }
    .ul-authen li a {
        width: 100%;
        display: block;
    }
    .ul-authen .title {
        vertical-align: top;
        position: relative;
        top: 6px;
        font-size: 14px;
    }
    nav#menu-right.toggled .btn-close-right {
        background-image: -webkit-image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
        background-image: image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
        background-position: -135px 0;
        height: 45px;
        width: 45px;
        position: absolute;
        top: 0;
        left: -45px;
        background-color: #fff;
        z-index: 12;
    }
    .ul-authen .ico-authen {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-right: 10px;
        background-image: -webkit-image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
        background-image: image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
        background-position: 0 0;
    }
    .ul-authen .icon-user {
        background-position: -450px -45px;
    }
    .ul-authen .icon-reg {
        background-position: -450px -160px;
    }
    .ul-authen .icon-PO {
        background-position: -450px -5px;
    }
    .ul-authen .icon-logout {
        background-position: -450px -245px;
    }
    .body_overlay_right{
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 10000;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.4s ease, opacity 0.4s ease;
    }
    .body_overlay_right.toggled {
        visibility: visible;
        opacity: 1;
    }
    .search-mobile .div_search_deal {
        background-color: #dfdfdf;
        height: 50px;
        padding: 0 6px;
        position: relative;
        color: #333;
    }
    .search-mobile .btn_mobile {
        height: 35px;
        width: 100%;
        background: #ececec;
        display: inline-block;
        text-align: center;
        clear: both;
        margin: 14px 0;
        color: #0095da;
        font-size: 15px;
        line-height: 35px;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }
    .search-mobile .div_search_deal .btn_mobile {
        margin: 6px 0;
        height: 30px;
        line-height: 30px;
        position: absolute;
        background-color: transparent;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 1;
    }
    .search-mobile .div_search_deal .ico_glass {
        width: auto;
        left: 17px;
    }
    .search-mobile .icon_search {
        width: 21px;
        height: 21px;
        display: inline-block;
        margin-right: 2px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: 1px -45px;
        background-image: -webkit-image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
        background-image: image-set(url(../img/sprite-icon-mobile.png) 1x,url(../img/sprite-icon-mobile.png) 2x);
    }
    .search-mobile .input_search {
        height: 34px;
        margin: 7px 0;
        padding-left: 40px !important;
        width: 100%;
        line-height: 24px;
        background-color: #fff;
        border: none;
        padding: 0 3%;
        font-size: 14px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
    }
    .sort-wrapper p.subtext {
        margin-left: 0;
    }
    header.new-header.sticker .search-mobile {
        display: none !important;
    }
}
.left_menu {
    margin-bottom: 0;
    position: relative;
    width: 20%;
    float:left;
    z-index: 99;
}
.left_menu .panel-heading {
    padding-top: 0;
    height: 33px;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    padding-bottom: 0;
    border: 1px solid #dfdfdf;
    background: #fff;
}
.left_menu .panel-heading h4 {
    color: #d91921;
    line-height: 33px;
    display: block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 17px;
}
.left_menu .panel-heading h4 a {
    display:block;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}
.left_menu .panel-heading h4 a:hover {
    color: #000;
}
.left_menu .panel-heading a i {
    vertical-align: bottom;
    line-height: 33px;
    color: #d91921 !important;
    font-size: 21px;
}
.left_menu .panel-body {
    padding: 0;
}
.left_menu .nav-stacked > li {
    margin:0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.left_menu .panel-title {
    border-radius: 0;
    color: #636363;
    font-size: 15px;
    background-color: transparent;
}
.left_menu .nav-pills {
    position: relative;
}
.left_menu .nav-stacked > li {
    background-color: #fff;
    position: static;
}
.left_menu .nav-stacked > li:nth-child(odd) {
    /*background-color: #f9f9f9;*/
}
.left_menu .nav-pills > li > a {
    color: #333;
    border-radius: 0;
    padding: 6px 15px 6px 15px;
    display:block;
    overflow:hidden;
}
.left_menu .nav-pills > li.active > a,
.left_menu .nav-pills > li:hover > a {
    background: #eee;
    color: #d91921;
}
.left_menu .nav-pills > li > a img {
    max-width: 24px;
}
.left_menu .nav-pills > li > a i {
    font-weight: 400;
    float: right;
    position: absolute;
    right: 8px;
    font-size: 17px;
    line-height: 22px;
}
.left_menu .nav-pills > li.menu:hover .submenu {
    display: flex;
}
.left_menu #collapse1 {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    position: absolute;
    z-index: 40;
    background: #fff;
}
.submenu {
    display:none;
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    margin-left: 0;
    z-index: 2;
    position: absolute;
    left: 100%;
    list-style: none;
    top: 0;
    background-color: #fff;
    min-width: 100%;
    /*max-height: 390px;*/
    height: auto;
    min-height: 100%;
    box-shadow: 1px 1px 3px #ccc;
}
.submenu_padding {
    padding: 0px 10px;
    width: 300px;
    margin: 10px 0;
}
.submenu_padding:not(:first-child) {
    border-left: 1px dashed #ccc;
}
.submenu li,
.submenu li a {
    display: block;
}
.submenu li {
    padding: 3px 0;
    /*border-bottom: 1px solid #e0e0e0;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.submenu li:last-child {
    border-bottom: none;
}
.submenu li a {
    color: #636363;
    line-height: 20px;
    padding: 0px 17px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0
}
/* Mega */
.fvMegaChildren {
    position: absolute;
    left: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 10;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #ddd #ddd #e1e1e1;
    border-left: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    padding: 15px 20px;
    display: none;
}
.fvMegaChildren .wrapMegaChildren {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.left_menu .nav-stacked > li.megaParent:hover > .fvMegaChildren{
    display: block;
}
.fvMegaChildren ul.submenuLv3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fvMegaChildren a {
    color: #111;
}
.fvMegaChildren .head a {
    font-weight: bold;
}
.fvMegaChildren li.active > a,
.fvMegaChildren li:hover > a,
.fvMegaChildren .head a:hover {
    background: transparent;
    color: #d91921;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .left_menu .nav-pills > li > a {
        padding: 2px 15px 2px 5px;
        font-size: 12px;
    }
    .menu-scroll .left_menu .panel-heading a {
        left: 25% !important;
        font-size: 14px !important;
    }
}
/* ------------- END FAVO SIDEBAR ------------- */
/* ------------- FAVO SLIDER ------------- */
/* Menu top */
.slider_wrap {
    padding-right: 0;
    width: 80%;
    float:left;
}
#primary-menu {
    -webkit-transition: height .4s ease,opacity .3s ease;
    -o-transition: height .4s ease,opacity .3s ease;
    transition: height .4s ease,opacity .3s ease;
    height: 32px;
    margin-bottom: 0;
    position: relative;
}
#primary-menu ul{
    margin-bottom: 0;
    padding: 0;
    height: 32px;
}
#primary-menu ul.new-left-menu {
    width: 60%;
    float: left;
}
#primary-menu ul li {
    float: left;
    letter-spacing: .3px;
    height: 100%;
    overflow: hidden;
}
#primary-menu ul li:first-child, .header-extras li:first-child {
    margin-left: 0;
}
#primary-menu ul li a {
    display: block;
    height: auto;
    line-height: 100px;
    padding: 5px 0 5px 10px;
    color: #444;
    -webkit-transition: height .4s ease,line-height .4s ease,margin .4s ease,padding .4s ease;
    -o-transition: height .4s ease,line-height .4s ease,margin .4s ease,padding .4s ease;
    transition: height .4s ease,line-height .4s ease,margin .4s ease,padding .4s ease;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
#primary-menu.style-5>ul>li>a {
    line-height: 1;
}
#primary-menu.style-5>ul>li>a>div {
    line-height: 2;
    text-align: center;
}
#primary-menu.style-5>ul>li>a>div>.menu_icon {
    display: inline-block;
    width: auto;
    margin: 0 auto 5px;
    padding-top: 0;
    text-align: center;
    min-height: 10px;
}
#primary-menu.style-5 > ul > li > a > div > .menu_icon img {
    max-width: 20px;
}
#primary-menu ul.new-right-menu {
    float: right;
    width: 40%;
    text-align: right;
    display: block;
    padding-right: 5px;
}
#primary-menu.style-5>ul.new-right-menu>li {
    float: none;
    text-align: right;
    letter-spacing: .6px;
    display: inline-block;
}
/* SPDX */
.fvReViewedPD {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    border-bottom: 3px solid #d91921;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.liViewed:hover .fvReViewedPD{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.fvOwlDeign .owl-controls .owl-nav div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #d91921;
    border: 1px solid #d91921;
    background: rgba(255,255,255,.7);
}
.fvOwlDeign .owl-controls .owl-nav div.owl-next{
    left: auto;
    right: 10px;
}
.fvReViewedPD .viewedItem {
    padding: 10px;
}
@media screen and (min-width: 768px){
    #primary-menu {
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }
}
#slider-new .slider-thumb {
    position: absolute;
    right: 21px;
    top: 6px;
    background : #fff;
    min-width: 235px;
    border: 1px solid #dfdfdf;
    z-index: 999;
    padding: 0px;
}
ul#slider-thumb {
    margin: 0;
    padding: 0;
}
#slider-new .slider-thumb li {
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    padding: 7px 10px;
    list-style: none;
}
#slider-new .slider-thumb li:last-child {
    border: none;
}
#slider-new .slider-thumb li.active {
    background-color: #eeeeee;
}
#slider-new .slider-thumb li:hover {
    background-color: #eeeeee;
}
#slider-new .slider-thumb li.active:before,
#slider-new .slider-thumb li:hover:before {
    content: "";
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #eeeeee;
    position: absolute;
    left: -18px;
    top: 15px;
}
#slider-new .slider-image-thumb {
    display: inline-block;
    float:left;
    margin-right: 10px;
    cursor: pointer;
}
#slider-new .slider-detail {
    display: inline-block;
}
#slider-new .slider-detail .title-image {
    font-size: 11px;
    font-weight: bold;
    display:block;
    color: #666666;
}
#slider-new .slider-detail .description-image {
    font-size: 11px;
    color: #666666;
}
@media (min-width: 1200px){
    #slider-new .slider-thumb li {
        padding: 7px 10px;
    }
    #slider-new .slider-thumb li:first-child {
        padding: 7px 10px 8px;
    }
}
@media (max-width: 991px){
    .slider_wrap {
        width: 100%;
    }
}
.blockSection {
    margin-top: 30px;
}
#relatedViewed .blockTitle h2 {
    font-size: 23px;
    margin: 0 0 20px 0;
}
#relatedViewed .owl-item:first-child .fvPdLoopItem{
    border-left: 1px solid #f1f3f5;
}
#relatedViewed .fvPdLoopItem:hover{
    border-color: #d91921 !important;
}
#pdViewedLisstting > .fvPdLoopItem {
    display: none;
}
.pdLoopItem .itemLoop {
    padding-bottom: 10px;
}
.pdLoopItem .pdName, .pdLoopItem .pdPrice {
    padding: 2px 0 2px 2px;
}
.pdLoopItem .pdLoopName {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    height: 59px;
    overflow: hidden;
}
.pdLoopItem .pdLoopName a{
    color: #444;
    text-transform: uppercase;
}
.pdLoopItem .pdLoopName a:hover{
    color: #d91921;
}
.pdLoopItem .pdLoopImg {
    padding: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.btnDesign {
    font-size: 14px;
    display: none;
    color: #fff !important;
    background-color: #d91921;
    text-transform: uppercase;
    padding: 6px 10px 6px 10px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    width: 140px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: -70px;
    z-index: 3;
    box-shadow: 0 0 0 0 rgba(237,22,80,.5);
    -webkit-animation: pulse 1.5s infinite;
    -moz-animation: pulse 1.5s infinite;
    -o-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    border-bottom: 1px solid rgba(28,227,125,.5);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: top .2s ease;
    -moz-transition: top .2s ease;
    -o-transition: top .2s ease;
    transition: top .2s ease;
    height: 35px;
    bottom: 15px;
}
.pdLoopItem:hover .btnDesign{
    display: block;
}
.pdLoopItem .pdPrice ins {
    color: red;
    font-size: 18px;
    line-height: 20px;
    display: block;
    padding-left: 10px;
    text-decoration: none;
}
.pdLoopItem .pdPrice del, .pdLoopItem .pdPrice .new-sale {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    padding-left: 10px;
}
span.new-sale {
    font-size: 12px;
    background-color: #d91921;
    color: #fff;
    padding: 1px 5px;
    line-height: 1.3;
}
.pdLoopItem .pdPrice del {
    font-weight: 400;
    font-size: 89%;
    color: #888;
}
.pdLoopLabel {
    position: absolute;
    bottom: 20px;
    left: 5px;
    z-index: 10;
}
.pdLoopLabel.gift {
    width: 25px;
    height: 25px;
}
@-webkit-keyframes pulse {
    0% {
        @include transform(scale(.9));
    }

    70% {
        @include transform(scale(1));
        box-shadow: 0 0 0 10px rgba(237,22,80,0);
    }

    100% {
        @include transform(scale(.9));
        box-shadow: 0 0 0 0 rgba(237,22,80,0);
    }
}

@-moz-keyframes pulse {
    0% {
        @include transform(scale(.9));
    }

    70% {
        @include transform(scale(1));
        box-shadow: 0 0 0 10px rgba(237,22,80,0);
    }

    100% {
        @include transform(scale(.9));
        box-shadow: 0 0 0 0 rgba(237,22,80,0);
    }
}

@keyframes pulse {
    0% {
        @include transform(scale(.9));
    }

    70% {
        @include transform(scale(1));
        box-shadow: 0 0 0 10px rgba(237,22,80,0);
    }

    100% {
        @include transform(scale(.9));
        box-shadow: 0 0 0 0 rgba(237,22,80,0);
    }
}
/* ------------- END FAVO RELATED VIEWED ---------------- */

/* ------------- END FAVO HOME SALE ---------------- */
.product-sale-home {
    margin-top: 0px;
}
.product-sale-home > h3 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    background: url("../fonts/bg-title.gif") repeat-x;
    position: relative;
    font-size: 22px;
    margin-top: 0;
}
.product-sale-home h3 span {
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    top: 0px;
    color: #555;
}
.product-sale-home .owl-dots {
    display: none !important;
}
.owlNewDesign.owl-theme .owl-controls .owl-nav > div{
    background: url(../img/sprite-icon.png) no-repeat;
    font-size: 0;
    width: 28px;
    height: 55px;
    margin-top: -27px;
    top: 50%;
    background-size: 500px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.owlNewDesign.owl-theme .owl-controls .owl-nav .owl-prev{
    background-position: 0 -390px;
    left: 0;
}
.owlNewDesign.owl-theme .owl-controls .owl-nav .owl-next{
    background-position: 0 -330px;
    left: auto;
    right: 0;
}
.product-sale-home .product-image {
    padding: 5px;
}
.product-sale-home .product_single {
    border: 1px solid #eee;
    border-left: 1px solid #fff;
    -moz-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
}
.product-sale-home .owl-item{
    padding: 0;
}
.product-sale-home .owl-item:first-child .product_single{
    border-left: 1px solid #f1f3f5;
}
.product-sale-home .product_single:hover {
    border-color: #d91921 !important;
}
@media screen and (max-width: 767px){
    .product-sale-home .fvPdLoopItem {
        width: 50%;
        float: left;
    }
    .product-sale-home .seeAll {
        margin-top: 10px;
        display: inline-block;
    }
}
.wrapperPDHome .wrapperColumn .head{
    position: relative;
    height: 45px;
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #e0e0e0;
}
.wrapperPDHome .wrapperColumn .head h2 {
    background: #d91921;
    padding: 0 8px 0 5px;
    height: 100%;
    position: relative;
    margin: 0;
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 4px 0 0 4px;
    color: #fff;
}
.wrapperPDHome .wrapperColumn .head h2:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 22px solid transparent;
    border-left: 15px solid #d91921;
    border-right: 0 solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
}
.wrapperPDHome .wrapperColumn .head h2 a {
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    display: block;
    color: #fff;
    padding: 0;
    margin: 0;
}
.dataEmpty {
    margin: 10px 0px;
    text-align: center;
    font-style: italic;
}
.wrapperPDHome .wrapperColumn .head h2 a img {
    max-width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.seeAll{
    font-size: 13px;
    color: #d91921;
    border: 1px solid;
    border-color: #d91921;
    padding: 5px 16px;
    border-radius: 5px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}
.seeAll:hover, .seeAll:focus{
    color: #d91921;
    border-color: #d91921;
}
.wrapperColumn .seeAll {
    position: absolute;
    right: 0;
    top: 10px;
}
.wrapperColumn .seeAll.subHead{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.bannerLinks .pdMenuHome .menuLinksHome {
    padding: 0;
    list-style: none;
    margin: 0;
}
.bannerLinks .pdMenuHome .menuLinksHome .itemMenu {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dotted #ccc;
    padding-left: 10px;
    overflow: hidden;
}
.bannerLinks .pdMenuHome .menuLinksHome .itemMenu img {
    display: inline-block;
    max-width: 28px;
    margin-right: 5px;
    vertical-align: middle;
}
.bannerLinks .pdMenuHome .menuLinksHome .itemMenu a {
    color: #333;
    font-size: 12px;
}
.bannerLinks .pdBannerHome .banner {
    position: relative;
    overflow: hidden;
}
.bannerLinks .pdBannerHome .banner img{
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    height: 100%;
    width: 100%;
}  
.bannerLinks .pdBannerHome .banner:hover img {
    -webkit-transform: scale(1.034);
    -moz-transform: scale(1.034);
    -o-transform: scale(1.034);
    -ms-transform: scale(1.034);
    transform: scale(1.034);
}
.productTabs {
    position: relative;
}
.productTabs .nav-tabs {
    border: none;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #f5f5f5;
    margin-top: 10px;
    border-radius: 3px;
}
.productTabs .nav-tabs a {
    font-weight: 400;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    background: transparent !important;
    margin: 7px 10px 0;
    color: #787878;
    font-size: 16px;
    line-height: 18px;
}
.bannerLinks .pdMenuHome .menuLinksHome .itemMenu a span {
    vertical-align: middle;
}
.productTabs .nav-tabs li.active a, .productTabs .nav-tabs li:hover a {
    border-bottom: 3px solid #d91921 !important;
    color: #333;
    font-weight: 400;
}
.owlTabDesign.owl-carousel .owl-controls .owl-nav div {
    line-height: 29px;
    border: 1px solid #ccc;
    text-align: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    font-size: 17px;
    color: #464646;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.owlTabDesign.owl-carousel .owl-controls .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.pdHomeColumn.right .home-bestseller {
    margin: 0;
}
.pdHomeColumn.right .panel-title {
    color: #444;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.pdHomeColumn.right .bestseller-item {
    width: auto;
    display: block;
    padding-bottom: 0;
    margin: 14px 0px;
    position: relative;
}
.pdHomeColumn.right .bestseller-item .image {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    width: 70px;
    margin-right: 10px;
}
.pdHomeColumn.right .bestseller-item .info {
    font-size: 12px;
    line-height: normal;
    color: #000;
    float: left;
    width: calc(100% - 80px);
}
.pdHomeColumn.right .bestseller-item .info .name {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: normal;
}
.pdHomeColumn.right .bestseller-item .info .name a{
    color: #000;
}
.pdHomeColumn.right .bestseller-item .info .price {
    font-size: 14px;
    color: #444;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}
.pdHomeColumn.right .bestseller-item .info .price2 {
    font-size: 11px;
    color: #999;
    text-decoration: line-through;
    display: block;
    line-height: normal;
}
.pdHomeColumn.right .see-all {
    font-size: 13px;
    color: #d91921;
    border: 1px solid;
    padding: 5px 16px;
    border-radius: 5px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}
.itemLogo {
    padding: 10px;
    border: 1px solid #eee;
    border-left: 1px solid #fff;
    -moz-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
}
.itemLogo .detailLogoTab h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    padding: 0px 10px;
}
.itemLogo .detailLogoTab h3 a{
    color: #000;
}
.itemLogo .detailLogoTab h3 a:hover{
    color: #d91921;
}



































#fvPdHome-7 .wrapperPDHome .wrapperColumn .head h2{
    background: #ffffff;
}
#fvPdHome-7 .wrapperPDHome .wrapperColumn .head h2 a{
    color: #ffffff;
}
#fvPdHome-7 .wrapperPDHome .wrapperColumn .head h2:after{   
    border-left-color:  #ffffff;
}
#fvPdHome-7 .wrapperColumn .seeAll,
#fvPdHome-7 .pdHomeColumn.right .see-all{
    color: #ffffff;
    border-color: #ffffff;
}
#fvPdHome-7 .productTabs .nav-tabs li.active a,
#fvPdHome-7 .productTabs .nav-tabs li:hover a{
    border-color: #ffffff !important;
}






#fvPdHome-8 .wrapperPDHome .wrapperColumn .head h2{
    background: #ffffff;
}
#fvPdHome-8 .wrapperPDHome .wrapperColumn .head h2 a{
    color: #ffffff;
}
#fvPdHome-8 .wrapperPDHome .wrapperColumn .head h2:after{   
    border-left-color:  #ffffff;
}
#fvPdHome-8 .wrapperColumn .seeAll,
#fvPdHome-8 .pdHomeColumn.right .see-all{
    color: #ffffff;
    border-color: #ffffff;
}
#fvPdHome-8 .productTabs .nav-tabs li.active a,
#fvPdHome-8 .productTabs .nav-tabs li:hover a{
    border-color: #ffffff !important;
}






#fvPdHome-9 .wrapperPDHome .wrapperColumn .head h2{
    background: #ffffff;
}
#fvPdHome-9 .wrapperPDHome .wrapperColumn .head h2 a{
    color: #ffffff;
}
#fvPdHome-9 .wrapperPDHome .wrapperColumn .head h2:after{   
    border-left-color:  #ffffff;
}
#fvPdHome-9 .wrapperColumn .seeAll,
#fvPdHome-9 .pdHomeColumn.right .see-all{
    color: #ffffff;
    border-color: #ffffff;
}
#fvPdHome-9 .productTabs .nav-tabs li.active a,
#fvPdHome-9 .productTabs .nav-tabs li:hover a{
    border-color: #ffffff !important;
}






#fvPdHome-10 .wrapperPDHome .wrapperColumn .head h2{
    background: #ffffff;
}
#fvPdHome-10 .wrapperPDHome .wrapperColumn .head h2 a{
    color: #ffffff;
}
#fvPdHome-10 .wrapperPDHome .wrapperColumn .head h2:after{   
    border-left-color:  #ffffff;
}
#fvPdHome-10 .wrapperColumn .seeAll,
#fvPdHome-10 .pdHomeColumn.right .see-all{
    color: #ffffff;
    border-color: #ffffff;
}
#fvPdHome-10 .productTabs .nav-tabs li.active a,
#fvPdHome-10 .productTabs .nav-tabs li:hover a{
    border-color: #ffffff !important;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
    .bannerLinks .pdMenuHome .menuLinksHome .itemMenu {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }
    .bannerLinks .pdMenuHome .menuLinksHome .itemMenu img {
        width: 17px;
    }
    .productTabs .nav-tabs {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px){
    .wrapperPDHome .wrapperColumn .head h2 {
        width: 100%;
        padding-right: 50px;
    }
    .wrapperPDHome .wrapperColumn .head .toggleBar {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .bannerLinks .toggleMB {
        background: #d91921;
        color: #fff;
        padding: 10px;
        text-align: center;
    }
    .bannerLinks .toggleMB h3{
        margin: 0;
        color: #fff;
    }
    .bannerLinks .toggleMB .remove-control {
        float: left;
    }
    .bannerLinks .pdMenuHome {
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #fff;
        padding: 0;
    }
    .wrapperPDHome.open .bannerLinks .pdMenuHome{
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    #relatedViewed .blockTitle h2{
        text-align: center;
    }
}
@media screen and (max-width: 767px){
    .blockSection {
        margin-top: 10px;
    }
}
/* ------------- END FAVO HOME PRODUCT TABS  ---------------- */

/* ------------- FAVO HOME CATELOGY MOBILE  ---------------- */
.catelogyListting .mbCatelogy {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    background: white;
    position: relative;
    border: 1px solid #ddd;
}
.catelogyListting .mbCatelogy::-webkit-scrollbar {
    display: none;
}
.catelogyListting .mbCatelogy .catelogyItem img {
    max-height: 90px;
    margin: auto;
    display: block;
}
.wrapperCatelogy h2 {
    color: rgba(0,0,0,0.54);
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 0px 15px;
}
.catelogyListting .mbCatelogy{
    margin: 0px -5px;
}
.catelogyListting .mbCatelogy .catelogyItem {
    border: 1px solid #ddd;
    display: inline-block;
    width: 33.333333%;
    float: left;
    padding: 10px;
}
.catelogyListting .mbCatelogy .catelogyItem h4 {
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;  
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: normal;
}

.footer-favo .top-footter {
    background-color: #fff!important;
    background-repeat: no-repeat;
    background-position: 1080px bottom;
    padding: 24px;
}
.newsletter_title, .newsletter_description{
    float: left;
}
.footer-favo .top-footter #footer_newsletter_title{
    background-repeat: no-repeat;
    background-image: url(../img/newsletter-icon.jpg);
    background-position: 0;
    padding-left: 72px;
    padding-right: 24px;
    height: 48px;
    line-height: 24px;
    border-right: 1px solid #e4e4e4;
    font-weight: 400!important;
    font-family: Roboto-Medium,sans-serif;
    font-size: 17px;
}
.footer-favo .top-footter #footer_newsletter_description {
    height: 48px;
    line-height: 24px;
    padding: 0 16px;
}
.customer-form form.contact-form {
    padding: 4px 8px;
    height: 48px;
    line-height: 48px;
    position: relative;
    margin: 0;
}
.customer-form form.contact-form input[type="email"] {
    float: left!important;
    background-color: #f1f1f1!important;
    color: #999!important;
    border-radius: 0;
    border: none;
    width: calc(100% - 90px);
    height: 40px;
    line-height: 40px;
    padding: 6px 12px;
}
.customer-form form.contact-form button.le-button {
    float: left!important;
    background-color: #d50000!important;
    border-radius: 0;
    width: 90px;
    height: 40px;
    line-height: 35px;
    font-size: 15px;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    text-align: center;
}
.hottline-ft {
    float: left;
    padding-top: 12px;
}
.hottline-ft span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.bottom-footer td{
    vertical-align: top; 
}
.bottom-footer .block-2 td.td-1 {
    width: 40%;
    vertical-align: top; 
}
.block-content-lingo .block-2 td.td-2 {
    vertical-align: top;
    width: 60%;
}
.bottom-footer .title {
    text-transform: uppercase;
    color: #616161;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.bottom-footer .block-2 td ul {
    padding: 0;
    margin: 0;
}
.bottom-footer .block-2 td li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.bottom-footer .list-bank li {
    width: 40%;
    float: left;
}
.bottom-footer .block-2 td li a{
    color: #616161;
}
.bottom-footer .block-2 td li a:hover{
    color: #d91921;
}
.bottom-footer .block-3 {
    padding: 10px 0 0 0;
}
.bottom-footer .block-3 .title .txt {
    vertical-align: top;
    margin-top: 13px;
    display: inline-block;
    margin-right: 10px;
}
.ico-bct {
    width: 108px;
    height: 40px;
    background: url(../img/footer-icon.png) 0 -80px no-repeat;
    background-size: 300px;
    display: inline-block;
    margin-right: 20px;
}
.ico-norton {
    width: 74px;
    height: 40px;
    background: url(../img/footer-icon.png) 0 -140px no-repeat;
    background-size: 300px;
    display: inline-block;
    margin-right: 15px;
}
.ico-McAfee {
    width: 90px;
    height: 40px;
    background: url(../img/footer-icon.png) 0 -205px no-repeat;
    background-size: 300px;
    display: inline-block;
    margin-right: 25px;
}
.social, .social-footer {
    width: 100px;
    height: 26px;
    background: url(../img/footer-icon.png) -175px 0 no-repeat;
    background-size: 300px;
    float: right;
    position: relative;
}
.social-footer {
    top: 10px;
}
.ico-face, .ico-googleplus, .ico-twitter, .ico-pinterest {
    position: absolute;
    top: 3px;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.ico-face {
    left: 5px;
}
.ico-googleplus {
    left: 29px;
}
.ico-twitter {
    left: 53px;
}
.ico-pinterest {
    left: 77px;
}
.block-content-lingo .block-4 {
    padding-top: 17px;
    padding-bottom: 40px;
    line-height: 22px;
}
.logo-footer {
    margin-top: 15px;
    display: block;
}
.bottom-footer td.td-2 a.link {
    color: #d91921;
}
#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.3);
    font-size: 20px;
    line-height: 36px;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}
@media screen and (max-width: 1199px){
    .top-footter .newsletter_description {
        display: none;
    }
    .pdHomeColumn.right .bestseller-item .info .name{
        height: 30px;
        overflow: hidden;
    }
    .policyMain {
        display: flex;
    }
}
@media screen and (max-width: 991px){
    .footer-favo .top-footter #footer_newsletter_title {
        padding-left: 55px;
        padding-right: 10px;
    }
    .bottom-footer .block-3 {
        display: none;
    }
    .bottom-footer .block-4 {
        background: #ccc;
    }
    .bottom-footer .block-4 span {
        margin-bottom: 15px;
        display: inline-block;
        font-size: 17px;
    }
    .bottom-footer .block-4 span:first-child {
        margin-top: 15px;
        font-weight: bold;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .top-footter .newsletter_title {
        display: none;
    }
    .top-footter .hottline-ft {
        width: 100%;
        text-align: center;
    }
}
/* ---------- END FAVO FOOTER steve -------------- */

/* ********** Block banner ********* */
.insBlockPage {
    margin-top: 30px;
}
.listItemBanner .boxBanner {
    margin: 0px -3px;
}
.listItemBanner .bigBanner .itemBanner {
    float: left;
    width: 33.33333%;
    padding: 0px 3px;
}
.listItemBanner .smallBanner .itemBanner {
    width: 16.66%;
    float: left;
    padding: 6px 3px;
}
/* Block policy */
.policyMain .policyItem {
    background: #71c5e8;
    padding: 15px 10px;
    color: #fff;
}
.policyMain div#policy-2 {
    background: #009cde;
}
.policyMain .policyItem .ctPolicy {
    cursor: default;
    padding-right: 5px;
}
.policyMain .policyItem .ctPolicy:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(0, 1);
    display: block;
}
.policyMain .policyItem .ctPolicy:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(1, 0);
    display: block;
}
.policyMain .policyItem .ctPolicy:hover:before, .policyMain .policyItem .ctPolicy:hover:after {
    transform: scale(0.95, 0.9);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.policyMain .policyItem .icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.policyMain .policyItem .icon .insLoadIMG {
    min-height: auto !important;
}
.policyMain .policyItem .detail {
    display: inline-block;
    width: calc(100% - 84px);
    vertical-align: middle;
}
.policyMain .policyItem .detail h4 {
    color: #fff;
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.policyMain .policyItem .detail p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}
.imgage_hover {
    width: 100%;
    overflow: hidden;
}
.imgage_hover img {
    width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.imgage_hover:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#insSeller .sellerMain .chir-img img {
    max-height: 190px;
    width: auto;
    display: inline-block;
}
#insFeatured {
    background: #fff;
    padding: 15px 0px;
}
.insTabs .nav-tabs {
    border: none;
    text-align: center;
    margin-bottom: 20px;
}
.insTabs .nav-tabs li {
    float: none;
    display: inline-block;
}
.insTabs .nav-tabs li a {
    border-radius: 0 !important;
    border: none !important;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    border-right: 1px solid #ccc !important;
    padding: 0px 10px;
    background: transparent !important;
}
.insTabs .nav-tabs li:last-child a{
    border: none !important;
}
.featuredContentTab .item_product:nth-child(9) {
    display: none;
}
.viewmorePd a {
    display: inline-block;
    padding: 5px 30px;
    text-transform: uppercase;
    border: 1px solid #999;
    border-radius: 3px;
    color: #999;
    font-size: 13px;
    margin-top: 10px;
}
.viewmorePd a:hover{
    color: #fff;
}
/* Block product tabs */
.insProductTabs {
    background: #fff;
    padding: 15px 0px;
}
.pdtabsMain .titleBox{
    margin-bottom: 20px;
    position: relative;
}
.pdtabsMain .titleBox h2 {
    border-left: 3px solid transparent;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
}
.pdtabsMain ul.refTabsBox {
    border: none;
    background-color: #666;
}
.pdtabsMain ul.refTabsBox li {
    float: none;
    margin: 0;
}
.pdtabsMain ul.refTabsBox li.active:before {
    position: absolute;
    top: 0;
    width: 5px;
    height: 41px;
    right: -5px;
}
.pdtabsMain ul.refTabsBox li.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    height:0px; 
    width:0px;
    border-left: 10px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    float:left;
}
.pdtabsMain ul.refTabsBox li a {
    color: #fff !important;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none !important;
    border-top: 1px solid #545454 !important;
    font-size: 14px;
    margin: 0;
}
.pdtabsMain ul.refTabsBox li:first-child a{
    border-top: none !important;
}
.pdtabsMain ul.refTabsBox li.active a {
    margin: 0;
}
.TabslistPd .chir-img img {
    display: inline-block;
    width: auto;
}
.owlTabDesgin .owl-controls {
    position: absolute;
    left: 40px;
    bottom: 15px;
    z-index: 10;
}
.owlTabDesgin .owl-controls .owl-nav div {
    width: 52px;
    height: 32px;
    position: relative;
    float: left;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    font-size: 0;
}
.owlTabDesgin .owl-controls .owl-nav div.owl-prev:before{
    content: '‹';
    font-family: -webkit-body;
    width: 22px;
    height: 12px;
    position: absolute;
    top: -3px;
    left: 20px;
    text-indent: 0;
    color: #fff;
    font-size: 25px;
}
.owlTabDesgin .owl-controls .owl-nav div.owl-prev:after{
    content: '';
    width: 52px;
    height: 1px;
    background-color: #444;
    right: -25px;
    position: absolute;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-45deg);
    top: 32px;
}
.owlTabDesgin .owl-controls .owl-nav div.owl-next {
    margin-top: 32px;
}
.owlTabDesgin .owl-controls .owl-nav div.owl-next:before{
    content: '›';
    font-family: -webkit-body;
    width: 22px;
    height: 12px;
    position: absolute;
    top: -3px;
    left: 20px;
    text-indent: 0;
    color: #fff;
    font-size: 25px;
}
/* Title block */
.titleBlock {
    position: relative;
    margin-bottom: 15px;
    font-weight: normal;
}
.titleBlock.featuredTitle {
    text-align: center;
    overflow: hidden;
}
.titleBlock.featuredTitle:before {
    content: '';
    height: 1px;
    background: #ddd;
    position: absolute;
    width: 100%;
    left: 0;
    top: 31px;
    /* transform: translateY(-50%); */
}
.titleBlock h2 {
    display: inline-block;
    line-height: normal;
    border-bottom: 3px solid;
    padding-right: 5px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}
.titleBlock h2:before, .titleBlock h2:after{
    content: '';
}
.titleBlock h2:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../fonts/icon-title.png) no-repeat 0 0;
}
.titleBlock h2:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../fonts/icon-title.png) no-repeat 0 0;
}
.titleBlock.featuredTitle h2 {
    border: none;
    font-style: italic;
    font-size: 20px;
    position: relative;
    background: #fff;
    padding: 0px 50px;
}
.titleBlock.featuredTitle .titleDesc {
    font-size: 16px;
    font-style: italic;
}



/*------------------- Body ---------------------*/
/* Banner home */
section#banner_home {
    padding: 20px 0px;
}
.ins_home_product {
    margin-bottom: 20px;
}
/*
.ins_title_block {
border: 1px solid #797979;
margin-bottom: 10px;
max-height: 45px;
overflow: hidden;
}
.ins_title_block .title_object h2 {
display: block;
line-height: 45px;
color: #fff;
font-size: 20px;
text-transform: uppercase;
padding-left: 15px;
}*/
.ins_title_block {
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    height: 38px;
    margin-top: 0px;
    margin-bottom: 18px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ins_title_block .title_object h2 {
    display: block;
    color: #fff;
    padding-left: 15px;
    padding: 0 20px 0 15px;
    height: 100%;
    position: relative;
    margin: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    background: #189eff
}
.ins_title_block .title_object h2:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 18px solid transparent;
    border-left: 13px solid #189eff;
    border-right: 0 solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    right: -13px;
}
.ins_title_block .view_more {
    padding-left: 0;
}
.ins_title_block .view_more a {
    display: inline-block;
    margin-right: 10px;
    line-height: 45px;
    font-style: italic;
    color: #797979;
    text-decoration: underline;
}
/*
.ins_title_block .link_object li {
display: inline-block;
line-height: 45px;
margin-left: -5px;
}
.ins_title_block .link_object li a {
display: inline-block;
padding: 2px 5px;
line-height: normal;
}
.ins_title_block .link_object li:last-child a {
border-right: none;
}
*/
.ins_title_block .link_object li {
    float: left;
}
.ins_title_block .link_object li a {
    text-decoration: none;
    display: block;
    height: 36px;
    line-height: 22px;
    color: #444;
    font-size: 12px;
    white-space: nowrap;
    padding: 7px 9px;
}
.ins_title_block .link_object li.lastMore a {
    font-weight: bold;
}
.ins_title_block .link_object li a:hover {
    color: #189eff;
    background: #eee;
    text-decoration: none;
}
.ins_home_product .ins_banner {
    margin-bottom: 25px;
}
.ins_home_product .ins_banner img {
    width: 100%;
}
.ins_products_object .tab-content {
    padding: 25px 40px 0px;
}
.homePdTabs .nav-tabs li a {
    padding: 10px 35px;
    font-size: 13px;
    color: #189eff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    white-space: nowrap;
    background: transparent;
    border-radius: 4px 4px 0 0;
    font-weight: normal;
    border: 1px solid transparent;
}
.homePdTabs .nav-tabs>li.active>a, .homePdTabs .nav-tabs>li.active>a:focus, .homePdTabs .nav-tabs>li.active>a:hover {
    color: #189eff;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: bold;
}
.homePdTabs .nav-tabs>li a:hover {
    border-color: #eee #eee #ddd;
    text-decoration: none;
    background-color: #eee;
    color: #189eff;
}
.homePdTabs .nav-tabs li.tabViewmore a {
    padding-right: 0;
    background: transparent !important;
    border: none !important;
    text-transform: none;
    font-weight: bold;
}
.ins_products_object .item_product{
    /*float: left;
    width: 20%;
    margin-top: 20px;*/
}
.ins_products_object .item_product:nth-of-type(5n+1) {
    clear: both;
}
li.item_product {
    list-style: none;
}
.ins_item_product{
    padding: 5px 10px;
    position: relative;
    border: 1px solid transparent;
}
.ins_item_product:hover{
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}
.ins_item_product .item_info {
    margin-top: 10px;
}
.ins_item_product .loop_pd_title {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
}
.ins_item_product .info_price {
    position: relative;
}
.ins_item_product .info_price.pdNotsale {
    min-height: 36px;
}
.ins_item_product .info_price .loop_price {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}
.ins_item_product .info_price del {
    font-size: 11px;
}
.ins_item_product .pd_reviews i {
    font-size: 12px;
}
.ins_item_product .pd_reviews .hrv-product-reviews-star, .ins_item_product .pd_reviews p, .pd_reviews > div > span:last-child {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: middle;
    color: #999;
}
.pd_reviews > div > span{
    display: inline-block;
    vertical-align: middle;
}
.ins_item_product .pd_reviews .hrv-product-reviews-star, .ins_item_product .pd_reviews p, .pd_reviews > div > span:last-child {
    line-height: 1;
}
.ins_item_product .info_price .product-sale{
    background: url(/theme.hstatic.net/1000155178/1000328030/14/label_sale.png?v=55) top left no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
}
.ins_item_product .info_price .product-sale span{
    color: #fff;
}
.loopBtn {
    text-align: center;
    font-size: 11px;
    padding: 5px;
    outline-color: #ccc;
    color: #333;
    margin: 5px auto 0;
    display: block;
    width: 175px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #adadad;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btnSoldout.loopBtn{
    cursor: default;
}
.loopBtn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.ins_item_product .loopBtn img {
    display: inline-block;
    max-width: 18px;
    width: auto;
}
.ins_item_product:hover .loopBtn{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.designOWL .owl-controls .owl-nav > div {
    opacity: .2;
    width: 40px;
    height: 60px;
    pointer-events: auto!important;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    -moz-background-size: 50px 60px;
    -webkit-background-size: 50px 60px;
    background-size: 50px 60px;
    background-position: center;
    background-repeat: no-repeat;
}
.designOWL .owl-controls .owl-nav > div.owl-prev {
    background-image: url('home_prev.png');
}
.designOWL .owl-controls .owl-nav > div.owl-next {
    background-image: url('home_next.png');
    left: auto;
    right: -40px;
}
.designOWL .owl-controls .owl-nav > div:hover {
    background-color: rgba(0,0,0,.5);
}
.boxProductRight .home-bestseller .panel-heading {
    padding: 9px 10px;
}
.boxProductRight .home-bestseller .panel-heading h3.panel-title {
    color: #444;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.boxProductRight .home-bestseller .bestseller-item {
    width: auto;
    display: block;
    padding-bottom: 0;
    margin: 20px 0px;
    position: relative;
}
.boxProductRight .home-bestseller .bestseller-item .image {
    display: block;
    float: left;
    position: relative;
    margin: 0;
}
.boxProductRight .home-bestseller .bestseller-item .image img {
    width: 70px;
}
.boxProductRight .home-bestseller .bestseller-item .name {
    margin-left: 80px;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: normal;
}
.boxProductRight .home-bestseller .bestseller-item .price {
    margin-left: 80px;
    font-size: 14px;
    color: #444;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}
.boxProductRight .home-bestseller .bestseller-item .price2 {
    margin-left: 80px;
    font-size: 11px;
    color: #999;
    text-decoration: line-through;
    display: block;
    line-height: normal;
}
.boxProductRight .home-bestseller a.see-all {
    display: block;
    font-weight: 700;
    color: #000;
    font-size: 11px;
    text-align: center;
    margin-top: 15px;
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.pdDescription .tabs-entry .article-container .video-container iframe,
.pdDescription .tabs-entry .article-container .video-container object,
.pdDescription .tabs-entry .article-container .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100%;
}
/* Footer */
section#footerNewselleter {
    padding: 30px 0px;
}
.ins_un_home section#footerNewselleter {
    padding: 50px 0px;
}
.item_policy_ft .img {
    width: 55px;
    float: left;
    margin-right: 10px;
}
.item_policy_ft .info {
    float: left;
    padding-top: 5px;
    width: calc(100% - 65px );
}
.item_policy_ft .info h3 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1;
    vertical-align: middle;
}
.item_policy_ft .info span {
    color: #fb1508;
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
}
.frm_newseleter p.footer_form {
    position: relative;
}
.frm_newseleter input[type="email"] {
    height: 40px;
    width: 100%;
    color: #ababab;
    border: 1px solid #e0e0e0;
    font-style: italic;
    font-size: 14px;
}
button.le-button {
    width: 160px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #fff;
}
section#footerMidle {
    margin-top: 20px;
    background: #fff;
}
section#footerMidle .midMain{
    padding: 25px 0px;
    border-top: 1px solid #e0e0e0;
}
section#footerMidle .ft_link h3, section#footerMidle .ft_social h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #444;
}
section#footerMidle .ft_link ul.links li {
    list-style-type: none;
    position: relative;
    padding-left: 0px;
    font-size: 13px;
}
section#footerMidle .ft_link ul.links li:before {
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
    color: #444;
}
section#footerMidle .ft_link ul.links li a {
    color: #444;
    font-style: normal;
    font-size: 13px;
}
section#footerMidle .ft_link ul.links li > span {
    color: red;
}
#footerMidle .ft_link:first-child {

}
section#footerMidle .ft_social li {
    display: inline-block;
    margin: 0px 10px;
    max-width: 50px;
}
section#footerBottom {
    padding: 15px 0px;
    color: #444;
    background: #f1f1f1;
}
.leftFt .icon {
    float: left;
    margin-right: 15px;
}
#footerBottom .content{
    font-size: 13px;
}
#footerBottom .content span{
    font-size: 12px;
}
#footerBottom .content span strong {
    font-weight: bold;
}
#footerBottom .content a{
    color: #189eff
}
.fixedItem{
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 1000;
    text-align: center;
}
.fixedItem a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    background: #ed1b25;
    border-radius: 50%;
}
.fixedItem.cart span {
    border-radius: 100px;
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 11px;
    width: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    background-color: #ff9601;
    color: #fff;
}
.fixedItem.backtop {
    bottom: 65px;
}
.fixedItem.cart a {
    background: #189eff;
}
.fixedItem.cart a img {
    max-width: 25px;
}
/* ----- Collection ---- */
.breadcrumb {
    margin: 0;
    border-radius: 0;
}
.banner_feature {
    margin-bottom: 5px;
}
#chir_collection div#center_column {
    padding-left: 0;
}
.collection_head {
    margin-bottom: 5px;
}
.collection_head .page_head {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-left: 0;
}
.collection_head .page_head p.count_products {
    line-height: 40px;
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
}
.collection_head .page_head p.count_products span {
    color: #ff0b03;
}
.browse-tags {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.browse-tags select {
    height: 30px;
    color: #697174;
    border: 1px solid #e0e0e0;
}
.groupFilObj {
    position: absolute;
    top: 5px;
    right: 5px;
}
.groupFilObj ul li {
    display: inline-block;
    margin-right: 5px;
}
.groupFilObj ul li a{
    display: block;
    padding: 7px 10px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    border-radius: 2px;
    vertical-align: middle;
    line-height: normal;
}
.product-list.filter li.item_product:nth-of-type(4n+1) {
    clear: both;
}
#chir_collection div#left_column{
    padding-right: 0;
}
/* Catelogy */
.sidCatelogy .ctMain {
    border: 1px solid #e0e0e0;
    border-bottom: none;
}
.sidCatelogy h2 {
    display: block;
    font-size: 15px;
    padding: 12px 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    position: relative;
}
.boxListCatelogy li a {
    display: block;
    padding: 5px 25px 5px 20px;
    font-size: 13px;
    position: relative;
}
.boxListCatelogy li a span.countPdCatelogy {
    font-size: 12px;
}
.boxListCatelogy li a i {
    position: absolute;
    right: 15px;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.ulCatelogychild {
    padding-left: 10px;
    display: none;
}
.boxListCatelogy li.active.catelogyChild > ul, .boxListCatelogy li ul li.active > ul {
    display: block;
}
/**Filter**/
.accordion-body ul {
    padding-left: 0;
}
.layered .layered_subtitle{
    color: #444;
    font-size: 13px;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.layered .layered-content{
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 15px;
    padding-top: 5px;
}
.layered .layered-content:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.layered .layered-content:first-child{

}
.layered-category .layered-content{
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}
.filterSearch .filter-box-search input {
    margin: 0;
    outline: 0;
    padding: 6px 8px;
    background-color: #fff!important;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    line-height: 20px;
    height: 32px;
    width: 100%;
}
.filterSearch .filter-box-search .btn_filter_search {
    border-radius: 0 2px 2px 0;
    padding: 5px 0;
    margin: 0;
    height: 32px!important;
    width: 32px!important;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border: none;
    color: #fff;
}
.filterSearch .filter-box-search {
    width: 100%;
    margin-bottom: 10px;
}
.check-box-list{
    overflow: hidden;
}
.filter-brand ul.check-box-list {
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
}
.filter-brand ul.check-box-list::-webkit-scrollbar {
    width: 10px;
    background-color: #f1f1f1;
}
.filter-brand ul.check-box-list::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 30px;
}

.filter-brand ul.check-box-list::-webkit-scrollbar-track {
    width: 1px;
    background: #e5e5e5;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 1px #ccc inset;
}
.check-box-list li{
    line-height: 24px;
}
.check-box-list label{
    display: inline-block;
    cursor: pointer;
    line-height: 12px;
    font-weight: normal;
}
.check-box-list input[type="checkbox"]{
    display: none;
}
.check-box-list input[type="checkbox"] + label span.button, .not_show span.buttonk {
    display:inline-block;
    width:12px;
    height:12px;
    margin-right: 5px;
    background: url("/theme.hstatic.net/1000155178/1000328030/14/checkbox.png?v=55") no-repeat;
    padding: 0;
    border: none;
}
.filter-color li input[type=checkbox]+label span.button {
    background: 0 0;
    margin: 0;
}
.check-box-list label span.count{
    color: #a4a4a4;
    margin-left: 2px;
}

.filter-color ul{
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}
.filter-color li{
    display: inline;
    padding: 0;
    margin: 0;
    line-height: normal;
    float: left;
    padding: 5px;
}
.filter-color li label{
    border: 1px solid #e0e0e0;
    width: 25px;
    height: 25px;
    padding-top: 6px;
    padding-left: 6px;
    float: left;
}
.filter-color li input[type="checkbox"] + label span.button_check{
    background: none;
    margin: 0;
}
.filter-color li input[type="checkbox"]:checked + label{
    border-color: #e0e0e0;
    background-image: url(/theme.hstatic.net/1000155178/1000328030/14/bg_chonsen.png?v=55);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.filter-size-box:focus{
    background-color: #fff;
    border-color: #e0e0e0;
    color: #cbc6b5;
}
.filter-color li label:hover{
    background-color: transparent;
    border-color: #e0e0e0 !important;
    color: #e61446;
    background-image: url(/theme.hstatic.net/1000155178/1000328030/14/bg_chonsen.png?v=55);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.sidebar .widget {
    margin-bottom: 20px;
}

.filter-size-box {
    color: #a39d94;
    font-size: 12px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
}
.filter-color-box:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
}
.filter-chose a.active, .filter-color-box:hover {
    border-color: #e0e0e0 !important;
    background-image: url(/theme.hstatic.net/1000155178/1000328030/14/bg_chonsen.png?v=55);
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
}
.filter-color-box, .filter-size-box {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #e0e0e0;
    margin: 0 6px 12px !important;
}
.filter-color-box {
    width: 25px;
    height: 25px;
}
.filter-color-box {
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
}
.filter-chose a.active, .filter-color-box:hover {
    border-color: #e0e0e0 !important;
    background-image: url(/theme.hstatic.net/1000155178/1000328030/14/bg_chonsen.png?v=55);
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
}
div#sidebar-collapse-filter {
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
}
.accordion-title.block-title.size-3 {
    border: none;
}
.filter-color li.active span.button {
    display: none !important;
}
.layered .layered-content li {
    display: block;
    font-size: 13px;
}
.layered .layered-content.filter-price li{
    width: 100%;
}
.filter-reviewed .list-group .list-group-item {
    border: none;
    padding: 0;
    border-radius: 0;
}
.filter-reviewed .list-group .list-group-item a {
    font-size: 13px;
    color: #000;
    padding: 5px 0px;
    display: block;
    position: relative;
    border-radius: 0;
    background: transparent !important
}
.filter-reviewed .list-group .list-group-item a .rating {
    line-height: 1;
    padding: 0;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.filter-reviewed .list-group .list-group-item a span {
    color: grey;
    font-size: 12px;
}
.filter-reviewed .list-group .list-group-item a span i {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin-left: .17rem;
    margin-right: .17rem;
    color: #ccc;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.filter-reviewed .list-group .list-group-item a span i:nth-child(1) {
    margin-left: 0;
}
.filter-reviewed .list-group .list-group-item .rating-score {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
}
.filter-reviewed .list-group .list-group-item .rating-score i {
    color: #ffcd27;
}
#chir_collection div#left_column .box_sidebar .title_block {
    height: 40px;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 10px;
    border: 1px solid #e0e0e0;
}
#chir_collection div#left_column .box_sidebar .block_content {
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-top: 0;
}
.box_sidebar .title_block i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
div#pagination {
    text-align: center;
}
.pagination>li>a, .pagination>li>span, .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    border-color: transparent;
    color: #3cadfb;
    padding: 5px 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: #e0e0e0;
    background: transparent;
    color: #000;
    border-radius: 2px;
    font-weight: bold;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    border-color: transparent;
    background: transparent;
    color: #000;
    font-weight: bold;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover,
.pagination>li:last-child>a, .pagination>li:last-child>span{
    color: #3f474a;
}
/* ----- Product ---- */
.titleProductpage {
    margin: 20px 0px;
}
.featuredIMG {
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin-bottom: 20px;
}
.slideThumbDS, .related_product .tabs-entry {
    padding: 0px 20px;
}
ul#newThumbsIMG {
    margin-bottom: 20px;
}
#newThumbsIMG li {
    padding: 5px;
    border: 1px solid transparent;
}
.information-blocks {
    padding: 5px 0px;
}
.pdDetail.information-blocks{
    border-top: 1px solid #e0e0e0;
}
.pdDetail.information-blocks .lightSlider {
    border: none
}
.pdDetail.information-blocks .lightSlider li{
    border: 1px solid #e5e5e5;
}
.product-detail-box h1.product-title {
    font-size: 22px;
    color: #444;
    line-height: 1.3;
    margin: 10px 0px;
}
.pd_vendor span.vendor {
    color: #444;
    font-size: 13px;
}
.pd_vendor strong {
    font-weight: bold;
}
.pd_social li {
    display: inline-block;
}
.product-description {
    margin: 15px 0px 0px;
    padding-top: 15px;
    border-top: 1px dashed #e0e0e0;
}
.product-description h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-description .tabs-content {
    overflow: hidden;
}
.product-description .tabs-content * {
    font-size: 13px;
    line-height: 1.5;
    font-style: italic;
}
.product-detail-box .price {
    padding: 0px 0px 20px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
    position: relative;
}
.price .prev {
    color: #222;
    text-decoration: line-through;
    font-size: 15px;
}
.price .current {
    font-size: 30px;
    color: #de0000;
    letter-spacing: .5px;
    line-height: normal;
}
.pd_sale{
    background: url(../img/pd_label.png) top left no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
    width: 65px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    font-size: 17px;
}
.quantity-selector {
    padding: 10px 0px;
    border-bottom: 1px dashed #e0e0e0;
    margin-top: 25px;
    border-top: 1px dashed #e0e0e0;
}
.quantity-selector .detail-info-entry-title {
    display: inline-block;
    min-width: 100px;
    font-weight: bold;
    float: left;
    line-height: 35px;
    font-size: 13px;
}
.quantity-selector .boxQty {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 75px;
    border: 1px solid #e0e0e0;
    position: relative;
}
.quantity-selector .boxQty .number-minus {
    line-height: 17px;
    height: 17px;
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    cursor: pointer;
}
.quantity-selector .boxQty .number-plus {
    line-height: 17px;
    height: 17px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-top: 0;
    cursor: pointer;
}
.quantity-selector .boxQty .number {
    padding-left: 15px;
}
.detail-info-entry.pd_action {
    margin: 13px 0px;
    position: relative;
}
.detail-info-entry.pd_action .button {
    display: block;
    width: 150px;
    text-align: center;
    color: #fff;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    float: none;
    border-radius: 5px;
}
.detail-info-entry.pd_action .button.btn-buyNow {
    float: none;
    background: #ed1b25;
    margin-top: 15px;
}
div#pd_policy {
    background: #4080fe;
    color: #fff;
    padding: 15px 0px;
}
.pd_item_policy {
    text-align: center;
    border-right: 1px solid #fff;
}
.pd_item_policy:last-child {
    border-right: 0;
}
.pd_item_policy .icon {
    display: inline-block;
    max-width: 50px;
    margin-right: 10px;
    vertical-align: middle;
}
.pd_item_policy .info {
    display: inline-block;
    vertical-align: middle;
}
.pd_item_policy .info .item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.pd_item_policy .info .item h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: normal;
    color: #fff;
}
.pd_item_policy .info .item span {
    font-style: italic;
    font-size: 12px;
}
.pd_item_policy .info .item p {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.related_product .tabs-container {
    margin-top: 0px;
}
.tabs-container .nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
}
.tabs-container .tab-content {
    padding: 0px 10px;
}
.nav-tabs>li>a {
    border: none;
    color: #92a1a6;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color: #fff;
}
.owl_design .owl-controls .owl-nav div {
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.owl_design .owl-controls .owl-nav div.owl-next {
    right: 0;
    left: auto;
}
.ins_title_block.pd_title {
    max-height: 40px;
}
.ins_title_block.pd_title .title_object h2 {
    text-transform: none;
    line-height: 40px;
}
.pd_titleBlock .title {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
    margin: 0 0 20px;
}
.pd_titleBlock .title h2{
    font-weight: bold;
    padding-left: 0px;
}
.related_product {
    margin-top: 10px;
}
.content-related-product.owl_design .owl-controls .owl-nav div {
    /*background-size: 27px 44px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: .2;
    width: 40px;
    height: 60px;
    pointer-events: auto!important;*/
    background-size: 20px 44px !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    opacity: .2;
    width: 30px;
    height: 30px;
    pointer-events: auto!important;
}
.content-related-product.owl_design .owl-controls .owl-nav div.owl-prev {
    background: url('left_control.png');
}
.content-related-product.owl_design .owl-controls .owl-nav div.owl-next {
    background: url('right_control.png');
    background-position: right !important;
}
.pdDescription .tabs-entry .article-container {
    padding: 0px 15px;
}
.pdDescription .tabs-entry * {
    background: transparent;
    color: #444 !important;
}
.pd_titleReview .title h2 {
    font-size: 19px;
    font-weight: 400;
    padding: 0 20px 12px;
    margin: 0;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    border-color: transparent;
}
.pd_titleReview .title h2:before{
    display: block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 45%;
}
.pdReview .tabs-entry .article-container {
    padding: 20px;
}
.pdReview .tabs-entry .article-container div#hrv-product-reviews-form {
    width: 100%;
    margin-top: 10px;
}
.hrv-product-reviews-form fieldset {
    border: none;
    text-align: left;
}
.pdReview .tabs-entry #btnnewreview, .pdReview .tabs-entry #btnSubmitReview {
    background: #189eff;
}
.hrv-product-reviews-summary > div {
    padding-left: 5px;
}
.hrv-product-reviews-summary div {
    text-align: left !important;
}
.information-blocks.actionBottom {
    margin: 30px 0px;
}
.actionBottom a.button {
    display: inline-block;
    width: 260px;
    text-align: center;
    color: #fff;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 45px;
    float: none;
    border-radius: 5px;
    margin-right: 15px;
}
.actionBottom a.button.btn-buyNow {
    background: #ed1b25;
}
.actionBottom a.button.btn-Soldout, .detail-info-entry.pd_action .button.btn-Soldout {
    background: #999;
}
.pdGift .panel {
    border: none;
    background: #f7f7f7;
}
.pdGift .panel-default>.panel-heading {
    padding: 0;
    min-height: 35px;
    background: #189eff;
    border: none;
}
.pdGift .panel-default>.panel-heading h3 {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    top: 5px;
    left: 10px;
    position: absolute;
    z-index: 10;
    background: #189eff;
}
.pdGift .panel-default>.panel-heading h3 i {
    font-size: 20px;
}
.pdGift .panel .panel-body h3 {
    color: #de0000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
}
.giftItem .content {
    margin-top: 10px;
    font-size: 13px;
}
.pdService {
    padding: 20px 10px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 20px;
}
.pdService h4 {
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 20px 0px;
    color: #e51221;
}
.pdService ul li {
    line-height: 24px;
    vertical-align: middle;
}
.pdService ul li i {
    color: #189eff;
    font-size: 16px;
    vertical-align: middle;
}
.pdService ul li span {
    vertical-align: middle;
}
.pdService ul li a {
    font-weight: bold;
    text-decoration: underline;
}
.pdService .payIMG {
    margin-top: 15px;
}
.price .prev, .pd_vendor span.vendor, .swatch .header,
.quantity-selector .detail-info-entry-title, .product-description h3,
.price .current{
    font-family: 'Roboto', sans-serif;
}
.wrapperColumn.xsl{
    height:initial !important;
    margin-bottom: 22px;
}

.insTabs.homeTabs li.active > a,.insTabs.homeTabs li:hover > a,.viewmorePd a:hover{
    color: #d91921 !important;
}
.menuthan li{
    display:inline-block;
    padding: 5px;
}

.deal-status {
    margin-top: 11px;
    font-weight: 300;
    min-height: 22px;
}
.process-bar {
    height: 4px;
    display: block;
    width: 100%;
    background: #e0e0e0;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 8px;
}
.process-bar div {
    background: #ff424e;
    height: 100%;
    border-radius: 4px;
}
#deal-all-root .flex-container .product-listing .items .item .deal-status .started {
    font-size: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-weight: 400;
}
.deal-clock .list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}
.deal-clock .list-inline>li.day{
    margin-right:5px;
}
.deal-clock{
    margin-left:10px;
    color: #fc5a5a;
}
.started{

    font-size: 11px;
}
.deal-percen{
    float:left;
    margin-left:3px;
}
.deal-count-down{
    float: right;
    display: flex;
    margin-right:5px;
}

@media (max-width:767px){
    .insTabs .nav-tabs li {
        float: none;
        display: inline-block;
        border: 1px solid #ccc!important;
        margin: 0 !important;
        padding: 7px;
        display: block;
    }
    .insTabs .nav-tabs li a {

        border-right: 0px solid #ccc !important;

    }

    .insTabs.homeTabs li.active{
        background: #d91921;
    }
    .insTabs.homeTabs li.active a{
        color: #fff !important;
    }
}

.madeal{
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 9;

    background: #d91921;
    padding: 5px;
    color: #fff;
}

#policy-1{
    background: #28388d !important;
}
#policy-2{
    background: #d91921 !important;
}
#policy-3{
    background: #f6b60c !important;
}
#policy-1 .detail h4,#policy-1 .detail p{
    color: #fafafa !important;
}
#policy-2 .detail h4,#policy-2 .detail p{
    color: #f7f2f2 !important;
}
#policy-3 .detail h4,#policy-3 .detail p{
    color: #f7faf7 !important;
}

@media (max-width:767px){
    .deal-count-down {
        float: left;
        display: flex;
        margin-right: 0px;
        margin-left: 3px;
    }
    .deal-percen {
        float: left;
        margin-left: 3px;
        margin-bottom: 5px;
    }
    .new-sale{
        display: inline-block;
        text-align: center;
    }
    .pdLoopItem .itemLoop {
        padding-bottom: 0px;
    }
    .product_single:nth-of-type(2n+1) {
        clear: both;
    }
    .pdLoopItem .pdLoopImg {
        padding: 5px;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
    }
}
.notStyle {
    padding: 0;
    margin: 0;
    list-style: none;
} 
#insBlogs {
    margin: 1.5em 0;
}
.blogsMain {
    padding-top: 15px;
    padding-bottom: 1em;
}
.headingPage .title {
    margin: 0;
    font-size: 20px;
}
.headingPage {
    padding: 10px 1em;
    position: relative;
    text-align: center;
    margin-bottom: 1em;
}
.article_item {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
}
.article_item .postDetail{
    padding: .5em;
}
.article_item .postDetail h3 {
    margin: 10px 0px;
}
.article_item .postDetail h3 a {
    font-size: 17px;
    line-height: 1.3;
    display: block;
    font-weight: bold;
}
.article_item .postDetail p {
    margin: 0;
    text-align: justify;
    line-height: 1.3;
    font-weight: normal;
}
.owlDesign .owl-controls .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    font-size: 22px;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    font-family: -webkit-body;
    line-height: 27px;
    z-index: 100;
}
.owlDesign .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
@media screen and (max-width: 767px) {
    .btnDesign {
        display: none !important;
    }
    .product_in_block {
        padding: 0px 5px;
    }
}