/* your styles go here */

.myCart {
    cursor: pointer;
}
.addFav {
    cursor: pointer;
}
.myFav{
    cursor: pointer;
}

.myFav.addFav i{
    color: red;
}

.price {
    font-size: 18px;
}

.price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
}

.error-text {
    color: red;
}

.text-decoration:hover{
    text-decoration: none;
}

label.error {
    color: red;
}

.empty-cart {
    background-color: #fff;
    position: relative;
    min-height: 1px;
    height: 100%;
    text-align: center;
    border: 1px solid #e8e8e8;
    margin-bottom: 17px;
}

.empty-cart .empty-icon {
    padding: 50px 0 20px;
}

.empty-cart .empty-sec-head {
    padding-bottom: 35px;
}
.empty-cart .empty-sec-head span {
    font-size: 18px;
    color: #7c7c7c;
    letter-spacing: .7px;
}
.empty-cart .empty-sec-head .seperator {
    width: 60px;
    height: 1px;
    background-color: #b3b3b3;
    margin: 30px auto;
}

.empty-cart .empty-sec-head p {
    font-size: 14px;
    color: grey;
    letter-spacing: .5px;
    margin: 0;
}
.empty-cart .seperator-line {
    width: 64px;
    border-top: 1px solid #b3b3b3;
    margin: auto;
}
.empty-cart .seperator-line>span {
    background-color: #fff;
    position: relative;
    width: 30px;
    text-align: center;
    top: -11px;
    left: auto;
    padding: 0 7px;
}
.empty-cart .toplist_category {
    width: 100%;
    margin: 20px 0 40px;
}
.empty-cart .toplist_category p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #607d8b;
    margin-bottom: 15px;
}
.empty-cart .toplist_category a {
    font-size: 14px;
    color: #F4A137;
    padding: 0 7px;
    font-weight: 600;
}

.outer { margin:0 auto; }
#big .item { background: #ec6e46; padding: 120px 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item { background: #C9C9C9; height:70px; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.outer .owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.outer .owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }

.putCODresp {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
}

.putCODresp>a {
    color: #40a2d3;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.putCODresp b {
    font-size: 15px;
}
.putCODresp .estDate {
    color: #82b53f;
    font-weight: 600;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.55rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
}

.bg-white{
    background: white;
}

.chihide{
    display: none;
}

.chishow{
    display: block;
}

li.ui-autocomplete-category {
    padding: 5px;
    font-weight: bold;
}
.ui-menu .ui-menu-item {
    margin: 2px 5px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #FFA924;
    background: #FFA924;
    color: #fff;
}

.font19{ font-size:19px;}

.success-common{
    margin: 8px 0 3px 0;
    font-weight: bold;
    font-size: 15px;
}

.cp-font-20{ font-size:20px;}
.cp-font-18{ font-size:18px;}
.cp-font-16{ font-size:16px;}
.cp-font-14{ font-size:14px;}
.cp-font-12{ font-size:12px;}
.cp-font-10{ font-size:10px;}
.cp-color-black{ color: black;}
.cp-color-white{ color: white;}
.cp-color-green{ color: green;}
.cp-color-green-imp{ color: green !important;}
.cp-pl-0{ padding-left: 0px;}
.cp-pl-1{ padding-left: 1px;}
.cp-pl-2{ padding-left: 2px;}
.cp-pl-3{ padding-left: 3px;}
.cp-pl-4{ padding-left: 4px;}
.cp-pl-5{ padding-left: 5px;}
.cp-pl-7{ padding-left: 7px;}
.cp-pl-8{ padding-left: 8px;}
.cp-pl-9{ padding-left: 9px;}
.cp-pl-10{ padding-left: 10px;}
.cp-pl-20 {
    padding-left: 20px;
}
.cp-pl-0{ padding-bottom: 0px;}
.cp-pb-1{ padding-bottom: 1px;}
.cp-pb-2{ padding-bottom: 2px;}
.cp-pb-3{ padding-bottom: 3px;}
.cp-pb-4{ padding-bottom: 4px;}
.cp-pb-5{ padding-bottom: 5px;}
.cp-pb-7{ padding-bottom: 7px;}
.cp-pb-8{ padding-bottom: 8px;}
.cp-pb-9{ padding-bottom: 9px;}
.cp-pb-10{ padding-bottom: 10px;}
.cp-display-flex{display: inline-flex;}
.cp-display-inline-block{display: inline-block;}
.cp-padding-2{padding: 2px;}
.cp-padding-3{padding: 3px;}
.cp-padding-4{padding: 4px;}
.cp-padding-5{padding: 5px;}
.cp-padding-5-imp{padding: 5px !important;}
.cp-padding-6{padding: 6px;}
.cp-padding-7{padding: 7px;}
/**
For Mobile only
 */
@media only screen and (max-width: 768px) {

}