:root {
    --whiteColor: #ffffff;
    --greyColor: #303030; 
    --lightGreyColor: #757575; 
    --redColor: #ED1C24; 
    --orangeColor: #fdb040; 
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.techmart-body {

}
.techmart-body .appLinkButton {
    max-width: 100%;
}

.techmart-body .container-fluid.homepage {
    padding-left: 9%;
    padding-right: 9%;
}
.grey-bg {
    background: #F6F6F6
}
.font-size-16 {
    font-size: 16px;
}
.font-size-13, .font-size-13 p {
    font-size: 13px !important;
}
.font-size-14, .font-size-14 p {
    font-size: 14px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-10 {
    font-size: 10px !important;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-30 {
    font-size: 30px;
}
.line-height-16 {
    line-height: 16px;
}
.line-height-30 {
    line-height: 30px;
}
.rounded-button {
    border-radius: 30px !important;
    border: none !important;
}
.rounded-border {
    border-radius: 15px !important;
}
.rounded-button img {
    transition: all 300ms ease;
}
.price-line {
    font-family: "MM Headline", sans-serif;
    font-weight: normal !important;
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    width: fit-content;
}
.price-line .lineThorough {
    text-decoration: none !important;
}
.price-line::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    border-top: 1px solid currentColor;
    pointer-events: none;
}
.product-detail-price-holder {
    font-family: "MM Headline", sans-serif;
    font-weight: normal !important;
    font-size: 48px !important;
}
/*Fonts*/
.montserat-normal {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}
.montserat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: bold;
}
.mm-headline {
    font-family: "MM Headline", sans-serif;
    font-optical-sizing: auto;
}

/* Colors*/
.background-red {
    background: var(--redColor) !important;
}
.background-white {
    background-color: var(--whiteColor) !important;
}
.background-cream {
    background: linear-gradient(180deg,rgba(237, 237, 237, 1) 0%, rgba(221, 218, 212, 1) 100%);
}
.color-white {
    color: var(--whiteColor) !important;
}
.color-red {
    color: var(--redColor) !important;
}
.color-grey {
    color: var(--greyColor) !important;
}
.color-light-grey {
    color: var(--lightGreyColor) !important;
}
.background-grey {
    background: var(--greyColor) !important;
}
.menu-icon-dim {
    width: 30px;
    height: 30px;
}
/* Common */
.headerSpacer {
    height: 90px;
}
.siteLogoSvg {
    max-height: 40px;
    opacity: 0;
    animation: fadeIn 1s forwards;
}

/* Header */
.site-header {
    height: 75px;
    font-size: 14px;
    transition: 0.3s ease-out;
}
.site-header a:hover {
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease-out;
}
.cart-count {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 11px;
}
.header-search .searchContainer, 
.mobile-search .searchContainer {
    width: 100%;
    height: 80%;
    position: relative;
    top: 12%;
}
.mobile-search .searchContainer {
    height: 40px;
}
.header-search .searchButton,
.mobile-search .searchButton {
    background: none;
    color: var(--greyColor) !important;
    margin-top: -3px;
}
.header-search input {
    padding-bottom: 0 !important;
    height: 22px !important;
}
.mobile-search {
    width: 100%;
    height: 50px;
    background: #fff;
    position: relative;
    top: 12px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
    display: none;
}

/* Main menu */
.header-main-menu .categoryMenuWrapper {
    position: fixed;
    top: 74px;
    left: 2%;
}
.header-main-menu a {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}

/*Slider template*/
.slider-title {
    border-top: 2px solid var(--orangeColor) !important;
}
.picture-container {
    /* height: 250px; */
}
.picture-container img{
    max-height: 90% !important;
    max-width: 90% !important;
    transition: all 300ms ease;
}
.picture-container img:hover {
    transform: scale(1.1);
}
.picture-container a {
    height: 220px;
}
.picture-container .tags {
    z-index: 4;
}
.category-images {
    max-height: 150px;
    max-width: 100%;
}
.sticker-absolute {
    top: 20px;
    right: 0px;
    z-index:100;
}
.listing-icon {
    height: 55px !important;
    max-width: inherit !important;
    margin-top: 20px !important;
}
#productDetailsWrapp .listing-icon {
    height: 110px !important;
    max-width: 150px !important;
    margin-top: 0px !important;
}
.rounded-button:hover {
    text-decoration: none;;
}
.rounded-button:hover img {
    transform: scale(1.2);
}
.button-icon {
    width: 20px;
    margin-right: 8px;
}
.cents {
    font-size: 18px;
    position: relative;
    top: -11px;
}
.detailsPrices .cents {
    top: -18px;
    font-size: 18px;
}
.tags-list {
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 20px;
    box-shadow: 1px 1px 4px #424242;
    clip-path: polygon(0px 0px, 100% 0px, 83.93% 98.13%, 0px 100%);
    text-align: left;
    margin-bottom: 3px;
}
.promo-tag {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px 22px;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}
.orange-tag {
    background:#ffa906;
    color: #fff;
    max-width: 80px;
    font-weight: bold;
    margin-left: 4px;
}
.min-product-height {
    height: 625px;
}
.slider-container .slick-dots {
    bottom: -40px;
}
.slider-container .slick-dots {
    position: relative !important;
    margin-top: 20px;
    bottom: 0 !important;
}

/*Brands*/
.brands-banner {
    height: 90px;
     border-radius: 20px;
}
.brands-banner img {
    max-height: 100%;
    max-width: 100%;
}

/*Footer*/
.newsletter-bg {
    background-image: url('/assets/techmart/img/footer_dots.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.border-red {
    border: 1px solid var(--redColor) !important;
}
.border-light-grey {
    border: 1px solid #d6d6d6;
}
.border-top-red {
    border-top: 1px solid var(--redColor);
}
.border-bottom-red {
    border-bottom: 1px solid var(--redColor);
}
.mobile-app-bg {
    background-image: url('/assets/techmart/img/mobile_app_background.jpg') !important;
    background-size: auto 100%;
    background-repeat: no-repeat !important;
}
.app-link-button {
    width: 40%;
}
.scrollToTop {
    bottom: 96px !important;
    right: 20px !important; 
}
.footer-banner-border {
    border: 1px solid  #f2f2f2;
    border-top: 1px solid #ED1C24 
}
.black-banner-icon {
    width: 70px;
}
.footer-banner-border p {
    margin: 0;
}
.footer-menu {
    list-style: none;

}
.footer-menu, .footer-menu a {
    color: #757575;
}
.footer-border-bottom {
    border-bottom: 1px solid #bbbbbb;
}
.grey-border-top {
    border-top: 1px solid #c1c1c1;
}
.ornge-border-top {
    border-top: 1px solid  var(--orangeColor);
}
.grey-border-right {
    border-right: 1px solid #c1c1c1;
}
.new.sideFilter {
    height: auto;
    margin-bottom: auto;
}
.new.sideMenuHolder {
    border: none;
}
.new.sideMenuHolder .form-group {
    background: #fff;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 0px !important;
}
.list-switcher .form-control {
    border-radius: 22px;
    height: 45px;
}
.list-pagination a {
    border: none !important;
    font-size: 14px;
}

.recommended-description-span:hover .recommended-description {
    display: block;
}
.recommended-description {
    position: absolute;
    font-size: 12px;
    text-align: left;
    background: #fafafa;
    display: none;
    z-index: 5;
    left: 0;
    padding: 7px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
}
.margin-badge {
    /* background-image: url(/assets/techmart/img/icon_difference.svg); */
    background-color: #ED1C24;
    width: 90%;
    left: 5%;
    border-radius: 15px;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0px;
    color: #fff;
    font-weight: bold;
    padding-left: 13px;
    padding: 4px;
    text-align: center;
    font-size: 12px;
}

.product-images .slick-slider {
    margin-bottom: 0;
}
.product-images .smallImageContainer {
    border: 0;
}
.icon-button {
    background: var(--redColor);
    border-radius: 25px;
    border: 1px solid  var(--redColor);
}
.icon-button-dark {
    background: var(--greyColor);
    border-radius: 25px;
    border: 1px solid  var(--greyColor);
}
.icon-button-img {
    width: 26px;
    position: relative;
    z-index: 2;
}
.icon-button-img-mini {
    width: 20px;
    position: relative;
    z-index: 2;
}
.icon-button-text {
    border-radius: 25px;
    background: #fff;
    z-index: 1;
}
.dark-button {
    border-radius: 25px;
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.dark-button:hover {
    text-decoration: none;
    color: #fff;
}
.red-new-button {
    border-radius: 25px;
    background: var(--redColor);
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.red-new-button:hover {
    text-decoration: none;
    color: #fff;
}
.product-details-icons img {
    max-height: 55px;
    max-width: inherit !important;
}
.break-word  {
    word-break: break-word;
}
.border-radius-20 {
    border-radius: 20px !important;
}
/* .ckbox {
    display: flex;
    align-items: baseline;
} */
.ckbox label {
    line-height: 22px;
    font-size: 16px;
}
.form-control {
    border-radius: 25px !important;
}
.site-checkout-cnt .user-choice-holder, .site-checkout-cnt .guest-checkout-form   {
    background: none !important;
    border: none !important;
}
.site-checkout-cnt .shopping-cart-items {
     border: none !important;
}
.sidecart-container .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}
.no-border {
    border: none !important;
}
.htmlSitemap {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 14px;
}
.categoryImage {
    max-width: 100%;
}
.related-plus-sign {
    font-size: 60px;
    color: var(--redColor);
    position: absolute;
    left: 49%;
    top: 37%;
}
.newProductsHolder {
    height: 410px !important;
}
.site-header .searchContainer  {
    border: 1px solid var(--redColor) !important;
}
.header-banner .bannerLoading, 
.header-banner .bigBanner img,
.header-banner video,
.homepage .listBannerLeft img,
.homepage .listBannerRight img,
.homepage .homepageMidBanner img,
.homepage .homepageMidBanner video {
    border-radius: 15px;
}
.homepage-mid-banners {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.homepageMidBanner {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
}
.homepageMidBanner img,
.homepageMidBanner video {
    width: 100%;
    display: block;
}
.homepageMidBanner video {
    pointer-events: none;
}
.homepageMidBanner video::-webkit-media-controls {
    display: none;
}
.header-banner .slick-dots {
    position: relative;
}
.brands-dropdown {
    position: fixed;
    background: #f2f2f2;
    padding: 15px;
    width: 100%;
    top: 74px;
    right: 0px;
    z-index: 1;
    display: none;
}
.brands-dropdown .brands-title{
    display: none;
}
.brands-dropdown .brand-logo{
    width: 32% !important;
}
.price-currency {
    font-size: 16px;
}
.grid-prices {
    font-size: 34px;
    font-family: "MM Headline", sans-serif;
    font-weight: normal !important;
    display: flex;
    justify-content: space-around;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}
.grid-prices.color-grey {
    justify-content: center;
    width: 100%;
}
.grid-prices.color-grey .lineThorough {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    text-decoration: none !important;
}
.grid-prices.color-grey .lineThorough::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    border-top: 1px solid currentColor;
    pointer-events: none;
}
.h-30 {
    height: 30%;
}
.h-35 {
    height: 35%;
}
.h-45 {
    height: 45%;
}
.h-40 {
    height: 40%;
}
.h-20 {
    height: 20%;
}
.h-15 {
    height: 15%;
}
#productDetailsWrapp .online-promotion-icon {
    max-height: 75px;
}
.picture-container .listing-icon {
    height: 60px !important;
    max-width: 100% !important;
}
#productDetailsWrapp .sticker img {
    max-width: 200px !important;
}
.min-product-height .break-word a {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 80px;
    display: block;
    line-height: 21px;
}
.homepage-seo-article-text {
    color: var(--lightGreyColor);
    line-height: 1.7;
}
.homepage-seo-article-text p {
    margin-bottom: 0.75em;
}
.homepage-seo-article-text p:last-child {
    margin-bottom: 0;
}