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

/***** Container CSS *****/
/***** Header tag CSS *****/
.page-header {
  color: #49bfeb;
}
.page-header h1 small {
  color: #333333 !important;
}

.page-section-header {
  color: #49bfeb;
}
.page-section-header span {
  color: #333333;
}

.page-sub-header {
  color: #333333;
}

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

/***** Anchor tag css ******/
a {
  color: #000000;
  -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: #49bfeb;
  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;
  white-space: normal;
  font-size: 20px;
  font-family: "MyriadProBoldIt";
  line-height: 1.3;
  padding: 0.2rem 1rem;
}
.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: #49bfeb;
  border-color: #49bfeb;
  color: #fff;
}
.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: #1bafe6;
  border-color: #1bafe6;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #49bfeb;
  border-color: #49bfeb;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.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: #333333;
  border-color: #333333;
}
.btn-info.disabled, .btn-info:disabled {
  background: #000000;
  border-color: #000000;
  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: #49bfeb;
  border-color: #49bfeb;
}
.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: #1bafe6;
  border-color: #1bafe6;
}
.btn-success.disabled, .btn-success:disabled {
  background: #49bfeb;
  border-color: #49bfeb;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

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

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

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

/***** Link Button ******/
.btn-link {
  color: #d8519e;
  word-break: break-word;
}
.btn-link:hover, .btn-link:focus {
  color: #49bfeb;
}
.btn-link:disabled, .btn-link.disabled {
  color: #000000;
}

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

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

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

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

#loading-text {
  color: #000000;
}

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

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

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

.card-title {
  color: #000000;
}

.card-title a.btn-link {
  color: #000000 !important;
}
.card-title a.btn-link:hover {
  color: #49bfeb !important;
}

.card-title a {
  color: #333333 !important;
}
.card-title a:hover {
  color: #49bfeb !important;
}

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

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

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

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

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

.badge-info {
  background: #000000;
}

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

a.text-info:hover, a.text-info:focus {
  color: black !important;
}

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: #f2f2f2;
  color: #49bfeb !important;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #49bfeb !important;
}
.bootstrap-select .dropdown-toggle small {
  color: #49bfeb !important;
}

/***** 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: #49bfeb;
  border-color: #49bfeb;
  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: #49bfeb;
  border-color: #49bfeb;
  box-shadow: none;
}

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

/**** pagination ****/
.page-item.active .page-link, .page-item:hover .page-link, .page-item.active:hover .page-link {
  background: #49bfeb;
  border-color: #49bfeb;
}

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #000000;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong {
  color: #ffffff;
}
.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: #49bfeb;
}

.account_dashboard_box h4 {
  color: #000000;
}

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

/* Custom CSS Here */
@font-face {
  font-family: "BebasNeue_Regular";
  src: url("../fonts/BebasNeue_Regular.eot");
  src: url("../fonts/BebasNeue_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue_Regular.woff") format("woff"), url("../fonts/BebasNeue_Regular.ttf") format("truetype"), url("../fonts/BebasNeue_Regular.svg#BebasNeue_Regular") format("svg");
  font-display: fallback;
}
/***** Fonts *****/
@font-face {
  font-family: "MyriadProBoldIt";
  src: url("/themes/cedarhousemedia/fonts/MyriadPro-BoldCondIt.woff2") format("woff2"), url("/themes/cedarhousemedia/fonts/MyriadPro-BoldCondIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MyriadProBold", sans-serif;
  src: url("/themes/cedarhousemedia/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("/themes/cedarhousemedia/fonts/MyriadPro-BoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MyriadProLightIt";
  src: url("/themes/cedarhousemedia/fonts/MyriadPro-LightIt.woff2") format("woff2"), url("/themes/cedarhousemedia/fonts/MyriadPro-LightIt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MyriadProLight";
  src: url("/themes/cedarhousemedia/fonts/MyriadPro-Light.woff2") format("woff2"), url("/themes/cedarhousemedia/fonts/MyriadPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MyriadProRegular";
  src: url("/themes/cedarhousemedia/fonts/MyriadPro-Regular.woff2") format("woff2"), url("/themes/cedarhousemedia/fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "MyriadProRegular";
  color: #505050;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

body.home_page_body {
  background: #ffffff;
}

h1,
.h1 {
  font-size: 20px;
  font-size: 1.25rem;
}

h2,
.h2 {
  font-family: "BebasNeue_Regular", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (min-width: 1248px) {
  h2,
  .h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
h2 strong,
.h2 strong {
  font-family: "MyriadProBold", sans-serif;
}

h3,
.h3 {
  font-size: 16px;
  font-size: 1rem;
}

h4,
.h4 {
  font-family: "MyriadProBold", sans-serif;
}

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

b,
strong,
.text-bold,
.font-weight-bold {
  font-family: "MyriadProBold", sans-serif;
}

.font-weight-large-bold {
  font-family: "MyriadProBold", sans-serif;
}

.btn-primary,
.btn-secondary,
.btn-info,
.btn-success {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.btn-secondary {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.card-title {
  color: #000000;
}
.card-title a {
  font-family: "MyriadProBold", sans-serif;
}

.page-header {
  border-bottom: 1px solid #dddddd;
  padding: 0.6rem 0rem;
}
.page-header h1 {
  padding: 0 !important;
}
.page-header .btn-link {
  padding: 0;
}
.page-header a > i {
  vertical-align: text-bottom;
}
.page-header h2,
.page-header h3 {
  margin: 0;
}

.page-header .btn-link > i {
  vertical-align: baseline;
}

.card-header {
  background: #f8f8f8;
}

/***** Top Header Menu ******/
.top-header {
  padding: 0.1rem 0;
}
.top-header .navbar-text {
  padding: 0;
  color: #ffffff;
  font-family: "MyriadProBoldIt";
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block !important;
}
@media only screen and (min-width: 1440px) {
  .top-header .navbar-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.top-header .navbar-text a {
  border: 0;
  display: inline-block !important;
}
.top-header ul li a {
  color: #ffffff;
  padding: 0 0.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .top-header ul li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.top-header ul li a:hover, .top-header ul li a:focus {
  color: rgba(253, 253, 253, 0.78);
}
.top-header .top-links li {
  margin-right: 0rem;
}
.top-header .top-links li a {
  font-family: "MyriadProBoldIt";
  color: #ffffff !important;
  display: block;
  margin-right: 0.2rem;
}
@media only screen and (min-width: 1024px) {
  .top-header .top-links li a {
    padding: 0.1rem 1rem;
  }
}
@media only screen and (min-width: 1440px) {
  .top-header .top-links li a {
    padding: 0.5rem 1rem;
  }
}
.top-header .top-links li a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.top-header .top-links li:nth-child(6) a .badge-primary, .top-header .top-links li:nth-child(5) a .badge-primary {
  color: #fff;
}
.top-header .top-links li:nth-child(7) {
  font-family: "MyriadProBoldIt";
  font-size: 20px;
  font-size: 1.25rem;
}
.top-header .top-links li:nth-child(7) a {
  padding: 0;
}
.top-header .social ul li a {
  border: 0;
}
.top-header .badge {
  padding: 0;
  height: 15px;
  width: 15px;
  font-size: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}

/* Top Menu CSS */
.navbar {
  z-index: 999;
  padding: 0;
}
.navbar .row {
  padding: 0.3rem 0;
}
@media only screen and (min-width: 768px) {
  .navbar .row {
    padding: 0.5rem 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .navbar .row {
    padding: 0;
  }
}
.navbar .navbar-toggler {
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item {
    margin-block: 0.5rem;
  }
}
.navbar .navbar-nav .nav-item > .nav-link {
  padding: 0.3rem 0.6rem;
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000 !important;
  font-family: "MyriadProBoldIt";
}
.navbar .navbar-nav .nav-item > .nav-link i {
  color: #49bfeb;
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: bottom;
}
.navbar .navbar-nav .nav-item > .nav-link span br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item > .nav-link span br {
    display: block;
  }
}
.navbar .navbar-nav .nav-item > .nav-link::after {
  display: none;
}
.navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #49bfeb !important;
}
.navbar .navbar-nav .nav-item.show > .nav-link {
  color: #49bfeb !important;
}
.navbar .navbar-nav .nav-item.show > .nav-link:before {
  background: #49bfeb;
  width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0.5px 1px 1px 0px #cacaca;
  -moz-box-shadow: 0.5px 1px 1px 0px #cacaca;
  box-shadow: 0.5px 1px 1px 0px #cacaca;
  /*margin:-0.2rem 0 0 0 !important;*/
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
  margin-left: 0 !important;
  background-color: #ffffff !important;
  border-radius: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 0;
  background-color: #ffffff;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.35rem 0.8rem;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 0.5rem 0.8rem 0.5rem 1.5rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu li a .badge {
  margin-left: 0.5rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 4px;
  background: 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;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #49bfeb !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
  background: transparent;
  width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item {
  color: #49bfeb !important;
  background-color: #ffffff;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:before {
  width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item > strong {
  color: #49bfeb !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a {
  color: #000000;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a:after {
  color: #000000;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a:before {
  bottom: 0;
  top: auto;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li .dropdown-menu li a:before {
  content: normal;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card {
  background: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a:before {
  content: normal;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a:hover strong {
  color: #000000;
}
.navbar .navbar-nav .nav-item .dropdown-menu.login {
  background: #ffffff;
}
.navbar .navbar-brand {
  max-width: 150px;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-brand {
    max-width: 280px;
  }
}
@media only screen and (min-width: 991px) {
  .navbar .navbar-brand {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1199px) {
  .navbar .navbar-brand {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1440px) {
  .navbar .navbar-brand {
    margin-top: -50px;
    max-width: 560px;
  }
}
.navbar.sticky-header {
  -webkit-box-shadow: 0 2px 2px 0px rgba(102, 102, 102, 0.3);
  -moz-box-shadow: 0 2px 2px 0px rgba(102, 102, 102, 0.3);
  box-shadow: 0 2px 2px 0px rgba(102, 102, 102, 0.3);
}
.navbar.sticky-header .navbar-brand {
  max-width: 180px;
}
.navbar .user-info .btn-outline-secondary {
  font-family: "BebasNeue_Regular", sans-serif;
  border-color: #ccc;
  padding: 0;
}

.navbar-brand img {
  max-height: none !important;
  max-width: 100%;
}

.mobile-icon a {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
}
.mobile-icon a i {
  color: #000000;
}
.mobile-icon a:hover {
  color: #49bfeb;
}
.mobile-icon a:hover i {
  color: #49bfeb;
}

.shop_by_industry .row:last-child .col-auto:nth-last-child(-n+2) {
  margin-left: auto !important;
}
.shop_by_industry .row:last-child .col-auto:nth-last-child(-n+1) {
  margin-left: 0 !important;
  margin-right: 0;
}

/* Nav Tab CSS */
#InfoTab .nav-tabs {
  border: 1px solid #dee2e6;
  padding: 0.3rem 0;
  margin-bottom: 0 !important;
}
#InfoTab .nav-tabs > li {
  padding: 0.5rem 0;
}
#InfoTab .nav-tabs > li a {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #dee2e6;
  padding: 0.2rem 1rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #777777;
  font-family: "MyriadProBoldIt";
  text-transform: uppercase;
}
#InfoTab .nav-tabs > li a.active, #InfoTab .nav-tabs > li a:hover {
  color: #49bfeb;
}
#InfoTab .nav-tabs > li:last-child a {
  border: 0;
}
#InfoTab .tab-content {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem 1rem;
}
#InfoTab .tab-content #product-description table tr td h1 span {
  color: #000000 !important;
}

.nav-customtabs .nav-item .nav-link {
  color: #777777;
  font-family: "MyriadProBoldIt";
}
.nav-customtabs .nav-item .nav-link.active, .nav-customtabs .nav-item .nav-link:hover {
  color: #49bfeb;
  background: transparent;
}
.nav-customtabs .nav-item .nav-link.active:after, .nav-customtabs .nav-item .nav-link:hover:after {
  background: #49bfeb;
}

/*.tab-content{padding:1rem 0;}*/
/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #49bfeb;
}

/*****Sidebar Product Category CSS *****/
.accordion-menu .card-header h4,
.accordion .card-header h4 {
  font-size: 16px;
  font-size: 1rem;
}
.accordion-menu .list-group-item > a,
.accordion .list-group-item > a {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0.625rem 1rem !important;
}
.accordion-menu .list-group-item > a:before,
.accordion .list-group-item > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 3px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
}
.accordion-menu .list-group-item > a:after,
.accordion .list-group-item > a:after {
  content: "\f107";
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 10px;
}
.accordion-menu .list-group-item > a[aria-expanded=true]:after,
.accordion .list-group-item > a[aria-expanded=true]:after {
  content: "\f106";
}
.accordion-menu .list-group-item > a:hover, .accordion-menu .list-group-item > a[aria-expanded=true],
.accordion .list-group-item > a:hover,
.accordion .list-group-item > a[aria-expanded=true] {
  color: #d8519e !important;
}
.accordion-menu .list-group-item > a:hover:before, .accordion-menu .list-group-item > a[aria-expanded=true]:before,
.accordion .list-group-item > a:hover:before,
.accordion .list-group-item > a[aria-expanded=true]:before {
  background-color: #d8519e;
}
.accordion-menu .list-group-item .list-unstyled li,
.accordion .list-group-item .list-unstyled li {
  padding-left: 0.5rem;
}

.sidebar .list-group-item ul li {
  background-color: #ffffff !important;
}
.sidebar .list-group-item ul li a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.sidebar .list-group-item ul li a:before {
  top: auto;
}
.sidebar .list-group-item ul li:hover > a, .sidebar .list-group-item ul li.active > a {
  color: #d8519e !important;
}
.sidebar #cssmenu .list-group .list-group-item > a {
  color: #333333 !important;
}
.sidebar #cssmenu .list-group .list-group-item:hover > a {
  color: #49bfeb !important;
  padding-left: 1.5rem !important;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li:hover > a, .sidebar #cssmenu .list-group .list-group-item .list-unstyled li.active > a {
  color: #49bfeb !important;
  padding-left: 1.5rem !important;
}

#straightmenu .list-group li > a {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#straightmenu .list-group li > a:before {
  top: 5px !important;
}
#straightmenu .list-group li > .all-product {
  font-size: 16px;
  font-size: 1rem;
  font-family: "MyriadProBoldIt";
}
#straightmenu .list-group li .list-unstyled {
  padding-left: 0.5rem;
}
#straightmenu .list-group li .list-unstyled li a {
  font-size: 14px;
  font-size: 0.875rem;
}
#straightmenu .list-group li .list-unstyled li a.active {
  color: #d8519e !important;
}
#straightmenu .list-group li .list-unstyled li a:hover {
  color: #d8519e !important;
}
#straightmenu .list-group-item a:hover, #straightmenu .list-group-item a.active {
  color: #d8519e !important;
}

#myaccount_menu li.active a, #myaccount_menu li:hover a {
  color: #49bfeb !important;
}

.treeview li .act {
  color: #49bfeb !important;
}
.treeview li a:hover {
  color: #49bfeb !important;
}

#category_list a:hover, #category_list a.act {
  color: #49bfeb;
}

/* Action Button CSS */
.browse_design,
.upload_design,
.custom_design,
.hire_designer,
.quote_design,
.ico_quote_design {
  border: 0 !important;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
}

.btn-img-text {
  position: relative;
  padding: 0 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}
.btn-img-text i {
  padding: 1.5rem;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-img-text i:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 10px solid;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-img-text .media-body {
  padding: 0.5rem;
}
.btn-img-text .media-body span {
  color: #ffffff !important;
}
.btn-img-text.custom-design {
  background: #49bfeb;
  height: 100%;
}
.btn-img-text.custom-design i {
  background: #148dba !important;
}
.btn-img-text.custom-design i:after {
  border-color: transparent transparent transparent #1bafe6;
}
.btn-img-text.custom-design:hover {
  background: #148dba;
}
.btn-img-text.custom-design:hover i {
  background: #49bfeb !important;
}
.btn-img-text.custom-design:hover i:after {
  border-color: transparent transparent transparent #49bfeb;
}
.btn-img-text.browse-design {
  background: #d8519e;
}
.btn-img-text.browse-design i {
  background: #c92d86 !important;
}
.btn-img-text.browse-design i:after {
  border-color: transparent transparent transparent #c92d86;
}
.btn-img-text.browse-design:hover {
  background: #c92d86;
}
.btn-img-text.browse-design:hover i {
  background: #d8519e !important;
}
.btn-img-text.browse-design:hover i:after {
  border-color: transparent transparent transparent #d8519e;
}
.btn-img-text.upload-design {
  background: #000000;
}
.btn-img-text.upload-design i {
  background: #333333 !important;
}
.btn-img-text.upload-design i:after {
  border-color: transparent transparent transparent #333333;
}
.btn-img-text.upload-design:hover {
  background: #333333;
}
.btn-img-text.upload-design:hover i {
  background: #000000 !important;
}
.btn-img-text.upload-design:hover i:after {
  border-color: transparent transparent transparent #000000;
}
.btn-img-text.ico-hire-designer {
  background: #707070;
}
.btn-img-text.ico-hire-designer i {
  background: #575757 !important;
}
.btn-img-text.ico-hire-designer i:after {
  border-color: transparent transparent transparent #575757;
}
.btn-img-text.ico-hire-designer:hover {
  background: #575757;
}
.btn-img-text.ico-hire-designer:hover i {
  background: #707070 !important;
}
.btn-img-text.ico-hire-designer:hover i:after {
  border-color: transparent transparent transparent #707070;
}
.btn-img-text.ico-quote-design {
  background: #ffe87e;
}
.btn-img-text.ico-quote-design .media-body {
  color: #000000 !important;
}
.btn-img-text.ico-quote-design .media-body > span {
  color: #000000 !important;
}
.btn-img-text.ico-quote-design i {
  background: #ffdf4b !important;
  color: #000000 !important;
}
.btn-img-text.ico-quote-design i:after {
  border-color: transparent transparent transparent #ffdf4b;
}
.btn-img-text.ico-quote-design:hover {
  background: #ffdf4b;
}
.btn-img-text.ico-quote-design:hover i {
  background: #ffe87e !important;
}
.btn-img-text.ico-quote-design:hover i:after {
  border-color: transparent transparent transparent #ffe87e;
}

.btn-title-text.browse_design:hover, .btn-title-text.upload_design:hover, .btn-title-text.custom_design:hover, .btn-title-text.ico_hire_designer:hover, .btn-title-text.ico_quote_design:hover {
  -webkit-box-shadow: 0 0 5px 1px #73797D;
  -moz-box-shadow: 0 0 5px 1px #73797D;
  box-shadow: 0 0 5px 1px #73797D;
}
.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text.browse_design {
  background: #d8519e !important;
  border: 1px solid #d8519e !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: #d8519e !important;
}
.btn-title-text.upload_design {
  background: #000000 !important;
  border: 1px solid #000000 !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: #000000 !important;
}
.btn-title-text.custom_design {
  background: #49bfeb !important;
  border: 1px solid #49bfeb !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: #49bfeb !important;
}
.btn-title-text.hire_designer {
  background: #707070 !important;
  border: 1px solid #707070 !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: #707070 !important;
}
.btn-title-text.quote_product {
  background: #ffe87e !important;
  border: 1px solid #ffe87e !important;
}
.btn-title-text.quote_product a .h4 {
  color: #000000 !important;
}
.btn-title-text.quote_product:hover {
  background: transparent !important;
}
.btn-title-text.quote_product:hover a .h4 {
  color: #ffe87e !important;
}

/***** CMS Header *****/
.header-content h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: "MyriadProBoldIt";
}
@media only screen and (min-width: 1024px) {
  .header-content h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.header-content .subtitle-text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 640px) {
  .header-content .subtitle-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* Opacity Text Header */
.bg-text {
  -moz-transform: translate(-3%, 10%);
  -o-transform: translate(-3%, 10%);
  -ms-transform: translate(-3%, 10%);
  -webkit-transform: translate(-3%, 10%);
  transform: translate(-3%, 10%);
}
.bg-text h2 {
  font-size: 65px;
  font-size: 4.0625rem;
  font-family: "MyriadProBoldIt";
  letter-spacing: 15px;
  color: #a6e0e4;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media only screen and (min-width: 800px) {
  .bg-text h2 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.panel-browse {
  display: inline-block;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.panel-browse h3 {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
}
.panel-browse h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #000000;
}
@media only screen and (min-width: 640px) {
  .panel-browse h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .panel-browse {
    -moz-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

/***** Product Hover Effact *****/
.product-box .hover-box-shadow {
  position: relative;
  background: #ffffff;
  border-radius: 0;
  padding: 1rem 1rem 0;
}
.product-box .hover-box-shadow:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  border-left: 5px solid #cccccc;
  border-right: 5px solid #cccccc;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: 1;
}
.product-box .hover-box-shadow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  border-bottom: 5px solid #cccccc;
  border-top: 5px solid #cccccc;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.product-box .hover-box-shadow:hover:before, .product-box .hover-box-shadow:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-box .hover-box-shadow:hover h3 {
  color: #49bfeb !important;
}
.product-box .hover-box-shadow .thumbnail {
  border-radius: 0;
  z-index: 9;
}
.product-box .hover-box-shadow .thumbnail img {
  border-radius: 0;
}
.product-box .hover-box-shadow .card-body,
.product-box .hover-box-shadow .card-footer {
  position: relative;
  z-index: 9;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product-box .hover-box-shadow .card-body .btn-info,
.product-box .hover-box-shadow .card-footer .btn-info {
  display: inline-block;
  font-family: "MyriadProBoldIt";
  background: transparent;
  color: #49bfeb;
  border: 0;
  padding: 0;
}
.product-box .hover-box-shadow .card-body .btn-info:hover, .product-box .hover-box-shadow .card-body .btn-info:focus,
.product-box .hover-box-shadow .card-footer .btn-info:hover,
.product-box .hover-box-shadow .card-footer .btn-info:focus {
  background: transparent;
  color: #000000;
}
.product-box .hover-box-shadow:hover .btn-info, .product-box .hover-box-shadow:focus .btn-info {
  letter-spacing: 1px;
  color: #000000;
  background: transparent;
}
.product-box .btn-info {
  font-size: 16px;
  font-size: 1rem;
  box-shadow: none;
  display: inline-block;
  font-family: "MyriadProBoldIt";
}

/***** Middle Footer CSS *****/
.service_block {
  background: url(../images/services-bg.jpg) fixed no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.service_block:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: -1;
  background: #000000;
}
.service_block .srvc_inr_blck a {
  display: inline-block;
  position: relative;
}
.service_block .srvc_inr_blck a span {
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 60px;
  font-size: 3.75rem;
  color: #ffffff;
  -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;
  border: 1px solid #fff;
}
.service_block .srvc_inr_blck a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.service_block .srvc_inr_blck h3 {
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 1.5rem 0 3rem;
  position: relative;
}
.service_block .srvc_inr_blck h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 75px;
  right: 0;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .service_block .srvc_inr_blck h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.service_block .srvc_inr_blck:hover span {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.service_block .srvc_inr_blck:hover a:after {
  -webkit-animation: pulse 1.3s ease-out 75ms;
  -moz-animation: pulse 1.3s ease-out 75ms;
  -ms-animation: pulse 1.3s ease-out 75ms;
  -o-animation: pulse 1.3s ease-out 75ms;
  animation: pulse 1.3s ease-out 75ms;
}

.testimonial_home {
  background-color: #f3f2f7;
  padding: 4.875rem 0;
}
@media only screen and (max-width: 1199px) {
  .testimonial_home {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_home {
    padding: 4rem 0 3.5rem;
  }
}
.testimonial_home .testimonial_left {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial_home .testimonial_left .card {
  border: 0;
  margin: 0 !important;
  background: transparent;
  width: 100%;
}
.testimonial_home .testimonial_left .card .card-header {
  border-radius: 0;
  border: 0;
  background: transparent !important;
  padding: 0;
}
.testimonial_home .testimonial_left .card .card-header .card-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 46px;
  position: relative;
  display: inline-block;
  font-family: "MyriadProBoldIt";
  color: #000000;
  margin-bottom: 2rem !important;
  /*&:after{ @include pseudo($display: inline-block, $pos: absolute, $content: ''); left: 0; bottom: -10px; width: 100%; height: 3px;background: $brand-info; }*/
}
@media only screen and (max-width: 1199px) {
  .testimonial_home .testimonial_left .card .card-header .card-title {
    margin-bottom: 1.2rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial_home .testimonial_left .card .card-header .card-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_home .testimonial_left .card .card-header .card-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial_home .testimonial_left .card .card-header .card-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.testimonial_home .testimonial_left .card .card-body {
  padding: 0rem 0 1.25rem;
  position: relative;
  min-height: auto;
  max-height: 250px;
  overflow-y: auto;
  height: auto;
  /*&:before{ content: "\f10d"; font-family: "Font Awesome 5 Pro"; font-weight: 700; @include fontSize(50px); top: 0; @include opacity(0.7);color: $brand-info;
  }*/
}
@media only screen and (max-width: 1199px) {
  .testimonial_home .testimonial_left .card .card-body {
    min-height: 180px;
    max-height: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial_home .testimonial_left .card .card-body {
    min-height: 100px;
    max-height: 100px;
  }
}
.testimonial_home .testimonial_left .card .card-body blockquote p {
  font-size: 16px;
  font-size: 1rem;
  color: #555555 !important;
}
.testimonial_home .testimonial_left .card .card-body blockquote p > span {
  font-size: 16px;
  font-size: 1rem;
  color: #555555 !important;
}
.testimonial_home .testimonial_left .card .card-footer {
  padding: 0.75rem 0;
  background: transparent;
  border: 0;
}
.testimonial_home .testimonial_left .card .card-footer .carousel-control-prev,
.testimonial_home .testimonial_left .card .card-footer .carousel-control-next {
  width: 3%;
}
.testimonial_home .bg-text h2 {
  color: #dee3e8;
}

/* Animation CSS */
@-webkit-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 10px 10px #ffffff, 0 0 0 10px rgb(255, 255, 255);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 10px 10px #ffffff, 0 0 0 10px rgb(255, 255, 255);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 10px 10px #ffffff, 0 0 0 10px rgb(255, 255, 255);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 10px 10px #ffffff, 0 0 0 10px rgb(255, 255, 255);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 10px 10px #ffffff, 0 0 0 10px rgb(255, 255, 255);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 10px 10px #ffffff, 0 0 0 10px rgb(255, 255, 255);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 10px 10px #ffffff, 0 0 0 10px rgb(255, 255, 255);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 10px 10px #ffffff, 0 0 0 10px rgb(255, 255, 255);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 10px 10px #ffffff, 0 0 0 10px rgb(255, 255, 255);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 10px 10px #ffffff, 0 0 0 10px rgb(255, 255, 255);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.middle_inner_section {
  padding-top: 2rem;
}
@media only screen and (min-width: 640px) {
  .middle_inner_section {
    padding-top: 0;
  }
}
.middle_inner_section .sec-full {
  margin-inline: -15px;
}

/***** Footer CSS *****/
.subscribe_section .card .card-body {
  padding: 0;
}
.subscribe_section .card .card-body h3 {
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
}
.subscribe_section .card .card-body h3 p {
  font-family: "MyriadProBoldIt";
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  .subscribe_section .card .card-body h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.subscribe_section .card .card-body small {
  color: #cecece;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "MyriadProBoldIt";
}
.subscribe_section .card .card-body .input-group .input-group-append {
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 9;
}
.subscribe_section .card .card-body .input-group .input-group-append button {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "MyriadProBoldIt";
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .subscribe_section .card .card-body .input-group .input-group-append button {
    padding: 0.4rem 2rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.subscribe_section .card .card-body .input-group input {
  height: 45px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .subscribe_section .card .card-body .input-group input {
    height: 50px;
  }
}

.fotter_bottom {
  background-color: #222222;
}
.fotter_bottom ul {
  padding: 0;
  margin: 0;
}
.fotter_bottom ul li {
  display: block;
  margin: 0;
  padding: 0;
  color: #808285;
  font-size: 15px;
  font-size: 0.9375rem;
}
.fotter_bottom ul li i {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.8;
}
.fotter_bottom ul li a {
  padding: 0.3rem 0;
  display: inline-block;
  color: #808285;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  /*i{ position:absolute; top:8px; left:0;@include fontSize(16px); }*/
}
.fotter_bottom ul li a:hover, .fotter_bottom ul li a:focus {
  color: #49bfeb;
}
.fotter_bottom ul li .badge {
  background: #fff;
  color: #000;
}
.fotter_bottom ul li address {
  color: #808285;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0.3rem 0;
}
.fotter_bottom ul.list-unstyled > li {
  float: none;
  width: 100%;
}
.fotter_bottom ul.list-unstyled > li > a:hover {
  padding-left: 0;
}
.fotter_bottom ul.bottom-links li a i {
  display: none;
}
.fotter_bottom .social {
  margin-top: 1.875rem;
}
.fotter_bottom .social li {
  padding-right: 0.875rem;
}
.fotter_bottom .social li a:hover {
  padding-left: 0;
}
.fotter_bottom .social li a i {
  width: 40px;
  height: 40px;
  text-align: center;
  background: transparent;
  line-height: 37px;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 100%;
  border: 1px solid transparent;
  color: #ffffff !important;
  background-color: #49bfeb;
}
.fotter_bottom .social li .facebook i {
  background-color: #3b5998;
  border-color: #3b5998;
}
.fotter_bottom .social li .linkedin i {
  background-color: #0e76a8;
  border-color: #0e76a8;
}
.fotter_bottom .social li .instagram i {
  background-color: #5335d3;
  background: linear-gradient(223deg, #5335d3, #ee5933 50%, #f8d168);
  background: -webkit-linear-gradient(223deg, #5335d3, #ee5933 50%, #f8d168);
  background: -moz-linear-gradient(223deg, #5335d3, #ee5933 50%, #f8d168);
  background: -ms-linear-gradient(223deg, #5335d3, #ee5933 50%, #f8d168);
  background: -o-linear-gradient(223deg, #5335d3, #ee5933 50%, #f8d168);
  border-color: transparent;
}
.fotter_bottom .resource {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 480px) {
  .fotter_bottom .resource {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.fotter_bottom .contact_us li a {
  padding-left: 1.5rem;
}
.fotter_bottom .contact_us li a:hover {
  padding-left: 1.5rem;
}
.fotter_bottom h3 {
  color: #49bfeb;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1.313rem;
  font-family: "MyriadProRegular";
}

/**** bottom links ****/
.bottom-links .list-inline-item {
  display: block;
  padding: 0;
  margin: 0;
}
.bottom-links .list-inline-item a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #505050;
  padding: 0.3rem 0;
  display: inline-block;
}
.bottom-links .list-inline-item a.active, .bottom-links .list-inline-item a:focus, .bottom-links .list-inline-item a:hover {
  color: #49bfeb;
  padding-left: 0.5rem;
}

/* Product Hover Effect*/
.flip3d .card-header {
  background: #49bfeb !important;
}
.flip3d .card-header .card-title {
  color: #ffffff;
}
.flip3d .card-header .card-title:hover {
  color: white;
}

.slideup:hover {
  border-color: #292d39;
}
.slideup .card-body {
  background: rgba(73, 191, 235, 0.8) !important;
}

.title-top h3 {
  text-align: left !important;
  margin-top: 0 !important;
}

.hover-box-shadow .card-body .card-text {
  font-size: 14px;
  font-size: 0.875rem;
}

.slide-hover .card-title {
  background: #000000 !important;
}
.slide-hover .card-title:after {
  background: black;
}
.slide-hover .card-text {
  background-color: rgba(73, 191, 235, 0.7);
}

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

#disp_product_price.text-dark,
#disp_total_price.text-dark {
  color: #000000 !important;
}

#order-billing-details .card-header,
.order_history .card-header,
#price_calculator .card-header {
  background: transparent !important;
}

.search_top {
  position: static;
}
.search_top .search-toggle {
  background: #000000;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (min-width: 640px) {
  .search_top .search-toggle {
    right: 0;
    left: auto;
    width: 300px;
  }
}
.search_top .search-toggle .twitter-typeahead {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .search_top {
    position: relative;
  }
}

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

input:focus + .input-group-append .input-group-text {
  border-color: #49bfeb;
}

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

.card-footer .carousel-control-next,
.card-footer .carousel-control-prev {
  width: 7%;
}

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

.top-header {
  background: #0089d1;
}
.top-header .bootstrap-select > .dropdown-toggle {
  padding: 0 0.75rem;
}

.blockquote {
  font-size: 16px;
  font-size: 1rem;
}

/***** Container Width *****/
.container {
  max-width: 100%;
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

.popover.show {
  max-width: 290px !important;
}
@media only screen and (min-width: 768px) {
  .popover.show {
    max-width: 350px !important;
  }
}

.carousel-control-prev-icon {
  width: 15px;
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(51, 51, 51)' 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");*/
}

.carousel-control-next-icon {
  width: 15px;
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(51, 51, 51)' 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");*/
}

.navbar-bg-outside {
  z-index: 1;
}

#shopping-cart .card-header .card-title a {
  font-family: "MyriadProBoldIt";
  color: #000000 !important;
  font-size: 18px;
  font-size: 1.125rem;
}
#shopping-cart .card-header .card-title a:hover {
  color: #49bfeb !important;
}

#sitemap ul li a:hover {
  color: #49bfeb;
}

/*#shopping_accordion,
#price_calculator {
    .card-title{
		a{color:$card-title !important;
        // font-family: "GothamMedium", sans-serif;
    font-family: 'MyriadProBoldIt';
        @include fontSize(18px);}
	}
}*/
.btn-group .btn-outline-primary {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.btn-group .btn-primary {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

#top-banner .carousel-indicators {
  bottom: 60px;
}
@media only screen and (max-width: 1400px) {
  #top-banner .carousel-indicators {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #top-banner .carousel-indicators {
    bottom: 10px;
  }
}
#top-banner .carousel-indicators > li {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border-top: 0;
  border-bottom: 0;
  background-color: #b3bdd1;
  border: 2px solid transparent;
  padding: 0.188rem;
  background-clip: content-box;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #top-banner .carousel-indicators > li {
    width: 11px;
    height: 11px;
    padding: 0.1rem;
    border-width: 1px;
  }
}
#top-banner .carousel-indicators .active {
  background-color: #d8519e;
  border-color: #d8519e;
}

.customer-box .text-white > strong {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 991px) {
  .customer-box .text-white > strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.customer-box .text-white > span {
  color: #999999;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  max-width: 230px;
}
@media only screen and (max-width: 991px) {
  .customer-box .text-white > span {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
  }
}

.browse_category {
  padding: 4.688rem 0 1rem;
  min-height: 790px;
}
@media only screen and (max-width: 1199px) {
  .browse_category {
    padding: 4rem 0;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .browse_category {
    padding: 3rem 0;
  }
}
.browse_category h2 {
  margin-bottom: 3rem;
  margin-top: 0;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 1199px) {
  .browse_category h2 {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .browse_category h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .browse_category h2 {
    margin-bottom: 1.5rem;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .browse_category h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.browse_category .nav {
  position: relative;
}
.browse_category .nav .nav-link {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding: 1.063rem 0.938rem 0.813rem 2.3rem;
  margin: 0.563rem 0;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .browse_category .nav .nav-link {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .browse_category .nav .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0.4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .browse_category .nav .nav-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.438rem 0.6rem;
    margin: 0.5rem 0.188rem;
    border: 1px solid #ccc;
    border-radius: 0;
  }
}
@media only screen and (max-width: 480px) {
  .browse_category .nav .nav-link {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.35rem 0.3rem;
  }
}
.browse_category .nav .nav-link:hover, .browse_category .nav .nav-link.active {
  background: #49bfeb;
  color: #000000 !important;
}
.browse_category .nav:after {
  content: "";
  border-right: 1px solid #49bfeb;
  z-index: 1;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .browse_category .nav:after {
    display: none;
  }
}
.browse_category .tab-content .tab-pane {
  color: #49bfeb;
}
.browse_category .tab-content .tab-pane ul li {
  padding: 0.625rem 0;
}
@media only screen and (max-width: 991px) {
  .browse_category .tab-content .tab-pane ul li {
    display: inline-block;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .browse_category .tab-content .tab-pane ul li {
    width: 100%;
    padding: 0.4rem 0;
  }
}
.browse_category .tab-content .tab-pane ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #555555;
}
@media only screen and (max-width: 640px) {
  .browse_category .tab-content .tab-pane ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.browse_category .tab-content .tab-pane ul li a:hover {
  color: #49bfeb;
}
.browse_category .tab-content .tab-pane img {
  max-width: 500px;
}
@media only screen and (max-width: 1199px) {
  .browse_category .tab-content .tab-pane img {
    max-width: 300px;
  }
}
.browse_category .tab-content #v-pills-STICKERSLABELS img {
  max-height: 530px;
}

.printing_section {
  background-image: url(../images/printing-banner.png);
  background-position: 100% top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .printing_section {
    background-position: center top;
  }
}
.printing_section .nav {
  margin: 0 -10px;
}
.printing_section .nav .nav-link {
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  width: 29.33%;
  max-width: 100%;
  margin: 0.938rem 0.625rem;
  padding: 0.625rem 1rem;
}
@media only screen and (max-width: 1199px) {
  .printing_section .nav .nav-link {
    margin: 0.938rem 0.563rem;
    padding: 0.5rem;
  }
  .printing_section .nav .nav-link img {
    max-width: 70px;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .printing_section .nav .nav-link {
    width: 44%;
  }
  .printing_section .nav .nav-link img {
    max-width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .printing_section .nav .nav-link {
    width: 29.5%;
  }
}
@media only screen and (max-width: 480px) {
  .printing_section .nav .nav-link {
    width: 27.5%;
    margin: 0.5rem 0.563rem;
  }
  .printing_section .nav .nav-link img {
    max-width: 55px;
  }
}
.printing_section .nav .nav-link:hover, .printing_section .nav .nav-link.active {
  background: #ffffff;
  color: #000000 !important;
}
.printing_section .nav .nav-link:hover {
  color: #000000;
}
.printing_section .nav .nav-link span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 480px) {
  .printing_section .nav .nav-link span {
    display: none !important;
  }
}
.printing_section .tab-content .tab-pane h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.printing_section .tab-content .tab-pane p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 480px) {
  .printing_section .tab-content .tab-pane p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1199px) {
  .brand-testimonial {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .brand-testimonial {
    padding: 3rem 0;
  }
}
.brand-testimonial h2 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .brand-testimonial h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .brand-testimonial h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.brand-testimonial .brand-slider img {
  padding: 0 15px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: pointer;
  margin: 0 auto;
  max-width: 270px;
}
.brand-testimonial .brand-slider img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.brand-testimonial .brand-slider .left-nav,
.brand-testimonial .brand-slider .right-nav {
  font-size: 50px;
  font-size: 3.125rem;
}
@media only screen and (max-width: 1199px) {
  .brand-testimonial .brand-slider .left-nav,
  .brand-testimonial .brand-slider .right-nav {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.brand-testimonial .brand-slider .left-nav i,
.brand-testimonial .brand-slider .right-nav i {
  color: #49bfeb;
  opacity: 1;
}
.brand-testimonial .brand-slider .left-nav:hover i,
.brand-testimonial .brand-slider .right-nav:hover i {
  color: #d8519e;
}

.copyright_foote {
  background-color: #f3f2f7;
}
.copyright_foote p {
  color: #555555;
}

@media only screen and (max-width: 480px) {
  .cms-header-block .customer-box .icon > img {
    max-width: 45px;
    min-height: 30px;
    width: auto;
    max-height: 50px;
  }
}

.sidebar-offcanvas .card-title {
  font-size: 16px;
  font-size: 1rem;
}

.page-sub-header > h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "MyriadProBoldIt";
  color: #000000;
}

.fancybox-modal-content .card-aligned .btn-img-text {
  display: block;
  text-align: center;
  padding: 1rem 0 !important;
}
.fancybox-modal-content .card-aligned .btn-img-text i {
  padding: 1rem;
  margin-right: 0 !important;
  background: transparent !important;
}
.fancybox-modal-content .card-aligned .btn-img-text i:after {
  display: none;
}
.fancybox-modal-content .card-aligned .btn-img-text .media-body {
  display: block;
  padding: 0 0.5rem 1rem;
}

#top-banner .carousel-item {
  text-align: left !important;
}
#top-banner .carousel-item .carousel-caption {
  top: 50%;
  left: 15.6%;
  padding: 20px 15px;
  right: unset;
  bottom: unset;
  text-align: left;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1600px) {
  #top-banner .carousel-item .carousel-caption {
    left: 9.5%;
  }
}
@media only screen and (max-width: 1400px) {
  #top-banner .carousel-item .carousel-caption {
    left: 4%;
  }
}
@media only screen and (max-width: 991px) {
  #top-banner .carousel-item .carousel-caption {
    top: 46%;
  }
}
#top-banner .carousel-item .carousel-caption .banner_text {
  max-width: 543px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  #top-banner .carousel-item .carousel-caption .banner_text {
    max-width: 520px;
  }
}
@media only screen and (max-width: 1400px) {
  #top-banner .carousel-item .carousel-caption .banner_text {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  #top-banner .carousel-item .carousel-caption .banner_text {
    max-width: 370px;
  }
}
@media only screen and (max-width: 991px) {
  #top-banner .carousel-item .carousel-caption .banner_text {
    max-width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  #top-banner .carousel-item .carousel-caption .banner_text {
    display: none;
  }
}
#top-banner .carousel-item .carousel-caption .banner_text p {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "MyriadProBoldIt";
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1600px) {
  #top-banner .carousel-item .carousel-caption .banner_text p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1400px) {
  #top-banner .carousel-item .carousel-caption .banner_text p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 1199px) {
  #top-banner .carousel-item .carousel-caption .banner_text p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#top-banner .carousel-item .carousel-caption .banner_text h2 {
  font-family: "MyriadProBoldIt";
  font-size: 65px;
  font-size: 4.0625rem;
  color: #000000;
  line-height: 70px;
}
@media only screen and (max-width: 1600px) {
  #top-banner .carousel-item .carousel-caption .banner_text h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 1400px) {
  #top-banner .carousel-item .carousel-caption .banner_text h2 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media only screen and (max-width: 1199px) {
  #top-banner .carousel-item .carousel-caption .banner_text h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0.313rem;
  }
}
@media only screen and (max-width: 991px) {
  #top-banner .carousel-item .carousel-caption .banner_text h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0.313rem;
  }
}
#top-banner .carousel-item .carousel-caption .banner_text .details {
  color: #555555;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
}
@media only screen and (max-width: 1400px) {
  #top-banner .carousel-item .carousel-caption .banner_text .details {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  #top-banner .carousel-item .carousel-caption .banner_text .details {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  #top-banner .carousel-item .carousel-caption .banner_text .details {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
}
#top-banner .carousel-item .carousel-caption .banner_text a {
  margin-top: 40px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "MyriadProBoldIt";
  padding: 12px 36px;
}
@media only screen and (max-width: 1400px) {
  #top-banner .carousel-item .carousel-caption .banner_text a {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  #top-banner .carousel-item .carousel-caption .banner_text a {
    padding: 7px 25px;
    margin-top: 15px;
  }
}

#category_product_list #product_list_without_category .card-text table {
  width: 100% !important;
}

#product_additonal_image .thumbnail {
  display: block;
  margin: 0 auto;
}
#product_additonal_image .thumbnail > img {
  width: 100%;
}

.cart_section {
  margin-top: 30px;
}
.cart_section .table tr th {
  color: #333333 !important;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

.home_page_body .body-container {
  max-width: 100%;
  display: none;
}

.shipping_payment_section .page-sub-header h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "MyriadProBoldIt";
  color: #000000;
}

.social {
  font-size: 18px;
  font-size: 1.125rem;
}
.social a {
  padding: 0 0.313rem;
}

#product_design_upload #myTabContent {
  padding-top: 1.875rem;
}

.resource-list h1 {
  color: #000000;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: 1px solid #dddddd;
  font-family: "MyriadProBoldIt";
}
.resource-list ul {
  padding-left: 0.938rem;
  margin-top: 1.563rem;
}
.resource-list ul li {
  margin: 0.5rem 0;
}
.resource-list ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #49bfeb;
}
.resource-list ul li a:hover {
  color: #d8519e;
}

.template_detail table th {
  padding: 0.3rem 0.938rem;
}
.template_detail table th {
  color: #ffffff;
}
.template_detail table td {
  padding: 0.2rem 0.938rem;
}
.template_detail table td a {
  color: #49bfeb;
}
.template_detail table td a:hover {
  color: #000000;
}

.navbar-collapse .navbar-nav {
  margin-left: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .to-_header_contact_list {
    margin-bottom: 0.375rem;
  }
}
.to-_header_contact_list li a {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0.5rem;
  color: #000000;
  font-family: "MyriadProRegular";
}
.to-_header_contact_list li a:hover {
  color: #49bfeb !important;
}
@media only screen and (max-width: 1024px) {
  .to-_header_contact_list li a span {
    display: none !important;
  }
}

.header-search .twitter-typeahead {
  width: 100%;
}

.top_header_contact_list ul li a {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 1440px) {
  .top_header_contact_list ul li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.estore-section {
  padding: 6.875rem 0;
}
@media only screen and (max-width: 1199px) {
  .estore-section {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .estore-section {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .estore-section {
    padding: 1.5rem 0;
  }
}
.estore-section h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
.estore-section .card {
  border: 2px solid #aaa;
  padding-top: 1rem;
  height: 100%;
}
.estore-section .card .card-body .rounded-box {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto 10px;
  background-color: #00aeef;
}
.estore-section .card .card-body img {
  margin-bottom: 10px;
}
.estore-section .card .card-body .card-text > a {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0.3rem;
  display: block;
}
.estore-section .card .card-body .card-text > a:hover {
  color: #49bfeb !important;
}
.estore-section .card .card-body .card-text p > a:hover {
  color: #49bfeb !important;
}
.estore-section .card .card-body .card-text p {
  font-size: 16px;
  font-size: 1rem;
}
.estore-section p {
  font-size: 16px;
  font-size: 1rem;
}

#product_help_template .form-group {
  margin-left: 68px;
}
#product_help_template h4.D-none.D-md-block {
  margin-left: 68px;
}

#help_template_cms p {
  text-align: center;
}

.top-header .top-links li a.logout {
  color: #333333 !important;
}

#product_list_without_category .slide-hover a:hover {
  color: #4c7272;
}

/*New Header CSS*/
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item > .nav-link {
    white-space: normal;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: "BebasNeue_Regular", sans-serif;
  }
}

@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item {
    border: 1px solid rgba(73, 191, 235, 0.3);
    flex: 1;
  }
}

.blue-border {
  border-bottom: 1px solid #49bfeb;
}

.shop-now-sec .bg-black {
  background-color: #010101;
}
.shop-now-sec .row {
  margin-inline: -3px;
}
.shop-now-sec .row .cust-padding {
  padding-inline: 0.2rem;
}
.shop-now-sec .page-header {
  display: none;
}
.shop-now-sec .category-box {
  clip-path: polygon(0 0, 100% 0, 76% 100%, 0% 100%);
  background: #49bfeb;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 60%;
  min-height: 190px;
}
@media only screen and (min-width: 768px) {
  .shop-now-sec .category-box {
    width: 50%;
    min-height: 230px;
  }
}
.shop-now-sec .blue-border-box {
  border: 1px solid #49bfeb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shop-now-sec .blue-border-box .blue-box-link {
  left: 0;
  top: 0;
}
.shop-now-sec .blue-border-box:hover .category-box, .shop-now-sec .blue-border-box:focus .category-box {
  border-color: transparent;
  box-shadow: 0 4px 8px rgba(27, 175, 230, 0.2), 0 0 10px rgba(27, 175, 230, 0.4);
}
.shop-now-sec .shop-now-sec {
  margin-top: -40px;
}
@media only screen and (min-width: 768px) {
  .shop-now-sec .shop-now-sec .row {
    margin-inline: -5px;
  }
}
@media only screen and (min-width: 768px) {
  .shop-now-sec .shop-now-sec .row .cust-padding {
    padding-inline: 4px;
  }
}

.review-sec.bg-black {
  background-color: #000;
}
.review-sec h2 {
  font-family: "MyriadProLight";
  letter-spacing: 2.2px;
}
.review-sec h2 strong {
  font-family: "MyriadProBold" !important;
}
.review-sec .customer-review-box {
  background: #333333;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  z-index: 0;
}
.review-sec .customer-review-box p, .review-sec .customer-review-box span {
  font-size: 23px;
  font-size: 1.4375rem;
  font-style: italic;
}
.review-sec .customer-review-box::after {
  content: "";
  display: block;
  position: absolute;
  background: #333;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  transform: rotate(45deg);
  z-index: -1;
  pointer-events: none;
}
.review-sec .company-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-sec .company-logo .img-fluid {
  max-width: 190px;
}

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