/* *{
    margin:0;
    padding:0;
    box-sizing: border-box;
} */

.account-wrapper, .balance-wrapper {
    position: relative;
}

.account-wrapper .account-details, .balance-wrapper .account-details {
    display: none;
    position: absolute;
    min-width: 250px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border: 1px solid #cccccc;
}

.account-wrapper .account-details {
    top: 150%;
    left: -50%;
}

@media screen and (max-width: 1600px) {
    .account-wrapper .account-details {
        left: auto; 
        right: 10px;
    }
    .account-wrapper .account-details:before, 
    .account-wrapper .account-details:after {
        left: auto !important; right: 15px !important;
    }
}

.balance-wrapper .account-details {
    top: 150%;
    left: -70%;
}

.account-wrapper.is-loggedin .account-details {
    min-width: 300px;
}

.account-wrapper .account-details .account-placeholder, .balance-wrapper .account-details .account-placeholder {
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 999;
}

.account-wrapper:hover .account-details, .balance-wrapper:hover .account-details {
    display: block !important;
}

.account-wrapper .account-details ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.account-wrapper .account-details ul li {
    display: block;
    padding: 5px 0;
    color: #333;
}

.account-wrapper .account-details ul li.separator, .balance-wrapper .account-details ul li.separator {
    height: 1px;
    padding: 0;
    margin: 10px 0px;
    overflow: hidden;
    background-color: #dcdcdc;
}

.account-wrapper .account-details ul li a:hover {
    text-decoration: none;
}

.account-wrapper .account-details ul li .welcome-back, .account-wrapper .account-details ul li .new-customer {
    margin: 0;
    padding: 0;
}

.account-wrapper .account-details ul li a.loginBtn {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    background-color: #5378f4;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.account-wrapper .account-details ul li a.registerBtn {
    border: 1px solid #5378f4;
    width: 100%;
    display: block;
    color: #5378f4;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-top: 15px;
}

.account-wrapper .account-details ul li a.registerBtn:hover {
    background-color: #5378f4;
    color: #fff;
}

.account-details:before, .account-details:after {
    content: '';
    position: absolute;
    top: -14px;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

.balance-wrapper .account-details:before, .balance-wrapper .account-details:after {
    top: -14px;
    margin-left: 66px;
}

.balance-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.balance-wrapper .current-account-balance {
    font-size: 14px;
}

.balance-wrapper ul li {
    margin: 8px 0px;
}

.balance-wrapper ul li.balance-account span {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.balance-wrapper ul li.balance-account a {
    text-align: right;
    float: right;
    font-size: 12px;
    color: #5378f4;
}

.balance-wrapper ul li.credit-history span, .balance-wrapper ul li.payment-history span {
    font-size: 14px;
}

.balance-wrapper ul li.credit-history span:nth-child(2), .balance-wrapper ul li.payment-history span:nth-child(2) {
    float: right;
    text-align: right;
    font-weight: bold;
}

.balance-wrapper a.add-account-funds {
    border: 1px solid #5378f4;
    color: #5378f4;
    background: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0px;
    text-decoration: none;
    border-radius: 5px;
}

.balance-wrapper a.add-account-funds:hover {
    background: #5378f4;
    color: #fff;
}

.is-loggedin.account-wrapper .account-details:before, .is-loggedin.account-wrapper .account-details:after {
    left: 46%;
}

.account-wrapper .account-details:before, .account-wrapper .account-details:after {
    left: 55%;
}

.account-details:before {
    top: -14px;
    border-bottom: 14px solid #cccccc;
}

.is-loggedin.account-wrapper .account-details:after {
    top: -12px;
}

.account-wrapper .account-details:before {
    top: -14px;
    border-bottom: 14px solid #cccccc;
}

.account-wrapper .account-details:after {
    top: -12px;
}

.card.account-balance-header {
    box-shadow: 0px 4px 10px 2px #c4cad5;
    border-radius: 5px;
}

.card.account-balance-header .card-body {
    padding: 10px;
}

.panel {
    min-height: 80px;
    border-radius: 10px;
    padding: 10px 20px;
}

.panel.panel-account-balance {
    background-color: #ffd755;
}

.panel.panel-account-balance .account-balance-value {
    font-size: 24px;
    color: #867a51;
}

.panel .panel-title {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.panel.panel-account-balance .panel-title {
    color: #867a51;
}

.panel p {
    margin: 0;
    padding: 0;
}

.panel-account-balance .add-funds {
    color: #fff;
    background: #c5a83c;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}

.panel.panel-credit-history {
    background-color: #84b5e8;
    text-align: center;
}

.panel.panel-payment-history {
    background-color: #82ce94;
    text-align: center;
}

.panel.panel-credit-history .credit-histroy-value, .panel.panel-payment-history .payment-histroy-value {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

#accountBalanceTab {
    margin: 0;
    padding: 0;
}

#accountBalanceTab .nav-item .nav-link {
    background-color: #edeff3;
    border-color: #edeff3;
    color: #5378f4;
    text-align: center;
    font-size: 15px;
}

#accountBalanceTab .nav-item .nav-link:after {
    height: 0px;
}

#accountBalanceTab .nav-item .nav-link.active {
    background: #5378f4;
    color: #fff;
    border-color: #5378f4;
    border-radius: 5px;
}

#accountBalanceTabContent {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 4px 10px 2px #c4cad5;
}

@media print {
    .right_col .page-title, .main_container .nav_menu, footer, footer .pull-right, .no-print {
        display: none;
    }
    .print_0_padding {
        padding: 0;
    }
    .print_0_border {
        border: 0px;
    }
    .print-show-flex {
        display: initial;
        display: flex !important;
    }
}

.invalid-feedback {
    display: block;
}

.alert-dismissible .close {
    padding: 6px;
}

.required-input_star::before {
    content: "*";
    color: red;
    padding-right: 2px;
}

.validate_react_select .has-error {
    border: 1px solid red !important;
    border-radius: 5px;
}

.has-error input, .has-error textarea, .has-error select {
    border: 1px solid red !important;
}

.validate_react_select input {
    border: 0px !important;
}

.first--capatilize::first-letter {
    text-transform: capitalize;
}

/* product-image */

.product-image, .partner-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    background-color: #f1f1f1;
}

.product-image img, .partner-image img {
    visibility: hidden;
    opacity: 0;
}

.circle-label-compare.circle-label-wishlist--off.js-remove-wishlist {
    display: block !important;
}

.circle-label-compare.circle-label-wishlist--add.js-add-wishlist {
    display: block !important;
}

.heart--big .circle-label-compare {
    font-size: 26px;
}

text.CircularProgressbar-text {
    font-size: 14px !important;
}

/* end- product image */

/* sizing guide image */

.sizing-guide-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
    width: 100%;
    min-width: 100%;
}

/* end-sizing guide image */

/* quick view modal  */

.modal--quickview .prd-block--prv-bottom .product-previews-carousel {
    padding: 0;
}

body:not(.equal-height) .modal--quickview .product-previews-carousel a>span {
    display: block;
    position: relative;
    border: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 128%;
    height: 120px;
}

body:not(.equal-height) .modal--quickview .product-previews-carousel a>span>span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body:not(.equal-height) .modal--quickview .product-previews-carousel a>span img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal--quickview.modal-quickview--classic .product-previews-carousel {
    height: 0;
    position: relative;
    transition: 0s;
}

@media (min-width: 480px) {
    .modal--quickview.modal-quickview--classic .product-previews-carousel {
        padding-bottom: calc(38% + 10px);
    }
}

@media (max-width: 479px) {
    .modal--quickview.modal-quickview--classic .product-previews-carousel {
        padding-bottom: calc(38% + 10px);
    }
}

@media (min-width: 992px) {
    .modal--quickview .prd-block--no-previews .prd-block_info-bottom, .modal--quickview .prd-block--no-previews .prd-block_info-top {
        width: calc(100% - 50% - 20px);
    }
    .modal--quickview.modal-quickview--classic .prd-block_info-bottom {
        width: calc(100% - 50% - 20px);
    }
    .modal--quickview.modal-quickview--classic .quickview-info {
        min-height: 65vh;
    }
}

/* end  quick view modal  */

/* header  */

.dropdn-link, .js-dropdn-close {
    cursor: pointer;
}

/* register */

.form-title {
    margin-bottom: 16px !important;
    color: #3e2b75;
    font-size: 20px;
}

/* end-register */

.prd-img {
    /* padding-bottom: 0px !important; */
}

/* margin for our partners */

.slick-track {
    margin: 0;
}

/* end - margin for our partners */

#new-stores .product-image {
    background-size: cover;
    background-color: #fff;
}

#search_input_box {
    height: 46px;
}

.store-menu-link.active {
    text-decoration: underline;
}

/* react -slick */

.store-slider-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    width: 100%;
    min-width: 100%;
}

.store-slider-background img {
    visibility: hidden;
}

.react-slick-slider .slick-prev:before, .react-slick-slider .slick-next::before {
    font-size: 3rem;
    color: white;
}

.react-slick-slider  button.slick-arrow.slick-next {
    right: 20px !important;
}

.react-slick-slider button.slick-arrow.slick-prev {
    left: 15px !important;
}

/* end-react -slick */
.top-header {font-size: 14px;}

.categories-line {
    padding: 2px 17px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.ticker-container {
    overflow: hidden;
    height: 2em; /* height of 1 item */
    position: relative;
  }
  
.ticker-list {display: flex; flex-direction: column; animation: tickerScroll 10s ease-in-out infinite;}
.ticker-item { height: 2em; display: flex; align-items: center; padding-left: 0.5em; box-sizing: border-box; font-weight: 600; color: #000;}
  
  /* Keyframes for smooth scroll with pause */
  @keyframes tickerScroll {
    0%   { transform: translateY(0); }
    16.66% { transform: translateY(0); }
  
    22.22% { transform: translateY(-2em); }
    38.88% { transform: translateY(-2em); }
  
    44.44% { transform: translateY(-4em); }
    61.1%  { transform: translateY(-4em); }
  
    66.66% { transform: translateY(-6em); }
    83.33% { transform: translateY(-6em); }
  
    88.88% { transform: translateY(-8em); }
    100%   { transform: translateY(-8em); }
}    

  /* custom css */
.header-links {display: flex; padding: 0; margin: 0; list-style: none;}
.header-links a {padding: 10px 20px; white-space: nowrap; display: inline-flex;}
.header-links li {border-right: 1px solid #e8eaeb;}

@media screen and (max-width: 991px) {
    .header-links a {padding: 10px 7px; font-size: 11px;}
    .header-links li:last-child {border: 0;}

    .ticker-item {justify-content: center;}
}



.site-footer {
    background: #232323; margin-top: 50px;
}
.site-footer .container {
 max-width: 1440px;   
}
.site-footer .footer-top .footer_info p{
    font-size:18px;
    color:#ffffff;
    margin: 0;
}
.site-footer ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.footer .footer-top .footer_info{
  border-bottom:1px solid #393939;
}
.site-footer .newsletter .input-group-field {
    background-color: #ffffff;
  color: rgba(52, 52, 52, 0.6);
}
.site-footer .newsletter ::-webkit-input-placeholder {
  color: rgba(52, 52, 52, 0.6);
}

.site-footer .newsletter ::-moz-placeholder {
  color: rgba(52, 52, 52, 0.6);
}

.site-footer .newsletter :-ms-input-placeholder {
  color: rgba(52, 52, 52, 0.6);
}

.site-footer .newsletter :-moz-placeholder {
  color: rgba(52, 52, 52, 0.6);
}

.site-footer .newsletter .btn {
    background-color: #2874f0!important;
  border-color: #2874f0!important;
  color: #ffffff!important;
}
.site-footer li {margin-bottom: 5px;}
.site-footer,
.foot-title {
  color: #ffffff; 
}
.site-footer a,
.header-vertical-tpl .footer-default .newsletter-des {
  color: #ffffff;
}

.site-footer a:hover {
  color: #ffffff; 
}

.site-footer .foot-link>span:before {
    background-color: #ffffff; 
}

.footer-bottom {
    background-color: #ffffff;  
}

.footer-bottom,
.footer-bottom address,
.footer-bottom address a {
    color: #505050; 
}    

.footer-bottom address a:hover {
    color: #505050; 
}

.footer .footer-top .footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 14px;
  }
  .footer .footer-top ul li a {
    display: inline-block;
    font-size: var(--font_size);
    letter-spacing: 0.01em;
    font-weight: 400;
    line-height: 26px;
  }
  .footer .footer-top .footer_info {
    text-align: center;
    padding: 34px 15px;
  }
  .footer .footer-link {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 20px;
  }
  .footer .footer-top .footer_info p {
    font-weight: 700;
    letter-spacing: normal;
  }
  .footer .footer-top .footer-link {
    padding: 36px 0px 46px;
  }
  .footer .footer-top .footer-newsletter .newsletter-des {
    padding-bottom: 15px;
    padding-top: 3px;
  }
  .footer .footer-top .footer-newsletter .newsletter .input-group-field {
    min-width: 273px;
    min-width/**/: 270px;
    border-radius: 3px 0px 0px 3px;
    border: none;
  }
  .footer .footer-top .footer-newsletter .newsletter .btn, .footer .footer-top .footer-newsletter .newsletter .product .spr-container .spr-summary-actions-newreview, .product .spr-container .footer .footer-top .footer-newsletter .newsletter .spr-summary-actions-newreview {
    min-width: 97px;
    max-width: 100px;
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    border-radius: 0px 3px 3px 0px;
    text-transform: capitalize;
    padding: 10px 15px;
  }
  .footer .footer-top .footer-newsletter .newsletter .btn:hover, .footer .footer-top .footer-newsletter .newsletter .product .spr-container .spr-summary-actions-newreview:hover, .product .spr-container .footer .footer-top .footer-newsletter .newsletter .spr-summary-actions-newreview:hover {
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3);
  }
  .footer .footer-top .secured-footer {
    margin-top: 34px;
    max-width: 250px;
    text-align: center;
  }
  .footer .footer-top .secured-footer ul, .footer .footer-top .secured-footer li {
    margin: 0px;
  }
  .footer .footer-top .secured-footer .slick-arrow.slick-prev {
    left: -12px;
  }
  .footer .footer-top .secured-footer .slick-arrow.slick-next {
    right: -12px;
  }
  .footer .footer-bottom {
    padding: 23px 0px 40px;
  }
  .footer .footer-bottom .payment-methods {
    text-align: right;
    margin-bottom: 0px;
  }
  .footer .footer-bottom .payment-methods li {
    display: inline-block;
    margin-right: 10px;
    max-width: 52px;
  }
  .footer .footer-bottom .payment-methods li:last-child {
    margin-right: 0px;
  }
  .footer .footer-bottom .payment-methods li img {
    width: 52px;
  }
  .footer .footer-bottom address {
    line-height: 23px;
    padding-top: 5px;
    letter-spacing: 0.01em;
  }
  .policy-shipping .policy-items {
    padding: 26px 0px 21px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .policy-shipping .policy-items .item {
    margin-bottom: 0px;
  }
  .policy-shipping .policy-items .item li {
    display: inline-block;
    font-size: var(--font_size);
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: normal;
    margin-left: 15px;
  }
  .policy-shipping .policy-items .item li.policy-icon {
    font-size: 18px;
    position: relative;
  }
  .policy-shipping .policy-items .item li i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .policy-shipping .policy-items .slick-list {
    width: 100%;
  }
.footer .footer-top .footer-newsletter .newsletter .input-group-field {
    min-width: 273px;
    min-width: 270px;
    border-radius: 3px 0 0 3px;
    border: none;
    padding: 12px 15px;
    line-height: normal;
}
.site-footer .newsletter .input-group-field {
    background-color: #ffffff;
    color: rgba(52, 52, 52, 0.6);
}
@media screen and (max-width: 991px) {
    .footer .footer-link {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

/* checkout page css */
.radius-10 {border-radius: 10px;}
.gap-10 {grid-gap: 10px;}
.row.g-3 {margin: 0 -10px;}
.row.g-3 > [class^="col-"] {padding: 0 10px;}
.bg-gray-500 {background-color: #f4f4f4;}
.bg-gray-500 .form-control {background-color: #fff !important;}

.btn.btn-outline-border {font-size: 14px !important; border: 1px solid #ccc !important; background-color: transparent; color: #5378f4 !important; border-radius: 8px; display: flex; align-items: center; justify-content: center; grid-gap: 6px;}
.btn.btn-outline-border:hover {border-color: #5378f4 !important;}

.checkout-page .form-control {height: auto; min-height: 48px; color: #000; padding: 14px 20px; border-radius: 7px; border: 1px solid rgb(204, 204, 204); background-color: transparent;}
.checkout-page .form-control::placeholder {color: #393939;}
.checkout-page .form-control:focus {border-color: #592ff4;}
.checkout-page .form-check {cursor: pointer;}
.checkout-page .shipping-method .form-check-label {padding: 12px 20px 12px 50px !important; cursor: pointer;}
.checkout-page .shipping-method .form-check-label::before {top: 14px; left: 15px; border: 0 !important; box-shadow: 0px 0px 0px 6px hsl(0, 0%, 87%) inset !important;}
.checkout-page .shipping-method .form-check-label::after {display: none;}
.checkout-page .custom-checkbox:checked + .form-check-label {background-color: rgba(82, 120, 244, .1);}
.checkout-page .custom-checkbox:checked + .form-check-label::before {box-shadow: 0px 0px 0px 6px #5378f4 inset !important;}

.checkout-page .payment-methods-list {display: flex; align-items: center; grid-gap: 5px; list-style: none;}
.checkout-page .payment-methods-list img {width: 40px; border: 1px solid #f2f2f2;}

.btn-flex-group {display: flex; grid-gap: 10px;}
.payment-button {flex: 1; border-radius: 8px;}
.payment-button:hover{filter: brightness(0.9);}
.payment-button img {height: 22px;}

#shop-pay-button {background-color: #592ff4;}
#paypal-button-container {background-color: #ffc43a;}
#google-pay-button {background-color: #000;}

.separator {position: relative; text-align: center; margin: 10px 0;}
.separator::before{content: ''; position: absolute; left: 0; top: 12px; width: 100%; background-color: rgba(223,223,223, 1); height: 1px;}
.separator span {background-color: #fff; padding: 1px 10px; position: relative; z-index: 1; color: rgba(0,0,0,0.56);}


.radio-group-checkout {border: 1px solid hsl(0, 0%, 87%); border-radius: 10px;}
.radio-group-checkout .radio-parent:first-child .radio-item {border-radius: 10px 10px 0 0;}
.radio-group-checkout .radio-parent:last-child .radio-item {border-radius: 0 0 10px 10px;}
.radio-group-checkout .radio-item {position: relative; padding: 16px 20px 16px 45px; border: 1px solid transparent; display: flex; align-items: center; justify-content: space-between; cursor: pointer;}
.radio-group-checkout .radio-item:not(:last-child) {border-bottom: 1px solid hsl(0, 0%, 87%);}
.radio-group-checkout .radio-item svg {width: 18px;}
.radio-group-checkout .radio-item::before {content: ''; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; border-radius: 100%; background-color: #fff; box-shadow: 0px 0px 0px 6px hsl(0, 0%, 87%) inset;}
.radio-group-checkout .radio-item.active {color: #5378f4; border: 1px solid #5378f4 !important; background-color: rgba(82, 120, 244, .1);}
.radio-group-checkout .radio-item.active::before {box-shadow: 0px 0px 0px 6px #5378f4 inset;}

.form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23666' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 1rem center;
    background-size: 14px 10px;
    padding-right: 2.5rem;
}
  

.continue-shopping {position: absolute; left: 0; top: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, .6); z-index: 9999; display: flex; align-items: center; justify-content: center;}
.continue-shopping .modal-dialog {width: 100%; max-width: 500px; margin: auto; background-color: #fff;}