/* body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background: #f7f7f7
}

* {
    outline: 0 !important
}

h4 {
    line-height: 1.4em;
    font-size: 16px
}

a {
    text-decoration: none !important
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style-position: inside
}

.top {
    background: #005499;
    padding: 0;
    height: 36px;
    overflow: hidden
}

.top-left {
    float: left;
    color: #d4dce8;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0
}

.top-menu {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0
}

.top-menu li {
    float: left;
    font-size: 12px;
    padding: 0;
    height: 36px
}

.top-menu li a {
    color: #bfd4e5;
    transition: all .5s;
    display: block;
    padding: 5px 12px
}

.top-menu li a:hover {
    color: #fff;
    text-decoration: none
}

.top-menu li .fa {
    font-size: 13px;
    margin-right: 2px
}

header {
    background: #0063b5 none repeat scroll 0 0;
    padding: 12px 0
}

.header {
    width: 100%;
    display: block;
    height: 100px;
    padding: 10px 0
}

.search_top {
    position: relative;
    width: 300px
}

.search_top .pin_code_btn {
    position: absolute;
    top: 0;
    right: 0
}

.pin_code_btn:after {
    content: '';
    display: block;
    border-left: 6px solid #005499;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: -1px;
    top: 11px;
    z-index: 99
}

#ui-id-1 {
    width: 350px !important;
    height: 400px;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px
}

#ui-id-1 .ui-menu-item {
    list-style-position: initial;
    padding: 0 0 5px 0
}

#ui-id-1::-webkit-scrollbar {
    width: 10px
}

#ui-id-1::-webkit-scrollbar-track {
    background: #f1f1f1
}

#ui-id-1::-webkit-scrollbar-thumb {
    background: #309f0c
}

#ui-id-1::-webkit-scrollbar-thumb:hover {
    background: #555
}

.pin_code {
    background: url(../images/gps.png) left center no-repeat;
    margin: 0;
    padding: 0 0 0 23px;
    border: none;
    color: #fff;
    height: 36px;
    width: 100%
}

.pin_input_outer {
    width: 154px;
    position: relative;
    float: left
}

.pin_input_outer:after {
    content: '';
    display: block;
    border-left: 6px solid #005499;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -6px;
    top: 11px;
    z-index: 99
}

.pin_code_btn {
    width: 80px;
    height: 36px;
    background: #037ce1;
    color: #fff;
    border: none;
    font-size: 11px;
    font-family: Open Sans;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.pin_code_btn:hover {
    background: #ffe11b;
    color: #000
}

.pin_change {
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 10px !important
}

.logo {
    width: 249px;
    float: left;
    margin-left: -2px;
    margin-top: 3px
}

.head_right {
    padding-right: 125px;
    position: relative;
    margin-top: 4px;
    margin-left: 264px
}

.cart_user {
    position: absolute;
    right: 0;
    top: 14px
}

.cart_user>li {
    list-style: none;
    float: left;
    margin-left: 12px;
    text-align: center
}

.cart_user>li.navbar-right {
    margin-right: 0
}

.cart_user>li>a {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #005499;
    text-align: center;
    color: #e6eef5;
    font-size: 16px;
    padding: 8px;
    position: relative;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.item_count {
    width: 19px;
    height: 19px;
    position: absolute;
    border-radius: 50%;
    background: #ffe11b;
    font-size: 10px;
    color: #000;
    line-height: 14px;
    right: 2px;
    top: 6px;
    border: 2px solid #005499;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.cart_user>li>a:hover {
    background: #fff;
    color: #0063b5
}

.cart_user>li>a:hover .item_count {
    border-color: #fff
}

.pin-cnt {
    float: left;
    margin: 0 0 0 25px;
    padding: 18px 0;
    width: 210px;
    line-height: 17px
}

.pin-cnt span {
    color: #fff;
    font-size: 13px
}

.pin-cnt input[type=text] {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding: 2px 6px
}

.pin-cnt input[type=submit] {
    background: #004781;
    border: 0;
    color: #fff;
    width: 30%;
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 0;
    text-transform: uppercase
}

.orderbybox {
    width: 50%;
    padding-right: 20px;
    float: left
}

.orderby {
    border-radius: 3px;
    background: #0481ea;
    text-align: center;
    line-height: normal;
    overflow: hidden;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.orderby .left,
.orderby .right {
    height: 72px;
    padding: 15px;
    float: left
}

.orderby .left {
    width: 40%;
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.orderby .left span {
    display: block !important;
    font-size: 13px;
    font-weight: 400
}

.orderby .right {
    background: #ffe11b;
    width: 60%;
    font-size: 13px;
    color: #000;
    line-height: normal
}

.orderby .right a {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    display: block
}

.exchange_outer {
    color: #f1f1f1;
    height: 72px;
    padding: 0;
    width: 50%;
    border-radius: 3px;
    overflow: hidden;
    float: left;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    background: #0159a2
}

.exchange_outer .exchange {
    height: 100%;
    background-position: center center !important
}

.main {
    margin-top: 20px;
    width: 100%;
    float: left
}

.main>.section_full:first-child {
    padding-top: 0
}

.sidebar-menu {
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 99
}

.demo-1 {
    display: none
}

.sidebar {
    width: 244px;
    float: left;
    margin-bottom: 30px
}

.main-right-slider {
    width: 78.5%
}

.main-slider {
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25)
}

#home-slider {
    overflow: hidden
}

#home-slider .owl-pagination {
    position: absolute;
    bottom: 16px;
    margin: 0;
    text-align: right;
    width: 98%
}

.main-slider img {
    width: 100%
}

.main .right-sidebar {
    width: 27%
}

.main .right-sidebar .banner1 {
    margin-bottom: 25px
}

.sidebar-menu .widget-title {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    padding: 12px 25px;
    font-size: 13px;
    height: 50px
}

.nav-sidebar {
    height: 485px;
    padding-top: 6px
}

.sidebar-menu {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25)
}

.sidebar-menu ul {
    margin: 0;
    padding: 0;
    font-size: 13px
}

.sidebar-menu ul li {
    padding: 3px 0 3px 14px;
    line-height: normal
}

.sidebar-menu ul li a {
    color: #7a7a7a;
    display: block;
    padding: 4px 0 4px 10px;
    border: 1px solid transparent;
    border-left-width: 2px;
    border-right: none;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.sidebar-menu ul li.active>a,
.sidebar-menu ul li:hover>a {
    border-color: #e5e5e5;
    color: #000;
    background: #fafafa
}

.sidebar-menu ul li.active>a {
    border-left-color: #0374d2
}

.sidebar-menu ul li {
    position: relative;
    min-height: 40px
}

.sidebar-menu ul li .sub-menu {
    display: none;
    left: 100%;
    position: absolute;
    top: 3px;
    width: 250px;
    z-index: 999999;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
}

.sidebar-menu ul>li:hover .sub-menu {
    display: block
}

.sidebar-menu ul li .sub-menu li {
    background: #fafafa !important;
    list-style: none;
    padding: 0
}

.sidebar-menu ul li .sub-menu li a {
    padding: 10px 15px;
    display: block;
    border: none
}

.sidebar-menu ul li .sub-menu li a:hover {
    color: #000;
    text-decoration: none;
    background: #f1f1f1;
    padding-left: 18px
}

.sidebar-menu .sub-menu .sub-menu2 {
    display: none;
    position: absolute;
    left: 248px;
    top: 0;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2)
}

.sidebar-menu .sub-menu .sub-menu2 li {
    background: #fff !important;
    float: none;
    width: 200px
}

.sidebar-menu .sub-menu .sub-menu2 li:hover {
    background: #fff !important
}

.sidebar-menu ul.sub-menu ul.sub-menu2 li a {
    font-size: 13px
}

.sidebar-menu ul.sub-menu ul.sub-menu2 li:last-child a {
    border-bottom: none !important
}

.sidebar-menu .sub-menu .sub-menu2 li a:hover {
    color: #000 !important
}

.sidebar-menu ul ul li:hover .sub-menu2 {
    display: block
}

.main_section {
    margin-left: 264px
}

.section_inner {
    float: left;
    width: 100%
}

.footerHeight0 {
    height: 0;
    overflow: hidden
}

.filter_sidebar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    background: #fff;
    padding-bottom: 20px
}

.sidebar .tab-content {
    margin-left: 0;
    position: relative;
    z-index: 2;
    padding: 25px
}

.sidebar .nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.sidebar .nav-tabs>li>a {
    padding: 10px 10px 7px;
    font-size: 12px;
    border-radius: 0;
    margin: 0;
    width: 100px
}

.sidebar .nav-tabs>li+li>a {
    width: 144px
}

.sidebar .nav-tabs>li.active>a {
    background: #fff !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.sidebar .nav-tabs>li>a:after {
    display: none !important
}

.sidebar .tab-content .col-sm-10,
.sidebar .tab-content .col-sm-2,
.sidebar .tab-content .col-sm-4 {
    float: none;
    width: auto
}

.sidebar .nav-tabs>li>a:before {
    content: '';
    display: none;
    height: 5px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 3;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.sidebar .nav-tabs>li.active>a:before {
    display: block
}

.sidebar .tab-content label {
    font-weight: 400
}

.sidebar .tab-content .look-for-rdo {
    display: block;
    margin: 0
}

.sidebar .radio_outer {
    padding: 0 0 5px
}

.sidebar .search_btn_box {
    padding-top: 10px
}

.sidebar .search_btn_box label {
    display: none
}

.brand_list_outer .brand_boxes>li {
    width: 25%
}

.brand_desc {
    font-size: 13px;
    margin-top: 10px
}

.logo_with_title .heading {
    padding-top: 30px
}

.services-container {
    width: 100%;
    float: left;
    margin-top: 15px
}

.services-container-inner {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    overflow: hidden
}

.services-container .sicon-box {
    border-right: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 20%
}

.services-container .sicon-box:last-child {
    border: none
}

.sicon {
    background: rgba(0, 0, 0, 0) url(../images/service-icon.png) no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 35px;
    margin-right: 5px;
    width: 40px
}

.sicon.installation {
    background-position: -48px 0
}

.sicon.prices {
    background-position: -94px 0
}

.sicon.brands {
    background-position: -134px 0
}

.sicon.delivery {
    background-position: -173px 0
}

.services_box {
    height: 130px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25)
}

.hight_box {
    margin: 0;
    padding: 0
}

.hight_box>li {
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    padding: 28px 10px
}

.hight_box>li+li {
    border-left: 1px solid #f0f0f0
}

.box_icon {
    display: block;
    width: 60px;
    height: 40px;
    margin: 0 auto 10px;
    background: url(../images/service-icon.png) 0 0 no-repeat
}

.shipping {
    background-position: 0 0
}

.installation {
    background-position: -60px 0
}

.prices {
    background-position: -120px 0
}

.brands {
    background-position: -180px 0
}

.delivery {
    background-position: -240px 0
}

.aio-icon-box {
    display: inline-block;
    margin: 10px 0 0
}

.section-search {
    margin-top: 20px;
    width: 100%;
    float: left
}

.section-search .nav-tabs {
    border-bottom: medium none
}

.divider {
    clear: both;
    height: 30px
}

.look-for-rdo {
    display: inline;
    margin: 0 10px 0 0;
    width: auto
}

.find-battery {
    background: #00589f;
    border: 1px solid #00589f;
    color: #fff;
    padding: 8px 0;
    text-transform: uppercase;
    transition: all .5s
}

.find-battery:hover {
    background: #fff;
    border: 1px solid #00589f;
    color: #00589f
}

.nav-tabs>li>a:hover {
    background: #3094e4 none repeat scroll 0 0;
    border-color: #3094e4
}

.side-section-search input[type=submit] {
    background: #0063b5 none repeat scroll 0 0;
    border: 1px solid #0063b5;
    border-radius: 0;
    color: #fff;
    font-weight: lighter;
    padding: 12px 0;
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    font-weight: 600
}

.side-section-search input[type=submit]:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #0063b5
}

.body-section {
    width: 100%;
    float: left;
    margin-top: 30px
}

.section-left {
    width: 78.5%
}

.section-right {
    width: 21.5%
}

.nws-ltr {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0, #f5f5f5 100%, #7db9e8 100%) repeat scroll 0 0;
    border-radius: 6px;
    border-top: 5px solid #059;
    box-sizing: border-box;
    float: left;
    padding: 30px 15px 15px;
    width: 100%;
    margin: 0 0 30px 0
}

.nws-cntr {
    float: left;
    margin: 0 0 35px;
    width: 100%
}

.nws-cntr h3 {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    margin: auto;
    text-transform: uppercase
}

.nws-cntr p {
    color: #939393;
    font-size: 13px;
    line-height: 20px;
    margin: 8px 0
}

.nws-cntr input[type=text] {
    border: 1px solid #d9d5d5;
    box-shadow: 0 0 0;
    height: auto;
    margin-bottom: 15px;
    padding: 10px 0
}

.nws-cntr input[type=button] {
    background: #059 none repeat scroll 0 0;
    border: 1px solid #059;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all .3s ease-out 0s
}

.nws-cntr input[type=button]:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #059
}

.bst-deal {
    background: #334e65 url(../images/bg-btry.png) no-repeat scroll center center;
    border-radius: 6px;
    float: left;
    padding: 20px;
    width: 100%;
    min-height: 192px
}

.bst-deal.mb15 {
    margin-bottom: 15px
}

.bst-car-bnr {
    background: #334e65;
    margin-top: 0;
    background-size: 100%
}

.bst-deal .bst-dl-cont {
    display: table;
    width: 100%
}

.bst-deal .bst-dl-cont .cell {
    display: table-cell;
    vertical-align: middle;
    height: 150px
}

.bst-deal .bst-dl-cont .btn {
    padding: 5px 15px;
    transition: all .5s
}

.bst-deal .bst-dl-cont .btn:hover {
    background: #0063b5;
    border: 1px solid #014c88;
    color: #fff
}

.bst-deal .bst-dl-cont h3 {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    margin: 0 0 8px;
    text-transform: uppercase
}

.bst-deal .bst-dl-cont p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 8px
}

.bst-deal .bst-dl-cont input[type=button] {
    background: #006fcb none repeat scroll 0 0;
    border: 1px solid #006fcb;
    color: #fff;
    padding: 4px 12px;
    text-transform: uppercase;
    transition: all .3s ease-out 0s
}

.bst-deal .bst-dl-cont input[type=button]:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff
}

.need-hlp-sd-bnr {
    width: 100%;
    float: left;
    padding: 10px;
    border: 10px solid #08c;
    border-radius: 6px;
    margin-bottom: 25px
}

.ned-hlp-cntr {
    width: 100%;
    float: left
}

.ned-hlp-cntr h2 {
    color: #08c;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase
}

.ned-hlp-cntr h3 {
    color: #085583;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 32px
}

.ned-hlp-cntr p {
    color: #ff7f00;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0;
    display: block
}

.ned-hlp-cntr h4 {
    color: #085583;
    font-size: 18px;
    line-height: 30px
}

#state_city_form input[type=submit] {
    background: #3bba11;
    color: #fff;
    outline: 0;
    border: none;
    width: 100%;
    height: 39px;
    text-transform: uppercase;
    font-size: 17px
}

.city_blue_btn input[type=submit] {
    background: #0063b5;
    color: #fff;
    outline: 0;
    border: none;
    width: 100%;
    height: 39px;
    text-transform: uppercase;
    font-size: 17px
}

.check-availability .col-md-5 {
    width: 100%
}

.check-availability .col-md-2 {
    width: 26%
}

.ref-to-frnd {
    width: 100%;
    float: left;
    border-radius: 6px;
    background: #a95705 url(../images/bg-ref-frnd.png) no-repeat scroll center center;
    box-sizing: border-box;
    margin: 20px 0
}

.ref-to-frnd-cnt {
    background: rgba(0, 0, 0, .7);
    border-radius: 6px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 20px;
    box-sizing: border-box
}

.ref-to-frnd-cnt h2 {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    display: inline-block
}

.ref-to-frnd-cnt p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin: 8px 0
}

.ref-to-frnd-cnt input[type=email] {
    border: 0 none;
    border-radius: 3px;
    text-align: center;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0
}

.ref-to-frnd-cnt input[type=submit] {
    background: #006fcb;
    border: 1px solid #006fcb;
    color: #fff;
    padding: 4px 12px;
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    margin: 10px 0 0 0
}

.ref-to-frnd-cnt input[type=submit]:hover {
    background: #ff7f00;
    border: 1px solid #ff7f00;
    color: "#006fcb"
}

.call-bck-from {
    width: 100%;
    float: left;
    background: #999;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #80919f url(../images/bg-call-bck.png) no-repeat;
    margin: 35px 0 20px 0
}

.call-bck-from-cnt {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box
}

.call-bck-from-cnt h2 {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    margin: auto;
    text-transform: uppercase;
    text-shadow: 0 0 2px #333
}

.call-bck-from-cnt p {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    margin: 8px 0
}

.call-bck-from-cnt input[type=text] {
    border: 0 none;
    border-radius: 3px;
    text-align: center;
    margin: 0 0 10px 0;
    background: rgba(255, 255, 255, .9);
    display: block;
    width: 100%
}

.call-bck-from-cnt input[type=submit] {
    background: #006fcb;
    border: 1px solid #006fcb;
    color: #fff;
    padding: 4px 12px;
    text-transform: uppercase;
    transition: all .3s ease-out 0s
}

.call-bck-from-cnt input[type=submit]:hover {
    background: #fc9631;
    border: 1px solid #fc9631;
    color: "#006fcb"
}

.testn {
    width: 100%;
    float: left
}

#quote-carousel {
    background: 0 0;
    height: 150px
}

.carousel-control.left,
.carousel-control.right {
    display: none
}

.right_box {
    margin-left: 3px
}

.textimonial_box {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    padding: 30px;
    height: 220px
}

.textimonial_box blockquote {
    padding: 0 0 0 34px;
    border: none;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    font-family: Open Sans;
    position: relative
}

.textimonial_box blockquote .fa {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 2px;
    color: #ddd
}

.section_ftop {
    background: #046cc2;
    color: #fff;
    position: relative;
    height: 200px;
    overflow: hidden
}

.need_help {
    padding: 40px 0 20px
}

.need_help h2 {
    margin: 0;
    padding: 5px 0 8px;
    float: left;
    width: auto;
    color: #b2d7f5;
    font-weight: 300;
    font-size: 26px;
    text-align: right;
    height: 100%;
    padding-right: 40px;
    background: url(../images/divider.png) right center no-repeat
}

.need_help h2 span {
    white-space: nowrap;
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px
}

.need_help_detail {
    width: 500px;
    float: right
}

.need_help_detail h5 {
    margin: 0 0 18px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 10px
}

.help_no_box {
    width: 50%;
    float: left;
    padding-left: 40px;
    position: relative;
    font-size: 19px;
    font-weight: 600
}

.help_no_box .fa {
    position: absolute;
    left: 0;
    top: 5px;
    color: #ffe11b;
    font-size: 30px
}

.help_no_box h6 {
    margin: 0 0 5px;
    font-size: 17px;
    color: #85dbff
}

.refer_friend_box {
    padding: 35px 0 35px 30px;
    position: relative;
    height: 200px;
    z-index: 2
}

.refer_friend_box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5000%;
    left: 0;
    z-index: -1;
    background: #0063b5
}

.refer_friend_box .heading {
    color: #fff
}

.refer_friend_box .form-control {
    background: 0 0;
    border-color: rgba(255, 255, 255, .2);
    color: #fff;
    margin-bottom: 10px
}

.refer_friend_box .btn-primary {
    background: #ffe11b;
    color: #000
}

.carousel-indicators {
    position: absolute;
    bottom: 0
}

.carousel-indicators li {
    background: #e1e1e1;
    border: none;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.carousel-indicators .active {
    background: #1580d8
}

.request-quot {
    width: 100%;
    float: left;
    margin: 10px 0
}

.request-quot span {
    min-width: 170px;
    margin: 0 5px 5px 0;
    background: #1785d4;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.request-quot span:hover {
    background: #ffe11b
}

.call_back_btn {
    width: 36px;
    height: 189px;
    background: url(../images/call_back.jpg) center center no-repeat;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
    cursor: pointer;
    font-size: 0
}

.call_back_form {
    position: fixed;
    top: 40%;
    width: 300px;
    padding: 25px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    right: -330px;
    font-size: 13px;
    z-index: 100;
    display: none
}

.call_back_form h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 5px
}

.call_back_form p {
    line-height: normal;
    color: #888
}

.close_form {
    float: right;
    margin: -15px -15px 0 0;
    font-size: 16px;
    color: #aaa;
    padding: 5px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.close_form:hover {
    color: #333
}

.call_back_form .form-control {
    margin-bottom: 10px
}

.modal-dialog {
    width: 900px
}

.home_about {
    font-size: 13px;
    margin-bottom: 15px;
    width: 95%
}

.nav-tabs {
    text-align: center
}

.nav-tabs>li {
    float: none;
    display: inline-block;
    margin: 0
}

.nav-tabs>li>a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Open Sans;
    color: #999;
    background: 0 0 !important;
    border: none !important;
    position: relative;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.nav-tabs>li>a:after {
    border-bottom: 8px solid #fff;
    content: '';
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: none
}

.nav-tabs>li>a:hover {
    color: #333
}

.tab-content {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    padding: 30px;
    margin-left: -10px
}

.section-search label {
    font-weight: 400;
    font-size: 13px;
    color: #000
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #309f0c
}

.nav-tabs>li.active>a:after {
    display: block
}

.btn,
.form-control {
    border-radius: 0;
    height: 40px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.form-control {
    font-size: 13px
}

.btn {
    box-shadow: 0 0 0 0 #000 inset
}

.btn:hover {
    box-shadow: 0 50px 0 0 #3bba11 inset;
    color: #fff !important;
    border: none
}

.review-rating .add-to-cart-btn a {
    background: #3bba11;
    color: #fff;
    text-align: center
}

.radio_outer {
    display: block;
    padding-top: 10px
}

.btn-primary {
    font-weight: 600;
    background: #1580d8;
    padding: 9px 16px;
    border: none;
    min-width: 120px
}

.cat_lists_outer {
    text-align: center;
    margin-bottom: 30px
}

.cat_lists {
    margin: 20px 0 0;
    padding: 0
}

.cat_lists>li {
    list-style: none;
    width: 16.666%;
    float: left;
    text-align: center;
    min-height: 142px
}

.cat_lists>li+li {
    border-left: 1px solid #ddd
}

.cat_lists>li>a {
    display: block;
    padding: 0 10px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.cat_lists>li>a:hover {
    text-decoration: none;
    color: #000
}

.cat_head {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    line-height: 18px
}

.cat_icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto 10px;
    background: #629adc;
    padding: 28px 15px;
    position: relative;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.cat_icon:before {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid #666;
    border-radius: 50%;
    background: ##fff;
    z-index: -1;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    opacity: 0
}

.cat_lists>li>a:hover .cat_icon:before {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    opacity: 1
}

.cat_lists>li>a:hover .cat_icon {
    background: #333
}

.cat_icon i {
    display: block;
    width: 65px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/service-icon.png) 0 -46px no-repeat
}

.car_battery {
    background: #629adc
}

.inverter_battery {
    background: #d57ada
}

.water_purifiers {
    background: #8dc63f
}

.inverter_combo {
    background: #ec5353
}

.led_vt {
    background: #f5a34a
}

.microwave,
.seat_cover {
    background: #06b9ea
}

.car_battery i {
    background-position: 0 -46px
}

.inverter_battery i {
    background-position: -65px -46px
}

.inverter_combo i {
    background-position: -332px -46px
}

.water_purifiers i {
    background-position: -130px -46px
}

.led_vt i {
    background-position: -195px -46px
}

.microwave i {
    background-position: -260px -46px
}

.seat_cover i {
    background-position: -400px -46px
}

.section_full {
    padding: 30px 0
}

.brand_boxes {
    padding: 0;
    margin: 0 -5px
}

.brand_boxes>li {
    list-style: none;
    float: left;
    width: 33.333%;
    height: 160px;
    padding: 0 5px;
    text-align: center;
    margin: 5px 0
}

.brand_boxes>li>a {
    display: block;
    border: 1px solid #ddd;
    height: 100%;
    padding: 15px;
    text-decoration: none;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    background: #fff
}

.white_bg {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.box_left {
    padding-right: 10px
}

.box_right {
    padding-left: 10px
}

.brand_mg {
    height: 110px;
    display: table;
    width: 100%
}

.brand_mg span {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

.brand_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.brand_boxes>li>a:hover {
    border-color: #aaa
}

.brand_boxes>li>a:hover .brand_title {
    color: #000
}

.plus_icon {
    display: block;
    width: 33px;
    height: 33px;
    position: relative;
    margin: 0 auto;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.plus_icon:after,
.plus_icon:before {
    content: '';
    display: block;
    position: absolute;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.plus_icon:after {
    border-top: 1px solid #fff;
    top: 16px;
    width: 100%;
    left: 0
}

.plus_icon:before {
    border-left: 1px solid #fff;
    left: 16px;
    height: 100%;
    top: 0
}

li.more_brands>a {
    background: #8fbce1;
    border-color: #aec8dd !important
}

.more_brands .brand_title {
    color: #fff !important
}

.more_brands>a:hover {
    background: #0063b5
}

.more_brands>a:hover .plus_icon {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3)
}

.owl-theme .owl-controls {
    margin: 0 !important
}

.heading {
    color: #222;
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600
}

.heading_h1 {
    font-size: 23px;
    font-weight: 600;
    padding: 10;
    margin: 0 0 10px;
    line-height: 30px
}

.product .product-box {
    margin-bottom: 20px;
    width: 20%;
    float: left;
    overflow: hidden
}

.product-bx {
    width: 100%;
    float: left
}

.product-bx .pbox {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: 25px 10px;
    min-height: 150px;
    transition: all .5s
}

.product-bx .pbox .product-img {
    display: block;
    text-align: center;
    height: 65px
}

.product-bx .pbox .product-img img {
    filter: grayscale(100%);
    max-height: 65px
}

.product-bx .pbox .product-name {
    color: #7b7b7b;
    font-weight: 600;
    display: block;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase
}

.product-bx .pbox .product-name a {
    color: #7b7b7b
}

.product-bx a:hover {
    text-decoration: none
}

.product-box .pbox:hover,
.product-bx .pbox:hover {
    background: #f1f1f1;
    border: solid 1px #e1e1e1
}

.product-box .pbox {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: 25px 10px;
    transition: all .5s
}

.product-box .pbox .product-img {
    display: block;
    text-align: center;
    height: 52px
}

.product-box .pbox .product-img img {
    max-height: 52px
}

.product-box .pbox .product-name {
    color: #7b7b7b;
    display: block;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase
}

.product-box .pbox .product-name a {
    color: #7b7b7b
}

.product-box a:hover {
    text-decoration: none
}

.home-content {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.home-cnt {
    float: left;
    width: 100%
}

.home-cnt p {
    color: #626262;
    font-size: 14px;
    font-weight: lighter
}

.sections_footer {
    background: #f5f5f5;
    padding: 20px 0
}

.sections_footer.white_bg {
    background: #fff;
    border-bottom: none
}

.fheading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.footer-menu {
    list-style: outside none none;
    margin: 0 0 15px;
    padding: 0
}

.footer-menu li {
    display: inline-block;
    line-height: 12px;
    position: relative
}

.footer-menu li+li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 3px;
    background: #ccc
}

.footer-menu li:last-child {
    border-right: 0 none
}

.footer-menu li a {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    color: #111
}

.footer-menu li a:hover {
    text-decoration: none;
    color: #046cc2
}

.footer-menu li:first-child a {
    padding-left: 0
}

.social {
    margin: 0;
    padding: 0
}

.social a {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.social a:hover {
    color: #1580d8
}

.social a .fa {
    font-size: 17px
}

.footer-col {
    width: 19%
}

.footer-col-contact {
    color: #444;
    font-size: 12px;
    width: 24%
}

.cnt-add {
    width: 100%;
    float: left
}

.cnt-add ul {
    margin: auto;
    padding: 0
}

.cnt-add ul li {
    position: relative;
    list-style: none;
    display: block;
    padding: 0 0 0 28px
}

.cnt-add ul li:first-child:before {
    border-radius: 10px;
    color: #1580d8;
    content: '\f041';
    display: block;
    font-family: FontAwesome;
    font-size: 13px;
    height: 21px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 21px
}

.cnt-add ul li:nth-child(2):before {
    border-radius: 10px;
    color: #1580d8;
    content: '\f095';
    display: block;
    font-family: FontAwesome;
    font-size: 13px;
    height: 21px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 21px
}

.cnt-add ul li:nth-child(3):before {
    border-radius: 10px;
    color: #1580d8;
    content: '\f1ac';
    display: block;
    font-family: FontAwesome;
    font-size: 13px;
    height: 21px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 21px
}

.cnt-add ul li:last-child:before {
    border-radius: 10px;
    color: #1580d8;
    content: '\f003';
    display: block;
    font-family: FontAwesome;
    font-size: 13px;
    height: 21px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 21px
}

.cnt-add ul li span {
    display: inline-block
}

.cnt-add ul li a {
    color: #444
}

.mydemo {
    width: 100%
}

.demostn {
    width: 100%;
    float: left
}

.inner-main-sec {
    width: 78.5%
}

.inner-bnr-img {
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}

.inner-bnr-img img {
    overflow: hidden
}

.diff-car-mdls-btry {
    width: 100%;
    float: left
}

.car-brnd-indvi {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.car-brnd-indvi .icn-cntrn .product-img {
    border: 1px solid #c0d5e6;
    border-radius: 2px;
    float: left;
    height: 90px;
    padding: 15px 0;
    text-align: center;
    width: 150px;
    margin-right: 15px
}

.car-brnd-indvi .icn-cntrn .product-name {
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
    color: #006fc9;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0
}

.diff-car-mdls-btry .car-mdls {
    width: 100%;
    float: left;
    margin: 0
}

.diff-car-mdls-btry .car-mdls ul {
    margin: 0;
    padding: 0
}

.diff-car-mdls-btry .car-mdls ul li {
    list-style: none;
    margin-bottom: 5px
}

.diff-car-mdls-btry .car-mdls ul li .fa {
    font-size: 16px;
    margin: 0 10px 0 0
}

.diff-car-mdls-btry .car-mdls ul li span {
    width: 100%;
    display: inline-block
}

.diff-car-mdls-btry .car-mdls ul li a {
    color: #222;
    font-size: 14px;
    transition: all .3s ease-out 0s;
    display: block;
    position: relative;
    padding: 5px 15px 5px 25px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.diff-car-mdls-btry .car-mdls ul li a:before {
    content: '\f101';
    display: block;
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 5px;
    left: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #999
}

.diff-car-mdls-btry .car-mdls ul li a:hover {
    text-decoration: none;
    color: #000;
    border-color: #aaa
}

.diff-car-mdls-btry .car-mdls .car-mdls-desci {
    width: 100%;
    float: left
}

.diff-car-mdls-btry .car-mdls .car-mdls-desci h2 {
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    font-size: 20px
}

.btry-lsting {
    width: 100%;
    float: left;
    margin: 0 0 30px 0
}

.btry-lst-head {
    width: 100%;
    float: left
}

.car-brnd-icn-nam .car-brnd-nam p {
    color: #006fc9;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin: auto;
    padding: 14px 0;
    text-transform: uppercase;
    vertical-align: middle
}

.car-brnd-icn-nam h1.car-brnd-nam,
.car-brnd-icn-nam h2.car-brnd-nam {
    color: #006fc9;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin: auto;
    padding: 14px 0;
    text-transform: uppercase;
    vertical-align: middle
}

.car-model {
    float: right
}

.brnd-icn {
    margin-bottom: 10px
}

.btry-lstng-contr {
    width: 100%;
    float: left;
    margin: 0
}

#similar-product .owl-controls {
    position: absolute;
    top: -50px;
    right: 12px
}

#similar-product .owl-next,
#similar-product .owl-prev {
    background: url(../images/detail-inner-page-sprite.png) no-repeat;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 11px;
    height: 19px;
    background-position: -136px -5px
}

#similar-product .owl-next {
    background-position: -155px -5px;
    margin-left: 10px
}

.btry-indiv-lst {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    float: left;
    height: 501px;
    padding: 20px 0 0 0;
    width: 100%;
    margin-bottom: 20px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.btry-indiv-lst:hover {
    box-shadow: 0 0 4px 1px #ddd
}

.btry-indiv-lst .btn {
    position: absolute;
    top: 25%;
    left: 50%;
    opacity: 0;
    margin-top: 15px;
    background: #3bba11;
    color: #fff;
    transform: translate(-50%, -50%);
    border: solid 1px transparent;
    padding: 10px 28px
}

.btry-indiv-lst .btn:hover {
    box-shadow: none !important
}

.btry-indiv-lst .list_des_box {
    width: 100%;
    float: left;
    padding: 0 20px;
    min-height: 154px
}

.btry-indiv-lst:hover .btn {
    margin-top: 0;
    opacity: 1
}

.btry-indiv-lst .bty-img-block {
    width: 160px;
    margin: 20px auto 0;
    display: block;
    min-height: 180px
}

.btry-indiv-lst .bty-prcngn-dtls {
    min-height: 270px
}

.btry-indiv-lst .new {
    background: url(../images/new-icon.png) no-repeat;
    font-size: 0;
    height: 86px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 86px
}

. .btry-indiv-lst .sold-out {
    background: url(../images/inner-page-sprite.png) no-repeat;
    font-size: 0;
    height: 86px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 86px
}

.btry-indiv-lst .sale {
    background: url(../images/sale-icon.png) no-repeat;
    font-size: 0;
    height: 86px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 86px
}

.btry-indiv-lst .offer {
    background: url(../images/offer-icon.png) no-repeat;
    font-size: 0;
    height: 86px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 86px
}

.btry-indiv-lst .prd-regulr-prc {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 14px;
    color: #309f0c
}

.bty-prcngn-dtls .prd-rat {
    width: 100%;
    float: left
}

.bty-prcngn-dtls .prd-rat span .fa {
    color: #fb5e11;
    display: inline-block
}

#frmChangePwd #pwd-reset-btn {
    border: none;
    height: 40px;
    background: #009800;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px
}

.icon-details img {
    width: 30%
}

.reset_password_page .heading {
    margin-bottom: 10px !important
}

.bty-prcngn-dtls .prd-ttl {
    margin-bottom: 7px;
    width: 100%
}

.bty-prcngn-dtls .prd-ttl a {
    color: #309f0c;
    font-size: 16px;
    font-weight: 600
}

.bty-prcngn-dtls .prd-ttl a:hover {
    text-decoration: none
}

.bty-prcngn-dtls .prd-wrnty {
    color: #999;
    font-size: 13px
}

.bty-prcngn-dtls .prd-wrnty span {
    display: initial;
    line-height: 20px;
    color: #000
}

.bty-prcngn-dtls .prd-wrnty span em {
    color: #999;
    margin: 0 5px 0 0;
    font-size: 13px
}

.bty-prcngn-dtls .prd-t-prc {
    width: 100%;
    float: left
}

.bty-prcngn-dtls .prd-t-prc h3 {
    font-size: 20px;
    font-weight: 600;
    color: #309f0c
}

.bty-prcngn-dtls .prd-t-prc span.regulr-prc {
    color: #595959;
    display: inline-block;
    font-size: 16px;
    margin: 5px 0 0;
    text-decoration: line-through
}

.bty-prcngn-dtls .prd-t-prc .off-prc {
    background: url(../images/detail-inner-page-sprite.png);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 9px;
    color: #fff;
    font-size: 17px;
    width: 86px;
    height: 92px;
    background-position: -136px -34px
}

.off-prc span {
    transform: translateY(22px) rotate(308deg);
    display: inline-block
}

.wish-lst {
    width: 32px;
    height: 32px;
    border-radius: 23px;
    border: 2px solid #3bba11;
    display: inline-block;
    text-align: center;
    margin: 0 0 0 10px;
    float: right
}

.wish-lst .fa {
    line-height: 30px
}

.wish-lst.added {
    border: 2px solid #009e00
}

.wish-lst.added a {
    color: #009e00
}

.replce-btry-wt-b {
    border-top: 1px solid #ddd;
    float: left;
    margin: 10px 0 0;
    padding: 10px 20px;
    width: 100%
}

.replce-btry-wt-b .wt-o-btry span {
    display: inline-block
}

.replce-btry-wt-b .wt-o-btry .wto-prc {
    float: right
}

.replce-btry-wt-b .wt-o-btry span i {
    font-size: 12px;
    vertical-align: middle
}

.replce-btry-wt-b .wt-btry .wto {
    font-size: 13px
}

.replce-btry-wt-b .wt-btry .wto-prc {
    float: right;
    color: #3bba11;
    font-weight: 600
}

.add-to-cart-btn {
    display: block;
    float: left;
    margin: 10px 0;
    width: 100%
}

.add-to-cart-btn a {
    background: 0 0;
    border: 1px solid #3bba11;
    color: #3bba11;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 12px;
    text-decoration: none;
    transition: all .3s ease-out 0s
}

.add-to-cart-btn a:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.slct-state-section {
    width: 100%;
    float: left;
    margin: 0;
    background: #f1f1f1;
    border-radius: 6px;
    padding: 20px 0;
    border: 1px solid #ddd
}

.slct-state-section .slct-state {
    width: 100%;
    float: left
}

.slct-state-section .slct-state label {
    display: inline-block;
    text-transform: uppercase
}

.slct-state-section .slct-state select {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    padding: 10px 6px;
    width: 100%
}

.slct-state-section .slct-city {
    width: 100%;
    float: left
}

.slct-state-section .slct-city label {
    display: inline-block;
    text-transform: uppercase
}

.slct-state-section .slct-city select {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    padding: 10px 6px;
    width: 100%
}

.btry-indiv-lst .btn:hover {
    box-shadow: 0 50px 0 0 #3bba11 inset
}

.slct-state-section .selected-status {
    width: 100%;
    float: left;
    margin: 10px 0 0 0
}

.slct-state-section .selected-status p {
    margin: auto
}

.sort-prd-lst {
    width: 100%;
    float: left;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    margin: 20px 0 0 0;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    margin: 30px 0
}

.sort-prd-lst #amount {
    display: block;
    margin-bottom: 10px
}

.sort-prd-lst .srt-head {
    width: 100%;
    float: left;
    margin: 20px 0 0 0
}

.sort-prd-lst .srt-head h2 {
    margin: auto;
    font-size: 16px;
    margin-top: 0;
    text-transform: uppercase
}

.sort-prd-lst .price-rng-bar {
    width: 100%;
    float: left;
    margin: 10px 0 0 0
}

.sort-prd-lst .srt-lst-itm {
    width: 100%;
    float: left;
    margin: 10px 0 0 0
}

.srt-lst-itm .srt-lst-indiv {
    width: 100%;
    display: block
}

.srt-lst-itm .srt-lst-indiv .ck-bx {
    width: auto;
    display: inline-block;
    float: left;
    margin-top: 3px
}

.srt-lst-itm .srt-lst-indiv .ck-bx input[type=checkbox] {
    margin: auto;
    display: block
}

.srt-lst-itm .srt-lst-indiv .brnd-nam {
    width: auto;
    display: block;
    margin: 0 0 0 20px;
    line-height: normal;
    min-height: 20px;
    margin-bottom: 5px
}

.indiv-cont-fr-sort {
    width: 100%;
    padding: 15px 25px;
    font-size: 13px;
    color: #7a7a7a
}

.indiv-cont-fr-sort+.indiv-cont-fr-sort {
    border-top: 1px solid #f0f0f0
}

.srt-head {
    font-size: 16px;
    font-weight: 600;
    color: #309f0c;
    padding: 0 0 5px;
    margin-bottom: 10px
}

.about-us-cont {
    width: 100%;
    float: left
}

.about-us-cont h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.contact-us-cont {
    width: 100%;
    float: left
}

.contact-us-cont h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px 0
}

.contact-us-cont .cnt-flds {
    width: 100%;
    float: left
}

.cnt-flds .form-group .form-control {
    border-radius: 2px;
    height: auto;
    padding: 8px
}

.cnt-flds .form-group textarea.form-control {
    min-height: 91px
}

.cnt-flds .form-group input[type=submit] {
    border-radius: 2px;
    height: auto;
    padding: 8px;
    background: #309f0c
}

.contact-dtls {
    width: 100%;
    float: left;
    margin: 30px 0 0 0
}

.cont-call-us .call-us {
    width: 100%;
    float: left
}

.cont-call-us .call-us h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #6b6b6b
}

.cont-call-us .call-us p {
    line-height: 20px;
    margin: 0 0 3px;
    color: #6b6b6b
}

.cont-call-us .cnt-email {
    width: 100%;
    float: left;
    margin: 20px 0 0 0
}

.cont-call-us .cnt-email h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #6b6b6b
}

.cont-call-us .cnt-email p {
    line-height: 20px;
    margin: 0 0 3px;
    color: #6b6b6b
}

.cont-mail-us {
    width: 100%;
    float: left
}

.cont-mail-us .mail-us {
    width: 100%;
    float: left
}

.cont-mail-us .mail-us h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #6b6b6b
}

.cont-mail-us .mail-us p {
    line-height: 20px;
    margin: 0 0 3px;
    color: #6b6b6b
}

.map-location {
    width: 100%;
    float: left;
    margin: 25px 0 35px 0
}

.map-location iframe {
    width: 100%
}

.car-brnd-icn-nam h2 {
    font-size: 24px
}

.batry-dtls-section {
    width: 100%;
    float: left
}

.delivery-time {
    display: block
}

.batry-dtls-section .product-viewer {
    background: #fff;
    padding: 40px 0;
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

.batry-dtls-section .product-viewer img {
    display: block;
    margin: 0 auto;
    max-width: 80% !important
}

.zoomWindow {
    border: 1px solid #f5f5f5;
    border-radius: 10px !important;
    left: -60px !important;
    top: -40px !important;
    height: 430px !important;
    width: 470px !important
}

.batry-dtls-section .product-deta-ils {
    width: 100%;
    float: left
}

.batry-dtls-section .new {
    background: url(../images/detail-inner-page-sprite.png) no-repeat;
    display: inline-block;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 86px;
    height: 86px;
    background-position: -40px -5px
}

.batry-dtls-section .sold-out {
    background: url(../images/detail-inner-page-sprite.png) no-repeat;
    display: inline-block;
    font-size: 0;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 99;
    width: 86px;
    height: 86px;
    background-position: -232px -5px
}

.batry-dtls-section .sale {
    background: url(../images/detail-inner-page-sprite.png) no-repeat;
    display: inline-block;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 86px;
    height: 86px;
    background-position: -101px -136px
}

.batry-dtls-section .offer {
    background: url(../images/detail-inner-page-sprite.png) no-repeat;
    display: inline-block;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 86px;
    height: 86px;
    background-position: -5px -136px
}

.product-viewer .sp-wrap {
    margin-bottom: 0 !important;
    background: 0 0 !important;
    border: none !important
}

.batry-dtls-section .product-deta-ils {
    width: 100%;
    float: left
}

.product-deta-ils .prod-ttl {
    width: 100%;
    float: left;
    margin: 0 0 15px 0
}

.product-deta-ils .prod-ttl h1,
.product-deta-ils .prod-ttl h3 {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: auto
}

.key-feature-section {
    width: 100%;
    float: left;
    margin: 0 0 10px 0
}

.key-feature-section .ky-fture-ttl {
    width: 100%;
    float: left;
    margin: 0 0 5px 0
}

.key-feature-section .ky-fture-ttl h2 {
    font-size: 14px;
    font-weight: 600;
    margin: auto
}

.key-feature-section .key-feature-cont {
    display: inline-block;
    float: left;
    width: 50%;
    color: #999
}

.status_sold {
    padding-top: 10px;
    border: none !important;
    display: block;
    background: #ccc;
    height: 50px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.status_sold:active,
.status_sold:focus,
.status_sold:hover {
    cursor: default;
    box-shadow: none !important;
    background: #ccc
}

.prod-price-sect {
    width: 100%;
    float: left;
    margin: 5px 0 5px 0
}

.prod-price-sect .prd-regulr-prc {
    font-size: 20px;
    float: left;
    margin-right: 10px;
    width: auto
}

.prod-price-sect .prd-regulr-prc b {
    font-weight: 400;
    text-decoration: line-through
}

.modal-body {
    padding: 30px
}

.view-offers {
    border: 1px dashed #3bba11;
    border-left: 0;
    border-right: 0;
    color: #3bba11;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 7px 0;
    text-transform: uppercase;
    transition: all .5s
}

.view-offers:hover {
    opacity: .8
}

.giftIcon {
    background: url(../images/detail-inner-page-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    margin-right: 7px;
    width: 25px;
    height: 22px;
    background-position: -5px -5px
}

.detail_page_sprite {
    background-image: url(../images/detail-inner-page-sprite.png);
    background-repeat: no-repeat;
    display: inline-block
}

.sprite-whatsapp-white1 {
    width: 44px;
    height: 44px;
    background-position: -239px -101px
}

.prod-price-sect .prd-off-prc {
    background: #0063b5;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 5px
}

.old-wt-btry-wn-btry {
    width: 100%;
    float: left;
    margin: 0 0 10px 0
}

.old-wt-btry-wn-btry .prd-wt-btry {
    width: 100%;
    float: left;
    margin: 0 0 3px 0
}

.old-wt-btry-wn-btry .prd-wt-o-btry {
    width: 100%;
    float: left
}

.prd-wto-prc {
    width: auto;
    display: inline-block;
    margin: 0 0 0 10px
}

.prd-wt-btry .per-btry i {
    font-size: 11px
}

.prd-wt-btry .per-btry,
.prd-wt-o-btry .per-btry {
    display: inline-block;
    width: 175px
}

.prd-fr-cupn-cod {
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}

.prd-fr-cupn-cod h3 {
    margin: auto;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 0 0 45px;
    position: relative
}

.prd-fr-cupn-cod h3:before {
    position: absolute;
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    background: url(../images/icn-offer.jpg) no-repeat;
    left: 0;
    top: 5px
}

.pro-rata {
    border: 1px dashed #ccc;
    border-left: none;
    border-right: none;
    color: #ed7600;
    margin: 10px 0;
    padding: 7px 0;
    color: #1580d8
}

.pro-rata span {
    font-weight: 700
}

.wrnty-dtls {
    border-color: #333;
    border-style: dashed;
    border-width: 1px 0;
    float: left;
    margin: 0 0 10px;
    padding: 10px 0;
    width: 100%
}

.wrnty-dtls h3 {
    margin: auto;
    text-transform: uppercase;
    font-size: 15px;
    color: #666
}

.wrnty-dtls h3 span {
    color: #3094e4
}

.wrnty-dtls p {
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    margin: 8px 0 0;
    text-transform: uppercase
}

.wrnty-dtls p span {
    font-weight: 400
}

.info-about-prd-dlvry {
    float: left;
    margin: 0 0 10px;
    width: 100%
}

.info-about-prd-dlvry ul {
    margin: auto;
    padding: 0;
    font-family: Open Sans, sans-serif;
    font-size: 13px
}

.info-about-prd-dlvry ul li {
    color: #222;
    list-style: outside none none;
    padding: 0 0 0 15px;
    position: relative
}

.info-about-prd-dlvry ul li:before {
    content: '\f101';
    display: block;
    position: absolute;
    font-family: FontAwesome;
    left: 0
}

.prd-btry-price {
    width: 100%;
    float: left;
    position: relative
}

.prd-btry-price h3 {
    margin: auto
}

.prd-btry-price h3 .fa {
    margin: 0 5px 0 0;
    font-weight: 400
}

.prd-btry-price span {
    font-size: 11px
}

.prd-btry-off {
    color: #333;
    clear: both;
    display: block;
    font-weight: 700
}

.pro-rata .prd-btry-off {
    text-align: center;
    font-size: 20px
}

.pincode-popup {
    font-size: 16px
}

.replce-btry-wt-b .wt-btry {
    clear: both;
    margin-bottom: 5px
}

.buy-prd-btry {
    width: 100%;
    float: left;
    margin: 20px 0 0 0
}

.buy-now-btn {
    background: #236ddc;
    border: none;
    color: #fff;
    padding: 15px 20px;
    margin-right: 10px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-out 0s;
    text-transform: uppercase;
    width: 30%;
    float: left
}

.buy-now-btn:hover {
    background: #46abff;
    color: #00589f
}

.buy-cart {
    background: #282b2d;
    border: none;
    color: #fff;
    padding: 15px 20px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-out 0s;
    text-transform: uppercase;
    width: 30%
}

.buy-cart:hover {
    background: #282b2d;
    color: #ff7f00
}

.modal-body .buy-now-btn {
    width: auto;
    float: none
}

.btry-dtls-specif-section {
    width: 100%;
    float: left
}

.btry-dtls-specif-section .specfi-head {
    width: 100%;
    float: left;
    margin: 0 0 10px 0
}

.btry-dtls-specif-section .specfi-head h2 {
    color: #111;
    font-size: 20px;
    margin: auto;
    font-weight: 600;
    display: inline-block
}

.btry-des-specfy {
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}

.prd-feature {
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}

.prd-feature h3 {
    color: #111;
    font-size: 20px;
    margin: auto;
    font-weight: 600;
    display: inline-block
}

.prd-feature ul {
    margin: 10px 0 0 0;
    padding: 0
}

.prd-feature ul li {
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    position: relative
}

.prd-feature ul li:before {
    position: absolute;
    display: block;
    content: '\f101';
    font-family: FontAwesome;
    left: 0
}

.parti-prd-specificion {
    width: 100%;
    float: left;
    margin: 0 0 30px 0
}

.parti-prd-specificion .prd-specify {
    width: 100%;
    float: left
}

.parti-prd-specificion .prd-specify h3 {
    color: #111;
    font-size: 20px;
    margin: auto;
    font-weight: 600;
    display: inline-block
}

.recomd-for-dif-prd {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}

.recomd-for-dif-prd a {
    color: #666
}

.recomd-for-dif-hd {
    width: 100%;
    float: left;
    margin: 0 0 10px 0
}

.recomd-for-dif-hd h3 {
    color: #555;
    font-size: 20px;
    margin: auto;
    text-transform: uppercase;
    border-bottom: 1px solid #555;
    display: inline-block
}

.spcfy-tbl {
    border: 1px solid #eee;
    border-left: 0;
    border-top: none;
    width: 100%;
    float: left;
    display: table;
    margin: 15px 0 0
}

.spcfy-tbl .spfy-row {
    display: table-row
}

.spcfy-tbl .spfy-row .spfy-col {
    border: 1px solid #eee;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
    display: table-cell;
    padding: 5px;
    text-align: left;
    border-collapse: collapse
}

.similar-prd-section {
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}

.similar-prd-section .similr-prd-hd {
    width: 100%;
    float: left
}

.similar-prd-section .similr-prd-hd h3 {
    color: #111;
    font-size: 20px;
    margin: auto;
    font-weight: 600;
    display: inline-block
}

.similar-prd-contnt {
    width: 100%;
    float: left;
    margin: 20px 0 0 0
}

.review-rating {
    background: #fafafa;
    margin: 0 0 20px 0;
    padding: 25px;
    cursor: pointer;
    border: 1px solid #ddd
}

.review-rating h3 {
    border-bottom: 1px solid #dee7ee;
    color: #ff7f00;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px
}

.owl-carousel .owl-wrapper-outer {
    max-width: 100% !important
}

.sign-in-up-section {
    width: 100%;
    float: left
}

.lgn-head-txt {
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}

.lgn-head-txt h2 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 18px
}

.lgn-head-txt span {
    text-transform: uppercase;
    font-size: 13px;
    color: #8d8d8d
}

.sign-in-section {
    width: 100%;
    float: left
}

.sign-in-section .form-group input[type=button],
.sign-in-section .form-group input[type=submit],
.sign-in-up-section .btn-default {
    background: #009800;
    color: #fff;
    border: 1px solid #009800;
    transition: all .3s ease-out 0s
}

.sign-in-section .form-group input[type=button]:hover,
.sign-in-section .form-group input[type=submit]:hover,
.sign-in-up-section .btn-default:hover {
    background: 0 0;
    color: #0063b5
}

.sign-in-section .fr-gt {
    width: 100%;
    float: left;
    margin: 0 0 10px 0
}

.sign-in-section .fr-gt a {
    font-size: 12px
}

.sign-in-section .lgn-fb-gpls {
    width: 100%;
    float: left
}

.sign-in-section .lgn-fb-gpls a {
    margin: 0 0 20px 0
}

.sign-in-section .lgn-fb-gpls a .fa {
    margin: 0 5px 0 0
}

.sign-in-section .lgn-fb-gpls a:first-child {
    border: 1px solid #4d6fa8;
    padding: 6px 15px;
    min-height: 40px;
    display: inline-block;
    background: #4d6fa8;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    transition: all .3s ease-out 0s
}

.sign-in-section .lgn-fb-gpls a:first-child:hover {
    background: 0 0;
    text-decoration: none;
    color: #4d6fa8
}

.sign-in-section .lgn-fb-gpls a:last-child {
    border: 1px solid #f32e06;
    padding: 6px 15px;
    min-height: 40px;
    display: inline-block;
    background: #f32e06;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    float: right;
    transition: all .3s ease-out 0s
}

.sign-in-section .lgn-fb-gpls a:last-child:hover {
    background: 0 0;
    text-decoration: none;
    color: #f32e06
}

.sign-up-section {
    width: 100%;
    float: left
}

.sign-up-section .form-group input[type=submit] {
    background: #009800;
    color: #fff;
    border: 1px solid #009800;
    transition: all .3s ease-out 0s
}

.sign-up-section .form-group input[type=submit]:hover {
    background: 0 0;
    color: #0063b5
}

.sign-up-section .trm-cndin {
    width: 100%;
    float: left
}

.sign-up-section .trm-cndin p {
    font-size: 12px;
    color: #666
}

.sign-up-section .trm-cndin p a {
    cursor: pointer
}

.cntu-shopng {
    background: #00589f;
    border: 1px solid #00589f;
    border-radius: 5px;
    color: #fff;
    transition: all .3s ease-out 0s
}

.cntu-shopng:hover {
    background: 0 0;
    color: #00589f
}

.chk-out-btn {
    background: #3094e4;
    border: 1px solid #3094e4;
    color: #fff;
    transition: all .3s ease-out 0s
}

.chk-out-btn:hover {
    background: 0 0;
    color: #3094e4
}

.sign-in-up-section .form-group {
    clear: both !important
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle
}

@media screen and (max-width:600px) {
    .heading_h1 {
        font-size: 18px;
        font-weight: 700;
        padding: 10;
        margin: 0 0 10px;
        line-height: 25px
    }

    .check-availability .col-md-2 {
        width: 100%
    }

    table#cart tbody td .form-control {
        width: 12%;
        display: inline !important
    }

    .request-quot span {
        min-width: 155px;
        padding: 5px 6px
    }

    .prd-feature h3 {
        font-size: 16px
    }

    .parti-prd-specificion .prd-specify h3 {
        font-size: 15px
    }

    .btry-dtls-specif-section .specfi-head h2 {
        font-size: 15px
    }

    .actions .btn {
        width: 36%;
        margin: 1.5em 0
    }

    .actions .btn-info {
        float: left
    }

    .actions .btn-danger {
        float: right
    }

    .apply-btn {
        width: 24% !important
    }

    table#cart thead {
        display: none
    }

    table#cart tbody td {
        display: block;
        padding: .6rem;
        min-width: 320px;
        text-align: left
    }

    table#cart tbody tr td:first-child {
        background: #f1f1f1;
        color: #000;
        padding: 12px 10px 0
    }

    table#cart tbody td:before {
        content: attr(data-th);
        font-weight: 700;
        display: inline-block;
        width: 8rem
    }

    table#cart tfoot td {
        display: block;
        padding-left: 8px
    }

    table#cart tfoot td .btn {
        display: block
    }
}

.profl-form-secn {
    width: 100%;
    float: left
}

.my-acc-rt-pnl {
    float: left;
    margin: 0 0 20px;
    width: 100%
}

.my-acc-rt-pnl ul {
    margin: auto;
    padding: 0
}

.my-acc-rt-pnl ul li {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    display: block;
    margin: 0 0 5px;
    padding: 14px 8px;
    width: auto;
    transition: all .5s
}

.my-acc-rt-pnl ul li:hover {
    background: #3bba11;
    border-color: #309f0c
}

.my-ac-active {
    background: #3bba11 none repeat scroll 0 0 !important;
    border-color: #309f0c !important
}

.my-ac-active>a {
    color: #fff !important
}

.my-acc-rt-pnl ul li a {
    color: #333;
    display: block;
    font-size: 15px
}

.my-acc-rt-pnl ul li:hover a {
    text-decoration: none;
    color: #fff
}

.my-acc-rt-pnl ul li a span {
    background: #309f0c;
    border-radius: 50%;
    float: right;
    height: 20px;
    margin: 3px 0 0;
    text-align: center;
    width: 20px
}

.my-acc-rt-pnl ul li a span .fa {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 20px
}

.my-acc-head {
    float: left;
    margin: 0 0 20px;
    width: 100%
}

.my-acc-head h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #0063b5;
    display: inline-block;
    margin: auto
}

.btn-register,
.place-order {
    background: #3bba11;
    border: none;
    color: #fff;
    padding: 15px 20px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-out 0s;
    text-transform: uppercase;
    display: inline-block;
    width: auto
}

.btn-register:hover,
.place-order:hover {
    background: #111 !important;
    color: #fff !important
}

.view-dtl-my-odr a {
    background: #0063b5;
    border: 1px solid #0063b5;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 0 5px;
    width: auto
}

.my-odr-pnl .well {
    width: 100%;
    float: left
}

.wish-lst-section {
    width: 100%;
    float: left
}

.remove-to-cart-btn {
    display: block;
    float: left;
    margin: 10px 0;
    width: 100%
}

.remove-to-cart-btn a {
    background: #bc161c;
    border: 1px solid #bc161c;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    text-decoration: none;
    transition: all .3s ease-out 0s
}

.remove-to-cart-btn a:hover {
    background: 0 0;
    color: #bc161c
}

.changes-pass-section {
    width: 100%;
    float: left;
    min-height: 500px
}

.change-pwd {
    float: left;
    width: 100%
}

.head-chk-ot {
    float: left;
    margin: 0 0 10px;
    width: 100%
}

.checkout-title {
    color: #0063b5;
    display: inline-block;
    font-size: 22px;
    margin: auto;
    text-transform: uppercase
}

.add-new-address {
    background: #3094e4;
    border: 1px solid #3094e4;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 0 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-out 0s
}

.add-new-address:hover {
    background: 0 0;
    color: #3094e4;
    text-decoration: none
}

.address-box {
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    float: left;
    margin: 0 0 25px;
    padding: 15px 25px;
    width: 100%
}

.defualt-address {
    border: 1px solid #ccc;
    border-radius: 50%;
    float: right;
    height: 20px;
    padding: 0;
    width: 20px
}

.defualt-address input[type=radio] {
    display: block;
    margin: 3px 0 0 3px;
    width: auto
}

.modal-slacker {
    height: 100%
}

.modal-slacker .modal-content {
    border-left-width: 0;
    border-radius: 0;
    border-right-width: 0;
    height: 84%;
    margin-top: 5%;
    overflow: auto
}

.modal-content {
    border-radius: 0
}

.sign-in-up-section .input-group .form-control {
    z-index: 0
}

.blog_page .nav-sidebar {
    height: auto;
    padding-bottom: 10px
}

.img-responsive {
    display: inline-block
}

.footer-col ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.footer-col ul li {
    display: block;
    padding: 3px 0
}

.footer-col ul li a {
    color: #888;
    display: block;
    font-size: 13px;
    line-height: normal;
    transition: all .5s
}

.footer-col ul li a:hover {
    color: #003b6a;
    text-decoration: none
}

.copyright {
    color: #999;
    font-size: 12px
}

.tblt {
    display: none
}

.star {
    color: #c30
}

.data_table {
    border: 1px solid #e1e1e1;
    margin-bottom: 30px
}

.data_table th {
    background: #309f0c;
    color: #fff;
    padding: 7px;
    text-align: center
}

.data_table td {
    border: 1px solid #e1e1e1;
    padding: 7px
}

.data_table .total {
    color: #309f0c;
    font-size: 16px;
    font-weight: 600
}

.my-order {
    border-radius: 0;
    padding: 0
}

.my-order .table {
    margin-bottom: 0
}

.my-order .table th {
    background: #309f0c;
    color: #fff
}

.input-group {
    margin-bottom: 15px
}

.mb30 {
    margin-bottom: 30px
}

.check-availability {
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    clear: both;
    margin-top: 15px;
    padding: 8px 15px;
    font-size: 13px;
    color: #666;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15)
}

.check-availability strong {
    font-weight: 600
}

.check-availability h3 {
    color: #333;
    font-size: 17px;
    margin-top: 0;
    font-weight: 600
}

.availability-box {
    position: relative
}

.availability-box .btn {
    background: #eee;
    color: #000;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 12px 6px;
    border: 1px solid #ccc
}

.availability-box .btn:hover {
    background: #00589f;
    border-color: #000
}

.scl-logn a.gpl {
    background-color: #cc473d;
    background-position: 10px center;
    background-repeat: no-repeat
}

.scl-logn a.fbk {
    background-color: #3b5998;
    background-position: 10px center;
    background-repeat: no-repeat
}

.scl-logn a {
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 8px 11px 8px 11px;
    text-align: left
}

.scl-logn a:hover {
    color: #fff
}

.scl-logn i {
    margin-right: 20px
}

.rvw-artx .text {
    color: #0063b5;
    display: block;
    float: left;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 1px
}

.rvw-artx {
    margin-top: 15px
}

.review-right {
    float: left;
    width: 66%
}

.review-list {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 35px 0 0;
    padding: 10px
}

.review-box {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.review-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.review-box span.rating {
    background: #3bba11 none repeat scroll 0 0;
    border: 1px solid #3bba11;
    border-radius: 6px;
    color: #fff;
    margin: 3px 8px 10px 0;
    padding: 5px;
    display: inline-block
}

.review-box span.name {
    color: #0063b5;
    display: block;
    text-align: right
}

.clear {
    clear: both;
    width: 100%
}

.comming-soon {
    text-align: center;
    margin-top: 100px
}

.comming-soon img {
    display: block;
    margin: 0 auto
}

.delivery-time {
    color: #333;
    font-size: 14px;
    margin-top: 10px
}

.blog-list {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 13px
}

.blog-list-name {
    font-size: 16px;
    margin-bottom: 5px
}

.blog-date {
    color: #999;
    margin-bottom: 7px;
    font-style: italic
}

.blog-list .read-more {
    float: right
}

.sign-in-up-section .heading {
    margin-bottom: 0
}

.sign-in-up-section .sub-head {
    margin-bottom: 20px;
    display: block;
    font-size: 12px
}

.toolbar-wrap {
    border-left: none;
    border-right: none;
    clear: both;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 5px 0
}

.toolbar-wrap .prd-rat {
    display: inline-block
}

.add_wishlist a,
.requestCallback,
.toolbar-wrap .write-review {
    color: #373b3e;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.write-review {
    color: #373b3e;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.add_wishlist a:hover,
.requestCallback:hover,
.toolbar-wrap .write-review:hover {
    border-color: #aaa;
    color: #000
}

.toolbar-wrap .wishlist {
    color: #00589f;
    display: inline-block
}

.emi-option {
    color: #000;
    font-size: 13px;
    margin-left: 5px;
    position: relative
}

.returns-help,
.what_this {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    color: #000
}

.emipopover,
.moneyback {
    border: 1px solid #f1f1f1;
    background: #fff;
    -webkit-box-shadow: 0 8px 28px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 8px 28px -4px rgba(0, 0, 0, .75);
    box-shadow: 0 8px 28px -4px rgba(0, 0, 0, .75);
    color: #444;
    display: none;
    font-size: 13px;
    position: absolute;
    top: 30px;
    padding: 12px;
    right: 0;
    line-height: 18px;
    text-transform: none;
    width: 550px;
    z-index: 999
}

.emipopover .close,
.moneyback .close1 {
    color: #666;
    cursor: pointer;
    float: right;
    font-size: 18px;
    opacity: 1
}

.emipopover .close:hover,
.moneyback .close1:hover {
    color: #444
}

.emipopover select {
    border: 1px solid #e1e1e1;
    padding: 5px
}

.requestCallback {
    margin-top: 15px
}

.toolbar-wrap .added a .fa-heart {
    color: #009e00
}

.emipopover .heading,
.moneyback .heading {
    font-size: 18px;
    margin-bottom: 5px
}

.emipopover .table {
    border: 1px solid #e1e1e1;
    border-collapse: collapse
}

.emipopover .table th {
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    padding: 7px
}

.emipopover .table td {
    border: 1px solid #e1e1e1;
    padding: 7px
}

.moneyback ul li {
    font-size: 13px;
    text-transform: none
}

.moneyback ul {
    margin-bottom: 10px
}

h3.prd-price {
    color: #ee4b4b;
    margin: 0;
    font-weight: 600
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 10px 15px
}

.table {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15)
}

.table,
.table-hover>tbody>tr:hover {
    background: #fff
}

.place-order.mobile {
    display: none
}

.offer-panel {
    background: #f1f1f1 none repeat scroll 0 0;
    z-index: 999;
    border: 1px solid #e1e1e1;
    box-shadow: 4px 0 3px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 4px 0 3px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 4px 0 3px 6px rgba(0, 0, 0, .2);
    height: 100vh;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    padding: 0 20px;
    display: none
}

.offer-panel h2 {
    color: #161819;
    border-left: solid 5px #309f0c;
    margin-bottom: 0;
    padding-left: 6px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.offer-panel .offer-close {
    color: #666;
    cursor: pointer;
    float: right
}

.offer-panel .offer-box {
    border-bottom: 1px dashed #e1e1e1;
    overflow: hidden;
    padding: 10px 0
}

.offer-panel .offer-terms-link {
    display: block
}

.offer-panel .offer-terms-link a {
    color: #999;
    font-size: 10px
}

.offer-panel .offer-terms {
    display: none
}

.offer-panel .offer-title {
    background: #309f0c;
    border: 1px dashed #999;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1) inset;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 35px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
    position: relative
}

.offer-panel .offer-description {
    display: inline-block;
    margin: 0 0 0 20px;
    width: 215px
}

.offer-title:after {
    position: absolute;
    font-family: FontAwesome;
    top: 50%;
    right: -14px;
    content: "\f0da";
    font-size: 50px;
    color: #309f0c;
    transform: translateY(-50%)
}

.offer-panel .offer-terms {
    clear: both;
    font-size: 12px;
    margin: 10px 0 0;
    width: 380px
}

.offers-panel h2 {
    border-bottom: 1px solid #e1e1e1;
    color: #00589f;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase
}

.offers-panel .offer-close {
    color: #666;
    cursor: pointer;
    float: right
}

.offers-panel .offer-box {
    border-bottom: 1px dashed #e1e1e1;
    overflow: hidden;
    padding: 10px 0
}

.offers-panel .offer-terms-link {
    display: block
}

.offers-panel .offer-terms-link a {
    color: #999;
    font-size: 10px
}

.offers-panel .offer-terms {
    display: none
}

.offers-panel .offer-title {
    background: #fff;
    border: 1px dashed #999;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1) inset;
    color: #414141;
    display: inline-block;
    font-size: 15px;
    margin: 7px 0 0;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px
}

.offers-panel .offer-description {
    display: inline-block;
    margin: 0 0 0 20px;
    width: 765px
}

.offers-panel .offer-terms {
    clear: both;
    font-size: 12px;
    margin: 10px 0 0;
    width: 380px
}

.send-btn {
    background: #00589f;
    border: 1px solid #00589f;
    color: #fff;
    transition: all .3s ease-out 0s
}

.send-btn:hover {
    background: #0267b9;
    color: #fff
}

.data-table {
    border: 1px solid #e5e5e5;
    border-collapse: collapse
}

.data-table th {
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    padding: 7px;
    width: 25%;
    font-weight: 600
}

.data-table td {
    border: 1px solid #e5e5e5;
    padding: 7px
}

#quoteModal .modal-dialog {
    width: 60%
}

#cartModal .modal-dialog {
    width: 65%
}

#quoteModal select {
    width: 80px
}

.modal-dialog h3 {
    margin-top: 0;
    font-size: 20px
}

.modal-dialog .close {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 26px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.modal-dialog .close:hover {
    color: #000
}

@media (max-width:991px) {

    .main .left-sidebar,
    .main .main-slider,
    .main .right-sidebar {
        width: 100%
    }

    .main .left-sidebar,
    .main .main-slider {
        margin-bottom: 25px
    }

    .main-right-slider {
        width: 100%
    }
}

.all-logn {
    background: rgba(0, 0, 0, .5);
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

.login-pop-up {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .75);
    display: none;
    left: 50%;
    margin-left: -225px;
    position: fixed;
    top: 25%;
    width: 450px;
    z-index: 9999
}

.login-pop-up .pop-hdng {
    padding: 10px 0
}

.login-pop-up .pop-hdng .title {
    color: #000;
    font-size: 15px;
    font-weight: 400
}

.login-pop-up .pop-hdng button.close {
    clear: both;
    position: absolute;
    right: 12px;
    top: 12px;
    color: #000;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    opacity: .7;
    text-shadow: 0 1px 0 #fff;
    transition: all .5s
}

.login-pop-up .pop-hdng button.close:hover {
    opacity: .9
}

.login-pop-up .pop-hdng button.close {
    clear: both;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 0;
    background: 0 0;
    border: none
}

.button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0
}

.login-pop-up .pop-body {
    padding: 0
}

.login-pop-up .pop-body .hg-trip {
    display: block;
    margin: 5px 0;
    position: relative;
    text-align: center
}

.login-pop-up .pop-body .hg-trip span {
    background: #fcf4f4 none repeat scroll 0 0;
    color: #333;
    font-size: 12px;
    padding: 2px 5px;
    position: relative;
    z-index: 2
}

.login-pop-up .pop-body .hg-trip::after {
    clear: both;
    content: "";
    display: block
}

.login-pop-up .pop-body .hg-trip::before {
    border: 1px solid #fcf4f4;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.login-pop-up .pop-body .nrm-logn {
    margin: 20px 0 10px
}

.login-pop-up .pop-body .nrm-logn::after {
    clear: both;
    content: "";
    display: block
}

.login-popup-inner {
    padding: 15px 20px
}

.login-pop-up p {
    font-size: 12px;
    text-align: left
}

.post-map-marker img {
    display: block;
    height: 55px;
    margin: 0 auto
}

.post-code .form-control {
    border-radius: 5px 0 0 5px;
    float: left;
    padding-left: 2%;
    padding-left: 2%;
    width: 77%
}

.post-code .checkout-btn {
    background: #025ba3;
    border-radius: 0 5px 5px 0;
    border: 1px solid #004781;
    color: #fff;
    padding: 4px 0;
    transition: background .5s;
    -webkit-padding: 13px 0;
    width: 23%
}

.post-code .checkout-btn:hover {
    background: #004781
}

.error-msg,
.error-msg2 {
    color: red;
    margin: 7px 0;
    text-align: center;
    display: none
}

.login-pop-up .input-group {
    margin-bottom: 15px;
    width: 100%
}

.error-1 {
    background: #f04f4f none repeat scroll 0 0;
    border-radius: 4px;
    color: #000;
    display: none;
    margin-bottom: 15px;
    padding: 5px 10px
}

.sucesss-1 {
    background: #3bba11 none repeat scroll 0 0;
    border-radius: 4px;
    color: #000;
    display: none;
    margin-bottom: 15px;
    padding: 5px 10px
}

.sucesss-1 span {
    color: #fff !important
}

.error-1 span {
    color: #fff !important
}

.billing-detail-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: block !important;
    margin: 0 0 25px 25px;
    padding: 15px 25px
}

.billing-detail-box .title {
    color: #3094e4;
    font-size: 18px;
    margin-bottom: 7px
}

.apply-coupon-box {
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    clear: both;
    margin-top: 15px;
    padding: 15px 25px;
    font-size: 13px;
    color: #666;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15)
}

.apply-coupon-box h3 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0
}

.voucher-code {
    margin: 0 0 12px;
    position: relative
}

.voucher-code .apply-btn:hover {
    background: #00589f;
    color: #fff
}

.apply-coupon-box .form-control {
    height: 41px
}

.apply-btn {
    float: right;
    font-size: 15px;
    height: 41px;
    border-radius: 0;
    width: 18%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #eee;
    border: 1px solid #ccc;
    color: #000;
    padding: 7px 12px 6px
}

.apply-coupon-box .error {
    color: red;
    float: left;
    margin: 7px 0;
    text-align: left
}

.place-order {
    margin-bottom: 25px
}

.place-order:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ff7f00
}

.mt0 {
    margin-top: 0 !important
}

#back-top {
    font-size: 0;
    position: fixed;
    bottom: 0;
    right: 28px;
    margin-bottom: 0
}

#back-top span {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 7px;
    background: url(../images/scroll-to-top-arrow.png) no-repeat right center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.pin_code ::-webkit-input-placeholder,
.refer_input ::-webkit-input-placeholder {
    color: #60a1d7
}

.pin_code ::-moz-placeholder,
.refer_input ::-moz-placeholder {
    color: #60a1d7
}

.pin_code :-ms-input-placeholder,
.refer_input :-ms-input-placeholder {
    color: #60a1d7
}

.pin_code :-moz-placeholder,
.refer_input :-moz-placeholder {
    color: #60a1d7
}

.footer_fix_mobile {
    display: none
}

.header_request_call {
    float: left;
    display: block;
    background-color: #f75821;
    color: #fff
}

.header_request_call a {
    height: 55px;
    line-height: 55px;
    padding: 0 18px;
    color: #fff;
    font-size: 14px
}

@media (max-width:1264px) {
    .header_request_call a {
        padding: 0 5px
    }
}

@media (max-width:1199px) {
    .header_request_call {
        display: none
    }

    .footer_fix_mobile {
        padding: 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        display: block
    }

    .footer_fix_mobile li {
        display: inline-block;
        text-align: center;
        position: relative;
        float: left;
        width: 25%;
        margin: 0
    }

    .footer_fix_mobile li a {
        color: #fff;
        font-size: 18px;
        line-height: 50px;
        height: 50px
    }

    .footer_fix_mobile li:first-child {
        background-color: #189d0e
    }

    .footer_fix_mobile li:nth-child(2) {
        background-color: #f75821
    }

    .footer_fix_mobile li:last-child {
        background-color: #282b2d;
        width: 50%
    }

    .copyright {
        margin-bottom: 40px
    }

    .whatsapp-button-wrapper {
        display: none
    }
}

@media (max-width:767px) {
    .footer_fix_mobile li {}

    .footer_fix_mobile li a {
        color: #fff;
        font-size: 15px;
        line-height: 40px;
        height: 44px
    }
}

.location_pages {
    background: #fff;
    padding-bottom: 60px
}

.text_uppercase {
    text-transform: uppercase
}

.location_pages p {
    margin-bottom: 20px
}

.location_pages .category_list {
    margin: 0 -15px;
    margin-top: 35px
}

.location_pages .category_list li {
    width: 50%;
    float: left;
    padding: 15px
}

.location_pages .category_list li a {
    background: #f2f3f4;
    display: block;
    padding: 20px 25px
}

.location_pages .category_list li a:after {
    display: inline-block;
    height: 10px;
    width: 10px;
    border: solid 2px #3f3f3f;
    content: '';
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    transition: 0.5s;
    float: right;
    position: relative;
    top: 7px
}

.location_pages .category_list li a:hover:after {
    margin-right: -5px
}

.location_pages .location_name {
    background: #3bba11;
    padding: 35px;
    color: #fff;
    margin-top: 28px
}

.location_pages .location_name .text_lg {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.location_cms {
    background: #fff
}

.location_cms .breadcrumb {
    background: transparent;
    margin-left: -8px
}

.location_pages .location_name p {
    color: #fff;
    margin-bottom: 0
}

@media (max-width:520px) {
    .location_pages .category_list li a:after {
        display: none
    }
} */