.page-wrapper>.container-fluid {
    padding: 10px;
}

.card-body {
    padding: 0.8rem;
}

.table td,
.table th {
    padding: 0.4rem;
}

.table th {
    text-align: center;
}

.input-sm {
    padding: 0.150rem 0.5rem;
}

.form-group {
    margin-bottom: 0.2rem;
}

.form-control {
    border-color: #aaaaaa;
}

.scoll-x {
    max-width: 100%;
    overflow-x: scroll;
    max-height: 650px;
    border-color: #d4d4d477;
    border-style: solid;
}

.scoll-x-box {
    overflow-y: scroll;
    max-height: 333px;
    border-color: #d4d4d477;
    border-style: solid;
}

.scoll-not-fix {
    max-width: 100%;
    border-color: #d4d4d477;
    border-style: solid;
}

td {
    font-size: 10pt;
}

.select {
    height: 40px;
}

.box-tools-1 {
    padding: 0px;
    margin: 0;
    width: 80px;
}

.box-tools-2 {
    padding: 0px;
    margin: 0;
    width: 100px;
}

.box-tools-3 {
    padding: 0px;
    margin: 0;
    width: 150px;
}

.box-tools-4 {
    padding: 0px;
    margin: 0;
    width: 200px;
}

#navbarSupportedContent {
    /* background: linear-gradient(120deg, #2196F3, #318fda)!important; */
    background-color: #f8f9fa!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-brand {
    background: #ffffff;
}

#main-wrapper .topbar .top-navbar .navbar-header[data-logobg=skin5] {
    background: #212476;
}

#main-wrapper .left-sidebar[data-sidebarbg=skin5],
#main-wrapper .left-sidebar[data-sidebarbg=skin5] ul {
    background: #FFFF;
}

.seach-item {
    z-index: 9999;
    position: absolute;
    background-color: rgb(255, 255, 255);
    color: black;
    width: 90%;
}

.seach-item ul {
    padding: 10px 5px 0 10px;
}

.seach-item li {
    list-style-type: none;
    padding: 8px;
}

.seach-item li:hover {
    background: #33a9e3;
}

.seach-item a {
    color: #000;
}

.bd {
    position: absolute;
    background: d44141;
    color: #fff;
    top: 10px;
    font-weight: 400;
    right: 0px;
    text-align: center;
    border: 3px solid d44141;
    font-size: 13px;
    min-width: 18px;
    line-height: 14px;
    border-radius: 50%;
}

.sidebar-nav ul .sidebar-item .sidebar-link i {
    color: #011158;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
    color: #232222;
    opacity: 1px4;
}

.subject-item {
    background: #e5f2ff;
}

.subject-item:hover {
    background: #94c4ff;
}

.radio {
    display: block;
    position: relative;
    /*padding-left: 40px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkround {
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-color: #fff; */
    border-color: #cccccc;
    border-style: solid;
    border-width: 2px;
    /* border-radius: 50%; */
    top: 0;
    left: 0;
}

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked~.checkround:after {
    display: block;
}

.radio .checkround:after {
    /*left: 2px;
    top: 2px;*/
    width: 100%;
    height: 100%;
    /*border-radius: 50%;
    background:#f8204f;*/
    background-color: initial;
    border-color: #f8204f;
    border-style: solid;
    border-width: 4px;
}

.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color: #f8204f;
    border-style: solid;
    border-width: 2px;
}

.check input:checked~.checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check input:checked~.checkmark:after {
    display: block;
}

.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid;
    border-color: #f8204f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn {
    margin-bottom: 10px;
    background-color: #f8204f;
    border-width: 2px;
    border-color: #f8204f;
    color: #fff;
}

.cust-btn:hover {
    border-color: #f8204f;
    background-color: #fff;
    color: #f8204f;
    border-radius: 20px;
    transform-style: 2s;
}

.submit-payment-success {
    background-color: #029a01;
    font-size: 18px;
    color: white;
    border-radius: 0px;
}

.submit-payment-update {
    background-color: hsl(224, 83%, 32%);
    font-size: 18px;
    color: white;
    border-radius: 0px;
}

.input-big-yellow {
    background-color: #ffff95;
    font-size: 18px;
    border-radius: 0px;
}

.input-big-white {
    background-color: white;
    font-size: 18px;
    border-radius: 0px;
}

.padding-bottom {
    padding: 5px;
}

.center-custom-auto {
    margin: auto;
}

.c_review {
    margin-bottom: 0
}

.c_review li {
    margin-bottom: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e8e8e8
}

.c_review li:last-child {
    margin: 0;
    border: none
}

.c_review .avatar {
    float: left;
    width: 80px
}

.c_review .comment-action {
    float: left;
    width: calc(100% - 80px)
}

.c_review .comment-action .c_name {
    margin: 0
}

.c_review .comment-action p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%;
    display: block
}

.product_item:hover .cp_img {
    top: -40px
}

.product_item:hover .cp_img img {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)
}

.product_item:hover .cp_img .hover {
    display: block
}

.product_item .cp_img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out
}

.product_item .cp_img img {
    transition: all 0.2s ease-in-out;
    border-radius: 6px
}

.product_item .cp_img .hover {
    display: none;
    text-align: center;
    margin-top: 10px
}

.product_item .product_details {
    padding-top: 110%;
    text-align: center
}

.product_item .product_details h5 {
    margin-bottom: 5px
}

.product_item .product_details h5 a {
    font-size: 16px;
    color: #444
}

.product_item .product_details h5 a:hover {
    text-decoration: none
}

.product_item .product_details .product_price {
    margin: 0
}

.product_item .product_details .product_price li {
    display: inline-block;
    padding: 0 10px
}

.product_item .product_details .product_price .new_price {
    font-weight: 600;
    color: #ff4136
}

.product_item_list table tr td {
    vertical-align: middle
}

.product_item_list table tr td h5 {
    font-size: 15px;
    margin: 0
}

.product_item_list table tr td .btn {
    box-shadow: none !important
}

.product-order-list table tr th:last-child {
    width: 145px
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.preview .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.preview .preview-thumbnail.nav-tabs {
    margin-top: 15px;
    font-size: 0
}

.preview .preview-thumbnail.nav-tabs li {
    width: 20%;
    display: inline-block
}

.preview .preview-thumbnail.nav-tabs li nav-link img {
    max-width: 100%;
    display: block
}

.preview .preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 2px;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important
}

.preview .preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0
}

.preview .tab-content {
    overflow: hidden
}

.preview .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.details .rating .stars {
    display: inline-block
}

.details .sizes .size {
    margin-right: 10px
}

.details .sizes .size:first-of-type {
    margin-left: 40px
}

.details .colors .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px
}

.details .colors .color:first-of-type {
    margin-left: 20px
}

.details .colors .not-available {
    text-align: center;
    line-height: 2em
}

.details .colors .not-available:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f136";
    color: #fff
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.cart-page .cart-table tr th:last-child {
    width: 145px
}

.cart-table .quantity-grp {
    width: 120px
}

.cart-table .quantity-grp .input-group {
    margin-bottom: 0
}

.cart-table .quantity-grp .input-group-addon {
    padding: 0 !important;
    text-align: center;
    background-color: #1ab1e3
}

.cart-table .quantity-grp .input-group-addon a {
    display: block;
    padding: 8px 10px 10px;
    color: #fff
}

.cart-table .quantity-grp .input-group-addon a i {
    vertical-align: middle
}

.cart-table .quantity-grp .form-control {
    background-color: #fff
}

.cart-table .quantity-grp .form-control+.input-group-addon {
    background-color: #1ab1e3
}

.ec-checkout .wizard .content .form-group .btn-group.bootstrap-select.form-control {
    padding: 0
}

.ec-checkout .wizard .content .form-group .btn-group.bootstrap-select.form-control .btn-round.btn-simple {
    padding-top: 12px;
    padding-bottom: 12px
}

.ec-checkout .wizard .content ul.card-type {
    font-size: 0
}

.ec-checkout .wizard .content ul.card-type li {
    display: inline-block;
    margin-right: 10px
}

.card {
    background: #fff;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.card .body {
    font-size: 14px;
    color: #424242;
    padding: 20px;
    font-weight: 400;
}

.sellingprice-show {
    margin-bottom: 0;
}

.sellingprice-show {
    padding-top: 10px;
    margin-bottom: 0;
}

.sellingprice-edit-position {
    background-color: #d2d2ff;
    margin-top: 32px;
}

.product-show {
    padding-top: 3px;
    padding-bottom: 3px;
    border: #e0e0e0;
    border-bottom-style: solid;
    /* border-top-style: solid; */
    margin-bottom: 5px;
}