.brand-box {
    position: relative;
    width: 10%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 20px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.brand-box.active {
    border: 2px solid #01abec;
}

.brand-box a img {
    margin: 0 auto;
    height: auto !important;
    max-height: 43px !important;
}

.brand-times-icon {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 16px;
}

.full-width {
    width: 100% !important;
}

.cart-image-figure {
    border: 0 !important;
}

.cart-product-image img {
    width: 90px !important;
}

.cart-product-title a {
    font-size: 14px;
}

.cart-product-title small {
    font-size: 12px;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.showcase {
    max-height: 400px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.note-area {
    min-height: 0px !important;
    height: 137px !important;
}


/**
Checkbox css
 */

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**
Radio css
 */

/* Customize the label (the container) */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Product Page */
.product-single-details .specials {
    margin: 10px 0;
}

.product-single-details .specials .special:first-child {
    margin-left: 0;
}

.product-single-details .specials .special {
    float: left;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .4);
    width: 23%;
    text-align: center;
    margin: 0 .5%;
}

.product-single-details .specials .special:last-child {
    margin-right: 0;
}

.product-single-details .specials .special i {
    display: block;
    color: rgba(0, 0, 0, .4);
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-single-details .specials .special span {
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    padding: 5px 0;
}

.product-single-details .specials .special.free-cargo {
    border-color: #3498db;
}

.product-single-details .specials .special.free-cargo i {
    color: #3498db;
}

.product-single-details .specials .special.free-cargo span {
    background: #3498db;
}

.product-single-details .specials .special.shipping-fast {
    border-color: #3498db;
}

.product-single-details .specials .special.shipping-fast i {
    color: #3498db;
}

.product-single-details .specials .special.shipping-fast span {
    background: #3498db;
}

.product-single-details .specials .special.door-payment {
    border-color: #e67e22;
}

.product-single-details .specials .special.door-payment i {
    color: #e67e22;
}

.product-single-details .specials .special.door-payment span {
    background: #e67e22;
}

.product-single-details .specials .special.credit-card {
    border-color: #e74c3c;
}

.product-single-details .specials .special.credit-card i {
    color: #e74c3c;
}

.product-single-details .specials .special.credit-card span {
    background: #e74c3c;
}

.product-single-tabs .nav .nav-item {
    background-color: #F1F1F1;
    padding-top: 15px;
    width: 24.80%;
}


/* Promotion */
.promotion {
    padding: 20px 0 0 0
}

.promotion .title {
    color: #444;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.promotion .icon {
    background: #2b9ac9;
    width: 90px;
    height: 90px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
    border-radius: 30px 40px 30px 40px
}

.promotion.promotion-2 .icon {
    background: #e8398b;
}

.promotion.promotion-3 .icon {
    background: #64b563;
}

.promotion.promotion-4 .icon {
    background: #fcc247;
}

.promotion .description {
    margin-top: 5px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.header-top {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.header-top .order-menu ul li {
    margin-right: 18px;
}

.header-top .order-menu ul li a {
    color: #666;
}

.header-top .order-menu ul li a:hover {
    color: #01ABEC;
}

.header-top .social a {
    color: #666 !important;
}

.header-top .social a:hover {
    color: #01ABEC !important;
}

.header-top .social i {
    margin-right: 10px;
}

.list-group-a {
    color: #767f84 !important;
    font-weight: bold;
}

.brand .img-box {
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.brand .img-box img {
    height: auto;
}

.brand .text {
    margin-left: 20px;
    color: #fff;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.brand .text .title {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    display: block;
    font-weight: bold;
}

.mobile-menu-toggler {
    color: #01ABEC;
}

.logo img {
    max-height: 70px !important;
    max-width: 300px !important;
}

.brand-bg {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mini-popup {
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.7);
}

.variants {
    font-family: Poppins, serif;
}

.variants .box input {
    visibility: hidden;
    position: absolute;
    left: -99999px;
}

.variants .box {
    display: inline-block;
    background: #fdffff;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-right: 5px;
    position: relative;
}

.sign-in-button {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sign-in-button.facebook {
    background-color: #1a538a;
    box-shadow: 0 2px 2px 0 rgb(41 48 59 / 24%), 0 0 2px 0 rgb(41 48 59 / 12%);
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    margin-bottom: 8px;
    padding: 0;
    color: #FFFFFF;
}

.sign-in-button.facebook:hover {
    color: rgba(255, 255, 255, 0.8);
    filter: brightness(0.8);
}

.sign-in-button.facebook i {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 16px 0;
    text-align: center;
    width: 48px;
    color: #FFFFFF;
}

.sign-in-button.google {
    color: #29303b;
    background-color: #fff;
    border: 1px solid #dedfe0;
    box-shadow: 2px 2px 2px 0 rgba(41, 48, 59, 0.24), 0 0 2px 0 rgba(41, 48, 59, 0.12);
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    margin-bottom: 8px;
    padding: 0;
}

.sign-in-button.google img {
    display: inline-block;
    margin: 16px 10px;
    width: 25px;
    height: 25px;
}

.sign-in-button.google:hover {
    color: rgba(41, 48, 59, 0.8);
    filter: brightness(0.9);
}

@media (max-width: 768px) {
    .product-single-details .specials .special {
        width: 32%;
    }

    .logo img {
        max-height: 70px !important;
        max-width: 112px !important;
    }

    .brand-bg {
        height: 130px;
    }

    .brand .img-box {
        height: 70px;
        width: 70px;
    }

    .brands {
        overflow: auto;
    }

    .brand-box {
        flex: 1;
        min-width: 31% !important;
        max-width: 31% !important;
    }

    .sign-in-button {
        height: 37px !important;
        box-shadow: none !important;
    }
}

