img {
    max-width: 100%;
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
}
section.header-container.header-3 {
    position: relative;
}
.outstock {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: #000;
    color: #fff;
}
.languages.box-search {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
}

.languages.box-search img {
    width: 25px;
}
/* - - - chung - - -*/
.attr a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 29px;
    border: 1px solid #fff;
    margin-right: 7px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 0 2px;
}
.mega-col-inner {
    position: relative;
}
.sub_menu_4 .lv4 {
    padding: 5px;
}
.sub_menu_4 {
    display: none;
    position: absolute;
    right: -100%;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .24);
    top: 0;
    padding: 5px 10px 10px;
}
.mega-col-inner:hover>.sub_menu_4 {
    display: block !important;
}
.sub_menu_4 .lv4 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
}
.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 1px #FF7A00;
}

.unsel {
    cursor: not-allowed;
}

.deactive {
    background: #ccc;
    pointer-events: none;
}

.b-variation-value .b-swatches_size-item.deactive a {
    background: #ccc;
    pointer-events: none;
}

#pagination .paginator {
    margin: 10px 0;
}

#pagination .paginator a, #pagination .paginator span.currentPage {
    display: inline-block;
    padding: 3px;
    font-weight: 500;
    font-size: 14px;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    margin-right: 7px;
    color: #000;
}

#pagination .paginator a:hover, #pagination .paginator span.currentPage {
    font-weight: 600;
    border-bottom: 2px solid #000;
}

.paginator a.paging-first:before {
    content: "\f100";
    font-family: FontAwesome;
}

.paginator a.paging-previous:before {
    content: "\f104";
    font-family: FontAwesome;
}

.paginator a.paging-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

.paginator a.paging-last:before {
    content: "\f101";
    font-family: FontAwesome;
}

#pagination .paginator .labelPages, #pagination .paginator .titlePages {
    display: none;
}

/* - - - chung - - -*/

.ui-tooltip {
    padding: 5px 10px;
    color: white;
    box-shadow: 0 0 7px black;
    font-size: 14px;
}

.ui-tooltip, .arrow:after {
    background: black;
    /*border: 2px solid white !important;*/
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: -16px;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 20px;
    height: 20px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.megamenu .sub-apmegamenu-1 {
    /*width: 350px;*/
}

@media (max-width: 768px) {
    .img-banner .img-responsive {
        height: auto !important;
    }
}

.breadcrumb a {
    font-size: 14px;
    color: #111;
    font-weight: 600;
}

.breadcrumb > li + li:before {
    font-family: "FontAweSome";
    content: "\f105";
    margin-left: 5px;
}

.breadcrumb > li a, .breadcrumb > li span {
    color: #111;
    font-weight: 600;
}

/*menu lv3*/
.menu-level3 {
    position: absolute;
    right: -190px;
    top: 0;
    display: none;
    width: 184px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .24);
}

.mega-col > .row > .col-sm-12:hover .menu-level3 {
    display: block;
}

.menu-level3 .menu-title a p {
    margin-left: 15px !important;
}

span.caret:before {
    top: 10px !important;
    right: 5px !important;
}

.product-right-box {
    position: sticky;
    top: 150px;
}

.product-right-column .quantity-selector {
    font-size: 18px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 99;
}

.main-content {
    padding-top: 155px;
}
.fixed-item {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 99;
}
.fixed-item img {
    width: 70px;
}
@media (max-width: 767px) {
    .main-content {
        padding-top: 110px;
    }
}