body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #63759d;
}

a:hover {
    text-decoration: none;
}

/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 1px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

label {
    font-size: 12px;
    font-weight: normal;
}

header .musicshop {
    display:none;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .col-form-label:before {
    content: '* ';
    color: #f00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu {
    font-size: 1.1em;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */
#top {
    background-color: #eee;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select {
    text-align: left;
}

#top #form-currency .currency-select:hover {
    text-shadow: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top #form-language img {
    width: 16px;
}

#top #form-language .language-select {
    text-align: left;
}

#top #form-language .language-select:hover {
    text-shadow: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}

#top .btn-link:hover {
    color: #444;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top #top-links {
    padding-top: 6px;
}

#top #top-links li, #top #top-links li a {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}

#top #top-links li:hover, #top #top-links li a:hover {
    color: #444;
}

#top #top-links a + a {
    margin-left: 15px;
}

#top #top-links .dropdown-menu a {
    text-shadow: none;
}

#top #top-links .dropdown-menu a:hover {
    color: #fff;
}

/* logo */
#logo {
    margin: 0 0 10px 0;
}

#logo img {
    max-width: 200px;
}

/* search */
#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0.57rem 35px;
    text-shadow: 0 1px 0 #fff;
}

/* cart */
#cart {
    margin-bottom: 10px;
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

#cart .btn-lg {
    padding: 0.57rem 1rem;
}

#cart.open > .btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 100%;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }

    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border: 1px solid #1f90bb;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
    border-radius: 4px;
}

#menu.navbar {
    padding: 0 1rem;
    margin-bottom: 20px;
}

#menu .dropdown-menu {
    padding-bottom: 0;
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner ul li a:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #229ac8;
}

#menu .navbar-toggler i {
    color: #fff;
    border-color: #fff;
    font-size: 0.9em;
}

#menu .navbar-nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul .list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-menu ul li a :hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
.content {
    min-height: 600px;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    width:93%;
    padding: 8px 17px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #072b4a;
}

.breadcrumb-item.active {
  color: #072b4a;
}

.breadcrumb a {
  color: #072b4a; 
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-light {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-position: 0;
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-position: 0;
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link, .btn-link:hover {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #000;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111);
}

/* list group */
.list-group a {
    color: #888;
    display: block;
}

.list-group a.active, .list-group a.active:hover, .list-group a.active:focus {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff;
}

/* carousel */
.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.carousel-caption .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-caption .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb h2.price {
    margin: 0;
}

.product-thumb h4 {
    font-weight: bold;
    margin-top: 10px;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.product-grid .product-thumb .image {
    float: none;
}

@media (max-width: 767px) {
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (min-width: 768px) {
    .product-list .product-thumb .image {
        padding: 0 15px;
        display: inline-block;
        width: 30%;
    }

    .product-list .product-thumb .image + div {
        display: inline-block;
        margin-left: 0%;
        width: 69.5%;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #e69500;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    margin-bottom: 20px;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails > li > a {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnails > img {
    width: 100%;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
    max-width: 78px;
}

.thumbnails .image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 6px 12px;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none;
    }
}

.buttons {
    height: 20px;
}

.card .card-header > h4 {
    font-size: 16px;
}

.card + .card {
    margin-top: 5px;
}

.form-check .form-check-input {
    margin-top: 0.25rem;
}

.form-control {
    padding: 0.545rem 0.75rem;
}

.collapse .in {
    display: block;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
    margin-top: -2px;
    padding: 0.35rem 0.565rem;
}

#checkout-checkout h4 {
    margin-bottom: 0;
}

#checkout-checkout h4 a {
    color: #444;
}

#checkout-checkout h4 a, #checkout-checkout h4 a:hover {
    text-decoration: none;
}

#product-product h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#information-contact .card {
    margin-bottom: 20px;
}

#alert-box {
    position: fixed;
    top: 15px;
    right: 0;
    transition: all 0.5s;
    z-index: 99;
}

#alert-box.open {
    right: 15px;
}

#alert-box > .alert {
    padding-right: 28px;
}

#alert-box .close {
    padding: 5px 8px;
}

/* owl-carousel custom1 */
.custom1 .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.custom1 .slide-img {
    float: right;
    width: 66%;
    padding: 20px;
}
.custom1 .slide-contain {
    float: left;
    width: 30%;
    /* position: absolute; */
    /* top: 50%; */
    padding-top: 8%;
}
.car_desc {
    max-height: 42px;
    min-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.custom1 .slider {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 1023px){
.custom1 .slider {
        width: 100%;
    }
.custom1 .slide-contain {
        float: none;
        width: 100%;
        /* position: absolute; */
        /* top: 50%; */
        padding-top: 8%;
    }
.car_desc {
    max-height: 42px;
    min-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
}    
.custom1 .slide-img {
        float: none;
        width: 100%;
        padding: 20px;
        padding-bottom: 0;
    }
  }
  
  /* text-mdb-color */  
.text-mdb-color {
    color:#63759d!important;
}

/* product */
@media (max-width:600px){
article.product {
  padding: 0.1px; }
  article.product > a img.img-fluid {
    object-fit: contain;  
    padding: 1rem;
    max-width:320px;
    max-height: 180px;
    min-height: 180px;	}	
}
@media (min-width:1400px){
article.product {
  padding: 0.5rem; }
  article.product > a img.img-fluid {
    object-fit: contain;  
    padding: 1rem;
    max-width:320px;
    max-height: 180px;
    min-height: 180px;	}	
}

/* category_product */
 article.category_product {
    border-radius:0;
    transition: box-shadow 0.5s;	 
    padding: 0.5rem; }
  article.category_product:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }	  
  article.category_product .image-container > img.img-fluid {
    object-fit: contain;
    padding: 1rem;
    max-width:217px;
    max-height: 122px;
    min-height: 122px;	}
  article.category_product .image-container {	
    margin-left:-1.5rem;
	max-width:192px;
    max-height: 122px;
    min-height: 122px;
  }
  article.category_product h3 {
	position: relative;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    display: block;
    font-size: 0.9rem;
	max-height: 2.8em;
    min-height: 2.8em;
    line-height: 1.4em;
    color: #333; }	
  article.category_product .old-price {
    font-size: 0.7rem;
    color: #373b40;
    text-decoration: line-through; }
  article.category_product .price {
    font-size: 1.1rem;
    color: #032f59; }
  article.category_product .description {
    position: relative;
    margin-bottom:1rem;  
	max-height: 3.9em;
    min-height: 3.9em;
    line-height: 1.3em;
    text-overflow: ellipsis;
	overflow: hidden;
    display: block; }
  article.category_product .description:before  {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;}
  article.category_product .description:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
@media (max-width:600px){
article.category_product {
  border-radius:0;
  transition: box-shadow 0.5s;
  padding: 0.5rem; }
article.category_product:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }	  
article.category_product .btn-sm, .btn-group-sm > .btn {
padding: 0.2rem 0.4rem;
  font-size: 0.57rem;}
    article.category_product .image-container > img.img-fluid {
    object-fit: contain;
    padding: 1rem;
	max-width:176px;
    max-height: 99px;
    min-height: 99px;	
  }
	article.category_product .image-container {	
    margin-left:-1.5rem;
	max-width:159px;
    max-height: 99px;
    min-height: 99px;
  }
}
	
 /* CheckBox */
input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 1.5px solid #032f59;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

input[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #388e3c #388e3c transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
    input[type="radio"] + label, input[type="checkbox"] + label {
        font-size: 0.8rem;
        line-height: 18px;
    }
input[type="checkbox"] + label:before {
      top: 2px;
      width: 15px;
      height: 15px; }
input[type="checkbox"]{
    display: none;
}
.form-group {
        position: relative;
    }
input[type="checkbox"] + label {
        font-size: 0.8rem;
        padding-left: 30px;
        font-weight: normal;
        letter-spacing: 1px;
        /* line-height: 10px; */
        font-family: 'Muli', sans-serif;
        cursor: pointer;
    }
	
/*md-form*/
.md-form input[type=date]:focus:not([readonly])+label, .md-form input[type=datetime-local]:focus:not([readonly])+label, .md-form input[type=email]:focus:not([readonly])+label, .md-form input[type=number]:focus:not([readonly])+label, .md-form input[type=password]:focus:not([readonly])+label, .md-form input[type=search-md]:focus:not([readonly])+label, .md-form input[type=search]:focus:not([readonly])+label, .md-form input[type=tel]:focus:not([readonly])+label, .md-form input[type=text]:focus:not([readonly])+label, .md-form input[type=time]:focus:not([readonly])+label, .md-form input[type=url]:focus:not([readonly])+label, .md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #032f59;
}
.md-form label {
    position: absolute;
    top: .15rem;
    left: 0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: text;
    color: #afafaf;
    font-weight: normal !important;
    /* text-shadow: none; */
}
.md-form input[type=date]:focus:not([readonly]), .md-form input[type=datetime-local]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:focus:not([readonly]), .md-form input[type=tel]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]), .md-form input[type=time]:focus:not([readonly]), .md-form input[type=url]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
  -webkit-box-shadow: none;
          box-shadow: none;
    border-bottom: 3px solid #63759d;
}
.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
    border-bottom: 1px solid #7f9098;
}
.md-form .prefix~label {
    margin-left: 2rem;
    font-size: 14px;
}
.md-form .prefix {
    top: -0.25rem;
    font-size: 24px;
    padding-top: 15px;
}
.md-form .prefix~input, .md-form .prefix~textarea {
    margin-left: 2rem;
}

/* Categories dropdown */
.navbar-light.navbar-expand-md .navbar-nav .categories-dropdown > a.nav-link:hover, .navbar-light.navbar-expand-md .navbar-nav .categories-dropdown > a.nav-link:focus {
  color:#ffc107;
 }
@media (max-width: 767px) {
.categories-dropdown a.dropdown-item {
  font-size:17px;
  border-bottom: 1px solid #ddd;
 } 
.categories-dropdown a.dropdown-item:last-child {
	border-bottom:none;
}
.categories-dropdown {
  font-size:17px;
 }
}
@media (min-width: 768px) {
.categories-dropdown .dropdown-menu {
  background-color:#4B515D;
 }
.categories-dropdown a.dropdown-item {
  font-size:17px;
 }
.navbar-nav .categories-dropdown .dropdown-menu .dropdown-item {
  color:#fff;
 } 
.navbar-nav .categories-dropdown .dropdown-menu .dropdown-item:hover {
  color:#000;
 }  
.categories-dropdown {
  font-size:17px;
 }
}
/* Categories dropdown end*/
 
/* Sidebar */
#mySidebar h3 {
    text-align:center;
	color:#fff;
	padding: 10px 0;
	background-color:#3E4551;
}
#mySidebar h4 {
    text-align:center;
	color:#fff;
	padding: 10px 0;
	background-color:#3E4551;
}
@-webkit-keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes opacity {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
#searching-ellipsis span {
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: opacity;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: opacity;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;
}
#searching-ellipsis span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
}
#searching-ellipsis span:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
}
.w3-sidebar {
    position:absolute!important;	
}
.w3-ul li {
	padding:8px 5px;
	color: #fff;
}
.list_w3:hover {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.list_w3 li:hover {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.list_w3_2 li:hover {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.list_w3_3 li:hover {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.list_w3 span:hover {
	color:#ffc107;
}
@media (max-width: 992px) {
.w3-sidebar.w3-collapse {
display:block;
  }
#main_products {
display:none;	
  }
#mySidebar h3 {
	font-size:29px;
  }
#mySidebar {
	width:92%;
	height:auto;
	font-size:19px;
	z-index: 9;
	min-height:570px;	
	max-height:570px;	
 }
}
@media (min-width: 993px) {
#mySidebar {
	width:220px;
	font-size:14px;
	min-height:570px;	
	max-height:1340px;	
 }
}
/* Let's get this party started */
#mySidebar::-webkit-scrollbar {
    width: 12px;
} 
/* Track */
#mySidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
} 
/* Handle */
#mySidebar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(120,144,156,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#mySidebar::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(120,144,156,0.4); 
}
.w3-ul li.active_sidebar {
	color:#ffc107;
}
.list_w3 li.active_sidebar {
	color:#ffc107;
}
.list_w3_2 li.active_sidebar {
	color:#ffc107;
}
.list_w3_3 li.active_sidebar {
	color:#ffc107;
}
.w3-ul li.active_brandbar {
	color:#ffc107;
}
/* Sidebar end */

/* Promena imejla ili lozinke */
.notif_pass {
color: #dc3545;
font-size:11px;
font-weight:italic;
padding-left:10px;
}
#validation-message {
	text-align:center;
	color:#dc3545;
	margin-bottom:1rem;
}
.success_message {
	text-align:center;
	color: #28a745;
	text-shadow: -1px 0 #7FDBFF, 0 1px #7FDBFF, 1px 0 #7FDBFF, 0 -1px #7FDBFF;
	margin-bottom:1rem;
}

/*page link for searchcategory*/
.page-link_search {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_search:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_search:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_search:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_search {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_search {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_search {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_search {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_search {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_search {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_search {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_search {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_search {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_search {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  
/*page link for searchcategory_action*/
.page-link_search_action {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_search_action:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_search_action:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_search_action:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_search_action {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_search_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_search_action {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_search_action {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_search_action {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_search_action {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_search_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_search_action {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_search_action {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_search_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; } 

/*page link for searchcategory_vp*/
.page-link_search_vp {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_search_vp:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_search_vp:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_search_vp:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_search_vp {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_search_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_search_vp {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_search_vp {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_search_vp {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_search_vp {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_search_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_search_vp {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_search_vp {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_search_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }   
  
  /*page link for seleted subcategory*/
.page-link_getselsubcat {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselsubcat:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselsubcat:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselsubcat:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselsubcat {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselsubcat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselsubcat {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselsubcat {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselsubcat {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselsubcat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselsubcat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselsubcat {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselsubcat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselsubcat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  
    /*page link for seleted sub2category*/
.page-link_getselsub2cat {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselsub2cat:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselsub2cat:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselsub2cat:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselsub2cat {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselsub2cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselsub2cat {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselsub2cat {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselsub2cat {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselsub2cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselsub2cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselsub2cat {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselsub2cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselsub2cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  
      /*page link for seleted sub3category*/
.page-link_getselsub3cat {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselsub3cat:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselsub3cat:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselsub3cat:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselsub3cat {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselsub3cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselsub3cat {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselsub3cat {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselsub3cat {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselsub3cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselsub3cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselsub3cat {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselsub3cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselsub3cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  
        /*page link for seleted sub4category*/
.page-link_getselsub4cat {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselsub4cat:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselsub4cat:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselsub4cat:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselsub4cat {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselsub4cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselsub4cat {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselsub4cat {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselsub4cat {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselsub4cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselsub4cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselsub4cat {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselsub4cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselsub4cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  
          /*page link for seleted brand*/
.page-link_getselbrand {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselbrand:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselbrand:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselbrand:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselbrand {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselbrand {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselbrand {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselbrand {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselbrand {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselbrand {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselbrand {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselbrand {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselbrand {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselbrand {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  
    /*page link for seleted subcategory_action*/
.page-link_getselsubcat_action {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselsubcat_action:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselsubcat_action:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselsubcat_action:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselsubcat_action {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselsubcat_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselsubcat_action {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselsubcat_action {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselsubcat_action {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselsubcat_action {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselsubcat_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselsubcat_action {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselsubcat_action {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselsubcat_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

            /*page link for seleted brand_subcat_action*/
.page-link_getselbrand_subcat_action {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselbrand_subcat_action:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselbrand_subcat_action:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselbrand_subcat_action:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselbrand_subcat_action {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselbrand_subcat_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselbrand_subcat_action {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselbrand_subcat_action {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselbrand_subcat_action {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselbrand_subcat_action {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselbrand_subcat_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselbrand_subcat_action {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselbrand_subcat_action {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselbrand_subcat_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
 
          /*page link for seleted brand_action*/
.page-link_getselbrand_action {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselbrand_action:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselbrand_action:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselbrand_action:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselbrand_action {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselbrand_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselbrand_action {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselbrand_action {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselbrand_action {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselbrand_action {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselbrand_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselbrand_action {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselbrand_action {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselbrand_action {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

    /*page link for seleted subcategory_vp*/
.page-link_getselsubcat_vp {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselsubcat_vp:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselsubcat_vp:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselsubcat_vp:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselsubcat_vp {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselsubcat_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselsubcat_vp {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselsubcat_vp {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselsubcat_vp {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselsubcat_vp {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselsubcat_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselsubcat_vp {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselsubcat_vp {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselsubcat_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

            /*page link for seleted brand_subcat_vp*/
.page-link_getselbrand_subcat_vp {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselbrand_subcat_vp:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselbrand_subcat_vp:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselbrand_subcat_vp:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselbrand_subcat_vp {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselbrand_subcat_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselbrand_subcat_vp {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselbrand_subcat_vp {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselbrand_subcat_vp {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselbrand_subcat_vp {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselbrand_subcat_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselbrand_subcat_vp {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselbrand_subcat_vp {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselbrand_subcat_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
 
          /*page link for seleted brand_vp*/
.page-link_getselbrand_vp {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselbrand_vp:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselbrand_vp:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselbrand_vp:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselbrand_vp {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselbrand_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselbrand_vp {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselbrand_vp {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselbrand_vp {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselbrand_vp {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselbrand_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselbrand_vp {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselbrand_vp {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselbrand_vp {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  
            /*page link for seleted brand_subcat*/
.page-link_getselbrand_subcat {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselbrand_subcat:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselbrand_subcat:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselbrand_subcat:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselbrand_subcat {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselbrand_subcat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselbrand_subcat {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselbrand_subcat {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselbrand_subcat {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselbrand_subcat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselbrand_subcat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselbrand_subcat {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselbrand_subcat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselbrand_subcat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  
             /*page link for seleted brand_sub2cat*/
.page-link_getselbrand_sub2cat {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselbrand_sub2cat:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselbrand_sub2cat:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselbrand_sub2cat:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselbrand_sub2cat {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselbrand_sub2cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselbrand_sub2cat {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselbrand_sub2cat {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselbrand_sub2cat {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselbrand_sub2cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselbrand_sub2cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselbrand_sub2cat {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselbrand_sub2cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselbrand_sub2cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; } 
  
               /*page link for seleted brand_sub3cat*/
.page-link_getselbrand_sub3cat {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselbrand_sub3cat:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselbrand_sub3cat:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselbrand_sub3cat:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselbrand_sub3cat {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselbrand_sub3cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselbrand_sub3cat {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselbrand_sub3cat {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselbrand_sub3cat {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselbrand_sub3cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselbrand_sub3cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselbrand_sub3cat {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselbrand_sub3cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselbrand_sub3cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; } 
  
               /*page link for seleted brand_sub4cat*/
.page-link_getselbrand_sub4cat {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #032f59;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link_getselbrand_sub4cat:hover {
    z-index: 2;
    color: #3e23bf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link_getselbrand_sub4cat:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 80, 223, 0.25); }
  .page-link_getselbrand_sub4cat:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link_getselbrand_sub4cat {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link_getselbrand_sub4cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link_getselbrand_sub4cat {
  z-index: 1;
  color: #fff;
  background-color: #45526e;
  border-color: #45526e; }

.page-item.disabled .page-link_getselbrand_sub4cat {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link_getselbrand_sub4cat {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link_getselbrand_sub4cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-lg .page-item:last-child .page-link_getselbrand_sub4cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm .page-link_getselbrand_sub4cat {
  padding: 0.25rem 0.5rem;
  font-size: 0.77rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link_getselbrand_sub4cat {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm .page-item:last-child .page-link_getselbrand_sub4cat {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; } 

/*  closed button  */  
.closed_button {
  position:absolute;
  margin-top:-6px;
  width:96%;
  height:33px;
}

/*  extra small button  */
.btn-group-xs > .btn, .btn-xs {
    padding  : .25rem .4rem;
    font-size  : .875rem;
    line-height  : .5;
    border-radius : .2rem;
}

/*  dropdown-toggle  */
.dropdown-toggle::after {
    display:none;
}

@media (max-width: 992px) {
#res_pr_index {
     padding:0;  
 }
#res_pr_product {
     padding:0;  
 } 
}

/* parallax */
@media only screen and (max-width: 640px) {
section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
 }
}

@media only screen and (orientation: portrait) {
section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
 }	
}

@media (max-width: 993px) {
@media not all and (min-resolution:.001dpcm) { 
@media {
section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
   }	
  }
 }
}

@media (max-width: 767px) {
.logo {	
  margin-bottom: 0.5rem; }
  .logo h2 {
	position:absolute;
	margin-top:-0.9rem;  
    margin-left: 5rem;
	margin-right: 0rem;
	margin-bottom: 0rem;
    line-height: 0.3rem;
    font-size: 1.4rem;
    font-weight: 600; } 
.logo > img {
 width:75px;
 margin-top:-2.1rem;
 }
.cart-mobile {
  position:absolute;
  right:1.9%;
  top  :70px;
  width:140px;
 }
.logo .shop-logo {
  margin-top:0.5rem; }
#mini-cart {
  z-index:500;
  background-color:#ffffff;
 }
#product_msg_index {
  position:relative;
  width:330px;
  left:-210px;
  z-index:500;	
 }
#cart_msg_index {
  position:relative;
  width:330px;
  left:-210px;
  z-index:500;	
 } 
.product_msg {
  position:relative;
  width:330px;
  left:-210px;
  z-index:500;	
 }
.cart_msg {
  position:relative;
  width:330px;
  left:-210px;
  z-index:500;	
 }
}
  
  	  /*images fit in galery*/
/*.crop {
	width: 100%;
    height:122px;
    overflow: hidden;
}
.crop img {
    width: 100%;
    min-height: 122px;
    max-height: 122px;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}*/
  /* IE */
/*.crop.custom-object-fit {
  background-size: cover;
  background-position: center;
}
.crop.custom-object-fit img {
    opacity: 0;
}*/

/* change-font button */
article.product-details .change-font {
   font-size: 20px;
}

article.product-details .change-font i {
   font-size: 24px;    
}

article.product-details .change-font-2 {
   font-size: 24px;
   color: #ffffff;
   background-color: #58d666;   
}

article.product-details .change-font-2 i {
   font-size: 28px;
   background-color: #58d666;   
}
/* change-font button end */

/* badge img */
article.product-details img.badge {
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;
	border-radius: 0% !important;
    padding: 0rem;
	width: 21%;
    position :absolute;
    top: 0;
    right: 1rem;	
  }
 
.custom1 .slide-img img.badge {
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;
	border-radius: 0% !important;
    padding: 0rem;
	width: 14%;
    position :absolute;
    top: 1.5rem;
    right: 1.5rem;
}

@media (max-width: 1023px) {
  .custom1 .slide-img img.badge {
    width: 19%;	  
    top: 36%;
    right: 3%;
 }	
}

@media (max-width: 600px) {
  .custom1 .slide-img img.badge {
    width: 19%;	  
    top: 56%;
    right: 6%;
 }	
}

article.product > a img.badge {
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;
	border-radius: 0% !important;
    padding: 0rem;
	width: 18%;
    position :absolute;
    top: -1.7rem;
    right: 2rem;	
}

@media (max-width: 600px) {
article.product > a img.badge {  
    top: -3.5rem;
    right: 2.2rem;
 }	
}

@media (min-width: 1400px) {
article.product > a img.badge {  
    top: -3.1rem;
    right: 2.2rem;
 }	
}

article.category_product .image-container > img.badge {
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;
	border-radius: 0% !important;
    padding: 0rem;
	width: 18%;
    position :absolute;
    top: -1.9rem;
    right: 2.2rem;	
}

@media (max-width: 600px) {
article.category_product .image-container > img.badge {  
    top: -1.3rem;
 }	
}

@media (min-width: 1400px) {
article.category_product .image-container > img.badge {  
    top: -1.5rem;
 }	
}
/* badge img end */