html,body,div,span,h1,h2,h3,h4,h5,h6,p,q,em,img,small,strong,dl,dt,dd,ol,ul,li,form,label {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
:focus {
    outline: 0;
}
body {
    background: #f2f7fb;
}
input,
textarea {
    margin: 0;
    outline: 0;
}
textarea {
    overflow: auto;
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/* Default Font Styles
______________________*/
body,
input,
select,
textarea,
p,
a,
b {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 1.4;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Headings
______________________*/
h1 {
    font-size: 35px;
}
/* Links
______________________*/

a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
/* p, blockquote, address
______________________*/
p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.8;
}
a:hover,
a:focus {
    text-decoration: none;
}
button:focus {
    outline: 0;
    box-shadow: none;
}
/* Layout 
______________________*/
.container {
    width: 1140px;
    max-width: 1140px;
}
.row {
    margin: 0;
}


.sidebar {
    padding: 0;
    width: 14.2%;
    position: fixed;
    left: 0;
    z-index: 999;
    height: 100%;
    background-color: #426394;
    overflow-y: auto;
}
.content_right {
    width: 100%;
    padding: 0;
    margin: 0 0 0 191px;
    flex: 100%;
    max-width: 100%;
}
.inner_content {
    background: #ffffff;
    padding: 9px;
    box-shadow: 0 11px 25px rgba(0, 0, 0, 0.1);
    margin: 12px 11px;
}
.inner_content table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 0;
}
.inner_content td, .inner_content th {
    border: 1px solid #cccccc6b;
    text-align: left;
    padding: 4px 6px;
    font-size: 12px;
}
.inner_content tr:nth-child(even) {
    background: #e8e8e8;
}
.inner_content th {
    background-color: #486b91;
    color: #fff;
}
.DataTable  th{
    background-color: #fff;
    color: #486b91;
}
.promotion_box .error_msg{
  color: red; margin-bottom: 10px;
  font-size: 16px;

}

.padd_none{
    padding: 0;
}
.user_profile {
    text-align: center;
    padding: 16px 0 0;
}
.user_profile img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 7px;
}
.user_profile p {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    margin: 0 0 11px;
}
.sidebar_nav ul li {
    position: relative;
    border-bottom: 1px solid #576f92;
}
.sidebar_nav ul li a {
    color: #ffffff;
    font-weight: 400;
    padding: 10px 20px 10px 32px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.sidebar_nav ul li a i {
    float: right;
    vertical-align: middle;
    margin: -1px 0 0 0;
    font-size: 15px;
}
.sidebar_nav ul li:last-child{
    border-bottom: none;
}
.top_head{background: #426394;padding: 6px 0;}
.date_user p{margin: 0;font-size: 13px;color: #fff;line-height: 1.4;font-weight: bold;}
.top_menu{padding: 4px 28px 0 0;}
.top_menu ul{text-align: right;}
.top_menu ul li {display: inline-block;padding: 0 0 0 14px;}
.top_menu ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}


.accordion {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 32px;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 12px;
}
.accordion li:last-child .link { border-bottom: 0; }
.accordion li i {
  position: absolute;
  top: 10px;
  left: 11px;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 11px;
  color: #fff;
  top: 14px;
}
.accordion li.open .link {color: #ffffff;}
.accordion li.open i {color: #fff;}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu {
  display: none;
  background: #426394;
  font-size: 12px;
  border-top: 1px solid #576f92;
}
.submenu li { border-bottom: 1px solid #4b4a5e; }
.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.submenu a:hover {
  background: #3b5e92;
  color: #FFF;
}
.sidebar::-webkit-scrollbar-track{
    border-radius: 6px;
    background-color: #426394;
}
.sidebar::-webkit-scrollbar{
    width: 4px;
    background-color: #426394;
}
.sidebar::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background-color:#426394;
}
.sidebar_nav ul li .submenu li a{
    padding: 10px 5px 10px 13px;
}


.product-tabs > input, .product-tabs section > div {
  display: none;
}
#tab1:checked ~ section .tab1, #tab2:checked ~ section .tab2, #tab3:checked ~ section .tab3, #tab4:checked ~ section .tab4 {
  display: block;
}
#tab1:checked ~ nav .tab1, #tab2:checked ~ nav .tab2, #tab3:checked ~ nav .tab3, #tab4:checked ~ nav .tab4 {
  color: red;
}
#tab1:checked ~ nav .tab1 label, #tab2:checked ~ nav .tab2 label, #tab3:checked ~ nav .tab3 label, #tab4:checked ~ nav .tab4 label {
  background: #426394;
  color: #fff;
  position: relative;
}
#tab1:checked ~ nav .tab1 label:after, #tab2:checked ~ nav .tab2 label:after, #tab3:checked ~ nav .tab3 label:after, #tab4:checked ~ nav .tab4 label:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #426394;
  left: 0;
  bottom: 0px;
}
.product-tabs {
  width: 100%;
  margin: 0 auto;
}
.product-tabs ul {
  list-style: none;
  margin: -3px 0 0 0;
  padding: 0;
}
.product-tabs ul li label {
  font-weight: bold;
  font-size: 12px;
  line-height: 32px;
  float: left;
  padding: 2px 19px 2px;
  width: auto;
  text-align: center;
  background: #f5f5f5;
  color: #07063E;
  text-transform: capitalize;
  border: 1px solid #c4cfd37d;
  border-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.product-tabs ul li label:hover {
  background: #DFE5F4;
}
.product-tabs ul li label:active {
  background: #ffffff;
}
.product-tabs section .tab_contentes {
  padding: 12px;
  width: 100%;
  background: #ffffff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
  width: 100%;
  clear: both;
  border: 1px solid #cccccc85;
}
.order_list{margin: 5px 0 11px;}
.order_list h3,.order_list h4{font-weight: 500;color: #000;}
.date_export{padding: 0;}
.date_export input,.date_export select,.search_items input,.search_items select,.details_info select,
.order_tables .manage_gallery tr select,.invoice_setup .shipping_origin select{
    border: 1px solid #ccc;
    font-size: 13px;
    border-radius: 2px;
    padding: 0 5px;
    height: 30px;
    vertical-align: middle;
}
.date_export b{margin: 0 5px;}
.date_export button,.search_items button,.auto_generate button{background: #426394;color: #fff;border: none;padding: 3px 16px;vertical-align: middle;font-size: 13px;border-radius: 2px;}
.date_export .export_btn,.auto_generate .export_btn{background: #58a75b;}
.date_export .email_btn{
    background: #607D8B;
}
.search_items {
    padding: 0;
    text-align: right;
}
.breadcrums{padding: 21px 0 13px;}
.breadcrums ul li{
    display: inline-block;
}
.breadcrums ul li a{font-size: 14px;font-weight: 600;}
.breadcrums ul li a span,.product_avatar ul li a span{
    display: inline-block;
    height: 18px;
    width: 2px;
    background: #d8d8d8;
    margin: 0 7px;
    vertical-align: middle;
}
.breadcrums ul li .active{
    color: #426394;
}
.apply_box .search_items{
    text-align: left;
}
.apply_box .search_items select{
    width: 247px;
}
.order_tables table {
  border-collapse: collapse;
  width: 100%;
}
.order_tables td, .order_tables th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 6px 8px 4px;
}
.order_tables tr td p {
    margin-bottom: 0;
    color: #676565;
}
.order_tables tr th:last-child{
    text-align: center;
    width: 7%;
}
.order_tables tr:nth-child(even) {
  background-color: #f5f5f5;
}

/*checkbox*/

.color_select label{display:inline-block;margin-bottom:0;font-size: 14px;margin-left: 6px;}
.color_select input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
.color_select input{overflow:visible;}
.color_select input[type=checkbox]{box-sizing:border-box;padding:0;}
.custom-control{
    position: relative;
    display: inline-block;
    padding-left: 14px;
    margin: 0 7px 0 0;
    font-size: 14px;
}
.custom-control-input{position:absolute;z-index:-1;opacity:0;}
.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color: #007bff;}
.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);}
.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;}
.custom-control-input:disabled~.custom-control-label{color:#6c757d;}
.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef;}
.custom-control-label{
    margin-bottom: 0;
    padding: 0 0 0 7px;
    vertical-align: middle;
    margin-top: -21px;
}
.custom-control-label::before{position:absolute;top:2px;left:0;display:block;width:16px;height:16px;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#bfc2c5;}
.custom-control-label::after{position:absolute;top:2px;left:0;display:block;width:16px;height:16px;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%;}
.custom-checkbox .custom-control-label::before{border-radius:2px;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color: #426394;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("../images/checkmarks.svg");}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5);}
.custom-control-label::before {background-color: #c6c7c7;}
.custom-radio input[type=radio]{box-sizing:border-box;padding:0;}
.custom-radio .custom-control-label::before{border-radius:50%;}
.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff;}
.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("../images/radio_btn.svg");}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5);}
.order_tables .Customer_info{position: relative;padding: 0 0  0 26px;}
.order_tables .Customer_info i{
    background: #21adf3;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    font-style: normal;
    line-height: 1;
    padding: 5px 0 0;
    position: absolute;
    left: 0;
    top: 2px;
}
.order_tables .Customer_info h5{
    color: #2196F3;
    font-weight: bold;
    margin: 0 0 2px;
    font-size: 13px;
}
.order_tables .Customer_info p{
    margin: 0;
    font-size: 12px;
}
.order_tables .Total_amount b{
    font-size: 15px;
}
.order_tables .paid_btn{
    background: #58a75b;
    color: #fff;
    padding: 3px 12px;
    border-radius: 2px;
}
.action_btn{text-align: center;}
.action_btn i{
    margin: 0 3px;
    cursor: pointer;
}
.order_tables tr th{
    padding: 3px 8px;
}
.product_avatar{position: relative;padding: 0 0 0 39px;}
.product_avatar img{border-radius: 100%;width: 28px;position: absolute;top: 6px;left: -1px;}
.product_avatar li{display: inline-block;font-size: 11px;margin: 0 11px 0 0;}
.product_avatar li a {
    line-height: inherit;
    font-weight: 500;
}
.append_row th{background: #f5f5f5;color: #000;}
.product_avatar b{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 214px;
    display: inline-block;
    line-height: inherit;
    height: 17px;
}
.append_row .Customer_info{
    padding: 0;
}
.product_avatar ul li a span{
    margin: 0 0 0 10px;
}
.append_row{
    display: none;
}
.customer_details{padding: 0;margin: 0 0 18px;}
.inner_details > h3 {
    background: #f5f5f5;
    border: 1px solid #cccccc82;
    padding: 7px 15px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin: 0;
}
.details_info{background: #f5f5f5;border: 1px solid #cccccc82;border-top: none;padding: 4px 15px;}
.details_info p{margin: 0;font-size: 13px;}
.details_info p > b{

}
.details_info > b{
    margin: 10px 0 4px;
    display: block;
    font-size: 15px;
}
.inner_details{
    margin-bottom: 15px;
}
.details_info select {
    width: 100%;
    margin: 0 0 12px;
}
.details_info label {
    display: block;
    font-size: 15px;
    margin: 11px 0 11px;
}
.order_table_list .Customer_info {
    padding: 0;
}
.order_table_list tr th:last-child {
    width: 14%;
}
.order_table_list tr td:last-child{
    text-align: center;
} 
.order_table_list .date_export {
    margin: 13px 0 0;
}
.date_export .cancel_btn{
    background: #e43f3f;
}
.order_table_list .Customer_info p {
    font-size: 13px;
}
.order_list h4{
    font-size: 14px;
}
.order_list textarea, .invoice_setup .shipping_origin textarea{
    height: 131px;
    width: 100%;
    border: 2px solid #ccccccab;
    border-radius: 4px;
    padding: 10px;
}
.order_list p{
    margin-bottom: 8px;
}
.faq  ul li a {
    font-size: 12px;
}
.faq{
    padding: 0px 0 8px;
}
.downloads p{
  margin-bottom: 4px;
}
.order_list  > h3 {
    margin-bottom: 6px;
}
.downloads .details_info label {
    font-size: 13px;
    margin: 2px 0 6px;
    text-align: left;
    display: block;
}

.downloads .details_info {
    padding: 4px 15px 20px;
}

.file-upload{display:block;text-align:center;font-size: 12px;margin: 29px 0 0;}
.file-upload .file-select{display:block;border: 1px solid #cccccc;color: #34495e;cursor:pointer;height: 30px;line-height: inherit;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height: auto;line-height: 28px;}
.file-upload .file-select .file-select-name{line-height: inherit;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.downloads .date_export {
    margin: 10px 0 0;
}
.manage_gallery tr{
      background: #eaeaea;
}
.manage_gallery td, .manage_gallery th {
    border: 1px solid #bdbdbd;
}
.order_tables .manage_gallery{
  margin-bottom: 9px;
}
.manage_gallery td:last-child{
  text-align: right;
}
.manage_gallery td select{
   margin: 0 6px;
}
.add_gallery {
    text-align: center;
}
.details_info .Description_box .domain_name{
  width: 24%;
}
.details_info .Description_box .put_domain{
  width: 74%;
}
.details_info .add_description textarea{
  height: 74px;
}
.manage_gallery  td:last-child {
    text-align: left;
}
.manage_gallery .custom-control {
    font-size: 14px;
    padding: 17px 0 0 9px;
}
.manage_gallery .custom-control-label {
    padding: 12px 0 0 20px;
}
.manage_gallery  td label{
      vertical-align: top;
    padding: 10px 0 0;
}
.manage_gallery .custom-control-label::before,.manage_gallery .custom-control-label::after{
      top: 14px;
}
.menu_links .date_export button{
    padding: 6px 16px;
    margin-right: 13px;
}
.menu_links .date_export select {
      width: 199px;
}
.order_tables input,.order_tables select{
    padding: 4px 7px;
}
.menu_settings h3{
  padding-top: 15px;
}
.footer_page .order_tables tr th:first-child{
      width: 5%;
}
.footer_page  .order_tables tr th {
    width: 22%;
}
.footer_page .order_tables table {
    margin: 2px 0 15px;
}
.upload_logo .file-upload {
    margin: 6px 0 0;
}
.upload_logo .manage_gallery .custom-control {
    padding: 0px 0 12px 12px;
}
.templates .Customer_info i {
    background: #8BC34A;
}
.templates .order_tables table {
    margin: 6px 0 19px;
}
.templates .order_tables table tr td:last-child{
  width:10%;
}
.banner_style .manage_gallery{
    margin-top: 0;
}
.banner_style .manage_gallery td{
    border-top: none;
    background: #fff;
    padding: 7px 15px 9px;
}
.banner_style  .manage_gallery .custom-control-label {
    padding: 25px 0 0 20px;
}
.banner_style .manage_gallery .custom-control-label::before, .banner_style .manage_gallery .custom-control-label::after {
    top: 27px;
}
.banner_style .manage_gallery td,.banner_style  .manage_gallery th {
    border: 1px solid #e0e0e0;
}
.banner_style .update_banner{
       background: #4D90FE;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border-radius: 2px; 
}
.banner_style table tr td img{
  border: 2px solid silver;
    width: 100px;
}
.left_panel table tr td img {
    border: 2px solid silver;
    width: 30px;
}
.banner_right a{
      font-size: 13px;
    color: #426394;
    font-weight: bold;
}
.payment_method  tr th:last-child{
  width: 6%;
}
.payment_method .date_export {
    margin: 0;
}
.shipping_origin{
    background: Whitesmoke;
    padding: 8px;
   border: 1px solid #C6C6C6;
   margin-bottom: 20px;
}
.shipping_origin p {
    margin: 0;
    line-height: 1.6;
}
.shipping_origin b{
  padding-bottom: 10px;
  display: inline-block;
}
.shipping_origin p img{
  vertical-align: middle;
}
.text_setting td label {
    padding: 6px 0 0;
}
.text_setting button{
    padding: 5px 16px;
}
.text_setting .manage_gallery td {
    padding: 9px 15px 9px;
}
.downloads .date_export button ,.auto_generate button{
    padding: 7px 16px;
}
.order_tables tr .modules{
  text-align: left !important;
}
.user_management .order_tables{
  margin-top: 13px;
}
.discount_coupons .custom-control {
    padding-left: 0;
}
.discount_coupons .custom-control-label {
    padding: 0 0 0 25px;
}
.shipping_origin .select_account{
  margin-bottom: 16px;
}
.discount_coupons .mandatory_field .custom-control-label{
    padding: 16px 0 0 25px;
}
.mandatory_field .custom-control-label::before,
.mandatory_field .custom-control-label::after{
  top: 2px !important;
}
.discount_coupons .mandatory_field{
  padding-left: 13px;
}
.invoice_setup .shipping_origin {
    margin-bottom: 6px;
}
.invoice_setup .shipping_origin .select_account {
    margin-bottom: 7px;
}
.home_products  tr th{
  width: auto !important;
}
.home_products{
  margin-top: 20px;
}
#rating_review tr th:last-child {
    width: 32%;
}
#rating_review .custom-control-label {
    margin: -4px 14px 0 0;
    padding:0 0 0 24px;
}
#rating_review .custom-control a {
    color: #426394;
}
.installment_calculator  .details_info label {
    display: initial;
}
.display_seting {
  padding:10px 30px;
}
.display_seting li {
    list-style: square;
}
.product_share .manage_gallery .custom-control {
    padding: 0px 0 12px 9px;
}
.product_share  .manage_gallery {
    margin: 11px 0 4px !important;
}
.product_share  .manage_gallery tr td .social_site{
  font-weight: bold;
  display: inline-block;
    padding: 11px 0 0;
}
.footer_page .robot_text{
  background: #eef3f7;
    padding: 10px;
    margin: 9px 0 13px;
}
.order_list .select_generation{
      display: block;
    margin: 8px 0 0 0;
    padding: 0;
    min-height: auto;
}
.order_list  .select_generation .custom-control-label{
    padding: 0 0 0 26px;
    margin-top: -13px;
}
.email_setting  b {
    padding-bottom: 4px;
}
.email_setting  .select_account {
    margin-bottom: 0px;
}
.email_setting  .custom-control {
  margin-top: 19px;
}
.email_box label{
  font-size: 14px;
}
.email_box input{
  margin-right:10px; 
}
.email_box p{
  margin:8px 0 0;
}
.email_box .Zopim_id {
  font-size: 13px;
  margin-right: 20px;
}
.email_box label a{
      color: #426394;
    font-size: 13px;
}
.google_shopping p {
    margin: 0 0 5px;
}
.google_category{
  width: 30%;
}
.analytics_box .Zopim_id{
  font-size: 12px !important;
}
.newsletter tr td button{
  padding: 6px 11px;
    color: #fff;
    background: #426394;
    border: 1px solid #426394;
    border-radius: 2px;
}
.newslettery td label {
    padding: 7px 0 0;
}
#addition_currency .manage_gallery .custom-control {
    padding: 0 0 0 9px;
    width: 19%;
}
#addition_currency .manage_gallery .custom-control-label {
    padding: 0 0 0 20px;
}
#addition_currency .manage_gallery .custom-control-label::before, #addition_currency .manage_gallery .custom-control-label::after {
    top: 2px;
}
.selected_btns button {
    font-size: 11px;
    padding: 2px 10px;
    margin: 0 0 0 3px;
}
.place_order p{
    padding: 9px 0 0 9px;
}
.social_network .padd_none {
    padding: 0 9px 0 0 !important;
}
.social_network .custom-control {
    padding-left: 0px;
}
.social_network .custom-control-label {
    padding: 0 0 0 22px;
}

.inner_content .row{
  margin: 0px !important;
}

.padd_right{
  padding-right: 0px !important;
}

.circle_fulfillment { 
    width: 19px;
    height: 17px;
    border-radius: 50%;
}
.input_box select,.downloads .details_info input,.downloads .details_info textarea ,.input_box input,.input_box textarea{
    padding: 0 8px;
    font-size: 14px;
    height: 29px;
    border-radius: 2px;
    border: 1px solid #ccc !important;
    width: 100%;
    margin: 0 0 5px;
    background: #fff !important
}
.promotion_box{
    background: #f5f5f5f5;
    padding: 18px 0;
    border: 1px solid #ccccccad;
}
.head_title {
    text-align: right;
    padding: 7px 0 0 !important;
}
.head_title label {
    font-size: 14px;
    font-weight: 600;
}
.input_box input, .input_box select {
    height: 32px;
}
.auto_generate{
  padding: 0 !important;
}
.input_box .auto_width{
      height: auto;
    width: auto;
    vertical-align: middle;
    margin: -1px 0 0;
}
.input_box .value_input {
    width: 12.4%;
    margin: 0 6px;
}
.input_box{
  margin-bottom: 6px;
}
.input_box label{
    font-weight: 600;
}
.allow_checkbox input{
  margin: -3px 0 0;
}
.allow_checkbox h3 {
    margin: 11px 0 5px;
}
.product-service label {
    margin: 8px 18px 0 0;
}
.product-service .auto_width {
    margin: -2px 0 0;
}
.line_border{
  margin: 17px 0 0;
    border-top: 1px solid #ccccccab;
    padding: 12px 0 0;
}
.input_box textarea{
  height: 100px;
  margin: 13px 0 0;
}
.btn-file-upload{
  margin-top: 5px;
}
.checkout_form{
  margin: 12px 0 0;
}

.checkbox_field input {
    width: auto !important;
    vertical-align: middle;
    margin: -2px 4px 0 0 !important;
}
.checkbox_field label {
    display: inline-block !important;
    margin: 0 6px !important;
}
.meta_description textarea{
  height: 120px !important  ;
}
.meta_description{
  margin-top: 5px;
}
.checkout_form{
  display: none;
}
.shipping_overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
    display: none;
    z-index: 9999;
}
.shipping_popup {
   display: none;
    position: absolute;
    top: 10px;
    z-index: 9999;
    background: #fff;
    width: 70%;
    padding: 12px 22px;
    border-radius: 3px;
    margin: 0 auto;
    left: 8%;
    right: 50%;
}
.manage_shipping h3 {
    color: #000;
    margin: 0 0 4px;
    font-size: 20px;
}
.inner_general {
    margin: 0 !important;
    background: #ffff;
    border: 1px solid #cccccc85;
    padding: 13px 19px 13px 0;
    box-shadow: 1px 4px 19px rgba(128, 128, 128, 0.25);
}
.general_info h4 {
    margin: 0;
    background: #f5f5f5;
    padding: 9px 15px;
    border: 1px solid #cccccc94;
    border-bottom: none;
    color: #000;
    font-size: 12px;
}
.general_info{
  margin-bottom: 10px;
}
.zone_label{
    padding: 4px 0 0 !important;
    text-align: right;
}
.zone_label label,.enable_free label{
      font-weight: 600;
}
input:focus, select:focus {
    outline: none;
    border: 1px solid #ccc !important ;
}
.text_box input{
      width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 27px;
    padding: 0 15px;
}
.enable_free label:first-child{
  margin: 0 11px 0 4px; 
}
.enable_free input{
  vertical-align: middle;
    margin: -3px 2px 0 0 !important;
}
.enable_free{
  padding: 4px 0 0 !important;
}
#region_info{
  padding: 9px 14px;
}

.tabs-nav li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.78);
    color: #000000;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-right: 5px;
}
.tabs-nav ul{
  margin-bottom: 0;
}
.tabs-nav a {
    display: block;
    padding: 7px 15px;
    font-weight: 600;
    color: #000;
}
.tabs-nav li.active,.tabs-nav li.active a {
    background: #426394;
    color: #fff;
}
.tabs-nav li.active a {
  color: #fff;
}
.tabs-content {
  border: 1px solid #cccccc;
  padding: 10px;
  background: #FFF;
  margin-top: -1px;
  overflow: hidden;
}
.tabs-content IMG {
  margin-right: 10px;
}
.tabs-content div:not(:first-child) {
  display: none;
}
.select_country {
    height: 251px;
    overflow-y: auto;
    overflow-x: hidden;
}
.select_country::-webkit-scrollbar-track{
  border-radius: 10px;
  background-color: #ddd;
}
.select_country::-webkit-scrollbar
{
  width: 6px;
  background-color: #ddd;
}
.select_country::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #c1c1c1;
}
.select_country table{
  width: 100%;
}
.select_country table label{
  font-weight: 600;
}
.select_country table input{
    vertical-align: middle;
    margin: -2px 8px 0 0;
}
.select_country table td, .select_country table th {
    border: 1px solid #cccccc87;
    padding: 4px 8px 0;
}
.select_country  .inner_general {
    border: 1px solid #cccccc85;
}
.tabs-content .text_box .ddList{
  height: 30px;
  margin-bottom: 10px;
}
.tabs-content .text_box .ddList,.tabs-content textarea {
    border: 1px solid #ccccccbf;
    border-radius: 2px;
    padding: 5px 13px;
}
.tabs-content label{
  font-weight: 600;
}
#tab1 div,#tab2 div,#tab3 div , #tab4 div {
  display: block !important;
}

.select_state table td, .select_state table th {
    font-size: 11px;
}
.select_state table td span{
  font-weight: bold;
    margin: 0 0 6px;
    display: block;
}
.shipping_popup > h3{
      background: #426394;
    margin: -12px -22px 10px;
    padding: 7px 18px 10px;
    font-size: 14px;
    color: #fff;
}
.shipping_popup .date_export{
  text-align: center;
}
.Country_box{
    background: #f5f5f5;
    border: 1px solid #cccccc85 !important;
    padding: 10px 3px;
    margin: 0;
}
/*#tab3  .text_box  .select2-container--below ,#tab4  .text_box  .select2-container--below {
  width: 100% !important;
}
#tab3  .text_box .select2-container .select2-selection--single .select2-selection__rendered 
,#tab4  .text_box .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
#tab3 .text_box .select2-dropdown,#tab4 .text_box .select2-dropdown {
    z-index: 99999;
}*/


#shipping_edit .select2-container {
  width: 100%  !important;
}
#shipping_edit .select2-selection--single ,#shipping_edit .select2-container{
    background: #ffffff;
}
#shipping_edit  .select2-selection--single {
    border: 1px solid #ccc !important;
}

#shipping_edit  .input_box select, #shipping_edit  .details_info input {
    height: 35px;
    margin: 0 0 9px;
}
.inner_general select{
  margin-bottom: 13px;
}