.bootstrap-select {
    width: 220px \0;
}

.bootstrap-select> .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
    _border-left: 0.5px solid #005aab;
	border-left: 0.5px solid #e3e4e4;   
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group{
	right:50px;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group> .disabled {
    cursor: not-allowed;
    
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group> .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open> .dropdown-toggle {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open> .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open> .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.openscenter:before {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.openscenter:after {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.daterangepicker.dropup {
    margin-top: -5px;
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000;
}

.daterangepicker .ranges,
.daterangepicker .calendar {
    float: left;
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none;
}

.daterangepicker .ranges {
    margin: 4px;
    text-align: left;
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}

.daterangepicker .calendar-table {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.daterangepicker .calendar.left {
    margin: 4px 0 4px 4px;
}

.daterangepicker .calendar.right {
    margin: 4px 4px 4px 0;
}

.daterangepicker .calendar.left .calendar-table {
    padding-right: 12px;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    color: #999;
    background: #fff;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #eee;
}

.daterangepicker td.in-range {
    background: #ebf4f8;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: #3071a9;
    color: #fff;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}

.daterangepicker .input-mini.active {
    border: 1px solid #357ebd;
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}

.daterangepicker .left .daterangepicker_input {
    padding-right: 12px;
}

.daterangepicker .daterangepicker_input {
    position: relative;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .ranges {
    font-size: 11px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 160px;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip.top {
    margin-top: -36px;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider .hide {
    display: none;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 0 solid transparent;
}

.slider-handle.round {
    border-radius: 50%;
}

.slider-handle.triangle {
    background: transparent none;
}

.slider-handle.custom {
    background: transparent none;
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent;
}

.slider-tick.round {
    border-radius: 50%;
}

.slider-tick.triangle {
    background: transparent none;
}

.slider-tick.custom {
    background: transparent none;
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    min-height: 1px;
}

.fv-has-feedback {
    position: relative;
}

.fv-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.fv-help-block {
    display: block;
}

.fv-form [placeholder]::-ms-clear {
    display: none;
}

.fv-form-bootstrap .help-block {
    margin-bottom: 0;
}

.fv-form-bootstrap .tooltip-inner {
    text-align: left;
}

.fv-form-bootstrap .fv-icon-no-label {
    top: 0;
}

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
    z-index: 100;
}

.form-inline.fv-form-bootstrap .form-group {
    vertical-align: top;
}

.fv-form-foundation .fv-control-feedback {
    top: 21px;
    right: 15px;
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.fv-form-foundation .collapse .fv-control-feedback {
    top: 0;
    right: 0;
}

.fv-form-foundation .fv-icon-no-label,
.fv-form-horizontal.fv-form-foundation .fv-control-feedback {
    top: 0;
}

.fv-form-foundation .error .fv-control-feedback {
    color: #f04124;
}

.error.fv-has-tooltip select,
.error.fv-has-tooltip textarea,
.fv-form-foundation .error.fv-has-tooltip input {
    margin-bottom: 1rem;
}

.fv-form-pure .fv-control-feedback {
    top: 22px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.pure-form-stacked.fv-form-pure .fv-control-feedback {
    top: 4px;
}

.pure-form-aligned .pure-control-group .fv-help-block {
    margin-top: 5px;
    margin-left: 180px;
}

.fv-form-pure .fv-icon-no-label,
.pure-form-aligned.fv-form-pure .fv-control-feedback {
    top: 0;
}

.fv-form-pure .fv-has-error .fv-control-feedback,
.fv-form-pure .fv-has-error .fv-help-block,
.fv-form-pure .fv-has-error label {
    color: #ca3c3c;
}

.fv-form-semantic .fv-control-feedback.icon {
    right: 7px;
}

.fv-form-semantic .error .icon {
    color: #d95c5c;
}

.fv-form-horizontal.fv-form-semantic .row {
    padding-bottom: 0;
}

.fv-form-uikit .fv-control-feedback {
    top: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.fv-form-uikit .fv-icon-no-label,
.uk-form-horizontal.fv-form-uikit .fv-control-feedback {
    top: 0;
}

.fv-form-uikit .uk-text-danger {
    display: block;
}

.fv-form-uikit .fv-has-error .fv-control-feedback,
.fv-form-uikit .fv-has-error .uk-form-label,
.fv-form-uikit .fv-has-error label {
    color: #d85030;
}

.icon-add-image {
    background-image: url(/public/themes/td365/assets/img/sprite1x.png) !important;
    background-position: 0px -60px;
    width: 65px;
    height: 65px;
}

.icon-arr-left {
    background-image: url(../images/gg.png) !important ;
    background-position: 0px 0px;
    width: 25px;
    height: 42px;
}

.icon-arr-right {
    background-image: url(../images/gg.png) !important;
    background-position: 25px 0px;
     width: 25px;
    height: 42px;
}

.icon-close-x {
    background-image: url(/public/themes/td365/assets/img/sprite1x.png) !important;
    background-position: -199px -87px;
    width: 15px;
    height: 14px;
}

.icon-icon-doc-quyen {
    background-image: url(/public/themes/td365/assets/img/sprite1x.png) !important;
    background-position: 0px 0px;
    width: 219px;
    height: 58px;
}

.icon-icon-facebook {
    background-image: url(/public/themes/td365/assets/img/sprite1x.png) !important;
    background-position: -67px -60px;
    width: 42px;
    height: 42px;
}

.icon-icon-google {
    background-image: url(/public/themes/td365/assets/img/sprite1x.png) !important;
    background-position: -111px -60px;
    width: 42px;
    height: 42px;
}

.icon-icon-yahoo {
    background-image: url(/public/themes/td365/assets/img/sprite1x.png) !important;
    background-position: -155px -60px;
    width: 42px;
    height: 42px;
}

body {
    background-color: #f6f6f6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
}

.btn:focus,
.btn:active,
.btn:hover {
    box-shadow: none;
}

.header {
    position: relative;
    z-index: 9;
}

.page-simple-header .header {
    box-shadow: 0px 1px 2px rgba(100, 100, 100, 0.1);
}

#promo-banners {
    position: relative;
    z-index: 8;
}

.main-content {
    padding: 20px 0 40px;
    position: relative;
    z-index: 6;
}

.page-home .main-content {
    padding: 170px 0 40px;
}

.page-simple-header .main-content {
    padding-top: 30px;
}

.breadcrumb + .main-content {
    padding-top: 0;
}

.content {
    width: 78%;
    float: left;
}

.content--full {
    width: 100%;
    float: none;
}

.sidebar {
    width: 19.49152542372881%;
    float: left;
    position: relative;
}

.content-sidebar:before,
.content-sidebar:after {
    content: " ";
    display: table;
}

.content-sidebar:after {
    clear: both;
}

.content-sidebar .content {
    margin-right: 2.50847457627119%;
}

.sidebar-content:before,
.sidebar-content:after {
    content: " ";
    display: table;
}

.sidebar-content:after {
    clear: both;
}

.sidebar-content .content {
    margin-left: 22%;
}

.sidebar-content .sidebar {
    margin-left: -100%;
}

.sidebar-first .content {
    margin-left: 0;
}

.sidebar-first .sidebar {
    margin-left: 0;
    margin-right: 2.50847457627119%;
}

.sidebar-content--2:before,
.sidebar-content--2:after {
    content: " ";
    display: table;
}

.sidebar-content--2:after {
    clear: both;
}

.sidebar-content--2 .sidebar {
    float: left;
    width: 310px;
    margin-right: 25px;
}

.sidebar-content--2 .content {
    float: left;
    width: 845px;
}

.content-sidebar--2:before,
.content-sidebar--2:after {
    content: " ";
    display: table;
}

.content-sidebar--2:after {
    clear: both;
}

.content-sidebar--2 .sidebar {
    float: left;
    width: 310px;
    margin-left: 25px;
}

.content-sidebar--2 .content {
    float: left;
    width: 845px;
}

.top-bar {
    height: 35px;
   /* background-color: #f4f4f4;*/
}

.top-bar a {
    color: #444444;
    font-size: 13px;
}

.top-bar__item {
    height: 35px;
    line-height: 27px;
    padding: 4px 17px;
}

.top-bar__item--area-selector {
    border-right: 1px solid #dddddd;
}

.top-bar__item--area-selector .dropdown-menu {
    padding: 2px 0;
}

.top-bar__item--area-selector .dropdown-menu a {
    padding-left: 10px;
    padding-right: 10px;
}

.top-bar__item--area-selector .dropdown-menu .fa {
    margin-right: 4px;
}

.top-bar__item--newsletter-link {
    border-left: 1px solid #ffffff;
}

.top-bar__item--nav {
    padding: 0 17px;
}

.top-bar__item--nav a {
    line-height: 35px;
}

.area-selector {
    padding: 6px 17px;
}

.area-selector> div {
    padding: 0 10px;
    height: 23px;
    background-color: #ececec;
    line-height: 23px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
}

.area-selector> div a span {
    margin: 0 4px 0 0;
}

.area-selector> div a:active,
.area-selector> div a:focus,
.area-selector> div a:hover {
    text-decoration: none;
}

.navigation {}

.navigation ul,
.navigation li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navigation a> i {
    color: #aaaaaa;
}

.navigation--inline> ul> li {
    display: inline-block;
}

.header__main {
    background-color: #ffffff;
}

.heading-info {
    padding-top: 10px;
}

.logo-wrapper {
    /*padding: 20px 10px;*/
}

.logo-wrapper .logo {
    width: 232px;
    height: 34px;
    fill: #14B8A6;
    vertical-align: middle;
}

.search-area {
    padding: 18px 10px 0;
}

.search-box {
    position: relative;
    height: 40px;
    border: 2px solid #0F766E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.affix .search-box {
    height: 30px;
}

.search-box__category {
    float: right;
    width: 199px;
}

.search-box__category .bootstrap-select {
    width: 198px !important;
}

.search-box__category .bootstrap-select .dropdown-toggle {
    padding: 7px 12px 9px 12px;
    _border-left: 1px solid #005aab;
	 border-left: 0.5px solid #e3e4e4
    border-radius: 0 !important;
}

.search-box__category .bootstrap-select .dropdown-toggle .filter-option {
    color: #666666;
}

.search-box__category .dropdown-menu{
}

.search-box__input {
    /*overflow: hidden;*/
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -2px;
    /* left: 160px; */
    left: 0px;
    padding: 3px 3px;
}

.search-box__input input[type="text"] {
    width: 100%;
    padding-right: 60px;
    box-shadow: none;
    outline: none;
}

.search-box__input .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    font-size: 18px;
    line-height: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-box input[type="text"],
.search-box .btn {
    border: 0;
}

nav.main-nav {
    height: 42px;
    background-color: #0F766E;
}

nav.main-nav a {
    color: #ffffff;
    display: block;
}

nav.main-nav ul,
nav.main-nav li {
    list-style-type: none;
}

nav.main-nav .nav> li {
    float: left;
}

nav.main-nav .nav> li> a {
    display: block;
    float: left;
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    font-size: 11px;
    text-transform: uppercase;
}

nav.main-nav .nav__branding> a,
nav.main-nav .nav> li:hover> a,
nav.main-nav .nav> li.active> a,
nav.main-nav .nav> li> a:focus,
nav.main-nav .nav> li> a:active,
nav.main-nav .nav> li> a:hover {
    background-color: #B88917;
    text-decoration: none;
}

nav.main-nav .main-nav {
    padding: 0;
    height: 42px;
    display: inline-block;
}

nav.main-nav .secondary-nav {
    float: right;
    display: inline-block;
}

.main-nav__branding {
    position: relative;
    width: 225px;
    background-color: #f9bc02;
}

.main-nav__branding> a {
    width: 100%;
    font-size: 15px !important;
}

.main-nav__branding> a i {
    float: right;
    font-size: 18px;
    margin-top: 10px;
}

.main-nav li.hover> .branding__menu{
    display: block;
}

.main-nav .branding__menu {
    position: absolute;
    left: 0;
    top: 42px;
    width: 225px;
    padding: 0;
    display: none;
    border: 1px solid #ddd;
}

.main-nav .branding__menu:hover> li {
    border-right: 1px solid #cdcdcd;
}

.main-nav .branding__menu li.nav-active> a {
    background-color: #ffffff;
    text-decoration: none;
}

.main-nav .branding__menu li> a {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 10px 10px 20px;
    color: #222222;
    background-color: #ffffff;
    text-decoration: none;
}

.main-nav .branding__menu li> a:hover {
    color: #222222;
}

.main-nav .branding__menu> li {
    position: relative;
    border-right: 1px solid #eee;
}

.main-nav .branding__menu> li> a {
    padding: 0 0 0 50px;
    height: 41px;
    line-height: 40px;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #eeeeee;
    font-size: 13px;
    color: #222222;
}

.main-nav .branding__menu> li> a:last-child {
    height: 41px;
}

.main-nav .branding__menu> li> a> i {
    position: absolute;
    left: 15px;
    top: 22%;
    width: 28px;
    text-align: center;
    font-size: 20px;
}

.main-nav .branding__menu> li:last-child> a {
    border: 0;
}

.main-nav .branding__menu> li.nav-active {
    border-right: 0;
}

.main-nav .branding__menu> li.nav-active:last-child {
    margin-bottom: -1px;
}

.main-nav .branding__menu> li.nav-active:last-child> a {
    height: 42px;
}

.main-nav .branding__menu> li.nav-active> a {
    border: 1px solid #cdcdcd;
    border-right: 0;
    color: #14B8A6;
}

.main-nav .branding__menu> li.nav-active> a> i.hd-khuyen-mai-hot {
    color: #14B8A6;
}

.main-nav .branding__menu> li.nav-active> a> i.hd-san-pham-hot {
    color: #14B8A6;
}

.main-nav .branding__menu> li.nav-active .hd {
    color: #333;
}

.main-nav .branding__menu> li.nav-active> a:after {
    right: 16px;
}

.main-nav .branding__menu> li.nav-active .branding__submenu {
    display: block;
}

.main-nav .branding__menu> li.nav-active .submenu-wrapper {
    border: 1px solid #cdcdcd;
    border-left: 0;
}

.main-nav li> .branding__submenu {
    position: absolute;
    left: 225px;
    top: 0;
    display: none;
    width: 225px;
    padding: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.main-nav li.multicolumns {
    position: static;
}

.main-nav li.multicolumns> a {
    position: relative;
}

.main-nav li.multicolumns.nav-active .submenu-wrapper {
    display: block;
}

.main-nav li.multicolumns .columns .menucolumn {
    float: left;
    width: 200px;
}

.main-nav li.multicolumns .columns .menucolumn + .menucolumn {
    margin-left: 20px;
}

.main-nav li.multicolumns .columns-2 {
    width: 100%;
    float: left;
    padding: 24px 0 0px 30px;
}

.main-nav li.multicolumns .columns-2 .menucolumn {
    width: 31%;
}

.main-nav li.multicolumns .columns-banner {
    width: 330px;
    float: right;
}

.main-nav li.multicolumns .columns-3 {
    width: 620px;
    float: left;
    padding: 25px 0 25px 50px;
}

.main-nav li.multicolumns .columns-3 .menucolumn {
    width: 175px;
}

.main-nav li.multicolumns .columns-4 {
    width: 856px;
}

.main-nav li.multicolumns .columns-4 .menucolumn {
    width: 195px;
}

.main-nav li.multicolumns .columns-5 {
    width: 856px;
}

.main-nav li.multicolumns .columns-5 .menucolumn {
    width: 195px;
}

.main-nav li.multicolumns .submenu-wrapper {
    background-color: #fff;
    width: 950px;
    height: 100%;
    border: 1px solid #ddd;
    border-left: 0;
    position: absolute;
    left: 100%;
    top: -1px;
    display: none;
    padding: 0px;
    overflow: hidden;
}

.main-nav li.multicolumns .submenu-wrapper .submenu {
    padding: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li.view-more a {
    font-size: 11px !important;
    text-decoration: underline;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li.view-all a {
    font-weight: 700;
    font-size: 12px !important;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li.view-all a i {
    font-weight: 300;
    font-size: 18px;
    margin-left: 10px;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li.view-all div {
    background-color: red;
    color: #ffff00;
    border-radius: 4px;
    font-size: 9px !important;
    padding: 5px 0px;
    margin-right: 10px;
    float: left;
    width: 43px;
    text-align: center;
;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li.submenu-heading {
    margin: 0 0 0px;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li.submenu-heading> a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li.submenu-heading.has-child {
    text-transform: uppercase;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li.submenu-heading.has-child> a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    color: #14B8A6;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li.child> a {
    font-size: 12px;
    color: #616161;
    line-height: 15px;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li + li.submenu-heading {
    margin-top: 9px;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li .active a,
.main-nav li.multicolumns .submenu-wrapper .submenu> li:hover a {
    background-color: transparent;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li> a {
    margin-right: 20px;
    border: 0;
    padding: 5px 0;
    background-color: transparent;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.main-nav li.multicolumns .submenu-wrapper .submenu> li> a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.main-nav li.multicolumns .submenu-wrapper .promo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.main-nav li.multicolumns .submenu-wrapper .promo a {
    position: absolute;
    right: 0;
    display: inline;
}

.main-nav li.multicolumns .break-before {
    -webkit-column-break-before: always;
    break-before: column;
}

.nav-cart i {
    margin-right: 8px;
    font-size: 22px;
    vertical-align: middle;
}

.nav-cart .circle {
    border: none;
    background: #14B8A6;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: -12px;
    vertical-align: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hd-cart-text {
    vertical-align: -2px;
}

.dropdown-cart {
    left: auto;
    right: 0;
    padding: 0;
    margin: 0;
    width: 415px;
    border: 0;
}
.cart_totals h2{font-size:22px !important;}
.dropdown-cart div a {text-transform:none;
    color: #222222;display: initial;
}

.dropdown-cart .minicart__wrapper {
    max-height: 320px;padding:5px 10px;
}
.minicart__item__info .quantity {
    color: red;
    line-height: 32px;
    text-align: right;
    float: right;
}
.minicart__item__info a img{width:40px;height:40px;margin-right:5px;}
.dropdown-cart .minicart__item {
    position: relative;
    display: block;
    padding: 17px 20px;
    margin: 0 0;
    background: #FFF;
}

.dropdown-cart .minicart__item:before,
.dropdown-cart .minicart__item:after {
    content: " ";
    display: table;
}

.dropdown-cart .minicart__item:after {
    clear: both;
}

.dropdown-cart .minicart__item:hover {
    background-color: #f4f4f4;
}

.dropdown-cart .minicart__item__info {
    display: block;overflow:hidden;
}

.dropdown-cart .minicart__item__info> img {
    float: left;
    margin-right: 10px;
    max-width: 60px;
    max-height: 60px;
}

.dropdown-cart .minicart__item__name {
    display: block;
    overflow: hidden;
    font-size: 14px;
}

.dropdown-cart .minicart__item__name a {
    font-size: 13px;
    color: #222222;
    white-space: nowrap;
}

.dropdown-cart .minicart__item__price {
    display: inline-block;
    color: #14B8A6;
}

.dropdown-cart .minicart__item:hover .show-on-hover {
    display: block;
}

.dropdown-cart .minicart__item .btn-close {
    position: absolute;
    display: none;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -8px;
    right: 20px;
}

.dropdown-cart .minicart__summary {
    border-top: 1px solid #dfdfdf;
    padding: 9px 10px 12px;
    text-align: right;
}

.dropdown-cart .minicart__summary .price {
    font-size: 16px;
}

.dropdown-cart .minicart__actions {
    border-top: 1px solid #dfdfdf;
    padding: 15px;
    background-color: #f4f4f4;
}

.dropdown-cart .minicart__actions:before,
.dropdown-cart .minicart__actions:after {
    content: " ";
    display: table;
}

.dropdown-cart .minicart__actions:after {
    clear: both;
}

.dropdown-cart .minicart__actions> a {
    display: inline-block;
}

.dropdown-cart .minicart__actions> a.btn {
    padding: 10px;
}

.dropdown-cart .minicart__actions> a.btn--view-cart {
    float: left;
}

.dropdown-cart .minicart__actions> a.btn--buy-now {
    float: right;
    min-width: 170px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

.dropdown-arrow .dropdown-menu:before,
.dropdown-arrow .dropdown-menu:after {
    position: absolute;
    display: inline-block;
    border-color: transparent;
    border-style: solid;
    content: '';
}

.dropdown-arrow .dropdown-menu::before {
    top: -9px;
    right: 14px;
    border-width: 0 9px 9px 9px;
    border-bottom-color: #999;
}

.navbar-center .dropdown-arrow .dropdown-menu::before {
    right: auto;
    left: 50%;
    margin-left: -10px;
}

.dropdown-arrow .dropdown-menu::after {
    top: -8px;
    right: 15px;
    border-width: 0 8px 8px 8px;
    border-bottom-color: #fff;
}

.navbar-center .dropdown-arrow .dropdown-menu::after {
    right: auto;
    left: 50%;
    margin-left: -9px;
}

.navbar-center .dropdown-menu {
    left: -50%;
    margin-left: -50%;
    margin-top: 10px;
}

.newsletter-link ul {
    padding: 0;
    list-style: none;
}

.newsletter-link ul> li {
    list-style: none;
}

.newsletter-link ul> li a:focus,
.newsletter-link ul> li a:active,
.newsletter-link ul> li a:visited,
.newsletter-link ul> li a:hover {
    text-decoration: none;
}

.login-popup {
    margin-top: 10px !important;
    width: 350px;
}

.login-popup .box__heading {
    padding: 0 20px;
}

.login-popup .box__heading .box__title {
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.login-popup .modal-header {
    height: auto;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
}

.login-popup .modal-title {
    font-size: 18px;
}

.login-popup .modal-body {
    padding: 10px 15px 0 15px;
}

.login-popup .modal-footer {
    background-color: #f4f4f4;
    padding: 10px 20px 15px;
}

.login-popup .password-helper {
    margin-top: 0px;
    margin-bottom: 2px !important;
}

.login-popup .password-helper:before,
.login-popup .password-helper:after {
    content: " ";
    display: table;
}

.login-popup .password-helper:after {
    clear: both;
}

.login-popup .password-helper label,
.login-popup .password-helper a {
    line-height: 24px;
}

.login-popup .remember-me {
    font-weight: 400;
}

.login-popup a {
    color: #3679ad;
}

.login-popup .login-register-helper {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.login-popup .form--general .form-group> label {
    color: #666;
}

.login-popup .form--general .form-group .btn {
    font-size: 17px;
    padding: 7px;
}

.login-popup .form-group {
    margin-bottom: 10px;
}

.newsletter-popup {
    width: 350px;
}

.newsletter-popup .modal-header {
    height: auto;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
}

.newsletter-popup .modal-title {
    font-size: 18px;
}

.newsletter-popup .modal-body {
    padding: 10px 15px 0 15px;
}

.newsletter-popup .form-group {
    margin-bottom: 10px;
}

.box-social> a {
    display: inline-block;
    margin-right: 10px;
}

.footer {
    background-color: #fbfbfb;
}

.footer__top,
.footer__middle,
.footer__bottom {
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    background: #fff;
}

.footer a {
    color: #888888;
    font-weight: 300;
}

.footer-menu ul,
.footer-menu li {
    list-style-type: none;
}

.footer-menu ul {
    padding: 0;
}

.footer-menu-heading,
.menu__heading,
.support-info__heading {
    margin-top: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.menu__listing .active> a {
    color: #222222;
    text-decoration: none;
}

.menu__listing a {
    color: #888888;
    font-size: 13px;
    font-weight: 300;
}

.menu__listing a:hover {
    color: #222222;
    text-decoration: underline;
}

.support-info__address {
    margin: 5px 0;
}

.contact__email i {
    font-size: 10px;
}

.contact__email,
.contact__map {
    color: #6aa71d;
    margin: 3px 0;
}

.contact__email i,
.contact__map i {
    margin-right: 7px;
}

.contact__email a,
.contact__map a {
    color: #6aa71d;
}

.newsletter__input {
    width: 280px !important;
}

.social__items {
    padding-top: 5px;
}

.social__item {
    border-radius: 100%;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 3px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    background-color: #eee;
    color: #e2e2e2;
}

.social__item:hover {
    color: #ffffff;
}

.social__item--facebook:hover {
    background-color: #3b5998;
}

.social__item--twitter:hover {
    background-color: #00aced;
}

.social__item--google-plus:hover {
    background-color: #dd4b39;
}

.social__item--pinterest:hover {
    background-color: #cb2027;
}

.social__item--linkedin:hover {
    background-color: #007bb6;
}

.social__item--youtube:hover {
    background-color: #bb0000;
}

.hotline {
    font-size: 26px;
}

.footer .hotline {
    padding-top: 20px;
}

.hotline__text {
    color: #000;
}

.hotline__number {
    color: #14B8A6;
}

.footer .websites {
    padding-top: 16px;
}

.websites .website-logo,
.websites img {
    margin-right: 30px;
    vertical-align: top;
}

.promo-slider {
    margin-left: 235px;
    width: 690px;
}

.promo-slider:before,
.promo-slider:after {
    content: " ";
    display: table;
}

.promo-slider:after {
    clear: both;
}

.promo-slider__slides {
    position: relative;
    z-index: 2;
    height: 417px;
    overflow: hidden;
}

.promo-slider__slides .slider-item {
    width: 690px;
}

.promo-slider .promo-banners {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px;
    width: 240px;
}

.promo-slider .promo-banners a:last-child,
.promo-slider .promo-banners a:last-child img {}

.promo-slider .promo-banners-bottom {
    margin: 27px 0px 0px 0px;
    position: absolute;
    width: 690px;
    border: 1px solid #ddd;
    height: 132px;
    background-color: #fff;
}

.promo-slider .promo-banners-bottom .promo-banners-bottom-item {
    margin: 0px 3px 3px 10px;
    width: 120px;
    text-align: center;
    display: inline-block;
}

.promo-slider .promo-banners-bottom .promo-banners-bottom-item .banner-title {
    font-size: 14px;
    margin-top: 4px;
}

.promo-slider .promo-banners-bottom .promo-banners-bottom-item .banner-content {
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
}

.promo-slider .promo-banners> a {
    display: block;
    margin-bottom: 5px;
}

.promo-slider .promo-banners> a:first-child {
    margin-bottom: 4px;
}

.promo-slider .promo-banners> a> img {
    max-width: 100%;
    height: auto;
}

.promo-slider .promo-banners> a + a {
    margin-top: 0px;
}

.promo-slider .btn-prev,
.promo-slider .btn-next {
    position: absolute;
    top: 50%;
    display: none;
    width: 36px;
    height: 50px;
    line-height: 80px;
    margin-top: -33px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    text-align: center;
    cursor: pointer;
}

.promo-slider .btn-prev span,
.promo-slider .btn-next span {
    display: inline-block;
}

.promo-slider:hover .btn-prev,
.promo-slider:hover .btn-next {
    display: block;
}

.promo-slider .btn-prev {
    left: 0;
}

.promo-slider .btn-next {
    right: 0;
}

.promo-slider__pager {
    position: absolute;
    right: 0px;
    bottom: -22px;
}

.promo-slider__pager a {
    display: inline-block;
    margin: 0 4px;
    color: #cbcbcb;
    font-size: 10px;
}

.promo-slider__pager a.active {
    color: #70be10;
}

.promo-slider__pager a i {
    color: inherit;
}

.promo-slider__thumbnails {
    position: relative;
    z-index: 3;
    float: left;
    width: 200px;
    height: 390px;
}

.promo-slider__thumbnails .promo-thumbnail {
    position: relative;
    display: block;
    height: 78px;
    border-bottom: 1px solid #eeeeee;
    padding: 17px 10px;
    border-top: 1px solid #fff;
}

.promo-slider__thumbnails .promo-thumbnail:focus,
.promo-slider__thumbnails .promo-thumbnail:active,
.promo-slider__thumbnails .promo-thumbnail:hover {
    text-decoration: none;
}

.promo-slider__thumbnails .promo-thumbnail.active {
    background-color: #14B8A6;
}

.promo-slider__thumbnails .promo-thumbnail.active .promo-thumbnail__subtitle,
.promo-slider__thumbnails .promo-thumbnail.active .promo-thumbnail__title {
    color: #ffffff;
}

.promo-slider__thumbnails .promo-thumbnail.active:after {
    position: absolute;
    right: 100%;
    top: 50%;
    z-index: 9;
    margin-right: -1px;
    margin-top: -21px;
    content: "\f0d9";
    color: #14B8A6;
    font-family: FontAwesome;
    font-size: 30px;
}

.promo-slider__thumbnails .promo-thumbnail__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .6;
}

.promo-slider__thumbnails .promo-thumbnail__subtitle {
    display: block;
    color: #373737;
    line-height: 1.2;
    font-size: 14px;
}

.promo-slider__thumbnails .promo-thumbnail__title {
    display: block;
    color: #373737;
    line-height: 1.3;
    font-size: 21px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
}

.promo-row {
    padding: 0 5px 10px;
}

.promo-row:before,
.promo-row:after {
    content: " ";
    display: table;
}

.promo-row:after {
    clear: both;
}

.promo-row> a {
    padding: 0 5px;
    margin-bottom: 10px;
}

.promo-row> a> img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.block {
    padding: 0 0 10px;
}

.page-home .block {
    margin-bottom: 30px;
}

.block__header {
    border-bottom: 1px solid #d2d2d2;
}

.block__header:before,
.block__header:after {
    content: " ";
    display: table;
}

.block__header:after {
    clear: both;
}

.block__branding {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 0px;
    margin-left: -15px;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    border-radius: 6px 0 6px 0;
    background-color: #bababa;
}

.block__title {
    float: left;
    display: inline-block;
    margin: 0 25px 5px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color:red;
}

.block__title a {
    color: #333333;
    text-decoration: none;
    vertical-align: -6px;
}

.block__title a:hover {
    color: #000000;
}

.block__nav {
    padding-top: 16px;
    padding-bottom: 10px;
    float: right;
}

.block__nav ul,
.block__nav li {
    list-style-type: none;
}

.block__nav li {
    float: left;
    padding: 0 8px;
    font-size: 13px;
    line-height: 1;
}

.block__nav li + li {
    border-left: 1px solid #999999;
}

.block__nav li> a {
    color: #666;
}

.block__content {
    padding: 20px 0 0;
}

.block__footer {
    text-align: center;
}

.block__more {
    padding: 6px 15px 6px 15px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    color: #666;
    font-size: 14px;
}

.block__more:hover {
    border-color: #000;
    color: #000;
}

.block__more i {
    font-size: 15px;
    margin-left: 5px;
}

.block__sorting {
    float: right;
}

.block__sorting .product-sortings {
    margin: 0;
    background: transparent;
}

.block__sorting .product-sortings .filter {
    border: 0;
}

.block__sorting .product-sortings .filter__title {
    padding: 2px 4px;
    border: 0;
    float: left;
    margin-right: 10px;
}

.block__sorting .product-sortings .filter__body {
    padding: 0;
    float: right;
}

.block--tab {}

.block--tab.tab-carousel .tab {
    width: 9999em;
}

.block--tab .block__header .tab {
    margin: 0 0 -1px;
    padding: 2px 0 0 0;
    float: left;
    line-height: 34px;
}

.block--tab .block__header .tab__item {
    position: relative;
    display: inline-block;
    margin: 0 2px 0 0;
    text-transform: uppercase;
}

.block--tab .block__header .tab__item a {
    border: 1px solid #f6f6f6;
    border-bottom-color: #d2d2d2;
    padding: 4px 15px;
    min-width: 120px;
    font-size: 17px;
    color: #777777;
    text-align: center;
}

.block--tab .block__header .tab__item a:focus,
.block--tab .block__header .tab__item a:hover {
    background-color: #eee;
}

.block--tab.tab-style--campaign .block__header {
    border-bottom: 1px solid #ee242d;
}

.block--tab.tab-style--campaign .block__header .tab {
    margin: 0;
    padding: 10px 0 0 0;
    float: left;
    line-height: 34px;
}

.block--tab.tab-style--campaign .block__header .tab__item {
    position: relative;
    display: inline-block;
    margin: 0 2px 0 0;
    text-transform: uppercase;
}

.block--tab.tab-style--campaign .block__header .tab__item a {
    border: 0;
    padding: 1px 20px;
    min-width: 95px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #eeeeee;
    text-align: center;
}

.block--tab.tab-style--campaign .block__header .tab__item.active {
    border-bottom: 0;
}

.block--tab.tab-style--campaign .block__header .tab__item.active:after {
    content: "";
}

.block--tab.tab-style-1 .block__header .tab__item {
    position: relative;
    text-transform: uppercase;
}

.block--tab.tab-style-1 .block__header .tab__item a {
    margin-right: 15px;
    padding: 4px 0;
    border: 0;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    text-align: center;
}

.block--tab.tab-style-1 .block__header .tab__item.active {
    border-bottom: 0;
}

.block--tab.tab-style-1 .block__header .tab__item.active:after {
    content: "";
}

.block--tab.tab-style-branding .block__title {
    height: 36px;
    padding: 0 20px 0 15px;
    margin: -2px 0 0;
    min-width: 170px;
    background-color: #bababa;
    line-height: 36px;
}

.block--tab.tab-style-branding .block__title a {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
}

.block--tab.tab-style-branding .block__branding {
    height: 36px;
    width: 42px;
    line-height: 36px;
    font-size: 19px;
}

.block--tab.tab-style-branding .block__branding i {
    vertical-align: -2px;
}

.block--tab.tab-style-branding .block__nav {
    padding: 0;
    margin: 0;
}

.block--tab.tab-style-branding .block__nav ul {
    padding: 10px 0;
}

.block--tab.tab-style-branding .block__nav ul li a {
    color: #6e6e6e;
}

.block--tab.tab-style-branding .block__nav ul li a:hover {
    color: #000;
}

.block--tab.tab-style-branding .block__header {
    height: 36px;
    border-top: 2px solid #bababa;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    background-color: #fff;
}

.block--tab.tab-style-branding .block__header .tab {
    margin: 0;
    padding: 0 15px;
}

.block--tab.tab-style-branding .block__header .tab__item a {
    border: 0;
    padding: 0 15px;
    min-width: 92px;
    font-size: 12px;
    color: #444444;
    line-height: 33px;
}

.block--normal .block__title {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
}

.block--normal .block__nav {
    padding-top: 7px;
}

.block--normal:last-child {
    padding-bottom: 0;
}

.tab-item-active,
.block--tab .block__header .tab__item.active a {
    border: 1px solid #d2d2d2;
    border-bottom-color: #f6f6f6;
    font-weight: 400;
    background-color: transparent;
    color: #222222;
}

.tab-item-active-campaign,
.block--tab.tab-style--campaign .block__header .tab__item a:focus,
.block--tab.tab-style--campaign .block__header .tab__item a:hover,
.block--tab.tab-style--campaign .block__header .tab__item.active a {
    border: 0;
    font-weight: 700;
    background-color: #ee242d;
    color: #fff;
}

.tab-item-active-style-1,
.block--tab.tab-style-1 .block__header .tab__item a:focus,
.block--tab.tab-style-1 .block__header .tab__item a:hover,
.block--tab.tab-style-1 .block__header .tab__item.active a {
    border: 0;
    border-bottom: 2px solid #14B8A6;
    font-weight: 400;
    background-color: transparent;
    color: #000;
}

.tab-item-active-branding,
.block--tab.tab-style-branding .block__header .tab__item a:focus,
.block--tab.tab-style-branding .block__header .tab__item a:hover,
.block--tab.tab-style-branding .block__header .tab__item.active a {
    position: relative;
    border: 0;
    font-weight: 400;
    color: #000;
}

.tab-item-active-branding:after,
.block--tab.tab-style-branding .block__header .tab__item a:focus:after,
.block--tab.tab-style-branding .block__header .tab__item a:hover:after,
.block--tab.tab-style-branding .block__header .tab__item.active a:after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #bababa;
}

.btn--back {
    margin: 5px 0 0 0;
}

.btn--back .hd {
    vertical-align: -2px;
}

.btn--general {
    min-width: 130px;
    border-radius: 4px;
}

.btn--buy-now {
    min-width: 130px;
    font-weight: 700;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(99, 165, 15, 0.75);
}

.btn--buy-now:active,
.btn--buy-now:focus,
.btn--buy-now:hover {
    background-color: #f9bc02;
    border-color: #f9bc02;
}

.products .product {
    cursor: pointer;
}

.products .product__rating {
    display: none;
}

.products .product .stars {
    font-size: 11px;
}

.products .product:hover {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}


.products .product__views {
    color: #999;
    font-size: 15px;
}

.products .product__views i {
    font-size: 15px;
    vertical-align: -1px;
}

.products .product__calltoaction {
    position: absolute;
}

.product {
    position: relative;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.product__image {
    position: relative;
}

.product__icons {
    position: absolute;
    bottom: 50px;
    right: 10px;
    width: 80px;
    height: 80px;
}

.product__icons.bar {
    width: 40%;
}

.product__icons img {
    bottom: 0;
    right: 0;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.product__header {
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.product__title {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.product__title a {
    color: #222;
    font-weight: bold;
}

.product__title a:hover {
    color: #000;
    text-decoration: none;
}

.product__info {
    padding: 10px 15px;
}

.product__shop{
    margin: 0 15px;
    padding-top: 14px;
    border-top: 1px solid #dddddd;
}

.shop-title{
    color: #14B8A6;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
}

.product__price {
    color: #d0021c;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.product__price--list-price {
    margin-right: 10px;
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 400;
}

.product__price--discount {
    background: url(../img/icons/discount2.svg) no-repeat;
    width: 42px;
    height: 30px;
    background-size: contain;
    text-align: center;
}

.product__price--discount .price {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    vertical-align: top;
}

.product__price--discount .price__symbol {
    vertical-align: baseline;
}

.product__stats {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #414141;
    font-size: 14px;
}

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

.product__views {
    font-size: 12px;
}

.product__views .hd-user {
    vertical-align: -1px;
}

.product__purchases,
.product__views {
    display: inline-block;
}

.product__details .product__purchases {
    font-size: 18px;
}

.product__details .product__purchases> i {
    border-radius: 100%;
    border: 1px solid #999;
    padding: 5px 8px;
    width: 35px;
    height: 30px;
    font-size: 16px;
}

.product:hover .product__delivery {
    opacity: 1;
    transition-duration: .5s;
}

.product__delivery {
    transition-duration: .5s;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 4;
}

.product__delivery span:hover i {
    color: #333;
}

.product__delivery .delivery {
    width: auto;
    height: 40px;
    float: left;
    padding: 5px 7px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 9px;
}

.product__delivery .delivery> i {
    display: block;
    margin: 0 auto 2px;
    font-size: 18px;
}

.product__delivery .delivery img {
    display: block;
    margin: 0 auto 2px;
}

.product__delivery .delivery--ticket {
    background-color: rgba(73, 80, 57, 0.7);
}

.product__delivery .delivery--evoucher {
    background-color: rgba(73, 80, 57, 0.7);
}

.product__delivery .delivery--shipping {
    background-color: rgba(73, 80, 57, 0.7);
}

.product__delivery .delivery--shipping img {
    margin: 2px auto 4px;
}

.product--short-info {
    margin: 0;
    box-shadow: none;
    border: 0;
}

.product--short-info:before,
.product--short-info:after {
    content: " ";
    display: table;
}

.product--short-info:after {
    clear: both;
}

.product--short-info:hover {
    box-shadow: none;
}

.product--short-info .product__cell {
    padding: 0 0px;
    height: 45px;
    float: left;
    text-align: center;
}

.product--short-info .product__cell:nth-child(1n) {
    width: 200px;
}

.product--short-info .product__cell:nth-child(2n) {
    width: 200px;
}

.product--short-info .product__cell:nth-child(3n) {
    width: 140px;
}

.product--short-info .product__cell:nth-child(4n) {
    overflow: hidden;
    width: auto;
    padding: 0 0 0 35px;
}

.product--short-info .product__cell + .product__cell {
    border-left: 1px solid #c8c8c8;
}

.product--short-info .product__price {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
}

.product--short-info .product__price .price__symbol {
    font-size: 60%;
}

.product--short-info .add-to-cart__actions {
    padding: 0 0;
}

.product--short-info .add-to-cart__actions .btn {
    margin-left: 10px;
    font-size: 24px;
    line-height: 1.25;
}

.product--short-info .add-to-cart__actions .btn--buy-now {
    min-width: 200px;
}

.gallery__thumbnails {
    padding: 0 10px;
    margin: 18px 0;
    height: 50px;
    overflow: hidden;
}

.gallery__thumbnails a {
    position: relative;
    width: 50px;
    display: inline-block;
    margin: 0 8px;
    outline: 0;
    cursor: pointer;
    box-shadow: none;
}

.gallery__thumbnails a img {
    width: 50px;
}

.gallery__thumbnails .btn {
    position: absolute;
    z-index: 13;
    top: 0;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 18px;
    background-color: #fff;
    line-height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.gallery__thumbnails .btn.disabled {
    opacity: 0;
}

.gallery__thumbnails .btn:active,
.gallery__thumbnails .btn:hover,
.gallery__thumbnails .btn:focus {
    box-shadow: none;
}

.gallery__thumbnails .btn i {
    color: #888888;
}

.gallery__thumbnails .btn--prev {
    left: -10px;
}

.gallery__thumbnails .btn--prev i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery__thumbnails .btn--next {
    right: -10px;
}

.gallery__thumbnails .btn--next i {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.gallery__thumbnails .thumbs-carousel {
    position: relative;
    margin: 0 auto;
    z-index: 9;
}

.gallery__thumbnails .thumbs-carousel .item {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
}

.swiper-container-android.gallery__thumbnails .thumbs-carousel .item {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.gallery__thumbnails .thumbs-carousel .item img {
    width: 60px;
}

.gallery__thumbnails .thumbs-carousel .item.active:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid rgba(113, 190, 15, 0.75);
}

.gallery__thumbnails .thumbs-carousel .owl-item img {
    width: 100%;
}

.gallery__thumbnails .thumbs-carousel .owl-item.active> a:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid rgba(113, 190, 15, 0.75);
}

.price__symbol {
    vertical-align: super;
    font-size: 80%;
}

.price__discount {text-align:center;float:right;
    display: inline-block;
    width: 55px;
    height: 24px;
    padding: 0px 2px 26px 6px;
    line-height: 25px;
    background: url(../images/discount-background.png) no-repeat;
    
    background-size: contain;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    vertical-align: text-top;
    margin-left: 10px;
    vertical-align: 4px;
}

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

.price--highlight {
    color: #14B8A6;
    font-weight: 500;
}

.rating__star {
    color: #ffb400;
}

.rating__star--off {
    color: #b4b4b4;
}

.add-to-cart__quantity {
    padding-top: 5px;
}

.add-to-cart__actions {
    padding-top: 15px;
    padding-bottom: 15px;
}

#btn--buy-now-2,
.btn--buy-now-new {
    border-bottom: 4px solid #487513;
    outline: 0;
}

#btn--buy-now-2:hover,
.btn--buy-now-new:hover {
    outline: 0 !important;
    background-color: #7fd611;
    border-bottom-color: #487513;
}

#btn--buy-now-2:active,
.btn--buy-now-new:active {
    outline: 0 !important;
    background-color: #f9bc02 !important;
    margin-top: 2px !important;
    border-color: #f9bc02 !important;
    border-bottom-width: 2px !important;
    border-bottom-color: #487513 !important;
}

.add-to-cart-buttons .btn {
    min-width: 140px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #5a5a5a;
    font-size: 16px;
    padding: 6px 12px 2px;
}

.add-to-cart-buttons .btn + .btn {
    margin-left: 10px;
}

.add-to-cart-buttons .btn--buy-now {
    min-width: 160px;
    border-bottom: 4px solid #f9bc02;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 1px #f9bc02;
}

.add-to-cart-buttons .btn--buy-now[disabled] {
    opacity: 1;
    cursor: pointer;
}

.add-to-cart-buttons .btn--buy-now:active {
    outline: 0;
    background-color: #f9bc02;
    margin-top: 2px;
    border-color: #f9bc02;
    border-bottom-width: 2px;
    border-bottom-color: #487513;
}

.add-to-cart-buttons .btn--buy-now-x2 {
    min-width: 240px;
    padding: 5px;
    font-size: 25px;
}

.add-to-cart-buttons .btn--add-to-cart {
    min-width: 160px;
    border-bottom: 4px solid #71be0f;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 1px #71be0f;
}

.add-to-cart-buttons .btn--add-to-cart[disabled] {
    opacity: 1;
    cursor: pointer;
}

.add-to-cart-buttons .btn--add-to-cart:active,
.add-to-cart-buttons .btn--add-to-cart:focus,
.add-to-cart-buttons .btn--add-to-cart:hover {
    border-color: #71be0f;
    background-color: #71be0f;
    color: #fff;
}

.add-to-cart-buttons .btn--add-to-cart> i {
    color: #5a8c19;
    font-size: 20px;
    margin-right: 6px;
    vertical-align: -3px;
}

.add-to-cart-buttons .btn--add-to-cart--mini {
    min-width: 0;
}

.add-to-cart-buttons .btn--add-to-cart--mini i {
    vertical-align: -2px;
}

.quantity {
    line-height: 26px;
}

.quantity__text {
    display: inline-block;
    margin-right: 15px;
    color: #898989;
    vertical-align: middle;
}

.quantity__modifier {
    display: inline-block;
    vertical-align: middle;
}

.quantity-modifier {
    display: inline-block;
}

.quantity-modifier-select {
    padding: 4px 10px;
    border: 1px solid #999;
}

.quantity-modifier> * {
    float: left;
    width: auto;
}

.quantity-modifier .btn,
.quantity-modifier .form-control {
    height: 26px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 16px;
}

.quantity-modifier .form-control {
    z-index: 1;
    width: 40px;
    text-align: center;
    -webkit-appearance: none;
}

.quantity-modifier .btn {
    background-color: #d6d6d6;
    color: #929292;
    line-height: 11px;
}

.quantity-modifier .btn i {
    vertical-align: middle;
}

.quantity-modifier .btn:focus,
.quantity-modifier .btn:active {
    outline: 0;
}

.no-js .quantity-modifier .input-group-btn {
    display: none;
}

.product__image {
    position: relative;
}

.product__image img {
    max-width: 100%;
}

.product__meta {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #fff;
}

.product__meta .item__location {
    float: left;
    padding: 0 10px;
    font-size: 12px;
}

.product__meta .item__location .glyphicon {
    font-size: 14px;
    vertical-align: -1px;
}

.product__meta .item__delivery {
    padding: 0 10px;
    font-size: 12px;
    float: right;
}

.product__meta .item__delivery .hd {
    font-size: 14px;
    vertical-align: -1px;
}

.product:hover .product__meta,
.product-kind-3 .product__meta {
    opacity: 1;
}

.icon-hot,
.icon-new {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-weight: 700;
    padding: 2px 9px;
    font-size: 13px;
}

.icon-hot.hot {
    background-color: #14B8A6;
}

.icon-hot.new {
    background-color: #71be0f;
}

.icon-authentic,
.icon-authentic-only,
.icon-exclusive,
.icon-exclusive-only {
    position: absolute;
    right: 10px;
    top: 53px;
    width: 70px;
}

.icon-exclusive {
    top: 28px;
}

.icon-exclusive-only,
.icon-authentic-only {
    top: 10px;
}

.item__delivery,
.item__location,
.item__variants {
    opacity: 0;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFF;
    font-size: 12px;
    padding: 5px 8px;
    z-index: 7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.item__delivery {
    opacity: 1;
    left: auto;
    right: 10px;
}

.item__location {
    opacity: 1;
}

.item__meta {
    opacity: 0;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 0 10px;
    font-size: 13px;
    color: #FFF;
    z-index: 5;
}

.item__meta .countdown-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 28px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.55);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.item__meta .view {
    padding: 6px 12px;
    width: 110px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -17px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: #73bc28;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.products .product:hover .icon-hot,
.products .product:hover .icon-new,
.products .product:hover .icon-exclusive,
.products .product:hover .icon-exclusive-only,
.products .product:hover .icon-authentic,
.products .product:hover .icon-authentic-only,
.products .product:hover .product__delivery,
.products .product:hover .item__variants {
    opacity: 0;
}

.products .product:hover .item__meta,
.products .product:hover .item__variants,
.products .product:hover .item__location {
    opacity: 1;
}

.product--details {
    background-color: #ffffff;
    border: 1px solid #dedede;
    padding: 15px;
}

.product--details .product__gallery {
    float: left;
    width: 400px;
    margin-right: 50px;
}

.product--details .product__gallery .media-gallery {
    height: 400px;
    overflow: hidden;
}

.product--details .product__gallery.gallery--fashion .media-gallery {
    height: 500px;
}

.product--details .product__gallery .gallery__thumbnails {
    text-align: center;
}

.product--details .product__details {
    overflow: hidden;
}

.product--details .product__header {
    border: 0;
    min-height: 0;
    margin: 5px 0 0;
    padding-top: 0;
}

.product--details .product__title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
}

.product--details .product__description p {
    line-height: 22px;
}

.product--details .product__price {
    display: inline-block;
    font-size: 36px;
    line-height: 30px;
    vertical-align: middle;
}

.product--details .product__price--list-price {
    font-size: 18px;
    color: #333;
    vertical-align: -7px;
}

.product--details .product__price--old-price {
    margin-right: 15px;
    font-size: 36px;
    line-height: 30px;
    color: #989898;
    vertical-align: middle;
}

.product--details .product__availability {
    display: inline-block;
    color: #414141;
    font-size: 18px;
}

.product--details .product__availability i {
    font-size: 20px;
    vertical-align: -3px;
}

.product--details .product__delivery {
    position: static;
    opacity: 1;
    color: #414141;
}

.product--details .product__delivery i {
    margin-right: 5px;
    vertical-align: text-bottom;
    color: #414141;
    font-size: 20px;
}

.product--details .product__stats {
    position: static;
}

.product--details .product__stats> div {
    padding: 5px 17px 5px 0;
}

.product--details .product__stats> div + div {
    border-left: 1px solid #eaeaea;
    padding-left: 20px;
}

.product--details .product__stats> div i.fa,
.product--details .product__stats> div i.hd {
    margin-right: 6px;
}

.product--details .product__rating {
    margin-right: 0;
}

.product--details .product__rating .stars {
    margin-right: 20px;
    font-size: 16px;
}

.product--details .product__rating .vote-count {
    font-size: 13px;
    color: #a9a9a9;
}

.product--details .product__rating .vote-count span {
    font-size: 10px;
    vertical-align: 1px;
    display: inline-block;
    margin: 0 2px;
}

.product--details .product__app-promotion {
    float: right;
    margin-left: 40px;
}

.product--details .product__sizes {
    padding: 0 0 0;
}

.product--details .product__sizes .text {
    display: inline-block;
    margin-right: 12px;
    line-height: 30px;
    vertical-align: top;
}

.product--details .product__sizes .size-selection .btn {
    margin-bottom: 15px;
}

.product--details .product__variants {
    padding: 0;
    border: 1px solid #cfcfcf;
    background: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-height: 235px;
    overflow: hidden;
    overflow-y: auto;
}

.product--details .product__variants .nano {
    max-height: 215px;
}

.product--variant {
    position: relative;
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid #cfcfcf;
}

.product--variant:hover {
    background-color: #fdfdfd;
}

.overview .product--variant:hover {
    background: #fff;
    cursor: pointer;
}

.overview .product--variant.active:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.product--variant:before,
.product--variant:after {
    content: " ";
    display: table;
}

.product--variant:after {
    clear: both;
}

.product--variant> * {
    float: left;
}

.product--variant .product__header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 210px 0 80px;
    min-height: 60px;
}

.product--variant .product__title {
    font-size: 15px;
}

.product--variant .product__purchases {
    font-size: 14px;
}

.product--variant .product__purchases> i {
    border: 0;
    padding: 0;
}

.product--variant .product__image {
    position: absolute;
    width: 60px;
}

.product--variant .product__image> img {
    width: 100%;
}

.product--variant .product__price-info {
    width: 90px;
    margin-left: -200px;
    margin-top: -6px;
}

.product--variant .product__price .price {
    font-size: 15px;
    line-height: 1.1;
}

.product--variant .product__price .price--list-price {
    font-size: 12px;
}

.product--variant .product__add-to-cart {
    position: relative;
    width: 100px;
    margin: 0 0 0 -100px;
    padding-top: 0;
}

.products--list-simple {
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(200, 200, 200, 0.5);
}

.product--simple {
    padding: 10px 0 10px;
    border-bottom: 1px solid #dddddd;
    box-shadow: none;
}

.product--simple:before,
.product--simple:after {
    content: " ";
    display: table;
}

.product--simple:after {
    clear: both;
}

.product--simple:last-child {
    border-bottom: 0;
}

.product--simple:hover {
    box-shadow: none;
}

.product--simple .product__image {
    float: left;
    margin-right: 13px;
}

.product--simple .product__header,
.product--simple .product__info {
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-height: 76px;
    border: 0;
}

.product--simple .product__title {
    font-size: 12px;
    line-height: 16px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product--simple .product__price {
    font-size: 12px;
    line-height: 1.1;
}

.booking-filter {
    margin-bottom: 0px;
}

.booking-filter .form-group {
    margin-right: 15px;
}

.booking-filter .form-group label {
    color: #898989;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.booking-filter .form-group-sm label.control-label {
    font-size: 13px;
}

.booking-filter .form-group.col-md-3 {
    width: 30%;
}

.e-voucher {
    margin: 0 0 20px;
    padding: 12px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    height: 102px;
}

.e-voucher:hover {
    background-color: #f5faef;
    cursor: pointer;
}

.e-voucher-image {
    float: left;
    max-width: 76px;
    margin-right: 10px;
}

.e-voucher-info {
    overflow: hidden;
    color: #222222;
    font-size: 13px;
}

.e-voucher-title {
    margin: -2px 0 8px;
    color: #3498db;
    font-size: 14px;
    font-weight: 400;
}

.e-voucher-title a {
    color: inherit;
    line-height: 18px;
}

.e-voucher--expired {
    border-color: #14B8A6;
}

.e-voucher--expired .e-voucher-expired-date {
    color: #14B8A6;
}

.tags-list {
    padding: 5px 0;
    margin: 0;
}

.tags-list li {
    display: inline-block;
}

.tags-list li.text {
    color: #222;
    margin-right: 5px;
}

.tags-list li.tag {
    margin-right: 5px;
}

.tags-list li.tag a {
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px 8px 0;
    height: 26px;
    line-height: 26px;
    background-color: #71be0f;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 5px;
}

.product-well {
    min-height: 20px;
    padding: 20px 20px 35px;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
}

.product-well .row {
    height: 200px;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.product-well .product-well-title {
    margin: 0 0 10px;
    line-height: 1.4;
}

.product-well .wysiwyg p {
    margin: 5px 0 !important;
    line-height: 22px;
}

.product-well .btn--view-more {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    margin-top: -15px;
    text-align: center;
}

.product-well .btn--view-more .less-text {
    display: none;
}

.product-well.expanded .row {
    height: auto;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.product-well.expanded .more-text {
    display: none;
}

.product-well.expanded .less-text {
    display: block;
}

.product-auto-resize .product__image img {
    height: auto;
}

.product-image-padding .product__image {
    padding: 3.5%;
}

.product-image-padding .product__image img {
    height: auto;
}

.tag_description {
    font-size: 16px;
    margin-top: -15px;
    margin-bottom: 20px;
    color: #999;
}

.comments--list {
    padding-top: 20px;
}

.comments--list> .comment:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
}

.comment:last-child {
    margin-bottom: 0;
}

.comment__avatar {
    float: left;
    margin-right: 20px;
}

.comment__content {
    overflow: hidden;
}

.comment__text {
    color: #3a3a3a;
    margin-bottom: 10px;
}

.comment__pictures {
    margin-bottom: 10px;
}

.comment__info {
    color: #acacac;
    font-size: 12px;
}

.comment__info> * {
    display: inline-block;
}

.comment__author {
    color: #3a3a3a;
}

.comment__time {
    margin-left: 10px;
}

.comment__rating {
    display: inline-block;
    margin: 0 10px;
}

.comment--reply {
    padding-top: 20px;
    border-top: 1px solid #dadada;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 0;
}

.comment--reply:first-child {
    margin-top: 20px;
}

.tabs {
    margin-bottom: 25px;
}

.tabs--sticky {
    position: relative;
    padding-top: 45px;
}

.tabs--sticky .tabs__nav {
    z-index: 1001;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 920px;
    border-bottom: 0;
}

.tabs--sticky .tabs__nav.affix {
    position: fixed;
    top: 0;
    padding: 5px 0 1px;
    background-color: #f6f6f6;
    box-shadow: none;
}

.tabs--sticky .tabs__nav.affix-top {
    position: absolute;
    top: 0;
}

.tabs--sticky .tabs__nav> li {
    width: 20%;
}

.tabs--sticky .tabs__nav> li:hover> a,
.tabs--sticky .tabs__nav> li.active> a {
    border-top: 2px solid #63a60d !important;
    border-top: none;
    padding-top: 13px;
}

.tabs--sticky .tabs__nav> li + li {
    padding-left: 8px;
}

.tabs--sticky .tabs__nav> li.first {
    padding-left: 0;
}

.tabs--sticky .tabs__nav> li> a {
    margin: 0;
    padding: 14px 15px 10px;
    border-color: #e7e7e7;
    background-color: #e5e5e5;
    color: #717171;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.tabs--sticky .tabs__nav> li> a:hover {
    background-color: #e5e5e5;
}

.tabs--sticky .tabs__nav> li:hover> a,
.tabs--sticky .tabs__nav> li.active> a {
    border-top: 2px solid #71be0e;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
    color: #222222;
}

.tabs--sticky .tabs__nav--floating {
    position: fixed;
    padding: 5px 0 1px;
    background-color: #f6f6f6;
    box-shadow: none;
}

.tabs--sticky .tabs__nav--floating:after {
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: -10px;
    height: 10px;
    background-color: #fff;
    content: '';
}

.tabs--sticky .tabs__nav--extra {
    display: none;
    margin-left: 944px;
    width: 240px !important;
    padding: 0 5px 10px;
}

.tabs--sticky .tabs__nav--extra.tabs__nav--floating {
    display: block;
}

.tabs--sticky .tabs__nav--extra> li {
    float: none;
    width: auto;
    padding: 0;
}

.tabs--sticky .tabs__nav--extra> li> div {
    -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.1);
    -moz-box-shadow: 0 0 5px rgba(100, 100, 100, 0.1);
    box-shadow: 0 0 5px rgba(100, 100, 100, 0.1);
    padding: 6px 10px;
    background-color: #fff;
}

.tabs--sticky .tabs__nav--extra> li> div .btn--buy-now {
    min-width: 150px;
}

.tabs--sticky .tabs__nav--extra> li> div .btn--add-to-cart--mini {
    margin-left: 10px;
}

.tabs--sticky .tabs__nav--extra:after {
    display: none;
}

.tabs--sticky .tab-content {
    padding: 20px 25px;
    border: 1px solid #e7e7e7;
    border-top-width: 0;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(100, 100, 100, 0.1);
    overflow: scroll;
}

.tabs--sticky .tab-content .tab-pane + .tab-pane {
    margin-top: 30px;
}

.tabs--skin-1 {
    border-bottom: 1px solid #d2d2d2;
    padding: 0 20px 0;
}

.tabs--skin-1 .tab__item {
    margin-right: 15px;
}

.tabs--skin-1 .tab__item a {
    padding: 15px 10px;
    background-color: transparent;
    color: #999999;
}

.tabs--skin-1 .tab__item a:hover,
.tabs--skin-1 .tab__item a:focus,
.tabs--skin-1 .tab__item a:active,
.tabs--skin-1 .tab__item a:visited {
    border-bottom: 2px solid #d2d2d2;
    background-color: transparent;
    color: #000;
    font-weight: 500;
}

.tabs--skin-1 .tab__item.active a,
.tabs--skin-1 .tab__item.active a:focus,
.tabs--skin-1 .tab__item.active a:hover,
.tabs--skin-1 .tab__item.active a:active {
    border-bottom: 2px solid #d2d2d2;
    background-color: transparent;
    color: #000;
    font-weight: 500;
}

.main-nav .branding__menu .branding--restaurant:hover> a,
.main-nav .branding__menu .branding--restaurant> a:hover {
    background-color: #fff;
}

.main-nav .branding__menu .branding--beauty:hover> a,
.main-nav .branding__menu .branding--beauty> a:hover {
    background-color: #fff;
}

.main-nav .branding__menu .branding--entertainment:hover> a,
.main-nav .branding__menu .branding--entertainment> a:hover {
    background-color: #fff;
}

.main-nav .branding__menu .branding--product:hover> a,
.main-nav .branding__menu .branding--product> a:hover {
    background-color: #fff;
}

.main-nav .branding__menu .branding--fashion:hover> a,
.main-nav .branding__menu .branding--fashion> a:hover {
    background-color: #fff;
}

.main-nav .branding__menu .branding--travel:hover> a,
.main-nav .branding__menu .branding--travel> a:hover {
    background-color: #fff;
}

.main-nav .branding__menu .item-promotion-hot a {
    font-weight: bold;
    color: #14B8A6;
    text-transform: uppercase;
}

.branding--restaurant .block__branding {
    background-color: #71be0f;
}

.branding--beauty .block__branding {
    background-color: #d66784;
}

.branding--entertainment .block__branding {
    background-color: #1cb1a8;
}

.branding--product .block__branding {
    background-color: #26abd1;
}

.branding--fashion .block__branding {
    background-color: #9176ab;
}

.branding--travel .block__branding {
    background-color: #f59b31;
}

.nav--floating .branding--restaurant:hover a span,
.nav--floating .branding--restaurant:hover a,
.nav--floating .active.branding--restaurant a span,
.nav--floating .active.branding--restaurant a {
    background-color: #71be0f;
    color: #fff;
}

.nav--floating .branding--beauty:hover a span,
.nav--floating .branding--beauty:hover a,
.nav--floating .active.branding--beauty a span,
.nav--floating .active.branding--beauty a {
    background-color: #d66784;
    color: #fff;
}

.nav--floating .branding--entertainment:hover a span,
.nav--floating .branding--entertainment:hover a,
.nav--floating .active.branding--entertainment a span,
.nav--floating .active.branding--entertainment a {
    background-color: #1cb1a8;
    color: #fff;
}

.nav--floating .branding--product:hover a span,
.nav--floating .branding--product:hover a,
.nav--floating .active.branding--product a span,
.nav--floating .active.branding--product a {
    background-color: #26abd1;
    color: #fff;
}

.nav--floating .branding--fashion:hover a span,
.nav--floating .branding--fashion:hover a,
.nav--floating .active.branding--fashion a span,
.nav--floating .active.branding--fashion a {
    background-color: #9176ab;
    color: #fff;
}

.nav--floating .branding--travel:hover a span,
.nav--floating .branding--travel:hover a,
.nav--floating .active.branding--travel a span,
.nav--floating .active.branding--travel a {
    background-color: #f59b31;
    color: #fff;
}

.branding--restaurant.block--tab.branding .block__title {
    background-color: #71be0f;
}

.branding--restaurant.block--tab.branding .block__header {
    border-top-color: #71be0f;
}

.branding--restaurant.block--tab.branding .block__header .tab__item a:focus:after,
.branding--restaurant.block--tab.branding .block__header .tab__item a:hover:after {
    border-top-color: #71be0f;
}

.branding--restaurant.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #71be0f;
}

.branding--beauty.block--tab.branding .block__title {
    background-color: #d66784;
}

.branding--beauty.block--tab.branding .block__header {
    border-top-color: #d66784;
}

.branding--beauty.block--tab.branding .block__header .tab__item a:focus:after,
.branding--beauty.block--tab.branding .block__header .tab__item a:hover:after {
    border-top-color: #d66784;
}

.branding--beauty.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #d66784;
}

.branding--entertainment.block--tab.branding .block__title {
    background-color: #1cb1a8;
}

.branding--entertainment.block--tab.branding .block__header {
    border-top-color: #1cb1a8;
}

.branding--entertainment.block--tab.branding .block__header .tab__item a:focus:after,
.branding--entertainment.block--tab.branding .block__header .tab__item a:hover:after {
    border-top-color: #1cb1a8;
}

.branding--entertainment.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #1cb1a8;
}

.branding--product.block--tab.branding .block__title {
    background-color: #26abd1;
}

.branding--product.block--tab.branding .block__header {
    border-top-color: #26abd1;
}

.branding--product.block--tab.branding .block__header .tab__item a:focus:after,
.branding--product.block--tab.branding .block__header .tab__item a:hover:after {
    border-top-color: #26abd1;
}

.branding--product.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #26abd1;
}

.branding--fashion.block--tab.branding .block__title {
    background-color: #9176ab;
}

.branding--fashion.block--tab.branding .block__header {
    border-top-color: #9176ab;
}

.branding--fashion.block--tab.branding .block__header .tab__item a:focus:after,
.branding--fashion.block--tab.branding .block__header .tab__item a:hover:after {
    border-top-color: #9176ab;
}

.branding--fashion.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #9176ab;
}

.branding--travel.block--tab.branding .block__title {
    background-color: #f59b31;
}

.branding--travel.block--tab.branding .block__header {
    border-top-color: #f59b31;
}

.branding--travel.block--tab.branding .block__header .tab__item a:focus:after,
.branding--travel.block--tab.branding .block__header .tab__item a:hover:after {
    border-top-color: #f59b31;
}

.branding--travel.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #f59b31;
}

.product-filters {
    margin-bottom: 30px;
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px;
}

.product-filters .filter + .filter {
    border-top: 1px solid #eeeeee;
}

.filter--no-padding {
    padding: 0;
}

.filter--listing .filter__button {
    padding: 5px 5px 5px 19px !important;
}

.filter--listing .filter__button:after {
    border: 0 !important;
    content: "\f054" !important;
    font-size: 10px !important;
    top: 9px !important;
    color: #aaa !important;
}

.filter--listing .filter__button.has-child:after {
    transform: rotate(90deg)
}

.filter .filter__button {
    position: relative;
    display: block;
    padding: 5px 5px 5px 25px;
    margin: 0 0 0 0;
    line-height: 20px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0px;
}

.filter .filter__button> a {
    display: block;
    color: #4b4b4b;
    text-decoration: none;
    Font-size: 13px;
    Font-weight: bold;
    Margin-bottom: 10px
}

.filter .filter__button:after {
    position: absolute;
    top: 7px;
    left: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: " ";
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
}

.filter .filter__button:hover:after {
    border-color: #000;
}

.filter .filter__button.active {
    color: #222;
    background-color: #f1f1f1;
}

.filter .filter__button.active:after {
    content: "\f00c";
    color: #000;
    border-color: #000;
}

.filter .filter__button.active {
    color: #222;
}

.filter .filter__button.active:after {
    color: #4d4d4d;
}

.filter .filter__button> ul {
    margin-top: 3px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    list-style-type: none;
}

.filter .filter__button> ul> li> a {
    Font-weight: normal;
    Color: #7b7b7b;
    line-height: 26px;
}

.filter .filter__button> ul> li> a.active {
    Font-weight: bold;
}

.filter .filter__button> input {
    display: none;
}

.filter .filter__button> input[type=radio] {
    display: none;
}

.filter .filter__button span {
    color: #a1a1a1;
}

.filter .filter__button span:before {
    content: "(";
}

.filter .filter__button span:after {
    content: ")";
}

.filter--inline .filter__title {
    border: 0;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 0;
    vertical-align: top;
}

.filter--inline .filter__body {
    display: inline-block;
    padding: 7px 0;
    vertical-align: top;
}

.filter--inline .filter__button {
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px 8px 0;
    height: 26px;
    line-height: 26px;
    background-color: #e1e1e1;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}

.filter--inline .filter__button> a {
    color: inherit;
    text-decoration: inherit;
}

.filter--inline .filter__button> a> i {
    display: none;
}

.filter--inline .filter__button> a> span,
.filter--inline .filter__button> span,
.filter--inline .filter__button> input {
    display: none;
}

.filter--inline .filter__button> i {
    color: #4d4d4d;
    font-size: 8px;
    margin-left: 15px;
    vertical-align: 1px;
}

.filter--inline .filter__button:hover {
    background-color: #71be0f;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}

.filter--inline .filter__button:hover> i {
    color: #fff;
}

.product-sortings {
    margin-bottom: 30px;
}

.product-sortings .sorting {
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px 8px 0;
    height: 26px;
    line-height: 26px;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}

.product-sortings .sorting> i {
    color: #4d4d4d;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: 1px;
}

.product-sortings .sorting--active,
.product-sortings .sorting.active,
.product-sortings .sorting:hover {
    background-color: #71be0f;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}

.product-sortings .sorting--active> i,
.product-sortings .sorting.active> i,
.product-sortings .sorting:hover> i {
    color: #fff;
}

.product-sortings .sorting--asc i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.category-header {
    margin-bottom: 10px;
}

.category-header .block__branding {
    margin-left: 0;
    margin-right: 10px;
}

.category-header .has-subheading .block__branding {
    position: relative;
    top: 10px;
}

.category-header .has-subheading .category-header-subheading {
    display: block;
    font-size: 12px;
    color: #868686;
    text-transform: none;
}

.category-header .has-subheading.has-branding .category-header-subheading {
    margin-left: 50px;
}

.category-header .has-subheading.has-branding .block__sorting {
    margin-top: 18px;
}

.category-content .products .product-wrapper.col-md-4:nth-child(3n+1) {
    clear: both;
}

.category-content .products .product-wrapper.col-md-3:nth-child(4n+1) {
    clear: both;
}

.product-filters {
    margin-bottom: 30px;
}

.product-filters .filter + .filter {
    border-top: 2px solid #e5e5e5;
}

.current-filter {
    margin-bottom: 10px;
}

.filter {
    border-top: 2px solid #71be0f;
    position: relative;
}

.filter:before,
.filter:after {
    content: " ";
    display: table;
}

.filter:after {
    clear: both;
}

.filter__title {
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    font-weight: 500;
}

.filter__title i.filter__icon {
    display: inline-block;
    width: 18px;
    margin-right: 8px;
    color: #14B8A6;
    font-size: 18px;
    text-align: center;
    vertical-align: -2px;
}

.filter__title .toggle-filter {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition-duration: 0.3s;
}

.collasped .filter__title {
    border-bottom: 0;
}

.collasped .filter__title .toggle-filter {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 0.3s;
}

.filter__body {
    padding: 15px;
    overflow: hidden;
}

.filter__body input[type="search"] {
    margin-bottom: 5px;
    height: 28px;
}

.filter__body .filter__wrapper {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter a.toggle-filter {
    color: #b8b8b8;
    position: absolute;
    right: 15px;
    top: 14px;
}

.filter a.toggle-filter:hover {
    color: #666;
}

.slider-selection {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.filter-active-items {
    display: none;
}

.filter-active-items> span {
    font-size: 11px;
}

.filter-active-items> span:before {
    content: ", ";
}

.filter-active-items> span:first-child:before {
    content: "";
}

.page-title {
    margin-top: 0 !important;
    line-height: 1.5;
    font-weight: 400;
}

.sidebar__widget {
    margin-right: 10px;
}

.widget {
    margin-bottom: 20px;
}

.widget__title {
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 1px solid #b9b9b9;
    color: #222222;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
}

.side-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.side-menu> li {
    list-style-type: none;
}

.side-menu> li.active> a,
.side-menu> li> a:hover {
    color: #ee272f;
    text-decoration: none;
}

.side-menu> li.active> a:after,
.side-menu> li> a:hover:after {
    color: #ee272f;
}

.side-menu> li> a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    color: #222222;
    padding: 15px 5px 15px 0;
}

.side-menu> li> a:after {
    font-family: 'Hotdeal';
    content: "\e611";
    position: absolute;
    top: 16px;
    right: 0;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #e7e7e7;
}

.e-voucher-notice {
    padding: 5px 0px;
}

.e-voucher-notice:before,
.e-voucher-notice:after {
    content: " ";
    display: table;
}

.e-voucher-notice:after {
    clear: both;
}

.e-voucher-notice> .image {
    float: left;
    margin-right: 15px;
    fill: #bbbbbb;
}

.progress-steps {
    width: 950px;
    margin: 10px auto 30px;
    list-style: none;
    padding: 0;
    display: table;
    table-layout: fixed;
    color: #898989;
}

.header__main .progress-steps {
    width: 900px;
    margin: 22px auto 10px;
}

.progress-steps> li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 14px;
}

.progress-steps> li> a {
    color: #aaaaaa;
}

.progress-steps> li> a:active,
.progress-steps> li> a:focus,
.progress-steps> li> a:hover {
    text-decoration: none;
}

.progress-steps> li:before {
    color: #fff;
    content: attr(data-step);
    display: block;
    margin: 0 auto 15px;
    background: #dddddd;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    position: relative;
    z-index: 910;
}

.progress-steps> li:after {
    content: '';
    position: absolute;
    display: block;
    background: #dddddd;
    width: 90%;
    height: 7px;
    top: 8px;
    left: 55%;
    z-index: 20;
}

.progress-steps> li:last-child:after {
    display: none;
}

.progress-steps> li.is-complete {
    color: #71be0f;
}

.progress-steps> li.is-complete:before a {
    color: #71be0f;
}

.progress-steps> li.is-complete:before,
.progress-steps> li.is-complete:after {
    color: #FFF;
    background: #71be0f;
}

.progress-steps> li.is-active {
    color: #71be0f;
}

.progress-steps> li.is-active> a {
    color: #71be0f;
}

.progress-steps> li.is-active:before {
    color: #FFF;
    background: #71be0f;
}

.progress__last:after {
    display: none!important;
}

.progress--medium {
    font-size: 1.5em;
}

.progress--large {
    font-size: 2em;
}

.order-summary {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: -4px;
}

.order-summary li {
    list-style-type: none;
    padding: 5px 0;
}

.order-summary li:before,
.order-summary li:after {
    content: " ";
    display: table;
}

.order-summary li:after {
    clear: both;
}

.order-summary li .k {
    float: left;
    color: #999999;
    font-size: 13px;
}

.order-summary li .v {
    float: right;
}

.order-summary li.sep {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    background-color: #d2d2d2;
}

.order-summary li.total .k {
    color: #000;
    font-size: 15px;
    margin-top: 7px;
}

.order-summary li.total .v {
    color: #14B8A6;
    font-size: 20px;
    font-weight: 500;
}

.order-items.nano {
    margin-right: -15px;
    width: auto;
}

.order-items.nano .order-item {
    padding-right: 10px;
}

.order-items .order-item {
    margin: 0 0 15px;
    display: table;
    width: 100%;
}

.order-items .order-item> div {
    display: table-cell;
}

.order-items .order-item .name {
    width: 70%;
    padding-right: 15px;
}

.order-items .order-item .price {
    text-align: right;
}

.order-shippings label img {
    margin: 0 5px 0 10px;
}

.order-info {
    margin-bottom: 15px;
    min-height: 100px;
}

.order-info> div {
    padding: 8px 0;
}

.order-info> div label {
    font-weight: 400;
    padding: 0;
}

.order-info> div label> span {
    display: inline-block;
    width: 32px;
    margin: 0 8px;
    vertical-align: middle;
}

.order-info> div label> span img {
    vertical-align: middle;
}

.order-info> div label input {
    margin-top: 6px;
}

.checkout-status {
    text-align: center;
}

.checkout-status-icon {
    font-size: 80px;
    line-height: 80px;
}

.checkout-status-title {
    margin: 10px 0 5px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.checkout-status-message {
    margin-bottom: 10px;
    color: #888888;
    min-height: 45px;
}

.checkout-status .btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.checkout-status .btn-block + .btn-block {
    margin-top: 10px;
    margin-bottom: 5px;
}

.checkout-status--success .checkout-status-icon {
    color: #71be0f;
}

.checkout-status--fail .checkout-status-icon {
    color: #14B8A6;
}

.address-box {
    border: 1px dashed #cccccc;
    padding: 15px 15px 50px;
    margin-bottom: 20px;
    min-height: 190px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.7;
    font-size: 13px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.address-box.selected:hover,
.address-box.selected {
    border: 1px solid #71be10;
}

.address-box.selected:hover .address-tool-box .btn-select-address,
.address-box.selected .address-tool-box .btn-select-address {
    background-color: #71be10;
    color: #fff;
    border-color: #71be10;
}

.address-box:hover {
    border: 1px solid #cccccc;
}

.address-box .head {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.address-box .address-tool-box {
    position: absolute;
    bottom: 37px;
    padding-top: 8px;
}

.address-box .address-tool-box .btn-select-address {
    background-color: #d2d2d2;
}

.address-box .address-tool-box .btn-select-address:hover {
    background-color: #71be10;
    color: #fff;
    border-color: #71be10;
}

.address-box .address-tool-box .btn-delete-address:hover {
    background-color: #14B8A6;
    color: #fff;
    border-color: #14B8A6;
}

.address-edit .form-group-lg .form-control {
    font-size: 15px;
}

.address-container.has-address .empty-address {
    display: none;
}

.address-container.has-address .not-empty-address {
    display: inline;
}

.address-container .not-empty-address {
    display: none;
}

.img-circle {
    display: inline-block;
    border: 1px solid #ffffff;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
}

.btn-close {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/icons/close-x.png) no-repeat;
    text-indent: -9999em;
}

.btn-sold-out {
    min-width: 175px !important;
    padding-left: 50px !important;
    background: #14B8A6 url(../img/icons/sold-out.svg) no-repeat 12px 50%;
    background-size: 28px 28px;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(99, 165, 15, 0.75);
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.required {
    color: #14B8A6;
}

.form-description {
    font-style: italic;
    color: #848484;
}

.form-contact .form-group label {
    text-align: left;
    font-weight: 500;
}

.form-note {
    font-size: 11px;
    color: #999999;
}

.form-note a {
    color: #3498db;
}

.form-heading {
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 10px;
    padding: 10px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

p + .form {
    margin-top: 15px;
}

.form {}

.form--general .form-group> label {
    color: #999999;
    font-weight: 400;
    font-size: 13px;
}

.form--general .form-group .form-group {
    margin-bottom: 25px;
}

.form--general .form-group .form-control {
    border-radius: 4px;
    font-size: 14px;
}

.form--general .form-group .radio-list> label {
    margin-right: 30px;
    font-weight: 400;
}

.form--general .form-group .radio-list> label> input {
    margin-right: 8px;
}

.form--general .form-group .input-group .input-group-addon {
    border-radius: 4px;
    background-color: #fff;
    font-size: 20px;
    color: #bbbbbb;
}

.login-popup .form--general .form-group .input-group .input-group-addon,
.newsletter-popup .form--general .form-group .input-group .input-group-addon {
    font-size: 18px;
}

.form--general .form-group .btn {
    border-radius: 4px;
}

.form--general .form-group .input-group .form-control:first-child,
.form--general .form-group .input-group-addon:first-child,
.form--general .form-group .input-group-btn:first-child> .btn,
.form--general .form-group .input-group-btn:first-child> .btn-group> .btn,
.form--general .form-group .input-group-btn:first-child> .dropdown-toggle,
.form--general .form-group .input-group-btn:last-child> .btn:not(:last-child):not(.dropdown-toggle),
.form--general .form-group .input-group-btn:last-child> .btn-group:not(:last-child)> .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.form--general .form-group .input-group-addon:first-child {
    border-right: 0;
}

.form--general .form-group .input-group .form-control:last-child,
.form--general .form-group .input-group-addon:last-child,
.form--general .form-group .input-group-btn:last-child> .btn,
.form--general .form-group .input-group-btn:last-child> .btn-group> .btn,
.form--general .form-group .input-group-btn:last-child> .dropdown-toggle,
.form--general .form-group .input-group-btn:first-child> .btn:not(:first-child),
.form--general .form-group .input-group-btn:first-child> .btn-group:not(:first-child)> .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form--general .form-group .input-group-addon:last-child {
    border-left: 0;
}

.form--general .has-feedback div> .form-control-feedback {
    top: 23px;
}

.form--general .has-feedback label ~ .form-control-feedback {
    top: 28px;
}

.form--general .has-feedback label.sr-only ~ .form-control-feedback,
.form--general .has-feedback label.visible-xs ~ .form-control-feedback {
    top: 0;
}

.form--registration .form__inner {
    width: 450px;
    margin: 0 auto;
}

.input-group .form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.newsletter .input-group .form-control {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.newsletter .input-group .btn {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.newsletter__button {
    height: 34px;
}

.border-top {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}

.comments-count {
    display: inline-block;
}

.stars {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.stars .star--on {
    color: #ffb400;
}

.stars .star--off {
    color: #b4b4b4;
}

.stars--small .star {
    font-size: 10px;
}

.stars--large .star {
    font-size: 20px;
}

.sharing__item {
    display: inline-block;
    height: 24px;
    line-height: 22px;
    vertical-align: top;
}

.sharing__item> * {
    vertical-align: top;
}

.app-promotion {}

.app-promotion__qr {
    float: right;
}

.app-promotion__promotion {
    float: right;
    padding: 5px 15px;
    color: #373737;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.app-promotion__promotion__text {
    color: #818181;
    font-size: 11px;
}

.app-promotion__promotion__discount {
    color: #14B8A6;
    font-size: 18px;
    font-weight: 900;
}

.app-promotion--stack {
    padding: 3px;
    width: 80px;
    border: 1px dashed #acacac;
}

.app-promotion--stack .app-promotion__qr {
    float: none;
}

.app-promotion--stack .app-promotion__promotion {
    float: none;
    padding: 5px 0;
}

.app-promotion--stack .app-promotion__promotion__text {
    margin-top: 8px;
}

.app-promotion--stack .app-promotion__promotion__discount {
    font-size: 24px;
}

.breadcrumb {
    font-size: 12px;
    padding: 12px 0;
    margin: 0;
}

.breadcrumb ol,
.breadcrumb li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.breadcrumb__link {
    display: inline-block;
    margin-right: 10px;
    color: #999999;
}

.breadcrumb__sep {
    margin-right: 10px;
    font-size: 16px;
    line-height: 14px;
    color: #999999;
    vertical-align: text-bottom;
}

.progress-bar {
    height: 4px;
    width: 100%;
    background-color: #eeeeee;
    box-shadow: inset 1px 1px 0 #dcdcdc;
}

.progress-bar__inner {
    width: 100%;
    height: 100%;
    background-color: #ffc600;
}

.progress-bar--5 .progress-bar__inner {
    background-color: #ff5a00;
}

.progress-bar--4 .progress-bar__inner {
    background-color: #ff8a00;
}

.progress-bar--3 .progress-bar__inner {
    background-color: #ffc600;
}

.progress-bar--2 .progress-bar__inner {
    background-color: #eac15f;
}

.progress-bar--1 .progress-bar__inner {
    background-color: #f7db99;
}

.rating-box {
    width: 580px;
    margin-bottom: 25px;
    border: 1px solid #cccccc;
    border-bottom-width: 3px;
}

.rating-box__summary {
    float: left;
    width: 175px;
    padding: 0 25px;
    margin: 25px 0;
    text-align: center;
}

.rating-box__details {
    overflow: hidden;
    padding: 0 5px 0 20px;
    margin: 25px 0;
    border-left: 1px dashed #e6e6e6;
}

.rating-box .summary__subheading {
    color: #999999;
    font-size: 12px;
}

.rating-box .summary__rating--number {
    line-height: 1.1;
    font-size: 45px;
    font-weight: 500;
}

.rating-box .rrow {
    margin: 2px 0;
}

.rating-box .rrow:before,
.rating-box .rrow:after {
    content: " ";
    display: table;
}

.rating-box .rrow:after {
    clear: both;
}

.rating-box .rrow__label,
.rating-box .rrow__percent,
.rating-box .rrow__counting,
.rating-box .rrow__descr {
    float: left;
}

.rating-box .rrow__label {
    margin: 2px 0 0 0;
    width: 70px;
    font-size: 12px;
}

.rating-box .rrow__percent {
    width: 180px;
    padding: 8px 20px 0 0;
}

.rating-box .rrow__counting {
    display: inline-block;
    width: 30px;
    margin-right: 15px;
    color: #999999;
    font-size: 12px;
}

.rating-box .rrow__descr {
    display: inline-block;
    color: #bababa;
    font-size: 12px;
}

.rating-box--dynamic {
    width: auto;
    border: 0;
}

.rating-box--hide-summary .rating-box__details {
    border-left: 0;
    padding: 0;
    margin: 0;
}

div.pagination {
    margin: 0;
}

div.pagination> * {
    vertical-align: middle;
}

.pagination__text {
    display: inline-block;
    margin-right: 15px;
    line-height: 34px;
}

ul.pagination {
    margin: 0;
}

ul.pagination> li {
    display: inline-block;
    margin: 0 3px;
}

ul.pagination> li> a {
    font-size: 13px;
    color: #333641;
    border-radius: 1px;
}

ul.pagination> li> a> i {
    color: #858585;
}

ul.pagination> li.active> a,
ul.pagination> li.active> a:hover {
    background-color: #71be0f;
    border-color: #63a213;
    color: #fff;
}

.box {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.box__header {
    border-bottom: 1px solid #d2d2d2;
    padding: 14px 20px;
}

.box__header:before,
.box__header:after {
    content: " ";
    display: table;
}

.box__header:after {
    clear: both;
}

.box__tools {
    float: right;
}

.box__tools .btn {
    padding: 2px 8px;
}

.box__tools i {
    font-size: 10px;
    font-weight: normal;
    color: #a8a8a8;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
}

.box__title {
    display: inline-block;
    margin: 0;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.box__heading {
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 10px;
    padding: 10px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.box__body {
    padding: 20px 20px 20px;
}

.box__footer {
    padding: 10px;
    background-color: #eeeeee;
}

.box__footer:before,
.box__footer:after {
    content: " ";
    display: table;
}

.box__footer:after {
    clear: both;
}

.box__footer a.btn {
    color: #666666;
}

.box__footer .btn-lg {
    min-width: 280px;
}

.box + .box {
    margin-top: 20px;
}

.box--shadow {
    -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.1);
    -moz-box-shadow: 0 0 5px rgba(100, 100, 100, 0.1);
    box-shadow: 0 0 5px rgba(100, 100, 100, 0.1);
    padding: 15px 15px;
}

.box--no-padding {
    padding: 0;
}

.box--no-padding> .box__body {
    padding: 0;
}

.box--center {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.box--tab .box__header {
    padding: 0 20px;
}

.box--tab .box__header .tab> li {
    margin-right: 15px;
}

.box--tab .box__header .tab> li> a {
    padding: 15px 10px;
    background-color: transparent;
    color: #999999;
}

.box--tab .box__header .tab> li> a:focus,
.box--tab .box__header .tab> li> a:hover {
    background-color: transparent;
}

.box--tab .box__header .tab> li:hover> a,
.box--tab .box__header .tab> li.active> a {
    border-bottom: 2px solid #d2d2d2;
    color: #000;
    font-weight: 500;
}

.box--narrow {
    margin-bottom: 20px;
}

.box--narrow .box__header {
    padding: 14px 12px;
    text-align: center;!important
}

.box--narrow .box__body {
    padding: 12px 12px 0;
}

.gift-code .box-header {
    padding-bottom: 15px;
}

.gift-code .box-header .box-title {
    display: inline-block;
    margin: 0;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.gift-code .box-header .box-title i {
    font-size: 24px;
    font-weight: normal;
    color: #71be0f;
    margin-right: 7px;
}

.gift-code .form-add-gif-tcode {
    width: 100%;
    position: relative;
}

.gift-code .form-add-gif-tcode input {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 5px 75px 5px 5px;
    height: 38px;
}

.gift-code .form-add-gif-tcode input.error {
    border: 1px solid #14B8A6;
}

.gift-code .form-add-gif-tcode button {
    background: #71be0f;
    border: none;
    border-radius: 0 4px 4px 0;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 0 10px;
}

.gift-code .form-add-gif-tcode .notice {
    color: #14B8A6;
    font-size: 14px;
    margin: 5px 0px 0px;
}

.sidebar--profile .sidebar__widget {
    margin-right: 0;
}

.sidebar--profile .side-menu li> a {
    padding: 15px 20px;
    font-size: 15px;
}

.sidebar--profile .side-menu li> a:after {
    right: 20px;
}

.box-profile .box__body {
    line-height: 24px;
}

.box-profile .box__body> strong {
    display: inline-block;
    margin-bottom: 8px;
}

.widget--profile {
    margin-bottom: 0;
}

.widget--profile .profile {
    padding: 25px 20px;
    border-bottom: 1px solid #eeeeee;
}

.widget--profile .profile:before,
.widget--profile .profile:after {
    content: " ";
    display: table;
}

.widget--profile .profile:after {
    clear: both;
}

.widget--profile .profile__avatar {
    float: left;
    margin-right: 15px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    border-radius: 100%;
}

.widget--profile .profile__avatar img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
}

.widget--profile .profile__info {
    overflow: hidden;
}

.widget--profile .profile__name {
    padding: 5px 0 5px;
    font-weight: 500;
    font-size: 15px;
}

.widget--profile .profile__location {
    color: #999999;
    font-size: 13px;
}

.faq {
    margin-bottom: 10px;
}

.faq .q {
    font-weight: 500;
    padding: 10px;
}

.faq .a {
    padding: 10px;
}

.wysiwyg h1 {
    font-size: 24px;
}

.wysiwyg h2 {
    font-size: 22px;
}

.wysiwyg h3 {
    font-size: 20px;
}

.wysiwyg h4 {
    font-size: 18px;
}

.wysiwyg h5 {
    font-size: 16px;
}

.wysiwyg h6 {
    font-size: 15px;
    font-weight: 400;
}

.wysiwyg p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    margin: 15px 0 10px;
    font-weight: 700;
}

.wysiwyg strong {
    font-weight: 700;
}

.wysiwyg table,
.wysiwyg table + p,
.wysiwyg ol + p,
.wysiwyg ul + p,
.wysiwyg img + p,
.wysiwyg div + p,
.wysiwyg p + p {
    margin: 15px 0 0;
}

.wysiwyg p {
    margin: 15px 0;
}



.wysiwyg ol,
.wysiwyg ul {
    padding-left: 20px;
}

.wysiwyg ol ol,
.wysiwyg ul ol,
.wysiwyg ol ul,
.wysiwyg ul ul {
    padding-left: 40px;
}

.wysiwyg table {
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}

.wysiwyg table tr:first-child {
    background: #ebebeb;
    color: #666;
    font-weight: 700;
}

.wysiwyg table th {
    padding: 10px;
    border: 1px solid #e0e0e0;
    background-color: #ebebeb;
}

.wysiwyg table td {
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.wysiwyg .iframe-wrapper {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.wysiwyg .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nano {
    position: relative;
    overflow: hidden;
}

.nano> .scrollbar {
    z-index: 4;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.nano> .scrollbar.disable {
    display: none;
}

.nano> .scrollbar> .track {
    background-color: #e4e4e4;
    position: absolute;
    width: 1px;
    right: 3px;
    top: 0;
    bottom: 0;
    opacity: .99;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano> .scrollbar> .track> .thumb {
    width: 5px;
    background: #cccccc;
    position: relative;
    margin-left: -2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano> .viewport {
    z-index: 2;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    height: 100%;
}

.nano> .viewport> .overview {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
}

.nano.skin--slim> .scrollbar {
    background-color: transparent;
}

.nano.skin--slim> .scrollbar> .track {
    background-color: transparent;
}

.nano.skin--slim> .scrollbar> .track> .thumb {
    background-color: #cccccc;
}

.size-selection> .size {
    min-width: 65px;
    padding: 3px 10px;
    border: 1px solid #cfcfcf;
    margin-right: 12px;
    background-color: #ffffff;
}

.size-selection> .size:active,
.size-selection> .size:focus {
    box-shadow: none;
}

.size-selection> .size.active {
    background-color: #71be0f;
    color: #ffffff;
    box-shadow: none;
}

.image-block {
    margin-bottom: 15px;
}

.image-block__image {
    display: inline-block;
    margin-bottom: 10px;
}

.image-block__caption {
    font-style: italic;
    font-size: 12px;
    line-height: 1.5;
}

.no-js select.bs-select-hidden,
.no-js select.selectpicker {
    display: block !important;
    height: 32px;
    width: 100%;
    border: none;
}

.slider.slider-horizontal {
    display: block;
    width: auto;
    margin: 0 15px;
    padding-top: 1px;
}

.slider.slider-horizontal .slider-track {
    height: 5px;
    background: #c4c4c4 none;
}

.slider.slider-horizontal .slider-track .slider-selection {
    background: #71be0f none;
}

.slider.slider-horizontal .slider-track .slider-tick {
    margin: 0;
    width: 5px;
    height: 5px;
    background: #838383 none;
    border-radius: 0;
}

.slider.slider-horizontal .slider-track .slider-tick.in-selection {
    display: none;
}

.slider.slider-horizontal .slider-track .slider-handle {
    margin-left: -6px;
    width: 16px;
    height: 16px;
    background: #616161 none;
}

.slider.slider-horizontal .slider-tick-label-container {
    height: 28px;
    margin-left: 0 !important;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    width: 60px !important;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label:first-child {
    float: left;
    text-align: left;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label:last-child {
    float: right;
    text-align: right;
}

.banner-leaderboard {
    margin-top: 15px;
}

.banner-leaderboard--landing {
    margin-top: 0;
    padding: 0;
}

.banner-leaderboard--landing img {
    margin-left: auto;
    margin-right: auto;
}

.bw {
    -webkit-filter: grayscale(100%);
    opacity: 0.4;
}

.bw:hover {
    opacity: 1;
}

.mfp-fade {}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap {}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.share {
    color: #5a5a5a;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.share:hover {
    text-decoration: none;
}

.modal {}

.modal-header {
    padding: 20px;
    position: relative;
    height: 50px;
    border-bottom: 0;
}

.modal-header .btn-close {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    opacity: 1;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    border-top: 0;
}

.modal--comment .modal-header {
    padding: 0 20px;
    height: auto;
    border-bottom: 1px solid #dfdfdf;
}

.modal--comment .modal-title {
    padding: 15px 0;
    display: inline-block;
    border-bottom: 1px solid #dfdfdf;
}

.modal--comment .modal-footer {
    border-bottom: 1px solid #dddddd;
    background-color: #f4f4f4;
}

.modal--comment .modal-footer .btn--comment {
    min-width: 280px;
    margin-left: 15px;
    border-radius: 4px;
}

.modal--comment .modal-footer label {
    color: #bababa;
    font-weight: 400;
    font-size: 12px;
}

.location-selector-modal {
    background-color: rgba(0, 0, 0, 0.78);
}

.location-selector-modal .modal-dialog {
    width: 670px;
}

.location-selector-modal .modal-dialog .modal-content {
    background: #ffffff url(../img/location-selector-bg.png) repeat-x bottom;
}

.location-selector-modal .modal-dialog .modal-title {
    display: none;
}

.location-selector-modal .modal-dialog .modal-body {
    padding-top: 0;
}

.location-selector-modal .modal-dialog .modal-body h2 {
    margin-top: 0;
}

.table {}

.table> thead> tr> th {
    border-top: 1px solid #dddddd;
    border-bottom: 0;
}

.table--reservation {
    margin-bottom: 0;
    font-size: 13px;
}

.table--reservation> thead> tr> th,
.table--reservation> tbody> tr> td {
    line-height: 1.5;
}

.table--reservation> thead> tr> th {
    border-top: 1px solid #dddddd !important;
    padding: 15px 10px;
    color: #4b4b4b;
    font-weight: 400;
}

.table--reservation> tfoot> tr> th {
    padding: 16px 8px 4px;
}

.table--reservation> tfoot> tr> th.column--total {
    font-size: 16px;
    font-weight: 500;
}

.table--reservation> tfoot> tr> th.column--price .product__price {
    line-height: 20px;
}

.table--reservation> tfoot> tr> th.column--price .product__price .price {
    font-size: 15px;
}

.table--reservation> tfoot> tr> th.column--price .product__price .price--list-price {
    font-size: 12px;
}

.table--reservation> tbody> tr> td {
    border-color: #f1f1f1;
    padding: 15px 10px;
    color: #5a5a5a;
}

.table--reservation> tbody> tr> td.column--image {
    padding: 15px 0;
    width: 70px;
}

.table--reservation> tbody> tr> td.column--price .product__price {
    line-height: 20px;
}

.table--reservation> tbody> tr> td.column--price .product__price .price {
    font-size: 15px;
}

.table--reservation> tbody> tr> td.column--price .product__price .price--list-price {
    font-size: 12px;
}

.table--reservation> tbody> tr> td.column--occupancy {
    font-size: 16px;
}

.table--reservation> tbody> tr> td.column--buy-now {
    padding: 15px 0;
    width: 130px;
}

.table--reservation> tbody> tr:first-child td {
    padding-top: 25px;
    border-color: #dddddd;
}

.table--listing thead tr th,
.table--listing tbody tr th,
.table--listing tfoot tr th,
.table--listing thead tr td,
.table--listing tbody tr td,
.table--listing tfoot tr td {
    padding: 15px 20px;
}

.table--listing thead> tr> th {
    border-top: 0;
    border-bottom: 1px solid #d2d2d2;
    color: #777777;
    font-size: 13px;
    font-weight: 400;
}

.table--listing tbody> tr> td {
    border-top: 0;
}

.table--listing tbody> tr> td.name> div {
    width: 80%;
}

.table--listing tbody> tr.sep-row:last-child {
    display: none;
}

.table--listing tbody> tr.sep-row td {
    padding: 0 20px;
}

.table--listing tbody> tr.sep-row td hr {
    margin: 0;
}

.table--listing tfoot> tr> th {
    padding: 25px 0;
    border-top: 0;
    background-color: #eeeeee;
}

.table--listing tfoot> tr> th.total {
    font-size: 20px;
}

.table--listing tfoot> tr> th.point {
    color: #14B8A6;
    font-size: 20px;
}

.table--keyval> tbody> tr> th {
    padding: 8px 0;
    border: 0;
    width: 180px;
    min-width: 180px;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

.table--keyval> tbody> tr> td {
    padding: 5px 0;
    border: 0;
}

.table--orders> tbody> tr> td {
    border-top: 1px solid #eee !important;
}

.table--orders> tbody> tr> td.status {
    font-weight: 500;
}

.table--orders> tbody> tr> td.total {
    font-weight: 400;
}

.table--orders .name a {
    color: #333;
}

.table--order-details> thead> tr> th {
    background-color: #eeeeee;
}

.table--order-details> tbody> tr> td {}

.table--checkout {
    margin: 0;
}

.table--checkout> thead> tr> th.action {
    padding: 15px 5px;
}

.table--checkout> tbody> tr> td.image {
    width: 1%;
    padding-right: 0;
}

.table--checkout> tbody> tr> td.image img {
    float: left;
    max-width: 60px;
}

.table--checkout> tbody> tr> td.image .btn {
    display: inline-block;
    margin-top: 8px;
}

.table--checkout> tbody> tr> td.name h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.table--checkout> tbody> tr> td.name a {
    color: #3498db;
    font-size: 13px;
}

.table--checkout> tbody> tr> td.name .more-info {
    font-size: 12px;
}

.table--checkout> tbody> tr> td.name .more-info dl {
    margin: 10px 0;
}

.table--checkout> tbody> tr> td.name .more-info dl:before,
.table--checkout> tbody> tr> td.name .more-info dl:after {
    content: " ";
    display: table;
}

.table--checkout> tbody> tr> td.name .more-info dl:after {
    clear: both;
}

.table--checkout> tbody> tr> td.name .more-info dl dt {
    float: left;
    width: 65px;
    color: #999999;
    font-weight: 400;
}

.table--checkout> tbody> tr> td.name .more-info dl dd {
    overflow: hidden;
}

.table--checkout> tbody> tr> td.action {
    padding: 15px 5px;
}

.table--checkout> tbody> tr> td.action i {
    color: #222;
    font-size: 16px;
}

.nano .table--checkout {
    margin-top: -50px;
}

.address-table .table--editable {
    margin-bottom: 8px;
}

.address-table .table--editable .btn {
    margin-bottom: 15px;
}

.table--editable> tbody> tr> th,
.table--editable> tbody> tr> td {
    padding: 0px 0;
    vertical-align: middle;
}

.editing .table--editable> tbody> tr> th,
.editing .table--editable> tbody> tr> td {
    padding: 5px 0;
}

.table--editable> tbody> tr> th .form-group label,
.table--editable> tbody> tr> td .form-group label {
    font-size: 14px;
    color: #222;
}

.table--editable> tbody> tr> th .form-group input[type="radio"],
.table--editable> tbody> tr> td .form-group input[type="radio"] {
    margin-right: 5px;
    vertical-align: 1px;
}

.table--editable> tbody> tr> td {
    max-width: 280px;
}

hr.no-margin-top {
    margin-top: 0;
}

.availability-off {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.availability-off:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.7);
    content: '';
}

.editable-section .button-edit {
    display: inline-block;
}

.editable-section .button-cancel,
.editable-section .button-save {
    display: none;
}

.editable-section.editing .button-edit {
    display: none;
}

.editable-section.editing .button-cancel,
.editable-section.editing .button-save {
    display: inline-block;
}

.editable-section.cancel-disabled .button-cancel {
    display: none;
}

.editable {
    min-height: 34px;
}

.editable .text {
    word-wrap: break-word;
    display: inherit;
    padding: 7px 13px;
    line-height: 20px;
}

.editable .input {
    display: none;
}

.editable .input.form-group {
    margin-bottom: 0;
}

.editing .editable .text,
.editable.editing .text {
    display: none;
}

.editing .editable .input,
.editable.editing .input {
    display: inherit;
}

.modal-login-dialog {
    width: 510px;
}

.modal-login-dialog .modal-header {
    border-bottom: 1px solid #d2d2d2;
    height: auto;
}

.modal-login-dialog .modal-body {
    padding: 40px 80px;
}

.modal-login-dialog .modal-footer {
    padding-left: 80px;
    padding-right: 80px;
    border-top: 1px solid #dddddd;
    background-color: #f4f4f4;
}

.modal-comment-dialog {
    width: 930px;
}

.modal-comment-dialog .comment-rating .rating-results {
    color: #bababa;
    font-size: 13px;
    margin-top: 10px;
}

.modal-comment-dialog .comment-rating .rating {
    padding: 5px 0;
    text-align: center;
}

.modal-comment-dialog .comment-rating .rating .star {
    margin: 0 4px;
}

.modal-comment-dialog .comment-rating .note {
    color: #3498db;
    text-align: center;
}

.dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dz-preview.dz-error .dz-error-message {
    display: block;
}

.dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dz-preview .dz-progress {
    opacity: 0;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 8px;
    left: 0;
    top: 0;
    width: 75px;
    background: rgba(255, 255, 255, 0.9);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}

.dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666666, #444444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dz-preview .dz-success-mark,
.dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dz-preview .dz-success-mark svg,
.dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.image-uploader .preview-wrap {
    max-height: 170px;
    overflow: auto;
}

.image-uploader .preview-wrap:before,
.image-uploader .preview-wrap:after {
    content: " ";
    display: table;
}

.image-uploader .preview-wrap:after {
    clear: both;
}

.image-uploader .preview-wrap .preview {
    display: inline;
}

.image-uploader .preview-wrap .preview .dz-preview {
    position: relative;
    margin: 0 10px 10px 0;
    width: 75px;
    height: 75px;
    float: left;
}

.image-uploader .preview-wrap .preview .dz-preview .dz-image img {
    width: 75px;
    height: 75px;
}

.image-uploader .preview-wrap .preview .dz-preview .dz-remove {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    padding: 0 0 0 2px;
    background-color: #14B8A6;
    color: #fff;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
}

.image-uploader .preview-wrap .preview .dz-preview .dz-details {
    display: none;
}

.image-uploader .preview-wrap .button-add {
    display: inline-block;
    margin: 0;
    width: 75px;
    height: 75px;
    padding: 15px 0;
    border: 2px dashed #d2d2d2;
    background: url(../img/add-image.png) no-repeat;
    color: #d2d2d2;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-size: 55px;
    background-position: 50% 50%;
}

.nav--floating {
    z-index: 998;
    display: none;
    position: absolute;
    left: 50%;
    top: 962px;
    margin-left: -660px;
    width: 42px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(200, 200, 200, 0.5);
}

.nav--floating.affix {
    position: fixed;
    top: 55px !important;
}

.nav--floating> li> a {
    position: relative;
    padding: 7px 7px;
    overflow: hidden;
    text-align: center;
    color: #000;
}

.nav--floating> li> a> span {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 7px 12px 7px 0;
    line-height: 20px;
    background-color: #eeeeee;
    text-align: right;
    white-space: nowrap;
}

.nav--floating> li> a:hover {
    overflow: visible;
}

.nav--floating> li> a:hover> span {
    opacity: 1;
    width: auto;
}

.nav--floating> li.active> a {
    color: #fff;
    transition-property: opacity, background;
    transition-duration: 0.3s;
}

@media (min-width: 1170px) {
    .nav--floating {
        display: block;
    }
}

.to-top {
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.tt-menu {
    margin-left: -3px;
    margin-top: 2px;
    right: 50px;
    border: 1px solid #dddddd;
    background-color: #fff;
}

.tt-menu .tt-dataset {
    padding: 10px 0;
}

.tt-menu .tt-dataset .tt-suggestion {
    padding: 0;
}

.tt-menu .tt-dataset .tt-suggestion a {
    display: block;
    padding: 5px 15px;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.tt-menu .tt-dataset .tt-suggestion.first-item {
    border-top: 1px solid #dfdfdf;
    margin-top: 5px;
    padding-top: 5px;
}

.tt-menu .tt-dataset .tt-highlight {
    color: #000;
}

.tt-menu .tt-dataset .tt-cursor {
    background-color: #f4f4f4;
    text-decoration: none;
}

.tt-menu .tt-dataset .tt-header-line {
    padding: 5px 15px;
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
    font-size: 16px;
    font-weight: 500;
}

.tt-menu .tt-dataset .tt-header-line:hover {
    background-color: #fff;
}

.tt-menu .tt-dataset .tt-search-in {
    color: #d69584;
    font-weight: 400;
}

.tt-menu .tt-dataset .tt-search-category {
    color: #035cad;
    font-weight: 400;
    text-transform: capitalize;
}

.border-red {
    border-color: #14B8A6 !important;
}

.feature-list {
    list-style-type: none;
    padding: 0;
}

.feature-list li {
    padding: 0 0 10px 0;
    list-style-type: none;
    font-size: 13px;
}

.feature-list li:before,
.feature-list li:after {
    content: " ";
    display: table;
}

.feature-list li:after {
    clear: both;
}

.feature-list li + li {
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
}

.feature-list li i {
    width: 40px;
    float: left;
    font-size: 24px;
    line-height: 22px;
}

.feature-list li div {
    overflow: hidden;
    font-size: 13px;
    line-height: 22px;
}

.products--swiper {
    margin: 0 -10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.products--swiper .product-wrapper {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
}

.swiper-container-android.products--swiper .product-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.products--swiper .products__inner .product-wrapper {
    float: none;
}

.products--swiper .products__inner {
    padding-top: 4px;
}

.products--swiper .products__inner {
    position: relative;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.products--swiper .products.swiper-container-android .product-wrapper,
.products--swiper .products__inner {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.page-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
}

.page-loading:after {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    content: " ";
    background: #ffffff url(../img/loader-mascot.gif) no-repeat center center;
    background-size: 40%;
}

.compact.modal .modal-content {
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
}

.compact.modal .modal-content .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
}

.compact.modal .modal-body {
    padding: 0px;
}

.compact.modal .alert {
    margin-bottom: 0px;
    border-radius: 5px;
}

.visible-affix {
    display: none !important;
}

.header__navigation.affix {
    width: 100%;
    top: 0;
}

.sticky-header {
    visibility: hidden;
    height: 0 !important;
    position: absolute;
    top: -100px;
}

.sticky-header.affix {
    visibility: visible;
    height: 42px !important;
    position: fixed;
}

.affix .visible-affix {
    display: block !important;
}

.affix .hidden-affix {
    display: none !important;
}

.affix .main-nav__branding {
    width: 225px;
}

.affix .main-nav__branding> a {
    background-color: #f9bc02;
}

.affix .search-area {
    padding: 0;
    width: 660px;
    background: #fff;
    margin: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.affix .search-box {
    border: none;
}

.affix .search-box input[type="text"] {
    height: 28px;
}

.affix .search-box .btn {
    height: 30px;
}

.affix .search-box__category .bootstrap-select .dropdown-toggle {
    padding: 5px 12px;
    border: none;
}

.affix .btn-search {
    background: #fff;
    top: 1px;
    color: #14B8A6;
    width: 40px;
    outline: none;
}

.affix .bootstrap-select.btn-group .dropdown-menu li a {
    color: #666;
}

body.home .affix .main-nav .branding__menu,
.affix .branding__menu {
    display: none;
}

body.home .affix .main-nav .main-nav__branding.hover .branding__menu,
.affix .main-nav__branding.hover .branding__menu {
    display: block;
}

.logo-affix {
    display: block;
    width: 140px;
    margin: 9px 21px !important;
    padding: 0 !important;
    line-height: 16px !important;
    height: auto !important;
    background: none !important;
}

.logo-affix img {
    margin-left: -17px;
    height: 89px;
}

.logo-affix:hover {
    background: inherit !important;
}

.promo-slider {
    position: relative;
}

.slider-item {
    overflow: hidden;
    position: relative;
    min-height: 390px;
}

.layer-elm {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.header-cart {
    list-style: none;
    text-align: right;
    margin-top: 22px;
    text-transform: uppercase;
    position: relative;
}

.header-cart .nav-cart> a {
    color: #333;
    padding: 11px 14px;
    border-radius: 3px;
    text-decoration: none;
    outline: none;
}

.header-cart li {
    list-style: none;
    white-space: nowrap;
}

.header-cart .hd-cart {
    color: #333;
    font-size: 22px;
}

.header-cart .circle {
    border: none;
    background: #14B8A6;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: -12px;
    vertical-align: 8px;
}

.header-cart .open> a {
    background: #eee;
}

.header-cart .dropdown-cart {
    margin-top: 10px;white-space: normal;
}

.sticky-header .nav-cart .circle {
    background: #fff;
    color: #14B8A6;
}

.sticky-header .nav-cart> a {
    line-height: 27px !important;
}

.sticky-header .nav-cart> a .hd-cart-text {
    font-size: 14px;
}

.product-address .panel-title {
    font-size: 14px;
}

.affix-bottom.block-viewed-products {
    position: absolute;
}

.affix-top.block-viewed-products {
    position: relative;
}

.affix.block-viewed-products {
    position: fixed;
    top: 50px;
    width: 230px;
}

body #feedbackify .dlg-sizer> img {
    height: auto !important;
    width: 150px !important;
    margin: 5px 0 15px!important;
}

body #feedbackify .dlg-content {
    padding: 5px 15px!important;
}

body #feedbackify .select-hdr {
    font-size: 14px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

body #feedbackify .dlg-hdr {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

body #feedbackify .main-content {
    margin: 0 0 5px 0 !important;
    border: none !important;
    background: none !important;
    padding: 10px 0!important;
}

body #feedbackify .feedback-contain2 {
    width: 100% !important;
}

ul.nav--floating a:hover span,
ul.nav--floating a:hover,
ul.nav--floating .active a span,
ul.nav--floating .active a {
    background-color: #bababa;
    color: #fff;
}

.branding--nha-cua.block--tab.branding .block__header,
.branding--nha-cua.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #27ABD1;
}

.branding--nha-cua.block--tab.branding .block__title,
.branding--nha-cua .block__branding,
.nav--floating .branding--nha-cua:hover a span,
.nav--floating .branding--nha-cua:hover a,
.nav--floating .active.branding--nha-cua a span,
.nav--floating .active.branding--nha-cua a {
    background-color: #27ABD1;
    color: #fff;
}

.branding--dien-tu.block--tab.branding .block__header,
.branding--dien-tu.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #F77807;
}

.branding--dien-tu.block--tab.branding .block__title,
.branding--dien-tu .block__branding,
.nav--floating .branding--dien-tu:hover a span,
.nav--floating .branding--dien-tu:hover a,
.nav--floating .active.branding--dien-tu a span,
.nav--floating .active.branding--dien-tu a {
    background-color: #F77807;
    color: #fff;
}

.branding--icon_MeBe.block--tab.branding .block__header,
.branding--icon_MeBe.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #E252A7;
}

.branding--icon_MeBe.block--tab.branding .block__title,
.branding--icon_MeBe .block__branding,
.nav--floating .branding--icon_MeBe:hover a span,
.nav--floating .branding--icon_MeBe:hover a,
.nav--floating .active.branding--icon_MeBe a span,
.nav--floating .active.branding--icon_MeBe a {
    background-color: #E252A7;
    color: #fff;
}

.branding--lam-dep.block--tab.branding .block__header,
.branding--lam-dep.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #9CD046;
}

.branding--lam-dep.block--tab.branding .block__title,
.branding--lam-dep .block__branding,
.nav--floating .branding--lam-dep:hover a span,
.nav--floating .branding--lam-dep:hover a,
.nav--floating .active.branding--lam-dep a span,
.nav--floating .active.branding--lam-dep a {
    background-color: #9CD046;
    color: #fff;
}

.branding--sach.block--tab.branding .block__header,
.branding--sach.block--tab.branding .block__header .tab__item.active a:after {
    border-top-color: #B69454;
}

.branding--sach.block--tab.branding .block__title,
.branding--sach .block__branding,
.nav--floating .branding--sach:hover a span,
.nav--floating .branding--sach:hover a,
.nav--floating .active.branding--sach a span,
.nav--floating .active.branding--sach a {
    background-color: #B69454;
    color: #fff;
}

@media (min-width: 1200px) {
    .footer .col-1 {
        width: 360px;
    }
    .footer .col-2 {
        width: 255px;
    }
    .footer .col-3 {
        width: 205px;
    }
    .footer .col-4 {
        width: 290px;
    }
    .footer .newsletter__input,
    .footer .register-news-state-footer select {
        width: 224px !important;
    }
    .footer .social__item {
        width: 30px;
        height: 30px;
    }
    .footer .hotline {
        font-size: 24px;
    }
}

.col-fter-1 {
    width: 337px;
    float: left;
    padding-right: 30px;
}

.col-fter-2 {
    width: 296px;
    padding: 0 27px 0 21px;
    float: left;
}

.col-fter-2 .box-icon {
    padding: 8px 0 0 0;
}

.col-fter-2 .box-icon img {
    margin-right: 5px;
}

.col-fter-3 {
    width: 234px;
    padding-right: 20px;
    float: left;
}

.col-fter-4 {
    width: 299px;
    float: left;
}

.font15 {
    font-size: 15px;
    font-weight: bold;
}

.col-fter-5 {
    width: 205px;
    float: left;
}

.col-fter-6 {
    width: 660px;
    float: left;
}

.col-fter-7 {
    width: 310px;
    float: left;
}

.box-price-detail {
    width: 290px;
    float: left;
    padding-left: 10px;
}

.box-delivery-brand {
    width: 230px;
    float: right;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    margin: 10px 0 0;
    border-radius: 3px;
}

.box-delivery-brand ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.box-delivery-brand ul li {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    font-size: 13px;
}

.box-delivery-brand ul li:first-child {
    border-bottom: 1px solid #dddddd;
}

.box-delivery-brand .icon-delivery-brand {
    background: url("../img/icons/icon_giaohang.svg") no-repeat;
    width: 36px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.box-delivery-brand .icon-product-brand {
    background: url("../img/icons/icon_cungcapboi.svg") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin-right: 7px;
}

.box-delivery-brand span {
    display: inline-block;
    width: 140px;
}

.box-delivery-brand a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.box-delivery-brand a:hover {
    color: #0491e2;
    text-decoration: none;
    font-weight: bold;
}

.box-info-brand {
    padding: 18px 15px;
    border-bottom: 2px solid #e5e5e5;
    font-size: 13px;
}

.box-info-brand a {
    font-style: italic;
    color: #3795d7;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
}

.box-info-brand p {
    text-align: center;
    padding: 10px 0;
}

.disabled {
    opacity: .4!important;
    -moz-opacity: .4!important;
    -khtml-opacity: .4!important;
    -ms-filter: "alpha(opacity=40)"!important;
    filter: alpha(opacity=40)!important;
    pointer-events: none;
}

.box-chitiet-dh {
    padding: 45px 15px 15px;
}

.chitiet-dh-steps {
    width: 100%;
    margin: 10px auto 30px;
    list-style: none;
    padding: 0;
    display: table;
    table-layout: fixed;
    color: #353535;
}

.header__main .chitiet-dh-steps {
    width: 900px;
    margin: 22px auto 10px;
}

.chitiet-dh-steps> li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 13px;
}

.chitiet-dh-steps> li> a {
    color: #353535;
}

.chitiet-dh-steps> li> a:active,
.chitiet-dh-steps> li> a:focus,
.chitiet-dh-steps> li> a:hover {
    text-decoration: none;
}

.chitiet-dh-steps> li:before {
    color: #fff;
    content: attr(data-step);
    display: table;
    margin: 0 auto -60px;
    background: #dddddd;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    position: relative;
    z-index: 910;
}

.chitiet-dh-steps> li:after {
    content: '';
    position: absolute;
    display: block;
    background: #dddddd;
    width: 90%;
    height: 6px;
    top: 8px;
    left: 55%;
    z-index: 20;
}

.chitiet-dh-steps> li:last-child:after {
    display: none;
}

.chitiet-dh-steps> li.is-complete {
    color: #353535;
}

.chitiet-dh-steps> li.is-complete:before a {
    color: #353535;
}

.chitiet-dh-steps> li.is-complete:before,
.chitiet-dh-steps> li.is-complete:after {
    color: #FFF;
    background: #71be0f;
}

.chitiet-dh-steps> li.is-complete:before {
    color: #FFF;
    background: #71be0f url("../img/im-chekout/icon-check.svg") no-repeat;
    background-size: 65% auto;
    background-position: 5px 5px;
}

.chitiet-dh-steps> li.is-active {
    color: #71be0f;
}

.chitiet-dh-steps> li.is-active> a {
    color: #71be0f;
}

.chitiet-dh-steps> li.is-active:before {
    color: #FFF;
    background: #71be0f;
}

.chitiet-dh-steps> li.is-active:before {
    color: #FFF;
    background: #71be0f url("../img/im-chekout/icon-check.svg") no-repeat;
    background-size: 65% auto;
    background-position: 5px 5px;
}

.chitiet-dh-steps> li.is-cong:before {
    color: #FFF;
    background: #71be0f url("../img/im-chekout/cong.svg") no-repeat;
    background-size: 65% auto;
    background-position: 5px 5px;
}

.bor-top {
    border-top: 1px solid #d2d2d2;
}

.detail-gh {
    border: 1px solid #d2d2d2;
    margin: 0 20px 20px;
    display: none;
    font-size: 14px;
}

.detail-gh table tr {
    border-top: 1px solid #d2d2d2;
}

.detail-gh table tr:first-child {
    border-top: none;
    background: #eeeeee;
    font-weight: bold;
}

.detail-gh table td {
    padding: 10px 15px;
}

.chitiet-dh-steps> li.flip {
    cursor: pointer;
}

.all-login {
    max-width: 400px;
}

.box-e-voucher .input-group {
    width: 100%;
}

.box-e-voucher .form-group .form-control-feedback {
    top: 30px;
    right: 10px;
}

.box__body {
    position: relative;
}

.box-quantity {
    width: 160px;
    float: left;
    border-right: 1px solid #ccc;
    margin-right: 20px;
}

.box-select-voucher {
    width: 400px;
    float: left;
    padding: 8px 3px 2px 0px;
}

.box-login {
    width: 100%;
    float: left;
    padding: 20px 35px 30px 35px;
}

.box-login p {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.title-login {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
    color: #4b4b4b;
}

.box-form-login {
    font-size: 12px;
}

.box-form-login .text-tt {
    padding: 0 0 10px 0;
}

.box-form-login label {
    font-size: 13px;
    display: block;
    font-weight: normal;
}

.box-form-login input {
    border-style: solid;
    border-width: 1px;
    border-color: #cfcfcf;
    border-radius: 4px;
    background-color: white;
    width: 100%;
    height: 42px;
    padding: 10px;
    margin-bottom: 8px;
    color: #999;
}

.box-form-login input.lock-txt {
    background: #efefef;
    padding-right: 30px;
    margin-bottom: 3px;
}

.box-form-login .al-txt {
    position: relative;
}

.box-form-login .al-txt .icon-check {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 10px;
    right: 6px;
    display: block;
}

.box-radio {
    padding: 4px 0;
}

.box-radio .text-radio {
    padding: 3px 0;
}

.box-radio .text-radio .icon-check {
    width: 14px;
    height: 14px;
    border: 1px solid #9d9d9d;
    border-radius: 100%;
    display: block;
    margin-right: 6px;
    float: left;
}

.box-radio .text-radio .icon-check-o {
    border: 3px solid #14B8A6;
}

.box-form-login input[type="radio"] {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    float: left;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

#login-dialog .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.box-radio-cop {
    padding-bottom: 15px;
}

.box-radio-cop label {
    font-weight: normal;
    font-size: 13px;
    position: relative;
    padding-left: 5px;
}

.box-radio-cop label:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #9d9d9d;
    border-radius: 100%;
    margin-right: 4px;
    position: absolute;
    top: 10%;
    left: -19px;
}

.box-radio-cop input[type="radio"] {
    position: relative;
    top: -1px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    opacity: 0;
    margin-right: 4px;
    float: left;
    z-index: 100;
}

.box-radio-cop input[type="radio"]:checked + label:before {
    border: 3px solid #14B8A6;
    background: #fff;
}

.box-hide-pas {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.box-form-login button {
    border-radius: 4px;
    background-color: #71be0f;
    width: 100%;
    height: 42px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    border: 1px solid #6bb60c;
}

.box-form-login button:hover {
    background-color: #76c70f;
}

.box-other-ac {
    text-align: center;
}

.box-other-ac img {
    border-radius: 4px;
    margin: 10px 3px;
}

.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 141px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-left: 6px solid transparent;
    /*content: '';*/
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 142px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 5px solid transparent;
    content: '';
}

.header .bo-shadow {
    box-shadow: 0px 1px 2px 0px #e6e6e6;
}

.main-content {
    background-color: #f4f4f4;
}

.box-add-address {
    padding: 10px 15px;
    border-bottom: 1px solid #d2d2d2;
}

.box-addinfo-user {
    padding: 20px 15px;
}

.lb-info-text {
    display: block;
    padding: 0 0 3px 0;
    font-weight: normal;
    margin: 0;
}

.box-info-text {
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    background-color: white;
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
    padding: 3px 10px;
}

.box-check {
    height: 36px;
    width: 100%;
    padding-top: 10px;
}

.box-check label {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 4px;
    top: -3px;
    font-weight: normal;
}

.box-check input[type="radio"],
input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.bt-update {
    border-radius: 3px;
    background-color: #71be0f;
    width: 89px;
    height: 46px;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    float: left;
    border: none;
    margin-right: 10px;
}

.bt-no-update {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    width: 58px;
    height: 46px;
    color: #565656;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.box-thank {
    background: #fff url("../img/im-chekout/bg-thank.jpg") no-repeat bottom center;
    padding-bottom: 190px;
}

.box-thank .icon-thank {
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.box-thank .icon-thank img {
    max-width: 100%;
    height: auto;
}

.box-thank .box-text-thank {
    text-align: center;
    max-width: 624px;
    margin: 0 auto;
    line-height: 23px;
}

.box-thank .box-text-thankp {
    margin: 0;
    padding: 0;
}

.box-thank .add-info-guest {
    padding: 20px 0 0 0;
    max-width: 590px;
    margin: 0 auto;
}

.box-thank .add-info-guest .tt-lb {
    display: block;
    margin-bottom: 3px;
    width: 100%;
    font-weight: normal;
}

.box-thank .add-info-guest .input-group {
    width: 100%;
}

.box-thank .add-info-guest .input-group .form-control-feedback {
    top: 5px;
}

.box-thank .box-bt-dk {
    text-align: center;
}

.box-thank .box-bt-dk .bt-dk {
    border: 1px solid #71be0f;
    border-radius: 3px;
    background-color: white;
    width: 243px;
    height: 45px;
    font-size: 18px;
    text-transform: uppercase;
    color: #71be0f;
    display: block;
    margin: 0 auto 20px auto;
    line-height: 45px;
}

.box-thank .box-bt-dk .bt-dk:hover {
    text-decoration: none;
}

.box-thank .box-bt-dk .bt-tt-mua {
    border: 1px solid #71be0f;
    border-radius: 3px;
    background-color: #71be0f;
    width: 243px;
    height: 45px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 0 auto 20px auto;
    line-height: 45px;
}

.bt-tt-mua,
a.bt-tt-mua:hover {
    text-decoration: none;
}

.gray-color {
    color: #888888;
}

.red-color {
    color: #f04124;
}

.box-deal-right-tk {
    width: 270px;
    margin: 20px auto;
    padding-bottom: 5px;
}

.box-quantity {
    width: 160px;
    float: left;
}

.box-select-voucher .box-evc {
    width: 123px;
    float: left;
}

.box-select-voucher .box-evc i {
    font-size: 18px;
    margin-right: 4px;
    float: left;
}

.box-select-voucher .box-evc input {
    float: left;
    margin-right: 4px;
}

.box-select-voucher .box-evc label {
    font-weight: normal;
}

.box-e-voucher {
    display: block;
    border-bottom: 1px dashed #cfcece;
    width: 100%;
    margin-bottom: 10px;
}

.box-bt-update {
    padding-top: 23px;
}

.box-not-dh {
    position: absolute;
    right: 9px;
    width: 49%;
}

.box-diemthuong .text-tien-tt {
    text-transform: uppercase;
    float: left;
}

.box-diemthuong .so-tien {
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #14B8A6;
    padding: 3px 0 10px 0;
}

.box-diemthuong .lb-text-diemthuong {
    font-weight: normal;
    position: relative;
    top: -2px;
}

.box-diemthuong .not-diem {
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 20px;
    color: #878787;
}

.box-diemthuong .not-login {
    font-size: 11px;
    color: #878787;
    padding-left: 20px;
}

@media only screen and (min-device-width: 767px) and (max-device-width: 768px) {
    .box-e-voucher {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .box-not-dh {
        position: inherit;
        width: 100%;
        padding: 0 15px;
    }
    .box-bt-update {
        padding-top: 0px;
    }
 	
}

@media screen and (max-width: 767px) {
	.add-to-cart-buttons .btn + .btn {
    margin-left: 10px;
    width: 50% !important;
    float: right;
}

	#search_all{width: 100% !important;border: 1px solid #ccc;font-size:10px;}
	#category_search{width: 81% !important;border: 1px solid #ccc;font-size:10px;}
	#timgi{font-size:10px;line-height:100% !important;}
    .box-thank {
        background: url("../img/im-chekout/bg-thank.jpg") no-repeat bottom center;
        background-size: 100% auto;
        padding: 0 10px 90px 10px;
    }
    .box-check {
        padding-bottom: 35px;
    }
    .box-select-voucher {
        width: 100%;
        float: left;
        padding: 12px 3px 2px 0;
        border-left: none;
    }
    .product__stats {
        padding-bottom: 5px;
    }
    .box-bt-update {
        padding-top: 0px;
    }
    .box-e-voucher {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .box-not-dh {
        position: inherit;
        width: 100%;
        padding: 0 10px;
    }
}

body.page-checkout {
    position: relative;
    padding-bottom: 150px;
    min-height: 100vh;
}

body.page-checkout footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.notice {
    color: #999;
    font-size: 13px;
}

.branding--hang-tet.block--tab.branding .block__title {
    background-color: #bc292f;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
}

.branding--hang-tet.block--tab.branding .block__header {
    border-top-color: #bc292f;
}

.branding--hang-tet .block__branding,
.nav--floating .branding--hang-tet:hover a span,
.nav--floating .branding--hang-tet:hover a,
.nav--floating .active.branding--hang-tet a span,
.nav--floating .active.branding--hang-tet a {
    background-color: #bc292f;
}

.box-logo-spa {
    width: 100%;
    background: #fff;
    border: 1px solid #e3e3e3;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    padding: 10px 0;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.box-logo-spa::-webkit-scrollbar {
    display: none
}

.box-logo-spa img {
    max-width: 100%;
    height: auto;
    margin: 0 15px;
}

.account-page {
    padding-bottom: 20px
}

.account-page .register-form {}

.account-page h1 {
    font-size: 24px;
    margin: 10px 0;
}

.account-page h2 {
    font-size: 18px;
    border-bottom: thin dotted #ccc;
    padding-bottom: 5px;
}

.account-page .subheader {}

.account-page .mandatory-fields {
    font-size: 12px;
    text-decoration: underline;
}

.account-page span.required {
    color: red;
}

.account-page form {}

.account-page form> div {
    max-width: 650px;
    margin: 0 auto;
}

.account-page form .error {
    color: #ff0000;
    padding-left: 160px;
}

.account-page form .error div {
    display: none
}

.account-page form .error p {
    margin-bottom: 0px
}

.account-page .field {
    padding: 5px 0px;
}

.account-page .field label {
    width: 155px;
    font-weight: normal;
    text-align: right;
    padding: 0px 5px 0px 0px;
}

.account-page .field input[type="email"],
.account-page .field input[type="password"],
.account-page .field input[type="text"],
.account-page .field input[type="date"] {
    min-width: 250px;
}

.account-page .field select {
    min-width: 210px;
    padding: 3px 10px;
}

.account-page .submit-group {
    padding: 10px 0px;
    max-width: 500px
}

.account-page .submit-group.register {
    padding-left: 150px
}

.account-page .submit-group.account {
    padding-left: 170px
}

.login-form {}

.box-login.login-form {
    border-radius: 0px;
    padding: 10px 20px;
    text-align: left;
}

.login-form form {}

.login-form .header {
    font: bold 169% Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 5px;
    text-transform: uppercase;
}

.login-form hr {
    margin: 0px -20px 10px;
}

.login-form form> label {
    margin-bottom: 0px;
    border-bottom: thin solid #ddd;
    font-weight: normal;
}

.login-form .input-group {
    margin-bottom: 10px;
}

.login-form .input-group label {
    color: #757474;
    font-weight: normal;
    margin-bottom: 0px
}

.login-form .input-group input[type="text"],
.login-form .form-field input[type="password"],
.login-form .form-field input[type="email"] {
    max-width: 240px;
    padding: 3px;
    line-height: normal;
}

.login-form .input-group a {
    color: #337ab7
}

.login-form .input-group p {
    margin-bottom: 0px
}

.login-form .remember-field {
    margin: 10px 0px;
    width: 100%
}

.login-form .remember-field .colum-left {
    padding-left: 0px;
    padding-right: 0px;
}

.login-form .remember-field .colum-right {
    padding-left: 0px;
    padding-right: 0px;
    text-align: right;
}

.login-form .remember-field .colum-right a {
    line-height: 27px
}

.login-form .remember-field input {
    float: left;
    margin-top: 7px
}

.login-form .remember-field label {
    float: left;
    margin-left: 5px;
    color: #777
}

.login-form .submit-field {
    display: inherit;
}

.login-form .submit-field input[type="submit"] {
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 17px
}

.login-form .social-field {
    border-top: thin solid #ccc;
    margin: 0px -20px
}

.login-form .social-field .social-title {
    padding: 0 20px;
    margin-bottom: 5px;
}

.login-form .social-field .box-social {
    padding: 0 20px 10px;
    display: table
}

.login-form .social-field .box-social a {
    margin-right: 10px
}

.login-form .social-field .box-social .social-facebook {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    background: url(../img/icons/icon-facebook-logo.png) no-repeat;
}

.login-form .social-field .box-social .social-google {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    background: url(../img/icons/icon-google-plus-logo.png) no-repeat;
}

.login-form .social-field .box-social .social-yahoo {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    background: url(../img/icons/icon-yahoo-logo.png) no-repeat;
}

.forgotpass-page {
    padding: 10px 0px 30px;
}

.forgotpass-page .forgot-title {
    font-size: 24px;
    margin: 10px 0
}

.forgotpass-page .forgot-body {
    max-width: 500px;
    margin: 0 auto
}

.toast-container {
    width: 280px;
    z-index: 9999
}

* html .toast-container {
    position: absolute
}

.toast-item {
    height: auto;
    background: #333;
    opacity: .9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 6px;
    padding-right: 6px;
    font-family: lucida Grande;
    font-size: 14px;
    border: 2px solid #999;
    display: block;
    position: relative;
    margin: 0 0 12px 0
}

.toast-item p {
    text-align: left;
    margin-left: 50px
}

.toast-item-close {
    background: url(../img/icons/close.gif);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 7px;
    right: 7px
}

.toast-item-image {
    width: 32px;
    height: 32px;
    margin-left: 5px;
    margin-top: -5px;
    margin-right: 10px;
    float: left
}

.toast-item-image-notice {
    background: url(../img/icons/notice.png)
}

.toast-item-image-success {
    background: url(../img/icons/success.png)
}

.toast-item-image-warning {
    background: url(../img/icons/warning.png)
}

.toast-item-image-error {
    background: url(../img/icons/error.png)
}

.toast-type-notice {
    color: white
}

.toast-type-success {
    color: white
}

.toast-type-warning {
    color: white;
    border-color: #FCBD57
}

.toast-type-error {
    color: white;
    border-color: #B32B2B
}

.toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 20px
}

.toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px
}

.toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px
}

.toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px
}

.toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%
}

.toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%
}

.form-register-newsletter {
    width: 320px;
    min-height: 150px;
    padding: 20px;
}

.form-register-newsletter label {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal
}

.form-register-newsletter input[type="text"],
.form-register-newsletter input[type="email"] {
    width: 220px;
    padding: 1px 5px 2px;
}

.form-register-newsletter input[type="submit"] {
    margin-left: -4px
}

.account-info-group {}

.account-info-group ul {
    padding: 5px 0px
}

.account-info-group ul li {
    width: 100%;
}

.account-info-group ul li:hover a {
    color: #fff;
    background-color: #8e1116 !important;
}

.smartbanner-shown .modal {
    top: 80px !important;
}

@media screen and (max-width: 767px) {
    .smartbanner-shown .hd-menu,
    .smartbanner-shown .hd-container > .toggle-nav {
        top: 80px !important;
    }
}

.hd-mobile-app #header {
    display: none !important
}

.hd-mobile-app #page-wrapper {
    padding-top: 5px !important
}

.btn.border-radius {
    border-radius: 4px;
}

.register-new-letter-comfirm .form-control-feedback {
    top: -5px !important;
    right: 15px !important;
}

.register-new-letter-comfirm a,
.register-new-letter-comfirm-footer a {
    font-size: 14px;
    color: #337ab7
}

.register-new-letter-comfirm-footer .form-control-feedback {
    position: inherit;
    top: -5px !important;
    right: 0px !important;
    float: right;
    height: 25px;
    line-height: 25px;
}

.register-new-letter-comfirm-footer .form-control-feedback.glyphicon-ok {
    color: #3c763d
}

.register-new-letter-comfirm-footer .form-control-feedback.glyphicon-remove {
    color: #a94442
}

.form-register-newsletter i {
    color: transparent !important;
}

.app-promotion__promotion> a {
    color: #373737;
    text-decoration: none;
}

.register-news-state-footer {
    margin-top: 5px
}

.register-news-state-footer select {
    width: 280px !important
}

.widget__title,
.page-title_ {
    text-transform: uppercase;
}

.form-booking-order label {
    color: #898989;
    font-weight: normal;
}

.form-booking-order .input-group {
    display: inherit;
}

.form-user-oders-list .form-control-feedback {
    right: 8px;
}

.delivery-info label {
    color: #999;
    font-weight: normal;
}

.delivery-info button,
#profile-form-content h4.box_title {
    font-size: 15px;
    margin: 20px -10px 10px;
    padding: 10px 0px 10px 20px;
    border-bottom: thin solid #ccc;
}

.delivery-info button.btnAddProfile,
#profile-form-content button.btnAddProfile {
    background-color: #eee;
}

.check-out-step-2 .form-group.select i {
    display: none !important;
}

.address-table.editable-section.editing .btn.btn-default.btn-sm.button-add {
    display: none
}

.address-table.editable-section .btn.btn-default.btn-sm.button-add {
    display: inline-block
}

.form-group select + i {
    visibility: hidden;
    opacity: 0;
}

.has-feedback .form-control {
    padding-right: 25px;
}

.text-color-red {
    color: #ee272f !important
}

#login-dialog .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

#login-dialog .modal-body .form-group {
    margin-bottom: 10px;
}

#login-dialog .modal-body .remember {
    text-align: left;
    font-size: 13px;
    color: #777;
}

#login-dialog .modal-body .remember label {
    font-weight: normal;
}

#login-dialog .modal-body .remember input {
    display: inline;
}

#login-dialog .modal-body .forgotpass {
    text-align: right;
    font-size: 13px;
    padding-left: 0px;
}

#login-dialog .modal-body button {
    font-weight: bold;
}

#login-dialog .modal-body p {
    color: #777;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0px;
}

#login-dialog .modal-footer {
    border-top: 1px solid #e5e5e5;
    text-align: left;
}

#login-dialog .modal-footer .box-social a {
    text-decoration: none;
    margin-right: 10px;
}

#alertNotice .modal-content {
    border-radius: 5px;
}

#alertNotice .modal-content .modal-body {
    padding: 0px;
}

#alertNotice .modal-content .alert {
    margin-bottom: 0px;
    border-radius: 5px;
}

#confirmModal .btn {
    border-radius: 4px
}

.box-social a {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
}

.box-social .social-facebook {
    background: url(../img/icon-facebook.png) no-repeat;
}

.box-social .social-google {
    background: url(../img/icon-google.png) no-repeat;
}

.box-social .social-yahoo {
    background: url(../img/icon-yahoo.png) no-repeat;
}

.main-content.page-checkout {
    padding-top: 30px;
}

.main-nav__branding {
    background-color: transparent;
}

.rating-group .star {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=');
    background-position: left -40px;
    display: block;
    width: 20px;
    height: 16px;
    line-height: 16px;
    float: left;
    cursor: pointer;
    zoom: 1;
}

.rating-group .fullStar {
    background-position: left -59px;
}

.rating-group .stars {
    overflow: hidden;
}

.rating-group .tmp_es {
    background-position: left -40px;
}

.rating-group .tmp_fs {
    background-position: left -59px;
}

.comment__pictures.media-gallery img {
    width: 100px;
    height: 100px;
}

p.noti-confirm-product {
    color: red;
}

.confirm-product-line {
    display: block;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

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

form.form--general {
    position: relative;
}

.dropdown-cart .minicart__item {
    background-color: #fff;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.dropdown-cart .cart-new-item {
    background-color: #fff3c2;
}

.page-checkout #user_info_header .dropdown-menu li {
    display: none;
}

.page-checkout #user_info_header .dropdown-menu li.show-in-checkout {
    display: block;
}

.cate-head-slide {
    position: relative;
    z-index: 3;
}

.cate-head-slide .cycle-prev,
.cate-head-slide .cycle-next {
    position: absolute;
    top: 50%;
    display: none;
    width: 36px;
    height: 66px;
    line-height: 80px;
    margin-top: -33px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 101;
    text-align: center;
    cursor: pointer;
}

.cate-head-slide .cycle-prev span,
.cate-head-slide .cycle-next span {
    display: inline-block;
}

.cate-head-slide:hover .cycle-prev,
.cate-head-slide:hover .cycle-next {
    display: block;
}

.cate-head-slide .cycle-prev {
    left: 0;
}

.cate-head-slide .cycle-next {
    right: 0;
}

.cate-head-slide img {
    width: 1180px;
    height: 120px;
}

.cate-on-slide img {}

.promotion-hot-page {}

.promotion-hot-page> div {
    padding: 0px 0px 20px;
}

.promotion-hot-page> .col-left {
    padding-right: 10px
}

.promotion-hot-page> .col-right {
    padding-left: 10px
}

@media screen and (max-width: 767px) {
    .promotion-hot-page > .col-left {
        padding-right: 0px
    }
    .promotion-hot-page> .col-right {
        padding-left: 0px
    }
}

@media screen and (max-width: 479px) {
    .promotion-hot-page > div {
        padding-bottom: 10px
    }
}

.m-banner-bottom {
    margin-top: 10px;
    background: #fff;
}

.m-banner-bottom .m-banner-bottom-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.m-banner-bottom .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.m-banner-bottom .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    border: none;
    margin: 0 5px;
}

.m-banner-bottom .swiper-slide> div {
    display: table;
    width: 100%;
    padding: 5px 0px;
}

.m-banner-bottom .banner-image {}

.m-banner-bottom img {
    max-width: 120px;
    max-height: 100px;
}

.m-banner-bottom .banner-title {
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 0px;
    color: #333;
}

@font-face {
    font-family: Gotham;
    src: url('../font/NVV-Gotham-Thin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Gothambold;
    src: url('../font/NVV-Gotham-Bold.otf') format('opentype');
    src: url('../font/NVV-Gotham-Bold.eot');
    src: url('../font/NVV-Gotham-Bold.woff') format('woff'), url('../font/NVV-Gotham-Bold.ttf') format('truetype'), url('../font/NVV-Gotham-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: NVV-Gotham-Bold;
    src: url('../font/NVV-Gotham-Bold.otf') format('opentype');
    src: url('../font/NVV-Gotham-Bold.eot');
    src: url('../font/NVV-Gotham-Bold.woff') format('woff'), url('../font/NVV-Gotham-Bold.ttf') format('truetype'), url('../font/NVV-Gotham-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Androgyne';
    src: url('../font/SVN-Androgyne.eot?v=4.3.0');
    src: url('../font/SVN-Androgyne.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../font/SVN-Androgyne.ttf?v=4.3.0') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'iCielBrushUp';
    src: url('../font/iCielBrushUp.eot?v=4.3.0');
    src: url('../font/iCielBrushUp.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../font/iCielBrushUp.ttf?v=4.3.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM_Avo';
    src: url('../font/UTM_Avo.eot?v=4.3.0');
    src: url('../font/UTM_Avo.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../font/UTM_Avo.ttf?v=4.3.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM_AvoBold';
    src: url('../font/UTM_AvoBold.eot?v=4.3.0');
    src: url('../font/UTM_AvoBold.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../font/UTM_AvoBold.ttf?v=4.3.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ccbattlecry-teddybear';
    src: url('../font/ccbattlecry-teddybear.eot');
    src: url('../font/ccbattlecry-teddybear.woff') format('woff'), url('../font/ccbattlecry-teddybear.ttf') format('truetype'), url('../font/ccbattlecry-teddybear.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMSwiss721BlackCondensed';
    src: url('../font/UTMSwiss721BlackCondensed.eot');
    src: url('../font/UTMSwiss721BlackCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-agencyfb-bold';
    src: url('../font/SVN-agencyfb-bold.eot');
    src: url('../font/SVN-agencyfb-bold.woff') format('woff'), url('../font/SVN-agencyfb-bold.ttf') format('truetype'), url('../font/SVN-agencyfb-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Lobster';
    src: url('../font/SVN-Lobster.eot');
    src: url('../font/SVN-Lobster.woff') format('woff'), url('../font/SVN-Lobster.ttf') format('truetype'), url('../font/SVN-Lobster.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'hd-landingpage';
    src: url('../font/hd-ldp.eot?cvlpw1');
    src: url('../font/hd-ldp.eot?cvlpw1#iefix') format('embedded-opentype'), url('../font/hd-ldp.ttf?cvlpw1') format('truetype'), url('../font/hd-ldp.woff?cvlpw1') format('woff'), url('../font/hd-ldp.svg?cvlpw1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMBebas';
    src: url('../font/UTMBebas.eot');
    src: url('../font/UTMBebas.woff') format('woff'), url('../font/UTMBebas.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'imaginaryfriend-bold';
    src: url("../font/IMAGINARYFRIEND-BOLD.eot");
    src: url("../font/IMAGINARYFRIEND-BOLD.woff") format("woff"), url("../font/IMAGINARYFRIEND-BOLD.ttf") format("truetype"), url("../font/IMAGINARYFRIEND-BOLD.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.hd-ldp {
    font-family: 'hd-landingpage' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hdl-giaitri:before {
    content: "\e900";
}

.hdl-tangchang:before {
    content: "\e901";
}

.hdl-amthuc:before {
    content: "\e902";
}

.hdl-chamnha:before {
    content: "\e903";
}

.hdl-macdep:before {
    content: "\e905";
}

.hdl-capcha:before {
    content: "\e904";
}

.hdl-dienthoai:before {
    content: "\e906";
}

.hdl-email:before {
    content: "\e907";
}

.hdl-gioitinh:before {
    content: "\e908";
}

.hdl-nguoigoi:before {
    content: "\e909";
}

.hdl-flash-sale:before {
    content: "\e90c";
}

.hdl-an-uong:before {
    content: "\e90a";
}

.hdl-nhacua-doisong:before {
    content: "\e90d";
}

.hdl-phukien-thietbiso:before {
    content: "\e90e";
}

.hdl-spa-lamdep:before {
    content: "\e90f";
}

.hdl-thoitrang-phukien:before {
    content: "\e910";
}

.hdl-mevabe:before {
    content: "\e912";
}

.hdl-mypham:before {
    content: "\e911";
}

.hdl-dulich:before {
    content: "\e913";
}

.hdl-bong:before {
    content: "\e914";
}

.hdl-sach:before {
    content: "\e90b";
}

.hdl-thucpham:before {
    content: "\e915";
}

.campaign-main {
    z-index: 1;
    position: relative;
}

.campaign-main .disabled-product {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1000
}

.campaign-main .countdown {
    text-align: center;
    color: #444;
    font-weight: 400;
    background-color: #fff;
    padding: 40px 0px 10px;
}

.campaign-main .countdown p:first-child {
    font-size: 25px;
    font-weight: 400;
}

.campaign-main .countdown .hour .number,
.campaign-main .countdown .minute .number,
.campaign-main .countdown .seconds .number {
    color: #ed1b24;
    min-width: 80px;
    height: 70px;
    line-height: 65px;
    font-size: 40px;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-weight: 600;
    background-image: url("https://s3-hd.vinacdn.com/original/2015/11/1/56441cb88892b-bg-time-countdown.png");
    background-size: 100% 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.campaign-main .countdown .hour .text,
.campaign-main .countdown .minute .text,
.campaign-main .countdown .seconds .text {
    display: table;
    width: 70px;
    text-align: center;
    font-weight: normal;
    font-size: 17px;
    color: #999;
}

.campaign-main .countdown .hour,
.campaign-main .countdown .minute,
.campaign-main .countdown .seconds {}

.campaign-main .countdown> label> .text {
    font-weight: normal;
    color: #999;
    font-size: 12px;
    display: table;
    width: 100%;
    text-align: center;
}

.campaign-main .countdown .icon {
    position: absolute;
    margin-top: -135px;
    float: left;
    margin-left: 170px;
}

.campaign-main .countdown-detail {
    text-align: center;
    color: #444;
    font-weight: 400;
    background-color: transparent !important;
    padding: 0px;
    display: inline-table
}

.campaign-main .countdown-detail p:first-child {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 10px;
}

.campaign-main .countdown-detail .hour .number,
.campaign-main .countdown-detail .minute .number,
.campaign-main .countdown-detail .seconds .number {
    color: #ed1b24 !important;
    min-width: 48px;
    height: 36px;
    line-height: 28px;
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-weight: 600;
    background-image: url("https://s3-hd.vinacdn.com/original/2015/11/1/56441cb88892b-bg-time-countdown.png") !important;
    background-size: 100% 100% !important
}

.campaign-main .countdown-detail .hour .text,
.campaign-main .countdown-detail .minute .text,
.campaign-main .countdown-detail .seconds .text {
    display: table;
    width: 50px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #999;
}

.campaign-main .countdown-detail> label> .text {
    font-weight: normal;
    color: #999;
    font-size: 12px;
    display: table;
    width: 100%;
    text-align: center;
}

.campaign-main .countdown-single {
    text-align: center;
    font-weight: 400;
}

.campaign-main .countdown-single .colon {
    height: 65px;
    line-height: 65px;
    vertical-align: super;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px
}

.campaign-main .countdown-single .hour .number,
.campaign-main .countdown-single .minute .number,
.campaign-main .countdown-single .seconds .number {
    color: #ed1b24;
    min-width: 80px;
    height: 70px;
    line-height: 65px;
    font-size: 40px;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-weight: 600;
    background: -webkit-linear-gradient(top, #eef2f5 50%, #ffffff 50%);
    background: -o-linear-gradient(top, #eef2f5 50%, #ffffff 50%);
    background: -moz-linear-gradient(top, #eef2f5 50%, #ffffff 50%);
    background: linear-gradient(to top, #eef2f5 50%, #ffffff 50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.campaign-main .countdown-single .hour .text,
.campaign-main .countdown-single .minute .text,
.campaign-main .countdown-single .seconds .text {
    display: table;
    width: 70px;
    text-align: center;
    font-weight: normal;
    font-size: 17px;
    color: #999;
}

.campaign-main .countdown-single .hour,
.campaign-main .countdown-single .minute,
.campaign-main .countdown-single .seconds {
    margin-bottom: 0px;
}

.campaign-main .group-promotion,
.campaign-main .list-banner-promote {
    display: table;
    width: 100%;
}

.campaign-main .group-promotion .title,
.campaign-main .list-banner-promote .title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 25px 0px 15px;
}

.campaign-main .group-promotion .title span,
.campaign-main .list-banner-promote .title span {
    color: red;
}

.campaign-main .group-promotion .list-promotion .item,
.campaign-main .list-banner-promote .item {
    margin-bottom: 20px;
}

.campaign-main .product__title {
    color: #333;
}

.campaign-main .product__title:hover {
    text-decoration: underline !important;
    color: dodgerblue;
}

.campaign-main .product__details .product__price-info {
    position: relative;
}

.campaign-main .product__details .product__icons {
    bottom: -5px;
    width: 80px !important;
}

.campaign-main .add-to-cart__quantity {
    display: none !important;
}

h3.product__title {
    font-family: Roboto-Medium;
    font-weight: bold
}

.item-contents .title span {
    font-family: Gothambold
}

.item-contents .title {
    font-family: Gotham
}

.campaign-main .campaign-neoformers {
    background: url("https://s3-hd.vinacdn.com/original/2016/8/1/57aad8142ce28-bg-pc.jpg") repeat-y;
}

#product-wrapper {
    height: 100%;
    clear: both;
}

.campaign-main .campaign-neoformers #product-wrapper .product {
    background: transparent;
}

.campaign-main .campaign-neoformers #product-wrapper .product .image {
    min-height: 355px;
    width: auto;
    max-width: 375px;
    background: url("https://s3-hd.vinacdn.com/original/2016/8/1/57aa902892f86-untitled-1.png") no-repeat;
    background-size: 100% auto
}

.campaign-main .campaign-neoformers #product-wrapper .product .image img {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 5%;
    padding-right: 3%;
}

.campaign-main .campaign-neoformers #product-wrapper .product-info {
    padding-top: 5%;
}

.campaign-main .campaign-neoformers #product-wrapper .product-info h2 {
    font-family: Gothambold;
    color: #ffffff;
    font-size: 12pt;
    text-align: center;
}

.campaign-main .campaign-neoformers .circleBase {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 40%;
    left: 65%;
    border-radius: 50%;
    background: red;
    border: 3px solid #ffffff;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding: 3%;
}

.campaign-main .campaign-neoformers .product-info .price-value {
    color: #2e8afc;
    text-align: center;
    display: block;
    text-decoration: line-through;
    font-size: 20pt;
    font-weight: bold;
    font-family: "Gotham NVV";
}

.campaign-main .campaign-neoformers .product-info .price {
    color: #d92319;
    text-align: center;
    display: block;
    font-size: 20pt;
    font-weight: bold;
    font-family: "Gotham NVV";
}

.campaign-main .campaign-neoformers .btn-buy-now {
    text-align: center;
}

.campaign-main .campaign-neoformers .video-info .center ul {
    margin: 5% 0 0 15%;
    color: #fff;
    font-size: 13pt;
    list-style-image: url("https://s3-hd.vinacdn.com/original/2016/8/0/57a9412415cf3-bullet.png");
}

.campaign-main .campaign-neoformers .video-info .center ul li {
    padding-top: 1%;
}

.campaign-main .campaign-neoformers .text-info {
    text-align: center;
    margin: 25px 0px 15px
}

.campaign-main .campaign-neoformers .info-1 .item {
    margin: 3% 0 0 4%;
    width: 239px;
    height: 200px;
    padding-top: 2%;
    color: #fff;
    font-size: 12pt;
    font-family: "Gotham NVV";
    padding-left: 2%;
    border: 1px solid #53e8ff;
    box-shadow: 0px 0px 5px 0px #0380bd;
}

.campaign-main .campaign-neoformers .item img {
    margin: 0 auto;
    padding-bottom: 8%;
}

.campaign-main .campaign-neoformers .info-2 .item {
    padding-top: 2%;
    color: #fff;
    font-size: 12pt;
    font-family: "Gotham NVV";
    padding-left: 2%
}

.campaign-main .campaign-neoformers .info-2 .btn-buy-now {
    margin-bottom: 5%;
}

.campaign-b2s {
    width: 100%;
    padding: 30px 65px;
    background: url("https://s3-hd.vinacdn.com/original/2016/8/2/57c39816f2dc5-bg-backtoshool.jpg") repeat;
}

.campaign-b2s .box-xemngay {
    width: 100%;
    text-align: center;
}

.campaign-b2s .text-not {
    padding: 23px 0;
    text-align: center;
}

.campaign-b2s .text-not img {
    max-width: 100%;
}

.campaign-b2s .row .pb {
    padding-bottom: 20px;
}

.top-banner-landingpage {
    width: 100%;
}

.top-banner-landingpage img {
    width: 100%;
    height: auto;
}

.campaign-pin-sac-pokemom {
    color: #FFFFFF;
    width: 100%;
    padding: 20px 40px 0 40px;
    background: #7ac429 url("https://s3-hd.vinacdn.com/original/2016/8/2/57bac3addf005-bg-ld-pinduphong.jpg") no-repeat top center;
}

.campaign-pin-sac-pokemom .tt-oject-ld {
    text-align: center;
    padding: 20px 0;
    max-width: 718px;
    margin: 0 auto;
}

.text-derip-ld {
    text-align: center;
    font-size: 20px;
    font-family: UTM_Avo;
    padding: 10px 0 30px 0;
    margin: 0 auto;
}

.text-derip-ld2 {
    text-align: center;
    font-size: 25px;
    font-family: UTM_AvoBold;
    padding: 10px 0 20px 0;
    margin: 0 auto;
}

.pic-pock {
    text-align: center;
}

.box-respon-ld {
    text-align: center
}

.campaign-tiross {
    background: #fff url("https://s3-hd.vinacdn.com/original/2016/8/2/57c3ee3f03535-bg-tiross.jpg") no-repeat top center;
    width: 100%;
    padding: 0;
}

.campaign-tiross .box-title-1 {
    background: url("https://s3-hd.vinacdn.com/original/2016/8/2/57c3ee3f036a4-line-ld.jpg") repeat-x top;
    padding-top: 9px;
}

.campaign-tiross .box-title-1 .content-tt {
    max-width: 657px;
    margin: 0 auto;
}

.campaign-tiross .product-hot .title {
    background-color: transparent !important;
    border-top: none
}

.campaign-tiross .box-title-1 .content-tt img {
    max-width: 100%;
    height: auto;
}

.campaign-tiross .text-content-ld {
    padding: 30px 120px;
    text-align: center;
    font-size: 30px;
}

.campaign-tiross .red-color {
    color: #ec0104;
}

.campaign-tiross .blu-color {
    color: #1374dd;
}

.campaign-tiross .text-content-ld .text-detail {
    font-size: 24px;
}

.campaign-sunhan {
    background: #4cdee3;
    width: 100%;
    padding: 20px 40px 0 40px;
    color: #000
}

.campaign-sunhan .tt-oject-ld {
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 45px;
    font-family: 'UTM_Avo';
    background: url("https://s3-hd.vinacdn.com/original/2016/8/2/57c39843c7841-line-1.png") no-repeat bottom center;
}

.campaign-sunhan .tt-oject-ld span {
    font-family: 'UTM_AvoBold';
}

.campaign-sunhan .text-derip-ld {
    text-align: center;
    font-size: 20px;
    font-family: UTM_Avo;
    padding: 15px 0;
    margin: 0 auto;
}

.campaign-sunhan .text-derip-ld p {
    font-size: 30px;
    color: #f04124;
}

.campaign-sunhan .box-text-ld {
    text-align: center;
    font-size: 22px;
    max-width: 697px;
    font-family: 'UTM_Avo';
    padding: 8px;
    background: -webkit-gradient(linear, 47% 99%, 8% 20%, from(#1288ec), to(#00deff));
    background: -moz-linear-gradient(61% 40% 132deg, #1288ec, #00deff 78%);
    margin: 0 auto;
}

.campaign-sunhan .box-text-ld .content-box {
    background: #FFFFFF;
    padding: 20px;
    border: 2px solid #65a3e9;
}

.campaign-sunhan .box-text-ld .content-box span {
    font-family: 'UTM_AvoBold';
}

.campaign-sunhan .box-text-ld .content-box p {
    padding-top: 30px;
    font-style: italic;
}

.campaign-sunhan .box-respon-ld {
    text-align: center
}

.campaign-sunhan-box-thsp {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    width: 100%;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #0075ce;
    padding: 25px 0;
}

.campaign-crazy-sale {
    width: 100%;
    padding: 0;
    z-index: 10;
}

.campaign-crazy-sale .bor-shaw-ld {
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    background-color: #fff;
    margin-bottom: 30px
}

.campaign-crazy-sale .box-nav-landing {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff
}

.campaign-crazy-sale .box-nav-landing ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #000
}

.campaign-crazy-sale .box-nav-landing ul li {
    list-style-type: none;
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px
}

.campaign-crazy-sale .box-nav-landing ul li:last-child {
    padding-right: 0
}

.campaign-crazy-sale .box-nav-landing ul li a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    padding: 13px 9px;
    display: inline-table
}

.campaign-crazy-sale .box-nav-landing ul li a:hover {
    color: #000;
    font-weight: normal;
    text-decoration: none
}

.campaign-crazy-sale .box-nav-landing ul li a.active {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    background-color: #000
}

.campaign-crazy-sale .box-nav-landing ul li a:hover:after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000
}

.campaign-crazy-sale .box-nav-landing ul li a.active:after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff
}

.campaign-crazy-sale .line-view-more {
    border-bottom: 1px solid #d2d2d2;
    margin: 20px 0 50px 0;
    position: relative
}

.campaign-crazy-sale .box-xt {
    position: absolute;
    top: -25px;
    left: 43%;
    background: #f6f6f6;
    padding: 10px 20px
}

.campaign-crazy-sale .box-xt a {
    background: #e7e7e7;
    display: block;
    border: 1px solid #d2d2d2;
    padding: 5px 25px 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    border-radius: 4px;
    position: relative;
    text-decoration: none
}

.campaign-crazy-sale .box-xt a:hover {
    background: #dfdddd;
    color: #999999;
    text-decoration: none
}

.campaign-crazy-sale .box-xt a:after {
    position: absolute;
    bottom: 12px;
    right: 7%;
    margin-left: -5px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaaaaa
}

.campaign-crazy-sale .tt-th-other {
    text-align: center;
    padding: 30px 0 10px 0;
    font-size: 24px;
    text-transform: uppercase
}

.campaign-crazy-sale .logo-th-other {
    text-align: center;
    padding-bottom: 15px
}

.campaign-crazy-sale .logo-th-other img {
    text-align: center;
    width: 100%
}

.campaign-crazy-sale .fix {
    position: fixed;
    z-index: 10000;
    visibility: visible;
    padding: 0;
    background: #fff;
    top: 40px
}

.campaign-crazy-sale .tab-content> .tab-pane {
    display: block !important;
}

.campaign-crazy-sale .box-deal-1 h2 {
    display: none
}

.campaign-crazy-sale .block__content {
    padding-top: 0px;
}

.campaign-free-easy .mid-banner {
    min-height: 430px;
    text-align: center;
    padding-bottom: 15px;
    background: url("//s3-hd.vinacdn.com/original/2016/9/2/57e489917ee88-mid-banner.jpg") no-repeat top center;
}

.campaign-free-easy .text-tt-bn {
    font-family: 'ccbattlecry-teddybear';
    color: #FFFFFF;
    font-size: 37px;
}

.campaign-free-easy .text-tt-bn span {
    font-size: 51px;
}

.campaign-free-easy .box-opject-ld {
    list-style-type: none;
    padding: 40px 20px 0 20px;
    margin: 0;
}

.campaign-free-easy .box-opject-ld li {
    list-style-type: none;
    padding: 0;
    margin: 0 12px;
    display: inline-block;
    text-align: center;
    width: 17%;
}

.campaign-free-easy .box-opject-ld li img {
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.campaign-free-easy .box-opject-ld li .box-text {
    width: 100%;
    background: #fff;
    opacity: 0.8;
    color: #081f02;
    padding: 5px;
    font-size: 19px;
    height: 95px;
    vertical-align: middle;
    display: table-cell;
    border-radius: 2px;
    box-shadow: 0px 0px 6px #fff;
    -moz-box-shadow: 0px 0px 6px #fff;
    -webkit-box-shadow: 0px 0px 6px #fff;
}

.campaign-free-easy .tt-tour-free {
    font-size: 30px;
    color: #375b2f;
    text-transform: uppercase;
    text-align: center;
    font-family: 'UTMSwiss721BlackCondensed';
    padding: 30px 0 10px 0;
}

.campaign-online-friday-2016 {
    width: 100%;
    padding: 0;
    z-index: 10;
}

.campaign-online-friday-2016 .bor-shaw-ld {
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    background-color: #fff;
    margin-bottom: 30px
}

.campaign-online-friday-2016 .box-nav-landing {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff
}

.campaign-online-friday-2016 .box-nav-landing ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 2px solid #eb212f
}

.campaign-online-friday-2016 .box-nav-landing ul li {
    list-style-type: none;
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px
}

.campaign-online-friday-2016 .box-nav-landing ul li:last-child {
    padding-right: 0
}

.campaign-online-friday-2016 .box-nav-landing ul li a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    padding: 13px 9px;
    display: inline-table
}

.campaign-online-friday-2016 .box-nav-landing ul li a:hover {
    color: #eb212f;
    font-weight: normal;
    text-decoration: none
}

.campaign-online-friday-2016 .box-nav-landing ul li a.active {
    color: #eb212f;
    font-weight: normal;
    text-decoration: none
}

.campaign-online-friday-2016 .box-nav-landing ul li a:hover:after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #eb212f
}

.campaign-online-friday-2016 .box-nav-landing ul li a.active:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #eb212f
}

.campaign-online-friday-2016 .line-view-more {
    border-bottom: 1px solid #d2d2d2;
    margin: 20px 0 50px 0;
    position: relative
}

.campaign-online-friday-2016 .box-xt {
    position: absolute;
    top: -25px;
    left: 43%;
    background: #f6f6f6;
    padding: 10px 20px
}

.campaign-online-friday-2016 .box-xt a {
    background: #e7e7e7;
    display: block;
    border: 1px solid #d2d2d2;
    padding: 5px 25px 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    border-radius: 4px;
    position: relative;
    text-decoration: none
}

.campaign-online-friday-2016 .box-xt a:hover {
    background: #dfdddd;
    color: #999999;
    text-decoration: none
}

.campaign-online-friday-2016 .box-xt a:after {
    position: absolute;
    bottom: 12px;
    right: 7%;
    margin-left: -5px;
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaaaaa
}

.campaign-online-friday-2016 .tt-th-other {
    text-align: center;
    padding: 30px 0 10px 0;
    font-size: 24px;
    text-transform: uppercase
}

.campaign-online-friday-2016 .logo-th-other {
    text-align: center;
    padding-bottom: 15px
}

.campaign-online-friday-2016 .logo-th-other img {
    text-align: center;
    width: 100%
}

.campaign-online-friday-2016 .fix {
    position: fixed;
    z-index: 10000;
    visibility: visible;
    padding: 0;
    background: #fff;
    top: 40px
}

.campaign-online-friday-2016 .tab-content> .tab-pane {
    display: block !important;
}

.campaign-online-friday-2016 .box-deal-1 h2 {
    display: none
}

.campaign-online-friday-2016 .block__content {
    padding-top: 0px;
}

.campaign-online-friday-2016 .block-main-hot {
    position: relative;
}

.campaign-online-friday-2016 .block-main-hot .disable-deal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.campaign-halloween .hd-ldp {
    font-family: 'hd-landingpage' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.campaign-halloween .hdl-dulich:before {
    content: "\e90b"
}

.campaign-halloween .hdl-flash-sale:before {
    content: "\e90c"
}

.campaign-halloween .hdl-an-uong:before {
    content: "\e90a"
}

.campaign-halloween .hdl-nhacua-doisong:before {
    content: "\e90d"
}

.campaign-halloween .hdl-phukien-thietbiso:before {
    content: "\e90e"
}

.campaign-halloween .hdl-spa-lamdep:before {
    content: "\e90f"
}

.campaign-halloween .hdl-thoitra-phukien:before {
    content: "\e910"
}

.campaign-halloween .hdl-mypham:before {
    content: "\e911"
}

.campaign-halloween .link-ghost-market {
    border-top: 3px solid #ff3d00;
}

.campaign-halloween .donors {
    margin-top: 15px
}

.campaign-halloween .logo-donors {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    -moz-box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
}

.campaign-halloween .logo-donors p {
    text-transform: uppercase;
    display: block
}

.campaign-halloween .logo-donors .text-donors1 {
    font-size: 35px;
}

.campaign-halloween .logo-donors .text-donors2 {
    font-size: 25px;
}

.campaign-halloween .nav-landing-more {
    background: #fff;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    -moz-box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    z-index: 100
}

.campaign-halloween .nav-landing-more ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 1180px
}

.campaign-halloween .nav-landing-more ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 15px;
    float: left;
    position: relative;
    text-transform: uppercase;
    text-align: center
}

.campaign-halloween .nav-landing-more ul li:last-child {
    float: right
}

.campaign-halloween .nav-landing-more ul li a {
    text-decoration: none;
    color: #3c19be;
    font-weight: 500;
    padding: 15px;
    display: block;
    margin: 0
}

.campaign-halloween .nav-landing-more ul li a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: #3c19be
}

.campaign-halloween .nav-landing-more ul li a.active {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: #3c19be
}

.campaign-halloween .nav-landing-more ul li a i {
    font-size: 45px;
    display: block;
    margin-bottom: 5px
}

.campaign-halloween .fixed {
    position: fixed;
    top: 42px;
    width: 1180px!important;
    margin: 0 auto!important
}

.campaign-halloween .list-product .product-hot .title span {
    color: #fd3c03;
    background: url(https://s3-hd.vinacdn.com/original/2016/10/2/580de2f240a0c-icon-phuthuy.png) no-repeat 0 0px;
    padding: 20px 0 20px 100px;
    text-transform: uppercase;
    font-size: 40px
}

.campaign-halloween .hiddens {
    opacity: 0.5;
    pointer-events: none;
    position: relative
}

.campaign-halloween .comingsoon {
    position: fixed;
    top: 200px;
    font-size: 50px;
    left: 37%;
    z-index: 200;
    color: #000;
    font-weight: bold;
    text-transform: uppercase
}

.campaign-ghost-market .box-mid-banner {
    width: 100%;
    min-height: 275px;
    background: url("https://s3-hd.vinacdn.com/original/2016/10/2/580ce212a59cd-bg-countdown.jpg") no-repeat top center;
}

.campaign-ghost-market .box-mid-banner .box-countdown {
    width: 511px;
    margin: 0 auto;
    padding: 10px 0 15px 0;
}

.campaign-ghost-market .box-mid-banner .box-countdown .content-count {
    padding: 25px 123px 0 0;
    min-height: 110px;
    color: #fff;
    background: url("https://s3-hd.vinacdn.com/original/2016/10/2/580ce2282dabe-icon-countdown.png") no-repeat right;
}

.campaign-ghost-market .box-mid-banner .box-countdown .content-text {
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}

.campaign-ghost-market .box-mid-banner .box-countdown .content-text span {
    font-size: 28px;
    text-transform: uppercase;
    color: #fac020;
}

.campaign-ghost-market .box-mid-banner .box-countdown .content-text p {
    border-left: 2px solid #fff;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 7px;
    margin: 0;
}

.campaign-ghost-market .logo-donors {
    display: block;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    -moz-box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
}

.campaign-ghost-market .logo-donors .text-donors1 {
    text-transform: uppercase;
    font-size: 35px;
    display: block;
}

.campaign-ghost-market .logo-donors .text-donors2 {
    text-transform: uppercase;
    font-size: 25px;
    display: block;
}

.campaign-ghost-market .box-mid-banner .box-countdown .countdown {
    background-color: transparent;
    padding: 30px 0px 0px;
    color: #fff
}

.campaign-ghost-market .box-mid-banner .box-countdown .countdown span.countdown-text {
    color: #fac020;
    text-transform: uppercase;
    margin-right: 20px
}

.flexslider {
    width: 100%;
    margin: 0;
    padding: 15px 30px;
    overflow: hidden
}

.flexslider .slides> li {
    display: none
}

.flexslider .slides img {
    max-width: 150px;
    border: 1px solid #cccccc;
}

.flexslider ul,
.flexslider ol {
    margin: 0px;
    padding: 0px
}

.flexslider {
    position: relative
}

.flexslider .slides> li {
    position: relative;
    margin: 0px 15px;
    padding: 0px
}

.flexslider-container {
    position: relative
}

.flex-disabled {
    display: none !important
}

.flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 15px;
    line-height: 18px
}

.flex-direction-nav {
    list-style-type: none
}

.flex-direction-nav li {
    list-style-type: none
}

.flex-direction-nav> li a {
    z-index: 999;
    width: 14px;
    height: 23px;
    margin: -13px 0 0;
    display: block;
    background: url(//s3-hd.vinacdn.com/original/2016/9/2/57e0db80e0e96-icon-next.png) no-repeat;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px
}

.flex-direction-nav> li a.flex-next {
    background-position: -16px 0;
    right: 0%;
    opacity: 1;
    display: block;
    top: 60px;
    right: 10px
}

.flex-direction-nav> li a.flex-prev {
    background-position: 0px 0;
    left: 93%;
    opacity: 1;
    display: block;
    top: 60px;
    left: 10px
}

.flex-direction-nav> li a.flex-next:hover {
    background-position: -16px 0
}

.flex-direction-nav> li a.flex-prev:hover {
    background-position: 0px 0
}

.flex-control-nav {
    margin-left: -31px;
    position: absolute;
    bottom: 20px;
    left: 44%;
    font-size: -1000px;
    z-index: 2000;
    display: none
}

.flex-control-nav> li {
    margin: 0 0 0 5px;
    float: left;
    display: inline-block
}

.flex-control-nav> li:first-child {
    margin: 0
}

.flex-control-nav> li a {
    width: 13px;
    height: 13px;
    display: block;
    background: url(//s3-hd.vinacdn.com/original/2016/9/2/57e0db80e0e96-icon-next.png) no-repeat;
    cursor: pointer;
    text-indent: -9999px
}

.flex-control-nav> li a:hover {
    background-position: 0 -13px
}

.flex-control-nav> li a.active,
.flex-control-nav> li a.flex-active {
    background-position: 0 -27px;
    cursor: default
}

.flex-control-paging {
    display: none
}

.campaign-gui-loi-yeu-thuong .hd-ldp {
    font-family: 'hd-landingpage' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.campaign-gui-loi-yeu-thuong .hdl-capcha:before {
    content: "\e904"
}

.campaign-gui-loi-yeu-thuong .hdl-dienthoai:before {
    content: "\e906"
}

.campaign-gui-loi-yeu-thuong .hdl-email:before {
    content: "\e907"
}

.campaign-gui-loi-yeu-thuong .hdl-gioitinh:before {
    content: "\e908"
}

.campaign-gui-loi-yeu-thuong .hdl-nguoigoi:before {
    content: "\e909"
}

.campaign-gui-loi-yeu-thuong {
    width: 100%;
    padding: 0;
    background: #ff4d92 url("https://s3-hd.vinacdn.com/original/2016/10/1/57fece6f7a62e-bg-th.jpg") no-repeat top center
}

.campaign-gui-loi-yeu-thuong .top-20-10 {
    padding: 46px 0 20px 0;
    text-align: center;
    width: 100%
}

.campaign-gui-loi-yeu-thuong .top-20-10 img {
    max-width: 100%
}

.campaign-gui-loi-yeu-thuong .text-deript-lovely-20-10 {
    font-size: 18px;
    text-align: center;
    padding: 0 100px;
    color: #fff
}

.campaign-gui-loi-yeu-thuong .text-deript-lovely-20-10 span {
    color: #ffea00
}

.campaign-gui-loi-yeu-thuong .form-send-gif {
    padding: 30px 40px 50px 56px;
    width: 100%;
    color: #fff
}

.campaign-gui-loi-yeu-thuong .form-send-gif .tt-form-send-gif {
    font-size: 34px;
    font-family: 'SVN-Lobster';
    padding: 20px 0 10px 0
}

.campaign-gui-loi-yeu-thuong .form-send-gif label {
    float: left
}

.campaign-gui-loi-yeu-thuong .form-send-gif div {
    padding-bottom: 20px;
    position: relative
}

.campaign-gui-loi-yeu-thuong .form-send-gif label i {
    font-size: 28px;
    width: 40px;
    display: block
}

.campaign-gui-loi-yeu-thuong .form-send-gif input {
    background: transparent;
    border-bottom: 1px solid #ffacc6;
    height: 30px;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 13px;
    font-style: italic;
    float: left;
    width: 87%
}

.campaign-gui-loi-yeu-thuong .form-send-gif input:focus {
    outline: none
}

.campaign-gui-loi-yeu-thuong .form-send-gif select {
    background: transparent;
    border-bottom: 1px solid #ffacc6;
    height: 30px;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 13px;
    font-style: italic;
    float: left;
    width: 89px;
    margin-right: 15px
}

.campaign-gui-loi-yeu-thuong .form-send-gif select:focus {
    outline: none
}

.campaign-gui-loi-yeu-thuong .form-send-gif select option {
    color: #333
}

.campaign-gui-loi-yeu-thuong .box-thiep .stack__item {
    transition-duration: 0.8s;
    transition-property: transform, left
}

.campaign-gui-loi-yeu-thuong .form-send-gif .tet-dienthoai {
    width: 181px
}

.campaign-gui-loi-yeu-thuong .form-send-gif .tet-capcha {
    width: 112px;
    margin-right: 10px;
}

.campaign-gui-loi-yeu-thuong .box-bt-goi {
    width: 100%
}

.campaign-gui-loi-yeu-thuong .box-bt-goi img {
    max-width: 100%
}

.campaign-gui-loi-yeu-thuong .box-bt-goi {
    cursor: pointer
}

.campaign-gui-loi-yeu-thuong::-webkit-input-placeholder {
    color: white
}

.campaign-gui-loi-yeu-thuong .box-thiep {
    padding-top: 30px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1
}

.campaign-gui-loi-yeu-thuong .box-thiep .tt-form-send-gif {
    font-size: 34px;
    font-family: 'SVN-Lobster';
    padding: 20px 0 0 0;
    color: #fff;
    margin: 0 auto
}

.campaign-gui-loi-yeu-thuong .box-thiep .content {
    -webkit-align-self: stretch;
    align-self: stretch;
    overflow: hidden;
    padding: 2em 3em 10em;
    width: 500px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    float: none
}

.campaign-gui-loi-yeu-thuong .box-thiep .content:nth-child(even):last-child {
    width: 100%
}

.campaign-gui-loi-yeu-thuong .box-thiep .stack {
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    width: 320px;
    height: 320px;
    padding: 0;
    list-style: none;
    pointer-events: none
}

.campaign-gui-loi-yeu-thuong .box-thiep .stack__item {
    background: transparent;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    opacity: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto
}

.campaign-gui-loi-yeu-thuong .box-thiep .stack__item span {
    display: none;
    font-family: 'SVN-Lobster';
    color: #fff;
    font-size: 22px;
    padding-top: 5px
}

.campaign-gui-loi-yeu-thuong .box-thiep .stack__item--current span {
    display: block
}

.campaign-gui-loi-yeu-thuong .box-thiep .stack__item img {
    width: 100%;
    display: block;
    pointer-events: none
}

.campaign-gui-loi-yeu-thuong .box-thiep .controls {
    position: relative;
    width: 200px;
    text-align: center;
    margin: 10em 0 0 0
}

.campaign-gui-loi-yeu-thuong .box-thiep .bt-ctr-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 35%;
    right: 20px;
    z-index: 1000
}

.campaign-gui-loi-yeu-thuong .box-thiep .bt-ctr-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 33%;
    left: 20px;
    z-index: 1000
}

.campaign-gui-loi-yeu-thuong .box-thiep .button {
    border: none;
    background: none
}

.campaign-gui-loi-yeu-thuong .box-thiep .button .fa {
    pointer-events: none
}

#goiThiep .modal-dialog {
    width: 500px
}

.thong-bao-gui-thiep {
    background: #fff url("https://s3-hd.vinacdn.com/original/2016/10/1/5804b2f597e16-bg-pop.jpg") no-repeat center top;
    padding-bottom: 10px
}

.thong-bao-gui-thiep .title-2 {
    font-size: 28px;
    font-weight: bold;
    color: #ff0072;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SVN-agencyfb-bold'
}

.thong-bao-gui-thiep .text-info {
    font-size: 20px;
    padding: 20px 25px;
    color: #5b5b5b;
    text-align: center
}

.thong-bao-gui-thiep .tb-mua {
    background: #fb4983;
    border-radius: 4px;
    font-size: 22px;
    text-align: center;
    font-family: 'SVN-agencyfb-bold';
    color: #fff;
    text-transform: uppercase
}

.thong-bao-gui-thiep .tb-goithemthiep {
    background: #fff;
    border-radius: 4px;
    font-size: 22px;
    text-align: center;
    font-family: 'SVN-agencyfb-bold';
    color: #5b5b5b;
    text-transform: uppercase;
    border: 2px solid #dddddd
}

.captcha-wrapper .false-ico {
    display: none
}

.captcha-wrapper.false-cap .false-ico {
    display: block
}

.modal-footer {
    text-align: center;
}

.stack--krisna .stack__item--reject {
    -webkit-animation: krisnaReject 0.5s forwards;
    -moz-animation: krisnaReject 0.5s forwards;
    animation: krisnaReject 0.5s forwards
}

@-webkit-keyframes krisnaReject {
    to {
        -webkit-transform: translate3d(-25vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -moz-transform: translate3d(-25vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
}

@keyframes krisnaReject {
    to {
        -webkit-transform: translate3d(-25vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -moz-transform: translate3d(-25vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
}

.stack--krisna .stack__item--accept {
    -webkit-animation: krisnaAccept 0.5s forwards;
    -moz-animation: krisnaAccept 0.5s forwards;
    animation: krisnaAccept 0.5s forwards
}

@-webkit-keyframes krisnaAccept {
    to {
        -webkit-transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
        -moz-transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
        transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
    }
}

@keyframes krisnaAccept {
    to {
        -webkit-transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
        -moz-transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
        transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
    }
}

@media screen and (max-width: 60em) {
    @-webkit-keyframes krisnaReject {
        to {
            -webkit-transform: translate3d(-50vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
            -moz-transform: translate3d(-50vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-50vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
        }
    }
    @keyframes krisnaReject {
        to {
            -webkit-transform: translate3d(-50vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
            -moz-transform: translate3d(-50vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-50vw, 0, 0) translate3d(-60%, 0, 0) rotate3d(0, 0, 1, -5deg);
        }
    }
    @-webkit-keyframes krisnaAccept {
        to {
            -webkit-transform: translate3d(50vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
            -moz-transform: translate3d(50vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
            transform: translate3d(50vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
        }
    }
    @keyframes krisnaAccept {
        to {
            -webkit-transform: translate3d(50vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
            -moz-transform: translate3d(50vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
            transform: translate3d(50vw, 0, 0) translate3d(60%, 0, 0) rotate3d(0, 0, 1, 5deg);
        }
    }
}

.campaign-vietnam-women-day {
    padding: 0px;
}

.campaign-vietnam-women-day .hd-ldp {
    font-family: 'hd-landingpage' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.campaign-vietnam-women-day .hdl-giaitri:before {
    content: "\e900";
}

.campaign-vietnam-women-day .hdl-tangchang:before {
    content: "\e901";
}

.campaign-vietnam-women-day .hdl-amthuc:before {
    content: "\e902";
}

.campaign-vietnam-women-day .hdl-chamnha:before {
    content: "\e903";
}

.campaign-vietnam-women-day .hdl-macdep:before {
    content: "\e905";
}

.campaign-vietnam-women-day .content-banner {
    width: 100%;
    background: url("https://s3-hd.vinacdn.com/original/2016/10/1/57fecd54898bd-bg-banner-top.jpg") repeat
}

.campaign-vietnam-women-day .top-banner-landingpage {
    max-width: 1180px;
    margin: 0 auto
}

.campaign-vietnam-women-day .top-banner-landingpage img {
    width: 100%;
    height: auto
}

.campaign-vietnam-women-day .info-landingpage {
    width: 100%;
    padding: 0;
    background: #ff4d92 url("https://s3-hd.vinacdn.com/original/2016/10/1/57fece6f7a62e-bg-th.jpg") no-repeat top center
}

.campaign-vietnam-women-day .main-landingpage {
    width: 100%;
    padding: 0
}

.campaign-vietnam-women-day .dieu-kien-ld {
    position: relative
}

.campaign-vietnam-women-day .dieu-kien-ld .title-kd {
    font-size: 60px;
    color: #fff;
    font-family: 'SVN-Lobster';
    text-align: center
}

.campaign-vietnam-women-day .dieu-kien-ld .note-ld {
    font-size: 12px;
    color: #fff;
    font-style: italic;
    text-align: center
}

.campaign-vietnam-women-day .dieu-kien-ld ul {
    list-style-type: none;
    padding: 20px 200px 40px 200px;
    margin: 0
}

.campaign-vietnam-women-day .dieu-kien-ld ul li {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    display: block;
    font-size: 16px;
    color: #fff;
    float: left;
    width: 50%;
    text-align: center
}

.campaign-vietnam-women-day .dieu-kien-ld ul li span {
    color: #ffea00
}

.campaign-vietnam-women-day .long-chim {
    width: 143px;
    height: 185px;
    position: absolute;
    background: url("https://s3-hd.vinacdn.com/original/2016/10/1/57fed0072aab5-long-chim.png") no-repeat;
    top: -60px;
    right: 130px;
    z-index: 100;
    animation-name: stretch;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running
}

@keyframes stretch {
    0% {
        top: -60px
    }
    50% {}
    100% {
        top: -75px
    }
}

.campaign-vietnam-women-day .main-landingpage .tt-deal-hop {
    font-size: 60px;
    color: #ff5a9b;
    font-family: 'SVN-Lobster';
    text-align: center;
    padding: 20px 0 10px 0
}

.campaign-vietnam-women-day .menu-landing-more {
    background: #fff;
    margin: 20px 0;
    padding: 0;
    width: 100%
}

.campaign-vietnam-women-day .menu-landing-more ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%
}

.campaign-vietnam-women-day .menu-landing-more ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    border-left: 1px solid #eeeeee;
    font-size: 16px;
    float: left;
    width: 236px;
    position: relative
}

.campaign-vietnam-women-day .menu-landing-more ul li a {
    text-decoration: none;
    color: #444444;
    font-weight: normal;
    padding: 20px 30px;
    display: block;
    margin: 0
}

.campaign-vietnam-women-day .menu-landing-more ul li a:nth-child(2n) {
    text-decoration: none;
    color: #ff5d9e;
    font-weight: normal;
    padding: 20px 30px;
    display: block;
    margin: 0
}

.campaign-vietnam-women-day .menu-landing-more ul li a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    background: #ff5d9e
}

.campaign-vietnam-women-day .menu-landing-more ul li a.active {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    background: #ff5d9e
}

.campaign-vietnam-women-day .menu-landing-more ul li a i {
    font-size: 45px;
    display: block;
    float: left;
    margin-right: 10px
}

.campaign-vietnam-women-day .icon-hot {
    width: 38px;
    height: 20px;
    background: #ea212d;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: normal
}

.campaign-vietnam-women-day .box-info-love {
    padding: 30px 0 30px 20px
}

.campaign-vietnam-women-day .box-info-love .title-love {
    font-size: 80px;
    color: #fff;
    font-family: 'SVN-Lobster';
    padding-top: 40px;
    line-height: 75px
}

.campaign-vietnam-women-day .box-info-love .title-love span {
    color: #ffea00
}

.campaign-vietnam-women-day .box-info-love .text-deri {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding-top: 15px
}

.campaign-vietnam-women-day .box-info-love .bt {
    padding-top: 20px
}

.campaign-vietnam-women-day .box-info-love .bt img {
    max-width: 100%
}

.campaign-vietnam-women-day #content_1,
.campaign-vietnam-women-day #content_2,
.campaign-vietnam-women-day #content_3,
.campaign-vietnam-women-day #content_4,
.campaign-vietnam-women-day #content_5 {
    display: none;
}

.campaign-vietnam-women-day .product-hot {
    display: table;
    width: 100%
}

.campaign-vietnam-women-day .product-hot .block__content {
    padding-top: 0px
}

.campaign-vietnam-women-day .product__info {
    position: relative
}

.campaign-vietnam-women-day .group_btn-buy_now {
    text-align: center;
    padding: 0px 10px 10px
}

.campaign-vietnam-women-day .btn-campaign-20-10 {
    border: thin solid #73bc28;
    width: 100%;
    margin: 0px auto;
    color: #73bc28;
    text-transform: uppercase;
    font-weight: 600
}

.campaign-vietnam-women-day .btn-campaign-20-10:hover {
    background-color: #fff
}

.campaign-single-day {
    background: #2a8ff2;
    padding: 0 0 20px 0
}

.campaign-single-day .single-slider img {
    margin: 0 auto
}

.campaign-single-day .countdown {
    background: #2a8ff2
}

.campaign-single-day .countdown .hour .number,
.campaign-single-day .countdown .minute .number,
.campaign-single-day .countdown .seconds .number {
    color: #f8f716;
    background: -webkit-linear-gradient(top, #004f84 50%, #0c6099 50%);
    background: -o-linear-gradient(top, #004f84 50%, #0c6099 50%);
    background: -moz-linear-gradient(top, #004f84 50%, #0c6099 50%);
    background: linear-gradient(to top, #004f84 50%, #0c6099 50%);
}

.campaign-single-day .countdown .countdown-text {
    color: #ffffff
}

.campaign-single-day .countdown .hour .text,
.campaign-single-day .countdown .minute .text,
.campaign-single-day .countdown .seconds .text {
    color: #444!important;
}

.campaign-single-day .banner-more {
    padding-bottom: 30px;
}

.campaign-single-day .banner-more {
    padding-bottom: 30px;
}

.campaign-single-day .banner-more img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 0 0 6px 3px #1562c2;
    -moz-box-shadow: 0 0 6px 3px #1562c2;
    -webkit-box-shadow: 0 0 6px 3px #1562c2;
}

.campaign-single-day .carousel-ld {
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 5px 3px #054695;
}

.campaign-single-day .carousel-ld .flexslider {
    width: 100%;
    margin: 0;
    padding: 15px 30px;
    overflow: hidden
}

.campaign-single-day .carousel-ld .flexslider .slides> li {
    display: none
}

.campaign-single-day .carousel-ld .flexslider .slides img {
    max-width: 155px;
    border: none
}

.campaign-single-day .carousel-ld .flexslider ul,
.flexslider ol {
    margin: 0px;
    padding: 0px
}

.campaign-single-day .carousel-ld .flexslider {
    position: relative
}

.campaign-single-day .carousel-ld .flexslider .slides> li {
    position: relative;
    margin: 0px 5px;
    padding: 0px
}

.campaign-single-day .carousel-ld .flexslider-container {
    position: relative
}

.campaign-single-day .carousel-ld .flex-disabled {
    display: none !important
}

.campaign-single-day .carousel-ld .flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 15px;
    line-height: 18px
}

.campaign-single-day .carousel-ld .flex-direction-nav {
    list-style-type: none
}

.campaign-single-day .carousel-ld .flex-direction-nav li {
    list-style-type: none
}

.campaign-single-day .carousel-ld .flex-direction-nav> li a {
    z-index: 999;
    width: 18px;
    height: 37px;
    margin: -13px 0 0;
    display: block;
    background: url(https://s3-hd.vinacdn.com/original/2016/11/0/581abe2f53a4b-icon-next.png) no-repeat;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px
}

.campaign-single-day .carousel-ld .flex-direction-nav> li a.flex-next {
    background-position: -24px 0;
    right: 0%;
    opacity: 1;
    display: block;
    top: 50px;
    right: 0px
}

.campaign-single-day .carousel-ld .flex-direction-nav> li a.flex-prev {
    background-position: 1px 0;
    left: 93%;
    opacity: 1;
    display: block;
    top: 50px;
    left: 0px
}

.campaign-single-day .carousel-ld .flex-direction-nav> li a.flex-next:hover {
    background-position: -23px 0
}

.campaign-single-day .carousel-ld .flex-direction-nav> li a.flex-prev:hover {
    background-position: 0px 0
}

.campaign-single-day .carousel-ld .flex-control-nav {
    margin-left: -31px;
    position: absolute;
    bottom: 20px;
    left: 44%;
    font-size: -1000px;
    z-index: 2000;
    display: none
}

.campaign-single-day .carousel-ld .flex-control-nav> li {
    margin: 0 0 0 5px;
    float: left;
    display: inline-block
}

.campaign-single-day .carousel-ld .flex-control-nav> li:first-child {
    margin: 0
}

.campaign-single-day .carousel-ld .flex-control-nav> li a {
    width: 17px;
    height: 36px;
    display: block;
    background: url(https://s3-hd.vinacdn.com/original/2016/11/0/581abe2f53a4b-icon-next.png) no-repeat;
    cursor: pointer;
    text-indent: -9999px
}

.campaign-single-day .carousel-ld .flex-control-nav> li a:hover {
    background-position: 0 -13px
}

.campaign-single-day .carousel-ld .flex-control-nav> li a.active,
.flex-control-nav> li a.flex-active {
    background-position: 0 -27px;
    cursor: default
}

.campaign-single-day .carousel-ld .flex-control-paging {
    display: none
}

.campaign-single-day .email-register-ad {
    background: #1672cc;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff
}

.campaign-single-day .email-register-ad .content-mail {
    width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 30px
}

.campaign-single-day .email-register-ad .content-mail input {
    width: 100%;
    border: none;
    padding: 5px;
    height: 40px;
    font-size: 20px;
    background: transparent;
    color: #fff
}

.campaign-single-day .email-register-ad .content-mail input::-webkit-input-placeholder {
    color: #83abe0
}

.campaign-single-day .email-register-ad .content-mail input::-moz-placeholder {
    color: #83abe0
}

.campaign-single-day .email-register-ad .content-mailinput::-ms-input-placeholder {
    color: #83abe0
}

.campaign-single-day .email-register-ad .content-mail input:focus {
    outline: none
}

.campaign-single-day .email-register-ad .content-mail .icon-fly {
    position: absolute;
    top: 7px;
    right: -17px;
    width: 30px;
    height: 25px
}

.campaign-single-day .list-product .product-hot .title {
    font-size: 40px;
    color: #fff !important;
    font-family: 'Gothambold';
    text-align: center;
    padding: 40px 0 10px 0;
    text-transform: uppercase;
    display: block;
    background: #2a8ff2;
    border: none
}

.campaign-single-day .bt-read-more-deal {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px
}

.campaign-single-day .bt-read-more-deal a {
    border-radius: 3px;
    background-color: rgb(1, 38, 90);
    font-size: 14px;
    color: #fffc1f;
    font-family: 'Gothambold';
    padding: 7px 30px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

.campaign-single-day .bt-read-more-deal a:hover {
    text-decoration: none;
    color: #fffd69
}

.campaign-single-day .bt-read-more-deal a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 10px
}

.campaign-single-day .flash-sale {
    background-color: #01265a
}

.campaign-single-day .flash-sale h2 {
    font-size: 40px;
    font-family: 'Gothambold';
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    display: block;
    border: none;
    color: yellow !important
}

.campaign-single-day-flash-sale {
    background: #01265a;
    padding: 0 0 20px 0
}

.campaign-single-day-flash-sale .single-slider img {
    margin: 0 auto
}

.campaign-single-day-flash-sale .countdown {
    background: #01265a;
!important
}

.campaign-single-day-flash-sale .countdown .countdown-text {
    color: #ffffff
}

.campaign-single-day-flash-sale .countdown .hour .text,
.campaign-single-day-flash-sale .countdown .minute .text,
.campaign-single-day-flash-sale .countdown .seconds .text {
    color: #444!important
}

.campaign-single-day-flash-sale .list-product .product-hot .title {
    font-size: 40px;
    color: #fff !important;
    font-family: 'Gothambold';
    text-align: center;
    padding: 40px 0 10px 0;
    text-transform: uppercase;
    display: block;
    background: #01265a;
    border: none
}

.campaign-single-day-flash-sale .bt-read-more-deal {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px
}

.campaign-single-day-flash-sale .bt-read-more-deal a {
    border-radius: 3px;
    background-color: #2a8ff2;
    font-size: 14px;
    color: #fffc1f;
    font-family: 'Gothambold';
    padding: 7px 30px;
    display: block;
    text-transform: uppercase;
    text-decoration: none
}

.campaign-single-day-flash-sale .bt-read-more-deal a:hover {
    text-decoration: none;
    color: #fffd69
}

.campaign-single-day-flash-sale .bt-read-more-deal a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 10px
}

.campaign-single-day-combo {
    padding: 0 0 20px 0
}

.campaign-single-day-combo .single-slider {
    background: #fffc00
}

.campaign-single-day-combo .single-slider img {
    margin: 0 auto
}

.campaign-single-day-combo .countdown {
    background: #01265a;
!important
}

.campaign-single-day-combo .countdown .countdown-text {
    color: #ffffff
}

.campaign-single-day-combo .countdown .hour .text,
.campaign-single-day-combo .countdown .minute .text,
.campaign-single-day-combo .countdown .seconds .text {
    color: #444!important
}

.hr-line-dashed {
    border-top: 1px dashed #6d6d6d;
    height: 1px;
    margin: 20px 0
}

.hr-line-dashed:last-child {
    border: none;
    margin: 0
}

.campaign-single-day-combo .list-product:nth-child(odd) {
    background: #114287 !important
}

.campaign-single-day-combo .list-product:nth-child(even) {
    background: #01265a !important
}

.campaign-single-day-combo .list-product .title {
    font-size: 40px;
    color: #fff !important;
    font-family: 'Gothambold';
    text-align: center;
    padding: 40px 0 10px 0;
    text-transform: uppercase;
    display: block;
    background: none;
    border: none
}

.campaign-single-day-combo .bt-read-more-deal {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px
}

.campaign-single-day-combo .bt-read-more-deal a {
    border-radius: 3px;
    background-color: #2a8ff2;
    font-size: 14px;
    color: #fffc1f;
    font-family: 'Gothambold';
    padding: 7px 30px;
    display: block;
    text-transform: uppercase;
    text-decoration: none
}

.campaign-single-day-combo .bt-read-more-deal a:hover {
    text-decoration: none;
    color: #fffd69
}

.campaign-single-day-combo .bt-read-more-deal a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 10px
}

.campaign-single-day .tt-deal-ldp {
    font-size: 40px;
    color: #fff;
    font-family: 'Gothambold';
    text-align: center;
    padding: 40px 0 10px 0;
    text-transform: uppercase;
    display: block
}

.campaign-single-day .nav-single-subpage {
    width: 100%;
    background: url("https://s3-hd.vinacdn.com/original/2016/11/0/5821583552991-line-nav-ld.png") no-repeat bottom center;
    margin: 10px 0 15px 0;
    text-align: center
}

.campaign-single-day .nav-single-subpage a {
    display: inline-block;
    background: #0f4a84;
    color: #2a8ff2;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 5px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    margin: 0 -2px;
    text-decoration: none;
    border: 1px solid #0c417a;
    border-bottom: none;
    width: 200px
}

.campaign-single-day .nav-single-subpage a:hover {
    background: #f2eb11;
    color: #0f4a84;
    text-decoration: none;
    border: 1px solid #f2eb11;
    border-bottom: none
}

.campaign-single-day .nav-single-subpage a.active {
    background: #f2eb11;
    color: #0f4a84;
    text-decoration: none;
    border: 1px solid #f2eb11;
    border-bottom: none
}

.campaign-single-day .group-content-tab .box-deal-1 {
    display: none;
}

.campaign-single-day .group-content-tab .box-deal-1:first-child {
    display: block
}

.campaign-single-day .group-content-tab .tab-content> .tab-pane {
    display: block
}

.campaign-black-friday {
    padding: 0 0 20px 0;
    background: #1e0102 url("https://s3-hd.vinacdn.com/original/2016/11/1/582e724163a66-bg.jpg") repeat-y top center;
}

.campaign-black-friday .campaign-social {
    z-index: 1000
}

.campaign-black-friday .single-slider img {
    margin: 0 auto
}

.campaign-black-friday .countdown {
    background: #1e0102 url("https://s3-hd.vinacdn.com/original/2016/11/1/582e724163a66-bg.jpg") repeat-y top center
}

.campaign-black-friday .countdown .hour .number,
.campaign-black-friday .countdown .minute .number,
.campaign-black-friday .countdown .seconds .number {
    color: #fff;
    background: -webkit-linear-gradient(top, #ffab36 50%, #ff9400 50%);
    background: -o-linear-gradient(top, #ffab36 50%, #ff9400 50%);
    background: -moz-linear-gradient(top, #ffab36 50%, #ff9400 50%);
    background: linear-gradient(to top, #ffab36 50%, #ff9400 50%);
}

.campaign-black-friday .countdown .countdown-text {
    color: #fff
}

.campaign-black-friday .countdown span,
.campaign-black-friday .countdown p,
.campaign-black-friday .countdown .hour .text,
.campaign-black-friday .countdown .minute .text,
.campaign-black-friday .countdown .seconds .text {
    color: #fff!important;
}

.campaign-black-friday .banner-more {
    padding-bottom: 30px
}

.campaign-black-friday .banner-more img {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.campaign-black-friday .email-register-ad {
    background: #6a011f;
    padding: 15px 0;
    width: 100%;
    color: #fff;
}

.campaign-black-friday .email-register-ad .content-mail {
    width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 30px;
}

.campaign-black-friday .email-register-ad .content-mail input {
    width: 100%;
    border: none;
    padding: 5px;
    height: 40px;
    font-size: 20px;
    background: transparent;
    color: #fff;
}

.campaign-black-friday .email-register-ad .content-mail input::-webkit-input-placeholder,
.campaign-black-friday .email-register-ad .content-mailinput::-ms-input-placeholder {
    color: #fff;
}

.campaign-black-friday .email-register-ad .content-mail input:focus {
    outline: none;
}

.campaign-black-friday .email-register-ad .content-mail .icon-fly {
    position: absolute;
    top: 7px;
    right: -17px;
    width: 30px;
    height: 25px;
}

.campaign-black-friday .flash-sale {
    margin: 0 auto;
    min-height: 138px;
    text-align: center;
    background: #fadc22 url("https://s3-hd.vinacdn.com/original/2016/11/1/582e9b2a70247-bg1.jpg") no-repeat top;
}

.campaign-black-friday .tt-deal-ldp-flashsale {
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    display: block;
}

.campaign-black-friday .tt-deal-ldp-flashsale img {
    max-width: 100%;
    height: auto;
}

.campaign-black-friday .list-product {
    text-align: left !important;
}

.campaign-black-friday .flash-sale .countdown {
    background: transparent url("https://s3-hd.vinacdn.com/original/2016/11/1/582eb16236725-bg-countdown-flashsales.png") no-repeat top center;
    padding-top: 0
}

.campaign-black-friday .flash-sale .countdown .hour .number,
.campaign-black-friday .flash-sale .countdown .minute .number,
.campaign-black-friday .flash-sale .countdown .seconds .number {
    color: #fff;
    background: -webkit-linear-gradient(top, #8e0a31 50%, #530117 50%);
    background: -o-linear-gradient(top, #8e0a31 50%, #530117 50%);
    background: -moz-linear-gradient(top, #8e0a31 50%, #530117 50%);
    background: linear-gradient(to top, #8e0a31 50%, #530117 50%);
}

.campaign-black-friday .flash-sale .countdown .countdown-text {
    color: #6a011f
}

.campaign-black-friday .flash-sale .countdown span,
.campaign-black-friday .countdown p,
.campaign-black-friday .flash-sale .countdown .hour .text,
.campaign-black-friday .flash-sale .countdown .minute .text,
.campaign-black-friday .flash-sale .countdown .seconds .text {
    color: #6a011f!important;
    font-size: 20px!important;
}

.campaign-black-friday .flash-sale .countdown .icon {
    display: none
}

.campaign-black-friday .list-product .title {
    font-size: 40px;
    color: #fff !important;
    font-family: 'Gothambold';
    text-align: center;
    padding: 40px 0 10px 0;
    text-transform: uppercase;
    display: block;
    background: none;
    border: none
}

.campaign-black-friday .bt-read-more-deal {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px
}

.campaign-black-friday .bt-read-more-deal a {
    border-radius: 3px;
    background: #fadc22;
    font-size: 14px;
    color: #68011f;
    font-family: 'Gothambold';
    padding: 7px 30px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

.campaign-black-friday .bt-read-more-deal a:hover {
    text-decoration: none;
    color: #fffd69;
}

.campaign-black-friday .bt-read-more-deal a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 10px;
}

.campaign-black-friday .nav-single-subpage {
    width: 100%;
    text-align: center
}

.campaign-black-friday .nav-single-subpage a {
    width: 196px;
    background: #ff9400;
    color: #fff;
    border: thin solid #ff9400;
    border-bottom: thin solid #ffac36;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 5px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    margin: 0px -2px;
    text-decoration: none;
}

.campaign-black-friday .nav-single-subpage a:hover {
    background: #ffc63b;
    color: #333;
    text-decoration: none;
    border: 1px solid #ffc63b;
}

.campaign-black-friday .nav-single-subpage a.active {
    background: #ffc63b;
    color: #333;
    text-decoration: none;
    border: 1px solid #ffc63b;
}

.campaign-black-friday .tt-deal-ldp {
    font-size: 40px;
    color: #fff;
    font-family: 'Gothambold';
    text-align: center;
    padding: 40px 0 10px 0;
    text-transform: uppercase;
    display: block;
}

.campaign-black-friday .group-content-tab .box-deal-1 {
    display: none;
}

.campaign-black-friday .group-content-tab .box-deal-1:first-child {
    display: block
}

.campaign-black-friday .banner-more .carousel-indicators {
    bottom: -15px;
}

.campaign-black-friday .flex-viewport ul li {}

.campaign-black-friday .flex-viewport ul li p {
    height: 80px;
    text-align: center
}

.campaign-black-friday .flex-viewport img {
    max-width: 100% !important;
    max-height: 80px !important;
}

.campaign-black-friday .carousel-ld .title-logo {
    color: #68011e
}

.campaign-black-friday .carousel-ld .title-logo h3 {
    text-transform: uppercase;
}

.campaign-birthday-hd {}

.campaign-birthday-hd .content-banner {
    background-color: #ffe119
}

.campaign-birthday-hd .banner-more img {
    max-width: 100%;
    margin-bottom: 20px;
}

.campaign-birthday-hd .lich-khuyen-mai {
    width: 100%;
    padding-bottom: 35px;
}

.campaign-birthday-hd .lich-khuyen-mai p {
    font-family: 'NVV-Gotham-Bold';
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    padding: 10px 0;
}

.campaign-birthday-hd .lich-khuyen-mai ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.campaign-birthday-hd .lich-khuyen-mai ul:after {
    height: 4px;
    width: 100%;
    background: #f05d05;
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    display: table;
}

.campaign-birthday-hd .lich-khuyen-mai ul li {
    width: 16.6%;
    float: left;
    display: table-cell;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 100;
    text-align: center;
    min-height: 50px;
    position: relative;
}

.campaign-birthday-hd .lich-khuyen-mai ul li span {
    font-family: 'NVV-Gotham-Bold';
    font-size: 18px;
}

.campaign-birthday-hd .lich-khuyen-mai ul li p {
    margin: 35px 8px 0 8px;
    border: 1px solid #000000;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 3px;
}

.campaign-birthday-hd .lich-khuyen-mai ul li p.active {
    background: #f05d05;
    border: none;
    color: #FFFFFF;
    border: 1px solid #f05d05;
}

.campaign-birthday-hd .lich-khuyen-mai ul li:after {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f05d05;
    border: 2px solid #fff;
    top: 28px;
    left: 46%;
    content: '';
    box-shadow: 0 0 0 2px #f05d05;
    -webkit-box-shadow: 0 0 0 2px #f05d05;
    -moz-box-shadow: 0 0 0 2px #f05d05;
}

.campaign-birthday-hd .all-countdown {
    width: 100%;
    background: #febe13;
    padding: 10px 0
}

.campaign-birthday-hd .all-countdown .box-countdown {
    max-width: 580px;
    margin: 0 auto 20px auto;
    min-height: 179px;
    text-align: center
}

.campaign-birthday-hd .all-countdown .box-countdown p {
    color: #000;
    font-size: 18px;
    padding-top: 10px;
    padding-top: 10px
}

.campaign-birthday-hd .countdown {
    background: none
}

.campaign-birthday-hd .countdown .hour .number,
.campaign-birthday-hd .countdown .minute .number,
.campaign-birthday-hd .countdown .seconds .number {
    color: #fff;
    background: -webkit-linear-gradient(top, #ffab36 50%, #ff9400 50%);
    background: -o-linear-gradient(top, #ffab36 50%, #ff9400 50%);
    background: -moz-linear-gradient(top, #ffab36 50%, #ff9400 50%);
    background: linear-gradient(to top, #ffab36 50%, #ff9400 50%);
}

.campaign-birthday-hd .countdown .countdown-text {
    color: #000
}

.campaign-birthday-hd .countdown span,
.campaign-birthday-hd .countdown p,
.campaign-birthday-hd .countdown .hour .text,
.campaign-birthday-hd .countdown .minute .text,
.campaign-birthday-hd .countdown .seconds .text {
    color: #000!important;
}

.campaign-birthday-hd .tt-deal-ldp,
.campaign-birthday-hd .product-hot .title {
    font-size: 35px;
    color: #fff !important;
    font-family: 'NVV-Gotham-Bold';
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    display: block;
    background: #ed2028;
    margin: 20px auto;
    width: 55%;
}

.campaign-birthday-hd .birthday p {
    cursor: pointer
}

.campaign-birthday-hd .banner-more-bottom img {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.campaign-birthday-hd .bt-read-more-deal {
    width: 350px;
    margin: 0 auto;
    text-align: center
}

.campaign-birthday-hd .bt-read-more-deal a {
    border-radius: 3px;
    background-color: #ffba00;
    font-size: 14px;
    color: #000;
    font-family: 'NVV-Gotham-Bold';
    padding: 7px 30px;
    display: block;
    text-transform: uppercase;
    text-decoration: none
}

.campaign-birthday-hd .bt-read-more-deal a:hover {
    text-decoration: none;
    color: #fff
}

.campaign-birthday-hd .bt-read-more-deal a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 10px
}

.campaign-online-friday-24h .content-banner {
    background-color: #f77a00
}

.campaign-online-friday-24h .banner-more img {
    max-width: 100%;
    margin-bottom: 20px;
}

.campaign-online-friday-24h .lich-khuyen-mai {
    width: 100%;
    padding-bottom: 35px;
}

.campaign-online-friday-24h .lich-khuyen-mai p {
    font-family: 'NVV-Gotham-Bold';
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    padding: 10px 0;
}

.campaign-online-friday-24h .lich-khuyen-mai ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.campaign-online-friday-24h .lich-khuyen-mai ul:after {
    height: 4px;
    width: 100%;
    background: #f05d05;
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    display: table;
}

.campaign-online-friday-24h .lich-khuyen-mai ul li {
    width: 16.6%;
    float: left;
    display: table-cell;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 100;
    text-align: center;
    min-height: 50px;
    position: relative;
}

.campaign-online-friday-24h .lich-khuyen-mai ul li span {
    font-family: 'NVV-Gotham-Bold';
    font-size: 18px;
}

.campaign-online-friday-24h .lich-khuyen-mai ul li p {
    margin: 35px 8px 0 8px;
    border: 1px solid #000000;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 3px;
}

.campaign-online-friday-24h .lich-khuyen-mai ul li p.active {
    background: #f05d05;
    border: none;
    color: #FFFFFF;
    border: 1px solid #f05d05;
}

.campaign-online-friday-24h .lich-khuyen-mai ul li:after {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f05d05;
    border: 2px solid #fff;
    top: 28px;
    left: 46%;
    content: '';
    box-shadow: 0 0 0 2px #f05d05;
    -webkit-box-shadow: 0 0 0 2px #f05d05;
    -moz-box-shadow: 0 0 0 2px #f05d05;
}

.campaign-online-friday-24h .all-countdown {
    width: 100%;
    background: #ce4e00;
    padding: 10px 0
}

.campaign-online-friday-24h .all-countdown .box-countdown {
    max-width: 580px;
    margin: 0 auto 20px auto;
    min-height: 179px;
    text-align: center
}

.campaign-online-friday-24h .all-countdown .box-countdown p {
    color: #000;
    font-size: 18px;
    padding-top: 10px;
    padding-top: 10px
}

.campaign-online-friday-24h .countdown {
    background: none
}

.campaign-online-friday-24h .countdown .hour .number,
.campaign-online-friday-24h .countdown .minute .number,
.campaign-online-friday-24h .countdown .seconds .number {
    color: #000;
    background: #ffffff;
}

.campaign-online-friday-24h .countdown .countdown-text {
    color: #000
}

.campaign-online-friday-24h .countdown span,
.campaign-online-friday-24h .countdown p,
.campaign-online-friday-24h .countdown .hour .text,
.campaign-online-friday-24h .countdown .minute .text,
.campaign-online-friday-24h .countdown .seconds .text {
    color: #000!important;
}

.campaign-online-friday-24h .tt-deal-ldp,
.campaign-online-friday-24h .product-hot .title {
    font-size: 35px;
    color: #fff !important;
    font-family: 'NVV-Gotham-Bold';
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    display: block;
    background: #ed2028;
    margin: 20px auto;
    width: 55%;
}

.campaign-online-friday-24h .birthday p {
    cursor: pointer
}

.campaign-online-friday-24h .banner-more-bottom img {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.campaign-online-friday-24h .bt-read-more-deal {
    width: 350px;
    margin: 0 auto;
    text-align: center
}

.campaign-online-friday-24h .bt-read-more-deal a {
    border-radius: 3px;
    background-color: #ffba00;
    font-size: 14px;
    color: #000;
    font-family: 'NVV-Gotham-Bold';
    padding: 7px 30px;
    display: block;
    text-transform: uppercase;
    text-decoration: none
}

.campaign-online-friday-24h .bt-read-more-deal a:hover {
    text-decoration: none;
    color: #fff
}

.campaign-online-friday-24h .bt-read-more-deal a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 10px
}

.carousel-ld {
    width: 100%;
    background: #fff;
}

.carousel-ld .flexslider {
    width: 100%;
    margin: 0;
    padding: 15px 30px;
    overflow: hidden
}

.carousel-ld .flexslider .slides> li {
    display: none
}

.carousel-ld .flexslider .slides img {
    max-width: 155px;
    border: none
}

.carousel-ld .flexslider ul,
.flexslider ol {
    margin: 0px;
    padding: 0px
}

.carousel-ld .flexslider {
    position: relative
}

.carousel-ld .flexslider .slides> li {
    position: relative;
    margin: 0px;
    padding: 0px
}

.carousel-ld .flexslider-container {
    position: relative
}

.carousel-ld .flex-disabled {
    display: none !important
}

.carousel-ld .flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 15px;
    line-height: 18px
}

.carousel-ld .flex-direction-nav {
    list-style-type: none
}

.carousel-ld .flex-direction-nav li {
    list-style-type: none
}

.carousel-ld .flex-direction-nav> li a {
    z-index: 999;
    width: 18px;
    height: 37px;
    margin: -13px 0 0;
    display: block;
    background: url(https://s3-hd.vinacdn.com/original/2016/11/0/581abe2f53a4b-icon-next.png) no-repeat;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px
}

.carousel-ld .flex-direction-nav> li a.flex-next {
    background-position: -24px 0;
    right: 0%;
    opacity: 1;
    display: block;
    top: 50px;
    right: 0px
}

.carousel-ld .flex-direction-nav> li a.flex-prev {
    background-position: 1px 0;
    left: 93%;
    opacity: 1;
    display: block;
    top: 50px;
    left: 0px
}

.carousel-ld .flex-direction-nav> li a.flex-next:hover {
    background-position: -23px 0
}

.carousel-ld .flex-direction-nav> li a.flex-prev:hover {
    background-position: 0px 0
}

.carousel-ld .flex-control-nav {
    margin-left: -31px;
    position: absolute;
    bottom: 20px;
    left: 44%;
    z-index: 2000;
    display: none
}

.carousel-ld .flex-control-nav> li {
    margin: 0 0 0 5px;
    float: left;
    display: inline-block
}

.carousel-ld .flex-control-nav> li:first-child {
    margin: 0
}

.carousel-ld .flex-control-nav> li a {
    width: 17px;
    height: 36px;
    display: block;
    background: url(https://s3-hd.vinacdn.com/original/2016/11/0/581abe2f53a4b-icon-next.png) no-repeat;
    cursor: pointer;
    text-indent: -9999px
}

.carousel-ld .flex-control-nav> li a:hover {
    background-position: 0 -13px
}

.carousel-ld .flex-control-nav> li a.active,
.flex-control-nav> li a.flex-active {
    background-position: 0 -27px;
    cursor: default
}

.carousel-ld .flex-control-paging {
    display: none
}

.campaign-diep-vu-mua-sam .single-slider img {
    margin: 0 auto
}

.campaign-diep-vu-mua-sam {
    background-color: #00012d
}

.campaign-diep-vu-mua-sam .content-banner {
    background-color: #00012d
}

.campaign-diep-vu-mua-sam .banner-more img {
    max-width: 100%;
    margin-bottom: 20px;
}

.campaign-diep-vu-mua-sam .all-countdown {
    width: 100%;
    background: #00011b url("https://s3-hd.vinacdn.com/original/2016/12/0/5848be4a7f259-bg-count.jpg") no-repeat top center
}

.campaign-diep-vu-mua-sam .all-countdown .box-countdown {
    max-width: 580px;
    margin: 0 auto 20px auto;
    min-height: 179px;
    text-align: center
}

.campaign-diep-vu-mua-sam .all-countdown p {
    font-size: 21px;
    color: #fff;
    text-align: center;
    margin: 0
}

.campaign-diep-vu-mua-sam .all-countdown .box-countdown p {
    color: #fff;
    font-size: 18px;
    padding-top: 10px
}

.campaign-diep-vu-mua-sam .countdown {
    background: none
}

.campaign-diep-vu-mua-sam .countdown .hour .number,
.campaign-diep-vu-mua-sam .countdown .minute .number,
.campaign-diep-vu-mua-sam .countdown .seconds .number {
    color: #f4f513;
    background: -webkit-linear-gradient(top, #0c3e83 50%, #0f366c 50%);
    background: -o-linear-gradient(top, #ffab36 50%, #ff9400 50%);
    background: -moz-linear-gradient(top, #ffab36 50%, #ff9400 50%);
    background: linear-gradient(to top, #0c3e83 50%, #0f366c 50%);
}

.campaign-diep-vu-mua-sam .countdown .countdown-text {
    color: #000
}

.campaign-diep-vu-mua-sam .countdown span,
.campaign-diep-vu-mua-sam .countdown p,
.campaign-diep-vu-mua-sam .countdown .hour .text,
.campaign-diep-vu-mua-sam .countdown .minute .text,
.campaign-diep-vu-mua-sam .countdown .seconds .text {
    color: #fff!important;
}

.campaign-diep-vu-mua-sam .banner-more img {
    width: 100%;
    height: auto;
    margin: 20px 0
}

.campaign-diep-vu-mua-sam .box-flash-sale {
    background: #2e0a57 url("https://s3-hd.vinacdn.com/original/2016/12/0/5848cd37c469f-bg1.jpg") no-repeat top;
    width: 100%;
    padding: 20px 0;
    border-top: 2px solid #f4f513;
    border-bottom: 2px solid #084395
}

.campaign-diep-vu-mua-sam .tt-deal-ldp-flashsale {
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    display: block
}

.campaign-diep-vu-mua-sam .tt-deal-ldp-flashsale img {
    max-width: 100%;
    height: auto
}

.campaign-diep-vu-muasam hr {
    border: 1px solid #084395;
    margin: 20px 0
}

.campaign-diep-vu-mua-sam .tt-dot-flash-sale {
    text-align: center;
    padding: 20px 0 10px 0;
    font-size: 25px;
    color: #fff;
    font-family: 'NVV-Gotham-Bold'
}

.campaign-diep-vu-mua-sam .tt-deal-ldp {
    padding: 30px 0;
    text-align: center
}

.campaign-diep-vu-mua-sam .tt-deal-ldp .ptt1 {
    text-align: center;
    padding: 0 0 8px 0;
    font-size: 40px;
    color: #f4f513;
    font-family: 'NVV-Gotham-Bold';
    text-transform: uppercase;
    text-shadow: 0 0 0.2em #0057d1, 0 0 0.2em #0057d1, 0 0 0.2em #0057d1;
    margin: 0;
}

.campaign-diep-vu-mua-sam .tt-deal-ldp .ptt2 {
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 30px;
    color: #fff;
    font-family: 'NVV-Gotham-Bold';
    text-transform: uppercase;
    margin: 0
}

.campaign-diep-vu-mua-sam .tt-deal-ldp .ptt3 {
    text-align: center;
    padding: 8px 20px;
    font-size: 22px;
    color: #fff;
    font-family: 'NVV-Gotham-Bold';
    margin: 0;
    background: #042261;
    border-radius: 50px
}

.campaign-diep-vu-mua-sam .bt-read-more-deal {
    width: 350px;
    margin: 0 auto;
    text-align: center
}

.campaign-diep-vu-mua-sam .bt-read-more-deal a {
    border-radius: 4px;
    background: transparent;
    font-size: 13px;
    color: #fffc1f;
    font-family: 'NVV-Gotham-Bold';
    padding: 5px 30px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fffc1f
}

.campaign-diep-vu-mua-sam .bt-read-more-deal a:hover {
    text-decoration: none;
    color: #fffd69
}

.campaign-diep-vu-mua-sam .bt-read-more-deal a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px
}

.campaign-main .countdown {
    background: none
}

.campaign-bao-lixi {
    width: 100%;
    padding: 0 0 20px 0;
    background: #f4f4f4;
}

.campaign-bao-lixi .content-banner {
    background-color: #c8000b;
}

.campaign-bao-lixi .single-slider img {
    margin: 0 auto
}

.campaign-bao-lixi .all-email-register {
    width: 100%;
    background: #ad0a13 url("https://s3-hd.vinacdn.com/original/2016/12/1/584ff5d7ecba3-bg-email.png") no-repeat center bottom;
}

.campaign-bao-lixi .all-email-register .email-register-content {
    padding: 10px 270px 30px;
    text-align: center;
}

.campaign-bao-lixi .all-email-register .email-register-content p {
    font-size: 38px;
    color: #fff;
    font-family: 'NVV-Gotham-Bold';
}

.campaign-bao-lixi .all-email-register .input-email {
    width: 76%;
    float: left;
    position: relative;
}

.campaign-bao-lixi .all-email-register .email-register-content input {
    border-radius: 5px;
    background-color: white;
    width: 480px;
    height: 45px;
    padding: 5px;
    float: left;
    margin-right: 10px;
    border: none;
}

.campaign-bao-lixi .all-email-register .email-register-content button {
    border-radius: 5px;
    background-color: #ffbf11;
    width: 141px;
    height: 45px;
    float: left;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    border: none;
    font-weight: bold;
}

.campaign-bao-lixi .box-countdown {
    width: 100%;
    padding: 20px 0 0px;
    background-color: #c8000b;
}

.campaign-bao-lixi .box-countdown .countdown-content {
    background: url("https://s3-hd.vinacdn.com/original/2016/12/1/584ff5d7ecca4-bg-shadow-count.jpg") no-repeat bottom;
    min-height: 250px;
    width: 580px;
    margin: 0 auto;
    text-align: center;
}

.campaign-bao-lixi .box-countdown .countdown-content p {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
}

.campaign-bao-lixi .mastco img {
    float: right
}

.campaign-bao-lixi .countdown .icon {
    display: none
}

.campaign-bao-lixi .countdown .hour .number,
.campaign-bao-lixi .countdown .minute .number,
.campaign-bao-lixi .countdown .seconds .number {
    color: #000;
}

.campaign-bao-lixi .countdown .hour .text,
.campaign-bao-lixi .countdown .minute .text,
.campaign-bao-lixi .countdown .seconds .text {
    color: #ffffff;
}

.campaign-bao-lixi .dk-nhan-qua {
    width: 100%;
    background: #c8000b;
    padding-bottom: 20px;
    text-align: center;
}

.campaign-bao-lixi .dk-nhan-qua .title-dk {
    color: #fff;
    font-family: 'NVV-Gotham-Bold';
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.campaign-bao-lixi .dk-nhan-qua .text-not {
    color: #f3c535;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
}

.campaign-bao-lixi .dk-nhan-qua .item-pic img {
    max-width: 100%;
    height: auto;
}

.campaign-bao-lixi .dk-nhan-qua .text-dk {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
}

.campaign-bao-lixi .dk-nhan-qua .box-more-dk {
    padding: 20px 0;
    text-align: center;
}

.campaign-bao-lixi .dk-nhan-qua .box-more-dk .bt-more-dk {
    outline: none;
    border: 2px solid #fad955;
    background-color: #c1a542;
    width: 276px;
    height: 40px;
    border-radius: 50px;
    color: #644f0c;
    text-transform: uppercase;
}

.campaign-bao-lixi .bosutap-baolixi {
    width: 100%;
    background: #ad0a13;
    padding: 0;
}

.campaign-bao-lixi .bosutap-baolixi .title-bosuutap {
    padding-top: 20px;
    color: #fff;
    font-family: 'NVV-Gotham-Bold';
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

.campaign-bao-lixi .bosutap-baolixi .item-baolixi {
    padding-bottom: 10px;
}

.campaign-bao-lixi .bosutap-baolixi .item-baolixi img {
    max-width: 100%;
    height: auto;
}

.campaign-bao-lixi .bosutap-baolixi .item-baolixi p {
    padding: 10px 45px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.campaign-bao-lixi .nav-landing-more {
    background: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    -moz-box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
    z-index: 100;
}

.campaign-bao-lixi .nav-landing-more ul {
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
    width: 1180px;
}

.campaign-bao-lixi .nav-landing-more ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 12px;
    float: left;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.campaign-bao-lixi .nav-landing-more ul li a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    padding: 20px;
    display: block;
    margin: 0;
    font-weight: 600;
}

.campaign-bao-lixi .nav-landing-more ul li a:hover {
    text-decoration: none;
    color: #73bc28;
    font-weight: 600;
}

.campaign-bao-lixi .nav-landing-more ul li a i {
    font-size: 30px;
    display: block;
    margin-bottom: 8px;
}

.campaign-bao-lixi .nav-landing-more ul li .active {
    text-decoration: none;
    color: #73bc28;
    font-weight: 600;
}

.campaign-bao-lixi .nav-landing-more ul li:last-child {
    float: right;
}

.campaign-bao-lixi #content-2,
.campaign-bao-lixi #content-3,
.campaign-bao-lixi #content-4,
.campaign-bao-lixi #content-5,
.campaign-bao-lixi #content-6,
.campaign-bao-lixi #content-7 {
    display: none;
}

.campaign-bao-lixi .title-category-ld {
    text-align: center;
    padding: 20px 0;
    font-size: 40px;
    color: #353535;
    text-transform: uppercase;
}

.campaign-bao-lixi .bt-read-more-deal {
    width: 350px;
    margin: 0 auto;
    text-align: center;
}

.campaign-bao-lixi .bt-read-more-deal a {
    border-radius: 5px;
    background: #c8000b;
    font-size: 14px;
    color: #fff;
    padding: 7px 30px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #990008;
}

.campaign-bao-lixi .bt-read-more-deal a:hover {
    text-decoration: none;
    color: #fffd69;
}

.campaign-bao-lixi .bt-read-more-deal a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .products .product__icons.bar {
        height: 50%;
    }
    .campaign-main .countdown .icon {
        position: inherit;
        margin: 0px;
        float: none;
    }
    .campaign-main .countdown .hour .number,
    .campaign-main .countdown .minute .number,
    .campaign-main .countdown .seconds .number {
        width: 60px;
        min-width: 50px;
        height: 50px;
        line-height: 45px;
        font-size: 25px;
    }
    .campaign-main .countdown p:first-child {
        font-size: 18px;
        padding: 0px 5px;
    }
    .campaign-main .countdown p> span {
        font-size: 20px !important;
    }
    .campaign-main .countdown-single .hour .number,
    .campaign-main .countdown-single .minute .number,
    .campaign-main .countdown-single .seconds .number {
        font-size: 35px;
    }
    .campaign-main .group-promotion .title,
    .campaign-main .list-banner-promote .title {
        font-size: 16px;
    }
    .campaign-main .product--details .product__add-to-cart .btn--buy-now {
        display: block;
        width: 100%;
    }
    .campaign-main .campaign-neoformers {
        background: url("https://s3-hd.vinacdn.com/original/2016/8/1/57aaa788dbf96-mb-bg.jpg") repeat-y;
    }
    .campaign-main .campaign-neoformers #product-wrapper .product {
        background-image: none;
    }
    .campaign-main .campaign-neoformers #product-wrapper .product .image {
        min-height: 345px;
        width: auto;
        max-width: 375px;
        background: url("https://s3-hd.vinacdn.com/original/2016/8/1/57aa902892f86-untitled-1.png") no-repeat;
        background-size: 100% auto
    }
    .campaign-main .campaign-neoformers .circleBase {
        padding: 3%;
    }
    .campaign-main .campaign-neoformers #product-wrapper .product .image img {
        max-width: 80%;
        padding: 0px;
        margin-top: 15px;
    }
    .campaign-main .campaign-neoformers .text-info img {
        width: 95%;
    }
    .campaign-main .campaign-neoformers .video-info iframe {
        width: 95%;
        height: auto;
        min-height: 200px;
    }
    .campaign-main .campaign-neoformers .video-info .center ul {
        margin: 0px;
    }
    .campaign-main .campaign-neoformers .video-info .center ul li {
        padding: 5px 10px 0px 0px;
    }
    .campaign-main .campaign-neoformers .info-1 .item {
        width: 46%;
        margin: 10px 2% 0px 2%;
        min-height: 240px;
    }
    .campaign-main .campaign-neoformers .info-1 .text-info {
        padding: 0px;
        margin: 40px 0px 30px;
    }
    .campaign-main .campaign-neoformers .info-2 .item {
        margin: 0px auto;
        max-width: 70%;
        padding: 0px;
    }
    .campaign-main .campaign-neoformers .info-2 .text-info {
        margin: 30px 0px;
    }
    .campaign-crazy-sale .swiper-slide {
        width: 110px !important;
        font-size: 12px;
    }
    .campaign-crazy-sale .swiper-slide .text {
        font-size: 11px;
        height: 40px;
    }
    .campaign-online-friday-2016 .swiper-slide {
        width: 110px !important;
        font-size: 12px;
    }
    .campaign-online-friday-2016 .swiper-slide .text {
        font-size: 11px;
        height: 40px;
    }
    .campaign-ghost-market .box-mid-banner .box-countdown {
        width: 320px;
    }
    .campaign-ghost-market .countdown .icon {
        display: none;
    }
    .campaign-ghost-market .box-mid-banner .box-countdown .content-text p {
        font-size: 16px;
        margin-left: 3px;
    }
    .campaign-halloween .list-product .product-hot .title span {
        font-size: 16px;
        padding: 20px 0 40px 100px;
    }
    .campaign-single-day .flash-sale h2,
    .campaign-single-day .list-product .product-hot .title {
        font-size: 21px;
        padding: 10px 0 10px 0;
    }
}

@media (min-width: 768px) {
    .bt-readmore,
    .campaign-sunhan .bt-readmore {
        display: none;
    }
}

@media only screen and (max-device-width: 478px) {
    .campaign-main .campaign-neoformers .info-1 .item {
        font-size: 11pt;
    }
}

@media only screen and (max-device-width: 400px) {
    .campaign-main .campaign-neoformers #product-wrapper .product .image {
        min-height: 310px;
    }
    .campaign-main .campaign-neoformers .video-info iframe {
        min-height: 160px;
    }
    .campaign-main .campaign-neoformers .circleBase {
        top: 35%;
        left: 63%;
    }
    .campaign-crazy-sale .swiper-slide {
        font-size: 11px !important;
        height: 75px;
    }
    .campaign-crazy-sale .swiper-slide .icon img {
        width: 30px !important;
    }
    .campaign-crazy-sale .swiper-slide .text {
        font-size: 10px;
    }
}

@media only screen and (max-device-width: 320px) {
    .campaign-main .campaign-neoformers #product-wrapper .product .image {
        min-height: 260px;
    }
    .campaign-main .campaign-neoformers .video-info iframe {
        min-height: 160px;
    }
    .campaign-main .campaign-neoformers .circleBase {
        top: 35%;
        left: 63%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
    .campaign-b2s {
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .campaign-b2s .box-xemngay img {
        width: 40%;
        height: auto;
    }
    .campaign-b2s .text-not img {
        width: 100%;
        height: auto;
    }
    .campaign-pin-sac-pokemom {
        background: #7cc237;
        background-size: 100% 100%;
        width: 100%;
        padding: 20px 35px 0 35px;
        height: auto;
    }
    .text-derip-ld {
        text-align: center;
        font-size: 15px;
        padding: 10px 0 10px 0;
        margin: 0 auto;
    }
    .text-derip-ld2 {
        text-align: center;
        font-size: 14px;
        font-family: UTM_AvoBold;
        padding: 5px 0 10px 0;
        margin: 0 auto;
    }
    .campaign-pin-sac-pokemom .tt-oject-ld img {
        width: 100%;
        height: auto;
    }
    .pic-pock img {
        width: 100%;
        height: auto;
    }
    .campaign-pin-sac-pokemom .tt-oject-ld {
        padding-bottom: 10px;
    }
    .box-respon-ld img {
        width: 100%;
        height: auto;
    }
    .bt-readmore {
        border: 1px solid #FFFFFF;
        background: #7cc237;
        border-radius: 4px;
        text-align: center;
        width: 100%;
        height: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }
    .campaign-sunhan {
        padding: 20px;
    }
    .campaign-sunhan .tt-oject-ld {
        font-size: 25px;
    }
    .campaign-sunhan .text-derip-ld {
        text-align: center;
        font-size: 15px;
        padding: 10px 0 10px 0;
        margin: 0 auto;
    }
    .campaign-sunhan .text-derip-ld p {
        font-size: 18px;
        color: #f04124;
        font-weight: bold;
    }
    .campaign-sunhan .box-respon-ld img {
        width: 100%;
        height: auto;
    }
    .campaign-sunhan .box-text-ld .content-box {
        padding: 20px 10px;
        font-size: 18px;
    }
    .campaign-sunhan-box-thsp {
        font-size: 20px;
    }
    .campaign-tiross .box-title-1 .content-tt {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .campaign-tiross .text-content-ld {
        padding: 15px 0px;
        text-align: center;
        font-size: 16px;
    }
    .campaign-tiross .text-content-ld .text-detail {
        font-size: 14px;
    }
    .campaign-crazy-sale .line-view-more {
        border: none;
        margin: 0;
        position: relative;
    }
    .campaign-crazy-sale .box-xt {
        position: inherit;
        top: 0;
        left: 0;
        background: #FFFFFF;
        padding: 10px 20px;
    }
    .campaign-crazy-sale .box-xt a {
        background: #e7e7e7;
        display: block;
        border: 1px solid #d2d2d2;
        padding: 5px 25px 5px 20px;
        font-size: 14px;
        text-transform: uppercase;
        color: #999999;
        border-radius: 4px;
        position: relative;
        text-decoration: none;
        text-align: center;
    }
    .campaign-crazy-sale .box-xt a:hover {
        background: #dfdddd;
        color: #999999;
        text-decoration: none
    }
    .campaign-crazy-sale .box-xt a:after {
        display: none;
    }
    .campaign-crazy-sale .tt-th-other {
        text-align: center;
        padding: 15px 0 10px 0;
        font-size: 17px;
        text-transform: uppercase;
    }
    .campaign-crazy-sale .box-nav-landing {
        width: 100%;
        padding: 35px 0 10px 0;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .campaign-crazy-sale .box-nav-landing ul {
        width: 1180px;
    }
    .campaign-free-easy .mid-banner {
        padding-bottom: 10px;
    }
    .campaign-free-easy .text-tt-bn {
        font-family: 'ccbattlecry-teddybear';
        color: #FFFFFF;
        font-size: 18px;
        padding: 0 10px;
    }
    .campaign-free-easy .text-tt-bn span {
        font-size: 26px;
    }
    .campaign-free-easy .text-tt-bn span:last-child {
        width: 100%;
        display: table;
    }
    .campaign-free-easy .box-opject-ld {
        list-style-type: none;
        padding: 0px 5px 0 5px;
        margin: 0;
        width: 100%;
    }
    .campaign-free-easy .box-opject-ld li {
        width: 30%;
        list-style-type: none;
        padding: 0;
        margin: 0 3px;
        display: inline-block;
        text-align: center;
    }
    .campaign-free-easy .box-opject-ld li:nth-child(4) {
        width: 31%;
    }
    .campaign-free-easy .box-opject-ld li img {
        max-width: 100%;
        height: auto;
    }
    .campaign-free-easy .box-opject-ld li .box-text {
        width: 100%;
        height: 82px;
        background: #fff;
        opacity: 0.8;
        color: #081f02;
        padding: 5px;
        font-size: 13px;
        margin-top: 10px;
        vertical-align: middle;
        display: table-cell;
        border-radius: 2px;
        box-shadow: 0px 0px 6px #fff;
        -moz-box-shadow: 0px 0px 6px #fff;
        -webkit-box-shadow: 0px 0px 6px #fff
    }
    .campaign-free-easy .tt-tour-free {
        font-size: 22px;
        color: #375b2f;
        text-transform: uppercase;
        text-align: center;
        font-family: 'UTMSwiss721BlackCondensed';
        padding: 15px 0 5px 0;
    }
    .campaign-online-friday-2016 .line-view-more {
        border: none;
        margin: 0;
        position: relative;
    }
    .campaign-online-friday-2016 .box-xt {
        position: inherit;
        top: 0;
        left: 0;
        background: #FFFFFF;
        padding: 10px 20px;
    }
    .campaign-online-friday-2016 .box-xt a {
        background: #e7e7e7;
        display: block;
        border: 1px solid #d2d2d2;
        padding: 5px 25px 5px 20px;
        font-size: 14px;
        text-transform: uppercase;
        color: #999999;
        border-radius: 4px;
        position: relative;
        text-decoration: none;
        text-align: center;
    }
    .campaign-online-friday-2016 .box-xt a:hover {
        background: #dfdddd;
        color: #999999;
        text-decoration: none
    }
    .campaign-online-friday-2016 .box-xt a:after {
        display: none;
    }
    .campaign-online-friday-2016 .tt-th-other {
        text-align: center;
        padding: 15px 0 10px 0;
        font-size: 17px;
        text-transform: uppercase;
    }
    .campaign-online-friday-2016 .box-nav-landing {
        width: 100%;
        padding: 35px 0 10px 0;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .campaign-online-friday-2016 .box-nav-landing ul {
        width: 1180px;
    }
    .campaign-gui-loi-yeu-thuong .top-20-10 {
        padding: 36px 15px 10px 15px;
        text-align: center;
        width: 100%;
    }
    .campaign-gui-loi-yeu-thuong .text-deript-lovely-20-10 {
        font-size: 14px;
        text-align: center;
        padding: 0 15px;
        color: #fff;
    }
    .campaign-gui-loi-yeu-thuong .form-send-gif {
        padding: 20px 0;
        width: 100%;
        color: #fff;
    }
    .campaign-gui-loi-yeu-thuong .form-send-gif label {
        float: left;
    }
    .campaign-gui-loi-yeu-thuong .form-send-gif div {
        padding-bottom: 20px;
    }
    .campaign-gui-loi-yeu-thuong .form-send-gif label i {
        font-size: 28px;
        width: 40px;
        display: block;
    }
    .campaign-gui-loi-yeu-thuong .form-send-gif input {
        background: transparent;
        border-bottom: 1px solid #ffacc6;
        height: 30px;
        border-top: none;
        border-right: none;
        border-left: none;
        font-size: 13px;
        font-style: italic;
        float: left;
        width: 85%
    }
    .campaign-gui-loi-yeu-thuong .form-send-gif select {
        background: transparent;
        border-bottom: 1px solid #ffacc6;
        height: 30px;
        border-top: none;
        border-right: none;
        border-left: none;
        font-size: 13px;
        font-style: italic;
        float: left;
        width: 25%;
        margin-right: 10px;
    }
    .campaign-gui-loi-yeu-thuong .form-send-gif select option {
        color: #333;
    }
    .campaign-gui-loi-yeu-thuong .box-thiep .stack__item {
        transition-duration: 0.8s;
        transition-property: transform, left;
    }
    .campaign-gui-loi-yeu-thuong .form-send-gif .tet-dienthoai {
        width: 42%;
    }
    .campaign-gui-loi-yeu-thuong .form-send-gif .tet-capcha {
        width: 50%;
        margin-right: 10px;
    }
    .campaign-gui-loi-yeu-thuong .box-bt-goi {
        width: 100%;
        text-align: center;
    }
    .campaign-gui-loi-yeu-thuong .box-thiep .content {
        width: 100%;
        padding: 2em 1em 7em
    }
    .campaign-gui-loi-yeu-thuong .box-thiep .stack {
        width: 210px;
        height: 210px;
    }
    .campaign-gui-loi-yeu-thuong .box-thiep .bt-ctr-next {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 35%;
        right: -5px;
        z-index: 1000;
    }
    .campaign-gui-loi-yeu-thuong .box-thiep .bt-ctr-prev {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 33%;
        left: -10px;
        z-index: 1000
    }
    .campaign-vietnam-women-day .box-info-love {
        padding: 0;
    }
    .campaign-vietnam-women-day .box-info-love .title-love {
        font-size: 40px;
        color: #fff;
        font-family: 'SVN-Lobster';
        padding-top: 0px;
        line-height: 35px;
    }
    .campaign-vietnam-women-day .long-chim {
        display: none;
    }
    .campaign-vietnam-women-day .dieu-kien-ld .title-kd {
        font-size: 35px;
        color: #fff;
        font-family: 'SVN-Lobster';
        text-align: center;
        padding: 10px 0;
        line-height: 30px;
    }
    .campaign-vietnam-women-day .dieu-kien-ld ul {
        list-style-type: none;
        padding: 10px 0 150px 0;
        margin: 0;
    }
    .campaign-vietnam-women-day .dieu-kien-ld ul li {
        list-style-type: none;
        margin: 0;
        padding: 5px 0 5px 30px;
        display: block;
        font-size: 16px;
        color: #fff;
        background: url("https://s3-hd.vinacdn.com/original/2016/10/1/57fed016985bd-icon-gif.png") no-repeat 0 7px;
    }
    .campaign-vietnam-women-day .dieu-kien-ld ul li span {
        color: #ffea00;
    }
    .campaign-vietnam-women-day .hop-qua {
        width: 171px;
        height: 147px;
        position: absolute;
        background: url("https://s3-hd.vinacdn.com/original/2016/10/1/57fecf28d22e4-hopqua.png") no-repeat;
        background-size: 100%;
        top: 73%;
        left: 30px;
        z-index: 100;
        animation-name: stretch;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-delay: 0;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-fill-mode: none;
        animation-play-state: running;
    }
    .campaign-vietnam-women-day .hop-qua2 {
        display: none;
    }
    @keyframes stretch {
        0% {
            top: 73%
        }
        50% {}
        100% {
            top: 74%
        }
    }
    .campaign-vietnam-women-day .main-landingpage .tt-deal-hop {
        font-size: 30px;
        padding: 10px 0 10px 0;
    }
    .campaign-vietnam-women-day .menu-landing-more {
        background: #fff;
        margin: 20px 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .campaign-vietnam-women-day .menu-landing-more ul {
        padding: 0;
        list-style-type: none;
        width: 850px;
    }
    .campaign-vietnam-women-day .menu-landing-more ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: block;
        border-left: 1px solid #eeeeee;
        font-size: 16px;
        float: left;
        position: relative;
        width: 170px;
    }
    .campaign-vietnam-women-day .menu-landing-more ul li a {
        text-decoration: none;
        color: #444444;
        font-weight: normal;
        padding: 20px 8px;
        display: block;
        margin: 0;
        width: 100%;
    }
    .campaign-vietnam-women-day .menu-landing-more ul li a:nth-child(2n) {
        text-decoration: none;
        color: #ff5d9e;
        font-weight: normal;
        padding: 20px 8px;
        display: block;
        margin: 0;
    }
    .campaign-vietnam-women-day .menu-landing-more ul li a:hover {
        text-decoration: none;
        color: #fff;
        font-weight: normal;
        background: #ff5d9e;
    }
    .campaign-vietnam-women-day .menu-landing-more ul li a.active {
        text-decoration: none;
        color: #fff;
        font-weight: normal;
        background: #ff5d9e;
    }
    .campaign-vietnam-women-day .menu-landing-more ul li a i {
        font-size: 45px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .campaign-vietnam-women-day .campaign-container,
    .campaign-vietnam-women-day .campaign-container .product-hot {
        padding: 0px;
    }
    .campaign-halloween .nav-landing-more {
        background: #fff;
        margin: 20px 0;
        padding: 0;
        width: 100%;
        box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
        -moz-box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
        -webkit-box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.7);
        overflow: hidden;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .campaign-halloween .nav-landing-more::-webkit-scrollbar {
        display: none;
    }
    .campaign-halloween .nav-landing-more ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 1180px;
    }
    .campaign-halloween .title-category-ld span {
        font-size: 20px;
    }
    .campaign-single-day .flash-sale h2,
    .campaign-single-day .list-product .product-hot .title {
        font-size: 21px;
        padding: 10px 0 10px 0;
    }
    .campaign-single-day .bt-read-more-deal {
        width: 100%;
        padding: 0 5px;
    }
    .campaign-single-day .products {
        padding: 0;
    }
    .campaign-single-day .bt-read-more-deal a {
        border-radius: 3px;
        background-color: rgb(1, 38, 90);
        font-size: 12px;
        padding: 7px 10px;
    }
    .campaign-single-day .email-register-ad .content-mail {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding-right: 30px;
    }
    .campaign-single-day .email-register-ad .content-mail input {
        width: 100%;
        border: none;
        padding: 5px;
        height: 40px;
        font-size: 14px;
        background: transparent;
        color: #fff;
    }
    .campaign-single-day .carousel-ld .flexslider {
        width: 100%;
        margin: 0;
        padding: 15px 0px;
        overflow: hidden
    }
    .campaign-flash-day .tt-deal-ldp {
        font-size: 28px;
        padding: 10px 0 10px 0;
    }
    .top-banner-landingpage-mb img {
        width: 100%;
        height: auto;
    }
    .campaign-flash-day .bt-read-more-deal {
        width: 100%;
        padding: 0 5px;
    }
    .campaign-flash-day .products {
        padding: 0;
    }
    .campaign-flash-day .bt-read-more-deal a {
        border-radius: 3px;
        background-color: rgb(1, 38, 90);
        font-size: 12px;
        padding: 7px 10px;
    }
    .campaign-single-day .nav-single-subpage {
        width: 100%;
        margin: 10px 0 20px 0;
        text-align: center;
        display: table;
        background: url("https://s3-hd.vinacdn.com/original/2016/11/0/5821583552991-line-nav-ld.png") no-repeat bottom center
    }
    .campaign-single-day .nav-single-subpage a {
        display: table-cell;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 0px;
        border-radius: 10px 10px 0 0;
        text-transform: uppercase;
        margin: 0 -2px;
        text-decoration: none;
        border: 1px solid #0c417a;
        border-bottom: none;
        width: 25%;
        min-height: 45px;
        vertical-align: middle;
    }
    .campaign-black-friday .tt-deal-ldp {
        font-size: 20px;
        padding: 10px 0 10px 0;
    }
    .campaign-black-friday .bt-read-more-deal {
        width: 100%;
        padding: 0 5px;
    }
    .campaign-black-friday .products {
        padding: 0;
    }
    .campaign-black-friday .bt-read-more-deal a {
        border-radius: 3px;
        background: #fadc22;
        font-size: 12px;
        padding: 7px 10px;
    }
    .campaign-black-friday .email-register-ad .content-mail {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding-right: 30px;
    }
    .campaign-black-friday .email-register-ad .content-mail input {
        width: 100%;
        border: none;
        padding: 5px;
        height: 40px;
        font-size: 14px;
        background: transparent;
        color: #fff;
    }
    .campaign-black-friday .carousel-ld .flexslider {
        width: 100%;
        margin: 0;
        padding: 15px 0px;
        overflow: hidden
    }
    .campaign-black-friday .nav-single-subpage {
        display: table;
    }
    .campaign-black-friday .nav-single-subpage a {
        display: table-cell;
        font-size: 12px;
        padding: 5px 0px;
        width: 25%;
        min-height: 45px;
        vertical-align: middle;
    }
    .campaign-black-friday .tt-deal-ldp-flashsale {
        font-size: 18px;
        color: #f7ff2e;
    }
    .campaign-black-friday .box-countdown-fl {
        max-width: 100%;
        margin: 0 auto;
        min-height: 138px;
        padding: 5px 60px;
        text-align: center;
        background: url("https://s3-hd.vinacdn.com/original/2016/11/1/582eb16236725-bg-countdown-flashsales.png") no-repeat center;
        background-size: 100%;
    }
    .campaign-black-friday .box-countdown-fl p {
        color: #6a011f;
        font-size: 18px;
    }
    .campaign-black-friday .flash-sale {
        padding: 5px 18px;
    }
    .campaign-birthday-hd .product-hot .title,
    .campaign-birthday-hd .tt-deal-ldp {
        font-size: 18px;
        padding: 10px 0 10px 0;
        margin: 10px 0;
        width: 100%;
        box-sizing: border-box;
    }
    .campaign-birthday-hd .tt-deal-ldp-flashsale {
        font-size: 18px;
        color: #f7ff2e;
    }
    .campaign-birthday-hd .nav-landing-more {
        margin: 20px 0;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .campaign-birthday-hd .nav-landing-more::-webkit-scrollbar {
        display: none;
    }
    .campaign-birthday-hd .nav-landing-more ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 1180px;
    }
    .campaign-birthday-hd .banner-more {
        padding: 15px 0;
    }
    .campaign-birthday-hd .lich-khuyen-mai p {
        font-size: 16px;
        padding: 10px 0;
    }
    .campaign-birthday-hd .lich-khuyen-mai ul {
        position: relative;
        display: inline-block;
    }
    .campaign-birthday-hd .lich-khuyen-mai ul:after {
        height: 100%;
        width: 4px;
        top: 0;
        left: 105px;
        display: block;
    }
    .campaign-birthday-hd .lich-khuyen-mai ul li {
        width: 100%;
        display: block;
        min-height: 70px;
    }
    .campaign-birthday-hd .lich-khuyen-mai ul li span {
        font-size: 13px;
        display: block;
        text-align: right;
        width: 90px;
        float: left;
        margin-top: 23px;
    }
    .campaign-birthday-hd .lich-khuyen-mai ul li p {
        margin: 15px 0 0 35px;
        text-align: left;
        padding: 10px 3px;
        float: left;
        display: block;
        max-width: 170px;
    }
    .campaign-birthday-hd .lich-khuyen-mai ul li:after {
        top: 40%;
        left: 98px;
    }
    .campaign-black-friday .list-product .title {
        font-size: 30px;
    }
    .campaign-birthday-hd .bt-read-more-deal {
        width: 100%;
    }
    .campaign-birthday-hd .bt-read-more-deal a {
        font-size: 12px;
    }
    .campaign-diep-vu-mua-sam .tt-dot-flash-sale {
        font-size: 18px;
    }
    .campaign-diep-vu-mua-sam .tt-deal-ldp {
        padding: 10px 0;
        margin: 0 15px;
    }
    .campaign-diep-vu-mua-sam .tt-deal-ldp .ptt1 {
        font-size: 18px;
    }
    .campaign-diep-vu-mua-sam .tt-deal-ldp .ptt2 {
        font-size: 16px;
    }
    .campaign-diep-vu-mua-sam .tt-deal-ldp .ptt3 {
        font-size: 14px;
    }
    .campaign-diep-vu-mua-sam .bt-read-more-deal {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    .campaign-diep-vu-mua-sam .bt-read-more-deal a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .campaign-diep-vu-mua-sam .box-countdown {
        max-width: 100%;
        background: transparent;
        padding: 20px 0 5px 0;
    }
    .campaign-bao-lixi {
        width: 100%;
        padding: 0 0 20px 0;
        background: #f4f4f4;
    }
    .campaign-bao-lixi .mastco {
        display: none;
    }
    .campaign-bao-lixi .all-email-register .email-register-content {
        padding: 10px 15px 30px;
    }
    .campaign-bao-lixi .all-email-register .email-register-content p {
        font-size: 20px;
    }
    .campaign-bao-lixi .all-email-register .email-register-content input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .campaign-bao-lixi .all-email-register .email-register-content button {
        width: 100%;
    }
    .campaign-bao-lixi .box-countdown {
        background-size: 100% auto;
    }
    .campaign-bao-lixi .box-countdown .countdown-content {
        width: 100%;
        padding-left: 0;
        min-height: 190px;
    }
    .campaign-bao-lixi .countdown-text {
        font-size: 18px !important;
    }
    .campaign-bao-lixi .all-email-register .input-email {
        width: 100%
    }
    .campaign-bao-lixi .dk-nhan-qua .title-dk {
        font-size: 22px;
    }
    .campaign-bao-lixi .dk-nhan-qua .item-pic {
        width: 40%;
        float: left;
        padding-bottom: 15px;
    }
    .campaign-bao-lixi .dk-nhan-qua .text-dk {
        text-align: left;
        padding: 10px 20px;
        width: 60%;
        float: left;
    }
    .campaign-bao-lixi .dk-nhan-qua .box-more-dk {
        padding: 20px;
    }
    .campaign-bao-lixi .dk-nhan-qua .box-more-dk .bt-more-dk {
        width: 100%;
    }
    .campaign-bao-lixi .bosutap-baolixi .title-bosuutap {
        font-size: 20px;
        padding-top: 20px;
    }
    .campaign-bao-lixi .bosutap-baolixi .item-baolixi {
        padding-bottom: 10px;
    }
    .campaign-bao-lixi .bosutap-baolixi .item-baolixi p {
        padding: 10px
    }
    .campaign-bao-lixi .nav-landing-more {
        overflow: hidden;
        white-space: nowrap;
        overflow-x: auto;
        overflow: -moz-scrollbars-none;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .campaign-bao-lixi .nav-landing-more::-webkit-scrollbar {
        display: none;
    }
    .campaign-bao-lixi .title-category-ld {
        font-size: 22px;
    }
    .campaign-bao-lixi .bt-read-more-deal {
        width: 100%;
    }
    .campaign-bao-lixi .bt-read-more-deal a {
        font-size: 13px;
    }
    .popup-thele-lixi .the-le-tt p {
        font-size: 11px;
        width: 100%!important;
        padding: 0 20px;
    }
}

.hd-container {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .overflow-hidden {
        overflow: hidden;
        height: 100%;
    }
    html {
        overflow-x: hidden;
        width: 100%;
    }
    html.state-sidebar {
        overflow: hidden;
        height: 100%;
    }
    html.state-sidebar body {
        overflow: hidden;
        height: 100%;
        pointer-events: none;
    }
    html.state-sidebar .hd-menu-container,
    html.state-sidebar .hd-touch-layer,
    html.state-sidebar .toggle-nav {
        pointer-events: all;
    }
    html.state-filter {
        overflow: hidden;
        height: 100%;
    }
    html.state-filter body {
        overflow: hidden;
        height: 100%;
        pointer-events: none;
    }
    html.state-filter .context-sidebar {
        pointer-events: all;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }
    body {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        position: relative;
    }
    body #feedbackify,
    #page-wrapper> a,
    #top-bar,
    .btn--to-top,
    .breadcrumb,
    .banner-leaderboard {
        display: none !important;
    }
    .banner-leaderboard--landing {
        display: block !important;
    }
    #page-wrapper {
        padding-top: 0px;
    }
    .toggle-nav {
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 48px;
        color: #222;
        cursor: pointer;
    }
    .toggle-nav> i {
        font-size: 18px;
    }
    .toggle-search {
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        color: #222;
        cursor: pointer;
    }
    .toggle-search> i {
        font-size: 18px;
        vertical-align: -2px;
    }
    #header {
        height: auto !important;
        z-index: 790;
    }
    .header__main {
        transform: translate3d(0, 0, 0);
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 80px;
        z-index: 900;
        -webkit-transition: height 0.2s, left 0.5s;
        transition: height 0.2s, left 0.5s;
    }
    html.smartbanner-shown .header__main {
        top: 79px
    }
    html.smartbanner-shown .hd-container {
        margin-top: 79px
    }
    .page-profile .header__main,
    .page-checkout .header__main {
        height: 40px;
    }
    .header__main .container {
        margin-top: 2px;
    }
    .header__main.on-scroll {
        /*top: -43px;*/
        height: 43px;
        border-bottom: 1px solid #dfdfdf;
        -webkit-transition: height 0.2s, left 0.5s, top 0.4s;
        transition: height 0.2s, left 0.5s, top 0.4s;
    }
    .page-profile .header__main.on-scroll,
    .header__main.on-scroll.header__main--simple {
        top: 0;
    }
    .page-profile .header__main.on-scroll .toggle-search,
    .header__main.on-scroll.header__main--simple .toggle-search {
        display: none !important;
    }
    .header__main.on-scroll .search-area {
        display: none;
        opacity: 0;
        top: -80px;
    }
    .header__main.on-scroll .toggle-search {
        display: block !important;
    }
    .header__main.on-scroll-up {
        top: 0;
        -webkit-transition: height 0.2s, left 0.5s, top 0.4s;
        transition: height 0.2s, left 0.5s, top 0.4s;
    }
    .header__main .toggle-nav {
        position: absolute;
        z-index: 5;
        top: 21px;
        left: 0;
    }
    .header__main .toggle-nav> i {
        font-size: 18px;
    }
    .header__main .toggle-search {
        display: none !important;
        position: absolute;
        z-index: 5;
        top: 23px;
        right: 92px;
    }
    .header__main .toggle-search> i {
        font-size: 18px;
    }
    .header__main #logo {
        position: relative;
        z-index: 2;
        padding: 7px 50px;
        margin: 0;
        float: none;
        width: auto;
        background-color: #fff;
        text-align: center;
    }
    .header__main #logo .logo,
    .header__main #logo img {
        width: 100%;
        height: 100%;
    }
    .header__main .search-area {
        position: relative;
        z-index: 1;
        float: none;
        width: auto;
        padding: 0 8px 0 8px;
        transition-property: opacity;
        transition-duration: 0.2s;
        background-color: #fff;
    }
    .page-profile .header__main .search-area,
    .page-checkout .header__main .search-area {
        display: none;
    }
    .header__main .search-area .search-box {
        border-width: 1px;
        height: 31px;
        border-color: #EFEFEF;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #f3f3f3;
    }
    .header__main .search-area .search-box__category {
        display: none;
    }
    .header__main .search-area .search-box__input {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        float: none;
        padding: 1px 0;
    }
    .header__main .search-area .search-box__input input[type=text] {
        height: 27px;
        padding: 3px 5px 3px 30px;
        font-size: 13px;
        background-color: #f3f3f3;
    }
    .header__main .search-area .search-box__input .btn {
        left: 0;
        right: auto;
        width: 30px;
        padding: 3px 2px 6px;
        background: transparent;
        color: #707070;
        outline: 0;
    }
    .header__main .search-area .search-box__input .btn> i {
        font-size: 11px;
    }
    .header__main .search-area .search-box__input .btn-danger {
        pointer-events: none;
    }
    .header__main .header-cart-wrapper {
        position: absolute;
        z-index: 5;
        float: none;
        top: 2px;
        right: 4px;
        padding: 0;
        width: auto;
        height: 40px;
    }
    .header__main .header-cart-wrapper .header-cart {
        margin: 0;
        padding: 0;
    }
    .header__main .header-cart-wrapper .header-cart .circle {
        font-size: 10px;
        padding: 1px 5px;
    }
    .header__main .header-cart-wrapper .header-cart .dropdown-cart {
        position: fixed;
        top: 40px;
        right: 0;
        width: 100%;
        margin: 0;
    }
    .header__main .nav-cart> a {
        padding: 5px 3px;
        display: block;
        cursor: pointer;
    }
    .header__main .nav-cart> a i {
        font-size: 18px;
    }
    .header__main .minicart__item {
        padding: 8px 15px;
        border-top: 1px solid #eaeaea;
    }
    .header__main .minicart__item:first-child {
        border-top: 0;
    }
    .header__main .minicart__item .btn-close {
        display: block;
        right: 10px;
    }
    .header__main .minicart__actions {
        padding: 15px 5px;
    }
    .header__navigation {
        display: none;
    }
    #promo-banners .container {
        padding-left: 0;
        padding-right: 0;
    }
    #promo-banners .promo-slider {
        width: auto;
        height: 165px;
        padding-bottom: 61%;
        overflow: hidden;
        margin-left: 0;
    }
    #promo-banners .promo-slider .btn-prev,
    #promo-banners .promo-slider .btn-next {
        display: none;
    }
    #promo-banners .promo-slider__slides {
        height: auto;
        overflow: visible;
    }
    #promo-banners .promo-slider .slider-item {
        min-height: 0;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }
    #promo-banners .promo-slider__pager {
        right: 5%;
        bottom: 0;
        z-index: 99;
    }
    .m-branding {
        margin: 0 0;
        padding: 0 0;
        position: relative;
        overflow: hidden;
        z-index: 1;
        background-color: #fff;
    }
    .m-branding ul {
        padding: 0;
        margin-bottom: 0;
        position: relative;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        list-style-type: none;
    }
    .m-branding ul> li {
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        float: left;
        width: 60px !important;
        text-align: center;
        list-style-type: none;
    }
    .swiper-container-android.m-branding ul> li {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .m-branding ul> li a {
        display: block;
        padding: 10px 0;
        color: #626262;
        font-size: 9px;
        text-transform: uppercase;
        text-decoration: none;
        outline: 0;
    }
    .m-branding ul> li a:hover {
        text-decoration: none;
    }
    .m-branding ul> li a i {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 10px 10px;
        color: #fff;
        background-color: #afafaf;
        font-size: 18px;
        text-align: center;
        line-height: 40px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .main-content {
        padding: 10px 0 20px !important;
    }
    .main-content.page-profile,
    .main-content.page-checkout {
        padding-top: 10px;
    }
    .main-content .container {
        padding: 0;
    }
    .page-home .main-content .container {
        padding: 0 10px;
    }
    .products {
        margin: 0;
        padding: 0 10px;
    }
    .products .product-wrapper {
        width: 50% !important;
        padding: 0 7px;
        float: left;
        position: relative;
    }
    .products .product {
        margin-bottom: 14px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .products .product__image img {
        width: 100%;
        height: auto;
    }
    .products .product__icons {
        right: 5px;
        bottom: 5px;
        width: 40px;
        height: 40px;
    }
    .products .product__icons.bar {
        width: 40%;
    }
    .products .product__header {
        padding: 6px 0 18px;
        margin: 0 8px;
        min-height: 57px;
    }
    .products .product__title {
        font-size: 13px;
        line-height: 16px;
    }
    .products .product__meta div {
        font-size: 9px;
        padding: 0 2px;
    }
    .products .product__meta div span,
    .products .product__meta div .hd,
    .products .product__meta div .glyphicon {
        font-size: inherit;
    }
    .products .product__meta div.item__location span,
    .products .product__meta div.item__location .hd,
    .products .product__meta div.item__location .glyphicon {
        margin-right: 2px;
    }
    .products .product__price {
        margin-right: 0px;
        font-size: 14px;
        line-height: 1.1;
    }
    .products .product__price--list-price {
        font-size: 11px;
    }
    .products .product__info {
        position: relative;
        padding: 6px 5px 6px 8px;
        min-width: 279.98px;
    }
    product__info{}
    .products .product__stats {
        top: -20px;
        left: 8px;
        bottom: auto;
    }
    .products .product__views {
        font-size: 12px;
    }
    .products .product__views i {
        font-size: 15px !important;
    }
    .products .product__delivery,
    .products .product__rating .vote-count {
        display: none;
    }
    .products .product .stars {
        font-size: 9px;
    }
    .products--mobile {
        margin: 0 -10px;
        padding: 0 10px;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .products--mobile .product-wrapper {
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        width: 136px !important;
        float: left;
        margin-right: 14px;
        padding-left: 0;
        padding-right: 0;
        height: 100%;
    }
    .swiper-container-android.products--mobile .product-wrapper {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .products--mobile .products__inner .product-wrapper {
        float: none;
        margin-right: 10px;
    }
    .products--mobile .products__inner {
        padding-top: 4px;
    }
    .products--mobile .products__inner {
        position: relative;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .products--mobile .products.swiper-container-android .product-wrapper,
    .products--mobile .products__inner {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .products--list .product {
        /*width: 136px;*/
        margin: 0 7px 14px;
        float: left;
    }
    .icon-authentic,
    .icon-authentic-only,
    .icon-exclusive,
    .icon-exclusive-only {
        max-width: 35% !important;
    }
    .item__delivery,
    .item__location,
    .item__variants {
        bottom: 0;
        left: 0;
        font-size: 9px;
        padding: 4px 5px;
    }
    .item__delivery {
        left: auto;
        right: 0;
    }
    .price__discount {
        margin-left: 2px;
        width: 36px;
        height: 17px;
        padding: 0 2px 0 5px;
        font-size: 12px;
        line-height: 17px;
        vertical-align: 2px;
    }
    .block__header {
        position: relative;
    }
    .block__title {
        padding: 8px 0;
        margin: 0;
        border-bottom: 1px solid #bababa;
        font-size: 13px;
    }
    .block__branding {
        display: none;
    }
    .block__nav {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
        padding: 0;
    }
    .block__nav li {
        display: none;
        padding: 0;
        border: 0 !important;
    }
    .block__nav li a {
        font-size: 9px;
    }
    .block__more {
        padding: 4px 10px 4px 15px;
    }
    .block__content {
        padding-top: 10px;
    }
    .block--tab .block__title {
        padding: 4px 0;
        margin: 0 10px -1px 0;
        border-bottom: 1px solid #14B8A6;
        line-height: 34px;
    }
    .block--tab .block__title a {
        font-weight: 700;
        vertical-align: baseline;
    }
    .block--tab .block__header {
        margin: 0 -10px;
        padding: 0 10px;
    }
    .block--tab .block__header .tab {
        margin: 0;
        padding-top: 0;
        float: left;
    }
    .block--tab .block__header .tab__item {
        margin-right: 10px;
    }
    .block--tab .block__header .tab__item.active {
        border-bottom: 1px solid #888;
    }
    .block--tab .block__header .tab__item.active a {
        border: 0;
    }
    .block--tab .block__header .tab__item.active a:after {
        display: none;
    }
    .block--tab .block__header .tab__item a {
        min-width: 70px;
        padding: 4px 10px;
        border: 0;
        font-size: 13px;
        outline: 0;
    }
    .block--tab .block__tab {
        overflow: hidden;
        margin: 0 0 -1px;
    }
    .block--tab .block__nav {
        display: none;
    }
    .block--tab.tab-style-1 .block__header .tab {
        width: 999em;
    }
    .block--tab.tab-style-1 .block__header .tab__item a {
        font-size: 15px;
    }
    .block--tab.tab-style-branding {
        padding-top: 10px;
    }
    .block--tab.tab-style-branding .block__title {
        padding: 0 15px 0 10px;
        border-bottom: 0;
        min-width: 0;
    }
    .block--tab.tab-style-branding .block__title a {
        font-size: 15px;
    }
    .block--tab.tab-style-branding .block__header {
        padding: 0;
        margin: 0 -10px;
    }
    .block--tab.tab-style-branding .block__header .tab {
        width: 999em;
    }
    .block--tab.tab-style-branding .block__header .tab__item.active {
        border-bottom: 0;
    }
    .block--tab.tab-style-branding .block__header .tab__item.active a:after {
        display: block;
    }
    .block--tab.tab-style-branding .block__header .tab__item a {
        margin: 0 10px 0 0;
        padding: 0;
        min-width: 0;
    }
    .footer-menu {
        border-top: 1px solid #e4e4e4;
    }
    .footer-menu> div {
        padding: 0;
    }
    .footer-menu .menu__heading {
        position: relative;
        display: block;
        margin: 0;
        padding: 10px 7px 10px 10px;
        font-size: 16px;
        line-height: 24px;
        color: #222222;
        text-transform: none;
    }
    .footer-menu .menu__heading:active {
        color: #14B8A6;
        background-color: rgba(100, 100, 100, 0.1);
    }
    .footer-menu .menu__heading:after {
        position: absolute;
        right: 10px;
        color: #9a9a9a;
        content: "\f107";
        font-family: FontAwesome;
        font-size: 22px;
    }
    .footer-menu .menu__heading.expanded:after {
        transform: rotate(180deg);
    }
    .footer-menu .menu__listing {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s ease;
    }
    .footer-menu .menu__listing.expanded {
        max-height: 999px;
        overflow: hidden;
        transition: max-height 1s ease;
    }
    .footer-menu .menu__listing li {
        list-style: none;
    }
    .footer-menu .menu__listing li a {
        position: relative;
        display: block;
        padding: 10px 7px 10px 20px;
        color: #666;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
    }
    .footer-menu .menu__listing li a:hover {
        color: #14B8A6;
    }
    .footer-menu .menu__listing li a:hover:after {
        color: inherit;
    }
    .footer-menu .menu__listing li a:after {
        position: absolute;
        right: 10px;
        color: #9a9a9a;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 22px;
    }
    .footer-menu .menu__listing li a i {
        position: absolute;
        left: 10px;
        top: 7px;
        display: block;
        width: 28px;
        height: 28px;
        color: #fff;
        background-color: #AFAFAF;
        font-size: 14px;
        font-style: normal;
        text-align: center;
        line-height: 28px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .footer__top {
        padding-top: 5px;
    }
    .footer__top .hotline {
        text-align: center;
        padding: 10px 0;
        font-size: 17px;
    }
    .footer .support-info {
        display: none;
    }
    .footer__middle {
        display: none;
        padding: 0;
        text-align: center;
    }
    .footer__middle .hotline {
        padding: 10px 0;
        font-size: 17px;
    }
    .footer__bottom {
        display: none;
        text-align: center;
        font-size: 11px;
        padding-bottom: 0;
    }
    .footer__bottom .websites-block {
        padding: 15px 0 15px;
        border-top: 1px solid #efefef;
        background-color: #f6f6f6;
    }
    .footer__bottom .websites {
        padding-top: 5px;
    }
    .footer__bottom .websites a {
        display: inline-block;
        margin: 0 10px;
        vertical-align: top;
    }
    .footer__bottom .websites a .website-logo,
    .footer__bottom .websites a img {
        margin-right: 0;
        vertical-align: top;
    }
    .footer .footer-logo {
        height: 18px;
        margin-bottom: 5px;
        fill: #939393;
    }
    .newsletter {
        position: relative;
    }
    .newsletter__input {
        width: 100% !important;
    }
    .newsletter__button {
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
        color: #71be0f;
        font-size: 18px;
        line-height: 18px;
        background-color: transparent;
    }
    .newsletter__button:focus,
    .newsletter__button:active,
    .newsletter__button:hover {
        color: #71be0f;
        background-color: transparent;
    }
    .newsletter .form-control-feedback {
        display: none;
    }
    .hd-menu .nano {
        max-height: 100%;
    }
    .hd-menu .nano .scrollbar {
        right: auto;
        left: 7px;
        opacity: 0.3;
    }
    .hd-menu .nano:hover .scrollbar,
    .hd-menu .nano:active .scrollbar {
        opacity: 1;
    }
    .hd-menu .nano .thumb {
        -moz-opacity: 0.9;
        opacity: 0.9;
    }
    .hd-menu .toggle-nav {
        position: absolute;
        right: -40px;
        top: 0;
        z-index: 999;
        display: none;
    }
    .hd-menu-open .hd-menu .toggle-nav {
        display: block;
    }
    .hd-menu .profile {
        position: relative;
        border-bottom: 1px solid #d9d9d9;
        padding: 0 10px;
        background-color: #f4f4f4;
    }
    .hd-menu .profile__avatar {
        position: absolute;
        padding-top: 10px;
        left: 12px;
        text-align: center;
    }
    .hd-menu .profile__avatar img {
        max-width: 28px;
        max-height: 28px;
        border: 1px solid #d3d3d3;
        background-color: #eeeeee;
    }
    .hd-menu .profile__name {
        margin-left: 40px;
    }
    .hd-menu .profile__name a.account {
        display: block;
        color: #444;
        position: relative;
        padding-right: 15px;
    }
    .hd-menu .profile__name a.account:after {
        position: absolute;
        right: 0px;
        top: -6px;
        color: #9a9a9a;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 22px;
    }
    .hd-menu .profile__name a.logout {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 2px 8px;
    }
    .hd-menu .profile__info {
        padding: 10px 0px 11px 0px;
    }
    .hd-menu .profile__info ul.profile__menu {
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .hd-menu .profile__info ul.profile__menu li {
        display: inline-block;
        list-style: none;
        color: #444444;
    }
    .hd-menu .profile__info ul.profile__menu li a {
        display: inline-block;
        color: inherit;
    }
    .hd-menu .profile .dropdown {
        margin-bottom: 20px;
    }
    .hd-menu .profile .dropdown> a {
        display: inline-block;
        padding: 0 10px;
        height: 24px;
        border: 1px solid #DBDBDB;
        color: #222;
        background-color: #ECECEC;
        line-height: 23px;
        text-decoration: none;
        outline: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .hd-menu .profile .dropdown> a:hover {
        text-decoration: none;
    }
    .hd-menu .profile .dropdown .dropdown-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hd-menu .side-nav {
        margin: 0 0 15px 0;
        border-bottom: 1px solid #e4e4e4;
    }
    .hd-menu .side-nav ul {
        list-style: none;
        padding: 0;
    }
    .hd-menu .side-nav ul li {
        list-style: none;
    }
    .hd-menu .side-nav ul li a {
        position: relative;
        display: block;
        padding: 10px 7px 10px 50px;
        color: #222222;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
    }
    .hd-menu .side-nav ul li a:active {
        color: #14B8A6;
        background-color: rgba(100, 100, 100, 0.1);
    }
    .hd-menu .side-nav ul li a:active:after {
        color: inherit;
    }
    .hd-menu .side-nav ul li a:after {
        position: absolute;
        right: 10px;
        color: #9a9a9a;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 22px;
    }
    .hd-menu .side-nav ul li a i {
        position: absolute;
        left: 10px;
        top: 7px;
        display: block;
        width: 28px;
        height: 28px;
        color: #fff;
        background-color: #AFAFAF;
        font-size: 14px;
        font-style: normal;
        text-align: center;
        line-height: 28px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .hd-menu .side-nav .branding__menu li a {
        font-size: 14px;
    }    
    .hd-menu .side-nav--footer ul li a {
        padding-left: 10px;
        color: #999999;
    }
    .hd-menu .side-nav--footer ul li a i {
        color: #999999;
    }
    .hd-menu .side-nav--no-icon ul li a {
        padding-left: 10px;
    }
    .hd-menu .newsletter {
        margin: 0 0 10px;
        padding: 0 10px;
    }
    .hd-menu .hotline {
        margin: 0 10px 10px;
        height: 34px;
        padding: 6px 12px;
        border: 1px solid #CCC;
        font-size: 12px;
        line-height: 20px;
        color: #555;
        background-color: #fff;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .box + .box {
        margin-top: 15px;
    }
    .context-sidebar {
        position: absolute;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 40px;
        background-color: #e8eaee;
        overflow: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }
    .context-sidebar .nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        z-index: 9999;
        margin-bottom: 3px;
        line-height: 24px;
        background: #fff;
        text-align: center;
        font-weight: 400;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    }
    .context-sidebar .nav .context-close {
        position: absolute;
        top: 5px;
        left: 5px;
        font-size: 12px;
        line-height: 1.4;
    }
    .context-sidebar .nav-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        padding: 10px 15px 0;
        background: #efefef;
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
    }
    .context-sidebar .nav-bottom .btn {
        margin: 0 5%;
        width: 40%;
    }
    .current-filter {
        padding: 0 10px;
    }
    .current-filter .filter__button i {
        display: none;
    }
    .product-filters {
        display: none;
    }
    .context-sidebar .product-filters {
        display: block;
        overflow: auto;
        position: absolute;
        z-index: 9;
        top: 40px;
        left: 0;
        right: 0;
        bottom: 60px;
        margin: 0;
    }
    .filter {
        padding: 0;
    }
    .filter .filter__title {
        z-index: 2;
        width: auto;
        border-bottom: 0;
        font-size: 13px;
        font-weight: 500;
    }
    .filter .filter__title i {
        width: 15px;
        margin-right: 3px;
        font-size: 15px;
    }
    .filter .filter__body {
        border-top: 1px solid #eeeeee;
    }
    .filter .filter__wrapper {
        max-height: 400px;
    }
    .filter-active-items {
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 10px 0 35px;
        margin-top: -15px;
        margin-bottom: 10px;
    }
    .filter .filter__button {
        margin: 0 5px 5px 0;
        font-size: 12px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .filter .filter__button.active:hover,
    .filter .filter__button.active {
        color: #222;
        background-color: transparent;
    }
    .filter .filter__button.active:hover:after,
    .filter .filter__button.active:after {
        content: "\f00c";
        color: #222;
    }
    .filter .filter__button:hover {
        background-color: transparent;
    }
    .filter .filter__button:hover:after {
        content: "\f096";
        color: #aaaaaa;
    }
    .product-sortings {
        margin-bottom: 17px;
    }
    .product-sortings .sorting {
        height: 18px;
        padding: 0 6px;
        margin: 0 5px 5px 0;
        min-width: 0;
        border: 0;
        background-color: #eee;
        color: #4d4d4d;
        font-weight: 400;
        font-size: 11px;
        line-height: 18px;
        white-space: nowrap;
        cursor: pointer;
        outline: 0;
        text-transform: none;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        border-radius: 3px !important;
    }
    .product-sortings .sorting> i {
        font-size: 9px;
        margin-left: 1px;
        vertical-align: -1px;
    }
    .product-sortings .sorting:hover,
    .product-sortings .sorting--active {
        background-color: #71be0f;
        color: #fff;
    }
    .product-sortings .sorting:hover> i,
    .product-sortings .sorting--active> i {
        color: inherit;
    }
    .category-header {
        margin-bottom: 12px;
        padding: 10px;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        background-color: #ffffff;
    }
    .category-header .block__header {
        border: 0;
    }
    .category-header-heading {
        float: none;
        display: block;
        border: 0;
        padding: 0;
        margin: 0 0 3px;
        color: #000000;
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
    }
    .category-header-descr {
        display: block;
        border: 0;
        padding: 0;
        margin: 0;
        color: #999999;
        font-size: 10px;
    }
    .category-header-filter-button {
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .block--booking {
        padding: 0;
    }
    .block--booking .tabs__nav {
        display: none;
    }
    .block--booking .tabs__content {
        padding: 8px 10px;
    }
    .block--booking .booking-form {
        margin-bottom: 0;
    }
    .block--booking .booking-form .date-selection {
        padding: 4px 10px 6px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
    }
    .block--booking .booking-form .date-selection> div {
        border: 0 !important;
        margin: 0 !important;
    }
    .block--booking .booking-form .date-selection> div:before,
    .block--booking .booking-form .date-selection> div:after {
        content: " ";
        display: table;
    }
    .block--booking .booking-form .date-selection> div:after {
        clear: both;
    }
    .block--booking .booking-form .date-selection .form-group {
        margin: 0;
        width: 50%;
        float: left;
    }
    .block--booking .booking-form .date-selection .form-group label {
        padding: 0;
    }
    .block--booking .booking-form .date-selection .form-group label input {
        vertical-align: -3px;
    }
    .block--booking .booking-form .form-booking-order {
        padding: 0 10px;
    }
    .block--booking .booking-form .form-booking-order label {
        display: none;
    }
    .block--booking .booking-form .form-group {
        margin-right: -10px;
    }
    .block--booking .booking-form .form-group.col-md-3,
    .block--booking .booking-form [class|="col-"] {
        width: auto;
        float: none;
    }
    .block--booking .booking-form .table--reservation {
        border: 0;
        border-top: 1px solid #eaeaea;
    }
    .block--booking .booking-form .table--reservation tfoot tr th {
        display: block;
        float: left;
        width: 100%;
        padding: 5px 0;
        border: 0;
    }
    .block--booking .booking-form .table--reservation tfoot tr th.column--total,
    .block--booking .booking-form .table--reservation tfoot tr th.column--price {
        width: 50%;
    }
    .block--booking .booking-form .table--reservation tfoot tr th.column--total {
        text-align: left;
    }
    .block--booking .booking-form .table--reservation tfoot tr th.column--price {
        text-align: right;
    }
    .block--booking .booking-form .table--reservation tfoot tr th.column--price .product__price {
        margin-right: 0;
        display: block;
    }
    .block--booking .booking-form .table--reservation .btn--buy-now {
        display: block;
        width: 100%;
        padding: 10px 10px;
    }
    .product-similars {
        padding-top: 10px;
    }
    .product--short-info {
        display: none;
    }
    .rating-box {
        width: 300px;
        margin-bottom: 15px;
    }
    .rating-box__summary {
        padding: 0 10px;
        margin: 10px 0;
        width: 135px;
        font-size: 13px;
    }
    .rating-box .summary__rating {
        margin-top: 8px;
        font-size: 12px;
    }
    .rating-box__details {
        padding: 0 5px 0 10px;
        margin: 10px 0;
    }
    .rating-box .rrow__label {
        width: 40px;
    }
    .rating-box .rrow__percent {
        width: 80px;
        padding-right: 10px;
    }
    .rating-box .rrow__counting {
        width: 25px;
        margin-right: 0;
        text-align: right;
    }
    .rating-box .rrow__descr {
        display: none;
    }
    #binh-luan {
        float: none !important;
    }
    #binh-luan .btn {
        display: block;
        width: 100%;
    }
    #binh-luan .btn span {
        display: inline !important;
    }
    .comments-block .alert {
        margin-top: 8px !important;
        padding: 8px;
    }
    .comment__avatar {
        margin-right: 10px;
    }
    .comment__avatar img {
        max-width: 30px;
        max-height: 30px;
    }
    .comment__rating {
        margin: 0;
    }
    .comment__pictures img {
        max-width: 40px;
        max-height: 40px;
    }
    .progress-steps {
        position: relative;
        width: 300px;
        margin-bottom: 15px;
        z-index: 8;
    }
    .progress-steps li span,
    .progress-steps li a {
        display: none;
    }
    .page-profile .content .box__header,
    .page-checkout .content .box__header {
        position: fixed;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 920;
        padding: 8px 10px;
        border-top: 1px solid #eaeaea;
        background-color: #fff;
        text-transform: uppercase;
        text-align: center;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .page-profile .content .box__header .box__title,
    .page-checkout .content .box__header .box__title {
        white-space: nowrap;
    }
    .page-profile .content .box__header .btn--back,
    .page-checkout .content .box__header .btn--back {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        height: 40px;
        padding: 0 12px;
        font-size: 30px;
        line-height: 32px;
        color: #000;
    }
    .page-profile .box__footer .btn,
    .page-checkout .box__footer .btn {
        float: none !important;
        display: block;
        width: 100%;
    }
    .page-profile .sidebar--checkout .box__header,
    .page-checkout .sidebar--checkout .box__header {
        display: none;
    }
    .page-profile .sidebar--checkout-2,
    .page-checkout .sidebar--checkout-2,
    .page-profile .sidebar--checkout-3,
    .page-checkout .sidebar--checkout-3 {
        display: none;
    }
    .page-profile .order-info,
    .page-checkout .order-info {
        font-size: 13px;
        min-height: 40px;
    }
    .page-profile .checkout-status .btn,
    .page-checkout .checkout-status .btn {
        width: 100%;
    }
    .table--checkout> thead> tr> th {
        display: none;
        padding: 8px 10px;
    }
    .table--checkout> thead> tr> th.items0count {
        display: block;
    }
    .table--checkout> tbody> tr {
        position: relative;
        display: block;
        padding: 10px 0 10px 50px;
    }
    .table--checkout> tbody> tr.sep-row {
        padding-left: 0;
    }
    .table--checkout> tbody> tr.sep-row> td {
        padding: 0;
    }
    .table--checkout> tbody> tr> td {
        display: block;
        padding: 0 10px;
    }
    .table--checkout> tbody> tr> td.image {
        position: absolute;
        top: 4px;
        left: 0;
        padding: 10px 10px;
        width: 60px;
    }
    .table--checkout> tbody> tr> td.image:before,
    .table--checkout> tbody> tr> td.image:after {
        content: " ";
        display: table;
    }
    .table--checkout> tbody> tr> td.image:after {
        clear: both;
    }
    .table--checkout> tbody> tr> td.image img {
        max-width: 40px;
        max-height: 40px;
    }
    .table--checkout> tbody> tr> td.name {
        padding-right: 50px;
    }
    .table--checkout> tbody> tr> td.unit label {
        color: #14B8A6;
    }
    .table--checkout> tbody> tr> td.discount,
    .table--checkout> tbody> tr> td.total {
        display: none;
    }
    .table--checkout> tbody> tr> td.action {
        position: absolute;
        padding: 0;
        right: 10px;
        top: 10px;
    }
    .check-out-step-2 .form-group-note {
        margin-top: 10px !important;
    }
    .check-out-step-2 .form-group-note label {
        display: none;
    }
    .check-out-step-2 .form-group-note textarea {
        height: 100px;
    }
    .cart-info-header {
        border-top: 1px solid #D2D2D2;
        border-bottom: 1px solid #D2D2D2;
        padding: 10px 10px;
        margin: 8px -10px 5px;
        text-transform: uppercase;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
    }
    .table--keyval> tbody> tr> th {
        width: 115px;
        min-width: 115px;
    }
    .sidebar-content .content,
    .sidebar-content--2 .content,
    .content-sidebar--2 .content,
    .content-sidebar .content {
        float: none !important;
        width: auto !important;
        margin: 0;
    }
    .sidebar-content .sidebar,
    .sidebar-content--2 .sidebar,
    .content-sidebar--2 .sidebar,
    .content-sidebar .sidebar {
        float: none !important;
        width: auto !important;
        margin: 0;
    }
    .page-product .sidebar-content .sidebar,
    .page-product .sidebar-content--2 .sidebar,
    .page-product .content-sidebar--2 .sidebar,
    .page-product .content-sidebar .sidebar,
    .page-profile .sidebar-content .sidebar,
    .page-profile .sidebar-content--2 .sidebar,
    .page-profile .content-sidebar--2 .sidebar,
    .page-profile .content-sidebar .sidebar {
        display: none;
    }
    .wysiwyg p img {
        max-width: 100%;
        height: auto;
    }
    .wysiwyg p + p {
        margin-top: 5px;
    }
    #proFileForm label {
        font-weight: 400;
        color: #999999;
    }
    #proFileForm .btnAddProfile {
        display: block;
        width: 100%;
        text-transform: uppercase;
    }
    .table--reward-points thead,
    .table--reward-points thead tr,
    .table--reward-points thead tr td {
        display: none;
    }
    .table--reward-points tbody tr {
        display: block;
        position: relative;
        padding: 10px 0;
    }
    .table--reward-points tbody tr + tr {
        border-top: 1px solid #dddddd;
    }
    .table--reward-points tbody tr td {
        display: block;
        padding: 0 10px;
    }
    .table--reward-points tbody tr td.date {
        width: 100%;
        color: #666666;
        font-size: 12px;
    }
    .table--reward-points tbody tr td.name {
        padding-right: 35%;
    }
    .table--reward-points tbody tr td.point {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30%;
        text-align: right;
    }
    .table--reward-points tfoot tr {
        position: relative;
    }
    .table--reward-points tfoot tr th {
        display: block;
        padding: 25px 10px;
    }
    .table--reward-points tfoot tr th.total {
        padding-right: 35%;
        color: #222222;
        font-size: 12px;
        text-align: left;
    }
    .table--reward-points tfoot tr th.point {
        position: absolute;
        top: 20px;
        right: 10px;
        width: 30%;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        text-align: right;
    }
    .table--orders thead {
        display: none;
    }
    .table--orders tbody tr {
        display: block;
        padding: 10px 0;
    }
    .table--orders tbody tr + tr {
        border-top: 1px solid #dddddd;
    }
    .table--orders tbody tr td {
        display: block;
        padding: 0 10px;
        border: 0 !important;
    }
    .table--orders tbody tr td.name> div {
        margin-bottom: 0 !important;
    }
    .table--orders tbody tr td.name> div:before {
        content: ' - ';
    }
    .table--orders tbody tr td.date {
        color: #666666;
    }
    .table--orders tbody tr td.total {
        color: #14B8A6;
    }
    .table--orders tbody tr td.status {
        text-align: left;
        font-weight: 400;
    }
    .table--order-details thead {
        display: none;
    }
    .table--order-details tbody tr {
        display: block;
        padding: 10px 0;
    }
    .table--order-details tbody tr + tr {
        border-top: 1px solid #dddddd;
    }
    .table--order-details tbody tr td {
        display: block;
        padding: 0;
    }
    .table--order-details tbody tr td.name .name a {
        color: #222222;
    }
    .table--order-details tbody tr td.name .code {
        color: #999999;
    }
    .table--order-details tbody tr td.total {
        text-align: left;
        color: #14B8A6;
    }
    .table--order-details tbody tr td .key {
        width: 40%;
        max-width: 140px;
        display: inline-block !important;
    }
    .e-voucher {
        height: auto;
    }
    .e-voucher-image {
        max-width: 60px;
    }
    .box--center {
        width: 100%;
    }
    .box__header {
        padding: 8px 10px;
    }
    .box__body {
        padding: 10px 10px;
    }
    .box__footer {
        padding: 8px 10px;
    }
    .tabs--skin-1 {
        padding: 0 10px 0;
    }
    .tabs--skin-1 .tab__item a {
        padding: 10px 6px;
    }
    .form--general .has-feedback label.visible-xs ~ .form-control-feedback {
        top: 28px;
    }
    .form--registration .form__inner {
        width: auto;
    }
    div.pagination {
        display: block;
        float: none !important;
        padding: 0 10px;
    }
    .pagination__text {
        display: none;
    }
    .pagination ul.pagination {
        display: none;
        text-align: center;
    }
    .pagination ul.pagination li a {
        padding: 3px 8px;
        font-size: 11px;
    }
    .pagination .loading {
        height: 100px;
        background: url(../img/loader-mascot.gif) no-repeat center center;
        background-size: 52px 100px;
    }
    .done.pagination .loading {
        display: none !important;
    }
    .modal-dialog {
        width: auto;
        max-width: 95%;
    }
    .modal-comment-dialog {
        width: auto;
        max-width: 95%;
    }
    .modal-comment-dialog .modal-header {
        padding: 0 10px;
    }
    .modal-comment-dialog .modal-body {
        padding: 10px;
    }
    .modal-comment-dialog .modal-footer {
        padding: 10px;
        text-align: left;
    }
    .modal-comment-dialog .modal-footer> div.pull-left,
    .modal-comment-dialog .modal-footer> div.pull-right {
        float: none !important;
    }
    .modal-comment-dialog .modal-footer> div.pull-left {
        text-align: center;
    }
    .modal-comment-dialog .modal-footer .btn {
        display: block;
        width: 100%;
        margin: 0 0 5px;
    }
    .modal-comment-dialog textarea.form-control {
        height: 80px;
        resize: vertical;
    }
    .modal-comment-dialog .rating-box {
        margin-left: -10px;
    }
    .modal-comment-dialog .btn--comment {
        display: block;
        width: 100%;
        margin: 0;
    }
    .location-selector-modal .modal-dialog {
        width: 95%;
    }
    .tt-menu {
        position: fixed !important;
        top: 80px !important;
        left: 0;
        right: 0;
        margin: 0;
        z-index: 785;
    }
    .tt-menu .tt-dataset {
        padding: 0;
    }
    .tt-menu .tt-dataset .tt-suggestion a {
        padding: 8px 15px;
        font-size: 14px;
        line-height: 16px;
    }
    .tt-menu .tt-dataset .tt-header-line {
        font-size: 14px;
        background-color: #DFDFDF;
        color: #999999;
    }
    .m-branding .branding--restaurant i.hd {
        background-color: #63b700;
    }
    .m-branding .branding--beauty i.hd {
        background-color: #d05b79;
    }
    .m-branding .branding--entertainment i.hd {
        background-color: #1cb1a8;
    }
    .m-branding .branding--product i.hd {
        background-color: #26abd1;
    }
    .m-branding .branding--dien-tu i.hd {
        background-color: #21a1ca;
    }
    .m-branding .branding--icon_MeBe i.hd {
        background-color: #f36055;
    }
    .m-branding .branding--thu-pham i.hd {
        background-color: #44b771;
    }
    .m-branding .branding--lam-dep i.hd {
        background-color: #a66dbe;
    }
    .m-branding .branding--sach i.hd {
        background-color: #1aa89d;
    }
    .m-branding .branding--nha-cua i.hd {
        background-color: #f2c925;
    }
    .m-branding .branding--fashion i.hd {
        background-color: #1e74b3;
    }
    .m-branding .branding--travel i.hd {
        background-color: #f6911b;
    }
    .search-mode#page-wrapper {
        padding-top: 40px;
    }
    .search-mode .search-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 780;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .search-mode .header__main {
        /*margin-top: -40px;*/
    }
    .search-mode .header__main .search-area {
        top: 0;
        display: block;
        opacity: 1;
        padding-top: 6px;
        padding-bottom: 7px;
        background-color: #fff;
    }
    .search-mode .header__main .search-area .search-box {
        margin-right: 0px;
    }
    .search-mode .header__main .search-area .btn--remove {
        display: block !important;
        left: auto;
        top: 7px;
        right: 7px;
        width: 15px;
        height: 15px;
        padding: 0;
        line-height: 14px;
        font-size: 10px;
        color: #fff;
        background-color: #ccc;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .search-mode .header__main .search-area .btn--remove> i {
        font-size: 6px;
        font-weight: 700;
    }
    .search-mode .header__main .search-area .btn--cancel {
        left: auto;
        right: -48px;
        top: 1px;
        font-size: 15px;
        color: #0000cc;
    }
    .products .product:hover .item__meta,
    .products .product:hover .item__delivery,
    .products .product:hover .item__variants,
    .products .product:hover .item__location {
        display: none;
    }
    .category-sidebar,
    .category-content {
        width: auto;
    }
    .category-content .products .product-wrapper.col-md-4:nth-child(3n+1) {
        clear: none;
    }
    .category-content .products .product-wrapper.col-md-3:nth-child(4n+1) {
        clear: both;
    }
    .padding-lr {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product--details {
        position: relative;
        padding: 0;
        border: 0;
        background-color: #f6f6f6;
    }
    .product--details .border-top {
        margin-top: 5px;
        padding-top: 5px;
    }
    .product--details .product__gallery {
        float: none;
        width: auto;
        margin: 0 0 12px 0;
        padding: 0 0 65px 0;
        border-bottom: 1px solid #dedede;
        background-color: #fff;
    }
    .product--details .product__gallery .media-gallery {
        margin: 0 auto;
        padding: 0;
        width: 320px;
        height: 320px;
        max-width: 400px;
        max-height: 400px;
    }
    .product--details .product__gallery .media-gallery img {
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .product--details .product__details {
        padding: 5px 0;
        background-color: #fff;
    }
    .product--details .product__header,
    .product--details .product__price-info,
    .product--details .product__stats,
    .product--details .product__add-to-cart,
    .product--details .product__delivery {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product--details .product__header {
        padding-bottom: 0;
    }
    .product--details .product__title {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .product--details .product__description,
    .product--details .product__sharing {
        display: none;
    }
    .product--details .product__price {
        font-size: 15px;
        font-weight: 700;
        vertical-align: text-bottom;
    }
    .product--details .product__price--list-price {
        font-size: 13px;
        font-weight: 400;
        vertical-align: text-bottom;
    }
    .product--details .product__price--discount {
        font-weight: 400;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .product--details .product__stats> div {
        padding: 3px 8px 3px 0;
    }
    .product--details .product__stats> div + div {
        padding-left: 8px;
    }
    .product--details .product__stats> div:last-child {
        padding-right: 0;
    }
    .product--details .product__rating {
        font-size: 11px;
    }
    .product--details .product__rating .stars {
        margin-right: 8px;
        font-size: 11px;
        line-height: 16px;
    }
    .product--details .product__rating .comments-count {
        font-size: inherit;
    }
    .product--details .product__rating .comments-count__number:before {
        content: '(';
    }
    .product--details .product__rating .comments-count__number:after {
        content: ')';
    }
    .product--details .product__rating .comments-count__text {
        display: none;
    }
    .product--details .product__purchases {
        line-height: 16px;
        font-size: 14px;
    }
    .product--details .product__availability {
        font-size: 14px;
    }
    .product--details .product__availability span {
        display: none;
    }
    .product--details .product__availability span + span {
        display: inherit;
    }
    .product--details .product__add-to-cart .btn--buy-now {
        display: block;
        width: 100%;
    }
    .product--details .product__add-to-cart .btn--add-to-cart {
        padding-top: 3px;
        padding-bottom: 3px;
        margin: 10px 0 0;
        display: block;
        width: 100%;
        font-size: 15px;
    }
    .product--details .product__delivery {
        padding-left: 18px;
        min-height: 35px;
        position: relative;
    }
    .product--details .product__delivery:before,
    .product--details .product__delivery:after {
        content: " ";
        display: table;
    }
    .product--details .product__delivery:after {
        clear: both;
    }
    .product--details .product__delivery> span {
        line-height: 30px;
        float: left;
        clear: left;
    }
    .product--details .product__delivery> span i {
        font-size: 14px;
        width: 20px;
        vertical-align: -2px;
    }
    .product--details .product__delivery> a.share {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .product--details .product__sizes {
        margin: 0 -10px;
        padding: 0 10px;
        border-bottom: 1px solid #EAEAEA;
    }
    .product--details .product__sizes .size-selection {
        padding-top: 3px;
    }
    .product--details .product__sizes .size-selection .btn {
        margin: 0 7px 7px 0;
        padding: 0 8px;
        min-width: 36px;
        color: #aaaaaa;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }
    .product--details .product__sizes .size-selection .btn.active {
        border-color: #71BE0F;
        color: #ffffff;
    }
    .product--details .product__variants {
        border: 0;
        padding: 0 10px;
        margin: 0 -10px;
        border-bottom: 1px solid #EAEAEA;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .product--details .product__variants .nano {
        max-height: none;
        overflow: visible;
    }
    .product--details .product__variants .nano .scrollbar {
        display: none;
    }
    .product--details .product__variants .nano .viewport {
        height: auto !important;
    }
    .product--details .product__variants .nano .viewport .overview {
        position: static;
    }
    .product--variant {
        position: relative;
        padding: 4px 0 8px;
        border-bottom-color: #EAEAEA;
    }
    .product--variant> * {
        float: none;
    }
    .product--variant .product__image {
        display: block;
        position: static;
        float: left;
        margin-right: 10px;
        width: 60px;
        margin-top: 5px;
    }
    .product--variant .product__header {
        padding: 4px 95px 4px 0;
        min-height: 0;
    }
    .product--variant .product__title {
        font-size: 12px;
        line-height: 16px;
    }
    .product--variant .product__purchases {
        display: none;
    }
    .product--variant .product__add-to-cart {
        position: absolute;
        top: 5px;
        right: 0;
        padding: 0;
        width: auto;
    }
    .product--variant .product__price-info {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .product--details .gallery.gallery--fashion {
        width: auto;
    }
    .product--details .gallery.gallery--fashion .gallery__thumbnails {
        top: 413px;
    }
    .gallery__thumbnails {
        padding: 0 5px;
        margin: 10px 0;
    }
    .product--details .gallery__thumbnails {
        position: absolute;
        top: 333px;
        left: 0;
        right: 0;
        height: 40px;
        margin: 0;
    }
    .gallery__thumbnails a {
        width: 40px !important;
    }
    .gallery__thumbnails a img {
        width: 40px !important;
    }
    .gallery__thumbnails .btn {
        display: none;
    }
    .gallery__thumbnails .thumbs-carousel .owl-wrapper-outer {
        margin: 0 auto;
        max-width: 100%;
    }
    #product-details {
        border-top: 1px solid #dedede;
        padding-top: 0;
        margin-bottom: 0;
    }
    #product-details .tabs__nav {
        display: none;
    }
    #product-details .tab-content {
        padding: 0;
    }
    #product-details .tab-pane + .tab-pane {
        margin-top: 0;
        border-top: 1px solid #dddddd;
    }
    #product-details .tab-pane .block__header {
        position: relative;
        border-bottom: 0;
    }
    #product-details .tab-pane .block__title {
        position: relative;
        display: block;
        float: none;
        padding: 10px 8px;
        border-bottom: 0;
        font-size: 13px;
        line-height: 17px;
        text-transform: uppercase;
        cursor: pointer;
    }
    #product-details .tab-pane .block__title:after {
        position: absolute;
        right: 12px;
        color: #9b9b9b;
        font-family: FontAwesome;
        font-size: 20px;
        content: "\f107";
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        transition-duration: 0.1s;
    }
    #product-details .tab-pane .block__content {
        padding: 0 8px 10px;
    }
    #product-details .tab-pane.collapsed .block__title:after {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        transition-duration: 0.1s;
    }
    #product-details + .box {
        display: none;
    }
    .hd-container,
    .hd-pusher,
    .hd-content {
        height: 100%;
        width: 100%;
    }
    .hd-content,
    .hd-content-inner {
        position: relative;
    }
    .hd-container {
        position: relative;
        overflow: hidden;
    }
    .hd-container> .toggle-nav {
        opacity: 0;
        position: fixed;
        top: 0;
        left: -40px;
        z-index: 9999;
        background-color: #fff;
        -webkit-transition: left 0.2s;
        transition: left 0.2s;
    }
    .hd-container.hd-menu-open> .toggle-nav {
        opacity: 1;
        left: 275px;
        -webkit-transition: left 0.2s;
        transition: left 0.2s;
    }
    .hd-menu-open .toggle-nav .hd-nav:before {
        content: "\e901";
    }
    .hd-pusher {
        position: relative;
        left: 0;
        z-index: 99;
        height: 100%;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        background-color: #f6f6f6;
    }
    .hd-pusher .hd-touch-layer {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, 0.4);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
        transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
        z-index: 900;
    }
    .hd-menu-open .hd-pusher .hd-touch-layer {
        z-index: 980;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .hd-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 910;
        visibility: hidden;
        width: 275px;
        background: #ffffff;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .hd-menu-container {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
    }
    .hd-menu::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: '';
        opacity: 1;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .hd-menu-open .hd-menu::after {
        width: 0;
        height: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
        transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
    }
    .hd-effect-4.hd-menu {
        z-index: 150;
        transform: translateX(-100%);
    }
    .hd-effect-4.hd-menu-open .hd-effect-4.hd-menu {
        visibility: visible;
        transform: translateX(0);
    }
    .hd-effect-4.hd-menu::after {
        display: none;
    }
    .no-csstransforms3d .hd-pusher,
    .no-js .hd-pusher {
        padding-left: 0px;
    }
    .side-nav-branding .branding--restaurant i.hd {
        background-color: #63b700;
    }
    .side-nav-branding .branding--beauty i.hd {
        background-color: #d05b79;
    }
    .side-nav-branding .branding--entertainment i.hd {
        background-color: #1cb1a8;
    }
    .side-nav-branding .branding--dien-tu i.hd {
        background-color: #21a1ca;
    }
    .side-nav-branding .branding--icon_MeBe i.hd {
        background-color: #f36055;
    }
    .side-nav-branding .branding--thu-pham i.hd {
        background-color: #44b771;
    }
    .side-nav-branding .branding--lam-dep i.hd {
        background-color: #a66dbe;
    }
    .side-nav-branding .branding--sach i.hd {
        background-color: #1aa89d;
    }
    .side-nav-branding .branding--nha-cua i.hd {
        background-color: #f2c925;
    }
    .side-nav-branding .branding--fashion i.hd {
        background-color: #1e74b3;
    }
    .side-nav-branding .branding--travel i.hd {
        background-color: #f6911b;
    }
    .wysiwyg table {
        width: 100% !important;
    }
    .wysiwyg table,
    .wysiwyg div,
    .wysiwyg img {
        max-width: 100% !important;
    }
    .address-box .address-tool-box {
        bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .mfp-map.mfp-wrap {
        position: fixed !important;
        top: 0 !important;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .mfp-map.mfp-wrap .mfp-content {
        height: 100%;
    }
    .mfp-map.mfp-wrap .mfp-content .mfp-iframe-scaler {
        height: 100%;
        padding-bottom: 0;
    }
    .block--tab.tab-style--campaign .block__header .tab__item {
        margin-bottom: 2px;
    }
    .block--tab.tab-style--campaign .block__header .tab__item a {
        font-size: 14px;
        min-width: 100px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.channel-entrance a{padding: 0 12px 0 12px !important;}
	.header-cart img{width:60px !important;}
	
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .container,
    .hd-container {
        min-width: 1004px;
    }
    .promo-banners {
        display: none;
    }
    .header-cart {
        padding-left: 15px;
    }
    .affix .search-area {
        width: 470px;
    }
    
    
    .product__image img {
        height: auto;
    }
    .item__meta span {
        font-size: 11px;
    }
    .main-nav li.multicolumns .submenu-wrapper {
        width: 756px;
    }
    .main-nav li.multicolumns .submenu-wrapper .promo a {
        background-position: 0 0 !important;
    }
    .main-nav li.multicolumns .submenu-wrapper .col-md-4 {
        width: 33.33%;
    }
    .content-sidebar--2 .content {
        width: 695px;
    }
    .content-sidebar--2 .sidebar {
        width: 260px;
    }
    .sidebar-content--2 .sidebar {
        float: left;
        width: 260px;
        margin-right: 25px;
    }
    .sidebar-content--2 .content {
        float: left;
        width: 690px;
    }
    .header__main .progress-steps {
        width: 750px;
    }
}

@media screen and (min-width: 1200px) {
    .hd-container {
        min-width: 1200px;
    }
}

@media screen and (max-width: 1599px) {
    .nav--floating > li > a > span {
        right: auto;
        left: 100%;
        padding: 7px 12px 7px 0;
    }
}

@media (max-width: 1365px) {
    .nav--floating {
        display: none;
    }
}

@media (max-width: 767px) {
    .box-chitiet-dh {
        padding: 15px;
    }
    .chitiet-dh-steps {
        margin: 10px auto;
    }
    .chitiet-dh-steps> li:before {
        margin: 0 auto 5px;
    }
    .chitiet-dh-steps> li span {
        display: none;
    }
    .detail-gh table tr:first-child {
        border-top: none;
        background: #eeeeee;
        font-weight: bold;
        border-top: none!important;
    }
    .detail-gh table tr:nth-child(4n+1) {
        border-top: none;
        background: #eeeeee;
        font-weight: bold;
        border-top: 1px solid #d2d2d2;
    }
}

#smartbanner {
    position: fixed !important;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 78px;
    font-family: 'Helvetica Neue', sans-serif;
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
    background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
    background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

#smartbanner,
html.sb-animation {
    -webkit-transition: all .3s ease
}

#smartbanner .sb-container {
    margin: 0 auto;
}

#smartbanner .sb-close {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #070707;
    text-decoration: none;
    text-shadow: none;
    border-radius: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa;
}

#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#smartbanner.no-icon .sb-icon {
    display: none;
}

#smartbanner .sb-info {
    position: absolute;
    left: 98px;
    top: 18px;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#smartbanner #smartbanner.no-icon .sb-info {
    left: 34px;
}

#smartbanner .sb-info strong {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
    line-height: 18px;
}

#smartbanner .sb-info> span {
    display: block;
}

#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase;
}

#smartbanner .sb-button {
    position: absolute;
    right: 20px;
    top: 24px;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
    min-width: 10%;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a;
    background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

#smartbanner .sb-button:active,
#smartbanner .sb-button:hover {
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}

#smartbanner .sb-icon.gloss:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 10px 10px 12px 12px;
}

#smartbanner.android {
    border-color: #212228;
    background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7');
    border-top: none;
    box-shadow: none;
}

#smartbanner.android .sb-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

#smartbanner.android .sb-close:active {
    color: #eee;
}

#smartbanner.android .sb-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000;
}

#smartbanner.android .sb-info strong {
    color: #fff;
}

#smartbanner.android .sb-button {
    min-width: 12%;
    border: 1px solid #DDDCDC;
    padding: 1px;
    color: #d1d1d1;
    background: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 28px
}

#smartbanner.android .sb-button span {
    text-align: center;
    display: block;
    padding: 0 10px;
    background-color: #42B6C9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42B6C9), to(#39A9BB));
    background-image: -moz-linear-gradient(top, #42B6C9, #39A9BB);
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
}

#smartbanner.android .sb-button:active,
#smartbanner.android .sb-button:hover {
    background: none;
}

#smartbanner.android .sb-button:active span,
#smartbanner.android .sb-button:hover span {
    background: #2AC7E1;
}

#smartbanner.windows .sb-icon {
    border-radius: 0px;
}

.filter--listing .filter__button.shop-categories:after{
    content: '' !important;
}
.filter--listing .filter__button.shop-categories > a.active{
    text-decoration: underline !important;
}

.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
}
portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}
.profile-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7;
}
.profile-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7;
}
.profile-desc-link i {
    width: 22px;
    font-size: 19px;
    color: #abb6c4;
    margin-right: 5px;
}
profile-desc-link a {
    font-size: 14px;
    font-weight: 600;
    color: #5b9bd1;
}
.margin-top-10 {
    margin-top: 10px!important;
}
.product-compare-img{
    width: 210px;
    height: 210px;
}
.table-compare{
    background: #ffffff;
}
.compare-input input[type="text"] {
    width: 100%;
    padding-right: 60px;
    box-shadow: none;
    outline: none;
}
.product-attr-value{
    margin-left: 5px;
}

.branding--o-to-xe-may.block--tab.branding .block__header {
    border-top-color: #71be0f;
}

.branding--o-to-xe-may.block--tab.branding .block__title {
    background-color: #71be0f;
}
.branding--o-to-xe-may .block__branding {
    background-color: #71be0f;
}

ul.nav--floating .branding--o-to-xe-may.active a {
    background-color: #71be0f;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--o-to-xe-may.active span {
    background-color: #71be0f;
    color: #fff;
}



.branding--may-tinh-dien-thoai.block--tab.branding .block__header {
    border-top-color: #0fbe9e;
}

.branding--may-tinh-dien-thoai.block--tab.branding .block__title {
    background-color: #0fbe9e;
}
.branding--may-tinh-dien-thoai .block__branding {
    background-color: #0fbe9e;
}
.branding--dien-tu-cong-nghe.block--tab.branding .block__title {
    background-color: #bb7e0f;
}
.branding--dien-tu-cong-nghe .block__branding {
    background-color: #bb7e0f;
}

ul.nav--floating .branding--may-tinh-dien-thoai.active a {
    background-color: #0fbe9e;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--may-tinh-dien-thoai.active span {
    background-color: #0fbe9e;
    color: #fff;
}



.branding--thoi-trang-nam-nu.block--tab.branding .block__header {
    border-top-color: #638c01;
}

.branding--thoi-trang-nam-nu.block--tab.branding .block__title {
    background-color: #638c01;
}
.branding--thoi-trang-nam-nu .block__branding {
    background-color:#638c01;
}


ul.nav--floating .branding--thoi-trang-nam-nu.active a {
    background-color:#638c01;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--thoi-trang-nam-nu.active span {
    background-color: #638c01;
    color: #fff;
}


.branding--dien-tu-cong-nghe.block--tab.branding .block__header {
    border-top-color: #bb7e0f;
}

.branding--dien-tu-cong-nghe.block--tab.branding .block__title {
    background-color: #bb7e0f;
}
.branding--dien-tu-cong-nghe .block__branding {
    background-color: #bb7e0f;
}

ul.nav--floating .branding--dien-tu-cong-nghe.active a {
    background-color:#bb7e0f;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--dien-tu-cong-nghe.active span {
    background-color: #bb7e0f;
    color: #fff;
}

.branding--nha-cua-dien-gia-dung.block--tab.branding .block__header {
    border-top-color: #4888e6;
}

.branding--nha-cua-dien-gia-dung.block--tab.branding .block__title {
    background-color: #4888e6;
}
.branding--nha-cua-dien-gia-dung .block__branding {
    background-color: #4888e6;
}

ul.nav--floating .branding--nha-cua-dien-gia-dung.active a {
    background-color:#4888e6;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--nha-cua-dien-gia-dung.active span {
    background-color:#4888e6;
    color: #fff;
}

.branding--me-be.block--tab.branding .block__header {
    border-top-color: #e6d372;
}

.branding--me-be.block--tab.branding .block__title {
    background-color: #e6d372;
}
.branding--me-be .block__branding {
    background-color: #e6d372;
}


ul.nav--floating .branding--me-be.active a {
    background-color: #e6d372;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--me-be.active span {
    background-color: #e6d372;
    color: #fff;
}

.branding--bach-hoa-van-phong-pham.block--tab.branding .block__header {
    border-top-color: #e67d72;
}

.branding--bach-hoa-van-phong-pham.block--tab.branding .block__title {
    background-color: #e67d72;
}
.branding--bach-hoa-van-phong-pham .block__branding {
    background-color: #e67d72;
}

ul.nav--floating .branding--bach-hoa-van-phong-pham.active a {
    background-color:#e67d72;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--bach-hoa-van-phong-pham.active span {
    background-color: #e67d72;
    color: #fff;
}

.branding--suc-khoe-lam-dep.block--tab.branding .block__header {
    border-top-color: #e6a6cd;
}

.branding--suc-khoe-lam-dep.block--tab.branding .block__title {
    background-color: #e6a6cd;
}
.branding--suc-khoe-lam-dep .block__branding {
    background-color: #e6a6cd;
}

ul.nav--floating .branding--suc-khoe-lam-dep.active a {
    background-color: #e6a6cd;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--suc-khoe-lam-dep.active span {
    background-color: #e6a6cd;
    color: #fff;
}


.branding--dung-cu-the-thao-da-ngoai.block--tab.branding .block__header {
    border-top-color: #c291ef;
}

.branding--dung-cu-the-thao-da-ngoai.block--tab.branding .block__title {
    background-color: #c291ef;
}
.branding--dung-cu-the-thao-da-ngoai .block__branding {
    background-color: #c291ef;
}

ul.nav--floating .branding--dung-cu-the-thao-da-ngoai.active a {
    background-color: #c291ef;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--dung-cu-the-thao-da-ngoai.active span {
    background-color: #c291ef;
    color: #fff;
}

.branding--thuc-pham-do-uong.block--tab.branding .block__header {
    border-top-color:#71d1e0;
}

.branding--thuc-pham-do-uong.block--tab.branding .block__title {
    background-color: #71d1e0;
}
.branding--thuc-pham-do-uong .block__branding {
    background-color:#71d1e0;
}

ul.nav--floating .branding--thuc-pham-do-uong.active a {
    background-color:#71d1e0;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--thuc-pham-do-uong.active span {
    background-color:#71d1e0;
    color: #fff;
}

.branding--qua-tang-dich-vu.block--tab.branding .block__header {
    border-top-color: #e07171;
}

.branding--qua-tang-dich-vu.block--tab.branding .block__title {
    background-color: #e07171;
}
.branding--qua-tang-dich-vu .block__branding {
    background-color: #e07171;
}
ul.nav--floating .branding--qua-tang-dich-vu.active a {
    background-color: #e07171;
    color: #fff;
}
ul.nav--floating a:hover, ul.nav--floating .branding--qua-tang-dich-vu.active span {
    background-color: #e07171;
    color: #fff;
}
.promo-banners{
    overflow: hidden;
}
.has-error .select2-selection {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

ul.nav--floating .branding--o-to-xe-may a:hover,ul.nav--floating .branding--o-to-xe-may a:hover span {
    background-color: #71be0f;
    color: #fff;
}

ul.nav--floating .branding--may-tinh-dien-thoai a:hover,ul.nav--floating .branding--may-tinh-dien-thoai a:hover span {
    background-color: #0fbe9e;
    color: #fff;
}

ul.nav--floating .branding--thoi-trang-nam-nu a:hover,ul.nav--floating .branding--thoi-trang-nam-nu a:hover span {
    background-color: #638c01;
    color: #fff;
}

ul.nav--floating .branding--dien-tu-cong-nghe a:hover,ul.nav--floating .branding--dien-tu-cong-nghe a:hover span {
    background-color: #bb7e0f;
    color: #fff;
}
ul.nav--floating .branding--nha-cua-dien-gia-dung a:hover,ul.nav--floating .branding--nha-cua-dien-gia-dung a:hover span {
    background-color:#4888e6;
    color: #fff;
}

ul.nav--floating .branding--me-be a:hover,ul.nav--floating .branding--me-be a:hover span {
    background-color: #e6d372;
    color: #fff;
}

ul.nav--floating .branding--bach-hoa-van-phong-pham a:hover,ul.nav--floating .branding--bach-hoa-van-phong-pham a:hover span {
    background-color: #e67d72;
    color: #fff;
}

ul.nav--floating .branding--suc-khoe-lam-dep a:hover,ul.nav--floating .branding--suc-khoe-lam-dep a:hover span {
    background-color: #e6a6cd;
    color: #fff;
}

ul.nav--floating .branding--dung-cu-the-thao-da-ngoai a:hover,ul.nav--floating .branding--dung-cu-the-thao-da-ngoai a:hover span {
    background-color: #c291ef;
    color: #fff;
}
ul.nav--floating .branding--thuc-pham-do-uong a:hover,ul.nav--floating .branding--thuc-pham-do-uong a:hover span {
    background-color:#71d1e0;
    color: #fff;
}

ul.nav--floating .branding--qua-tang-dich-vu a:hover,ul.nav--floating .branding--qua-tang-dich-vu a:hover span {
    background-color: #e07171;
    color: #fff;
}


/**
flexisel slider
**/


.clearout {
    height:20px;
    clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    height: 90px;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
}

.nbs-flexisel-inner {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    /*border-radius:5px;*/
    /*-moz-border-radius:5px;*/
    /*-webkit-border-radius:5px;*/
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    height: 90px;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

.product-auto-resize .product__image img {
    padding: 10px;
}
.product-auto-resize  .product {
    height: auto;
}
@media(max-width: 640px){
    .product-auto-resize  .product {
        height: auto;
    }
}

.shop-header-heading{
    font-weight: bold;
    color: red;
}
.banner-shop{
    margin-bottom: 10px;
}


.open-shop, .open-shop a, .open-shop i{
    color:red !important;
    font-weight:bold;
}

.circle-icon {
    background: #ffc0c0;
    width: 26px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
}

.main-nav .branding__menu > li > a > i.td-electric,
.m-branding ul > li a i.td-electric,
.hd-menu .side-nav ul li a i.td-electric
{
    background-color: #bb7e0f;
}

.main-nav .branding__menu > li > a > i.td-clothes,
.m-branding ul > li a i.td-clothes,
.hd-menu .side-nav ul li a i.td-clothes
{
    background-color: #638c01;
}
.main-nav .branding__menu > li > a > i.td-car,
.m-branding ul > li a i.td-car,
.hd-menu .side-nav ul li a i.td-car
{
    background-color: #bb7e0f;
}
.main-nav .branding__menu > li > a > i.td-food,
.m-branding ul > li a i.td-food,
.hd-menu .side-nav ul li a i.td-food
{
    background-color: #71d1e0;
}
.main-nav .branding__menu > li > a > i.td-baby,
.m-branding ul > li a i.td-baby,
.hd-menu .side-nav ul li a i.td-baby
{
    background-color: #e6d372;
}
.main-nav .branding__menu > li > a > i.td-books,
.m-branding ul > li a i.td-books,
.hd-menu .side-nav ul li a i.td-books
{
    background-color: #e67d72;
}
.main-nav .branding__menu > li > a > i.td-cosmetics,
.m-branding ul > li a i.td-cosmetics,
.hd-menu .side-nav ul li a i.td-cosmetics
{
    background-color: #e6a6cd;
}
.main-nav .branding__menu > li > a > i.td-sport,
.m-branding ul > li a i.td-sport,
.hd-menu .side-nav ul li a i.td-sport
{
    background-color: #c291ef;
}
.main-nav .branding__menu > li > a > i.td-smartphone,
.m-branding ul > li a i.td-smartphone,
.hd-menu .side-nav ul li a i.td-smartphone
{
    background-color: #0fbe9e;
}
.main-nav .branding__menu > li > a > i.td-funiture,
.m-branding ul > li a i.td-funiture,
.hd-menu .side-nav ul li a i.td-funiture
{
    background-color: #4888e6;
}
.main-nav .branding__menu > li > a > i.td-gift,
.m-branding ul > li a i.td-gift,
.hd-menu .side-nav ul li a i.td-gift
{
    background-color: #e07171;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion a img {
    float: left;
    width: 40px;
}
.tt-suggestion .product-des {
    margin-left: 50px;
}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion a .product-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #035cad;

}
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion a .product-price {
    display: block;
    color: #14B8A6;
    font-size: 12px;
}
.table-compare td.compare-label{
    width: 10% !important;
}
.table-compare td {
    width: 30%;
}
.tt-search-in-category, .tt-search-product{
	clear:both;
}
.search-area{
    padding-left: 100px;
    padding-right: 24px;
}
@media(max-width: 640px){
    .search-area{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px !important;
    }
}
.hi-mobile{
    list-style: none;
    float: left;
    white-space: nowrap;
    margin-top: 0;
}
.top-right{
    position: absolute;
    z-index: 5;
    top: 21px;
    right: 5px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 48px;
    color: #222;
    cursor: pointer;
    font-size: 18px;
}
.btn_favorite .fa-heart.active{
    color: #14B8A6
}

.box-attributes .box-attr {
    position: relative;
}
.box-attributes .box-attr dl {
    line-height: 30px;
    overflow: hidden;
}
.box-attributes .box-attr dl .items {
    display: block;
    vertical-align: middle;
    margin-left: 130px;
}
.box-attr dl dd .item-attr {
    width: auto;
    border: 1px solid #ccc;
    background: #F2F2F2;
    text-align: center;
    display: block;
    float: left;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 1px;
}
.box-attr dl dd .item-attr > input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.box-attr dl dd .item-attr > .label {
    display: block;
    height: 26px;
    min-width: 26px;
    line-height: 26px;
    padding: 0 2px;
}
.box-attr dl dd .item-attr .ic-check {
    width: 0;
    height: 0;
    border-bottom: 14px solid #e5101d;
    border-left: 14px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.box-attr dl dd .item-attr.checked .ic-check {
    display: block;
}
.box-attr dl dd .item-attr .ic-check {
   display: none;
}
.box-attr dl dd .item-attr .ic-check .fa-check {
    fill: #fff;
    color: #fff;
    position: absolute;
    top: 4px;
    left: -9px;
    font-size: 11px;
}
.box-attr dl dd .item-attr:hover, .box-attr dl dd .item-attr.checked {
    border: 2px solid #c00;
    padding: 0;
}
.box-attributes .box-attr dl .lb {
    width: 130px;
    float: left;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.box-attributes .box-attr .quantity .items {
    display: inline-block;
    margin-left: 0;
}
.box-attr dl.quantity dd .inpt-qty {
    border: 1px solid #ddd;
    height: 35px;
    width: 45px;
    text-align: center;
    padding: 0 5px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}
.box-attr dl.quantity dd .add-qty, .box-attr dl.quantity dd .sub-qty {
    position: absolute;
    top: 0;
    left: 45px;
    background-color: #f1f1f1;
    height: 18px;
    width: 18px;
    cursor: pointer;
    display: block;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}
.box-attr dl.quantity dd .sub-qty {
    top: 17px;
}
.box-attr dl.size dd .item-attr > .label {
    color: black;
    font-size: 14px;
}
.box-attributes dl{
    margin-bottom: 10px;
}
.zoomContainer{
    z-index: 8;
}

.scrollable-dropdown-menu .tt-menu {
    max-height: 450px;
    overflow-y: auto;
}

.add-to-cart-buttons .btn--add-to-cart-new {
    border-color: #71be0f;
    background-color: #71be0f;
    color: #fff;
    padding: 8px 15px 7px 15px;
}

.add-to-cart-buttons .btn--add-to-cart-new[disabled] {
    opacity: 1;
    cursor: pointer;
}

.add-to-cart-buttons .btn--add-to-cart-new:active,
.add-to-cart-buttons .btn--add-to-cart-new:focus,
.add-to-cart-buttons .btn--add-to-cart-new:hover {
    border-color: #71be0f;
    background-color: #71be0f;
    color: #fff;
}



.btn--add-to-cart-new {
    width: 220px !important;
    font-weight: 700;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(99, 165, 15, 0.75);
}

.btn--add-to-cart-new:active,
.btn--add-to-cart-new:focus,
.btn--add-to-cart-new:hover {
    background-color: #7fd611;
    border-color: #79cc10;
}

.price--list-price{
    font-weight: bold;
    font-size: 14px;
}

.box-infor-detail{
     font-weight: bold;        
     font-size: 14px;
     margin-left:10px;
}




.add-to-cart-buttons .btn--buy-now-new {
    border-color: #fb6e2e;
    background-color: #fb6e2e;
    color: #fff;width:100%;
}

.add-to-cart-buttons .btn--buy-now-new[disabled] {
    opacity: 1;
    cursor: pointer;
}

.add-to-cart-buttons .btn--buy-now-new:active,
.add-to-cart-buttons .btn--buy-now-new:focus,
.add-to-cart-buttons .btn--buy-now-new:hover {
    border-color: #f9bc02;
    background-color: #f9bc02;
    color: #fff;
}



.btn--buy-now-new {
    font-weight: 700;
    border-radius: 4px;
}

.btn--buy-now-new:active,
.btn--buy-now-new:focus,
.btn--buy-now-new:hover {
    background-color: #f9bc02;
    border-color: #f9bc02;
}


@media screen and (max-width: 767px){
	.mobile-header-padding{
		padding-top: 95px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px){	
	.search-area{
		padding-left: 120px ;
    	padding-right: 0px ;
	}
	#category_search{width:30% !important;}
	.affi .search-area{
		padding-left: 25px;
    	padding-right: 15px;
	}
}


 	#bnt__buy__now{
 		margin:10px;
 	}
 	#add-to-cart{
 		margin:10px;
 	}


.filter--listing .list-article{
    list-style: none;
}
.filter--listing .list-article li{
    margin-top: 5px;
}
.filter--listing .list-article a{
    Font-weight: normal;
    Color: #7b7b7b;
    line-height: 26px;
}
.filter--listing .list-article a.active{
    Font-weight: bold;
}

.box__header .alert{
    margin-bottom: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}
.select2-container .select2-selection--single {

    height: 30px !important;

}

.select2-container--default .select2-selection--single {
    border-radius: 4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px !important;
}
.pd-tags a {
    background-color: #efedee;
    padding: 5px;
    margin: 3px;
    border-radius: 4px;
    color: #7b7b7b;
    font-style: italic;
    display: inline-block;
}
.pd-tags .active{
    font-weight: bold;
    text-decoration: underline;
}