h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto','Arial',sans-serif;
    
}
h1{
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: none;
}
.brand-logo img{
  max-width: 230px;
}
.breadcrumb-item{
    text-transform: none;
}

.border .no-while-border{
    display: none;
}

@media (max-width: 577px){
    .brand-logo {
        padding-top: 27px !important;
    }
    .brand-logo img {
        max-width: 190px;
        height: auto;
    }
}
.text-primary {
    color: #0c46b4 !important;
}
.main-menu .brand-logo {
    padding-top: 25px;
    padding-bottom: 25px;
}

.mobile-dd li a:hover,
.mobile-dd li a{
text-transform: none;
}
/* .product-box{
      -webkit-box-shadow: 0 0 8px 0 #ddd;
    box-shadow: 0 0 8px 0 #ddd;
} */
.service-block p {
    text-transform: none;
}
.optin-list{
    margin-right: 10px;
}

.subscribe-form{
display: block;
}

.subscribe-form #mce-email{
    display: block;
    width: 100%;
}

.row_1 .square-33 a,
.row_3  .img-part,
/* .row_2 .square-33 a, */
.row_4  .img-part{
background-position: bottom !important;
}


.logo-block img {
    width: 130px;
    max-width: 80%;
    height: auto;
}

.quantity-variant li{
  position: relative;
}

.quantity-variant .no-stock-size{
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0.4;
}
.size-archive-link{
    color:#000;
}
.quantity-variant .no-stock-size::before, .quantity-variant .no-stock-size::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.quantity-variant .no-stock-size::before {
    border-bottom: 1px solid #666;
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
}
.quantity-variant .no-stock-size::after {
    border-bottom: 1px solid #666;
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
}
.btn-solid {
    padding: 13px 29px;
    color: #fff;
    letter-spacing: 0.05em;
    border: 2px solid var(--theme-color);
    background-image: linear-gradient(30deg, var(--theme-color) 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.collection-product-wrapper .product-wrapper-grid.list-view .product-box .product-detail .pro-desc-xweb {
        display: block;
}
.pro-desc-xweb {
    display: none;
}

.home_page .color-variant{
    display: none !important;
}
.product-box .product-detail .color-variant li{
    margin-bottom: 5px;
}

.product-images-block {
    position: sticky;
    top: 0;
}
/* .lable-block{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 2;
    border-radius: 50%;
    background: #0c47b5;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.product-box .lable-block{
      width: 60px;
    height: 60px;
} */

.search-count h5{
    text-transform: none;
}

.filter-main-btn {
    position: fixed;
    bottom: 20px;
    z-index: 10;
    left: 0px;
}

.theme-card .offer-slider img {
    height: 130px;
}
.irs-to,
.irs-slider,
.irs-bar {
    background-color: #0c47b5;
}

.size-chart-modal.modal .btn-close {
 
    top: 17px;
}
.product-right .size-box ul li.active {
    background-color: #0c47b5;
}
.product-right .size-box ul li.active a{
    color: #fff;

}
.size-chart-modal .table>:not(caption)>*>*{
    padding: 3px;
        font-size: 12px;
}
.btn-add-to-cart{
    margin-left: 0 !important;
}

.single-product-atc{
    width: 100%;
}

@media (min-width:768px){
    .single-product-atc{
        width: auto;
    }
}

.offcanvas-cart .shopping-cart {
    padding: 15px 15px;
    min-width: 270px;
    left: unset;
    right: 0;
}


.offcanvas-cart .shopping-cart li {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}
.offcanvas-cart .shopping-cart li .media .media-body {
    -ms-flex-item-align: center;
    align-self: center;
}
.offcanvas-cart .shopping-cart li .media img {
    width: 105px;
}
.offcanvas-cart .shopping-cart li .media .media-body h4 {
    color: #333;
}

.offcanvas-cart .shopping-cart li .media .media-body h4 span {
    color: #777;
    font-size: 16px;
}

.offcanvas-cart .shopping-cart li .close-circle {
    position: absolute;
    top: 0;
    right: 0;
}

.offcanvas-cart .shopping-cart li:last-child {
    padding-bottom: 0;
}

.offcanvas-cart .shopping-cart li .buttons a {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    font-weight: 400;
}
.offcanvas-cart .shopping-cart li .buttons a.offcanvas-cart-btn,
.offcanvas-cart .shopping-cart li .buttons a.checkout {
    color: #fff;
    border:2px solid #0c46b4;
}
.offcanvas-cart .shopping-cart li .buttons a.offcanvas-cart-btn:hover,
.offcanvas-cart .shopping-cart li .buttons a.checkout:hover {
    color: #333;

}
.checkout-buttons{
    position: absolute;
    bottom: 0;
    width: calc(100% - 15px);
    padding-right: 30px;
}

.offcanvas-cart .shopping-cart li .buttons .checkout {
    float: right;
}

.text-nt{
    text-transform: none;
}

li.no-stock{
    position: relative;
    background-color: #f8f8f8;
    opacity: 0.6;
}

li.no-stock a{
    cursor: not-allowed;

}
li.no-stock::before {
    border-bottom: 1px solid #666;
    transform: skewY(-45deg);
}

li.no-stock::after {
    border-bottom: 1px solid #666;
    transform: skewY(45deg);
}

li.no-stock::before , li.no-stock::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.product-right .size-box ul li{
    border-radius: 4px;
}
.offcanvas-cart .close-circle a{
    color: #777;
}
 .lable-block .lable4, .product-wrap .img-wrapper .lable-block .lable4 {
    border-radius: 100%;
    background-color: var(--theme-color);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    color: #fff !important;
    top: 7px;
    left: 7px;
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;

}

 .img-wrapper .lable-block .lable4 {
    transform: rotate(-90deg) !important;
}

 .lable-block .lable3, .product-wrap .img-wrapper .lable-block .lable3 {
    border-radius: 100%;
    background-color: var(--theme-color);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    padding: 12px 6px;
    text-transform: uppercase;
    color: #fff;
    top: 7px;
    right: 7px;
    left: auto !important;
    z-index: 1;
}
.offcanvas-header button  {
    font-size: 24px;
    position: absolute;
    right: 0.5em;
    top: 14px;
    color: #fff !important;
    opacity: 1;
}
@media (max-width: 768px){
    .cart-section tfoot tr td:first-child, .wishlist-section tfoot tr td:first-child {
        width: 55%;
        font-size: 15px;
        padding-right: 10px;
        text-transform: capitalize;
        font-weight: 700;
    }
}

.checkout-details {
    position: relative;
    background-color: #f9f9f9;
    border: none;
}

@media (min-width: 580px){
    .checkout-details {
        padding: 40px;
    }
}

.checkout-page input[type="text"],
.checkout-page input[type="number"],
.checkout-page input[type="email"],
.checkout-page select,
.checkout-page textarea
 {
    padding: 0 22px;
    height: 45px;
    border: 1px solid #ddd;
}
#ship_different_address{
    margin-left: -10px;
    margin-right: 1em;
}

.btn-solid:hover{
    border-color: #0c47b5;
}

.checkout-details table{
vertical-align: middle;
}

.alert-absolute-close{
    position: absolute;
    right: 10px;
    top: 16px;
}

.order-success-sec .order-detail li{
    text-transform: none;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
 .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img{
    height: 14px;
}

.tap-top {
    line-height: 42px;
    width: 45px;
    height: 45px;
    padding: 2px;
    font-size: 19px;
    border: 2px solid #fff;
    z-index: 11;
}

.tap-top.top-phone {
    bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tap-top.top-phone a{
    color:#fff;
}

.mobile-phone-head {
    padding: 4px 0;
    font-size: 1rem;
    background: #0c47b5;
}

.mobile-phone-head a{
   color:#fff;
}

.cursor-pointer {
    cursor: pointer;
}

#mainProduct .product-right h3 span{
    font-size: 26px;
    color: #222;
    margin-bottom: 15px;
    padding-left: 0px;
}

@keyframes advantages-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-600px); }
}
@media (max-width: 767px){
    .top-advantages .row {
        overflow: hidden;
    }
    .top-advantages .advantages-track {
        display: flex;
        flex-wrap: nowrap;
        animation: advantages-scroll 18s linear infinite;
    }
    .top-advantages .service-block {
        flex: 0 0 120px;
        width: 120px;
        padding: 0 8px;
    }
}
.top-advantages .service-block .media {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    display: flex;
    column-gap: 10px

}
.top-advantages .service-block .media-body {
    float: left;
    width: calc(100% - 30px);
    padding-left: 5px;
}
.top-advantages .service-block .media-body h4{
    margin-bottom: 0;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
}
.top-advantages  .service-block svg, .service-block1 svg {
    margin-bottom: 0px;
    height: auto;
    width: 20px;
    float: left;
}
.top-advantages .service-block .advantage-icon {
    margin-bottom: 0px;
    width: 20px;
    height: 20px;
    float: left;
    object-fit: contain;
}
.top-advantages   .service-block+.service-block{
margin-top: 0;
}

.top-advantages .service-block .media-body p{
    font-size:10px;
}
.top-advantages .service-block+.service-block{
    border: 0 none;
}
@media (min-width: 768px){
    .top-advantages .advantages-track {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .top-advantages .service-block.is-clone {
        display: none;
    }
    .top-advantages .service-block .media-body h4{
        font-size: 12px;
        text-align: left;
        font-weight: bold;
    }

.top-advantages .service-block .media {
    padding-bottom: 5px;
}
}

@media (min-width: 992px){
    .top-advantages  .service-block svg, .service-block1 svg {
    width: 35px;
}
    .top-advantages .service-block .advantage-icon {
    width: 35px;
    height: 35px;
}
}

.cat-block{
    margin-bottom: 20px;
}
.title-inner1{
    text-transform: none;
}
.cat-title{
    background-color: var(--theme-color);
    padding: 10px 0;
}

.cat-title h2 {
    color: #fff;
    letter-spacing: 4px;
    font-size: 1rem;
    margin-bottom: 0;
}

.cat-title h3 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 200;
}

.logo-block img{
    filter:grayscale(0);
    opacity: 1;

}

.no-transform{
    text-transform: none !important;
}
footer p {
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.slick-lightbox{
    background-color: #fff !important;
}
.slick-lightbox .slick-next:before,
.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-lightbox-close:before {
    color: #000;
}

.btn-outline{
    color: #0c47b5;
}



.flex{
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* The container */
.color-checkmark {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.color-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.color-checkmark .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border:1px solid rgb(0 0 0 / 27%);
  border-radius: 4px;
box-shadow: 2px 2px 3px 0px #00000075;
}

/* On mouse-over, add a grey background color */
.color-checkmark:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.color-checkmark input:checked ~ .checkmark {
  /* background-color: #2196F3; */
}

/* Create the checkmark/indicator (hidden when not checked) */
.color-checkmark .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.color-checkmark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.color-checkmark .checkmark:after {
  left: 8px;
    top: 3px;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.color-checkmark.black-check .checkmark:after {
    border-color: #000;
}
.color-checkmark.white-check .checkmark:after {
    border-color: #fff;
}

.collection-filter-checkbox-color label {
    margin-left: -20px;
    padding-left: 30px !important;
    display: flex;
    align-items: center;
    height: 25px;
    margin-bottom: 0;
}


.product-right td {
    text-align: left;

}

.important-info li{
    display: block !important;
}



.footer-logos{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.logo-section img{
    max-width: 100%;
}
.logo-section .footer-social{
    background: var(--theme-color);
    text-align: center;
        padding: 10px;
        display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 0;
}
.logo-section .footer-social li{
    padding-right: 0;
}
.logo-section .footer-social a {
    margin: 0 10px;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    display: inline-block;
    height: 30px;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-section .footer-social a i{
    color:var(--theme-color);
}
.footer-logos .footer-logo{
    display: flex;
    justify-content: center;
    
}

.footer-logo-ssl img{
    width: 140px;
    height: auto;
}

.footer-logo-bank-courier{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 20px;
}
.footer-logo-bank-courier img{
    max-width: 100px;
    max-height: 35px;
    height: auto;
    object-fit: contain;
}
@media(min-width: 576px){
    .footer-logo-bank-courier img{
        max-width: 120px;
        max-height: 45px;
    }
}
@media(min-width: 768px){
    .footer-logo-bank-courier img{
        max-width: 150px;
        max-height: 50px;
    }
}

.footer-logo-cards{
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
}
@media(min-width: 768px){
    .footer-logo-cards{
        flex-direction: row;
    }
    .footer-logo-cards img {
        max-height: 50px;
    }
}

.footer-logo-skroutz{
    display: flex;
    justify-content: center;
}
.footer-logo-skroutz img{
    width: 160px;

}

.ch2-icon {
    bottom: 70px !important;
}

.item-type-product_category .ch2-icon{
    display: none;
}

#chooseLockerButton {
    background-color: #6cd04e;
    border-style: none;
    border-radius: 6px;
    padding: 4px 5px;
    color: #fff;
  }
  
  .boxnow-map-widget-button {
    display: none;
  }
  
  
  
  .boxnow-title {
    display: none;
  }
  .boxnow-title-show {
    /* background-color: red; */
    display: block;
    font-size: 13px;
    font-style: italic;
    opacity: 0.8;
  }

  .boxnow-highlight {
    color: #44d62c !important;
  }

[data-payment-method="alphabankcard"] .form-check-label {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .pc-colors  .variation-wrapper{
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 3px;

  }
.p-colors  .variation-wrapper{
    border-radius: 8px;
    border: 2px solid #ddd;
    padding: 5px;
  }

   .variation-wrapper.selected-variation{
    border-color: #0d46b4;
  }

  /* black friay label */
  /* .lable-block .lable4 {
     display: none !important;
    } */

.lable-block .lable5, .product-wrap .img-wrapper .lable-block .lable5 {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 1;
    width: 55px;
    height: 55px;
    line-height: 55px;
}

.lable5 img{
    width: 100%;
    height: auto;
}
.lable-block .lable4,
.product-box .img-wrapper .lable-block .lable4{
    font-size: 9px;
}

.home-h1{
    color: #0d46b4;
    font-weight: bold;
}