.margin-custom-bottom {
    margin-bottom: 15px !important;
}

.question-area {
    border: 1px solid #5c5c5c2b;
    margin-bottom: 30px;
    padding: 25px;
}

div.tt-collapse-title:before {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.collapsible {
    background-color: #777;
    color: white;
    border: 1px solid #777;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    /*background-color: #5c5c5c;*/
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.justify {
    text-align: justify;
}

.tt-blog-thumb .tt-img + .tt-title-description {
    margin-top: -70px;
    overflow: hidden;
    height: 265px;
}

.tt-blog-thumb .tt-title-description > *:not(.tt-background) {
    position: relative;
    text-align: justify;
}

.tt-table-cart {
    width: 30% !important;
}

.tt-table-03 tr {
    border-top: none !important;
    border-bottom: none !important;
}

.tt-table-03 th {
    font-size: 13px;
    font-weight: 300;
}

.tt-product:not(.tt-view) .tt-description .tt-product-inside-hover > * {
    margin-top: 3px;
}

a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}

.col-sm-3 {
    flex: 0 0 25%;
    max-width: 24.8%;
}


/*Payment Option Ui Styles*/
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

.inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #5562eb;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
    color: #fff;
}

.inputGroup input:checked ~ label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked ~ label:after {
    background-color: #54E0C7;
    border-color: #54E0C7;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.tt-table-shop-01 th, .tt-table-shop-01 td {
    width: 1%;
    line-height: 17px;
}

.user-Active {
    background: #4CAF50;
    color: #ffffff !important;
}

.user-Inactive {
    background: #F44336;
    color: #ffffff !important;
}

.label-out-of-stock {
    width: 258px;
    margin-left: 0;
}

.tt-options-swatch.options-large li a.options-color {
    width: 80px;
    height: 80px;
}

.whatsAppShare {
    background: #1bd741;
    border: 1px solid #1bd741;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    height: 20px;
    padding: 0 4px 3px 2px;
    vertical-align: bottom;
    width: 69px;
}

.whatsAppSpan {
    font-size: 11px;
    font-weight: 700;
}

.whatsAppShare:hover {
    color: #fff !important;
}

.tt-promo-box {
    margin-top: 0;
}

.newArrivalsDiv {
    margin-top: 20px;
    padding-right: 2px;
    padding-left: 2px;
}

header .tt-search .search-results ul > li a .tt-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card {
    border: solid 0.5px #efefef;
    margin-top: 10px;
    padding: 10px;
    margin-right: 3px;
    flex: 0 0 33%;
    max-width: 33%;
}

.addressTitle {
    background-color: #f3f4f5;
    padding: 3px;
    height: 35px;
    padding-left: 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.addressTitle > h5 {
    font-size: 14px !important;
}

.card-title {
    margin: 0 !important;
    padding: 0 !important;
}

.card-text {
    margin: 0;
}

.tt-table-shop-02 {
    width: auto;
}

.inline {
    display: inline;
}

.addAddress {
    font-size: 22px;
    margin-top: 2px;
    float: right;
}

.card_full {
    flex: 0 0 98%;
    max-width: 98%;
}

.editAddress {
    float: right;
}

.cursorAd {
    cursor: pointer;
    color: #222 !important;
}

.successGif {
    width: 5%;
}

.tt-product:not(.tt-view) .tt-image-box .tt-label-location, .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location {
    top: 90%;
    left: 0;
}

.price0 {
    height: 19px;
}

.tt-product-vertical-layout .tt-product-single-img img {
    width: 100%;
    height: 400px;
    object-fit: scale-down;
}

.zoomSection {
    height: 100px;
}

.tt-megamenu-submenu > li > a {
    font-weight: 400;
}

.tt-blog-thumb {
    margin-top: 0 !important;
}

.tt-blog-thumb .tt-img img {
    height: 300px !important;
    object-fit: cover;
}

.custom_loading {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 50vw;
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .col-sm-3 {
        flex: 0 0 49%;
        max-width: 52.8%;
    }

    .col-3 {
        max-width: 49%;
        flex: 0 0 49%;
    }

    .Mobile_Cart_View {
        display: inline !important;
    }

    .tt-login-form .tt-item .btn:not(.btn-top) {
        width: 49%;
        margin: 0;
    }

    .tt-login-form .tt-item .additional-links {
        margin-top: 10px;
    }

    .successGif {
        width: 20%;
    }

    .custom_loading {
        height: 100%;
    }
}

::selection {
    background: #545454;
    color:#fff;
}

.filterButton {
    position: fixed !important;
    bottom: 40px;
    right: 40px;
    border-radius: 52px;
    text-align: center;
    box-shadow: 2px 2px 3px #9999;
    top: 80% !important;
    z-index: 999;
}

.downloadButton {
    background: transparent !important;
    color: #ffff !important;
    border: 2px solid #682d7c !important;
    padding: 3px 15px 2px;
    border-radius: 6px;
}

.tt-filters-options-custom .tt-btn-toggle a {
    color: #fff !important;
    height: 41px;
    padding: 6px 15px 1px 12px;
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .tt-filters-options-custom .tt-btn-toggle a {
        color: #fff !important;
        padding-left: 12px;
        padding-right: 15px;
        height: 42px;
    }

    .searchTemplate {
        width: 47% !important;
    }

}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img img {
    width: 67px;
    height: 67px;
    object-fit: scale-down;
}

.tt-shopcart-table-02 .tt-product-img img {
    max-width: 100px;
    height: 100px;
    object-fit: scale-down;
}

/*Add Product UI*/

.shadowInput {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /*padding: .84rem 2.14rem;*/
    font-size: .81rem;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.control-label {
    margin-top: 10px;
}

.modal:before {
    display: contents;
}

#tt-pageContent > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 30px;
}

.search-width {
    width: 100%;
    object-fit: scale-down;
    height: 100px;
}

/*NOTIFICATION*/

.noMessage {
    text-align: center;
    background-color: #f78282;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

/*----------orderform css-----------*/


.custom-searchtemplate {
    display: inline-block !important;
    width: 100% !important;
}

.custom-thumbnail {
    display: inline-block !important;
    width: 15% !important;
}

.custom-tt-description {
    display: inline-block !important;
    width: 80% !important;
    text-align: left !important;
    margin-left: 10px !important;
}

.custom-searchResult {
    display: inline-block !important;
}

.custom-font-size {
    font-size: 14px !important;
    background: #fff !important;
}

.custom-button-size {
    font-size: 16px !important;
}

.custom-shadow {

    width: 100% !important;
}

.custom-container-margin {
    /*margin-top: 30px;*/
}

.class-img {
    height: 30px !important;
}

.custom-td-css {
    padding: 5px !important;
    border-right: 1px solid #8b8888;
}

.custom-table-css {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.custom-color {
    background: #fff;
}

.tr-color {
    background: white !important;
}


@media (max-width: 789px) {
    .td-show {
        display: block !important;
    }
}

.custom-container-indent {
    margin-top: 5px !important;
}

.bg-color-order-form {
    background: #f3f3f3 !important;
}

.cutom-td-width {
    width: auto !important;
}

@media screen and (min-width: 320px) and (max-width: 736px) {
    .custom-td-height {
        height: 50px !important;
    }

    .custom-tr-height {
        height: 50px;
    }

    .custom-td-img-column2 {
        width: 15% !important;
    }
}

.custom-td-img-column {
    width: 1% !important;
}

.custom-btn-css {
    border: none !important;
    color: black !important;
}

.custom-border-css {
    border: none !important;
}

.custom-qty-css {
    border: 1px solid #909090 !important;
    border-radius: 5px;
}

.custom-qty-border {
    border: none !important;
    border-color: #efefef !important;
    border-radius: 10px !important;
}

.custom-btn-css:hover {
    color: black !important;
    background: #fff !important;
}

.cutom-search-margin-css {
    margin-top: 0px !important;
}

.custom-search-input-padding {
    padding: 11px 12px 10px 10px !important;
}

@media (max-width: 500px) {
    .modal-lg {
        width: 93% !important;
    }
}

.custom-modal-footer {
    padding: 0px !important;
    margin-right: -0.75rem;
}

.custom-input-top-margin {
    margin-top: 0px !important;
}

.custom-search-button-top-margin {
    margin-top: -31px !important;
}

.value-button {
    background-color: white !important;
    border: none !important;
    font-size: 32px;
    margin-left: 25%;
    /*color: #84cfdf;*/
}

@media screen and (min-width: 320px) and (max-width: 736px) {
    .input-css {
        text-align: center !important;
        width: 64% !important;
        font-size: 22px !important;
        height: 39px !important;
        padding: 0 5px !important;
        background-color: transparent !important;
    }
}

/*.input-css:focus{
    outline: none;
}*/
.custom-padding-btn {
    padding-top: 9px !important;
    float: right;
}


.input-css {
    width: 89%;
    text-align: center !important;
    font-size: 22px;
    height: 39px;
    padding: 0 5px;
    background-color: transparent;
}

.multi-text-boc-css {
    border: 1px solid #c8c8c8 !important;
    background-color: transparent !important;
    outline: none !important;
    width: 40px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 0 0 4px;
}

.td-css {
    width: 70%;
    text-align: left;
}

.span-css {
    display: block;
}

.td-css2 {
    width: 30%;
    text-align: right;
}

.td-img-css {
    height: auto;
    width: 100%;
}

.table2-css {
    width: 100%;
    margin-top: 10px;
}

.td-width-custom {
    width: 30%;
}

.td-width-custom2 {
    width: 40%;
}

.qty-outline {
    outline: none;
}

.input-button-border {
    background-color: white !important;
}

.custom-padding-btn2 {
    padding: 10px 10px 8px !important;
}

.total_table {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.total-table-td {
    width: 50%;
    border-right: 1px #656262 solid;
    padding: 5px;
}

.right-span {
    float: right;
    margin-right: 10px;
}

.total-table-td3 {
    width: 50%;
    height: 50px;
    text-align: center;
    background: #656262;
}

.total-table-td4 {
    width: 50%;
    height: 50px;
    text-align: center;
}

.btn-a-bg {
    color: white !important;
}

.custom-padding-btn3 {
    padding: 11px 10px 8px !important;
}

#multi_box_qty::placeholder {
    color: #dedcdc;
    opacity: 1; /* Firefox */
}

#multi_total::placeholder {
    color: #dedcdc;
    opacity: 1; /* Firefox */
}

#prodqtys::placeholder {
    color: #dedcdc;
    opacity: 1; /* Firefox */
}

.custom-thumbnail > img {
    vertical-align: bottom !important;
}

.search-align {
    text-align: center;
}

.search-width {
    width: 100%;
}

.tt-search-select {
    font-size: 15px;
    position: absolute;
    top: 49px;
    padding: 4px 0 4px 4px;
    margin-top: -4px;
    right: 60px;
    z-index: 3;
    display: inline-block;
}

@media (min-width: 1024px) {
    .search-width {
        width: 100%;
        object-fit: cover;
        height: 150px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 736px) {
    .search-width {
        width: 80%;
        object-fit: cover;
        /*height: 150px !important;*/
        height: 50px !important;
        /*margin-left: 5px;*/
    }

    .tt-search-select {
        top: 19px;
        right: 73px;
    }
}

.cus-search-width {
    margin-bottom: 30px;
}

.view-center {
    margin-left: 47%;
    margin-top: 10px;
}


@media screen and (min-width: 320px) and (max-width: 736px) {
    .cus-search-width {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .view-center {
        margin-left: 31%;
    }
}

.error {
    /*color: red !important;*/
}

.tt-shopcart-table-02 .tableCart .tt-product-img img {
    max-width: 50px !important;
}

.tt-filters-options-custom .tt-btn-toggle a:before {
    color: #fff !important;
}
.enquiry_From {
    border: solid 1px #d6d6d600;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 20px 0 rgba(0, 0, 0, 0);
    border-radius: 9px;
}
.refresh {
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px;
}
.captcha_text {
    background: #f7f8fa;
    font-size: 14px;
    border: 1px solid #f7f8fa;
    padding: 8px 8px 7px 8px;
}
@media screen and (min-width: 320px) and (max-width: 720px) {
    /*.top-space {
        margin-top: 15px !important;
    }*/
    .captcha_text {
        font-size: 10px !important;
    }
}

/*Share Icons Css*/
.prod-icon-whatsapp{
    background-color: #5c5c5c;
    font-size: 20px;
    padding: 7px;
    margin: 2px 2px 2px 2px;
    border-radius: 4px;

}
.prod-icon-enquiry {
    background-color: #9c9c9c;
    font-size: 17px;
    padding: 7px;
    margin: -4px 2px 2px 2px;
    height: 35px;
}
.prod-icon-facebook{
    font-size: 20px;
    padding: 7px;
    margin: 2px 2px 2px 2px;
    background-color: #5c5c5c;
    border-radius: 4px;
}
.prod-icon-twitter{
    font-size: 20px;
    padding: 7px;
    margin: 2px 2px 2px 2px;
    background-color: #5c5c5c;
    border-radius: 4px;
}

.prod-icon-whatsapp:hover{
    background-color: #34af23;
}
.prod-icon-facebook:hover{
    background-color: #3a559f;
}
.prod-icon-twitter:hover{
    background-color: #5da9dd;
}
.fa-facebook-official:before {
    color: white;
}
.fa-whatsapp:before {
    color: white;
}
.prod-icon-twitter:before{
    color: white;
}

/*Footer Features View*/
.features {
    width: 100%;
    object-fit: scale-down !important;
    height: 105px;
}
.Feature_div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 140px;

    border: 1px solid #bdbdbd;
    padding: 19px;
    background-color: whitesmoke;
}
.Feature_row {
    margin-left: 21px;
    margin-top: 55px;
}
.col-12-440width {
    flex: 0 0 68.66667%;
     max-width: 19.66667%;
}
.circle_img {
    border-radius: 50%;
    width: 13%;
}


@media screen and (min-width: 320px) and (max-width: 720px){
    .Feature_row {
        margin-left: -6px;
    }
    .col-12-440width {
        flex: 0 0 68.66667%;
        max-width: 48.66667%;
        margin: 2px;
    }
    .circle_img {
        border-radius: 50%;
        width: 30%;
    }
}
.changePasswordButton{
    padding-left: 10px;
    padding-bottom: 10px;
}
.changePassword{
    padding-right: 10px;
    padding-left: 10px;
}
/*****gallery css******/
.mobile-margin{
    margin-top: 10px !important;
}
.col_padding{
    padding-left: 2px !important;
    padding-right: 2px !important;
}
@media (min-width: 1025px) {
    .imageStyle_desktop-mobile {
        object-fit: cover !important;
    }
}
.gallery-top-margin{
    margin-top: 30px !important;
}
@media screen and (min-width: 320px) and (max-width: 720px) {
    .gallery-top-margin{
        margin-top: 0 !important;
    }
}
.margin-top-index{
    margin-top: 20px!important;
}
/*sechitem.php page css*/
.cus-search-width{
    margin-bottom: 10px;
}
.search-width{
    width: 100%;
}
.search-align{
    text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 736px) {
    .cus-search-width {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .search-width{
        width: 100%;
        object-fit: cover;
        height: 200px;
    }
}
@media (min-width: 1024px){
    .search-width{
        width: 100%;
        object-fit: cover;
        height: 200px;
    }
}
/****clientDataCounter.php css start ****/

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 24.5%; }
@media screen and (min-width: 320px) and (max-width: 720px){
    .col_fourth { width: 48.5%; }
    .mobile-padding{
        padding-right: 4px !important;
    }
}
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
    position: relative;
    display:inline;
    display: inline-block;
    /*float: left;*/
    /*margin-right: 1%;*/
    margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 980px; margin: 30px auto; position: relative;}
.counter { background-color: #f3f3f3; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }

/****clientDataCounter.php css end ****/

/*mutli available size button css*/

.div-text{
    display: inline-block;
    float: left;
}
.qty-button   {
    display: inline-block;
    float: right;
}
@media screen and (min-width: 320px) and (max-width: 720px){
    .div-text{
        display: block !important;
        float: left;
    }
    .qty-button {
        display: block !important;
        margin-bottom: 10px;
    }
    .qty-button-width {
        max-width: 100px !important;
        min-width: 100px !important;
    }
    /*add to cart all category products button css*/
    .padding-removed {
        padding: .5rem .5rem !important;
    }
}

.tt-content-info-custom:hover{
    color: #191919 !important;
}
@media (min-width: 1024px){
    /*add to cart all category products button css*/
    .div-display{
        display: inline-block !important;
    }
    .div-margin {
        margin-right: 10px !important;
    }
    .padding-removed {
        padding: 5px 10px 4px!important;
    }
    /*desktop-testimonial-padding*/
    .desktop-testimonial-padding{
        padding-right: 13%;
    }
}

/*discount label css start*/
.tt-product:not(.tt-view) .tt-image-box .tt-label-location, .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location {
    top: 0;
    left: 0;
}
.tt-cart-total-row-new {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #e9e7e7;
    margin-top: 20px;
    padding-top: 14px; }
/*discount label css end*/

/*view all button redesign css start*/
.tt-block-title-style{
    width: 100%;
    display: inline-block;
}
.title-style{
    display: inline-block;
    float: left;
}
.view-button-style{
    display: inline-block;
    float: right;
    margin-right: 105px;
}
.mobile-position {
    text-align: -webkit-right;
}
.btn-position{
    /*bottom: 77px;
    z-index: 9999;*/
    top: -40px;
    right: 0px;
    position: absolute;
    padding-left: 23px !important;
    padding-right: 23px !important;
}
@media screen and (min-width: 320px) and (max-width: 720px){
    .slick-track {
        margin-top: 0px !important;
    }

    .tt-product:not(.tt-view) .tt-description .tt-price {
        font-size: 13px !important;
    }
    .tt-row-btn {
        margin-top: 0 !important;
    }
    .view-button-style{
        display: inline-block;
        float: right;
        margin-right: 0 !important;
    }
    .mobile-position {
        text-align: center;
        display: none !important;
    }
    .btn-position{
        /*bottom: 15px;
        z-index: 9999;*/
        top: -40px;
        right: 0px;
        position: absolute;
    }
    .mobile-display{
        display: inline-flex !important;
    }

    .tt-col-three, .tt-col-four, .tt-col-six {
        display: none;
    }
}
/*view all button redesign css end*/
.custom-col-padding{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.seller_list_seller {
    border: none;
    display: inline-block;
    font-family: "Libre BAskerville", serif;
    letter-spacing: 1.8px;
    color: #2d0404;
    line-height: 20px;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
/**********order details page css*/
.order-btn-style{
    max-width: 100% !important;
    text-align: center !important;
    margin-top:30px !important;
}
/***Waterfall css design****/
@media (min-width: 576px) {
    .card-columns-index {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        orphans: 1;
        widows: 1;
    }
}
@media (min-width: 576px){
    .card-columns-index .card-main {
        display: inline-block;
        width: 100%;
    }
}
.card-columns-index .card-main {
    margin-bottom: .75rem;
}
.card-main {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 #fafafa;
}

.card-main-border{
    border: 1px solid #f1f1f1;
}

.card-body-index {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: .5rem;
}
.card-img-index, .card-img-bottom-index {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.card-img-index, .card-img-bottom-index, .card-img-top-index {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card-title-index {
    /*margin-bottom: .5rem;*/
    padding-bottom: 0px !important;
    text-align: center;
}
.card-tex-indext:last-child {
    margin-bottom: 0;
}
.img_fit1 {
    object-fit: cover;
}
li.dropdown>a {
 font-size: 14px !important;
 font-weight: 600 !important;
 }
.float{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 8px;
    left: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #9b9999;
    z-index: 100;
}

.my-float{
    margin-top:11px;
}

  @media screen and (min-width: 320px) and (max-width: 720px) {
    .float {
        bottom: 44px;
        left: 20px;
    }
  }

  .outOfStock {
    line-height: 1;
    font-weight: 400;
    font-family: "Hind", sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em;
    font-size: 14px;
    padding: 3px 16px 9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 35px;
    width: 153px;
    padding-top: 11px;
}

.tt-collapse-block .tt-item.active .tt-collapse-title {
    color: #191919;
    padding-bottom: 0;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
}


.tt-btn-img.tt-layout-01 .tt-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    position: absolute;
    color: #ffffff;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tt-btn-img.tt-layout-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.tt-btn-img.tt-layout-01 .tt-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-size: cover;
    background-position: center;
}

.tt-btn-img.tt-layout-01:hover .tt-img:before {
    opacity: 0.8;
}
.tt-btn-img.tt-layout-01 .tt-img:before {
    content: '';
    background: #2879fe;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    z-index: 1;
}

.icon-row {
    margin-top: 20px;
}
.icon-layout {
    text-align: center;
}

.occasionName {
    text-align: center;
}

.catergory-block-title {
    display: inline-block;
    float: left;
    margin-left: 1%;
}
.catergory-block-button {
    margin-right: 1%;
}

.rounded-img {
    border-radius: 2%;
}

.tt-promo-box:not(.nomargin) {
    margin-top: 20px;
}

.catergory-block {
    padding-bottom: 10px;
}