/*
 * Traderweb 3 E-Commerce Website - Layout Style Sheet
 * Copyright (c) 2022 Roberto Cordomi
 * Dual licensed under the MIT and GPL licenses
 * 
 * Last Update: 02/01/2023
 */

@import "/css/frontend/custom.css";
@import "/css/frontend/elements.css";
@import "/css/frontend/breadcrumb.css";
@import "/css/frontend/wishlist.css";

/* Header Top Styles Starts */
.header-top-row-1 {
    margin: 1rem 0 1rem 0;
    padding: 0;
    height: 40px;
    background-color: var(--theme-color-3-light);
    overflow: visible;
}

.header-top-1-rollable {
    width: 100%;
    z-index: 9999;
    background-color: var(--theme-color-3-light);
}

.header-top-1-rollable ul {
    background-color: var(--theme-color-1-light);
}

.header-top-1-rollable ul li {
    text-align: center;
    color: var(--theme-color-1);
}

.header-top-1-rollable ul li:hover {
    background-color: var(--theme-color-1-highlighted);
}

.header-top-1-rollable ul li a {
    color: var(--theme-color-3);
    font-size: 1.2rem;
}

.header-top-1-rollable ul li a:hover {
    color: var(--theme-color-1);
}

.header-top-1-rollable-options {
    gap: 30px;
    font-size: 1rem;
}

.header-top-1-rollable-options a {
    color: var(--theme-color-4-light);
    font-size: 1.1rem;
    padding: 3px 5px;
    text-decoration: none;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    -moz-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
}

.header-top-row-1 .dropdown-menu .dropdown-item {
    font-size: 0.9rem !important;
    color: var(--theme-color-4-light) !important;
    background-color: var(--theme-color-3-highlighted) !important;
}

.header-top-row-1 .dropdown-menu .dropdown-item:hover {
    background-color: var(--theme-color-3-light) !important;
}

.header-top-row-1 .nav-link {
    color: var(--theme-color2-light) !important;
}

.header-top-row-2 {
    padding: 0.5rem 0 0.5rem 0;
    margin: 0;
    background-color: var(--theme-color-3-light);
}

.header-top-link:hover {
    background-color: var(--theme-color-3) !important;
}

.header-top-link, 
.header-top-link-no-hover, 
.header-top-link-highlighted {
    font-size: 0.8rem !important;
    padding: 0 0.5rem 0 0.5rem;
    margin: 0;
    color: var(--theme-color-4-light) !important;
    background-color: transparent !important;
    text-decoration: none;
    text-transform: uppercase;
}

.header-top-link-highlighted {
    background-color: var(--theme-color-3) !important;
}

/* Search Styles Start */
.search-form-big {
    height: 100%;
    position: relative;
}

.search-form-small {
    padding: 5px;
    position: relative;
}

.top-search-input {
    width: 100%;
    height: 100%;
    color: var(--theme-color-4);
    background-color: var(--theme-color-3-highlighted) !important;
    border: 1px solid var(--theme-color-4-highlighted) !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    -moz-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
    font-size: 0.9rem;
    padding-left: 45px;
    text-transform: uppercase;
}

.top-search-button, 
.top-search-button:active, 
.top-search-button:focus {
    color: var(--theme-color-3);
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    outline: transparent 0 none !important;
    border: none;
    cursor: pointer;
}

.top-search-input::placeholder {
    color: var(--theme-color-4-light);
}

.top-search-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* Search Styles End */

/* Cart Styles Starts */
#cart-pop-up .dropdown-menu {
    background-color: #383838;
    min-width: 300px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999;
}

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

#cart-pop-up .dropdown-menu table, 
#cart-pop-up .dropdown-menu table td {
    color: #FFFFFF;
    background: none;
    border: none;
}

.top-cart-items {
    margin-top: 0.5rem;
}

.top-cart-items-row {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid;
}

.top-cart-items-row:last-child {
    margin-bottom: 0;
}

.top-cart-totals .top-cart-totals-row {
    font-size: 0.9rem;
    padding: 2px 8px;
    border-bottom: 1px solid;
}

#dropdown-cart .btn-cart-group a {
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #383838;
    display: inline-block;
}

#dropdown-cart .btn-cart-group a:hover {
    color: #FFFFFF;
    background-color: #EB222C;
}
    
#cart-pop-up .dropdown-menu table td a {    
    color:#fff;
}

#cart-pop-up .dropdown-menu table td a:hover {
    color:#65c7ff;
} 
   
#address-to-retire, 
#choose-shipment {
    display: none;
}

/* Main Menu Styles Starts */
.header-wrap {
    position: relative;
    height: 150px;
}

.header-wrap.inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

#main-menu-options .dropdown-menu .dropdown-item {
    font-size: 0.8rem !important;
}
/**
#main-menu {
    z-index: 999;
    position: static;
    margin: 20px 0 0 0;
}

#main-menu-options {
    padding-left: 1px !important;
}

#main-menu-options ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 18px;
    color: var(--theme-color-3-highlighted);
}

#main-menu .navbar-toggler {
    font-size: 1.1rem;
}

#main-menu .dropdown-menu {
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
         box-shadow:none;
}

#main-menu .dropdown-menu li a {
    color: #FFFFFF;
    font-size: 1rem;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
}

#main-menu .dropdown-menu li:hover a {
    text-decoration:none;
}
*/

/* Slider Section Styles Start */
#main-carousel {    
    background-color:#000;
}

#main-carousel .carousel-indicators li {
    margin-right: 8px;        
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: none;
    border-radius: 100%;
}

#main-carousel .carousel-indicators li.active {
    width: 16px;
    height: 16px;
    background-color: #FC3535;
}

#main-carousel .carousel-control-prev .fas, 
#main-carousel .carousel-control-next .fas {
    font-size: 36px !important;
}

#main-carousel .carousel-control-prev .fa:hover, 
#main-carousel .carousel-control-next .fa:hover {
    opacity: 1;
}
           
/* Column Banner Styles Start */
#banner-1, 
#banner-3 {
    width: 100%;
    margin: 0 0 10px 0;
}

#banner-2 {
    margin: 0 0 10px 0;
}

#banner-1 img, 
#banner-2 img, 
#banner-3 img {
    width: 100%;
    height: auto;
    border: 0px;
}
    
/* Products Box Styles Start */
.products-list {
    margin-bottom: 15px;
}

.product-head {
    padding: 15px 25px;
    margin: 0 0 20px;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;        
}

.product-col {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    position: relative;    
}

.product-col.best-seller {
    background-color: #FFF6F6;
}

.product-col.discounted {
    border: 2px solid var(--theme-color-1-light);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.product-col.list {
    padding: 15px;
    text-align: left;
}
.product-col.list .image {
    margin-right: 30px;
    padding: 0;
    float: left;
}
.product-col.list .caption {
    padding-top:0;
    text-align:left;
}

.product-col h4 {
    font-size: 20px;
    height: 45px;
    overflow: hidden;           
}

.product-col h5 {
    font-size: 20px;
    overflow: hidden;
}

.product-col h4, 
.product-col h4 a, 
.product-col h5, 
.product-col h5 a {
    color:#292d30;
}

.product-col .description {
    margin-bottom:0;
    padding:5px 0;
    font-size:12px;
    line-height:18px;
    height:40px;
    color:#8b8b8b;
    font-family:Arial;
    overflow: hidden;
}
.product-col.list .description {
    padding-right: 20px;
}
.product-col .price {
    padding: 10px 0;
    font-size: 1.5rem;                
}
.product-col .price.discounted {
    color:#A90C0C !important;
    font-weight: bolder;
}
.product-col .price .price-tax {
    font-size:14px;
    color: #212121;
}
.product-col .price span.price-new {                    
    padding-right:5px;
}
.product-col .price span.price-old {
    font-size: 1rem;
    color:#7e7e7e;
    text-decoration:line-through;
}

.product-col .cart-button {
    padding-top: 5px;
}

.product-col .cart-button .btn {
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product-col-figure {
    height: 0;
    padding-bottom: 100%;
}

.btn-compare {
    font-size: 1.1em;
    background-color: transparent;
    margin-left: 5px;
    border: 0px;
}

.btn-compare:hover {
    color: #DC1826;
}

.product-col .btn-cart {
    font-size: 16px;
    color: #fff;
}

.product-col .btn-cart .fas {
    margin-right: 5px;
}

.product-col .btn-cart:hover {
    background: #292d30;
}

.product-col .stock-indicator {
    font-size: 1em;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.best-seller-icon i.fas::before {
    font-size: 2em;
    color: #A90C0C;
}

#foot-catalog {
    position: relative;
    float: none;
}

#paginator {
    margin: 0px;
    padding: 0px;
    list-style: outside none;
    text-align: left;
}

#paginator li {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1em;
    font-weight: normal;
    color: #535957;
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
    display: inline-block;
}

#paginator li.active-pager {
    cursor: pointer;
    text-decoration: none;
}

#paginator li.disabled-pager {
    cursor: default;
    text-decoration: line-through;
}

#paginator li.page {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    color: #583D8E;
    background-color: #EEEEEE;
    font-weight: bold;
    cursor: pointer;
}

#paginator li.page.active-page {
    color: #EEEEEE;
    background-color: #583D8E;
}

#pagination-options {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1em;
    font-weight: normal;
    color: #535957;
    text-align: right;
}

#pagination-options span {
    cursor: pointer;
} 
    
/* Shopping Cart Page Styles Starts */
.shopping-cart-table {
    background: #FFFFFF;
    text-transform :uppercase;
}

.shopping-cart-table thead > tr > td {
    font-size: 0.9rem;
    font-weight: 600;
    border-bottom: none;
}

.shopping-cart-table tbody > tr.highlighted {
    background-color: tomato;
} 

.shopping-cart-table tbody > tr.highlighted-empty {
    background-color: darkred;
} 

.shopping-cart-table tbody > tr > td {
    font-size: 0.8rem;
}

.shopping-cart-table tbody > tr > td a:hover {
    color: #252a2f;
}
        
/* Compare Page Styles Starts */
.compare-table{
    margin-top:30px;
    background:#fff;
    text-transform:uppercase;
}
    .compare-table thead{
        background:#f9f9f9;
    }
    .compare-table thead > tr > td{
        font-size:15px;
        font-weight:600;
        border-bottom:none;
    }
    .compare-table tbody > tr > td{
        font-size:14px;
    }
    .compare-table tbody > tr > td a:hover{
        color:#252a2f;
    }
    .compare-table td{
        text-align:center;
    }
    .compare-table .rating .fa-star{
        color:#EB222C;
    }
    
/* Login & Registration Section Styles Starts */
.login-area {
    padding-top: 30px
}

.registration-area {
    padding-top: 20px;
}

.registration-area .inner {
    margin-top: 30px;
    margin-bottom: 20px;
}

.registration-area .control-label {
    color: #8b8b8b;
    font-weight: 600;
}

.registration-area .form-control, .registration-area .btn {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.registration-area .dl-horizontal.total {
    color: #EB222C;
    font-size: 18px;
}

.panel-smart {
    padding: 20px;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.panel-smart .panel-heading {
    padding: 5px 0 15px 0;
    color: #252a2f;
    border-bottom: 1px solid #929497;
}

.panel-smart h3.panel-title {
    font-size: 24px;
}

.panel-smart .panel-body {
    padding: 20px 0 0;
}
        
.panel-smart .panel-body .total {
    color: #EB222C;
    font-size: 1.3em;
}
    
.ajax-submit-button {
    width: 160px;
    height: 24px;
    display: none;
}

.alert-register-form {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1.5em;
    text-align: center;
    color: #5A3F98;
    background-color: #FFFFFF;
    padding: 25px;
    border: 1px dashed #5A3F98;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#new-client-display, 
#get-password-display {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1em;
    text-align: right;
    color: #FF0000;
    padding: 3px 0 3px 0;
    overflow: hidden;
}

#form-contact label.form-error-field {
    color: #FF0000;
    margin-bottom: 8px;
    display: none;
}

#form-contact #ajax-contact {
    width: 160px;
    height: 24px;
}

#form-error,
#form-ok {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #DCDCDC;
    text-align: center;
    position: relative;
    display: none;
}

#form-error-message,
#form-ok-message {
    font-family: Calibri;
    font-size: 1.4em;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
      
/* Main Container Styles Starts */        
#main-container {
    margin-bottom: 35px;
}

#main-container-home {
    margin-bottom: 0;
}

.main-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-container.inner {
    margin-top: 40px;
}
    
/* Product Carousel Styles Starts */    
    .product-carousel .product-head
    .product-carousel .row{
        margin-left:-5px;
        margin-right:-5px;
    }
    .product-carousel .col-xs-12{
        padding-left:0;
        padding-right:0;
    }
    #owl-product .item{
        padding-left:5px;
        padding-right:5px;
    }
    #owl-product .owl-controls{
        margin:0;
    }
        #owl-product .owl-controls .owl-buttons div{
            position:absolute;
            background:none;
            font-size:18px;
        }    
        #owl-product .owl-controls .owl-buttons .owl-prev, 
        #owl-product .owl-controls .owl-buttons .owl-next{
            top:-56px;
            color:#fff;
        }
        #owl-product .owl-controls .owl-buttons .owl-prev{
            right:60px;
        }     
        #owl-product .owl-controls .owl-buttons .owl-next{
            right:20px;
        }        
    
/* Category Intro Content Styles Starts */

    .cat-intro{
        padding-top:10px;
    }
        .cat-intro .img-thumbnail{
            -webkit-border-radius:0;
               -moz-border-radius:0;
                    border-radius:0;
        }
        .cat-intro .cat-body{
            color:#8b8b8b;
            font-size:13px;
            text-align:justify;
        }
        
/* Product Filter Styles Starts */

    .product-filter{
        margin:0;
        padding:8px 0;
        border:solid #d0d0d0;
        border-width:1px 0;
    }
        .product-filter .display{
            padding-top:5px;
        }
            .product-filter .display a{
                color:#2f353b;
                font-size:24px;
                margin-right:6px;
            }
            .product-filter .display a.active{
                color:#EB222C;
            }
        .product-filter .control-label{
            padding-top:5px;
            font-size:18px;
            font-weight:normal;
        }
        .product-filter .form-control{
            height:30px;
            padding:3px 6px;
            -webkit-border-radius:0;
               -moz-border-radius:0;
                    border-radius:0;
        }
        
/* Side Products Lists Styles Starts */

.side-products-list{
    margin:0 0 20px;
    padding:0;
    list-style:none;
    background-color:#fff;
    border:none;
}
.side-products-list li{
    padding:10px 15px;
}
.side-products-list li + li{
    border-top:1px dotted #adadad;
}
    .side-products-list h5{
        margin-bottom:7px;
        font-size:16px;
    }
    .side-products-list h5 a{
        color:#292d30;
    }
    .side-products-list h5 a:hover{
        color:#EB222C;
    }
    .side-products-list img{
        margin-right:15px;
    }
    .side-products-list img, 
    .side-products-list h5,
    .side-products-list .price{
        float:left;
    }
    .side-products-list .price span.price-new{
        color:#EB222C;
        font-size:18px;
        padding-right:5px;
    }
    .side-products-list .price span.price-old{
        font-size:14px;
        color:#7e7e7e;
        text-decoration:line-through;
    }
        
/* Product Page Styles Starts */
.product-info-box {
    padding-top: 10px;
}

.product-info-box + .product-info-box{
    padding-top: 30px;
}

.product-info-box .heading {
    padding: 13px 20px;
    font-size: 18px;
    color: #EB222C;
    background: #FFFFFF;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 4px solid #EB222C;
    border-left: 1px solid #dedede;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;                
}

.product-info-box .content {
    color: #212121;
    font-size: 13px;
}

.product-info.full .images-block .list-inline {
    margin-left: -5px;
}

.product-info.full .images-block .list-inline li {
    padding-left: 5px;
    padding-right: 5px;
}

.product-info .images-block .list-inline {
    margin-left: -2px;
}

.product-info .images-block .list-inline li {
    padding-left: 2px;
    padding-right: 2px;
}

.product-info .images-block .list-inline .thumbnail {
    padding: 5px;
}

.product-info .product-details h2 {
    margin-top: 0;
    font-size: 24px;
}

.product-info .product-details h3 {
    font-size: 22px;
}

.product-info .product-details h2, .product-info .product-details h3 {
    text-transform: uppercase;
}
.product-info .product-details .manufacturer {
    color: #808080;
    text-transform: uppercase;
}

.product-info .product-details .manufacturer span {
    min-width: 130px;
    display: inline-block;
    color: #2f353b;
}

.product-info .product-details .price-head {
    padding-right: 10px;
    font-size: 24px;
    color: #212121;
    text-transform: uppercase;
}
.product-info .product-details .price-tax {
    padding-top: 5px;
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
}

.product-info .product-details .price-new {
    color: #EB222C;
    font-size: 24px;
    padding-right: 5px;
}

.product-info .product-details .price-new.discounted {
    color:#A90C0C !important;
    font-weight: bolder;
}

.product-info .product-details .price-old {
    font-size: 18px;
    color: #212121;
    text-decoration: line-through;
}

.product-info .discount-expiration {
    font-size: 0.9rem;
    color:#A90C0C !important;
    text-align: left;
}

.product-info .product-details .options h3 {
    margin-bottom:20px;
}

.product-info .product-details .options h6 {
    font-weight:700;
}

.product-info .product-details .cart-button .btn {
    -webkit-border-radius:3px;
       -moz-border-radius:3px;
            border-radius:3px;
}

.product-info .product-details .btn-compare {
    color:#fff;
    background:#303030;
    margin-right:5px;
}

.product-info .product-details .btn-compare:hover, 
.product-info .product-details .btn-cart {
    background:#EB222C;
}

.product-info .product-details .btn-cart {
    font-size:14px;
    color:#fff;
    font-weight:bold;
}
 .product-info .product-details .btn-cart .fas {
    font-size:16px;
    margin-right:5px;
}

.product-info .product-details .btn-cart:hover {
    color:#fff;
    background:#303030;
}
        
/* Tabs Styles Starts */
    .tabs-panel{
        margin-top:20px;
    }
    .tabs-panel.panel-smart{
        padding:0;
    }
        .tabs-panel .nav-tabs{
            font-size:16px;
            border-bottom:4px solid #EB222C;
        }
        .tabs-panel .nav-tabs > li{
            margin-bottom:0;
        }
        .tabs-panel .nav-tabs > li > a{
            color:#EB222C;
            margin:0; 
        }
        .tabs-panel .nav-tabs > li > a, 
        .tabs-panel .btn, 
        .tabs-panel .form-control{
            -webkit-border-radius:0;
               -moz-border-radius:0;
                    border-radius:0;
        }
        .tabs-panel .nav-tabs > li.active > a, 
        .tabs-panel .nav-tabs > li.active > a:hover, 
        .tabs-panel .nav-tabs > li.active > a:focus, 
        .tabs-panel .nav > li > a:hover, 
        .tabs-panel .nav > li > a:focus{
            background:none;
        }
        .tabs-panel .nav-tabs > li > a, 
        .tabs-panel .nav-tabs > li.active > a, 
        .tabs-panel .nav-tabs > li.active > a:hover, 
        .tabs-panel .nav-tabs > li.active > a:focus, 
        .tabs-panel .nav-tabs > li > a:hover{
            border:none;
        }
        .tabs-panel .nav-tabs > li.active, 
        .tabs-panel .nav-tabs > li.active > a{
            background:#EB222C;
            color:#fff;
        }
        .tabs-panel .nav-tabs > li > a:hover{
            background:#f4f4f4;
        }
        .tabs-panel .tab-content{
            padding:20px;
            font-size:13px;
        }
        .tabs-panel label.control-label{
            text-transform:uppercase;
            font-weight:normal;
        }
        .tabs-panel label.control-label.ratings{
            padding-top:1px;
        }
        .tabs-panel .btn{
            margin-left:-10px;
        }
        
/* Pagination Styles Starts */

    .pagination{
        margin:0; 
    }
        .pagination > li > a{
            color:#444c53;
        }
        .pagination > li:first-child > a, 
        .pagination > li:first-child > span,
        .pagination > li:last-child > a, 
        .pagination > li:last-child > span{
            -webkit-border-radius:3px;
               -moz-border-radius:3px;
                    border-radius:3px;
        }
        .pagination > .active > a, 
        .pagination > .active > span, 
        .pagination > .active > a:hover, 
        .pagination > .active > span:hover, 
        .pagination > .active > a:focus, 
        .pagination > .active > span:focus{
            background:#EB222C;
            border-color:#EB222C;
        }
    .results{
        padding-top:10px;
        text-align:right;
    }
        
/* Page Content Styles Starts */

    .page-box{
        color:#8b8b8b;
        font-size:13px;
        margin-bottom:40px;
    }
        .page-box h3{
            margin:0;
            font-size:24px;
            color:#252a2f;
        }
        .page-box h3, .page-box h4{
            text-transform:uppercase;        
        }
        .page-box h4{
            margin:5px 0 15px;
            color:#808080;
            font-size:18px;
        }
        .page-box .sm-links{
            margin-bottom:20px;
        }
            .page-box .sm-links li{
                background:#EB222C;
                width:34px;
                text-align:center;
                padding:5px 0 4px;
                margin:0 0 0 4px;
                -webkit-border-radius:3px;
                   -moz-border-radius:3px;
                        border-radius:3px;                    
            }
            .page-box .sm-links li:hover {
                background:#383838;
            }
                .page-box .sm-links li a .fas {
                    color:#fff;
                    font-size:24px;
                }
                
/* Content Box Styles Starts */

    .content-box{
        border:1px solid #e9e9e9;
        background:#fff;
        margin-top:20px;
        padding:30px;
        -webkit-border-radius:3px;
           -moz-border-radius:3px;
                border-radius:3px;        
    }
        .content-box .special-heading{
            font-size:100px;
            color:#EB222C;
            margin-top:0;
            margin-bottom:30px;
        }
        
/* Map Wrapper Styles Starts */
#map-wrapper {
    border: 1px solid #feffff;
    margin: 20px 0;
    height: 250px;
}
        
/* Left Menu Style Starts */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: var(--theme-color-1);
    background-color: var(--theme-color-3-highlighted);
    border-color: var(--theme-color-3);
}

.side-heading {
    padding: 14px 20px;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;                
}

.side-heading .fas {
    margin-right: 7px;
    font-size: 18px;
}

.categories-level-1 {
    padding: 12px 18px;
    font-size: 1rem;
    transition: ease-in-out;
    transition-duration: 500ms;
    background-color: var(--theme-color-3-highlighted);
    color: var(--theme-color-4);
    border-color: var(--theme-color-3);
}

.categories-level-1:hover, 
.categories-level-1:focus {
    background-color: var(--theme-color-3-highlighted);
    color: var(--theme-color-1);
    
}

.categories-level-1 i.fas {
    right: 0px;
    padding: 3px 15px 0px 10px;
    position: absolute;
}

.categories-level-2 {
    border-color: var(--theme-color-3) !important;
    color: var(--theme-color-4-light) !important;
    background-color: var(--theme-color-3-light) !important;
    transition: ease-in-out;
    transition-duration: 500ms;
    font-size: 0.9rem;
    padding: 10px 0px 10px 25px;	
	border: 1px solid;
	border-bottom: none;
    text-decoration: none;
    position: relative;
    display: block;
}

.categories-level-2:hover, 
.categories-level-2:focus {
    background-color: var(--theme-color-3-light) !important;
    color: var(--theme-color-1-light) !important;
}

.categories-level-2 i.fas {
    right: 0px;
    padding: 6px 15px 0px 10px;
    position: absolute;
}

.categories-title {
    margin: 10px 0 10px 20px;
}
    
.categories-line {
    height: 22px;
    line-height: 22px;
    margin: 0 0 5px 0;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
}

.categories-line input[type=radio] {
    width: 15px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    display: inline-grid;
}

.categories-line label {
    margin: 0;
    display: inline-grid;
}

/* Footer Styles Starts */
.footer-row-1 {
    color: var(--theme-color-4-light);
    background-color: var(--theme-color-3);
    padding: 30px 0 30px 0;
}

.footer-logo {
    width: 30%;
    height: auto;
    max-width: 200px;
    min-width: 150px;
}

.footer-link-title {
    color: var(--theme-color-4-light);
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    margin: 0 0 3px 0;
    padding: 0;
}

.footer-link {
    color: var(--theme-color-4-light);
    background-color: transparent;
    text-decoration: none;
    font-weight: 400;
    display: block;
}

.footer-link:hover {
    color: var(--theme-color-1);
}

.footer-row-2 {
    background-color: var(--theme-color-4);
    padding: 10px 0 10px 0;
}

.footer-copyright {
    font-size: 1rem;
    color: var(--theme-color-3-highlighted);
    background-color: transparent;
}

.footer-icons i.fab::before {
    font-size: 1.5rem;
    color: var(--theme-color-3-highlighted);
    background-color: transparent;
}

.footer-form-960 {
    background-color: transparent;
}

.footer-form-960 img {
    width: auto;
    height: 30px;
}
/* Footer Styles Ends */
        
/* Genric Styles Starts */

.img-center{
    margin-left:auto;
    margin-right:auto;
}

.cart-button .btn, 
.product-col .btn-cart {
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

/* Ajax and Dialog boxes */
.spinner-4 {
    width: 160px;
    height: 24px;
    display: none;
}

.icon-close-modal {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 0.9em;
    font-weight: normal;
    color: #6A7870;
    cursor: pointer;
    top: 10px;
    right: 10px;
    position: absolute;
}

#modal-ajax-loader {
    width: 40px;
    height: 40px;
    border: 0px;
    display: none;
}

#dialog-ajax {
    padding: 20px;
    background-color: #4C5C52;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px #d4d4d4;
    -webkit-box-shadow: 0 0 1px #d4d4d4;
    -ms-box-shadow: 0 0 1px #d4d4d4;
    -o-box-shadow: 0 0 1px #d4d4d4;
    box-shadow: 0 0 1px #d4d4d4;
    display: none;
}

#dialog-ajax legend {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1em;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

#dialog-ajax figure {
    padding: 5px 0 0 0;
    text-align: center;
}

#dialog-confirm {
    display: none;
}

.dlg-no-title .ui-dialog-titlebar {
	display: none;
}

.ui-widget.success-dialog {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1.3em;
    background-color: #EDF5E8;
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px #d4d4d4;
    -webkit-box-shadow: 0 0 1px #d4d4d4;
    -ms-box-shadow: 0 0 1px #d4d4d4;
    -o-box-shadow: 0 0 1px #d4d4d4;
    box-shadow: 0 0 1px #d4d4d4;
}

.ui-widget.success-dialog .ui-widget-header {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1.3em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #EB222C;
    background-image: none;
}

.ui-widget-content {
    background: #EDF5E8;
    border: 1px solid #90d93f;
    color: #666666;
}
/* End of Ajax and Dialog boxes */

/* jConfirm Custom themes */
.jconfirm.jconfirm-transparent .jconfirm-box {
    background-color: transparent;
    border: 0px;
}
.jconfirm.jconfirm-transparent .jconfirm-box .jconfirm-content {
    text-align: center;
}
/* End of jConfirm Custom themes */

/* My Account */
.my-account-heading {
    font-size: 2rem;
    text-align: left;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #1b1b1b;
}

.icon-my-account {
    margin: 15px 0;
}

.icon-my-account i {
    font-size: 6em;
    color: #BBBBBB;
}

#list-icons {
    text-align: right;    
}

#list-icons input[type="button"] {
    width: 26px;
    height: 32px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: inline;
    cursor: pointer;
}

#buy-detail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.text-buy-detail {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
    color: #4c5a52;
}

#form-contact-data, 
#form-delivery {
    display: none;
}
/* End of My account */

/* Payment Methods */
.payment-heading {
    color: var(--theme-color-3-highlighted) !important;
    background-color: var(--theme-color-1) !important;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    text-align: left;
    border-radius: 0.3rem;
}

.payment-section {
    margin: 0 0 1rem 0;
    border-bottom: 1px solid var(--theme-color-4-highlighted);

}

.payment-section header {
    font-size: 0.9rem !important;
    font-weight: bold !important;
    text-align: left !important;
    margin: 0 0 0.5rem 0 !important;
}

.payment-section p {
    font-size: 0.8rem !important;
    text-align: left !important;
    margin: 0 0 0.5rem 0 !important;
}

.mp-qr-code {
    max-width: 250px;
    width: 100%;
    height: auto;
    border: 5px solid var(--theme-color-1-light);
}
/* End of Payment Methods */
