body {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    background: var(--secondary-color);
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: var(--primary-color);
}
a:hover {
    text-decoration: none;
}
.fa {
    font-size: 14px;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    border-color: var(--border-color);
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline;}
a:focus, a:hover, div:focus, img:focus {
    text-decoration: none;
    outline: none;
    color: var(--primary-hover-color);
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.btn.focus:active, .btn:active:focus, .btn:focus, .addcart:focus {
    outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button:focus,
input:focus, select:focus, textarea:focus, div:focus, img:focus, .form-control:focus, i:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 5;
    background: var(--secondary-color);
    color: var(--primary-color);
    height: 40px;
    width: 40px;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
}
.scrollToTop i{
    font-size: 22px;
    line-height: 40px;
}
.scrollToTop:hover,
.scrollToTop:focus{
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
@media (max-width: 991px){
    .scrollToTop{
        height: 40px;
        width: 40px;
        right: 15px;
        bottom: 15px;
    }
    .scrollToTop i{
        line-height: 40px;
    }
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../image/mahardhi/ajax_loader.gif') 50% 50% no-repeat rgb(255,255,255);
    opacity: 1;
}

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
 .quickview-wrapper {
    background-color: var(--secondary-color);
    display: none;
    height: 80vh;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    padding: 20px 5px;
    position: fixed;
    right: 0;
    top: 7%;
    width: 70%;
    z-index: 9999;
}
.quickview-overlay {
    display: none;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 99;
}
.quickview-btn {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    font-size: 12px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--primary-color);
    background: var(--background-color);
    border-radius: 0;
}
.quickview-btn:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.quickview-loader{
    display: none;
    position: fixed;
    top: 0;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    margin: auto;
    background-color: transparent;
    line-height: 50px;
}
.quickview-loader-inner{
    font-size: 16px;
}
@media (max-width: 991px){
    .quickview-wrapper{
        width: 90%;
    }
}

/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert.alert-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
}
.alert {
    padding: 9px 30px 9px 15px;
    border-radius: 0;
    text-align: center;
    position: relative;
    line-height: 20px;
    z-index: 1;
}
.alert-dismissable .close,
.alert-dismissible .close {
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 38px;
    text-shadow: none;
}
.newsletterblock .alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}
#form-review .alert.alert-success,
#post_comment .alert{
    position: relative;
}

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-wrap {
    display: block;
    text-align: center;
    padding: 30px;
    background: var(--secondary-color);
}
.newsletter-image {
    background: url(../image/mahardhi/newsletter-popup.jpg) no-repeat center center;
    background-size: cover;
    height: 340px;
}
.newsletter-content {
    padding: 30px 30px 0;
}
#newsletter-popup .modal-content {
    background: transparent;
    box-shadow: none;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-content{
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--secondary-color);
    background-clip: padding-box;  
    border-radius:0;  
}
.newsletter-popup .modal-dialog {
    margin: 20px auto;
    max-width: 700px;
    text-align: center;
}
.newsletter-btn-close.close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    text-shadow: none;
    font-size: 10px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.newsletter-btn-close.close i {
    display: block;
}
.newsletter-btn-close.close:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.newsletter-popup .modal-body {
    padding: 0; 
    z-index: 1;
}
.newsletter-wrap h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.newsletter-content-innner p {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px;
    color: var(--secondary-light-color);
}
.newsletter-content-innner input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px; 
}
.newsletter-content-bottom {
    margin-top: 20px;
}
.newsletter-content-innner .alert {
    margin: 15px 0 10px;
    display: table;
    position: relative;
    width: 100%;
}
.newsletter-content-innner .newsletter_usr_popup_email {
    height: 40px;
    border: none;
    padding: 10px;
    background: var(--background-color);
    border-radius: 0;
    width: 100%;
    text-align: center;
}
#frmnewsletterpopup button {
    padding: 10px 30px;
    border-radius: 0;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.newsletter-content-bottom label {
    margin: 0;
}
@media (min-width: 768px) {
    .newsletter-popup .modal-dialog {
        width: 100%;
    }
}
@media (max-width: 991px) {
    #frmnewsletterpopup button {
        padding: 7px 20px;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .newsletter-popup .modal-dialog{
        width: 90%;
        max-width: unset;
    }
    .newsletter-wrap {
        padding: 20px 15px;
    }
    .newsletter-content {
        padding: 20px 20px 0;
    }
    .newsletter-wrap h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .newsletter-content-innner p {
        font-size: 16px;
    }
    .newsletter-btn-close.close {
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 575px) {
    .newsletter-image {
        height: 270px;
    }
    .newsletter-content {
        padding: 15px 10px 0;
    }
    .newsletter-wrap h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 7px;
    }
    .newsletter-content-innner p {
        font-size: 14px;
        margin: 0 0 15px;
    }
}

/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/
#top {
    background: var(--primary-color);
}
.top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*top-left*/ 
.contact a {
    color: var(--secondary-color);
    display: flex;
    align-items: center;
}

/*top-right*/
.top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.language-dropdown, .currency-dropdown {
    padding: 0;
}
.language-dropdown li, .currency-dropdown li {
    display: block;
}
.top-right > div {
    position: relative;
}
.top-right > div + div {
    padding: 0 0 0 14px;
    margin: 0 0 0 14px;
}
.top-right > div + div::before {
    content: "";
    background: var(--border-color);
    height: 20px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    margin: auto;
}
.top-right > div .dropdown-toggle {
    padding: 15px 0;
    border: none;
    font-size: 14px;
    display: block;
    color: var(--secondary-color);
}
.top-right > div .dropdown-toggle:hover,
#header_ac > a:hover,
#cart > .btn:hover,
.btn_search .search-btn:hover {
    color: var(--primary-hover-color);
}
.top-right span.drop-text:after {
    content: ":";
}
.top-right > div .dropdown-toggle .code {
    text-transform: uppercase;
    margin-right: 1px;
}
.top-right ul.dropdown-menu {
    padding: 5px 10px;
    right: 0;
    left: auto;
    border: none;
    border-bottom: 2px solid var(--primary-hover-color);
}
.top-right ul.dropdown-menu button {
    padding: 5px 0;
    text-align: left;
    border: none;
    color: var(--secondary-light-color);
}
.top-right ul.dropdown-menu button:hover,
#header_ac .dropdown-menu>li>a:hover {
    color: var(--primary-color);
}

/*top-center*/
.top-center .top-text {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: var(--secondary-color);
}
/*account*/
#header_ac > a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 0;
    color: var(--primary-color);
}
.header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-links > div + div {
    margin: 0 0 0 30px;
}
#header_ac > a span {
    margin: 0 5px;
}
#header_ac > a i {
    font-size: 20px;
    display: block;
}
.btn_search .search-btn{
    display: block;
    padding: 15px 0;
    color: var(--primary-color);
}
#header_ac .dropdown-menu {
    padding: 7px 15px;
}
#header_ac .dropdown-menu>li>a {
    padding: 5px 0;
    color: var(--secondary-light-color);
}
#header_ac button{
    text-align: left;
    padding: 5px 10px;
    text-transform: capitalize;
    border: none;
    color: var(--secondary-light-color);
}
/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fadeInDown 0.5s ease-out forwards;
    -moz-animation: fadeInDown 0.5s ease-out forwards;
    -o-animation: fadeInDown 0.5s ease-out forwards;
    animation: fadeInDown 0.5s ease-out forwards;
    z-index: 12;  
    border: none;
    background: var(--secondary-color);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0 , 0.1);
}
.header-fixed .header-top {
    padding: 10px 0;
}

/*header*/
header {
    position: relative;
}
.header-top {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*logo*/
#logo {
    vertical-align: top;
    display: inline-block;
    margin-left: -10px;
}
#logo img {
    image-rendering: -webkit-optimize-contrast;
}

/*header search*/
.btn_search{
    position: relative;
    cursor: pointer;
}
.search-btn i {
    font-size: 20px;
    display: block;
}
.btn_search {
    position: relative;
}
.btn_search .form-control{
    padding: 2px 10px;
    border: none;
    height: 40px;
}
.header-search .icon-close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 12px;
}
.header-search {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 30px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.header-search.active {
    opacity: 1;
    visibility: visible;
}
#mahardhiSearch .input-lg,
#search .input-lg{
    height: 40px;
    border: none;
}
#mahardhiSearch .input-lg{
    padding: 5px 10px;
}
.category-search {
    position: relative;
}
.category-search:after {
    border-left: 1px solid var(--border-color);
    content: "";
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
}
/*-- mahardhi edit --*/
#mahardhiSearch,
#search {
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 65%;
    border-bottom: 1px solid var(--border-color);
    background: var(--secondary-color);
}
#mahardhiSearch > *,
#search > * {
    background: transparent;
    color: var(--secondary-light-color);
    display: block; 
}
#mahardhiSearch .input-lg::placeholder{
    color: var(--secondary-light-color);
} 
#mahardhiSearch .btn-search,
#search .input-group-btn {
    width: auto;
    background: transparent;
}
#mahardhiSearch .btn-search button,
#search .input-group-btn button {
    padding: 10px 3px;
    font-size: 20px;
    border: none;
    background: transparent;
    color: var(--primary-color);
    box-shadow: none;
}
#mahardhiSearch .btn-search button i, 
#search .input-group-btn button i {
    display: block;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 0px;
}
.ui-autocomplete.ui-widget-content {
    background: var(--secondary-color)!important;
    border: 1px solid var(--border-color)!important;
}
.ui-autocomplete .mahardhi-search > div {
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
    width: 80px;
    padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
    color: var(--secondary-light-color);
    text-decoration: line-through;
    margin-left: 10px;
}
#mahardhiSearch select.form-control.input-lg {
    border: none;
    padding: 6px 0;
    line-height: 1.42857143;
    width: auto;
    background: transparent;
    color: var(--primary-color);
}

/*cart*/
.header_cart {
    position: relative;
}
#cart {
    vertical-align: top;
}
#cart > .btn {
    background: transparent;
    padding: 15px 0;
    border: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    box-shadow: none;
}
#cart > .btn:before{
    content: "\e956";
    font-family: 'Mahardhi-Fonts';
    font-size: 20px;
    margin-right: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#cart-total {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
#cart-total .cart-text i {
    margin: 0 0 0 5px;
}
#cart .dropdown-menu {
    overflow: hidden;
    display: none;
    margin: 0;
    padding: 0px;
    width: 300px;
}
#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}
#cart .dropdown-menu li p {
    margin: 0;
    font-size: 14px;
    color: var(--primary-color);
}
#cart .dropdown-menu li p .btn {
    padding: 8px 15px;
}
.product-cart-empty {
    padding: 20px 0;
}
#cart .dropdown-menu .cart-content-product {
    max-height: 281px;
    overflow-y: auto;
    overflow-x: hidden;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    display: block;
}
#cart .dropdown-menu .table>tbody>tr>td,
#account-address .table>tbody>tr>td {
    vertical-align: top;
}
#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
}
#cart .dropdown-menu table td {
    background: none;
    border: none;
    padding: 5px 4px;
    color: var(--primary-color);
}
#cart .dropdown-menu li td,
td.cart-total-price {
    font-size: 14px;
    font-weight: 500;
}
#cart .img-thumbnail {
    padding: 0;
    border-radius: 0;
}
#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 10px;
}
#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
    font-weight: normal;
    color: var(--primary-color);
    display: inline-block;
}
.product-cart-info {
    margin-top: 8px;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: var(--primary-hover-color);
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: var(--primary-hover-color);
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
    position: absolute;
    top: 50px;
    right: 0;
    padding: 0;
}
#cart .dropdown-menu .btn-danger {
    background: transparent;
    color: var(--primary-color);
    border-radius: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
    border-top: 1px solid var(--border-color);
    padding: 10px 20px 0px 20px;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
    font-size: 14px;
    font-weight: 500;
}
.product-cart-button {
    padding: 0px 0px 20px 0px;
}

@media (max-width: 1440px) {
    .header-top {
        padding: 20px 0;
    }
    #logo img {
        max-width: 220px;
    }
}
@media (max-width: 1199px) {
    #logo img {
        max-width: 220px;
    }
    .header-top {
        padding: 15px 0;
    }
}
@media (max-width: 991px) {
    .top-right > div .dropdown-toggle {
        padding: 10px 0;
    }
    .header-top{
        padding: 10px 0;
    }
    #mahardhiSearch .input-lg, 
    #search .input-lg {
        height: 34px;
    }
    #mahardhiSearch .btn-search button, 
    #search .input-group-btn button {
        font-size: 16px;
        padding: 9px 3px;
    }
    .header-links > div + div {
        margin: 0 0 0 15px;
    }
    .search-btn i,
    #header_ac > a i,
    #cart > .btn:before {
        font-size: 18px;
    }
    #header_ac > a,
    .btn_search .search-btn {
        padding: 10px 0;
    }
    #cart > .btn{
        padding: 9px 0;
    }
    #cart-total {
        top: 3px;
    }
    #mahardhiSearch,
    #search{
        width: 100%;
    }
    .header-search{
        background: rgba(255, 255, 255, 1);
    }
    #cart-total {
        position: absolute;
        right: -2px;
        top: 4px;
        font-size: 12px;
        padding: 0 4.4px;
        line-height: 16px;
        border-radius: 50%;
        color: var(--secondary-color);
        background: var(--primary-hover-color);
    }
}
@media (max-width: 767px) {
    .top-inner {
        justify-content: center;
    }
}
@media (max-width: 540px){
    #mahardhiSearch select.form-control.input-lg {
        max-width: 90px;
    }
    #mahardhiSearch .input-lg {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    #logo img {
        max-width: 220px;
    }
    .top-right ul.dropdown-menu.currency-dropdown {
        left: 0;
        right: auto;
    }
    .top-right span.drop-text:after,
    .top-right > div .dropdown-toggle .code {
        display: none;
    }
    #mahardhiSearch select.form-control.input-lg,
    #mahardhiSearch .input-lg{
        font-size: 10px;
        padding: 5px 2px;
    }
    #mahardhiSearch select.form-control.input-lg {
        max-width: 65px;
    }
    #cart .dropdown-menu {
        right: -35px;
        left: auto;
    }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
#menu {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    min-height: unset;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
#menu .nav > li > a {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    color: var(--primary-color);
}
#menu .nav > li {
    padding: 15px 17px;
}
#menu .dropdown-inner,
#navCategory .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
    display: table-cell;
}
#menu .menulist .dropdown-menu a {
    font-size: 14px;
    text-transform: capitalize;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,
#menu .nav.navbar-nav li:hover > span,
#menu .dropdown-inner li:hover > a,
#navCategory .dropdown-inner li a:hover,
.vertical-category ul > li:hover > a,
#menu #topCategoryList .dropdown-inner li:hover > a,
#menu .nav > li:hover > a,
#menu .nav > li.active > a {
    color: var(--primary-hover-color);
    background-color: transparent;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 8px 0;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: var(--primary-hover-color);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

@media (min-width: 992px) {
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item > a {
        font-weight: 600;
    }
    #menu .dropdown-inner a {
        display: block;
        padding: 5px 15px;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        min-width: 170px;
        text-align: left;
        color: var(--secondary-light-color);
    }
    #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
        display: none;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner{
        display: block;
        top: 50px;
        left: 0px;
        min-width: 170px;
        z-index: 999;
        text-align: left;
        right: auto;
        padding: 10px 0;
    }
    #menu .dropdown-menu,
    #menu .hiden_menu.menu_drop .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu{
        position: absolute;
        top: 100px;
        padding: 8px 0;
        visibility: hidden;
        background: var(--secondary-color);
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        transform-origin: 15% 15% 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        filter: alpha(opacity=0);
        transform-origin: center top 0;    
        box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
        border-top: 2px solid var(--primary-hover-color);
    }
    #menu .dropdown:hover .dropdown-menu,
    #menu ul li.hiden_menu.menu_drop:hover .dropdown-inner,
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu{
        display: block;
        top: 100%;
        visibility: visible;
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        visibility: visible;
        filter: alpha(opacity=100);
    }     
    #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
        left: 100%;
        top: 100%;
    }
    #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {  
        top: 0px;
    }
    #menu ul.nav .item-column ul.list-unstyled li {
        margin: 0 10px;
    }
    #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item > a {
        border-bottom: 1px solid var(--border-color);
        color: var(--primary-color);
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 7px;    
        margin: 0 10px 3px;
    }
    #menu ul.nav .item-column ul.list-unstyled li a {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1440px) {
    #menu .nav > li {
        padding: 15px 10px;
    }
}
@media (max-width: 991px) {
    #topCategoryList {
        background: var(--secondary-color);
        display: block!important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 350px;
        z-index: 999;
        margin: 0;
        -webkit-transform: translate(-400px,0);
        -moz-transform: translate(-400px,0);
        -ms-transform: translate(-400px,0);
        -o-transform: translate(-400px,0);
        transform: translate(-400px,0);
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        overflow: auto;
    }
    #topCategoryList.box-menu {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .menu-close {
        background: var(--primary-color);
        color: var(--secondary-color);
        padding: 12px 15px;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
    }
    .menu-close i{
        line-height: 20px;
        font-size: 12px;
    }
    #menu .btn-navbar.open-menu:after {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        display: block;
        position: fixed;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 99;
        transition: opacity 0.2s cubic-bezier(0,0,.3,1);
        transition-delay: 0.1s;
    }
    #menu .btn-navbar span:before,
    #menu .btn-navbar span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--primary-color);
        left: 0;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    #menu .btn-navbar span:after {
        top: 6px;
    }
    #menu .btn-navbar span:before {
        top: -6px;
    }
    #menu .btn-navbar span {
        position: absolute;
        width: 18px;
        height: 1px;
        background: var(--primary-color);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .dropdown-inner a{
        color: var(--secondary-light-color);
        font-weight: 400;       
        padding: 6px 30px 6px 15px;
        display: block;
        font-size: 14px;
        text-transform: capitalize;
    }
    #menu .nav > li > a,
    #menu #topCategoryList .menu_drop > .dropdown-inner > li > a {
        font-size: 14px;
    }   
    #menu #topCategoryList ul {
        float: none;
        display: block;
        text-align: left;
        margin: 0;
        background: transparent;
    }
    #menu #topCategoryList > ul{
        margin: 10px 0 0;
    }
    #menu #topCategoryList ul.category-list {
        margin-bottom: 10px;
    }
    #menu .dropdown-inner,
    #navCategory .dropdown-inner {
        display: block; 
    }
    #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
        display: block;
        padding: 0 15px;
    }
    #topCategoryList .dropdown.menulist .dropdown-menu {
        position: relative;
        float: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: none;
        padding: 0;
    }
    #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
        display: none; 
        position: unset;
        border: none;
        padding: 0 15px;
    }
    #topCategoryList li .toggle-menu {
        position: absolute;
        right: 5px;
        top: 0;
        padding: 6px 11px;
    }
    #topCategoryList .dropdown-submenu > .fa {
        display: none;
    }
    #topCategoryList ul li {
        float: none;
    }
    #topCategoryList #more_cat {
        display: none;
    }    
    #menu .btn-navbar {
        display: block;
        margin: 0 0 0 15px;
        border: none;
    }
    .category-list .menu-item.dropdown .dropdown-menu {
        position: relative;
        box-shadow: none;
        width: 100%;
        border: none;
        padding: 0 15px;
        float: none;
    }
    #menu .nav > li {
        padding: 0
    }   
}
@media (max-width: 480px) {
    #topCategoryList {
        max-width: 280px;
    }
}

/*----------------------------------------------*/
/* Categoty Menu */
/*----------------------------------------------*/
ul.category-list > li {
    width: 100%;
    padding: 0 20px;
}
.main-category.left-column-main-category {
    position: relative;
    padding: 30px 30px 0;
    border-top: 1px solid var(--border-color)!important;
}
.main-category .vertical-category {
    position: relative;
    /*overflow: hidden;*/
}
#column-left .main-category .page-title h3,
#column-right .main-category .page-title h3 {
    margin-bottom: 0;
}
.vertical-category-wrapper {
    padding: 0;
    box-shadow: none;
    z-index: 11;
    background: var(--secondary-color);
}
.vertical-category ul li a {
    color: var(--primary-color);
    padding: 5px 15px;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
}
.category-list {
    width: 100%;
    padding: 0;
}
.vertical-category ul li a.more-menu {
    cursor: pointer;
    position: relative;
}
.vertical-category .dropdown-wrapper ul li+li > a {
    border: none;
}
.category-list > li .icon-menu {
    margin-right: 5px;
    display: inline-block;
}
.category-list > li .icon-menu img {
    border-radius: 25px;
    border: 1px solid var(--border-color);
}
.vertical-category ul li a.more-menu:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    right: 0;
}
.vertical-category ul li a.more-menu.active:after {
    content: "\f106";
}
.menu-list {
    color: var(--secondary-color);
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.box-categories {
    font-size: 14px;
    background: transparent;
    font-weight: 500;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    color: var(--primary-color);
}
#column-left .vertical-category-wrapper,
#column-right .vertical-category-wrapper {
    position: relative;
    box-shadow: none;
}
.social-media {
    margin: 80px 50px 20px!important;
}
.main-category-social {
    position: absolute;
    z-index: 11;
}
@media (min-width: 992px) {
    ul.category-list li .dropdown-menu {
        display: block;
        left: 100%;
        right: auto;
        margin: 0;
        padding: 10px 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        border: none;
        border-bottom: 3px solid var(--primary-hover-color);
        background: var(--secondary-color);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        border-radius: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    ul.category-list li:hover > .dropdown-menu {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
    .category-list .dropdown-inner a {
        min-width: 200px;
        display: block;
        clear: both;
        font-size: 14px;
    }
    .vertical-category .dropdown-wrapper .megamenu-dropdown > li .dropdown-menu li a {
        padding: 5px 10px;
    }
    ul.category-list li.dropdown > a:after{
        content: "\f105";
        font-family: fontawesome;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        padding: 10px;
        align-items: center;
    }
    .vertical-category > ul > li.dropdown > a:after{
        padding: 20px;
    }
    ul.category-list li.dropdown:hover > a:after{
        color: var(--primary-color);
    }    
    .dropdown-wrapper .megamenu-dropdown .dropdown-menu {
        position: unset;
        display: block;
        min-width: inherit;
        border: none;
        left: inherit;
        right: inherit;
        box-shadow: none;
        float: none;
        padding: 5px 0;
        visibility: unset;
        transition: 0s;
        opacity: 1;
    }
    ul.category-list li.dropdown .dropdown-wrapper a:after{ 
        display: none;
    }
    .vertical-category .dropdown-wrapper .megamenu-dropdown > li {
        display: table-cell;
        /*width: 33.33%;*/
        float: left;
    }    
    .vertical-category .dropdown-wrapper ul.megamenu-dropdown {
        width: 680px;
        margin: 0 10px;
        display: table;
    }
    .vertical-category .dropdown-wrapper ul.megamenu-dropdown.column2 {
        width: 500px;
    }
    .vertical-category .dropdown-wrapper .megamenu-dropdown.column2 > li {
        /*float: unset;*/
    }
    .vertical-category .dropdown-wrapper .megamenu-dropdown > li > a{
        border-bottom: 1px solid var(--border-color);
        color: var(--primary-color);
        font-weight: 400;
        padding-bottom: 10px;
        margin: 0 9px;
        padding-left: 0;
        padding-right: 0;
    }
    .category-list .single-dropdown .dropdown-inner .dropdown li:first-child a {
        border-top: none;
    }
    .vertical-category > ul > li > a {
        padding: 11px 20px 11px 0;
        position: unset;
    }
    .vertical-category > ul > li:hover > a {
        color: var(--primary-hover-color);
    }
}
@media (max-width: 1800px) {
    .social-media {
        margin: 50px 50px 20px!important;
    }
}
@media (max-width: 1640px) {
    .main-category.left-column-main-category {
        padding: 10px 10px 0;
    }
    .social-media {
        margin: 10px 30px 20px!important;
    }
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .vertical-category > ul > li > a {
        padding: 8px 20px 8px 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .main-category.left-column-main-category {
        padding: 0;
    }
    .vertical-category > ul > li > a {
        padding: 5px 20px 5px 0;
    }
    .social-media {
        margin: 10px 20px 10px!important;
    }
}
@media (max-width: 1199px) {
    .box-categories {
        font-size: 12px;
        padding: 10px 20px;
    }
}
@media (max-width: 991px) {
    .vertical-category > ul > li + li > a {
        border: none;
    }
    .vertical-category ul li a.more-menu:after {
        right: 15px;
    }
    .social-media {
        margin: 10px 20px 10px!important;
    }
    .home #column-left {
        display: none!important;
    }
}

/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.common-home .swiper-viewport {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
}
.slideshow img {
    width: 100%;
}
.home {
    /*position: relative;*/
    /*overflow: hidden;*/
}
.home .row {
    margin: 0;
    position: relative;
}
.home #column-left,
.home #content {
    padding: 0;
}
@media (min-width: 992px) {
    #common-home #column-left, 
    #common-home #column-right {
        width: 16.579%;
    }
    #common-home #content.col-sm-9 {
        width: 83.421%;
    }
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.banners {
    position: relative;
    overflow: hidden;
}
.banner-outer .inner1 img {
    width: 100%;
}
.banners .inner1 > a::before,
.banners .inner1 > a::after {
    content: " ";
    height: 0;
    padding: 0;
    position: absolute;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    width: 0;
    transform: rotate(180deg);
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.banners .inner1 > a::before {
    left: 0;
    top: 0;
}
.banners .inner1 > a::after {
    bottom: 0;
    right: 0;
}
.banners:hover .inner1 > a::before,
.banners:hover .inner1 > a::after {
    height: 100%;
    width: 100%;
    transform: rotate(0);
}

/*html1*/
.html1-inner > div,
.html1-latest > div > div > div,
.special-html3 > div > div > div {
    padding: 0 25px;
}
.html1 .row,
.html1-latest > div > div,
.special-html3 > div > div {
    margin: 0 -25px;
}
.html1 .inner1 > a {
    display: block;
    position: relative;
    overflow: hidden;
}
.html1 {
    margin-top: 50px;
}
.html1 .banners {
    padding-bottom: 30px;
}
.html1 .inner2 {
    position: relative;
    padding: 30px;
    margin: -190px 130px 0;
    display: flex;
    background: var(--secondary-color);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.html1 .inner-img {
    width: 42.48%;
}
.html1 .inner-img img {
    width: 100%;
}
.html1 .promo-text-box {
    width: 57.52%;
    padding: 27px 0 30px 30px;
}
.html1 .inner2 .promo-title {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    color: var(--primary-color);
}
.html1 .inner2 .promo-sale {
    font-size: 16px;
    line-height: 24px;
    margin: 22px 0 27px;
    color: var(--secondary-light-color);
}
.html1 .promo-price {
    margin: 0 0 27px;
}
.html1 .promo-price span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    color: var(--primary-color);
}
.html1 .promo-price span.old-price {
    text-decoration: line-through;
    color: var(--secondary-light-color);
}
.inner2 .button {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 30px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    color: var(--secondary-color);
    background: var(--primary-color);
}
.inner2 .button:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}

/*html2 and html3 */
.html2 .inner2, .html3 .inner2 {
    position: absolute;
    bottom: 50px;
    right: 50px;
    left: 50px;
    margin: auto;
}
.html2 .promo-text-box,
.html3 .promo-text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    background: var(--secondary-color);
}
.html2 .inner2 .promo-title,
.html3 .inner2 .promo-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    color: var(--primary-color);
} 

@media (min-width: 1741px) {
    .html1-latest .col-md-4,
    .special-html3 .col-md-4 {
        width: 34.24%;
    }
    .html1-latest .col-md-8,
    .special-html3 .col-md-8 {
        width: 65.76%;
    }
}
@media (max-width: 1900px) {
    .html1 .inner2 .promo-title,
    .promo-price span {
        font-size: 24px;
        line-height: 24px;
    }
}
@media (max-width: 1740px) {
    .html1 .promo-text-box {
        padding: 10px 0 20px 20px;
    }
}
@media (max-width: 1640px) {
    .html1 .inner2 {
        margin: -190px 80px 0;
    }
    .html2 .inner2, .html3 .inner2 {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
    .html2 .promo-text-box, 
    .html3 .promo-text-box {
        padding: 20px;
    }
}
@media (max-width: 1440px) {
    .html1-inner > div,
    .html1-latest > div > div > div,
    .special-html3 > div > div > div {
        padding: 0 15px;
    }
    .html1 .row,
    .html1-latest > div > div,
    .special-html3 > div > div {
        margin: 0 -15px;
    }
    .html1 .inner2 {
        margin: -140px 50px 0;
    }
    .html1 .inner2 .promo-title, 
    .html1 .promo-price span {
        font-size: 20px;
        line-height: 20px;
    }
    .html2 .inner2 .promo-title, 
    .html3 .inner2 .promo-title {
        font-size: 24px;
        line-height: 24px;
    }
    .html2 .inner2, .html3 .inner2 {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
}
@media (max-width: 1340px) {
    .html1 .inner2 {
        margin: -100px 30px 0;
    }
}
@media (max-width: 1199px) {
    .html1 .inner2 {
        padding: 20px;
    }
    .html1 .inner2 .promo-title, 
    .html1 .promo-price span {
        font-size: 16px;
    }
    .html1 .inner2 .promo-sale {
        font-size: 14px;
        margin: 10px 0 15px;
    }
    .html1 .promo-price {
        margin: 0 0 15px;
    }
    .html2 .promo-text-box, 
    .html3 .promo-text-box {
        display: block;
        text-align: center;
        padding: 15px;
    }
    .html2 .inner2 .promo-title, 
    .html3 .inner2 .promo-title {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 10px;
    }
}
@media (max-width: 991px) {
    .html1-inner > div,
    .html1-latest > div > div > div,
    .special-html3 > div > div > div {
        padding: 0 5px;
    }
    .html1 .row,
    .html1-latest > div > div,
    .special-html3 > div > div {
        margin: 0 -5px;
    }
    .html1 {
        margin-top: 30px;
    }
    .html1 .banners {
        padding-bottom: 20px;
    }
    .inner2 .button {
        padding: 7px 20px;
    }
}
@media (max-width: 767px) {
    .html1 {
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    .html1 .inner2 {
        padding: 10px;
        margin: -50px 15px 0;
    }
    .html1 .promo-text-box {
        padding: 5px 0 10px 10px;
    }
    .html1 .inner2 .promo-title, 
    .html1 .promo-price span {
        font-size: 14px;
    }
    .html1 .inner2 .promo-sale {
        margin: 5px 0;
    }
    .html1 .promo-price {
        margin: 0 0 7px;
    }
    .inner2 .button {
        padding: 5px 15px;
        font-size: 12px;
    }
    .html2 .inner2, .html3 .inner2 {
        left: 5px;
        right: 5px;
        bottom: 5px;
    }
    .html2 .promo-text-box, .html3 .promo-text-box {
        padding: 5px;
    }
    .html2 .inner2 .promo-title, .html3 .inner2 .promo-title {
        font-size: 16px;
    }
}
@media (max-width: 425px) {
    
}

/*----------------------------------------------*/
/* buttons 
/*----------------------------------------------*/
.buttons {
    margin: 1em 0;
}
#tab-review .buttons {
    margin: 1em 0 0;
}
.btn {
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    box-shadow: none;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 8px 20px;
    font-size: 14px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 14px;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    color: var(--secondary-color);
    background: var(--primary-color);
    border-radius: 0px;
    font-weight: 400;
    cursor: pointer;
}
.btn-warning {
    color: var(--secondary-color);
    background-color: #faa732;
    border-radius: 0px;
}
.btn-danger {
    color: var(--secondary-color);
    background-color: #da4f49;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    border-radius: 0px;
}
.btn-success {
    color: var(--secondary-color);
    background-color: #5bb75b;
    background-repeat: repeat-x;
    border-radius: 0px;
}
.btn-info {
    color: var(--secondary-color);
    background: var(--primary-color);
    border: none;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 400;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 0px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: var(--primary-color);
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: var(--primary-color) var(--primary-color) #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: var(--primary-color);
}
.btn-link:focus,
.btn-link:hover {
    color: var(--secondary-color);
    text-decoration: none;
    outline: none;
}
#cart .text-right .addtocart-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:hover,
#cart .text-right .checkout-btn:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active:before,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover{
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}

/* list group */
.list-group a {
    border: none;
    color: var(--secondary-light-color);
    padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: var(--primary-color);
    background: transparent;
}

@media (max-width: 991px) {
    #cart .text-right .addtocart-btn,
    #cart .text-right .checkout-btn,
    .btn-default,
    .btn-primary,
    .btn-danger,
    .btn-info {
        padding: 7px 20px;
    }
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.owl-item.active.center .row-items,
.owl-item.active .image-additional,
.owl-item.active .product-layout,
.owl-item.active .category-layout {
    -moz-animation: zoomIn 500ms ease;
    -o-animation: zoomIn 500ms ease;
    -webkit-animation: zoomIn 500ms ease;
    animation: zoomIn 500ms ease;
}
.page-title {
    position: relative;
}
.page-title h3 {
    font-size: 30px;
    line-height: 30px;
    margin: -3px 0 27px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    color: var(--primary-color);
    text-align: left;
}
.product-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.related-products-block .product-thumb {
    margin-bottom: 0;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product-thumb .button-group {    
    position: absolute;
    visibility: hidden;
    display: flex;
    top: -45px;
    right: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb:hover .button-group {
    visibility: visible;
    top: 0;
}
.product-thumb .button-group button {
    font-size: 16px;
    height: 40px;
    width: 40px;
    border: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-radius: 0;
    border: none;
    color: var(--primary-color);
    background: var(--secondary-color);
}
.product-thumb .button-group button i {
    display: block;
}
.product-thumb .button-group button:hover {
    background: var(--secondary-color);
    color: var(--primary-hover-color);
}
.sale-text {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 8px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    text-align: center;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
.product-thumb .description {
    color: var(--secondary-light-color);
    line-height: 24px;
    font-size: 16px;
    margin: 16px 0 0;
}
.thumb-description {
    position: relative;
}
.product-thumb .caption {
    padding: 12px 0 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-thumb .price {
    font-size: 16px;
    margin: 9px 0 0 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.product-thumb .price-new {
    margin-right: 5px;
}
.product-thumb .price-old {
    text-decoration: line-through;
    color: var(--secondary-light-color);
    font-size: 16px;
    display: inline-block;
}
.product-thumb .product-title {
    margin: 0;
}
.product-thumb .product-title a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}
.product-thumb .product-title a:hover {
    color: var(--primary-hover-color);
}
.product-thumb .price-tax{
    display: none;
}
.product-thumb .rating{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0;
    margin: 0 0 8px;
    display: block;
}
.product-thumb .addcart {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    opacity: 0;
    border: none;
    border-radius: 0;
    color: var(--secondary-color);
    background: var(--primary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-thumb:hover .addcart {
    bottom: 0;
    opacity: 1;
}
.product-thumb .addcart:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}
.product-thumb .thumb-description .all-btn,
.product-list .product-thumb .image .button-group,
.product-list .product-thumb .image .addcart {
    display: none;
}
.product-list .product-thumb .caption .all-btn {
    display: flex;
    align-items: center;
    margin: 27px 0 0;
}
.product-list .product-thumb .btn-list {
    display: flex;
    align-items: center;
    position: unset;
    visibility: visible;
}
.product-list .product-thumb .btn-list button {
    opacity: 1;
    position: unset;
    visibility: visible;
    display: inline-block;
    margin: 0 0 0 10px;
    background: var(--background-color);
}
.product-list .product-thumb .btn-list button:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
}
.product-list .product-thumb .caption {
    padding: 8px 0 0;
    text-align: left;
}
.product-list .product-thumb .thumb-description .addcart {
    display: inline-block;
    position: relative;
    line-height: 20px;
    right: 0;
    bottom: 0;
    opacity: 1;
    padding: 10px 30px;
    border: none;
    border-radius: 0;
    color: var(--secondary-color);
    background: var(--primary-color);
}
.product-list .product-thumb .thumb-description .addcart:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);
}
.product-list .product-thumb .price {
    display: block;
    margin: 16px 0 0;
}
.product-list .product-thumb .rating {
    display: block;
    float: unset;
    margin: 0 0 14px;
}
#product-page .nav-tabs li {
    margin: 0 25px;
}
#product-page .nav-tabs>li> a {
    padding: 15px 0;
}
#product-page .nav-tabs>li> a::after {
    content: "";
    background: var(--primary-hover-color);
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    bottom: -1px;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
#product-page .nav-tabs>li:hover> a:after,
#product-page .nav-tabs>li.active> a:after{
    width: 100%;
}
#product-page .nav-tabs>li.active>a,
#product-page .nav-tabs>li:hover> a {
    color: var(--primary-color);
}
.nav-tabs>li> a { 
    padding: 12px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: none;
    margin: 0;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--secondary-light-color);
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover{
    background: transparent;
    color: var(--primary-hover-color);
    border: none;
}

/*product hover */
.product-thumb .hover-img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.product-thumb:hover .hover-img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

/*product tab*/
.mahardhi-tabs {
    position: relative;
    text-align: center;
}
.mahardhi-tabs::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 17%;
    bottom: auto;
    margin: auto;
    height: 2px;
    width: 100%;
    background: var(--border-color);
}
.mahardhi-tabs .nav-tabs {
    border: none;
    margin: 0 0 30px;
    padding: 0 50px;
    text-align: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
    display: inline-block;
    background: var(--secondary-color);
}
.mahardhi-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
}
.mahardhi-tabs .nav-tabs::before {
    display: none;
}
.mahardhi-tabs .nav-tabs li {
    margin: 0;
    float: none;
    display: inline-block;
}
.mahardhi-tabs .nav-tabs li + li {
    margin: 0 0 0 72px;
}
.mahardhi-tabs .nav-tabs>li> a {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    border: none;
    margin: 0;
    padding: 0 0 18px;
    text-transform: uppercase;
    background: transparent;
    color: var(--secondary-light-color);
}
.mahardhi-tabs .nav-tabs>li> a span {
    display: block;
}
.mahardhi-tabs .nav-tabs>li> a:hover,
.mahardhi-tabs .nav-tabs>li> a:focus,
.mahardhi-tabs .nav-tabs>li> a.selected{
    background: transparent;
    color: var(--primary-hover-color);
}
.mahardhi-tabs .nav-tabs>li> a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--primary-hover-color);
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform .2s ease-in-out 0s;
}
.mahardhi-tabs .nav-tabs>li> a.selected::after, 
.mahardhi-tabs .nav-tabs>li> a:hover::after {
    transform: scaleX(1);
}
@media (max-width: 1440px) {
    .page-title h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .mahardhi-tabs .nav-tabs>li> a {
        font-size: 24px;
        line-height: 24px;
        padding: 0 0 12px;
    }
    .mahardhi-tabs .nav-tabs li + li {
        margin: 0 0 0 50px;
    }
}
@media (max-width: 991px) {
   .page-title h3{
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    .mahardhi-tabs .nav-tabs {
        padding: 0 30px;
        margin: 0 0 20px;
    }
    #product-page .nav-tabs li {
        margin: 0 15px;
    }
    .mahardhi-tabs .nav-tabs li + li {
        margin: 0 0 0 30px;
    }
    .mahardhi-tabs .nav-tabs>li> a {
        font-size: 18px;
        line-height: 20px;
        padding: 0 0 7px;
    }
    .product-thumb {
        margin-bottom: 20px;
    }
    .row.category-row,
    .box .row,
    .blog-category-inner.row {
        margin: 0 -5px;
    }
    .mblog .blog-block,
    .product-layout,
    .blog-layout {
        padding: 0 5px;
    }
    .product-thumb .price{
        font-size: 14px;
        margin: 6px 0 0 0;
        display: block;
    }
    .product-thumb .price-old {
        font-size: 14px;
    }
    .product-thumb .rating {
        margin: 0 0 5px;
    }
    .product-thumb:hover .button-group,
    .product-thumb .button-group {
        visibility: visible;
        top: 0;
    }    
    .product-thumb .caption {
        padding: 10px 0 0;
    }
    .product-thumb .product-title a {
        font-size: 14px;
    }
    .product-thumb .button-group button {
        font-size: 14px;
        height: 30px;
        width: 30px;
    }
    .product-thumb .addcart,
    .product-thumb:hover .addcart {
        opacity: 1;
        font-size: 12px;
        padding: 7px;
        bottom: 0;
    }    
    .product-list .product-thumb .rating {
        margin: 0 0 5px;
    }
    .product-list .product-thumb .price {
        margin: 10px 0 0;
    }
    .product-thumb .description {
        margin: 5px 0 0;
    }
    #product-page .nav-tabs>li> a {
        font-size: 14px;
        padding: 10px 0;
    }
    .product-list .product-thumb .caption .all-btn {
        margin: 10px 0 0;
    }
    .product-list .product-thumb .thumb-description .addcart {
        font-size: 14px;
        margin: 0;
        padding: 5px 20px;
    }
    .sale-text {
        font-size: 10px;
        line-height: 10px;
        top: 5px;
        left: 5px;
        padding: 4px 6px;
    }
    .box.latest {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box.latest {
        margin-top: 20px;
    }
}
@media (max-width: 680px) {
    .product-list .product-thumb .image img {
        width: auto;
        margin: 0;
    }  
}
@media (max-width: 480px) {
    .page-title h3 {
        font-size: 16px;
    }
    .mahardhi-tabs .nav-tabs {
        padding: 0 20px;
    }
    .mahardhi-tabs .nav-tabs>li> a {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 4px;
    }
    .mahardhi-tabs .nav-tabs li + li {
        margin: 0 0 0 15px;
    }
}

/*----------------------------------------------*/
/* swiper pager */
/*----------------------------------------------*/
.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    right: 15px;
    top: -53px;
}
.product-tab-block .owl-carousel.owl-theme .owl-nav {
    display: none;
}
.swiper-viewport .swiper-pager > div, 
.owl-carousel.owl-theme .owl-nav div {
    color: var(--primary-color);
    padding: 0;
    margin: 0;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background: transparent;
    box-shadow: none;
}
.swiper-viewport .swiper-pager > div:hover, 
.owl-carousel.owl-theme .owl-nav div:hover {
    color: var(--primary-color);
    background: transparent;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    margin: 0 0 0 20px;
}
.owl-carousel.owl-theme .owl-nav .disabled {
    opacity: 0.6;
}
.swiper-viewport {
    border: unset;
}
.swiper-pagination {
    display: none;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before {
    content:"";
}
.owl-carousel.owl-theme .owl-nav .fa,
.swiper-viewport .fa {
    font-size: 24px;
    line-height: 20px;
    display: block;
}

/*carousel*/
.owl-carousel.owl-theme .owl-nav {
    margin: 0;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev {
    opacity: 1;
}

/*dots*/
.swiper-pagination span,
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: var(--secondary-color);
    margin: 0 5px;
    box-shadow: none;
    border: none;
}
.swiper-pagination span:before,
.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    background: var(--secondary-color);
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 0;
}
.swiper-pagination span.swiper-pagination-bullet-active:before,
.swiper-pagination span:hover:before,
.owl-theme .owl-dots .owl-dot.active span:before,
.owl-theme .owl-dots .owl-dot:hover span:before {
    background: var(--primary-hover-color);
}
.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}
.testimonial-block .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 22px 0 0;
}
.brand .swiper-viewport .swiper-pager {
    display: none;
}

/*slideshow*/
.slideshow .swiper-pagination {
    display: block;
    bottom: 20px;
}
.slideshow .swiper-viewport .swiper-pager > div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev {
    left: 20px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next {
    right: 20px;
}

/* slick-carousel */
.slick-carousel > button {
    border: none;
    background: transparent;
    padding: 2px 7px;
}
.slick-carousel > button i {
    font-size: 20px;
}
@media (max-width: 991px) {
    .slideshow .swiper-pagination {
        bottom: 0;
    }
    .swiper-viewport .swiper-pager > div {
        width: 30px;
        height: 30px;
        top: -35px;
    }
    .owl-carousel.owl-theme .owl-nav .fa, 
    .swiper-viewport .fa {
        font-size: 20px;
    }
    .owl-carousel.owl-theme .owl-nav {
        right: 5px;
        top: -36px;
    }
    .testimonial-block .owl-theme .owl-nav.disabled+.owl-dots {
        margin: 12px 0 0;
    }
}
/*----------------------------------------------*/
/* testimonial */
/*----------------------------------------------*/
.testimonial-block .page-title h3 {
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary-color);
    text-align: center;
    margin: -2px 0 60px;
}
.testimonial-images {
    position: relative;
    display: inline-block;
}
.testimonial-images::before {
    position: absolute;
    content: '\e940';
    font-family: 'Mahardhi-Fonts';
    font-size: 24px;
    color: #888888;
    left: -17px;
    top: -14px;
    z-index: -1;
}
.row-items {
    width: 72%;
    margin: auto;
    text-align: center;
}
.testimonial-text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0;
    color: var(--secondary-color);
}
.testimonial-text p {
    margin: 0;
}
.testimonial-author {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 7px;
}
.testimonial-customer {
    color: var(--secondary-light-color);
}
.testimonial-block .owl-stage-outer {
    padding: 20px 0;
    margin: -20px 0;
}
@media (max-width: 1540px) {
    .row-items {
        width: 100%;
    }
}
@media (max-width: 1440px) {
    .testimonial-block .page-title h3 {
        margin: 0 0 40px;
    }
}
@media (max-width: 991px) {
    .testimonial-text {
        font-size: 14px;
        margin: 10px 0;
    }
}
/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.blog-block{
    margin-bottom: 30px;
    position: relative;
}
.blog-info .image {
    overflow: hidden;
    position: relative;
}
.blog-block .zoom-post a {
    display: block;
    color: var(--primary-color);
    background: var(--secondary-color);
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.blog-block .zoom-post a:hover {
    background: var(--secondary-color);
    color: var(--primary-hover-color);
}
.blog-block .zoom-post {
    position: absolute;
    left: -45px;
    bottom: 0;   
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.blog-block:hover .zoom-post {
    left: 0;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post:before {
    font-family: FontAwesome;
    font-size: 16px;
    margin: 0;
    display: block;
    text-align: center;
    line-height: 40px;
}
.blog-block .hover-zoom::before{
    content: "\f002";
}
.blog-block .hover-post:before {
    content: '\f0c1';
}
.blog-block:hover .hover-post:before,
.blog-block:hover .hover-zoom::before {
    opacity: 1;
}
.product-list .blog-block.product-thumb .image {
    box-shadow: none;
    margin: 0;
}
.blog-block .caption {
    position: relative;
    text-align: center;
    padding: 15px 30px 0;
    background: var(--secondary-color);
}
.blog-block h4,
h3.article-page-title {
    margin: 17px 0 0;
    line-height: 24px;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.blog-block h4 a {
    display: block;
    color: var(--primary-color);
}
.blog-block h4 a:hover {
    color: var(--primary-hover-color);
}
.blog-block .blog-read {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 10px 30px;
    margin: 0;
    border: none;
    text-transform: uppercase;
    color: var(--secondary-color);
    background: var(--primary-color);
    border-radius: 0;
}
.blog-block .blog-read:hover {
    color: var(--secondary-color);
    background: var(--primary-hover-color);;
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category.col-sm-6:nth-child(2n+1) {
    clear: left;
}
.blog-category .blog-img {
    position: relative;
    overflow: hidden;
    display: block;
}
h4.article-page-title {
    margin: 20px 0 15px;
}
.caption-blog  p,
.info_blog p {
    margin: 20px 0 0;
}
.blog-block img,
#content-blogs .thumbnails .thumbnail img {
    width: 100%;
}
.blog-text {
    color: var(--secondary-light-color);
    margin: 19px 0 21px;
    line-height: 24px;
    font-size: 16px;
}
.blog-comment,
.block-date {
    color: var(--secondary-light-color);
    margin: 0;
    display: inline-block;
}
.blog-comment i,
.block-date i{
    padding: 0 7px 0 0;
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.article-container .image {
    position: relative;
}
.article-container .blog-block {
    margin-bottom: 0;
}
.article-container .caption-blog {
    padding: 22px 0 0 0;
}
#content-blogs .thumbnails .thumbnail {
    border: unset;
    margin: 0;
    padding: 0;
}
.article-container .page-title {
    margin-bottom: 20px;
}
.article-container .shop-content > h3 {
    position: relative;
    line-height: 20px;
    margin: 0;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    color: var(--secondary-color);
    background: var(--primary-color);
}
.shop-content .comment_cust,
.shop-content .post-comment {
    padding: 20px;
    background: var(--secondary-color);
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
}
.article-container #commnt_form > div > div:last-child .form-group {
    margin-bottom: 0;
}
.article-container .shop-content .post-comment .form-group {
    margin-right: 0;
    margin-left: 0;
}
#post_comment #commnt_form.form-horizontal .control-label {
    text-align: left;
}
.comment_cust h4 {
    margin-bottom: 20px;
}
.commentlist ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.commentlist ul li:last-child {
    padding-bottom: 0;
}
.commentlist ul li {
    padding-bottom: 20px;
}
.comment_cust .comment-text .user_img {
    float: left;
    height: 60px;
    width: 60px;
    background-color: var(--background-color);
    text-align: center;
    color: var(--primary-color);
    border-radius: 50px;
}
.comment_cust .comment-text .user_img i {
    font-size: 26px;
    line-height: 60px;
}
.comment_cust .comment-desc {
    padding-left: 80px;
    line-height: 26px;
}
.comment_cust .comment-desc .name {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}
.comment_cust .comment-desc .date {
    color: var(--secondary-light-color);
}
.comment-dis {
    color: var(--secondary-light-color);
    line-height: 22px;
}
.comment_cust .commentlist ul li + li {
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}
.singblog-description.blog-text {
    margin: 15px 0 0;
}
@media (max-width: 1440px) {
    .blog-block h4{
        margin: 10px 0 0;
        font-size: 20px;
    }
    .blog-text{
        margin: 10px 0 12px;
    }
}
@media (max-width: 1199px) {
    .blog-category .caption {
        padding: 10px 0 0;
    }
}
@media (max-width: 991px) {
    .blog-block {
        margin-bottom: 20px;
    }
    .mblog .blog-block .caption {
        margin: 0;
        padding: 12px 5px 0;
    }
    .blog-text {
        font-size: 14px;
    }
    .article-container .caption-blog {
        padding: 15px 0 0 0;
    }
    .singblog-description.blog-text {
        margin: 8px 0 0;
    }
    h3.article-page-title {
        margin: 10px 0 0;
        font-size: 16px;
    }
    .blog-block .zoom-post,
    .blog-block:hover .zoom-post {
        left: 0;
    }
    .blog-block .zoom-post a {
        height: 34px;
        width: 34px;
    }
    .blog-block .hover-zoom::before,
    .blog-block .hover-post:before {
        line-height: 34px;
        font-size: 14px;
    }
    .article-container .shop-content > h3 {
        padding: 10px 15px;
    }
    .shop-content .comment_cust, .shop-content .post-comment {
        padding: 20px 15px;
    }
}
@media (max-width: 540px) {
    .comment_cust .comment-desc {
        padding-left: 70px;
    }
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
.carousel.brand {
   padding: 80px 0; 
   background: var(--secondary-color);
   border-top: 1px solid var(--border-color);
}
@media (max-width: 1440px) {
    .carousel.brand {
        padding: 50px 0;
    }
}
@media (max-width: 1199px) {
    .carousel.brand {
        padding: 40px 0;
    }
}
@media (max-width: 991px) {
    .carousel.brand {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .carousel.brand {
        padding: 20px 0;
    }
}
/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.title-text {
    font-size: 24px;
    font-weight: 500;
    color: var(--secondary-color);
    text-transform: capitalize;
}
.subscribe-form i {
    font-size: 20px;
    color: var(--primary-color);
    line-height: 34px;
    padding: 0 5px 0 15px;
}
.subscribe-form {
    position: relative;
    display: flex;
    align-items: center;    
    width: 69.368%;
    margin: auto;
    padding: 5px;
    background: var(--secondary-color);
    border-radius: 0;
    margin-top: 39px;
}
.subscribe-form #newsletter_usr_email {
    height: 40px;
    padding: 5px 10px;
    border: none;
    background: var(--secondary-color);
    color: var(--secondary-light-color);
    border-radius: 0;
}
.subscribe-form #newsletter_usr_email::placeholder{
    color: var(--secondary-light-color);
}
.subscribe-btn {
    border: none;
    background: var(--primary-color);
    padding: 10px 30px;
    color: var(--secondary-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
}
.news-description {
    line-height: 24px;
    margin-bottom: 23px;
}
@media (max-width: 1540px) {
    .subscribe-form {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .subscribe-btn {
        padding: 10px 15px;
    }
}
@media (max-width: 991px) {
    .subscribe-form {
        margin-top: 10px;
    }
    .subscribe-form #newsletter_usr_email {
        height: 34px;
    }
    .subscribe-btn {
        padding: 7px 15px;
    }
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
.common-home footer {
    margin-top: 0;
}
footer {
    background: var(--primary-color);
}
.footer-top {
    position: relative;
    padding: 80px 0;
    color: var(--secondary-color);
}
footer h5,
.news .title-text {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: -2px 0 34px;
    position: relative;
    font-weight: 500;
    color: var(--secondary-color);
}
.news .title-text {
    margin: 0 0 24px;
}
footer .footer-content a {
    font-size: 16px;
    padding: 8px 0;
    display: block;
    color: var(--secondary-color);
}
footer a:hover,
footer a:focus {
    color: var(--primary-hover-color);
}

/* footer center */
.position-footer-center ul.list-unstyled {
    width: 60%;
    margin: auto;
}
.footer-logo > a {
    display: block;
    text-align: center;
}
.footer-logo {
    margin: 0 0 41px;
}
.position-footer-center li > div {
    font-size: 16px;
    text-align: center;
    padding: 4px 0;
    line-height: 24px;
}
.position-footer-center li .contact_site a {
    font-size: 16px;
    padding: 0;
    display: initial;    
    color: var(--secondary-color);
}

/* social media*/
.social-media a + a { 
    margin: 0 0 0 25px;
}
.social-media a i {
    font-size: 18px;
    display: inline-block;
}
.social-media a .fa-facebook {
    color: #3b5998;
}
.social-media a .fa-twitter {
    color: #00acee;
}
.social-media a .fa-youtube-play {
    color: #c4302b;
}
.social-media a .fa-google-plus {
    color: #db3236;
}
.social-media a .fa-pinterest-p {
    color: #c8232c;
}

/* footer bottom*/
.position-footer-bottom {
    margin: 0 0 16px;
}
.footer-bottom {
    position: relative;
    padding: 25px 0;
    text-align: center;
}
.footer-bottom::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background: var(--border-color);
    opacity: 0.2;
}
footer .footer-bottom p {
    font-size: 16px;
    margin: 0;
    color: var(--secondary-color);
}
footer .footer-bottom p a {
    color: var(--secondary-color);
}
.toggled.active .fa-chevron-down:before {
    content: "\f077";
}
@media (min-width: 992px) {
    .footer-top {
        display: flex;
    }
    .footer-top > div + div::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100%;
        width: 1px;
        background: var(--border-color);
        opacity: 0.2;
    }
    .footer-top > div:last-child::before {
        display: none;
    }
}
@media (min-width: 1441px) {
    .footer-top > div + div + div {
        padding: 0 15px 0 80px;
    }
}
@media (max-width: 1800px) {
    .social-media a + a {
        margin: 0 0 0 15px;
    }
}
@media (max-width: 1540px) {
    .position-footer-center ul.list-unstyled {
        width: 100%;
    }
}
@media (max-width: 1440px) {
    .footer-top {
        padding: 50px 0;
    }
    .footer-logo {
        margin: 0 0 30px;
    }
    .footer-logo img {
        max-width: 220px;
    }
    .social-media a i {
        font-size: 16px;
    }
    .social-media a + a {
        margin: 0 0 0 10px;
    }
}
@media (max-width: 1199px) {
    .footer-top {
        padding: 40px 0;
    }
    .footer-logo {
        margin: 0 0 20px;
    }
    .footer-logo img {
        max-width: 130px;
    }
    .social-media a i {
        font-size: 15px;
    }
    .social-media a + a {
        margin: 0 0 0 7px;
    }
}
@media (max-width: 991px) {  
    .footer-top {
        padding: 15px 0;
    }
    .footer-logo {
        margin: 0 0 10px;
    }
    footer h5, 
    footer h4, 
    .news .title-text{
        margin: 0 0 10px;
        font-size: 14px;
    } 
    footer .footer-content a {
        padding: 4px 0;
        font-size: 14px;
    }   
    .news-description{
        margin-bottom: 10px;
    }
    .footer-top > div {
        width: 100%;
        float: unset;
        margin: 15px 0;
        padding: 0;
    }
    .footer-logo > a,
    .position-footer-center li > div {
        text-align: left;
        font-size: 14px;
    }
    .footer-bottom {
        padding: 15px 0;
    }
    .position-footer-bottom {
        margin: 0 0 10px;
    }
    footer .footer-bottom p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .footer-top {
        padding: 5px 0;
    }
}
@media (max-width: 480px) {
    .footer-logo img {
        max-width: 110px;
    }
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service-box {
    position: relative;
}
.service {
    padding: 30px 5px;
    text-align: center;
    border: 2px solid var(--border-color);
}
.service-box .promo-items {
    padding: 30px 0;
    background: var(--secondary-color);
}
.service-icon {
    display: block;
}
.service .service-icon i {
    display: block;
    font-size: 48px;
    margin: 0 0 20px;
    color: var(--primary-hover-color);
}
.service .service-icon i.icon-truck-2 {
    font-size: 54px;
    line-height: 48px;
}
.service .promo-title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 8px;
    text-transform: uppercase;    
}
.service .promo-desc {
    display: block;
    font-size: 16px;
    color: var(--secondary-light-color);
}

@media (max-width: 1199px) {
    .service {
        padding: 20px 5px;
    }
    .service .service-icon i {
        font-size: 36px;
        margin: 0 0 15px;
    }
    .service .service-icon i.icon-truck-2 {
        font-size: 44px;
        line-height: 36px;
    }
    .service .promo-title,
    .service .promo-desc {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .service-item {
        padding: 0 5px;
    }
    .service-box .row {
        margin: 0 -5px;
    }
    .service-item:nth-child(2n+1) {
        clear: left;
    }
    .service-item:nth-child(3),
    .service-item:nth-child(4) {
        margin-top: 15px;
    }
}
@media (max-width: 480px) {
    .service {
        padding: 15px 2px;
        border-width: 1px;
    }
    .service .promo-title {
        font-size: 12px;
        margin: 0 0 4px;
        letter-spacing: 1.4px;
    } 
    .service .promo-desc {
        font-size: 12px;
    }
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    display: block;
    vertical-align: top;
    text-align: center;
    font-weight: 500;
    color: var(--primary-color);
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
    padding: 15px 0;
    margin: 0 0 30px 0;
    background: var(--background-color);
}
.breadcrumb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
}
.breadcrumb > li {
    position: relative;
}
.breadcrumb > li .fa-home {
    font-size: 15px;
}
.breadcrumb li a,
.breadcrumb a{
    color: var(--primary-color);
}
.breadcrumb li:last-child a,
.breadcrumb a:hover{
    color: var(--primary-hover-color);
}
.breadcrumb > li + li:before {
    content: "/";
    font-family: FontAwesome;
    color: var(--primary-color);
    padding: 0px 8px 0px 5px;
    font-size: 16px;
    line-height: 19px;
}
@media (max-width: 767px) {
    .breadcrumb-back {
        margin: 0 0 20px;
    }
    .breadcrumb-row {
        display: block;
        text-align: center;
    }
    .page_title {
        margin: 0 0 10px;
    }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
#column-left > div,
#column-right > div {
    margin: 30px 0 0;
    box-shadow: none;
    border: none;
    width: auto;
    background: var(--secondary-color);
}
#column-left > div.swiper-viewport,
#column-right > div.swiper-viewport{
    border: none;
    padding: 0;
}
#column-left > div:first-child,
#column-right > div:first-child{
    margin-top: 0;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
    display: block;
    padding: 15px 20px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    color: var(--secondary-color);
    background: var(--primary-color);
    font-weight: 500;
    line-height: 20px;
    border: none;
    border-radius: 0;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
    color: var(--primary-hover-color);
    text-decoration: none;
    background-color: transparent;
}
.filter_box,
#column-left .block_box,
#column-right .block_box,
.category-list #selectMe-desk,
.account-content .list-unstyled,
.sidebar .list-unstyled {
    margin: 0;
    padding: 30px 20px;
    background: var(--secondary-color);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
#column-left .box .container,
#column-right .box .container,
#column-left .box .container-fluid,
#column-right .box .container-fluid {
    width: auto;
    padding: 0;
}
.category-list .list-group-item,
.sidebar li, .account-content .list-group a {
    border: none;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 8px 0;
    text-transform: capitalize;
    color: var(--primary-color);
    font-size: 14px;
}
.category-list .list-group-item {
    padding: 11px 20px 11px 0;
}
.category-list .child-categories .list-group-item {
    padding: 10px 20px 10px 0;
}
.category-list ul#selectMe-desk > li:first-child > a.list-group-item,
.account-content .list-group ul > li:first-child a,
.sidebar li:first-child {
    padding-top: 0;
    margin-top: -4px;
}
.category-list ul.list-unstyled.parent>li:last-child>a.list-group-item, 
.account-content .list-group ul > li:last-child a, .sidebar li:last-child {
    padding-bottom: 0;
}
.sidebar li a {
    color: var(--primary-color);
}
.category-list .has-more-category .toggled {
    position: absolute;
    right: 0;
    padding: 0 5px;
}
.child-categories { display: none; }
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
    content: "\f068";
}

/*sidebar category*/
.box-category .list-unstyled.childs_1 {
    display: none;
}
.parent li .toggled span {
    color: var(--primary-color);
    font-size: 12px;
    position: absolute;
    right: 5px;
    padding: 0 5px;
}
.parent .active .open-menu::after {
    color: var(--primary-color);
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 14px;
}
.parent .open-menu::after {
    color: var(--primary-color);
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
}

/*REFINE SEARCH*/
.list-group-filter {
    margin-bottom: 27px;
}
.panel-default.filter {
    border: none;
}
.panel {
    border-radius: 0;
    box-shadow: none;
}
.filter_box .list-group a {
    color: var(--primary-color);
    text-transform: capitalize;
    margin: 0 0 13px;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
}
.filter_box .checkbox,
.filter_box .checkbox .radio {
    margin: 10px 0;
    color: var(--secondary-light-color);
}
.filter_box .list-group-item {
    border: none;
    padding: 0px;
    background: transparent;
}
.filter_box .list-group-items + .list-group-items {
    margin: 28px 0 0;
}
.checkbox label, .radio label {
    text-transform: capitalize;
}
#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
}

/*banner*/
#column-left .swiper-slide img,
#column-right .swiper-slide img{
    width: 100%;
}

/*INFORMATION*/
.sidebar li a:hover,
.account-content .list-group a:hover{
    color: var(--primary-hover-color);
}
.account-content .list-group{
    margin: 0;
}

/*product*/
#column-left .product-layout:last-child .product-thumb,
#column-right .product-layout:last-child .product-thumb {
    margin: 0;
}
#column-left .product-layout,
#column-right .product-layout{
    width: 100%;
    padding: 0;
}
#column-left .product-thumb,
#column-right .product-thumb{
    padding: 0;
    border: none;
    box-shadow: none;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
    float: left;
    width: 75px;
    margin-right: 15px;
    border: none;
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
    float: left;
    width: 62%;
    border: none;
    margin: 0;
}
#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart,
#column-left .product-thumb .product-btn-quantity,
#column-right .product-thumb .product-btn-quantity{
    display: none;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    padding: 3px 0 0;
    text-align: left;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price{
    margin: 12px 0 0 0;
    display: block;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating{
    float: unset;
    display: block;
    margin: 0 0 9px;
}
@media (min-width: 1200px) {
    #column-left,
    #column-right {
        width: 20%;
    }
    #content.col-sm-9 {
        width: 80%;
    }
}
@media (min-width: 1441px) and (max-width: 1800px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 57%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px){
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 54%;
    }
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 70px;
        margin-right: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #column-left .product-thumb > .image,
    #column-right .product-thumb > .image{
        width: 60px;
        margin-right: 5px;
    }
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 64%;
    }
    #column-left .product-thumb .price,
    #column-right .product-thumb .price{
        margin: 6px 0 0 0;
        font-size: 14px;
    }
    #column-left .product-thumb .rating,
    #column-right .product-thumb .rating{
        margin: 0 0 5px;
    }
}
@media(max-width: 1800px) {
    #column-left .product-thumb .caption, 
    #column-right .product-thumb .caption {
        padding: 0;
    }
}
@media only screen and (max-width: 1440px){
    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .category-list #selectMe-desk,
    .account-content .list-unstyled,
    .sidebar .list-unstyled {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .list-group-filter {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    #column-left .product-thumb > .thumb-description,
    #column-right .product-thumb > .thumb-description {
        width: 58.5%;
    }
    .toggled .toggle-open {
        position: absolute;
        right: 15px;
    }
    #selectMe-desk {
        display: none;
    }
    #column-left .swiper-viewport,
    #column-right .swiper-viewport {
        display: none;
    }
    #column-left > div:first-child,
    #column-right > div:first-child{
        margin: 20px 0 0;
    }
    #column-left > div,
    #column-right > div{
        margin: 15px 0 0;
    }
    #column-left h3,
    #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3 {
        padding: 10px 15px;
    }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat-banner {
    border: none;
    padding:0;
    background: transparent;
    border-radius: 0;
    margin: 0 0 14px;
}
.cat-description p {
    margin: 0 0 25px;
    color: var(--secondary-light-color);
    line-height: 24px;
}
.cat_info {
    margin: 0 0 30px;
    padding: 10px 20px;
    background: var(--secondary-color);
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
}
.refine-search {
    margin: 0 0 20px;
}
#content .refine-text {
    font-size: 16px;
    margin: 0 0 12px;
    font-weight: 500;
}
.cat-name {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}
.cat-name li {
    display: inline-block;
}
.cat-name li a {
    border-radius: 0;
    background: var(--background-color);
    color: var(--secondary-light-color);
    padding: 7px 20px;
    display: inline-block;
    margin: 0 6px 10px 0;
    border: none;
}
.cat-name li a:hover{
    color: var(--secondary-color);
    background: var(--primary-color);
}
#list-view.btn-default i,
#grid-view.btn-default i{
    font-size: 16px;
    display: block;
}
#list-view.btn-default,
#grid-view.btn-default {
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: var(--background-color);
    color: var(--primary-color);
    box-shadow: none;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
#grid-view.btn-default {
    margin: 0 10px 0 0;
}
#compare-total.btn.btn-link {
    text-decoration: none;
    outline: none;
    padding: 8px 0;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--primary-color);
}
.cat-pagination-right {
    text-align: right;
}
.cat-pagination-right > div {
    display: inline-block;
    vertical-align: top;
}
.cat-pagination-right .cat-show {
    padding-left: 20px;
}
.text-right.show-text {
    padding: 0px 5px;
}
.text-right.show-text,
.text-right.show-select{
    width: auto;
    float: left;
}
.text_limit,
.text_sort{
    margin: 8px 0;
}
.select-filter-sort,
.select-filter-show {
    position: relative;
}
.cat-pagination-right .form-control {
    padding: 4px 25px 4px 10px;
    margin: 0;
    height: 36px;
    border-radius: 0;
    background: var(--background-color);
    border: none;
}
select.form-control,
.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.form-control:focus{
    border-color: var(--border-color);
}
.select-filter-show::after,
.select-filter-sort::after {
    font-family: 'fontawesome';
    content: '\f0dd';
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 4px;
    pointer-events: none;
    color: var(--primary-color);
}
.product-grid .description,
.product-grid .pro_description {
    display: none;
}
.product-list .product-thumb,
.product-list .thumb-description{
    overflow: hidden;
}
.rating .fa-stack,
#tab-review .fa-stack{
    font-size: 8px;
}
.rating .fa-star-o,
#tab-review .fa-star-o{
    color: #c2c2c2;
}
.rating .fa-star,
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o,
#tab-review .fa-star{
    color: #ffb503;
}
@media (min-width: 681px) {
    .product-list .product-thumb .image {
        float: left;
        margin-right: 30px;
    }
}
@media (max-width: 1199px){
    .cat_info{
        padding: 10px 15px;
    }
    .cat-pagination-right .cat-show {
        padding-left: 10px;
    }
    .cat_info > div > div {
        padding: 0 5px;
    }
    .cat_info .row {
        margin: 0 -5px;
    }
}
@media (max-width: 991px) {
    .refine-search {
        margin: 0 0 10px;
    }
    .cat-name li a {
        font-size: 13px;
        padding: 3px 10px;
    }
    .cat_info {
        margin: 0 0 20px;
    }
    .cat-description p {
        margin: 0 0 15px
    }
    .product-list .product-thumb .image{
        margin-right: 20px;
    }
    #list-view.btn-default,
    #grid-view.btn-default {
        height: 34px;
        width: 34px;
    }
    #list-view.btn-default i, 
    #grid-view.btn-default i {
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .cat-pagination-right{
        text-align: left;
        margin: 5px 0 0;
        padding: 0 10px;
    }
}
@media (max-width: 680px) {
    .product-list .product-thumb .image{
        display: inline-block;
        margin: 0;
    }
    .com-total {
        padding: 0;
    }
}
@media (max-width: 480px){
    .cat-pagination-right > * {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .cat-pagination-right .cat-show{
        padding: 5px 0 0 0;
    }
    .cat-pagination-right{
        display: block;
        text-align: left;
    }
    #compare-total.btn.btn-link{
        font-size: 13px;
    }
}

/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
    clear: both;
    padding: 10px 20px;
    background: var(--secondary-color);
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
}
.pro_pagination .text-left {
    margin: 10px 0;
    float: left;
}
.pagination {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.pro_pagination .pagination > li.active > span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
    cursor: pointer;
    z-index: 2;
    border-radius: 0;
}
.pagination>li>a:last-child {
    border-radius: 0;
}
.pagination>li>a,
.pagination>li>span {
    color: var(--primary-color);
    background-color: var(--background-color);
    float: left;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    border: none;
    font-size: 14px;
}
@media (max-width: 991px){
    .pro_pagination .text-left,
    .pro_pagination .text-right{
        width: 100%;
        float: unset;
        text-align: center;
        clear: both;
    }
    .pro_pagination .text-right {
        padding-top: 7px;
    }
    .pro_pagination .text-left{
        margin: 0;
    }
    .pagination>li>a,
    .pagination>li>span{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .pagination>li>a,
    .pagination>li>span{
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
a.thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}
.pro-image img {
    width: 100%;
}
.product-img .thumbnails {
    display: flex;
    align-items: center;
}
#product-page .product-additional {
    text-align: center;
    position: relative;
    max-width: 75px;
    width: 100%;
    float: left;
}
#additional-carousel .image-additional {
    margin: 15px 0;
}
#product-page .pro-image {
    margin: 0 0 0 30px;
    float: left;
}
.quickview-container .pro-image/ {
    margin: 0 0 20px 0;
    background: var(--background-color);
}
#quick-carousel .image-additional a {
    margin: 0 10px;
    display: block;
    background: var(--background-color);
}
#quick-carousel.owl-carousel.owl-theme .owl-nav{
    position: unset;
    margin: 0;
}
.quickview-container .pro-image {
    margin-bottom: 20px;
}
#quick-carousel .image-additional a {
    margin: 0 10px;
    display: block;
}
#quick-carousel {
    max-width: 420px;
    margin: auto;
    padding: 0 20px;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    border: none;
    width: 30px;
    background: transparent;
    position: absolute;
    box-shadow: none;
    color: var(--primary-color);
}
#additional-carousel .owl-nav div:hover,
#quick-carousel .owl-nav div:hover {
    color: var(--primary-hover-color);
}
#additional-carousel .owl-nav .owl-prev {
    left: -30px;
    right: auto;
}
#additional-carousel .owl-nav .owl-next {
    right: -30px;
    left: auto;
}
#quick-carousel .owl-nav .owl-prev {
    left: 0px;
    right: auto;
}
#quick-carousel .owl-nav .owl-next {
    right: 0px;
    left: auto;
}
#additional-carousel .owl-nav div::before,
#additional-carousel .owl-nav div::after,
#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after{
    display: none;
}
#additional-carousel.owl-carousel.owl-theme .owl-nav .fa,
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa{
    font-size: 22px;
    line-height: 30px;
}
.right_info h1, .quick-product-right h1 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-weight: 500;
    color: var(--primary-color);
}
.rating .product-rating {
    float: left;
    margin-right: 20px;
}
.rating .write-review {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    position: relative;
}
.pro-deatil .rating .write-review:before {
    content: "";
    background: var(--border-color);
    height: 14px;
    width: 1px;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.rating .fa-pencil {
    padding-right: 5px;
    color: var(--primary-color);
}
.right_info .disc {
    color: var(--primary-color);
    margin-right: 5px;
    font-size: 16px;
    line-height: 27px;
    min-width: 125px;
    display: inline-block;
}
.right_info .disc1 {
    font-size: 16px;
    color: var(--secondary-light-color);
    margin-right: 10px;
}
.pro_price {
    font-size: 24px;
    display: inline-block;
    font-weight: 500;
}
.pro_oldprice {
    color: var(--secondary-light-color);
    margin-left: 10px;
    font-size: 16px;
}
.right_info .tax {
    margin: 7px 0 5px;
    color: var(--secondary-light-color);
}
.product-options h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.right_info .checkbox,
.right_info .radio {
    margin-top: 0;
}
.product-options .alert {
    margin-top: 15px;
}
.product-btn-quantity .minus-plus {
    margin: 0 10px 10px 0;
    display: none;
    border: none;
    border-radius: 0;
    background: var(--background-color);
}
#product .minus-plus > * {
    text-align: center;
    border: none;
    background: transparent;
    padding: 0 5px;
    font-size: 14px;
    width: 40px;
    height: 40px;
}
.product-btn-quantity #input-quantity {
    width: 44px;
}
.right_info .control-label.qty {
    margin: 0 0 10px 0;
    display: none;
}
#button-cart,
#quick-cart {
    padding: 10px 30px;
    margin: 0 10px 0 0;
    border-radius: 0;
}
button.pro_wish,
button.pro_comper {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    text-align: center;
    border-radius: 0;
    color: var(--primary-color);
    background: var(--background-color);
    float: left;
}
button.pro_wish i,
button.pro_comper i {
    font-size: 16px;
    display: block;
}
button.pro_wish:hover,
button.pro_comper:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}
#product .product-btn-quantity {
    float: left;    
}
.tab-content #tab-description {
    font-size: 16px;
}
#product-page #tab-description ul:last-child,
#product-page #tab-specification .table {
    margin: 0;
    border-color: var(--border-color);
}
.propage-tab h2 {
    font-size: 18px;
    margin: 25px 0 15px 0;
}
#form-review.form-horizontal .control-label {
    padding: 0;
}
.quickview-wrapper-inner.container {
    width: auto;
}
#button-upload222 {
    margin-left: 10px;
}
.related-products-block {
    clear: both;
    padding-top: 50px;
}
.propage-tab {
    margin-top: 50px;
}
#product-page .nav-tabs {
    display: flex;
    justify-content: center;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
#product-page .tab-content{
    padding: 28px 0;
    color: var(--secondary-light-color);
    border-bottom: 1px solid var(--border-color);
}
#product-page .tab-content strong {
    font-weight: 500;
    text-transform: capitalize;
}
@media (min-width: 768px) {
    .pro-deatil .product-img {
        position: sticky;
        top: 10px;
    }
}
@media (max-width: 1440px) {
    .related-products-block {
        padding-top: 50px;
    }
    .propage-tab {
        margin-top: 50px;
    }
    #product .minus-plus > * {
        height: 40px;
    }
    #button-cart,
    #quick-cart {
        padding: 10px 30px;
    }
    button.pro_wish, 
    button.pro_comper {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    button.pro_wish i,
    button.pro_comper i {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .rating .product-rating {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .propage-tab {
        margin-top: 40px;
    }
    .related-products-block {
        padding-top: 40px;
    }
    .right_info h1,
    .quick-product-right h1 {
        margin: 0 0 8px;
        font-size: 18px;
    }
    .pro_price {
        font-size: 20px;
    }
    .related-products-block {
        padding-top: 40px;
    }
    .propage-tab {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .propage-tab {
        margin-top: 20px;
    }
    #product-page .pro-image {
        margin: 0 0 0 10px;
    }
    #additional-carousel .image-additional {
        margin: 5px 0;
    }
    #product .product-btn-quantity {
        float: unset;
        margin-bottom: 15px;
    }
    .product-btn-quantity .minus-plus {
        margin: 0 10px 0 0;
    }
    #product-page .tab-content {
        padding: 15px 0;
    }
    .related-products-block {
        padding-top: 30px;
    }
    .propage-tab {
        margin-top: 30px;
    }
    #button-cart,
    #quick-cart {
        padding: 7px 20px;
    }
    button.pro_wish,
    button.pro_comper {
        height: 34px;
        width: 34px;
        line-height: 34px;
    }
    #additional-carousel .owl-nav .owl-prev {
        left: -20px;
        right: auto;
    }
    #additional-carousel .owl-nav .owl-next {
        right: -20px;
        left: auto;
    }
}
@media (max-width: 767px) {
    .product-img {
        width: 480px;
        margin: 0 auto;
    }
    .right_info {
        margin-top: 20px;
    }
    .related-products-block {
        padding-top: 20px;
    }
    .propage-tab {
        margin-top: 20px;
    }
}
@media (max-width: 540px) {
    .product-img {
        width: auto;
    }    
}
@media only screen and (max-width: 480px) {   
    #product-page .nav-tabs li {
        margin: 0 8px;
    }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
    background: var(--background-color);
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin: 0px 10px 10px 0;
    text-align: center;
    width: 34px;
}
.information-contact .contact-left .title{
    font-size: 16px;
    color: var(--primary-color);
}
.content-address{
    margin-bottom: 15px;
}
.contact-left .btn-info i {
    font-size: 16px;
}
.content-details {
    padding: 15px;
    border: 1px solid var(--border-color);
    color: var(--secondary-light-color);
    border-radius: 0;
}
.contact-left .content-details > div{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}
.contact-left .content-details .comment-info{
    border: none;
    padding:0;
    margin: 0px;
}
#information-contact .panel-body .col-sm-3 {
    float: left;
    width: 100%;
    padding: 15px;
    line-height: 25px;
}
.contact-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}
.location-info .btn-info {
    padding: 8px 20px;
}
@media(max-width: 991px){
    .contact-left{
        margin-bottom: 30px;
    }
}

/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}
#accordion.panel-group .panel{
    border-radius: 4px;
}
#accordion.panel-group .panel+.panel {
    margin-top: 15px;
}
#accordion.panel-group .panel-default>.panel-heading{
    background: var(--background-color);
    padding: 10px 15px;
    color: var(--primary-color);
    border: none;
}
#accordion.panel-group .panel-default>.panel-heading .panel-title {
    line-height: 20px;
    text-transform: uppercase;
}
.checkout .input-group .form-control {
    z-index: 1;
    background: transparent;
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
    margin: 0 0 20px 0;
}
h3.search-criteria {
    font-size: 17px;
}
#product-search #input-search {
    margin-bottom: 10px;
}

/* manufacture page */
.manufacturer-list {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid var(--border-color);
}
.manufacturer-heading {
    background: var(--background-color);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}

/*account*/
#account-account .account-list-content {
    margin-bottom: 20px;
}
#account-account .account-list-content:last-child {
    margin-bottom: 0;
}
.well {
    padding: 19px;
    border-radius: 0;
    border: 1px solid var(--border-color);
    background: transparent;
    box-shadow: none;
}
.well h2 {
    margin: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.well strong {
    font-weight: 500;
}
.account-list-heading {
    font-size: 18px;
    margin: 0 0 10px;
}
.account-list-content li a {
    padding: 3px 0;
    display: inline-block;
}

/*sitemap*/
#information-sitemap #content .row li > a {
    padding: 5px 0;
    display: block;
}

/*compare*/
#product-compare .table {
    display: inherit;
    border-style: solid none none none;
    overflow: auto;
}
.product-compare .btn-primary {
    margin: 5px 0 5px;
}
#product-compare .table>tbody+tbody {
    border-top: 1px solid #ddd;
}

/*checkout*/
#checkout-cart .img-thumbnail {
    border: none;
    padding: 0;
}

/*about us*/
#information-information #content .about-us {
    padding: 20px 5px;
    border: 1px solid var(--border-color);
}
.about-us img{
    width: 100%;
}
.about-us h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
.about-us h4 {
    font-size: 16px;
    color: var(--primary-hover-color);
    margin: 15px 0;
    font-weight: 400;
}
.about-us p{
    line-height: 26px;
    color: var(--secondary-light-color);
}
@media (max-width: 767px){
    .cms-block{
        margin-bottom: 15px;
    }
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-80{
    margin-top: 80px;
}
.mt-60{
    margin-top: 60px;
}
.mt-50{
    margin-top: 50px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.img-thumbnail {
    border: none;
}
#content {
    min-height: 600px;
}
.common-home #content {
    min-height: unset;
}
#content > h3 {
    margin-top: 0;
    font-size: 18px;
}
.relative {
    position: relative;
}
.m-auto {
    margin: 0px auto;
}
.m-image-auto {
    width: auto !important;
}
ul.list-unstyled{
    margin: 0;
}
.owl-carousel {
    touch-action: manipulation;
}
.dropdown-menu {
    background: var(--secondary-color);
    z-index: 1001;
    margin: 0;
    border-radius: 0;
    border: none;
    border-top: 2px solid var(--primary-hover-color);
    box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px 15px;
    vertical-align: middle;    
    border-color: var(--border-color);
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table>tbody>tr>td {
    border-top: none;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 20px;
    color: var(--secondary-light-color);
    background: var(--secondary-color);
    background-color: var(--secondary-color);
    background-image: none;
    border: 1px solid var(--border-color);
    box-shadow: none;
    border-radius: 0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 60px;
}
.container-home {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container-fluid {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container-fluid {
        width: 970px;
    } 
}
@media (min-width: 1200px) and (max-width: 1340px) {
    .container-fluid {
        width: 1170px;
    }
}
@media (min-width: 1341px) and (max-width: 1440px) {
    .container-fluid {
        width: 1300px;
    }
}
@media (min-width: 1441px) and (max-width: 1540px) {
    .container-fluid {
        width: 1400px;
    }
}
@media (min-width: 1541px) and (max-width: 1640px) {
    .container-fluid {
        width: 1500px;
    }
}
@media (min-width: 1641px) and (max-width: 1740px) {
    .container-fluid {
        width: 1600px;
    }
}
@media (min-width: 1741px) and (max-width: 1900px) {
    .container-fluid {
        width: 1700px;
    }
}
@media (min-width: 1901px) {
    .container-fluid {
        width: 1850px;
    }
}

@media (min-width: 1751px) {
    .container {
        width: 1560px;
    }
}
@media (min-width: 1441px) and (max-width: 1800px) {
    .container {
        width: 1400px;
    }
}
@media (min-width: 1200px) {
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: left;
    }
}
@media (min-width: 601px) and (max-width: 991px) {
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (max-width: 600px) and (min-width: 320px){
    .block_box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4{
        width: 50%;
    }
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(2n+1),
    .col-xs-6:nth-child(2n+1) {
        clear:left;
    }
}
@media screen and (max-width: 319px){
    .block_box :not(.owl-carousel) .col-xs-4,
    .product-layout.product-grid.col-xs-4{
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 600px) {
    /* Mahardhi */
    #content, #column-left, #column-right {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 1px solid #ddd;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child{
        border-left: 0;
    }
}
/* mahardhi */
@media (max-width: 1440px) {
    .mt-80{
        margin-top: 50px;
    }
    .mt-50{
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .mt-80{
        margin-top: 40px;
    }
    .mt-60{
        margin-top: 40px;
    }
    .mt-50{
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .mt-80{
        margin-top: 30px;
    }
    .mt-60{
        margin-top: 30px;
    }
    .mt-40{
        margin-top: 20px;
    }
    .mt-20{
        margin-top: 0;
    }
    .form-control {
        height: 34px;
    }
}
@media (max-width: 767px) {
    #column-left,
    #column-right {
        display: block !important;
    }
    .mt-80{
        margin-top: 20px;
    }
    .mt-60{
        margin-top: 20px;
    }
    .mt-50 {
        margin-top: 0;
    }
    .mt-30 {
        margin-top: 20px;
    }
}
/* STOK DURUMU */

.stock-box{
display:inline-block;
padding:6px 14px;
margin-left:8px;
border-radius:20px;
font-size:13px;
font-weight:600;
border:2px solid;
line-height:1;
}

.stock-ok{
color:#1a7f37;
border-color:#1a7f37;
background:#eaf7ef;
}

.stock-no{
color:#c62828;
border-color:#c62828;
background:#fdecec;
}

/* UYARI KUTUSU */

.stock-warning{
margin-top:10px;
padding:10px 12px;
border-radius:6px;
background:#fff8e1;
border-left:4px solid #ff9800;
font-size:13px;
line-height:1.5;
}

.stock-warning i{
margin-right:5px;
color:#ff9800;
}
/* =========================================
   APP PLAKA HEADER FINAL FIX
   ========================================= */

/* genel dış alan */
header.vip-header-wrap {
    background: #f6f6f4;
    padding: 10px 0 14px;
    position: relative;
    z-index: 99;
}

/* ana header kutusu */
.header-top.vip-header,
.vip-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

/* SOL - logo */
.vip-header-left {
    flex: 0 0 22%;
    max-width: 22%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vip-logo,
#logo {
    display: flex;
    align-items: center;
}

.vip-logo a,
#logo a {
    display: inline-flex;
    align-items: center;
}

.vip-logo img,
#logo img {
    max-height: 54px !important;
    width: auto;
    max-width: 100%;
    display: block;
}

/* ORTA - menü tam ortada */
.vip-header-center {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip-header-center #menu,
.vip-header-center .vip-navbar,
.vip-header-center .navbar_menu {
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
}

.vip-navbar .main-menu,
.vip-header-center .main-menu {
    width: 100%;
    overflow: visible !important;
}

.vip-navbar .nav.navbar-nav,
.vip-header-center .nav.navbar-nav {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.vip-navbar .nav.navbar-nav > li,
.vip-header-center .nav.navbar-nav > li {
    float: none;
    flex: 0 0 auto;
    margin: 0;
}

.vip-navbar .nav.navbar-nav > li > a,
.vip-header-center .nav.navbar-nav > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #111;
    text-transform: uppercase;
    border-radius: 10px;
    background: transparent;
    transition: all 0.25s ease;
}

.vip-navbar .nav.navbar-nav > li > a:hover,
.vip-header-center .nav.navbar-nav > li > a:hover,
.vip-navbar .nav.navbar-nav > li > a:focus,
.vip-header-center .nav.navbar-nav > li > a:focus {
    color: #111;
    background: #f3efe8;
}

.vip-navbar .nav.navbar-nav > li.active > a,
.vip-header-center .nav.navbar-nav > li.active > a {
    color: #d4544a;
    background: transparent;
    font-weight: 700;
}

/* önceki alt çizgi efektlerini kapat */
.vip-navbar .nav.navbar-nav > li > a:after,
.vip-header-center .nav.navbar-nav > li > a:after {
    display: none !important;
    content: none !important;
}

/* SAĞ - aksiyon alanı */
.vip-header-right {
    flex: 0 0 28%;
    max-width: 28%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.vip-action-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
    flex-wrap: nowrap;
}

/* CTA daha kompakt */
.vip-header-cta {
    display: flex;
    align-items: center;
    margin-right: 2px;
}

.vip-header-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, #111 0%, #2d2d2d 100%);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.vip-header-cta-btn:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(0,0,0,0.14);
}

/* ikon kutuları */
.vip-action-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    vertical-align: middle;
}

.vip-action-item > a,
.vip-action-item .dropdown-toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    background: #fff;
    color: #111;
    line-height: 1 !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
}

.vip-action-item > a:hover,
.vip-action-item .dropdown-toggle:hover {
    color: #111;
    border-color: rgba(0,0,0,0.12);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

/* arama */
.btn_search.vip-action-item,
.btn_search.vip-action-item .search-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* profil ikonu net görünsün */
#header_ac.vip-account {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#header_ac.vip-account > a,
#header_ac.vip-account .dropdown-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#header_ac.vip-account i,
#header_ac.vip-account .icon-user {
    font-size: 21px !important;
    line-height: 1 !important;
    display: inline-block !important;
}

/* sepet ayrı kutu olsun, profil ile iç içe girmesin */
.vip-cart,
.vip-cart .header_cart,
.vip-cart #cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto !important;
    float: none !important;
}

.vip-cart #cart > button,
.vip-cart .btn-inverse,
.vip-cart button {
    height: 42px !important;
    min-height: 42px !important;
    width: auto !important;
    min-width: 0px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    padding: 0 14px !important;
    margin: 0 !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #111 !important;
    line-height: 1 !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
    float: none !important;
}

.vip-cart #cart > button:hover,
.vip-cart .btn-inverse:hover,
.vip-cart button:hover {
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.vip-cart #cart-total {
    display: inline-block !important;
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    white-space: nowrap;
}

.vip-cart i,
.vip-cart .fa,
.vip-cart [class*="icon-"] {
    font-size: 18px !important;
    line-height: 1 !important;
}

/* profil ve sepet dropdown/alan çakışmasını önle */
.header-links .dropdown,
.header-links .header_cart,
.header-links #header_ac,
.header-links #cart {
    position: relative;
    z-index: 2;
}

/* dropdown premium */
.vip-dropdown {
    margin-top: 12px;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(0,0,0,0.10);
    background: #fff;
}

.vip-dropdown li a {
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
}

.vip-dropdown li a:hover {
    background: #f7f4ee;
    color: #b58a45;
}

/* sticky */
header.header-fixed {
    background: rgba(246,246,244,0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* tablet */
@media (max-width: 1199px) {
    .vip-header-left {
        flex: 0 0 24%;
        max-width: 24%;
    }

    .vip-header-center {
        flex: 0 0 46%;
        max-width: 46%;
    }

    .vip-header-right {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .vip-navbar .nav.navbar-nav,
    .vip-header-center .nav.navbar-nav {
        gap: 12px;
    }

    .vip-navbar .nav.navbar-nav > li > a,
    .vip-header-center .nav.navbar-nav > li > a {
        font-size: 13px;
    }
}

/* mobil */
@media (max-width: 991px) {
    .header-top.vip-header,
    .vip-header {
        min-height: 76px;
        padding: 10px 14px;
        border-radius: 18px;
    }

    .vip-header-left {
        flex: 0 0 auto;
        max-width: none;
    }

    .vip-header-right {
        flex: 0 0 auto;
        max-width: none;
        margin-left: auto;
    }

    .vip-logo img,
    #logo img {
        max-height: 44px !important;
    }

    .vip-action-icons {
        gap: 8px;
    }

    .vip-action-item > a,
    .vip-action-item .dropdown-toggle,
    .vip-cart #cart > button,
    .vip-cart .btn-inverse,
    .vip-cart button {
        height: 40px !important;
        min-height: 40px !important;
    }

    .vip-header-cta {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .vip-cart #cart-total {
        display: none !important;
    }

    .vip-cart #cart > button,
    .vip-cart .btn-inverse,
    .vip-cart button {
        min-width: 42px !important;
        padding: 0 !important;
    }
}
/* =========================================
   MOBİL HEADER FIX
   ========================================= */

@media (max-width: 767px) {

    /* header iç düzen */
    .header-top.vip-header,
    .vip-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
        min-height: 70px;
    }

    /* LOGO küçült ve sola çek */
    .vip-header-left {
        flex: 0 0 auto;
        max-width: none;
        margin-right: auto;
    }

    .vip-logo img,
    #logo img {
        max-height: 36px !important;
        width: auto;
    }

    /* ORTA MENÜ mobilde zaten yok → yer aç */
    .vip-header-center {
        display: none !important;
    }

    /* SAĞ alan */
    .vip-header-right {
        flex: 0 0 auto;
        max-width: none;
        margin-left: auto;
    }

    .vip-action-icons {
        gap: 6px;
    }

    /* ikonları küçült */
    .vip-action-item > a,
    .vip-action-item .dropdown-toggle,
    .vip-cart #cart > button,
    .vip-cart button {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        border-radius: 10px;
    }

    /* sepet yazısını gizle */
    .vip-cart #cart-total {
        display: none !important;
    }

    /* sepet sadece ikon */
    .vip-cart #cart > button {
        padding: 0 !important;
    }

    /* ikon boyutu */
    .vip-action-item i,
    .vip-cart i,
    .vip-account i {
        font-size: 18px !important;
    }

    /* CTA mobilde zaten gizli ama garanti */
    .vip-header-cta {
        display: none !important;
    }
}

/* ===== APP PLAKA PDP BOOST ===== */
.apb-top-badges{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin:10px 0 14px;
}
.apb-badge{
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:8px 12px;
	border-radius:999px;
	background:#f5f7fb;
	border:1px solid #e7ebf3;
	font-size:12px;
	font-weight:600;
	color:#1f2937;
}
.apb-badge i{color:#0b5bd3;}

.apb-trust-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:10px;
	margin:14px 0 16px;
}
.apb-trust-item{
	background:#fff;
	border:1px solid #e8edf5;
	border-radius:14px;
	padding:12px;
	font-size:13px;
	line-height:1.45;
	color:#374151;
	box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.apb-trust-item strong{
	display:block;
	font-size:13px;
	color:#111827;
	margin-bottom:3px;
}

.apb-urgency{
	margin:12px 0 16px;
	padding:13px 14px;
	border-radius:14px;
	background:#fff7ed;
	border:1px solid #fed7aa;
	color:#9a3412;
	font-size:13px;
	line-height:1.55;
}

.apb-preview-box{
	margin:14px 0 18px;
	padding:16px;
	background:#ffffff;
	border:1px solid #e5e7eb;
	border-radius:16px;
	box-shadow:0 10px 30px rgba(15,23,42,.06);
}
.apb-preview-title{
	font-size:15px;
	font-weight:800;
	color:#111827;
	margin-bottom:10px;
}
.apb-plate-preview{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:78px;
	border-radius:14px;
	border:2px solid #111827;
	background:#fff;
	overflow:hidden;
	max-width:320px;
}
.apb-plate-country{
	width:52px;
	align-self:stretch;
	background:#1f4ed8;
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	font-size:13px;
	font-weight:700;
	letter-spacing:.5px;
}
.apb-plate-country span:last-child{
	font-size:18px;
	line-height:1;
	margin-top:2px;
}
.apb-plate-text{
	flex:1;
	text-align:center;
	padding:0 14px;
	font-size:30px;
	font-weight:800;
	letter-spacing:2px;
	color:#111827;
	text-transform:uppercase;
}
.apb-preview-note{
	margin-top:8px;
	font-size:12px;
	color:#6b7280;
}

.apb-steps{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:10px;
	margin:18px 0;
}
.apb-step{
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:16px;
	padding:14px;
	text-align:center;
	box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.apb-step-no{
	width:28px;
	height:28px;
	border-radius:999px;
	background:#0b5bd3;
	color:#fff;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
	font-weight:700;
	margin-bottom:8px;
}
.apb-step-title{
	font-size:13px;
	font-weight:800;
	color:#111827;
	margin-bottom:4px;
}
.apb-step-desc{
	font-size:12px;
	color:#6b7280;
	line-height:1.45;
}

.apb-wa-card{
	margin:12px 0 18px;
	padding:14px;
	border-radius:16px;
	background:#f0fdf4;
	border:1px solid #bbf7d0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
}
.apb-wa-card h4{
	margin:0 0 3px;
	font-size:14px;
	font-weight:800;
	color:#14532d;
}
.apb-wa-card p{
	margin:0;
	font-size:12px;
	color:#166534;
}
.apb-wa-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:11px 16px;
	border-radius:12px;
	background:#16a34a;
	color:#fff !important;
	font-size:13px;
	font-weight:700;
	text-decoration:none !important;
	white-space:nowrap;
}

#button-cart{
	min-height:52px;
	border-radius:14px;
	font-size:15px;
	font-weight:800;
	letter-spacing:.2px;
	background:#111827;
	border-color:#111827;
	box-shadow:0 14px 30px rgba(17,24,39,.18);
}
#button-cart:hover,
#button-cart:focus{
	background:#0b5bd3;
	border-color:#0b5bd3;
}

.right_info{
	position:sticky;
	top:20px;
}

.apb-mobile-sticky{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	background:#fff;
	border-top:1px solid #e5e7eb;
	box-shadow:0 -10px 30px rgba(15,23,42,.10);
	padding:10px 12px calc(10px + env(safe-area-inset-bottom));
	display:none;
}
.apb-mobile-sticky-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
}
.apb-mobile-price{
	display:flex;
	flex-direction:column;
	line-height:1.1;
}
.apb-mobile-price strong{
	font-size:21px;
	color:#111827;
	font-weight:800;
}
.apb-mobile-price span{
	font-size:11px;
	color:#6b7280;
}
.apb-mobile-sticky-btn{
	flex:0 0 auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:13px 18px;
	border-radius:12px;
	background:#111827;
	color:#fff !important;
	font-size:14px;
	font-weight:800;
	text-decoration:none !important;
}

@media (max-width: 991px){
	.right_info{
		position:static;
	}
	.apb-steps{
		grid-template-columns:1fr;
	}
	.apb-trust-grid{
		grid-template-columns:1fr;
	}
	.apb-mobile-sticky{
		display:block;
	}
	body{
		padding-bottom:86px;
	}
	.apb-plate-text{
		font-size:24px;
	}
	.apb-wa-card{
		flex-direction:column;
		align-items:flex-start;
	}
	.apb-wa-btn{
		width:100%;
	}
}
.apb-real-preview{
	position:relative;
	max-width:360px;
	margin:auto;
}

.apb-real-preview img{
	width:100%;
	display:block;
}

.apb-real-text{
	position:absolute;
	top:50%;
	left:53%;
	transform:translate(-50%,-50%);
	font-size:30px;
	font-weight:900;
	letter-spacing:3px;
	color:#111;
	text-transform:uppercase;
	font-family:Arial, sans-serif;
	white-space:nowrap;
}

@media(max-width:768px){
.apb-real-text{
	font-size:22px;
	letter-spacing:2px;
}
}
.apb-top-meta{
	display:flex;
	flex-wrap:wrap;
	gap:0;
	margin:8px 0 6px;
	color:#6b7280;
	font-size:13px;
	font-weight:600;
	line-height:1.4;
}

.apb-top-meta span{
	position:relative;
	padding-right:14px;
	margin-right:14px;
}

.apb-top-meta span:not(:last-child):after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:4px;
	height:4px;
	border-radius:50%;
	background:#cbd5e1;
}

.apb-subline{
	font-size:13px;
	color:#9ca3af;
	margin:0 0 10px;
	line-height:1.4;
}
.rating.clearfix{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
	margin:8px 0 14px;
}

.rating .reviews,
.rating .write-review{
	color:#4b5563;
	font-size:13px;
	text-decoration:none;
}

.rating .write-review{
	padding-left:10px;
	border-left:1px solid #e5e7eb;
}
.pro_price{
	font-size:42px;
	font-weight:800;
	color:#111827;
	line-height:1;
}

.pro_oldprice{
	margin-left:10px;
	font-size:22px;
	color:#9ca3af;
	font-weight:500;
}

@media(max-width:768px){
	.pro_price{
		font-size:34px;
	}
	.pro_oldprice{
		font-size:18px;
	}
}
.apb-payment-box{
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:18px;
	padding:18px;
	margin:14px 0 20px;
	box-shadow:0 10px 25px rgba(0,0,0,.04);
}

.apb-payment-title{
	font-size:14px;
	font-weight:700;
	color:#111827;
	margin-bottom:12px;
}

.apb-payment-box img{
	width:100%;
	border-radius:12px;
	display:block;
}
.apb-urgency{
	background:#eff6ff;
	border:1px solid #bfdbfe;
	color:#1d4ed8;
	padding:14px 16px;
	border-radius:14px;
	font-size:14px;
	line-height:1.5;
	margin:14px 0 18px;
}
.apb-payment-box{
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:16px;
	padding:14px;
	margin:14px 0 20px;
	box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.apb-payment-title{
	font-size:14px;
	font-weight:700;
	color:#111827;
	margin-bottom:12px;
	line-height:1.4;
}

.apb-payment-box img{
	display:block;
	width:100%;
	border-radius:12px;
}
.apb-top-meta-clean{
	display:flex;
	flex-wrap:wrap;
	gap:0;
	margin:10px 0 12px;
	color:#6b7280;
	font-size:13px;
	font-weight:600;
	line-height:1.5;
}

.apb-top-meta-clean span{
	position:relative;
	padding-right:14px;
	margin-right:14px;
}

.apb-top-meta-clean span:not(:last-child):after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:4px;
	height:4px;
	border-radius:50%;
	background:#cbd5e1;
}

.apb-subline{
	display:none;
}
/* ===== PLAKA ÖNİZLEME ===== */

.apb-preview-box{
	margin:14px 0 18px;
	padding:16px;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:16px;
	box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.apb-preview-title{
	font-size:15px;
	font-weight:800;
	color:#111827;
	margin-bottom:12px;
}

.apb-preview-note{
	margin-top:10px;
	font-size:12px;
	color:#6b7280;
	line-height:1.4;
}

.apb-plate-preview-wrap{
	max-width:360px;
	margin:0 auto;
}

.apb-plate-preview-bg{
	position:relative;
	width:100%;
}

.apb-plate-preview-bg img{
	display:block;
	width:100%;
	height:auto;
}

.apb-plate-overlay{
	position:absolute;
	inset:0;
}

/* Ortak yazı ayarı */
.apb-plate-city,
.apb-plate-letters,
.apb-plate-numbers{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:31px;
	line-height:1;
	color:#111;
	white-space:nowrap;
	letter-spacing:.5px;
}

/* İl kodu */
.apb-plate-city{
	left:16.2%;
}

/* Harf grubu */
.apb-plate-letters{
	left:49.2%;
	transform:translate(-50%,-50%);
	font-size:30px;
	font-weight:600;
	letter-spacing:2px;
}

/* Rakam grubu */
.apb-plate-numbers{
	right:10.8%;
	text-align:right;
}

/* Boşken hafif görünmez alan koruma */
.apb-plate-city:empty:before,
.apb-plate-letters:empty:before,
.apb-plate-numbers:empty:before{
	content:"";
	display:inline-block;
	width:1px;
	height:1px;
}

/* Mobil */
@media (max-width:768px){

.apb-plate-preview-wrap{
	max-width:320px;
}

.apb-plate-city,
.apb-plate-letters,
.apb-plate-numbers{
	font-size:26px;
}

.apb-plate-letters{
	font-size:25px;
	letter-spacing:1px;
}

.apb-plate-city{
	left:16%;
}

.apb-plate-numbers{
	right:10%;
}

}
/* ===== APP PLAKA PDP ===== */

.right_info{
	position: sticky;
	top: 20px;
}

.apb-payment-box{
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:16px;
	padding:14px;
	margin:14px 0 20px;
	box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.apb-payment-title{
	font-size:14px;
	font-weight:700;
	color:#111827;
	margin-bottom:12px;
	line-height:1.4;
}

.apb-payment-box img{
	display:block;
	width:100%;
	border-radius:12px;
}

/* Güven kutuları */
.apb-trust-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:10px;
	margin:14px 0 16px;
}

.apb-trust-item{
	background:#fff;
	border:1px solid #e8edf5;
	border-radius:14px;
	padding:12px;
	font-size:13px;
	line-height:1.45;
	color:#374151;
	box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.apb-trust-item strong{
	display:block;
	font-size:13px;
	color:#111827;
	margin-bottom:3px;
}

/* Önizleme kutusu */
.apb-preview-box{
	margin:14px 0 18px;
	padding:16px;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:16px;
	box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.apb-preview-title{
	font-size:15px;
	font-weight:800;
	color:#111827;
	margin-bottom:12px;
}

.apb-preview-note{
	margin-top:10px;
	font-size:12px;
	color:#6b7280;
	line-height:1.4;
}

.apb-plate-preview-wrap{
	max-width:360px;
	margin:0 auto;
}

.apb-plate-preview-bg{
	position:relative;
	width:100%;
}

.apb-plate-preview-bg img{
	display:block;
	width:100%;
	height:auto;
}

.apb-plate-overlay{
	position:absolute;
	inset:0;
}

.apb-plate-city,
.apb-plate-letters,
.apb-plate-numbers{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	font-family:Arial, Helvetica, sans-serif;
	font-size:31px;
	font-weight:700;
	line-height:1;
	color:#111;
	white-space:nowrap;
	letter-spacing:.5px;
}

/* İl kodu */
.apb-plate-city{
	left:16.2%;
}

/* Harf grubu */
.apb-plate-letters{
	left:49.2%;
	transform:translate(-50%,-50%);
	font-size:30px;
	font-weight:600;
	letter-spacing:2px;
}

/* Rakam grubu */
.apb-plate-numbers{
	right:10.8%;
	text-align:right;
}

/* Boşken yükseklik bozulmasın */
.apb-plate-city:empty:before,
.apb-plate-letters:empty:before,
.apb-plate-numbers:empty:before{
	content:"";
	display:inline-block;
	width:1px;
	height:1px;
}

/* 3 adım alanı */
.apb-steps{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:10px;
	margin:18px 0;
}

.apb-step{
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:16px;
	padding:14px;
	text-align:center;
	box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.apb-step-no{
	width:28px;
	height:28px;
	border-radius:999px;
	background:#0b5bd3;
	color:#fff;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
	font-weight:700;
	margin-bottom:8px;
}

.apb-step-title{
	font-size:13px;
	font-weight:800;
	color:#111827;
	margin-bottom:4px;
}

.apb-step-desc{
	font-size:12px;
	color:#6b7280;
	line-height:1.45;
}

/* Fiyat alanı */
.pro_price{
	font-size:42px;
	font-weight:800;
	color:#111827;
	line-height:1;
}

.pro_oldprice{
	margin-left:10px;
	font-size:22px;
	color:#9ca3af;
	font-weight:500;
}

/* Sticky mobil alt bar */
.apb-mobile-sticky{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	background:#fff;
	border-top:1px solid #e5e7eb;
	box-shadow:0 -10px 30px rgba(15,23,42,.10);
	padding:10px 12px calc(10px + env(safe-area-inset-bottom));
	display:none;
}

.apb-mobile-sticky-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
}

.apb-mobile-price{
	display:flex;
	flex-direction:column;
	line-height:1.1;
}

.apb-mobile-price strong{
	font-size:21px;
	color:#111827;
	font-weight:800;
}

.apb-mobile-price span{
	font-size:11px;
	color:#6b7280;
}

.apb-mobile-sticky-btn{
	flex:0 0 auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:13px 18px;
	border-radius:12px;
	background:#111827;
	color:#fff !important;
	font-size:14px;
	font-weight:800;
	text-decoration:none !important;
}

/* Ana sepete ekle butonu */
#button-cart{
	min-height:52px;
	border-radius:14px;
	font-size:15px;
	font-weight:800;
	letter-spacing:.2px;
	background:#111827;
	border-color:#111827;
	box-shadow:0 14px 30px rgba(17,24,39,.18);
}

#button-cart:hover,
#button-cart:focus{
	background:#0b5bd3;
	border-color:#0b5bd3;
}

/* Mobil */
@media (max-width: 991px){
	.right_info{
		position:static;
	}

	.apb-trust-grid{
		grid-template-columns:1fr;
	}

	.apb-steps{
		grid-template-columns:1fr;
	}

	.apb-mobile-sticky{
		display:block;
	}

	body{
		padding-bottom:86px;
	}
}

@media (max-width:768px){
	.apb-plate-preview-wrap{
		max-width:320px;
	}

	.apb-plate-city,
	.apb-plate-letters,
	.apb-plate-numbers{
		font-size:26px;
	}

	.apb-plate-letters{
		font-size:25px;
		letter-spacing:1px;
	}

	.apb-plate-city{
		left:16%;
	}

	.apb-plate-numbers{
		right:10%;
	}

	.pro_price{
		font-size:34px;
	}

	.pro_oldprice{
		font-size:18px;
	}
}
/* === Premium Seçtiklerimiz Alanı - İndirim + Mobil İkon Düzeltme === */

.product-tab-block .sale-text{
	position:absolute !important;
	top:14px !important;
	left:14px !important;
	z-index:6 !important;
	width:auto !important;
	height:auto !important;
}

.product-tab-block .sale-text .section-sale{
	display:inline-flex !important;
	align-items:center;
	justify-content:center;
	background:#ef4444 !important;
	color:#fff !important;
	border-radius:8px !important;
	padding:7px 11px !important;
	font-size:12px !important;
	font-weight:800 !important;
	line-height:1 !important;
	box-shadow:0 8px 18px rgba(239,68,68,.25);
}

/* Desktop ikonlar kalsın */
.product-tab-block .button-group{
	position:absolute !important;
	top:14px !important;
	right:14px !important;
	left:auto !important;
	z-index:5 !important;
	display:flex !important;
	gap:7px !important;
	width:auto !important;
}

/* Mobilde ikonları gizle, indirim etiketi temiz kalsın */
@media(max-width:768px){
	.product-tab-block .button-group{
		display:none !important;
	}

	.product-tab-block .sale-text{
		top:12px !important;
		left:12px !important;
	}

	.product-tab-block .sale-text .section-sale{
		border-radius:7px !important;
		padding:6px 9px !important;
		font-size:11px !important;
	}
}
/* === Seçtiklerimiz Final Görsel + İndirim Etiketi === */

.product-tab-block .product-thumb .image{
	height:230px !important;
	background:#fff !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	overflow:hidden !important;
}

.product-tab-block .product-thumb .image > a{
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	width:100% !important;
	height:100% !important;
}

.product-tab-block .product-thumb .image img{
	width:100% !important;
	height:100% !important;
	object-fit:contain !important;
	object-position:center center !important;
	background:#fff !important;
}

/* Eski indirim efektlerini tamamen sıfırla */
.product-tab-block .sale-text,
.product-tab-block .sale-text span,
.product-tab-block .sale-text .section-sale{
	background:none !important;
	box-shadow:none !important;
	border:none !important;
	border-radius:0 !important;
	transform:none !important;
}

.product-tab-block .sale-text{
	position:absolute !important;
	top:14px !important;
	left:14px !important;
	z-index:10 !important;
	width:auto !important;
	height:auto !important;
	padding:0 !important;
	margin:0 !important;
}

.product-tab-block .sale-text .section-sale{
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	background:#ef4444 !important;
	color:#fff !important;
	min-width:54px !important;
	height:30px !important;
	padding:0 10px !important;
	font-size:12px !important;
	font-weight:800 !important;
	line-height:1 !important;
	border-radius:4px !important;
}

/* Mobil */
@media(max-width:768px){
	.product-tab-block .product-thumb .image{
		height:180px !important;
	}

	.product-tab-block .sale-text{
		top:12px !important;
		left:12px !important;
	}

	.product-tab-block .sale-text .section-sale{
		min-width:48px !important;
		height:28px !important;
		font-size:11px !important;
	}
}
/* === Seçtiklerimiz Final Kart Düzeltme === */

.product-tab-block .product-layout{
	padding:10px !important;
}

.product-tab-block .product-thumb{
	background:#fff !important;
	border:1px solid #e5e7eb !important;
	border-radius:18px !important;
	overflow:hidden !important;
	box-shadow:0 12px 30px rgba(15,23,42,.10) !important;
	padding-bottom:18px !important;
	min-height:500px !important;
}

/* Görseller tekrar büyük */
.product-tab-block .product-thumb .image{
	position:relative !important;
	height:300px !important;
	background:#f8fafc !important;
	border-radius:18px 18px 0 0 !important;
	overflow:hidden !important;
	display:block !important;
}

.product-tab-block .product-thumb .image > a{
	display:block !important;
	width:100% !important;
	height:100% !important;
}

.product-tab-block .product-thumb .image img{
	width:100% !important;
	height:100% !important;
	object-fit:cover !important;
	object-position:center center !important;
	display:block !important;
}

/* İndirim etiketi temiz */
.product-tab-block .sale-text{
	position:absolute !important;
	top:16px !important;
	left:16px !important;
	z-index:10 !important;
	background:none !important;
	box-shadow:none !important;
}

.product-tab-block .sale-text .section-sale{
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	background:#ef4444 !important;
	color:#fff !important;
	border-radius:6px !important;
	padding:7px 11px !important;
	font-size:12px !important;
	font-weight:800 !important;
	line-height:1 !important;
	box-shadow:none !important;
}

/* İçerik alanı */
.product-tab-block .thumb-description,
.product-tab-block .caption{
	background:#fff !important;
	padding:20px 16px 0 !important;
	text-align:center !important;
}

.product-tab-block .product-title{
	min-height:44px !important;
	font-size:15px !important;
	line-height:1.35 !important;
	font-weight:700 !important;
	margin:0 0 10px !important;
}

.product-tab-block .price{
	font-size:18px !important;
	font-weight:800 !important;
	color:#111827 !important;
}

/* Mobil */
@media(max-width:768px){
	.product-tab-block .product-layout{
		padding:6px !important;
	}

	.product-tab-block .product-thumb{
		min-height:410px !important;
		border-radius:16px !important;
	}

	.product-tab-block .product-thumb .image{
		height:180px !important;
		border-radius:16px 16px 0 0 !important;
	}

	.product-tab-block .button-group{
		display:none !important;
	}

	.product-tab-block .sale-text{
		top:12px !important;
		left:12px !important;
	}

	.product-tab-block .sale-text .section-sale{
		font-size:11px !important;
		padding:6px 9px !important;
	}

	.product-tab-block .addcart{
		opacity:1 !important;
		transform:none !important;
		position:relative !important;
		left:auto !important;
		right:auto !important;
		bottom:auto !important;
		margin:0 !important;
		width:100% !important;
		border-radius:0 !important;
	}

	.product-tab-block .product-title{
		min-height:58px !important;
		font-size:14px !important;
	}

	.product-tab-block .price-old{
		display:block !important;
		margin-left:0 !important;
	}
}
/* Mobilde Sepete Ekle butonu görünür olsun */
@media(max-width:768px){

	.product-tab-block .product-thumb .addcart,
	.product-tab-block .product-thumb .button-group .addcart,
	.product-tab-block .addcart{
		display:flex !important;
		align-items:center !important;
		justify-content:center !important;
		opacity:1 !important;
		visibility:visible !important;
		position:relative !important;
		left:auto !important;
		right:auto !important;
		bottom:auto !important;
		top:auto !important;
		transform:none !important;
		width:calc(100% - 24px) !important;
		height:42px !important;
		margin:12px auto 0 !important;
		border-radius:12px !important;
		background:#111827 !important;
		color:#fff !important;
		font-size:13px !important;
		font-weight:800 !important;
		z-index:5 !important;
	}

	.product-tab-block .product-thumb:hover .addcart{
		opacity:1 !important;
		transform:none !important;
	}
}
/* MOBİL SEÇTİKLERİMİZ SEPETE EKLE ZORLA GÖSTER */
@media(max-width:768px){

	.product-tab-block .product-thumb .image{
		padding-bottom:44px !important;
	}

	.product-tab-block .product-thumb .image .addcart{
		display:flex !important;
		visibility:visible !important;
		opacity:1 !important;
		position:absolute !important;
		left:0 !important;
		right:0 !important;
		bottom:0 !important;
		top:auto !important;
		width:100% !important;
		height:42px !important;
		margin:0 !important;
		padding:0 !important;
		border-radius:0 !important;
		background:#111827 !important;
		color:#fff !important;
		font-size:13px !important;
		font-weight:800 !important;
		line-height:42px !important;
		text-align:center !important;
		transform:none !important;
		z-index:20 !important;
	}

	.product-tab-block .product-thumb:hover .image .addcart{
		display:flex !important;
		opacity:1 !important;
		transform:none !important;
	}
}
/* Mobilde ürün görselleri daha büyük */
@media(max-width:768px){

	.product-tab-block .product-thumb{
		min-height:445px !important;
	}

	.product-tab-block .product-thumb .image{
		height:230px !important;
		background:#f8fafc !important;
	}

	.product-tab-block .product-thumb .image img{
		width:100% !important;
		height:100% !important;
		object-fit:cover !important;
		object-position:center center !important;
	}

	/* Buton aşağı sabit */
	.product-tab-block .product-thumb .image{
		padding-bottom:42px !important;
	}
}
/* === APP PLAKA PREMIUM AYDINLIK FOOTER === */

.apb-footer{
	background:#fff;
	margin-top:70px;
	border-top:1px solid #eef2f7;
	color:#111827;
}

.apb-footer a{
	text-decoration:none !important;
}

.apb-footer-trust{
	background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
	border-bottom:1px solid #e5e7eb;
	padding:22px 0;
}

.apb-trust-row{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:14px;
}

.apb-trust-box{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:9px;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:16px;
	padding:14px 12px;
	box-shadow:0 10px 25px rgba(15,23,42,.05);
	font-size:13px;
	font-weight:800;
	color:#1f2937;
}

.apb-trust-box i{
	width:28px;
	height:28px;
	border-radius:50%;
	background:#eff6ff;
	color:#0b5bd3;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
}

.apb-footer-main{
	padding:46px 0 38px;
	background:
		radial-gradient(circle at top left, rgba(11,91,211,.05), transparent 34%),
		linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}

.apb-footer-grid{
	display:flex;
	flex-wrap:wrap;
	row-gap:28px;
}

.apb-footer-logo{
	display:inline-flex;
	align-items:center;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:14px;
	padding:9px 13px;
	box-shadow:0 10px 24px rgba(15,23,42,.06);
	margin-bottom:16px;
}

.apb-footer-logo img{
	max-width:190px;
	height:auto;
	display:block;
}

.apb-footer-desc{
	max-width:390px;
	color:#6b7280;
	font-size:14px;
	line-height:1.7;
	margin:0 0 18px;
}

.apb-footer-contact{
	display:flex;
	flex-direction:column;
	gap:9px;
}

.apb-footer-contact a,
.apb-footer-contact span{
	color:#374151;
	font-size:14px;
	font-weight:600;
	display:flex;
	align-items:center;
	gap:9px;
}

.apb-footer-contact i{
	color:#0b5bd3;
	width:18px;
	text-align:center;
}

.apb-footer-col h5{
	font-size:15px;
	font-weight:900;
	color:#111827;
	margin:0 0 16px;
	position:relative;
	padding-bottom:10px;
}

.apb-footer-col h5:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:34px;
	height:3px;
	border-radius:999px;
	background:#0b5bd3;
}

.apb-footer-col ul{
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	flex-direction:column;
	gap:10px;
}

.apb-footer-col ul li a{
	color:#4b5563;
	font-size:14px;
	font-weight:600;
	transition:.2s ease;
}

.apb-footer-col ul li a:hover{
	color:#0b5bd3;
	padding-left:4px;
}

.apb-footer-support p{
	color:#6b7280;
	font-size:14px;
	line-height:1.6;
	margin:0 0 14px;
}

.apb-whatsapp-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	background:#16a34a;
	color:#fff !important;
	border-radius:12px;
	padding:12px 15px;
	font-size:13px;
	font-weight:900;
	box-shadow:0 12px 26px rgba(22,163,74,.22);
}

.apb-footer-bottom{
	background:#f8fafc;
	border-top:1px solid #e5e7eb;
	padding:18px 0;
}

.apb-footer-bottom-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	flex-wrap:wrap;
}

.apb-payment-icons{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;
}

.apb-payment-icons span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:28px;
	padding:0 10px;
	border-radius:8px;
	background:#fff;
	border:1px solid #e5e7eb;
	color:#334155;
	font-size:11px;
	font-weight:900;
	box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.apb-footer .powered{
	margin:0;
	color:#6b7280;
	font-size:13px;
	font-weight:600;
}

/* Back to top */
.scrollToTop.back-to-top{
	background:#111827;
	color:#fff;
	border-radius:50%;
	box-shadow:0 12px 28px rgba(15,23,42,.22);
}

/* Mobil */
@media(max-width:991px){
	.apb-trust-row{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.apb-footer-main{
		padding:34px 0 30px;
	}
}

@media(max-width:768px){
	.apb-footer{
		margin-top:45px;
	}

	.apb-footer-trust{
		padding:16px 0;
	}

	.apb-trust-row{
		grid-template-columns:1fr;
		gap:10px;
	}

	.apb-trust-box{
		justify-content:flex-start;
		padding:13px 14px;
	}

	.apb-footer-logo img{
		max-width:170px;
	}

	.apb-footer-brand{
		text-align:left;
	}

	.apb-footer-bottom-inner{
		justify-content:center;
		text-align:center;
	}

	.apb-payment-icons{
		justify-content:center;
	}

	.apb-footer .powered{
		width:100%;
	}
}
/* === Footer tamamen açık renk === */

footer,
footer.mt-80,
.common-home footer,
#common-home footer,
.apb-footer{
	background:#ffffff !important;
	color:#111827 !important;
	margin-top:-15px !important;
	border-top:1px solid #e5e7eb !important;
}

/* Eski siyah blokları kapat */
footer .footer-top,
footer .footer-bottom,
footer .container-fluid,
footer .container{
	background:transparent !important;
}

/* İç yeni footer alanı */
.apb-footer-main{
	background:linear-gradient(180deg,#ffffff 0%, #f8fafc 100%) !important;
}

.apb-footer-bottom{
	background:#f8fafc !important;
	border-top:1px solid #e5e7eb !important;
}

/* Linkler */
footer a{
	color:#374151 !important;
}

footer a:hover{
	color:#0b5bd3 !important;
}

/* Mobil */
@media(max-width:768px){
	footer,
	footer.mt-80,
	.apb-footer{
		margin-top:40px !important;
	}
}
.apb-footer p,
.apb-footer a,
.apb-footer span,
.apb-footer li{
	font-weight:400 !important;
}

.apb-footer-col h5{
	font-weight:800 !important;
}

.apb-payment-logos{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
}

.apb-payment-logos img{
	display:block;
	max-height:24px;
	width:auto;
	object-fit:contain;
}

.apb-footer-app a{
	display:inline-flex;
	align-items:center;
	gap:7px;
	background:#111827;
	color:#fff !important;
	border-radius:10px;
	padding:9px 13px;
	font-size:12px;
	font-weight:700 !important;
}

@media(max-width:768px){
	.apb-payment-logos{
		justify-content:center;
	}

	.apb-payment-logos img{
		max-height:22px;
	}

	.apb-footer-app{
		width:100%;
		text-align:center;
	}

	.apb-footer-app a{
		margin:auto;
	}
}
/* === Mobil footer boşluk temizliği === */

@media(max-width:768px){

	/* Footer üst boşluk azalt */
	.apb-footer{
		margin-top:20px !important;
	}

	/* Trust alanı üst-alt boşluk azalt */
	.apb-footer-trust{
		padding:10px 0 !important;
		margin:0 !important;
	}

	/* Trust kutuları sıkılaştır */
	.apb-trust-row{
		gap:8px !important;
		margin:0 !important;
	}

	.apb-trust-box{
		padding:12px 14px !important;
		margin:0 !important;
	}

	/* Ana footer başlangıcı yukarı çek */
	.apb-footer-main{
		padding:18px 0 18px !important;
		margin:0 !important;
	}

	/* Grid boşluk azalt */
	.apb-footer-grid{
		row-gap:14px !important;
		margin:0 !important;
	}

	/* Alt ödeme alanı boşluk azalt */
	.apb-footer-bottom{
		padding:12px 0 !important;
		margin:0 !important;
	}

	.apb-footer-bottom-inner{
		gap:10px !important;
	}

	/* Powered yazısı boşluk azalt */
	.apb-footer .powered{
		margin:0 !important;
		padding:0 !important;
	}

	/* Gereksiz çizgi / separator boşluğu varsa */
	.apb-footer hr,
	.apb-footer .separator,
	.apb-footer .border-top{
		margin:8px 0 !important;
	}

	/* Son alttaki beyaz boşluk sıfırla */
	footer,
	.apb-footer{
		padding-bottom:0 !important;
	}

	body footer:last-child{
		margin-bottom:0 !important;
	}
}
/* === MOBIL FOOTER BOSLUK KESIN TEMIZLIK === */
@media(max-width:768px){

	html,
	body{
		margin-bottom:0 !important;
		padding-bottom:0 !important;
	}

	footer,
	footer.mt-80,
	.apb-footer{
		margin-top:0 !important;
		margin-bottom:0 !important;
		padding-top:0 !important;
		padding-bottom:0 !important;
		background:#fff !important;
	}

	footer .container,
	footer .container-fluid,
	.apb-footer .container,
	.apb-footer .container-fluid{
		padding-top:0 !important;
		padding-bottom:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
	}

	.footer-top,
	.footer-bottom,
	.apb-footer-trust,
	.apb-footer-main,
	.apb-footer-bottom{
		margin-top:0 !important;
		margin-bottom:0 !important;
	}

	.apb-footer-trust{
		padding:8px 0 10px !important;
	}

	.apb-footer-main{
		padding:18px 0 14px !important;
	}

	.apb-footer-bottom{
		padding:10px 0 8px !important;
	}

	.apb-footer-grid{
		row-gap:12px !important;
	}

	.apb-footer-brand,
	.apb-footer-col{
		margin-bottom:0 !important;
		padding-bottom:0 !important;
	}

	.apb-footer-col h5{
		margin-top:0 !important;
		margin-bottom:10px !important;
	}

	.apb-footer-col ul{
		margin-bottom:0 !important;
	}

	.apb-footer-desc{
		margin-bottom:12px !important;
	}

	.apb-footer-contact{
		gap:7px !important;
	}

	.apb-footer-bottom-inner{
		gap:8px !important;
	}

	.apb-payment-logos{
		margin:0 !important;
	}

	.apb-footer .powered{
		margin:0 !important;
		padding:0 !important;
	}

	.scrollToTop.back-to-top{
		bottom:18px !important;
	}
}
/* Mobilde Seçtiklerimiz ile Footer arası boşluğu kapat */
@media(max-width:768px){

	.product-tab-block{
		padding-bottom:10px !important;
		margin-bottom:0 !important;
	}

	.product-tab-block .container-fluid,
	.product-tab-block .box-content,
	.product-tab-block .all-content,
	.product-tab-block .tab-content,
	.product-tab-block .block_box{
		padding-bottom:0 !important;
		margin-bottom:0 !important;
	}

	.product-tab-block .owl-stage-outer{
		margin-bottom:0 !important;
		padding-bottom:0 !important;
	}

	.product-tab-block + .apb-footer,
	.product-tab-block + footer,
	.apb-footer{
		margin-top:0 !important;
	}
}
/* MOBILDE SEÇTİKLERİMİZ - FOOTER ARASI BOŞLUĞU KESİN KAPAT */
@media(max-width:768px){

	.product-tab-block.mt-50.box{
		margin-top:30px !important;
		margin-bottom:0 !important;
		padding-bottom:0 !important;
	}

	.product-tab-block{
		margin-bottom:0 !important;
		padding-bottom:0 !important;
	}

	.product-tab-block .container-fluid{
		margin-bottom:0 !important;
		padding-bottom:0 !important;
	}

	.product-tab-block .main-tab,
	.product-tab-block .product-tabs,
	.product-tab-block .all-content,
	.product-tab-block .row,
	.product-tab-block .tab-content,
	.product-tab-block .tab-pane,
	.product-tab-block .box-product,
	.product-tab-block .owl-carousel,
	.product-tab-block .owl-stage-outer,
	.product-tab-block .owl-stage{
		margin-bottom:0 !important;
		padding-bottom:0 !important;
	}

	.product-tab-block .owl-stage-outer{
		height:auto !important;
	}

	.product-tab-block + footer,
	.product-tab-block + .apb-footer,
	.product-tab-block ~ footer,
	.product-tab-block ~ .apb-footer{
		margin-top:0 !important;
		padding-top:0 !important;
	}
}
/* HEADER CTA ÇAKIŞMA DÜZELTME */
@media (min-width: 992px) {
  .vip-header {
    display: flex !important;
    align-items: center !important;
  }

  .vip-header-left {
    width: 23% !important;
  }

  .vip-header-center {
    width: 50% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .vip-header-right {
    width: 27% !important;
    padding-left: 0 !important;
  }

  .vip-action-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
  }

  .vip-header-cta {
    flex: 0 0 auto !important;
  }

  .vip-header-cta-btn {
    white-space: nowrap !important;
    padding: 14px 18px !important;
    font-size: 13px !important;
    min-width: auto !important;
  }

  #menu .nav > li {
    padding: 15px 11px !important;
  }

  #menu .nav > li > a {
    font-size: 13.5px !important;
    white-space: nowrap !important;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .vip-header-cta {
    display: none !important;
  }
}
.apb-seo-premium {
  padding: 56px 0;
  background: linear-gradient(180deg, #fafafa 0%, #f1f1f1 100%);
}

.apb-seo-wrap {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 38px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,.08);
  overflow: hidden;
}

.apb-seo-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 28px;
}

.apb-seo-head span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.apb-seo-head h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.4px;
}

.apb-seo-head p {
  margin: 0;
  color: #333;
  font-size: 15.5px;
  line-height: 1.8;
}

.apb-seo-content {
  max-height: 245px;
  overflow: hidden;
  transition: max-height .55s ease;
}

.apb-seo-wrap.apb-open .apb-seo-content {
  max-height: 1200px;
}

.apb-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.apb-seo-grid article {
  padding: 22px;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(0,0,0,.045);
}

.apb-seo-grid h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 17px;
  font-weight: 800;
}

.apb-seo-grid p {
  margin: 0 0 10px;
  color: #2b2b2b;
  font-size: 14.5px;
  line-height: 1.75;
}

.apb-seo-grid p:last-child {
  margin-bottom: 0;
}

.apb-seo-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 116px;
  height: 92px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.96) 80%);
  backdrop-filter: blur(1.5px);
  pointer-events: none;
  transition: opacity .35s ease;
}

.apb-seo-wrap.apb-open .apb-seo-fade {
  opacity: 0;
}

.apb-seo-more {
  position: relative;
  z-index: 2;
  display: block;
  margin: 26px auto 24px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all .25s ease;
}

.apb-seo-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
}

.apb-seo-cta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.apb-seo-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.18);
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: all .25s ease;
}

.apb-seo-cta a:hover {
  background: #111;
  color: #fff;
  border-color: #111;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .apb-seo-premium {
    padding: 34px 12px;
  }

  .apb-seo-wrap {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .apb-seo-head h2 {
    font-size: 23px;
  }

  .apb-seo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .apb-seo-content {
    max-height: 330px;
  }

  .apb-seo-wrap.apb-open .apb-seo-content {
    max-height: 1800px;
  }

  .apb-seo-fade {
    bottom: 330px;
    height: 80px;
  }

  .apb-seo-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .apb-seo-cta a {
    width: 100%;
  }
}
/* === Mobil Sabit Alt Menü === */

.apb-mobile-bottom-nav{
	display:none;
}

@media(max-width:768px){

	body{
		padding-bottom:78px !important;
	}

	.apb-mobile-bottom-nav{
		position:fixed;
		left:10px;
		right:10px;
		bottom:10px;
		z-index:99999;
		height:64px;
		background:#ffffff;
		border:1px solid #e5e7eb;
		border-radius:22px;
		box-shadow:0 14px 34px rgba(15,23,42,.18);
		display:grid;
		grid-template-columns:repeat(5,1fr);
		align-items:center;
		padding:6px 8px;
	}

	.apb-mnav-item{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		gap:4px;
		color:#64748b !important;
		font-size:10px;
		font-weight:700;
		text-decoration:none !important;
		line-height:1;
	}

	.apb-mnav-item i{
		font-size:18px;
		color:#64748b;
	}

	.apb-mnav-cart{
		position:relative;
		margin-top:-24px;
	}

	.apb-mnav-cart i{
		width:54px;
		height:54px;
		border-radius:50%;
		background:#0b5bd3;
		color:#fff !important;
		display:flex;
		align-items:center;
		justify-content:center;
		font-size:22px;
		box-shadow:0 12px 24px rgba(11,91,211,.30);
		border:4px solid #fff;
	}

	.apb-mnav-cart span{
		color:#0b5bd3;
		margin-top:2px;
	}

	.apb-mnav-item:hover,
	.apb-mnav-item:hover i{
		color:#0b5bd3 !important;
	}
}
/* Sepet badge */
.apb-cart-badge{
	position:absolute;
	top:-6px;
	right:18px;
	min-width:18px;
	height:18px;
	padding:0 5px;
	background:#fffff;
	color:#fff;
	font-size:10px;
	font-weight:800;
	border-radius:999px;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:0 4px 10px rgba(239,68,68,.4);
}
/* App store gerçek badge görünüm */

.apb-store-buttons{
	display:flex;
	align-items:center;
	gap:12px;
	margin:18px 0 16px;
}

.apb-store-badge{
	display:inline-block;
	transition:.2s ease;
}

.apb-store-badge img{
	height:40px;
	width:auto;
	display:block;
	border-radius:8px;
	box-shadow:0 6px 14px rgba(15,23,42,.12);
}

/* hover bozma */
.apb-store-badge:hover{
	transform:translateY(-2px);
}

.apb-store-badge:hover img{
	filter:none !important;
}

/* eski hover renklerini öldür */
.apb-store-btn,
.apb-store-btn:hover{
	background:none !important;
	color:inherit !important;
}

/* mobil */
@media(max-width:768px){
	.apb-store-buttons{
		justify-content:flex-start;
		gap:10px;
	}

	.apb-store-badge img{
		height:36px;
	}
}
.apb-info-strip{
  position:relative;
  padding:90px 0;
  background:
    radial-gradient(circle at top left, rgba(212,175,55,.08), transparent 30%),
    linear-gradient(135deg,#0d1016 0%, #151922 45%, #0b0d12 100%);
  overflow:hidden;
}

.apb-info-strip::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right, rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size:40px 40px;
  opacity:.25;
  pointer-events:none;
}

.apb-info-strip .container{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  flex-wrap:wrap;
}

.apb-info-left{
  flex:1;
  min-width:320px;
}

.apb-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  border-radius:100px;
  background:rgba(212,175,55,.08);
  border:1px solid rgba(212,175,55,.35);
  color:#e0bb55;
  font-size:13px;
  font-weight:700;
  letter-spacing:.3px;
  margin-bottom:28px;
  backdrop-filter:blur(10px);
}

.apb-info-left h2{
  margin:0 0 20px;
  font-size:52px;
  line-height:1.1;
  font-weight:800;
  color:#ffffff;
  letter-spacing:-1.5px;
}

.apb-info-left p{
  max-width:760px;
  margin:0;
  color:#c8ced8;
  font-size:17px;
  line-height:1.9;
  font-weight:400;
}

.apb-info-actions{
  display:flex;
  align-items:center;
  justify-content:center;
}

.apb-open-modal{
  height:62px;
  padding:0 34px;
  border:none;
  border-radius:18px;
  background:linear-gradient(135deg,#d4af37 0%,#f1d77a 100%);
  color:#111;
  font-size:16px;
  font-weight:800;
  letter-spacing:.2px;
  cursor:pointer;
  transition:.35s ease;
  box-shadow:
    0 10px 35px rgba(212,175,55,.22),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.apb-open-modal:hover{
  transform:translateY(-3px);
  box-shadow:
    0 18px 45px rgba(212,175,55,.30),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.apb-modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(7px);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999999;
  padding:25px;
}

.apb-modal-overlay.active{
  display:flex;
}

.apb-modal-box{
  width:100%;
  max-width:920px;
  background:#ffffff;
  border-radius:28px;
  padding:50px;
  position:relative;
  max-height:90vh;
  overflow:auto;
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}

.apb-close-modal{
  position:absolute;
  top:20px;
  right:20px;
  width:46px;
  height:46px;
  border:none;
  border-radius:50%;
  background:#f4f4f4;
  color:#111;
  font-size:28px;
  cursor:pointer;
  transition:.25s;
}

.apb-close-modal:hover{
  background:#e9e9e9;
  transform:rotate(90deg);
}

.apb-modal-box h3{
  margin:0 0 28px;
  font-size:38px;
  line-height:1.2;
  color:#111;
  font-weight:800;
  letter-spacing:-1px;
}

.apb-modal-box p{
  color:#555;
  font-size:16px;
  line-height:1.95;
  margin-bottom:20px;
}

.apb-extra-services{
  margin-top:40px;
  padding-top:35px;
  border-top:1px solid #ececec;
}

.apb-extra-services h4{
  margin:0 0 20px;
  color:#111;
  font-size:24px;
  font-weight:700;
}

.apb-service-list{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.apb-service-list span{
  padding:14px 22px;
  border-radius:100px;
  background:#f5f5f5;
  color:#222;
  font-weight:700;
  font-size:14px;
  transition:.25s;
}

.apb-service-list span:hover{
  background:#d4af37;
  color:#111;
}

@media(max-width:992px){

  .apb-info-strip{
    padding:70px 0;
  }

  .apb-info-strip .container{
    flex-direction:column;
    align-items:flex-start;
  }

  .apb-info-left h2{
    font-size:40px;
  }

}

@media(max-width:768px){

  .apb-info-strip{
    padding:55px 0;
  }

  .apb-badge{
    font-size:12px;
    padding:8px 15px;
  }

  .apb-info-left h2{
    font-size:30px;
    line-height:1.2;
  }

  .apb-info-left p{
    font-size:15px;
    line-height:1.8;
  }

  .apb-open-modal{
    width:100%;
    height:56px;
    font-size:15px;
  }

  .apb-modal-box{
    padding:35px 24px;
    border-radius:22px;
  }

  .apb-modal-box h3{
    font-size:28px;
  }

  .apb-modal-box p{
    font-size:15px;
  }

}
.apb-upload-page{
  padding:70px 15px;
  background:linear-gradient(180deg,#f4f7fb 0%,#ffffff 100%);
}

.apb-upload-wrapper{
  max-width:1180px;
  margin:auto;
  background:#fff;
  border-radius:26px;
  padding:55px;
  box-shadow:0 18px 55px rgba(11,45,99,.08);
  border:1px solid #edf1f7;
}

.apb-upload-head{
  text-align:center;
  margin-bottom:45px;
}

.apb-upload-head span{
  display:inline-block;
  padding:9px 18px;
  border-radius:100px;
  background:#0b3f99;
  color:#fff;
  font-size:13px;
  font-weight:700;
  margin-bottom:20px;
}

.apb-upload-head h1{
  margin:0 0 16px;
  font-size:44px;
  color:#111;
  font-weight:800;
}

.apb-upload-head p{
  max-width:760px;
  margin:auto;
  color:#5f6673;
  line-height:1.8;
}

.apb-upload-example{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:45px;
  align-items:center;
  margin-bottom:45px;
  padding:36px;
  border-radius:22px;
  background:#f8faff;
  border:1px solid #edf2fb;
}

.apb-upload-example-image img{
  width:100%;
  max-height:420px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 14px 35px rgba(0,0,0,.12);
}

.apb-upload-example-content h3{
  margin:0 0 18px;
  color:#111;
  font-size:30px;
  font-weight:800;
}

.apb-upload-example-content p{
  color:#5f6673;
  line-height:1.8;
  margin-bottom:20px;
}

.apb-upload-example-content ul{
  padding:0;
  margin:0;
  list-style:none;
}

.apb-upload-example-content li{
  margin-bottom:14px;
  color:#1b1f27;
  font-weight:700;
}

.apb-upload-example-content li:before{
  content:"✓";
  color:#e30613;
  margin-right:10px;
  font-weight:900;
}

.apb-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.apb-form-group{
  margin-bottom:24px;
}

.apb-form-group label{
  display:block;
  margin-bottom:10px;
  font-weight:800;
  color:#111;
}

.apb-form-group input,
.apb-form-group textarea{
  width:100%;
  border:1px solid #dfe6f1;
  border-radius:14px;
  padding:16px;
  font-size:15px;
  color:#111;
  background:#fff;
  outline:none;
  transition:.25s;
}

.apb-form-group input:focus,
.apb-form-group textarea:focus{
  border-color:#0b3f99;
  box-shadow:0 0 0 4px rgba(11,63,153,.08);
}

.apb-upload-box{
  border:2px dashed #0b3f99;
  border-radius:18px;
  padding:34px;
  text-align:center;
  background:#f5f8ff;
}

.apb-upload-box span{
  display:block;
  margin-top:12px;
  color:#5f6673;
}

.apb-upload-btn{
  height:58px;
  padding:0 38px;
  border:none;
  border-radius:15px;
  background:#0b3f99;
  color:#fff;
  font-weight:800;
  font-size:16px;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(11,63,153,.22);
  transition:.3s;
}

.apb-upload-btn:hover{
  background:#e30613;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 16px 35px rgba(227,6,19,.22);
}

.apb-upload-warning{
  margin-top:35px;
  padding:24px;
  border-radius:18px;
  background:#fff5f5;
  border:1px solid rgba(227,6,19,.18);
}

.apb-upload-warning strong{
  display:block;
  margin-bottom:10px;
  color:#e30613;
  font-size:18px;
}

.apb-upload-warning p{
  margin:0;
  line-height:1.8;
  color:#3d4350;
}

@media(max-width:992px){
  .apb-upload-wrapper{
    padding:34px;
  }

  .apb-upload-example{
    grid-template-columns:1fr;
  }

  .apb-upload-head h1{
    font-size:34px;
  }
}

@media(max-width:768px){
  .apb-upload-page{
    padding:35px 10px;
  }

  .apb-upload-wrapper{
    padding:24px 18px;
    border-radius:20px;
  }

  .apb-form-grid{
    grid-template-columns:1fr;
  }

  .apb-upload-head h1{
    font-size:28px;
  }

  .apb-upload-example{
    padding:22px;
  }

  .apb-upload-btn{
    width:100%;
  }
}
.apb-paytr-toggle{
    width:100%;
    margin-top:16px;
    border:0;
    border-radius:12px;
    background:#155EEF;
    color:#fff;
    font-size:14px;
    font-weight:700;
    padding:13px;
    transition:.25s;
}

.apb-paytr-toggle:hover{
    background:#0f4cd9;
}

#paytr_taksit_tablosu{
    margin-top:15px;
}

/* =========================================================
   APP PLAKA - PRODUCT PREVIEW & MOBILE NAV FINAL OVERRIDES
   ========================================================= */

/* Eski ürün sayfası sabit sipariş barı kaldırıldı. */
.apb-mobile-sticky{
	display:none !important;
}

/* Plaka giriş alanı ve canlı önizleme */
.apb-plate-field{
	margin-bottom:16px !important;
}

.apb-plate-field > .form-control{
	height:48px;
	border:1px solid #dbe3ef;
	border-radius:10px;
	font-size:15px;
	font-weight:500;
	letter-spacing:.4px;
	padding:10px 14px;
}

.apb-plate-field > .form-control:focus{
	border-color:#0b5bd3;
	box-shadow:0 0 0 3px rgba(11,91,211,.10);
}

.apb-preview-box{
	margin:12px 0 4px !important;
	padding:15px 16px 13px !important;
	background:#fff !important;
	border:1px solid #dfe6f0 !important;
	border-radius:16px !important;
	box-shadow:0 10px 28px rgba(15,23,42,.06) !important;
}

.apb-preview-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	margin-bottom:12px;
}

.apb-preview-title{
	margin:0 !important;
	font-size:14px !important;
	line-height:1.3;
	font-weight:700 !important;
	color:#111827 !important;
}

.apb-preview-live{
	display:inline-flex;
	align-items:center;
	gap:5px;
	font-size:10px;
	font-weight:600;
	color:#16a34a;
	white-space:nowrap;
}

.apb-preview-live i{
	font-size:6px;
}

.apb-plate-preview-wrap{
	width:100%;
	max-width:390px !important;
	margin:0 auto !important;
}

.apb-plate-preview-bg{
	position:relative;
	width:100%;
}

.apb-plate-preview-bg img{
	display:block;
	width:100% !important;
	height:auto !important;
}

.apb-plate-overlay{
	position:absolute;
	inset:0;
	pointer-events:none;
}

.apb-plate-city,
.apb-plate-letters,
.apb-plate-numbers{
	position:absolute !important;
	top:50% !important;
	transform:translateY(-50%) !important;
	font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif !important;
	font-size:37px !important;
	font-weight:700 !important;
	font-stretch:condensed;
	line-height:1 !important;
	letter-spacing:.3px !important;
	color:#0a0a0a !important;
	white-space:nowrap;
	text-shadow:.35px 0 #000,-.35px 0 #000;
}

.apb-plate-city{
	left:15.8% !important;
}

.apb-plate-letters{
	left:51.2% !important;
	transform:translate(-50%,-50%) !important;
	letter-spacing:1.2px !important;
}

.apb-plate-numbers{
	right:8.2% !important;
	text-align:right;
}

.apb-preview-note{
	margin-top:9px !important;
	font-size:11px !important;
	line-height:1.45;
	color:#7b8493 !important;
}

.apb-preview-box:not(.has-value) .apb-preview-live{
	opacity:.55;
}

/* Mobil alt navigasyon: tam tabana oturan native uygulama görünümü */
@media(max-width:768px){
	body{
		padding-bottom:72px !important;
	}

	.apb-mobile-bottom-nav{
		position:fixed !important;
		left:0 !important;
		right:0 !important;
		bottom:0 !important;
		width:100% !important;
		height:64px !important;
		padding:6px 5px calc(6px + env(safe-area-inset-bottom)) !important;
		border:0 !important;
		border-top:1px solid #e4e9f1 !important;
		border-radius:0 !important;
		background:rgba(255,255,255,.98) !important;
		box-shadow:0 -8px 24px rgba(15,23,42,.10) !important;
		display:grid !important;
		grid-template-columns:repeat(5,1fr) !important;
		align-items:center !important;
		z-index:100000 !important;
		backdrop-filter:blur(12px);
		-webkit-backdrop-filter:blur(12px);
	}

	.apb-mnav-item{
		min-width:0;
		display:flex !important;
		flex-direction:column !important;
		align-items:center !important;
		justify-content:center !important;
		gap:3px !important;
		font-size:9px !important;
		font-weight:500 !important;
		line-height:1.1 !important;
		color:#64748b !important;
	}

	.apb-mnav-item i{
		font-size:17px !important;
		color:#64748b !important;
	}

	.apb-mnav-cart{
		position:relative !important;
		margin-top:-24px !important;
	}

	.apb-mnav-cart > i{
		width:50px !important;
		height:50px !important;
		border:4px solid #fff !important;
		border-radius:50% !important;
		background:#0b5bd3 !important;
		color:#fff !important;
		display:flex !important;
		align-items:center !important;
		justify-content:center !important;
		font-size:20px !important;
		box-shadow:0 9px 22px rgba(11,91,211,.32) !important;
	}

	.apb-mnav-cart > span:not(.apb-cart-badge){
		color:#0b5bd3 !important;
		font-weight:700 !important;
	}

	.apb-cart-badge{
		position:absolute !important;
		top:-1px !important;
		right:calc(50% - 27px) !important;
		min-width:17px !important;
		height:17px !important;
		margin:0 !important;
		padding:0 4px !important;
		border:2px solid #fff !important;
		border-radius:999px !important;
		background:#ef4444 !important;
		color:#fff !important;
		font-size:9px !important;
		font-weight:800 !important;
		line-height:13px !important;
		box-shadow:none !important;
	}

	.scrollToTop{
		bottom:78px !important;
	}

	.apb-preview-box{
		padding:13px 12px 11px !important;
		border-radius:14px !important;
	}

	.apb-preview-head{
		margin-bottom:10px;
	}

	.apb-plate-preview-wrap{
		max-width:330px !important;
	}

	.apb-plate-city,
	.apb-plate-letters,
	.apb-plate-numbers{
		font-size:31px !important;
	}
}

@media(max-width:390px){
	.apb-plate-city,
	.apb-plate-letters,
	.apb-plate-numbers{
		font-size:28px !important;
	}

	.apb-preview-live{
		font-size:9px;
	}
}
.apb-footer-social{
    display:flex;
    align-items:center;
    gap:14px;
    margin-top:18px;
}

.apb-footer-social a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
    transition:.25s ease;
}

.apb-footer-social a:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.apb-footer-social svg{
    width:24px;
    height:24px;
    display:block;
}