@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700,800,800i,900&display=swap");
.check_mark {
    width: 80px;
    height: 130px;
    margin: 0 auto;
}
.hide {
    display: none;
}
.sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sa-icon.sa-success {
    border-color: #4caf50;
}

.sa-icon.sa-success::before,
.sa-icon.sa-success::after {
    content: "";
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(76, 175, 80, 0.5);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
    border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}
@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}
.table td {
    word-break: break-all;
}
/*Animated Css*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#successProdAdded svg {
    width: 120px;
    margin: 0 auto;
}
/*New Loader*/
.hnp-loader-opacity {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.hnp-loader {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
}

.item-1 {
    background-color: #c6294c;
    top: 0;
    left: 0;
    z-index: 1;
    animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    -webkit-animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    -moz-animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.item-2 {
    background-color: #253960;
    top: 0;
    right: 0;
    animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    -webkit-animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    -moz-animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.item-3 {
    background-color: #c6294c;
    bottom: 0;
    right: 0;
    z-index: 1;
    animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    -webkit-animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    -moz-animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.item-4 {
    background-color: #253960;
    bottom: 0;
    left: 0;
    animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    -webkit-animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    -moz-animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

@keyframes item-1_move {
    0%,
    100% {
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
    }
    25% {
        transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
    }
    50% {
        transform: translate(50px, 50px);
        -ms-transform: translate(50px, 50px);
        -webkit-transform: translate(50px, 50px);
        -moz-transform: translate(50px, 50px);
    }
    75% {
        transform: translate(50px, 0);
        -ms-transform: translate(50px, 0);
        -webkit-transform: translate(50px, 0);
        -moz-transform: translate(50px, 0);
    }
}

@keyframes item-2_move {
    0%,
    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
    }
    25% {
        transform: translate(-50px, 0);
        -ms-transform: translate(-50px, 0);
        -webkit-transform: translate(-50px, 0);
        -moz-transform: translate(-50px, 0);
    }
    50% {
        transform: translate(-50px, 50px);
        -ms-transform: translate(-50px, 50px);
        -webkit-transform: translate(-50px, 50px);
        -moz-transform: translate(-50px, 50px);
    }
    75% {
        transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
    }
}

@keyframes item-3_move {
    0%,
    100% {
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
    }
    25% {
        transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        -moz-transform: translate(0, -50px);
    }
    50% {
        transform: translate(-50px, -50px);
        -ms-transform: translate(-50px, -50px);
        -webkit-transform: translate(-50px, -50px);
        -moz-transform: translate(-50px, -50px);
    }
    75% {
        transform: translate(-50px, 0);
        -ms-transform: translate(-50px, 0);
        -webkit-transform: translate(-50px, 0);
        -moz-transform: translate(-50px, 0);
    }
}

@keyframes item-4_move {
    0%,
    100% {
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
    }
    25% {
        transform: translate(50px, 0);
        -ms-transform: translate(50px, 0);
        -webkit-transform: translate(50px, 0);
        -moz-transform: translate(50px, 0);
    }
    50% {
        transform: translate(50px, -50px);
        -ms-transform: translate(50px, -50px);
        -webkit-transform: translate(50px, -50px);
        -moz-transform: translate(50px, -50px);
    }
    75% {
        transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        -moz-transform: translate(0, -50px);
    }
}
/*end*/
/* General */
* {
    outline: none;
}
body {
    background-color: #f9f8f7;
    color: #222;
    padding-right: 0 !important;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
}
#wrapper {
    position: relative;
    overflow-x: hidden;
}
/* .container{max-width:1280px;} */
a {
    color: #253960;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #c6294c;
}
p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 0.9375rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
.form-control {
    display: block;
    height: auto;
    width: 100%;
    padding: 0.495rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus,
.custom-select:focus {
    border-color: #253960;
    box-shadow: none;
    outline: 0;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    white-space: nowrap;
    padding: 0.625rem 1.85rem;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 30px;
}
.btn:focus {
    box-shadow: none;
    outline: 0;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.text-primary {
    color: #c6294c !important;
}
.text-secondary {
    color: #253960 !important;
}
.text-blue {
    color: #253960 !important;
}
.text-orange {
    color: #ef8f07 !important;
}
.text-success {
    color: #7ed321 !important;
}
.text-green {
    color: #168a09 !important;
}
.text-red {
    color: #ff0000 !important;
}
.text-black {
    color: #000000 !important;
}

.description {
    margin-bottom: 0px;
}
.w-20 {
    width: 20% !important;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-top-20 {
    margin-top: 20px;
}
/*start primary button*/
.btn-primary {
    background-color: #c6294c;
    border-color: #c6294c;
    color: #fff;
}
.btn-primary:hover {
    background-color: #c31d42;
    border-color: #a20f30;
    color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none;
    outline: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #d9365a;
    border-color: #a20f30;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c31d42;
    border-color: #a20f30;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/*end primary button*/

/*start secondary button*/
.btn-secondary {
    background-color: #253960;
    border-color: #253960;
    color: #fff;
}
.btn-secondary:hover {
    background-color: #192a4a;
    border-color: #0f1e3a;
    color: #fff;
}
.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: none;
    outline: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #2a4b8c;
    border-color: #0f1e3a;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #192a4a;
    border-color: #0f1e3a;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/*end secondary button*/
/*start white button*/
.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #253960;
}
.btn-white:hover {
    background-color: #fafafa;
    border-color: #f1f1f1;
    color: #253960;
}
.btn-white:focus,
.btn-white.focus {
    box-shadow: none;
    outline: none;
}
.btn-white.disabled,
.btn-white:disabled {
    color: #253960;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #253960;
    background-color: #fafafa;
    border-color: #fafafa;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/*end white button*/
/*start yellow button*/
.btn-yellow {
    background-color: #fdc02f;
    border-color: #f1b62b;
    color: #fff;
}
.btn-yellow:hover {
    background-color: #f5b318;
    border-color: #f1b62b;
    color: #fff;
}
.btn-yellow:focus,
.btn-yellow.focus {
    box-shadow: none;
    outline: none;
}
.btn-yellow.disabled,
.btn-yellow:disabled {
    color: #fff;
    background-color: #ffcb52;
    border-color: #f1b62b;
}
.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #fdc02f;
    border-color: #f1b62b;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/*end yellow button*/
/*start green button*/
.btn-green {
    background-color: #7ed321;
    border-color: #7ed321;
    color: #fff;
}
.btn-green:hover {
    background-color: #78ca1f;
    border-color: #6fbd19;
    color: #fff;
}
.btn-green:focus,
.btn-green.focus {
    box-shadow: none;
    outline: none;
}
.btn-green.disabled,
.btn-green:disabled {
    color: #fff;
    background-color: #a3f14e;
    border-color: #98e247;
}
.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #78ca1f;
    border-color: #6fbd19;
}
.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/*end green button*/
/*start orange button*/
.btn-orange {
    background-color: #f6921e;
    border-color: #dc7f13;
    color: #fff;
}
.btn-orange:hover {
    background-color: #f58606;
    border-color: #e47a00;
    color: #fff;
}
.btn-orange:focus,
.btn-orange.focus {
    box-shadow: none;
    outline: none;
}
.btn-orange.disabled,
.btn-orange:disabled {
    color: #253960;
    background-color: #fba33e;
    border-color: #ea850f;
}
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
    color: #253960;
    background-color: #f6921e;
    border-color: #ea850f;
}
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/*end orange button*/
/*start gray button*/
.btn-gray {
    background-color: #dbdbdb;
    border-color: #b9b9b9;
    color: #5f5f5f;
}
.btn-gray:hover {
    background-color: #cac8c8;
    border-color: #b9b9b9;
    color: #5f5f5f;
}
.btn-gray:focus,
.btn-gray.focus {
    box-shadow: none;
    outline: none;
}
.btn-gray.disabled,
.btn-gray:disabled {
    color: #5f5f5f;
    background-color: #dbdbdb;
    border-color: #b9b9b9;
}
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
    color: #253960;
    background-color: #dbdbdb;
    border-color: #b9b9b9;
}
.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/* end orange button */
/* start outline primary button */
.btn-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #c6294c;
    color: #c6294c;
}
.btn-outline-primary:hover {
    background-color: #c6294c;
    border-color: #c6294c;
    color: #fff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
    outline: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #fff;
    background-color: #d9365a;
    border-color: #a20f30;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #c31d42;
    border-color: #a20f30;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/* end outline primary button */
/* start outline secondary button*/
.btn-outline-secondary {
    background-color: transparent;
    background-image: none;
    border-color: #253960;
    color: #253960;
}
.btn-outline-secondary:hover {
    background-color: #253960;
    border-color: #253960;
    color: #fff;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: none;
    outline: none;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #fff;
    background-color: #2a4b8c;
    border-color: #0f1e3a;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #192a4a;
    border-color: #0f1e3a;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/* end outline secondary button*/
/* start outline white button*/
.btn-outline-white {
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    color: #fff;
}
.btn-outline-white:hover {
    background-color: #fff;
    border-color: #f1f1f1;
    color: #253960;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
    box-shadow: none;
    outline: none;
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #253960;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #253960;
    background-color: #fafafa;
    border-color: #fafafa;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/* end outline white button*/
/* strat outline green button*/
.btn-outline-green {
    background-color: transparent;
    background-image: none;
    border-color: #7ed321;
    color: #7ed321;
}
.btn-outline-green:hover {
    background-color: #7ed321;
    border-color: #7ed321;
    color: #fff;
}
.btn-outline-green:focus,
.btn-outline-green.focus {
    box-shadow: none;
    outline: none;
}
.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #253960;
    background-color: #a3f14e;
    border-color: #98e247;
}
.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
    color: #253960;
    background-color: #78ca1f;
    border-color: #6fbd19;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/* end outline green button*/
/* start outline orange button*/
.btn-outline-orange {
    background-color: transparent;
    background-image: none;
    border-color: #f6921e;
    color: #f6921e;
}
.btn-outline-orange:hover {
    background-color: #f6921e;
    border-color: #f6921e;
    color: #fff;
}
.btn-outline-orange:focus,
.btn-outline-orange.focus {
    box-shadow: none;
    outline: none;
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #253960;
    background-color: #fba33e;
    border-color: #ea850f;
}
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
    color: #253960;
    background-color: #f6921e;
    border-color: #ea850f;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/* end outline orange button*/
/* start outline gray button*/
.btn-outline-gray {
    background-color: transparent;
    background-image: none;
    border-color: #dbdbdb;
    color: #5f5f5f;
}
.btn-outline-gray:hover {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    color: #5f5f5f;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus {
    box-shadow: none;
    outline: none;
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    color: #5f5f5f;
    background-color: #dbdbdb;
    border-color: #b9b9b9;
}
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
    color: #253960;
    background-color: #dbdbdb;
    border-color: #b9b9b9;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
/* end outline gray button */
.control-focus-none:focus {
    box-shadow: none;
}
.msg-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.msg-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.msg-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.msg-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.msg-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.msg-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.msg-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.msg-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-primary {
    background-color: #c6294c !important;
}
.bg-secondary {
    background-color: #253960 !important;
}
.bg-green {
    background-color: #7ed321 !important;
}
.bg-cyen {
    background-color: #34edea !important;
}
.bg-orange {
    background-color: #f6921e !important;
}
.bg-red {
    background-color: #f92d34 !important;
}
.bg-white {
    background-color: #fff;
    color: #53565a !important;
}
.bg-black {
    background-color: #000 !important;
}
.bg-offwhite {
    background-color: #f9f9f9 !important;
}
.border-radius-none {
    border-radius: 0 !important;
}
.border {
    border: 1px solid #f1f1f1 !important;
}
.border-radius-3 {
    border-radius: 3px;
}
.b-b-gray-color {
    border-bottom-color: #c1c1c3;
}
.fs-12 {
    font-size: 12px !important;
}
.section-block {
    padding: 50px 0;
    width: 100%;
    display: block;
}
.section-header {
    width: 100%;
    display: block;
}

/* Start Top Sub Header */
.top-subheader {
    width: 100%;
    position: relative;
    z-index: 99;
    line-height: 25px;
    letter-spacing: 0px;
    color: #222;
    border-bottom: 1px solid #f1f1f1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.top-subheader-content {
    position: relative;
}
.top-subheader-content .top-left {
    display: block;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.top-subheader-content .top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.top-subheader-content.trade-user-login .top-left {
    text-align: left;
}
.call-us-text {
    display: inline-block;
    font-size: 1rem;
    color: #444;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 0;
}
.call-us-text i {
    transform: rotate(90deg);
}
.call-us-text > a {
    font-weight: 500;
    color: #444;
    text-decoration: none;
}
.vat-toggle {
    float: left;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    margin-right: 10px;
}
.vat-toggle .vat-label {
    font-size: 13px;
    margin: 0 5px;
    font-weight: 500;
}
.vat-toggle .switch {
    display: inline-block;
    height: 22px;
    position: relative;
    width: 42px;
    margin-bottom: 0;
}
.vat-toggle .switch input {
    position: relative;
    left: -9999px;
}
.vat-toggle .switch .slider {
    background-color: #253960;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}
.vat-toggle .switch .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 14px;
    left: 4px;
    position: absolute;
    transition: 0.4s;
    width: 14px;
}
.vat-toggle input:checked + .slider {
    background-color: #253960;
}
.vat-toggle input:checked + .slider:before {
    transform: translateX(20px);
}
.vat-toggle .switch .slider.round {
    border-radius: 34px;
}
.vat-toggle .switch .slider.round:before {
    border-radius: 50%;
}
.account-dropdown-box {
    display: inline-block;
    position: relative;
    right: 0;
    cursor: pointer;
}
.account-dropdown-box .dropdown {
    position: relative;
}
.addon-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.account-dropdown-btn {
    font-size: 14px;
    height: 35px;
    line-height: 36px;
    font-weight: 300;
    padding: 0px 12px !important;
    display: inline-block;
    cursor: pointer;
}
.account-dropdown-btn > label {
    cursor: pointer;
}
.dropdown-text .dropdown-item {
    font-size: 14px;
    font-weight: 300;
}
/* End Top Sub Header */
/* cart-summary-wrapper */
.cart-summary-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 450px;
    max-width: 450px;
    height: 100vh;
    z-index: 102;
    box-shadow: -1px 0 6px rgba(0, 0, 0, 0.25), -4px 0 16px rgba(0, 0, 0, 0.125);
    background-color: #f9f8f7;
    display: none;
}
.cart-summary-wrapper .cart-summary-box {
    position: relative;
    margin: 0.85rem;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.cart-summary-wrapper .cart-summary-box.cart-save-mybasket {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.cart-summary-wrapper .cart-summary-box.cart-save-mybasket::-webkit-scrollbar {
    width: 2px;
    background: transparent;
    -webkit-box-shadow: none;
}
.cart-summary-wrapper .cart-summary-box.cart-save-mybasket::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;
    -webkit-box-shadow: none;
}
.cart-summary-wrapper .cart-summary-box.cart-save-mybasket::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
}
.cart-summary-title {
    display: inline-block;
    margin: 0.3rem 0;
}
.cart-summary-close-btn {
    float: right;
    cursor: pointer;
    font-size: 1.2rem;
}
.cart-summary-small-text {
    font-size: 0.85rem;
}
.cart-summary-product-scroll {
    max-height: 580px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cart-summary-product-scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #ddd;
    -webkit-box-shadow: none;
}
.cart-summary-product-scroll::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
}
.cart-summary-product-scroll::-webkit-scrollbar-thumb {
    width: 2px;
    border-radius: 0px;
    background-color: #253960;
    -webkit-box-shadow: none;
}
.cart-save-mybasket .cart-summary-product-list {
    max-height: 256px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cart-save-mybasket .cart-summary-product-list::-webkit-scrollbar {
    width: 3px;
    background-color: #ddd;
    -webkit-box-shadow: none;
}
.cart-save-mybasket .cart-summary-product-list::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
}
.cart-save-mybasket .cart-summary-product-list::-webkit-scrollbar-thumb {
    width: 2px;
    border-radius: 0px;
    background-color: #253960;
    -webkit-box-shadow: none;
}
.cart-summary-login-form .cart-unique-code {
    background-color: #fff;
    padding: 0.7rem;
    border: 1px solid #f1f1f1;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: 3px;
}
.cart-summary-login-form .cart-unique-code > span {
    margin-left: 0.2rem;
}
.cart-summary-login-form .cart-summary-title.basket-saved {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #7ed321;
}
.cart-summary-product-list .cart-summary-product-item {
    width: 100%;
    display: block;
    margin-bottom: 0.8rem;
}
.cart-summary-product-list .cart-summary-product-item:hover .cart-summary-product-name a {
    color: #c6294c;
}
.cart-summary-product-list .cart-summary-product-item .cart-summary-product-img {
    height: 100px;
    display: block;
    width: 25%;
    height: 100%;
    float: left;
}
.cart-summary-product-list .cart-summary-product-item .cart-summary-product-img img {
    width: 100%;
    border: 1px solid #f1f1f1;
}
.cart-summary-product-list .cart-summary-product-item .cart-summary-product-info {
    display: block;
    padding-left: 0.5rem;
    width: 75%;
    height: 100%;
    float: left;
}
.cart-summary-product-info .cart-summary-product-name {
    max-height: 2.5rem;
    min-height: 2.5rem;
    overflow: hidden;
}
.cart-summary-product-info .cart-summary-product-name h6 {
    font-size: 0.85rem;
    line-height: 1.2rem;
    margin: 0;
    padding: 0;
    color: #222;
}
.cart-summary-product-info .cart-summary-product-status {
    margin-top: 0.28rem;
}
.cart-summary-product-info .cart-summary-product-status .product-avl-stock-status {
    font-size: 0.75rem;
    text-align: right;
    padding-left: 0;
    padding: 0.1875rem 0.3125rem;
    margin-bottom: 0;
    right: 1rem;
}
.cart-summary-product-info .cart-summary-product-status .product-promo-code {
    font-size: 0.9rem;
    text-align: left;
    font-weight: 500;
}
.cart-summary-product-info .cart-summary-price-info .cart-summary-product-price .rrp-price {
    font-size: 0.95rem;
    font-weight: 500;
    color: #222;
    margin-right: 0.2rem;
}
.cart-summary-product-info .cart-summary-price-info .cart-summary-product-price .remove-product {
    width: 30px;
    height: 30px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    background-color: #f7f8f9;
    border-radius: 50%;
}
.cart-summary-product-info .cart-summary-price-info .cart-summary-product-price .remove-product:hover {
    background-color: #273b5e;
    color: #fff;
}
.cart-summary-product-info .product-quantity-wrapper {
    position: relative;
    font-weight: 600;
}
.cart-summary-product-info .product-quantity-wrapper .btn {
    height: 25px !important;
    width: 25px !important;
    font-size: 0.6rem;
    text-align: center;
    line-height: 24px;
    outline: none;
}
.cart-summary-product-info .product-quantity-wrapper .btn-minus {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.cart-summary-product-info .product-quantity-wrapper .input-group .input-number {
    text-align: center;
    font-weight: 600;
    font-size: 100%;
    height: 25px;
    padding: 0;
    max-width: 40px;
    border-color: #273b5e;
    border-left: 0;
    border-right: 0;
}
.cart-summary-product-info .cart-summary-product-price {
    position: relative;
}
.cart-summary-product-info .cart-summary-product-price .main-price {
    font-size: 0.95rem;
    color: #c6294c;
    font-weight: 600;
}
.cart-summary-box .cart-summary-total {
    display: block;
    width: 100%;
    margin-top: 1rem;
    background-color: #fff;
}
.cart-summary-box .cart-summary-total .table tr td {
    padding: 0.3rem 0.8rem;
    font-size: 0.85rem;
    border: 1px solid #f1f1f1;
}
.cart-summary-box .cart-summary-total .table tr td p {
    margin-bottom: 0;
}
.cart-summary-box .cart-summary-total .table tr:nth-child(4) td h6 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}
.cart-summary-box .cart-summary-total .table tr:last-child td h6 {
    font-weight: normal;
}

.banner-slider-wrapper {
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 1;
    margin: 15px auto;
    height: 450px;
}
#main-slider {
    height: 100%;
    width: 100%;
    display: block;
}
#main-slider .carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-pagination-box {
    width: 100%;
    display: block;
    height: 50px;
    position: relative;
}
.carousel-pagination-box ul {
    margin: 0px;
}
.carousel-pagination-box ul.carousel-indicators {
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 0;
}
.carousel-pagination-box ul li {
    height: 50px;
    float: left;
    position: relative;
    bottom: 0;
    color: #253960;
    display: inline-block;
    width: 100%;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding: 9px 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 0;
    text-indent: 0;
    background-color: #fff;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.carousel-pagination-box ul li:last-child {
    border-right: 0;
}
.carousel-pagination-box ul li .pagination-title {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.1em;
}
.carousel-pagination-box ul li small {
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.carousel-pagination-box ul.carousel-indicators .active {
    background-color: #253960;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* Start Offer Banner */
.offer-banner-wrapper {
    padding: 15px 0;
    background-color: #fff;
}
/* End Offer Banner */
/* Start Showering and Heating */
.showering-heating-wrapper {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #f1f1f1;
}
.block-text {
    position: relative;
}
.bathrooms-round-text {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 10px 30px 0px 30px;
}
.bathroom-icon-wrapper {
    margin-top: 20px;
}
.bathroom-icon-box {
    position: relative;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}
.bathroom-icon-box:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.bathroom-icon-box img {
    width: 70px;
    height: 70px;
    transition: transform 0.2s; /* Animation */
}
.bathroom-icon-box > h6 {
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 2px;
}
/* End Showering and Heating */
.best-product-tab-wrapper {
    width: 100%;
    display: block;
}
.best-product-tab {
    padding: 0;
    position: relative;
}
.best-product-tab .product-item .product-info {
    min-height: 160px;
}
.best-product-tab .nav-tabs {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #c4ccd5;
    padding: 0;
    margin: 0 0 24px;
}
.best-product-tab .nav-tabs .nav-item {
    display: block;
    text-align: center;
    width: 33.33%;
    max-width: 260px;
    border: none;
    float: none;
    margin: 0;
    padding: 0;
}
.best-product-tab .nav-tabs .nav-item .nav-link {
    position: relative;
    border: 0px;
    display: block;
    float: none;
    font-size: 1.2rem;
    color: #53565a;
    padding: 15px 0;
    cursor: pointer;
    font-weight: 500;
}
.best-product-tab .nav-tabs .nav-item .nav-link:hover {
    color: #c6294c;
}
.best-product-tab .nav-tabs .nav-item .nav-link.active {
    color: #53565a;
    cursor: default;
}
.best-product-tab .nav-tabs .nav-item .nav-link.active:after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 4px;
    background-color: #c6294c;
    content: "";
}
.best-product-tab .tab-pane .owl-nav {
    position: absolute;
    top: -16%;
    right: 0;
    display: block;
}
.best-product-tab .tab-pane .owl-nav button {
    background-color: #222;
    color: #fff !important;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    outline: none;
}
.best-product-tab .tab-pane .owl-nav button.owl-prev:hover,
.best-product-tab .tab-pane .owl-nav button.owl-next:hover {
    background-color: #424242 !important;
}
.best-product-tab .tab-pane .owl-nav button.disabled:hover {
    background-color: #222 !important;
}
.best-product-tab .tab-pane .owl-nav button > i {
    color: #fff;
}
.best-product-tab.best-two-tab .nav-tabs .nav-item {
    max-width: 350px;
}
.best-seller-tabs .tab-content {
    padding: 0 20px;
}
.product-wrapper {
    position: relative;
    width: 100%;
    display: block;
}
.product-item-slider {
    position: relative;
    margin-bottom: 50px;
}
.product-item-slider .slick-arrow {
    width: 30px;
    height: 30px;
    color: #000 !important;
}
.product-item {
    width: 100%;
    display: flex;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    box-sizing: border-box;
    padding: 0 10px;
}
.product-item-list {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}
.product-detail {
    position: relative;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-detail:hover {
    box-shadow: 0 0 25px rgba(5, 6, 6, 0.1);
    -webkit-box-shadow: 0 0 25px rgba(5, 6, 6, 0.1);
    -o-box-shadow: 0 0 25px rgba(5, 6, 6, 0.1);
    -ms-box-shadow: 0 0 25px rgba(5, 6, 6, 0.1);
    transition: all 0.5s;
}
.product-img {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product-img > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.product-img > a > img {
    width: 100%;
    height: 100%;
}
.product-off-badge {
    left: 5px;
    top: 5px;
    display: block;
    position: absolute;
    padding: 0;
    z-index: 2;
}
.product-off-badge .product-off {
    display: inline-block;
    font-size: 0.825rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1px;
    padding: 0.425rem 0.375rem;
    background-color: #e30613;
    border-radius: 3px;
    line-height: 100%;
}
.product-favourite-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    padding: 5px 0;
    text-align: center;
    background-color: #fefefe;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    display: none;
    cursor: pointer;
    z-index: 3;
}
.product-favourite-btn:hover {
    background-color: #c6294c;
}
.product-favourite-btn i {
    font-size: 1rem;
    color: #27282f;
    font-weight: 400;
    transform: rotate(0);
    transition: transform 0.5s ease;
}
.product-favourite-btn:hover i {
    color: #fff;
    transform: rotate(360deg);
}
.product-detail:hover .product-favourite-btn {
    display: block;
}
.product-favourite-btn.add-favourite {
    display: block;
    background-color: #c6294c;
}
.product-favourite-btn.add-favourite i {
    color: #fff;
}
.product-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.product-badge .product-badge-sale {
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 0 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    line-height: 1.6rem;
    font-weight: 500;
}
.product-badge .product-badge-sale.bg-primary {
    background-color: rgba(198, 41, 76, 0.8) !important;
}
.product-badge .product-badge-sale.bg-secondary {
    background-color: rgba(37, 57, 96, 0.8) !important;
}
.product-badge .product-badge-sale.bg-green {
    background-color: rgba(126, 211, 33, 0.8) !important;
}
.product-badge .product-badge-sale.bg-orange {
    background-color: rgba(246, 146, 30, 0.8) !important;
}
.product-badge .product-badge-sale.bg-info {
    background-color: rgba(23, 162, 184, 0.8) !important;
}
.product-still-delivering .product-badge {
    position: relative !important;
}
.product-still-delivering .product-badge-sale.bg-primary {
    background-color: rgba(198, 41, 76, 1) !important;
}
.product-still-delivering .product-badge-sale.bg-secondary {
    background-color: rgba(37, 57, 96, 1) !important;
}
.product-still-delivering .product-badge-sale.bg-green {
    background-color: rgba(126, 211, 33, 1) !important;
}
.product-still-delivering .product-badge-sale.bg-orange {
    background-color: rgba(246, 146, 30, 1) !important;
}
.product-still-delivering .product-badge-sale.bg-info {
    background-color: rgba(23, 162, 184, 1) !important;
}
.product-info {
    position: relative;
    background-color: #fff;
    color: #53565a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 40px 8px 30px 8px;
    border-top: 1px solid #f1f1f1;
}
.product-more-size {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.product-more-size .more-size {
    height: 20px;
    width: 20px;
    border: 1px solid #888;
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
    border-radius: 3px;
    padding: 0px;
    font-size: 12px;
}
.product-more-size .more-size + span {
    font-size: 0.725rem;
}
.product-name {
    min-height: 60px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 5px;
}
.product-name .product-name-link {
    color: #000;
    font-size: 0.8125rem;
    font-weight: 400;
    display: inline-block;
    line-height: 20px;
    letter-spacing: 0.02rem;
    clear: both;
}
.product-promo {
    font-size: 14px;
    position: relative;
    display: block;
    min-height: 2rem;
}
.product-promo-message {
    display: block;
    width: 100%;
}
.product-promo-message .product-extra-off {
    padding: 0.38rem 1rem;
    background-color: #c6294c;
    color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    font-size: 0.8rem;
    margin: 0 auto;
    text-transform: uppercase;
    display: inline-block;
}
.product-promo-message .product-promo-code {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 700;
}
.product-price {
    width: 100%;
    display: block;
}
.product-price .product-sale-price {
    color: #c6294c;
    display: block;
    line-height: 100%;
    font-size: 2rem;
    font-weight: 600;
    float: none !important;
}
.product-price .product-rrp-price {
    display: none;
}
.product-price .product-was {
    color: #53565a;
    font-size: 0.85rem;
}
.product-rating {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 0.85rem;
}
.product-status {
    display: table;
    width: 100%;
    position: relative;
    margin: 0;
    border-top: 1px solid #f1f1f1;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
}
.product-status .product-stock-details {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 7px 0;
}
.product-stock-details .product-stock {
    display: block;
    text-align: left;
    width: 50%;
    float: left;
}
.product-stock .product-stock-status {
    padding-left: 0px;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}
.product-stock .product-stock-status.in-stock > i,
.product-stock .product-stock-status.out-stock > i {
    margin-right: 5px;
    font-size: 1.25rem;
    position: relative;
    top: 0.125rem;
}
.product-stock .product-stock-status.in-stock > i {
    color: #7ed321;
}
.product-stock .product-stock-status.out-stock > i {
    color: #dc3545;
}
.product-stock-details .product-delivery {
    display: block;
    text-align: right;
    width: 50%;
    float: left;
}
.product-fin-amount {
    font-size: 0.8rem;
    color: #009cde !important;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.product-fin-amount i {
    font-size: 1.25rem;
}
.product-delivery .product-delivery-days {
    padding-right: 0px;
    font-size: 0.875rem;
    font-weight: 500;
}
.product-delivery .product-delivery-days > i {
    color: #253960;
    margin-right: 5px;
    font-size: 1.15rem;
    top: 2px;
    position: relative;
}
.product-status .product-due-status {
    width: 100%;
    display: table-cell;
    position: relative;
    padding: 7px 0;
}
.product-due-status .product-stock-duein {
    font-size: 0.875rem;
}
.product-status .product-low-status {
    width: 100%;
    display: table-cell;
    position: relative;
    padding: 7px 0;
    background-color: #f3c45a;
}
.product-low-status .product-low-stock {
    color: #fff;
    font-size: 0.875rem;
}
.product-item .tiles-hover-img {
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    top: 0;
    transition: 0.5s ease;
}
.product-item:hover .tiles-hover-img {
    position: absolute;
    opacity: 1;
    visibility: visible;
}
/*subcategory-product*/
.subcategory-product {
    width: 100%;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}
.subcategory-product:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}
.subcategory-product a {
    width: 100%;
    display: block;
    position: relative;
}
.subcategory-product .subcategory-product-img {
    width: 100%;
    display: block;
}
.subcategory-product .subcategory-product-img img {
    width: 100%;
}
.subcategory-product .subcategory-product-title {
    padding: 6px 15px;
    display: block;
    font-weight: 500;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 65px;
    max-height: 65px;
    line-height: 20px;
}
.subcategory-product:hover .subcategory-product-title {
    color: #c6294c;
}
.subcategory-product .subcategory-product-description {
    margin: 0;
    background-color: #fff;
    padding: 0.5rem 0.3125rem;
    border-top: 1px solid #f1f1f1;
}
.subcategory-product .subcategory-product-description li {
    list-style-type: none;
    font-size: 0.72rem;
    position: relative;
    line-height: 1.4rem;
    padding-left: 1rem;
}
.subcategory-product .subcategory-product-description li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: #c6294c;
}
/* Start Great Brands */
.great-brands-wrapper {
    height: 100%;
    padding: 60px 0;
}
.great-brands-wrapper .section-header {
    margin-bottom: 20px;
}
.great-brands-img {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 15px;
    float: left;
}
.block-text {
    width: 100%;
}
.brand-img {
    text-align: center;
    margin: 1.25%;
    display: block;
    width: 10%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #253960;
}
.brand-img a {
    display: block;
    padding: 7px;
}
.brand-img img {
    max-width: 70px;
    max-height: 70px;
    margin: 0 auto;
    box-shadow: 0 0 1px 0 rgba(173, 173, 173, 0.8);
}
.bg-bristan_logo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -13px -125px;
}
.bg-Cali_Brand_Logo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -89px -125px;
}
.bg-hudson_reed_logo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -214px -13px;
}
.bg-prestige_logo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -13px -201px;
}
.bg-rak_ceramics_logo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -89px -201px;
}
.bg-reina_logo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -165px -200px;
}
.bg-ultra_logo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -290px -13px;
}
.bg-nuie_bathrooms_logo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -366px -13px;
}
.bg-ssl_secure {
    width: 195px;
    height: 61px;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -3px -3px;
}
.bg-sage_pay {
    width: 168px;
    height: 39px;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -3px -70px;
}
.bg-trustpilot_logo_icon {
    width: 45px;
    height: 45px;
    background: url("https://www.heatandplumb.com/acatalog/images/homepage_brand_logo_sprites_1.png") -290px -89px;
}
/*Start Brand Page Design css*/
.brand-left-side {
    background-color: #fff;
    padding: 1rem;
}
.brand-left-side ul {
    list-style-type: none;
    padding: 0;
}
.brand-left-side ul li {
    padding: 0.4125rem 0rem;
    border-bottom: 1px solid #f1f1f1;
}
.brand-right-side .brand-image-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.brand-right-side .brand-image-box .brand-name {
    font-size: 1rem;
    color: #fff;
    padding: 0.85rem 0.3125rem;
    text-align: center;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    line-height: 15px;
    display: none;
    float: left;
    background-color: rgba(37, 57, 96, 0.9);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.brand-right-side .brand-image-box:hover .brand-name {
    width: 100%;
    display: block;
    pointer-events: none;
}
/*End Brand Page Design css*/
/* Start What Makes */
.what-makes-content {
    padding: 40px;
}
.what-makes-img {
    height: 100%;
    overflow: hidden;
}
.what-makes-content .block-text p {
    line-height: 25px;
    color: #222;
}
/* End What Makes */
/* Start What Makes */
.what-makes-content {
    padding: 40px;
}
.what-makes-img {
    height: 100%;
    overflow: hidden;
}
.what-makes-content .block-text p {
    line-height: 25px;
}
/* End What Makes */
/* Strat Extra Services */
.extra-service-wrapper {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    -webkit-box-shadow: 0px 15px 15px -6px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 15px 15px -6px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 15px 15px -6px rgba(0, 0, 0, 0.35);
}
.service-box {
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}
.service-img {
    overflow: hidden;
    position: relative;
}
.service-img > img {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: scale(1) translateZ(0) translateY(0);
    -moz-transform: scale(1) translateZ(0) translateY(0);
    -ms-transform: scale(1) translateZ(0) translateY(0);
    transform: scale(1) translateZ(0) translateY(0);
    -webkit-backface-visibility: hidden;
}
.service-box:hover .service-img > img {
    -webkit-transform: scale(1.2) translateZ(0) translateY(5%);
    -moz-transform: scale(1.2) translateZ(0) translateY(5%);
    -ms-transform: scale(1.2) translateZ(0) translateY(5%);
    transform: scale(1.2) translateZ(0) translateY(5%);
}
.service-icon {
    width: 64px;
    height: 64px;
    line-height: 60px;
    padding-top: 0px;
    text-align: center;
    position: relative;
    background-color: #c72c4d;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    margin: -30px auto 0;
    top: -10%;
    transition: 0.3s;
}
.service-icon i {
    font-size: 24px;
    color: #fff;
}
.service-box:hover .service-icon {
    background-color: #fff;
}
.service-box:hover .service-icon i {
    color: #c72c4d;
}
.service-content {
    min-height: 160px;
    height: 100%;
}
.service-heading h5 {
    margin-top: 0px;
    padding: 0 15px;
    margin-bottom: 0px;
    text-align: center;
}
.service-text {
    margin-bottom: 0;
    padding: 15px;
    text-align: center;
}
.extra-services-content {
    padding: 60px 40px;
}
.extra-service-bg-img {
    position: relative;
}
.service-advertise-heading {
    height: 100%;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
}
.service-advertise-heading h3 {
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 6px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
    padding: 0 20%;
}
.img-wrap {
    width: 100% !important;
    height: 100% !important;
}
.image-element img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
/* End Extra Services */

/*========== 	 HNP_Categories	 ==========*/
.category-banner {
    position: relative;
    overflow: hidden;
}
.category-banner-title {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 1;
    background-color: #c6294c;
    width: auto;
    color: #fff;
}
.category-banner-title h2 {
    margin-bottom: 0;
    font-size: 2.2rem;
    padding: 0.3125rem 1rem;
}
.category-banner-title h3 {
    margin-bottom: 0;
    font-size: 1rem !important;
    padding: 0.3125rem 1rem;
    background-color: #253960;
    color: #fff !important;
    font-weight: 500 !important;
}
.category-banner-description.sm-description {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.3125rem 1rem;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.category-banner-description.sm-description p {
    font-size: 1rem;
    margin-bottom: 0;
}
.category-banner-description.lg-description {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1rem;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.category-banner-description.lg-description p {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.category-banner > .category-banner-img img {
    min-width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.category-banner > .category-banner-img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.category-button-wrap {
    position: absolute;
    bottom: 1.325rem;
    text-align: center;
    width: 100%;
    display: block;
}
.category-button-wrap .category-button {
    margin-top: 0.825rem;
    display: block;
}

.radio-toolbar input[type="radio"] {
    display: none;
}
.radio-toolbar {
    margin-bottom: 15px;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: background-color 0.5s ease;
}
.radio-toolbar label:hover {
    background-color: #f1f1f1;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color: #c31d42;
    color: #fff;
    border-color: #c31d42;
}
.register-left p.description {
    font-size: 14px;
}
.register-left a.text-primary:hover {
    color: #c6294c !important;
    text-decoration: underline;
}
.section-title h5 {
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
    line-height: 30px;
}
.section-title h5:before {
    background-color: #c6294c;
    width: 13%;
    z-index: 1;
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}
.section-title h5:after {
    width: 50%;
    background-color: #253960;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-title h5:after,
.section-title h5:before {
    position: absolute;
    content: "";
    height: 5px;
    left: 25%;
    bottom: 0;
}
.customer-avatar {
    width: 100%;
    display: block;
    position: relative;
}
.customer-avatar span {
    max-width: 80px;
    max-height: 80px;
    display: block;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
    font-weight: 600;
    background: linear-gradient(135deg, #c6294c 0, #253960 100%);
    color: #fff;
    font-size: 1.5rem;
}
.customer-name {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.customer-name span {
    width: 100%;
    display: block;
    font-size: 22px;
}
.customer-service-menu {
    width: 100%;
    display: block;
}
.customer-service-menu ul {
    margin: 0;
    padding: 0;
}
.customer-service-menu ul li {
    list-style-type: none;
    padding: 5px 10px;
}
.customer-service-menu ul li:hover {
    background-color: #f2f0ee;
}
.customer-service-menu ul li a {
    font-size: 16px;
    display: flex;
}
.customer-service-menu ul li a i {
    font-size: 20px;
    margin-right: 10px;
    width: 20px;
    height: 23px;
    line-height: 23px;
}
.customer-service-menu ul li a:hover {
    color: #c6294c;
}
.activeStar {
    color: #f9d241;
}
.inactiveStar {
    color: #000;
}
.ratingDescUl {
    list-style-type: none;
    padding-left: 0;
    font-size: 13px;
}
.retingImg {
    width: 100%;
}
.ratingTable {
    font-size: 13px;
    line-height: 2;
}
.rated_star {
    color: #ffd100;
}
.financeSummaryTitle {
    font-size: 11px;
}
.finance_summary_blocks {
    border: 1px solid #000;
    display: block;
    width: 12%;
    float: left;
    text-align: center;
    height: 110px;
    margin: 5px;
}
.v12Input {
    padding: 1px;
    text-align: center;
}
.usp-bar {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.usp-bar > ul {
    margin: 0px;
    padding: 0px;
}
.usp-bar > ul > li {
    list-style-type: none;
    display: block;
    margin: 0px;
    position: relative;
    text-align: center;
    float: left;
}
.usp-bar > ul > li:after {
    content: "";
    width: 1px;
    background-color: #ddd;
    height: 70%;
    position: absolute;
    top: 6px;
    left: 0;
}
.usp-bar > ul > li > a {
    display: block;
    width: 100%;
}
.usp-bar > ul > li:first-child {
    text-align: left;
    padding-left: 0px;
}
.usp-bar > ul > li:first-child:after {
    width: 0;
    content: "";
}
.usp-bar > ul > li:last-child {
    text-align: right;
    padding-right: 0px;
}
.usp-bar-box {
    width: 100%;
    display: table;
}
.usp-bar-box .usp-bar-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: bottom;
    font-size: 1.8rem;
}
.usp-bar-box .usp-bar-icon .icon-Delivery {
    font-size: 1.5rem;
    position: relative;
    left: -19px;
}
.usp-bar-box .usp-bar-text {
    text-align: left;
}
.usp-bar-box .usp-bar-img {
    text-align: right;
}
.usp-bar-box .usp-bar-text h6 {
    margin: 0px;
    padding: 0px;
    font-size: 0.925rem;
    width: 100%;
    line-height: 18px;
    text-align: left !important;
    margin-left: 0 !important;
    display: block;
    /* text-transform: uppercase; */
    color: #000;
    font-weight: 600;
}
.usp-bar-box .usp-bar-text .small-text {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    /* text-transform: uppercase; */
}

.product-document-heading {
    background-color: #c6294c;
    color: #fff;
    font-size: 16px;
    padding: 1rem 0;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
}
.product-document-heading h5 {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
}
.product-document-heading h5 i {
    color: #fff;
    font-size: 1.2rem;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.product-document-box {
    display: block;
    position: relative;
    margin-bottom: 5px;
}
.product-document-info-wrapper {
    margin: 0;
    border-bottom: 1px dashed #f1f1f1;
    padding: 0.41rem 0;
}
.product-document-info-wrapper:hover .product-document-title {
    color: #c6294c;
}
.product-document-info-wrapper .product-document-icon {
    text-align: center;
}
.product-document-info-wrapper:hover .product-document-icon {
    color: #c6294c;
}
.product-document-info-wrapper:last-child {
    border-bottom: 0;
}
.product-document-info-icon {
    display: block;
    width: 100%;
}
.product-document-icon i {
    font-size: 2rem;
}
.product-document-info {
    margin: 3px 0;
    font-size: 0.72rem;
    padding-left: 0;
}
.product-document-title {
    font-size: 0.9rem;
}
.product-document-title strong {
    font-weight: 500;
}
.recently-product-wrapper {
    display: block;
    position: relative;
}
.recently-product-wrapper .recently-product-heading h4 {
    text-align: center;
    margin: 0;
    padding: 0.625rem 0;
    background-color: #f1f1f1;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1.2rem;
}
.recently-product-wrapper .recently-product-list {
    padding: 0.973rem;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}
.recently-product-wrapper .recently-product-list .slick-list {
    width: 100%;
}
.recently-product-wrapper .recently-product-list .slick-list .slick-track {
    float: left;
}

.bg-anthracite {
    background-color: #293133;
}
.bg-anthracitegrey {
    background-color: #293133;
}
.bg-antiquebronze {
    background-color: #665d1e;
}
.bg-anthracitemosaic {
    background-color: #3488af;
}
.bg-ash {
    background-color: #b2beb5;
}
.bg-ashwood {
    background-color: #ab9f8d;
}
.bg-beech {
    background-color: #efe6c8;
}
.bg-beige {
    background-color: #f5f5dc;
}
.bg-black {
    background-color: #000000;
}
.bg-blackash {
    background-color: #b2beb5;
}
.bg-bleachedoak {
    background-color: #d0c6b7;
}
.bg-blue {
    background-color: #0000ff;
}
.bg-bronze {
    background-color: #cd7f32;
}
.bg-brown {
    background-color: #a52a2a;
}
.bg-brushed {
    background-color: #c9c7ba;
}
.bg-brushednickel {
    background-color: #b5b6b5;
}
.bg-brushedblack {
    background-color: #b0b3b7;
}
.bg-blackmosaic {
    background-color: #212121;
}
.bg-cashmere {
    background-color: #e8c9ad;
}
.bg-champagne {
    background-color: #f7e7ce;
}
.bg-chestnut {
    background-color: #f7e7ce;
}
.bg-chrome {
    background-color: #e3dedb;
}
.bg-chromevolcanoblack {
    background-color: #463d40;
}
.bg-copper {
    background-color: #b87222;
}
.bg-cream {
    background-color: #fffdd0;
}
.bg-darkgrey {
    background-color: #a9a9a9;
}
.bg-darkjava {
    background-color: #a9a9a9;
}
.bg-darkbeige {
    background-color: #a9957b;
}
.bg-darktexturedwood {
    background-image: url(../images/color-textured-bg/darktexturedwood-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-darkwood {
    background-color: #855e42;
}
.bg-driftwood {
    background-color: #b09054;
}
.bg-ebony {
    background-color: #555d50;
}
.bg-glossanthracitegrey {
    background-color: #293133;
}
.bg-glossbeige {
    background-color: #dbc9b3;
}
.bg-glossblack {
    background-color: #464648;
}
.bg-glossclay {
    background-color: #845c40;
}
.bg-glosscream {
    background-color: #dcccab;
}
.bg-glossgrey {
    background-color: #a9a9a9;
}
.bg-glosstaupe {
    background-color: #9e9181;
}
.bg-glosswhite {
    background-color: #fffaf0;
}
.bg-glosswhitetexturedash {
    background-image: url(../images/color-textured-bg/glosswhitetexturedash-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-gold {
    background-color: #f9a602;
}
.bg-goldencherry {
    background-color: #c62b27;
}
.bg-graphite {
    background-color: #383428;
}
.bg-pure-green {
    background-color: #008000;
}
.bg-grey {
    background-color: #808080;
}
.bg-greyavola {
    background-color: #5a5552;
}
.bg-haciendablack {
    background-color: #c1af97;
}
.bg-havanaoak {
    background-color: #3b2b2c;
}
.bg-indigo {
    background-color: #4b0082;
}
.bg-ivory {
    background-color: #fffff0;
}
.bg-beigeivory {
    background-color: #fff4c6;
}
.bg-lightgrey {
    background-color: #d3d3d3;
}
.bg-lightjava {
    background-color: #a0d5fb;
}
.bg-lighttexturedwood {
    background-image: url(../images/color-textured-bg/lighttexturedwood-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-lightwenge {
    background-color: #bfb0ae;
}
.bg-mahogany {
    background-color: #c04000;
}
.bg-mattdarkgrey {
    background-color: #2c2c2e;
}
.bg-mattgrape {
    background-color: #362544;
}
.bg-mattkhaki {
    background-color: #745e3d;
}
.bg-mattwhite {
    background-color: #f5f0f0;
}
.bg-mediumoak {
    background-color: #a68064;
}
.bg-midnightgrey {
    background-color: #4e5a66;
}
.bg-mocca {
    background-color: #a38068;
}
.bg-montanagloss {
    background-color: #c5a985;
}
.bg-naturaloak {
    background-color: #c7a683;
}
.bg-nickel {
    background-color: #b5b6b5;
}
.bg-nilo {
    background-color: #0d7a5d;
}
.bg-oak {
    background-color: #806517;
}
.bg-oakwood {
    background-color: #8e6354;
}
.bg-olive {
    background-color: #808000;
}
.bg-oregonoak {
    background-color: #41aa54;
}
.bg-pine {
    background-color: #01796f;
}
.bg-pink {
    background-color: #ffc0cb;
}
.bg-pistachio {
    background-color: #93c572;
}
.bg-polished {
    background-color: #d0d5db;
}
.bg-purple {
    background-color: #800080;
}
.bg-ral {
    background: -webkit-linear-gradient(top left, #4a1639 20%, #d6abc7 0, #d6abc7 40%, #099 0, #099 60%, #c5db99 0, #c5db99 80%, #b1b2b4 0);
    background: linear-gradient(to bottom right, #4a1639 20%, #d6abc7 0, #d6abc7 40%, #099 0, #099 60%, #c5db99 0, #c5db99 80%, #b1b2b4 0);
}
.bg-sand {
    background-color: #c2b280;
}
.bg-satin {
    background-color: #cba135;
}
.bg-silver {
    background-color: #c0c0c0;
}
.bg-stainlesssteel {
    background-color: #e0dfdb;
}
.bg-stonegrey {
    background-color: #888c8d;
}
.bg-supersteel {
    background-color: #caccce;
}
.bg-terramatt {
    background-color: #513a2a;
}
.bg-texturedash {
    background-image: url(../images/color-textured-bg/texturedash-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-texturedgrey {
    background-image: url(../images/color-textured-bg/texturedgrey-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-texturedoak {
    background-image: url(../images/color-textured-bg/texturedoak-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-texturedwenge {
    background-image: url(../images/color-textured-bg/texturedwenge-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-walnut {
    background-color: #5d432c;
}
.bg-wenge {
    background-color: #645452;
}
.bg-whiteash {
    background-color: #e6e6d8;
}
.bg-whitechrome {
    background-color: #e1edcf;
}
.bg-whitegreyoak {
    background-color: #f5f5f5;
}
.bg-whitetexturedash {
    background-image: url(../images/color-textured-bg/whitetexturedash-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-woodwhite {
    background-color: #fafafa;
}
.bg-warmwhite {
    background-color: #efebd8;
}
.bg-yellow {
    background-color: #ffff00;
}

.successMsg {
    display: none;
}
.purchaseSteps {
    text-align: center;
}
.purchaseSteps h2 {
    color: #263a5f;
    font-size: 25px;
    margin-bottom: 10px;
}
.purchaseSteps {
    border: 2px solid #263a5f;
    padding: 15px;
    background: #f3f3f3;
    margin: 20px 0px;
    float: left;
}
.PurchaseBlockList {
    float: left;
    padding: 0 20px;
    margin: 10px 0px;
}
.PurchaseBlockList figure {
    position: relative;
    z-index: 2;
}
.PurchaseBlockList figure img {
    border-radius: 100%;
    border: 2px solid #263a5f;
}
.PurchaseBlockList figure span {
    background: #263a5f none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 600;
    height: 55px;
    left: 50px;
    line-height: 52px;
    position: absolute;
    top: 0;
    width: 55px;
}
.PurchaseListDesc {
    border: 3px solid #c22e50;
    border-radius: 5px;
    display: table;
    height: 119px;
    margin-top: 35px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.PurchaseListDesc p {
    color: #666;
    display: table-cell;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    margin: 0;
}
.PurchaseListDesc::before {
    background: #c22e50 none repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -40px;
    width: 1px;
}
.financeProvide {
    border: 1px solid #dadada;
    padding: 19px;
    background: #f7f7f7;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 30px;
    color: #5f5f5f;
}
.financeProvide .v12 {
    border: 1px solid #dadada;
    padding: 5px;
    margin-left: 20px;
    background: #fff;
    float: right;
}
.financeProvide .v12 .img {
    background-image: url(../images/footer_images/V12_RetalFinance.png);
    background-size: cover;
    width: 130px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
}
.financeProvide .FAQBtn {
    clear: both;
}

.sitemap-card-header {
    background-color: #273b5e;
    color: #fff;
    font-weight: bold;
}
.sitemap-card-header a {
    color: #fff;
}
.sitemap-sub-section {
    background-color: whitesmoke;
    border: 2px solid white;
    padding-top: 10px;
}
.sitemap-sub-section ul {
    list-style-type: none;
    font-weight: normal;
}
.sitemap-sub-section ul {
    margin-left: 0;
    padding-left: 0;
}
.sitemap-sub-section ul li a {
    color: #253960;
}
/* START PRODUCT OUT OF STOCK NOTIFICATION EMAIL POPUP
========================================== */
.product-stock-notification-popup .notification-popup-content {
    background-image: url(../images/tiles-textures-bg.jpg);
    background-position: left top;
    background-repeat: repeat;
    background-size: contain;
    background-size: 200px auto;
    border: 1px solid #f1f1f1;
    border-radius: 0;
}
.product-stock-notification-popup .notification-popup-content .close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 2rem;
    height: 2rem;
    background-color: #c6294c;
    border-radius: 50px;
    opacity: 1;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    outline: 0;
}
.product-stock-notification-popup .notification-popup-content .modal-body {
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.8);
}
.product-stock-notification-popup .notification-popup-content .title {
    margin-top: 1rem;
    text-align: center;
    color: #c6294c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
}
.product-stock-notification-popup .notification-popup-content img {
    width: 155px;
    margin: 1rem auto;
    display: block;
}
.product-stock-notification-popup .notification-popup-content .subscribe {
    font-size: 1.5rem;
    color: #253960;
    line-height: 130%;
    letter-spacing: 0.07rem;
    margin-bottom: 1rem;
}
.product-stock-notification-popup .notification-popup-content .subscribe span {
    color: #c6294c;
}
.product-stock-notification-popup .notification-popup-content .notification-form {
    margin-bottom: 0.5rem;
}
.product-stock-notification-popup .notification-popup-content .custom-checkbox label {
    font-size: 1rem;
}
.product-stock-notification-popup .notification-popup-content p {
    font-size: 1rem;
    margin: 0.5rem 0 0;
}
/*START RECEIPT DESIGN CSS*/
.delivery-postcode-popup #extraDeliveryInfoLbl {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.5rem;
}
.delivery-postcode-popup #newTotalLbl {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 0.3125rem;
}
.receipt-page .receipt-table tr td:first-child {
    width: 22%;
}
.border-color-green {
    border-color: #038151 !important;
}
.border-color-red {
    border-color: #ce2127 !important;
}

.newsletter-popup-content {
    max-width: 350px;
    margin: 0 auto;
    border-radius: 0;
    border: 5px solid #fff;
}
.newsletter-popup-content .modal-body .close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #222;
    text-shadow: none;
    font-weight: 400;
    border-radius: 50px;
    opacity: 1;
    outline: none;
}
.newsletter-popup-content .h3 {
    color: #fff;
}
.newsletter-popup-content .p {
    color: #fff;
}
.newsletter-popup-content .newsletter-popup-form .form-control {
    border-radius: 0;
    border: 0;
}
.newsletter-popup-content .newsletter-popup-form .custom-checkbox label {
    font-size: 0.875rem;
    text-align: left;
}
.newsletter-popup-content .newsletter-popup-form .custom-checkbox span {
    border: 2px solid #fff;
}
.newsletter-popup-content .newsletter-popup-form .custom-checkbox input:checked ~ span {
    background-color: #fff;
    border-color: #fff;
}
.newsletter-popup-content .newsletter-popup-form .custom-checkbox input:checked ~ span:before {
    background-color: #ed2939;
}
.newsletter-popup-content .newsletter-popup-form .custom-checkbox input:checked ~ span:after {
    background-color: #ed2939;
}
.newsletter-popup-first {
    background-color: #c6294c;
    color: #fff;
}
.newsletter-popup-second {
    background-color: #253960;
    color: #fff;
}
.mobileFilter {
    display: none;
}
/* TECHNICAL ERROR MESSAGE*/
.technical-error-msg {
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background-color: #ec5757;
    font-size: 0.875rem;
    padding: 0.5rem 1.2rem !important;
    border: 0;
    margin: 0;
}
/* NO SCRIPT MESSAGE*/
.no-script-msg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    z-index: 9999;
}
.pass-valid-msg {
    position: absolute;
    top: 74px;
    background-color: #fff;
    border: 1px solid #ced4da;
    z-index: 1;
    padding: 1rem;
    border-radius: 0.25rem;
}
.pass-valid-msg h6 {
    font-size: 1rem;
    font-weight: 600;
}
.pass-valid-msg p {
    margin-bottom: 0.125rem;
}
.pass-valid-msg p span {
    font-weight: 600;
}
/*START RESPONSIVE DESIGN CSS*/
/* COOKIES PRIVECY POLICY MESSAGE */
.policy-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(37, 57, 96, 0.9);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    z-index: 99;
}
.policy-bar p {
    margin-bottom: 0;
}
.policy-bar p > a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.policy-bar p > a.btn {
    font-weight: normal;
    text-decoration: none;
    margin-top: 0.5rem;
}

.health-notice .card-title {
    color: #856404;
    border-bottom-color: #856404;
}
.health-notice .header-notice p {
    padding: 12px 0;
    font-size: 14px;
}
.change-payment-amazon img {
    width: 80px;
}
.change-payment-amazon a.btn {
    float: right;
}
#FGXseal img {
    width: 32px;
}
@media only screen and (device-width: 768px) {
    .banner-slider-wrapper {
        height: 275px;
    }
    .form-control {
        font-size: 0.875rem !important;
    }
    .best-product-tab .tab-pane .owl-nav {
        position: absolute;
        top: 45%;
        width: 100%;
        display: block;
        right: inherit;
    }
    .best-product-tab .tab-pane .owl-nav button {
        width: 20px;
        height: 40px;
        line-height: 40px;
        position: absolute;
    }
    .best-product-tab .tab-pane .owl-nav button.owl-prev {
        left: 0;
        position: absolute;
    }
    .best-product-tab .tab-pane .owl-nav button.owl-next {
        right: 0;
        position: absolute;
    }
    /*END SLIDER TIMER*/

    /*Healt Notice*/
    .health-notice .header-notice p {
        padding: 10px 0;
        font-size: 10px;
    }
    #FGXseal img {
        width: 24px;
    }
}
/*----------- iPhone X -----------*/

.product-description .nav-tabs {
    display: flex;
}

@media (min-width: 768px) {
    .product-description .card {
        border: none;
    }
    .product-description .card .card-header {
        display: none;
    }
    .product-description .card .collapse {
        display: block;
    }
}
@media (max-width: 767px) {
    .product-description .nav-tabs {
        display: none;
    }
    .section-block {
        padding: 1rem 0;
    }
    .vat-toggle {
        position: absolute;
        top: 8px;
        right: -45px;
    }
    .vat-toggle .vat-label {
        font-size: 10px;
        width: 15px;
        line-height: 12px;
    }
    .vat-toggle .switch {
        width: 38px;
    }
    .vat-toggle input:checked + .slider:before {
        transform: translateX(16px);
    }
    .innerpage-banner-countdown.countdown91 {
        display: none;
    }
    .page-content,
    .search-product-page,
    .searchNotFound {
        margin-top: 3.5rem !important;
    }
    .searchNotFound .searchMessage {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    .page-content .page-heading {
        font-size: 1.5rem;
    }
    .page-content p > a,
    .page-right-side ul li a {
        word-break: break-all;
    }
    .usp-bar-wrapper {
        display: none;
    }
    .usp-bar-box .usp-bar-icon {
        font-size: 1.2rem;
    }
    .usp-bar-box .usp-bar-text .small-text {
        display: none;
    }
    .usp-bar-box .usp-bar-text h6 {
        font-size: 0.75rem;
    }
    .trade-account:after {
        transform-origin: bottom left;
        -ms-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
    /*Mobile Account Section*/
    .mobile-account-section {
        margin: 0;
        padding: 1rem;
        width: 100%;
        list-style: none;
        float: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        z-index: 9;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .mobile-account-section .login-section {
        position: absolute;
        margin: 1rem 0;
        top: 0;
        left: 0;
    }
    .mobile-account-section .login-section .login-close {
        position: absolute;
        right: 0.425rem;
        font-size: 1rem;
        top: -0.3125rem;
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        line-height: 2.5rem;
    }

    /*START SEARCH BOX*/
    .header-global-search-content {
        top: 110px;
        position: fixed;
    }
    .header-global-search-content .header-global-live-search {
        max-height: 500px;
    }
    .header-global-live-search .search-categories ul li {
        width: 100%;
    }
    .header-global-live-search .search-categories .subcategory-product-img {
        display: none;
    }
    .header-global-live-search .search-categories h5 {
        margin-top: 1rem;
    }
    .header-global-live-search .search-categories .subcategory-product {
        margin-bottom: 0.5rem;
    }
    .header-global-live-search .search-categories ul li .subcategory-product .subcategory-product-title {
        max-height: 40px;
        min-height: 40px;
        color: #253960;
    }
    /*END SEARCH BOX*/

    /*START SECTION PAGE CSS*/
    .innerpage-banner-wrapper {
        margin-top: 0.3125rem !important;
        margin-bottom: 0.5rem !important;
    }
    .page-content .page-heading h1 {
        font-size: 1.25rem;
    }
    .mobile-section-page-heading h1 {
        font-size: 1.25rem;
        color: #253960;
        font-weight: 600;
    }
    .mobile-page-description {
        display: none;
    }
    .filter-wrapper {
        border-left: 2px solid #c6294c;
        border-right: 2px solid #c6294c;
    }
    .filter-box {
        margin-bottom: 0;
    }
    .filter-body .card-body button {
        margin-top: 0;
        border: 0;
    }
    .mobileFilter {
        display: block;
    }
    .btuInnerBanner {
        margin-top: 3.5rem;
    }
    .mobile-product-filter,
    .sorting-dropdown {
        background-color: #fff;
        color: #c6294c;
        width: 100%;
        display: block;
        font-weight: 500;
        padding: 0.5rem;
        border: 2px solid #c6294c;
        font-size: 0.875rem;
        border-radius: 0;
        height: 100%;
    }
    .mobile-product-filter {
        border-right: 0;
    }
    .mobile-product-filter:hover {
        background-color: #c6294c;
        color: #fff;
    }
    .mobile-product-filter .hnp-menu-icon {
        position: relative;
        right: 0;
        float: right;
        top: 0.1875rem;
        font-size: 1.1rem;
    }

    .mob-tiles-filter .mobile-product-filter {
        border-right: 2px solid #c6294c;
    }
    .tiles-filter-wrapper {
        border-bottom: 2px solid #c6294c;
    }

    .search-page-heading {
        border: 2px solid #c6294c;
        border-top: 0 !important;
        border-bottom: 0;
        height: initial !important;
        line-height: initial !important;
    }
    .search-page-heading h5 {
        font-size: 0.875rem;
        line-height: initial;
        padding: 0.375rem;
        text-align: center;
    }
    .search-page-heading h5 .word-highlighte {
        display: inline-block;
    }
    .mobile-content-btn {
        display: block;
    }
    .card-header.filter-header {
        background-color: #c6294c;
        color: #fff;
        padding: 0.3125rem 0.5rem;
    }
    .filter-header .filter-header-label {
        color: #fff;
        font-weight: 500;
    }
    .filter-header .custom-tooltip a {
        display: none;
    }
    .filter-header h5 .filter-header-label:before,
    .filter-header h5 .filter-header-label.collapsed:before {
        font-size: 1.1rem;
        float: right !important;
        padding-right: 0;
    }
    .section-sorting-product-header {
        border: 2px solid #c6294c;
        border-top: 0;
    }
    .search-page-product-info {
        border: 2px solid #c6294c;
    }
    .subcategory-product .subcategory-product-title {
        color: #fff;
        background-color: #253960;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 1rem;
        max-height: 50px;
        min-height: 50px;
        overflow: hidden;
        padding: 0 0.325rem;
    }
    .subcategory-product:hover .subcategory-product-title {
        color: #fff;
    }
    .product-off-badge .product-off {
        font-size: 0.625rem;
        padding: 0.325rem 0.475rem;
    }
    .product-badge .product-badge-sale {
        padding: 0 0.5rem;
        font-size: 0.625rem;
        letter-spacing: 1px;
        line-height: 1.2rem;
        font-weight: 600;
    }
    .product-favourite-btn {
        display: block;
    }
    .product-pagination nav {
        padding: 0.973rem 0;
    }
    .product-pagination nav ul {
        justify-content: center !important;
        margin-bottom: 0;
    }
    .product-pagination nav .page-item .page-link {
        margin-right: 0.2rem;
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.4rem;
        font-size: 0.75rem;
    }
    .product-pagination nav .page-item.first-page .page-link,
    .product-pagination nav .page-item.last-page .page-link,
    .product-pagination nav .page-item.previous-page .page-link,
    .product-pagination nav .page-item.next-page .page-link {
        padding: 0 0.5rem;
    }
    .section-featured-product .featured-product-desc-box {
        text-align: center;
    }
    .section-featured-product .product-addto-basket {
        text-align: center;
    }
    .Frg_video .Fragment_left,
    .Frg_video .Fragment_right {
        width: 100%;
        padding: 0;
    }
    /*START PRODUCT DETAILS PAGE CSS*/
    .product-image .click-zoom-img {
        display: none !important;
    }
    .sticky-product-item,
    .mainProductImageThumb,
    .mainProductImageThumbPopup {
        display: none;
    }
    select.form-control {
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
            no-repeat 100% 50%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        outline-width: 0;
        width: 100%;
        background-color: #fff;
    }
    select.form-control:not([size]):not([multiple]) {
        -webkit-appearance: none;
    }
    .product-description .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .product-description .tab-content .tab-pane .card-header h5 {
        font-size: 1rem;
        font-weight: 500;
    }
    .product-description .tab-content .tab-pane .card-header {
        font-size: 1rem;
        font-weight: 500;
        padding: 0;
    }
    .product-description .tab-content .tab-pane .card-header h5 a {
        display: block;
        width: 100%;
        padding: 0.75rem 1.25rem;
    }
    .product-description .tab-content .tab-pane .card-header h5 a:hover {
        color: #253960;
    }
    .product-description .tab-content .tab-pane .card-header h5 a:before {
        content: "\f146";
        font-size: 1.2rem;
        font-weight: 400;
        position: absolute;
        right: 1rem;
        top: 0.625rem;
        font-family: "Font Awesome 5 Free";
    }
    .product-description .tab-content .tab-pane .card-header h5 a.collapsed:before {
        content: "\f0fe";
        font-size: 1.2rem;
        font-weight: 400;
        position: absolute;
        right: 1rem;
        top: 0.625rem;
        font-family: "Font Awesome 5 Free";
    }
    .product-finance-paypal-banner .product-paypal-finance {
        padding: 4px 100px 0px 10px;
    }
    .product-finance-paypal-banner .product-paypal-finance .product-paypal-finance-text {
        font-size: 12px;
    }
    #finance .nav-tabs {
        display: block;
    }
    #finance .tab-content > .tab-pane {
        display: none !important;
    }
    #finance .tab-content > .active {
        display: block !important;
    }
    #finance .nav-tabs .nav-link {
        font-size: 0.75rem;
        width: 49.3%;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #253960;
        font-weight: 500;
        white-space: nowrap;
    }
    .calculator-box-wrapper .calculator-box .box-text {
        padding-left: 10px;
    }
    .calculator-box-wrapper .calculator-box .box-amount + .btn {
        margin-top: 0.625rem;
    }
    /*Finance Page Css*/
    .paypal-finance-box {
        min-height: auto;
    }
    .paypal-rep .rep-box {
        border: 1px solid #fff;
        margin-bottom: 10px;
        padding-top: 15px;
    }
    .paypal-rep .rep-box h5 {
        margin: 10px 0;
    }
    .financeProvide {
        text-align: center;
    }
    .paypal-credit-fimg {
        width: 40%;
        margin: 10px auto 0;
    }
    .calculator-box-wrapper .calculator-box {
        border: 1px solid #f1f1f1;
        margin: 5px 0;
        padding: 10px 0;
    }
    .mobile-share-product {
        background-color: #fff;
        padding: 0.5rem;
        text-align: center;
        margin: 0.5rem 0 0 0;
        border: 1px solid #f1f1f1;
    }
    .mobile-share-product .share-link-label {
        color: #253960;
    }
    .youmay-header-wrapper,
    .scroll-bar-wrap {
        display: none;
    }
    .recently-product-wrapper {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    .recently-product-wrapper .recently-product-list .recently-product-item-box {
        max-width: 100%;
    }
    .product-details-content .product-heading h1 {
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-top: 1rem;
    }
    .product-details-content .product-reference-info {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .product-details-content .product-brand-img {
        display: none;
    }
    .product-details-content .product-wish-icon {
        display: none;
    }
    .product-details-content .product-main-price {
        text-align: center;
    }
    .product-details-content .product-addtobasket-wrapper {
        margin-top: 0.625rem;
    }
    .product-details-content .product-addtobasket-wrapper .product-addto-basket {
        margin-top: 0.625rem;
    }
    .product-quantity-wrapper .input-group .input-number {
        height: 35px;
    }
    .addto-basket-btn-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
        border-radius: 0 !important;
        transition: opacity 0.4s, visibility 0.2s;
    }
    .write-review-popup .modal-dialog,
    .customer-review-popup .modal-dialog,
    .modal-addto-basket .modal-dailog,
    .btu-calculator .modal-dailog,
    .save-my-basket-popup .modal-dialog {
        margin: 0;
    }
    .write-review-popup .modal-content,
    .customer-review-popup .modal-content,
    .modal-addto-basket .modal-content,
    .btu-calculator .modal-content,
    .save-my-basket-popup .modal-content {
        top: 0;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute !important;
        z-index: 999;
        border-radius: 0;
    }
    .write-review-popup .modal-body .close {
        z-index: 99;
        position: fixed;
        height: 2.5rem;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        text-align: right;
        padding: 0 1rem;
        background-color: #253960;
    }
    .write-review-popup .modal-body .retingImg {
        margin-top: 2.3rem;
    }
    .customer-review-popup .modal-header {
        z-index: 99;
        position: fixed;
        height: 2.5rem;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        text-align: right;
        padding: 0 1rem;
        background-color: #253960;
        align-items: center;
        color: #fff;
    }
    .customer-review-popup .modal-header .modal-title {
        font-size: 1rem;
    }
    .customer-review-popup .modal-header .close {
        position: relative;
        background-color: transparent;
    }
    .customer-review-popup .modal-body {
        margin-top: 2rem;
        min-height: 500px;
        padding: 0;
    }
    .customer-review-popup .modal-body h5 {
        margin-top: 1.5rem;
    }
    .customer-review-popup .modal-footer {
        height: 100%;
        padding: 0;
        margin: 0;
        display: block;
        text-align: center;
    }
    .customer-review-popup .modal-footer .btn {
        margin: 1rem 0;
    }
    .modal-addto-basket-product img,
    .modal-addto-basket-product-info {
        display: none;
    }
    .modal-addto-basket .modal-header {
        z-index: 99;
        position: fixed;
        height: 2.5rem;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        text-align: right;
        padding: 0 1rem;
        background-color: #253960;
        align-items: center;
        color: #fff;
    }
    .modal-addto-basket .modal-header .modal-title {
        font-size: 1rem;
    }
    .modal-addto-basket .modal-header .close {
        position: relative;
        background-color: transparent;
        color: #fff;
        opacity: 1;
        text-shadow: none;
        font-weight: normal;
    }
    .modal-addto-basket .modal-body {
        margin-top: 2rem;
    }
    .modal-addto-basket .modal-body h5 {
        margin-top: 1.5rem;
    }
    .modal-addto-basket .modal-footer {
        height: 100%;
        padding: 0;
        margin: 0;
        display: block;
        text-align: center;
        border-radius: 0;
    }
    .modal-addto-basket .modal-footer .btn {
        margin: 1rem 0;
    }
    .modal-also-need-tabs .slick-list .slick-track .slick-slide {
        min-width: 100% !important;
    }
    .modal-also-need-tabs .slick-prev:hover,
    .modal-also-need-tabs .slick-next:hover {
        background-color: #222 !important;
    }
    .save-my-basket-popup .modal-content .modal-body .cart-summary-title {
        position: fixed;
        height: 46px;
        line-height: 46px;
        width: 100%;
        font-size: 1.2rem;
        font-weight: 500;
        color: #fff;
        left: 0;
        top: 0;
        padding: 0 0.625rem;
        background-color: #253960;
        z-index: 1;
    }
    .save-my-basket-popup .modal-body {
        margin-top: 2rem;
    }
    .save-my-basket-popup .modal-body .close {
        position: fixed;
        top: 0.5rem;
        right: 0.5rem;
        background-color: transparent;
        font-size: 1.1rem;
        font-weight: normal;
        z-index: 1;
    }
    .save-my-basket-popup .cart-summary-product-list .cart-summary-product-item .cart-summary-product-img {
        width: 25% !important;
    }
    .save-my-basket-popup .cart-summary-login-form .form-control {
        margin-bottom: 0.5rem;
    }
    .save-my-basket-popup .cart-summary-login-form .row.mb-2 {
        margin-bottom: 0 !important;
    }
    /*BTU CALCULATOR CSS*/
    .btu-calculator-btn {
        font-size: 0.75rem;
        padding: 7px 10px;
    }
    .mobBtucalcDiv {
        width: auto;
        float: none;
        border-radius: 5px;
        overflow: hidden;
        height: 40px;
        background-color: #fff;
        border: 1px solid #f1f1f1;
        display: inline-block;
        position: relative;
        top: -0.2125rem;
    }
    .mobBtucalcDiv .OrangeBtu {
        width: 40px;
        background-color: #e28129;
        float: left;
        height: 40px;
        text-align: cente;
    }
    .mobBtucalcDiv .OrangeBtu img {
        width: 85%;
        margin: 6% 12%;
        text-align: center;
        display: block;
    }
    .mobBtucalcDiv .BtuCalcRight {
        width: auto;
        float: left;
        padding: 0.625rem 0.3125rem;
        height: 100%;
    }
    .mobBtucalcDiv .BtuCalcRight h5 {
        font-size: 0.875rem;
        color: #5c5c5c;
        font-weight: 600;
        margin-bottom: 0;
    }
    .mobBtucalcDiv .BtuCalcRight h5 span {
        display: none;
        font-size: 10px;
        font-weight: 400;
    }
    .btu-fixed-popup {
        position: fixed;
    }
    .btu-calculator .btu-calculator-header {
        padding: 0.5rem;
        border-radius: 0;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .btu-calculator .btu-calculator-header .page-heading {
        font-size: 1.1rem;
    }
    .btu-calculator .btu-calculator-header p {
        font-size: 0.625rem;
    }
    .btu-calculator .btu-calculator-header .btu-calculator-header-icon {
        width: 3rem;
        height: 3rem;
    }
    .btu-calculator .btu-calculator-header .btu-calculator-label {
        padding: 0.3125rem 1rem;
        font-weight: 500;
        text-align: center;
        width: 70%;
        left: 15%;
    }
    .btu-calculator .btu-calculator-header .close {
        top: 1rem;
        right: 1rem;
        width: 2.5rem;
        height: 2.5rem;
        background-color: #000;
        border-radius: 0;
        font-weight: normal;
        text-shadow: none;
        color: #fff;
    }
    .btu-calculator .modal-body {
        overflow-y: auto;
    }
    .btu-calculator .modal-body .form-group {
        margin-bottom: 0;
    }
    .btu-calculator .modal-body .form-group .col-form-label {
        font-size: 0.875rem;
    }
    .btu-calculator .modal-footer {
        border: 0 !important;
        padding: 0;
    }
    .btu-calculator .modal-footer .col-6:nth-child(1) {
        padding-right: 0;
    }
    .btu-calculator .modal-footer .col-6:nth-child(2) {
        padding-left: 0;
    }
    .btu-calculator .modal-footer .form-group {
        border-radius: 0;
    }
    .btu-calculator .modal-footer .form-group label {
        width: 100%;
        text-align: center;
    }
    .btu-calculator .modal-footer .applyBtuFilter {
        border-radius: 0;
        margin-bottom: 1rem;
    }

    /*CART PAGE DESIGN CSS*/
    .cart-breadcrumb {
        display: none !important;
    }
    .you-may-need-popup .modal-body {
        margin-top: 0;
        min-height: 88vh;
    }
    .you-may-need-popup .modal-body .modal-also-need-content {
        max-height: 400px;
    }
    .you-may-need-popup .modal-body .close {
        right: 5px;
        top: 6px;
        background-color: transparent;
    }
    #PayppCreditCartModal .modal-body .btn-gray {
        font-size: 13px !important;
    }
    /*CHECKOUT PAGE DESIGN CSS*/
    .checkout-login-btn {
        display: block !important;
        text-align: center;
    }
    .checkout-login-btn > a {
        display: block !important;
        margin-right: 0 !important;
    }
    .checkout-login-btn > span {
        display: block;
        text-align: center;
        font-size: 0.875rem;
        margin: 0.3125rem 0;
    }
    .mobile-order-details {
        display: block;
    }
    .mobile-checkout-list-total {
        width: 100%;
        box-sizing: border-box;
    }
    .mobile-checkout-list-total .checkout-total-text,
    .mobile-checkout-list-total .checkout-total-amount {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 49%;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .mobile-checkout-list-total .checkout-total-text small {
        font-size: 0.75rem;
    }
    .mobile-checkout-product-list .product-list-heading h6 {
        font-weight: 500;
        font-size: 1rem;
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 0;
    }
    .mobile-checkout-product-list .product-list-heading h6:before {
        content: "\f0fe";
        position: absolute;
        color: #c6294c;
        font-size: 1.1rem;
        right: 1rem;
        font-family: "font awesome 5 free";
        top: 0;
        right: 0;
    }
    .mobile-checkout-product-list .product-list-heading h6.active:before {
        content: "\f146";
        position: absolute;
        color: #c6294c;
        font-size: 1.1rem;
        right: 1rem;
        font-family: "font awesome 5 free";
        top: 0;
        right: 0;
    }
    .mobile-checkout-product-list .product-list-heading span.float-right a {
        background-color: #253960;
        color: #fff;
        padding: 0.3rem 0.925rem;
        text-decoration: none;
        border-radius: 30px;
        font-size: 0.825rem;
        position: absolute;
        left: 1rem;
        bottom: 0.5rem;
        display: none;
    }
    .mobile-checkout-product-list .checkout-products {
        margin-bottom: 2rem;
        display: none;
    }
    .mobile-checkout-product-list .checkout-products ul {
        margin: 0.5rem 0 0 0;
        padding: 0;
        border-top: 4px double #f1f1f1;
    }
    .mobile-checkout-product-list .checkout-products ul li {
        list-style-type: none;
        padding: 0.3rem 0;
        border-bottom: 1px dashed #f1f1f1;
    }
    .mobile-checkout-product-list .checkout-products .product-quantity {
        font-weight: 600;
        min-width: 5%;
        display: inline-block;
        text-align: center;
    }
    .mobile-checkout-product-list .checkout-products .cross-symbol {
        padding: 0 0.3rem;
        display: inline-block;
    }
    .mobile-checkout-product-list .checkout-products .product-name {
        padding: 0 0.3rem;
        display: inline-block;
        margin: 0;
        height: auto;
        font-size: 0.875rem;
        width: 100%;
        max-width: 75%;
        text-overflow: ellipsis;
    }
    .mobile-checkout-product-list .checkout-products .product-name a {
        color: #222;
    }
    .mobile-checkout-product-list .checkout-products .order-product-price {
        padding-right: 0;
        width: 25%;
        display: inline-block;
        text-align: right;
        font-weight: 500;
        color: #253960;
    }

    .cart-footer-info-wrapper .card-body .card-title,
    .cart-footer-info-wrapper .card-body > p {
        display: none;
    }
    .cart-footer-info-wrapper .card-body .checkout-summary {
        margin-top: 0 !important;
    }
    .checkout-right-side .checkout-product-summary .checkout-summary ul li:first-child {
        border-top: 0;
    }
    .checkout-address .custom-checkbox label {
        font-size: 0.75rem;
    }
    .checkout-payment-optaions .custom-radio .spnPay4LaterNote {
        display: none;
    }
    .checkout-payment-optaions .custom-radio label {
        font-size: 0.875rem;
    }
    .checkout-payment-optaions .card-body .custom-radio img[alt="Credit Card Icon"] {
        width: 8rem;
        margin-left: 0.5rem;
    }
    .mobile-checkout-btn {
        text-align: center;
        margin-top: 0rem;
    }
    .mobile-checkout-btn .float-right {
        float: none !important;
        margin-top: 0.5rem;
    }

    .bottom-checkout-now-btn {
        text-align: center;
    }
    .bottom-checkout-now-btn p {
        margin-top: 1rem;
    }
    .checkout-contact-box {
        display: none;
    }
    .bottom-checkout-now-btn .checkoutNowBtn {
        margin-left: 0 !important;
    }

    .security-code-btn {
        padding-left: 0;
    }
    .banner-slider-wrapper {
        margin-bottom: 0.5rem;
        height: 215px;
    }
    .carousel-pagination-box {
        height: auto;
    }
    .carousel-pagination-box ul li:first-child {
        border: 0;
    }
    .carousel-pagination-box ul li {
        height: 10px;
        width: 10px;
        padding: 0;
        font-size: 0;
        padding: 0;
        background-color: #ddd;
        margin: 0.5rem 0.5rem 0 0.5rem;
        border: 0 !important;
        border-radius: 30px;
    }
    .carousel-pagination-box ul li .pagination-title {
        font-size: 0;
    }
    .btu-calculator .modal-dialog {
        margin: 0;
    }
    .btu-calculator .modal-conetnt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .trade-customer-all-order .table {
        display: block;
        overflow-y: auto;
    }
    .trade-customer-all-order .product-pagination {
        text-align: center;
    }
    .customer-profile {
        margin-bottom: 0;
    }
    .customer-profile th,
    .customer-profile td {
        word-break: break-word;
    }
    .customer-profile tr:last-child td {
        text-align: center;
    }
    #myRecentOrder {
        margin-top: 1rem;
    }
    .newsletter-popup-content {
        display: none;
    }
    .zopim[data-test-id="ChatWidgetMobileButton"] {
        right: 10px !important;
        left: auto !important;
        z-index: 9 !important;
        margin-bottom: 5rem !important;
    }
    .checkout-right-side .checkout-product-list {
        display: none;
    }
    /*TECHNICAL ERROR MESSAGE CSS*/
    .technical-error-msg {
        border-radius: 0;
        text-align: center;
        color: #fff;
        background-color: #ec5757;
        font-size: 0.75rem;
        padding: 0.5rem;
        border: 0;
        margin: 0;
        line-height: 1rem;
        position: fixed;
        left: 0;
        bottom: 0%;
    }
    .health-notice {
        border-radius: 0;
        text-align: center;
        padding: 0.5rem !important;
        border: 0;
        margin: 0;
        line-height: 1rem;
        position: fixed;
        left: 0;
        bottom: 0%;
    }
    .health-notice p {
        font-size: 0.625rem;
    }
    .checkout-left-side .health-notice {
        position: relative !important;
        text-align: left;
    }
    .checkout-left-side .health-notice .card-body {
        padding: 0.5rem;
    }
    .policy-bar {
        padding: 10px;
    }
    .policy-bar p {
        font-size: 0.825rem;
    }

    .tiles-section .tiles-box {
        margin-bottom: 1rem;
    }
    .tiles-item .tiles-item-body a .tiles-item-name {
        font-size: 1rem;
        line-height: 1.25rem;
        text-align: center;
    }
    .tiles-item .tiles-item-body a img {
        max-height: 300px;
    }
    .tiles-item .tiles-item-footer ul li a {
        height: 30px;
        width: 30px;
        margin: 5px 0 5px 3px;
        line-height: 28px !important;
        font-size: 13px;
    }
    .footer-paypal-info {
        display: none;
    }
    .madeToOrderText,
    .madeToOrderText p {
        font-size: 0.825rem;
    }
}
@media only screen and (min-width: 375px) and (max-width: 812px) {
    .contact-radio-box .custom-radio label {
        padding: 0px 5px;
        min-height: 3.2rem;
        padding: 0.3125rem;
        min-height: 3.2rem;
        font-size: 0.78rem;
    }
}
@media (max-width: 568px) {
    /*HOME PAGE DESIGN CSS*/
    #main-slider .carousel-inner {
        margin-top: 3.125rem;
    }
    .section-header h3 {
        font-size: 1.3rem;
        margin-bottom: 0;
        font-weight: 500;
        margin-top: 0 !important;
    }
    .what-makes-content h3 {
        font-size: 1.3rem;
        margin-bottom: 0;
        font-weight: 500;
        margin-top: 0.875rem !important;
    }
    .extra-services-content h3 {
        margin-bottom: 0.5rem;
        padding-bottom: 1rem;
    }
    .categories-wrapper .panel-block-row.col-6:nth-child(odd) {
        padding-right: 0.3125rem;
        margin-bottom: 0.625rem !important;
    }
    .categories-wrapper .panel-block-row.col-6:nth-child(odd) .category-banner img {
        width: 168px;
    }
    .categories-wrapper .panel-block-row.col-6:nth-child(even) {
        padding-left: 0.3125rem;
        margin-bottom: 0.625rem !important;
    }
    .categories-wrapper .panel-block-row.col-6:nth-child(even) .category-banner img {
        width: 168px;
    }
    .categories-wrapper .panel-block-row.col-12 {
        margin-bottom: 0.625rem !important;
    }
    .categories-wrapper .panel-block-row.col-12 .category-banner img {
        width: 345px;
    }
    .category-banner-title h2,
    .category-banner-title h3 {
        padding: 0.3125rem;
        font-size: 0.75rem !important;
        color: #fff !important;
        font-weight: 500;
    }
    .best-product-tab-wrapper {
        display: none;
    }
    .bathrooms-round-text {
        padding: 0 0.3125rem;
    }
    .bathroom-icon-wrapper .col-4 {
        padding: 0 0.3125rem;
    }
    .bathroom-icon-box {
        width: 100%;
        padding: 0.3125rem;
    }
    .bathroom-icon-box img {
        width: 2.5rem;
        height: 2.5rem;
    }
    .bathroom-icon-box > h6 {
        font-size: 0.75rem;
        margin-top: 0.3125rem;
        letter-spacing: 0;
    }
    .bathrooms-round-text p {
        font-weight: 400;
    }

    .great-brands-wrapper {
        min-height: 100%;
        padding: 1rem 0;
    }
    .great-brands-wrapper .section-header {
        margin-bottom: 0;
    }
    .great-brands-wrapper > p {
        margin-bottom: 0;
    }
    .great-brands-wrapper .brand-img {
        display: inline-block;
        background-color: transparent;
        border: 1px solid #253960;
        padding: 0;
        width: auto;
        float: none;
        border-radius: 0;
    }
    .great-brands-wrapper .brand-img a {
        padding: 0;
    }

    .what-makes-wrapper .image-element {
        display: none;
    }
    .what-makes-content {
        padding: 0;
    }
    .what-makes-content h3,
    .what-makes-content .block-text {
        text-align: center;
    }
    .what-makes-content h3,
    .what-makes-content .block-text p {
        line-height: inherit;
        margin: 0;
        padding-bottom: 0.5rem;
        padding-top: 0 !important;
    }

    .extra-service-wrapper .image-element {
        display: none;
    }
    .extra-services-content {
        padding: 0.5rem 0;
    }

    .service-content {
        min-height: 100%;
    }
    .section-content .service-box {
        margin-bottom: 2.5rem;
    }
    .section-content .col-12:nth-child(3) .service-box {
        margin-bottom: 0;
    }
    .service-box .service-img > img {
        display: none;
    }
    .service-box .service-text {
        padding-top: 0.5rem;
    }
    .youmay-need-product-title h5 {
        margin-top: 1rem;
    }
    .youmay-need-product-item {
        padding: 0.3125rem;
    }
    .youmay-need-product-item .need-product-addtocart {
        padding: 0 !important;
    }
    .youmay-need-product-item .need-product-image {
        padding: 0 !important;
        align-items: baseline !important;
    }
    .youmay-need-product-item .need-product-image img {
        left: 0;
        max-width: 50px;
    }
    .youmay-need-product-item .need-product-description {
        text-align: center;
        padding-left: 0.3125rem;
        padding-right: 0;
        margin-top: 0;
        text-align: left;
    }
    .youmay-need-product-item .need-product-description .need-product-name {
        font-size: 0.625rem;
        line-height: 0.875rem;
        min-height: auto;
        max-height: auto;
        overflow: hidden;
    }
    .youmay-need-product-item .need-product-description .need-product-refrence-code {
        margin-top: 0;
        display: inline;
        font-size: 0.625rem;
    }
    .youmay-need-product-item .need-product-description .need-product-price {
        margin-top: 0;
        display: inline;
        font-size: 0.625rem;
    }
    .youmay-need-product-item .need-product-addtocart .custom-checkbox,
    .youmay-need-product-item .need-product-addtocart .custom-radio {
        position: absolute;
        left: 0rem;
        top: 0rem;
    }
    .youmay-need-product-item .need-product-description .need-product-status {
        position: relative;
        display: inline-block;
        font-size: 0.625rem;
        padding: 0.1875rem 0.625rem;
    }

    /*SECTION PAGE DESIGN*/
    .mobile-section-page-category .col-6:nth-child(odd) {
        padding-right: 0.3125rem;
    }
    .mobile-section-page-category .col-6:nth-child(even) {
        padding-left: 0.3125rem;
    }
    .mobile-section-page-category .subcategory-product {
        margin-bottom: 0.625rem; 
    }

    .section-product-list .col-6:nth-child(odd) .product-item,
    .search-product-list .col-6:nth-child(odd) .product-item,
    .searchCategory .col-6:nth-child(odd) {
        padding-right: 0.3125rem;
    }
    .section-product-list .col-6:nth-child(even) .product-item,
    .search-product-list .col-6:nth-child(even) .product-item,
    .searchCategory .col-6:nth-child(even) {
        padding-left: 0.3125rem;
    }
    /*.product-detail{height:395px;}*/
    .product-name .product-name-link {
        font-size: 0.75rem;
        line-height: 1rem;
        display: block;
    }
    .product-promo-message .product-promo-code {
        font-size: 0.75rem;
    }
    .product-stock .product-stock-status,
    .product-due-status .product-stock-duein,
    .product-delivery .product-delivery-days,
    .product-price .product-rrp-price,
    .product-price .product-was,
    .product-delivery .product-delivery-days > i,
    .product-rating {
        font-size: 0.625rem;
    }
    .product-stock .product-stock-status.in-stock > i {
        font-size: 0.75rem;
    }
    .product-status .product-stock-details,
    .product-status .product-due-status {
        padding: 0.1875rem 0;
    }
    .product-promo {
        min-height: 1.5rem;
        margin-bottom: 0;
    }
    .product-price .product-sale-price {
        font-size: 1.325rem;
    }
    .product-price .product-rrp-price {
        top: 0.1875rem;
        position: relative;
    }
    .product-fin-amount {
        font-size: 0.625rem;
    }
    .product-fin-amount i {
        font-size: 1rem;
    }
    .product-fin-amount span {
        position: relative;
        top: -3px;
    }

    .mobile-section-page-category .w-20 {
        width: 50% !important;
    }
    .wishlist-body .col-6:nth-child(odd) .product-item {
        padding-right: 0.3125rem;
    }
    .wishlist-body .col-6:nth-child(even) .product-item {
        padding-left: 0.3125rem;
    }
    .wishlist-body .product-delivery .product-delivery-days > i {
        margin-right: 0;
    }
    /*START PRODUCT DETAILS PAGE DESIGN CSS*/
    .product-related-desc-wrapper .product-related-desc-box {
        display: none !important;
    }
    .product-related-desc-wrapper .product-related-desc-box:last-child {
        display: block !important;
        text-align: center;
        margin-top: 0.5rem;
    }
    .product-related-desc-wrapper .product-related-desc-box .box-icon {
        display: none !important;
    }
    .product-related-desc-wrapper .product-related-desc-box .box-text {
        display: block !important;
    }
    .product-related-desc-box .box-text .product-review-star,
    .product-related-desc-box .box-text .product-review-client-count {
        float: none;
        display: inline-block;
        top: 0;
    }
    .product-related-timer-box .box-icon {
        display: none;
    }
    .product-related-timer-box .box-text {
        display: block;
        width: 100%;
        text-align: center;
    }
    .product-related-timer-box .box-text h4 {
        margin: 0;
        font-size: 0.875rem;
    }
    .product-related-timer-box .box-text h4 > br {
        display: none;
    }
    .product-choose-wrapper .variationList h6,
    .product-other-size-wrapper h6 {
        font-size: 0.875rem;
    }
    .product-description h3,
    .product-description h4,
    #finance-nav-tabContent h5 {
        font-size: 1.1rem;
    }
    .product-description p,
    .product-description ul li,
    #finance-nav-tabContent ol li {
        font-size: 0.75rem;
        text-align: justify;
    }
    .product-description .data-table .label,
    .product-description .data-table .data {
        font-size: 0.75rem;
    }
    /*.finance-summary-wrapper .col{padding:0 0.5rem !important;margin-bottom:0.5rem;}*/
    .finance-summary-wrapper .col-1 {
        display: none !important;
    }
    .finance-summary-wrapper .finance-summary-box .finance-summary-title {
        font-size: 0.625rem;
    }
    .finance-summary-wrapper .finance-summary-box .finance-summary-number {
        font-size: 0.625rem;
        white-space: nowrap;
    }
    .product-tiles-calc-box .tiles-box {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    .product-tiles-calc-box .tiles-box > i {
        font-size: 1rem;
    }
    .recently-product-wrapper .recently-product-list {
        padding: 0.973rem 0.3125rem;
    }
    .modal-addto-basket-product .btn {
        font-size: 0.875rem;
        padding: 0.495rem 1.375rem;
    }
    .modal-addto-basket .before-you-continue-label h6 {
        font-size: 0.75rem;
        font-weight: 400;
    }

    /*CART PAGE DESIGN CSS*/
    .cartBasketActionButton {
        justify-content: normal;
    }
    .cart-page .cart-page-header .cartBasketActionButton .btn {
        padding: 0.625rem 0;
        font-size: 0.75rem;
        margin-bottom: 0.3125rem;
        border-radius: 3rem;
        width: 48%;
        margin: 1%;
    }
    .cart-page .cart-page-header .cartBasketActionButton .btn-group {
        display: inline-table;
    }
    .cart-page .cart-page-header {
        margin-bottom: 0.5rem;
    }
    .cart-product-item .cart-product-img,
    .cart-product-item .cart-product-info {
        padding: 0.5rem 0;
    }
    .cart-product-info .cart-product-name {
        font-size: 0.75rem;
        line-height: 1rem;
        max-height: 100%;
    }
    .cart-product-info .cart-product-reference {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
        margin-top: 0.125rem;
    }
    .cart-product-info .cart-product-extra-info .product-saving,
    .cart-product-info .cart-product-extra-info .product-status,
    .cart-product-info .cart-product-extra-info .produc-approx-day {
        font-size: 0.625rem;
    }
    .cart-product-info .cart-product-extra-info span i {
        font-size: 0.75rem;
    }
    .cart-product-item .product-quantity-wrapper .input-group .input-number {
        height: 1.875rem;
    }
    .cart-product-info .product-quantity-wrapper .btn {
        width: 1.625rem;
        height: 1.875rem;
        font-size: 0.625rem;
    }
    .cart-product-info .product-quantity-wrapper .input-number {
        max-width: 30px;
        height: 30px;
        padding: 0;
    }
    .cart-product-info .cart-product-youmay-need a {
        font-size: 0.75rem;
        padding: 0.3125rem 0.5rem;
    }
    .cart-product-list .cart-product-item .col-1 {
        position: absolute;
        bottom: 0.3125rem;
        right: 0.3125rem;
        background-color: #ededed;
        border-radius: 50px;
        height: 25px;
        width: 25px;
        display: block !important;
        text-align: center;
        padding: 0;
        line-height: 25px;
        margin: 0;
        color: #fff !important;
    }
    .cart-product-list .cart-product-item.cart-sub-product {
        padding-left: 0 !important;
    }
    .cart-product-list .cart-product-item .cart-product-price {
        margin: 0 0 0.3125rem 0;
        position: relative;
        left: -3rem;
    }
    .cart-page-shop-anywhere {
        display: none;
    }
    /*CHECKOUT PAGE CSS*/
    .checkout-left-side .delivery-product-detail .delivery-product-item {
        padding: 0.5rem 0;
    }
    .delivery-product-list .col-3 {
        align-content: start !important;
        padding: 0 0.5rem;
    }
    .delivery-product-list .col-3 > .product-image {
        height: auto;
    }
    .delivery-product-item .product-reference {
        font-size: 0.75rem;
    }
    .delivery-product-item .product-name {
        font-size: 0.75rem;
        line-height: 1.1rem;
    }
    #forgotPasswordForm .form-control {
        width: 100%;
    }
    #forgotPasswordForm .input-group-append {
        width: 100%;
        display: block;
        text-align: center;
    }
    #forgotPasswordForm .btn {
        margin-top: 1rem;
        border-radius: 30px;
    }
}
@media (max-width: 360px) {
    .cart-product-info .cart-product-youmay-need {
        margin-left: 0;
        float: right;
    }
    .cart-product-info .cart-product-youmay-need a {
        padding: 0.3125rem;
    }
    .wishlist-page .product-item {
        padding: 0 0.3125rem;
    }
}
.innerpage-banner-countdown.timer-countdown.countdown1 {
    left: 1.7%;
}

.cart-breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0.875rem;
}
.cart-breadcrumb > li {
    padding: 0;
    margin: 0 0 0.15rem 0;
}
.cart-breadcrumb > li:last-child > a {
    cursor: default;
}
.cart-breadcrumb > li.breadcrumb-item:before {
    content: "" !important;
}
.cart-breadcrumb li {
    float: left;
}
.cart-breadcrumb li a {
    color: #222;
    display: block;
    background: #fff;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 8px;
    display: inline-block;
    transition: none !important;
    font-size: 0.8rem;
}
.cart-breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}
.cart-breadcrumb li:first-child a:before {
    border: none;
}
.cart-breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
.cart-breadcrumb li:last-child a:after {
    border: none;
}
.cart-breadcrumb li a:before,
.cart-breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #fff;
    border-width: 20px 10px !important;
    width: 0;
    height: 0;
}
.cart-breadcrumb li a:before {
    height: 2.5rem;
    left: -18px;
    border-left-color: transparent;
}
.cart-breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
}
.cart-breadcrumb li a:hover {
    background-color: #253960;
    color: #fff;
}
.cart-breadcrumb li a:hover:before {
    border-color: #253960;
    border-left-color: transparent;
}
.cart-breadcrumb li a:hover:after {
    border-left-color: #253960;
}
.cart-breadcrumb li.active a {
    background-color: #c31d42;
    color: #fff;
}
.cart-breadcrumb li.active a:before {
    border-color: #c31d42;
    border-left-color: transparent;
}
.cart-breadcrumb li.active a:after {
    border-left-color: #c31d42;
}
