@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/myriadpro-regular-webfont.eot');
    src: url('../fonts/myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-regular-webfont.woff') format('woff'), url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('../fonts/myriadpro-regular-webfont.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url(../font/MyriadPro-Semibold.otf);
}

@font-face {
    font-family: 'MyriadPro-bold';
    src: url(../font/MyriadPro-Bold.ttf);
}

@font-face {
    font-family: 'MyriadPro-BoldCond';
    src: url('../fonts/myriadpro-cond-webfont.eot');
    src: url('../fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-cond-webfont.woff') format('woff'), url('../fonts/myriadpro-cond-webfont.ttf') format('truetype'), url('../fonts/myriadpro-cond-webfont.svg#MyriadPro-BoldCond') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------------------
|  Define CSS
--------------------------------------------------------------------------*/
html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    font-family: "MyriadPro-Regular", Arial, sans-serif
}

* html .clearfix,
:first-child + html .clearfix {
    zoom: 1
}

.container {
    position: relative
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

img {
    max-width: 100%;
    height: auto;
}

.clear-both {
    clear: both
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.padding-t-5 {
    padding-top: 5px !important;
}

.padding-t-10 {
    padding-top: 10px !important;
}

.padding-t-15 {
    padding-top: 15px !important;
}

.padding-t-20 {
    padding-top: 20px !important;
}

.padding-t-25 {
    padding-top: 25px !important;
}

.padding-t-30 {
    padding-top: 30px !important;
}

.padding-t-35 {
    padding-top: 35px !important;
}

.padding-b-5 {
    padding-bottom: 5px !important;
}

.padding-b-10 {
    padding-bottom: 10px !important;
}

.padding-b-15 {
    padding-bottom: 15px !important;
}

.padding-b-20 {
    padding-bottom: 20px !important;
}

.padding-b-25 {
    padding-bottom: 25px !important;
}

.padding-b-30 {
    padding-bottom: 30px !important;
}

.padding-b-35 {
    padding-bottom: 35px !important;
}

.padding-r-5 {
    padding-right: 5px !important;
}

.padding-r-10 {
    padding-right: 10px !important;
}

.padding-r-15 {
    padding-right: 15px !important;
}

.padding-r-20 {
    padding-right: 20px !important;
}

.padding-r-25 {
    padding-right: 25px !important;
}

.padding-r-30 {
    padding-right: 30px !important;
}

.padding-r-35 {
    padding-right: 35px !important;
}

.padding-l-5 {
    padding-left: 5px !important;
}

.padding-l-10 {
    padding-left: 10px !important;
}

.padding-l-15 {
    padding-left: 15px !important;
}

.padding-l-20 {
    padding-left: 20px !important;
}

.padding-l-25 {
    padding-left: 25px !important;
}

.padding-l-30 {
    padding-left: 30px !important;
}

.padding-l-35 {
    padding-left: 35px !important;
}

.margin-b-5 {
    margin-bottom: 5px !important;
}

.margin-b-10 {
    margin-bottom: 10px !important;
}

.margin-b-15 {
    margin-bottom: 15px !important;
}

.margin-b-20 {
    margin-bottom: 20px !important;
}

.margin-b-25 {
    margin-bottom: 25px !important;
}

.margin-b-30 {
    margin-bottom: 30px !important;
}

.margin-b-35 {
    margin-bottom: 35px !important;
}

.margin-t-5 {
    margin-top: 5px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}

.margin-t-15 {
    margin-top: 15px !important;
}

.margin-t-20 {
    margin-top: 20px !important;
}

.margin-t-25 {
    margin-top: 25px !important;
}

.margin-t-30 {
    margin-top: 30px !important;
}

.margin-t-35 {
    margin-top: 35px !important;
}

.margin-r-5 {
    margin-right: 5px !important;
}

.margin-r-10 {
    margin-right: 10px !important;
}

.margin-r-15 {
    margin-right: 15px !important;
}

.margin-r-20 {
    margin-right: 20px !important;
}

.margin-r-25 {
    margin-right: 25px !important;
}

.margin-r-30 {
    margin-right: 30px !important;
}

.margin-r-35 {
    margin-right: 35px !important;
}

.margin-l-5 {
    margin-left: 5px !important;
}

.margin-l-10 {
    margin-left: 10px !important;
}

.margin-l-15 {
    margin-left: 15px !important;
}

.margin-l-20 {
    margin-left: 20px !important;
}

.margin-l-25 {
    margin-left: 25px !important;
}

.margin-l-30 {
    margin-left: 30px !important;
}

.margin-l-35 {
    margin-left: 35px !important;
}


/*--------------------------------------------------------------------------
|  End Define CSS
--------------------------------------------------------------------------*/

.vertical-middle {
    vertical-align: middle !important;
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #de4a4a;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.ajax-loading-icon {
    top: 35%;
    left: 47%;
    position: absolute;
}

.warp-loading-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.warp-loading-all {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.warp-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

.wrap-suggestion {
    background: #fff;
    width: 35%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.wrap-suggestion .item-suggestion {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.wrap-suggestion .item-suggestion:last-child,
.wrap-suggestion .item-suggestion.ui-state-focus:last-child {
    border-bottom: none;
}

.wrap-suggestion .item-suggestion.ui-state-focus {
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #f0f0f0;
    color: #333;
    font-weight: normal;
    margin: 0;
}

.wrap-cart-modal .modal-content {
    border-radius: 0;
}

.wrap-cart-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f3902c;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    opacity: 1;
    z-index: 1;
}

.wrap-cart-modal .text-modal {
    margin-bottom: 5px;
}

.wrap-cart-modal .product-name-modal {
    font-size: 17px;
    padding-right: 20px;
    font-weight: normal;
}

.wrap-cart-modal .price-modal {
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
}

.wrap-cart-modal .price-sale-modal {
    display: inline;
    text-decoration: line-through;
    opacity: .5;
    font-size: 13px;
}

.button-modal .btn {
    border-radius: 0;
}

.button-modal .continue-shopping {
    background: #f3902c;
    border: #f3902c;
}

.related-modal-cart {
    height: 70px;
}

.item-reldated {
    width: 50px;
    height: 70px;
}

.image-cart-modal {
    border: 1px solid #ddd;
    padding: 1px;
}

.image-cart-modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-reldated img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 1px;
}

.slider-related {
    padding: 0 30px;
}

.slider-related .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
    width: 25px;
    height: 70px;
    text-align: center;
    opacity: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.slider-related .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    width: 25px;
    height: 70px;
    text-align: center;
    opacity: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.slider-related.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
    font-size: 20px;
    line-height: 70px;
    display: block;
}

.slider-related.owl-theme .owl-buttons div.owl-next:before {
    content: '\eaa6';
    font-size: 20px;
    line-height: 70px;
    display: block;
}

.item-suggestion .warp-img-suggestion {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
}

.item-suggestion img.img-suggestion {
    height: 100%;
    width: auto;
}

.item-suggestion .name-suggestion {
    font-size: 15px;
    margin-bottom: 5px;
}

.name-suggestion .mark {
    padding: 0;
    text-decoration: underline;
    background: none;
    font-weight: normal;
}

.item-suggestion .price-suggestion {
    margin-bottom: 0;
}

.item-suggestion .price-well {
    margin-right: 10px;
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
}

.item-suggestion .price-sale {
    text-decoration: line-through;
    opacity: .7;
    color: #333;
    display: inline;
}

.slider-thumb {
    border-top: none;
    border-bottom: none;
}

.slider-thumb.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
}

.slider-thumb.owl-theme .owl-buttons div.owl-next:before {
    content: '\eaa6';
}

.slider-thumb .owl-controls {
    margin: 0;
}

.slider-thumb .owl-wrapper-outer {
    padding: 0;
}

.slider-thumb .item {
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 3px;
}

.slider-thumb .item.active {
    border: 1px solid #ed1c24;
    border-radius: 3px;
}

.slider-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: none !important;
    height: 48px;
    max-width: none;
}

.thub-image {
    padding: 0 30px 0px;
    margin-top: 30px;
}

.xzoom-preview {
    background: #fff !important;
    border: 0 !important;
}

.xzoom-lens-nh .xzoom-lens {
    border: none !important;
    max-height: 100%;
    max-width: 100%;
}

.advanced-product .ui-slider .ui-slider-range {
    background: #ed1c24;
}

.advanced-product .ui-state-default {
    border: 1px solid #312527;
    background: #fff;
}

.advanced-product .ui-state-hover,
.advanced-product .ui-state-active {
    background: #383838;
    cursor: pointer;
}

.advanced-product .box-left,
.advanced-product .nav_title {
    margin-bottom: 10px;
}

.a-row label {
    display: inline;
    color: #888;
    font-weight: 400;
}

.a-row .selection {
    font-weight: 700;
}

.a-row .selection>a {
    color: #333;
}

.product-available .item-available:hover {
    background: #f3f3f3;
}

.product-available .item-available .num-quantity {
    padding: 0 5px;
    line-height: 25px;
}

.product-available .item-available .price-well {
    font-size: 14px;
    color: #333;
    text-shadow: 0 2px 0 #e9e9e9;
}

.product-available .item-available .price-before {
    font-size: 12px;
    height: 17px;
}

.description-product-detail {
    padding: 0;
}

.item-available .img {
    width: 36px;
    text-align: center;
}

.item-available .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-available {
    border-radius: 0;
    padding: 0;
    margin: 0 0 5px 0;
    border: none;
    background: none;
}

.zoomLens {
    width: 100px !important;
    height: 100px !important;
}

.zoomWindowContainer .zoomWindow {
    border: 0 !important;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, .3);
}

.list-meta-product > li {
    list-style: none;
    float: left;
    margin: 0 10px 10px 0;
}

.list-meta-product > li > a {
    color: #383838;
    padding: 5px 10px;
    border: 1px solid #ddd;
    line-height: 25px;
}

.list-meta-product > li > a:hover,
.list-meta-product > li > a.active {
    color: #fff;
    border-color: #ed1c24;
    background: rgba(237, 28, 36, 0.57);
}

.form-group {
    position: relative;
    min-height: 40px;
    clear: both;
}

#register-modal .form-group {
    height: 40px;
    clear: inherit;
}

#frm-profile .form-group {
    position: relative;
    min-height: 45px;
}

#frm-profile .form-group > div {
    position: relative;
    height: 40px;
}

.modal .modal-header {
    padding: 10px;
}

.modal-header .modal-title {
    font-size: 25px;
}

.form-group .icon-required {
    position: absolute;
    top: 4px;
    right: 15px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #a94442;
}

.account-user .dropdown-menu {
    border-radius: 0;
}

#order-list .btn-primary {
    background-color: #428bca !important;
    border-color: #428bca;
    color: #fff;
}

#order-list .btn-pink {
    background-color: #d6487e !important;
    border-color: #d6487e;
    color: #fff;
}

#order-list .btn-grey {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0;
    color: #fff;
}

.btn-reload-captcha {
    color: #383838;
    line-height: 35px;
    font-size: 18px;
}

.nh-video-item .more-blogs {
    margin: 5px 0;
    color: #383838;
}

.nh-video-item .title-video-item {
    font-size: 20px;
    color: #383838;
    margin: 5px 0;
}

.nh-video-item .image-hover i[class*=icon-] {
    opacity: 0.5;
}

.result-validate {
    position: relative;
    clear: both;
    font-size: 12px;
}

.has-error .result-validate .form-control-feedback {
    top: -40px;
}

.has-success .result-validate .form-control-feedback {
    top: -35px;
}

.file-input .file-caption {
    height: 38px;
}

.file-input .file-actions,
.file-input .file-upload-indicator {
    display: none;
}

.wrap-avatar-member > img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.nav-right .item-dropdown:hover {
    /* background-color: rgba(0, 0, 0, .07); */
}

.item-download {
    height: 150px;
    overflow: hidden;
}

.item-download .media .media-body p {
    height: 40px;
    overflow: hidden;
}

.list-download .media-heading {
    line-height: 17px;
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

#main_img {
    text-align: center;
    /* height: 100%; */
    position: relative;
    border: 1px solid #dedede;
    padding-top: 100%;
}

#main_img img {
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

/*.style-view-small .img {*/
/*    min-height: 140px;*/
/*}*/

.media-body h4.media-title-video {
    margin-top: 0px;
    margin-bottom: 5px;
}

.checkbox .level-2 {
    padding-left: 20px;
}

.checkbox .level-3 {
    padding-left: 40px;
}

.checkbox .level-4 {
    padding-left: 60px;
}

.file-download .file-name {
    max-height: 35px;
    line-height: 17px;
    overflow: hidden;
}

.position-relative {
    position: relative;
}

/*.col-sm-1 > .item-download .description-list-file,
.col-sm-3 > .item-download .description-list-file,
.col-sm-4 > .item-download .description-list-file,
.col-sm-1 > .item-download .file-name,
.col-sm-3 > .item-download .file-name,
.col-sm-4 > .item-download .file-name,
.col-sm-1 > .item-download .btn-download span,
.col-sm-3 > .item-download .btn-download span,
.col-sm-4 > .item-download .btn-download span {
    display: none;
}*/

.col-sm-1 > .item-download .file-download i,
.col-sm-3 > .item-download .file-download i,
.col-sm-4 > .item-download .file-download i,
.col-sm-1 > .item-download .btn-download i,
.col-sm-3 > .item-download .btn-download i,
.col-sm-4 > .item-download .btn-download i {
    font-size: 20px !important;
}

.box-right-download .media {
    margin: 0 0 20px 0;
}

.short_intro p {
    font-size: 15px;
    font-weight: bold;
}

ul.slider-news li {
    list-style: none;
}

.welcome .box_content {
    margin-top: 50px;
}

.tabs-block .tab-content {
    min-height: 100px;
}

ul.main_menu_mega > li > ul {
    position: static;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(../images/select2.png) no-repeat 4px 7px !important;
}

.contacts-list {
    margin: 20px 0;
}

.contact-address-wrap {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.contact-address {
    padding: 5px 15px;
    cursor: pointer;
}

.address-active {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px #ccc;
}

#add_another_contact {
    margin-top: 15px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.new-contact {
    margin-right: -15px;
    margin-left: -15px;
}

.price-detail-page {
    border: none;
}

.price-detail-page .dvt {
    font-size: 19px;
    color: #ed1c24;
}

.description-product-detail ul,
.description-product-detail li {
    list-style: none;
}

.top-detail-product {
    margin-top: 0;
    position: relative;
}

.top-detail-product .code-product {
    margin-bottom: 5px;
    padding: 0px;
}

.tag-discount {
    background: #ed1c24;
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    position: relative;
}

.tag-discount:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 14px solid #ed1c24;
    position: absolute;
    top: 0;
    left: -14px;
}

.tag-discount:after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 92%;
    opacity: 0;
}

.version {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.title-ver {
    margin: 0;
    position: relative;
    line-height: 35px;
}

.btn-ver {
    padding: 2px 5px 0px 3px;
    border-radius: 0px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div.owl-prev,
.thub-image .owl-theme .owl-controls .owl-buttons div.owl-next {
    top: 15px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
}

#search-type {
    padding: 0;
    border: none;
}

#search-type .dropdown-toggle {
    font-size: 14px;
    color: #444;
    padding: 0 20px;
}

.status-product {
    padding: 0 10px;
    width: auto !important;
}

.out-of-stock {
    color: #ec353c;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
}

.item-product .img {
    background-size: cover !important;
}

.img-80 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nhslider .item_block {
    margin-bottom: 0;
}

.banner-img.col-1 > div {
    padding-right: 0px;
    padding-left: 0px;
}

.box-product-style2 .nav_title li a.pdropcap:first-letter {
    font-size: 16px;
    color: #383838;
    font-weight: normal;
    text-transform: lowercase;
    display: block;
    padding: 8px 20px !important;
    position: relative;
}

.style-view-1 .img {
    min-height: 155px;
}

.modal-content {
    border-radius: 0;
}

.bg-cart .nav-tabs a {
    text-transform: uppercase;
    font-size: 16px;
}

.list-shipping-address .address-option {
    cursor: pointer;
    position: relative;
    z-index: 99;
    ox-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-boz-sizing: border-box;
    position: relative;
    display: block;
    padding: 15px 15px 15px 30px;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.list-shipping-address .address-option:hover {
    border: 1px solid #9ca643;
}

.list-shipping-address .address-option.active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    border: 1px solid #9ca643;
}

.address-option p {
    margin-bottom: 0;
}

.address-option p b {
    font-weight: bold;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.3;
}

.title-cart {
    text-transform: uppercase;
    border-bottom: 1px solid #DDD;
    color: #414141 !important;
}

.box-cart-left > .card {
    background: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

.box-cart-left>.card>.nav-tabs > li > a::after {
    content: '';
}

.btn-main {
    border-radius: 0;
}

.icon-list-address {
    display: inline-block;
    width: 20px;
}

.list-products-order {
    max-height: 370px;
}

.box-cart-right-cont .delete-order {
    right: 0px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #666666;
}

.shoppingcart-box .list {
    max-height: 400px;
}

.box-img-support img {
    width: 80px;
    height: auto;
}

.box-img-support {
    float: left;
}

.box-img-content {
    margin-left: 100px;
}

.box-img-content p {
    margin-bottom: 3px;
    font-weight: bold;
}

.box-img-content .list-icon a {
    color: #ed1c24;
    font-weight: bold
}

.display-theme-1 {
    display: block;
}

.display-theme-2 {
    display: none;
}

.mSCover {
    background-size: cover!important;
}

.list-menu-fy {
    list-style: none;
}

.list-menu-fy>li>a {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
}

.fancybox-gallery:hover .image-hover {
    opacity: .65;
}

.bg-main,
.fancybox-gallery:hover .image-hover,
.nav-tabs-03.nav-tabs>li.active>a,
.nav-tabs-03.nav-tabs>li.active>a:focus,
.nav-tabs-03.nav-tabs>li.active>a:hover,
.box-step ul li.active .demo-icon,
.nav_title li a::before,
.box-product-style2 h3:before,
.title_style2 h3::after,
.opticon-select li:hover .btn-ver,
.opticon-select li.active .btn-ver,
.nav-tabs-01 .nav-tabs li.active span,
.list-bank li label:before {
    background-color: #ed1c24;
}

.color-main,
.box-style-1 .demo-icon:before,
.bottom-download span,
.cart-order .dropdown-toggle span.number,
.view-style .btn-view.active,
.nav li.active a,
.nav_desktop ul li:hover ul li a:hover,
.title-product a:hover,
.title-desc-detail,
.nav-tabs-01 .nav-tabs li span .demo-icon,
.nav-tabs-01 .nav-tabs li.active i.icon-dot-circled,
.nav_desktop ul li.sub-menu-style2 ul li a:hover,
.nav_desktop ul li.sub-menu-style2:hover ul li a:hover,
.breadcrumb > .active,
.newsletter .btn-default {
    color: #f3902c;
}

.thub-image .item:hover img,
.thub-image .item.active img {
    border: 1px solid #ed1c24;
}

.nav-tabs-01 li.active .arrow-left::after,
.nav-tabs-01 li.active .arrow-left::after {
    border-right-color: #ed1c24;
}

.nav-tabs-01 .nav-tabs li.active span .demo-icon {
    color: #ed1c24
}

.btn-main,
.btn-primary,
a.btn-primary {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
}

.btn-main.focus,
.btn-main:focus,
.btn-main:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #ea0009;
    border-color: #ea0009;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li.active>a {
    background-color: #f3902c;
    border-color: #f3902c;
}

.btn-icon:hover {
    color: #ed1c24;
    border-color: #ed1c24
}

.btn-primary,
a.btn-primary {
    color: #fff;
}

.bg-default {
    background-color: #383838;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    background-color: #e3e3e3;
    border-color: #ea0009;
    color: #ea0009;
}

.jslider .jslider-bg i,
.jslider .jslider-pointer {
    background: url(../images/jslider.png) no-repeat 0 0;
}

.jslider .jslider-pointer {
    background-position: 0 -60px;
}

.box-product-style2 .nav_title li {
    padding: 0 15px 0 0;
}

.box-product-style2 .nav_title li a::before {
    display: none
}

.box-product-style2 .nav_title li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.box-product-style2 .tab-product .nav_title {
    border: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.position-left,
.position-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}

.position-left .box-image,
.position-right .box-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 7px;
}

.position-left .caption,
.position-right .caption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 7px;
}

.position-left .caption h3,
.position-right .caption h3 {
    margin-top: 0;
}

.advanced-product .list-cut .cut-0 span button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
}

.advanced-product .list-cut .cut-0 span {
    display: block;
    position: relative;
}


/*--------------------------------------------------------------------------
|  @ media min-width
--------------------------------------------------------------------------*/

@media (min-width: 768px) {
    .nav_desktop {
        margin-left: 0px;
    }
}

@media(min-width:992px) {
    .top-product-mon .col-xs-6:nth-child(3n+1) {
        clear: both;
    }
    .search-product .list-item:nth-child(3n +1) {
        clear: none;
    }
    .search-product .list-item:nth-child(4n +1) {
        clear: both;
    }
}

@media(min-width:1200px) {
    .box-search .form-inline input.form-control {
        width: 310px;
    }
}


/*--------------------------------------------------------------------------
|  @ End media min-width
--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
|  @ Media max-width
--------------------------------------------------------------------------*/

@media(max-width:991px) {
    .top-product-mon .col-xs-6:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    #footer .menu-ft .list-menu-fy {
        display: none;
    }
    .box-ft {
        margin-bottom: 0;
    }
    .title-menu-ft {
        margin: 0;
        padding: 15px 0;
        font-size: 14px;
    }
    .title-toggle:before {
        content: '+';
        display: block;
        position: absolute;
        right: 0;
        top: 14px;
        font-size: 16px;
        z-index: 10;
    }
    .title-toggle.ws-activearrow:before {
        transform: rotate(45deg);
    }
    .menu-ft {
        border-top: 1px solid #ddd;
    }
    div[class*="col-"]:nth-last-child(1) .menu-ft {
        border-bottom: 1px solid #ddd;
    }
    .list-menu-fy {
        margin-bottom: 0;
    }
    .menu-footer-vertical {
        padding: 0px;
    }
    .in-email {
        padding-bottom: 0px;
    }
    .footer-fanpage {
        float: left !important;
    }
    .hotline {
        padding: 0;
        margin-top: -50px;
        text-align: right;
    }
    .in-email>.main-email-news>h4 {
        font-size: 14px;
    }

    .menu-footer-vertical.box-fan-page {
        width: 150%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 500px) {
    .gritter-center {
        left: 10% !important;
        right: 10% !important;
    }
}

@media(max-width:480px) {
    .hotline {
        margin: 0px 0;
        text-align: left;
    }
    #sub-menu01 li .tab-item {
        padding: 7px 0;
        text-align: center;
    }
    .dropdown {
        float: right;
    }
    .ab-1-right {
        margin-left: -15px;
        padding-right: 12px !important;
    }
    .ab-1-left {
        padding-right: 0px;
        padding-right: 15px;
        margin-left: -5px !important;
    }
}


/*--------------------------------------------------------------------------
|  @ End media max-width
--------------------------------------------------------------------------*/