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

/***** Header tag CSS *****/
.page-header {
  color: #2b2b2b;
  border-color: #CBCBCB !important;
}
.page-header h1 small {
  color: #a1ba39 !important;
}

.page-section-header {
  color: #a1ba39;
}

.page-sub-header {
  color: #2b2b2b;
}

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

/***** Anchor tag css ******/
a {
  color: #2b2b2b;
  -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: #0f0075;
  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;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.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: #a1ba39;
  border-color: #a1ba39;
}
.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: rgb(127.2098765432, 146.962962963, 45.037037037);
  border-color: rgb(127.2098765432, 146.962962963, 45.037037037);
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #a1ba39;
  border-color: #a1ba39;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
  background: #0f0075;
  border-color: #0f0075;
}
.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: rgb(8.4615384615, 0, 66);
  border-color: rgb(8.4615384615, 0, 66);
}
.btn-info.disabled, .btn-info:disabled {
  background: #0f0075;
  border-color: #0f0075;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-secondary {
  background: #666666;
  border-color: #666666;
}
.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: rgb(76.5, 76.5, 76.5);
  border-color: rgb(76.5, 76.5, 76.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: #666666;
  border-color: #666666;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-success {
  background: #a1ba39;
  border-color: #a1ba39;
}
.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: rgb(127.2098765432, 146.962962963, 45.037037037);
  border-color: rgb(127.2098765432, 146.962962963, 45.037037037);
}
.btn-success.disabled, .btn-success:disabled {
  background: #a1ba39;
  border-color: #a1ba39;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

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

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

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

/***** Link Button ******/
.btn-link {
  color: #333;
}
.btn-link:hover {
  color: #a1ba39 !important;
}
.btn-link:disabled, .btn-link.disabled {
  color: #dddddd;
}

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

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

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

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

#loading-text {
  color: #a1ba39;
}

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

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

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

.card-title {
  color: #0f0075;
}

.card-title a.btn-link {
  color: #0f0075 !important;
}
.card-title a.btn-link:hover {
  color: #a1ba39 !important;
}

.card-title a:not(.btn) {
  color: #333333 !important;
}
.card-title a:not(.btn):hover {
  color: #a1ba39 !important;
}

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

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

.badge-info {
  background: #0f0075;
}

/***** Text-Color with Anchor Tag *****/
a.text-primary:hover, a.text-primary:focus {
  color: rgb(127.2098765432, 146.962962963, 45.037037037) !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(8.4615384615, 0, 66) !important;
}

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

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

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

.bg-light {
  background-color: #f3f3f3 !important;
}

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

.bootstrap-select:not(.lang) .dropdown-menu li.active small {
  color: #a1ba39 !important;
}
.bootstrap-select:not(.lang) .dropdown-toggle {
  padding-inline: 0.75rem;
  border-color: #CBCBCB !important;
  background-color: transparent;
  min-height: 3rem;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  line-height: 2;
}
.bootstrap-select:not(.lang) .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}
.bootstrap-select:not(.lang) .dropdown-toggle small {
  color: #a1ba39 !important;
}

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #a1ba39;
  border-color: #a1ba39;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #a1ba39;
  border-color: #a1ba39;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #a1ba39;
  border-color: #a1ba39;
  box-shadow: none;
}

/***** Input border-color on focus *****/
.form-control {
  border-color: #CBCBCB !important;
  background-color: transparent;
}
@media only screen and (min-width: 1440px) {
  .form-control {
    height: 3rem;
  }
}
.form-control:focus {
  border-color: #0f0075;
  background-color: transparent;
}

.form-group .input-valid ~ .col-form-label {
  color: #0f0075;
}

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

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

.account_dashboard_box h4 {
  color: #0f0075;
}

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

/***** Fonts *****/
@font-face {
  font-family: "NotoSans-Regular";
  src: url("../fonts/NotoSans-Regular-webfont.woff2") format("woff2"), url("../fonts/NotoSans-Regular-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSans-Bold";
  src: url("../fonts/NotoSans-Bold-webfont.woff2") format("woff2"), url("../fonts/NotoSans-Bold-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ops";
  src: url("../fonts/ops.eot?9sgo2g");
  src: url("../fonts/ops.eot?9sgo2g#iefix") format("embedded-opentype"), url("../fonts/ops.ttf?9sgo2g") format("truetype"), url("../fonts/ops.woff?9sgo2g") format("woff"), url("../fonts/ops.svg?9sgo2g#ops") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ops" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-send-iconops:before {
  content: "\e90d";
  color: #0f0075;
}

.icon-twitterops:before {
  content: "\e907";
  color: #666;
}

.icon-quoteops:before {
  content: "\e908";
  color: #a1ba39;
}

.icon-phone_callops:before {
  content: "\e909";
}

.icon-mailops:before {
  content: "\e90a";
}

.icon-facebookops:before {
  content: "\e90b";
  color: #666;
}

.icon-instagramops:before {
  content: "\e90c";
  color: #666;
}

.icon-previewops:before {
  content: "\e900";
  color: #cbcbcb;
}

.icon-measure_tapops:before {
  content: "\e901";
  color: #cbcbcb;
}

.icon-pictureops:before {
  content: "\e902";
  color: #cbcbcb;
}

.icon-personalizeops:before {
  content: "\e903";
  color: #a1ba39;
}

.icon-shippedops:before {
  content: "\e904";
  color: #a1ba39;
}

.icon-selectops:before {
  content: "\e905";
  color: #a1ba39;
}

.icon-userops:before {
  content: "\e906";
}

/***** Reset CSS *****/
body {
  font-family: "NotoSans-Regular", sans-serif;
  color: #2b2b2b;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 1600px) {
  body {
    line-height: 1.625rem;
  }
}

h1,
.h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "NotoSans-Bold", sans-serif;
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "NotoSans-Bold", sans-serif;
}
@media only screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-family: "NotoSans-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

b,
strong,
.text-bold,
.font-weight-bold {
  font-weight: normal !important;
  font-family: "NotoSans-Bold", sans-serf !important;
}

.home_page_body, .main-background.product_bg {
  background-color: #f9f9f9;
}
.home_page_body .container, .main-background.product_bg .container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.main-background.product_bg {
  padding: 20px 0;
}

.scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

/* Nav Tab CSS */
#InfoTab {
  margin-top: 4.75rem;
  background-color: #F3F3F3;
  padding: 1.125rem 1.625rem;
}
@media only screen and (min-width: 1024px) {
  #InfoTab {
    padding: 3.125rem 3.625rem;
  }
}
#InfoTab .nav-tabs {
  border-bottom-color: #CBCBCB;
}
#InfoTab .nav-tabs .nav-item {
  margin-right: 1.25rem;
}
#InfoTab .nav-tabs .nav-item .nav-link {
  color: #666666;
  border: 0;
}
#InfoTab .nav-tabs .nav-item .nav-link.active {
  font-family: "NotoSans-Bold", sans-serif;
  background-color: transparent;
  color: #2b2b2b;
}
#InfoTab .nav-tabs .nav-item .nav-link:hover {
  color: #333333;
  background: transparent;
}

.nav-customtabs .nav-item .nav-link {
  color: #333333;
  font-family: "NotoSans-Regular", sans-serif;
}
.nav-customtabs .nav-item .nav-link.active, .nav-customtabs .nav-item .nav-link:hover {
  color: #a1ba39;
  background: transparent;
}
.nav-customtabs .nav-item .nav-link.active:after, .nav-customtabs .nav-item .nav-link:hover:after {
  background: #a1ba39;
}

.tab-content {
  padding: 1rem 0;
}

.breadcrumb li.active span, .breadcrumb li:hover span {
  color: #a1ba39;
}

.tab-content {
  padding: 1rem 0;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #0f0075;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  font-size: 12px;
  font-size: 0.75rem;
}

.search-icon .twitter-typeahead .form-control {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.search-icon .twitter-typeahead .form-control input {
  padding: 0 0.9375rem;
}
@media only screen and (min-width: 1600px) {
  .search-icon .twitter-typeahead .form-control {
    min-width: 19.375rem;
  }
}
.search-icon .twitter-typeahead .form-control::placeholder {
  color: #666666 !important;
}
.search-icon .twitter-typeahead::after {
  color: #2b2b2b;
  padding: 0 0.9375rem 0 0;
  font-size: 16px;
  font-size: 1rem;
}

.top-links li a {
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  position: relative;
}
.top-links li a .far.fa-user {
  margin-right: 0.5rem;
}
.top-links li a .far.fa-user::before {
  content: "\e906" !important;
  font-family: "ops" !important;
}
.top-links li a::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 0;
  background-color: #cbcbcb;
  height: 100%;
  width: 0.0625rem;
}
.top-links li:nth-last-child(3) a::after {
  display: none;
}

.section-spacing {
  padding: 3.125rem 0;
}
@media only screen and (min-width: 800px) {
  .section-spacing {
    padding: 4.375rem 0;
  }
}
@media only screen and (min-width: 1248px) {
  .section-spacing {
    padding: 6.25rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-spacing {
    padding: 8.125rem 0;
  }
}

/* Top Menu CSS */
.navbar {
  z-index: 999;
  -webkit-box-shadow: 0rem 0.0625rem 0.25rem 0rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0rem 0.0625rem 0.25rem 0rem rgba(0, 0, 0, 0.2);
  box-shadow: 0rem 0.0625rem 0.25rem 0rem rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .navbar {
    background-color: #f3f3f3 !important;
  }
}
.navbar .navbar-collapse .navbar-nav {
  margin: 0 auto !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 1rem 0.4rem;
  color: #2b2b2b;
}
@media only screen and (min-width: 1024px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem;
  }
}
@media only screen and (min-width: 1440px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem 1.3rem;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:after {
  display: none;
}
.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item.show .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #a1ba39 !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary {
  background: #a1ba39;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li {
  background: transparent;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li a {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li a:after {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li:hover > .dropdown-item {
  color: #ffffff !important;
  background: rgb(127.2098765432, 146.962962963, 45.037037037);
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu {
  background: #a1ba39;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li {
  background: transparent;
  padding-left: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li a {
  color: #ffffff;
  padding-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li a {
    padding-left: 0.8rem;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu .dropdown-item:hover strong {
  color: #a1ba39;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .card, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .card {
  background: transparent;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .card .nav li a, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .card .nav li a {
  color: #333333;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .card .nav li a strong, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .card .nav li a strong {
  color: #a1ba39;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .card .nav li:hover a, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .card .nav li:hover a {
  color: #a1ba39 !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .list-unstyled .dropdown-submenu > .dropdown-item, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .list-unstyled .dropdown-submenu > .dropdown-item {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .list-unstyled .dropdown-submenu > .dropdown-item:after, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .list-unstyled .dropdown-submenu > .dropdown-item:after {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .list-unstyled .dropdown-submenu.active > .dropdown-item, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .list-unstyled .dropdown-submenu:hover > .dropdown-item, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .list-unstyled .dropdown-submenu.active > .dropdown-item, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .list-unstyled .dropdown-submenu:hover > .dropdown-item {
  color: #a1ba39;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .list-unstyled .dropdown-submenu.active > .dropdown-item:after, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .list-unstyled .dropdown-submenu:hover > .dropdown-item:after, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .list-unstyled .dropdown-submenu.active > .dropdown-item:after, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .list-unstyled .dropdown-submenu:hover > .dropdown-item:after {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.show .list-unstyled .dropdown-submenu .card .list-unstyled .dropdown-submenu > a, .navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu:hover .list-unstyled .dropdown-submenu .card .list-unstyled .dropdown-submenu > a {
  color: #0f0075;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu.login .card {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.125rem 0.0625rem #cacaca;
  -moz-box-shadow: 0 0 0.125rem 0.0625rem #cacaca;
  box-shadow: 0 0 0.125rem 0.0625rem #cacaca;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item.position-static .dropdown-menu {
  background: #ffffff;
  border: 0;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -webkit-box-shadow: 0rem 0.125rem 0.5rem 0rem rgba(99, 99, 99, 0.2);
  -moz-box-shadow: 0rem 0.125rem 0.5rem 0rem rgba(99, 99, 99, 0.2);
  box-shadow: 0rem 0.125rem 0.5rem 0rem rgba(99, 99, 99, 0.2);
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu {
  background: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu > a {
  background: #a1ba39;
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu > a:after {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a, .navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a {
  color: #a1ba39 !important;
  background: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a:after, .navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a:after {
  color: #a1ba39 !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu li a {
  background: transparent;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu .list-unstyled li a {
  color: #333 !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu .list-unstyled li a:hover {
  color: #a1ba39 !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:hover strong {
  color: #a1ba39;
}

#top-banner .carousel-control-prev, #top-banner .carousel-control-next {
  top: 50% !important;
  transform: translateY(-50%);
}

/* Container */
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 92.1875rem;
  }
}

/* Promotional Message */
.awesome-bar {
  background-color: #2b2b2b !important;
}
.awesome-bar .awesome-bar_close {
  background-color: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  top: 0.625rem;
}
.awesome-bar .carousel-control-prev, .awesome-bar .carousel-control-next {
  width: 24px !important;
  height: 24px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

/*cms-header */
.header_content .header_block .icon {
  font-size: 50px;
  font-size: 3.125rem;
}
@media only screen and (min-width: 1024px) {
  .header_content .header_block .icon {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.category-section li {
  position: relative;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .category-section li {
    margin-bottom: 1.5rem;
  }
}
.category-section li a {
  color: #666666;
  padding-block: 0.1rem;
}
.category-section li a span {
  white-space: nowrap;
}
.category-section li a::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .category-section li a::before {
    left: 0;
    background-color: transparent;
    height: 100%;
    width: 0.1875rem;
    top: 0;
    margin: 0;
  }
}
.category-section li a.active::before {
  background-color: #0f0075;
}
.category-section li a.active {
  background-color: transparent !important;
  color: #2b2b2b !important;
  font-family: "NotoSans-Bold", sans-serif;
}
.category-section .category-slider .card {
  -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;
}
@media only screen and (min-width: 1248px) {
  .category-section .category-slider .card {
    min-height: 130px;
    max-height: 174px;
  }
}
.category-section .category-slider .card .card-body h3 {
  font-family: "NotoSans-Regular", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 1248px) {
  .category-section .category-slider .card .card-body h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.category-section .category-slider .card .card-body p {
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-section .category-slider .card:hover {
  background-color: #a1ba39 !important;
}
.category-section .category-slider .card:hover .card-body h3, .category-section .category-slider .card:hover .card-body p {
  color: #fff !important;
}
.category-section .slick-prev {
  right: 1.875rem;
  left: auto;
}
.category-section .slick-arrow {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .category-section .slick-arrow {
    display: block !important;
    top: -5rem;
  }
}

/*Product hover effect */
.product-box .card {
  border: 0;
  background-color: transparent;
}
.product-box .card .thumbnail {
  position: relative;
}
.product-box .card .thumbnail img {
  height: 18.75rem;
  object-fit: cover;
}
.product-box .card .thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  -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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f0075;
  opacity: 0.2;
  z-index: 1;
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.product-box .card .card-title {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.product-box .card .card-body {
  text-align: center;
}
.product-box .card .card-body p {
  color: #666666;
}
.product-box .card .card-footer {
  padding-top: 0;
  justify-content: center !important;
  position: absolute;
  top: 15rem;
  width: 100%;
  -moz-transform: translateY(3.75rem);
  -o-transform: translateY(3.75rem);
  -ms-transform: translateY(3.75rem);
  -webkit-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
  opacity: 0;
  -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;
  z-index: 1;
}
.product-box .card .card-footer .btn {
  width: 100%;
  padding: 0.75rem;
}
.product-box .card:hover .thumbnail::before {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.product-box .card:hover .card-footer {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.product-box .card.slide-hover .card-title {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  background-color: #0f0075 !important;
  color: #fff !important;
}
.product-box .card.slide-hover .card-title::after {
  background-color: #a1ba39 !important;
}
.product-box .card.slideup .card-body {
  background-color: #0f0075 !important;
}
.product-box .card.slideup .card-body .card-title {
  color: #fff !important;
}
.product-box .card.slideup .card-body .btn {
  background-color: #fff !important;
  color: #0f0075 !important;
}
.product-box .card.flip3d .card-header h3 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.product-box .card.hover-box-shadow .card-title {
  font-size: 16px;
  font-size: 1rem;
}
.product-box .card.triangle-slide-overlay .card-body p {
  color: #fff !important;
}
.product-box .card.triangle-slide-overlay:hover .card-body .btn {
  visibility: visible;
}

.customized {
  background-color: #303030 0%;
  background: linear-gradient(180deg, #303030 0%, #666666 100%);
  background: -webkit-linear-gradient(180deg, #303030 0%, #666666 100%);
  background: -moz-linear-gradient(180deg, #303030 0%, #666666 100%);
  background: -ms-linear-gradient(180deg, #303030 0%, #666666 100%);
  background: -o-linear-gradient(180deg, #303030 0%, #666666 100%);
}
.customized .icon {
  font-size: 40px;
  font-size: 2.5rem;
}

.design_tool p {
  color: #666666;
}

/* cms_footer */
#footer .footer .bottom-links {
  display: flex;
  flex-direction: column;
}
#footer .footer .bottom-links li {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0 !important;
}
#footer .footer ul li a {
  margin-bottom: 0.875rem;
  display: inline-block;
  color: #666666;
}
#footer .footer ul li a:hover {
  color: #2b2b2b;
}
#footer .footer ul li a span b {
  font-family: "NotoSans-Regular", sans-serif !important;
}
#footer .footer ul li ul {
  list-style: none;
  padding-left: 0;
}
#footer .footer ul li ul li {
  padding: 0;
}
#footer .footer .social_media_icons li a .icon {
  font-size: 24px;
  font-size: 1.5rem;
}
#footer .footer .social_media_icons li a .icon::before {
  -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;
}
#footer .footer .social_media_icons li a:hover .icon::before {
  color: #2b2b2b !important;
}
#footer .footer #footersubscribe_sidebar .card-body {
  padding: 0 !important;
}
#footer .footer #footersubscribe_sidebar .form-row {
  flex-direction: column !important;
}
#footer .footer #footersubscribe_sidebar .form-row h3 {
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  font-family: "NotoSans-Regular", sans-serif;
  line-height: 1.625rem;
  padding-bottom: 2rem;
}
#footer .footer #footersubscribe_sidebar .form-row .col-md-6 {
  max-width: 100%;
}
#footer .footer #footersubscribe_sidebar .form-row .col-md-6 .input-group .form-control {
  width: 100%;
  border-color: #cbcbcb !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  min-height: 3rem;
  padding-right: 2.1875rem;
}
#footer .footer #footersubscribe_sidebar .form-row .col-md-6 .input-group .form-control::placeholder {
  color: #2b2b2b;
}
#footer .footer #footersubscribe_sidebar .form-row .col-md-6 .input-group #subscribe {
  font-size: 0px !important;
  font-size: 0rem !important;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent !important;
  border: 0;
  width: 1.5rem;
  height: 1.6875rem;
  z-index: 3;
}
#footer .footer #footersubscribe_sidebar .form-row .col-md-6 .input-group #subscribe::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\e90d";
  font-family: "ops";
  font-size: 20px;
  font-size: 1.25rem;
  color: #0f0075;
}
#footer .footer #footersubscribe_sidebar .help-block {
  text-align: left !important;
}

.carousel-control-prev,
.carousel-control-next,
.slick-prev,
.slick-next {
  opacity: 1;
  border: 0.0625rem solid #cbcbcb !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !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;
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-next-icon,
.carousel-control-next .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon,
.slick-prev .carousel-control-prev-icon,
.slick-prev .carousel-control-next-icon,
.slick-next .carousel-control-prev-icon,
.slick-next .carousel-control-next-icon {
  position: relative;
  background-image: none !important;
}
.carousel-control-prev .carousel-control-prev-icon::before,
.carousel-control-prev .carousel-control-next-icon::before,
.carousel-control-next .carousel-control-prev-icon::before,
.carousel-control-next .carousel-control-next-icon::before,
.slick-prev .carousel-control-prev-icon::before,
.slick-prev .carousel-control-next-icon::before,
.slick-next .carousel-control-prev-icon::before,
.slick-next .carousel-control-next-icon::before {
  content: "";
  display: block;
  position: absolute;
  color: #666666;
  top: 50% !important;
  left: 50% !important;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.carousel-control-prev .carousel-control-prev-icon::before,
.carousel-control-next .carousel-control-prev-icon::before,
.slick-prev .carousel-control-prev-icon::before,
.slick-next .carousel-control-prev-icon::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.carousel-control-prev .carousel-control-next-icon::before,
.carousel-control-next .carousel-control-next-icon::before,
.slick-prev .carousel-control-next-icon::before,
.slick-next .carousel-control-next-icon::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}
.carousel-control-prev:hover,
.carousel-control-next:hover,
.slick-prev:hover,
.slick-next:hover {
  background-color: #666666;
  border-color: #666666 !important;
}
.carousel-control-prev:hover .carousel-control-prev-icon::before, .carousel-control-prev:hover .carousel-control-next-icon::before,
.carousel-control-next:hover .carousel-control-prev-icon::before,
.carousel-control-next:hover .carousel-control-next-icon::before,
.slick-prev:hover .carousel-control-prev-icon::before,
.slick-prev:hover .carousel-control-next-icon::before,
.slick-next:hover .carousel-control-prev-icon::before,
.slick-next:hover .carousel-control-next-icon::before {
  color: #fff !important;
}

.productdatalayer {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 800px) {
  .productdatalayer {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 1600px) {
  .productdatalayer {
    padding-bottom: 6.25rem;
  }
}
.productdatalayer .carousel-control-prev {
  top: -4rem;
  right: 3.125rem;
  left: inherit !important;
}
@media only screen and (min-width: 1024px) {
  .productdatalayer .carousel-control-prev {
    top: -5rem;
  }
}
.productdatalayer .carousel-control-next {
  top: -4rem;
  right: 0;
  left: inherit !important;
}
@media only screen and (min-width: 1024px) {
  .productdatalayer .carousel-control-next {
    top: -5rem;
  }
}

.slick-prev.slick-arrow:hover,
.slick-next.slick-arrow:hover {
  border: 0.0625rem solid #cbcbcb !important;
  background-color: #666666;
}
.slick-prev.slick-arrow:hover::before,
.slick-next.slick-arrow:hover::before {
  color: #fff !important;
}

.slick-prev::before {
  content: "\f053" !important;
  font-family: "Font Awesome 6 Pro" !important;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #666666 !important;
  opacity: 1 !important;
}

.slick-next::before {
  content: "\f054" !important;
  font-family: "Font Awesome 6 Pro" !important;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #666666 !important;
  opacity: 1 !important;
}

.testimonials-home .card {
  padding: 2rem 0.625rem;
  border: 0;
  background-color: #fff;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .testimonials-home .card {
    flex-direction: row !important;
    padding: 5rem 0.625rem;
  }
}
.testimonials-home .card::before {
  content: "";
  display: block;
  position: absolute;
  content: "\e908" !important;
  font-family: "ops";
  top: -2.8125rem;
  left: 0.625rem;
  font-size: 60px;
  font-size: 3.75rem;
  color: #a1ba39;
}
@media only screen and (min-width: 1024px) {
  .testimonials-home .card::before {
    top: -5.75rem;
    left: 0.625rem;
    width: 7.5rem;
    height: 7.5rem;
    font-size: 120px;
    font-size: 7.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .testimonials-home .card::before {
    top: -0.8125rem;
  }
}
.testimonials-home .card .card-header {
  padding: 0.75rem 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.testimonials-home .card .card-header .card-title {
  font-size: 26px !important;
  font-size: 1.625rem !important;
  font-family: "NotoSans-Bold", sans-serif !important;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .testimonials-home .card .card-header .card-title {
    text-align: left;
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
.testimonials-home .card .card-body {
  padding: 0;
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto;
}
.testimonials-home .card .card-body small {
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 1.25rem;
}
.testimonials-home .card .card-body blockquote {
  display: flex;
  flex-direction: column-reverse;
}
.testimonials-home .card .card-footer {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 2.5rem;
  right: 3.75rem;
  left: inherit;
}
@media only screen and (min-width: 1024px) {
  .testimonials-home .card .card-footer {
    left: 0.625rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.testimonials-home .card .card-footer .float-right {
  display: none;
}
.testimonials-home .card .card-footer .carousel-control-next {
  top: 0;
  transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  left: 3.125rem !important;
}

/* Product Page */
#price_calculator {
  background-color: transparent !important;
}
#price_calculator label {
  color: #666666 !important;
  font-family: "NotoSans-Bold", sans-serif;
}
#price_calculator .card-header h4 {
  color: #666666 !important;
  font-size: 16px;
  font-size: 1rem;
  font-family: "NotoSans-Bold", sans-serif;
}
#price_calculator .card-header a {
  color: #666666 !important;
}
#price_calculator .card-header a .fa-share {
  padding-right: 0.5rem;
}
#price_calculator .card-header a .fa-share::before {
  content: "\f1e0" !important;
  font-weight: initial;
}
#price_calculator .card-header a:hover {
  color: #a1ba39 !important;
}
@media only screen and (min-width: 640px) {
  #price_calculator #productpricetotal {
    background-color: transparent !important;
    padding: 1rem;
  }
}
#price_calculator #productpricetotal #producttotalprice {
  align-items: center;
}
#price_calculator #productpricetotal.floating-price {
  background-color: #f3f3f3 !important;
}

#product-info #get-started {
  text-align: center;
  background-color: #0f0075;
  border-color: #0f0075;
}
#product-info #productpricetotal {
  border-top: 1px solid #CBCBCB;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  #product-info #productpricetotal {
    padding-top: 1.875rem;
    margin-top: 2.5rem;
  }
}
#product-info #productpricetotal .pr-1 {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: "NotoSans-Bold", sans-serif;
}
#product-info #productpricetotal #disp_product_price {
  color: #a1ba39;
  font-size: 32px;
  font-size: 2rem;
  font-family: "NotoSans-Bold", sans-serif;
}
#product-info #shippricecalulate {
  background-color: #F3F3F3;
  position: relative;
}
#product-info #shippricecalulate a {
  color: #666666 !important;
  font-size: 16px;
  font-size: 1rem;
}
#product-info #shippricecalulate .page-section-header {
  padding: 1rem !important;
  border: none !important;
}
#product-info #shippricecalulate .fa-caret-square-down::before {
  content: "\f107";
}
#product-info #shippricecalulate #shipping_detail > .row .col-lg-9 {
  padding-left: 0 !important;
}
#product-info #shippricecalulate #shipping_detail .row {
  margin: 0;
}
#product-info #shippricecalulate #shipping_detail .row #shipcountry {
  padding-left: 0 !important;
}
#product-info #shippricecalulate #shipping_detail .row #calculate_button #btncalcship {
  min-height: 3rem !important;
}
#product-info #shippricecalulate #shipestimatetotalprice {
  padding-bottom: 1rem;
}
#product-info #shippricecalulate #shipestimatetotalprice .pr-1 {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  font-family: "NotoSans-Bold", sans-serif;
}
#product-info #shippricecalulate #shipestimatetotalprice #shipping_total {
  color: #a1ba39;
  font-size: 32px;
  font-size: 2rem;
  font-family: "NotoSans-Bold", sans-serif;
}
#product-info #shippricecalulate .col-form-label {
  background-color: #f3f3f3;
}
#product-info #faq_products {
  padding: 3.125rem 0;
}
#product-info #faq_products h2 {
  margin-bottom: 1.5rem !important;
}
@media only screen and (min-width: 992px) {
  #product-info #faq_products h2 {
    margin-bottom: 3rem !important;
  }
}
#product-info #faq_products #accordion {
  border-bottom: 0.0625rem solid #cbcbcb;
}
#product-info #faq_products #accordion .card-header {
  border-bottom: none;
  padding-top: 0;
}
#product-info #faq_products #accordion .card-header .card-title a {
  font-family: "NotoSans-Bold", sans-serif;
  font-size: 16px !important;
  font-size: 1rem !important;
}
#product-info #faq_products #accordion .card-header .card-title a:hover {
  color: #2b2b2b !important;
}
#product-info #faq_products #accordion .card-body {
  color: #666666;
  padding-bottom: 0;
}
#product-info #faq_products .card .card-header {
  padding-bottom: 1rem;
}
#product-info #faq_products .card .card-header a.collapsed span::after {
  content: "\f107" !important;
}
#product-info #faq_products .card .card-header a span::after {
  content: "\f106" !important;
}
#product-info #faq_products .card .card-body {
  padding-top: 0;
}
#product-info .page-sub-header h2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  color: #2b2b2b;
}
@media only screen and (min-width: 992px) {
  #product-info .page-sub-header h2 {
    margin-bottom: 2rem !important;
  }
}
#product-info #related-product {
  margin: 0 0 3.125rem 0;
}
#product-info #related-product .card:focus-visible {
  outline: none !important;
}
#product-info #related-product .card .card-body .caption {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "NotoSans-Bold", sans-serif;
}
#product-info #related-product .slick-arrow {
  z-index: 1;
  background: #f9f9f9;
}
#product-info #related-product .slick-arrow:hover {
  background-color: #666666;
}

/* Action Buttons */
.browse_design,
.upload_design,
.custom_design,
.hire_designer,
.ico_quote_design,
.quote_product {
  border-color: #666666 !important;
  position: relative;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  padding: 1.1rem 1rem !important;
}
.browse_design:after,
.upload_design:after,
.custom_design:after,
.hire_designer:after,
.ico_quote_design:after,
.quote_product:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border-top: 0.1875rem solid transparent;
  border-left: 0.1875rem solid transparent;
  height: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.browse_design:before,
.upload_design:before,
.custom_design:before,
.hire_designer:before,
.ico_quote_design:before,
.quote_product:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 0.1875rem solid transparent;
  border-right: 0.1875rem solid transparent;
  height: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.browse_design .btn-img-text,
.upload_design .btn-img-text,
.custom_design .btn-img-text,
.hire_designer .btn-img-text,
.ico_quote_design .btn-img-text,
.quote_product .btn-img-text {
  color: #666666 !important;
  z-index: 1;
  position: relative;
}
.browse_design .btn-img-text span .h4,
.upload_design .btn-img-text span .h4,
.custom_design .btn-img-text span .h4,
.hire_designer .btn-img-text span .h4,
.ico_quote_design .btn-img-text span .h4,
.quote_product .btn-img-text span .h4 {
  color: #666666;
}
.browse_design .btn-img-text i,
.upload_design .btn-img-text i,
.custom_design .btn-img-text i,
.hire_designer .btn-img-text i,
.ico_quote_design .btn-img-text i,
.quote_product .btn-img-text i {
  color: #666666 !important;
}
.browse_design:hover,
.upload_design:hover,
.custom_design:hover,
.hire_designer:hover,
.ico_quote_design:hover,
.quote_product:hover {
  border-color: transparent !important;
}
.browse_design:hover:after,
.upload_design:hover:after,
.custom_design:hover:after,
.hire_designer:hover:after,
.ico_quote_design:hover:after,
.quote_product:hover:after {
  width: 100%;
  border-left-color: #a1ba39;
  border-top-color: #0f0075;
  height: 100%;
}
.browse_design:hover:before,
.upload_design:hover:before,
.custom_design:hover:before,
.hire_designer:hover:before,
.ico_quote_design:hover:before,
.quote_product:hover:before {
  width: 100%;
  border-right-color: #0f0075;
  border-bottom-color: #a1ba39;
  height: 100%;
}
.browse_design:hover .btn-img-text span .h4,
.upload_design:hover .btn-img-text span .h4,
.custom_design:hover .btn-img-text span .h4,
.hire_designer:hover .btn-img-text span .h4,
.ico_quote_design:hover .btn-img-text span .h4,
.quote_product:hover .btn-img-text span .h4 {
  color: #a1ba39;
}
.browse_design:hover .btn-img-text i,
.upload_design:hover .btn-img-text i,
.custom_design:hover .btn-img-text i,
.hire_designer:hover .btn-img-text i,
.ico_quote_design:hover .btn-img-text i,
.quote_product:hover .btn-img-text i {
  color: #a1ba39 !important;
}

.btn-title-text {
  padding: 0 !important;
}
.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text a {
  z-index: 1;
  position: relative;
}
.btn-title-text.browse_design {
  background: #e59203 !important;
  border-color: #e59203 !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;
  border-color: transparent !important;
}
.btn-title-text.browse_design:hover a .h4, .btn-title-text.browse_design:hover a i {
  color: #e59203 !important;
}
.btn-title-text.upload_design {
  background: #a1ba39 !important;
  border-color: #a1ba39 !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;
  border-color: transparent !important;
}
.btn-title-text.upload_design:hover a .h4, .btn-title-text.upload_design:hover a i {
  color: #a1ba39 !important;
}
.btn-title-text.custom_design {
  background: #0f0075 !important;
  border-color: #0f0075 !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;
  border-color: transparent !important;
}
.btn-title-text.custom_design:hover a .h4, .btn-title-text.custom_design:hover a i {
  color: #0f0075 !important;
}
.btn-title-text.hire_designer {
  background: #9b59b6 !important;
  border-color: #9b59b6 !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;
  border-color: transparent !important;
}
.btn-title-text.hire_designer:hover a .h4, .btn-title-text.hire_designer:hover a i {
  color: #9b59b6 !important;
}
.btn-title-text.quote_product {
  background: #333333 !important;
  border-color: #333333 !important;
}
.btn-title-text.quote_product a .h4 {
  color: #ffffff !important;
}
.btn-title-text.quote_product:hover {
  background: transparent !important;
  border-color: transparent !important;
}
.btn-title-text.quote_product:hover a .h4 {
  color: #333333 !important;
}
.btn-title-text:hover {
  -webkit-box-shadow: 0 0 0 0 #ffffff !important;
  -moz-box-shadow: 0 0 0 0 #ffffff !important;
  box-shadow: 0 0 0 0 #ffffff !important;
}

.shipping_calc_option #shipping_detail {
  padding: 1.25rem;
}
.shipping_calc_option #shipping_detail .shippingcalc .btn {
  width: 100%;
}
.shipping_calc_option #shipping_detail .filter-option-inner-inner {
  padding-right: 1.25rem;
}

#templatelist {
  padding-top: 3.5rem;
}
#templatelist #templates_listing_area .slick-arrow {
  z-index: 1;
}
#templatelist #templates_listing_area .card {
  border: 0 !important;
  border-radius: 0 !important;
}

#product_images .carousel-thumbs {
  margin-top: 1.25rem;
}

.sidebar .facebook_login {
  margin-bottom: 1rem;
}
.sidebar .card {
  border: 0;
}
.sidebar .card .card-header {
  border: 0;
}
.sidebar .card .card-header .card-title {
  color: #333333 !important;
}
.sidebar .card .card-body {
  padding: 1rem;
}
.sidebar .card .card-body .accordion-menu .list-group-item,
.sidebar .card .card-body .accordion .list-group-item {
  padding: 0 1rem !important;
  border-color: rgb(212, 212, 212);
}
.sidebar .card .card-body .accordion-menu .list-group-item > a,
.sidebar .card .card-body .accordion .list-group-item > a {
  padding: 0.5rem 0 !important;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a:hover,
.sidebar .card .card-body .accordion .list-group-item > a:hover {
  color: #a1ba39 !important;
}
.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;
}
.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: #0f0075 !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item {
  background: transparent;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item > a {
  color: #0f0075 !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item:hover > a {
  background: #0f0075;
  color: #ffffff !important;
  padding-left: 1.5rem !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled {
  background: rgba(0, 0, 0, 0.03);
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li {
  background: transparent;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li a {
  color: #2b2b2b !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li:hover > a, .sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li.active > a {
  color: #fff !important;
  background-color: #0f0075;
  padding-left: 1.5rem !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:hover a, .sidebar #straightmenu .list-group .list-group-item .list-unstyled li.active a {
  color: #0f0075 !important;
}
.sidebar #myaccount_menu li:hover a, .sidebar #myaccount_menu li.active a {
  color: #0f0075 !important;
}

#category_list .templatecat.act {
  color: #a1ba39;
}
#category_list a:hover {
  color: #a1ba39;
}

#account_links .icon_hover_effect {
  color: #a1ba39;
}
#account_links .icon_hover_effect:hover i {
  color: #a1ba39 !important;
}

#frm_search_tmp .search_btn {
  margin-left: 0.5rem !important;
}

#quote_history .card-header {
  padding: 6px 0 !important;
}

#Frmaddclient .col-12.col-md-4 p {
  margin-bottom: 0 !important;
}

#portfolio_search #template_name {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#portfolio_search .search_btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#user_loginpage .page-sub-header h2 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
#user_loginpage #frmuser_quickregister {
  margin-top: 1.5rem;
}

#additional_info_accordion #SubmitData_cart2 {
  margin-top: 20px;
}

.dyanamicHelpTemplate .pCategoryHeader .custom-control-label {
  width: 100% !important;
  text-align: center;
}

.advance-search-dropdown {
  left: 0 !important;
} /* PG : Custom CSS */
#product_category .bootstrap-select .dropdown-toggle, #category_group_html .bootstrap-select .dropdown-toggle {
  position: relative;
}
#product_category .bootstrap-select .dropdown-toggle .filter-option, #category_group_html .bootstrap-select .dropdown-toggle .filter-option {
  padding: 0px 0px 0px 22px !important;
}
#product_category .bootstrap-select:before, #category_group_html .bootstrap-select:before {
  content: "\f0c9" !important;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  z-index: 2;
  color: #999;
  top: 10px;
  left: 10px;
}

#product_category .bootstrap-select:before {
  content: "\f02c" !important;
}

#category_group_html .bootstrap-select:before {
  content: "\f0c9" !important;
}

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