.logged-in .header {
    top: 32px
}


/*css single-product*/

.breadcrum .breadcrum-all .breads-left .bread-item {
    padding: 20px 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
}

.breadcrum .breadcrum-all .breads-left .bread-item a {
    padding: 0;
    display: block;
    font-size: inherit;
    font-weight: 500;
    transition: 0.3s ease;
}

@media screen and (max-width:768px) {
    .breadcrum .breadcrum-all .breads-left .bread-item {
        padding: 10px 5px;
    }
}

.slide-chitiet img {
    width: 470px;
}


/*end css single-product*/


/*css navi*/

.pagination .page-numbers li a {
    padding: 0;
}

.pagination .page-numbers {
    display: flex;
    justify-content: center;
}


/*end navi*/


/*css page product*/

.breadcrum .breadcrum-all .breads-right .bread-item a {
    padding: 0px;
}

.breadcrum .breadcrum-all .breads-right li.bread-item {
    padding: 20px 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
}

.search-box .search-form .f-input:last-child {
    margin-bottom: 15px;
}


/*css main*/

.main-menu.cus {
    color: #111;
}

.home .main-menu.cus {
    color: #fff;
}

.home .header-fixed .main-menu.cus {
    color: #111;
}


/*end css main*/


/*css search*/

.search-box button {
    border: none;
}


/*end css search*/


/*add to cart*/

.mona-has-ajax.loading:before {
    opacity: 0.7;
    visibility: visible;
}

.mona-has-ajax:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.mona-has-ajax.loading:after {
    font-size: 30px;
}

.mona-has-ajax:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1ce";
    font-size: 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}


/*css cart */

.woocommerce table.shop_table th {
    background: #4E9525;
    color: #fff;
}

.woocommerce a.button.alt {
    background-color: #4E9525;
}

.woocommerce a.button.alt:hover {
    background-color: #182d0c;
}


/*end css cart*/

.sec-service .content .title {
    color: #560d0d;
}

.sec-product .title {
    color: #560d0d;
}

.table-necklace .colum .img-absolute-2 {
    top: 17%;
}

.table-necklace .colum .img-absolute-3 {
    top: 10%;
}

.table-necklace .colum .img-absolute-4 {
    top: 25%;
}

.table-necklace .colum .img-absolute-5 {
    top: 50%;
}

.sec-product .title {
    text-align: center;
}

.img-left {
    top: -80px;
}

.sec-read-more .table-read-more .colum-2 .content h2.title {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .sec-read-more .table-read-more .colum-2 .content h2.title {
        font-size: 24px;
    }
    .bg-necklace {
        background-position: right;
    }
}


/*nút call*/

.show-call-form {
    position: fixed;
    left: 10px;
    bottom: 10px;
    outline: none;
    border: none;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #f7331e;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 20px;
    z-index: 1999;
    font-family: "SFCompactDisplay-Bold", Arial, sans-serif;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.show-call-form {
    color: #fff;
}

.show-call-form i {
    font-size: 25px;
    display: block;
    height: 50px;
    line-height: 50px;
    float: left;
}

.pulse {
    -webkit-box-shadow: 0 0 0 rgba(237, 28, 36, 0.7);
    -moz-box-shadow: 0 0 0 rgba(237, 28, 36, 0.7);
    box-shadow: 0 0 0 rgba(237, 28, 36, 0.7);
    animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(237, 28, 36, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.9);
        box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.9);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(237, 28, 36, 0);
        box-shadow: 0 0 0 10px rgba(237, 28, 36, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
        box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
    }
}

@media screen and (max-width:768px) {
    .show-call-form {
        right: 10px!important;
        bottom: 120px;
        left: auto;
    }
    .table-fter .colum-ft-1,
    .colum-ft-2,
    .colum-ft-3,
    .colum-ft-4 .box-text {
        padding-left: 0px;
    }
}


/*end nút call*/

.widgettitle { 
    margin-bottom: 10px;
    text-transform: uppercase;

}
.table-fter .colum-ft-1 .content .box-text {
    padding-top: 10px;
    padding-right: 0;
    color: #ffffff;
}
.textwidget ul li {
    display: inline-block;
    padding: 0 10px;
}
.two {
    padding: 10px 0;
}