/* 02/08/2023 */
@import "/css/frontend/custom.css";
@import "/css/frontend/elements.css";
@import "/css/frontend/responsive.css";
@import "/css/frontend/wishlist.css";

body {
    background: var(--theme-color-4-light);
    color: var(--theme-color-3);
    font: 14px/22px var(--main-font-family);
}

/* Standard Styles Starts */

.main-heading {
    font-size: 1.9rem;
}
.main-heading span {
    font-size: 1.2rem;
    color: var(--theme-color-3-lighter);
}
.main-heading2 {
    font-size: 1.5rem;
}
.main-heading2.inner {
    margin-top: 10px;
    margin-bottom: 20px;
}

.main-heading, 
.main-heading2, 
.sub-heading {
    text-transform: uppercase;
}

.sub-heading {
    font-size: 1.5rem;
    padding: 10px 0;
}

hr {
    border-color: var(--theme-color-3-lighter);
}

/* Form & Buttons Styles Starts */
.btn-black {
    background-color: var(--theme-color-3);
}
.btn-black:hover, 
.btn-black:focus,
.btn-black:active,
.btn-black.active, 
.btn-main {
    background-color: var(--theme-color-1);
}
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
    background-color: var(--theme-color-3-light);
}
.btn-black, 
.btn-black:hover, 
.btn-black:focus,
.btn-black:active,
.btn-black.active, 
.btn-main, 
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
    color: var(--theme-color-4-lighter);
}

/* Header Wrap Starts */
.header-wrap {
    position: relative;    
}
.header-wrap.inner {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

/* Header Top Styles Starts */
.header-top {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header-top, 
.header-top a {
    color: var(--theme-color-4-lighter);
}

.header-top .dropdown-menu .dropdown-item {
    color: var(--theme-color-3-light);
    font-size: 0.9rem;
}

.header-wrap.inner .header-top{
        position:static;
        margin-top:30px;
    }
        .header-top, 
        .header-top a{
            color:var(--theme-color-4-lighter);
        }

/* Cart Styles Starts */    
#cart-pop-up .dropdown-menu {
    background-color: var(--theme-color-3-light);
    min-width: 250px;
    padding: 5px;
    -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
}

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

#cart-pop-up .dropdown-menu table, 
#cart-pop-up .dropdown-menu table td {
    color: var(--theme-color-4-lighter);
    background: none;
    border: none;
}

#cart-pop-up .dropdown-menu table.hcart td {
    border-bottom: 1px solid var(--theme-color-3-light);
    font-size: 0.9rem;
}

#cart-pop-up .dropdown-menu table.total td {
    font-size: 0.9rem;
    padding: 2px 8px;
}

#cart-pop-up .btn-cart-group {
    padding: 20px 10px 20px 10px;
    border-top: 1px solid var(--theme-color-3-light); 
    text-align: right;
}

#cart-pop-up .btn-cart-group a {
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-decoration: none;
    background-color: var(--theme-color-4-lighter);
    color: var(--theme-color-3);
    display: inline-block;
}

#cart-pop-up .btn-cart-group a:hover {
    color: var(--theme-color-4-lighter);
    background-color: var(--theme-color-1);
}
    
#cart-pop-up .dropdown-menu table td a {    
    color: var(--theme-color-4-lighter);
}

#cart-pop-up .dropdown-menu table td a:hover {
    color: var(--theme-color-1);
} 
   
#address-to-retire, 
#choose-shipment {
    display: none;
}

/* Main Menu Styles Starts */
#main-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}

.header-wrap.inner #main-menu{
    position: static;
    margin-top: 40px;
    margin-bottom: 20px;
}

#main-menu-options ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
}

#main-menu .navbar-toggler {
    font-size: 1rem;
    outline: none;
}

#main-menu .navbar-toggler:focus, 
#main-menu .navbar-toggler:active {
    outline: none;
}

#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: var(--theme-color-4-lighter);
    font-size: 1rem;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
}

#main-menu a,
#main-menu .dropdown-menu {
    background-color: var(--theme-color-1) !important;
}

#main-menu a:focus,
#main-menu a:hover {
    background-color: var(--theme-color-2) !important;
    text-decoration: none;
}

#main-menu-options {
    color: var(--theme-color-4-lighter);
    background-color: var(--theme-color-1);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

#main-menu-options ul li a {
    color: var(--theme-color-4-lighter);
}


/* Search Styles Starts */
#search-form .form-control {
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: var(--theme-color-4-lighter);
}

#search-form .form-control, 
#search-form .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Slider Section Styles Starts */
#main-carousel {    
    background-color:var(--theme-color-3);
}

#main-carousel .carousel-indicators li {
    margin-right: 8px;        
    width: 15px;
    height: 15px;
    background-color: var(--theme-color-4-lighter);
    border: none;
    border-radius: 100%;
}

#main-carousel .carousel-indicators li.active {
    width: 16px;
    height: 16px;
    background-color: var(--theme-color-1);
}

#main-carousel .carousel-control-prev .fas, 
#main-carousel .carousel-control-next .fas {
    font-size: 2.25rem !important;
}
   
/* Breadcrumb Styles Starts */
.breadcrumb-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--theme-color-4-lighter);
    text-transform: uppercase;
    border-bottom: 1px solid var(--theme-color-4);
    -webkit-box-shadow: 0 2px var(--theme-color-4-light);
       -moz-box-shadow: 0 2px var(--theme-color-4-light);
            box-shadow: 0 2px var(--theme-color-4-light);
}

.breadcrumb {
    padding: 10px 18px;
    margin-bottom: 0;
    border: none;
    background: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.breadcrumb li {
    color: var(--theme-color-3);
}

.breadcrumb > li + li:before {
    content: "\00BB";
    margin-left: 5px;
    margin-right: 5px;
    color: var(--theme-color-3);
}

.breadcrumb li a {
    color: var(--theme-color-3);
}

.breadcrumb > .active {
    color: var(--theme-color-1);
}
            
/* Column Banner Styles Starts */
#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 Starts */
.products-list {
    margin-bottom: 15px;
}

.product-head {
    padding: 15px 25px;
    margin: 0 0 20px;
    font-size: 1.25rem;
    color: var(--theme-color-4-lighter);
    background: var(--theme-color-1);
    text-transform: uppercase;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;        
}

.product-col {
    background-color: var(--theme-color-4-lighter);
    border: 1px solid var(--theme-color-4);
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    position: relative;    
}

.product-col.best-seller {
    background-color: var(--theme-color-4-lighter);
}

.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: 1.25rem;
    height: 45px;
    overflow: hidden;           
}

.product-col h5 {
    font-size: 1.25rem;
    overflow: hidden;
}

.product-col h4, 
.product-col h4 a, 
.product-col h5, 
.product-col h5 a {
    color: var(--theme-color-3);
}

.product-col h4 a:hover, 
.product-col h4 a:focus, 
.product-col h5 a:hover, 
.product-col h5 a:focus {
    color:var(--theme-color-1);
}

.product-col .description {
    margin-bottom: 0;
    padding:5px 0;
    font-size: 0.8rem;
    line-height: 18px;
    height: 40px;
    color:var(--theme-color-3-light);
    font-family: Arial;
    overflow: hidden;
}
.product-col.list .description {
    padding-right: 20px;
}
.product-col .price {
    padding: 10px 0;
    color: var(--theme-color-1);
    font-size: 1.5rem;                
}
.product-col .price .price-tax {
    font-size: 0.9rem;
    color:var(--theme-color-3);
}
.product-col .price span.price-new {                    
    padding-right:5px;
}
.product-col .price span.price-old {
    font-size:16px;
    color: var(--theme-color-3-light);
    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 .btn-cart {
    font-size: 1rem;
    color: var(--theme-color-4-lighter);
    background: var(--theme-color-1);
}

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

.product-col .btn-cart:hover {
    background: var(--theme-color-3);
}

.product-col .stock-indicator {
    font-family: var(--main-font-family);
    font-size: 1rem;
    -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: 1.1rem;
    font-weight: normal;
    color: var(--theme-color-3-light);
    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: var(--theme-color-1);
    background-color: var(--theme-color-4-light);
    font-weight: bold;
    cursor: pointer;
}

#paginator li.page.active-page {
    color: var(--theme-color-4);
    background-color: var(--theme-color-1);
}

#pagination-options {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1.1rem;
    font-weight: normal;
    color: var(--theme-color-3-light);
    text-align: right;
}

#pagination-options span {
    cursor: pointer;
} 
    
/* Shopping Cart Page Styles Starts */
.shopping-cart-table {
    background: var(--theme-color-4-lighter);
    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: 1.2rem;
}

.shopping-cart-table tbody > tr > td a:hover {
    color: var(--theme-color-3);
}

/* Prices List Styles Starts */
.shopping-cart-table {
    background: var(--theme-color-4-lighter);
    text-transform :uppercase;
}

.prices-list-table tr.segmented-list td.group-header {
    font-size: 1.1rem;
    font-weight: 650;
    text-align: center;
    border-bottom: 1px solid var(--theme-color-4-light);
    color: var(--theme-color-4) !important;
    background-color: var(--theme-color-3) !important;
}

.prices-list-table tr.segmented-list td.subgroup-header {
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid var(--theme-color-4-light);
    color: var(--theme-color-4) !important;
    background-color: var(--theme-color-3-light) !important;
}

.prices-list-table tr.segmented-list td.list-columns-titles {
    font-size: 0.9rem;
    font-weight: 600;
    border-bottom: none;
    text-align: center;
    vertical-align: middle;
    color: var(--theme-color-4) !important;
    background-color: var(--theme-color-3-light) !important;
}

.prices-list-table thead.unsegmented > tr > td {
    font-size: 1rem;
    font-weight: 600;
    border-bottom: none;
    color: var(--theme-color-4);
    background-color: var(--theme-color-3)
}

.prices-list-table tbody > tr > td {
    font-size: 0.9rem;
}

.prices-list-table tbody > tr > td a:hover {
    color: var(--theme-color-3);
}
/* Prices List Styles Ends */
        
   
/* 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: var(--theme-color-3-light);
    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: var(--theme-color-1);
    font-size: 1.2rem;
}

.panel-smart {
    padding: 20px;
    background: var(--theme-color-4-lighter);
    border: 1px solid var(--theme-color-4);
    -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: var(--theme-color-3);
    border-bottom: 1px solid var(--theme-color-3-lighter);
}

.panel-smart h3.panel-title {
    font-size: 1.5rem;
}

.panel-smart .panel-body {
    padding: 20px 0 0;
}
        
.panel-smart .panel-body .total {
    color: var(--theme-color-1);
    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: var(--theme-color-4-lighter);
    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: 1.1rem;
    text-align: right;
    color: var(--theme-color-error);
    padding: 3px 0 3px 0;
    overflow: hidden;
}

#form-contact label.form-error-field {
    color: var(--theme-color-error);
    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: var(--theme-color-4-lighter);
    color: var(--theme-color-3-light);
    border: 1px solid var(--theme-color-4);
    text-align: center;
    position: relative;
    display: none;
}

#form-error-message,
#form-ok-message {
    font-family: Calibri;
    font-size: 1.4rem;
    font-weight: normal;
    color: var(--theme-color-3-light);
    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: 1.2rem;
        }    
        #owl-product .owl-controls .owl-buttons .owl-prev, 
        #owl-product .owl-controls .owl-buttons .owl-next{
            top:-56px;
            color:var(--theme-color-4-lighter);
        }
        #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:var(--theme-color-3-light);
    font-size: 0.8rem;
    text-align:justify;
}
        
/* Product Filter Styles Starts */
.product-filter {
    margin: 0;
    padding: 8px 0;
    border: solid var(--theme-color-4);
    border-width: 1px 0;
}

.product-filter .control-label {
    padding-top: 5px;
    font-size: 1.2rem;
    font-weight: normal;
}

.product-filter .form-control {
    height: 30px;
    padding: 3px 6px;
    -webkit-border-radius: 0;
        -moz-border-radius: 0;
            border-radius: 0;
}

/* 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: 1.2rem;
    color: var(--theme-color-1);
    background: var(--theme-color-4-lighter);
    border-top: 1px solid var(--theme-color-4);
    border-right: 1px solid var(--theme-color-4);
    border-bottom: 4px solid var(--theme-color-1);
    border-left: 1px solid var(--theme-color-4);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;                
}

.product-info-box .content {
    color: var(--theme-color-3);
    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: 1.5rem;
}

.product-info .product-details h3 {
    font-size: 1.4rem;
}

.product-info .product-details h2, .product-info .product-details h3 {
    text-transform: uppercase;
}
.product-info .product-details .manufacturer {
    color: var(--theme-color-3-light);
    text-transform: uppercase;
}

.product-info .product-details .manufacturer span {
    min-width: 130px;
    display: inline-block;
    color: var(--theme-color-3);
}

.product-info .product-details .price-head {
    padding-right: 10px;
    font-size: 1.5rem;
    color: var(--theme-color-3);
    text-transform: uppercase;
}
.product-info .product-details .price-tax {
    padding-top: 5px;
    font-size: 0.9rem;
    color: var(--theme-color-3);
    text-transform: uppercase;
}

.product-info .product-details .price-new {
    color: var(--theme-color-1);
    font-size: 1.5rem;
    padding-right: 5px;
}
.product-info .product-details .price-old {
    font-size: 1.1rem;
    color: var(--theme-color-3);
    text-decoration: line-through;
}

.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: var(--theme-color-4-lighter);
    background:var(--theme-color-3-light);
    margin-right:5px;
}

.product-info .product-details .btn-compare:hover, 
.product-info .product-details .btn-cart {
    background: var(--theme-color-1);
}

.product-info .product-details .btn-cart {
    font-size: 0.9rem;
    color: var(--theme-color-4-lighter);
    font-weight:bold;
}
 .product-info .product-details .btn-cart .fas {
    font-size:16px;
    margin-right:5px;
}

.product-info .product-details .btn-cart:hover {
    color: var(--theme-color-4-lighter);
    background: var(--theme-color-3-light);
}             

/* Map Wrapper Styles Starts */
#map-wrapper {
    border: 1px solid var(--theme-color-4-lighter);
    margin: 20px 0;
    height: 250px;
}
        
/* Sidebar Styles Stars */
.side-heading {
    padding: 14px 20px;
    font-size: 1.25rem;
    color: var(--theme-color-4-lighter);
    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: 1.2rem;
}

.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-4-lighter);
    border-color: var(--theme-color-4-light);
}

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

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

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

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

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

.categories-level-3 {
    font-size: 0.9rem;
    padding: 10px 0px 10px 25px;	
    background-color: var(--theme-color-4-lighter);
    color: var(--theme-color-3-light);
    border-color: var(--theme-color-4);
	border: 1px solid var(--theme-color-4);
	border-bottom: none;
    text-decoration: none;
    position: relative;
    display: block;
}    

.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;
}

/* Blockquote Styles Starts */
.panel-smart blockquote {
    margin: 0;
    padding: 5px 15px;
    color: var(--theme-color-3-light);
    font-size: 0.8rem;
    border:none;
}

.panel-smart blockquote footer{
    padding-top:10px;
    color: var(--theme-color-3);
    font-size: 0.9rem;
}

/* Footer Links Styles Starts */
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    font-size: 1rem;
}
.footer-links li + li {
    margin-top: 8px;
    text-transform: capitalize;
}

/* Copyright Styles Starts */
.copyright {
    color: var(--theme-color-4-lighter);
    background: var(--theme-color-3);
    padding: 18px 0 8px;
}

.copyright, 
.copyright a, 
.copyright a:hover {
    font-weight: 500;
}

.copyright a {
    color: var(--theme-color-1);
}

.copyright p {
    padding-top: 6px;
}

.redes-sociales i.fab::before {
    font-size: 2rem;
    color: var(--theme-color-4-lighter);
    background-color: transparent;
}
        
/* 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 */
.icon-close-modal {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 0.9rem;
    font-weight: normal;
    color: var(--theme-color-3-light);
    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: var(--theme-color-3-light);
    -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 var(--theme-color-4);
    -webkit-box-shadow: 0 0 1px var(--theme-color-4);
    -ms-box-shadow: 0 0 1px var(--theme-color-4);
    -o-box-shadow: 0 0 1px var(--theme-color-4);
    box-shadow: 0 0 1px var(--theme-color-4);
    display: none;
}

#dialog-ajax legend {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1rem;
    text-align: center;
    color: var(--theme-color-4-lighter);
    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.3rem;
    background-color: var(--theme-color-4-light);
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px var(--theme-color-4);
    -webkit-box-shadow: 0 0 1px var(--theme-color-4);
    -ms-box-shadow: 0 0 1px var(--theme-color-4);
    -o-box-shadow: 0 0 1px var(--theme-color-4);
    box-shadow: 0 0 1px var(--theme-color-4);
}

.ui-widget.success-dialog .ui-widget-header {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1.3em;
    font-weight: bold;
    color: var(--theme-color-4-lighter);
    background-color: var(--theme-color-1);
    background-image: none;
}

.ui-widget-content {
    background: var(--theme-color-4-light);
    border: 1px solid var(--theme-color-1);
    color: var(--theme-color-3-light);
}
/* 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 */
#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.9rem;
    font-weight: normal;
    text-align: left;
    color: var(--theme-color-3-light);
}

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