/*Fonts path*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sans") format("svg"); }
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sans") format("svg"); }
@font-face {
  font-family: "open_sans";
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sans") format("svg"); }
h1 {
  font-size: 25px;
  font-size: 1.5625rem; }

body {
  color: #333333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }

.bg-gray {
  background: #eeeeee; }

.card, .card-header, .card-footer {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

.page-header {
  border: 0; }
  .page-header h1, .page-header h2, .page-header h3 {
    font-size: 28px;
    font-size: 1.75rem; }
    @media only screen and (min-width: 768px) {
      .page-header h1, .page-header h2, .page-header h3 {
        font-size: 40px;
        font-size: 2.5rem; } }
    .page-header h1 small, .page-header h2 small, .page-header h3 small {
      font-size: 22px;
      font-size: 1.375rem; }
    .page-header h1 .btn-link, .page-header h1 a, .page-header h2 .btn-link, .page-header h2 a, .page-header h3 .btn-link, .page-header h3 a {
      font-size: 14px;
      font-size: 0.875rem; }

.navbar-brand {
  margin-top: 0 !important;
  max-width: 120px; }
  @media only screen and (min-width: 768px) {
    .navbar-brand {
      max-width: 250px; } }

.navbar {
  z-index: 999;
  background: #1f6ce8; }
  .navbar .navbar-brand {
    margin-top: 0 !important;
    max-width: 250px; }
  .navbar .navbar-collapse {
    background: #1f6ce8; }
    .navbar .navbar-collapse .navbar-nav {
      background: #1f6ce8; }
      .navbar .navbar-collapse .navbar-nav .nav-item img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%); }
        @media only screen and (min-width: 768px) {
          .navbar .navbar-collapse .navbar-nav .nav-item img {
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -ms-filter: grayscale(0);
            -o-filter: grayscale(0);
            filter: grayscale(0); } }
      .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
        position: relative;
        color: #ffffff !important;
        padding: 0.5rem 0.7rem;
        font-family: Open Sans, sans-serif;
        font-weight: bold; }
        .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link:before {
          content: normal;
          left: 0;
          right: 0;
          top: auto;
          -webkit-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          text-shadow: 0 0 0 transparent;
          margin: 0 auto;
          width: 10px;
          font-size: 28px;
          font-size: 1.75rem;
          color: transparent; }
          @media only screen and (min-width: 768px) {
            .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link:before {
              content: ".";
              display: block;
              position: absolute; } }
      .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        margin: 0; }
      .navbar .navbar-collapse .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item.active > .nav-link {
        color: rgba(255, 255, 255, 0.66) !important; }
        .navbar .navbar-collapse .navbar-nav .nav-item:hover > .nav-link:before, .navbar .navbar-collapse .navbar-nav .nav-item.active > .nav-link:before {
          text-shadow: 10px 0 0 #ececec, -10px 0 0 #ececec;
          color: #ececec; }
      .navbar .navbar-collapse .navbar-nav .nav-item.show > .nav-link {
        color: #1f6ce8 !important;
        background: #ffffff; }
        .navbar .navbar-collapse .navbar-nav .nav-item.show > .nav-link:before {
          text-shadow: 0 0 0 transparent;
          color: transparent; }
      .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        background: #1f6ce8; }
        .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
          color: #ffffff;
          border: 0;
          padding: 0.5rem 1rem; }
          .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a strong {
            color: #1f001f; }
          .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:after {
            color: #ffffff; }
        .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.active > a, .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover > a {
          color: #1f6ce8 !important; }
          .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.active > a:after, .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover > a:after {
            color: #1f6ce8; }
        .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-menu li {
          background: transparent; }
        .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .card {
          background: transparent; }
          .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a {
            padding: 0.2rem 0.5rem; }
          .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li:hover a {
            color: #1f001f; }
        .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.login {
          background: #ffffff; }
      .navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-menu {
        background: #f8f9fa; }
        .navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-menu .list-unstyled li a {
          color: #333333; }
        .navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-menu .list-unstyled li:hover > a {
          color: #1f6ce8; }

/***** cms header ****/
.three-steps-content .three-steps i {
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
.three-steps-content .three-steps:hover i {
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: #1f001f; }

/***** cms middle footer ****/
.middle-footer-content #testimonial_sidebar {
  border: 0; }
  .middle-footer-content #testimonial_sidebar h4 {
    font-size: 24px;
    font-size: 1.5rem; }
  .middle-footer-content #testimonial_sidebar .card-header, .middle-footer-content #testimonial_sidebar .card-footer {
    background: transparent;
    border: 0;
    padding: 0; }
  .middle-footer-content #testimonial_sidebar .card-body {
    min-height: 250px;
    padding: 0.5rem 0; }
  .middle-footer-content #testimonial_sidebar .carousel-control-prev, .middle-footer-content #testimonial_sidebar .carousel-control-next {
    width: 20px; }
.middle-footer-content .video-box iframe {
  border: 5px solid #333333;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; }

/***** cms footer ****/
.social-media a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #5a5454;
  color: #dfdfdf;
  margin: 0.3rem 0.3rem 0 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  text-align: center; }
  .social-media a:hover {
    background: #1f6ce8;
    color: #ffffff; }

.footer-content #subscribe_sidebar {
  border: 0;
  background: transparent; }
  .footer-content #subscribe_sidebar .card-header {
    background: transparent;
    border: 0;
    padding: 0; }
  .footer-content #subscribe_sidebar .card-body {
    padding: 0.5rem 0; }
.footer-content .list-unstyled > li {
  margin-bottom: 1rem; }
  .footer-content .list-unstyled > li ul {
    padding: 0;
    list-style: none; }
    .footer-content .list-unstyled > li ul li {
      padding: 0.15rem 0; }
      .footer-content .list-unstyled > li ul li a {
        color: #5a5454; }
        .footer-content .list-unstyled > li ul li a:hover {
          color: #1f6ce8; }
@media only screen and (min-width: 768px) {
  .footer-content .list-unstyled {
    display: flex; }
    .footer-content .list-unstyled > li {
      padding-right: 1rem;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      margin-bottom: 0; } }

/**** product hover ****/
.product-box {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .product-box h3 {
    color: #333 !important; }
  .product-box .hover-box-shadow {
    background: #eeeeee;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 0;
    text-align: center; }
    .product-box .hover-box-shadow .card-title {
      color: #333333 !important;
      font-size: 20px;
      font-size: 1.25rem; }
    .product-box .hover-box-shadow .card-text {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #666666; }
      .product-box .hover-box-shadow .card-text strong {
        color: #666666; }
    .product-box .hover-box-shadow .thumbnail {
      padding: 1rem; }
    .product-box .hover-box-shadow .card-body {
      background: #ffffff; }
    .product-box .hover-box-shadow .card-footer {
      display: none; }
  .product-box .flip3d {
    height: 290px; }
    .product-box .flip3d .card-header {
      background: #1f6ce8; }
      .product-box .flip3d .card-header .card-title h3 {
        color: #fff !important;
        font-size: 16px;
        font-size: 1rem; }
      .product-box .flip3d .card-header .card-title:hover h3 {
        color: rgba(255, 255, 255, 0.65) !important; }
  .product-box .slideup h3, .product-box .slide-hover h3, .product-box .triangle-slide-overlay h3 {
    font-size: 16px;
    font-size: 1rem;
    color: #fff !important; }

/**** sidebar ****/
.sidebar .card .card-header {
  background: #1f6ce8 !important; }
  .sidebar .card .card-header .card-title {
    color: #ffffff; }
.sidebar .card .card-body {
  background: #f7f7f7; }
  .sidebar .card .card-body .list-group-item {
    background: transparent; }
    .sidebar .card .card-body .list-group-item > a {
      color: #1f6ce8 !important;
      font-size: 16px;
      font-size: 1rem; }
    .sidebar .card .card-body .list-group-item .list-unstyled li a {
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
      .sidebar .card .card-body .list-group-item .list-unstyled li a:before {
        top: 3px; }

#designer_template_category li a:hover, #designer_template_category li a.p_act {
  color: #1f6ce8; }

/**** mailing list modal ****/
#mailing_xls_model .page-header h2 {
  padding: 0.5rem 1rem;
  color: #ffffff; }

.bootstrap-datepicker-widget {
  font-size: 12px;
  font-size: 0.75rem; }

/***Forget Password Popup***/
#forgate_password_popup .page-header h3 {
  margin: 0 !important; }

.form-control:focus + .input-group-append .input-group-text {
  border-color: #1f6ce8; }
.form-control:focus ~ .col-form-label {
  color: #1f6ce8; }

.facebook_login, .google_login {
  color: #fff !important; }

/**** media box ****/
.media-filter li a:hover {
  color: #1f6ce8 !important; }
.media-filter li a.selected {
  background: #1f6ce8; }

.sidebar .card .card-body #straightmenu .list-group {
  margin-left: 0 !important; }
  .sidebar .card .card-body #straightmenu .list-group .list-group-item {
    padding: 0.9rem !important; }
    .sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info {
      font-size: 16px;
      font-size: 1rem;
      color: #1f001f !important;
      border-bottom: 1px dashed #ccc;
      padding-left: 0 !important;
      padding-bottom: 0.5rem !important;
      margin-bottom: 0.5rem; }
      .sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info:before {
        display: none; }
    .sidebar .card .card-body #straightmenu .list-group .list-group-item .all-product {
      font-size: 15px;
      font-size: 0.9375rem;
      padding-left: 0;
      color: #333 !important; }
      .sidebar .card .card-body #straightmenu .list-group .list-group-item .all-product:before {
        display: none; }
.sidebar .without_cat .list-group .list-group-item {
  padding: 0 !important; }
  .sidebar .without_cat .list-group .list-group-item > a {
    padding: 0.5rem 0.9rem; }
  .sidebar .without_cat .list-group .list-group-item ul {
    margin-bottom: 0.9rem; }
    .sidebar .without_cat .list-group .list-group-item ul li:hover a, .sidebar .without_cat .list-group .list-group-item ul li.active a {
      color: #1f6ce8 !important; }
.sidebar #straightmenu .list-group .list-group-item > a.all-product {
  font-size: 16px;
  font-size: 1rem;
  color: #1f001f; }
.sidebar #straightmenu .list-group .list-group-item > a.all-product:before {
  display: none; }
.sidebar #straightmenu .list-group .list-group-item > a:not(.all-product) {
  padding: 0.2rem 0 0.2rem 1.1rem !important; }
.sidebar #straightmenu .list-group .list-group-item > a:not(.all-product):before {
  display: block; }
.sidebar #straightmenu .list-group .list-group-item > a:hover {
  color: #1f6ce8 !important; }
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li > a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem; }
  .sidebar #straightmenu .list-group .list-group-item .list-unstyled li > a:before {
    top: 3px; }
  .sidebar #straightmenu .list-group .list-group-item .list-unstyled li > a:hover {
    color: #1f6ce8 !important; }
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li:hover > a, .sidebar #straightmenu .list-group .list-group-item .list-unstyled li.active > a {
  color: #1f6ce8 !important; }
.sidebar #straightmenu .without_cat .list-unstyled {
  padding-left: 0.9rem; }

.popover.show {
  z-index: 9999;
  padding: 0; }
  .popover.show .card {
    border: 0; }

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td:hover {
  background: #ae026c;
  color: #fff; }
  .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td:hover:hover {
    background: #ae026c;
    color: #fff; }

.top-header {
  position: sticky; }
  @media only screen and (min-width: 768px) {
    .top-header {
      position: relative; } }
  .top-header .bootstrap-select {
    margin-left: 0.5rem !important; }
    .top-header .bootstrap-select .dropdown-menu {
      z-index: 9999 !important; }
    .top-header .bootstrap-select > .dropdown-toggle {
      padding: 0.2rem 0.75rem; }
  .top-header .top-links li {
    margin: 0; }
    .top-header .top-links li a {
      padding: 0 0.5rem;
      color: #333333; }
      .top-header .top-links li a .badge {
        font-size: 11px;
        font-size: 0.6875rem; }
      .top-header .top-links li a:hover {
        color: #1f6ce8; }
  .top-header .search-toggle {
    right: 0;
    left: auto;
    z-index: 9999;
    top: 40px; }
  .top-header .header-search .twitter-typeahead {
    width: 100% !important; }

.custom-content-left {
  color: #6f6f6f; }
  .custom-content-left h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 0.8rem; }
    @media only screen and (min-width: 768px) {
      .custom-content-left h3 {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 60px; } }
  .custom-content-left p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 0.8rem; }
    @media only screen and (min-width: 768px) {
      .custom-content-left p {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 32px; } }
  .custom-content-left a {
    color: #fff;
    padding: 0.8rem 2rem;
    font-size: 22px;
    font-size: 1.375rem;
    margin-right: 2rem;
    margin-top: 0.5rem;
    display: block;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; }
    .custom-content-left a.shop-now {
      background: #ae026c; }
    .custom-content-left a.get-sample {
      background: #1f6ce8; }
    .custom-content-left a:hover {
      background: #333333;
      color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .custom-content-left a {
        display: inline-block; } }

.youtube-video iframe {
  width: 100%; }

#product_price .card-title a, #faq_details .card-title a {
  color: #333333 !important; }
  #product_price .card-title a:hover, #faq_details .card-title a:hover {
    color: #1f6ce8 !important; }
#product_price .card-title .btn-link, #faq_details .card-title .btn-link {
  color: #1f6ce8 !important; }
  #product_price .card-title .btn-link:hover, #faq_details .card-title .btn-link:hover {
    color: #1f001f !important; }

.top-header .cart {
  color: #ffffff; }
  .top-header .cart .badge {
    position: absolute;
    top: -5px;
    right: 5px; }

.tab-content .tab-content {
  padding-top: 1.5rem; }

#sitemap ul li a:hover {
  color: #1f6ce8; }

.popover .popover-body > .help_popup {
  max-height: none;
  overflow-y: inherit;
  padding: 0; }

.content-box, .content-small-box-lable, .content-small-box-content {
  font-size: 20px;
  font-size: 1.25rem;
  color: #1f6ce8;
  font-weight: normal !important; }

.zoom:hover {
  background: #1f6ce8;
  background: rgba(31, 108, 232, 0.85); }

/***** Header tag CSS *****/
.page-header {
  border: 0; }
  .page-header h1, .page-header h2, .page-header h3 {
    color: #535353; }
    .page-header h1 small, .page-header h2 small, .page-header h3 small {
      color: #333333 !important; }
    .page-header h1 .btn-link, .page-header h1 a, .page-header h2 .btn-link, .page-header h2 a, .page-header h3 .btn-link, .page-header h3 a {
      padding-top: 0.15rem; }
  .page-header .btn-link, .page-header a {
    color: #ffffff; }
    .page-header .btn-link:hover, .page-header a:hover {
      color: #ffffff; }

/**** table ****/
.table .thead-light th, .table .thead th, .table thead th {
  color: #1f6ce8 !important;
  background: transparent;
  border-bottom-color: #1f6ce8; }

.treeview li .act {
  color: #1f6ce8 !important; }
.treeview li a:hover {
  color: #1f6ce8 !important; }

/***** Anchor tag css ******/
a {
  color: #1f6ce8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    color: #1f001f;
    text-decoration: none; }

/***** Button ******/
.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff; }

.btn-primary {
  background: #1f6ce8;
  border-color: #1f6ce8; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #1456c0;
    border-color: #1456c0; }
  .btn-primary.disabled, .btn-primary:disabled {
    background: #1f6ce8;
    border-color: #1f6ce8;
    opacity: 0.65;
    filter: alpha(opacity=65); }

.btn-info {
  background: #1f001f;
  border-color: #1f001f; }
  .btn-info:hover, .btn-info:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active:focus {
    background: #850085;
    border-color: #850085; }
  .btn-info.disabled, .btn-info:disabled {
    background: #1f001f;
    border-color: #1f001f;
    opacity: 0.65;
    filter: alpha(opacity=65); }

.btn-secondary {
  background: #333333;
  border-color: #333333; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
    background: #1a1a1a;
    border-color: #1a1a1a; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background: #333333;
    border-color: #333333;
    opacity: 0.65;
    filter: alpha(opacity=65); }

.btn-success {
  background: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active:focus {
    background: #449d44;
    border-color: #449d44; }
  .btn-success.disabled, .btn-success:disabled {
    background: #5cb85c;
    border-color: #5cb85c;
    opacity: 0.65;
    filter: alpha(opacity=65); }

.btn-link {
  color: #1f6ce8; }
  .btn-link:hover, .btn-link:focus {
    color: #1f001f; }
  .btn-link:disabled, .btn-link.disabled {
    color: #1f001f; }

/***** Button outline ******/
.btn-outline-primary {
  border-color: #1f6ce8;
  color: #1f6ce8; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background: #1f6ce8;
    color: #ffffff;
    border-color: #1f6ce8; }

.btn-outline-info {
  border-color: #1f001f;
  color: #1f001f; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
    background: #1f001f;
    color: #ffffff;
    border-color: #1f001f; }

.btn-outline-success {
  border-color: #5cb85c;
  color: #5cb85c; }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
    background: #5cb85c;
    color: #ffffff;
    border-color: #5cb85c; }

/***** Border Color *****/
.border-primary {
  border-color: #1f6ce8 !important; }

.border-info {
  border-color: #1f001f !important; }

/**** loader ****/
.loading-container .loading {
  border-color: transparent #1f6ce8; }
.loading-container #loading-text {
  color: #1f6ce8; }

/**** custom-tab ****/
.nav-customtabs li .nav-link.active {
  color: #ae026c; }
  .nav-customtabs li .nav-link.active:after {
    background: #ae026c; }

/***** Text Color *****/
.text-primary {
  color: #1f6ce8 !important; }

.text-info {
  color: #ae026c !important; }

/***** Text-Color with Anchor Tag *****/
a.text-info:hover, a.text-info:focus {
  color: #7c014d !important; }

/***** background-Color *****/
.bg-primary {
  background-color: #1f6ce8 !important; }

.bg-info {
  background-color: #1f001f !important; }

/***** badge Color *****/
.badge-primary {
  background-color: #1f6ce8; }

.badge-info {
  background-color: #1f001f; }

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: transparent;
  color: #1f6ce8; }

.bootstrap-select .dropdown-menu li.active small {
  color: #1f6ce8 !important; }
.bootstrap-select .dropdown-toggle small {
  color: #1f6ce8 !important; }
.bootstrap-select .dropdown-toggle:focus {
  border-color: #1f6ce8; }

/***** Radio button color *****/
.custom-radio .custom-control-input:checked ~ .custom-control-label {
  box-shadow: none; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1f6ce8;
    border-color: #1f6ce8;
    box-shadow: none; }

/***** Checkbox color *****/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  box-shadow: none; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1f6ce8;
    border-color: #1f6ce8;
    box-shadow: none; }

/***** Input border-color on focus *****/
.form-control, .custom-select {
  font-size: 14px;
  font-size: 0.875rem; }
  .form-control:focus, .custom-select:focus {
    border-color: #1f6ce8; }

/***** Top menu ******/
.navbar-light .navbar-nav li.active > .nav-link {
  color: #1f6ce8; }
.navbar-light .navbar-nav li:hover > .nav-link {
  color: #1f6ce8; }
.navbar-light .navbar-nav li.show .nav-link {
  color: #1f6ce8; }
.navbar-light .navbar-nav .dropdown-menu > li:hover > a {
  color: #1f6ce8; }

/***** dropdown menu ******/
.navbar-nav .dropdown .dropdown-menu > li:hover > a {
  color: #1f6ce8; }
  .navbar-nav .dropdown .dropdown-menu > li:hover > a:after {
    color: #1f6ce8; }
.navbar-nav .dropdown .dropdown-menu > li:active > a {
  color: #1f001f; }
  .navbar-nav .dropdown .dropdown-menu > li:active > a:after {
    color: #1f6ce8; }

/***** dropdown mega menu ******/
.nav-item.megamenu .dropdown-menu .list-unstyled > li:hover > a {
  color: #1f6ce8; }
  .nav-item.megamenu .dropdown-menu .list-unstyled > li:hover > a:after {
    color: #1f6ce8; }

/***** vertical menu ******/
#cssmenu .list-group-item {
  background: #eeeeee; }
  #cssmenu .list-group-item > a {
    color: #1f6ce8 !important; }
  #cssmenu .list-group-item > ul {
    background-color: #1f6ce8;
    background: linear-gradient(top, #1f6ce8, #1f6ce8 darker);
    background: -webkit-linear-gradient(top, #1f6ce8, #1f6ce8 darker);
    background: -moz-linear-gradient(top, #1f6ce8, #1f6ce8 darker);
    background: -ms-linear-gradient(top, #1f6ce8, #1f6ce8 darker);
    background: -o-linear-gradient(top, #1f6ce8, #1f6ce8 darker); }
    #cssmenu .list-group-item > ul li {
      background: #1f6ce8; }
      #cssmenu .list-group-item > ul li a {
        color: #ffffff !important; }
      #cssmenu .list-group-item > ul li:hover > a {
        color: #ffffff !important;
        background: #1660d7; }
      #cssmenu .list-group-item > ul li:hover > ul {
        background: #1660d7; }
        #cssmenu .list-group-item > ul li:hover > ul li {
          background: #1f6ce8; }
          #cssmenu .list-group-item > ul li:hover > ul li:hover {
            background: #1660d7; }
      #cssmenu .list-group-item > ul li.active {
        color: #1f6ce8 !important; }
  #cssmenu .list-group-item:hover > a {
    background: #1f6ce8;
    color: #ffffff !important; }
  #cssmenu .list-group-item:hover > ul {
    background: #1f6ce8; }

/***** straight menu ******/
#straightmenu .list-group-item > a.active {
  color: #1f6ce8 !important; }
#straightmenu .list-group-item > a:hover {
  color: #1f6ce8 !important; }

/***** toggle ******/
.sidebar .list-group-item ul li:hover > a, .sidebar .list-group-item ul li.active > a {
  color: #1f6ce8 !important; }

/***** my account menu ******/
#myaccount_menu li.active a {
  color: #1f6ce8 !important; }
#myaccount_menu li:hover a {
  color: #1f6ce8 !important; }

/***** category list ******/
#category_list a:hover, #category_list a.act {
  color: #1f001f; }

/***** Action Button ******/
/* Action Button CSS */
.browse_design:hover, .upload_design:hover, .custom_design:hover, .hire_designer:hover, .quote_product:hover {
  -webkit-box-shadow: 0 0 5px 1px #73797D;
  -moz-box-shadow: 0 0 5px 1px #73797D;
  box-shadow: 0 0 5px 1px #73797D; }

.browse_design {
  border-color: #1f6ce8 !important; }
  .browse_design .btn-img-text {
    color: #1f6ce8 !important; }
  .browse_design:hover .btn-img-text {
    color: #1456c0 !important; }

.upload_design {
  border-color: #1f6ce8 !important; }
  .upload_design .btn-img-text {
    color: #1f6ce8 !important; }
  .upload_design:hover .btn-img-text {
    color: #1456c0 !important; }

.custom_design {
  border-color: #5cb85c !important; }
  .custom_design .btn-img-text {
    color: #5cb85c !important; }
  .custom_design:hover .btn-img-text {
    color: #449d44 !important; }

.hire_designer {
  border-color: #ae026c !important; }
  .hire_designer .btn-img-text {
    color: #ae026c !important; }
  .hire_designer:hover .btn-img-text {
    color: #7c014d !important; }

.quote_product {
  border-color: #ae026c !important; }
  .quote_product .btn-img-text {
    color: #ae026c !important; }
  .quote_product:hover .btn-img-text {
    color: #7c014d !important; }

.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem; }
.btn-title-text.browse_design {
  background: #1f6ce8 !important;
  border-color: #1f6ce8 !important; }
  .btn-title-text.browse_design a .h4, .btn-title-text.browse_design a i {
    color: #ffffff !important; }
  .btn-title-text.browse_design:hover {
    background: transparent !important; }
    .btn-title-text.browse_design:hover a .h4, .btn-title-text.browse_design:hover a i {
      color: #1f6ce8 !important; }
.btn-title-text.upload_design {
  background: #1f6ce8 !important;
  border-color: #1f6ce8 !important; }
  .btn-title-text.upload_design a .h4, .btn-title-text.upload_design a i {
    color: #ffffff !important; }
  .btn-title-text.upload_design:hover {
    background: transparent !important; }
    .btn-title-text.upload_design:hover a .h4, .btn-title-text.upload_design:hover a i {
      color: #1f6ce8 !important; }
.btn-title-text.custom_design {
  background: #5cb85c !important;
  border-color: #5cb85c !important; }
  .btn-title-text.custom_design a .h4, .btn-title-text.custom_design a i {
    color: #ffffff !important; }
  .btn-title-text.custom_design:hover {
    background: transparent !important; }
    .btn-title-text.custom_design:hover a .h4, .btn-title-text.custom_design:hover a i {
      color: #5cb85c !important; }
.btn-title-text.hire_designer {
  background: #ae026c !important;
  border-color: #ae026c !important; }
  .btn-title-text.hire_designer a .h4, .btn-title-text.hire_designer a i {
    color: #ffffff !important; }
  .btn-title-text.hire_designer:hover {
    background: transparent !important; }
    .btn-title-text.hire_designer:hover a .h4, .btn-title-text.hire_designer:hover a i {
      color: #ae026c !important; }
.btn-title-text.quote_product {
  background: #ae026c !important;
  border-color: #ae026c !important; }
  .btn-title-text.quote_product a .h4 {
    color: #ffffff !important; }
  .btn-title-text.quote_product:hover {
    background: transparent !important; }
    .btn-title-text.quote_product:hover a .h4 {
      color: #ae026c !important; }

/***** Product Hover Effact *****/
.slideup .bg-dark {
  background: #1f6ce8 !important; }

.slide-hover {
  overflow: hidden; }
  .slide-hover .card-title:after {
    background: #1456c0; }

/**** pagination ****/
.page-item.active .page-link {
  background: #1f6ce8;
  border-color: #1f6ce8; }

/**** bottom links ****/
.bottom-links .list-inline-item a {
  color: #333333; }
  .bottom-links .list-inline-item a.active, .bottom-links .list-inline-item a:focus, .bottom-links .list-inline-item a:hover {
    color: #1f6ce8; }

.fotter_bottom ul li a:hover, .fotter_bottom ul li a:focus {
  color: #1f6ce8; }
.fotter_bottom h3 {
  color: #1f001f; }

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #1f001f; }
.tt-dropdown-menu .tt-suggestion a {
  color: #333333; }
  .tt-dropdown-menu .tt-suggestion a strong {
    color: #333333; }
.tt-dropdown-menu .tt-suggestion:hover strong {
  color: #ffffff !important; }

/*****Produsct Category CSS *****/
.accordion-menu .list-group-item {
  background: #eeeeee; }
  .accordion-menu .list-group-item > a {
    color: #333333 !important; }
    .accordion-menu .list-group-item > a:hover, .accordion-menu .list-group-item > a[aria-expanded="true"] {
      color: #1f6ce8 !important; }
      .accordion-menu .list-group-item > a:hover:before, .accordion-menu .list-group-item > a[aria-expanded="true"]:before {
        background-color: #1f6ce8; }
  .accordion-menu .list-group-item ul li a {
    line-height: 1.8; }

/***** Nav-Tabs CSS *****/
#InfoTab .nav-tabs li a.active, #InfoTab .nav-tabs li a:hover {
  background: #1f6ce8;
  color: #ffffff; }

/**** Account Page CSS ****/
.account-links a:hover .cicon {
  color: #1f001f; }

.account_dashboard_box h4 {
  color: #1f001f; }

/**** payment process message ****/
div.load_message, div.div_img_loader {
  color: #1f6ce8; }

/**** JQUERY UPLOADER START ****/
.bar {
  background-color: #1f6ce8; }

/**** Breadcrumbs ****/
.breadcrumb_container .breadcrumb li a:hover {
  color: #1f6ce8; }
.breadcrumb_container .breadcrumb li.active .a {
  color: #1f6ce8; }

/**** media filter ****/
.media-filter li a {
  border-color: #1f001f;
  color: #1f001f; }
  .media-filter li a:hover, .media-filter li a.selected {
    background: #1f001f !important;
    color: #ffffff !important; }
.media-filter .media-boxes-drop-down-header {
  border: 1px solid #1f001f; }

/**** card title link ****/
.card-title a.btn-link {
  color: #1f6ce8; }

/*# sourceMappingURL=theme.css.map */
