@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('/skins/shared/css/owl.carousel.css');
@import url('/skins/shared/css/pace-theme-flash.tmpl.css');
@import url('/skins/shared/css/awesome-bootstrap-checkbox.css');
@import url('/skins/shared/css/style-tr-color.css');

/* STYLE */

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    line-height: normal;
    position: relative;
    background: #fff;
    font-family: 'Manrope', sans-serif;
}
body:before {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    clear: none;
    display: block !important;
    pointer-events: none;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
body.bg-overlay:before {
    opacity: 1;
    visibility: visible;
}
a {
    color: inherit;
    text-decoration: none;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a:hover, a:focus, a.link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
button, input {
    outline: none !important;
}
.btn:focus, .btn:active {
    box-shadow: unset !important;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
span.mdi {
    font-size: 24px;
    display: inline-block;
    line-height: 1;
}
span.mdi::before {
    line-height: 1;
}
p {
    margin: 0;
}
.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-60 {
    font-size: 60px !important;
}
label::before {
    outline: none !important;
}
.header .search-input {
    height: 40px;
}
.header .search-input::placeholder {
    font-size: 14px;
    color: #666;
}
.header .search-btn {
    padding: 0;
    width: 40px;
    justify-content: center;
}
button,button:focus,button:active {
    border: none;
    box-shadow: none;
}
.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage {
    height: 100%;
}
/* Color Settings (inherited from Cherry Theme) */
::selection {
    color: #fff;
    background: #000;
}
::-moz-selection {
    color: #fff;
    background: #000;
}
::-webkit-selection {
    color: #fff;
    background: #000;
}
/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}
h1 {
    font-size: 30px;
    line-height: 35px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
}
h3 {
    font-size: 20px;
    line-height: 24px;
}
h4 {
    font-size: 17px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
}
h6 {
    font-size: 12px;
    line-height: 20px;
}
p.lead {
    font-size: 20px;
    line-height: 1.4;
}
h3 code {
    font-size: 14px;    
}
/* Helper class */
.error label.error {
    color: red;
}
.section-block {
    margin-bottom: 30px;
}
.underline {
    text-decoration: underline;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin-right {
    margin-right: 0;
}
.no-margin-left {
    margin-left: 0;
}
.no-margin-top {
    margin-top: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.no-border {
    border: 0;
}
.width100, .w100 {
    width: 100%;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.maxheight100 {
    max-height: 100px;
}
.maxheight200 {
    max-height: 200px;
}
.maxheight300 {
    max-height: 300px;
}
.maxheight400 {
    max-height: 400px;
}
.maxheight500 {
    max-height: 500px;
}
.maxheight600 {
    max-height: 600px;
}
.maxheight700 {
    max-height: 700px;
}
.maxwidth100 {
    max-width: 100px;
}
.maxwidtht200 {
    max-width: 200px;
}
.maxwidth300 {
    max-width: 300px;
}
.maxwidth400 {
    max-width: 400px;
}
.maxwidth500 {
    max-width: 500px;
}
.maxwidth600 {
    max-width: 600px;
}
.maxwidth700 {
    max-width: 700px;
}
.padd {
    margin-top: 60px;
}
.hr1 {
    border-width: 1px;
    border-color: #DDDDDD;
    margin-top: 0px;
}
.hr2 {
    border-width: 2px;
    border-color: #DDDDDD;
}
.hr3 {
    border-width: 4px;
    border-color: #DDDDDD;
}
hr.hr-base {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #DDDDDD;
}
ul.list-dot li {
    list-style: inside disc;
}
ul.list-number li {
    list-style: inside decimal;
}
ul.list {
    list-style: disc;
    padding-left: 40px;
}
    ul.list ul {
        list-style: circle;
        padding-left: 40px;
    }
ul.list-check {
    list-style: none;
}
ul.list-border li {
    border-bottom: 1px solid #E0EDED;
    display: block;
    padding: 10px 15px;
}
ul.list-border li:hover {
    background: #ebebeb;
}
.product-detail {
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}
.hw100 {
    height: 100%;
    width: 100%;
}
.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.display-block {
    display: block;
}
.display-inline {
    display: inline-block;
}
.text-strike {
    text-decoration: line-through;
}
.word-break {
    word-break: break-all
}
.img-block {
    display: block;
    overflow: hidden;
}
.borderless td, .borderless th {
    border: none;
}
/* BLOCK TITLE */
.block-title {
    font-size: 13px;
    margin: 0 0 0px;
    padding: 10px 0 0;
    position: relative;
    
}
.block-title-1 {
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 15px;
    padding: 10px 0 0;
    border-bottom: 1px solid #CECECE;
}
.block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    
}
.block-title-3 {
    border-bottom: 1px solid #CECECE;
    margin: 0 0 15px;
    padding: 10px 0 10px;
    position: relative;
    
}
.block-title-4 {
    display: inline;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 0 12px;
    
}
.block-title-5 {
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    letter-spacing: 0.2em;
    padding: 0;
    
}
.border-title {
    border-bottom: 1px solid #CECECE;
    margin: 0 0 15px;
    padding: 10px 0 10px;
}
.module-content {
    position: relative;
}
/* Module Title */
.module-title.edit {
    background: #EEE;
}
.module-title.edit .module-title-text p {
    font-size: 14px;
}
.module-title-edit, .module-title-edit:hover, .module-title-edit:focus {
    font-size: 12px;
    background: #000;
    color: #FFF;
    padding: 5px 10px;
}
.val-error {
    border: 1px solid #a94442;
    padding: 4px;
}
.help-block {
    font-size: 12px;
    color: #dc3545;
    padding-top: 10px;
    display: inline-block;
}
.section-description {
    margin: 0 0 30px;
}
/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */
.modal {
    overflow: auto;
}
.modal .close {
    color: #FFF;
    display: block;
    font-size: 34px;
    line-height: 10px;
    padding: 0;
    text-shadow: none;
    margin: 0;
    z-index: 1;
    opacity: 1;
}
.modal-zoom .modal-dialog {
    max-width: 850px;
}
.modal-zoom .modal-dialog .img-responsive {
    max-height: 850px;
    width: 100%;
    object-fit: scale-down;
}
.modal-address .modal-dialog {
    max-width: 700px;
}
.modal-appmessage .modal-dialog {
    max-width: 500px;
}
.modal-review .modal-dialog {
    max-width: 600px;
}
.modal-dialog.modal-xs {
    max-width: 460px;
}
#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}
.modal-dialog .product-share {
    border-top: 0 none;
    margin-top: 0;
}
.modal-dialog .modal-product-thumb {
    padding-top: 15px;
}
.modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}
.modal-title-site {
    color: #FFFFFF;
    font-size: 38px;
    padding: 13px 0;
    
}
.modal-content {
    border: 0 solid #ddd;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.modal-footer {
    background: #eee;
    border-top: 1px solid #E5E5E5;
    padding: 10px 20px;
}
.modal-appmessage .modal-title {
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.modal-appmessage .modal-body {
    min-height: 100px;
}
.modal-appmessage .close {
    color: #eee;
    opacity: 0.95;
}
body.modal-open {
    padding: 0 !important;
    overflow: hidden;
}
/*  FOM CONTROLS    */
.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}
input[type="text"], input[type="password"], input[type="email"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DDD;
}
.form-horizontal.form-aleft .la-label {
    text-align: left;
}
.form-horizontal.form-aleft .radio {
    margin-bottom: 5px;
}
.form-horizontal.form-aleft .form-group label {
    text-align: left;
}
.form-horizontal.form-aleft input {
    margin-bottom: 0px;
}
.form-horizontal.form-aleft .form-group {
    margin-bottom: 6px;
}
.form-horizontal.form-aleft .save-form {
    padding-bottom: 10px;
    padding-top: 6px;
}
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 120px; /* width of the spinner gif */
    height: 122px; /*hight of the spinner gif +2px to fix IE8 issue */
}
p.required, .required sup {
    color: #E74C3C;
}
.pagination li.active a {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
}
legend {
    padding-bottom: 10px;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
.step-address .glyphicon-remove {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.step-address .glyphicon-remove:before {
    content: "\f00d";
}
/* =============================================================== */
/* CUSTOMIZE NAVBAR AND PAGE HEADER
/* =============================================================== */

.navbar-km {
    width: 100%;
}
.navbar-brand {
    /* padding: 10px; */
    color: #FFFFFF;
}
.navbar .navbar-top-mobile {
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
}
.navbar.stuck .navbar-top {
    margin-top: -30px;
}
/*  MEGA MENU */
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}
.megamenu .navbar-inner, .megamenu .container {
    position: relative;
}
.megamenu .dropdown-menu {
    right: 0;
}
.megamenu .dropdown-menu > li {
    display: block;
    line-height: 30px;
}
.megamenu .nav.float-right .dropdown-menu {
    right: 0;
}
.megamenu .megamenu-content {
    padding: 20px;
}
.megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu .megamenu-content:after {
    clear: both;
}
.megamenu.navbar .nav > li > .dropdown-menu:after, .megamenu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-50width .dropdown-menu {
    width: 50%;
    left: 0;
    right: 0;
}
.megamenu .dropdown.megamenu-40width .dropdown-menu {
    width: 40%;
    left: 0;
    right: 0;
}
.megamenu-content img {
    max-width: 100%;
}
.megamenu-content ul li {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.megamenu-content ul li a {
    font-size: 14px;
}
/* megamenu end */
.navbar-toggle .icon-bar {
    border: solid 2px #fff;
}
.user-menu > li {
    display: block;
    float: left;
}
.user-menu > li > a {
    color: #FFFFFF;
    display: inline-flex;
    font-size: 12px;
    padding: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    align-items: center;
    justify-content: flex-start;
}
.user-menu > li > a:hover {
    opacity: 0.9;
}
.phone-number span {
    float: left;
}
.hasUserMenu > .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -5px;
    left: auto !important;
}
.hasUserMenu > .dropdown-menu > li > a {
    color: #000;
    font-size: 12px;
}
.hasUserMenu > .dropdown-menu > li > a i {
    margin-right: 10px;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

/***  ------- Main Navigation onhover issue for ipad and mobile ------- ***/

.navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 14px;
}
.navbar-cart {
    border-top: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}
.color-white, .color-white i {
    color: #fff !important;
}
/***  ------- NAVBAR MINI CART ------- ***/
.dropdown-left .dropdown-menu {
    left: 0;
}
.cart-menu {
    float: left;
    display: block;
}
.cart-menu a.dropdown-toggle, .cart-menu a#cart-sidebar-toggle {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    font-size: 12px;
    
    line-height: 20px;
    display: block;
}
.cart-menu .dropdown-menu {
    padding-bottom: 0;
    border-radius: 0;
    margin-top: 0;
}
.mini-cart-table {
    width: 100%;
    display: block;
    /* margin: 40px 0 0; */
}
.mini-cart-product {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
}
.mini-cart-product-thumb {
    text-align: center;
    width: 20%;
}
.mini-cart-description {
    width: 80%;
    padding: 0 10px;
}
.cart-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.15);
    display: none;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.cart-menu.show .cart-menu-overlay {
    display: block;
}
.cart-menu img {
    width: 50px;
}
.cart-menu h4 {
    padding-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mini-cart-description .size {
    color: #000;
    font-size: 11px;
    display: block;
}
.mini-cart-description .price {
    color: #444444;
    font-size: 15px;
    display: inline-block;
}
.mini-cart-description .old-price {
    font-size: 12px;
    display: inline-block;
}
.old-price {
    color: #666666;
    font-size: 14px;
    text-decoration: line-through;
}
.cart-menu table {
    width: 100%;
    height: auto;
}
.mini-cart-footer {
    background: #ECF0F1;
    padding: 10px 10px 10px;
}
.mini-cart-footer .btn {
    border: none;
    background: #c42227;
    color: #FFF;
    margin: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
}
.mini-cart-footer .subtotal {
    color: #000000;
    font-size: 18px;
    line-height: normal;
    margin: 5px 0;
}
.mini-cart-footer .subtotal-discount {
    font-size: 14px;
    line-height: normal;
}
.mini-cart-footer-in-mobile .subtotal {
    font-size: 18px;
    color: #fff;
}
.mini-cart-footer-in-mobile .subtotal-discount {
    font-size: 14px;
}

/***  ------- Mini Cart End ------- ***/
/* ================================*/
/*  FOOTER
/* ================================*/
.gap {
    height: 40px;
    width: 100%;
    clear: both;
    display: block;
}
.footer {
    background: #FFF;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #DDDDDD;
}
.footer h3 {
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    line-height: 27px;
    padding: 40px 0 10px;
    color: #3a3a3a;
}
.bottom-menu ul {
    font-size: 14px;
    line-height: 32px;
    list-style-type: none;
    padding: 0;
    color: #000;
}
.bottom-menu ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    padding: 0;
}
.bottom-menu button {
    font-size: 16px;
    margin: 0;
    color: #000 !important;
    padding: 0 0 20px;
    pointer-events: none;
}
div#accordionFooter, div#accordionFooter .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0 auto;
}
div#accordionFooter .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    margin: 0;
}
.footer .ot-sign {
    clear: both;
    background: #EEE;
    height: 32px;
    line-height: 32px;
}
.footer .ot-sign p {
    background: transparent;
    clear: both;
    color: #000;
    margin: 0;
    font-size: 12px;
}
.footer .ot-sign strong {
    color: #e86d00;
}
.footer .ot-sign a {
    color: #000;
}
.news-letter-box .input-append {
    background: #FFFFFF;
    display: inline-block;
    height: 30px;
    clear: both;
    width: 100%;
}
.news-letter-box .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 36px;
    letter-spacing: 0.5px;
    padding: 4px;
    width: 100%;
}
.news-letter-box .input-group-btn .btn {
    height: 30px !important;
}
.news-letter-box {
    overflow: hidden;
}
.input-group-btn .btn-subscribe {
    height: 30px;
    padding: 7px 6px;
    font-size: 13px;
    width: 60px;
}
.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}
.footer-bottom .credit-cards {
    vertical-align: middle;
    filter: grayscale(100%);
    opacity: 0.8;
}
.footer .footer-free img {
    height: 32px;
    width: auto;
    margin: 0 0 0 10px;
}
.footer-bottom .credit-cards img {
    height: 32px;
    width: auto;
    margin: 0 10px 0 0;
}
/* =============================================================== */
/* MAIN CONTAINER || TOP CONTAINER START
/* =============================================================== */

.full-container {
    width: 100%;
    display: block;
    clear: both;
}
.section-block {
    margin-bottom: 30px;
}
/* =============================================================== */
/* BANNER SLIDER, PRODUCT SLIDER
/* =============================================================== */
/***  -------  PRODUCT-SLIDE (single item)  ------- ***/
.product-slider {
    margin-left: 8%;
    margin-right: 8%;
    float: none;
}
.product-slider-title {
    background: #ebebeb;
    
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding: 7px 0;
    text-align: center;
}
.product-slide-inner {
    margin-top: 12%;
    display: block;
    max-width: 98%;
}
.product-slide-inner .edit-product {
    right: 15px;
}
.product-slide-inner .product-status {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-slide-left {
    text-align: center;
}
.product-slide-img {
    display: block;
    text-align: center;
}
.product-slide-img img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/***  -------  PRODUCT-SHOW-CASE (group slides) ------- ***/

.owl-theme .owl-dots .owl-dot {
    border: none;
    background: none;
    padding: 0;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 10px 8px;
    height: 10px;
    width: 10px;
}
.product-show-case .item, .category-product .item {
    max-width: unset;
}
.owl-theme .owl-controls .owl-page span {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}
.product-show-case .owl-controls {
    margin-top: 0;
}
.product-show-case .btn-stroke-dark i {
    font-size: 0;
    transition: font 0.3s ease;
}
.product-show-case .btn-stroke-dark:hover i {
    font-size: inherit;
}
.product-show-case .details-description {
    font-size: 14px;
    margin-bottom: 15px;
}
.product-show-case .product-title {
    font-size: 24px;
    letter-spacing: 0.25px;
    line-height: 36px;
    margin-bottom: 0;
}
.ps-nav {
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
.ps-nav span.mdi:hover {
    background: rgba(0,0,0,0.1);
}
.ps-nav span.mdi {
    font-size: 32px;
    border-radius: 50%;
}
.ps-next {
    right: 0;
}
.ps-prev {
    left: 0;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
/***  -------  KM-SLIDER ------- ***/
.km-slider .content-slide .box-content-overly.box-content-overly-white {
    opacity: 1;
}
.km-slider .content-slide .box-content-overly {
    text-align: center;
    visibility: visible;
    color: #fff;
}
.km-slider-wrapper .ps-nav {
    opacity: 0;
}
.km-slider-wrapper .ps-nav i {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    font-size: 72px;
}
.km-slider .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.km-slider-wrapper .ps-prev {
    left: 0;
}
.km-slider-wrapper .ps-next {
    right: 0;
}
/* ===================================*/
/* PRODUCT TEMPLATE ITEM              */
/* ===================================*/

.listitempage {
    display: flex;
    flex-wrap: wrap;
}
.item {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 40px;
    height: 480px;
}
.product {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    border: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}
.product:hover {
    background: #fff;
}
.product .on-hover {
    -webkit-transition: all,.5s,ease-in;
    -moz-transition: all,.5s,ease-in;
    transition: all,.5s,ease-in;
    opacity: 0;
}
.product:hover .on-hover {
    -webkit-transition: all,.3s,ease-in;
    -moz-transition: all,.3s,ease-in;
    transition: all,.3s,ease-in;
    opacity: 1;
}
.item.list-view .item h4 {
    max-height: none;
}
.item.list-view .grid-description {
    display: none;
}
.list-description {
    margin-top: 5px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
}
.item.list-view .list-description {
    display: block;
}
.item.list-view {
    display: block;
    height: auto !important;
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 20px;
    flex: unset;
    max-width: unset;
}
.item.list-view .image {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    max-height: 240px;
    max-width: 240px;
    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;
    -ms-transition: all 0.5s ease 0s;
    padding-right: 20px;
    background: #fff;
}
.item.list-view .image a {
    display: block;
    max-height: 100%;
    height: 100%;
    max-height: 100% !important;
}
.item.list-view .image img {
    max-height: 240px;
    width: auto !important;
}
.item.list-view h4 {
    height: auto;
    margin: 45px 0 5px;
    font-size: 24px;
}
.item.list-view .description {
    text-align: right;
}
.item.list-view .description p {
    text-align: right;
    max-height: 200px;
    min-height: 10px;
}
.item.list-view .price {
    font-size: 22px;
    text-align: right;
}
.item.list-view .action-control {
    text-align: right;
}
.item.list-view .product {
    padding-right: 20px;
    min-height: 240px;
}
.item:hover .action-control {
    border-bottom-color: #fff;
}
.product-box .item {
    margin: 0 10px;
}
.product-box .item:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    background: #fff;
}
.image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    max-height: 240px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.image a {
    display: block;
    overflow: hidden;
}
.image a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    max-height: 240px;
    margin: 0 auto;
}
.product:hover .image a img {
    transform: scale(1.15) rotate(-1.5deg);
    -webkit-transform: scale(1.1) rotate(-1.5deg);
    -moz-transform: scale(1.1) rotate(-1.5deg);
    -ms-transform: scale(1.1) rotate(-1.5deg);
    -o-transform: scale(1.1) rotate(-1.5deg);
}
.promotion {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    line-height: 18px;
}
.promotion span {
    border-radius: 0;
}
.promotion span:last-child {
    border-radius: 0 4px 4px 0;
}
.promotin-area {
    height: 100%;
    margin-bottom: 10px;
}
.promotion-second span {
    float: left;
}
.edit-product {
    display: inline-block;
    background: #000;
    color: #FFF !important;
    padding: 5px;
    z-index: 10;
    margin: 5px 0 0;
}
.product-status span {
    position: absolute;
    display: inline-block;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
}
.product-status .free-ship {
    background: #319c26;
    color: #FFF;
    bottom: 0;
    right: 0;
}
.product-status .has-gift {
    background: #f7a658;
    color: #FFF;
    bottom: 0;
    left: 0;
}
.product-status .new-product {
    background: #000;
    color: #FFF;
    top: 0;
    left: 0;
}
.fast-shipping {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    
    height: 100%;
    background: #4ec67f;
    padding: 3px 10px;
    border-radius: 4px;
}
.discount {
    background: #d82922;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 5px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}
.no-stock {
    display: inline-block;
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 4px;
    background-color: #f2f2f2;
}
.product .price-sales {
    font-size: 18px;
    font-weight: 600;
}
.price-buying {
    font-size: 18px;
}
.product .price-box .price-buying {
    margin: 15px 0 0;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    border-radius: 32px;
    clear:both;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #319c26;
}
.product .price-box .price-buying .p-label {
    font-weight: 400;
    background: transparent;
    color: #000;
    position: relative;
}
.product .price-box .price-buying .p-value {
    font-weight: 700;
    color: #319c26;
}
.product .price-box .price-buying .p-currency {
    font-weight: 700;
    color: #319c26;
}
.pdetail .price-buying {
    margin: 10px 0 0;
    color: #FFF;
    font-size: 21px;
    text-align: center;
    border-radius: 32px;
    clear:both;
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #319c26;
}
.pdetail .price-buying .p-label {
    font-size: 16px;
    background: transparent;
    color: #000;
    height: 40px;
    line-height: 35px;
    position: relative;
    top: -2px;
}
.pdetail .price-buying .p-value {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #319c26;
}
.description {
    margin: 0 auto;
    padding: 0px 5px 0px 5px;
}
.list-view .description {
    margin: 0 auto;
    min-height: auto;
    max-width: 100%;
}
.description .a-review {
    margin: 10px 0 0;
    display: block;
}
.list-view .description .product-adv {
    display: inline;
}
.action-control {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.cart a {
    font-size: 20px;
    color: #000;
    margin: 0 0;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.13s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.buy-action {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    bottom: 0px;
    height: 60px;
    z-index: 1;
    visibility: hidden;
    background-color: #FFF;
}
.btn-buy {
    border-radius: 4px;
    letter-spacing: 2px;
    padding: 6px;
    margin-top: 15px;
    font-size: 16px !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.list-view .buy-action {
    background: none;
}
/* PRODUCT LIST IMAGE HOVER */
.itemauto {
    height: auto;
    max-height: none;
}
.image-hover {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.image-hover a img {
    margin: 0 auto;
}
.product:hover .image-hover a img {
    opacity: 0.75;
}
.img-responsive.primaryImage {
    position: relative;
    z-index: 1;
    transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    transform-style: preserve-3d;
    opacity: 1;
}
.secondaryImage {
    left: 0;
    position: absolute;
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
    top: 0;
    opacity: 0;
}
.imageHoverFlip .primaryImage {
    transform-style: preserve-3d;
    transform: rotateY(0);
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}
.imageHoverFlip .secondaryImage {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}
.product:hover .secondaryImage {
    opacity: 1;
}
.product:hover .img-responsive.primaryImage {
    opacity: 0;
}
.product:hover .imageHoverFlip .img-responsive.primaryImage {
    transform: rotateY(180deg);
}
.product:hover .imageHoverFlip .img-responsive.secondaryImage {
    opacity: 1;
    transform: rotateY(0deg);
}
.item.list-view .image-hover {
    background: #fff;
    display: block;
    float: left;
    max-height: 240px;
    max-width: 240px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
/* ================================*/
/* BRAND LIST
/* ================================*/
.featured-post-container.global-padding {
    padding: 10px 0 !important;
}
.brand-alphabet-list a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: center;
    min-width: 25px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}
.brand-alphabet-list a.selected {
    border: 1px solid #999999;
    background-color: #fff;
}
.brand-alphabet-list a:hover {
    border: 1px solid #999999;
    background-color: #fff;
}
.brand-image-look .inner {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.brand-image-look .inner .box-content-overly-white {
    right: 0;
    text-align: center;
}
.brand-image-look .inner .img-title {
    color: white;
    display: block;
    font-size: 20px;
    
    letter-spacing: 3px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 0px 2px #555;
    top: 40%;
    width: 100%;
    z-index: 100;
    transition: opacity .2s linear, visibility .2s linear;
}
.brand-image-look .inner:hover .img-title {
    visibility: hidden;
    opacity: 0;
}
.brand-image-look .inner .box-text-cell-inner h1 {
    font-size: 20px;
}
.brand-image-look .inner:hover .box-content-overly-white {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
}

/* ================================= */
/* CATEGORY 
/* ================================= */
/* PRODUCT FILTER, SORT, LISTING*/

.cat-top-bar .cat-top-bar-inner {
    border-bottom: 1px solid #DDD;
}
.cat-top-bar .cat-top-bar-inner div.col-lg-6 {
    padding-left: 0;
}
.cat-top-bar .cat-top-bar-inner div.col-lg-18 {
    padding-right: 0;
}
.cat-top-bar h4, .cat-top-bar p {
    margin-bottom: 0;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.cat-top-bar .f-right p {
    color: #7f8c8d;
}
.cat-top-bar .f-right p span {
    color: #34495e;
}
.cat-top-bar .f-right p a {
    display: inline-block;
    padding: 0 5px;
    color: #7f8c8d;
    position: relative;
}
.cat-top-bar .f-right p a:hover {
    color: #4ec67f;
}
.cat-top-bar .f-right p a.active:after {
    background-color: #7f8c8d;
    bottom: 3px;
    content: "";
    height: 1px;
    left: 5px;
    position: absolute;
    width: calc(90%);
}
.cat-top-bar .filter-toggle {
    cursor: pointer;
}
.cat-top-bar .filter-toggle span {
    display: inline-block;
    position: relative;
    width: 30px;
    opacity: .5;
}
.cat-top-bar .filter-toggle span:after {
    content: "OFF";
    position: absolute;
}
.cat-top-bar .filter-toggle span.is-off:after {
    content: "ON";
    position: absolute;
}
.cat-top-bar .psort-list a {
    padding-left: 2px;
    padding-right: 2px;
}
.cat-top-bar .psort-list .dropdown-toggle::after {
    display: none;
}
/*Category Panel Root Container*/
#categoryAccordion {
    margin-bottom: 5px;
}
.selected-filter {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 10px 10px 0;
}
.filter-each {
    border: 1px solid rgba(0,0,0,.125);
    margin: 0 0 15px;
}
.category-panel {
    background: none;
    box-shadow: none;
    border: none;
}
.category-panel.filter-panel .filter-item a {
    font-size: 15px;
    margin: 5px 0;
    display: flex;
    background: none !important;
    align-items: center;
    justify-content: flex-start;
}
.category-panel.filter-panel .text-muted {
    font-size: 12px;
    margin: 0 0 0 5px;
}
.category-panel .card-header {
    padding: 0;
}
.category-panel .card-body {
    padding: 1rem 1.25rem;
}
.category-panel .card-header a {
    display: block;
    width: 100%;
}
.category-panel .card-header a.collapsed .mdi-chevron-up-circle-outline::before {
    content: "\fb0c";
}
.category-panel .panel-body {
    margin-bottom: 6px;
    padding: 0px;
    padding-top: 3px;
    font-size: 14px;
}
.category-panel .panel-body .sub-categories {
    font-size: 14px;
    line-height: 26px;
}
.category-panel .maxlist-more {
    
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 15px;
}
.category-panel.filter-panel ul > li {
    margin-bottom: 3px;
}
.category-panel.filter-panel ul > li > a {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 3px;
}
.category-panel.filter-panel .filter-items {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 3px;
}
.category-panel .filter-input {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.category-panel.filter-panel .fc-rating i {
    opacity: 0.9;
}
.category-panel a.size-filter {
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 2px;
    margin-right: 6px;
    margin-bottom: 6px;
    text-align: center;
    min-width: 35px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}
.category-panel a.size-filter.selected {
    border: 1px solid #999999;
    background-color: #fff;
}
.category-panel a.size-filter:hover {
    border: 1px solid #999999;
    background-color: #fff;
}
.category-panel a.color-filter {
    display: inline-block;
    padding: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
    min-width: 35px;
    min-height: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f5f5f5;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}
.category-panel a.color-filter.selected {
    border: 1px solid #999999;
    background-color: #fff;
}
.category-panel a.color-filter:hover {
    border: 1px solid #999999;
    background-color: #fff;
    transition: all 0.15s ease-in-out 0s;
}
.category-panel .selected-filter a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    margin: 0 5px 10px 0;
    text-align: center;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f5f5f5;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}
.category-panel .selected-filter a span i {
    padding-right: 3px;
    font-size: 14px;
    color: #999;
}
/* Category Panel Open/Close Icon*/
.has-minus,.has-plus {
    float: right;
    margin-top: 10px;
}
.i-minus {
    background: #ccc;
    display: block;
    height: 1px;
    position: relative;
    width: 20px;
    -webkit-transition: all 0.45s ease-in 0s;
    -moz-transition: all 0.45s ease-in 0s;
    -o-transition: all 0.45s ease-in 0s;
    -ms-transition: all 0.45s ease-in 0s;
    transition: all 0.45s ease-in 0s;
}
.i-minus::after {
    background: #ccc;
    content: "";
    height: 18px;
    left: 9px;
    position: absolute;
    top: -8px;
    width: 1px;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    -ms-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
}
.has-minus .i-minus::after {
    height: 0;
    left: 9px;
    position: absolute;
    top: 0;
    width: 1px;
}
#accordion .panel:first-child .panel-heading {
    padding-top: 0;
}
.submini {
    height: 2px;
    max-width: 50px;
    margin: 15px auto;
    background: 000;
    box-shadow: none;
    border: none;
}
/* category list end */
.tree .dropdown-menu {
    position: relative !important;
    float: none !important;
    box-shadow: none !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}
.open-tree > .dropdown-menu {
    display: block;
}
.dropdown-menu-tree {
    display: none;
    margin-bottom: 20px;
}
.open-tree > .dropdown-menu-tree {
    display: block;
}
.tree > li.active > a, .tree > li.active > a:hover, .tree > li.active > a:focus {
    background: none;
    color: #000;
}
.nav-stacked.tree > li a:hover {
    color: #000;
    
}
.tree > .active > a > .badge {
    background: #999999;
    color: #fff;
}
.category-level-2 {
    border-left: 1px solid #DDDDDD !important;
    margin-left: 13px;
}
.category-level-2 li {
    margin-top: 2px;
}
.category-level-2 li a {
    padding: 2px 15px;
    font-size: 14px;
}
/* CATEGORY DETAIL */
.category-detail {
    background: #f2f2f2;
}
.category-detail h1 {
    font-size: 16px;
    line-height: normal;
}
/* Product List Colum Size*/
.change-view {
    line-height: 18px !important;
}
.change-view a {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
.category-footer {
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin-top: 0;
}
.nav-stacked > li {
    border-bottom: solid 1px #eee;
}
.nav-stacked > li a {
    font-size: 13px;
}
.nav-stacked > li a:hover {
    color: #fff;
}
.nav-stacked > li.active a, .nav-stacked > li.active {
    background: none;
    color: #000;
    
}

/***  -------  according panel style  ------- ***/

.clearFilter {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    line-height: normal;
    padding: 2px 5px;
    text-transform: capitalize;
}
.labelRounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.clearFilter:hover {
    opacity: 0.7;
}
.collapseWill i {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin-right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.collapseWill.pressed i, .collapseWill.active i {
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.minus {
    display: block;
}
.collapseWill .minus {
    display: none !important;
}
.collapseWill.collapsed .minus {
    display: none !important;
}
.color-filter small {
    border: 1px solid #DDDDDD;
    display: inline-block;
    height: 14px;
    margin: 0 3px 0 1px;
    width: 14px;
}
/* =============================================================== */
/* PRODUCT DETAILS PAGE
/* =============================================================== */
.pdetail {
    position: relative;
}
.admin-product-edit {
    position: absolute;
    top: 0;
    right: 0;
    background: #c42227;
    color: #FFF;
    padding: 6px 10px;
    font-size: 12px;
    z-index: 9;
}
.admin-product-edit:hover,.admin-product-edit:focus {
    color: #FFF;
}
.prd-container {
    padding: 20px 0 0;
}
/* -------- zoom ------- */
.sp-wrap {
    border: none !important;
}
.sp-thumbs {
    text-align: center !important;
}
.sp-large a img {
    width: 100%;
}
.sp-wrap {
    z-index: 10;
    width: 100%;
    background: none !important;
}
.sp-large {
    max-width: 90%;
}
.sp-thumbs {
    position: absolute;
    right: 0 !important;
    text-align: left;
    bottom: 140px !important;
    width: 100px !important;
    z-index: 70;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    border: 2px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 10px;
    transition: margin 0.2s ease 0s;
}
.main-image .sp-thumbs a:link, .sp-thumbs a:visited {
    margin-right: 0 !important;
}
.sp-thumbs a:hover {
    margin-right: 4px !important;
}
.sp-thumbs img {
    height: auto !important;
    width: 60px !important;
}
.product-title {
    font-size: 24px;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-bottom: 0;
}
.product-subtitle {
    font-size: 15px;
    letter-spacing: 0.25px;
    padding-bottom: 5px;
    display: block;
}
.product-part-title {
    font-size: 16px;
    margin-bottom: 4px;
    display: block;
}
.product-price {
    display: flex;
    margin: 0;
    padding: 20px 0;
    clear: both;
    align-items: center;
    justify-content: flex-start;
}
.product-price .price-sales {
    font-size: 28px;
    line-height: normal;
}
.price-standard {
    color: #666;
    font-size: 16px;
    text-decoration: line-through;
    display: block;
}
.product-code {
    list-style: inside disc;
    line-height: 1.5;
}
.product-code span.title {
    font-weight: 500;
}
.pdetail .product-icon {
    margin: 20px 0;
}
.pdetail .product-icon div {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin: 0 5px 10px 0;
    text-align: center;
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pdetail .product-icon span {
    font-size: 14px;
}
.pdetail .product-icon span.mdi {
    font-size: 21px;
}
.favourites-and-compare {
    float: left;
    clear: both;
    margin: 20px 0;
    width: 100%;
}
.product-images {
    margin-bottom: 20px;
}
#prd-thumb-images {
    margin: 0;
    padding: 0;
    width: 80px;
}
#prd-thumb-images .mCSB_container {
    margin-right: 20px;
}
#prd-thumb-images .prd-thumb-item {
    border: 1px solid #DDD;
    margin: 0 0 10px;
}
#prd-thumb-images .prd-thumb-item img {
    width: 80px;
}
#prd-thumb-images .owl-stage {
    margin: 0 auto;
}
.zoomImg {
    cursor: crosshair;
}
.product-price-rate {
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color:#c42227;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
}
.installment-price {
    color: #2D3E50;
    font-size: 15px;
    display: block;
    margin-top: 4px;
}
.cart-actions {
    margin: 0;
    width: 100%;
    display: inline-block;
    clear: both;
}
.cart-actions button, .cart-actions .btn-cart, .cart-actions .btn-expressbuy {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 1px;
    padding: 10px 20px;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}
.cart-actions .btn-expressbuy {
    background: #55b54a;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
}
.incaps {
    display: block;
    float: left;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0px 20px 0 0;
    
}
.incaps i {
    font-size: 20px;
}
.caps {
    border-top: 0 none;
    line-height: 24px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0 0 16px;
    text-align: right;
    
}
/***  ------- QUANTITY ------- ***/
.cnt-quantity {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.cnt-quantity .quantity-title {
    height: 34px;
    line-height: 34px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.cnt-quantity .quantity {
    max-width: 160px;
}
.prd-quantity {
    text-align: center;
}
.btn-quantity {
    border: medium none;
    border-radius: 3px;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 !important;
    padding: 2px 10px;
}
.price-alert {
    float: left;
    clear: both;
    padding: 10px 0;
    width: 100%;
}
/***  ------- PROMOTIONS ------- ***/
.prd-promotion {
    margin: 0;
}
.prd-promotion-title {
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}
.prd-promotion .product-name {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.prd-promotion .item {
    margin: 4px;
    color: #2D3E50;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: auto !important;
}
.prd-promotion .description {
    min-height: 90px;
    margin: 0 auto;
    font-size: 12px;
}
.prd-promotion .price {
    font-size: 14px;
}
.prd-promotion .price .free {
    font-size: 13px;
    color: #5cb85c;
}
.prd-promotion .product-image {
    max-width: 100%;
}
.prd-promotion .product-image img {
    max-width: 100%;
}
.prd-promotion .promotion {
    top: 20px;
    left: 5px;
}
div.promotion-view {
    display: block;
    margin-top: 70%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    visibility: hidden;
}
.product:hover div.promotion-view {
    visibility: visible;
}
.btn-promotion-view {
    visibility: hidden;
    border-radius: 2px;
    letter-spacing: 2px;
    color: 000 !important;
    padding: 4px;
    z-index: 2;
    width: auto;
    left: auto;
    display: inline-block !important;
    background: #fff; /* old borwser */
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.product:hover .btn-promotion-view {
    visibility: visible;
    opacity: 0.85;
    -webkit-opacity: 0.85;
    -ms-opacity: 0.85;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}
.product > .btn-promotion-view:hover {
    opacity: 0.95;
}
/* PRODUCT GROUPS*/
.prd-group-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
.prd-group-container .prd-group-title {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;   
}
.prd-group-container .item {
    margin: 4px;
    color: #2D3E50;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: auto !important;
}
.prd-group-container .owl-item:first-child .item .product {
    border-color: #000;
}
.prd-group-container .product-image {
    max-width: 100%;
}
.prd-group-container .product-image img {
    max-width: 100%;
}
/* PRODUCT DOCUMENTS*/
.prd-document {
    margin-top: 10px;
    margin-bottom: 10px;
}
.prd-document ul li {
    list-style-type: none;
    padding-left: 5px;
}
.prd-document ul li:before {
    font: normal normal normal 14px/1 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f1c1";
    padding-right: 5px;
}
/* PRODUCT VARIANT */
.vprp-title {
    font-size: 14px;
    margin-bottom: 5px;   
}
.product-variants {
    margin-bottom: 12px;
}
.product-variants a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    padding: 6px;
    margin-right: 10px;
    margin-bottom: 8px;
    text-align: center;
    min-width: 35px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}
.product-variants a.vselected.vprp-enabled {
    border: 1px solid #2D3E50;
    background-color: #fff;
}
.product-variants a:hover:not(.nostock) {
    border: 1px solid 000;
    background-color: #fff;
}
.product-variants a.vprp-disabled {
    color: #c1c1c1;
}
.product-variants a.nostock {
    color: #c1c1c1;
}
.chk-variants {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 25px !important;
    padding-right: 0px !important;
}
.table-variants tbody > tr {
    cursor: pointer;
}
/*INTALLMENT PRICE*/
.installment-bank {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding: 0;
    
}
/*REVIEW*/
.rating {
    margin: 15px 0;
}
.rating i, .rating .rating-symbol {
    color: #ff7800;
}
.rating span {
    display: inline-block;
}
.rating i {
    font-size: 16px;
}
.rating .ratingInfo {
    margin-left: 10px;
}
.rating .rating-number {
    margin-left: 10px;
    font-size: 15px;
}
.section-review {
    padding: 10px 0;
    position: relative;
}
.section-review .rating i {
    font-size: 20px;
}
.section-review .rating-number {
    margin-left: 10px;
    font-size: 20px;
}
.section-review .rating-info {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-left: 10px;
    
}
.review-bar {
    border-bottom: 1px solid #d1d4d6;
    border-top: 1px solid #d1d4d6;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 16px;
}
.review-bar-title {
    font-size: 16px;
}
.rating-number {
    padding: 0 15px 0 5px;
}
.review-item .rating i {
    font-size: 14px;
}
.review-item .rating-info {
    font-size: 14px;
    letter-spacing: 0.5px;
    
}
.review-item .review-username {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.review-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}
.a-star {
    background-image: url(/skins/shared/images/yildiz-new.png);
    -webkit-background-size: 340px 15px;
    background-size: 340px 15px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    position: relative;
    vertical-align: text-top;
    width: 80px;
    height: 18px;
    top: 1px;
}
.a-star-big {
    background-image: url(/skins/shared/images/yildiz-b.png);
    -webkit-background-size: 390px 18px !important;
    background-size: 390px 18px !important;
    width: 95px;
    height: 18px;
}
.a-star-0 {
    background-position: -260px 0px;
}
.a-star-1 {
    background-position: -244px 0px;
}
.a-star-2 {
    background-position: -228px 0px;
}
.a-star-3 {
    background-position: -212px 0px;
}
.a-star-4 {
    background-position: -196px 0px;
}
.a-star-5 {
    background-position: -180px 0px;
}
.a-star-0-5 {
    background-position: -64px -0px;
}
.a-star-1-5 {
    background-position: -48px -0px;
}
.a-star-2-5 {
    background-position: -32px -0px;
}
.a-star-3-5 {
    background-position: -16px -0px;
}
.a-star-4-5 {
    background-position: 0px -0px;
}
.a-star-big-0 {
    background-position: -260px 0px;
}
.a-star-big-1 {
    background-position: -76px 0px;
}
.a-star-big-2 {
    background-position: -57px 0px;
}
.a-star-big-3 {
    background-position: -38px 0px;
}
.a-star-big-4 {
    background-position: -19px 0px;
}
.a-star-big-5 {
    background-position: -0px 0px;
}
.a-star-big-0-5 {
    background-position: -276px -0px;
}
.a-star-big-1-5 {
    background-position: -257px -0px;
}
.a-star-big-2-5 {
    background-position: -238px -0px;
}
.a-star-big-3-5 {
    background-position: -219px -0px;
}
.a-star-big-4-5 {
    background-position: -200px -0px;
}
/*------- CAMPAIGN ------- */
.campaign {
    border: 1px solid #e5e5e5;
    color: #2D3E50;
    background-color: #ffffdd;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.campaign-title {
    color: #ab2626;
    font-size: 16px;
    
}
/*------- PRODUCT TAB ------- */
.product-tab {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 50px;
}
.product-tab .nav-tabs > li > a {
    border: 0;
    border-radius: 0;
}
.product-tab .nav-tabs > li > a.active, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li.active > a:focus {
    color: #000 !important;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
}
.product-tab .nav-tabs {
    margin-bottom: 20px;
}
.product-tab .nav-tabs li a {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
}
.product-tab .nav-tabs li i {
    font-size: 28px;
}
.pgroup-tab {
    clear: both;
}
.pgroup-tab .nav-tabs > li.active > a, .pgroup-tab .nav-tabs > li.active > a:hover, .pgroup-tab .nav-tabs > li.active > a:focus, .pgroup-tab .nav-tabs > li.hover > a {
    background: none !important;
    color: #000;
    border: 0;
    border-radius: 0;
}
.pgroup-tab .nav-tabs {
    margin-bottom: 20px;
    font-size: 16px;
}
.pgroup-tab .nav-tabs li i {
    font-size: 28px;
}
.pgroup-tab .nav-tabs .nav-item.show .nav-link, .pgroup-tab .nav-tabs .nav-link.active {
    color: #000;
    font-weight: 600;
}
/* =============================================================== */
/* CART PAGE
/* =============================================================== */
/***  ------- ShoppingCart & UserShoppingList ------- ***/

.cart-product-thumb a img, .cart-product-thumb a img {
    width: 100%;
    max-width: 70px;
}
.cart-table-header {
    font-size: 15px;
    line-height: 28px;
}
.cart-quantity .bootstrap-touchspin .btn {
    padding-left: 8px;
    padding-right: 8px;
}
.cart-quantity-box {
    padding: 0;
    text-align: center;
}
.cart-table-header {
    background: #EBEDEF;
}

/* CART RIGHT PANEL */

.cart-summary-container {
    border: 1px solid #DDDDDD;
    background-color: #FFF;
}
.cart-summary-container table > tbody > tr > td {
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle;
}
.cart-summary {
    margin-top: 0;
    padding: 15px;
}
.cart-summary tr:first-child td {
    border: none;
}
.cart-summary tr td:nth-child(2) {
    text-align: right;
}
.cart-summary tr td {
    vertical-align: middle;
}
.cart-summary .total-price {
    font-size: 22px;
    
}
.cart-summary .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}
.cart-summary .cnt-contract {
    padding: 4px;
    margin-bottom: 10px;
}
.cart-summary .cnt-contract.danger {
    color: #d22b38;
    border: 1px solid #d22b38;
    border-radius: 3px;
}
span.success, p.success div.success {
    color: #8BB418;
}
.input-group-btn .btn-coupon {
    font-size: 14px;
    border-radius: 0 3px 3px 0;
}
.usecoupon a:not(.collapsed) span.mdi::before {
    content: "\f374";
}
/* =====================================*/
/* CONTENT MENU
/* =====================================*/
.sidebar-nav li {
    padding: 0;
}
.sidebar-nav li a {
    display: block;
    padding: 8px 30px 8px 10px;
}
.sidebar-nav li a:hover {
    text-decoration: none;
}
.sidebar-nav > li.active,.sidebar-nav > li.active:hover {
    background: #717984;
}
.sidebar-nav > li.active,.sidebar-nav > li.active:hover,.sidebar-nav > li.active:focus {
    border-color: #ddd;
}
.sidebar-nav > li.active > a {
    color: #fff;
}
/*Sidebar Sub Navigation*/
.sidebar-nav li ul {
    padding: 0;
    list-style: none;
}
.sidebar-nav li ul, .sidebar-nav li.active ul a {
    background: #f8f8f8;
}
.sidebar-nav li ul a {
    color: #555;
    font-size: 12px;
    border-top: solid 1px #ddd;
    padding: 6px 30px 6px 17px;
}
.sidebar-nav ul li:hover a,.sidebar-nav ul li.active a {
    color: #72c02c;
}
/*Sidebar Badges*/
.sidebar-nav .list-group-item li > .badge {
    float: right;
}
.sidebar-nav span.badge {
    margin-top: 8px;
    margin-right: 10px;
}
.sidebar-nav .list-toggle > span.badge {
    margin-right: 25px;
}
.sidebar-nav ul li span.badge {
    margin-top: 8px;
    font-size: 11px;
    padding: 3px 5px;
    margin-right: 10px;
}
/* Sidebar List Toggle */
.sidebar-nav .list-group-item:first-child,.sidebar-nav .list-group-item:last-child {
    border-radius: 0;
}
.sidebar-nav .list-toggle:after {
    top: 7px;
    right: 10px;
    color: #777;
    font-size: 14px;
    content: "\f105";
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
}
.sidebar-nav .list-toggle.active:after {
    color: #fff;
    content: "\f107";
}
/* =============================================================== */
/* USER END || Account// Address // Order //  Creation
/* =============================================================== */

.my-account-list li a {
    border: 1px solid #CCC;
    border-radius: 8px;
    font-size: 14px;
    display: block;
}
.my-account-list .thumbnail:hover {
    background: #F5F5F5;
}
.my-account-list li a i {
    display: block;
    clear: both;
    font-size: 36px;
}
h2.block-title-2, .formBox h3, .block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    
}
.panel-footer-address .btn {
    margin-right: 5px;
}
.section-title-inner i {
    font-size: 20px;
}
.section-title-inner span {
    font-size: 20px;
}
/* ================================================================== */
/* OTHER STYLES
/* ================================================================== */
.cnt-404 {
    text-align: center;
}
.cnt-404 h1 {
    font-size: 36px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
    margin-top: 30px;
}
.cnt-404 .desc {
    color: #666;
    font-size: 20px;
    padding-bottom: 50px;
    display: block;
}
.cnt-404 .hdr-404 {
    color: #ccc;
    font-size: 200px;
    line-height: 1;
    text-shadow: 2.828px 2.828px 4px rgba(0, 0, 0, 0.04);
    display: block;
}
/*SUPPORT PAGE*/
.support-page h3 {
    padding-top: 20px;
}
.support-page p {
    margin-bottom: 15px;
}
.support-page a {
    color: #bd2732;
}
.support-page #accordion .panel:first-child .panel-heading {
    padding-top: 10px;
}
.support-page .panel-title a {
    color: #000;
}
.support-page .panel-default > .panel-heading {
    background-color: #f8f8f8;
    border-top: medium none;
}
/* KM CHECKOUT 1 */
.pnl-add-address .address-billtype .radio {
    margin-bottom: 5px;
}
.pnl-add-address .form-horizontal .form-group label {
    text-align: left;
    font-weight: 500;
}
.pnl-add-address .form-horizontal input {
    margin-bottom: 0px;
}
.pnl-add-address .form-horizontal .form-group {
    margin-bottom: 6px;
}
.pnl-add-address .save-address {
    padding-bottom: 10px;
    padding-top: 6px;
}
ul.address-list {
    line-height: 1.5;
}
/* KM CHECKOUT 2 */
.free-shipping {
    color: #5CB85C !important;
}
.ptype-tab .nav-tabs li a {
    margin: 0 0 0 0;
    
}
#pnl-credit-card-form .form-group {
    margin-bottom: 10px;
}
.mo-list .radio {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-left: 10px;
}
.mo-detail {
    word-break: break-word;
}
.mo-list .list-group-item:first-child {
    border-top: 0px;
}
.mo-list .list-group-item {
    border: 0px;
    border-top: 1px solid #ddd;
}
.cinst-list .radio {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-left: 20px;
}
.cinst-list .list-group-item {
    border: 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-bottom: 8px;
}
.contract-box {
    padding: 10px;
    overflow: scroll;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 2px 1px #E5E5E7;
    display: block;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.card-area {
    padding: 20px 0;
}
.card-inputs input#pfrm-month,input#pfrm-year {
    width: 40px;
    float: left;
    border: 1px solid #DDD;
    padding: 0;
    text-align: center;
}
.card-inputs span.seperator {
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
}
.card-inputs label {
    text-align: left !important;
}
.credit-card-options {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 5px 0;
    text-align: center;
    letter-spacing: 2px;
    background: none repeat scroll 0 0 #2ecc71;
}
.omni-bank-logo {
    position: absolute;
    left: 10%;
    top: 20px;
    height: auto;
    width: auto;
}
.omni-bank-logo img {
    height: 50px;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0;
}
.omni-bank-name {
    font-family: 'Source Sans Pro', sans-serif;
    position: absolute;
    left: 10%;
    top: 20px;
    height: auto;
    width: auto;
    color: #EEE;
}
.omni-bank-logo.bank-bonus img[alt="Bonus"] {opacity: 1 !important;}
.omni-bank-logo.bank-world img[alt="World"] {opacity: 1 !important;}
.omni-bank-logo.bank-maximum img[alt="Maximum"] {opacity: 1 !important;}
.omni-bank-logo.bank-paraf img[alt="Paraf"] {opacity: 1 !important;}
.omni-bank-logo.bank-advantage img[alt="Advantage"] {opacity: 1 !important;}
.omni-bank-logo.bank-axess img[alt="Axess"] {opacity: 1 !important;}
.omni-bank-logo.bank-card-finans img[alt="Card Finans"] {opacity: 1 !important;}
.omni-bank-logo.bank-bankkart img[alt="Ziraat Bankası"] {opacity: 1 !important;}
.pos-garanti {
    background: none repeat scroll 0 0 #8bc34a;
}
.pos-ykb {
    background: none repeat scroll 0 0 #650c6f;
}
.table-installment tbody tr {
    cursor: pointer;
}
.radio-installment {
    margin-top: 0px;
    margin-bottom: 0px;
}
.radio-installment .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}
#pnl-ptype .nav-tabs li {
    border: none;
}
#pnl-ptype .nav-tabs li a {
    border: none;
    margin: 0 5px 0 0;
}
#pnl-ptype .nav-tabs a.active {
    border: none;
    background: #f8f8f8;
}
#pnl-ptype .nav-tabs li:hover a, #pnl-ptype .nav-tabs li:focus a {
    border: none;
    background: #f8f8f8;
}
/* carousel-inner */
.carousel-inner > .item {
    height: auto;
    margin-bottom: 0;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    display: block;
}
.image-hover .carousel-control.left {
    background-image: none !important;
    z-index: 5;
}
.image-hover .carousel-control.right {
    background-image: none !important;
    z-index: 5;
}
.hover-nav .carousel-control {
    transform: scale(0.1);
    visibility: hidden;
    transition: all 0.3s ease 0.1s;
}
.product:hover .hover-nav .carousel-control {
    transform: scale(1);
    visibility: visible;
}
.image-hover div.quickview {
    margin-top: 60%;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/* ORDER STATUS */
.order-box {
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}
.order-box-header {
    background: #ebeded;
    padding: 10px;
    
}
.order-box-content {
    padding: 15px;
}
.order-box-content table td {
    padding: 5px;
}
.status-top {
    margin-bottom: 20px;
}
.status-top p {
    font-size: 16px;
    margin-bottom: 5px;
}
.login-container {
    padding: 60px 0;
    background-image: url(/skins/default/images/login-container-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-container .login-panel {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.login-panel .login-header {
    padding: 25px;
}
.login-panel .login-header h1 {
    padding: 0;
}
.login-panel .login-content {
    padding: 25px;
}
.login-panel .login-header {
    padding-bottom: 0px;
}
.user-form-info p {
    margin: 0 0 10px;
    font-size: 12px;
}
/* NAV TREE */
.nav-category {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.nav-category li a {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    position: relative;
    padding: 10px 20px;
}
.nav-category li a:hover {
    background: #f5f5f5;
}
.nav-category li a.child-has-open:hover {
    background: #fff;
}
.nav-category a span {
    padding-right: 5px;
    display: inline-block;
}
.nav-category li ul {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}
.nav-category ul a {
    padding-left: 30px;
    font-size: 13px;
}
.nav-category ul ul a {
    padding-left: 45px;
}
.nav-category ul ul ul a {
    padding-left: 60px;
}
.nav-category ul ul ul ul a {
    padding-left: 75px;
}
.child-has-open::after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
}
.child-has-close::after {
    content: "\f104";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
}
.km-form .file-upload-form .btn-upload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding-bottom: 7px;
}
.km-form .file-upload-form .btn-upload .input-title {
    margin-left: 2px;
}
.km-form .file-upload-form input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.km-form .file-upload-form .file-result {
    display: none;
}

/* Admin */
.admin-menu {
    position: fixed;
    top: 70px;
    right: 0;
    width: 40px;
    background: #000;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 10px 0 10px;
    border-radius: 8px 0 0 8px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    z-index: 9999;
}
.admin-menu:hover {
    width: 160px;
}
.admin-menu a {
    color: #FFF;
    float: left;
    clear: both;
    display: block;
    margin: 0 0 10px 0;
    opacity: .8;
}
.admin-menu a:hover {
    color: #FFF;
    text-decoration: underline;
}
.admin-menu a span.mdi {
    float: left;
    padding: 0;
    line-height: 1;
}
.admin-menu a span {
    padding: 0 0 0 10px;
    position: relative;
    top: 2px;
}
.admin-menu:hover a {
    opacity: 1;
}
.admin-menu a:focus,.admin-menu a:active {
    color: #FFF;
}
/* User Detail */
.my-account-pages .col-sm-20 {
    border: 1px solid #EEE;
    border-radius: 8px;
    background: #FFF;
    padding: 20px 40px;
}
.my-account-pages .panel-default {
    border: none;
    box-shadow: none;
}
.userInfoList ul li {
    line-height: 40px;
}
.userInfoList ul li a {
    padding: 10px 15px;
    font-size: 13px;
}
.userInfoList ul li a.selected {
    color: #000;
    background: white;
}
.userInfoList ul li i {
    font-size: 16px;
    margin: 0 5px 0 0;
}
/* Inactive Page */

.inactive-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    background-image: url(/skins/default/images/login-container-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

.inactive-page-inner {
    bottom: unset;
    background: rgba(255,255,255,0.8);
    border-radius: 16px;
    position: absolute;
    padding: 20px 50px;
    top: 50%;
    right: 50%;
    min-width: 50%;
    transform: translate(50%,-50%);
    text-align: center;
    display: inline-block;
}
.inactive-page-inner .social {
    margin: 20px 0;
}
.inactive-page-inner img {
    margin: 0 auto 20px;
    height: 50px;
}

.inactive-page .social a {
    height: 40px;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.inactive-page .social a.facebook {
    background: url('/skins/default/images/facebook-icon.png') no-repeat center center / auto 40px;
}
.inactive-page .social a.instagram {
    background: url('/skins/default/images/instagram-icon.png') no-repeat center center / auto 40px;
}
.inactive-page .social a.twitter {
    background: url('/skins/default/images/twitter-icon.png') no-repeat center center / auto 40px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.calendar-input span.input-group-addon {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 18px;
    transform: translate(0,-50%);
}
.invert-color {
    filter: invert(1);
}

/* =============================================================== */
/* IMAGE LOOK SIMPLE
/* =============================================================== */
.image-look-simple a {
    display: block;
    overflow: hidden;
}
.image-look-simple a img {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.image-look-simple a img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* =============================================================== */
/* IMAGE LOOK
/* =============================================================== */
.image-look .inner {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.image-look .inner .box-content-overly-white {
    right: 0;
    text-align: center;
}
.image-look .inner .img-title {
    color: white;
    display: block;
    font-size: 20px;
    
    font-weight: normal;
    letter-spacing: 3px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 0px 2px #555;
    text-transform: uppercase;
    top: 40%;
    width: 100%;
    z-index: 100;
    transition: opacity .2s linear, visibility .2s linear;
}
.image-look .inner:hover .img-title {
    visibility: hidden;
    opacity: 0;
}
.image-look .inner .box-text-cell-inner h1 {
    font-size: 20px;
}
.image-look .inner:hover .box-content-overly-white {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
}
/* Content template 2 */
.content-temp2 .inner {
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.content-temp2 .inner .overly {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    transition: background 0s ease 0s, all 0.25s ease 0s;
    -webkit-transition: background 0s ease 0s, all 0.25s ease 0s;
}
.content-temp2 .inner .overly .explore-title {
    color: white;
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 3px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    top: 40%;
    top: calc(50% - 11px);
    transition: transform 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
    -webkit-transition: transform 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
    opacity: 1;
    width: 100%;
    z-index: 100;
}
.content-temp2 .inner .overly {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
.content-temp2 .inner:hover .overly {
    background-color: unset;
}
.content-temp2 .inner:hover .img-title {
    opacity: 0.95 !important;
    visibility: visible !important;
}
.content-temp2 .inner:hover .img-block img {
    /* transform: scale(1.1);
    -webkit-transform: scale(1.1); */
    transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
    -webkit-transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.content-temp2 .inner .img-block img {
    transition: transform 0.15s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.content-temp2 .inner .img-block {
    max-height: 100%;
    overflow: hidden;
}
.content-temp2.text-only .inner {
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    padding: 2px;
}
.content-temp2.text-only .inner .overly .explore-title {
    color: #555;
}
.content-temp2.text-only .inner .img-block {
    height: 50px;
    background-color: #f5f5f5;
    margin: 4px;
}
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}
.overlay-link {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: #000;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
}
.overlay-visible .overlay-bottom, .overlay-visible .overlay-top {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto !important;
    padding-bottom: 10px;
}
.overlay-bottom, .overlay-top {
    position: absolute;
    top: auto;
    padding: 10px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    height: 0;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}
.overlay-container.text-slide .overlay-bottom {
    bottom: -45px !important;
}
.overlay-container .text {
    padding: 0 10px;
    height: 70px;
    text-align: center;
}
.overlay-container .text h3 {
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 8px;
    line-height: 70px;
}
.overlay-container .text p {
    line-height: 18px;
    margin: 0px;
}
.overlay-container:not(.text-slide):hover .overlay-link {
    height: 100%;
    opacity: 0.2;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
}
.overlay-container.text-slide:hover .overlay-bottom {
    bottom: 0px !important;
    transition: all 0.3s linear 0s;
}
/* Banner Slider template, Category  template 1 */
.box-content-overly {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 5;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.box-content-overly.box-content-overly-white {
    opacity: 0;
}
.box-text-table {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.box-text-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.box-text-cell-inner.dark {
    color: #454545;
}
.box-text-cell-inner {
    max-width: 90%;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
}
/* =============================================================== */
/* BLOG & SLIDER-BLOGLIST*/
/* =============================================================== */
.blog-desc {
    margin: 20px 0;
}
.blog-desc p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
.blog-slider .blog-item {
    margin: 0 15px 15px;
}
.blog-slider .blog-content {
    min-height: 135px;
}
.blog-slider .blog-item .blog-title {
    font-size: 18px;
    color: #000;
    margin: 20px 0;
    display: block;
}
.blog-slider .blog-item .main-image {
    margin-bottom: 10px;
}
.blog-slider .blog-content {
    margin-bottom: 10px;
    font-size: 14px;
}
.blog-slider .blog-short-desc {
    margin-bottom: 0px;
}
.blog-item {
    margin-bottom: 0;
}
.blog-item h2 {
    text-transform: none;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
}
.blog-item .main-image {
    margin-bottom: 20px;
}
.blog-item a.readmore {
    color: #383838;
    font: 600 13px/30px "Khula",sans-serif;
    font-size: 13px;
    font-family: "Khula",sans-serif;
    font-weight: 600;
    line-height: 30px;
}
.blog-item a.readmore:hover i {
    padding-left: 10px;
}
.blog-item a.readmore i {
    padding-left: 5px;
    transition: all 0.3s ease 0s;
}
.blog-info {
    border: 1px solid #DDD;
    padding: 10px;
    color: #000;
    font-size: 12px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.blog-info li {
    display: inline-flex;
    align-items: center;
}
.blog-content {
    margin-bottom: 20px;
    font-size: 16px;
}
.blog-short-desc {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 300;
}
/*FILTER UPDATE*/
.filter-circle-box, .filter-square-box {
    position: relative;
}
.filter-circle-box .filter-circle:before {
    content: '';
    width: 18px;
    height: 18px;
    position: relative;
    top: 0;
    border: 1px solid #c5c5c5;
    display: inline-block;
    margin: 0px 8px 0 0;
    border-radius: 50%;
}
.filter-circle-box .filter-circle.active:after {
    content: '';
    width: 10px !important;
    height: 10px !important;
    position: absolute;
    background: initial;
    background-color: #4c98e6;
    background-image: none;
    border-radius: 10px;
    top: 7px;
    left: 6px;
    z-index: 0;
}
.filter-square-box .filter-square:before {
    content: '';
    width: 18px;
    height: 18px;
    position: relative;
    border: 1px solid #c5c5c5;
    display: inline-block;
    margin: 0px 8px 0 0;
    border-radius: 3px;
}
.filter-square-box .filter-square.selected:after {
    content: '\f12c';
    font-family: Material Design Icons;
    font-style: normal;
    font-weight: bold;
    width: 18px;
    height: 18px;
    position: absolute;
    display: flex;
    z-index: 0;
    color: #4c98e6;
    align-items: center;
    justify-content: center;
}
/*ERROR-404*/
.error-container {
    padding: 70px 0;
    background-image: url(/skins/default/images/login-container-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-page .main-container {
    min-height: 700px;
}
.errorpage .err-logo img {
    height: 40px;
    display: inline-block;
}
.errorpage .err-header {
    padding: 20px 0;
    text-align: center;
    color: #FFF;
}
.errorpage .err-container {
    text-align: center;
}
.errorpage h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    padding-bottom: 20px;
}
.errorpage h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 20px 0;
}
.errorpage h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding-bottom: 20px;
}
.errorpage .err-right img {
    max-width: 336px;
    opacity: 0.3;
}
.errorpage .err-desc {
    padding-bottom: 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.errorpage .search-input::-webkit-input-placeholder{
    color:#495057;
}
.errorpage .search-input:-moz-placeholderÃ¯Â¿Â½{
    color:#495057;
} 
.errorpage .search-input-box {
    max-width: 320px !important;
    margin: 0 auto;
    /* background: #ffffff; */
    /* border: 1px solid #cecece; */
}
.errorpage input.search-input.form-control {
    /* width: 336px !important; */
    /* height: 45px; */
    /* background: #ffffff; */
    /* text-align: left; */
    /* font-size: 14px; */
    /* border: none; */
    /* box-shadow: none; */
    /* color: #333; */
}
.errorpage .search-input-box .search-btn {
    /* font-size: 18px; */
    /* padding: 12px 18px; */
    /* background: #ffffff; */
    /* border: none; */
    /* color: #333; */
}
.errorpage .err-button {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    padding: 20px 0;
}
.errorpage .err-button {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 20px 0;
    display: inline-block;
    font-weight: 500;
}
.errorpage .err-button i {
    font-size: 15px;
    margin-right: 7px;
}
.errorpage .err-left {
    color: #FFF;
    text-align: center;
}
.errorpage .err-categories {
    /* padding: 40px 0; */
    text-align: center;
    color: #FFF;
}
.errorpage .err-categories div.inner {
    display: inline-block;
    margin: 0 5px 10px;
}
.errorpage .err-categories > div > a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #484848;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 10px 15px;
    display: inline-block;
    background: #fff;
}
.errorpage .err-categories > div > a:hover {
    background: #f8f8f8;
}
.errorpage .err-product {
    background: #FFF;
    text-align: center;
}
.errorpage .module-title h2 {
    font-size: 18px;
}

/* THEME */

/*MINI CART*/
.header .mini-cart-product, .header .mini-cart-product a, .header .mini-cart-product p, .header .mini-cart-product .size, .header .mini-cart-product .price, .header .dropdown-header {
    color: #333;
}
.header .cart-menu table tr {
    border-bottom: 1px solid #DDD;
}
.header .mini-cart-footer-in-mobile .subtotal {
    font-size: 18px;
    color: #333;
}
.header .mini-cart-footer {
    background: #ecf0f1 !important;
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.navbar-mini-cart {
    padding-left: 0;
}
.header .cart-title {
    background: #000;
    text-align: center;
    color: #ffffff;
    padding: 8px;
    font-size: 21px;
}
/*MINI CART END*/
.header.navbar-km {
    z-index: 1050;
    background: #ffffff;
    min-height: auto;
    border: none;
    margin: 0;
}
.header.navbar.stuck .navbar-top {
    margin-top: -40px;
}
.navbar.navbarFixed {
    position: fixed;
    top: 0;
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px #DDD;
}
.header .header-center {
    background: none;
}
.header.navbarFixed .header-center {
    padding: 10px 0;
}
.header .navbar-brand {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: unset;
    line-height: unset;
}
.header .navbar-brand img {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}
.header .user-menu > li > a {
    font-weight: normal;
    color: #000;
}
.header .user-menu > li > a > span.mdi {
    font-size: 28px;
    margin: 0 8px 0 0;
}
.header .navbar-nav > li > a {
    color: #000;
    padding: 10px 20px;
    display: block;
    line-height: 24px;
}
.header .megamenu-content ul li {
    border-bottom: none;
    margin-bottom: 0px;
    padding: 5px 0;
}
.header .megamenu-content ul li strong a {
    margin: 0 0 10px 0;
}
.header .navbar-nav > li > .dropdown-menu {
    box-shadow: none;
    transition-delay: 0s;
    transition-duration: 200ms;
    transition-property: top, opacity, visibility;
    transition-timing-function: linear;
    border: medium none;
    border-radius: 0;
}
.header .cart-menu .dropdown-menu {
    max-width: 360px;
    width: 90%;
    padding: 0;
    border: none;
    position: fixed;
    top: 0;
    min-height: 100%;
    height: 100%;
    left: unset;
    right: -100%;
    display: block;
    -webkit-transition: opacity 0.2s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.2s linear, right 0.3s ease-out;
    -o-transition: opacity 0.2s linear, right 0.3s ease-out;
    transition: opacity 0.2s linear, right 0.3s ease-out;
}
.header .cart-menu.show .dropdown-menu {
    right: 0;
}
.empty-basket-text {
    text-align: center;
    margin: 0;
    padding: 20px 0;
}
.header #dsk-cart-menu .cart-quantity {
    position: absolute;
    top: -10px;
    right: 0;
    background: #319c26;
    font-size: 12px;
    height: 15px;
    width: 15px;
    line-height: 17px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
}
.header .cart-menu a.dropdown-toggle, .header .cart-menu a#cart-sidebar-toggle {
    padding: 0 0 0 20px;
    color: #000;
}
.header .cart-menu a.dropdown-toggle:after, .header .cart-menu a#cart-sidebar-toggle:after {
    display: none;
}
.mini-cart-header {
    background: #000;
    color: #FFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.mini-cart-header p {
    font-size: 18px;
}
.mini-cart-header a.cart-menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: normal;
    color: #FFF !important;
}
.mini-cart-header a.cart-menu-close i {
    margin: 0 !important;
}
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .hasUserMenu > .dropdown-menu {
    left: auto;
    right: auto;
    margin-top: 0px;
    padding: 0 15px;
}
.header .navbar-top-info {
    background: #000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
}
.header .navbar-top-mobile {
    background: #FFF;
}
.header .navbar-nav > li.active, .header .navbar-nav > li > a:hover, .header .navbar-nav > li > a:focus, .header .navbar-nav > li:hover > a {
    background: none;
    color:#000;
}
.header .navbar-nav .open > a, .header .navbar-nav .open > a:hover, .header .navbar-nav .open > a:focus {
    background: none;
    color:#000;
}
/* HEADER END */
.footer {
    padding-bottom: 0px;
    border: none;
}
.footer .footer-center {
    padding: 30px 0;
}
.footer .divider-xs {
    border-width: 2px !important;
    margin-left: 0;
    width: 36px;
}
.footer .divider {
    margin-bottom: 0;
    margin-top: 0;
}
.footer h3 {
    border-bottom: none;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0;
    color: #000;
    text-align: left;
}
.cnt-subscribe {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}
.footer .newsletter {
    margin: 0;
    padding: 30px 15px;
    background: #f6f6f6;
}
.footer .newsletter p {
    margin: 0 0 10px 0;
    text-align: center;
}
.footer .news-letter-box input.input-subscribe {
    border: none;
    border-radius: 0;
    height: 40px;
    margin-bottom: 0;
    padding: 5px 10px;
    width: 70%;
    border: 1px solid #000;
}
.footer .news-letter-box .btn {
    box-shadow: none;
    color: #fff;
    float: right;
    font-size: 15px;
    height: 40px;
    width: 30%;
    border-radius: 0;
    letter-spacing: 0;
    padding: 0;
}
.footer .social {
    text-align: right;
}
.footer .social a {
    display: inline-block;
    margin: 0 0 0 10px;
}
.footer .social span {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 32px;
    padding: 0;
    /* margin: 0 0 0 10px; */
    border: 1px solid #B5B5B5;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.footer .social span:hover {
    color: #FFF;
    background: #000;
    border-color: #000;
}
.footer .social span a {
    color: #000;
}
.footer .footer-info p {
    color: #000;
    margin-top: 20px;
    line-height: 24px;
}
.footer .social span a i {
    background: transparent;
    font-size: 16px;
    margin-left: 4px;
}
.footer .footer-free {
    text-align: right;
    /* margin-top: 10px; */
}
.footer .footer-free span {
    color: #fff;
}
.footer .support {
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.footer .support p.title {
    background: transparent;
    margin: 0 0 20px;
}
.footer .support a {
    display: inline-flex;
    margin-left: 0px;
    margin-bottom: 20px;
    line-height: 30px;
    height: 30px;
    align-items: center;
}
.footer .support a span.mdi, .footer .support p span.mdi {
    color: #000;
    font-size: 24px;
    margin: 0 5px 0 0;
}
.footer .footer-bottom .credit-cards {
    opacity: 1;
    filter: none;
    text-align: left;
}
.footer .footer-bottom .km-sign {
    color: #fff;
    padding-top: 30px;
}
.footer-info {
    margin: 0 0 30px 0;
}
/*PRODUCT LIST v2*/
.item .promotion-area {
    display: block;
    overflow: hidden;
}
.item .promotion-area span.list-icon {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 84px;
    line-height: 8px;
    padding: 65px 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform-origin: center center 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    width: 200px;
    z-index: 100;
}
.item .promotion-area span.new-product {
    left: 0;
    top: 10px;
    height: auto;
    width: auto;
    line-height: normal;
    padding: 5px 10px;
    border-radius: unset;
}
.item .fast-shipping {
    position: absolute;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    right: 0px;
    top: 40%;
    height: 28px;
}
.item .free-ship i {
    font-size: 15px;
}
.item .fast-shipping i {
    font-size: 15px;
    color: #fff;
}
.item .product {
    background: #fff;
    /* margin: 0 0 20px; */
    border: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.item .product:hover .image-hover a img {
    opacity: 1;
}

.item.item .price-standard {
    font-size: 14px;
    text-align: center;
    display: inline;
    margin-right: 5px;
}
.item.item .product .price-sales {
    font-size: 15px;
    font-weight: bold;
}
.item .btn-buy {
    margin-top: 15px;
    padding: 4px 10px;
    color: #FFF;
}
.item .description {
    margin: 15px auto;
}
.item .product .image-hover, .item .product .image-hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*PRODUCT LIST v2 END*/
/*PRODUCT LIST*/
.cat-top-count {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
.panel-group {
    background: #fff;
    /* border-radius: 4px; */
    /* box-shadow: 0 1px 2px 0 #ccd1d9; */
}
.panel-group #collapseCategory, .panel-group #collapseFilter {
    padding: 10px;
}
.panel-group .panel-heading {
    background: #eeeeee;
}
.panel-group #collapseCategory .card-body {
    border-top: none;
}

/*PRODUCT LIST END*/

/* BreadCrumb Structure */
.breadcrumb-div {
    border-bottom: 1px solid rgb(229, 229, 229);
}
.breadcrumb {
    border: none;
    background: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb img {
    height: 25px;
    position: relative;
    top: -2px;
}

/*PRODUCT-DETAIL*/

.product-detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

/*PRODUCT-DETAIL END*/

.tekli-urun .ps-prev {
    left: 20px;
}
.tekli-urun .ps-next {
    right: 20px;
}
.tekli-urun .product-show-case .owl-controls {
    display: none !important;
}
.tekli-urun .ps-nav {
    font-size: 35px;
    opacity: 0;
    top: 59%;
    transform: scale(1.15);
    transition: all 0.3s ease 0s;
}
.tekli-urun:hover .ps-nav {
    opacity: 1;
}
/*BEST SELLER*/
.best-seller.item {
    margin-bottom: 0px;
}
.best-seller .product-list {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}
.best-seller .description {
    text-align: left;
    border: none;
    min-height: initial;
    margin: auto;
}
.best-seller .description h4 {
    margin: auto;
    padding: 10px 0 4px 0;
}
.best-seller .description h4 a {
    font-size: 18px;
}
.best-seller .price {
    text-align: left;
}
.best-seller .price-standard, .best-seller .price-sales {
    display: inline !important;
    margin-right: 6px;
}
.best-seller .discount {
    margin-top: 0;
    padding: 3px 5px;
}
.best-seller .list-image-hover {
    min-height: 80px;
}
.best-seller .product-number {
    padding-top: 20px;
}
.best-seller .product-number span {
    background: #f9f9f9;
    border: 2px solid #eee;
    border-radius: 5px;
    display: inline-block;
    font-size: 17px;
    height: 38px;
    line-height: 32px;
    margin-left: 10px;
    text-align: center;
    width: 38px;
}
.best-seller .km-percentage {
    margin-top: 36px;
}
.best-seller .km-percentage-bar {
    width: 130px;
    background: #f9f9f9;
    border: 2px solid #eee;
    margin-right: 5px;
    padding: 3px 6px;
    border-radius: 5px;
    display: inline-block;
}
.best-seller .km-percentage-bar span {
    display: block;
    width: 2px;
    height: 8px;
    background: #91dc5a;
    border-radius: 3px;
}
.best-seller .km-percentage-text {
    font-size: 13px;
    color: #000;
    vertical-align: top;
    line-height: 16px;
    display: inline-block;
}
/*BEST SELLER*/
/*Blog Menu*/
.blog-panel {
    background: none;
    box-shadow: none;
}
.blog-panel .panel-heading {
    padding-left: 0;
}
.blog-panel .panel-heading .panel-title {
    padding-left: 10px;
}
.blog-panel .panel-heading .panel-title a {
    display: block;
    width: 100%;
}
.blog-panel .panel-body {
    color: #2b2b2b;
    margin-bottom: 16px;
    padding: 0px;
    padding-top: 4px;
    font-size: 15px;
    line-height: 28px;
}
.panel.blog-panel {
    background: #fff;
    box-shadow: 0 0 18px 5px rgba(240,240,240,.4);
}
.blog-panel .badge {
    background: none;
    color: #d6d6d6;
    font-size: 17px;
    line-height: 24px;
}
.blog-panel .blog-tags a {
    border: 1px solid #eeeeee;
    margin: 0px 3px 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px;
}
/* Tag Cloud */
.tag {
    position: relative;
    display: inline-block;
    margin: 0 6px 3px 0;
    line-height: 16px;
    font-size: 12px;
}
.tag > span {
    display: inline-block;
    border: 1px solid #e3e3e3;
}
.tag.selected > span {
    border: 1px solid #c4c4c6;
}
.tag > span.txt {
    color: #000;
    letter-spacing: 1px;
    padding: 6px 8px;
    float: left;
}
.tag > span.num {
    background: rgba(0,0,0,0.01);
    padding: 6px 8px 6px 11px;
    border-left: 1px solid #e3e3e3;
    color: #aaa;
    position: relative;
    margin-left: -1px;
    float: left;
}
.tag > span.num:before {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #C6C6C6;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    top: 12px;
}
.tag > span.num:after {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    top: 12px;
}
.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #FFFFFF;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: #2c88c5;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #000;
    border-color: #000;
    color: #FFFFFF;
}
.navbar-top-mobile {
    background: #000;
}
.navbar-km {
    background: #000;
}
.site-color {
    color: #000 !important;
}
.navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li.active, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li:hover > a {
    background: #000;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(52, 73, 94, 0.7) !important;
}
.action-control a:hover, .action-control a.active {
    color: #fff;
    background: #000;
}
.pager2 a {
    border: 1px solid #000;
}
.pager2 a.selected {
    background: #000;
}
.btn-site, .news-letter-box .btn {
    background: #000;
}
.btn-discover:hover, .btn-site:hover, .news-letter-box .btn:hover {
    background: #000;
}
.full {
    width: 100%;
}
.modal-header {
    background: #000;
    color: #FFF;
    justify-content: space-between;
}
.form-control:focus {
    border-color: #000;
}
#pager a.cycle-pager-active {
    background: rgba(52, 73, 94, 0.5);
}
/* tree menu */
.nav.tree > li.active, .nav.tree > li > a:hover, .nav.tree > li > a:focus, .nav.tree > li:hover > a {
    background: none;
    color: #000;
}
.nav.tree .open-tree > a, .nav.tree .open-tree > a:hover, .nav.tree .open-tree > a:focus {
    background: none;
    font-weight: bold;
    color: #000;
}
.panel-default > .panel-heading {
    background: #FFF;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
    background: none;
    color: #000;
}
.pgroup-tab .nav-tabs > li.active > a, .pgroup-tab .nav-tabs > li.active > a:hover, .pgroup-tab .nav-tabs > li.active > a:focus, .pgroup-tab .nav-tabs > li.hover > a {
    color: #000;
}
.socialIcon a:hover {
    background: #000;
}
.cart-actions button, .cart-actions .wishlist {
    background: #1C4383;
    border: none;
}
.cart-actions button:hover {
    background: #000;
    color: #FFF;
    /* border: solid 2px #000; */
}
.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited {
    border: 2px solid #000 !important;
}
.promo-1 {
    background: none repeat scroll 0 0 #000;
}
#pager2 span.cycle-pager-active {
    background: #000 !important;
}
#pager2 span {
    border: 2px solid #000
}
.footer .divider {
    border-top: 1px solid #000;
}
.footer .news-letter-box .btn {
    background: #000;
}
.footer .social span:hover a{
    color: #FFF;
}
.bottom-list {
    float: left;
    margin: 10px 0;
}
.bottom-list li {
    float: left;
    border-right: 1px solid #AAA;
    padding: 0 10px;
}
.bottom-list li:first-child {padding-left: 0;}
.bottom-list li:last-child {
    border: none;
}
p#result {
    width: 100%;
    text-align: center;
    min-height: unset;
    font-size: 14px;
    padding: 0 0 5px;
}
/* Zero Result Area */

.zero-result {
    position: relative;
    background: url(/skins/default/images/login-container-bg.jpg) no-repeat center top;
    min-height: 480px;
    background-size: cover;
    width: 100%;
}
.zero-result-inner {
    width: auto;
    padding: 30px 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
    text-align: center;
    display: inline-block;
}
.zero-result p {
    margin: 0;
    font-size: 21px;
}
.zero-result .search-input-box {
    margin: 20px auto 0;
    max-width: 320px;
    border: none;
    background: #FFF;
}
.zero-result .search-input-box input {
    height: 35px !important;
    text-indent: 10px;
    border-radius: unset;
}
.zero-result .search-input-box button {
    /* padding: 0 20px !important; */
    color: #333;
    height: 35px;
    border: 1px solid #ced4da;
    border-left: 0;
    border-radius: unset;
    font-size: 14px !important;
}
/* Back To Top */
.back-to-top {
    position: fixed;
    z-index: 9999;
    bottom: 180px;
    right: -50px;
    text-decoration: none;
    color: #666;
    background-color: #DDD;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 90px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.back-to-top span {
    line-height: inherit;
}
.back-to-top.active {
    right: 30px;
}
/* Instagram Widget */
.instagram-widget {
    clear: both;
    padding: 20px 0;
  }
.instagram-widget .title {
    font-size: 18px;
    text-align: center;
    text-indent: 10px;
}
.instagram-widget .title img {
    height: 40px;
}
.instagram-widget .description {
    font-size: 16px;
    min-height: unset;
    text-align: center;
    margin: 0;
}
.instagram-widget .description i {
    position: relative;
    top: 1px;
}
.instagram-widget .posts {
    padding: 20px 0 0;
}
.instagram-widget .posts a {
    display: block;
    background: #000;
}
.instagram-widget .link {
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #333;
    border-radius: 36px;
    clear: both;
}
.instagram-widget .link:hover {
    background: #000;
    color: #FFF;
}
.instagram-widget .single-post {
    position: relative;
}
.instagram-widget .single-post span.mdi-instagram {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 26px;
}
.instagram-widget .details {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
}
.instagram-widget .details p {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #FFF;
}
.instagram-widget .owl-dots {
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 20px 0;
}
.instagram-widget .owl-dot {
    display: inline-block;
}
.instagram-widget .owl-dot span {
    height: 10px;
    width: 10px;
    background: #d6d6d6;
    border-radius: 50%;
    display: block;
    margin: 0 7px;
}
.instagram-widget .owl-dot.active span {
    background: #000;
}
/* Cookie */
.cookie-warning {
    background: rgba(0,0,0,0.6);
    color: #FFF;
    position: fixed;
    padding: 10px;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 999999;
}
.cookie-warning a,.cookie-warning a:hover,.cookie-warning a:focus {
    color: #FFF;
    text-decoration: underline;
}
.cookie-warning i {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    border: 1px solid #FFF;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 22px;
    transition: all ease .2s;
}
.cookie-warning i:hover {
    background: #FFF;color: #000;
}

.km-slider-wrapper.lazyload-banner .module-content:before {
    content: "";
    display: block;
    background: url('/skins/default/images/loading.gif') center center/32px no-repeat #EEE;
    padding-top: 41.05263%;
}
.km-slider-wrapper.lazyload-banner .km-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.lazyload-carousel .product-show-case picture {
    content: "";
    position: relative;
    display: block;
    background: url('/skins/default/images/loading.gif') center center/32px no-repeat #EEE;
    padding-top: 150%;
}
.lazyload-carousel .product-show-case img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.cls-image picture {
    content: "";
    position: relative;
    display: block;
    background: url('/skins/default/images/loading.gif') center center/32px no-repeat #EEE;
    padding-top: 150%;
}
.cls-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.cls-image.square picture {
    padding-top: 100%;
}
.blog-item .cls-image picture  {
    padding-top: 66.6666%;
}
.lazyload-carousel .images-content:before {
    content: "";
    position: relative;
    display: block;
    background: url('/skins/default/images/loading.gif') center center/32px no-repeat #EEE;
    padding-top: 150%;
}
#prd-images .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
/* Shopping Cart */

td.cart-prd-image img {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    max-width: 100%;
}
td.cart-prd-image a {
    display: inline-block;
}
td.cart-prd-details {
    font-size: 16px;
}
.cart-content th:nth-child(1) {
    width: 20%;
}
.cart-content th:nth-child(2) {
    width: 50%;
}
.cart-content th:nth-child(3) {
    width: 30%;   
}
.cart-product .cart-quantity-delete {
    position: relative;
    text-align: center;
    vertical-align: bottom;
}
.cart-product .cart-delete {
    font-size: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.cart-product td {
    vertical-align: middle;
}
.select-wrapper select {
    -webkit-appearance: none;
    padding-right: 30px;
}
.select-wrapper {
    position: relative;
    display: inline-block;
}
.select-wrapper:after {
    content: "\f140";
    font-family: Material Design Icons;
    font-size: 16px;
    color: #333;
    height: auto;
    padding: 0;
    line-height: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(50%,0%);
}
/* Account Pages */

.account-page {
    margin-bottom: 30px;
}
.account-wrap .panel-default > .panel-heading .account-del, .account-wrap .panel-default > .panel-heading .account-edit {
    display: inline-block;
    text-decoration: none;
    padding: 0;
}
.account-wrap .panel-default > .panel-heading div span.mdi {
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}
.account-wrap .panel.panel-default {
    padding: 15px;
}
#modal-cart .modal-header {
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    border-radius: unset;
}
.empty-cart {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.empty-msk {
    background: url(/Images/empty.png) no-repeat center center;
    width: 240px;
    aspect-ratio: 1;
}
.empty-cart h2 {
    font-size: 34px;
    line-height: 28px;
    margin: 36px 0 60px;
}
.empty-cart .btn {
    min-width: 270px;
}
.cart-product:not(:last-child) {
    border-bottom: 1px solid #DDD;
}
.cart-product .cart-product-thumb div {
    border: 1px solid #e5e5e5;
}
.cart-product .cart-description h4 {
    font-size: 15px;
    padding-bottom: 10px;
}
.cart-product .cart-description .price {
    font-size: 18px;
    font-weight: 600;
}
.cart-product .product-discount {
    margin: 0 0 0 10px;
}
.cart-product .discount {
    font-weight: 600;
    padding: 4px 4px;
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    top: unset;
    right: unset;
}
.cart-product .campaign-prbox .camp-price span {
    display: block;
}
.cart-product .cart-description .campaign-name {
    margin-top: 10px;
    font-weight: 600;
}
.cart-product .campaign-prbox {
    border-left: 1px solid #e5e5e5;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
}
.cart-product .desc-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.cart-quanity {
    max-width: 38px;
    padding: 0;
    margin-left: auto;
}

/* BANNER */

.carousel-caption {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
}
.banner-text p.subtitle {
    font-size: 18px;
    color: #666;
}
.banner-text p.title {
    font-size: 54px;
    color: #000;
    line-height: 1.2;
    margin: 30px 0 0;
}
.banner-text a.link {
    display: inline-block;
    background: #000;
    font-size: 15px;
    color: #FFF;
    padding: 10px 30px;
    margin: 40px 0 0;
}

/* HEADER FREE NEW */

.header-campaign {
    background-color: #000;
    color: #FFF;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-campaign .cta {
    display: inline-block;
    background: #FFF;
    color: #000;
    border-radius: 24px;
    padding: 5px 10px;
    margin: 0 0 0 10px;
    font-weight: 600;
    transition: all ease 0.2s;
}
.header-campaign a.hide-bar {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-10px,-50%);
    font-size: 18px;
    color: #FFF;
}

/* FEATURES */

.feature p {
    margin: 0 0 5px;
    font-size: 14px;
}
.feature i {
    border-radius: 50%;
    margin: 0 10px 0 0;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #f0f2f1;
    transition: all ease 0.2s;
    font-size: 0;
}
.feature i::before {
    font-size: 30px;
}
.feature p.desc {
    color: #666;
    margin: 0;
}

/* MODULE TITLES */

.module-title-v2 {
    position:relative;
    width:100%;
}
.module-title-v2:before {
    content:"";
    transform:translate(-50%, -50%);
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:1px;
    background:#ccc;
}
.module-title-v2 .name {
    font-size: 26px;
    color: #000;
    background: #FFF;
    display: table;
    position: relative;
    font-weight: 500;
}
.module-title-v2 .arrows {
    background-color: #FFF;
}
.module-title-v2 a {
    background: #FFF;
    z-index: 1;
}
.module-title-v2 a span {
    font-size: 40px;
    line-height: normal;
}

/* MODAL ADDINGS */

.modal-footer {
    background: #fff;
    border-top: none;
    padding: 10px 20px 20px;
}
.modal-body {
    max-height: 100%;
    overflow-y: auto;
}
.modal-body::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
    background-color: #00000033;
}
.modal-body::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 3px;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    max-width: 420px;
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
.modal.left .modal-header,
.modal.right .modal-header,
.modal .modal-header {
    border-radius: unset;
}
.modal.left .modal-title,
.modal.right .modal-title,
.modal .modal-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
/*Left*/
.modal.left.fade .modal-dialog {
    left: -480px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
    left: 0;
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
}
.modal div#alert-result-error,
.modal div#alert-result-success,
.modal div#alert-inform,
.alert-inform {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.modal #alert-inform .modal-body .alert-msg {
    font-size: 16px;
    margin-bottom: 20px;
}
.modal-body.alert-result {
    text-align: center;
    margin-top: 35px;
}
.modal-body.alert-result p {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.modal-body.alert-result span {
    font-size: 16px;
    line-height: 20px;
}
.modal-body.alert-result i {
    background: #26D682;
    padding: 15px;
    font-size: 36px;
    border-radius: 50%;
    color: #fff;
}
@media (max-width:991px) {
    .modal.left .modal-title,
    .modal.right .modal-title {
        font-size: 20px;
        line-height: 24px;
    }
    .modal.right.fade.in .modal-dialog {
        width: 100%;
    }
}
/*#endregion modal*/
/*#region modal-popup*/
.modal {
    overflow: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem auto;
    pointer-events: none;
    background: none;
}
.modal-address .modal-dialog {
    max-width: 700px;
}
.modal-appmessage .modal-dialog {
    max-width: 500px;
}
.modal-review .modal-dialog {
    max-width: 600px;
}
.modal-dialog.modal-xs {
    max-width: 460px;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}
.modal-popup .modal-header:after,
.modal-popup .modal-header:before {
    content: none;
}
.modal-popup .close {
    position: relative;
    margin-left: auto;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    margin: 0 auto;
}
.modal-popup .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;
    text-align: center;
}
.modal-popup .modal-body p,
.modal-popup .modal-body .message {
    font-size: 18px;
    margin-bottom: 15px;
}
.modal-popup .modal-body .btn {
    min-width: 176px;
}
.modal-title-site {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 300;
    padding: 13px 0;
}
.modal-appmessage .modal-title {
    font-size: 20px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
}
.modal-appmessage .modal-body {
    min-height: 100px;
}
.modal-appmessage .close {
    color: #eee;
    opacity: 0.95;
}
@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }
}