/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #696969;
    font-variant-numeric: lining-nums proportional-nums;
}

@media(min-width: 1301px) {
    .container {
        width: 1290px;
        max-width: 100%;
    }
}

@media(max-width: 1300px) {
    .container {
        width: calc(100% - 30px);
        max-width: 100%;
    }
}

main {
    overflow: hidden;
    background-color: transparent;
}

.hidden {
    display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    transition: all 0.4s ease 0s;
}

a,
button {
    outline: none !important;
}

p {
    font-size: 1.05rem;
}

.label,
label {
    font-size: 1rem;
}

a,
a *,
i,
.frame::before,
button,
.btn {
    text-decoration: none;
    transition: all 0.4s ease 0s;
    outline: none !important
}

@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

a:hover {
    color: #2A48C9;
}

.h1 *,
.h2 *,
.h3 *,
.h4 *,
.h5 *,
.h6 *,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
#header a i,
#ordertrack,
.dor-slick-arrow,
#submitComment,
.btn.btn-primary.continue {
    transition: all 0.5s ease 0s;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.clearfix {
    clear: both;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

#wrapper {
    background-color: #fff;
    box-shadow: none;
    padding-top: 45px;
}

#index #wrapper {
    padding: 0;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    box-shadow: none;
}

img.lazy {
    min-height: 150px;
    opacity: 0;
    visibility: hidden;
}

img.lazy.loaded {
    opacity: 1;
    visibility: visible;
    min-height: auto;
}

/********Preload Mini********/

.graph__preloader {
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -15px;
    position: absolute;
    z-index: 9;
}

.graph__container {
    border-radius: 5px;
    clear: left;
    float: left;
    width: 650px
}

.graph__canvas {
    height: 350px;
    margin-bottom: 30px;
    width: 620px
}

.is-preloading .graph__canvas,
.is-error .graph__canvas {
    opacity: 0.4
}

.is-preloading .graph__canvas {
    cursor: wait
}

.graph__error-container {
    border-radius: 3px;
    background: #df2c2c;
    color: white;
    left: 50%;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10
}

.is-error .graph__error-container {
    opacity: 1;
    top: 42%
}

.graph__legend {
    font-size: 12px;
    left: 430px;
    position: absolute;
    text-align: right;
    top: 430px;
    width: 210px
}

.graph__legend-key:before {
    background-color: #73bd28;
    border: 3px solid white;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    top: 3px;
    width: 10px
}

.graph__legend-key.-referrals:before {
    background-color: #13a0d8
}

.is-preloading .graph__legend-key {
    opacity: 0.4
}

.preloader {
    cursor: wait;
    display: block;
    font-size: 10px;
    height: 25px;
    text-align: center;
    width: 51px
}

.is-preloading .preloader {
    display: block
}

.preloader__bar {
    border-radius: 2px;
    display: inline-block;
    height: 100%;
    -webkit-animation: such-stretching 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955), much-colors 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: such-stretching 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955), much-colors 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    width: 6px
}

.preloader__bar.-bar2 {
    -webkit-animation-delay: -1.1s, 0.1s;
    animation-delay: -1.1s, 0.1s
}

.preloader__bar.-bar3 {
    -webkit-animation-delay: -1s, 0.2s;
    animation-delay: -1s, 0.2s
}

.preloader__bar.-bar4 {
    -webkit-animation-delay: -0.9s, 0.3s;
    animation-delay: -0.9s, 0.3s
}

.preloader__bar.-bar5 {
    -webkit-animation-delay: -0.8s, 0.4s;
    animation-delay: -0.8s, 0.4s
}

.-with-spacing .preloader__bar {
    margin: 0 1px
}

@-webkit-keyframes such-stretching {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes such-stretching {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes much-colors {

    0%,
    100% {
        background-color: #82b541
    }

    20% {
        background-color: #e7a802
    }

    40% {
        background-color: #ab0f34
    }

    60% {
        background-color: #1abc9c
    }

    80% {
        background-color: #308eb1
    }
}

@keyframes much-colors {

    0%,
    100% {
        background-color: #82b541
    }

    20% {
        background-color: #e7a802
    }

    40% {
        background-color: #ab0f34
    }

    60% {
        background-color: #1abc9c
    }

    80% {
        background-color: #308eb1
    }
}


/********End Preload Mini********/


/****vnlab Load Page***/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes -webkit-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.dor-page-loading {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99991;
    display: block;
}

.dor-page-loading #loader::before {
    animation: 3s linear 0s normal none infinite running spin;
    -webkit-animation: 3s linear 0s normal none infinite running spin;
    -ms-animation: 3s linear 0s normal none infinite running spin;
    border-color: #2688da transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.dor-page-loading #loader::after {
    animation: 1.5s linear 0s normal none infinite running spin;
    -webkit-animation: 1.5s linear 0s normal none infinite running spin;
    -ms-animation: 1.5s linear 0s normal none infinite running spin;
    border-color: #ff8800 transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.dor-page-loading #loader {
    animation: 2s linear 0s normal none infinite running spin;
    -webkit-animation: 2s linear 0s normal none infinite running spin;
    -ms-animation: 2s linear 0s normal none infinite running spin;
    border-color: #ff0000 transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -75px;
    position: relative;
    top: 50%;
    width: 100px;
    z-index: 1001;
}

.dor-page-loading .loader-section.section-left {
    left: 0;
}

.dor-page-loading .loader-section {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    transform: translateX(0px);
    width: 51%;
    z-index: 1000;
}

.dor-page-loading .loader-section.section-right {
    right: 0;
}


/*****End Loading Page******/

.mod-head-title-smtxt {
    font-family: 'Playfair Display', serif;
    color: #2A48C9;
    display: block;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}

.mod-head-title-txt {
    color: #333;
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
}


/*---------------- Subscribe Start ------------------------ */

.spctop-30 {
    padding-top: 30px;
}

.subscribe-me {
    background: transparent;
    box-shadow: none;
    height: auto;
    margin: auto;
    padding: 10px;
    top: 10%;
    width: 770px;
    display: none;
    max-width: 96%;
}

.subscribe-me h2.sec-title {
    font-size: 40px;
}

.subscribe-me h3 {
    font-weight: 400;
    margin: 0 auto;
}

.modal-content.subscribe-1::after {
    clear: both;
    content: "";
    display: table;
}

.subscribe-1 {
    position: relative;
    background-color: #fff;
    background-image: url(../img/newsletter_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.subscribe-1::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.subscribe-2 {
    background-size: cover;
    position: relative;
}

.subscribe-me .login-wrap form .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 6px 12px;
    width: 100%;
    height: 42px;
    text-transform: none;
    border-radius: 35px;
    font-weight: 400;
    color: #000;
    box-shadow: none;
}

.subscribe .alt.fancy-button .fa {
    display: none;
}

.subscribe-me h2 {
    margin: 10px auto;
    font-size: 28px;
}

.subscribe-me .subscribe-2 .login-wrap form .form-control {
    color: #1f1f1f;
}

.subscribe-me .login-wrap>p>span {
    color: #2A48C9;
    font-size: 18px;
}

.subscribe-me .login-form {
    max-width: 80%;
    margin: 0 auto;
    width: 450px;
}

.subscribe-me .login-wrap {
    float: right;
    padding: 45px 55px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.subscribe-me h2,
.subscribe-me h3,
.checkAgainSubs span {
    color: #333;
    font-weight: 500;
}

.subscribe-me h2 i {
    padding-right: 8px;
}

.login-form .fancy-button {
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
}

.form-group.checkAgainSubs {
    text-align: center;
    padding-top: 20px;
}

.checkAgainSubs .checker {
    display: inline-block;
}

.popup-cls.close {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    opacity: 1;
    padding: 7px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 5;
}

.popup-cls.close::before {
    border-color: rgba(0, 0, 0, 0) #2A48C9;
    border-style: solid;
    border-width: 0 60px 60px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 0;
    z-index: -1;
}

.subscribe .alt.fancy-button {
    background: #2A48C9 none repeat scroll 0 0;
    border: 1px solid #2A48C9;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 25px;
    padding: 10px 30px;
    text-transform: none;
    width: auto;
    cursor: pointer;
}

.subscribe .alt.fancy-button:hover {
    background: #fff none repeat scroll 0 0;
    color: #2A48C9 !important;
}

.form-group.checkAgainSubs>span {
    font-size: 13px;
    font-weight: 300;
    position: relative;
    top: -3px;
}


/*---------------- Subscribe Ends ------------------------ */

@media(min-width: 992px) {
    body.dor-boxed main {
        box-shadow: 0 0 3px 3px #ddd;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    body.dor-boxed main .container {
        width: 100%;
        max-width: 100%;
    }

    body.dor-boxed main #footer {
        margin-left: -15px;
        margin-right: -15px;
    }

    body.dor-boxed main #footer>div .dor-footer-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.dor-boxed main #footer .dor-footer-before {
        padding-left: 15px;
        padding-right: 15px;
    }

    #index.dor-boxed header#header:not(.fixed) #dor-verticalmenu.closes .dor-verticalmenu.block_content,
    #index.dor-boxed header#header:not(.fixed) #dor-verticalmenu:not(.closes) .dor-verticalmenu.block_content {
        display: none !important;
    }

    #index.dor-boxed header#header:not(.fixed) #dor-verticalmenu.open .dor-verticalmenu.block_content {
        display: block !important;
    }

    .dor-megamenu .navbar-nav>li {
        margin: 0 0px;
    }
}


.page-authentication #content {
    box-shadow: none;
    border: none;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.forgotten-password {
    text-align: center;
}

.register-form p {
    text-align: center;
}

#main footer.page-footer,
body#password #main footer.page-footer {
    text-align: center;
}

body#password #main footer.page-footer a.account-link {
    margin-right: 0px;
}

footer.form-footer button.btn-primary {
    border-radius: 35px;
}

#authentication .custom-checkbox em {
    font-size: 13px;
    padding-left: 20px;
    color: #999;
}





/*********Mini Cart Style**************/
.miniCartv1 #header .blockcart.cart-preview .body-minicart {
    min-width: 300px;
    right: 0;
    top: 150%;
    padding: 0px 15px 0px 15px;
    position: absolute;
    border-radius: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    background-color: #fff;
}

.miniCartv1 #header.fixed .blockcart.cart-preview.doropen .body-minicart {
    top: 180%;
}

.miniCartv1 #header .blockcart.cart-preview.doropen .body-minicart {
    opacity: 1;
    visibility: visible;
}

.no-item-cart-ajax {
    display: none;
}

.miniCartv2 .mini-cart-media,
.miniCartv1 .mini-cart-media {
    width: 65px;
    margin-right: 10px;
}

.miniCartv2 .mini-cart-info,
.miniCartv1 .mini-cart-info {
    width: calc(100% - 55px);
}

.miniCartv2 .minicart-product-lists li,
.miniCartv1 .minicart-product-lists li {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.miniCartv2 .minicart-product-lists li.processRemove::before,
.miniCartv1 .minicart-product-lists li.processRemove::before {
    opacity: 0.5;
    background-color: #333;
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 100%;
    top: 0px;
    left: -15px;
}

.miniCartv2 .mini-cart-media a,
.miniCartv1 .mini-cart-media a {
    display: block;
}

.miniCartv2 .mini-cart-media img,
.miniCartv1 .mini-cart-media img {
    max-width: 100%;
    height: auto;
}

.miniCartv2 .mini-cart-info .product-price,
.miniCartv1 .mini-cart-info .product-price {
    clear: both;
    display: block;
    float: left;
    padding-right: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #2A48C9;
}

.miniCartv2 .mini-cart-info .product-quantity,
.miniCartv1 .mini-cart-info .product-quantity {
    float: left;
    font-size: 15px;
}

.miniCartv2 .mini-cart-info .product-quantity .mini-cart-label,
.miniCartv1 .mini-cart-info .product-quantity .mini-cart-label {
    padding-right: 5px;
}

.miniCartv2 .mini-cart-link-name,
.miniCartv1 .mini-cart-link-name {
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 5px;
}

.miniCartv2 #cart-mini-content-lists .remove-from-cart,
.miniCartv1 #cart-mini-content-lists .remove-from-cart {
    clear: both;
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.miniCartv2 #cart-mini-content-lists .remove-from-cart i,
.miniCartv1 #cart-mini-content-lists .remove-from-cart i {
    font-size: 14px;
    border-radius: 50%;
    background-color: #ddd;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

header#header #cart-mini-content-lists .remove-from-cart:hover i {
    color: #fff !important;
}

.miniCartv2 #header .header-title-mini-cart,
.miniCartv1 #header .header-title-mini-cart {
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
    padding: 12px 0px;
    display: block !important;
}

.miniCartv2 #header .header-title-mini-cart h2,
.miniCartv1 #header .header-title-mini-cart h2 {
    margin: 0px;
    font-size: 17px;
    text-transform: none;
    color: #2A48C9;
    text-align: center;
    font-weight: 700;
}

.miniCartv2 #cart-mini-content-lists .txt-remove-minicart,
.miniCartv1 #cart-mini-content-lists .txt-remove-minicart {
    display: none;
}

.miniCartv2 .mini-cart-info .product-price .mini-cart-price-txt,
.miniCartv1 .mini-cart-info .product-price .mini-cart-price-txt {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    padding-right: 5px;
}

.miniCartv2 #cart-mini-content-lists .remove-from-cart:hover i,
.miniCartv1 #cart-mini-content-lists .remove-from-cart:hover i {
    background-color: #2A48C9;
    color: #fff;
}

.miniCartv2 .mini-cart-footer,
.miniCartv1 .mini-cart-footer {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 10px;
    background-color: #f1f2f3;
}

.miniCartv2 .mini-cart-footer>div,
.miniCartv1 .mini-cart-footer>div {
    padding-left: 15px;
    padding-right: 15px;
}

.miniCartv2 .button-act-minicart,
.miniCartv1 .button-act-minicart {
    display: flex;
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.miniCartv2 .button-act-minicart a,
.miniCartv1 .button-act-minicart a {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #ddd;
    border: 1px #ddd solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

.miniCartv2 .button-act-minicart a:hover,
.miniCartv1 .button-act-minicart a:hover {
    background-color: #fff;
    border-color: #2A48C9;
}

.miniCartv2 .mini-cart-footer .cart-total .label,
.miniCartv2 .mini-cart-footer .cart-subtotals .label,
.miniCartv1 .mini-cart-footer .cart-total .label,
.miniCartv1 .mini-cart-footer .cart-subtotals .label {
    float: left;
}

.miniCartv2 .mini-cart-footer .cart-total .value,
.miniCartv2 .mini-cart-footer .cart-subtotals .value,
.miniCartv1 .mini-cart-footer .cart-total .value,
.miniCartv1 .mini-cart-footer .cart-subtotals .value {
    float: right;
}

.miniCartv2 .mini-cart-footer .cart-total::after,
.miniCartv2 .mini-cart-footer .cart-subtotals>div::after,
.miniCartv1 .mini-cart-footer .cart-total::after,
.miniCartv1 .mini-cart-footer .cart-subtotals>div::after {
    clear: both;
    content: "";
    display: table;
}

.miniCartv2 .mini-cart-footer .cart-total .label,
.miniCartv1 .mini-cart-footer .cart-total .label {
    color: #232323;
    font-weight: 500;
    font-size: 16px;
}

.miniCartv2 .mini-cart-footer .cart-total .value,
.miniCartv1 .mini-cart-footer .cart-total .value {
    color: #ff0000;
    font-weight: 500;
}

.miniCartv2 .mini-cart-footer .cart-subtotals .products .label,
.miniCartv1 .mini-cart-footer .cart-subtotals .products .label {
    color: #232323;
    font-weight: 500;
    font-size: 16px;
}

.miniCartv2 .mini-cart-footer .cart-subtotals .products .value,
.miniCartv1 .mini-cart-footer .cart-subtotals .products .value {
    color: #232323;
    font-weight: 500;
}

.miniCartv2 .mini-cart-footer .cart-subtotals>div,
.miniCartv1 .mini-cart-footer .cart-subtotals>div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.miniCartv2 .mini-cart-footer .cart-total,
.miniCartv1 .mini-cart-footer .cart-total {
    padding-top: 5px;
    padding-bottom: 5px;
}

.miniCartv2 .button-act-minicart a.mini-cart-checkout,
.miniCartv1 .button-act-minicart a.mini-cart-checkout {
    background-color: #2A48C9;
    border: 1px solid #2A48C9;
    color: #fff;
    border: 1px transparent solid;
}
#dor-header-style1 a.mini-cart-checkout{
    color: #fff;
}

header#header .button-act-minicart a.mini-cart-checkout:hover {
    background-color: #fff;
    border-color: #2A48C9;
    color: #2A48C9;
}

.miniCartv1 #close-mini-cart {
    display: none;
}

.card {
    box-shadow: none;
}

#order-items .details span {
    font-size: 15px;
    color: #333;
}

#order-items .order-line>div:first-child {
    width: 10%;
    min-width: 125px;
}

#order-items .details {
    width: 39.333%;
}

/*********End Mini Cart Style**********/
.blockcart.cart-preview * {
    color: #333;
}

.blockcart.cart-preview .total-price-value-mini-cart {
    color: #2A48C9;
    display: none;
}

.custom-radio {
    width: 18px;
    height: 18px;
}

.btn-primary,
.btn.btn-primary.continue {
    background-color: #2A48C9;
    border: 1px transparent solid;
    line-height: 19px;
    text-transform: none;
    font-weight: 500;
    border-radius: 36px;
}

.btn.btn-primary.continue:hover,
.btn-primary:hover {
    background-color: #fff;
    border-color: #2A48C9;
    color: #2A48C9;
}

.payment-options>div:not(.ps-hidden) {
    padding-bottom: 10px;
    padding-top: 10px;
}

/*********Mini Cart Style2**********/
body.miniCartv2 #blockcart-modal {
    display: none !important;
}

.miniCartv2 #header .blockcart.cart-preview .body-minicart {
    width: 350px;
    height: 100%;
    right: -350px;
    top: 0%;
    padding: 0px 15px 0px 15px;
    position: fixed;
    border-radius: 0px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    background-color: #fff;
}

.miniCartv2 #close-mini-cart {
    background: none;
    border: none;
    position: absolute;
    padding: 0;
    cursor: pointer;
    top: 11px;
    left: 8px;
}

body.miniCartv2.open-overlay-cart {
    overflow: hidden;
}

/*********End Mini Cart Style2**********/

/*********End Dor Header Style********************/

/***************Dor Breadcrumb Style*******************/
.dorBreadcrumb2 #wrapper .breadcrumb ol {
    font-size: 13px;
}

.dorBreadcrumb2 #subcategories {
    display: none;
}

.dorBreadcrumb2 #wrapper .breadcrumb {
    padding-bottom: 10px;
}

#wrapper .breadcrumb li * {
    color: #818ea0;
}

#wrapper .breadcrumb li:last-child * {
    color: #333;
}

#dor-breadcrumb .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
}

#dor-breadcrumb .breadcrumb li {
    display: inline;
}

#dor-breadcrumb .breadcrumb li a {
    color: #818ea0;
}

#dor-breadcrumb .breadcrumb li a:hover {
    color: #2A48C9;
}

#dor-breadcrumb .breadcrumb li::after {
    content: "/";
    color: #7a7a7a;
    margin: .3125rem;
}

#dor-breadcrumb .breadcrumb li:last-child::after {
    content: "";
}

#dor-breadcrumb {
    position: relative;
    display: none;
}
body#product #dor-breadcrumb{
    display: block;
}

#dor-breadcrumb.dor-breadcrumb-style01 .breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    display: block !important;
}

#dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main {
    /*background: url(../img/bg-cate-head4.png) no-repeat center center;
    background-size: cover;*/

    text-align: center;
    background-color: #f6f6f6;
}

#dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 10, 0, 0.015);
}

#dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main .dor-page-title h1 {
    font-size: 32px;
    text-transform: none;
}

#dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main>.container {
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 250px;
    justify-content: center;
}

#dor-breadcrumb.dor-breadcrumb-style01 .dor-page-title {
    display: block;
    width: 100%;
    color: #333;
}

/***************End Dor Breadcrumb Style***************/
#main-wrapper-top .row {
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: flex-start;
    gap: 15px;
}

#dor-verticalmenu {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    padding-left: 0rem;
    padding-right: 0.7rem;
}

#dorSlideShow {
    -ms-flex: 0 0 calc(73% - 1rem);
    flex: 0 0 calc(73% - 1rem);
    max-width: calc(73% - 1rem);
    margin-left: 0.0rem;
    margin-right: 0rem;
}

#dorSlideShow .dor-slider-desc .intro-price {
    margin-bottom: 4.5rem;
}

#dorSlideShow .dor-slider-desc .intro-price * {
    font-size: 16px;
    color: #373D43 !important;
    line-height: 0px;
    font-weight: 500;
    letter-spacing: normal;
}

.dor-megamenu .navbar-nav>li>a .menu-title::after {
    background-color: #0070dc;
}

#Dor_Full_Slider .dorArrowLeft,
#Dor_Full_Slider .dorArrowRight {
    display: none;
}

.main-box-feature-item-text h3 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.main-box-feature-item-icon img {
    position: relative;
}

.slider-read-more a span {
    display: inline-block;
    border: 1px #2A48C9 solid;
    color: #fff;
    background-color: #2A48C9;
    text-transform: none;
    padding: 7px 20px 7px;
    border-radius: 35px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.dor-info-perslider {
    max-width: calc(100% - 300px);
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
    flex: 0 0 calc(100% - 300px);
}

.dor-slider-desc .intro-title {
    font-size: 48px;
    letter-spacing: -.025em;
    line-height: 1.1;
    text-indent: -.2rem;
    font-weight: 700;
    color: #2A48C9;
}

#Dor_Full_Slider {
    box-shadow: 0px 2px 4px 0px #0000001A;
    border-radius: 0px 0px 10px 10px;
}

.dor-home-banner-slider {
    flex: 0 0 27%;
    max-width: 27%;
}

.dor-home-banner-slider-inner {
    display: flex;
    flex-direction: column;   /* các banner xếp dọc trong cột 27% */
    height: 100%;
}

.dor-home-banner-slider-item a img {
    width: 100%;
    height: auto;
}

.dor-home-banner-slider-item {
    flex: 1 1 0;      
    position: relative;
}

.dor-home-banner-slider-item a {
    display: flex;
}

.blockcart.cart-preview .role-header-cart * {
    color: #2A48C9;
    font-weight: 700;
}

.dor-topbar-middle-right ul li {
    position: relative;
}

.dor-topbar-middle-right ul li::before {
    content: "";
    background-color: #0070dc;
    height: calc(100% - 5px);
    width: 1px;
    position: absolute;
    top: 3px;
    right: -10px;
}

.dor-topbar-middle-right ul li:last-child::before {
    display: none;
}

.roles-stock-right-group {
    border: 1px solid #DEE0E2;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.roles-stock-right-group>div {
    flex: 0 0 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: flex-end;
}

.roles-status-stock {
    display: flex;
    align-items: center;
}

.roles-agence {
    display: flex;
    align-items: center;
}

.roles-stock-right-group>div label {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 12px;
    color: #373D43;
}

.roles-status-stock span {
    margin-left: 0.5em;
    color: #fff;
    font-size: 12px;
    background-color: #3EB227;
    border-radius: 15px;
    font-weight: 700;
    padding: 2px 6px;
}
.roles-status-stock.out-of-stock span {
    background: grey;
}
.select-agence {
    margin-left: auto;
    position: relative;
}

.menu-promotion-wrapper ul,
.select-agence ul {
    margin-bottom: 0px;
    display: none;
    position: absolute;
    width: auto;
    min-width: 170px;
    right: 0px;
    padding: 15px;
}

.select-agence-title {
    background-color: #EBEEF0;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 25px;
    border-radius: 20px;
    color: #2A48C9;
}

.roles-stock-right-group .product-sku-label {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.roles-stock-right-group .product-sku-label span {
    font-size: 16px;
    font-weight: 800;
    color: #2A48C9;
    padding-left: 15px;
    padding-right: 15px;
}

.roles-stock-right-group .product-sku-label p {
    font-size: 12px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: capitalize;
}

.roles-stock-right-group .product-sku-label::before {
    content: "";
    background-color: #ddd;
    height: 1px;
    width: calc(100% + 30px);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.roles-status-stock div {
    margin-left: auto;
}

.roles-status-stock div i {
    font-style: normal;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 500;
}

.roles-quantity-choose {
    display: flex;
    align-items: center;
}

#product section#main .product-actions .qty .input-group.bootstrap-touchspin {
    position: relative;
    border: 1px solid var(--Neutral-100, #DEE0E2);
    height: auto;
    width: 100px;
    border-radius: 35px;
}

input#quantity_wanted {
    width: calc(100% - 44px);
    margin-left: 22px;
    text-align: center;
}

.roles-quantity-choose .qty {
    margin-left: auto;
    margin-right: 24px;
}

.roles-product-prices {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 20px;
}

.roles-product-prices .product-prices {
    margin-left: auto;
}

#product #content-wrapper #tabInfoproduct {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-top: 120px;
    position: relative;
}

.blockproductscategory {
    margin-bottom: 75px;
}

/* #product #content-wrapper #tabInfoproduct::before{
    content: "";
    background-image: url(../bg/product-intro-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    top: 0px;
    position: absolute;
} */
#product #content-wrapper #tabInfoproduct::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    height: 100% !important;
    left: -3333px !important;
    right: -3333px !important;
    background-image: url(../bg/product-intro-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.tabInfoproduct-inner {
    display: flex;
    position: relative;
}

div#tabInfoproduct.dor-accordion2 {
    display: block;
}

div#tabInfoproduct.dor-accordion2 .tabInfoproduct-label {
    flex: 0 0 30%;
    color: #2A48C9;
    font-weight: 700;
    font-size: 32px;
    margin-top: 25px;
}

.dor-accordion-items {
    background-color: #fff;
}

.menu-promotion-wrapper {
    position: relative;
}

.menu-promotion-wrapper ul,
.select-agence ul {
    margin-bottom: 0px;
    display: none;
    position: absolute;
    width: auto;
    min-width: 170px;
    right: 0px;
    padding: 0px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #0000001A;
    z-index: 999;
    border-radius: 8px;
    max-height: 9em;
    overflow-y: scroll;
}

.menu-promotion-wrapper ul {
    min-width: 210px;
}

#dor-header-style1 .menu-promotion-wrapper ul a {
    color: #2A48C9;
}

.menu-promotion-wrapper:hover ul,
.select-agence:hover ul {
    display: block;
}

.menu-promotion-wrapper ul li,
.select-agence ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #DEE0E2;
    font-weight: 700;
    font-size: 12px;
}

.menu-promotion-wrapper ul li:hover {
    background-color: #005CB9;
}

.menu-promotion-wrapper ul li:hover * {
    color: #fff !important;
}

.dor-accordion-inner {
    flex: 1;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 35px;
    display: flex;
    align-content: center;
    align-items: center;
}

.bootstrap-touchspin .input-group-btn-vertical i,
.bootstrap-touchspin .input-group-btn-vertical i {
    top: unset !important;
    left: unset !important;
    position: unset !important;
    color: #2A48C9 !important;
    font-size: 20px;
}

body#cart .input-group .form-control:not(:first-child):not(:last-child) {
    border-color: #2A48C9 !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    right: -31px !important;
    left: auto;
    border-radius: 0px 30px 30px 0px;
    z-index: 9;
    margin: -1.57px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -1.57px;
    left: -30px;
    z-index: 99;
    border-radius: 30px 0px 0px 30px;
}

.bootstrap-touchspin .input-group-btn-vertical {
    color: #232323;
    width: auto;
    float: left;
    position: static;
    display: block;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up::before {
    display: none;
}

.product-detail-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    margin-top: 20px;
}

.product-detail-header-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    gap: 20px;
}

.product-branch-logo {
    font-weight: 800;
    color: #2A48C9;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-branch-logo img {
    max-width: 100%;
    max-height: 1.5em;
    height: auto;
    object-fit: contain;
}

.title-product-roles {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-detail-header span.discount.discount-percentage {
    background-color: #D7181E;
    color: #fff;
    font-weight: 700;
    padding: 4px 6px;
    font-size: 12px;
}

.banner-slider-base {
    min-height: 486px;
    background-color: #f1f1f1;
    background-image: url(../img/dorado/banner-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-detail-header-line .dorwishlist-icon,
.dor-header-top-options .dorwishlist-icon,
.role-header-cart {
    background-color: #EBEEF0;
    height: 36px;
    padding: 0px 18px !important;
    border-radius: 30px;
    line-height: 34px;
}

.banner-slider {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0.7rem;
    padding-right: 0;
}

#main-wrapper-top {
    margin-top: 3px;
}

.dor-home-banner-slider-item {
    border-radius: 10px;
    overflow: hidden;
}

.dor-home-banner-slider-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.banner-slider-base {
    justify-content: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -webkit-box-align: start;
    align-items: start;
}

.banner-slider-content {
    text-align: center;
    width: 100%;
    margin-top: 35%;
}

.banner-slider-content .title-banner-slider {
    font-size: 1.5rem;
    letter-spacing: -.01em;
    line-height: 1.5;
    margin-bottom: 1.3rem;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-slider-content .price.text-center sup {
    font-size: 16px;
    color: #333;
}

.banner-slider-content .text-primary.font-weight-bold {
    font-size: 20px;
    top: -5px;
    display: inline-block;
    position: relative;
    margin-left: -.3rem;
}

.banner-slider-content .price.text-center sup.text-primary.font-weight-bold {
    font-size: 13px;
    top: -15px;
}

.dor-listbanner-shop {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
}

.menu-promotion-wrapper a {
    background-color: #D2F4F6;
    border-color: #D2F4F6;
    box-shadow: none;
    border: 1px;
    padding: 0.9rem 1rem;
    cursor: pointer;
    display: inline-block;
}

.menu-promotion-wrapper a span {
    padding-right: 0;
    font-weight: 800;
    color: #2A48C9;
}

.dor-megamenu .navbar-nav>li>a .menu-title {
    font-weight: 800;
}

.footer-box-features-content,
.main-box-features-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0px;
}

.footer-box-feature-item,
.main-box-feature-item {
    flex: 1 1 calc(16.66% - 20px);
    max-width: calc(16.66% - 20px);
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px #0000001A;
    position: relative;
}

.footer-box-feature-item-info,
.main-box-feature-item-info {
    padding: 15px 10px;
}

.main-box-feature-item::before {
    content: "";
    background-color: var(--hover-color);
    height: 2px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
.main-box-feature-item::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--hover-color);
    transition: height 0.4s ease, background-color 0.3s ease;
    z-index: -1;
    pointer-events: none;
}

.main-box-feature-item {
    color: var(--hover-color);
}

.main-box-feature-item-text {
    padding-top: 10px;
}

.main-box-feature-item:hover .main-box-feature-item-icon img {
    display: none;
}

.main-box-feature-item:hover .main-box-feature-item-icon img.cindy-hidden {
    display: flex !important;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.main-box-feature-item:hover::before {
    height: 100%;
}

.main-box-feature-item:hover h3 {
    color: #fff;
    z-index: 2;
}

section.featured-products {
    padding-top: 20px;
    margin-bottom: 55px;
}

.feature-catalog-data #js-product-list-top {
    padding-left: 10px;
    padding-right: 10px;
}

.featured-products .block-categories ul.category-top-menu > li:first-child {
    display: none;
}

.footer-box-feature-item {
    box-shadow: none;
    border-radius: 8px;
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    background-color: #fff;
}
.main-box-feature-item {
    position: relative;
    display: block;
    text-decoration: none;
    z-index: 1;
}
.main-box-feature-item::before {
    /* content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--hover-color);
    transition: height 0.4s ease, background-color 0.3s ease;
    z-index: -1;
    pointer-events: none; */
}
.footer-box-feature-item-info {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    padding-left: 35px;
    padding-right: 35px;
}

.footer-box-feature-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #2A48C9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
}

.footer-box-feature-item-icon img {
    width: 28px;
    height: 28px;
}

.footer-box-feature-item-text {
    text-align: left;
}

.footer-box-feature-item-text h3 {
    margin-bottom: 0px;
    color: #2A48C9;
    font-size: 20px;
    font-weight: 800;
}

.footer-promotion-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.footer-promotion-box.box-text {
    flex: 0 0 calc(45% - 15px);
    max-width: calc(45% - 15px);
}

.footer-promotion-box.box-image {
    flex: 0 0 calc(29% - 15px);
    max-width: calc(29% - 15px);
    margin-top: -13px;
}

.footer-promotion-box.box-button {
    flex: 0 0 calc(27% - 15px);
    max-width: calc(27% - 15px);
}

.footer-promotion-box.box-text h3 {
    color: #2A48C9;
    font-size: 32px;
    font-weight: 700;
}

.footer-promotion-box.box-text p {
    color: #080E28;
    font-size: 16px;
    margin-bottom: 0px;
}

.footer-promotion-box.box-image img {
    max-width: 100%;
    height: auto;
    position: relative;
}

.footer-promotion-box.box-button .footer-promotion-box-info {
    text-align: right;
}

.footer-promotion-box-info a {
    display: inline-flex;
    color: #fff;
    background-color: #2A48C9;
    border: 2px #2A48C9 solid;
    padding: 17px 30px;
    border-radius: 35px;
    font-weight: 500;
}

.footer-promotion-box-info a:hover {
    color: #2A48C9;
    background-color: #FFF;
}

.footer-promotion-box-info a * {
    font-size: 20px;
    font-weight: 700;
}

header#header.fixed.fixed-tran .menu-promotions {
    display: none;
}

.dor-box-features-wrapper {
    display: flex;
}

.dor-box-features {
    position: relative;
    border-bottom: 4px solid #2A48C9;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.dor-box-features-main::after {
    content: "";
    background-color: #ebebeb;
    position: absolute;
    bottom: -1.5rem;
    left: 0px;
    width: 100%;
    height: 1px;
    display: none;
}

.dor-box-features-main {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.icon-box-wrapper {
    display: flex;
}

.dor-box-features-wrapper .slick-list {
    width: 100%;
}

.text-primary {
    color: #fcb941 !important;
}

.dor-slider-desc .text-primary sup.font-weight-normal {
    color: #2A48C9;
}

.list-compare-left ul li a {
    font-size: 12px;
    line-height: 18px;
}

.actions-footer-sidebar>a.dor-sidebar-compare-clear span,
.actions-footer-sidebar>a.dor-sidebar-compare span {
    font-size: 12px;
}

.actions-footer-sidebar>a {
    padding: 2px 12px;
}

#header #dor-header-style1 .dor-megamenu .navbar-nav li.dor_menu_super_discount.parent.dropdown.aligned-fullwidth>a.dropdown-toggle>span.menu-title::after {
    display: none !important;
}

li.dor_menu_super_discount.parent.dropdown.aligned-fullwidth>a.dropdown-toggle>span.menu-title {
    color: #333 !important;
}

li.dor_menu_super_discount.parent.dropdown.aligned-fullwidth>a.dropdown-toggle b.caret {
    color: #333 !important;
}

.icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2A48C9;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0rem;
    padding-right: 1.5rem;
}

.icon-box-icon i {
    display: flex;
    align-items: center;
}

.icon-box-title {
    text-transform: none;
    font-weight: 500;
    color: #333;
}

.icon-box {
    color: #777;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.01em;
}

.icon-box-content p {
    margin-bottom: 0px;
    font-size: 12px;
}

.dor-banner-item {
    min-height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.dor-small-banner-item.banner-item-01 .dor-banner-item {
    background-image: url(../img/dorado/small-banner-1.jpg);
}

.dor-small-banner-item.banner-item-02 .dor-banner-item {
    background-image: url(../img/dorado/small-banner-2.jpg);
}

.dor-small-banner-item.banner-item-03 .dor-banner-item {
    background-image: url(../img/dorado/small-banner-3.jpg);
}

.dor-small-banner-item .dor-banner-item {
    justify-content: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 35px;
}

.dor-small-banner-item .dor-banner-item .banner-content {
    padding-right: 2rem;
}

.text-white {
    color: #fff !important;
}

.dor-small-banner-item .dor-banner-item .banner-content.text-white .banner-subtitle * {
    color: #fff !important;
    font-weight: normal;
    font-size: 16px;
}

.dor-small-banner-item .dor-banner-item .banner-content.text-white .banner-title * {
    color: #fff !important;
}

.dor-small-banner-item .dor-banner-item .banner-content .banner-subtitle * {
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.dor-small-banner-item .dor-banner-item .banner-content .banner-title * {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #333;
}

.dor-listbanner-shop .container {
    padding: 0px;
}

.dor-custom-purchase-section {
    position: relative;
    z-index: 1;
}

.btn-banner-shop {
    display: inline-flex;
    background-color: #2A48C9;
    color: #333;
    font-size: 14px;
    padding: 12px 22px 9px 22px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
}

.btn-banner-shop i {
    display: flex;
    padding-left: 10px;
    align-items: center;
}

.btn-banner-shop i::before {
    font-size: 14px;
    font-weight: bold !important;
}

.module-title {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
}

.dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart .shopping-cart::before {
    font-size: 1.75em;
    font-weight: bold;
    color: #fff;
}

.dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart .shopping-cart {
    margin-right: 5px;
}

.dor-addcart-button-custom {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: auto;
}

#js-product-list .dor-addcart-button-custom {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.dor-big-banner-bg {
    background-image: url(../img/dorado/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 220px;
}

.dor-big-banner-bg {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.dor-big-banner-subtitle {
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
}

.dor-big-banner-subtitle a {
    color: #fff;
}

.dor-big-banner-text {
    color: #2A48C9;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1;
}

.dor-big-banner-title a {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.3;
    padding: 5px 0px;
    display: block;
}

.dor-big-banner-base {
    margin-top: 30px;
    margin-bottom: 20px;
}

.dor-banner2 {
    margin-top: 40px;
}

.dor-banner2 .dor-banner2-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    height: 220px;
}

.dor-banner2 .dor-banner2-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
}

.dor-banner2-bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.dor-banner2 .dor-banner2-item:nth-child(1) .dor-banner2-bg-image {
    background-image: url(../img/dorado/small-banner-4.jpg);
}

.dor-banner2 .dor-banner2-item:nth-child(2) .dor-banner2-bg-image {
    background-image: url(../img/dorado/small-banner-5.jpg);
}

.dor-banner2-bg-image {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    text-align: center;
}

.dor-banner2-content {
    padding-left: 3rem;
    text-align: left;
}

.dor-banner2-subtitle a {
    font-size: 14px;
    font-weight: normal;
    color: #777;
}

.dor-banner2-title a {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.3;
}

.dor-banner2-text {
    font-size: 1.4rem;
    font-weight: normal;
    color: #2A48C9;
}

.dor-banner2-content.text-white .dor-banner2-subtitle a {
    color: #ddd;
}

.dor-banner2-content.text-white .dor-banner2-title a {
    color: #fff;
}

.dor-blog-new-testi>.container>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    flex-wrap: wrap;
}

.dor-container-bottom {
    background-color: #fff;
    margin-top: 0px;
    padding-top: 35px;
}


.slider-content-wrapper .slider-content {
    display: flex !important;
}

.slider-content-wrapper .slider-content div[data-u="bg"] {
    flex: 0 0 300px;
    max-width: 300px;
    position: relative !important;
}

.slider-content-wrapper .slider-content div[data-u="bg"] img {
    width: auto !important;
    height: 100% !important;
    position: relative !important;
}

.status-product-in-stock {
    background-color: #3EB227;
    color: #fff;
    font-weight: 800;
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 10px;
    display: inline-block;
    line-height: 18px;
}

.status-product-in-stock.out-stock {
    background-color: #9DA3A9;
}
.roles-status-stock span.require-adc,
.status-product-in-stock.require-adc {
    background-color: #FF9149;
}
.roles-status-stock span.ecotax,
.status-product-in-stock.ecotax {
    background-color: #0ab93c;
}
.dor-product-left-block .product-thumbnail-container {
    box-shadow: 0px 0px 0px 4px #fff;
    box-shadow: 0px 0px 0px 2px #fff;
    border-radius: 6px;
}
.reference-badge{
    background-color: #9DA3A9;
    color: #fff;
    font-weight: 800;
    padding: 1px 7px;
    font-size: 1em;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 1em;
}
.dor-product-miniature:hover .dor-product-left-block .product-thumbnail-container {
    box-shadow: 0px 0px 0px 4px #D7181E;
    box-shadow: 0px 0px 0px 2px #D7181E;
}

.dor-product-left-block .product-thumbnail-container .product-thumbnail {
    border: 1px #DEE0E2 solid;
    margin: 0px;
    border-radius: 4px;
    overflow: hidden;
    min-height: 55px;
}

.dor_category_name {
    color: #5C6670;
    font-size: 12px;
    margin-bottom: 10px;
}

body article.product-miniature:not(:first-child) .dor-product-miniature,
body .product_list article.product-miniature:not(:first-child) .dor-product-miniature,
body #products article:not(:first-child) .dor-product-miniature {
    border-left: none;
}

body article.product-miniature:nth-child(4n+1) .dor-product-miniature,
body .product_list article.product-miniature:nth-child(4n+1) .dor-product-miniature,
body #products article:nth-child(4n+1) .dor-product-miniature {
    border-left: 1px solid #DEE0E2;
}

body article.product-miniature:nth-child(n+5) .dor-product-miniature,
body .product_list article.product-miniature:nth-child(n+5) .dor-product-miniature,
body #products article:nth-child(n+5) .dor-product-miniature {
    border-top: none;
}

body #productscategory_same article.product-miniature.js-product-miniature.slick-slide .dor-product-miniature {
    border-left: 1px solid #DEE0E2;
    border-right: none;
}

body #productscategory_same article.product-miniature.js-product-miniature.slick-slide:last-child .dor-product-miniature {
    border-right: 1px solid #DEE0E2;
}

.product_list_related.product_list {
    margin-left: 5px;
    margin-right: 5px;
}

#productscategory_same .slick-list {
    padding-right: 0.28572rem;
}

#js-product-list .pagination>div:first-child {
    margin-left: -10px;
}

#js-product-list .pagination>div:last-child {
    margin-right: -10px;
}

@media(min-width:992px) {
    #search article.product-miniature.js-product-miniature,
    article.product-miniature.js-product-miniature {
        margin-bottom: 0;
    }

    article.product-miniature.js-product-miniature .dor-addcart-button-custom {
        margin-bottom: 0px;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    article.product-miniature.js-product-miniature .add.dor-product-cart-miniature {
        position: relative;
        padding-bottom: 15px;
        border-top: 0px;
        opacity: 1;
        visibility: visible;
    }

    article.product-miniature.js-product-miniature .dor-product-cart-miniature .add-to-cart {
        display: block;
        width: auto;
        border-color: #2A48C9;
        background-color: #2A48C9;
        border-width: 2px;
        margin-left: 15px;
        border-radius: 36px;
        padding-left: 15px;
        padding-right: 15px;
    }

    article.product-miniature.js-product-miniature .dor-product-cart-miniature .add-to-cart i {
        display: none;
    }

    article.product-miniature.js-product-miniature:hover .dor-product-cart-miniature {
        opacity: 1 !important;
        visibility: visible !important;
    }
    body article.product-miniature:nth-child(4n+1):not(:first-child) .dor-product-miniature,
    body #products article:nth-child(4n+1):not(:first-child) .dor-product-miniature{
        border-left: none;;
    }
    body #products article.product-miniature:nth-child(3n+1):not(:first-child) .dor-product-miniature {
        border-left: 1px #DEE0E2 solid;
        border-top: none;
        border-right: none;
    }
    body #products .products article.product-miniature:last-child .dor-product-miniature {
        border-right: 1px #DEE0E2 solid;
    }
    body #products article.product-miniature:nth-child(3n+5) .dor-product-miniature {
        border-left: 1px #DEE0E2 solid;
    }


}

#contact section#wrapper {
    margin-top: 50px;
}



/*********Contact Page********/
#contact #left-column {
    padding-left: 0px;
}

#contact #content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

#contact .contact-form .group-span-filestyle.input-group-btn {
    background-color: #2A48C9;
}

#contact .contact-rich {
    margin-top: 38px;
}

.contact-form ul {
    margin-bottom: 0px;
}

#contact #content {
    box-shadow: none;
    border: none;
    padding: 0px;
}

.contact-rich .block a[href^="mailto:"],
.contact-rich .block .data {
    font-size: 1.0rem;
}

.contact-form {
    padding-left: 0px;
    padding-right: 0px;
}

.dor-contact-form-header {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    margin-top: 35px;
}

.contact-map-render iframe {
    max-width: 100%;
    width: 100%;
}

.dor-contact-form-header .contact-header-title {
    text-transform: none;
}

.dor-contact-form-header .contact-header-title span {
    display: inline-block;
    font-size: 45px;
    font-weight: 500;
    color: #333;
    line-height: 50px;
}

.dor-contact-form-header .contact-header-intro {
    font-size: 16px;
    font-weight: 400;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 55px;
    margin-top: 20px;
    line-height: 26px;
}

.contact-header-box .list-contact-info {
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
    border: none;
}

.contact-header-box .list-contact-info li {
    width: 33.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-header-box .list-contact-info li .contact-list-item-info {
    border: 1px #eaeaea solid;
    padding: 45px 15px 40px;
    border-radius: 5px;
}

.contact-header-box .list-contact-info li .contact-list-item-info:hover {
    border-color: #2A48C9;
}

.contact-header-box .contact-infor-icon span::before {
    font-size: 40px;
}

.contact-header-box .list-contact-info h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: none;
}

.list-contact-info p {
    color: #696969;
    line-height: 28px;
    margin: 0 auto;
}

.list-contact-info p {
    color: #777;
    font-size: 15px;
    padding-left: 0px;
    font-weight: 500;
}

.contact-form-content::after,
.list-contact-info::after {
    clear: both;
    display: table;
    content: "";
}

.contact-form-content {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-header-box .list-contact-info li:nth-child(2) .contact-list-item-info {
    background-color: #2A48C9;
    border-color: #2A48C9;
}

.contact-header-box .list-contact-info li:nth-child(2) .contact-list-item-info * {
    color: #fff;
}

.contact-form-content .txt-head-contact h2 {
    color: #333;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0px;
    text-align: center;
}

.contact-form-content .infor-text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 35px;
    text-align: center;
    line-height: 23px;
}

.txt-head-contact {
    padding-left: 45px;
    padding-right: 45px;
}

.dor-form-contact .form-group .form-control-label {
    font-size: 15px;
    font-weight: 400;
}

.contact-form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.contact-form-content .contact-map-group {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
    width: 100%;
}

.contact-form-content .group-contact-form {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    width: 100%;
}

.dor-form-contact .form-group.row>.col-md-3.form-control-label sup {
    color: #f00;
}










.dorPopMessage ul {
    margin: 0px;
}

@media(max-width:1300px) {

    .teck-desc-group-data h2,
    .teck-desc-group-data h2 * {
        font-size: 45px;
        line-height: 50px;
    }
}

@media(max-width:1199px) {
    .teck-desc-readmore span {
        height: 45px;
        line-height: 42px;
    }

    .teck-desc-group-data h2,
    .teck-desc-group-data h2 * {
        font-size: 40px;
        line-height: 45px;
    }

    .modal.quickview .product-prices div.current-price span,
    #product section#main .product-prices div.current-price span {
        font-size: 25px;
    }

}

@media(max-width:991px) {
    .teck-desc-readmore span {
        height: 40px;
        line-height: 36px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .teck-desc-txt .type-01 {
        font-size: 15px;
        line-height: 25px;
    }

    .teck-desc-group-data h2,
    .teck-desc-group-data h2 * {
        font-size: 30px;
        line-height: 35px;
    }

    .teck-desc-group-data h4,
    .teck-desc-group-data h4 * {
        font-size: 18px;
    }

}

/***************Dor Footer Style**********************/


/********My Account*******/
#password header.page-header,
#registration header.page-header,
#authentication header.page-header {
    text-align: center;
    margin-top: 50px;
    opacity: 0;
    display: none;
}

body#cart .cart-grid-body .cart-overview span.no-items {
    padding: 35px !important;
    display: block;
}

.page-authentication #content {
    width: 50%;
    padding: 25px;
}

#address.page-customer-account #content{
    width: 80%;
    padding: 25px;
}

.page-customer-account #content .form-group .col-md-6 span.form-control-comment {
    padding-top: 6px !important;
    display: block;
    font-style: italic;
}

.page-customer-account #content .form-group .col-md-6 .form-control {
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
}

.page-customer-account #content .form-group .col-md-6 select.form-control:not([size]):not([multiple]) {
    height: calc(3rem - 2px);
}

.page-customer-account #content .form-group .form-control-label {
    padding-top: 1rem;
    font-weight: 500;
}

.page-customer-account #content .form-group .input-group .input-group-btn>.btn[data-action="show-password"] {
    padding: 0.98rem 1rem;
}

.page-customer-account #content .form-group .form-control-valign {
    padding-top: 0.5rem;
    display: flex;
    align-items: center;
}

.page-customer-account #content .form-group .form-control-valign .radio-inline {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.page-customer-account #content .form-group .form-control-valign .radio-inline span.custom-radio {
    margin-right: 6px;
    display: inline-block;
}

.page-customer-account #content .custom-checkbox label {
    align-items: center;
    flex-wrap: wrap;
}

.page-customer-account #content .custom-checkbox label input[type=checkbox] {
    margin-top: 0px;
}

.page-customer-account #content .custom-checkbox input[type="checkbox"]+span {
    margin-right: 6px;
}

#main .page-content h6 {
    text-align: center;
}

#address footer.form-footer.clearfix,
footer.form-footer button.btn.btn-primary.form-control-submit.float-xs-right {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

@media(max-width: 991px) {

    #address.page-customer-account #content{
        width: 100%;
        padding: 25px 0px;
        max-width: 100%;
    }
}

#registration.page-customer-account #content {
    width: 100%;
}

#registration.page-customer-account #content #customer-form input.form-control,
.page-authentication #content section.login-form form#login-form input.form-control {
    padding: 10px 15px;
    margin-bottom: 5px;
}

#registration.page-customer-account #content #customer-form .input-group-btn>.btn[data-action="show-password"],
.page-authentication #content section.login-form form#login-form .input-group-btn>.btn[data-action="show-password"] {
    margin-top: -5px;
    padding: 0.98rem 1rem;
}

.page-authentication #content section.login-form form#login-form .form-group {
    padding: 10px 0px;
}

.page-authentication #content section.login-form form#login-form .form-group .form-control-comment {
    display: none;
}

.page-authentication #content section.login-form form#login-form .form-group div.col-md-6 {
    width: 65%;
}

.page-authentication #content section.login-form footer.form-footer.text-sm-center.clearfix {
    margin-top: 35px;
}

#registration.page-customer-account .form-group div.col-md-6 {
    width: 75%;
}

#registration.page-customer-account .form-group.row {
    display: flex;
    align-items: center;
}

#registration.page-customer-account footer.form-footer.clearfix {
    text-align: center;
}

#registration.page-customer-account footer.form-footer button.btn-primary {
    border-radius: 35px;
    float: none !important;
}

#registration .col-md-6.form-control-valign {
    display: flex;
    align-items: center;
}

#registration label.radio-inline {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding-right: 25px;
}

#registration label.radio-inline .custom-radio {
    border-width: 1px;
    margin-right: 6px;
}

#registration.page-customer-account .custom-checkbox input[type=checkbox] {
    margin-top: 0px;
}

#registration.page-customer-account .custom-checkbox label {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.register-form>p {
    margin-bottom: 35px;
    color: #4d4b59;
}

@media(max-width: 1199px) {

    .page-customer-account #content,
    .page-authentication #content {
        width: 70%;
    }

    #registration.page-customer-account #content {
        width: 100%;
        max-width: 90%;
    }
}

@media(max-width: 991px) {
    #registration.page-customer-account #content {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    #registration.page-customer-account .form-group.row {
        flex-wrap: wrap;
    }

    #registration.page-customer-account .form-group.row label.col-md-3.form-control-label {
        flex: 0 0 100%;
        width: 100%;
        text-align: left;
    }

    #registration.page-customer-account .form-group div.col-md-6 {
        width: 100%;
    }

    .page-customer-account #content,
    .page-authentication #content {
        width: 80%;
    }

    .page-authentication #content section.login-form form#login-form .form-group div.col-md-6 {
        width: 100%;
    }

    .page-authentication #content section.login-form footer.form-footer.text-sm-center.clearfix {
        text-align: center;
    }

    #registration.page-customer-account .form-control-comment {
        display: none;
    }
}

@media(max-width: 530px) {

    .page-customer-account #content,
    .page-authentication #content {
        width: 100%;
    }

    .page-customer-account #content,
    .page-authentication #content {
        padding: 15px;
    }

    #registration.page-customer-account #content {
        padding: 0px;
    }

}

/*************Search Page*****************/
body#search #js-product-list-header {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 25px;
}

.page-not-found,
body#search #content.page-content.page-not-found {
    box-shadow: none !important;
    text-align: center;
}

body#search #content.page-content.page-not-found>h4 {
    font-size: 25px;
    font-weight: 500;
}

.dorpage-empty-data {
    font-size: 25px;
    text-align: center;
    margin-top: 35px;
}

.comeback-home.comeback-home-emtpy {
    text-align: center;
}

.comeback-home.comeback-home-emtpy a {
    display: inline-block;
    clear: both;
    margin-left: 0;
    margin-top: 20px;
}

.txt-comeback-empty {
    display: block;
    margin-top: 15px;
    font-size: 17px;
    color: #333;
}

/*************End Search Page*************/

/**************Page Not Found************************/
#pagenotfound #main .page-header {
    display: none;
}

#pagenotfound #main .page-content {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
}

#pagenotfound #main .page-content div.dorpagenotfound {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
}

.dorpagenotfound-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dorpagenotfound-bd {
    width: 30%;
    background-image: url(../img/404-images.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 400px;
}

.dorpagenotfound-content {
    width: 70%;
    text-align: center;
}

.title-404 {
    font-size: 130px;
    display: block;
    line-height: 130px;
    font-weight: 500;
    letter-spacing: 0.4em;
    margin-bottom: 35px;
    margin-top: 0px;
    color: #000;
}

.txt-404 {
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #333;
}

.comeback-home a {
    display: inline-block;
    background-color: #333;
    padding: 10px 25px 10px 25px;
    border-radius: 35px;
    margin-left: 15px;
    color: #fff;
    font-size: 15px;
}

.comeback-home a:hover {
    background-color: #2A48C9;
    color: #fff !important;
}

.comeback-home {
    font-size: 20px;
}

#pagenotfound .pos_search.form-group.no-uniform {
    display: none;
}

#pagenotfound #dor_search_top .dor-search-form form {
    border: none;
    justify-content: center;
    margin-bottom: 50px;
}

#pagenotfound .dor_search.form-group button {
    top: 0px;
    padding: 10px 10px;
    background-color: #2A48C9;
    color: #fff;
    display: flex;
    height: 40px;
    line-height: 23px;
    border-radius: 0px 5px 5px 0px;
}

#pagenotfound #search_widget form input.search_query {
    border-radius: 5px;
}

@media(max-width: 991px) {
    .dorpagenotfound-wrapper {
        flex-wrap: wrap;
    }

    .dorpagenotfound-bd {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
        background-position: center;
        margin-bottom: 60px;
        background-size: inherit;
    }
}


/**************End Page Not Found************************/

/***************Dor My Account**********************/
header#header .dropdown-menu-user-info li a.logout {
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.dropdown-menu-user-info li:first-child .account {
    margin-top: -10px;
    display: block;
}

.dropdown-menu-user-info li.active a * {
    color: #2A48C9;
}

.dropdown-menu-user-info li:first-child a.account * {
    color: #333 !important;
}

#my-account footer .text-sm-center a {
    border: 1px #2A48C9 solid;
    padding: 8px 25px;
    font-size: 16px;
    border-radius: 36px;
}

#my-account footer .text-sm-center a:hover {
    background-color: #2A48C9;
    color: #fff;
}

.page-my-account #content .links a {
    border: 1px #e5e5e5 solid;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 15px;
    margin-left: 15px;
    width: calc(33.33333% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.page-my-account #content .links a span.link-item {
    box-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-my-account #content .links a:hover,
.page-my-account #content .links a:hover * {
    color: #2A48C9;
    border-color: #2A48C9;
}

.page-addresses .address {
    box-shadow: none;
    border: 1px #eee solid;
}

.page-addresses .address .address-footer {
    background-color: #2A48C9;
    border-top-color: #2A48C9;
}

.page-addresses .address .address-footer * {
    color: #fff;
}

.page-addresses .address .address-body address {
    line-height: 22px;
}

/***************End Dor My Account******************/
.wmBox_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.wmBox_centerWrap {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
}

.wmBox_centerer {
    display: table-cell;
    vertical-align: middle;
}

.wmBox_centerer iframe {
    width: 95%;
    display: table;
    margin: 0 auto;
    position: relative;
}

.wmBox_contentWrap {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.wmBox_scaleWrap {
    position: relative;
    height: 0;
    padding-top: 20px;
    padding-bottom: 56.25%;
    width: 100%;
}

.wmBox_centerer iframe {
    position: absolute;
    top: 0;
    border: 0;
    outline: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    left: 0;
    width: 100%;
    height: 100%;
}

.wmBox_closeBtn {
    z-index: 2;
    position: relative;
    margin-top: -40px;
}

.wmBox_closeBtn p {
    line-height: 0;
    margin: 0;
    padding: 0.5em 0 0.75em;
    color: #FFF;
    background: #000;
    width: 1.3em;
    font-size: 25px;
    border-radius: 100%;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
    bottom: -0.5em;
    right: -0.5em;
    cursor: pointer;
    float: right;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: color 0.2s ease-out, background 0.2s ease-out;
}

.wmBox_closeBtn p:hover {
    background: #FFF;
    color: #000;
}

.forgotten-password .form-fields label,
#login-form .form-control-label,
#customer-form .form-control-label {
    font-weight: 500;
}

.alert {
    font-size: 15px;
}

.pswp {
    z-index: 99999;
}

.block_newsletter form input[type="email"],
.block_newsletter form input[type="email"]:focus {
    padding: 11px !important;
    outline: none !important;
    background-color: transparent;
    border: 1px #2A48C9 solid !important;
}

.form-control:focus,
.input-group.focus,
.input-group:focus {
    outline: none !important;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
    padding: .78rem 1rem
}

/****Category Block****/

/***HTML Block****/
#content-wrapper header.page-header {
    opacity: 0;
    visibility: hidden;
}

/*****Purchase Button****/
.dor-fancy-btn,
.fancy-btn,
.fancy-btn-black,
.fancy-btn-alt {
    text-transform: none;
    position: relative;
    transition: padding 250ms;
    display: inline-block;
}

.thm-clr {
    color: #52afc6;
}

.dor-fancy-btn:hover,
.fancy-btn:hover,
.fancy-btn-black:hover,
.fancy-btn-alt:hover {
    color: white;
    padding-right: 35px !important;
}

.fancy-btn:focus,
.fancy-btn-black:focus,
.fancy-btn-alt:focus {
    color: white;
}

/*
.fancy-btn::after,
.fancy-btn-black:after,
.fancy-btn-alt::after,
.fancy-btn-small::after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 250ms ease 0s, transform 250ms ease 0s, visibility 250ms linear 0s;
}
*/
.dor-fancy-btn i,
.slider-read-more a span i {
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 250ms ease 0s, transform 250ms ease 0s, visibility 250ms linear 0s;
}

.slider-read-more a span.fancy-btn-small::after {
    top: 12px;
}

.dor-fancy-btn:hover i,
.slider-read-more a:hover span i {
    opacity: 1;
    visibility: visible;
    transform: translate(0px);
}

.fancy-btn:hover i,
.fancy-btn-black:hover i,
.fancy-btn-alt:hover i {
    visibility: visible;
    opacity: 1;
    transform: translate(0px);
}

.fancy-btn,
.fancy-btn-black,
.fancy-btn-alt {
    border-radius: 50px;
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 12px 30px 13px;
    position: relative;
    text-transform: uppercase;
    transition: padding 250ms ease 0s;
}

.row-cta {
    background-color: #041e42;
    padding: 15px 0 15px;
    color: #fff;
    border-radius: 0;
    margin-top: -20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../img/pattern.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    overflow: hidden;
}

.row-cta::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: no-repeat;
    background-position: 125% center;
    top: 0;
    right: 0;
}

.gst-cta-buttons {
    text-align: right !important;
}

.gst-cta-buttons a {
    margin-left: 20px;
}

.gst-cta-buttons a:first-child {
    margin-left: 0;
}

.gst-cta-buttons .fancy-btn-alt {
    border-color: #666;
    color: #666;
}

.gst-cta-buttons .fancy-btn-small::after {
    top: 11px;
}

.thm-clr.extbold-font-4 {
    font-size: 25px;
    color: #52afc6;
    font-weight: 500;
}

.gst-cta-buttons .fancy-btn-alt {
    border-color: #666;
    color: #666;
}

.fancy-btn-small {
    font-size: 13px;
    padding: 10px 25px;
}

.fancy-btn-alt.fancy-btn-small {
    border: 1px solid #666;
}

.fancy-btn-alt.fancy-btn-small:hover {
    color: #fff;
    border-color: #fff;
}

.fancy-btn {
    background: #52afc6 none repeat scroll 0 0;
}

.gst-cta h2 {
    font-weight: 400;
    color: #fff;
}

.gry-clr {
    color: #fff;
    margin-bottom: 0px;
}

.dor-custom-purchase .container.theme-container {
    padding-left: 30px;
    padding-right: 30px;
}

.dor-ads-banner-wrap-inner img {
    width: 100%;
    height: auto;
}

.dor-ads-banner-wrap-data {
    margin-top: 50px;
}

.dor-ads-banner-wrap-inner {
    border-radius: 9px;
    overflow: hidden;
}

#search_widget form input.search_query {
    border-color: #fcb941;
    padding: 12px 30px 8px 30px;
    font-size: 15px;
}

/**************************************************Dor Responsive*****************************************************/

/**************Header Responsive*************/
.mobile-vermenu {
    display: none;
}

@media(max-width: 1300px) {
    .order-tracking-top-link span {
        display: none;
    }
}

@media(max-width: 1199px) {
    .mobile-vermenu {
        display: block;
    }

    .order-tracking-top-link {
        margin-left: 15px;
        margin-right: 5px;
    }

    #dor_search_top {
        margin-left: 15px;
        margin-right: 15px;
    }

    #main-wrapper-top #dorSlideShow {
        margin-left: 0px;
        flex: 0 0 calc(75% - 0.7rem);
        max-width: calc(75% - 0.7rem);
    }

    #main-wrapper-top .banner-slider {}

    #header .logo {
        max-height: 45px;
    }

    .dor-listbanner-shop .container .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .dor-small-banner-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dor-megamenu .navbar-nav>li {
        margin: 0 14px;
    }

    header.fixed .dor-megamenu #dor-top-menu .navbar-nav>li>a {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .mobile-verbtn {
        border: 1px #ddd solid;
        background-color: transparent;
        display: none;
        line-height: normal;
        padding: 0px;
        width: 35px;
        height: 35px;
        justify-content: center;
        align-items: center;
    }

    .mobile-verbtn i {
        display: flex;
        line-height: normal;
        font-size: 20px;
    }

    .dor-megamenu .navbar {
        margin-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .dor-megamenu .navbar-nav>li {
        margin: 0 11px;
    }
}

@media (min-width: 992px) and (max-width: 1040px) {
    .dor-megamenu .navbar-nav>li {
        margin: 0 15px;
    }
}

@media(max-width: 530px) {
    .order-tracking-top-link {
        left: 40px;
    }
}

@media(max-width: 1199px) {
    #products #js-product-list .products.row {
        overflow: hidden;
    }

    .container {
        width: calc(100% - 30px);
        max-width: 100%;
    }

    .product-comments-additional-info .additional-links {
        display: none;
    }

    #product #content-wrapper .tabs {
        padding-left: 0;
        padding-right: 0;
    }

    .products-selection .total-products {
        width: calc(50% - 30px);
    }

    #category .dor-category-column-6 #products .product-miniature {
        width: calc(20% - 20px);
    }

    #category .dor-category-column-6 #products .product-miniature:nth-child(6n+1) {
        clear: none;
    }

    #category .dor-category-column-6 #products .product-miniature:nth-child(5n+1) {
        clear: left;
    }

    .dor-about-us-testimonial-head .heading,
    .dor-about-us-service-name,
    .dor-about-us-row-caption {
        font-size: 35px;
    }

    #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main>.container {
        height: 300px;
    }

    #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media(max-width: 1199px) and (min-width: 992px) {
    #dor-header-style2 .dor-megamenu .navbar-nav>li {
        margin: 0 18px;
    }

    #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main .dor-page-title h1 {
        font-size: 30px;
    }
}

@media(max-width: 991px) {
    #header .dor-w-logo {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header#header:not(.fixed) .dor-w-logo {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #header .logo {
        height: 45px;
    }
}

@media(max-width: 767px) {
    #header .logo {
        height: 40px;
    }

    #header .header-top {
        background-color: #fff;
    }

    .icon-st-top::before {
        font-size: 21px;
    }

    .order-tracking-top-link .icon-st-top::before {
        font-size: 25px;
    }

    .order-tracking-top-link {
        margin-left: 10px;
    }

    .total-compare,
    .total-wishlist {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media(max-width: 630px) {
    .order-tracking-top-link {
        margin-left: 10px;
        position: absolute;
        left: 50px;
        top: 24px;
    }

    #dor_search_top .dor_search.form-group {
        width: calc(100% - 50px);
    }

    #header #dor_search_top {
        margin-left: 5px;
    }

    .blockcart.cart-preview .total-price-value-mini-cart {
        display: none;
    }

    .cart-products-count {
        left: 5px;
    }

    .dor-header-selection-icon>i::before,
    .user-info .icon-user-info>i::before,
    .blockcart.cart-preview .header>i::before {
        font-size: 20px;
    }

    .icon-st-top::before {
        font-size: 20px;
    }

    .order-tracking-top-link .icon-st-top::before {
        font-size: 24px;
    }
}

@media(max-width: 530px) {

    #_desktop_user_info,
    .dor-header-selection,
    #_desktop_cart {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cart-products-count {
        left: 4px;
    }

    .total-wishlist strong,
    .total-compare strong {
        font-size: 13px;
        margin-top: -1px;
    }

    header#header:not(.fixed) .dor-w-logo {
        margin-top: 0px;
    }

    .total-compare,
    .total-wishlist {
        margin-right: 5px;
    }
}

@media(max-width: 420px) {
    .order-tracking-top-link {
        left: auto;
        top: auto;
        position: relative;
    }

    #header .logo {
        height: 35px;
    }

    header#header #dor-verticalmenu .dor-vertical-title {
        padding: 0;
        width: 33px;
        padding-left: 2px;
        padding-top: 3px;
        padding-bottom: 2px;
    }

    .total-compare,
    .total-wishlist {
        display: none;
    }
}

/*********Footer Responsive**********/
.item.payment-item-footer img,
.item.secured-logo-footer img {
    max-width: 100%;
    height: auto;
}

@media(max-width: 1600px) {
    #footer .footer-newsletter-row .title-block.text-left.footer-widget {
        flex: 0 0 32%;
        max-width: 32%;
    }

    #footer .footer-newsletter-row .footer-widget.newsletter-form-field {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media(max-width: 1445px) {
    #footer .footer-newsletter-row .title-block.text-left.footer-widget {
        flex: 0 0 35%;
        max-width: 35%;
    }

    #footer .footer-newsletter-row .footer-widget.newsletter-form-field {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media(max-width: 1335px) {
    .footer-newsletter-header p {
        font-size: 12px;
    }

    #footer .footer-newsletter-row .title-block.text-left.footer-widget {
        flex: 0 0 32%;
        max-width: 32%;
    }

    #footer .footer-newsletter-row .footer-widget.newsletter-form-field {
        flex: 0 0 42%;
        max-width: 42%;
    }
}

@media(max-width: 1199px) {
    #footer .footer-newsletter-row .footer-social-share-links a {
        margin: 0px 10px;
    }

    #footer .footer-newsletter-row .title-block.text-left.footer-widget {
        flex: 0 0 38%;
        max-width: 38%;
    }
}

@media(max-width: 991px) {
    #footer .footer-newsletter-row .title-block.text-left.footer-widget {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        display: block;
        text-align: center;
        margin-right: 0px;
    }

    .footer-newsletter-icon {
        margin-right: 0;
    }

    #footer .footer-newsletter-row .footer-widget.newsletter-form-field {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0px;
    }

    #main-newsletter-footer {
        height: 100%;
        border-radius: 35px;
        background-color: #fff;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 550px;
    }

    #footer .footer-newsletter-row {
        display: block;
    }

    #footer .footer-newsletter-row .footer-social-share-links {
        display: flex;
        flex: 1;
        justify-content: center;
        white-space: nowrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: center;
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    #footer .footer-newsletter-row .footer-social-share-links a:last-child {
        margin-right: 20px;
    }

    .footer-newsletter-header p {
        font-size: 14px;
    }

    .footer-newsletter-header h2 {
        font-size: 20px;
        margin-bottom: 3px;
    }

    #footer .footer-newsletter-row .footer-social-share-links a {
        margin: 0px 20px;
    }

    #dor-footer-link-group {
        width: 40%;
    }

    #block_contact_footer {
        width: 30%;
    }

    #block_secured_footer {
        width: 30%;
    }

    #block_contact_footer h4 a img {
        max-width: 145px;
        max-height: 50px;
    }
}

@media(max-width: 767px) {
    .box-items .product-flag-status {
        display: none;
    }

    .box-items li.product-flag-status.discount {
        display: inline-block;
        font-size: 12px;
        padding: 2px 3px;
    }

    .footer-container.dorFooterInner {
        padding-top: 40px;
    }

    #block_contact_footer {
        width: 100%;
        text-align: center;
    }

    #dor-footer-link-group {
        width: 100%;
        padding: 40px 0px;
        float: none;
        clear: both;
    }

    .dor-footer-links {
        padding-bottom: 0;
    }

    .dor-footer-link-list {
        display: block;
        margin: 0px;
    }

    .dor-footer-link-list::after {
        content: "";
        display: table;
        clear: both;
    }

    #dor-footer-link-group .footer-block {
        width: 50%;
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
        float: left;
    }

    #block_secured_footer {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-our-store>i.icon-contact-footer {
        float: none;
    }

    .our-store-info {
        padding-left: 0px;
        width: 100%;
        margin-top: 15px;
    }
}


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

    .page-customer-account #content,
    .page-authentication #content {
        max-width: 100%;
    }
}

@media(max-width: 767px) {

    #main header.page-header h1,
    #my-account header.page-header h1,
    #password header.page-header h1,
    #authentication header.page-header h1 {
        font-size: 30px;
        color: #333;
    }

    #my-account.page-my-account #content .links a {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px);
    }

    #my-account.page-my-account #content .links {
        margin-left: 5px;
        margin-right: 5px;
    }

    #my-account.page-my-account #content .links a span.link-item {
        font-size: 14px;
    }
}

@media(max-width: 600px) {
    #my-account.page-my-account #content .links a {
        width: calc(50% - 20px);
    }
}

@media(max-width: 530px) {
    #my-account.page-my-account #content .links a {
        width: 100%;
    }
}

@media(max-width: 360px) {
    #my-account.page-my-account #content .links a {
        width: calc(100% - 20px);
    }
}

/********End Account Responsive**********/
@media(max-width: 991px) {
    #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main>.container {
        height: 200px;
    }

    #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main .dor-page-title h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .dor-megamenu .navbar-header button {
        padding: 0;
        border: 1px #ddd solid;
        cursor: pointer;
        background-color: transparent;
    }

    .dor-megamenu .navbar-header button i {
        font-size: 30px;
    }

    #header .header-top .position-static #dor-megamenu-top {
        padding: 0;
    }

    #header .header-top .position-static {
        width: auto;
        position: absolute;
    }

    #header .dropdown-menu {
        left: auto;
        right: 0px;
    }

    .dor-w-logo {
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .dor-search-form,
    .dropdown-menu-user-info {
        top: 175%;
    }

    .products-selection .total-products {
        display: none;
    }

    #js-product-list-top>.col-md-6:not(.total-products) {
        width: calc(100% - 108px);
    }

    .dor-display-cate {
        width: 108px;
    }

    .products-selection .sort-by {
        width: auto;
        text-align: left;
        padding-left: 0px;
    }

    .pagination>div:first-child.col-md-4 {
        display: none;
    }

    #category .pagination .offset-md-2 {
        margin-left: auto;
        width: 100%;
        float: none;
        padding-left: 0px;
    }

    .pagination .page-list li {
        display: inline-block;
    }

    #category .pagination .next,
    #category .pagination .previous {
        float: none;
        font-size: 16px;
    }

    #product .dorproDetailCol2 .images-container .product-images>li.thumb-container>.thumb,
    #product .dorproDetailCol3 .images-container .product-images>li.thumb-container>.thumb {
        max-width: 74px;
    }

    #product .dorproDetailCol3 .scroll-box-arrows i,
    #product .dorproDetailCol2 .scroll-box-arrows i {
        height: 74px;
        line-height: 74px;
    }

}

@media(max-width: 991px) and (min-width: 768px) {
    #product section#main .h1[itemprop="name"] {
        font-size: 18px;
        line-height: 22px;
    }

    #product #block-reassurance span {
        font-weight: 400;
        font-size: 13px;
    }

    #product .product-information {
        overflow: hidden;
    }

    #product section#main .product-add-to-cart {
        margin-right: 20px;
    }

    #products #js-product-list .products.row {
        overflow: hidden;
    }

    #search .dor-category-column-5 #products .product-miniature,
    #category .dor-category-column-5 #products .product-miniature {
        width: calc(25% - 20px);
    }

    #search .dor-category-column-5 #products .product-miniature:nth-child(5n+1),
    #category .dor-category-column-5 #products .product-miniature:nth-child(5n+1) {
        clear: none;
    }

    #search .dor-category-column-5 #products .product-miniature:nth-child(4n+1),
    #category .dor-category-column-5 #products .product-miniature:nth-child(4n+1) {
        clear: left;
    }

    #search .dor-category-column-6 #products .product-miniature,
    #category .dor-category-column-6 #products .product-miniature {
        width: calc(25% - 20px);
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(6n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(6n+1) {
        clear: none;
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(5n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(5n+1) {
        clear: none;
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(4n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(4n+1) {
        clear: left;
    }

    main.dor-product-thumb-position-left .images-container .slick-vertical .slick-slide,
    main.dor-product-thumb-position-right .images-container .slick-vertical .slick-slide {
        margin-top: 5px;
        margin-bottom: 5px;
    }


    .txt-404 {
        font-size: 20px;
    }

    .comeback-home {
        font-size: 17px;
    }
}

@media(max-width: 767px) {

    body#product main.dor-product-thumb-position-right .dor-slick-thumb-arrow,
    body#product main.dor-product-thumb-position-left .dor-slick-thumb-arrow {
        float: initial;
        width: auto;
        position: absolute;
        right: -20px;
        height: 100%;
        top: 0px;
        padding: 0px;
    }

    body#product main.dor-product-thumb-position-right .dor-slick-thumb-arrow i,
    body#product main.dor-product-thumb-position-left .dor-slick-thumb-arrow i {
        width: auto;
        height: auto;
        font-size: 18px;
        transform: rotate(-90deg);
        display: block;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
    }

    body#product main.dor-product-thumb-position-right button.dor-slick-thumb-arrow.slick-prev.slick-arrow,
    body#product main.dor-product-thumb-position-left button.dor-slick-thumb-arrow.slick-prev.slick-arrow {
        right: auto;
        left: -20px;
    }

    body#product main.dor-product-thumb-position-right ul.product-images.js-qv-product-images li.thumb-container,
    body#product main.dor-product-thumb-position-left ul.product-images.js-qv-product-images li.thumb-container {
        margin-left: 5px;
        margin-right: 5px;
    }

    body main.dor-product-thumb-position-left .images-container .js-qv-mask,
    body main.dor-product-thumb-position-right .images-container .js-qv-mask {
        margin-left: auto !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    body main.dor-product-thumb-position-left .images-container .js-qv-mask img,
    body main.dor-product-thumb-position-right .images-container .js-qv-mask img {
        width: 100%;
    }

    body#product main.dor-product-thumb-position-right button.dor-slick-thumb-arrow.slick-next.slick-arrow i,
    body#product main.dor-product-thumb-position-left button.dor-slick-thumb-arrow.slick-next.slick-arrow i {
        transform: rotate(270deg);
    }

    #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main .dor-page-title h1 {
        font-size: 20px;
    }

    main.dor-product-thumb-position-left .images-container,
    main.dor-product-thumb-position-right .images-container {
        flex-wrap: wrap;
    }

    body#product main.dor-product-thumb-position-left .images-container .js-qv-mask,
    body#product main.dor-product-thumb-position-right .images-container .js-qv-mask {
        max-width: 100% !important;
        width: 100% !important;
        padding-top: 20px !important;
    }

    .dor-module-title {
        font-size: 35px;
    }

    .dor-ads-sidebar-content img {
        width: auto !important;
        max-width: 100%;
    }

    #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main>.container {
        height: 150px;
    }

    #language-selector-label {
        display: none;
    }

    #header .open .dropdown-menu.hidden-sm-down {
        display: block !important;
    }

    #header .link.hidden-md-up {
        display: none !important;
    }

    #header .header-nav .currency-selector {
        margin-left: 0px;
    }

    #header #dor_search_top .dropdown-menu {
        right: auto;
        left: 0;
    }

    #product section#main .h1[itemprop="name"] {
        margin-top: 15px;
    }

    #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .dor-search-form,
    .dropdown-menu-user-info {
        top: 165%;
    }

    .product-comment-list-item .comment-infos {
        width: 30%;
    }

    .product-comment-list-item .comment-content {
        width: 70%;
    }

    .products-selection .showing {
        display: none;
    }

    #js-product-list-top>.col-md-6:not(.total-products) {
        width: calc(100% - 108px);
    }

    .dor-display-cate {
        width: 108px;
    }

    .products-selection .filter-button .btn-secondary,
    .products-selection .filter-button .btn-tertiary {
        padding: .5775rem .5rem .5775rem;
        box-shadow: none;
    }

    .block-category .category-cover {
        display: block;
    }

    .block-category.card-block {
        border: 1px solid rgba(0, 0, 0, .125);
        margin-bottom: 25px;
    }

    #category #content-wrapper {
        padding-left: 0px;
    }

    #category #left-column {
        padding-right: 0px;
    }

    #category #left-column #search_filters_wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }

    #category #left-column #search_filters_wrapper:not(.hidden-sm-down) {
        margin-bottom: 100px;
    }

    #category #left-column #search_filters .facet .h6 {
        float: left;
    }

    #category #left-column #search_filters .facet .navbar-toggler {
        padding: .900rem .625rem 0 0;
        width: 2em;
    }

    .pagination .page-list {
        text-align: center;
    }

    #product-comments-list-footer {
        display: block;
        float: none;
        text-align: center;
    }

    #product-comments-list-footer .btn-comment-big {
        margin-bottom: 20px;
    }

    .footer-bottom-info-wapper {
        display: block;
    }

    .footer-copyright-payment .footer-bottom-info-wapper>div {
        width: 100%;
        text-align: center;
        float: none;
    }

    .payment>ul {
        float: none;
        text-align: center;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .dor-copyright-infor {
        padding-top: 15px;
        margin-bottom: 19px;
        position: relative;
        display: block;
        margin-top: 0;
    }

    .footer-payment-line .payment li img {
        max-width: 100%;
    }

    #products .up {
        display: none;
    }

    .block-category.card-block .h1 {
        font-size: 20px;
    }

    #product #content-wrapper section#main>.row>.col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    #product #content-wrapper {
        width: 100%;
        max-width: 100%;
    }

    #product .block-categories.hidden-sm-down {
        display: block;
    }

    #search .dor-category-column-5 #products .product-miniature,
    #category .dor-category-column-5 #products .product-miniature {
        width: calc(33.3333% - 20px);
    }

    #search .dor-category-column-5 #products .product-miniature:nth-child(5n+1),
    #category .dor-category-column-5 #products .product-miniature:nth-child(5n+1) {
        clear: none;
    }

    #search .dor-category-column-5 #products .product-miniature:nth-child(4n+1),
    #category .dor-category-column-5 #products .product-miniature:nth-child(4n+1) {
        clear: none;
    }

    #search .dor-category-column-5 #products .product-miniature:nth-child(3n+1),
    #category .dor-category-column-5 #products .product-miniature:nth-child(3n+1) {
        clear: left;
    }

    #search .dor-category-column-6 #products .product-miniature,
    #category .dor-category-column-6 #products .product-miniature {
        width: calc(33.3333% - 20px);
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(6n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(6n+1) {
        clear: none;
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(5n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(5n+1) {
        clear: none;
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(4n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(4n+1) {
        clear: none;
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(3n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(3n+1) {
        clear: left;
    }

    main.dor-product-thumb-position-left .images-container {
        min-height: auto !important;
    }

    #product .dorproDetailCol3 #content-wrapper,
    #product .dorproDetailCol2 #content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    #category .dor-proCateCol3 #left-column,
    #category .dor-proCateCol2 #left-column {
        padding-left: 0px;
        padding-right: 0px;
    }

    #category .dor-proCateCol2 #content-wrapper,
    #category .dor-proCateCol3 #content-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dor-about-us-testimonial-head .heading,
    .dor-about-us-service-name,
    .dor-about-us-row-caption {
        font-size: 30px;
        line-height: 40px;
    }

    .dorpagenotfound-wrapper {
        display: block;
    }

    .dorpagenotfound-content {
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }

    .dorpagenotfound-bd {
        width: 100%;
        background-position: center center;
    }

    #dor-footer03 .block_newsletter {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    #dor-footer03 #dor-footer-main {
        float: none;
        width: 100%;
    }

    #dor-footer03 .dor-footer-link-list .footer-group-link .title {
        position: relative;
    }

    #dor-footer03 .dor-footer-link-list .footer-group-link .title::before {
        content: "";
        position: absolute;
        width: 100%;
        background-color: #e5e5e5;
        height: 1px;
        left: 0;
        bottom: 0px;
    }

    #dor-footer03 .dor-footer-link-list .footer-group-link .toggle-footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #dor-footer03 .newsletter-title-mod h4.hidden-sm-down {
        display: block !important;
        letter-spacing: 0;
    }

    #dor-footer03 .block_newsletter {
        padding-top: 0px !important;
    }

    #product #tab-content #description,
    #product #tab-content #product-details {
        max-width: 100%;
    }

    #product #tab-content #product-details .product-manufacturer .img.img-thumbnail.manufacturer-logo {
        max-height: 100px;
    }

    .modal-dialog {
        margin-top: 80px;
    }

    .miniCartv1 #blockcart-modal .divide-right {
        width: 100%;
    }

    .miniCartv1 #blockcart-modal .col-md-7 {
        width: calc(100% - 6px);
        position: relative;
        background-color: #e5e5e5;
        margin-left: 3px;
        padding-top: 35px;
        padding-bottom: 25px;
        margin-top: 20px;
    }

    .miniCartv1 #blockcart-modal .col-md-7::before {
        content: "";
        background-color: #e5e5e5;
        height: 1px;
        width: calc(100% - 6px);
        left: 3px;
        top: -20px;
        position: absolute;
        display: none;
    }

    .miniCartv1 #blockcart-modal .cart-content {
        padding-left: 0px;
    }

    .miniCartv1 #blockcart-modal .product-name {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 10px;
    }

    .miniCartv1 #blockcart-modal .modal-body .divide-right span {
        margin-bottom: 0px;
    }

    .miniCartv1 #blockcart-modal .modal-title i.material-icons {
        margin-right: 5px;
    }

    body#cart .product-line-grid .product-line-grid-left {
        width: 22%;
    }

    body#cart .product-line-grid .product-line-grid-body {
        width: 78%;
    }

    .cart-grid .cart-items .cart-item .product-line-grid .product-line-grid-right.product-line-actions.col-md-5.col-xs-12 {
        margin-top: 20px;
    }

    .cart-grid .cart-items .cart-item .product-line-grid .product-line-grid-right.product-line-actions.col-md-5.col-xs-12>.row {
        display: flex;
    }

    .cart-grid .cart-items .cart-item .product-line-grid .product-line-grid-right.product-line-actions.col-md-5.col-xs-12>.row>.col-xs-4.hidden-md-up {
        display: none !important;
    }

    .cart-grid .cart-items .cart-item .product-line-grid .product-line-grid-right.product-line-actions.col-md-5.col-xs-12>.row>.col-md-10.col-xs-6 {
        width: 100%;
        padding-left: calc(18% + 15px);
        padding-right: 0;
    }

    body#cart .cart-grid .cart-items .cart-item .product-line-grid .product-line-grid-right.product-line-actions .col-md-6.col-xs-6.qty {
        text-align: left;
        width: 100px;
    }

    body#cart .cart-grid .cart-items .cart-item .product-line-grid .product-line-grid-right.product-line-actions .col-md-6.col-xs-2.price {
        width: 25%;
    }

    .cart-grid .cart-items .cart-item .product-line-grid .product-line-grid-right.product-line-actions.col-md-5.col-xs-12>.row>.col-md-2.col-xs-2.text-xs-right {
        padding-right: 0;
        padding-left: 0;
    }

    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: right;
    }
}

@media(max-width: 630px) {
    .subscribe-me .login-form {
        max-width: 98%;
    }

    #product section#main .h1[itemprop="name"] {
        font-size: 20px;
    }

    #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main .dor-page-title h1 {
        font-size: 22px;
        line-height: 30px;
    }

    #product section#main .h1[itemprop="name"] {
        font-size: 17px;
    }

    #category.dor-list-display article.product-miniature .h3.product-title>a {
        font-size: 15px;
        line-height: 20px;
        height: 40px;
    }

    #category.dor-list-display .dor-product-miniature {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #category.dor-list-display article.product-miniature .dor-product-left-block {
        position: static;
    }

    #contact #left-column {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
    }

    #contact #content-wrapper {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
    }

    #contact #content {
        padding: 0px;
    }

    #contact #content section.contact-form {
        padding: 0px;
    }

    .dor-about-us-service-name br,
    .dor-about-us-row-caption br {
        display: none;
    }

    .txt-404 {
        font-size: 20px;
    }

    .comeback-home {
        font-size: 17px;
    }
}

@media(max-width: 575px) {
    .dor-about-us-colum {
        margin-top: 35px;
    }

    .dor-about-us-colum {
        margin-bottom: 35px;
    }

    .dor-about-us,
    .page-content.page-cms {
        padding-top: 0px;
    }

    #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main>.container {
        height: 100px;
    }

    .pos_search.form-group,
    .dor_search.form-group {
        margin-bottom: 0px;
    }
}

@media(max-width: 530px) {
    .subscribe-me .login-wrap {
        padding: 25px;
    }

    .images-container .product-images>li.thumb-container>.thumb {
        max-width: 65px;
    }

    .scroll-box-arrows i {
        height: 65px;
        line-height: 65px;
    }

    #category.dor-list-display article.product-miniature .add.dor-product-cart-miniature .txt-cart {
        display: none;
    }

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

    #products .product-miniature:nth-child(2n+1),
    .featured-products .product-miniature:nth-child(2n+1),
    .product-accessories .product-miniature:nth-child(2n+1),
    .product-miniature .product-miniature:nth-child(2n+1) {
        clear: left;
    }

    .block-category.card-block .h1 {
        font-size: 18px;
    }

    .payment>ul {
        display: flex;
    }

    .footer-payment-line .payment li {
        margin-left: auto;
        margin-right: auto;
    }



    .testimonial-desc * {
        font-size: 15px;
    }

    .comeback-home a {
        margin-top: 20px;
    }

    #footer #dor-footer03 .dor-footer-after .dor-footer-after-main>.container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .dor-brand-logo-show li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dor-brand-logo-show li img {
        max-width: 100% !important;
    }

    .miniCartv1 #blockcart-modal .cart-content .cart-content-btn {
        display: block;
    }

    .miniCartv1 #blockcart-modal .cart-content .cart-content-btn .btn {
        width: 100%;
    }

    .dor-about-us-testimonial-item-content .post-thumbnail {
        margin-right: 18px;
    }

    .dor-about-us-testimonial-item-content {
        padding: 20px;
    }
}

@media(max-width: 440px) {
    .testimonial-rating>i {
        font-size: 20px;
    }

    .testimonial-main-info {
        display: block;
        text-align: left;
    }

    .testimonial-by-line::before {
        display: none;
    }

    .title-404 {
        font-size: 100px;
        margin-top: 0px;
    }

    .comeback-home a {
        display: block;
    }

    #pagenotfound #main .page-content {
        padding-top: 0px;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .dorpagenotfound-content {
        padding-top: 0px;
    }
}

@media(max-width: 400px) {
    #product section#main .product-add-to-cart {
        width: 100%;
    }

    #product section#main .compare.compare-product-button {
        margin-top: 0px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 10px;
    }

    #product section#main .product-actions .dor-wishlist {
        margin-top: 0px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 10px;
    }

    #product section#main .product-minimal-quantity {
        margin-bottom: 0;
    }

    .products-selection .filter-button {
        padding-right: 0px;
    }

    .dor-about-us-testimonial-head .heading,
    .dor-about-us-service-name,
    .dor-about-us-row-caption {
        font-size: 26px;
    }

    .subscribe-me .login-wrap {
        padding: 15px;
    }

    .subscribe-me h2 {
        font-size: 25px;
    }

    .subscribe-me .login-form {
        max-width: 100%;
    }
}

@media(max-width: 365px) {
    .dor-w-logo a {
        margin-left: -30px;
    }

    #category.dor-list-display article.product-miniature .dor-product-act .dor-addcart-button-custom {
        top: 0;
    }

    #category.dor-list-display article.product-miniature .dor-product-act .btn.btn-primary.add-to-cart {
        width: 40px;
        border-radius: 50%;
        display: inline-block;
        height: 40px;
        padding: 0;
    }

    .products-sort-order .select-title {
        font-size: 13px;
    }

    main.dor-product-thumb-position-left .images-container .slick-vertical .slick-slide,
    main.dor-product-thumb-position-right .images-container .slick-vertical .slick-slide {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .title-404 {
        font-size: 100px;
        letter-spacing: 0.2em;
    }

    .subscribe-me h2 {
        font-size: 23px;
    }
}

/*************************Dorado Organie Market Theme*************************************/
.color,
.custom-checkbox input[type="checkbox"]+span.color {
    box-shadow: none;
    border-color: #ededed;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    margin: 0.05rem;
}

.form-control,
.custom-checkbox input[type="checkbox"]+span,
.custom-radio {
    border-color: #d9dde3;
    background: #fff;
}

.custom-radio {
    border-width: 1px;
}

.custom-radio:hover {
    border-color: #2A48C9;
}

#cart .cart-grid-body .card-block {
    margin-left: -1px;
    margin-right: -1px;
}

#checkout #search_widget {
    display: inherit;
}

body#checkout section.checkout-step,
body#checkout section.checkout-step:last-child {
    border: 1px #ededed solid;
    border-top: 0px;
    box-shadow: none;
}

body#checkout section.checkout-step .step-title {
    text-transform: none;
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
}

.font-west-cousin {
    font-family: 'West Cousin';
}

#search_filters .magnitude {
    float: right;
}

.modal-dialog {
    margin-top: 100px;
}

#product #wrapper {
    padding-top: 25px;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px #1f1f1f solid;
    background-color: #1f1f1f;
    font-size: 0px;
    border-radius: 50%;
    padding: 0px;
    opacity: .2;
    cursor: pointer;
}

.slick-dots li button:hover {
    opacity: 1;
}

.slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
    background-color: transparent;
    opacity: 1;
    position: relative;
    top: -3px;
    display: block;
}

.dor-module-title {
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: 500;
}

.dor-ads-sidebar {
    padding: 1.563rem 0rem;
}

.dor-ads-sidebar-content img {
    width: 100%;
    height: auto;
}

.dor-slick-arrow {
    position: absolute;
    top: -40px;
    right: 10px;
    cursor: pointer;
    border: 1px #2A48C9 solid;
    background-color: #fff;
    width: 32px;
    height: 60px;
    padding: 0;
    text-align: center;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
}

.dor-hover-arrow:hover .dor-slick-arrow {
    opacity: 1;
    visibility: visible;
}

.dor-slick-arrow i::before {
    font-size: 20px;
    color: #2A48C9;
}

.dor-slick-arrow:hover {
    background-color: #2A48C9;
}

.dor-slick-arrow:hover i::before {
    color: #fff !important;
}

.dor-slick-arrow.slick-prev {
    right: auto;
    left: 10px;
}

.dor-slick-arrow {
    top: calc(50% - 33px);
    right: 10px;
    z-index: 10;
}

#product .tabs .nav-tabs .nav-link {
    font-size: 27px;
    font-weight: 500;
    opacity: 0.4;
    color: #333;
    border: none;
}

#product .tabs .nav-tabs .nav-link:hover,
#product .tabs .nav-tabs .nav-link.active {
    opacity: 1;
}

#product .tabs .nav-tabs .nav-item {
    float: none;
    display: inline-block;
}

#product .tabs .nav-tabs {
    text-align: center;
    border: none;
}

#subcategories>ul li a img {
    transition: all 0.7s ease 0s;
}

#subcategories>ul li .subcategory-image:hover img {
    transform: scale(1.3);
}

#left-column .block-categories .category-top-menu .category-sub-menu a:hover {
    color: #2A48C9;
}

.quickview .modal-content {
    background-color: #fff;
}

.product-miniature.js-product-miniature:hover .dor-wishlist {
    opacity: 1;
    visibility: visible;
}

.product-miniature.js-product-miniature:hover .addToDorWishlist {
    top: 10px;
}

.title-mod-show {
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 100%;
    margin-top: 0px;
    color: #333;
}

.box-items li.product-flag-status.new {
    display: none;
}

.addToDorWishlist i {
    color: #2A48C9;
}

#index #wrapper #main .page-footer {
    margin: 0px;
}

/*******Dor Block promotion Code*********/
#promotion-code {
    border: 1px #2A48C9 solid;
    height: auto;
    position: relative;
    background-color: #2A48C9;
    color: #fff;
    margin-top: 45px;
}

.promotion-code-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.promotion-code-content {
    font-size: 18px;
    text-align: center;
    padding: 12px 0px;
    line-height: 25px;
}

.promotion-code-content strong {
    padding-right: 5px;
    font-weight: 500;
}

.promotion-code-content span {
    font-size: 18px;
}

.promotion-code-content em {
    padding-left: 5px;
    font-weight: 900;
    color: #ff2929;
}

/*******End Dor Block promotion Code*****/


/**********Animation***********/
@keyframes hue {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(-360deg);
    }
}

/**********End Animation*******/


/***********Dor Deal and Product Tab***********/
@keyframes image-loop {
    0% {
        transform: translate3d(0, -15px, 0);
    }

    50% {
        transform: translate3d(0, 15px, 0);
    }

    100% {
        transform: translate3d(0, -15px, 0);
    }
}

/***********End Dor Deal and Product Tab*******/

/*********Dor Brand Logo*************/

.dor-brand-logo .container {
    position: relative;
}

.brands-logo-item {
    float: left;
}

.brands-logo-item a {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.brands-logo-item a img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.dor-brand-logo-inner {
    margin-top: 55px;
    margin-bottom: 65px;
}

/*********End Dor Brand Logo*********/
#to-top {
    position: fixed;
    font-size: 22px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    width: 50px;
    bottom: -50px;
    right: 30px;
    color: #fff;
    cursor: pointer;
    transition: all 0.7s ease 0s;
    z-index: 9;
    background-color: transparent !important;
    border-radius: 50%;
    display: none;
}

#to-top i {
    color: #333;
    font-size: 45px;
}

#to-top:hover i {
    color: #2A48C9;
}

@media(max-width: 991px) {

    .icon-box-content p,
    .icon-box-title {
        font-size: 1rem;
    }

    .dor-product-cart-miniature .add-to-cart {
        font-size: 12px;
    }
}

@media(max-width: 991px) and (min-width: 631px) {
    .mod-head-title-smtxt {
        font-size: 16px;
    }

    .mod-head-title-txt {
        font-size: 28px;
    }

}

@media(max-width: 767px) {
    #to-top {
        line-height: 36px;
        width: 35px;
        height: 35px;
        right: 20px;
    }

    #to-top i {
        font-size: 25px;
    }
}

@media(max-width: 630px) {
    #main-wrapper-top .banner-slider {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 0.35rem;
    }
}

@media(max-width: 530px) {
    header#header:not(.fixed) .dor-w-logo a {
        position: relative;
        top: 3px;
    }

    #dor-breadcrumb .breadcrumb li a {
        font-size: 12px;
    }

    #dor-breadcrumb .breadcrumb li::after {
        margin: 2px;
        font-size: 11px;
    }

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a,
    .h3.product-title>a {
        font-size: 14px;
    }

    #products .product-price-and-shipping,
    .featured-products .product-price-and-shipping,
    .product-accessories .product-price-and-shipping,
    .product-miniature .product-price-and-shipping {
        font-size: 16px;
    }

    #products .regular-price,
    .featured-products .regular-price,
    .product-accessories .regular-price,
    .product-miniature .regular-price {
        font-size: 13px;
    }

    .h1-logo a {
        top: 3px;
        display: inline-block;
        position: relative;
    }

}

@media(max-width: 450px) {
    .icon-box-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart * {
        font-size: 11px;
    }

    .dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart .shopping-cart {
        vertical-align: middle;
    }

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a,
    .h3.product-title>a {
        font-size: 13px;
        font-weight: 500;
    }
}

/*************************End Dorado Leaf Theme*************************************/
.search-over-light {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #333;
    opacity: 0.5;
}

.btn-banner-shop span {
    font-size: 12px;
    display: flex;
    align-items: center;
}





/*****Header Responsive*****/

@media(max-width: 1300px) {
    #header.fixed #dor_search_top .icon-search-top {
        right: 120px;
    }

    #header.fixed #dor_search_top {
        position: static;
    }
}


@media (max-width: 1199px) {
    /* #main-wrapper-top #dorSlideShow {
        -ms-flex: 0 0 calc(100% - 0rem);
        flex: 0 0 calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
    } */

    #dor-verticalmenu {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        display: none;
    }

    #dor-verticalmenu .dor-verticalmenu.block_content {
        display: none;
    }

    #main-wrapper-top {
        margin-top: 1.5rem;
    }

    .dor-box-features-main {
        margin-bottom: 0px;
    }
}

@media(max-width: 767px) {
    .dor-big-banner-text {
        font-size: 2.5rem;
    }

    .thm-clr.extbold-font-4 {
        font-size: 22px;
    }

    .dor-custom-purchase-section .dor-custom-purchase {
        display: flex;
        flex-wrap: wrap;
    }

    .dor-custom-purchase-section .dor-custom-purchase>div {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
        padding: 15px 0px;
    }
}

@media(max-width: 530px) {
    .dor-big-banner-text {
        font-size: 2.0rem;
    }

    .thm-clr.extbold-font-4 {
        font-size: 20px;
    }

    .dor-big-banner-title a {
        font-size: 1.2rem;
    }
}


.title-header-tab>a {
    color: #333;
    font-weight: 500;
    font-size: 12px;
}

.dor-home-product-block {
    margin-top: 50px;
    margin-bottom: 30px;
}

.dor-home-product-block .title-header-tab {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
}

.dor-home-product-block .title-header-tab .title-mod-show {
    flex: 1;
}

.dor-home-product-block .title-header-tab::after {
    content: "";
    background-color: #e5e8ec;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -25px;
    left: 0px;
}

.dor-shop-cate-main .title-header-tab .title-mod-show span::before,
#dor-best-sellers .title-header-tab::before,
.dor-tab-product-category-wrapper .dor-tab-product-nav::before,
.dor-home-products-block .title-header-tab::before {
    content: "";
    background-color: #2A48C9;
    position: absolute;
    height: 1px;
    width: 70px;
    bottom: -25px;
    left: 0px;
    z-index: 1;
}

.dor_home_blockproduct:hover .dor-slick-arrow {
    opacity: 1;
    visibility: visible;
}


/******************************New Style*****************************************/

/**************Header 01*****************/




/***********Dor Header Style**********************/


#dor-header-style1 #dor_search_top .dor_search.form-group {
    width: 100%;
    display: flex;
    position: relative;
    font-weight: bold;
}

#dor-header-style1 #dor_search_top .dor_search.form-group #dor_query_top {
    padding-right: 0;
    width: calc(100% - 0px) !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 2px #eee solid;
    border-radius: 0px 35px 35px 0px;
    height: 45px;
    padding-left: 20px;
}

#dor-header-style1 #dor_search_top .dor-search-form form {
    border: 0px #eee solid;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

body #dor_search_top .pos_search.form-group>button * {
    color: #2A48C9 !important;
    font-weight: 700 !important;
}

body #dor_search_top .pos_search.form-group {
    background-color: #EBEEF0 !important;
    cursor: pointer;
    border-radius: 35px;
    height: 45px;
    margin-right: -18px;
    z-index: 9;
}

#dor-header-style1 .dor_search.form-group button {
    position: absolute;
    right: 6px;
    padding: 9px 8px;
    background-color: transparent;
    color: #333;
    top: 0px;
    font-weight: bold;
    height: 100%;
    width: auto;
    border-radius: 0px 5px 5px 0px;
    line-height: 31px;
    left: auto;
}

#dor_search_top .pos_search.form-group .form-control i {
    padding-left: 7px;
}

#dor-header-style1 .dor_search.form-group button i {
    color: #2A48C9 !important;
}

#dor-header-style1 .dor_search.form-group button i::before {
    font-weight: bold;
    font-size: 18px;
}

#dor-header-style1 .txt-user-info-act {
    display: none;
}

#dor-header-style1 .dor-topbar-organic1 {
    background-color: #222529;
    color: #fff;
    padding: 10px 0px;
}

#dor-header-style1 .dor-topbar-phone {
    font-size: 15px;
}

#dor-header-style1 .dor-topbar-email {
    font-size: 15px;
}

#dor-header-style1 .dor-topbar-organic1-left i {
    margin-right: 8px;
}

#dor-header-style1 .dor-topbar-organic1-left i::before {
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
}

#dor-header-style1 .dor-topbar-organic1-left>span.dor-topbar-email i::before {
    font-weight: bold;
}

#dor-header-style1 .dor-topbar-organic1-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#dor-header-style1 .dor-topbar-organic1-left {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#dor-header-style1 .dor-topbar-organic1-right {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#dor-header-style1 .dor-topbar-organic1-left>span {
    margin-right: 30px;
}

#dor-header-style1 .dor-topbar-organic1-left>span:last-child {
    margin-right: 0px;
}

#dor-header-style1 .dor-topbar-organic1-right a {
    margin-left: 15px;
}

#dor-header-style1 .dor-topbar-organic1-right a i {
    color: #fff;
}

#dor-header-style1 .dor-topbar-organic1-right a:hover i {
    color: #2A48C9;
}

#dor-header-style1 .dor-topbar-organic1-right a i::before {
    font-size: 22px;
    line-height: 100%;
}

#dor-header-style1 .h1-logo {
    margin-bottom: 0px;
}

#dor-header-style1 .dor-w-logo {
    float: left;
}

#dor-header-style1 a {
    color: #7a7a7a;
    display: block;
    width: 100%;
    height: 100%;
}
#dor-header-style1 .button-act-minicart a {
    border-radius: 36px;
}
#dor-header-style1 .dor-w-logo {
    flex: 1 1 0;
    -ms-flex: 1;
    max-width: none;
    display: flex;
    align-items: center;
}

#dor-header-style1 #dor_search_top {
    flex: 0 1 auto;
    max-width: calc((55%) - 50px);
    width: calc((55%) - 50px);
    display: flex;
    align-items: center;
}

#dor-header-style1 .dor-header-right {
    flex: 1 1 0;
    -ms-flex: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

#dor-header-style1 .logo {
    max-height: 42px;
}

.fixed-tran #dor-header-style1 .logo {
    max-height: 25px;
}

#dor-header-style1 .dor-header-top-menu.position-static {
    float: left;
}

#dor-header-style1 div#_desktop_user_info {
    padding-left: 0px;
    padding-right: 0px;
}

#dor-header-style1 .dor-header-top-options {
    float: right;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    position: absolute;
    right: 10px;
    z-index: 1;
    align-items: center;
    gap: 5px;
}

#dor-header-style1 .header-top .position-static {
    width: calc(100% - 120px);
    text-align: center;
}

header#header.header01 {
    margin-bottom: 5px;
    box-shadow: 0px 2px 4px 0px #0000001A;
}

#index header#header.header01 {
    margin-bottom: 0px;
}

header#header.header01.fixed {
    top: -120px;
    transition: top 0.55s ease 0s;
    -moz-transition: top 0.55s ease 0s;
    -webkit-transition: top 0.55s ease 0s;
    -ms-transition: top 0.55s ease 0s;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 0px;
}

header#header.header01.fixed.fixed-tran {
    position: fixed;
    width: 100%;
    z-index: 9995;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    top: 0;
}

header#header.header01.fixed .header-nav {
    display: none;
}

.role-header-cart {
    display: flex;
    align-items: center;
    gap: 10px;
}

#dor-header-style1 .header-nav #_desktop_contact_link {
    padding-left: 10px;
    padding-right: 10px;
}

#dor-header-style1 #_desktop_language_selector {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

#dor-header-style1 #_desktop_currency_selector {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}

#dor-header-style1 #_desktop_user_info,
#dor-header-style1 .dor-header-selection {
    padding-left: 15px;
    padding-right: 15px;
}

#dor-header-style1 #dor-verticalmenu {
    height: auto !important;
    padding-right: 0px;
    display: block;
    margin-top: 1px;
}

#dor-header-style1 #dor-verticalmenu .dor-verticalmenu.block_content {
    position: absolute;
    top: 60px;
}

#header #dor-header-style1 .dor-w-logo {
    float: none;
    display: inline-flex;
    flex: none;
    margin-right: 50px;
}

#header #dor-header-style1 #user-selector-label>i {
    display: none;
}

#header #dor-header-style1 .user-info .user-selector {
    text-align: center;
}

#header #dor-header-style1 .user-info .user-selector .icon-user-info i {
    height: 15px;
    margin-right: 5px;
    display: inline-block;
}

#header #dor-header-style1 .user-info .user-selector .icon-user-info i::before {
    font-size: 15px;
    color: white;
    font-weight: bold;
}

#header #dor-header-style1 .user-info .dropdown-menu-user-info {
    display: none !important;
    padding-bottom: 0px;
    border-top-color: #2A48C9;
    left: auto;
}

header#header.header01 #dor-header-style1 .user-info.doropen ul.dropdown-menu-user-info {
    display: block !important;
}

header#header.header01 .mini-cart-txt {
    display: block;
    font-size: 0.75rem;
}

header#header.header01 .cindy-mini-cart-icon i::before {
    font-size: 25px;
}

#dor-header-style1 .user-info {
    position: relative;
}

#dor-header-style1 .user-info .hidden-sm-down {
    display: none;
}

#dor-header-style1 .icon-user-info {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

#dor-header-style1 .icon-st-top::before {
    font-size: 25px;
    font-weight: bold;
}

#dor-header-style1 .total-compare,
#dor-header-style1 .total-wishlist {
    text-align: center;
    margin-left: 0px;
    padding-right: 0px;
}

#dor-header-style1 .dorwishlist-icon .icon-st-top,
#dor-header-style1 .dorcomapre-icon .icon-st-top {
    color: #333;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

#dor-header-style1 .blockcart.cart-preview i {
    display: flex;
    justify-content: center;
}

#dor-header-style1 .dorwishlist-icon .icon-st-top::before,
#dor-header-style1 .dorcomapre-icon .icon-st-top::before {
    font-weight: bold;
}

#dor-header-style1 .total-compare .organie-market-arrow.icon-st-top::before {
    font-size: 30px;
    font-weight: normal;
}

#dor-header-style1 .order-tracking-top-link .icon-st-top::before {
    font-size: 28px;
}

#dor-header-style1 .order-tracking-top-link {
    margin-left: 20px;
}

#dor-header-style1 .order-tracking-top-link span {
    position: relative;
    top: -4px;
    display: inline-block;
    margin-left: 5px;
    display: none;
}

#dor-header-style1 .cindy-mini-cart-icon,
#dor-header-style1 .total-wishlist-txt,
#dor-header-style1 .total-compare-txt {
    display: block;
    font-size: 0.75rem;
}

#dor-header-style1 .cindy-mini-cart-icon,
#dor-header-style1 .dorcomapre-icon,
#dor-header-style1 .dorwishlist-icon {
    position: relative;
    display: block;
}

#dor-header-style1 .cindy-mini-cart-icon .cart-products-count,
#dor-header-style1 .dorcomapre-icon strong,
#dor-header-style1 .dorwishlist-icon strong {
    display: block;
    border-radius: 50%;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: -0.35rem;
    right: -0.45rem;
    width: 18px;
    height: 18px;
    background-color: #2A48C9;
    left: auto;
    text-align: center;
    padding: 4px;
}

header#header.header01.fixed .dorcomapre-icon strong,
header#header.header01.fixed .dorwishlist-icon strong {
    top: -0.17rem;
    right: -0.35rem;
}




#main header.header01.page-header,
#my-account header.header01.page-header,
#password header.header01.page-header,
#authentication header.header01.page-header {
    text-align: center;
    margin-top: 20px;
}

#main header.header01.page-header h1,
#my-account header.header01.page-header h1,
#password header.header01.page-header h1,
#authentication header.header01.page-header h1 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

#dor-header-style1 #user-selector-label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

#dor-header-style1 #user-selector-label>i {
    margin-right: 5px;
}

#dor-header-style1 .last-customer-signin span {
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
}

#dor-header-style1 .last-customer-signin {
    padding: 3px 10px;
    text-align: center;
    background-color: #ddd;
    margin-top: 10px;
}

#dor-header-style1 .last-customer-signin span i {
    display: inline-block;
    margin-right: 5px;
}

#dor-header-style1 .last-customer-signin span i::before {
    font-size: 15px;
    font-weight: 700;
}

#dor-header-style1 .dropdown-menu-user-info li:not(.last-customer-signin) i {
    font-size: 16px;
    margin-right: 5px;
    display: flex;
}

#dor-header-style1 .dropdown-menu-user-info li:not(.last-customer-signin) i.organie-market-user-8::before {
    font-size: 18px;
}

#dor-header-style1 .dropdown-menu-user-info li:not(.last-customer-signin) i::before {
    font-size: 13px;
    font-weight: 700;
}

#dor-header-style1 .dropdown-menu-user-info li a span {
    font-size: 13px;
}

#dor-header-style1 .dropdown-menu-user-info li a span.txt-name-logged {
    padding-left: 5px;
}

header#header #dor-header-style1 .dropdown-menu-user-info li a.logout {
    justify-content: flex-start;
    padding-left: 0px;
    font-size: 13px;
    font-weight: 500;
}

header#header #dor-header-style1 .dropdown-menu-user-info li a.logout i:before {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-right: 5px;
}

#dor-header-style1 .dropdown-menu-user-info li a.account {
    border-bottom: 1px #f6f6f6 solid;
    background-color: #f6f6f6;
    font-weight: 500;
    margin-bottom: 10px;
}

#dor-header-style1 .dropdown-menu-user-info li a {
    display: flex;
    padding: 8px 15px;
    text-decoration: none;
    align-items: center;
}

#dor-header-style1 .cart-products-count {
    position: absolute;
    left: 14px;
    font-size: 12px;
    top: -13px;
}

#dor-header-style1 .blockcart.cart-preview {
    position: relative;
}

#dor-header-style1 #currency-selector-label {
    display: none;
}

#dor-header-style1 .currency-selector .currency-icon-main i {
    font-size: 20px;
}

#dor-header-style1 .currency-icon-main i::before {
    font-size: 17px;
}

#dor-header-style1 .dropdown-item {
    padding: 0px 1rem;
}

#header #dor-header-style1 .header-top {
    padding-bottom: 15px;
}

#header #dor-header-style1 .header-top>.container>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header#header.fixed #dor-header-style1 .total-wishlist,
header#header.fixed #dor-header-style1 .dor-cart-mini-label,
header#header.fixed #dor-header-style1 #user-selector-label,
header#header.fixed #dor-header-style1 #dor-verticalmenu {
    display: none;
}

header#header.fixed #dor-header-style1 .header-top {
    padding-bottom: 0px;
    height: 60px;
}

header#header.fixed #dor-header-style1 .header-top>.container,
#header #dor-header-style1 .header-top>.container>.row:first-child {
    height: 100%;
}

#header.fixed #dor-header-style1 #dor_search_top .dor-search-form {
    opacity: 0;
    visibility: hidden;
}

#header.fixed #dor-header-style1 #dor_search_top .icon-search-top {
    display: block !important;
    position: absolute;
    right: -30%;
    z-index: 999;
}

body.open-search #header.fixed #dor-header-style1 #dor_search_top .icon-search-top {
    opacity: 0;
    visibility: hidden;
}

#header.fixed #dor-header-style1 .dor-megamenu .navbar-nav {
    justify-content: flex-start;
}

#header.fixed #dor-header-style1 #dor_search_top .icon-search-top i::before {
    font-size: 25px;
    font-weight: bold;
}

body.open-search #header.fixed #dor-header-style1 #dor_search_top .dor-search-form {
    max-width: 1290px;
    width: calc((61%) - 22px);
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    align-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

body.open-search #header.fixed #dor-header-style1 #dor_search_top {
    max-width: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: #fff;
    margin: 0px;
    padding: 30px 0px;
}

body.open-search #header.fixed #dor-header-style1 #dor_search_top .dor-search-form form {
    width: 100%;
}

body.open-search #header #dor-header-style1 .header-top>.container>.row:first-child {
    background-color: #fff;
    z-index: 9;
}

#header.fixed #dor-header-style1 .dor-megamenu {
    padding-left: 0;
    text-align: center;
    float: none;
    display: flex;
    justify-content: center;
}

#header.fixed #dor-header-style1 .header-top .position-static {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0%;
    right: 0;
    flex: 1;
    max-width: 100%;
}

#header.fixed #dor-header-style1 .dor-w-logo {
    position: relative;
    z-index: 999;
}

#dor-header-style1 .dor-header-selection-icon {
    border: none;
    padding: 0px;
    background-color: transparent;
    cursor: pointer;
}

#dor-header-style1 #_desktop_language_selector,
#dor-header-style1 #_desktop_currency_selector {
    display: block;
}

#dor-header-style1 #dor-header-selection-content {
    position: absolute;
    min-width: 200px;
    background-color: #fff;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, .15);
    right: 0px;
    top: calc(100% + 15px);
    padding: 25px 20px;
    display: block;
    opacity: 0;
    visibility: hidden;
}

#dor-header-style1 #dor-header-selection-content,
#dor-header-style1 .user-info.doropen .dropdown-menu-user-info {
    border-top: 2px #2A48C9 solid;
}

#dor-header-style1 .blockcart.cart-preview:hover i,
#dor-header-style1 .icon-user-info:hover i,
#dor-header-style1 .dor-header-selection-icon:hover i {
    color: #2A48C9;
}

#dor-header-style1 #dor-header-selection-content>div {
    float: none;
    display: block !important;
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
}

#dor-header-style1 #dor-header-selection-content>div:last-child {
    margin-bottom: 0px;
}

#dor-header-style1 #dor-header-selection-content>div .dropdown-menu {
    float: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: auto;
    left: auto;
    z-index: 9;
    border: none;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 20px;
    display: block !important;
}

#dor-header-style1 #dor-header-selection-content>div .dropdown-menu li {
    line-height: 33px;
}

#dor-header-style1 #dor-header-selection-content>div li a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: lowercase;
}

#dor-header-style1 #dor-header-selection-content>div li a img {
    position: relative;
    display: inline-block;
    margin-top: -4px;
}

#dor-header-style1 #dor-header-selection-content>div .hidden-sm-down.btn-unstyle {
    margin-bottom: 10px;
    display: inline-block !important;
}

#dor-header-style1 #dor-header-selection-content>div .hidden-sm-down.btn-unstyle i {
    display: none;
}

#dor-header-style1 #dor-header-selection-content>div .hidden-sm-down.btn-unstyle .expand-more {
    text-transform: uppercase;
    color: #2A48C9;
    font-weight: bold;
}

#dor-header-style1 .language-flag-choosed img {
    display: inline-block;
    position: relative;
    margin-top: -3px;
}

#dor-header-style1 .dor-header-selection {
    position: relative;
}

#dor-header-style1 .dor-header-selection-icon>i::before,
#dor-header-style1 .user-info .icon-user-info>i::before,
#dor-header-style1 .blockcart.cart-preview .header>i::before {
    font-size: 23px;
}

#dor-header-style1 .language-selector,
#dor-header-style1 .currency-selector {
    opacity: 0;
    visibility: hidden;
}

#dor-header-style1 .dor-topbar-header .language-selector,
#dor-header-style1 .dor-topbar-header .currency-selector {
    opacity: 1;
    visibility: visible;
}

#dor-header-style1 .header-nav #_desktop_contact_link #contact-link,
#dor-header-style1 .header-nav .currency-selector,
#dor-header-style1 .header-nav .language-selector {
    margin-top: 10px;
    margin-bottom: 8px;
}

#dor-header-style1 .header-nav .currency-selector .expand-more,
#dor-header-style1 .header-nav .language-selector .expand-more {
    font-size: 12px;
}

#dor-header-style1 .header-nav .currency-selector button i,
#dor-header-style1 .header-nav .language-selector button i {
    font-size: 14px;
}

#dor-header-style1 .header-nav .currency-selector i.expand-more,
#dor-header-style1 .header-nav .language-selector i.expand-more {
    font-size: 9px;
    display: inline-flex;
}

#dor-header-style1 .header-nav .currency-selector .dropdown-menu li,
#dor-header-style1 .header-nav .language-selector .dropdown-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#dor-header-style1 .header-nav .currency-selector .dropdown-menu li a,
#dor-header-style1 .header-nav .language-selector .dropdown-menu li a {
    font-size: 11px;
}

#dor-header-style1 #_desktop_currency_selector .dropdown-menu {
    top: 130%;
}

#dor-header-style1 .header-nav {
    margin-bottom: 0px;
    border: 0px #e5e5e5 solid;
}

/******Dor Header Style 1********/
#header #dor-header-style1 .header-top>.container>.row:first-child {
    padding-top: 30px;
    padding-bottom: 15px;
}

#header.fixed #dor-header-style1 .header-top>.container>.row:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
}

#header #dor-header-style1 .dor-megamenu .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

#header #dor-header-style1 .dor-megamenu .navbar-nav>li>a b {
    font-weight: bold;
    top: 2px;
    position: relative;
}

#header #dor-header-style1 .dor-megamenu .navbar-nav>li>a * {
    color: #2A48C9;
}

#header #dor-header-style1 .header-top {
    padding-bottom: 0;
}

#header #dor-header-style1 .total-wishlist-txt,
#header #dor-header-style1 .total-compare-txt,
#header #dor-header-style1 #user-selector-label,
header#header.header01 .mini-cart-txt {
    font-size: 12px;
    color: #333;
}

#header #dor-header-style1 .total-wishlist-txt {
    display: none;
}

#header #dor-header-style1 .icon-user-info {
    background: #2A48C9;
    padding: 0.661rem 1rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

.cindy-hidden {
    display: none !important;
}

#header #dor-header-style1 .blockcart.cart-preview .total-price-value-mini-cart {
    display: block;
}

#header #dor-header-style1 .total-wishlist {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#header #dor-header-style1 .blockcart.cart-preview.inactive .header,
#header #dor-header-style1 .blockcart.cart-preview .header>a,
#header #dor-header-style1 .user-info .user-selector>a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#header #dor-header-style1 #user-selector-label,
#header #dor-header-style1 .dor-cart-mini-label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 12px;
}

#header #dor-header-style1 .dor-cart-mini-label .total-price-value-mini-cart,
#header #dor-header-style1 #user-selector-label .user-selector-text {
    font-weight: 500;
    font-size: 15px;
}

#header #dor-header-style1 .dor-cart-mini-label .mini-cart-txt,
#header #dor-header-style1 #user-selector-label .user-selector-line {
    font-size: 11px;
    font-weight: 300;
}

#header #dor-header-style1 .cindy-mini-cart-icon,
#header #dor-header-style1 .dorcomapre-icon,
#header #dor-header-style1 .dorwishlist-icon {
    padding-bottom: 0px;
}

#header #dor-header-style1 .cindy-mini-cart-icon .cart-products-count,
#header #dor-header-style1 .dorcomapre-icon strong,
#header #dor-header-style1 .dorwishlist-icon strong {
    color: #fff !important;
}

#header #dor-header-style1 .dor-vertical-title {
    background: #f7f8f9;
    border-radius: 6px 6px 0px 0px;
    padding: 18px 25px;
}

#header #dor-header-style1 #dor-verticalmenu .dor-vertical-title .fa-icon-menu i,
#header #dor-header-style1 #dor-verticalmenu .dor_title_block>span {
    color: #333 !important;
}

#header #dor-header-style1 .dor-vertical-title h3 span {
    font-size: 14px;
}

#header #dor-header-style1 .verticalmenu .navbar-nav>li>a {
    padding: 0.90rem 1rem;
}

#header #dor-header-style1 .dor-megamenu .navbar-nav>li>a .menu-title::after {
    bottom: -12px;
}

#header #dor-header-style1 .info-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    position: relative;
    z-index: 1;
}

#header #dor-header-style1 .info-list .info-item {
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header #dor-header-style1 .info-list .info-item:last-child {
    margin-right: 0px;
}

#header #dor-header-style1 .dor-megamenu .navbar-nav {
    display: flex;
    gap: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.fixed .dor-megamenu .navbar-nav {
    gap: 22px !important;
}

#header #dor-header-style1 .info-list .info-item * {
    color: #333;
    font-size: 12px;
}

#dor-header-style1 #_desktop_language_selector,
#dor-header-style1 #_desktop_currency_selector {
    display: block;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

#dor-header-style1 .dor-topbar-header {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    display: block;
    color: #999;
}

#dor-header-style1 .dor-topbar-selector {
    flex: 1 1 0;
    -ms-flex: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

#header #dor-header-style1 .header-nav {
    background-color: transparent;
    border-bottom: 1px #f1f1f1 solid;
    max-height: none;
}

#header #dor-header-style1 .header-nav .dropdown .currency-icon-main *,
#header #dor-header-style1 .header-nav .dropdown button * {
    color: currentColor;
    font-weight: 400;
}

#header #dor-header-style1 #_desktop_currency_selector .dropdown-menu {
    left: auto;
    right: 0px;
}

#header #dor-header-style1 .header-nav .dropdown-menu {
    left: auto;
    right: 0px;
    top: 130%;
    border: 1px solid #eef2f6;
    min-width: 8rem;
}

#dor-header-style1 .dor-delivery-txt {
    text-align: center;
    background-color: #192B79;
    color: #fff;
    font-weight: 800;
    padding: 0.2323rem 1rem;
}

.dor-delivery-topbar-middle {
    background: #D4DAF4;
    height: 30px;
}

.dor-delivery-topbar-middle .row {
    display: flex;
    align-items: center;
    height: 30px;
    color: #2A48C9;
}

.dor-topbar-middle-txt {
    flex: 1;
    font-size: 12px;
    font-weight: 800;
}

.dor-topbar-middle-right {
    flex: 1;
}

.dor-topbar-middle-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0px;
    gap: 20px;
    color: #2A48C9;
}

.dor-topbar-middle-right ul li * {
    color: #192B79 !important;
    font-weight: 800;
}

#dor-header-style1 .icon-user-info i {
    color: #333;
}

#dor-header-style1 #dor-header-selection-content,
#dor-header-style1 .dor-search-form,
.miniCartv1 #header #dor-header-style1 .blockcart.cart-preview .body-minicart {
    transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transition: transform .6s ease-in-out 0s, opacity .6s ease-in-out 0s, visibility .6s ease-in-out 0s;
    -webkit-transition: -webkit-transform .6s ease-in-out 0s, opacity .6s ease-in-out 0s, visibility .6s ease-in-out 0s;
    -moz-transition: -moz-transform .6s ease-in-out 0s, opacity .6s ease-in-out 0s, visibility .6s ease-in-out 0s;
    -ms-transition: -ms-transform .6s ease-in-out 0s, opacity .6s ease-in-out 0s, visibility .6s ease-in-out 0s;
}

#dor-header-style1 .user-info .dropdown-menu-user-info {
    padding-top: 10px;
}

#dor-header-style1 .dropdown-menu-user-info {
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: none;
    z-index: 99;
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
    display: block;
    right: 0px;
}

#dor-header-style1 .dor-header-selection.doropen #dor-header-selection-content,
#dor-header-style1 #dor_search_top.open .dor-search-form,
#dor-header-style1 .user-info.doropen .dropdown-menu-user-info,
#header #dor-header-style1 .blockcart.cart-preview.doropen .body-minicart {
    opacity: 1;
    visibility: visible;
    transform: rotate3d(1, 0, 0, 0);
    -moz-transform: rotate3d(1, 0, 0, 0);
    -webkit-transform: rotate3d(1, 0, 0, 0);
    -ms-transform: rotate3d(1, 0, 0, 0);
}
#header #dor-header-style1 .blockcart.cart-preview.doropen .body-minicart {
    border: 1px solid #DEE0E2;
}
.verticalmenu .menu-icon i::before {
    font-size: 19px;
}

#dor-verticalmenu .menu-icon {
    margin-right: 10px;
}

#header #dor-header-style1 .dor-megamenu .navbar-nav>li .caretmobile::before {
    color: #2A48C9;
    font-size: 12px;
    content: '\f197';
    font-family: cindy, sans-serif;
    display: inline-block;
    font-weight: 900;
    line-height: 1;
}

.dor-megamenu .dropdown-menu {
    box-shadow: 0px 2px 4px 0px #0000001A;
    border-radius: 8px;
    padding: 0px 0px;
    margin-top: 0;
}

header#header.fixed.fixed-tran .dor-header-top-options {
    display: none;
}

header#header.fixed.fixed-tran .dor-megamenu .navbar-nav>li>a {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
}

body #header.fixed #dor-header-style1 #dor_search_top {
    width: 26px;
    right: 0;
    margin-right: 0px;
}

.dor-megamenu .dropdown-menu li:hover {
    background-color: #005CB9;
}

.dor-megamenu .dropdown-menu li:first-child:hover {
    border-radius: 5px 5px 0px 0px;
}

.dor-megamenu .dropdown-menu li:last-child:hover {
    border-radius: 0px 0px 5px 5px;
}

.dor-megamenu .dropdown-menu li:hover>span,
.dor-megamenu .dropdown-menu li:hover>span::before,
.dor-megamenu .dropdown-menu li:hover>span *,
.dor-megamenu .dropdown-menu li:hover>a * {
    color: #fff !important;
}

.dor-megamenu .dropdown-menu.level1{
    margin-top: 2px;
}

@media(min-width: 1200px) {
    .dor-megamenu .dropdown-menu li.parent.dropdown-submenu {
        display: flex;
    }

    .dor-megamenu #dor-top-menu .navbar-nav>li>.dropdown-menu a {
        display: block;
        flex: 1;
        padding-left: 20px;
    }

    .dor-megamenu .dropdown-menu li.parent.dropdown-submenu span.caretmobile.hidden {
        display: inline-block !important;
        padding-right: 15px;
    }

    #header.fixed #dor-header-style1 #dor_search_top .icon-search-top {
        display: block !important;
        position: relative;
        right: 0;
        z-index: 999;
    }

    #header.fixed #dor-header-style1 #dor_search_top {
        width: 45px;
        position: absolute;
        right: 58px;
        justify-content: flex-end;
    }
    #products .products .product-miniature,
    .featured-products .product-miniature,
    .product-accessories .product-miniature,
    .product-miniature .product-miniature,
    #search article.product-miniature.js-product-miniature,
    article.product-miniature.js-product-miniature {
        width: 25%;
    }
    body #products article.product-miniature:nth-child(4n):not(:first-child) .dor-product-miniature {
        border-right: 1px #DEE0E2 solid;
        border-top: none;
        border-left: none;
    }
    body #products article.product-miniature:nth-child(4):not(:first-child) .dor-product-miniature {
        border-top: 1px #DEE0E2 solid;
    }
    body #products article.product-miniature:nth-child(3n+1):not(:first-child) .dor-product-miniature {
        border-left: none;
        border-right: 1px #DEE0E2 solid;
    }
    body #products article.product-miniature:nth-child(3n+9) .dor-product-miniature{
        border-left: 1px #DEE0E2 solid;
    }
    body #products article.product-miniature:nth-child(3n+11) .dor-product-miniature{
        border-left: none;
    }

}

@media(max-width: 1300px) {
    #header #dor-header-style1 #user-selector-label {
        display: none;
    }
}

@media(min-width: 992px) {

    #dor-header-style1 #dor-verticalmenu {
        display: block;
    }

    #index #dor-header-style1 #dor-verticalmenu {
        display: block;
    }
}

@media(max-width:1199px) {
    #dor-header-style1 .logo {
        max-height: 36px;
    }

    #dor-header-style1 #dor-verticalmenu .dor-verticalmenu.block_content {
        display: none;
    }

    #dor-header-style1 .mobile-logo-menu {
        display: none !important;
    }

    #dor-header-style1 .logo {
        height: auto;
    }

    #dor-header-style1 button.btn-dor-menu {
        border: none;
        background-color: transparent;
        padding: 0px;
    }

    #dor-header-style1 button.btn-dor-menu i {
        font-size: 28px;
        color: #000;
    }

    #dor-header-style1 #dor_search_top .icon-search-top {
        display: block !important;
    }

    #header #dor-header-style1 .dor-w-logo .h1-logo {
        margin-right: 0;
    }

    #header #dor-header-style1 .dor-cart-mini-label,
    #dor-header-style1 #dor_search_top .dor-search-form {
        display: none;
    }

    #dor-header-style1 #dor_search_top .icon-search-top i:before {
        font-size: 25px;
        font-weight: bold;
        color: #000;
    }

    #dor-header-style1 .dor-delivery-txt {
        display: none;
    }

    #header #dor-header-style1 .dor-w-logo {
        float: none;
        display: block;
        flex: 1;
        text-align: center;
        order: 1;
        margin: 0 auto;
        padding: 0px;
    }

    #dor-header-style1 #dor_search_top {
        flex: 0 1 auto;
        max-width: none;
        width: auto;
        display: flex;
        align-items: center;
        margin-right: 5px;
        padding-top: 5px;
        order: 0;
        margin-left: 15px;
    }

    #header.fixed #dor-header-style1 #dor_search_top {
        position: relative;
    }

    #dor-header-style1 .dor-header-top-options {
        position: relative;
        order: 2;
    }

    #header #dor-header-style1 .total-wishlist {
        display: none;
    }

    #header #dor-header-style1 #dor-verticalmenu .dor-vertical-title .fa-icon-menu i {
        font-size: 20px;
    }

    #dor-menu-md-showlist,
    #dor_search_top .dor-search-form,
    .search-over-light{
        transition: all 0.5s ease 0s;
    }
    .dor-mega-menu a{
        transition: none;
    }
    body.mb-menu-show {
        overflow: hidden;
    }

    body.mb-menu-show:after {
        content: "";
        background-color: #333;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
        opacity: 0.5;
        z-index: 9;
    }

    #header.fixed #dor-header-style1 .header-top .position-static {
        width: 100%;
        text-align: center;
        position: relative;
        top: auto;
        left: auto;
        right: 0;
    }

    #header #dor-header-style1 #user-selector-label {
        display: none;
    }

    #header.fixed #dor-header-style1 .dor-megamenu {
        padding-left: 15px;
        display: block;
    }

    #header #dor-header-style1 .dor-menu-mb {
        display: block !important;
    }

    #header #dor-header-style1 .widget-content .widget-heading.title_block {
        position: relative;
        display: flex;
        align-items: center;
    }

    #header #dor-header-style1 .dor-megamenu .navbar-nav>li .caretmobile::before {
        color: #000;
        font-size: 20px;
        content: "+";
        font-family: cindy, sans-serif;
        display: inline-block;
        font-weight: normal;
        line-height: 1;
    }

    #header #dor-header-style1 #dor-verticalmenu div.verticalmenu .widget-content.dor-menu-open>.widget-links.block>.widget-heading.title_block>.expand.dropdown-toggle:after,
    #header #dor-header-style1 .dor-megamenu .navbar-nav li.dor-menu-open>.caretmobile:before,
    #header #dor-header-style1 .dor-megamenu .navbar-nav li.dor-menu-open .widget-content.dor-menu-open .caretmobile:before {
        content: "_";
        font-size: 20px;
        text-transform: uppercase;
        position: relative;
        top: -15px !important;
    }

    #header #dor-header-style1 .widget-content .widget-heading.title_block>a {
        flex: 1;
        font-weight: 800 !important;
    }

    #header #dor-header-style1 .widget-content .widget-heading.title_block span.caretmobile,
    #header #dor-header-style1 .dor-megamenu #dor-top-menu .navbar-nav>li>.dropdown-menu li.parent.dropdown-submenu .caretmobile {
        padding-right: 30px;
    }

    #header #dor-header-style1 #dor-menu-md-showlist {
        position: fixed;
        width: 300px;
        top: 0px;
        bottom: 0px;
        left: -320px;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto;
        overflow-x: hidden;
    }

    body.mb-menu-show #header #dor-header-style1 #dor-menu-md-showlist {
        left: 0px;
    }

    #header #dor-header-style1 #dor-menu-md-showlist #dor-verticalmenu {
        width: 100%;
        max-width: 100%;
    }

    #header #dor-header-style1 #dor-verticalmenu .dor-verticalmenu.block_content {
        position: relative;
        top: 0;
        border: none;
        box-shadow: none;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    #header #dor-header-style1 .position-static {
        width: 100%;
    }

    #header #dor-header-style1 .position-static .navbar.navbar-default {
        margin-left: 0px;
    }

    #header #dor-header-style1 .dor-megamenu .navbar-nav {
        display: block;
        margin: 0px;
    }

    #header #dor-header-style1 .position-static .navbar.navbar-default .navbar-nav>li {
        margin: 0 0px;
        display: flex;
        text-align: left;
        position: relative;
        align-items: center;
        flex-wrap: wrap;
    }

    #header #dor-header-style1 .dor-megamenu .navbar-nav>li>a {
        position: relative;
    }

    #header #dor-header-style1 .dor-megamenu .navbar-nav>li>a .caret {
        display: none !important;
    }

    #header #dor-header-style1 .dor-megamenu .navbar-nav>li .caretmobile {
        position: absolute;
        right: 0px;
        display: block !important;
        width: 20px;
        height: 20px;
        cursor: pointer;
        top: 10px;
    }

    #header #dor-header-style1 .dor-megamenu .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        width: calc(100% - 20px);
    }

    #header #dor-header-style1 #dor-verticalmenu,
    #header #dor-header-style1 .dor-header-top-menu {
        display: none;
    }

    #header #dor-header-style1 #dor-menu-md-showlist #dor-verticalmenu,
    #header #dor-header-style1 #dor-menu-md-showlist .dor-header-top-menu {
        display: block;
        max-width: 100%;
    }

    #header #dor-header-style1 #dor-top-menu li.parent.dropdown.aligned-left.dor-menu-open ul .widget-links.block .widget-inner.block_content {
        display: none;
    }

    #header #dor-header-style1 #dor-top-menu li.parent.dropdown.aligned-left.dor-menu-open ul .widget-content.dor-menu-open .widget-links.block .widget-inner.block_content {
        display: block;
    }

    #header #dor-header-style1 .dor-megamenu #dor-top-menu .navbar-nav>li>.dropdown-menu a .menu-title,
    #header #dor-header-style1 .dor-megamenu #dor-top-menu .navbar-nav>li>.dropdown-menu li.parent.dropdown-submenu a .menu-title {
        font-weight: 500;
        font-size: 15px;
        flex: 1;
    }

    #header #dor-header-style1 .dor-megamenu #dor-top-menu .navbar-nav>li>.dropdown-menu a {
        display: flex;
    }

    #header #dor-header-style1 #dor-top-menu .parent.dropdown-submenu>a span {
        padding-bottom: 0px;
    }

    #header #dor-header-style1 #dor-top-menu li.parent>.dropdown-menu.level1>li {
        padding-left: 15px !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    #header #dor-header-style1 #dor-top-menu li.parent>.dropdown-menu>li .row>div {
        padding-left: 0px;
        padding-right: 0px;
    }

    #header #dor-header-style1 .dor-megamenu .dropdown-menu.level1>li .caretmobile::before {
        top: -5px;
        position: relative;
    }

    #header #dor-header-style1 .dor-megamenu #dor-top-menu .navbar-nav>li>.dropdown-menu li.parent.dropdown-submenu .dropdown-menu a .menu-title {
        font-weight: normal;
        font-size: 13px;
    }

    #header #dor-header-style1 #dor-top-menu .close_menu {
        display: none !important;
    }

    #header #dor-header-style1 .mb_close_menu {
        position: absolute;
        right: 20px;
        top: 13px;
    }

    #header #dor-header-style1 .mb_close_menu i {
        color: #fff;
    }

    #header #dor-header-style1 #dor-menu-md-showlist .mb-logo-menu {
        background-color: #031624;
        display: flex;
        justify-content: flex-start;
        padding-top: 0.825rem;
        padding-bottom: 0.825rem;
        padding-left: 25px;
    }

    #header #dor-header-style1 #dor-verticalmenu .dor-vertical-title h3 {
        display: block;
    }

    #header #dor-header-style1 #dor-verticalmenu.open .dor-verticalmenu.block_content {
        display: block;
    }

    #header #dor-header-style1 div.verticalmenu {
        margin-left: -12px;
        margin-right: -6px;
    }

    #header #dor-header-style1 .dor-vertical-title {
        padding: 10px 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    #header #dor-header-style1 #dor-menu-md-showlist #dor-verticalmenu {
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header #dor-header-style1 .dor-header-top-menu.position-static {
        padding-top: 20px;
    }

    #header #dor-header-style1 div.verticalmenu .navbar-nav>li.parent.dropdown>a::after,
    #header #dor-header-style1 div.verticalmenu .navbar-nav>li.parent.dropdown li.parent.dropdown-submenu>a::after {
        float: right;
        position: absolute;
        right: 10px;
    }

    #header #dor-header-style1 div.verticalmenu .widget-content .widget-heading {
        padding-top: 15px;
    }

    #header #dor-header-style1 #dor-verticalmenu div.verticalmenu .dropdown-menu ul li.type-link-main>a,
    #header #dor-header-style1 #dor-verticalmenu div.verticalmenu .widget-content .widget-heading.title_block a.link-cate-custom {
        color: #333;
        font-size: 14px;
    }

    #header #dor-header-style1 #dor-menu-md-showlist #dor-verticalmenu::after {
        content: "";
        position: absolute;
        background-color: #e5e8ef;
        height: 1px;
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        bottom: -8px;
    }

    #header #dor-header-style1 #dor-verticalmenu div.verticalmenu .dropdown-menu {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto !important;
        box-shadow: none;
        padding-left: 15px !important;
        padding-right: 0px !important;
        max-width: 100% !important;
        min-height: auto !important;
        top: auto !important;
    }

    #header #dor-header-style1 #dor-verticalmenu div.verticalmenu .dropdown-menu.level1 {
        padding-left: 35px !important;
        width: 100% !important;
    }

    div.verticalmenu .dropdown-menu ul li a,
    header#header #dor-header-style1 div.verticalmenu .dropdown-menu>li>a {
        color: #333 !important;
    }

    header#header #dor-header-style1 #dor-verticalmenu div.verticalmenu .dor-menu-open>.dropdown-menu>li>a .menu-title {
        font-size: 14px;
    }

    header#header #dor-header-style1 div.verticalmenu .navbar-nav>li>a>span.menu-title {
        font-size: 14px;
    }

    #dor-verticalmenu div.verticalmenu .widget-content>.widget-links.block>.widget-heading.title_block>.expand.dropdown-toggle::after,
    div.verticalmenu .navbar-nav>li.parent.dropdown>a::after,
    div.verticalmenu .navbar-nav>li.parent.dropdown li.parent.dropdown-submenu>a::after {
        color: #000;
        font-size: 20px;
        content: "+";
        font-family: cindy, sans-serif;
        display: inline-block;
        font-weight: normal;
        top: 8px;
    }

    div.verticalmenu .navbar-nav>li.parent.dropdown.dor-menu-open li.parent.dropdown-submenu.dor-menu-open>a::after,
    div.verticalmenu .navbar-nav>li.parent.dropdown.dor-menu-open>a::after,
    div.verticalmenu .navbar-nav>li.parent.dropdown.open>a::after {
        content: "_";
        transform: rotate(0deg);
        top: -2px;
    }

    header#header #dor-header-style1 div.verticalmenu .navbar-nav>li .expand.dropdown-toggle {
        right: 2px;
        top: 8px;
    }

    header#header #dor-header-style1 #dor-verticalmenu div.verticalmenu .widget-content>.widget-links.block>.widget-heading.title_block>.expand.dropdown-toggle {
        right: 15px;
    }

    header#header #dor-header-style1 #dor-verticalmenu div.verticalmenu .widget-content .widget-heading.title_block>a {
        font-weight: normal !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    header#header #dor-header-style1 #dor-verticalmenu div.verticalmenu .widget-content>.widget-links.block>.widget-heading.title_block>.expand.dropdown-toggle::after {
        top: 2px !important;
    }

    #header #dor-header-style1 #dor-verticalmenu div.verticalmenu .widget-content.dor-menu-open>.widget-links.block>.widget-heading.title_block>.expand.dropdown-toggle:after {
        top: -19px !important;
        right: 0px;
    }

    #header #dor-header-style1 #dor-verticalmenu div.verticalmenu .widget-content.dor-menu-open>.widget-links.block>.widget-heading.title_block>.expand.dropdown-toggle {
        transform: none;
    }

    #header #dor-header-style1 #dor-verticalmenu div.verticalmenu .navbar-nav>li.parent.dropdown li.parent.dropdown-submenu>a::after {
        right: 30px;
    }

    #header #dor-header-style1 .dor-topbar-selector button.hidden-sm-down.btn-unstyle {
        display: block !important;
    }

    header#header:not(.fixed) .dor-w-logo a {
        margin: 0 auto;
    }

    #dor-header-style1 #dor_search_top {
        position: static;
    }

    body.open-search #header.fixed #dor-header-style1 #dor_search_top .dor-search-form {
        width: 100%;
        max-width: 100%;
    }

    header#header #dor-header-style1 #dor_search_top .dor-search-form {
        position: fixed !important;
        z-index: 9999;
        display: flex !important;
        top: -145px !important;
        left: 0px;
        right: 0px;
        background-color: #fff;
        justify-content: center;
        padding: 40px 15px;
    }

    header#header #dor-header-style1 #dor_search_top.open .dor-search-form {
        top: 0px !important;
    }

    #dor-header-style1 #dor_search_top .dor-search-form #search_widget {
        flex: 1;
        margin-bottom: 0px;
    }

    .search-over-light {
        z-index: 9;
    }

    body.open-search .ui-autocomplete.searchbar-autocomplete {
        left: 15px !important;
        max-width: calc(100% - 30px) !important;
        min-height: auto;
    }

    #search_widget form input {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media(max-width: 991px) {
    header#header div#dor-verticalmenu .hidden-menu {
        display: none !important;
    }
}

@media(max-width: 600px) {
    #header #dor-header-style1 .info-list {
        display: none;
    }

    #dor-header-style1 .dor-topbar-selector {
        flex: 1;
        -ms-flex: 1;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    #dor-header-style1 .dor-topbar-selector>div {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    header#header.header01 .cindy-mini-cart-icon i::before,
    #header #dor-header-style1 .user-info .user-selector .icon-user-info i::before,
    #dor-header-style1 #dor_search_top .icon-search-top i:before {
        font-size: 21px !important;
    }

    header#header #dor-header-style1 #dor_search_top .dor-search-form {
        padding: 30px 15px;
    }

    #dor-header-style1 .logo {
        max-height: 30px;
    }
}

@media(max-width: 420px) {
    header#header #dor-header-style1 #dor-verticalmenu .dor-vertical-title {
        padding: 0;
        width: 100%;
        padding-left: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*****************End Header 01********************/


/*****************Dor Block********************/

/****Selection*****/
.mb-dor-header-selection {
    display: none;
}

@media(max-width: 600px) {
    .mb-dor-header-selection {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
        position: relative;
    }

    .mb-dor-header-selection>div {
        flex: 0 0 50%;
        float: none !important;
        position: static !important;
        margin-top: 22px;
    }

    .mb-dor-header-selection .language-selector,
    .mb-dor-header-selection .currency-selector {
        opacity: 1 !important;
        visibility: visible !important;
        display: flex;
        justify-content: center;
        position: inherit;
    }

    .mb-dor-header-selection>div button.hidden-sm-down {
        display: flex !important;
        align-items: center;
    }

    .mb-dor-header-selection>div button.hidden-sm-down .expand-more {
        display: flex;
        align-items: center;
        padding: 0px 3px;
        font-size: 13px;
    }

    .mb-dor-header-selection>div button.hidden-sm-down i.expand-more {
        font-size: 12px;
    }

    #header .mb-dor-header-selection>div .dropdown-menu.hidden-sm-down {
        width: 270px;
        left: 15px;
        right: 0px;
        top: 130%;
        line-height: 35px;
        border: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    }

    #header .mb-dor-header-selection>#_desktop_currency_selector .dropdown-menu {
        left: 15px !important;
        right: auto;
        float: none;
    }

    .mb-dor-header-selection>div .dropdown-backdrop {
        display: none !important;
    }
}

/******Categorie Block Html 01******/

#dor-shop-categories {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 55px;
}

.dor-shop-cate-main .title-header-tab {
    margin-bottom: 30px;
}

.dor-shop-cate-main .title-header-tab .title-mod-show span {
    position: relative;
}

.dor-shop-cate-main .title-header-tab .title-mod-show span::before {
    bottom: -10px;
    left: calc(50% - 50px);
    height: 1px;
    width: 100px;
}

.dor-shop-cate-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.dor-shop-cate-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
}

.dor-shop-cate-item-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
}

.dor-shop-cate-image {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    opacity: 0.8;
}

.dor-shop-cate-image img {
    max-width: 260px;
    height: auto;
}

.dor-shop-cate-text {
    padding-left: 35px;
    padding-right: 15px;
}

.image-text-content h3 {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.035rem;
    padding-bottom: 15px;
}

.image-cate-text-list ul {
    margin-bottom: 0px;
    line-height: 34px;
    color: #9aa5b3;
}

.image-cate-text-list ul li * {
    color: #555;
}

.image-cate-text-list ul li a:hover {
    color: #000;
}

.dor-shop-color1>div {
    background-color: #fbf3f3;
}

.dor-shop-color2>div {
    background-color: #f3f4fb;
}

.dor-shop-color3>div {
    background-color: #f3fbf5;
}

.dor-shop-color4>div {
    background-color: #fbfaf3;
}

.dor-shop-cate-main .title-header-tab .title-mod-show {
    font-size: 1.9rem;
}


@media(max-width: 1199px) {
    .dor-shop-cate-item-wrapper {
        flex-wrap: wrap;
    }

    .dor-shop-cate-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .dor-shop-cate-image img {
        width: 100%;
    }

    .dor-shop-cate-text {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 35px;
    }
}

@media(max-width: 630px) {
    .dor-shop-cate-text {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .image-text-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .dor-shop-cate-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dor-shop-cate-inner {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media(max-width: 530px) {
    .dor-shop-cate-text {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .image-text-content h3 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0px;
    }

    .image-cate-text-list ul li * {
        color: #9aa5b3;
        font-size: 13px;
    }

    .image-cate-text-list ul {
        line-height: 30px;
    }

    .dor-brand-logo-inner {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .dor-shop-cate-main .title-header-tab .title-mod-show span {
        position: relative;
        font-size: 21px;
    }
}

/***Block Button Purchase***/
.dor-custom-purchase-section .dor-custom-purchase {
    padding: 20px 15px 20px;
}

.gst-cta-buttons .dor-fancy-btn i {
    top: 11px;
}

.gst-cta-buttons .dor-fancy-btn i::before {
    font-size: 16px;
    font-weight: bold;
}

/*********Block 3 banner home**********/
.btn-banner-shop span {
    font-size: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
}

.btn-banner-shop i {
    top: 11px;
}

/***Block Store3 Banner Sale****/
.dor-store3-banner-sale-container {
    padding-top: 30px;
}

.dor-store3-banner-sale-main {
    background-color: #332F2D;
    background-image: url(../img/store3-banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 23px 25px 18px 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dor-store3-banner-sale-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dor-store3-banner-sale-off {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
}

.dor-store3-banner-sale-infos {
    flex: 0 0 80%;
    max-width: 80%;
    position: relative;
}

.dor-store3-banner-sale-infos-media-inner {
    max-width: 350px;
    position: relative;
    bottom: -18px;
}

.dor-store3-banner-sale-infos-media-inner img {
    max-width: 100%;
    height: auto;
}

.dor-store3-banner-sale-infos-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dor-store3-banner-sale-infos-media {
    order: 1;
}

.dor-store3-banner-sale-infos-content {
    order: 0;
    flex: 0 0 35%;
}

.dor-store3-banner-sale-infos-button {
    order: 2;
    margin-left: auto;
    padding-right: 35px;
}

.dor-store3-banner-sale-infos-btn a {
    border: 2px #fff solid;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 30px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.dor-store3-banner-sale-off-txt h2 {
    font-size: 65px;
    font-weight: bold;
    color: #2A48C9;
    margin-bottom: 0px;
    padding-left: 50px;
    position: relative;
    line-height: 1;
}

.dor-store3-banner-sale-off-txt h2::before {
    content: "";
    background-color: #ffffff26;
    width: 2px;
    height: 60px;
    position: absolute;
    right: 35px;
    top: 0px;
}

.dor-store3-banner-sale-off-txt sup {
    font-size: 35px;
    font-weight: 700;
}

.dor-store3-banner-sale-off-txt sub {
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    margin-left: -30px;
    font-weight: 500;
    top: 0px;
}

.dor-store3-banner-sale-infos-txt {
    color: #fff;
}

.dor-store3-banner-sale-infos-txt h2 {
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 0px;
}

.dor-store3-banner-sale-infos-txt h2 b {
    font-size: 30px;
    margin-top: 11px;
    display: block;
}

.dor-store3-banner-sale-infos-btn a:hover {
    background-color: #fff;
    color: #2A48C9;
}

.dor-store3-banner-sale-infos-btn a:hover * {
    color: #2A48C9;
}

.dor-store3-banner-sale-infos-btn i {
    font-size: 20px;
    top: 11px;
}


@media(max-width: 1199px) {
    .dor-store3-banner-sale-off {
        flex: 0 0 190px;
        max-width: 190px;
    }

    .dor-store3-banner-sale-infos {
        flex: 0 0 calc(100% - 190px);
        max-width: calc(100% - 190px);
    }

    .dor-store3-banner-sale-off-txt h2 {
        font-size: 55px;
        padding-left: 10px;
        line-height: 1;
    }

    .dor-store3-banner-sale-off-txt h2::before {
        right: 40px;
    }

    .dor-store3-banner-sale-off-txt sup {
        font-size: 30px;
    }

    .dor-store3-banner-sale-off-txt sub {
        font-size: 14px;
        margin-left: -30px;
    }

    .dor-store3-banner-sale-infos-media-inner {
        max-width: 280px;
    }

    .dor-store3-banner-sale-infos-content {
        flex: 0 0 39%;
    }

    .dor-store3-banner-sale-infos-txt h2 {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 0px;
    }

    .dor-store3-banner-sale-infos-txt h2 b {
        font-size: 27px;
    }

    .dor-store3-banner-sale-infos-button {
        margin-left: auto;
        padding-right: 0;
    }

    .dor-store3-banner-sale-infos-btn a {
        font-size: 13px;
        line-height: 1;
        padding: 12px 20px;
    }
}

@media(max-width: 991px) {
    .dor-store3-banner-sale-off {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .dor-store3-banner-sale-infos {
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
        text-align: center;
    }

    .dor-store3-banner-sale-infos-container {
        justify-content: center;
    }

    .dor-store3-banner-sale-infos-container>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dor-store3-banner-sale-infos-media {
        order: 3;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .dor-store3-banner-sale-infos-button {
        margin-top: 30px;
    }

    .dor-store3-banner-sale-infos-content {
        margin-top: 20px;
    }
}

/********Brand Logo*******/
.dor-brand-logo-inner {
    max-height: 90px;
    overflow: hidden;
}

@media(max-width: 530px) {
    .dor-brand-logo-inner {
        max-height: 56px;
        overflow: hidden;
    }
}

/*****************End Dor Block********************/




/*****************Category Page********************/
article.product-miniature.js-product-miniature {
    padding-left: 0px;
    padding-right: 0px;
}

#subcategories {
    padding-bottom: 35px;
    padding-top: 35px;
    display: none !important;
}

#subcategories .sub-category-image img {
    width: 100%;
    height: auto;
}

.subcategory-image {
    text-align: center;
}

.sub-category-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    border: 1px #ddd solid;
    border-radius: 50%;
    overflow: hidden;
}

span.sub-category-title {
    font-size: 16px;
    font-weight: 500;
    color: #333 !important;
}

.category-top-banner {
    margin-bottom: 45px;
}

.module-banner-text {
    padding: 15px 10px;
}

.module-banner-text .banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.9375rem 1.875rem;
}

.module-banner-text .banner-inner .entry-title {
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.module-banner-text .banner-inner .entry-title strong {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffbd27;
    padding: 0px 4px;
    margin: 0 5px;
}

.module-banner-text .banner-inner .banner-details {
    margin-left: auto;
    text-align: right;
    margin-right: 1.875rem;
}

.module-banner-text .banner-inner .banner-price {
    font-weight: 500;
}

.module-banner-text .banner-inner .banner-price span {
    font-size: 1.625rem;
    font-weight: 600;
    color: #2A48C9;
}

.module-banner-text .banner-inner .banner-details p {
    display: block;
    font-size: .95rem;
    opacity: .5;
    margin-bottom: 0;
    color: #333;
}

.module-banner-text .banner-inner .banner-button a {
    font-size: .75rem;
    height: 2.125rem;
    background-color: #ffbd27;
    color: #fff;
    border-radius: 35px;
    font-weight: bold;
}

/********************Dor Category Style*********************/
.block-category.card-block .h1 {
    margin-bottom: 15px;
    font-size: 25px;
}

#category-description {
    line-height: 25px;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    font-size: 16px;
    font-weight: 800;
    color: #373D43;
    text-align: left;
    letter-spacing: -.07px !important;
    line-height: 1.4 !important;
}

#products .product-title a:hover,
.product-title a:hover {
    color: #2A48C9 !important;
}

h2.productscategory_h2.dor-module-title.title-mod-show {
    font-weight: 700;
    color: #2A48C9;
    font-size: 32px;
}

h2.productscategory_h2.dor-module-title.title-mod-show::after {
    display: none;
}

body #productscategory_same article.product-miniature .dor-product-miniature {
    border-top: 1px solid #DEE0E2 !important;
}

.role-product-list-bottom-banner {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
}

.role-product-list-bottom-banner img {
    width: 100%;
    height: auto;
}

#js-product-list .pagination {
    margin-top: 35px;
    margin-bottom: 0px;
}

/* button.wishlist-button-add {
    display: none;
} */

article.product-miniature.js-product-miniature {
    margin-bottom: 0px;
}

#category #products article.product-miniature.js-product-miniature {
    margin-bottom: 0px;
}

article.product-miniature.js-product-miniature.slick-slide {
    margin-bottom: 0px;
}

.product_list.row-item {
    margin-bottom: -35px;
}

#category #products .product_list.row-item {
    margin-bottom: 0px;
}

#module-dorblockwishlist-dorwishlist #left-column,
#module-du_pages-promo #left-column,
#category #left-column {
    padding-left: 0px;
    padding-right: 30px;
}

#content-wrapper {
    width: 100%;
}

#product #content-wrapper {
    padding-left: 0px !important;
    width: 100%;
}

#module-dorblockwishlist-dorwishlist #content-wrapper,
#category #content-wrapper {
    padding-right: 0px;
    padding-left: 15px;
    float: left;
}

.block-categories,
#search_filters,
#search_filters_brands{
    box-shadow: none;
    border: 0px #ddd solid;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
}
#search_filters_suppliers {
    display: none;
}

.block-categories {
    padding-top: 0px;
}

.block-category.card-block {
    box-shadow: none;
}

.dorCompareLeftSidebar {
    padding: 1.563rem 0rem;
    border: 0px #ddd solid;
}

.dor-product-miniature {
    position: relative;
    background-color: #fff;
    border: 0px #ddd solid;
}

.dor-item-style1 #products .dor-product-act.highlighted-informations,
.dor-item-style1 .dor-product-act.highlighted-informations {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    background: transparent;
    z-index: 0;
    bottom: auto;
    box-shadow: none;
    top: calc(50% - 50px);
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    position: relative;
    text-align: left;
    width: 100%;
    top: auto;
    padding-top: 0;
    min-height: auto;
    background: transparent;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: calc(33.3333% - 0px);
}
.slick-list .slick-track,
article.product-miniature.js-product-miniature,
#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature,
#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    height: auto;
    display: flex
}

.dor-product-miniature {
    display: flex;
    flex-direction: column !important;
}

#search:not(.dor-list-display) main.dor-category-column-2 #products .product-miniature,
#category:not(.dor-list-display) main.dor-category-column-2 #products .product-miniature {
    width: calc(50% - 0px);
}

#search:not(.dor-list-display) main.dor-category-column-2 #products .product-miniature:nth-child(2n+1),
#category:not(.dor-list-display) main.dor-category-column-2 #products .product-miniature:nth-child(2n+1) {
    clear: left;
}

#mywishlist article.product-miniature {
    width: calc(20% - 0px);
}

.featured-products .product-miniature {
    width: calc(25% - 0px);
}

#products #js-product-list .products.row {
    margin-left: -10px;
    margin-right: -10px;
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
    text-align: center;
    position: relative;
}

#products .product-thumbnail img,
.featured-products .product-thumbnail img,
.product-accessories .product-thumbnail img,
.product-miniature .product-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.products-sort-order .dropdown-menu {
    width: calc(100% - 31px);
}

.dor-custom-block-html-main .block_content img {
    width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    margin-bottom: 20px;
}

#dor_custom_block_dor_left {
    padding-top: 1.563rem;
}

.dor-custom-block-html-main .title_block {
    margin-bottom: 16px;
}

.dor-custom-block-html-main .block_content * {
    font-size: 13px;
    line-height: 22px;
}

h2.category-left-title {
    font-size: 32px;
    font-weight: 700;
    color: #2A48C9;
    margin-bottom: 35px;
}

#search_filters p.text-uppercase.h6.hidden-sm-down {
    display: none;
}

#dor-smart-blog-right-sidebar .section-title h2.title_block a,
.dor-custom-block-html-main .title_block,
#left-column .facet .h6.facet-title,
#left-column .text-uppercase.h6,
.dorCompareLeftSidebar .section-title .title_block {
    text-transform: none !important;
    font-weight: 800;
    font-size: 16px;
    color: #2A48C9;
    line-height: 35px;
}

.block-categories .collapse-icons {
    width: auto;
    right: -5px;
}

body #left-column .block-categories .category-top-menu .category-sub-menu>li[data-depth="0"]>a {
    font-weight: 700 !important;
}

#left-column .facet .h6.facet-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: none !important;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #DEE0E2;
}

#left-column .facet p.h6.facet-title.hidden-sm-down {
    display: none;
}

#header #dor_search_top .dropdown-menu {
    box-shadow: 0px 2px 4px 0px #0000001A;
    border: none;
}

.dropdown-menu.list-category-search a {
    font-size: 14px;
    color: #2A48C9 !important;
    font-weight: 700 !important;
}

body #left-column .block-categories .category-top-menu .category-sub-menu>li[data-depth="0"]>a,
.block-categories .collapse-icons i,
#search_filters .facet .title.hidden-md-up span.navbar-toggler.collapse-icons i {
    color: #2A48C9;
}

#search_filters .facet .title.hidden-md-up[aria-expanded="true"] span.navbar-toggler.collapse-icons i.remove,
#search_filters .facet .title.hidden-md-up span.navbar-toggler.collapse-icons i.add {
    display: none;
}

#search_filters .facet .title.hidden-md-up span.navbar-toggler.collapse-icons i.remove,
#search_filters .facet .title.hidden-md-up[aria-expanded="true"] span.navbar-toggler.collapse-icons i.add {
    display: block;
}

#search_filters span.navbar-toggler.collapse-icons {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

#left-column .facet .h6.facet-title::before {
    content: "";
    position: absolute;
    background-image: url(../img/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    right: 0px;
    top: 0px;
    display: none;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: .625rem;
    padding-bottom: 25px;
}

#search_filters .facet .title.hidden-md-up {
    display: block !important;
    position: relative;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    display: none;
}

#search_filters .facet .collapse.in,
#search_filters_brands .facet .collapse.in,
#search_filters_suppliers .facet .collapse.in {
    display: block;
}

#left-column .block-categories .category-top-menu .category-sub-menu a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    border: none;
}

#left-column .block-categories .category-top-menu .category-sub-menu a,
#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    font-weight: normal !important;
    font-size: 13px;
    color: #2a2a2a;
    margin-top: 0px;
}
#left-column .block-categories .category-top-menu .category-sub-menu a{
    text-transform: capitalize;
}
#search_filters .facet p {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
}

#search_filters .facet .facet-label .custom-checkbox {
    display: flex;
    top: auto;
    margin-right: 10px;
}

#search_filters .facet .facet-label .color {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    margin-right: 10px;
    border: 1px #d9dde3 solid;
}

.add.dor-product-cart-miniature .txt-cart {
    display: inline-block;
}

.add.dor-product-cart-miniature .shopping-cart {
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
}

.dor-product-cart-miniature .shopping-cart::before {
    font-size: 16px;
    font-weight: 300;
}

#search_filters .facet .facet-label a:hover {
    color: #2A48C9;
}

#search_filters .ui-widget-header {
    background: #2A48C9;
}

#search_filters .ui-slider-horizontal {
    border-color: #2A48C9;
    height: 3px;
}

#search_filters .ui-slider .ui-slider-handle {
    border-color: #2A48C9;
    background: #2A48C9;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: -7px;
}

.faceted-slider {
    margin-right: 14px;
}

.custom-checkbox input[type="checkbox"]+span {
    border-width: 1px;
}

.dor-custom-checkbox-facet .search-link.js-search-link {
    display: none !important;
}

.dor-custom-checkbox-facet.dor-facet-color li {
    display: inline-block;
}

.dor-product-act .txt-quick-view,
.dor-product-act .variant-links,
.dor-product-act .compare-button-txt {
    display: none;
}

.dor-product-act::after {
    content: "";
    display: table;
    clear: both;
}

.dor-product-act .quick-view {
    transition: all 0.4s ease 0s;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px #2A48C9 solid;
}

.dor-product-act .dor-wishlist:hover,
.dor-product-act .btn.btn-primary.add-to-cart:hover,
.dor-product-act .compare:hover,
.dor-product-act .quick-view:hover {
    background-color: #2A48C9;
}

.dor-product-act .dor-wishlist:hover i,
.dor-product-act .compare:hover i,
.dor-product-act .quick-view:hover i {
    color: #2A48C9 !important;
}

.dor-product-act .dor-addcart-button-custom {
    display: inline-block;
}

.dor-product-act .btn.btn-primary.add-to-cart {
    transition: all 0.4s ease 0s;
    text-transform: none;
    font-weight: normal;
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
    line-height: 37px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -5px;
}

.dor-product-act .dor-wishlist,
.dor-product-act .compare {
    transition: all 0.4s ease 0s;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px #2A48C9 solid;
}

.dor-product-act .dor-wishlist>a,
.dor-product-act .compare>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dor-product-act .dor-wishlist .addToDorWishlist {
    top: auto !important;
    position: relative;
    text-align: center;
    right: auto;
}

.dor-product-act .dor-wishlist .addToDorWishlist i,
.dor-product-act .compare i {
    color: #2A48C9;
    display: flex;
}

.dor-product-act i {
    font-size: 16px;
    color: #2A48C9;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.dor-product-act .compare i::before {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.h3.product-title>a {
    line-height: 20px;
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

article.product-miniature .h3.product-title>a:hover {
    color: #2A48C9 !important;
}

.dor-product-act .quick-view,
.dor-product-act .dor-wishlist,
.dor-product-act .compare {
    border: none;
    background-color: #f1f2f3;
}

.dor-product-act .quick-view i,
.dor-product-act .dor-wishlist i,
.dor-product-act .compare i {
    color: #000 !important;
    font-weight: bold;
}

.dor-product-act .quick-view i::before,
.dor-product-act .dor-wishlist i::before,
.dor-product-act .compare i::before {
    font-weight: bold;
}

.dor-product-act .compare:hover i::before {
    color: #fff;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    margin-top: 0px;
    text-align: left;
}

.dor-product-left-block {
    position: relative;
}

.dor-product-right-block {
    padding-top: 20px;
    padding-bottom: 10px;
}

.dor-item-style1 .dor-product-act.highlighted-informations,
.dor-item-style1 .dor-product-act.highlighted-informations,
.dor-item-style1 #products .dor-product-act.highlighted-informations,
.dor-item-style1 .dor-product-act.highlighted-informations {
    bottom: 0;
    top: auto !important;
    display: none;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 98;
    justify-content: center;
}

body .dor-item-style1 .product-miniature:hover .dor-product-act.highlighted-informations,
.dor-item-style1 #products .product-miniature:hover .dor-product-act.highlighted-informations,
.dor-item-style1 .featured-products .product-miniature:hover .dor-product-act.highlighted-informations,
.dor-item-style1 .product-accessories .product-miniature:hover .dor-product-act.highlighted-informations {
    bottom: 25px;
    opacity: 1;
    visibility: visible;
}

body .dor-item-style1 .product-miniature:hover .product-thumbnail-container,
.dor-item-style1 #products .product-miniature:hover .product-thumbnail-container,
.dor-item-style1 .featured-products .product-miniature:hover .product-thumbnail-container,
.dor-item-style1 .product-accessories .product-miniature:hover .product-thumbnail-container,
.dor-item-style1 .product-miniature .product-miniature:hover .product-thumbnail-container {
    opacity: 1;
}

.dor-item-style2 .products .slick-list,
.dor-item-style2 .product_list .slick-list {
    padding-bottom: 29px;
    z-index: 1;
}

.dor-item-style2 .products .slick-dots,
.dor-item-style2 .product_list .slick-dots {
    margin-top: -7px;
}

article.product-miniature .dor-product-miniature,
.product_list article.product-miniature .dor-product-miniature,
#products .dor-product-miniature {
    border: 1px #DEE0E2 solid;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.dor-product-cart-miniature .add-to-cart {
    display: block;
    width: 100%;
    border-color: #2A48C9;
    background-color: transparent;
    border-width: 2px;
}
.dor-product-cart-miniature .add-to-cart.hint--top::before,
.dor-product-cart-miniature .add-to-cart.hint--top::after {
    display: none;
}

.dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart * {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.dor-item-style3 #products .highlighted-informations,
.dor-item-style3 .product-miniature .highlighted-informations {
    box-shadow: none;
    width: 100%;
    display: block;
}

.dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart:hover .shopping-cart::before,
.dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart:hover * {
    color: #2A48C9 !important;
}

.dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart:hover {
    border-color: #2A48C9 !important;
    background-color: #fff !important;
}

.dor-item-style2 #products .highlighted-informations,
.dor-item-style2 .product-miniature .highlighted-informations {
    padding-top: 0px;
    box-shadow: none;
    position: absolute;
    width: calc(100% + 2px);
    display: block;
    bottom: 0px;
    left: -1px;
    opacity: 0;
    visibility: hidden;
    height: auto;
    padding-bottom: 15px;
    border: 1px #eee solid;
    border-top: 0px;
}

body .dor-item-style2 .product-miniature:hover .dor-product-act.highlighted-informations,
.dor-item-style2 #products .product-miniature:hover .dor-product-act.highlighted-informations {
    bottom: -50px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act.highlighted-informations.hidden-sm-down,
body:not(.dor-list-display) .dor-item-style3 #products .dor-product-act.highlighted-informations.hidden-sm-down {
    box-shadow: none;
    position: relative;
    bottom: auto;
    height: auto;
    margin-top: 10px;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .dor-addcart-button-custom {
    display: block;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .dor-addcart-button-custom .btn.btn-primary.add-to-cart {
    width: 88%;
    border-radius: 40px;
    max-width: 220px;
    background-color: #2A48C9;
    border: 1px #2A48C9 solid;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .dor-addcart-button-custom .btn.btn-primary.add-to-cart:hover {
    background-color: #fff;
    color: #2A48C9;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .dor-addcart-button-custom .btn.btn-primary.add-to-cart:hover i,
body:not(.dor-list-display) .dor-item-style3 .dor-product-act .dor-addcart-button-custom .btn.btn-primary.add-to-cart:hover span {
    color: #2A48C9;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .dor-addcart-button-custom .btn.btn-primary.add-to-cart .txt-cart {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .quick-view {
    position: absolute;
    bottom: -50px;
    left: 6%;
    width: auto;
    height: auto;
    background-color: transparent;
    margin-left: 0px;
    margin-right: 0px;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .compare {
    position: absolute;
    bottom: -50px;
    right: 6%;
    width: auto;
    height: auto;
    background-color: transparent;
    margin-left: 0px;
    margin-right: 0px;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .compare span,
body:not(.dor-list-display) .dor-item-style3 .dor-product-act .quick-view span {
    display: inline-block !important;
    color: #7a7a7a;
    font-size: 14px;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .compare a,
body:not(.dor-list-display) .dor-item-style3 .dor-product-act .quick-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .compare a i,
body:not(.dor-list-display) .dor-item-style3 .dor-product-act .quick-view i {
    margin-right: 5px;
}

@media(min-width: 1400px) {

    body:not(.dor-list-display) .dor-proCateCol2.dor-item-style3.dor-category-column-7 .dor-product-act .compare span,
    body:not(.dor-list-display) .dor-proCateCol2.dor-item-style3.dor-category-column-7 .dor-product-act .quick-view span,
    body:not(.dor-list-display) .dor-proCateCol2.dor-item-style3.dor-category-column-6 .dor-product-act .compare span,
    body:not(.dor-list-display) .dor-proCateCol2.dor-item-style3.dor-category-column-6 .dor-product-act .quick-view span {
        display: none !important;
    }

    body:not(.dor-list-display) .dor-proCateCol2.dor-item-style3.dor-category-column-7 .dor-product-act .quick-view,
    body:not(.dor-list-display) .dor-proCateCol2.dor-item-style3.dor-category-column-6 .dor-product-act .quick-view {
        left: 15%;
    }

    body:not(.dor-list-display) .dor-proCateCol2.dor-item-style3.dor-category-column-7 .dor-product-act .compare,
    body:not(.dor-list-display) .dor-proCateCol2.dor-item-style3.dor-category-column-6 .dor-product-act .compare {
        right: 15%;
    }
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .compare:hover i,
body:not(.dor-list-display) .dor-item-style3 .dor-product-act .quick-view:hover i,
body:not(.dor-list-display) .dor-item-style3 .dor-product-act .compare:hover span,
body:not(.dor-list-display) .dor-item-style3 .dor-product-act .quick-view:hover span {
    color: #fff;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-act .compare i,
body:not(.dor-list-display) .dor-item-style3 .dor-product-act .quick-view i {
    display: inline-block !important;
    color: #fff;
}

body:not(.dor-list-display) .dor-item-style3 .dor-product-right-block {
    padding-bottom: 40px;
    margin-bottom: 20px;
}

body:not(.dor-list-display) .dor-item-style2 article.product-miniature:hover .dor-product-list-reviews {
    bottom: 15px !important;
}

body:not(.dor-list-display) .dor-item-style2 article.product-miniature .dor-product-list-reviews {
    left: 0px;
    right: 0px;
}

body.dor-list-display .product-miniature .dor-product-right-block {
    padding-bottom: 5px;
}

.dor-item-style2 .product-miniature .dor-product-right-block {
    padding-bottom: 5px;
    padding-top: 15px;
}

.dor-item-style2 .product-miniature .product-miniature-description {
    padding-bottom: 20px;
}

.dor-item-style2 .doradv_theme3 .product-miniature .product-miniature-description {
    padding-bottom: 0px;
}

.dor-item-style2 .doradv_theme3 .product-miniature .dor-product-right-block {
    padding-bottom: 0;
    padding-top: 0;
}

.dor-item-style2 .dataMainProduct .article-bottom-action {
    padding-bottom: 35px;
}

.dor-item-style2 .dataMainProduct .mainProductThumbs {
    margin-top: 25px;
}

#products .product-miniature .box-items li.product-flag-status,
.featured-products .product-miniature .box-items li.product-flag-status,
.product-accessories .product-miniature .box-items li.product-flag-status,
.product-miniature .product-miniature .box-items li.product-flag-status {
    font-size: 13px;
    font-weight: 400;
    min-width: auto;
    min-height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: none;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    color: #373D43;
    font-weight: 800;
    text-align: left;
    font-size: 24px;
    margin-top: 0;
    padding-bottom:0;
    margin-bottom:12px;
}

.product-price-and-shipping small{
    font-size: 14px;
}
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: #9aa5b3;
    font-size: 15px;
    font-weight: 500;
    padding-left: 0px;
    padding-bottom: 5px;
    display: block;
}

.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #dddd;
    box-shadow: none;
    padding-left: 11px;
    line-height: 23px;
    font-size: 13px;
}

.price.dor-has-discount-price {
    color: #373D43 !important;
    font-size: 24px;
    font-weight: 800;
}

.pagination .previous,
.pagination .next {
    font-size: 0 !important;
    height: 28px !important;
}

.pagination>div:first-child {
    padding-left: 0px;
}

.pagination .previous,
.pagination .next,
.pagination .page-list a:not(.previous):not(.next),
#wk_mu_sub_user_list_paginate .pagination .paginate_button a {
    border: 1px #D4DAF4 solid;
    padding: 0px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    width: 28px;
    height: 28px;
    line-height: 24px;
    border-radius: 3px;
    text-align: center;
    letter-spacing: normal;
    background-color: #D4DAF4;
    color: #2A48C9;
}

.pagination .previous:hover,
.pagination .next:hover,
.pagination .page-list .current a:not(.previous):not(.next),
.pagination .page-list a:not(.previous):not(.next):hover,
.pagination .page-list li:hover a:not(.previous):not(.next),
.pagination .page-list li.current.active a:not(.previous):not(.next){
    border-color: #2A48C9 !important;
    background-color: #2A48C9 !important;
    color: #fff !important;
}

.pagination .previous:hover i,
.pagination .next:hover i {
    color: #fff !important;
}

.pagination .page-list .current a:not(.previous):not(.next),
.pagination .page-list a:not(.previous):not(.next):hover {
    border-color: #2A48C9;
    color: #2A48C9;
}

.pagination .previous {
    float: left;
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    font-size: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.pagination .next {
    float: right;
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    font-size: 15px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.pagination .next:hover,
.pagination .next:hover i,
.pagination .previous:hover,
.pagination .previous:hover i {
    color: #2A48C9;
}

.product-miniature .variant-links {
    text-align: left;
    margin-top: 10px;
    display: none;
}

.pagination .page-list,
#wk_mu_sub_user_list_paginate .pagination{
    background-color: transparent;
    padding: 0px;
    box-shadow: none;
    display: flex;
}

.pagination .page-list li,
#wk_mu_sub_user_list_paginate .pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
}

.pagination .next {
    margin-left: 5px;
}

.pagination .previous {
    margin-right: 5px;
}

article.product-miniature .dor-product-list-reviews {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    padding: 4px 0;
}

.block-category .block-category-inner {
    display: block;
}

.block-category .block-category-inner .category-cover img {
    width: 100%;
    height: auto;
    max-height: 250px;
}

.block-category.card-block {
    padding: 1rem;
}

.dor-display-cate {
    float: right;
    padding-left: 15px;
    padding-right: 0px;
    width: 240px;
    text-align: right;
}

body:not(#category) .dor-display-cate {
    display: none;
}

body#category main.dor-proCateCol5 .dor-display-cate,
body#category main.dor-proCateCol2 .dor-display-cate,
body#category main.dor-proCateCol3 .dor-display-cate,
body#category main.dor-proCateCol6 .dor-display-cate {
    padding-right: 15px;
}

main.dor-proCateCol1_2 .pagination .offset-md-2,
main.dor-proCateCol4_3 .pagination .offset-md-2,
main.dor-proCateCol6 .pagination .offset-md-2 {
    float: left;
}

main.dor-proCateCol1_2 .pagination>div:first-child,
main.dor-proCateCol4_3 .pagination>div:first-child,
main.dor-proCateCol6 .pagination>div:first-child {
    float: right;
    text-align: right;
}

body#category main.dor-proCateCol6 .compare_remove.hint--top::before,
body#category main.dor-proCateCol6 .compare_remove.hint--top::after {
    display: none;
}

#wrapper>.container>.row {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-wrap: wrap;
}

#left-column::before {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #e5e8ec;
    right: 0.75rem;
    top: 0px;
    bottom: 0;
    display: none;
}

.show-display-control a {
    border: 1px #ddd solid;
    text-align: center;
    padding: 5px 6px 5px 5px;
    color: #333;
}

.show-display-control a.active {
    color: #2A48C9;
}

.products-sort-order .select-list {
    display: block;
    color: #232323;
    padding: .425rem 1.25rem;
    font-weight: 400;
    font-size: 13px;
}

#js-product-list-top {
    display: flex;
    position: relative;
    margin-bottom: 50px;
}

#js-product-list-top::after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #e5e8ec;
    bottom: -15px;
    left: 15px;
}

.dor-product-sort-order{
    flex: 1 0 auto;
}

.dor-product-sort-order-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.dor-product-sort-order-item {
    background-color: #EBEEF0;
    font-size: 14px;
    color: #2A48C9;
    padding: 4px 12px;
    border-radius: 25px;
}

.dor-product-sort-order-item:hover,
.dor-product-sort-order-item.active {
    color: #fff;
    background-color: #2A48C9;
}

.dor-product-sort-order-item a {
    font-size: 14px;
    color: #2A48C9;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 20px;
}

.dor-product-sort-order-item:hover a,
.dor-product-sort-order-item.active a {
    color: #fff;
}

.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    color: #2A48C9;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    white-space: nowrap;
}

.products-selection .total-products {
    padding-top: 0px;
    padding-left: 12px;
    padding-right: 12px;
}

.products-selection .total-products p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.pagination .offset-md-2 {
    margin-left: auto;
    width: auto;
    float: right;
}

.box-items {
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}

.box-items li.product-flag-status {
    pointer-events: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #2A48C9;
    background-color: rgb(47, 181, 210);
    font-weight: 500;
    padding: .3125rem .4375rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    text-transform: none;
    color: #fff;
    margin-top: .625rem;
    font-size: 13px;
    box-shadow: 0;
}

.box-items li.product-flag-status.discount,
.box-items li.product-flag-status.discount-amount,
.box-items li.product-flag-status.discount-percentage {
    background-color: #D7181E;
}

.product-miniature-description {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

body#category main.dormain.dor-proCateCol6 .container,
body#category main.dormain.dor-proCateCol5 .container,
body#category main.dormain.dor-proCateCol4_2 .container,
body#category main.dormain.dor-proCateCol4_3 .container,
body#category main.dormain.dor-proCateCol4 .container {
    max-width: 100%;
    width: calc(100% - 30px);
}

/***************************Display Style List************************************/
.dor-short-desc-article {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2px;
    display: none;
}

.dor-item-style1 .dor-short-desc-article ul {
    margin-bottom: 0px;
}

.dor-item-style3 .dor-short-desc-article,
.dor-item-style1 .dor-short-desc-article {
    margin-top: 25px;
}

#category.dor-griddesc #products .dor-short-desc-article {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

#category.dor-griddesc #products .dor-short-desc-article * {
    font-size: 13px !important;
    line-height: normal;
}

#category.dor-list-display #products .dor-short-desc-article {
    display: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 2px;
    flex: 0 0 100%;
}

#category.dor-list-display:not(.dor-listgrid) #products .dor-short-desc-article {
    margin-top: 10px;
    display: block;
    margin-bottom: 35px;
}

#category.dor-list-display:not(.dor-listgrid) #products article.product-miniature {
    margin-left: 0px;
    margin-right: 0px;
}

#category.dor-griddesc .dor-short-desc-article {
    position: relative;
}

#category.dor-griddesc .dor-short-desc-article::before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    top: -12px;
    background-color: #eee;
}

.dor-short-desc-article ul {
    list-style: disc;
    padding-left: 15px;
}

.dor-short-desc-article ul li {
    font-size: 13px;
    line-height: 25px;
}

#category.dor-list-display #products article.product-miniature {
    width: 100%;
    clear: both;
}

#category.dor-list-display.dor-listgrid #products article.product-miniature {
    width: calc(50% - 0px);
    clear: none;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

#category.dor-list-display.dor-listgrid #products article.product-miniature .product-miniature-description {
    padding-bottom: 10px;
    flex: 0 0 100%;
}

#category.dor-list-display.dor-listgrid #products article.product-miniature .dor-product-list-reviews {
    margin-top: 5px;
}

#category.dor-list-display #products article.product-miniature .dor-product-left-block {
    float: left;
    max-width: 33%;
    flex: 0 0 33%;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 0px #eee solid;
}

#category.dor-list-display.dor-listgrid #products .dor-product-act.highlighted-informations {
    margin-top: 15px;
    padding-bottom: 10px;
    height: auto;
    display: flex !important;
}

#category.dor-list-display #products article.product-miniature .dor-product-miniature {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset !important;
    border-radius: 8px !important;
    padding-bottom: 10px;
}

#category.dor-list-display.dor-listgrid #products article.product-miniature.js-product-miniature .add.dor-product-cart-miniature {
    position: relative;
    border: 0px;
    left: auto;
    right: auto;
    display: block;
    opacity: 1;
    padding-bottom: 0px;
}

#category.dor-list-display.dor-listgrid #products article.product-miniature .dor-product-cart-miniature .add-to-cart {
    margin-left: 0px;
}

#category.dor-list-display.dor-listgrid .dor-product-act .dor-wishlist,
#category.dor-list-display.dor-listgrid .dor-product-act .compare,
#category.dor-list-display.dor-listgrid .dor-product-act .quick-view {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#category.dor-list-display.dor-listgrid #products article.product-miniature .dor-product-left-block {
    width: 38%;
    flex: 0 0 38%;
    max-width: 38%;
}

#category.dor-list-display #products article.product-miniature .dor-product-right-block {
    float: left;
    max-width: 67%;
    flex: 0 0 67%;
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
}

#category.dor-list-display.dor-listgrid #products article.product-miniature .dor-short-desc-article ul li {
    font-size: 14px;
    line-height: 23px;
}

#category.dor-list-display.dor-listgrid #products article.product-miniature .dor-product-right-block {
    width: 62%;
    padding-top: 0px;
    flex: 0 0 62%;
    max-width: 62%;
    display: flex;
    flex-wrap: wrap;
}

#category.dor-list-display #products article.product-miniature .dor-product-miniature .dor-addcart-button-custom {
    padding: 0px;
    margin-top: 0px;
}

#category.dor-list-display:not(.dor-listgrid) #products article.product-miniature .dor-product-miniature .dor-addcart-button-custom .add.dor-product-cart-miniature {
    display: inline-block;
    min-width: 250px;
    opacity: 1;
    border: none;
    left: 0px;
    right: 0px;
    position: relative;
    padding-bottom: 0px;
}

#category.dor-list-display.dor-listgrid #products article.product-miniature .dor-product-miniature .dor-addcart-button-custom {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;

}

#category.dor-list-display:not(.dor-listgrid) article.product-miniature.js-product-miniature .dor-product-cart-miniature .add-to-cart {
    margin-left: 0px;
}

#category.dor-list-display #products article.product-miniature .dor-product-miniature::after {
    content: "";
    display: table;
    clear: both;
}

#category.dor-list-display #products .product-miniature .dor-product-act .compare i,
#category.dor-list-display #products .product-miniature .dor-product-act .quick-view i {
    line-height: 37px;
}

#category.dor-list-display #products .product-miniature .highlighted-informations .compare:hover i,
#category.dor-list-display #products .product-miniature .highlighted-informations .quick-view:hover i {
    color: #fff;
}

#category.dor-list-display #products article.product-miniature .product-price-and-shipping,
#category.dor-list-display #products article.product-miniature .h3.product-title>a {
    text-align: left;
    height: auto;
}

#category.dor-list-display #products article.product-miniature .h3.product-title>a {
    font-size: 17px;
    line-height: 25px;
    text-align: left;
}

#category.dor-list-display #products article.product-miniature .add.dor-product-cart-miniature .txt-cart {
    display: inline-block;
    line-height: 16px;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 5px;
}

#category.dor-list-display #products article.product-miniature .dor-product-act .btn.btn-primary.add-to-cart {
    width: auto;
    border-radius: 35px;
    display: flex;
    height: auto;
    padding: 10px 25px;
    background-color: #2A48C9;
    border: 1px #2A48C9 solid;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

#category.dor-list-display #products article.product-miniature .dor-product-act .btn.btn-primary.add-to-cart:hover {
    background-color: #fff;
    color: #2A48C9;
}

#category.dor-list-display #products article.product-miniature .dor-product-act .btn.btn-primary.add-to-cart:hover * {
    color: #2A48C9;
}

#category.dor-list-display #products article.product-miniature .dor-product-act .dor-addcart-button-custom {
    position: relative;
    top: 0;
    flex: 0 0 calc(100% - 86px);
    max-width: 190px;
}

#category.dor-list-display #products article.product-miniature .dor-product-list-reviews {
    justify-content: left;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 5px;
}

#category.dor-list-display #products article.product-miniature .dor-product-list-reviews .star-content>div {
    width: 15px;
    height: 15px;
}

#category.dor-list-display #products article.product-miniature .dor-product-list-reviews .star-content>div.half-star {}

#category.dor-list-display #products article.product-miniature .dor-short-desc-article ul li {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}

#category.dor-list-display #products article.product-miniature .dor-product-list-reviews .star-content>div::before {
    font-size: 16px;
}

#category.dor-list-display #products article.product-miniature .product-miniature-description {
    padding-left: 0px;
    padding-right: 0px;
}

#category.dor-list-display #products article.product-miniature .h3.product-title>a {
    line-height: 25px;
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 18px;
}

#category.dor-list-display.dor-listgrid #products article.product-miniature .h3.product-title>a {
    font-size: 15px;
}

#category.dor-list-display #products .dor-short-desc-article * {
    font-size: 13px !important;
    line-height: normal;
}

/*****************Category Page Style Lists*******************/
.category-top-menu {
    margin-bottom: 0px;
}

/*********1 column**********/
.dor-ctrl-filter {
    border: 1px #ddd solid;
    background-color: transparent;
    padding: 5px 15px;
    cursor: pointer;
    display: none;
}

#module-dorblockwishlist-dorwishlist #left-column,
#search #left-column,
#product .dorproDetailCol3 #left-column,
#product .dorproDetailCol2 #left-column,
#module-du_pages-promo #left-column,
#category #left-column {
    flex: 0 0 22.3333333333%;
    max-width: 22.3333333333%;
    order: 1;
    width: 100%;
}

#module-dorblockwishlist-dorwishlist #content-wrapper,
#search #content-wrapper,
#product .dorproDetailCol3 #content-wrapper,
#product .dorproDetailCol2 #content-wrapper,
#module-du_pages-promo #content-wrapper,
#category #content-wrapper {
    flex: 0 0 77.6666666667%;
    max-width: 77.6666666667%;
    order: 2;
    width: 100%;
    padding-left: 0px !important;
}

#category .dor-proCateCol4_2 .dor-ctrl-filter,
#category .dor-proCateCol4_3 .dor-ctrl-filter,
#category .dor-proCateCol1 .dor-ctrl-filter {
    display: block;
    cursor: pointer;
}

.dor-ctrl-filter label {
    margin-bottom: 0px;
}

#category .dor-proCateCol4_2 .total-products,
#category .dor-proCateCol4_3 .total-products,
#category .dor-proCateCol1 .total-products {
    display: flex;
    padding-top: 0;
    padding-left: 0px;
}

#category .dor-proCateCol4_2 .total-products p,
#category .dor-proCateCol4_3 .total-products p,
#category .dor-proCateCol1 .total-products p {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 15px;
}

#category .dor-proCateCol1 #content-wrapper,
#category .dor-proCateCol4_2 #content-wrapper,
#category .dor-proCateCol4_3 #content-wrapper,
#category .dor-proCateCol1_2 #content-wrapper {
    width: 100%;
    max-width: 100%;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
}

#category.open-filter-category .dor-proCateCol4_2 #left-column,
#category.open-filter-category .dor-proCateCol4_3 #left-column,
#category.open-filter-category .dor-proCateCol1 #left-column {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

#category.open-filter-category {
    overflow: hidden;
}

#category-overlay {
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #333;
    z-index: 9999;
}

#category.open-filter-category .dor-proCateCol4_2 #left-column>div:not(#search_filters_wrapper),
#category.open-filter-category .dor-proCateCol4_3 #left-column>div:not(#search_filters_wrapper),
#category.open-filter-category .dor-proCateCol1 #left-column>div:not(#search_filters_wrapper) {
    display: none;
}

#category.open-filter-category #search_filters,
#category.open-filter-category #search_filters_brands,
#category.open-filter-category #search_filters_suppliers {
    box-shadow: none;
}

#category .dor-proCateCol4_2 #search_filters,
#category .dor-proCateCol4_3 #search_filters,
#category .dor-proCateCol1 #search_filters {
    border: none;
}

#category.open-filter-category .dor-proCateCol4_2 #search_filters,
#category.open-filter-category .dor-proCateCol4_3 #search_filters,
#category.open-filter-category .dor-proCateCol1 #search_filters {
    overflow-y: auto;
}

/***********Right Column***********/
#category .dor-proCateCol6 #left-column,
#category .dor-proCateCol3 #left-column {
    float: right;
    padding-right: 0px;
    padding-left: 15px;
}

#category .dor-proCateCol6 #content-wrapper,
#category .dor-proCateCol3 #content-wrapper {
    padding-left: 0px;
    padding-right: 15px;
}

/*****************End Category Page Style Lists***************/
body#category main.dor-proCateCol4 #search_filters .facet .dor-custom-checkbox-facet.dor-facet-color .facet-label,
body#category main.dor-proCateCol1_1 #search_filters .facet .dor-custom-checkbox-facet.dor-facet-color .facet-label {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

body#category main.dor-proCateCol4 #left-column,
body#category main.dor-proCateCol1_1 #left-column {
    display: block;
    width: 100% !important;
    flex: inherit;
    max-width: 100%;
    padding: 0px;
}

body#category main.dor-proCateCol4 #wrapper #content-wrapper,
body#category main.dor-proCateCol1_1 #wrapper #content-wrapper {
    display: block;
    width: 100% !important;
    flex: inherit;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

body#category main.dor-proCateCol4 #left-column>div,
body#category main.dor-proCateCol1_1 #left-column>div {
    display: none;
}

body#category main.dor-proCateCol4 #search_filters_wrapper,
body#category main.dor-proCateCol1_1 #search_filters_wrapper {
    display: none;
    width: 100%;
    margin: 0px !important;
    overflow: hidden;
}

body#category main.dor-proCateCol1 #left-column>div,
body#category main.dor-proCateCol4_2 #left-column>div,
body#category main.dor-proCateCol4_3 #left-column>div,
body#category main.dor-proCateCol4 #left-column>div,
body#category main.dor-proCateCol1_2 #left-column>div,
body#category main.dor-proCateCol1_1 #left-column>div {
    display: none;
}

body#category main.dor-proCateCol1 .dor-ctrl-filter,
body#category main.dor-proCateCol4_2 .dor-ctrl-filter,
body#category main.dor-proCateCol4_3 .dor-ctrl-filter,
body#category main.dor-proCateCol4 .dor-ctrl-filter,
body#category main.dor-proCateCol1_2 .dor-ctrl-filter,
body#category main.dor-proCateCol1_1 .dor-ctrl-filter {
    display: inline-block;
    cursor: pointer;
}

body#category main.dor-proCateCol4 #search_filters_wrapper,
body#category main.dor-proCateCol1_1 #search_filters_wrapper {
    display: none;
    width: 100%;
    margin: 0px 0px 15px 0px !important;
    overflow: hidden;
}

body#category main.dor-proCateCol4 #search_filters_wrapper #search_filters,
body#category main.dor-proCateCol1_1 #search_filters_wrapper #search_filters {
    display: flex;
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 45px;
    padding-top: 10px;
    flex-wrap: wrap;
}

body#category main.dor-proCateCol4 #search_filters_wrapper #search_filters>section.facet,
body#category main.dor-proCateCol1_1 #search_filters_wrapper #search_filters>section.facet {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
}

body#category main.dor-proCateCol4 #search_filters_wrapper #search_filters .facet .magnitude,
body#category main.dor-proCateCol1_1 #search_filters_wrapper #search_filters .facet .magnitude {
    display: none;
}

body#category main.dor-proCateCol4 #search_filters_wrapper #search_filters .text-uppercase.h6,
body#category main.dor-proCateCol1_1 #search_filters_wrapper #search_filters .text-uppercase.h6 {
    display: none;
}

body#category main.dor-proCateCol4 #_desktop_search_filters_clear_all,
body#category main.dor-proCateCol1_1 #_desktop_search_filters_clear_all {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 18px);
}

body#category main.dor-proCateCol1_2 #js-product-list-top.products-selection .total-products,
body#category main.dor-proCateCol4_2 #js-product-list-top.products-selection .total-products,
body#category main.dor-proCateCol4_3 #js-product-list-top.products-selection .total-products,
body#category main.dor-proCateCol4 #js-product-list-top.products-selection .total-products,
body#category main.dor-proCateCol1_1 #js-product-list-top.products-selection .total-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0px;
}

body#category main.dor-proCateCol4 #js-product-list-top.products-selection,
body#category main.dor-proCateCol1_1 #js-product-list-top.products-selection .dor-display-cate {
    padding-right: 15px;
}

body#category main.dor-proCateCol4_2 #js-product-list-top.products-selection .total-products,
body#category main.dor-proCateCol4_3 #js-product-list-top.products-selection .total-products,
body#category main.dor-proCateCol1_2 #js-product-list-top.products-selection .total-products {
    padding-left: 0px;
}

body#category main.dor-proCateCol1_2 #js-product-list-top.products-selection .total-products p,
body#category main.dor-proCateCol4_2 #js-product-list-top.products-selection .total-products p,
body#category main.dor-proCateCol4_3 #js-product-list-top.products-selection .total-products p,
body#category main.dor-proCateCol4 #js-product-list-top.products-selection .total-products p,
body#category main.dor-proCateCol1_1 #js-product-list-top.products-selection .total-products p {
    margin-bottom: 0px;
    padding-left: 15px;
}

body#category main.dor-proCateCol4 #_desktop_search_filters_clear_all .js-search-filters-clear-all,
body#category main.dor-proCateCol1_1 #_desktop_search_filters_clear_all .js-search-filters-clear-all {
    background-color: #2A48C9;
    box-shadow: none;
    border: 1px #2A48C9 solid;
    color: #fff;
}

body#category main.dor-proCateCol4 #_desktop_search_filters_clear_all .js-search-filters-clear-all:hover,
body#category main.dor-proCateCol1_1 #_desktop_search_filters_clear_all .js-search-filters-clear-all:hover {
    background-color: #fff;
    color: #2A48C9;
}

body#category main.dor-proCateCol4 #search_filters_wrapper #search_filters .custom-checkbox input[type="checkbox"]+span,
body#category main.dor-proCateCol1_1 #search_filters_wrapper #search_filters .custom-checkbox input[type="checkbox"]+span {
    border-color: #ddd;
    transition: all 0.4s ease 0s;
}

body#category main.dor-proCateCol4 #search_filters_wrapper #search_filters .custom-radio,
body#category main.dor-proCateCol1_1 #search_filters_wrapper #search_filters .custom-radio {
    border-color: #ddd;
}

body#category main.dor-proCateCol4 #search_filters .facet .facet-label,
body#category main.dor-proCateCol4 #search_filters_brands .facet .facet-label,
body#category main.dor-proCateCol4 #search_filters_suppliers .facet .facet-label,
body#category main.dor-proCateCol1_1 #search_filters .facet .facet-label,
body#category main.dor-proCateCol1_1 #search_filters_brands .facet .facet-label,
body#category main.dor-proCateCol1_1 #search_filters_suppliers .facet .facet-label {
    border-bottom: 1px solid #ededed;
    display: block;
    margin-top: 9px;
    padding-bottom: 9px;
    text-align: left;
    transition: all 0.4s ease 0s;
}

body#category main.dor-proCateCol4 #search_filters_wrapper .color,
body#category main.dor-proCateCol4 #search_filters_wrapper .custom-checkbox input[type="checkbox"]+span.color,
body#category main.dor-proCateCol1_1 #search_filters_wrapper .color,
body#category main.dor-proCateCol1_1 #search_filters_wrapper .custom-checkbox input[type="checkbox"]+span.color {
    width: 2.1em;
    height: 2.1em;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .05) !important;
    transition: all 0.4s ease 0s;
}

body#category main.dor-proCateCol4 #search_filters .facet .facet-label:hover input[type="checkbox"]+span,
body#category main.dor-proCateCol1_1 #search_filters .facet .facet-label:hover input[type="checkbox"]+span {
    border-color: #2A48C9 !important;
}

body#category main.dor-proCateCol4 #search_filters .facet .facet-label:hover,
body#category main.dor-proCateCol1_1 #search_filters .facet .facet-label:hover {
    border-bottom-color: #2A48C9;
}

body#category main.dor-proCateCol1 #search_filters_wrapper,
body#category main.dor-proCateCol4_2 #search_filters_wrapper,
body#category main.dor-proCateCol4_3 #search_filters_wrapper,
body#category main.dor-proCateCol1_2 #search_filters_wrapper {
    display: block !important;
    position: fixed;
    top: 0px;
    left: -320px;
    z-index: 999999;
    width: 320px;
    max-width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 10px;
    background-color: #fff;
}

body#category main.dor-proCateCol4_3 #search_filters_wrapper,
body#category main.dor-proCateCol1_2 #search_filters_wrapper {
    right: -320px;
    left: auto !important;
}

body#category main.dor-proCateCol1 #search_filters_wrapper #search_filters,
body#category main.dor-proCateCol4_2 #search_filters_wrapper #search_filters,
body#category main.dor-proCateCol4_3 #search_filters_wrapper #search_filters,
body#category main.dor-proCateCol1_2 #search_filters_wrapper #search_filters {
    margin-top: 45px;
    padding-bottom: 20px;
    max-height: calc(100% - 40px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 15px;
    padding-right: 10px;
}

body#category main.dor-proCateCol1 #search_filters_wrapper #search_filters .text-uppercase.h6,
body#category main.dor-proCateCol4_2 #search_filters_wrapper #search_filters .text-uppercase.h6,
body#category main.dor-proCateCol4_3 #search_filters_wrapper #search_filters .text-uppercase.h6,
body#category main.dor-proCateCol1_2 #search_filters_wrapper #search_filters .text-uppercase.h6 {
    padding-bottom: 10px;
    position: fixed;
    background-color: #fff;
    width: 320px;
    display: none;
    margin-top: 0px;
    left: 0;
    z-index: 9999;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
    text-transform: uppercase !important;
}

body#category main.dor-proCateCol4_3 #search_filters_wrapper #search_filters .text-uppercase.h6,
body#category main.dor-proCateCol1_2 #search_filters_wrapper #search_filters .text-uppercase.h6 {
    left: auto;
    right: 0px;
}

body#category.dorOpenOverlay main.dor-proCateCol1_2 #search_filters_wrapper.open #search_filters .text-uppercase.h6,
body#category.dorOpenOverlay main.dor-proCateCol4_2 #search_filters_wrapper.open #search_filters .text-uppercase.h6,
body#category.dorOpenOverlay main.dor-proCateCol4_3 #search_filters_wrapper.open #search_filters .text-uppercase.h6,
body#category.dorOpenOverlay main.dor-proCateCol1 #search_filters_wrapper.open #search_filters .text-uppercase.h6 {
    display: block !important;
}

body#category main.dor-proCateCol1_2 #search_filters_wrapper .js-search-filters-clear-all,
body#category main.dor-proCateCol4_2 #search_filters_wrapper .js-search-filters-clear-all,
body#category main.dor-proCateCol4_3 #search_filters_wrapper .js-search-filters-clear-all,
body#category main.dor-proCateCol1 #search_filters_wrapper .js-search-filters-clear-all {
    top: 25px;
    margin-top: 0;
    z-index: 9999;
    padding-top: 1px;
    padding-bottom: 1px;
    right: 50px;
    background-color: #333;
    border-color: #333;
    color: #fff;
    border-radius: 35px;
    box-shadow: none;
    line-height: 16px;
    position: absolute;
    font-size: 12px;
}

.close-filter-trl {
    display: none;
}

body#category main.dor-proCateCol1 #search_filters_wrapper #search_filters .text-uppercase.h6 .close-filter-trl,
body#category main.dor-proCateCol4_2 #search_filters_wrapper #search_filters .text-uppercase.h6 .close-filter-trl,
body#category main.dor-proCateCol4_3 #search_filters_wrapper #search_filters .text-uppercase.h6 .close-filter-trl,
body#category main.dor-proCateCol1_2 #search_filters_wrapper #search_filters .text-uppercase.h6 .close-filter-trl {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 35px;
    z-index: 9999;
    display: block;
    cursor: pointer;
}

body#category main.dor-proCateCol1_2 #js-product-list-top,
body#category main.dor-proCateCol4_2 #js-product-list-top,
body#category main.dor-proCateCol4_3 #js-product-list-top,
body#category main.dor-proCateCol1 #js-product-list-top {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

body.dorOpenOverlay {
    overflow-y: hidden;
}

.dorcustomOverlay {
    position: fixed !important;
    width: 100%;
    height: 100%;
    background-color: #333;
    top: 0px;
    left: 0px;
    z-index: 9999;
    opacity: 0.4;
    display: block !important;
    cursor: url("../img/poiter.png"), pointer;
}

#category:not(.dor-list-display) #products .product-miniature {
    margin-left: 0px;
    margin-right: 0px;
}

/********Category Responsive**********/
@media(min-width: 1600px) {

    #search:not(.dor-list-display) .dor-category-column-7 #products .product-miniature,
    #category:not(.dor-list-display) .dor-category-column-7 #products .product-miniature {
        width: calc(14.2857142857% - 20px);
    }

    #search:not(.dor-list-display) .dor-category-column-7 #products .product-miniature:nth-child(7n+1),
    #category:not(.dor-list-display) .dor-category-column-7 #products .product-miniature:nth-child(7n+1) {
        clear: left;
    }
}

@media(min-width: 1301px) {

    #search:not(.dor-list-display) .dor-category-column-5 #products .product-miniature,
    #category:not(.dor-list-display) .dor-category-column-5 #products .product-miniature {
        width: calc(20% - 20px);
    }

    #search:not(.dor-list-display) .dor-category-column-5 #products .product-miniature:nth-child(5n+1),
    #category:not(.dor-list-display) .dor-category-column-5 #products .product-miniature:nth-child(5n+1) {
        clear: left;
    }
}

@media(min-width: 768px) and (max-width: 990px) {
    #category:not(.dor-list-display) .dor-category-column-4 #products .product-miniature,
    #search:not(.dor-list-display) .dor-category-column-4 #products .product-miniature {
        width: 33.33%;
    }
    #category:not(.dor-list-display) .dor-category-column-4 #products .product-miniature:nth-child(4n+1),
    #search:not(.dor-list-display) .dor-category-column-4 #products .product-miniature:nth-child(4n+1) {
        clear: left;
    }
    .dor-home-banner-slider{
        flex: 0 0 25%;
        max-width: 25%;
    }

}

@media(min-width: 531px) {

    #search:not(.dor-list-display) main.dor-category-column-3 #products .product-miniature,
    #category:not(.dor-list-display) main.dor-category-column-3 #products .product-miniature {
        width: calc(33.3333333333% - 0px);
    }

    #search:not(.dor-list-display) main.dor-category-column-3 #products .product-miniature:nth-child(3n+1),
    #category:not(.dor-list-display) main.dor-category-column-3 #products .product-miniature:nth-child(3n+1) {
        clear: left;
    }
}

@media(min-width: 1500px) {

    #search:not(.dor-list-display) .dor-category-column-6 #products .product-miniature,
    #category:not(.dor-list-display) .dor-category-column-6 #products .product-miniature {
        width: calc(16.6667% - 0px);
    }

    #search:not(.dor-list-display) .dor-category-column-6 #products .product-miniature:nth-child(6n+1),
    #category:not(.dor-list-display) .dor-category-column-6 #products .product-miniature:nth-child(6n+1) {
        clear: left;
    }
}

@media(max-width: 1599px) and (min-width: 1400px) {

    #search:not(.dor-list-display) .dor-category-column-7 #products .product-miniature,
    #category:not(.dor-list-display) .dor-category-column-7 #products .product-miniature {
        width: calc(16.6666666667% - 0px);
    }

    #search:not(.dor-list-display) .dor-category-column-7 #products .product-miniature:nth-child(6n+1),
    #category:not(.dor-list-display) .dor-category-column-7 #products .product-miniature:nth-child(6n+1) {
        clear: left;
    }
}

@media(max-width: 1399px) and (min-width: 1200px) {

    #search:not(.dor-list-display) .dor-category-column-7 #products .product-miniature,
    #category:not(.dor-list-display) .dor-category-column-7 #products .product-miniature {
        width: calc(20% - 0px);
    }

    #search:not(.dor-list-display) .dor-category-column-7 #products .product-miniature:nth-child(5n+1),
    #category:not(.dor-list-display) .dor-category-column-75 #products .product-miniature:nth-child(5n+1) {
        clear: left;
    }
}

@media(max-width: 1499px) and (min-width: 1200px) {

    #search:not(.dor-list-display) .dor-category-column-6 #products .product-miniature,
    #category:not(.dor-list-display) .dor-category-column-6 #products .product-miniature {
        width: calc(20% - 0px);
    }

    #search:not(.dor-list-display) .dor-category-column-6 #products .product-miniature:nth-child(5n+1),
    #category:not(.dor-list-display) .dor-category-column-6 #products .product-miniature:nth-child(5n+1) {
        clear: left;
    }
}

@media(max-width: 1299px) and (min-width: 1200px) {
    #category.dor-listgrid.dor-list-display #products article.product-miniature .dor-product-act .btn.btn-primary.add-to-cart {
        padding-left: 15px;
        padding-right: 15px;
    }

    #category.dor-listgrid.dor-list-display #products article.product-miniature .add.dor-product-cart-miniature .txt-cart {
        font-size: 14px;
    }
}

@media(max-width: 1199px) and (min-width: 768px) {
    #category.dor-listgrid.dor-list-display #products article.product-miniature .dor-product-act .dor-addcart-button-custom {
        position: relative;
        top: 1px;
        flex: 0 0 100px;
        max-width: 100px;
    }

    #category.dor-listgrid.dor-list-display #products article.product-miniature .dor-product-act .btn.btn-primary.add-to-cart {
        width: 100%;
        height: 40px;
        padding: 0px;
        line-height: 37px;
        display: block;
    }

    #category.dor-listgrid.dor-list-display #products article.product-miniature .add.dor-product-cart-miniature .txt-cart {
        display: none;
    }

    #search:not(.dor-list-display) .dor-category-column-7 #products .product-miniature,
    #category:not(.dor-list-display) .dor-category-column-7 #products .product-miniature {
        width: calc(25% - 20px);
    }

    #search:not(.dor-list-display) .dor-category-column-7 #products .product-miniature:nth-child(4n+1),
    #category:not(.dor-list-display) .dor-category-column-7 #products .product-miniature:nth-child(4n+1) {
        clear: left;
    }

    #search:not(.dor-list-display) .dor-category-column-6 #products .product-miniature,
    #category:not(.dor-list-display) .dor-category-column-6 #products .product-miniature {
        width: calc(25% - 20px);
    }

    #search:not(.dor-list-display) .dor-category-column-6 #products .product-miniature:nth-child(4n+1),
    #category:not(.dor-list-display) .dor-category-column-6 #products .product-miniature:nth-child(4n+1) {
        clear: left;
    }

    body#category main.dor-proCateCol4 #search_filters_wrapper #search_filters>section.facet,
    body#category main.dor-proCateCol1_1 #search_filters_wrapper #search_filters>section.facet {
        -webkit-box-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .dor-home-banner-slider {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media(max-width: 1300px) and (min-width: 992px) {

    #search:not(.dor-list-display) .dor-category-column-5 #products .product-miniature,
    #category:not(.dor-list-display) .dor-category-column-5 #products .product-miniature {
        width: calc(25% - 20px);
    }

    #search:not(.dor-list-display) .dor-category-column-5 #products .product-miniature:nth-child(4n+1),
    #category:not(.dor-list-display) .dor-category-column-5 #products .product-miniature:nth-child(4n+1) {
        clear: left;
    }
}

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

    #search:not(.dor-list-display) .dor-category-column-5 #products .product-miniature,
    #category:not(.dor-list-display) .dor-category-column-5 #products .product-miniature {
        width: calc(25% - 20px);
    }

    #search:not(.dor-list-display) .dor-category-column-5 #products .product-miniature:nth-child(4n+1),
    #category:not(.dor-list-display) .dor-category-column-5 #products .product-miniature:nth-child(4n+1) {
        clear: left;
    }
}

@media(max-width: 1199px) {

    .dor-product-act .quick-view,
    .dor-product-act .compare {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media(max-width: 991px) {

    .dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart .shopping-cart::before,
    .dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart * {
        color: #2A48C9;
    }

    #category #content-wrapper {
        padding-left: 0px !important;
    }

    .pagination .page-list {
        justify-content: center;
    }

    .pagination .offset-md-2 {
        float: none;
    }

    .module-banner-text .banner-inner {
        flex-wrap: wrap;
    }

    .module-banner-text .banner-inner .entry-title {
        width: 100%;
        text-align: center;
    }

    .module-banner-text .banner-inner .banner-details {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .module-banner-text .banner-inner .banner-button {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }



    #category.dor-griddesc #products .dor-short-desc-article {
        display: none !important;
    }

    body#category #js-product-list-top .total-products,
    #js-product-list-top .total-products {
        display: block !important;
        max-width: 150px;
        width: auto;
        padding-left: 15px;
    }

    body#category .dor-proCateCol1 #js-product-list-top .total-products,
    #js-product-list-top .total-products {
        padding-left: 0px;
    }

    #js-product-list-top .total-products p {
        display: none;
    }

    body#category main #js-product-list-top .dor-ctrl-filter {
        display: flex;
        align-items: center;
    }

    body .dor-display-cate {
        width: 260px;
    }

    body #js-product-list-top>.col-md-6:not(.total-products) {
        width: calc(100% - 300px);
        max-width: 100%;
    }

    #search #left-column {
        display: none !important;
    }

    #search #content-wrapper,
    #search #left-column,
    #category #content-wrapper,
    #category #left-column {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
        clear: both;
    }

    body#category main.dor-proCateCol6 .dor-ctrl-filter,
    body#category main.dor-proCateCol5 .dor-ctrl-filter,
    body#category main.dor-proCateCol3 .dor-ctrl-filter,
    body#category main.dor-proCateCol2 .dor-ctrl-filter,
    body#category main.dor-proCateCol2 .dor-ctrl-filter {
        display: inline-block;
    }

    #category .dor-proCateCol6 .total-products,
    #category .dor-proCateCol5 .total-products,
    #category .dor-proCateCol3 .total-products,
    #category .dor-proCateCol2 .total-products,
    #category .dor-proCateCol1 .total-products {
        display: flex !important;
        padding-top: 0;
        padding-left: 0px;
    }

    body#category main.dor-proCateCol6 #left-column>div:not(.dorcustomOverlay),
    body#category main.dor-proCateCol5 #left-column>div:not(.dorcustomOverlay),
    body#category main.dor-proCateCol3 #left-column>div:not(.dorcustomOverlay),
    body#category main.dor-proCateCol2 #left-column>div:not(.dorcustomOverlay),
    body#category main.dor-proCateCol1 #left-column>div:not(.dorcustomOverlay) {
        display: none;
    }

    body#category main.dor-proCateCol6 #left-column div#search_filters_wrapper,
    body#category main.dor-proCateCol5 #left-column div#search_filters_wrapper,
    body#category main.dor-proCateCol3 #left-column div#search_filters_wrapper,
    body#category main.dor-proCateCol2 #left-column div#search_filters_wrapper,
    body#category main.dor-proCateCol1 #left-column div#search_filters_wrapper {
        display: block !important;
        position: fixed;
        top: 0px;
        left: -320px;
        z-index: 999999;
        width: 320px;
        max-width: 100%;
        height: 100%;
        padding-left: 15px;
        padding-right: 10px;
        background-color: #fff;
    }

    body#category main.dor-proCateCol6 #search_filters_wrapper #search_filters,
    body#category main.dor-proCateCol5 #search_filters_wrapper #search_filters,
    body#category main.dor-proCateCol3 #search_filters_wrapper #search_filters,
    body#category main.dor-proCateCol2 #search_filters_wrapper #search_filters,
    body#category main.dor-proCateCol1 #search_filters_wrapper #search_filters {
        margin-top: 45px;
        padding-bottom: 20px;
        max-height: calc(100% - 50px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 15px;
        padding-right: 10px;
    }

    body#category.dorOpenOverlay main.dor-proCateCol6 #search_filters_wrapper.open #search_filters .text-uppercase.h6,
    body#category.dorOpenOverlay main.dor-proCateCol5 #search_filters_wrapper.open #search_filters .text-uppercase.h6,
    body#category.dorOpenOverlay main.dor-proCateCol3 #search_filters_wrapper.open #search_filters .text-uppercase.h6,
    body#category.dorOpenOverlay main.dor-proCateCol2 #search_filters_wrapper.open #search_filters .text-uppercase.h6,
    body#category.dorOpenOverlay main.dor-proCateCol1 #search_filters_wrapper.open #search_filters .text-uppercase.h6 {
        display: block !important;
        text-align: center;
    }

    body#category main.dor-proCateCol6 #search_filters_wrapper #search_filters .text-uppercase.h6,
    body#category main.dor-proCateCol5 #search_filters_wrapper #search_filters .text-uppercase.h6,
    body#category main.dor-proCateCol3 #search_filters_wrapper #search_filters .text-uppercase.h6,
    body#category main.dor-proCateCol2 #search_filters_wrapper #search_filters .text-uppercase.h6,
    body#category main.dor-proCateCol1 #search_filters_wrapper #search_filters .text-uppercase.h6 {
        padding-bottom: 10px;
        position: fixed;
        background-color: #fff;
        width: 320px;
        display: none;
        margin-top: 0px;
        left: 0;
        z-index: 9999;
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        top: 0;
        text-transform: uppercase !important;
    }

    body#category main.dor-proCateCol6 #search_filters_wrapper #search_filters .text-uppercase.h6 .close-filter-trl,
    body#category main.dor-proCateCol5 #search_filters_wrapper #search_filters .text-uppercase.h6 .close-filter-trl,
    body#category main.dor-proCateCol3 #search_filters_wrapper #search_filters .text-uppercase.h6 .close-filter-trl,
    body#category main.dor-proCateCol2 #search_filters_wrapper #search_filters .text-uppercase.h6 .close-filter-trl,
    body#category main.dor-proCateCol1 #search_filters_wrapper #search_filters .text-uppercase.h6 .close-filter-trl {
        background-color: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 20px;
        width: 35px;
        z-index: 9999;
        display: block;
        cursor: pointer;
    }

    body#category main.dor-proCateCol6 #search_filters_wrapper .js-search-filters-clear-all,
    body#category main.dor-proCateCol5 #search_filters_wrapper .js-search-filters-clear-all,
    body#category main.dor-proCateCol3 #search_filters_wrapper .js-search-filters-clear-all,
    body#category main.dor-proCateCol2 #search_filters_wrapper .js-search-filters-clear-all,
    body#category main.dor-proCateCol1 #search_filters_wrapper .js-search-filters-clear-all {
        top: 25px;
        margin-top: 0;
        z-index: 9999;
        padding-top: 1px;
        padding-bottom: 1px;
        right: 50px;
        background-color: #333;
        border-color: #333;
        color: #fff;
        border-radius: 35px;
        box-shadow: none;
        line-height: 16px;
        position: absolute;
        font-size: 12px;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    #category:not(.dor-list-display) .dor-category-column-4:not(.dor-proCateCol1) #products .product-miniature,
    #products .products .product-miniature,
    .featured-products .product-miniature,
    .product-accessories .product-miniature,
    .product-miniature .product-miniature {
        width: 33.33%;
    }

    #category:not(.dor-list-display) .dor-category-column-4:not(.dor-proCateCol1) #products .product-miniature:nth-child(4n+1) {
        clear: none;
    }

    #category:not(.dor-list-display) .dor-category-column-4:not(.dor-proCateCol1) #products .product-miniature:nth-child(3n+1) {
        clear: left;
    }
    body article.product-miniature:first-child .dor-product-miniature,
    body #products article:first-child .dor-product-miniature
    {
        border-left: 1px #DEE0E2 solid;
    }
    body article.product-miniature:nth-child(3n+1) .dor-product-miniature,
    body #products article:not(:first-child):nth-child(3n+1) .dor-product-miniature{
        border-left: 1px #DEE0E2 solid;
        border-top: none;
        border-right: 1px #DEE0E2 solid;
    }
    body article.product-miniature:nth-child(4n+1):not(:first-child) .dor-product-miniature,
    body #products article:nth-child(4n+1):not(:first-child) .dor-product-miniature{
        border-left: none;
    }

}

@media(max-width: 767px) and (min-width: 531px) {
    #category .dor-category-column-4 #products .product-miniature,
    #products .products .product-miniature,
    .featured-products .product-miniature,
    .product-accessories .product-miniature,
    .product-miniature .product-miniature {
        width: calc(50% - 0px);
    }

    #category .dor-category-column-4 #products .product-miniature:nth-child(4n+1) {
        clear: none;
    }

    #category .dor-category-column-4 #products .product-miniature:nth-child(3n+1) {
        clear: left;
    }

    body #products article.product-miniature:nth-child(2n+1):not(:first-child) .dor-product-miniature {
        border-left: 1px #DEE0E2 solid;
        border-top: none;
        border-right: 1px #DEE0E2 solid;
    }
    body #products article.product-miniature:nth-child(3n+5) .dor-product-miniature {
        border-left: none;
    }
    .row.sort-by-row{
        flex-wrap: wrap;
    }
    .sort-by-row .dor-product-sort-order {
        flex-basis: 100%;
        margin-top: 1em;
        padding: 0 10px;
    }
    .dor-product-sort-order-inner{
        align-items: stretch;
    }
    .dor-product-sort-order-item{
        display: flex;
        flex: 1;
    }
    .main-box-feature-item{
        flex:0 0 calc(33.333% - 8px);
        max-width: unset;
    }
}

@media(max-width: 767px) {
    #js-product-list .pagination {
        margin-top: 50px;
        margin-bottom: 25px;
    }

    body:not(.dor-list-display) .dor-item-style3 .dor-product-right-block {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    body#category.dor-list-display.dor-listgrid #products article.product-miniature {
        width: 100%;
        clear: none;
        float: none;
    }

    body .products-selection .sort-by-row .filter-button {
        display: none !important;
    }

    body .products-selection .products-sort-order {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    #category #left-column #search_filters .facet .collapse {
        clear: both;
    }

    #category #left-column #search_filters .facet .title::after {
        content: "";
        display: table;
        clear: both;
    }

    body#category main.dor-proCateCol4 #search_filters_wrapper #search_filters>section.facet,
    body#category main.dor-proCateCol1_1 #search_filters_wrapper #search_filters>section.facet {
        -webkit-box-flex: 0 0 33.3333333333%;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    body#category main.dor-proCateCol4 #left-column #search_filters .dor-custom-checkbox-facet.dor-facet-color li,
    body#category main.dor-proCateCol1_1 #left-column #search_filters .dor-custom-checkbox-facet.dor-facet-color li {
        padding: 0px;
    }

    .module-banner-text .banner-inner .entry-title {
        font-size: 1rem;
        line-height: 25px;
    }

    .module-banner-text .banner-inner .entry-title strong {
        font-size: 1.3rem;
    }

    #category #left-column #search_filter_controls {
        display: none;
    }

    /***Button Add To Cart for Mobile****/
    #dor-products-md .dor-products-md-main article.product-miniature.js-product-miniature .dor-addcart-button-custom,
    .dor-addcart-button-custom {
        position: absolute;
        bottom: 20px;
        right: 10px;
        left: auto;
        width: auto;
        margin-bottom: 0px;
    }

    .add.dor-product-cart-miniature .txt-cart {
        display: none !important;
    }

    .dor-product-cart-miniature .add-to-cart {
        padding: 0px !important;
        height: 4em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 4em;
    }

    .dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart .shopping-cart {
        margin-right: auto;
    }

    .product-miniature .product-price-and-shipping {
        display: block;
        width: calc(100% - 50px);
    }
    #products .product-thumbnail img,
    .featured-products .product-thumbnail img,
    .product-accessories .product-thumbnail img,
    .product-miniature .product-thumbnail img{
        max-width: 60%;
    }
    .dor-product-right-block,
    .dor_category_name {
        font-size: 1em;
    }
    .h3{
        font-size: 1.1em;
    }
    .product-price-and-shipping .role-main-price .price{
        font-size: 1.15em;
    }
    .reference-badge,
    .status-product-in-stock {
        padding: 2px 7px;
        font-size: 1.1em;
    }
    .tabInfoproduct-inner {
        flex-direction: column;
    }
    #product #content-wrapper #tabInfoproduct{
        padding-top: 40px;
    }
    #product .product-cover .dor-cover-image .js-qv-product-cover{
        width: 90%;
    }
}

@media(max-width: 530px) {
    .module-banner-text .banner-inner .entry-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .module-banner-text .banner-inner .entry-title strong {
        flex: 0 0 100%;
    }

    #category.dor-list-display #products article.product-miniature .dor-product-miniature .dor-addcart-button-custom {
        padding: 0 15px !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #category.dor-list-display #products article.product-miniature .dor-product-miniature {
        align-items: start;
    }

    #category.dor-list-display #products article.product-miniature .product-miniature-description {
        padding-bottom: 10px;
        flex: 0 0 100%;
    }

    #category.dor-list-display #products article.product-miniature.js-product-miniature .add.dor-product-cart-miniature {
        position: relative !important;
        border: 0px !important;
        left: auto !important;
        right: auto !important;
        display: block !important;
        opacity: 1 !important;
        padding-bottom: 0px !important;
        min-width: auto !important;
    }

    body#category.dor-list-display #products article.product-miniature {
        width: 50% !important;
        clear: none !important;
        float: none !important;
    }

    #category.dor-list-display #products article.product-miniature .dor-product-left-block {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #category.dor-list-display #products article.product-miniature .dor-product-right-block {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 20px !important;
    }

    #category.dor-list-display #products article.product-miniature .h3.product-title>a {
        font-size: 15px;
    }

    #category.dor-list-display:not(.dor-listgrid) #products .dor-product-act.highlighted-informations {
        display: flex !important;
    }

    .dor-short-desc-article {
        display: none !important;
    }

    #category.dor-list-display #products article.product-miniature .dor-product-act .dor-addcart-button-custom,
    #category.dor-listgrid.dor-list-display #products article.product-miniature .dor-product-act .dor-addcart-button-custom {
        position: relative;
        top: 1px;
        flex: 0 0 100px;
        max-width: 100px;
    }

    #category.dor-list-display #products article.product-miniature .dor-product-act .btn.btn-primary.add-to-cart,
    #category.dor-listgrid.dor-list-display #products article.product-miniature .dor-product-act .btn.btn-primary.add-to-cart {
        width: 100%;
        height: 40px;
        padding: 0px;
        line-height: 37px;
        display: block;
    }

    #category.dor-list-display #products article.product-miniature .add.dor-product-cart-miniature .txt-cart,
    #category.dor-listgrid.dor-list-display #products article.product-miniature .add.dor-product-cart-miniature .txt-cart {
        display: inline-block;
    }

    #category .dor-category-column-4 #products .product-miniature {
        width: 100%;
    }

    #category .dor-category-column-4 #products .product-miniature:nth-child(4n+1) {
        clear: none;
    }

    #category .dor-category-column-4 #products .product-miniature:nth-child(3n+1) {
        clear: none;
    }

    #category .dor-category-column-4 #products .product-miniature:nth-child(2n+1) {
        clear: left;
    }

    #search .dor-category-column-5 #products .product-miniature,
    #category .dor-category-column-5 #products .product-miniature {
        width: calc(50% - 0px);
    }

    #search .dor-category-column-5 #products .product-miniature:nth-child(5n+1),
    #category .dor-category-column-5 #products .product-miniature:nth-child(5n+1) {
        clear: none;
    }

    #search .dor-category-column-5 #products .product-miniature:nth-child(4n+1),
    #category .dor-category-column-5 #products .product-miniature:nth-child(4n+1) {
        clear: none;
    }

    #search .dor-category-column-5 #products .product-miniature:nth-child(3n+1),
    #category .dor-category-column-5 #products .product-miniature:nth-child(3n+1) {
        clear: none;
    }

    #search .dor-category-column-5 #products .product-miniature:nth-child(2n+1),
    #category .dor-category-column-5 #products .product-miniature:nth-child(2n+1) {
        clear: left;
    }

    #search .dor-category-column-6 #products .product-miniature,
    #category .dor-category-column-6 #products .product-miniature {
        width: calc(50% - 0px);
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(6n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(6n+1) {
        clear: none;
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(5n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(5n+1) {
        clear: none;
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(4n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(4n+1) {
        clear: none;
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(3n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(3n+1) {
        clear: none;
    }

    #search .dor-category-column-6 #products .product-miniature:nth-child(2n+1),
    #category .dor-category-column-6 #products .product-miniature:nth-child(2n+1) {
        clear: left;
    }

    #products .product-price-and-shipping,
    .featured-products .product-price-and-shipping,
    .product-accessories .product-price-and-shipping,
    .product-miniature .product-price-and-shipping {
        font-size: 18px;
    }

    article .dor-product-cart-miniature .add-to-cart {
        padding-top: 5px;
        padding-bottom: 3px;
    }

    article .add.dor-product-cart-miniature .txt-cart {
        display: none !important;
    }

    .pagination .page-list a:not(.previous):not(.next) {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .pagination .next,
    .pagination .previous {
        float: none;
        font-size: 0px !important;
    }

    .dor-product-list-reviews .comments-nb {
        display: none;
    }
    body article.product-miniature:not(:first-child) .dor-product-miniature,
    body .product_list article.product-miniature:not(:first-child) .dor-product-miniature,
    body #products article:not(:first-child) .dor-product-miniature{
        border-top: none;
        border-left: 1px #DEE0E2 solid ;
    }
    body article.product-miniature:nth-child(4n+1):not(:first-child) .dor-product-miniature,
    body #products article:nth-child(4n+1):not(:first-child) .dor-product-miniature {
        border-left: 1px #DEE0E2 solid ;
    }
    .row.sort-by-row{
        flex-wrap: wrap;
    }
    .sort-by-row .dor-product-sort-order {
        flex-basis: 100%;
        margin-top: 1em;
        padding: 0 10px;
    }
    .dor-product-sort-order-inner{
        align-items: stretch;
    }
    .dor-product-sort-order-item{
        display: flex;
        flex: 1;
    }
}

@media(max-width: 499px) {
    body .dor-display-cate {
        display: none !important;
    }

    body #js-product-list-top>.col-md-6:not(.total-products) {
        width: 100%;
        max-width: 100%;
        margin-right: 15px;
    }

    body .dor-proCateCol1 #js-product-list-top>.col-md-6:not(.total-products) {
        margin-right: 0px;
    }
}

@media(max-width: 400px) {

    #category.dor-list-display #products .dor-product-miniature,
    #category.dor-list-display.dor-listgrid #products .dor-product-miniature {
        display: block;
    }

    #category.dor-list-display #products article.product-miniature .dor-product-left-block,
    #category.dor-list-display.dor-listgrid #products article.product-miniature .dor-product-left-block {
        width: 100%;
        float: none;
    }

    #category.dor-list-display #products article.product-miniature .dor-product-right-block,
    #category.dor-list-display.dor-listgrid #products article.product-miniature .dor-product-right-block {
        width: 100%;
        float: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #category.dor-list-display #products article.product-miniature .dor-product-act .dor-addcart-button-custom,
    #category.dor-listgrid.dor-list-display #products article.product-miniature .dor-product-act .dor-addcart-button-custom {
        position: relative;
        top: 1px;
        flex: 0 0 calc(100% - 100px);
        max-width: 190px;
    }

    #category.dor-list-display #products article.product-miniature .dor-product-act .btn.btn-primary.add-to-cart,
    #category.dor-listgrid.dor-list-display #products article.product-miniature .dor-product-act .btn.btn-primary.add-to-cart {
        width: 100%;
        padding: 10px 25px;
        display: flex;
    }

    #category.dor-list-display #products article.product-miniature .add.dor-product-cart-miniature .txt-cart,
    #category.dor-listgrid.dor-list-display #products article.product-miniature .add.dor-product-cart-miniature .txt-cart {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
        line-height: 18px;
    }
}

/********End Category Responsive**********/

/*****************End Category Page********************/



/*****************Product Page********************/


#product #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main {
    background-color: transparent;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#product #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main::before {
    display: none;
}

#product #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main>.container {
    height: auto;
    min-height: auto;
    justify-content: flex-start;
}

#product #dor-breadcrumb.dor-breadcrumb-style01 .dor-page-title {
    display: none;
}

#product #dor-breadcrumb.dor-breadcrumb-style01 .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
}

#product #dor-breadcrumb .breadcrumb li:last-child a {
    color: #2A48C9;
}

#product #dor-breadcrumb .breadcrumb li a {
    font-size: 13px;
}

#product #wrapper {
    padding-top: 0px !important;
}

#product #description .product-description p {
    margin-bottom: 0px;
}

#product #description .product-description {
    color: #021523;
    padding-left: 50px;
    padding-right: 50px;
}

#product #description .product-description ul {
    padding-left: 30px;
}

#product #description .product-description ul li {
    list-style: disc;
    line-height: 35px;
}

#product .product-description h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
}

#product #description .product-description img {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    height: auto;
}

/************Dor Product Page************/
#product #description.maxHeightDesc .product-description::before {
    content: '';
    background: linear-gradient(transparent, #fff);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    opacity: 0.9;
    z-index: 1;
}

#product #description {
    position: relative;
}

#product #description .product-description {
    padding-bottom: 1px;
}

#product #description.maxHeightDesc .product-description {
    max-height: 1500px;
    overflow: hidden;
}

.teck-desc-group {
    text-align: center !important;
    margin: 45px 0px 90px;
}

.teck-desc-group-data {
    text-align: center;
    width: 750px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.teck-desc-group-data h4,
.teck-desc-group-data h4 * {
    font-size: 22px;
    line-height: 24px;
    color: #000;
}

.teck-desc-group-data h2,
.teck-desc-group-data h2 * {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #000;
}

.teck-desc-txt .type-01 {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-top: 25px;
}

.teck-desc-txt .type-02 {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    margin-top: 20px;
    font-style: italic;
    font-weight: 300;
}

.teck-desc-img {
    padding-top: 45px;
}

.teck-desc-readmore {
    margin-top: 45px;
}

.teck-desc-readmore span {
    padding-left: 45px;
    padding-right: 45px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    border: 1px #000 solid;
    color: #000;
    display: inline-block;
    border-radius: 45px;
    font-weight: 400;
}

.teck-desc-readmore span:hover {
    color: #fff;
    background-color: #000;
}

.show-all-desc {
    border: 1px #ddd solid;
    background: #fff;
    padding: 8px 25px;
    border-radius: 35px;
    cursor: pointer;
}

#product #tab-content #description,
#product #tab-content #description.maxHeightDesc {
    padding-bottom: 50px;
}

#product .show-all-desc {
    position: absolute;
    left: calc(50% - 62px);
    bottom: -15px;
    z-index: 1;
    padding: 4px 20px;
}

.show-all-desc * {
    font-size: 15px;
}

#product .show-all-desc span.show-all-text {
    font-size: 14px;
}

.show-all-desc i {
    padding-left: 7px;
}

.img-responsive.thumbnail-image-2 {
    display: block !important;
    left: 0;
    margin: 0 auto;
    opacity: 0 !important;
    position: absolute !important;
    right: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
}

.product-miniature:hover .img-responsive.thumbnail-image-2 {
    opacity: 1 !important;
    visibility: visible;
}

#product .product-prices .tax-shipping-delivery-label {
    line-height: 20px;
    display: none;
    margin-bottom: 0;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
}

#product #content {
    max-width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\e145";
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\e15b";
}

.product-information .bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 6px !important;
    left: 12px !important;
    font-size: 16px !important;
    font-weight: 400;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    height: 2.0rem;
}

#dor-header-style1 .dorwishlist-icon {
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #2A48C9;
}

#loginform-popup {
    position: absolute;
    min-width: 320px;
    right: 0px;
    background-color: #fff;
    z-index: 999;
    top: 38px;
    padding: 25px;
    box-shadow: 0 0 2px #DEE0E2;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}
#header #dor-header-style1 .user-info .user-selector:hover #loginform-popup{
    opacity: 1;
    visibility: visible;
}
#loginform-popup h3{
    color: #2A48C9;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

#loginform-popup .forgot-password {
    text-align: left;
}

#loginform-popup footer.form-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
#loginform-popup .no-account {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
#loginform-popup .no-account label {
    flex: 0 0 100%;
}
#loginform-popup .no-account a {
    flex: 0 0 100%;
    background-color: #ddd;
    color: #2A48C9;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 35px;
}
#loginform-popup .forgot-password a {
    color: #2A48C9;
    text-decoration: underline;
}
button.btn.show-password {
    background-color: transparent;
    position: absolute;
    top: -3px;
    right: 0px;
    z-index: 999 !important;
}
button.btn.show-password svg {
    color: #2A48C9;
}
#loginform-popup footer.form-footer.text-sm-center.clearfix {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#loginform-popup footer.form-footer::after {
    content: "";
    position: absolute;
    background-color: #DEE0E2;
    height: 1px;
    width: calc(100% + 50px);
    bottom: 0px;
    left: -25px;
    right: -25px;
}
#loginform-popup footer.form-footer button.btn-primary {
    border-radius: 35px;
    flex: 0 0 100%;
}

#loginform-popup label {
    text-align: left;
    font-weight: 700 !important;
}

#loginform-popup input.form-control {
    background-color: transparent;
    border-radius: 25px;
}

#blockcart-modal .cart-content .cart-content-btn .btn.btn-primary {
    border: 1px #2A48C9 solid;
    color: #2A48C9;
}

#blockcart-modal .cart-content .cart-content-btn .btn.btn-primary:hover {
    color: white !important;
    background-color: #2A48C9 !important;
}

.quickview .product-add-to-cart .add-to-cart,
#product section#main .product-add-to-cart .add-to-cart {
    background-color: #2A48C9;
}

.quickview .product-add-to-cart .add-to-cart {
    background-color: #2A48C9;
}

#product section#main .product-add-to-cart .add-to-cart:hover {
    background-color: #6682f6;
    border-color: #6682f6;
    color: white !important;
}

.quickview .product-add-to-cart .add-to-cart:hover,
.actions-footer-sidebar>a.dor-sidebar-compare:hover {
    background-color: #2A48C9 !important;
    color: #fff;
}

.quickview .product-add-to-cart .add-to-cart:hover *,
.actions-footer-sidebar>a.dor-sidebar-compare:hover * {
    color: #fff;
}

.modal.quickview .product-prices,
#product section#main .product-prices {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
}

.modal.quickview .product-prices div.current-price span,
#product section#main .product-prices div.current-price span {
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    font-weight: 700;
    vertical-align: top;
}

.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 700;
    margin-right: .625rem;
    color: #9DA3A9;
    font-size: 12px;
}

.modal.quickview .product-prices div.current-price span.discount-percentage,
#product section#main .product-prices div.current-price span.discount-percentage {
    font-size: 13px;
    text-transform: none;
    line-height: 18px;
    padding-top: 3px;
    background-color: #333;
    margin-left: 20px;
    font-weight: 400;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background-color: #333;
}

#product #content .product-flags li.product-flag.discount {
    display: none;
}

.modal.quickview .product-prices div.product-discount,
#product section#main .product-prices div.product-discount {
    line-height: 15px;
    margin-bottom: 0px;
}

.modal.quickview .input-color,
#product section#main .input-color {
    width: 2.25rem;
    height: 2.25rem;
}

.modal.quickview .product-variants>.product-variants-item .color,
#product section#main .product-variants>.product-variants-item .color {
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 0px;
    box-shadow: none;
    border-radius: 50%;
    border-color: rgba(0, 0, 0, .05);
}

#product section#main .product-variants>.product-variants-item .input-color:checked+span,
#product section#main .product-variants>.product-variants-item .input-color:hover+span,
#product section#main .product-variants>.product-variants-item .input-radio:checked+span,
#product section#main .product-variants>.product-variants-item .input-radio:hover+span {
    border-color: #414141;
}

.modal.quickview .product-variants>.product-variants-item ul li.input-container label>.input-color {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.modal.quickview .product-variants>.product-variants-item ul li.input-container label>span:not(.color) {
    position: relative;
    padding-top: 3px;
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.modal.quickview .product-variants>.product-variants-item ul li.input-container label>span:not(.color) .sr-only {
    clip: inherit;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.dor-cover-image.demo-gallery a:not(.hidden) {
    display: flex;
    justify-content: center;
}

.modal.quickview .product-variants>.product-variants-item ul li.input-container label>span {
    border: 1px #eee solid;
    display: inline-block;
    font-size: inherit;
    line-height: normal;
    padding: 5px 5px;
    width: 30px;
    height: 30px;
}

.modal.quickview .product-variants>.product-variants-item ul li.input-container .input-color:checked+span {
    border-color: #414141;
}

#product #block-reassurance span {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
}

#product section#main .product-discounts {
    margin: 0px;
}

#product section#main .compare-button-txt.hidden {
    display: none;
}

#product section#main #wishlist_button span {
    display: none;
}

#product section#main .product-actions .control-label {
    color: #000;
    font-size: 12px;
    min-width: 100px;
    max-width: 150px;
    width: auto;
    margin-bottom: 0px;
    font-weight: 700;
}

#header #dor_search_top .dropdown-menu {
    max-height: 550px;
    overflow-y: auto;
    padding: 0px;
}

#product section#main .product-actions #product-availability {
    font-weight: 500;
    display: none;
}

#product section#main .product-add-to-cart {
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
}

#product section#main .product-add-to-cart .add {
    float: none;
    display: block;
}

#product section#main .product-add-to-cart .product-quantity.clearfix {
    display: block;
}

#product section#main .product-add-to-cart {
    float: none;
    width: 100%;
    display: block;
}

#product section#main .product-actions .add-to-cart {
    display: flex;
    height: auto;
    line-height: 100%;
    padding-top: 0px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    padding: 15px 20px;
    border-radius: 35px;
}

#product .compare-butons-wrapper {
    display: flex;
    clear: both;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#product section#main .compare.compare-product-button.roles-compare-product .add_to_compare.add-to-compare,
#product section#main .compare.compare-product-button .dorwishlist-icon,
.roles-compare-product button.btn.btn-primary.add-to-compare {
    width: 100%;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 35px;
    border-color: #EBEEF0;
    color: #2A48C9;
    display: flex;
    line-height: normal;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.product-quantity .add,
.product-quantity .qty {
    margin-bottom: 0px;
}

#product section#main .product-variants>.product-variants-item {
    margin: 1rem 0;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
}

#product section#main .product-variants>.product-variants-item ul {
    margin-bottom: 0px;
}

#product section#main .product-variants>.product-variants-item ul::after {
    content: "";
    display: table;
    clear: both;
}

#block-reassurance ul {
    margin-bottom: 0px;
}

#product section#main .product-variants>.product-variants-item ul li label span:not(.sr-only):not(.color) {
    display: flex;
    min-width: 1.85rem;
    min-height: 1.85rem;
    width: auto;
    border: 1px #ddd solid;
    text-align: center;
    padding: 5px 15px;
    box-shadow: none;
    font-weight: normal;
    align-items: center;
}

#product section#main .product-variants>.product-variants-item ul li label span:not(.color) span.sr-only {
    position: relative;
    width: auto;
    height: auto;
    margin: 0px;
    overflow: inherit;
    clip: inherit;
    display: flex;
    align-items: center;
    margin-top: 3px;
    line-height: normal;
}

#product section#main .product-variants>.product-variants-item ul li label .input-radio:checked+span.radio-label,
#product section#main .product-variants>.product-variants-item ul li label .input-color:checked+span:not(.color) {
    border: 1px solid #2A48C9;
    color: #2A48C9;
}

#product section#main .product-variants>.product-variants-item select,
#product section#main .product-variants>.product-variants-item select:active,
#product section#main .product-variants>.product-variants-item select:focus {
    border: 1px #ddd solid !important;
    box-shadow: none;
    outline: none !important;
}

.box-items li.product-flag-status.out_of_stock,
#product .images-container li.product-flag.out_of_stock {
    background-color: #999;
    border-color: #999;
    font-weight: normal;
    box-shadow: none;
}

#product .images-container li.product-flag.new {
    background-color: #2A48C9;
}

#product section#main .product-additional-info::after {
    content: "";
    display: table;
    clear: both;
}

#product section#main .compare.compare-product-button .add_to_compare {
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px #EBEEF0 solid;
    text-align: center;
    border-radius: 50%;
}

#product section#main .product-actions .dor-wishlist #wishlist_button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px #2A48C9 solid;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.product-comment-list-show {
    border: 1px #f3f3f3 solid;
}

.product-quantity .btn-touchspin {
    height: 1.45rem;
}

#product section#main .compare.compare-product-button .add_to_compare i,
#product section#main .product-actions .dor-wishlist #wishlist_button i {
    color: #2A48C9;
    font-size: 17px !important;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#product section#main .compare.compare-product-button .add_to_compare:hover i,
#product section#main .product-actions .dor-wishlist #wishlist_button:hover i {
    color: #fff;
    font-size: 26px;
}
#block-reassurance,
#product #block-reassurance {
    box-shadow: none;
    border: 0px #eee solid;
}

#product section#main .compare.compare-product-button {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px;
}

#product section#main .product-actions .dor-wishlist {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 1px;
}

#product section#main .product-actions .add-to-cart i::before {
    font-size: 17px;
}

#product section#main .product-add-to-cart .product-quantity .qty .input-group.bootstrap-touchspin {
    border: 1px #2A48C9 solid;
}

.bootstrap-touchspin,
.product-actions .add-to-cart {
    box-shadow: none;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    border: none;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    background-color: #EBEEF0;
    border-color: #DEE0E2;
    width: 44px;
    height: 30px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up::before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% + 1px);
    background-color: #fff;
    bottom: 0px;
    left: -1px;
    z-index: 1;
}

.cart-grid-body a.label {
    display: flex;
    align-items: center;
}

.cart-grid .cart-grid-body a.label i {
    height: 16px;
    line-height: 13px;
}

body#checkout section.checkout-step .custom-radio {
    margin-top: 10px;
}

body#checkout .custom-checkbox input[type=checkbox] {
    margin-top: 0px;
}

.bootstrap-touchspin input.js-cart-line-product-quantity.form-control,
.product-line-actions .bootstrap-touchspin .du-cart-quantity{
    height: 2.45rem;
}

.product-quantity .input-group-btn-vertical .btn i {
    color: #fff;
}

.product-quantity #quantity_wanted {
    text-align: center;
    border: 0px #2A48C9 solid;
}

.modal-open .modal.quickview .product-quantity #quantity_wanted {
    border-width: 1px !important;
}

.modal.quickview .product-prices div.current-price span.discount.discount-amount {
    font-size: 15px;
    text-transform: none;
    padding: 3px 12px;
    line-height: normal;
}

.modal.quickview .social-sharing ul {
    display: flex;
}

.modal.quickview .social-sharing li.facebook,
#product section#main .social-sharing li.facebook {
    background-color: #3b5998;
}

.modal.quickview .social-sharing li.twitter,
#product section#main .social-sharing li.twitter {
    background-color: #5bc0de;
}

.modal.quickview .social-sharing li.googleplus,
#product section#main .social-sharing li.googleplus {
    background-color: #d34836;
}

.modal.quickview .social-sharing li.pinterest,
#product section#main .social-sharing li.pinterest {
    background-color: #c8232c;
}

#product section#main .h1[itemprop="name"] {
    font-size: 24px;
    line-height: 35px;
    vertical-align: top;
    text-transform: none;
    color: #373D43;
    font-weight: 700;
    letter-spacing: 0.012rem;
    margin-bottom: 0px;
}

.product-comment-list-item .comment-infos .comment-author {
    font-weight: 500;
    color: #021523;
    font-size: 13px;
}

#product section#main .product-additional-info {
    clear: both;
    display: none;
}

#product section#main .product-add-to-cart {
    float: left;
    margin-right: 30px;
}

#product section#main .product-cover {
    width: 100%;
}

#product section#main .product-cover .layer .zoom-in {
    font-size: 3.25rem;
}

#product .dorproDetailCol3 #left-column,
#product .dorproDetailCol2 #content-wrapper {
    padding-left: 0px;
}

#product .dorproDetailCol3 #content-wrapper,
#product .dorproDetailCol2 #left-column {
    padding-right: 0px;
}

.social-sharing span {
    font-size: 15px;
}

.product-cover img {
    box-shadow: none;
}

.product-cover {
    border: 1px #f1f2f3 solid;
}

.images-container .product-images>li.thumb-container>.thumb {
    max-width: 100px;
    box-shadow: none;
}

.dorproDetailCol2 .images-container .product-images>li.thumb-container>.thumb,
.dorproDetailCol3 .images-container .product-images>li.thumb-container>.thumb {
    max-width: 78px;
}

.product-images>li.thumb-container>.thumb {
    border: 1px solid #f1f2f3;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: 1px solid #2A48C9 !important;
}

.scroll-box-arrows i {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
}

.images-container .product-images>li.thumb-container>.thumb {
    margin-right: 1.5rem;
}

#product .dorproDetailCol3 .scroll-box-arrows i,
#product .dorproDetailCol2 .scroll-box-arrows i {
    height: 78px;
    line-height: 78px;
}

.product-information>[itemprop="description"] {
    line-height: 22px;
}

.product-customization .card.card-block {
    width: 100%;
    height: auto;
    border: none;
}

.product-customization {
    margin: 2.5rem 0 3.5rem 0rem;
}

.product-customization .card.card-block form .btn.btn-primary.float-xs-right {
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: normal;
}

.product-information>[itemprop="description"] * {
    font-weight: 300;
    font-size: 12px;
}

#main div[itemprop="description"] ul {
    list-style: disc;
    padding-left: 15px;
}

#main div[itemprop="description"] ul * {
    font-weight: 400;
    line-height: 25px;
}

#product #tab-content #description .product-description h2 {
    color: #333;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 25px;
}

#product section#main .roles-product-prices::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    top: 12px;
    left: 0px;
    right: 0px;
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    margin-right: 1px;
    margin-bottom: 1px;
}

.dor-list-intro-product li {
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    line-height: 30px;
}

.dor-list-intro-product li::before {
    content: "";
    background-color: #696969;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: 28px;
    top: 18px;
}

.dor-list-intro-product li:nth-child(2n-1) {
    background-color: #f5f5f5;
}

.dor-list-intro-product li:nth-child(2n) {
    background-color: transparent;
}

#product #content-wrapper .tabs {
    box-shadow: none;
}

#product #content-wrapper #tabInfoproduct {
    margin-top: 70px;
    margin-bottom: 70px;
}

#product-modal .modal-content .modal-body .product-images img {
    width: 4.25rem;
    box-shadow: none;
}

#product-modal .modal-content .modal-body .arrows .arrow-down,
#product-modal .modal-content .modal-body .arrows .arrow-up {
    color: #333;
    right: calc(50% - 38px);
    opacity: 0.5;
    font-size: 4.25rem;
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
    top: -2.35rem;
}

#product section#main .social-sharing li {
    box-shadow: none;
}

#product section#main .social-sharing li a {
    overflow: inherit;
    white-space: normal;
    text-indent: inherit;
    display: inline-block;
    font: inherit;
}

.product-more-opt {
    padding-top: 35px;
    clear: both;
    position: relative;
}

.product-more-opt li label {
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
    color: #222;
}

.product-more-opt::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eee;
    top: 20px;
    left: 0;
    right: 0;
}

.product-more-opt li span {
    color: #0070dc;
    font-weight: 400;
}

.has-discount.product-price,
.has-discount p {
    color: #373D43;
}

.product-comment-list-item .comment-content h4 {
    font-weight: 500;
    font-size: 14px;
}

.product-comment-list-item .comment-content p {
    font-size: 12px;
}

.product-comment-list-item .comment-content .comment-buttons a .material-icons {
    font-size: 13px;
}

.product-comment-list-item .comment-content .comment-buttons a>span {
    font-size: 12px;
    margin-left: 3px;
}

.product-comment-list-item .comment-buttons.btn-group {
    display: flex;
}

.product-comment-list-item .comment-content .comment-buttons a {
    display: flex;
    align-items: center;
}

.product-comments-additional-info .additional-links .link-comment.post-product-comment,
.btn.btn-comment.post-product-comment {
    text-decoration: underline;
    font-size: 12px;
    font-style: italic;
    color: #818ea0;
}

.product-comments-additional-info .btn.btn-comment.post-product-comment::before {
    display: none !important;
}

.tags-lines a {
    color: #888;
}

.product-more-opt li a:hover span,
.tags-lines a:hover {
    color: #2A48C9;
}

.product-more-opt ul li {
    line-height: 25px;
}

#tags-product-line {
    display: flex;
}

#product .product-additional-info .social-sharing {
    display: none;
}

#product .button-share-social {
    margin-top: 15px;
}

#product .button-share-social a {
    text-transform: none !important;
    margin-right: 5px;
}

#product .button-share-social a span {
    display: none;
}

#product .button-share-social a i::before {
    font-size: 25px;
}

#product .button-share-social a.dor-facebook i::before {
    color: #337ab7;
}

.product-sku-label {
    color: #818ea0;
    text-transform: uppercase;
    font-weight: 400;
}

#product .button-share-social a.dor-twitter i::before {
    color: #5bc0de;
}

#product .button-share-social a.dor-linkedin i::before {
    color: #0e76a8;
}

#product .button-share-social a.dor-pinterest i::before {
    color: #C92228;
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
    bottom: -1.65rem;
}

#product-modal .modal-content .modal-body .arrows {
    right: 0px;
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 1.5rem;
    margin-top: 1rem;
}

#product-modal .modal-content .modal-body figure {
    margin-bottom: 0px;
}

#product-modal .modal-content .modal-body .thumbnails {
    background-color: #fff;
}

#product-modal .modal-content .modal-body .mask {
    padding-right: 0;
    max-width: 180px;
    max-height: 46.30rem;
    margin-top: 0;
}

#product-modal .modal-dialog {
    max-width: 800px;
}

.modal-backdrop.in {
    cursor: url("../img/poiter.png"), pointer;
}

#product-modal .modal-content .modal-body {
    margin-left: calc(-30% + 140px);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

#product-modal .modal-content .modal-body .product-cover-modal {
    max-width: 770px;
}

#product.modal-open .modal-backdrop.in {
    opacity: 0.8;
}

#product-modal .modal-content .modal-body figure {
    background-color: #fff;
}

#product-modal .modal-content .modal-body .image-caption {
    display: none;
}

#blockcart-modal .product-image {
    width: 100%;
    max-width: 100%;
    border: 1px #ddd solid;
}

#blockcart-modal .cart-content p.product-total .value {
    color: #f00;
    font-size: 20px;
}

#blockcart-modal .cart-content p:nth-child(2) .value {
    font-size: 18px;
}

#blockcart-modal .product-name {
    font-size: 16px;
}

#blockcart-modal .product-price {
    color: #2A48C9;
    display: block;
    font-weight: 700;
    font-size: 20px;
}

#blockcart-modal .modal-body .divide-right span {
    font-size: 14px;
}

#blockcart-modal .modal-body {
    background: #fff;
    padding: 1.5rem 0.875rem;
}

#blockcart-modal .cart-content p.cart-products-count {
    font-size: 1rem;
    color: #6c868e;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
}

#blockcart-modal .cart-content p {
    margin-bottom: 12px;
}

#blockcart-modal .col-md-7 {
    width: 50%;
}

#blockcart-modal .divide-right {
    width: 50%;
}

#blockcart-modal .cart-content {
    padding-left: 10px;
}


/***Modal Add To Cart*****/
#blockcart-modal .modal-dialog {
    max-width: 650px;
    width: 100%;
}

#blockcart-modal .modal-body {
    padding: 0px;
}

#blockcart-modal .modal-body>.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px;
}

#blockcart-modal .modal-body>.row>div {
    width: 100%;
}

#blockcart-modal .modal-body>.row>div.divide-right .row {
    display: flex;
    flex-wrap: wrap;
}

#blockcart-modal .modal-body>.row>div.divide-right .row>div {
    width: 70%;
}

#blockcart-modal .modal-body>.row>div.divide-right .row>div:first-child {
    width: 30%;
}

#blockcart-modal .modal-body>.row>div.divide-right {
    margin-bottom: 35px;
    border: none;
    margin-top: 25px;
}

#blockcart-modal .modal-body>.row>div:not(.divide-right) {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #f2f2f2;
    border: none;
    padding-top: 25px;
    padding-bottom: 25px;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
}

#blockcart-modal .cart-content {
    padding-left: 10px;
    padding-right: 10px;
}

#blockcart-modal .product-price {
    font-weight: 500;
}

#blockcart-modal .modal-body>.row>div.divide-right .row>div>span {
    font-size: 12px;
}

#blockcart-modal .modal-body>.row>div.divide-right .row>div h6.h6.product-name {
    color: #000;
    font-size: 15px;
}

#blockcart-modal .modal-body>.row>div.divide-right .row>div>span strong {
    font-weight: 500;
}

#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content p .value {
    font-weight: 500;
}

#blockcart-modal .cart-content .cart-content-btn {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

#blockcart-modal .cart-content .cart-content-btn * {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    background-color: #fff;
    border-radius: 36px;
}

#blockcart-modal .cart-content .cart-content-btn .btn:hover {
    background-color: #2A48C9;
    color: #fff;
}

#blockcart-modal .modal-title {
    color: #4cbb6c;
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 10px;
    color: #4cbb6c;
    font-size: 20px;
    line-height: 15px;
}

#blockcart-modal .modal-header .close .material-icons {
    font-size: 20px;
    line-height: 18px;
}

#blockcart-modal .modal-header {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
}

#blockcart-modal .modal-header .close {
    margin-top: -5px;
}




.modal.quickview .dor-wishlist span,
.modal.quickview .compare-button-txt {
    display: none;
}

.modal.quickview .social-sharing {
    float: left;
    width: auto;
    margin-left: 0px;
}

.modal.quickview .modal-footer {
    padding-right: 0px;
}

.modal.quickview .compare.compare-product-button {
    float: right;
    border-radius: 50%;
    background-color: #fff;
    padding: 8px;
    border: 1px #2A48C9 solid;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 24px;
}

.modal.quickview .dor-wishlist {
    float: right;
    border-radius: 50%;
    background-color: #fff;
    padding: 8px;
    border: 1px #2A48C9 solid;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 26px;
}

.quickview .arrows {
    right: 35px;
}

.modal.quickview .modal-header {
    padding: 0px;
}

.product-variants>.product-variants-item select {
    box-shadow: none;
}

.modal.quickview #product-description-short * {
    font-weight: 300;
    line-height: 23px;
}

.modal.quickview h1.h1 {
    text-transform: none;
    margin-top: 10px;
    font-size: 18px;
}

.modal.quickview #product-description-short ul {
    margin-left: 15px;
}

.modal.quickview #product-description-short ul li {
    list-style: disc;
    font-size: 14px;
    font-weight: 400;
}

.modal.quickview .arrows .arrow-down {
    right: 0px;
}

.modal.quickview .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.modal.quickview .modal-header .close span {
    font-size: 35px;
    line-height: 20px;
    display: inline-block;
}

.modal.quickview .social-sharing li a {
    text-indent: inherit;
    overflow: inherit;
}

.modal.quickview #gallery {
    display: none !important;
}

#post-product-comment-modal {
    top: 60px;
}

#product .tabs .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 500;
}

#product #tab-content #description {
    line-height: 25px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#product main.dorproDetailCol3 #tab-content #product-details,
#product main.dorproDetailCol2 #tab-content #product-details,
#product main.dorproDetailCol3 .tabs .tab-pane#tags-product,
#product main.dorproDetailCol2 .tabs .tab-pane#tags-product,
#product main.dorproDetailCol3 .tabs .tab-pane#review-product,
#product main.dorproDetailCol2 .tabs .tab-pane#review-product,
#product main.dorproDetailCol3 #tab-content #description,
#product main.dorproDetailCol2 #tab-content #description {
    max-width: 100%;
}

#product-details .label {
    font-weight: 500;
    color: #818ea0;
}

#product #tab-content #product-details {
    line-height: 25px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#product #tab-content #product-details .product-features {
    text-align: left;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-features>dl.data-sheet dt.name {
    width: calc(30% - 1px);
    flex: inherit;
    font-weight: 500;
    color: #333;
}

.product-features>dl.data-sheet dd.value {
    width: calc(70% - 1px);
    flex: inherit;
}

#product #tab-content #product-details .product-features .h6 {
    font-size: 21px;
    margin-bottom: 25px;
    color: #333;
}

#product #product-details .product-manufacturer {
    margin-bottom: 15px;
}

#product .tabs .tab-pane {
    padding-top: 3rem;
}

#product .tabs .tab-pane#tags-product,
#product .tabs .tab-pane#review-product {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#tags-product .product-tabs-content {
    text-align: center;
}

#tags-product .product-tabs-content a {
    border: 1px #909090 solid;
    margin: 8px 10px;
    padding: 5px 20px;
    border-radius: 5px;
    color: #909090;
    display: inline-block;
}

#tags-product .product-tabs-content a:hover {
    border-color: #2A48C9;
    color: #2A48C9;
}

.images-container.dor-gallery-thumbnail .product-images {
    margin-left: -10px;
    margin-right: -10px;
}

.images-container.dor-gallery-thumbnail .product-images:after {
    content: "";
    display: table;
    clear: both;
}

.images-container.dor-gallery-thumbnail a.dor-thumb-container {
    padding: 10px;
    display: block;
    width: 50%;
    float: left;
}

.images-container.dor-gallery-thumbnail a.dor-thumb-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px #eee solid;
}

@media(min-width: 992px) {
    .product-flags {
        z-index: 1;
    }

}

.product-flags li.product-flag {
    box-shadow: none;
    font-size: 0.9rem;
    background: transparent;
}

.product-flags li.product-flag.online-only {
    top: 10px;
}

.product-flags li.product-flag.on-sale {
    width: max-content;
    margin-top: 10px !important;
}

main.dor-product-thumb-position-left #content .product-flags li.product-flag {
    margin-left: auto;
}

main.dor-product-thumb-position-right #content .product-flags li.product-flag {
    margin-right: auto;
}

main.dor-product-thumb-position-right #content .product-flags {
    position: absolute;
    left: 0px;
    right: auto;
    width: auto;
}

main.dor-product-thumb-position-left #content .product-flags {
    position: absolute;
    right: 0px !important;
    left: auto;
    width: auto;
}

.product-pack .pack-product-container .pack-product-name a {
    color: #333;
    text-align: left;
    display: block;
}

#main .images-container.dorDetailMainImage_right .js-qv-mask.mask,
#main .images-container.dorDetailMainImage_left .js-qv-mask.mask {
    display: inline-block;
    float: left;
    width: 105px;
}

#main .images-container.dorDetailMainImage_right .product-images>li.thumb-container,
#main .images-container.dorDetailMainImage_left .product-images>li.thumb-container {
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
}

#content .dorDetailMainImage_left .product-flags>li.product-flag,
#content .dorDetailMainImage_right .product-flags>li.product-flag {
    right: 15px !important;
}

body main.dor-product-thumb-position-bottom #main .images-container .js-qv-mask.scroll {
    width: calc(100% - 56px);
    overflow: inherit;
}

body main.dor-product-thumb-position-bottom #main .js-qv-product-images .thumb-container {
    margin-left: 5px;
    margin-right: 5px;
    outline: none !important;
    cursor: pointer;
}

body #main .js-qv-product-images .thumb-container img.selected,
body #main .js-qv-product-images .thumb-container:hover img {
    border: 1px #2A48C9 solid;
    /*box-shadow: 0 0 15px rgba(0,0,0,.1);*/
}

body main #main .js-qv-product-images .thumb-container img {
    border: 1px #eee solid;
}

body main.dor-product-thumb-position-bottom #main .js-qv-product-images .thumb-container img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

body main.dor-product-thumb-position-bottom #main.dor-thumbnail-type-circle .js-qv-product-images .thumb-container img {
    border-radius: 50%;
}

.dor-slick-thumb-arrow {
    cursor: pointer;
}

.dor-slick-thumb-arrow.slick-arrow-horizontal {
    width: 30px;
    height: 100%;
    position: absolute;
    left: -28px;
    top: 0;
    padding: 0px;
    cursor: pointer;
}

.dor-thumbnail-type-circle .dor-slick-thumb-arrow.slick-arrow-horizontal {
    width: 30px;
    height: 30px;
    top: calc(50% - 16px);
    border-radius: 50%;
}

.dor-slick-thumb-arrow.slick-arrow-horizontal:hover {
    border-color: #2A48C9;
    background-color: #2A48C9;
}

.dor-slick-thumb-arrow.slick-arrow-horizontal:hover * {
    color: #fff;
}

.dor-slick-thumb-arrow.slick-arrow-horizontal.slick-next {
    left: auto;
    right: -28px;
}

.quickview .dor-scroll-box-arrows {
    display: none;
}

.quickview .modal-dialog {
    display: block;
}

.quickview .images-container {
    display: block;
}

.quickview .images-container .product-cover {
    width: 100%;
}

.quickview .images-container .mask {
    width: 100%;
    margin-left: 0px;
    height: auto;
    clear: both;
}

.quickview .images-container .product-cover .product-flags {
    display: none;
}

.quickview .images-container .mask .product-images.slick-slider {
    display: block;
    opacity: 1;
    max-height: none;
    overflow: initial;
}

.quickview .product-variants>.product-variants-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 8px 0px;
}

.quickview .product-add-to-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.quickview .product-add-to-cart .control-label {
    width: auto;
    min-width: 18%;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
}

.quickview .product-variants>.product-variants-item .control-label {
    width: auto;
    min-width: 18%;
    color: #000;
    font-weight: 500;
}

.quickview .product-variants>.product-variants-item>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.quickview .product-variants>.product-variants-item ul li {
    display: flex;
    margin-right: 15px;
}

.quickview .product-variants>.product-variants-item>ul li label {
    margin-bottom: 0px;
}

.quickview .images-container .mask .product-images {
    margin: 0px 20px;
    display: flex;
    opacity: 1;
    max-height: none;
    overflow: hidden;
}

.quickview .images-container .mask .thumb-container {
    margin: 0px 5px;
}

.quickview .images-container .mask .thumb-container img {
    max-width: 100%;
    height: auto;
    border: 1px #eee solid;
    margin-bottom: 0px !important;
}

.modal.quickview #product-description-short * {
    font-weight: 400;
    font-size: 12px;
    color: #232323;
}

.quickview .modal-footer {
    display: none;
}

.quickview .images-container .mask .dor-slick-thumb-arrow.slick-arrow-horizontal i {
    font-size: 20px;
}

.quickview .images-container .mask .dor-slick-thumb-arrow.slick-arrow-horizontal {
    width: 20px;
    left: -20px;
}

.quickview .images-container .mask .dor-slick-thumb-arrow.slick-arrow-horizontal.slick-next {
    left: auto;
    right: -20px;
}

#main .dorDetailMainImage_right .dor-scroll-box-arrows i {
    left: auto !important;
    right: 6px !important;
    text-align: center;
}

#main .dorDetailMainImage_left .dor-scroll-box-arrows i {
    right: auto !important;
    left: 6px !important;
    text-align: center;
}

#main .dorDetailMainImage_left .dor-scroll-box-arrows i.top,
#main .dorDetailMainImage_right .dor-scroll-box-arrows i.top {
    bottom: auto;
    top: -2px;
}

#main .dorDetailMainImage_left .dor-scroll-box-arrows i.bottom,
#main .dorDetailMainImage_right .dor-scroll-box-arrows i.bottom {
    bottom: 8px;
    top: auto;
}

.dor-scroll-box-arrows {
    display: none;
}

body main.dor-product-thumb-position-left .images-container .js-qv-mask {
    order: 1;
}

body main.dor-product-thumb-position-left .images-container .product-cover {
    order: 2;
}

#main .images-container.dorDetailMainImage_right .product-cover .product-flags,
#main .images-container.dorDetailMainImage_left .product-cover .product-flags {
    display: none;
}

body main.dor-product-thumb-position-left .images-container .js-qv-mask,
body main.dor-product-thumb-position-right .images-container .js-qv-mask {
    width: 20% !important;
    overflow: hidden !important;
    margin-right: 1.8rem !important;
    max-width: 88px !important;
    margin-top: -15px !important;
}

body main.dorproDetailCol4.dor-product-thumb-position-left .images-container .js-qv-mask,
body main.dorproDetailCol4.dor-product-thumb-position-right .images-container .js-qv-mask {
    max-width: 70px !important;
}

main.dor-product-thumb-position-left .images-container .js-qv-mask {
    margin-left: 0px !important;
    margin-right: 1rem !important;
}

body main.dor-product-thumb-position-right .images-container .js-qv-mask {
    margin-left: 1.8rem !important;
    margin-right: 0rem !important;
}

#product main.dorproDetailCol1.dor-product-thumb-position-gallery #content,
#product main.dorproDetailCol1.dor-product-thumb-position-bottom #content,
#product main.dorproDetailCol1.dor-product-thumb-position-left #content,
#product main.dorproDetailCol1.dor-product-thumb-position-right #content {
    max-width: calc(100% - 20px);
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}

main.dor-product-thumb-position-left .images-container,
main.dor-product-thumb-position-right .images-container {
    display: flex;
    z-index: 5;
    min-height: 21.88rem !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

main.dor-product-thumb-position-left .product-images>li.thumb-container .thumb.js-thumb,
main.dor-product-thumb-position-right .product-images>li.thumb-container .thumb.js-thumb {
    width: 100%;
}

main.dor-product-thumb-position-left .images-container .js-qv-mask,
main.dor-product-thumb-position-right .images-container .js-qv-mask {
    white-space: normal;
    overflow: inherit;
}

main.dor-product-thumb-position-left .images-container .slick-slide img,
main.dor-product-thumb-position-right .images-container .slick-slide img {
    max-width: 100%;
    height: auto;
}

main.dor-product-thumb-position-left .images-container .slick-vertical .slick-slide,
main.dor-product-thumb-position-right .images-container .slick-vertical .slick-slide {
    margin-top: 6px;
    margin-bottom: 6px;
}

main.dorproDetailCol4.dor-product-thumb-position-left .images-container .slick-vertical .slick-slide,
main.dorproDetailCol4.dor-product-thumb-position-right .images-container .slick-vertical .slick-slide {
    margin-top: 5px;
    margin-bottom: 5px;
}

body#product main.dor-product-thumb-position-left #content .scroll-box-arrows,
body#product main.dor-product-thumb-position-left #content .arrows.js-arrows,
body#product main.dor-product-thumb-position-right #content .scroll-box-arrows,
body#product main.dor-product-thumb-position-right #content .arrows.js-arrows {
    display: none !important;
}

.dor-slick-thumb-arrow {
    background: none;
    border: 1px #eee solid;
    width: 100%;
}

main.dor-product-thumb-position-left .images-container .slick-slide img,
main.dor-product-thumb-position-right .images-container .slick-slide img {
    border: 1px #eee solid;
}

.dor-product-extended-head {
    width: 60%;
    float: left;
    padding-right: 15px;
}

.dor-product-extended-col {
    width: 40%;
    float: left;
    padding-left: 15px;
}

.dor-product-extended::after {
    content: "";
    display: table;
    clear: both;
}

body#checkout section.checkout-step .address {
    line-height: 25px;
    font-size: 13px;
}

.checkout-step.-reachable.-complete.-clickable {
    background-color: #f1f1f1 !important;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
    font-size: 20px;
    padding-left: 5px;
    margin-right: 10px;
}

@media(min-width: 992px) {

    #product section#main .dor-product-extended .compare.compare-product-button,
    #product section#main .dor-product-extended .product-actions .dor-wishlist {
        margin-top: 25px !important;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    #product section#main .dor-product-extended .compare.compare-product-button .add_to_compare,
    #product section#main .dor-product-extended .product-actions .dor-wishlist #wishlist_button {
        width: auto;
        height: auto;
        border: none;
        padding: 0px;
        background-color: transparent;
        color: #666;
        line-height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #product section#main .dor-product-extended .compare.compare-product-button .add_to_compare:hover i,
    #product section#main .dor-product-extended .product-actions .dor-wishlist #wishlist_button:hover i,
    #product section#main .dor-product-extended .compare.compare-product-button .add_to_compare:hover,
    #product section#main .dor-product-extended .product-actions .dor-wishlist #wishlist_button:hover {
        color: #fff;
    }

    #product section#main .dor-product-extended .compare.compare-product-button .add_to_compare i,
    #product section#main .dor-product-extended .product-actions .dor-wishlist #wishlist_button i {
        color: #666;
        font-size: 18px;
        font-weight: normal;
    }

    #product section#main .dor-product-extended .compare.compare-product-button .add_to_compare span,
    #product section#main .dor-product-extended .product-actions .dor-wishlist #wishlist_button span {
        display: inline-block !important;
        line-height: 100%;
        margin-left: 5px;
        top: 1px;
        position: relative;
    }
}

#product section#main .dor-product-extended .product-more-opt {
    margin-top: 15px;
}

#block-reassurance,
#product #block-reassurance {
    clear: both;
}

#product .dorproDetailCol4 #main>.row>.col-md-6:first-child {
    width: 40%;
}

#product .dorproDetailCol4 #content-wrapper #main>.row>.col-md-6:last-child {
    width: 60%;
}

#product .dorproDetailCol4 #main .product-add-to-cart .product-quantity {
    display: flex;
}

#product .dorproDetailCol4 #main .product-add-to-cart .product-quantity .qty {
    display: block;
    width: 100%;
    float: none;
}

#product .dorproDetailCol4 #main .product-add-to-cart .product-quantity .qty::after {
    content: "";
    display: table;
    clear: both;
}

#product .dorproDetailCol4 #main .product-add-to-cart .product-quantity .add {
    display: block;
    width: 100%;
    float: none;
    padding-top: 0px;
    clear: both;
}

.dor-product-extended-head .product-manufacturer {
    margin-bottom: 20px;
}

#product .dorproDetailCol4 #main .product-add-to-cart {
    float: none;
    margin-right: 0px;
}

#product .dorproDetailCol4 #main .product-prices div {
    margin-bottom: 0px;
}

#product .dorproDetailCol4 #main .product-comments-additional-info {
    display: flex;
}

#product .dorproDetailCol4 #main .product-comments-additional-info .additional-links {
    clear: both;
    margin-top: 10px;
}

#product .dorproDetailCol4 #main .dor-wishlist {
    margin-top: -15px !important;
    margin-right: 0px;
}

#product .dorproDetailCol4 #main .compare.compare-product-button {
    margin-top: -15px;
    margin-left: 0px;
}

#product .dorproDetailCol4 #main .dor-product-extended-col {
    width: 40%;
    float: left;
    border: 1px #ddd solid;
    border-radius: 5px;
    padding: 15px;
}

#product .dorproDetailCol4 #main .images-container .product-images>li.thumb-container>.thumb {
    max-width: 68px;
}

#product .dorproDetailCol4 #main .scroll-box-arrows i {
    height: 68px;
    line-height: 68px;
}

#product .dorproDetailCol4 #main .product-prices div.current-price span {
    font-size: 30px;
}

#product .dorproDetailCol4 #main .product-discount .regular-price {
    font-size: 18px;
}

#product .dorproDetailCol4 #main .product-prices div.current-price span.discount-percentage {
    display: none;
}

#product .dorproDetailCol4 #main .h1[itemprop="name"] {
    font-size: 25px;
    line-height: 30px;
}

.dor-product-extended div[itemprop="description"],
.dor-product-extended div[itemprop="description"] * {
    font-weight: 300;
    line-height: 22px;
    font-size: 15px;
}

#product .dorproDetailCol4 #main .product-reference {
    padding-top: 5px;
    padding-bottom: 0px;
}

#product #product-details .product-manufacturer .img.img-thumbnail.manufacturer-logo {
    max-width: 150px;
}

#product .dorproDetailCol4 #main .product-reference .label {
    font-weight: 500;
}

#product .dorproDetailCol4 #main .dor-product-extended .product-manufacturer img {
    max-height: 35px;
}

#product .dorproDetailCol2 #left-column>div:nth-of-type(1),
#product .dorproDetailCol3 #left-column>div:nth-of-type(1) {
    padding-top: 0px;
}

#product .product-accessories .products {
    /* display: block; */
    margin-left: -10px;
    margin-right: -10px;
}

#product .product-accessories p.h5.text-uppercase {
    text-align: center;
    font-size: 33px;
    text-transform: none !important;
    color: #333;
    margin-bottom: 35px;
    margin-top: 35px;
}

#product #content .images-container .product-images.js-qv-product-images.slick-slider.slick-vertical .slick-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#product #content .images-container .product-images.js-qv-product-images.slick-slider.slick-vertical .slick-list .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#product #content .product-images.js-qv-product-images.slick-slider.slick-vertical {
    margin-bottom: 0px;
}

#product .dor-cover-image .js-qv-product-cover {
    width: 100%;
    height: auto;
}

@media(max-width: 991px) and (min-width: 768px) {
    #product-modal .modal-content .modal-body {
        margin-left: calc(-30% + 225px);
    }

    #product-modal .modal-content .modal-body .mask {
        max-width: 100%;
        margin-top: 20px;
        padding-top: 15px;
    }

    #product-modal .modal-content .product-images>li.thumb-container {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

    #product-modal .modal-content .modal-body .product-images img {
        width: 4.25rem;
    }

    #product-modal .modal-content .modal-body .product-images {
        margin-left: 0;
    }
    .main-box-feature-item-text h3 {
        font-size: 14px;
    }
}

/************End Dor Product Page************/


/****Product Detail scroll Tab Info*****/
#tabInfoproduct.dor-tab-info-scroll #tab-content>div {
    display: block !important;
    opacity: 1;
    visibility: visible;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 100px;
    margin-top: 25px;
}

#tabInfoproduct.dor-tab-info-scroll .product-manufacturer {
    display: block;
    padding-bottom: 25px;
}

#tabInfoproduct.dor-tab-info-scroll #tab-content>div .h5.text-uppercase {
    font-weight: 700;
    text-transform: none !important;
    font-size: 22px;
    margin-bottom: 30px;
}

#tabInfoproduct.tabs.dor-tab-info-scroll .nav.nav-tabs.scroll {
    position: fixed;
    top: 0px;
    width: 100%;
    right: 0px;
    background: #eee;
    padding: 15px;
    z-index: 99;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

#tabInfoproduct.tabs.dor-tab-info-scroll #video-product .h5.text-uppercase.hidden,
#tabInfoproduct.tabs.dor-tab-info-scroll #product-details .h5.text-uppercase.hidden {
    display: block !important;
}

#product.scrollTab header#header.fixed {
    display: none;
}

#tabInfoproduct.tabs.dor-tab-info-scroll .nav.nav-tabs.scroll {
    text-align: center;
}

#tabInfoproduct.tabs.dor-tab-info-scroll .nav.nav-tabs.scroll>li {
    float: none;
    display: inline-block;
}

/****End Product Detail scroll Tab Info*****/

/**Accordion**/
#tabInfoproduct.dor-accordion .hidden {
    display: none;
}

#tabInfoproduct.dor-accordion {
    margin-top: 35px;
}

.dor-accordion-items .accord-data {
    border: 1px #ddd solid;
    border-top: 0px;
    transition: max-height 0.45s ease;
    max-height: 0;
    overflow: hidden;
    padding: 0px;
}

.dor-accordion-items.open .accord-data {
    max-height: 600px;
}

.dor-accordion-items .accord-data>div {
    padding: 25px 15px;
    max-height: inherit;
    overflow-y: scroll;
}

.dor-accordion-items>a {
    display: block;
    background: transparent;
    color: #000;
    font-weight: 500;
    text-transform: none;
    margin: 25px 0px 0px;
    padding: 12px 15px;
    position: relative;
    border: 1px solid #DEE0E2;
}

.title-accord {
    display: inline-block;
    font-size: 16px;
    color: #2A48C9;
    font-weight: 800;
}

.dor-accordion-items .accord-data #product-details {
    display: block;
    opacity: 1;
    visibility: visible;
}

.ctrl-accord {
    position: absolute;
    right: 15px;
    top: 10px;
}

.ctrl-accord i {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    display: block;
    position: relative;
    z-index: 1;
}

#product-details .product-manufacturer .label {
    font-size: 15px;
    padding-left: 0px;
}

#tabInfoproduct.dor-tab-info-scroll #tab-content>div .h5.text-uppercase {
    position: relative;
    margin-bottom: 50px;
}

#tabInfoproduct.dor-tab-info-scroll #tab-content>div .h5.text-uppercase::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: -10px;
    background-color: #eee;
}

#tabInfoproduct.dor-tab-info-scroll #tab-content>div .h5.text-uppercase::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 0px;
    bottom: -10px;
    background-color: #2A48C9;
    z-index: 1;
}

.onlyScrollTab {
    display: none;
}

.dor-tab-info-scroll .onlyScrollTab {
    display: block;
    text-align: left;
}

#category #left-column>div {
    position: relative;
}

#category #left-column>div::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #DEE0E2;
}

#category #left-column>div:last-of-type::after {
    display: none;
}

.list-compare-left ul {
    margin: 0px;
}

/*********Product Infor Slick Tab***********/
html body#product #tabInfoproduct.tab-inforproduct-slick.tabs {
    padding-left: 0px;
    padding-right: 0px;
}

html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

html body#product main.dorproDetailCol4 #tabInfoproduct.tab-inforproduct-slick .nav-tabs::before,
html body#product main.dorproDetailCol1 #tabInfoproduct.tab-inforproduct-slick .nav-tabs::before {
    left: -3333px !important;
    right: -3333px !important;
}

html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0px;
    right: 0px;
    height: 60px !important;
    background-color: #f7f9fa !important;
}

html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs .nav-item {
    position: relative;
}

html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs .nav-item .nav-link.active {
    border-radius: 4px 4px 0px 0px;
    border-top: 4px #2A48C9 solid;
}

html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs .nav-item .nav-link {
    padding-top: 18px;
    padding-bottom: 18px;
    height: 60px;
    border-top: 4px #f7f9fa solid;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    padding-right: 45px;
    padding-left: 45px;
}

/*********Dor Cart/Checkout Page***********/

body#cart .product-line-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

body#cart .product-line-grid .product-line-grid-left {
    padding-left: 0px;
    width: 18%;
    text-align: center;
    flex: 0 0 18%;
}

body#cart .product-line-grid .product-line-grid-body {
    width: auto;
    flex: 1;
    float: none;
}

body#cart .product-line-grid-right.product-line-actions {
    position: static;
    flex: 0 0 auto;
    width: auto;
}


.page-order-detail .box {
    line-height: normal;
}

#order-confirmation #order-items {
    border-right: 0px;
}

body#checkout section.checkout-step .delivery-option {
    margin-left: 0.1075rem;
    margin-right: 0.1075rem;
}

body#checkout #delivery textarea#delivery_message {
    min-height: 70px;
    border: 1px #ededed solid;
    outline: none;
}

body#checkout #header .header-nav {
    padding: initial;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
}

body#checkout #footer {
    box-shadow: none;
    padding: inherit;
    background: transparent;
    color: inherit;
}

body#checkout section.checkout-step .address-item.selected {
    border: 1px #2A48C9 solid;
}

body#cart .input-group-addon:not(:first-child):not(:last-child),
body#cart .input-group-btn:not(:first-child):not(:last-child),
body#cart .input-group .form-control:not(:first-child):not(:last-child) {
    border: 1px #2A48C9 solid;
    text-align: center;
}

body#cart .bootstrap-touchspin .input-group-btn-vertical i {
    color: #fff;
}

body#cart .product-line-grid .product-line-grid-left {
    padding-left: 0px;
    width: 18%;
    text-align: center;
}

body#cart .product-line-grid .product-line-grid-body>.product-line-info {
    margin-bottom: 10px;
}

.product-line-grid-right .product-price strong {
    font-weight: 500;
    color: #ef262c;
    font-size: 18px;
}

body#cart .product-line-grid .product-line-grid-body>.product-line-info>.label {
    font-weight: 500;
    line-height: 20px;
    display: block;
    padding-right: 5px;
}

body#cart .product-line-grid .product-line-grid-body .product-line-info.product-price.h5,
body#cart .product-line-grid .product-line-info.product-price.h5.has-discount {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    align-items: center;
    padding-top: 8px;
}

body#cart .product-line-grid .product-line-info.product-price.h5.has-discount .discount.discount-percentage {
    position: absolute;
    right: 0px;
    top: -3px;
    display: none;
}

.product-line-grid-right.product-line-actions>.row>div.col-md-10.col-xs-6 {
    width: 100%;
    padding-right: 0px;
    text-align: right;
}

.product-line-grid-right.product-line-actions,
.product-line-grid-right.product-line-actions>.row,
.product-line-grid-right.product-line-actions>.row>div {
    position: static;
}

.product-line-grid-right .cart-line-product-actions {
    opacity: 0;
    visibility: hidden;
}

body#cart .cart-item:hover .product-line-grid-right .cart-line-product-actions {
    opacity: 1;
    visibility: visible;
}

body#cart .product-line-grid .product-line-grid-body .product-line-info:first-child a.label {
    font-size: 1rem;
}

body#cart .product-line-grid .product-line-grid-body .product-line-info * {
    font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 13px;
}

body#cart .product-line-grid .product-line-grid-body .product-line-info.color {
    width: auto;
    border: none;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart i {
    font-size: 15px;
    color: #fff;
    position: relative;
    top: 10px;
}

.cart-line-product-actions {
    bottom: 0;
    color: white;
    display: block;
    font-weight: 900;
    line-height: 32px;
    padding-bottom: 3px;
    padding-right: 3px;
    position: absolute;
    right: -15px;
    z-index: 1;
}

.cart-line-product-actions::before {
    border-color: transparent transparent #2A48C9;
    border-style: solid;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: -1;
    border-width: 0 0 40px 40px;
}


body#cart .product-line-grid .product-line-grid-body .product-line-info {
    display: flex;
    margin-bottom: 0px;
    min-height: 23px;
    align-items: center;
}

body#cart .product-line-grid .product-line-grid-body>br {
    height: 0px;
    display: none;
}

body#cart .product-line-grid .product-line-info.product-price.h5.has-discount .regular-price {
    font-size: 15px;
}

body#cart .product-line-grid .product-line-grid-body .product-line-info.product-price.h5 .price,
body#cart .product-line-grid .product-line-info.product-price.h5.has-discount .price {
    font-size: 18px;
}

body#cart .product-line-grid-right.product-line-actions .input-group.bootstrap-touchspin {
    float: none;
}

body#cart .product-line-grid-right.product-line-actions .col-md-6.col-xs-6.price,
body#cart .product-line-grid-right.product-line-actions .col-md-6.col-xs-6.qty {
    text-align: center;
}

body#cart .cart-item {
    position: relative;
}

body#cart .cart-item::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    height: 1px;
    left: -15px;
    bottom: 0px;
    width: calc(100% + 30px);
}

body#cart .cart-item:last-child::before {
    display: none;
}

body#cart .cart-grid-body .cart-overview {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cart-grid-body .card-block h1 {
    text-transform: none;
    color: #fff;
}

.cart-grid-body .card-block {
    background-color: #2A48C9;
}

.checkout-block-header .card-block {
    background-color: #2A48C9;
}

.blockreassurance_product {
    background-color: #fff;
}

.blockreassurance_product .item-product {
    padding-top: 4px;
    margin-right: 10px;
}

.blockreassurance_product>div:not(.clearfix) {
    position: relative;
    padding: 10px;
    border: 1px #eee solid !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blockreassurance_product>div:not(.clearfix) .block-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 6px;
    display: block;
}

.blockreassurance_product>div:not(.clearfix) p {
    font-size: 13px;
    font-weight: 300;
    padding-left: 45px;
    margin-bottom: 0px;
}

.blockreassurance_product>div:not(.clearfix)::before {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    width: 3px;
    background-color: #333;
    left: -1px;
    top: -1px;
}

.card-block.cart-summary-totals .cart-summary-line .label:not(.sub) {
    font-weight: 500;
}

.card-block.cart-summary-totals .cart-summary-line .value {
    font-size: 18px;
    font-weight: 500;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    color: #ff0000;
    font-size: 20px;
    font-weight: 500;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: .5rem .3rem;
    margin-top: 22px;
}

body#cart #cart-subtotal-products::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    bottom: -8px;
}

#cart-subtotal-products {
    margin-bottom: 15px;
    position: relative;
}

#cart-subtotal-products .value {
    font-size: 15px;
    font-weight: 500;
}

#cart-subtotal-products .label.js-subtotal {
    font-size: 15px;
    text-transform: none;
    color: #2A48C9;
}

body#checkout #cart-summary-product-list .media-body .product-quantity {
    color: #2A48C9;
    letter-spacing: 0.2em;
}

body#checkout #cart-summary-product-list .media-body .text-muted .label {
    color: #7a7a7a;
}

body#checkout #cart-summary-product-list .media-body .text-muted .value {
    color: #000;
}

body#checkout .card-block.cart-summary-subtotals-container {
    padding: .5rem .2rem;
}

body#checkout #cart-subtotal-products.cart-summary-line.cart-summary-subtotals .label {
    font-weight: 500;
    font-size: 15px;
}

body#checkout .cart-summary-products p:first-child {
    font-size: 15px;
    text-transform: none;
    color: #2A48C9;
    float: left;
    margin-bottom: 0px;
}

body#checkout .cart-summary-products>p:nth-child(2) {
    float: right;
    margin-bottom: 0px;
}

body#checkout #cart-summary-product-list {
    clear: both;
}

body#checkout #cart-summary-product-list .media-body .product-price.float-xs-right {
    font-weight: 500;
    font-size: 16px;
}

body#checkout #cart-summary-product-list .media-list .media {
    padding-bottom: 20px;
    position: relative;
}

body#checkout #cart-summary-product-list .media-body>br {
    display: none;
}

body#checkout #cart-summary-product-list .media-list .media::after {
    content: "";
    background-color: #ddd;
    position: absolute;
    bottom: 10px;
    left: 0px;
    height: 1px;
    width: 100%;
}


body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    margin-top: 3px;
}

body#checkout section.checkout-step .delivery-option img {
    width: 40px;
}
body#checkout section.checkout-step .carriere-name-container,
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-price,
body#checkout section.checkout-step .payment-options label {
    line-height: 40px;
}

.custom-radio input[type="radio"]:checked+span {
    left: .15rem;
    top: .15rem;
}

#delivery-addresses .custom-radio input[type="radio"]:checked+span {
    left: .15rem;
    top: .15rem;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address,
body#checkout section.checkout-step .address-footer {
    display: flex;
}

body#checkout .cart-summary-products a[data-target="#cart-summary-product-list"] {
    display: inline-block;
    font-size: 0;
    top: -6px;
    position: relative;
}

body#checkout .cart-summary-products {
    position: relative;
    margin-bottom: 10px;
}

body#checkout .cart-summary-products::after {
    content: "";
    display: table;
    clear: both;
}

/*********End Dor Cart/Checkout Page********/
.page-customer-account #content .order-actions a:hover {
    color: #333;
}

textarea.form-control:focus {
    border-color: #eee;
}

#sdssearch_block_top .btn.button-search i {
    color: #999;
}



/********Product Responsive**********/
@media(max-width: 1800px) {
    #product .dorproDetailCol4 #main .product-add-to-cart .product-quantity .qty .input-group-btn-vertical .btn i {
        font-size: 15px;
        left: 0px;
    }

    #product .dorproDetailCol4 #main .product-add-to-cart .product-quantity .qty .input-group-btn-vertical .btn {
        padding-left: 0px;
        padding-right: 0px;
    }

    #product .dorproDetailCol4 #main .product-add-to-cart .product-quantity .qty .input-group.bootstrap-touchspin {
        display: flex;
    }

    #product .dorproDetailCol4 #main .product-add-to-cart .product-quantity .qty {
        width: auto;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #product .dorproDetailCol4 #main .product-add-to-cart .product-quantity .add {
        display: block;
        flex: 0 0 80%;
        max-width: 80%;
    }

    #product .dorproDetailCol4 #main .product-add-to-cart .product-quantity {
        display: flex;
    }

    #product .dorproDetailCol4 #main .product-add-to-cart .product-quantity #quantity_wanted {
        width: calc(100% - 20px);
        padding-left: 2px;
        padding-right: 2px;
    }

    #product .dorproDetailCol4 #main .product-add-to-cart .product-quantity .input-group-btn-vertical {
        width: 20px;
    }
}

@media(max-width: 1500px) {
    #product .dorproDetailCol4 #main .product-actions .product-add-to-cart .control-label {
        display: none;
    }

    body #dor-tabsidebar-product-category .dor-product-left-block {
        width: 85px;
    }

    body #dor-tabsidebar-product-category .dor-product-right-block {
        width: calc(100% - 85px);
        padding-left: 5px;
    }

    body:not(.dor-list-display) #dor-tabsidebar-product-category article.product-miniature .dor-product-list-reviews {
        margin-top: 0px;
    }

    body #dor-tabsidebar-product-category .h3.product-title a {
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
    }
}

@media(max-width: 1300px) {
    body#product main.dor-product-thumb-position-right .images-container .js-qv-mask {
        max-width: 65px !important;
    }

    body#product main.dorproDetailCol3 section#main .h1[itemprop="name"],
    body#product main.dorproDetailCol2 section#main .h1[itemprop="name"] {
        font-size: 24px;
        line-height: 30px;
    }

    body#product main.dorproDetailCol3 section#main .product-prices div.current-price span:not(.discount),
    body#product main.dorproDetailCol2 section#main .product-prices div.current-price span:not(.discount) {
        font-size: 26px;
    }

    body #dor-tabsidebar-product-category .dor-product-left-block {
        width: 60px;
    }

    body #dor-tabsidebar-product-category .dor-product-right-block {
        width: calc(100% - 65px);
    }

    body #dor-tabsidebar-product-category .h3.product-title a {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }
}

@media(max-width: 1199px) {
    #dor-tabsidebar-product-category .dor-product-miniature {
        padding-bottom: 10px;
    }

    #dor-tabsidebar-product-category .title_block a {
        font-size: 14px !important;
    }

    main.dor-product-thumb-position-right #content .product-flags li.product-flag,
    main.dor-product-thumb-position-left #content .product-flags li.product-flag {
        font-size: 12px;
    }

    body#product main.dor-product-thumb-position-left .images-container .js-qv-mask,
    body#product main.dor-product-thumb-position-right .images-container .js-qv-mask {
        max-width: 60px !important;
    }

    body main.dor-product-thumb-position-left .images-container .js-qv-mask {
        margin-right: 1rem !important
    }

    body main.dor-product-thumb-position-right .images-container .js-qv-mask {
        margin-left: 1rem !important
    }

    body#product main.dor-product-thumb-position-left .images-container .slick-vertical .slick-slide,
    body#product main.dor-product-thumb-position-right .images-container .slick-vertical .slick-slide {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    body#product #wrapper {
        padding-top: 45px;
    }

    body#product main.dorproDetailCol3 section#main .h1[itemprop="name"],
    body#product main.dorproDetailCol2 section#main .h1[itemprop="name"],
    body#product section#main .h1[itemprop="name"] {
        font-size: 23px;
        line-height: 30px;
    }

    #product .tabs .tab-pane#tags-product,
    #product .tabs .tab-pane#review-product,
    #product #tab-content #product-details,
    #product #tab-content #description {
        width: 100%;
        max-width: 100%;
    }

    #product #tab-content #product-details .product-features {
        max-width: 100%;
    }

    #product main.dorproDetailCol1.dor-product-thumb-position-gallery #content,
    #product main.dorproDetailCol1.dor-product-thumb-position-bottom #content,
    #product main.dorproDetailCol1.dor-product-thumb-position-left #content,
    #product main.dorproDetailCol1.dor-product-thumb-position-right #content {
        max-width: 100%;
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
    }

    body#product main.dor-product-thumb-position-right .dor-slick-thumb-arrow,
    body#product main.dor-product-thumb-position-left .dor-slick-thumb-arrow {
        height: 20px;
    }

    body#product main.dor-product-thumb-position-right .dor-slick-thumb-arrow i,
    body#product main.dor-product-thumb-position-left .dor-slick-thumb-arrow i {
        width: auto;
        height: auto;
        font-size: 18px;
    }

}

@media(max-width: 1199px) and (min-width: 992px) {
    #product .product-description h3 {
        font-size: 26px;
    }

    .dor-slick-thumb-arrow.slick-arrow-horizontal {
        width: 22px;
    }

    #tags_block_left .title_block,
    #left-column .facet .h6.facet-title,
    #left-column .text-uppercase.h6,
    .dorCompareLeftSidebar .section-title .title_block,
    #dor-tabsidebar-product-category .title_block a {
        font-size: 16px;
    }

    body#product main.dorproDetailCol3 section#main .compare-button-txt.hidden,
    body#product main.dorproDetailCol2 section#main .compare-button-txt.hidden {
        display: inline-block !important;
        color: #666;
    }

    body#product main.dorproDetailCol3 section#main #wishlist_button span,
    body#product main.dorproDetailCol2 section#main #wishlist_button span {
        display: inline-block !important;
        color: #666;
    }

    body#product main.dorproDetailCol3 section#main .product-actions .dor-wishlist #wishlist_button,
    body#product main.dorproDetailCol2 section#main .product-actions .dor-wishlist #wishlist_button {
        display: flex;
        width: auto;
        height: auto;
        line-height: normal;
        border: none;
        text-align: center;
        border-radius: 50%;
        background-color: transparent !important;
    }

    body#product main.dorproDetailCol3 section#main .compare.compare-product-button,
    body#product main.dorproDetailCol3 section#main .product-actions .dor-wishlist,
    body#product main.dorproDetailCol2 section#main .compare.compare-product-button,
    body#product main.dorproDetailCol2 section#main .product-actions .dor-wishlist {
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 50px;
    }

    body#product main.dorproDetailCol3 section#main .compare.compare-product-button .add_to_compare i,
    body#product main.dorproDetailCol3 section#main .product-actions .dor-wishlist #wishlist_button i,
    body#product main.dorproDetailCol2 section#main .compare.compare-product-button .add_to_compare i,
    body#product main.dorproDetailCol2 section#main .product-actions .dor-wishlist #wishlist_button i {
        font-size: inherit !important;
        padding-right: 5px;
    }

    body#product main.dorproDetailCol3 section#main .compare.compare-product-button .add_to_compare i::before,
    body#product main.dorproDetailCol3 section#main .product-actions .dor-wishlist #wishlist_button i::before,
    body#product main.dorproDetailCol2 section#main .compare.compare-product-button .add_to_compare i::before,
    body#product main.dorproDetailCol2 section#main .product-actions .dor-wishlist #wishlist_button i::before {
        color: #666 !important;
        font-size: 18px !important;
    }

    body#product main.dorproDetailCol3 section#main .compare.compare-product-button .add_to_compare,
    body#product main.dorproDetailCol2 section#main .compare.compare-product-button .add_to_compare {
        display: flex;
        width: auto;
        height: auto;
        line-height: normal;
        border: none;
        text-align: center;
        border-radius: 50%;
        background-color: transparent !important;
    }

    body#product main.dorproDetailCol3 section#main .product-add-to-cart,
    body#product main.dorproDetailCol2 section#main .product-add-to-cart {
        margin-right: 0;
    }
}

@media(max-width: 991px) and (min-width: 531px) {
    #product .dorproDetailCol4 #main .dor-product-extended .h1[itemprop="name"] {
        font-size: 21px;
        line-height: 25px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart {
        display: block;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .product-add-to-cart .control-label {
        display: block;
        margin-bottom: 10px;
    }

    #product .dorproDetailCol4 section#main .dor-product-extended .product-variants>.product-variants-item {
        display: block;
    }

    #product .dorproDetailCol4 section#main .dor-product-extended .product-actions .control-label {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart .product-quantity {
        display: block;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart .product-quantity .qty {
        width: 100%;
        flex: auto;
        max-width: 100%;
        margin-right: 0px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart .product-quantity .add {
        display: block;
        flex: 0 0 80%;
        max-width: 100%;
        margin-top: 15px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .compare.compare-product-button {
        margin-top: 0;
        margin-left: 0px;
        margin-right: 0px;
    }

    #product .dorproDetailCol4 #main .product-add-to-cart .product-quantity .qty .input-group.bootstrap-touchspin {
        float: none;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart .product-minimal-quantity {
        margin-bottom: 0px;
        line-height: 0px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended #product-availability {
        margin-top: 0;
        display: block;
        line-height: 0;
    }

    body#product main.dorproDetailCol4 section#main .dor-product-extended .compare.compare-product-button,
    body#product main.dorproDetailCol4 section#main .dor-product-extended .product-actions .dor-wishlist {
        margin-top: 20px !important;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart .add-to-cart {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart .add-to-cart * {
        font-size: 15px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart .product-quantity .input-group-btn-vertical {
        width: 30px;
        text-align: center;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart .product-quantity #quantity_wanted {
        width: calc(100% - 30px);
        padding-left: 2px;
        padding-right: 2px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart .product-quantity .qty .input-group-btn-vertical .btn i {
        font-size: 17px;
        left: calc(50% - 8px);
        top: calc(50% - 8px);
    }

    #product .dorproDetailCol4 section#main .dor-product-extended .product-prices {
        display: block;
        margin-top: 0px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-prices div.current-price span {
        font-size: 25px;
    }
}

@media(max-width: 991px) {
    #product section#main .compare.compare-product-button {
        float: none;
        clear: both;
        padding-top: 22px;
    }

    body#product div section#main .compare.compare-product-button .add_to_compare i::before,
    body#product section#main .compare-button-txt.hidden {
        color: #333 !important;
        height: auto;
        display: flex !important;
        line-height: 15px;
    }

    body#product div section#main .compare.compare-product-button .add_to_compare i::before {
        color: #2A48C9 !important;
    }

    #product .product-accessories p.h5.text-uppercase {
        font-size: 30px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .compare-button-txt.hidden {
        display: inline-block !important;
        color: #666;
    }

    #product .dorproDetailCol4 #main .dor-product-extended #wishlist_button span {
        display: inline-block !important;
        color: #666;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .dor-wishlist #wishlist_button {
        display: flex;
        width: auto;
        height: auto;
        line-height: normal;
        border: none;
        text-align: center;
        border-radius: 50%;
        background-color: transparent !important;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .compare.compare-product-button,
    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .dor-wishlist {
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 50px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .compare.compare-product-button .add_to_compare i,
    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .dor-wishlist #wishlist_button i {
        font-size: inherit !important;
        padding-right: 5px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .compare.compare-product-button .add_to_compare i::before,
    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .dor-wishlist #wishlist_button i::before {
        color: #666 !important;
        font-size: 18px !important;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .compare.compare-product-button .add_to_compare {
        display: flex;
        width: auto;
        height: auto;
        line-height: normal;
        border: none;
        text-align: center;
        border-radius: 50%;
        background-color: transparent !important;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart {
        margin-right: 0;
    }

    body #dor-tabsidebar-product-category .dor-product-left-block {
        width: 20%;
        max-width: 110px;
    }

    body #dor-tabsidebar-product-category .dor-product-right-block {
        width: calc(100% - 110px);
        padding-left: 10px;
    }

    body #dor-tabsidebar-product-category .h3.product-title a {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }

    body#product .dorproDetailCol2 #left-column,
    body#product .dorproDetailCol3 #content-wrapper,
    body#product .dorproDetailCol3 #left-column,
    body#product .dorproDetailCol2 #content-wrapper {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        flex: none;
        max-width: 100%;
    }

    #product main.dorproDetailCol3 #tab-content #product-details,
    #product main.dorproDetailCol2 #tab-content #product-details,
    #product main.dorproDetailCol3 .tabs .tab-pane#tags-product,
    #product main.dorproDetailCol2 .tabs .tab-pane#tags-product,
    #product main.dorproDetailCol3 .tabs .tab-pane#review-product,
    #product main.dorproDetailCol2 .tabs .tab-pane#review-product,
    #product main.dorproDetailCol3 #tab-content #description,
    #product main.dorproDetailCol2 #tab-content #description {
        max-width: 100%;
    }

    #product #content-wrapper section>div .col-md-6 {
        float: none;
        width: 100%;
    }

    #product #content-wrapper section>div .col-md-6 .images-container.dorDetailMainImage_bottom {
        margin-bottom: 45px;
    }

    #product #description .product-description {
        color: #021523;
        padding-left: 30px;
        padding-right: 30px;
    }
    #dor_custom_block_dor_left{
        display: none;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    body#product .tabs .nav-tabs .nav-link {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }

    main.dor-product-thumb-position-gallery #content .product-flags,
    main.dor-product-thumb-position-right #content .product-flags,
    main.dor-product-thumb-position-left #content .product-flags {
        display: none;
    }

    body#product #wrapper {
        padding-top: 30px;
    }

    body#product main.dor-product-thumb-position-left .images-container .js-qv-mask,
    body#product main.dor-product-thumb-position-right .images-container .js-qv-mask {
        max-width: 50px !important;
    }


    body#product section#main #wishlist_button span {
        display: inline-block !important;
        color: #666;
    }

    body#product section#main .product-actions .dor-wishlist #wishlist_button {
        display: flex;
        width: auto;
        height: auto;
        line-height: normal;
        border: none;
        text-align: center;
        border-radius: 50%;
        background-color: transparent !important;
    }

    body#product section#main .compare.compare-product-button,
    body#product section#main .product-actions .dor-wishlist {
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 50px;
    }

    body#product section#main .compare.compare-product-button .add_to_compare i,
    body#product section#main .product-actions .dor-wishlist #wishlist_button i {
        font-size: inherit !important;
        padding-right: 5px;
    }

    body#product section#main .compare.compare-product-button .add_to_compare i::before,
    body#product section#main .product-actions .dor-wishlist #wishlist_button i::before {
        color: #666 !important;
        font-size: 18px !important;
    }

    body#product section#main .compare.compare-product-button .add_to_compare {
        display: flex;
        width: auto;
        height: auto;
        line-height: normal;
        border: none;
        text-align: center;
        border-radius: 50%;
        background-color: transparent !important;
    }

    body#product section#main .product-add-to-cart {
        margin-right: 0;
    }

    body .modal.quickview .product-prices div.current-price span,
    body#product section#main .product-prices div.current-price span {
        font-size: 26px;
        line-height: 28px;
    }
}

@media(max-width: 767px) {
    #product #description .product-description {
        color: #021523;
        padding-left: 15px;
        padding-right: 15px;
    }

    #product #description .product-description ul li {
        line-height: 30px;
    }

    body#product .tabs .nav-tabs .nav-link {
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended-col {
        margin-top: 40px;
    }

    #product .dorproDetailCol4 #content-wrapper #main>.row>.col-md-6:last-child {
        width: 100%;
    }

    body#product main.dor-product-thumb-position-left .images-container .js-qv-mask,
    body#product main.dor-product-thumb-position-right .images-container .js-qv-mask {
        max-width: 70px !important;
    }

    body#product #wrapper {
        padding-top: 30px;
    }

    body#product main.dorproDetailCol3 section#main .h1[itemprop="name"],
    body#product main.dorproDetailCol2 section#main .h1[itemprop="name"],
    body#product section#main .h1[itemprop="name"] {
        margin-top: 30px;
    }

    html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs li.nav-item .nav-link {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 16px;
    }

    body#product #tab-content #product-details .product-features .h6,
    body#product #tab-content #description .product-description h2 {
        font-size: 20px;
    }

    #product section#main .compare.compare-product-button .add_to_compare {
        display: flex;
        align-items: center;
    }

    body#product section#main .compare-button-txt.hidden {
        width: auto;
        position: absolute;
        left: 53px;
        min-width: 200px;
    }

    #product section#main .compare.compare-product-button .add_to_compare {
        display: flex;
        justify-content: center;
    }

    #product .product-description h3 {
        font-size: 22px;
    }

    body#cart .cart-grid-body .cart-overview {
        padding-left: 0px;
        padding-right: 0px;
    }

    body#checkout section.checkout-step .forgot-password {
        margin-left: 0;
        display: flex;
        justify-content: flex-start;
    }
}

@media(max-width: 680px) and (min-width: 531px) {
    html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs li.nav-item .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 15px;
    }

    body#product main.dor-product-thumb-position-left .images-container .js-qv-mask,
    body#product main.dor-product-thumb-position-right .images-container .js-qv-mask {
        max-width: 65px !important;
    }
}

@media(max-width: 530px) {
    body#product .tabs .nav-tabs .nav-item {
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    body#product .tabs .nav-tabs .nav-link {
        border: 4px #eee solid;
        border-radius: 5px;
    }

    body#product .tabs .nav-tabs .nav-link.active {
        border-top-color: #2A48C9;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .dor-product-extended-head {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .dor-product-extended-col {
        width: 100%;
        float: none;
        border: 1px #ddd solid;
        border-radius: 5px;
        padding: 15px;
        margin-top: 30px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended #add-to-cart-or-refresh::after {
        content: "";
        display: table;
        clear: both;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .compare.compare-product-button,
    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .dor-wishlist {
        margin-top: 20px !important;
        float: left !important;
        margin-bottom: 0px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .product-add-to-cart .control-label {
        display: block;
    }

    #product .product-accessories p.h5.text-uppercase {
        font-size: 25px;
    }

    main.dor-product-thumb-position-gallery #content .product-flags,
    main.dor-product-thumb-position-right #content .product-flags,
    main.dor-product-thumb-position-left #content .product-flags {
        display: none;
    }

    html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs .nav-item {
        position: relative;
        display: block;
        width: 100%;
    }

    html body#product #tabInfoproduct.tab-inforproduct-slick ul.nav-tabs {
        display: block;
    }

    html body#product main.dorproDetailCol1 #tabInfoproduct.tab-inforproduct-slick .nav-tabs::before {
        display: none;
    }

    html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs li.nav-item {
        margin: 0px;
    }

    html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs li.nav-item .nav-link {
        border: 4px #eee solid;
        border-bottom: 0px;
        margin: 0px;
        opacity: 1;
    }

    html body#product #tabInfoproduct.tab-inforproduct-slick .nav-tabs li.nav-item:last-child .nav-link {
        border-bottom: 4px #eee solid;
    }

    #product #tab-content #product-details .product-features {
        max-width: 100%;
    }

    body#product main.dor-product-thumb-position-left .images-container,
    body#product main.dor-product-thumb-position-right .images-container {
        min-height: 15rem !important;
    }

    body#cart .product-line-grid-right.product-line-actions {
        position: static;
        flex: 0 0 100%;
        width: 100%;
    }
}

@media(max-width: 499px) {

    body#product main.dor-product-thumb-position-left .images-container .js-qv-mask,
    body#product main.dor-product-thumb-position-right .images-container .js-qv-mask {
        max-width: 60px !important;
    }


    body#product section#main #wishlist_button span {
        display: inline-block !important;
        color: #666;
    }

    body#product section#main .product-actions .dor-wishlist #wishlist_button {
        display: flex;
        width: auto;
        height: auto;
        line-height: normal;
        border: none;
        text-align: center;
        border-radius: 50%;
        background-color: transparent !important;
    }

    body#product section#main .product-actions .dor-wishlist {
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 50px;
    }

    body#product section#main .product-actions .dor-wishlist #wishlist_button i {
        font-size: inherit !important;
        padding-right: 5px;
    }

    body#product section#main .product-actions .dor-wishlist #wishlist_button i::before {
        color: #666 !important;
        font-size: 18px !important;
    }


    body#product section#main .product-add-to-cart {
        margin-right: 0;
    }

    body .modal.quickview .product-prices div.current-price span,
    body .modal.quickview .product-prices div.current-price span,
    body#product section#main .product-prices div.current-price span {
        font-size: 18px;
        line-height: 25px;
    }

    body#product main.dorproDetailCol3 section#main .h1[itemprop="name"],
    body#product main.dorproDetailCol2 section#main .h1[itemprop="name"],
    body#product section#main .h1[itemprop="name"] {
        font-size: 18px;
        line-height: 23px;
    }
}

@media(max-width: 421px) {

    body#product main.dor-product-thumb-position-left .images-container .js-qv-mask,
    body#product main.dor-product-thumb-position-right .images-container .js-qv-mask {
        max-width: 50px !important;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .compare.compare-product-button,
    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .dor-wishlist {
        margin-right: 10px;
        margin-left: 10px;
        flex: 0 0 44%;
        max-width: 44%;
        width: 100%;
    }
}

@media(max-width: 400px) {

    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .control-label,
    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .product-add-to-cart .control-label {
        margin-bottom: 10px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .product-add-to-cart,
    #product .dorproDetailCol4 #main .dor-product-extended .product-variants>.product-variants-item {
        display: block;
        margin-bottom: 0px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended #product-availability {
        margin-top: 0px;
        display: block;
    }
}

@media(max-width: 380px) {

    body#product main.dor-product-thumb-position-left .images-container .js-qv-mask,
    body#product main.dor-product-thumb-position-right .images-container .js-qv-mask {
        max-width: 45px !important;
    }

    body#product section#main .compare.compare-product-button,
    body#product section#main .product-actions .dor-wishlist {
        margin-right: 20px;
    }

    #product section#main .product-actions .product-add-to-cart .control-label {
        display: none;
    }

    body#product main.dor-product-thumb-position-left .images-container .slick-vertical .slick-slide,
    body#product main.dor-product-thumb-position-right .images-container .slick-vertical .slick-slide {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    #product .dorproDetailCol4 #main .dor-product-extended .compare.compare-product-button,
    #product .dorproDetailCol4 #main .dor-product-extended .product-actions .dor-wishlist {
        margin-right: 0;
        margin-left: 0;
        flex: 0 0 44%;
        max-width: 100%;
        width: 100%;
    }
}

/********End Product Responsive******/


/*****************End Product Page********************/



/*****************Contact Page********************/


/******Dor Custom Contact Page*******/
.store-list-wrapper {
    display: flex;
}

.store-list-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.title-dor-contact>span {
    font-size: 1.125rem;
    color: #818ea0;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}

.contact-form-head h3 {
    text-transform: none;
    font-size: 35px;
    font-weight: 300;
    color: #021523;
}

.contact-form-head p {
    font-size: 13px;
    color: #818ea0;
}

.title-dor-contact>p {
    font-size: 45px;
    margin-bottom: 50px;
    line-height: normal;
    font-weight: 400;
    color: #021523;
}

.ct-number-phone {
    font-size: 14px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 5px;
}

.ct-address-info {
    font-size: 13px;
}

.store-list-item span {
    color: #021523;
    font-weight: 500;
    font-size: 13px;
}

.store-list-item h5 {
    font-weight: 400;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #333;
}

.media-contact-form img {
    max-width: 100%;
    height: auto;
}

.contact-build-form form {
    background-color: #f2f3f5;
    padding: 40px 45px 45px 45px;
    height: 100%;
    border-radius: 9px;
}

.contact-build-form footer {
    text-align: left !important;
}

.contact-build-form footer .submitMessage {
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    background-color: #2A48C9;
    color: #fff !important;
    box-shadow: none !important;
    border: none !important;
}

.contact-form .form-fields .form-control-label {
    display: block;
    float: none;
    text-align: left;
    color: #021523;
    font-size: 13px;
    font-weight: 400;
}

.store-list-item p:last-child {
    font-size: 13px;
}

.contact-form .form-fields .form-group>div {
    display: block;
    float: none;
    width: 100%;
}

.contact-form {
    display: flex;
}

.intro-contact-form {
    flex: 0 0 50%;
    max-width: 50%;
}

.intro-contact-form-wrapper {
    padding-right: 100px;
}

.intro-contact-form-wrapper p {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #021523;
}

.contact-build-form {
    flex: 0 0 50%;
    max-width: 50%;
}

.store-list {
    margin-bottom: 50px;
}

.contact-build-form form .form-control {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    width: 100%;
    height: auto !important;
}

.store-list-item i {
    width: 25px;
    display: inline-block;
}



@media(max-width: 991px) {
    .title-dor-contact>p {
        font-size: 40px;
    }

    .contact-form {
        display: flex;
        flex-wrap: wrap;
    }

    .intro-contact-form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-build-form {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 35px;
    }

    .intro-contact-form-wrapper {
        padding-right: 0;
    }

    .store-list-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .store-list-item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }

    .store-list-item:last-child {
        margin-bottom: 0px;
    }
}

@media(max-width: 767px) {
    .title-dor-contact>p {
        font-size: 35px;
    }

    .contact-build-form form {
        padding: 25px;
    }
}

@media(max-width: 530px) {
    .title-dor-contact>p {
        font-size: 30px;
    }
}

/*****************End Contact Page********************/



/*****************About Us Page********************/


#cms header.page-header {
    display: none;
}


.dor-about-us-main {
    width: 80%;
    margin-bottom: 50px;
}

.aboutus-enty-subtitle {
    font-size: 1.125rem;
    color: #818ea0;
    margin-bottom: 35px;
}

.aboutus-enty-title {
    font-size: 70px;
    margin-bottom: 0.9375rem;
    color: #000;
    letter-spacing: normal;
    display: block;
    font-weight: 400;
    text-align: left;
}

.aboutus-enty-content {
    width: 600px;
    color: #333;
    text-align: left;
}

.aboutus-enty-content p {
    color: #333;
    font-size: 17px;
    line-height: 23px;
    font-weight: normal;
}

.dor-about-us-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 45px;
    margin-bottom: 40px;
}

.aboutus-box-item {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.aboutus-box-item .entry-title {
    color: #333;
    font-size: 15px;
}

.aboutus-box-item .entry-description p {
    font-size: 13px;
}

.site-module.text-check {
    padding-left: 50px;
    position: relative;
}

.site-module.text-check::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    left: 0px;
    top: 8px;
    background-color: #333;
}

.dor-aboutus-fullmedia img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
}

.aboutus-info-widget {
    padding-left: 15px;
    line-height: 30px;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
    padding-top: 55px;
    text-align: left;
}

.dor-about-us-block-info p,
.aboutus-info-widget p {
    font-size: 16px;
    color: #333;
}

.dor-about-us-block {
    margin-top: 50px;
}

.aboutus-block-title {
    font-size: 45px;
    margin-bottom: 0.9375rem;
    color: #000;
    display: block;
    font-weight: 400;
    text-align: left;
}

.dor-about-us-block-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dor-about-us-block-content>div.block-field-left {
    flex: 0 0 40%;
    max-width: 40%;
}

.dor-about-us-block-content>div.block-field-right {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10%;
}

.dor-about-us-block-media img {
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dor-about-us-block-info {
    line-height: 26px;
    text-align: left;
}

.dor-about-us-block .dor-about-us-title {
    margin-bottom: 55px;
}

@media(max-width: 1199px) {
    .aboutus-enty-title {
        font-size: 60px;
    }

    .aboutus-block-title {
        font-size: 40px;
    }

    .dor-about-us-main {
        width: 95%;
    }

    .aboutus-info-widget {
        width: 85%;
    }

    .dor-about-us-block-content>div.block-field-right {
        padding-left: 6%;
    }
}

@media(max-width: 991px) {
    .dor-about-us-main {
        width: 100%;
    }

    .dor-about-us-block-content>div.block-field-right {
        padding-left: 0%;
    }

    .aboutus-box-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .dor-about-us-block-content>div.dor-about-us-block-field {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dor-about-us-block-media {
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }

    .dor-about-us-block-media img {
        object-fit: cover;
        max-height: 500px;
    }
}

@media(max-width: 787px) {
    .aboutus-enty-title {
        font-size: 50px;
    }

    .aboutus-block-title {
        font-size: 35px;
    }

    .aboutus-enty-content {
        max-width: 100%;
    }

    .aboutus-info-widget {
        width: 90%;
    }
}

@media(max-width: 530px) {
    .aboutus-enty-title {
        font-size: 45px;
    }

    .aboutus-block-title {
        font-size: 30px;
    }

    .aboutus-enty-content {
        max-width: 100%;
    }

    .aboutus-info-widget {
        width: 90%;
    }
}








/**********FAQ**************/

div#dor-faqs {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.dor-faqs-container>.container {
    width: 100%;
    max-width: 100%;
}

#dor-faqs .container .row {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-wrap: wrap;
}

#dor-faqs-left {
    flex: 0 0 22.3333333333%;
    max-width: 22.3333333333%;
    order: 1;
    width: 100%;
}

#dor-faqs-wrapper {
    flex: 0 0 77.6666666667%;
    max-width: 77.6666666667%;
    order: 2;
    width: 100%;
    padding-left: 20px !important;
}

.dor-faqs-wrapper-tab-content {
    margin-bottom: 70px;
}

.dor-faqs-bar-tab-item {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
}

.dor-faqs-bar-tab-item.active a {
    color: #000;
}

.dor-faqs-bar-tab-item.active::before {
    content: "";
    height: 25px;
    width: 2px;
    background-color: #000;
    left: 0px;
    position: absolute;
    top: calc(50% - 14px);
}

.dor-faqs-bar-tab-item a {
    padding-left: 15px;
}

.dor-faqs-bar-tab-item * {
    color: #7c818b;
}

.dor-faqs-bar-tab-item a:hover {
    color: #2A48C9;
}

.dor-faqs-heading {
    margin-top: 10px;
    margin-bottom: 35px;
}

.dor-faqs-heading-title {
    font-size: 30px;
    color: #000;
}

.dor-faqs-accordion-title {
    font-size: 16px;
    font-weight: 500;
    padding: 30px 50px 30px 0px;
    position: relative;
    cursor: pointer;
}

.dor-faqs-accordion-title * {
    color: #333;
}

.dor-faqs-wrapper-data {
    padding-right: 15rem;
    font-size: 16px;
    text-align: left;
}

.dor-faqs-accordion-content {
    color: #333;
    line-height: 25px;
    display: block;
    height: 0px;
    overflow: hidden;
    transition: all 0.6s ease 0s;
}

.dor-faqs-accordion-item.active .dor-faqs-accordion-content {
    height: auto;
    overflow: inherit;
    padding-bottom: 35px;
}

.dor-faqs-accordion-content ul {
    list-style: disc;
    padding-left: 30px;
    margin-top: 10px;
}

.dor-faqs-accordion-title::before {
    content: "+";
    position: absolute;
    right: 5px;
    top: calc(50% - 15px);
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: 1px #ddd solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-top: 3px;
}

.dor-faqs-accordion-item.active .dor-faqs-accordion-title::before {
    content: "-";
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.dor-faqs-accordion-item::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0px;
    background-color: #ddd;
    left: 0px;
    right: 0px;
}

.dor-faqs-accordion-item {
    position: relative;
}

.dor-faq-page #dor-breadcrumb.dor-breadcrumb-style01 .breadcrumb {
    display: none !important;
}

@media(min-width: 992px) {
    .dor-faqs-navigation-bar.faq-scroll {
        position: fixed;
        top: 15px;
        background-color: #fff;
        z-index: 9999;
    }

    .dor-faq-page #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main .dor-page-title h1 {
        font-size: 65px;
        text-transform: none;
        max-width: 600px;
        font-weight: 500;
        line-height: 75px;
    }

}

@media(max-width: 1199px) {
    .dor-faqs-wrapper-data {
        padding-right: 0px;
    }

    .dor-faqs-heading-title {
        font-size: 26px;
    }
}

@media(max-width: 991px) {

    #dor-faqs-wrapper,
    #dor-faqs-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px !important;
    }

    .dor-faq-page #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main>.container {
        height: 150px;
    }

    .dor-faq-page #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main .dor-page-title h1 {
        font-size: 45px;
        text-transform: none;
        max-width: 400px;
        font-weight: 500;
        line-height: 65px;
    }
}

@media(max-width: 530px) {
    .dor-faqs-heading-title {
        font-size: 23px;
    }

    .dor-faqs-wrapper-tab-content {
        margin-bottom: 50px;
    }

    .dor-faqs-bar-tab-item {
        font-size: 16px;
        line-height: 20px;
    }

    .dor-faqs-heading {
        margin-bottom: 15px;
    }

    .dor-faqs-accordion-title {
        font-size: 15px;
        padding: 25px 40px 25px 0px;
    }

    .dor-faqs-accordion-item .dor-faqs-accordion-content {
        font-size: 15px;
    }

    .dor-faq-page #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main .dor-page-title h1 {
        font-size: 35px;
        text-transform: none;
        max-width: 345px;
        font-weight: 500;
        line-height: 45px;
    }

    .dor-faq-page #dor-breadcrumb.dor-breadcrumb-style01 .dor-breadcrumb-main>.container {
        height: 100px;
    }
}


/*****************End About Us Page********************/



/*****************Footer 01********************/

/********Footer Style 1*********/
#dor-footer01 .dor-footer01-before {
    background-color: #D4DAF4;
}

#dor-footer01 .footer-container {
    margin-top: 0px;
}

#dor-footer01 #footer-site-tags {
    padding-top: 65px;
    padding-bottom: 45px;
}

#dor-footer01 #footer-site-tags .tags {
    flex-wrap: wrap;
    display: block;
    margin: 0px -10px;
}

#dor-footer01 #footer-site-tags .tags li a {
    text-transform: capitalize;
    font-size: 12px;
    color: #333;
    font-weight: 500;
}

#dor-footer01 #footer-site-tags .tags li::after {
    content: "|";
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: absolute;
    top: 0px;
    right: -0.6rem;
}

#dor-footer01 #footer-site-tags .tags li:last-child::after {
    display: none;
}

#dor-footer01 #footer-site-tags .tags li {
    position: relative;
    font-size: 0.8125rem;
    margin-bottom: 0.1875rem;
    margin-top: 0.1875rem;
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 auto;
    float: left;
}

#dor-footer01 #blockEmailSubscription_displayFooterBefore {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 45px;
    padding-bottom: 45px;
}

#dor-footer01 #blockEmailSubscription_displayFooterBefore .row {
    display: flex;
    align-items: center;
}

#dor-footer01 #block-newsletter-label {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    width: auto;
    margin-bottom: 0px;
    padding-top: 0px;
}

#dor-footer01 .block-newsletter-form {
    width: 85%;
}

#dor-footer01 .block-newsletter-form p {
    margin-bottom: 0px;
    padding-top: 0px;
}

#dor-footer01 .block-newsletter-form .col-xs-12:last-child {
    width: 55%;
}

#dor-footer01 .block-newsletter-form .col-xs-12:last-child * {
    font-size: 12px;
    color: #fff;
}

#dor-footer01 .block_newsletter form input {
    height: 52px;
    box-shadow: none;
}

#dor-footer01 .block_newsletter form input[name='email'] {
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    font-size: 14px;
}

#dor-footer01 .block_newsletter form input[name="submitNewsletter"] {
    height: 52px;
    margin-top: 0px;
    margin-left: -1px;
    z-index: 1;
    position: relative;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    line-height: 40px;
    background-color: #2A48C9;
    border-color: #2A48C9 !important;
}

#dor-footer01 .block_newsletter form input[name="submitNewsletter"]:hover {
    background-color: #fff;
    color: #fcb941 !important;
}

#dor-footer01 .block-newsletter-form p.block_newsletter_alert {
    display: inline-flex;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 12px;
}

#dor-footer01 .block_newsletter form input[name='email']::-moz-placeholder,
#dor-footer01 .block_newsletter form input[name='email']::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}




#dor-footer01 {
    padding-top: 0;
    background-color: #fff;
}

.footer-group-link.footer-block ul {
    list-style: disc;
    padding-left: 12px;
}

#footer #dor-footer01 .footer-our-store>i.icon-contact-footer::before,
#footer #dor-footer01 .footer-container li a,
#footer #dor-footer01 .our-store-info h5 {
    color: #5C6670;
}

#footer #dor-footer01 .footer-newsletter-row .footer-social-share-links,
#footer #dor-footer01 .block-social {
    display: none !important;
}

#footer #dor-footer01 .footer-container li a:hover {
    color: #2A48C9;
}

#footer #dor-footer01 .dor-footer-block-newsletter.block_newsletter {
    margin: 0px;
    border: 1px #eee solid;
    padding: 30px 0px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: -75px;
}

#dor-footer01 .footer-container {
    background-color: #fff;
    width: 100%;
    clear: both;
    padding-top: 35px;
    padding-bottom: 10px;
    position: relative;
}

#dor-footer01 .footer-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    left: 0px;
    top: 0;
}

.dor-footer01-before .container {
    position: relative;
}

#footer #dor-footer01 .footerInstagram .section-title a {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    display: block;
}

#footer #dor-footer01 .connect-social-footer a i::before {
    font-size: 28px;
    color: #999;
}

#footer #dor-footer01 .connect-social-footer {
    margin-top: 29px;
}

#footer #dor-footer01 .connect-social-footer a {
    text-align: left;
    width: 50px;
    max-width: 20%;
    display: block;
}

#footer #dor-footer01 .footer-container li {
    line-height: 30px;
}

#footer #dor-footer01 .footerInstagram .section-title a,
#footer #dor-footer01 .footer-group-link>h4 {
    color: #2A48C9;
}

#footer #dor-footer01 .footer-newsletter-header h2 {
    color: #2A48C9;
}

#footer #dor-footer01 .connect-social-footer,
#footer #dor-footer01 .dor-footer-furniture-copyright-data,
#footer #dor-footer01 .footer-store-furniture-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

#footer #dor-footer01 #dor-footer-link-group {
    padding-left: 15px;
    padding-right: 15px;
}

#footer #dor-footer01 .footer-newsletter-icon i {
    color: #999;
}

#footer #dor-footer01 .footer-newsletter-row .title-block.text-left.footer-widget {
    flex: 0 0 45%;
    max-width: 45%;
}

#footer #dor-footer01 .footer-newsletter-row .footer-widget.newsletter-form-field {
    flex: 0 0 52%;
    max-width: 52%;
}

#footer #dor-footer01 .footer-main-data {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}

#footer #dor-footer01 .footer-main-data::after {
    content: "";
    display: table;
    clear: both;
}

#footer #dor-footer01 .footer-newsletter-row {
    padding-left: 20px;
    padding-right: 20px;
}

#footer #dor-footer01 .dor-footer-furniture-copyright-data>div {
    flex: 0 0 50%;
    max-width: 50%;
}

#footer #dor-footer01 .dor-footer-furniture-copyright-data>div.furniture-payment-footer {
    justify-content: flex-end;
    display: flex;
}

#footer #dor-footer01 .dor-footer-furniture-copyright-data>div p {
    margin: 0px;
}

#footer #dor-footer01 .dor-footer-furniture-copyright {
    background-color: #192B79;
    padding: 8px 0px;
}

#footer #dor-footer01 .dor-footer-furniture-copyright-data>div * {
    font-size: 13px;
    color: #fff;
}

#footer #dor-footer01 .footer-newsletter-row #main-newsletter-footer .row-item .input-wrapper input {
    border-radius: 0px;
    border: 1px #eee solid;
}

#footer #dor-footer01 .footer-newsletter-row #main-newsletter-footer .newsletter-submit-btn {
    padding-left: 10px;
}

#footer #dor-footer01 .footer-newsletter-row #main-newsletter-footer .newsletter-submit-btn input {
    border: 1px #333 solid;
    border-radius: 0px;
    height: 48px;
    margin: 0px;
}

#footer #dor-footer01 .footer-newsletter-header p {
    color: #999;
}

#footer #dor-footer01 .dor-footer-furniture-copyright-data {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

#footer #dor-footer01 .dor-footer-furniture-copyright-data::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #555;
    top: 0px;
    display: none;
    left: 0px;
}

#footer #dor-footer01 .dor-footer-furniture-copyright-data::before {
    background-color: #e5e8ec;
}




.footer-container li a {
    font-size: 16px;
    color: #9a9a9a;
}

.footer-container li {
    line-height: 25px;
    color: #9a9a9a;
}

.footer-container {
    box-shadow: none;
}

.dor-footer-after {
    background-color: #eaeaea;
}

.dor-footer-link-list {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.payment>ul {
    display: flex;
    text-align: right;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -3px;
    margin-right: -3px;
}

.payment::after {
    content: "";
    display: table;
    clear: both;
}

#footer {
    background-color: #fff;
}

#index #footer {
    padding-top: 0px;
}

#footer .dor-footer-block-newsletter.block_newsletter {
    margin: 0px;
}

#footer .dor-footer-before {
    background-color: #2A48C9;
    padding: 20px 0;
}

#footer .footer-newsletter-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#footer .footer-newsletter-row .footer-widget {
    max-width: 45%;
}

#footer .title-block.footer-widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#footer .footer-newsletter-row .title-block.text-left.footer-widget {
    margin-right: 35px;
    flex: 0 0 35%;
    max-width: 35%;
}

#footer .footer-newsletter-row .footer-widget.newsletter-form-field {
    flex: 0 0 45%;
    max-width: 45%;
}

#footer .footer-newsletter-row .footer-social-share-links {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    white-space: nowrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
}

.footer-newsletter-icon {
    margin-right: 15px;
}

.footer-newsletter-header h2 {
    font-size: 21px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.footer-newsletter-icon i {
    color: #fff;
    line-height: normal;
    display: block;
}

.footer-newsletter-icon i::before {
    font-size: 45px;
}

#main-newsletter-footer {
    height: 100%;
    border-radius: 35px;
    background-color: #fff;
}

.footer-newsletter-header p {
    margin-bottom: 0;
    color: #ddd;
    padding-top: 0px;
}

#footer .footer-newsletter-row #main-newsletter-footer .row-item {
    width: 750px;
    max-width: 100%;
    height: 100%;
}

#footer .footer-newsletter-row #main-newsletter-footer .row-item>div:not(.col-xs-12) {
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

#footer .footer-newsletter-row #main-newsletter-footer .row-item .input-wrapper {
    width: 98%;
    display: table-cell;
}

#footer .footer-newsletter-row #main-newsletter-footer .newsletter-submit-btn {
    display: table-cell;
}

#footer .footer-newsletter-row #main-newsletter-footer .row-item .input-wrapper input {
    width: 100%;
    height: 48px;
    border-radius: 25px 0 0 25px;
    outline: none !important;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
}

#footer .footer-newsletter-row #main-newsletter-footer .newsletter-submit-btn input {
    transition: all 0.4s ease 0s;
    background-color: #333;
    border: none;
    color: #fff;
    border-radius: 25px 25px 25px 25px;
    box-shadow: none;
    height: 41px;
    font-weight: 500;
    padding-right: 20px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#footer .footer-newsletter-row #main-newsletter-footer .newsletter-submit-btn input:hover {
    background-color: #2A48C9;
    color: #fff;
}

#footer .footer-newsletter-row .footer-social-share-links a {
    margin: 0 20px;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 39px;
    text-align: center;
}

#footer .footer-newsletter-row .footer-social-share-links a:last-child {
    margin-right: 0;
}

#footer .footer-newsletter-row .footer-social-share-links a i {
    font-size: 18px;
}

#footer .footer-newsletter-row .footer-social-share-links a.share-facebook:hover {
    border-color: #3B5998;
    background-color: #3B5998;
    color: #fff;
}

#footer .footer-newsletter-row .footer-social-share-links a.share-twitter:hover {
    border-color: #5bc0de;
    background-color: #5bc0de;
    color: #fff;
}

#footer .footer-newsletter-row .footer-social-share-links a.share-linkedin:hover {
    border-color: #0e76a8;
    background-color: #0e76a8;
    color: #fff;
}

.our-store-info h5 {
    margin-bottom: 5px;
    font-size: 16px;
}

.item.contact-us-info-footer h5 {
    font-size: 14px;
}

.our-store-info p {
    margin-bottom: 5px;
}

.item.logo-footer {
    margin-bottom: 20px;
}

.item.contact-us-info-footer p {
    font-size: 13px;
}

.dor-footer-links {
    padding-top: 0px;
    padding-bottom: 40px;
}

.item.contact-us-info-footer {
    margin-bottom: 0px;
    margin-top: 20px;
}

.footer-group-link>h4 {
    margin-bottom: 20px;
    font-weight: 800;
}

.footer-group-link.footer-block {
    flex: 0 0 23.3333333333%;
    max-width: 23.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
}

#block_contact_footer {
    flex: 0 0 30%;
    max-width: 30%;
}

#dor-footer-link-group .footer-block {
    width: 50%;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

#footer #block_secured_footer h5,
#footer #block_secured_footer h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
}

.footer-group-link>h4 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 20px;
}

#block_contact_footer h4 a img {
    max-width: 180px;
    height: auto;
    max-height: 62px;
}

.footer-our-store>i.icon-contact-footer {
    float: left;
    margin-top: 10px;
}

.footer-our-store>i.icon-contact-footer::before {
    font-size: 40px;
    color: #fff;
}

.our-store-info {
    color: #fff;
    float: left;
    padding-left: 15px;
    width: calc(100% - 45px);
    font-weight: 400;
}

.our-store-info h5 {
    font-weight: 500;
}

#footer_contact_block .item::after {
    content: "";
    display: table;
    clear: both;
}

#block_contact_footer h4 {
    padding-bottom: 25px;
}

.our-store-info>p.contact-fone-footer {
    font-size: 20px;
    font-weight: 700;
    color: #2A48C9;
}

.item.payment-item-footer {
    margin-top: 30px;
}

.footer-bottom-info-wapper.clearfix {
    text-align: center;
    color: #fff;
}

.footer-copyright-payment {
    padding: 20px 0;
    position: relative;
}

.footer-copyright-payment::before {
    content: "";
    position: absolute;
    background-color: #444;
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.footer-container.dorFooterInner {
    margin: 0px;
    padding-top: 60px;
}

.footer-container.dorFooterInner>.container {
    padding-left: 0px;
    padding-right: 0px;
}

.newsletter-title-mod,
.footer-social-connect-icon {
    display: none;
}

@media(max-width:1190px) {
    #footer #dor-footer01 .footer-main-data {
        flex-wrap: wrap;
    }

    #footer #dor-footer01 .footer-main-data .footer-group-link.footer-block {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 25px;
        text-align: left;
    }

    #dor-footer01 .block-newsletter-form .col-xs-12:last-child {
        display: none;
    }
}

@media(max-width: 767px) {
    #footer #dor-footer01 .dor-footer-furniture-copyright-data>div {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    #footer #dor-footer01 .dor-footer-furniture-copyright-data>div.furniture-payment-footer {
        justify-content: center;
        display: flex;
        margin-top: 15px;
    }

    #dor-footer01 #blockEmailSubscription_displayFooterBefore .row {
        flex-wrap: wrap;
    }

    #dor-footer01 #block-newsletter-label {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    #dor-footer01 .block-newsletter-form {
        flex: 0 0 100%;
        width: 100%;
    }

    #block_contact_footer h4 {
        padding-bottom: 0px;
    }
}

@media(max-width: 600px) {
    #footer #dor-footer01 .footer-main-data .footer-group-link.footer-block {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
        text-align: left;
    }

    #footer #dor-footer01 .footer-main-data #block_contact_footer {
        margin-bottom: 50px;
    }
}

/*****************End Footer 01********************/

/* User Profile Header Styles */
.user-profile-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    cursor: pointer;
}

.user-profile-header .user-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.user-profile-header .user-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    max-width: 11.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 5px;
    padding-bottom: 5px;
}

.user-profile-header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Shopping Cart Badge Styles */
.cart-icon-wrapper {
    position: relative;
    display: inline-block;
}

.cart-products-count-badge {
    position: absolute;
    top: -0px;
    right: -8px;
    background-color: #2a48c9;
    color: white !important;
    border-radius: 20px;
    padding: 2px 5px;
    font-size: 12px;
    min-width: 18px;
    height: 18px;
    line-height: 10px;
    text-align: center;
    border: 1px solid white;
}

#cart button.bootstrap-touchspin-down,
#cart button.bootstrap-touchspin-up {
    height: 35px;
    top: 1px;
}

#cart button.bootstrap-touchspin-down {
    left: -42px !important;
}

#cart button.bootstrap-touchspin-up {
    right: -42px !important;
}

/** Integrate "Account" figma theme to the Prestashop */

.customer-custom {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: self-start;
}

.customer-col-left {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 296px;
}

.customer-col-right {
    flex: 1;
    padding: 32px;
    border: 1px solid #DEE0E2;
}

.customer-avatar-name {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    gap: 8px;
    align-items: center;
    border: 1px solid #DEE0E2;
    padding: 16px;
    overflow: hidden;
}

.customer-avatar {
    width: 64px;
    height: 64px;
    overflow: hidden;
    line-height: 64px;
}

.customer-avatar img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.customer-code-compte {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #373D43;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.customer-links {
    flex: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px;
}

.customer-link-item,
.customer-link-item:focus,
.customer-link-item {
    flex: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #2A48C9;
    align-items: center;
    justify-content: left;
    padding: 12px;
    border-bottom: 2px solid #DEE0E2;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

.customer-link-item:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    background-color: #2A48C9;
    height: 2px;
    transition: width 0.4s ease;
}

.customer-link-item.active:after,
.customer-link-item:hover:after {
    width: 100%;
}

.customer-head {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #2A48C9;
    margin-bottom: 32px;
}

.profile-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.profile-left,
.profile-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-avatar {
    width: 194px;
    height: 194px;
    margin: 0 auto 24px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-left .upload-btn {
    background-color: #EBEEF0;
    color: #9DA3A9;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    transition: background-color 0.3s;
}

.profile-left .upload-btn:hover {
    background-color: #d0d0d0;
}

.profile-left .upload-info {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #9DA3A9;
}

.profile-right .form-group {
    width:100%;
    text-align: left;
    margin-bottom:16px;
}

.profile-right .form-group label {
    display: block;
    text-align: left;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
    color: #373D43;
}

.profile-right .form-group input {
    width: 100%;
    padding: 8px 12px;
    border: none;
    background-color: #DEE0E2;
    border-radius: 20px;
    height:36px;
    color: #9DA3A9;
    outline: none;
}

.profile-right .edit-btn{
    width:100%;
    text-align: center;
}

.profile-right .edit-btn a {
    display: block;
    background-color: #EBEEF0;
    color: #2A48C9;
    border: none;
    padding-top: 8px;
    padding-bottom:8px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.profile-right .edit-btn a:hover {
    background-color: #e0e0e0;
}

.wishlist-footer-links,
.page-my-account .page-footer{
    text-align: center;
}

.wishlist-footer-links a,
.page-my-account .page-footer a{
    display: inline-block;
}

.wishlist-footer-links .text-primary{
    color:#2A48C9!important;
}

.page-customer-account #content{
    box-shadow: none;
    padding:0;
}

[data-attribute="wishlist-action-share"] {
    display: none !important;
}
.brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}
.brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 calc(20% - 16px);
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
}
#supplier h1{
    word-break: break-word;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    color: #2A48C9;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    white-space: nowrap;
    padding-bottom: 1em;
}
.brand-infos a{
    font-weight: 600;
}
.brand-products{
    margin-top: auto;
}
.brand-list .brand:hover .brand-img {
    box-shadow: 0px 0px 0px 2px #D7181E;
    border-radius: 6px;
}
@media(max-width: 1199px) {
    .customer-col-right{
        padding:16px;
    }
    .page-customer-account #content{
        width: 100%;
    }
    a#exportDataToCsv{
        margin-bottom:15px;
    }
    .brand {
        flex: 1 1 calc(33.33% - 16px);
    }
}

@media(max-width: 767px) {
    .customer-custom{
        flex-wrap:wrap;
        flex-direction: column;
        gap:32px;
    }

    .customer-col-left{
        gap:16px;
    }

    .customer-col-right,
    .customer-col-left{
        width:100%;
    }
    .brand {
        flex: 1 1 calc(50% - 16px);
    }
}
@media (max-width: 480px) {
    .brand {
      flex: 1 1 100%;
    }
}

#pickup-stores .title_block{
    border-color:#2A48C9
}

.cart-grid-body #fme-pickup-stores-page,
.cart-grid-body #pickup-stores{
    background: none;
}

#fme-pickup-stores-page .control-label{
    margin-top:7px;
}

/** SCRUM-206 */

#Dor_Full_Slider .jssorl-009-spin{
    background: none!important;
}

/** SCRUM-208 */

.product-miniature div[itemprop="aggregateRating"],
.product-miniature .dor-product-list-reviews,
.product-detail-header .product-comments-additional-info,
.product-container-sidebar .hook-reviews,
.product-container .hook-reviews{
    display: none!important;
}

article.product-miniature.js-product-miniature .dor-addcart-button-custom {
    position: static;
    margin:auto auto 15px auto;
    text-align: center;
}

article.product-miniature.js-product-miniature .add.dor-product-cart-miniature{
    padding-bottom:0;
}

.dor-product-reference{
    display: block;
    margin-bottom:16px;
}

.dor-price-addtocart{
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.role-main-price .price {
    font-size: 19px;
}
.adc-warning{
    color: red;
}
.out-of-stock-warning{
    padding-bottom: 1em;
    color: red;
}

@media (min-width: 768px) {
    article.product-miniature.js-product-miniature .dor-product-cart-miniature .add-to-cart {
        display: block;
        width: auto;
        border-color: #2A48C9;
        background-color: #2A48C9;
        border-width: 2px;
        margin:0 auto;
        border-radius: 36px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart * {
        color: #fff;
        font-weight: 700;
        font-size: 13px;
    }
    .dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart .shopping-cart::before {
        font-size: 1em;
        color: #fff;
    }
    .dor-home-banner-slider-item img{
        width: 100%;
        height: auto;
    }
}

/** SCRUM-219 */

#header #dor-header-style1 .dor-megamenu .navbar-nav>li>a,
#dor-header-style1 .logo,
#dor-header-style1 .dor-megamenu li *{
    transition: none;
}
#dor-header-style1 .dor-megamenu li a{
    text-decoration: none;
}
#dor-header-style1 .dor-megamenu .dropdown-menu {
    animation: none;
    color: #fff;
}
#header.fixed #dor-header-style1 #dor_search_top .dor-search-form{
    overflow: hidden;
}

body.open-search #header.fixed #dor-header-style1 #dor_search_top .dor-search-form{
    overflow: visible;
}
/** SCRUM-238 */
.btn-clear-filter {
  background: #EBEEF0;
  box-shadow: none;
  border-radius: 25px;
  color: #2A48C9;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  padding: .5rem 1rem;
}
.btn-clear-filter:hover {
  color: #fff;
  background-color: #2A48C9;
}
.material-icons.reduce-margin-icon {
  font-size: 14px;
  font-weight: 700;
  margin-right: 2px;
  margin-bottom: 2px;
}
.filter-link {
  display: flex !important;
  align-items: center;
  position: relative;
  width: 100% !important;
  text-decoration: none;
}
.filter-label {
  flex: 1 1 auto;
  margin-right: 0.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  min-width: 0;
}
.filter-magnitude {
  flex: 0 0 2em;
}

.inline-form-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}

.inline-label {
  margin-bottom: 0;
  min-width: 60px;
  text-align: left;
  padding-left: 10px;
}

.inline-input-wrapper {
  flex: 1;
  max-width: 80%;
  padding-right: 50px;
}

.rounded-small-button {
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 14px;
  min-width: 100px;
  max-width: 150px;
  margin: 0 auto;
  display: block;
}

.centered-button-container {
  text-align: center;
}

/** SCRUM-218 */
.mes-contact-wrap{
    display: flex;
    flex-wrap:nowrap;
    gap:30px;
    justify-content: center;
}

.mes-contact-wrap .mesc-item{
    flex:1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
}

.mesc-title{
    font-weight: 700;
    color:#2A48C9;
}

.mesc-item .form-group label {
    display: block;
    text-align: left;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
    color: #373D43;
}

.mesc-item .form-group input {
    width: 100%;
    padding: 8px 12px;
    border: none;
    background-color: #DEE0E2;
    border-radius: 20px;
    height: 36px;
    color: #9DA3A9;
    outline: none;
}

.mesc-item .send-email-btn{
    width: 100%;
    text-align: center;
}

.mesc-item .send-email-btn a {
    display: block;
    background-color: #EBEEF0;
    color: #2A48C9;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.mesc-right .send-email-btn{
    margin-top:auto;
    margin-bottom:0;
}
#wk_mu_assigned_cart_paginate .pagination, #wk_mu_sub_user_list_paginate .pagination {
    float: right;
}
@media (max-width: 768px){
    .mes-contact-wrap{
        flex-direction: column;
    }

    .mes-contact-wrap .mesc-item{
        max-width: 100%;
    }
    #main-wrapper-top .row{
        flex-direction: column;
        align-items: center;
    }
    .dor-home-banner-slider{
        max-width: 100%;
        width: 100%;
    }
    .dor-home-banner-slider-inner{
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
    .dor-home-banner-slider-inner img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    #main-wrapper-top #dorSlideShow {
        max-width: 100%;
        position: relative;
        margin-top: 20px;
        flex: 0 0 100%;
    }
}

/**SCRUM-172 */

.roles-quantity-choose{
    display: flex;
    justify-content: space-between;
}

.roles-quantity-choose .qty{
    margin:0;
    padding-left:32px;
    padding-right:32px;
    display: inline-block;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
    margin:-1px;
}

.roles-product-prices{
    justify-content: space-between;
}

.roles-product-prices-ttc {
    display: flex;
    color: #2a48c9;
    margin-bottom: 20px;
    justify-content: space-between;
}
.roles-product-prices-ttc h4 {
    font-size: 23px;
    font-weight: bold;
}

.modal.quickview .product-prices, #product section#main .product-prices{
    margin:10px 0 0 0;
}

#product section#main .product-add-to-cart{
    float:none;
    margin:0;
}

#product section#main .compare.compare-product-button{
    float:none;
}

#dor-header-style1 .header-top .position-static{
    width: 100%;
    text-align: center;
    float: none;
    display: flex;
}

#dor-header-style1 .dor_search.form-group button{
    line-height: 1;
}

.dorCompareToggle.bt_compare{
    width:100%;
    max-width: 1290px;
    left:auto;
    right:auto;
}

.submit_fmm_pq_submit{
    display: flex;
    flex-wrap:nowrap;
    padding:20px 0;
    justify-content: space-between;
}

.submit_fmm_pq_submit .form-footer{
    order:2;
    display: flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    gap:10px;
}

.submit_fmm_pq_submit .form-footer .fmm_quote_sb_btn{
    margin:0;
}

.submit_fmm_pq_submit #productquotation_btn{
    margin:0;
}
#wk_mu_sub_user_list_paginate .pagination li.disabled{
    display: none;
}
#wk_mu_sub_user_list_paginate .pagination .paginate_button.next,
#wk_mu_sub_user_list_paginate .pagination .paginate_button.previous {
    border: none;
}
#wk_mu_sub_user_list_paginate .pagination .paginate_button.next a,
#wk_mu_sub_user_list_paginate .pagination .paginate_button.previous a {
    position: relative;
    color: transparent;
    background-color: transparent;
}

#wk_mu_sub_user_list_paginate .pagination .paginate_button.next a::before {
    content: "chevron_right";
    font-family: 'Material Icons';
    color: #2A48C9;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.7em;
}
#wk_mu_sub_user_list_paginate .pagination .paginate_button.previous a::before {
    content: "chevron_left";
    font-family: 'Material Icons';
    color: #2A48C9;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.7em;
}
#wk_mu_sub_user_list_paginate .paginate_button.active a,
#wk_mu_sub_user_list_paginate .paginate_button:not(.next):not(.previous) a:hover{
    border-color: #2A48C9;
    background-color: #2A48C9;
    color: #fff;
}
#dor-header-style1 #dor_search_top .dor_search.form-group #dor_query_top{
    padding-right:3em;
    text-overflow: ellipsis;
}

.profile-left, .profile-right{
    overflow: hidden;
}

.profile-right .edit-btn a{
    padding-left:2em;
    padding-right:2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*
---- SKELETON ------
*/
.real-content {
    display: none;
}
.skeleton {
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
.sort-by-row .skeleton-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.skeleton-wrapper .dor-product-sort-order {
    margin-left: auto;
}

.skeleton-line {
  height: 35px;
  width: 100%;
  margin-bottom: 8px;
}
.skeleton-badge {
  height: 20px;
  width: 65px;
  margin-bottom: 8px;
}
.skeleton-brand {
  height: 30px;
  width: 120px;
}
.skeleton-button {
  height: 37px;
  width: 140px;
  display: block;
  border-color: #2A48C9;
  background-color: #2A48C9;
  border-width: 2px;
  margin: auto auto 15px auto;
  border-radius: 36px;
  padding-left: 15px;
  padding-right: 15px;
}

.skeleton-line.short {
  width: 60%;
}
.sk .col-md-6 {
  float: right;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}



@media (max-width: 1365px){
    .dorCompareToggle.bt_compare{
        width:100%;
        max-width: 100%;
        left:0;
        right:0;
    }
}

@media (min-width: 1200px){
    #search_filters_wrapper{
        left:0!important;
    }
}

@media (max-width: 1199px){
    header#header:not(.fixed) .dor-w-logo a{
        position: static;
    }

    .footer-promotion-content{
        flex-wrap:nowrap;
        gap:10px;
        padding:20px 0;
    }

    .footer-promotion-box.box-text,
    .footer-promotion-box.box-image,
    .footer-promotion-box.box-button{
        flex:1;
        max-width: unset;
    }

    .footer-promotion-box.box-button .footer-promotion-box-info {
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .footer-box-feature-item-info{
        padding-left:15px;
        padding-right:15px;
    }

    .footer-box-features-content, .main-box-features-content{
        gap:10px;
    }

    .footer-box-feature-item{
        flex: 1 1 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }

    #product .compare-butons-wrapper{
        flex-wrap: wrap;
    }

    .dor-addcart-button-custom{
        padding-left:0;
        padding-right:0;
    }

    .role-header-cart{
        background: none;
    }

    .role-header-cart > span,
    .user-profile-header .user-name,
    .header-top .menu-promotions,
    .dor-topbar-header-role{
        display: none;
    }

    .blockcart.cart-preview .role-header-cart .cart-icon-wrapper{
        width:20px;
        height:34px;
    }

    .blockcart.cart-preview .role-header-cart .cart-icon-wrapper::before{
        content :"\f10a";
        display: inline-block;
        font-family: cindy !important;
        font-size: 20px;
        color: #333333;
    }

    .user-profile-header .user-avatar img,
    .blockcart.cart-preview .role-header-cart .cart-icon-wrapper img{
        display: none;
    }

    #header #dor-header-style1 .icon-user-info,
    .user-profile-header .user-avatar{
        width:25px;
        height:25px;
        padding:0;
        background: none;
        text-indent: -9999px;
        overflow: hidden;
    }

    #header #dor-header-style1 .icon-user-info::before,
    .user-profile-header .user-avatar::before{
        content :"\f1bd";
        display: inline-block;
        font-family: cindy !important;
        font-size: 20px;
        color: #333333;
        text-indent:0;
    }

    .role-header-cart{
        height:auto;
        padding:0 10px!important;
    }

    #header #dor-header-style1 .dor-w-logo{
        text-align: left;
    }

    #dor-header-style1 #dor_search_top .icon-search-top{
        display: none!important;
    }

    #header #dor-header-style1 .header-top{
        padding-bottom:64px;
    }

    header#header #dor-header-style1 #dor_search_top .dor-search-form{
        position: absolute !important;
        z-index: 8;
        display: block !important;
        top: 100%!important;
        left: -15px;
        right: -15px;
        background-color: #fff;
        justify-content: center;
        padding: 0 15px 15px 15px;
        width:100vw;
        transform: none;
        transition: none;
    }

    #header #dor-header-style1 .header-top>.container>.row:first-child{
        padding-top:20px;
        padding-bottom:15px;
        gap: 5px;
        justify-content: space-between;
        align-items: center;
        justify-content: space-between;
    }

    #dor-header-style1 #dor_search_top{
        padding:0;
        margin:0;
    }

    header#header .header-top .dor-megamenu #dor-top-menu .navbar-nav>li>.dropdown-menu li.parent.dropdown-submenu::before{
        display: none!important;
    }

    #header #dor-header-style1 .widget-content .widget-heading.title_block span.caretmobile, #header #dor-header-style1 .dor-megamenu #dor-top-menu .navbar-nav>li>.dropdown-menu li.parent.dropdown-submenu .caretmobile{
        padding-right:0;
    }

    #header #dor-header-style1 #dor-top-menu li.parent>.dropdown-menu.level1>li{
        overflow: hidden;
    }

    header#header .header-top .dor-megamenu #dor-top-menu .navbar-nav>li>.dropdown-menu li.parent.dropdown-submenu a{
        margin-right:0;
    }

    #dor-top-menu li a:hover, #dor-top-menu li a:hover span, #dor-top-menu li a:focus{
        color:#000!important;
    }

    .dor-megamenu .dropdown-menu li:hover{
        background: none;
    }

    .dor-megamenu .dropdown-menu li:hover>span, .dor-megamenu .dropdown-menu li:hover>span::before, .dor-megamenu .dropdown-menu li:hover>span *, .dor-megamenu .dropdown-menu li:hover>a *{
        color:#333!important;
    }

    #header #dor-header-style1 .dor-megamenu .navbar-nav>li .caretmobile{
        top:15px;
    }

    #header #dor-header-style1 #dor-menu-md-showlist #dor-verticalmenu, #header #dor-header-style1 #dor-menu-md-showlist .dor-header-top-menu {
        display: flex;
        max-width: 100%;
        flex-direction: column;
        gap: 15px;
    }

    .dor-header-top-menu .menu-promotions{
        display: inline-block;
        padding:0 15px;
    }

    .list-compare-toggle ul{
        display: flex;
        flex-wrap:nowrap;
    }

    .list-compare-toggle ul li{
        flex: 0 0 calc(50% - 5px);
        padding:0;
    }

    .compare-toggle-wraper{
        padding:10px;
    }

    .compare_remove_toggle{
        top:16px;
        right:-10px;
    }

    .compare-toggle-wraper h3{
        font-size:10px;
    }

    .dorCompareLeftInner .list-compare-toggle ul li:last-child{
        display: none;
    }

    .user-profile-header{
        padding-right:0;
    }

    #_desktop_user_info, .dor-header-selection, #_desktop_cart{
        padding-left:0;
        padding-right:0;
    }
}

@media (min-width:531) and (max-width: 991px){
    .footer-box-feature-item, .main-box-feature-item{
        max-width: unset;
        flex:0 0 48%;
    }

    .tabInfoproduct-inner{
        display: flex;
        flex-direction: column;
        gap:15px;
    }

    #product #content-wrapper #tabInfoproduct{
        margin:40px auto;
    }

    #js-product-list-top,
    #products #js-product-list .products.row{
        margin-left:0;
        margin-right:0;
    }

    .featured-products .col-md-3,
    .featured-products .col-md-9{
        width:100%;
        float:none;
    }

    .featured-products .feature-catalog-data,
    .featured-products #left-column{
        margin:0 -15px;
    }

    .featured-products .product-miniature{
        width: calc(33.3333% - 0px);
    }

    #dor_custom_block_dor_left{
        display: none;
    }

    body#category #js-product-list-top .total-products, #js-product-list-top .total-products {
        display: flex !important;
        max-width: unset;
        width: auto;
        padding: 0;
        align-items: center;
        gap: 18px 10px;
    }

    .products-selection .sort-by-row{
        flex-wrap:wrap;
        gap:15px 10px;
    }

    #js-product-list-top .total-products p{
        display: inline-block;
    }

    .dor-product-sort-order{
        flex:100%;
    }

    .dor-product-sort-order-inner{
        justify-content: flex-start;
        flex-wrap:wrap;
        gap:10px 5px;
    }

    .products-selection .sort-by{
        font-size: 30px;
    }

    .feature-catalog-data #js-product-list-top {
        padding-left: 0;
        padding-right: 0;
    }

    #js-product-list-top::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #e5e8ec;
        bottom: -15px;
        left: 0;
        right: 0;
    }

    .featured-products .feature-catalog-data .products.row{
        margin:0 ;
    }

    body article.product-miniature:nth-child(4n+1):not(:first-child) .dor-product-miniature,
    body #products article:nth-child(4n+1):not(:first-child) .dor-product-miniature{
        border-left: none;;
    }
    body #products article.product-miniature:nth-child(3n+1):not(:first-child) .dor-product-miniature {
        /* border-left: 1px #DEE0E2 solid; */
        border-top: none;
        /* border-right: none; */
    }
    /* body #products article.product-miniature:nth-child(3n+5) .dor-product-miniature {
        border-left: 1px #DEE0E2 solid;
    } */
    h2.category-left-title{
        margin-bottom:25px;
        font-size:30px;
    }

    #search_filters .facet .facet-title{
        width:100%;
    }

    #search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet{
        padding-bottom:0;
    }

    #product #content-wrapper #tabInfoproduct{
        padding-top:0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    body#product section#main .compare.compare-product-button, body#product section#main .product-actions .dor-wishlist {
        margin:0;
    }

    body#product section#main .compare.compare-product-button .add_to_compare{
        background-color: #EBEEF0!important;
    }

    .profile-avatar{
        width:150px;
        height:150px;
    }

    #dorSlideShow {
        -ms-flex: 0 0 calc(73% - 1rem);
        flex: 0 0 calc(73% - 1rem);
        max-width: calc(73% - 1rem);
        margin-left: 0.0rem;
        margin-right: 0rem;
    }

    .dor-home-banner-slider-item a img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
}

@media (max-width: 767px){
    .footer-promotion-content{
        flex-wrap:wrap;
        gap:20px;
        flex-direction: column;
        justify-content: center;
        padding:20px 0;
    }

    .footer-promotion-box.box-text,
    .footer-promotion-box.box-image,
    .footer-promotion-box.box-button{
        text-align: center;
    }

    .footer-promotion-box.box-image{
        margin-top:0;
    }

    .product-miniature .product-price-and-shipping{
        width:unset;
    }

    .dor-product-cart-miniature .add-to-cart{
        display: inline-block;
        border-color:#2A48C9;
    }

    .dor-addcart-button-custom .dor-product-cart-miniature .add-to-cart .shopping-cart{
        display: flex;
        justify-content: center;
    }

    body article.product-miniature:nth-child(n+1):not(:first-child) .dor-product-miniature,
    body .product_list article.product-miniature:nth-child(n+1):not(:first-child) .dor-product-miniature,
    body #products article:nth-child(n+1):not(:first-child):not(:nth-child(2)) .dor-product-miniature {
        border-top: none;
    }

    #category #left-column #search_filters .facet{
        padding-top:.625rem;
        border-bottom:none;
    }

    #category #left-column #search_filters .facet .h6{
        float:none;
        padding:0;
    }

    #category #left-column #search_filters .facet ul{
        margin-bottom:1rem;
    }

    #category #left-column #search_filters .facet ul li{
        padding:0;
        border:none;
    }

    #category #left-column #search_filters .facet .title .collapse-icons .remove, #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
        display: block;
    }
    #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove{
        display: none;
    }

    #category #left-column #search_filters .facet .h6{
        margin-bottom:.5rem;
        color:#2A48C9;
    }

    #category #left-column #search_filters .facet .navbar-toggler{
        padding: .5rem .75rem;
        width: 2.5em;
    }

    .actions-footer-sidebar > a.dor-sidebar-compare span{
        font-size: 15px!important;
    }

    .actions-footer-sidebar > a.dor-sidebar-compare{
        padding:10px 15px;
    }

    .dorCompareToggle .actions-footer-sidebar{
        padding-right:5px;
        padding-left:5px;
    }

    .actions-footer-sidebar>a {
        padding: 2px 5px;
    }

    body#product section#main .h1[itemprop="name"] {
        margin-top: 0;
    }

    .product-detail-header{
        flex-wrap:wrap;
        gap:10px;
    }

    .product-detail-header .product-detail-header-line,
    .product-detail-header .title-product-roles{
        flex:100%;
        justify-content: flex-start;
    }

    .modal-dialog{
        margin-left:auto;
        margin-right:auto;
    }

}

@media (max-width: 575px){
    .footer-box-feature-item, .main-box-feature-item{
        max-width: unset;
        flex:0 0 100%;
    }

    .featured-products .product-miniature{
        width: calc(50% - 0px);
    }

    .main-box-feature-item{
        flex:0 0 calc(33.333% - 8px);
    }

    .main-box-feature-item-text h3{
        /* display: none; */
    }

    body#product section#main .compare.compare-product-button, body#product section#main .product-actions .dor-wishlist {
        margin-right: 0;
    }

    .submit_fmm_pq_submit{
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .profile-container{
        align-items: center;
        flex-direction: column;
    }
    #main-wrapper-top .row{
        flex-direction: column;
        align-items: center;
    }
    .dor-home-banner-slider{
        max-width: 100%;
    }
    .dor-home-banner-slider-inner{
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
    .dor-home-banner-slider-inner img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
}

.pq_cartpage_container {
  text-align: center;
}

.cart-summary > .pq_cartpage_container {
  display: none;
}

.btn-checkout {
  width: 100%;
  border-radius: 35px;
  text-transform: none;
}

.standard-checkout {
  color: #2A48C9;
}
#left-column .block-categories .category-top-menu .category-sub-menu li:before {
  content: none;
}

#left-column .block-categories .category-top-menu .category-sub-menu .collapse-icons,
#left-column .block-categories .category-top-menu .category-sub-menu .arrows {
  color: #2A48C9;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
}

#left-column .block-categories .category-top-menu .category-sub-menu li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 5px;
  padding-bottom: 5px;
}

.block-categories .category-sub-menu li[data-depth] {
  margin-bottom: 0;
}

#left-column .block-categories .category-top-menu .category-sub-menu li:has(ul) > a {
  color: #2A48C9;
}

#left-column .block-categories .category-top-menu .category-sub-menu li:not(:has(ul)) > a {
  color: #9DA3A9;
}


#left-column .block-categories .category-top-menu .category-sub-menu li:not(:has(ul)) > a:hover {
  color: #9DA3A9;
  text-decoration: none;
}

.roles-stock-right-group-behind {
  display: flex;
  flex-wrap: wrap;
}

.roles-stock-right-group-behind>div {
  flex: 0 0 100%;
  padding-bottom: 10px;
  justify-content: flex-end;
}
.compare-butons-wrapper a.add_to_compare:hover,
.compare-butons-wrapper a.dorwishlist-icon:hover {
  background-color: #6682f6; !important
  border-color: #6682f6;
}

.compare-butons-wrapper a.add_to_compare:hover .compare-button-txt,
.compare-butons-wrapper a.dorwishlist-icon:hover span {
  color: #fff;
}

.compare-butons-wrapper a.add_to_compare:hover svg path,
.compare-butons-wrapper a.dorwishlist-icon:hover svg path {
  stroke: #fff;
}

/* Optional: Add smooth transition */
.compare-butons-wrapper a.add_to_compare,
.compare-butons-wrapper a.dorwishlist-icon {
  transition: all 0.3s ease;
}

.compare-butons-wrapper svg path {
  transition: stroke 0.3s ease;
}

#fmm_quote_from ul li  {
  padding: 20px 0 0;
}

.fmm-product-qty {
  padding-bottom: 15px;
}

.fmm_quote_row_qty {
  max-height: 25px;
}

.total-price {
  padding-left: 5px;
}

#storepickup-cal-wrapper .control-label {
  color: white;
  padding-top: 8px;
}
.cart-summary-line .promo-name{
    padding-right: 0;
}
.wishlist-product-bottom .wishlist-product-addtocart {
    border-radius: 36px;
    background-color: #2A48C9;
    border: 1px solid #2A48C9;
    color: #fff;
}
.wishlist-product-bottom .wishlist-product-addtocart:hover{
    background-color: #fff;
    color: #2A48C9;
}

.dor-accordion-items .ctrl-accord i.organie-market-down.close {
  opacity: unset;
}
[data-tooltip] {
    position: relative;
    cursor: pointer;
}

[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    padding: 5px;
    background-color: #FFC107;
    color: #333333;
    min-width: 150px;
    position: absolute;
    top: -50px;
    left: 0px;
    font-size: small;
    font-weight: 500;
    border-radius: 3px;
    z-index: 15;
}

[data-tooltip]:hover::before {
    content: "";
    border-top: 10px solid  #FFC107;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -6px;
    font-size: small;
    font-weight: 500;
}
.current-price [data-tooltip]:hover::after {
    top: -70px;
}
.flatpickr-day.nextMonthDay:not(.flatpickr-disabled) {
    color: #484848;
}
h2.customer-head{
    font-size: 15px;
}
.section{
    margin-bottom: 1em;
    border-bottom: 1px solid #DEE0E2;
    padding: 0 1em 1em;
}
.section:last-of-type{
    border-bottom: none;
}
.document-item{
    display: flex;
    align-items: center;
    padding: 0 0 1em;
}
.document-item i{
    margin-right: 5px;;
}
details summary::-webkit-details-marker { display: none; }
summary { list-style: none; outline: none; cursor: pointer; }

.year-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.year-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #f8f9fa;
    font-weight: bold;
}

.year-header:hover { background-color: #f0f0f0; }

details[open] .arrow {
    transform: rotate(180deg);
}

.year-content {
    padding: 10px 20px;
    border-top: 1px solid #eee;
    background: #fff;
}

.quarter-row {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
}

.quarter-row:last-child { border-bottom: none; }

.q-label {
    width: 8em;
    font-weight: 700;
    color: #1a73e8;
}

.q-links {
    display: flex;
    gap: 10px;
}

.dl-btn {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
    background: #f1f3f4;
    color: #3c4043;
    transition: 0.2s;
}

.dl-btn i { font-size: 18px; margin-right: 5px; }

.dl-btn.pdf:hover { background: #fdecea; color: #d32f2f; }
.dl-btn.excel:hover { background: #e8f5e9; color: #2e7d32; }