body {
    font-size: 16px;
    font-family: 'Montserrat';
}

.CartItemContainer {
}

    .CartItemContainer > div {
        min-height: 70px !important;
        min-height: fit-content !important;
    }

.side-nav-icons {
    color: #fff;
    height: 42px;
}

.sidebar-link-text {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.sidenav-minor {
    height: 42px;
}

.image-button {
    width: 70%;
    background: rgb(238,52,63);
    border-radius: 0px;
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    color: rgb(255,255,255);
    font-weight: bold;
    border: none;
}

    .image-button :hover {
        border: none;
    }

    .image-button:active {
        background: rgb(255,255,255) !important;
        color: rgb(0,0,0) !important;
        border: 1px solid rgb(238,52,63) !important;
        transition: 0.1s;
    }

    .image-button : {
        width: 70%;
        background: rgb(238,52,63);
        border-radius: 0px;
        font-size: 12px;
        padding-top: 10px;
        padding-right: 16px;
        padding-bottom: 10px;
        padding-left: 16px;
        color: rgb(255,255,255);
        font-weight: bold;
    }

.h1-home {
    font-size: 70px;
    font-family: 'Montserrat';
    font-weight: bold;
}

h1 {
    font-size: 45px;
    font-family: 'Montserrat';
    font-weight: bold;
}

h2 {
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: bold;
}

h3 {
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: normal;
}

h1-home {
    font-size: 70px !important;
}

.h5-dark {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
}

.h5-reg {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #000;
}

.h5-light {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #898989;
}

.pbold {
    font-weight: bold;
}

.pbasic {
    font-weight: normal;
}

.dooperbtn-wide {
    margin-top: 20px;
    width: 100%;
    background: rgb(238,52,63);
    border-radius: 0px;
    color: rgb(255,255,255);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border: solid 1px rgb(238,52,63);
}

    .dooperbtn-wide :hover {
        border: none;
    }

    .dooperbtn-wide:active {
        width: 100%;
        background: rgb(255,255,255) !important;
        color: rgb(238,52,63) !important;
        border: solid 1px rgb(238,52,63);
        transition: 0.1s;
    }

.dooperbtn-half {
    margin-top: 20px;
    width: 50%;
    background: rgb(238,52,63);
    border-radius: 0px;
    color: rgb(255,255,255);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border: solid 1px rgb(238,52,63);
}

    .dooperbtn-half :hover {
        border: solid 1px rgb(238,52,63);
    }

    .dooperbtn-half:active {
        width: 50%;
        background: rgb(255,255,255) !important;
        color: rgb(238,52,63) !important;
        border: solid 1px rgb(238,52,63);
        transition: 0.1s;
    }

.dooperbtn-fit {
    margin-top: 20px;
    background: rgb(238,52,63);
    border-radius: 0px;
    color: rgb(255,255,255);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border: solid 1px rgb(238,52,63);
}

.dooperbtn-invert {
    margin-top: 20px;
    background: rgb(255,255,255);
    border-radius: 0px;
    color: rgb(0,0,0);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border: 1px solid #ee343f;
}

.dooperbtn-zoom-minus {
    width: 100%;
    border: none;
    border: 1px solid #D6D6D6;
    border-right: none;
    background-color: white;
}

.dooperbtn-zoom-mid {
    border: none;
    border: 1px solid #D6D6D6;
    background-color: white;
    font-weight: bold;
    color: black;
}

.dooperbtn-zoom-plus {
    width: 100%;
    border: none;
    border: 1px solid #D6D6D6;
    border-left: none;
    background-color: white;
}

.dooperbtn-fit :hover {
    border: solid 1px rgb(238,52,63);
}

.dooperbtn-fit:active {
    background: rgb(255,255,255) !important;
    color: rgb(238,52,63) !important;
    border: solid 1px rgb(238,52,63);
    transition: 0.1s;
}

.dooperbtn-simple {
    margin-top: 20px;
    background: #fff;
    border-radius: 0px;
    color: rgb(238,52,63);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border: none;
}

    .dooperbtn-simple :hover {
        border: none;
    }

    .dooperbtn-simple:active {
        background: rgb(255,255,255) !important;
        color: rgb(238,52,63) !important;
        border: none;
        transition: 0.1s;
    }

.dooperbtn-invert {
    background-color: #fff;
}

.form-animate {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .form-animate > input {
        width: 100%;
        height: 100%;
        color: #4d4d4d;
        padding-top: 25px;
        padding-left: 15px;
        border: 1px solid #D6D6D6;
        outline: #fff;
    }

    .form-animate label {
        position: absolute;
        bottom: 0px;
        left: 15px;
        width: 100%;
        height: 100%;
        pointer-events: none;
        font-size: 11px;
        font-family: 'Montserrat';
    }

        .form-animate label::after {
            content: "";
            position: absolute;
            left: 0px;
            bottom: -1px;
            height: 100%;
            width: 100%;
            transform: translateX(-100%);
            transition: transform 0.3s ease;
            border: none !important;
        }

.content-name {
    position: absolute;
    bottom: 3px;
    left: 0px;
    transition: all 0.3s ease;
    color: transparent;
}

.form-animate > input:focus + .label-name .content-name,
.form-animate > input:valid + .label-name .content-name {
    transform: translateY(-80%);
    font-size: 13px;
    color: #000000;
}

.form-animate > input:focus, .form-animate:focus {
    outline: #fff;
    border: none;
}

    .form-animate > input:focus::placeholder {
        bottom: 5px;
        transition: all 0.3s ease;
    }

.form-animate > input::placeholder {
    left: 14px;
    position: absolute;
    font-size: 16px;
    bottom: 13px;
    transition: all 0.3s ease;
    color: #969696;
    font-family: 'Montserrat';
}

.product-share-btn {
    background-color: #ffffff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: none;
    margin-top: 15px;
    margin-right: 15px;
    color: rgb(159,159,159);
    transition: 0.2s ease;
}

    .product-share-btn:hover {
        background-color: gray;
        border-radius: 50px;
        /*height: 50px;
  width: 50px;*/
        border: none;
        /*margin-top: 15px;
  margin-right: 15px;*/
        color: rgb(238,52,63);
        transition: 0.2s ease;
    }

    .product-share-btn:focus {
        background-color: #ffffff;
        border-radius: 50px;
        /*height: 50px;
  width: 50px;*/
        border: none;
        /*margin-top: 15px;
  margin-right: 15px;*/
        color: rgb(238,52,63);
        box-shadow: none;
        transition: 0.2s ease;
    }





.image-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.btn-icon-right {
    color: #898989;
    font-size: 13px;
}

.btn-icon-left {
    color: #898989;
    margin-left: 50px;
    font-size: 13px;
}

.form-animate {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .form-animate > input {
        width: 100%;
        height: 100%;
        color: #4d4d4d;
        padding-top: 25px;
        padding-left: 15px;
        border: 1px solid #D6D6D6;
        outline: #fff;
    }

    .form-animate label {
        position: absolute;
        bottom: 0px;
        left: 15px;
        width: 100%;
        height: 100%;
        pointer-events: none;
        font-size: 11px;
        font-family: 'Montserrat';
    }

        .form-animate label::after {
            content: "";
            position: absolute;
            left: 0px;
            bottom: -1px;
            height: 100%;
            width: 100%;
            transform: translateX(-100%);
            transition: transform 0.3s ease;
            border: none !important;
        }

.content-name {
    position: absolute;
    bottom: 3px;
    left: 0px;
    transition: all 0.3s ease;
    color: transparent;
}

.form-animate > input:focus + .label-name .content-name,
.form-animate > input:valid + .label-name .content-name {
    transform: translateY(-80%);
    font-size: 13px;
    color: #000000;
}

.form-animate > input:focus, .form-animate:focus {
    outline: #fff;
    border: 1px solid #D6D6D6;
}

    .form-animate > input:focus::placeholder {
        bottom: 5px;
        transition: all 0.3s ease;
    }

.form-animate > input::placeholder {
    left: 14px;
    position: absolute;
    font-size: 16px;
    bottom: 13px;
    transition: all 0.3s ease;
    color: #969696;
    font-family: 'Montserrat';
}

.custom-select {
    position: relative;
    font-family: inherit;
    border: solid 1px #D6D6D6;
    background-color: #fff;
    width: 70%;
}

    .custom-select select {
        display: none;
    }

.select-selected {
    background-color: fff;
}

    /* style the arrow inside the select element: */

    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border-color: #000 transparent transparent transparent;
    }

    /* point the arrow upwards when the select box is open (active): */

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
        color: #000;
    }

/* style the items (options), including the selected item: */

.select-items div, .select-selected {
    color: #000;
    padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
    cursor: pointer;
    user-select: none;
    transition: 0.5s all ease;
}

/* style items (options): */

.select-items {
    position: absolute;
    background-color: #fff !important;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 99;
    width: 101%;
    color: #000;
    border: solid 1px #D6D6D6;
}

/* hide the items when the select box is closed: */

.select-hide {
    display: none;
    transition: 0.5s all ease;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0,0,0,0.1);
}

.btn-icon-right {
    color: #898989;
    font-size: 13px;
}

.btn-icon-left {
    color: #898989;
    margin-left: 50px;
    font-size: 13px;
}

.var-btn-right {
    background-color: #fff;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    padding: 5px 10px 5px 10px;
}

.var-btn-img-active {
    background-color: rgba(255,255,255,0.92);
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-left: none;
    border-right: none;
    padding: 5px 10px 5px 10px;
    display: initial;
}

.var-btn-img-inactive {
    display: none;
}

.var-btn-left {
    background-color: #fff;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: none;
    padding: 5px 10px 5px 10px;
}

.tab-unselected {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

    .tab-unselected:hover {
        color: #000;
        text-decoration: none;
    }

.brand-tab-selected:hover {
    color: #EE343F;
}

.brand-tab-selected {
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.social-links-round {
    background-color: #ffffff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin: 1vw;
}

.sort-buttons {
    font-size: 18px;
    color: black;
    border: 1px solid #D6D6D6;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
    width: 60%;
}

.sort-buttons-icons {
    color: #898989;
    /*margin-left: 35px;*/
    float: right;
    margin-top: 5px;
}

.sort-buttons:hover {
    color: #000;
}

.table-heads {
    width: 60%;
}

.status-active {
    width: 110px;
    height: 35px;
    background-color: #48D85E;
    border-radius: 5px;
}

.dropdown-menu {
    top: -2px !important;
}

.dropdown-toggle::after {
    display: none;
    border-bottom: 0px solid #fff !important;
}

.dropdown-menu.show {
    border-bottom: none;
    margin-top: -5px !important;
    border-top: 5px solid #fff !important;
}

.dropdown-toggle {
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    /*border-bottom: 1px solid #D6D6D6;*/
}

.drop-btn {
    border-bottom: 1px solid #D6D6D6;
}

.drop-btn-hide {
    border-bottom: none;
}

.icon-hide [aria-expanded = true] {
}

.dropdown-toggle .dropdown-angle::before {
    font-family: FontAwesome;
    content: "\f107";
}

.dropdown-toggle.show .dropdown-angle::before {
    font-family: FontAwesome;
    content: "\f106";
}

.table-custom-left {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: none;
}

.table-custom-right {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
}

.table-custom-mid {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
}

.social-links {
    text-decoration: none;
    color: #000000;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
}

    .social-links:hover {
        text-decoration: none;
        color: #000000;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 25px;
    }

.gen-icon {
    color: #898989;
    text-decoration: none;
}


#CheckoutButtonContainerCatalogueContainer {
    padding-bottom: 15px;
}



.product-discount-banner {
    background-color: #ee343f;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: fit-content;
    border-radius: 5px;
}


#productSearchIconSvg {
    height: 25px;
    width: 25px;
}




#ProductPriceDiscounted {
    text-decoration: line-through;
    color: #898989;
    margin-bottom: 0px;
}


.custom-dropdow-menu {
    /*padding-top: 10px;*/
    padding-left: 10px;
    margin-top: 30px;
    width: 240px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 1px 5px 16px 8px;
    margin-top: 10px;
    min-width: 140px;
    z-index: 1;
}

.custom-dropdow-menu-item {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 0;
    margin-left: -10px;
    cursor: pointer;
}

    .custom-dropdow-menu-item:hover {
        background: silver;
    }

.product-tile-container {
    width: 370px;
    height: auto;
    margin-top: 30px;
    box-shadow: 0 0 10px #ccc;
    margin-right: 30px;
}

.cart-item {
    width: 100%;
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-right: 0;
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-right: none;
    min-height: 70px;
}

.cart-element-style {
    border: 1px solid silver;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.cart-element-container-style {
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    padding: 10px;
}


.view-product-tabs {
    margin-right: 10px;
    width: fit-content;
}

.product-tabs-row {
    margin-bottom: 30px;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 1400px) {
    #ProductSearchString::placeholder {
        font-size: 16px !important;
    }

    .product-share-btn {
        height: 40px;
        width: 40px;
    }

    #productSearchIconSvg {
        height: 20px;
        width: 20px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1250px) {
    #ProductSearchString::placeholder {
        font-size: 14px !important;
    }

    .product-share-btn {
        margin-top: 10px;
        height: 37px;
        width: 37px;
    }

    #productSearchIconSvg {
        height: 18px;
        width: 18px;
        margin-top: 7px;
    }

    .view-product-tabs {
        margin-right: 0px;
        padding-right: 3px;
    }
}


@media only screen and (max-width: 1050px) {
    .product-share-btn {
        margin-top: 7px;
    }
}

.custom-dropdow-menu {
    width: 170px;
}

.product-tabs-row {
    flex-wrap: wrap;
    margin-top: -10px;
}

.view-product-tabs {
    margin-top: 10px;
}

}

@media (min-width: 992px) {
    .sort-buttons-icons {
        color: #898989;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 970px) {
    #ProductSearchString::placeholder {
        font-size: 12px !important;
    }

    .product-share-btn {
        float: none !important;
        height: 33px;
        width: 33px;
    }

    #productSearchIconSvg {
        height: 16px;
        width: 16px;
        margin-top: 10px;
    }

    #ProductVideo {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 870px) {
    #ProductSearchString::placeholder {
        font-size: 12px !important;
    }

    #productSearchIconSvg {
        height: 14px;
        width: 14px;
        margin-top: 12px;
    }

    .content-name {
        transform: translateY(-130%) !important;
    }

    .custom-dropdow-menu {
        width: 140px;
        margin-top: 5px;
    }
}


@media only screen and (max-width: 770px) {
    #ProductSearchString::placeholder {
        font-size: 10px !important;
    }

    .product-share-btn {
        height: 28px;
        width: 28px;
    }

    #productSearchIconSvg {
        height: 12px;
        width: 12px;
        margin-top: 13px;
    }

    .zoomBtnIcon {
        padding-top: 7px;
    }
}

.custom-dropdown-menu-items {
    margin-top: 5px;
    margin-bottom: 5px;
}

.CheckoutModal {
    margin-left: 40px;
    margin-right: 40px;
    transition: ease-in-out 0.3s;
}

@media only screen and (max-width: 900px) {

    .CheckoutModal {
        margin-left: 5px;
        margin-right: 5px;
    }
}
