/*#00A854 #FECB4E*/

@font-face {
    font-family: 'SFU Futura';
    src: url('fonts/SFUFutura/SFUFuturaRegular/hinted-SFUFutura.eot');
    src: url('fonts/SFUFutura/SFUFuturaRegular/hinted-SFUFutura.eot?#iefix') format('embedded-opentype'), url('fonts/SFUFutura/SFUFuturaRegular/hinted-SFUFutura.woff2') format('woff2'), url('fonts/SFUFutura/SFUFuturaRegular/hinted-SFUFutura.woff') format('woff'), url('fonts/SFUFutura/SFUFuturaRegular/hinted-SFUFutura.ttf') format('truetype'), url('fonts/SFUFutura/SFUFuturaRegular/hinted-SFUFutura.svg#SFUFutura') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFU Futura';
    src: url('fonts/SFUFutura/SFUFuturaHeavy/hinted-SFUFuturaHeavy.eot');
    src: url('fonts/SFUFutura/SFUFuturaHeavy/hinted-SFUFuturaHeavy.eot?#iefix') format('embedded-opentype'), url('fonts/SFUFutura/SFUFuturaHeavy/hinted-SFUFuturaHeavy.woff2') format('woff2'), url('fonts/SFUFutura/SFUFuturaHeavy/hinted-SFUFuturaHeavy.woff') format('woff'), url('fonts/SFUFutura/SFUFuturaHeavy/hinted-SFUFuturaHeavy.ttf') format('truetype'), url('fonts/SFUFutura/SFUFuturaHeavy/hinted-SFUFuturaHeavy.svg#SFUFuturaHeavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SFU Futura';
    src: url('fonts/SFUFutura/SFUFuturaBold/hinted-SFUFuturaBold.eot');
    src: url('fonts/SFUFutura/SFUFuturaBold/hinted-SFUFuturaBold.eot?#iefix') format('embedded-opentype'), url('fonts/SFUFutura/SFUFuturaBold/hinted-SFUFuturaBold.woff2') format('woff2'), url('fonts/SFUFutura/SFUFuturaBold/hinted-SFUFuturaBold.woff') format('woff'), url('fonts/SFUFutura/SFUFuturaBold/hinted-SFUFuturaBold.ttf') format('truetype'), url('fonts/SFUFutura/SFUFuturaBold/hinted-SFUFuturaBold.svg#SFUFuturaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/*Slider*/


/*#test #slide-1 .nivo-directionNav .nivo-prevNav:after, #test #slide-1 .nivo-directionNav .nivo-nextNav:after  {
	content: ""; display: block; width: 0; height: 0;
	border-style: solid; border-width: 3em 4em; border-color: transparent;
	transform: translateY(-25%);
}
#test #slide-1 .nivo-directionNav a:hover{
	background: none;
}
#test #slide-1 .nivo-directionNav .nivo-prevNav:hover:after {
	border-left-color: rgba(0,0,0,0.7);
}
#test #slide-1 .nivo-directionNav .nivo-nextNav:hover:after {
	position: absolute; right: 0; top: 0;
	border-right-color: rgba(0,0,0,0.7);
}
#test #slide-1 .nivo-directionNav .nivo-prevNav:hover:before, #test #slide-1 .nivo-directionNav .nivo-nextNav:hover:before {
	background: none; color: #00a854; z-index: 999999999;
}*/


/*Slick*/


/*#products-4 .slick-list {
	padding: 0 1px;
}
.products-4, #products-4 {
	padding: 0;
}*/


/*Menu Search*/


/*.menu__search {
	background: none;
	padding: 0; height: 40px; border: 1px solid #00a854;
}
.menu__search form, .menu__search .form-group {
	height: 100%;
}
.menu__search .form__input {
	float: left;
	background: none;
	width: 80%; height: 100%; padding-left: 10px;
}
.menu__search .form-group .form__input::-webkit-input-placeholder {
	color: #00a854;
}
.menu__search button {
	float: left;
	width: 20%; height: 100%; margin: 0; box-shadow: none;
	background: none; border-radius: 0; color: #00a854;
}*/


/*Footer*/

.footer-bottom {
    padding-top: 8px;
    padding-bottom: 5px;
}

.copyright {
    margin-top: 2px;
}

.developed img {
    height: 20px;
}


/*Decoration*/

.underline {
    background-image: linear-gradient(#FECB4E, #FECB4E);
    background-repeat: no-repeat;
    background-size: 50% 1px;
    background-position: bottom center;
}

.top-tri:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent;
    border-bottom-color: #00a854;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.lg-line {
    background: repeating-linear-gradient(90deg, #FDD37E 0%, #FDD37E 10%, white 10%, white 15%, #86D6DE 15%, #86D6DE 35%, white 35%, white 40%, #FF8F8D 40%, #FF8F8D 50%);
}


/*Icons*/

.footer__info,
.footer__contact__info {
    position: relative;
}

.phone:before {
    font-family: "FontAwesome";
    content: "\f095";
    display: block;
    font-size: inherit;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 9px;
}

.fax:before {
    font-family: "FontAwesome";
    content: "\f1ac";
    display: block;
    font-size: inherit;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 8px;
}

.mail:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    display: block;
    font-size: inherit;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 8px;
}

.web:before {
    font-family: "FontAwesome";
    content: "\f268";
    display: block;
    font-size: inherit;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 8px;
}

.address:before {
    font-family: "FontAwesome";
    content: "\f041";
    display: block;
    font-size: inherit;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 11px;
}

.hotline:before {
    font-family: "FontAwesome";
    content: "\f095";
    display: inline-block;
    margin-right: 0.25em;
}

.mail:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    display: inline-block;
    margin-right: 0.4em;
}

.address:before {
    font-family: "FontAwesome";
    content: "\f041";
    display: inline-block;
    font-size: 1.1em;
    width: 1em;
    text-align: center;
    margin-right: 0.25em;
}

.phone__info {
    display: table;
}

.phone__info:before {
    font-family: "FontAwesome";
    content: "\f095";
    display: table-cell;
    width: 1em;
    text-align: center;
    padding-right: 0.5em;
}

.mobile__info {
    display: table;
}

.mobile__info:before {
    font-family: "FontAwesome";
    content: "\f10b";
    display: table-cell;
    font-size: 1.2em;
    width: 1em;
    text-align: center;
    padding-right: 0.25em;
}

.fax__info {
    display: table;
}

.fax__info:before {
    font-family: "FontAwesome";
    content: "\f1ac";
    display: table-cell;
    width: 1em;
    text-align: center;
    padding-right: 0.5em;
}

.mail__info {
    display: table;
}

.mail__info:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    display: table-cell;
    width: 1em;
    text-align: center;
    padding-right: 0.5em;
}

.web__info {
    display: table;
}

.web__info:before {
    font-family: "FontAwesome";
    content: "\f268";
    display: table-cell;
    width: 1em;
    text-align: center;
    padding-right: 0.5em;
}

.address__info {
    display: table;
}

.address__info:before {
    font-family: "FontAwesome";
    content: "\f041";
    display: table-cell;
    font-size: 1.1em;
    width: 0.9em;
    text-align: center;
    padding-right: 0.4em;
}


/*SHOW CLASS*/

.horizontal>* {
    float: left;
}

@media screen and (min-width: 1025px) {
    .show-md {
        display: none;
    }
}

body {
    font-family: "SFU Futura";
}


/*DONG HO*/

header {
    padding: 10px 0;
}

.logo__top>a>img {
    width: 170px;
}

.contact__top {
    margin-top: 10px;
    margin-left: 100px;
}

.contact__top>.fa {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    border: 1px solid #1788b1;
    text-align: center;
    line-height: 2.5em;
    color: #1788b1;
    transform: translateY(-0.7em);
}

.contact__text {
    display: inline-block;
}

.contact__text>p {
    margin-bottom: 0;
    text-align: center;
}

.contact__text>p:last-child {
    color: #f00;
}


/*Search*/

.menu__search {
    background: none;
    padding: 0 !important;
    height: 40px;
    width: 250px;
    border: 1px solid #ccc;
    margin-top: 12px;
    margin-right: 110px;
    width: 315px;
}

.menu__search form,
.menu__search .form-group {
    height: 100%;
}

.menu__search .form__input {
    float: left;
    color: #555 !important;
    background: none;
    /*border-bottom: 1px solid #ccc;*/
    background-image: linear-gradient(#00a854, #00a854) !important;
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}

.menu__search .form__input:focus {
    background-size: 100% 1px;
}

.menu__search .form-group .form__input::-webkit-input-placeholder {
    color: #555 !important;
}

.menu__search button {
    float: left;
    margin-left: -40px !important;
    width: 40px;
    height: 100%;
    margin: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
}

.menu__search button:hover {
    box-shadow: none;
}


/*Cart*/

.cart__top {
    margin-top: 10px;
    margin-right: 60px;
}

.cart__top>a {
    display: block;
    text-align: center;
}

.cart__top>a:hover {
    color: #f00;
}

.cart__top>a>.fa {
    font-size: 1.5em;
}

.cart__notification {
    font-size: 0.7em;
    color: #fff;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #f00;
    text-align: center;
    line-height: 1.5em;
    transform: translate(-10px, -15px);
}


/*MAIN MENU*/

.main__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    position: relative;
}

.main__menu>li {
    float: left;
    position: static;
}

.main__menu>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 2em;
    color: #fff;
    font-size: 18px;
    min-width: 200px;
}

.main__menu>li:hover {
    background-color: #f00;
}

.main__menu>li:hover>a,
.main__menu>li.is-active>a {
    color: #fff;
}

.submenu>li:hover>a,
.submenu>li.is-active>a {
    color: #f00;
}

.main__menu .submenu {
    width: 1000px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    padding: 10px 10px 0 10px;
    border: 1px solid #1788b1;
    border-top: none;
    border-radius: 10px;
    display: none;
    transform-origin: top center;
}

.main__menu li:hover>.submenu {
    display: block;
    /*animation: submenu 0.5s cubic-bezier(0,1.05,.54,1.2) forwards;*/
}

@keyframes submenu {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}

.main__menu li>a {
    position: relative;
}

.main__menu li:hover>a.has-submenu:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -15px;
}

.main__menu .submenu>li {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.main__menu .submenu>li>a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.submenu>li>a:before {
    font-family: "FontAwesome";
    content: "\f017";
    display: inline-block;
    color: #FECB4E;
    margin-right: 7px;
}


/*Slider*/

#slide-1 {
    max-height: 470px;
    box-shadow: 0 1px 1px #FECB4E;
}

.nivo-directionNav .nivo-prevNav,
.nivo-directionNav .nivo-nextNav {
    display: block;
    padding: 0;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    max-width: 5em;
    background: #1788b1;
}

.nivo-directionNav .nivo-prevNav:hover,
.nivo-directionNav .nivo-nextNav:hover {
    background: rgba(0, 168, 84, 0.7);
}

.nivo-directionNav .nivo-prevNav {
    transform: translateX(-2.5em);
    text-align: right;
}

.nivo-directionNav .nivo-prevNav:before {
    right: 0;
}

.nivo-directionNav .nivo-nextNav {
    transform: translateX(2.5em);
    text-align: left;
}

.nivo-directionNav .nivo-nextNav:before {
    left: 20px;
}

footer {
    background: #1788b1;
    border-top: 1px solid #00a854;
    padding: 20px 0 10px 0;
}

footer p,
footer a {
    color: #fff;
}

footer .company__name {
    color: #fff;
    font-size: 24px;
}

footer .company__slogan {
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

footer .company__info {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}

footer .footer__title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 13px;
}

footer .footer__info {
    padding-left: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

footer .footer__info:last-child {
    border-bottom: none;
}

footer .footer__info>a:hover {
    color: #FECB4E;
}

footer .footer__info,
footer .footer__info>a {
    color: rgba(255, 255, 255, 0.7);
}

footer .footer__info:before {
    font-family: "FontAwesome";
    content: "\f111";
    display: inline-block;
    font-size: 0.3em;
    transform: translateY(-0.6em);
    margin-right: 7px;
}

footer .footer__title>.fa {
    margin-right: 10px;
}

footer .footer__title>.fa-info {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 18px;
    font-size: 16px;
}

footer .company__info>a {
    color: rgba(255, 255, 255, 0.7)
}

footer .company__info>a:hover {
    color: #FECB4E;
}


/*MAIN PRODUCT*/

.main__product {
    background: linear-gradient(#555, #000);
    margin-top: 5px;
    position: relative;
    z-index: 999;
}

.main__product__content {
    width: calc(100% - 140px);
    padding: 20px 10px 20px 20px;
}

.main__product img {
    max-height: 200px;
}

.main__product__name {
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.main__product__name>span {
    display: block;
    color: #fecb4e;
}

.main__product__description {
    color: rgba(255, 255, 255, 0.5);
}

.main__product__button {
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    color: #eee;
    transition: 0.2s;
}

.main__product__button:hover {
    color: #fecb4e;
    border: 1px solid #fecb4e;
}


/*Trend Product*/

.trend__products__wrap {
    margin-top: 20px;
}

.trend__products__title {
    font-size: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.card--products .card__content .card-title {
    font-weight: 300 !important;
}


/*Brands*/

.brands__wrap {
    margin-bottom: 40px;
}

.brands>a>img {
    border: 1px solid #ccc;
    width: 16%;
    margin: 2px 2px;
}

.brands>a>img:hover {
    border: 1px solid #00a854;
}


/*News*/

.card--news .card-title {
    height: 2.2em;
}

.card .overlay--azure {
    background: rgba(0, 0, 0, 0.2);
}

.card-price>h3 {
    float: none;
    text-align: center;
    color: #f00;
}

.card-price>h3>small {
    color: #f00;
    margin-left: 2px;
}

.old-price {
    text-decoration: line-through;
}


/*Trang San Pham*/

.breadcrumb {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: -10px;
}

.breadcrumb ul>li,
.breadcrumb ul>li>a {
    font-weight: 300;
    color: rgba(0, 168, 84, 0.7);
    font-size: 18px;
}

.pagination {
    margin-bottom: 20px;
}

.section__wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*BANNER*/

.banner__top {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -10px;
}


/*SIDEBAR*/

.sidebar__wrap {
    float: left;
    width: 20%;
}

.sidebar-multicates--style-02 .sidebar__title {
    background-color: #00a854;
}

.sidebar__items>ul>li>a {
    padding-left: 1em !important;
}

.sidebar__items>ul>li>a>.fa {
    margin-right: 7px;
    color: rgba(0, 168, 84, 0.5);
}

.sidebar-multicates .sidebar__items {
    max-height: 40em;
    overflow-y: scroll;
}

.main__content {
    box-sizing: border-box;
    float: left;
    width: 80%;
    padding-left: 30px;
}

.sidebar__items::-webkit-scrollbar {
    width: 12px;
}

.sidebar__items::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.sidebar__items::-webkit-scrollbar-thumb {
    background: rgba(0, 168, 84, 0.3);
    width: 150%;
    transform: scale(1.5);
}

.sidebar__items>ul>li:hover {
    border-right: 1px solid #ccc;
}

.dathang__title {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.page-title {
    position: relative;
    text-align: center;
    font-size: 30px;
}


/*.page-title:before {
	content: ""; display: block;
	width: 0; height: 0;
	border-style: solid; border-color: transparent; border-width: 11px;
	border-top: 11px solid #ccc;
	position: absolute; top: 100%; left: 49px;
}
.page-title:after {
	content: ""; display: block;
	width: 0; height: 0;
	border-style: solid; border-color: transparent; border-width: 10px;
	border-top: 10px solid #fff;
	position: absolute; top: 100%; left: 50px;
}*/

.contact__info .company__name {
    margin-top: 10px;
    font-size: 16px;
}

.contact__info .company__info>a:hover {
    color: #FECB4E;
}


/*PRODUCT DETAIL*/

.card--products-detail .card-title {
    text-align: center;
    font-size: 25px;
}

.card--products-detail .btn-bocking {
    width: 80% !important;
    margin: 0 auto;
    height: 50px;
}

.card-listinfo li>span:nth-child(2) {
    font-size: 3rem;
}

.banner__right {
    margin-top: 50px;
    padding: 15px;
    border: solid 1px #ccc;
}

.cart__button {
    margin: 0 auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    display: block;
}

.navbar.is-stick {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
}


/*News Sidebar*/

.sidebar {
    margin-top: 10px;
}

.sidebar .sidebar__group {
    border: 1px solid #ccc;
    border-top: none;
    margin-bottom: 10px;
}

.sidebar .sidebar__title {
    padding: 0.5em 1em;
    background: #00a854;
    color: #fff;
}

.sidebar .sidebar__item {
    padding: 0.5em 1em;
    border-bottom: 1px solid #ccc;
}

.sidebar .sidebar__item:last-child {
    border: none;
}

.sidebar .sidebar__item>a:hover {
    color: #FECB4E;
}

.card--products:hover {
    border: 1px solid #CCCCCC;
    border-bottom: 2px solid #1788b1;
}

.checkbox__tick .check {
    width: 1.5em;
    height: 1.5em;
}

.show {
    display: none;
}

.card-title-mobile {
    display: none;
}

.call {
    display: none;
}

@media (min-width: 1025px) {
    #lists__product .col-3 {
        width: calc(23.6749116608% - 4px);
        display: inline-block;
        float: none;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    #lists__product .col-md-4 {
        width: calc(32.1554770318% - 3px);
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    #lists__product .col-sm-6 {
        width: calc(49.1166077739% - 3px);
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 1024px) {
    .ht-container {
        max-width: 90%;
        margin: 0 auto;
    }
    .contact__top {
        margin-left: 40px;
    }
    .menu__search {
        margin-right: 0px;
        width: 250px;
    }
    .cart__top {
        margin-right: -20px;
        margin-left: 25px;
    }
    .main__menu>li>a {
        width: auto;
    }
}

@media screen and (max-width: 850px) {
    .show {
        display: inline-block;
        font-size: 12px;
        opacity: 0.8;
    }
    .main__menu>li {
        display: none;
    }
    .main__menu>li:first-child {
        display: block;
    }
    .main__menu li>a {
        display: inline-block;
    }
    .main__menu .submenu {
        width: 100%;
        max-height: 250px;
        overflow: auto;
    }
    .main__menu .submenu>li {
        width: 50%;
    }
    .sitemap {
        display: none;
    }
    // .contact__top{
    // 	display: none;
    // }
}

@media screen and (max-width: 768px) {
    .news {
        display: none;
    }
    .news:nth-child(1),
    .news:nth-child(2) {
        display: block;
    }
    .col-sm-6 {
        width: 49.1166077739%;
        float: left;
    }
    .card-title-mobile {
        display: block;
    }
    .card-title-desktop {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .main__menu {
        justify-content: flex-start !important;
    }
    .menu__search {
        position: absolute;
        top: 87px;
        right: 15px;
        z-index: 11;
    }
    .company {
        width: 100%;
    }
    .info {
        width: 100%;
    }
    .logo__top {
        width: 22%;
    }
    .contact__top {
        margin-top: 0px;
    }
    .cart__top>a {
        display: inline-block;
    }
    .cart__top>a:last-child {
        display: none;
    }
    .slick-prev,
    .slick-next {
        width: 20px;
        height: 20px;
    }
    .slick-slider {
        padding: 0 15px;
    }
}

@media screen and (max-width: 486px) {
    .cart__top>a:last-child {
        display: none;
    }
    .contact__top {
        font-size: 12px !important;
    }
    .menu__search {
        top: 77px;
    }
}

@media screen and (max-width: 425px) {
    .breadcrumb ul>li {
        align-self: baseline;
    }
    .breadcrumb ul>li>a,
    .breadcrumb ul>li>span {
        font-size: 15px;
    }
    .brands>a>img {
        width: 30%;
    }
    .call {
        display: block;
        width: 30%;
        padding: 5px;
        margin: 0px 35% 10px;
        text-align: center;
    }
    .menu__search {
        width: 40px;
        float: right;
    }
    .contact__top {
        margin-left: 10px;
    }
    .cart__top {
        margin-right: 0;
    }
    .menu__search button {
        position: absolute;
        top: 0;
        right: 0;
    }
    .menu__search button i {
        color: #fff;
    }
    .menu__search .form__input {
        width: 0px;
    }
    .mask {
        position: absolute;
        width: 40px;
        height: 40px;
        background: transparent;
        top: 0;
        right: 0;
    }
    .overlay-search {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: transparent;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .zoomContainer {
        display: none!important;
    }
}

@media screen and (max-width: 380px) {
    .menu__search {
        right: 30px;
    }
    .cart__top {
        position: absolute;
        right: 0;
        top: 27px;
    }
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
    color: #ccc;
}

.bk-btn {
    text-align: center;
}

.bk-btn .bk-btn-paynow {
    line-height: 2.2rem;
}

.bk-btn .bk-btn-installment {
    line-height: 2.2rem;
    margin-right: 0px;
}

.bk-btn .bk-btn-installment-amigo {
    line-height: 2.2rem;
    margin-right: 0px;
}