.column.main .page-title-wrapper{
    display:none;
}
.my_stores{
    width:95%;
    font-family: Comfortaa !important;
}
.my_stores h2{
    font-weight: bold !important;
    font-size: 18px;
}
.plus_icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 20px;
    font-size: 30px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    background-color: #0059DF;
    margin-right: 20px;
}
.add_store_container{
    margin:auto;
    padding:10px;
    border:2px solid #ddd;
    background-color:#f8f8f8;
    border-radius:15px;
    margin-top:10px;
    margin-bottom:20px;
}
.choose_platform{
    text-align: center;
    margin: auto;
    display: block;
    min-width: 200px;
    width: 80%;
    max-width: 250px;
    background: #fff;
    border: 2px solid #0059DF;
    border-radius: 7px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    font-family: comfortaa !important;
}
.choose_platform:hover{
    color: #fff;
    background-color: #0059DF;
}
.no_store_added {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
    margin: auto;
    min-height: 120px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    height: 180px;
    margin-bottom: 20px;
}
.no_store_added h2{
    display: inline-block; 
    font-size: 25px; 
    padding: 20px;
    color: #ccc;
}
.no_store_added img{
    vertical-align: middle;
}
.store_added_msg{
    border: 1px solid #0059DF;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    margin-bottom: 20px;    
}
.store_added_msg .check_icon{
    border:3px solid #0059DF;
    background-color:#ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    line-height: 27px;
    color: #0059DF;
    margin-right: 20px;
    font-weight: bold;
    transform: rotateY(-180deg) rotate(-45deg);
}
.add_product{
    height: auto !important;
    text-align: center;
    margin: auto;
    display: inline-block;
    min-width: 200px !important;
    width: 40%;
    max-width: 250px;
    border-radius: 40px;
    padding: 5px !important;
    background-color: #0059DF !important;
    color: #ffffff !important;
    border: 2px solid #0059DF !important;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    font-size:16px;
    margin-bottom:5px;
    font-family: Comfortaa !important;
}

.etsy_btn1{
    min-height: 84% !important;
    text-align: center;
    margin: auto;
    display: inline-block;
    min-width: 200px !important;
    width: 40%;
    max-width: 250px;
    border-radius: 40px;
    padding: 5px !important;
    background-color: #0059DF !important;
    color: #ffffff !important;
    border: 2px solid #0059DF !important;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    font-size:16px;
    margin-bottom:5px;
    font-family: Comfortaa !important;
}
.add_product:hover{
    color: #0059DF !important;
    background-color: #FFFFFF !important;    
}
.add_product:hover span{
    border:2px solid #0059DF !important;
}
.store_settings {
    background: url(https://dashboard.printbest.com/media/images/dashboard_icon.png);
    background-size: 30px;
    background-color: transparent;
    border: 0px;
    height: 30px;
    width: 35px;
    vertical-align: middle;
    margin-left: 10px;
    max-width: 30px;
    min-width: 30px;
}
.store_settings:hover {
    background: url(https://dashboard.printbest.com/media/images/dashboard_icon_black.png);
    background-size: 30px;
    background-color: transparent !important;
}
.error_div{
    
    width: fit-content;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: auto;
    padding: 10px;
}
.error_div h2{
    display: inline-block;
    font-size: 40px;
    font-family: Comfortaa !important;
    font-weight: 500;
    color: #ccc;
}
.view_store{
    text-align: center;
    margin: auto;
    display: inline-block;
    min-width: 190px;
    width: 40%;
    max-width: 190px;
    padding: 11px;
    background-color: #FFFFFF;
    color: #000;
    border: 1px solid #000;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    font-family:Comfortaa !important;
}
.view_store:hover{
    color: #FFFFFF;
    background-color: #000;
}
/*modal start*/
.modal_container{
    position: fixed;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 92%;
    left: 0px;
    top: 85px;
    z-index: 10;
    overflow: auto;
}
.custom_modal{
    border-radius:10px;
    background: #ffffff;
    margin:auto;
    min-width: 200px;
    min-height: 200px;
    margin-top: 10%;
    max-width:95%;
    margin-bottom: 200px;
    box-shadow: 0px 10px 10px #666;
}
.custom_modal .container {
    width:90% !important;
    max-width:90% !important;
    padding:10px;
}
.custom_modal .modal_header{
    position: relative;
}
.custom_modal .modal_header h2{
    font-family: Comfortaa;
    font-weight: 400;
    color:#000000;
}
.custom_modal .close_btn{
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 35px;
    color: #777;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
    background:#F8F8F8;
    right:20px;
    top: 20px;
    line-height: 15px;
    padding:10px;
    text-align: center;
}
.custom_modal .close_btn:hover{
    background-color: #444444;
    color:#ffffff;
}
.change_password_modal{
    max-width:1000px;
}
.platforms_modal{
    width:65%;
}
.platforms_modal .store{
    width: 90%;
    margin: auto;
    border:1px solid #ccc;
    border-radius:10px;
    min-height:100px;
    padding:20px;
    font-family: Comfortaa !important;
    height:100%;
    background:#fff;
}
.platforms_modal .store p{
    font-family: Comfortaa !important;
    font-size:16px;
}
.connect_btn{
    background-color: #0059DF;
    width:100%;
    border:0;
    border-radius:5px;
    padding: 10px;
    color:#ffffff;
    font-family: Comfortaa;
    font-weight: 600;
    display: inline-block;
}
.woo_modal{
    width:55%;
    padding-left: 30px;
    padding-right: 30px;
}
#woo_popup .notification{
    background-color:  rgba(9, 151, 255, 0.36);
    border-left:5px solid  rgba(9, 151, 255, 1);
    padding:10px;
    padding-left:20px;
    color:#000000;
    font-size:16px;
}
#woo_popup .notification a{
    color: rgba(9, 151, 255, 1);
    font-weight:bold;
}
.info_icon{
   background-color: rgba(9, 151, 255, 1) !important; 
}
.woo_form .label{
    font-family: Comfortaa !important;
    font-weight: bold;
}
.woo_form .control{
    margin-bottom:20px;
}
.connect_woo_btn{
    background: #FFC907 !important;
    border: 3px solid #EDB900 !important;
    font-size: 16px;
    height: 40px !important;
    color: #000 !important;
    margin-left: 15px;
}
/*modal end*/
.view_store_pod{
    font-family: Comfortaa !important;
}
.store_name{
    display: inline-block;
    font-size: 30px;
    margin: 0px;
    vertical-align: middle;
    font-weight: 600;
    font-family: Comfortaa !important;
    color:#000000;
    padding-left: 10px;
}
.add_product_container{
    background: rgba(196, 196, 196, 0.31);
    padding:30px;
    text-align: center;
    margin-top:20px;
    border-radius:10px;
}
.header_row{
    border-bottom:1px solid #ccc;
}
.search_text{
    width: 80% !important;
    border:0px !important;
}
.search_btn{
    background-color: transparent;
    background-image: url(https://media.dashboard.printbest.com/images/search.png);
    width: 39px;
    height: 30px;
    border: 1px solid;
    background-size: 100% 100%;
    border:0px;
}
.search_container{
    margin-top:10px;
}
.products{
    font-size:16px;
    padding:12px;
}
.product_row{
    border-radius:10px;
    border:1px solid #ccc;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:10px;
}
.product_checkbox, .product_checkbox_all{
    transform:scale(1.6);
    margin-right: 10px !important;
}
.product_row .mockup_img{
    max-height: 130px;
    vertical-align:middle;
    margin-bottom: 10px;
}
.product_row .product_desc{
    color: #024678;
    line-height:28px;
    display:inline-block; 
    vertical-align:top; 
}
p.product_desc.print_preview_btn{
    display:block; 
}
.product_row .variants{
    color: #024678;
    font-weight:600;
}
.product_row .edit_product, .product_row .delete_product{
    background: #0059DF;
    border-radius:40px;
    width:32%;
    color:#fff;
    font-family:Comfortaa !important;
    font-weight:600;
    padding:10px;
    border:0px;
    display:inline-block;
    height: 40px;
}
.product_row .delete_product{
    background: #c10a0a;
}
/*add product modal start*/
.add_product_modal{
    width:85%;
    margin-top:3%;
}
.add_product_modal .categories_container{
    background: #F4F4F4;
    width:98%;
    padding:10px;
}
.add_product_modal .categories,.add_product_modal .subcategories {
    margin-top:10px;
}
.add_product_modal .departments li{
    font-family: Comfortaa !important;
    font-weight:600;
    font-size: 20px;
    color:#000000;
    list-style: none;
    cursor: pointer;
}
.add_product_modal .categories li{
    font-size: 16px;
}
.add_product_modal .subcategories li{
    font-size: 14px;
    font-weight: 500;
}
.add_product_modal .subcategories li.active{
    color: #0059DF;
}
span.caret {
    font-size: 22px;
    line-height: 8px;
    vertical-align: middle;
    display: inline-block;
    padding: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(https://media.dashboard.printbest.com/images/caret.png);
    width: 18px;
    height: 10px;
    margin-left: 10px;
}
.expand>span.caret {
    transform: rotate(180deg);
}
.expand_category>span.caret {
    transform: rotate(180deg);
}
.categories, .subcategories{
    display: none;
}
.products .item{
    border:1px solid #ccc;
    width:100%;
    padding:10px;
}
.products h3{
    font-family:Comfortaa !important;
    font-weight: 600;
    color:#000000;
    font-size:16px;
}
/*add product modal end*/
.edit_store{
    font-family:Comfortaa !important;
    padding-left: 12px;
}
.product_row .product_img{
    vertical-align:top;
    margin-right:10px;
    max-width:140px;
}
.delete_link{
    color: #0059DF;
    font-weight: normal;
    text-decoration:underline;
}
.btn_add_Varient{
    background: #0059DF;
    border-radius:40px;
    width:80%;
    color:#fff;
    font-family:Comfortaa !important;
    font-weight:600;
    padding:10px;
    border:0px;
}
.label{
    font-family: Comfortaa !important;
    font-weight: bold;
    color: #024678;
}
.product_details h2{
    color: #024678;
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
}
.product_details p{
    color: #024678;
    font-size: 20px;
    font-weight: 600;
    margin-top:8px
}
.product_details a{
    color: #0A96FC !important;
    font-size: 16px;
}
.color_swatch{
    display: inline-block;
    width:30px;
    height:30px;
    border-radius:30px;
    margin-right:10px;
}
.color_swatch.active:after{
    content: "\2713";
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 0px;
    text-align: center;
    color: #fff;
    position: absolute;
    padding-left: 5px;
    padding-top: 1px;
}

/* custom checkbox styles start*/
.custom_checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    box-shadow:0px 0px 5px #999;
    border-radius: 5px;
}
.custom_checkbox:hover input ~ .checkmark {
    background-color: #f4f4f4;
}
/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
    background-color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid #2196F3;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back_to_account:before {
    content: '\00ab' !important;
    display: block !important;
    width:20px;
    height:20px;
    margin-left:10px;
    font-size: 30px;
    line-height: 15px;
}
.back_to_account{
    padding-left: 45px !important;
}
.dashboard:before, .my_stores:before, .my_billing:before, .my_orders:before {
    content: ' ' !important;
    display: block !important;
    background-size:100% 100% !important;
    width:20px;
    height:20px;
    margin-left:10px;
}
.dashboard, .my_stores, .my_billing, .my_orders{
    padding-left:45px !important;
}
a.dashboard:before {
    background: url(https://media.dashboard.printbest.com/images/dashboard_icon.png);
}
a.my_stores:before {
    background: url(https://media.dashboard.printbest.com/images/store_icon.png);
}
a.my_billing:before {
    background: url(https://media.dashboard.printbest.com/images/billings_icon.png);
}
a.my_orders:before {
    background: url(https://media.dashboard.printbest.com/images/orders_icon.png);
}
.view_orders{
    padding:10px;
}

.tab_navigation ul {
    list-style:none;
    margin:0px;
    margin-top:10px;
    margin-bottom:10px;
    padding:0px;
    font-family: Comfortaa;
    font-size: 18px;
    border-bottom:1px solid #7D7D7D;
}
.tab_navigation .tab_link{
    display:inline-block;
    padding:10px;
    margin:0px;
    min-width:130px;
    text-align:center;
    cursor: pointer;
    font-family: comfortaa !important;
    color:#000;
}
.tab_navigation .tab_link.active{
    border-bottom:2px solid #0059DF;
    font-weight:600;
    color: #0059DF;
}
.tabs_container{
    padding:10px;
}
.tab_content{
    width:100%;
    min-height:200px;    
    font-family: Comfortaa;
    font-size: 18px; 
    display:none;
}
.tab_content.active{
    display:block   
}
.responsive_table img{
    max-width:50px;
}
.responsive_table tr:nth-child(2) td {
    padding-top:20px;
}
.responsive_table td{
    vertical-align:middle;
}
.responsive_table th {
    border-bottom:1px solid #7D7D7D;
}
.responsive_table .fulfilled td{
    font-family: Comfortaa;
    color: #818181;
}
.responsive_table td{
    font-family: Comfortaa;
    color: #000000;
}
.responsive_table td a{
    color: #0059DF;
    text-decoration:underline;
}
.responsive_table .status span{
    display: inline-block;
    padding:5px;
    padding-left:12px;
    width:90%;
    max-width:150px;
    min-width: 130px;
    text-align:center;
    border-radius:40px;
}

.responsive_table .new .status span{
    background: #E2E2E2;
}

.responsive_table .shipped .status span{
    background: #0059DF;
    color: #fff;
}

.responsive_table .payment_issue .status span{
    background: #ce3606;
    color: #fff;
}

.responsive_table .in_production .status span{
    background: #FBBE21;
    color: #000 !important;
}

.responsive_table .cancelled .status span{
    background: #607D8B;
    color: #fff;
}
.responsive_table tr:first-child:hover{
    background-color: #fff;
}
.responsive_table tr:hover{
    background-color: #f9f9f9;
}
.filter_row input, .filter_row select{
    height:40px;
    border-radius:5px !important;
    margin-bottom:10px;
}
.order{
    padding:20px;
}
.order_info{
    background: #F7F7F7; 
    padding:20px;
}
.order .order_id, .order .price{
    font-family: Comfortaa !important;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}
.order .order_date, .order .quantity{
    font-family: Comfortaa !important;
    font-size: 16px;
    color: #024678;
    font-weight: 600;
}
.order_info>div:first-child{
    border-right: 1px solid #000;
}
.shipping_info {
    background-color: #F7F7F7;
}
.shipping_info h2{
    background: #024678;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    padding:10px;
    font-weight:500;
    font-family: Comfortaa !important;
}
.shipping_info h2 span{
    width:85%;
    margin:auto;
    display:block;
}
.shipping_info p{
    width:80%;
    margin:auto;
    display:block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    padding-bottom:20px;
}
.order .totals{
    padding:20px;
    padding-top:30px;
    font-size:16px;
}
.order .totals .row{
    padding-top:15px;
    padding-bottom:15px;
    border-top:1px solid #7D7D7D;
}
.order_info .download_link{
    padding-top: 20px; text-align: right;
}
.responsive_table tr:hover{
    background: #ddf7ff;
}

.payments h2.title{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 600;
    color:#000000;
    margin:0px;
}
.payments .filter_row input, .payments .filter_row select{
    margin-bottom:15px;
}
.payments .payment .text{
    color: #024678;
    display:inline-block;
    font-size: 16px;
    line-height: 25px;
    vertical-align: middle;
    padding-left:15px;
}
.payments .payment .text small{
    font-size: 14px;
}
.payments .details_link img, .payments .invoices_link img{
    vertical-align: middle;
    width: 30px;
    margin: 0px 10px;
}
.payments .details_link, .payments .invoices_link {
    color: #0059DF;
    display: block;
    font-weight:bold;
}
.responsive_table .status.complete span{
    background: #94C840 !important;
    color: #fff;
}
.payments .deposit .amount{
    color: #04B500 !important;
    font-weight:bold;
}
.payments .order_placed .amount{
    color: #EA0000 !important;
    font-weight:bold;
}
.payments .responsive_table {
    border: 1px solid #ccc;
    border-radius: 15px;
    border-collapse: separate !important;
}
.payments .responsive_table tr{
    border-bottom:1px solid #ccc;
}
.payments .responsive_table th{
    font-family: Comfortaa;
    font-size:16px;
    font-weight: 600;
}
.wallet, .add_money{
    padding:10px;
}
.wallet h2.title, .add_money h2.title{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 600;
    color:#000000;
    margin:0px;
}
.add_money .card_icons img {
    width: 55px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.add_money .tab_content.active{
    background: transparent;
}
.settings{
    padding:10px;
}
.settings h2.title{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 600;
    color:#000000;
    margin:0px;
}
.settings .select_store{
    display: inline-block;
    width: fit-content;
    font-size: 14px;
    padding: 11px 30px;
    height: auto;
    border: 2px solid #0059DF;
    border-radius: 40px;
    color: #0059DF;
    font-family: 'Comfortaa' !important;
    font-weight: bold;
    margin-bottom: 12px;
    margin-right:15px;
}
.settings .section_label{
    font-family: Comfortaa !important;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #c4c4c4;
    font-size: 26px;
    padding-top: 10px;
    padding: 15px;
    margin-top: 0px;
}
.settings .label {
    text-align: right;
    font-size: 18px;
    margin: 10px;
}
.settings input[type="text"] {
    margin: 10px;
    width: 80%;
}
.settings .btn_save_settings{
    font-family:Comfortaa !important;
    font-size:16px;
    font-weight:600;
    margin:10px;
    background-color: #0A96FC;
    padding:15px;
    width:150px;
    color:#fff;
    border:0px;
    border-radius:3px;
}
.settings .warning{
    font-size:18px;
    color:#888;
    line-height:30px;
    padding:10px;
}
.settings .btn_remove_store{
    font-family: Comfortaa !important;
    font-size: 16px;
    font-weight: 600;
    margin: 10px;
    background-color: transparent;
    padding: 15px;
    width: 300px;
    color: #0059DF;
    border: 2px solid #0059DF;
    border-radius: 40px;
}
.settings .content{
    padding:30px; margin:auto
}
.add_money input[type="text"]{
    border-radius:5px;
}
/* animated progressbar start */
.meter {
	width: 100%;  
    margin: auto;
    height:30px;
	background: #e4e4e4;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 8px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
  display: block;
  height: 30px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-radius: 8px;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

.meter > span:after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: linear-gradient(
    -45deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-radius: 8px;
  overflow: hidden;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.meter > span:after, .animate > span > span {
  animation: move 2s linear infinite;
}
/* animated progressbar end */
/*breadcrumbs*/
.breadcrumbs li.item a, .breadcrumbs li.item strong {
    font-size: 14px;
    font-family: Comfortaa !important;
    padding:0;
}
.breadcrumbs{
    margin-bottom:15px;
}

.dashboard_container{
    width:95%;
    margin: auto;
}
.dashboard_container .row{
    padding:0px;
}
.dashboard_container>h2{
    color: #000000;
    font-family: Comfortaa !important;
    font-weight: 400;
    padding-top:10px;
    margin-top:0px;
    display: inline-block;
    font-size: 1.5rem;
}
.dashboard_header img{
    width:300px;
}
.dashboard_header{
    background: #FFE9BA;
    border: 1px solid rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding:20px;
}
.dashboard_header .content{
    width:80%;
    margin:auto;
    padding-top:20px;
}
.dashboard_header h2{
    font-family: Comfortaa;
    font-weight: 600;
    font-size: 38px;
    color: #024678;
}
.dashboard_header p{
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    color: #024678;
}
.faq_container {
    background: #1C6AEF;
    border: 1px solid rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    margin-top:20px;
    margin-bottom:10px;
}
.faq_container h2{
    font-family: Comfortaa !important;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    padding-left:20px;
    padding-right:20px;
    display: inline-block;
    width:80%;
}
.faq_container a{
    display: inline-block;
    background: #FFC907;
    border-radius: 10px;
    width:200px;
    height:fit-content;
    padding:10px;
    font-family: Comfortaa !important;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #024678;
    margin:10px;
}

.dashboard_container .card {
    border: 1px solid #ccc;
    border-radius:10px;
    margin-top:10px;
    margin-bottom:10px;
    height:90%;
    display:inline-block;
    width:98%;
}
.dashboard_container .col-md-1,
.dashboard_container .col-md-2,
.dashboard_container .col-md-3,
.dashboard_container .col-md-4,
.dashboard_container .col-md-5,
.dashboard_container .col-md-6,
.dashboard_container .col-md-7,
.dashboard_container .col-md-8,
.dashboard_container .col-md-9,
.dashboard_container .col-md-10,
.dashboard_container .col-md-11,
.dashboard_container .col-md-12{
    padding:0px;
}

.dashboard_container .card img{
    width: 76px;
    padding: 10px;
    vertical-align: top;
}
.dashboard_container .card .text{
    display:inline-block;
    padding:15px;
    width:80%;
}
.dashboard_container h3 {
    font-family: Comfortaa !important;
    font-size:22px;
    margin-top:0px;
    color: #000;
}
.dashboard_container p {
    font-family: Comfortaa !important;
    font-size:18px;
    margin-top:0px;
    color: #000;
}
.categories .subcategories .active {
    background-color:transparent;
}
.page-wrapper{
    padding-top:100px;
}
#maincontent{
    padding:0px !important;
}
.column.main {
    padding: 20px;
    margin-bottom: 200px;
}
.sidebar .active{
    background-color:transparent !important;
}
.sidebar.sidebar-main {
    position: fixed;
    left: 0;
    top: 80px;
    height: 100%;
    padding-right: 0px;
    overflow-y:auto;
    background: #FAFAFA;
    padding:15px;
    padding-top:30px;
}
.sidenav{
    min-height:565px;
    overflow-y:hidden;
}
.sidebar::-webkit-scrollbar-thumb
{
	background-color: #ccc;
}
.sidebar::-webkit-scrollbar
{
	width: 6px;
	background-color: #eee;
}
.sidebar::-webkit-scrollbar-track
{
	background-color: #eee;
}
.page-footer{
    z-index:9;
    position: relative;
    float: left;
    bottom:0;
}
.settings_container{
    height: 100px;
    width: 95%;
    border-top: 1px solid #ccc;
    padding-top:10px;
    min-height:250px !important;
}
@media only screen  and (max-width: 1366px){
    .sidenav{
        width:222px !important;
    }
    .my_stores h2{
        width:80%;
    }
    .choose_platform{
        min-width: 140px;
    }
    .my_stores .add_store_container h2{
        width: 60%;
    }
    #maincontent .column.main{
        width: 72% !important;
    }
    .dashboard, .my_stores, .my_billing, .my_orders{
        padding:0px !important;
        margin: auto;
        width: 100%;
    }
    .add_product{
        min-width: 111px;
        width: 35%;
    }
    .view_store{
        min-width: 100px;
        width: 35%;
    }
    .store_settings{
        width: 35px !important;
        min-width: 30px !important;
    }
    .block.block-credit-transactions .block-content {
        overflow-x:auto;
    }
    .add_funds {
        width: 155px !important;
        padding: 8px !important;
        margin-top: 8% !important;
    }
    .wallet_row img{
        max-width: 85px !important;
        margin-left: -10px;
    }
    .wallet_row .label{
        font-size:20px;
    }
}
@media only screen and (max-width: 1366px) and (min-width: 768px)  {
    .dashboard_container .card .text{
        width:60%;
    }
    .dashboard_container .card .text .stores_btn{
        border-right:0px;
    }
}
@media only screen and (max-width: 767px){
    .payments tr:first-child .date{
        border-radius:15px 15px 0px 0px;
    }
    .payments .date{
        background:#f8f8f8
    }
    .payments .amount{
        text-align:left !important;
        padding-left:18px;
    }
    .dashboard_container .card .text{
        width:68%;
    }
    .no_store_added{
        padding:25px;
    }
    .no_store_added div{
        margin-top: 0px;
    }
    .no_store_added img{
        width: 50px;
    } 
    .no_store_added h2{
        font-size:20px;
        width: 80%;
    }
    .no_store_added img{
        vertical-align: sub;
    }
    .platforms_modal, .woo_modal, .add_product_modal{
        width:95%;
    }
    .responsive_table td{
        display: block;
    }
    .responsive_table .headings_row{
        display: none;
    }
    .responsive_table tr{
        border-bottom:1px solid #7d7d7d;
    }
    .responsive_table td:before{
        content: attr(data-th) ': ';
        display: inline-block;
        color: #000;
        font-weight: bold;
        padding-right: 15px;
        min-width: 90px;
    }
    .responsive_table img{
        vertical-align: sub;
    }
    .order .responsive_table tr{
        border:0px;
    }
    .order .row.order_info div{
        border:0px !important;
    }
    .order_info .download_link{
        text-align:left;
    }
    .payments .details_link, .payments .invoices_link {
        display: inline-block;
    }
    .payments .invoices_link{
        padding-left:10px;
    }
    .settings .label{
        text-align:left;
    }
    .settings .content{
        padding:0px;
    }
}