/*contact us page - start*/
.custom-contact-wrapper .primary button { background: #333; border: none !important; } 
.contact-social { margin-top: 20px; } 
.contact-social_item a { display: flex; position: relative; align-items: center; grid-gap: 10px; } 
.contact-social_item a img { width: 50px; height: 50px; } 
.contact-social_item-content { display: flex; flex-direction: column; } 
.contact-social_item-content strong { font-size: 18px; margin-bottom: 5px; color: #333; } 
.contact-social_item { margin-bottom: 20px; } 
.contact-social_item a:hover strong { color: #333; } 
.custom-contact-wrapper .primary button { background: #333; border: none !important; } 

@media (min-width: 992px){
   .custom-contact-wrapper { padding-top: 200px; } 
   .custom-contact-wrapper::before { content: ''; width: 100%; left: 0; position: absolute; background: url(../../images/contact-us-top.jpg) no-repeat center; background-size: cover; height: 190px; top: 260px; } 
}
/*contact us page - end*/

.page-header .telegram-link::before {
    width: 26px;
    height: 26px;
    content: '';
    display: inline-block;
    background: url(../../images/telegram-icon-black.png) no-repeat center;
    background-size: contain;
  border-radius: 14px;
}

.page-header  .telegram-link {
    display: flex;
    grid-gap: 10px;
}


.breadcrumbs > .items {
    padding: 12px 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1em;
    color: #8e8e8e;
    max-width: 1200px;
    margin: 0 auto;
}
.breadcrumbs .items > li:not(:last-child)::after {
    position: relative;
    content: "\e81a";
    font-family: porto-icons;
    right: -1px;
    display: block;
    float: right;
    margin: 0 4px;
    width: 20px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    line-height: inherit;
}
.breadcrumbs .items > li strong {
    font-weight: 400;
}
.header-right .my-account, .header-right .wishlist {
    min-width: 40px;
    font-size: 24px;
    text-align: center;
}