@charset "UTF-8";
/*Fonts path*/
/*Fonts path end*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Filter *******************/
/*************** Media Query *******************/
/* Branding Theme CSS For All Themes */
.zoom:hover {
  background: #4ba6dd;
  background: rgba(75, 166, 221, 0.75);
}

/***** Header tag CSS *****/
.page-header {
  color: #a3238e;
}
.page-header h1 small {
  color: #6c757d !important;
}

.page-section-header {
  color: #4ba6dd;
}
.page-section-header span {
  color: #333333;
}

.page-sub-header {
  color: #333333;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
}

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

.card-title a.btn-link {
  color: #a3238e;
}
.card-title a.btn-link:hover {
  color: #4ba6dd;
}

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

/***** Button ******/
.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: normal;
  font-family: "nunitosemibold", sans-serif;
}
.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.btn-sm {
  padding: 0.25rem 0.5rem;
}

.btn-primary {
  background: #4ba6dd;
  border-color: #4ba6dd;
}
.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: #278fce;
  border-color: #278fce;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #4ba6dd;
  border-color: #4ba6dd;
  color: #ffffff;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

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

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

.btn-success {
  background: #4ba6dd;
  border-color: #4ba6dd;
}
.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: #278fce;
  border-color: #278fce;
}
.btn-success.disabled, .btn-success:disabled {
  background: #4ba6dd;
  border-color: #4ba6dd;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

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

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

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

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

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

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

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

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

#loading-text {
  color: #000000;
}

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

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

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

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

.badge-info {
  background: #a3238e;
  font-weight: normal;
}

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

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

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

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

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

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

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

.bootstrap-select .dropdown-menu li {
  line-height: 26px;
}
.bootstrap-select .dropdown-menu li.active small, .bootstrap-select .dropdown-menu li:hover small {
  color: #a3238e !important;
}
.bootstrap-select .dropdown-menu li a .check-mark {
  top: 8px !important;
}
.bootstrap-select .dropdown-toggle {
  line-height: 26px;
}
.bootstrap-select .dropdown-toggle small {
  color: #a3238e !important;
}

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

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

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

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

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

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

.account_dashboard_box h4 {
  color: #a3238e;
}

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

/***** Fonts *****/
@font-face {
  font-family: "varela_roundregular";
  src: url("../fonts/varelaround-regular-webfont.woff2") format("woff2"), url("../fonts/varelaround-regular-webfont.woff") format("woff");
  font-display: fallback;
}
@font-face {
  font-family: "ops";
  src: url("../fonts/ops.eot?vr8cha");
  src: url("../fonts/ops.eot?vr8cha#iefix") format("embedded-opentype"), url("../fonts/ops.ttf?vr8cha") format("truetype"), url("../fonts/ops.woff?vr8cha") format("woff"), url("../fonts/ops.svg?vr8cha#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ops" !important;
  speak: none;
  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-svg_Shipping .path1:before {
  content: "";
  color: #666666;
}

.icon-svg_Shipping .path2:before {
  content: "";
  margin-left: -1em;
  color: #666666;
}

.icon-svg_Service .path1:before {
  content: "";
  color: #666666;
}

.icon-svg_Service .path2:before {
  content: "";
  margin-left: -1em;
  color: #666666;
}

.icon-svg_Ordering .path1:before {
  content: "";
  color: #666666;
}

.icon-svg_Ordering .path2:before {
  content: "";
  margin-left: -1em;
  color: #666666;
}

.icon-svg_customer-care .path1:before {
  content: "";
  color: #666666;
}

.icon-svg_customer-care .path2:before {
  content: "";
  margin-left: -1em;
  color: #666666;
}

/***** Reset CSS *****/
body {
  color: #666666;
  background: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "varela_roundregular", sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  color: #333333;
}

h1,
.h1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "varela_roundregular", sans-serif;
  color: #333333;
}

h2,
.h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "varela_roundregular", sans-serif;
  color: #333333;
}

h3,
.h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "varela_roundregular", sans-serif;
  color: #333333;
}

.page-header h2,
.page-header h1,
.page-header h3 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "varela_roundregular", sans-serif;
  background: transparent;
  z-index: 9;
  color: #000000;
}
.page-header h2 small,
.page-header h1 small,
.page-header h3 small {
  font-size: 65%;
  font-family: "varela_roundregular", sans-serif;
}
.page-header h2 a,
.page-header h1 a,
.page-header h3 a {
  text-transform: capitalize;
}
.page-header .btn-link {
  vertical-align: top;
  font-family: "varela_roundregular", sans-serif;
}

b,
strong {
  font-weight: normal !important;
  font-family: "varela_roundregular", sans-serif !important;
}

.btn-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.btn {
  line-height: 1;
}
.btn.btn-sm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-family: "varela_roundregular", sans-serif;
}

.card .card-header {
  background-color: #f7f7f7;
}
.card .card-header .card-title {
  color: #333333;
}

#shopping_accordion .card-header {
  background-color: #f7f7f7;
}

.main_title {
  text-align: center;
}
.main_title h2 {
  position: relative;
  padding-bottom: 0.625rem;
  font-size: 22px;
  font-size: 1.375rem;
}
.main_title h2:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #a3238e;
  margin: 0 auto;
}

/*****Product Category CSS *****/
.accordion-menu .list-group-item > a,
.accordion .list-group-item > a {
  position: relative;
  color: #000000 !important;
  font-size: 16px;
  font-size: 1rem;
}
.accordion-menu .list-group-item > a:after,
.accordion .list-group-item > a:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 6 Pro";
  right: 10px;
}
.accordion-menu .list-group-item > a[aria-expanded=true]:after,
.accordion .list-group-item > a[aria-expanded=true]:after {
  content: "";
}
.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: #4ba6dd !important;
}
.accordion-menu .list-group-item .list-unstyled,
.accordion .list-group-item .list-unstyled {
  margin-bottom: 0.5rem;
}
.accordion-menu .list-group-item .list-unstyled li,
.accordion .list-group-item .list-unstyled li {
  padding-left: 0.5rem;
}

#templatelist > .row > .col-md-4 .card {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#templatelist > .row > .col-md-4 .card .card-header {
  position: relative;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#templatelist > .row > .col-md-4 .card .card-header .card-title {
  font-family: "varela_roundregular", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
#templatelist > .row > .col-md-4 .card .card-body .custom-control {
  margin-left: 0.3rem;
}

.sidebar .facebook_login {
  margin-bottom: 1rem;
}
.sidebar .card {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
}
.sidebar .card .card-header {
  position: relative;
  background-color: #fff;
  border: 0;
}
.sidebar .card .card-header:after {
  content: " ";
  display: block;
  position: absolute;
  left: -12px;
  bottom: 0;
  top: 18px;
  width: 35px;
  height: 3px;
  background: #dee2e6;
  border-left: 6px solid #4ba6dd;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar .card .card-header .card-title {
  font-family: "varela_roundregular", sans-serif;
  color: #4ba6dd;
}
.sidebar .card .card-body {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.sidebar .card#verticalmenu_sidebar .card-body {
  padding: 0 !important;
}
.sidebar .card#myaccount_sidebar .card-body {
  padding: 1rem !important;
}
.sidebar .card#togglemenu_sidebar .list-group-item {
  border-left: 0;
  border-right: 0;
  background: transparent;
}
.sidebar .list-group-item ul li a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666 !important;
}
.sidebar .list-group-item ul li a:before {
  top: 3px !important;
}
.sidebar .list-group-item ul li:hover > a, .sidebar .list-group-item ul li.active > a {
  color: #4ba6dd !important;
}
.sidebar #login_sidebar .google_login {
  margin-top: 1rem;
  padding: 0;
}

#straightmenu .list-group .list-group-item > a {
  color: #666666 !important;
}
#straightmenu .list-group .list-group-item > a:not(.all-product) {
  padding: 0.2rem 0 0.2rem 1.1rem;
  font-size: 97%;
}
#straightmenu .list-group .list-group-item > a:not(.all-product):before {
  top: 4px;
}
#straightmenu .list-group .list-group-item > a.all-product {
  font-size: 16px;
  font-size: 1rem;
  font-family: "varela_roundregular", sans-serif;
  color: #000000 !important;
}
#straightmenu .list-group .list-group-item > a:hover {
  color: #4ba6dd !important;
}
#straightmenu .list-group .list-group-item .list-unstyled {
  padding-left: 0.5rem;
}
#straightmenu .list-group .list-group-item .list-unstyled li a {
  font-size: 14px;
  font-size: 0.875rem;
}
#straightmenu .list-group .list-group-item .list-unstyled li.active > a, #straightmenu .list-group .list-group-item .list-unstyled li:hover > a {
  color: #4ba6dd !important;
}
#straightmenu .list-group.list-group-flush {
  padding: 0.8rem 0;
}
#straightmenu .list-group.list-group-flush li:not(.list-group-item) {
  line-height: 1;
}
#straightmenu .list-group.list-group-flush li:not(.list-group-item) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #555 !important;
}
#straightmenu .list-group.list-group-flush li:not(.list-group-item) a:hover {
  color: #4ba6dd !important;
}
#straightmenu .list-group.list-group-flush li:not(.list-group-item) a .badge {
  float: none !important;
  margin-left: 0.3rem;
}

/***** vertical menu ******/
#cssmenu .list-group-item > a {
  color: #000000 !important;
}
#cssmenu .list-group-item > ul li:hover > a {
  color: #4ba6dd !important;
  padding-left: 1.5rem;
}
#cssmenu .list-group-item > ul li.active a {
  color: #4ba6dd !important;
  padding-left: 1.5rem;
}
#cssmenu .list-group-item:hover > a {
  color: #4ba6dd !important;
}

/** price calculator css ***/
#price_calculator .card-header {
  margin-bottom: 1rem !important;
}
#price_calculator #producttotalprice {
  color: #a3238e !important;
}
#price_calculator label {
  color: #000000;
  margin-bottom: 0;
}

#product-info #related-product {
  margin-top: 1rem;
}
#product-info .actionbtn {
  background: #a3238e;
  border-color: #a3238e;
  color: #000000;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
#product-info .actionbtn:hover, #product-info .actionbtn:focus, #product-info .actionbtn:not(:disabled):not(.disabled):active, #product-info .actionbtn:not(:disabled):not(.disabled).active, #product-info .actionbtn:not(:disabled):not(.disabled):active:focus {
  background: #b828a0;
  background: #b828a0;
  color: #000000;
}
#product-info .actionbtn.disabled, #product-info .actionbtn:disabled {
  background: #a3238e;
  border-color: #a3238e;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #000000;
}

/***** Top menu CSS******/
.navbar {
  z-index: 999;
  background: #ffffff;
}
.navbar .navbar-nav {
  margin-right: auto !important;
}
.navbar .navbar-nav .nav-item > .nav-link {
  color: #333333 !important;
  border-top: 1px solid transparent;
  padding: 0.9rem;
  position: relative;
  font-family: "varela_roundregular", sans-serif;
  margin-right: 1px;
  line-height: 1;
}
.navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #4ba6dd !important;
}
.navbar .navbar-nav .nav-item.show > .nav-link {
  color: #4ba6dd !important;
  background: #ffffff;
  border-color: #4ba6dd;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  background: #fff;
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item {
  padding-left: 1.5rem;
  position: relative;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu > .dropdown-item {
  padding-left: 2.5rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu .dropdown-menu li > .dropdown-item {
  padding-left: 3.5rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5rem 0.8rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover {
  border-color: #4ba6dd;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item {
  color: #4ba6dd !important;
  background: #ffffff;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:after {
  color: #4ba6dd;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:before {
  background-color: #4ba6dd;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  top: 1px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
  background: transparent;
  padding: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li ul .dropdown-item {
  padding-left: 2rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a {
  color: #a3238e !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav {
  padding: 1rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li > a {
  padding: 0.2rem 0.8rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li > a:focus {
  background: transparent;
  color: #a3238e !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li > a:before {
  display: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li:hover > a {
  background: transparent;
  color: #4ba6dd !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li:hover > a strong {
  color: #4ba6dd !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .flex-column li .dropdown-item:before {
  display: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu img {
  max-width: 100%;
  height: auto;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a {
  background: #fff;
  color: #4ba6dd !important;
  border-right: 0;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a:after, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a:after {
  color: #4ba6dd;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a:before, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a:before {
  top: 50%;
  right: unset;
  bottom: unset;
  width: 2px;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #fff;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
  border: 0;
  padding: 0.2rem 0.5rem !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
  color: #4ba6dd !important;
  background: transparent;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu a:before {
  display: none;
}
.navbar .navbar-nav .nav-item:last-child .nav-link:before {
  display: none;
}

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

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

#product_price h4,
#faq_details h4 {
  color: #4ba6dd !important;
}

.slick-next {
  right: -10px;
}

.slick-prev {
  left: -10px;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #4ba6dd;
}
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0.1rem;
}

.treeview li .act {
  color: #4ba6dd !important;
}
.treeview li a:hover {
  color: #4ba6dd !important;
}

#category_list a:hover, #category_list a.act {
  color: #4ba6dd;
}

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

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

/***** Action Button CSS *****/
#action-btn .page-sub-header {
  margin-bottom: 1rem;
}

.browse_design,
.upload_design,
.custom_design,
.hire_designer,
.quote_product {
  -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;
  border-width: 0 !important;
  position: relative;
  margin: 1.188rem 0 !important;
}
.browse_design a,
.upload_design a,
.custom_design a,
.hire_designer a,
.quote_product a {
  padding: 0.1rem 1rem 0.1rem 0 !important;
  margin-left: 1rem;
  position: relative;
  z-index: 9;
  background: #cce6f5;
  color: #a3238e !important;
}
.browse_design a span,
.upload_design a span,
.custom_design a span,
.hire_designer a span,
.quote_product a span {
  -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;
}
.browse_design a:before,
.upload_design a:before,
.custom_design a:before,
.hire_designer a:before,
.quote_product a:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #cce6f5;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: -1;
}
.browse_design i,
.upload_design i,
.custom_design i,
.hire_designer i,
.quote_product i {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  line-height: 80px;
  background: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  margin-left: -4px;
}
.browse_design:hover a .media-body span,
.upload_design:hover a .media-body span,
.custom_design:hover a .media-body span,
.hire_designer:hover a .media-body span,
.quote_product:hover a .media-body span {
  color: #4ba6dd;
}

.allbtn a:hover {
  color: #4ba6dd !important;
}

.btn-title-text.browse_design, .btn-title-text.upload_design, .btn-title-text.custom_design, .btn-title-text.quote_product, .btn-title-text.hire_designer {
  padding: 0 !important;
  margin: 0.5rem 0 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: transparent !important;
}
.btn-title-text.browse_design:hover, .btn-title-text.upload_design:hover, .btn-title-text.custom_design:hover, .btn-title-text.quote_product:hover, .btn-title-text.hire_designer:hover {
  -webkit-box-shadow: 0 0 0px 0px #73797D;
  -moz-box-shadow: 0 0 0px 0px #73797D;
  box-shadow: 0 0 0px 0px #73797D;
}
.btn-title-text.browse_design a, .btn-title-text.upload_design a, .btn-title-text.custom_design a, .btn-title-text.quote_product a, .btn-title-text.hire_designer a {
  padding: 0.5rem 1rem !important;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn-title-text.browse_design a:before, .btn-title-text.upload_design a:before, .btn-title-text.custom_design a:before, .btn-title-text.quote_product a:before, .btn-title-text.hire_designer a:before {
  display: none;
}
.btn-title-text.browse_design a:hover a, .btn-title-text.upload_design a:hover a, .btn-title-text.custom_design a:hover a, .btn-title-text.quote_product a:hover a, .btn-title-text.hire_designer a:hover a {
  -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.browse_design i, .btn-title-text.upload_design i, .btn-title-text.custom_design i, .btn-title-text.quote_product i, .btn-title-text.hire_designer i {
  width: auto;
  height: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  line-height: 1.4;
  background: transparent;
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text.browse_design a {
  background: #4ba6dd !important;
  border-color: #4ba6dd;
}
.btn-title-text.browse_design a .h4,
.btn-title-text.browse_design a i {
  color: #ffffff !important;
}
.btn-title-text.browse_design:hover a {
  background: transparent !important;
}
.btn-title-text.browse_design:hover a .h4,
.btn-title-text.browse_design:hover a i {
  color: #4ba6dd !important;
}
.btn-title-text.upload_design a {
  background: #000000 !important;
  border-color: #000000;
}
.btn-title-text.upload_design a .h4,
.btn-title-text.upload_design a i {
  color: #ffffff !important;
}
.btn-title-text.upload_design:hover a {
  background: transparent !important;
}
.btn-title-text.upload_design:hover a .h4,
.btn-title-text.upload_design:hover a i {
  color: #000000 !important;
}
.btn-title-text.custom_design a {
  background: #000000 !important;
  border-color: #000000;
}
.btn-title-text.custom_design a .h4,
.btn-title-text.custom_design a i {
  color: #ffffff !important;
}
.btn-title-text.custom_design:hover a {
  background: transparent !important;
}
.btn-title-text.custom_design:hover a .h4,
.btn-title-text.custom_design:hover a i {
  color: #000000 !important;
}
.btn-title-text.hire_designer a {
  background: #a3238e !important;
  border-color: #a3238e;
}
.btn-title-text.hire_designer a .h4,
.btn-title-text.hire_designer a i {
  color: #ffffff !important;
}
.btn-title-text.hire_designer:hover a {
  background: transparent !important;
}
.btn-title-text.hire_designer:hover a .h4,
.btn-title-text.hire_designer:hover a i {
  color: #a3238e !important;
}
.btn-title-text.quote_product a {
  background: #4ba6dd !important;
  border-color: #4ba6dd;
}
.btn-title-text.quote_product a .h4 {
  color: #ffffff !important;
}
.btn-title-text.quote_product:hover a {
  background: transparent !important;
  border-color: #4ba6dd;
}
.btn-title-text.quote_product:hover a .h4 {
  color: #4ba6dd !important;
}

/***** Product Hover Effact CSS *****/
.flip3d {
  background: #fafafa;
}
.flip3d .card-header {
  background: #4ba6dd;
  padding: 0.8rem 1rem !important;
}
.flip3d .card-header h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-family: "varela_roundregular", sans-serif;
}
.flip3d .card-header a:hover h3 {
  color: rgba(255, 255, 255, 0.8);
}
.flip3d .card-body .face {
  text-align: center;
}
.flip3d .card-body .face img {
  max-width: 250px;
  width: 100%;
}

.product-box .card .card-body .card-title {
  color: #333333 !important;
  font-family: "varela_roundregular", sans-serif;
}
.product-box .card .card-body .card-text {
  color: #666666;
}
.product-box .card .card-body .card-text strong {
  color: #666666;
  display: block;
  font-family: "varela_roundregular", sans-serif;
}
.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 {
  border-color: #4ba6dd;
}
.product-box .card.slide-hover .card-body .card-text {
  background: #4ba6dd;
  background: rgba(75, 166, 221, 0.8);
}
.product-box .card.slide-hover .card-body .card-title {
  background: #4ba6dd !important;
  color: #ffffff !important;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.product-box .card.slide-hover .card-body .card-title:after {
  background: #2995d7;
  padding: 1rem;
  line-height: 1;
}
.product-box .card.slide-hover .card-body .btn {
  color: #ffffff;
}
.product-box .card.slideup:hover {
  border-color: #4ba6dd;
}
.product-box .card.slideup .card-body {
  background: #4ba6dd !important;
}
.product-box .card.slideup .card-body .card-title {
  color: #ffffff !important;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-family: "varela_roundregular", sans-serif;
}
.product-box .card.flip3d .card-header {
  border: 0;
}
.product-box .card.hover-box-shadow {
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  border: 0;
}
.product-box .card.hover-box-shadow .thumbnail {
  -webkit-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
  background: #fff;
}
.product-box .card.hover-box-shadow .card-body {
  padding: 0.938rem 0.625rem 0 !important;
}
.product-box .card.hover-box-shadow .card-body .card-title {
  color: #000000 !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "varela_roundregular", sans-serif;
}
.product-box .card.hover-box-shadow .card-body .card-text {
  display: none;
}
.product-box .card.hover-box-shadow .card-footer {
  display: none !important;
}

/**** Nav Tabs CSS *****/
#InfoTab .nav-tabs {
  background: #fff;
  border-bottom-color: rgba(75, 166, 221, 0.3);
}
#InfoTab .nav-tabs .nav-item .nav-link {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding: 0.8rem 1rem;
  -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;
  position: relative;
  border-bottom: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden;
  z-index: 1;
  border-color: transparent;
}
#InfoTab .nav-tabs .nav-item .nav-link:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cce6f5;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: -1;
}
#InfoTab .nav-tabs .nav-item .nav-link.active, #InfoTab .nav-tabs .nav-item .nav-link:hover {
  color: #4ba6dd;
}
#InfoTab .nav-tabs .nav-item .nav-link.active {
  font-family: "varela_roundregular", sans-serif;
  border-color: rgba(75, 166, 221, 0.3);
}
#InfoTab .nav-tabs .nav-item .nav-link.active:after {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#InfoTab .tab-content {
  border: 1px solid rgba(75, 166, 221, 0.3);
  border-top: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.nav-customtabs {
  border: 0 !important;
}
.nav-customtabs li .nav-link {
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
}
.nav-customtabs li .nav-link.active, .nav-customtabs li .nav-link:hover {
  color: #a3238e;
}
.nav-customtabs li .nav-link.active:after, .nav-customtabs li .nav-link:hover:after {
  background: #a3238e;
  width: 50%;
  margin: 0 auto;
}
.nav-customtabs li .nav-link.active {
  font-family: "varela_roundregular", sans-serif;
}

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

/***** other content CSS *****/
.body-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.search-toggle {
  z-index: 9;
}

.home_page_body .middle_content {
  background-color: #f7f7f7;
}
.home_page_body .middle_content .body-container {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.home_page_body .sidebar .card-header {
  background-color: #f7f7f7;
}

/***** my account menu ******/
#myaccount_menu li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #555 !important;
}
#myaccount_menu li.active a, #myaccount_menu li:hover a {
  color: #4ba6dd !important;
}

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

/***** Top Header CSS  *****/
.top-header {
  position: relative;
  padding: 1.625rem 0;
}
.top-header .bootstrap-select {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}
.top-header .bootstrap-select .dropdown-menu {
  z-index: 9999 !important;
}
.top-header .bootstrap-select > .dropdown-toggle {
  padding: 0 0.75rem;
  height: 37px;
  max-height: 37px;
  line-height: 37px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.top-header .top_header a {
  color: #333333;
  font-family: "varela_roundregular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 0.5rem;
}
.top-header .top_header a i {
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 0.625rem;
}
.top-header .top_header a .text-call {
  color: #4ba6dd;
}
.top-header .top_header a .text-bold {
  font-size: 13px;
  font-size: 0.8125rem;
}
.top-header .top_header a:hover {
  color: #a3238e;
}
.top-header .top_header a:hover .text-call {
  color: #a3238e;
}
.top-header .top-links li {
  margin: 0;
  padding-left: 0.5rem;
  vertical-align: middle;
}
.top-header .top-links li .navbar-text {
  color: #333333;
}
.top-header .top-links li .navbar-text a {
  /*padding: 0 0.5rem;*/
}
.top-header .top-links li a {
  color: #333333;
  font-family: "varela_roundregular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.top-header .top-links li a span {
  color: #4ba6dd;
}
.top-header .top-links li a i {
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 0.625rem;
}
.top-header .top-links li a .text-call {
  color: #4ba6dd;
}
.top-header .top-links li a .text-bold {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
}
.top-header .top-links li a .badge {
  position: absolute;
  bottom: -5px;
  left: 7px;
  padding: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
}
.top-header .top-links li a:hover {
  color: #a3238e !important;
}
.top-header .top-links li a:hover span {
  color: #a3238e;
}
.top-header .top-links li a:hover .text-call {
  color: #a3238e;
}
.top-header .top-links li:first-child {
  padding-left: 0;
}
.top-header .top-links li .logout-dropdown a {
  padding: 0.4rem 1rem !important;
}
.top-header .top-links li .logout-dropdown a i {
  font-size: 16px;
  font-size: 1rem;
}
.top-header .navbar-brand {
  margin-top: 0 !important;
  max-width: 150px;
}
.top-header .Contact_Info_Top {
  margin-right: 1rem;
}

/***** My Account  *****/
.my_account .navbar-cart {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  background: #ffffff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #4ba6dd;
  text-align: center;
  margin-left: 0.5rem;
  -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;
}
.my_account .navbar-cart .badge {
  position: absolute;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 10px;
  font-size: 0.625rem;
  bottom: 0px;
  right: -4px;
  width: 14px;
  height: 14px;
  line-height: 10px;
}
.my_account .navbar-cart:hover {
  border-color: #ffffff;
  background: #4ba6dd;
  color: #ffffff;
}

/***** Header Search  *****/
.header-search .twitter-typeahead {
  width: 100%;
}
.header-search .twitter-typeahead .typeahead {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-color: #ccc;
  height: 39px;
}
.header-search .twitter-typeahead:after {
  color: #333333;
  padding: 0;
  width: 40px;
  right: 4px;
  line-height: 2;
  font-size: 18px;
  font-size: 1.125rem;
}

/*** top banner css***/
#top-banner {
  display: block !important;
}
#top-banner .slick-arrow i {
  color: rgba(0, 0, 0, 0.6);
}

/* CMS Header*/
.header-content .services_resources {
  padding: 3rem 0 2rem;
}
.header-content .services_resources .service_box span {
  font-size: 50px;
  font-size: 3.125rem;
}
.header-content .services_resources .service_box span .path1:before,
.header-content .services_resources .service_box span .path2:before {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.header-content .services_resources .service_box h3 {
  margin: 1rem 0 1rem;
  color: #000000;
}
.header-content .services_resources .service_box p {
  margin: 0;
}
.header-content .services_resources .service_box:hover span .path1:before,
.header-content .services_resources .service_box:hover span .path2:before {
  color: #a3238e;
  -moz-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

/*** middle footer css**/
.personalize_products {
  padding: 3.125rem 0;
}
.personalize_products .personalize-box .card .thumbnail {
  -webkit-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.07);
}
.personalize_products .personalize-box .card .thumbnail img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.personalize_products .personalize-box .card .card-body {
  padding: 0.938rem 0.938rem 0 !important;
}
.personalize_products .personalize-box .card .card-body h3 {
  color: #000000 !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "varela_roundregular", sans-serif;
}
.personalize_products .personalize-box:hover .thumbnail img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.personalize_products .btn {
  padding: 0.625rem 0.938rem;
}

.we_can_section {
  padding: 3.125rem 0 2.5rem;
  background-color: rgba(163, 35, 142, 0.1);
}
.we_can_section .card {
  -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;
}
.we_can_section .card .thumbnail:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.we_can_section .card .thumbnail img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.we_can_section .card h3 {
  font-family: "varela_roundregular", sans-serif;
  color: #000000;
}
.we_can_section .card:hover img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.we_can_section .card:hover {
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.45);
}

.client_testimonial_section {
  padding: 3.125rem 0 2.5rem;
}
.client_testimonial_section .testimonial_text {
  padding: 0.938rem 0.938rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
}
.client_testimonial_section .testimonial_text:after {
  content: " ";
  display: block;
  position: absolute;
  background-image: url(../images/slant.png);
  background-size: cover;
  bottom: 10px;
  left: 16px;
  width: 24px;
  height: 31px;
}
.client_testimonial_section small {
  font-family: "varela_roundregular", sans-serif;
  color: #333333;
  padding-top: 1.25rem;
  display: block;
  padding-left: 3.125rem;
  position: relative;
}
.client_testimonial_section small:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #4ba6dd;
  display: block;
  position: absolute;
  top: 26px;
  left: 35px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.partner_section {
  padding: 3.125rem 0;
}
.partner_section .partner_logo div {
  margin: 0 auto;
}
.partner_section .partner_logo div img {
  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;
}
.partner_section .partner_logo div img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partner_section .partner_logo .slick-dots {
  display: none !important;
}
.partner_section .partner_logo .slick-arrow {
  display: block !important;
  z-index: 1;
}
.partner_section .partner_logo .slick-arrow.slick-prev:before, .partner_section .partner_logo .slick-arrow.slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 0.2;
  color: #4ba6dd;
  opacity: 1;
  font-weight: 300;
}
.partner_section .partner_logo .slick-arrow.slick-prev {
  left: 0;
}
.partner_section .partner_logo .slick-arrow.slick-prev:before {
  content: "";
}
.partner_section .partner_logo .slick-arrow.slick-next {
  right: 0;
}
.partner_section .partner_logo .slick-arrow.slick-next:before {
  content: "";
}
.partner_section .partner_logo .slick-arrow:hover.slick-prev:before, .partner_section .partner_logo .slick-arrow:hover.slick-next:before {
  color: #a3238e;
}

.subscribe_section {
  padding: 3.125rem 0;
  background: url(../images/subscribe_banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (min-width: 1248px) {
  .subscribe_section {
    padding: 4.063rem 0;
  }
}
.subscribe_section h2 {
  color: #333333;
  font-family: "varela_roundregular", sans-serif;
}
.subscribe_section h3 {
  margin: 0.938rem 0;
  line-height: 1;
}
.subscribe_section .btn {
  margin-top: 0.625rem;
  padding: 0.625rem 0.938rem;
}

/** middle footer css end ***/
/*Footer CSS*/
.footer-content .footer_bottom {
  background-color: #181b1b;
  padding: 3.75rem 0 1.4rem;
}
.footer-content .footer_bottom h3 {
  font-family: "varela_roundregular", sans-serif !important;
  margin-bottom: 0.8rem;
  color: #fff;
}
.footer-content .footer_bottom ul {
  list-style: none;
  padding: 0;
}
.footer-content .footer_bottom ul li {
  display: block;
  padding: 0;
}
.footer-content .footer_bottom ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "varela_roundregular", sans-serif !important;
  padding-bottom: 0.6rem;
  display: inline-block;
}
.footer-content .footer_bottom ul li a:hover, .footer-content .footer_bottom ul li a.active {
  color: #ffffff;
}
.footer-content .footer_bottom .subscribe_sidebar {
  margin-top: 1.125rem;
}
.footer-content .footer_bottom .subscribe_sidebar .card .card-body {
  padding: 0;
}
.footer-content .footer_bottom .subscribe_sidebar .card .card-body .input-group {
  max-width: 100%;
}
.footer-content .footer_bottom .subscribe_sidebar .card .card-body .btn {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.6rem 0.75rem 0.5rem;
}
.footer-content .seprator-bg {
  background: #181b1b;
}
.footer-content .seprator-bg .border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.footer-content .footer_links > ul > li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.footer-content .footer_links ul li a span b {
  color: #fff;
}

footer {
  background-color: #181b1b;
  padding: 1.4rem 0;
}
footer .social li {
  display: inline-block;
}
footer .social li a {
  display: inline-block;
  position: relative;
  margin: 0 0.5rem;
}
footer .social li a:before {
  content: " ";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: block;
  background: transparent;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 265ms ease-out;
  -moz-transition: all 265ms ease-out;
  -ms-transition: all 265ms ease-out;
  -o-transition: all 265ms ease-out;
  transition: all 265ms ease-out;
}
footer .social li a i {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 11px;
  left: 0px;
  right: 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: all 265ms ease-out;
  -moz-transition: all 265ms ease-out;
  -ms-transition: all 265ms ease-out;
  -o-transition: all 265ms ease-out;
  transition: all 265ms ease-out;
}
footer .social li a:hover:before {
  background: #fff;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 265ms ease-in;
  -moz-transition: all 265ms ease-in;
  -ms-transition: all 265ms ease-in;
  -o-transition: all 265ms ease-in;
  transition: all 265ms ease-in;
}
footer .social li a:hover i {
  color: #4ba6dd;
  transition: all 265ms ease-in;
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 265ms ease-in;
  -moz-transition: all 265ms ease-in;
  -ms-transition: all 265ms ease-in;
  -o-transition: all 265ms ease-in;
  transition: all 265ms ease-in;
}
footer p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "varela_roundregular", sans-serif !important;
  color: rgba(255, 255, 255, 0.7);
}
footer p a {
  color: #a3238e;
}
footer p a:hover {
  color: #4ba6dd;
}

#sitemap ul li a:hover {
  color: #a3238e;
}

#faq_details .card-title a,
#product_price_with_category .card-title a,
.code-default .card-title a {
  font-size: 16px;
  font-size: 1rem;
}
#faq_details .card-title a:hover,
#product_price_with_category .card-title a:hover,
.code-default .card-title a:hover {
  color: #a3238e !important;
}

#middle-content #top-banner {
  margin-bottom: 2rem;
}
#middle-content .btn-view {
  padding: 0.625rem 0.938rem;
}

.scroll-top {
  line-height: 30px;
}

#related-product .card {
  border-color: rgba(0, 0, 0, 0.125);
}
#related-product .page-sub-header {
  margin: 1rem 0;
}

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

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-brand {
    width: 100%;
  }
}
.zoom .btn {
  position: static;
  height: auto;
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

a.history_approve:hover {
  color: #fff !important;
}

.btn.google_login {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .btn {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0.6rem 0.75rem;
  }

  .main_title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .home_page_body .main-content {
    margin-right: -10px;
    margin-left: -10px;
  }
  .home_page_body .main-content .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .narrow_gutters {
    margin-right: -10px;
    margin-left: -10px;
  }
  .narrow_gutters .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar {
    background: #4ba6dd;
  }
  .navbar .navbar-nav .nav-item > .nav-link {
    color: #ffffff !important;
    line-height: 1.5;
  }
  .navbar .navbar-nav .nav-item > .nav-link:before {
    content: " ";
    display: block;
    position: absolute;
    height: 25px;
    width: 1px;
    background: rgba(238, 238, 238, 0.5);
    display: block;
    right: -1px;
    top: 13px;
  }
  .navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .navbar .navbar-nav .nav-item.show > .nav-link {
    color: #4ba6dd !important;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item:before {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: transparent;
    top: 50%;
    left: 0;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
  }

  #middle-content .btn-view {
    padding: 1.188rem 3.25rem 0.938rem;
  }

  .slick-next {
    right: -25px;
  }

  .slick-prev {
    left: -25px;
  }

  .top-header .navbar-brand {
    max-width: 160px;
  }

  .header-search .twitter-typeahead {
    width: 190px;
  }

  .we_can_section, .client_testimonial_section {
    padding: 3.125rem 0;
  }
  .we_can_section .card-body, .client_testimonial_section .card-body {
    padding: 1.8rem 1.8rem;
  }

  .client_testimonial_section .testimonial_text:after {
    bottom: 18px;
    left: 10px;
  }
  .client_testimonial_section small {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .client_testimonial_section small:before {
    top: 29px;
  }

  .subscribe_section h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .personalize_products .btn {
    padding: 1.188rem 3.25rem 0.938rem;
  }

  .subscribe_sidebar .input-group {
    max-width: 326px;
  }
}
@media only screen and (min-width: 800px) {
  .page-header h2,
.page-header h1,
.page-header h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item {
    padding: 0.5rem 0.8rem 0.4rem;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-submenu > .dropdown-item {
    padding: 0.5rem 0.8rem 0.4rem;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-submenu .dropdown-menu li > .dropdown-item {
    padding: 0.5rem 0.8rem 0.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .main_title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .top-header .top_header a {
    padding-right: 1.875rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .top-header .top_header a i {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .top-header .top-links li {
    padding-left: 1.875rem;
  }
  .top-header .top-links li a {
    font-size: 16px;
    font-size: 1rem;
  }
  .top-header .top-links li a i {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .top-header .top-links li a .badge {
    left: 14px;
    bottom: -2px;
  }

  .navbar .navbar-nav .nav-item > .nav-link {
    padding: 0.85rem 1.5rem;
  }

  .product-box .card.hover-box-shadow .card-body {
    padding: 2.188rem 0.938rem 1rem !important;
  }

  .top-header .navbar-brand {
    max-width: 200px;
  }

  .header-search .twitter-typeahead {
    width: 260px;
  }
}
@media only screen and (min-width: 1248px) {
  #product-info .actionbtn {
    padding: 1.21rem 1rem;
  }

  .product-box .card.hover-box-shadow .card-body .card-title {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .home_page_body .middle_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header-search .twitter-typeahead {
    width: 374px;
  }

  .header-content .services_resources {
    padding: 6.875rem 0;
  }
  .header-content .services_resources .service_box span {
    font-size: 66px;
    font-size: 4.125rem;
  }
  .header-content .services_resources h3 {
    margin: 2rem 0 1rem;
  }

  .personalize_products {
    padding: 6.1875rem 0;
  }
  .personalize_products .personalize-box .card .card-body {
    padding: 3.125rem 0.938rem 0 !important;
  }
  .personalize_products .personalize-box .card .card-body h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .personalize_products .personalize-box .btn {
    padding: 1.063rem 3.25rem;
    margin-top: 0.625rem;
  }

  .we_can_section, .client_testimonial_section, .partner_section {
    padding: 6.1875rem 0;
  }

  .client_testimonial_section .testimonial_text {
    padding: 1.875rem 1.875rem;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .partner_section .slick-arrow.slick-prev:before, .partner_section .slick-arrow.slick-next:before {
    font-size: 55px;
    font-size: 3.4375rem;
  }

  .subscribe_section {
    padding: 4.0625rem 0;
  }
  .subscribe_section h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .subscribe_section h3 {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 2.125rem 0;
  }
  .subscribe_section p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .subscribe_section .btn {
    padding: 1.063rem 2.625rem;
  }

  .footer-content .footer_bottom {
    padding: 3.75rem 0 3.125rem;
  }
  .footer-content .footer_bottom h3 {
    margin-bottom: 1.3rem;
  }
  .footer-content .seprator-bg .border-top {
    max-width: 1350px;
  }
  .footer-content .footer_links > ul > li {
    width: 50%;
  }

  footer {
    padding: 2.25rem 0;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1600px) {
  .subscribe_section {
    padding: 6.1875rem 0;
  }
}

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