﻿.tt-header-holder .tt-obj-logo + .tt-obj-search-type2 {
    margin-left: 80px !important;
}

header .tt-account ul li {
    font-size: 0.86rem;
    line-height: 1.6rem;
    font-weight: normal; 
}


@media (min-width: 1025px) {
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
        padding: 15px 15px 15px 15px;
    }
}

#tt-pageContent {
    /*margin-bottom:50px !important;*/
}
header .tt-color-scheme-01 {
    background: #ffffff;
    color: #888;
}
.tt-logo img {
    height: auto;
    max-height: 37px;
}
#tt-pageContent > .container-indent0:not(.nomargin):not([class^=tt-offset]) {
    margin-top: 10px;
    background-color: #FFCB2B;
}
.tt-menu-categories .tt-dropdown-toggle {
  
    background: #DC143C;
}
.tt-menu-categories {
    position: relative;
    display: inline-block;
    width: 220px;
}
.tt-desctop-menu:not(.tt-hover-02) li.dropdown > a {
    color: #f0f0f0;
    background: 0 0;
}

.header-tel-info a {
    padding :15px;
}


element.style {
}

.tt-search-type2 .tt-search-input {
    border: 1px solid #F89A20;
    outline: 0;
    padding: 10px 10px 10px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #777;
    background: #fff;
    width: 430px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}


.tt-search-type2 .tt-btn-search {
    position: relative;
    padding: 9px 20px 10px;
    border: none;
    outline: 0;
    color: #fff;
    background: #F89A20;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    left: -4px;
    cursor: pointer;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.tt-search-type2 [class^=icon] {
    position: relative;
    font-size: 18px;
    top: 0px;
    left: 0px;
    color: #f0f0f0;
}


.bg-gradient {
    background: #f53d2d;
    background: -webkit-gradient(linear,left top,left bottom,from(#f53d2d),to(#f63));
    background: linear-gradient(-180deg,#f53d2d,#f63);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1),-webkit-transform .2s cubic-bezier(.4,0,.2,1);
}

.bg-gradient-2 {
    background: linear-gradient(to left top,#f89a20,#ed1674cc) fixed;
}


header .tt-dropdown-obj .tt-dropdown-toggle {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 5px 8px;
    font-size: 20px;
    line-height: 1;
    color: #f0f0f0;
    background: 0 0;
    border: none;
    display: inline-block;
    transition: color .2s linear;
}

.tt-desctop-menu:not(.tt-hover-02) li.dropdown.active > a, .tt-desctop-menu:not(.tt-hover-02) li.dropdown.selected > a, .tt-desctop-menu:not(.tt-hover-02) li.dropdown > a:hover {
    color: #f0f0f0;
    background: 0 0;
    font-weight: normal !important;
}

@media (min-width: 576px) {
    .tt-layout-promo-box:not(.nomargin) {
        margin-top: -40px;
    }
}


@media (min-width: 1025px) {
    .tt-tab-wrapper .tt-tabs-default {
        justify-content: left;
        padding-left:  0px;
        padding-right: 130px;
        padding-bottom: 49px;
    }
}



.tt-tabs-default li > a.active, .tt-tabs-default li > a:hover {
    font-weight: normal;
    position: relative;
    background-color: #f7462e;
    color: #fff;
}
/*
.tt-image-box img {
    width: 250px !important;
    height: 300px !important;
}*/


 

.tt-layout-promo-box [class^=col] {
    padding:0;
    margin:0;
}

.tt-services-listing [class^=col] {
    padding: 0;
    margin: 0;
}

@media (min-width: 790px) {
    footer .tt-color-scheme-02 {
        background: #f89a20;
        color: #fff;
    }
}

@media (min-width: 790px) {
    footer .tt-color-scheme-02 .tt-newsletter .btn {
        background: #00a6a2;
        color: #fff;
    }
}

@media (min-width: 1230px) and (min-width: 790px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: 300px;
    }
}

.btn {
    background: #00a6a2;
    font-family: Hind,sans-serif;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: 0;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: color .2s linear,background-color .2s linear;
}

.btn-light {
    background-color: #e4e4e4;
    color: #212121;
}

.btn-remove { 
    color: #fff;
    padding: 3px 16px 9px;
    border-radius: 6px;
    transition: .2s linear;
    line-height: 1.1;
    font-weight: 400;
    font-family: Hind,sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: .04em;
    color: #2879fe;
    font-size: 14px;
    top:-1px;
}
.btn-remove:before 
{
    content: "\ea83";
    font-family: wokiee;
    font-size: 1rem;
    top: 5px;
    margin-left: -8px;
    font-weight: 400;
    position: relative;
    color: #fff;
    transition: color .2s linear;
}


.tt-menu-categories .tt-dropdown-menu nav > ul .dropdown-menu .dropdown-menu-wrapper {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    margin-left: 4px;
    padding: 40px 40px 31px;
    min-height: 410px !important;
}

.tt-breadcrumb ul li:not(:first-child):before {
    content: "\e90e";
    position: absolute;
    display: inline-block;
    left: -3px;
    top: 2px;
    font-family: wokiee; 
    color: #e4e4e4;
}

.tt-breadcrumb {
     background: #fff;  
}

    @media (min-width: 1025px) {
        .col-5-inrow-lg {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }

    @media (min-width: 1025px) {
        .col-5_end-inrow-lg {
            flex: 0 0 75%;
            max-width: 75%;
        }
    }

    .tt-description h2.tt-title {
    min-height: 50px;
}

@media (min-width: 1025px) {
    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg {
        /*
        background-color: #00a6a2;
        color: #fff;
        padding: 3px 16px 9px;
        border-radius: 6px;
        transition: .2s linear;
            */
        background-color: unset;
        color: #000;
        padding: 3px 16px 9px;
        border-radius: 0;
        transition: .2s linear;
        border: 1px solid #000;
    }

        .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:before {
            color: #000;
        }

        .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover {
            background-color: #00a6a2;
            color: #fff;
        }


}

.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    /*
        background-color: #00a6a2;
        color: #fff;
        padding: 3px 16px 9px;
        border-radius: 6px;
        transition: .2s linear;
            */
    background-color: unset;
    color: #000;
    padding: 3px 16px 9px;
    border-radius: 0;
    transition: .2s linear;
    border: 1px solid #000;
}

    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:before {
        color: #000;
    }

    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover {
        background-color: #00a6a2;
        color: #fff;
    }

.tt-img-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px solid #e9e7e7;
    text-decoration: none;
    position: relative;
    text-align: center;
    border-radius: 6px;
    transition: border .2s linear;
    padding: 5% !important;
    height: 100px;
}

.tt-post-single {
    text-align: left;
    padding-top: 3px;
}

    .tt-post-single .tt-tag {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: stretch;
        align-items: flex-start;
        font-family: Hind,sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        margin-top: -2px;
        margin-left: -5px;
        letter-spacing: .03em;
    }

#tt-pageContent > .container-indent:not(.nomargin):not([class^=tt-offset]) {
    margin-bottom: 52px !important; 
}

.tt-login-form .tt-item {
    border: 2px solid #00a6a2;
    padding: 32px 39px 20px;
    height: 100%;
}

.btn:hover {
    background-color:#f0f0f0 !important;
}

.btn.btn-border {
    background: 0 0;
    color: #121212;
    border: 2px solid #f89a20;
    height: 40px;
    padding-left: 29px;
    padding-right: 29px;
}

    .btn.btn-border:hover {
        background-color: #f0f0f0 !important;
        border: 2px solid #f89a20;
        color: #121212;
    }


.header-link {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #777;
    padding-left: 5px;
    padding-right: 5px;
}

    .header-link a {
        color: #121212;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 4;
    }

.tt-desktop-header .header-link a {
    color: #121212;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1;
}

header .tt-dropdown-obj .tt-dropdown-toggle {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 5px 8px;
    font-size: 20px;
    line-height: 1;
    color: #121212;
    background: 0 0;
    border: none;
    display: inline-block;
    transition: color .2s linear;
}

.tt-list-row li {
    line-height: 3;
    border-bottom: solid 1px #f0f0f0;
}


.card-address {
    border: 1px solid #f0f0f0;
    padding: 15px;
    font-size: 13px;
}

.card-addrss-body {
    min-height: 150px;
}

    .card-addrss-body .header {
        font-weight: 600;
    }



.tt-label {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: normal;
}
.tt-label-info {
    background-color: #00a6a2;
    color: #fff;
}

.tt-label-default {
    background-color: #f0f0f0;
    color: #333;
}


.tt-empty-wishlist {
    text-align: center;
    /* padding: 102px 20px; */
    color: #777;
    width: 100%;
}

    .tt-empty-wishlist .tt-icon {
        font-size: 150px;
        line-height: 1.1;
        color: #ebecee;
    }

.tt-desctop-parent-cart .tt-empty-cart .tt-icon {
    font-size: 80px;
    line-height: 1.1;
    color: #ebecee;
    display: block;
}

.tt-item-border {
    border: 1px solid #e9e7e7;
    padding: 0px;
    height: 100%;
}

.tt-shopcart-table {
   margin-right:  0px;  
}

#tb-order-history {
    margin:10px;
    margin-right:20px;
    width: 100%;
}


#tb-order-history td:first-child {
    width: 150px;
}

    #tb-order-history th {
        border-bottom:1px solid #f0f0f0;
    }
    #tb-order-history td {
        border-bottom: 1px solid #f0f0f0;
        padding: 5px;
        vertical-align: middle;
    }

.btn-Google {
    background-color: #DE4F42;
}

.btn-Facebook {
    background-color: #3A559F;
}

.btn-reg-tabs {
    background-color: #e9e7e7;
    border-bottom: 0px;
    border-color: #e9e7e7;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #00a6a2;
}

    .btn-reg-tabs.active {
        background-color: #00a6a2;
        color: #f0f0f0;
    }

.form-default input.form-control, .form-default textarea.form-control {
    -webkit-appearance: none;
    border: 1px solid #f0f0f0;
}

.tt-tabs-imgbox .tt-title-small {
    font-size: 14px;
    color: #fff;
}

.tt-tabs-imgbox .tt-title-large {
    font-size: 24px;
    color: #f0f0f0;
}


.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}


element.style {
}

.badge {
    display: inline-block;
    padding: .45em .35em .35em .50em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

li .badge {
    margin-left: 10px;
    position: absolute;
}


.alert-info {
    border: 1px solid #00A6A2;
}

.alert {
    display: block;
    padding: 1em;
}

    .alert i {
        font-size: 1.2em;
    }

.alert-warning {
    border: 1px solid #DC143C;
    color: #DC143C;
    border-left: 3px solid;
}


.badge-secondary {
    background-color: orangered;
    color: #fff;
}

.c3NQn0 {
    display: block;
    font-size: 13px;
    color: #757575;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .c3NQn0 + .c3NQn0 {
        margin-left: 0;
        margin-top: 6px;
    }

::selection {
    background: #f57224;
    color: #fff;
}

.ant-tag {
    display: inline-block;
    line-height: 20px;
    height: 22px;
    padding: 0 8px;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    background: #f3f3f3;
    font-size: 13px;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    opacity: 1;
    margin-right: 8px;
    cursor: pointer;
    white-space: nowrap;
}

.cM5DKB .ant-tag {
    height: 24px;
    margin-top: 4px;
    line-height: 22px;
    color: #5d5d5d;
    border-color: #dadada;
    border-radius: 12px;
    background: #fff;
}

.ant-tag .anticon-cross {
    display: inline-block;
    font-size: 13px;
    font-size: 10px\9;
    -webkit-transform: scale(.83333333) rotate(0deg);
    -ms-transform: scale(.83333333) rotate(0deg);
    transform: scale(.83333333) rotate(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
    zoom: 1;
    cursor: pointer;
    font-weight: 700;
    margin-left: 3px;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    opacity: .66;
}


.dynamic-height-wrap {
    overflow: hidden;
    position: relative;
    transition: max-height 0.25s ease-in-out;
    width: 100%;
}

/* Bottom gradient (optional, but recommended)*/
.dynamic-height-active .dynamic-height-wrap:before {
    background: linear-gradient(to bottom, rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);
    bottom: 0;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.dynamic-height-active .dynamic-show-more {
    display: inline-block;
}

.dynamic-show-more {
    display: none;
}

.tt-empty-cart .tt-icon {
    font-size: 80px;
    line-height: 1.1;
    color: #ebecee;
    display: block;
}
.steps {
    margin-bottom: 15px !important;
    margin-top: 20px !important;
}
.step-content {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 10rem;
    min-width: 10rem;
    max-width: 10rem;
    padding-top: 0;
    padding-right: 1rem;
}


.step-circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    width: calc(10rem + 1rem - 1.5rem);
    height: 2px;
    transform: translate(-100%,-50%);
    color: #adb5bd;
    background-color: currentColor;
}


@media (min-width: 1025px) 
{
    .stuck.tt-stuck-nav {
        background: red;
    }
}


.delivery-channel-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 3%;
}

.tt-pagination ul li a {
    font-size: 16px;
    padding: 5px;
    font-family: Hind,sans-serif;
    color: #191919;
    display: inline-block;
    font-weight: 500;
    transition: color .2s linear;
    background-color: unset;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 0;
    border: solid 1px #ccc;
}

.tt-pagination li.active {
    background: #ffcb2b;
}

.tt-pagination ul li.active a {
    color: #fff;
}




.tb-cart thead > td > span {
    width: 100px;
    font-weight: normal;
    font-size: 13px;
    color: #999;
}

.tt-title-subpages.noborder {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: .03em;
    font-weight: 500;
    padding: 0 0 20px;
    margin-top: 20px;
}

.badge-success {
    color: #fff;
    background-color: #037a76;
    font-size: 12px;
    border-radius: 50%;
}

@media (min-width: 790px) {
    .tt-shopcart-table table td:nth-child(6) {
        width: 150px;
        text-align: right; 
    }
}
.btn--default {
    border-radius: unset;
    background-color:#adb5bd;
}

.btn--primary {
    border-radius: unset;
}


.btn--secondary {
    background-color: #F89A20;
    color: #ffffff !important;
    border-radius: unset;
}



.step-active .step-text {
    color: #00a6a2;
    font-size: 11px;
}

.step-text {
    color: #adb5bd;
    word-break: break-all;
    margin-top: .25em;
    font-size: 11px;
}

.step-circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    width: calc(10rem + 1rem - 1rem);
    height: 2px;
    transform: translate(-100%,-50%);
    color: #adb5bd;
    background-color: currentColor;
}
.step-active .step-circle {
    color: #fff;
    background-color: #00a6a2;
    border-color: #00a6a2;
    z-index: 5;
}

.step-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    border: 2px solid #adb5bd;
    border-radius: 100%;
    background-color: #adb5bd;
    padding-top: 3px;
}

.step-active .step-circle::before {
    color: #00a6a2;

}


.step-success .step-circle {
    color: #ffffff;
    background-color: #00a6a2;
    border-color: #00a6a2;
}

.tt-shopcart-table table thead td, .tt-shopcart-table table thead td div {
    font-size: 13px !important;
    color:#adb5bd !important; 
}

.tt-empty-cart {
    text-align: center;
    padding: 50px 20px;
    color: #777;
}
    .tt-empty-cart .tt-icon {
        font-size: 80px;
        line-height: 1.1;
        color: #00a6a2;
        display: block;
    }

    .tt-empty-cart .tt-title {
        color: cadetblue;
        padding: 0;
        margin: 13px 0 0;
        font-size: 1.2rem;
        font-weight: normal;
        letter-spacing: unset;
        line-height: 44px;
    }

.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart {
    line-height: 1;
    font-weight: 400;
    font-family: Hind,sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: .04em;
    color: #fff;
    font-size: 0.8rem;
    transition: color .2s linear;
}

@media (max-width: 1024px) {
    .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart, .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart {
         
        background: #00a6a2; 
    }
}

@media (max-width: 1024px) {
    .tt-product-design02:not(.tt-view) .tt-image-box .tt-img img, .tt-product:not(.tt-view) .tt-image-box .tt-img img {
        width: 100%;
        height: auto;
        border: 1px solid #e4e4e4;
        background: #e4e4e4;
    }
}

@media (max-width: 1024px) {
    .tt-product-design02:not(.tt-view) .tt-description .tt-title a, .tt-product:not(.tt-view) .tt-description .tt-title a {
        color: #191919;
        font-size: 0.8rem;
    }
}
.tt-product:not(.tt-view) .tt-description .tt-title {
    font-family: Hind,sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    color: #191919;
    /*height: 100px !important;*/
    max-height: 100px;
    text-align: center;
    padding-left:5px;
    padding-right :5px;
}

.form-default .form-group label:not(.error) {
    font-size: 0.8rem;
    color: #191919;
    font-family: Hind,sans-serif;
    font-weight: 500;
    padding-bottom: 4px;
    letter-spacing: .02em;
}

.tt-collapse .tt-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding: 0 20px 13px 0;
    cursor: pointer;
    color: #191919;
    border-bottom: 1px solid #e9e7e7;
    transition: color .2s linear;
}


.tt-breadcrumb ul li {
    font-size: 0.85rem;
    padding: 4px 6px 4px 11px;
    position: relative;
    color: #777;
}

    .tt-breadcrumb ul li a {
        color: #00a6a2;
        font-weight: normal;
        font-size: 0.8rem;
    }

.table {
    width:100%;
}

.table td{
    padding:8px;
}

.shopcart-table-premium table {
    border: 1px solid #ddd;
    margin-bottom:20px;
}

.shopcart-table-premium table td:nth-child(3) {
    width: 132px;
}

.shopcart-table-premium table td:nth-child(4) {
    width: 150px;
}

.tt-title-subpages:not(.text-left):not(.text-right) {
    text-align: center;
    color: #00a6a2;
}


.checkbox {
    appearance: none;
    height: 100px;
    width: 200px;
    /*  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(37, 145, 251, 0.98) 0.1%, rgba(0, 7, 128, 1) 99.8%);
    background-size: 360% 100%;*/
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .checkbox:after {
        content: attr(data-name);
        top: 50%;
        position: absolute;
        left: 40%;
        transform: translate(-50%, -50%);
        font-size: 13px;
        font-family: "Inter", sans-serif;
        color: #3f3f3f;
        z-index: 99;
        transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }

    .checkbox:before {
        content: "";
        position: absolute;
        top: 0%;
        left: 0px;
        height: 200%;
        width: 200%;
        background: #e9e9e9;
        z-index: 0;
        transition: all 0.2s linear;
        transform: scale(0.6) translate(-50%, -50%);
    }

    .checkbox:hover:before,
    .checkbox:focus-visible:before {
        background: #cacaca;
        top: -4%;
        left: 20%;
    }

    .checkbox:checked:before {
        opacity: 0;
        transform: scale(0.9);
    }

    .checkbox:checked:after {
        color: #121212;
    }

    .checkbox:checked {
       /* box-shadow: 0px 4px 10px -6px black;*/
    }

    .checkbox:focus-visible {
        outline: none;
        box-shadow: 0px 0px 0px 5px #480f5d;
    }






.tt-product-single-info .card {
    width: 300px;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #dc143c;
    padding: 10px 10px;
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

.main,
.copy-button {
    
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.tt-product-single-info .card::after {
    position: absolute;
    content: "";
    height: 30px;
    right: -15px;
    border-radius: 40px;
    z-index: 1;
    top: 60px;
    background-color: #F5F5F5;
    width: 30px;
}

.tt-product-single-info .card::before {
    position: absolute;
    content: "";
    height: 30px;
    left: -15px;
    border-radius: 40px;
    z-index: 1;
    top: 60px;
    background-color: #F5F5F5;
    width: 30px;
}

.co-img img {
    width: 100px;
    height: 100px;
}

.vertical {
    border-left: 5px dotted black;
    height: 100px;
    position: absolute;
    left: 40%;
}

.content h1 {
    font-size: 35px;
    margin-left: -20px;
    color: #565656;
}

    .content h1 span {
        font-size: 18px;
    }

.content h2 {
    font-size: 18px;
    margin-left: -20px;
    color: #f0f0f0;
    text-transform: uppercase;
}

 .content p {
    font-size: 16px;
    color: #fff;
     text-align:center;
} 

.copy-button {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

    .copy-button input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        font-size: 15px;
    }

    .copy-button button {
        padding: 5px 20px;
        background-color: #dc143c;
        color: #fff;
        border: 1px solid transparent;
    }

.buy {
    position: absolute;
    content: "";
    bottom: 20px;
    left: 20px;
    background-color: #dc143c;
}

@media (max-width: 575px) {
    .tt-product-single-info .tt-row-custom-02 {
        flex-direction: column;
    }
}

.tt-product-single-info .tt-row-custom-02 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.tt-input-counter.style-02 input {
    background: #f7f8fa;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: 0;
    font-family: Hind,sans-serif;
    font-weight: 500;
    color: #191919;
    border-radius: 6px;
}

.tt-input-counter.style-02 .minus-btn:before {
    content: "\e9b2";
}

.tt-input-counter.style-02 .plus-btn:before {
    content: "\e9b1";
}


.tt-input-counter.style-02 .minus-btn:before, .tt-input-counter.style-02 .plus-btn:before {
    display: block;
    font-family: wokiee;
    font-size: 12px;
    line-height: 43px;
}

.tt-input-counter.style-02 span.minus-btn {
    left: 0;
}

.tt-input-counter.style-02 span.plus-btn {
    right: 0;
}

.tt-input-counter.style-02 span {
    display: inline-block;
    font-size: 27px;
    line-height: 1em;
    cursor: pointer;
    position: absolute;
    width: 49px;
    height: 100%;
    text-align: center;
    top: 0;
    color: #777;
}

@media (max-width: 575px) {
    .tt-product-single-info .tt-row-custom-02 .col-item .tt-input-counter.style-02 {
        max-width: 100%;
    }
}

.tt-input-counter.style-02 {
    position: relative;
    /*max-width: 132px;
    min-width: 132px;*/
}

.tt-shopcart-table .tt-price {
    color: #191919;
    font-size: 0.85rem;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
}

.lb {
    padding: 5px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.lt {
    padding: 5px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-top-left-radius: 5px;
    border-right: 1px solid #e4e4e4;
}

.rb {
    padding: 5px;
    /* border-top: 1px solid #e4e4e4; */
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.rt {
    padding: 5px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #e4e4e4;
}

.shadow {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.container-bestseller {
  /*  border: 5px solid #FDC355;
    overflow-x: hidden;*/
}

    .container-bestseller h3 {
        text-align: center;
        color: #333;
        margin-top: 30px;
        margin-bottom: 0px;
        padding-bottom: 5px !important;
    }

#product-bestseller .slick-slide {
    text-align: center;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#product-bestseller .col-12 {
  
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.tt-row-btn {
    padding-bottom: 10px;
}


.show-all:after {
    content: '\e90e';
    font-family: wokiee;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; 
    right: 20px;
    top: 9px;
    pointer-events: none;
}

.container-bestseller .arrow-location-01 .slick-arrow  {
    bottom: -5px !important;
    background: #FFCB2B !important;
}


  .tt-layout-promo-box .arrow-location-01 .slick-arrow {
    bottom: -40px !important;
    background: #FFCB2B !important;
}



h4:not([class^=tt-title]):not([class^=tt-collapse]):not([class^=tt-aside]) {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-top: 24px;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;
}

    .card.card-custom > .card-body {
        padding: 2rem 2.25rem;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}
