.store_list h2 {
    text-align: center;
    margin: 50px 0 30px 0;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    float: left
}
.regoffice,
.store_list .locatorwrap .locatorbox {
    float: left;
    margin-right: 2%;
    min-height: 1px;
    list-style: none;
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.store_list .locatorwrap .locatorbox.onethird {
    width: 32%
}

.store_list .locatorwrap .locatorbox.onethird:nth-child(3n) {
    margin-right: 0
}

.store_list .locatorwrap .locatorbox.half {
    width: 49%
}

.store_list .locatorwrap .locatorbox.half:nth-child(2n) {
    margin-right: 0
}

.regoffice .locatorbox .info,
.store_list .locatorwrap .locatorbox .info {
    padding: 20px;
    min-height: 200px;
    width: 100%;
    float: left;
    box-sizing: border-box
}

.regoffice .locatorbox h6.titlered,
.store_list .locatorwrap .locatorbox h6.titlered {
    width: 100%;
    float: left;
    color: var(--c-lightblue);
    font-size: 19px;
    margin: 0 0 15px;
    font-weight: 500
}

.regoffice .locatorbox p.txt,
.store_list .locatorwrap .locatorbox p.txt {
    font-size: 15px;
    margin: 0 0 10px
}

.regoffice .locatorbox .storeTiming,
.store_list .locatorwrap .storeTiming {
    float: left;
    padding: 15px 15px 15px 55px;
    background: var(--c-lightblue);
    position: relative;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.regoffice .locatorbox .storeTiming:before,
.store_list .locatorwrap .storeTiming::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/newBanner/calenderTime.png) no-repeat left 15px center;
    background-size: 27px;
    pointer-events: none
}

.regoffice .locatorbox .storeTiming h5,
.store_list .locatorwrap .storeTiming h5 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    border-right: 1px solid #fff;
    padding: 0 10px 0 0
}

.regoffice .locatorbox .storeTiming .allTiming,
.store_list .locatorwrap .storeTiming .allTiming {
    padding-left: 10px;
    float: left;
    margin-top: -2px;
    display: flex;
    flex-direction: column;
    flex: 2;
    font-weight: 400
}

.store_list .locatorwrap .locatorbox.half .storeTiming .allTiming .part {
    float: left;
    padding: 0 0 0 15px
}

.mapBG {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    float: left
}

.mapBG:hover,
.storemap:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 21, 37, .8);
    z-index: -9999;
    visibility: hidden;
    opacity: 0
}

.lightbox.lightboxNew {
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.lightbox .lightboxHelper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.lightbox .lightboxCover {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 92%;
    max-width: 500px;
    z-index: -2;
    background: #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 20px;
    margin-bottom: 40px
}

.lightbox .lightboxCover.lightboxCoverNew {
    z-index: 2;
    top: 40px;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.lightbox .lightboxHead {
    float: left;
    width: 100%
}

.lightbox .lightboxclose {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px
}

.lightbox .lightboxclose span {
    float: left;
    position: relative
}

.lightbox .lightboxclose span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lightbox .lightboxclose span::after,
.lightbox .lightboxclose span::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 15px;
    height: 2px;
    background: #9b9b9b;
    display: inline-block;
    transition: .3s
}

.lightbox .lightboxclose:hover span::after,
.lightbox .lightboxclose:hover span::before {
    background: #000
}

.lightbox .lightboxclose span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.lightbox .lightboxBody {
    width: 100%;
    float: left
}

.lightbox .lightboxBody .logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px
}

.lightbox .lightboxBody .logo h6 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 2em
}

.lightbox .lightboxBody .logo img {
    width: 200px;
    margin-bottom: 1em
}

.lightbox.loginRegisterLB .lightboxCover {
    max-width: 400px;
    padding: 30px
}

.lightbox.loginRegisterLB .lightboxCover .allForm .fam {
    margin-bottom: 10px;
    color: #888
}

.lightbox.loginRegisterLB .lightboxCover .allForm .fam b {
    color: var(--c-lightblue)
}

.lightbox.loginRegisterLB .lightboxCover .allForm .form-label {
    color: #666
}

.lightbox.loginRegisterLB .lightboxCover .allForm .form-label b {
    color: var(--c-lightblue)
}

.lightbox.loginRegisterLB .lightboxCover .allForm .form-btnelement {
    width: 100%;
    float: left
}

.lightbox.loginRegisterLB .lightboxCover .allForm .form-btnelement>* {
    width: 100%;
    float: left;
    font-weight: 400
}

.lightbox.loginRegisterLB .lightboxCover .allForm .form-btnelement .btn-red {
    padding: 8px 30px;
    font-size: 15px;
    text-transform: uppercase
}

.lightbox.loginRegisterLB .lightboxCover .allForm .fp {
    width: auto;
    float: right;
    font-size: 14px;
    color: #5f5f5f;
    cursor: pointer;
    position: relative
}

.lightbox.loginRegisterLB .lightboxCover .allForm .fp:hover {
    color: var(--c-lightblue)
}

.lightbox.loginRegisterLB .lightboxCover .rn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
    position: relative;
    font-size: 18px;
    font-weight: 300
}

.lightbox.loginRegisterLB .lightboxCover .rn .btn:not(:only-child) {
    margin-top: 15px
}

.lightbox.loginRegisterLB .lightboxCover .form-field-msg {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #5f5f5f;
    margin-top: 8px;
    margin-bottom: 10px
}

.lightbox.tncLB .lightboxCover {
    max-width: 800px
}

.lightbox.openpopupimgLB .lightboxCover {
    max-width: 800px
}

.lightbox.openpopupimgLB .lightboxBody {
    margin-top: 23px
}

@media(max-width:760px) {
    .lightbox.loginRegisterLB .lightboxCover {
        padding: 20px
    }

    .lightbox .lightboxBody .logo img {
        width: 150px
    }

    .lightbox .lightboxBody .logo h6 {
        font-size: 20px
    }
}

span.msg.msg-error {
    color: #e30016 !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    position: absolute;
    left: 0;
    top: 100%
}

#emptyCart,
#pagenotfound,
.noproducthere {
    text-align: center
}

#emptyCart .img-container,
.noproducthere .img-container {
    margin: 0 auto 15px;
    display: inline-block
}

#pagenotfound .img-container {
    width: 200px;
    margin: 0 auto 40px;
    display: inline-block;
    background: #323232;
    border-radius: 50%;
    padding: 30px;
    height: 200px
}

#pagenotfound .img-container img {
    max-width: 110px
}

#emptyCart p,
#pagenotfound p,
.noproducthere p {
    font-size: 18px;
    color: #777;
    font-weight: 400;
    line-height: 30px
}

#emptyCart h4,
.noproducthere h4 {
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 24px
}

#pagenotfound h4 {
    margin: 0 0 25px;
    color: #323232;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase
}

#emptyCart .btnContainer,
#pagenotfound .btnContainer,
.noproducthere .btnContainer {
    text-align: center
}

.noproducthere .btnContainer {
    margin-bottom: 0
}

#emptyCart .btnContainer a,
#pagenotfound .btnContainer a,
.noproducthere .btnContainer a {
    margin: 0 5px
}

.btn-green {
    background: var(--c-lightblue)
}

.btn-green:hover {
    background: var(--c-lightblue)
}

.btn-red {
    background: var(--c-lightblue)
}

.btn-red:hover {
    background: var(--c-lightblue)
}

.btn-grey {
    background: #333
}

.btn-grey:hover {
    background: #444
}

.allForm .form-btn.sysme-cover {
    width: auto;
    float: left;
    margin-left: 10px
}

.checkbox-checkout-form.sysme-cover {
    margin-left: 0
}

.sysme-cover {
    width: 100%;
    float: left
}

.sysme-view-cart-header span {
    float: right;
    position: relative;
    padding-left: 25px;
    top: 0;
    cursor: pointer;
    margin-bottom: 20px;
    right: 8px
}

.sysme-view-cart-header span::before {
    content: "";
    position: absolute;
    background: url(../images/icons/delete-green.svg) no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px
}

.order-summery-table .order-summery-table-wrapper {
    border: 1px solid #e3e3e3;
    margin: 0 0 30px
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main {
    border-bottom: 1px solid #e3e3e3
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main.no-border-bottom {
    border-bottom: none
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header.green-bg {
    background: #7b7b7b
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left {
    width: 65%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left {
    width: 55%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-right {
    width: 45%
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right {
    width: 35%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left.allForm .form-rdiochk {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 20px;
    height: 20px;
    margin-right: 20px
}

.order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-left-cell {
    border-left: 1px solid #e3e3e3
}

.order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left.allForm .form-rdiochk .rdiochklabel:before {
    border-color: #fff
}

.order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left.allForm.brown-checkbox-form .form-rdiochk .rdiochklabel::after {
    background: #323232
}

.order-table-left .order-table-left-cell {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.order-table-header.green-bg p {
    color: #fff;
    margin: 0;
    text-transform: uppercase
}

.order-table-right-cell.del p {
    display: flex;
    justify-content: right
}

.order-table-right-cell.del img {
    max-width: 16px
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right .order-table-right-cell p span.price {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right .order-table-right-cell p span.price:before {
    content: "\20B9";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: inherit;
    font-size: calc(100% 3px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main {
    border-bottom: 1px solid #e3e3e3
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main:last-child {
    border-bottom: none
}

.order-summery-table .order-summery-table-wrapper.view-cart-table #viewcart_item .order-table-header-main:last-child {
    border-bottom: none
}

.order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left.allForm.brown-checkbox-form .form-rdiochk .rdiochklabel::before {
    border: 1px solid #bbb
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-img {
    float: left;
    width: 120px
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-img img {
    float: left
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp {
    float: left;
    padding-left: 18px;
    width: calc(100% - 120px);
    text-align: left
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p {
    line-height: normal;
    margin-bottom: 7px
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p.proName {
    color: var(--c-lightblue);
    font-weight: 400
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p.proCode {
    font-size: 14px;
    font-weight: 400;
    color: #464646;
    margin-top: 12px
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p.proPrice {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: var(--c-black);
    padding-left: 18px;
    position: relative;
    display: none
}

.order-summery-table select {
    width: 100px !important;
    min-width: auto !important
}

.delivery-summery-deails .total-sum {
    margin-bottom: 30px
}

.delivery-summery-deails .total-sum h4 {
    float: right;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0
}

.delivery-summery-deails .total-sum h4 .right {
    margin-left: 30px;
    display: inline-block;
    position: relative;
    color: var(--c-lightblue)
}

.delivery-summery-deails .total-sum h4 .right::before {
    content: "\20B9";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: inherit;
    font-size: 20px;
    position: absolute;
    top: 4px;
    left: -17px
}

.delivery-summery-deails .download-invoice {
    margin: 0
}

.delivery-summery-deails .download-invoice .download-invoice-inner {
    float: right
}

.delivery-summery-deails .download-invoice .download-invoice-inner .form-btn {
    float: left
}

.delivery-summery-deails .download-invoice .download-invoice-inner .form-btn a {
    margin: 0 0 0 10px
}

.delivery-summery-deails .download-invoice .download-invoice-inner .form-btn a br {
    display: none
}

.sysme-payment-main-wrapper .sysme-payment-left {
    width: calc(100% - 400px);
    float: left
}

.sysme-payment-main-wrapper .sysme-payment-right {
    width: 350px;
    float: right;
    border: 1px solid #e3e3e3;
    margin: 0 0 100px;
    border-bottom: none
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-border {
    height: 1px;
    width: 70%;
    background: #dedede;
    margin: 0 auto;
    position: relative;
    top: 19px;
    z-index: -9
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option {
    text-align: center;
    margin: 0 0 30px
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: inline-block
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li {
    width: 33.33%;
    float: left;
    list-style: none;
    text-align: center
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li.active {
    position: relative
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li .border-line {
    position: relative
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li .border-line .circle {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 40px
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li .border-line .circle::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    background: #333;
    position: absolute;
    top: 0;
    left: -11px;
    z-index: -1
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li.active .circle::before {
    background: var(--c-lightblue)
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li.active .circle::after {
    border: 2px solid var(--c-lightblue)
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li h5 {
    font-size: 15px;
    margin: 15px 0 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #333
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li.active h5 {
    color: var(--c-lightblue)
}

.sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li h5 br {
    display: none
}

.sysme-payment-main-wrapper .sysme-payment-right .sysme-payment-right-header h4 {
    background: var(--c-lightblue);
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase
}

.sysme-payment-main-wrapper .sysme-payment-right .payment-product-box {
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box
}

.sysme-payment-main-wrapper .sysme-payment-right .grand-total {
    padding: 15px;
    background-color: #fafafa;
    border: none;
    border-bottom: 1px solid #e3e3e3
}

.sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-img {
    width: 100px;
    float: left
}

.sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-img img {
    float: left
}

.sysme-payment-step .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-img img {
    max-width: 100%;
    float: left;
    border: 1px solid #ececec
}

.sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp {
    width: calc(100% - 120px);
    float: right
}

.sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proName {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--c-lightblue)
}

.sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proName a {
    color: var(--c-lightblue);
    word-break: break-all;
}

.sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proImg {
    margin-bottom: 20px
}

.sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proPrice {
    position: relative;
    padding-left: 15px;
    margin: 0;
    margin-top: 12px;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 500
}

.order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p.proPrice::before,
.sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proPrice::before {
    content: "\20B9";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: inherit;
    font-size: calc(100% 3px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proCode {
    margin-bottom: 7px;
    font-size: 15px;
    color: #555
}

.sysme-payment-main-wrapper .sysme-payment-right .grand-total:last-child {
    background: var(--c-dark);
    color: #fff
}

.sysme-payment-main-wrapper .sysme-payment-right .grand-total.tax .grand-total-inner .grand-total-price {
    font-size: 16px
}

.sysme-payment-main-wrapper .sysme-payment-right .grand-total.tax .grand-total-inner .grand-total-price-right h5 {
    font-size: 16px
}

.sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner {
    width: 100%;
    float: left
}

.sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner .grand-total-price {
    font-size: 18px;
    float: left
}

.sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner .grand-total-price-right {
    font-weight: 700;
    font-size: 18px;
    float: right
}

.sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner .grand-total-price-right h5 {
    position: relative;
    padding-left: 16px;
    margin: 0;
    font-weight: 500;
    font-size: 17px
}

.sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner .grand-total-price-right h5::before {
    content: "\20B9";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: inherit;
    font-size: 17px;
    position: absolute;
    top: 2px;
    left: 0
}

.sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner .grand-total-price-right h6 {
    font-size: 13px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 30px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left {
    width: calc((100% - 100px)/ 2);
    float: left
}

.checkout-form-left-header-border h5,
.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left-header h5 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 26px;
    font-weight: 500
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .allForm h5 {
    color: #5f5f5f;
    margin: 15px 0 40px;
    font-size: 16px;
    font-weight: 400
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .form-btn {
    float: left
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .forgot-pswd {
    float: right;
    margin-top: 10px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .forgot-pswd a {
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
    -webkit-transition: .5s;
    transition: .5s
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .forgot-pswd a:hover {
    color: var(--c-lightblue)
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border {
    width: 80px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::after,
.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: calc(50% - 45px);
    background: #c9c9c9
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border:before {
    top: 0;
    left: 40.5px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border:after {
    bottom: 0;
    left: 40.5px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border .or-border-inner span {
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 50px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border .or-border-inner span::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background: var(--c-black);
    border-radius: 50px;
    position: absolute;
    top: 3px;
    left: -10px;
    z-index: -1
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
    margin: 0 0 30px;
    line-height: 26px;
    font-weight: 400
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-inner {
    width: 100%;
    margin-bottom: 0
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-inner:first-child h5 {
    margin-bottom: 45px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-inner .checkout2-form-left-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkout3_form {
    width: 100%;
    float: left
}

.contactform .checkoutLeft,
.sendyourquerywrap .form-selectelement.checkoutLeft,
.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-element.checkoutLeft {
    width: 49%;
    float: left
}

.contactform .checkoutRight,
.sendyourquerywrap .form-selectelement.checkoutRight,
.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-element.checkoutRight {
    width: 49%;
    float: right
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-payment-method-wrap .form-element {
    width: 49%;
    float: left
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-payment-method-wrap .form-element:last-child {
    float: right
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left {
    float: left;
    margin: 15px 0 0
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    color: #5f5f5f;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container .shipping-name {
    padding-left: 30px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container .rdiochklabel {
    width: auto;
    font-size: 16px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container input:checked.checkmark {
    background-color: #2196f3
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container input:checked.checkmark:after {
    display: block
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container .checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #bbb
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation {
    width: 48%;
    float: left;
    border: 1px solid #e3e3e3;
    padding: 25px 20px;
    margin-bottom: 30px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head img {
    width: 35px;
    float: left;
    margin-right: 10px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head h5 {
    font-size: 15px;
    float: left;
    color: var(--c-lightblue);
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 22px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head h5 br {
    display: none
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head .btn-edit {
    float: right;
    font-size: 15px;
    text-transform: capitalize;
    line-height: normal;
    padding-bottom: 3px;
    color: #262626;
    border-bottom: 1px solid currentColor
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head .btn-edit:hover {
    color: var(--c-lightblue)
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head h5 br {
    display: inline-block
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist {
    width: 100%;
    float: left
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul {
    width: 100%;
    float: left;
    margin-bottom: 0
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0 0 12px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li:last-child {
    margin-bottom: 0
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .left {
    width: 150px;
    margin: 0;
    opacity: .75
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .left b {
    font-weight: 400;
    float: right
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .right {
    padding-left: 20px;
    width: calc(100% - 150px);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .left,
.sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .right {
    float: left;
    font-size: 15px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right {
    width: calc((100% - 100px)/ 2);
    float: right
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .allForm {
    margin-top: 10px;
    font-size: 16px
}

.form-radio-element {
    margin: 0 0 30px
}

.sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
    margin: 0 0 97px
}

.allForm .form-rdiochk .rdiochklabel a {
    color: var(--c-lightblue)
}

.npproduct {
    background: var(--c-lightblue);
    text-align: center;
    padding: 20px;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    margin: 100px 0;
    width: 100%;
    grid-area: 1/3
}

.pageerror {
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    line-height: 140px
}

.staticpagecontent p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400
}

.staticpagecontent h2.title {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--c-lightblue);
    margin: 0 0 25px;
    font-size: 22px
}

.staticpagecontent h4 {
    font-weight: 500;
    margin: 0 0 20px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 10px;
    font-size: 17px;
    color: #444;
    line-height: 30px
}

.noborder {
    border: none !important
}

.fullwidthbanner {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.contactform {
    width: 100%;
    float: left
}

.regoffice {
    width: 32%;
    float: right;
    border: none;
    margin: 0;
    margin-left: 2%
}

.regoffice h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
    margin: 0 0 35px
}

.regoffice .locatorbox {
    width: calc(100% - 2px);
    float: left;
    border: 1px solid #dbdbdb
}

.regoffice .locatorbox .info {
    min-height: auto
}

.regoffice .locatorbox .storeTiming .allTiming .part {
    width: 100%
}

.about_top h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 30px;
    color: #444
}

.about_bottom {
    padding: 40px 0 0 0
}

.about_bottom h2 {
    margin: 0 0 50px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    float: left
}

.whychoosebox {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 30px;
    margin: 0 0 30px;
    display: flex;
    align-items: flex-start
}

.whychooseleft span {
    background: red
}

.whychoosebox .whychooseright {
    float: right;
    padding-left: 40px;
    line-height: 28px
}

.whychooseright h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 500;
    color: var(--c-lightblue)
}

.whychooseright p {
    font-size: 16px;
    font-weight: 400
}

.whychooseleft figure {
    background: var(--c-lightblue);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.whychoosebox.even .whychooseleft {
    float: right;
    text-align: right
}

.sendyourquerywrap {
    width: 100%;
    float: left
}

.portfolio_list .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 10px
}

.portfolio_list .item {
    float: left;
    padding: 10px;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px #0000001a
}

.portfolio_list .item:hover {
    box-shadow: 0 0 8px #0003
}

.portfolio_list .item figure {
    opacity: .9;
    transition: .3s
}

.portfolio_list .item:hover figure {
    opacity: 1
}

.affordabilityblock {
    text-align: center
}

.sendyourquerywrap select {
    width: 100% !important
}

ul.trainingrightlisting {
    width: 100%;
    float: left
}

ul.trainingrightlisting li {
    padding: 12px 10px 12px 40px;
    line-height: 31px;
    border: 1px solid #ececec;
    position: relative
}

ul.trainingrightlisting li:not(:last-child) {
    margin-bottom: 15px
}

ul.trainingrightlisting li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/icons/greentick.svg) no-repeat left center;
    background-size: 20px;
    left: 10px;
    top: 17px
}

.note {
    padding: 15px 15px 5px;
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
    background: #f7f7f7;
    border-radius: 4px;
    color: #444;
    line-height: 22px
}

.note p {
    margin: 0 0 10px
}

.customerblock {
    width: 49%;
    background: #f7f7f7;
    text-align: center;
    border: 1px solid #ececec
}

.customerblock.left {
    float: left
}

.customerblock.right {
    float: right
}

.customerblock .info {
    background: var(--c-lightblue);
    padding: 20px
}

.customerblock a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize
}

.customerblock a:hover .info {
    background-color: var(--c-lightgreen)
}

.feedbackcheckboxwrap {
    padding: 15px 0 0 0
}

.feedbackcheckbox {
    width: auto !important;
    padding: 0 25px 0 0 !important
}

.multiplecheckbox {
    width: 100%;
    float: left;
    padding: 4px 0
}

.multiplecheckbox h4 {
    font-weight: 500;
    margin: 20px 0 7px 0
}

@media screen and (max-width:1440px) {
    .owl-theme .owl-nav {
        z-index: 999 !important
    }

    .sysme_bannerwrap article {
        width: 26%
    }

    .sysme_bannerwrap .sliderthumb {
        width: 74%
    }

    .box.one .infos,
    .box.two .infos {
        padding-left: 20px
    }

    .sysme_homethreeboxes .box.three .infos .premservice h3 {
        font-size: 22px;
        margin: 15px 0 10px
    }

    .box.two .shopnow {
        position: relative;
        right: auto;
        bottom: 0;
        padding: 0 0 0 20px
    }

    .insidebanners .thumbnail {
        width: 50%
    }

    .insidebanners article h1 {
        margin: 0 0 25px
    }
}

@media screen and (max-width:1360px) {
    .insidebanners article {
        width: calc(40% - 40px)
    }
}

@media screen and (max-width:1240px) {
    .sysme_bannerwrap article {
        width: 35%
    }

    .sysme_bannerwrap .sliderthumb {
        width: 65%
    }

    .sysme_bannerwrap {
        padding: 100px 0 20px
    }

    .listingmidbanner article {
        padding: 20px 30px
    }

    .listingmidbanner article .header2 {
        font-size: 35px;
        line-height: 40px
    }

    .addtocart_action .action_right {
        float: left;
        text-align: left
    }

    .product-color {
        padding: 0 20px 0 0
    }

    .product-price span.price {
        margin-right: 30px
    }

    .cable-config span,
    .key_specifications .headsection h2,
    .pinCodeVerification span,
    .product-color>span,
    .product_details_bottomwrap .headsection h2 {
        font-size: 17px;
        font-weight: 500
    }
}

@media screen and (max-width:1080px) {
    .sysme_bannerwrap article h1 {
        margin: 0 0 20px;
        line-height: 40px;
        font-size: 30px
    }

    .sysme_bannerwrap article h2 {
        font-size: 20px;
        margin: 0 0 20px
    }

    .mycart {
        padding: 0 0 0 28px;
        margin: 0 0 0 10px
    }

    .myaccount {
        padding: 0 0 0 28px
    }

    .sysme_homethreeboxes .box.three .infos .premservice {
        width: calc(80% - 20px);
        padding: 0 0 0 20px
    }

    .sysme_homethreeboxes .box.three .infos .premservice h3 {
        font-size: 20px;
        margin: 10px 0
    }

    .insidebanners article h4 {
        margin: 0 0 15px
    }

    .insidebanners article h1 {
        font-size: 32px
    }

    .product_details_bottomwrap .product_desc_wrapper.full_view table {
        min-width: 1000px
    }
}

@media screen and (max-width:980px) {
    .filterwrap .dropdown {
        margin: 0 10px 0 0
    }

    .listingmidbanner article .header2 {
        font-size: 30px;
        line-height: 36px
    }

    .sysme_homethreeboxes .box.three .infos .premservice h3 {
        font-size: 18px
    }
}

.loading {
    position: fixed;
    z-index: 9999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    -webkit-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    border-radius: .5em;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .5) -1.5em 0 0 0, rgba(0, 0, 0, .5) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .75) -1.5em 0 0 0, rgba(0, 0, 0, .75) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sysme-payment-step .order-summery-msg-wrapper {
    margin: 0 0 40px 0
}

.sysme-payment-step .order-summery-msg-wrapper .order-summery-msg {
    width: 100%;
    float: left
}

.sysme-payment-step .order-summery-msg-wrapper .order-summery-msg .order-summery-msg-left {
    width: 80px;
    margin: auto
}

.sysme-payment-step .order-summery-msg-wrapper .order-summery-msg .order-summery-msg-left img {
    max-width: 100%
}

.sysme-payment-step .order-summery-table .order-summery-table-wrapper {
    border: 1px solid #e3e3e3;
    margin: 0 0 30px 0
}

.sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main:last-child {
    border-bottom: none
}

.sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header.red-bg {
    background: #323232
}

.sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left {
    width: 65%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.sysme-payment-step .order-summery-table .order-summery-table-wrapper.common-order-table .order-table-header-main .order-table-header .order-table-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right {
    width: 35%;
    float: left;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.display-none {
    display: none
}

.brdr-left {
    border-left: 1px solid #000 !important
}

.brdr-right {
    border-left: 1px solid #000 !important
}

.bdrbtm:not(:last-child) {
    border-bottom: 1px solid #e3e3e3
}

.red-bg .order-table-left-cell {
    width: 100%
}

.red-bg .order-table-left-cell p {
    width: 100%;
    padding: 0 15px
}

.red-bg .order-table-right-cell p {
    text-align: center !important
}

.pricediscount {
    width: 100%;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0;
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    color: inherit !important
}

.pricediscount:not(:last-child) {
    border-bottom: 1px solid #e3e3e3
}

.pricediscount .prcdscound {
    width: 82.55%;
    text-align: right;
    float: left;
    border-right: 1px solid #e3e3e3;
    padding: 15px
}

.pricediscount .amount {
    width: 17.4%;
    text-align: right;
    float: left;
    padding: 15px
}

.pricediscount .prcdscound p {
    margin-bottom: 0
}

.pricediscount .amount p {
    margin-bottom: 0
}

.ttlhdr {
    background-color: var(--c-dark);
    color: #fff
}

.ttlhdr .pricediscount span {
    font-size: 19px !important
}

.billingshipping_dtls {
    width: 100%;
    float: left;
    margin-top: 30px
}

.billingshipping_dtls .billdtls {
    width: 48%;
    float: left;
    border-top: 1px solid #323232
}

.billingshipping_dtls .shipping_dtls {
    width: 48%;
    float: right;
    border-top: 1px solid #323232
}

.bill-ngHdr {
    background-color: #323232;
    padding: 15px 20px;
    color: #fff
}

.bill-ngHdr p {
    margin-bottom: 0
}

.billdtls .dtls {
    width: 100%;
    float: left;
    border: 1px solid #e3e3e3
}

.billdtls .dtls .dta {
    width: 60%;
    float: right;
    padding: 15px;
    border-left: 1px solid #e3e3e3
}

.billdtls .dtls .ttl {
    padding: 15px;
    width: 29%;
    float: left
}

.billdtls .dtls p {
    margin-bottom: 0;
    float: left;
    width: 100%
}

.billdtls .dtls p:not(:last-child) {
    border-bottom: 1px solid #e3e3e3
}

.btn_cntr {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 10px
}

.pdId {
    color: var(--c-lightblue)
}

.cng_sry h2 {
    font-size: 30px;
    margin: 20px 0
}

.cng_sry p {
    font-size: 16px;
    line-height: 30px
}

.cng_sry {
    text-align: center;
    margin-top: 70px !important
}

.failed_ordr .btn_cntr {
    margin-top: 0
}

.failed_ordr .order-summery-msg-wrapper {
    margin-bottom: 0 !important
}

.nomore {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0
}

.alertify .ajs-body {
    min-height: auto
}

.alertify .ajs-dimmer {
    z-index: 99999 !important
}

.alertify .ajs-modal {
    z-index: 99999 !important
}

.alertify .ajs-dialog {
    border: none
}

.alertify .ajs-body .ajs-content {
    padding: 0
}

.alertify .ajs-footer .ajs-buttons {
    text-align: center !important;
    float: none !important;
    clear: none !important;
    display: inline-block !important
}

/* body .alertify .ajs-body {
    min-height: auto;
    margin-bottom: 24px
}

body .alertify .ajs-body .ajs-content {
    padding: 0;
    text-align: center
} */

.alertify .ajs-footer {
    text-align: center
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    border: 1px solid var(--c-lightblue);
    color: #fff !important;
    background-color: var(--c-lightblue);
    font-weight: 400
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:focus {
    outline: 0
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-cancel {
    border: 1px solid #000;
    color: #000;
    font-weight: 400
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin: 14px !important
}

.alertify .ajs-header {
    border-radius: 0 !important;
    background-color: var(--c-lightblue) !important;
    color: #fff !important;
    font-size: 18px;
    display: none
}

.alertify .ajs-commands button.ajs-close {
    position: relative;
    background-image: none !important
}

.alertify .ajs-commands button.ajs-close:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 15px;
    height: 2px;
    background: #fff;
    display: inline-block;
    transition: .3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.alertify .ajs-commands button.ajs-close:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 15px;
    height: 2px;
    background: #fff;
    display: inline-block;
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.alertify .ajs-dimmer {
    opacity: .9 !important
}

.center-cont {
    width: 100%;
    float: left;
    text-align: center
}

.center-cont a {
    background: var(--c-lightblue);
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 50px;
    display: inline-block;
    padding: 0 30px;
    font-weight: 500;
    transition: .3s
}

.center-cont a:hover {
    background: var(--c-lightblue)
}

#search_keyword-error {
    display: none
}

.sysme-useprofile {
    width: 100%;
    float: left
}

.sysme-useprofile .sysme-quicknav {
    width: 22%;
    float: left;
    border: 1px solid #e3e3e3;
    font-size: 18px;
    color: #5d5d5d
}

.sysme-useprofile h5 {
    color: var(--c-lightblue);
    font-weight: 400;
    padding: 15px 15px;
    margin: 0;
    font-size: 18px;
    font-weight: 500
}

.sysme-useprofile .sysme-quicknav img {
    vertical-align: middle;
    margin-right: 10px
}

.sysme-useprofile .sysme-quicknav ul {
    width: 100%;
    float: left;
    font-size: 16px
}

.sysme-useprofile .sysme-quicknav ul li {
    list-style: none;
    width: 100%;
    float: left;
    color: inherit
}

.sysme-useprofile .sysme-quicknav ul li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3
}

.sysme-useprofile .sysme-quicknav ul li a.navactive,
.sysme-useprofile .sysme-quicknav ul li a:hover {
    color: var(--c-lightblue)
}

.sysme-useprofile .sysme-quicknav ul li a {
    display: block;
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 400
}

.sysme-useprofile .sysme-quicknav ul li>a {
    padding: 15px 15px 15px 60px
}

.sysme-useprofile .sysme-quicknav ul li a:hover {
    color: var(--c-lightblue)
}

.sysme-useprofile .sysme-quicknav h5 {
    background-color: var(--c-lightblue);
    color: #fff
}

.sysme-useprofile .sysme-quicknav h5 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.contactdiv {
    width: 100%;
    float: left;
    padding: 15px 15px 15px 60px;
    font-weight: 400;
    line-height: 24px
}

.contact-span {
    padding: 10px 15px;
    background: var(--c-lightblue);
    float: left;
    width: 100%
}

.contactdiv p {
    margin-bottom: 0
}

.sysme-useprofile .sysme-userprofileRight {
    width: 75%;
    float: right
}

.sysme-useprofile .sysme-userprofileRight .pageTitle {
    width: 100%;
    float: left;
    color: #3e320f;
    font-size: 25px;
    margin: 0;
    font-weight: 500
}

.sysme-useprofile .sysme-userprofileRight .pageTitle i {
    font-style: inherit;
    color: #3e320f
}

.sysme-useprofile .sysme-userprofileRight .userInfo {
    width: 100%;
    float: left;
    margin: 30px 0;
    border: 1px solid #e3e3e3;
    padding: 30px
}

.sysme-useprofile .sysme-userprofileRight .userInfo li {
    width: 100%;
    float: left;
    color: #363636;
    list-style: none;
    font-weight: 500
}

.sysme-useprofile .sysme-userprofileRight .userInfo li span:first-child {
    opacity: .5
}

.sysme-useprofile .sysme-userprofileRight .userInfo li:not(:last-child) {
    margin-bottom: 15px
}

.sysme-useprofile .sysme-userprofileRight .userInfo li span {
    width: 200px;
    float: left;
    color: #000
}

.sysme-useprofile .sysme-userprofileRight .userInfo li span:first-child {
    width: 200px
}

.sysme-useprofile .sysme-userprofileRight .userInfo li span:last-child {
    width: calc(100% - 220px);
    float: right;
    font-weight: 400
}

.my_accountpage .btn {
    text-transform: uppercase
}

.btn-grey {
    background-color: #7e7e7e;
    display: inline-block;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.sysme-useprofile .sysme-userprofileRight .userInfo .allForm .fam {
    margin-bottom: 30px;
    color: #363636
}

.sysme-useprofile .sysme-userprofileRight .userInfo .allForm .form-element-select-profile {
    width: 48%;
    float: left
}

.sysme-useprofile .sysme-userprofileRight .userInfo .allForm .form-element-select-profile:nth-child(even) {
    float: right
}

.sysme-useprofile .sysme-userprofileRight .userInfo .allForm .form-btn.sysme-cover {
    float: right
}

/* .allForm .form-element.form-selectelement:not(.hasValueall):not(.hasFocusall) select {
    color: #fff
} */

.allForm .form-element.form-selectelement .select-label {
    position: absolute;
    top: 13px;
    left: 15px;
    color: #3b3b3b;
    font-weight: 400;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px
}

.userInfo .allForm .form-element.form-selectelement select.form-field {
    height: 50px;
    line-height: normal
}

.form-selectelement .hasFocusall:after,
.form-selectelement .hasValueall:after {
    width: auto !important;
    height: auto !important
}

.centerMsg {
    text-align: center;
    margin-bottom: 40px
}

.centerMsg p {
    font-size: 17px;
    margin-top: 20px;
    line-height: 23px
}

.sysme-useprofile .sysme-orderhistory {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sysme-orderhistory .sysme-orderhistoryItem {
    width: 49%;
    float: left;
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin-bottom: 20px;
    position: relative
}

.sysme-orderhistory .sysme-orderhistoryItem .btn {
    float: right;
    font-size: 14px;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--c-black);
    font-weight: 500;
    border-bottom: 1px solid;
    border-radius: 0;
    padding-bottom: 3px
}

.sysme-orderhistory .sysme-orderhistoryItem .btn:hover {
    color: var(--c-lightblue);
    background-color: inherit
}

.sysme-orderhistory .sysme-orderhistoryItem:nth-child(even) {
    float: right
}

.sysme-orderhistory .sysme-orderhistoryItem .orderID {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-bottom: 22px;
    padding: 0
}

.sysme-orderhistory .sysme-orderhistoryItem .orderDate {
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    color: #696969
}

.sysme-orderhistory .sysme-orderhistoryItem .orderAmount {
    width: auto;
    float: left;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 6px
}

.sysme-orderhistory .sysme-orderhistoryItem .orderAmount span {
    font-size: 14px;
    font-weight: 400
}

.sysme-orderhistory .sysme-orderhistoryItem .orderdtlsbtn {
    width: auto;
    float: right;
    padding: 8px 14px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.sysme-orderhistory .sysme-orderhistoryItem span.tag {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400
}

.sysme-orderhistory .sysme-orderhistoryItem span.tag-received {
    background: #0ae37f;
    color: #fff
}

.sysme-orderhistory .sysme-orderhistoryItem span.tag-cancelled {
    background: #d93d3d;
    color: #fff
}

.sysme-orderhistory .sysme-orderhistoryItem span.tag-new {
    background: #00ccd9;
    color: #fff
}

.sysme-orderhistory .sysme-orderhistoryItem span.tag-shipped {
    background: #eb5b48;
    color: #fff
}

ol.progtrckr {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start
}

ol.progtrckr::after,
ol.progtrckr::before {
    content: '';
    width: 16%;
    border-bottom: 4px solid #fff;
    position: absolute;
    z-index: 1
}

ol.progtrckr::before {
    left: 0;
    bottom: 0
}

ol.progtrckr::after {
    right: 0;
    bottom: 0
}

ol.progtrckr li {
    position: relative;
    text-align: center;
    width: 33.3%;
    padding-bottom: 25px;
    float: left;
    font-size: 17px;
    color: #4c4c4c
}

ol.progtrckr li:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: -7.5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11
}

ol.progtrckr li:last-child:after {
    content: '';
    width: 50%;
    border-bottom: 4px solid #fff;
    position: absolute;
    bottom: -4px;
    right: 0
}

ol.progtrckr li.progtrckr-done:before {
    background-color: var(--c-lightgreen)
}

ol.progtrckr li.progtrckr-todo:before {
    background-color: #a5d2c4
}

ol.progtrckr li.progtrckr-done {
    border-bottom: 4px solid var(--c-lightgreen)
}

ol.progtrckr li.progtrckr-todo {
    border-bottom: 4px solid #a5d2c4
}

ol.progtrckr li p {
    margin-bottom: 0;
    margin-top: 1px;
    opacity: .7;
    color: #000;
    line-height: 35px
}

.trkpdng {
    width: 100%;
    float: left
}

.track_order {
    width: 100%;
    float: left;
    margin-top: 30px
}

.intransit {
    width: 100%;
    float: left
}

.intransit h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #383838;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 20px
}

.intransit p span {
    color: var(--c-lightblue)
}

.backtorder {
    margin-top: 28px
}

.sysme-InnerPageTitle {
    float: left;
    width: 100%;
    padding: 40px 0
}

.sysme-InnerPageTitle .title {
    width: 100%;
    float: left;
    text-align: center;
    color: #3e320f;
    font-size: 30px;
    margin: 0
}

.sysme-InnerPageTitle .title i {
    font-style: inherit;
    color: var(--c-lightblue)
}

.sysme-InnerPageTitle .txt {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-family: inherit;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 20px
}

.sysme-InnerPageTitle .txt:last-child {
    margin-bottom: 0
}

.sysme-AllForm {
    float: left;
    margin-bottom: 40px
}

.sysme-AllForm .allFormBG {
    width: 100%;
    float: left
}

label.fInfo {
    line-height: 22px
}

.sysme-AllForm .allFormBG .allForm .form-rdiochk .rdiochklabel {
    font-size: 15px
}

.sysme-AllForm .allFormBG .allForm .form-element {
    width: 49%
}

.sysme-AllForm .allFormBG .allForm .form-element.fullW {
    width: 100%
}

.sysme-AllForm .allFormBG .allForm .form-element:nth-child(even) {
    float: right
}

.sysme-AllForm .allFormBG .allForm .form-element.form-elementfile {
    float: left
}

.sysme-AllForm .allFormBG .allForm .form-element.form-elementfile p {
    margin-bottom: 0
}

.sysme-AllForm .allFormBG .allForm .form-flexsb {
    width: 48%;
    float: right
}

.sysme-AllForm .allFormBG .allForm .form-flexsb .form-btnelement {
    width: auto;
    margin-left: 20px
}

.sysme-AllForm .allFormBG .allForm .form-flexsb .form-btnelement .btn {
    background: var(--c-lightblue);
    color: #fff;
    font-size: 16px;
    width: auto;
    float: right;
    text-transform: uppercase;
    border: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.sysme-AllForm .allForm .form-element.form-elementCaptcha b {
    font-weight: 400;
    font-size: 18px;
    margin-right: 5px
}

.sysme-AllForm .allForm .form-element.form-elementfile label {
    float: left;
    width: 100%;
    margin: 0;
    height: 45px;
    line-height: 45px;
    color: #5f5f5f;
    padding-left: 45px;
    font-size: 16px;
    overflow: hidden;
    background-image: url(../images/icons/upload.svg);
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 26px;
    border-radius: 6px
}

.wrap_404 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5.5px
}

.text-center {
    text-align: center !important
}

.r_404 .pgTitle {
    color: #c3c3c3;
    font-size: 200px;
    font-weight: 300;
    line-height: 200px;
    margin: 0
}

.r_404 .ldesc {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 12px;
    padding-bottom: 0
}

.r_404 .desc {
    line-height: 26px;
    margin-bottom: 15px
}

.back_tohome {
    color: var(--c-lightblue);
    position: relative;
    padding-left: 16px
}

.back_tohome:before {
    position: absolute;
    top: 3px;
    left: 4px;
    content: "\f104";
    line-height: 10px;
    font-family: FontAwesome;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s
}

.r_404 .pgTitle span {
    color: var(--c-lightblue)
}

.back_tohome:hover:before {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

@media(max-width:760px) {
    .r_404 .pgTitle {
        font-size: 120px;
        line-height: normal
    }

    .r_404 .ldesc {
        font-size: 20px
    }
}

ul.ui-menu {
    max-height: 365px !important
}

.fl-error {
    float: left;
    padding: 10px 15px;
    font-size: 14px;
    width: calc(100% - 30px);
    color: #bf0000;
    background-color: #ffdbda;
    border-color: #f96c5c
}

.order-details-table {
    width: 100% !important
}

.order-details-table .order-summery-table-wrapper .order-table-header-main .order-table-header.red-bg {
    background-color: var(--c-lightblue);
    color: #fff
}

.order-details-table .order-summery-table-wrapper .order-table-header-main .order-table-header.red-bg p {
    margin-bottom: 0
}

.order-details-table .common-order-table {
    width: 100%;
    float: left
}

.order-details-address {
    width: 48.5%;
    float: left;
    border: 1px solid #e3e3e3
}

.order-details-table .order-details-address:nth-last-child(1) {
    float: right
}

.order-details-address .delivery-summery-deails-header {
    width: 100%;
    float: left;
    background-color: #7b7b7b;
    color: #fff
}

.order-details-address .delivery-summery-deails-header p {
    margin: 0;
    text-transform: uppercase;
    padding: 15px
}

.order-details-address .delivery-summery-address {
    width: 100%;
    float: left
}

.sysme-customerinfolist-ordrDtls {
    float: left;
    width: 100%;
    padding: 15px
}

.sysme-customerinfolist-ordrDtls ul li {
    float: left;
    width: 100%
}

.sysme-customerinfolist-ordrDtls ul li:not(:last-child) {
    margin-bottom: 15px
}

.sysme-customerinfolist-ordrDtls ul li .left {
    float: left;
    font-size: 15px;
    width: 100px !important;
    margin: 0;
    opacity: .75
}

.sysme-customerinfolist-ordrDtls ul li .right {
    float: left;
    font-size: 15px;
    padding-left: 20px;
    width: calc(100% - 100px);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.order-details-address .delivery-summery-shopping {
    float: left;
    width: 100%;
    background-color: #323232;
    color: #fff
}

.order-details-address .delivery-summery-shopping p {
    margin: 0
}

.order-details-address .delivery-summery-shopping ul {
    padding: 15px
}

.order-details-address .delivery-summery-shopping ul {
    float: left
}

.order-details-address .delivery-summery-shopping ul li {
    float: left;
    width: 100%
}

.order-details-address .delivery-summery-shopping ul li:not(:last-child) {
    margin-bottom: 5px
}

.order-details-address .delivery-summery-shopping ul li .left {
    float: left;
    margin-right: 15px
}

.order-details-address .delivery-summery-shopping ul li .right {
    float: left
}

.ordr_Id {
    width: 100%;
    float: left;
    margin-top: 33px
}

.ordr_Id h6 {
    font-size: 20px;
    margin: 0;
    color: var(--c-lightblue);
    font-weight: 500
}

.order-details-right .userInfo {
    padding: 0 !important
}

.for_pad {
    width: 100%;
    float: left;
    border: 1px solid #e3e3e3;
    margin: 20px 0;
    padding-bottom: 35px
}

.full-w {
    width: 100%;
    float: left
}

ol.progtrckr li p span {
    line-height: 15px
}

ol.progtrckr li p span small {
    display: block;
    font-size: 14px
}

#career_form .form-flexsb .form-elementCaptcha .msg-error {
    width: 125%
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000 !important
}

.feedbackform .form-elementCaptcha {
    margin-right: 10px
}

.sysme-cover .checkbox-checkout-form-left {
    margin: 0 !important
}

.checkbox-checkout-form.sysme-cover .checkbox-checkout-form-left .form-rdiochk {
    margin-bottom: 0 !important
}

.sysme-payment-left .checkout-form .allForm .sysme-cover {
    margin-left: 0
}

.sysme-payment-left .checkout-form .allForm .sysme-cover .btn {
    margin-top: 30px
}

.sysme-payment-left .checkout-form .allForm .sysme-cover#shipping_div {
    margin-top: 40px
}

.checkout3_form .sysme-cover {
    width: 100%
}

.contactformwrap .contactform,
.training_form .contactform {
    width: 66%;
    float: left
}

.fullW {
    width: 100%;
    float: left
}

.order-table-left a:hover .proName,
.payment-product-box .proName a:hover,
.payment-product-box a:hover .proName,
.productlistings .item a:hover .product-name {
    color: var(--c-lightblue) !important
}

.cell-totalPrice {
    flex-grow: 1;
    width: 50%
}

.cell-netPrice {
    flex-grow: 1;
    width: 50%
}

.cell-qty {
    width: 200px
}

.cell-del {
    width: 60px
}

.text-center {
    text-align: center !important
}

.my_accountpage .staticheader {
    padding-bottom: 0;
    margin-top: -6px
}

.order-table-right .order-table-right-cell {
    padding: 15px;
    border-left: 1px solid #e3e3e3;
    height: 100%;
    display: flex;
    flex-direction: row;
    float: left
}

.order-table-right .order-table-right-cell:not(.cell-netPrice):not(.cell-totalPrice) {
    justify-content: center;
    align-items: center
}

.order-table-right .order-table-right-cell.cell-netPrice,
.order-table-right .order-table-right-cell.cell-totalPrice {
    justify-content: flex-end;
    align-items: center
}

.order-table-left-cell .proName {
    font-weight: 500
}

.order-table-right-cell p {
    margin-bottom: 0
}

.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item {
    padding: 0
}

.ui-datepicker .ui-state-active {
    color: #fff
}

.ui-menu .ui-menu-item {
    width: 33.33%;
    border-right: 1px solid #f1f1f1
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center
}

.ui-widget.ui-widget-content.ui-autocomplete {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    max-width: 1300px;
    margin-top: 20px
}

ul.ui-menu.ui-autocomplete li.ui-menu-item .tag_prd span.tg {
    width: auto;
    line-height: normal;
    color: #fff !important;
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    background-color: var(--c-lightblue) !important;
    font-size: 12px;
    padding: 3px 5px
}

ul.ui-menu.ui-autocomplete li.ui-menu-item span {
    font-weight: 500 !important;
    color: inherit;
    font-size: 12px;
    line-height: 20px;
    width: calc(100% - 154px)
}

/* .btn-black,
.btn-blue,
.btn-dark,
.btn-gray,
.btn-grn,
.btn-lightblue {
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    border: 1px solid currentColor;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
} */

.btn-grn {
    background-color: var(--c-lightgreen);
    opacity: 1
}

.btn-grn:hover {
    background-color: var(--c-green)
}

.btn-gray {
    background-color: #7f7f7f
}

.btn-gray:hover {
    background-color: var(--c-lightgreen)
}

.btn-blue,
.btn-lightblue {
    background-color: var(--c-lightblue)
}

.btn-blue:hover,
.btn-lightblue:hover {
    background-color: var(--c-lightgreen)
}

/* .btn-black,
.btn-dark:hover {
    background-color: var(--c-black)
} */

.btn-black:hover,
.btn-dark {
    background-color: var(--c-dark);
    color: #fff
}

.btn.btn-outline {
    color: var(--c-black);
    border: 1px solid var(--c-black);
    background-color: transparent;
    font-weight: 400
}

.btn.btn-outline:hover {
    background-color: var(--c-lightgreen);
    color: #fff;
    border-color: var(--c-lightgreen)
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.promotionwrap .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5%
}

.promobox figure {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column
}

.promobox .infobox {
    padding: 25px 0;
    width: 100%;
    float: left;
    background: #fff
}

.promobox .infobox h3 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 15px;
    margin: 0;
    color: #000
}

.promobox .infobox p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #079c6d;
    font-weight: 500
}

.promobox .infobox p span {
    font-weight: 500
}

.promobox:nth-child(even) {
    float: right
}

@media screen and (max-width:600px) {
    .promobox {
        width: 100%;
        float: left
    }
}

.offers {
    width: 100%;
    float: left;
    margin: 20px 0
}

.offers p {
    font-size: 16px;
    color: #444
}

.offers .links {
    list-style: none
}

.offers .links li {
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    padding-left: 32px
}

.offers .links li a {
    color: var(--c-lightblue)
}

.offers .links li img {
    vertical-align: bottom;
    margin-right: 8px;
    position: absolute;
    top: 0;
    left: 0
}

.listing_page {
    margin-top: 20px
}

.ofs {
    width: 100%;
    float: left;
    font-size: 15px;
    margin: 10px 0;
    padding: 0;
    color: #ff6161
}

.ibanner .owl-carousel .owl-dots {
    display: inline-block
}

.ibanner .owl-carousel button.owl-dot {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 14px
}

.ibanner .owl-carousel button.owl-dot.active {
    background-color: #fff
}

.ibanner .owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 111;
    background-color: rgba(0, 0, 0, .3);
    padding: 5px
}

.ibanner.mob-banner {
    display: none
}

.btns-container {
    width: 100%;
    float: left;
    margin-top: 30px
}

.btns-container>:not(:last-child) {
    margin-right: 10px
}

.form-divi {
    margin-top: 30px;
    width: 100%;
    float: left
}

.posiR {
    position: relative
}

.sysme-mquickContact {
    padding: 1em 0;
    margin-top: 1.5em;
    background-color: var(--c-dark);
    text-align: center
}

@media(min-width:761px) {
    .sysme-mquickContact {
        display: none
    }
}

.sysme-mquickContact h4 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-right: .8em
}

.sysme-mquickContact a {
    display: inline-block;
    color: inherit;
    font-size: 18px;
    padding-left: 28px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left;
    font-weight: 400;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.sysme-mquickContact a:not(:last-child) {
    padding-right: 12px;
    border-right: 1px solid #676767;
    margin-right: 15px
}

.sysme-mquickContact a.ph {
    background-image: url(../images/icons/ph.svg)
}

.sysme-mquickContact a.email {
    background-image: url(../images/icons/email.svg)
}

@media(min-width:1200px) {

    .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left,
    .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left {
        width: 60%
    }

    .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right,
    .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right {
        width: 40%
    }

    .my_accountpage .pricediscount .amount,
    .order-success-failed .pricediscount .amount {
        width: 20.4%
    }

    .my_accountpage .pricediscount .amount {
        width: 54.3%
    }
}

@media(max-width:1500px) {

    .contactdiv,
    .sysme-useprofile .sysme-quicknav ul li>a {
        padding: 15px
    }

    .sysme-useprofile .sysme-quicknav ul {
        font-size: 15px
    }
}

@media(max-width:1400px) {
    .productcode {
        font-size: 14px
    }

    .product-description h1 {
        font-size: 23px
    }

    .product-price {
        margin-top: 20px
    }

    .product-price span.price {
        font-size: 26px
    }

    .offers {
        margin-top: 25px
    }

    .pinCodeVerification {
        margin: 20px 0
    }

    .product-configuration {
        padding-top: 0
    }

    .breadcrumb {
        padding: 15px 0
    }

    /* .btn-black,
    .btn-blue,
    .btn-dark,
    .btn-gray,
    .btn-grn,
    .btn-lightblue {
        padding: 15px 25px;
        font-size: 16px;
        font-weight: 500
    } */

    .btn-cart img {
        width: 22px !important
    }

    .product_left>figure {
        margin-top: 15px
    }

    .product_left .action_left {
        margin-top: 15px
    }

    .related_products {
        padding-top: 30px
    }

    #emptyCart p,
    #pagenotfound p {
        margin-bottom: 0
    }

    #emptyCart .img-container {
        margin-bottom: 0
    }

    #emptyCart h4 {
        margin-bottom: 20px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .left {
        width: auto
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .right {
        width: 100%;
        padding-left: 0;
        margin-top: 8px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li {
        margin-bottom: 20px
    }
}

@media(max-width:1200px) {
    .ui-widget.ui-widget-content.ui-autocomplete {
        width: 100%;
        max-width: none;
        left: 0 !important
    }

    .ui-menu .ui-menu-item {
        width: 33.3%
    }

    /* .btn-black,
    .btn-blue,
    .btn-dark,
    .btn-gray,
    .btn-grn,
    .btn-lightblue {
        font-size: 16px
    } */

    .sysme-payment-main-wrapper .sysme-payment-right {
        display: none
    }

    .sysme-payment-main-wrapper .sysme-payment-left {
        width: 100%
    }

    .sysme-useprofile .sysme-quicknav {
        display: none
    }

    .sysme-useprofile .sysme-userprofileRight {
        width: 100%
    }
}

@media(max-width:1100px) {
    .sysme-view-cart-header {
        display: none
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left.allForm .form-rdiochk {
        display: none
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left {
        width: 40%
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-right {
        width: 60%
    }

    .sysme-orderhistory .sysme-orderhistoryItem {
        padding: 20px 20px 60px 20px
    }

    .sysme-orderhistory .sysme-orderhistoryItem span.tag {
        right: auto;
        left: 20px;
        bottom: 15px
    }

    .sysme-orderhistory .sysme-orderhistoryItem .btn {
        top: auto;
        bottom: 20px
    }

    .contactformwrap .contactform,
    .training_form .contactform {
        width: 100%
    }

    .regoffice {
        width: 50%;
        margin-top: 40px;
        margin-left: 0
    }

    .store_list .locatorwrap .locatorbox.onethird {
        width: 49%
    }

    .store_list .locatorwrap .locatorbox.onethird:nth-child(3n) {
        margin-right: 2%
    }

    .store_list .locatorwrap .locatorbox.onethird:nth-child(2n) {
        margin-right: 0
    }

    .store_list h2 {
        margin-top: 0
    }
}

@media(max-width:960px) {
    .ui-menu .ui-menu-item {
        width: 50%
    }

    .product_left {
        width: 45%
    }

    .right-column {
        width: 52%
    }

    #emptyCart p br,
    #pagenotfound p br {
        display: none
    }

    .viewcart_page .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-img {
        width: 100%
    }

    .viewcart_page .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left {
        width: 30%
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-right {
        width: 70%
    }

    .sysme_brands .brands-list {
        padding: 0 45px
    }

    .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left,
    .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left {
        width: 50%
    }

    .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right,
    .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right {
        width: 50%
    }

    .my_accountpage .pricediscount .amount,
    .order-success-failed .pricediscount .amount {
        width: 27%
    }

    .promotionwrap .container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:760px) {
    .nomore {
        margin-bottom: 0
    }

    .product_left {
        width: 100%;
        margin-top: 20px
    }

    .product_left>figure {
        margin-top: 25px;
        text-align: center;
        display: none
    }

    .right-column:not(.right-column-mob) .product-description {
        display: none
    }

    .right-column {
        display: block;
        width: 100%;
        float: left;
        margin-top: 20px
    }

    .product-price {
        margin-top: 0
    }

    .product_left .action_left {
        padding: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1111;
        background: #fff;
        margin: 0;
        -webkit-box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15);
        box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15)
    }

    .product_left .action_left.hide {
        opacity: 0;
        pointer-events: none
    }

    .pinCodeVerification {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .btn-grn.btn-cart {
        font-size: 0
    }

    .btn-grn.btn-cart::after {
        content: 'ADDED';
        font-size: 16px;
        margin-left: 5px
    }

    .product-description h1 {
        font-size: 16px;
        margin-top: 20px;
        font-weight: 500
    }

    #emptyCart .img-container {
        margin-top: 25px
    }

    #emptyCart p,
    #pagenotfound p {
        font-size: 16px;
        line-height: 27px
    }

    .btnContainer {
        margin-top: 15px;
        margin-bottom: 30px
    }

    .order-summery-table .order-summery-table-wrapper,
    .order-summery-table .order-summery-table-wrapper .order-table-header-main {
        border: 0
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left {
        width: 100%
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-right {
        width: 100%;
        border-top: 1px solid #e3e3e3
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header {
        margin: 5px 0;
        border: 1px solid #e3e3e3
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-img,
    .viewcart_page .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-img {
        width: 120px
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp,
    .viewcart_page .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp {
        width: calc(100% - 120px);
        padding-left: 15px;
        margin-top: 0
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-left-cell>a {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header.green-bg {
        display: none
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-left-cell,
    .order-table-right .order-table-right-cell.cell-qty {
        border-left: 0;
        padding: 10px
    }

    .order-table-right-cell.cell-totalPrice {
        display: none
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p.proPrice {
        display: block
    }

    .order-table-right .order-table-right-cell {
        padding: 10px 12px
    }

    .order-table-right .order-table-right-cell.cell-qty {
        justify-content: flex-start
    }

    .order-table-right .order-table-right-cell:not(.cell-netPrice):not(.cell-totalPrice):not(.cell-del) {
        justify-content: flex-start
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right .order-table-right-cell p span.price {
        font-size: 16px;
        margin-top: 5px
    }

    .order-table-right .order-table-right-cell.cell-netPrice::before,
    .order-table-right .order-table-right-cell.cell-qty::before {
        display: block;
        opacity: .75;
        margin-right: 6px;
        font-size: 13px
    }

    .order-table-right-cell.cell-qty::before {
        content: 'QTY.'
    }

    .order-table-right-cell.cell-netPrice::before {
        content: 'NET PRICE'
    }

    .order-table-right .order-table-right-cell.cell-netPrice {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .cell-del,
    .cell-qty {
        width: auto
    }

    .order-summery-table select {
        width: auto !important;
        min-width: auto !important;
        line-height: 30px !important
    }

    .contactform .checkoutLeft,
    .contactform .checkoutRight,
    .sendyourquerywrap .form-selectelement.checkoutLeft,
    .sendyourquerywrap .form-selectelement.checkoutRight,
    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-element.checkoutLeft,
    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-element.checkoutRight {
        width: 100%
    }

    .keyspecification_infos_wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 10px
    }

    .product_details_bottomwrap .product_desc>ul>li {
        width: 100%
    }

    .sysme_brands .head {
        font-size: 22px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left,
    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right {
        width: 100%
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border {
        width: 100%;
        margin: 40px 0
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::after,
    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::before {
        width: calc(50% - 50px);
        height: 1px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::before {
        left: 0
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::after {
        right: 0;
        left: auto
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
        margin-bottom: 10px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form {
        margin-bottom: 30px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation {
        width: 100%
    }

    .sysme-orderhistory .sysme-orderhistoryItem {
        width: 100%;
        margin-bottom: 10px;
        padding: 15px 15px 60px 15px
    }

    .sysme-orderhistory .sysme-orderhistoryItem .orderID {
        font-size: 16px;
        margin-bottom: 10px
    }

    .order-details-address {
        width: 100%;
        margin-top: 15px
    }

    .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper {
        border: 0
    }

    .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right,
    .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right {
        display: none
    }

    .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left,
    .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left {
        width: 100%
    }

    .my_accountpage .delivery-summery-address,
    .order-success-failed .delivery-summery-address {
        border: 1px solid #e3e3e3;
        margin-top: 20px
    }

    .my_accountpage .pricediscount .prcdscound,
    .order-success-failed .pricediscount .prcdscound {
        width: 150px;
        text-align: left
    }

    .my_accountpage .pricediscount .amount,
    .order-success-failed .pricediscount .amount {
        width: calc(100% - 150px)
    }

    .my_accountpage .pricediscount .amount,
    .my_accountpage .pricediscount .prcdscound,
    .order-success-failed .pricediscount .amount,
    .order-success-failed .pricediscount .prcdscound {
        font-size: 17px
    }

    .sysme-payment-step .order-summery-msg-wrapper.cng_sry {
        margin: 40px 0 0 0 !important
    }

    .sysme-payment-step .order-summery-msg-wrapper .order-summery-msg .order-summery-msg-left {
        width: 60px
    }

    .my_accountpage .delivery-summery-deails.order-details-address .delivery-summery-address {
        border: 0;
        margin-top: 0
    }

    .my_accountpage .order-summery-table .order-summery-table-wrapper {
        margin: 0
    }

    ol.progtrckr li {
        font-size: 15px;
        font-weight: 500
    }

    ol.progtrckr li p {
        font-weight: 500
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo {
        padding: 10px;
        border: 0
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo .allForm .form-element-select-profile {
        width: 100%
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo .allForm .fam {
        text-align: right
    }

    .regoffice {
        width: 100%
    }

    .sysme-customerinfolist-ordrDtls ul li:not(:last-child) {
        margin-bottom: 25px
    }

    .regoffice,
    .store_list .locatorwrap .locatorbox {
        margin-right: 0
    }

    .store_list .locatorwrap .locatorbox.onethird {
        width: 100%
    }

    .store_list .locatorwrap .locatorbox.onethird:nth-child(3n) {
        margin-right: 0
    }

    .store_list .locatorwrap .locatorbox.half {
        width: 100%
    }

    .store_list .locatorwrap .locatorbox:not(:last-child) {
        margin-bottom: 20px
    }

    .contactformwrap {
        padding-top: 0
    }

    .sysme-AllForm .allFormBG .allForm .form-element,
    .sysme-AllForm .allFormBG .allForm .form-flexsb {
        width: 100%
    }

    .whychooseleft figure {
        width: 100px;
        height: 100px;
        padding: 25px
    }

    .whychoosebox .whychooseright {
        padding-left: 25px
    }

    .about_top h4 {
        font-size: 16px;
        line-height: 27px
    }

    .about_bottom h2 {
        margin-bottom: 30px
    }

    .customerblock a {
        font-size: 16px
    }

    .staticpagecontent p {
        font-size: 14px;
        line-height: 26px
    }

    .whychooseright h3 {
        font-size: 18px
    }

    .social a {
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: 48px
    }

    .social a:not(:last-child) {
        margin-right: 20px
    }

    #big {
        padding: 30px 0 0
    }
}

@media(max-width:600px) {
    .sysme-mquickContact h4 {
        display: none
    }

    .sysme-mquickContact span {
        display: none
    }

    .sysme-mquickContact a {
        font-weight: 500
    }

    .ibanner.desk-banner {
        display: none
    }

    .ibanner.mob-banner {
        display: block
    }

    .ui-menu .ui-menu-item {
        width: 100%
    }

    .pinCodeVerification input {
        font-size: 14px
    }

    .pinCodeVerification button {
        font-size: 16px
    }

    .pinCodeVerification .inputwrapper {
        width: 100%;
        background-position: 9px center;
        padding-left: 30px
    }

    .pinCodeVerification span {
        display: none
    }

    .order-table-left .order-table-left-cell {
        padding: 10px
    }

    .btns-container,
    .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 10px;
        text-align: center !important
    }

    .delivery-summery-deails .download-invoice .download-invoice-inner,
    .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn {
        width: 100%;
        text-align: center
    }

    .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn a {
        margin: 0;
        font-size: 14px
    }

    .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn a br {
        display: block
    }

    .btns-container>:not(:last-child) {
        margin-right: 0
    }

    .delivery-summery-deails .total-sum h4 {
        font-size: 18px
    }

    .sysme_brands .brands-list {
        padding: 0 30px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li h5 {
        font-size: 14px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li h5 br {
        display: block
    }

    .sysme-payment-left .checkout-form .allForm .sysme-cover {
        width: 100%
    }

    .sysme-payment-left .checkout-form .allForm .sysme-cover>* {
        width: 100%
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .form-btn,
    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .form-btn>* {
        width: 100%
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .forgot-pswd {
        margin-top: 0;
        margin-bottom: 20px
    }

    .my_accountpage .pricediscount .amount,
    .my_accountpage .pricediscount .prcdscound,
    .order-success-failed .pricediscount .amount,
    .order-success-failed .pricediscount .prcdscound {
        font-size: 16px
    }

    .cng_sry p span.pdId {
        display: block
    }

    .track_order {
        margin-top: 0
    }

    ol.progtrckr {
        display: block;
        padding-left: 30px;
        padding-top: 20px
    }

    ol.progtrckr li {
        width: 100%;
        text-align: left;
        padding-left: 45px
    }

    ol.progtrckr::after,
    ol.progtrckr::before {
        display: none
    }

    ol.progtrckr li:before {
        left: 0;
        top: 2px;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none
    }

    ol.progtrckr li.progtrckr-done,
    ol.progtrckr li.progtrckr-todo {
        border-bottom: 0
    }

    ol.progtrckr li::after {
        content: '';
        position: absolute;
        left: 7px;
        top: 3px;
        bottom: -12px;
        border-left: 1px solid transparent
    }

    ol.progtrckr li.progtrckr-done::after {
        border-left-color: var(--c-lightgreen)
    }

    ol.progtrckr li.progtrckr-todo::after {
        border-left-color: #a5d2c4
    }

    ol.progtrckr li:last-child::after,
    ol.progtrckr li:only-child::after {
        display: none
    }

    .for_pad {
        padding-bottom: 0
    }

    .intransit h5 {
        font-size: 16px;
        padding: 15px
    }

    .ordr_Id h6 {
        font-size: 16px
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo {
        padding: 0
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo li span:first-child,
    .sysme-useprofile .sysme-userprofileRight .userInfo li span:last-child {
        width: auto;
        display: block;
        float: none
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo li span:last-child {
        margin-top: 10px
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo li:not(:last-child) {
        margin-bottom: 25px
    }

    .sysme-useprofile .form-btn {
        width: 100% !important
    }

    .sysme-useprofile .form-btn>* {
        width: 100% !important;
        text-align: center
    }

    .sysme-customerinfolist-ordrDtls ul li .left {
        width: auto
    }

    .sysme-customerinfolist-ordrDtls ul li .right {
        width: 100%;
        padding-left: 0;
        margin-top: 8px
    }

    .feedbackcheckboxwrapper {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-gap: 15px
    }

    .feedbackcheckboxwrapper h4 {
        grid-column-start: 1;
        grid-column-end: 3
    }

    .sysme-AllForm .allFormBG .allForm .form-flexsb .form-btn,
    .sysme-AllForm .allFormBG .allForm .form-flexsb .form-btnelement {
        flex: 1
    }

    .sysme-AllForm .allFormBG .allForm .form-flexsb .form-btn>*,
    .sysme-AllForm .allFormBG .allForm .form-flexsb .form-btnelement>* {
        width: 100% !important
    }

    .whychoosebox {
        display: block
    }

    .whychoosebox .whychooseright {
        padding-left: 0;
        margin-top: 30px
    }

    .whychoosebox.even .whychooseleft {
        float: left
    }

    .promotionwrap .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px
    }

    .customerblock {
        width: 100%
    }

    .customerblock.right {
        margin-top: 20px
    }
}

.proTPrice {
    font-size: 16px;
    margin-bottom: 30px !important;
    color: #464646
}

.proNetPrice {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500
}

.proNetPrice br {
    display: none
}

@media(min-width:761px) {

    .proNetPrice,
    .proTPrice {
        display: none
    }
}

@media(max-width:600px) {
    .proNetPrice br {
        display: block
    }
}

.label {
    display: inline-block;
    padding: 4px 8px;
    font-size: 13px;
    margin: 5px;
    color: #fff;
    line-height: normal
}

.label.new {
    background-color: var(--c-lightblue)
}

.label.comingsoon {
    background-color: var(--c-lightgreen)
}

sup {
    padding: 4px;
    color: #fff;
    margin: 0 3px
}

sup.new {
    background-color: var(--c-lightblue)
}

sup.comingsoon {
    background-color: var(--c-lightgreen)
}

.zoomWindowContainer>div {
    background-color: #fff
}

.failure {
    margin-top: 70px
}

.pm_fl {
    text-align: center
}

.pm_fl h4 {
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 24px;
    color: #fe0000
}

.pm_fl p span {
    font-weight: 500
}

.pm_fl .btnContainer {
    margin-top: 0
}

.rr {
    width: 140px;
    margin: auto;
    margin-bottom: 20px
}

.contactform #contact_form .checkout2-form-inner .form-element {
    height: 237px
}

@media(max-width:1100px) {
    .contactformwrap .regoffice {
        margin-bottom: 30px
    }
}

.allForm .form-rdiochk .rdiochklabel {
    line-height: 25px
}

@media(max-width:1419px) {
    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
        margin: 0 0 74px
    }
}

@media(max-width:1300px) {
    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
        margin: 0 0 98px
    }
}

@media(max-width:848px) {
    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
        margin: 0 0 74px
    }
}

@media(max-width:760px) {
    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
        margin: 0 0 0
    }
}

.sysme-customerinfolist p#view_bill_company_name {
    margin-top: 0
}

.has-child-sub {
    position: relative
}

.has-child-sub:hover .clsd:before {
    color: var(--c-lightblue)
}

.has-child-sub a {
    position: relative !important
}

.has-child-sub .clsd:before {
    content: "\f105";
    position: absolute;
    font-family: fontawesome;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 20px;
    padding: 15px 20px
}

.has-child-sub .clsd:hover:before {
    color: var(--c-lightblue)
}

.has-child-sub .has-child-sub_item {
    position: absolute;
    left: 100%;
    top: 0
}

@media(max-width:1330px) {
    .has-child-sub .has-child-sub_item {
        position: static
    }

    .has-child-sub .clsd:before {
        color: #fff !important;
        transform: rotate(90deg);
        top: 0
    }

    .has-child-sub .clsd.sys:before {
        color: var(--c-lightblue) !important
    }

    .has-child-sub_item li {
        background-color: #151414 !important
    }

    .has-child-sub_item {
        display: none !important
    }

    .has-child-sub_item.intro {
        display: block !important
    }
}

.has-child-sub a {
    width: 100%;
    padding-right: 20%
}

.has-child-sub a:hover {
    border-color: transparent
}

.has-child-sub:hover a {
    border: transparent
}

.has-child-sub .has-child-sub_item a {
    border-color: var(--c-lightblue)
}

.has-child-sub .has-child-sub_item li:hover a {
    border-color: var(--c-lightblue) !important
}

.has-child-sub_item a:before {
    display: none !important
}

@media(max-width:599px) {
    .img-desk {
        display: none
    }
}

@media(min-width:600px) {
    .img-mob {
        display: none
    }
}

.notify {
    width: 100%;
    float: left;
    background: #0363c5;
    color: #fff;
    padding: 12px 0
}

.notify marquee {
    float: left;
    white-space: nowrap
}

.footerblock ul li {
    position: relative
}

.footerblock ul li .new_lbl {
    font-size: 12px;
    position: absolute;
    display: block;
    width: 36px;
    overflow: hidden;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.store_img {
    width: 100%
}

.iphone13miniwrap section {
    background: #fff;
    border: none
}

.iphone13miniwrap section.full img,
.iphone13miniwrap section.full figure,
.iphone13miniwrap section.half img,
.iphone13miniwrap section.full figure a,
.iphone13miniwrap section.half figure a {
    display: flex;
    align-items: center;
    justify-content: center
}

.iphone13miniwrap section.half {
    display: flex;
    align-items: center;
    justify-content: center
}

.comparemodel_inside.iphone13min .commontitle {
    text-align: left;
    font-size: 45px
}

.comparemodel_inside.iphone13min .commontitle span {
    font-size: 25px;
    display: block;
    line-height: 25px
}

.comparemodel_inside.iphone13min .comparewrap {
    padding-left: 25%;
    padding-right: 25%
}

.iphone13min .ipadcompare {
    text-align: center
}

.iphone13min .ipadcompare .startinfos {
    padding: 0
}

.iphone13min .ipadcompare .startinfos .heading {
    border-bottom: 1px solid #d4d3d8;
    margin: 0 0 45px;
    padding: 0 0 20px
}

.iphone13min .ipadcompare .startinfos .thumb {
    border-bottom: 1px solid #d4d3d8;
    margin: 0 0 25px
}

.iphone13min .ipadcompare .displaywithing .sepbox {
    padding: 0
}

.iphone13min .ipadcompare .displaywithing .sepbox.inch .thumb img {
    max-height: inherit
}

.iphone13min .ipadcompare .displaywithing {
    border-top: none;
    margin: 0;
    padding: 0
}

@media(max-width:1600px) {
    .comparemodel_inside.iphone13min .comparewrap {
        padding-left: 20%;
        padding-right: 20%
    }

    .comparemodel_inside.iphone13min .commontitle {
        font-size: 40px
    }

    .comparemodel_inside.iphone13min .commontitle span {
        font-size: 23px;
        line-height: 23px
    }
}

@media(max-width:1400px) {
    .comparemodel_inside.iphone13min .comparewrap {
        padding-left: 15%;
        padding-right: 15%
    }

    .comparemodel_inside.iphone13min .commontitle {
        font-size: 35px
    }

    .comparemodel_inside.iphone13min .commontitle span {
        font-size: 21px;
        line-height: 21px
    }
}

@media(max-width:1200px) {
    .comparemodel_inside.iphone13min .comparewrap {
        padding-left: 10%;
        padding-right: 10%
    }

    .comparemodel_inside.iphone13min .commontitle {
        font-size: 32px
    }

    .comparemodel_inside.iphone13min .commontitle span {
        font-size: 19px;
        line-height: 19px
    }
}

@media(max-width:1024px) {
    .comparemodel_inside.iphone13min .comparewrap {
        padding-left: 5%;
        padding-right: 5%
    }

    .comparemodel_inside.iphone13min .commontitle {
        font-size: 30px
    }
}

@media(max-width:812px) {
    .comparemodel_inside.iphone13min .comparewrap {
        padding-left: 0;
        padding-right: 0
    }

    .comparemodel_inside.iphone13min .commontitle {
        font-size: 28px
    }
}

.comparemodel_inside.iphone13min.ipadonly .comparewrap {
    padding-left: 0;
    padding-right: 0
}

.form-element.checkoutRight.pinCodeVerification {
    position: relative;
    margin-top: 0
}

.form-element.checkoutRight.pinCodeVerification .form-field {
    padding-right: 70px
}

.form-element.checkoutRight.pinCodeVerification button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px
}

:root {
    --c-black: #323232;
    --c-dark: #656565;
    --c-blue: #105eab;
    --c-lightblue: #1a83ee;
    --c-green: #079c6d;
    --c-lightgreen: #09ba82;
    --c-border: #d4d4d4;
    --c-darkborder: #bbbbbb;
    --c-lightborder: #ececec;
    --ff-primary: 'Rubik', Tahoma, sans-serif
}

*,
:after,
:before {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

::-moz-selection {
    color: #fff;
    background: var(--c-lightblue)
}

::selection {
    color: #fff;
    background: var(--c-lightblue)
}

/* body .mt-0 {
    margin-top: 0 !important
}

body {
    color: #2f2f2f;
    background: #fff;
    font-size: 16px;
    font-family: var(--ff-primary);
    font-weight: 500;
    padding-top: 154px;
    width: 100%;
    float: left;
    font-weight: 400
} */

/* @media(max-width:1600px) {
    body {
        padding-top: 140px
    }
}

@media(max-width:1400px) {
    body {
        font-size: 13px;
        padding-top: 145px
    }
}

@media(max-width:1330px) {
    body {
        padding-top: 80px
    }
}

@media(max-width:760px) {
    body {
        padding-top: 105px
    }
}

@media(max-width:600px) {
    body {
        padding-top: 63px
    }
}

html {
    scroll-behavior: smooth
} */

.lity-active {
    overflow: hidden
}

p {
    margin: 0 0 20px
}

a {
    color: #000;
    outline: 0;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

a:active,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
    outline: 0 !important
}

img {
    max-width: 100%
}

label {
    font-weight: 400
}

figure {
    padding: 0;
    margin: 0
}

button,
input,
option,
select,
/* textarea {
    font-family: inherit
} */

button {
    cursor: pointer
}

[disabled] {
    cursor: not-allowed !important
}

:focus {
    outline: 0 !important
}

input[type=date],
input[type=email],
input[type=password],
input[type=text] {
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid #dadada;
    border-radius: 4px
}

input[type=date] {
    text-transform: uppercase
}

textarea {
    /* color: #fff; */
    width: 100%;
    /* background: #fff; */
    border: 1px solid #dadada;
    padding: 10px;
    resize: none;
    font-size: 15px
}

/* .btn,
input[type=button],
input[type=submit] {
    background: var(--c-lightblue);
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 15px;
    transition: .3s;
    border: none;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    font-family: inherit;
    line-height: normal
} */

/* .btn:focus,
input[type=button]:focus,
input[type=submit]:focus {
    color: #fff
}

.btn:hover,
input[type=button]:hover,
input[type=submit]:hover {
    color: #fff;
    background-color: var(--c-black)
} */

.allForm select.form-field,
select:not(.ui-datepicker-year):not(.ui-datepicker-month) {
    font-size: 15px;
    border: 1px solid #dadada;
    border-radius: 6px;
    width: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select_arrow.png) no-repeat right 10px center #fff;
    padding: 5px 45px 5px 15px !important;
    line-height: 38px;
    min-width: 205px;
    color: #444
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

/* .sysme_wrapper,
footer,
header,
main,
section {
    width: 100%;
    float: left;
    display: block
} */
.sysme_wrapper,
main,
section {
    width: 100%;
    float: left;
    display: block
}

/* html.bound {
    overflow: hidden
}

html.bound body {
    overflow: inherit
} */

.container {
    width: 88%;
    max-width: 1420px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

@media(max-width:1300px) {
    .container {
        width: 100%
    }
}

.inner-container {
    width: 100%;
    float: left
}

.clearfix::after {
    display: block;
    content: "";
    clear: both
}

/* header {
    background: #fff;
    transition: top .2s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .05);
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .05)
}

header:after {
    content: '';
    width: 100%;
    height: 100vh;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(35, 35, 35, .9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.52, .01, .16, 1);
    transition: opacity .5s cubic-bezier(.52, .01, .16, 1)
} */

.searchBox-open:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s cubic-bezier(.52, .01, .16, 1);
    transition: opacity .5s cubic-bezier(.52, .01, .16, 1)
}

.toggle,
[id^=drop] {
    display: none
}

.sysme_navwrap {
    background: #323232
}

nav {
    margin: 0;
    padding: 0
}

.menu {
    float: left
}

.menu>li {
    float: left;
    position: relative;
    transition: all .2s ease-out
}

.menu>li:not(:last-child) {
    border-right: 1px solid #4f4f4f
}

.menu>li:hover {
    border-right-color: var(--c-lightblue)
}

.menu>li.has-child {
    position: relative
}

.menu>li.has-child:after {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid var(--c-lightblue);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    top: 25px;
    right: 10px;
    transition: all .2s ease-out
}

.menu>li.has-child:hover:after {
    border-color: #fff
}

.menu>li.has-child a {
    padding-right: 25px
}

.menu>li>a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 19px 16px;
    font-size: 16px;
    font-weight: 400
}

.menu>li:not(:last-child)>a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #131313;
    width: 1px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.menu>li:hover a:after {
    background: var(--c-lightblue)
}

.menu li a:hover,
.menu li:hover>a {
    color: #fff;
    background: var(--c-lightblue)
}

.menu ul {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px
}

.menu ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin: 0;
    border-right: 0
}

.menu ul li a {
    color: #000;
    padding: 0 !important;
    line-height: normal;
    position: relative;
    padding: 15px 20px !important;
    display: block;
    border-left: 2px solid #fff;
    font-weight: 400;
    font-size: 14px
}

.menu ul li a:after {
    display: none
}

.menu ul li a,
.menu ul li>a {
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent
}

.menu ul li a:hover,
.menu ul li:hover>a {
    border-color: var(--c-lightblue);
    color: var(--c-lightblue);
    background: #fff
}

.menu li:hover>ul {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0)
}

.menu ul ul {
    left: 169px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all .2s ease-out
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.special {
    padding: 19px 22px;
    color: #fff;
    background: var(--c-lightblue);
    float: right;
    line-height: normal;
    font-weight: 300
}

.special:hover {
    background: var(--c-lightgreen);
    color: #fff
}

@media(max-width:1660px) {
    .menu>li>a {
        font-size: 14px;
        padding: 12px 18px
    }

    .menu>li.has-child a {
        padding-right: 20px
    }

    .menu>li.has-child:after {
        top: 18px;
        right: 10px
    }

    .special {
        padding: 12px 14px
    }
}

@media(max-width:1330px) {
    .menu>li>a {
        font-size: 13px;
        padding: 12px 13px
    }

    /* header .container {
        width: 100%
    } */
    .container {
        width: 100%
    }

    .sysme_logowrapper.formenu {
        position: static
    }

    .sysme_navwrap {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: auto;
        background-color: rgba(0, 0, 0, .82);
        z-index: -999999;
        opacity: 0;
        visibility: hidden
    }

    .sysme_navwrap.is-showing {
        z-index: 999999;
        opacity: 1;
        visibility: visible
    }

    .sysme_navwrap .container {
        width: 250px;
        height: 100vh;
        background: #040404;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 0
    }

    nav {
        width: 100%;
        float: left
    }

    .special {
        width: 100%;
        float: left;
        padding: 25px;
        font-size: 18px;
        text-align: center
    }

    .menu {
        width: 100%;
        float: left
    }

    .menu li {
        width: 100%;
        border-right: 0
    }

    .menu>li:not(:last-child) {
        border-bottom: 1px solid #292929
    }

    .menu ul {
        width: calc(100% 1px);
        height: calc(100vh - 48px);
        overflow: auto;
        float: left;
        position: static;
        left: 100%;
        visibility: visible;
        opacity: 1;
        background: #040404;
        color: #fff;
        transform: translate(0, 0) !important;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        display: none
    }

    .menu ul li {
        background-color: transparent;
        border-bottom: 1px solid #292929
    }

    .menu ul li a {
        color: #fff !important;
        border-left: none;
        font-weight: 300;
        font-size: 13px
    }

    .menu>li>a {
        width: 80%;
        padding: 15px 20px
    }

    .menu>li>a:after {
        display: none
    }

    .menu ul:after {
        display: none
    }

    .menu>li.has-child:after {
        border-width: 0 1px 1px 0;
        padding: 4px;
        top: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg)
    }

    .menu>li.has-child.showing-submenu {
        width: 250px;
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        background: var(--c-lightblue);
        top: 0;
        left: 0;
        bottom: 0;
        transition: 0s !important;
        -webkit-transition: 0s !important;
        -moz-transition: 0s !important;
        -ms-transition: 0s !important;
        -o-transition: 0s !important
    }

    .menu>li.has-child.showing-submenu::after {
        left: 20px;
        right: auto;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg)
    }

    .menu>li.has-child.showing-submenu ul {
        display: block
    }

    .menu>li.has-child.showing-submenu>a {
        float: right;
        text-align: right;
        padding-right: 20px
    }

    .menu li a:hover,
    .menu li:hover>a,
    .menu ul li a:hover,
    .menu ul li:hover>a {
        background-color: transparent;
        border: 0
    }

    .menu>li:hover {
        border-right-color: transparent
    }
}

.sysme_logowrapper {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
    z-index: 333
}

.sysme_logowrapper .inner-container {
    position: relative
}

.sysme_logo {
    float: left;
    width: 195px
}

.sysme_logo img {
    float: left
}

.logoright {
    float: right
}

.sysme_quickContact {
    width: auto;
    float: right;
    font-size: 13px
}

.sysme_quickContact a {
    display: inline-block;
    color: inherit;
    line-height: 15px
}

.sysme_quickContact a:hover {
    color: var(--c-lightblue)
}

.sysme_quickContact a:not(:last-child) {
    padding-right: 15px
}

.sysme_quickContact a:not(:last-child) span {
    font-weight: 500
}

.sysme_quickContact a:not(:first-child) {
    padding-left: 15px;
    border-left: 1px solid #000;
    color: var(--c-lightblue)
}

.sysme_eoptions {
    float: right;
    margin: 15px 0 0
}

.sysme_eoptions>ul {
    width: auto;
    float: right;
    margin-bottom: 0;
    list-style: none
}

.sysme_eoptions>ul>li {
    width: auto;
    float: left;
    position: relative
}

.sysme_eoptions>ul>li:not(.li-dotmenu):not(.li-cart) {
    padding-right: 20px;
    border-right: 1px solid #c3c3c3
}

.sysme_eoptions>ul>li.li-cart {
    position: relative
}

.sysme_eoptions>ul>li.li-cart .item {
    display: inline-block;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 24px;
    top: 14px
}

.sysme_eoptions>ul>li:not(:first-child) {
    padding-left: 20px
}

.sysme_eoptions>ul>li a {
    float: left;
    color: inherit;
    font-size: 15px;
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
    -webkit-transition: .3s;
    transition: .3s
}

.sysme_eoptions>ul>li a:hover {
    color: var(--c-lightblue)
}

.sysme_eoptions>ul>li a.search {
    border: 1px solid #363636;
    color: #363636;
    padding: 10px 20px 10px 245px;
    border-radius: 20px;
    background-size: 16px;
    background-position: 12px center;
    font-size: 14px;
    background-image: url(../images/icons/search.svg)
}

.sysme_eoptions>ul>li a.location {
    background-image: url(../images/icons/location.svg);
    background-size: 32px
}

.sysme_eoptions>ul>li a.account {
    position: relative;
    float: left;
    background-image: url(../images/icons/account.svg);
    background-size: 28px
}

.sysme_eoptions>ul>li a.bag {
    background-image: url(../images/icons/bag.svg);
    background-size: 28px
}

.sysme_eoptions ul li.sub_menu {
    padding-right: 30px !important
}

.sysme_eoptions ul li.sub_menu::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    position: absolute;
    top: 22px;
    right: 12px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .5
}

.sysme_eoptions ul li.sub_menu:hover::after {
    -webkit-transform: rotate(222deg);
    transform: rotate(222deg);
    top: 20px
}

.sysme_eoptions .account-submenu {
    display: none;
    background-color: #fff;
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, .15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, .15);
    -webkit-transition: .5s;
    transition: .5s
}

.sysme_eoptions .account-submenu li {
    width: 100%;
    float: left
}

@media(min-width:1201px) {
    .sysme_eoptions .account-submenu {
        display: block;
        opacity: 0;
        visibility: hidden
    }

    .sysme_eoptions>ul>li:hover .account-submenu {
        opacity: 1;
        visibility: visible;
        top: 46px
    }

    .sysme_eoptions>ul>li a.account.postlogin {
        pointer-events: none
    }
}

.sysme_eoptions .userName p {
    margin-bottom: 0;
    color: var(--c-lightblue)
}

.sysme_eoptions .account-submenu .userName {
    display: none
}

.sysme_eoptions .account-submenu li a {
    padding: 20px;
    line-height: normal;
    display: block
}

.sysme_eoptions .account-submenu li a img {
    vertical-align: middle;
    margin-right: 3px
}

.sysme_eoptions .account-submenu li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9
}

.sysme_eoptions>ul>li.responsive-menu {
    display: none;
    height: 35px;
    margin-left: 10px
}

.sysme_eoptions>ul>li.responsive-menu a {
    width: 30px;
    height: 1px;
    display: inline-block;
    background-color: #565656;
    margin-right: 10px;
    position: relative;
    top: 17px;
    padding: 0
}

.sysme_eoptions>ul>li.responsive-menu a::after,
.sysme_eoptions>ul>li.responsive-menu a::before {
    width: inherit;
    content: '';
    display: inline-block;
    height: inherit;
    background-color: #565656;
    position: absolute;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.sysme_eoptions>ul>li.responsive-menu a::before {
    top: -8px
}

.sysme_eoptions>ul>li.responsive-menu a::after {
    bottom: -8px
}

.sysme_eoptions>ul>li.responsive-menu.close {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999999999;
    width: 30px;
    height: 30px
}

.sysme_eoptions>ul>li.responsive-menu.close a {
    background-color: transparent
}

.sysme_eoptions>ul>li.responsive-menu.close a::after,
.sysme_eoptions>ul>li.responsive-menu.close a::before {
    background-color: #fff;
    width: 25px
}

.sysme_eoptions>ul>li.responsive-menu.close a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.sysme_eoptions>ul>li.responsive-menu.close a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0
}

@media(max-width:1400px) {
    .sysme_logowrapper {
        padding: 5px 0
    }

    .sysme_logo {
        width: 175px
    }

    .sysme_eoptions>ul>li a {
        font-size: 14px
    }

    .sysme_eoptions>ul>li.li-cart .item {
        top: 14px
    }
}

@media(max-width:1330px) {
    .sysme_eoptions>ul>li:not(:last-child) {
        margin-right: 10px
    }

    .sysme_eoptions>ul>li a {
        font-size: 0;
        width: 40px;
        height: 35px;
        background-size: 25px !important;
        background-position: center !important
    }

    .sysme_eoptions>ul>li a.location {
        background-size: 29px !important
    }

    .sysme_eoptions>ul>li a.search {
        font-size: 0;
        border: 0;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

    .sysme_eoptions>ul>li:not(:first-child) {
        padding-left: 0
    }

    .sysme_eoptions>ul>li:not(.li-dotmenu):not(.li-cart) {
        padding-right: 0;
        border: 0
    }

    .sysme_eoptions>ul>li.li-cart .item {
        font-size: 10px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        top: -3px;
        left: 28px;
        border-radius: 50%;
        background-color: var(--c-lightblue);
        color: #fff
    }

    .sysme_eoptions>ul>li.responsive-menu {
        display: block
    }

    .sysme_eoptions ul li.sub_menu {
        padding-right: 0 !important;
        position: static
    }

    .sysme_eoptions>ul>li a.account.postlogin::before {
        content: '';
        width: 9px;
        height: 9px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: var(--c-lightblue);
        position: absolute;
        top: 7px;
        left: 20px
    }

    .sysme_eoptions>ul>li a.account.postlogin::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        position: absolute;
        top: 22px;
        left: 22px;
        -webkit-transition: .5s;
        transition: .5s;
        opacity: .5
    }

    .sysme_eoptions ul li.sub_menu::after {
        display: none
    }

    .sysme_eoptions ul li.sub_menu>.userName {
        display: none
    }

    .sysme_eoptions .account-submenu .userName {
        display: block;
        padding: 10px 15px
    }

    .sysme_eoptions .account-submenu li {
        width: 100%;
        float: left
    }

    .sysme_eoptions .account-submenu li a {
        font-size: 15px;
        width: 100%;
        height: auto;
        padding: 10px 15px
    }

    .sysme_eoptions .account-submenu {
        top: 75px;
        left: auto;
        right: 0
    }
}

@media(max-width:760px) {
    .sysme_quickContact {
        display: none
    }

    .sysme_eoptions {
        margin-top: 8px
    }

    .sysme_eoptions>ul>li.li-location {
        display: none
    }

    .sysme_eoptions .account-submenu {
        top: 70px
    }
}

@media(max-width:600px) {
    .sysme_logo {
        width: 145px
    }

    @media(max-width:375px) {
        .sysme_logo {
            width: 130px
        }

        .sysme_eoptions>ul>li.responsive-menu a {
            width: 18px
        }

        .sysme_eoptions>ul>li:not(:last-child) {
            margin-right: 0
        }

        .sysme_eoptions>ul>li a {
            width: 35px;
            background-size: 20px !important
        }

        .sysme_eoptions>ul>li.li-cart .item {
            font-size: 9px
        }

        .sysme_eoptions .account-submenu {
            top: 60px;
            right: -10px
        }

        .sysme_eoptions>ul>li a.account.postlogin::before {
            width: 4px;
            height: 4px;
            top: 11px;
            left: 22px
        }
    }

    .sysme_bannerwrap {
        width: 100%;
        float: left;
        background: #121217;
        color: #fff;
        padding: 130px 0 0
    }

    .sysme_bannerwrap article {
        width: 25%;
        float: left
    }

    .sysme_bannerwrap article h1 {
        margin: 0 0 40px;
        line-height: 50px;
        font-size: 34px;
        font-weight: 300
    }

    .sysme_bannerwrap article h1 strong {
        font-weight: 500
    }

    .sysme_bannerwrap article h2 {
        font-size: 20px;
        margin: 20px 0 40px;
        font-weight: 400
    }

    .sysme_bannerwrap .sliderthumb {
        float: right;
        width: 74%
    }

    .sysme_bannerwrap article a {
        background: var(--c-lightblue);
        color: #fff;
        text-transform: uppercase;
        border-radius: 4px;
        line-height: 50px;
        display: inline-block;
        padding: 0 30px;
        font-weight: 500;
        transition: .3s
    }

    .sysme_bannerwrap article a:hover {
        background: var(--c-lightblue)
    }

    .product-carousel,
    .sysme_productdisplay {
        padding-top: 40px
    }

    .sysme_productdisplay .head {
        position: relative
    }

    .sysme_productdisplay .head::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background: #e3e3e3;
        left: 0;
        top: 25px
    }

    .sysme_productdisplay .head div {
        padding: 0 20px 0 0;
        background: #fff;
        font-size: 25px;
        display: inline-block;
        line-height: 50px;
        position: relative;
        z-index: 1;
        font-weight: 500
    }

    .sysme_productdisplay .head a {
        padding: 0 0 0 20px;
        background: #fff;
        position: relative;
        z-index: 99;
        float: right
    }

    .sysme_productdisplay .head a span {
        background: 0 0;
        border-radius: 2px;
        float: right;
        line-height: normal;
        padding: 12px 18px;
        font-size: 15px;
        color: var(--c-black);
        text-transform: uppercase;
        border: 1px solid var(--c-black);
        font-weight: 500;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }

    .sysme_productdisplay .head a span:hover {
        background: var(--c-lightblue);
        border-color: var(--c-lightblue);
        color: #fff
    }

    .container-inner {
        margin: 40px 0 0;
        width: 100%;
        float: left
    }

    .product-carousel {
        padding-left: 2px;
        padding-right: 2px
    }

    @media(max-width:1300px) {

        .product-carousel,
        .sysme_productdisplay {
            padding-top: 30px
        }

        .product-carousel {
            padding-left: 45px;
            padding-right: 45px
        }

        .owl-next,
        .owl-prev {
            margin: 0
        }
    }

    @media(max-width:960px) {
        .sysme_productdisplay .head div {
            font-size: 24px
        }

        .sysme_productdisplay .head a span {
            line-height: normal;
            padding: 14px 20px;
            font-size: 0
        }

        .sysme_productdisplay .head a span::before {
            content: 'VIEW ALL';
            font-size: 14px
        }
    }

    @media(max-width:760px) {
        .sysme_productdisplay .head div {
            font-size: 20px
        }

        .sysme_productdisplay .head a span {
            padding: 10px 15px
        }

        .sysme_productdisplay .head a span::before {
            font-size: 13px
        }

        .sysme_productdisplay {
            padding-top: 20px
        }

        .product-carousel {
            padding-top: 0
        }
    }

    @media(max-width:600px) {

        .owl-carousel .owl-nav button.owl-next,
        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel button.owl-dot {
            width: 25px
        }

        .product-carousel {
            padding-left: 25px;
            padding-right: 25px
        }
    }

    .product-block {
        text-align: center;
        position: relative;
        border: 1px solid #e3e3e3;
        width: 100%;
        float: left;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }

    .product-block:hover {
        border-color: transparent;
        box-shadow: 0 0 20px 0 rgba(215, 215, 215, .56);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }

    .product-block:hover a {
        color: var(--c-lightblue)
    }

    .product-block .product-detail-wrapper {
        text-align: left;
        padding: 0 15px 15px 15px;
        float: left;
        width: 100%
    }

    .product-detail-wrapper .product-code {
        font-size: 11px;
        opacity: .6
    }

    .product-detail-wrapper .product-name {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0 15px 0;
        min-height: 45px;
        font-weight: 400
    }

    .product-detail-wrapper .product-name a {
        display: block
    }

    .product-detail-wrapper .product-name a:hover {
        color: var(--c-lightblue)
    }

    .product-detail-wrapper .product-price {
        font-size: 16px;
        font-weight: 500;
        padding: 0 0 0 16px;
        position: relative;
        margin: 0;
        color: var(--c-lightblue)
    }

    .product-detail-wrapper .product-price:before {
        position: absolute;
        content: "\20B9";
        left: 0;
        font-size: 110%
    }

    @media(max-width:600px) {
        .productlistings .product-block .image-block {
            width: 35%;
            float: left
        }

        .productlistings .product-block .product-detail-wrapper {
            float: right;
            width: 65%;
            padding: 10px 15px
        }

        .productlistings .product-detail-wrapper .product-price {
            font-size: 17px
        }

        .productlistings .product-detail-wrapper .product-name {
            min-height: auto;
            margin: 8px 0;
            font-size: 14px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 220px
        }

        .productlistings .product-tag,
        .productlistings .product-tags {
            right: auto;
            left: 0
        }

        .productlistings .product-tag {
            top: 5px
        }

        .productlistings .product-tags {
            bottom: 5px
        }
    }

    .product-tag,
    .product-tags,
    .tg {
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        line-height: normal;
        padding: 3px 7px;
        display: inline-block;
        text-transform: uppercase
    }

    .product-tag {
        background-color: var(--c-lightblue);
        top: 10px;
        left: 0;
        position: absolute
    }

    .product-tags {
        background-color: var(--c-lightblue);
        top: 10px;
        left: 0px;
        position: absolute
    }

    .tg {
        background-color: var(--c-lightblue);
        top: 10px;
        right: 10px;
        position: absolute
    }

    @media(max-width:600px) {

        .product-tag,
        .product-tags,
        .tg {
            font-size: 11px;
            padding: 3px 8px
        }
    }

    .sysme_homemidblocks {
        padding: 50px 0 0
    }

    .homemidbox {
        width: calc(50% - 15px);
        float: left;
        text-align: center;
        margin: 0 30px 0 0;
        background: #eee
    }

    @media(max-width:1200px) {
        .sysme_homemidblocks {
            padding: 20px 0 0
        }
    }

    @media(max-width:960px) {
        .homemidbox {
            width: 100%;
            margin: 0 0 30px 0
        }
    }

    @media(max-width:760px) {
        .homemidbox {
            margin: 0 0 20px 0
        }
    }

    .homemidbox:last-child {
        margin: 0
    }

    .homemidinfos {
        width: 100%;
        float: left;
        padding: 50px 0 30px
    }

    .homemidbox .homemidboxthumb {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center
    }

    .homemidbox .homemidboxthumb figure img {
        vertical-align: bottom
    }

    .homemidbox .cashback {
        font-size: 23px;
        font-weight: 400;
        margin-top: 15px;
        line-height: 1.5;
        min-height: 68px
    }

    .homemidbox .cashback strong {
        position: relative;
        padding: 0 0 0 20px
    }

    .homemidbox .cashback strong::before {
        position: absolute;
        content: "\20B9";
        left: 0;
        font-weight: 300
    }

    .knowmore {
        font-weight: 500;
        text-transform: uppercase;
        padding: 30px 0 0
    }

    .knowmore a {
        color: var(--c-lightblue);
        font-weight: 500
    }

    .knowmore a:hover {
        color: var(--c-black)
    }

    @media(max-width:760px) {
        .homemidbox .cashback {
            font-size: 18px;
            padding: 0 10px
        }
    }

    .sysme_featuredwrap {
        padding: 50px 0
    }

    .featuredbox {
        width: 25%;
        float: left;
        text-align: center;
        padding: 20px;
        border: 1px solid #e3e3e3;
        border-right: 0;
        position: relative;
        top: 0;
        transition: top .5s;
        -webkit-transition: top .5s;
        -moz-transition: top .5s;
        -ms-transition: top .5s;
        -o-transition: top .5s
    }

    .featuredbox:last-child {
        border-right: 1px solid #e3e3e3
    }

    .featuredbox figure {
        margin: 0
    }

    .featuredbox figure img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .featuredbox:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    .featuredbox h3 {
        font-size: 22px;
        font-weight: 500;
        margin: 20px 0
    }

    .featuredbox p {
        color: #303030;
        position: relative;
        padding: 0 0 30px;
        line-height: 25px
    }

    .featuredbox p::after {
        content: "";
        height: 2px;
        width: 74px;
        left: 50%;
        margin-left: -37px;
        position: absolute;
        background: var(--c-dark);
        bottom: 0;
        transform: scaleX(1);
        transition: transform 250ms ease-in-out
    }

    .featuredbox:hover p::after {
        transform: scaleX(1.5)
    }

    @media(max-width:960px) {
        .sysme_featuredwrap {
            padding: 20px 0
        }

        .featuredbox h3 {
            font-size: 18px
        }

        .featuredbox {
            border-right: 1px solid #e3e3e3
        }
    }

    @media(max-width:760px) {
        .sysme_featuredwrap .container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 10px
        }

        .featuredbox {
            width: auto;
            padding: 10px
        }

        .featuredbox figure img {
            width: 80px
        }

        .featuredbox h3 {
            margin: 10px 0;
            font-size: 17px
        }

        .featuredbox p {
            line-height: 23px;
            font-size: 13px;
            font-weight: 400
        }
    }

    .sysme_homethreeboxes {
        margin: 30px 0
    }

    .sysme_homethreeboxes .grid {
        display: grid;
        grid-template-columns: repeat(3, auto);
        grid-column-gap: 1.2%
    }

    @media(max-width:600px) {
        .sysme_homethreeboxes .grid {
            display: block
        }

        .sysme_homethreeboxes a {
            display: block
        }

        .sysme_homethreeboxes img {
            width: 100%
        }
    }

    .sysme_brands {
        padding: 70px 0 50px;
        text-align: center
    }

    .sysme_brands .head {
        font-size: 25px;
        font-weight: 400;
        position: relative;
        margin: 0 0 50px
    }

    .sysme_brands .head>span {
        padding: 0 20px;
        background: #fff;
        display: inline-block;
        z-index: 99;
        position: relative
    }

    .sysme_brands .head::after {
        content: "";
        height: 1px;
        width: 100%;
        background: #e3e3e3;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .brand-logos img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .brand-logos img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    @media(max-width:1200px) {
        .sysme_homethreeboxes {
            margin: 20px 0 0
        }

        .sysme_brands {
            padding: 40px 0 10px
        }

        .sysme_brands .head {
            margin-bottom: 30px
        }
    }

    /* footer {
        background: #282828;
        color: #fff;
        padding: 50px 0 40px;
        border-bottom: 10px solid #000;
        position: relative
    }

    footer h4 {
        font-weight: 500;
        font-size: 17px;
        margin: 0 0 10px;
        cursor: pointer;
        line-height: normal;
        position: relative
    } */

    .rowbottom {
        width: 80%;
        float: right;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start
    }

    .rowtop {
        width: 17%;
        float: left
    }

    .rowtop ul {
        display: none
    }

    .top {
        position: absolute;
        right: 18px;
        z-index: 999;
        text-align: center;
        font-size: 13px;
        background: #282828;
        padding: 9px 15px 5px;
        top: 25px;
        cursor: pointer
    }

    .top img {
        width: 22px;
        float: left
    }

    @media(min-width:961px) {
        .rowbottom h4 {
            pointer-events: none
        }

        .rowtop .footerblock:not(:last-child) h4 {
            border-bottom: 1px solid #3e3a3a;
            padding-bottom: 10px
        }

        .rowtop h4::after {
            content: ' ';
            font-size: 18px;
            position: absolute;
            top: 0;
            right: 0;
            font-weight: 100
        }

        .rowtop h4.showing::after {
            content: '-'
        }

        .rowtop ul {
            display: none;
            padding-bottom: 20px
        }
    }

    .footerblock ul li a,
    .footerblock.store ul li h5 {
        color: #e3e3e3;
        display: inline-block;
        font-size: 15px;
        margin: 0;
        font-weight: 400;
        font-weight: 100
    }

    .footerblock ul li a {
        padding: 7px 0
    }

    .footerblock ul li a:hover {
        color: var(--c-lightblue)
    }

    .footerblock.store ul li h5 {
        line-height: 30px
    }

    .footerblock.hasinnerblock {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px
    }

    @media(max-width:1400px) {
        .footerblock.hasinnerblock.stores {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 20px
        }
    }

    @media(max-width:1200px) {
        .footerblock.hasinnerblock {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 20px
        }
    }

    @media(max-width:990px) {
        .rowbottom {
            width: 65%;
            float: right;
            display: grid;
            justify-content: space-between;
            align-items: flex-start;
            grid-template-columns: repeat(3, 1fr)
        }

        .rowtop {
            width: 30%;
            float: left
        }
    }

    .social a {
        width: 36px;
        height: 36px;
        border-radius: 50px;
        border: 1px solid #fff;
        display: inline-block;
        margin: 0 5px 0 0;
        text-align: center;
        line-height: 36px;
        color: #fff
    }

    .social a:not(:last-child) {
        margin-right: 8px
    }

    .social a.facebook:hover {
        background: #4267b2;
        border-color: #4267b2
    }

    .social a.twitter:hover {
        background: #1da1f2;
        border-color: #1da1f2
    }

    .social a.linkedin:hover {
        background: #0274b3;
        border-color: #0274b3
    }

    .social a.instagram:hover {
        background: #b31a84;
        border-color: #b31a84
    }

    .footerlogo {
        background: #282828;
        position: relative;
        padding: 0 20px;
        float: right;
        z-index: 1;
        top: -23px
    }

    .footerbottom,
    .footertop {
        width: 100%;
        float: left
    }

    .footerbottom {
        position: relative;
        margin-top: 40px
    }

    .footerbottom::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background: #c8c8c8;
        left: 0;
        top: 10px
    }

    .copyright {
        float: left;
        font-size: 13px;
        background: #282828;
        position: relative;
        z-index: 99;
        padding: 0 20px;
        margin-left: -20px
    }

    .poweredby {
        margin: 0;
        float: right;
        font-size: 13px;
        text-align: right;
        background: #282828;
        position: relative;
        z-index: 99;
        bottom: 7px;
        padding: 0 10px
    }

    @media(min-width:1601px) {
        .poweredby {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            position: absolute;
            right: 0px;
            bottom: 200px;
            padding: 0
        }
    }

    .poweredby a {
        color: #fff
    }

    .@media(max-width:1600px) {
        .footerlogo {
            display: none
        }
    }

    @media(max-width:960px) {
        .top {
            position: static;
            float: right
        }

        .rowbottom,
        .rowtop {
            width: 100%;
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 20px
        }

        .rowtop {
            display: grid;
            margin-bottom: 20px
        }

        /* footer {
            padding: 20px 0
        }

        footer h4 {
            pointer-events: auto;
            border-bottom: 1px solid #3e3a3a;
            padding-bottom: 20px;
            margin: 0;
            font-weight: 400
        }

        footer h4::after {
            content: ' ';
            font-size: 20px;
            position: absolute;
            top: 0;
            right: 0
        }

        footer h4.showing::after {
            content: '-'
        } */

        .footerblock ul {
            display: none;
            padding-top: 20px
        }

        .footerblock ul li a {
            padding: 10px 0
        }

        .poweredby {
            position: static;
            float: left;
            text-align: center;
            width: 100%;
            padding: 0 10px;
            margin-top: 30px
        }

        .footerlogo {
            padding: 0;
            display: none
        }

        .footerbottom {
            text-align: center
        }

        .copyright {
            float: none;
            display: inline-block;
            margin: 0
        }
    }

    .owl-dots {
        display: none
    }

    .findastore {
        position: fixed;
        right: 20px;
        bottom: 60px;
        text-align: center;
        z-index: 999
    }

    .findastore h4 {
        color: var(--c-lightblue);
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0
    }

    .ball {
        animation: bounce 1s infinite alternate;
        -webkit-animation: bounce 1s infinite alternate
    }

    @keyframes bounce {
        from {
            transform: translateY(0)
        }

        to {
            transform: translateY(-15px)
        }
    }

    @-webkit-keyframes bounce {
        from {
            transform: translateY(0)
        }

        to {
            transform: translateY(-15px)
        }
    }

    .insidebanners {
        background: #000
    }

    .insidebanners .container {
        display: flex;
        align-items: center
    }

    .insidebanners .thumbnail {
        width: 60%;
        float: left;
        padding-top: 60px
    }

    .insidebanners article {
        width: calc(40% - 60px);
        float: right;
        padding-left: 95px
    }

    .insidebanners article h4 {
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 25px;
        color: #fff
    }

    .insidebanners article h1 {
        font-size: 40px;
        font-weight: 300;
        margin: 0 0 45px;
        line-height: 45px;
        color: #fff
    }

    .insidebanners article a {
        background: var(--c-lightblue);
        color: #fff;
        text-transform: uppercase;
        border-radius: 4px;
        line-height: 50px;
        display: inline-block;
        padding: 0 30px;
        font-weight: 500;
        transition: .3s
    }

    .insidebanners article a:hover {
        background: var(--c-lightblue)
    }

    .breadcrumb {
        padding: 30px 0;
        color: var(--c-lightblue);
        font-size: 14px
    }

    .breadcrumb a {
        color: #707070
    }

    .breadcrumb a:hover {
        color: #000
    }

    .filterwrap label {
        line-height: 30px
    }

    .filterwrap .head,
    .staticheader .head {
        position: relative
    }

    .filterwrap .head {
        margin: 15px 0
    }

    .filterwrap .head::after,
    .staticheader .head:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background: #e3e3e3;
        left: 0;
        top: 19px
    }

    .filterwrap .head div,
    .staticheader .head div {
        padding: 0 20px 0 0;
        background: #fff;
        display: inline-block;
        position: relative;
        z-index: 1
    }

    .filterwrap .head div,
    .staticheader .head div h1 {
        font-size: 25px;
        font-weight: 500;
        margin: 0
    }

    .filterwrap .drowdownwrap {
        padding: 0 !important;
        float: right
    }

    .filterwrap .dropdown {
        float: left;
        margin: 0 26px 0 0;
        padding: 0 0 0 20px !important
    }

    @media(max-width:1000px) {

        .filterwrap .head div,
        .staticheader .head div h1 {
            font-size: 25px;
            color: var(--c-lightblue)
        }

        .filterwrap .head {
            margin: 0
        }

        .filterwrap .head::after,
        .staticheader .head:after {
            display: none
        }
    }

    .sortbywrap {
        width: 100%;
        float: left;
        margin-top: 25px
    }

    .sortbywrap .sortby {
        float: left
    }

    .sortbywrap .sortby a:hover {
        color: var(--c-lightblue) !important
    }

    .sortbywrap .sortby span {
        display: inline-block;
        padding: 0 15px
    }

    .sortbywrap .itemnumbersperpage {
        float: right;
        text-transform: uppercase
    }

    .sortbywrap .sortby a:hover {
        color: #707070
    }

    .btn-filter,
    .btn-sortby {
        float: left;
        display: none
    }

    .btn-sortby {
        padding: 12px 15px;
        border: 1px solid #dadada;
        color: #2f2f2f;
        font-size: 16px;
        border-radius: 6px
    }

    .btn-sortby .fa {
        font-size: 16px;
        margin-right: 5px;
        background: var(--c-lightblue);
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        margin-right: 5px
    }

    @media(max-width:1000px) {
        .filterwrap {
            position: relative
        }

        .sortbywrap .itemnumbersperpage {
            position: absolute;
            right: 0;
            top: -50px;
            z-index: 1
        }

        .filterwrap .head>div {
            display: block;
            margin-bottom: 25px;
            padding: 0
        }

        .btn-filter,
        .btn-sortby {
            display: inline-block;
            font-size: 15px
        }

        .btn-sortby span {
            font-size: 90%;
            margin-left: 5px;
            color: var(--c-lightblue)
        }

        .btn-filter {
            white-space: nowrap
        }

        .sortbywrap {
            width: auto;
            float: right;
            margin-top: -1px;
            position: relative
        }

        .sortbywrap .sortby {
            position: absolute;
            top: 100%;
            right: 0;
            z-index: 1;
            width: 200px;
            display: none;
            background-color: #fff;
            box-shadow: 0 0 20px 0 rgba(215, 215, 215, .56);
            font-size: 0
        }

        .sortbywrap .sortby.is-showing {
            display: flex;
            flex-direction: column
        }

        .sortbywrap .sortby span {
            display: none
        }

        .sortbywrap .sortby a {
            padding: 15px 20px;
            font-size: 14px
        }

        .sortbywrap .sortby a:not(:last-child) {
            border-bottom: 1px solid var(--c-lightborder)
        }

        .filterwrap .head div.drowdownwrap {
            float: left;
            padding-bottom: 10px !important;
            display: flex;
            align-items: center;
            overflow: auto
        }

        .filterwrap .head div.drowdownwrap select {
            min-width: auto
        }
    }

    @media(max-width:860px) {
        .filterwrap .dropdown {
            padding: 0 0 0 10px !important
        }

        .filterwrap .head div.drowdownwrap select {
            max-width: 160px;
            font-size: 14px;
            line-height: 34px
        }

        .filterwrap .head>div {
            margin-bottom: 20px
        }

        .btn-sortby {
            padding: 10px 15px
        }

        .filterwrap .head div,
        .staticheader .head div h1 {
            font-size: 20px
        }

        .sortbywrap .itemnumbersperpage {
            top: -69px
        }
    }

    @media(max-width:760px) {
        .filterwrap .head div.drowdownwrap select {
            background: url(../images/select_arrow.png) no-repeat right 5px center #fff;
            background-size: 15px;
            padding: 8px 25px 10px 8px !important;
            line-height: normal
        }

        .filterwrap .head div.drowdownwrap select#subcategory_id {
            max-width: 130px
        }

        .filterwrap .head div.drowdownwrap select#price_id {
            max-width: 79px
        }

        .filterwrap .head div.drowdownwrap select#color_id {
            max-width: 70px
        }

        .btn-sortby {
            padding: 9px 8px;
            font-size: 14px
        }

        .btn-sortby .fa {
            font-size: 11px;
            padding: 4px 6px;
            margin-right: 3px
        }

        .sortbywrap .itemnumbersperpage {
            top: -66px
        }
    }

    @media(max-width:600px) {
        .sortbywrap .sortby.is-showing {
            right: auto;
            left: 0
        }

        .btn-filter,
        .btn-sortby {
            font-size: 14px
        }

        .btn-filter {
            width: 100%;
            margin-bottom: 10px
        }

        .filterwrap .dropdown {
            padding: 0 !important
        }

        .filterwrap .head div.drowdownwrap {
            width: 100%;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 10px;
            border-bottom: 1px solid #f4f4f4
        }

        .sortbywrap {
            width: 100%;
            float: left;
            margin-bottom: 10px
        }

        .sortbywrap .itemnumbersperpage {
            top: -170px
        }

        .filterwrap .head div.drowdownwrap select {
            width: 100%;
            max-width: none !important
        }

        .filterwrap .dropdown:nth-last-child(1) {
            width: 58%
        }

        .filterwrap .dropdown:nth-last-child(2) {
            width: 40%
        }

        .filterwrap .dropdown:nth-last-child(3) {
            width: 100%;
            margin-bottom: 10px
        }
    }

    .productlistings {
        width: 100%;
        float: left;
        padding: 40px 0
    }

    .productlistings .inner-container:not(.noproducthere) {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 15px
    }

    @media(max-width:1600px) {
        .productlistings .inner-container:not(.noproducthere) {
            grid-template-columns: repeat(5, 1fr)
        }
    }

    @media(max-width:1300px) {
        .productlistings {
            padding: 30px 0
        }

        .productlistings .inner-container:not(.noproducthere) {
            grid-template-columns: repeat(3, 1fr)
        }

        .npproduct {
            grid-area: 1/2
        }
    }

    @media(max-width:1200px) {
        .productlistings .inner-container:not(.noproducthere) {
            grid-template-columns: repeat(5, 1fr)
        }
    }

    @media(max-width:960px) {
        .productlistings .inner-container:not(.noproducthere) {
            grid-template-columns: repeat(3, 1fr)
        }
    }

    @media(max-width:600px) {
        .productlistings {
            padding: 10px 0 30px
        }

        .productlistings .inner-container:not(.noproducthere) {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 8px 0
        }

        .npproduct {
            grid-area: 1/1
        }
    }

    .listingmidbanner {
        width: 100%;
        float: left
    }

    .listingmidbanner .container {
        overflow: hidden;
        display: flex;
        align-items: center
    }

    .listingbannerthumb {
        float: left;
        width: 45%;
        padding-top: 15px;
        padding-left: 100px
    }

    .listingbannerthumb figure img {
        vertical-align: bottom
    }

    .listingmidbanner article {
        width: calc(55% - 0px);
        float: right;
        padding-right: 100px
    }

    .listingmidbanner article .headingone {
        font-size: 20px;
        text-transform: uppercase;
        width: 100%;
        float: left
    }

    .listingmidbanner article .headingone span {
        display: inline-block;
        padding: 0 10px 0 0;
        float: left
    }

    .listingmidbanner article .headingone p {
        float: left;
        margin-bottom: 0;
        margin-top: 24px
    }

    .listingmidbanner article .header2 {
        font-size: 40px;
        line-height: 50px;
        padding: 15px 0 25px;
        float: left;
        width: 100%
    }

    .listingmidbanner article .header2 span {
        font-weight: 500
    }

    .listingmidbanner article .action a.shopnow {
        background: var(--c-lightblue);
        color: #fff;
        text-transform: uppercase;
        border-radius: 4px;
        line-height: 50px;
        display: inline-block;
        padding: 0 30px;
        font-weight: 500;
        transition: .3s;
        margin: 0 25px 0 0
    }

    .listingmidbanner article .action a.shopnow:hover {
        background: var(--c-lightblue)
    }

    .listingmidbanner article .action a.visitstore {
        background: #000;
        color: #fff;
        text-transform: uppercase;
        border-radius: 4px;
        line-height: 50px;
        display: inline-block;
        padding: 0 30px;
        font-weight: 500;
        transition: .3s
    }

    .listingmidbanner article .action a.visitstore:hover {
        background: #333
    }

    .listingmidbanner article .companylogo {
        float: right
    }

    .product_details_wrap {
        width: 100%;
        float: left
    }

    .product_left {
        width: 35%;
        float: left;
        position: relative
    }

    .right-column {
        width: 62%;
        float: right
    }

    .right-column>h4 {
        font-weight: 500
    }

    .right-column-mob {
        display: none
    }

    .product_left>figure {
        margin-top: 30px
    }

    .product_left .action_left {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 15px;
        margin-top: 30px
    }

    .product_left img.active {
        opacity: 1
    }

    .product-description span {
        font-size: 25px;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: 500
    }

    .product-description h1 {
        color: #2f2f2f;
        font-weight: 500;
        font-size: 22px;
        margin-top: 12px
    }

    @media(min-width:1200px) {
        .product-description h1 {
            margin-right: 100px
        }
    }

    .productcode {
        color: #1b1b1b;
        font-weight: 400;
        font-size: 16px
    }

    .product-color {
        float: left;
        padding: 0 50px 0 0
    }

    .product-color>span {
        float: left;
        line-height: 43px;
        padding: 0 15px 0 0;
        font-size: 16px;
        color: #444
    }

    .product-color .color-choose {
        float: left;
        padding: 8px 0;
        height: 27px
    }

    .product-color .color-choose a {
        display: inline-block
    }

    .product-color .color-choose a:not(:last-child) {
        margin-right: 5px
    }

    .product-color .color-choose a span {
        display: inline-block;
        width: 27px;
        height: 27px;
        border-radius: 50%
    }

    .product-color .color-choose a.active span {
        background-image: url(../images/product_details/tick.png);
        background-repeat: no-repeat;
        background-position: center center
    }

    .product-color .color-choose a.active span[style="border: 1px solid #ccc;background-color: #FFF"],
    .product-color .color-choose a.active span[style="border: 1px solid #ccc;background-color: #FFFFFF"],
    .product-color .color-choose a.active span[style="border: 1px solid #ccc;background-color: #fff"],
    .product-color .color-choose a.active span[style="border: 1px solid #ccc;background-color: #ffffff"] {
        background-image: url(../images/product_details/tickB.png)
    }

    .color-choose div {
        display: inline-block;
        width: 27px;
        height: 27px;
        margin: 0 8px 0 0
    }

    .color-choose div label {
        position: relative;
        width: 27px;
        height: 27px;
        display: block
    }

    .color-choose input[type=radio] {
        display: none
    }

    .color-choose input[type=radio] label span {
        display: inline-block;
        width: 27px;
        height: 27px;
        cursor: pointer;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 0
    }

    .color-choose input[type=radio]#red label span {
        background-color: #c91524
    }

    .color-choose input[type=radio]#blue label span {
        background-color: #314780
    }

    .color-choose input[type=radio]#black label span {
        background-color: #323232
    }

    .color-choose input[type=radio]:checked label span {
        background: url(../images/product_details/tick.png) no-repeat center center
    }

    .cable-choose {
        float: left
    }

    .cable-choose button {
        border: 1px solid #888;
        border-radius: 4px;
        padding: 12px 20px;
        background-color: #fff;
        cursor: pointer;
        transition: all .5s;
        margin: 0 10px 0 0;
        font-size: 14px
    }

    .cable-choose button:active,
    .cable-choose button:focus,
    .cable-choose button:hover {
        border: 1px solid var(--c-lightblue);
        outline: 0;
        color: var(--c-lightblue)
    }

    .cable-config {
        float: left
    }

    .cable-config span {
        float: left;
        line-height: 43px;
        padding: 0 15px 0 0;
        font-size: 20px
    }

    .pinCodeVerification {
        width: 100%;
        float: left;
        margin: 20px 0
    }

    .pinCodeVerification span {
        float: left;
        line-height: 43px;
        margin: 0 15px 0 0;
        font-size: 16px;
        color: #444
    }

    .pinCodeVerification .inputwrapper {
        float: left;
        background-image: url(../images/newBanner/loc.png);
        background-repeat: no-repeat;
        background-position: 15px center;
        border: 1px solid var(--c-darkborder);
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 45px;
        padding-right: 15px
    }

    .pinCodeVerification button,
    .pinCodeVerification input {
        border: none;
        outline: 0;
        background-color: transparent;
        padding-left: 0
    }

    .pinCodeVerification input {
        font-size: 15px
    }

    .pinCodeVerification button {
        color: var(--c-lightblue);
        font-weight: 500;
        font-size: 16px
    }

    @media(min-width:1165px) {
        .pinCodeVerification {
            width: auto
        }

        .pinCodeVerification input {
            width: 160px
        }

        .pinCodeVerification .product_left {
            width: auto;
            float: left;
            margin-left: 15px
        }

        .pinCodeVerification .product_left .action_left {
            margin-top: 19px
        }
    }

    @media(max-width:1164px) {
        .right-column .product_left {
            width: 60%;
            margin-bottom: 25px
        }
    }

    @media(max-width:1000px) {
        .right-column .product_left {
            width: 100%
        }
    }

    @media(max-width:760px) {
        .right-column .product_left {
            margin-bottom: 0
        }
    }

    .product-configuration {
        width: 100%;
        float: left;
        padding: 25px 0 0
    }

    .product-price {
        float: left;
        margin-top: 20px;
        width: 100%
    }

    .product-price span.price {
        font-size: 32px;
        font-weight: 400;
        margin-right: 30px;
        float: left;
        position: relative;
        color: var(--c-lightblue)
    }

    .product-price .price.original_price {
        text-decoration: line-through;
        margin-right: 50px;
        opacity: .4
    }

    .product-price .input-box {
        float: left;
        width: auto;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-size: 17px;
        border: 1px solid var(--c-border);
        color: #4a4a4a;
        margin-top: 3px
    }

    .product-price .input-box input#qty {
        width: 50px;
        text-align: center;
        height: 36px;
        font-weight: 500;
        font-size: inherit;
        border: 0;
        border-left: 1px solid var(--c-border);
        border-right: 1px solid var(--c-border);
        color: inherit;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

    .product-price .input-box input#qty:focus {
        outline: 0
    }

    .product-price .input-box .items {
        padding: 0 10px;
        cursor: pointer;
        font-size: 20px
    }

    .plus-minus .increase i,
    .plus-minus .reduced i {
        font-weight: 300
    }

    .key_specifications {
        width: 100%;
        float: left;
        margin-top: 30px
    }

    .key_specifications .headsection,
    .product_details_bottomwrap .headsection {
        border: 1px solid #e3e3e3;
        margin: 0 0 30px
    }

    .key_specifications .headsection h2,
    .product_details_bottomwrap .headsection h2 {
        font-weight: 500;
        font-size: 18px;
        margin: 0;
        border-bottom: 1px solid #e3e3e3;
        padding: 15px 20px
    }

    .keyspecification_infos {
        width: 100%;
        position: relative;
        padding: 15px 20px;
        line-height: 30px
    }

    .keyspecification_infos #dots {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 85px
    }

    .keyspecification_infos_wrapper {
        max-height: 150px;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 40px;
        color: #5d5d5d;
        margin-bottom: 30px
    }

    .keyspecification_infos_wrapper.full_view {
        max-height: none
    }

    .keyspecification_infos_wrapper.full_view #dots {
        display: none
    }

    .keyspecification_infos_wrapper table td {
        vertical-align: top
    }

    .keyspecification_infos_wrapper table td:first-child {
        width: 20%
    }

    .keyspecification_infos_wrapper table td li {
        line-height: 28px
    }

    .keyspecification_infos ul {
        overflow: hidden
    }

    .keyspecification_infos ul li {
        width: 60%;
        float: right;
        line-height: 35px
    }

    .keyspecification_infos ul li:first-child {
        opacity: .7;
        width: 35%;
        float: left
    }

    .key_specifications td,
    .product_details_bottomwrap td {
        padding: 15px
    }

    .addtocart_action .checkbox {
        padding: 0 0 20px 0
    }

    .addtocart_action .checkbox label {
        color: var(--c-lightblue);
        font-weight: 500;
        cursor: pointer
    }

    .addtocart_action .checkbox label input {
        width: 0;
        height: 0;
        overflow: hidden;
        opacity: 0
    }

    .addtocart_action .dropdownHolder.holder {
        padding-left: 0;
        padding-bottom: 0
    }

    .addtocart_action h1 {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 400
    }

    .action_left .btn-cart {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px
    }

    .btn-grn.btn-cart {
        padding: 15px
    }

    .btn-cart img {
        width: 25px !important
    }

    .action_right {
        float: right;
        text-align: right
    }

    .action_right .addtocompare {
        display: inline-block;
        line-height: 50px
    }

    .action_right .seperator {
        display: inline-block;
        padding: 0 10px
    }

    .action_right .share {
        display: inline-block;
        background: url(../images/icons/share.svg) no-repeat right center;
        background-size: 20px;
        position: relative;
        padding: 5px 0
    }

    .action_right .share>a {
        padding: 0 30px 0 0
    }

    .action_right .addtocompare a:hover,
    .action_right .share a:hover {
        color: var(--c-lightblue)
    }

    .product_detailpagebanner {
        padding: 30px 0;
        text-align: center;
        background: #000;
        margin-top: 40px
    }

    .product_details_bottomwrap {
        padding: 0 0 10px;
        position: relative
    }

    .product_details_bottomwrap .product_desc {
        width: 100%
    }

    .product_details_bottomwrap .product_desc p img {
        float: left
    }

    .product_details_bottomwrap .product_desc_wrapper {
        max-height: 150px;
        overflow: hidden;
        line-height: 30px;
        color: #5d5d5d;
        margin-bottom: 20px
    }

    .product_details_bottomwrap .product_desc_wrapper #dots2 {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 85px
    }

    .product_details_bottomwrap .product_desc_wrapper.full_view {
        max-height: none;
        overflow: auto
    }

    .product_details_bottomwrap .product_desc_wrapper.full_view #dots2 {
        display: none
    }

    .product_details_bottomwrap .product_desc>ul {
        width: 100%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_details_bottomwrap .product_desc>ul>li {
        width: 47%;
        float: left;
        line-height: 40px;
        padding: 0 0 0 30px;
        background: url(../images/icons/greentick.svg) no-repeat left center;
        background-size: 18px
    }

    .product_details_bottomwrap .product_desc>ul>li:nth-child(even) {
        float: right
    }

    .product_details_bottomwrap .product_desc .left_listings {
        width: calc(40% - 50px);
        float: left;
        padding: 0 50px 0 0
    }

    .product_details_bottomwrap .product_desc .left_listings ul li {
        line-height: 40px;
        padding: 0 0 0 30px;
        background: url(../images/icons/greentick.svg) no-repeat left center;
        background-size: 18px
    }

    .product_details_bottomwrap .product_desc .right_listings {
        width: 60%;
        float: left
    }

    .product_details_bottomwrap .product_desc .right_listings ul li {
        padding: 0 0 30px 30px;
        background: url(../images/icons/greentick.svg) no-repeat left top 5px;
        background-size: 18px
    }

    .related_products {
        padding: 50px 0 0
    }

    .related_products .head {
        position: relative
    }

    .related_products .head:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background: #e3e3e3;
        left: 0;
        top: 25px
    }

    .related_products .head div {
        padding: 0 20px 0 0;
        background: #fff;
        font-size: 25px;
        display: inline-block;
        line-height: 50px;
        position: relative;
        z-index: 99;
        font-weight: 500
    }

    .related_products .head a {
        padding: 0 0 0 20px;
        background: #fff;
        position: relative;
        z-index: 99;
        float: right
    }

    .related_products .head a span {
        background: 0 0;
        border-radius: 2px;
        float: right;
        line-height: normal;
        padding: 12px 18px;
        font-size: 15px;
        color: var(--c-black);
        text-transform: uppercase;
        border: 1px solid var(--c-black);
        font-weight: 500;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }

    .related_products .head a span:hover {
        background: var(--c-lightblue);
        border-color: var(--c-lightblue);
        color: #fff
    }

    @media(max-width:960px) {
        .related_products .head div {
            font-size: 24px
        }

        .related_products .head a span {
            line-height: normal;
            padding: 14px 20px;
            font-size: 0
        }

        .related_products .head a span::before {
            content: 'VIEW ALL';
            font-size: 14px
        }
    }

    @media(max-width:760px) {
        .related_products .head div {
            font-size: 20px
        }

        .related_products .head a span {
            padding: 10px 15px
        }

        .related_products .head a span::before {
            font-size: 13px
        }

        .related_products {
            padding-top: 20px
        }

        .product-carousel {
            padding-top: 0
        }
    }

    #dots,
    #dots2 {
        width: 100%;
        float: left;
        height: 100px;
        margin: -100px 0 0;
        background: #ff0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6894958667060574) 40%, #fff 100%);
        transition: all .5s ease-in-out
    }

    #myBtn,
    #myBtn2 {
        background: #fff;
        border: 1px solid #000;
        float: right;
        text-transform: uppercase;
        font-size: 12px;
        line-height: normal;
        transition: all .5s ease-in-out;
        position: relative;
        z-index: 9;
        cursor: pointer
    }

    #myBtn span,
    #myBtn2 span {
        padding: 7px 15px;
        display: inline-block
    }

    #myBtn .readless::before,
    #myBtn .readmore::before,
    #myBtn2 .readless::before,
    #myBtn2 .readmore::before {
        position: absolute;
        width: 14px;
        height: 16px;
        background: #fff;
        color: #000;
        line-height: 14px;
        text-align: center;
        left: -7px;
        top: 8px;
        font-weight: 600
    }

    #myBtn .readmore::before,
    #myBtn2 .readmore::before {
        content: " "
    }

    #myBtn .readless::before,
    #myBtn .readmore.readless::before,
    #myBtn2 .readless::before,
    #myBtn2 .readmore.readless::before {
        content: "-";
        top: 7px
    }

    ul.share-buttons {
        white-space: nowrap;
        list-style: none;
        padding: 0;
        display: none;
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px;
        background-color: #fff;
        box-shadow: 0 0 8px 0 rgba(234, 234, 234, .64)
    }

    ul.share-buttons li {
        display: inline-block;
        font-size: 20px
    }

    ul.share-buttons li:not(:last-child) {
        margin-right: 30px
    }

    ul.share-buttons li a {
        color: var(--c-dark)
    }

    ul.share-buttons .sr-only {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden
    }

    .action_right .share:hover ul.share-buttons {
        display: block !important
    }

    .product_desc_info {
        width: 100%;
        position: relative;
        padding: 15px 20px
    }

    .product_desc_viewmore .spaceview {
        background: #fff;
        padding: 0 0 0 20px;
        float: right;
        position: relative;
        z-index: 9
    }

    #big {
        padding: 70px 0;
        text-align: center
    }

    #big .item:not(.current) {
        display: none
    }

    #thumbs {
        margin: 20px 0 0
    }

    #thumbs .item {
        padding: 0;
        color: #fff;
        text-align: center;
        cursor: pointer;
        border: 1px solid #c8c8c8;
        float: left;
        padding: 5px
    }

    #thumbs .item img {
        float: left
    }

    #thumbs .current .item {
        border: 1px solid #717171
    }

    .owl-theme .owl-nav [class*=owl-] {
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .owl-theme .owl-nav [class*=owl-].disabled:hover {
        background-color: #d6d6d6
    }

    #big.owl-theme {
        position: relative;
        border: 1px solid var(--c-border)
    }

    #big.owl-theme .owl-next,
    #big.owl-theme .owl-prev {
        background: #333;
        width: 22px;
        line-height: 40px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%
    }

    #big.owl-theme .owl-prev {
        left: 10px
    }

    #big.owl-theme .owl-next {
        right: 10px
    }

    #thumbs.owl-theme .owl-next,
    #thumbs.owl-theme .owl-prev {
        background: #e3e3e3
    }

    .zoo-item {
        position: absolute;
        width: 100%;
        height: 100%;
        transition: all 150ms linear;
        overflow: hidden;
        margin: 0
    }

    .zoo-item .zoo-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: transform .5s ease-out
    }

    .searchBox-open .searchForm {
        z-index: 111;
        opacity: 1;
        visibility: visible;
        border-radius: 4px
    }

    .searchForm {
        background-color: #fff;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -999;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .5s cubic-bezier(.52, .01, .16, 1);
        transition: opacity .5s cubic-bezier(.52, .01, .16, 1)
    }

    .searchForm .search-input {
        width: calc(100% - 120px);
        height: 100%;
        float: left;
        outline: 0;
        border: none;
        font-family: inherit;
        font-size: 20px;
        margin-right: 20px;
        padding-left: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .searchForm .search-input:active,
    .searchForm .search-input:focus {
        border: none !important
    }

    .searchForm .search-btn {
        width: 30px;
        height: 30px;
        float: left;
        border: none;
        outline: 0;
        background-color: transparent;
        background-image: url(../images/icons/search.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 2px 3px;
        opacity: .6;
        padding: 0
    }

    .searchForm .search-btn:hover {
        opacity: 1;
        background-color: transparent
    }

    .searchForm .search-close {
        opacity: .5;
        width: 30px;
        height: 23px;
        display: inline-block;
        background-image: url(../images/icons/cross.svg);
        background-size: 17px;
        background-repeat: no-repeat;
        background-position: 2px 1px;
        padding-left: 20px;
        margin-left: 20px;
        position: relative
    }

    .searchForm .search-close::after {
        content: '';
        width: 1px;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: -2px;
        left: -13px;
        background-color: #d6d6d6
    }

    .searchForm .search-close:hover {
        opacity: 1
    }

    @media(max-width:1200px) {
        .searchForm .search-input {
            font-size: 16px
        }
    }

    .staticheader {
        padding: 0 0 30px
    }

    .storedropdown {
        text-align: center
    }

    .storedropdown select.select-field {
        min-width: 400px
    }

    .storemap {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        padding: 40px 0 0
    }

    .store_list h2 {
        text-align: center;
        margin: 50px 0 30px 0;
        text-transform: capitalize;
        font-size: 22px;
        font-weight: 500;
        width: 100%;
        float: left
    }

    .contactformwrap,
    .locatorwrap {
        width: 100%;
        float: left;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap
    }

    .contactformwrap {
        padding-top: 50px
    }

    .regoffice,
    .store_list .locatorwrap .locatorbox {
        float: left;
        margin-right: 2%;
        min-height: 1px;
        list-style: none;
        border: 1px solid #dbdbdb;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .store_list .locatorwrap .locatorbox.onethird {
        width: 32%
    }

    .store_list .locatorwrap .locatorbox.onethird:nth-child(3n) {
        margin-right: 0
    }

    .store_list .locatorwrap .locatorbox.half {
        width: 49%
    }

    .store_list .locatorwrap .locatorbox.half:nth-child(2n) {
        margin-right: 0
    }

    .regoffice .locatorbox .info,
    .store_list .locatorwrap .locatorbox .info {
        padding: 20px;
        min-height: 200px;
        width: 100%;
        float: left;
        box-sizing: border-box
    }

    .regoffice .locatorbox h6.titlered,
    .store_list .locatorwrap .locatorbox h6.titlered {
        width: 100%;
        float: left;
        color: var(--c-lightblue);
        font-size: 19px;
        margin: 0 0 15px;
        font-weight: 500
    }

    .regoffice .locatorbox p.txt,
    .store_list .locatorwrap .locatorbox p.txt {
        font-size: 15px;
        margin: 0 0 10px
    }

    .regoffice .locatorbox .storeTiming,
    .store_list .locatorwrap .storeTiming {
        float: left;
        padding: 15px 15px 15px 55px;
        background: var(--c-lightblue);
        position: relative;
        color: #fff;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }

    .regoffice .locatorbox .storeTiming:before,
    .store_list .locatorwrap .storeTiming::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/newBanner/calenderTime.png) no-repeat left 15px center;
        background-size: 27px;
        pointer-events: none
    }

    .regoffice .locatorbox .storeTiming h5,
    .store_list .locatorwrap .storeTiming h5 {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        float: left;
        border-right: 1px solid #fff;
        padding: 0 10px 0 0
    }

    .regoffice .locatorbox .storeTiming .allTiming,
    .store_list .locatorwrap .storeTiming .allTiming {
        padding-left: 10px;
        float: left;
        margin-top: -2px;
        display: flex;
        flex-direction: column;
        flex: 2;
        font-weight: 400
    }

    .store_list .locatorwrap .locatorbox.half .storeTiming .allTiming .part {
        float: left;
        padding: 0 0 0 15px
    }

    .mapBG {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        width: 100%;
        float: left
    }

    .mapBG:hover,
    .storemap:hover {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0)
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .allForm .last-child {
        margin-bottom: 5px
    }

    .lightbox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 21, 37, .8);
        z-index: -9999;
        visibility: hidden;
        opacity: 0
    }

    .lightbox.lightboxNew {
        z-index: 9999;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }

    .lightbox .lightboxHelper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1
    }

    .lightbox .lightboxCover {
        position: absolute;
        top: 100px;
        left: 50%;
        width: 92%;
        max-width: 500px;
        z-index: -2;
        background: #fff;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s;
        padding: 20px;
        margin-bottom: 40px
    }

    .lightbox .lightboxCover.lightboxCoverNew {
        z-index: 2;
        top: 40px;
        opacity: 1;
        -webkit-transition: .5s;
        transition: .5s
    }

    .lightbox .lightboxHead {
        float: left;
        width: 100%
    }

    .lightbox .lightboxclose {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 20px;
        height: 20px
    }

    .lightbox .lightboxclose span {
        float: left;
        position: relative
    }

    .lightbox .lightboxclose span::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .lightbox .lightboxclose span::after,
    .lightbox .lightboxclose span::before {
        content: "";
        position: absolute;
        top: 9px;
        left: 4px;
        width: 15px;
        height: 2px;
        background: #9b9b9b;
        display: inline-block;
        transition: .3s
    }

    .lightbox .lightboxclose:hover span::after,
    .lightbox .lightboxclose:hover span::before {
        background: #000
    }

    .lightbox .lightboxclose span::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .lightbox .lightboxBody {
        width: 100%;
        float: left
    }

    .lightbox .lightboxBody .logo {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 10px
    }

    .lightbox .lightboxBody .logo h6 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 2em
    }

    .lightbox .lightboxBody .logo img {
        width: 200px;
        margin-bottom: 1em
    }

    .lightbox.loginRegisterLB .lightboxCover {
        max-width: 400px;
        padding: 30px
    }

    .lightbox.loginRegisterLB .lightboxCover .allForm .fam {
        margin-bottom: 10px;
        color: #888
    }

    .lightbox.loginRegisterLB .lightboxCover .allForm .fam b {
        color: var(--c-lightblue)
    }

    .lightbox.loginRegisterLB .lightboxCover .allForm .form-label {
        color: #666
    }

    .lightbox.loginRegisterLB .lightboxCover .allForm .form-label b {
        color: var(--c-lightblue)
    }

    .lightbox.loginRegisterLB .lightboxCover .allForm .form-btnelement {
        width: 100%;
        float: left
    }

    .lightbox.loginRegisterLB .lightboxCover .allForm .form-btnelement>* {
        width: 100%;
        float: left;
        font-weight: 400
    }

    .lightbox.loginRegisterLB .lightboxCover .allForm .form-btnelement .btn-red {
        padding: 8px 30px;
        font-size: 15px;
        text-transform: uppercase
    }

    .lightbox.loginRegisterLB .lightboxCover .allForm .fp {
        width: auto;
        float: right;
        font-size: 14px;
        color: #5f5f5f;
        cursor: pointer;
        position: relative
    }

    .lightbox.loginRegisterLB .lightboxCover .allForm .fp:hover {
        color: var(--c-lightblue)
    }

    .lightbox.loginRegisterLB .lightboxCover .rn {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 0;
        position: relative;
        font-size: 18px;
        font-weight: 300
    }

    .lightbox.loginRegisterLB .lightboxCover .rn .btn:not(:only-child) {
        margin-top: 15px
    }

    .lightbox.loginRegisterLB .lightboxCover .form-field-msg {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #5f5f5f;
        margin-top: 8px;
        margin-bottom: 10px
    }

    .lightbox.tncLB .lightboxCover {
        max-width: 800px
    }

    .lightbox.openpopupimgLB .lightboxCover {
        max-width: 800px
    }

    .lightbox.openpopupimgLB .lightboxBody {
        margin-top: 23px
    }

    @media(max-width:760px) {
        .lightbox.loginRegisterLB .lightboxCover {
            padding: 20px
        }

        .lightbox .lightboxBody .logo img {
            width: 150px
        }

        .lightbox .lightboxBody .logo h6 {
            font-size: 20px
        }
    }

    span.msg.msg-error {
        color: #e30016 !important;
        text-align: left !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        position: absolute;
        left: 0;
        top: 100%
    }

    #emptyCart,
    #pagenotfound,
    .noproducthere {
        text-align: center
    }

    #emptyCart .img-container,
    .noproducthere .img-container {
        margin: 0 auto 15px;
        display: inline-block
    }

    #pagenotfound .img-container {
        width: 200px;
        margin: 0 auto 40px;
        display: inline-block;
        background: #323232;
        border-radius: 50%;
        padding: 30px;
        height: 200px
    }

    #pagenotfound .img-container img {
        max-width: 110px
    }

    #emptyCart p,
    #pagenotfound p,
    .noproducthere p {
        font-size: 18px;
        color: #777;
        font-weight: 400;
        line-height: 30px
    }

    #emptyCart h4,
    .noproducthere h4 {
        margin: 0 0 25px;
        font-weight: 400;
        font-size: 24px
    }

    #pagenotfound h4 {
        margin: 0 0 25px;
        color: #323232;
        font-weight: 400;
        font-size: 24px;
        text-transform: uppercase
    }

    #emptyCart .btnContainer,
    #pagenotfound .btnContainer,
    .noproducthere .btnContainer {
        text-align: center
    }

    .noproducthere .btnContainer {
        margin-bottom: 0
    }

    #emptyCart .btnContainer a,
    #pagenotfound .btnContainer a,
    .noproducthere .btnContainer a {
        margin: 0 5px
    }

    .btn-green {
        background: var(--c-lightblue)
    }

    .btn-green:hover {
        background: var(--c-lightblue)
    }

    .btn-red {
        background: var(--c-lightblue)
    }

    .btn-red:hover {
        background: var(--c-lightblue)
    }

    .btn-grey {
        background: #333
    }

    .btn-grey:hover {
        background: #444
    }

    .allForm .form-btn.sysme-cover {
        width: auto;
        float: left;
        margin-left: 10px
    }

    .checkbox-checkout-form.sysme-cover {
        margin-left: 0
    }

    .sysme-cover {
        width: 100%;
        float: left
    }

    .sysme-view-cart-header span {
        float: right;
        position: relative;
        padding-left: 25px;
        top: 0;
        cursor: pointer;
        margin-bottom: 20px;
        right: 8px
    }

    .sysme-view-cart-header span::before {
        content: "";
        position: absolute;
        background: url(../images/icons/delete-green.svg) no-repeat center center;
        background-size: 20px;
        width: 20px;
        height: 20px;
        left: 0;
        top: 2px
    }

    .order-summery-table .order-summery-table-wrapper {
        border: 1px solid #e3e3e3;
        margin: 0 0 30px
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main {
        border-bottom: 1px solid #e3e3e3
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main.no-border-bottom {
        border-bottom: none
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header.green-bg {
        background: #7b7b7b
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left {
        width: 65%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left {
        width: 55%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-right {
        width: 45%
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right {
        width: 35%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left.allForm .form-rdiochk {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        width: 20px;
        height: 20px;
        margin-right: 20px
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-left-cell {
        border-left: 1px solid #e3e3e3
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left.allForm .form-rdiochk .rdiochklabel:before {
        border-color: #fff
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left.allForm.brown-checkbox-form .form-rdiochk .rdiochklabel::after {
        background: #323232
    }

    .order-table-left .order-table-left-cell {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .order-table-header.green-bg p {
        color: #fff;
        margin: 0;
        text-transform: uppercase
    }

    .order-table-right-cell.del p {
        display: flex;
        justify-content: right
    }

    .order-table-right-cell.del img {
        max-width: 16px
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right .order-table-right-cell p span.price {
        position: relative;
        display: inline-block;
        padding: 0 0 0 15px
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right .order-table-right-cell p span.price:before {
        content: "\20B9";
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        color: inherit;
        font-size: calc(100% 3px);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main {
        border-bottom: 1px solid #e3e3e3
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main:last-child {
        border-bottom: none
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table #viewcart_item .order-table-header-main:last-child {
        border-bottom: none
    }

    .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left.allForm.brown-checkbox-form .form-rdiochk .rdiochklabel::before {
        border: 1px solid #bbb
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-img {
        float: left;
        width: 120px
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-img img {
        float: left
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp {
        float: left;
        padding-left: 18px;
        width: calc(100% - 120px);
        text-align: left
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p {
        line-height: normal;
        margin-bottom: 7px
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p.proName {
        color: var(--c-lightblue);
        font-weight: 400
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p.proCode {
        font-size: 14px;
        font-weight: 400;
        color: #464646;
        margin-top: 12px
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p.proPrice {
        font-size: 16px;
        font-weight: 500;
        margin-top: 10px;
        color: var(--c-black);
        padding-left: 18px;
        position: relative;
        display: none
    }

    .order-summery-table select {
        width: 100px !important;
        min-width: auto !important
    }

    .delivery-summery-deails .total-sum {
        margin-bottom: 30px
    }

    .delivery-summery-deails .total-sum h4 {
        float: right;
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0
    }

    .delivery-summery-deails .total-sum h4 .right {
        margin-left: 30px;
        display: inline-block;
        position: relative;
        color: var(--c-lightblue)
    }

    .delivery-summery-deails .total-sum h4 .right::before {
        content: "\20B9";
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        color: inherit;
        font-size: 20px;
        position: absolute;
        top: 4px;
        left: -17px
    }

    .delivery-summery-deails .download-invoice {
        margin: 0
    }

    .delivery-summery-deails .download-invoice .download-invoice-inner {
        float: right
    }

    .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn {
        float: left
    }

    .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn a {
        margin: 0 0 0 10px
    }

    .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn a br {
        display: none
    }

    .sysme-payment-main-wrapper .sysme-payment-left {
        width: calc(100% - 400px);
        float: left
    }

    .sysme-payment-main-wrapper .sysme-payment-right {
        width: 350px;
        float: right;
        border: 1px solid #e3e3e3;
        margin: 0 0 100px;
        border-bottom: none
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-border {
        height: 1px;
        width: 70%;
        background: #dedede;
        margin: 0 auto;
        position: relative;
        top: 19px;
        z-index: -9
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option {
        text-align: center;
        margin: 0 0 30px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        display: inline-block
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li {
        width: 33.33%;
        float: left;
        list-style: none;
        text-align: center
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li.active {
        position: relative
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li .border-line {
        position: relative
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li .border-line .circle {
        display: inline-block;
        position: relative;
        z-index: 1;
        color: #fff;
        font-weight: 500;
        text-align: center;
        line-height: 40px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li .border-line .circle::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        border: none;
        background: #333;
        position: absolute;
        top: 0;
        left: -11px;
        z-index: -1
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li.active .circle::before {
        background: var(--c-lightblue)
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li.active .circle::after {
        border: 2px solid var(--c-lightblue)
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li h5 {
        font-size: 15px;
        margin: 15px 0 0;
        font-weight: 500;
        text-transform: uppercase;
        color: #333
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li.active h5 {
        color: var(--c-lightblue)
    }

    .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li h5 br {
        display: none
    }

    .sysme-payment-main-wrapper .sysme-payment-right .sysme-payment-right-header h4 {
        background: var(--c-lightblue);
        padding: 12px 20px;
        font-size: 16px;
        color: #fff;
        margin: 0;
        font-weight: 500;
        text-transform: uppercase
    }

    .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box {
        padding: 15px;
        border-bottom: 1px solid #e3e3e3;
        box-sizing: border-box
    }

    .sysme-payment-main-wrapper .sysme-payment-right .grand-total {
        padding: 15px;
        background-color: #fafafa;
        border: none;
        border-bottom: 1px solid #e3e3e3
    }

    .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-img {
        width: 100px;
        float: left
    }

    .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-img img {
        float: left
    }

    .sysme-payment-step .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-img img {
        max-width: 100%;
        float: left
    }

    .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp {
        width: calc(100% - 120px);
        float: right
    }

    .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proName {
        overflow: hidden;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 5px;
        font-size: 15px;
        color: var(--c-lightblue)
    }

    .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proName a {
        color: var(--c-lightblue)
    }

    .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proImg {
        margin-bottom: 20px
    }

    .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proPrice {
        position: relative;
        padding-left: 15px;
        margin: 0;
        margin-top: 12px;
        color: #2a2a2a;
        font-size: 16px;
        font-weight: 500
    }

    .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p.proPrice::before,
    .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proPrice::before {
        content: "\20B9";
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        color: inherit;
        font-size: calc(100% 3px);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .sysme-payment-main-wrapper .sysme-payment-right .payment-product-box .payment-product-descp .proCode {
        margin-bottom: 7px;
        font-size: 15px;
        color: #555
    }

    .sysme-payment-main-wrapper .sysme-payment-right .grand-total:last-child {
        background: var(--c-dark);
        color: #fff
    }

    .sysme-payment-main-wrapper .sysme-payment-right .grand-total.tax .grand-total-inner .grand-total-price {
        font-size: 16px
    }

    .sysme-payment-main-wrapper .sysme-payment-right .grand-total.tax .grand-total-inner .grand-total-price-right h5 {
        font-size: 16px
    }

    .sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner {
        width: 100%;
        float: left
    }

    .sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner .grand-total-price {
        font-size: 18px;
        float: left
    }

    .sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner .grand-total-price-right {
        font-weight: 700;
        font-size: 18px;
        float: right
    }

    .sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner .grand-total-price-right h5 {
        position: relative;
        padding-left: 16px;
        margin: 0;
        font-weight: 500;
        font-size: 17px
    }

    .sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner .grand-total-price-right h5::before {
        content: "\20B9";
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        color: inherit;
        font-size: 17px;
        position: absolute;
        top: 2px;
        left: 0
    }

    .sysme-payment-main-wrapper .sysme-payment-right .grand-total .grand-total-inner .grand-total-price-right h6 {
        font-size: 13px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        margin-top: 30px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left {
        width: calc((100% - 100px)/ 2);
        float: left
    }

    .checkout-form-left-header-border h5,
    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left-header h5 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 26px;
        font-weight: 500
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .allForm h5 {
        color: #5f5f5f;
        margin: 15px 0 40px;
        font-size: 16px;
        font-weight: 400
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .form-btn {
        float: left
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .forgot-pswd {
        float: right;
        margin-top: 10px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .forgot-pswd a {
        font-size: 14px;
        padding-bottom: 2px;
        border-bottom: 1px solid currentColor;
        -webkit-transition: .5s;
        transition: .5s
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .forgot-pswd a:hover {
        color: var(--c-lightblue)
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border {
        width: 80px;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::after,
    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 1px;
        height: calc(50% - 45px);
        background: #c9c9c9
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border:before {
        top: 0;
        left: 40.5px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border:after {
        bottom: 0;
        left: 40.5px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border .or-border-inner span {
        position: relative;
        display: inline-block;
        color: #fff;
        text-align: center;
        line-height: 50px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border .or-border-inner span::before {
        content: "";
        display: inline-block;
        width: 42px;
        height: 42px;
        background: var(--c-black);
        border-radius: 50px;
        position: absolute;
        top: 3px;
        left: -10px;
        z-index: -1
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
        margin: 0 0 30px;
        line-height: 26px;
        font-weight: 400
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-inner {
        width: 100%;
        margin-bottom: 0
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-inner:first-child h5 {
        margin-bottom: 45px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-inner .checkout2-form-left-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkout3_form {
        width: 100%;
        float: left
    }

    .contactform .checkoutLeft,
    .sendyourquerywrap .form-selectelement.checkoutLeft,
    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-element.checkoutLeft {
        width: 49%;
        float: left
    }

    .contactform .checkoutRight,
    .sendyourquerywrap .form-selectelement.checkoutRight,
    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-element.checkoutRight {
        width: 49%;
        float: right
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-payment-method-wrap .form-element {
        width: 49%;
        float: left
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-payment-method-wrap .form-element:last-child {
        float: right
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left {
        float: left;
        margin: 15px 0 0
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container {
        display: block;
        position: relative;
        margin-bottom: 12px;
        cursor: pointer;
        color: #5f5f5f;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container .shipping-name {
        padding-left: 30px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container .rdiochklabel {
        width: auto;
        font-size: 16px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container input:checked.checkmark {
        background-color: #2196f3
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container input:checked.checkmark:after {
        display: block
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container .checkmark {
        position: absolute;
        top: -4px;
        left: 0;
        height: 22px;
        width: 22px;
        border: 1px solid #bbb
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .checkbox-checkout-form .checkbox-checkout-form-left .container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg)
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation {
        width: 48%;
        float: left;
        border: 1px solid #e3e3e3;
        padding: 25px 20px;
        margin-bottom: 30px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head {
        width: 100%;
        float: left;
        margin-bottom: 20px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head img {
        width: 35px;
        float: left;
        margin-right: 10px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head h5 {
        font-size: 15px;
        float: left;
        color: var(--c-lightblue);
        margin: 0;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 22px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head h5 br {
        display: none
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head .btn-edit {
        float: right;
        font-size: 15px;
        text-transform: capitalize;
        line-height: normal;
        padding-bottom: 3px;
        color: #262626;
        border-bottom: 1px solid currentColor
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head .btn-edit:hover {
        color: var(--c-lightblue)
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .head h5 br {
        display: inline-block
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist {
        width: 100%;
        float: left
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul {
        width: 100%;
        float: left;
        margin-bottom: 0
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li {
        list-style: none;
        width: 100%;
        float: left;
        margin: 0 0 12px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li:last-child {
        margin-bottom: 0
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .left {
        width: 150px;
        margin: 0;
        opacity: .75
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .left b {
        font-weight: 400;
        float: right
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .right {
        padding-left: 20px;
        width: calc(100% - 150px);
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .left,
    .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .right {
        float: left;
        font-size: 15px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right {
        width: calc((100% - 100px)/ 2);
        float: right
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .allForm {
        margin-top: 10px;
        font-size: 16px
    }

    .form-radio-element {
        margin: 0 0 30px
    }

    .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
        margin: 0 0 97px
    }

    .allForm .form-rdiochk .rdiochklabel a {
        color: var(--c-lightblue)
    }

    .npproduct {
        background: var(--c-lightblue);
        text-align: center;
        padding: 20px;
        border-radius: 4px;
        color: #fff;
        text-transform: capitalize;
        font-size: 16px;
        margin: 100px 0;
        width: 100%;
        grid-area: 1/3
    }

    .pageerror {
        font-size: 70px;
        font-weight: 300;
        color: #fff;
        line-height: 140px
    }

    .staticpagecontent p {
        line-height: 30px;
        font-size: 16px;
        font-weight: 400
    }

    .staticpagecontent h2.title {
        font-weight: 500;
        text-transform: uppercase;
        color: var(--c-lightblue);
        margin: 0 0 25px;
        font-size: 22px
    }

    .staticpagecontent h4 {
        font-weight: 500;
        margin: 0 0 20px;
        border-bottom: 1px solid #e3e3e3;
        padding: 0 0 10px;
        font-size: 17px;
        color: #444;
        line-height: 30px
    }

    .noborder {
        border: none !important
    }

    .fullwidthbanner {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .contactform {
        width: 100%;
        float: left
    }

    .regoffice {
        width: 32%;
        float: right;
        border: none;
        margin: 0;
        margin-left: 2%
    }

    .regoffice h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        text-align: left;
        margin: 0 0 35px
    }

    .regoffice .locatorbox {
        width: calc(100% - 2px);
        float: left;
        border: 1px solid #dbdbdb
    }

    .regoffice .locatorbox .info {
        min-height: auto
    }

    .regoffice .locatorbox .storeTiming .allTiming .part {
        width: 100%
    }

    .about_top h4 {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        border-bottom: 1px solid #e3e3e3;
        padding: 0 0 30px;
        color: #444
    }

    .about_bottom {
        padding: 40px 0 0 0
    }

    .about_bottom h2 {
        margin: 0 0 50px;
        text-transform: capitalize;
        font-size: 22px;
        font-weight: 500;
        width: 100%;
        float: left
    }

    .whychoosebox {
        width: 100%;
        float: left;
        border-bottom: 1px solid #e3e3e3;
        padding: 0 0 30px;
        margin: 0 0 30px;
        display: flex;
        align-items: flex-start
    }

    .whychooseleft span {
        background: red
    }

    .whychoosebox .whychooseright {
        float: right;
        padding-left: 40px;
        line-height: 28px
    }

    .whychooseright h3 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
        font-weight: 500;
        color: var(--c-lightblue)
    }

    .whychooseright p {
        font-size: 16px;
        font-weight: 400
    }

    .whychooseleft figure {
        background: var(--c-lightblue);
        width: 150px;
        height: 150px;
        border-radius: 50%;
        padding: 40px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .whychoosebox.even .whychooseleft {
        float: right;
        text-align: right
    }

    .sendyourquerywrap {
        width: 100%;
        float: left
    }

    .portfolio_list .container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        grid-gap: 10px
    }

    .portfolio_list .item {
        float: left;
        padding: 10px;
        border: 1px solid #ececec;
        box-shadow: 0 0 10px #0000001a
    }

    .portfolio_list .item:hover {
        box-shadow: 0 0 8px #0003
    }

    .portfolio_list .item figure {
        opacity: .9;
        transition: .3s
    }

    .portfolio_list .item:hover figure {
        opacity: 1
    }

    .affordabilityblock {
        text-align: center
    }

    .sendyourquerywrap select {
        width: 100% !important
    }

    ul.trainingrightlisting {
        width: 100%;
        float: left
    }

    ul.trainingrightlisting li {
        padding: 12px 10px 12px 40px;
        line-height: 31px;
        border: 1px solid #ececec;
        position: relative
    }

    ul.trainingrightlisting li:not(:last-child) {
        margin-bottom: 15px
    }

    ul.trainingrightlisting li::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/icons/greentick.svg) no-repeat left center;
        background-size: 20px;
        left: 10px;
        top: 17px
    }

    .note {
        padding: 15px 15px 5px;
        width: 100%;
        float: left;
        margin: 25px 0 0 0;
        background: #f7f7f7;
        border-radius: 4px;
        color: #444;
        line-height: 22px
    }

    .note p {
        margin: 0 0 10px
    }

    .customerblock {
        width: 49%;
        background: #f7f7f7;
        text-align: center;
        border: 1px solid #ececec
    }

    .customerblock.left {
        float: left
    }

    .customerblock.right {
        float: right
    }

    .customerblock .info {
        background: var(--c-lightblue);
        padding: 20px
    }

    .customerblock a {
        color: #fff;
        font-size: 18px;
        text-transform: capitalize
    }

    .customerblock a:hover .info {
        background-color: var(--c-lightgreen)
    }

    .feedbackcheckboxwrap {
        padding: 15px 0 0 0
    }

    .feedbackcheckbox {
        width: auto !important;
        padding: 0 25px 0 0 !important
    }

    .multiplecheckbox {
        width: 100%;
        float: left;
        padding: 4px 0
    }

    .multiplecheckbox h4 {
        font-weight: 500;
        margin: 20px 0 7px 0
    }

    @media screen and (max-width:1440px) {
        .owl-theme .owl-nav {
            z-index: 999 !important
        }

        .sysme_bannerwrap article {
            width: 26%
        }

        .sysme_bannerwrap .sliderthumb {
            width: 74%
        }

        .box.one .infos,
        .box.two .infos {
            padding-left: 20px
        }

        .sysme_homethreeboxes .box.three .infos .premservice h3 {
            font-size: 22px;
            margin: 15px 0 10px
        }

        .box.two .shopnow {
            position: relative;
            right: auto;
            bottom: 0;
            padding: 0 0 0 20px
        }

        .insidebanners .thumbnail {
            width: 50%
        }

        .insidebanners article h1 {
            margin: 0 0 25px
        }
    }

    @media screen and (max-width:1360px) {
        .insidebanners article {
            width: calc(40% - 40px)
        }
    }

    @media screen and (max-width:1240px) {
        .sysme_bannerwrap article {
            width: 35%
        }

        .sysme_bannerwrap .sliderthumb {
            width: 65%
        }

        .sysme_bannerwrap {
            padding: 100px 0 20px
        }

        .listingmidbanner article {
            padding: 20px 30px
        }

        .listingmidbanner article .header2 {
            font-size: 35px;
            line-height: 40px
        }

        .addtocart_action .action_right {
            float: left;
            text-align: left
        }

        .product-color {
            padding: 0 20px 0 0
        }

        .product-price span.price {
            margin-right: 30px
        }

        .cable-config span,
        .key_specifications .headsection h2,
        .pinCodeVerification span,
        .product-color>span,
        .product_details_bottomwrap .headsection h2 {
            font-size: 17px;
            font-weight: 500
        }
    }

    @media screen and (max-width:1080px) {
        .sysme_bannerwrap article h1 {
            margin: 0 0 20px;
            line-height: 40px;
            font-size: 30px
        }

        .sysme_bannerwrap article h2 {
            font-size: 20px;
            margin: 0 0 20px
        }

        .mycart {
            padding: 0 0 0 28px;
            margin: 0 0 0 10px
        }

        .myaccount {
            padding: 0 0 0 28px
        }

        .sysme_homethreeboxes .box.three .infos .premservice {
            width: calc(80% - 20px);
            padding: 0 0 0 20px
        }

        .sysme_homethreeboxes .box.three .infos .premservice h3 {
            font-size: 20px;
            margin: 10px 0
        }

        .insidebanners article h4 {
            margin: 0 0 15px
        }

        .insidebanners article h1 {
            font-size: 32px
        }

        .product_details_bottomwrap .product_desc_wrapper.full_view table {
            min-width: 1000px
        }
    }

    @media screen and (max-width:980px) {
        .filterwrap .dropdown {
            margin: 0 10px 0 0
        }

        .listingmidbanner article .header2 {
            font-size: 30px;
            line-height: 36px
        }

        .sysme_homethreeboxes .box.three .infos .premservice h3 {
            font-size: 18px
        }
    }

    .loading {
        position: fixed;
        z-index: 9999999;
        height: 2em;
        width: 2em;
        overflow: show;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7)
    }

    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0
    }

    .loading:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -.5em;
        -webkit-animation: spinner 1.5s infinite linear;
        animation: spinner 1.5s infinite linear;
        border-radius: .5em;
        -webkit-box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .5) -1.5em 0 0 0, rgba(0, 0, 0, .5) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0;
        box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .75) -1.5em 0 0 0, rgba(0, 0, 0, .75) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0
    }

    @-webkit-keyframes spinner {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    @keyframes spinner {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    .sysme-payment-step .order-summery-msg-wrapper {
        margin: 0 0 40px 0
    }

    .sysme-payment-step .order-summery-msg-wrapper .order-summery-msg {
        width: 100%;
        float: left
    }

    .sysme-payment-step .order-summery-msg-wrapper .order-summery-msg .order-summery-msg-left {
        width: 80px;
        margin: auto
    }

    .sysme-payment-step .order-summery-msg-wrapper .order-summery-msg .order-summery-msg-left img {
        max-width: 100%
    }

    .sysme-payment-step .order-summery-table .order-summery-table-wrapper {
        border: 1px solid #e3e3e3;
        margin: 0 0 30px 0
    }

    .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main:last-child {
        border-bottom: none
    }

    .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header.red-bg {
        background: #323232
    }

    .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left {
        width: 65%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .sysme-payment-step .order-summery-table .order-summery-table-wrapper.common-order-table .order-table-header-main .order-table-header .order-table-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between
    }

    .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right {
        width: 35%;
        float: left;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }

    .display-none {
        display: none
    }

    .brdr-left {
        border-left: 1px solid #000 !important
    }

    .brdr-right {
        border-left: 1px solid #000 !important
    }

    .bdrbtm:not(:last-child) {
        border-bottom: 1px solid #e3e3e3
    }

    .red-bg .order-table-left-cell {
        width: 100%
    }

    .red-bg .order-table-left-cell p {
        width: 100%;
        padding: 0 15px
    }

    .red-bg .order-table-right-cell p {
        text-align: center !important
    }

    .pricediscount {
        width: 100%;
        float: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        margin: 0;
        font-size: 17px !important;
        font-weight: 500 !important;
        padding: 0 !important;
        color: inherit !important
    }

    .pricediscount:not(:last-child) {
        border-bottom: 1px solid #e3e3e3
    }

    .pricediscount .prcdscound {
        width: 82.55%;
        text-align: right;
        float: left;
        border-right: 1px solid #e3e3e3;
        padding: 15px
    }

    .pricediscount .amount {
        width: 17.4%;
        text-align: right;
        float: left;
        padding: 15px
    }

    .pricediscount .prcdscound p {
        margin-bottom: 0
    }

    .pricediscount .amount p {
        margin-bottom: 0
    }

    .ttlhdr {
        background-color: var(--c-dark);
        color: #fff
    }

    .ttlhdr .pricediscount span {
        font-size: 19px !important
    }

    .billingshipping_dtls {
        width: 100%;
        float: left;
        margin-top: 30px
    }

    .billingshipping_dtls .billdtls {
        width: 48%;
        float: left;
        border-top: 1px solid #323232
    }

    .billingshipping_dtls .shipping_dtls {
        width: 48%;
        float: right;
        border-top: 1px solid #323232
    }

    .bill-ngHdr {
        background-color: #323232;
        padding: 15px 20px;
        color: #fff
    }

    .bill-ngHdr p {
        margin-bottom: 0
    }

    .billdtls .dtls {
        width: 100%;
        float: left;
        border: 1px solid #e3e3e3
    }

    .billdtls .dtls .dta {
        width: 60%;
        float: right;
        padding: 15px;
        border-left: 1px solid #e3e3e3
    }

    .billdtls .dtls .ttl {
        padding: 15px;
        width: 29%;
        float: left
    }

    .billdtls .dtls p {
        margin-bottom: 0;
        float: left;
        width: 100%
    }

    .billdtls .dtls p:not(:last-child) {
        border-bottom: 1px solid #e3e3e3
    }

    .btn_cntr {
        width: 100%;
        float: left;
        margin-top: 50px;
        text-align: center;
        margin-bottom: 10px
    }

    .pdId {
        color: var(--c-lightblue)
    }

    .cng_sry h2 {
        font-size: 30px;
        margin: 20px 0
    }

    .cng_sry p {
        font-size: 16px;
        line-height: 30px
    }

    .cng_sry {
        text-align: center;
        margin-top: 70px !important
    }

    .failed_ordr .btn_cntr {
        margin-top: 0
    }

    .failed_ordr .order-summery-msg-wrapper {
        margin-bottom: 0 !important
    }

    .nomore {
        float: left;
        width: 100%;
        text-align: center;
        margin: 0 0 50px 0
    }

    .alertify .ajs-body {
        min-height: auto
    }

    .alertify .ajs-dimmer {
        z-index: 99999 !important
    }

    .alertify .ajs-modal {
        z-index: 99999 !important
    }

    .alertify .ajs-dialog {
        border: none
    }

    .alertify .ajs-body .ajs-content {
        padding: 0
    }

    .alertify .ajs-footer .ajs-buttons {
        text-align: center !important;
        float: none !important;
        clear: none !important;
        display: inline-block !important
    }

    body .alertify .ajs-body {
        min-height: auto;
        margin-bottom: 24px
    }

    body .alertify .ajs-body .ajs-content {
        padding: 0;
        text-align: center
    }

    .alertify .ajs-footer {
        text-align: center
    }

    .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
        border: 1px solid var(--c-lightblue);
        color: #fff !important;
        background-color: var(--c-lightblue);
        font-weight: 400
    }

    .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:focus {
        outline: 0
    }

    .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-cancel {
        border: 1px solid #000;
        color: #000;
        font-weight: 400
    }

    .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
        margin: 14px !important
    }

    .alertify .ajs-header {
        border-radius: 0 !important;
        background-color: var(--c-lightblue) !important;
        color: #fff !important;
        font-size: 18px;
        display: none
    }

    .alertify .ajs-commands button.ajs-close {
        position: relative;
        background-image: none !important
    }

    .alertify .ajs-commands button.ajs-close:after {
        content: "";
        position: absolute;
        top: 9px;
        left: 4px;
        width: 15px;
        height: 2px;
        background: #fff;
        display: inline-block;
        transition: .3s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .alertify .ajs-commands button.ajs-close:before {
        content: "";
        position: absolute;
        top: 9px;
        left: 4px;
        width: 15px;
        height: 2px;
        background: #fff;
        display: inline-block;
        transition: .3s;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .alertify .ajs-dimmer {
        opacity: .9 !important
    }

    .center-cont {
        width: 100%;
        float: left;
        text-align: center
    }

    .center-cont a {
        background: var(--c-lightblue);
        color: #fff;
        text-transform: uppercase;
        border-radius: 4px;
        line-height: 50px;
        display: inline-block;
        padding: 0 30px;
        font-weight: 500;
        transition: .3s
    }

    .center-cont a:hover {
        background: var(--c-lightblue)
    }

    #search_keyword-error {
        display: none
    }

    .sysme-useprofile {
        width: 100%;
        float: left
    }

    .sysme-useprofile .sysme-quicknav {
        width: 22%;
        float: left;
        border: 1px solid #e3e3e3;
        font-size: 18px;
        color: #5d5d5d
    }

    .sysme-useprofile h5 {
        color: var(--c-lightblue);
        font-weight: 400;
        padding: 15px 15px;
        margin: 0;
        font-size: 18px;
        font-weight: 500
    }

    .sysme-useprofile .sysme-quicknav img {
        vertical-align: middle;
        margin-right: 10px
    }

    .sysme-useprofile .sysme-quicknav ul {
        width: 100%;
        float: left;
        font-size: 16px
    }

    .sysme-useprofile .sysme-quicknav ul li {
        list-style: none;
        width: 100%;
        float: left;
        color: inherit
    }

    .sysme-useprofile .sysme-quicknav ul li:not(:last-child) {
        border-bottom: 1px solid #e3e3e3
    }

    .sysme-useprofile .sysme-quicknav ul li a.navactive,
    .sysme-useprofile .sysme-quicknav ul li a:hover {
        color: var(--c-lightblue)
    }

    .sysme-useprofile .sysme-quicknav ul li a {
        display: block;
        color: inherit;
        -webkit-transition: .5s;
        transition: .5s;
        font-weight: 400
    }

    .sysme-useprofile .sysme-quicknav ul li>a {
        padding: 15px 15px 15px 60px
    }

    .sysme-useprofile .sysme-quicknav ul li a:hover {
        color: var(--c-lightblue)
    }

    .sysme-useprofile .sysme-quicknav h5 {
        background-color: var(--c-lightblue);
        color: #fff
    }

    .sysme-useprofile .sysme-quicknav h5 img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

    .contactdiv {
        width: 100%;
        float: left;
        padding: 15px 15px 15px 60px;
        font-weight: 400;
        line-height: 24px
    }

    .contact-span {
        padding: 10px 15px;
        background: var(--c-lightblue);
        float: left;
        width: 100%
    }

    .contactdiv p {
        margin-bottom: 0
    }

    .sysme-useprofile .sysme-userprofileRight {
        width: 75%;
        float: right
    }

    .sysme-useprofile .sysme-userprofileRight .pageTitle {
        width: 100%;
        float: left;
        color: #3e320f;
        font-size: 25px;
        margin: 0;
        font-weight: 500
    }

    .sysme-useprofile .sysme-userprofileRight .pageTitle i {
        font-style: inherit;
        color: #3e320f
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo {
        width: 100%;
        float: left;
        margin: 30px 0;
        border: 1px solid #e3e3e3;
        padding: 30px
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo li {
        width: 100%;
        float: left;
        color: #363636;
        list-style: none;
        font-weight: 500
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo li span:first-child {
        opacity: .5
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo li:not(:last-child) {
        margin-bottom: 15px
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo li span {
        width: 200px;
        float: left;
        color: #000
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo li span:first-child {
        width: 200px
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo li span:last-child {
        width: calc(100% - 220px);
        float: right;
        font-weight: 400
    }

    /* .my_accountpage .btn {
        text-transform: uppercase
    } */

    .btn-grey {
        background-color: #7e7e7e;
        display: inline-block;
        border: none;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo .allForm .fam {
        margin-bottom: 30px;
        color: #363636
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo .allForm .form-element-select-profile {
        width: 48%;
        float: left
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo .allForm .form-element-select-profile:nth-child(even) {
        float: right
    }

    .sysme-useprofile .sysme-userprofileRight .userInfo .allForm .form-btn.sysme-cover {
        float: right
    }

    .allForm .form-element.form-selectelement:not(.hasValueall):not(.hasFocusall) select {
        color: #fff
    }

    .allForm .form-element.form-selectelement .select-label {
        position: absolute;
        top: 13px;
        left: 15px;
        color: #3b3b3b;
        font-weight: 400;
        pointer-events: none;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 15px
    }

    .userInfo .allForm .form-element.form-selectelement select.form-field {
        height: 50px;
        line-height: normal
    }

    .form-selectelement .hasFocusall:after,
    .form-selectelement .hasValueall:after {
        width: auto !important;
        height: auto !important
    }

    .centerMsg {
        text-align: center;
        margin-bottom: 40px
    }

    .centerMsg p {
        font-size: 17px;
        margin-top: 20px;
        line-height: 23px
    }

    .sysme-useprofile .sysme-orderhistory {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sysme-orderhistory .sysme-orderhistoryItem {
        width: 49%;
        float: left;
        border: 1px solid #e3e3e3;
        padding: 20px;
        margin-bottom: 20px;
        position: relative
    }

    /* .sysme-orderhistory .sysme-orderhistoryItem .btn {
        float: right;
        font-size: 14px;
        background-color: transparent;
        padding: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        color: var(--c-black);
        font-weight: 500;
        border-bottom: 1px solid;
        border-radius: 0;
        padding-bottom: 3px
    } */

    .sysme-orderhistory .sysme-orderhistoryItem .btn:hover {
        color: var(--c-lightblue);
        background-color: inherit
    }

    .sysme-orderhistory .sysme-orderhistoryItem:nth-child(even) {
        float: right
    }

    .sysme-orderhistory .sysme-orderhistoryItem .orderID {
        width: 100%;
        float: left;
        font-size: 16px;
        margin-bottom: 22px;
        padding: 0
    }

    .sysme-orderhistory .sysme-orderhistoryItem .orderDate {
        float: left;
        margin-bottom: 10px;
        font-size: 14px;
        color: #696969
    }

    .sysme-orderhistory .sysme-orderhistoryItem .orderAmount {
        width: auto;
        float: left;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 6px
    }

    .sysme-orderhistory .sysme-orderhistoryItem .orderAmount span {
        font-size: 14px;
        font-weight: 400
    }

    .sysme-orderhistory .sysme-orderhistoryItem .orderdtlsbtn {
        width: auto;
        float: right;
        padding: 8px 14px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: .5s;
        transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s
    }

    .sysme-orderhistory .sysme-orderhistoryItem span.tag {
        position: absolute;
        bottom: 20px;
        right: 20px;
        border-radius: 20px;
        padding: 6px 15px;
        font-size: 14px;
        line-height: normal;
        font-weight: 400
    }

    .sysme-orderhistory .sysme-orderhistoryItem span.tag-received {
        background: #0ae37f;
        color: #fff
    }

    .sysme-orderhistory .sysme-orderhistoryItem span.tag-cancelled {
        background: #d93d3d;
        color: #fff
    }

    .sysme-orderhistory .sysme-orderhistoryItem span.tag-new {
        background: #00ccd9;
        color: #fff
    }

    .sysme-orderhistory .sysme-orderhistoryItem span.tag-shipped {
        background: #eb5b48;
        color: #fff
    }

    ol.progtrckr {
        list-style: none;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start
    }

    ol.progtrckr::after,
    ol.progtrckr::before {
        content: '';
        width: 16%;
        border-bottom: 4px solid #fff;
        position: absolute;
        z-index: 1
    }

    ol.progtrckr::before {
        left: 0;
        bottom: 0
    }

    ol.progtrckr::after {
        right: 0;
        bottom: 0
    }

    ol.progtrckr li {
        position: relative;
        text-align: center;
        width: 33.3%;
        padding-bottom: 25px;
        float: left;
        font-size: 17px;
        color: #4c4c4c
    }

    ol.progtrckr li:before {
        content: '';
        width: 15px;
        height: 15px;
        border-radius: 50%;
        color: #fff;
        position: absolute;
        bottom: -7.5px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 11
    }

    ol.progtrckr li:last-child:after {
        content: '';
        width: 50%;
        border-bottom: 4px solid #fff;
        position: absolute;
        bottom: -4px;
        right: 0
    }

    ol.progtrckr li.progtrckr-done:before {
        background-color: var(--c-lightgreen)
    }

    ol.progtrckr li.progtrckr-todo:before {
        background-color: #a5d2c4
    }

    ol.progtrckr li.progtrckr-done {
        border-bottom: 4px solid var(--c-lightgreen)
    }

    ol.progtrckr li.progtrckr-todo {
        border-bottom: 4px solid #a5d2c4
    }

    ol.progtrckr li p {
        margin-bottom: 0;
        margin-top: 1px;
        opacity: .7;
        color: #000;
        line-height: 35px
    }

    .trkpdng {
        width: 100%;
        float: left
    }

    .track_order {
        width: 100%;
        float: left;
        margin-top: 30px
    }

    .intransit {
        width: 100%;
        float: left
    }

    .intransit h5 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        color: #383838;
        border-bottom: 1px solid #e3e3e3;
        padding: 15px 20px
    }

    .intransit p span {
        color: var(--c-lightblue)
    }

    .backtorder {
        margin-top: 28px
    }

    .sysme-InnerPageTitle {
        float: left;
        width: 100%;
        padding: 40px 0
    }

    .sysme-InnerPageTitle .title {
        width: 100%;
        float: left;
        text-align: center;
        color: #3e320f;
        font-size: 30px;
        margin: 0
    }

    .sysme-InnerPageTitle .title i {
        font-style: inherit;
        color: var(--c-lightblue)
    }

    .sysme-InnerPageTitle .txt {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-family: inherit;
        line-height: 30px;
        margin-bottom: 25px;
        margin-top: 20px
    }

    .sysme-InnerPageTitle .txt:last-child {
        margin-bottom: 0
    }

    .sysme-AllForm {
        float: left;
        margin-bottom: 40px
    }

    .sysme-AllForm .allFormBG {
        width: 100%;
        float: left
    }

    label.fInfo {
        line-height: 22px
    }

    .sysme-AllForm .allFormBG .allForm .form-rdiochk .rdiochklabel {
        font-size: 15px
    }

    .sysme-AllForm .allFormBG .allForm .form-element {
        width: 49%
    }

    .sysme-AllForm .allFormBG .allForm .form-element.fullW {
        width: 100%
    }

    .sysme-AllForm .allFormBG .allForm .form-element:nth-child(even) {
        float: right
    }

    .sysme-AllForm .allFormBG .allForm .form-element.form-elementfile {
        float: left
    }

    .sysme-AllForm .allFormBG .allForm .form-element.form-elementfile p {
        margin-bottom: 0
    }

    .sysme-AllForm .allFormBG .allForm .form-flexsb {
        width: 48%;
        float: right
    }

    .sysme-AllForm .allFormBG .allForm .form-flexsb .form-btnelement {
        width: auto;
        margin-left: 20px
    }

    .sysme-AllForm .allFormBG .allForm .form-flexsb .form-btnelement .btn {
        background: var(--c-lightblue);
        color: #fff;
        font-size: 16px;
        width: auto;
        float: right;
        text-transform: uppercase;
        border: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

    .sysme-AllForm .allForm .form-element.form-elementCaptcha b {
        font-weight: 400;
        font-size: 18px;
        margin-right: 5px
    }

    .sysme-AllForm .allForm .form-element.form-elementfile label {
        float: left;
        width: 100%;
        margin: 0;
        height: 45px;
        line-height: 45px;
        color: #5f5f5f;
        padding-left: 45px;
        font-size: 16px;
        overflow: hidden;
        background-image: url(../images/icons/upload.svg);
        background-repeat: no-repeat;
        background-position: 15px;
        background-size: 26px;
        border-radius: 6px
    }

    .wrap_404 {
        float: left;
        width: 100%;
        text-align: center;
        padding: 5.5px
    }

    .text-center {
        text-align: center !important
    }

    .r_404 .pgTitle {
        color: #c3c3c3;
        font-size: 200px;
        font-weight: 300;
        line-height: 200px;
        margin: 0
    }

    .r_404 .ldesc {
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 12px;
        padding-bottom: 0
    }

    .r_404 .desc {
        line-height: 26px;
        margin-bottom: 15px
    }

    .back_tohome {
        color: var(--c-lightblue);
        position: relative;
        padding-left: 16px
    }

    .back_tohome:before {
        position: absolute;
        top: 3px;
        left: 4px;
        content: "\f104";
        line-height: 10px;
        font-family: FontAwesome;
        font-size: 18px;
        -webkit-transition: .5s;
        transition: .5s
    }

    .r_404 .pgTitle span {
        color: var(--c-lightblue)
    }

    .back_tohome:hover:before {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    @media(max-width:760px) {
        .r_404 .pgTitle {
            font-size: 120px;
            line-height: normal
        }

        .r_404 .ldesc {
            font-size: 20px
        }
    }

    ul.ui-menu {
        max-height: 365px !important
    }

    .fl-error {
        float: left;
        padding: 10px 15px;
        font-size: 14px;
        width: calc(100% - 30px);
        color: #bf0000;
        background-color: #ffdbda;
        border-color: #f96c5c
    }

    .order-details-table {
        width: 100% !important
    }

    .order-details-table .order-summery-table-wrapper .order-table-header-main .order-table-header.red-bg {
        background-color: var(--c-lightblue);
        color: #fff
    }

    .order-details-table .order-summery-table-wrapper .order-table-header-main .order-table-header.red-bg p {
        margin-bottom: 0
    }

    .order-details-table .common-order-table {
        width: 100%;
        float: left
    }

    .order-details-address {
        width: 48.5%;
        float: left;
        border: 1px solid #e3e3e3
    }

    .order-details-table .order-details-address:nth-last-child(1) {
        float: right
    }

    .order-details-address .delivery-summery-deails-header {
        width: 100%;
        float: left;
        background-color: #7b7b7b;
        color: #fff
    }

    .order-details-address .delivery-summery-deails-header p {
        margin: 0;
        text-transform: uppercase;
        padding: 15px
    }

    .order-details-address .delivery-summery-address {
        width: 100%;
        float: left
    }

    .sysme-customerinfolist-ordrDtls {
        float: left;
        width: 100%;
        padding: 15px
    }

    .sysme-customerinfolist-ordrDtls ul li {
        float: left;
        width: 100%
    }

    .sysme-customerinfolist-ordrDtls ul li:not(:last-child) {
        margin-bottom: 15px
    }

    .sysme-customerinfolist-ordrDtls ul li .left {
        float: left;
        font-size: 15px;
        width: 100px !important;
        margin: 0;
        opacity: .75
    }

    .sysme-customerinfolist-ordrDtls ul li .right {
        float: left;
        font-size: 15px;
        padding-left: 20px;
        width: calc(100% - 100px);
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .order-details-address .delivery-summery-shopping {
        float: left;
        width: 100%;
        background-color: #323232;
        color: #fff
    }

    .order-details-address .delivery-summery-shopping p {
        margin: 0
    }

    .order-details-address .delivery-summery-shopping ul {
        padding: 15px
    }

    .order-details-address .delivery-summery-shopping ul {
        float: left
    }

    .order-details-address .delivery-summery-shopping ul li {
        float: left;
        width: 100%
    }

    .order-details-address .delivery-summery-shopping ul li:not(:last-child) {
        margin-bottom: 5px
    }

    .order-details-address .delivery-summery-shopping ul li .left {
        float: left;
        margin-right: 15px
    }

    .order-details-address .delivery-summery-shopping ul li .right {
        float: left
    }

    .ordr_Id {
        width: 100%;
        float: left;
        margin-top: 33px
    }

    .ordr_Id h6 {
        font-size: 20px;
        margin: 0;
        color: var(--c-lightblue);
        font-weight: 500
    }

    .order-details-right .userInfo {
        padding: 0 !important
    }

    .for_pad {
        width: 100%;
        float: left;
        border: 1px solid #e3e3e3;
        margin: 20px 0;
        padding-bottom: 35px
    }

    .full-w {
        width: 100%;
        float: left
    }

    ol.progtrckr li p span {
        line-height: 15px
    }

    ol.progtrckr li p span small {
        display: block;
        font-size: 14px
    }

    #career_form .form-flexsb .form-elementCaptcha .msg-error {
        width: 125%
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        color: #000 !important
    }

    .feedbackform .form-elementCaptcha {
        margin-right: 10px
    }

    .sysme-cover .checkbox-checkout-form-left {
        margin: 0 !important
    }

    .checkbox-checkout-form.sysme-cover .checkbox-checkout-form-left .form-rdiochk {
        margin-bottom: 0 !important
    }

    .sysme-payment-left .checkout-form .allForm .sysme-cover {
        margin-left: 0
    }

    .sysme-payment-left .checkout-form .allForm .sysme-cover .btn {
        margin-top: 30px
    }

    .sysme-payment-left .checkout-form .allForm .sysme-cover#shipping_div {
        margin-top: 40px
    }

    .checkout3_form .sysme-cover {
        width: 100%
    }

    .contactformwrap .contactform,
    .training_form .contactform {
        width: 66%;
        float: left
    }

    .fullW {
        width: 100%;
        float: left
    }

    .order-table-left a:hover .proName,
    .payment-product-box .proName a:hover,
    .payment-product-box a:hover .proName,
    .productlistings .item a:hover .product-name {
        color: var(--c-lightblue) !important
    }

    .cell-totalPrice {
        flex-grow: 1;
        width: 50%
    }

    .cell-netPrice {
        flex-grow: 1;
        width: 50%
    }

    .cell-qty {
        width: 200px
    }

    .cell-del {
        width: 60px
    }

    .text-center {
        text-align: center !important
    }

    .my_accountpage .staticheader {
        padding-bottom: 0;
        margin-top: -6px
    }

    .order-table-right .order-table-right-cell {
        padding: 15px;
        border-left: 1px solid #e3e3e3;
        height: 100%;
        display: flex;
        flex-direction: row;
        float: left
    }

    .order-table-right .order-table-right-cell:not(.cell-netPrice):not(.cell-totalPrice) {
        justify-content: center;
        align-items: center
    }

    .order-table-right .order-table-right-cell.cell-netPrice,
    .order-table-right .order-table-right-cell.cell-totalPrice {
        justify-content: flex-end;
        align-items: center
    }

    .order-table-left-cell .proName {
        font-weight: 500
    }

    .order-table-right-cell p {
        margin-bottom: 0
    }

    .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item {
        padding: 0
    }

    .ui-datepicker .ui-state-active {
        color: #fff
    }

    .ui-menu .ui-menu-item {
        width: 33.33%;
	    border-right: 1px solid #f1f1f1;
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        width: 100%;
        min-height: 80px;
        display: flex;
        align-items: center
    }

    .ui-widget.ui-widget-content.ui-autocomplete {
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
        max-width: 1300px;
        margin-top: 20px
    }

    ul.ui-menu.ui-autocomplete li.ui-menu-item .tag_prd span.tg {
        width: auto;
        line-height: normal;
        color: #fff !important;
        position: absolute;
        top: 5px;
        right: 5px;
        left: auto;
        background-color: var(--c-lightblue) !important;
        font-size: 12px;
        padding: 3px 5px
    }

    ul.ui-menu.ui-autocomplete li.ui-menu-item span {
        font-weight: 500 !important;
        color: inherit;
        font-size: 12px;
        line-height: 20px;
        width: calc(100% - 154px);
    }

    /* .btn-black,
    .btn-blue,
    .btn-dark,
    .btn-gray,
    .btn-grn,
    .btn-lightblue {
        padding: 15px 30px;
        font-size: 18px;
        font-weight: 500;
        color: #fff !important;
        border: 1px solid currentColor;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px
    } */

    .btn-grn {
        background-color: var(--c-lightgreen);
        opacity: 1
    }

    .btn-grn:hover {
        background-color: var(--c-green)
    }

    .btn-gray {
        background-color: #7f7f7f
    }

    .btn-gray:hover {
        background-color: var(--c-lightgreen)
    }

    .btn-blue,
    .btn-lightblue {
        background-color: var(--c-lightblue)
    }

    .btn-blue:hover,
    .btn-lightblue:hover {
        background-color: var(--c-lightgreen)
    }

    /* .btn-black,
    .btn-dark:hover {
        background-color: var(--c-black)
    } */

    .btn-black:hover,
    .btn-dark {
        background-color: var(--c-dark);
        color: #fff
    }

    .btn.btn-outline {
        color: var(--c-black);
        border: 1px solid var(--c-black);
        background-color: transparent;
        font-weight: 400
    }

    .btn.btn-outline:hover {
        background-color: var(--c-lightgreen);
        color: #fff;
        border-color: var(--c-lightgreen)
    }

    .text-center {
        text-align: center !important
    }

    .text-left {
        text-align: left !important
    }

    .text-right {
        text-align: right !important
    }

    .promotionwrap .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.5%
    }

    .promobox figure {
        width: 100%;
        float: left;
        display: flex;
        flex-direction: column
    }

    .promobox .infobox {
        padding: 25px 0;
        width: 100%;
        float: left;
        background: #fff
    }

    .promobox .infobox h3 {
        font-size: 22px;
        font-weight: 500;
        padding: 0 0 15px;
        margin: 0;
        color: #000
    }

    .promobox .infobox p {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #079c6d;
        font-weight: 500
    }

    .promobox .infobox p span {
        font-weight: 500
    }

    .promobox:nth-child(even) {
        float: right
    }

    @media screen and (max-width:600px) {
        .promobox {
            width: 100%;
            float: left
        }
    }

    .offers {
        width: 100%;
        float: left;
        margin: 20px 0
    }

    .offers p {
        font-size: 16px;
        color: #444
    }

    .offers .links {
        list-style: none
    }

    .offers .links li {
        margin-bottom: 15px;
        font-size: 16px;
        position: relative;
        padding-left: 32px
    }

    .offers .links li a {
        color: var(--c-lightblue)
    }

    .offers .links li img {
        vertical-align: bottom;
        margin-right: 8px;
        position: absolute;
        top: 0;
        left: 0
    }

    .listing_page {
        margin-top: 20px
    }

    .ofs {
        width: 100%;
        float: left;
        font-size: 20px;
        margin: 15px 0;
        padding: 0;
        color: #ff6161
    }

    .ibanner .owl-carousel .owl-dots {
        display: inline-block
    }

    .ibanner .owl-carousel button.owl-dot {
        width: 14px;
        height: 14px;
        margin: 0 5px;
        background: 0 0;
        border: 1px solid #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 14px
    }

    .ibanner .owl-carousel button.owl-dot.active {
        background-color: #fff
    }

    .ibanner .owl-carousel .owl-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        z-index: 111;
        background-color: rgba(0, 0, 0, .3);
        padding: 5px
    }

    .ibanner.mob-banner {
        display: none
    }

    .btns-container {
        width: 100%;
        float: left;
        margin-top: 30px
    }

    .btns-container>:not(:last-child) {
        margin-right: 10px
    }

    .form-divi {
        margin-top: 30px;
        width: 100%;
        float: left
    }

    .posiR {
        position: relative
    }

    .sysme-mquickContact {
        padding: 1em 0;
        margin-top: 1.5em;
        background-color: var(--c-dark);
        text-align: center
    }

    @media(min-width:761px) {
        .sysme-mquickContact {
            display: none
        }
    }

    .sysme-mquickContact h4 {
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        display: inline-block;
        margin-right: .8em
    }

    .sysme-mquickContact a {
        display: inline-block;
        color: inherit;
        font-size: 18px;
        padding-left: 28px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center left;
        font-weight: 400;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

    .sysme-mquickContact a:not(:last-child) {
        padding-right: 12px;
        border-right: 1px solid #676767;
        margin-right: 15px
    }

    .sysme-mquickContact a.ph {
        background-image: url(../images/icons/ph.svg)
    }

    .sysme-mquickContact a.email {
        background-image: url(../images/icons/email.svg)
    }

    @media(min-width:1200px) {

        .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left,
        .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left {
            width: 60%
        }

        .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right,
        .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right {
            width: 40%
        }

        .my_accountpage .pricediscount .amount,
        .order-success-failed .pricediscount .amount {
            width: 20.4%
        }

        .my_accountpage .pricediscount .amount {
            width: 54.3%
        }
    }

    @media(max-width:1500px) {

        .contactdiv,
        .sysme-useprofile .sysme-quicknav ul li>a {
            padding: 15px
        }

        .sysme-useprofile .sysme-quicknav ul {
            font-size: 15px
        }
    }

    @media(max-width:1400px) {
        .productcode {
            font-size: 14px
        }

        .product-description h1 {
            font-size: 23px
        }

        .product-price {
            margin-top: 20px
        }

        .product-price span.price {
            font-size: 26px
        }

        .offers {
            margin-top: 25px
        }

        .pinCodeVerification {
            margin: 20px 0
        }

        .product-configuration {
            padding-top: 0
        }

        .breadcrumb {
            padding: 15px 0
        }

        /* .btn-black,
        .btn-blue,
        .btn-dark,
        .btn-gray,
        .btn-grn,
        .btn-lightblue {
            padding: 15px 25px;
            font-size: 16px;
            font-weight: 500
        } */

        .btn-cart img {
            width: 22px !important
        }

        .product_left>figure {
            margin-top: 15px
        }

        .product_left .action_left {
            margin-top: 15px
        }

        .related_products {
            padding-top: 30px
        }

        #emptyCart p,
        #pagenotfound p {
            margin-bottom: 0
        }

        #emptyCart .img-container {
            margin-bottom: 0
        }

        #emptyCart h4 {
            margin-bottom: 20px
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .left {
            width: auto
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li .right {
            width: 100%;
            padding-left: 0;
            margin-top: 8px
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation .sysme-customerinfolist ul li {
            margin-bottom: 20px
        }
    }

    @media(max-width:1200px) {
        .ui-widget.ui-widget-content.ui-autocomplete {
            width: 100%;
            max-width: none;
            left: 0 !important
        }

        .ui-menu .ui-menu-item {
            width: 33.3%
        }

        /* .btn-black,
        .btn-blue,
        .btn-dark,
        .btn-gray,
        .btn-grn,
        .btn-lightblue {
            font-size: 16px
        } */

        .sysme-payment-main-wrapper .sysme-payment-right {
            display: none
        }

        .sysme-payment-main-wrapper .sysme-payment-left {
            width: 100%
        }

        .sysme-useprofile .sysme-quicknav {
            display: none
        }

        .sysme-useprofile .sysme-userprofileRight {
            width: 100%
        }
    }

    @media(max-width:1100px) {
        .sysme-view-cart-header {
            display: none
        }

        .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left.allForm .form-rdiochk {
            display: none
        }

        .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left {
            width: 40%
        }

        .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-right {
            width: 60%
        }

        .sysme-orderhistory .sysme-orderhistoryItem {
            padding: 20px 20px 60px 20px
        }

        .sysme-orderhistory .sysme-orderhistoryItem span.tag {
            right: auto;
            left: 20px;
            bottom: 15px
        }

        .sysme-orderhistory .sysme-orderhistoryItem .btn {
            top: auto;
            bottom: 20px
        }

        .contactformwrap .contactform,
        .training_form .contactform {
            width: 100%
        }

        .regoffice {
            width: 50%;
            margin-top: 40px;
            margin-left: 0
        }

        .store_list .locatorwrap .locatorbox.onethird {
            width: 49%
        }

        .store_list .locatorwrap .locatorbox.onethird:nth-child(3n) {
            margin-right: 2%
        }

        .store_list .locatorwrap .locatorbox.onethird:nth-child(2n) {
            margin-right: 0
        }

        .store_list h2 {
            margin-top: 0
        }
    }

    @media(max-width:960px) {
        .ui-menu .ui-menu-item {
            width: 50%
        }

        .product_left {
            width: 45%
        }

        .right-column {
            width: 52%
        }

        #emptyCart p br,
        #pagenotfound p br {
            display: none
        }

        .viewcart_page .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-img {
            width: 100%
        }

        .viewcart_page .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp {
            width: 100%;
            padding-left: 0;
            margin-top: 20px
        }

        .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left {
            width: 30%
        }

        .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-right {
            width: 70%
        }

        .sysme_brands .brands-list {
            padding: 0 45px
        }

        .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left,
        .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left {
            width: 50%
        }

        .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right,
        .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right {
            width: 50%
        }

        .my_accountpage .pricediscount .amount,
        .order-success-failed .pricediscount .amount {
            width: 27%
        }

        .promotionwrap .container {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    @media(max-width:760px) {
        .nomore {
            margin-bottom: 0
        }

        .product_left {
            width: 100%;
            margin-top: 20px
        }

        .product_left>figure {
            margin-top: 25px;
            text-align: center;
            display: none
        }

        .right-column:not(.right-column-mob) .product-description {
            display: none
        }

        .right-column {
            display: block;
            width: 100%;
            float: left;
            margin-top: 20px
        }

        .product-price {
            margin-top: 0
        }

        .product_left .action_left {
            padding: 10px;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1111;
            background: #fff;
            margin: 0;
            -webkit-box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15);
            box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15)
        }

        .product_left .action_left.hide {
            opacity: 0;
            pointer-events: none
        }

        .pinCodeVerification {
            display: flex;
            align-items: center;
            flex-wrap: wrap
        }

        .btn-grn.btn-cart {
            font-size: 0
        }

        .btn-grn.btn-cart::after {
            content: 'ADDED';
            font-size: 16px;
            margin-left: 5px
        }

        .product-description h1 {
            font-size: 16px;
            margin-top: 20px;
            font-weight: 500
        }

        #emptyCart .img-container {
            margin-top: 25px
        }

        #emptyCart p,
        #pagenotfound p {
            font-size: 16px;
            line-height: 27px
        }

        .btnContainer {
            margin-top: 15px;
            margin-bottom: 30px
        }

        .order-summery-table .order-summery-table-wrapper,
        .order-summery-table .order-summery-table-wrapper .order-table-header-main {
            border: 0
        }

        .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-left {
            width: 100%
        }

        .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-header-main .order-table-header .order-table-right {
            width: 100%;
            border-top: 1px solid #e3e3e3
        }

        .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header {
            margin: 5px 0;
            border: 1px solid #e3e3e3
        }

        .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-img,
        .viewcart_page .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-img {
            width: 120px
        }

        .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp,
        .viewcart_page .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp {
            width: calc(100% - 120px);
            padding-left: 15px;
            margin-top: 0
        }

        .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-left-cell>a {
            display: flex;
            flex-direction: row;
            align-items: center
        }

        .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header.green-bg {
            display: none
        }

        .order-summery-table .order-summery-table-wrapper.view-cart-table .order-table-left-cell,
        .order-table-right .order-table-right-cell.cell-qty {
            border-left: 0;
            padding: 10px
        }

        .order-table-right-cell.cell-totalPrice {
            display: none
        }

        .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left .payment-product-descp p.proPrice {
            display: block
        }

        .order-table-right .order-table-right-cell {
            padding: 10px 12px
        }

        .order-table-right .order-table-right-cell.cell-qty {
            justify-content: flex-start
        }

        .order-table-right .order-table-right-cell:not(.cell-netPrice):not(.cell-totalPrice):not(.cell-del) {
            justify-content: flex-start
        }

        .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right .order-table-right-cell p span.price {
            font-size: 16px;
            margin-top: 5px
        }

        .order-table-right .order-table-right-cell.cell-netPrice::before,
        .order-table-right .order-table-right-cell.cell-qty::before {
            display: block;
            opacity: .75;
            margin-right: 6px;
            font-size: 13px
        }

        .order-table-right-cell.cell-qty::before {
            content: 'QTY.'
        }

        .order-table-right-cell.cell-netPrice::before {
            content: 'NET PRICE'
        }

        .order-table-right .order-table-right-cell.cell-netPrice {
            flex-direction: column;
            align-items: flex-start;
            justify-content: center
        }

        .cell-del,
        .cell-qty {
            width: auto
        }

        .order-summery-table select {
            width: auto !important;
            min-width: auto !important;
            line-height: 30px !important
        }

        .contactform .checkoutLeft,
        .contactform .checkoutRight,
        .sendyourquerywrap .form-selectelement.checkoutLeft,
        .sendyourquerywrap .form-selectelement.checkoutRight,
        .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-element.checkoutLeft,
        .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .form-element.checkoutRight {
            width: 100%
        }

        .keyspecification_infos_wrapper {
            grid-template-columns: repeat(1, 1fr);
            grid-column-gap: 10px
        }

        .product_details_bottomwrap .product_desc>ul>li {
            width: 100%
        }

        .sysme_brands .head {
            font-size: 22px
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left,
        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right {
            width: 100%
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border {
            width: 100%;
            margin: 40px 0
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::after,
        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::before {
            width: calc(50% - 50px);
            height: 1px;
            bottom: auto;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%)
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::before {
            left: 0
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .or-border::after {
            right: 0;
            left: auto
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
            margin-bottom: 10px
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form {
            margin-bottom: 30px
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout2-form-left-inner .sysme-customerinfomation {
            width: 100%
        }

        .sysme-orderhistory .sysme-orderhistoryItem {
            width: 100%;
            margin-bottom: 10px;
            padding: 15px 15px 60px 15px
        }

        .sysme-orderhistory .sysme-orderhistoryItem .orderID {
            font-size: 16px;
            margin-bottom: 10px
        }

        .order-details-address {
            width: 100%;
            margin-top: 15px
        }

        .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper {
            border: 0
        }

        .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right,
        .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-right {
            display: none
        }

        .my_accountpage .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left,
        .order-success-failed .sysme-payment-step .order-summery-table .order-summery-table-wrapper .order-table-header-main .order-table-header .order-table-left {
            width: 100%
        }

        .my_accountpage .delivery-summery-address,
        .order-success-failed .delivery-summery-address {
            border: 1px solid #e3e3e3;
            margin-top: 20px
        }

        .my_accountpage .pricediscount .prcdscound,
        .order-success-failed .pricediscount .prcdscound {
            width: 150px;
            text-align: left
        }

        .my_accountpage .pricediscount .amount,
        .order-success-failed .pricediscount .amount {
            width: calc(100% - 150px)
        }

        .my_accountpage .pricediscount .amount,
        .my_accountpage .pricediscount .prcdscound,
        .order-success-failed .pricediscount .amount,
        .order-success-failed .pricediscount .prcdscound {
            font-size: 17px
        }

        .sysme-payment-step .order-summery-msg-wrapper.cng_sry {
            margin: 40px 0 0 0 !important
        }

        .sysme-payment-step .order-summery-msg-wrapper .order-summery-msg .order-summery-msg-left {
            width: 60px
        }

        .my_accountpage .delivery-summery-deails.order-details-address .delivery-summery-address {
            border: 0;
            margin-top: 0
        }

        .my_accountpage .order-summery-table .order-summery-table-wrapper {
            margin: 0
        }

        ol.progtrckr li {
            font-size: 15px;
            font-weight: 500
        }

        ol.progtrckr li p {
            font-weight: 500
        }

        .sysme-useprofile .sysme-userprofileRight .userInfo {
            padding: 10px;
            border: 0
        }

        .sysme-useprofile .sysme-userprofileRight .userInfo .allForm .form-element-select-profile {
            width: 100%
        }

        .sysme-useprofile .sysme-userprofileRight .userInfo .allForm .fam {
            text-align: right
        }

        .regoffice {
            width: 100%
        }

        .sysme-customerinfolist-ordrDtls ul li:not(:last-child) {
            margin-bottom: 25px
        }

        .regoffice,
        .store_list .locatorwrap .locatorbox {
            margin-right: 0
        }

        .store_list .locatorwrap .locatorbox.onethird {
            width: 100%
        }

        .store_list .locatorwrap .locatorbox.onethird:nth-child(3n) {
            margin-right: 0
        }

        .store_list .locatorwrap .locatorbox.half {
            width: 100%
        }

        .store_list .locatorwrap .locatorbox:not(:last-child) {
            margin-bottom: 20px
        }

        .contactformwrap {
            padding-top: 0
        }

        .sysme-AllForm .allFormBG .allForm .form-element,
        .sysme-AllForm .allFormBG .allForm .form-flexsb {
            width: 100%
        }

        .whychooseleft figure {
            width: 100px;
            height: 100px;
            padding: 25px
        }

        .whychoosebox .whychooseright {
            padding-left: 25px
        }

        .about_top h4 {
            font-size: 16px;
            line-height: 27px
        }

        .about_bottom h2 {
            margin-bottom: 30px
        }

        .customerblock a {
            font-size: 16px
        }

        .staticpagecontent p {
            font-size: 14px;
            line-height: 26px
        }

        .whychooseright h3 {
            font-size: 18px
        }

        .social a {
            width: 50px;
            height: 50px;
            font-size: 22px;
            line-height: 48px
        }

        .social a:not(:last-child) {
            margin-right: 20px
        }

        #big {
            padding: 30px 0 0
        }
    }

    @media(max-width:600px) {
        .sysme-mquickContact h4 {
            display: none
        }

        .sysme-mquickContact span {
            display: none
        }

        .sysme-mquickContact a {
            font-weight: 500
        }

        .ibanner.desk-banner {
            display: none
        }

        .ibanner.mob-banner {
            display: block
        }

        .ui-menu .ui-menu-item {
            width: 100%
        }

        .pinCodeVerification input {
            font-size: 14px
        }

        .pinCodeVerification button {
            font-size: 16px
        }

        .pinCodeVerification .inputwrapper {
            width: 100%;
            background-position: 9px center;
            padding-left: 30px
        }

        .pinCodeVerification span {
            display: none
        }

        .order-table-left .order-table-left-cell {
            padding: 10px
        }

        .btns-container,
        .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn {
            display: grid;
            grid-template-columns: repeat(2, auto);
            grid-column-gap: 10px;
            text-align: center !important
        }

        .delivery-summery-deails .download-invoice .download-invoice-inner,
        .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn {
            width: 100%;
            text-align: center
        }

        .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn a {
            margin: 0;
            font-size: 14px
        }

        .delivery-summery-deails .download-invoice .download-invoice-inner .form-btn a br {
            display: block
        }

        .btns-container>:not(:last-child) {
            margin-right: 0
        }

        .delivery-summery-deails .total-sum h4 {
            font-size: 18px
        }

        .sysme_brands .brands-list {
            padding: 0 30px
        }

        .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li h5 {
            font-size: 14px
        }

        .sysme-payment-main-wrapper .sysme-payment-left .payment-step-wrapper .payment-option ul li h5 br {
            display: block
        }

        .sysme-payment-left .checkout-form .allForm .sysme-cover {
            width: 100%
        }

        .sysme-payment-left .checkout-form .allForm .sysme-cover>* {
            width: 100%
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .form-btn,
        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .form-btn>* {
            width: 100%
        }

        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-left .checkout-form-left-inner .forgot-pswd {
            margin-top: 0;
            margin-bottom: 20px
        }

        .my_accountpage .pricediscount .amount,
        .my_accountpage .pricediscount .prcdscound,
        .order-success-failed .pricediscount .amount,
        .order-success-failed .pricediscount .prcdscound {
            font-size: 16px
        }

        .cng_sry p span.pdId {
            display: block
        }

        .track_order {
            margin-top: 0
        }

        ol.progtrckr {
            display: block;
            padding-left: 30px;
            padding-top: 20px
        }

        ol.progtrckr li {
            width: 100%;
            text-align: left;
            padding-left: 45px
        }

        ol.progtrckr::after,
        ol.progtrckr::before {
            display: none
        }

        ol.progtrckr li:before {
            left: 0;
            top: 2px;
            bottom: auto;
            transform: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none
        }

        ol.progtrckr li.progtrckr-done,
        ol.progtrckr li.progtrckr-todo {
            border-bottom: 0
        }

        ol.progtrckr li::after {
            content: '';
            position: absolute;
            left: 7px;
            top: 3px;
            bottom: -12px;
            border-left: 1px solid transparent
        }

        ol.progtrckr li.progtrckr-done::after {
            border-left-color: var(--c-lightgreen)
        }

        ol.progtrckr li.progtrckr-todo::after {
            border-left-color: #a5d2c4
        }

        ol.progtrckr li:last-child::after,
        ol.progtrckr li:only-child::after {
            display: none
        }

        .for_pad {
            padding-bottom: 0
        }

        .intransit h5 {
            font-size: 16px;
            padding: 15px
        }

        .ordr_Id h6 {
            font-size: 16px
        }

        .sysme-useprofile .sysme-userprofileRight .userInfo {
            padding: 0
        }

        .sysme-useprofile .sysme-userprofileRight .userInfo li span:first-child,
        .sysme-useprofile .sysme-userprofileRight .userInfo li span:last-child {
            width: auto;
            display: block;
            float: none
        }

        .sysme-useprofile .sysme-userprofileRight .userInfo li span:last-child {
            margin-top: 10px
        }

        .sysme-useprofile .sysme-userprofileRight .userInfo li:not(:last-child) {
            margin-bottom: 25px
        }

        .sysme-useprofile .form-btn {
            width: 100% !important
        }

        .sysme-useprofile .form-btn>* {
            width: 100% !important;
            text-align: center
        }

        .sysme-customerinfolist-ordrDtls ul li .left {
            width: auto
        }

        .sysme-customerinfolist-ordrDtls ul li .right {
            width: 100%;
            padding-left: 0;
            margin-top: 8px
        }

        .feedbackcheckboxwrapper {
            display: grid;
            grid-template-columns: repeat(2, auto);
            grid-gap: 15px
        }

        .feedbackcheckboxwrapper h4 {
            grid-column-start: 1;
            grid-column-end: 3
        }

        .sysme-AllForm .allFormBG .allForm .form-flexsb .form-btn,
        .sysme-AllForm .allFormBG .allForm .form-flexsb .form-btnelement {
            flex: 1
        }

        .sysme-AllForm .allFormBG .allForm .form-flexsb .form-btn>*,
        .sysme-AllForm .allFormBG .allForm .form-flexsb .form-btnelement>* {
            width: 100% !important
        }

        .whychoosebox {
            display: block
        }

        .whychoosebox .whychooseright {
            padding-left: 0;
            margin-top: 30px
        }

        .whychoosebox.even .whychooseleft {
            float: left
        }

        .promotionwrap .container {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 10px
        }

        .customerblock {
            width: 100%
        }

        .customerblock.right {
            margin-top: 20px
        }
    }

    .proTPrice {
        font-size: 16px;
        margin-bottom: 30px !important;
        color: #464646
    }

    .proNetPrice {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 500
    }

    .proNetPrice br {
        display: none
    }

    @media(min-width:761px) {

        .proNetPrice,
        .proTPrice {
            display: none
        }
    }

    @media(max-width:600px) {
        .proNetPrice br {
            display: block
        }
    }

    .label {
        display: inline-block;
        padding: 4px 8px;
        font-size: 13px;
        margin: 5px;
        color: #fff;
        line-height: normal
    }

    .label.new {
        background-color: var(--c-lightblue)
    }

    .label.comingsoon {
        background-color: var(--c-lightgreen)
    }

    sup {
        padding: 4px;
        color: #fff;
        margin: 0 3px
    }

    sup.new {
        background-color: var(--c-lightblue)
    }

    sup.comingsoon {
        background-color: var(--c-lightgreen)
    }

    .zoomWindowContainer>div {
        background-color: #fff
    }

    .failure {
        margin-top: 70px
    }

    .pm_fl {
        text-align: center
    }

    .pm_fl h4 {
        margin: 0 0 25px;
        font-weight: 400;
        font-size: 24px;
        color: #fe0000
    }

    .pm_fl p span {
        font-weight: 500
    }

    .pm_fl .btnContainer {
        margin-top: 0
    }

    .rr {
        width: 140px;
        margin: auto;
        margin-bottom: 20px
    }

    .contactform #contact_form .checkout2-form-inner .form-element textarea {
        height: 237px
    }

    @media(max-width:1100px) {
        .contactformwrap .regoffice {
            margin-bottom: 30px
        }
    }

    .allForm .form-rdiochk .rdiochklabel {
        line-height: 25px
    }

    @media(max-width:1419px) {
        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
            margin: 0 0 74px
        }
    }

    @media(max-width:1300px) {
        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
            margin: 0 0 98px
        }
    }

    @media(max-width:848px) {
        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
            margin: 0 0 74px
        }
    }

    @media(max-width:760px) {
        .sysme-payment-main-wrapper .sysme-payment-left .checkout-form .checkout-form-right .checkout-form-left-inner .creating-acnt-dsp {
            margin: 0 0 0
        }
    }

    .sysme-customerinfolist p#view_bill_company_name {
        margin-top: 0
    }

    .has-child-sub {
        position: relative
    }

    .has-child-sub:hover .clsd:before {
        color: var(--c-lightblue)
    }

    .has-child-sub a {
        position: relative !important
    }

    .has-child-sub .clsd:before {
        content: "\f105";
        position: absolute;
        font-family: fontawesome;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
        font-size: 20px;
        padding: 15px 20px
    }

    .has-child-sub .clsd:hover:before {
        color: var(--c-lightblue)
    }

    .has-child-sub .has-child-sub_item {
        position: absolute;
        left: 100%;
        top: 0
    }

    @media(max-width:1330px) {
        .has-child-sub .has-child-sub_item {
            position: static
        }

        .has-child-sub .clsd:before {
            color: #fff !important;
            transform: rotate(90deg);
            top: 0
        }

        .has-child-sub .clsd.sys:before {
            color: var(--c-lightblue) !important
        }

        .has-child-sub_item li {
            background-color: #151414 !important
        }

        .has-child-sub_item {
            display: none !important
        }

        .has-child-sub_item.intro {
            display: block !important
        }
    }

    .has-child-sub a {
        width: 100%;
        padding-right: 20%
    }

    .has-child-sub a:hover {
        border-color: transparent
    }

    .has-child-sub:hover a {
        border: transparent
    }

    .has-child-sub .has-child-sub_item a {
        border-color: var(--c-lightblue)
    }

    .has-child-sub .has-child-sub_item li:hover a {
        border-color: var(--c-lightblue) !important
    }

    .has-child-sub_item a:before {
        display: none !important
    }

    @media(max-width:599px) {
        .img-desk {
            display: none
        }
    }

    @media(min-width:600px) {
        .img-mob {
            display: none
        }
    }

    .notify {
        width: 100%;
        float: left;
        background: #0363c5;
        color: #fff;
        padding: 6px 0;
        font-size: 12px
    }

    .notify marquee {
        float: left;
        white-space: nowrap
    }

    .footerblock ul li {
        position: relative
    }

    /* .footerblock ul li .new_lbl {
        font-size: 12px;
        position: absolute;
        display: block;
        width: 36px;
        overflow: hidden;
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    } */

    .store_img {
        width: 100%
    }

    .iphone13miniwrap section.full figure a,
    .iphone13miniwrap section.full img,
    .iphone13miniwrap section.half figure a,
    .iphone13miniwrap section.half img {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .iphone13miniwrap section.half {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .comparemodel_inside.iphone13min .commontitle {
        text-align: left;
        font-size: 45px
    }

    .comparemodel_inside.iphone13min .commontitle span {
        font-size: 25px;
        display: block;
        line-height: 25px
    }

    .comparemodel_inside.iphone13min .comparewrap {
        padding-left: 25%;
        padding-right: 25%
    }

    .iphone13min .ipadcompare {
        text-align: center
    }

    .iphone13min .ipadcompare .startinfos {
        padding: 0
    }

    .iphone13min .ipadcompare .startinfos .heading {
        border-bottom: 1px solid #d4d3d8;
        margin: 0 0 45px;
        padding: 0 0 20px
    }

    .iphone13min .ipadcompare .startinfos .thumb {
        border-bottom: 1px solid #d4d3d8;
        margin: 0 0 25px
    }

    .iphone13min .ipadcompare .displaywithing .sepbox {
        padding: 0
    }

    .iphone13min .ipadcompare .displaywithing .sepbox.inch .thumb img {
        max-height: inherit
    }

    .iphone13min .ipadcompare .displaywithing {
        border-top: none;
        margin: 0;
        padding: 0
    }

    @media(max-width:1600px) {
        .comparemodel_inside.iphone13min .comparewrap {
            padding-left: 20%;
            padding-right: 20%
        }

        .comparemodel_inside.iphone13min .commontitle {
            font-size: 40px
        }

        .comparemodel_inside.iphone13min .commontitle span {
            font-size: 23px;
            line-height: 23px
        }
    }

    @media(max-width:1400px) {
        .comparemodel_inside.iphone13min .comparewrap {
            padding-left: 15%;
            padding-right: 15%
        }

        .comparemodel_inside.iphone13min .commontitle {
            font-size: 35px
        }

        .comparemodel_inside.iphone13min .commontitle span {
            font-size: 21px;
            line-height: 21px
        }
    }

    @media(max-width:1200px) {
        .comparemodel_inside.iphone13min .comparewrap {
            padding-left: 10%;
            padding-right: 10%
        }

        .comparemodel_inside.iphone13min .commontitle {
            font-size: 32px
        }

        .comparemodel_inside.iphone13min .commontitle span {
            font-size: 19px;
            line-height: 19px
        }
    }

    @media(max-width:1024px) {
        .comparemodel_inside.iphone13min .comparewrap {
            padding-left: 5%;
            padding-right: 5%
        }

        .comparemodel_inside.iphone13min .commontitle {
            font-size: 30px
        }
    }

    @media(max-width:812px) {
        .comparemodel_inside.iphone13min .comparewrap {
            padding-left: 0;
            padding-right: 0
        }

        .comparemodel_inside.iphone13min .commontitle {
            font-size: 28px
        }
    }

    .comparemodel_inside.iphone13min.ipadonly .comparewrap {
        padding-left: 0;
        padding-right: 0
    }

    .form-element.checkoutRight.pinCodeVerification {
        position: relative
    }

    .form-element.checkoutRight.pinCodeVerification .form-field {
        padding-right: 70px
    }

    .form-element.checkoutRight.pinCodeVerification button {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px
    }

    .approx_date {
        margin-top: 15px
    }

    .form-element.checkoutRight.pinCodeVerification {
        margin-top: 0
    }

    .blogdetails_wrap .inside .heading h3.cat {
        font-size: 14px;
        margin: 10px 0 0 0;
        font-weight: 400;
        color: #1a83ee
    }

    .blogdetails_wrap .inside .heading h3.cat span {
        font-weight: 500;
        color: black
    }

    .owl-carousel .owl-stage {
        display: flex;
        flex-direction: row
    }

    .form-selectelement.hasFocusall {
        color: #000 !important
    }
    .ui-datepicker-title .form-select:before {
        display: none !important;
    }
    .ui-datepicker-title .form-select select {
        background: url(../images/icons/down_arrow.svg) no-repeat center center;
        background-size: 18px;
    }
    .newcartmodal {
        background-color: rgb(0 0 0 / 88%);
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        .insidebox {
            background-color: #fff;
            
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-width: 700px;
            /* .pophead {
                margin: 0 0 20px;
                padding: 2rem 2rem 0;
                overflow: hidden;
                h2 {
                    font-size: 24px;
                    font-weight: 500;
                    padding-bottom: 10px;
                    margin-bottom: 15px;
                    border-bottom: 1px solid #000;
                }
                .remove-wrap {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-around;
                    align-items: center;
                }
                .form-rdiochk {
                    font-size: 13px;
                }
            } */
            .item_wrap {
                padding:0 2rem;
            }
            /* .order-table-header-main-wrap {
                border: 1px solid #ccc;
                overflow: hidden;
                .order-table-header {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: flex-start;
                    .order-table-left {
                        padding: 15px 10px;
                        display: flex;
                        flex-direction: row;
                        justify-content: flex-start;
                        align-items: flex-start;
                        width: 75%;
                        float: none;
                        .form-rdiochk {
                            width: auto;
                        }
                        .order-table-left-cell {
                            width: 100%;
                            padding: 0;
                            a {
                                width: 100%;
                                display: flex;
                                flex-direction: row;
                                justify-content: flex-start;
                                align-items: flex-start;
                                figure {
                                    width: 80px;
                                }
                                .payment-product-descp {
                                    width: calc(100% - 80px);
                                    padding-left:15px;
                                    .proName {
                                        font-size: 18px;
                                        margin-bottom: 5px;
                                    }
                                    .proCode {
                                        margin: 0;
                                        font-size: 13px;
                                    }
                                }
                            }
                        }
                    }
                    .order-table-right {
                        padding: 15px 10px;
                        display: flex;
                        flex-direction: row;
                        justify-content: flex-end;
                        align-items: center;
                        .cell-netPrice,.cell-del {
                            padding: 0;
                            border: 0;
                        }
                        .price {
                            color: var(--c-lightblue);
                        }
                        .cell-del {
                            justify-content: flex-end;
                            width: 25px;
                        }
                    }
                }
            } */
            .relateditemswrap {
                padding: 1.5rem 2rem;
                margin-top: 1.5rem;
                background-color: #f7f7f7;
                h2 {
                    font-size: 20px;
                    font-weight: 500;
                    padding-bottom: 15px;
                }
                .product-carousel-pop {
                    .poprelatedbox {
                        border: 1px solid #ccc;
                        padding: 15px;
                        background-color: #fff;
                        display: flex;
                        flex-direction: row;
                        justify-content: flex-start;
                        align-items: center;
                        .imgwrap {
                            width: 100px;
                        }
                        .conte {
                            width: calc(100% - 120px);
                            padding-left: 20px;
                            h4 {
                                font-size: 15px;
                                font-weight: 500;
                                padding-bottom: 8px;
                            }
                            .code {
                                font-size: 14px;
                                padding-bottom: 8px;
                            }
                            .price {
                                font-size: 14px;
                                color: var(--c-lightblue);
                            }
                        }
                    }
                    .owl-nav {
                        position: absolute;
                        right: 2rem;
                        top: -30px;
                        button {
                            width: 30px;
                            height: 30px;
                            font-size: 26px;
                            span {
                                width: 30px;
                                height: 30px;
                            }
                        }
                    }
                }
            }
        }
        &.actv {
            opacity: 1;
            visibility: visible;
        }
    }
    .highlight-row {
        background-color: #edecec;
        pointer-events: none;
        opacity: 0.5;
    }