/* Import font URL here */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

/* Change the font of the website */
body { 
    font-family: 'Assistant', sans-serif !important;
    font-size: 0.9rem;
}
/* Container padding */
@media only screen and (max-width: 768px) {
    .container-fluid { 
        padding-left:1rem !important;
        padding-right:1rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .container-fluid {
        padding-left:4rem !important;
        padding-right:4rem !important;
    }
}

/* Announcement bar background  color */
.bg-light {
    background-color: #f5f5f5 !important;
}

/* Announcement bar */
.navbar-topbar {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.75rem;
}

/* Change navbar background color */
.main-menu {
    background-color: white;
}

/* Change footer background color */
.bg-dark {
    background-color: #1f1f1f !important;
}

/* Change the color of the navbar on hover  */
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover { 
    color: #0099ff;
}

/* Change promotion background color */
.promotion {
    background-color: #1c6c8c !important;
}

/* Change the background color for the cart icon  */
[data-cart-items]::before { 
     background-color: #0099ff; 
}

.btn-white-primary {
    background-color: #f5f5f5;
}

.main.cart .quantity button[class*=btn] {
    background: none;
    border-radius: 0;
    width: 1.5rem;
    height: 1.5rem;
}

/* Change the background color of the button on hover  */
.btn-white-primary:focus, .btn-white-primary:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #fff;
}

/* Change the background color of the more info on the quick view  */
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0099ff;
    border-color: #0099ff;
}

/* Change the  color of the navbar items */
.navbar-light .navbar-nav .nav-link {
    color: #232429 !important;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .show>.nav-link {
    color: #232429 !important;
}

.navbar-light .navbar-nav .show>.nav-link:hover {
    color: #0099ff !important;
}

.nav-tabs .nav-link.active {
    color: #232429 !important;
    font-weight: 700 !important;
}

.nav-link.active::before {
    border-top: 1px solid #0099ff !important;
}

a {
    color: #232429 !important;
}

/* width of dropdown menu */
@media (min-width: 1200px) {
    .navbar-nav .hovered>.dropdown-menu {
        min-width:240px;
    }
}

/* Hover status on links */
a:hover {
    color: #0099ff ;
}

.text-body[href]:focus, .text-body[href]:hover {
    color: #0099ff !important;
}

.main.cart .quantity button[class*=btn]:hover {
    background-color: none;
}

.px-icons {
    fill: #232429;
}
.px-icons:hover {
    fill: #0099ff;
}

/* Account navigation text color on hover */
.list-group-item-action:focus,
.list-group-item-action:hover {
    #0099ff !important;
}

/* Change the  text color of  "happy holidays" below the header  */
.text-white {
    color: #fff !important;
}

/* Change the  text color of  categories dropdown items  */
.list-styled-link:focus, 
.list-styled-link:hover {
    color: #111;
}
    
.list-styled-link {  
    color: #232429 !important;
    text-transform: capitalize;
}

.list-group-item-action {
    color: #232429 !important;
}

.list-styled-link:hover {
    color: #0099ff !important;
}

.list-group-item-action:hover {
    color: #0099ff !important;
}

/* Change the  text color of class containing text-body  */

.text-body {
    color: #232429 !important;
}

/* Change the text color of the element with text-gray-400 class */
.text-gray-400 {
    color: #909090 !important;
}    

/* Change the text color of the element with text-muted class  */
.text-muted {
    color: #767676 !important;
}

/* Change the text color of the element with text-gray-300 class  */
.text-gray-300 {color: #767676!important;}

/* Active nav-tabs color  */
.nav-item.show .nav-link, 
.nav-link.active {color: #232429;}

/* Change the text color of the element with text-primary class  */
.text-primary { color: #232429!important;}

/* Button color when active */
.btn-dark:not(:disabled):not(.disabled).active, 
.btn-dark:not(:disabled):not(.disabled):active, 
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #060606;
    border-color: #000;
}

/* Change the text color of the element with text-gray-500 class  */
.text-gray-500{color: #525252 !important;}

/* Text color in form-control  */
.form-control {
    color : #111;
    font-size: 0.875rem;
}

/* Email header css */
.hover-underline:hover {
  text-decoration: underline !important;
}

@media (max-width: 640px) {
  .sm-inline-block {
    display: inline-block !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sm-px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .sm-py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
}

/* Copied from modal sidebar */
@media (min-width:991px){
    .d-hide {
        display: none;
    }
}

/* Copied from navbar */
@media (max-width:991px){
    .hide-mobile {
        display: none;
    }
}

/* copied from navbar-boxed-bottom */
.text-left{  text-align: left;padding-left:5px;}

/* copied from navbar-boxed-top */
@media (max-width:991px){
    .mobile-hide {
        display: none;
    }
}

/* copied from navbar-classic */
@media (min-width:991px){
    .nav-items {width: 40%; }
    .nav-links {width: 40%; justify-content: flex-end;}
    /**.nav-logo {width: 10%;}**/
}

@media (max-width:991px){
    .hide-mobile {
        display: none;
    }
    .classic .flex-row {
        float: left;
        padding-right: 20px;
    }
}


/* copied from product-filter master */
input {
    /* -webkit-appearance: checkbox !important; */
}
    
.product-single .product-price {
    display: block;
    margin-bottom: 1.1rem;
    font-size: 1.9rem;
    line-height: 1;
}

.product-single .product-name {
    margin-top: .6rem;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    border-color: #1c6c8c !important;
    background-color: #1c6c8c !important;
}

.btn-primary {
    color: #ffffff;
    border-color: #0099ff !important;
    background-color: #0099ff !important;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #fff;
    border-color: #1c6c8c !important;
    background-color: #1c6c8c !important;
}

.btn-dark {
    color: #ffffff;
    border-color: #0099ff !important;
    background-color: #0099ff !important;
    width: 100%;
}

.product-form {
    display: block !important;

}    

@media all and (max-width:100em){
    .btn-dark {
        display:block;
        width: 100%;
    }
}
.product-image-full {
    display:none !important;
}

.product-form select {
    width: 100%;
    -webkit-appearance: none;
}
.product-form select {
    max-width: none;
    padding: 1rem 5rem 1rem 1rem;
    color: #222;
    border-color: #ccc;
    font-size: 1rem;
    background-color: whitesmoke;
    border: 1px solid whitesmoke;
    margin: 0 0 10px 0;
    width: 100%;
    -webkit-appearance: auto;
}

/* copied from px-option */
.select-box::before {
    top: 74% !important;
}

/*Product page size radio button style*/
.variant-selector label.field-label .label-text{
    background: #e9e9e9;
    color: #111;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 12px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 0px;
    display: inline-flex;
    font-weight: bold;
    flex-direction: column;
    line-height: 1.5;
    /* min-height: 60px; */
    text-align: center;
    vertical-align: top;
    font-size: 12px;  
}

.variant-selector label.field-label:hover .label-text,
.variant-selector label.field-label input:checked + .label-text{
    outline: 2px solid #0099ff;
    background-color:#0099ff;
    color: #232429
}

.variant-selector label.field-label .label-img {
    cursor: pointer;
    display: inline-block;
}

.variant-selector px-option[code="edge-color"] label.field-label .label-img {
    padding:4px;
}
.variant-selector px-option[code="color"] label.field-label .label-img {
    padding:4px;
}

.variant-selector label.field-label input:hover + .label-img img {
    outline: 2px solid #0099ff;
}

.variant-selector label.field-label input:checked + .label-img {
    outline: 2px solid #0099ff !important;
}


input[type=radio] {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}

.px-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

/** Breadcrumb alignment **/
.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1.5rem;list-style:none;background-color:transparent}
.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}
.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}
.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}
.breadcrumb-item.active{color:inherit}
.breadcrumb-item+.breadcrumb-item::before {
    display:inline-block;
    padding-right:0.5rem;
    color:#909090;
    content: url('//cdn.pixfizz.com/ocache/1568/resources/themes/chevron-right-regular.svg?t=1699891342');
    width:0.9rem;
    height:auto;
}

/* form index layout */
.card-actions .card-action+.card-action+.card-action {display:none}

@media only screen and (min-width: 768px){
    .classic .flex-row {display:none}

    .navbar-sidenav {display:none!important}
}
.classic .flex-row .nav-item.ml-lg-n4 {margin-right: 10px;}
.navbar-sidenav {display: flex !important}
 @media only screen and (max-width: 768px){
    .btn-gray-500 {margin-top:10px;}
    .navbar-sidenav {display:none!important}
} 
.card-img-overlay form { display:inline-block }
.bg-cover-main{min-height: 510px;}
.bg-cover-grid{min-height: 240px;}
.progress .progress-bar {width: 66%}
.custom-select{background-color: whitesmoke!important }
.footer-bg{background-image: url(//cdn.pixfizz.com/ocache/1568/resources/themes/pattern-2.svg?t=1699891342)}
   .card-actions .card-action+.card-action+.card-action {display:none;}
   .btn-white-primary:focus, .btn-white-primary:hover {
    background-color: #0099ff;
    border-color: #0099ff;
    color: #232429;
}
.address form {display:inline-block;}
.address .btn-circle {border-radius: 50%;}
.dropright-toggle span.active:after {color:black;}
.dropright-toggle::after {display:none;}
.shoppage select.custom-select.custom-select-xs{display:none;}
.reorder .btn a {color:black;}
.btn-outline-dark a:hover {color:#fff;}  
.reorder:hover {color:#fff;}  
.myaccount .dropdown-menu {left:-50px;}
.tooltip-inner { font-size: 0.85rem; }
.card-body { padding: 1rem; }
.card-actions {
    padding: 1rem;
    bottom: 1.5rem;
}
.card-actions .card-action+.card-action+.card-action {display:none;}

/** Info button on variants **/
.info-button {
    font-size: 1rem;
    padding-left: 5px;
    vertical-align: top;
}
/* Popup container - can be anything you want */
.popup-option {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-option .close {
  position: absolute;
  right: 2px !important;
  top: 2px !important;
  padding: 5px;
  color: #fff;
  transition: color .3s;
  font-size: 1.5em;
  line-height: .6em;
  font-weight: 300;
}


/* The actual popup */
.popup-option .popuptext-option {
  visibility: hidden;
  width: 320px;
  background-color: #3b535f;
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
  border-radius: 0px;
  padding: 8px 8px 8px 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -16px;
  font-weight: 300
}

/* Popup arrow */
.popup-option .popuptext-option::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 6%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup-option .show-option {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/** Class to assign to gallery to have it sticky on page scroll **/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/** Cart notification popup **/
.cart-notification .tooltip-inner {
    background-color: #0099ff;
    font-size: 1.2em;
    padding: 0.5em 1em;
}
.cart-notification.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #0099ff;
}
.custom-switch .custom-control-label::before {
    border-color: #0099ff;
    background: transparent;
}
.custom-switch .custom-control-label::after {
    background-color: #0099ff;
}
.custom-switch .custom-control-input:checked~.custom-control-label::before {
     border-color: #0099ff;
     background-color: #0099ff;
}
.custom-control-input {
    margin-right: 3rem !important;
}