/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*Chat user*/
.chat-avatar-userpic {
    width: 27px;
    border: 1px #e4ebe8fa solid;
    -webkit-border-radius: 20% !important;
    -moz-border-radius: 20% !important;
    border-radius: 15% !important;
}

@media (max-width: 480px){
    .chat-avatar-userpic {
        width: 27px;
    }
}

/* Item custom */
.item-title {
    text-transform: unset;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    min-height: 42px;
    max-height: 42px;
    display: grid;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: 'Roboto-Condensed-Bold';
}

.item-price {
    text-align: center;
    margin-top: -8px;
}

.item-price .cur-p {
    font-family: 'Roboto-Condensed-Bold';
    margin-left: 2px;
}

.item-price .old-p {
    text-decoration: line-through;
    margin-left: 2px;
}

.dis-p {
    background-color: #fd0909 !important;
    font-family: 'Roboto-Condensed-Bold';
}

.item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1BBC9B;
    border: 1px solid #1BBC9B;
    border-radius: 3px;
    padding: 7px;
    width: fit-content;
    text-align: center;
    font-size: 1.1rem;
    text-decoration: none;
}

.item-btn:hover {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 3px;
    width: fit-content;
    font-size: 1.1rem;
    background-color: #1BBC9B;
    text-decoration: none;
}

.item-btn:focus {
    text-decoration: none;
    color: #fff;
}

.out_of_stock {
    color: red;
    border: 1px solid red;
    padding: 3px 18px;
    width: fit-content;
    margin: 10px auto 0;
    font-size: 13px;
    font-family: 'Roboto-Condensed-Bold';
    cursor: context-menu;
    border-radius: 2px;
    text-align: center;
}

.sbox {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.sbox figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 170px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.sbox figure small {
    position: absolute;
    background-color: #1BBC9B;
    left: 8px;
    top: 8px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    line-height: 1;
}

.sbox figure a img {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0%;
    top: 0%;
    transform: translate(-0%, -0%) scale(1);
    backface-visibility: hidden;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.sbox figure a:hover img {
    transform: translate(-0%, -0%) scale(1.2);
}

.sbox .wrapper {
    padding: 20px 25px 15px 25px;
}

.sbox .wrapper h3 {
    font-size: 0.9rem;
}

.sbox .wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
}

.sbox .wrapper h3 a {
    color: #333;
}

.sbox ul {
    padding: 13px 15px 25px 20px;
    border-top: 1px solid #ededed;
}

.sbox ul li:first-child {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: -4px;
}

.sbox ul li:last-child {
    margin-right: 0;
    float: right;
}

.sbox ul li {
    display: inline-block;
    margin-right: 15px;
}

.sbox ul li .score {
    margin-top: -10px;
}

.sbox span {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 8px;
    font-size: 1.3rem;
    text-align: right;
    line-height: 1.1;
    font-weight: 500;
}

.score span em {
    display: block;
    font-weight: normal;
    font-size: 1rem;
}

.wrapper {
    height: 70px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-fluid-theme {
    height: 170px;
}

/* Custom Border Portlet*/
.border-left-primary {
    border-left: 0.25 rem solid #17bcff !important;
  }
  
.border-bottom-primary {
    border-bottom: 0.30rem solid #17bcff !important;
}

.border-left-secondary {
    border-left: 0.30rem solid #858796 !important;
  }
  
.border-bottom-secondary {
    border-bottom: 0.30rem solid #858796 !important;
}

.border-left-success {
    border-left: 0.30rem solid #17bcff !important;
  }
  
.border-bottom-success {
    border-bottom: 0.30rem solid #17bcff !important;
}

.border-left-info {
    border-left: 0.30rem solid #36b9cc !important;
  }
  
.border-bottom-info {
    border-bottom: 0.30rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.30rem solid #f6c23e !important;
}

.border-bottom-warning {
    border-bottom: 0.30rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: 0.30rem solid #e74a3b !important;
}

.border-bottom-danger {
    border-bottom: 0.30rem solid #e74a3b !important;
}

.border-left-light {
    border-left: 0.30rem solid #f8f9fc!important;
}

.border-bottom-light {
    border-bottom: 0.30rem solid #f8f9fc!important;
}

.border-left-dark {
    border-left: 0.25 rem solid #5a5c69 !important;
  }
  
.border-bottom-dark {
    border-bottom: 0.30rem solid #5a5c69!important;
}

/* Custom PS */
.mb-0px {
    margin-bottom: 0px !important;
}

.text-white {
    color: #bcc2cb;
}