.items-center-row {-ms-flex-align: center!important; align-items: center!important; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}

.fw-600 {font-weight: 600 !important}
.fw-100 {font-weight: 100 !important}

.pt-20 {padding-top: 20px !important}
.pt-0 {padding-top: 0 !important}
.pb-0 {padding-bottom: 0 !important}

.mt-0 {margin-top: 0px !important}
.mt-5 {margin-top: 5px !important}
.mt-10 {margin-top: 10px !important}
.mt-15 {margin-top: 15px !important}
.mt-20 {margin-top: 20px !important}
.mt-30 {margin-top: 30px !important}
.mt-40 {margin-top: 40px !important}
.mt-50 {margin-top: 50px !important}

.mb-0 {margin-bottom: 0px!important}
.mb-5 {margin-bottom: 5px!important}
.mb-15 {margin-bottom: 15px!important}
.mb-10 {margin-bottom: 10px!important}
.mb-20 {margin-bottom: 20px!important}
.mb-30 {margin-bottom: 30px!important}
.mb-40 {margin-bottom: 40px!important}
.mb-50 {margin-bottom: 50px!important}

.ml-5 {margin-left: 5px !important}
#ml-15 {margin-left: 15px !important}

.fs-11 {font-size: 11px !important}
.fs-12 {font-size: 12px !important}
.fs-14 {font-size: 14px !important}
.fs-15 {font-size: 15px !important; color: #000 !important}
.fs-16 {font-size: 16px !important}
.fs-18 {font-size: 18px !important}
.fs-25 {font-size: 25px !important}
.fs-30 {font-size: 30px !important}

.color-black {color: #000 !important;}
.green-text {color: #3fba7d;}

.camera_wrap img {object-fit: cover}

.loader-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999999
}

.camera_pie {display: none;}

.cssload-loader {
    position: relative;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 460px
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.cssload-inner.cssload-one {
    left: 0;
    top: 0;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 2px solid #000
}

.cssload-inner.cssload-two {
    right: 0;
    top: 0;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 2px solid #000
}

.cssload-inner.cssload-three {
    right: 0;
    bottom: 0;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 2px solid #000
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
    }

    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
    }

    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
    }

    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

.check-container {
    display: block;
    position: relative;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container .check {
    position: absolute;
    /* opacity: 0 !important; */
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-radius: 2px
}

.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.container:hover input~.checkmark {
    background-color: #ccc
}

.container input:checked~.checkmark {
    background-color: #1a78e5 !important;
    border: 1px solid #1a78e5
}

.checkmark-label {
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    margin-left: 10px
}

.container input:checked~.checkmark~.checkmark-label {
    color: #000
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.label-compare {
    cursor: pointer;
    margin-left: 8px
}

.container input:checked~.checkmark:after {
    display: block
}

.menu.home-one-menu>nav>ul>li>a {
    border-left: 0;
    margin: 0;
    padding: 4px 15px !important;
    border-right: 0;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 1.2;
    height: 60px;
    display: flex;
    align-items: center
}

.owl-nav {
    display: none
}

.header-top-padding {
    padding: 7px 0
}

.search-header {
    padding: 0 0
}

.middleBar .header-items .header-item {
    display: inline-block !important
}

.mr-5 {
    margin-right: 5px !important
}

.middleBar .header-items .header-item a {
    position: relative;
    display: block;
    line-height: 0;
    color: #fff !important;
    margin: 0 auto;
    height: 20px;
    position: relative
}

.middleBar .header-items .header-item span {
    font-size: 10px !important;
    font-weight: 500 !important
}

.middleBar .btn.btn-default {
    color: #fff !important;
    background-color: #3fc8f4;
    border: 1px solid #3fc8f4 !important
}

.middleBar .btn-lg {
    padding: 0 15px !important;
    width: 100% !important;
    height: 40px !important;
    font-weight: 100 !important;
    border-radius: 6px !important
}

#searchInput {
    height: 45px;
    width: 100% !important;
    min-width: 300px;
    color: #424242 !important;
    padding-left: 16px !important;
    padding-right: 36px !important;
    border-radius: 2px !important;
    border: 0 !important;
    margin-bottom: 0;
}

#searchInput::placeholder {
    color: #fff;
    opacity: .6
}

.input-lg {
    height: 40px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    line-height: 1.33 !important;
    border-radius: 0 !important;
    color: #333 !important
}

.searchinputbx {
    padding-right: 0 !important;
    padding: 0
}

.searchbtn {
    padding-left: 0 !important;
    padding-right: 0
}

.header-icons {
    font-size: 19px;
    color: #fff;
    font-weight: 600
}

.mobile-icon {
    font-size: 28px
}

.cart {
    background: #ddd;
    height: 40px;
    padding-top: 5px;
    font-size: 10px
}

#icon-name {
    margin-top: -10px !important
}

.deals {
    background: #ee404c
}

.deals a {
    font-weight: 100 !important
}

.cart-text {
    font-size: 16px;
    line-height: 18px
}

.cart3 .centered {
    position: absolute;
    top: 35%;
    left: 31px;
    transform: translate(-50%, -50%)
}

.cart3 figcaption {
    position: absolute;
    top: -2px;
    left: 16px;
    color: #69a041;
    font-weight: 600
}

.fw-500 {font-weight: 500 !important}

.navbar-scrollup {margin-top: 0 !important; margin-bottom: 0 !important}

.new_menu {
    display: none;
    background-color: #e7e7e7 !important;
    color: #3fc8f4 !important;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important; */
    padding: 15px !important
}

.new_menu .single-mega-1 li:first-child a:before {
    border: 0 solid #ababab;
    width: 0;
    margin-right: 0
}

.new_menu .single-mega-1 li a {
    color: #828282;
    line-height: 10px;
    font-size: 12px;
}

.new_menu .single-mega-1 li a {
    padding: 10px 0 10px 0
}

.new_menu .single-mega-1 li:hover>a {
    color: #000
}

.bottombefore h4:before {
    content: "";
    width: 40px;
    height: 3px;
    display: inline-block;
    background: #69a041;
    position: absolute;
    bottom: 0
}

.single-mega-1 li:first-child a {
    margin-left: 0
}

.filter-title h2:before {
    background: 0 0;
    background: #69a041;
    content: "";
    height: 4px;
    left: 38%;
    margin-top: 9px;
    position: absolute;
    top: 29px;
    width: 62px;
    border-radius: 5px
}

.filter-title h2 {
    display: inline-block;
    color: #313131;
    font-size: 31px !important;
    line-height: 1.2;
    padding-bottom: 15px;
    position: relative;
    text-transform: initial;
    margin-top: 0
}

.filter-title span {
    color: #333;
    font-weight: 100 !important
}

.carousel-title:after {
    background: #69a041 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 170px;
    display: none
}

.cat {
    border-bottom: 0 solid rgba(0, 0, 0, .1) !important
}

.slider-product .product-details {
    min-height: 166px !important;
    position: relative;
    height: auto !important
}

.slider-product .new-product {
    position: absolute;
    top: 10px;
    left: 10px
}

.slider-product .cat-img {
    position: relative
}

.category-active {
    -webkit-box-shadow: 4px 4px 20px 4px #fbdb8d;
    box-shadow: 4px 4px 20px 4px #fbdb8d
}

.cat-name1 {
    line-height: 1.3 !important;
    ;
    font-weight: 500;
    font-size: 14px;
    color: #333
}

.brand-box {
    height: 148px;
    width: 165px;
    padding: 30px 20px 20px 20px;
    border-radius: 0
}

.big-subscription-form .form-control {
    height: 44px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

.big-subscription-form .btn.btn-default {
    color: #fff;
    background-color: #1a78e5 !important;
    border: 1px solid #1a78e5 !important;
    border-radius: 0;
    width: 100%;
    height: 44px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 170px
}

.big-subscription-form .subscribe {
    padding: 3% 25% 0 25%
}

.big-subscription-form .subscribe-form {
    background: #efefef;
    padding: 20px 40px
}

.pl-0 {
    padding-left: 0 !important
}

.subscription-bg {
    background: url('images/subscription-bg.png');
    height: 100px;
    width: 100%;
    background-repeat: no-repeat
}

.offerbtn {
    background: #ffbd24 !important
}

.service-icon i {
    color: #69a041;
    font-size: 40px;
    transition: .3s
}

.footer-title h4:after {
    background: 0 0;
    background: #b1b1b1;
    content: "";
    height: 2px;
    left: 15px;
    margin-top: 18px;
    position: absolute;
    top: 13px;
    width: 36px;
    border-radius: 5px;
    font-weight: 700
}

.footer-lists ul li a:before {
    content: "";
    display: inline-block;
    margin: 0;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    vertical-align: 1px
}

.footer-lists ul li a {
    font-size: 14px
}

.gray-title {
    color: #b1b1b1 !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize
}

.footer-lists .social-links ul li a {
    background: none repeat scroll 0 0;
    color: #404040 !important;
    display: inline-block;
    font-size: 18px !important;
    width: 45px;
    height: 45px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.footer-lists .social-links ul li a:hover {
    background-color:#3fc8f4;
	color:#fff!important;
}

.subscribe-btn {
    right: 1px;
    top: 2px;
    background: #121213;
    color: #ccc;
    padding: 0 5px;
    border-left: 1px solid #bbb;
    border-radius: 0;
    text-transform: unset;
    font-size: 11px;
    font-weight: 500
}

.subscribe-inputbox {
    height: 40px !important;
    background: #333 !important;
    color: #999 !important;
    border-radius: 0 !important;
    border: 1px solid #bbb !important
}

.subscribe-div-padding {
    padding: 0 0
}

.whatsapp-icon {
    float: left;
    padding-right: 15px;
    margin-top: 10px !important
}

.enquiry {
    margin-bottom: 7px
}

.footerlink {
    font-size: 12px;
    color: #fff
}

.footer-enquiry-textcolor {
    color: #fff !important;
    font-size: 16px
}

.footer-enquiry-textcolor a:hover {
    color: rgba(255, 255, 255, .6) !important
}

.enquiry-no {
    font-size: 20px !important
}

.product-details-icons {
    font-size: 20px !important;
    font-weight: 500
}

.product-details-icons-text {
    font-size: 12px !important;
    font-weight: 500
}

.blue-icon {
    color: #69a041;
    font-weight: 600
}

.unfield-star {
    color: #ddd !important
}



.product-name {
    line-height: 1.3 !important;
    font-weight: 600
}

.specification-link {
    font-size: 14px !important;
    color: #4493c4 !important;
    text-decoration: underline !important;
    font-weight: 600
}

.emi span {
    padding: 2px 4px;
    background: #000;
    color: #fff;
    font-size: 12px !important
}

.chkpincode {
    font-size: 12px;
    width: 500px !important;
    max-width: 230px !important
}

.go-btn {
    margin-left: 0 !important;
    width: 100% !important
}

.go-btn button {
    margin-left: 0 !important;
    font-weight: 400 !important
}

.square-icon {
    margin-top: -12px !important
}

.circle {
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding-left: 5px;
    padding-top: 2px;
    color: #000
}

.accordian-panel {
    margin-bottom: -10px !important;
    border: 0 solid #cdcbcb;
    border-radius: 0 !important;
    border: 1px solid #fff
}

.form-label {
    width: 100%;
    font-size: 14px;
    font-weight: 100;
    color: #555;
    border: 0 solid #ccc;
    padding-bottom: 5px
}

.review-form {
    padding: 20px 0
}

.review-form textarea {
    border-radius: 0;
    height: 110px
}

.review-user {
    background: #c2c2c2;
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
    margin-top: 8px;
    margin-right: 12px
}

.div-float {
    float: left
}

.p0 {
    padding: 0
}

.pt-15 {
    padding-top: 15px !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-2 {
    padding-top: 2px !important
}

.pl-10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-41 {
    padding-left: 41px
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.chkbx {
    height: 18px;
    width: 18px;
    border-radius: 0 !important;
    background: red
}

.check-mark {
    position: absolute;
    top: 1px;
    left: 0;
    padding-top: 10px !important;
    height: 20px;
    width: 20px
}

.range-input {
    color: #888;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    border: 1px solid #ccc;
    width: 100% !important;
    height: 28px !important;
    font-size: 12px !important;
    padding: 10px 3px !important
}

.price-range-form {
    padding: 0;
    height: 40px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    border: 0 solid #ccc
}

.range-btn {
    height: 28px !important;
    font-size: 12px !important;
    padding: 5px 7px !important
}

.list-product {
    text-align: left;
    border: 0;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 15px;
    position: relative;
    min-height: 120px;
    box-sizing: border-box;
    padding: 0 0px 15px;
    background: #fff none repeat scroll 0 0;
    transition: all .4s cubic-bezier(.25, .74, .22, .99);
    border: 1px solid rgba(12, 92, 168, .1)
}

.owl-stage-outer .list-product {
    margin-bottom: 30px
}

.list-product .list-items .btn-container {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.list-product .product-img img {
    transition: all .4s cubic-bezier(.25, .74, .22, .99)
}

.list-product:after {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 18%;
    content: '';
    -webkit-box-shadow: 0 10px 25px transparent;
    -moz-box-shadow: 0 10px 25px transparent;
    -ms-box-shadow: 0 10px 25px transparent;
    -o-box-shadow: 0 10px 25px transparent;
    box-shadow: 0 10px 25px transparent;
    z-index: -1;
    transition: all .4s cubic-bezier(.25, .74, .22, .99)
}

.list-product:hover {
    /*border: 0 solid transparent;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);*/
    transition: all .4s cubic-bezier(.25, .74, .22, .99)
}

/*.list-product:hover:after {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .45);
    -ms-box-shadow: 0 10px 25px rgba(0, 0, 0, .45);
    -o-box-shadow: 0 10px 25px rgba(0, 0, 0, .45);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .45)
} */

.list-product:hover .product-img img {
    transform: scale(1.1)
}

.service {
    background: #ffbd24 none repeat scroll 0 0 !important;
    height: 100px;
    width: 280px;
    margin: auto;
    padding-top: 22px !important
}

.service h3 {
    color: #222 !important;
    font-size: 15px;
    font-weight: 600
}

.list-product .product-img {
    overflow: hidden;
    transition: .5s ease;
    padding:0 10px 10px;
    height: 200px;
}


.list-product .product-img a {
    display: block;
    height: 100%
}

.list-product .product-img img {
    margin: auto !important;
    height: 100%;
    width: 100%;
    object-fit: contain
}

.list-product .product-name {
    font-size: 24px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 0;
    min-height: 70px
}

.list-product .product-details {
    height: 110px;
    position: relative
}

.list-product .add-cart {
    margin-right: 0;
    margin-left: auto
}

.list-product .product-details .compare {
    position: absolute;
    bottom: 0
}

.table-title h4 {
    text-transform: unset
}
.table-title p{
    text-transform: unset
}

.product-list-form {
    margin-top: 40px;
    padding: 0 0;
    border-bottom: 0 solid rgba(0, 0, 0, .1)
}

.img-center {
    margin: auto
}

.form-title:after {
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 100%;
    width: 60%
}

.cat-name {
    border: 1px solid #333;
    padding: 15px 14px 15px 18px;
    background: #333;
    color: #fff !important;
    margin: 0 0
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #69a041 none repeat scroll 0 0;
    height: 15px;
    top: -7px;
    width: 15px
}

.ui-slider-horizontal .ui-slider-range {
    background: #69a041 none repeat scroll 0 0;
    background: #69a041 none repeat scroll 0 0;
    height: 3px
}

.ui-widget-content {
    background: #333
}

.ui-slider-horizontal {
    height: .3em
}

.range-input {width: 100%}

.color-span {height: 15px; width: 15px; left: 20%}

.color-name-span {left: 28%}

.color-black{color:#000;}

.black {background: #000;}
.silver {background: #e8e7e7;}

.popover-radio {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox
}

.thirdmg li {
    padding: 0;
    margin-left: 0
}

.li-border-left {
    border-left: 1px solid #969696
}

.li-padding-top {
    margin-top: 15px
}

.sublist-top {
    margin-top: 0 !important
}

.detail-links {
    padding: 0 0 !important
}

.detail-links ul {
    width: 100%
}

.detail-links1 ul li {
    float: left;
    margin-right: 26px
}

.detail-links-border {
    border-bottom: 1px solid #c2c2c2;
    padding: 2px 0 10px 0 !important
}

.detail-links .product-rating {
    padding: 0 0 4% 0 !important
}

.detail-links .product-rating ul li {
    margin-top: -2px
}

.warrenty-box {
    background: #f1f1f1;
    padding: 10px 15px
}

.price-title {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.mrp-price {
    font-size: 25px;
    font-weight: bolder;
    color: #000
}

.ext-price {
    font-size: 25px;
    font-weight: bolder;
    color: #3fc8f4
}

.ext-warrenty-price {
    font-size: 25px
}

.mt-10 {
    margin-top: 10px !important
}

.buynow-btn {
    background: #3fc8f4;
    border: 1px solid #3fc8f4 !important;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    font-weight: 700;
    margin-left: 0;
    width: 100%;
    float: left
}

.additional-offer {
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    line-height: 1.3;
    font-weight: 400
}

.freebies-box {
    font-size: 14px !important;
    padding: 0 0;
    font-weight: 500;
    color: #000
}

.freebies-emi {
    font-weight: 600;
    padding: 0 23px
}

.pr-12 {
    padding-right: 12px
}

.pt-5 {
    padding-top: 10px !important
}

.add-icon {
    color: #000;
    margin-top: 10px !important;
    font-size: 30px
}

.features-list ul li {
    width: 50%;
    font-weight: 600;
    color: #555;
    font-size: 14px;
    ;
    line-height: 1.9;
    padding-right: 25px
}

.features-title {
    padding-bottom: 22px;
    text-align: center
}

.features-title h3 {
    padding-bottom: 22px;
    text-align: center;
    font-size: 80px !important;
    font-weight: 500;
    color: rgba(0, 0, 0, .87);
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    flex: 1
}

.view-specification {
    padding: 10px 0 15px 0
}

.features {
    font-size: 20px;
    color: #000;
    ;
    font-weight: 600;
    margin-top: 25px;
    line-height: 1.6
}

#ex-warrenty {
    float: left !important;
    padding-bottom: 5px !important;
    margin-left: -10px !important;
    margin-right: 10px !important
}

.emi1 p {
    margin: 0 0 0
}

.padding-lr-0 {
    padding-left: 0;
    padding-right: 0
}

.ouof-stock-btn {
    background: #d7d7d7;
    border: 1px solid #d7d7d7 !important;
    color: #fff;
    font-size: 17px !important;
    font-weight: 100 !important;
    padding: 13px 22px
}

.accordian-table {
    border-top: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    width: 100%;
    margin: 0
}

.accordian-tr {
    border-top: 1px solid #e8e8e8 !important
}

.accordian-tr-td {
    border-left: 1px solid #e8e8e8 !important
}

.accordian-table tr td {
    padding: 2px 18px !important;
    font-size: 13px
}

.subaccordian-title {
    color: #1b1b1b;
    font-size: 13px;
    line-height: 1.4
}

.panel-default>.panel-heading a {
    display: block;
    padding: 17px 15px
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    height: 22px;
    width: 22px;
    border: 1px solid #777;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px
}

.panel-default>.panel-heading a[aria-expanded=true] {
    background-color: #eee
}

.panel-default>.panel-heading a:after {
    content: "\002b";
    font-size: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.panel-default>.panel-heading a[aria-expanded=true]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.panel-default>.panel-heading a[aria-expanded=false]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.panel-heading {
    padding: 0
}

.accordian-panel .panel-heading {
    border: 1px solid #cdcbcb !important;
    background: #f1f1f1
}

.panel-group .panel a>.panel-body {
    border-top: 1px solid #cdcbcb
}

.review-title {
    padding-bottom: 13px
}

.review-title h3:after {
    background: 0 0;
    background: #69a041;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 15px;
    position: absolute;
    top: 15px;
    width: 45px;
    border-radius: 5px
}

.review-btn {
    font-size: 14px !important
}

.review-ratings {
    width: 70%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 12px 10px 12px 15px;
    margin-bottom: 20px
}

.rating-box-padding {
    padding: 10px 0 10px
}

.popover {
    max-width: 450px;
    width: 300px;
    padding: 15px;
    border-radius: 30px !important;
}

.color-blue {
    color: #69a041
}

.popovrtext {
    width: 90%;
    font-size: 12px;
    padding-top: 14px;
    font-weight: 500 !important;
}

.popovrchebx {
    width: 10%;
    font-size: 12px !important
}

#popover-title {
    color: #187fba;
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0
}

.header-middle-toppadding {
    padding-bottom: 5px !important;
    padding-top: 5px !important
}

#search-form {
    padding-top: 0 !important;
    margin-top: 5px !important
}

.input-search {
    position: absolute;
    right: 0
}

.section-icon {
    position: static
}

.shop-checkmark {
    left: 8px;
    height: 16px !important;
    width: 16px !important
}

.container .shop-checkmark:after {
    left: 5px !important;
    top: 1px !important
}

.mt-7 {
    margin-top: 7px !important
}

.review-para {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.7
}

.mb-0 {
    margin-bottom: 0 !important
}

.pb-30 {
    padding-bottom: 22px !important
}

.about-para {
    font-size: 18px !important;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .3px;
    padding-bottom: 10px;
    text-align: justify;
    color: #000;
    padding-left: 23px !important
}

.about-para .page-title {
    font-size: 50px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px
}

.about-para .page-title:before {
    content: '';
    background: #3fc8f4;
    width: 70px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0
}

.about {
    padding: 20px 0
}

.about-title {
    text-align: left;
    padding-top: 20px
}

.about-title h2:before {
    background: 0 0;
    background: #69a041;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 29px;
    width: 93px;
    border-radius: 5px
}

.career-para {
    font-size: 22px !important;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .3px;
    text-align: justify;
    color: #000;
    padding-left: 23px !important;
    padding: 20px 10px 10px 40px !important;
    background: #f1f1f1;
    border-radius: 35px;
    height: 170px;
    width: 80%;
    border: 1px solid #ddd
}

.quote {
    font-size: 20px;
    padding: 10px 0 15px 0;
    line-height: 1.5
}

.career {
    padding: 20px 30px
}

.send-resume {
    font-size: 16px;
    font-weight: 500
}

.send-resume {
    margin-top: 65px;
    margin-bottom: 150px;
    padding-left: 10px !important
}

.stevejobs {
    font-size: 18px;
    font-weight: 600
}

.store-icon {
    float: left !important
}

.pr-0 {
    padding-right: 0 !important
}

.location-dropdown {
    height: 55px;
    border-radius: 0 !important;
    width: 250px !important;
    margin-left: 0
}

.store-locator {
    border: 1px solid #ddd !important;
    padding: 0 0 21px 0 !important
}

.store-locator .service-text {
    margin-left: 0;
    width: 87% !important
}

.store-locator .filter-title h4 {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #fff
}

.store-locator .filter-title {
    margin-left: 45px
}

.store-locator .service-text span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 0;
    padding-top: 17px !important;
    margin-top: 20px !important
}

.store-locator .single-service {
    padding: 0 0 5px 0;
    background: #fff;
    margin-top: 14px
}

.add-icon-mob {
    display: none;
    color: #000
}

.our-price {
    margin-left: 5px
}

.our-price-title {
    padding-left: 0
}

.accordian-table {
    margin-top: 0 !important
}

.search-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}


.search-btn img {
    width: 16px
}

.search-btn img.cancel {
    display: none
}

.search-btn.cancel img.cancel {
    display: block
}

.search-btn.cancel img.search {
    display: none
}

.search-btn span {
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    margin-top: 2px;
    display: none
}

@media (max-width:991px) {
    .circle {
        border: 2px solid #000;
        border-radius: 50%;
        display: inline-block;
        height: 17px;
        width: 17px;
        padding-left: 5px;
        padding-top: 2px;
        color: #000
    }

    .catalog-wrapper .form-title {
        font-size: 16px
    }

    .filter-title h4 {
        font-size: 15px !important
    }

    .our-price-title {
        padding-left: 0 !important
    }

    .our-price {
        margin-left: 9px
    }

    .add-icon-mob {
        display: block;
        color: #000 !important
    }

    .single-service {
        background: #f7f7f7 none repeat scroll 0 0;
        overflow: hidden;
        padding: 15px 30px;
        margin-top: 10px
    }

    .big-subscription-form .subscribe {
        padding: 45PX 25PX 0
    }

    .subscription-bg {
        background: 0 0;
        background-size: contain;
        height: 70px;
        width: 100%;
        background-repeat: no-repeat
    }

    .slider-area.section-pbottom {
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 50px
    }

    .section-pbottom {
        padding-bottom: 40px;
        padding-top: 0
    }

    .price-range-form {
        margin-bottom: 100px
    }

    .price-range-form .searchbtn {
        text-align: center;
        padding-top: 10px;
        padding-right: 0
    }

    .range-btn {
        width: 50px
    }

    .detail-links-border {
        border-bottom: 1px solid #c2c2c2;
        padding: 0 0 20px 0 !important
    }

    .detail-links .list-unstyled {
        padding-left: 20px;
        list-style: none
    }

    .view-specification {
        padding: 10px 0 25px 0
    }

    .mrp-price {
        font-size: 13px
    }

    .ext-price {
        font-size: 13px;
        margin: 0
    }

    .ext-warrenty-price {
        font-size: 10px
    }

    .warrenty-box .ext-price,
    .warrenty-box .mrp-price,
    .warrenty-box .price-title {
        font-size: 22px
    }

    .warrenty-box .ext-price,
    .warrenty-box .mrp-price {
        margin-bottom: 15px
    }

    .price-title {
        font-size: 10px;
        font-weight: 600;
        color: #000
    }

    .warrenty-plus {
        display: none
    }

    .enquiry_form{
        padding: 20px 20px !important;
    }
}

.store-locator .single-service .store-icon {
    margin-top: 5px;
    width: 13% !important;
    float: left;
    text-align: center
}

.store-locator .filter-title h4:after {
    background: 0 0;
    background: #69a041;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 18px;
    width: 45px;
    border-radius: 5px
}

.storelocator-title {
    padding-bottom: 2px
}

.storelocator-title h2:before {
    height: 3px;
    left: 0;
    top: 32px;
    width: 100px
}

.store-title {
    text-align: left;
    padding-top: 38px;
    padding-left: 110px !important;
    margin-bottom: 0
}

.width-100 {
    width: 100% !important
}

#map {
    width: 100%;
    height: 450px;
    padding-right: 0;
    border-left: 15px solid #f1efe9;
    border-top: 15px solid #f1efe9;
    border-bottom: 15px solid #f1efe9
}

.store-content {
    padding-left: 68px !important
}

.enquiry-call {
    color: #000 !important;
    font-size: 16px
}

.contact-para p {
    color: #6f6f6f;
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 8px 0 !important
}

.contact-no {
    font-size: 28px !important;
    color: #f1414a !important;
    font-weight: 600
}

.contactus-div {
    margin-top: 60px
}

.contactus-div .footer-top-list {
    width: 100%
}

.contactus-div .footer-top-list .whatsapp-icon {
    width: 20%;
    height: 100px
}

.contactus-div .footer-top-list .whatsapp-icon img {
    width: 80%;
    padding-top: 15px;
    text-align: center;
    margin: auto
}

.contactus-div .footer-top-list .enquiry-text {
    width: 80%
}

.myaccount {
    width: 180px !important;
    margin-left: 0 !important;
    margin-top: 0;
    padding: 10px 0 12px 0 !important;
    z-index: 9999
}

.arraydown {
    text-align: center;
    font-size: 16px;
    margin-top: -10px;
    line-height: 0 !important
}

.myaccount li {
    width: 100% !important
}

.myaccount .single-mega-1 li {
    padding: 5px 0 5px 10px !important;
    text-align: left
}

.myaccount-list {
    display: flex;
    align-items: center
}

.myaccount-list .menu.home-one-menu nav ul li a {
    font-size: 12px !important;
    text-align: left !important;
    padding: 0 !important;
    letter-spacing: 0;
    display: block;
    color: #555 !important
}

.myaccount-list .menu.home-one-menu nav ul li a:hover {
    color: #3fc8f4 !important
}

#aboutus p {
    color: #000 !important;
    ;
    font-size: 14px !important;
    line-height: 24px !important;
    margin: 0 0 31px 0 !important
}

#aboutus h3 {
    font-weight: 700;
    line-height: 24px !important;
    margin: 0 0 31px 0 !important
}

#aboutus ul {
    list-style: disc;
    line-height: 24px
}

#aboutus ul li {
    color: #000 !important;
    ;
    font-size: 14px !important;
    margin: 0 0 0 30px !important
}

.store-right-padding {
    padding-right: 0 !important
}

.carrier-title {
    margin-top: 20px;
    margin-bottom: 50px !important
}

.send-resume-div p {
    color: #000
}

.store-locator .service-text span {
    color: #000 !important
}

.buynw-btn-div {
    margin-bottom: 15px
}

@media (min-width:768px) and (max-width:991px) {
    .cart3 figcaption {
        position: absolute;
        top: 10px;
        left: 29% !important;
        color: #69a041;
        font-weight: 600
    }
}

@media (max-width:991px) {
    .detail-links-border {border-bottom: 1px solid #c2c2c2}
    .prodetl-icon-list {width: 40%;text-align: left;padding: 5px 0 8px 0}
    .about-title {margin-top: 40px}
    .store-title {text-align: left;padding-top: 78px;padding-left: 22px !important;margin-bottom: 0}
    .store-content {padding-left: 0 !important}
    .store-right-padding {padding-right: 15px !important}
    .store-right-padding .about-title {padding-left: 0 !important}
    .carrier {padding: 0 22px}
    .career-para {
        font-size: 22px !important;line-height: 1;font-weight: 500;letter-spacing: .3px;text-align: justify;color: #000;padding-left: 23px !important;
        padding: 20px 15px 10px 20px !important;background: #f1f1f1;border-radius: 35px;height: 170px;width: 100% !important;border: 1px solid #ddd;
    }
    .quote {font-size: 13px;padding: 10px 0 15px 10px;line-height: 1.5}
    .stevejobs {font-size: 14px;font-weight: 600;padding-left: 10px}
    .contact-text .service-text {margin-left: 0;width: 100% !important}
    .buynow-btn {background: #3fc8f4;border: 1px solid #3fc8f4 !important;color: #fff;font-size: 18px !important;float: right;width: 100%}
    .freebies-box-div11 {padding: 0}
    .additional-offer {font-size: 12px;font-weight: 500;}
    .freebies-box {font-size: 10px !important;padding: 0 0;font-weight: 500;color: #000}
    .freebies-box img {width: 24%}
    .freebies-emi {font-weight: 600;padding-top: 15px;text-align: center}
    .features-list ul li {width: 100%;font-weight: 600;color: #555;font-size: 14px;line-height: 1.9}
}

.about-title h2 span {color: #000;font-weight: 400}
.storelocator-title span {color: #000 !important;font-weight: 400}

.personal-details {background:#fff; padding:25px 60px;}

.personal-details label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 0 0 0;
    color: #000
}

.personal-details .input-labels {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 0 0 0;
    color: #000
}

.personal-details .form-group .input-label {margin-bottom: 12px;}

.personal-details .form-control {
    height: 54px;
    padding: 6px 20px;
    font-size: 14px;
    color: #000;
    border-radius: 0;
    font-weight: 500;
    border-radius: 4px
}

.personal-details select.form-control {
    appearance: none;
    background: url(../images/gss/icons/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% 52%;
    background-size: 15px
}

.input-group-addon {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.personal-details .update-btn {
    width: 100%;
    height: 55px;
    color: #fff;
    background: #8fbb5b;
    font-size: 20px;
    line-height: 20px
}

.personal-details .newsletter-check {
    padding: 10px 0 10px 14px !important;
    margin: 5px 0 30px 0;
    text-decoration: underline;
    font-size: 15px
}

.personal-details .same-as-above {
    padding: 10px 0 10px 14px !important;
    margin: 5px 0 15px 0 !important;
    text-decoration: underline !important;
    font-size: 15px
}

.same_shipping{
    margin-left: 20px !important;
}

.personal-details .same-as-above .check-mark:after {
    left: 5px;
    top: 1px
}

.personal-details .newsletter-check .check-mark {
    top: 15px !important
}

.personal-details .complete-profile {
    background: #006eb2;
    color: #fff;
    padding: 20px 0;
    width: 89%;
    text-align: center;
    font-size: 19px;
    line-height: 1.3
}

.exclusive-offer-bg {background: url('images/exclusive-offer-bg2.png');height: 100px;width: 100%;background-repeat: no-repeat}
.exclusive-offer-div {padding: 140px 0 0 50px}

.personal-details .form-group {margin-bottom: 15px}
.changepwd-label {display: inline-block;max-width: 100%;margin-bottom: 0;font-weight: 400;font-size: 14px;padding: 10px 0 8px 0 !important;color: #000}
.update-pwd {margin-top: 25px !important}
.update-pwd .update-btn {font-size: 16px}
.update-details p {margin: 0 0 27px 0 !important}

.login-signup-area{padding:100px 0px; margin-bottom:30px;}
.login-bg{background:#def2fe;}
.signup-bg{background:#fffee3;}

.login-signup_LHS{font-size:63px; line-height: 1.3; font-weight: 600; padding-left: 6%; color:#000;}
.pink-color{color:#fbdb8d;}
.blue-color{color:#3fc8f4;}

.login-title {font-size: 22px;line-height: 20px;letter-spacing: .3px;padding-bottom: 0px;color: #343434;}
.login_label{font-size:15px!important; color:#2e2e2e!important; margin-bottom:15px!important;}
.checkbox_label{display: flex;}
.checkbox_label label{margin-left:15px; color:#2e2e2e;}
.checkbox_label input{position: relative; width: 18px; height: 18px;}

.subscribe-input {padding: 10px 0 8px 0 !important; font-weight: 600 !important;}

.forgot-user {color:#7e7e7e!important; font-size:15px!important;}
.forgot-user a{color:#7e7e7e; font-size:15px;}

.login-grid ul{display: flex;align-items: center;}
.login-grid li{width: 50%;text-align: center;font-size: 15px;color: #7e7e7e;}
.login-grid .login-btn{width: 100%;background:#3fc8f4; color:#fff; font-size:18px;}
.login-grid .signup-button{width: 100%;color:#343434; font-size:16px;font-weight: 700;}

#password-error{margin-bottom: 15px; display: block;}

.changepwd-form-group {margin-bottom: 25px !important}
.ml-25 {margin-left: 25px}

.unsubscribe {
    padding: 0 0 40px 14px !important;
    font-size: 14px;
    font-weight: 600 !important;
    margin-top: 22px !important;
    margin-bottom: 15px !important
}

.registration input {margin-bottom: 22px;}
.registration form {margin-top: 40px !important;}
.reg-frm-grp {margin-bottom: 20px !important;}
.login form {margin-top: 30px !important;}
.changepwd-form-group1 {margin-bottom: 22px !important;}
.personal-details .form-group .field {width: 100% !important;}

.personal-details .login .loginlb {
    width: 100%;
    text-align: right;
    text-decoration: underline;
    font-weight: 500;
    font-size: 13px;
    padding: 0 0 15px 15px !important;
    color: #000
}

.mb-15 {margin-bottom: 15px !important;}

.login .newuser {
    width: 100%;
    padding-top: 15px;
    font-size: 14px;
    color: #509bca;
    font-weight: 600
}

.newuser a {
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #222;
    padding-bottom: 5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 15;
    z-index: 2;
    display: block;
    width: 50px;
    height: auto;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    margin-top: 11px
}

.registration h3 {
    color: #026fb2 !important
}

.registration .register-with {
    font-size: 16px;
    padding-bottom: 10px
}

.registration .login-link {
    font-size: 13px
}

.registration .login-link a {
    font-size: 13px;
    color: #5b9ecb;
    text-transform: lowercase
}

.registrationfrm form {
    margin-top: 0
}

.registrationfrm .about-para {
    padding: 0;
    margin-left: -10px
}

#ChangepwdForm {
    padding-top: 15px
}

.check-btn {
    border-radius: 0;
    padding: 15px 18px;
    color: #ddd;
    font-size: 14px
}

.personal-details .checkout-section .input-lg {
    height: 52px !important
}

.checkout-section .Check-availability {
    color: #026fb2 !important;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px
}

.checkout-section .check-availability {
    color: #026fb2 !important;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 7px
}

.checkout-section .error-message {
    padding-top: 5px;
    color: #f67173;
    font-size: 13px;
    font-weight: 600
}

.checkout-section table {
    border: 1px solid #ccc
}

.checkout-section table tr td {
    padding: 18px 32px !important;
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.checkout-section .free {
    color: #97b867
}

.checkout-section .grand-total {
    font-size: 20px;
    font-weight: 600;
    color: #3fc8f4;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.state-error {
    color: #f67173 !important;
    font-size: 13px;
    font-weight: 500;
    font-style: normal !important
}

.shopping-cart table {
    width: 100% !important;
    border: 1px solid #ddd
}

.shopping-cart table th {
    background-color: #f3f3f3;
    padding: 15px 20px !important;
    border-color: #f3f3f3 !important;
    font-size: 14px;
    text-align: center
}

.shopping-cart table tr:nth-of-type(odd) {
    background-color: #fff
}

.shopping-cart table tr td {
    text-align: center !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    width: 140px;
    padding: 29px 5px 30px 5px !important;
    vertical-align: middle;
    position: relative;
}

.shopping-cart .remove {
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px
}

.shopping-cart table tr td .form-control {
    display: -webkit-inline-box !important;
    display: -webkit-box !important;
    padding: 10px 0 !important;
    border: 1px solid #ddd;
    height: 38px;
    margin: auto !important;
    text-align: center;
    border: px solid;
    float: left;
    position: relative;
    left: 13px;
    width: 58px
}

.continue-shopping {
    text-decoration: underline
}

.mb-0 {
    margin-bottom: 0
}

.cart-title {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px !important;
    margin-bottom: 10px !important
}

.cart-title h2:before {
    background: 0 0;
    /* background: #69a041; */
    content: "";
    height: 3px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 35px;
    width: 86px;
    border-radius: 5px
}

.pt-0 {
    padding-top: 0
}

.cart-title .filter-title h2 {
    padding-bottom: 3px
}

.summary {
    font-size: 20px;
    padding-bottom: 5px;
    color: #000
}

.tab {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 12px;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    transition: .3s;
    font-size: 17px
}

.tab button:hover {
    background-color: #ddd
}

.tab button.active {
    background-color: #ccc
}

.tabcontent {
    display: none;
    padding: 0;
    border: 0 solid #ddd;
    height: 100%
}

.tabcontent .form-group {
    margin-bottom: 0
}

.tabcontent .tabform-group {
    margin-bottom: 20px !important
}

.tabcontent .update-btn {
    margin-bottom: 5px !important;
    height: 45px !important;
    font-size: 18px
}

.forgotpwd {
    padding: 0 !important
}

.mt-15 {
    margin-top: 15px !important
}

.forgotpwd {
    padding: 7px 0 !important
}

.subtabcontent {
    border: 0 solid
}

.modenames {
    font-size: 14px !important;
    color: #000;
    font-weight: 500;
    background: #000;
    padding: 15px 20px !important;
    width: 27%;
    border: 1px solid #ddd !important
}

.subtabcontent button.active {
    background-color: #000;
    color: #fff
}

.subtabcontent button:hover {
    background-color: #000;
    color: #fff
}

.paymentmode-content {
    border: 0 solid;
    height: auto;
    padding: 0 30px !important;
}

.select-bank {
    font-size: 14px !important;
    color: #000;
    font-weight: 600;
    /* padding-top: 30px */
}

.personal-details .shopping-cart .newsletter-check {
    padding: 10px 20px 0 5px !important;
    text-decoration: none;
    font-size: 15px
}

#Credit-debit .form-group {
    margin-right: 20px
}

.personal-details .shopping-cart .check-mark {
    position: absolute;
    top: 1px;
    left: 0;
    padding-top: 10px !important;
    height: 15px;
    width: 15px
}

.paymentmode-content {
    padding-left: 0;
    padding-right: 0
}

.net-banking {
    padding: 20px 0 0 0
}

.net-banking a {
    color: #69a041;
    line-height: 1.2 !important
}

.net-banking h4 {
    padding: 0
}

.net-banking p {
    font-size: 12px;
    padding: 0 0 17px 0;
    line-height: 1.5;
    margin: 0
}

.shopping-cart .emi-table th {
    text-align: center;
    background-color: #f4f4f4;
    padding: 15px 15px !important;
    border-color: #eee !important;
    font-size: 14px;
    font-weight: 500
}

.shopping-cart .emi-table td {
    text-align: center;
    padding: 15px 15px !important;
    border-color: #f3f3f3 !important;
    font-size: 12px;
    font-weight: 500
}

.single-tabs {
    border: 1px solid #ddd !important;
    height: 10%;
    margin-right: 35px;
    font-size: 16px !important;
    vertical-align: middle;
    background: #fff !important;
    padding: 0 0 0 1px !important;
    color: #d2d2d2
}

.main-tab:hover {
    color: #000;
    background-color: #fff !important
}

.main-tab.active {
    color: #000;
    background-color: #fff4e9 !important
}

.main-tab.active i {
    color: #f13e47
}

.single-tabs button {
    height: 100%;
    width: 100%
}

.main-tab .complete {
    color: #2ba12b
}

.single-tabs i {
    font-size: 28px !important;
    padding-right: 20px;
    vertical-align: middle
}

.haveaccount {
    padding-left: 55px !important
}

.order-date {
    font-size: 12px;
    color: #444;
    line-height: 1.9;
    font-weight: 600
}

.order-date a {
    color: #5794c5
}

.delivered {
    font-size: 16px;
    color: #68af38;
    font-weight: 600
}

.delivery-on {
    font-size: 16px;
    color: #f24952;
    font-weight: 600
}

.red-buy-btn {
    background: #f13e47 !important;
    border: 1px solid #f13e47 !important
}

.img-height {
    height: 80px !important
}

.wishlist-pro-title {
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1.4
}

.buy-btn {
    font-weight: 600 !important;
    font-size: 18px !important;
    padding: 10px 8px 10px 8px;
    height: 52px !important;
    background: #d7d7d7;
    border: 1px solid #d7d7d7 !important;
    color: #fff
}

.dealsforyou {
    background: #f3f3f3;
    border: 1px solid #ededed;
    height: 270px;
    padding: 25px;
    border-radius: 10px
}

.dealsforyou img {
    height: 100%;
    margin: auto
}

.bottom-hr {
    border: 1px solid #eee
}

.coupon-code {
    font-size: 16px;
    color: #646464;
    font-weight: 500;
    margin-bottom: 10px
}

.coupon {
    border: 1px solid #ededed;
    padding: 30px 15px;
    width: 100%;
    font-size: 22px;
    color: #1178b7;
    text-align: left;
    vertical-align: middle;
    border-radius: 10px
}

.vl {
    border-left: 1px solid #ccc;
    height: 260px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 70px;
    padding-top: 85px
}

.or {
    height: 45px;
    width: 45px;
    background: #ddd;
    border-radius: 50%;
    margin-left: -50%;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 12px 0 0 0
}

.ccavenue {
    float: right !important
}

.tabcontent1 {
    display: block;
    height: 58%
}

.tabcontent2 {
    height: auto
}

.tabcontent3 {
    height: 90%
}

.product-rating .rating-icons {
    text-align: left
}

.subscription-email-bg {
    background: #fff !important
}

#wishlist {
    height: 20px
}

.radiobtn {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%
}

.container:hover input~.radio {
    background-color: #fff;
    border: 1px solid #ccc
}

.container input:checked~.radio {
    background-color: #fff;
    border: 1px solid #ccc
}

.radio:after {
    content: "";
    position: absolute;
    display: none
}

.container input:checked~.radio:after {
    display: block
}

.container .radio:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc
}

.radio {
    position: relative;
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.radio-btn-label {
    font-size: 12px !important;
    padding: 0 8px 0 0 !important;
    color: #000
}

@media (max-width:991px) {
    .shopping-cart table tr td {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        padding: 29px 5px 30px 5px !important;
        vertical-align: middle
    }

    .buy-btn {
        font-weight: 600 !important;
        font-size: 12px !important;
        height: 52px !important;
        background: #d7d7d7;
        border: 1px solid #d7d7d7 !important;
        color: #fff;
        width: 100%
    }

    .tabcontent {
        display: none;
        padding: 35px 0;
        border: 0 solid #ddd;
        height: auto
    }

    .haveaccount {
        padding-left: 0 !important;
        padding-top: 30px
    }

    .forgotpwd {
        text-align: right !important;
        width: 100%
    }

    .asguest {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px
    }

    .vl {
        border-left: 0 solid #ccc
    }

    .or {
        margin-top: 320px
    }

    .single-tabs {
        border: 1px solid #ddd !important;
        height: 15%;
        margin-right: 0;
        font-size: 16px !important;
        vertical-align: middle;
        background: #fff !important;
        padding: 0 0 0 1px !important;
        color: #d2d2d2
    }

    .ccavenue {
        float: none !important
    }

    .cart-title {
        padding: 50px 0 0 0
    }

    .modenames {
        width: 100%
    }

    .product-rating .rating-icons {
        text-align: center
    }

    .middleBar .header-items .header-item a {
        position: relative;
        display: block;
        line-height: 15px;
        color: #666;
        margin: 0 auto;
        height: 20px;
        position: relative
    }

    .myaccount-list .menu.home-one-menu nav ul li a {
        font-size: 12px !important;
        text-align: left !important;
        padding: 0 !important;
        letter-spacing: 0
    }

    .arraydown {
        text-align: center;
        font-size: 16px;
        margin-top: 0
    }

    #wishlist {
        height: 10px
    }
}


.thankyou {
    margin-bottom: 10px !important
}

.forms {
    padding: 10px 0
}

.pt-10 {
    padding-top: 10px !important
}

.personal-details .checkout-section label {
    display: inline-block !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 0 !important;
    color: #000 !important
}

.personal-details shopping-cart-inputs .input-lg {
    height: 100% !important
}

.quantity-minus {
    left: 0
}

.quantity-plus {
    top: 0px;
}

.quantity {
    border: 1px solid #ddd;
    float: left;
    border-radius: 50%;
    width: 20px;
    right: 0;
    height: 20px;
    background: #ddd;
    line-height: 20px;
    position: absolute;
    top: 8px;
    vertical-align: middle;
    color: #000;
    cursor: pointer;
}

.quantity_pdp {
    border: 2px solid #020202;
    float: left;
    /* border-radius: 50%; */
    width: 50px;
    right: 0;
    height: 50px;
    background: #3fc8f4;
    line-height: 20px;
    position: absolute;
    /* top: 8px; */
    vertical-align: middle;
    color: #ffffff;
    cursor: pointer;
}

.viewallbottom {
    color: #69a041 !important;
    font-size: 15px;
    padding-right: 115px;
    padding-bottom: 25px
}

.coupon-success {
    display: block;
    margin-top: 0;
    padding: 5px 3px;
    ;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    color: #026fb2;
    text-align: left;
    display: none
}

.form-control[readonly],
fieldset[readonly] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}
.bookbtn {
    background: #3fc8f4;
    border: 1px solid #3fc8f4 !important;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    font-weight: 700;
    margin-left: 0;
    width: 140px;
    margin-bottom: 10px;
    width: 100%
}

.bookbtn:hover {
    color: #69a041
}

.modal-content.model_data {
    background-color: #fff;
    width: 100%;
    margin-top: 0
}

.close_book_now {
    float: right
}

.modal-header {
    border-bottom: none
}

.modal-footer {
    border-top: none
}

.modal-content.model_data button.gss_submit {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    width: 100%;
    height: 60px;
    font-size: 24px
}

.modal-content.model_data button.gss_submit:hover {
    color: #00af00
}

.comment>textarea {
    width: 100%;
    /* min-height: 145px; */
    padding: 15px
}

.give-rating input[type=submit] {
    font-size: 18px;
    padding: 15px 0;
    font-weight: 700;
    margin-left: 0;
    width: 140px
}

.write-review .btn {
    font-size: 18px;
    padding: 15px 0;
    font-weight: 700;
    margin-left: 0;
    text-transform: none;
    width: 180px
}

.btn.btn-dark {
    background-color: #000;
    color: #fff
}

.btn.btn-dark {
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #000;
    margin: 1%
}

.btn.btn-dark:hover {
    color: #69a041;
    text-decoration: none
}

.give-rating.rating {
    margin-top: 25px;
    font-size: 20px
}

#clearfilter {
    text-decoration: underline;
    color: #fff;
    margin-left: 10px;
    cursor: pointer
}

.contact-bg{background:#009cff; color:#fff;}
.contact-top{padding-bottom:50px; text-align:center;}
.contact-top h2{font-size:40px; font-weight: 500; margin-bottom: 20px; color:#fff;}
.contact-top p{font-size:22px; line-height:30px;}
.contact-us {font-size: 14px; text-align:center;margin-bottom: 30px;}
.contact-us h3 {color: #fff; padding-bottom:20px;}
.contact-us a{color: #fff; }

.enquiry_form {padding: 50px 100px; background:#fff; margin: -150px auto 0; float: none; box-shadow: 0 0px 20px rgb(0 0 0 / 30%); position: relative; bottom: -150px;}
.enquiry_form h3 {color: #222; font-size:20px; letter-spacing: 1px; margin: 0 0 40px;}
.enquiry_form .form-control{
    color: #989898; background-color:transparent; border:none!important; border-bottom: 1px solid #989898!important; box-shadow: none; border-radius:0px; padding:6px 0px;
}
.enquiry_form .submit-btn{
    font-size:15px; color: #000 ; font-weight: bold; background-color:transparent; border: 2px solid #222222!important; border-radius:0px;
    padding:10px 0px; width: 130px; margin: auto; display: block; margin-top:30px;
}
.address-map iframe{width: 100%; min-height: 500px;}

.contat-bottom{color:#5b5b5b; font-size:18px; font-weight: 500; text-align:center; padding:40px 0;}
.contat-bottom h3{font-size:26px; font-weight: 600; margin:0 0 10px;}
.contat-bottom a{color:#5b5b5b;}

.jconfirm-title-c {text-align: left;color: #2b2b2b}
.jconfirm-buttons {margin-right: 2%}

label.error {
    margin-top: 0;
    padding: 5px 3px;
    font-style: normal;
    line-height: normal;
    font-size: 13px;
    color: #f67173;
    text-align: left;
    font-weight: 400
}

#circleG {
    width: 34px;
    margin: auto
}

.circleG {
    background-color: #fff;
    float: left;
    height: 7px;
    margin-left: 4px;
    width: 7px;
    animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: 1.2675s;
    -o-animation-duration: 1.2675s;
    -ms-animation-duration: 1.2675s;
    -webkit-animation-duration: 1.2675s;
    -moz-animation-duration: 1.2675s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

#circleG_1 {
    animation-delay: .2495s;
    -o-animation-delay: .2495s;
    -ms-animation-delay: 0.2495s;
    -webkit-animation-delay: .2495s;
    -moz-animation-delay: .2495s
}

#circleG_2 {
    animation-delay: .5955s;
    -o-animation-delay: .5955s;
    -ms-animation-delay: 0.5955s;
    -webkit-animation-delay: .5955s;
    -moz-animation-delay: .5955s
}

#circleG_3 {
    animation-delay: .7585s;
    -o-animation-delay: .7585s;
    -ms-animation-delay: 0.7585s;
    -webkit-animation-delay: .7585s;
    -moz-animation-delay: .7585s
}

@keyframes bounce_circleG {
    50% {
        background-color: #000
    }
}

@-o-keyframes bounce_circleG {
    50% {
        background-color: #000
    }
}

@-ms-keyframes bounce_circleG {
    50% {
        background-color: #000
    }
}

@-webkit-keyframes bounce_circleG {
    50% {
        background-color: #000
    }
}

@-moz-keyframes bounce_circleG {
    50% {
        background-color: #000
    }
}

@media (min-width:768px) {
    .header-icons {
        font-size: 19px;
        font-weight: 500
    }

    .middleBar .header-items .header-item span {
        font-size: 10px !important;
        line-height: 20px
    }

    .cart a i {
        margin-left: -5px
    }

    .middleBar .header-items .header-item a {
        position: relative;
        display: block;
        line-height: 1.2;
        color: #35404f;
        margin: 0 auto;
        height: 20px;
        position: relative
    }

    .search-header {
        padding: 10px 0
    }

    .cart {
        background: #ddd;
        height: 40px;
        padding-top: 10px;
        font-size: 10px
    }

    .cart2 {
        background: #ddd;
        height: 40px;
        font-size: 10px
    }

    .cart3 {
        height: 40px;
        font-size: 10px
    }

    .cart3 a {
        margin-top: 2px !important
    }
}

@media (min-width:601px) and (max-width:800px) {
    .cart3 .centered {
        position: absolute;
        top: 50%;
        left: 39%;
        transform: translate(-50%, -50%)
    }
}

@media (min-width:401px) and (max-width:600px) {
    .cart3 .centered {
        position: absolute;
        top: 30%;
        left: 49%;
        transform: translate(-50%, -50%)
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .cart3 .centered {
        position: absolute;
        top: 35%;
        left: 46% !important;
        transform: translate(-50%, -50%)
    }

    .shopping-cart table tr td .form-control {
        width: 38px
    }
}

@media (max-width:991px) {
	.enquiry_form{margin:-150px 20px 0;}
    .shopping-cart table tr td .form-control {
        width: 38px
    }

    .exclusive-offer-div {
        padding: 50px 13px 0 13px !important
    }

    .personal-details .complete-profile {
        background: #006eb2;
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 19px;
        line-height: 1.3
    }

    .exclusive-offer-bg {
        background: url(images/exclusive-offer-bg2.png);
        background-size: contain;
        height: 100px;
        width: 100%;
        background-repeat: no-repeat
    }
}

@media (max-width:767px) {
    .middleBar .header-items .header-item {
        width: 55px
    }

    .filter-title h2 {
        font-size: 20px !important
    }

    .cart-title h2:before {
        margin-top: 0
    }

    .filter-title h4 {
        font-size: 16px !important;
        margin-bottom: 10px
    }

    .categoryies-option label {
        font-size: 14px
    }

    .logo {
        margin: auto
    }

    .searchinputbx {
        padding-left: 0 !important
    }

    .product-rating {
        text-align: left !important
    }

    .big-subscription-form .form-control {
        border-radius: 10px !important
    }

    .big-subscription-form .btn.btn-default {
        color: #fff;
        border-radius: 10px;
        width: auto;
        margin-top: 1px;
        margin-top: 10px !important;
        margin: auto
    }

    .cart3 figcaption {
        position: absolute;
        top: 7px;
        left: 30% !important;
        color: #69a041;
        font-weight: 600
    }

    .mob-acc {
        position: relative
    }

    .catalog-wrapper .form-title {
        font-size: 16px;
        padding: 16px 10px
    }

    .mob-acc:after,
    .mob-acc:before {
        content: "";
        width: 2px;
        height: 15px;
        position: absolute;
        top: 40%;
        right: 20px;
        background: #fff;
        z-index: 9;
        transition: .5s ease
    }

    .mob-acc:after {
        transform: rotate(90deg)
    }

    .mob-acc.active:before {
        transform: rotate(270deg)
    }

    #clearfilter label {
        font-size: 16px !important;
        margin: 0
    }

    .table-resposive thead {
        display: none
    }

    .table-resposive .img-responsive {
        padding: 0 !important;
        margin: 0 auto
    }

    .table-resposive tbody,
    .table-resposive td,
    .table-resposive th,
    .table-resposive tr {
        display: block;
        width: 100% !important
    }

    .table-resposive tr:nth-child(n+2) {
        border-top: 1px solid #000
    }

    .shopping-cart table.table-resposive td {
        padding: 10px 10px 15px 10px !important;
        position: relative;
        text-align: center !important;
    }

    .shopping-cart table.table-resposive td .table-left-title{
        text-align: center !important;
    }

    .table-resposive td:before {
        content: attr(data-column);
        color: #000;
        font-weight: 700;
        white-space: nowrap;
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%)
    }

    /* .shop-qty {
        width: 125px !important;
        margin: 0 auto;
        height: 45px;
        left: auto;
        transform: none;
    } */
}

#check {
    height: 15px;
    width: 15px
}

@media (max-width:766px) {
    .grid-space-1 div[class*=col-] {
        padding: 0 1px
    }
}

@media (max-width:400px) {
    .cart3 .centered {
        position: absolute;
        top: 50%;
        left: 49%;
        transform: translate(-50%, -50%)
    }
}

.terms-title h2:before {
    background: 0 0;
    background: #066fb0;
    content: "";
    height: 3px;
    left: 0;
    margin-top: 9px;
    position: absolute;
    top: 29px;
    width: 180px;
    border-radius: 5px
}

.cookbook-description {
    padding: 10px 30px
}

.cookbook-description .container {
    margin: 25px 0
}

.cookbook-mobile-image {
    display: none
}

.cookbook-btn-wrap {
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.cookbook-btn-wrap .blue-btn {
    background-color: #003150;
    color: #fff;
    width: 220px;
    margin-right: 30px;
    padding: 5px 20px;
    white-space: pre-wrap
}

.warranty-form-wrap {
    padding: 10px 50px;
    max-width: 600px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 20px;
    margin: 20px auto
}

.warranty-form .form-group {
    width: 100%
}

.warranty-form .form-group.df {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.warranty-form .form-group.df div:first-child {
    width: 35%
}

.warranty-form .form-group.df div:last-child {
    width: 50%
}

.warranty-form .form-group input,
.warranty-form .form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #888;
    outline: 0;
    border-radius: 10px
}

.warranty-form .form-group label {
    display: block;
    color: #ba1863
}

.warranty-form.product-page .form-group label {
    display: block;
    color: #1a78e5
}

.modal#warranty-popup {
    top: 50%;
    transform: translateY(-50%)
}

#warranty-popup .modal-dialog .modal-content {
    background-color: #dadada
}

#warranty-popup .modal-dialog .modal-content .modal-body {
    padding: 0 15px 30px 15px
}

#warranty-popup .modal-dialog .modal-content .modal-header {
    padding: 10px 10px 0 0
}

.warranty-text h3 {
    color: #222
}

.warranty-popup-content {
    width: 60%;
    margin: 0 auto
}

.warranty-popup-content .email-form {
    padding: 0 20px
}

.email-form form input {
    width: 80%;
    padding: 10px 15px;
    border: 1px solid #afafaa;
    margin-bottom: 10px
}

.email-form form input::placeholder {
    text-align: center
}

.email-form form button {
    margin: 0
}

.product-code-image-wrap {
    display: flex;
    justify-content: center
}

.warranty-form .form-group.df.product-code div:first-child {
    width: 50%
}

.warranty-form .form-group.df.product-code div:last-child {
    width: 45%
}

.form-group.df.product-code div:last-child a {
    font-size: 18px;
    vertical-align: middle;
    text-decoration: underline;
    color: #00adff
}

.eligibilty strong {
    margin-bottom: 10px;
    display: block
}

.eligibilty .coupon-code-field .btn {
    padding: 8px 13px;
    width: 80px;
    font-size: 12px
}

.product-row.warranty {
    display: none;
    width: 60%
}

@media (min-width:768px) {
    .modal#warranty-popup .modal-dialog {
        width: 60%
    }
}
.shop-now-btn-cat.btn {
    background: #3fc8f4;
    color: white;
    padding: 5px 15px;
    position: absolute;
    right: 10px;
    top: 50%;   
    transform: translateY(-50%);
}
.fa-heart{
    color:white;
}
.fa-heart.fill{
    color:rgb(255, 0, 0);
}
.my-order-dis-name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 0;
    padding-left: 15px;
}
.my-order-product{
    min-width: 350px;
}