/*! 
*  Aleyant skins - v6.0.0
*  Homepage: http://pressero.com
*  Copyright Aleyant 2020, All Rights Reserved
*  <!-- canary for www.pressero.com HostMonitor test DO NOT REMOVE, Web to Print Storefronts -->
*/
/*
* === Major Theme Colors ===
*/
@import url("css/photoswipe/photoswipe.min.css");
@import url("css/photoswipe/default-skin/default-skin.min.css");
@import url("fontawesome-free-5.14.0-web/css/font-awesome.min.css");
body {
  background-color: #ffffff;
  color: #000000;
}
.orders-fullscreen .ordersPage {
  background-color: #ffffff;
}
.page-content-area, body.page-content-editor-body, body.product-detail-editor-body, body.category-content-editor-body {
  background-color: #ffffff  !important;
}
body.customize-iframe-body {
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #000000;
}
a {
  color: #29abe2;
}
a:hover, a:focus {
  color: #e90e8b;
}
a.alt-links-color, .alt-links-color a, .alt-links-color {
  color: #000000;
}
a.alt-links-color:hover, a.alt-links-color:focus, .alt-links-color a:hover, .alt-links-color a:focus {
  color: #29abe2;
}
.alt-icon-color {
  color: #e90e8b;
}
.bg-primary {
  background-color: #29abe2;
}
.text-primary {
  color: #ffffff;
}
.text-muted {
  color: #8c8c8c;
}
.bg-info {
  background-color: #eeeeee;
}
.text-info {
  color: #000000;
}
.bg-danger {
  background-color: #ffb8aa;
}
.text-danger {
  color: #ed1c24;
}
.bg-success {
  background-color: #dff0d8;
}
.text-success {
  color: #3c763d;
}
.border-success {
  border-color: #d6e9c6;
}
.text-warning {
  color: #85630f;
}
.bg-warning {
  background-color: #ffe5a2;
}
.border-warning {
  border-color: #ffe5a2;
}
/*
* === Bootstrap Colors ===
*/
/* btn-default */
.btn, .btn-default, .btn-default[disabled], .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default.focus[disabled], .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #29abe2;
  background-image: none;
  background-image: linear-gradient(160deg, #29abe2, #1854b0, #29abe2);
  background-position: 0 0;
  background-size: 100% 200%;
  color: #ffffff;
  border-radius: 10px;
  border-color: #cccccc;
}
.btn:focus, .btn:hover, .btn:active, .btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: #1854b0;
  background-position: 0 100%;
  color: #ffffff;
  border-color: #1854b0;
}
/* btn-primary */
.btn-primary, .btn-primary[disabled], .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #f43ea5;
  background-image: none;
  background-image: linear-gradient(160deg, #f43ea5, #d5045a, #f43ea5);
  background-position: 0 0;
  background-size: 100% 200%;
  color: #ffffff;
  border-radius: 10px;
  border-color: #cccccc;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #d5045a;
  background-position: 0 100%;
  color: #ffffff;
  border-color: #e90e8b;
}
/* btn-danger */
.btn-danger, .btn-danger[disabled], .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger.focus[disabled], .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #ffffff;
  color: #c71c22;
  border-color: #c71c22;
  background-image: none;
}
.btn-danger:focus, .btn-danger:hover, .btn-danger:active, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus:active, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  background-color: #c71c22;
  border-color: #c71c22;
  color: #ffffff;
  background-image: none;
}
/* btn-success */
.btn-success, .btn-success[disabled], .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success.focus[disabled], .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  color: #ffffff;
  border-color: #4cae4c;
  background-image: none;
}
.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  background-color: #449d44;
  border-color: #398439;
  color: #ffffff;
  background-image: none;
}
/* Alert */
.alert-info {
  background-image: none;
  background-color: #eeeeee;
  color: #000000;
  border-color: #cccccc;
}
.alert-warning {
  background-image: none;
  background-color: #ffe5a2;
  border-color: #fabe28;
  color: #85630f;
}
.alert-danger {
  background-image: none;
  background-color: #ffb8aa;
  color: #ed1c24;
  border-color: #fb927d;
}
.alert-success {
  background-image: none;
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
/* Pagination */
.pagination > li > a, .pagination > li > span {
  color: #09486b;
  border-color: #eeeeee;
  background-color: #ffffff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #ffffff;
  border-color: #29abe2;
  background-color: #29abe2;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #ffffff;
  border-color: #29abe2;
  background-color: #29abe2;
}
/* Wells */
.well {
  background-color: #ffffff;
  color: #333333;
  border-color: #e6e6e6;
}
/* Nav Pills */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #f43ea5;
  color: #ffffff;
}
/* Badge */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #f43ea5;
}
/* List group item */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #f43ea5;
  color: #ffffff;
  border-color: #f43ea5;
}
/* Tab */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: #cccccc;
}
.k-tabstrip-items .k-item.k-state-active, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-top-color: #cccccc;
}
/* Dropdown */
.dropdown-menu {
  -webkit-box-shadow: 0 1px 2px #d9dadb;
  box-shadow: 0 1px 2px #d9dadb;
}
.dropdown-menu li a {
  color: #000000;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
  color: #e90e8b;
}
/* Form control */
.form-control {
  border-color: #ddd;
  color: #333333;
}
/*
* === Top Navigation Colors ===
*/
.navbar-default {
  background-image: none;
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #29abe2;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  padding: 20px 8px;
  font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #e90e8b;
  background-color: #e7e7e7;
}
#top-navbar {
  -webkit-box-shadow: 0 0 2px #d9dadb;
  box-shadow: 0 0 2px #d9dadb;
  border-width: 0;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  font-weight: 700;
}
#top-nav .navbar-nav > li:after {
    content: none;
}
@media (max-width: 767px) {
  #top-nav {
      width: 100%;
  }
  #nav-main li a {
      padding: 25px 20px 20px 25px;
  }
}

/*
* === Banner ===
*/
.prev-next-nav > span {
  color: #fff;
  background-color: rgba(80, 80, 80, 0.8);
}
.cycle-pager span {
  background-color: #ccc;
}
.cycle-pager span:hover {
  background-color: #e90e8b;
}
.cycle-pager span span.cycle-pager-active {
  background-color: #e90e8b;
}
/*
* === Owl carousel theme colors ===
*/
.owl-custom-theme .owl-nav [class*='owl-'] {
  border-color: #ccc;
  background-color: #fff;
  color: #ccc;
}
.owl-custom-theme .owl-dots .owl-dot span {
  background-color: #ccc;
}
.owl-custom-theme .owl-dots .owl-dot.active span, .owl-custom-theme .owl-dots .owl-dot:hover span {
  background: #f43ea5;
}
/*
* === Global ===
*/
.logo {
  margin: 12px 0 0 0;
}
.pageTitle, .section-title, .footer-col-title {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.createAccountPage .pageBody, .guestCheckoutPage .pageBody, .ordersPage .pageBody, .savedForLaterPage .pageBody, .ftpPage .pageBody, .lostPasswordPage .pageBody, .sitemapPage .pageBody, .assetsPage .pageBody, .settingsPage .pageBody, .addressFormPage .pageBody, .userFormPage .pageBody, .inventoryPage .pageBody, .previewPage .pageBody, .assetFormPage .pageBody, .assetCategoriesPage .pageBody, .locationFormPage .pageBody {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px #d9dadb;
  box-shadow: 0 1px 2px #d9dadb;
}
/*
* === Custom Forms ===
*/
.charlimitinfo {
  color: #999;
}
.pageCaptcha {
  background-color: #f5f5f5;
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*
* === Header ===
*/
.header-main {
  background-color: #f8f8f8;
  color: #666666;
  padding: 10px 0;
}
.quick-top-links > div > a {
  color: #666666;
}
.quick-top-links > div > a:hover {
  color: #e90e8b;
}
.header-search {
  margin: 0px 0;
}
.header-search .form-control {
  background-color: #fff;
  color: #000;
}
.header-search .btn {
  /* Default Button Style */
}
.header-search .btn:focus, .header-search .btn:hover {
  /* Default Button Style */
}
.header-social-icons {
  margin: 5px 0;
  padding: 0;
  text-align: right;
}
.header-social-icons li {
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
}
.header-social-icons a:not(:hover) {
    color: #666;
}
@media (max-width: 768px) {
  .header-social-icons {
    margin: 0;
    text-align: center;
  }
}


.user_authenticated .header-nav-login {
    display: none!important;
}
.user_restricted .header-nav-settings {
    display: none!important;
}


.header-cart {
  margin: 8px 0;
  float: right;
}
.header-cart .cart-link {
  margin: 0 0 0 10px;
}
.header-cart .cart-link .cart-count-label {
  margin: 0;
}
.header-cart .cart-link .cart-cost-label {
/*  color: #d22a30; */
}
.header-cart .dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px #d9dadb;
  box-shadow: 0 1px 2px #d9dadb;
  border: 2px solid #eeeeee;
}
.menu-cart-item {
  border-color: rgba(15, 15, 15, 0.06);
  border-color: #eeeeee;
}
.menu-cart-item .menu-cart-name {
  color: #333;
  color: #333333;
}
.menu-cart-item .menu-cart-item-cost {
  color: #333;
  color: #333333;
}
.menu-cart-item:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.menu-cart-preview-count {
  color: #666666;
  border-color: rgba(15, 15, 15, 0.1);
  border-color: #eeeeee;
}
.menu-cart-preview-footer {
  background-color: rgba(15, 15, 15, 0.03);
}
.menu-cart-subtotal {
  color: #d22a30;
  color: #d22a30;
}
/*
* === General Panel ===
*/
.general-panel {
  background-color: #fff;
}
.general-panel .general-panel-heading {
  border-bottom-color: #eaeaea;
  background-color: #f9f9f9;
}
.general-panel .general-panel-heading h2 .fa {
  color: #f43ea5;
}
/*
* === Sidebar ===
*/
.sidebar-nav .navbar-nav {
  margin: 0;
  padding: 0;
}
.sidebar-nav .navbar-nav > li > a {
  border-bottom: 1px solid #e1e1e1;
}
.sidebar-nav .navbar-nav > li > a, .item-title a, .sidebar-history a {
  color: #000000;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
}
.sidebar-nav .navbar-nav > li > a:hover, .sidebar-nav .navbar-nav > li > a:focus, .sidebar-nav .navbar-nav > li > a:active, .item-title a:hover, .item-title a:focus, .item-title a:active, .sidebar-history a:hover, .sidebar-history a:focus, .sidebar-history a:active {
  color: #e90e8b;
}

.sidebar-nav .navbar-nav > li > a:after {
    color: #000000;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 10px 0 0; /* same as a tag */
    color: #222;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

/* Sidebar Category Headings */
.sidebar-nav .navbar-nav > li > a[href^="#"] {
  font-size: 16px;
  color: #e90e8b;
  cursor: default;
  text-decoration: none;
  
}
.sidebar-nav .navbar-nav > li > a[href^="#"]:after {
  content: none;
}

/* Sidebar Featured Products */
.sidebar-featured .product-image-wrap {
  background-color: #f3f3f3;
}

/*
* === Footer ===
*/
.footer {
  color: #ffffff;
  background-color: #333333;
}
.footer a, .footer-nav a {
  color: #ffffff;
}
.footer a:hover, .footer-nav a:hover {
  color: #e90e8b;
}
.footer-col-title h4 {
  color: #fff;
}
.footer-col-title:after {
  background-color: #cccccc;
}
/*
* === Category Page ===
*/
.item-img-info {
  background-color: #ffffff;
}
.prod-cat-item .prod-teaserprice {
  background-color: #62bf75;
  color: #fff;
}
.prod-view-grid #grid-layout-btn {
  background-color: #1854b0;
  color: #ffffff;
  border-color: #1854b0;
}
.prod-view-list #list-layout-btn {
  background-color: #1854b0;
  color: #ffffff;
  border-color: #1854b0;
}
.hcategory .prod-cat-item, .hproduct .prod-cat-item {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.prod-cat-item .item-title, .prod-cat-item .item-title a {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.prod-cat-item .item-title a:not(:hover) {
  color: #000000;
}
.prod-cat-item:hover .item-title, .prod-cat-item:hover .item-title a {
  color: #e90e8b;
}
.prod-cat-item:hover .btn {
  color: #ffffff;
  border-color: #cccccc;
  background-color: #f43ea5;
}
.prod-cat-item .quickViewLink, .prod-cat-item .btn-viewdetail > a {
  background-color: #000;
  color: #fff;
}
.prod-cat-item .quickViewLink:hover, .prod-cat-item .btn-viewdetail > a:hover {
  color: #ffffff;
  background-color: #f43ea5;
}
.prod-view-list .category-panel .hcategory, .prod-view-list .category-panel .hproduct {
  border-color: #ffffff;
}
/*
* === Search Result Page ===
*/
.search-result {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #333333;
}
.searchPage {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px #d9dadb;
  box-shadow: 0 1px 2px #d9dadb;
}
.searchImage > a {
  background-color: #f3f3f3;
}
/*
* === Login Page ===
*/
.loginForm {
  border-color: #cccccc;
  background-color: #ffffff;
  color: #333333;
}
.loginForm legend {
  color: #000000;
  background-color: #e7e7e7;
  border-color: #cccccc;
}
/*
* === Cart Page ===
*/
.cartSummary > h4 {
  color: #000000;
  background-color: #e7e7e7;
}
.saveForLater > h4 {
  background-color: #f9f7f7;
}
.cartShippingGroup {
  background: #ffffff;
  color: #333333;
  -webkit-box-shadow: 0 1px 2px #d9dadb;
  box-shadow: 0 1px 2px #d9dadb;
}
.cartSummary {
  -webkit-box-shadow: 0 1px 2px #d9dadb;
  box-shadow: 0 1px 2px #d9dadb;
  background: #ffffff;
  color: #333333;
  border-color: #cccccc;
}
.cartSummaryOrderTotal, .cartProductPrice, .checkoutSummaryOrderTotal {
  color: #ed1c24;
}
.cartShippingGroupInfo, .cartProduct > ul > li, .cartProduct-item-top {
  border-color: #ffffff;
}
.cartItemName > p, .cartAddInst > p {
  background-color: #ffffff;
  color: #333333;
  border-color: #e6e6e6;
}
.cartPage .cartProductImage > a {
  background-color: #f3f3f3;
}
/*
* === Checkout Page ===
*/
.checkoutSummary {
  -webkit-box-shadow: 0 1px 2px #d9dadb;
  box-shadow: 0 1px 2px #d9dadb;
  background: #ffffff;
  color: #333333;
  border-color: #cccccc;
}
.checkout-form, .checkoutNotes, .checkout-payment-type, .checkoutOrderItemsSummaryArea {
  -webkit-box-shadow: 0 1px 2px #d9dadb;
  box-shadow: 0 1px 2px #d9dadb;
  background: #ffffff;
  color: #333333;
}
/*
* === Content Page ===
*/
.content-page-panel .pageTitle {
  border-color: #ffffff;
}
/*
* === Save For Later Page ===
*/
.saveForLaterProduct-details {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #333333;
}
.saveForLaterProductImage > a {
  background-color: #f3f3f3;
}
/*
* === Assets page===
*/
.assetList-item-details {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #333333;
}
/*
* === Product detail page ===
*/
#tCosts {
  border-left-color: #cccccc;
  border-right-color: #cccccc;
}
#tCosts td {
  border-bottom-color: #cccccc;
  background-color: #ffe5a2;
}
.calculatorTotal {
  color: #ed1c24;
}
.reuqired-file-info {
  color: #ed1c24;
}
.pricingCustomFormHeading, .section-title {
  border-color: #ffffff;
}
.pricingCustomFormHeading:after, .section-title:after {
  background-color: #cccccc;
}
.pricingCalcHeading, .pricingHeading, .calculatorTotalLabel {
  font-size: 20px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.open-frame {
  -webkit-box-shadow: 0 1px 2px #d9dadb;
  box-shadow: 0 1px 2px #d9dadb;
  background-color: #fff;
}
.detail-image-wrap a {
  border-color: #ffffff;
}
/*
* === Product preview page ===
*/
.productType_isQuickView {
  background-color: #ffffff;
  color: #333333;
}
/*
* === Settings Page ===
*/
#profileTabs .k-tabstrip-items a {
  color: #333;
}
#profileTabs .k-tabstrip-items .k-state-active a {
  color: #555;
}
.addressEntry-inner, .user-entry-info {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #333333;
}
.addressEntry-edit-buttons, .locationEntry-edit-buttons, .user-list-entry-edit-buttons {
  border-top-color: #ffffff;
}
/*
* === kendo pagination ===
*/
.k-pager-numbers .k-state-selected {
  background-color: #29abe2;
  border-color: #29abe2;
  color: #ffffff;
}
/*
* === product gallery ===
*/
.product-gallery-carousel-item {
  background-image: url("images/loading.gif");
}
.product-gallery-carousel-item.loaded {
  background-image: none;
}
.product-gallery-carousel-item > a.gallery-current {
  -webkit-box-shadow: 0 0 0 3px #29abe2 inset;
  box-shadow: 0 0 0 3px #29abe2 inset;
}