@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800&display=swap');

body {
    background: #eeeeee;
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Reset */
a {
    color: #212529;
}

a:hover {
    text-decoration: none;
    color: #212529;
}


/* Overlay */
.overlay {
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    justify-content: center;
    align-items: center;
}

.overlay .spin {
    color: #1c7ad2;
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}


/* Opacity */
.op-black {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black.show {
    visibility: visible;
    opacity: 1;
}

/* Header (Desktop) */
header.desktop {
    background: #fff;
}

header.desktop .h-contact {
    background: #f5f5f5;
}

header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: #666;
    margin-right: 20px;
    font-weight: 500;
}

header.desktop .h-contact .info .item.wp {
    color: #0e9e26;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 3px;
    font-size: 16px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-left: 10px;
    font-size: 17px;
    color: #555;
}

header.desktop .header-area {
    height: 120px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

header.desktop .logo a img {
    max-height: 120px;
    max-width: 100% !important;
}

header.desktop .search {
    width: 100%;
    border: 1px solid #919191;
    border-radius: 5px;
    max-width: 470px;
    position: relative;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 45px;
    border-right: 0;
    border-radius: 0;
    border-width: 2px;
    box-shadow: none;
    padding-left: 20px;
}

header.desktop .search form input::placeholder {
    color: #666;
}

header.desktop .search:hover {
    border-color: #1c7ad2;
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 0;
    background: #919191;
    border-width: 0;
    color: #fff;
}

header.desktop .search:hover form .btn-send {
    background: #1c7ad2;
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 47px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

header.desktop .header-bar .bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
}

header.desktop .header-bar .bar-user i {
    color: #444;
    font-size: 20px;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: column;
}

header.desktop .header-bar .bar-user .link a {
    color: #444;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .header-bar .bar-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    color: #444;
}

header.desktop .header-bar .bar-cart .icon {
    margin-right: 5px;
    position: relative;
}

header.desktop .header-bar .bar-cart .icon i {
    font-size: 25px;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

header.desktop .header-bar .bar-cart .name {
    color: #444;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .menu {
    background: #fff;
    height: 52px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    border: 1px solid #33333312;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 52px;
}

header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    line-height: 14px;
    font-weight: 600;
    font-size: 13px;
    border-right: 1px solid #33333312 !important;
    padding: 0 5px;
    white-space: unset !important;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-link:hover {
    background: #f7f7f7;
}

header.desktop .mega-menu .nav-item:last-child .nav-link {
    border-right: 0;
}

header.desktop .mega-menu .dropdown {
    position: static;
}

header.desktop .mega-menu .dropdown-menu {
    border: 3px solid #2076d1;
    border-top: 0;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 50px;
    position: absolute;
}

header.desktop .mega-menu .dropdown:hover .dropdown-menu,
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display: block !important;
}

/* Mega Menu Container */
.mega-menu-container {
    padding: 10px;
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 10px;
    float: left;
}

.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0
}

.mega-menu-container ul li a {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.mega-menu-container ul li a.sub-title {
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.mega-menu-container ul li a:hover {
    text-decoration: underline;
}

/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none;
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-width: 150px;
    max-height: 60px;
}

header.mobile .icon-group {
    position: relative;
}

header.mobile .icon-group {
    position: relative;
    color: #333;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-left: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories {
    /*display: none;*/
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60% !important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */
footer {
    background: #f5f5f5;
}

footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #00aaff;
    font-size: 13px;

}

footer .title-3 {
    color: #333;
    font-size: 17px;

}

footer .secure .description {
    color: #000;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #000;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
}

footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ">";
}

footer .info ul li a:hover {
    color: #333;
}

footer .bar {
    padding: 10px 0;
    background: #fff;
}

footer .bar a {
    color: #333;
    text-align: center;
}

footer .bar a:hover {
    color: #333;
}

footer .bar p {
    margin: 0;
    color: #333;
}

footer .bar .right-image {
    text-align: right !important;
}

footer .social-media {
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 22px;
    color: #333;
}

footer .social-media a:hover {
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .mobile-header-space {
        display: block;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }

    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }

    footer .bar p {
        text-align: center !important;
    }

    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        display: none;
    }

    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: center !important;
        color: #000;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #000 !important;
    }

    footer .info ul li a {
        color: #000;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important;
        margin: 10px 0;
    }

}

header.desktop .mega-menu .dropdown {
    position: relative;
}

header.desktop .mega-menu .dropdown-menu {
    border: none !important;
    border-top: 0;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    min-width: 600px;
    left: 0px;
    right: 0;
    top: 47px;
    position: absolute;
    padding: 0;
}

header.desktop .mega-menu .dropdown:hover .dropdown-menu,
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display: block !important;
}

/* Mega Menu Container */
.mega-menu-container {

    padding: 0;
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 10px;

}

.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;

    width: 100%;

}

.mega-menu-container ul li a {
    font-size: 13px;
    color: #555;
    font-weight: 500;

}

.mega-menu-container ul li a.sub-title {
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none !important;
}

.mega-menu-container ul li a:hover {
    text-decoration: underline;
}

.mega-menu-container ul {
    /* width: 100%; */
}

.card-list-product .card-list-product-inner .info .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    height: 66px;
    font-weight: 400;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: inherit;
    text-overflow: ellipsis;
    text-align: left;
}

.pattern-group .p-g-mod .p-g-mod-header {
    padding: 10px 15px;
    height: 60px;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #f7f7f7;
}


/*.mainSlider {*/
/*    background-color: #ffffff;*/
/*}*/

/*.mainSlider .image-div-1 {*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    height: 440px;*/
/*    transition: all 0.1s;*/
/*    position: relative;*/
/*}*/

/*.owl-carousel.mainSlider .owl-item .image-div-1 {*/
/*    height: 400px;*/
/*}*/

/*.owl-carousel.mainSlider .owl-item.active .image-div-1 {*/
/*    height: 440px;*/
/*}*/

.slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mainSlider .item {
    position: relative;
}

.image-div-1 {
    position: relative;
    width: 100%;
    height: 500px;
}

.image-div-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 767px) {
    .image-div-1 {
        height: auto;
    }
    .image-div-1 img {
        height: auto;
    }
}

.owl-theme.mainSlider .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    left: 47%;
    transform: translateY(-50%);
    z-index: 1;
}

.owl-theme.mainSlider .owl-dots .owl-dot span {
    width: 7px;
    height: 4px;
    margin: 5px 4px;
    background: rgba(112, 112, 112, 0.3);
    border-radius: 4px;
}

.owl-theme.mainSlider .owl-dots .owl-dot.active span {
    background: #707070;
    width: 14px;
}

.mainSlider .image-div-1 .text-div-1 {
    width: 40%;
    position: absolute;
    left: 60%;
    top: 45%;
    transform: translate(0%, -50%);
    z-index: 3;
}

.mainSlider .image-div-1 .text-div-1 .head-1 {
    font-family: 'NoteraPersonalUseOnly';
    font-size: 58px;
    line-height: 64px;
    font-weight: 400;
    color: #242424;
    margin-bottom: 25px;
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mainSlider .image-div-1 .text-div-1 .head-2 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 25px;
    max-height: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cs-text-btn-1 {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #242424;
    letter-spacing: 0.8px;
    border: 0;
    background-color: transparent;
    transition: all 0.3s;
}

.cs-text-btn-1 span {
    text-decoration: underline;
}

.cs-text-btn-1 i {
    font-size: 9px;
}

.cs-text-btn-1:hover {
    color: #242424;
}

.cs-text-btn-1:hover span {
    text-decoration: none;
}

.owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: -20px;
    background: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.14);
}

.owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: -20px;
    background: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 14%);
}

.section-title {
    padding: 10px 15px;
    height: 60px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #f7f7f7;
}

.section-title h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: 40px;
}

.section-body {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.section-body .image-div img {
    width: 100%;
    padding: 10px;
    min-height: 300px;
    object-fit: contain;
}

.section-body .text-div {
    text-align: center;
    /* margin-top: 10px; */
}

.section-body .text-div .prices .discount {
    background: #f6000d;
    border-radius: 3px;
    height: 35px;
    width: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: -55px;
    float: left;
    margin-left: 50px;
}

.section-body .text-div .prices .sidebar-discount {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f6000d;
    border-radius: 3px;
    height: 15px;
    width: 40px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: rotate(20deg);
}

.section-body .text-div .prices .price-del {
    font-size: 12px;
}

.section-body .text-div .button {
    margin: 0 auto;
    display: table;
}

.section-body ul {
    padding: 0;
}

.section-body ul li {
    list-style: none;
}

.section-body ul li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0px;
}

.section-body ul li a i{
    float: right;
}

.section-body ul li a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #999;
}

.section-body ul li a.active {
    text-decoration: none;
    font-weight: 500;
    color: #999;
}

@media (max-width: 767px) {
    .section-body .text-div .prices .discount {
        background: #f6000d;
        border-radius: 3px;
        height: 35px;
        width: 50px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-right: -73px;
        float: left;
        margin-left: 100px;
    }

    /*.owl-carousel.mainSlider .owl-item.active .image-div-1 {*/
    /*    height: 310px;*/
    /*}*/

    /*.owl-carousel.mainSlider .owl-item .image-div-1 {*/
    /*    height: 270px;*/
    /*}*/
}

.btn-cart {
    font-size: 12px;
    background: #fd5b06;
    border-color: #fd5b06;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    display: table;
}

.btn-cart-false {
    font-size: 12px;
    background: #5e5e5e;
    border-color: #5e5e5e;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    display: table;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

.filterCheck {
    font-weight: 600;
    font-size: 14px;
}

.custom-range-1 .text-div-1 {
    text-align: center;
    margin-bottom: 10px;
}

.custom-range-1 .text-div-1 input {
    display: none;
}

.custom-range-1 .text-div-1 span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
}

.custom-range-1 .text-div-1 .separator {
    padding: 0px 2px;
}

.custom-range-1 .ui-widget.ui-widget-content {
    border: 1px solid #e6e6e6;
    height: 6px;
}

.custom-range-1 .ui-widget-header {
    background: #00d983;
}

.custom-range-1 .ui-slider .ui-slider-handle {
    width: 7px;
    height: 20px;
    background: #e6e6e6;
    border-color: #e6e6e6;
    border-radius: 0;
    cursor: pointer;
}

.custom-range-1 .ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    margin-left: -0.1em;
}

.custom-range-1 .ui-slider-horizontal .ui-slider-handle:focus {
    outline: none;
}

.custom-range-1 .sub-text {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 5px;
}

#sync1 .item {
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #eee;
}

#sync1 .item img {
    width: 50%;
    margin: 0 auto;
}

#sync2 .item {
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eee;
}

#sync2 .item h1 {
    font-size: 18px;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.product-profile-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px
}

.product-profile-info li {
    margin: 3px 0
}

.product-profile-info li a {
    color: #333
}

.product-profile-info li a .value {
    font-weight: 500
}

.product-reviews {
    display: flex;
    line-height: 12px
}

.product-reviews .stars .star {
    color: #999;
    font-size: 12px
}

.product-reviews .stars .star.fill {
    position: relative;
    color: #f78018
}

.product-reviews .stars .star.fill .fa-star-half {
    position: absolute;
    bottom: 2px
}

.product-reviews .stars .star.fill .dark {
    color: #999
}

.product-reviews .count {
    color: #666;
    font-size: 11px;
    padding-left: 4px
}

.product-price-group {
    display: flex;
    font-weight: 400;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    flex-wrap: wrap
}

.product-price-group .discount {
    background: #f6000d;
    height: 60px;
    width: 60px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: column
}

.product-price-group .discount .rate {
    font-size: 18px
}

.product-price-group .prices .list-price {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    text-decoration: line-through
}

.product-price-group .prices .sale-price {
    font-size: 25px;
    font-weight: 600;
    color: #333
}

.product-price-group .free-cargo-badge {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #40903f;
    width: 60px
}

.product-buttons {
    display: flex;
    flex-wrap: wrap
}

.product-buttons .btn-cart {
    font-size: 14px;
    background: #fd5b06;
    border-color: #fd5b06;
    color: #fff;
    font-weight: 500;
    margin: 10px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-buttons .btn-cart i {
    margin-right: 5px
}

.product-buttons .btn-cart:hover {
    background: #e25002;
    border-color: #e25002
}

.product-buttons .btn-fast-buy {
    font-size: 14px;
    background: #5e5e5e;
    border-color: #5e5e5e;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.product-buttons .btn-fast-buy i {
    margin-right: 5px
}

.product-buttons .btn-fast-buy:hover {
    background: #3b3b3b
}

.product-buttons .btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.product-buttons .btn-wp i {
    margin-right: 5px;
    font-size: 17px
}

.product-buttons .btn-wp:hover {
    background: #26931d
}

.product-profile-1 .product-quantity {
    margin: 10px 0
}

.product-quantity {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
}

.product-quantity .btn {
    background: #bfbfbf;
    color: #484848;
    border-color: transparent !important;
    font-size: 11px;
    font-weight: 500;
    width: 35px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.product-quantity .btn.btn-minus {
    border-radius: 5px 0 0 5px
}

.product-quantity .btn.btn-plus {
    border-radius: 0 5px 5px 0
}

.product-quantity .btn:hover {
    background: #d3d3d3
}

.product-quantity input {
    width: 40px;
    height: 45px;
    border-radius: 0;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    border-color: #bfbfbf !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700
}

.product-quantity input::-webkit-inner-spin-button, .product-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.product-quantity input {
    -moz-appearance: textfield
}

.product-quantity.product-quantity-sm .btn {
    width: 33px;
    height: 35px
}

.product-quantity.product-quantity-sm input {
    width: 40px;
    height: 35px
}

.product-favourite {
    font-size: 13px
}

.product-favourite a {
    color: #000
}

.product-favourite a i {
    margin-right: 3px
}

.product-badges {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.product-badges .p-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0 5px 5px 0;
    height: 45px
}

.product-badges .p-badge.domestic {
    padding: 0;
    border: 0
}

.product-badges .p-badge.domestic img {
    height: 45px;
    border-radius: 5px
}

.product-badges .p-badge i {
    color: #222;
    font-size: 17px
}

.product-badges .p-badge span {
    color: #222;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px
}

.product-profile-1 .social-share {
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px
}

.jssocials-shares {
    margin: .2em 0
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: .3em .6em .3em 0
}

.jssocials-share:last-child {
    margin-right: 0
}

.jssocials-share-twitter .jssocials-share-link {
    background: #00aced
}

.jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba
}

.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998
}

.jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373
}

.jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39
}

.jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321
}

.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6
}

.jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983
}

.jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027
}

.jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f
}

.jssocials-share-email .jssocials-share-link {
    background: #3490f3
}

.jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6
}

.jssocials-share-stumbleupon .jssocials-share-link {
    background: #eb4823
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412
}

.jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e
}

.jssocials-share-telegram .jssocials-share-link {
    background: #2ca5e0
}

.jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd
}

.jssocials-share-line .jssocials-share-link {
    background: #25af00
}

.jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00
}

.jssocials-share-viber .jssocials-share-link {
    background: #7b519d
}

.jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b
}

.jssocials-share-pocket .jssocials-share-link {
    background: #ef4056
}

.jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e
}

.jssocials-share-messenger .jssocials-share-link {
    background: #0084ff
}

.jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc
}

.jssocials-share-vkontakte .jssocials-share-link {
    background: #45668e
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c
}

.jssocials-share-link {
    padding: .5em .6em;
    color: #fff;
    -webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out;
    transition: background .2s ease-in-out, border-color .2s ease-in-out
}

.jssocials-share-link:active, .jssocials-share-link:focus, .jssocials-share-link:hover {
    color: #fff
}

.title {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.relatedProduct {
    width: 100%;
    display: table-footer-group;
}

.relatedProductLoop {
    padding: 0 !important;
    display: inline-block !important;
    border: none;
    width: 10%;
    float: left;
    margin: 5px;
}

.relatedProductLoop img {
    width: 100%;
}

.pattern-group .p-g-tab-wrapper {
    display: flex;
    flex-direction: column
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav {
    margin-bottom: 10px;
    display: flex
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 30px;
    font-size: 20px
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: initial
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-description {
    font-size: 14px;
    font-weight: 500
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-button .btn-mod {
    font-size: 13px
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    text-align: center;
    display: flex;
    margin: 0 10px
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item:last-child {
    border-right: 0
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #777;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link i {
    margin-right: 8px
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link img {
    margin-right: 8px;
    max-height: 100%
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    color: #000
}

.pattern-group .p-g-tab-wrapper.p-g-tab-direction-3 {
    flex-direction: column-reverse
}

.pattern-group .p-g-tab-wrapper.p-g-tab-direction-3 .p-g-t-nav {
    margin-bottom: 10px;
    display: flex
}

@media (min-width: 992px) {
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 {
        flex-direction: row
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav {
        flex-direction: column;
        margin-right: 10px;
        max-width: 280px
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .p-g-t-n-header {
        margin-bottom: 10px
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .nav {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .nav .nav-item {
        margin: 0
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .nav .nav-link {
        text-align: left
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .tab-content {
        flex: 1;
        max-width: 80%
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-n-button {
        justify-content: flex-start;
        align-items: flex-start
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 {
        flex-direction: row-reverse
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav {
        flex-direction: column;
        margin-left: 10px;
        max-width: 280px
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .p-g-t-n-header {
        margin-bottom: 10px;
        flex-direction: row-reverse;
        justify-content: flex-start
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .p-g-t-n-header .p-g-t-n-icon {
        align-items: flex-end;
        width: 30px;
        font-size: 20px
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .p-g-t-n-header .p-g-t-n-info {
        align-items: flex-end
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .nav {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .nav .nav-item {
        margin: 0
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .nav .nav-link {
        text-align: right;
        flex-direction: row-reverse
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .nav .nav-link i {
        margin-left: 8px;
        margin-right: 0
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .tab-content {
        flex: 1
    }

    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-n-button {
        justify-content: flex-end;
        align-items: flex-end
    }
}

@media (max-width: 991px) {
    .pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-icon {
        width: 27px;
        font-size: 17px
    }

    .pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-title {
        font-size: 15px
    }

    .pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-description {
        font-size: 13px
    }

    .pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-button .btn-mod {
        font-size: 12px
    }

    .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
        font-size: 13px
    }
}

.p-g-t-nav {
    margin-bottom: 0
}

.p-g-t-nav .nav {
    background: #dfdfdf
}

.p-g-t-nav .nav .nav-item .nav-link {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    flex: 1;
    border-top: 3px solid transparent;
    height: 55px;
    padding: 0;
    justify-content: center;
    align-items: center
}

.p-g-t-nav .nav .nav-item .nav-link.active {
    background: #fff;
    /* border-color:#555; */
    color: #666;
    border-radius: 0;
}

@media (max-width: 991px) {
    .p-g-t-nav .nav .nav-item .nav-link {
        font-size: 12px
    }
}

.p-g-t-nav .nav .nav-item {
    flex: 1;
    margin: 0
}

.padding-15 {
 padding: 15px;
}

#product-installment .title {
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px;
    text-align: center;
}

#product-installment th {
    font-size: 14px;
}
label {
    font-size: 14px;
}
.sideTable {
    width: 100%;
}
.sideTable tr td {
    font-size: 13px;
    font-weight: 600;
}

.basketTable {
    width: 100%;
}

.basketTable tbody {
    border-bottom: 1px solid #eee;
}

.basketTable tr td {
    font-size: 13px;
}
.order-nav {
    margin: 0 auto;
    display: table;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    width: 30%;
}
@media (max-width: 768px) {
    .stepper-item {
        font-size: 12px;
    }

}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    font-size: 20px;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: #4bb543;
    color: #eee;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}
.accordion-button {
    width: 100%;
    border:none;
    padding: 10px;
}
.accordion-button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.orderCard {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.orderCard .orderBorder {
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.orderCard .orderButtonDiv a {
    width: 100%;
    margin: 0 auto;
    display: table;
}
/* ==============
  Pagination
===================*/
.page-link {
    color: #5b6be8;
}

.page-item.active .page-link {
    background-color: #2d3b48;
    border-color: #2d3b48;
}

.page-link:focus, .page-link:hover {
    color: #2d3b48;
    background-color: #eff3f6;
}

.pagination {
    display: inline-block;
    margin: 30px auto;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}


@media (max-width: 767px) {
    .shopping-cart-1 .table thead {
        display: none;
    }
}

.shopping-cart-1 {
    font-size: 14px
}

.shopping-cart-1 th {
    color: #555;
    padding: 10px 5px
}

.shopping-cart-1 td {
    padding: 5px
}

.shopping-cart-1 .th-price {
    width: 100px
}

.shopping-cart-1 .th-quantity {
    width: 110px
}

.shopping-cart-1 .th-total-price {
    width: 120px
}

.shopping-cart-1 .th-cargo {
    width: 100px
}

.shopping-cart-1 .th-price,.shopping-cart-1 .th-quantity {
    text-align: center
}

.shopping-cart-1 .th-cargo,.shopping-cart-1 .th-total-price {
    text-align: right
}

.shopping-cart-1 .td-product {
    font-size: 13px;
    font-weight: 500
}

.shopping-cart-1 .td-price {
    text-align: center
}

.shopping-cart-1 .td-price .old-value {
    color: #666;
    display: block;
    font-size: 12px;
    text-decoration: line-through
}

.shopping-cart-1 .td-cargo,.shopping-cart-1 .td-total-price {
    text-align: right
}

.shopping-cart-1 .td-total-price {
    font-size: 16px;
    font-weight: 600
}

.shopping-cart-1 .td-total-price .old-value {
    color: #666;
    display: block;
    font-size: 12px;
    text-decoration: line-through
}

.shopping-cart-1 .td-cargo {
    font-size: 14px;
    font-weight: 600
}

.shopping-cart-1 .td-product .product {
    display: flex
}

.shopping-cart-1 .td-product .product .image {
    margin-right: 5px
}

.shopping-cart-1 .td-product .product .image a {
    display: block
}

.shopping-cart-1 .td-product .product .image img {
    max-width: 100px
}

.shopping-cart-1 .td-product .product .p-info .name {
    color: #333;
    font-size: 13px;
    font-weight: 500
}

.shopping-cart-1 .td-product .product .p-info .btn-remove {
    font-size: 11px;
    font-weight: 500;
    margin-top: 3px;
    padding: 3px 5px
}

.shopping-cart-1 .td-product .product .p-info .attributes {
    margin-top: 3px
}

.shopping-cart-1 .product-quantity .btn {
    font-size: 10px;
    height: 30px;
    width: 25px
}

.shopping-cart-1 .product-quantity input {
    font-size: 13px;
    height: 30px;
    width: 40px
}

.shopping-cart-1 .td-cargo .label {
    display: none
}

@media (max-width: 767px) {
    .shopping-cart-1 .table thead {
        display:none
    }

    .shopping-cart-1 .table tr td {
        border: none;
        display: block;
        width: 100%
    }

    .shopping-cart-1 .table tr .td-product {
        float: left;
        width: 100%
    }

    .shopping-cart-1 .table tr .td-product .image-left {
        width: 30%
    }

    .shopping-cart-1 .table tr .td-product .image-right {
        width: 70%
    }

    .shopping-cart-1 .table tr .td-price {
        display: none
    }

    .shopping-cart-1 .table tr .td-quantity,.shopping-cart-1 .table tr .td-total-price {
        float: left;
        width: 50%
    }

    .shopping-cart-1 .table tr .td-cargo {
        width: 100%
    }

    .shopping-cart-1 .table tr .td-cargo .label {
        display: block
    }

    .shopping-cart-1 .table tbody tr {
        border-top: 1px solid #eaeaea
    }
}

.item-delete {
    font-size: 11px;
    font-weight: 500;
    margin-top: 3px;
    padding: 3px 5px;
}