/*Fonts path*/
/*Fonts path end*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/
/* Branding Theme CSS For All Themes */
.zoom:hover {
  background: #344c5b;
  background: rgba(52, 76, 91, 0.75);
}

/***** Header tag CSS *****/
.page-header {
  background: #68afc4;
  color: #ffffff;
}
.page-header h1 small {
  color: #344c5b !important;
}

.page-section-header {
  color: #68afc4;
}

.page-sub-header {
  color: #344c5b;
}

.table .thead-light th, .table .thead th, .table thead th {
  color: #344c5b !important;
  background: transparent;
  border-bottom-color: #344c5b;
}

/***** Anchor tag css ******/
a {
  color: #344c5b;
  -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: #68afc4;
  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: #edba55;
  border-color: #edba55;
  color: #ffffff;
}
.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: #e8a727;
  border-color: #e8a727;
  color: #ffffff;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #edba55;
  border-color: #edba55;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
  background: #68afc4;
  border-color: #68afc4;
}
.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: #469ab3;
  border-color: #469ab3;
  color: #ffffff;
}
.btn-info.disabled, .btn-info:disabled {
  background: #68afc4;
  border-color: #68afc4;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-secondary {
  background: #344c5b;
  border-color: #344c5b;
}
.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: #21313b;
  border-color: #21313b;
  color: #ffffff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: #344c5b;
  border-color: #344c5b;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-success {
  background: #68afc4;
  border-color: #68afc4;
}
.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: #469ab3;
  border-color: #469ab3;
  color: #ffffff;
}
.btn-success.disabled, .btn-success:disabled {
  background: #68afc4;
  border-color: #68afc4;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/***** Outline Button ******/
.btn-outline-primary {
  background: transparent;
  border-color: #edba55;
  color: #edba55;
}
.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: #edba55;
  color: #ffffff;
  border-color: #edba55;
}

.btn-outline-secondary {
  background: transparent;
  border-color: #344c5b;
  color: #344c5b;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  background: #344c5b;
  color: #ffffff;
  border-color: #344c5b;
}

.btn-outline-info {
  background: transparent;
  border-color: #68afc4;
  color: #68afc4;
}
.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: #68afc4;
  color: #ffffff;
  border-color: #68afc4;
}

/***** Link Button ******/
.btn-link {
  color: #344c5b;
}
.btn-link:hover {
  color: #edba55;
}
.btn-link:disabled, .btn-link.disabled {
  color: #dddddd;
}

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

.border-info {
  border-color: #68afc4 !important;
}

.border-secondary {
  border-color: #344c5b !important;
}

/**** loader ****/
.loading {
  border-color: transparent #68afc4;
}

#loading-text {
  color: #68afc4;
}

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

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

.text-secondary {
  color: #344c5b !important;
}

.card-title {
  color: #68afc4;
}

.card-title a.btn-link {
  color: #68afc4 !important;
}
.card-title a.btn-link:hover {
  color: #edba55 !important;
}

.text-body {
  color: #ffffff !important;
}

/* Badge CSS */
.badge-primary {
  background: #edba55;
}

.badge-info {
  background: #68afc4;
}

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

a.text-info:hover, a.text-info:focus {
  color: #469ab3 !important;
}

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

.bg-info {
  background-color: #68afc4 !important;
}

.bg-secondary {
  background-color: #344c5b !important;
}

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: #344c5b;
  color: #ffffff !important;
}

.bootstrap-select .dropdown-menu li.active small, .bootstrap-select .dropdown-menu li:hover small {
  color: #ffffff !important;
}
.bootstrap-select .dropdown-toggle small {
  color: #edba55 !important;
}

.bootstrap-select > .dropdown-toggle {
  border-color: #344c5b;
}

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

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

/***** Input border-color on focus *****/
.form-control:focus {
  border-color: #edba55;
}

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

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #68afc4;
}
.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;
}

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

.account_dashboard_box h4 {
  color: #68afc4;
}

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

/* Custom CSS Here */
/***** Fonts *****/
@font-face {
  font-family: "open_sansregular";
  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_sansregular") format("svg");
}
@font-face {
  font-family: "open_sanssemibold";
  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_sanssemibold") format("svg");
}
@font-face {
  font-family: "open_sansbold";
  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_sansbold") format("svg");
}
/***** Reset CSS *****/
body {
  font-family: "open_sansregular", sans-serif;
  color: #333333;
  background: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 16px;
  font-size: 1rem;
}

h1, .h1 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "open_sansregular", sans-serif;
}

h2, .h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "open_sansregular", sans-serif;
}

h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "open_sanssemibold", sans-serif;
}

h1 small {
  font-family: "open_sansregular", sans-serif;
}

b, strong, .text-bold, .font-weight-bold {
  font-weight: normal !important;
  font-family: "open_sansbold", sans-serif !important;
}

.card-title a {
  font-size: 14px;
  font-size: 0.875rem;
}
.card-title a:hover {
  color: #68afc4;
}

.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.page-header {
  margin-right: -1rem;
  margin-left: -1rem;
  padding: 0.5rem 1rem;
}
.page-header h1 {
  padding: 0;
}
.page-header .btn-link {
  color: #ffffff;
}
.page-header .btn-link:hover {
  color: #344c5b;
}

.popup_page_outer .page-header {
  margin-right: 0;
  margin-left: 0;
}

/***** Top Navbar CSS *****/
.top-header .top-links li {
  margin: 0;
}
.top-header .top-links li a {
  padding: 0 0.5rem;
}
.top-header .header-search .form-control {
  height: calc(1.5em + 0.9rem);
}
.top-header .bootstrap-select {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}
.top-header .bootstrap-select .dropdown-menu {
  z-index: 9999 !important;
}
.top-header .bootstrap-select > .dropdown-toggle {
  padding: 0 0.75rem;
  height: calc(1.5em + 1rem);
  max-height: unset !important;
}
.top-header .bootstrap-select > .dropdown-toggle .filter-option {
  top: 50%;
}
.top-header .bootstrap-select > .dropdown-toggle .filter-option .filter-option-inner {
  transform: translate(0, -50%);
}

.navbar {
  z-index: 100;
  background-color: #344c5b;
}
.navbar .navbar-brand {
  max-width: 280px;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.8rem;
  color: #ffffff;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #68afc4;
}
.navbar .navbar-nav .nav-item.active > a, .navbar .navbar-nav .nav-item:hover > a {
  color: #fff !important;
  background: #68afc4;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item.active > a, .navbar .navbar-nav .nav-item:hover > a {
    color: #68afc4;
  }
}
.navbar .navbar-nav .nav-item.show > a {
  background: #68afc4;
  color: #ffffff;
}
> .navbar .navbar-nav .nav-item.show > a:hover {
  background: #68afc4;
  color: #ffffff;
}
.navbar .navbar-nav .nav-item.position-static .dropdown-menu {
  background: #ffffff;
}
.navbar .navbar-nav .nav-item.position-static .dropdown-menu li a {
  color: #333333;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  background: #ffffff;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu > a {
  background: #68afc4;
  color: #ffffff;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a {
  color: #ffffff !important;
  background: #469ab3;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  background: #68afc4;
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  background: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  color: #ffffff;
  border-color: #344c5b;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:after {
  color: #ffffff;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item .badge {
  background: #edba55 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item {
  background: #344c5b;
  color: #ffffff !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item strong {
  color: #344c5b;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
  background: transparent;
  padding-left: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  padding-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    padding-left: 0.8rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover > .dropdown-item {
  background: #344c5b;
  color: #ffffff !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu.login {
  background: #ffffff;
}
.navbar .navbar-nav .nav-item .card {
  background: transparent;
}
.navbar .navbar-nav .nav-item .card .card-body .nav li:hover a {
  color: #68afc4 !important;
  background: transparent;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  background: #f0f0f0;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled .dropdown-submenu > a {
  background: #68afc4;
  color: #ffffff;
  border-color: #f0f0f0;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled .dropdown-submenu:hover > a {
  background: #f0f0f0;
  color: #68afc4 !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled .dropdown-submenu:hover > a:after {
  color: #68afc4;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled .dropdown-submenu .dropdown-menu .list-unstyled li > a {
  color: #333333;
  background: transparent;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled .dropdown-submenu .dropdown-menu .list-unstyled li:hover > a {
  color: #68afc4 !important;
}
.navbar .btn-link {
  position: relative;
  color: #68afc4;
}
.navbar .btn-link:hover {
  color: #edba55;
}

/* Nav Tab CSS */
#InfoTab .nav-tabs {
  border-bottom-color: #646464;
}
#InfoTab .nav-tabs .nav-item .nav-link {
  color: #344c5b;
  margin-right: 0.2rem;
}
#InfoTab .nav-tabs .nav-item .nav-link.active, #InfoTab .nav-tabs .nav-item .nav-link:hover {
  color: #344c5b;
  background: #ffffff;
  border-color: #344c5b;
  border-bottom-color: #ffffff;
}
#InfoTab .tab-content {
  border-bottom: 1px solid #344c5b;
  border-left: 1px solid #344c5b;
  border-right: 1px solid #344c5b;
  background: #ffffff;
}

.nav-customtabs .nav-item .nav-link.active, .nav-customtabs .nav-item .nav-link:hover {
  color: #68afc4;
  background: transparent;
}
.nav-customtabs .nav-item .nav-link.active:after, .nav-customtabs .nav-item .nav-link:hover:after {
  background: #68afc4;
}

.tab-content {
  padding: 1rem;
}

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

/* form-group form-control CSS */
/* CMS Header CSS */
.header-content .header_block {
  background: #f2f2f2;
}
.header-content .header_block .card {
  margin-bottom: 15px;
}
.header-content .header_block .card.choose .card-header {
  background: #edba55;
  border-color: #edba55;
}
.header-content .header_block .card.choose .card-body {
  position: relative;
}
.header-content .header_block .card.choose .card-body span {
  position: absolute;
  color: #ffffff;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border: 45px solid transparent;
  border-top-color: #edba55;
  font-size: 22px;
  font-size: 1.375rem;
  -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;
}
.header-content .header_block .card.choose .card-body span i {
  position: absolute;
  top: -40px;
  left: -10px;
}
.header-content .header_block .card.personalize .card-footer {
  background: #68afc4;
  border-color: #68afc4;
}
.header-content .header_block .card.personalize .card-body {
  position: relative;
}
.header-content .header_block .card.personalize .card-body span {
  position: absolute;
  color: #ffffff;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border: 45px solid transparent;
  border-bottom-color: #68afc4;
  font-size: 22px;
  font-size: 1.375rem;
  -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;
}
.header-content .header_block .card.personalize .card-body span i {
  position: absolute;
  bottom: -40px;
  left: -10px;
}
.header-content .header_block .card.order-now .card-header {
  background: #9cbe8e;
  border-color: #9cbe8e;
}
.header-content .header_block .card.order-now .card-body {
  position: relative;
}
.header-content .header_block .card.order-now .card-body span {
  position: absolute;
  color: #ffffff;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border: 45px solid transparent;
  border-top-color: #9cbe8e;
  font-size: 22px;
  font-size: 1.375rem;
  -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;
}
.header-content .header_block .card.order-now .card-body span i {
  position: absolute;
  top: -40px;
  left: -10px;
}
.header-content .header_block .card .card-header, .header-content .header_block .card .card-footer {
  color: #ffffff;
  font-family: "open_sansregular", sans-serif;
  -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;
}
.header-content .header_block .card .card-header h2, .header-content .header_block .card .card-footer h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 800px) {
  .header-content .header_block .card .card-header h2, .header-content .header_block .card .card-footer h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.header-content .header_block .card:hover .card-header, .header-content .header_block .card:hover .card-footer {
  color: #333333;
}
.header-content .header_block .card:hover .card-body span {
  color: #333333;
}
@media only screen and (min-width: 640px) {
  .header-content .header_block .card {
    margin-bottom: 0;
  }
}

/* Common CSS */
.header_text h2, .product_header h2, .follow_us h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "open_sansregular", sans-serif;
  color: #344c5b;
}
@media only screen and (min-width: 800px) {
  .header_text h2, .product_header h2, .follow_us h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.header_text p, .product_header p, .follow_us p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "open_sansregular", sans-serif;
}
@media only screen and (min-width: 800px) {
  .header_text p, .product_header p, .follow_us p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.body-container {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.testimonial_home .carousel-control-prev, .testimonial_home .carousel-control-next {
  width: 3%;
}

.main-content .card .card-header {
  background: #ffffff;
}
.main-content #shopping-cart .card .card-header, .main-content #quote_create .card .card-header {
  background: #68afc4;
}
.main-content #shopping-cart .card .card-header .card-title, .main-content #quote_create .card .card-header .card-title {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}
.main-content #payment_option .card .card-header {
  background: #f0f0f0;
}
.main-content #payment_option .card .card-header .card-title {
  color: #68afc4;
}
.main-content #product_price .card .card-header {
  background: #ffffff;
}
.main-content #product_price .card .card-header .card-title a {
  color: #344c5b !important;
  font-size: 16px;
  font-size: 1rem;
}
.main-content #product_price .card .card-header .card-title a:hover {
  color: #68afc4 !important;
}
.main-content #product_price .card .card-header .card-title a.btn-link {
  color: #68afc4 !important;
  font-size: 14px;
  font-size: 0.875rem;
}
.main-content #product_price .card .card-header .card-title a.btn-link:hover {
  color: #344c5b !important;
}
.main-content #user_order_info .tab-content {
  background: #ffffff;
}
.main-content #user_order_info .tab-content #order-billing-details .card-header .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #344c5b;
  text-transform: uppercase;
}

#price_calculator {
  background: transparent;
}

#category_list a:hover, #category_list a.act {
  color: #68afc4;
}

/* Middle Footer CSS */
.middle-footer-content .card {
  background: transparent;
  border: 0;
}
.middle-footer-content .card .card-header {
  background: transparent;
  border: 0;
}
.middle-footer-content .card .card-header .card-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "open_sansregular", sans-serif;
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px solid #68afc4;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 800px) {
  .middle-footer-content .card .card-header .card-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.middle-footer-content .card .card-body {
  background: transparent;
  border: 0;
}
.middle-footer-content .card .card-body p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
}
@media only screen and (min-width: 800px) {
  .middle-footer-content .card .card-body p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.middle-footer-content .card .card-body small {
  font-family: "open_sansbold", sans-serif;
  color: #68afc4;
  font-size: 16px;
  font-size: 1rem;
}
.middle-footer-content .card .card-footer {
  background: transparent;
  border-color: #68afc4;
}
.middle-footer-content .card .card-footer a {
  color: #68afc4;
}
.middle-footer-content .card .card-footer .carousel-control-prev-icon {
  width: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.middle-footer-content .card .card-footer .carousel-control-next-icon {
  width: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.middle-footer-content ul li {
  display: inline-block;
  margin: 0 0.5rem;
}
.middle-footer-content ul li a {
  display: inline-block;
}
.middle-footer-content ul li a span {
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -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;
}
.middle-footer-content ul li a span.facebook {
  background: #6982b8;
}
.middle-footer-content ul li a span.twitter {
  background: #88d0e1;
}
.middle-footer-content ul li a span.google-plus {
  background: #fc6d72;
}
.middle-footer-content ul li a span.rss {
  background: #f6cf71;
}
.middle-footer-content ul li a:hover span {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* Footer CSS */
.footer-content {
  background: #f2f2f2;
}
.footer-content .card {
  background: transparent;
  border: 0;
  margin: 0 !important;
}
.footer-content .card .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}
.footer-content .card .card-header .card-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "open_sansregular", sans-serif;
  color: #344c5b;
  margin-bottom: 1rem !important;
}
@media only screen and (min-width: 800px) {
  .footer-content .card .card-header .card-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.footer-content .card .card-body {
  background: transparent;
  border: 0;
  padding: 0;
}
.footer-content .card .card-body .list-unstyled {
  float: left;
  width: 100%;
}
.footer-content .card .card-body .list-unstyled > li {
  float: none;
  width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 800px) {
  .footer-content .card .card-body .list-unstyled > li {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
}
.footer-content .card .card-body .list-unstyled ul {
  padding-left: 0;
  margin: 0;
}
.footer-content .card .card-body .list-unstyled ul li {
  display: block;
}
.footer-content .card .card-body .list-unstyled ul li a {
  display: inline-block;
  padding: 0.3rem 0;
}
.footer-content .card .card-body #login_signup .btn-link, .footer-content .card .card-body #login_signup .dropdown-item-text, .footer-content .card .card-body #login_signup .dropdown-divider, .footer-content .card .card-body #login_signup .facebook_login, .footer-content .card .card-body #login_signup .google_login, .footer-content .card .card-body #login_signup p, .footer-content .card .card-body #login_signup small {
  display: none;
}

/* Product Category CSS */
.sidebar .card {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-color: #f0f0f0;
}
.sidebar .card .card-header {
  background: #68afc4 !important;
  border-color: #68afc4 !important;
}
.sidebar .card .card-header .card-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.sidebar .card .card-body {
  padding: 0.8rem !important;
  background: #f0f0f0;
}
.sidebar .card .card-body #straightmenu .list-group {
  margin-left: 0 !important;
}
.sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info {
  font-size: 16px;
  font-size: 1rem;
  color: #68afc4 !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 .card .card-body .accordion-menu .list-group-item > a, .sidebar .card .card-body .accordion .list-group-item > a {
  background: #344c5b;
  color: #ffffff !important;
  font-size: 17px;
  font-size: 1.0625rem;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a:hover, .sidebar .card .card-body .accordion .list-group-item > a:hover {
  color: #edba55 !important;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled, .sidebar .card .card-body .accordion .list-group-item .list-unstyled {
  background: #496678;
  margin: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border: 1px solid #344c5b;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li a, .sidebar .card .card-body .accordion .list-group-item .list-unstyled li a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  color: #ffffff !important;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li a:before, .sidebar .card .card-body .accordion .list-group-item .list-unstyled li a:before {
  top: 3px;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li:hover a, .sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li.active a, .sidebar .card .card-body .accordion .list-group-item .list-unstyled li:hover a, .sidebar .card .card-body .accordion .list-group-item .list-unstyled li.active a {
  color: #68afc4 !important;
}
.sidebar .card .card-body #cssmenu .list-group-item > a {
  background: #344c5b;
  color: #ffffff !important;
  font-size: 16px;
  font-size: 1rem;
}
.sidebar .card .card-body #cssmenu .list-group-item:hover > a {
  background: #68afc4;
  color: #ffffff;
  padding-left: 1.5rem !important;
}
.sidebar .card .card-body #cssmenu .list-group-item ul {
  background: #68afc4;
  margin-top: 0;
  border: 0;
}
.sidebar .card .card-body #cssmenu .list-group-item ul li {
  background: transparent;
}
.sidebar .card .card-body #cssmenu .list-group-item ul li a {
  color: #ffffff !important;
  border: 0;
}
.sidebar .card .card-body #cssmenu .list-group-item ul li:hover > a, .sidebar .card .card-body #cssmenu .list-group-item ul li.active > a {
  color: #344c5b !important;
  padding-left: 1.5rem !important;
}
.sidebar .card .card-body .without_cat .list-group .list-group-item {
  padding: 0 !important;
}
.sidebar .card .card-body .without_cat .list-group .list-group-item > a {
  padding: 0.5rem 0.9rem;
}
.sidebar .card .card-body .without_cat .list-group .list-group-item ul {
  margin-bottom: 0.9rem;
}
.sidebar .card .card-body .without_cat .list-group .list-group-item ul li:hover a, .sidebar .card .card-body .without_cat .list-group .list-group-item ul li.active a {
  color: #68afc4 !important;
}
.sidebar #straightmenu .list-group {
  background: #f0f0f0;
}
.sidebar #straightmenu .list-group .list-group-item {
  background: #f0f0f0;
}
.sidebar #straightmenu .list-group .list-group-item > a.all-product {
  font-size: 16px;
  font-size: 1rem;
  color: #68afc4;
}
.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: #68afc4 !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: #68afc4 !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: #68afc4 !important;
}
.sidebar #straightmenu .without_cat .list-unstyled {
  padding-left: 0.9rem;
}

#myaccount_menu li:hover a, #myaccount_menu li.active a {
  color: #68afc4 !important;
}

/* Action Button CSS */
.allbtn .media {
  display: block;
  text-align: center;
  padding: 0 !important;
}
.allbtn .media i {
  background: transparent !important;
  margin: 2rem 0 3.5rem 0 !important;
  color: #344c5b;
  font-size: 55px;
  font-size: 3.4375rem;
  -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;
}
.allbtn .media .media-body {
  display: block;
  position: relative;
  padding: 1rem 0;
  -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;
}
.allbtn .media .media-body span.short-disc {
  display: none !important;
}
.allbtn .media .media-body:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 5px;
  height: 5px;
  border: 35px solid transparent;
  margin: 0 auto;
  -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;
}
.allbtn .browse_design, .allbtn .custom_design, .allbtn .upload_design, .allbtn .quote_product, .allbtn .hire_designer {
  border: 1px solid #f0f0f0 !important;
  background: #ffffff;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -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;
}
.allbtn .browse_design .h4, .allbtn .custom_design .h4, .allbtn .upload_design .h4, .allbtn .quote_product .h4, .allbtn .hire_designer .h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
}
.allbtn .browse_design:hover, .allbtn .custom_design:hover, .allbtn .upload_design:hover, .allbtn .quote_product:hover, .allbtn .hire_designer:hover {
  -webkit-box-shadow: 0 0px 5px 1px rgba(84, 84, 84, 0.55);
  -moz-box-shadow: 0 0px 5px 1px rgba(84, 84, 84, 0.55);
  box-shadow: 0 0px 5px 1px rgba(84, 84, 84, 0.55);
}
.allbtn .browse_design:hover .media-body, .allbtn .custom_design:hover .media-body, .allbtn .upload_design:hover .media-body, .allbtn .quote_product:hover .media-body, .allbtn .hire_designer:hover .media-body {
  background: #344c5b;
}
.allbtn .browse_design:hover .media-body:after, .allbtn .custom_design:hover .media-body:after, .allbtn .upload_design:hover .media-body:after, .allbtn .quote_product:hover .media-body:after, .allbtn .hire_designer:hover .media-body:after {
  border-bottom-color: #344c5b;
}
.allbtn .browse_design .media-body {
  background: #68afc4;
}
.allbtn .browse_design .media-body:after {
  border-bottom-color: #68afc4;
}
.allbtn .browse_design:hover i {
  color: #68afc4;
}
.allbtn .browse_design.btn-title-text {
  border: 1px solid #68afc4 !important;
}
.allbtn .browse_design.btn-title-text:hover .h4 {
  color: #68afc4;
}
.allbtn .custom_design .media-body {
  background: #edba55;
}
.allbtn .custom_design .media-body:after {
  border-bottom-color: #edba55;
}
.allbtn .custom_design:hover i {
  color: #edba55;
}
.allbtn .custom_design.btn-title-text {
  border: 1px solid #edba55 !important;
}
.allbtn .custom_design.btn-title-text:hover .h4 {
  color: #edba55;
}
.allbtn .upload_design .media-body {
  background: #9cbe8e;
}
.allbtn .upload_design .media-body:after {
  border-bottom-color: #9cbe8e;
}
.allbtn .upload_design:hover i {
  color: #9cbe8e;
}
.allbtn .upload_design.btn-title-text {
  border: 1px solid #9cbe8e !important;
  background: #9cbe8e !important;
}
.allbtn .upload_design.btn-title-text:hover {
  background: transparent !important;
}
.allbtn .upload_design.btn-title-text:hover .h4 {
  color: #9cbe8e;
}
.allbtn .quote_product .media-body {
  background: #68afc4;
}
.allbtn .quote_product .media-body:after {
  border-bottom-color: #68afc4;
}
.allbtn .quote_product:hover i {
  color: #68afc4;
}
.allbtn .quote_product.btn-title-text {
  border: 1px solid #68afc4 !important;
  background: #68afc4 !important;
}
.allbtn .quote_product.btn-title-text:hover {
  background: transparent !important;
}
.allbtn .quote_product.btn-title-text:hover .h4 {
  color: #68afc4;
}
.allbtn .hire_designer .media-body {
  background: #344c5b;
}
.allbtn .hire_designer .media-body:after {
  border-bottom-color: #344c5b;
}
.allbtn .hire_designer:hover i {
  color: #344c5b;
}
.allbtn .hire_designer.btn-title-text {
  border: 1px solid #344c5b !important;
  background: #344c5b !important;
}
.allbtn .hire_designer.btn-title-text:hover {
  background: transparent !important;
}
.allbtn .hire_designer.btn-title-text:hover .h4 {
  color: #344c5b;
}

.hover-box-shadow .card-footer {
  text-align: center;
}
.hover-box-shadow:hover {
  -webkit-box-shadow: 0 0 10px 0 #ccc;
  -moz-box-shadow: 0 0 10px 0 #ccc;
  box-shadow: 0 0 10px 0 #ccc;
}

/* Product Hover Effact CSS */
.flip3d.card {
  border-color: #344c5b;
}
.flip3d.card .card-header {
  background: #344c5b;
}
.flip3d.card .card-header .card-title {
  color: #ffffff;
}
.flip3d.card .card-header .card-title h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.flip3d.card .card-header .card-title:hover {
  color: #68afc4;
}

.slideup .card-body {
  background: #344c5b !important;
}

.slide-hover .card-title:after {
  background: #e8a727;
}

.title-top .card-footer {
  text-align: center;
}

.treeview li .act {
  color: #68afc4 !important;
}
.treeview li a:hover {
  color: #68afc4 !important;
}

/*Breadcrumb CSS*/
.breadcrumb_container .breadcrumb li a:hover {
  color: #68afc4;
}
.breadcrumb_container .breadcrumb li.active .a {
  color: #68afc4;
}

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

.kit_product_info .card {
  background: transparent;
}

.bootstrap-select > .dropdown-toggle {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

.templatebox .card .card-body {
  margin: 0 auto;
}

/***** Media Query *****/
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

.bottom-links .list-inline-item a.active {
  color: #68afc4;
}

#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: #edba55 !important;
}
#product_price .card-title .btn-link, #faq_details .card-title .btn-link {
  color: #edba55 !important;
}
#product_price .card-title .btn-link:hover, #faq_details .card-title .btn-link:hover {
  color: #68afc4 !important;
}

footer .bottom-links li a {
  color: #ffffff;
}
footer .bottom-links li a:hover, footer .bottom-links li a.active {
  color: #68afc4;
}

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