/******************************************
*
*
Style THPM
*
*
******************************************/

/*****************************************************
Reset * css
*****************************************************/

a,
a:hover,
a:focus,
a:active,
ol>li>a,
ol>li>a:hover,
ol>li>a:focus,
ol>li>a:active,
ul>li>a,
ul>li>a:hover,
ul>li>a:focus,
ul>li>a:active,
button,
button:hover,
button:focus {
    text-decoration: none;
    outline-style: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/*****************************************************
Button
*****************************************************/
/* BTN BLACK */
.btn-black {
    padding: 8px 10px;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.btn-black:hover,
.btn-black:focus {
    background-color: #333;
    color: #fff;
}

/* BTN RED */
.btn-red {
    padding: 8px 10px;
    text-align: center;
    background-color: #EC1F25;
    color: #fff;
}

.btn-red:hover,
.btn-red:focus {
    background-color: #f05155;
    color: #fff;
}


/*****************************************************
Default
*****************************************************/
body {
    font-family: 'Kanit', sans-serif;
    color: #000;
}

/*****************************************************
Header
*****************************************************/
.box-header {
    border-bottom: 2px solid #EC1F25;
}

.bh-top-header {
    margin-top: 10px;
    border-bottom: 1px solid #EFEFEF;
    padding: 5px 0;
    position: relative;
    margin-bottom: 20px;
}

.bh-left {
    display: inline-block;
    font-size: 20px;
}

.bhl-red {
    color: #EC1F25;
}

.bh-right {
    float: right;
}

.bhf-menu-ham {
    display: none;
}

.sidenav {
    display: none;
}

/*****************************************************
Menu top header
*****************************************************/
ul.bhr-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.bhr-list li {
    float: left;
    margin: 5px 0px;
    border-right: 1px solid #EFEFEF;
}

ul.bhr-list li:last-child {
    border-right: 0;
}

ul.bhr-list li a {
    font-size: 15px;
    display: inline-block;
    padding: 0px 15px;
    color: #4D4D4D;
}

ul.bhr-list li a:hover {
    color: #EC1F25;
}

ul.bhr-list li a.dropdown-item {
    display: block;
}

img.icon-lang {
    margin-right: 8px;
}

ul.bhr-list li a.dropdown-toggle::after {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/></svg>");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    width: 11px;
    height: 11px;
    position: relative;
    top: 5px;
    left: 8px;
}

ul.bhr-list li a.dropdown-item {
    padding: 5px 10px;
}

/* Fullbar */
.bh-fullbar {
    position: relative;
    display: flex;
    width: 100%;
}

.bhf-logo {
    width: 25%;
}

.bhf-logo a {
    display: inline-block;
}

.bhf-logo img {
    max-width: 240px;
}

.bhf-search {
    width: 55%;
    padding: 0 15px;
}

.bhf-cart {
    position: relative;
    width: 20%;
    text-align: right;
}

.bhf-cart u {
    text-decoration: none;
}


.input-group {
    background-color: #F0F1F5;
    border-radius: 4px;
}

.isearch {
    border: 0;
    background-color: transparent;
    padding: 10px 25px;
    height: auto;
    border-right: 1px solid #e3e3e3;
}

.isearch:focus {
    border: 0;
    background-color: transparent;
    box-shadow: 0 0 0;
    border-right: 1px solid #e3e3e3;
}

.iselect {
    border: 0;
    background-color: transparent;
    padding: 10px 10px;
    height: auto;
    width: 110px !important;
}

.iselect:focus {
    border: 0;
    background-color: transparent;
    box-shadow: 0 0 0;
}

.btn-search {
    background-color: #EC1F25;
    color: #fff;
    width: 100px;
    text-align: center;
    border-radius: 4px !important;
    margin-left: 15px;
}



.bhf-search .input-group>.custom-file,
.bhf-search .input-group>.custom-select,
.bhf-search .input-group>.form-control,
.bhf-search .input-group>.form-control-plaintext {
    width: auto;
}


.bhf-cart a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding-right: 8px;
    margin-top: 6px;
}

.bhf-cart a span {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    background-color: #EC1F25;
    line-height: 10px;
    padding: 3px 5px;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

/*.shopping-cart {
    display: none;
    margin: 20px 0;
    background: white;
    width: 320px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-top: 3px solid #EC1F25;
}*/

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(197, 196, 196, 0.4);
    overflow: hidden;
    padding-bottom: 10px;
}

.shopping-cart .shopping-cart-items img.img-product {
    float: left;
    margin-right: 12px;
    width: 70px;
}


.shopping-cart .shopping-cart-items .item-name {
    display: block;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #EC1F25;
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
    font-size: 12px;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #EC1F25;
    border-width: 13px;
    margin-left: -13px;
}

.shopping-cart-sum {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(197, 196, 196, 0.4);
    overflow: hidden;
    padding-bottom: 10px;
}

.shopping-cart-sum-text {
    float: left;
}

.shopping-cart-sum-price {
    float: right;
}

.shopping-cart-btn {
    display: flex;
}

.shopping-cart-btn-viewfull {
    width: 50%;
    padding-right: 10px;
}

.shopping-cart-btn-checkout {
    width: 50%;
    padding-left: 10px;
}


/* Menu */
.box-menu {
    /*margin-top: 20px;*/
}

.box-menu-wrapper {
    position: relative;
    width: 100%;
}

.bmw-large {
    position: relative;
    display: inline-block;
}

.btn-menu-large,
.btn-menu-large:hover,
.btn-menu-large:focus {
    display: inline-block;
    color: #fff;
    line-height: normal;
    width: 270px;
    text-transform: uppercase;
    background: #e3171b;
    padding: 15.5px 0 15.5px 18px;
}

.btn-menu-large i {
    margin-right: 10px;
}

.bmw-small {
    display: inline-block;
}

.bmw-small ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bmw-small ul li {
    display: inline-block;
    margin-right: 10px;
}

.bmw-small ul li:last-child {
    margin-right: 0;
}

.bmw-small ul li a {
    background-color: #EFEFEF;
    color: #000;
    padding: 6px 20px;
    border-radius: 40px;
}


.menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 9;
    display: none;
}
.menu-dropdown ul {
  max-height:300px;
  overflow-x: hidden;
  overflow-y: auto;
}

body.homepage .menu-dropdown {
    display: block;
}

.menu-dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-dropdown ul li {
    display: block;
    /*position: relative;*/
}

.menu-dropdown ul li a {
    display: block;
    padding: 5px 15px;
    color: #4D4D4D;
    font-size: 18px;
    position: relative;
}

.menu-dropdown ul li a:hover {
    color: #EC1F25;
}

.menu-dropdown ul li a img {
    width: 30px;
    margin-right: 15px;
}

.menu-dropdown ul li.list-dropdown a:after {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/></svg>");
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 38%;
    right: 15px;
}

.menu-dropdown>ul>li>.sub-list-dropdown {
    position: absolute;
    visibility: hidden;
    left: 100%;
    top: 0;
    /*width:460px;*/
    width: 275px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 8;
    border-left: 1px solid #eee;
    transition: all 0.5s ease;
    opacity: 0;
}

.menu-dropdown>ul>li:hover>.sub-list-dropdown {
    visibility: visible;
    transition: all 0.5s ease;
    opacity: 1;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box {
    display: flex;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box .slb-right {
    width: 50%;
    margin-left: 5px;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box .slb-left {
    width: 100%;
    max-height: 380px;
    overflow-x: auto;
    padding-right: 10px;
    margin-right: 5px;
}

/* width */
.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box .slb-left::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
}

/* Track */
.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box .slb-left::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 6px;
}

/* Handle */
.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box .slb-left::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

/* Handle on hover */
.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box .slb-left::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box h5 {
    display: inline-block;
    color: #4D4D4D;
    border-bottom: 1px solid #333333;
    font-weight: normal;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box ul {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box ul li {
    display: block;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box ul li a {
    padding: 2px 0;
    font-size: 15px;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box ul li a:hover,
.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box ul li a:focus {
    color: #EC1F25;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box span.slb-label {
    background-color: #EC1F25;
    color: #fff;
    font-size: 8px;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: 300;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box ul li a:after,
.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box a:after {
    display: none;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box .slb-right a {
    padding: 0;
}

.menu-dropdown>ul>li>.sub-list-dropdown .sub-list-box .slb-right img {
    width: 100%;
    margin-right: 0;
}


.navbar-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 995;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.bhfi-logo {
    display: inline-block;
    margin-right: 10px;
}

.bhfi-logo a {
    display: inline-block;
}

.bhfi-logo img {
    max-width: 240px;
}

.bhfi-menu {
    display: inline-block;
}

.bhfi-menu ul {
    padding: 0;
    margin: 0;
}

.bhfi-menu ul li {
    display: inline-block;
    margin: 0 20px;
}

.bhfi-menu ul li a {
    display: block;
    margin: 0 10px;
    color: #333;
}

.bhfi-menu ul li a:hover,
.bhfi-menu ul li a:focus {
    color: #EC1F25;
}




/*****************************************************
Super Sale
*****************************************************/
.box-supersale {
    background: url("../img/bg-flash.png") center top no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.bss-detail {
    text-align: center;
}

.bssd-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bssd-countdown {
    margin-bottom: 20px;
}

.bssd-countdown h3 {
    color: #fefd67;
    font-weight: normal;
}

.bssd-button {
    text-align: center;
    margin-bottom: 20px;
}

.bssd-btn {
    background: rgb(241, 26, 27);
    background: linear-gradient(90deg,
            rgba(241, 26, 27, 1) 0%,
            rgba(253, 102, 7, 1) 100%);
    padding: 10px 30px;
    border-radius: 40px;
    color: #fff;
    font-size: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
}

.bssd-btn:hover,
.bssd-btn:focus {
    background: rgb(241, 26, 27);
    background: linear-gradient(90deg,
            rgba(241, 26, 27, 1) 0%,
            rgba(253, 102, 7, 1) 100%);
    padding: 10px 30px;
    border-radius: 40px;
    color: #fff;
    font-size: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.bssd-list-product .swiper-container {
    width: 100%;
    height: 100%;
}

.bssd-list-product .swiper-slide {
    font-size: 18px;
    border-radius: 8px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;

}

.bssdlp-box {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.bssdlp-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.bssdlp-image {
    position: relative;
}

.bssdlp-image img {
    width: 100%;
    border-radius: 8px;
}

.bssdlp-label {
    background-color: #EC1F25;
    color: #fff;
    border-radius: 0 0 8px 8px;
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.bssdlp-label-left {
    width: 70%;
    text-align: left;
    padding: 5px 10px;
    font-size: 20px;
}

.bssdlp-label-right {
    width: 30%;
    text-align: right;
    padding: 5px 10px;
    font-size: 20px;
}

.bssdlp-label.promolabel {
    background-color: transparent;
}

.label-promo img {
    max-height: 73px;
    border-radius: 0 0 8px 8px;
}

.bssdlp-rating {
    text-align: left;
    padding: 0px 10px;
    color: #FFC916;
    line-height: 14px;
    height: 14px;
}

.bssdlp-rating i {
    margin-right: 5px;
    font-size: 14px;
}

.bssdlp-title {
    height: 54px;
    overflow: hidden;
}

.bssdlp-title a {
    padding: 0 10px 0px 10px;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 16px;
}

.bssdlp-price {
    color: #EC1F25;
    font-size: 20px;
    line-height: 1;
    padding: 0px 10px;
}

.bssdlp-price.only {
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    display: inline-block;
}

.bssdlp-discount {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 10px 10px 10px;
}
.bssdlp-discount.only {
    display: inline-block;
    line-height: 56px;
    height: 56px;
    vertical-align: middle;
    float: right;
}

.bssdlpd-price {
    font-size: 14px;
    color: #EC1F25;
    display: inline-block;
}

.bssdlp-price span,
.bssdlpd-price span {
    color: #999;
    position: relative;
}

.bssdlp-price span:after,
.bssdlpd-price span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;

    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.bssdlpd-date {
    font-size: 14px;
    float: right;
    margin-top: 5px;
    color: #999;
}


.head-br a.nav-link {
    background: rgb(47, 54, 143);
    background: linear-gradient(90deg, rgba(47, 54, 143, 1) 0%, rgba(0, 113, 178, 1) 100%);
    border-radius: 30px;
    padding: 8px 30px;
    margin-left: 10px;
    color: #fff;
    opacity: 0.7;
}

.head-br a.nav-link.active {
    opacity: 1;
}



/****************************************************************************
Time Countdown
****************************************************************************/
.flipper {
    color: #333;
    display: block;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    height: 1.7em;
}

.flipper.flipper-invisible {
    font-size: 0px !important;
}

.flipper-group {
    position: relative;
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.flipper-group label {
    position: absolute;
    color: #fff;
    font-size: 20%;
    top: 100%;
    line-height: 1em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    padding-top: 0.5em;
    font-weight: normal;
}

.flipper-digit {
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    height: 1.2em;
    overflow-y: hidden;
}

.flipper-digit span {
    font-size: 25%;
}

.flipper-delimiter {
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    color: #fff;
    min-width: 0.1em;
    white-space: nowrap;
    display: block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1em;
}

.digit-face {
    display: block;
    visibility: hidden;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
}

.digit-next {
    display: block;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 1.2em;
    background: #fff;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.digit-top {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    background: #fff;
    padding-top: 0.12em;
    padding-bottom: 0;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0s linear, -webkit-transform 0s linear;
    transition: transform 0s linear, background 0s linear;
    transition: transform 0s linear, background 0s linear,
        -webkit-transform 0s linear;
    -webkit-transform-origin: 0 0.6em 0 !important;
    transform-origin: 0 0.6em 0 !important;
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    z-index: 20;
}

.digit-top.r {
    transition: background 0.2s linear, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear;
    transition: transform 0.2s linear, background 0.2s linear,
        -webkit-transform 0.2s linear;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    background: #cccccc;
}

.digit-top2 {
    visibility: hidden;
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    background: #cccccc;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    line-height: 0em !important;
    top: 50% !important;
    bottom: auto !important;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0s linear, -webkit-transform 0s linear;
    transition: transform 0s linear, background 0s linear;
    transition: transform 0s linear, background 0s linear,
        -webkit-transform 0s linear;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    -webkit-transform-origin: 0 0 0 !important;
    transform-origin: 0 0 0 !important;
    z-index: 20;
}

.digit-top2.r {
    visibility: visible;
    transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s,
        -webkit-transform 0.2s linear 0.2s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    background: #fff;
}

.digit-bottom {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    background: #fff;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    line-height: 0em;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    transition: none;
}

.digit-bottom.r {
    transition: background 0.2s linear;
    background: #cccccc;
}

.flipper-digit:after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
    display: block;
    z-index: 30;
    left: 0;
    right: 0;
}

.flipper-dark {
    color: #fff;
}

.flipper-dark .flipper-delimiter {
    color: #333;
}

.flipper-dark .digit-next {
    background: #333;
}

.flipper-dark .digit-top {
    background: #333;
}

.flipper-dark .digit-top.r {
    background: black;
}

.flipper-dark .digit-top2 {
    background: black;
}

.flipper-dark .digit-top2.r {
    background: #333;
}

.flipper-dark .digit-bottom {
    background: #333;
}

.flipper-dark-labels .flipper-group label {
    color: #333;
}

/*****************************************************
PDFU
*****************************************************/
.box-pdfu {
    position: relative;
    /* padding: 30px 0 0 0; */
}

.box-pdfu .nav-link.first-nav.active {
    background: rgb(241, 26, 27);
    background: linear-gradient(90deg, rgba(241, 26, 27, 1) 0%, rgba(253, 102, 7, 1) 100%);
    border-radius: 30px;
    font-size: 20px;
}

.box-pdfu .nav.nav-pills {
    background-color: #F0F1F5;
    border-radius: 30px;
}

.box-pdfu .nav-link {
    padding: 8px 30px;
    margin-right: 10px;
    border-radius: 30px;
    color: #808080;
    font-size: 20px;
}

.box-pdfu .nav-link:hover,
.box-pdfu .nav-link:focus {
    color: #EC1F25;
}

.box-pdfu .nav-link.active,
.box-pdfu .nav-link.active:hover,
.box-pdfu .nav-link.active:focus {
    background: rgb(241, 26, 27);
    background: linear-gradient(90deg, rgba(241, 26, 27, 1) 0%, rgba(253, 102, 7, 1) 100%);
    border-radius: 30px;
    color: #fff;
}

/*****************************************************
Promotion
*****************************************************/
.box-product-promotion {
    background-color: #F7F7F7;
    padding: 20px 0 0 0;
}

.head-title {
    margin: 20px 0;
    position: relative;
}

.head-bl {
    border-left: 4px solid #ff3000;
    padding: 15px 0 0 7px;
    font-size: 24px;
}

.head-bl img {
    width: 50px;
    vertical-align: baseline;
}

.bpp-box {
    display: flex;
    overflow: hidden;
}

.bpp-left {
    width: 50%;
}

.bpp-right {
    width: 50%;
}

.bpp-landscape {
    margin-bottom: 10px;
    margin-right: 0px;
}

.bppl-landscape,
.bpp-landscape {
    position: relative;
}

.bppl-landscape a,
.bpp-landscape a {
    display: block;
}


.bppl-box {
    display: flex;
}

.bppl-landscape {
    width: 50%;
}


.bppr-box {
    display: flex;
}

.bppr-left {
    width: 50%;
}

.bppr-right {
    width: 50%;
}

.bppr-landscape {
    position: relative;
    margin-right: 5px;
    margin-left: 10px;
}

.bpprr-landscape {
    position: relative;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}

/*****************************************************
Bestseller
*****************************************************/
.box-product-bestseller {
    background-color: #FFF;
    padding: 20px 0 0 0;
}

.box-product-bestseller .head-bl {
    display: flex;
}

.box-product-bestseller .head-bl-icon {
    margin-right: 10px;
    position: relative;
    width: 50px;
}

.box-product-bestseller .head-bl img {
    width: 50px;
    vertical-align: baseline;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.head-bl-text {
    color: #4D4D4D;
}

.head-bl-text h3 {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
}

.head-bl-text h5 {
    color: #999;
    font-weight: normal;
    font-size: 16px;
}

.head-br {
    position: absolute;
    right: 0;
    top: 0;
}

.bssd-grid {
    width: calc(100%/5);
    float: left;
    padding: 10px;
}

.bssd-grid.col4 {
    width: calc(100%/4);
}

.bssd-grid.col4 .bssdlp-price.only {
    height: 57px;
}

.bpb-box {
    overflow: hidden;
}

/*****************************************************
Footer
*****************************************************/

.box-footer {
    position: relative;
    background-color: #F7F7F7;
}

.bf-copyright {
    background: #2b2b2b;
    padding: 20px 0;
    color: #fff;
    font-weight: 300;
}

.bfc-text {
    display: inline-block;
}

.bfc-paylogo {
    float: right;
}

.bfs-feature {
    padding: 45px 0;
    border-bottom: 2px solid #E6E6E6;
}

.bfsf-img {
    float: left;
    margin-right: 15px;
}

.bfsf-text {
    float: left;
}

.bfsf-text h5 {
    font-weight: bold;
    text-transform: uppercase;
    color: #231f20;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}

.bfsf-text p {
    font-size: 24px;
    text-transform: uppercase;
    color: #e3171b;
    letter-spacing: .25px;
}


.bf-site-menu {
    margin: 30px 0;
}

.bfs-menu h4 {
    margin-bottom: 20px;
}

ul.list-footer {
    padding-left: 20px;
    color: #666666;
}

ul.list-footer li a {
    font-size: 14px;
    color: #666666;
}

.text-footer li a,
.icon-footer {
    font-size: 14px;
    color: #666666;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    list-style: none;
    padding: 0;
}

.text-footer li a:hover,
.sider-bar-category .list-siderbar li a:hover {
    color: #000;
}

.icon-footer li {
    padding: 0 0 0 40px;
    position: relative;
}

.icon-footer i {
    color: #2b2b2b;
    width: 30px;
    text-align: center;
    font-size: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}


/*****************************************************
Social
*****************************************************/
.box-social-frame {
    padding: 30px 0;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

.fb-page iframe ._2p3a {
    width: 100% !important;
}


/*****************************************************
Product cate
*****************************************************/
.box-product-cate {
    padding : 30px 0 0 0;
    background-color: #F7F7F7;
}

.bpc-box {
    margin-bottom: 30px;
}

.bpc-head {
    border-left: 5px solid #ccc;
    display: flex;
    padding: 5px 5px 5px 10px;
    position: relative;
}

.bpc-head-icon {
    margin-right: 10px;
}

.bpc-head-icon img {
    width: 35px;
}

.bpc-head-text {
    font-size: 24px;
}

.bpc-tag-list {
    position: absolute;
    right: 0;
    top: 8px;
}

.bpc-tag-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bpc-tag-list ul li {
    display: inline-block;
    border-right: 1px solid #eee;
    float: left;
}

.bpc-tag-list ul li:last-child {
    border-right: 0;
}

.bpc-tag-list ul li a {
    padding: 0 15px;
    font-size: 20px;
    color: #000;
}

.bpc-tag-list ul li a:hover,
.bpc-tag-list ul li a:focus {
    color: #EC1F25;
}

/* Color border */
.bpc-head.thaifood {
    border-color: #ED8621;
}

.bpc-head.provinces {
    border-color: #3E67B0;
}



.bpc-wrap {
    margin: 10px 0;
}

.bpcw-banner {
    margin-top: 10px;
}


/*****************************************************
Review
*****************************************************/
.box-review {
    background-color: #F7F7F7;
    padding: 30px 0;
}

.bssdlp-title-text {
    height: 54px;
    overflow: hidden;
    margin: 10px 0;
}

.bssdlp-title-text a {
    padding: 0 10px 0px 10px;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}

.bpc-head.review {
    border-color: #3E67B0;
}

/*****************************************************
News
*****************************************************/
.box-news {
    background-color: #fff;
    padding: 30px 0;
}

.bpc-head.news {
    border-color: #EB2630;
}




/*****************************************************
Recommend
*****************************************************/
.box-recommend {
    margin: 30px 0;
}

.box-recommend .bpc-head {
    margin-bottom: 15px;
}



/*****************************************************
Page Product
*****************************************************/
.box-breadcrumb {
    margin: 30px 0;
}

.box-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-breadcrumb ul li {
    position: relative;
    display: inline-block;
    color: #000;
    margin-right: 15px;
    padding-right: 30px;
}

.box-breadcrumb ul li:after {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23333' stroke-width='1.5' d='M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z'/></svg>");
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 7px;
}

.box-breadcrumb ul li:last-child::after {
    display: none;
}

.box-breadcrumb ul li a {
    color: #000;
}

.box-breadcrumb ul li a:hover,
.box-breadcrumb ul li a:focus {
    color: #EC1F25;
}

/*****************************************************
Page Product
*****************************************************/
.box-product-details {
    position: relative;
}

.bpc-head.pproduct {
    border-color: #3E67B0;
}

.bpd-photo .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bpd-photo .swiper-slide {
    background-size: cover;
    background-position: center;
}

.bpd-photo .gallery-top {
    width: 100%;
}

.bpd-photo .gallery-top .swiper-slide img {
    width: 100%;
    cursor: pointer;
}

.bpd-photo .gallery-thumbs {
    padding: 10px 0;
}

.bpd-photo .gallery-thumbs .swiper-slide {
    opacity: 0.7;
    overflow: hidden;
    cursor: pointer;
}

.bpd-photo .gallery-thumbs .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.bpd-photo .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.bpdd-title {
    margin-bottom: 10px;
}

.bpdd-rating {
    margin-bottom: 10px;
    color: #FFC916;
}

.bpdd-rating i {
    margin-right: 10px;
}

.bpdd-price {
    color: #EC1F25;
    font-size: 36px;
}

.bpdd-price span {
    margin-right: 15px;
    color: #999;
    position: relative;
}

.bpdd-price span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: #999;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.bpdd-small-detail {
    margin-top: 10px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.bpdd-small-detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bpdd-small-detail ul li {
    display: inline-block;
    border-right: 2px solid #666;
    padding-right: 22px;
    margin-right: 15px;
}

.bpdd-small-detail ul li:last-child {
    border-right: 0;
}

.bpdd-ex-details {
    color: #4d4d4d;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px;
}

.bppds-list {
    overflow: hidden;
    margin-bottom: 10px;
}

.bppds-text {
    display: inline-block;
}

.bppds-list-select {
    display: inline-block;
}

.btn-select {
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.btn-select.focus,
.btn-select:hover,
.btn-select:focus {
    background-color: #eee;
    box-shadow: 0 0 0;
}

.btn-select.active,
.btn-select:hover.active,
.btn-select:focus.active {
    background-color: #EC1F25;
    border-color: #EC1F25;
    color: #fff;
}

.btn-select-color {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
}

.select-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-select-color.focus,
.btn-select-color:hover,
.btn-select-color:focus {
    box-shadow: 0 0 0;
}

.btn-select-color.active {
    border: 2px solid #000;
}

.bppds-list-select .btn-outline-secondary,
.bppds-list-select .btn-outline-secondary:hover {
    border: 0;
}

.bppds-list-select .form-control:focus,
.bppds-list-select .form-control.focus {
    box-shadow: 0 0 0;
    border-color: #0000;
    width: 100px;
}

.bppds-list-select .btn-outline-secondary.focus,
.bppds-list-select .btn-outline-secondary:focus {
    box-shadow: 0 0 0;
    border: 0;
}

.border-b {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px;
    padding-bottom: 20px;
}


.btn-buy {
    background: rgb(241, 26, 27);
    background: linear-gradient(90deg,
            rgba(241, 26, 27, 1) 0%,
            rgba(253, 102, 7, 1) 100%);
    padding: 10px 30px;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    margin-right: 15px;
}

.btn-buy:hover,
.btn-buy:focus {
    background: rgb(241, 26, 27);
    background: linear-gradient(90deg,
            rgba(241, 26, 27, 1) 0%,
            rgba(253, 102, 7, 1) 100%);
    padding: 10px 30px;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.btn-fav {
    background-color: #eee;
    font-size: 20px;
}

.btn-fav:hover,
.btn-fav:focus {
    background-color: #EC1F25;
    color: #fff;
}

/* Share */
.bpd-share {
    margin: 20px 0;
    text-align: center;
}

.bpds-text {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}

.bpds-icon {
    display: inline-block;
}

/*.fb_reset {
    display: inline-block;
}*/

.fb_iframe_widget {
    top: 10px;
}

.share-btn {
    background-color: #eee;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    font-size: 18px;
    padding: 5px;
    margin-right: 10px;
    color: #fff;
}

.share-btn:hover,
.share-btn:focus {
    color: #fff;
}

.share-btn.facebook {
    background-color: #3b5999;
}

.share-btn.line {
    background-color: #00c300;
}

.share-btn.twitter {
    background-color: #55acee;
}

/* Tags */
.bpd-tags {
    margin: 20px 0;
    text-align: center;
}

.bpd-tags ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bpd-tags ul li {
    display: inline-block;
    margin-bottom: 10px;
}

.bpd-tags ul li a {
    background-color: #EC1F25;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 3px 15px;
    display: inline-block;
}

/*****************************************************
Product Details Content
*****************************************************/
.box-product-details-content {
    margin: 30px 0;
    position: relative;
}

#bpdc-tabs.nav-tabs .nav-link {
    border-radius: 0;
}

#bpdc-tabs.nav-tabs .nav-item.show .nav-link,
#bpdc-tabs.nav-tabs .nav-link.active {
    border-radius: 0;
}

.bpdc-border {
    border: 1px solid #dee2e6;
    border-top: 0;
    padding: 20px;
}

.bpdc-content img {
    max-width: 100%;
}

/*****************************************************
Comment
*****************************************************/
.box-comment {
    padding: 30px 0;
    background-color: #eee;
}

.bc-review {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.bcr-left,
.bcr-right {
    text-align: center;
}

.bcr-rating {
    display: block;
}

.bcr-rating-star {
    display: inline-block;
    color: #FFC916;
}

.bcr-rating-star i {
    margin-right: 2px;
}

.bcr-rating-count {
    display: inline-block;
}

.bcr-right h5 {
    margin: 0;
}

.bcr-rating-sum {
    color: #EC1F25;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}

.bc-review-comment {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.bc-review-comment h4 {
    margin-bottom: 20px;
}

.bcr-avatar {
    text-align: center;
    margin-bottom: 10px;
}

.bcr-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.bcr-avatar-name {
    text-align: center;
    font-size: 18px;
}


.bcr-form .form-control.focus,
.bcr-form .form-control:focus {
    box-shadow: 0 0 0;
    border-color: #666;
}

.bcrfr-text {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}

.rating {
    unicode-bidi: bidi-override;
    display: inline-block;
}

.rating input {
    position: absolute;
    left: -999999px;
}

.rating label {
    display: inline-block;
    font-size: 0;
}

.rating>label:before {
    position: relative;
    font: 24px/1 'Font Awesome 5 Free';
    display: block;
    content: "\f005";
    color: #ccc;
    background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rating>label.selected:before,
.rating>label.selected~label:before {
    color: #FFC916;
    background: -webkit-linear-gradient(-45deg, #FFC916 0%, #FFC916 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.bcrf-btn {
    margin-top: 30px;
}

/* Review list */
.bc-review-list {
    padding: 0 20px;
}

.bcrl-list {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
}

.bcrl-list:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 13px;
    margin-left: -13px;
}

.bcrl-avatar {
    width: 20%;
    margin-right: 10px;
}

.bcrl-text {
    width: 50%;
    margin: 0 10px;
}

.bcrl-rating {
    width: 30%;
    margin-left: 10px;
}

.bcrl-verify {
    color: #00c300;
    font-size: 16px;
    margin-bottom: 15px;
}

.bcrl-content {
    font-size: 18px;
}

.bcrl-content-red {
    color: #EC1F25;
    font-weight: 600;
}

.bcrl-content-date {
    font-size: 12px;
}

.bcrl-rating {
    border-left: 1px solid #eee;
    padding-left: 15px;
}

.bcrl-rating h6 {
    margin-top: 10px;
}

.bcrl-rating .bpds-icon .share-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    padding: 5px;
    margin-right: 5px;
    color: #fff;
}


.bcrl-btn {
    margin: 30px 0;
}

.btn-load-review {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 10px 10px;
    display: block;
    color: #666;
}

.btn-load-review:hover,
.btn-load-review:focus {
    background-color: #EC1F25;
    color: #fff;
    border-color: #EC1F25;
}


/*****************************************************
Promotion
*****************************************************/
.box-promo-content {
    padding: 30px 0;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.bpc-wrap {
    font-size: 18px;
    /*margin-bottom: 50px;*/
}

.bpc-wrap hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.bpc-product {
    position: relative;
}

.bpcp-head {
    background-color: #F7F7F7;
    position: relative;
    border-radius: 30px;
}

.bpcp-title {
    background-color: #EC1F25;
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 24px;
}

.bpcp-total-page {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 9px;
    color: #666;
    font-size: 18px;
}


/*****************************************************
Cate page
*****************************************************/

.box-cate-product {
    margin: 30px 0;
}

.bcp-banner {
    margin-bottom: 20px;
}

.bcp-list-cate {
    border: 1px solid #ccc;
    padding: 15px;
}

.bcp-list-cate h6 {
    font-size: 18px;
    font-weight: normal;
}

img.bcp-icon {
    width: 30px;
}

ul.bcp-ullist {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.bcp-ullist li {
    padding-left: 5px;
    position: relative;
}

ul.bcp-ullist li:before {
    content: "- ";
    position: absolute;
    left: 0;
    line-height: 2;
}

ul.bcp-ullist li a {
    display: block;
    padding: 5px 0;
    position: relative;
    margin-left: 15px;
    color: #666666;
    padding-right: 15px;
}

ul.bcp-ullist li a:hover,
ul.bcp-ullist li a:focus {
    color: #EC1F25;
}

ul.bcp-ullist li a span {
    position: absolute;
    right: 0;
}

.bpcp-title.thaifood {
    background-color: #ED8621;
}

.bcp-product-list .bssdlp-title {
    height: 38px;
    overflow: hidden;
}

.bcp-product-list .bssdlp-title a {
    font-size: 15px;
    line-height: 1.3;
}

.bcp-product-list .bssdlp-price {
    margin-top: 5px;
}

.bcp-product-list .bssdlpd-price {
    font-size: 11px;
}

.bcp-product-list .bssdlpd-date {
    font-size: 11px;
}





/*****************************************************
Responsive
*****************************************************/
@media(max-width:1200px) {
    body{
        overflow-x:hidden;
    }

    ul.bhr-list li a {
        font-size: 13px;
    }

    .btn-menu-large,
    .btn-menu-large:hover,
    .btn-menu-large:focus {
        width: 230px;
    }

    .bmw-small ul li a {
        font-size: 14px;
    }

    .bssd-grid {
        width: calc(100%/4);
        float: left;
        padding: 10px;
    }
    /* .fb_reset{
        display: none;
    } */

}

@media(max-width:1366px) {
    .bh-top-header {
        display: none;
        position: relative;
    }


    .bh-fullbar {
        margin: 10px 0;
        display: block;
    }

    .bhf-logo {
        width: auto;
        margin: auto;
        text-align: center;
        margin-bottom: 15px;
    }

    .bhf-cart {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }

    .bhf-cart u {
        display: none;
    }

    .bhf-search {
        width: 100%;
        padding: 0;
    }

    .shopping-cart {
        top: 30px;
    }

    .shopping-cart:after {
        left: auto;
        right: 15px;
    }

    .bmw-small {
        /*display: none;*/
    }

    .bmw-large {
        /*display: block;*/
    }

    .btn-menu-large,
    .btn-menu-large:hover,
    .btn-menu-large:focus {
        width: 100%;
        display: block;
    }

    .bhf-menu-ham {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .bhf-menu-ham a {
        color: #000;
        font-size: 24px;
        display: inline-block;
    }

    .bhfi-logo img {
        width: 150px;
    }

    .bhfi-menu ul li {
        margin: 0;
    }

    .bhfi-menu ul li a {
        font-size: 13px;
    }

    /* Menu dropdown */
    .menu-dropdown {
        /*sasi edit*/
        /*position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 999;*/
    }

    .backdrop-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 998;
        display: none;
    }

    .backdrop-m-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 998;
        display: none;
    }

    /* Menu Slide Dropbox */
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #1d1d1f;
        overflow-x: hidden;
        transition: 0.5s;
        display: block;
    }

    ul.msidenav {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    ul.msidenav li {
        border-top: 1px solid #666;
    }

    ul.msidenav li:first-child {
        border-top: 0;
    }

    ul.msidenav li:last-child {
        border-bottom: 1px solid #666;
    }

    ul.msidenav li a {
        padding: 10px 10px 10px 30px;
        display: block;
        color: #999;
    }

    .homepage {
        position: relative;
        transition: left .5s;
    }

    .bssd-btn {
        font-size: 16px;
        padding: 10px 24px;
    }

    .box-pdfu .nav-link.first-nav.active {
        font-size: 17px;
    }

    .box-pdfu .nav-link {
        font-size: 17px;
        padding: 8px 15px;
    }

    .bfs-feature {
        padding: 35px 0;
    }

    .bssd-grid {
        width: calc(100%/5);
        float: left;
        padding: 10px;
    }

    .bssd-grid.col4 {
        width: calc(100%/3);
    }

    .bssd-grid.col4 .bssdlp-price.only {
        height: 57px;
    }

    .bfc-text {
        text-align: center;
        display: block;
    }

    .bfc-paylogo {
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .bfs-feature .col-lg-3 {
        margin-bottom: 15px;
    }

    .bpd-tags {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .bcp-list-cate h5 {
        font-size: 18px;
    }

    .bcp-list-cate h6 {
        font-size: 14px;
    }

    .bcp-ullist li a {
        font-size: 13px;
        margin-left: 7px !important;
    }
}


@media(max-width:767px) {
    .bhf-cart a {
        margin-top: 0;
    }

    .bhf-cart img {
        width: 34px;
    }

    .bhf-logo img {
        max-width: 100px;
    }

    .isearch {
        width: 90% !important;
        padding: 5px 15px;
        font-size: 13px;
    }

    .iselect {
        width: 70px !important;
        padding: 5px 15px;
        font-size: 13px;
    }
    .bh-fullbar .input-group{
        display: block;
    }

    .navbar-menu-fixed {
        display: none !important;
    }

    .bpp-box {
        display: block;
        overflow: hidden;
    }

    .bpp-left {
        width: 100%;
    }

    .bpp-right {
        width: 100%;
    }

    .bppr-landscape {
        margin-left: 0;
        margin-right: 5px;
        margin-top: 10px;
    }

    .bpprr-landscape {
        margin-left: 5px;
        margin-top: 10px;
        margin-right: 0px;
    }

    .head-br {
        position: relative;
        margin-top: 15px;
    }

    .bssd-grid {
        width: calc(100%/2);
        float: left;
        padding: 10px;
    }

    .bssd-grid.col4 {
        width: calc(100%/2);
    }

    .bssd-grid.col4 .bssdlp-price.only {
        height: 57px;
    }

    .bssdlpd-price {
        font-size: 10px;
    }

    .bssdlpd-date {
        font-size: 10px;
        float: right;
        margin-top: 7px;
        color: #999;
    }

    .bpc-head {
        display: block;
        overflow: hidden;
    }

    .bpc-head-icon {
        float: left;
    }

    .bpc-head-text {
        float: left;
    }

    .bpc-tag-list {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .bpc-tag-list ul li a {
        font-size: 15px;
    }

    .bpcw-banner {
        text-align: center;
    }

    .bpdd-small-detail ul li {
        display: block;
        border-right: 0px solid #666;
    }

    .bcr-left,
    .bcr-avatar-name {
        margin-bottom: 20px;
    }

    .bcrl-list {
        display: block;
    }

    .bcrl-avatar,
    .bcrl-text {
        width: 100%;
        border: 0;
        padding-left: 0;
        margin: 0;
    }

    .bcrl-rating {
        width: 100%;
        border: 0;
        border-top: 1px solid #eee;
        padding-left: 0;
        margin: 15px 0 0 0;
        padding-top: 15px;
    }

    .bpcp-title {
        font-size: 16px;
    }

    .bpcp-total-page {
        top: 8px;
        font-size: 12px;
    }

    .bcp-list-cate {
        margin-bottom: 30px;
    }
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
/*------------------------------------------------------------------

[Table of contents]
1. Effect CSS

-------------------------------------------------------------------*/
.effect-layla:after,.effect-oscar:before,.effect-apollo:before,.effect-layla:before,.effect-bubba:before,.effect-bubba:before, .effect-bubba:after{
    z-index: 5;
    display: block;
}
.effect-layla a,.effect-oscar a,.effect-apollo a,.effect-layla a,.effect-bubba a,.effect-bubba a, .effect-bubba a,.banners-effect5 a,.effect-hover-zoom a{
    z-index: 6;
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
}
.effect-oscar:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.effect-oscar:hover::before{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.effect-apollo:hover::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.effect-apollo:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.effect-layla:hover::before, .effect-layla:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.effect-layla img, .effect-layla::before, .effect-layla::after{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.effect-layla:before {
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 15px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.effect-layla::before, .effect-layla::after {
    position: absolute;
    content: '';
    opacity: 0;
}
.effect-layla:after {
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.effect-bubba:hover::before, .effect-bubba:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.effect-bubba:before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.effect-bubba:before, .effect-bubba:after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.effect-bubba:after {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.zoom-image-hover img{
    z-index: 1;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.zoom-image-hover:hover img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.banners-effect5:hover::after {
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    opacity: 0;
    transition-delay: .1s;
}
.banners-effect5:after {
    opacity: .5;
    border: 30px solid #fff;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
.banners-effect5:hover::before {
    border: 0 solid rgba(255,255,255,.7);
}
.banners-effect5:before {
    border: 70px solid rgba(255,255,255,0);
}
.banners-effect5:after, .banners-effect5:before {
    width: 100%;
    position: absolute;
    left: 0;
    transition: all .5s ease-in-out;
    top: 0;
    content: "";
    height: 100%;
    display: inline-block;
}
.effect-zoe:hover figcaption, .effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    position: absolute;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.effect-zoe figcaption p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.effect-zoe figcaption p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}
.effect-hover-zoom:hover img{
    transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
}
.effect-mask-image:hover a,.effect-mask-image:hover .tag-a-mask{
    opacity: 1;
}
.effect-mask-image a,.effect-mask-image .tag-a-mask{
    background: rgba(30,30,30,0.1);
    opacity: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.effect-category-product:before,.effect-category-product:after{
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    z-index: 1;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.effect-category-product:before {
    top: -100px;
    right: -100px;
    background: rgba(227,23,27,0);
background: -moz-linear-gradient(45deg, rgba(227,23,27,0) 0%, rgba(227,23,27,0) 61%, rgba(227,23,27,0.5) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(227,23,27,0)), color-stop(61%, rgba(227,23,27,0)), color-stop(100%, rgba(227,23,27,0.5)));
background: -webkit-linear-gradient(45deg, rgba(227,23,27,0) 0%, rgba(227,23,27,0) 61%, rgba(227,23,27,0.5) 100%);
background: -o-linear-gradient(45deg, rgba(227,23,27,0) 0%, rgba(227,23,27,0) 61%, rgba(227,23,27,0.5) 100%);
background: -ms-linear-gradient(45deg, rgba(227,23,27,0) 0%, rgba(227,23,27,0) 61%, rgba(227,23,27,0.5) 100%);
background: linear-gradient(45deg, rgba(227,23,27,0) 0%, rgba(227,23,27,0) 61%, rgba(227,23,27,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3171b', endColorstr='#e3171b', GradientType=1 );
}
.effect-category-product:after{
    bottom: -100px;
    left: -100px;
    background: rgba(227,23,27,0.5);
background: -moz-linear-gradient(45deg, rgba(227,23,27,0.5) 0%, rgba(227,23,27,0) 39%, rgba(227,23,27,0) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(227,23,27,0.5)), color-stop(39%, rgba(227,23,27,0)), color-stop(100%, rgba(227,23,27,0)));
background: -webkit-linear-gradient(45deg, rgba(227,23,27,0.5) 0%, rgba(227,23,27,0) 39%, rgba(227,23,27,0) 100%);
background: -o-linear-gradient(45deg, rgba(227,23,27,0.5) 0%, rgba(227,23,27,0) 39%, rgba(227,23,27,0) 100%);
background: -ms-linear-gradient(45deg, rgba(227,23,27,0.5) 0%, rgba(227,23,27,0) 39%, rgba(227,23,27,0) 100%);
background: linear-gradient(45deg, rgba(227,23,27,0.5) 0%, rgba(227,23,27,0) 39%, rgba(227,23,27,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3171b', endColorstr='#e3171b', GradientType=1 );
}
.effect-category-product:hover::before{
    top: 0;
    right: 0px;
}
.effect-category-product:hover::after{
    bottom: 0px;
    left: 0px;
}
.effect-hover-boxshadow{
    margin-bottom: 2px;
}
.effect-hover-boxshadow{
    -webkit-box-shadow: 0px 0px 0 -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0 -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0 -5px rgba(0,0,0,0.75);
    transition: box-shadow 0.8s ease;
    -o-transition: box-shadow 0.8s ease;
    -webkit-transition: box-shadow 0.8s ease;
    -moz-transition: box-shadow 0.8s ease;
}
.effect-hover-boxshadow:hover {
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
}
.swiper-slide {
  background: transparent;
}
.row.bn{
    display: flex;
    width: 100%;
}
.row.bn .col-md-3{
    width: 25%;
    display:inline-block;
}
.row.bn .col-md-9{
    width: 75%;
    display:inline-block;
}
@media only screen and (max-width: 648px) {
  .row.bn{
    display: block;
    width: 100%;
  }
  .row.bn .col-md-3{
    width: 100%;
    display:inline-block;
    }
    .row.bn .col-md-9{
        width: 100%;
        display:inline-block;
    }
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    #mobile {
    display: block;
    }
    #desktop{
    display: none;
    }
    .bmw-large {
    display: block;
    }

}
/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    #mobile {
    display: block;
    }
    #desktop{
    display: none;
    }
    .bmw-large {
    display: block;
    }

}
.container.mobile-index {
    /*background: #fff;*/
}
.swiper-slide {
    border: 0px;
}


#mobile{
    position: fixed;
    z-index: 9999999;
    top: 0;
    width: 100%;
    }
    #mobile .menu-item-has-children ul.sub-menu {
        display: none;
        padding-left: 20px;
    }

    #mobile .menu-item-has-children ul.visible {
        display: block;

    }
    
    #mobile .menu-item-has-children.open a:after {
    transform: rotate(90deg);
    }
    #mobile .menu-item-has-children ul.sub-menu a:after {
    display: none;
    }


    #mobile .iconquickmenub {
      font-size: 25px;
      color: #191818;
      line-height: unset;
    }
    @media  (max-width: 834px){
    .slide-mobile {
      /*top: 61px;*/
      position: relative;
      }
      .slider {
      margin-top: 62px;
      }
    }
    @media  (max-width: 808px){
    .modal-dialog {
        margin: 30% auto!important;
    }
    .home #mobile{
     padding-top: 0px;
    }
    .home .slide-mobile{
      overflow-x: hidden;
      top: 61px;
      position: relative;
    }
    .home .container-banner2{
      overflow-x: hidden;
      top: 61px;
      position: relative;
    }
    body.home section{
      position: relative;
      top: 61px;

    }
    .home footer{
      position: relative;
      top: 61px;

    }
  }
    @media (max-width: 414px){
    .home .slide-mobile {
    top: 40px;
    position: relative;
    }
    }
    @media (max-width: 414px){
    .home .container-banner2{
      position: relative;
      top: 152px;
    }
    body.home section{
      position: relative;
      /*top: 152px;*/

    }
    .home footer{
      position: relative;
      top: 152px;

    }
     #mobile .txtquickmenu{
      display:none;
    }
    .listquickmenub {
        float: right;
        padding: 0 2px;
    }
  }
  #dropdown_cart_list_mobile button.btn.btn-default.dropdown-toggle {
  padding: 7px 0;
  background: transparent;
  }
  #dropdown_cart_list_mobile  .bhf-cart a{
    padding:0;
  }
  @media (max-width: 768px){
.cart .dropdown-menu.pull-right {
right: 0px;
}
}
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    { 
        #mobile .txtquickmenu{
            display:none;
        }
    }
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    { #mobile .txtquickmenu{
        display:none;
    }
}

/* alert design */
.freeow {
    width: 350px;
}
.freeow .slide .icon {
    background-image: url(images/checked.png);
    background-size: contain;
}
.freeow .icon {
    top: 26px;
    left: 20px;
}
div.msgBox {
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 3px #b2bac3;
    -webkit-box-shadow: 0 0 3px #b2bac3;
    box-shadow: 0 0 11px #000;
    background-color: #fff;
    box-shadow: 0 0 3px #b2bac3;
    border-radius: 10px;
    width: 350px;
}
div.msgBoxTitle {
    display: none;
}
div.msgBoxImage img {
    height: 80px;
    width: 80px;
}


.msgBoxContainer {
    text-align: center;
}
div.msgBoxImage {
    float: unset;
    margin: 0 auto;
    display: block;
}
div.msgBoxButtons {
    text-align: center;
}
div.msgBoxContent {
    font-size: 16px;
    margin: 0 3px 6px;
    display: inline-block;
    float: unset;
    height: 90px;
    max-width: 260px;
    font-family: 'Kanit';
}
div.msgBoxButtons input[type=button] {
    cursor: pointer;
    margin: 2px;
    height: 31px;
    width: 90px;
    border: 1px solid #d7d8dd;
    background-color: #d7d8dd;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
}
div.msgBoxButtons input[type=button]:hover {
    background-color: #438cca;
    border: 1px solid #438cca;
}
.numitem {
    position: absolute;
    top: -5px;
    right: -9px;
    width: 16px;
    height: 16px;
    background: #e3191b;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 15px;
    border-radius: 4px;
}
.freeow .smokey h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}
.freeow .smokey .background {
    border: 0px solid #e2e2e2;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    opacity: .95;
    -moz-box-shadow: 2px 2px 3px #888;
    -webkit-box-shadow: 2px 2px 3px #888;
    box-shadow: 1px 1px 1px #c7cff5;
    padding: 10px 20px;
}
.freeow .close{
    opacity: 0.1;
}
@media only screen and (max-width:1194px) {
    .desktop-over .content-details {
      display: none;
    }

    .desktop-over .image-overlay {
      display: none;
    }
    .mobile-over{
      display: block;
    }
    .desktop-over{
      display: none;
    }
    .bg {
        margin-top: 40px;
    }

}

@media only screen and (min-width:1195px) {
    .desktop-over{
      display: block;
    }
    .mobile-over{
      display: none;
    }
    .desktop-over .content-details {
      position: absolute;
      text-align: center;
      padding-left: 1em;
      padding-right: 1em;
      width: 100%;
      top: 85%;
      left: 75%;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
    }

    .desktop-over:hover .content-details {
        top: 85%;
        left: 75%;
      opacity: 1;
    }

    .desktop-over .content-details h3 {
      color: #fff;
      font-weight: 500;
      letter-spacing: 0.15em;
      margin-bottom: 0.5em;
      text-transform: uppercase;
      font-size: 36px;
    }

    .desktop-over .content-details p {
      color: #fff;
      font-size: 0.8em;
    }

    .desktop-over .image-overlay {
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      height: 99%;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
      border-radius: 8px;
    }

    .desktop-over:hover .image-overlay {
      opacity: 1;
    }

    .fadeIn-top {
      top: 20%;
    }
  }
@media only screen and (max-width: 440px){
.bg {
  margin-top: 72px;
  }
}