﻿/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white;
    color: black;
    border: 2px solid #007bff;
}

.button1:hover {
    background-color: #f15a2c;
    color: white;
}


.ribbon-1 {
    position: absolute;
    background: #f15a2c;
    box-shadow: 0 0 0 999px #f15a2c;
    clip-path: inset(0 -100%);
    z-index: 2;
    inset: 0 0 auto auto;
    transform-origin: 0 0;
    transform: translate(35%,-25%) rotate(45deg);
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 10px;
    padding-inline: 5px 7px;
}

.ribbon-1 a {
    color: white;
}

.box {
    position: relative;
    overflow: hidden;
}


#bindcomplete .container-fluid {
    margin-top: 20px;
}


.tt-product {
    box-shadow: 0px 0px 21px 3px rgba(0,0,0,0.15);
    border-radius: 10px;
    padding-bottom: 10px;
}

    .tt-product .tt-image-box {
        border-bottom: 0.01px solid rgb(221 221 221);
        padding-inline: 2px;
    }

.tt-product .tt-add-info li a {
    color: black !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
}

.tt-product .tt-description .tt-title a {
    font-weight: 600 !important;
    font-family: "Montserrat" !important;
}

p#filterbutton.checkout-page-button {
    display: inline-flex;
}

.new-price {
    color: rgb(0,0,0) !important;
    font-weight: 600;
    font-family: "Montserrat" !important;
}

.old-price {
    color: rgb(155,155,155) !important;
    text-decoration: none !important;
    font-family: "Montserrat" !important;
    position: relative;
}

#ContentPlaceHolder1_lblprice {
    text-decoration: none !important;
}

.old-price::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: red;
    transform: rotate(15deg);
}

[title='Gift Coin'] {
    color: rgb(155, 155, 155);
}

#lblcart {
    display: flex !important;
    padding-top: 12px;
}

.tt-product-single-img > div > a.tt-btn-zomm.tt-top-right i {
    transition: all .3s;
}

.tt-product-single-img > div > a.tt-btn-zomm.tt-top-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tt-product-single-img > div > a.tt-btn-zomm.tt-top-right:hover i {
    color: white !important;
}
#ContentPlaceHolder1_lbldetails *{
    text-align:justify!important;
}

.tt-description ul.tt-title{
    padding:0;
    width:100%;
}

.my-title a.btn{
    padding-top:15px!important;

}

.my-title a.btn:hover {
    padding-top: 15px !important;
    color:white!important;
}