@font-face {
    font-family: 'Century_Gothic';
    src: url('../font/CenturyGothic.eot');
    src: url('../font/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../font/CenturyGothic.woff') format('woff'),
        url('../font/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Open Sans";
}

html {
    margin: 0;
    overflow-y: hidden;
    height: 100% !important;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    overflow-y: auto;
    font-size: 15px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    color: #333;
}

a#lang_img {
    line-height: 24px;
}

#lang_img img {
    height: 16px;
    width: 25px;
    vertical-align: middle;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.language_select_drop {
    border: 1px solid #ddd;
}

table.list tbody td {
    font-size: 14px;
    /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
    font-family: "Open Sans";
    line-height: 18px;
}

.language_select_drop ul {
    box-shadow: 0 0 1px #ddd;
}

.language_select_drop ul li a img {
    vertical-align: middle;
}

.language_select_drop a.select {
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    width: auto;
    display: block;
    padding: 0 25px 0 5px;
    text-align: left;
    line-height: 22px;
}

.accountPage_content ul li a {
    color: #367dc4
}

.accountPage_content ul li a span {}

.accountPage_content ul li a.active,
.accountPage_content ul li a:hover {
    background-color: #c20c24 !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.main_inner.home-content {
    margin-top: 5px;
}

.header_top_bar {
    margin-bottom: 0 !important;
}

.top_right {
    font-family: Century_Gothic !important;
    margin-top: 0;
    padding: 0;
    position: relative;
    z-index: 15;
    margin-bottom: 0;
    text-align: right;
    padding-right: 0;
    display: block;
}

.tabs_head {
    vertical-align: top;
    height: auto;
}

.Square {
    margin-top: 0;
    height: 60px !important;
    max-width: 100%;
}

#logo.Square a {
    max-height: 60px;
    line-height: 60px;
}

#logo a {
    height: 60px;
    display: block;
    line-height: 60px;
}

#logo.Square a img {
    max-height: 60px;
    vertical-align: bottom;
}

#logo.Rectangle a img {
    max-width: 100%;
    max-height: 60px;
    vertical-align: bottom;
}

.righr_head {
    width: 70%;
}

.tabs_head {
    vertical-align: bottom !important;
    float: none;
    display: table-cell;
}

#tabs-header {
    line-height: 2;
}

.top_right li {
    text-transform: capitalize;
}

.user_in ul .login_link {
    margin-right: 0;
}

.user_in ul li a {
    font-size: 15px;
    padding: 0 10px;
    line-height: 26px;
    color: #444 !important;
}

.top_right li ul li {
    height: auto;
}

#wishlist-total {
    font-size: 14px;
}

.wish_list {
    min-width: 125px;
}

#header_top #cart .heading h4,
#header_top #cart .heading {
    font-size: 14px;
}

#header_top #cart {
    min-width: 210px;
    float: left;
    height: auto !important;
}

#header_top {
    display: inline-block;
}

#header_top #cart .heading {
    float: left;
}

.search_li {
    margin-right: 10px !important;
    position: relative;
    width: 30px;
}

#primary_nav_wrap {
    display: table;
    width: 100%;
    margin-top: 0;
}

#primary_nav_wrap ul a {
    text-transform: uppercase !important;
}

#menu {
    float: left;
    margin-right: 0;
    margin-top: 5px;
    width: 395px;
}

#header_all {
    padding: 12px 0;
    border-bottom: 1px solid #e1e1e1;
}

.header_top_bar,
.mob_head {
    min-height: 56px;
    line-height: 56px;
    margin: 0px;
    padding: 5px 0;
    background-color: #fcfcfc;
    border-style: solid;
    border-color: #d2d2d2;
    border-bottom-width: 1px;
    position: fixed;
    z-index: 100000;
    left: 0;
    right: 0;
    background: #fff;
    /*box-shadow:0px 0px 5px #959595;*/
    top: 0;
}

.mob_head ul.widget-menu-list {
    line-height: 44px;
}

.widget-menu-item {
    line-height: 44px;
}

.pagination {
    padding-top: 0;
    font-size: 13px;
    font-family: "Open Sans";
}

.title-holder {
    padding: 5px 0;
    background: #e4e4e4;
    text-align: left;
}

.breadcrumb {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 20px;
    display: inline-block;
}

.breadcrumb a {
    color: #000;
    font-size: 15px;
}

.slide_toggle {
    float: left;
    background: #fff;
    width: 30px;
    text-align: center;
    line-height: 20px;
    color: #000;
    display: none;
    height: 44px;
    line-height: 50px;
    margin-top: 0;
    font-size: 22px;
    margin-left: 15px;
}

.main_inner {
    margin-top: 25px;
}

.floating-text .required {
    color: #b94a48 !important;
    font-weight: 700;
    font-size: 10px;
    margin-left: -15px !important;
    vertical-align: middle;
    margin-right: 0 !important;
    margin-top: -3px !important;
    display: inline-block
}

#notification {
    max-width: 200px !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 156px !important;
    z-index: 15 !important;
    left: 0 !important;
    margin: 0 auto !important;
    top: auto !important;
}

.attention,
.information,
.success,
.warning {
    margin: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    text-align: left;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    box-sizing: border-box;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.category-page .item {
    overflow: hidden;
}

#owl-demo .item {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.item {
    float: left;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 5px;
    padding: 0;
    background: rgba(255, 255, 255, .92);
    z-index: 0;
    border-bottom: 1px solid #eee;
}

.sale_save_holder,
.quickshop {
    display: none;
}

.quickshop {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-family: "Philosopher", sans-serif;
    font-size: 30px;
    left: 30px;
    margin: auto;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 40%;
    transition: all 500ms ease-in-out 0s;
    width: 70%;
    z-index: 999;
}

.tab_container {
    min-height: 450px;
}

.item .pindesc {
    max-width: 100%;
    font-size: 11px;
    min-height: auto;
    line-height: 1.4em;
    text-transform: capitalize;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -moz-box-orient: vertical;
    position: relative;
    margin-top: 6px;
    /*left: 5px;
    top: 5px;*/
    z-index: 25;
    background: rgba(255, 255, 255, .6);
    padding: 0 5px;
}

.item .image {
    max-height: 280px;
    max-width: 100%;
    text-align: center;
    overflow-y: hidden;
    position: relative;
    top: 0;
    padding: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    vertical-align: middle;
    height: 280px;
}

.item .image a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.item .image img {
    max-width: 100%;
    max-height: 260px;
}

.available-sizes {
    background: #fff;
    position: absolute;
    right: 5px;
    bottom: 33px;
    border: 1px solid #cecece;
    font-size: 11px;
    opacity: 1;
    visibility: visible;
    z-index: 1023;
}

.available-sizes strong {
    border-bottom: 1px solid #cecece;
    padding: 2px 6px;
}

.item .name {
    min-height: 50px;
    font-size: 17px;
    padding: 10px 15px 0;
}

.item .name a {
    text-transform: capitalize;
    max-height: 45px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: block;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    font-size: 14px;
    -moz-box-orient: vertical;
}

.price_list {
    display: block;
    width: 100%;
    padding: 3px 0;
    border: 0;
    text-align: center;
}

.price_list div {
    display: inline-block;
    text-align: center;
    margin: 0 2px;
    padding: 0;
    color: #444;
    font-size: 14px;
}

.price_list .old_price {
    font-size: 12px;
}

.price_list .old_price span {
    display: block;
    color: #C7C7C7;
    text-decoration: line-through;
}

.price_list .discount_price {
    background: #e16565;
    padding: 0 5px;
    color: #fff !important;
}

.price_list .discount_price span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.price_drop {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    padding: 0 10px !important;
    background: #e16565;
    color: #fff;
    font-size: 11px !important;
}

.same_product_slider {
    min-height: 0;
}

.same_product {
    width: 95% !important;
    margin: 0 6px !important;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.same_product .item {
    float: none !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0;
    border: 0;
    height: 82px;
    display: table;
    table-layout: fixed;
    border: 1px solid #ddd;
    border-radius: 0 !important;
}

.same_product .item a.active {
    border-radius: 0;
    height: 85px;
}

.same_product .item a {
    display: table-cell;
    vertical-align: middle;
}

.same_product .item img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.item_bottom {
    display: block;
    width: 100%;
    padding: 5px 0;
    height: 40px;
    margin-top: 0;
    text-align: center;
    background: transparent;
}

.item .cart {
    font-size: 12px;
    color: #444;
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
    line-height: 2.5;
    opacity: 0;
    z-index: -1;
    background: transparent;
    position: relative;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.item .cart i {
    line-height: 1.5;
}

.item:hover {
    border: 1px solid #eee;
}

.item:hover .cart {
    opacity: 1;
    z-index: 10;
}

.item .cart:hover {
    background: #e16565;
    color: #fff;
}

.price_drop {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 25;
    padding: 0 10px !important;
    background: #e16565;
    color: #fff;
    font-size: 11px !important;
}

.pro-offer {
    text-align: center;
    position: absolute;
    left: auto;
    right: 5px;
    z-index: 150;
    overflow: hidden;
    display: none;
    background: #e16565;
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
    box-sizing: border-box;
    top: 5px;
    font-size: 11px;
    line-height: 20px;
}

/*Single Product Css closed*/

.form.account_edit {
    max-width: 520px;
}

.language_select_drop {
    white-space: nowrap;
}

.footer_bottom {
    margin-top: 0;
    background: #1f1f20;
}

#footer {
    width: 100%;
    background-color: #29292c;
    z-index: 13;
    display: inline-block;
    text-align: center;
    z-index: 100;
    position: relative;
    margin-top: auto;
}

.footer_bottom p {
    text-align: center;
}

.accountPage_content .box_1 {
    width: calc(100% - 210px);
    padding-left: 0;
    padding-right: 15px;
}

.accountPage_content .box_1 #content h2 {
    margin-bottom: 40px;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.accountPage_content .box_2 {
    width: 210px;
    padding-right: 0;
    padding-left: 15px;
}

.accountPage_content ul li {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
}

.accountPage_box #tabs_content {
    padding-right: 0;
}

.address_edit {
    float: left;
    margin-right: 70px;
}

.account_edit .prfile_image {
    width: 200px !important;
}

.account_edit .prfile_disc {
    width: 285px !important;
}

.form-control:focus,
select.form-control:focus,
.form-control:not(:placeholder-shown),
select.form-control-select:focus,
.form-control-select:not([value=""]):valid,
.floating-input:not(:placeholder-shown) {
    border-bottom: 1px solid #c7c7c7 !important;
}

.form-control-select {
    width: 100%;
}

.form-group {
    margin-bottom: 35px !important;
}

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999;
}

.label-success {
    background-color: #468847 !important;
}

.label-warning {
    background-color: #f89406;
}

.label-info {
    background-color: #2d6987;
}

.label-danger {
    background-color: #AD4124;
}

.label-default {
    background-color: #777;
}

.label-primary {
    background-color: #337ab7;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}




.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.loginBtn--corporate {
    /* font-family: "Roboto", Roboto, arial, sans-serif; */
    background: #c20c24;
}

.loginBtn--corporate:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f0f2";
    font-size: 20px;
    border-right: #a2081c 1px solid;
}

.loginBtn--corporate:hover {
    color: #fff;
    background: #d60e28;
}


.login_register_form_container .login_register_direct {
    padding: 0 0 0 5%;
}

.pagination .links {
    float: left;
}

.pagination .results {
    margin: 0;
    line-height: 30px;
}

.accountPage_content ul li {
    padding-bottom: 0;
    border-bottom: 1px solid #dddd;
    margin-bottom: 0 !important;
}

.accountPage_content ul li a {
    border: 0;
}

.accountPage_content ul li a {
    color: #000;
    padding: 8px 10px !important;
}


.accountPage_content ul.tiles li a i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 4px !important;
    min-width: 32px;
    display: inline-block;
}

.accountPage_content ul.tiles li a img {
    margin-right: 9px !important;
}

.accountPage_content ul.tiles li a br {
    display: none;
}

.accountPage_content ul.tiles li a {
    height: auto;
    padding: 10px 10px !important;
    text-align: left;
    font-size: 14px;
    background: transparent !important;
    white-space: normal;
    line-height: 18px;
}

.accountPage_content ul li a.active,
.accountPage_content ul li a:hover {
    background-color: transparent !important;
    box-shadow: none;
    color: #367dc4 !important;
}

.slide_close_btn {
    position: absolute;
    top: 8px;
    left: -38px;
    height: 30px;
    width: 30px;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 30px;
    display: none;
}

.slide_toggle:hover,
.slide_close_btn:hover {
    color: #000;
}

.modal {
    padding-left: 20px;
    padding-right: 20px;
}



.accordion {
    overflow-anchor: none;
    max-width: 100%;
    width: 100%;
}

.accordion>.card {
    overflow: hidden;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    margin-bottom: 10px;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #e6e4e4;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}


.card-header h2 {
    padding: 0;
    margin: 0;
}

.accordion>.card button.btn {
    cursor: pointer;
    padding: 4px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    margin-bottom: 0;
    display: block;
    width: 100%;
    background: transparent;
}

.accordion>.card button.btn i {
    font-size: 12px;
    float: right;
    line-height: 18px;
}

.card-header.active .icon-plus:before {
    content: "\f068";
}

.card-header.active button {
    font-weight: bold;
}

.collapse {
    display: none;
}

.faq_heading {
    font-size: 27px;
    text-transform: capitalize;
    line-height: 34px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 15px;
}

.responsive_table_container table thead tr {
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
    height: 50px;
    background: #373638;

}

.responsive_table_container table thead tr th {
    border: 0;
    background: #1f1f20;
    border-spacing: 18px;
    padding: 7px;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    font-family: "Open Sans";
}

.responsive_table_container table tbody {
    border-bottom: 1px solid #ddd;
}

.responsive_table_container table tbody tr td {
    height: 52px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    border-right: 0 !important;
    border-left: 0 !important;
    font-size: 13px;
    font-family: "Open Sans";
}

.responsive_table_container table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.responsive_table_container {
    display: block;
    overflow-y: auto;
}

tr.no_data {
    background: transparent !important;
}

.small_logo {
    float: left;
}

.mob_head .small_logo img {
    height: 24px;
    vertical-align: middle;
}

.body_overflow {
    z-index: 999999;
}

.viewport_tab {
    position: absolute;
    right: 25px;
    height: 30px;
    line-height: 30px;
    z-index: 1;
    background: transparent;
    display: none;
}

.mail_info p {
    margin-bottom: 10px;
}

.mail_info ul {
    list-style: none;
    counter-reset: my-counter;
}

.mail_info ul li {
    counter-increment: my-counter;
    border: 0 !important;
    line-height: 18px !important;
    padding: 0 !important;
    padding-left: 0px;
    margin: 0 !important;
    margin-bottom: 0px;
    padding-left: 23px !important;
    margin-bottom: 8px !important;
}

.mail_info ul li::before {
    content: counter(my-counter) ". ";
    color: #000;
    position: absolute;
    left: 0;
}

.form-group .select2-container .select2-choice .select2-arrow b {
    background-position-y: 2px;
}

.form-group .select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.form-group .select2-container .select2-choice {
    display: block;
    height: 30px;
    padding: 0;
    box-shadow: none;
    border: 0 !important;
    border-bottom: 1px solid #c7c7c7 !important;
    background: transparent;
}

.form-group .select2-container .select2-choice .select2-arrow {
    border-left: 0;
    background: transparent;
}

.form-group .select2-results .select2-result-label {
    padding: 6px 7px 6px;
}

.form-group .select2-drop-active {
    border: 1px solid #ddd;
}

.form-group .select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #aaa;
}

.form-group .select2-dropdown-open.select2-drop-above .select2-choice,
.form-group .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #ddd;
}

.form-group .select2-search {
    padding: 6px;
}

.form-group .select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #aaa;
}



.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}


.form-row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.form-row .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.form-row .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.form-row .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.form-row .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.form-row .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.form-row .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.form-row .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.form-row .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.form-row .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.form-row .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.form-row .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.form-row .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


@media screen and (max-width: 1024px) {
    .hide-1024 {
        display: none;
    }
}


@media screen and (max-width: 820px) {

    .slide_toggle,
    .slide_close_btn {
        display: block;
    }

    .accountPage_box.box_2 {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100vh !important;
        background: #fff;
        z-index: 9999991;
        padding-top: 45px;
        padding-bottom: 25px;
        width: 250px !important;
        ;
        right: -300px;
        padding-left: 0;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .accountPage_box.box_2 .col-4 {
        width: 100% !important;
    }

    .accountPage_box.box_2.in {
        right: 0;
    }

    .accountPage_box.box_2 .isolated {
        overflow-y: auto;
        height: 100%;
        padding: 0 5px;
    }

    .accountPage_content .box_1 {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .address_edit,
    .account_edit {
        margin-left: 20px;
    }
}


#myprofilerform .content {
    padding-left: 16px;
}

#passwordform .password_form_section {
    padding-left: 16px;
}

#admin .content {
    padding-left: 16px;
}

#passwordform .password_form_section .buttons div {
    float: right;
}

.select2-results .select2-result-label {
    font-family: "Open Sans";
    font-size: 14px;
}

.label,
.badge {
    font-weight: lighter !important;
}


.floating-text,
.form-group label.floating-text {
    height: 30px;
    line-height: 30px;
    top: -1px;
}


.floating-input:focus~.floating-text,
.floating-input:not(:placeholder-shown)~.floating-text,
.floating-input:focus~.floating-error,
.floating-input:not(:placeholder-shown)~.floating-error {
    height: auto;
    line-height: 22px;
}

.form-control:focus~label.floating-text,
.form-control:not(:placeholder-shown)~label.floating-text,
.form-control:focus .form-group label,
.form-control:not(:placeholder-shown) .form-group label,
.form-control-select:focus~label,
.form-control-select:not([value=""]):valid~label {
    height: auto;
    line-height: 22px;
}


button:disabled,
button[disabled],
input[type='button']:disabled,
.disabled {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    pointer-events: none;
}


.select2-container .select2-choice>.select2-chosen {
    line-height: 32px;
    padding-left: 5px;
}

.form-control-select~label.floating-text,
.floating-select~label.floating-text,
.form-control-select~span.floating-text,
.floating-select~span.floating-text {
    margin-right: 0 !important;
}

/*Responsive Css Start*/

@media screen and (max-width: 768px) {
    .product-info>.left {
        min-height: auto;
    }

    #header_all {
        padding: 6px 0;
        padding-top: 0;
        margin-bottom: 10px;
    }

    .title-holder {
        display: none;
    }

    .main_inner {
        /* min-height: calc(100vh - 116px); */
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        /*overflow-x: auto;*/
    }

    .accountPage_content .box_1 #content h2 {
        margin-top: 0;
    }

    body {
        padding-top: 56px;
    }

    #header_all {
        padding-top: 0;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }

    #header_all .tab-header.inner {
        display: none !important;
    }

    .mob_head {
        display: block;
    }

    .user_in ul li {
        vertical-align: middle;
        line-height: auto;
    }

    .responsive-price {
        margin-top: 25px;
    }

    .highlights {
        display: none;
    }

    .category-page .item {
        width: 31%;
    }

    #logo a {
        height: auto;
    }

    #header_colapse {
        display: block;
        height: 0 !important;
        min-height: 0;
    }

    .header_top_bar,
    .tabs_head.logo_lead,
    #tabs-header {
        display: none !important;
    }

    .tab_head_over {
        display: block !important;
        margin: 0 !important;
        height: 0;
    }

    .item {
        border: 1px solid #ddd;
    }

    .item .cart {
        font-size: 12px;
        opacity: 1;
        z-index: 10;
        background: #e16565;
        color: #fff;
    }

    .form-group.buttons,
    .buttons .floating-label {
        margin-bottom: 0 !important;
    }

    #content .content {
        margin-bottom: 0 !important;
    }

    #footer {
        position: static;
        bottom: 0;
    }

    .viewport_tab {
        display: none;
    }

    .user_in ul li {
        margin-right: 0;
    }
}

@media screen and (max-width: 736px) {

    .form-row .col-4,
    .form-row .col-8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 684px) {

    .form-row .col-4,
    .form-row .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .view-600 {
        display: block;
    }

    table.responsive_table {
        border: 0;
    }

    table.responsive_table caption {
        font-size: 1.3em;
    }

    table.responsive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
    }

    table.responsive_table tr {
        border-bottom: 3px solid #ddd !important;
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    table.responsive_table tr:nth-child(even) {
        background: #ececec;
    }

    table.responsive_table td {
        border-bottom: 1px solid #ddd !important;
        display: block;
        min-height: 35px;
        font-size: 14px;
        text-align: right;
        border-left: 0 !important;
        border-right: 0 !important;
        text-align: right !important;
        width: 100% !important;
    }

    table.responsive_table td label {
        margin-right: 0;
        margin-left: auto;
        text-align: center !important
    }

    table.responsive_table td .input-group {
        margin-left: auto;
        margin-right: 0;
        margin-top: 5px;
    }

    table.responsive_table td::before {
        content: attr(data-label);
        float: left;
        font-size: 13px;
        font-weight: bold;
        text-transform: capitalize;
    }

    table.responsive_table td::after {
        content: attr(data-label1);
        float: left;
        font-size: 13px;
        font-weight: bold;
        text-transform: capitalize;
    }

    table.responsive_table td:last-child {
        border-bottom: 0;
    }

}

@media screen and (max-width: 480px) {

    .MonthYearFilter {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
    }

    .account_edit .prfile_image {
        width: 200px !important;
        margin-bottom: 80px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-right: 10px;
    }

    .account_edit .prfile_image .image1 {
        margin-left: -20px;
    }

    .form-group.buttons {
        margin-bottom: 0 !important;
    }

    #content .content {
        margin-bottom: 0 !important;
    }

    .modal .form_box .form_right {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    form_box .form {
        width: 100%;
        float: none;
    }

    #footer {
        /* position: fixed; */
        bottom: 0;
        left: 0;
        right: 0;
    }

    /*div.buttons{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 10;
        min-height: 52px;
        padding: 0 20px;
        border-spacing: 10px;
        border-style: solid;
        border-color: #d2d2d2;
        border-top-width: 0;
        line-height: 52px;
    }*/
    .accountPage_box .floating-label .custom_btn {
        margin: 0;
    }

    /*div.buttons .floating-label{*/
    /*    display: table-row;*/
    /*    float: none;*/
    /*    margin: 0 !important;*/
    /*    float: none !important;*/
    /*}*/
    /*div.buttons .floating-label .custom_btn {*/
    /*    padding: 0 22px;*/
    /*    font-size: 14px;*/
    /*    line-height: 14px;*/
    /*    display: table-cell;*/
    /*    width: 50% !important;*/
    /*    max-width: 100%;*/
    /*    text-align: center;*/
    /*    height: 50px;*/
    /*    line-height: 30px;*/
    /*    padding: 0 8px;*/
    /*}*/

    body {
        /* padding-bottom: 56px; */
    }

}

@media screen and (max-width: 414px) {
    .table-container .table-cell:first-child {
        width: 58%;
    }

    #logo a img {
        max-height: 66px !important;
    }

    .modal_heading .status_span {
        display: block;
        float: left;
        margin-top: 12px;
    }
}

/*Responsive Css Close*/


.disabled {
    cursor: none;
    background: #ddd !important;
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 1000px #e7e7e7 inset;
}

/*
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;

    margin-left: -60px;
}

.tooltip .tooltiptext.top {
    bottom: 150%;
    left: 50%;
}

.tooltip .tooltiptext.bottom {
    bottom: auto;
    top: 150%;
    left: 50%;
}

.tooltip .tooltiptex.right {
    bottom: 150%;
    left: 50%;
}

.tooltip .tooltiptext.left {}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip .tooltiptext.top::after {
    top: 100%;
    left: 50%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
} */

.tooltip {
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    margin-left: -60px;
    text-transform: capitalize;
    padding: 5px 10px;
    font-size: 11px;
    max-width: 250px;
    bottom: 150%;
    left: 33%;
    top: auto;
    right: auto;
    line-height: 14px;
    margin-left: -75px;
}

.tooltip_hover {
    width: auto;
    display: inherit;
    line-height: normal;
}

.tooltip::after {
    content: "";
    position: absolute;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    top: 100%;
    left: 50%;
}





.tool {
    cursor: help;
    display: inline-block;
    position: relative;
}

.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 999;
}


/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #3E474F transparent transparent transparent;
    bottom: calc(100% + 2px);
    content: "";
    margin-left: -0.5em;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
    transform: scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}





/*== speech bubble ==*/
.tool::after {
    background: #3E474F;
    border-radius: .25em;
    bottom: 180%;
    bottom: calc(100% + 11px);
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -8.75em;
    padding: 1em;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
    transform: scale(.6) translateY(50%);
    width: 17.5em;
    font-size: 12px;
    font-weight: 100;
    line-height: 14px;
    text-align: center;
    text-transform: initial;
    white-space: normal;
}

.tool:hover::after,
.tool:focus::after {
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

@media (max-width: 760px) {
    .tool::after {
        font-size: 12px;
        margin-left: -7em;
        width: 14em;
    }
}



/*<span class="tool" data-tip="tip Containt" tabindex="1">Containt</span>*/