.black-bg {
    background: #000 !important;
}
.dark-gray-bg {
    background: #545353 !important;
}
.white-bg {
    background: #fff !important;
}
.error, .danger, .asterisk, .error_msg {
    color: #e02b27;
}
.red-text {
    color: #FF0808 !important;
}
.black-text {
    color: #000 !important;
}
.dark-gray-text {
    color: #3c4250 !important;
}
.purple-text {
    color: #526cd0 !important;
}
.green-text {
    color: #20BD99 !important;
}
.warning-text {
    color: #ff5858 !important;
}
.text-gray {
    color: #C0C0C0 !important;
}
.black-transparent-button {
    font-size: 14px;
    text-transform: uppercase !important;
    font-family: "Oswald",sans-serif !important;
    letter-spacing: 0 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 7px 20px !important;
    box-shadow: none !important;
    background: transparent !important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all .3s;
    border-radius: 0;
    line-height: 1.5;
    text-decoration: none !important;
}
.black-small-transparent-button {
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-family: "Oswald",sans-serif !important;
    letter-spacing: 0 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 7px 20px !important;
    box-shadow: none !important;
    background: transparent !important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all .3s;
    border-radius: 0;
    line-height: 1.5;
    text-decoration: none !important;
}
.red-transparent-button {
    background: #FF0808 !important;
    border: 1px solid #FF0808 !important;
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-family: "Oswald",sans-serif !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
    text-decoration: none !important;
}
.red-small-transparent-button {
    background: #FF0808 !important;
    border: 1px solid #FF0808 !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-family: "Oswald",sans-serif !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    padding: 7px 20px !important;
}
.black-solid-button {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-family: "Oswald",sans-serif !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
    text-decoration: none !important;
}
.big-btn {
    padding: 1.65rem 4.2rem !important;
    font-size: 18px !important;
}
.dashed-top-border {
    border-top: 1px dashed #777;
}
.solid-top-border {
    border-top: 1px solid #e6e6e6;
}
.default-small-heading {
    color: #535766 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.popup-left {
    color: #fff;
}
.popup-left p {
    font-weight: 600;
    font-size: 16px;
}
.popup-left ul {
    margin-bottom: 0;
    list-style: disc;
    margin-left: 15px;
}
.modal#signinModal {
    width: 340px;
    top: calc((100% - 480px) / 2);
    left: calc((100% - 320px) / 2);
    padding: 10px !important;
    overflow: hidden;
}
.modal#otp-modal, .modal#forgot-password-modal {
    width: 340px;
    top: calc((100% - 680px) / 2);
    left: calc((100% - 340px) / 2);
    padding: 10px !important;
    overflow: hidden;
}
.modal#request-callback-modal {
    width: 600px;
    top: auto;
    left: calc((100% - 600px) / 2);
    padding: 10px !important;
    overflow: hidden;
}
.modal#notify-modal {
    width: 480px;
    top: calc((100% - 680px) / 2);
    left: calc((100% - 480px) / 2);
    padding: 10px !important;
    overflow: hidden;
}
.modal#otp-modal .modal-body, .modal#forgot-password-modal .modal-body, .modal#request-callback-modal .modal-body, .modal#notify-modal .modal-body {
    max-height: unset;
}
.modal#otp-modal .modal-footer, .modal#forgot-password-modal .modal-footer, .modal#request-callback-modal .modal-footer {
    height: auto;
}
.modal#otp-modal .modal-footer .btn, .modal#forgot-password-modal .modal-footer .btn, .modal#request-callback-modal .modal-footer .btn {
    padding: 1.65rem 3.5rem;
}
.modal#request-callback-modal .modal-title {
    position: absolute;
    top: -40px;
    color: #fff;
    font-size: 17px;
}
.modal#request-callback-modal .close {
    position: absolute;
    right: -5px;
    top: -15px;
}
.modal#request-callback-modal .close span {
    color: #000 !important;
}
.modal#notify-modal .modal-header {
    background: #999;
    border-radius: 0;
    padding: 0px 20px;
    height: 50px;
}
.modal#notify-modal .modal-header h3 {
    color: #000 !important;
    text-transform: capitalize !important;
    font-size: 20px !important;
    font-weight: 600;
}
.modal#notify-modal label {
    font-weight: 600;
    font-size: 15px;
}
.modal#notify-modal .subject {
    height: 35px !important;
    padding: 0px 10px !important;
    color: #000;
    font-weight: 600;
    border-color: #000;
}
.modal#notify-modal .note-editor .btn-sm {
    padding: 5px !important;
}
.notify-note {
    color: #000;
    font-weight: 600;
}
.main-nav {
    margin: unset !important;
    padding-right: 20px;
    z-index: 99999 !important;
}
.menu .megamenu.megamenu-fixed-width {
    right: 0 !important;
    left: auto !important;
    width: 480px !important;
}
#uploadimageModal .modal-body {
    max-height: unset !important;
    overflow-y: hidden !important;
}
.modal#uploadimageModal .modal-footer .btn {
    padding: 1.65rem 3.1rem !important;
}
.size-list {
    margin-bottom: 0px;
}
.size-list li {
    display: inline-block;
    margin-right: 10px;
}
.size-list li a {
    background-color: #fff;
    border: 1px solid #bfc0c6;
    color: #000;
    padding: 5px 10px;
}
.size_error{
    /*margin-top: -10% !important;*/
}
.product-action{
    /*margin-top: 10% !important;*/
}
.size-list li.selected a{
    background: #bfc0c6;
    color: #fff;
}
.cart-summary{
    margin-top: 10%;
}
.checkout-process-left-panel .cart-product-details .bootstrap-touchspin.input-group {
    max-width: 74px !important;
}
.checkout-process-left-panel .cart-product-details .bootstrap-touchspin .form-control {
    height: 3.2rem !important;
    max-width: 54px !important;
}
.checkout-process-left-panel .cart-product-details .bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 1.4rem !important;
}
.checkout-process-left-panel .cart-product-details .bootstrap-touchspin .input-group-btn-vertical > .btn::before {
    top: -.3rem !important;
}

/***** Custom Css For Bobcat *****/

.top-news-bar {
    background: #A6B0BC !important;
    padding-bottom: 2px;
    /*border-bottom: 1px solid rgba(138,137,132,0.5);*/
}
.top-news-bar a {
    color: #000 !important;
    font-size: 12px !important;
}
.solid-header .header {
    z-index: 99999;
    position: inherit;
}
.header .fixed {
    /*background-image: url("../images/custom/header-bg.jpeg") !important;*/
    border-bottom: 1px solid #000 !important;
    background-color: #000 !important;
    background-image: unset !important;
}
.solid-header .header-middle {
    border-bottom: 1px solid #000 !important;
    background-color: #000 !important;
    background-image: none !important;
    /*background-image: url("../images/custom/header-bg.jpeg") !important;*/
    /*-webkit-box-shadow: 0px 15px 40px -10px #A6B0BD !important;
       -moz-box-shadow: 0px 15px 40px -10px #A6B0BD !important;
            box-shadow: 0px 15px 40px -10px #A6B0BD !important;*/
}
.header-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-box-shadow: inset 0 20px 40px -10px #A6B0BD;
       -moz-box-shadow: inset 0 20px 40px -10px #A6B0BD;
            box-shadow: inset 0 20px 40px -10px #A6B0BD;
}
.header-left {
    max-width: 300px !important;
    padding-right: 20px !important;
    flex: 0 0 25% !important;
}
.header-search .form-control, .header-search .form-control:focus {
    background-color: transparent !important;
    color: #cfcaca !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
.header-search .btn, .header-search .search-toggle {
    color: #cfcaca !important;
}
.home-slide-content h1 {
    font-size: 65px !important;
    /*color: #000000 !important;*/
}
.home-slide-content {
    padding-top: 2.5rem !important;
}
/*.menu .megamenu, .menu ul {
    background-color: #A6B0BD !important;
}
.menu.sf-arrows > li > a.sf-with-ul::before {
    border-color: transparent transparent #A6B0BD !important;
}*/
.menu li .menu-title a {
    color: #000 !important;
}
.menu li:hover > a, .menu li.show > a, .menu li.active > a {
    color: #ff3600 !important;
}
.menu > li > a {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}
.custom_megamenu {
    width: 800px;
    margin: 0 auto !important;
}
.custom_megamenu .menu-title a {
    padding: 0 20px !important;
}
.custom_megamenu .menu-title a:hover, .custom_megamenu .menu-title a:focus {
    text-decoration: none !important;
}
.custom_megamenu .menu-title a span {
    border-bottom: 1px solid #FF0808 !important;
    text-transform: capitalize !important;
}
.custom_megamenu .custom_megamenu_subcategory li a {
    padding: 0px 0px 0px 10px !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.custom_megamenu .custom_megamenu_subcategory li:hover > a, .custom_megamenu .custom_megamenu_subcategory li.show > a , .custom_megamenu .custom_megamenu_subcategory li.active > a {
    background-color: #C0C0C0 !important;
}
.dropdown-expanded .header-menu a {
    color: #cfcaca !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
}
.dropdown-expanded .header-menu a:hover, .dropdown-expanded .header-menu a:focus {
    color: #fff !important;
}
.header-search .form-control::-webkit-input-placeholder { /* Edge */
    color: #cfcaca !important;
}
.header-search .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cfcaca !important;
}
.header-search .form-control::placeholder {
    color: #cfcaca !important;
}
.cart-dropdown .dropdown-cart-icon::before, .mobile-menu-toggler {
    color: #fff !important;
}
.my_account_menu ul li a {
    padding: 0px 10px !important;
}
.my_account_menu ul li:not(:last-child) { 
    margin-bottom: 10px; 
} 
.my_account_menu ul li a:hover {
    background-color: #e9e8e0 !important;
}
.my_account_menu ul li span {
    color: #000 !important;
    font-size: 1.3rem;
    text-transform: capitalize !important;
}
.banner .banner-content {
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.banner-img-row {
    padding: 30px;
}
.banners-container .banner-img-row .col-md-4:not(:first-child) {
    border-left: none !important;
}
.banner .banner-title {
    font-size: 3rem !important;
    font-weight: bold !important;
    color: #fff !important;
}
.banner .banner-content a {
    background: #e1ddc3 !important;
}
.banner img {
    height: 150px !important;
}
.product-default img {
    width: 100% !important;
    max-height: 270px !important;
    height: 270px !important;
}
.cart-product-details img {
    width: 165px !important;
    height: 165px !important;
    max-height: 165px !important;
}
.cart-product-details .product-title, .cart-product-details .product-title a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px !important;
    color: #000 !important;
}
.product-list .product-title {
    word-break: break-all;
}
.cart-product-details .cart-product-brand {
    float: left;
}
.cart-product-details .cart-product-brand span {
    text-transform: uppercase;
    font-size: 17px !important;
}
.cart-product-details .cart-price-box {
    text-align: right;
    float: right;
}
.cart-quantity-action-box .cart-size-box {
    display: inline-block;
    margin-right: 20px;
    color: #000 !important;
}
.cart-quantity-action-box .cart-quantity-box {
    display: inline-block;
}
.cart-remove-wrap {
    border-right: 1px solid #e6e6e6 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.cart-wishlist-wrap {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 60px;
}
.cart-action-box .btn {
    padding: 10px 20px !important;
    letter-spacing: 0.025em !important;
    background: transparent !important;
}
.promo-section {
    margin-bottom: 3rem !important;
}
.footer {
    background-color: #000 !important;
    color: #C0C0C0 !important;
}
.footer .widget-title {
    color: #fff !important;
}
.contact-info-label {
    color: #fff !important;
}
.contact-info li i, .footer .links li::before {
    color: #585858 !important;
    display: none !important;
}
.default-link-color {
    color: #1A5F9A !important;
}
.default-box-shadow {
    box-shadow: 0px 0px 10px 10px #1e1717;
}
.auth-bg main {
    background-image: url("../images/default/auth-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.auth-bg .auth-wrap {
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 0px;
}
.auth-bg .auth-wrap h2 {
    color: #fff;
}
.auth-bg .auth-left {
    background: #fff;
    padding: 20px 40px;
}
.auth-bg .auth-left .form-control {
    border: none;
    border-bottom: 1px solid #D4DEE9 !important;
}
.auth-bg .auth-left #password_wrap .input-group .input-group-append {
    border-bottom: 1px solid #D4DEE9 !important;
}
.auth-bg .auth-left #password_wrap .input-group .input-group-text {
   color: #1A5F9A !important;
   background: #fff !important;
   font-size: 15px !important;
   font-weight: bold;
}
.auth-bg .auth-left .submit-button {
    background: #AE0000 !important;
    border-radius: 20px;
    border: 1px solid #AE0000 !important;
    color: #fff !important;
    font-weight: bold;
    margin: 0 auto !important;
    padding: 12px !important;
    width: 230px;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: unset;
    font-family: "Oswald",sans-serif;
}
.auth-bg .auth-left .transparent-button {
    background: #fff !important;
    border-radius: 20px;
    border: 1px solid #61605a !important;
    color: #61605a !important;
    font-weight: bold;
    margin: 0 auto !important;
    padding: 8px !important;
    width: 230px;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: unset;
    font-family: "Oswald",sans-serif;
}
.auth-bg .auth-right {
    background: #545353;
    color: #fff;
    position: relative;
}
.auth-bg .auth-right .auth-right-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 230px;
    margin-left: 0px;
}
.auth-bg .auth-right .auth-right-content ul {
    list-style: disc;
    margin-left: 15px;
}
.auth-bg .auth-right .auth-right-content p {
    font-weight: bold;
    font-size: 16px;
}
.special_offer_price{
    color : #FF0808;
    font-size: 14px;
    /*font-weight: 700;*/
}
.product-single-details .product-price {
    color : black !important;
    font-size: 28px !important;
    margin-right: 7px;
}
.product-single-details .old-price, .product-single-details .special_offer_price {
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-right: 7px;
}
.product-single-details .price-box {
    font-weight: 400 !important;
}
.product-single-details .size_chart {
    color: #999 !important;
}
.default-product-grid .default-add-cart {
    display: none;
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    width: 130px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.default-product-grid .default-add-cart span {
    color: #000;
}
.default-product-grid:hover .default-add-cart {
    display: block;
}
.default-product-grid:hover .default-product-title {
    display: none;
}
.product-details .product-title {
    margin-bottom: 2px !important;
    width: 100% !important;
}
.product-details .product-title a {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    color: #000 !important;
}
.product-details .product-category {
    font-size: 12px;
}
.product-details .price-box {
    margin-top: 5px !important;
}
.product-price {
    color: #212529 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-right: 5px;
}
.old-price {
    font-size: 14px !important;
}
.product-single-details .product-title {
    font-size: 28px !important;
    line-height: 1.4 !important;
}
.default-product-grid:hover .category-wrap{
   display: none; 
}

.add_to_wishlist{
   /* margin-top: 1%;
    margin-bottom: 1%;*/
}

.remove_from_wishlist{
    margin-top: 1%;
    margin-bottom: 1%;
    cursor: pointer;
}
.inner-icon:hover .remove_from_wishlist {
    background-color: white !important;
    border-color: #ddd !important;
    color: black !important;
}

/*#size-chart-modal{
    z-index: 999999;
}*/
.modal{
   z-index: 999999; 
}
.promo-section {
    height: 480px;
}
.footer .widget-title {
    margin-bottom: 10px !important;
    font-weight: 700 !important;
}
.footer .links li {
    margin-bottom: 5px !important;
    padding-left: 0px !important;
    font-size: 13px;
}
.footer-payments {
    margin-left: auto !important;
    margin-right: 0px !important;
}
.footer-custom-text {
    margin: 30px 0px 10px 0px !important;
    font-size: 13px;
}
.product-detail-action .add-cart {
    background: #FF0808 !important;
    color: #fff !important;
    width: 250px;
    font-size: 18px !important;
    height: 55px !important;
}
.product-detail-action .add-cart span {
    font-size: 18px !important;
}
.product-detail-action .add-wishlist {
    background: #fff !important;
    color: #000 !important;
    width: 180px;
    font-size: 18px !important;
    padding: .85rem .5rem !important;
    height: 55px !important;
}
.product-detail-action .add-wishlist::before {
    display: none !important;
}
.product-detail-action .add-wishlist span {
    display: block !important;
    font-size: 18px !important;
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.inner-quickview:hover .btn-quickview {
    opacity: 0.7 !important;
    color: #fff !important;
    background-color: #000 !important;
}
.price-filter-button {
    border-color: #FF0808 !important;
    background-color: #FF0808 !important;
    color: #fff !important;
    padding: 10px 10px 10px 12px !important;
    text-align: center;
}
.noUi-handle {
    background: #A6B0BC !important;
}
.noUi-target {
    background: #E5E7E9 !important;
}
.product-brand {
    text-transform: uppercase;
}
.product-single-qty {
    max-width: 150px !important;
    height: 50px !important;
    max-height: 50px !important;
}
.product-single-qty .btn {
    min-width: 42px !important;
}
.product-single-qty .bootstrap-touchspin.input-group {
    max-height: 50px !important;
    height: 50px !important;
}
.product-single-qty .bootstrap-touchspin .form-control, .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
   /* max-height: 50px !important;
    height: 50px !important;*/
    color: #999 !important;
    font-size: 19px !important;
}
.nav.nav-tabs .nav-item .nav-link {
    color: #999 !important;
    font: 400 1.6rem/1 "Oswald",sans-serif !important;
}
.nav.nav-tabs .nav-item.show .nav-link, .nav.nav-tabs .nav-item .nav-link.active {
    border-bottom-color: #FF0808 !important;
    color: #000 !important;
}
.sidebar-shop .widget-title {
    font-weight: 700 !important;
}
.sidebar-shop .widget .widget-body ul li {
    color: #3c4250;
}
.promo-content .btn-primary {
    background: #ff3600 !important;
    border-color: #ff3600 !important;
    color: #fff !important;
}
.promo-content h3 {
    color: #fff !important;
}
.promo-content h3 span, .promo-content h3 strong {
    font-size: 45px !important;
}
.at-share-btn-elements .at-svc-facebook {
    margin-right: 5px;
}
.product-single-share label {
    margin-right: 6px;
}
.theme-heading-border {
    width: 9%;
    height: 3px;
    border: 1px solid #e02b20;
    background: #e02b20;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.checkout-progress-box {
    font-family: "Oswald",sans-serif;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0px;
}
.checkout-progress-box .checkout-progress-separator {
    margin: 0px 5px;
}
.checkout-progress-box .step-success {
    color: #03a685;
    border-bottom: 2px solid #03a685;
}
.checkout-progress-box .checkout-progress-secure, .checkout-progress-box .checkout-progress-secure img {
    display: inline-block;
}
.checkout-process-left-panel {
    /*border-right: 1px solid #e6e6e6;*/
    padding: 20px;
}
.checkout-process-right-panel {
    padding: 20px;
}
.checkout-process-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.gift-wrapping img {
    display: inline-block !important;
    margin-right: 20px;
    margin-top: -7px;
}
.gift-wrapping span {
    display: inline-block;
    color: #535766 !important;
    font-size: 14px;
    font-weight: 600;
}
.free-economy-shipping span {
    color: #4b6ff6 !important;
    font-size: 16px;
    font-weight: 600;
}
.checkout-summary-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: #000;
    text-transform: uppercase;
}
.cart-summary-box ul li {
    display: block;
    clear: both;
    font-size: 14px;
}
.cart-summary-box .price-details {
    font-size: 15px;
    font-weight: 400;
    font-family: "Oswald",sans-serif;
    margin: 0 0 5px;
    color: #535766;
    text-transform: uppercase;
}
.cart-summary-box .price-detail-label {
    color: #3c4250 !important;
    text-transform: capitalize;
    text-align: left;
}
.cart-summary-box .price-detail-price {
    color: #3c4250 !important;
    text-transform: capitalize;
    text-align: right;
}
.cart-summary-box .price-detail-delivery-charge {
    color: #3c4250 !important;
    text-transform: capitalize;
    text-align: right;
    text-decoration: line-through;
}
.cart-summary-box .price-detail-discount, .cart-summary-box .price-detail-delivery-free {
    color: #03a685 !important;
    text-transform: capitalize;
    text-align: right;
}
.cart-summary-box .apply-cart-coupon {
    color: #FF0808 !important;
    text-transform: capitalize;
    text-align: right;
}
.cart-summary-box .price-detail-total-label, .cart-summary-box .price-detail-total {
    color: #535766 !important;
    text-transform: capitalize;
    text-align: right;
    font-weight: 700;
    font-size: 15px !important;
}
.cart-summary-box .go-to-address {
    background: #FF0808 !important;
    border: 1px solid #FF0808 !important;
    color: #fff !important;
    font-size: 18px !important;
}
.checkout-process-separator {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-top: 1px solid #e6e6e6 !important;
}
.address-card {
   /* border: 1px solid #d4d5d9;
    padding: 20px;
    cursor: pointer;*/
}
.address-card .address-radio {
    padding: 0px;
}
.address-card .address-name {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
}
.address-card .address-as {
    border: 1px solid #03a685;
    border-radius: 15px;
    padding: 4px 6px;
    line-height: 0.8;
    color: #03a685;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
}
.address-card.address-selected, .address-card:hover {
    box-shadow: 0 0 5px rgba(40,44,63,.15);
}
.address-card.address-selected svg {
    fill: #FF0808;
}
.address-card .address-card-action {
    display: none;
}
.address-card.address-selected .address-card-action {
    display: block;
}
.add-new-address-card {
    box-shadow: 0 0 4px rgba(40,44,63,.08);
    cursor: pointer;
    border: 1px dashed #d4d5d9;
    padding: 25px 0 25px 27px !important;
    margin-bottom: 0px !important;
    color: #FF0808 !important;
    font-size: 16px;
    font-weight: 600;
}
.address_as_home_label {
    font-size: 15px;
    margin-right: 20px;
}
.address_as_work_label {
    font-size: 15px;
}
.save_address {
    background: #FF0808 !important;
    border: 1px solid #FF0808 !important;
    color: #fff !important;
    font-size: 18px !important;
    letter-spacing: 0 !important;
}
.account-left-menu {
    border-right: 1px solid #e6e6e6;
}
.account-left-menu .widget-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.account-left-menu .list li a:hover, .list li a:focus, .list li .active  {
    /*background-color: #5B5959 !important;*/ /*#C0C0C0 !important;*/
    color: #FA1432 !important;
    background-color: #ffffff00 !important;
}   

.account-left-menu .list li a::before {
    display: none/*inline-block*/;
    position: absolute;
    width: 0;
    height: 0;
    margin: .9rem 0 0 -1rem;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    content: '';
}

.account-left-menu .list .active  {
    color: #FA1432 !important;
}
.account-right-content .account-content-heading {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.order-products figure img {
    width: 100px !important;
    height: 100px !important;
}
.order-product-card {
    padding: 15px !important;
    box-shadow: 0px 0.5px 2.5px 2px rgba(40, 44, 63, 0.05);
}
.person-profile-card {
    background: #F5F5F6;
}
.person-infoHolder .person-info {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.person-infoHolder .person-name {
    font-weight: 800;
    font-size: 23px;
    text-transform: capitalize;
    color: #3E4152;
}
.person-infoHolder .person-editProfile {
    float: right;
    cursor: pointer;
    border: 1px solid #3E4152;
    padding: 4px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #3E4152;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
    text-decoration: none !important;
}
.link-card {
    cursor: pointer;
    background: white;
    text-decoration: none;
    border: 0.5px solid #EAEAEC;
    text-align: center;
    padding: 70px 10px;
    width: 100%;
    display: block;
    min-height: 275px;
}
.order-link-card {
    padding: 38px 10px;
    min-height: 195px;
}
.link-card:hover {
    background-color: #C0C0C0;
}
.link-card .link-content {
    padding: 0px 12px;
}
.link-card .link-icon {
    display: block;
    margin: auto;
    opacity: 1;
    width: 45px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: unset;
}
.link-card .link-labels {
    width: 100%;
    margin-left: 0px;
    display: inline-block;
}
.link-card .link-labels .link-label {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.link-card .link-labels .link-subLabel {
    min-height: 25px;
    font-size: 12px;
    color: #3c4250;
    margin-top: -5px;
}
.toolbox-pagination {
    margin-bottom: 0px !important;
}
.toolbox.toolbox-pagination {
    padding-bottom: 2.5rem;
}
.toolbox-pagination .page-item.active .page-link {
    color: #e02b20 !important;
}
.toolbox-pagination .page-link:hover, .page-link:focus {
    color: #e02b20 !important;
}
.toolbox-pagination .page-link.page-link-btn {
    border: 0.2rem solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}
.color_list_white .product_color, .color_list_beige .product_color {
    border: 1px solid #ccc !important;
}
.color_list_white.active a::before, .color_list_beige.active a::before {
    color: #000 !important;
}
.select2-container {
    height: 45px;
}
.select2-container .select2-selection--single {
    height: 100% !important;
    border-radius: 10px !important;
    border-color: #e6e6e6 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FF0808 !important;
    color: white;
}
.how-to-order-list-type {
    padding: 0 20px;
    list-style-type:disc;
}
.contact-label {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-form-textarea {
    min-height: 80px !important;
    max-width: 480px !important;
}
.static-page-img {
    max-width: 60%;
    margin: 0 auto;
}
.static-page-heading {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.static-page-header {
    position: relative;
}
.footer-bottom {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.footer-bottom img {
    width: 65px;
    display: inline-block;
}
.footer a:hover, .footer a:focus {
    color: #ff3600 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #000 !important;
}
.owl-theme .owl-dots .owl-dot span::before {
    background-color: #e02b20 !important;
}
.product-single-tabs .tab-pane {
    color: #3c4250 !important;
}
.product-table-container .product-table-class .product-col .product-image-container {
    flex: 0 0 100px !important;
    max-width: 100px !important;
    height: 100px !important;
}
.product-table-container .product-table-class .product-col .product-image-container img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
}
.product-table-container .product-table-class .config-swatch-list {
    display: inline-block !important;
}
.product-table-container .product-table-class .config-swatch-list li a {
    width: 1.2rem !important;
    height: 1.2rem !important;
    margin-left: 5px;
}
.product-table-container .product-table-class tr th, .product-table-container .product-table-class tr td {
    vertical-align: top !important;
}
.custom-head {
    background: #e9e6e6 !important;
    color: #000;
    width: 240px;
    padding: 4px 0px;
    text-transform: uppercase !important;
    font-family: "Oswald",sans-serif !important;
    letter-spacing: 0 !important;
    font-size: 17px;
    font-weight: 600;
}
.custom-head .custom-head-number {
    background: #ababab !important;
    padding: 7px 12px;
}
.custom-head .custom-head-title {
    padding: 5px;
}
.picker__select--month, .picker__select--year {
    height: auto !important;
}
.instructions {
    max-width: 100% !important;
    min-height: auto !important;
    width: 100% !important;
}
.review-order {
    color: #FF0808 !important;
    font-size: 35px !important;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif !important;
    letter-spacing: 0 !important;
}
.orders_table_wrap table {
    font-size: 13px;
}
.orders_table_wrap thead tr {
    background: #cdcdcd;
    color: #000;
}
.order-left-menu .list li:not(:last-child) { 
    margin-bottom: 5px;
}
.order-left-menu .list li a {
    /*background: #999;*/
    background: #7b7676;
    color: #fff !important;
    font-weight: 600 !important;
}
.order-left-menu .list li.active a, .order-left-menu .list li a:hover, .order-left-menu .list li a:focus {
    background: #fe0000;
}
.order-left-menu .list li a::before {
    display: none !important;
}
.main-home-setup .header-middle {
    border-bottom: 1px solid #686868 !important;
    background-color: #686868 !important;
    background-image: unset !important;
}
.main-home-setup .header-row-top, .main-home-setup .header-left, .main-home-setup .header-right {
    border: none !important;
}
.main-home-setup .header {
    border: none !important;
}
.main-home-setup .header .header-middle {
    padding: 10px 0px !important;
}
.main-home-setup .header-menu ul li a {
    color: #fff !important;
    font-size: 13px !important;
}
.main-home-setup .dropdown-expanded .header-menu ul li + li {
    margin-left: 18px;
}
.main-home-setup .main {
    background: #000 !important;
}
.main-home-setup .main .main-image {
    opacity: .4;
    padding: 40px 0px;
}
.main-home-setup .main .welcome-block h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 2px;
}
.main-home-setup .main .role-link-block {
    border-left: 2px solid #fff;
    padding: 0px;
}
.main-home-setup .main .role-link-block .list {
    width: 55%;
    margin: 0 auto;
}
.main-home-setup .main .role-link-block .list li a::before {
    display: none !important;
}
.main-home-setup .main .role-link-block .list li {
    text-align: center !important;
}
.main-home-setup .main .role-link-block .list li a {
    border: none !important;
    background: #FF3600 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    padding: 2px !important;
    margin-bottom: 5px;
}
.main-home-setup .footer {
    background-color: #686868 !important;
    color: #fff !important;
}
.toast {
    background-color: #686868 !important;
    box-shadow: none !important;
}
.toast-top-right {
    top: 59px !important;
    right: 90px !important;
}
.fixed ~ .toast-top-right {
    top: 59px !important;
    right: 90px !important;
}
.product-tag-group {
    position: absolute;
    top: 15px;
}
.product-tag-group span {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 1px 5px;
    font-family: "Oswald",sans-serif;
    letter-spacing: .075rem;
    display: block;
}
.product-tag-group span.best_seller {
    background: #FF3600;
    border-color: #FF3600;
}
.product-tag-group span.new_arrival {
    /*background: #0073C3;
    border-color: #0073C3;*/
    background: #FF3600;
    border-color: #FF3600;
}
.product-tag-group span.offer {
    /*background: #FFF000;
    border-color: #FFF000;*/
    background: #FF3600;
    border-color: #FF3600;
    color: #fff !important;
}
.only_few_left {
    color: #FF0808 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.out_of_stock {
    color: #FF0808 !important;
    text-transform: uppercase !important;
    box-shadow: 0px 3px 5px 4px rgba(0,0,0,.05) !important;
    padding: 10px 20px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.toolbox select.form-control:not([size]):not([multiple]) {
    height: 40px !important;
}
.toolbox .select-custom .form-control {
    max-width: 180px !important;
    width: 180px !important;
}
#feedback_form_id label {
    color: #61605a !important;
}
.rating-numbers {
    display: block;
}
.rating-numbers span {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.rating-numbers span label {
    display: block;
    font-size: 16px;
}
.thank_you .thank_you_img {
    margin: 0 auto;
    width: 60px;
}
.thank_you .thank_you_title {
    font-size: 48px !important;
    font-weight: 600 !important;
}
.thank_you .thank_you_sub_title {
    font-size: 30px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}
.thank_you .thank_you_child_title {
    font-size: 23px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}
.thank_you .shipping-box, .thank_you .billing-box, .thank_you .shipping-method-box {
    border: 1px solid #959595;
    padding: 25px;
    text-align: left;
}
.thank_you .order-list-box h3, .thank_you .summary-box h3 {
    border-bottom: 1px solid #959595;
    padding-bottom: 15px;
}
.thank_you .summary-box {
    border: 1px solid #959595;
    padding: 15px;
    text-align: left;
}
.thank_you .checkout-process-separator {
    border-top: 1px solid #959595 !important;
}
.track_order .track_order_title {
    font-size: 35px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}
.track_order .track_order_sub_title {
    font-size: 21px !important;
}
.track_order .track_order_number {
    color: #565656 !important;
    font-weight: 500 !important;
}
.track_order .shipment-info-box {
    border: 1px solid #959595;
}
.track_order .shipment-info-box .shipment_info_title_wrap {
    border-bottom: 1px solid #959595;
    padding: 15px !important;
}
.track_order .shipment-info-box .shipment_info_title {
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}
.track_order .shipment-info-box .shipment_info_content_wrap {
    padding: 15px !important;
}
.track_order .shipment-info-box .shipment_info_content_wrap h4, .track_order .shipment-info-box .shipment_info_content_wrap p {
    font-size: 1.4rem !important;
    line-height: 1.1 !important;
}
.dashboard-menu .dashboard-menu-anchor {
    background: #fff !important;
}
.dashboard-menu .dashboard-menu-anchor.collapsed::after {
    content: '\e81c';
}
.dashboard-menu .dashboard-menu-anchor::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: .3rem;
    transition: all .35s;
    font-family: 'porto';
    font-size: 1.7rem;
    content: '\e81b';
}
.dashboard-menu .dashboard-menu-list li a {
    padding-left: 50px;
    font-weight: 400;
}
.dashboard-menu .dashboard-menu-list li.active a {
    font-weight: 600;
}
.order-box-wrap {
    border: 1px solid #939393;
}
.order-box-wrap .order-box-head {
    background: #EEE;
    padding: 12px;
}
.order-box-wrap .order-box-footer {
    background: #EEE;
    padding: 15px 12px;
}
.order-box-wrap .order-box-head span {
    color: #000 !important;
}
.form-control-line-input {
    border-bottom: 2px solid #C6C6C6 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding-left: 0px !important;
}
.orders_table_wrap .table-bordered td, .orders_table_wrap .table-bordered th, .orders_table_wrap .table-bordered {
    border: none !important;
}
.orders_table_wrap .table-bordered tbody tr{
    border-bottom: 1px solid #dee2e6 !important;
}
.dark-gray-text {
    color: #3c4250 !important;
}
.dark-blue-text {
    color: #031b4e !important;
}
.dark-green-text {
    color: #20BD99 !important;
}
.aqua-blue-text{
    color: #66b8e3;
}
.dark-red-text {
    color: #FF0000 !important;
}
.modal-md {
    max-width: 500px !important;
}
.modal-backdrop {
    /*z-index: 99999 !important;*/
}
.m-t--3 {
    margin-top: -3px;
}
.m-b-18 {
    margin-bottom: 18px !important;
}
.m-b-19 {
    margin-bottom: 19px !important;
}
.pd-2-20 {
    padding: 2px 10px !important;
}
.pd-8-20 {
    padding: 8px 20px !important;
}
.pd-10-20 {
    padding: 10px 20px !important;
}
.pd-11-20 {
    padding: 11px 20px !important;
}
.pd-5-30 {
    padding: 5px 30px !important;
}
.pd-8-40 {
    padding: 8px 40px !important;
}
.pd-10-40 {
    padding: 10px 40px !important;
}
.pd-11-40 {
    padding: 11px 40px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.fs-17{
    font-size: 17px !important;
}
.hg-45 {
    height: 45px !important;
}
/* Vishal Styling Starts Here */
.filter-btn {
    display: none;
}

@media screen and (max-width: 767px) {
    .top-news-bar {
        overflow-x: hidden;
    }
    .main {
        overflow-x: hidden;
    }
    header .header-left {
        flex: 0 0 180px !important;
        max-width: 180px !important;
    }
    header .logo {
        max-width: 100% !important;
    }
    .header-search .form-control, .header-search .form-control:focus {
        background-color: #fff !important;
    }
    .filter-btn {
        float: left;
        margin: 0 0 30px 0;
        background: #F09B26 !important;
        border: 1px solid #F09B26 !important;
        color: #fff !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
        font-family: "Oswald",sans-serif !important;
        letter-spacing: 0 !important;
        cursor: pointer !important;
        text-decoration: none !important;
        padding: 10px 20px;
        line-height: 1;
        display: block;
    }
    .sidebar-wrapper {
        float: left;
        width: 100%;
    }
    .sidebar-shop .widget {
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
    }
    .sidebar-shop .widget br {
        display: none;
    }
    .profile-img-box {
        width: 40%;
    }
    .profile-content-box {
        width: 60%;
        padding-left: 0;
    }
    .profile-content-box .person-info {
        position: relative;
        left: 0;
        transform: none;
    }
    .profile-content-box .person-info .person-name {
        font-size: 15px;
        margin: 30px 0 0 0;
    }
    .profile-content-box .person-info .person-email, .profile-content-box .person-info .person-mobile {
        font-size: 13px;
    }
    .product-default.wishlist-product img {
        max-height: none !important;
    }
    .modal#request-callback-modal {
        width: 100% !important;
    }
    /*.modal#request-callback-modal {
        width: 300px !important;
        position: fixed;
        top: 0;
        bottom: initial;
        right: initial;
        left: 50%;
        transform: translateX(-90%);
    }*/

    .modal#request-callback-modal {
        width: 100% !important;
        position: fixed;
        top: 0;
        /* bottom: initial; */
        /* right: initial; */
        left: 50%;
        transform: translateX(-50%);
        right: 50%;
    }
}
/* Vishal Styling Ends Here */
/*add by maruti*/
.visibledevice {display:none;}
.visibledesktop {display:display;}

@media (max-width : 480px) {
    .visibledevice {display:block;}
    .visibledesktop {display:none;}
}
.order_count{
    float: right;
    display: block;
    width: 10%;
}