
/** ADD YOUR AWESOME CODES HERE **/

/*Now Own*/
.text-red-600{
    color: red;
}
.login_register{
	border: 1px solid #e6e6e6;
    padding: 40px 20px;
    /* box-shadow: 0 8px 6px -6px black; */
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    border-radius: .5rem;
    
}


.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.bg-white {
    background-color: #fff !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.bg-white {
    background-color: #fff !important;
}

nav svg {
    height: 20px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.wrap-pagination-info {
    margin-top: 46px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}

.wrap-pagination-info .hidden {
    display: block !important;
}

.wrap-pagination-info .rounded-l-md {
    margin-right: 5px;
}

.wrap-pagination-info .rounded-r-md {
    margin-left: 5px;
}
.text-sm{
    padding-right: 15px !important;
}
.wrap-pagination-info button{
    cursor: pointer;
    background: #b0b435 !important;
    color: white !important;
}
.wrap-pagination-info button:hover{
    cursor: pointer;
    background: black !important;
    color: white !important;
}
#additional_infomation .nav-link{
    color: #666666;
    background-color: #f5f5f5;
    margin-right: 5px;
}
#additional_infomation .nav-link.active{
    background: #b0b435 !important;
    color: white !important;
}
.woocommerce-Reviews-title {
    font-size: 15px;
    font-weight: 600;
}
.woocommerce-Reviews-title span{
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}



.quantity-input{
    display: inline-block;
    border: 1px solid #e6e6e6;
    width: 100%;
    max-width: 157px;
}
.quantity-input input[type=number],
.quantity-input input[type=text]{
    max-width: 71px;
    float: right;
    border: none;
    outline: none;
    height: 37px;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    text-align: right;
    padding-right: 15px;
    padding-left: 10px; 
}
.quantity-input .btn{
    display: inline-block;
    float: right;
    width: 28px;
    height: 28px;
    background-color: #dddddd;
    border: none;
    padding: 0;
    line-height: 20px;
    margin: 4.5px 0 0 10px;
    border-radius: 50%;
    position: relative; 
}
.quantity-input .btn::after,
.quantity-input .btn::before{
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate( -50% , -50% );*/
    /*-webkit-transform: translate( -50% , -50% );*/
    /*-ms-transform: translate( -50% , -50% );*/
}
.quantity-input .btn:hover::before,
.quantity-input .btn:hover::after{
    background-color: #ffffff !important;
}
.quantity-input .btn::before{
    content: "";
    width: 10px;
    height: 2px;
    margin-left: -5px !important;
    margin-top: -1px;
    background-color: #666666;
    display: inline-block;
}
.quantity-input .btn.btn-increase{
    background-color: #999999;
}
.quantity-input .btn.btn-increase::after{
    content: "";
    width: 2px;
    height: 10px;
    margin-left: -1px;
    margin-top: -5px;
    background-color: #666666;
    display: block;
/*    transform: translate(-6px, 4px);
    -webkit-transform: translate(-6px, 4px);
    -ms-transform: translate(-6px, 4px);*/

}
.quantity-input .btn::before{
    margin-left: 1px;
}
.quantity-input .btn{
    margin: 6.5px 0 0 10px;
    width: 25px;
    height: 25px;
}
.quantity-input .btn:hover{
    background-color: #b0b435 !important;
}

.card .card-header{
    color: #fff!important;
    background-color: #007bff!important;
}
/*Compare*/
body{margin-top:20px;}

.comparison-table {
    width: 100%;
    font-size: .875rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.comparison-table table {
    min-width: 41rem;
    table-layout: fixed
}

.comparison-table table tbody+tbody {
    border-top-width: 1px
}

.comparison-table .table-bordered thead td {
    border-bottom-width: 1px
}

.comparison-table .comparison-item {
    position: relative;
    padding: .875rem .75rem 1.125rem;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    text-align: center
}

.comparison-table .comparison-item .comparison-item-thumb {
    display: block;
    width: 5rem;
    margin-right: auto;
    margin-bottom: .75rem;
    margin-left: auto
}

.comparison-table .comparison-item .comparison-item-thumb>img {
    display: block;
    width: 100%
}

.comparison-table .comparison-item .comparison-item-title {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    color: #222;
    font-weight: 600;
    text-decoration: none
}

.comparison-table .comparison-item .comparison-item-title:hover {
    text-decoration: underline
}

.comparison-table .comparison-item .btn {
    margin: 0
}

.comparison-table .comparison-item .remove-item {
    display: block;
    position: absolute;
    top: -.3125rem;
    right: -.3125rem;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.comparison-table .comparison-item .remove-item .feather {
    width: .875rem;
    height: .875rem
}
.table-bordered th, .table-bordered td {
    border: 1px solid #e7e7e7;
}
.bg-secondary {
    background-color: #f7f7f7 !important;
}
/* shop menu */

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 15px;
    color: white;
}