body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #363f4d;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


#top-nav {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
}

#top-nav .dropdown-toggle::after {
    display: none;
}

.top-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-nav-menu li.top-dd:after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-nav-menu li.top-dd:last-child:after {
    display: none;
}

.top-nav-menu li.top-dd:last-child {
    margin-right: 0;
    padding-right: 0;
}

.top-nav-menu li.top-dd {
    padding-left: 18px;
    padding-right: 18px;
}

.top-nav-menu li.top-dd:first-child {
    padding-left: 0;
}

.top-dd {
    font-size: 0.8em;
}

.top-dd button {
    font-size: 1em;
    color: #363f4d;
    font-family: 'Rubik', sans-serif;
    padding-right: 0;
    padding-left: 0;
}

.top-dd .nav-sub-btn:hover,
.top-dd .nav-sub-btn:focus,
.top-dd .nav-sub-btn:active {
    text-decoration: none;
    color: #363f4d;
}

.top-dd button:hover span,
.top-dd button:focus span,
.top-dd button:active span {
    text-decoration: underline;
}

.top-dd .dropdown-menu {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.top-dd .dropdown-menu li {
    border-bottom: 1px solid #ededed;
    padding-top: 4px;
    padding-bottom: 4px;
}

.top-dd .dropdown-menu li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.top-dd .dropdown-menu li:first-of-type {

    padding-top: 0;
}

.top-dd .dropdown-menu li button {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.top-dd .dropdown-menu li button:hover,
.top-dd .dropdown-menu li button:focus,
.top-dd .dropdown-menu li button:active {
    text-decoration: none;
}

.nav-sub {
    padding: 10px 0;

    color: #363f4d;
    text-transform: capitalize;
    line-height: 25px;
    font-family: 'Rubik', sans-serif;
}

.nav-text {
    padding-right: 9px;
}

.micon {
    font-size: 1.4em;
    padding-right: 5px;
}

.micon2 {
    font-size: 1.4em;
    padding: 8px 5px 8px 0;
}

button.selectedCurrency {
    color: #2e6ed5;
}

.top-dd a {
    color: #363f4d;
}

.top-dd a:hover,
.top-dd a:focus,
.top-dd a:active {
    color: #2e6ed5;
    text-decoration: none;
}

#header {
    background-color: #ffffff;
}

.logo {
    padding: 22px 0;
}

.head-nav li a {
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #363f4d;
    font-size: 0.8em;
}

.head-nav li a:hover,
.head-nav li a:focus,
.head-nav li a:active {
    color: #2e6ed5;
}

.linked {
    color: #2e6ed5 !important;
}

.navdrop {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    z-index: 2000;
    left: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 30px;
}

.navdrop a {

    color: #363f4d;
    text-decoration: none;
    display: block;
}

.navsub:hover .navdrop {
    display: block;
}

.navsub {
    position: relative;
    display: inline-block;
}

.navdrop a:hover {
    color: #2e6ed5;
    text-decoration: underline;
}

.hd-nav-submenu {
    margin-right: 50px;
    max-width: 100px;
}

div.hd-nav-submenu:last-child {
    margin-right: 15px;
}

.hd-nav-submenu .hdlink {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    color: #363f4d;


    font-size: 0.75em;
}

.hd-nav-submenu ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.hd-nav-submenu ul li {
    text-align: justify;
}

.hd-nav-submenu ul li a {
    font-size: 0.75em;
    text-transform: capitalize;
    color: #7a7a7a;
    font-weight: normal;
    padding-bottom: 7px;
    font-family: 'Rubik', sans-serif;
}

div.hd-nav-submenu ul li:last-child a {
    padding-bottom: 0;
}

.msticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    animation: down 0.7s;
    z-index: 2000;
}

.msticky .container {
    /*margin-left: 32px;*/
}


@keyframes down {
    0% {
        background: rgba(255, 255, 255, 0);
        transform: translateY(-100%);
    }
    100% {
        background: rgba(255, 255, 255, 0.7);
        transform: translateY(0);
    }
}

.tmenu {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mbtn-top {
    background: #2e6ed5;
    border-radius: 3px;
    padding: 17px 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.mbtn-top span {
    font-family: 'Rubik', sans-serif;
    font-size: 0.810em;
    font-weight: 500;
}

.mbtn-top:hover,
.mbtn-top:focus,
.mbtn-top:active {
    background: #2e6ed5;
    color: #ffffff;
    text-decoration: none;
}

.allcatm div a {
    color: #7a7a7a;
    font-size: 0.81em;

    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #ededed;
    padding: 12px 0;
    margin: 1px 30px;
}

.allcatm div a:last-child {
    border-bottom: 0;
}

.allcatm div a:hover,
.allcatm div a:focus,
.allcatm div a:active {
    color: #2e6ed5;
    text-decoration: none;
}

.allcatm {
    border: 2px solid #2e6ed5;
    margin-top: -2px !important;
    width: 90%;
    z-index: 3000;
    background-color: #ffffff;
    /*padding: 0 30px;*/
}

.subcat {
    background-color: red;
    z-index: 2000;
}

#search input {
    height: 56px;
    border: 2px solid #2e6ed5;
    font-size: 0.9em;
    color: #a4a4a4;
    font-weight: 400;
    background: transparent;
    box-shadow: none !important;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#search .input-group-append button {
    background: #2e6ed5;
    border: 0;
    height: 56px;
    width: 56px;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#search .input-group-append button i {
    color: #ffffff;
    font-size: 1.5em;
}

#wishlist-total,
#cart>button {
    vertical-align: top;
    font-size: 0.8em;
    color: #363f4d;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    display: inline-block;
}

#wishlist-total:hover,
#cart>button:hover {
    text-decoration: none;
    color: #2e6ed5;
}

#wishlist-total .icon,
#cart>button {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#wishlist-total i,
#cart>button i {
    font-size: 2em;
    color: #363f4d;
    font-style: normal;
    padding: 0 6px;
}

#wishlist-total .count,
#cart-total {

    background: transparent;
    color: #363f4d;
    position: relative;
    top: -15px;

    font-size: 0.5em;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
}

#cart {
    width: auto;
}

#cart>button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    margin: 0;
    position: relative;
}

#cart .dropdown-toggle::after {
    display: none;
}

#cart .cart-empty {
    padding: 15px;
}

#cart button:hover .icon i,
#wishlist-total:hover .icon i {
    color: #2e6ed5;
}

.cart-list {
    margin-top: 15px;
    border: none;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    width: 350px;
    /**/
    z-index: 200;
    background: #ffffff;

    right: 0;
}

.cart-list .cartlp {
    padding: 20px 30px;
}

.cart-list ul {
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100px;
    max-height: 300px;
    margin: 0;
    padding: 0;
}

.cart-list ul::-webkit-scrollbar {
    width: 4px;
}

.cart-list ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.cart-list ul::-webkit-scrollbar-thumb {
    background-color: #aaacae;
    outline: 1px solid slategrey;
}

.cart-list:before,
.cart-list:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
}

.cart-list:before {
    border-bottom-color: #ffffff;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 2;
}

.clitems {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0 10px 0;
}

li.clitems:last-of-type {
    /*border-bottom: 0;*/
    padding-bottom: 20px;
}

.pname {
    text-decoration: none;
    font-size: 0.85em;

    color: #434343;
}

.pname a {
    color: #434343;
}

.pname div a:hover {
    color: #2e6ed5;
}

.qty {
    padding: 5px 0;
    font-size: 0.7em;
    color: #bfbfbf;
}

.subamt {
    padding-top: 20px;
    font-size: 0.84em;
}

.subval {
    padding-top: 3px;
}

.font-bold {
    font-weight: 500;
}

.ratepu {
    font-size: 0.875em;
    font-weight: 500;
    color: #363f4d;
}

.cart-btns {
    background-color: #37475b;
    /*margin-top: 20px;*/
    padding: 25px 30px;
}

.cart-btns .btncart {
    margin-bottom: 20px;
}

.cart-btns button {
    border-radius: 0;
    background-color: #586985;
    color: #a3acb9;
    font-size: 0.9em;
}

.btn-quickview {
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    background-color: #37475a;
    text-transform: capitalize;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    border: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: absolute;
    animation-duration: 0.5s;
}

.quick-view {
    z-index: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.prodimg .quick-view .btn-quickview:hover {
    background-color: #2e6ed5;
}

.newsletter {
    background-color: #085293;
    color: #ffffff;
}

.newscont {
    padding: 20px 0;
}

.news i {
    font-size: 4em;
}

.newstitle {
    padding-left: 20px;
}

.newstitle label {
    font-size: 0.8em;
    font-family: 'Roboto', sans-serif;
}

#subscribe_email {
    /*display: inline-block;*/
    background: #fff;
    padding: 10px 10px 10px 20px;
    border: 0;
    line-height: 30px;
    height: 56px;

    color: #959595;
    font-size: 0.8em;
    width: 640px;
    font-weight: 400;
    border-radius: 3px 0 0 3px;
}

@media (max-width: 575.98px) {
    #subscribe_email {

        width: 100%;
    }
    .subscribe .btn {
        padding: 0 20px;
    }
}

.btn-subscribe {
    text-transform: uppercase;
    line-height: 56px;
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    padding: 0 40px;
    background: #2e6ed5;
    color: #fff;
    border: 0;
    border-radius: 0;
    border-radius: 0 3px 3px 0;
}

.btn-subscribe:hover {
    -webkit-transition: all 0.3s ease-in-out;
    color: #363f4d;
}

.first-footer {
    background: #085293;
    padding: 75px 0 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .col-footer {
    margin-bottom: 30px;
}

.footer-title {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}

.footer-content {
    line-height: 24px;
    font-size: 0.81em;
    color: #fff;
    font-weight: 400;
}

.footer-contact {

    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact li {
    padding: 3px 0;
}

.footer-contact li span {
    min-width: 53px;
    margin-right: 13px;
    display: inline-block;
    vertical-align: top;
}

.footer-payment {
    display: block;
    margin-top: 16px;
}

.footer-payment label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-size: 1em;
    font-style: italic;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

#footer .list-unstyled.text-content li a {
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 6px 0;
    font-size: 1em;
}

#footer .list-unstyled.text-content li a:hover,
#footer .list-unstyled.text-content li a:focus,
#footer .list-unstyled.text-content li a:active {
    text-decoration: none;
    color: #699ecd;
    padding-left: 7px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.second-footer {
    background: #085293;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 38px 0;
}

.second-footer .copyright {

    color: #fff;
    font-size: 0.8em;

    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    padding: 13px 0;
}

.copyright a {
    color: #ffffff;
}

ul.link-follow {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.link-follow li {

    margin-right: 8px;
    margin-top: 5px;
}

ul.link-follow li a span {
    display: none;
}

ul.link-follow li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #2f81c9;
    background: #105fa5;
    border-radius: 2px;
    font-size: 1em;
    line-height: 41px;
    padding: 0;
    width: 41px;
    height: 41px;
    text-align: center;
    /*z-index: 1;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.link-follow li a:hover {
    background: #2e6ed5;
    color: #fff;
}

.lfbtn,
.rtbtn,
.s2rbtn,
.s2lbtn {
    padding: 1px 9px 0 9px;
    color: #bdbfbe;
    font-size: 0.9em
}

.rtbtn:visited,
.lfbtn:visited {
    /*color:#2e6ed5;*/
}

.navbtnp {
    margin-right: 10px;
}

.vline {
    width: 1px;
    height: 13px;
    background-color: #d2d2d2;
}

.som2 img {
    left: 0 !important;
    transform-origin: 100% 50%;
    animation: main 3s;
}

@keyframes main {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}



.wid600 {
    width: 600px !important;
}

.wid430 {
    width: 430px !important;
}

.wid765 {
    width: 765px !important;
}

.itemMenu a:hover,
.itemMenu a:focus {
    color: #2e6ed5;
}

.itemMenu .actParent:hover {
    text-decoration: none;
}

.bg-collcat {
    background-color: #2e6ed5;
}

.collhead {
    padding: 3px 10px;
    background-color: #faf8f8;
    margin-bottom: 0;
}

.collhead .btn-link {
    color: #434343;
    font-size: 0.7em;
}

.collhead .btn-link:hover,
.collhead .btn-link:focus,
.collhead .btn-link:active {
    color: #2e6ed5;
    text-decoration: none;
}

.collhead i {
    font-size: 12px;
    color: #9f9e9e;
    padding-right: 5px;
}

.scoll .card-body {
    padding: 0;
}

.scoll .cardl2 {
    border-top-color: rgba(0, 0, 0, 0.125);
    border-top-style: solid;
    border-top-width: 1px;
    border-right: 0;
    border-bottom-color: rgba(0, 0, 0, 0.125);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left: 0;
    padding-left: 13px;
    padding-right: 13px;
    background-color: #faf8f8;
}

.scoll .cardl2:last-of-type {
    border-bottom: 0;
}

.accordion .collhead h5>span {
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 60px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #9f9e9e;
    padding-right: 15px;
    text-align: right;
}

.accordion .collhead h5>span:after {
    content: "\f067";
}

.accordion .collhead h5>span[aria-expanded="true"]:after {
    content: "\f068";
}

.fullwidth {
    margin: 0 !important;
    padding: 0;
    width: 100%;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
    background: none !important;
    outline: none !important;
}

.img-hover a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
}

.img-hover a img {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.img-hover a:hover img {
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}

.white-bg {
    background-color: #ffffff;
}

.section-hd {
    border: 1px solid #ebebeb;
    padding: 14px 0;
    padding-left: 65px;
    background: #f6f6f6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
    margin-top: 80px;
    border-bottom: 0;
}

.section-hd h2 {

    line-height: 30px;
    text-transform: uppercase;
    font-size: 0.825em;
    font-weight: 700;
    margin: 0;
    color: #2e6ed5;
}

.section-hd:before {
    content: "\f137";
    font-family: "Ionicons";
    font-size: 24px;
    position: absolute;
    left: 25px;
    line-height: 1;
    top: 88px;
    color: #fff;
    z-index: 2;
}

.section-hd h2:before {
    content: "";
    background: #f6f6f6;
    width: 28px;
    height: 3px;
    position: absolute;
    left: 31px;
    top: 108px;
    z-index: 2;
    transform: rotate(135deg);
}

.section-hd:after {
    content: "";
    left: 15px;
    top: 80px;
    z-index: 1;
    position: absolute;
    border-top-left-radius: 3px;
    border: 30px solid #f6f6f6;
    border-top-color: #2e6ed5;
    border-left-color: #2e6ed5;
}

.section-slide {
    border: 1px solid #ebebeb;
    background: #fff;
}

.slide-item {
    border-right: 1px solid #ebebeb;
}

.item-box {
    padding: 20px;
}

.item-box .item-title a,
.item-title2 a {
    color: #2e6ed5;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
}

.item-box .item-title a:hover,
.item-box .item-title a:focus,
.item-box .item-title a:active,
.item-title2 a:hover,
.item-title2 a:focus,
.item-title2 a:active {
    text-decoration: underline;
}

.rate {
    padding: 10px 0;
}

.rating {
    font-size: 10px;
    height: 12px;
    width: 67px;
}

.rating0 {
    background: url(./images/rating0.png) no-repeat;
}

.rating1 {
    background: url(./images/rating1.png) no-repeat;
}

.rating2 {
    background: url(./images/rating2.png) no-repeat;
}

.rating3 {
    background: url(./images/rating3.png) no-repeat;
}

.rating4 {
    background: url(./images/rating4.png) no-repeat;
}

.rating5 {
    background: url(./images/rating5.png) no-repeat;
}

.disc {
    border-radius: 2px;
    background-color: #f26522;
    min-width: 65px;
    font-size: 0.6em;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
    z-index: 100;
}

.new {
    border-radius: 2px;
    background-color: #2e6ed5;
    width: 45px;
    font-size: 0.6em;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
    z-index: 100;
}

.set3 .disc,
.set3 .new,
.set3 .prodimg,
.set2 .disc,
.set2 .new {
    margin-top: 0;
}





/*.swap img {
  transition:all 0.5s ease-in-out;
  opacity:1;
}
.swap img:hover{
    opacity: 0;
}*/

.prodimg {
    margin-top: 10px;
}

.prodimg a {
    text-decoration: none;
}

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


.strike {
    text-decoration: line-through;
}

.price {
    font-size: 0.8em;
    color: #363f4d;
    margin-top: 10px;
}

.amt {
    color: #2e6ed5;
    font-size: 1.1em;
    font-weight: 500;
    padding-right: 5px;
}

.disc-amt {
    color: #a4a4a4;
}

.pdesc {
    color: #7a7a7a;
    font-size: 0.8em;
    margin-top: 20px;
    height: 60px;
}

.pdesc p {
    text-align: justify;
    line-height: 2em;
}

.counter {

    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
}

.counter div {
    border-right: 1px solid #e1e1e1;
    padding: 5px;
}

.counter:last-child {
    border-right: none;
}

.dval {
    font-size: 0.875em;
    font-weight: 500;
    color: #363f4d;
}

.countu {
    color: #2e6ed5;
    font-size: 0.8em;
}

.vline2 {
    width: 1px;

    background-color: #d2d2d2;
}

.media-body h5 {
    font-size: 1.1em;
    color: #2e6ed5;
}

.media-body {
    font-size: 0.8em;
    color: #7a7a7a;
}


.greybg {
    background-color: #f6f6f6;
}

.section2-hd {

    padding: 14px 0;
    /*padding-left: 65px;*/
    margin-bottom: 0;
}

.section2-hd h2 {

    line-height: 30px;
    text-transform: uppercase;
    font-size: 0.825em;
    font-weight: 700;
    margin: 0;
    color: #2e6ed5;
    padding-left: 10px;
}

.cnav {
    background-color: transparent;
    border-bottom: none;
}

.cnav a.nav-link {
    color: #7a7a7a;
    font-size: 0.8em;
    cursor: pointer;
}

.cnav a.nav-link.active {
    color: #2e6ed5;
    font-size: 0.8em;
}

.cnav>li>a.active,
.cnav>li>a:hover,
.cnav>li>a:focus {
    border: none;
    background-color: transparent !important;
}

.cnav .nav-link {
    border: none;
}

.cnav .nav-item .show .nav-link,
.cnav .nav-link .active {
    background-color: transparent;
}

.prodbtn,
.cartbtn {
    background: #f1f1f1;
    color: #949494;
    margin-right: 5px;
    margin-top: 10px;
    font-size: 0.81em;
    padding-top: 9px;
    padding-bottom: 9px;
}

.cartbtn {
    padding-left: 35px;
    padding-right: 35px;
}

.pcard .card-body button:hover,
.grid-box button:hover,
.list-box button:hover {
    background-color: #2e6ed5;
    color: #ffffff;
}


.owl-prev,
.owl-next {
    background-color: transparent;
    border: none;
    outline: none !important;
    padding: 8px 9px 8px 9px;
    color: #a6a7a6;
    font-size: 1.8em;
    cursor: pointer;
    line-height: 12px
}

button.owl-next.disabled,
button.owl-prev.disabled {
    color: #e0e3e0;
}

.minp {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.catgf a {
    color: #2e6ed5;
    text-decoration: none;
    font-size: 0.88em;
    font-weight: 500;
}

.catgf a:hover,
.catgf a:focus {
    text-decoration: none;
}

.catgf ul {
    list-style: none;
    padding: 13px 0;
    margin: 0;
}

.catgf ul li a {
    display: block;
    font-size: 0.815em;
    color: #7a7a7a;
    line-height: 24px;
    font-weight: 400;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.catgf ul li a:hover,
.catgf ul li a:focus {
    color: #2e6ed5;
    padding-left: 7px;
    -webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
    -ms-transition: ease-in-out all .3s;
    -o-transition: ease-in-out all .3s;
}

.viewm {
    line-height: 29px;
    padding: 0 20px;
    color: #949494 !important;
    text-transform: capitalize;
    background: #f1f1f1;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin-top: 21px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.viewm:hover,
.viewm:focus {
    background: #2e6ed5;
    color: #fff !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.quickvdialog {
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Rubik', sans-serif;
    width: 100%;
    height: 100%;
    padding-right: 5px;
    padding-bottom: 20px;
}

.dg-title {
    font-size: 1em;
    font-weight: 500;
}

.ppdesc {
    color: #363f4d;
    font-size: 0.7em;
    margin-top: 20px;
    text-align: justify;
    line-height: 1.4em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.form-control:focus {

    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}

.btnqty {
    background-color: #ffffff;
    border-color: #eaebec;
    width: 40px;
    padding: 0;
}

.quantity {
    padding-top: 20px;
}

.quantity label {
    font-size: 0.8em;
}

.quantity .input-group {
    width: 140px;
    height: 35px;
}

.quantity .input-group input {
    font-size: 0.8em;
    border-color: #eaebec;
}

.dgbtncart {
    padding-top: 20px;
}

.dgbtncart .cartbtn {
    background-color: #2e6ed5;
    color: #ffffff;
}

.dgbtncart .cartbtn:hover,
.dgbtncart .cartbtn:focus,
.dgbtncart .cartbtn:focus {
    background-color: #363f4d;
}

.dgbtncart .prodbtn:hover {
    background-color: #2e6ed5;
    color: #ffffff;
}

.btncolor {
    background-color: #363f4d;
    color: #ffffff;
}


.border-section .owl-stage {
    display: flex !important;
}

.border-section .owl-stage .owl-item {
    border-right: 1px solid #dee2e6 !important;
}

.border-section .pcard {
    border: none;
}





/* bootstrap hack: fix content width inside hidden tabs */

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow-y: hidden;
    /* no-overflow                */
}

.tab-content>.active,
.pill-content>.active {
    height: auto;
    /* let the content decide it  */
}





/* bootstrap hack end */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: rgba(35, 47, 62, 0.7);
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
    display: none;
    text-align: center;
    cursor: pointer;
    z-index: 900;
    box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, .1);
}

.back-to-top:hover {
    background-color: #2e6ed5;
    color: #ffffff
}

.back-to-top i {
    font-size: 20px;
    vertical-align: top;
}

.breadcrumb {
    background-color: #ffffff !important;
    padding-left: 0;
}

li.breadcrumb-item {
    font-size: 0.81em;
}

.breadcrumb li a {
    color: #8d8c8c !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 1rem !important;
    color: #bbbdbf !important;
}

.breadcrumb-item.active a {
    color: #363f4d !important;
}

.search input[type=checkbox] {
    margin-top: .6rem !important;
}

.search label,
.search input,
.search select,
.paging {
    font-size: 0.81em;
}

.search button {
    border: none;
    background: #363f4d;
    padding: 0px 20px;
    text-transform: capitalize;
    font-size: 0.81em;
    color: #fff;
    font-weight: 400;
    line-height: 42px;

    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.search button:hover {
    background-color: #2e6ed5;
}

.item-filter-box {
    padding: 20px;
}

.item-filter-box button {
    padding: 0;
    background-color: #ffffff;
    margin-right: 15px;
}

.item-filter-box button i {
    font-size: 1.1em;
    color: #363f4d;
}

.blue-color {
    color: #2e6ed5 !important;
}

.noItems {
    font-size: 0.81em;
    margin-bottom: 100px;
}

.grid-box,
.list-box {
    padding: 20px;
}

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

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

.desc {
    color: #7a7a7a;
    font-size: 0.8em;
    margin-top: 20px;
}

.desc p {
    text-align: justify;
}

.pagination {
    margin-bottom: 0;
}

.page-link {
    margin-right: 8px !important;
    border-radius: .25rem !important;
    background-color: #f1f2f4 !important;
    line-height: 0.81em;
    font-size: 0.81em;
    border-color: #f1f2f4 !important;
    color: #363f4d !important;
}

.page-item.disabled .page-link i,
.page-item.disabled .page-link {
    color: #babbbc !important;
}

.page-item.active .page-link {
    background-color: #2e6ed5 !important;
    border-color: #2e6ed5 !important;
    color: #ffffff !important;
}

.page-link i {
    font-size: 0.8em;
}

.page-link:focus {
    box-shadow: none;
}

.item-filter-box select {

    font-size: 0.9em;
}

.refine {
    list-style: none;
    padding: 0;
}

.refine li a {
    font-size: 0.8em;
    color: #363f4d;
    text-decoration: none;
}

.refine li {
    padding-top: 5px;
}

.refine li a:hover,
.refine li a:focus,
.refine li a:active {
    color: #2e6ed5;
    text-decoration: none;
}

.sidenav {
    padding: 20px 20px 45px 20px;
}

.sidenav-top {
    font-size: 0.875em;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;

    color: #252525;
}

.sidenav-cat {
    margin-top: 15px;
}

.sidenav-cat .hdr {
    text-transform: uppercase;
    font-size: 0.81em;
    margin-bottom: 20px;
    font-weight: 500;
}

.sidenav-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidenav-cat-list li a {
    color: #363f4d;
    text-decoration: none;
    font-size: 0.81em;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.sidenav-cat-list li:first-child>a {
    padding-top: 0;
}

.sidenav-cat-list li a:hover,
.sidenav-cat-list li a:focus,
.sidenav-cat-list li a:active {
    color: #2e6ed5 !important;
    text-decoration: none;
}

.price-filter {
    background-color: #dbdada;
}

.prange.rzslider .rz-bar {
    background: #bababb;
    height: 5px;
}

.prange.rzslider .rz-selection {
    background: #2e6ed5;
}

.prange.rzslider .rz-pointer {
    width: 15px;
    height: 15px;
    top: -7px;
    /*bottom: 0;*/
    background-color: #ffffff;
    /*border: 1px solid rgba(163, 161, 161, 0.3);*/
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
}

.prange.rzslider .rz-pointer:after {
    display: none;
}

.prange.rzslider .rz-bubble {
    bottom: 14px;
    font-size: 0.75em;
}

.prange.rzslider .rz-limit {
    font-size: 0.75em;
}

.prange.rzslider .rz-tick {
    width: 9px;
    height: 9px;
    margin-left: 4px;
    /*border-radius: 0;*/
    background: #f0eeec;
    top: 1px;
}

.prange.rzslider .rz-tick.rz-selected {
    background: #2e6ed5;
}

.range-val {
    font-size: 0.8em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}

.sidenav-filters {
    list-style: none;
    padding: 20px 0 0;
}

.sidenav-filters li {
    padding: 0;
    line-height: 0.8em;
}

.sidenav-filters li p {
    font-size: 0.7em;
    margin: 0;
}

.btnclose i {
    color: #505154;
    font-size: 1em;
}

.btnclose:hover i {
    opacity: 0.7;
}

.btnclose {
    line-height: 1;
}

.clear-filter a {
    font-size: 0.77em;
    display: block;
    padding: 10px 0 0;
    cursor: pointer;
    color: #2e6ed5 !important;
}

.p-des .ppdesc {
    font-size: 0.81em !important;
}

.p-des .cartbtn {
    padding-left: 65px;
    padding-right: 65px;
}

.other-info {
    padding-top: 20px;
    font-size: 0.81em;
}

.other-info div {
    padding-bottom: 6px;
}

.social-btn button {
    color: #ffffff;
    font-size: 0.7em;
    margin-right: 10px;
    padding: 0 5px;
    border: 0 solid;
    height: 20px;
    border-radius: 2px;
}

.social-btn button:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}

.social-btn .fb {
    background-color: #4267b2;
}

.social-btn .twit {
    background-color: #1b95e0;
}

.social-btn .share {
    background-color: #fe6d4c;
}

.prodnav {
    background-color: transparent;
}

.prodnav a.nav-link {
    color: #a8acb3 !important;
    text-transform: uppercase;
    font-size: 0.81em;
    font-weight: 500;
    cursor: pointer;
    background-color: #f3f2f2;
    margin-right: 10px;
    padding: 15px 20px;
    margin-bottom: 1px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.prodnav a.nav-link.active {
    color: #ffffff !important;
    background-color: #2e6ed5 !important;
    border-color: transparent;
}


.prodnav>li>a:hover,
.prodnav>li>a:focus {

    background-color: #2e6ed5 !important;
    color: #ffffff !important;
}

#desc .ppdesc,
#speci .ppdesc {
    font-size: 0.81em !important;
    border-bottom: none;
}

.rev-hdr {
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 0.8em;
    font-weight: 700;
}

.rev-content {
    font-size: 0.81em;
    padding: 10px;
}

.rev-content p {
    margin: 0;
}

.rrate {
    padding: 10px !important;
}

.rrating {

    height: 12px;
    width: 67px;
}

.revs {
    margin-bottom: 20px;
}

.p-revs {
    padding: 0 20px 0 20px;
    color: #a09e9e !important;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.8em;
}

.p-revs:hover {
    text-decoration: none;
    color: #2e6ed5 !important;
}

.p-rev-sep {
    font-size: 0.8em;
    color: #363f4d;
}

.frmRevs label span,
#cartaccordion .card .card-body label span,#checkoutaccord .card .card-body label span {
    color: red;
}

.frmRevs label {
    font-size: 0.8em;
}

.frmRevs div {
    padding-bottom: 20px;
}

.revs-note {
    font-size: 0.8em;
}

.revs-note span {
    color: #ae4b4b;
}

.frmRevs input[type=text],
.frmRevs textarea {
    font-size: 0.8em;
}

.err {
    color: red;
    font-size: 0.7em;
    padding-top: 3px;
}

.rev-btn {
    background: #363f4d;
    color: #ffffff;

    font-size: 0.81em;
    padding-top: 9px;
    padding-bottom: 9px;
}

.rev-btn:hover,
.rev-btn:focus,
.rev-btn:active {
    background-color: #2e6ed5 !important;
}

.empty-cart {
    font-size: 0.8em;
    padding: 20px 0 50px;
}

.cart-table .table-bordered {
    width: 100%;
    font-size: 0.8em;
}

.cart-table .table-bordered thead th {

    font-weight: 400;
}

.cart-table .table-bordered tbody tr td img {
    width: 80px;
    height: auto;
    margin: 10px;
}

.cart-table .table-bordered tbody tr td input {
    font-size: 0.9em;
}

.cart-table .table-bordered tbody tr td .input-group {
    height: 34px;
    min-width: 100px;
}

.font-08 {
    font-size: 0.8em;
}

#cartaccordion .card .card-header,#checkoutaccord .card .card-header {

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
}

#cartaccordion .card .card-body label,#checkoutaccord .card .card-body label {
    font-size: 0.8em;
}

#cartaccordion .card .card-body input[type=text],#checkoutaccord .card .card-body input[type=text] {

    height: 34px;
    font-size: 0.8em;
}

#cartaccordion .card .card-body input.coupon,#checkoutaccord .card .card-body input.coupon {
    width: 70%;
}

#cartaccordion .card .card-header button,#checkoutaccord .card .card-header button {
    color: #363f4d;
    font-weight: 500;
}

#cartaccordion .card .card-header button:hover,
#cartaccordion .card .card-header button:focus,
#cartaccordion .card .card-header button:active,
#checkoutaccord .card .card-header button:hover,
#checkoutaccord .card .card-header button:focus,
#checkoutaccord .card .card-header button:active {
    color: #2e6ed5;
    text-decoration: none;
}

.round-btn {
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    border-radius: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.sub-total table {
    font-size: 0.8em;
    width: 50%;
}

.sub-total table tbody tr,.subtotal {
    text-align: right;
}

.sub-total table tbody tr th,
.sub-total table tbody tr td,
.subtotal th,
.subtotal td {
    padding: 8px;
}

.cart-toast{
    font-size: 0.8em;
}
.temp-hdr{
    font-size: 0.8em;
    padding: 6px 12px;
}
.login a{
    color: #363f4d;
    font-size: 0.8em;
}
.login a:hover{
    color: #2e6ed5 !important;
    text-decoration: none;
}
.login button{
    width: 80px;
}
.acc-hdr{
    font-size: 1.1em;
    padding: 10px 0;
}
.bold-700{
    font-weight: 700;
}
.tnc{
    font-weight: 700;
    color: #363f4d;
}
.tnc:hover{
    color: #2e6ed5 !important;
    text-decoration: none;
}







@media (max-width: 575.98px) {
    .sub-total table {

        width: 100%;
    }
}



@media (min-width: 576px) and (max-width: 767.98px) {
    .sub-total table {

        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sub-total table {

        width: 60%;
    }
    .cart-table .table-bordered tbody tr td img {
        width: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1200px) {}