/***

Theme Name : Uniklproud
Theme Description : General catalogue store
Theme Author : Lutfi Azhar
Updated By: Amirul Amri
Version : 1.19.0
Last update : 18 July 2024

***/

/* Library import */

@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css);

/* Reset */

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

@media (min-width: 1500px) {
    .container {
        width: 1500px !important;
    }
}

body, html {
    height: 100%;
    width: 100%;
}

body {
    color: #000000;
    background: #ffffff;
    scroll-behavior: smooth;
}



/* Default theme settings */


a {
    color: #ffffff;
   
}

a:hover, a:focus {
    color: #f26822;
    text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    font-weight: 600;
    margin: 0 0 0.5em;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

.w-20 {
	width: 20%!important;
}

.w-60 {
	width: 60%!important;
}

.dropdown-width {
    width: auto;
}

/*

.btn {
    font-weight: 400;
    font-style: normal;
    padding: 12px 20px;
    font-size: 0.8125em;
}

*/

.featured-categories .btn, .form-button .btn, .upsell-section .btn, .sticky-checkout .btn, .cart-action .btn {
    font-weight: 400;
	border-radius: 30px;
    font-style: normal;
    padding: 12px 20px;
    font-size: 0.8125em;
}

/* Empty state */

svg.placeholder-svg {
    border:1px solid #eee;
}

/* Header */

.header {
    padding: 1.25rem 0;
    border-bottom: 1px solid #161618;
    background-color: #161618;
}

.header-store-name {
    padding: 1rem 0;
}

.header a {
    color: #ffffff;
}

.logo h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: .5rem;
    margin-bottom: 0;
    padding-left: 0;
}

.logo a:hover {
    text-decoration: none;
}

.nav {
    float: right;
}

.navbar-brand {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.25rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.5px;
}

a.navbar-brand {
    text-transform: uppercase;
    padding: 0;
    color: #ffffff !important;
}

.navbar-brand img {
    max-height: 170px;
}

.navbar-toggler{
    width: 47px;
    height: 25px;
    border: 0;
    margin-left: -10px;
}

.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 3px;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.header .padding-collapse {
    padding-top: 1.25rem;
}

.header-store-name .padding-collapse {
    padding-top: 1rem;
}

:not(.navbar-expand-lg) > .navbar-collapse .nav-item:first-child .nav-link:first-child {
    padding-top: 0;
}

:not(.navbar-expand-lg) > .navbar-collapse .nav-item:last-child .nav-link:last-child {
    padding-bottom: 0;
}

/* .navbar-expand-lg .navbar-collapse .nav-item:first-child .nav-link:first-child {
    padding-top: 0.5rem;
}

.navbar-expand-lg .navbar-collapse .nav-item:last-child .nav-link:last-child {
    padding-bottom: 0.5rem;
} */

a#searchIconModal.nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.top-bar {
    background: #f7f7f7;
    position: relative; 
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    z-index: 2; /* Ensure it's above other content */
    text-align: center;
    font-size: .625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px; /* Height of the top bar */
    transition: .3s ease;
    line-height: 1.5; /* Adjusted for better readability */
    padding: 0 0; /* No padding to avoid extra space */
    margin: 0; /* Ensure no margin */
}

.top-bar span::before {
    content: " ";
    margin-left: 3px; /* Adjust the value as needed for spacing */
}

/* Dropdown */

#myNavbar .dropdown-menu {
    max-width: 187px;
    font-size: 14px;
    color: #ffffff;
    background-color: #161618;
    margin-top: 0;
}

#myNavbar .dropdown-item:hover {
    background-color: transparent;
}

#myNavbar .dropdown-menu .dropdown-toggle {
    white-space: normal;
}

#myNavbar .dropdown-toggle[aria-expanded="false"]:after {
    transform: rotate(-90deg);
}

#myNavbar .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(0deg);
}

#myNavbar .submenu.dropdown-menu {
    margin-left: 5px !important;
    border-left: 1px solid #161618 !important;
}

.dropdown-align, .dropdown-align-left {
    text-align: left;
}

/* Account menu */

.dropdown.account-menu:hover .dropdown-menu {
    display: block;
}

/* Announcement bar */

.announcement-bar {
    padding: 0.5em 0;
    font-size: 14px;
    background: #2d2d2e;
    color: #ffffff;
}




.announcement-bar a {
    color: #ffffff;
}

.announcement-bar a:hover {
    text-decoration: none;
	
}

.announcement-bar p{
    margin-bottom:0;
    font-weight: bold;
}

.announcement-bar .btn.btn-dark {
    padding: 2px 8px;
    background: #f26822;
	border-radius: 20px;
    color: #ffffff;
    border-color: #f26822;
    margin-left: 0.5em;
    font-size: 12px;
	font-weight: 500;
	transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition for background, text color, and transform */

}

.announcement-bar .btn.btn-dark:hover {
    background: #fd6b21; /* New background color on hover */
    color: ; /* Optionally adjust text color on hover */
    border-color: #fd6b21; /* Border color to match background on hover */
	transform: scale(1.05); /* Scale up the button by 10% */
}

/* Top nav */

.card.card-body.top-menu {
    border: 0 solid #eee;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

ul.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav li {
    text-align: center;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000 !important;
}

.navbar-light .navbar-nav a:hover {
    text-decoration: none;
    color: #f26822 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
}

li.nav-item.active a {
    color: #000000 !important;
}

/* Cart icon */

.cart {
    position: relative;
    padding: .5rem 0.5rem;
    padding-right: 0;
}

.cart-badge {
    position: absolute;
    right: -8px;
    top: 2px;
    padding: .5em;
    border-radius: 1000px;
    font-size: 10px;
    line-height: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0;
    background: #f26822;
    color: #ffffff;
}

/* Search icon */

.search {
    position: relative;
    padding: .5rem 0;
}

a#buttonSearch {
	color: #ffffff !important;
}

.button-search {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

#products-search-input::placeholder {
  color: #ffffff !important;
  opacity: 1;
}

#products-search-input:-ms-input-placeholde {
  color: #ffffff !important;
}

#products-search-input::-ms-input-placeholder {
  color: #ffffff !important;
}

.modal-open {
    padding-right: 0 !important;
}

.search-modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

#modalSearch .modal-content {
    flex-direction: row;
    -ms-flex-direction: row;
}

#modalSearch .input-search-section {
    max-width: 700px;
}

#modalSearch button.close span {
    font-size: 2.5rem;
    line-height: 0;
}

/* Upsell cart */

.upsell-section {
    margin: 2em 0;
}

.upsell-section a {
    color: #000000;
}

.upsell-section a.view-product-link {
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    display: block;
    text-decoration: underline;
    margin-top: 1em;
    color: #888;
}

.upsell-section h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
}

.upsell-section hr {
    width: 15%;
    border: 1px solid #cecece;
    margin: 1.5em auto;
}

.upsell-section p.upsell-price {
    color: red;
}

/* Featured categories mobile only */

ul.featured-categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.featured-categories-item .btn.btn-dark {
    border: #000000;
    background: #000000;
    color: #ffffff;
	
}

li.featured-categories-item:last-child {
    padding-left: 5px;
}
li.featured-categories-item:first-child {
    padding-right: 5px;
}

li.featured-categories-item.active .btn {
    background: #ccc;
    border: #ccc;
    color: #fff;
	border-radius: 20px;
}

/* Slideshow */

#homepage-slideshow .carousel-indicators li {
    background-color: #cecece;
}

#homepage-slideshow .carousel-indicators li {
    background-color: #cecece;
}

#homepage-slideshow .carousel-indicators li.active {
    background-color: #000;
}

.carousel .carousel-indicators li {
    width: .625rem;
    height: .625rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators {
    right: 30px;
    left: unset;
    margin-right: 0;
    margin-left: 0;
}

/* Homepage Banner */
.featured-banner {
    margin-bottom: 1.5em;
	margin-top: 1em;/* Space below the banner */
}

.large-banner {
    margin-top: 1px; /* Remove margin to align with other elements */
    padding: 0; /* Remove padding for consistency */
}

.featured-banner img, .large-banner img {
    border-radius: 0; /* No rounded corners */
    width: 100%; /* Full width to fill the container */
    height: auto; /* Maintain aspect ratio */
}

/* Media Queries for Responsive Design */

/* For tablets and smaller devices (up to 768px wide) */
@media (max-width: 768px) {
    .featured-banner {
        margin-bottom: 1em;
		margin-top: -1.5em;/* Adjust spacing for tablets */
    }

    .large-banner {
        margin: 0; /* Maintain alignment */
    }
}

/* For mobile devices (up to 480px wide) */
@media (max-width: 480px) {
    .featured-banner {
        margin-top:-15px; /* Further adjust spacing for mobile */
    }

    .large-banner {
        margin-top: -32px;
    }
}

/* Sections */

section.product {
    margin-top: 2em;
    min-height: 80vh;
}

section.products {
    min-height: 80vh;
}

section.home {
    min-height: 83vh;
    margin-top: 0em;
}

h1.section-title, h2.section-title {
    background-color: black; /* Background color */
    color: white; /* Font color for text */
    border-radius: 0px; /* Rounded corners */
    display: inline-block; /* Adjust width to fit content */
    padding: 0.5em 1em; /* Add padding for spacing around text */
    font-size: 15px; /* Font size */
    text-align: center; /* Center text inside the element */
    margin-top: 1em; /* Margin on top */
    margin-bottom: 1em; /* Margin on bottom */

}

.featured-categories {
    margin-top: 1em;
}

/* Pages */

.page-body img, .page-body iframe, .page-body svg {
    max-width: 100%;
}

.page-builder iframe {
    max-width: 100%;
}

/* Products grid */

.product-image {
    position: relative;
    width: 100%;
}

.product-image {
    width: 100%; /* Ensure the container takes the full width of its parent */
    max-width: 400px; /* Optional: set a maximum width for larger screens */
    margin: auto; /* Center the container horizontally */
    overflow: hidden; /* Hide overflow to contain the enlarged image */
    position: relative; /* Needed for positioning the hover effect */
    border-radius: 0px; /* Optional: rounded corners for the container */
    transition: box-shadow 0.3s ease; /* Smooth transition for shadow effect */
}

.product-image img {
    width: 100%; /* Make image fill the container width */
    height: auto; /* Maintain the aspect ratio */
    display: block; /* Remove inline spacing */
    transition: transform 0.3s ease; /* Smooth transition for the transform effect */
}


.product-image:hover img {
    transform: scale(1.05); /* Enlarge the image on hover */

}

.product-image.sold-out img {
    opacity: 0.5;
}

span.product-fixed-quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 2.15em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 2.15em;
    height: 2.15em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 3;
}

.bundle-thumbnail {
    width: 100px;
    height: 100px;
    border: 1px solid #f1f1f1;
}

.product-info {
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-info h3 {
    font-size: 11px;
	letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 18px;
    margin-top: 1em;
    text-transform : capitalize;
    color: #000000;
}

.product-info a {
    text-decoration: none; /* Remove underline from the link */
    color: #f26822; /* Default link color */
    transition: color 0.3s ease, opacity 0.3s ease; /* Smooth transitions for color and opacity */
}

.product-info a:hover {
    text-decoration: none; /* Ensure no underline on hover */
    opacity: 0.6; /* Slightly faded effect on hover */
    color: #f26822; /* Optional: Change color on hover for better contrast */
}

.product-details .price span {
    margin-right: 5px;
	 
}

span.price {
    color: #000000;
	vertical-align: top;
	font-size: 10px;
	font-weight: 700;
	
}

span.discount-price {
    color: #000;
    opacity: 0.7;
	vertical-align: top;
	font-size: 10px;
	font-weight: 500;
}

.product-info span.product-price {
    font-size: 14px;
}

p.atome-price {
    font-size: 12px;
}

p.atome-price img {
    padding-bottom: 2px;
}

span.custom-label.badge.badge-primary {
    right: oem; /* Adjusted to use relative units */
    position: absolute;
    margin-top: 0em;
    margin-right: -.5em;
    font-size: 0.6rem; /* Use relative units for font size */
    border-radius: 0.25em; /* Adjusted for better scaling */
    padding: 0.4em 0.6em; /* Use relative units for padding */
    font-weight: 600;
    text-transform: capitalize;
    background-color: #f26822;
    color: #ffffff;
}

/* Media queries for responsiveness */
@media (max-width: 600px) {
    span.custom-label.badge.badge-primary {
        font-size: 0.6rem; /* Smaller font size on smaller screens */
        padding: 0.3em 0.5em; /* Adjusted padding for smaller screens */
        border-radius: 0em; /* Slightly smaller border radius */
        right: 0.5em; /* Adjust right margin for smaller screens */
    }
}

@media (min-width: 1200px) {
    span.custom-label.badge.badge-primary {
        font-size: 0.8rem; /* Larger font size on larger screens */
        padding: 0.6em 0.8em; /* Adjusted padding for larger screens */
        border-radius: 0em; /* Slightly larger border radius */
        right: .5em; /* Adjust right margin for larger screens */
    }
}

.sold-out-badge {
    display: flex; /* Use flexbox for centering content */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    position: absolute;
    border-radius: 0px; /* Optional: rounded corners for the rectangle */
    padding: 0.5em 1em; /* Adjust padding to create a rectangular shape */
    color: #ffffff;
    background: #000000;
    width: 140px; /* Adjust width for rectangular shape */
    height: 20px; /* Adjust height for rectangular shape */
    top: 50%; /* Position it from the top of the parent container */
    left: 50%; /* Position it from the left side of the parent container */
    transform: translate(-50%, -50%); /* Center it relative to its position */
    font-weight: bold;
    font-size: 0.4em;
    line-height: 1.1;
    z-index: 10;
    text-align: center; /* Center text horizontally */
}

.sold-out-badge p {
    font-size: 12px;
    margin: 0;
    line-height: 1.1; /* Ensure proper line height */
    text-transform: uppercase;
}

.sold-out-badge p {
    font-size: 12px;
    margin: 0;
    line-height: 1.1; /* Ensure proper line height */
    text-transform: uppercase;
}

/* Pagination */

.default-page {
    width: 120px;
    padding: 0.7em 0;
}

.next-page {
    width: 120px;
    padding: 0.7em 0;
}

.prev-page {
    width: 120px;
    padding: 0.7em 0;
}

/* Single product & Bundle product */

.product {
    padding-bottom: 5rem;
}

h2.store-name {
    text-transform: uppercase;
    margin-top: 2em;
    letter-spacing: 0.2em;
    font-size: 0.75em;
}

.product .title {
    font-size: 16px;
    font-weight: 800;
    margin-top: 1em;
    margin-bottom: .5em;
}

ul.product-bundle {
    margin: 0;
    padding: 0;
}

li.bundle-items {
    list-style: none;
    padding: 1em;
    border-bottom: 1px solid #eee;
}

li.bundle-items:last-child {
    border-bottom: none;
}

.bundle-title-name h3 {
    font-size: 16px;
}

span.option-name, span.wholesale-title {
    color: #797979;
    font-size: 14px;
    margin-bottom: 0.5em;
    width: 100%;
    display: block;
}

span.product-price {
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 600;
    display: inline-block;
}

.product-details span.product-price, .product-details span.product-price-single {
    color: #444;
}

span.bundle-price, span.bundle-price-single {
    color: #000000;
}

span.discount-price-single{
    font-size: 1.0em;
	opacity: 0.7;
	color: #000;
	font-weight: 300;
}

span.discount-price, span.discount-price-single, span.bundle-discount-price, span.bundle-discount-price-single {
    text-decoration: line-through;
}

/* Discount percentage styling */
.discount-percentage {
    font-size: .9rem; /* Adjust as needed */
    color: #d52a1a;
    font-weight: 600;
    margin-left: 0rem;
	text-align: center;
}

/* Optional: Hide discount percentage if there is no discount */
.discount-percentage {
    display: none; /* Initially hidden */
}

.discount-price-single[id="discount-price-single"] ~ .discount-percentage {
    display: inline; /* Show discount percentage when discount price is shown */
}

.product .compare-price {
    display: inline;
    font-size: 19px;
    text-decoration: line-through;
}

hr.hr-separator{
    border-top: solid #eee;
    border-width: 1px 0 0 0;
    margin: 20px auto;
}

.wholesale-table .table {
    font-size: 14px;
    margin-bottom: 8px;
    color: #797979;
    border-collapse: collapse;
}

.wholesale-table thead {
    color: #797979;
}

.wholesale-table .table td, .wholesale-table .table th {
    vertical-align: middle;
    border: 1px solid #797979;
}

.wholesale-table .table td {
    width: 30%;
    padding: 0.5rem;
}

.guarantee ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guarantee li {
    color: #797979;
    margin-bottom: .4em;
    font-size: 14px;
}

.guarantee li svg {
    margin-right: .5em;
	color: #797979;
}

.bundle-availability span.out-of-stock {
    font-size: 16px;
    margin-top: 0.5em;
}

/* Buttons */

/* Search Textbox */

#collapseSearch {
	border-bottom: 1px solid #f1f1f1;
}

#collapseSearch .row {
	padding-top: 10px;
	padding-bottom: 10px;
}

.button-search-section {
    background-color: #fff;
    padding: 5px 15px;
}

.input-search-products {
	border: 1px solid #ccc;
	border-radius: 0px;
    padding-right: 35px;
}

.input-search-products:focus {
	box-shadow: none;
}

.form-button .btn.btn-dark {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
	border-radius: 20px;
}

.form-button .btn.btn-outline-dark {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
	border-radius: 20px;
	}

.form-button .btn.btn-dark:hover:enabled, .form-button .btn.btn-outline-dark:hover:enabled, .upsell-section .btn.btn-dark:hover:enabled, .upsell-section .btn.btn-dark:hover:enabled {
    opacity: 0.4;
	
	
}

.description{
    margin-top: 2em;
    text-align: left;
}

.description img {
    border-radius: 4px;
}

.description img, .description iframe {
    max-width: 100%;
}

.description p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.description .table.table-bordered {
    font-size: 12px;
    color: #000000;
}

.description table th, .description table td {
    border: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top;
}

.description table {
    border: 1px solid #dee2e6;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
}

.description ul {
    padding-left: 2em;
    font-size: 14px;
}

.description ol {
    padding-left: 1.7em;
    font-size: 14px;
}

.description ol li {
    padding-left: .4em;
}

.form-button.sticky {
    display: block;
}

/* Image gallery */

.image_wrapper img, .carousel-item img, .carousel-thumbnails li img {
    border-radius: 0px;
}

.bundle-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.carousel-thumbnails li img {
    width: 100%;
	height: 100%;
    object-fit: contain;
    object-position: center;
}

.carousel-thumbnails li:last-child {
    margin-right: 0em;
}

ol.carousel-thumbnails {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0.5em;
    text-align: left;
}

.carousel-thumbnails {
    list-style: none; /* Remove default list styling */
    padding: 0;
    margin: 0;
    display: flex; /* Use flexbox for alignment */
    flex-wrap: wrap; /* Allow items to wrap onto the next line */
    gap: 0.78em; /* Space between thumbnails */
}

.carousel-thumbnails li {
    width: 100px; /* Set fixed width */
    height: 100px; /* Set fixed height */
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex; /* Center content */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    overflow: hidden; /* Hide overflow if images are larger */
    border: 2px solid transparent; /* Default border style */
    border-radius: 0px; /* Optional: rounded corners */
    transition: border-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

.carousel-thumbnails li:hover {
    border-color: #f26822; /* Change border color on hover */
    transform: scale(1.05); /* Slightly enlarge thumbnail on hover */
}

.carousel-thumbnails img {
    width: 100%; /* Make image fill the container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove default inline space */
}
}

/* Custom radio button container */
.box-radio-option {
    border: 0;
    padding-top: 0;
    position: relative;
}

/* Hide native input controls */
.box-radio-option input {
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    height: 50px;
    width: 1px;
}

/* Hide native appearance of radio buttons */
.box-radio-option input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

/* Style for radio and checkbox inputs */
.box-radio-option input[type="checkbox"], .box-radio-option input[type="radio"] {
    margin: 0 10px 0 0;
    padding: 0;
    width: auto;
}

/* Style for text and date inputs */
.box-radio-option input[type="date"], .box-radio-option input[type="text"], .box-radio-option input[type="datetime-local"] {
    position: unset;
    overflow: unset;
    height: auto;
    width: 100%;
}

/* Style for checked radio button label */
.box-radio-option input[type='radio']:checked+label {
    background-color: #f26822;  /* Background color for checked state */
    border-color: #f26822;      /* Border color for checked state */
    color: #ffffff;             /* Text color for checked state */
}

/* Default style for labels */
.box-radio-option label {
    padding: 1rem;           /* Padding inside the box */
    line-height: 1.2;        /* Line height for better readability */
    margin: 8px 2px 0px 0;   /* Margin around the box */
    font-weight: 350;        /* Font weight */
    position: relative;      /* Positioning context */
    display: inline-block;   /* Fit content width */
    font-size: 1rem;         /* Font size, using relative units */
    font-style: normal;      /* Font style */
    border: 1px solid #eee;  /* Border color */
    box-sizing: border-box;  /* Include padding and border in width/height */
    text-align: center;      /* Center text horizontally */
    color: #222323;          /* Text color */
    border-radius: 4px;      /* Rounded corners */
    max-width: 100%;         /* Ensure it does not exceed container width */
    transition: background-color 0.3s, border-color 0.3s; /* Smooth transition for hover effect */
}

/* Hover effect for labels */
.box-radio-option label:hover {
    background-color: #ddd; /* Change background color on hover */
    border-color: #ccc;     /* Change border color on hover */
}

/* Responsive adjustments */
@media (max-width: 700px) {
    .box-radio-option label {
        font-size: 0.875rem; /* Slightly smaller font size on smaller screens */
        padding: 0.5rem;     /* Reduced padding for smaller screens */
    }
}


.box-radio-option label.disabled:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-color: #cecece;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-radio-option label.disabled {
    color: #cecece;
}

label[for] {
    cursor: pointer;
}

.select-option {
    margin-bottom: 1em;
}

.select-option.form-control {
    height: calc(2em + .75rem + 2px);
}

.select-option label {
    padding: 0 0 0 5px;
    margin: 1.5em 0 1em 0;
    width: 100%;
    border: none;
    text-align: left;
}



/* Custom swatch */
.swatch-option-selector {
	margin: 0;
    padding: 0;
}

.swatch-label {
	padding: 0 !important;
    min-width: 1rem !important;
    border: none !important;
}

.swatch-label.swatch-active {
	border: 1px solid #ee4d2d !important;
	border-radius: 50% !important
}

.swatch-inner-wrapper {
	display: flex;
	padding: 2px;
}

.swatch-bg-holder {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	padding: 2px;
}
/* End custom swatch */

/* Error */

.error{
	display: block
}

.error_show{
	background-color: rgba(255, 0, 0, 0.1);
	border: 1px solid #ff7a7a;
	padding: 10px 35px 15px 20px;
	border-radius: 4px;
}

/* End of Error */

/* Quantity selector */

.product-quantity-input, .bundle-quantity-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-quantity-button, .bundle-quantity-button {
    outline: none;
    cursor: pointer;
    border: none;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .1s cubic-bezier(.4,0,.6,1);
    transition: background-color .1s cubic-bezier(.4,0,.6,1);
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 2px;
    background: transparent;
    color: rgba(0,0,0,.8);
    width: 32px;
    height: 32px;
}

.product-quantity-form, .bundle-quantity-form {
    width: 50px !important;
    height: 32px !important;
    position: unset !important;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 400;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: text;
    border-radius: 0;
    -webkit-appearance: none;
}

.product-quantity-button:first-child, .bundle-quantity-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-quantity-button:nth-last-child(2), .bundle-quantity-button:nth-last-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.product-quantity-button:last-child, .bundle-quantity-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#bundles .bundle-quantity , #bundles .bundle-quantity-button.disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.stock-quantity {
    margin-left: 1em;
    font-size: 12px;
    color: #888;
}

/* Product rating */

section.product-ratings {
    padding-bottom: 5rem;
}

.product-ratings .list-group .product-rating:nth-child(1):not(:last-child) {
    padding-bottom: 2em;
}

.product-ratings .list-group .product-rating:not(:nth-child(1)) {
    padding-top: 2em;
    padding-bottom: 2em;
}

.product-ratings .list-group .list-group-item {
    border: none;
}

.product-ratings .list-group .product-rating:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.customer-name {
    margin-bottom: 0;
    font-size: 12px;
}

.customer-name .check-circle {
    color: #28a745;
}

.customer-review-date {
    font-size: 8px;
}

.product-rating .customer-rating {
    font-size: 10px;
    color: #f26822;
}

.customer-rating .star-given {
    fill: #f26822;
}

.customer-text {
    margin-top: .1rem;
}

/* --- */

.form-button {
    margin-top: 1em;
}

.product-excerpt {
    margin-top: 1em;
}

/* Cart page */

section.cart-page {
    margin-bottom: 2em;
    min-height: 78vh;
}
.cart .table img {
    width: 50px;
}

table.cart-table.table-sm td, table.cart-table.table-sm th {
    padding: 1rem 0.3rem;
}

table.cart-table .form-group, table.cart-table {
    margin-bottom: 0;
}

table.table.cart-table td {
    vertical-align: middle;
}

.cart td input {
    width: 50px;
    text-align: right;
}

.form-control.cart-quantity-form {
    display: unset;
    margin: 0 auto;
    text-align: center;
}

a.cart-item {
    color: #000000;
}

a.cart-item:hover {
    color: #000000;
    text-decoration: underline;
}

.cart .trash {
    font-size: 16px;
}

.cart .trash:hover {
    text-decoration: none;
}

/* Button Styles */
.cart-action .btn.btn-dark {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.cart-action .btn.btn-outline-dark {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
}

/* Responsive Margin Styles */
.element {
    margin-left: 20px; /* Default margin-left */
}

/* Medium screens (e.g., tablets) */
@media (min-width: 768px) {
    .element {
        margin-left: 30px;
    }
}

/* Large screens (e.g., desktops) */
@media (min-width: 992px) {
    .element {
        margin-left: 40px;
    }
}

/* Extra-large screens (e.g., large desktops) */
@media (min-width: 1200px) {
    .element {
        margin-left: 50px;
    }
}
}

.cart-action .btn.btn-dark {
    display: block; /* Makes the button a block element to fit the container width */
    width: 100%; /* Ensures the button takes up the full width of its container */
    box-sizing: border-box; /* Includes padding and border in the button's total width and height */
    padding: 12px; /* Adds padding inside the button; adjust as needed */
    text-align: center; /* Centers text inside the button */
    border-radius: 30px; /* Optional: gives the button rounded corners */
    background-color: #000000; /* Default background color */
    color: #fff; /* Default text color */
    font-size: 16px; /* Adjust font size as needed */
    transition: opacity 0.3s ease; /* Smooth transition effect for hover */
	
}

.cart-action .btn.btn-dark:hover {
    opacity: 0.9; /* Slightly reduces opacity on hover for a visual effect */
    background-color: #f26822; /* Optional: darker background color on hover */
	border-color: #f26822;
    color: #fff; /* Keeps text color consistent on hover */
}

/* Optional: Responsive adjustments */
@media (max-width: 767px) {
    .cart-action .btn.btn-dark {
        font-size: 14px; /* Adjust font size for smaller screens */
        padding: 10px; /* Adjust padding for smaller screens */
    }
}
}

.cart-action .continue-cart {
    margin-right: 0.5em;
}

.cart-action .checkout-cart {
    margin-top: 0.8em;
}

p.shipping-instruction {
    padding: 0 2em;
    font-size: 14px;
}

a.continue-shopping {
    font-size: 14px;
    text-decoration: underline;
    font-style: italic;
	
}

label.cart-extra-info {
    font-size: 13px;
    margin: 0;
}

label.cart-extra-info-mobile {
    margin-bottom: 1.5em;
}

img.cart-list-thumbs {
    max-width: 60px;
    border-radius: 4px;
    margin-right: 1.5em;
}

.btn.btn-outline-dark {
    letter-spacing: 0;
	border-radius: 20px;
	font-size: 12px;
}

.btn-delete-cart {
    float: left;
    width: fit-content;
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
}

.btn-checkout {
    background: #000000;
    color: #ffffff;
	
}

.small-feather {
    width: 16px;
    height: 16px;
    padding-bottom: 3px;
}

section.cart-page table th {
    border-bottom: 0;
}

.cart-info {
    padding: 0;
    margin-bottom: 0em;
}

/* Cart empty state */

.empty-cart-list-thumbs {
    width: 60px;
}

/* Footer */

.footer {
    font-size: 0.8rem;
    border-top: 0px solid #f5f5f5;
	color: #fff;
    background: #000000;
    padding: 2em 0;
}

.footer p {
    margin-bottom: 0;
}

p.credit {
    display: inline-block;
}

p.powered {
    display: inline-block;
}

ul.payment-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.payment-icons li {
    display: inline-block;
    margin-right: 2px;
}

/* Footer menu */

ul.footer-nav, ul.footer-sc {
    list-style: none;
    margin: 0;
    padding: 0 0 1em 0;
    text-align: center;
}

.footer-nav li, .footer-sc li {
    display: inline-block;
    margin-right: 1em;
    text-transform: capitalize;
}

.footer-nav li:last-child, .footer-sc li:last-child {
    margin-right: 0;
}

.footer-nav li a:hover {
    text-decoration: none;
}

.sc-feather {
    width: 18px;
    height: 18px;
}

/* 404 */

.huge {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}

/* Whatsapp */

.whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}

.whatsapp-btn {
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
}

.whatsapp-btn svg {
    fill: #fff;
    width: 28px;
    height: 28px;
}

.whatsapp-btn:hover {
    background-color: #009839;
}

.whatsapp-btn:focus {
    background-color: #444;
    color:#fff;
}

/* Social proof */

.social-proofs {
    position: fixed;
    width: auto;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.social-proof {
    margin-left: 1em;
    margin-bottom: 1em;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px 0 #f1f1f1;
    width: 280px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.social-proof .box-content {
    font-size: 12px;
}

.notification-content {
    flex: 1;
    margin-left: 1em;
    margin-right: 1em;
    padding: 1.3em 0;
}

.social-proof .notification-close {
    align-self: start;
    margin-top: 5px;
    order: 2;
    padding: 10px 15px 10px 10px;
    z-index: 9;
}

.social-proof .notification-close:hover, .social-proof .notification-close:focus {
    cursor: pointer;
}

.notification-content a.product-link:hover, .notification-content a.product-link:focus {
    color: #000000;
}

.social-proof a.verified-link {
    color: #6c757d;
}

.social-proof a.verified-link:hover {
    text-decoration: underline;
}

.slide-in {
    animation: slideIn 1s forwards;
}

@keyframes slideIn {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 991px) {

	.nav-collapse-icon {
		width: 20%;
    }

	.nav-logo-icon {
        width: 60%;
		text-align: center;
	}

	.nav-search-cart-icon {
		width: 20%;
		text-align: right;
	}

    .navbar-collapse.show {
        right: 0;
    }

    .navbar-collapse .nav-item:first-child .nav-link:first-child {
        padding-top: 0;
    }

    .navbar-collapse .nav-item:last-child .nav-link:last-child {
        padding-bottom: 0;
    }

    /* homepage navbar */
    .navbar-bg {
        background-color: ;
        opacity: 0.9;
    }

    #myNavbar .navbar-nav {
        margin-left: 0 !important;
    }

    .navbar-nav li {
        text-align: left;
    }

	#myNavbar .dropdown-menu {
        width: 100%;
        padding: 0 !important;
    }

}

/* Mobile css */

@media (max-width: 576px) {

    .header {
        margin-bottom: 0;
    }

	.nav-collapse-icon {
		width: 20%;
        line-height: 0;
    }

    .header .navbar-collapse {
        padding-top: 1.25rem;
    }

    .header-store-name .navbar-collapse {
        padding-top: 1rem;
    }

	.nav-logo-icon {
        width: 60%;
		text-align: center;
	}

    .navbar-brand {
        padding-right: 0px;
        white-space: normal;
    }

    .navbar-brand img {
        max-height:60px;
    }

	.nav-search-cart-icon {
		width: 20%;
		text-align: right;
	}

    /* Dropdown menu */
	
	#myNavbar .dropdown-menu {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }

    #myNavbar .submenu.dropdown-menu {
        margin-left: 100px !important;
    }

    .dropdown-align {
        text-align: center;
    }

    .dropdown-align-left {
        text-align: left !important;
    }

    .dropdown-width {
        width: 100%;
    }

	/* Search icon */

    .search {
		margin-top: -5px;
        padding: 0.5rem 0.5rem;
    }

    #modalSearch .modal-dialog {
        margin: 0
    }

    #modalSearch .input-search-section {
        max-width: 100%;
    }

    .products {
        margin-top: 0em;
    }

    .product .title {
        margin-top: 0;
    }

    h1.section-title, h2.section-title {
        margin-top: 1em;
    }

    section.home, section.product {
        margin-top: 0em;
    }

    section.home {
        margin-top: 1em;
    }

    section.related-products {
        padding: 0px 7px;
    }

    .carousel-item img, .image_wrapper img {
        border-radius: 0;
    }

    .product-details {
        padding: 20px 7px;
    }

    .product-details .price {
        padding: 0;
        background: none;
        margin-top: .5em;
    }

    .nav {
        display: none;
    }

    .bundle-thumbnail {
        width: 80px;
        height: 80px;
    }

    /* Cart */

    .cart {
        padding: 0;
		margin-top: -5px;
    }

    .cart-badge {
        top: -8px;
    }

    .cart-action .btn {
        width: 100%;
        margin-bottom: 1em;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

/* Banner styles */
.large-banner, .featured-banner {
    margin-bottom: 1rem; /* Consistent spacing for banners */
}

/* Heading styles */
h2.section-title {
    margin-top: 1rem; /* Space above section titles */
    margin-bottom: 1rem; /* Space below section titles */
}

/* Menu styles */
.top-menu {
    margin-bottom: 0; /* No margin below the top menu */
}

/* Responsive adjustments */
@media (max-width: 700px) {
    .large-banner, .featured-banner {
        margin-bottom: 0.5rem; /* Reduced margin on smaller screens */
    }
    
    h2.section-title {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

    div#bundles .card-header p {
        font-size: 14px;
    }

    .product {
        padding-bottom: 0;
    }

    ol.carousel-thumbnails {
        padding: 0 20px;
    }

    .carousel-thumbnails li {
        width: 50px;
        height: 50px;
        margin-right: 0.78rem;
        margin-bottom: 0.78rem;
        border: none;
    }

	/* .carousel-thumbnails li:last-child {
	    margin-top: 1rem;
    } */

    .slider-wrapper{
        padding:0;
    }

    h1.title {
        margin-bottom: 0;
    }

    .product-card.flex-4, .product-card.flex-3, .product-card.flex-2 {
        flex: 1 44%;
        padding: 2%;
    }

    .checkout-padding {
        padding-bottom: 6em !important;
    }

    img.cart-list-thumbs {
        max-width: 40px;
        margin-right: 0;
    }

    .empty-cart-list-thumbs {
        width: 40px;
    }

    .btn-delete-cart {
        display: unset;
    }

    a.btn-box {
        width: 100%;
        margin-bottom: 1em;
    }

    table.table.cart-table td {
        vertical-align: top;
    }

    .cart-info {
        text-align: center;
        padding: 0;
    }

    .cart-action {
        font-size: 16px;
    }

    .cart-action .continue-cart {
        margin-right: 0;
    }

    .cart-action .checkout-cart {
        margin-top: 0;
		padding: 9px 10px;
    }

	.default-checkout button.checkout-cart {
		padding: 12px 20px;
	}

    .sticky-checkout {
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        padding: 10px;
        border-top: 1px solid #eee;
    }

    .sticky-checkout .btn {
        margin-bottom: 0;
    }

    table.table.cart-table {
        margin-bottom: 0;
    }

    .form-control.cart-quantity-form {
        padding: 0;
        width: 50px;
        font-size: 12px;
    }

    .description {
        margin-top: 0;
    }

    .description p, .description ul, .description ol, .product-excerpt {
        font-size: 16px;
    }

    .footer {
        padding: 1em 0;
    }

    p.credit, p.powered {
        display: block;
        margin-bottom: 0;
    }

    hr.footer-hr {
        display:none;
    }

    .brd {
        border-right: 1px solid #f1f1f1;
		
		
    }
/* Sticky form button styling */
.form-button.sticky {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff; /* Adjust background color as needed */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
}

/* Button styling */
.form-button .btn {
    font-size: 14px; /* Adjust font size as needed */
	border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px; /* Adjust height as needed */
    text-align: center;
    width: 100%; /* Ensure buttons fit the container */
    box-sizing: border-box; /* Include padding and border in the width/height calculations */
}

/* Outline button styles */
.form-button .btn-outline-dark {
    border: 1px solid #343a40;
    color: #343a40;
	
}

.form-button .btn-outline-dark:hover {
    background-color: #343a40;
    color: #fff;
}

/* Button block styling to fit container width */
.form-button .btn-block {
    width: 100%;
}

/* Utility classes */
.d-md-none {
    display: block;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none;
    }
}

/* Additional classes */
.default {
    /* Additional styling for default button type */
}

.brd {
    border-right: 1px solid #ddd;
}

.col-3, .col-6, .col-9, .col-12 {
    padding: 0;
}

/* Adjust icon spacing */
.btn i {
    margin-right: 8px; /* Adjust space between icon and text */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 575.98px) {
    .form-button .btn {
        font-size: 12px; /* Adjust font size for small screens */
        height: 35px; /* Adjust height for small screens */
    }

    .select-option label {
        font-size: 16px;
    }

    #whatsapp-icon, #a2c-icon {
        display: block;
        margin: 0 auto;
        margin-bottom: 2px;
    }

    #whatsapp-icon {
        fill: #ffffff;
    }

    .whatsapp-mobile {
        margin-bottom: 2.5em;
    }

    span.product-price {
        font-size: 1.125rem;
    }

    .whatsapp-btn {
        width: 40px;
        height: 40px;
    }

    .whatsapp-btn svg {
        width: 22px;
        height: 22px;
    }

    p.option-name {
        margin-top: 3px;
        font-size: 16px;
    }

    .card.card-body.top-menu {
        border: 1px solid #161618;
        padding: 1.25rem;
        margin-top: 1em;
    }

    .navbar-nav li {
        letter-spacing: 0.1em;
        text-transform: uppercase;
        text-align: center;
        padding: 0 10px;
    }

    .upsell-section {
        margin: 1em 0;
    }

    .prev-page, .next-page {
        width: 49%;
        display: inline-block; /* Ensure that they fit in a row */
        box-sizing: border-box;
    }

    .prev-page {
        float: left;
    }

    .next-page {
        float: right;
    }
}

/* Ensure elements fit within containers on all screen sizes */
.container {
    width: 100%;
    max-width: 1200px; /* Adjust max-width as needed */
    margin: 0 auto;
    padding: 0 15px; /* Adjust padding as needed */
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; /* Adjust for gutters */
}

.col-3, .col-6, .col-9, .col-12 {
    padding: 0 10px; /* Adjust for gutters */
	margin-top: 1em;
    box-sizing: border-box;
}


}

	/* Social proof */

    .social-proofs {
        width: 100%;
    }

	.social-proof {
        width: 100%;
        margin: 0;
        border-radius: 0;
        z-index: 3;
	}

	.social-proof .box-content {
        text-align: center;
	}
}

/* Footer UNIKLPROUD */

/* Styling for the new "text with icons" section */
.closing-footer {
    background-color: #AE1930; /* Background color matching the style in the inline CSS */
    padding: 20px 0; /* Spacing above and below the section */
    color: #ffffff; /* Text color */
	
}

.text-with-icons {
    color: var(--color-text, #ffffff); /* Use CSS variable for text color with a fallback */
}

.text-with-icons__inner {
    display: flex;
    justify-content: space-between; /* Space out the blocks evenly */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.text-with-icons__block {
    flex: 1 1 22%; /* Flex-grow, flex-shrink, and base width */
    margin: 10px; /* Spacing between blocks */
    text-align: center; /* Center align text within blocks */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.text-with-icons__icon img {
    max-width: 100%; /* Ensure icons are responsive */
    height: auto; /* Maintain aspect ratio */
}

.text-with-icons__block-content h6 {
    margin: 0px 0 0; /* Margin for heading, top only */
    font-size: 16px; /* Font size for headings */
    font-weight: 250; /* Normal font weight */
    line-height: 1.4; /* Line height for readability */
}

/* Responsive styling */
@media (max-width: 768px) {
    .text-with-icons__inner {
        flex-direction: column; /* Stack blocks vertically on smaller screens */
		
		
    }

    .text-with-icons__block {
        flex: 1 1 100%; /* Full width blocks on smaller screens */
        margin: -6px 0; /* Adjust margin for vertical stacking */
		
    }
}

/*End of Footer UNIKLPROUD */








/* End of default theme settings */

/* Temporary Css */

#u_content_button_1 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; } #u_content_button_2 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; } #u_content_button_3 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; } #u_content_button_4 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; } #u_content_button_5 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; } #u_content_button_6 a:hover { color: #FFFFFF !important; background-color: #3AAEE0 !important; }
.u-row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
}

.u-row .u-col {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.u-row .u-col.u-col-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.u-row .u-col.u-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .u-row:not(.no-stack) {
        flex-wrap: wrap;
    }

    .u-row:not(.no-stack) .u-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.layout-mobile {
    .u-row:not(.no-stack) {
        flex-wrap: wrap;
    }

    .u-row:not(.no-stack) .u-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* End of Temporary Css */

/* Custom CSS */





/* End of custom css */

/* Insert your custom css below */