@charset "utf-8";

/* CSS Document */


/* Paste this css to your style sheet file or under head tag */


/* This only works with JavaScript, 
if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.GIF) center no-repeat #fff;
}


/* Common Css */


/* .paymentLoad {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/paymentloader.svg) center no-repeat rgba(0,0,0,.6);
} */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden !important;
    /*background:url(../images/bg.png) repeat;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    /*font-family:monospace, monospace;*/
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100% !important;
    vertical-align: middle;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.fwid {
    float: left;
    width: 100%;
}

.fl-lf {
    float: left !important;
}

.fl-rt {
    float: right !important;
}

.clr {
    clear: both;
}

.no-style {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.bg-purple {
    background: #502871;
}

.bg-grey {
    background: #e2e2e2;
}

.b-1 {
    background: #1c1a1e;
}

.b-2 {
    background: #1c1a1e;
}

.container {
    width: 100%;
    /*max-width:1470px;*/
    max-width: 1200px;
}


/* Margin & Padding */


/* Top */

.mg-t0 {
    margin-top: 0px;
}

.mg-t10 {
    margin-top: 10px;
}

.mg-t20 {
    margin-top: 20px;
}

.mg-t30 {
    margin-top: 30px;
}

.mg-t40 {
    margin-top: 40px;
}

.mg-t50 {
    margin-top: 50px;
}

.pd-t10 {
    padding-top: 10px;
}

.pd-t20 {
    padding-top: 20px;
}

.pd-t30 {
    padding-top: 30px;
}

.pd-t40 {
    padding-top: 40px;
}

.pd-t50 {
    padding-top: 50px;
}

.pd-t60 {
    padding-top: 60px;
}

.pd-t70 {
    padding-top: 70px;
}


/* Bottom */

.mg-b10 {
    margin-bottom: 10px;
}

.mg-b20 {
    margin-bottom: 20px;
}

.mg-b30 {
    margin-bottom: 30px;
}

.mg-b40 {
    margin-bottom: 40px;
}

.mg-b50 {
    margin-bottom: 50px;
}

.pd-b10 {
    padding-bottom: 10px;
}

.pd-b20 {
    padding-bottom: 20px;
}

.pd-b30 {
    padding-bottom: 30px;
}

.pd-b40 {
    padding-bottom: 40px;
}

.pd-b50 {
    padding-bottom: 50px;
}


/* Top & Bottom */

.mg-tb0 {
    margin: 0;
}

.mg-tb10 {
    margin: 10px 0px;
}

.mg-tb20 {
    margin: 20px 0px;
}

.mg-tb30 {
    margin: 30px 0px;
}

.mg-tb40 {
    margin: 40px 0px;
}

.mg-tb50 {
    margin: 50px 0px;
}

.pd-tb10 {
    padding: 10px 0px;
}

.pd-tb20 {
    padding: 20px 0px;
}

.pd-tb30 {
    padding: 30px 0px;
}

.pd-tb40 {
    padding: 40px 0px;
}

.pd-tb50 {
    padding: 50px 0px;
}

.pd-tb60 {
    padding: 60px 0px;
}

.pd-tb70 {
    padding: 70px 0px;
}

.pd-tb80 {
    padding: 80px 0px;
}

.pd-tb90 {
    padding: 90px 0px;
}

.pd-tb100 {
    padding: 100px 0px;
}

.pd-tb110 {
    padding: 110px 0px;
}

.pd-tb120 {
    padding: 120px 0px;
}


/* columns of same height styles */

.row-full-height {
    height: 100%;
}

.col-full-height {
    height: 100%;
    vertical-align: middle;
}

.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}


/* web */

#content {
    height: 100%;
    width: 100%;
    position: relative;
}

.header-wrap {
    background: #fff;
}

.header-wrap-top {
    background: #ffffff;
    margin-bottom: 0;
    line-height: 40px;
    height: 40px;
    border-bottom: solid 1px #ddd;
}

.header-wrap-top a {
    display: inline-block;
    margin-left: 0;
}

@media (max-width: 991px) {
    .header-wrap-top .socialmedia {
        display: none;
    }
    .header-wrap-top {
        text-align: center;
        line-height: 24px;
    }
}

.logo {
    float: left;
    margin: 24px 0px;
}

.nav-wrap {
    float: right;
}

.nav-wrap ul li {
    display: inline-block;
    color: #000;
}

.nav-wrap ul li .nav-line {
    display: block;
    text-align: center;
}

.nav-wrap ul li .nav-line i {
    display: inline-block;
    background: #000;
    width: 2px;
    padding: 0;
}

.nav-wrap ul li a {
    color: #8b8a8a;
    display: inline-block;
    padding: 10px 0px;
    transition: color 1s;
    -webkit-transition: color 1s;
}

.nav-wrap ul li a:hover,
.nav-wrap ul li a.active {
    text-decoration: none;
    color: #000;
}

.nav-wrap nav {
    display: inline-block;
    float: right;
}

.mob-nav {
    float: right;
    margin-left: 30px;
    padding-top: 5px;
    cursor: pointer;
}

.close-nav {
    position: absolute;
    z-index: 1000000;
    top: 20px;
    right: 25px;
    color: #24aae1;
    font-size: 24px;
    cursor: pointer;
    display: none;
    font-weight: 300;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bascket {
    float: right;
    margin-left: 20px;
    padding: 10px 0px;
    min-width: 120px;
}

.bascket a {
    font-weight: bold;
    color: #000;
}

.bascket a:hover {
    text-decoration: none;
}

.bascket a .icon-shopping-cart {
    background: url(../images/icon-cart-small.jpg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.bascket a .amount {
    color: #9c9c9c;
    padding-left: 4px;
}

.max-70 {
    margin: 0 auto;
    display: inline-block;
    max-width: 70%;
}

.bg-none {
    background: none !important;
}

.items-count {
    background: #fff;
    border: 0;
    font-weight: bold;
    color: #333;
    padding: 3px;
    margin: 0;
    background-color: transparent !important;
}

.items-count i {
    font-style: normal;
}

.mob-nav {
    float: right;
    margin-left: 30px;
    padding-top: 5px;
    cursor: pointer;
}

.close-nav {
    position: absolute;
    z-index: 1000000;
    top: 20px;
    right: 25px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: none;
    font-weight: 300;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.grey-text {
    color: #9c9c9c;
}

.big-heads h1 {
    color: #000;
    font-weight: bold;
}

.products-listing ul li {
    width: 33.3%;
    margin: 0;
    vertical-align: top;
}

.products-item {
    position: relative;
    background: #fff;
    border: 2px solid #f5f5f5;
    padding: 0;
}

.item-name {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}

.item-img {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    height: 388px;
    vertical-align: middle;
    text-transform: uppercase;
}

.item-name i {
    font-style: normal;
    /*font-weight:300;*/
}

.item-more {
    position: relative;
    margin-bottom: 30px;
    opacity: 1;
}

.item-more a {width: 161px;height: 44px;margin: auto;display: flex;align-items: center;justify-content: center;border: solid 1px #000;color: #000;text-transform: uppercase;font-family: 'Nunito Sans', sans-serif;font-weight: 600;opacity: 1;}

.item-more:hover {
    opacity: 1;
}

.br-black {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.twocol-img { 
    width: 100%;
	
}

.faq-wrap .twocol-img img {
    opacity: 0.8;
}

.twocol-txt {
    display: inline-block;
    padding: 20px;
}

.row-same-height .col-md-height {
    vertical-align: middle;
}

.more {
    display: inline-block;
    background: url(../images/more.png) no-repeat;
    width: 61px;
    height: 23px;
    margin-top: 15px;
    margin-left: -2px;
    font-size: 0;
}

.more:hover {
    font-size: 0;
    color: #000;
    text-decoration: none;
    opacity: 0.6;
}

.paym-imgs ul li {
    display: inline-block;
    margin: 20px;
}

.paym-imgs ul li span img {
    border: 1px solid #ddd;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
}

.payline {
    margin: 25px 0;
}

.footer-wrap {
    border-top: 1px solid #000;
}

.social-network ul li {
    display: inline-block;
    margin: 20px;
}

.contact ul li {
    display: inline-block;
    margin: 20px 0px;
    margin-left: 20px;
}

.contact ul li:first-child {
    margin-left: 0 !important;
}

.contact ul li span i {
    display: inline-block;
    min-width: 10px;
    margin-left: 10px;
}

.contact span {
    display: inline-block;
    font-size: 20px;
}

.contact span a {
    color: #000;
    text-decoration: none !important;
}

.contact span a:hover {
    color: #000;
    opacity: 0.6;
}

.contact span i {
    font-style: normal;
}

.quick-links ul li {
    display: inline-block;
    margin: 10px 12px;
}

.quick-links ul li a {
    color: #000;
    text-decoration: none !important;
}

.quick-links ul li a:hover {
    opacity: 0.6;
}

.f-copyright .ctxt {
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: -10px;
}

.f-copyright .cline {
    height: 1px;
    width: 100%;
    float: left;
    margin-top: -10px;
    background: #000;
}

.emty-head {
    height: 0;
    margin: 0;
    padding: 0;
}

.innner-banner {
    background: url(../images/inner-banner.jpg) top center repeat;
}

.innner-banner h1 {
    color: #fff;
    font-size: 60px;
    margin: 0;
    text-transform: uppercase;
}

.about-contents {
    padding: 0px 10%;
    padding-bottom: 10px;
}

.about-image span {
    display: inline-block;
    margin: 0px 30px;
}

.about-image {
    /*padding-top:30px;*/
}

.about-image div {
    margin: 15px 0;
}

.contact-fm {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    margin-top: 30px;
    text-align: left;
    min-width: 70%;
    background: #ebebeb;
    border: 1px solid #cccccc;
}

.contact-fm .form-control {
    background-color: #fafafa !important;
    border: 1px solid #000;
    box-shadow: none !important;
    margin-bottom: 20px;
    color: #000;
}

.contact-fm .form-group {
    float: left;
    width: 100%;
}

.contact-fm .form-group .col-sm-3 {
    text-align: right;
}

.contact-fm .form-group .col-sm-3 span {
    padding-top: 0px;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
}

.contact-fm .form-group .col-sm-9 {
    padding-bottom: 15px;
}

.contact-fm .more-btn {
    padding: 6px 30px 6px 20px;
    margin-right: 0px;
}

.err {
    display: block;
}

.fmore-btn {
    float: left;
    width: 100%;
    background: #0e0e0e;
    border: 1px solid #0e0e0e;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.ct-heads {
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    font-size: 40px;
}

.contact-address {
    text-align: left;
}

.contact-address a {
    color: #333;
    text-decoration: none !important;
}

.contact-address a:hover {
    opacity: 0.6;
}

.contact-address .ct-heads {
    margin-bottom: 15px !important;
}

.add-bots {
    margin-top: 10%;
}

.add-map {
    display: inline-block;
      width: 100%;
}

.add-map iframe {
    width: 100% !important;
}

.cline {
    height: 1px;
    border-bottom: 1px solid #ddd;
    margin: 45px 0px;
}

.faq-listing {
    max-width: 100%;
    margin: 0;
   }

.faq-listing ul {
    padding: 0;
}

.faq-listing ul li {
    padding: 30px 0px;
    float: left;
    width: 100%;
    background: url(../images/icon-faq.png) no-repeat left top;
    text-align: left;
    background-position: 0px 30px;
    padding-left: 80px;
    border-top: solid 1px #f5f5f5;
}

.faq-listing ul li a {
    color: #333;
    text-decoration: underline;
}

.faq-listing ul li a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.faq-listing ul li:first-child {
    border-top: 0;
    padding-top: 0;
    background-position: 0px 0px;
}

.f-qus {
    margin-bottom: 5px;
    font-size: 20px;
}

.product-page .products-listing {
    margin-top: -50px;
}

.product-page .products-listing .item-name {
    font-size: 28px !important;
}

.rateit {
    margin-top: 10px;
}

.product-page .products-listing .item-name {
    position: relative;
}

.product-page .products-listing .stars-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.product-page .products-listing .item-img {
    min-height: 290px !important;
}

.product-page .form-horizontal .control-label {
    text-align: left;
}

.pd-img {
    padding: 0;
    border: none;
    display: inline-block;
}

.clear-sec {
    color: #000;
    cursor: pointer;
}

.clear-sec:hover {
    opacity: 0.6;
}

.clear-sec i {
    border: 1px solid #000;
    border-radius: 999px;
    color: #000;
    display: inline-block;
    font-style: normal;
    height: 18px;
    line-height: 4px;
    margin-left: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    float: right;
    font-size: 12px;
}

.clr-sec {
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    border: 1px solid #000;
    border-radius: 3px;
    text-align: left;
}

.pd-form .item-name {
    max-width: 100% !important;
    min-height: 0px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3cccc;
    margin-bottom: 25px;
}

.pd-img {
    margin-bottom: 0;
    padding: 30px;
}

.add-cart {
    float: left;
    width: 100%;
    background: #0e0e0e;
    border: 1px solid #0e0e0e;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.other-infos {
    border-top: 1px solid #999;
    padding-top: 30px;
    margin: 5px 0px 35px 0px;
}

.other-infobox {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 15px 40px;
}

.other-infobox h4 {
    font-size: 26px;
}

.other-infobox p {
    font-size: 14px;
    line-height: 18px;
}

.nav-tabs>li>a {
    background: #f4f4f4;
    color: #000;
    border-color: #eee #eee #ddd !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #ddd !important;
    color: #000;
}

.tabswrap ul li a i {
    font-style: normal;
}

.stand-size {
    color: #000;
    opacity: 0.6;
}

.stand-size:hover {
    opacity: 1;
}

.stand-size a {
    color: #000;
    font-weight: bold;
}

.rateit button.rateit-reset {
    display: none !important;
}

.comments-form .form-group {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.comments-list li {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.comment-container {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    padding: 20px;
    background: #fbfbfb;
}

.comment-txt {
    float: left;
    width: 100%;
    margin-left: 100px;
}

.comment-pic {
    position: absolute;
    max-width: 70px !important;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    border: 1px solid #999;
}

.comment-txt .rateit {
    margin-top: 0 !important;
}

.vsm-txtbox {
    display: inline-block;
    margin-left: 5px;
    width: 50px;
}

.user-ac {
    display: inline-block;
    margin: 0;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: -8px;
}

.new-error {
    display: block;
    font-size: 13.5px;
    margin-top: 10px;
    text-align: left;
}

.checkforms .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.fancybox-skin {
    background-color: #f7f7f7 !important;
    border-radius: 0 !important;
}
.checkforms h3 i {
    margin-right: 10px;
}
.checkforms .form-group .col-sm-12.text-left span {
    margin-bottom: 7px;
    display: block;
    font-family: 'Nunito Sans', sans-serif;
}
.checkforms h3 i img {
    vertical-align: top;
}

.checkforms h3 {
        font-size: 34px;
    margin: 0px 0px 30px 0;
    font-weight: 900;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}

.checkforms .fmore-btn {
    margin-top: 15px !important;
    font-family: 'Nunito Sans', sans-serif;
}

.checkforms .fmore-btn:hover {
    background: #444;
}

.popups {
    display: none;
}

.popups .max-70 {
    max-width: 90%;
}

.forget a {
    color: #000;
}

.forget small i {
    font-style: normal;
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Nunito Sans', sans-serif;
}

.forget small i:hover {
    opacity: 0.6;
}

.ord-tble {
    border: 1px solid #cccccc;
    margin-bottom: 25px;
}

.ord-tble .table {
    margin-bottom: 0;
}

.coupon .form-control {
    max-width: 60%;
    float: left;
}

.apply-btn {
    float: left;
    margin-left: 15px;
}

.cart-pro-img {
    float: left;
    width: 80px;
    margin-right: 10px;
}

.cart-pro-img img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
}

.cart-pro-txt {
    float: left;
    text-align: left;
}

.cart-pro-txt a {
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}

.delete-sec {
    margin-top: 10px;
}

.delete-sec span {
    cursor: pointer;
}

.delete-sec span i {
    width: 24px;
    height: 24px;
    background: url(../images/icon-delete.png) no-repeat;
    display: inline-block;
}

.details-box h3 {
    font-size: 1.5em;
}

.details-box h3 {
    margin-top: 0;
    border-bottom: 1px solid #000;
    font-size: 2em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 0;
}

.line-spaces {
    margin-bottom: 10px;
}

.line-spaces i {
    font-style: normal;
}

.wid-50 {
    width: 49%;
}

.proceed-cart {
    background: #222;
    color: #fff;
    border: 1px solid #000;
}

.up-cart {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.basket-total {
    padding: 20px;
    border: 1px dotted #999;
}

.notes-box {
    border: 0;
    color: #999;
    padding: 20px;
    border-bottom: 1px dotted #999;
}

.basket-total-wrap h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: left;
}

.billing-form h1 {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.billing-form h3 {
    /*font-size:1.5em;*/
    font-size: 3em;
    margin-bottom: 20px;
}

.billing-form .fmore-btn:hover,
.billing-form .fmore-btn:focus {
    color: #fff !important;
    background: #333 !important;
}

.sidebar-inner .list-group-item {
    display: inline-block !important;
    border-radius: 0 !important;
    cursor: pointer;
    color: #777 !important;
}

.sidebar-inner .list-group-item:hover {
    color: #000 !important;
}

.sidebar-inner .panel {
    box-shadow: none;
}

.sidebar-inner .list-group-item.active,
.sidebar-inner .list-group-item.active:focus,
.sidebar-inner .list-group-item.active:hover {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
    z-index: 2;
}

.page-texts {
    border: 1px dashed #bbb;
    padding: 15px;
    margin: 20px 0px;
}

.smfrm-btn {
    background: #0e0e0e none repeat scroll 0 0;
    border: 1px solid #0e0e0e;
    border-radius: 3px;
    color: #fff;
    float: left;
    padding: 10px 20px;
}

.smfrm-btn:hover {
    color: #fff !important;
    background: #666 !important;
}

.heading-name {
    font-size: 2em;
}

.list-group-item a {
    color: #777;
}

.list-group-item a:hover {
    color: #000;
    text-decoration: none;
}

.page-sub-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.edit-txt {
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    margin-top: 25px;
    display: inline-block;
}

.edit-txt img {
    margin-right: 6px;
    margin-top: -2px;
    width: 12px;
}

.edit-txt:hover {
    color: #000;
    text-decoration: none;
}

.page-texts .table,
.page-texts .table-responsive {
    margin-bottom: 0px;
}


/*edit*/

.cal-ship .contact-fm {
    margin-top: 0 !important;
}

.cal-ship .cal-ship-head {
    margin-top: 0;
    padding-top: 0;
    cursor: pointer;
}

.product-page .item-name {
    min-height: 120px;
}

.innerpage h3 {
    font-size: 1.5em
}


/*blog*/

.fm-blog {
    margin: 0 5%;
    max-width: 90%;
    position: relative;
}

.blog-list:first-child {
    border-top: 0 none;
    padding-top: 0;
}

.blog-list:last-child {
    padding-bottom: 0;
}

.blog-list {
    border-top: 1px solid #d9d9d9;
    padding: 30px 0;
}

.blog-list-detail {
    padding: 40px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
}

.blog-list-dec h3 {
    font-size: 25px;
    color: #000;
    margin: 0 0 20px 0;
    display: flex;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

.blog-list-dec h3 a {
    color: #333333;
    text-decoration: none;
}

.blog-list-dec h3 a:hover,
.blog-list-dec h3 a:focus {
    color: #8b8a8a;
}

.blog-list-dec p {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-family: 'Nunito Sans', sans-serif;
}

.blo-dt {
    margin-bottom: 15px;
    text-align: right;
}

.blo-dt-inner {
    background: #fff;
    border: 2px solid #000;
    padding-left: 15px;
    color: #000;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-bottom: 10px;
}

.date {
    font-size: 36px;
    line-height: 47px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.ym {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    vertical-align: top;
    padding: 8px 3px;
    text-align: left;
    font-weight: bold;
}

.blo-info {
    font-size: 14px;
    text-align: right;
}

.blo-info .by-name,
.blo-info .cate,
.blo-info .cmd,
.blo-info .blo-date {
    font-size: 15px;
    margin-bottom: 5px;
    color: #000;
}

.blo-info .by-name span,
.blo-info .cate span,
.blo-info .cmd span {
    color: #1D64B2;
}

.blog-list-detail .blog-list-dec h3 {
    margin-bottom: 10px;
}

.blog-list-detail .blo-info {
    text-align: left;
    margin-bottom: 15px;
    float: unset;
    margin-top: 15px;
    display: flex;
}

.blog-list-detail .blo-info .by-name,
.blog-list-detail .blo-info .cate,
.blog-list-detail .blo-info .cmd,
.blog-list-detail .blo-info .blo-date {
    display: inline-block;
    padding: 0 10px;
    color: #000;
    line-height: 18px;
    border-left: 1px solid #000;
    opacity: 70%;
}

.blog-list-detail .blo-info .blo-date {
    padding-left: 0 !important;
    border-left: 0 !important;
    color: #000;
}

.blog-list-detail .blo-info .by-name span,
.blog-list-detail .blo-info .cate span,
.blog-list-detail .blo-info .cmd span {
    color: #000;
    opacity: 70%;
}

.bl-link {
    padding-bottom: 30px;
    float: left;
    /*width:100%;*/
}

.bl-head {
    background: #fff;
    border: 2px solid #000;
    padding: 8px 15px;
    margin-bottom: 20px;
}

.bl-head h4 {
    color: #000;
    font-size: 1.5em;
    margin: 0;
}

.bl-link ul li {
    background: url(../images/link-arrow.png) left 5px no-repeat;
    line-height: 18px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-bottom: 20px;
}

.bl-link ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.bl-link ul li a:hover,
.bl-link ul li a:focus {
    color: #8b8a8a;
}

.inline-more {
    display: inline-block;
}

.inline-more a {
    color: #000;
    font-weight: bold;
}

.bl-pb-0 {
    padding-bottom: 0 !important;
}

.blog-list-dec-detail img {
    margin-bottom: 15px;
}


/*cmd*/

.blog-list-cmd {
    margin-top: 30px;
    color: #000;
}

.cmd-head {
    margin-bottom: 15px;
}

.cmd-head h2 {
    margin: 0;
    font-size: 24px;
    color: #000;
}

.cmd-head h2 b {
    color: #1d64b2;
}

.cmd-list-wrap ul li {
}

.cmd-list {
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
    background: #f5f5f5;
}

.cmd-list-head h4 {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bolder;
    margin-bottom: 10px;
}

.cmd-list-dt {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Nunito Sans', sans-serif;
    opacity: 0.5;
    text-decoration: underline;
}

.cmd-list p {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 23px;
    margin: 0;
}

.reply {
    line-height: 18px;
    position: absolute;
    text-align: right;
    top: 9px;
    right: 10px;
}

.reply a {
    color: #1d64b2;
    font-size: 14px;
    text-decoration: underline !important;
}

.leave-cmd {
    background: #ffffff;
    padding: 40px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    margin-top: 30px;
    padding: 25px 15px;
    font-family: 'Nunito Sans', sans-serif;
}

.leave-cmd-head h4 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: capitalize;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bolder;
}

.leave-cmd .form-group {
    float: left;
    width: 100%;
}

.back-bage {
    position: absolute;
    top: -70px;
    right: 0;
}

.back-bage a {
    background: rgba(0, 0, 0, 0) url("../images/inner-banner.jpg") repeat center top;
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;
    padding: 6px 20px;
    padding-top: 4px;
    border: 1px solid #000;
    display: inline-block;
    text-transform: uppercase;
}

.black-btn {
    background: #000;
    color: #ffffff !important;
    margin-left: 10px;
}

.form-group-new {
    padding: 0 30px;
}

.form-group-new .black-btn,
.form-group-new .blue-btn {
    margin: 0 5px 10px 5px;
    line-height: 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}

.blue-btn {
    background: #1d64b2;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 16px;
}

.blue-btn:hover {
    color: #fff;
}

.black-btn {
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 16px;
}

.emt-span {
    display: block;
    padding: 5px 0;
    font-size: 14px;
}

.touchspin-new {
    max-width: 80px;
    margin: 0 auto;
}


/* order page */

.icon-box {
    border: 1px dashed #d0d0d0;
    padding: 8px 0px;
}

.icon-box span {
    color: #000;
    font-weight: bold;
    cursor: pointer !important;
}

.icon-box span:hover {
    opacity: 0.6;
}

.icon-box2 span {
    color: #000 !important;
    font-weight: bold;
    cursor: pointer;
}

.icon-box2 span:hover {
    opacity: 1;
}

.icon-coupon-div,
.icon-loign-div {
    display: none;
}

.icon-coupon-div .form-control {
    max-width: 70%;
    float: left;
}

.icon-coupon-div,
.icon-loign-div {
    padding: 20px;
}

.you-order-tab .table>tbody>tr>td,
.you-order-tab .table>tbody>tr>th,
.you-order-tab .table>tfoot>tr>td,
.you-order-tab .table>tfoot>tr>th,
.you-order-tab .table>thead>tr>td,
.you-order-tab .table>thead>tr>th {
    vertical-align: top;
}

.you-order-tab h3 {
    margin-bottom: 20px;
}

.you-order-tab h3 {
    margin-bottom: 20px;
}

.btn-coupen {
    background: #0e0e0e none repeat scroll 0 0;
    border: 1px solid #0e0e0e;
    border-radius: 0;
    color: #fff;
    outline: medium none;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 12px;
    height: 34px;
}

.btn-coupen:hover,
.btn-coupen:focus {
    outline: medium none;
}

.qty-wrap .qty-txt {
    background-color: transparent !important;
    border: 1px solid #ddd !important;
    box-shadow: none;
    text-align: center;
    width: 50px;
}

.qty-wrap button,
.qty-wrap input {
    display: inline-block;
    width: 30px;
}

.paypal-wrap {
    background: #f0f0f0;
    margin: 15px 0px;
    padding: 15px 20px;
}

.pay-p {
    padding: 0px 10px;
    color: #999;
}

.checkout_att_list {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.checkout_att_list li {
    float: left;
    list-style: outside none none;
    margin: 0 2% 5px 0;
    text-align: left;
    width: 35%;
}

.cart-pro-wrap .cart-pro-txt {
    display: inline-block;
    float: none !important;
    width: 80%;
}

.orders-table-new .table thead tr th {
    border-bottom: medium none !important;
    border-top: 1px solid #ddd !important;
}

.max-400-btn {
    float: none;
    margin: 0 auto !important;
    max-width: 400px;
}

.twobtn-center .btn {
    padding: 10px;
    text-transform: uppercase;
}

.twobtn-center .up-cart:hover {
    background: #222;
    border: 1px solid #000;
    color: #fff;
}

.cspace {
    border-bottom: 0 solid #ddd;
    height: 1px;
    margin: 20px 0;
}

.or-sec {
    font-weight: bold;
    margin-bottom: 0 !important;
    margin-top: 7px;
}

.greybtns {
    background: #444;
}

.greybtns:hover {
    background: #0e0e0e !important;
}

.ui-autocomplete {
    max-height: 280px;
    overflow: auto;
}

.tabswrap .tab-content {
    margin-top: 15px;
}

.mg-bot15 {
    margin-bottom: 15px;
}

.new_error,
.ni_error {
    font-size: 13px;
}

.paymentmode-inner1 {
    background: #F9F9F9;
    padding: 15px;
    border: 1px solid #dddddd;
}

.new-dropdw {
    border: 1px solid #F00 !important;
}

.ui-autocomplete,
.ui-menu .ui-menu-item a {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #555 !important;
    line-height: 19px !important;
}

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a:focus,
.ui-menu .ui-menu-item a:link,
.ui-menu .ui-menu-item a:visited,
.ui-menu .ui-menu-item a:active,
.ui-menu .ui-menu-item .ui-state-focus {
    background: #3399ff !important;
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    color: #fff !important;
    background-image: none !important;
}

.ui-menu .ui-menu-item a {
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.max-100p {
    max-width: 100% !important;
}


/* New Header Style */

.close-nav i,
.mob-nav i {
    width: 26px;
    display: inline-block
}

.close-nav,
.mob-nav {
    position: absolute;
    top: 35%;
    left: 15px;
    cursor: pointer
}

.header-wrap {
    background: #fff;
    padding: 24px 0 24px 0;
}

.head-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.head-nav ul li {
    display: inline-block;
    margin: 0 0 0 30px;
}

.head-nav ul li i {
    margin-left: 25px
}

.head-nav ul li a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
}

.line-bottom,
.more-pro h1 {
    font-size: 48px;
    text-transform: uppercase
}

.head-nav ul li a.active,
.head-nav ul li a:hover {
    text-decoration: none;
    color: #000
}

.head-contact span {
    float: right;
    line-height: 40px;
    margin: 0 0 0px 20px !important;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    font-weight: 600;
}

.head-contact span img {
    margin-right: 8px;
}

.head-contact span a,
.head-contact span a:hover {
    color: #000
}

.head-contact span.yellowbx {
    background: #000;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    margin-left: 40px
}

.mob-nav {
    z-index: 100
}

.mob-nav i {
    background: url(../images/nav-bar-b.png) no-repeat;
    height: 18px;
    background-size: contain;
}

.close-nav {
    z-index: 10000
}

.more-btn,
.product-item {
    position: relative
}

.close-nav i {
    background: url(../images/icon-close-nav.png) no-repeat;
    height: 26px
}

.max-12 {
    margin: 0 auto;
    max-width: 1200px
}

.ovf-hidden {
    overflow: hidden !important;
}

.clu-ship,
.clu-ship:focus,
.clu-ship:hover,
.head-contact span.yellowbx a,
.ordergroup .active a,
.update-btn {
    color: #fff;
}

.clear-sec i,
.head-contact i,
.head-nav ul li i,
.items-count,
.items-count i {
    font-style: normal;
}

.bootstrap-select .dropdown-menu.open,
.bootstrap-select .dropdown-menu.selectpicker {
    max-height: 230px !important;
    padding: 0;
}

.bootstrap-select .dropdown-menu li a {
    padding: 3px 10px;
}

.creat-ac label {
    margin: 0;
}

.download {
    border: 1px dashed #000;
    display: inline-block;
    line-height: 20px;
    background: #ebebeb;
    padding: 10px 20px;
    margin: 10px 0;
}

.checkbox_inline {
    display: inline-block;
    margin-right: 20px;
}

.checkbox_inline label {
    padding-left: 10px;
}

.update-cart input[type="button"] {
    min-width: 257px;
    margin: 0px 10px;
}


/*product-img-slider*/

.pro-slider {
    padding: 0;
    list-style: none;
}

.pro-slider .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.05) url(../images/prev.svg) no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 45%;
    display: inline-block;
    left: 0;
    background-size: 16px 16px;
    background-position: center center;
}

.pro-slider .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.05) url(../images/next.svg) no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 45%;
    display: inline-block;
    right: 0;
    background-size: 16px 16px;
    background-position: center center;
}

.pro-slider .owl-nav .owl-next.disabled {
    opacity: 0.3;
}

.pro-slider .owl-nav .owl-prev.disabled {
    opacity: 0.3;
}


/* Sk -Css */

.work_hour {
    font-size: 12px;
    position: absolute;
    left: 46%;
    top: 30px;
}

@media (max-width: 959px) and (min-width: 768px) {
    .work_hour {
        left: 36%;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .work_hour {
        left: 40%;
        top: auto;
    }
    .head-contact.po-sk {
        position: relative;
    }
}

@media (max-width: 479px) {
    .work_hour {
        left: 30%;
        bottom: -30px;
        position: absolute;
    }
}

.sm-w {
    font-size: 14px;
    margin-top: -10px !important;
}

.sm-w img {
    width: 15px !important;
    height: 15px;
    object-fit: contain;
}


/* New styles 30 october 2018 */

.formBlock .form-group label {
       font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    color: #444;
}

.formBlock .ch-tit-01 {
    margin: 0 0 0px;
    padding-bottom: 15px;
    background: #fff;
    border-bottom: solid 1px #f6f6f6;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin: auto;
    font-family: 'Nunito Sans', sans-serif;
}
.checkoutLogin .title {
    padding: 10px 20px;
}

.billingDetails .checkoutLogin {
    padding: 0 0 !important;
    border-radius: 4px;
    margin-bottom: 20px;
}

.billingDetails .checkoutLogin .icon-loign-div {
    padding: 0 20px 20px;
}

.billingDetails .checkoutLogin .fmore-btn {
    display: block;
    float: none !important;
}

.billing-form .checkbox label,
.billing-form .radio label {
    padding-left: 10px;
}

.couponBox {
    border: 1px dashed #d0d0d0;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.couponBox .title {
    padding: 10px 20px;
	padding: 10px 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

.couponBox .title span {
    color: #000;
    font-weight: bold;
    cursor: pointer !important;
}

.couponBox .title span:hover {
    opacity: 0.6;
}

.arrow {
    background: #000;
    color: #fff !important;
    padding: 2px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
}

.couponBox .boxBody {
    padding: 0 20px 20px;
    display: none;
}

.paymentMethod .panel-heading {
   font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: auto;
    font-family: 'Nunito Sans', sans-serif;
    border-radius: 0;
}

.ckeckoutTop {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .ckeckoutTop {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .ckeckoutTop {
        text-align: center;
    }
}

.ckeckoutTop .checkoutLogin,
.ckeckoutTop .cartInfo {
    display: inline-block;
    vertical-align: top;
}

.ckeckoutTop .checkoutLogin {
    margin-right: -4px;
}

@media (max-width: 479px) {
    .ckeckoutTop .checkoutLogin,
    .ckeckoutTop .cartInfo {
        width: 100%;
    }
    .ckeckoutTop .checkoutLogin {
        margin-bottom: 10px;
    }
    .ckeckoutTop .cartInfo .btn-default {
        width: 100%;
    }
}

.ckeckoutTop .checkoutLogin {
    padding: 0 0;
    position: relative;
}

.ckeckoutTop .checkoutLogin .icon-loign-div {
    position: absolute;
    width: 100%;
    top: 46px;
    left: 0;
    z-index: 999;
    padding: 0;
}

.ckeckoutTop .checkoutLogin .icon-loign-div .loign-divInner {
    border-radius: 4px;
    border: 1px solid #000;
    padding: 15px;
    background: #fff;
    position: relative;
}

.ckeckoutTop .checkoutLogin .icon-loign-div .loign-divInner form {
    margin-bottom: 0;
}

@media (min-width: 479px) {
    .ckeckoutTop .checkoutLogin .icon-loign-div .loign-divInner {
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    .ckeckoutTop .checkoutLogin .icon-loign-div .loign-divInner {
        margin-top: 0;
    }
}

.loign-divInner .fmore-btn {
    display: block;
    float: none;
}

.ckeckoutTop .checkoutLogin .icon-loign-div .loign-divInner:before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0 8px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -10px;
    width: 0;
    z-index: 1;
}

.cartInfo .btn-default {
    background: #000;
    border-color: #000;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    outline: 0;
}

@media (min-width: 1200px) {
    .cartInfo .btn-default {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cartInfo .btn-default {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cartInfo .btn-default {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .cartInfo .btn-default {
        font-size: 13px;
    }
}

.cartInfo .btn-default:hover,
.cartInfo .btn-default:focus,
.cartInfo .btn-default:active {
    outline: 0;
}

.cartInfo {
    position: relative;
}

.cartInfo .your-order {
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 999;
    display: none;
}

@media (min-width: 480px) {
    .cartInfo .your-order {
        width: 320px;
    }
}

@media (max-width: 479px) {
    .cartInfo .your-order {
        width: 100%;
    }
}

.cartInfo .your-order .you-order-tab {
    border: 0;
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    margin-top: 10px;
}

.you-order-tab:before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0 8px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -10px;
    width: 0;
    z-index: 1;
}

.cartInfo .your-order .you-order-tab .title {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    margin-top: 0;
}

.cartInfo .your-order .you-order-tab .cart-pro-txt a {
    margin-bottom: 2px;
}

.cartInfo .your-order .you-order-tab .cart-pro-txt .checkout_att_list li {
    margin: 0 0 2px;
    font-size: 11px;
    text-align: left;
}

.cartInfo .your-order .you-order-tab .cart-pro-txt {
    width: 100%;
}

@media (max-width: 767px) {
    .cartInfo .your-order .you-order-tab .cart-pro-txt {
        margin-top: 0 !important;
    }
}

.cartInfo .your-order .you-order-tab table {
    font-size: 12px;
    margin-bottom: 0;
}

.glyphiconArrow:before {
    content: "\e259";
}

.arrowExpanded .glyphiconArrow:before {
    content: "\e260";
}

@media (min-width: 768px) {
    .estDelivery {
        padding: 10px 0;
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    .estDelivery {
        padding: 0 0 20px;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .topLinks {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .topLinks {
        text-align: center;
    }
}

.delInfo {}

.delInfo h3 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #286ab3;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: italic;
    border: 1px solid #eee;
    padding: 2px 6px;
    border-radius: 4px;
}

.delInfo h3 span {
    display: block;
    font-size: 10px;
    color: #000;
    font-weight: 400;
    font-style: normal;
}

.delInfo h3 span small {
    display: block;
    font-size: 8px;
}

.topLinks .social-network {
    margin-bottom: 0
}

@media (max-width:767px) {
    .topLinks .social-network {
        display: none !important;
    }
}

.topLinks .social-network li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.topLinks .social-network li a {
    display: inline-block;
    width: 28px;
}

.topLinks .topMenu {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .topLinks .topMenu {
        display: none !important;
    }
}

.topLinks .topMenu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.topLinks .topMenu li a {
    font-size: 13px;
    color: #8b8a8a;
}

.topLinks .topMenu li a:hover,
.topLinks .topMenu li a.active {
    color: #000;
}

.topLinks .delInfo,
.topLinks .social-network,
.topLinks .topMenu {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .topLinks .delInfo,
    .topLinks .social-network,
    .topLinks .topMenu {
        margin: 0 3px;
        margin-bottom: 6px;
    }
}

@media (min-width: 992px) {
    .topLinks .delInfo,
    .topLinks .social-network,
    .topLinks .topMenu {
        margin: 0 10px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .head-linksNew .head-contact {
        text-align: center;
    }
}

@media (mib-width: 768px) {
    .head-linksNew .head-contact {
        text-align: right;
    }
}

.head-linksNew .head-contact span {
    /*    float: none;*/
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: top;
    /*    line-height: normal;*/
}

.head-linksNew .head-contact span.sm-w {
    margin-top: 0 !important;
}

.head-linksNew .head-contact span.yellowbx {
    /*     line-height:40px;*/
}

.work_hourNew {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px;
    text-align: center;
    letter-spacing: 1px;
}

.work_hourNew strong {
    display: block;
    /*    text-align: left;*/
    font-size: 16px;
    font-weight: 500;
    color: #286ab3;
    line-height: 18px;
}

.work_hourNew span {
    display: block;
    font-weight: 400;
    font-style: normal;
}

.work_hourNew span small {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    color: #8b8a8a;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-wrapNew .header-inner .col-md-10 {
        width: 80%;
    }
    .header-wrapNew .header-inner .col-md-2 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .head-contact span {
        line-height: 40px;
    }
    .head-contact span.yellowbx {
        margin-left: 40px
    }
}

@media (max-width: 991px) {
    .head-contact span {
        line-height: 30px;
        font-size: 12px;
    }
}

.discStruc h3 {
    font-size: 30px;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mb-5 {
    margin-bottom: 1.5rem;
}

.discStruc .offer {
    background: #000;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.discStruc .offer.low {
    background: #7d7d7d;
}

.discStruc .offer.med {
    background: #515151;
}

.pro-gal {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.pro-gal li {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pro-gal li div img {
    margin-right: 30px;
    border: 1px solid #ddd;
}

.tab-content>.tab-pane h3 {
    font-size: 1.5em;
}


/*New style start*/

.paymentLoad {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, .9);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.loaderInner {
    transition: all .3s;
    overflow: hidden;
    position: relative !important;
    color: #fff;
}

.loaderInner::before {
    width: 48px;
    height: 48px;
    content: "";
    background: url(../images/paymentloader.svg) center no-repeat;
    display: block;
    background-size: cover;
    margin: auto;
    margin-bottom: 8px;
}

.dottLoad:after {
    content: "";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    width: 18px;
    display: inline-block;
    margin-left: 3px;
    text-align: left;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
}

.dnone {
    display: none !important;
}

.textSmall {
    color: #ccc;
    display: block;
}

.cornersImage li {
    width: 50%;
    float: left;
    list-style-type: none;
    padding: 20px;
}

.fixing li div img {
    width: 500px;
    height: 200px;
}

.fixing li div:first-child {
    width: 40%;
    float: left;
    margin-right: 40px;
}

.fixing li div:last-child {
    width: 50%;
    float: right;
    margin-left: 10px;
}

.mt-3 {
    margin-top: 25px;
}

.mb-3 {
    margin-bottom: 15px;
}


/*New style end*/
/* new css*/

.header-form{background-color: #fff;}
.header-form-row{
  margin: auto;
}
.header-form-row .form-group {
  padding: 25px 20px;
  margin: 0;
}
.header-form-row .form-group-select .form-control{
  height: 40px;
  background: transparent;
  color: #000;
  border-radius: 0px;
  font-family: 'Nunito Sans', sans-serif;
  padding: 0;
  border: none;
  font-weight: 900;
  border-bottom: solid 1px #dddddd;
  outline: none;
  box-shadow: none;
}
.header-form-row .form-group-select .dropdown-menu.open{
  padding: 0 0;
  border-radius: 0;
}
.header-form-row .form-group-select .dropdown-menu li a{
  padding: 6px 15px;
}

div#covid-banner.alert-info {
    background-color: #000;
    border-color: #000;
    text-align: center;
    display: grid;
    border-radius: 0;
    position: relative;
    padding: 16px;
    margin: 0;
}

div#covid-banner.alert-info h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
	text-decoration: underline;
}

div#covid-banner.alert-info p {
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
}

div#covid-banner.alert-info a.close {
    position: absolute;
    right: 8px;
    top: 2px;
    color: #fff;
    opacity: 90%;
}
.header-bot.fwid.home-banner-section:before {
    content: none;
}
.header-bot.fwid.home-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 445px;
}
.header-bot.fwid.home-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 445px;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-end;
}

.form-group.form-group-heading.col-sm-3 {
    padding: 0px 0px 0px 20px;
    background-color: #000;
    margin: 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
}

.form-group.form-group-heading.col-sm-3 h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    line-height: 28px;
    position: relative;
    margin-bottom: 10px;
}

.header-form-row .form-group label {
    font-size: 14px;
    color: #000;
    opacity: 60%;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
}

.form-group.form-group-heading.col-sm-3 h3:after {
    content: "";
    background-color: #fff;
    height: 3px;
    width: 30px;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.form-group.form-group-heading.col-sm-3:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 19px solid #000;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cart-login-box {
    display: flex;
    align-items: center;
}

.cart-login-box .cart-login-main {
    width: 49px;
    height: 49px;
    margin-left: 15px;
}
.cart-login-box .cart-login-main:first-child {
	margin-left: 30px;
}
.cart-login-box .cart-login-main .cart-login-icon {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-login-box .cart-login-main .cart-login-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.cart-login-box .cart-login-main .cart-login-icon .cart-login-hover {
    display: none;
}

.cart-login-box .cart-login-main .cart-login-icon:hover {
    background-color: #000;
}

.cart-login-box .cart-login-main .cart-login-icon:hover img.cart-login-static {
    display: none;
}

.cart-login-box .cart-login-main .cart-login-icon:hover img.cart-login-hover {
    display: block;
}

.fl-rt.head-links.head-linksNew {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.cart-login-box .cart-login-main sup {
    position: absolute;
    top: 5px;
    width: 17px;
    height: 17px;
    background-color: #b60b01;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: 12px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    text-align: center;
}

.productList-heading {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}

.productList-heading h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    color: #000;
    margin: auto;
    font-family: 'Nunito Sans', sans-serif;
    display: table;
    padding: 0px 10px;
    position: relative;
	    text-transform: uppercase;
}
 

.section-py {
    padding: 70px 0px;
}

.productList-heading h1:after {content: "";background: #000;width: 44px;height: 4px;position: absolute;left: -50px;top: 0;bottom: 0;margin: auto;}
.productList-heading h1:before {content: "";background: #000;width: 44px;height: 4px;position: absolute;right: -50px;top: 0;bottom: 0;margin: auto;}

.fwid.products-listing>ul {
    display: flex;
    flex-wrap: wrap;
}

.item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset !important;
}
.item-more a:hover {
    background-color: #000 !important;
    color: #fff;
    opacity: 1;
}

.products-listing>ul {
    display: flex;
    flex-wrap: wrap;
}
.item-border {
    display: block;
    margin-top: 30px;
    padding-bottom: 20px;
    position: relative;
}

.item-border>span {
    width: 44px;
    height: 4px;
    background: #f5f5f5;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.home-about {
    background: #000;
}
 

.home-about .About-content .twocol-txt {
    display: block;
    padding: 0px 50px;
}

.home-about .About-content .twocol-txt h3 {
    font-size: 18px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
.home-about .About-content .twocol-txt p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
.home-about .About-content .twocol-txt a.Read-more {
    width: 161px;
    height: 44px;
    border: solid 1px #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}

.home-about .About-content .twocol-txt a.Read-more:hover {
    background: #fff;
    color: #000;
}
.home-about .About-content .twocol-txt h2:after {
    content: "";
    background-color: #fff;
    width: 44px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-about .About-content .twocol-txt h2 {
    margin: 0;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 34px;
    padding-bottom: 20px;
    position: relative;
}
.home-about .About-content .twocol-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-about .About-content .twocol-img { 
    width: 100%;
	height:600px;
	position:relative;
}
.home-about  .twocol-img:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 19px solid #000;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home-about  .twocol-img{
	position: relative;
}
.home-faq  .home-faq-section {
    background: #fff;
    padding: 60px;
}

.home-faq .home-faq-section .twocol-txt {
    padding: 0;
    display: block;
}

.home-faq .home-faq-section .twocol-txt .faq-heading {
    position: relative;
    margin-bottom: 45px;
}

.home-faq .home-faq-section .twocol-txt .faq-heading h3 {
    font-size: 30px;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.home-faq .home-faq-section .twocol-txt .faq-heading h3:after {content: "";background: #000;width: 44px;height: 4px;position: absolute;left: 0;bottom: 0;}

.home-faq .home-faq-section .twocol-txt .faq-content {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #f5f5f5;
}

.home-faq .home-faq-section .twocol-txt .faq-content h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 0px;
}

.home-faq .home-faq-section .twocol-txt .faq-content p {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    color: #2a2a2a;
}

.home-faq a.Read-more{
    width: 161px;
    height: 44px;
     display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #000;
    color: #000; 
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    opacity: 1;
}

.home-faq a.Read-more:hover {
    background-color: #000 !important;
    color: #fff;
    opacity: 1;
}
.faq-image .twocol-img {
    background: #fff;
    height: 239px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.faq-image .twocol-img img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    opacity: 1;
    max-width: unset !important;
}
.products-listing a.Read-more {
    width: 241px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    opacity: 1;
    background: #000;
    margin-top: 30px;
}

.Categories-btn {
    width: 168px;
    height: 40px;
}

.Categories-btn a {
    display: flex;
    background: #f5f5f5;
    width: 168px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    position: relative;
}

.Categories-btn a img {
    width: 16px;
    margin-right: 10px;
}

.Categories-btn a  img.after-hover {
    display: none;
}

.Categories-btn a:hover img.after-hover {
    display: block;
}

.Categories-btn a:hover img.before-hover {
    display: none;
}

.Categories-btn a:hover {
    background-color: #000;
    color: #fff;
}

.Categories-btn a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    position: absolute;
    right: 0;
    top: 40px;
    margin: auto;
    left: 0;
}

.Categories-btn a:hover:after {
    border-top: 10px solid #000;
}

.All-Categories-box {
    display: none;
    position: absolute;
    top: 153px;
    z-index: 999;
    background: #f5f5f5;
    width: 100vw;
    padding: 30px 0px 0px 0px;
    border-bottom: solid 1px #eee;
    box-shadow: 0 20px 20px 0px rgb(127 137 161 / 30%);
}
.All-Categories-box ul.nav.nav-tabs {
    border: none;
}

.All-Categories-box ul.nav.nav-tabs li.nav-item {
    float: unset;
    margin: 0;
	width: 100%;
}

.All-Categories-box ul.nav.nav-tabs li.nav-item a.nav-link {
    border: none;
    border-bottom: solid 1px #dddddd;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    border-left: solid 4px #f5f5f5 !important;
	margin: 0;
}

.All-Categories-box ul.nav.nav-tabs li.nav-item.active a.nav-link,
.All-Categories-box ul.nav.nav-tabs li.nav-item a.nav-link:hover {
    background-color: #fff !important;
    border-left: solid 4px #b60b01 !important;
}

.All-Categories-box .tab-content {
    background-color: #fff;
}

.All-Categories-box .tab-content .container {
    padding: 40px;
}

.All-Categories-box .tab-content .Category-list>ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.All-Categories-box .tab-content .Category-list>ul>li {
    max-width: 298px;
    min-width: 298px;
    line-height: 44px;
}

.All-Categories-box .tab-content .Category-list>ul>li>a {
    font-size: 16px;
    opacity: 70%;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}

.p-0{padding:0px !important;}
.m-0{margin:0px !important;}

body.inner-pages div#covid-banner {
    display: none;
}

body.inner-pages .header-bot.fwid.home-banner-section {
    min-height: 200px;
    padding: 50px 0px;
    align-items: center;
}
.form-control {
	font-family: 'Nunito Sans', sans-serif;
    height: 44px;
    border: solid 1px rgb(0 0 0 / 41%);
    border-radius: 0;
    box-shadow: none;
}
.checkforms .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.Conatct-us-box .service-block .inner-box {
    min-height: 315px;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 40px 35px 40px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: solid 1px #eee;
}
.Conatct-us-box .service-block .icon-outer {
    position: relative;
    display: flex;
    width: 120px;
    height: 120px;
    padding: 0;
    margin: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: solid 2px;
}
.Conatct-us-box .service-block .icon-outer .icon-box img {
    max-width: 60px !important;
    max-height: 60px;
}
.Conatct-us-box .service-block h3 {
    position: relative;
    text-transform: uppercase;
    margin: 0 0 0px;
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.Conatct-us-box .service-block .text {
    position: relative;
    display: block;
    color: #2e2d29;
    font-size: 16px;
    line-height: unset;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 0;
}

.Conatct-us-box .service-block .icon-outer .icon-box {
    border: none;
}

.Conatct-us-box .service-block h3 a {
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
}

.Conatct-us-box .service-block h3:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 44px;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.new-Conatct-us {
    background: #fff;
}

.new-Conatct-us .bg-purple.contact-fm {
    background-color: #fff;
    max-width: 1000px;
    margin: 0;
}
.contact-fm .form-group span.form-label {
    margin-bottom: 5px;
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}

.videos-box {
    width: 100%;
    overflow: hidden;
	margin-bottom:20px;
}

.videos-box video {
    width: 100%;
    height: 210px;
}

.text-center.faq-page .tab-content {
    background: #fff;
    padding: 20px;
}
.video-section ul.nav.nav-tabs {
    border: none;
}

.video-section ul.nav.nav-tabs li a {
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    border: none !important;
    border-radius: 0;
	background: #ddd;
    text-align: center;
}

.video-section ul.nav.nav-tabs li {
    margin: 0;
}

.video-section ul.nav.nav-tabs li.active a {
    background: #fff !important;
}

.videos-box .videos-text p {
    margin: 0;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
}
.faq-listing ul li .f-qus strong {
    font-size: 18px;
    font-weight: 800;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
}

.faq-listing ul li .f-ans p {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    color: #2a2a2a;
}
  ul.pro-slider {
    background: #fff;
}

.details-page-box-1 {
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
	padding-bottom:10px;
}

.details-page-box-1 .item-name {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-color: #dddddd;
    margin-bottom: 15px;
}

.details-page-box-1 label {
    font-size: 14px;
    color: #000;
    opacity: 60%;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
}

.details-page-box-1 button.btn.dropdown-toggle.form-control {
    height: 40px;
    background: transparent;
    color: #000;
    border-radius: 0px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0;
    border: none;
    font-weight: 900;
    border-bottom: solid 1px #dddddd;
    outline: none;
    box-shadow: none;
}

.details-page-box-1 .form-group {
    margin-bottom: 30px;
}

.details-page-box-1 .clear-sec.text-right {
    position: absolute;
    right: 0;
}

.details-page-box-1 #product_options {
    position: relative;
}

.details-page-box-1 .clear-sec.text-right span.clr-sec {
    border: solid 1px #eee;
    padding: 4px;
    font-size: 13px;
    height: unset;
    border-radius: 5px;
    color: #4599fe;
}

.details-page-box-1 .clear-sec.text-right span.clr-sec i {
    border: none;
    width: unset;
    height: unset;
    padding: 0;
    padding-top: 6px;
    color: #4599fe;
}

.details-page-box-1 input#comb_width, .details-page-box-1 input#comb_length {
    height: 40px;
    background: transparent;
    color: #000;
    border-radius: 0px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0;
    border: none;
    font-weight: 600;
    border-bottom: solid 1px #dddddd;
    outline: none;
    box-shadow: none;
}

.details-page-box-1 .input-group.bootstrap-touchspin {
    background: #f5f5f5;
    height: 40px;
}
.details-page-box-1 .input-group.bootstrap-touchspin input#cartProductQty:focus{
	box-shadow:none;
}
.details-page-box-1 .input-group.bootstrap-touchspin input#cartProductQty {
    background: transparent;
    border: none;
    height: 40px;
    padding: 9px;
}

.details-page-box-1 .input-group.bootstrap-touchspin span.input-group-btn-vertical>.btn {
    background: transparent !important;
    border: none;
}

.Add-to-Cart-btn .add-cart {
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

.details-page-box-1  #price>.form-group {
    display: flex;
    align-items: center;
    border: dotted 2px #f5f5f5;
    height: 50px;
    justify-content: center;
}

.details-page-box-1 #price>.form-group label {
    font-size: 20px;
    margin-right: 10px;
}

.details-page-box-1  #price>.form-group span#productTotalPrices {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Nunito Sans', sans-serif;
}

 .details-info ul {
    padding-left: 22px;
    position: relative;
    margin-bottom: 0;
    color: #000;
}

 .details-info ul li {
    list-style: decimal;
    position: relative;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}

 .details-info ul li label, .details-info ul li strong, .details-info ul li span#shippAmt {
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
}

ul.pro-slider li a#gallery {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    border: solid 1px #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
}
.icon-box.icon-box2.text-center.mg-bot15.details-info {
    background: #fff;
    border: none;
    padding: 12px 10px;
    font-family: 'Nunito Sans', sans-serif;
    text-align: left;
}

.product-page.product-dt-page .video-section {
    padding: 40px 0px 0px 0px;
}

.product-page.product-dt-page .video-section .tabswrap p {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
}

.product-page.product-dt-page .text-center.faq-page .tab-content {
    padding: 30px; 
	margin: 0px;
}

.discStruc .heading-discStruc p {
        font-size: 30px;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: capitalize;
    border-bottom: solid 1px #d0cece;
    padding-bottom: 20px;
}

.discStruc .offer {
    display: flex;
    align-items: center;
    justify-content: center;
}
 

.pro-gal .pro-gal-box {
    border: solid 1px #f5f5f5;
    margin-bottom: 30px;
}

.pro-gal .pro-gal-box .pro-gal-img {
    height: 200px;
    width: 100%;
    border-right: solid 1px #f5f5f5;
}

.pro-gal .pro-gal-box .pro-gal-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-gal .pro-gal-box .pro-gal-content {
    padding-top: 30px;
}

.pro-gal .pro-gal-box .pro-gal-content h4 {
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    margin-top: 0;
}
.tab-content-details div:first-child h4{
	 margin-top: 0;
}
.tab-content-details h4{
	    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    margin-top: 30px;
}

#pro-care-maintenance .tab-content-details h4 {
    margin-top: 30px;
}

#pro-care-maintenance .tab-content-details h4:first-child {
    margin-top: 0;
}

.tab-content-details .fwid {
    float: unset;
}

.tab-content-details h3 {
    font-size: 18px !important;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    margin-top: 30px;
}
.tab-content-details .cornersImage {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}

.tab-content-details .cornersImage li img {margin: 10px 0px;}

.sidebar-inner {
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
}
 

.sidebar-inner .dashboard-links .list-group.panel.dash-page-nav  .list-group-item {
    display: block !important;
    text-align: left;
    padding: 15px 20px;
    border-left: none;
    border-right: none;
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
}

.sidebar-inner .dashboard-links .list-group.panel.dash-page-nav span.list-group-item i {
    display: none;
}
 .sidebar-inner .dashboard-links .list-group.panel.dash-page-nav span.list-group-item:hover, .sidebar-inner .dashboard-links .list-group.panel.dash-page-nav span.list-group-item:hover a {
    background-color: #000;
    color: #fff !important;
}

.dashboard-page.dashboard-wrap {}

.dashboard-page .dashboard-wrap .main-panel {
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
}

.dashboard-page .dashboard-wrap .main-panel .page-headings {
    padding: 20px;
    position: relative;
    border-bottom: solid 1px #f5f5f5;
}
.dashboard-page .list-items {position:relative; top: 0;}
.dashboard-page .dashboard-wrap .main-panel .page-headings h3.heading-name {
    margin: 0;
    font-weight: 900;
    color: #000;
    font-size: 23px;
    font-family: 'Nunito Sans', sans-serif;
}
 

.dashboard-page .dashboard-wrap .main-panel .page-headings a.edit-txt {
    margin: 0;
}

.dashboard-page .dashboard-wrap .main-panel .page-texts {
    border: none;
    margin: 0;
	    padding: 20px;
}
.dashboard-page .dashboard-wrap .main-panel .page-headings a.edit-txt {
    margin: 0;
    border-radius: 0px;
    font-family: 'Nunito Sans', sans-serif;
}

.dashboard-page .dashboard-wrap .main-panel .page-texts .change-account .col-md-4.form-group {border-bottom: solid 1px #eee;}

.dashboard-page .dashboard-wrap .main-panel .page-texts .change-account .page-sub-title {
    position: relative;
    text-align: left;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.dashboard-page .dashboard-wrap .main-panel .page-texts .change-account .page-sub-title:after {content: "";background-color: #000;width: 30px;height: 2px;position: absolute;bottom: 0;left: 0;margin: auto;}

span.form-label {
    margin-bottom: 5px;
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}
div#postcode_lookup #opc_input {
    height: 44px;
    border: solid 1px rgb(0 0 0 / 41%);
    border-radius: 0;
    box-shadow: none;
}
button#opc_button {
    height: 44px;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 0;
}
.form-group  .smfrm-btn {
    background: #0e0e0e none repeat scroll 0 0;
    border: 1px solid #0e0e0e;
    border-radius: 0;
    color: #fff;
    float: left;
    padding: 10px 20px;
    height: 44px;
    font-family: 'Nunito Sans', sans-seri;
    font-size: 16px;
}
.form-group {
    margin-bottom: 20px;
}

.table-bordered>thead>tr>th {
    font-weight: 800;
    color: #000;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
}

.table-bordered tr>td {
    color: #000;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
}

div#resultMsg .alert-success a {
    display: block;
}
div#resultMsg .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 13px;
    line-height: 22px;
    display: block;
    margin-top: 67px;
    margin-bottom: 0;
}

.billingDetails-form, .shippingMethod-form, .paymentMethod-form {
    background: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}

.formBlock .form-group .checkbox label {
    display: unset;
}

.checkbox {font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    color: #444;
}

.shippingMethod-form .checkbox.text-left {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 800;
}

small.estDeliveryExp.text-left, small.estDelivery.text-left {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    color: #444;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
    line-height: 24px;
    padding-bottom: 15px;
    border-bottom: solid 1px #f5f5f5;
    padding-top: 0;
}

 

small.estDelivery.text-left {
    border: none !important;
    margin-bottom: 0px !important;
}

.shippingMethod-form .checkbox.text-left label {
    font-weight: 800;
}
.couponBox .form-control {
    height: 34px;
}
.paymentMethod-form .panel.panel-default {
    border-radius: 0;
    margin-bottom: 30px;
}
div#debitOrCredit .form-group.text-left img {
    height: 20px !important;
    width: auto;
}

.paymentMethod-form .button#pymentBtn {
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

.paymentMethod-form  button#pymentBtn:hover {
    color: #000 !important;
    background-color: transparent !important;
}
.paymentMethod-form .panel-group {
    margin-bottom: 0px;
}

.mobile-Categories-btn .Categories-btn {
    display: none;
}

.blog-list-cmd .leave-cmd .cmd-head {
    margin: 0;
    display: flex;
    border-bottom: solid 1px #f5f5f5;
} 

.blog-list-cmd .leave-cmd .cmd-head .leave-cmd-head h4 {
    margin-bottom: 15px;
}
body.inner-pages.grey-bg.Products-details-body .header-bot.fwid.home-banner-section {
    display: none;
}

body.inner-pages.grey-bg.Products-details-body    section.banner-bottom {
    display: none;
}
.prodetail-fm {
    min-height: 228px;
}


.Categories-box .Categories-image {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 1px #eee;
}

.Categories-box .Categories-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Categories-box .Categories-name h3 {
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.Categories-box {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 15px;
}

.Categories-box:hover {
    background: #000;
    color: #fff;
}

.Categories-box:hover .Categories-name h3 {
    color: #fff;
}




.cart-check-delivery  .shippingMethod-form {
    display: inline-block;
    width: 100%;
    padding: 10px 0px 20px 0px;
}

.cart-check-delivery .shippingMethod-form .checkbox.col-md-6 {
    margin: 0;
    padding: 0px 5px;
}

.cart-check-delivery .shippingMethod-form .checkbox  input {
    display: none;
}

.cart-check-delivery .shippingMethod-form .checkbox label {
    display: flex;
    border: solid 1px #ddd;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart-check-delivery .shippingMethod-form .checkbox label small {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
}

.cart-check-delivery .shippingMethod-form .checkbox label p {
    margin: 0;
}
.cart-check-delivery .shippingMethod-form .checkbox label:hover {
    background-color: rgb(183 183 183 / 47%);
}
.cart-check-delivery .shippingMethod-form .checkbox input:checked + label, 
.cart-check-delivery .shippingMethod-form .checkbox input:checked + label, 
.cart-check-delivery .shippingMethod-form .checkbox input:checked + label {
    background: #5cb85c45;
    border-color: #5cb85c;
    
}

#product_options .bootstrap-select.clickselect0 .dropdown-menu,
#product_options .bootstrap-select.clickselect0 .dropdown-menu.open{ display: block !important; position: relative; }

#product_options .bootstrap-select.clickselect0 .dropdown-menu{ border: none; box-shadow: none; border-radius: 0;}
#product_options .bootstrap-select.clickselect0 .dropdown-menu li{ margin: 3px 3px; display: inline-block; background-color: #FFF; }
#product_options .bootstrap-select.clickselect0 .dropdown-menu li a{ border: #29665E solid 1px; color: #29665E; text-transform: uppercase; font-size: 0.76rem;  padding: 0.375rem 0.35rem; line-height: 1.5;}    
#product_options .bootstrap-select.clickselect0 .dropdown-menu li:hover{background-color:#ECF5F4; }