/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans.woff2') format('woff2'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
    url('../fonts/OpenSans-Semibold.woff') format('woff'),
    url('../fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Italic.woff2') format('woff2'),
    url('../fonts/OpenSans-Italic.woff') format('woff'),
    url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff2') format('woff2'),
    url('../fonts/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto/Roboto-Light.eot');
    src: url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto/Roboto-Italic.eot');
    src: url('../fonts/Roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto/Roboto-Italic.woff2') format('woff2'),
    url('../fonts/Roboto/Roboto-Italic.woff') format('woff'),
    url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.eot');
    src: url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Semibold';
    src: url('../fonts/Roboto/Roboto-Medium.eot');
    src: url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto/Roboto-Bold.eot');
    src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.text-error {
    color: #e00000;
}

:root {
    --product-has-video-bg: rgba(0, 0, 0, 0.5);
    --white-background: #fff;
}

body{
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 14px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
}

.header-top-bar {
    background-color: #f2f2f2;
}
.header-top-bar .top-bar-content {
    display: flex;
    justify-content: flex-end;
    height: 32px;
}
.header-top-bar .list-item  {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}
body {
    transition: none;
}
body.has-header-fixed {
    padding-top: 146px;
}
header#header.fixed.fixed-tran {
    overflow: initial;
}
header#header.fixed.fixed-tran .header-banner,
header#header.fixed.fixed-tran .header-top-bar {
    display: none;
}
#header .header-top-bar .list-item > li > a,
#header .header-top-bar .list-item > li > span {
    font-size: 12px;
    color: #707070;
    margin-left: 32px;
}
#header .header-top-bar .list-item > li > a {
    text-transform: uppercase;
}
#header .logo{
    height: 48px;
}
#dor-header02 .h1-logo{padding-top: 10px !important;margin-left: 10px !important;}
#dor-verticalmenu{
    width: auto;
    padding-left: 10px !important;
    padding-top: 25px !important;
    float: right;
}
.dor-main-logo .main-logo-inner {
    position: relative;
    width: auto;
    display: block;
    float: left;
}
.dor-main-logo .main-logo-inner .main-logo-wrapper {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.dor-main-logo .main-logo-inner .main-logo-wrapper .item-logo {
    height: 48px;
}
#_mobile_logo,
#_mobile_logo_new{
    display: none;
}
#dor-header02 .h1-logo {
    padding: 0 !important;
    margin:  0 !important;
}
#header .h1-logo .logo {
    height: 48px;
}
.dor-vertical-title{
    border:  1px solid #1A4797;
    background: #1A4797;
    padding: 9px 20px;
    cursor: pointer;
}
.dor-vertical-title .fa-icon-menu i, .dor_title_block > span{color: #fff; font-size: 18px}
.dor-header #dor_search_top form#searchbox {
    background-color: #F8F8F8;
    border: 0;
}
header#header.fixed.fixed-tran #dor_search_top form#searchbox{margin-top: 10px;}
.dor-header .dor_search button{ background: #1A4797 !important;}
.dor-header .dor_search button.search-customer{
    background: #1A4797 !important;
    color: #fff;
    padding: 10px 14px !important;
    border:1px solid #1A4797;
    top: 0;
}
.dor-header .dor_search button[name="submit_search"]:hover {
    background-color: #1A4797 !important;
}
.dor-header .dor_search button[name="submit_search"] i {
    font-size: 20px;
}
.dor-header .dor-mainmenu-inner {
    width: calc(58% + 50px);
}
.dor-header .dor-header-setting-inner {
    width: 140px;
}
.dor-verticalmenu.block_content{z-index: 99999;}
.dor-header #dor_search_top form input#dor_query_top, .dor-header #dor_search_top .form-inline .pos_search.form-group{height: 41px !important;background-color: transparent;font-style: normal;}
.choose-category-lists-content {
    text-align: left;
    padding-left: 20px;
}
.choose-category-lists-content span {
    color: #000;
}
.choose-category-lists-content span.caret{position: absolute;margin-top: 8px;right: 0;}
.store-location a{display: inline-block; border-radius: 5px; border: 1px solid #1A4797; text-transform: uppercase; color: #1A4797 !important; padding: 5px;}
.store-location img{height: 16px; max-width: 100%; padding-right: 5px;}
.block-nav .cart-products-count,
.blockcart.cart-preview .cart-products-count {
    background-color: #1A4797 !important;
    color: #fff !important;
    border-color: #1A4797  !important;
}
#dor-header02 .block-nav .cart-products-count,
#dor-header02 .blockcart.cart-preview .cart-products-count {
    top: -2px !important;
    left: 50%;
    margin-left: -5px;
    height: 15px;
    font-size: 10px;
    line-height: 12px;
    background-color: #F80A0A !important;
    border-color: #F80A0A !important;
}
.block-nav .cart-products-count {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 17px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 18px;
    text-align: center;
}
#dor-header02 .header-nav .right-nav > div{padding: 25px 10px !important; display: table-cell;}
#dor-header02 .header-nav .right-nav > .nav-notification,
#dor-header02 .header-nav .right-nav > .nav-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}
header#header.fixed.fixed-tran #dor-header02 .header-nav .right-nav > div{padding-top: 10px !important;}
header#header.fixed.fixed-tran #dor-header02 .h1-logo{padding-top: 0px !important;}
header#header.fixed.fixed-tran #dor-header02 #dor-verticalmenu{ padding-top: 10px !important; display: block !important; position: relative;}
header#header.fixed #dor-header02 .dor-mainmenu-inner{display: block !important;}
header#header.fixed #dor-header02.dor-header #dor_search_top{padding: 0 !important;}
div.verticalmenu .dropdown-menu{padding: 0 10px !important;}
div.verticalmenu .verticalmenu-content li a{white-space: normal !important;}
.pos_search .dropdown-menu.scroll-div{min-width: 300px !important;right: -15px;}
div.verticalmenu .navbar-nav > li > a:hover > span.menu-title, div.verticalmenu .navbar-nav > li > a:hover > span.menu-icon i{color: #1A4797 !important; background: transparent;}
#dor_query_top::-webkit-input-placeholder{
    color: #707070 !important;
    font-size: 13px;
    font-weight: 300;
    font-style: normal !important;
}
#dor_query_top::-moz-placeholder{color: #43454b !important;font-size: 13px;font-weight: 300;font-style: normal !important; font-family: "OpenSans-Italic"}
.block-categories{margin-top: 15px;     margin-top: 15px; /*max-height: 1426px;overflow: auto;*/}
.block-categories::-webkit-scrollbar { width: 5px;background-color: #F5F5F5;}
.block-categories::-webkit-scrollbar-thumb { background-color: #CDCDCD;}

.block-categories .title-left-column{font-family: "OpenSans-Semibold"}
.title_block::before, .category-top-menu .text-uppercase.h6::before, #left-column .text-uppercase.h6::before, #right-column .text-uppercase.h6::before{background: #1A4797; width: 60px;}
.block-categories .category-sub-menu li > a:hover{color: #1A4797;border-color: #1A4797 !important;}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover{color: #1A4797;}
.dorRightColumn > div, .dorLeftColumn > div, #left-column > div, #right-column > div{margin-bottom: 30px;}
#to-top::after{background-color: #1A4797;}
#to-top::before, #to-top::after{border: 1px solid #1A4797; }
.block-categories .category-sub-menu li.active[data-depth="0"]>a, .block-categories .category-sub-menu li.active[data-depth="1"] a{color: #1A4797;border-color: #1A4797 !important;}
.dor-breadcrumb ul li > a:hover{color: #1A4797; text-decoration: none;}
.dropdown .active span{color: #1A4797;}
.verticalmenu .navbar-nav > li.active a {  background: transparent !important;}
.verticalmenu .navbar-nav > li.active a span, .verticalmenu .navbar-nav > li.active li.active a{color: #1A4797 !important;}
#header .header-nav .blockcart .header,
#header .header-nav .block-notification .header{
    padding: 0 10px 15px;
    position: relative;
    height: 42px;
}
#header .header-nav .block-nav .header.header-logout,
#header .header-nav .blockcart .header.header-logout {
    padding: 0 20px 15px;
}
#header .header-nav .block-nav .header .cart-icon,
#header .header-nav .blockcart .header .cart-icon,
#header .header-nav .block-notification .header .notification-icon{
    height: 26px;
}
#header .header-nav .block-nav .header .cart-title,
#header .header-nav .blockcart .header .cart-title,
#header .header-nav .block-notification .header .notification-title{
    font-size: 10px;
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
#header .header-nav .block-nav {
    background: none;
    padding: 0;
    margin-left: 0px;
    position: relative;
    height: 3rem;
    text-align: center;
    white-space: nowrap;
}
#header .header-nav .block-nav .header {
    padding: 0 10px 15px;
    position: relative;
    height: 42px;
}
#header .header-nav .block-nav a {
    color: #acaaa6;
}
.dor-vertical-title .fa-icon-menu {
    display: inline-block;
    top: -1px;
    position: relative;
    left: -3px;
}
.dor-vertical-title .dor_title_block > span {
    font-size: 14px;
}
.dropdown.custom-dropdown .dropdown-toggle:after {
    display: none;
}
.dropdown.custom-dropdown .dropdown-menu {
    border: 1px solid #eee;
    margin-top: 20px;
}
.dropdown.custom-dropdown .dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #eee;
    border-width: 12px;
    margin-left: -12px;
}
.dropdown.custom-dropdown .dropdown-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.scroll-div-cart .minicart-product-lists {
    max-height: 35vh;
}
.list-language-modal .language-selector > span,
.language-dropdown .language-selector > span {
    display: none;
}
.list-language-modal .currency-selector,
.language-dropdown .currency-selector {
    display: none;
}
.list-language-modal .language-selector ul li,
.language-dropdown .language-selector ul li {
    padding: 8px 15px;
    border-bottom: 1px solid #EEFAFF;
}
.language-dropdown .language-selector ul li.current,
.language-dropdown .language-selector ul li:hover {
    background-color: #EEFAFF;
}
.language-dropdown .language-selector ul li > a {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.list-language-modal .language-selector ul li > a .img-flag,
.language-dropdown .language-selector ul li > a .img-flag {
    margin-right: 10px;
}
.list-language-modal .list-item-trigger {align-items: flex-start;padding: 0;min-height: 0;}
.list-language-modal .language-selector {
    width: 80%;
}
/*
.dorNavSlider>div{
    background-color: #000;
}
.dorNavSlider > div.av {
    background: #000 none repeat scroll 0 0 !important;
    border-color: #000;
}
.dorNavSlider>div:hover {
    background: #1A4797 none repeat scroll 0 0;
}
*/

/* Sale header section */
.sale-header {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0px 1px 1px #cdcdcd;
}

#header.header-absolute.fixed-tran .sale-header {
    padding: 12px 0;
}

.sale-header-wrapper {
    display: flex;
}

.sale-header-wrapper .header-sale-actions {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.header-sale-actions .change-password-link,
.header-sale-actions .logout-link {
    text-align: center;
    margin-left: 15px;

}

.store-info {
    display: flex;
    max-width: 300px;
    align-items: center;
}

.store-info .avatar-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden;
}

.store-info .avatar-wrapper img {
    max-width: 48px;
    max-height: 48px;
}

.store-info .store-name {
    max-width: calc(100% - 8px - 48px);
    margin-left: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #0081FF;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.change-sale-password-block .block-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px;
}

.change-sale-password-block label {
    color: #737373;
    font-size: 14px;
    font-weight: normal;
}

.change-sale-password-block .actions {
    text-align: center;
}

.change-sale-password-block .btn-primary {
    background-color: #1A4797;
    border-color: #1A4797;
    font-size: 14px;
    text-transform: none;
}

.change-sale-password-block .btn-outline {
    background-color: white;
    border-color: #1A4797;
    color: #1A4797;
    font-size: 14px;
    text-transform: none;
    margin-right: 24px;
}

/* End Sale header section*/


.dorNavSlider div:hover, .dorNavSlider .av{border:1px solid #fff; background: #000; padding: 8px; color: #fff;}
.dorNavSlider div:hover span, .dorNavSlider .av span{background: #fff; height: 12px;width: 12px;color: #fff;}

.dorFilterInner .ui-slider-horizontal .ui-slider-handle, .dorFilterInner .ui-slider-horizontal .ui-slider-range{background: #1A4797 !important;}
.dorFilterInner input[name="submit_range"]:hover{background: #2a2a2a !important; outline: none !important;}
#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
    display: -webkit-box;
    display: -moz-box;
    /*display: box;*/
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding: 0 10px;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    float: left;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% / 6);
}
#js-product-list-top {
    margin-top: 8px;
    padding-bottom: 0;
}
.dropdown, .dropup {
    position: relative;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
.products-sort-order .select-title {
    display: inline-block;
    margin-left: .375rem;
    width: 100%;
    color: #414141;
    background: #fff;
    padding: .625rem;
    cursor: pointer;
}
.products-sort-order .select-list:hover{background: #1A4797; text-decoration: none;}
body#category main article.dor-list-display .product-title-item a {
    font-size: 17px;
    position: relative;
    text-align: left;
}
.show-display-control .displayGrid{ background: url("/img/ic_gird_off.png") no-repeat; height: 45px; width: 45px; border-color: transparent !important;}
.show-display-control .displayGrid:hover, .show-display-control .displayGrid.active{ background: url("/img/ic_gird_on.png") no-repeat; height: 45px; width: 45px;}
.show-display-control .displayList{ background: url("/img/ic_list_off.png") no-repeat; height: 45px; width: 45px; border-color: transparent !important;}
.show-display-control .displayList:hover, .show-display-control .displayList.active{ background: url("/img/ic_list_on.png") no-repeat; height: 45px; width: 45px;}
/*.show-display-control a.active, .show-display-control a:hover{background: #1A4797;}*/
.pagination .page-list {
    display: flex;
    justify-content: end;
}
nav.pagination ul.page-list li.current > a, nav.pagination ul.page-list li.current > a:hover,  nav.pagination ul.page-list li > a:hover{background: #1A4797;color: #fff; border-color: #1A4797; text-decoration: none;}
nav.pagination ul.page-list li a i{color: #333;}
nav.pagination ul.page-list li > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.pagination ul.page-list li > a:hover i{
    color: #fff;
}
nav.pagination ul.page-list li {
    display: block;
    float: left;
}
.cart-button.button.ajax_add_to_cart_button.add-to-cart span, .cart-button.button.ajax_add_to_cart_button.add-to-cart span:hover{background:  #1A4797; color: #fff; border: 1px #1A4797 solid;}
.product-name, .ajax_block_product_sidebar .right-block > h5, .quickview h1.h1{padding: 3px;}
.product-more-options .cart-button.button.ajax_add_to_cart_button.add-to-cart span {
    padding: 6px 25px;
}
.view-detail{ margin-top: 10px;}
.view-detail a{text-decoration: none; color: #878787;}
.view-detail a i{color: #878787;}
.insurance-view-detail .view-detail a {
    background: #1A4797;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 16px;
    display: inline-block;
}
.product-actions .add-to-cart:hover, .cart-button.button.ajax_add_to_cart_button.add-to-cart span:hover{color: #fff !important;}
.product-container:hover .review-price-product {display: none;}
.product-container.hide-options:hover .review-price-product {display: block;}
.minimum_order_quantity{
    color: #ACAAA6;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.review-price-product .minimum_order_quantity{
    padding: 5px;
}
.box-status::before, .product-tabs-content a::before, #content .product-flags > li.product-flag::before, .quickview .product-flags > li.product-flag::before{border-color:transparent #1A4797 transparent transparent; }
.quickview .product-flags > li.product-flag, .box-status, .product-tabs-content a, #content .product-flags > li.product-flag{background: #1A4797;}
.product-name:hover{color: #000;}
body.dorHoverProduct2 .cart-button.button.ajax_add_to_cart_button.add-to-cart span, .product-actions .add-to-cart:hover, .cart-button.button.ajax_add_to_cart_button.add-to-cart span:hover{border:1px solid  #1A4797 !important;}
.review-price-product{height: auto;}
.pos_search .dropdown-menu li a:hover{color: #1A4797;}
.product-price-and-shipping span.price-root-relate{font-size: 13px; color: #ACAAA6; text-decoration: line-through; display: block; }

.product-price-and-shipping span.price-promotion-relate{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    display: inline-block !important;
}
.product-price-and-shipping .price-box{
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    padding-left: 5px;
}
.product-price-and-shipping .sale-box > *{
    font-size: 13px;
    color: #ACAAA6;
    font-weight: normal;
}
.product-price-and-shipping .sale-box .price-root-block{
    color: #ACAAA6;
}

.price-member-format span abbr, .product-price-and-shipping span abbr{text-decoration: underline;}
.dor-list-display  .product-price-and-shipping span.price-root-relate{display: inline-block !important;}
.dor-list-display  .product-more-options div{display: inline-block;}
.dor-list-display  .product-more-options div.view-detail{margin-left: 10px;}
.product-miniature .product-description-short{display: none;}
/*.product-miniature.dor-list-display .view-detail span{display: none;font-size: 13px;}*/
.product-miniature.dor-list-display .dor-addcart-button{text-align: left;}
.product-miniature.dor-list-display .product-container:hover .review-price-product{display: block !important;}
.product-miniature.dor-list-display .view-detail a span{/*height: 40px; width: 40px;*/ display:block; text-align: center; border-radius: 50px !important;font-size: 14px;padding: 8px 25px; border: 1px solid #ccc;}
.product-miniature.dor-list-display .view-detail a:hover span{background: #1A4797; color: #fff;}
.product-miniature.dor-list-display .view-detail a i{/*line-height: 40px;*/ display: none;}
.product-miniature.dor-list-display .product-description-short{display: block;}
.product-miniature.dor-list-display .product-more-options .add a span{border-radius: 50px !important;}
.product-miniature.dor-list-display .product-container:hover .content_price{opacity: 1 !important; visibility: visible !important;}
.product-miniature.dor-list-display .product-container .product-more-options{display: flex;padding: 0;text-align: left;padding-top: 5px;}
.product-miniature.dor-list-display .product-container .product-more-options .dor-addcart-button{width: auto !important;display: inline-block;}
.product-miniature.dor-list-display .view-detail{position: relative; top: -4px;}
.dor-breadcrumb ul li > a::before{top: -10px;}
.product-name {
    color: #000;
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
    white-space: initial;
    line-height: 24px;
}
.footer-copyright-payment .payment{float: left; color: #C0C7C8; }
.footer-container.dorFooterInner{background: #262E42;}
.footer-group-link .title_block{color: #fff; text-align: left; font-family: "OpenSans-Semibold"}
.footer-group-link .title_block:before{background: transparent; width: auto;}
.footer-group-link .box-footer-description, .footer-group-link .box-footer-description p{color: #fff;text-align: left; }
.footer-group-link li a{color: #fff;}
.footer-bottom-info-wapper > div:first-child {padding-top: 12px;}
.footer-container li a:hover{color: #fff;}
.box-footer-description img{max-width: 100%; height: auto;}
.box-footer-description img:first-child{margin-right: 5px;}
.footer-group-link ul li{margin-bottom: 5px;}
.footer-group-link form input {height: 42px;box-shadow: none;}
.footer-group-link form .input-wrapper {overflow: hidden;}
.footer-group-link form .input-wrapper input{border-radius: 5px 0 0 5px; border: 0 none;}
.footer-group-link form input[type=email] {padding: 11px;width: 100%; color: #000;font-family: 'OpenSans-Italic';}
.float-xs-right {float: right!important;}
.btn-register, .btn-register:hover{background: #007BFF; border:1px solid #007BFF; border-radius: 0 5px 5px 0;}
.footer-group-link form input [name="submitNewsletter"]{border-radius: 0; text-transform: unset !important;}
.social-sharing, .quickview .social-sharing{
    float: none;
    margin-top: 0;
    margin-left: 5px;
}
.format-detail{float: left;}
.format-detail .add-to-cart {background:#1A4797 !important; color:#fff; float: left;padding: 10px 40px !important; border:1px solid #1A4797!important;}
.send-draft-rfq {
    background: #fff !important;
    color: #1A4797;
    float: left;
    padding: 10px 40px !important;
    border: 1px solid #1A4797 !important;
    border-radius: 35px;
    margin-left: 15px;
}
.detail .product-information{padding-top: 5px;}
.detail .product-information img {
    max-width: 100%;
    height: auto;    
}
.product-information .format-detail{margin-bottom: 0;}
.product-information .product-description-short{
    margin-bottom: 20px;
    white-space: pre-line;
}
.product-information .product-actions .add-to-cart:hover{background: #fff !important;border: 1px solid #1A4797 !important;color: #1A4797 !important;}
.format-detail button.add-to-cart{font-size: 14px !important;}
.format-detail button.add-to-cart.disabled {
    font-size: 14px !important;
    background: #ccc !important;
    border-color: #ccc !important;
    color: #404040;
}
.format-detail.join-now{text-decoration: none; margin-left: 10px; background: #fff; color:#1A4797; border:1px solid #1A4797; border-radius: 35px; padding: 10px 40px !important; }
.format-detail.join-now a{text-decoration: none; text-align: center; display: block;}
.format-detail.join-now:hover{background:#1A4797 !important; }
.format-detail.join-now:hover a{color:#fff!important; }
.user-info span img{position: relative; margin-top: 5px; border-radius: 50%;border: 1px solid #d3d3d3;}
.submit-profile, .logout{border:1px solid #1A4797 !important; background: #fff !important; color: #1A4797 !important;}
.submit-profile:hover, .logout:hover{background: #1A4797 !important; color: #fff !important;}
.page-my-account #content .links a span.link-item{box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);}
.page-my-account #content .links a:hover span.link-item i, .page-my-account #content .links a:hover span.link-item{color: #1A4797;border-color: #1A4797;}
body#category main article.dor-list-display .button.ajax_add_to_cart_button span{background: #1A4797;}
body#category main article.dor-list-display .button.ajax_add_to_cart_button:hover span{background: #fff; border: 1px solid #1A4797; color: #1A4797 !important;}
/*.product-miniature.dor-list-display .view-detail a:hover{color: #1A4797; }
.product-miniature.dor-list-display .view-detail a:hover i{color: #1A4797 !important;}*/
#blockcart-modal .modal-header{background: #1A4797; }
#blockcart-modal .modal-header .close{color: #fff; opacity: 1;}
#blockcart-modal .cart-content .cart-content-btn .btn.btn-primary{background: #1A4797;}
#blockcart-modal .cart-content .cart-content-btn button:hover{ background:  #1A4797  !important; color: #fff  !important; border:1px solid #1A4797 !important;}
#blockcart-modal .cart-content .cart-content-btn a:hover{background: #fff !important; color: #1A4797  !important; border:1px solid #1A4797 !important;}
#blockcart-modal .cart-products-count, .cart-content > p{ color: #1A4797  !important;}
#blockcart-modal .modal-title{line-height: 30px;}
#tabInfoproduct .tab-content{padding: 10px 0 !important;}
#tabInfoproduct.tabs .nav-tabs .nav-link.active, #tabInfoproduct.tabs .nav-tabs .nav-link:hover{background: #1A4797; color: #fff; border: 1px solid #1A4797;}
.bootstrap-touchspin .input-group-btn-vertical > .btn:hover, .continue:hover{background: #1A4797 !important; color:#fff;}
#product .product-prices .price-inner, .quickview .price-inner{width: 100%;}
.current-price{ display: table;width: 100%;}
.current-price .product-price-and-shipping{ margin-bottom: 0;float: left; margin-right: 50px;}
.current-price .product-price-member{ margin: 0;padding: 0; float: left; width: 50%;}
.price-member-format{background: url("../../../../img/img_memberprice.png") no-repeat; height: 67px; margin-bottom: 0 !important;}
.h1.product-name-detail, .quickview h1.h1{ font-family: 'OpenSans-Semibold'; font-size: 24px; color: #000; margin-top: 0; margin-bottom: 20px;}
.current-price .price-promotion-relate{font-size: 24px !important; display: block !important; margin-bottom: 10px;}
.current-price .price-root-relate{font-size: 16px !important; display: inline-block !important;}
.current-price .percent-root-relate{color: #101010; margin-left: 10px; font-size: 16px !important; display: inline-block;}
.price-inner .product-price{width: 100%;}
.price-member-format label{display: block; font-size: 11px !important; font-family: "OpenSans-Semibold";text-align: left;padding-top: 10px;padding-left: 25px;}
.price-member-relate{padding-left: 25px; color: #1A4797; font-size: 20px !important; font-family: "OpenSans-Semibold";}
.box-star-img span{vertical-align: text-top;}
.box-address{background: #EAEAEA ; padding: 10px; margin-top: 20px; font-size: 14px;border: 1px solid #EFEFEF;border-radius: 2px;}
.box-address span{cursor: pointer;}
.red{color: #f00;}
.box-seller p{font-size: 12px;font-family: "OpenSans-Semibold"}
.info-seller h3{font-size: 16px; color: #1A4797;font-family: "OpenSans-Semibold"}
.info-seller p{font-size: 12px;font-family: 'Open Sans';}
.info-seller p i{padding-right: 5px;}
.box-star-img span{font-size: 12px;}
.box-search-store{margin-bottom: 15px; width: 100%;}
.box-search-store .item{ float: left;  }
.box-search-store .item:first-child{margin-right: 10px;}
.box-search-store .item label{display: block; color: #8E8E93; font-size: 14px; font-weight: normal; text-align: left;}
.box-search-store  .select2-container .select2-selection--single{border: 1px solid #CCCCCC;border-radius: 5px;height: 40px;}
.box-search-store  .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 40px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 40px;}
.box-pos h3{color:#1A4797; font-size: 17px; font-weight: bold; margin-bottom: 20px;}
.box-pos li{margin-bottom: 15px; cursor: pointer;}
.box-pos li strong{font-size: 14px; color: #000000; }
.box-pos li p{font-size: 14px; color:#878787;}
#stores .page-stores{width: 100%;}
#find_store_map {height: 435px;}
.box-page h3{ font-size: 20px; font-weight: bold; text-align: center;color: #1A4797; margin-top: 0; }
.box-page .box-content-page{ margin-top: 30px;}
.page-header.stores{margin-top: 0;}
.page-header.stores h1{color: #1A4797; font-size: 22px; font-weight: bold;}
.box-info-map h3{margin-top: 0; font-size: 20px;}
.scrollbar-inner{max-height: 300px; overflow: auto;}
.scrollbar-inner::-webkit-scrollbar { width: 5px;background-color: #F5F5F5;}
.scrollbar-inner::-webkit-scrollbar-thumb { background-color: #CDCDCD;}
.box-overlay {
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    z-index: 9998;
    cursor: pointer;
    margin-bottom: 0 !important;
    display: none;
}
.modal.delivery{margin-bottom: 0 !important; z-index: 9999; display: none;}
.modal.delivery .modal-content{
    background: #fff;
    box-shadow: none;
    height: auto;
    margin: auto;
    padding: 10px;
    /*  top: 20%;*/
    width: 500px;
    max-width: 96%;
    opacity: 1;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.modal.delivery .modal-content h3{font-size: 16px; font-weight: bold; margin-top: 0; color: #000000;}
.modal.delivery.modal-content p{font-size: 14px;}

.modal.delivery .button-cancel{display: inline-block; background: #FFFFFF ; border: 1px solid #1D4DA0; border-radius: 4px; padding: 5px; width: 200px; color: #1D4DA0; margin-right: 20px;}
.modal.delivery .button-cancel:hover{background: #1D4DA0; color: #fff;}
.modal.delivery .button-goto{display: inline-block;
    background: transparent linear-gradient(280deg, #A6E7FB 0%, #1D4DA0 100%) 0% 0% no-repeat padding-box; border-radius: 4px; padding: 5px; width: 200px; border: none; color: #fff;
    background: -moz-linear-gradient(280deg, #A6E7FB 0%, #1D4DA0 100%) 0% 0% no-repeat padding-box; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A6E7FB), color-stop(100%, #1D4DA0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(280deg, #A6E7FB 100%, #1D4DA0 100%) 0% 0% no-repeat padding-box; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(280deg, #A6E7FB 0%, #1D4DA0 100%) 0% 0% no-repeat padding-box; /* Opera 11.10+ */
    background: -ms-linear-gradient(280deg, #A6E7FB 0%, #1D4DA0 100%) 0% 0% no-repeat padding-box; /* IE10+ */
    background: linear-gradient(280deg, #A6E7FB 0%, #1D4DA0 100%) 0% 0% no-repeat padding-box; /* W3C */
}

.modal.delivery .modal-content .box-content{margin: 15px 0; }
.modal.delivery .modal-content .box-footer{ text-align: center; margin: 10px 0 5px;}
.modal.delivery .modal-content .box-content .item{margin-bottom: 10px;}
.modal.delivery .modal-content .box-content .item label{width: 150px; font-size: 14px; text-align: left;}
.modal.delivery .modal-content .box-content select{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
    width: 300px;
    color: #333;
}

.select-box {padding: 5px; max-width: 160px}
.images-container .product-images > li.thumb-container > .thumb {
    border: 2px solid #ffffff !important;
}
.images-container .product-images .owl-controls .owl-nav {
    position: relative;
    top: -65px;
}
.images-container .product-images.owl-theme .owl-nav [class*=owl-] {
    background-color: #00000054;
    border: 0;
    padding: 0 7px;
}
.images-container .product-images .owl-controls .owl-nav > div.owl-prev {
    bottom: 0;
    left: -4px;
}
.images-container .product-images .owl-controls .owl-nav > div.owl-next {
    right: -4px;
}
.images-container .product-images .owl-controls .owl-nav .fa {
    color: #fff;
}
.images-container .product-images .thumb-container {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.images-container .product-images .thumb-container img {
    position: absolute;
    height: 100%;
    max-width: none;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-preview-wrapper .images-container .pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-preview-wrapper .pswp__container .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-preview-wrapper .pswp__container .video-wrapper video {
    max-width: 100%;
    max-height: 100%;
}
.images-container .product-images .thumb-container:hover {
    cursor: pointer;
}
.images-container .dor-cover-image img{
    max-width: 100%;
    height: auto;
}
.title-you-may-also-custom {
    text-align: left;
    font-size: 16px;
    font-family: 'OpenSans-Bold';
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    text-transform: uppercase;
}
body.dorHoverProduct2 .dor_homeviewed_inner .owl-dot.active > span {
    background: #1A4797 !important;
    border-radius: 5px!important;
    border: none;
    margin: 0;
    height: 10px;
}
/*#tabInfoproduct.tabs{padding-top: 50px;}*/
.address-description p strong{font-family: 'OpenSans-Bold'; text-align: left; display: inline-block;color: #000;}
.address-description p span{color: #1A4797; display: inline-block; float: right;}
.address-description p span i{color: #1A4797; padding-right: 5px;}
.address-description p span:hover{text-decoration: underline;}
.address-description p img{padding-right: 5px;}
.chang-product{font-size: 15px; color: #1D4DA0; text-decoration: none; padding: 6px 25px; border:1px solid #1D4DA0; border-radius: 5px; display: inline-block; margin-bottom: 5px;}
.chang-product:hover{background: #1D4DA0;  color: #fff; text-decoration: none;}
.address-description p strong.address{color: #1A4797;font-family: 'OpenSans-Bold';padding-left: 10px;}
.owl-controls .owl-nav > div:hover{border-color: #1A4797;}
.quickview .product-quantity .input-group-btn-vertical .btn i:hover, #product .product-quantity .input-group-btn-vertical .btn i:hover{color: #fff;}
.product-images li.thumb-container > .thumb.selected,
.product-images li.thumb-container > .thumb:hover,
.dor-wishlist > a#wishlist_button:hover{
    border-color: #1A4797 !important
}
body.dorHoverProduct2 .product-images.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}
#main .images-container .js-qv-mask.scroll{position: relative; z-index: 999;}

.header-piz-line #dor-verticalmenu{display: none;}
#dor-header02 .head-dormenu{display: none;}
header#header.fixed #dor-header02 .header-piz-line.no-padding{display: none !important;}

div.verticalmenu .navbar-nav > li.parent.dropdown:hover > .dropdown-menu, div.verticalmenu .navbar-nav > li.parent.dropdown li.parent.dropdown-submenu:hover > .dropdown-menu{left: 95% !important;}
div.verticalmenu .dropdown-menu{position: absolute; z-index: 9999; }
.dor-breadcrumb{
    margin-bottom: 0px;
    padding-top: 0;
    background: transparent;
}
.dor-breadcrumb .breadcrumbs-items{transform: none;}
.dor-breadcrumb .breadcrumbs-items ul{background: transparent;}
.format-detail .add-to-cart, .format-detail.join-now{    padding: 10px !important; width: 160px; display: inline-block !important;}

.detail .product-information .product-quantity {
    float: none !important;
    width: 100%;
}
.detail .product-information .product-quantity .quantity-group {
    display: flex;
    flex-basis: 65%;
}
.detail .product-information .product-quantity .minimum_order_quantity{
    /* flex-basis: 35%; */
    flex-basis: 60%;
    margin-left: 20px;
}
.detail .product-information .product-quantity .quantity-group-wrapper{
    display: flex;
    align-items: center;
    width: 100%;
}
/*view image product*/
.dor-cover-image {
    width: 340px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
/*.dor-cover-image a.dor-thumb-video,*/
.dor-cover-image a.dor-thumb-container {
    width: 100%;
    padding-top: 100%;
    position: relative;
    top: 0;
    display: block;
    overflow: hidden;
}
.dor-cover-image a.dor-thumb-video img,
.dor-cover-image a.dor-thumb-container img {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    max-width: none;
    transform: translate(-50%, -50%);
}
.dor-cover-image a.dor-thumb-video img.portrait,
.dor-cover-image a.dor-thumb-container img.portrait {
    height: 100%;
    width: auto;
}

.small-img {
    width: 100%;
    height: 70px;
    position: relative;
    margin: 30px auto 0;
    text-align: center;
}

.small-img .icon-left, .small-img .icon-right {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 35px;
}

.small-img .icon-left { transform: rotate(-90deg); left: 0; }

.small-img .icon-right { right: 0; transform: rotate(-90deg);}

.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }

.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.small-container div {
    width: 100%;
    position: relative;
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    /* padding: 5px;*/
}
.small-container .show-small-img.active, .small-container .show-small-img:hover{border:1px solid #1A4797;}

.small-container .show-small-img:last-of-type { margin-right: 0; }

.dor_viewed_products .title-dor-viewed::before{background-color: #EAEAEA; top:16px; height: 2px;}
.dor_viewed_products .owl-carousel .owl-nav .owl-prev, .dor_viewed_products .owl-carousel .owl-nav .owl-next{background: #EAEAEA;}

/*.images-container .product-images > li.thumb-container > .thumb.selected{border-col:1px solid #1A4797; padding: 5px;}*/

.product-cover{border: 1px solid #EEEEEE;}
.product-cover-detail{
    width: 340px!important;
    height: 340px!important;
    text-align: center;
}

.dor-verticalmenu ul{
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    /*direction: rtl;*/
}
.dor-verticalmenu ul li {position: static !important;}
.dor-verticalmenu ul ul li{position: relative !important; border-bottom: 1px solid #ddd;}
.dor-verticalmenu ul li:last-child{border: 0 none;}
div.verticalmenu .dropdown-menu > li > a{padding: 3px 0;}
.dor-verticalmenu.block_content{
    padding: 0px 0px 0px 10px ;
    width: 220px;
    max-width: none;
}
div.verticalmenu .navbar-nav > li .expand.dropdown-toggle{right: 20px; top:15px;}

.verticalmenu::-webkit-scrollbar {
    width: 1px;
    background-color: #F5F5F5;
}
.verticalmenu .scrollbar {
    background-color: #F5F5F5;
    float: left;
    height: 300px;
    margin-bottom: 25px;
    margin-left: 22px;
    margin-top: 40px;
    width: 65px;
    overflow-y: scroll;
}

#products img.img-responsive, .featured-products img, .product-accessories img, .product-miniature img.img-responsive {/*width: 300px; height: 300px;*/ margin: 0 auto;}

.loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('../../../../modules/felixcommon/views/images/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: 0.5;
}

/*.box-profile .thumbnail img {
    max-width: 100px;
    border-radius: 50%;
    border: 1px solid #ccc;
}*/
#to-top{z-index: 999;}
#main .images-container .js-qv-mask.scroll{z-index: 1;margin-top: 15px;width: 100%;}
.scroll-box-arrows i{height: 20px;line-height: 21px;bottom: 62px;z-index: 1;color: #fff;background-color: #00000054;width: 20px;text-align: center;font-size: 16px;margin: 0 2px;/* top: 0px; */}

.product-quantity #quantity_wanted{z-index: 0;}


#identity #customer-form .form-group.row label{text-align: right;}
#customer-form .form-group {
    margin-bottom: 20px;
}
.action_link_change {
    position: absolute;
    color: #1d4da0;
    text-decoration: none;
}
.action_link_change:hover{text-decoration: none;}
#customer-form  .thumbnail{border: 0 none; padding: 0;margin: 0;padding-top: 10px; }
#password .card-block form section.form-fields{display: block; max-width: none;}
#password .page-content.card.card-block {
    display: table;
    width: 100%;
    position: relative;
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    color: #878787;
    font-size: 0.875rem;
    padding: 1rem;
}
#password .card-block form .form-control-label.col-md-3{width: 25%;}
#password  input::placeholder{
    color: #333;
}
.renew-password [type=submit]{
    margin: 0;
    border-radius: 35px;
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 35px;
    text-transform: none;

}
#password .form-group.row label {
    text-align: right;
}
#frm_confirm .form-group input {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: none;
    min-height: 40px;
    color: #333;
}

#customer-form input::-webkit-input-placeholder, #frm_confirm  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333 !important;
}
#customer-form  input::-moz-placeholder , #frm_confirm  input::-moz-placeholder { /* Firefox 19+ */
    color: #333 !important;
}
#customer-form  input:-ms-input-placeholder, #frm_confirm  input:-ms-input-placeholder { /* IE 10+ */
    color: #333 !important;
}
#customer-form  input:-moz-placeholder #frm_confirm  input:-moz-placeholder { /* Firefox 18- */
    color: #333 !important;
}
.tab-content>.active{padding: 10px;}

.alert{font-size: 14px;}

footer.form-footer{padding: 0;}

.social-sharing li a:hover{text-decoration: none; color: #fff;}

#password .form-group.row label.error{font-size: 14px; color: #f00; text-align: left; display: block;}

#dor-top-menu .close_menu{z-index: 9999;}

.product-refresh{display: none !important;}

.vertical-menu-head-wrapper{
    margin-top: -6px ;
}

.custom-span{
    position: absolute;
    top: 4px;
}

.owl-carousel .item {
    height: auto;
    background: white;
    padding: 1rem;
}
.test-carousel .owl-dots{
    display: none!important;
}
.item .img_saller{
    width: 200px!important;
    height:200px;
}
.box-star-img .img-star-seller{
    display: unset !important;
    width: 20px !important;
    height: 20px;
}
.title_format{
    color: #101010;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 24px;
    position: relative;
    /*text-transform: none !important;*/
    width: 150px;
}
.box-reponsive1 {
    margin-left: 0px;
    text-align: center;
}

/*#sync1.owl-theme {*/
/*    position: relative;*/
/*}*/
/*#sync1.owl-theme .owl-next,*/
/*#sync1.owl-theme .owl-prev {*/
/*    width: 25px;*/
/*    height: 50px;*/
/*    margin-top: -30px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*}*/
/*#sync1.owl-theme .owl-prev {*/
/*    left: 10px;*/
/*}*/
/*#sync1.owl-theme .owl-next {*/
/*    right: 10px;*/
/*}*/

#sync1 .item {
    border: 1px solid white;
    text-align: center;
}
body#search .sellers {
    margin-bottom: 40px;
}
body#search .sellers .seller-item {
    width: calc(100% / 6);
}
body#search .sellers .seller-item .title-seller {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.hide-nav .owl-controls {
    display: none;
}
.dor_viewed_products .owl-controls .owl-prev,
.dor_viewed_products .owl-controls .owl-next
{
    padding-bottom: 36px;
}

/* Product detail - related product */

.title-dor-viewed span {
    font-size: 16px;
    font-weight: 400;
    position: relative
}

.title-dor-viewed {
    margin-top: 0;
    margin-bottom: 0
}

body.dorHoverProduct2 .dor_viewed_products .dor-home-viewed-products-inner {
    overflow: visible;
    margin: 0 -10px;
    padding-bottom: 40px;
}

.dor_viewed_products .products.owl-carousel {
    position: relative;
}

.dor_viewed_products .owl-carousel .owl-nav .owl-prev {
    right: 42px
}

.dor_viewed_products .owl-carousel .owl-nav .owl-prev, .dor_viewed_products .owl-carousel .owl-nav .owl-next {
    background-color: #EAEAEA;
    position: absolute;
    top: -45px;
    margin-top: 0;
    width: 40px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.dor_viewed_products .owl-carousel .owl-nav .owl-prev i, .dor_viewed_products .owl-carousel .owl-nav .owl-next i {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 700
}

.dor_viewed_products .title-dor-viewed {
    display: inline-block;
    position: relative;
    width: calc(100% - 100px);
    margin-bottom: 10px
}

.dor_viewed_products .title-dor-viewed::before {
    background-color: #EAEAEA;
    content: "";
    height: 2px;
    left: auto;
    position: absolute;
    right: 0;
    top: 17px;
    width: 100%
}

.dor_viewed_products .title-dor-viewed::after {
    background-color: #f5f5f5;
    content: "";
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    top: 18px;
    width: 100%;
    display: none
}

.dor_viewed_products .title-dor-viewed span {
    padding-right: 10px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    display: inline-block;
}
body#product .dor_viewed_products .title-dor-viewed span {
    background-color: #f2f2f2;
}

/* Utils */
.img-wrap {
    width: 45px;
    background-color: #ccc;
}
.fixed-ratio {
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.fixed-ratio img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
}
.fixed-style.style-rounded {
    border-radius: 50%;
}
/* Product item box */
.product-extra-information {
    display: flex;

    margin-top: 10px;
    align-items: center;
}
.product-extra-information .extra-item {
    margin-right: 6px;
}
.product-extra-information .product-country-origin,
.product-extra-information .product-maintenance {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F4F8;
    border-radius: 4px;
    padding: 2px 4px;
    color: #000;
    white-space: nowrap;
    margin: 3px 6px 0;
}
.product-extra-information .product-country-origin span,
.product-extra-information .product-maintenance span {
    font-size: 10px;
    font-weight: bold;
}
#products .product-extra-information .country-flag,
.products .product-extra-information .country-flag {
    width: 16px;
    margin-right: 4px;
    display: block;
}
.product-extra-information .product-maintenance .maintenance-number {
    margin-right: 4px;
}
#products .product-extra-information .by-factories-img {
    width: 15px;
}
#products .product-extra-information .verify-img {
    width: 30px;
}
.category-name-section {
    background-color: #e9f2f9;
    padding: 15px;
}
.category-name-section h2 {
    color: #117ECE;
    text-align: center;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
.title_format .back-home-btn {
    color: #A4A4A4;
}
#products .products.columns-5,
#products .products.columns-6 {
    padding: 0 10px;
}
#products .products.columns-6 .product-miniature {
    width: calc(100% / 6);
    padding: 0 5px;
    margin-bottom: 10px !important;
}

#products .products.columns-5 .product-miniature {
    width: calc(100% / 5);
    padding: 0 5px;
    margin-bottom: 10px !important;
}

#products .products.columns-4 .product-miniature {
    width: calc(100% / 4);
    padding: 0 5px;
    margin-bottom: 10px !important;
}

#products .pagination {
    display: block;
    width: 70%;
    margin: 20px auto;
}
.dor-display-product-info .product-image-container .product-thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    /*background: url('../../../../modules/felixcommon/views/images/img_circle_default@2x.png') center center no-repeat;*/
    /*background-size: contain;*/
}
.dor-display-product-info .product-image-container .product-thumbnail img.img-responsive {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
}
.product-container:hover .dor-display-product-info .product-image-container .product-thumbnail img.img-responsive {
    transform: translate(-50%, -50%) scale(1.1);
}
body#module-home-category .product-category-filter-bar {
    display: none;
}
#products article .product-container:hover .product-more-options {
    box-shadow: none;
    border: none;
    margin-top: 0;
    padding-top: 5px;
}

.product-miniature .product-name-grid-view {
    font-size: 17px;
    display: none;
}

.product-miniature .product-name-custom {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-miniature.dor-list-display .product-name-custom {
    display: none;
}
.product-miniature.dor-list-display .product-name-grid-view {
    display: block;
}
.product-miniature.dor-list-display .product-more-options .view-detail a span {
    padding: 10px 26px;
}
body.dorHoverProduct2 .product-miniature.dor-list-display .cart-button.button.ajax_add_to_cart_button.add-to-cart span,
.product-miniature.dor-list-display .product-more-options .cart-button span {
    padding: 12px 24px;
}
article.product-miniature.dor-list-display .product-description-short {
    display: none !important;
}
article.product-miniature.dor-list-display .product-container:hover .product-more-options {
    display: flex !important;
}
article.product-miniature.dor-list-display .product-extra-information {
    margin-bottom: 15px;
}
#products article.product-miniature .product-container:hover .dor-addcart-button {
    transform: none;
}
.product-miniature .dor-display-product-info .box-top-sale {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}
.product-miniature .dor-display-product-info .box-top-sale img {
    width: 40px;
}
.product-miniature .dor-display-product-info .box-items {
    z-index: 1;
}

.dorHoverProduct2 article .product-container {
    border-radius: 5px;
}
.products:not(.dor-list-display) .product-container.is-bhsx-product .product-image-container {
    border: 2px solid #03c988;
    padding: 5px;
}

.products:not(.dor-list-display) .product-container.is-bhsx-product .dor-addcart-button {
    display: none !important;
}
.products:not(.dor-list-display) .dorHoverProduct2 article .product-container.is-bhsx-product:hover .product-more-options {
    bottom: 15px;
}
.products:not(.dor-list-display) .product-container.is-bhsx-product .view-detail .click-to-view-detail {
    background-color: #1A4797;
    border-radius: 4px;
    color: #fff;
    padding: 8px 6px;
    margin: 0 15px;
}
.product-container.is-bhsx-product .view-detail .click-to-view-detail i {
    display: none;
}
.dor-list-display .product-container.is-bhsx-product .bhsx-product-badge {
    max-width: 150px;
}
.product-container.is-bhsx-product .bhsx-product-badge {
    background-color: #03c98814;
    border-radius: 4px;
    padding: 4px 10px;
    color: #03C988;
    text-align: left;
    margin-top: 4px;
    max-width: 90%;
}
.product-container.is-bhsx-product .bhsx-product-badge img {
    width: 16px;
    margin-right: 3px;
    display: inline-block;
}
.product-container.is-bhsx-product .bhsx-product-badge span {
    font-size: 10px;
}
.dor-list-display .product-container.is-bhsx-product:hover .bhsx-product-badge{
    display: block;
}
.product-container.is-bhsx-product:hover .bhsx-product-badge {
    display: none;
}
.dorHoverProduct2 .js-product-miniature .product-container .dor-display-product-info {
    position: relative;
    min-height: 360px;
    background-color: white;
    border-radius: 5px;
}
.dorHoverProduct2 .owl-item .js-product-miniature .product-container .dor-display-product-info {
    position: relative;
    min-height: 380px;
}
.dorHoverProduct2 .js-product-miniature.dor-list-display .product-container .dor-display-product-info {
    height: auto !important;
    min-height: auto !important;
}
body#product .js-product-miniature .product-container .dor-display-product-info,
body#supplier .js-product-miniature .product-container .dor-display-product-info{
    background-color: #fff;
}

/* Product Detail */
body#product #wrapper #content-wrapper {
    display: flex;
    padding: 0 15px;
    margin: 0 15px;
}
.detail .extra-information {
    margin-bottom: 15px;
    color: #000;
}
.detail .extra-information .extra-item {
    display: flex;
    margin: 5px 0;
    align-items: center;
}
.detail .extra-information .extra-item .img-wrapper {
    width: 40px;
    margin-right: 15px;
}
.detail .extra-information .extra-item .by-factories-img {
    width: 25px;
}
.detail .extra-information .extra-item .verify-img {
    height: 20px;
}
.detail .extra-information .extra-item .freeship-img {
    height: 26px;
}
.detail .extra-information .extra-item span {
    font-size: 12px;
}
.detail .information-wrapper {
    background-color: #F5FCFF;
    padding: 10px;
    margin-bottom: 10px;
}
.detail .countDown-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail .countDown-wrapper .countDown-description {
    display: flex;
    align-items: center;
}
.detail .countDown-wrapper .countDown-badge {
    color: #fff;
    height: 30px;
    display: flex;
    padding: 14px 0px 10px 0px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
    border-radius: 0 3px 3px 0;
    background-image: url(../../../../img/ic_vip_badge.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    width: 60px;
    font-size: 11px;
}
.detail .countDown-wrapper .countDown-description-text {
    color: red;
    font-size: 12px;
}
.detail .countDown-wrapper .countDown-box {
    display: flex;
    align-items: center;
}
.detail .countDown-wrapper .countDown-box .countDown-box-item {
    width: 45px;
    height: 45px;
    font-size: 21px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E00000;
    background: transparent linear-gradient(180deg, rgba(224, 0, 0, 0.2) 0%, rgba(239, 116, 55, 0.2) 100%) 0% 0% no-repeat padding-box;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.detail .countDown-wrapper .countDown-box .countDown-box-orange-item {
    width: 45px;
    height: 45px;
    background: transparent linear-gradient(180deg, #E00000 0%, #EF7437 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 16px;
}
.detail .countDown-wrapper .countDown-box .countDown-second {
    margin-right: 0;
}
.detail .countDown-wrapper .countDown-box .countDown-symbol {
    color: orange;
}
.detail .price-wrapper {
    display: flex;
    margin-bottom: 10px;
}
.detail .listed_price{
    color: #666666;
    padding-left: 0;
    margin: 15px 0 10px 0;
    font-size: 15px;
}
.dor-display-product-info .listed_price{
    color: #ACAAA6;
    font-size: 14px;
    padding-left: 5px;
    font-weight: normal;
    text-decoration: line-through;
}
.listed_price .listed_price-value{
    text-decoration: line-through;
    padding-left: 10px;
}
.detail .price-wrapper .price-box {
    width: 33.33%;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.detail .price-wrapper .price-box .current-price {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.detail .price-wrapper .price-box .price {
    color: #BEBEBE;
    text-decoration: line-through;
}
.detail .price-wrapper .price-box .apply-product-quantity {
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.product-information div[itemprop="description"]::before {
    display: none;
}
.dor-cover-image a.dor-thumb-video,
.dor-thumb-video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    cursor: pointer;
    background-color: #fff;
}
.dor-thumb-video #video-preview {
    width: 100%;
}
.dor-thumb-video #video-preview.portrait {
    width: 100%;
    height: 100%;
}
.dor-thumb-video-small {
    position: relative;
    display: flex;
    text-align: center;
}
.dor-thumb-video .icon-play,
.dor-thumb-video-small .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
}
.dor-thumb-video-small .icon-play.icon-small {
    font-size: 14px;
    margin-left: -3px;
}
#product #dor_related_viewed {
    margin: 15px 0;
}
body#product .dor_homeviewed_inner {
    margin-top: 20px;
}

/* Supplier Page */
.fl-row {
    display: flex;
}
.fl-col-6 {
    flex: 1 0 0%;
    padding: 0 10px;
}

/* New layout */
body#product #wrapper,
body#supplier #wrapper{
    background-color: #f2f2f2;
}
body#product #header,
body#supplier #header{
    box-shadow: 0 1px 1px #cdcdcd;
}
body#product .dor-breadcrumb,
body#supplier .dor-breadcrumb {
    background-color: #f2f2f2;
}
.product-detail-box,
.section-box {
    background-color: #fff;
    padding: 15px;
    margin: 20px 0;
}
.section-box-shadow {
    box-shadow: 0 1px 4px #00000029;
}
.dor-display-cate {
    padding-right: 0;
}
#footer {
    padding-top: 0;
}
.footer-container.dorFooterInner {
    margin-top: 0;
}
/* Product detail */
.product-detail-box.row {
    margin-left: 0;
    margin-right: 0;
}
.product-detail-main {
    width: 75%;
    float: left;
}
.product-detail-nav {
    width: 25%;
    float: left;
}
.product-preview-wrapper {
    width: 40%;
    float: left;
}
.product-detail-wrapper {
    width: 60%;
    float: left;
    padding: 0 15px;
}
.product-actions .control-label {
    font-weight: bold;
    color: #000;
}
.product-extra-benefits {
    margin-top: 20px;
}
.product-extra-benefits-inner {
    display: flex;
}
.product-extra-benefits-inner > span {
    width: 15%;
    color: #000;
    font-weight: bold;
}
.product-extra-benefits-inner .benefits-box {
    width: 85%;
}
.product-extra-benefits-inner .benefits-title {
    font-size: 12px;
    color: #000;
    margin-right: 10px;
}
.product-extra-benefits-inner .benefits-desc {
    font-size: 10px;
    color: #707070;
}
.product-extra-benefits-inner .benefits-group {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.product-extra-benefits-inner .benefits-group .benefits-item {
    display: flex;
}
.product-extra-benefits-inner .benefits-group .benefits-img {
    margin-right: 8px;
}
.product-extra-benefits-inner .benefits-group .benefits-item .benefits-img {
    width: 15px;
    height: 25px;
    margin-right: 8px;
    margin-left: 5px;
}
.product-social {
    display: flex;
    flex-flow: column nowrap;
}

.product-social .product-social__block {
    display: flex;
}

.product-social .product-social-share {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.product-social .product-social-like {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-social .social-like-action img {
    width: 20px;
    display: none;
    margin-right: 5px;
}
.product-social .social-like-action img.active {
    display: block;
}

.product-social .product-views {
    border-right: 1px solid #c7c7cc;
    display: flex;
    align-items: center;
    width: 50%;
}

.product-social .product-views .product-views__icon img {
    margin-right: 8px;
    width: 22px;
}

#video-player-popup {
    background-color: rgba(0,0,0,.7);
    display: flex;
    max-width: 100vw;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
}

#video-player-popup.hide {
    visibility: hidden;
    opacity: 0;
}

#video-player-popup .video-controls-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 8px;
    position: relative;
    height: auto;
    max-height: 95vh;
    max-width: 90vw;
    width: 680px;
}

#video-controls {
    width: 100%;
    height: auto;
    max-height: 95vh;
}

.video-controls__close-btn,
.image-viewer-popup__close-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    z-index: 9999;
    top: -10px;
    right: -10px;
}

.video-controls__close-btn img,
.image-viewer-popup__close-btn img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
}

.fl-product-description {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
}
body#product .product-information div[itemprop="description"]::after,
.product-variants::after, .quickview .product-variants::after {
    display: none;
}

/* product variants */
.product-variants {
    padding: 10px 0;
}
.product-variants-attr-item {
    margin-bottom: 10px;
}
.variants-attr-name {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}
.variants-attr-value-list {
    display: block;
}
.variants-attr-value-item {
    display: inline-block;
    margin-right: 5px;
}
.variants-attr-value-item.default-disabled {
    pointer-events: none;
}
.variants-attr-value-item label {
    position: relative;
}
.variants-attr-value-item input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.variants-attr-value-item .value-display {
    float: left;
    border: 1px solid #c7c7c7;
    padding: 4px 15px;
    cursor: pointer;
}
.variants-attr-value-item.disabled .value-display {
    opacity: 0.5;
    pointer-events: none;
}
.variants-attr-value-item .value-display .value-check-icon {
    display: none;
}
.variants-attr-value-item input:checked + .value-display {
    border-color: #1A4797;
}
.variants-attr-value-item input:checked + .value-display .value-text {
    color: #1A4797;
}
.variants-attr-value-item input:checked + .value-display .value-check-icon {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 20px solid #1A4797;
    border-top: 20px solid transparent;
}
.variants-attr-value-item input:checked + .value-display .value-check-icon i {
    color: #fff;
    font-size: 7px;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: -17px;
}
.product-variants .missing-attribute{
    display: none;
    color: red;
    padding: 10px 0;
}
.product-variants .missing-attribute.show{
    display: block;
}

.box-seller-wrapper {
    display: flex;
}
.box-seller-wrapper .box-seller {
    position: relative;
    display: flex;
    padding-right: 20px;
    width: 44%;
}
.box-seller-wrapper .box-seller:after {
    content: '';
    position: absolute;
    right: 0;
    border-right: 1px solid #c7c7c7;
    top: 0px;
    bottom: 0px;
}
.box-seller .seller-img-wrapper {
    width: 66px;
    height: 66px;
    margin-right: 20px;
    position: relative;
}
.box-seller .seller-img-wrapper .felix-shield-img {
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 24px;
}
.box-seller .info-seller-name {
    margin-bottom: 10px;
    display: inline-block;
}
.box-seller .info-seller-name span {
    color: #000;
    font-weight: bold;
}
.box-seller .seller-contact {
    display: flex;
}
.box-seller .seller-contact .contact-box {
    display: flex;
    border: 1px solid #c7c7c7;
    color: #707070;
    padding: 5px 20px;
    margin-right: 20px;
    align-items: center;
    cursor: pointer;
}
.box-seller .seller-contact a:last-child {
    margin-right: 0 !important;
}
.box-seller .seller-contact .contact-box:hover {
    text-decoration: none;
}
.box-seller .seller-contact .contact-box.contact-box--active {
    border-color: #1A4797;
    color: #1A4797;
}
.box-seller .seller-contact .contact-box .contact-icon {
    margin-right: 5px;
    width: 14px;
}
.box-seller .seller-contact .contact-box .contact-label {
    font-size: 12px;
}
.box-seller-statistic {
    display: flex;
    width: 56%;
    padding: 0 20px;
    justify-content: space-between;
}
.box-seller-statistic .box-statistic-column {
    display: flex;
    flex-direction: column;
}
.box-seller-statistic .box-statistic-item {
    margin: 5px 0;
}
.box-seller-statistic .box-statistic-item .statistic-title {
    color: #707070;
    font-size: 10px;
    margin-right: 10px;
}
.box-seller-statistic .box-statistic-item .statistic-value {
    color: #DC3545;
    font-size: 10px;
    font-weight: bold;
}
.product-info-list .table>tbody>tr>th {
    border-top: 0;
    width: 1px;
    white-space: nowrap;
    padding-right: 30px;
}
.product-info-list .table>tbody>tr>td {
    border-top: 0;
}
.product-info-heading {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.description-table .table>tbody>tr>th {
    background-color: #F2F2F2;
    border: 0;
    width: 1px;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
}
.description-table .table>tbody>tr>td {
    border: 0;
}
.product-description .description-content {
    max-height: 100px;
    overflow: hidden;
    white-space: pre-line;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    word-break: break-word;
}
.product-description .description-content.expanded {
    max-height: none;
}
.product-description .description-read-more {
    text-align: center;
    color: #1A4797;
    font-weight: bold;
    margin-top: 10px;
}
.product-description ul {
    padding-left: 40px;
    list-style: unset;
}

.percent-discount-wrapper {
    display: flex;
    justify-content: center;
}

.percent-discount-box {
    position: relative;
    width: 48px;
    margin: 0px 10px;
}

.percent-discount-box .percent-discount-bg {
    position: absolute;
    width: 100%;
}

.percent-discount-box .percent-discount-content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF200;
    position: relative;
    height: 48px;
    line-height: 14px;
    padding-top: 6px;
}
.percent-discount-box .percent-discount-content .percent-discount-value {
    font-size: 12px;
}
.percent-discount-box .percent-discount-content .percent-label {
    font-size: 10px;
    text-transform: uppercase;
}

/* #Comment Area */
.product-comment .comment-heading .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-comment .comment-area {
    margin-bottom: 10px;
}

.product-comment .comment-item {
    border-top: 1px solid #ededed;
    padding-top: 20px;
    margin-top: 0;
}
.product-comment .comment-item .comment-item {
    border-top: 0;
}
.product-comment .comment-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.product-comment .comment-item .comment-name {
    font-size: 12px;
    text-transform: capitalize;
    color: #707070;
    font-weight: 600;
}

.product-comment .comment-item .comment-name,
.product-comment .comment-item .comment-date {
    position: relative;
    margin-right: 15px;
}
.product-comment .comment-item .comment-date {
    color: #8E8E93;
}

.product-comment .comment-item .comment-name:after,
.product-comment .comment-item .comment-date:after {
    content: '-';
    position: absolute;
    right: -12px;
}

.product-comment .comment-item .comment-reply a,
.product-comment .comment-item .comment-remove a {
    color: #1A4797;
    opacity: 0.8;
    cursor: pointer;
}

.product-comment .comment-item .comment-reply a:hover {
    opacity: 1;
}

.product-comment .comment-item .comment-reply i {
    font-size: 12px;
    margin-right: 5px;
    color: #1A4797;
}

.product-comment .comment-item .comment-remove a {
    font-size: 12px;
    color: #ff9500;
}
.product-comment .comment-item .comment-remove i {
    font-size: 12px;
    margin-right: 5px;
    color: #ff9500;
}

.comment-require-login {
    margin-bottom: 20px;
}
.comment-form {
    margin-top: 20px;
}

.comment-form .input-group input {
    height: 50px;
    position: relative;
    right: -4px;
    z-index: 0;
    color: #000;
}
.comment-form .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b4 !important;
    opacity: 1; /* Firefox */
}

.comment-form .input-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b4b4 !important;
}

.comment-form .input-group input::-ms-input-placeholder { /* Microsoft Edge */
    color: #b4b4b4 !important;
}
.comment-form .input-group .input-group-addon {
    background-color: #1A4797;
    color: #fff;
}
.comment-form .input-group .input-group-addon button[type="submit"] {
    padding: 6px 20px;
    background-color: transparent;
    border: none;
}
.comment-load-more a {
    color: #1A4797;
}
.reply-comment-form {
    display: none;
}

.product-detail-nav {
    background: transparent;
    padding-left: 20px;
    padding-top: 20px
}
.sticky-nav-inner {
    background-color: #fff;
    padding: 20px;
    position: sticky;
    top: 80px;
    box-shadow: 0px 1px 1px #00000029;
}
.sticky-nav-inner .product-nav-action .product-nav-item {
    display: flex;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid #194797;
    padding: 5px 10px;
    color: #194797;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sticky-nav-inner .product-nav-action .product-nav-item:hover {
    text-decoration: none;
}
.sticky-nav-inner .product-nav-action .product-nav-item > img {
    width: 16px;
    margin-right: 6px;
}
.sticky-nav-inner .product-nav-action .product-nav-item > i.far {
    margin-right: 6px;
}
.sticky-nav-inner .product-nav-action .product-nav-item.product-nav-item--active {
    background-color: #194797;
    color: #fff;
}

.product-felix-store {
    box-shadow: 0px 1px 1px #00000029;
    margin-top: 20px;
    background: #fff;
    padding-bottom: 15px;
}
.product-felix-store .felix-store-heading {
    background: transparent linear-gradient(180deg, rgba(255,203,0,0.26) 0%,rgb(255 203 0 / 10%) 80%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    display: flex;
    padding: 10px 15px 0;
    align-items: center;
    margin-bottom: 0;
    color: #ffcc00;
}
.product-felix-store .felix-store-heading img {
    margin-right: 5px;
}
.product-felix-store .store-name {
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    padding: 10px 15px 0;
}
.product-felix-store .store-name span {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.product-felix-store .store-desc {
    font-size: 12px;
    color: #707070;
    padding: 0 15px;
}
body.dorHoverProduct2 .dor_homeviewed_inner .owl-dot > span {
    width: 10px;
    height: 10px;
    margin: 0;
}

/* Supplier detail */
#supplier .box-seller-statistic .box-statistic-item .statistic-title {
    font-size: 12px;
}
#supplier .box-seller {
    width: 60%;
}
#supplier .box-seller .info-seller-name {
    margin-bottom: 5px;
}
#supplier .box-seller-statistic {
    width: 40%;
}
#supplier .box-seller-statistic .box-statistic-column {
    width: 50%;
}
#supplier .box-seller-statistic .box-statistic-item .statistic-value {
    font-size: 12px;
}
.box-seller .seller-contact .like-supplier .like-icon {
    display: inline-block;
}
.box-seller .seller-contact .like-supplier .liked-icon {
    display: none;
}
.box-seller .seller-contact .like-supplier.liked {
    border-color: #DC3545;
}
.box-seller .seller-contact .like-supplier.liked .like-icon {
    display: none;
}
.box-seller .seller-contact .like-supplier.liked .liked-icon,
.box-seller .seller-contact .like-supplier.liked span {
    display: inline-block;
    color: #DC3545;
}
.box-seller .seller-contact .follow-supplier .following-label {
    display: none;
}
.box-seller .seller-contact .follow-supplier.following {
    border-color: #1A4797;
}
.box-seller .seller-contact .follow-supplier.following .follow-label,
.box-seller .seller-contact .follow-supplier.following .contact-icon {
    display: none;
}
.box-seller .seller-contact .follow-supplier.following .following-label {
    display: inline-block;
    color: #1A4797;
}
.info-seller .info-seller-address i,
.info-seller .info-seller-address span {
    font-size: 12px;
    color: #707070;
}
.supplier-product-filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#supplier-voucher .layout__title {
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 32px;
    width: 100%;
}

#supplier-voucher .layout__title.voucher-title {

    grid-template-columns: max-content 1fr max-content;

}

#supplier-voucher .layout__title .text {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    color: #2a2a2a;
}

#supplier-voucher .layout__title .horizontal-line {
    background-color: var(--category-horizontal-line-bg);
    height: 4px;
}

#supplier-voucher .slide-banner__controllers {
    display: inline-flex;
    border-radius: 2px;
    background: #eaeaea;
    width: 40px;
    height: 36px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#supplier-voucher .slide-banner__controllers:hover {
    cursor: pointer;
}

/* Dashboard Customer */
body#wallet #wrapper {
    background-color: #f2f3f7;
}

body#wallet #content {
    background-color: #fff;
}

body#wallet #footer {
    padding-top: 0;
}

body#wallet .footer-container.dorFooterInner {
    margin-top: 0;
}

#crop-image-modal .jcrop-holder {
    margin: 0 auto;
}

.product-has-video__wrapper {
    align-items: center;
    background-color: var(--product-has-video-bg);
    color: var(--white-background);
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.product-has-video__wrapper.non-responsive {
    left: 0;
    font-size: 12px;
    height: 24px;
    width: 64px;
}

.product-has-video__wrapper.responsive {
    border-radius: 1px;
    display: none;
    height: 16px;
    right: 0;
    width: 16px;
}

.dor-list-display .product-has-video__wrapper.non-responsive {
    display: none;
}

.dor-list-display .product-has-video__wrapper.responsive {
    display: flex;
}

.product-has-video__wrapper.responsive img.icon {
    height: 8px;
    margin-right: 0!important;
}

.product-has-video__wrapper.non-responsive img.icon {
    margin-right: 4px!important;
    width: auto;
}

.voucher__wrapper {
    min-width: 560px;
}

.no-existing-block {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.no-existing-block img {
    max-width: 250px;
    width: 100%;
}

.no-existing-block .no-existing-text {
    color: #b4b4b4;
}

#js-product-list-top .seller-listing__no-result {
    margin-bottom: 24px;
    width: 100%;
}

#js-product-list-top .product-listing-label__container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
}

#js-product-list-top .product-listing-label__container .title_format {
    margin-bottom: 0;
    flex-grow: 1;
}

.product-price-and-shipping .price-root-block span {
    display: inline-block;
}

.product-price-and-shipping .price-root-block .percent-discount {
    background-color: rgb(253, 102, 0);
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 2px;
    margin-left: 5px;
}

/*Product detail ocop*/
.product-detail-options {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.ocop-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ocop-wrapper .ocop-logo {
    width: 71px;
}

.ocop-wrapper .ocop-level {
    display: flex;
    gap: 12px;
}

.ocop-wrapper .ocop-level i {
    color: #FFF302;
}


/* style switch */
.switch-container-core {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Arial, sans-serif;
    margin: 8px 0;
    user-select: none;
  }
  
  .switch-container-core  .switch-core {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .switch-container-core  .switch-core input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .switch-container-core .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 24px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  }
  
  .switch-container-core .slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  }
  
  .switch-container-core .switch-core input:checked + .slider {
    background-color: #1a4797;
  }
  
  .switch-container-core .switch-core input:checked + .slider::before {
    transform: translateX(18px);
  }
  
  .switch-container-core .switch-core:hover .slider {
    background-color: #b3b3b3;
  }
  
  .switch-container-core .switch-core input:checked:hover + .slider {
    background-color: #0d3a8a;
  }
  
  .switch-container-core .label-text {
    font-size: 14px;
    color: #1a4797;
    font-weight: 500;
    transition: color 0.2s;
  }
  
  .switch-container-core:hover .label-text {
    color: #0d3a8a;
  }
  


/* Responsive */
@media(max-width: 1200px){

}
@media(max-width: 1366px){

}
@media(max-width: 1366px) and (min-width: 1024px){
    .dor-vertical-title h3 {
        display: none;
    }
    .custom-value-balance{width: auto;}
    #dor-verticalmenu .dor-vertical-title {
        padding: 8px 10px;
    }
    .dor-vertical-title .fa-icon-menu {
        top: 0;
        left: 0;
    }
    .dor-header .dor-mainmenu-inner {
        width: 50%;
    }
    #header .header-nav .block-nav .header {
        padding: 0 15px;
    }
    .choose-category-lists-content span.caret {
        right: 8px;
    }
    #dor-verticalmenu .dor-vertical-title .dor_title_block > span{font-size: 14px;}
    #dor-header02 .header-nav .right-nav > div{padding-left: 5px !important; padding-right: 5px !important;}
    .store-location a{font-size: 13px;}
    #dor-header02.dor-header #dor_search_top{padding-left: 0; padding-right: 0;}
    .product-price-and-shipping span.price-promotion-relate {font-size: 16px;}
    .product-price-and-shipping span.price-root-relate {font-size: 14px;}
    .product-miniature.dor-list-display .view-detail{margin-top: auto;}
    /*.popup-change-product .modal-dialog-custom{-webkit-transform: translate(0,-50%) !important;
    -ms-transform: translate(0,-50%) !important;
        -o-transform: translate(0,-50%) !important;
    transform: translate(0,-50%) !important;}*/
    .select-address-custom{padding: 10px;}
    #footer{padding-top: 0;}
    .footer-group-link .title_block{font-size: 18px;}
    .amount-price-show{margin-left: -15px;}
    .footer-container.dorFooterInner{padding: 25px 0;margin: 0;}
    .box-footer-description img:first-child{margin: 0;}
    .box-footer-description a{display: inline-block; width: 50%;}
    .box-footer-description a img{height: auto !important; max-width: 100%; padding: 0 5px;}
    .product-quantity .add{margin: 0 auto !important;}
}

@media(max-width: 1024px){

}
@media(max-width: 1024px) and (min-width: 991px){

}
@media  (min-width: 1024px) and (max-width: 1366px){
    /*.product-miniature.dor-list-display .view-detail { top:0; }*/
}
@media (max-width: 1199px) and (min-width: 768px) {
    #header .header-top-bar .list-item > li > a, #header .header-top-bar .list-item > li > span {
        font-size: 10px;
        margin-left: 10px;
    }
    .dor-vertical-title .fa-icon-menu {
        top: 2px;
        left: 0;
    }
    .dor-header #dor_search_top form input#dor_query_top {
        width: 60%;
    }
    .dor-header #dor_search_top .form-inline .pos_search.form-group {
        width: 30%;
    }
    .dor-header .dor_search button.search-customer {
        padding: 10px 10px 8px !important;
    }
    .choose-category-lists-content span.caret {
        right: 5px;
    }
    #header .header-nav .block-nav .header {
        padding: 0 20px;
    }
    /* .social-sharing, .quickview .social-sharing {
         bottom: 0;
         position: relative;
     }*/
}


@media(max-width: 991px){
    header#header.fixed.fixed-tran #dor-header02 .dor-header-setting-inner{position: relative; right: auto;}
    header#header.fixed #dor-header02 .dor-mainmenu-inner{padding-left: 0px; padding-right: 0px;}
    header#header.fixed #dor-header02 .header-nav .right-nav > div {padding: 15px !important;}
    #dor-verticalmenu .dor-verticalmenu.block_content {background: #fff none repeat scroll 0 0;}
    header.fixed .dor-main-logo{display: table;}
    header  #dor-verticalmenu{ padding-left: 115px!important; }
    header.fixed  #dor-verticalmenu{ padding-left:20px!important; }
    .dor-banner-sidebar-info-inner, .main-logo-inner{position: relative; width: auto !important; display: table-cell;}
    .store-location a span{display: none;}
    .store-location img{padding-right: 0;}
    #header #dor-header02 .dor-mainmenu-inner{left: auto;position: relative;width: 50%;bottom: -20px;}
    .block-categories{display: none;}
    header#header.fixed #dor-verticalmenu .dor-vertical-title{margin-top: 0;}
    header#header.fixed #dor-header02 .dor-mainmenu-inner{bottom: 0;}
    header.fixed #dor-header02 .head-dorsetting{padding-right: 0;}
    .dor-header .dor_search button.search-customer{padding: 10px 10px 8px !important;top:0;}
    .choose-category-lists-content span.caret{right: 7px;}
    div.verticalmenu .navbar-nav > li.bold span.menu-title, .verticalmenu .menu-icon i, div.verticalmenu .navbar-nav > li > a > span.menu-title, div.verticalmenu .navbar-nav > li .expand.dropdown-toggle .caret::before{color: #333;}

    div.verticalmenu .dropdown-menu{box-shadow: none !important; padding: 0 !important;}
    div.verticalmenu .navbar-nav > li li:hover,  div.verticalmenu .navbar-nav > li li:hover{background: #F7F7F7;}
    #dor-verticalmenu .dor-vertical-title {background: #1A4797;border-color: #1A4797; padding: 8px;margin-top: 20px;}
    #dor-header02 #dor-verticalmenu{
        padding: 5px 15px 0;
        padding-top: 5px !important;
        position: absolute; top:-2px;
    }
    .show-page-text-number{display: block;}
    .dorRightColumn > div, .dorLeftColumn > div, #left-column > div, #right-column > div{margin-top: 15px;}
    .products-selection .sort-by{width: auto;}
    .products-sort-order.dropdown{width: auto;}
    #footer .footer-group-link{width: 50%; margin-bottom: 20px;}
    .category-top-menu > li:first-child, .title_block{margin-bottom: 0;}
    .footer-container.dorFooterInner{padding: 15px;}
    .footer-container.dorFooterInner img{width: 50%  !important; padding: 0 5px;  float: left;  height: auto !important;}
    .footer-container.dorFooterInner img:last-child{margin-right: 0;}
    #dor-verticalmenu.closes .dor-verticalmenu.block_content{display: block !important;}
    #dor-verticalmenu .close_menu_vertical i{color: #333;}
    .dor-verticalmenu ul{max-height: unset;}
    .dorFilterInner{display: none;}
    .footer-container.dorFooterInner img:last-child{float: none;}
    .product-miniature.dor-list-display .view-detail{ top:8px;}
    .full-width .dor-list-display .product-more-options div.view-detail{top:8px;}
    .dor-cover-image{width: auto;max-width: 100%;}
    #main .images-container .js-qv-mask.scroll{z-index: 1;}
    div.verticalmenu .navbar-nav > li .expand.dropdown-toggle{top:0;}
    #dor-verticalmenu div.verticalmenu li.parent.dropdown.dor-menu-open .dropdown-menu.verticalmenu-content{top: auto !important; left: auto !important;}
    div.verticalmenu .navbar-nav > li .expand.dropdown-toggle{right:  0;}
    div.verticalmenu .navbar-nav > li.dor-menu-open .expand.dropdown-toggle .caret:before{content: "\f105";}
    .box-search-store .item{width: 100%;}
    .box-search-store .item .select-box{width: 100%; max-width: none;}
    /*.social-sharing, .quickview .social-sharing {
        bottom: 0 !important;
        position: relative;
    }*/

    #products .products.columns-6 .product-miniature {
        width: calc(100% / 4);
    }

    #products .products.columns-5 .product-miniature {
        width: calc(100% / 3);
    }

    #products .products.columns-4 .product-miniature {
        width: calc(100% / 3);
    }
}


@media(max-width: 991px) and (min-width: 768px){
    .format-detail .add-to-cart, .format-detail.join-now{width: 170px; padding: 10px !important;}
    .product-miniature.dor-list-display .view-detail { top: 10px; }
}
@media (orientation: landscape) and (min-width: 375px) and (max-width: 812px){
    .product-miniature.dor-list-display .view-detail { top:0 !important; }
    .current-price .product-price-and-shipping{display: block; float: none; width: 100%; margin: 0;}
    .current-price .product-price-member { float: none;width: 100%;margin-top: 10px; }
    .price-member-relate{padding-left: 15px;}
    #search #products article {
        width: 50%;
    }
    #products img, .featured-products img, .product-accessories img, .product-miniature img{height:  auto !important;}
}


@media (orientation: landscape) and (min-width: 768px) and (max-width: 1024px){
    /*.product-miniature.dor-list-display .view-detail { top:0; }*/
}

@media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px){
    .footer-container.dorFooterInner img{width: auto !important;}
}

@media(max-width: 767px){
    .voucher__wrapper {
        min-width: auto;
    }
    #header #dor-header02 .dor-mainmenu-inner {height: 100%;
        padding: 0;
        position: absolute;
        right: auto;
        text-align: center;
        width: 35px;
    }
    #header #dor-header02 .main-logo-inner {
        display: block;
    }

    .header-absolute {
        z-index: 1001;
    }

    #header #dor-header02 .dor-main-logo {
        height: 100%;
        /* left: calc(50% - 80px);*/
        position: relative;
        width: 50%;
    }
    .dor-megamenu .navbar .navbar-header {
        float: none;
        position: relative;
        top: calc(50% - 15px);
    }
    #header #dor-header02 .dor-mainmenu-inner{
        position: relative;
        width: 100%;
    }
    .dor-main-logo .block-info{display: none;}
    .header-piz-line.hide{display: block !important;}
    #dor-header02 .head-dormenu{display: block !important; width: auto;}
    #dor-header02 .head-dormenu .dor-megamenu {
        right: unset;
    }
    header#header.fixed .head-dormenu .dor-megamenu {
        z-index: 1 !important;
    }
    .dor-megamenu{position: relative;}
    #header #dor-header02 .dor-megamenu .navbar-header{padding: 5px;top: -50px;left: 0px;width: auto;display: inline-block;margin-left: 15px;}
    header#header.fixed #dor-header02 .header-nav .right-nav > div{padding: 25px 10px !important;}

    #dor-header02 #dor-top-menu{border-right: 1px solid #ccc;}
    header#header.fixed.fixed-tran #dor-header02 .h1-logo a{margin-left: auto;}
    #dor-top-menu.navbar-collapse{background: #fff;}
    .close_menu i{color: #333;}
    .dor-megamenu ul.navbar-nav > li.active > a > span.menu-title, .dor-megamenu ul.navbar-nav > li > a:hover > span.menu-title{color: #1A4797 !important;}
    .dor-megamenu ul.navbar-nav li a span.menu-title, #dor-top-menu.navbar-collapse ul > li > a{color: #333 !important;}
    .dor-megamenu ul.navbar-nav li a span.menu-title:hover , #dor-top-menu.navbar-collapse ul > li > a:hover span{color: #1A4797 !important;}
    .dor-megamenu #dor-top-menu ul.navbar-nav li a:hover span.menu-title{color: #333 !important;}
    .dor-megamenu .navbar-nav > li .caretmobile::before{color: #333 !important;}
    .dor-megamenu ul.navbar-nav > li > a:hover > span.menu-title::before, .dor-megamenu ul.navbar-nav > li.active > a > span.menu-title::before{background: 0 none !important;}
    .dor-megamenu ul.navbar-nav > li > a > span.menu-title::after, .dor-megamenu ul.navbar-nav > li > a > span.menu-title::before, .dor-megamenu ul.navbar-nav > li > a:hover > span.menu-title::after, .dor-megamenu ul.navbar-nav > li.active > a > span.menu-title::after{background: 0 none !important;}

    .dor-header #dor_search_top form input#dor_query_top{width: 100%;}
    #header #dor-header02 #dor_search_top .form-inline .pos_search.form-group{display: none;}
    #wrapper{padding-bottom: 0;}
    header#header.fixed.fixed-tran{padding: 10px;}
    header#header.fixed.fixed-tran #dor-header02 #dor-verticalmenu{display: none !important; }
    header#header.fixed #header #dor-header02 .dor-megamenu .navbar-header {
        padding: 5px;
        top: -50px;
        left: 10px;
        width: auto;
        display: inline-block;
    }
    header#header.fixed.fixed-tran #dor-header02 .dor-header-setting-inner {
        position: absolute;
        right: 10px;
        top: 0px;
        z-index: 100;
    }
    header#header.fixed #dor-header02 .head-dormenu{width: 100%;}
    header#header.fixed #dor-header02 .header-piz-line.no-padding{display: block !important;}
    header#header.fixed #dor-header02 .dor-megamenu .navbar-header { border: 1px #ddd solid;top: 15px; float: left;padding: 5px; margin-left: 15px; left: 0px;}

    #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature{width: 50%;}

    #dor-header02 .header-nav .right-nav > div {padding: 25px 10px !important;display: table-cell;float: none; vertical-align: middle;}
    .product-miniature.dor-list-display .view-detail { top: -15px;}
    .dor-home-viewed-products-inner {padding-bottom: 0 !important;}
    .product-quantity .add{margin-left: auto;}
    .product-information .social-sharing{position: relative;margin-top: -15px;}
    #tabInfoproduct.tabs{padding: 0;}

    .dorFooterInner .collapse {
        display: block !important;
    }

    #password .form-group.row label{text-align: left;}
    #identity #customer-form .form-group.row label{max-width: 100%;}
    #password .card-block form .form-control-label.col-md-3{width: auto;}
    #blockcart-modal { z-index: 9999;}
    #blockcart-modal .cart-content .cart-content-btn .btn.btn-primary {min-width: 130px;}
    #blockcart-modal .cart-content .cart-content-btn button {min-width: 130px;}
    .popCartInfo{padding:0 15px;}
    #blockcart-modal .cart-content .cart-content-btn {width: 100%;text-align: center;display: block;}
    .modal.delivery .modal-content .box-content select{width: 100%;}
    .modal.delivery .button-cancel,.modal.delivery .button-goto{width: 140px;}
    .modal.delivery .button-cancel{margin-right: 5px;}
    .dor-display-cate{z-index: 1;}
    .footer-container.dorFooterInner img{width: auto !important;}
    .cart-button.button.ajax_add_to_cart_button.add-to-cart{display: block; width: auto; border: 0 none;}
    .cart-button.button.ajax_add_to_cart_button.add-to-cart span{display: inline-block !important; line-height:normal !important; border-radius: 50px !important;}
    .cart-button.button.ajax_add_to_cart_button.add-to-cart i{display: none !important;}
    .dorHoverProduct2 .product-container .product-more-options{opacity: 1; display: block; position: relative; text-align: center;}


    /*  body.dorHoverProduct2 .cart-button.button.ajax_add_to_cart_button.add-to-cart span{border-radius: 50px; display: inline-block !important; padding: 8px 15px;}
      .dorHoverProduct2 .product-container .product-more-options .view-detail{border:1px solid #ccc;padding:  8px 15px; border-radius: 50px; margin-left: 5px;}
      .dorHoverProduct2 .product-container .product-more-options .view-detail:hover a{background: #1A4797;}
      .dorHoverProduct2 .product-container .product-more-options .view-detail a i{display: none !important;}*/
    .product-miniature.dor-list-display .view-detail a span{padding:  8px 15px; width: 125px;}

    .dorHoverProduct2 .product-container .product-more-options .view-detail{visibility: visible;display: inline-block;}
    .dor-list-display .product-more-options div.view-detail{margin-left: 5px; display: inline-block;}

    body#category.dorHoverProduct2 article.dor-list-display .product-container .product-more-options{display: none !important;}
    header#header.fixed.fixed-tran .container > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    #footer .footer-group-link{padding: 0;}

    .dor-banner-sidebar-info-wrapper, .main-logo-wrapper{display: block !important;}
    #dor-header02 .h1-logo{text-align: right;}
    #supplier .layout__title .text {
        font-size: 18px;
    }
}
@media (orientation: landscape) and (min-width: 414px) and (max-width: 736px){
    #search #products article {
        width: 50%;
    }
    /* body main .dor-addcart-button{display: inline-block; width: auto;}*/
}
@media (orientation: portrait) and (min-width: 414px) and (max-width: 736px){
    #search #products article {
        /*width: 100%;*/
    }
    /*body main .dor-addcart-button{display: inline-block; width: auto;}*/
}
@media (orientation: landscape) and (min-width: 375px) and (max-width: 667px){
    #search #products article {
        width: 50%;
    }
}
@media (orientation: portrait) and (min-width: 375px) and (max-width: 667px){
    #search #products article {
        /*width: 100%;*/
    }
}

@media (max-width: 650px){
    .footer-payment-line .payment li {
        margin: 0 2px;
    }

    .footer-container.dorFooterInner .box-footer-description img{float: left; width: 50% !important; padding: 5px;}
    .footer-container.dorFooterInner .footer-group-link:first-child  .box-footer-description img{width: auto !important; float: none;}
    #footer .footer-group-link{margin-bottom: 0;}
    #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature{width: 100%;}
    .dorHoverProduct2 .js-product-miniature .product-container .dor-display-product-info .right-block{padding: 0;}
    .dorHoverProduct2 .js-product-miniature.dor-list-display .product-container .dor-display-product-info{padding: 0;}
    body#category main article.dor-list-display .review-price-product{padding-top: 0;}

    .product-has-video__wrapper.non-responsive {
        display: none;
    }

    .product-has-video__wrapper.responsive {
        display: flex;
    }

}

@media (max-width: 650px) and (min-width: 371px) {
    #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
        width: 50%;
    }
    #category article.ajax_block_product {
        width: 100%;
    }
}

@media(max-width: 414px){

    #header .header-nav .right-nav {
        display: inline-flex;
    }
    header#header.fixed #dor-header02 .header-nav .right-nav > div{    padding: 15px 10px !important;
    }
    .dorHoverProduct2 .product-container .product-more-options{display: block !important; opacity: 1;}
    .product-miniature.dor-list-display .view-detail{top: 0 !important;}
    #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature{width: 100%; }
    .product-information .format-detail{margin: 0 auto; margin-top: 10px;}
    #tabInfoproduct.tabs .nav-tabs .nav-link.active, #tabInfoproduct.tabs .nav-tabs .nav-link:hover{display: inline-block;}
    .product-information .social-sharing {
        position: relative;
        margin-top: 15px;
        right: unset;
        left: unset;
        width: 100%;
        bottom: auto !important;
        float: none;
    }
    #dor-header02.dor-header #dor_search_top, #dor-header02 #dor-verticalmenu{
        top: auto;
    }
    #_desktop_logo, #_mobile_logo, #_mobile_logo_new{z-index: 1;}
    .dor-mobile header#header.fixed.fixed-tran #dor-header02 .dor-header-setting-inner{z-index: 1;}
    body#product .dor_homeviewed_inner{
        margin: 0 -15px;
    }

    body.dorHoverProduct2 .owl-carousel .owl-stage-outer {
        padding: 10px 0;
    }
    body.dorHoverProduct2 .dor_homeviewed_inner .owl-dots {
        margin-top: 15px;
    }
    .dor_viewed_products .title-dor-viewed{width: 100%;}
    .product-miniature.dor-list-display .product-container .product-more-options{text-align: center;}
    #dor-header02 .h1-logo{text-align: center;}
    header#header.fixed #dor-header02 .header-nav .right-nav > div {
        padding: 15px 7px !important;
    }
}

@media (max-width: 1199px) {
    .product-detail-nav {
        display: none;
    }
    .product-detail-main {
        width: 100%;
    }

    .product-detail-box.row {
        display: flex;
    }

    .product-detail-wrapper {
        flex-grow: 1;
    }

    .product-preview-wrapper {
        flex-basis: 340px;
        max-width: 340px;
    }

    .product-extra-benefits-inner {
        display: block;
    }
    .box-seller-statistic {
        padding: 0 0 0 20px;
        width: 50%;
    }
    .box-seller-wrapper .box-seller {
        width: 50%;
    }
    .box-seller .seller-contact .contact-box {
        padding: 5px 10px;
    }
    .product-cover-detail {
        width: auto !important;
        height: auto !important;
    }
}

@media(max-width: 375px){
    #dor-header02 .header-nav .right-nav > div{vertical-align: middle;}
    #dor-header02 .header-nav .right-nav > div {padding: 25px 7px !important;}
    .current-price .product-price-member{width: auto;}
    .current-price .product-price-member span{font-size: 14px;}

}

@media (orientation: landscape) and (min-width: 320px) and (max-width: 568px){
    #search #products article {
        /*width: 50% !important;*/
    }
    #dor-header02.dor-header #dor_search_top, #dor-header02 #dor-verticalmenu{margin: 0;}
    article.dor-list-display{width: 50% !important;}
}
@media (orientation: portrait) and (min-width: 320px) and (max-width: 568px){
    #search #products article {
        /*width: 100% !important;*/
    }
}


/*Ipad ngang(1024 x 768)*/
@media screen and (min-width: 768px){
    .modal-add-cart{
        text-align: center;
    }
    .modal-add-cart:before{
        display: inline-block;
        vertical-align: middle;
        /* content: " "; */
        height: 100%;
    }
    .modal-dialog-add-cart{
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .dorHoverProduct2 article .product-container:hover .product-more-options {
        bottom: 0;
    }
    #products .products.columns-6 .product-miniature:not(.dor-list-display) .dor-display-product-info {
        min-height: 360px;
    }
    .product-container:hover .product-extra-information {
        display: none;
    }
    .product-miniature.dor-list-display .product-container:hover .product-extra-information,
    .product-container.hide-options:hover .product-extra-information {
        display: flex;
    }
    article.dor-list-display .left-block {
        max-width: 250px;
    }
}
/*Ipad  (768 x 1024)*/
@media screen and (max-width: 768px){
    #products .products.columns-6.searching-product-container {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
    }

    .header-top-bar {
        display: none;
    }
    #header #dor-header02 .dor-main-logo {
        width: 56px;
        display: flex;
        float: left;
        margin-top: 30px;
    }
    #header #dor-header02 .dor-mainmenu-inner {
        width: calc(100% - 56px);
        float: right;
        display: flex;
        padding-left: 15px;
    }
    #_desktop_logo {
        display: none;
        height: 0;
    }
    #_mobile_logo,
    #_mobile_logo_new{
        display: block;
    }
    #header .h1-logo .logo {
        height: 32px;
    }
    #dor-header02.dor-header #dor_search_top,
    #dor-header02 #dor-verticalmenu {
        position: relative;
    }
    .dor-header #dor_search_top form input#dor_query_top,
    .dor-header #dor_search_top .form-inline .pos_search.form-group {
        height: 38px !important;
    }
    #header #dor-header02 .dor-header-setting-inner {
        position: relative;
        display: block;
        clear: both;
    }
    #header #dor-header02 .dor-megamenu .navbar-header {
        top: 0px;
        margin-left: 0;
        border: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3px 0;
    }
    #header #dor-header02 .dor-megamenu .navbar-header .cart-title {
        color: #000;
        font-size: 10px;
    }
    #dor-header02 .head-dormenu {
        display: flex !important;
        justify-content: space-around;
        width: 100%;
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }
    #header .header-nav {
        display: none;
    }
    .dor-megamenu {
        height: 54px;
    }
    #header .header-nav.header-nav-mobile {
        display: flex;
        flex: 1 0 0;
        justify-content: center;
    }
    #header .header-nav.header-nav-mobile > div {
        margin: 0 10px;
    }
    .list-item-modal-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 50%);
        z-index: 99;
        display: none;
        justify-content: center;
        align-items: center;
    }
    .list-item-modal-wrapper.open {
        display: flex;
    }
    .list-item-modal-wrapper ul {
        background-color: #fff;
        padding: 10px 0;
        border-radius: 5px;
        min-width: 80%;
    }
    .list-item-modal-wrapper ul li {
        padding: 10px 20px;
        text-align: left;
    }
    .list-item-trigger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 42px;
    }
    .list-item-trigger .fa {
        color: #000;
        font-size: 18px;
    }
    .list-item-trigger .list-item-icon {
        height: 27px;
        line-height: 27px;
    }
    .list-item-trigger .list-item-title {
        font-size: 10px;
        color: #000;
    }
    #header .header-nav .block-nav .list-item a,
    #header .header-nav .blockcart .list-item a {
        color: #000;
    }
    .list-item-modal-wrapper ul.list-item li a {
        display: flex;
        align-items: center;
    }
    .list-item-modal-wrapper .list-item-dropdown-icon {
        height: 16px;
        margin-right: 8px;
    }

    /* header fixed */
    header#header.fixed .header-top {
        display: none;
    }
    header#header.fixed #dor-header02 .dor-megamenu .navbar-header {
        border: 0;
        top: 0;
        float: left;
        padding: 5px;
        margin-left: 0;
        left: 0px;
    }
    header#header.fixed.fixed-tran {
        height: 65px;
    }
    header#header.fixed #dor-header02 .head-dormenu {
        padding-right: 25px;
    }
    body #header.fixed .header-nav.header-nav-mobile {
        z-index: 98 !important;
    }
    header#header.fixed .head-dormenu .dor-megamenu {
        z-index: 99 !important;
    }
    .dropdown-menu {
        border: 0;
        /*background: red;*/
    }
    /* product */
    .dorHoverProduct2 .js-product-miniature .product-container .dor-display-product-info {
        min-height: unset;
        height: auto !important;
    }
    .dorHoverProduct2 .js-product-miniature.dor-list-display .product-container .dor-display-product-info{
        min-height: unset !important;
    }
    body.dorHoverProduct2 .js-product-miniature {
        margin-bottom: 10px !important;
    }
    #products article.dor-list-display .product-container {
        display: flex;
    }
    #search #products article {
        display: flex;
        padding: 0 4px;
        width: 50%;
    }

    #search #products article .product-container {
        align-items: stretch;
        align-self: stretch;
        display: flex;
        flex: 1;
    }

    #search #products article .product-container .dor-display-product-info {
        flex: 1;
    }

    #search #products article .product-container .dor-display-product-info .product-name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #search #products article .product-container .dor-display-product-info .product-name.product-name-grid-view {
        display: none;
    }

    #products .products.columns-6 .product-miniature.dor-list-display {
        width: 100% !important;
        padding: 0 4px;
    }
    article.product-miniature.dor-list-display .product-extra-information {
        margin-bottom: 5px;
    }
    article.product-miniature .product-container .product-more-options {
        display: none !important;
        height: 0;
        overflow: hidden;
    }
    article.product-miniature.dor-list-display .product-container:hover .product-more-options {
        display: none !important;
    }
    .product-miniature.dor-list-display .product-container .product-more-options .dor-addcart-button {
        display: flex;
        justify-content: center;
    }
    .dorHoverProduct2 .product-container .product-more-options .view-detail {
        display: flex;
        justify-content: center;
        margin-left: 5px;
        margin-top: 0;
    }
    .product-miniature.dor-list-display .view-detail a span {
        width: auto;
    }
    .product-miniature .product-container:hover .review-price-product {
        display: block;
    }
    .product-miniature .product-container:hover .content_price {
        opacity: 1;
        visibility: visible;
    }
    .dorHoverProduct2 article. .product-container:hover .product-more-options {
        box-shadow: none;
        border: none;
        margin-top: 0;
    }
    .dorHoverProduct2 article.dor-list-display .product-container:hover {
        box-shadow: none;
    }
    .dorHoverProduct2 article.dor-list-display.js-product-miniature {
        margin-bottom: 15px !important;
    }
    article.product-miniature.dor-list-display .view-detail {
        margin-top: 10px;
    }
    .cart-button.button.ajax_add_to_cart_button.add-to-cart span {
        padding: 3px 15px;
    }
    article.product-miniature .view-detail {
        margin-top: 5px;
    }
    .dorHoverProduct2 .js-product-miniature.dor-list-display .product-container .dor-display-product-info {
        display: flex;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    article.dor-list-display .left-block {
        flex: 0 0 120px;
        margin-right: 10px
    }
    .product-miniature.dor-list-display .product-title-item {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .product-miniature.dor-list-display .product-name {
        font-size: 16px;
    }
    .product-miniature.dor-list-display .product-name-custom {
        display: -webkit-box;
    }
    .product-miniature.dor-list-display .product-name-grid-view {
        display: none;
    }
    .product-miniature.dor-list-display .product-price-and-shipping span {
        display: block;
    }
    .product-price-and-shipping span.price-promotion-relate {
        font-size: 15px;
    }
    .product-miniature.dor-list-display .product-more-options .view-detail a span {
        padding: 2px 15px 4px 15px;
    }

    /* Product detail mobile */
    body#product #wrapper #content-wrapper {
        margin: 0;
        padding: 0;
    }
    .product-detail-main {
        width: 100%;
    }

    .product-detail-box.row {
        display: block;
    }

    .product-preview-wrapper {
        width: 100%;
        max-width: inherit;
    }
    .product-detail-wrapper {
        width: 100%;
        padding: 0;
    }
    .product-detail-wrapper .h1.product-name-detail {
        font-size: 20px;
        margin-top: 25px;
    }
    .product-preview-wrapper .images-container .pswp__img {
        height: 80% !important;
    }
    .detail .countDown-wrapper .countDown-description-text {
        font-size: 10px;
    }
    .product-extra-benefits-inner .benefits-group {
        flex-direction: column;
    }
    .box-seller-wrapper {
        display: flex;
        flex-direction: column;
    }
    #supplier .box-seller,
    .box-seller-wrapper .box-seller {
        width: 100%;
        padding-right: 0;
    }
    .box-seller-wrapper .box-seller:after {
        display: none;
    }

    .box-seller-statistic {
        width: 100%;
        flex-direction: column;
        padding: 0;
    }
    .box-seller-statistic .box-statistic-column {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .box-seller-statistic .box-statistic-item {
        width: 50%;
    }
    .box-seller .seller-contact .contact-box {
        padding: 6px 10px;
        margin-right: 10px;
    }
    body#product .social-sharing {
        position: relative;
        top: 0;
        bottom: 0;
    }
    #product .dor_homeviewed_inner {
        margin: 0 -15px;
    }
    .product-extra-benefits-inner > span {
        font-size: 12px;
    }
    .product-felix-store .felix-store-heading .heading-text {
        font-size: 12px;
    }
    .product-felix-store .store-name span {
        font-size: 14px;
    }
    .product-info-heading {
        font-size: 14px;
    }
    .product-info-list .table>tbody>tr>th {
        font-size: 12px;
    }
    .product-information .product-description-short {
        font-size: 15px;
    }
    .box-status {
        height: 20px;
        line-height: 20px;
    }
    .box-status:before {
        border-width: 10px 10px 10px 0;
        left: -10px;
    }

    /* Supllier Mobile */
    #supplier .box-seller-statistic {
        flex-direction: row;
        width: 100%;
        margin-top: 20px;
    }
    #supplier .box-seller-statistic .box-statistic-column {
        flex-direction: column;
    }
    #supplier .box-seller-statistic .box-statistic-item {
        width: 100%;
    }

    /* Cart Modal */
    .style-product-name {
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 5px !important;
    }
    #blockcart-modal .cart-products-count, .cart-content > p.cart-products-count {
        font-weight: bold;
        margin-top: 20px;
    }
    .popCartInfo > p{
        margin-bottom: 5px;
    }
    .style-price-current {
        margin-bottom: 5px !important;
    }
    #blockcart-modal .modal-body .divide-right span {
        margin-bottom: 0;
    }
    #blockcart-modal .modal-dialog {
        top: 50%;
        transform: translateY(-50%);
    }
    #header .header-nav .block-nav {
        margin-top: 2px;
    }
    #header .header-nav .block-nav .header {
        width: 46px;
    }
    #header .header-nav .block-user .header {
        padding: 0 15px;
    }
    #header .header-nav .block-user .header .cart-icon {
        height: 21px;
    }
    #header .header-nav .block-user .cart-title {
        padding-bottom: 0px;
    }
    #header .header-nav .block-user .cart-title span {
        font-size: 10px;
        line-height: 6px;
    }
    #header .header-nav .block-user .cart-title span.title-2 {
        display: block;
    }

    /* Cart page */
    .product-line-grid-right .bootstrap-touchspin>.form-control {
        width: 60px;
    }
    .dor_homeviewed_inner {
        padding: 0 15px;
    }

    /* product detail */
    .detail .extra-information .extra-item {
        display: flex;
    }
    .detail .extra-information .extra-item .verify-img {
        margin-right: 10px;
    }
    .detail .information-wrapper {
        padding: 15px 5px;
    }
    .detail .price-wrapper .price-box .current-price {
        font-size: 17px;
    }
    .detail .price-wrapper .price-box .price,
    .detail .price-wrapper .price-box .apply-product-quantity {
        font-size: 12px;
    }
    .detail .countDown-wrapper {
        flex-direction: column;
    }
    .detail .countDown-wrapper .countDown-description {
        width: 100%;
        margin-bottom: 15px;
    }
    .product-cover-detail {
        height: auto !important;
    }
    .images-container .dor-thumb-container {
        display: block;
        position: relative;
        padding-top: 100%;
        overflow: hidden;
    }
    .images-container .dor-thumb-container img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto;
        max-width: none;
    }
    .product-add-to-cart .product-quantity {
        width: 100%;
    }
    .product-information .format-detail {
        margin-top: 0;
        margin-right: 5px;
        margin-bottom: 8px;
        display: flex;
        margin-left: 0;
    }
    #product .product-actions .format-detail .add-to-cart {
        padding: 6px 10px !important;
    }
    .product-information .format-detail.join-now {
        padding: 6px 10px !important;
    }
    .title-you-may-also-custom {
        font-size: 16px !important;
    }
    .dor_viewed_products .title-dor-viewed {
        width: calc(100% - 80px);
    }
    .dor_viewed_products .owl-carousel .owl-nav .owl-prev,
    .dor_viewed_products .owl-carousel .owl-nav .owl-next {
        top: -33px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        padding: 0px 7px;
    }
    .dor_viewed_products .owl-carousel .owl-nav .owl-prev {
        right: 35px;
    }
    .product-cover-detail {
        width: 100% !important;
    }
    .owl-carousel .owl-item .thumb-container {
        display: flex;
        justify-content: center;
        position: relative;
        padding-top: 100%;
        overflow: hidden;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    .owl-carousel .owl-item .thumb-container img {
        width: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
    }
    /* Supplier */
    .fl-row {
        flex-direction: column;
    }
    .box-suppliers {
        margin-bottom: 10px;
        padding: 16px 5px !important;
    }
    .box-suppliers .value-address {
        margin-bottom: 15px;
    }
    .box-suppliers .box-logo {
        flex: 0 0 60px;
    }
    /* Paging */
    .pagination .show-page-text-number {
        display: block !important;
        text-align: center;
        margin-bottom: 20px;
    }
    .pagination .page-list {
        justify-content: center;
    }
    /* Sale header section */
    .sale-header {
        padding: 16px 0;
    }
    #header .sale-header-logo .logo {
        height: 32px;
    }
    .store-info {
        max-width: inherit;
        padding-left: 10px;
        align-items: center;
    }
    .store-info .store-name { font-size: 12px; }
    .store-info .avatar-wrapper,
    .store-info .avatar-wrapper img {
        width: 32px;
        height: 32px;
    }
    .header-sale-actions .action-label {
        display: none;
    }
    .header-sale-actions .change-password-link, .header-sale-actions .logout-link {
        margin-left: 10px;
    }
    /* End Sale header section */

    /* Supplier's Vouchers */
    #supplier .layout__title {
        gap: 16px;
    }
}

@media screen and (max-width: 640px){
    #products .products.columns-6.searching-product-container,
    #products .products.columns-6, #products .products.columns-5 {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    #products .products.columns-6.searching-product-container.dor-list-display,
    #products .products.columns-6.dor-list-display {
        display: grid;
        grid-template-columns: 100%;
    }
    #products .products.columns-5::before,
    #products .products.columns-5::after,
    #products .products.columns-6::before,
    #products .products.columns-6::after {
        display: none;
    }
    #products .products.columns-4 .product-miniature,
    #products .products.columns-5 .product-miniature,
    #products .products.columns-6 .product-miniature,
    #search #products article {
        width: 100%;
    }


    .product-extra-information.full-icons {
        display: grid;
        grid-template-rows: max-content;
        grid-template-columns: repeat(4, min-content);
        gap: 4px;
        padding: 0;
    }

    .product-extra-information.full-icons .product-country-origin,
    .product-extra-information.full-icons .product-maintenance {
        margin-right: 0;
    }

    .product-extra-information.full-icons .product-by-factories img,
    .product-extra-information.full-icons .product-is-verify img {
        height: 20px;
    }

    /* Supplier's Vouchers */
    #supplier .slide-banner__controllers {
        width: 30px;
        height: 24px;
        font-size: 16px;
    }
}

@media screen and (max-width: 426px) {
    #dor_query_top::-webkit-input-placeholder {
        font-size: 11px;
    }
}

@media screen and (max-width: 320px){
    #header #dor-header02 .dor-megamenu .navbar-header .cart-title {
        font-size: 9px;
    }
    #header .header-nav.header-nav-mobile > div {
        margin: 0 5px;
    }
    .dorHoverProduct2 .js-product-miniature .product-container .dor-display-product-info {
        padding: 8px;
        min-height: 320px !important;
    }
    .product-social .product-social-share {
        width: 60%;
    }
    .product-social .product-views span,
    .product-social .product-social-like span{
        font-size: 12px;
    }
    .product-social .product-social-like {
        width: 50%;
    }
    .box-seller .seller-contact .contact-box {
        padding: 6px 4px;
    }
    .comment-form .input-group .input-group-addon button[type="submit"] {
        padding: 0;
    }
    #supplier .box-seller-statistic .box-statistic-item .statistic-title {
        margin-right: 4px;
        font-size: 10px;
    }
    #supplier .box-seller-statistic .box-statistic-item .statistic-value {
        font-size: 10px;
    }
    .percent-discount-box {
        min-width: 48px;
    }
    .detail .countDown-wrapper .countDown-box .countDown-box-item {
        margin-left: 5px;
        margin-right: 5px;
    }
    .detail .price-wrapper .price-box .current-price {
        font-size: 14px;
    }
    #dor-header02 .header-nav .right-nav > div{padding: 25px 7px !important;}
}


.footer-container {
    padding-top: 10px;
}
.footer-container > .container {
    padding: 0;
}
.footer-content {
    display: flex;
    padding: 24px 0;
    color: #666666;
    background: #fbfbfd;
}
.footer-content .footer-logo {
    flex: 0 0 25%;
    padding-left: 15px;
}
.footer-content .footer-logo img {
    /* width: 100%; */
    margin-bottom: 15px;
    max-height: 100px;
}
.footer-content .footer-logo .footer-logo__text {
    margin-bottom: 16px;
}
.footer-content .footer-logo .footer-logo__text a {
    color: var(--light-blue);
}
.footer-content .footer-logo .footer-logo__text a i {
    font-size: 10px;
    margin-left: 10px;
    vertical-align: 1px;
    display: inline-block;
}
.footer-content .footer-logo .footer-logo__copyright {
    color: #666666;
    opacity: 0.5;
    font-weight: 300;
}
.footer-content .footer-company-info {
    flex: 0 0 50%;
    padding: 0 15px;
}
.footer-content .footer-company-info h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666666;
}
.footer-content .footer-company-info p {
    margin-bottom: 10px;
}
.footer-content .footer-community {
    flex: 0 0 25%;
}
.footer-content .footer-community h4 {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-content .footer-community .social-list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    width: 70%;
}
.footer-content .footer-community .social-list a {
    width: 34px;
}
.footer-content .footer-community .social-list a i {
    color: #666666;
    font-size: 30px;
}
.footer-content .footer-community p {
    margin-bottom: 8px;
}
.footer-content .footer-community p a {
    color: #666666;
}

.footer-container {
    text-align: left;
}

@media screen and (max-width: 450px) {
    #footer {
        padding-bottom: 0;
    }
    .footer-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-content {
        flex-direction: column;
        padding: 15px 15px;
        margin-left: 0;
    }
    .footer-content .footer-logo,
    .footer-content .footer-company-info,
    .footer-content .footer-community{
        flex-basis: auto;
        padding: 10px 0;
        text-align: left;
    }
    .footer-content .footer-logo img {
        width: 60%;
    }
    
    .footer-content .footer-community .social-list {
        width: 150px;
    }
}