/* ========== custom s ========== */

.list.dashed > li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

/*nav s*/

.navbar-default {
    background-color: #565656;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #333;
}

.dropdown-menu {
    background-color: #565656;
}

.dropdown-menu > li > a {
    color: #333;
    padding: 8px 20px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #e4007f;
/*     background-color: #333; */
}



.navbar-default .navbar-nav {
    width: 100%;
}

/*.navbar-default .navbar-nav > li {*/
/*    position: static;*/
/*}*/

.navbar-default .dropdown-large {
    position: static;
}

.navbar-default .dropdown-large .dropdown-menu {
/*     background-color: #e4007f !important; */
}

.navbar-default .dropdown-large .dropdown-large-menu {
    width: 100%;
    padding: 15px 30px;
    background: #fff;
}

.navbar-default .dropdown-large .dropdown-large-menu ul > li > a {
/*     color: #fff !important; */
}
.navbar-default .dropdown-large .dropdown-large-menu ul > li:hover {
/*     color: #fff; */
/*     background-color: #f271cc; */
}

/*nav e*/

/*20190809 s*/
.item-video-list video {
    height: 240px;
    background: #000;
}

.item-pic-list .grid .absolute,
.item-pic-list .owl-carousel .absolute {
    display: none;
}

.item-pic-list .grid .relative:hover .absolute,
.item-pic-list .owl-carousel .item .relative:hover .absolute {
    display: block;
}

/*20190809 e*/

/*20190821 s*/
.panel-heading .panel-title > a:not(.collapsed) .fa-plus {
    display: none;
}

.panel-heading .panel-title > a.collapsed .fa-plus {
    display: inline-block;
}

.panel-heading .panel-title > a.collapsed .fa-minus {
    display: none;
}

/*20190821 e*/

.product-detail img {
    max-width: 750px;
}

.blog-content img {
    max-width: 750px;
}
.product-detail .panel-default {
    border-color: transparent;
    box-shadow: none;
}

/*20200114 e*/
.product-detail .panel-default .panel-heading {
    border: transparent;
    background: transparent;
    box-shadow: none;
}

.product-detail .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.blog-content img {
    max-width: 750px;
}
/*shopping-list s*/

/*product-option s*/
.product-option .form-check-label {
    position: relative;
    cursor: pointer;
    display: block;
}
.product-option .form-check-label .pic-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #e2e1e3;
    border-radius: 4px;
    transition: all .3s ease-in-out;
}
.product-option .form-check-label:focus .pic-box,
.product-option .form-check-label:hover .pic-box {
    border: 1px solid red;
    opacity: .8;
}
.product-option .form-check-label > input:checked ~ .pic-box {
    border: 1px solid red;
    opacity: .8;
}
.product-option .form-check-label > input:checked ~ .pic-box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent red red transparent;
    z-index: 100;
}
.product-option .form-check-label .show-box {
    display: none;
    position: absolute;
    bottom: calc(100% + 3px);
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: auto;
    padding: 5px;
    z-index: 99;
    border: 1px solid red;
    border-radius: 4px;
    background: #fff;

}
.product-option .form-check-label .show-box:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: red transparent transparent transparent;
}
.product-option .form-check-label .show-box img {
    width: 100%;
    height: auto;
}
.product-option .form-check-label:hover .show-box {
    display: block;
}

/*product-option e*/

.shopping-list {
    display: block;
    float: left;
}

.shopping-list .grid + .grid {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}

.quantity-control {
    float: left;
}

.quantity-control .btn {
    float: left;
    padding: 6px 4px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.quantity-control .btn:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

.quantity-control .form-control {
    float: left;
    padding: 6px 4px;
}

.quantity-control .form-control:hover {
    border-color: #ddd;
}

/*shopping-list e*/

/*footer s*/

.footer-policy-list > a {
    display: inline-block;
    margin: 5px 15px;
}

/*footer e*/

/*album s*/
.album-01 {
    min-height: 550px;
    background: linear-gradient(135deg, white 32%, rgb(255, 145, 0) 32%, rgb(255, 145, 0) 100%);
}

.album-01 .title {
    top: 15px;
    left: 50px;
}

.album-01 .pic-list > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    transform: rotate(-45deg);
}

.album-01 .pic-list > a:nth-of-type(1) {
    top: 320px;
    left: 200px;
}

.album-01 .pic-list > a:nth-of-type(2) {
    top: 190px;
    left: 330px;
}

.album-01 .pic-list > a:nth-of-type(3) {
    top: 60px;
    left: 460px;
}

.album-01 .pic-list > a:nth-of-type(4) {
    top: 320px;
    left: 460px;
}

.album-01 .pic-list > a:nth-of-type(5) {
    top: 190px;
    left: 590px;
}

.album-01 .pic-list > a:nth-of-type(6) {
    top: 60px;
    left: 720px;
}

.album-02 {
}

.album-02 .top-pic {
    margin-bottom: 30px;
}

.album-02 .top-pic > a {
    width: 320px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
}

.album-02 .pic-list {
    display: inline-block;
    min-height: 500px;
}

.album-02 .pic-list > * {
    width: 220px;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    transform: rotate(-45deg);
}

.album-02 .pic-list > div:nth-of-type(1) {
    top: 50px;
    left: 440px;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.album-02 .pic-list > div:nth-of-type(1) .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    /*transform: ;*/
}

.album-02 .pic-list > a:nth-of-type(1) {
    top: 50px;
    left: -120px;
}

.album-02 .pic-list > a:nth-of-type(2) {
    top: 220px;
    left: -170px;
}

.album-02 .pic-list > a:nth-of-type(3) {
    top: 220px;
    left: -50px;
}

.album-02 .pic-list > a:nth-of-type(4) {
    top: 50px;
    left: -100px;
}

.album-03 {
    min-height: 420px;
    background: linear-gradient(45deg, rgb(255, 145, 0) 75%, white 75%, white 100%);
}

.album-03 .title {
    top: 15px;
    right: 50px;
}

.album-03 .pic-list-01 {
    top: 20px;
    left: 15%;
}

.album-03 .pic-list-02 {
    top: 210px;
    left: 25%;
}

.album-03 .pic-list > a {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}

/*album e*/

/*20230627*/
.category-tags-box {}
.category-tags-box .dropdown .dropdown-toggle {
    display: none;
}
.category-tags-box .dropdown .dropdown-menu {
    position: relative;
    display: block;
    box-shadow: none;
    background: transparent;
    border: none;
}
.category-tags-box .dropdown .tag-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.category-tags-box .dropdown .tag-box > * {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 4px 5px;
    /* padding: 4px 12px; */
    font-size: 14px;
    color: #666;
}
.category-tags-box .dropdown .tag-box > *:focus,
.category-tags-box .dropdown .tag-box > *:hover {
    background: #ff5252;
    border-color: #ff5252;
    color: #fff;
}

.product-block {
    position: relative;
}
.product-block .float-discount {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 10;
    width: 50px;
    background: #f44336;
    padding: .25rem .25rem 0 .25rem;
    text-align: center;
}
.product-block .float-discount > * {
    display: block;
    color: #fff;
    line-height: 1;
}
.product-block .float-discount > *:first-child {
    font-size: 14px;
    font-weight: 600;
}
.product-block .float-discount > *:last-child {
    font-size: 12px
}
.product-block .float-discount::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 25px solid transparent;
    border-top: 10px solid #f44336;
}
/*20230627*/


/* ========== custom e ========== */

/* ========== responsive s ========== */

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .quantity-control .btn {
        padding: 2px 4px;
    }

    .quantity-control .form-control {
        height: 26px;
        padding: 2px 4px;
    }

    /*20230627*/
    .category-tags-box .dropdown .dropdown-toggle {
        display: block;
        background: #efefef;
        color: black;
        border-color: #ddd;
    }
    .category-tags-box .dropdown .dropdown-menu {
        position: absolute;
        display: none;
        max-height: 300px;
        overflow-y: auto;
        box-shadow: 0 1px 5px rgba(0,0,0,.1);
        background: #f5f5f5;
        border-radius: 6px;
        border: 1px solid #ddd;
        padding: 10px;
    }
    .category-tags-box .open .dropdown-menu {
        display: block;
    }
    /*20230627*/
}

@media (max-width: 767px) {
    .item-video-list video {
        height: auto;
        background: #000;
    }
}

@media (max-width: 479px) {
    .product-detail .panel-default {
        border-color: #ddd;
        box-shadow: inherit;
    }

    .product-detail .panel-default .panel-heading {
        border: #ddd;
        /*background: #f5f5f5;*/
        box-shadow: inherit;
    }

    .product-detail .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd;
    }

    .category-tags-box .dropdown .dropdown-toggle {
        width: 100%;
        font-weight: 600;
    }
    .category-tags-box .dropdown .tag-box {
        display: flex;
    }
    .category-tags-box .dropdown .tag-box > * {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #efefef;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin: 4px 5px;
        padding: 4px 12px;
        font-size: 14px;
        color: #666;
    }
    .category-tags-box .dropdown .tag-box > *:focus,
    .category-tags-box .dropdown .tag-box > *:hover {
        background: #ff5252;
        border-color: #ff5252;
        color: #fff;
    }
}

@media (max-width: 319px) {
}

/* ========== responsive e ========== */


/* ========== tag-box s ========== */

.tag-box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tag-box>a {
   /* display: inline-block;*/
    text-align: center;
    color: #333;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #efefef;
}

.tag-box>span {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #333;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #efefef;
}

.tag-box>a.active, .tag-box>a:hover, .tag-box>span.active, .tag-box>span:hover {
    color: #fff;
    background-color: #ff5252;
}

#order_by span.cursor-pointer:hover {
    color: #fff;
    background-color: #ef5350;
}

/* ========== tag-box e ========== */