/*for chrome*/
::-webkit-scrollbar-track-piece, .table-responsive::-webkit-scrollbar-track-piece, .product_category_handle::-webkit-scrollbar-track-piece, .scroll_checkout_pages::-webkit-scrollbar-track-piece  {
    background-color: #f9f9f9;
}
/* width */
::-webkit-scrollbar, .table-responsive::-webkit-scrollbar, .product_category_handle::-webkit-scrollbar, .scroll_checkout_pages::-webkit-scrollbar {
	width: 4px;
}
/* Handle */
::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb, .product_category_handle::-webkit-scrollbar-thumb, .scroll_checkout_pages::-webkit-scrollbar-thumb {
	background: #b8b8b8 !important;
	border-radius: 2px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover, .table-responsive::-webkit-scrollbar-thumb:hover, .product_category_handle::-webkit-scrollbar-thumb:hover, .scroll_checkout_pages::-webkit-scrollbar-thumb:hover {
	background: #8a8383 !important;
}

/*for firebox*/
body, html, .table-responsive, .product_category_handle, .cart_height_set, .scroll_checkout_pages, .scroll_order_pages {
    scrollbar-color: #b8b8b8 #f9f9f9 !important;
    scrollbar-width: thin !important;
}

body {
	font-family: 'Open Sans';
	overflow: hidden !important;
	font-family: 'Quicksand', sans-serif;
	    background: #edf5ff;
}

.img-responsive{
    max-width: 100%;
}
a, a:hover {
	text-decoration: none;
}
.pull_left{
	float: left;
}
.pull_right{
	float: right;
}


.header_area {
        z-index: 99999;
    position: relative;
}
.navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: inherit;
    -ms-flex-pack: start;
    justify-content: inherit;
    display: block;
    background-color: #34343e !important;
    box-shadow: 0 1px 15px 1px #2d2e4a40;
    border-bottom: 1px solid #52525c;
}
.header_area .navbar-brand img {
    height: 27px !important;
}
.right_side {
	float: right;
}
.navbar-expand-md .navbar-toggler {
    display: block;
    padding: 5px 0px;
    background: #2e2e34;
    margin-right: 10px;
    height: 35px;
    width: 35px;
    color: #ffffff;
    border: 1px solid #5f5f68;
    font-size: 16px;
    border-radius: 0px;
    float: left;
}
.col_float{
	float: left; 
}

.fixed_left_menu .cicustom_menu {
    position: fixed;
    left: 0px;
    top: 0px;
    padding-top: 53px;
    width: 210px;
    height: 100%;
    background: #34343e;
    box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 37%);
}
.Main_File_Home {
    padding-top:0px;
    margin-left: 13%;
    padding: 0px 0px 0px 5px;
}
.top_cutom_btn {
	border: 0px;
	background: transparent;
	padding: 1px 6px; 
	color: #333;
	font-weight: 500;
	line-height: 28px !important;
    display: inline-block;
    cursor: pointer;
}
.top_cutom_btn:hover {
	color: #333;
}
.color_primary {
	background: linear-gradient(45deg, #0073ff, #3099ff) !important;
	font-size: 14px;
    padding: 7px 20px 7px;
    border-radius: 2px;
    color: #fff !important;
    line-height: 25px !important;
}
.dis_inline {
    display: inline-block;
}
.left_search {
    width: auto;
    float: left;
    width: 60%;
    margin-right: 5px;
}
.left_search input {
    border: 0px;
    margin-left: 0px;
    background: #feffff;
    border: 1px solid #000;
    height: 40px;
    padding: 0px 17px;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    border: 0px;
    color: #000;
}
.left_search input::placeholder {
	color: #000;
}

.right_btns { float: right; }

.product_category_handle .single_pro{
	flex: 0 0 20%;
    max-width: 20%;
    float: left;
}
.cursor_tag{
	cursor: pointer;
}
.thumbnail {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e1eeff;
    padding: 0px;
    background: #fff;
    position: relative;
}
.pro_img{
	width: 100%;
    border-radius:0px;
    overflow: hidden;
}
.thumbnail .caption{
	padding: 0px 0px;
	padding-bottom: 7px;
    text-align: center;
}
.thumbnail .caption h4{
    font-size: 14px;
    font-weight: 600;
    color: #1e2023;
    margin-bottom: 3px;
    padding: 5px;
    line-height: 19px;
    color: #fff;
    background: #129cf6;
}

.thumbnail .caption p{
	font-size: 12px;
    color: #333;
    margin-bottom: 2px;
}
.thumbnail .caption p.price{
	font-size: 14px;
    color: #129cf6;
    font-weight: 600;
    margin-bottom: 0px;
}
.product_category_handle {
	margin-right: -5px;
    margin-left: -5px;
}
.product_category_handle .single_pro {
    padding: 5px 4.5px;
}
.action_btns .btn_action_handle {
	border: 0px;
	background: transparent;
	padding: 1px 6px; 
	color: #333;
	font-weight: 500;
	line-height: 28px !important;
    display: inline-block;
    cursor: pointer;
}
.action_btns .btn_action_handle:hover {
	color: #333;
}
.action_btns .btn_action_handle.color_default {
    background: linear-gradient(45deg, #0073ff, #3099ff) !important;
    font-size: 14px;
    padding: 7px 14px 7px;
    border-radius: 2px;
    color: #fff !important;
    line-height: 25px !important;
}
.action_btns{
	text-align: right;
	margin-bottom: 10px;
	padding-right: 15px;
}
.navbar-expand-md{
	position: fixed;
	top: 0px;
	width: 100%;
}
.top_padding_fixed {
    padding-top: 53px;
}
.search_top_bar {
	position: relative;
    z-index: 99;
    top: 0px;
}
.product_category_handle{
    height: 100%;
    top: 0px;
    overflow: auto;
	height: calc(100vh - 113px);
	margin-top: 10px;
        display: block;
}
.scroll_handle{
	display: flex;
    flex-wrap: wrap;
}

/*Cart*/
.single_cart_product{
	position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #efefef;	
}

.single_cart_product:last-child {
    border-bottom: 0px;	
}
.handle_name_price_pro .cart_product_name_model, .handle_name_price_pro .cart_product_price {
	float: left;
    width: 150px;
}
.qty_cart_pro {
    position: absolute;
    background: #d0e4ff;
    width: 22px;
    text-align: center;
    height: 22px;
    border-radius: 45px;
    color: #000;
    font-size: 12px;
    line-height: 22px;
    top: 19px;
    left: 10px;
    font-weight: 600;
}
.total_quantites {
    background: #000;
    width: 24px;
    text-align: center;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
}
.handle_name_price_pro {
    padding-left: 40px;
    padding-right: 10px;
}
.handle_name_price_pro h4{
	font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;
}
.handle_name_price_pro p{
	font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
}
.cart_product_price{
	text-align: right;
    float: right !important;
}
.cart_product_price h4 {
    font-weight: 500;
    color: #575757;
    padding: 7px 32px 7px 0px;
}
.cart_height_set {
    top: 0px;
    overflow: auto;
    height: calc(100vh - 266px);
    margin-top: 0px;
    padding: 0px 0px;
    background: #fff;
}
.single_module {
	padding: 10px;
	background: #d0e4ff;
	font-size: 13px;
	cursor: pointer;
}
.single_module:hover{
    color: #fff;
    background: #1c89ff;
}
.single_module p{
	margin-bottom: 0px;
}
.handle_coloes{
    width: 25%;
	float:left;
}
a.handle_coloes{
    color: #000;
}

.product_big_box_main{
	flex: 0 0 62%;
    max-width: 62%;
    padding-top: 10px;
}
.cart_small_box_main{
	flex: 0 0 38%;
    max-width: 38%;
    padding-top: 10px;
    background: #fbfdff;
    padding: 0px; 
    padding-top: 10px;
}
.top_tog {
    color: #ffffff;
    background: #3e3e4a;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.cicustom_menu a.nav-link {
    padding: 10px !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.cicustom_menu .dropdown-menu{
	position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: #f3f8ff;
    border-radius: 0px;
}
.cicustom_menu .dropdown-item {
	font-size: 14px;
}
.cicustom_menu .dropdown-item  {
    background-image: none;
    color: #6d7790;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 10px;
    padding-left: 25px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.cicustom_menu .dropdown-item i {
	margin-right: 5px;
}
.cicustom_menu a:hover {
    color: #ffffff;
    background: #25252e;
}
.cicustom_menu .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: 0px;
    position: absolute;
    top: 19px;
    right: 10px !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 27px;
    height: 27px;
}
.total_pay{
	background: linear-gradient(to left, #0db2de 0%, #005bea 100%) !important;
    padding: 10px 13px;
}
.total_pay p {
    margin: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.total_pay p span{
	font-size: 15px;
    font-weight: 500;
}
.info_handle{
	position: absolute;
    z-index: 99;
    color: #fff;
    left: 2px;
    top: -2px;
}
.info_handle i{
	color:#b3ceff;
	cursor: pointer;
}
.fixed_left_menu .cicustom_menu {
	left: -500px;
	transition:all .2s ease-in-out;
        z-index: 999;
}
.Main_File_Home {
	margin-left:0%;
	transition:all .2s ease-in-out;
}

.menu_open .fixed_left_menu .cicustom_menu {
	left: 0%;
	transition:all .2s ease-in-out;
    z-index: 999;
}
.menu_open .Main_File_Home {
	margin-left: 0%;
}
.cart_pro_handle .dropdown-toggle::after{
	border:0px;
}
.cart_pro_handle .dropdown-menu {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: #e8f2ff;
    border-radius: 0px;
    padding: 0px;
    width: 100%; 
        height: 0px;
        display: block;
	transition:all 0.5s ease-in-out;
	opacity: 0;
    padding: 0px 10px;
}
.cart_pro_handle .dropdown {
	border:1px solid #fff;
	cursor: pointer;

	transition:all 0.5s ease-in-out;
}
.cart_pro_handle .single_cart_handle {
    border-bottom: 1px solid #efefef;
}
.cart_pro_handle .single_cart_handle:last-child {
    border-bottom: 0px;
}
.cart_pro_handle .dropdown.show {
	border:1px solid #d0e4ff;
    background: #f3f8ff;
}
.cart_pro_handle .dropdown.show .single_cart_product {
	padding-bottom: 0px;
}
.single_cart_product:hover{
    background:#f3f8ff; 
}
.cart_pro_handle .dropdown.show .dropdown-menu  {
    height: 100%;
    padding: 10px 10px;
	opacity: 1;
}
.right_side .nav-link {
    color: #fff !important;
    padding: 5px 10px;
    cursor: pointer;
}
.right_side .dropdown-menu {
	left: auto;
	right: 0;
}
.cart_pro_image {
    width: 72px;
    float: left;
    overflow: hidden;
    padding-right: 10px;
}
.cart_pro_image img{
    border-radius: 4px; 
    overflow: hidden;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.total_here p {
    margin: 0px; 
}
.total_here p:first-child{
    padding-top: 2px;
    font-weight: 500;
}
.total_here p.price {
    font-weight: 500;
    color: #000;
    font-size: 19px;
}
.total_here {
    width: 100%;
    margin: auto;
    border-radius: 0px;
    background:#d0e4ff;
    padding: 6px 10px;
    margin-bottom: 10px;
    color: #000;
    margin: 0px;
}
.single_cart_handle{
    position: relative;
}
.delete_work {
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 9;
    margin: auto;
    background: #f95570;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}
.delete_work:hover {
  color: #fff;
}

.total_pay a{
    cursor:  pointer; 
}
.signinup-section{
    padding-top: 5%;
}
.img-responsive{
    max-width: 100%;
}
.slider-inner {
    width: 77%;
    margin: auto;
    float: none;
    border: 0px solid #cad7fc;
    padding: 30px 30px;
    width: 90%;
    margin: auto;
    background: #c7ddff;
    border-radius: 15px;
    margin-top: 50px;
}
.signinup-section {
    padding-top: 0;
    background: transparent;
    position: relative;
    width: 100%;
    height: 100%;
}
.signinup-section  .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ebebeb;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.signinup-section  .form-control::placeholder{
    color: #333;
}
.signinup-section .title h3{
    font-weight: 600;
    font-size: 27px;
    color: #333;
}
.signinup-section .form-group button{
    border: 0px;
    background: #000;
    background: linear-gradient(to left, #0db2de 0%, #005bea 100%);
    color: #fff;
    padding: 15px;
    display: block;
    width: 100%;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
}
.brand_login{
    display: block;
    margin-bottom: 15px;
}
.Main_File_Home>.row{
    margin: 0px; 
}
.close_icon{
    display: none;
}
.menu_open .close_icon{
    display: block;
}

.menu_open .open_icon {
    display: none;
}
.thumbnail .caption h4.small_product_name{
    font-size: 12px;
}

/*11-09-21*/
.main_cat .title a {
    float: left;
    background: linear-gradient( 
45deg, #0073ff, #3099ff) !important;
    font-size: 14px;
    padding: 8px 10px 7px;
    border-radius: 4px;
    color: #fff !important;
    line-height: 14px !important;
    display: inline-block;
    margin-right: 7px;
}
.main_cat .title a i {
    font-size: 13px;
}
.main_cat .pro_btn{

    margin-bottom: 0px;
}
.main_cat .pro_btn a{    
    background: linear-gradient(
45deg, #0073ff, #3099ff) !important;
    font-size: 14px;
    padding: 7px 20px 7px;
    border-radius: 4px;
    color: #fff !important;
    line-height: 25px !important;
    display: inline-block;
}
.pro_btnn{    
    background: linear-gradient(
45deg, #0073ff, #3099ff) !important;
    font-size: 14px;
    padding: 7px 20px 7px;
    border-radius: 4px;
    color: #fff !important;
    line-height: 25px !important;
    display: inline-block;
    border: 0px; 
}
.back_btnn{    
    background: #758eaf !important;
    font-size: 14px;
    padding: 7px 20px 7px;
    border-radius: 4px;
    color: #fff !important;
    line-height: 25px !important;
    display: inline-block;
    border: 0px; 
    cursor: pointer;
}
.main_cat a {
    cursor: pointer;
}
.inner_sn_cat {
    padding: 0px 0px;
    box-shadow: 0 2.722rem 4.5rem rgb(25 74 112 / 6%);
    border-radius: 12px !important;
    transition: all 0.5s ease 0s;
    margin-bottom: 0px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.cat_image{
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.cat_image img{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
}
.cat_name {
    padding-top: 10px;
    position: relative;
    text-align: center;
    font-weight: 500;
    color: #4d6694;
    padding: 6px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    font-size: 15px;
}
.cat_name:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 25px;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 1px;
    background: #ddd;
}
.cat_boxes .single_cat:nth-child(2n+2) .cat_name:before{
    background:#9d88f7;
}
.cat_boxes .single_cat:nth-child(3n+3) .cat_name:before{
    background:#f789d0;
}
.cat_boxes .single_cat:nth-child(4n+4) .cat_name:before{
    background:#f7c788;
}
.cat_boxes .single_cat:nth-child(5n+5) .cat_name:before{
    background:#a0eb9d;
}
.cat_boxes .single_cat:nth-child(6n+6) .cat_name:before{
    background:#88e1f7;
}
.icon_sub_cat {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
}
.icon_sub_cat button{
    border: 0px;
    padding: 6px 11px;
    border-radius: 8px 0px 8px 8px;
    background: #ff889c;
    color: #fff;
    font-size: 14px;
    height: 34px;
    width: 34px;
}
.product_category_handle .single_cat {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    float: left;
}
.cus_brec {
    position: fixed;
    /* transform: rotate( 
-90deg); */
    left: -2px;
    top: 0px;
    /* bottom: 0px; */
    margin: auto;
    z-index: 99999;
    height: 1px;
    font-size: 13px;
    background: transparent;
    padding: 0px 8px;
    /* background: #129cf6; */
    left: 0px;
    right: 0px;
    text-align: center;
}
.cus_brec a {
    color: #212529;
    background: #d0e4ff;
    padding: 7px 11px;
    border-radius: 3px 3px 0px 0px;
}

.modal {
    z-index: 99999;
}

#PosModal .btn-group {
    border: 1px solid #1872A2;
    border-radius: 0;
}

#PosModal .btn-group .active{
    background : #1872A2;
    color: #fff;
    border-color: 1px solid #1872A2;
    border-radius: 0;
}

#PosModal .btn-group .btn:hover{
    background : #1872A2;
    color: #fff;
    border-color: 1px solid #1872A2;
    border-radius: 0;
}


.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.text-danger {
    font-weight: 500;
}

.modal-open .modal {
    scrollbar-color: #b8b8b8 #f9f9f9 !important;
    scrollbar-width: thin !important;
}

/*checkout*/
.checkout_work{   
    /*overflow-y: scroll;
    height: calc(100vh - 75px);*/
}
.top_check {
    padding: 4px 4px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.top_check .heading_check.left_heading {
    padding: .5rem 0rem;
    font-weight: 600;
}
.checkout_work .Main_File_Home {
    padding-left: 0px;
}
.checkout_work .product_big_box_main {
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex: 0 0 50%;
    max-width: 50%;
}
.checkout_work .cart_small_box_main{
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 15px;
}
.checkout_work .left_heading i{
    color: #6170ff;
    padding-right: 10px;
}
.my_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main_check_cart .table {
    background: #fff;
    margin-top: 10px;
    border: 1px solid #dae9fd;
}
.main_check_cart .table th{
    border-top: 0px;
 }
.main_check_cart td, .main_check_cart th, .main_check_cart .table thead th {
    border-color: #dae9fd;
}
.main_check_cart .table .bold{
    font-weight: 600;
    font-size: 15px;
}

.main_check_cart .table tbody td{
    font-size: 13px;
    color: #1b1b28;
    font-weight: 500;
    vertical-align: middle;
}
.main_check_cart .table .price{
    font-size: 15px;
}
.main_check_cart .table tbody td p{
    margin: 0px;
}
.main_check_cart .table tbody td .tag_here{
    font-size: 12px;
    padding: 2px 7px;
    background: #cad9eb;
    border-radius: 4px;
    /*margin-right: 5px;*/
    margin-right: 1px 5px 1px 0px;
    display: inline-block;
}
.total_table{
    margin-top: 010px;
}
.total_table tr{
    color: #575757;
}
.total_table tr:last-child {
    font-size: 25px;
    font-size: 19px;
    color: #1b1b28;
    font-weight: 500;
}
.total_table tr:last-child td:last-child{
    font-size: 25px;
    font-weight: 600;
}
.panel-title a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    /*content: "";*/
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.panel-title {
    margin: 0px;
    font-weight: 600;
}

.panel-title a {
    display: block;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd; 
}
.panel-title a.collapsed{
    border-bottom: 1px solid transparent; 
}
.single_pay{
    background: #e5e7eb;
    margin-top:10px;
    margin-bottom:5px;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
}
.head_pay {
    background: #e0e2e5;
    padding: 10px;
    border-bottom: 1px solid #d0d2d5;
}
.head_pay label {
    margin: 0px;
}
.body_pay {
    padding: 10px 20px;
}
.body_pay p {
    margin: 4px 0px;
    color: #121212;
    font-weight: 500;
}
.add_address {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px 10px;
    font-weight: 600;
}
.maincheck_btns{
    position: absolute;
    bottom: 0px;
    padding: 18px 10px;
    background: #e6f1ff;
    width: 100%;
    text-align: center;
}
.my_card{
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
    background: #ffffff;
    padding: 10px 10px;
    width: 100%;
    float: left;
    margin: auto;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 20px;
}
.card_image {
    float: left;
    font-size: 29px;
    text-align: right;
    padding-right: 0px;
    line-height: 20px;
    background: #d1e5ff;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-right: 10px;
}
.card_content h4{
    font-size: 17px;
    color: #6170ff;
    margin-bottom: 0px;
        font-weight: 600;
}
.card_content p {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0px;
}

/*recipt_page*/
.margin-top-ten {
    margin-top: 30px;
    margin-bottom: 10px;
}
.order_payment .btn-group, .order_payment .btn.btn-default {
    width: 100%;
}
.modal-nr {
    max-width: 700px !important;
}

/*p_wwork*/
.order_page .Main_File_Home h4 {
    margin: 0px;
    color: #323232;
    font-weight: 600;
    font-size: 24px;
}
.scroll_order_pages{
    padding: 25px 10px;
    height: calc(100vh - 53px);
    overflow: inherit;
    overflow-y: auto;
}
.order_filter {
    padding: 16px 20px;
    background: #fff;
    margin-top: 13px;
    border-radius: 14px;
    border: 1px solid #e1eeff;
}
.order_filter label {
    font-weight: 600;
}
.form-control{
    color: #3b3b3c;
    background-color: #eaf3ff;
    background-clip: padding-box;
    border: 1px solid #b7c6d9;
        border-radius: 0px;
}
.input-group-text{
    border: 1px solid #b7c6d9;
    background-color: #d1e5ff;
    border-radius: 0rem;
    color: #3b3b3c;
}
.table-hover tbody tr:hover {
    background-color: rgb(241 248 255);
}
.table tbody th {
   vertical-align: middle;
}
.t_l_b_r h4{
    margin-bottom: 0px;
    padding: 4px 0px;
}
.scroll_checkout_pages {
    height: calc(100vh - 127px);
    overflow: inherit;
    overflow-y: auto;
}
.cicustom_menu a.nav-link i {
    font-size: 15px;
    color: #ffffff;
    float: left;
    padding-right: 0px;
    background: #3e3e4a;
    height: 28px;
    width: 28px;
    text-align: center;
    padding-top: 6px;
    margin-right: 11px;
    border-radius: 5px;
}
.cicustom_menu a.nav-link span{
    padding: 4px 0px;
    display: inline-block;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
body {
    background: #eff6ff;
}
.add_address {
    top: -5px;
}

.main_cat .pro_btn a, .pro_btnn, .card_image, .color_primary, .thumbnail .caption h4, .action_btns .btn_action_handle.color_default, .btn-primary, .single_module:hover  {
    background: #6170ff !important;
}
.total_pay {
    background: linear-gradient(to left, #3544d3 0%, #6473ff 100%) !important;
}
.card_image{
    color: #fff;
}
.btn{
    font-size: 16px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.form-control:focus{
    box-shadow: none;
}
.catalog_progress {
    color: #ffffff;
    font-weight: 600;
    position: fixed;
    z-index: 99999;
    font-size: 13px;
    margin-top: 11px;
    top: 5px;
    left: 250px;
    right: 0px;
}
.catalog_progress a {
    cursor: pointer;
}

.cus_brec {
    top: 0px;
}
.cus_brec a {
    color: #ffffff;
    background: #4b4b56;
    padding: 7px 11px;
    border-radius: 3px 3px 3px 3px;
    font-weight: 600;
    margin-top: 11px;
    display: inline-block;
}
.checkout_work .cart_small_box_main .panel-title a{
        color: #6170ff;
}
.modal-header {
    color: #fff;
    background: #6170ff;
        padding: 10px 18px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
}
.alert-danger {
    color: #ffffff;
    background-color: #ff5f5f;
    border-color: #e94646;
    margin-bottom: 5px;
}
.navbar-expand-md .navbar-toggler img {
    margin: auto;
    height: 19px;
}
.navbar-brand {
    padding-top: 0;
    cursor: pointer;
}
#toast-alert-container > div{
    box-shadow: none !important;
}
.color_primary.btn-lg{
    font-size: 18px;
    padding: 9px 20px;
}

.button-large {
    width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 19px;
}

.button-large.btn-close {
    width: 100px;
    font-size: 19px;
}

.thumbnail .caption .outstock {
    color: #fff !important;
    background: #f95570 !important;
}


.outstock_cart {
    background: #f95570 !important;
    color: #fff !important;
}

.tooltip {
    z-index: 99999;
}

.pagination ul li {
    display: inline-block;
}

.pagination li a {
    cursor: pointer;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
