/**
 * Created by lvntayn on 17.12.2019.
 */

 body {
    background: #eeeeee;
    font-size: 13px;
    overflow-x: hidden;
}

table,
img {
    max-width: 100%;
}

/* Bootstrap Reset */
.line-through {
    text-decoration: line-through
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.font-weight-500 {
    font-weight: 500 !important
}

.height-75 {
    height: 75px !important;
}

.height-100 {
    height: 100px !important;
}

.height-150 {
    height: 150px !important;
}

.resize-none {
    resize: none
}

.btn-secondary-2 {
    color: #6d6d6d;
    background: #eee;
    border-color: #eee;
}

.btn-secondary-2:hover {
    background: #d4d4d4;
    border-color: #d4d4d4;
    color: #444;
}

.alert {
    font-size: 13px;
    font-weight: 500
}

.modal-xlg {
    width: 1100px;
    max-width: calc(100vw - 1rem);
}

.form-control:focus, .btn:focus  {
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #333 !important;
}

.row {
    margin-right: -10px;
    margin-left: -10px;    
} 

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, 
.col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, 
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, 
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, 
.col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, 
.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto,
.col-cs-5, .col-sm-cs-5, .col-md-cs-5, .col-lg-cs-5, .col-xl-cs-5,
.col-cs-7, .col-sm-cs-7, .col-md-cs-7, .col-lg-cs-7, .col-xl-cs-7,
.col-cs-8, .col-sm-cs-8, .col-md-cs-8, .col-lg-cs-8, .col-xl-cs-8,
.col-cs-9, .col-sm-cs-9, .col-md-cs-9, .col-lg-cs-9, .col-xl-cs-9,
.col-cs-10, .col-sm-cs-10, .col-md-cs-10, .col-lg-cs-10, .col-xl-cs-10,
.col-cs-11, .col-sm-cs-11, .col-md-cs-11, .col-lg-cs-11, .col-xl-cs-11 {
    padding-right: 10px;
    padding-left: 10px;
}

.col-list-p-0 {
    padding: 0;
}

.col-list-p-v-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.col-list-p-h-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-fluid {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.container-fluid.container-fluid-relative {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

@media (min-width: 1240px){
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1220px !important;
    }
}

@media (min-width: 1130px){
    .container-fluid.container-fluid-relative {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
}

@media (max-width: 767px){ 
    .form-control {
        font-size: .9rem
    }
}

/* Full Width Container */
.container-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-full .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.container-full .row .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

/* Hidden Scroll */
.hidden-scroll {
    overflow: hidden!important;
    position: relative!important;
}

/* Easy Autocomplete */
.easy-autocomplete-container {
    z-index: 9999
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
    font-size: 13px;
    padding: 3px 10px;
}

.easy-autocomplete .spsi-item {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.easy-autocomplete .spsi-item img {
    height: 50px;
    margin-right: 10px;
}

/* Checkbox */
.span_pseudo,
.lag-checkbox span:before,
.lag-checkbox span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.lag-checkbox {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}

.lag-checkbox input {
    display: none;
}

.lag-checkbox input:checked ~ span {
    background: #333;
    border-color: #333;
}

.lag-checkbox input:checked ~ span:before {
    width: .9rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.lag-checkbox input:checked ~ span:after {
    width: 0.35rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.lag-checkbox input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}

.lag-checkbox input:disabled ~ label {
    color: #dcdcdc;
}

.lag-checkbox input:disabled ~ label:hover {
    cursor: default;
}

.lag-checkbox label {
    padding-left: 1.8rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
}

.lag-checkbox span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #ccc;
    border-radius: 5px;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}

.lag-checkbox span:before {
    transform: rotate(-55deg);
    top: .8rem;
    left: 0.33rem;
}

.lag-checkbox span:after {
    transform: rotate(35deg);
    bottom: 0.30rem;
    left: 0.2rem;
}

/* Pattern Groups */
.pattern-group {
}

.pattern-group .pattern-group-header {
    padding: 15px 0;
    display: flex;
}

.pattern-group .pattern-group-header .p-g-h-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 30px;
    font-size: 20px;
}

.pattern-group .pattern-group-header .p-g-h-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
 
.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: initial
}

.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-description {
    font-size: 14px;
    font-weight: 500;
}

.pattern-group .pattern-group-header .p-g-h-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pattern-group .pattern-group-header .p-g-h-button .btn-mod {
    font-size: 13px;
}

@media (max-width: 991px){
    .pattern-group .pattern-group-header .p-g-h-icon {
        width: 27px;
        font-size: 17px;
    }
    
    .pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
        font-size: 16px;
    }
    
    .pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-description {
        font-size: 13px;
    }
    
    .pattern-group .pattern-group-header .p-g-h-button .btn-mod {
        font-size: 12px;
    }
}

/* Pattern Group Tabs */
.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 Tab Directions */

/* Direction 3 Bottom */
.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){
    /* Direction 1 Left */
    .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;
    }

    /* Directon 2 Right */
    .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;
    }
}

/* Pattern Group Module */
.pattern-group .p-g-mod {
    background: #fff;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.2);*/
    margin-bottom: 20px;
}

.pattern-group .p-g-mod.p-g-mod-trans {
    background: transparent;
    /*box-shadow: none;*/
}

.pattern-group .p-g-mod .p-g-mod-header {
    padding: 10px 15px;
    height: 60px;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pattern-group .p-g-mod.p-g-mod-trans .p-g-mod-header {
    /*border-bottom: 0;*/
}

.pattern-group .p-g-mod .p-g-mod-header.p-g-mod-header-p-0 {
    padding: 0;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 28px;
    font-size: 20px;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: initial
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-size: 13px;
}

.pattern-group .p-g-mod .p-g-mod-body {
    padding: 15px;
}

.pattern-group .p-g-mod .p-g-mod-body.p-g-mod-body-p-0 {
    padding: 0;
}

@media (max-width: 991px){
    .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-icon {
        width: 25px;
        font-size: 16px;
    }

    .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 15px;
    }
    
    .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
        font-size: 12px;
    }

    .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
        font-size: 12px;
    }
}

/* Pattern Module Type 2, Pattern Module Type 10 */
.p-g-mod-t-2 .p-g-mod-body a,
.p-g-mod-t-10 .p-g-mod-body a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.p-g-mod-t-2.p-g-mod-trans .p-g-mod-body a,
.p-g-mod-t-10.p-g-mod-trans .p-g-mod-body a {
    border-bottom: none;
}

.p-g-mod-t-2.p-g-mod-trans .p-g-mod-body-p-0 a,
.p-g-mod-t-2.p-g-mod-trans .p-g-mod-body-p-0 a {
    padding: 8px 0;
}

.p-g-mod-t-2 .p-g-mod-body a:hover,
.p-g-mod-t-10 .p-g-mod-body a:hover {
    background: #eaeaea;
}

.p-g-mod-t-2.p-g-mod-trans .p-g-mod-body a:hover,
.p-g-mod-t-10.p-g-mod-trans .p-g-mod-body a:hover {
    background: transparent;
}

/* Pattern Module Type 15, Pattern Module Type 16, Pattern Module Type 58 */
.p-g-mod-t-58 .p-g-mod-body ul,
.p-g-mod-t-15 .p-g-mod-body ul,
.p-g-mod-t-16 .p-g-mod-body ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.p-g-mod-t-58 .p-g-mod-body ul li,
.p-g-mod-t-15 .p-g-mod-body ul li,
.p-g-mod-t-16 .p-g-mod-body ul li {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: -1px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.p-g-mod-t-58 .p-g-mod-body ul li:last-child,
.p-g-mod-t-15 .p-g-mod-body ul li:last-child,
.p-g-mod-t-16 .p-g-mod-body ul li:last-child { 
    border-bottom: 0;
}

.p-g-mod-t-58 .p-g-mod-body ul li a, 
.p-g-mod-t-15 .p-g-mod-body ul li a, 
.p-g-mod-t-16 .p-g-mod-body ul li a {
    padding: .75rem 1.25rem;
    display: block;
}

.p-g-mod-t-58 .p-g-mod-body.p-g-mod-body-p-0 ul li a, 
.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a, 
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 0;
}

.p-g-mod-t-15 .p-g-mod-body ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 500
}

.p-g-mod-t-58 .p-g-mod-body ul li a,
.p-g-mod-t-16 .p-g-mod-body ul li a {
    color: #333;
    font-size: 13px
}

.p-g-mod-t-58 .p-g-mod-body li:hover,
.p-g-mod-t-15 .p-g-mod-body li:hover,
.p-g-mod-t-16 .p-g-mod-body li:hover {
    background: #eaeaea;
}

.p-g-mod-t-58.p-g-mod-trans .p-g-mod-body li:hover,
.p-g-mod-t-16.p-g-mod-trans .p-g-mod-body li:hover,
.p-g-mod-t-16.p-g-mod-trans .p-g-mod-body li:hover {
    background: transparent;
}

/* Card Blog */
.card-blog {
    position: relative;
    display: block;
    background: #fff;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.2);*/
}

.card-blog .image a {
    display: block;
}

.card-blog .image a img {
    width: 100%;
}

.card-blog .date {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 20px;
    padding: 5px 10px;
}

.card-blog .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    padding: 0 10px;
    font-size: 16px;
    line-height: 18px;
    height: 54px;
    font-weight: 600;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #000;
}

.card-blog .description {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 16px;
    height: 48px;
    font-weight: 400;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #000;
}

.card-blog .buttons {
    padding: 10px;
}

.card-blog .buttons .btn-read-more {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
}

.card-blog .buttons .btn-read-more:hover {
    background: #333;
    color: #fff;
}

@media (max-width: 767px){
    .card-blog .title {
        font-size: 14px;
        line-height: 16px;
        height: 48px;
    }

    .card-blog .description {
        font-size: 12px;
        line-height: 14px;
        height: 42px;
    }

    .card-blog .buttons .btn-read-more {
        font-size: 12px;
    }
}

/* Pagination */
.pagination-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-nav .pagination {
    display: inline-flex;
}

/* Pattern Module Type 12 */
.p-g-mod-t-12 .p-g-mod-body .date {
    font-size: 13px;
    color: #555;
}

.p-g-mod-t-12 .p-g-mod-body .image {
    margin: 10px 0
}

.p-g-mod-t-12 .p-g-mod-body .image img {
    width: 100%;
}

.p-g-mod-t-12 .p-g-mod-body .description {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px
}

.p-g-mod-t-12 .p-g-mod-body .detail {
    font-size: 14px;
    color: #000;
}

.p-g-mod-t-12 .p-g-mod-body .social-share {
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
}

/* Card Brand */
.card-brand {
    position: relative;
    display: block;
    background: #fff;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.2);*/
}

.card-category .image {
    display: block;
    width: 100%;
}

.card-brand .image a {
    display: block;
}

.card-brand .image a img {
    width: 100%;
}

.card-brand .title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px;
    padding: 0 10px;
}

/* Breadcrumb */
.breadcrumb-wrapper .breadcrumb {
    background: none;
    padding: 0;
    font-weight: 500;
    font-size: 13px;
    color: #8e8e8e;
}

.breadcrumb-wrapper .breadcrumb a {
    color: #555;
}

.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #8e8e8e;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
    color: #333;
}

/* Pattern Module Type 21, 22, 23, 24, 25, 26, 35 */
.pattern-group .p-g-mod-t-21,
.pattern-group .p-g-mod-t-22,
.pattern-group .p-g-mod-t-23,
.pattern-group .p-g-mod-t-24,
.pattern-group .p-g-mod-t-25,
.pattern-group .p-g-mod-t-35 {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pattern-group .p-g-mod-t-21,
.pattern-group .p-g-mod-t-22,
.pattern-group .p-g-mod-t-23,
.pattern-group .p-g-mod-t-24,
.pattern-group .p-g-mod-t-25,
.pattern-group .p-g-mod-t-26 {
    display: none;
}

.pattern-group .p-g-mod-t-23 {
    display: none;
}

.pattern-group .p-g-mod-t-21 .p-g-mod-header,
.pattern-group .p-g-mod-t-22 .p-g-mod-header,
.pattern-group .p-g-mod-t-23 .p-g-mod-header,
.pattern-group .p-g-mod-t-24 .p-g-mod-header,
.pattern-group .p-g-mod-t-25 .p-g-mod-header,
.pattern-group .p-g-mod-t-26 .p-g-mod-header {
    height: 50px;
    border-bottom: 0;
}

.pattern-group .p-g-mod-t-21 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-22 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-23 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-24 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-25 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 15px;
    font-weight: 500;
}

.pattern-group .p-g-mod-t-21 .p-g-mod-body,
.pattern-group .p-g-mod-t-22 .p-g-mod-body,
.pattern-group .p-g-mod-t-23 .p-g-mod-body,
.pattern-group .p-g-mod-t-24 .p-g-mod-body,
.pattern-group .p-g-mod-t-25 .p-g-mod-body {
    padding-top: 0;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .btn {
    font-size: 13px;
    margin: 0 5px;
}    

.pattern-group .p-g-mod-t-22.p-g-mod-t-cat-display-1,
.pattern-group .p-g-mod-t-23.p-g-mod-t-cat-display-1,
.pattern-group .p-g-mod-t-24.p-g-mod-t-cat-display-1,
.pattern-group .p-g-mod-t-25.p-g-mod-t-cat-display-1,
.pattern-group .p-g-mod-t-26.p-g-mod-t-cat-display-1 {
    display: none;
}

.pattern-group .p-g-mod-t-21.p-g-mod-t-cat-display-1 {
    margin-bottom: 20px;
} 

/* Category Filter List */
.category-filter-list .list-wrap[data-simplebar] {
    max-height: 300px;
}

.category-filter-list .list-wrap .list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-filter-list .list-wrap .list li {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.category-filter-list .list-wrap .list li a {
    display: block;
    font-weight: 400;
    color: #555;
    font-size: 14px;
    padding: 4px 10px 4px 0;
}

.category-filter-list .list-wrap .list li.active a,
.category-filter-list .list-wrap .list li a:hover {
    color: #000;
}

.category-filter-list.cat-display-type-1 .list-wrap {
    max-height: fit-content;
}

.category-filter-list.cat-display-type-1 .list-wrap .list li a {
    padding: 7px 7px 7px 0;
    font-weight: 400;
}

.category-filter-list.cat-display-type-1 .list-wrap .list li a i {
    margin-right: 3px;
    font-size: 11px;
}

/* Category Price Inputs */
.category-price-inputs {
    display: flex;
    margin: 15px 0;
    justify-content: center;
    align-items: center;
}

.category-price-inputs .seperator {
    width: 20px;
    text-align: center;
}

.category-price-inputs input {
    flex: 4;
    height: 35px;
    font-size: 13px;
    font-weight: 500;
}

.category-price-inputs .btn {
    flex: 1;
    margin-left: 5px;
    height: 35px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    background: #f7f7f7;
}


/* Category Filter Order */
.category-filter-order {
}

.category-filter-order .list-wrap {
    background: #e5e5e5;
}

.category-filter-order .list-wrap .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 12px;
    font-weight: 500;
}

.category-filter-order .list-wrap .list li {
    flex: 1;
}   

.category-filter-order .list-wrap .list li .lag-checkbox {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}   

.category-filter-order .list-wrap .list li:hover .lag-checkbox,
.category-filter-order .list-wrap .list li.active .lag-checkbox {
    background: #a1a1a1;
    color: #fff;
}   

.category-filter-order .list-wrap .list li span { 
    display: none;
}

.category-filter-order .list-wrap .list li label { 
    padding-left: 0;
}

/* Card Category */
.card-category {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: #fff;
}

.card-category .image {
    display: block;
    width: 100%;
}

.card-category .image a {
    display: block;
}

.card-category .image a img {
    width: 100%;
}

.card-category .title {
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
}

/* Product Reviews */
.product-reviews {
    display: flex;
    line-height: 12px;
}

.product-reviews .stars {
}

.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;
}

/* Card Product */
.card-product {
    background: #fff;
}

.card-product .card-product-inner {
    padding: 10px;
    position: relative;
}

.card-product .card-product-inner .c-p-i-link {
    color: #333;
    font-weight: 400;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 0;
    right: 0;
    width: 65px;
    height: 28px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    background: #535353;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.card-product .card-product-inner .image-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

.card-product .card-product-inner .product-label {
    position: absolute;
    z-index: 1;
}

.card-product .card-product-inner .product-label img {
    width: 100%;
}

.card-product .card-product-inner .product-label.top-left {
    top: 0;
    left: 0;
    margin-bottom: 5px;
}

.card-product .card-product-inner .product-label.top-right {
    top: 0;
    right: 0;
    margin-bottom: 5px;
}

.card-product .card-product-inner .product-label.bottom-left {
    bottom: 0;
    left: 0;
    margin-top: 5px;
}

.card-product .card-product-inner .product-label.bottom-right {
    bottom: 0;
    right: 0;
    margin-top: 5px;
}

.card-product .card-product-inner .image-wrapper .image {
    display: block;
}

.card-product .card-product-inner .image-wrapper .image img {
    width: 100%;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: 400;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #333;
}

.card-product .card-product-inner .price-group .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: 10px;
}

.card-product .card-product-inner .price-group .prices {
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 12px;
    color: #555;
    
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 17px;
    font-weight: 500;
    color: #555;
}

.card-product .card-product-inner .buttons {
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.card-product .card-product-inner .buttons .btn-cart {
    font-size: 12px;
    background: #fd5b06;
    border-color: #fd5b06;
    color: #fff;
    font-weight: 500
}

.card-product .card-product-inner .buttons .btn-cart:hover {
    background: #e25002;
    border-color: #e25002;
    color: #fff;
}

.card-product .product-reviews {
    justify-content: center;
    margin: 5px 0;
}

.card-product .product-quantity .btn {
    height: 30px;
}

.card-product .product-quantity input {
    height: 30px;
    flex: 1;
}

.card-product .product-unit {
    display: flex;
    justify-content: center;
    margin: 2px;
    font-weight: 500;
}

@media (max-width: 767px){
    .card-product .card-product-inner .free-cargo-badge {
        width: 60px;
        height: 25px;
        font-size: 10px;
        line-height: 10px;
    }

    .card-product .card-product-inner .title {
        font-size: 13px;
        line-height: 16px;
        height: 32px;
    }

    .card-product .card-product-inner .price-group {
        height: 40px;
    }

    .card-product .card-product-inner .price-group .discount {
        height: 30px;
        width: 37px;
        font-size: 12px;
        margin-right: 4px;
    }

    .card-product .card-product-inner .price-group .prices .list-price {
        font-size: 11px;
    }

    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 15px;
    }

    .card-product .card-product-inner .buttons .btn-cart {
        font-size: 11px;
    }
}

/* Card Product */
.card-list-product {
    background: #fff;
}

.card-list-product .card-list-product-inner {
    padding: 0;
    position: relative;
}

.card-list-product .card-list-product-inner .c-l-p-i-link {
    color: #333;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.card-list-product .card-list-product-inner .free-cargo-badge {
    position: absolute;
    left: 0;
    right: 0;
    width: 65px;
    height: 28px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    background: #535353;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.card-list-product .card-list-product-inner .image-wrapper {
    display: block;
    width: 100%;
    flex: 2;
    margin-right: 5px;
}

.card-list-product .card-list-product-inner .image-wrapper .image {
    display: block;
}

.card-list-product .card-list-product-inner .image-wrapper .image img {
    width: 100%;
}

.card-list-product .card-list-product-inner .info {
    flex: 3;
}

.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: 42px;
    font-weight: 400;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.card-list-product .card-list-product-inner .price-group {
    display: flex;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    color: #333;
    margin-left: 5px;
}

.card-list-product .card-list-product-inner .price-group .prices {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.card-list-product .card-list-product-inner .price-group .prices .discount {
    color: #f6000d;
    font-size: 12px;
}

.card-list-product .card-list-product-inner .price-group .prices .list-price {
    font-size: 12px;
    color: #555;
    text-decoration: line-through
}

.card-list-product .card-list-product-inner .price-group .prices .sale-price {
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

.card-list-product .product-reviews {
    justify-content: flex-start;
    margin-bottom: 5px;
}

@media (max-width: 767px){
    .card-list-product .card-list-product-inner .info .title {
        font-size: 13px;
        line-height: 16px;
        height: 39px;
    }

    .card-list-product .card-list-product-inner .price-group .prices .discount {
        font-size: 12px;
    }

    .card-list-product .card-list-product-inner .price-group .prices .sale-price {
        font-size: 14px;
    }
}

/* Category Responsive Buttons */
.cat-responsive-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.cat-responsive-buttons .btn {
    font-size: 13px;
}

/* Category Responsive Popup */
.cat-responsive-popup {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 20;
    bottom: 0;
    top: 0;
    overflow-y: scroll;
    background: #fff;
    height: 100%;
    padding-bottom: 50px;
}

.cat-responsive-popup .c-r-p-content {
    padding-bottom: 160px;    
}

.cat-responsive-popup .c-r-p-bar {
    position: fixed;
    z-index: 21;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.cat-responsive-popup .c-r-p-bar .p-g-mod {
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.cat-responsive-popup .category-filter-res-order {
    padding: 20px;
}

/* Product Profile */
.product-profile-1 {
    
}

.product-profile-1 .product-label {
    position: absolute;
    z-index: 10;
}

.product-profile-1 .product-label img {
    width: 100%;
}

.product-profile-1 .product-label.top-left {
    top: 0;
    left: 0;
    margin-bottom: 5px;
}

.product-profile-1 .product-label.top-right {
    top: 0;
    right: 0;
    margin-bottom: 5px;
}

.product-profile-1 .product-label.bottom-left {
    bottom: 0;
    left: 0;
    margin-top: 5px;
}

.product-profile-1 .product-label.bottom-right {
    bottom: 0;
    right: 0;
    margin-top: 5px;
}

.product-profile-1 .carousel {
    
}

.product-profile-1 .carousel .carousel-outer {
    position: relative;
}

.product-profile-1 .carousel .carousel-inner {
    border: 1px solid #eaeaea;
}

.product-profile-1 .carousel .carousel-inner img {
    width: 100%;
    display: block;
}

.product-profile-1 .carousel .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    z-index: 0;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.product-profile-1 .carousel .carousel-indicators li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
    max-width: 60px;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: #2177d2;
}

.product-profile-1 .carousel .carousel-indicators li.hide {
    display: none;
}

.product-profile-1 .carousel .carousel-indicators li img {
    width: 100%;
}

.product-profile-1 .carousel .carousel-control-prev, 
.product-profile-1 .carousel .carousel-control-next {
    color: rgba(0, 0, 0, .5);
    font-size: 25px;
}

.product-profile-1 h1.title {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.product-profile-1 .variant-box {
    margin-top: 15px;
}

.product-profile-1 .special-field-box {
    margin-top: 15px;
}

.product-profile-1 .product-quantity {
    margin: 10px 0;
}

.product-profile-1 .social-share {
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
}

/* Product Profile Info */
.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
}

/* Related Products */
.related-products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.related-products a {
    width: auto;
    height: 100px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: 500
}

.related-products a img {
    width: 100%;
    border: 1px solid transparent;
    margin: 0 auto;
}

.related-products a.active img {
    border-color: #fc682c;
}

/* Variant Box */
.variant-box {
    border: 1px solid rgba(0, 0, 0, .05);
    background: rgba(0, 0, 0, .03);
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px
}

.variant-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.variant-box ul li {
    margin: 10px 0;
}

.variant-box ul li select {
    display: none;
}

.variant-box ul li .options {
    display: flex;
    flex-wrap: wrap;
}

.variant-box ul li .options a {
    display: inline-block;
    background: #fdffff;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-right: 5px;
    position: relative;
}

.variant-box ul li .options a.sold-out {
    color: #bbb;
    border: 1px solid #e1e1e1;
    background: url('images/line-trough.png') center center no-repeat;
}

.variant-box ul li .options a.active {
    border-color: rgba(0, 0, 0, .8);
}

/* Product Quantity */
.product-quantity-type {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px
}

.product-quantity {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .product-quantity-type {
        justify-content: flex-start;
        text-align: left;
    }

    .product-quantity {
        justify-content: flex-start;
    }
}

.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: bold;
}

.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 Small */
.product-quantity.product-quantity-sm  .btn { 
    width: 33px;
    height: 35px;
}

.product-quantity.product-quantity-sm input {
    width: 40px;
    height: 35px;
}


/* Product Badges */
.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;
}

/* Native Modal */
.native-modal {
    z-index: 1049 !important;
}

.native-modal .native-modal-close {
    border: 3px solid #ffffff;
    text-align: center;
    position: absolute;
    top: -13px;
    right: -13px;
    width: 38px;
    height: 38px;
    background: #333333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
}

.native-modal .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
    margin-right: 0 !important
}

.native-modal .sticky-bottom {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    z-index: 1020;
    background: #fff;
}

.native-modal .modal-content .modal-header .close {
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    color: #000;
    font-size: 16px;
    padding: 10px;
    margin: -10px;
}

.native-modal .modal-content .modal-header .modal-title {
    font-size: 15px;
}

/* Product Price Group */
.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 {
}

.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 */
.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 Fast Cart Box */
.fast-product-cart-box .variant-box {
    margin-top: 15px;
}

.fast-product-cart-box .special-field-box {
    margin-top: 15px;
}

.fast-product-cart-box .product-quantity {
    margin: 10px 0;
} 

/* Product Favourite */
.product-favourite {
    font-size: 13px;
}

.product-favourite a {
    color: #000;
}

.product-favourite a i {
    margin-right: 3px;
}

/* Login Form Modal */
.login-form-modal {
    font-size: 13px;
}

/* Product Comment Stars */
.product-comment-stars {
    display: flex;
    flex-wrap: wrap;
}

.product-comment-stars .star {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    color: #333;
    padding-right: 7px;
}

.product-comment-stars .star i {
    font-size: 30px;
    color: #777;
    margin-bottom: 2px;
}

.product-comment-stars .star:hover i, 
.product-comment-stars .star.active i {
    color: #f78018;
}

/* Product Comment List */
.product-comment-list .comment-box {
    background: #eaeaea;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.product-comment-list .comment-box .name {
    font-weight: 600;
    font-size: 14px;
}

.product-comment-list .comment-box .date {
    font-size: 12px;
    color: #777;
}

.product-comment-list .comment-box .comment {
    margin-top: 5px;
    font-size: 15px;
}

.product-comment-list .comment-box .stars {
    color: #777;
}

.product-comment-list .comment-box .stars .active {
    color: #f78018;
}

/* Cookie Agreement Module */
.cookie-agreement-module {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 500;
}

.cookie-agreement-module .cam-btn {
    border: 0 !important; 
    border-radius: 3px !important;
    display: inline-block !important;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 600
}

/* Facebook Login */
.btn-fb-login {
    background: #4C69BA !important;
    background-image: linear-gradient(#4C69BA, #3B55A0) !important;
    text-shadow: 0 -1px 0 #354C8C !important;
    color: #fff !important;
    border: 1px solid #4C69BA !important;
}  

.btn-fb-login i {
    padding-right: 10px !important;
    border-right: 1px solid rgba(0, 0, 0, .1) !important;
}   

.btn-fb-login:hover {
    background-color: #5B7BD5 !important;
    background-image: linear-gradient(#5B7BD5, #4864B1) !important;
}

/* Facebook Login */
.btn-google-login {
    background: #DB4437!important;
    background-image: linear-gradient(#DB4437,#cc3e32)!important;
    text-shadow: 0 -1px 0 #DB4437!important;
    color: #fff!important;
    border: 1px solid #DB4437!important;
}

.btn-google-login i {
    padding-right: 10px !important;
    border-right: 1px solid rgba(0, 0, 0, .1) !important;
}

.btn-google-login:hover {
    background-color: #cc3e32 !important;
    background-image: linear-gradient(#cc3e32, #cc3e32) !important;
}

/* Pattern Module Type 29 */
.pattern-group .p-g-mod.p-g-mod-t-29 {
    margin-bottom: 0;
}

/* Shopping Cart 1 */
.shopping-cart-1 {
    font-size: 14px;
}

.shopping-cart-1 th {
    padding: 10px 5px;
    color: #555;
}

.shopping-cart-1 td {
    padding: 5px 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-total-price, 
.shopping-cart-1 .th-cargo {
    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 {
    display: block;
    text-decoration: line-through;
    font-size: 12px;
    color: #666;
}

.shopping-cart-1 .td-total-price, 
.shopping-cart-1 .td-cargo {
    text-align: right;
}

.shopping-cart-1 .td-total-price {
    font-size: 16px;
    font-weight: 600;
}

.shopping-cart-1 .td-total-price .old-value {
    display: block;
    text-decoration: line-through;
    font-size: 12px;
    color: #666;
}

.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-weight: 500;
    font-size: 13px;
}

.shopping-cart-1 .td-product .product .p-info .btn-remove {
    margin-top: 3px;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 5px;
}

.shopping-cart-1 .td-product .product .p-info .attributes {
    margin-top: 3px;
}

.shopping-cart-1 .product-quantity .btn {
    width: 25px;
    height: 30px;
    font-size: 10px;
}

.shopping-cart-1 .product-quantity input {
    width: 40px;
    height: 30px;
    font-size: 13px;
}

.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 {
        display: block;
        width: 100%;
        border: none;
    }

    .shopping-cart-1 .table tr .td-product {
        width: 100%;
        float: left;
    }

    .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 {
        width: 50%;
        float: left;
    }

    .shopping-cart-1 .table tr .td-total-price {
        width: 50%;
        float: left;
    }

    .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;
    }
}

/* Shopping Buttons 1 */
.shopping-buttons-1 {
    padding: 10px;
}

.shopping-buttons-1 .btn-continue {
    font-size: 14px;
}

@media (max-width: 767px) {
    .shopping-buttons-1 .btn-continue {
        display: none;
    }

}

/* Payment Steps */
.payment-steps-1 {
    display: flex;
}

.payment-steps-1 .step {
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    position: relative;
}

.payment-steps-1 .step.step-1::after,
.payment-steps-1 .step.step-2::before,
.payment-steps-1 .step.step-2::after,
.payment-steps-1 .step.step-3::before {
    background: #c6cacd;
    height: 2px;
    z-index: 1;
    position: absolute;
    top: 28px;
}

.payment-steps-1 .step.step-1::after {
    content: " ";
    left: 50%;
    right: 0;
}

.payment-steps-1 .step.step-2::before {
    content: " ";
    right: 50%;
    left: 0;
}

.payment-steps-1 .step.step-2::after {
    content: " ";
    left: 50%;
    right: 0;
}

.payment-steps-1 .step.step-3::before {
    content: " ";
    right: 50%;
    left: 0;
}

.payment-steps-1 .step.step-1.completed::after,
.payment-steps-1 .step.step-2.completed::before,
.payment-steps-1 .step.step-2.completed::after,
.payment-steps-1 .step.step-2.active::before,
.payment-steps-1 .step.step-3.active::before {
    background: #747474;
}

.payment-steps-1 .step .circle {
    width: 50px;
    height: 50px;
    background: #c6cacd;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
    color: #555;
    z-index: 2;
    position: relative;
}

.payment-steps-1 .step.active {
    color: #31ab45;
}

.payment-steps-1 .step.active .circle {
    background: #31ab45;
    color: #fff;
}

.payment-steps-1 .step.completed {
    color: #747474;
}

.payment-steps-1 .step.completed .circle {
    background: #747474;
    color: #fff;
}

@media (max-width: 767px){
    .payment-steps-1 .step {
        font-size: 13px;
    }
}

/* Payment Cart Summary 1 */
.payment-cart-summary-1 {

}

.payment-cart-summary-1 .title {
    font-size: 18px;
    font-weight: bold;
    color: #5fab4a;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.payment-cart-summary-1 table {
    font-size: 12px;
}

.payment-cart-summary-1 table th {
    padding: 5px;
    font-weight: 500;
}

.payment-cart-summary-1 table td {
    padding: 5px;
}

.payment-cart-summary-1 table .th-product {
}

.payment-cart-summary-1 table .th-quantity {
    text-align: center;
    width: 45px;
    padding-left: 1px;
    padding-right: 1px;
}

.payment-cart-summary-1 table .th-total-price {
    text-align: right;
    width: 100px;
}

.payment-cart-summary-1 table .td-quantity {
    text-align: center;
    padding-left: 1px;
    padding-right: 1px;
}

.payment-cart-summary-1 table .td-total-price {
    text-align: right;
    font-weight: 600;
}

.payment-cart-summary-1 table .td-product a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    height: 32px;
    color: #333;
}

.payment-cart-summary-1 table .td-product .variants span {
    margin: 0 5px 0 0;
}

.payment-cart-summary-1 .p-list-button {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    padding: 10px;
}

.payment-cart-summary-1 .p-list-button i {
    margin-right: 5px;
}

.payment-cart-summary-1 .summary {
    background: #f9f9f9;
}

.payment-cart-summary-1 .summary tfoot {
}

.payment-cart-summary-1 .summary tfoot th {
    font-size: 13px;
}

.payment-cart-summary-1 .summary tfoot th:last-child {
    text-align: right;
}

.payment-cart-summary-1 .summary tfoot .final {
    font-size: 17px;
    font-weight: 600;
    color: #31ab45;
}

@media (max-width: 1200px){
    .payment-cart-summary-1 .summary tfoot th {
        font-size: 12px;
    }

    .payment-cart-summary-1 .summary tfoot .final {
        font-size: 16px;
    }
}

/* Payment Form Group 1 */
.payment-form-group-1 {
    font-size: 14px;
}

.payment-form-group-1 .form-group label {
    margin-bottom: 5px;
}

.payment-form-group-1 .form-group textarea {
    resize: none;
    height: 100px;
}

.payment-form-group-1 .form-group .form-control.error {
    border-color: #dc3545 !important;
}

.payment-form-group-1 .form-group span.error {
    font-size: 12px;
    font-weight: 500;
    color: #dc3545;
    display: block;
}

.payment-form-group-1 .gift-pack-price {
    color: #dc3545;
    font-weight: 500
}

@media (max-width: 767px){
    .payment-form-group-1 {
        font-size: 13px;
    }
}

/* Payment Final Buttons */
.payment-final-buttons-1 {
    display: block;
}

.payment-final-buttons-1 .btn-complete  {
    font-size: 16px;
    background: #fd5b06;
    border-color: #fd5b06;
    color: #fff;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 10px 5px;
}

.payment-final-buttons-1 .btn-complete:hover {
    background: #e25002;
    border-color: #e25002;
    color: #fff;
}

.payment-final-buttons-1 .btn-complete i {
    margin-left: 5px;
}

@media (max-width: 991px){
    .payment-final-buttons-1 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #e2e6eb;
        height: 70px;
    }
}

/* Payment Final Buttons */
.payment-control-buttons-1 {
    display: block;
}

.payment-control-buttons-1 .btn-back {
    margin: 5px auto 0 auto;
    display: block;
    width: 90px;
    font-size: 14px;
}

@media (max-width: 991px){
    .payment-control-buttons-1 .btn-back {
        width: 100%;
    }
}

/* Cart Empty Alert */
.cart-empty-alert {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 300px;
    font-size: 14px;
}

.cart-empty-alert .btn {
    font-size: 13px;
    margin-top: 15px;
    font-weight: 500;
}

/* Sticky Sidebar 992px Col 2 */
@media (min-width: 992px){
    .sticky-sidebar-992-2 {
        margin-bottom: 50px;
    }
    
    .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-wrapper {
        will-change: min-height;
    }
    .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-wrapper .p-g-b-c-inner {
        transform: translate(0, 0); 
        transform: translate3d(0, 0, 0);
        will-change: position, transform;
    }
}

/* Shipment Methods */
.shipment-methods .method {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 15px 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.shipment-methods .method:last-child {
    border-bottom: 0;
}

.shipment-methods .method:hover {
    background: rgba(0, 0, 0, .05);
}

.shipment-methods .method .checkbox {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 10px;
}

.shipment-methods .method .name {
    display: flex;
    flex: 1;
    align-items: center;
}

.shipment-methods .method .name .image {
    width: 90px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-right: 5px;
}

.shipment-methods .method .name .image img {
    max-width: 80px;
    max-height: 30px;
}

.shipment-methods .method .name .info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.shipment-methods .method .name .info span {
    font-size: 13px;
    font-weight: 400;
}

.shipment-methods .method .price {
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
}

/* Invoice Info */
.invoice-info-description {
    background: rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 8px 8px 3px 8px;
}

.invoice-info-description label {
    font-weight: 500;
    margin-left: 10px;
    cursor: pointer;
}

.invoice-info {
    margin-top: 20px
}

.invoice-info .invoice-type {
    margin-bottom: 1rem
}

.invoice-info .invoice-type span {
    margin-right: 15px;
}

/* Payment Form Methods */
.payment-form-methods .nav-tabs {
    background: #f9f9f9;
    padding: 10px 0 0 0;
    padding-bottom: 0;
    border: 0;
    display: flex;
    justify-content: center;
    height: 60px;
    flex-wrap: nowrap;
} 

.payment-form-methods .nav-tabs .nav-item {
    margin: 0 10px;
}

.payment-form-methods .nav-tabs .nav-link {
    margin-top: 10px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    background: #dddddd;
    color: #555;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    border: 1px solid transparent;
    border-bottom: 0;
}

.payment-form-methods .nav-tabs .nav-link:hover {
    background: rgba(0, 0, 0, .2);
}

.payment-form-methods .nav-tabs .nav-link.active {
    background: #fff;
    color: #000;
    margin-top: 0;
    height: 50px;
    border-color: #dddddd;
}

.payment-form-methods .tab-content {
    min-height: 300px;
}

@media (max-width: 767px){
    .payment-form-methods .nav-tabs .nav-item {
        margin: 0 3px;
    }

    .payment-form-methods .nav-tabs .nav-link {
        font-size: 12px;
        padding: 0 5px;
    }
}

/* Payment Method Form */
.payment-method-form {
    padding: 20px 15px;
}

/* Door Payment Methods */
.door-payment-methods .title {
    font-weight: 500;
    margin-bottom: 10px;
}

.door-payment-methods .method {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 15px 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.door-payment-methods .method:last-child {
    border-bottom: 0;
}

.door-payment-methods .method:hover {
    background: rgba(0, 0, 0, .05);
}

.door-payment-methods .method .checkbox {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 10px;
}

.door-payment-methods .method .name {
    display: flex;
    flex: 1;
    align-items: center;
}

.door-payment-methods .method .name .image {
    width: 90px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-right: 5px;
}

.door-payment-methods .method .name .image img {
    max-width: 80px;
    max-height: 30px;
}

.door-payment-methods .method .name .info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.door-payment-methods .method .name .info span {
    font-size: 13px;
    font-weight: 400;
}

.door-payment-methods .method .price {
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
}

/* Credit Card Form */
.credit-card-form {
}

.credit-card-form .form-group label {
    font-weight: 500;
    font-size: 13px;
    color: #222
}

.credit-card-form .form-group .form-control {
    border-color: rgba(0,0,0,.2);
}

.credit-card-form .credit-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 400px){
    .credit-card-form {
        font-size: 13px;
    }
}

@media (max-width: 767px){
    .credit-card-form .credit-card-wrapper {
        display: none;
    }
}

.credit-card-form .credit-card-wrapper .jp-card-logo.jp-card-visa:before {
    display: none !important;
}

.credit-card-form .credit-card-wrapper .jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-size: 20px
}

/* Payment Agreement */
.payment-agreement-checbox-1 {
    font-size: 13px;
}

.payment-agreement-checbox-1 a {
    font-weight: 500;
}

/* Payment Agreement Text */
.payment-agreement-text {
    font-size: 13px;
}

/* Payment Success Alert */
.payment-success-alert {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 300px;
    font-size: 14px;
}

.payment-success-alert .check-icon {
    font-size: 75px;
    margin-bottom: 10px;
}

/* User Dashboard */
.user-dashboard .description {
    font-weight: bold;
    font-size: 15px;
    color: #444;
}

.user-dashboard .hello {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px 0;
    font-size: 14px;
    color: #555;
}

.user-dashboard .hello .title {
    font-weight: bold;
    font-size: 15px;
    color: #444;
    margin-bottom: 15px;
}

.user-dashboard .hello .sub-title {
    font-weight: bold;
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.user-dashboard .link-boxes .link-box {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.user-dashboard .link-boxes .link-box span {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, .07);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-dashboard .link-boxes .link-box span i {
    color: #333;
    font-size: 30px;
}

.user-dashboard label {
    font-size: 14px;
}

.user-dashboard table {
    font-size: 14px;
}

.user-dashboard .alert {
    font-size: 14px;
}

/* Dealer Payment Methods */
.dealer-payment-methods .method {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 15px 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.dealer-payment-methods .method:last-child {
    border-bottom: 0;
}

.dealer-payment-methods .method:hover {
    background: rgba(0, 0, 0, .05);
}

.dealer-payment-methods .method .checkbox {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 10px;
}

.dealer-payment-methods .method .name {
    display: flex;
    flex: 1;
    align-items: center;
}

.dealer-payment-methods .method .name .image {
    width: 90px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-right: 5px;
}

.dealer-payment-methods .method .name .image img {
    max-width: 80px;
    max-height: 30px;
}

.dealer-payment-methods .method .name .info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.dealer-payment-methods .method .name .info span {
    font-size: 13px;
    font-weight: 400;
}

.dealer-payment-methods .method .price {
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
}

/* Owl Carousel Settings */
.owl-wrapper {
    position: relative;
}

.pattern-group .p-g-mod .p-g-mod-body.p-g-mod-body-p-0 .owl-wrapper {
    margin-top: 10px
}

.owl-wrapper .owl-carousel .owl-nav,
.owl-wrapper .owl-carousel .owl-dots {
    display: none;
}

.owl-wrapper .owl-single-button {
    display: none;
    position: absolute;
    top: calc(50% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.24);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.24);
}

.owl-wrapper .owl-single-button.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-wrapper .owl-single-button.owl-single-button-prev {
    left: -20px;
}

.owl-wrapper .owl-single-button.owl-single-button-next {
    right: -20px;
}

.owl-wrapper .owl-single-button button {
    font-size: 20px;
    color: #555;
}

@media (max-width: 995px){ 
    .owl-wrapper .owl-single-button {
        width: 25px;
        height: 25px;
        top: calc(50% - 13px);
    }

    .owl-wrapper .owl-single-button.owl-single-button-prev {
        left: 0;
    }

    .owl-wrapper .owl-single-button.owl-single-button-next {
        right: 0;
    }

    .owl-wrapper .owl-single-button button {
        font-size: 15px
    }
}


/* Pattern Module Type 44 */
.p-g-mod-t-44 .banner-item .image {
    display: block;
}

.p-g-mod-t-44 .banner-item .image img {
    max-width: 100%;
    width: 100%;
}

.p-g-mod-t-44 .banner-item .title {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 3px 0;
}

.p-g-mod-t-44 .banner-item .description {
    font-size: 12px;
    color: #000;
    padding: 3px 0;
}

.p-g-mod-t-44 .carousel-type-2 .carousel-item a,
.p-g-mod-t-44 .carousel-type-3 .carousel-item a {
    width: 100%;
}

.p-g-mod-t-44 .carousel-type-2 .carousel-item a img,
.p-g-mod-t-44 .carousel-type-3 .carousel-item a img {
    display: block;
    width: 100%;
}

.p-g-mod-t-44 .carousel-type-2 .carousel-control-next,
.p-g-mod-t-44 .carousel-type-2 .carousel-control-prev,
.p-g-mod-t-44 .carousel-type-3 .carousel-control-next,
.p-g-mod-t-44 .carousel-type-3 .carousel-control-prev {
    font-size: 25px;
    width: 40px !important;
}

.p-g-mod-t-44 .carousel-type-2 .carousel-indicators {
    z-index: 5;
}

.p-g-mod-t-44 .carousel-type-2 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.p-g-mod-t-44 .carousel-type-3 .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    z-index: 0;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.p-g-mod-t-44 .carousel-type-3 .carousel-indicators li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
    max-width: 60px;
    padding: 0 !important;
}

.p-g-mod-t-44 .banner-slider-item {
    position: relative;
    display: block;
}

.p-g-mod-t-44 .banner-slider-item .image {
    display: block;
}

.p-g-mod-t-44 .banner-slider-item .image img {
    max-width: 100%;
    width: 100%;
}

.p-g-mod-t-44 .banner-slider-item .title {
    position: absolute;
    right: 7%;
    bottom: 80px;
    left: 7%;
    z-index: 10;
    color: #fff;
    text-align: center;
    font-size: 17px
}

.p-g-mod-t-44 .banner-slider-item .description {
    position: absolute;
    right: 7%;
    bottom: 50px;
    left: 7%;
    z-index: 10;
    color: #fff;
    text-align: center;
    font-size: 13px
}

/* Pattern Module Type 45 */
.p-g-mod-t-45 .carousel-type-1 .carousel-item a {
    width: 100%;    
}

.p-g-mod-t-45 .carousel-type-1 .carousel-item a img {
    display: block;
    width: 100%;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-control-next, 
.p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
    font-size: 25px;
    width: 40px !important;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
    z-index: 5;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

/* Pattern Module Type 46 */
.p-g-mod-t-46 .post-item .image {
    display: block;
}

.p-g-mod-t-46 .post-item .image img {
    width: 100%;
}

.p-g-mod-t-46 .post-item .description {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    padding: 3px 0;
    line-height: 18px;
    height: 39px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

/* Simplebar */
.simplebar-track.horizontal {
    display: none !important;
}

/* Datepicker */
.datepicker-days {
    font-size: 13px
}

/* Tel Input */
.iti {
    display: block;
}

/* Raw content */
.raw-content img,
.raw-content table {
    max-width: 100%;
}

.raw-content table {
    margin: 10px 0;
}

/* Product Detail Tab */
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    flex-wrap: nowrap;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: 1;
    margin: 0;
}

/* Product Detail Nav Colorful */
.product-details-tab .p-g-tab-wrapper .p-g-t-nav {
    margin-bottom: 0;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #dfdfdf;
}

.product-details-tab .p-g-tab-wrapper .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;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    background: #fff;
    border-color: #555;
    color: #666;
    border-radius: 0;
}

@media (max-width: 991px){ 
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
        font-size: 12px;
    }
}

/* Product Installments */
.product-installments .group {
    padding: 10px;
    box-sizing: border-box;
}

.product-installments .title {
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px;
    text-align: center;
}

.product-installments table {
    font-size: 13px;
    margin: 0;
    text-align: center;
}

.product-installments table tr th,
.product-installments table tr td {
    padding: 0.45rem 0.2rem;
}

.product-installments table tr td {
    font-weight: 500;
    color: #111;
}

.product-installments table tr td:last-child {
    color: #828282;
}

    /* Category PG Inner */
.category-pg-inner {
    padding: 10px;
}

/* Category Blog Single */
.category-blog-single {
    height: 200px;
}

/* Whatsapp Fixed */
.whatsapp-fixed {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 63px;
    z-index: 9999;
}

.whatsapp-fixed svg {
    animation: wfixed 4s linear infinite;
    width: 50px;
    transform: scale(1);
    position: relative;
    z-index: 9999;
    right:  6px
}

@keyframes wfixed {
    0%{    transform: rotate(0deg) scale(1);}
    50%{    transform: rotate(10deg) scale(1.2);}
    100%{    transform: rotate(0deg) scale(1);}
}

.whatsapp-fixed span {
    position: absolute;
    top: 2px;
    display: block;
    left: -152px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    transition: .5s;
    width: 180px;
    opacity: 1;
    padding: 8px;
    background: #4dca5b;
    font-weight: bold;
    padding-left: 17px;
}

.whatsapp-fixed a:hover span {
    opacity: 1
}

@media (max-width: 991px){ 
    .payment-body .whatsapp-fixed, 
    .cart-body .whatsapp-fixed {
        display: none;
    }
}

/* Lazy Load */
.lazy-load {
	animation: LazyLoad 2s infinite linear forwards;
	-webkit-animation: LazyLoad 2s infinite linear forwards;
}

.lazy-load.lazy-complete {
	min-height: 100%
}

@keyframes LazyLoad {
	0% {
		background-position: -1170px 0
	}
	100% {
		background-position: 1170px 0
	}
}

@-webkit-keyframes LazyLoad {
	0% {
		background-position: -1170px 0
	}
	100% {
		background-position: 1170px 0
	}
}

/* Card Help Title */
.card-help-title {
    background: #fff;
    text-align: center;
    padding: 20px 0;
}

.card-help-title .image {
    display: block; 
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-help-title .image img {
    max-width: 100%;
    max-height: 60px;
}

.card-help-title .title {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.card-help-title .entries {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-help-title .entries a {
    color: #333;
    font-size: 13px;
    display: block;
    margin: 3px 0;
}

/* Pattern Module Type 59 */
.pattern-group .p-g-mod.p-g-mod-t-59 .p-g-mod-header .p-g-m-h-info {
    align-items: center;
}


/* Pattern Module Type 60 */
.p-g-mod-t-60 .p-g-mod-body a {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.p-g-mod-t-60.p-g-mod-trans .p-g-mod-body a {
    border-bottom: none;
}

.p-g-mod-t-60 .p-g-mod-body a:hover {
    background: #eaeaea;
}

.p-g-mod-t-60.p-g-mod-trans .p-g-mod-body a:hover {
    background: transparent;
}

.p-g-mod-t-60 .p-g-mod-body a .image { 
    margin-right: 10px;
}

.p-g-mod-t-60 .p-g-mod-body a .image img { 
    max-width: 30px;
    max-height: 30px;
}

/* Help Entries */
.help-entries .card-header {
    background: #ffffff;
    padding: 0;
}

.help-entries .card-header a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    color: #000;
}

.help-entries .card-header a:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f077";
    float: right; 
    color: #888;
    font-weight: 900
}

.help-entries .card-header a.collapsed:after {
    content: "\f078"; 
}

.help-entries .card-body {
    background: #f7f7f7;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* Pattern Module Type 63 */
.p-g-mod-t-63 .p-g-mod-body {
    margin-top: -20px;
}

.p-g-mod-t-63 .p-g-mod-body {
    height: 350px;
    background: #eeeeee; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #eeeeee, #ffffff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #eeeeee, #ffffff);
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper {
    max-width: 600px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form {
    width: 100%;
    -webkit-box-shadow: 0px 0px 41px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 41px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 41px -3px rgba(0,0,0,0.2);
    border-radius: 15px;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form .input-box {
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form input {
    float: left;
    color: #666;
    font-weight: 500;
    background: #fff;
    width: 100%;
    font-size: 15px;
    border-color: transparent !important;
    border-width: 0 !important;
    height: 60px;
    border-right: 0;
    border-radius: 15px 0 0 15px !important;
    border-width: 2px;
    box-shadow: none;
    padding-left: 20px;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form input::placeholder {
    color: #666;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form .btn-send {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: #333;
    border-width: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 15px 15px 0 !important;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form:hover .btn-send {
    background: #000;
}

@media (max-width: 991px){ 
    .p-g-mod-t-63 .p-g-mod-body { 
        height: 200px;
    }

    .p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
        font-size: 18px;
    }
}

/* Help Search Tool */
.help-search-tool {
    height: 45px;
    width: 250px;
}

.help-search-tool form {
    width: 100%;
    height: 45px;
}

.help-search-tool form .input-box {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}

.help-search-tool form input {
    float: left;
    color: #666;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .2);
    width: 100%;
    font-size: 13px;
    height: 45px;
    border-right: 0;
    border-radius: 15px 0 0 15px !important;
    box-shadow: none;
    padding-left: 10px;
}

.help-search-tool form input::placeholder {
    color: #666;
}

.help-search-tool form .btn-send {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #333;
    border-width: 0;
    color: #fff;
    font-size: 12px;
    border-radius: 0 15px 15px 0 !important;
}

.help-search-tool form:hover .btn-send {
    background: #000;
}
@media (max-width: 767px){ 
    .help-search-tool {
        display: none;
    }
}

/* User Agreement Text */
.user-agreement-text {
    font-size: 13px;
}

/* Languages Dropdown */
.dropdown-languages-1 {
    height: 100%;
    max-height: 80px;
}

.dropdown-languages-1 .dropdown-toggle {
    font-size: 13px;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dropdown-languages-1 .dropdown-toggle .flag-icon {
    margin-right: 7px;
}

.dropdown-languages-1 .dropdown-menu {
    margin: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);
    border: 1px solid #eee;
    border-radius: 0;
    min-width: 150px;
    font-size: 13px;
    padding: 0;
} 

.dropdown-languages-1 .dropdown-menu .dropdown-item {
    padding: .25rem .5rem;
} 

.dropdown-languages-1 .dropdown-menu .dropdown-item .flag-icon {
    margin-right: 5px;
} 

.dropdown-languages-1 .dropdown-menu .dropdown-item:focus, 
.dropdown-languages-1 .dropdown-menu .dropdown-item:hover {
    outline: 0 !important;
}

.dropdown-languages-1 .dropdown-menu .dropdown-item:active {
    background: #dadada !important;
    color: #212529 !important;
}

/* Languages List 1 */
.language-list-1 {
    display: flex;
    height: 100%;
    max-height: 80px;
}

.language-list-1 a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    font-size: 15px
}

/* Product Size Box */
.product-size-box {
    margin: 3px 0
}

.product-size-box a {
    color: #000;
    font-weight: 500
}

/* Mobile App */
.mobile-app-body .p-g-mod-t-28,
.mobile-app-body .p-g-mod-t-29 {
    display: none !important
}

.mobile-app-body #user_login_right {
    display: none !important
}

.mobile-app-body.payment-body {
    padding-bottom: 100px !important;
}

/* Special Field Box */
.special-field-box {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px
}

.special-field-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.special-field-box ul li {
    margin: 10px 0;
}

.special-field-box ul li {
    display: flex
}

.special-field-box ul li .info {
    flex: 1;
}

.special-field-box ul li .info .name {
    font-weight: 500;
    font-size: 13px
}

.special-field-box ul li .info .description {
    font-size: 12px
}

.special-field-box ul li .value {
    flex: 3
}

.special-field-box ul li .value .form-control {
    font-size: 13px
}

/* Bill Payment Methods */
.bill-payment-methods .head {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bill-payment-methods .head .title {
    font-weight: 500;
    flex: 3
}

.bill-payment-methods .head .price-1,
.bill-payment-methods .head .price-2 {
    flex: 1;
    text-align: center;
}

.bill-payment-methods .method {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 15px 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.bill-payment-methods .method:last-child {
    border-bottom: 0;
}

.bill-payment-methods .method:hover {
    background: rgba(0, 0, 0, .05);
}

.bill-payment-methods .method .checkbox {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 10px;
}

.bill-payment-methods .method .name {
    display: flex;
    flex: 3;
    align-items: center;
}

.bill-payment-methods .method .name .image {
    width: 90px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-right: 5px;
}

.bill-payment-methods .method .name .image img {
    max-width: 80px;
    max-height: 30px;
}

.bill-payment-methods .method .name .info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.bill-payment-methods .method .name .info span {
    font-size: 13px;
    font-weight: 400;
}

.bill-payment-methods .method .price-1,
.bill-payment-methods .method .price-2 {
    flex: 1;
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
    text-align: center;
}

.bill-payment-methods .method .price-1 {
    color: #fd5b06
}

.bill-payment-methods .method .price-2 {
    color: #fd0606
}

.bill-payment-methods .head .price-1,
.bill-payment-methods .head .price-2,
.bill-payment-methods .method .price-1,
.bill-payment-methods .method .price-2 {
    min-width: 100px
}


/* Currencies Dropdown */
.dropdown-currencies-1 {
    height: 100%;
    max-height: 80px;
}

.dropdown-currencies-1 .dropdown-toggle {
    font-size: 13px;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dropdown-currencies-1 .dropdown-toggle .flag-icon {
    margin-right: 7px;
}

.dropdown-currencies-1 .dropdown-menu {
    margin: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);
    border: 1px solid #eee;
    border-radius: 0;
    min-width: 150px;
    font-size: 13px;
    padding: 0;
} 

.dropdown-currencies-1 .dropdown-menu .dropdown-item {
    padding: .25rem .5rem;
} 

.dropdown-currencies-1 .dropdown-menu .dropdown-item .flag-icon {
    margin-right: 5px;
} 

.dropdown-currencies-1 .dropdown-menu .dropdown-item:focus, 
.dropdown-currencies-1 .dropdown-menu .dropdown-item:hover {
    outline: 0 !important;
}

.dropdown-currencies-1 .dropdown-menu .dropdown-item:active {
    background: #dadada !important;
    color: #212529 !important;
}

/* Currencies List 1 */
.currency-list-1 {
    display: flex;
    height: 100%;
    max-height: 80px;
}

.currency-list-1 a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    font-size: 15px
}

/* Pattern Group Accordion */
.p-g-accordion {
    margin-bottom: 20px
}

.p-g-accordion .p-g-a-wrapper {
    margin-bottom: 1px
}

.p-g-accordion .p-g-a-wrapper .p-g-a-w-header a {
    background: #dddddd;
    padding: 5px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    height: 40px
}

.p-g-accordion .p-g-a-wrapper .p-g-a-w-header a i {
    margin-right: 5px;
    font-size: 15px
}

.p-g-accordion .p-g-a-wrapper .p-g-a-w-header a img {
    margin-right: 5px;
    max-height: 100%
}

.p-g-accordion .p-g-a-wrapper .p-g-mod {
    margin-bottom: 0 !important
}

/* Product Piece List 1 */
.product-piece-list-1 table {
    font-size: 14px
}

.product-piece-list-1 table td {
    vertical-align: middle;
}

.product-piece-list-1 .piece-profile {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    font-size: 16px
}

.product-piece-list-1 .piece-profile .sale-price {
    color: #fd5b06;
    font-weight: 500;
    font-size: 18px
}

/* Adults Only Dialog */
.adults-only-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.adults-only-content .info {
    background: #e00000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    font-style: normal !important;
    margin-bottom: 15px
}

.adults-only-content .description {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 15px
}

.adults-only-content .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.adults-only-content .buttons .btn {
    font-size: 15px;
    font-weight: 500;
    margin: 0 10px
}

/* Compatibility Box */
.compatibility-filter-box .input-box {
    margin-bottom: 5px
}

.compatibility-filter-box .input-box label {
    height: 20px;
    font-weight: 500;
    margin-bottom: 0 !important
}

.compatibility-filter-box .submit-box button {
    margin-top: 22px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Instagram Feed */
.p-g-mod-t-46 .if-user {
    text-align: center;
}

.p-g-mod-t-46 .if-user {
    text-align: center;
}

.p-g-mod-t-46 .if-user .image img {
    border-radius: 10em;
    width: 15%;
    max-width: 125px;
    min-width: 50px;
}

.p-g-mod-t-46 .if-user .username {
    font-size: 1.2em;
}

.p-g-mod-t-46 .if-user .bio {
    font-size: 1em;
}

/* Enewsletter */
.enewsletter-info-description {
    background: rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 8px 8px 3px 8px;
}

.enewsletter-info-description label {
    font-weight: 500;
    margin-left: 10px;
    cursor: pointer;
}

/* Email Newsletter Box */
.email-newsletter-box {
}

.email-newsletter-box .form-wrapper,
.email-newsletter-box .info {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px
}

.email-newsletter-box .info .title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.email-newsletter-box .info .description {
    font-size: 13px;
    max-width: 300px;
    text-align: center;
}

.email-newsletter-box .form-wrapper form {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 55px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ddd;
}

.email-newsletter-box .form-wrapper form .icon {
    width: 70px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.email-newsletter-box .form-wrapper form .icon i {
    font-size: 23px;
    color: #333
}

.email-newsletter-box .form-wrapper form input {
    border: 0 !important;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #505050 !important;
    border-radius: 0 !important;
    flex: 1
}

.email-newsletter-box .form-wrapper form input::placeholder,
.email-newsletter-box .form-wrapper form input::-webkit-input-placeholder {
    color: #444;
    font-size: 15px;
    font-weight: 500;
}

.email-newsletter-box .form-wrapper form .btn-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #505050 !important;
    padding: 0 !important;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
}

/* SMS Newsletter Box */
.sms-newsletter-box {
}

.sms-newsletter-box .form-wrapper,
.sms-newsletter-box .info {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px
}

.sms-newsletter-box .info .title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.sms-newsletter-box .info .description {
    font-size: 13px;
    max-width: 300px;
    text-align: center;
}

.sms-newsletter-box .form-wrapper form {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 55px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ddd;
}

.sms-newsletter-box .form-wrapper form .icon {
    width: 70px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.sms-newsletter-box .form-wrapper form .icon i {
    font-size: 23px;
    color: #333
}

.sms-newsletter-box .form-wrapper form .iti {
    flex: 1;
}

.sms-newsletter-box .form-wrapper form input {
    border: 0 !important;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #505050 !important;
    border-radius: 0 !important;
}

.sms-newsletter-box .form-wrapper form input::placeholder,
.sms-newsletter-box .form-wrapper form input::-webkit-input-placeholder {
    color: #444;
    font-size: 15px;
    font-weight: 500;
}

.sms-newsletter-box .form-wrapper form .btn-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #505050 !important;
    padding: 0 !important;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
}

/* Product Customer Actions */
.product-customer-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.product-customer-actions .action {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.product-customer-actions .action:first-child {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.product-customer-actions .action .button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px 10px;
    color: #333;
    font-weight: 500;
    text-align: center;
}

.product-customer-actions .action .button i {
    font-size: 18px;
    margin-right: 5px;
}

.product-customer-actions .action.favourite .button i {
    color: #e67e22
}

.product-customer-actions .action.recommend .button i {
    color: #8e44ad
}

.product-customer-actions .action.comment .button i {
    color: #2980b9
}

.product-customer-actions .action.compare .button i {
    color: #333
}

.product-customer-actions .action.price-alert .button i {
    color: #27ae60
}

.product-customer-actions .action.quantity-alert .button i {
    color: #e74c3c
}

.product-customer-actions .action.phone-request .button i {
    color: #703ce7
}

@media (max-width: 991px){
    .product-customer-actions .action {
        flex: 1
    }

    .product-customer-actions .action .button {
        padding: 5px;
    }

    .product-customer-actions .action .button span {
        display: none
    }

    .product-customer-actions .action .button i {
        font-size: 20px
    }
}

/* Visitor Product Recommend Form */
.visitor-product-recommend-form .form-control {
    font-size: 13px
}

.visitor-product-recommend-form .buttons {
    display: flex;
    justify-content: flex-end;
}

.visitor-product-recommend-form .buttons .btn {
    font-size: 13px;
    font-weight: 500
}

/* Customer Product Comment Form */
.customer-product-comment-form .form-control {
    font-size: 13px
}

.customer-product-comment-form .buttons {
    display: flex;
    justify-content: flex-end;
}

.customer-product-comment-form .buttons .btn {
    font-size: 13px;
    font-weight: 500
}

/* Customer Product Price Alert Form */
.customer-product-price-alert-form .description {
    font-size: 13px;
    margin: 0 0 15px 0;
    font-weight: 500
}

.customer-product-price-alert-form .group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin: 10px 0;
}

.customer-product-price-alert-form .group .name {
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    width: 120px
}

.customer-product-price-alert-form .group .value {
    color: #27a744;
    font-weight: 600;
    font-size: 18px;
}

.customer-product-price-alert-form .group .tax-inc {
    font-size: 11px;
    margin-left: 5px;
}

.customer-product-price-alert-form .group .price .form-control {
    width: 80px;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    padding: .1rem .3rem;
    height: 35px;
    color: #ab0f0f;
}

.customer-product-price-alert-form .group .price-2 .form-control {
    width: 50px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: .1rem .3rem;
    height: 35px;
    color: #000;
}

.customer-product-price-alert-form .group .days .form-control {
    width: 70px;
    font-size: 16px;
    font-weight: 500;
    padding: .1rem .3rem;
    height: 35px;
    color: #000;
    text-align: center;
}

.customer-product-price-alert-form .group .comma {
    margin: 0 5px;
    height: 35px;
    align-items: flex-end;
    display: flex;
    font-size: 15px;
    font-weight: 600;
}

.customer-product-price-alert-form .buttons {
    display: flex;
    justify-content: flex-start;
}

.customer-product-price-alert-form .buttons .btn {
    font-size: 13px;
    font-weight: 500
}

/* Account Action Buttons */
.account-action-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0
}

.account-action-buttons .btn {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500
}

.account-action-buttons .btn i {
    margin-right: 5px;
}

/* Customer Product Quantity Alert Form */
.customer-product-quantity-alert-form .description {
    font-size: 13px;
    margin: 0 0 15px 0;
    font-weight: 500
}

.customer-product-quantity-alert-form .buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.customer-product-quantity-alert-form .buttons .btn {
    font-size: 13px;
    font-weight: 500
}

/* Apple Switch */
.checkbox-apple-switch {
    cursor: pointer;
    position: relative;
    appearance: none; outline: none;
    width: 50px; height: 30px;
    background-color: #929292;
    border: 1px solid #929292;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #ffffff;
    transition-duration: 200ms;
}

.checkbox-apple-switch:after {
    content: "";
    position: absolute;
    top: 1px; left: 1px;
    width: 26px; height: 26px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

.checkbox-apple-switch:checked {
    border-color: #4ED164;
    background: #fff;
    box-shadow: inset 20px 0 0 0 #4ED164;
}

.checkbox-apple-switch:checked:after {
    left: 20px;
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}

/* Add Compare Wrapper */
.pre-compare-wrapper .message {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.pre-compare-wrapper .message i {
    font-size: 35px;
    color: #333;
    margin-right: 15px;
}

.pre-compare-wrapper .message span {
    font-size: 15px;
    font-weight: 500
}

.pre-compare-wrapper .message.success-message i {
    color: #27ae60
}

.pre-compare-wrapper .message.error-message i {
    color: #d02121
}

.pre-compare-wrapper .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.pre-compare-wrapper .buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 23px;
}

.pre-compare-wrapper .list-wrapper {
    height: 300px;
    padding-bottom: 10px;
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
}

.pre-compare-wrapper .list-wrapper .list {
    display: flex;
}


.pre-compare-wrapper .list-wrapper .list .item-fill,
.pre-compare-wrapper .list-wrapper .list .item {
    width: 200px;
    border: 5px solid #eee;
    margin: 0 7px 0 0;
    height: 275px;
    display: block;
    position: relative;
}

.pre-compare-wrapper .list-wrapper .list .item:hover {
    border-color: #b3b3b3
}

.pre-compare-wrapper .list-wrapper .list .item a {
    display: block;
}

.pre-compare-wrapper .list-wrapper .list .item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.pre-compare-wrapper .list-wrapper .list .item .image img {
    max-height: 150px;
    width: auto;
}

.pre-compare-wrapper .list-wrapper .list .item .name {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding: 3px 5px;
    text-align: center;
}

.pre-compare-wrapper .list-wrapper .list .item .sale-price {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #333;
    padding: 3px 5px;
    text-align: center;
}

.pre-compare-wrapper .list-wrapper .list .item .btn-remove {
    display: block;
    top: 0;
    position: absolute;
    right: 0;
}

.pre-compare-wrapper .list-wrapper .list .item-fill {
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #999;
}

/* Compare Wrapper */
.compare-wrapper {
    margin: -1rem;
    border: 1px solid #e5e5e5!important;
}

.compare-wrapper .table-wrapper {
    overflow: auto;
    padding-bottom: 15px;
    height: calc(85vh);
}

.compare-wrapper .table {
}

.compare-wrapper .table td {
    min-width: 220px;
    max-width: 220px;
    padding-left: 15px;
    border: 0 !important;
    border-right: 1px solid #e5e5e5!important;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
}

.compare-wrapper .table .columns {
    height: 75px;
    border-bottom: 1px solid #e5e5e5!important;
    border-right: 1px solid #e5e5e5!important;
    position: relative;
    vertical-align: middle;
    padding-top: 13px;
}

.compare-wrapper .table .first-column {
    border-right: 1px solid #e5e5e5!important;
    font-size: 13px;
    text-align: left;
    line-height: 1;
    padding: 10px;
    padding-bottom: 13px!important;
    border-right: 1px solid #e5e5e5!important;
    border-bottom: 1px solid #e5e5e5!important;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    min-width: 150px;
    max-width: 150px;
}

.compare-wrapper .table .first-column {
    border-right: 1px solid #e5e5e5!important;
    font-size: 13px;
    text-align: left;
    line-height: 1;
    padding: 10px;
    padding-bottom: 13px!important;
    border-right: 1px solid #e5e5e5!important;
    border-bottom: 1px solid #e5e5e5!important;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    min-width: 150px;
    max-width: 150px;
}

.compare-wrapper .table .first-column-name,
.compare-wrapper .table .column-name {
    position: sticky;
    left: 0;
    top: 0;
    background: white;
    z-index: 1;
    font-weight: 500
}

.compare-wrapper .table .first-column-name {
    z-index: 3
}

.compare-wrapper .table .column-image img {
    max-height: 150px
}

.compare-wrapper .table .column-name div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.compare-wrapper .table .column-name div a {
    flex: 1;
}

.compare-wrapper .table .column-name div .btn {
    margin-left: 5px;
}

.compare-wrapper a {
    color: #333;
    font-size: 13px
}

.compare-wrapper .price-group {
    display: flex;
    font-weight: 400;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #333;
}

.compare-wrapper .price-group .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: 10px;
}

.compare-wrapper .price-group .prices {
}

.compare-wrapper .price-group .prices .list-price {
    font-size: 12px;
    color: #555;
}

.compare-wrapper .price-group .prices .sale-price {
    font-size: 17px;
    font-weight: 500;
    color: #555;
}

.compare-wrapper .btn-cart {
    font-size: 12px;
    background: #333;
    border-color: #333;
    color: #fff;
    font-weight: 500
}

.compare-wrapper .btn-cart:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* Scrollbar */
.scrollbar-1::-webkit-scrollbar {
    height: 12px;
    padding: 0;
    background-color: #fff;
}

.scrollbar-1::-webkit-scrollbar-thumb {
    margin: 3px;
    border-radius: 10px;
    background-color: #ccc;
}
.scrollbar-1::-webkit-scrollbar-track {
    height: 16px;
    border-radius: 10px;
    background-color: #eee;
    position: fixed;
    bottom: 20px
}

/* Button Shipping Location */
.button-shipping-location {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    width: 120px;
}

.button-shipping-location:hover {
    color: #000;
}

.button-shipping-location .icon {
    font-size: 30px;
    margin-right: 8px;
}

.button-shipping-location .text {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    flex: 1;
}

.button-shipping-location .text .name {
    font-size: 15px;
    font-weight: 500;
}

.button-shipping-location .text .value {
    display: inline-block;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

/* Button Shipping Location 2 */
.button-shipping-location-2 {
    color: #333;
    font-size: 25px;
}

.button-shipping-location-2:hover {
    color: #000
}

/* Shipping Locations Form */
.shipping-locations-form {

}

.shipping-locations-form .description {
    margin-bottom: 15px;
}

.shipping-locations-form .buttons .btn-success {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.shipping-locations-form .form-group .form-control.error {
    border-color: #dc3545 !important;
}

.shipping-locations-form .form-group span.error {
    font-size: 12px;
    font-weight: 500;
    color: #dc3545;
    display: block;
}

/* Payment Shipping Time Content */
.payment-shipping-time-content {

}

.payment-shipping-time-content .nav {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-bottom: 15px;
}

.payment-shipping-time-content .nav-item {
    border: 2px solid #eee;
    border-right: 0;
    flex: 1
}

.payment-shipping-time-content .nav .nav-item:last-child {
    border-right: 2px solid #eee;
}

.payment-shipping-time-content .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 60px;
    text-align: center;
    font-size: 13px;
    color: #333;
}

.payment-shipping-time-content .nav-link .day {
    font-size: 14px;
    font-weight: 500;
}

.payment-shipping-time-content .nav-link.active {
    background: #333;
    color: #fff;
}

.payment-shipping-time-content .method {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 15px 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.payment-shipping-time-content .method:last-child {
    border-bottom: 0;
}

.payment-shipping-time-content .method:hover {
    background: rgba(0, 0, 0, .05);
}

.payment-shipping-time-content .method .checkbox {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 10px;
}

.payment-shipping-time-content .method .name {
    display: flex;
    flex: 1;
    align-items: center;
}

.payment-shipping-time-content .method .name .info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.payment-shipping-time-content .method .name .info span {
    font-size: 13px;
    font-weight: 400;
}

.payment-shipping-time-content .method .status {
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
}

/* Free Shipping Limit */
.free-shipping-limit {
    display: flex;
    align-items: center;
}

.free-shipping-limit .icon {
    margin: 0 15px;
    font-size: 40px;
}

.free-shipping-limit .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.free-shipping-limit .info .name {
    font-size: 16px;
    font-weight: 600;
}

.free-shipping-limit .info .name span {
    color: #31ab45
}

.free-shipping-limit .info .description {
    font-size: 16px;
    font-weight: 400;
}

.free-shipping-limit .info .description span {
    font-weight: 500
}

/* Shipping Location Bar */
.shipping-location-bar {
    background: #31ab45;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.shipping-location-bar .icon {
    margin: 0 10px;
    font-size: 14px;
}

.shipping-location-bar .info .value {
    font-weight: 500
}

.shipping-location-bar .info .link-change {
    color: #fff;
    font-style: italic;
    display: inline-block;
    margin-left: 5px
}

/* Accordion Category Tree */
.accordion-category-tree {

}

.accordion-category-tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.accordion-category-tree .sub-tree {
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px
}

.accordion-category-tree .parent-tree .parent-cat {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion-category-tree .parent-tree .parent-cat::after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f078";
    color: #636363;
    font-size: 11px;
    font-weight: 900;
    position: absolute;
    right: 0;
}

.accordion-category-tree .parent-tree .active::after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #1b7ad2;
}

.accordion-category-tree .parent-tree .sub-tree {
    display: none;
}

.accordion-category-tree .parent-tree .sub-tree.active {
    display: block;
}

.accordion-category-tree a {
    position: relative;
}

.accordion-category-tree .parent-tree .level-1 a {
    display: block;
    padding: 8px 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #eceaea;
}

.accordion-category-tree .sub-tree a {
    display: block;
    padding: 8px 4px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #eceaea;
}

.accordion-category-tree .sub-tree li:nth-child(even) a {
    background-color: #f9f9f9;
}

.accordion-category-tree .sub-tree a:hover {
    background: #eeeeee !important;
}

/* Phone Order Request Form */
.phone-order-request-form .form-control {
    font-size: 13px
}

.phone-order-request-form .buttons {
    display: flex;
    justify-content: flex-end;
}

.phone-order-request-form .buttons .btn {
    font-size: 13px;
    font-weight: 500
}

/* Checkbox Group */
.checkbox-group {
    display: flex;
    margin-bottom: .2rem
}

/* Product Suggestion Form */
.product-suggestion-form .description {
    font-size: 13px;
    margin: 0 0 15px 0;
    font-weight: 500
}

.product-suggestion-form .form-control {
    font-size: 13px
}

.product-suggestion-form .buttons {
    display: flex;
    justify-content: flex-end;
}

.product-suggestion-form .buttons .btn {
    font-size: 13px;
    font-weight: 500
}

/* Teqpay Form */
.teqpay-payment-types {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.teqpay-payment-types a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 0 5px;
    height: 55px;
    color: #333;
    font-weight: 500;
    border-radius: 5px;
    background: rgba(0, 0, 0, .03);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.teqpay-payment-types a:hover,
.teqpay-payment-types a.active {
    border-color: #2d7ad0;
    background: #fff;
    color: #2d7ad0;
    -webkit-filter: none;
    filter: none;
}

.teqpay-payment-types a img {
    max-height: 38px
}

.teqpay-payment-types a.type-1 img {
    max-height: 30px;
    margin-right: 5px
}

.teqpay-payment-types a.type-1 span {
    max-height: 30px;
    margin-right: 5px
}

@media (max-width: 991px) {
    .teqpay-payment-types a.type-1 img {
        margin-right: 0 !important;
        max-height: 20px
    }
    .teqpay-payment-types a.type-1 span {
        display: none;
    }
}


/* CC Installments */
.cc-installments .head {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
}

.cc-installments .head .title {
    font-weight: 500;
    flex: 3;
}

.cc-installments .head .price-1,
.cc-installments .head .price-2 {
    flex: 1;
    text-align: center;
}

.cc-installments .method {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 8px 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px
}

.cc-installments .method:last-child {
    border-bottom: 0;
}

.cc-installments .method:hover {
    background: rgba(0, 0, 0, .05);
}

.cc-installments .method .checkbox {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 10px;
}

.cc-installments .method .name {
    display: flex;
    flex: 3;
    align-items: center;
}

.cc-installments .method .name .info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.cc-installments .method .name .info span {
    font-size: 13px;
}

.cc-installments .method .price-1,
.cc-installments .method .price-2 {
    flex: 1;
    padding-right: 5px;
    text-align: center;
}

.cc-installments .head .price-1,
.cc-installments .head .price-2,
.cc-installments .method .price-1,
.cc-installments .method .price-2 {
    min-width: 100px
}

.cc-installments .method.active {
    color: #31ab45;
    font-weight: 500
}

@media (max-width: 400px){
    .cc-installments .head .title,
    .cc-installments .method {
        font-size: 12px;
    }

    .credit-card-form .form-group label {
        font-size: 12px
    }
}

/* FastPay */
.fastpay-body {
    background-color: #e9edf1!important;
}

.fastpay-body .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;
}

.fastpay-body .overlay .spin {
    color: #1c7ad2;
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}

.fastpay-body header {
    -webkit-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.1);
}

.fastpay-body header .contents {
    display: flex;
    height: 100px;
}

.fastpay-body header .contents .logo a img {
    max-height: 70px;
    max-width: 200px;
}

.fastpay-body header .contents .logo,
.fastpay-body header .contents .description,
.fastpay-body header .contents .cards {
    flex: 1;
}

.fastpay-body header .contents .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fastpay-body header .contents .description {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fastpay-body header .contents .cards {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fastpay-body header .contents .cards img {
    max-width: 90%;
    max-height: 60px;
}

.fastpay-body footer {
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    font-size: 13px;
}

.fastpay-body footer .cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fastpay-body footer .cards img {
    margin: 5px 25px;
}

.fastpay-body footer .links {
    margin: 20px 0;
}

.fastpay-body footer .links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}


.fastpay-body footer .links ul li {
    list-style: none;
    margin: 10px;
    padding: 0;
}

.fastpay-body footer .links ul li a {
    color: #000;
}

.fastpay-body footer .description {
    text-align: center;
    color: #000 !important;
}

.fastpay-body footer .footer-la {
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
}

.fastpay-body footer .footer-la a {
    color: #333;
}

.fastpay-body footer .footer-la a strong {
    color: #0a75ff;
}

@media screen and (max-width: 991px) {
    .fastpay-body header .contents {
        height: 80px;
    }

    .fastpay-body header .contents .logo a img {
        max-height: 60px;
        max-width: 170px;
    }

    .fastpay-body header .contents .description {
        font-size: 17px;
    }

    .fastpay-body header .contents .cards img {
        max-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .fastpay-body header .contents .logo a img {
        max-height: 40px;
        max-width: 90%;
    }

    .fastpay-body header .contents .description {
        font-size: 16px;
    }

    .fastpay-body header .contents .cards img {
        max-height: 40px;
    }

    .fastpay-body footer {
        margin-top: 30px;
        padding-top: 30px;
    }

    .fastpay-body footer .cards img {
        margin: 3px 10px;
    }

    .fastpay-body footer .links {
        margin: 5px 0;
    }

    .fastpay-body footer .links ul li {
        margin: 3px 5px;
    }
}

.fastpay-body main {
    margin-top: 30px;
}

.fastpay-body .steps {
    display: flex;
}

.fastpay-body .steps .step {
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    position: relative;
}

.fastpay-body .steps .step.step-1::after,
.fastpay-body .steps .step.step-2::before,
.fastpay-body .steps .step.step-2::after,
.fastpay-body .steps .step.step-3::before {
    background: #c6cacd;
    height: 2px;
    z-index: 1;
    position: absolute;
    top: 28px;
}

.fastpay-body .steps .step.step-1::after {
    content: " ";
    left: 50%;
    right: 0;
}

.fastpay-body .steps .step.step-2::before {
    content: " ";
    right: 50%;
    left: 0;
}

.fastpay-body .steps .step.step-2::after {
    content: " ";
    left: 50%;
    right: 0;
}

.fastpay-body .steps .step.step-3::before {
    content: " ";
    right: 50%;
    left: 0;
}

.fastpay-body .steps .step.step-1.completed::after,
.fastpay-body .steps .step.step-2.completed::before,
.fastpay-body .steps .step.step-2.completed::after,
.fastpay-body .steps .step.step-2.active::before,
.fastpay-body .steps .step.step-3.active::before {
    background: #747474;
}

.fastpay-body .steps .step .circle {
    width: 50px;
    height: 50px;
    background: #c6cacd;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
    color: #555;
    z-index: 2;
    position: relative;
}

.fastpay-body .steps .step.active {
    color: #31ab45;
}

.fastpay-body .steps .step.active .circle {
    background: #31ab45;
    color: #fff;
}

.fastpay-body .steps .step.completed {
    color: #747474;
}

.fastpay-body .steps .step.completed .circle {
    background: #747474;
    color: #fff;
}

.fastpay-body .fastpay-payment-form {
    font-size: 14px;
}

.fastpay-body .fastpay-payment-form .btn-submit {
    margin: 0 auto;
    padding: 10px 15px;
    display: block;
    font-weight: 500;
    font-size: 14px;
}

.fastpay-body .fastpay-payment-form .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fastpay-body .fastpay-payment-form .buttons .btn {
    margin: 0 10px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
}

.fastpay-body .fastpay-payment-form .buttons .btn.btn-pay {
    font-size: 17px;
    padding: 10px 20px;
}

.fastpay-body .fastpay-payment-form .input-group-text {
    font-size: 13px;
}

.fastpay-body .icon-big {
    font-size: 50px;
}

@media screen and (max-width: 767px) {
    .fastpay-body .steps .step {
        font-size: 13px;
    }

    .fastpay-body .steps .step.step-1::after,
    .fastpay-body .steps .step.step-2::before,
    .fastpay-body .steps .step.step-2::after,
    .fastpay-body .steps .step.step-3::before {
        top: 20px;
    }

    .fastpay-body .steps .step .circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* Payment Complete Form */
.payment-complete-form-wrapper {

}

.payment-complete-form-wrapper .modal-footer .buttons .btn {
    font-weight: 500
}

.payment-complete-form-wrapper .fields {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px
}

.payment-complete-form-wrapper .fields ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.payment-complete-form-wrapper .fields ul li {
    margin: 10px 0;
}

.payment-complete-form-wrapper .fields ul li {
    display: flex
}

.payment-complete-form-wrapper .fields ul li .info {
    flex: 1;
}

.payment-complete-form-wrapper .fields ul li .info .name {
    font-weight: 500;
    font-size: 13px
}

.payment-complete-form-wrapper .fields ul li .info .description {
    font-size: 12px
}

.payment-complete-form-wrapper .fields ul li .value {
    flex: 3
}

.payment-complete-form-wrapper .fields ul li .value .form-control {
    font-size: 13px
}

/* Sodexo Form */
.sodexo-form .form-group label {
    font-weight: 500;
    font-size: 13px;
    color: #222;
}

.sodexo-form .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.sodexo-form .logo img {
    max-width: 50%;
    margin-bottom: 15px
}

/* Product Shipment Prices */
.product-shipment-prices .shipment-methods .method {
    cursor: initial;
}

.product-shipment-prices .shipment-methods .method:hover {
    background: initial !important;
}

.product-shipment-prices .shipment-methods .method .checkbox {
    display: none !important;
}

/* Advanced Product Search */
.advanced-product-search {
    display: none;
    position: absolute;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .4);
    background: #fff;
    height: 620px;
    z-index: 99999;
    width: 800px;
    border-radius: 5px;
}

.advanced-product-search .aps-content .items {
    height: 560px
}

.advanced-product-search .aps-template {
    display: none;
}

.advanced-product-search .aps-results {
    height: 100%;
}

.advanced-product-search .aps-results .row {
    height: 100%;
}

.advanced-product-search .aps-results .row .col-left {
    background: #f5f6f6;
    border-radius: 5px 0 0 5px;
}

.advanced-product-search .aps-content,
.advanced-product-search .aps-results .row .col-space {
    padding-top: 20px
}

.advanced-product-search .aps-results .row .col-left .col-space {
    padding-left: 10px
}

.advanced-product-search .aps-results .aps-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.advanced-product-search .aps-results .aps-cat-list ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100%;
}

.advanced-product-search .aps-results .aps-cat-list ul li {
    display: block;
}

.advanced-product-search .aps-results .aps-cat-list ul li a {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #333;
    padding: 8px 0
}

.advanced-product-search .aps-results .aps-cat-list ul li a:hover {
    color: #000;
}

.advanced-product-search .aps-content {
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

.advanced-product-search .aps-content .title {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px
}

.advanced-product-search .aps-content .items {
    margin: -5px;
    clear: both;
    overflow-y: auto;
}

.advanced-product-search .aps-content .items .item {
    display: flex;
    border-radius: 5px;
    background: #fff;
    width: calc(50% - 10px);
    float: left;
    height: 100px;
    color: #222;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 5px;
}

.advanced-product-search .aps-content .items .item:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.advanced-product-search .aps-content .items .item .image {
    width: 30%;
    height: 100%;
    margin-right: 10px;
}

.advanced-product-search .aps-content .items .item .image img {
    height: 100%;
}

.advanced-product-search .aps-content .items .item .p-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5px;
    flex: 1
}

.advanced-product-search .aps-content .items .item .p-info .name {
    font-size: 13px;
    color: #333;
}

.advanced-product-search .aps-content .items .item .p-info .prices {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 5px;
}

.advanced-product-search .aps-content .items .item .p-info .prices .list-price {
    font-size: 13px;
    text-decoration: line-through;
    color: #777;
}

.advanced-product-search .aps-content .items .item .p-info .prices .price {
    font-size: 14px;
    font-weight: 500
}

/* Newsletter */
.newsletter-body {
    background-color: #e9edf1!important;
}

.newsletter-body main .container {
    width: 100% !important;
    max-width: 500px !important;
}

.newsletter-body .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;
}

.newsletter-body .overlay .spin {
    color: #1c7ad2;
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}

.newsletter-body header {
    -webkit-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.1);
}

.newsletter-body header .contents {
    display: flex;
    height: 100px;
}

.newsletter-body header .contents .logo a img {
    max-height: 70px;
    max-width: 200px;
}

.newsletter-body header .contents .logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-body footer {
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    font-size: 13px;
}

.newsletter-body footer .links {
    margin: 20px 0;
}

.newsletter-body footer .links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}


.newsletter-body footer .links ul li {
    list-style: none;
    margin: 10px;
    padding: 0;
}

.newsletter-body footer .links ul li a {
    color: #000;
}

.newsletter-body footer .description {
    text-align: center;
    color: #000 !important;
}

.newsletter-body footer .footer-la {
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
}

.newsletter-body footer .footer-la a {
    color: #333;
}

.newsletter-body footer .footer-la a strong {
    color: #0a75ff;
}

@media screen and (max-width: 991px) {
    .newsletter-body header .contents {
        height: 80px;
    }

    .newsletter-body header .contents .logo a img {
        max-height: 60px;
        max-width: 170px;
    }
}

@media screen and (max-width: 767px) {
    .newsletter-body header .contents .logo a img {
        max-height: 40px;
        max-width: 90%;
    }

    .newsletter-body footer {
        margin-top: 30px;
        padding-top: 30px;
    }

    .newsletter-body footer .cards img {
        margin: 3px 10px;
    }

    .newsletter-body footer .links {
        margin: 5px 0;
    }

    .newsletter-body footer .links ul li {
        margin: 3px 5px;
    }
}

.newsletter-body main {
    margin-top: 30px;
}

.newsletter-body .newsletter-form {
    font-size: 15px
}

.newsletter-body .newsletter-form .btn-submit {
    margin: 0 auto;
    padding: 10px 25px;
    display: block;
    font-weight: 500;
    font-size: 14px;
}

/* Car Garage Item */
.car-garage-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    height: 125px;
}

.car-garage-item .info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-bottom: 5px;
}

.car-garage-item .info .image {
    flex: 1;
    margin-right: 10px;
    text-align: center;
}

.car-garage-item .info .image img {
    height: 70px;
    max-width: 100px;
}

.car-garage-item .info .car-desc {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.car-garage-item .info .car-desc .name {
    font-weight: 600;
    font-size: 14px;
}

.car-garage-item .info .car-desc .other {
    font-size: 14px;
}

.car-garage-item .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-garage-item .buttons .btn-list {
    font-size: 13px;
    margin: 0 5px;
    background: #f5f5f5;
    color: #333;
    border-color: #9999;
}

.car-garage-item .buttons .btn-trash {
    font-size: 13px;
    margin: 0 5px;
    background: #f5f5f5;
    color: #333;
    border-color: #9999;
}

/* Car Garage Add New Car */
.garage-add-new-car .description {
    font-size: 14px
}

.garage-add-new-car .nav-tabs {
    border: 0 !important;
    margin-bottom: 1px
}

.garage-add-new-car .nav-tabs .nav-link {
    background: #eee;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
    border: 0 !important;
}

.garage-add-new-car .nav-tabs .nav-link.active {
    background: #333;
    color: #fff !important;
}

.garage-add-new-car .nav-tabs .nav-link i {
    margin-right: 5px
}

.garage-add-new-car .tab-content {
    padding: 20px;
    border: 1px solid #ccc;
}

.garage-add-new-car .tab-content label {
    font-weight: 500;
    font-size: 14px
}

.garage-add-new-car .tab-content .form-control {
    font-size: 13px
}

.garage-add-new-car .tab-content .buttons .btn {
    font-size: 13px;
    font-weight: 500
}

/* Mod 80 Garage */
.mod-80-garage {
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-height: 195px;
}

.mod-80-garage .title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.mod-80-garage .title .name {
    font-weight: 600;
    font-size: 16px;
    flex: 1
}

#native-modal-adults-only {
    backdrop-filter: blur(25px);
}

.network-info {
    position: fixed;
    background: red;
    width: 100%;
    z-index: 999;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.network-info.online {
    background: #19d719;
}
@media (max-width: 991px) {
    .app
    {
        display: none!important;
    }
}
.btn-group .btn {
    margin-right: 10px;
    border-radius: 50px;
}