/*
   primary #0d6efd
   warning #ffc107
*/

/**************************************************
* Pages Background color
**************************************************/
/*
body {
    background-color: #F5F5F5 !important;
}
*/


/**************************************************
* Paginator
**************************************************/
/*
.page-link {
    color: #212529 !important;
}

.page-item.active .page-link {
    color: #212529 !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}
*/

/**************************************************
* Font sizes
**************************************************/
.fs-8px {
    font-size: 8px !important;
}

.fs-10px {
    font-size: 10px !important;
}

.fs-12px {
    font-size: 12px !important;
}

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

.fs-15px {
    font-size: 15px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-22px {
    font-size: 22px !important;
}

.fs-24px {
    font-size: 24px !important;
}

.fs-26px {
    font-size: 26px !important;
}

.fs-28px {
    font-size: 28px !important;
}

.fs-30px {
    font-size: 30px !important;
}

/**************************************************
* Widths
**************************************************/
.w10p {
    width: 10% !important;
}

.w20p {
    width: 20% !important;
}

.w30p {
    width: 30% !important;
}

.w40p {
    width: 40% !important;
}

.w50p {
    width: 50% !important;
}

.w60p {
    width: 60% !important;
}

.w70p {
    width: 70% !important;
}

.w80p {
    width: 80% !important;
}

.w90p {
    width: 90% !important;
}

.w100p {
    width: 100% !important;
}

.w15p {
    width: 10% !important;
}

.w25p {
    width: 20% !important;
}

.w35p {
    width: 30% !important;
}

.w45p {
    width: 40% !important;
}

.w55p {
    width: 50% !important;
}

.w65p {
    width: 60% !important;
}

.w75p {
    width: 70% !important;
}

.w85p {
    width: 80% !important;
}

.w95p {
    width: 90% !important;
}

/**************************************************
* Bottom arrow for selected category and username
**************************************************/
.selected-category.active:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid whitesmoke;
    border-top: none;
    height: 0;
    width: 0;
    bottom: -8px;
    content: ' ';
    left: 50%;
    margin-left: -5px;
    margin-right: -5px;
    position: absolute;
}

.open-username-menu-arrow:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-top: none;
    height: 0;
    width: 0;
    bottom: -2px;
    content: ' ';
    left: 50%;
    margin-left: -5px;
    margin-right: -5px;
    position: absolute;
}

.close-username-menu-arrow:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: none;
    height: 0;
    width: 0;
    bottom: -2px;
    content: ' ';
    left: 50%;
    margin-left: -5px;
    margin-right: -5px;
    position: absolute;
}

.open-language-menu-arrow:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-top: none;
    height: 0;
    width: 0;
    bottom: -9px;
    content: ' ';
    left: -50%;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
}

.close-language-menu-arrow:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: none;
    height: 0;
    width: 0;
    bottom: -9px;
    content: ' ';
    left: -50%;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
}


/**************************************************
* Subcategory background style
**************************************************/
.subcategory-open, ul.subcategory > li > a:hover{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #0d6efd;
    color: white !important;
}

ul.subcategory > li > ul > li > a:hover {
    background-color: #0d6efd !important;
    color: white !important;
}


/**************************************************
* Shopping cart icon badge
**************************************************/
/*
.badge-cart-items {
    position: absolute;
    margin-top: -4px;
    margin-left: -4px;
}
*/

/**************************************************
* Dropdown menu and username/language menu shadow
**************************************************/
.dropdown-menu-shadow {
    -webkit-box-shadow: 0px 5px 12px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 5px 12px 0px rgba(194,194,194,1);
    box-shadow: 0px 5px 12px 0px rgba(194,194,194,1);
}

.username-dropdown-menu-shadow {
    -webkit-box-shadow: 0px 5px 12px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 5px 12px 0px rgba(194,194,194,1);
    box-shadow: 0px 5px 6px 0px rgba(194,194,194,1);
}

.language-dropdown-menu-shadow {
    -webkit-box-shadow: 0px 5px 12px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 5px 12px 0px rgba(194,194,194,1);
    box-shadow: 0px 5px 6px 0px rgba(194,194,194,1);
}

/**************************************************
* Item thumbnail in search list/grid
**************************************************/
.search-item-thumbnail-size {
    height: 190px !important;
}

/**************************************************
* Search box, input, and icon
**************************************************/
.search-box {
    box-shadow: 0px 0px 8px 0px rgba(194,194,194,1);
    border: 1px solid rgba(0,0,0,.35);;
    border-radius: 50px !important;
    height: 60px;
    background-color: white;
}

.search-input {
    border: none !important;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50px !important;
    width: 100%;
}

.search-icon {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0,0,0,.55);
    background-color: #0d6efd;
    font-size: 12px;
    position: relative;
}

.search-icon:hover {
    color: #fff !important;
}

a:link {
    text-decoration: none !important;
}

.rounded-edge-10px {
    border-radius: 10px !important;
}


.rounded-upper-edge-10px {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

/**************************************************
* Profile image
**************************************************/
.profile-image {
    width: 100%;
}

.profile-avatar {
    max-width: 100px !important;
}


/**************************************************
* Active nav-tab style
**************************************************/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: bold;
    color: black !important;
}


/**************************************************
* Side menu
**************************************************/
ul.side-menu li.nav-item a.nav-link:hover {
    background-color: #eeeeee;
}

ul.side-menu li.nav-item a.active {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}

/**************************************************
* textarea tag style
**************************************************/
textarea {
	resize: none !important;
}

.resizeable-v {
	resize:vertical !important;
}

.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}


/**************************************************
* Bootstrap Card as Radio
**************************************************/
.card-input-element {
    display: none;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input  > .card-header {
    background-color: #0dcaf0 !important;
    color: #212529 !important;
}


/**************************************************
* Rating stars
**************************************************/
.rate:not(:checked) > input {
    display: none;
}
.rate:not(:checked) > label {
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:19px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    font-family: "Font Awesome 5 Free";
    /*content: '\f005';*/
    content: '★';
    font-weight: 900;
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}


/**************************************************
* Favorit button on mouse over for item cover image
**************************************************/
.btn-heart:hover {
    color: red !important;
}

.btn-cart:hover {
    color: #198754 !important;
}

.item-cover-img:hover .add-wishlist {
	display: block !important;
}

.add-wishlist {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}


/*
.filter-refine:hover {
    cursor: pointer;
}
*/

/**************************************************
* Filter & refine side menu
**************************************************/
.filter-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button:after { 
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-filter-body {
    height: 200px !important;
}

/**************************************************
* button/link/text hover
**************************************************/
.btn-hover:hover {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-color-hover:hover {
    color: #0d6efd !important;
}

.btn-primary-hover:hover {
    color: #0d6efd !important;
}

.btn-delete-hover:hover {
    color: #dc3545 !important;
    cursor: pointer;
}

.text-secondary-hover:hover {
    color: white !important;
}

.link-hover-primary:hover {
    color: #0d6efd !important;
}

.btn-danger-hover:hover {
    color: #dc3545 !important;
    cursor: pointer;
}

.btn-success-hover:hover {
    color: #198754 !important;
    cursor: pointer;
}
/**************************************************
* More items images by seller
**************************************************/
.img-thumbnail-100px {
    max-width: 100px !important;
    max-height: 100px !important;
}

.img-thumbnail-75px {
    max-width: 75px !important;
    max-height: 75px !important;
}

.img-thumbnail-50px {
    max-width: 50px !important;
    max-height: 50px !important;
}

.img-thumbnail-30px {
    max-width: 30px !important;
    max-height: 30px !important;
}

.img-thumbnail-25px {
    max-width: 25px !important;
    max-height: 25px !important;
}

/**************************************************
* Payment method images
**************************************************/
.img-payment-cc {
    max-width: 30px !important;
    max-height: 20px !important;
    width: 30px !important;
    height: 20px !important;
    border: 1px solid gray !important;
    border-radius: 3px;
}

.img-payment-paypal {
    max-width: 65px !important;
    max-height: 20px !important;
    width: 65px !important;
    height: 20px !important;
    
}

.img-payment-wallet {
    max-width: 20px !important;
    max-height: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

/**************************************************
* ul li style none
**************************************************/
.ul-style-none {
    list-style-type: none;
}

/**************************************************
* Checkout order summary accordion
**************************************************/
.order-summary-accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.order-summary-accordion-button:after {
    display: none;
}

.order-summary-accordion-button:before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    transform: rotate(180deg);
}

.order-summary-accordion-button:not(.collapsed):before {
    transform: rotate(0deg);
}

/*
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffc107 !important;
}
*/

/**************************************************
* Start selling page
**************************************************/
.start-selling-bg-banner {
    background-image: url("../images/startSellingBanner.jpg");
    background-size: cover;
}

.startSellingNav:hover {
    color: #6c757d !important;
}

.your-work-images-top {
    top: -50px;
    position: relative;
}

.your-work-images-bottom {
    bottom: -50px;
    position: relative;
}

/************************************************************
* size of language flags
************************************************************/
img.lang-flag {
    width: 20px;
}

hr {
    color: rgb(184, 184, 184) !important;
}

ul.style-none {
    list-style: none;
}


/************************************************************
* user's badges
************************************************************/
.user-badge {
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
}


/************************************************************
* hover show cursor
************************************************************/
.hover-cursor:hover {
    cursor: pointer;
}


/************************************************************
* hover show cursor
************************************************************/

.search-grid-card-top-radius {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.search-grid-card-bottom-radius {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}


/*
.btn {
    border-radius: 20px !important;
    font-family: 'Raleway', sans-serif !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    border: 0px !important;
    font-size: 0.95rem !important;
    padding: .475rem .85rem !important;
}
*/


.bg-info-light {
    background-color: #e0f9ff !important;
}


/************************************************************
* Ribbon (e.g. Featured in search list items)
************************************************************/
/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #198754; /*#fd7e14; /*#2980b9;*/
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #20c997; /*#ffc107; /*#3498db;*/
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}
  
  /* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
  
  /* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
  
  /* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}
  
  /* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

/************************************************************
* Changelog
************************************************************/
.changelog-font {
    font-family: monospace !important;
}

/************************************************************
* Text
************************************************************/
.text-justify {
    text-align: justify;
}