* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: 'Oxygen', sans-serif;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

button:hover {
    opacity: 0.7;
    cursor: pointer;
}

p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
}

body {
    position: relative;
}

/* Header Css Start */
.jheader {
    background-color: #030F27;
    border-bottom: 1px solid #fff;
}

.jheader-inner {
    padding: 20px 0px;
}

.jheader-inner .jlogo {
    margin-bottom: 0px;
}

.dropdown {
    width: 100%;
}

.dropdown.open {
    visibility: visible;
    opacity: 1;
}

.dropdown a {
    font-size: 16px;
    display: block;
    color: rgba(34, 34, 34, 1);
    font-weight: 600;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding: 14px 30px;
    width: 100%;
}

.navmenu {
    width: 100%;
    display: flex;
    align-items: center;
}

#menu {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 0px;
    font-weight: 500;
    cursor: pointer;
    padding-left: 10px;
    line-height: 2.2em
}

#menu img {
    width: 15px;
}

#menu a {
    text-decoration: none
}

nav {
    display: none;
}

nav ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 0;
}

nav li {
    display: block;
    color: white;
    margin-right: 31px;
    position: relative;
}

nav li:last-child {
    margin-right: 0px;
}

ul.navbar>li>a {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    transition: all ease 0.5s;
}

ul.navbar>li>a .fas {
    font-size: 10px;
}

nav li:last-child a .fas {
    font-size: 18px;
}

ul.navbar>li>a:hover {
    color: rgba(255, 255, 255, 0.5);
}

nav a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
}

.sub-menu li {
    list-style-type: none;
    display: inline-block
}

ul.navbar li ul.sub-menu {
    display: none;
    position: absolute
}

ul.navbar li {
    position: relative
}

ul.navbar li:hover ul.sub-menu {
    display: block
}

.sub-menu li {
    margin-left: 0 !important
}

ul.sub-menu>li>a {
    color: #fff
}

ul.sub-menu>li>a:hover {
    color: red
}

#search-form {
    margin: 0 auto;
    max-width: 440px;
    width: 100%
}

#search-form .fas {
    display: none;
}

#search-form input {
    width: 100%;
    height: 48px;
    padding: 14px 20px;
    float: left;
    border-radius: 4px;
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    font-weight: 700;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    font: inherit
}

#search-form input::placeholder {
    font-size: 16px;
    color: rgba(34, 34, 34, 0.4);
    font-weight: 700;
}

#button-submit {
    width: auto !important;
    height: 30px;
    padding: 0 8px;
    float: right;
    border-radius: 0 2px 2px 0;
    background: #66a992;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #fff
}

.jnavigation {
    background-color: rgba(3, 15, 39, 1);
}

.jnavigation-inner {
    display: flex;
    align-items: center;
    position: relative;
}

.jnavigation-inner ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 36px;
}

.jnavigation-inner ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.jnavigation-inner ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
    color: #fff
}

.jnavigation-inner ul li a .fas {
    font-size: 10px;
}

.jnavigation-inner {
    padding: 14px 0px;
}

.jnavigation-inner .dropdown {
    top: 48px
}

.jnavigation-inner ul li .dropdown a {
    color: rgba(34, 34, 34, 1);
    border-bottom: 0px;
}

.jnavigation-inner ul li .dropdown a:hover {
    color: #fff
}

.jnavigation-inner span .fas {
    font-size: 18px;
    color: #fff;
    margin-right: 36px;
}

.dropdown a:hover {
    background-color: rgba(3, 15, 39, 0.4);
    color: #fff;
}

.jother-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 995;
}

.jother-content.active {
    visibility: visible;
    opacity: 1
}

/* Header Css End */

/* Login Css Start */
.jlogin {
    /* background-size: cover; */
    background-position: top center;
    background-repeat: no-repeat;
    height: 100vh;
}

.jlogin-inner {
    padding: 20px 0px 83px;
}

.jlogo {
    margin-bottom: 64px;
}

.jlogo h3 {
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 6.4px;
    color: #fff;
}

.jlogin-form {
    background-color: #fff;
    max-width: 400px;
    margin: 0 0 0 auto;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    padding: 40px 42px;
}

.jlogin-form h3 {
    font-size: 36px;
    color: #030F27;
    line-height: 29px;
    font-weight: 400;
    padding-bottom: 25px;
}

.jlogin-form-tab {
    padding-bottom: 15px;
}

.jlogin-form-tab a {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #030F27;
    text-decoration: none;
}

.jlogin-form-tab a.active {
    color: #000;
}

.jform-field input {
    width: 100%;
    padding: 13px 20px;
    display: inline-block;
    border-radius: 2px;
    font-size: 16px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
    border: 1px solid rgba(112, 112, 112, 0.2);
}

.jform-field input::placeholder {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(34, 34, 34, 0.4);
}

.jform-field input:focus {
    outline: none;
}

.jform-field input[type="submit"] {
    background-color: rgba(3, 15, 39, 1);
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3.6px;
    border-radius: 2px;
    border: 0;
    padding: 17px 20px;
}

.jform-field input[type="submit"]:hover {
    background-color: rgba(3, 15, 39, 0.7);
}

.jforgot-pwd {
    padding: 16px 0px 0px;
}

.jforgot-pwd a {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    text-decoration: none;
    color: rgba(3, 15, 39, 1);
}

.jcreate-account {
    border-top: 2px solid rgba(3, 15, 39, 0.1);
    padding-top: 30px;
    margin-top: 25px;
}

.jcreate-account a {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: rgba(3, 15, 39, 1);
    text-decoration: none;
}

.jcreate-account a .fas {
    font-size: 12px;
    position: relative;
    top: -3px;
}

.jback-login a {
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: rgba(3, 15, 39, 1);
    font-weight: 600;
    text-align: center;
}

.jback-login {
    text-align: center;
    padding-top: 26px;
}

.jback-login a:hover {
    color: rgba(3, 15, 39, 0.5);
}

.jform-field label.error {
    position: absolute;
    width: auto;
    top: 25px;
    font-size: 12px;
    color: red;
    font-weight: 600;
    right: 11px;
}

.jform-field {
    position: relative;
}

/* Login Css End */

/* Create New Account Css Start */
.jcreate-new-account-inner {
    padding: 32px 0px 108px;
}

.jcreate-new-account-inner h4 {
    color: rgba(3, 15, 39, 1);
    padding-bottom: 40px;
}

.jcreate-new-account-form .jform-field {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.jform-field label {
    font-size: 16px;
    line-height: 24px;
    color: rgba(34, 34, 34, 1);
    font-weight: 700;
    width: 26%;
}

.jcreate-new-account-input {
    max-width: 620px;
    width: 100%;
    display: flex;
    align-items: center;
}

.jform-field .jcreate-new-account-input input[type="submit"] {
    max-width: 240px;
    margin-top: 40px;
}

.jcreate-new-account-radio input[type="radio"]:checked,
.jcreate-new-account-radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.jcreate-new-account-radio input[type="radio"]:checked+label,
.jcreate-new-account-radio input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    border: 1px solid rgba(112, 112, 112, 0.4);
    width: 100%;
    padding: 14px 56px;
    display: inline-block;
    color: rgba(34, 34, 34, 0.4);
    font-size: 16px;
    font-weight: 700;
}

.jcreate-new-account-radio input[type="radio"]:checked+label:before,
.jcreate-new-account-radio input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    border-radius: 100%;
    background: #fff;
}

.jcreate-new-account-radio input[type="radio"]:checked+label:after,
.jcreate-new-account-radio input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: auto;
    height: auto;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.jcreate-new-account-radio input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.jcreate-new-account-radio input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.jcreate-new-account-radio {
    margin-right: 10px;
}

.jcreate-new-account-radio input[type="radio"]:checked+label {
    color: #222222;
    border: 1px solid rgba(3, 15, 39, 1);
    border-radius: 3px;
}

/* Create New Account Css End */

/* Footer Css Start */
.jfooter {
    background-color: #030F27;
}

.jfooter-inner {
    padding: 44px 0px 38px;
}

.jfooter-head {
    display: flex;
    align-items: center;
}

.jfooter-head h2 {
    color: #fff;
    line-height: 32px;
}

.jfooter-head h2 span {
    font-weight: 300;
}

.jfooter-head button {
    margin-left: auto;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    padding: 17px 44px;
    font-size: 18px;
    letter-spacing: 3.6px;
    color: #fff;
    text-transform: uppercase;
}

.jfooter-links {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(112, 112, 112, 1);
    padding: 80px 0px 70px;
}

ul.jfooter-links-list {
    width: 20%;
}

ul.jfooter-links-list li a {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

ul.jfooter-links-list li {
    list-style-type: none;
    padding-bottom: 5px;
}

ul.jfooter-links-list h6 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding-bottom: 23px;
}

.jcopyright {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
}

/* Footer Css End */
/* Home Page Css Start */
/* Home Banner Css Start */
.jbanner {
    padding: 80px 0px 69px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jbanner-inner {
    background-color: #fff;
    max-width: 542px;
    padding: 30px 40px;
}

.jbanner-inner h1 {
    font-size: 56px;
    text-transform: uppercase;
    line-height: 32px;
    color: rgba(3, 15, 39, 1);
    padding-bottom: 15px;
}

.jbanner-inner h1 span {
    font-weight: 400;
}

.jbanner-inner p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(3, 15, 39, 0.4);
    padding-bottom: 12px;
}

.jbanner-cta a {
    background-color: rgba(3, 15, 39, 1);
    padding: 15px 26px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.jbanner-cta a .fas {
    font-size: 10px;
}

/* Home Banner Css End */
/* Owl Carousel Css Start */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: -29px;
}

.owl-nav button.owl-next {
    right: -29px;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 45%;
}

.owl-nav button:focus {
    outline: none;
}

button.owl-prev span,
button.owl-next span {
    font-size: 36px;
}

.jslide-inner {
    box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.16);
}

.jslide-content {
    padding: 10px;
}

.jslide-image img {
    width: 240px;
    height: 240px;
}

.jslide-tiles-type {
    font-size: 12px;
    line-height: 18px;
    color: rgba(153, 153, 153, 1);
}

.jslide-tiles-title {
    font-size: 16px;
    line-height: 18px;
    color: rgba(3, 15, 39, 1);
    min-height: 45px;
    font-weight: 700;
    padding-bottom: 3px;
}

.jslide-tiles-size {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(153, 153, 153, 1);
    padding-bottom: 8px;
}

.jslide-tiles-shop-group {
    border-top: 1px solid rgba(45, 52, 57, 0.1);
    padding-top: 13px;
    display: flex;
    align-items: center;
}

.jslide-tiles-shop-group>div {
    display: flex;
    align-items: center;
}

.jslide-tiles-shop-add-cart {
    margin-left: auto;
}

.jslide-tiles-shop-original-price {
    font-size: 12px;
    line-height: 18px;
    color: rgba(170, 170, 170, 1);
    text-decoration: line-through;
    padding-right: 8px;
}

.jslide-tiles-shop-discount-price {
    font-size: 16px;
    line-height: 18px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
}

.jslide-tiles-shop-add-cart-icon .fas {
    font-size: 20px;
    color: rgba(3, 15, 39, 0.4);
    padding-right: 24px;
    border-right: 2px solid rgba(45, 52, 57, 0.2);
}

.jslide-tiles-shop-add-cart-go .fas {
    font-size: 22px;
    color: rgba(45, 52, 57, 0.4);
    padding-left: 13px;
}

.jhot-deals-head {
    display: flex;
    align-items: center;
}

.jhot-deals-head h4 {
    letter-spacing: 4.8px;
    text-transform: uppercase;
    color: #030F27;
    padding-right: 44px;
    border-right: 1px solid rgba(45, 52, 57, 0.4);
    margin-right: 25px;
}

.jhot-deals-head h4 span {
    font-weight: 500;
}

.jhot-deals-head h6 {
    color: rgba(170, 170, 170, 1);
    cursor: pointer;
}

.jhot-deals-head {
    padding: 50px 0px 30px;
}

.jcatagory-here .jhot-deals-head {
    padding: 0px 0px 30px;
}

.jhot-deals {
    padding-bottom: 60px;
    position: relative;
}

.jcatagory-here.jhot-deals {
    padding-bottom: 20px;
}

.jhot-deals .item {
    padding: 15px;
}

.jnavigation-inner span .fas {
    display: none;
}

/* Owl Carousel Css End */
/* Bathroom Fittings Css Start */
.jbathroom-fittings {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(232, 233, 235, 1);
    height: 158px;
}

.jbathroom-fittings h4 {
    letter-spacing: 4.8px;
    color: rgba(3, 15, 39, 1);
    text-transform: uppercase;
    line-height: 32px;
    padding-top: 40px;
}

.jbathroom-fittings h4 span {
    font-weight: 500;
}

.jbathroom-fittings h4 .fas {
    font-size: 10px;
    position: relative;
    top: -4px;
}

.jbathroom-fittings-inner ul li {
    display: inline-block;
    cursor: pointer;
    list-style-type: none;
    font-size: 16px;
    line-height: 32px;
    color: rgba(3, 15, 39, 1);
    padding-right: 20px;
}

.jbathroom-fittings-inner ul {
    padding-top: 11px;
}

/* Bathroom Fittings Css End */
/* Logo Slider Css Start */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.jlogo-slider-nav {
    position: relative;
    display: none;
}

.jnav-prev.slick-arrow {
    position: absolute;
    top: -69px;
    left: -29px;
    cursor: pointer;
}

.jnav-next.slick-arrow {
    top: -69px;
    position: absolute;
    right: -29px;
    cursor: pointer;
}

/* Logo Slider Css End */
/* Home Page Css End */
/* Cart Css Start */
.jmy-cart-inner {
    padding: 27px 0px 90px;
    display: flex;
    flex-wrap: wrap;
}

.jmy-cart-inner-left {
    width: 64.52%;
    margin-right: 3.22%;
}

.jmy-cart-inner-right {
    width: 32.26%;
}

.jmy-cart-inner-left-head {
    display: flex;
    align-items: center;
}

.jmy-cart-inner-left-head h4 {
    color: rgba(45, 52, 57, 1);
    padding-right: 24px;
    border-right: 1px solid rgba(45, 52, 57, 0.4);
}

.jmy-cart-inner-left-head h6 {
    color: rgba(3, 15, 39, 1);
    padding-left: 20px;
}

.jmy-cart-inner-left-desc {
    padding-top: 20px;
}

.jmy-cart-selected-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
}

.jmy-cart-selected-item-img img {
    max-width: 150px;
}

.jmy-cart-selected-item-content {
    width: calc(100% - 150px);
    padding: 12px 30px;
}

.jmy-cart-selected-item-content .jslide-tiles-shop-group {
    border: 0;
}

.jmy-cart-selected-item-content .jslide-tiles-type {
    font-size: 16px;
    line-height: 18px;
    color: rgba(3, 15, 39, 1);
    padding-bottom: 10px;
}

.jmy-cart-selected-item-content .jslide-tiles-title {
    font-size: 18px;
    line-height: 22px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
    padding-bottom: 8px;
}

.jmy-cart-selected-item-content .jslide-tiles-size {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(3, 15, 39, 0.4);
    padding-bottom: 8px;
}

.jmy-cart-selected-item-content .jslide-tiles-shop-discount-price,
.jorder-details-right .jslide-tiles-shop-discount-price {
    font-size: 24px;
    color: rgba(3, 15, 39, 1)
}

.jmy-cart-selected-item-content .jslide-tiles-shop-original-price,
.jorder-details-right .jslide-tiles-shop-original-price {
    font-size: 14px;
}

.jmy-cart-select-no-item {
    display: flex;
    align-items: center;
    padding-left: 15px;
    border-left: 4px solid rgba(3, 15, 39, 1);
    font-size: 16px;
    color: rgba(3, 15, 39, 1);
}

.jmy-cart-no {
    padding: 0px 50px 0px 23px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(3, 15, 39, 1);
}

.jmy-cart-no .fas {
    background-color: rgba(3, 15, 39, 0.1);
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: rgba(3, 15, 39, 0.4);
}

.jmy-cart-no .fas.active {
    color: rgba(3, 15, 39, 1);
}

i.fas.fa-times {
    font-size: 16px;
    color: rgba(3, 15, 39, 0.4);
}

.jmy-cart-inner-right h4 {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    color: rgba(45, 52, 57, 1);
}

.jmy-cart-price-group {
    padding: 30px 0px;
}

.jmy-cart-price-block {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.jmy-cart-price-text {
    font-size: 18px;
    line-height: 32px;
    color: rgba(17, 17, 17, 1);
}

.jmy-cart-price {
    margin-left: auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: rgba(45, 52, 57, 1);
}

.jmy-cart-checkout-cta {
    margin-top: 30px
}

.jmy-cart-checkout-cta button {
    background-color: rgba(3, 15, 39, 1);
    border: 0;
    padding: 19px 20px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 3.6px;
    text-transform: uppercase;
    display: inline-block;
}

.jsub-total {
    border-top: 1px solid rgba(204, 204, 204, 1);
    padding-top: 15px;
}

.jsub-total .jmy-cart-price-text {
    font-weight: 700;
}

.jsub-total .jmy-cart-price {
    font-size: 32px;
    color: rgba(3, 15, 39, 1);
}

.jmy-no-cart {
    text-align: center;
    min-height: 200px;
}

.jmy-no-cart .fas {
    color: rgba(45, 52, 57, 0.6);
    font-size: 70px;
}

.jmy-no-cart p {
    font-size: 16px;
    font-weight: 600;
    color: rgba(45, 52, 57, 0.6);
    padding-top: 14px;
}

/* Cart Css End */
/* Order Details Css Start */
.jorder-details-inner {
    padding: 40px 0px 80px;
    display: flex;
}

.jorder-details-left {
    width: 50%;
    margin-right: 80px;
}

.jorder-details-image-group {
    display: flex;
}

.jorder-details-image-block {
    margin-right: 20px;
    max-width: 100px;
}

.jorder-details-image-block img {
    width: 100%;
}

.jorder-details-image {
    max-width: 500px;
}

.jorder-details-image img {
    width: 100%;
}

.jorder-details-img1 {
    margin-bottom: 10px;
}

.jorder-details-img1:last-child {
    margin-bottom: 0px;
}

.jorder-details-right-navigation ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    padding-right: 20px;
    cursor: pointer;
}

.jorder-details-right-navigation ul li .fas {
    font-size: 12px;
}

.jorder-details-right-title {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    margin-bottom: 26px;
}

.jorder-details-right-title h3 {
    color: #111111;
}

.jorder-details-right-title a {
    margin-left: auto;
}

.jorder-details-right-title .fas {
    font-size: 30px;
    color: rgba(3, 15, 39, 1);
    padding-left: 14px;
    border-left: 2px solid rgba(3, 15, 39, 0.2);
    cursor: pointer;
}

.jorder-details-right {
    width: calc(100% - 56.46%);
}

.jorder-details-desc {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.jorder-details-desc>div {
    width: 50%;
    padding-left: 14px;
}

.jorder-details-desc p:before {
    border-left: 4px solid rgba(3, 15, 39, 1);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 24px;
}

.jorder-details-desc>div {
    position: relative;
}

.jorder-details-desc p {
    font-weight: 700;
    color: rgba(17, 17, 17, 0.6);
    padding-bottom: 8px;
}

.jorder-details-desc .jorder-details-seller p:last-child {
    padding-top: 5px;
}

.jorder-details-desc .jorder-details-seller p .fas {
    font-size: 10px;
    color: rgba(17, 17, 17, 0.6);
}

.jorder-details-desc h6 {
    font-size: 18px;
    color: rgba(3, 15, 39, 1);
}

.jorder-details-right .jslide-tiles-shop-group {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    border-top: 0;
    padding-top: 20px;
}

.jorder-add-cart-cta {
    margin-left: auto;
}

.jorder-add-cart-cta button {
    background-color: rgba(3, 15, 39, 1);
    cursor: pointer;
    padding: 18px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3.6px;
    border: 0;
    min-width: 290px;
    display: inline-block;
}

.jorder-details-desc.jorder-details-desc-content .jorder-details-size {
    width: 100%;
}

.jorder-details-desc.jorder-details-desc-content {
    padding-top: 27px;
    border-bottom: 0;
    padding-bottom: 0px;
}

.jorder-details-desc.jorder-details-desc-content span {
    font-size: 16px;
    color: rgba(17, 17, 17, 1);
    line-height: 24px;
}


/* Order Details Css End */


/*Category Css Start*/

.jcategory-banner {
    padding: 106px 0px 100px;
    background-position: top right;
    background-repeat: no-repeat;
}

.jcategory-banner-box {
    max-width: 542px;
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 2px;
}

.jcategory-banner-box h1 {
    font-size: 56px;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(3, 15, 39, 1);
    padding-bottom: 12px;
}

.jcategory-banner-box h1 span {
    font-weight: 400;
}

.jcategory-banner-box p {
    line-height: 24px;
    color: rgba(3, 15, 39, 1);
}

.jcategory-cta-group {
    display: flex;
    align-items: center;
    padding: 40px 0px 46px;
    flex-wrap: wrap;
}

.jcategory-cta {
    width: 18%;
    margin-right: 2.5%;
}

.jcategory-cta:last-child {
    margin-right: 0px;
}

.jcategory-cta button {
    background-color: rgba(3, 15, 39, 1);
    border: 0;
    padding: 17px 20px;
    text-transform: uppercase;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: 700;
}

.jcategory-cta:last-child button {
    margin-right: 0px;
}

.jcategory-cta button span {
    font-weight: 500;
}

.jcategory-details-left-block {
    padding-bottom: 22px;
    position: relative;
}

.jcategory-details-left-block h6 {
    font-size: 16px;
    padding-left: 16px;
    position: relative;
    line-height: 32px;
    color: #030F27;
    padding-bottom: 21px;
}

.jcategory-size {
    padding-left: 16px;
}

.jcategory-details-left-block h6:before {
    content: "";
    border-left: 4px solid #030F27;
    position: absolute;
    left: 0px;
    top: 5px;
    height: 24px
}

.jcategory-details-left-block ul li {
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    color: #030F27;
    padding-bottom: 20px;
    list-style-type: none;
    padding-left: 16px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: rgba(3, 15, 39, 0.6);
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: rgba(3, 15, 39, 0.6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 19px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.jcategory-details-inner {
    display: flex;
    flex-wrap: wrap;
}

.jcategory-details-left {
    width: 208px;
    margin-right: 50px;
}

#search-form {
    margin: 0 auto;
    max-width: 440px;
    width: 100%
}

.jcategory-details-right-nav {
    text-align: right;
}

.jcategory-details-right-nav ul li:last-child {
    padding-right: 0px;
}

.jcategory-details-right-nav {
    padding-bottom: 25px;
}

.jcategory-details-item-group {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(153, 153, 153, 0.6);
    padding-bottom: 50px;
}

.jnavigation {
    background-color: rgba(3, 15, 39, 1);
}

.jcategory-details-item-group .jslide-inner:nth-last-child(-n + 4) {
    margin-bottom: 0px;
}

.jcategory-details-item-group .jslide-image img {
    width: 100%;
}


/*Category Css End*/


/* Checkout Css Start */

.jmy-cart.jcheckout {
    padding-top: 33px;
}

.jcheckout-step-block.active .jcheckout-selected-title {
    display: none;
}

.jcheckout-title {
    display: flex;
    align-items: center;
}

.jcheckout-title h4 {
    margin-right: 48px;
}

.jcheckout-selected-title {
    font-size: 16px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
    padding-left: 45px;
}

.jcheckout-selected-title:before {
    content: "";
    border-left: 1px solid rgba(45, 52, 57, 0.4);
    position: relative;
    left: -42px;
}

.jcheckout-step-block {
    background-color: rgba(3, 15, 39, 0.1);
    padding: 20px 60px;
    margin-bottom: 30px;
    cursor: pointer;
}

.jcheckout-step-block h4 span {
    letter-spacing: 3.6px;
    padding-right: 6px;
}

.jcheckout .jmy-cart-inner-left {
    width: 64.52%;
    margin-right: 6.22%;
}

.jcheckout .jmy-cart-inner-right {
    width: 29.26%;
}

.jcheckout-account {
    display: flex;
    flex-wrap: wrap;
    padding: 33px 0px 42px;
}

.jcheckout-account-left {
    width: 44%;
    margin-right: 12%;
}

.jcheckout-account-right {
    width: 44%;
    cursor: pointer;
}

.jcheckout-account-left .jform-field:nth-child(3) {
    margin-top: 20px;
}

.jcheckout-account-right {
    max-width: 300px;
    border: 1px solid rgba(3, 15, 39, 0.2);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 38px;
}

.jcheckout-account-right h6 {
    font-size: 18px;
    font-weight: 700;
    width: calc(100% - 105px);
    color: rgba(3, 15, 39, 1);
    line-height: 24px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-left: 30px;
}

.jcheckout-account-right .fas {
    max-width: 75px;
    height: 75px;
    background-color: rgba(3, 15, 39, 0.1);
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    font-size: 30px;
    width: 100%;
}

.jcheckout-step-block.active {
    background-color: #fff;
    cursor: default;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
    border-left: 4px solid rgba(3, 15, 39, 1);
}

.jaddress-radio input[type="radio"]:checked,
.jaddress-radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.jaddress-radio input[type="radio"]:checked+label,
.jaddress-radio input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.jaddress-radio input[type="radio"]:checked+label:before,
.jaddress-radio input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: rgba(3, 15, 39, 0.1);
}

.jaddress-radio input[type="radio"]:checked+label:after,
.jaddress-radio input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(3, 15, 39, 1);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.jaddress-radio input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.jaddress-radio input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.jaddress-radio {
    border-top: 1px solid rgba(3, 15, 39, 0.2);
    padding: 20px 0px;
}

.jaddress-details {
    padding: 30px 0px;
}

.jaddress-details label {
    font-size: 16px;
    line-height: 24px;
    color: rgba(3, 15, 39, 0.6);
    font-weight: 700;
    padding-left: 40px !important;
}

.jadd-new-address {
    font-size: 18px;
    line-height: 24px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
    border-top: 1px solid rgba(3, 15, 39, 0.2);
    padding-top: 20px;
}

.jadd-new-address .fas {
    font-size: 20px;
    color: rgba(3, 15, 39, 1);
    padding-right: 20px;
}

.jreview-order-details-block {
    display: flex;
}

.jreview-order-img {
    max-width: 64px;
    margin-right: 20px;
}

.jreview-order-img img {
    width: 100%;
}

.jreview-order-product {
    width: 57%;
}

.jreview-order-product h6 {
    font-size: 18px;
    color: #030F27;
    padding-bottom: 6px;
}

.jreview-order-product p {
    font-size: 16px;
    color: #030F27;
}

.jreview-order-qty {
    width: 15%;
    font-size: 16px;
    line-height: 18px;
    color: #030F27;
}

.jreview-order-amount {
    margin-left: auto;
    font-size: 24px;
    line-height: 18px;
    color: #030F27;
    font-weight: 700;
}

.jreview-order-details {
    margin-top: 30px;
    border-top: 1px solid rgba(3, 15, 39, 0.2);
    border-bottom: 1px solid rgba(3, 15, 39, 0.2);
}

.jreview-order-details-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.jreview-order-back-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
}

.jreview-title a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #030F27;
    margin-right: 36px;
}

.jreview-back-cta button {
    background-color: #030F27;
    border: 0;
    padding: 19px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3.6px;
    min-width: 200px;
    display: inline-block;
    text-transform: uppercase;
}

.jpayment {
    max-width: 320px;
    padding-top: 30px;
}

.jpayment-tab {
    padding-top: 40px;
    border-bottom: 1px solid rgba(3, 15, 39, 0.2);
}

.jpayment-tab a {
    font-size: 18px;
    line-height: 24px;
    color: rgba(3, 15, 39, 0.4);
    padding-bottom: 18px;
    text-decoration: none;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
}

.jpayment-tab a.active {
    color: rgba(3, 15, 39, 1);
    border-bottom: 1px solid rgba(3, 15, 39, 1);
}

.jcreate-new-account-radio {
    margin-right: 0px;
}

.jpayment-cta {
    margin-top: 20px;
}


/* Checkout Css End */


/* JThanku Css Start */

.jthanku-head {
    background-color: #030F27;
    padding: 20px 0px 46px;
}

.jthanku-head .jlogo {
    margin-bottom: 55px;
}

.jthanku-head-title h1 {
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    padding-bottom: 10px;
}

.jthanku-head-title h4 {
    color: #fff;
}

.jthanku-head-inner {
    display: flex;
    align-items: center;
}

.jthanku-head-true {
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    width: 198px;
    height: 198px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jthanku-head-true .fas {
    font-size: 80px;
    background-color: #fff;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    line-height: 143px;
    border: 5px solid #030F27;
}

.jthanku-head-true-icon {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 160px;
    height: 160px;
}

.jthanku-desc {
    padding: 55px 0px;
}

.jthanku-order-details {
    padding-left: 20px;
    border-left: 4px solid #030F27;
}

.jthanku-order-details p {
    font-weight: 700;
    color: rgba(45, 52, 57, 0.6);
    padding-bottom: 19px;
}

.jthanku-order-details ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 2px solid rgba(3, 15, 39, 1);
    font-size: 24px;
    font-weight: 700;
}

.jthanku-order-details ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
}

.jthanku-order-details ul li span {
    font-weight: 400;
}

.jthanku-order-details ul li.jthanku-rs span {
    font-size: 16px;
    font-weight: 700;
    color: rgba(3, 15, 39, .4);
}

.jthanku-order-details ul li.jthanku-payment {
    font-size: 18px;
}

.jthanku-order-details-cta {
    padding-top: 86px;
    display: flex;
    align-items: center;
}

.jthanku-back a {
    font-size: 18px;
    line-height: 24px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
    text-decoration: none;
    margin-right: 51px;
}

.jthanku-button button {
    cursor: pointer;
    background-color: rgba(3, 15, 39, 1);
    border-radius: 2px;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 40px;
    letter-spacing: 3.6px;
}

.jthanku-button button:hover {
    background-color: rgba(3, 15, 39, 0.7);
}


/* JThanku Css End */

.btn.loading {
    background: #777777 !important;
    cursor: progress;
}

.loading>.fas:before {
    content: "\f110";
}

.loading>.fas {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/*.web-loading-container {position: fixed; top: 0; left: 0; right: 0; border: 0; z-index: 999999999; opacity: 0; visibility: hidden; transition: all ease 0.3s; }
.showloading.web-loading-container {opacity: 1; visibility: visible; }
.web-loading-container:after {position: absolute; content: ""; background: rgba(3, 15, 39, 0.7); left: 0; right: 0; bottom: 0; top: 0; height: 100vh; }
.web-loading-container .loading-section {display: flex; height: 100vh; justify-content: center; align-items: center; width: 100%; position: relative; z-index: 99999; }
.web-loading-container .loading-section .fas {font-size: 40px; color: #fff; }*/

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.jcreate-new-account-input {
    position: relative;
}

.jcreate-new-account-input .fas {
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: rgba(34, 34, 34, 0.4);
}

.verify-payment .fas {
    cursor: pointer;
    color: green;
}

.jcommon-error-message {
    background-color: #FFF0EF;
    margin: 20px auto 0;
    max-width: 400px;
    width: 100%;
    color: #F60C54;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jcommon-error-message .fas,
.jcommon-success-message .fas {
    font-size: 18px;
    margin-right: 20px;
}

.jcommon-success-message {
    background-color: #DCFEF7;
    width: 100%;
    margin: 20px auto 0px;
    color: #2ca189;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
}

.jnavigation-inner ul.open li {
    display: block;
    padding-bottom: 15px;
}

.jnavigation-inner ul.open {
    position: absolute;
    top: 48px;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.jnavigation-inner ul.open li a {
    color: rgba(3, 15, 39, 1)
}

.owl-carousel .owl-item img {
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.common-message-container {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: all ease 0.4s;
    opacity: 0;
    z-index: 9999999;
}

.common-message-container.showmessage {
    bottom: 50px;
    opacity: 1;
}

.common-message-container .message-container {
    background: #000000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 6px 20px;
    font-size: 14px;
    max-width: 520px;
    margin: 0 auto;
}

.common-message-container .message-container .fa {
    margin-right: 10px;
    font-size: 18px;
}

body.showloading .web-loading-container {
    opacity: 1;
    visibility: visible;
}

.web-loading-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}

.web-loading-container:after {
    position: absolute;
    content: "";
    background: #0000003d;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
}

.web-loading-container .loading-section {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 99999;
}

.web-loading-container .loading-section .fas {
    font-size: 40px;
    color: black;
}


/* Order History Css Start */

.jorder-history-inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.jorder-history-left {
    width: 65%;
    margin-right: 5%;
}

.jorder-history-right {
    width: 30%;
}

.jorder-history {
    padding: 30px 0px;
}

.jorder-history-inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.jbox-shadow {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    padding-bottom: 20px;
}

.jorder-history-left-group {
    border-radius: 2px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.joh-group-left {
    width: 28%;
}

.joh-group-right {
    width: 72%;
}

.joh-order-date {
    margin-bottom: 15px;
    padding-left: 20px;
    border-left: 1px solid rgba(3, 15, 39, 1);
}

.joh-group-item-counter {
    font-size: 14px;
    font-weight: 700;
    color: rgba(3, 15, 39, 0.4)
}

.joh-item-group {
    display: flex;
    flex-wrap: wrap;
    padding-top: 23px;
}

.joh-item-img {
    padding-right: 20px;
}

.joh-item-img img {
    max-width: 60px;
    width: 100%;
}

.joh-item-status-time {
    margin-left: auto;
    padding-left: 20px;
    border-left: 1px solid rgba(3, 15, 39, 1);
}

.joh-right-inner {
    background-color: rgba(3, 15, 39, 1);
    padding: 30px 30px 60px;
}

.joh-right-icon {
    padding-bottom: 50px;
    text-align: right;
}

.joh-right-icon .fas {
    font-size: 80px;
    color: #fff
}

.joh-right-inner h3 {
    color: #fff;
    padding-bottom: 5px;
    font-size: 42px
}

.joh-right-inner p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.joh-block-group>div {
    display: flex;
    align-items: center;
}

.joh-block-head>div {
    color: rgba(17, 17, 17, 1);
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px
}

.joh-order-no {
    width: 40%;
    display: flex;
    align-items: center;
}

.joh-block-group {
    width: 100%;
}

.joh-current-status {
    width: 40%;
    display: flex;
    align-items: center;
}

.joh-order-amount {
    width: 20%;
    text-align: right;
}

.joh-block-head {
    padding: 0px 30px 20px;
    border-bottom: 1px solid rgba(3, 15, 39, 0.2);
}

.joh-block-desc {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(3, 15, 39, 0.2);
}

.joh-block-desc>div {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
}

.joh-block-desc p {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.joh-block-desc .joh-order-no p,
.joh-block-desc .joh-current-status p {
    width: 100px
}

.joh-block-head .joh-order-no {
    padding-left: 16px;
    border-left: 1px solid rgba(3, 15, 39, 1);
}

.joh-block-desc .joh-order-no span {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(3, 15, 39, 1);
}

.joh-block-desc .joh-current-status span {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(3, 15, 39, 1);
}

.joh-block-desc .joh-current-status p {
    font-size: 14px
}

.jorder-history-details-title a {
    color: rgba(3, 15, 39, 1);
    text-decoration: none;
}

.jorder-history-details-title .fas {
    font-size: 18px;
    color: rgba(3, 15, 39, 0.4)
}


/* Order History Css End */


/* Order History Details Css Start */

.jorder-history-details .joh-group-left,
.jorder-history-details .joh-group-right {
    width: 100%;
}

.jorder-history-details .joh-group-right {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.jorder-history-left-group.jorder-history-details {
    padding: 0px 30px 50px;
}

.jorder-history-details .joh-order-date {
    padding-top: 40px;
}

.jorder-history-details .joh-order-date span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(17, 17, 17, 1)
}

.jorder-history-details .joh-order-date p {
    color: rgba(3, 15, 39, 1);
    font-size: 16px;
    font-weight: 700;
}

.jorder-history-details .joh-item-name {
    width: 48%;
}

.jorder-history-details .joh-item-qty {
    width: 12%;
    font-size: 16px;
    color: rgba(3, 15, 39, 1);
}

.jorder-history-details .joh-item-price {
    width: 13%;
    font-size: 18px;
    font-weight: 700;
    color: rgba(3, 15, 39, 1)
}

.joh-item-price-group {
    display: flex;
    align-items: flex-end;
    width: 85%;
}

.joh-item-price-block {
    margin-left: auto;
    width: 50%;
}

.joh-item-price-block>div {
    display: flex;
    align-items: center;
}

.johp-price-left {
    width: 50%;
    text-align: right;
    font-size: 18px;
    color: rgba(3, 15, 39, 1)
}

.johp-price-right {
    width: 50%;
    padding-left: 48px;
    font-size: 18px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
}

.johp-total .johp-price-right {
    font-size: 24px;
    color: rgba(3, 15, 39, 1);
}

.johp-price {
    padding-bottom: 10px;
}

.johp-price.johp-total {
    padding-bottom: 0
}

.joh-item-price-group-btn button {
    background-color: rgba(3, 15, 39, 1);
    padding: 9px 26px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 0px;
    letter-spacing: 3.2px;
    border-radius: 2px;
}

.jorder-history-details .joh-item-name h6 {
    font-size: 18px;
    color: rgba(3, 15, 39, 1);
}

.jorder-history-details .joh-item-name p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(3, 15, 39, 1)
}

.jorder-history-details .joh-item-name span {
    font-size: 14px;
    color: rgba(3, 15, 39, 0.4);
    font-weight: 700;
}

.jorder-history-details .joh-item-name span {
    font-size: 14px;
    color: rgba(3, 15, 39, 0.4);
    font-weight: 700;
}

.joh-item-status-time span {
    font-size: 14px;
    color: rgba(17, 17, 17, 1);
}

/* Order History Details Css End */


.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal-trigger {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
    overflow: auto;
}

.modal.open {
    display: block;
}

.modal-box {
    position: relative;
    width: 80%;
    max-width: 920px;
    margin: 30px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
}

.modal-header {
    padding: 20px 40px;
    background: transparent;
}

.modal-body {
    background: transparent;
    padding: 60px 40px;
}


/* Close Button */

.close-modal {
    text-align: right;
    cursor: pointer;
}


/* Animation */

@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.slick-dots li.slick-active button {
    background-color: black;
}

.slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.slick-dots li :hover {
    background-color: black;
}

.slick-prev.hidden,
.slick-next.hidden {
    opacity: 0;
    pointer-events: none;
}


/* Custom Arrow */

.prev {
    color: #999;
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 20px;
}

.prev :hover {
    cursor: pointer;
    color: black;
}

.next {
    color: #999;
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 20px;
}

.next :hover {
    cursor: pointer;
    color: black;
}

.tabpanel__tab {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tabpanel__tab:checked+.tabpanel__tablabel {
    color: rgba(3, 15, 39, 1);
    border-bottom: 1px solid rgba(3, 15, 39, 1);
}

.tabpanel__tablabel {
    font-size: 18px;
    color: rgba(3, 15, 39, 0.4);
    font-weight: 700;
    padding-bottom: 18px;
}

.tabpanel__tablabel:hover {
    cursor: pointer;
}

.tabpanel__panel {
    display: none;
    padding-top: 52px !important;
}

.tabpanel__panel>*:first-child {
    margin-top: 0;
}

.tabpanel__panel>*:last-child {
    margin-bottom: 0;
}

.tabpanel__panel>*+* {
    margin-top: 24px;
}

#tabpanel__tab-1:checked~.tabpanel__panels #tabpanel__panel-1,
#tabpanel__tab-2:checked~.tabpanel__panels #tabpanel__panel-2,
#tabpanel__tab-3:checked~.tabpanel__panels #tabpanel__panel-3,
#tabpanel__tab-4:checked~.tabpanel__panels #tabpanel__panel-4,
#tabpanel__tab-5:checked~.tabpanel__panels #tabpanel__panel-5 {
    display: block;
    position: relative;
    top: 0px;
    margin-bottom: 100px;
}

.media__body>* {
    margin: 0;
}

.media__body>p+p,
.media__body>p+h2 {
    margin-top: 24px;
}

.media {
    display: flex;
}

.tabpanel {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.jcreate-new-account-input a {
    font-size: 18px;
    font-weight: 700;
    color: #030F27;
    padding-top: 36px;
    padding-left: 40px;
}

.jmanage-address-block {
    border: 1px solid rgba(112, 112, 112, 0.4);
    padding: 21px 30px;
    border-radius: 2px;
    width: 31%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.jmanage-address-block p {
    font-size: 16px;
    font-weight: 700;
    color: rgba(3, 15, 39, 0.6);
    line-height: 24px;
}

.jmanage-address-block p strong {
    color: rgba(3, 15, 39, 1);
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 600px;
    position: relative;
    transition: all 2s ease-in-out;
    padding: 33px 38px;
    box-shadow: 0px 3px 16px #00000029;
}

.popup h2 {
    font-size: 24px;
}

.content .jcreate-new-account-input input {
    border: 1px solid rgba(112, 112, 112, 0.4);
    height: 48px;
    width: 100%;
    padding: 10px 20px;
}

.content .jcreate-new-account-input input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: rgba(34, 34, 34, 0.4);
}

.content button {
    min-width: 200px;
    background-color: rgba(3, 15, 39, 1);
    border: 0;
    font-size: 18px;
    letter-spacing: 3.6px;
    color: #fff;
    padding: 13px 20px;
    margin-top: 20px;
    border-radius: 2px;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
    padding-top: 30px;
}

.jedit-remove a {
    font-size: 18px;
    line-height: 24px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
}

.jedit-remove {
    padding-top: 24px;
}

.jedit-remove a:first-child {
    padding-right: 15px;
    border-right: 1px solid rgba(45, 52, 57, 0.6);
    margin-right: 15px;
}

.jmanage-address-block:last-child {
    margin-right: 0px;
    padding: 43px 54px;
}

.jmanage-address-block .jcheckout-account-right {
    width: 100%;
    padding: 0px;
    border: 0;
}

.jmanage-address-group {
    display: flex;
    flex-wrap: wrap;
}

.jnew-profile {
    padding-top: 52px;
}

/* Fill Niyam Patrak CSS Start Added on 28/06/2020 */
.jheader a.navbar-brand {
    max-width: 85px;
    width: 100%;
}

.jheader a.navbar-brand img,
.jfooter a.navbar-brand img {
    max-width: 85px;
    width: 100%;
}

.modal.fade .modal-dialog {
    transform: translate(0, 20%);
}

.modal.fade.show {
    opacity: 1;
}

.jfooter-title h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.jfooter ul {
    padding: 15px 0px;
}

.jfooter ul li {
    display: inline-block;
    padding: 0px 10px;
}

.jfooter ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.jheader {
    margin-bottom: 30px;
}

.jheader,
.jfooter {
    background-color: #030F27;
}

.jheader .navbar-toggler {
    display: none;
}

.jheader-inner,
.jfooter {
    display: flex;
    align-items: center;
    padding: 10px;
}

.jfooter {
    flex-direction: column;
}

.jheader a.navbar-brand,
.jfooter a.navbar-brand {
    height: auto;
    padding: 0px;
}

ul.jlogin-menu {
    margin-bottom: 0px;
    margin-left: auto;
}

ul.jlogin-menu li {
    display: inline-block;
}

.jheader .navbar .nav-item {
    padding: 5px 10px;
    list-style-type: none;
}

.jheader .navbar .nav-link {
    font-size: 14px;
    margin-left: 10px;
    color: rgba(3, 15, 39, 1);
    padding: 0px;
    color: #fff;
    font-weight: 600;
}

.dropdown button {
    background-color: transparent;
    min-width: auto;
    width: 100%;
    border: 0;
    padding: 0px;
}

.dropdown button ins {
    text-decoration: none;
}

.dropdown button ins:focus {
    outline: none;
}

.dropdown button:hover {
    border: 0;
}

.dropdown-menu {
    min-width: auto;
    width: 100%;
}

.checkbox label,
.radio label {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

.dropdown-menu.radio i {
    padding: 3px 15px;
}

.dropdown-menu.radio .dropdown-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block !important;
}

.navbar .navbar-brand {
    font-size: 30px;
}

.navbar .nav-item {
    padding: 10px 20px;
}

.navbar .nav-link {
    font-size: 20px;
    margin-left: 10px;
    color: rgba(3, 15, 39, 1)
}

.fa-bars {
    color: #fff;
    font-size: 30px;
}

.dropdown-menu.radio input {
    visibility: hidden;
    position: absolute;
    left: -30px;
}

.dropdown-menu.radio i {
    font-weight: normal;
    font-style: normal;
    display: block;
}

.dropdown-item.active {
    background-color: #555;
    color: #fff;
}

.jayojan-title {
    text-align: center;
}

.jayojan-title h4 {
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.jother-desc.jother-content-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jsubmit-button {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jsubmit-button input {
    min-width: 120px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 5px 20px;
}

.jtable-code .custom-control.custom-checkbox {
    text-align: center;
}

.jtable-code td .fa {
    cursor: pointer;
}

.jtable-code td,
.jtable-code th {
    font-size: 14px;
}

.jtable-code td .fa {
    cursor: pointer;
    font-size: 12px;
}

.body.body-overflow {
    overflow: hidden;
}

.jtable-code .table>tbody>tr>td,
.jtable-code .table>tbody>tr>th,
.jtable-code .table>tfoot>tr>td,
.jtable-code .table>tfoot>tr>th,
.jtable-code .table>thead>tr>td,
.jtable-code .table>thead>tr>th {
    padding: 3px;
}


/* Snackbar Css  */

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #030F27;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30%;
}

.show {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30%;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30%;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30%;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30%;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


/* Snackbar Css  */

.jlogin-menu .dropdown-menu {
    width: 200px;
    left: auto;
    right: 0;
    top: 65px
}

.jcalendarform .jform-field {
    position: unset;
}

.jlogin-menu .dropdown-menu li {
    width: 100%;
    text-align: center;
}

.jlogin-menu .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


/* Input with Calender Css */

.jdatepicker label {
    margin-left: 20px;
}

#datepicker {
    width: 180px;
    margin: 0 20px 20px 20px;
}

#datepicker>span:hover {
    cursor: pointer;
}

.datepicker .prev,
.datepicker .next {
    top: 0;
}

.datepicker {
    max-width: 300px;
}

.datepicker table {
    width: 100%;
}

.jtable-code {
    padding: 0px 10px;
}


/* snackbar css */

.jsnackbar {
    padding: 0px 10px;
}

.jsnackbar #snackbar.show {
    display: flex !important;
    align-items: center;
}

.jsnackbar #snackbar p {
    padding: 16px;
    padding: 0px;
    margin: 0;
    font-weight: 600;
}

.jsnackbar #snackbar .fa {
    color: rgba(255, 255, 255, 0.5);
    transition: all ease 0.3s;
    cursor: pointer;
    margin-left: auto
}

.jsnackbar #snackbar .fa:hover {
    color: rgba(255, 255, 255, 0.8);
}

#snackbar {
    visibility: hidden;
    width: 100%;
    margin-left: 0;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 16px;
    font-weight: 600;
    position: unset;
    z-index: 1;
    border-radius: 5px;
    display: none !important;
    margin-bottom: 15px;
}

#snackbar.alert-danger {
    background-color: #f66e84;
    border-color: #f66e84
}

#snackbar.alert-sucess {
    background-color: #030F27;
    border-color: #030F27
}

.show {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


/* Snackbar Css  */


/* Media Query Start */
@media(max-width: 1300px) {
    .jmanage-address-block {
        width: 30%;
    }
}

@media(max-width: 1280px) {
    .container {
        padding: 0px 30px;
    }

    .jthanku-head-title h1 {
        font-size: 48px;
    }

    .jcategory-cta button {
        font-size: 16px;
        padding: 14px 20px;
    }
}

@media(max-width: 1200px) {
    .jtable-code .dropdown button {
        min-width: 80px;
    }

    #search-form {
        max-width: 400px;
    }

    .jlogo h3 {
        font-size: 32px;
    }

    nav li {
        margin-right: 15px;
    }

    h2 {
        font-size: 34px
    }

    .jfooter-head button {
        padding: 17px 32px;
        font-size: 16px;
    }
}

@media(max-width: 1060px) {
    .jmanage-address-block {
        width: 31%;
    }
}

@media(max-width: 1024px) {
    .jlogin-form {
        padding: 35px 30px;
    }

    .jlogin-form h3 {
        padding-bottom: 30px;
    }

    .jfooter-links {
        padding: 60px 0px 50px;
    }

    .jfooter-head {
        flex-direction: column;
        justify-content: center;
    }

    .jfooter-head button {
        margin-top: 30px;
        margin-left: 0px;
    }

    .navbar {
        position: absolute;
        top: 73px;
        left: 0;
        background-color: #030F27;
        z-index: 9999;
        width: 100%;
        padding: 0px 20px 20px;
    }

    .jmanage-address-block {
        width: 46%;
        margin-bottom: 20px;
    }

    .jheader .navbar {
        position: unset;
        padding: 0px;
    }

    .jmy-cart-inner-left {
        width: 100%;
        margin-right: 0px;
    }

    .jmy-cart-inner-right {
        width: 100%
    }

    .jnavigation-inner ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
    }

    .jnavigation-inner ul.open {
        visibility: visible;
        opacity: 1;
    }

    .jorder-details-inner {
        flex-direction: column;
    }

    .jorder-details-left {
        width: 100%;
        margin-right: 0px;
    }

    .jorder-details-right {
        width: 100%;
        padding-top: 30px;
    }

    .jorder-details-image {
        max-width: 100%;
        width: 100%;
    }

    .jorder-details-image img {
        height: 294px;
    }

    .jcheckout .jmy-cart-inner-left {
        width: 100%;
        margin-right: 0px;
    }

    .jcheckout .jmy-cart-inner-right {
        width: 100%;
    }

    .jcategory-details-left {
        width: 100%;
        margin-right: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .jcategory-details-right {
        width: 100%;
    }

    .jcategory-details-left-block {
        width: 33.33%;
    }

    .dropdown {
        max-width: 100%;
        top: 0;
        border-radius: 0;
        left: 0;
    }

    .jnavigation-inner span .fas {
        display: block;
    }

    .jheader .navbar {
        position: relative;
        padding: 0px;
        top: 0;
        z-index: 1020;
    }

    #menu {
        display: none
    }

    nav {
        display: block !important
    }

    nav li {
        display: inline-block
    }
}

.jthanku-order-details {
    padding-left: 20px;
    border-left: 4px solid #030F27;
}

.jthanku-order-details p {
    font-weight: 700;
    color: rgba(45, 52, 57, 0.6);
    padding-bottom: 19px;
}

.jthanku-order-details ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 2px solid rgba(3, 15, 39, 1);
    font-size: 24px;
    font-weight: 700;
}

.jthanku-order-details ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
}

.jthanku-order-details ul li span {
    font-weight: 400;
}

.jthanku-order-details ul li.jthanku-rs span {
    font-size: 16px;
    font-weight: 700;
    color: rgba(3, 15, 39, .4);
}

.jthanku-order-details ul li.jthanku-payment {
    font-size: 18px;
}

.jthanku-order-details-cta {
    padding-top: 86px;
    display: flex;
    align-items: center;
}

.jthanku-back a {
    font-size: 18px;
    line-height: 24px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
    text-decoration: none;
    margin-right: 51px;
}

.jthanku-button button {
    cursor: pointer;
    background-color: rgba(3, 15, 39, 1);
    border-radius: 2px;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 40px;
    letter-spacing: 3.6px;
}

.jthanku-button button:hover {
    background-color: rgba(3, 15, 39, 0.7);
}


/* JThanku Css End */

.btn.loading {
    background: #777777 !important;
    cursor: progress;
}

.loading>.fas:before {
    content: "\f110";
}

.loading>.fas {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/*.web-loading-container {position: fixed; top: 0; left: 0; right: 0; border: 0; z-index: 999999999; opacity: 0; visibility: hidden; transition: all ease 0.3s; }
.showloading.web-loading-container {opacity: 1; visibility: visible; }
.web-loading-container:after {position: absolute; content: ""; background: rgba(3, 15, 39, 0.7); left: 0; right: 0; bottom: 0; top: 0; height: 100vh; }
.web-loading-container .loading-section {display: flex; height: 100vh; justify-content: center; align-items: center; width: 100%; position: relative; z-index: 99999; }
.web-loading-container .loading-section .fas {font-size: 40px; color: #fff; }*/

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.jcreate-new-account-input {
    position: relative;
}

.jcreate-new-account-input .fas {
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: rgba(34, 34, 34, 0.4);
}

.verify-payment .fas {
    cursor: pointer;
    color: green;
}

.jcommon-error-message {
    background-color: #FFF0EF;
    margin: 20px auto 0;
    max-width: 400px;
    width: 100%;
    color: #F60C54;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jcommon-error-message .fas,
.jcommon-success-message .fas {
    font-size: 18px;
    margin-right: 20px;
}

.jcommon-success-message {
    background-color: #DCFEF7;
    width: 100%;
    margin: 20px auto 0px;
    color: #2ca189;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
}

.jnavigation-inner ul.open li {
    display: block;
    padding-bottom: 15px;
}

.jnavigation-inner ul.open {
    position: absolute;
    top: 48px;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.jnavigation-inner ul.open li a {
    color: rgba(3, 15, 39, 1)
}

.owl-carousel .owl-item img {
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.common-message-container {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: all ease 0.4s;
    opacity: 0;
    z-index: 9999999;
}

.common-message-container.showmessage {
    bottom: 50px;
    opacity: 1;
}

.common-message-container .message-container {
    background: #000000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 6px 20px;
    font-size: 14px;
    max-width: 520px;
    margin: 0 auto;
}

.common-message-container .message-container .fa {
    margin-right: 10px;
    font-size: 18px;
}

body.showloading .web-loading-container {
    opacity: 1;
    visibility: visible;
}

.web-loading-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}

.web-loading-container:after {
    position: absolute;
    content: "";
    background: #0000003d;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
}

.web-loading-container .loading-section {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 99999;
}

.web-loading-container .loading-section .fas {
    font-size: 40px;
    color: black;
}


/* Order History Css Start */

.jorder-history-inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.jorder-history-left {
    width: 65%;
    margin-right: 5%;
}

.jorder-history-right {
    width: 30%;
}

.jorder-history {
    padding: 30px 0px;
}

.jorder-history-inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.jbox-shadow {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    padding-bottom: 20px;
}

.jorder-history-left-group {
    border-radius: 2px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.joh-group-left {
    width: 28%;
}

.joh-group-right {
    width: 72%;
}

.joh-order-date {
    margin-bottom: 15px;
    padding-left: 20px;
    border-left: 1px solid rgba(3, 15, 39, 1);
}

.joh-group-item-counter {
    font-size: 14px;
    font-weight: 700;
    color: rgba(3, 15, 39, 0.4)
}

.joh-item-group {
    display: flex;
    flex-wrap: wrap;
    padding-top: 23px;
}

.joh-item-img {
    padding-right: 20px;
}

.joh-item-img img {
    max-width: 60px;
    width: 100%;
}

.joh-item-status-time {
    margin-left: auto;
    padding-left: 20px;
    border-left: 1px solid rgba(3, 15, 39, 1);
}

.joh-right-inner {
    background-color: rgba(3, 15, 39, 1);
    padding: 30px 30px 60px;
}

.joh-right-icon {
    padding-bottom: 50px;
    text-align: right;
}

.joh-right-icon .fas {
    font-size: 80px;
    color: #fff
}

.joh-right-inner h3 {
    color: #fff;
    padding-bottom: 5px;
    font-size: 42px
}

.joh-right-inner p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.joh-block-group>div {
    display: flex;
    align-items: center;
}

.joh-block-head>div {
    color: rgba(17, 17, 17, 1);
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px
}

.joh-order-no {
    width: 40%;
    display: flex;
    align-items: center;
}

.joh-block-group {
    width: 100%;
}

.joh-current-status {
    width: 40%;
    display: flex;
    align-items: center;
}

.joh-order-amount {
    width: 20%;
    text-align: right;
}

.joh-block-head {
    padding: 0px 30px 20px;
    border-bottom: 1px solid rgba(3, 15, 39, 0.2);
}

.joh-block-desc {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(3, 15, 39, 0.2);
}

.joh-block-desc>div {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
}

.joh-block-desc p {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.joh-block-desc .joh-order-no p,
.joh-block-desc .joh-current-status p {
    width: 100px
}

.joh-block-head .joh-order-no {
    padding-left: 16px;
    border-left: 1px solid rgba(3, 15, 39, 1);
}

.joh-block-desc .joh-order-no span {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(3, 15, 39, 1);
}

.joh-block-desc .joh-current-status span {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(3, 15, 39, 1);
}

.joh-block-desc .joh-current-status p {
    font-size: 14px
}

.jorder-history-details-title a {
    color: rgba(3, 15, 39, 1);
    text-decoration: none;
}

.jorder-history-details-title .fas {
    font-size: 18px;
    color: rgba(3, 15, 39, 0.4)
}


/* Order History Css End */


/* Order History Details Css Start */

.jorder-history-details .joh-group-left,
.jorder-history-details .joh-group-right {
    width: 100%;
}

.jorder-history-details .joh-group-right {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.jorder-history-left-group.jorder-history-details {
    padding: 0px 30px 50px;
}

.jorder-history-details .joh-order-date {
    padding-top: 40px;
}

.jorder-history-details .joh-order-date span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(17, 17, 17, 1)
}

.jorder-history-details .joh-order-date p {
    color: rgba(3, 15, 39, 1);
    font-size: 16px;
    font-weight: 700;
}

.jorder-history-details .joh-item-name {
    width: 48%;
}

.jorder-history-details .joh-item-qty {
    width: 12%;
    font-size: 16px;
    color: rgba(3, 15, 39, 1);
}

.jorder-history-details .joh-item-price {
    width: 13%;
    font-size: 18px;
    font-weight: 700;
    color: rgba(3, 15, 39, 1)
}

.joh-item-price-group {
    display: flex;
    align-items: flex-end;
    width: 85%;
}

.joh-item-price-block {
    margin-left: auto;
    width: 50%;
}

.joh-item-price-block>div {
    display: flex;
    align-items: center;
}

.johp-price-left {
    width: 50%;
    text-align: right;
    font-size: 18px;
    color: rgba(3, 15, 39, 1)
}

.johp-price-right {
    width: 50%;
    padding-left: 48px;
    font-size: 18px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
}

.johp-total .johp-price-right {
    font-size: 24px;
    color: rgba(3, 15, 39, 1);
}

.johp-price {
    padding-bottom: 10px;
}

.johp-price.johp-total {
    padding-bottom: 0
}

.joh-item-price-group-btn button {
    background-color: rgba(3, 15, 39, 1);
    padding: 9px 26px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 0px;
    letter-spacing: 3.2px;
    border-radius: 2px;
}

.jorder-history-details .joh-item-name h6 {
    font-size: 18px;
    color: rgba(3, 15, 39, 1);
}

.jorder-history-details .joh-item-name p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(3, 15, 39, 1)
}

.jorder-history-details .joh-item-name span {
    font-size: 14px;
    color: rgba(3, 15, 39, 0.4);
    font-weight: 700;
}

.jorder-history-details .joh-item-name span {
    font-size: 14px;
    color: rgba(3, 15, 39, 0.4);
    font-weight: 700;
}

.joh-item-status-time span {
    font-size: 14px;
    color: rgba(17, 17, 17, 1);
}


/* Order History Details Css End */

.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal-trigger {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
    overflow: auto;
}

.modal.open {
    display: block;
}

.modal-box {
    position: relative;
    width: 80%;
    max-width: 920px;
    margin: 30px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
}

.modal-header {
    padding: 20px 40px;
    background: transparent;
}

.modal-body {
    background: transparent;
    padding: 60px 40px;
}


/* Close Button */

.close-modal {
    text-align: right;
    cursor: pointer;
}


/* Animation */

@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.slick-dots li.slick-active button {
    background-color: black;
}

.slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.slick-dots li :hover {
    background-color: black;
}

.slick-prev.hidden,
.slick-next.hidden {
    opacity: 0;
    pointer-events: none;
}


/* Custom Arrow */

.prev {
    color: #999;
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 20px;
}

.prev :hover {
    cursor: pointer;
    color: black;
}

.next {
    color: #999;
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 20px;
}

.next :hover {
    cursor: pointer;
    color: black;
}

.tabpanel__tab {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tabpanel__tab:checked+.tabpanel__tablabel {
    color: rgba(3, 15, 39, 1);
    border-bottom: 1px solid rgba(3, 15, 39, 1);
}

.tabpanel__tablabel {
    font-size: 18px;
    color: rgba(3, 15, 39, 0.4);
    font-weight: 700;
    padding-bottom: 18px;
}

.tabpanel__tablabel:hover {
    cursor: pointer;
}

.tabpanel__panel {
    display: none;
    padding-top: 52px !important;
}

.tabpanel__panel>*:first-child {
    margin-top: 0;
}

.tabpanel__panel>*:last-child {
    margin-bottom: 0;
}

.tabpanel__panel>*+* {
    margin-top: 24px;
}

#tabpanel__tab-1:checked~.tabpanel__panels #tabpanel__panel-1,
#tabpanel__tab-2:checked~.tabpanel__panels #tabpanel__panel-2,
#tabpanel__tab-3:checked~.tabpanel__panels #tabpanel__panel-3,
#tabpanel__tab-4:checked~.tabpanel__panels #tabpanel__panel-4,
#tabpanel__tab-5:checked~.tabpanel__panels #tabpanel__panel-5 {
    display: block;
    position: relative;
    top: 0px;
    margin-bottom: 100px;
}

.media__body>* {
    margin: 0;
}

.media__body>p+p,
.media__body>p+h2 {
    margin-top: 24px;
}

.media {
    display: flex;
}

.tabpanel {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.jcreate-new-account-input a {
    font-size: 18px;
    font-weight: 700;
    color: #030F27;
    padding-top: 36px;
    padding-left: 40px;
}

.jmanage-address-block {
    border: 1px solid rgba(112, 112, 112, 0.4);
    padding: 21px 30px;
    border-radius: 2px;
    width: 31%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.jmanage-address-block p {
    font-size: 16px;
    font-weight: 700;
    color: rgba(3, 15, 39, 0.6);
    line-height: 24px;
}

.jmanage-address-block p strong {
    color: rgba(3, 15, 39, 1);
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 600px;
    position: relative;
    transition: all 2s ease-in-out;
    padding: 33px 38px;
    box-shadow: 0px 3px 16px #00000029;
}

.popup h2 {
    font-size: 24px;
}

.content .jcreate-new-account-input input {
    border: 1px solid rgba(112, 112, 112, 0.4);
    height: 48px;
    width: 100%;
    padding: 10px 20px;
}

.content .jcreate-new-account-input input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: rgba(34, 34, 34, 0.4);
}

.content button {
    min-width: 200px;
    background-color: rgba(3, 15, 39, 1);
    border: 0;
    font-size: 18px;
    letter-spacing: 3.6px;
    color: #fff;
    padding: 13px 20px;
    margin-top: 20px;
    border-radius: 2px;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
    padding-top: 30px;
}

.jedit-remove a {
    font-size: 18px;
    line-height: 24px;
    color: rgba(3, 15, 39, 1);
    font-weight: 700;
}

.jedit-remove {
    padding-top: 24px;
}

.jedit-remove a:first-child {
    padding-right: 15px;
    border-right: 1px solid rgba(45, 52, 57, 0.6);
    margin-right: 15px;
}

.jmanage-address-block:last-child {
    margin-right: 0px;
    padding: 43px 54px;
}

.jmanage-address-block .jcheckout-account-right {
    width: 100%;
    padding: 0px;
    border: 0;
}

.jmanage-address-group {
    display: flex;
    flex-wrap: wrap;
}

.jnew-profile {
    padding-top: 52px;
}


/* Fill Niyam Patrak CSS Start Added on 28/06/2020 */

.jheader a.navbar-brand {
    max-width: 85px;
    width: 100%;
}

.jheader a.navbar-brand img,
.jfooter a.navbar-brand img {
    max-width: 85px;
    width: 100%;
}

.modal.fade .modal-dialog {
    transform: translate(0, 20%);
}

.modal.fade.show {
    opacity: 1;
}

.jfooter-title h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.jfooter ul {
    padding: 15px 0px;
}

.jfooter ul li {
    display: inline-block;
    padding: 0px 10px;
}

.jfooter ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.jheader {
    margin-bottom: 30px;
}

.jheader,
.jfooter {
    background-color: #030F27;
}

.jheader .navbar-toggler {
    display: none;
}

.jheader-inner,
.jfooter {
    display: flex;
    align-items: center;
    padding: 10px;
}

.jfooter {
    flex-direction: column;
}

.jheader a.navbar-brand,
.jfooter a.navbar-brand {
    height: auto;
    padding: 0px;
}

ul.jlogin-menu {
    margin-bottom: 0px;
    margin-left: auto;
}

ul.jlogin-menu li {
    display: inline-block;
}

.jheader .navbar .nav-item {
    padding: 5px 10px;
    list-style-type: none;
}

.jheader .navbar .nav-link {
    font-size: 14px;
    margin-left: 10px;
    color: rgba(3, 15, 39, 1);
    padding: 0px;
    color: #fff;
    font-weight: 600;
}

.dropdown button {
    background-color: transparent;
    min-width: auto;
    width: 100%;
    border: 0;
    padding: 0px;
}

.dropdown button ins {
    text-decoration: none;
}

.dropdown button ins:focus {
    outline: none;
}

.dropdown button:hover {
    border: 0;
}

.dropdown-menu {
    min-width: auto;
    width: 100%;
}

.checkbox label,
.radio label {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

.dropdown-menu.radio i {
    padding: 3px 15px;
}

.dropdown-menu.radio .dropdown-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block !important;
}

.navbar .navbar-brand {
    font-size: 30px;
}

.navbar .nav-item {
    padding: 10px 20px;
}

.navbar .nav-link {
    font-size: 20px;
    margin-left: 10px;
    color: rgba(3, 15, 39, 1)
}

.fa-bars {
    color: #fff;
    font-size: 30px;
}

.dropdown-menu.radio input {
    visibility: hidden;
    position: absolute;
    left: -30px;
}

.dropdown-menu.radio i {
    font-weight: normal;
    font-style: normal;
    display: block;
}

.dropdown-item.active {
    background-color: #555;
    color: #fff;
}

.jayojan-title {
    text-align: center;
}

.jayojan-title h4 {
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.jother-desc.jother-content-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jsubmit-button {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jsubmit-button input {
    min-width: 120px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 5px 20px;
}

.jtable-code .custom-control.custom-checkbox {
    text-align: center;
}

.jtable-code td .fa {
    cursor: pointer;
}

.jtable-code td,
.jtable-code th {
    font-size: 14px;
}

.jtable-code td .fa {
    cursor: pointer;
    font-size: 12px;
}

.body.body-overflow {
    overflow: hidden;
}

.jtable-code .table>tbody>tr>td,
.jtable-code .table>tbody>tr>th,
.jtable-code .table>tfoot>tr>td,
.jtable-code .table>tfoot>tr>th,
.jtable-code .table>thead>tr>td,
.jtable-code .table>thead>tr>th {
    padding: 3px;
}


/* Snackbar Css  */

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #030F27;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30%;
}

.show {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30%;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30%;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30%;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30%;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


/* Snackbar Css  */

.jlogin-menu .dropdown-menu {
    width: 200px;
    left: auto;
    right: 0;
    top: 65px
}

.jcalendarform .jform-field {
    position: unset;
}

.jlogin-menu .dropdown-menu li {
    width: 100%;
    text-align: center;
}

.jlogin-menu .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


/* Input with Calender Css */

.jdatepicker label {
    margin-left: 20px;
}

#datepicker {
    width: 180px;
    margin: 0 20px 20px 20px;
}

#datepicker>span:hover {
    cursor: pointer;
}

.datepicker .prev,
.datepicker .next {
    top: 0;
}

.datepicker {
    max-width: 300px;
}

.datepicker table {
    width: 100%;
}

.jtable-code {
    padding: 0px 10px;
}


/* snackbar css */

.jsnackbar {
    padding: 0px 10px;
}

.jsnackbar #snackbar.show {
    display: flex !important;
    align-items: center;
}

.jsnackbar #snackbar p {
    padding: 16px;
    padding: 0px;
    margin: 0;
    font-weight: 600;
}

.jsnackbar #snackbar .fa {
    color: rgba(255, 255, 255, 0.5);
    transition: all ease 0.3s;
    cursor: pointer;
    margin-left: auto
}

.jsnackbar #snackbar .fa:hover {
    color: rgba(255, 255, 255, 0.8);
}

#snackbar {
    visibility: hidden;
    width: 100%;
    margin-left: 0;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 16px;
    font-weight: 600;
    position: unset;
    z-index: 1;
    border-radius: 5px;
    display: none !important;
    margin-bottom: 15px;
}

#snackbar.alert-danger {
    background-color: #f66e84;
    border-color: #f66e84
}

#snackbar.alert-sucess {
    background-color: #030F27;
    border-color: #030F27
}

.show {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

/* Common styles to prevent text wrapping */
.jtable-code th,
td {
    white-space: nowrap;
}

/* First sticky column */
.jtable-code th:first-child,
.jtable-code td:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    background: white;
    box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.2);
    /* subtle right shadow */
}

.jtable-code th:nth-child(2),
.jtable-code td:nth-child(2) {
    position: sticky;
    left: 25px;
    /* adjust based on width of first column */
    background: #fff;
    z-index: 3;

    max-width: 200px !important;
    width: 200px !important;
    min-width: 200px !important;

    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;

    box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.2);
}

td .fa.fa-info-circle {
    color: #fd4a33;
  }
.jform-field .fas.fa-calendar {
    color: #fd4a33;
  }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


/* Snackbar Css  */


/* Media Query Start */

@media(max-width: 1300px) {
    .jmanage-address-block {
        width: 30%;
    }
}

@media(max-width: 1280px) {
    .container {
        padding: 0px 30px;
    }

    .jthanku-head-title h1 {
        font-size: 48px;
    }

    .jcategory-cta button {
        font-size: 16px;
        padding: 14px 20px;
    }
}

@media(max-width: 1200px) {
    .jtable-code .dropdown button {
        min-width: 80px;
    }

    #search-form {
        max-width: 400px;
    }

    .jlogo h3 {
        font-size: 32px;
    }

    nav li {
        margin-right: 15px;
    }

    h2 {
        font-size: 34px
    }

    .jfooter-head button {
        padding: 17px 32px;
        font-size: 16px;
    }
}

@media(max-width: 1060px) {
    .jmanage-address-block {
        width: 31%;
    }
}

@media(max-width: 1024px) {
    .jlogin-form {
        padding: 35px 30px;
    }

    .jlogin-form h3 {
        padding-bottom: 30px;
    }

    .jfooter-links {
        padding: 60px 0px 50px;
    }

    .jfooter-head {
        flex-direction: column;
        justify-content: center;
    }

    .jfooter-head button {
        margin-top: 30px;
        margin-left: 0px;
    }

    .navbar {
        position: absolute;
        top: 73px;
        left: 0;
        background-color: #030F27;
        z-index: 9999;
        width: 100%;
        padding: 0px 20px 20px;
    }

    .view-niyams .navbar {
        position: absolute;
        top: 73px;
        left: 0;
        background-color: #f5f7fa;
        z-index: 9999;
        width: 100%;
        padding: 0px 20px 20px;
    }

    .jmanage-address-block {
        width: 46%;
        margin-bottom: 20px;
    }

    .jheader .navbar {
        position: unset;
        padding: 0px;
    }

    .jmy-cart-inner-left {
        width: 100%;
        margin-right: 0px;
    }

    .jmy-cart-inner-right {
        width: 100%
    }

    .jnavigation-inner ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
    }

    .jnavigation-inner ul.open {
        visibility: visible;
        opacity: 1;
    }

    .jorder-details-inner {
        flex-direction: column;
    }

    .jorder-details-left {
        width: 100%;
        margin-right: 0px;
    }

    .jorder-details-right {
        width: 100%;
        padding-top: 30px;
    }

    .jorder-details-image {
        max-width: 100%;
        width: 100%;
    }

    .jorder-details-image img {
        height: 294px;
    }

    .jcheckout .jmy-cart-inner-left {
        width: 100%;
        margin-right: 0px;
    }

    .jcheckout .jmy-cart-inner-right {
        width: 100%;
    }

    .jcategory-details-left {
        width: 100%;
        margin-right: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .jcategory-details-right {
        width: 100%;
    }

    .jcategory-details-left-block {
        width: 33.33%;
    }

    .dropdown {
        max-width: 100%;
        top: 0;
        border-radius: 0;
        left: 0;
    }

    .jnavigation-inner span .fas {
        display: block;
    }

    .jheader .navbar {
        position: relative;
        padding: 0px;
        top: 0;
        z-index: 1020;
    }

    #menu {
        display: none
    }

    nav {
        display: block !important
    }

    nav li {
        display: inline-block
    }
}

@media(max-width: 992px) {
    .jthanku-head-title h1 {
        font-size: 40px;
        padding-bottom: 5px;
    }

    .jtable-code .dropdown button {
        min-width: 70px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 22px;
    }

    .jthanku-head-true {
        width: 160px;
        height: 160px;
    }

    .jthanku-head-true .fas {
        font-size: 55px;
        width: 120px;
        height: 120px;
        line-height: 114px;
    }

    .jthanku-head-true-icon {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 125px;
        height: 125px;
    }

    .jthanku-order-details ul li {
        font-size: 22px
    }

    ul.jfooter-links-list {
        width: 25%
    }

    ul.jfooter-links-list:last-child {
        margin-top: 20px;
    }

    .jcheckout-step-block {
        padding: 20px 30px;
    }

    .jcategory-cta {
        width: 31.66%;
        margin-bottom: 15px
    }

    .jcategory-cta:nth-child(3n) {
        margin-right: 0px;
    }

    .jcategory-banner-box h1 {
        font-size: 46px;
        line-height: 50px;
    }

    .jcategory-banner {
        padding: 60px 0px
    }

    .jcategory-details-item-group .jslide-image img {
        height: 160px;
    }

    .jcategory-details-item-group .jslide-inner {
        width: 49%;
        margin-bottom: 20px;
    }

    .jcategory-details-item-group .jslide-inner:nth-child(2n) {
        margin-right: 0px;
    }

    .jcategory-details-item-group .jslide-inner:nth-last-child(-n + 4) {
        margin-bottom: 20px
    }

    .jcategory-details-item-group .jslide-inner:nth-last-child(-n + 2) {
        margin-bottom: 0px;
    }

    .jbathroom-fittings {
        min-height: 158px;
        padding-bottom: 40px;
        padding-top: 150px;
        height: auto;
    }

    .jorder-history-left,
    .jorder-history-right {
        width: 100%;
        margin-right: 0px;
    }

    .jorder-history-details .joh-item-img {
        display: none;
    }

    .jorder-history-details .joh-item-qty {
        margin-left: auto;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    .jheader .navbar .nav-item {
        padding: 0px;
    }

    .responsive>thead th {
        display: none;
    }

    .responsive>tbody td,
    .responsive>tbody th {
        display: block;
    }

    .responsive>tbody>tr:nth-child(even) td,
    .responsive>tbody>tr:nth-child(even) th {
        background-color: #eee;
    }

    [row-header] {
        position: relative;
        width: 50%;
        vertical-align: middle;
    }

    [row-header]:before {
        content: attr(row-header);
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 50%;
        padding-right: 30px;
    }

    .jheader a.navbar-brand img,
    .jfooter a.navbar-brand img {
        max-width: 75px;
    }
}

@media(max-width: 800px) {
    .jthanku-order-details ul li {
        padding-right: 25px;
        margin-right: 25px;
    }

    .jreview-order-product {
        width: 58%;
    }

    .jcreate-new-account-form .jform-field {
        flex-direction: column;
        align-items: unset;
    }

    .jcreate-new-account-input {
        max-width: 100%;
        padding-top: 20px;
    }

    .jform-field label {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .jthanku-order-details ul li {
        font-size: 20px;
        padding-right: 18px;
        margin-right: 18px;
    }

    .jtable-code .dropdown button {
        min-width: 100px;
    }

    .jthanku-order-details ul li.jthanku-rs span {
        font-size: 14px;
    }

    .jthanku-order-details ul li.jthanku-payment {
        font-size: 16px;
    }

    ul.jfooter-links-list {
        width: 33.33%
    }

    ul.jfooter-links-list:last-child {
        margin-top: 0px
    }

    ul.jfooter-links-list:nth-last-child(-n + 2) {
        margin-top: 20px;
    }

    .jmy-cart-inner {
        padding: 27px 0px 30px
    }

    .jcheckout-account-left {
        width: 100%;
        margin-right: 0px;
    }

    .jcheckout-account-right {
        max-width: 100%;
        width: 100%;
        padding: 30px 38px;
        margin-top: 30px;
    }

    #search-form .fas {
        display: block;
        color: #fff;
        margin-left: auto;
        margin-right: 10px
    }

    #search-form input {
        display: none;
    }

    #search-form {
        max-width: none;
        margin: 0 0px;
        margin-left: auto;
        width: auto;
    }

    .jcheckout-title {
        flex-direction: column;
        align-items: unset;
    }

    .jcheckout-selected-title {
        padding-left: 0px;
        padding-top: 15px;
    }

    .jcheckout-selected-title:before {
        border-left: 0px;
    }

    .jreview-order-img {
        max-width: 50px
    }

    .jcategory-details-left-block ul,
    .jcategory-size#florsizes,
    #manufacture {
        display: none;
        position: absolute;
        background-color: #fff;
        box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
        border-radius: 4px;
        padding: 15px;
        max-width: 250px;
        z-index: 9;
    }

    .jcategory-details-left-block ul.open,
    .jcategory-size#florsizes.open,
    #manufacture.open {
        display: block;
    }

    .jcategory-details-left-block h6 {
        cursor: pointer;
    }

    .jcategory-details-left-block ul.open li {
        padding-left: 0px;
    }

    .jcategory-details-right-nav ul li {
        font-size: 14px;
        padding-right: 20px;
    }

    .owl-nav,
    .jlogo-slider-nav {
        display: none;
    }

    .joh-item-price-group {
        width: 100%
    }

    .jbathroom-fittings {
        padding-top: 126px
    }

    nav ul {
        width: 100% !important
    }

    #sub-menu {
        display: none
    }

    nav a {
        padding: 5px 10px
    }

    .jmanage-address-block {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .jmanage-address-block .jcheckout-account-right {
        margin-top: 0px;
    }

    .table-responsive>.table-bordered {
        border: 1px solid #ddd;
    }

    .jheader a.navbar-brand {
        order: 2;
    }

    ul.jlogin-menu {
        order: 3;
    }

    .jtable-code.table-responsive {
        border: 0
    }

    .jheader .navbar .nav-item {
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    .jheader .navbar .jlogin-menu .nav-item {
        padding: 0px;
    }

    .jheader .navbar-collapse {
        position: fixed;
        top: 93px;
        background-color: rgb(233, 70, 59);
        left: 0;
        width: 100%;
        padding: 0px 10px;
        display: none !important;
    }

    .jheader .navbar-collapse.in {
        display: block !important;
    }

    .jheader .navbar-toggler {
        display: block;
        background-color: transparent;
        border: 0;
        order: 1;
        margin-right: 15px;
    }

    .jheader .navbar .nav-item {
        float: none;
    }
}

@media(max-width: 640px) {
    .jthanku-order-details ul li {
        font-size: 20px;
        display: block;
        padding: 0px 0px 18px;
        margin: 0px 0px 18px;
        border-right: 0;
        border-bottom: 2px solid rgba(3, 15, 39, 1);
    }

    .jthanku-head-true,
    .jmy-cart-selected-item-img {
        display: none;
    }

    .container {
        padding: 0px 20px;
    }

    .jmy-cart-selected-item-content {
        padding: 15px;
        width: 100%
    }

    .jreview-order-details-block {
        flex-wrap: wrap;
    }

    .jreview-order-product {
        width: 73%;
        padding-bottom: 20px;
    }

    .jreview-back-cta button {
        font-size: 16px;
        padding: 12px 20px;
        min-width: 185px;
    }

    .jcategory-cta {
        width: 48.75%;
        margin-bottom: 15px
    }

    .jcategory-cta:nth-child(2n) {
        margin-right: 0px;
    }

    .jcategory-cta:nth-child(3n) {
        margin-right: 2.5%;
    }

    .jbanner-inner h1 {
        font-size: 40px;
    }

    .jnew-profile,
    .tabpanel .tabpanel__panel {
        padding-top: 10px !important;
    }

    .tabpanel .tabpanel__panel {
        margin-bottom: 10px !important;
    }

    .tabpanel {
        padding-bottom: 20px;
    }

    .joh-group-left,
    .joh-group-right {
        width: 100%;
    }

    .joh-group-left {
        display: flex;
        flex-wrap: wrap;
    }

    .joh-group-left>div {
        width: 33.33%
    }

    .jorder-history-details .joh-item-name {
        width: 100%;
        padding-bottom: 15px;
    }

    .jorder-history-details .joh-item-qty {
        margin-left: 0;
        width: 20%
    }

    .jorder-history-details .joh-item-price {
        width: 20%
    }

    .jbathroom-fittings {
        padding-top: 108px
    }
}

@media screen and (max-width: 600px) {
    .media {
        flex-direction: column;
        align-items: flex-start;
    }

    .media .media__img {
        margin: 0 auto;
    }

    .media .media__img+.media__body {
        margin: 12px 24px 24px 24px;
    }

    .tabpanel {
        flex-direction: column;
    }

    .tabpanel .tabpanel__tablabel {
        padding: 10px 15px;
    }

    .tabpanel .tabpanel__tablabel+.tabpanel__tab+.tabpanel__tablabel {
        margin-top: 6px;
    }

    .tabpanel .tabpanel__tab:checked~.tabpanel__panels {
        order: 1;
    }

    .tabpanel .tabpanel__tab:not(:checked)+.tabpanel__tablabel {
        order: initial;
    }

    .tabpanel #tabpanel__tab-1+.tabpanel__tablabel {
        order: 1;
    }

    .tabpanel #tabpanel__tab-1:checked~.tabpanel__panels {
        order: 1;
    }

    .tabpanel #tabpanel__tab-2+.tabpanel__tablabel {
        order: 2;
    }

    .tabpanel #tabpanel__tab-2:checked~.tabpanel__panels {
        order: 2;
    }

    .tabpanel #tabpanel__tab-3+.tabpanel__tablabel {
        order: 3;
    }

    .tabpanel #tabpanel__tab-3:checked~.tabpanel__panels {
        order: 3;
    }

    .tabpanel #tabpanel__tab-4+.tabpanel__tablabel {
        order: 4;
    }

    .tabpanel #tabpanel__tab-4:checked~.tabpanel__panels {
        order: 4;
    }

    .tabpanel #tabpanel__tab-5+.tabpanel__tablabel {
        order: 5;
    }

    .tabpanel #tabpanel__tab-5:checked~.tabpanel__panels {
        order: 5;
    }

    .tabpanel .tabpanel__panel {
        padding: 0 12px 12px 12px;
    }
}

@media screen and (min-width: 601px) {
    .media {
        align-items: flex-start;
    }

    .media .media__img {
        flex: 0 1 auto;
        height: auto;
    }

    .media .media__img+.media__body {
        margin: 24px 105px 24px 18px;
    }

    .tabpanel {
        flex-direction: row;
    }

    .tabpanel .tabpanel__tablabel {
        width: 200px;
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
    }

    .tabpanel .tabpanel__tablabel+.tabpanel__tab+.tabpanel__tablabel {
        margin-left: 6px;
    }

    .tabpanel .tabpanel__panel {
        padding: 12px;
    }

    .tabpanel .tabpanel__panels {
        flex: 1 1 100%;
    }
}

@media(max-width: 576px) {
    .jthanku-head-title h1 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .jthanku-order-details-cta {
        flex-direction: column;
        padding-top: 40px;
    }

    .jthanku-back {
        order: 2;
        padding-top: 30px;
        text-align: center;
    }

    .jthanku-back a {
        margin-right: 0px;
    }

    .jthanku-button button {
        font-size: 16px;
        padding: 12px 30px;
    }

    ul.jfooter-links-list {
        width: 50%
    }

    ul.jfooter-links-list:last-child {
        margin-top: 0px
    }

    ul.jfooter-links-list:nth-last-child(-n + 3) {
        margin-top: 20px;
    }

    h2 {
        font-size: 28px
    }

    .jorder-details-image-group {
        flex-direction: column;
    }

    .jorder-details-image-block {
        display: flex;
        max-width: 100%;
    }

    .jorder-details-img1 {
        margin-right: 10px;
    }

    .jorder-details-img1:last-child {
        margin-right: 0px;
    }

    .jorder-details-right-title .fas {
        font-size: 22px;
    }

    .jorder-add-cart-cta button {
        min-width: 200px;
        padding: 12px 20px;
        font-size: 14px;
    }

    .jfooter-head button {
        padding: 17px 20px;
        font-size: 14px;
    }

    .jform-field input[type="submit"] {
        font-size: 16px;
        padding: 13px 20px;
    }

    .jpayment-tab a {
        font-size: 14px;
        padding-bottom: 10px;
        min-width: 170px;
    }

    .jpayment-cta button {
        font-size: 16px;
        min-width: 240px;
        padding: 12px 20px;
    }

    .jcreate-new-account-inner {
        padding: 32px 0px 60px;
    }

    .jcategory-banner-box {
        padding: 20px;
    }

    .jcategory-banner-box h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .jcategory-banner {
        padding: 40px 0px;
    }

    .jcategory-details-item-group .jslide-inner {
        width: 100%;
        margin-bottom: 20px;
    }

    .jcategory-details-item-group .jslide-inner:nth-child(2n) {
        margin-right: 0px;
    }

    .jcategory-details-item-group .jslide-inner:nth-last-child(-n + 4) {
        margin-bottom: 20px
    }

    .jcategory-details-item-group .jslide-inner:nth-last-child(-n + 2) {
        margin-bottom: 20px;
    }

    .jcategory-details-item-group .jslide-inner:last-child {
        margin-bottom: 00px;
    }

    .jcategory-details-right-nav ul li {
        display: block;
        padding-bottom: 10px;
    }

    .jcategory-details-right-nav {
        text-align: left;
    }

    .jcategory-details-item-group .jslide-inner {
        margin-right: 0px;
    }

    .jcategory-details-item-group .jslide-tiles-shop-price {
        width: 50%
    }

    .jbanner-inner h1 {
        font-size: 30px;
    }

    .jbanner {
        padding: 40px 0px;
    }

    .jmy-cart-checkout-cta button {
        padding: 14px 20px;
        font-size: 16px;
    }

    .joh-item-price-group {
        flex-direction: column;
    }

    .joh-item-price-block {
        width: 100%;
        order: 1
    }

    .joh-item-price-group-btn {
        order: 2;
        margin-top: 15px;
    }

    .johp-price-left {
        text-align: left;
    }

    .johp-price-right {
        text-align: right;
    }

    .jorder-history-left-group.jorder-history-details {
        padding: 0px 20px 40px
    }

    .jorder-history-left-group {
        padding: 20px;
    }

    .jbathroom-fittings {
        padding-top: 85px
    }

    .jtable-code {
        height: auto;
        padding-bottom: 20px;
    }
}

@media(max-width: 480px) {
    h3 {
        font-size: 22px;
    }

    .jlogo h3 {
        font-size: 16px;
    }

    .jheader-inner {
        padding: 15px 0px 5px;
    }

    .jheader.jfill-patrak .jheader-inner {
        padding: 10px;
    }

    .container {
        padding: 0px 20px;
    }

    .jlogo {
        margin-bottom: 40px;
    }

    .jlogin-form h3 {
        font-size: 30px;
    }

    .jcreate-account a {
        font-size: 20px;
    }

    .jlogin-inner {
        padding: 20px 0px 60px;
    }

    .jlogin-form {
        padding: 30px 20px;
    }

    .jmanage-address-block:last-child {
        padding: 30px 18px;
    }

    .jcheckout-account-right .fas {
        max-width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .jslide-tiles-shop-add-cart {
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }

    .jslide-tiles-shop-group {
        flex-direction: column;
        align-items: unset;
        padding-top: 5px;
    }

    .jmy-cart-select-no-item {
        padding-left: 0px;
        border-left: 0px;
        width: 100%
    }

    .jmy-cart-select-no-item .fas {
        margin-left: auto;
    }

    .jmy-cart-selected-item-content .jslide-tiles-title {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 5px;
    }

    .jmy-cart-selected-item-content .jslide-tiles-type {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .jmy-cart-selected-item-content .jslide-tiles-size {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .jmy-cart-selected-item-content .jslide-tiles-shop-discount-price,
    .jorder-details-right .jslide-tiles-shop-discount-price {
        font-size: 20px;
    }

    ul.jfooter-links-list {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    ul.jfooter-links-list:first-child {
        margin-top: 0px;
    }

    .jfooter-links {
        padding: 40px 0px;
        justify-content: center;
    }

    .jorder-add-cart-cta {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }

    .jorder-details-desc>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .jorder-details-desc>div:last-child {
        margin-bottom: 0px;
    }

    .jorder-details-right-navigation ul li {
        font-size: 14px;
        padding-right: 10px;
    }

    .jcheckout-account-right {
        padding: 30px 20px;
    }

    .jcheckout-step-block {
        padding: 20px;
    }

    .jcheckout-account-right h6 {
        margin-left: 0px;
        margin-top: 15px;
        text-align: center;
    }

    .jreview-order-img {
        display: none;
    }

    .jreview-order-product {
        width: 100%
    }

    .jreview-order-back-cart {
        justify-content: unset;
        flex-direction: column;
    }

    .jreview-title {
        margin-right: 0px;
        padding-bottom: 15px;
    }

    .jreview-order-qty {
        width: 20%;
    }

    .jcheckout-account-right h6 {
        width: 100%;
    }

    .jpayment-tab {
        border: 0px;
    }

    .jpayment-tab a {
        width: 100%;
        border-bottom: 1px solid rgba(3, 15, 39, 0.2);
    }

    .jcreate-new-account-input {
        flex-direction: column;
        align-items: unset;
    }

    .jcreate-new-account-radio {
        margin-right: 0px;
    }

    .jform-field .jcreate-new-account-input input[type="submit"] {
        margin-top: 0px;
    }

    .jcreate-new-account-inner {
        padding: 32px 0px 40px;
    }

    .jcreate-new-account-input .fas {
        top: 37px;
    }

    .jcategory-cta {
        width: 100%;
        margin-right: 0px;
    }

    .jcategory-cta:nth-child(3n) {
        margin-right: 0px
    }

    .jcategory-details-left-block {
        width: 100%;
    }

    .jcategory-details-left-block ul,
    .jcategory-size#florsizes,
    #manufacture {
        max-width: 100%;
    }

    .jcategory-details-item-group .jslide-tiles-shop-group {
        flex-direction: row;
    }

    .jcategory-details-item-group .jslide-tiles-shop-add-cart {
        margin-left: auto;
        justify-content: flex-end;
    }

    .jhot-deals-head h4 {
        font-size: 16px;
        margin-right: 20px;
        padding-right: 28px;
        border-right: 0;
    }

    .jhot-deals-head h6 {
        font-size: 14px;
        margin-top: 15px
    }

    .jhot-deals-head {
        flex-direction: column;
        align-items: unset;
    }

    .item .jslide-tiles-shop-group {
        flex-direction: row
    }

    .item .jslide-tiles-shop-add-cart {
        margin-left: auto;
        width: auto;
    }

    .item .jslide-tiles-shop-price {
        width: 50%
    }

    .jbanner-inner {
        padding: 20px;
    }

    .joh-item-img {
        display: none;
    }

    .joh-group-left>div:first-child {
        width: 100%;
        padding-bottom: 15px;
    }

    .joh-group-left>div {
        width: 50%
    }

    .joh-group-left>div:nth-child(3) {
        text-align: right;
    }

    .jbathroom-fittings {
        padding-top: 65px
    }

    .toggle-nav {
        padding: 6px 10px
    }

    #search-form input {
        width: 150px
    }

    .fa-bars {
        font-size: 24px;
    }

    .jheader a.navbar-brand img,
    .jfooter a.navbar-brand img {
        max-width: 65px;
    }

    .jfooter ul li {
        display: block;
        padding: 0px 10px;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media(max-width: 376px) {
    h4 {
        font-size: 18px
    }

    .jorder-details-right-navigation ul li {
        font-size: 12px;
    }

    .joh-item-group>div {
        width: 100%;
    }

    .joh-item-name {
        padding-bottom: 15px
    }

    .jorder-history-details .joh-item-status-time {
        margin-top: 15px;
    }

    .jorder-history-details .joh-item-qty,
    .jorder-history-details .joh-item-price {
        width: 30%
    }

    .jbathroom-fittings {
        padding-top: 45px
    }
}

/* Media Query End */