        @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@400;700&family=Roboto:ital,wght@0,700;1,700&display=swap");
        /*------------- VARIABLE DECLARATIONS -------------*/
        /*------------- VARIABLE MENU -------------*/
        /*------------- SETUP -------------*/
        
        .overflow-hidden {
            overflow: hidden;
        }
        
        a {
            color: #000;
            text-decoration: none;
            outline: none;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        
        a:hover,
        a:focus {
            color: orange;
            text-decoration: none;
            outline: none;
        }
        
        a:active {
            outline: none;
        }
        
        .align-seft-center {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }
        
        .btn:focus {
            box-shadow: none
        }
        
        .block--title {
            font-family: "Montserrat", sans-serif;
        }
        
        .block--title .main--title {
            margin-bottom: 0;
            font-size: 28px;
            font-weight: 700;
            text-transform: uppercase;
            color: orange;
        }
        
        .block--title a.main--title:hover {
            color: orange;
        }
        
        .block--title .sub--title {
            margin-top: 5px;
            color: orange;
            font-size: 18px;
            text-transform: none;
            font-weight: 400;
        }
        
        .mr-15px {
            margin: 0 -15px;
        }
        
        .mr-15px .slick-slide {
            padding: 2px 15px;
        }
        
        .mr-10px {
            margin: 0 -10px;
        }
        
        .mr-10px .slick-slide {
            padding: 0px 10px;
        }
        
        .mr-10px .slick-prev {
            left: -2%;
        }
        
        .mr-10px .slick-next {
            right: -3%;
        }
        
        .slick-arrow {
            width: 35px;
            height: 35px;
            background: #fff;
            border-radius: 50%;
            border: 1px solid #ebebeb;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .slick-arrow:hover {
            background: orange;
        }
        
        .slick-arrow:hover::before {
            color: #fff;
        }
        
        .slick-arrow::before {
            font-size: 15px;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            opacity: 1;
            line-height: 35px;
        }
        
        .slick-prev {
            left: -1px;
        }
        
        .slick-prev::before {
            margin-left: -3px;
        }
        
        .slick-next {
            right: -1px;
        }
        
        .slick-next::before {
            margin-right: -3px;
        }
        
        .box-product-item {
            -webkit-box-shadow: 0 0 0 1px #f4f4f4;
            box-shadow: 0 0 0 1px #f4f4f4;
            position: relative;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            background: #fff;
        }
        
        .box-product-item:hover {
            //-webkit-box-shadow: 0 0 0 2px orange;
            //box-shadow: 0 0 0 2px orange;
        }
        
        .box-product-item:hover .block-product--image .block-product--button {
            top: 80%;
        }
        
        .box-product-item .block-product--image {
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .intro{
			font-weight:bold;
		}
        .box-product-item .block-product--image .block-product--button {
            position: absolute;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            top: 100%;
            left: 0;
            right: 0;
        }
        
        .box-product-item .block-product--image .block-product--button .btn--add {
            padding: 10px 14px;
            font-size: 15px;
            color: #fff;
            background-color: orange;
            font-weight: bold;
            border: 1px solid transparent;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .box-product-item .block-product--image .block-product--button .btn--add:hover {
            background: #fff;
            color: orange;
            border: 1px solid orange;
        }
        
        .box-product-item .block-product--content {
            padding: 20px 10px 20px 20px;
        }
        
        .box-product-item .block-product--content .block-product--title h3 {
            margin-bottom: 10px;
        }
        
        .box-product-item .block-product--content .block-product--title h3 a {
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            line-height: 20px;
            -webkit-box-orient: vertical;
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
        }
        
        .box-product-item .block-product--content .block-product--rating {
            margin-bottom: 10px;
            font-size: 13px;
        }
        
        .box-product-item .block-product--content .block-product--price {
            font-family: "Montserrat", sans-serif;
        }
        
        .box-product-item .block-product--content .block-product--price .price--sale {
            color: orange;
            font-size: 16px;
            font-weight: bold;
            margin-right: 7px;
        }
        
        .box-product-item .block-product--content .block-product--price .price--origin {
            text-decoration: line-through;
            font-size: 13px;
            color: #888888;
        }
        
        .box-product-item .block-product--tag {
            position: absolute;
            top: 0;
            left: 10px;
        }
        
        .box-product-item .block-product--tag img {
            max-width: 40px;
        }
        
        .box-news-item {
            position: relative;
            margin-bottom: 30px;
        }
        
        .box-news-item .block-news--content {
            padding-top: 25px;
        }
        
        .box-news-item .block-news--content .block-news--title h3 {
            line-height: 20px;
            margin-bottom: 0px;
        }
        
        .box-news-item .block-news--content .block-news--title h3 a {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            font-family: "Montserrat", sans-serif;
            color: #363636;
        }
        
        .box-news-item .block-news--content .block-news--title h3 a:hover {
            color: orange;
        }
        
        .box-news-item .block-news--content .block-news--postby {
            margin-top: 12px;
            font-size: 13px;
            font-weight: 400;
            color: #707070;
        }
        
        .box-news-item .block-news--content .block-news--postby span i {
            color: orange;
            margin-right: 8px;
        }
        
        .box-news-item .block-news--content .block-news--hometext {
            margin-top: 12px;
            color: #707070;
            border-top: 1px solid #ebebeb;
            padding-top: 15px;
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
        }
        
        .box-news-item .block-news--content .block-news--hometext span {
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            line-height: 20px;
            -webkit-box-orient: vertical;
        }
        
        .box-news-item .block-news--posttime {
            position: absolute;
            top: 10px;
            left: 10px;
            background: orange;
            color: #fff;
            border-radius: 50%;
            height: 60px;
            width: 60px;
            text-align: center;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .box-news-item .block-news--posttime span {
            display: block;
        }
        
        .box-news-item .block-news--posttime .date {
            font-weight: 700;
            font-size: 21px;
            line-height: 20px;
        }
        
        .box-news-item .block-news--posttime .month {
            font-size: 9px;
            font-weight: bold;
            color: #fff;
        }
        
        .show {
            visibility: visible !important;
            opacity: 1 !important;
        }
        
        .btn--button {
            display: block;
            font-size: 13px;
            border-radius: 30px;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            font-weight: bold;
            color: #fff;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .btn--hover-color {
            background: orange;
        }
        
        .btn--hover-color:hover {
            background: #fff;
            color: orange;
            border: 1px solid orange;
        }
        
        .btn--color {
            background: #7b8395;
        }
        
        .btn--color:hover {
            background: #fff;
            color: #7b8395;
            border: 1px solid #7b8395;
        }
        /*============= HEADER =============*/
        
        .box-scroll-top {
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            visibility: hidden;
            opacity: 0;
            position: fixed;
            z-index: 99;
            right: 15px;
            bottom: 30px;
            cursor: pointer;
        }
        
        .box-scroll-top i {
            color: #fff;
            display: block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border: 1px solid transparent;
            border-radius: 50%;
            text-align: center;
            background: orange;
            font-size: 20px;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .box-scroll-top i:hover {
            color: orange;
            border: 1px solid orange;
            background: transparent;
            -webkit-box-shadow: 0 0 0 2px orange;
            box-shadow: 0 0 0 2px orange;
        }
        
        .box-cart .block-minicart {
            position: relative;
        }
        
        .box-cart .block-minicart>a>img {
            max-width: 35px;
        }
        
        .box-cart .block-minicart .count-item {
            color: orange;
            position: absolute;
            top: -4px;
            right: -6px;
            background-color: #fff;
            border-radius: 50%;
            width: 20px;
            text-align: center;
            height: 20px;
            line-height: 17px;
            font-size: 13px;
            border: 1px solid #888;
        }
        
        .box-cart .block-minicart:hover .box-cart-hidden {
            visibility: visible;
            opacity: 1;
        }
        
        .box-cart .block-minicart .box-cart-hidden {
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: calc(100% + 12px);
            min-width: 400px;
            right: 0px;
            background: #fff;
            border-radius: 3px;
            text-align: center;
            border: 1px solid #efefef;
            padding: 8px 10px;
            -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
            z-index: 2;
        }
        
        .box-cart .block-minicart .box-cart-hidden::before {
            content: "";
            position: absolute;
            border: 9px solid transparent;
            border-bottom: 9px solid #fff;
            bottom: 100%;
            right: 10px;
            height: 0;
            width: 0;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list {
            overflow-y: scroll;
            margin: 0;
            padding: 0;
            list-style: none;
            max-height: 300px;
            margin-bottom: 20px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #fff;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list::-webkit-scrollbar {
            width: 5px;
            background-color: #fff;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: orange;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item {
            overflow: hidden;
            font-family: "Montserrat", sans-serif;
            text-align: left;
            border-bottom: 1px solid #e9edf5;
            padding-bottom: 20px;
            margin-bottom: 10px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--image {
            float: left;
            margin-right: 10px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--image img {
            max-width: 120px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content {
            float: left;
            max-width: 200px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content h3 {
            line-height: 0.875;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content h3 .product--title {
            font-size: 13px;
            color: #000;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content h3 .product--title:hover {
            color: orange;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--price {
            font-size: 14px;
            font-weight: bold;
            color: orange;
            margin-bottom: 5px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group {
            max-width: 80px;
            border-radius: 30px;
            overflow: hidden;
            border: 1px solid #eaebf3;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group .input--qualities {
            text-align: center;
            border: none;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group .input--qualities::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group .input--qualities:focus {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group .btn--value {
            background: #fff;
            color: #8d90a6;
            font-size: 20px;
            padding: 0 10px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--content .product--qualities .input-group .btn--value:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--button {
            float: right;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--button .btn--delete {
            background: transparent;
            font-size: 14px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--button .btn--delete:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden-list .cart-item .cart--button .btn--delete:hover {
            color: red;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--total {
            overflow: hidden;
            font-family: "Montserrat", sans-serif;
            text-align: left;
            padding: 0 30px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--total .total--price {
            float: right;
            font-size: 18px;
            font-weight: bold;
            color: orange;
            margin-bottom: 5px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--button .btn {
            font-size: 13px;
            border-radius: 30px;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            font-weight: bold;
            color: #fff;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            margin-top: 10px;
            padding: 0 25px;
            line-height: 40px;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--button .btn.btn--payment {
            background: orange;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--button .btn.btn--payment:hover {
            color: orange;
            background-color: #fff;
            border: 1px solid orange;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--button .btn.btn--cart {
            background: #7b8395;
        }
        
        .box-cart .block-minicart .box-cart-hidden .block-cart-hidden--button .btn.btn--cart:hover {
            color: #7b8395;
            background-color: #fff;
            border: 1px solid #7b8395;
        }
        
        .box-header .block-header-top {
            padding: 10px;
        }
        
        .box-header .block-header-top ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-header .block-header-top ul li {
            display: inline-block;
            margin-right: 12px;
        }
        
        .box-header .block-header-top ul li .icon--border {
            margin-right: 5px;
            font-size: 14px;
        }
        
        .box-header .block-header-top ul li .icon--border i {
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid orange;
            border-radius: 50%;
            text-align: center;
        }
        
        .box-header .block-header-top ul li a {
            font-size: 15px;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .box-header .block-header-top ul.header-top-right {
            text-align: right;
        }
        
        .box-header .block-header-top ul.header-top-right li:last-child {
            margin-right: 0px;
        }
        
        .box-header .block-header-top ul.header-top-left li:last-child {
            margin-right: 0px;
        }
        
        .box-header .block-header-center {
            padding: 10px 0;
            background: #040830;
        }
        
        .box-header .block-header-center .block-header-center-right>ul {
            text-align: right;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-header .block-header-center .block-header-center-right>ul>li {
            display: inline-block;
            margin: 10px 0;
        }
        
        .box-header .block-header-center .block-header-center-right>ul>li:first-child {
            margin-right: 25px;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account {
            position: relative;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account>a>img {
            width: 35px;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account:hover .sub-account {
            visibility: visible;
            opacity: 1;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account {
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            visibility: hidden;
            opacity: 0;
            margin: 0;
            padding: 0;
            list-style: none;
            position: absolute;
            top: calc(100% + 12px);
            min-width: 180px;
            left: -70px;
            background: #fff;
            border-radius: 3px;
            text-align: center;
            border: 1px solid #efefef;
            padding: 8px 10px;
            -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
            z-index: 2;
            text-align: left;
            font-family: "Montserrat", sans-serif;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account::before {
            content: "";
            position: absolute;
            border: 9px solid transparent;
            border-bottom: 9px solid #fff;
            bottom: 100%;
            right: 82px;
            height: 0;
            width: 0;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li .btn {
            display: block;
            font-size: 13px;
            border-radius: 30px;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            font-weight: bold;
            color: #fff;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a.btn--login {
            background: orange;
            margin-bottom: 10px;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a.btn--login:hover {
            color: orange;
            background-color: #fff;
            border: 1px solid orange;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a:not(.btn) {
            display: block;
            color: #000;
            padding: 5px;
            font-size: 15px;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a:not(.btn):hover {
            color: #fff;
            background: orange;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a.btn--register {
            background: #7b8395;
        }
        
        .box-header .block-header-center .block-header-center-right .block-header--account .sub-account li a.btn--register:hover {
            color: #7b8395;
            background-color: #fff;
            border: 1px solid #7b8395;
        }
        
        .box-header .block-header-bottom {
            background: orange;
        }
        
        .box-menu .wsmenu .wsmenu-list {
            background: transparent;
        }
        
        .box-menu .wsmenu .wsmenu-list>li ul.sub-menu>li {
            margin: 0 20px;
        }
        
        .box-menu .wsmenu .wsmenu-list>li ul.sub-menu>li:last-child a {
            border-bottom: 0px;
        }
        
        .box-menu .wsmenu .wsmenu-list>li ul.sub-menu>li>a {
            font-size: 14px;
            line-height: 24px;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            padding: 12px 10px 12px 0px;
            color: #000;
            border-bottom: solid 1px #f4f4f4;
        }
        
        .box-menu .wsmenu .wsmenu-list>li ul.sub-menu>li>a:hover {
            background: transparent;
            color: orange;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu {
            padding: 25px 20px 25px 15px;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .title {
            border-bottom: none;
            height: auto;
            margin-bottom: 15px;
            padding: 0;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .title a {
            font-size: 15px;
            font-weight: bold;
            color: orange;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .title a:hover {
            color: #000;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .link-list {
            margin-bottom: 30px;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .link-list ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .link-list ul li a {
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            padding: 5px 0;
            background: transparent;
        }
        
        .box-menu .wsmenu .wsmenu-list>li .wsmegamenu .link-list ul li a:hover {
            text-decoration: none;
            color: orange;
        }
        
        .box-menu .wsmenu .wsmenu-list>li:first-child a::before {
            content: "";
        }
        
        .box-menu .wsmenu .wsmenu-list>li>a {
            line-height: 60px;
            color: #fff;
            padding: 0 20px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-transform: uppercase;
        }
        
        .box-menu .wsmenu .wsmenu-list>li>a>i {
            margin-left: 7px;
        }
        
        .box-menu .wsmenu .wsmenu-list>li>a:hover,
        .box-menu .wsmenu .wsmenu-list>li>a.active {
            color: #000;
        }
        
        .box-search form {
            border: 1px solid orange;
            border-radius: 30px;
            overflow: hidden;
        }
        
        .box-search form .input--field {
            border: none;
            line-height: 30px;
            padding-left: 20px;
            font-size: 14px;
        }
        
        .box-search form .input--field:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-search form .input--field::-webkit-input-placeholder {
            color: #888;
        }
        
        .box-search form .input--field:-ms-input-placeholder {
            color: #888;
        }
        
        .box-search form .input--field::-ms-input-placeholder {
            color: #888;
        }
        
        .box-search form .input--field::placeholder {
            color: #888;
        }
        
        .box-search form .btn--search {
            background: orange;
            color: #fff;
            padding: 0 20px;
            font-size: 14px;
        }
        /*============= END HEADER =============*/
        /*============= ARTICLE =============*/
        
        section:nth-child(even) {
            background-color: #fff3f3;
        }
        
        .box-product {
            position: relative;
        }
        
        .box-product::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 70px;
            border-top: 25px solid #fff3f3;
            border-left: 35px solid transparent;
            border-right: 35px solid transparent;
        }
        
        .box-categories {
            position: relative;
        }
        
        .box-categories::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 70px;
            border-top: 25px solid #fff;
            border-left: 35px solid transparent;
            border-right: 35px solid transparent;
        }
        
        .box-categories:nth-child(even) {
            background-color: #fff;
        }
        
        .box-categories:nth-child(even)::before {
            border-top: 25px solid #fff3f3;
        }
        /*------------- BANNER -------------*/
        
        .box-banner .slick-dotted.slick-slider {
            margin-bottom: 0px;
        }
        
        .box-banner .slick-dots {
            bottom: 15px;
        }
        
        .box-banner .slick-dots li {
            margin: 0;
        }
        
        .box-banner .slick-dots li.slick-active button::before {
            opacity: 1;
        }
        
        .box-banner .slick-dots li button:before {
            font-size: 10px;
            color: #fff;
        }
        /*------------- END BANNER -------------*/
        /*------------- PARTNER -------------*/
        
        .box-partner {
            padding: 30px 0;
        }
        
        .box-partner .block--title {
            padding-top: 20px;
        }
        /*------------- END PARTNER -------------*/
        /*------------- PRODUCT -------------*/
        
        .box-product,
        .box-relative {
            padding: 10px 0 40px;
        }
        
        .box-product .block--title,
        .box-relative .block--title {
            position: relative;
            text-align: center;
            margin-bottom: 10px;
        }
        
        .box-product .block--title .main--title,
        .box-relative .block--title .main--title {
            display: inline-block;
            padding: 10px 25px;
            //background: #fff;
        }
        
        .box-product .block--title::before,
        .box-relative .block--title::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 1px;
            background: orange;
            bottom: 53%;
            z-index: -1;
        }
        /*------------- END PRODUCT -------------*/
        /*------------- CATEGORIES -------------*/
        
        .box-categories {
            padding: 70px 0 40px;
        }
        
        .box-categories .block-categories {
            border-radius: 6px;
            background: #fff;
            border: 8px solid orange;
            position: relative;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .box-categories .block-categories .block-categories--content {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 10%;
            right: 10%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }
        
        .box-categories .block-categories .block-categories--content .block-categories--title {
            margin-top: 30px;
        }
        
        .box-categories .block-categories .block-categories--content .block-categories--title::before {
            content: "";
            width: 50px;
            height: 5px;
            margin: 0 auto 25px;
            background: orange;
            display: block;
        }
        
        .box-categories .block-categories .block-categories--content .block-categories--title h3 a {
            font-size: 30px;
            font-weight: 700;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            line-height: 42px;
        }
        
        .box-categories .block-categories .block-categories--content .btn--more {
            line-height: 38px;
            padding: 0 20px;
            background: orange;
            color: #fff;
            font-size: 13px;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            border-radius: 0;
            font-weight: bold;
            text-transform: uppercase;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .box-categories .block-categories .block-categories--content .btn--more:hover {
            background: #fff;
            color: orange;
            border: 1px solid orange;
        }
        /*------------- END CATEGORIES -------------*/
        /*------------- POST -------------*/
        
        .box-post {
            padding-bottom: 40px;
        }
        
        .box-post .block--title {
            text-align: center;
            padding: 50px 0 30px;
        }
        /*------------- END POST -------------*/
        /*============= END ARTICLE =============*/
        /*============= FOOTER =============*/
        
        .box-newsletter {
            background: #040830;
            padding: 40px 0;
        }
        
        .box-newsletter .block-newsletter--form form {
            border-radius: 30px;
            overflow: hidden;
        }
        
        .box-newsletter .block-newsletter--form form .input--field {
            border: none;
            line-height: 30px;
            padding-left: 25px;
            padding-right: 25px;
            font-size: 14px;
        }
        
        .box-newsletter .block-newsletter--form form .input--field:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-newsletter .block-newsletter--form form .input--field::-webkit-input-placeholder {
            color: #888;
        }
        
        .box-newsletter .block-newsletter--form form .input--field:-ms-input-placeholder {
            color: #888;
        }
        
        .box-newsletter .block-newsletter--form form .input--field::-ms-input-placeholder {
            color: #888;
        }
        
        .box-newsletter .block-newsletter--form form .input--field::placeholder {
            color: #888;
        }
        
        .box-newsletter .block-newsletter--form form .btn--newsletter {
            position: relative;
            z-index: 3;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            border-radius: 30px;
            padding: 0 25px;
            background-color: orange;
            color: #fff;
            text-transform: none;
            margin-left: -20px;
            border: 1px solid transparent;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        
        .box-newsletter .block-newsletter--form form .btn--newsletter:hover {
            background-color: #fff;
            color: orange;
            border: 1px solid orange;
        }
        
        .box-footer {
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
            background: url(../images/bg_cosmetics.png);
            background-size: cover;
            background-repeat: no-repeat;
            padding: 60px 0 40px;
            color: #fff;
        }
        
        .box-footer .block-footer--title h3 {
            font-size: 14px;
            font-family: "Quicksand", sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .box-footer .block-footer--address h3 {
            font-size: 18px;
            font-family: "Montserrat", sans-serif;
            margin-bottom: 0;
            margin-top: 10px;
        }
        
        .box-footer .block-footer--address h3 span {
            padding: 2px 0;
            display: block;
            line-height: 21px;
        }
        
        .box-footer .block-footer--address ul {
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 10px;
        }
        
        .box-footer .block-footer--address ul li {
            margin-bottom: 7px;
        }
        
        .box-footer .block-footer--list ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-footer .block-footer--list ul li {
            margin-bottom: 0px;
            font-size: 14px;
            line-height: 32px;
        }
        
        .box-footer .block-footer--list ul li a {
            color: #fff;
        }
        
        .box-footer .block-footer--list ul li a:hover {
            color: orange;
        }
        
        .box-footer .block-footer--contact ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-footer .block-footer--contact ul li {
            display: inline-block;
        }
        
        .box-footer .block-footer--contact ul li a {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border: 1px solid #fff;
            border-radius: 50%;
            text-align: center;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            color: #fff;
        }
        
        .box-footer .block-footer--contact ul li a:hover {
            background: orange;
            border: 1px solid orange;
        }
        
        .box-footer .block-footer--contact ul li+li {
            margin-left: 10px;
        }
        
        .box-footer .block-footer--payment {
            margin-top: 22px;
        }
        
        .box-copyright {
            text-align: center;
            font-size: 14px;
            padding: 5px 0px;
            background: #17171a;
            color: #959595;
            font-family: "Montserrat", sans-serif;
        }
        
        .box-copyright p {
            margin: 0;
            line-height: 40px;
        }
        
        .box-copyright p span {
            color: orange;
        }
        
        .box-copyright p a {
            color: #fff;
        }
        /*============= END FOOTER =============*/
        
        .block-wapper--title {
            font-size: 20px;
            font-family: "Quicksand", sans-serif;
        }
        
        .block-wapper--title h1 {
            font-size: 28px;
            margin-bottom: 25px;
        }
        
        .block-wapper--title h3 {
            font-size: 24px;
            margin: 0;
            font-weight: bold;
        }
        
        .box-contact {
            margin: 30px 0;
        }
        
        .box-contact .block-contact-information {
            padding-bottom: 15px;
            margin-bottom: 30px;
            border-bottom: 1px solid #ebebeb;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
        }
        
        .box-contact .block-contact-information ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-contact .block-contact-information ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .box-contact .block-contact-information ul li span i {
            color: orange;
            margin-right: 10px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border: 1px solid orange;
            border-radius: 50%;
            text-align: center;
        }
        
        .box-contact .block-contact-form {
            font-family: "Montserrat", sans-serif;
        }
        
        .box-contact .block-contact-form h3 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 25px;
        }
        
        .box-contact .block-contact-form .form-group {
            margin-bottom: 0px;
        }
        
        .box-contact .block-contact-form .form-group .form-control {
            color: #636363;
            border-radius: 30px;
            border-color: #ebebeb;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 15px;
        }
        
        .box-contact .block-contact-form .form-group .input--field {
            padding: 0 20px;
            margin-bottom: 10px;
            line-height: 50px;
        }
        
        .box-contact .block-contact-form .form-group .area--field {
            padding: 10px 15px;
            margin-bottom: 30px;
        }
        
        .box-contact .block-contact-form .btn--submit {
            width: 100%;
            padding: 0 30px;
            background: orange;
            line-height: 50px;
            border-radius: 30px;
            color: #fff;
            border: 1px solid transparent;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            margin-bottom: 30px;
        }
        
        .box-contact .block-contact-form .btn--submit:hover {
            color: orange;
            background: transparent;
            border: 1px solid orange;
        }
        
        .box-wapper-post {
            margin: 30px 0;
        }
        
        .box-single-post {
            font-family: "Montserrat", sans-serif;
            margin: 30px 0;
        }
        
        .box-single-post .block-single-post--title {
            margin-top: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .box-single-post .block-single-post--title .single-post--posttime {
            margin-right: 20px;
            background: orange;
            color: #fff;
            border-radius: 50%;
            height: 60px;
            width: 60px;
            text-align: center;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .box-single-post .block-single-post--title .single-post--posttime span {
            display: block;
        }
        
        .box-single-post .block-single-post--title .single-post--posttime .date {
            font-weight: 700;
            font-size: 21px;
            line-height: 20px;
            margin-bottom: 3px;
        }
        
        .box-single-post .block-single-post--title .single-post--posttime .month {
            font-size: 9px;
            font-weight: bold;
            color: #fff;
        }
        
        .box-single-post .block-single-post--title .single-post--postby {
            margin-top: 12px;
            font-size: 13px;
            font-weight: 400;
            color: #707070;
        }
        
        .box-single-post .block-single-post--title .single-post--title h3 {
            margin-bottom: 0;
            font-size: 26px;
            padding-bottom: 5px;
            padding-top: 5px;
            color: #363636;
        }
        
        .box-single-post .block-single-post--content {
            font-size: 14px;
            color: #707070;
            margin: 15px;
            padding-top: 20px;
            border-top: 1px solid #ebebeb;
        }
        
        .box-single-post .block-single-post--content * {
            font-family: "Montserrat", sans-serif;
            font-size: 16px !important;
        }
        
        .box-wapper-shop {
            margin: 30px 0;
        }
        
        .box-wapper-shop .box-product-item {
            margin-bottom: 30px;
        }
        
        .box-sort {
            padding: 0 15px;
            margin-bottom: 20px;
            font-size: 14px;
            font-family: "Quicksand", sans-serif;
            overflow: hidden;
        }
        
        .box-sort .block-sort {
            text-align: right;
        }
        
        .box-sort .block-sort .form-group {
            margin: 0;
            overflow: hidden;
        }
        
        .box-sort .block-sort .form-group .block-wapper--title {
            margin: 3px 30px 0;
        }
        
        .box-sort .block-sort .form-group .select--field {
            font-family: "Montserrat", sans-serif;
            float: right;
            width: 60%;
            line-height: 30px;
            padding-left: 20px;
            font-size: 14px;
            border-radius: 30px;
            border: 1px solid orange;
        }
        
        .box-sort .block-sort .form-group .select--field:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-list-categories .block-wapper--title {
            margin-bottom: 15px;
        }
        
        .box-list-categories .block-list-categories--content {
            font-family: "Montserrat", sans-serif;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-list-categories .block-list-categories--content li h3.title {
            position: relative;
            margin-bottom: 0;
        }
        
        .box-list-categories .block-list-categories--content li h3.title>a {
            display: block;
            padding: 7px 0;
            margin-right: 30%;
            font-size: 14px;
        }
        
        .box-list-categories .block-list-categories--content li h3.title .plus--icon {
            display: none;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
            position: absolute;
            right: 10px;
            bottom: 0;
            cursor: pointer;
            font-size: 16px;
        }
        
        .box-list-categories .block-list-categories--content li h3.title.active .plus--icon {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }
        
        .box-list-categories .block-list-categories--content li ul {
            margin: 0;
            padding: 0;
            list-style: none;
            padding-left: 20px;
        }
        
        .box-list-categories .block-list-categories--content li ul li a {
            font-size: 14px;
        }
        
        .box-filter-item {
            font-family: "Montserrat", sans-serif;
        }
        
        .box-filter-item:hover>input {
            border: 1px solid orange;
            background: orange;
        }
        
        .box-filter-item:hover>input::before {
            color: #fff;
        }
        
        .box-filter-item:hover label {
            color: orange;
        }
        
        .box-filter-item>input {
            position: relative;
            top: 2px;
            height: 15px;
            width: 15px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 1px solid #0003;
            border-radius: 2px;
            outline: none;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            background-color: #fff;
            margin-right: 5px;
            cursor: pointer;
        }
        
        .box-filter-item>input::before {
            content: "\f00c";
            z-index: 2;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            left: 0;
            right: -1px;
            top: -1px;
            bottom: 0;
            font-size: 10px;
            text-align: center;
            color: transparent;
        }
        
        .box-filter-item>input:checked {
            border: 1px solid orange;
            background: orange;
        }
        
        .box-filter-item>input:checked::before {
            color: #fff;
        }
        
        .box-filter-item label {
            cursor: pointer;
            color: #7b8395;
            font-size: 14px;
        }
        
        .box-filter {
            margin-top: 20px;
        }
        
        .box-filter .block-wapper--title {
            margin-bottom: 15px;
        }
        
        .box-filter .block-filter-list {
            max-height: 210px;
            overflow-y: scroll;
        }
        
        .box-filter .block-filter-list::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #fff;
        }
        
        .box-filter .block-filter-list::-webkit-scrollbar {
            width: 5px;
            background-color: #fff;
        }
        
        .box-filter .block-filter-list::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: orange;
        }
        
        .box-filter .block-filter-list ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .box-filter .block-filter-list ul li {
            margin-bottom: 7px;
        }
        
        .box-filter .block-filter-list ul li:last-child {
            margin-bottom: 0;
        }
        
        .box-filter .block-filter-list ul li label {
            margin: 0;
        }
        
        .filter-checked {
            overflow: hidden;
            margin-bottom: 20px;
            font-family: "Quicksand", sans-serif;
        }
        
        .filter-checked>span {
            display: inline-block;
            padding: 5px 15px 5px 10px;
            color: #fff;
            background: orange;
            border-bottom-right-radius: 20px;
            border-top-right-radius: 20px;
        }
        
        .filter-checked>span+span {
            margin-left: 15px;
        }
        
        .filter-checked a i {
            font-size: 12px;
            margin-left: 10px;
            color: #333;
        }
        
        .filter-checked .btn--button {
            float: right;
        }
        
        .box-feature {
            margin-top: 20px;
        }
        
        .box-feature .block-feature-item {
            font-family: "Montserrat", sans-serif;
            overflow: hidden;
            padding: 20px 0;
            border-bottom: 1px solid #ebebeb;
        }
        
        .box-feature .block-feature-item:last-child {
            border-bottom: none;
        }
        
        .box-feature .block-feature-item .block-feature--image {
            float: left;
            margin-right: 15px;
            max-width: 90px;
        }
        
        .box-feature .block-feature-item .block-feature--content .block-feature--title h3 {
            margin-bottom: 15px;
            line-height: 0.675;
        }
        
        .box-feature .block-feature-item .block-feature--content .block-feature--title h3 a {
            font-size: 14px;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            line-height: 20px;
            -webkit-box-orient: vertical;
        }
        
        .box-feature .block-feature-item .block-feature--content .block-feature--price .price--sale {
            font-size: 14px;
            color: orange;
        }
        
        .box-feature .block-feature-item .block-feature--content .block-feature--price .price--origin {
            text-decoration: line-through;
            font-size: 12px;
            margin-left: 5px;
            color: #7b8395;
        }
        
        .box-feature .block-feature--button {
            margin-top: 20px;
        }
        
        .box-feature .block-feature--button .btn--feature-button {
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
        }
        
        .box-feature .block-feature--button .btn--feature-button i {
            margin-left: 5px;
        }
        
        .box-wapper-post .box-list-categories .block-list-categories--content li h3.title>a,
        .box-single-post .box-list-categories .block-list-categories--content li h3.title>a {
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            line-height: 20px;
            -webkit-box-orient: vertical;
            margin: 0;
        }
        
        .box-single-product {
            margin: 30px 0;
        }
        
        .box-single-product .block-single-product--image .single-product-image--show {
            border: 2px solid orange;
        }
        
        .box-single-product .block-single-product--image .single-product-image--slider {
            width: 70%;
            margin: 20px auto 0;
        }
        
        .box-single-product .block-single-product--image .single-product-image--slider .mz-thumb-selected {
            border: 1px dashed orange;
        }
        
        .box-single-product .block-single-product--image .single-product-image--slider .mz-thumb-selected img {
            -webkit-filter: none;
            filter: none;
        }
        
        .box-single-product .block-single-product--image .single-product-image--slider .mz-thumb img {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-single-product .block-single-product--image .single-product-image--slider .mz-thumb:hover:not(.mz-thumb-selected) img {
            -webkit-filter: none;
            filter: none;
        }
        
        .box-single-product .block-single-product--content {
            font-family: "Montserrat", sans-serif;
        }
        
        .box-single-product .block-single-product--content .single-product--title h3 {
            color: #000;
            font-size: 30px;
            line-height: 36px;
        }
        
        .box-single-product .block-single-product--content .single-product--status {
            margin-top: 10px;
        }
        
        .box-single-product .block-single-product--content .single-product--status .status-item {
            font-size: 14px;
        }
        
        .box-single-product .block-single-product--content .single-product--status .status-item:first-child {
            padding-right: 5px;
            margin-right: 10px;
            border-right: 1px solid #000;
        }
        
        .box-single-product .block-single-product--content .single-product--status .status-item .content {
            color: orange;
        }
        
        .box-single-product .block-single-product--content .single-product--rating {
            margin-top: 8px;
            font-size: 14px;
        }
        
        .box-single-product .block-single-product--content .single-product--price {
            margin-top: 10px;
        }
        
        .box-single-product .block-single-product--content .single-product--price .price--sale {
            font-size: 24px;
            line-height: 30px;
            color: orange;
            font-weight: bold;
            margin-right: 10px;
        }
        
        .box-single-product .block-single-product--content .single-product--price .price--origin {
            color: #8d90a6;
            font-size: 14px;
            text-decoration: line-through;
        }
        
        .box-single-product .block-single-product--content .single-product--hometext {
            border-top: 1px dashed orange;
            border-bottom: 1px dashed orange;
            margin-top: 12px;
            padding: 15px 0;
            font-size: 14px;
            color: #000;
            line-height: 22px;
        }
        
        .box-single-product .block-single-product--content .single-product--hometext * {
            margin: 0;
        }
        
        .box-single-product .block-single-product--content .single-product--form {
            margin-top: 15px;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities {
            overflow: hidden;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .form--title {
            font-weight: bold;
            font-size: 14px;
            margin: 8px 30px 0 0;
            float: left;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group {
            max-width: 120px;
            border-radius: 30px;
            overflow: hidden;
            border: 1px solid #eaebf3;
            float: left;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group .input--qualities {
            text-align: center;
            border: none;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group .input--qualities::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group .input--qualities:focus {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group .btn--value {
            background: #fff;
            color: #8d90a6;
            font-size: 20px;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--qualities .input-group .btn--value:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button {
            margin-top: 15px;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn {
            font-size: 14px;
            padding: 0 30px;
            color: #fff;
            line-height: 45px;
            border-radius: 30px;
            background: orange;
            font-family: "Montserrat", sans-serif;
            border: 1px solid transparent;
            font-weight: bold;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn:hover {
            background: #fff;
            color: orange;
            border: 1px solid orange;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn--add {
            color: #fff;
            background: orange;
            margin-right: 20px;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn--add:hover {
            background: #fff;
            color: orange;
            border: 1px solid orange;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn--buy {
            color: #fff;
            background: #007bff;
        }
        
        .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn--buy:hover {
            background: #fff;
            color: #007bff;
            border: 1px solid #007bff;
        }
        
        .box-single-product .block-single-product--content .single-product--share {
            margin-top: 25px;
        }
        
        .box-single-product .block-single-product--tabs {
            margin-top: 30px;
        }
        
        .box-single-product .block-single-product--tabs .nav-tabs .nav-item .nav-link {
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-weight: bold;
            border: none;
            border-bottom: 3px solid transparent;
        }
        
        .box-single-product .block-single-product--tabs .nav-tabs .nav-item .nav-link.active {
            color: #000;
            border-bottom: 3px solid orange;
        }
        
        .box-single-product .block-single-product--tabs .tab-content {
            font-family: "Montserrat", sans-serif;
        }
        
        .box-single-product .block-single-product--tabs .tab-content .tab-pane {
            padding: 10px;
        }
        
        .box-wapper-cart {
            margin: 30px 0;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
        }
        
        .box-wapper-cart .next-shop .btn--color {
            display: inline-block;
            line-height: 25px;
        }
        
        .box-wapper-cart .table thead tr {
            text-align: left;
        }
        
        .box-wapper-cart .table tbody tr {
            border-top: 1px solid #eaebf3;
        }
        
        .box-wapper-cart .table tbody tr td:nth-child(n+3) {
            vertical-align: middle;
        }
        
        .box-wapper-cart .table tbody .product--image {
            width: 130px;
        }
        
        .box-wapper-cart .table tbody .product--image img {
            display: block;
            border: 1px solid #eaebf3;
        }
        
        .box-wapper-cart .table tbody .product--name {
            width: 280px;
        }
        
        .box-wapper-cart .table tbody .product--name h3 {
            line-height: 0;
            margin: 0;
        }
        
        .box-wapper-cart .table tbody .product--name h3 a {
            font-size: 14px;
            line-height: 21px;
            color: #000;
            text-transform: none;
        }
        
        .box-wapper-cart .table tbody .product--name .product--delete {
            color: orange;
            display: block;
            font-size: 13px;
            margin-top: 14px;
        }
        
        .box-wapper-cart .table tbody .price--sale {
            font-weight: bold;
            color: orange;
            font-size: 16px;
            margin-right: 10px;
        }
        
        .box-wapper-cart .table tbody .product--price .price--origin {
            text-decoration: line-through;
            font-size: 13px;
            color: #888888;
        }
        
        .box-wapper-cart .table tbody .product--quantity {
            width: 150px;
        }
        
        .box-wapper-cart .table tbody .product--quantity .input-group {
            max-width: 130px;
            border-radius: 30px;
            border: 1px solid #eaebf3;
            overflow: hidden;
        }
        
        .box-wapper-cart .table tbody .product--quantity .input-group .btn-default {
            background: #fff;
            font-size: 20px;
        }
        
        .box-wapper-cart .table tbody .product--quantity .input-group .form-control {
            border: none;
            text-align: center;
        }
        
        .box-wapper-cart .table tbody .product--quantity .input-group .form-control::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .box-wapper-cart .table tbody .product--quantity .input-group .form-control:focus {
            box-shadow: none;
        }
        
        .box-wapper-cart .block-wapper-cart-bill {
            background: #f5f6fa;
            padding: 20px 15px;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block--title .main--title {
            font-size: 20px;
            text-align: center;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--total {
            overflow: hidden;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--total .title {
            float: left;
            font-size: 14px;
            color: #000;
            line-height: 50px;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--total .price {
            float: right;
            font-weight: bold;
            color: orange;
            font-size: 16px;
            line-height: 50px;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--button .btn--button {
            line-height: 25px;
            width: 100%;
        }
        
        .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--button .btn--hover-color {
            margin-top: 10px;
        }
        
        .box-address-on-checkout {
            border: 1px solid #dde2e4;
            margin-bottom: 10px;
        }
        
        .box-address-on-checkout .edit-login-checkbox {
            padding: 10px 0em;
        }
        
        .box-address-on-checkout h4 {
            font-size: 1.1em;
            color: #333;
            border-bottom: 1px solid #dde2e4;
            padding: 10px 12px 9px;
            font-weight: 700;
            position: relative;
            margin: 0px;
        }
        
        .box-address-on-checkout h4 span {
            font-size: 0.9em;
            font-weight: 400;
        }
        
        .box-address-on-checkout .edit-login-checkbox p {
            font-weight: bold;
            font-size: 0.9em;
            padding: 5px 0px;
            text-align: right;
        }
        
        .box-address-on-checkout textarea {
            font-size: 0.9em;
            resize: none;
        }
        
        .box-address-on-checkout .note {
            font-size: 0.9em;
        }
        
        .box-address-on-checkout .box-choices-address ul {
            list-style: none;
            padding-left: 0px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .address-option {
            margin-bottom: 0;
            margin-top: 10px;
            border: 1px solid #dadada;
            display: block;
            padding: 10px 10px 10px 30px;
            background: #fff;
        }
        
        .box-address-on-checkout .box-choices-address {
            padding: 15px 20px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item {
            margin-bottom: 10px;
            position: relative;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .address-option {
            cursor: pointer;
            transition: all 0.5s ease;
        }
        
        .box-address-on-checkout .box-choices-address .address-item:hover .address-option {
            transition: all 0.35s ease-in-out;
            background: #f8f8f8;
            border: 1px solid #ddd;
        }
        
        .box-address-on-checkout .box-choices-address .address-item.active .address-option {
            border: 1px solid #9ca643;
            cursor: default;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
            margin-bottom: 0px;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther {
            position: relative;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther .address-option {
            cursor: pointer;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther:hover .address-option {
            transition: all 0.35s ease-in-out;
            background: #f8f8f8;
            border-color: #f8f8f8;
        }
        
        .box-address-on-checkout .box-choices-address .address-item.active:hover .address-option {
            background: #fff;
        }
        
        .box-address-on-checkout .box-choices-address .address-item.active:before {
            vertical-align: text-top;
            display: inline-block;
            background-image: url(../images/list-images-lz.svg);
            background-repeat: no-repeat;
            background-position: -3px -1276px;
            width: 17px;
            height: 14px;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            left: 7px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .radio-address {
            position: absolute;
            left: -99999px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .box-address p {
            margin-bottom: 0px;
            padding: 0px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .box-address {
            font-size: 13px;
        }
        
        .box-address-on-checkout .box-choices-address .address-item .box-address .username {
            font-weight: 700;
            margin-bottom: 5px;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther:before {
            vertical-align: text-top;
            display: inline-block;
            background-image: url(../images/list-images-lz.svg);
            background-repeat: no-repeat;
            background-position: -3px -1297px;
            width: 17px;
            height: 14px;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            left: 7px;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther.active:before {
            background-position: -3px -1277px;
        }
        
        .box-address-on-checkout .box-choices-address .address-orther .address-option p.add-address {
            margin-bottom: 0px;
            padding: 0px;
            font-weight: 700;
        }
        
        .box-address-on-checkout .box-choices-address .address-item.active {
            display: block !important;
        }
        
        .box-address-on-checkout .box-choices-address.expanded .address-item {
            display: block !important;
        }
        
        .box-address-on-checkout .box-choices-address .block-address-content {
            height: 100px;
            overflow: hidden;
            transition: all 500ms ease;
        }
        
        .box-address-on-checkout .box-choices-address.expanded .block-address-content {
            height: max-content;
        }
        
        .box-address-on-checkout .box-choices-address.expanded .btn-view-less-address {
            display: block;
        }
        
        .box-address-on-checkout .box-choices-address .btn-view-less-address {
            display: none;
        }
        
        .box-address-on-checkout .box-choices-address.expanded .btn-view-more-address {
            display: none;
        }
        
        .box-checkout {
            margin: 30px 0;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
        }
        
        .box-checkout h2 {
            font-weight: 700;
            text-align: center;
            font-family: "Quicksand", sans-serif;
            font-size: 35px;
            margin-bottom: 3.375rem;
        }
        
        .block-totalcart h3.title {
            font-weight: 700;
            border-bottom: 2px solid #dddddd;
            padding: 0.685rem 0px;
            text-transform: uppercase;
            font-size: 1rem;
            font-family: "Quicksand", sans-serif;
            margin-bottom: 0px;
        }
        
        .block-totalcart table {
            font-size: 1.1rem;
            margin-bottom: 1.25em;
            width: 100%;
        }
        
        .block-totalcart .cart-subtotal td,
        .block-totalcart .shipping td {
            text-align: right;
        }
        
        .block-totalcart table th {
            text-align: left;
            font-weight: 700;
            color: #777;
        }
        
        .block-totalcart table tr th,
        .block-totalcart table tr td {
            padding: 0.675rem 0em;
            font-size: 0.875rem;
        }
        
        .block-totalcart .shipping ul {
            list-style: none;
            padding-left: 0px;
        }
        
        .block-totalcart .shipping ul li label {
            font-weight: 400;
        }
        
        .block-totalcart .shipping {
            border-top: 1px solid #ddd;
        }
        
        .block-totalcart .order-total {
            border-bottom: 3px solid #ddd;
            border-top: 1px solid #ddd;
        }
        
        .block-totalcart .order-total td {
            text-align: right;
        }
        
        .block-totalcart .btn {
            border-radius: 0px;
            font-weight: 400;
            font-size: 0.875rem;
            margin-bottom: 10px;
        }
        
        .box-checkout .block-totalcart {
            border: 3px solid orange;
            padding: 10px 25px;
        }
        
        .box-checkout .block-totalcart h3.title {
            position: relative;
            color: orange;
            border-bottom: none;
            padding: 0.5rem 0px 0.5rem 1.5rem;
            font-size: 1rem;
        }
        
        .box-checkout .block-totalcart h3.title::before {
            content: "\f054";
            position: absolute;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 0px;
            font-size: 1rem;
            top: 8px;
        }
        
        .box-checkout .block-totalcart table thead {
            border-bottom: 3px solid #ddd;
            text-transform: uppercase;
            color: #555555;
        }
        
        .box-checkout .block-totalcart .product-total {
            text-align: right;
        }
        
        .box-checkout .block-totalcart .cart-item-checkout td {
            text-align: right;
        }
        
        .box-checkout .block-totalcart .cart-item-checkout td.name-product-checkout {
            text-align: left;
        }
        
        .box-checkout .block-totalcart .cart-item-checkout {
            border-bottom: 1px dotted #ddd;
        }
        
        .box-checkout .block-totalcart .cart-item-checkout:last-child {
            border-bottom: 1px solid #ddd;
        }
        
        .box-checkout .box-payment ul {
            list-style: none;
            padding-left: 0px;
        }
        
        .box-checkout .box-payment ul li {
            margin: 15px 0px;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }
        
        .box-checkout .box-payment {
            font-weight: 400;
        }
        
        .box-checkout .box-payment input[type="radio"] {
            margin: 0 0 1rem 0;
        }
        
        .box-checkout .box-payment label {
            padding-left: 10px;
            font-weight: 400;
        }
        
        .box-checkout .box-payment .block-content {
            color: #555;
        }
        
        .box-checkout .checkout-warpper h3.title {
            font-size: 20px;
            position: relative;
            color: orange;
            border-bottom: none;
            padding-left: 25px;
            font-weight: 700;
            padding: 0.5rem 0px 0.5rem 1.5rem;
            text-transform: uppercase;
            font-family: "Quicksand", sans-serif;
            margin-bottom: 0px;
        }
        
        .box-checkout .checkout-warpper h3.title::before {
            content: "\f054";
            position: absolute;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 0px;
            font-size: 1rem;
            top: 8px;
        }
        
        .box-checkout .checkout-warpper .form-control {
            border-radius: 0px;
            font-size: 14px;
        }
        
        .report-authe .icon-order-success {
            float: left;
            width: 15%;
        }
        
        .report-authe .order-success-text {
            float: left;
            width: 85%;
        }
        
        .report-authe .order-success-text h3 {
            margin: 5px 0px;
            font-weight: 600;
            font-size: 1rem;
        }
        
        .detail-order {
            margin: 15px 0px 25px;
        }
        
        .detail-order h3 {
            margin: 1rem 0px;
            font-weight: 600;
            font-size: 0.875rem;
        }
        
        .detail-order p {
            margin-bottom: 0px;
        }
        
        .box-wapper-introduce {
            margin: 30px 0;
        }
        
        .box-user {
            font-family: "Montserrat", sans-serif;
            margin: 30px 0;
            font-size: 15px;
        }
        
        .box-user .btn--button {
            display: inline-block;
            padding: 0 25px;
            font-weight: normal;
            line-height: 43px;
            font-size: 15px;
        }
        
        .box-user .note a {
            color: orange;
        }
        
        .box-user .block-user--form label {
            margin: 0 0 4px 10px;
        }
        
        .box-user .block-user--form .help-block {
            color: red;
            margin-left: 10px;
            font-size: 13px;
        }
        
        .box-user .block-user--form .form-group .form-control {
            border-radius: 30px;
            overflow: hidden;
            font-size: 14px;
            padding: 10px 10px 8px 20px;
        }
        
        .box-user .block-user--form .form-group .form-control:focus {
            border: 1px solid orange;
            box-shadow: none;
        }
        
        .box-wapper-profile {
            font-family: "Montserrat", sans-serif;
            margin: 30px 0;
        }
        
        .box-wapper-profile .form-control {
            font-size: 16px;
            line-height: 25px;
        }
        
        .box-wapper-profile {
            font-size: 15px;
        }
        
        .box-slidebar-profile h3 {
            font-size: 20px;
            font-family: "Quicksand", sans-serif;
            font-weight: bold;
        }
        
        .box-wapper {
            font-family: "Montserrat", sans-serif;
            margin: 30px 0;
        }
        
        .box-slidebar-profile .card-body {
            padding-right: 10px;
            font-weight: bold;
        }
        
        .box-slidebar-profile .card-body span {
            font-weight: normal;
        }
        
        .user-manager-page #btn-address-add {
            cursor: pointer;
        }
        
        .modal-user-manager-page {
            font-family: "Montserrat", sans-serif;
        }
        
        .user-manager-page .account-structure-page_title a {
            font-size: 16px;
            font-weight: normal;
        }
        
        .user-manager-page .info-box-content {
            display: inline-block;
            font-size: 15px;
        }
        
        .user-manager-page .info-box-icon {
            margin-right: 5px;
        }
        
        @media only screen and (max-width: 991px) {
            .block-header-bottom .box-menu .wsmobileheader .box-cart>ul {
                text-align: right;
                margin: 0;
                list-style: none;
                position: absolute;
                right: 30px;
                width: 100%;
                padding: 0;
            }
            .block-header--account {
                margin-right: 25px;
            }
            .box-header .sub-account {
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
                visibility: hidden;
                opacity: 0;
                margin: 0;
                padding: 10px;
                list-style: none;
                position: absolute;
                top: calc(100% + 12px);
                min-width: 180px;
                left: -100px;
                background: #fff;
                border-radius: 3px;
                text-align: center;
                border: 1px solid #efefef;
                -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
                box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
                z-index: 2;
                text-align: left;
                font-family: "Montserrat", sans-serif;
            }
            .box-header .wsmobileheader .block-header--account:hover .sub-account {
                visibility: visible;
                opacity: 1;
            }
            .box-header .wsmobileheader .block-header--account .sub-account li a.btn--login {
                background: orange;
                margin-bottom: 10px;
            }
            .box-header .wsmobileheader .block-header--account .sub-account li .btn {
                display: block;
                font-size: 13px;
                border-radius: 30px;
                font-family: "Montserrat", sans-serif;
                border: 1px solid transparent;
                font-weight: bold;
                color: #fff;
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
            }
            .box-header .wsmobileheader .block-header--account .sub-account li a.btn--register {
                background: #7b8395;
            }
            /*------------- INDEX RESPONSIVE -------------*/
            .box-header {
                margin-top: 55px;
            }
            .box-header .block-header-top {
                display: none;
            }
            .box-header .block-header-top ul.header-top-right {
                margin-top: 10px;
                text-align: left;
            }
            .box-header .block-header-top ul li {
                margin-right: 9px;
            }
            .box-header .block-header-top ul li a {
                font-size: 13px;
            }
            .box-header .block-header-center .block-header--logo,
            .box-header .block-header-center .block-header-center-right {
                display: none;
            }
            .wsminicart {
                padding: 0px;
            }
            .wsanimated-arrow span,
            .wsanimated-arrow span:before,
            .wsanimated-arrow span:after {
                background-color: orange;
            }
            .wsmobileheader .smllogo {
                margin: 5px 0 0;
            }
            .wsmobileheader .smllogo img {
                max-width: 130px;
            }
            .wsmobileheader .callusbtn {
                top: -5px;
            }
            .wsmobileheader .callusbtn .block-minicart img {
                max-width: 30px;
            }
            .box-menu .wsmenu>.wsmenu-list {
                background-color: #fff3f3;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmegamenu {
                padding: 15px 20px 25px 15px;
                max-height: 300px;
                overflow-y: scroll;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmegamenu .title {
                margin-bottom: 10px;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmegamenu .link-list {
                margin-bottom: 15px;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmegamenu .link-list ul li a {
                border-bottom: none;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
                color: #fff;
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
            }
            .box-menu .wsmenu>.wsmenu-list>li .wsmenu-click>i {
                color: #000;
            }
            .box-menu .wsmenu>.wsmenu-list>li:hover>a {
                color: #fff;
                background: orange;
            }
            .box-menu .wsmenu>.wsmenu-list>li>a {
                line-height: 50px;
                color: #000;
            }
            .box-menu .wsmenu>.wsmenu-list>li>a i {
                display: none;
            }
            .box-menu .wsmenu>.wsmenu-list>li>a.active {
                background: orange;
                color: #fff;
            }
            .box-footer .block-footer--title h3 {
                margin: 15px 0;
            }
            .box-copyright {
                font-size: 13px;
            }
            /*------------- END INDEX RESPONSIVE -------------*/
            .box-sort {
                margin-top: 15px;
            }
            .box-sort .block-sort .form-group .block-wapper--title {
                margin: 3px 30px 0 0;
            }
            .box-single-product .block-single-product--content .single-product--status .status-item {
                display: block;
                padding: 3px 0;
            }
            .box-single-product .block-single-product--content .single-product--status .status-item:first-child {
                border: none;
            }
            .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn {
                padding: 0 20px;
            }
            .box-single-product .block-single-product--content .single-product--form .single-product-form--button .btn.btn--add {
                margin-right: 10px;
            }
            .box-wapper-cart .table td,
            .box-cart .table th {
                min-width: 135px;
            }
        }
        
        @media (max-width: 780px) {
            .md-order-1 {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }
            .md-order-2 {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }
            .box-contact .block-contact-information {
                border-bottom: none;
            }
            .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--button .btn--button {
                display: inline-block;
                width: auto;
            }
            .box-wapper-cart .block-wapper-cart-bill .block-wapper-cart-bill--button .btn--hover-color {
                margin: 0 0 0 10px;
            }
        }
        
        @media (max-width: 480px) {
            /*------------- INDEX RESPONSIVE -------------*/
            .order-sm-1 {
                order: 1;
            }
            .box-single-product .mw-100.p-3 img {
                width: 100% !important;
            }
            .block--title {
                text-align: center;
            }
            .block--title .main--title {
                font-size: 24px;
            }
            .box-partner {
                padding: 15px 0;
            }
            .box-partner .block--title {
                padding: 0;
            }
            .box-categories .block-categories {
                min-height: 450px;
            }
            .box-categories .box-product-item {
                margin-top: 20px;
            }
            .box-newsletter .block--title .main--title {
                margin-bottom: 15px;
            }
            /*------------- END INDEX RESPONSIVE -------------*/
            .box-relative .block--title .main--title {
                padding: 10px 20px;
            }
            .box-single-post .block-single-post--title .single-post--title h3 {
                font-size: 21px;
            }
        }
        
        @media (min-width: 1200px) {
            .container {
                max-width: 1200px;
            }
        }
        
        @media(min-width:992px) {
            .hoancau-alo-phone {
                display: none;
            }
            .box-hotline-fixed-bottom {
                position: fixed;
                width: 220px;
                height: 50px;
                max-width: 500px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                background-color: #424242;
                bottom: 0px;
                left: 0px;
                z-index: 4;
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateX(0%);
                -moz-transform: translateX(0%);
                transform: translateX(0%);
                transition: transform 200ms ease 0s, opacity 750ms ease 0s;
            }
            .box-hotline-fixed-bottom::before {
                content: '';
                background: url(../images/call.png) no-repeat center center orange;
                background-size: 32px;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                position: absolute;
                right: -1.5rem;
                top: 0px;
            }
            .box-hotline-fixed-bottom .close-hotline {
                float: left;
                width: 25px;
                height: 100%;
                padding: 10px 0px;
                text-align: center;
                cursor: pointer;
            }
            .box-hotline-fixed-bottom a {
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 2rem;
            }
            .box-hotline-fixed-bottom p,
            .box-hotline-fixed-bottom h3 {
                margin-top: 3px;
                margin-left: 8px;
                padding-top: 0;
                float: left;
                font-family: 'Montserrat', sans-serif;
                color: #fff;
                font-size: 10px;
                font-weight: 400;
                margin-bottom: 0px;
            }
            .box-hotline-fixed-bottom h3 {
                margin-top: 2px;
                font-size: 18px;
                font-weight: 900;
            }
            .icons-hotline-fixed .open-hotline {
                cursor: pointer;
                width: 50px;
                height: 50px;
                margin-left: 20px;
                margin-bottom: 20px;
                background-color: #d71616;
                border-radius: 50%;
                padding: 0.5rem;
                position: fixed;
                z-index: 5;
                bottom: 0px;
                opacity: 0;
                visibility: hidden;
                -webkit-transform: translateX(-200%);
                -moz-transform: translateX(-200%);
                transform: translateX(-200%);
                transition: transform 200ms ease 0s, opacity 750ms ease 0s;
            }
        }
        
        .pagination {
            justify-content: center;
        }
        
        ul.pagination li a {
            padding: 5px 10px;
            border: 1px solid #f59897;
            color: #f59897;
            background: #fff;
        }
        
        ul.pagination li.active a {
            border: 1px solid #f59897;
            color: #fff;
            background: #f59897;
        }
        
        @media (min-width:768px) {
            #section2 .list-index-portfolio>li>.img-holder {
                min-height: 253px!important;
            }
            #section2 .list-index-portfolio>li {
                height: 253px!important;
            }
        }
        
        .hoancau-alo-phone {
            position: fixed;
            background-color: transparent;
            width: 170px;
            height: 170px;
            cursor: pointer;
            z-index: 200 !important;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            -webkit-transition: visibility .5s;
            -moz-transition: visibility .5s;
            -o-transition: visibility .5s;
            transition: visibility .5s;
            bottom: 0px;
            left: -30px;
        }
        
        .hoancau-alo-ph-circle {
            width: 130px;
            height: 130px;
            top: 35px;
            left: 35px;
            position: absolute;
            background-color: transparent;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            border: 2px solid rgba(30, 30, 30, 0.4);
            border: 2px solid #bfebfc 9;
            opacity: .1;
            -webkit-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
            -moz-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
            -ms-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
            -o-animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
            animation: hoancau-alo-circle-anim 1.2s infinite ease-in-out;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            border-color: #ff0000;
            opacity: .5;
        }
        
        @-moz-keyframes hoancau-alo-circle-anim {
            0% {
                -moz-transform: rotate(0) scale(.5) skew(1deg);
                opacity: .1;
                -moz-opacity: .1;
                -webkit-opacity: .1;
                -o-opacity: .1
            }
            30% {
                -moz-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .5;
                -moz-opacity: .5;
                -webkit-opacity: .5;
                -o-opacity: .5
            }
            100% {
                -moz-transform: rotate(0) scale(1) skew(1deg);
                opacity: .6;
                -moz-opacity: .6;
                -webkit-opacity: .6;
                -o-opacity: .1
            }
        }
        
        @-webkit-keyframes hoancau-alo-circle-anim {
            0% {
                -webkit-transform: rotate(0) scale(.5) skew(1deg);
                -webkit-opacity: .1
            }
            30% {
                -webkit-transform: rotate(0) scale(.7) skew(1deg);
                -webkit-opacity: .5
            }
            100% {
                -webkit-transform: rotate(0) scale(1) skew(1deg);
                -webkit-opacity: .1
            }
        }
        
        @-o-keyframes hoancau-alo-circle-anim {
            0% {
                -o-transform: rotate(0) kscale(.5) skew(1deg);
                -o-opacity: .1
            }
            30% {
                -o-transform: rotate(0) scale(.7) skew(1deg);
                -o-opacity: .5
            }
            100% {
                -o-transform: rotate(0) scale(1) skew(1deg);
                -o-opacity: .1
            }
        }
        
        .hoancau-alo-ph-circle-fill {
            width: 100px;
            height: 100px;
            top: 50px;
            left: 50px;
            position: absolute;
            background-color: #000;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            border: 2px solid transparent;
            opacity: .1;
            -webkit-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
            -moz-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
            -ms-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
            -o-animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
            animation: hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            background-color: rgba(255, 0, 0, 0.5);
            opacity: .75 !important;
        }
        
        @-moz-keyframes hoancau-alo-circle-fill-anim {
            0% {
                -moz-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
            50% {
                -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
                opacity: .2
            }
            100% {
                -moz-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
        }
        
        @-webkit-keyframes hoancau-alo-circle-fill-anim {
            0% {
                -webkit-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
            50% {
                -webkit-transform: rotate(0) scale(1) skew(1deg);
                opacity: .2
            }
            100% {
                -webkit-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
        }
        
        @-o-keyframes hoancau-alo-circle-fill-anim {
            0% {
                -o-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
            50% {
                -o-transform: rotate(0) scale(1) skew(1deg);
                opacity: .2
            }
            100% {
                -o-transform: rotate(0) scale(.7) skew(1deg);
                opacity: .2
            }
        }
        
        .hoancau-alo-ph-img-circle {
            width: 60px;
            height: 60px;
            top: 70px;
            left: 70px;
            position: absolute;
            background: rgba(30, 30, 30, 0.1) url(../images/call.png) no-repeat center center;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            border: 2px solid transparent;
            opacity: .7;
            -webkit-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
            -moz-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
            -ms-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
            -o-animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
            animation: hoancau-alo-circle-img-anim 1s infinite ease-in-out;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            background-color: #ff0000;
        }
        
        .hoancau-alo-phone:hover .hoancau-alo-ph-circle-fill {
            background-color: rgba(66, 168, 221, 0.5) !important;
        }
        
        .hoancau-alo-phone:hover .hoancau-alo-ph-circle {
            border-color: #42a7dd
        }
        
        .hoancau-alo-phone:hover .hoancau-alo-ph-img-circle {
            background-color: #42a7dd;
        }
        
        @-moz-keyframes hoancau-alo-circle-img-anim {
            0% {
                transform: rotate(0) scale(1) skew(1deg)
            }
            10% {
                -moz-transform: rotate(-25deg) scale(1) skew(1deg)
            }
            20% {
                -moz-transform: rotate(25deg) scale(1) skew(1deg)
            }
            30% {
                -moz-transform: rotate(-25deg) scale(1) skew(1deg)
            }
            40% {
                -moz-transform: rotate(25deg) scale(1) skew(1deg)
            }
            50% {
                -moz-transform: rotate(0) scale(1) skew(1deg)
            }
            100% {
                -moz-transform: rotate(0) scale(1) skew(1deg)
            }
        }
        
        @-webkit-keyframes hoancau-alo-circle-img-anim {
            0% {
                -webkit-transform: rotate(0) scale(1) skew(1deg)
            }
            10% {
                -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
            }
            20% {
                -webkit-transform: rotate(25deg) scale(1) skew(1deg)
            }
            30% {
                -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
            }
            40% {
                -webkit-transform: rotate(25deg) scale(1) skew(1deg)
            }
            50% {
                -webkit-transform: rotate(0) scale(1) skew(1deg)
            }
            100% {
                -webkit-transform: rotate(0) scale(1) skew(1deg)
            }
        }
        
        @-o-keyframes hoancau-alo-circle-img-anim {
            0% {
                -o-transform: rotate(0) scale(1) skew(1deg)
            }
            10% {
                -o-transform: rotate(-25deg) scale(1) skew(1deg)
            }
            20% {
                -o-transform: rotate(25deg) scale(1) skew(1deg)
            }
            30% {
                -o-transform: rotate(-25deg) scale(1) skew(1deg)
            }
            40% {
                -o-transform: rotate(25deg) scale(1) skew(1deg)
            }
            50% {
                -o-transform: rotate(0) scale(1) skew(1deg)
            }
            100% {
                -o-transform: rotate(0) scale(1) skew(1deg)
            }
        }
        
        #hoancau-alo-wrapper {
            position: fixed;
            width: 100%;
            bottom: 0;
            top: 0;
            left: 0;
            z-index: 2000000;
            overflow: visible;
            color: #383838;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=);
            top: 0;
            left: 0;
            z-index: 200000;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-table {
            display: table;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 999999;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-cell {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-popup {
            background-color: #fff;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-popup {
            display: inline-block;
            position: relative;
            -webkit-transition: .6s ease-out;
            -moz-transition: .6s ease-out;
            -o-transition: .6s ease-out;
            transition: .6s ease-out;
            margin: 0 auto;
            z-index: 200001;
            text-align: center;
            padding: 39px 67px;
            width: 555px;
            background: url(../images/bgtuvan.jpg) no-repeat;
            max-height: 437px;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-popup-close {
            background-image: url(../images/closeseses.png);
        }
        
        #hoancau-alo-wrapper .hoancau-alo-popup-close {
            -webkit-border-radius: 2px !important;
            -moz-border-radius: 2px !important;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            position: absolute !important;
            right: -15px !important;
            top: -15px !important;
            height: 30px !important;
            width: 30px !important;
            background-image: url(..images/closeseses.png);
            background-position: center center;
            background-repeat: no-repeat;
            cursor: pointer !important;
            -webkit-transition: .3s ease-out !important;
            -moz-transition: .3s ease-out !important;
            -o-transition: .3s ease-out !important;
            transition: .3s ease-out !important;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4 {
            margin-bottom: 10px;
            text-transform: uppercase;
            max-width: 535px;
            font-weight: bold;
            line-height: 40px;
            color: #fff;
        }
        
        #hoancau-alo-wrapper.night-mode h4 {
            font-size: 26px;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4.info {
            margin: 15px 0;
            font-weight: normal;
            text-transform: none;
            max-width: 525px;
            color: #fff;
            font-size: 20px;
            letter-spacing: 0.8px;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4 {
            margin-bottom: 10px;
            text-transform: uppercase;
            max-width: 535px;
            font-weight: bold;
            line-height: 40px;
            color: #fff;
        }
        
        #hoancau-alo-wrapper.night-mode input[type="text"].hoancau-alo-number {
            border: #00bed5 solid 1px;
            background: #fff;
            text-align: center;
            padding: 8px 60px;
            outline: 5px solid #fff !important;
            font-size: 25px;
            font-family: 'Arial', sans-serif;
            transition: all 0.5s ease;
        }
        
        form#contactform input[type="text"] {
            width: 100%;
            border: 1px solid #f5f5f5;
            min-height: 40px;
            padding-left: 20px;
            font-size: 13px;
            padding-right: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-popup .hoancau-alo-message {
            height: 25px;
            text-align: center;
            clear: both;
            font-size: 14px;
        }
        
        #hoancau-alo-wrapper.night-mode .hoancau-alo-message {
            padding-bottom: 0;
        }
        
        #hoancau-alo-wrapper .hoancau-alo-popup .hoancau-alo-submit {
            border: none;
            border-width: 0;
            background: url(../images/nutsubmit.png) no-repeat;
            width: 222px;
            height: 73px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #fff;
            cursor: pointer;
            outline: none !important;
            float: right;
            margin-right: 110px;
        }

        .box-devision-col-mobile .info-box {
            display: block;
            min-height: 90px;
            background: #fff;
            width: 100%;
            box-shadow: 0 0px 1px rgba(0,0,0,0.5);
            border-radius: 2px;
            margin-bottom: 15px;
        }
        .box-devision-col-mobile .info-box-icon {
            border-top-left-radius: 2px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 2px;
            display: block;
            float: left;
            height: 90px;
            width: 90px;
            text-align: center;
            font-size: 45px;
            line-height: 90px;
            background: rgba(0,0,0,0.2);
        }
        .box-devision-col-mobile .bg-green {
            background-color: #00a65a !important;
            color: #fff !important;
        }
        .box-devision-col-mobile .bg-green a, .box-devision-col-mobile .bg-purple a, .box-devision-col-mobile .bg-lightgreen a, .box-devision-col-mobile .bg-blue a {
            color: #fff;
        }
        .box-devision-col-mobile .bg-green a:hover, .box-devision-col-mobile .bg-purple a:hover, .box-devision-col-mobile .bg-lightgreen a:hover, .box-devision-col-mobile .bg-blue a:hover {
            text-decoration: none;
        }
        .box-devision-col-mobile .info-box-content {
            font-family: 'Source Sans Pro', sans-serif;
            padding: 5px 10px;
            margin-left: 90px;
        }
        .box-devision-col-mobile .progress-description, .box-devision-col-mobile .info-box-text {
            display: block;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .box-devision-col-mobile .info-box-text {
            text-transform: uppercase;
        }
        .box-devision-col-mobile .info-box-number {
            display: block;
            font-weight: bold;
            font-size: 18px;
        }
        .box-devision-col-mobile .info-box .progress {
            background: rgba(0,0,0,0.2);
            margin: 5px -10px 5px -10px;
            height: 2px;
        }
        .box-devision-col-mobile .info-box .progress, .box-devision-col-mobile .info-box .progress .progress-bar {
            border-radius: 0;
        }
        .box-devision-col-mobile .info-box .progress .progress-bar {
            background: #fff;
        }
        .box-devision-col-mobile .info-box .progress, .box-devision-col-mobile .info-box .progress .progress-bar {
            border-radius: 0;
        }
        .box-devision-col-mobile .progress-description, .box-devision-col-mobile .info-box-text {
            display: block;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .box-devision-col-mobile .progress-description {
            margin: 0;
        }
        .box-devision-col-mobile .bg-purple {
            background-color: #605ca8 !important;
            color: #fff !important;
        }
        .box-devision-col-mobile .bg-lightgreen {
            background-color: #1abc9c !important;
            color: #fff !important;
        }
        .box-devision-col-mobile .bg-blue {
            background-color: #0073b7 !important;
            color: #fff !important;
        }
        .user-manager-page .info-box-content{
            display: block;
        }
        /*# sourceMappingURL=style.css.map */