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

/***** Header tag CSS *****/
.page-header {
  color: #041E42;
}
.page-header h1 small {
  color: #717B7F !important;
}

.page-section-header {
  color: #041E42;
}
.page-section-header span {
  color: #717B7F;
}

.page-sub-header {
  color: #041E42;
}

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

/***** Anchor tag css ******/
a {
  color: #041E42;
  -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: #00C4CC;
  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;
}
.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, .btn-info, .btn-secondary, .btn-success {
  background: #041E42;
  border-color: #041E42;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus, .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, .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, .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: #FFC72C;
  border-color: #FFC72C;
  color: #041E42;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-info.disabled, .btn-info:disabled, .btn-secondary.disabled, .btn-secondary:disabled, .btn-success.disabled, .btn-success:disabled {
  background: #041E42;
  border-color: #041E42;
  color: #ffffff;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-custom-yellow {
  background: #FFC72C;
  border-color: #FFC72C;
  color: #041E42;
}
.btn-custom-yellow:hover, .btn-custom-yellow:focus, .btn-custom-yellow:not(:disabled):not(.disabled):active, .btn-custom-yellow:not(:disabled):not(.disabled).active, .btn-custom-yellow:not(:disabled):not(.disabled):active:focus {
  background: #041E42;
  border-color: #041E42;
  color: #FFC72C;
}
.btn-custom-yellow.disabled, .btn-custom-yellow:disabled {
  background: #FFC72C;
  border-color: #FFC72C;
  color: #041E42;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/***** Outline Button ******/
.btn-outline-primary, .btn-outline-info, .btn-outline-secondary, .btn-outline-success {
  background: transparent;
  border-color: #041E42;
  color: #041E42;
}
.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, .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, .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, .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
  background: #041E42;
  color: #FFC72C;
  border-color: #041E42;
}
.btn-outline-primary.disabled, .btn-outline-info.disabled, .btn-outline-secondary.disabled, .btn-outline-success.disabled {
  color: #041E42;
}

/***** Link Button ******/
.btn-link {
  color: #041E42;
  word-break: break-word;
}
.btn-link:hover, .btn-link:focus {
  color: #00C4CC;
}
.btn-link:disabled, .btn-link.disabled {
  color: #041E42;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

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

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

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

.border-success {
  border-color: #4764AF !important;
}

.border-guest {
  border-color: #00C4CC;
}

.border {
  border-color: #D5D9D8 !important;
}

.border-bottom {
  border-bottom-color: #D5D9D8 !important;
}

.border-top {
  border-top-color: #D5D9D8 !important;
}

.border-right {
  border-right-color: #D5D9D8 !important;
}

.border-left {
  border-left-color: #D5D9D8 !important;
}

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

#loading-text {
  color: #041E42;
}

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

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

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

.text-success {
  color: #4764AF !important;
}

.text-guest {
  color: #00C4CC;
}

.card-title a.btn-link {
  color: #041E42 !important;
}
.card-title a.btn-link:hover {
  color: #00C4CC !important;
}

.card-title a {
  color: #041E42 !important;
}
.card-title a:hover {
  color: #00C4CC !important;
}

.card-header {
  background: #f7f7f7;
}

.card-header .card-title {
  color: #041E42;
}

.card {
  border-color: #D5D9D8;
}

.card-footer {
  background: #f7f7f7;
}

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

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

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

.bg-success {
  background-color: #4764AF !important;
}

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

.bg-guest {
  background: #00C4CC;
}

/* Anchor Tag Hover Effect With Background*/
a.bg-primary:hover, a.bg-primary:focus {
  background: #03132a !important;
}
a.bg-info:hover, a.bg-info:focus {
  background: #ffc013 !important;
}
a.bg-success:hover, a.bg-success:focus {
  background: #405a9d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus {
  background: #656e72 !important;
}
a.bg-light:hover, a.bg-light:focus {
  background: #eaeaea !important;
}
a.bg-guest:hover, a.bg-guest:focus {
  background: #00acb3 !important;
}

/* Badge CSS */
.badge-primary {
  background: #041E42;
  color: #ffffff;
}

.badge-info {
  background: #041E42;
  color: #ffffff;
}

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

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

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

.bootstrap-select .dropdown-menu li.active small {
  color: #4764AF !important;
}
.bootstrap-select .dropdown-toggle small {
  color: #041E42 !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: #041E42;
  border-color: #041E42;
  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: #041E42;
  border-color: #041E42;
  box-shadow: none;
}

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

/**** pagination ****/
.page-item.active .page-link, .page-item:hover .page-link, .page-item.active:hover .page-link {
  background: #041E42;
  border-color: #041E42;
  color: #ffffff;
}

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #f7f7f7;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong, .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor a {
  color: #4764AF !important;
}
.tt-dropdown-menu .tt-suggestion a {
  color: #717B7F !important;
}
.tt-dropdown-menu .tt-suggestion a strong {
  color: #717B7F;
}
.tt-dropdown-menu .tt-suggestion a:hover {
  color: #4764AF !important;
}
.tt-dropdown-menu .tt-suggestion:hover strong {
  color: #4764AF !important;
}

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

.account_dashboard_box .h4 {
  color: #041E42;
}
.account_dashboard_box:hover {
  background: #f7f7f7;
}

/* Other Component CSS */
.bar {
  background-color: #041E42;
}

#sitemap ul li a:hover {
  color: #4764AF;
}

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

input:focus + .input-group-append .input-group-text {
  border-color: #041E42;
}

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

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

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

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

#myaccount_menu li a {
  color: #717B7F !important;
}
#myaccount_menu li.active a, #myaccount_menu li:hover a {
  color: #4764AF !important;
}

.treeview li .act {
  color: #4764AF !important;
}
.treeview li a:hover {
  color: #4764AF !important;
}

#category_list a {
  color: #717B7F;
}
#category_list a:hover, #category_list a.act {
  color: #4764AF !important;
}

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

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

/* Reset CSS */
body {
  color: #041E42;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
}

.badge {
  font-weight: normal;
}

strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.btn {
  letter-spacing: 0.1px;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn-sm {
  font-size: 13px;
  font-size: 0.8125rem;
}

.btn-xl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.7rem 1.5rem;
  line-height: 24px;
}

.font-w-900 {
  font-weight: 900;
}

.font-w-800 {
  font-weight: 800;
}

.font-w-700 {
  font-weight: 700;
}

.font-w-600 {
  font-weight: 600;
}

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

.font-w-300 {
  font-weight: 300;
}

.font-w-200 {
  font-weight: 200;
}

.shadow-light {
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.form-control {
  border-color: #D5D9D8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.form-control::-webkit-input-placeholder {
  color: #D5D9D8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  color: #D5D9D8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: #D5D9D8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.form-control:-moz-placeholder {
  color: #D5D9D8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.page-header {
  border: 0;
}
.page-header h1, .page-header h2, .page-header h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  letter-spacing: -0.1px;
}

.popup_page_inner .page-header h1, .popup_page_inner .page-header h2, .popup_page_inner .page-header h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
}

.bootstrap-select > .dropdown-toggle {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #041E42;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.bootstrap-select.dropdown .dropdown-menu {
  z-index: 99 !important;
}

/* Top Header CSS */
.top-header .navbar-brand {
  width: 100%;
  max-width: 90px;
}
.top-header .top-links li a {
  padding: 0 0.3rem;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #041E42;
  line-height: 18px;
}
.top-header .top-links li a:hover, .top-header .top-links li a:focus {
  color: #00C4CC;
  text-decoration: underline;
}

.top-header .mob-cart, .navbar .mob-cart {
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #041E42;
}
.top-header .mob-cart:hover, .top-header .mob-cart:focus, .navbar .mob-cart:hover, .navbar .mob-cart:focus {
  color: #00C4CC;
}
.top-header .mob-cart .badge, .navbar .mob-cart .badge {
  top: -12px;
  right: -7px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 10px;
  font-size: 0.625rem;
}
.top-header .mob-cart i, .navbar .mob-cart i {
  font-size: 20px;
  font-size: 1.25rem;
}

/* Navbar CSS */
.navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #041E42 !important;
  position: relative;
  padding: 1rem 0.7rem;
  line-height: 18px;
}
.navbar .navbar-collapse .navbar-nav .nav-item > .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 3px;
  width: 0px;
  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-collapse .navbar-nav .nav-item:hover > .nav-link::before, .navbar .navbar-collapse .navbar-nav .nav-item.active > .nav-link::before, .navbar .navbar-collapse .navbar-nav .nav-item.show > .nav-link::before {
  background: #A2ADB2;
  width: 50%;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  border-color: #D5D9D8;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li > .dropdown-item {
  font-size: 13px;
  font-size: 0.8125rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li > .dropdown-item:hover, .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li > .dropdown-item:focus {
  background: transparent;
  color: #00C4CC !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item {
  color: #00C4CC !important;
  background: #f7f7f7;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:after {
  color: #00C4CC;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  background: #f7f7f7;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu .dropdown-menu .card-columns .nav li .dropdown-item {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu .dropdown-menu .card-columns .nav li .dropdown-item strong {
  color: #041E42;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu .dropdown-menu .card-columns .nav li .dropdown-item:hover strong {
  color: #00C4CC;
}
.navbar .navbar-collapse .navbar-nav .nav-item.all-category-menu .dropdown-menu .card-columns .nav li:hover .dropdown-item {
  background: transparent;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled .dropdown-submenu > .dropdown-item {
  font-weight: 500;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled .dropdown-submenu.active > .dropdown-item, .navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled .dropdown-submenu:hover > .dropdown-item {
  color: #00C4CC;
  background: #f7f7f7;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled .dropdown-submenu.active > .dropdown-item:after, .navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled .dropdown-submenu:hover > .dropdown-item:after {
  color: #00C4CC;
}
.navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link, .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link, .navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link_dropdown {
  position: static;
}
.navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link .dropdown-menu h3, .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-menu h3, .navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link_dropdown .dropdown-menu h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}
.navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .list-unstyled li, .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-menu .list-unstyled li, .navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link_dropdown .dropdown-menu .list-unstyled li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .list-unstyled li a, .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-menu .list-unstyled li a, .navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link_dropdown .dropdown-menu .list-unstyled li a {
  display: block;
  font-weight: 500;
  border-bottom: 1px solid #D5D9D8;
  font-size: 14px;
  font-size: 0.875rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .Common_Navbar_CMS a, .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-menu .Common_Navbar_CMS a, .navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link_dropdown .dropdown-menu .Common_Navbar_CMS a {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 16px;
  font-size: 1rem;
  min-height: 72px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
}
.navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .Common_Navbar_CMS a span, .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-menu .Common_Navbar_CMS a span, .navbar .navbar-collapse .navbar-nav .nav-item.submenu_custom_link_dropdown .dropdown-menu .Common_Navbar_CMS a span {
  font-weight: 400;
}
.navbar.sticky-header {
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.navbar .navbar-toggler {
  width: 50px;
  height: 50px;
}
.navbar .navbar-toggler:focus {
  outline: none;
}
.navbar .navbar-toggler[aria-expanded=true] .fa-times {
  display: block;
}
.navbar .navbar-toggler[aria-expanded=true] .fa-bars {
  display: none;
}
.navbar .navbar-toggler[aria-expanded=false] .fa-bars {
  display: block;
}
.navbar .navbar-toggler[aria-expanded=false] .fa-times {
  display: none;
}

.search_dynamic .header-search {
  width: 200px;
}
.search_dynamic .header-search .twitter-typeahead {
  width: 100%;
}
.search_dynamic .header-search .twitter-typeahead input {
  height: 48px;
}
.search_dynamic .header-search .twitter-typeahead:after {
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
  color: #041E42;
  font-size: 20px;
  font-size: 1.25rem;
}

/***** Action Buttons CSS *****/
.browse_design, .upload_design, .custom_design, .hire_designer, .quote_design, .ico_quote_design, .canva_design {
  border: 0 !important;
  width: 100%;
}

.btn-img-text {
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  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;
  background: #041E42;
}
.btn-img-text i {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 0.8rem;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-img-text img {
  max-width: 60px;
  border-radius: 9px 0px 0px 9px;
  -moz-border-radius: 9px 0px 0px 9px;
  -webkit-border-radius: 9px 0px 0px 9px;
}
.btn-img-text .media-body {
  padding-right: 0.5rem;
}
.btn-img-text .media-body span {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-img-text .media-body .short-disc {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
}
.btn-img-text.custom-design i {
  background: #041E42 !important;
}
.btn-img-text.browse-design i {
  background: #FFC72C !important;
}
.btn-img-text.upload-design i {
  background: #041E42 !important;
}
.btn-img-text.ico-hire-designer i {
  background: #00C4CC !important;
}
.btn-img-text.ico-quote-design i {
  background: #4764AF !important;
}
.btn-img-text.canva_design i {
  background: #00C4CC !important;
}
.btn-img-text:hover {
  background: #f7f7f7;
}
.btn-img-text:hover .media-body span {
  color: #041E42 !important;
}

.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: #FFC72C !important;
  border: 1px solid #FFC72C !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: #FFC72C !important;
}
.btn-title-text.upload_design {
  background: #041E42 !important;
  border: 1px solid #041E42 !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: #041E42 !important;
}
.btn-title-text.custom_design {
  background: #041E42 !important;
  border: 1px solid #041E42 !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: #041E42 !important;
}
.btn-title-text.hire_designer {
  background: #00C4CC !important;
  border: 1px solid #00C4CC !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: #00C4CC !important;
}
.btn-title-text.quote_product {
  background: #4764AF !important;
  border: 1px solid #4764AF !important;
}
.btn-title-text.quote_product a .h4, .btn-title-text.quote_product a i {
  color: #ffffff !important;
}
.btn-title-text.quote_product:hover {
  background: transparent !important;
}
.btn-title-text.quote_product:hover a .h4, .btn-title-text.quote_product:hover a i {
  color: #4764AF !important;
}

/* Products Hover Effects */
.flip3d .card-header {
  background: #D5D9D8;
}
.flip3d .card-header h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #041E42;
}
.flip3d .card-header a:hover h3 {
  color: #4764AF;
}

.product-box .card .card-body .card-text {
  color: #041E42;
  white-space: normal;
}
.product-box .card .card-body .card-text strong {
  color: #041E42;
  display: block;
}
.product-box .card.slide-hover .card-body .card-title, .product-box .card.triangle-slide-overlay .card-body .card-title {
  color: #ffffff !important;
}
.product-box .card.slide-hover .card-body .card-text, .product-box .card.triangle-slide-overlay .card-body .card-text {
  color: #ffffff;
}
.product-box .card.slide-hover .card-body .card-text strong, .product-box .card.triangle-slide-overlay .card-body .card-text strong {
  color: #ffffff;
}
.product-box .card.slide-hover .card-body .card-title {
  background: #041E42 !important;
  font-size: 18px;
  font-size: 1.125rem;
}
.product-box .card.slide-hover .card-body .card-title:after {
  background: #010812;
}
.product-box .card.slideup:hover {
  border-color: #A2ADB2;
}
.product-box .card.slideup .card-body {
  background: #A2ADB2 !important;
}
.product-box .card.slideup .card-body .card-title {
  color: #041E42 !important;
  font-size: 18px;
  font-size: 1.125rem;
}
.product-box .card .bottom_right {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.product-box .card .bottom_right strong {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}

.slide-hover .card-title {
  color: #ffffff !important;
}

.hover-box-shadow, .product-hover-none {
  background: #ffffff;
}
.hover-box-shadow .card-title, .product-hover-none .card-title {
  color: #041E42;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
}
.hover-box-shadow .card-body .card-text p, .product-hover-none .card-body .card-text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.hover-box-shadow .card-body .card-text *, .product-hover-none .card-body .card-text * {
  margin: 0;
}

/*****Sidebar Product List CSS *****/
.accordion-menu .list-group-item > a, .accordion .list-group-item > a {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #041E42 !important;
}
.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: #041E42 !important;
}
.accordion-menu .list-group-item > a .badge, .accordion .list-group-item > a .badge {
  margin-right: 1rem;
}
.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 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: #4764AF !important;
}
.sidebar #cssmenu .list-group .list-group-item > a {
  color: #041E42 !important;
}
.sidebar #cssmenu .list-group .list-group-item:hover {
  background: #f7f7f7;
}
.sidebar #cssmenu .list-group .list-group-item:hover > a {
  color: #041E42 !important;
  padding-left: 1.5rem !important;
  background: #f7f7f7;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled {
  background: #f7f7f7;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li {
  background: #f7f7f7;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li:last-child > a {
  border: 0;
}
.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: #041E42 !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;
  color: #4764AF !important;
}
#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: #4764AF !important;
}
#straightmenu .list-group li .list-unstyled li a:hover {
  color: #4764AF !important;
}
#straightmenu .list-group-item a:hover, #straightmenu .list-group-item a.active {
  color: #4764AF !important;
}

.sidebar .facebook_login {
  margin-bottom: 1rem;
}
.sidebar .card .card-header .card-title {
  font-size: 18px;
  font-size: 1.125rem;
}
.sidebar #straightmenu.card .card-body .without_cat .list-group > li:not(.list-group-item) {
  padding: 0 !important;
}
.sidebar #straightmenu.card .card-body .without_cat .list-group > li:not(.list-group-item) > a {
  padding: 0.5rem 1rem 0.5rem 2rem !important;
  font-size: 14px !important;
  font-size: 14px !important/16pxrem;
  color: #041E42 !important;
  display: block;
}
.sidebar #straightmenu.card .card-body .without_cat .list-group > li:not(.list-group-item) > a:before {
  left: 15px !important;
  top: 8px !important;
}
.sidebar #straightmenu.card .card-body .without_cat .list-group > li:not(.list-group-item):hover > a, .sidebar #straightmenu.card .card-body .without_cat .list-group > li:not(.list-group-item).active > a {
  color: #4764AF !important;
}

.popup_page_outer {
  padding: 1rem;
}

.popup_page_outer_canva {
  padding: 0 !important;
}

/* CMS Page CSS */
.Home_Header h2, .Home_Header h3, .Home_Header h4 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.4px;
  margin: 0;
  line-height: 32px;
}

.page-sub-header-md h2, .page-sub-header-md h3, .page-sub-header-md h4, .page-sub-header h2, .page-sub-header h3, .page-sub-header h4 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.4px;
  margin: 0;
  line-height: 26px;
}

.page-sub-header-sm h2, .page-sub-header-sm h3, .page-sub-header-sm h4 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1px;
  margin: 0;
  line-height: 24px;
}

.delevery_address h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.11px;
}

/* Footer CSS */
footer {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 16px;
}

.footer-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.footer-content .fotter_bottom .card .card-body {
  padding: 0;
}
.footer-content .fotter_bottom h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.footer-content .fotter_bottom .bottom-links {
  padding: 0;
  margin: 0;
}
.footer-content .fotter_bottom .bottom-links .list-inline-item {
  padding: 0;
  margin: 0;
  display: block;
}
.footer-content .fotter_bottom .bottom-links .list-inline-item a {
  padding: 0.2rem 0;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.footer-content .fotter_bottom .bottom-links .list-inline-item a:hover, .footer-content .fotter_bottom .bottom-links .list-inline-item a.active {
  color: #00C4CC;
}
.footer-content .fotter_bottom .Social_Media ul {
  padding: 0;
  margin: 0;
}
.footer-content .fotter_bottom .Social_Media ul li {
  padding: 0;
  margin-right: 1rem;
  display: inline-block;
}
.footer-content .fotter_bottom .Social_Media ul li a {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
}
.footer-content .fotter_bottom .navbar-brand {
  width: 100%;
  max-width: 90px;
}

/* Nav Tab CSS */
#InfoTab .nav-tabs {
  border: 0;
  margin-bottom: 0 !important;
}
#InfoTab .nav-tabs > li > a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 1rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #041E42;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #D5D9D8;
  margin-right: 0.3rem;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  background: #ffffff;
}
#InfoTab .nav-tabs > li > a.active, #InfoTab .nav-tabs > li > a:hover {
  color: #041E42;
  background: #D5D9D8;
  border-top-color: #D5D9D8;
  border-left-color: #D5D9D8;
  border-right-color: #D5D9D8;
  border-bottom-color: transparent;
}
#InfoTab .nav-tabs > li:last-child > a {
  margin-right: 0;
}
#InfoTab .tab-content {
  border: 1px solid #D5D9D8;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.nav-customtabs .nav-item .nav-link {
  color: #041E42;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.nav-customtabs .nav-item .nav-link.active, .nav-customtabs .nav-item .nav-link:hover {
  color: #4764AF;
  background: transparent;
}
.nav-customtabs .nav-item .nav-link.active:after, .nav-customtabs .nav-item .nav-link:hover:after {
  background: #4764AF;
}

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

/* Other CSS */
.body-container {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.home_page_body .body-container {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.home_page_body .product-box .hover-box-shadow .card-footer, .home_page_body .product-box .product-hover-none .card-footer {
  display: none;
}

.custom-radio .custom-control-label::before, .custom-checkbox .custom-control-label::before {
  border-color: #041E42;
  background: #ffffff;
}
.custom-radio.disabled .custom-control-label::before, .custom-checkbox.disabled .custom-control-label::before {
  border-color: #D5D9D8;
}

.form-group .form-control {
  font-size: 14px;
  font-size: 0.875rem;
}
.form-group .col-form-label {
  font-size: 13px;
  font-size: 0.8125rem;
  top: 12px;
}
.form-group .col-form-label.phone_number {
  left: 12%;
}

.Popular_Product #popular-product .portNav, .Popular_Product.product-slick-slider .portNav, #related-product #popular-product .portNav, #related-product.product-slick-slider .portNav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  margin: auto;
  z-index: 9;
}
.Popular_Product #popular-product .portNav.left-nav, .Popular_Product.product-slick-slider .portNav.left-nav, #related-product #popular-product .portNav.left-nav, #related-product.product-slick-slider .portNav.left-nav {
  right: 102%;
}
.Popular_Product #popular-product .portNav.right-nav, .Popular_Product.product-slick-slider .portNav.right-nav, #related-product #popular-product .portNav.right-nav, #related-product.product-slick-slider .portNav.right-nav {
  left: 102%;
}
.Popular_Product #popular-product .product-box .card .card-body .card-title, .Popular_Product.product-slick-slider .product-box .card .card-body .card-title, #related-product #popular-product .product-box .card .card-body .card-title, #related-product.product-slick-slider .product-box .card .card-body .card-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}
.Popular_Product #popular-product .product-box .card .bottom_right, .Popular_Product.product-slick-slider .product-box .card .bottom_right, #related-product #popular-product .product-box .card .bottom_right, #related-product.product-slick-slider .product-box .card .bottom_right {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}

.card-header .arrowimage:after {
  content: "\f106";
  display: inline-block;
  position: static;
  font-family: "Font Awesome 5 Pro";
}
.card-header .collapsed .arrowimage:after {
  content: "\f107";
  display: inline-block;
  position: static;
  font-family: "Font Awesome 5 Pro";
}

#faq_details_block .Home_Header p, #faq_details .Home_Header p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
}
#faq_details_block .card .card-header, #faq_details .card .card-header {
  border-bottom-color: #f7f7f7;
}
#faq_details_block .card .card-header a, #faq_details .card .card-header a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
}
#faq_details_block .card .card-header a .arrowimage, #faq_details .card .card-header a .arrowimage {
  font-weight: normal;
}
#faq_details_block .card .card-header a .arrowimage:after, #faq_details .card .card-header a .arrowimage:after {
  content: "\f107";
  display: inline-block;
  position: static;
  font-family: "Font Awesome 5 Pro";
}
#faq_details_block .card .card-header a.collapsed .arrowimage:after, #faq_details .card .card-header a.collapsed .arrowimage:after {
  content: "\f105";
  display: inline-block;
  position: static;
  font-family: "Font Awesome 5 Pro";
}
#faq_details_block .card .card-body p, #faq_details .card .card-body p {
  margin: 0;
}

#price_calculator .card-header .card-title {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.1px;
}
#price_calculator label {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1px;
  line-height: 20px;
}
#price_calculator .custom-control-label {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.custom-control-label:before, .custom-control-label:after {
  top: 2.2px;
}

.User_Welcome .navbar-text {
  font-size: 13px;
  font-size: 0.8125rem;
}
.User_Welcome .navbar-text .dropdown-menu {
  min-width: auto;
}
.User_Welcome .navbar-text .dropdown-menu a {
  padding: 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  width: auto;
  display: inline-block;
}

#top-banner .carousel-control-prev, #top-banner .carousel-control-next {
  width: 5%;
  z-index: 99;
}
#top-banner .carousel-item a {
  position: relative;
  z-index: 9;
}
#top-banner .carousel-item picture img {
  width: 100%;
}
#top-banner .carousel-indicators {
  bottom: 0;
}

.fancybox-stage #related-product {
  max-width: 1050px;
}
.fancybox-stage #related-product .product-box img {
  max-width: 100%;
}

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

.cart_section .page-section-header h5, #cart_detail .page-section-header h5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.cart_section .table thead th, #cart_detail .table thead th {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.cart_section .table .price, #cart_detail .table .price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #041E42;
}

.cart-price-block {
  background: #f7f7f7;
  padding: 0.5rem;
}
.cart-price-block li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.cart-price-block li .price {
  font-weight: 500;
}
.cart-price-block li.content-box {
  font-weight: 500;
}
.cart-price-block li.content-box .price {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  letter-spacing: -0.1px;
}

.shipping_payment_section .page-sub-header h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.popover.show {
  max-width: 320px !important;
}

#product-info .help_templates {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
}
#product-info .help_templates i {
  font-size: 34px;
  font-size: 2.125rem;
  margin-right: 1rem;
  margin-bottom: 0;
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  background: #ffffff;
}
#product-info .tab-content .help_templates {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
}
#product-info .tab-content .help_templates i {
  margin-bottom: 0.5rem;
  font-size: 30px;
  font-size: 1.875rem;
}

.help_templates {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1px;
}
.help_templates i {
  margin-bottom: 0.5rem;
  font-size: 30px;
  font-size: 1.875rem;
}

.product-slick-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}

.show-map .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.show-map .text .map-link {
  margin-left: auto;
}

.carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 0;
  color: #041E42;
  padding: 2rem 0;
  z-index: 0;
}
.carousel-caption h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  letter-spacing: -0.4px;
}
.carousel-caption p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}

.Category_Banner .card .card-body .list-group {
  position: relative;
  max-height: 215px;
  overflow-x: auto;
}
.Category_Banner .card .card-body .list-group .list-group-item {
  padding: 0;
  background: transparent;
  border-color: #D5D9D8;
  position: static;
}
.Category_Banner .card .card-body .list-group .list-group-item a {
  position: relative;
  display: block;
  padding: 0.6rem 0.8rem;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  background: #ffffff;
}
.Category_Banner .card .card-body .list-group .list-group-item a:before {
  content: "\f105";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 15px;
  top: 10px;
}
.Category_Banner .card .card-body .list-group .list-group-item:hover a, .Category_Banner .card .card-body .list-group .list-group-item:focus a {
  background: #f7f7f7;
  color: #041E42;
}

/* CMS Header CSS */
.Company_Satisfaction {
  border-bottom-color: #CCCBCE !important;
}
.Company_Satisfaction .media img {
  width: 100%;
  max-width: 70px;
}
.Company_Satisfaction .media .media-body h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.Company_Satisfaction .media .media-body p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  line-height: 18px;
}

/* CMS Middle Footer CSS */
.Start_With_Design .card {
  color: #ffffff;
}
.Start_With_Design .card .card-body .Design_Icons {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: auto;
}
.Start_With_Design .card .card-body h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
}
.Start_With_Design .card .card-body p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.Start_With_Design .Home_Header p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  margin: 0;
}

.New_Promotional .badge {
  border-radius: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 34px;
  letter-spacing: -0.17px;
  padding: 0;
  width: 68px;
  height: 34px;
  color: #FFC72C;
}
.New_Promotional .Promo_Price span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: -0.1px;
}
.New_Promotional .Home_Header h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
}
.New_Promotional .Home_Header p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.New_Promotional .page-sub-header p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}

#ResourceHub .card {
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
#ResourceHub .card .ResourceHub_Img {
  background: #CCCBCE;
}
#ResourceHub .card .card-body h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.1px;
}
#ResourceHub .card .card-body p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}

.Resource_Hub a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.1px;
}

/* CMS Footer CSS */
.Footer_Punchline h2 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  text-align: left;
  letter-spacing: -0.1px;
}
.Footer_Punchline h2 strong {
  display: block;
}

/* Extra CMS Page CSS */
.Stocks_Explained .Inner_Stocks img {
  max-width: 160px;
}
.Stocks_Explained .Inner_Stocks h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: -0.1px;
}
.Stocks_Explained .Inner_Stocks span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.Stocks_Explained .Inner_Stocks .bd-placeholder-img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background: #CCCBCE;
  display: inline-block;
}

.ProductlistCategoryWise .product-box .hover-box-shadow .card-body, .ProductlistCategoryWise .product-box .product-hover-none .card-body {
  padding: 1rem !important;
}
.ProductlistCategoryWise .product-box .hover-box-shadow .card-footer, .ProductlistCategoryWise .product-box .product-hover-none .card-footer {
  display: none;
}

.CMS_Middle_Section p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
}
.CMS_Middle_Section .CMS_Img {
  width: 100%;
  height: 450px;
  background: #CCCBCE;
}

/* SiteMap Page CSS */
#sitemap ul li a:hover {
  color: #00C4CC;
}

.search-toggle {
  padding: 0;
  background: transparent;
  margin: 0 0.5rem;
}

/* Scroll CSS */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 7px 0 #CCCBCE;
  -moz-box-shadow: inset 0 0 7px 0 #CCCBCE;
  box-shadow: inset 0 0 7px 0 #CCCBCE;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #717B7F;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #717B7F;
}

/* Checkout Page CSS */
#checkout_guest_address .Sign_Up_CMS ul li {
  font-size: 16px;
  font-size: 1rem;
}
#checkout_guest_address .Login_Method .custom-radio .custom-control-label {
  font-size: 16px;
  font-size: 1rem;
}
#checkout_guest_address .Login_Method .custom-radio .custom-control-label:after, #checkout_guest_address .Login_Method .custom-radio .custom-control-label:before {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#checkout_guest_address .form-group .col-form-label.phone_number {
  left: 15%;
}

#localpickup_methods .custom-radio .custom-control-label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#localpickup_methods .custom-radio .custom-control-label:after, #localpickup_methods .custom-radio .custom-control-label:before {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#products_additional_options .form-control, #products_additional_options .bootstrap-select {
  max-width: 100%;
}
#products_additional_options .change_card_name_div .ops_customclass {
  max-width: 100%;
}

.delivery_options .custom-radio label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #041E42;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.delivery_options .custom-radio label .delivery_text {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17px;
}

table tr.border-15 {
  border-bottom: 15px solid #ffffff;
}

.delivery_options_price .delivery_type h5 {
  font-size: 16px;
  font-size: 1rem;
}
.delivery_options_price .delivery_type h5 span {
  font-size: 14px;
  font-size: 0.875rem;
}
.delivery_options_price .post_type h6, .delivery_options_price .post_type .estimate_price {
  font-size: 16px;
  font-size: 1rem;
}

.before_login h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
}
.before_login p {
  line-height: 20px;
}

.pre-scrollable {
  max-height: 365px;
}

.store_list .display_map_add .store_img .bg-placeholder-img {
  display: block;
  width: 120px;
  height: 120px;
  background: #CCCBCE;
}
.store_list .display_map_add .map-body .store_name h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
}
.store_list .display_map_add .map-body .store_add {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 0.09px;
}
.store_list .display_map_add .map-body .store_add span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.store_list .display_map_add .map-body .store_full_add p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
}

.slick-dots {
  text-align: right;
  bottom: -30px;
  padding-right: 2rem;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  color: #041E42;
}
.slick-dots li.slick-active button:before {
  color: #041E42;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ProductGallerySlider {
  top: 70px;
}

.ld-ring.ld-ring-large {
  font-size: 34px;
  font-size: 2.125rem;
}

#additionaloptionid .element_class {
  display: inline-block;
}

.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li {
  width: 8px;
  height: 8px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #CCCBCE;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
}
.carousel-indicators li.active {
  background: #041E42;
}

.price_table th, .price_table td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.1px;
  border-color: #f7f7f7;
}
.price_table .template_price {
  font-size: 14px;
  font-size: 0.875rem;
}

.table {
  color: #041E42;
}

.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 1px;
  border-color: #f7f7f7 !important;
}

.content-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-box #disp_product_price {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
}

#pro-disc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.1px;
}
#pro-disc ul {
  padding-left: 1rem;
}

.click_collect_class h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.11px;
}

#set_your_location .form-group .form-control {
  background: #f7f7f7;
}

.cart-additional-info li {
  color: #041E42;
}

.facebook_login {
  margin-bottom: 0.5rem;
}

.icon-animated-bell {
  display: inline-block;
  -webkit-animation: ringing 2s ease infinite;
  animation: ringing 2s ease infinite;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

@-webkit-keyframes ringing {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ringing {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.KitProdPrice h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

#price_calculator .bootstrap-select.dropdown .dropdown-menu {
  z-index: 999 !important;
}

@media only screen and (min-width: 640px) {
  .product-slick-slider.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .product-box .hover-box-shadow .card-footer, .product-box .product-hover-none .card-footer {
    display: block;
  }
  .ProductlistCategoryWise .product-box .hover-box-shadow .card-footer, .ProductlistCategoryWise .product-box .product-hover-none .card-footer {
    display: block;
  }
  .navbar .navbar-brand {
    max-width: 90px;
  }
  .hover-box-shadow, .product-hover-none {
    background: #f7f7f7;
  }
  .hover-box-shadow .card-body .card-title, .product-hover-none .card-body .card-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
  .Popular_Product #popular-product .product-box .card .card-body .card-title, .Popular_Product.product-slick-slider .product-box .card .card-body .card-title, #related-product #popular-product .product-box .card .card-body .card-title, #related-product.product-slick-slider .product-box .card .card-body .card-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
  .Popular_Product #popular-product .product-box .card .bottom_right, .Popular_Product.product-slick-slider .product-box .card .bottom_right, #related-product #popular-product .product-box .card .bottom_right, #related-product.product-slick-slider .product-box .card .bottom_right {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
  .Category_Banner .card .card-body .list-group {
    max-height: 145px;
  }
  .home_page_body .body-container {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .Start_With_Design .Home_Header p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .top-header .mob-cart i, .navbar .mob-cart i {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .popover.show {
    max-width: 530px !important;
  }
  .Category_Banner .card .dropdown-menu {
    position: static !important;
    transform: none !important;
    display: block;
  }
  .Category_Banner .card .card-header {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .Category_Banner .card .card-header .card-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
@media only screen and (min-width: 800px) {
  .footer-content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  .footer-content .fotter_bottom .bottom-links .list-inline-item a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  .delivery_options .custom-radio label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
  .delivery_options .custom-radio label .delivery_text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
  .cart-price-block li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  .product-box .card .bottom_right strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
  }
  .bootstrap-select > .dropdown-toggle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
  }
  .cart_section .page-section-header h5, #cart_detail .page-section-header h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  .cart_section .table thead th, #cart_detail .table thead th {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  .click_collect_class h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
  #localpickup_methods .custom-radio .custom-control-label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  #price_calculator label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
  }
  #product-info .help_templates {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  #pro-disc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  .price_table th, .price_table td {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  .price_table .template_price {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
  }
  #price_calculator .card-header .card-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  .before_login h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .search-toggle {
    right: 50px;
  }
  .search-toggle .twitter-typeahead {
    width: 100%;
  }
  .Start_With_Design .Home_Header p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .Start_With_Design .card .card-body h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .CMS_Middle_Section p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
  }
  .New_Promotional .Home_Header h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
  .New_Promotional .Home_Header p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
  }
  .New_Promotional .page-sub-header p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .New_Promotional .Promo_Price span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
  }
  #ResourceHub .card .card-body h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
  }
  #ResourceHub .card .card-body p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  .delivery_options_price .delivery_type h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .delivery_options_price .delivery_type h5 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .delivery_options_price .post_type h6, .delivery_options_price .post_type .estimate_price {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #product_images .carousel-thumbs .SmallThumb, .kit_product_info .carousel-thumbs .SmallThumb {
    width: 120px;
    height: 120px;
  }
  .Home_Header h2, .Home_Header h3, .Home_Header h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
  .page-sub-header-md h2, .page-sub-header-md h3, .page-sub-header-md h4, .page-sub-header h2, .page-sub-header h3, .page-sub-header h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
  }
  .page-sub-header-sm h2, .page-sub-header-sm h3, .page-sub-header-sm h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
  .delevery_address h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
  .shipping_payment_section .page-sub-header h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
  #faq_details_block .Home_Header p, #faq_details .Home_Header p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
  #faq_details_block .card .card-header a, #faq_details .card .card-header a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .page-header h1, .page-header h2, .page-header h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
  }
  .Company_Satisfaction .media {
    max-width: 345px;
  }
  .Footer_Punchline h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
  }
  .Footer_Punchline h2 strong {
    display: inline-block;
  }
  .Stocks_Explained .Inner_Stocks h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
  }
  .carousel-caption {
    padding: 0;
  }
  .carousel-caption h1 {
    font-size: 56px;
    font-size: 3.5rem;
    padding: 0;
    line-height: 60px;
    letter-spacing: -1px;
  }
  .carousel-caption p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .Category_Banner .card .card-body .list-group {
    max-height: 265px;
  }
  .navbar .navbar-collapse .navbar-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
    text-align: center;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.custom_megamenu .dropdown-toggle, .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-toggle {
    padding-left: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.custom_megamenu .dropdown-menu h3, .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-menu h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.custom_megamenu .dropdown-menu .list-unstyled, .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-menu .list-unstyled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    max-height: 285px;
    overflow-x: auto;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.custom_megamenu .dropdown-menu .list-unstyled li, .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-menu .list-unstyled li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media only screen and (min-width: 1300px) {
  .top-header .navbar-brand {
    max-width: 123px;
  }
  .top-header .top-links li a {
    padding: 0 1rem;
  }
  .container {
    max-width: 1200px;
  }
  .search_dynamic .header-search {
    width: 250px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
    padding: 1.2rem 1rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link:after {
    display: none;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.custom_megamenu .dropdown-menu .list-unstyled li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-toggle:before {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .container, .container-sm, .container-md {
    max-width: 100%;
  }
  .navbar .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .navbar .navbar-collapse {
    margin-top: 0.5rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: none;
    background: #ffffff;
    transition: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: wrap;
    height: 40vh !important;
  }
  .navbar .navbar-collapse .navbar-nav {
    background: #ffffff;
    width: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid #D5D9D8;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
    padding: 0.8rem 1rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link:hover, .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link:focus {
    background: transparent;
    color: #00C4CC !important;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link::before {
    display: none;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle:after {
    top: 20px;
    right: 15px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item.active > .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item.show > .nav-link {
    background: transparent;
    color: #00C4CC !important;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background: transparent;
    border: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li {
    background: transparent;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
    background: transparent;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item:after {
    content: "\f107";
    top: 10px;
    right: 15px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-item, .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.active .dropdown-item {
    background: transparent;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-item:after, .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li.active .dropdown-item:after {
    content: "\f106";
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    background: transparent;
    margin-top: 0 !important;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.lang-contact .bootstrap-select .btn {
    color: #041E42;
    font-weight: 500;
    padding: 0.8rem 1rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.lang-contact .bootstrap-select .btn:hover, .navbar .navbar-collapse .navbar-nav .nav-item.lang-contact .bootstrap-select .btn:focus {
    color: #00C4CC;
    background: transparent;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar .navbar-bg-outside {
    transition: none;
    top: 30%;
  }
  .User_Welcome .navbar-text .dropdown-toggle::after {
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  .btn-primary, .btn-info, .btn-secondary, .btn-success {
    padding: 0.5rem 0.8rem;
    font-size: 14px;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link > .nav-link.dropdown-toggle:after, .navbar .navbar-collapse .navbar-nav .nav-item.custom_megamenu > .nav-link.dropdown-toggle:after {
    top: 0;
    right: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.redirect_link .dropdown-menu .list-unstyled li a, .navbar .navbar-collapse .navbar-nav .nav-item.custom_megamenu .dropdown-menu .list-unstyled li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .navbar .navbar-collapse {
    height: 80vh !important;
  }
  .navbar .navbar-brand img {
    max-width: 80px;
  }
  .Book_Now a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .popup_page_inner .page-header h1, .popup_page_inner .page-header h2, .popup_page_inner .page-header h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
  .store_list .display_map_add .map-body .store_name h5 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
  .store_list .display_map_add .map-body .store_add {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
  .KitProdPrice h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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