:root {
	--primary-color: #fd384f;
	--secondary-color: #112032;
    --red-300: #e60023;
    --red-400: #b2001a;
    --red-500: #8a0f0f;
    --red-600: #750d0d;
    --red-700: #660b0b;
    --grayscale-25: #f0f0eb;
    --grayscale-50: #e0e0d9;
    --grayscale-100: #d1d1c7;
    --grayscale-150: #c2c2b6;
    --grayscale-200: #949486;

     --text-color-primary: #3a3e4a;
}

@font-face {
    font-family: 'TT Norms Medium';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Medium'), url('TTNorms-Medium.woff') format('woff');
}

body{
    font-family: "TT Norms Medium" !important;
}
header {
    background-color: var(--primary-color)
}

header .mobile-fix-menu {
    background-color: var(--primary-color)
}
header .header-section .header-btn .count.warning{
    background-color: var(--secondary-color) !important;
}

.simple-footer{
    border-top: 1px solid #dee2e6;
            color: var(--secondary-color);
            min-height: 70px;
            width: 100%;
        }
.water-mark-link{
            color: var(--primary-color);
            font-weight: 500;
}

.footer-text{
    color:var(--text-color-primary)
}

.main-logo {
    max-height: 45px;
    width:auto;
}

.search-btn{
    position: absolute;
    top: 15px;
    right: 5px;
    cursor: pointer;
    height: 40px;
}

.menu-label{
    color:#fff;
}

.menu-label-h{
    color:#fff;
    display: none;
}

.story-caption{
    text-align: center;
    padding: 8px 4px 0px;
    font-size: 14px;
    font-family: "TT Norms Medium" !important;
    color: var(--text-color-primary);
}

.slick-list{
    background: #fff;
    padding: 4px !important;
     /*box-shadow: 0 0 10px rgba(0, 0, 0, .2);
   box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);*/
}

.main-cat-box:hover{
    color:var(--primary-color)
}

.cat-title:hover{
    color:var(--primary-color)
}

.category-title{
    text-align: center;
    font-weight: 500;
    font-size: 16px !important;
}

.cart-icon{
    align-self: center;
}

.mt-md{
    margin-top: 20px !important;
}

.mb-md{
    margin-bottom: 30px !important;
}

.grid-col{
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 10px;
}

.story-caption-price{
   color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 6px 0px 0px 0px;
}
.row {
    --bs-gutter-x: 0px !important;
}

/********************* Shopping Demo-4 **********************/
.product-grid4,
.product-grid4 .product-image4 {
    position: relative
}

.product-grid4 {
    font-family: "TT Norms Medium";
    /*text-align: center;*/
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease 0s;
    background-color: #fff;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .2);*/
    height: 100%;
    object-fit: cover;
}

.product-grid4 .product-content .title {
   
}

.bottom-content{
   margin-top: 4px;
}

.product-grid4:hover {
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .2)*/
}

.product-grid4 .product-image4 a {
    display: block
}

.product-grid4 .product-image4 img {
    width: 100%;
    height: auto
}

.product-grid4 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-1 {
    opacity: 0
}

.product-grid4 .pic-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-2 {
    opacity: 1
}

.product-grid4 .social {
    width: 180px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s
}

.product-grid4 .social li {
    display: inline-block;
    opacity: 0;
    transition: all .7s
}

.product-grid4 .social li:nth-child(1) {
    transition-delay: .15s
}

.product-grid4 .social li:nth-child(2) {
    transition-delay: .3s
}

.product-grid4 .social li:nth-child(3) {
    transition-delay: .45s
}

.product-grid4:hover .social li {
    opacity: 1
}

.product-grid4 .social li a {
    color: var(--text-color-primary);
    background: #fff;
    font-size: 17px;
    line-height: 36px;
    width: 40px;
    height: 36px;
    border-radius: 2px;
    margin: 0 5px;
    display: block;
    transition: all .3s ease 0s
}

.product-grid4 .social li a:hover {
    color: #fff;
    background: var(--primary-color)
}

.product-grid4 .social li a:after,
.product-grid4 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid4 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1
}

.product-grid4 .social li a:hover:after,
.product-grid4 .social li a:hover:before {
    opacity: 1
}

.product-grid4 .product-discount-label,
.product-grid4 .product-new-label {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 15px;
    transition: all .3s
}

.product-grid4 .product-discount-label {
    left: auto;
    right: 10px;
    background-color: #d7292a
}

.product-grid4:hover .product-new-label {
    opacity: 0
}

.product-grid4 .product-content {
    padding: 4px 2px
}

.product-grid4 .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0;
    transition: all .3s ease 0s
}

.product-grid4 .title a {
    /*color: var(--text-color-primary);*/
    direction: ltr;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #3a3e4a;
    line-height: 15px;
}
/*/
.product-grid4 .title a:hover {
    color: var(--primary-color)
}*/

.product-grid4 .price {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    /*margin: 0 2px 2px 0;*/
    display: block
}

.product-grid4 .price span {
    color: #909090;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    vertical-align: middle;
    display: inline-block
}

.product-grid4 .add-to-cart {
    /*border: 1px solid #e5e5e5;
    background-color: #fff;*/
    display: inline-block;
    /*padding: 3px 10px;*/
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    transition: all .3s
}

.product-grid4 .add-to-buy {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all .3s
}
.product-grid4:hover .add-to-cart {
    /*border: 1px solid transparent;
    background: var(--primary-color);*/
    color: var(--primary-color);
    font-size: 16px;
}

.product-grid4:hover .add-to-buy {
    border: 1px solid transparent;
    background: var(--primary-color);
    color: #fff
}

/*.product-grid4 .add-to-cart:hover {
    background-color: #505050;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}*/

.product-grid4 .add-to-buy:hover {
    background-color: #505050;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.text-yetu{
    color:var(--primary-color) !important
}

    .product-cart {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 24px;
    background: #333;
    background-size: contain;
    position: absolute;
    bottom: 12px;
    right: 12px;
    cursor: pointer;
    align-content: center;
    text-align: center;
    
}
.product-cart a{
    align-items: center;
}

/*ads for promoting products*/


@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
}
/*
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}*/


.full-width{
    width: 100% !important;
}
/*cart css*/
.decrement-item-cart {
    background-color: var(--primary-color);
}
.btn-sm, .btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-body {
    width: 100%;
}
.media, .media-body {
    overflow: hidden;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.pull-left {
    float: left;
}
.w-100 {
    width: 100% !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
.ml-1 {
    margin-left: .5rem !important;
}
.title-cart{
    font-size: 15px;
    font-weight: 400;
}
.btn-primary{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary:hover{
    background-color: var(--text-color-primary);
    border-color: var(--text-color-primary);
}
.btn-secondary{
    background-color: var(--text-color-primary);
    border-color: var(--text-color-primary);
}
.form-group {
    margin-bottom: .5rem;
}
/**about*********/
#czaboutcmsblock {
    clear: both;
    padding: 45px 0 50px;
}

#czaboutcmsblock .one-second.part1 {
    width: 50%;
    padding-inline-end: 20px;
    margin-top: 0;
}

#czaboutcmsblock .one-second.part2 {
    width: 50%;
}
#czaboutcmsblock .one-second {
    float: left;
    padding-top: 10px;
}

#czaboutcmsblock .aboutus-store.image {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#czaboutcmsblock .leftdesc_wrap:last-child {
    margin-bottom: 0;
}

#czaboutcmsblock .one-second.part2 img {
    max-width: 100%;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.workprocess-area {
    background-color: #f4f5ff;
    position: relative;
    z-index: 1;
}

.section-padding {
    padding: 100px 0;
}

.workprocess-area .section-title {
    margin-bottom: 15px;
}

.section-title {
    text-align: center;
    margin-bottom: 65px;
}

.section-title h6 {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 38px;
    color: #333;
    font-weight: 800;
    margin: 0;
}

.special-heading {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 7px;
}
.workprocess-single-item {
    position: relative;
    margin-top: 35px;
}

.workprocess-icon-box {
    position: absolute;
    left: 0;
    top: 0;
}

.workprocess-icon-box .workprocess-icon-number {
    background: url(../img/circle.png) 0 0 no-repeat;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.workprocess-info {
    padding-left: 85px;
    padding-top: 20px;
}


.workprocess-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.workprocess-number-bg {
    position: absolute;
    top: -40px;
    left: 10px;
    width: 120px;
    z-index: -1;
    text-align: right;
}


.workprocess-number-bg span {
    font-size: 12.5rem;
    color: rgba(0, 0, 0, .03);
    font-weight: 700;
    line-height: 1;
}

.section-padding {
    padding: 100px 0;
}

.whychoose-single-item {
    position: relative;
    margin-top: 45px;
}

.whychoose-icon-box {
    position: absolute;
    left: 0; 
    top: 0;
    text-align: center;
}

.whychoose-icon-box img {
    width: 60px;
    margin: 0 auto;
}

.whychoose-info {
    padding-left: 100px;
}

.whychoose-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.desc {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #505050 !important;
}
.desc-white{
    color: #fff;
}
.headin-down{
    margin:20px 0;
}

.consultation-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.consultation-area {
    padding: 40px 0;
    background-color: rgba(136, 116, 181, .11);
    position: relative;
    z-index: 1;
    color: #fff;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.consultation-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.about-inner-area {
    margin-top: 35px;
}

.h-h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
/*swipers**/

.swiper-content-side{
    padding-left: 40px !important;
}



/*other css*/
.h2{
    font-weight: 500 !important;
}

/**/

@media only screen and (max-width:990px) {
    .product-grid4 {
        margin-bottom: 6px
    }
}

/**mobile views*/
@media only screen and (max-width: 767px) {
    .swiper-content-side{
        padding-left: 4px !important;
    }
.mt-md{
    margin-top: 15px !important;
}

header .header-section .header-left .search-box .form-control {
    padding: 10px 10px 10px 5px;
    width: 100%; 
} 

.search-btn{
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
    height: 40px;
}

.mb-md{
    margin-bottom: 5px !important;
}

.menu-label{
    display: block;
    font-size: 12px;
}
.menu-label-h{
    color:#fff;
    display: block;
     font-size: 12px;
}

header .header-section .header-btn.bottom-menu
{
    bottom: 8px;
}
header .header-section .header-btn .main-link{
    /*padding: 0px 10px;*/
}
.main-link{
    text-align: center;
}
.profile-link .d-block{
    display: block;
    justify-self: center;
}
header .header-section .header-btn.home-btn{
    left: 10%;
}
header .header-section .header-btn.add-friend{
    left: 28%;
}
header .header-section .header-btn.profile-btn{
    left: 45%;
}
header .header-section .header-btn.notification-btn {
    left: 82%;
}
header .header-section .header-btn.message-btn {
  left: 62%;  
}



.grid-col{
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px;
}

.story-caption-price{
    font-size: 14px;
    font-weight: 700;
    padding: 4px 0px 0px 0px;
}

.story-caption{
    text-align: center;
    padding: 4px 0px 0px 0px;
    font-size: 12px;
}

 .product-grid4 .add-to-cart {
        /*padding: 0px 6px;*/
    }

    .product-grid4 .add-to-buy {
        padding: 2px 4px;
    }

    /********************* Shopping Demo-4 **********************/
.product-grid4,
.product-grid4 .product-image4 {
    position: relative
}

.product-grid4 {
    font-family: "TT Norms Medium";
    /*text-align: center;*/
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease 0s
}

.category-title{
    font-weight: 500;
    font-size: 15px !important;
}

/*.product-grid4:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}*/

.product-grid4 .product-image4 a {
    display: block
}

.product-grid4 .product-image4 img {
    width: 100%;
    height: auto
}

.product-grid4 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-1 {
    opacity: 0
}

.product-grid4 .pic-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-2 {
    opacity: 1
}

.product-grid4 .social {
    width: 180px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s
}

.product-grid4 .social li {
    display: inline-block;
    opacity: 0;
    transition: all .7s
}

.product-grid4 .social li:nth-child(1) {
    transition-delay: .15s
}

.product-grid4 .social li:nth-child(2) {
    transition-delay: .3s
}

.product-grid4 .social li:nth-child(3) {
    transition-delay: .45s
}

.product-grid4:hover .social li {
    opacity: 1
}

.product-grid4 .social li a {
    color: var(--text-color-primary);
    background: #fff;
    font-size: 17px;
    line-height: 36px;
    width: 40px;
    height: 36px;
    border-radius: 2px;
    margin: 0 5px;
    display: block;
    transition: all .3s ease 0s
}

.product-grid4 .social li a:hover {
    color: #fff;
    background: var(--primary-color)
}

.product-grid4 .social li a:after,
.product-grid4 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid4 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1
}

.product-grid4 .social li a:hover:after,
.product-grid4 .social li a:hover:before {
    opacity: 1
}

.product-grid4 .product-discount-label,
.product-grid4 .product-new-label {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 15px;
    transition: all .3s
}

.product-grid4 .product-discount-label {
    left: auto;
    right: 10px;
    background-color: #d7292a
}

.product-grid4:hover .product-new-label {
    opacity: 0
}

.product-grid4 .product-content {
    padding: 4px 2px;
}

.product-grid4 .title {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 6px;
    transition: all .3s ease 0s
}

.product-grid4 .title a {
    color: var(--text-color-primary);
    line-height: 13px;
}
/*
.product-grid4 .title a:hover {
    color: var(--primary-color)
}*/

.product-grid4 .price {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    /*margin: 0 2px 15px 0;*/
    display: block
}

.product-grid4 .price span {
    color: #909090;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    vertical-align: middle;
    display: inline-block
}

.product-grid4 .add-to-cart {
    /*border: 1px solid #e5e5e5;*/
    display: inline-block;
    /*padding: 2px 4px;*/
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    transition: all .3s
}

.product-grid4:hover .add-to-cart {
    /*border: 1px solid transparent;
    background: var(--primary-color);*/
    color: var(--primary-color);
    font-size: 16px;
}

/*.product-grid4 .add-to-cart:hover {
    background-color: #505050;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}*/

.product-grid4 .add-to-buy {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 10px 20px;
    color: var(--text-color-primary);
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all .3s
}

.product-grid4:hover .add-to-buy {
    border: 1px solid transparent;
    background: var(--primary-color);
    color: #fff
}

.product-grid4 .add-to-buy:hover {
    background-color: #505050;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .5)*/
}

#czbannercmsblock .one-half, #czbannercmsblock1 .one-half {
    width: 100%;
    margin-bottom: 15px;
}

#czbannercmsblock .one-half .cmsbanner-text .main-title, #czbannercmsblock1 .one-half .cmsbanner-text .main-title {
    font-size: 16px;
    line-height: 22px;
}

#czbannercmsblock .one-half .cmsbanner-text .offer-title, #czbannercmsblock1 .one-half .cmsbanner-text .offer-title {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 5px;
}

#czbannercmsblock .one-half, #czbannercmsblock1 .one-half {
    padding: 0 0px;
}
/***/
.special-heading {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 7px;
}

.workprocess-info h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*other css*/
.h2{
    font-size: 16px;
    font-weight: 500;
}

.title-cart{
    font-size: 14px;
    font-weight: 400;

}
}
/**end mobilevies*/