.breadcrum {
    position: relative;
    padding-top: 20px;
    /* z-index:2; */
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 30px rgba(0,0,0,.075);
    box-shadow: 0 7px 30px rgb(22 21 21/14%)
}

.breadcrum .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 0.7;
    color: rgb(4 4 4);
    background-color: transparent;
    border: var(--bs-border-width) solid rgb(0 0 0 / 0%);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.breadcrum .toggler-icon::before, .toggler-icon::after {
    content: "\F162";
    font-family: "remixicon";
    width: 20px;
    height: 2px;
    background-color: #fff0;
    transition: transform 0.3s ease-in-out;
}

.breadcrum .mobile-menu-btn .toggler-icon {
    content: "\F162";
    font-family: "remixicon";
    width: 29px;
    height: 2px;
    background-color: #fbfbfb00;
    /* margin: 18px 5px; */
    margin-top: 30px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.breadcrum .toggler-icon::after {
    /* content:"\F162"; */
    font-family: "remixicon";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #f7f7f700;
    transition: transform 0.3s ease-in-out;
}

.breadcrum .mobile-menu-btn.active .toggler-icon::after {
    transform: rotate(19deg) translateY(-5px);
}

.breadcrum .mobile-menu-btn.active .toggler-icon::before {
    transform: rotate(135deg) translateY(5px);
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .breadcrum {
        padding:30px
    }
}

@media(max-width: 767px) {
    .breadcrum {
        padding: 10px 2px 15px 5px;
    }
}

.breadcrumbs {
    position: relative;
    /* padding: 13px 2px 28px 5px; */
    padding: 37px;
    /* z-index:2; */
    text-align: left;
    background-color: #6495ed;
    -webkit-box-shadow: 0 7px 30px rgba(0,0,0,.075);
    box-shadow: 0 7px 30px rgb(22 21 21/14%);
    /* margin-top: 131px; */
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .breadcrumbs {
        padding:30px
    }
}

@media(max-width: 767px) {
    .breadcrumbs {
        padding:30px
    }
}

.breadcrumbs .breadcrumbs-content {
    position: relative;
    text-align: left
}

.breadcrumbs .breadcrumbs-content .page-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-top: 13px;
    text-transform: capitalize
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size:17px;
        line-height: 28px
    }
}

@media(max-width: 767px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size:16px;
        text-align: center;
        line-height: 26px
    }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
    background: 0 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-block
}

.breadcrumbs .breadcrumb-nav {
    text-align: right
}

@media(max-width: 767px) {
    .breadcrumbs .breadcrumb-nav {
        text-align:center;
        margin-top: 15px
    }
}

.breadcrumbs .breadcrumb-nav li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    text-transform: capitalize
}

.breadcrumbs .breadcrumb-nav li:after {
    content: "\EF40";
    font-family: remixicon;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: -7px
}

.breadcrumbs .breadcrumb-nav li:last-child {
    margin: 0;
    padding: 0
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
    display: none
}

.breadcrumbs .breadcrumb-nav li,.breadcrumbs .breadcrumb-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.breadcrumbs .breadcrumb-nav li i,.breadcrumbs .breadcrumb-nav li a i {
    font-size: 13px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -1px
}

.breadcrumbs .breadcrumb-nav li a {
    position: relative
}

.breadcrumbs .breadcrumb-nav li a:hover {
    color: #57b45b
}

.item-details {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.product-details-info {
    padding-top: 90px;
    /* padding-bottom:90px; */
    position: relative;
}

.blog-single {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.product-grids {
    padding-top: 10px;
    padding-bottom: 90px;
    position: relative;
}

.blog-section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.checkout-wrapper {
    padding-top: 50px;
    padding-bottom: 90px;
    position: relative;
}

.shopping-cart {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .section {
        padding-top:60px;
        padding-bottom: 60px
    }
}

@media(max-width: 767px) {
    .section {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}

.section-title {
    text-align: center;
    margin-bottom: 18px;
    padding: 0 8px;
    position: relative;
    /* z-index:5; */
    position: relative
}

.section-title h2 {
    font-size: 24px;
    line-height: 35px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

.section-title h2::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background-color: #57b45b;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    border-radius: 2px
}

.section-title p {
    font-size: 17px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #7e88a2;
    text-align: center
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .section-title {
        padding:0 250px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .section-title {
        padding:0 20px;
        margin-bottom: 30px
    }

    .section-title h3 {
        font-size: 14px
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .section-title p {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .section-title {
        padding:0 10px;
        margin-bottom: 25px
    }

    .section-title h3 {
        font-size: 14px
    }

    .section-title h2 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 18px
    }

    .section-title p {
        font-size: 18px;
    }
}

.section-title.align-right {
    padding: 0;
    padding-left: 600px
}

.section-title.align-right h2:before {
    display: none
}

.section-title.align-right h2:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: #57b45b;
    content: ""
}

.section-title.align-left {
    padding: 0;
    padding-right: 600px
}

.section-title.align-left h2:before {
    left: 0;
    margin-left: 0
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #292f47;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff!important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgb(0 0 0/10%);
}

.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35,38,45,.15)!important;
    box-shadow: 0 1rem 3rem rgba(35,38,45,.15)!important;
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
    background-color: #333a56;
}

.overlay {
    position: relative;
    z-index: 1
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: #57b45b;
    content: "";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1
}

.pagination {
    text-align: left;
    margin: 40px 0 0;
    display: block
}

.pagination.center {
    text-align: center
}

.pagination.right {
    text-align: right
}

.pagination.left {
    text-align: left
}

.pagination .pagination-list {
    display: inline-block;
    overflow: hidden
}

.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
    margin-top: 10px
}

.pagination .pagination-list li:last-child {
    margin-right: 0
}

.pagination .pagination-list li a {
    background: #fff;
    color: #57b45b;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    padding: 6px 18px;
    text-align: center;
    border: 1px solid #eee
}

.pagination .pagination-list li.active a,.pagination .pagination-list li:hover a {
    background: #57b45b;
    color: #fff;
    border-color: transparent
}

.pagination .pagination-list li a i {
    font-size: 14px
}

.blog-grids.pagination {
    margin-top: 50px;
    text-align: center
}

#hizliver {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 30px;
    background-color: #ffffff;
    color: #57b45b;
    border: 0;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    margin-right: 0;
    overflow: hidden
}

#hizliver:hover {
    background-color: #fdf8f8;
    color: #545cd7;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .button .btn {
        padding:12px 25px;
        font-size: 14px;
        font-weight: 500
    }
}

@media(max-width: 767px) {
    .button .btn {
        padding:12px 25px;
        font-size: 14px;
        font-weight: 500
    }
}

.button .btn i {
    display: inline-block;
    margin-right: 5px
}

.button .btn:last-child {
    margin: 0
}

.button .btn-alt {
    background-color: #1a2844!important;
    color: #fff!important
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .button .btn-alt {
        padding:12px 25px;
        font-size: 14px;
        font-weight: 500
    }
}

@media(max-width: 767px) {
    .button .btn-alt {
        padding:12px 25px;
        font-size: 14px;
        font-weight: 500
    }
}

.button .btn-alt:hover {
    background-color: #57b45b!important;
    color: #fff!important
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #57b45b;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite
}

.preloader-icon span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 0
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0,0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1,1);
        opacity: 0
    }
}

.header {
    width: 100%;
    background: #fff;
    position: relative;
    width: 100%
}

.header .topbar {
    background-color: #131932;
    padding: 18px 0;
    width: 100%;
    position: fixed;
    z-index: 999;
}

@media(max-width: 767px) {
    .header .topbar .top-left {
        text-align:center
    }
}

.header .topbar .top-left .menu-top-link .select-position {
    position: relative
}

.header .topbar .top-left .menu-top-link .select-position select {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    border: 0;
    padding: 0 10px 0 0;
    color: #fff!important;
    font-weight: 500;
    font-size: 14px;
    background-color: #57b45b!important
}

.header .topbar .top-left .menu-top-link .select-position select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header .topbar .top-left .menu-top-link .select-position::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 6px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 6px
}

.header .topbar .top-left .menu-top-link li {
    display: inline-block;
    margin-right: 20px
}

.header .topbar .top-left .menu-top-link li:last-child {
    margin: 0
}

.header .topbar .top-middle {
    text-align: center
}

@media(max-width: 767px) {
    .header .topbar .top-middle {
        display:none
    }
}

.header .topbar .top-middle .useful-links li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px
}

.header .topbar .top-middle .useful-links li:last-child {
    margin: 0;
    border: 0
}

.header .topbar .top-middle .useful-links li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.header .topbar .top-middle .useful-links li a:hover {
    color: #57b45b
}

.header .topbar .top-end {
    float: right;
    display: inline-block;
    margin-top: -25px
}

@media(max-width: 767px) {
    .header .topbar .top-end {
        float:none;
        text-align: center;
        display: block;
        margin-top: 0;
        margin-left: 60px
    }
}

.header .topbar .top-end .user {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px
}

.header .topbar .top-end .user i {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    font-size: 16px
}

.header .topbar .top-end .user-login {
    display: inline-block;
    white-space: nowrap
}

.header .topbar .top-end .user-login li {
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,.459);
    padding: 0 0px;
    white-space: nowrap;
    margin-right: 2px;
}

.header .topbar .top-end .user-login li:first-child {
    padding-right: 12px
}

.header .topbar .top-end .user-login li:last-child {
    margin-right: 15px;
    padding-right: 0;
    border-right: 0
}

.header .topbar .top-end .user-login li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap
}

.header .topbar .top-end .user-login li a:hover {
    color: #57b45b
}

.header .header-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #eee
}

@media(max-width: 767px) {
    .header .header-middle .d-xs-none {
        display:none
    }
}

.header .middle-right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-top: 9px;
}

@media(max-width: 767px) {
    .header .middle-right-area {
        -webkit-box-pack:right;
        -ms-flex-pack: right;
        justify-content: right;
        float: right;
        margin-left: -90px;
    }
}

.header .nav-hotline {
    position: relative;
    padding-left: 78px;
    margin-right: 35px
}

@media(max-width: 767px) {
    .header .nav-hotline {
        display:none
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .header .nav-hotline {
        display:none
    }
}

.header .nav-hotline i {
    color: #4CAF50;
    font-size: 18px;
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border: 1px solid #eee;
    border-radius: 50%
}

.header .nav-hotline h3 {
    font-size: 15px;
    font-weight: 600;
    color: #474a44;
    text-transform: capitalize;
}

.header .nav-hotline h3 span {
    color: #888;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-top: 2px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .header .nav-hotline h3 span {
        font-size:12px;
        font-weight: 600
    }
}

.header .navbar-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.header .navbar-cart .wishlist {
    margin-right: 12px
}

@media (max-width: 768px) {
    .header .navbar-cart .bosluk {
        margin-right: -5px;
        margin-left: 8px;
    }
}

@media (min-width: 769px) {
    .header .navbar-cart .bosluk {
        display:none
    }
}

.header .navbar-cart .wishlist a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #eee;
    color: #555;
    font-size: 18px;
    text-align: center;
    position: relative
}

.header .navbar-cart .wishlist a:hover {
    color: #fff;
    background-color: #131932;
    border-color: transparent
}

.header .navbar-cart .wishlist a .total-items {
    position: absolute;
    right: -6px;
    top: -5px;
    height: 19px;
    width: 19px;
    line-height: 19px;
    background-color: #131932;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%
}

.header .navbar-cart .cart-items {
    position: relative
}

.header .navbar-cart .cart-items:hover .main-btn {
    color: #fff;
    background-color: #131932;
    border-color: transparent
}

.header .navbar-cart .cart-items .main-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #eee;
    color: #555;
    font-size: 18px;
    text-align: center;
    position: relative
}

.header .navbar-cart .cart-items .main-btn .total-items {
    position: absolute;
    right: -6px;
    top: -5px;
    height: 19px;
    width: 19px;
    line-height: 19px;
    background-color: #131932;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%
}

.header .navbar-cart .cart-items:hover .shopping-item {
    opacity: 1;
    visibility: visible
}

.header .navbar-cart .cart-items .shopping-item {
    position: absolute;
    top: 72px;
    right: 0;
    width: 300px;
    background: #fff;
    padding: 20px 25px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 99;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.137);
    box-shadow: 0 0 5px rgba(0,0,0,.137);
    opacity: 0;
    visibility: hidden
}

@media(max-width: 767px) {
    .header .navbar-cart .cart-items .shopping-item {
        width:250px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .header .navbar-cart .cart-items .shopping-item {
        top:68px
    }
}

@media(max-width: 767px) {
    .header .navbar-cart .cart-items .shopping-item {
        top:66px
    }
}

@media(min-width: 767px) {
    .mya .main-menu-search {
        display:none
    }
}

.mobile-menu-btn {
    padding: 0
}

.mobile-menu-btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mobile-menu-btn .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 8px 5px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px
}

.breadcrum .nav-item a {
    font-size: 15px;
    color: #f2f2f2;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative;
    padding: 15px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    transition: all .3s ease-out 0s;
    position: relative;
    text-transform: capitalize
}

.breadcrum .nav-item a:hover {
    color: #d4d4d4
}

.add-list-button {
    display: inline-block;
    margin-left: 10px
}

.add-list-button .btn i {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px
}

.hero-area {
    position: relative;
    background-color: #fff
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .md-custom-padding {
        padding-right:0!important
    }
}

.hero-area .custom-padding-right {
    padding-right: 0
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .custom-padding-right {
        padding-right:calc(var(--bs-gutter-x)/2)
    }
}

@media(max-width: 767px) {
    .hero-area .custom-padding-right {
        padding-right:calc(var(--bs-gutter-x)/2)
    }
}

.hero-area .slider-head {
    position: relative;
    overflow: hidden
}

.hero-area .slider-head:hover .tns-controls button:first-child {
    left: 0
}

.hero-area .slider-head:hover .tns-controls button:last-child {
    right: 0
}

.hero-area .tns-controls button {
    width: 35px;
    height: 60px;
    cursor: pointer;
    z-index: 2;
    color: #fff;
    font-size: 17px;
    background: #57b45b;
    border: 0;
    padding: 2px 5px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -30px;
    border-radius: 0
}

.hero-area .tns-controls button:hover {
    background-color: #57b45b;
    color: #fff
}

.hero-area .tns-controls button:first-child {
    left: -40px;
    border-radius: 0 4px 4px 0
}

.hero-area .tns-controls button:last-child {
    right: -40px;
    border-radius: 4px 0 0 4px
}

.hero-area .hero-slider .single-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    position: relative
}

@media(max-width: 767px) {
    .hero-area .hero-slider .single-slider {
        position:relative
    }

    .hero-area .hero-slider .single-slider::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background-color: #fff;
        opacity: .6
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-slider .single-slider {
        height:400px;
        margin-bottom: 12px
    }
}

@media(max-width: 767px) {
    .hero-area .hero-slider .single-slider {
        height:350px;
        margin-bottom: 12px
    }
}

.hero-area .hero-slider .single-slider .content {
    padding: 20px 365px 20px 50px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-slider .single-slider .content {
        padding-right:300px
    }
}

@media(max-width: 767px) {
    .hero-area .hero-slider .single-slider .content {
        padding-right:30px;
        padding-left: 20px
    }
}

.hero-area .hero-slider .single-slider .content h2 {
    font-size: 30px;
    font-weight: 800;
    color: #57b45b
}

.hero-area .hero-slider .single-slider .content h2 span {
    font-size: 17px;
    font-weight: 600;
    display: block;
    color: #8a8a8a;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-slider .single-slider .content h2 span {
        font-size:14px;
        font-weight: 500
    }
}

@media(max-width: 767px) {
    .hero-area .hero-slider .single-slider .content h2 span {
        font-size:14px;
        font-weight: 500
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-slider .single-slider .content h2 {
        font-size:22px
    }
}

@media(max-width: 767px) {
    .hero-area .hero-slider .single-slider .content h2 {
        font-size:20px
    }
}

.hero-area .hero-slider .single-slider .content p {
    margin-top: 20px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-slider .single-slider .content p {
        margin-top:10px
    }
}

@media(max-width: 767px) {
    .hero-area .hero-slider .single-slider .content p {
        margin-top:10px
    }
}

.hero-area .hero-slider .single-slider .content h3 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 800;
    color: #57b45b
}

.hero-area .hero-slider .single-slider .content h3 span {
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #8a8a8a
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-slider .single-slider .content h3 span {
        margin-right:10px;
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .hero-area .hero-slider .single-slider .content h3 span {
        margin-right:8px;
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-slider .single-slider .content h3 {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .hero-area .hero-slider .single-slider .content h3 {
        font-size:20px
    }
}

.hero-area .hero-slider .single-slider .content .button {
    margin-top: 30px
}

.hero-area .hero-small-banner {
    height: 244px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-small-banner {
        height:240px
    }
}

@media(max-width: 767px) {
    .hero-area .hero-small-banner {
        height:240px
    }
}

.hero-area .hero-small-banner .content {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-area .hero-small-banner .content h2 {
    font-size: 20px;
    font-weight: 700
}

.hero-area .hero-small-banner .content h2 span {
    font-size: 15px;
    font-weight: 500;
    color: #888;
    display: block;
    margin-bottom: 4px
}

.hero-area .hero-small-banner .content h3 {
    color: #57b45b;
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin-top: 7px
}


@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-small-banner.style2 {
        margin-top:0
    }
}

.hero-area .hero-small-banner.style2 .content h2 {
    color: #fff
}

.hero-area .hero-small-banner.style2 .content h2 span {
    color: #fff
}

.hero-area .hero-small-banner.style2 .content p {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px
}

.hero-area .hero-small-banner.style2 .content .button {
    margin-top: 20px
}

.hero-area .hero-small-banner.style2 .content .button .btn {
    background-color: #fff;
    color: #57b45b;
    padding: 10px 25px
}

.hero-area .hero-small-banner.style2 .content .button .btn:hover {
    background-color: #57b45b;
    color: #fff
}

.shipping-info {
    padding: 0px 0;
}

.shipping-info ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    background: #fff
}

.shipping-info li {
    list-style: none;
    float: left;
    width: 25%;
    padding: 30px 40px;
    border: 1px solid #eee;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .shipping-info li {
        width:50%
    }
}

@media(max-width: 767px) {
    .shipping-info li {
        width:100%
    }
}

.shipping-info li:hover {
    background-color: #fff
}

.shipping-info .media-icon {
    margin-bottom: 15px
}

.shipping-info .media-icon i {
    color: #57b45b;
    font-size: 38px
}

.shipping-info .media-body {
    padding-bottom: 0
}

.shipping-info .media-body h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #57b45b
}

.shipping-info .media-body span {
    font-size: 15px;
    margin-top: 2px;
    color: #777
}

.featured-categories .section-title {
    margin-bottom: 20px
}

.featured-categories .single-category {
    padding: 40px;
    margin-top: 30px;
    border: 2px solid #f0f0f0;
    position: relative;
    background: #fff;
    z-index: 0
}

.featured-categories .single-category .heading {
    font-size: 17px;
    font-weight: 700;
    color: #57b45b
}

.featured-categories .single-category ul {
    margin-top: 20px
}

.featured-categories .single-category ul li {
    display: block;
    margin-bottom: 4px
}

.featured-categories .single-category ul li:last-child {
    margin: 0
}

.featured-categories .single-category ul li a {
    color: #666
}

.featured-categories .single-category ul li a:hover {
    color: #57b45b;
    padding-left: 5px
}

.featured-categories .single-category img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .featured-categories .single-category img {
        width:50%
    }
}

.single-product {
    border: 1px solid #eee;
    transition: all .4s ease;
    margin-top: 30px;
    padding: 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px #00000012;
    background: #fff
}

.single-product .product-image {
    width: 60px;
    height: 60px;
    margin-left: 18px;
    border-radius: 5%;
    background: #57b45b;
    box-shadow: 0 3px 15px #00cc662e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

.single-product .product-image i {
    font-size: 30px;
    color: #fff
}

.single-product .product-image .sale-tag {
    background: #f73232;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    padding: 5px 10px;
    left: 0;
    z-index: 22
}

.single-product .product-image .new-tag {
    background: #57b45b;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    padding: 5px 10px;
    left: 0;
    z-index: 22
}

.single-product .product-image .button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden
}

.single-product .product-image .button .btn {
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 600;
    width: 140px
}

.single-product .product-image .button .btn i {
    font-size: 18px;
    position: relative;
    top: 2px
}

.single-product .product-image img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.single-product:hover .product-image .button {
    bottom: 30px;
    opacity: 1;
    visibility: visible
}

.single-product:hover .product-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-product .product-info {
    padding: 20px;
    background-color: #fff
}

.single-product .product-info .category {
    color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 2px
}

.single-product .product-info .title a {
    font-size: 16px;
    font-weight: 700;
    color: #57b45b
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-product .product-info .title a {
        font-size:15px
    }
}

.single-product .product-info .title a:hover {
    color: #57b45b
}

.single-product .product-info .review {
    margin-top: 5px
}

.single-product .product-info .review li {
    display: inline-block
}

.single-product .product-info .review li i {
    color: #fecb00;
    font-size: 13px
}

.single-product .product-info .review li span {
    display: inline-block;
    margin-left: 4px;
    color: #888;
    font-size: 13px
}

.single-product .product-info .price {
    margin-top: 15px
}

.single-product .product-info .price span {
    font-size: 17px;
    font-weight: 700;
    color: #57b45b;
    display: inline-block
}

.single-product .product-info .price .discount-price {
    margin: 0;
    color: #aaa;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 10px;
    font-size: 14px;
    display: inline-block
}

.trending-product .section-title {
    margin-bottom: 20px
}

.single-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden
}

@media(max-width: 767px) {
    .single-banner.custom-responsive-margin {
        margin-top:30px
    }
}

.single-banner.right {
    text-align: right
}

.single-banner.right .content {
    padding: 50px 40px
}

.single-banner .content {
    padding: 70px 40px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-banner .content {
        padding:50px 30px
    }
}

@media(max-width: 767px) {
    .single-banner .content {
        padding:35px
    }
}

.single-banner .content h2 {
    font-size: 22px;
    font-weight: 700
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-banner .content h2 {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .single-banner .content h2 {
        font-size:18px
    }
}

.single-banner .content .price span {
    color: #57b45b;
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700
}

.single-banner .content p {
    font-size: 14px;
    margin-top: 15px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-banner .content p {
        margin-top:10px
    }
}

@media(max-width: 767px) {
    .single-banner .content p {
        margin-top:8px
    }
}

.single-banner .content .button {
    margin-top: 25px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-banner .content .button {
        margin-top:20px
    }
}

@media(max-width: 767px) {
    .single-banner .content .button {
        margin-top:15px
    }
}

.special-offer {
    background-color: #f9f9f9
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .special-offer .section-title {
        margin-bottom:20px
    }
}

.special-offer .offer-content {
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px #00000012;
    box-shadow: 0 0 20px #00000012;
    padding: 12px;
    margin-top: 30px
}

.special-offer .offer-content:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.special-offer .offer-content .image {
    position: relative;
    overflow: hidden
}

.special-offer .offer-content .image img {
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.special-offer .offer-content .image .sale-tag {
    background: #f73232;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 10px;
    padding: 5px 10px;
    right: 10px;
    z-index: 22;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    padding: 0;
    text-align: center
}

.special-offer .offer-content .text {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 20px
}

.special-offer .offer-content .text h2 {
    text-align: left;
    margin-bottom: 10px
}

.special-offer .offer-content .text h2 a {
    font-size: 20px;
    font-weight: 700;
    color: #57b45b
}

.special-offer .offer-content .text h2 a:hover {
    color: #57b45b
}

.special-offer .offer-content .text .review {
    margin-top: 5px
}

.special-offer .offer-content .text .review li {
    display: inline-block
}

.special-offer .offer-content .text .review li i {
    color: #fecb00;
    font-size: 13px
}

.special-offer .offer-content .text .review li span {
    display: inline-block;
    margin-left: 4px;
    color: #888;
    font-size: 13px
}

.special-offer .offer-content .text .price {
    margin-top: 10px;
    margin-bottom: 10px
}

.special-offer .offer-content .text .price span {
    font-size: 20px;
    font-weight: 800;
    color: #57b45b;
    display: inline-block
}

.special-offer .offer-content .text .price .discount-price {
    margin: 0;
    color: #aaa;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 10px;
    font-size: 18px;
    display: inline-block
}

.special-offer .offer-content .text p {
    color: #888
}

.special-offer .offer-content .box-head {
    border: 1px solid #eee;
    padding: 15px 10px;
    border-radius: 4px
}

.special-offer .offer-content .box {
    background: #ffffff0d;
    width: 24%;
    height: auto;
    margin: 0;
    display: inline-block
}

.special-offer .offer-content h2 {
    text-align: center;
    padding-top: 2px;
    color: #666;
    font-size: 13px;
    font-weight: 600
}

.special-offer .offer-content .box h1 {
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 5px;
    color: #57b45b
}

.special-offer .offer-content .alert {
    display: none
}

@media(max-width: 767px) {
    .home-product-list .custom-responsive-margin {
        margin-bottom:40px
    }
}

.home-product-list .list-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #232323;
    font-size: 15px;
    font-weight: 500
}

.home-product-list .list-title::before {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 90px;
    height: 1px;
    background-color: #57b45b;
    content: ''
}

.home-product-list .single-list {
    margin-bottom: 20px
}

.home-product-list .single-list:last-child {
    margin: 0
}

.home-product-list .single-list .list-image {
    width: 60px;
    padding-right: 12px;
    float: left;
    position: relative;
    top: 10px
}

.home-product-list .single-list .list-image a {
    display: block;
    border-radius: 5px;
    overflow: hidden
}

.home-product-list .single-list .list-image a img {
    width: 100%
}

.home-product-list .single-list .list-info {
    display: table-cell;
    vertical-align: top
}

.home-product-list .single-list .list-info h3 a {
    font-size: 14px;
    font-weight: 500;
    color: #57b45b
}

.home-product-list .single-list .list-info h3 a:hover {
    color: #57b45b
}

.home-product-list .single-list .list-info span {
    display: block;
    margin-top: 2px;
    font-size: 13px
}

.about-us {
    /* background-color:#f9f9f9; */
}

.about-us .content-left {
    position: relative
}

.about-us .content-left img {
    width: 100%;
    border-radius: 4px
}

.about-us .content-left .video {
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #57b45b;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 25px;
    padding-left: 3px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.about-us .content-left .video:hover {
    color: #fff;
    background-color: #57b45b;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.about-us .content-left .video:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 2s linear infinite;
    animation: pulse-border-2 2s linear infinite
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.about-us .content-right {
    padding-left: 40px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .about-us .content-right {
        padding:0;
        margin-top: 30px
    }
}

.about-us .content-right h2 {
    display: block;
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .about-us .content-right h2 {
        font-size:28px;
        line-height: 38px
    }
}

@media(max-width: 767px) {
    .about-us .content-right h2 {
        font-size:22px;
        line-height: 35px
    }
}

.about-us .content-right h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 8px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600
}

.about-us .content-right p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px
}

.about-us .content-right p:last-child {
    margin: 0
}

.faq {
    padding-bottom: 80px
}

.faq .section-title {
    margin-bottom: 60px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .faq .section-title {
        margin-bottom:40px
    }
}

@media(max-width: 767px) {
    .faq .section-title {
        margin-bottom:30px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .faq {
        padding-bottom:40px
    }
}

@media(max-width: 767px) {
    .faq {
        padding-bottom:30px
    }
}

.blog-section .section-title {
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .blog-section .section-title {
        margin-bottom:30px
    }
}

@media(max-width: 767px) {
    .blog-section .section-title {
        margin-bottom:20px
    }
}

.blog-section .single-blog {
    margin-top: 30px;
    overflow: hidden!important;
    -webkit-box-shadow: 0 0 20px #00000012;
    box-shadow: 0 0 20px #00000012;
    padding: 8px;
    background: #fff;
    border-radius: 4px
}

.blog-section .single-blog .blog-img {
    overflow: hidden
}

.blog-section .single-blog .blog-img a {
    width: 100%
}

.blog-section .single-blog .blog-img img {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.blog-section .single-blog:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-section .single-blog .blog-content {
    padding: 20px
}

.blog-section .single-blog .blog-content .category {
    font-size: 14px;
    color: #888;
    display: inline-block;
    font-weight: 500
}

.blog-section .single-blog .blog-content h4 {
    display: block;
    margin-top: 10px;
    line-height: 28px
}

.blog-section .single-blog .blog-content h4 a {
    font-size: 19px;
    color: #57b45b;
    display: inline-block;
    font-weight: 700
}

.blog-section .single-blog .blog-content h4 a:hover {
    color: #57b45b
}

.blog-section .single-blog .blog-content p {
    display: block;
    margin-top: 20px
}

.blog-section .single-blog .blog-content .button {
    margin-top: 25px
}

.blog-section .single-blog .blog-content .button .btn {
    background-color: transparent;
    border: 1px solid #dfdfdf;
    color: #57b45b
}

.blog-section .single-blog .blog-content .button .btn:hover {
    background-color: #57b45b;
    color: #fff;
    border-color: transparent
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .blog-list .pagination {
        margin-top:20px
    }
}

.blog-list .single-blog {
    margin: 0
}

.blog-list .single-blog {
    margin-bottom: 30px
}

.blog-single .single-inner .main-content-head {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden
}

.blog-single .meta-information {
    background-color: #fff;
    padding: 20px 40px
}

@media(max-width: 767px) {
    .blog-single .meta-information {
        padding:12px 25px
    }
}

.blog-single .meta-info {
    margin-top: 5px
}

.blog-single .meta-info li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative
}

@media(max-width: 767px) {
    .blog-single .meta-info li {
        margin-bottom:5px;
        margin-right: 10px
    }
}

.blog-single .meta-info li:last-child {
    margin: 0;
    padding: 0
}

.blog-single .meta-info li a {
    color: #888;
    font-size: 14px;
    font-weight: 500
}

.blog-single .meta-info li a i {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px
}

.blog-single .meta-info li a:hover {
    color: #57b45b
}

.blog-single .post-thumbnils {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.blog-single .post-thumbnils img {
    width: 100%
}

.blog-single .detail-inner {
    background-color: #fff;
    padding: 40px;
    padding-top: 10px
}

@media(max-width: 767px) {
    .blog-single .detail-inner {
        padding:25px;
        padding-top: 10px
    }
}

.blog-single .post-title {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
    display: inline-block
}

@media(max-width: 767px) {
    .blog-single .post-title {
        line-height:26px
    }
}

.blog-single .post-title a {
    font-size: 22px;
    font-weight: 600;
    display: inline-block
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .blog-single .post-title a {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .blog-single .post-title a {
        font-size:18px
    }
}

.blog-single .post-title a:hover {
    color: #57b45b
}

.blog-single p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 26px
}

.blog-single p:first-child {
    margin-top: 0
}

.blog-single h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px
}

.blog-single .list {
    margin: 30px 0
}

.blog-single .list li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px
}

.blog-single .list li:last-child {
    margin-bottom: 0
}

.blog-single .list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
    font-size: 15px;
    color: #57b45b
}

blockquote {
    position: relative;
    color: #fff;
    font-weight: 400;
    clear: both;
    z-index: 1;
    margin: 40px 0;
    text-align: center;
    padding: 45px 40px 35px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px
}

@media(max-width: 767px) {
    blockquote {
        padding:45px 25px 30px
    }
}

blockquote .icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px
}

blockquote .icon i {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #57b45b;
    border-radius: 50%;
    display: inline-block
}

@media(max-width: 767px) {
    blockquote .icon i {
        margin-bottom:15px
    }
}

blockquote h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #57b45b
}

@media(max-width: 767px) {
    blockquote h4 {
        font-size:14px
    }
}

blockquote span {
    font-size: 13px;
    display: block;
    margin-top: 20px;
    color: #888
}

.post-bottom-area {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 767px) {
    .post-bottom-area {
        display:block
    }
}

.post-bottom-area .post-tag ul li {
    display: inline-block;
    margin-right: 10px
}

.post-bottom-area .post-tag ul li:last-child {
    margin: 0
}

.post-bottom-area .post-tag ul li a {
    color: #888
}

.post-bottom-area .post-tag ul li a:hover {
    color: #57b45b
}

@media(max-width: 767px) {
    .post-bottom-area .post-social-media {
        margin-top:20px
    }
}

.post-bottom-area .post-social-media .share-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    color: #888
}

.post-bottom-area .post-social-media ul {
    display: inline-block;
    margin-left: 10px
}

.post-bottom-area .post-social-media ul li {
    display: inline-block;
    margin-right: 15px
}

.post-bottom-area .post-social-media ul li a {
    font-size: 16px;
    color: #999;
    position: relative
}

.post-bottom-area .post-social-media ul li a:hover {
    color: #57b45b
}

.post-bottom-area .post-social-media ul li a span {
    background-color: #57b45b;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.post-bottom-area .post-social-media ul li a span::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    border: 5px solid #57b45b;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent
}

.post-bottom-area .post-social-media ul li a:hover span {
    opacity: 1;
    visibility: visible;
    top: -35px
}

.post-comments {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee
}

.comment-title {
    font-size: 17px!important;
    font-weight: 600!important;
    margin-bottom: 30px!important;
    position: relative;
    z-index: 1;
    text-transform: capitalize
}

.post-comments .comments-list li {
    padding: 30px;
    padding-left: 130px;
    position: relative;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #eee
}

@media(max-width: 767px) {
    .post-comments .comments-list li {
        padding-left:0;
        padding: 25px
    }
}

.post-comments .comments-list li .comment-img {
    position: absolute;
    left: 30px;
    width: 70px;
    height: 70px;
    overflow: hidden
}

@media(max-width: 767px) {
    .post-comments .comments-list li .comment-img {
        position:relative;
        top: 0;
        left: 0;
        margin-bottom: 12px
    }
}

.post-comments .comments-list li .comment-img img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%
}

.post-comments .comments-list li .comment-desc .desc-top {
    margin-bottom: 20px;
    position: relative;
    display: block
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
    font-size: 14px;
    font-weight: 400
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    z-index: 2;
    background-color: transparent;
    border-radius: 5px;
    color: #888
}

@media(max-width: 767px) {
    .post-comments .comments-list li .comment-desc .desc-top .reply-link {
        position:relative;
        display: block;
        margin-top: 15px
    }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
    color: #57b45b
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 1px
}

.post-comments .comments-list li .comment-desc p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px
}

.post-comments .comments-list li.children {
    margin-left: 130px
}

@media(max-width: 767px) {
    .post-comments .comments-list li.children {
        margin:0
    }
}

.post-comments .comments-list li:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee
}

.comment-form {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee
}

.comment-form .form-box {
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0/0%);
    width: 100%;
    margin-right: 154px
}

.comment-reply-title {
    font-size: 17px!important;
    font-weight: 600!important;
    margin-bottom: 30px!important;
    position: relative;
    z-index: 1;
    text-transform: capitalize
}

.comment-form .form-box {
    position: relative
}

.comment-form .form-box .icon {
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 16px
}

.comment-form .form-box .form-control-custom {
    border: 0;
    background: #fff;
    font-size: 14px;
    color: #57b45b;
    padding: 0 25px;
    font-weight: 500;
    height: 50px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px
}

.comment-form .form-box .form-control-custom:focus {
    border-color: #57b45b
}

.comment-form .form-box textarea.form-control-custom {
    height: 200px;
    padding: 25px
}

.comment-form .form-box .form-control-custom::-webkit-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.comment-form .form-box .form-control-custom:-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.comment-form .form-box .form-control-custom::-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.comment-form .form-box .form-control-custom::placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.sidebar .widget {
    padding: 35px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    box-shadow: 0 0 20px #00000012;
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .sidebar .widget:first-child {
        margin-top:30px
    }
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

.sidebar .widget .widget-title {
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    line-height: 28px;
    z-index: 1
}

.sidebar .widget.search-widget {
    position: relative
}

.sidebar .widget.search-widget input {
    width: 100%;
    background-color: transparent;
    height: 55px;
    border: 0;
    padding: 0 70px 0 30px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #eee
}

.sidebar .widget.search-widget input::-webkit-input-placeholder {
    color: #333
}

.sidebar .widget.search-widget input:-ms-input-placeholder {
    color: #333
}

.sidebar .widget.search-widget input::-ms-input-placeholder {
    color: #333
}

.sidebar .widget.search-widget input::placeholder {
    color: #333
}

.sidebar .widget.search-widget button {
    border: 0;
    right: 7px;
    top: 6px;
    width: 42px;
    height: 42px;
    z-index: 1;
    color: #fff!important;
    font-size: 18px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #fff;
    border-radius: 4px;
    padding: 0!important;
    border: 0;
    background: #57b45b
}

.sidebar .widget.search-widget button:hover {
    background-color: #57b45b;
    color: #fff
}

.sidebar .widget.popular-feeds .single-popular-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
    position: relative;
    padding-left: 100px;
    min-height: 82px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory {
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory:hover {
    color: #57b45b
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img {
    position: absolute;
    left: 0;
    top: 5px;
    overflow: hidden
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img img {
    width: 80px;
    border-radius: 4px;
    height: 80px
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
    margin-bottom: 8px;
    line-height: 1.5
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
    font-size: 14px;
    font-weight: 500
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
    color: #57b45b
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-weight: 400;
    font-size: 13px;
    display: block
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
    margin-right: 7px;
    font-size: 16px
}

.sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0
}

.sidebar .widget.categories-widget ul li {
    margin-bottom: 12px
}

.sidebar .widget.categories-widget ul li:last-child {
    margin: 0
}

.sidebar .widget.categories-widget ul li span {
    display: inline-block
}

.sidebar .widget.categories-widget ul li a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    color: #888
}

.sidebar .widget.categories-widget ul li a:hover {
    color: #57b45b
}

.sidebar .widget.popular-tag-widget {
    padding-bottom: 35px
}

.popular-tag-widget .tags>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 15px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    background: #57b45b;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    background: 0 0;
    color: #888;
    border: 1px solid #eee;
    border-radius: 4px
}

.popular-tag-widget .tags>a:hover {
    background-color: #57b45b;
    color: #fff;
    border-color: transparent
}

.brands {
    padding: 80px 0;
    background-color: #f9f9f9
}

.brands #tns2>.tns-item {
    padding-right: 28px
}

.brands .title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .brands {
        padding:40px 0
    }
}

.brands .brands-logo-wrapper {
    border: 1px solid #eee
}

.brands .brands-logo-wrapper .brands-logo-carousel .brand-logo {
    padding: 20px;
    text-align: center;
    margin: 0;
    border-right: 1px solid #eee
}

.brands .brands-logo-wrapper .brands-logo-carousel .brand-logo img {
    width: 100px;
    opacity: .8;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.brands .brands-logo-wrapper .brands-logo-carousel .brand-logo img:hover {
    opacity: 1
}

.team {
    background-color: #fff
}

.team .single-team {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 35px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team .single-team:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.123);
    box-shadow: 0 5px 10px rgba(0,0,0,.123)
}

.team .single-team .image img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px
}

.team .single-team .content {
    margin-top: 20px
}

.team .single-team .content h3 {
    color: #777;
    font-size: 16px
}

.team .single-team .content h5 {
    font-size: 13px;
    margin-top: 5px;
    color: #888
}

.team .single-team .content .social {
    margin-top: 20px
}

.team .single-team .content .social li {
    display: inline-block;
    margin-right: 4px
}

.team .single-team .content .social li:last-child {
    margin: 0
}

.team .single-team .content .social li a {
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #eee;
    color: #444;
    border-radius: 50%;
    font-size: 14px
}

.team .single-team .content .social li a:hover {
    border-color: transparent;
    color: #fff;
    background-color: #57b45b
}

.item-details .top-area {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px
}

.item-details .product-images img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px
}

.item-details .product-images .images {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 1em 1em;
    margin-top: 1em
}

@media(max-width: 767px) {
    .item-details .product-images .images {
        grid-template-columns:repeat(3,1fr)
    }
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.item-details .product-images .fade-in {
    -webkit-animation: fadeIn .5s ease-in 1 forwards;
    animation: fadeIn .5s ease-in 1 forwards
}

.item-details .product-info {
    padding-left: 30px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .item-details .product-info {
        padding:0;
        margin-top: 30px
    }
}

.item-details .product-info .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

@media(max-width: 767px) {
    .item-details .product-info .title {
        font-size:18px
    }
}

.item-details .product-info .category {
    display: block;
    margin-bottom: 15px
}

.item-details .product-info .category i {
    display: inline-block;
    margin-right: 5px;
    color: #888
}

.item-details .product-info .category a {
    color: #888;
    font-weight: 400;
    display: inline-block;
    margin-left: 5px
}

.item-details .product-info .category a:hover {
    color: #57b45b
}

.item-details .product-info .price {
    color: #131932;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .item-details .product-info .price {
        font-size:20px
    }
}

.item-details .product-info .price span {
    display: inline-block;
    margin-left: 15px;
    color: #888;
    text-decoration: line-through;
    font-size: 23px;
    font-weight: 500
}

@media(max-width: 767px) {
    .item-details .product-info .price span {
        font-size:20px
    }
}

.item-details .product-info .info-text {
    margin-bottom: 10px;
    padding-bottom: 15px;
    /* border-bottom:1px solid #eee; */
}

.item-details .product-info .form-group {
    margin-top: 20px
}

.item-details .product-info .form-group.color-option .title-label {
    display: block!important
}

.item-details .product-info .form-group.color-option .single-checkbox {
    margin-top: 8px;
    display: inline-block;
    margin-right: 5px
}

.item-details .product-info .form-group.color-option .single-checkbox:last-child {
    margin-right: 0
}

.item-details .product-info .form-group.color-option .single-checkbox label {
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    bottom: -2px
}

.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox] {
    display: none
}

.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]+label span {
    border-color: #57b45b;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 5px -3px 0;
    border: 1px solid #d5d5d5
}

.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]+label span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    font-size: 10px;
    line-height: 1.2;
    background-color: #57b45b;
    font-family: lineicons;
    content: "\ea5b";
    padding-left: 0;
    padding-top: 3px;
    border-radius: 50%;
    margin-top: -9px;
    margin-left: -9px;
    text-align: center
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-1 input[type=checkbox]+label span {
    border: 2px solid #57b45b
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-1 input[type=checkbox]+label span::before {
    background-color: #57b45b
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-2 input[type=checkbox]+label span {
    border: 2px solid #57b45b
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-2 input[type=checkbox]+label span::before {
    background-color: #57b45b
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-3 input[type=checkbox]+label span {
    border: 2px solid #ca0f05
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-3 input[type=checkbox]+label span::before {
    background-color: #ca0f05
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-4 input[type=checkbox]+label span {
    border: 2px solid #029c07
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-4 input[type=checkbox]+label span::before {
    background-color: #029c07
}

.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]:checked+label span {
    border-color: transparent
}

.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]:checked+label span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 50%;
    color: #fff
}

.item-details .product-info .form-group input:focus {
    outline: 0
}

.item-details .product-info .form-group select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.item-details .product-info .form-group label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500
}

.item-details .product-info .form-group select.form-control {
    padding-right: 38px;
    padding-left: 15px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px
}

.item-details .product-info .form-group select.form-control:not([size]):not([multiple]) {
    height: 46px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e1e1e1
}

.item-details .product-info .quantity .inner-content {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item-details .product-info .quantity .inner-content input.text {
    width: 60px;
    height: 46px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: 500;
    border-right: 0;
    border-left: 0
}

.item-details .product-info .quantity .inner-content input.button {
    width: 35px;
    height: 46px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.item-details .product-info .quantity .inner-content input.button.first {
    border-radius: 4px 0 0 4px;
    overflow: hidden
}

.item-details .product-info .quantity .inner-content input.button.last {
    border-radius: 0 4px 4px 0;
    overflow: hidden
}

.item-details .product-info .quantity .inner-content input.button:hover {
    background-color: #57b45b;
    border-color: transparent;
    color: #fff
}

.item-details .product-info .cart-button {
    width: 100%
}

.item-details .product-info .cart-button .btn {
    width: 100%;
    height: 46px;
    padding: 0
}

.item-details .product-info .wish-button {
    display: inline-block;
    width: 100%
}

@media(max-width: 767px) {
    .item-details .product-info .wish-button {
        margin-top:0
    }
}

.item-details .product-info .wish-button .btn {
    display: inline-block;
    margin-right: 7px;
    border: 1px solid #57b45b;
    border-radius: 4px;
    color: #555;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    height: 46px;
    width: 100%
}

.item-details .product-info .wish-button .btn:hover {
    background-color: #57b45b;
    color: #fff;
    border-color: transparent
}

.item-details .product-info .wish-button .btn:last-child {
    margin: 0
}

.item-details .product-info .wish-button .btn i {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.wish-button .lni-heart-fill {
    color: #ff1f1f
}

.item-details .product-info .list-info {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px
}

.item-details .product-info .list-info h4 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px
}

.item-details .product-info .list-info ul li {
    display: block;
    margin-bottom: 6px
}

.item-details .product-info .list-info ul li:last-child {
    margin: 0
}

.item-details .product-info .list-info ul li span {
    display: inline-block;
    font-weight: 500;
    min-width: 100px
}

.item-details .product-info .bottom-content {
    margin-top: 6px;
    margin-right: 10px;
    margin-left: -26px;
}

.item-details .product-info .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: -5px
}

@media(max-width: 767px) {
    .item-details .product-info .social-share {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px
    }
}

.item-details .product-info .social-share h4 {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    display: inline-block;
    margin-right: 13px;
    position: relative;
    top: 11px
}

.item-details .product-info .social-share ul {
    display: inline-block;
    float: right
}

@media(max-width: 767px) {
    .item-details .product-info .social-share ul {
        float:none
    }
}

.item-details .product-info .social-share ul li {
    display: inline-block;
    margin-right: 2px;
    margin-top: 5px
}

.item-details .product-info .social-share ul li:last-child {
    margin-right: 0
}

.item-details .product-info .social-share ul li a {
    height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #57b45b;
    line-height: 30px;
    font-size: 12px
}

.item-details .product-info .social-share ul li a.facebook {
    color: #3b5999
}

.item-details .product-info .social-share ul li a.facebook:hover {
    border-color: transparent;
    background-color: #3b5999;
    color: #fff
}

.item-details .product-info .social-share ul li a.twitter {
    color: #55acee
}

.item-details .product-info .social-share ul li a.twitter:hover {
    border-color: transparent;
    background-color: #55acee;
    color: #fff
}

.item-details .product-info .social-share ul li a.google {
    color: #dd4b39
}

.item-details .product-info .social-share ul li a.google:hover {
    border-color: transparent;
    background-color: #dd4b39;
    color: #fff
}

.item-details .product-info .social-share ul li a.linkedin {
    color: #0077b5
}

.item-details .product-info .social-share ul li a.linkedin:hover {
    border-color: transparent;
    background-color: #0077b5;
    color: #fff
}

.item-details .product-info .social-share ul li a.pinterest {
    color: #bd081c
}

.item-details .product-info .social-share ul li a.pinterest:hover {
    border-color: transparent;
    background-color: #bd081c;
    color: #fff
}

.product-details-info .single-block {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    /* margin-top:30px; */
}

.custom-responsive-margin {
    margin-left: 30px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .product-details-info .info-body.custom-responsive-margin {
        margin-bottom:30px
    }

    .custom-responsive-margin {
        margin-left: 0
    }
}

.product-details-info .info-body h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

.product-details-info .info-body p {
    margin: 20px 0
}

.product-details-info .info-body .features li {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    padding-left: 15px
}

.product-details-info .info-body .features li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    height: 6px;
    width: 6px;
    background-color: #57b45b;
    border-radius: 6px
}

.product-details-info .info-body .features li:last-child {
    margin: 0
}

.product-details-info .info-body .normal-list {
    margin-bottom: 30px
}

.product-details-info .info-body .normal-list:last-child {
    margin-bottom: 0
}

.product-details-info .info-body .normal-list li {
    display: block;
    margin-bottom: 12px;
    position: relative
}

.product-details-info .info-body .normal-list li span {
    font-weight: 500;
    color: #555
}

.product-details-info .info-body .normal-list li:last-child {
    margin: 0
}

.product-details-info .give-review h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px
}

.product-details-info .give-review ul li {
    display: block;
    margin-bottom: 12px
}

.product-details-info .give-review ul li span {
    color: #666;
    display: inline-block;
    margin-right: 8px;
    min-width: 80px
}

.product-details-info .give-review ul li i {
    display: inline-block;
    color: #ffa000;
    font-size: 14px
}

.product-details-info .give-review .review-btn {
    margin-top: 30px;
    padding: 12px 30px;
    width: 100%;
    background-color: #57b45b;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.product-details-info .give-review .review-btn:hover {
    color: #fff;
    background-color: #57b45b
}

.product-details-info .reviews .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px
}

.product-details-info .reviews .single-review {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .product-details-info .reviews .single-review {
        padding-left:60px
    }
}

.product-details-info .reviews .single-review:last-child {
    margin-bottom: 0
}

.product-details-info .reviews .single-review img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width: 767px) {
    .product-details-info .reviews .single-review img {
        height:40px;
        width: 40px
    }
}

.product-details-info .reviews .single-review .review-info {
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 25px
}

@media(max-width: 767px) {
    .product-details-info .reviews .single-review .review-info {
        padding:20px
    }
}

.product-details-info .reviews .single-review .review-info::before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
    margin-top: 9px;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #e5e5e5
}

@media(max-width: 767px) {
    .product-details-info .reviews .single-review .review-info::before {
        top:5px
    }
}

.product-details-info .reviews .single-review .review-info::after {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
    margin-top: 10px;
    border-width: 9px;
    border-color: transparent;
    border-right-color: #fff
}

@media(max-width: 767px) {
    .product-details-info .reviews .single-review .review-info::after {
        top:5px
    }
}

.product-details-info .reviews .single-review .review-info h4 {
    font-size: 16px;
    font-weight: 500
}

@media(max-width: 767px) {
    .product-details-info .reviews .single-review .review-info h4 {
        font-size:14px
    }
}

.product-details-info .reviews .single-review .review-info h4 span {
    font-size: 14px;
    display: block;
    color: #888;
    margin-top: 7px
}

.product-details-info .reviews .single-review .review-info .stars {
    margin-top: 8px
}

.product-details-info .reviews .single-review .review-info .stars li {
    display: inline-block;
    color: #ffa000;
    font-size: 14px
}

.product-details-info .reviews .single-review .review-info p {
    margin-top: 15px;
    word-wrap: break-word
}

.review-modal .modal-dialog {
    max-width: 600px
}

.review-modal .modal-header {
    padding: 25px
}

.review-modal .modal-header h5 {
    font-size: 20px;
    font-weight: 500
}

.review-modal .modal-body {
    padding: 25px
}

.review-modal .modal-body .form-group {
    margin-bottom: 15px
}

.review-modal .modal-body .form-group label {
    color: #888;
    font-size: 13px;
    margin-bottom: 5px;
    display: block
}

.review-modal .modal-body .form-group input {
    height: 45px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 18px;
    font-size: 14px
}

.review-modal .modal-body .form-group select {
    padding-right: 38px;
    padding-left: 15px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    font-size: 14px;
    font-weight: 500
}

.review-modal .modal-body .form-group select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.review-modal .modal-body .form-group select {
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e1e1e1
}

.review-modal .modal-body .form-group select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.review-modal .modal-body .form-group textarea {
    padding: 18px;
    font-size: 14px
}

.review-modal .modal-footer {
    padding: 25px
}

.product-grid-topbar {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 4px;
    /* border:1px solid #eee; */
    padding-right: 15px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .product-grids .product-grid-topbar {
        margin-top:30px
    }
}

.product-grid-topbar .product-sorting label {
    display: inline-block;
    margin: 0;
    padding: 8px 5px 8px 0;
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.product-grid-topbar .product-sorting .form-control {
    width: 100%;
    max-width: 186px;
    margin-right: 10px;
    display: inline-block
}

.product-grid-topbar .product-sorting select.form-control:not([size]):not([multiple]) {
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #eee;
    padding-right: 38px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px
}

.product-grid-topbar .product-sorting select.form-control:not([size]):not([multiple]):focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-grid-topbar .product-sorting .total-show-product {
    display: inline-block;
    color: #888;
    font-weight: 400;
    font-size: 14px
}

@media(max-width: 767px) {
    .product-grids .product-grid-topbar .product-sorting .total-show-product {
        display:block;
        margin-top: 15px
    }
}

.product-grids .product-grid-topbar .nav {
    border: 0;
    float: right
}

@media(max-width: 767px) {
    .product-grids .product-grid-topbar .nav {
        float:none;
        text-align: left;
        margin-top: 20px
    }
}

.product-grids .product-grid-topbar .nav button {
    border: 0;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 6px;
    font-size: 16px
}

.product-grids .product-grid-topbar .nav button.active {
    background-color: #57b45b;
    border-color: transparent;
    color: #fff
}

.product-grids .product-grid-topbar .nav button:last-child {
    margin: 0
}

.product-sidebar .single-widget {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 30px
}

.product-sidebar .single-widget:last-child {
    margin-bottom: 0
}

.product-sidebar .single-widget h3 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #232323;
    font-size: 15px;
    font-weight: 500
}

.product-sidebar .single-widget.search {
    position: relative
}

.product-sidebar .single-widget.search input {
    height: 50px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    color: #57b45b;
    padding: 0 15px;
    padding-right: 50px
}

.product-sidebar .single-widget.search button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: 0;
    background-color: transparent;
    color: #57b45b;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px
}

.product-sidebar .single-widget.search button:hover {
    color: #57b45b
}

.product-sidebar .single-widget.range input {
    color: #57b45b;
    cursor: pointer
}

.product-sidebar .single-widget.range ::-webkit-input-placeholder {
    color: #57b45b;
    opacity: 1
}

.product-sidebar .single-widget.range :-ms-input-placeholder {
    color: #57b45b;
    opacity: 1
}

.product-sidebar .single-widget.range ::-ms-input-placeholder {
    color: #57b45b;
    opacity: 1
}

.product-sidebar .single-widget.range ::placeholder {
    color: #57b45b;
    opacity: 1
}

.product-sidebar .single-widget.range :-ms-input-placeholder {
    color: #57b45b
}

.product-sidebar .single-widget.range ::-ms-input-placeholder {
    color: #57b45b
}

.product-sidebar .single-widget.range .range-inner {
    position: relative;
    padding-left: 15px
}

.product-sidebar .single-widget.range label {
    color: #57b45b;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px
}

.product-sidebar .single-widget.range #rangePrimary {
    display: inline-block;
    border: 0
}

.product-sidebar .single-widget.range input[type=range]::-webkit-slider-thumb {
    background: #57b45b!important
}

.product-sidebar .single-widget.range input[type=range]::-moz-range-thumb {
    background: #57b45b!important
}

.product-sidebar .single-widget.range input[type=range]::-ms-thumb {
    background: #57b45b!important
}

.product-sidebar .single-widget.condition .form-check {
    display: block;
    margin-bottom: 10px
}

.product-sidebar .single-widget.condition .form-check:last-child {
    margin: 0
}

.product-sidebar .single-widget.condition .form-check-label {
    cursor: pointer
}

.product-sidebar .single-widget.condition .form-check-input {
    cursor: pointer;
    margin-top: 4px
}

.product-sidebar .single-widget.condition .form-check-input:checked {
    background-color: #57b45b;
    border-color: #57b45b
}

.product-sidebar .single-widget .list li {
    margin-bottom: 12px
}

.product-sidebar .single-widget .list li:last-child {
    margin: 0
}

.product-sidebar .single-widget .list li a {
    color: #666;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-right: 3px
}

.product-sidebar .single-widget .list li a:hover {
    color: #57b45b
}

.product-sidebar .single-widget .list li span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px
}

.product-sidebar .single-widget.banner a img {
    width: 100%
}

.cart-list-head {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee
}

.cart-list-title {
    background-color: #fff;
    padding: 18px 20px;
    border-bottom: 1px solid #eee
}

@media(max-width: 767px) {
    .cart-list-title {
        text-align:center
    }
}

.cart-list-title p {
    color: #57b45b;
    font-weight: 500;
    font-size: 14px
}

@media(max-width: 767px) {
    .cart-list-title p {
        padding:2px 0
    }

    .cart-single-list {
        text-align: center
    }

    .cart-single-list a img {
        width: 50%;
        margin-bottom: 10px
    }
}

.cart-single-list .remove-item {
    color: #fff;
    background-color: #f44336;
    font-size: 8px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center
}

@media(max-width: 767px) {
    .cart-single-list .remove-item {
        margin-top:5px
    }
}

.cart-single-list .remove-item:hover {
    color: #fff;
    background-color: #57b45b
}

.cart-single-list .product-name {
    line-height: 22px
}

.cart-single-list .product-name a {
    font-size: 14px;
    color: #333;
    font-weight: 500
}

.cart-single-list .product-des {
    display: block
}

.cart-single-list .product-des span {
    font-size: 13px;
    font-weight: 500;
    display: block
}

.cart-single-list .product-des span em {
    font-style: normal;
    color: #555
}

.cart-single-list {
    padding: 30px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.cart-single-list:last-child {
    border: none!important;
    border-radius: 0 0 4px 4px
}

.cart-single-list a:hover {
    color: #57b45b
}

.shopping-cart .total-amount .right ul li {
    font-size: 14px;
    font-weight: 500;
    color: #57b45b;
    margin-bottom: 12px
}

.shopping-cart .total-amount .right ul li span {
    display: inline-block;
    float: right
}

.shopping-cart .total-amount .coupon {
    padding: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 40px;
    display: inline-block
}

@media(max-width: 767px) {
    .shopping-cart .total-amount .coupon {
        width:100%;
        padding: 30px;
        margin-top: 30px
    }
}

.shopping-cart .total-amount .coupon input {
    width: 300px;
    height: 46px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 4px;
    color: #333;
    padding: 0 20px;
    display: inline-block
}

@media(max-width: 767px) {
    .shopping-cart .total-amount .coupon input {
        width:100%
    }
}

.shopping-cart .total-amount .coupon .button {
    display: inline-block
}

@media(max-width: 767px) {
    .shopping-cart .total-amount .coupon .button {
        display:block
    }
}

.shopping-cart .total-amount .coupon button {
    border: 0;
    height: 46px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -2px
}

@media(max-width: 767px) {
    .shopping-cart .total-amount .coupon button {
        margin:0;
        margin-top: 10px;
        width: 100%
    }
}

.shopping-cart .total-amount .right {
    padding: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 40px
}

@media(max-width: 767px) {
    .shopping-cart .total-amount .right {
        padding:30px;
        margin-top: 30px
    }
}

.shopping-cart .total-amount .right .button {
    margin-top: 30px
}

.shopping-cart .total-amount .right .btn {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
    padding: 12px 20px
}

.shopping-cart .total-amount .right .btn:last-child {
    margin: 0
}

@media(max-width: 767px) {
    .shopping-cart .count-input {
        padding:10px 65px
    }

    .shopping-cart p {
        padding: 3px 0
    }
}

.shopping-cart select.form-control:not([size]):not([multiple]) {
    height: 46px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    width: 120px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .shopping-cart select.form-control:not([size]):not([multiple]) {
        width:100%
    }
}

@media(max-width: 767px) {
    .shopping-cart select.form-control:not([size]):not([multiple]) {
        width:100%
    }
}

.shopping-cart select.form-control:not([size]):not([multiple]):focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.shopping-cart select.form-control {
    padding-right: 38px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px
}

.shopping-cart .form-control {
    padding: 0 18px;
    -webkit-transition: color .25s,background-color .25s,border-color .25s;
    transition: color .25s,background-color .25s,border-color .25s;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
    color: #505050;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.shopping-cart .form-control:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout-steps-form-style-1 #accordionExample li {
    margin-bottom: 20px
}

.checkout-steps-form-style-1 #accordionExample li:last-child {
    margin: 0
}

.checkout-steps-form-style-1 .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 4px 4px 0 0;
    padding: 8px 25px;
    color: #57b45b;
    background-color: #fff
}

.checkout-steps-form-style-1 .title.collapsed {
    border-radius: 4px;
    color: #57b45b
}

.checkout-steps-form-style-1 .title:before {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: lineicons;
    /* content:"\eb1d"; */
    font-size: 13px;
    color: #7d7d7d;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.checkout-steps-form-style-1 .checkout-steps-form-content {
    padding: 0px;
    padding-top: 0;
    /* border:1px solid #e6e6e6; */
    border-top-color: transparent;
    background-color: #fff;
    border-radius: 0 0 4px 4px
}

.checkout-steps-form-style-1 .single-form {
    margin-top: 16px;
    position: relative
}

.checkout-steps-form-style-1 .single-form .form-input {
    position: relative
}

@media(max-width: 767px) {
    .checkout-steps-form-style-1 .single-form .form-input {
        margin-bottom:16px
    }

    .checkout-steps-form-style-1 .single-form .form-input:last-child {
        margin-bottom: 0
    }
}

.checkout-steps-form-style-1 .single-form .form-input textarea,.checkout-steps-form-style-1 .single-form .form-input input {
    width: 100%;
    height: 55px;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #131932;
}

.checkout-steps-form-style-1 .single-form .form-input textarea:focus,.checkout-steps-form-style-1 .single-form .form-input input:focus {
    border-color: #57b45b
}

.checkout-steps-form-style-1 .form-default label {
    color: #888;
    margin-bottom: 8px
}

.checkout-steps-form-style-1 .select-items select.form-control:not([size]):not([multiple]) {
    height: 46px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    width: 100%
}

.checkout-steps-form-style-1 .select-items select.form-control:not([size]):not([multiple]):focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout-steps-form-style-1 .select-items select.form-control {
    padding-right: 38px;
    padding-left: 20px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px
}

.checkout-steps-form-style-1 .single-checkbox {
    margin-top: 0px;
    margin-bottom: 14px;
}

.checkout-steps-form-style-1 .single-checkbox label {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    top: 10px;
    padding-bottom: 8px;
}

.checkout-steps-form-style-1 .single-checkbox input[type=checkbox] {
    display: none
}

.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]+label span {
    border-color: #57b45b;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 5px -3px 0;
    border: 1px solid #d5d5d5
}

.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]+label span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    font-size: 10px;
    line-height: 1.2;
    background-color: #373f50;
    font-family: remixicon;
    content: "\EB7B";
    padding-left: 4px;
    padding-top: 3px;
    border-radius: 4px
}

.checkout-steps-form-style-1 .single-checkbox .single-checkbox input[type=checkbox]+label span {
    width: 20px;
    height: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 5px -3px 0
}

.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]:checked+label span {
    border-color: transparent
}

.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]:checked+label span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 4px;
    color: #fff
}

.checkout-steps-form-style-1 .single-checkbox p {
    display: inline;
    color: #646262;
    padding-left: 5px;
    font-weight: 400
}

.checkout-steps-form-style-1 .checkout-payment-option {
    margin-top: 16px
}

.checkout-steps-form-style-1 .heading-6 {
    font-size: 14px;
    line-height: 18px;
    color: #666
}

.checkout-steps-form-style-1 .payment-option-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px
}

.checkout-steps-form-style-1 .single-payment-option {
    width: 25%;
    margin-top: 16px;
    padding: 0 4px
}

@media(max-width: 767px) {
    .checkout-steps-form-style-1 .single-payment-option {
        width:100%
    }
}

.checkout-steps-form-style-1 .single-payment-option label {
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    border: 2px solid #eee;
}

.checkout-steps-form-style-1 .single-payment-option input[type=radio] {
    display: none
}

.checkout-steps-form-style-1 .single-payment-option input[type=radio]:checked+label {
    border-color: #57b45b;
    background-color: #fff
}

.checkout-steps-form-style-1 .single-payment-option p {
    font-size: 14px;
    font-weight: 500;
    color: #444
}

.checkout-steps-form-style-1 .single-payment-option span {
    display: block
}

.checkout-steps-form-style-1 .single-payment-option .price {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #444;
    margin-top: 4px
}

.checkout-steps-form-style-1 .steps-form-btn {
    margin-top: 30px
}

@media(max-width: 767px) {
    .checkout-steps-form-style-1 .steps-form-btn .btn {
        width:100%;
        margin: 0;
        margin-bottom: 10px
    }

    .checkout-steps-form-style-1 .steps-form-btn .btn:last-child {
        margin-bottom: 0
    }
}

.checkout-steps-form-style-1 .checkout-payment-form .single-form .form-input img {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form {
    display: inline-block
}

.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form .form-input {
    width: 145px
}

.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form.mm-yy .form-input {
    margin-right: 15px
}

.checkout-sidebar-coupon {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .checkout-sidebar-coupon {
        margin-top:30px
    }
}

.checkout-sidebar-coupon .single-form {
    position: relative
}

.checkout-sidebar-coupon .single-form .button {
    position: absolute;
    right: 0;
    top: 0
}

.checkout-sidebar-coupon .single-form .button .btn {
    height: 46px
}

.checkout-sidebar-coupon p {
    font-size: 14px;
    line-height: 20px;
    color: #2a2929;
    font-weight: 400;
    margin-bottom: 4px;
    /* border-bottom: 1px solid beige; */
}

.checkout-sidebar-coupon input {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding-right: 120px
}

.checkout-sidebar-price-table {
    background-color: #fff;
    padding: 7px;
    /* border:1px solid #e6e6e6; */
    border-radius: 4px
}

.checkout-sidebar-price-table .sub-total-price .total-price {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #cccccc3d;
}

.checkout-sidebar-price-table .price-table-btn {
    margin-top: 20px
}

.checkout-sidebar-price-table .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #57b45b;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6
}

.checkout-sidebar-price-table .total-payable {
    padding: 8px 0;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 4px;
}

.checkout-sidebar-price-table .total-payable .payable-price {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout-sidebar-banner {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden
}

.checkout-sidebar-banner a {
    width: 100%
}

.checkout-sidebar-banner a img {
    width: 100%
}

.account-login {
    background-color: #f9f9f9
}

.account-login .login-form {
    padding: 42px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px #00000008;
    box-shadow: 0 5px 40px #00000008
}

@media(max-width: 767px) {
    .account-login .login-form {
        padding:30px
    }
}

.account-login .login-form .card-body {
    padding: 0
}

.account-login .login-form .title {
    margin-bottom: 30px
}

.account-login .login-form .title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #57b45b;
    margin-bottom: 10px
}

.account-login .login-form .social-login .btn {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    display: block;
    font-weight: 600
}

.account-login .login-form .social-login .btn i {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px
}

@media(max-width: 767px) {
    .account-login .login-form .social-login .btn {
        margin:6px 0
    }
}

.account-login .login-form .social-login .facebook-btn {
    border-color: #3b5998;
    background-color: transparent;
    color: #3b5998
}

.account-login .login-form .social-login .facebook-btn:hover {
    background-color: #3b5998;
    border-color: transparent;
    color: #fff
}

.account-login .login-form .social-login .twitter-btn {
    border-color: #55acee;
    background-color: transparent;
    color: #55acee
}

.account-login .login-form .social-login .twitter-btn:hover {
    background-color: #55acee;
    border-color: transparent;
    color: #fff
}

.account-login .login-form .social-login .google-btn {
    border-color: #dd4b39;
    background-color: transparent;
    color: #dd4b39
}

.account-login .login-form .social-login .google-btn:hover {
    background-color: #dd4b39;
    border-color: transparent;
    color: #fff
}

.account-login .bottom-content {
    margin-top: 25px
}

.account-login .alt-option {
    margin: 30px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1
}

@media(max-width: 767px) {
    .account-login .alt-option {
        margin:20px 0
    }
}

.account-login .alt-option span {
    font-size: 14px;
    background: #fff;
    color: #888;
    padding: 5px 15px
}

.account-login .alt-option:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    content: "";
    z-index: -1
}

.account-login .form-group {
    margin-bottom: 15px
}

.account-login .form-group label {
    display: block;
    margin-bottom: 8px;
    width: 100%
}

.account-login .form-group .form-control {
    padding: 0 18px;
    -webkit-transition: color .25s,background-color .25s,border-color .25s;
    transition: color .25s,background-color .25s,border-color .25s;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #505050;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
    border-radius: 4px!important;
    overflow: hidden;
    width: 100%
}

.account-login .form-group .form-control:focus {
    border-color: #57b45b
}

.account-login .lost-pass {
    color: #888
}

.account-login .lost-pass:hover {
    color: #57b45b
}

.account-login .button {
    margin-top: 30px
}

.account-login .button .btn {
    width: 100%
}

.account-login .outer-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #57b45b;
    margin-top: 30px;
    text-align: center
}

.account-login .outer-link a {
    color: #57b45b
}

.account-login .outer-link a:hover {
    text-decoration: underline
}

.register-form {
    padding: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px #00000008;
    box-shadow: 0 5px 40px #00000008
}

@media(max-width: 767px) {
    .register-form {
        padding:30px
    }
}

.register-form .title {
    margin-bottom: 30px
}

.register-form .title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #57b45b;
    margin-bottom: 10px
}

.register-form .form-group label {
    display: block;
    margin-bottom: 8px
}

.register-form .form-group .form-control {
    padding: 0 18px;
    -webkit-transition: color .25s,background-color .25s,border-color .25s;
    transition: color .25s,background-color .25s,border-color .25s;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #505050;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
    border-radius: 4px!important;
    overflow: hidden
}

.register-form .button {
    margin-top: 10px
}

@media(max-width: 767px) {
    .register-form .button {
        margin-top:10px
    }
}

.register-form .button .btn {
    width: 100%
}

.register-form .outer-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #57b45b;
    margin-top: 30px;
    text-align: center
}

.register-form .outer-link a {
    color: #57b45b
}

.register-form .outer-link a:hover {
    text-decoration: underline
}

.contact-us {
    position: relative;
    margin-top: 90px;
    margin-bottom: 90px /* background-color:#fff; */
}

.contact-us .contact-info .single-info-head {
    margin-top: 30px;
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px
}

@media(max-width: 767px) {
    .contact-us .contact-info .single-info-head {
        margin-top:20px
    }
}

.contact-us .contact-info .single-info {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left
}

.contact-us .contact-info .single-info:last-child {
    margin-bottom: 0
}

.contact-us .contact-info .single-info i {
    font-size: 30px;
    color: #373f50;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 11px
}

.contact-us .contact-info .single-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #373f50;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-us .contact-info .single-info ul li {
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500
}

.contact-us .contact-info .single-info ul li:last-child {
    margin: 0
}

.contact-us .contact-info .single-info ul li a {
    color: #888;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-us .contact-info .single-info ul li a:hover {
    color: #57b45b
}

.contact-form-head {
    margin-top: 30px
}

.contact-form-head .contact-inner-title h2 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .contact-form-head .contact-inner-title h2 {
        font-size:25px;
        line-height: 32px
    }
}

@media(max-width: 767px) {
    .contact-form-head .contact-inner-title h2 {
        font-size:20px;
        line-height: 30px
    }
}

.contact-form-head .contact-inner-title p {
    color: #fff
}

.contact-form-head .contact-inner-title .question {
    display: block;
    min-height: 70px;
    margin-top: 40px
}

.contact-form-head .contact-inner-title .question img {
    height: 70px;
    width: 70px;
    border-radius: 70px;
    float: left;
    margin-right: 20px
}

.contact-form-head .contact-inner-title .question h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
    color: #fff
}

.contact-form-head .contact-inner-title .question h4 span {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px
}

.contact-form-head .contact-inner-title .day-list {
    display: block;
    margin-top: 40px
}

.contact-form-head .contact-inner-title .day-list li {
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
    display: block
}

.contact-form-head .contact-inner-title .day-list li:last-child {
    margin: 0
}

.contact-form-head .contact-inner-title .call-back {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    text-transform: capitalize
}

.contact-form-head .contact-inner-title .call-back i {
    font-size: 15px;
    display: inline-block;
    margin-left: 5px
}

.contact-form-head .form-main {
    padding: 40px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 4px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .contact-form-head .form-main {
        padding:35px;
        margin-top: 40px
    }
}

@media(max-width: 767px) {
    .contact-form-head .form-main {
        padding:30px
    }
}

.contact-form-head .form-main .form-title {
    margin-bottom: 30px
}

.contact-form-head .form-main .form-title h2 {
    margin-bottom: 35px;
    font-size: 22px
}

.contact-form-head .form-main .form-title p {
    font-size: 16px
}

.contact-form-head .form-main .form .form-group {
    margin-bottom: 15px;
    display: block
}

.contact-form-head .form-main .form .form-group input {
    height: 52px;
    line-height: 52px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0 20px;
    color: #333;
    font-weight: 400;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.contact-form-head .form-main .form .form-group input:focus {
    border-color: #57b45b
}

.contact-form-head .form-main .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    resize: none;
    font-weight: 400;
    resize: vertical;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.contact-form-head .form-main .form .form-group textarea:focus {
    border-color: #57b45b
}

.contact-form-head .form-main .form .form-group.button {
    width: 100%;
    margin-bottom: 0
}

.map-section {
    background-color: #f9f9f9
}

.map-section .mapouter {
    height: 500px
}

.map-section .mapouter .gmap_canvas {
    height: 500px
}

.map-section .mapouter .gmap_canvas iframe {
    height: 500px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .map-section .mapouter {
        height:400px
    }

    .map-section .mapouter .gmap_canvas {
        height: 400px
    }

    .map-section .mapouter .gmap_canvas iframe {
        height: 400px
    }
}

@media(max-width: 767px) {
    .map-section .mapouter {
        height:300px
    }

    .map-section .mapouter .gmap_canvas {
        height: 300px
    }

    .map-section .mapouter .gmap_canvas iframe {
        height: 300px
    }
}

.error-area {
    height: 100vh;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    background-image: url(https://demo.graygrids.com/themes/shopgrids/assets/images/error/404-bg.png);
    background-repeat: no-repeat;
    background-position: center
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table {
    display: table!important
}

.d-table-cell {
    vertical-align: middle
}

.d-table-cell {
    display: table-cell!important
}

.error-area .error-content h1 {
    font-size: 100px;
    color: #57b45b;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 100px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .error-area .error-content h1 {
        font-size:60px;
        line-height: 50px
    }
}

@media(max-width: 767px) {
    .error-area .error-content h1 {
        font-size:45px;
        line-height: 30px
    }
}

.error-area .error-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #57b45b;
    font-weight: 700
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .error-area .error-content h2 {
        font-size:22px
    }
}

@media(max-width: 767px) {
    .error-area .error-content h2 {
        font-size:18px
    }
}

.error-area .error-content p {
    font-weight: 400;
    margin-bottom: 40px;
    color: #888
}

.maill-success {
    height: 100vh;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table {
    display: table!important
}

.d-table-cell {
    vertical-align: middle
}

.d-table-cell {
    display: table-cell!important
}

.maill-success .success-content i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #57b45b;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 50%
}

.maill-success .success-content h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #57b45b
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .maill-success .success-content h2 {
        font-size:15px
    }
}

@media(max-width: 767px) {
    .maill-success .success-content h2 {
        font-size:15px
    }
}

.maill-success .success-content p {
    font-weight: 400;
    margin-bottom: 20px
}

.footer {
    background-color: #1a2844;
    position: relative
}

.footer .footer-top .inner-content {
    padding: 60px 0;
    border-bottom: 1px solid #ffffff26
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer .footer-top .inner-content {
        padding:50px 0
    }
}

@media(max-width: 767px) {
    .footer .footer-top .inner-content {
        padding:40px 0;
        text-align: center
    }
}

.footer .footer-top .footer-logo a img {
    width: 200px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer .footer-top .footer-logo a img {
        width:190px
    }
}

@media(max-width: 767px) {
    .footer .footer-top .footer-logo a img {
        width:180px
    }

    .footer .footer-top .footer-newsletter {
        padding: 0 20px;
        display: none
    }
}

.footer .footer-top .footer-newsletter .title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    float: left
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer .footer-top .footer-newsletter .title {
        margin-bottom:20px;
        display: block
    }
}

@media(max-width: 767px) {
    .footer .footer-top .footer-newsletter .title {
        margin-bottom:20px;
        display: block;
        font-size: 18px;
        width: 100%
    }
}

.footer .footer-top .footer-newsletter .title span {
    color: #c2c2c2;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400
}

@media(max-width: 767px) {
    .footer .footer-top .footer-newsletter .title span {
        margin-top:10px
    }
}

.footer .footer-top .footer-newsletter .newsletter-form {
    float: right
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer .footer-top .footer-newsletter .newsletter-form {
        float:none
    }
}

@media(max-width: 767px) {
    .footer .footer-top .footer-newsletter .newsletter-form {
        float:none;
        margin-top: 20px
    }
}

.footer .footer-top .footer-newsletter .newsletter-form input {
    height: 50px;
    background-color: rgba(255,255,255,.308);
    border-radius: 4px;
    width: 300px;
    display: inline-block;
    border: 0;
    padding: 0 20px;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .footer .footer-top .footer-newsletter .newsletter-form input {
        width:240px
    }
}

@media(max-width: 767px) {
    .footer .footer-top .footer-newsletter .newsletter-form input {
        width:100%;
        text-align: center
    }
}

.footer .footer-top .footer-newsletter .newsletter-form input::-webkit-input-placeholder {
    color: #fff
}

.footer .footer-top .footer-newsletter .newsletter-form input:-ms-input-placeholder {
    color: #fff
}

.footer .footer-top .footer-newsletter .newsletter-form input::-ms-input-placeholder {
    color: #fff
}

.footer .footer-top .footer-newsletter .newsletter-form input::placeholder {
    color: #fff
}

.footer .footer-top .footer-newsletter .newsletter-form .button {
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -2px
}

@media(max-width: 767px) {
    .footer .footer-top .footer-newsletter .newsletter-form .button {
        margin:0;
        margin-top: 10px;
        top: 0;
        width: 100%
    }
}

.footer .footer-top .footer-newsletter .newsletter-form .button .btn {
    height: 50px
}

@media(max-width: 767px) {
    .footer .footer-top .footer-newsletter .newsletter-form .button .btn {
        width:100%
    }
}

.footer .footer-top .footer-newsletter .newsletter-form .button .btn:hover {
    color: #57b45b;
    background-color: #fff
}

.footer .footer-middle {
    padding-top: 40px;
    padding-bottom: 80px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .footer .footer-middle {
        padding-top:30px;
        padding-bottom: 70px
    }
}

@media(max-width: 767px) {
    .footer .footer-middle {
        padding-top:10px;
        padding-bottom: 50px
    }
}

.footer .footer-middle .newsletter-form input {
    width: 100%;
    border-radius: 4px;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #eee
}

.footer .footer-middle .newsletter-form .button {
    margin-top: 12px
}

.footer .footer-middle .newsletter-form .button .btn {
    background-color: #57b45b;
    color: #fff
}

.footer .footer-middle .newsletter-form .button .btn:hover {
    background-color: #57b45b;
    color: #fff
}

.footer .footer-middle .newsletter-form p {
    color: #888;
    margin-top: 20px
}

.footer .single-footer {
    margin-top: 40px
}

@media(max-width: 767px) {
    .footer .single-footer {
        margin-top:30px;
        text-align: center
    }
}

.footer .single-footer h3 {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px
}

.footer .single-footer h3::before {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #57b45b;
    content: ''
}

@media(max-width: 767px) {
    .footer .single-footer h3::before {
        left:50%;
        margin-left: -20px
    }
}

.footer .single-footer.f-link ul li {
    display: block;
    margin-bottom: 12px;
    position: relative
}

.footer .single-footer.f-link ul li:last-child {
    margin-bottom: 0
}

.footer .single-footer.f-link ul li a {
    color: #d6d6d6;
    font-size: 14px;
    font-weight: 500;
    position: relative
}

.footer .single-footer.f-link ul li a:hover {
    padding-left: 5px;
    color: #57b45b
}

.footer .single-footer.f-contact .phone {
    color: #d6d6d6
}

.footer .single-footer.f-contact ul {
    margin: 10px 0
}

.footer .single-footer.f-contact ul li {
    display: block;
    margin-bottom: 10px;
    color: #d6d6d6
}

.footer .single-footer.f-contact ul li span {
    display: block
}

.footer .single-footer.f-contact ul li:last-child {
    margin: 0
}

.footer .single-footer.f-contact ul li span {
    color: #d6d6d6
}

.footer .single-footer.f-contact .mail a {
    color: #d6d6d6
}

.footer .single-footer.f-contact .mail a:hover {
    color: #57b45b
}

.footer .single-footer.our-app .app-btn li {
    display: block;
    margin-bottom: 15px
}

.footer .single-footer.our-app .app-btn li:last-child {
    margin-bottom: 0
}

.footer .single-footer.our-app .app-btn li span {
    display: block!important
}

.footer .single-footer.our-app .app-btn li a {
    position: relative;
    padding-left: 40px;
    border-radius: 4px;
    padding: 15px 30px;
    padding-left: 60px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ffffff0f
}

.footer .single-footer.our-app .app-btn li a i {
    font-size: 27px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer .single-footer.our-app .app-btn li a .small-title {
    font-size: 13px;
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer .single-footer.our-app .app-btn li a .big-title {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer .single-footer.our-app .app-btn li a:hover {
    background-color: #57b45b;
    color: #fff;
    border-color: transparent
}

.footer .single-footer.our-app .app-btn li a:hover .small-title {
    color: #fff
}

.footer .single-footer.our-app .app-btn li a:hover .big-title {
    color: #fff
}

.footer .footer-bottom .inner-content {
    border-top: 1px solid #ffffff26;
    padding: 25px 0
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .footer .footer-bottom .inner-content {
        text-align:center
    }

    .footer .footer-bottom .payment-gateway {
        margin-bottom: 12px
    }
}

.footer .footer-bottom .payment-gateway span {
    display: inline-block;
    margin-right: 12px;
    color: #fff
}

@media(max-width: 767px) {
    .footer .footer-bottom .payment-gateway span {
        display:block;
        margin: 0;
        margin-bottom: 10px
    }
}

.footer .footer-bottom .payment-gateway img {
    width: 200px
}

.footer .footer-bottom .copyright {
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .footer .footer-bottom .copyright {
        margin-bottom:12px
    }
}

.footer .footer-bottom .copyright p {
    color: #fff
}

.footer .footer-bottom .copyright p a {
    color: #eee;
    display: inline-block;
    margin-left: 4px
}

.footer .footer-bottom .copyright p a:hover {
    color: #57b45b
}

.footer .footer-bottom .socila {
    display: block;
    float: right
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .footer .footer-bottom .socila {
        float:none;
        text-align: center
    }
}

.footer .footer-bottom .socila li {
    margin: 0;
    margin-right: 5px;
    display: inline-block
}

.footer .footer-bottom .socila li:last-child {
    margin: 0
}

.footer .footer-bottom .socila li a {
    height: 35px;
    width: 35px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50%;
    line-height: 35px;
    font-size: 15px
}

.footer .footer-bottom .socila li a:hover {
    background-color: #57b45b;
    color: #fff;
    border-color: transparent
}

.footer .footer-bottom .socila li span {
    display: inline-block;
    color: #fff;
    margin-right: 12px
}

@media(max-width: 767px) {
    .footer .footer-bottom .socila li span {
        display:none
    }
}

.pricing-card {
    -webkit-transition: .4s background-color ease;
    -ms-transition: .4s background-color ease;
    transition: .4s background-color ease;
    height: auto;
    width: calc(100% - 30px);
    background-color: #fff;
    -moz-border-radius: 20px;
    position: relative;
    transition: all .4s;
    padding-bottom: 17px;
    margin-bottom: 36px;
}

.pricing-card:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0/17%);
    -ms-transform: scale(1.9);
    -webkit-transform: scale(.9);
    transform: scale(.97)
}

.pricing-card .popular {
    position: absolute;
    top: -5px;
    right: 0;
    width: auto;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    font-size: 12px;
    z-index: 1
}

.pricing-card .badge-box {
    padding: 1px 100px;
    margin-top: 59px
}

.pricing-card .badge-box span {
    display: inline-block;
    border: 1px solid #4b7bec;
    padding: 4px 12px;
    border-radius: 25px;
    overflow: hidden;
    color: #4b7bec;
    text-decoration: line-through
}

.pricing-card .pricing-header {
    width: 100%;
    height: 90px;
    position: relative;
    border-radius: 20px 20px 0 0;
    padding-left: 17px;
    background: #2b3445;
    -webkit-border-radius: 0px;
    -moz-border-radius: 20px 20px 0 0
}

.pricing-card .pricing-header .plan-title {
    font: normal normal 500 19px/30px Gilroy, sans-serif;
    color: #fff;
    position: relative;
    top: 15px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.pricing-card .pricing-header .price-circle {
    width: calc(33.3% - 30px);
    width: 152px;
    height: 92px;
    border-radius: 100%;
    left: calc(44% - 61px);
    top: 60%;
    text-align: center;
    background-color: #fff;
    position: absolute
}

.pricing-card .pricing-header .price-circle .info {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: gray
}

.pricing-card .pricing-header .price-circle .price-title {
    display: block;
    font-size: 24px;
    padding: 29px 9px 1px 15px;
    font-weight: 700
}

.pricing-card .pricing-header .price-circle .price-title small {
    font-size: 18px
}

.pricing-card .pricing-header h2 {
    position: relative;
    top: 40%;
    color: #fff
}

.pricing-card ul {
    margin: 2px 0 0;
    padding: 7px 15px 0px 15px;
    /* max-height: 352px; */
    padding-right: 7px;
}

.pricing-card ul li {
    display: flex;
    align-items: center;
    color: #1d3163;
    font-size: 14px;
    font-weight: 600;
    background-color: #edf2f9;
    margin-bottom: 3px;
    text-align: center;
    padding: 11px 18px 12px 12px;
    border-bottom: 1px solid #e7ebf3a8;
    text-align: left;
    letter-spacing: -0.3px;
    font-weight: 500;
}

.pricing-card ul li i:before {
    width: 30px;
    height: 30px;
    color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    /* box-shadow: 0 0 12px rgb(43 52 69 / 42%); */
    justify-content: center;
    margin-right: 0px;
}

.pricing-card ul li i {
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: #2b3445;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

body.dark .pricing-card ul li {
    display: flex;
    align-items: center;
    color: #f6f7f8;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 11px 15px 11px 18px;
    border-bottom: 1px solid #505050bd;
    text-align: left;
    letter-spacing: -.3px;
    font-weight: 500
}

.pricing-card .buy-button-box {
    width: 100%;
    text-align: center;
    margin-top: 51px
}

body.dark .pricing-card ul li:last-child {
    background: #383a46;
    border-top: 1px solid #383a46;
    font-weight: 400
}

.pricing-card ul li:last-child {
    background: #edf2f9;
    border-top: 1px solid #edf2f9;
    font-weight: 500;
}

.pricing-card .buy-button-box .buy-now {
    text-decoration: none;
    color: #fff;
    padding: 14px 32px;
    border-radius: 20px;
    background-image: linear-gradient(to left,#a55eea,#45aaf2);
    margin-top: 22px
}

.smalltitle {
    margin-top: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0;
    width: 257px;
    margin-top: -7px;
}

body.dark .fa-check:before {
    content: "\f00c";
    width: 26px;
    height: 26px;
    background: rgb(95 205 164);
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px
}

.fastorders .corum {
    margin-left: -22px;
    display: flex;
    margin-top: -3px;
    padding-right: 28px;
    padding-left: 6%;
}

.ri-check-line:before {
    content: "\EB7B";
    width: 26px;
    height: 26px;
    background: rgba(24,211,166,.2);
    color: #18d3a6;
    border-radius: 100%;
    font-size: 22px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px
}

.myclass {
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 12px auto;
    font-size: 15px;
    color: #9a9a9a;
    background: #f7f7f900;
    transition: .2s;
    position: absolute;
    right: 25px;
    top: 43px
}

.cort {
    width: 40px;
    height: 40px
}

.custom-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px
}

.box-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center
}

.box {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease;
    overflow: hidden;
    padding: 21px;
    margin: 5px 10px 5px 9px;
    flex: 0 0 calc(25% - 26px);
    min-width: 18.9%
}

.box:hover {
    transform: scale(1.1)
}

.box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0/0%);
    opacity: 0;
    transition: opacity .4s ease
}

.box:hover::before {
    opacity: 1
}

.box i {
    font-size: 31px;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: auto
}

.box h2 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    letter-spacing: .4px;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto
}

.box h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto
}

@media screen and (max-width: 768px) {
    .box {
        flex-basis:calc(30% - 26px)
    }

    .box {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        transition: all .4s ease;
        overflow: hidden;
        padding: 7px;
        margin: 6px;
        flex: 0 0 calc(25% - 26px);
    }

    .box:hover {
        transform: scale(1.1)
    }

    .box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        opacity: 0;
        transition: opacity .4s ease
    }

    .box:hover::before {
        opacity: 1
    }

    .box i {
        font-size: 23px;
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .box h2 {
        margin: 0;
        color: #fff;
        font-size: 15px;
        letter-spacing: .4px;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto
    }

    .box h3 {
        margin: 0;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto
    }
}

@media screen and (max-width: 480px) {
    .box {
        flex-basis:calc(50% - 26px)
    }
}

.Instagram {
    color: #fff;
    background-color: #e1306c;
    border-color: #e1306c;
    border: 1px solid #cb3165
}

.Tumblr {
    color: #fff;
    background-color: #32445a;
    border-color: #32445a;
    border: 1px solid #32445a
}

.Likee {
    color: #fff;
    background-color: #f78132;
    border-color: #f78132;
    border: 1px solid #f78132
}

.SoundCloud {
    color: #fff;
    background-color: #f97637;
    border-color: #f97637;
    border: 1px solid #f97637
}

.Tiktok {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border: 1px solid #383535
}

.Discord {
    color: #fff;
    background-color: #5466e2;
    border-color: #5466e2;
    border: 1px solid #5466e2
}

.Dolap {
    color: #fff;
    background-color: #32c485;
    border-color: #32c485;
    border: 1px solid #32c485
}

.Google {
    color: #fff;
    background-color: #ff5c47;
    border-color: #ff5c47;
    border: 1px solid #ff5c47
}

.Kwai {
    color: #fff;
    background-color: #ff6100;
    border-color: #ff6100;
    border: 1px solid #ff6100
}

.Youtube {
    color: #fff;
    background-color: red;
    border-color: red;
    border: 1px solid red
}

.Facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    border: 1px solid #42609f
}

.Twitch {
    color: #fff;
    background-color: #6441a5;
    border-color: #6441a5;
    border: 1px solid #6441a5
}

.Twitter {
    color: #fff;
    background-color: #0d8ddc;
    border-color: #0c85d0;
    border: 1px solid #0c85d0
}

.Spotify {
    color: #fff;
    background-color: #1db954;
    border: 1px solid #1db954;
}

.Linkedin {
    color: #fff;
    background-color: #0077b5;
    border-color: #0077b5;
    border: 1px solid #0077b5
}

.Telegram {
    color: #fff;
    background-color: #2aabee;
    border-color: #2aabee;
    border: 1px solid #2aabee
}

.Reddit {
    color: #fff;
    background-color: #ff4500;
    border-color: #ff4500;
    border: 1px solid #ff4500
}

.Clubhouse {
    color: #fff;
    background-color: #6515dd;
    border-color: #6515dd;
    border: 1px solid #6515dd
}

.Vimeo {
    color: #fff;
    background-color: #01a9e9;
    border-color: #01a9e9;
    border: 1px solid #01a9e9
}

.App {
    color: #fff;
    background-color: #1c6ee9;
    border-color: #1c6ee9;
    border: 1px solid #1c6ee9
}

.Pinterest {
    color: #fff;
    background-color: #c11f26;
    border-color: #c11f26;
    border: 1px solid #c11f26
}

.Seo {
    /* color:#fff; */
    background-color: #3e6acd;
    border-color: #3e6acd;
    border: 1px solid #3e6acd;
}

.Dailymotion {
    /* color:#fff; */
    background-color: #2a62aa;
    border-color: #2a62aa;
    border: 1px solid #2a62aa
}

.Snapchat {
    color: #bfad14;
    background-color: #bfad14;
    border-color: #bfad14;
    border: 1px solid #bfad14
}

.Periscope {
    color: #3fa1c0;
    background-color: #3fa1c0;
    border-color: #3fa1c0;
    border: 1px solid #3fa1c0
}

.Tinder {
    color: #fe3c72;
    background-color: #fe3c72;
    border-color: #fe3c72;
    border: 1px solid #fe3c72
}

.reviews {
    max-height: 620px;
    overflow-y: scroll;
    padding-right: 10px
}

.reviews::-webkit-scrollbar {
    width: 6px
}

.reviews::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.1)
}

.reviews::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px
}

.reviews::-webkit-scrollbar-thumb:hover {
    background-color: #00000080
}

.makale {
    margin-top: 21px;
    margin-bottom: 0px;
}

.makale .makale-content {
    background-color: #ffffff;
    padding: 20px;
    font-size: 14px;
    height: 600px;
    overflow-y: scroll
}

.makale .makale-content h1 {
    padding: 10px;
    font-size: 24px;
    margin-top: 30px
}

.makale .makale-content h2 {
    padding: 8px;
    font-size: 20px;
    margin-top: 20px
}

.makale .makale-content p {
    margin-bottom: 20px
}

.makale .makale-content::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f1
}

.makale .makale-content::-webkit-scrollbar-thumb {
    background-color: #e4ebf6;
    border-radius: 3px
}

.makale .makale-content::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #ffafaf00;
}

::-webkit-scrollbar-thumb {
    background-color: #cbcbcb94;
    border-radius: 4px;
    width: 1px;
    height: 1px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-track {
    background-color: #f5f5f552;
    width: 1px;
    height: 1px;
}

::-webkit-scrollbar-button:track:increment, ::-webkit-scrollbar-track:end {
    background-color: red;
}

::-webkit-scrollbar-track {
    background-color: #00000003;
}
}

.iconbox {
    display: flex;
    flex-direction: column;
    align-items: center
}

.menu-items {
    display: block
}

.menu-item {
    padding: 10px;
    color: #fff;
    /* transition:all 0.4s ease-in-out; */
    border-bottom: 2px solid #fff;
}

.menu-item:hover {
    opacity: 1;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #fff
}

.menu-item.active {
    opacity: 1;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transform: scale(1.05);
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 3px solid #fff
}

@media (max-width: 768px) {
    .menubox {
        overflow: scroll;
        white-space: nowrap;
        width: 100%;
        animation: kipir 2s ease-in-out;
        animation-iteration-count: 1 border: 1px solid #ddd;
        border-radius: 4px;
        padding: 8px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    }

    @keyframes kipir {
        0% {
            transform: translateX(-3px)
        }

        50% {
            transform: translateX(3px)
        }

        100% {
            transform: translateX(-3px)
        }
    }

    .menubox {
        /* position: relative; */
    }
}

.iconbox {
    width: 120px;
    height: 60px;
    margin-left: 18px;
    border-radius: 5%;
    background: #fff;
    box-shadow: 0 3px 15px #ebebeb8c;
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: center;
    margin-left: 72px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1
}

.menubox {
    margin-left: 18px;
    border-radius: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 7px;
}

.iconbox i {
    font-size: 29px
}

.detaybox {
    max-width: 800px;
    margin-left: 63px;
    text-align: left;
    margin-top: 20px
}

.detaybox h1 {
    font-weight: 700;
    margin-bottom: 9px;
    font-size: 19px;
    color: #fff
}

.detaybox p {
    color: #fff;
    opacity: .9;
    margin-bottom: 0;
    font-size: 16px
}

@media (max-width: 768px) {
    .iconbox {
        width:69px;
        height: 80px;
        margin-left: 18px;
        border-radius: 5%;
        background: #fff;
        box-shadow: 0 3px 15px #ebebeb8c;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 6px;
        bottom: 0;
        margin-bottom: 0;
        left: calc(17% - 65px);
        min-width: 56px
    }

    .detaybox {
        max-width: 800px;
        margin-left: 12px;
        text-align: left;
        margin-top: 20px;
    }
}

.mysoft {
    padding: 9px 14px 0px 14px;
    margin-top: 8px;
    border-top: 1px solid #e4e4e4;
    list-style-type: none;
}

.newprice {
    margin-top: 3px;
    color: #18d3a6;
    font-size: 22px;
    font-weight: 700
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: 13px!important;
    margin-left: 6px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem
}

.badge-success {
    color: #fff;
    background-color: #57b45b
}

.once {
    color: #8187a0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
    text-align: center;
}

.paketbuy {
    color: #fff!important;
    flex: .6;
    font-size: 15px;
    font-weight: 500;
    background: #fe696a;
    padding: 8px 10px 2px 8px;
    cursor: pointer;
    padding-bottom: 12px;
    height: fit-content;
    display: flex;
    justify-content: inherit;
    position: relative;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px #f1f1f194;
}

.paketbuy span {
    position: relative;
    top: -1px
}

.paketbuy.noneOrder {
    opacity: .3;
    pointer-events: none
}

.sellerbuy {
    position: relative;
    overflow: hidden
}

.sellerbuy::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5%;
    left: 0;
    top: 0;
    transform-origin: top right;
    transform: scaleX(0) rotate(45deg);
    transition: transform 0.4s cubic-bezier(0,0,0.34,0.81);
    background: linear-gradient(45deg,#ffffff2e,transparent)
}

.sellerbuy:hover:after {
    transform: scaleX(1) rotate(45deg)
}

.search-bar {
    display: flex;
    align-items: center
}

.search-bar input[type=text] {
    margin-right: 5px
}

.slider-area {
    background-color: #e5faef;
    margin-top: 0;
    padding: 130px 0
}

.slider-area.slider-area2 {
    padding-bottom: 50px
}

@media (max-width: 575px) {
    .slider-area {
        background-color:#e8fcf6;
        margin-top: -55px;
        padding: 130px 0
    }

    .slider-area.slider-area2 {
        padding-bottom: 0;
        padding-top: 80px
    }
}

.slider-area .single-slider .slider-cap-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.slider-area .single-slider .slider-cap-wrapper .hero-img {
    width: 49%
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img {
        width:50%
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img {
        width:52%
    }
}

@media only screen and (min-width: 2100px) and (max-width: 2400px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img {
        width:52%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img {
        width:55%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img {
        width:57%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img {
        width:95%;
        margin-left: 0;
        padding-right: -16px
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img {
        width:100%
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero-img img {
    width: 100%;
    height: 840px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img img {
        height:750px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img img {
        height:700px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img img {
        height:600px
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
    height: 400px!important
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
        height:400px!important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
        height:400px!important
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
        height:300px!important
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
        height:300px!important
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption {
    position: relative;
    width: 39%;
    padding-right: 0;
    margin-right: 0
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption {
        width:50%;
        left: 65px;
        padding-right: 0;
        margin-right: 0
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption {
        width:48%;
        left: 65px;
        padding-right: 0;
        margin-right: 0
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption {
        width:36%;
        width: 50%;
        left: 65px;
        padding-right: 0;
        margin-right: 0
    }
}

@media only screen and (min-width: 2100px) and (max-width: 2400px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption {
        width:22%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption {
        width:39%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption {
        width:37%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption {
        width:100%;
        padding-left: 0;
        position: relative;
        padding-right: 21px;
        padding-left: 27px;
        padding-top: 0
    }

    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
        .slider-area .single-slider .slider-cap-wrapper .hero-img {
            width:50%
        }
    }

    .slider-area .single-slider .slider-cap-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: block;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form-box {
        background-color: #fff;
        padding: 30px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        width: 69%;
        margin-right: 154px;
        margin-bottom: 14px !important;
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption {
        width:100%;
        padding: 15px;
        padding-top: 0
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape {
    position: absolute;
    top: -52%;
    left: -56%;
    display: none;
    z-index: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape {
        left:-61%
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape {
        left:-30%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape {
        left:-20%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape {
        position:fixed;
        top: -133px;
        left: 26%;
        width: 50%
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape {
        position:fixed;
        top: 0;
        left: 24%;
        width: 60%
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape2 {
    position: absolute;
    top: -34%;
    left: -18%;
    z-index: -1
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape2 {
        left:-100%
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape2 {
        left:-100%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape2 {
        left:-20%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape2 {
        top:0;
        left: -20%
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption .hero-shape2 {
        top:0;
        left: -20%
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption span {
    color: #39cca4;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
    background: rgba(40,69,186,0.1);
    border-radius: 3px;
    padding: 5px 10px
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption h1 {
    color: #122c77;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 53px;
    line-height: 1;
    display: block;
    position: relative
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption h1::before {
    position: absolute;
    content: "";
    width: 107px;
    height: 3px;
    bottom: -26px;
    left: 0;
    background: #39cca4
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption h1 {
        font-size:55px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption h1 {
        font-size:38px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption h1 {
        font-size:26px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption h1 {
        font-size:40px
    }
}

@media (max-width: 768px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption h1 {
        font-size:34px;
        text-align: center
    }

    .slider-area .single-slider .slider-cap-wrapper .hero-caption h1::before {
        position: absolute;
        content: "";
        width: 107px;
        height: 3px;
        bottom: -26px;
        left: 50%;
        transform: translateX(-50%);
        background: #39cca4
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption p {
    color: #122c77;
    margin-bottom: 36px;
    display: block;
    font-size: 18px;
    padding-right: 50px;
    /* line-height:1.4; */
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption p br {
        display:none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption p br {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption p br {
        display:none
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption p br {
        display:none
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption p {
        padding-right:0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption p {
        margin-bottom:29px;
        font-size: 18px;
        padding-right: 21px
    }
}

@media (max-width: 768px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption p {
        margin-bottom:29px;
        font-size: 18px;
        padding-right: 0
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 {
    padding-top: 0;
    margin-top: 52px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 {
        padding-top:78px;
        padding-left: 10px
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 {
        padding-top:101px;
        padding-left: 10px;
        margin-bottom: 68px
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
    color: #122c77;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
    display: block;
    position: relative
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2::before {
    position: absolute;
    content: "";
    width: 107px;
    height: 3px;
    bottom: -26px;
    left: 0;
    background: #39cca4
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2::before {
        width:50px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
        font-size:55px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
        font-size:45px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
        font-size:33px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
        font-size:40px;
        margin-bottom: 57px
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
        font-size:33px;
        margin-bottom: 25px
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p {
    margin-bottom: 40px;
    display: block;
    font-size: 20px;
    padding-right: 50px;
    line-height: 1.4
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p br {
        display:none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p br {
        display:none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p br {
        display:none
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p br {
        display:none
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p {
        padding-right:17px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p {
        margin-bottom:29px;
        font-size: 18px;
        padding-right: 21px
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p {
        margin-bottom:29px;
        font-size: 18px;
        padding-right: 0
    }
}

.seo {
    margin-bottom: 7px
}

.favori-buton {
    background-color: #ff0000;
    border: 1px solid #ffffff00;
    color: red;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    line-height: 1.8;
    height: 37px;
}

.favori-buton:hover {
    color: #fff;
    background-color: #57b45b;
    border-color: transparent
}

.favori-buton .fas.fa-heart {
    color: red
}

.favori-eklendi-icon {
    margin-right: 5px;
}

.favori-buton .far.fa-heart {
    color: gray
}

.favori-buton.favori-eklendi .far.fa-heart {
    display: none
}

.hero-area {
    background-color: #3f51b5;
    padding: 0px 0;
}

.hero-text h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px
}

.hero-text p {
    font-size: 24px;
    margin-bottom: 30px
}

.form-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 69%;
    margin-right: 156px;
    margin-bottom: 14px !important;
}

.form-box select {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    color: #444;
    line-height: 27px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px !important;
    border: 2px solid #57b45b !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    user-select: none;
    -webkit-user-select: none;
}

@media only screen and (min-width: 768px) and (max-width: 1800px) {
    .form-box {
        background-color:#fff;
        padding: 30px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        width: 69%;
        margin-right: 70px;
        margin-bottom: 14px !important;
    }
}

.form-group {
    position: relative
}

.check-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid #559524;
    border-radius: 50%;
    transition: background-color 0.3s ease
}

.check-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    transition: transform 0.3s ease
}

.form-box .form-control:disabled,.form-control[readonly] {
    background-color: #fff;
    opacity: 1
}

.check-icon.checked {
    background-color: #57b45b;
    border-color: #86cb39
}

.check-icon::after {
    content: '\EB7B';
    font-family: 'remixicon';
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
    margin-top: -2px;
    display: none
}

.check-icon.checked::after {
    display: inline-block
}

.form-group.selected .check-icon {
    background-color: #000
}

.form-group.selected .check-icon::before {
    transform: translate(-50%,-50%) scale(1);
    animation: fillCheckIcon 0.3s forwards
}

@keyframes fillCheckIcon {
    0% {
        transform: translate(-50%,-50%) scale(0)
    }

    100% {
        transform: translate(-50%,-50%) scale(1)
    }
}

.form-group {
    flex-basis: 100%
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 2px solid #131932;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    background-color: #fff
}

label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.btn-primary {
    /* margin-top:5px; */
    /* padding:10px 20px; */
    /* width:100%; */
    /* font-weight:700; */
    /* border-radius:5px; */
    /* border:0; */
    /* background-color:#007bff; */
    /* color:#fff; */
}

.btn-primary:hover {
    background-color: #0069d9
}

select.form-control option:first-of-type {
    font-weight: 700
}

select.form-control option:not(:first-of-type) {
    color: #000
}

@media only screen and (max-width: 767px) {
    .slider-area .slick-slide {
        width:100%!important
    }

    .slider-area .slick-list,.slider-area .slick-track {
        display: flex;
        flex-direction: column
    }

    .slider-area .single-slider .hero-img,.slider-area .single-slider .hero-caption {
        order: 2
    }

    .slider-area .single-slider .form-box {
        order: 1;
        width: 100%;
        margin-right: 20px;
        margin-top: 25px;
        margin-left: 20px
    }

    .slider-area .single-slider .form-box form {
        margin-top: 20px
    }
}

.radio-select .form-check-input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.radio-select .form-check-input:checked+.form-check-label::before {
    content: "";
    position: fixed;
    top: 16%;
    left: 64%;
    transform: translate(-50%,-50%);
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 2px solid #57b45b;
    border-radius: 50%;
    background-color: #fff
}

.radio-select .form-check-label {
    display: flex;
    align-items: center
}

.radio-select-content {
    border: 2px solid #57b45b;
    transition: all 0.2s ease-in-out;
    display: block;
    font-size: 14px;
    padding: 1rem;
    font-weight: 400;
    border-radius: 0.25rem;
    margin-top: 0.5rem
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0 4px 8px rgb(0 0 0/10%)
}

.icon-box i {
    font-size: 17px;
    color: #fff
}

.cart-img-head .icon-box {
    top: 4px;
    left: 10px;
    padding: 6px;
    border-radius: 50%
}

.cart-img-head .icon-box i {
    font-size: 24px;
    color: #f5f5f5
}

.gorsel {
    height: auto;
    max-width: 59%;
}

@media (max-width: 767px) {
    .gorsel {
        max-width: 25%;
    }
}

.form-control:focus,.form-control:after,.form-control:hover {
    box-shadow: none;
    border-color: 1px solid #57b45b
}

.btn-text {
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

@keyframes shake {
    0% {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-5px)
    }

    20%,40%,60%,80% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

.shake-animation {
    animation: shake 0.5s
}

.swal2-timer-progress-bar-container {
    background-color: #96c259
}

.tooltip-wrapper {
    position: relative;
    display: inline-block
}

.tooltip-wrapper .tooltip-content {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    padding: 8px;
    background-color: #57b45b;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,visibility 0.3s ease
}

.tooltip-wrapper:hover .tooltip-content {
    opacity: 1;
    visibility: visible
}

.woocommerce-cart-form__cart-item.cart_item:nth-child(even) {
    background-color: #ffffffc7
}

.woocommerce-cart-form__cart-item.cart_item:nth-child(odd) {
    background-color: #ffffffc7
}

.cart-collaterals .shop_table tr:nth-child(even) {
    background-color: #ffffffc7
}

.cart-collaterals .shop_table tr:nth-child(odd) {
    background-color: #ffffffc7
}

.actions {
    background-color: #fff
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/4%);
    transition: opacity 0.6s,visibility 0s linear 0.6s;
    z-index: 1
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown-item {
    padding: 5px;
    cursor: pointer;
    position: relative;
    font-size: 14px
}

.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    padding: 10px;
    margin-bottom: 5px
}

.dropdown-item:hover .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px
}

.dropdown-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sub-menu-item {
    cursor: pointer;
    padding: 5px;
    background: #fff;
    color: #000
}

.sub-menu-item:hover {
    background-color: #f2f2f2
}

.dropdown-item .name {
    display: flex;
    align-items: center;
    padding: 5px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0%);
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.dropdown-item .name:hover {
    color: #000;
}

.dropdown-item .name .icon {
    margin-left: auto;
    transition: transform 0.3s
}

.dropdown-item .name .platforms {
    margin-right: 5px;
    transition: transform 0.3s;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/5%);
    border-radius: 2px;
    padding: 5px;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.platforms {
    margin-right: 5px;
    transition: transform 0.3s;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/5%);
    border-radius: 2px;
    padding: 5px;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.name {
    display: flex;
    align-items: center;
    padding: 1px;
    /* box-shadow:0 8px 16px 0 rgb(0 0 0/4%); */
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.dropdown-item .name .platforms svg {
    width: 100%;
    height: 100%
}

.dropdown-item.active .name .icon {
    transform: rotate(90deg)
}

.platform-icon i {
    font-size: 13px;
}

.platform-icon.Instagram {
    color: #e4405f;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Tumblr {
    color: #32445a;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Twitch {
    color: #8d45f8;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Spotify {
    color: #1dd05d;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Threads {
    color: #000000;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Kwai {
    color: #ff6100;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Vimeo {
    color: #01a9e9;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.SoundCloud {
    color: #f97637;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Pinterest {
    color: #c11f26;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Google {
    color: #ff5c47;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Clubhouse {
    color: #6515dd;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Reddit {
    color: #ff4500;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Discord {
    color: #5466e2;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Likee {
    color: #f52470;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Twitter {
    color: #1da1f2;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Facebook {
    color: #1973eb;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Youtube {
    color: red;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Linkedin {
    color: #0077b5;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Tiktok {
    color: #000;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Threads {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 1px;
}

.platform-icon.Telegram {
    color: #2aabee;
    background-color: #fff;
    padding: 1px;
}

.platform-icon.Spotify {
    color: #1db954;
    /* background-color: #1db954; */
    /* border-color: #1db954; */
    border: 1px solid ##1db954;
}

.platform-icon.Twitch {
    color: #9146ff
}

.sub-menu-item .platform-icon {
    margin-right: 5px;
    transition: transform 0.3s;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/6%);
    border-radius: 2px;
    padding: 5px;
    background: #fff;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center
}

.sub-menu-item .platform-icon.default {
    color: #fff
}

.platform-link {
    text-decoration: none;
    color: inherit;
    width: 100%
}

.platform-link:hover {
    text-decoration: none;
    color: #fff;
    width: 100%
}

.platform-links {
    text-decoration: none;
    color: inherit;
    width: 100%;
    font-weight: 500;
}

.platform-links:hover {
    text-decoration: none;
    color: #000;
    width: 100%
}

.custom-menu-toggle {
    display: none
}

.custom-menu {
    display: none
}

@media (max-width: 768px) {
    .custom-menu-toggle {
        display:block;
        width: 100%
    }

    .custom-menu {
        display: block
    }

    .custom-menu {
        position: absolute;
        width: 93%;
        background-color: #f6f9fc;
        z-index: 9999;
        box-shadow: 0 8px 16px 0 rgb(0 0 0 / 7%);
        max-height: 0;
        overflow: scroll;
        margin-top: 6px;
        margin-left: 3px;
        opacity: 0;
        visibility: hidden;
        transition: max-height 0.2s ease-in-out,opacity 0.2s ease-in-out,visibility 0.2s ease-in-out
    }

    .custom-menu.open {
        max-height: 599px;
        opacity: 1;
        visibility: visible
    }

    .custom-menu ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .custom-menu ul li {
        padding: 14px;
        border-bottom: 1px solid #ededed;
        position: relative
    }

    .custom-menu ul li:last-child {
        border-bottom: 0
    }

    .custom-menu ul li a {
        text-decoration: none;
        color: #333;
        display: flex;
        align-items: center
    }

    .custom-menu ul li a span {
        display: inline-block
    }

    .custom-menu ul li a .ri-arrow-down-s-line {
        margin-left: auto;
        margin-right: 5px;
        transition: transform 0.3s ease-in-out
    }

    .custom-menu ul li.has-submenu.open>a .ri-arrow-down-s-line {
        transform: rotate(-180deg)
    }

    .custom-menu .submenu {
        position: absolute;
        top: 0;
        left: 100%;
        background-color: #f9f9f9;
        z-index: 1;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: max-height 0.2s ease-in-out,opacity 0.2s ease-in-out,visibility 0.2s ease-in-out
    }

    .custom-menu .has-submenu.open .submenu {
        visibility: visible;
        opacity: 1;
        max-height: 404px;
        overflow: scroll;
    }

    .custom-menu ul li a i.platform-icon {
        margin-right: 5px;
        transition: transform 0.3s ease-in-out;
        font-size: 13px;
        /* font-weight: 500; */
    }

    .platform-icon {
        margin-right: 5px;
        transition: transform 0.3s;
        box-shadow: 0 8px 16px 0 rgb(0 0 0/5%);
        border-radius: 2px;
        padding: 5px;
        background: #fff;
        width: 25px;
        font-weight: 500;
        font-size: 13px;
        height: 25px;
        /* display:flex; */
        justify-content: center;
        align-items: center
    }

    .custom-menu ul li a i.Facebook {
        color: #3b5998
    }

    .custom-menu ul li a i.Twitter {
        color: #1da1f2
    }

    .custom-menu .submenu li {
        padding: 14px 0 10px;
        background: #f6f9fc;
        border-top: 1px solid #ededed
    }

    .custom-menu ul li.has-submenu {
        position: relative
    }

    .custom-menu ul li.has-submenu>.submenu {
        position: inherit;
        top: 11px;
        left: 0;
        margin-left: 23px
    }
}

.custom-menu-container {
    position: relative
}

.custom-menu-toggle {
    border: 1px solid;
    border-color: #fcfcfc;
    border-radius: 2px;
    background-color: #f6f9fc;
    font-weight: 500;
    padding: 0.6em 1em 0.4em;
    text-align: left;
    color: #060606;
    position: inherit;
    width: 100%
}

.menu-icon {
    transition: transform 0.3s ease-in-out
}

.menu-icon.open {
    transform: rotate(180deg)
}

.sub-menu {
    opacity: 0;
    transition: opacity 0.5s ease
}

.dropdown-item:hover .sub-menu {
    display: block;
    opacity: 1
}

.custom-menu ul li:hover .sub-menu {
    display: block
}

.cart-container {
    display: flex;
    align-items: center;
    padding: 5px 0px 0px 0px;
    border-bottom: 1px solid #cccccc42;
    border-radius: 5px;
}

.cart-sidebar {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 24px;
}

.cart-items {
    flex: 1;
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.item-icon {
    flex: 0 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

.item-details h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.item-details p {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 500;
}

.tab-menu {
    display: flex;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-left: 6px;
}

.tab-menu li {
    cursor: pointer;
    padding: 10px 15px;
    background-color: #13193291;
    border: 1px solid #ccc0;
    margin-right: 5px;
    transition: background-color 0.3s;
    position: relative;
    display: flex;
    align-items: center;
}

.tab-menu li.active {
    background-color: #131932;
}

.tab-menu li i {
    margin-left: 5px;
    transition: transform 0.3s;
}

.tab-content-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

.tab-menu-item {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 30px;
    background-color: #57b45b;
    color: #fff;
    border: 0;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 3px;
    position: relative;
    margin-right: 0;
    overflow: hidden;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
}

.tab-menu li {
    width: 100%;
}

#odemeTamamlaBtn {
    width: 100%;
    margin-top: 20px;
}

.discount-code-container {
    align-items: center;
}

#indirimKoduFormu {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.input-wrapper input {
    width: 100%;
    padding: 12px;
    border: 1px solid #57b45b;
}

.input-wrapper button {
    position: absolute;
    top: 45%;
    right: 12px;
    transform: translateY(-50%);
}

#indirimKoduGirBtn {
    background-color: #2196F3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px;
}

#indirimKoduGirBtn:hover {
    background-color: #1976D2;
}

#kupon_uygula {
    color: #00d47a;
    border-color: #00d47a!important;
    background: #fff;
    padding: 10px 19px;
    border: 1px solid #00d47a!important;
    border: none;
    line-height: 1.2;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

#kupon_uygula:hover {
    background-color: #00d47a;
    color: #fff;
}

#kupon_kaldir {
    background-color: #f10606d6;
    color: #fff;
    padding: 10px 19px;
    border: none;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

#kupon_kaldir:hover {
    background-color: red;
}

.menubox::-webkit-scrollbar {
    width: 0px;
    height: 2px;
}

.menubox::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.menubox::-webkit-scrollbar-thumb {
    background: #bbbbbbd1;
    border-radius: 4px;
}

.menubox::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.shop_table {
    text-align: center;
    margin-top: 131px;
    background: #fff;
    padding: 19px;
}

.selected-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00ff00;
    opacity: 0.8;
}

.selected-icon:before {
    content: "\EB7B";
    /* FontAwesome check icon */
    font-family: "remixicon";
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avatar-container {
    display: flex;
    align-items: center;
}

.avatar {
    margin-right: 10px;
    height: 56px;
    width: 56px;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.input-container {
    position: relative;
    width: 100%;
}

.post-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
    margin-top: 25px;
}

.post-card {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 132.653%;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.post-card.selected {
    border-color: #ff0000;
}

.post-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.check-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: none;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    animation: checkFadeIn 0.3s ease forwards;
}

@keyframes checkFadeIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.button-group {
    display: flex;
    justify-content: flex-end;
}

.button.cart-button, .wish-button {
    /* margin-left: 10px; */
}

.responsive {
    width: 100%;
    margin: 0 auto;
}

.slide {
    padding: 0 10px;
}

.column {
    width: 100%;
    background: #ccc0;
    color: #fff;
    display: flex;
    border: 1px solid #fff0;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /* opacity: 0; */
    transition: opacity 0.3s ease;
}

.slick-initialized .column {
    opacity: 1;
}

img.lazy {
    width: 300px;
    /* height: 200px; */
    background-color: #f0f0f0;
}

.section-icon {
    width: 55px;
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 16px;
    background-color: #5562ea17;
    color: #57b45b;
    height: 55px;
    font-size: 25px;
    position: relative;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-icon img {
    padding: 24px;
    display: block;
    z-index: 1;
    position: relative;
}

.section-icon::after {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 77px;
    height: 77px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(27, 189, 228, 0.1);
}

.section-icon::before {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 94px;
    height: 94px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(84 91 200 / 9%);
}

.section-header {
    max-width: 700px;
    margin: 0 auto;
}

.section-header + .section-body {
    margin-top: 48px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.section-title--lg {
    font-size: 32px;
}

.section-description {
    color: #717c91;
    /* margin-top: 9px; */
    margin-bottom: 20px;
}

.text-gry {
    color: #57b45b;
}

.services-list-item {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 1rem;
    line-height: 1;
    border-radius: 4px;
    padding: 22px 22px;
    box-shadow: 0 10px 13px rgb(0 0 0 / 9%);
    transition: all 0.2s ease-in-out;
}

.services-list-item:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0/17%);
    -ms-transform: scale(1.9);
    -webkit-transform: scale(.9);
    transform: scale(.97)
}

.services-list-item:hover {
    opacity: 0.8;
}

.services-list-item .info {
    flex: 1;
}

.services-list-item span {
    font-size: 15px;
}

.services-list-item a:hover {
    color: #fff !important;
}

.services-list-item .icon {
    font-size: 24px;
}

.services-list-item:hover {
    color: #fff !important;
}

.info .service {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: revert;
}

.hmslider {
    width: 100%;
    background-repeat: no-repeat;
    background-color: #1a2844;
    min-height: 540px;
    position: relative;
}

.hmslider .text {
    min-height: 540px;
    display: flex;
    flex-flow: column;
    justify-content: center
}

.hmslider .text h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.hmslider .text h2::before {
    content: "";
    background: #fff;
    border-radius: 15px;
    height: 2px;
    width: 120px;
    position: absolute;
    left: 0;
    bottom: 0
}

.hmslider .text h2 span {
    font-weight: 700
}

.hmslider .text p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 24px
}

.hmslider .text p span {
    font-weight: 600
}

.hmslider .text a {
    float: left;
    background: rgba(255,255,255,.4392156863);
    border-radius: 50px;
    padding: 13px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding-right: 95px;
    position: relative;
    transition: all .6s
}

.hmslider .text a:hover {
    background: rgba(255,255,255,.2470588235)
}

.hmslider .text a::after {
    content: "";
    background: url(../img/icon/rightarrowicon.svg);
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 21px
}

.sliderbox {
    float: left;
    height: 71px;
    animation: bounce2 3s ease infinite
}

@keyframes bounce2 {
    0%,20%,50%,80%,100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.sliderbox img {
    float: left;
    height: 100%;
    object-fit: contain;
    object-position: left
}

.sliderbox1 {
    float: left;
    height: 72px;
    margin-left: 20px;
    margin-top: 35px;
    animation: bounce2 4s ease infinite
}

.sliderbox1 img {
    float: left;
    height: 100%;
    object-fit: contain;
    object-position: left
}

.sliderboxlist {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.hmcatslider {
    float: left;
    width: 100%;
    background: #fff
}

.fastorders {
    margin-top: 121px;
}

.fastorders .title {
    float: left;
    width: 100%;
    color: #313140;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #d0d5dd;
    background: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.selectarea .b {
    display: none;
    width: 100%;
    float: left;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    background: #fff;
    z-index: 1;
    max-height: 280px;
    overflow-y: scroll
}

.selectarea label {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #313140
}

.siparea {
    float: left;
    width: 100%;
    background: #fff;
    height: 100%;
    display: block;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 18px;
    margin-bottom: -70px;
}

.hero-area {
    position: relative;
    /* background-image: url(/uploads/images/bg-shapes.svg); */
    /* filter: brightness(1) saturate(1.2) hue-rotate(3deg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #57b45b;
    z-index: 0;
    /* padding-top: 120px; */
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area {
        background-image:none
    }
}

@media (max-width: 767px) {
    .hero-area {
        background-image:none
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area {
        padding:150px 0 100px 0
    }
}

@media (max-width: 767px) {
    .hero-area {
        padding: 81px 0 122px 0px;
        /* margin-top: 118px; */
    }
}

.hero-area .hero-content {
    border-radius: 0;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 125px 0 139px 0;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-content {
        padding:0 140px
    }
}

@media only screen and (min-width: 991px) {
    .siparea {
        float: left;
        width: 100%;
        background: #fff;
        height: 100%;
        display: block;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 24px;
        margin-bottom: -70px;
    }
}

.hero-area .hero-content h4 {
    color: #7e57ff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.hero-area .hero-content h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
    color: #fff;
    text-transform: capitalize
}

.hero-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    color: #e6e6e6;
}

.hero-area .hero-content .button {
    margin-top: 23px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-content .button {
        margin-top:30px!important;
        width: 100%
    }
}

@media (max-width: 767px) {
    .hero-area .hero-content .button {
        margin-top:30px;
        width: 100%
    }

    .hero-area .hero-content .button .btn {
        width: 100%
    }
}

.hero-area .hero-content .button .btn:hover {
    color: #081828;
    background-color: #fff
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hero-area .hero-content h1 {
        font-size:40px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-area .hero-content {
        text-align:center
    }

    .hero-area .hero-content h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 38px
    }

    .hero-area .hero-content p {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .hero-area .hero-content {
        padding:0 10px;
        text-align: center
    }

    .fastorders {
        margin-top: 41px;
    }

    .hero-area .hero-content h1 {
        font-size: 24px;
        line-height: 32px
    }

    .hero-area .hero-content p {
        margin-top: 0px;
        font-size: 15px;
        text-align: center;
        line-height: 26px
    }

    .wow .badge-block {
        justify-content: center;
    }

    .hero-area .hero-content .button .btn {
        width: 60%;
        margin: 0;
        margin-bottom: 7px
    }

    .hero-area .hero-content .button .btn:last-child {
        margin: 0
    }
}

.hero-area .hero-image {
    height: 100%;
    width: 100%
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .hero-area .hero-image {
        display:none
    }
}

.hero-area .hero-image .main-image {
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 53%
}

.services {
    position: relative;
    z-index: 0;
    background-color: #f4f7fa
}

.services .section-title {
    margin-bottom: 50px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .services .section-title {
        margin-bottom:30px
    }
}

@media (max-width: 767px) {
    .services .section-title {
        margin-bottom:30px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px),only screen and (min-width:1400px) {
    .services .upper-content {
        padding-right:100px
    }
}

.services .upper-content .lasthead {
    font-size: 16px;
    font-weight: 600;
    color: #7e57ff;
    margin-bottom: 15px
}

.services .upper-content .title {
    font-size: 28px;
    font-weight: 600;
    font-size: 40px;
    font-weight: 700;
    padding: 21px 0 16px
}

.services .upper-content p {
    margin-top: 20px
}

.services .upper-content .button {
    margin-top: 40px
}

.selectarea {
    display: block;
    padding-left: 3px;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.selectarea .form-control {
    display: block;
    width: 100%;
    padding: .625rem 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #57b45b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .3125rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.selectarea .form-control:before {
    content: "\EEBA";
    font-family: "remixicon";
    position: absolute;
    left: 8px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 16px;
    float: left;
    text-align: center;
    line-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    left: 10px;
    margin-right: 15px;
    border-radius: 50%;
}

.selectarea .form-control:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.benefits-line {
    margin-top: 17px;
}

.benefits-line ul {
    list-style: none;
    padding: 0;
}

.benefits-line ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-bottom: 12px;
}

.benefits-line ul li svg {
    margin-right: 6px;
}

.benefits-line ul li span {
    color: #fefefe;
}

.wow .badge-block {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.wow .badge-block img {
    letter-spacing: 0.75px;
    display: flex;
    align-items: center;
    width: 20px;
    /* color: #fff; */
    /* filter: brightness(0.8) saturate(1.2) hue-rotate(274deg); */
    margin-right: 8px;
}

#buy-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #57b45b;
    font-size: 15px;
    padding: 13px 30px;
    font-weight: 600;
    margin-left: auto;
    border-radius: 2px;
    float: left;
    margin-left: 3px;
    width: 97%;
}

#error-container {
    display: none;
    color: red;
    margin-top: 10px;
}

.error-message {
    font-weight: bold;
}

#select2-platform-container {
    /*   appearance: none;*/
    /*   -webkit-appearance: none;*/
    /*   padding-left: 38px; */
    /*   padding-right: 20px;*/
}

#select2-platform-container:before {
    /*  content: "\EEBA";*/
    /*  font-family: "remixicon";*/
    /*  position: absolute;*/
    /*  left: 8px;*/
    /*  top: 45%;*/
    /*   transform: translateY(-50%);*/
    /*   font-size: 16px;*/
    /*   float: left;*/
    /*    text-align: center;*/
    /*    line-height: 34px;*/
    /*    display: inline-flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    width: 30px;*/
    /*    height: 30px;*/
    /*    left: 10px;*/
    /*    margin-right: 15px;*/
    /*border-radius: 50%;*/
}

#select2-platform-container:after {
    /*   content: "";*/
    /*   position: absolute;*/
    /*   bottom: 0;*/
    /*   left: 0;*/
    /*   width: 100%;*/
    /*   height: 2px;*/
    /*   background-color: #000; */
    /*   transform: scaleX(0); */
    /*   transform-origin: left;*/
    /*   transition: transform 0.3s ease-in-out;*/
}

#select2-platform-container:focus:after {
    /*  transform: scaleX(1); */
}

#select2-servisler-container {
    appearance: none;
    -webkit-appearance: none;
    /* padding-left: 38px; */
    padding-right: 0px;
}

#select2-servisler-container:before {
    /*    content: "\EEBA";*/
    /*    font-family: "remixicon";*/
    /*    position: absolute;*/
    /*    left: 8px;*/
    /*    top: 45%;*/
    /*   transform: translateY(-50%);*/
    /*    font-size: 16px;*/
    /*    float: left;*/
    /*    text-align: center;*/
    /*    line-height: 34px;*/
    /*    display: inline-flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    width: 30px;*/
    /*    height: 30px;*/
    /*    left: 10px;*/
    /*    margin-right: 15px;*/
    /*    border-radius: 50%;*/
}

#select2-servisler-container:after {
    /*  content: "";
/*  position: absolute;
/*  bottom: 0;
/*  left: 0;
/*  width: 100%;
/*  height: 2px;
/*  background-color: #000;
/*  transform: scaleX(0);
/*  transform-origin: left;
 /* transition: transform 0.3s ease-in-out; 
}

#select2-servisler-container:focus:after {
  transform: scaleX(1); 
}

#select2-kategori-container {
  /* appearance: none;*/
    -webkit-appearance: none;
    /* padding-left: 38px; */
    /* padding-right: 20px; */
}

#select2-kategori-container:before {
    /* content: "\EEBA"; */
    /* font-family: "remixicon"; */
    /* position: absolute; */
    /* left: 8px; */
    /* top: 45%; */
    /* transform: translateY(-50%); */
    /* font-size: 16px; */
    /* float: left; */
    /* text-align: center; */
    /* line-height: 34px; */
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 30px; */
    /* height: 30px; */
    /* left: 10px; */
    /* margin-right: 15px; */
    /* border-radius: 50%; */
}

#select2-kategori-container:after {
    /*  content: ""; */
    /*  position: absolute;*/
    /*  bottom: 0;*/
    /*  left: 0;*/
    /* width: 100%;*/
    /*  background-color: #000; */
    /*  transform: scaleX(0); */
    /*  transform-origin: left;*/
    /*  transition: transform 0.3s ease-in-out; */
}

#select2-kategori-container:focus:after {
    transform: scaleX(1);
}

@media (max-width: 991px) {
    .mobil {
        display: block;
        position: relative;
        top: 34px;
        font-weight: 600;
        font-size: 16px;
        left: 0px;
        color: #000000;
    }

    .msx {
        margin-top: 34px;
    }
}

@media (min-width: 992px) {
    .mobil {
        display: none;
    }
}

.ri-shopping-basket-2-line {
    font-size: 17px;
    margin-right: 4px;
    margin-top: 0px;
}

.align-items-end {
    align-items: flex-end!important;
    justify-content: end;
}

.multi_step_form #progress {
    text-align: center;
    position: relative;
    margin-top: 0px;
    padding-top: 19px;
    min-height: 110px;
    color: #fff;
}

.multi_step_form #progress .tittle {
    text-align: center;
    padding-bottom: 55px;
}

.multi_step_form #progress .tittle h2 {
    color: #3f4553;
    padding-bottom: 5px;
}

.multi_step_form #progress .tittle p {
    color: #5f6771;
}

.multi_step_form #progress fieldset {
    border: 0;
    padding: 20px 105px 0;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}

.multi_step_form #progress fieldset:not(:first-of-type) {
    display: none;
}

.multi_step_form #progress fieldset h3 {
    color: #3f4553;
}

.multi_step_form #progress fieldset h6 {
    color: #5f6771;
    padding-bottom: 30px;
}

.multi_step_form #progress fieldset .intl-tel-input {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
}

.multi_step_form #progress fieldset .intl-tel-input .flag-container .selected-flag {
    padding: 0 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    width: 65px;
}

.multi_step_form #progress fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
    border: 0;
}

.multi_step_form #progress fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    color: #5f6771;
}

.multi_step_form #progress fieldset #phone {
    padding-left: 80px;
}

.multi_step_form #progress fieldset .form-group {
    padding: 0 10px;
}

.multi_step_form #progress fieldset .fg_2, .multi_step_form #progress fieldset .fg_3 {
    padding-top: 10px;
    display: block;
    overflow: hidden;
}

.multi_step_form #progress fieldset .fg_3 {
    padding-bottom: 70px;
}

.multi_step_form #progress fieldset .form-control, .multi_step_form #progress fieldset .product_select {
    border-radius: 3px;
    border: 1px solid #d8e1e7;
    padding: 0 20px;
    height: auto;
    color: #5f6771;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.multi_step_form #progress fieldset .form-control.placeholder, .multi_step_form #progress fieldset .product_select.placeholder {
    color: #5f6771;
}

.multi_step_form #progress fieldset .form-control:-moz-placeholder, .multi_step_form #progress fieldset .product_select:-moz-placeholder {
    color: #5f6771;
}

.multi_step_form #progress fieldset .form-control::-moz-placeholder, .multi_step_form #progress fieldset .product_select::-moz-placeholder {
    color: #5f6771;
}

.multi_step_form #progress fieldset .form-control::-webkit-input-placeholder, .multi_step_form #progress fieldset .product_select::-webkit-input-placeholder {
    color: #5f6771;
}

.multi_step_form #progress fieldset .form-control:hover, .multi_step_form #progress fieldset .form-control:focus, .multi_step_form #progress fieldset .product_select:hover, .multi_step_form #progress fieldset .product_select:focus {
    border-color: #5cb85c;
}

.multi_step_form #progress fieldset .form-control:focus.placeholder, .multi_step_form #progress fieldset .product_select:focus.placeholder {
    color: transparent;
}

.multi_step_form #progress fieldset .form-control:focus:-moz-placeholder, .multi_step_form #progress fieldset .product_select:focus:-moz-placeholder {
    color: transparent;
}

.multi_step_form #progress fieldset .form-control:focus::-moz-placeholder, .multi_step_form #progress fieldset .product_select:focus::-moz-placeholder {
    color: transparent;
}

.multi_step_form #progress fieldset .form-control:focus::-webkit-input-placeholder, .multi_step_form #progress fieldset .product_select:focus::-webkit-input-placeholder {
    color: transparent;
}

.multi_step_form #progress fieldset .product_select:after {
    display: none;
}

.multi_step_form #progress fieldset .product_select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 24px/48px Ionicons;
    color: #5f6771;
}

.multi_step_form #progress fieldset .product_select .list {
    width: 100%;
}

.multi_step_form #progress fieldset .done_text {
    padding-top: 40px;
}

.multi_step_form #progress fieldset .done_text .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    margin-bottom: 10px;
    background: #5cb85c;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.multi_step_form #progress fieldset .done_text h6 {
    line-height: 23px;
}

.multi_step_form #progress fieldset .code_group {
    margin-bottom: 60px;
}

.multi_step_form #progress fieldset .code_group .form-control {
    border: 0;
    border-bottom: 1px solid #a1a7ac;
    border-radius: 0;
    display: inline-block;
    width: 30px;
    font-size: 30px;
    color: #5f6771;
    padding: 0;
    margin-right: 7px;
    text-align: center;
    line-height: 1;
}

.multi_step_form #progress fieldset .passport {
    margin-top: -10px;
    padding-bottom: 30px;
    position: relative;
}

.multi_step_form #progress fieldset .passport .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    position: absolute;
    top: 4px;
    right: 0;
    background: #5cb85c;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.multi_step_form #progress fieldset .passport h4 {
    color: #5f6771;
    padding: 0;
}

.multi_step_form #progress fieldset .input-group {
    padding-bottom: 40px;
}

.multi_step_form #progress fieldset .input-group .custom-file {
    width: 100%;
    height: auto;
}

.multi_step_form #progress fieldset .input-group .custom-file .custom-file-label {
    width: 168px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #99a2a8;
    text-align: center;
    transition: all 300ms linear 0s;
    color: #5f6771;
}

.multi_step_form #progress fieldset .input-group .custom-file .custom-file-label i {
    font-size: 20px;
    padding-right: 10px;
}

.multi_step_form #progress fieldset .input-group .custom-file .custom-file-label:hover, .multi_step_form #progress fieldset .input-group .custom-file .custom-file-label:focus {
    background: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.multi_step_form #progress fieldset .input-group .custom-file input {
    display: none;
}

.multi_step_form #progress fieldset .file_added {
    text-align: left;
    padding-left: 190px;
    padding-bottom: 60px;
}

.multi_step_form #progress fieldset .file_added li {
    color: #5f6771;
}

.multi_step_form #progress fieldset .file_added li a {
    color: #5cb85c;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.multi_step_form #progress fieldset .file_added li a i {
    font-size: 22px;
    padding-right: 8px;
    position: absolute;
    left: 0;
    transform: rotate(20deg);
}

.multi_step_form #progress #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
}

.multi_step_form #progress #progressbar li {
    list-style-type: none;
    color: #b9bdef6e;
    font-size: 15px;
    font-weight: 600;
    width: calc(100%/4);
    float: left;
    position: relative;
}

.multi_step_form #progress #progressbar li:nth-child(1):before {
    content: "\EC82";
}

.multi_step_form #progress #progressbar li:nth-child(2):before {
    content: "\F11C";
}

.multi_step_form #progress #progressbar li:nth-child(3):before {
    content: "\F25E";
}

.multi_step_form #progress #progressbar li:nth-child(4):before {
    content: "\F0D3";
}

.multi_step_form #progress #progressbar li:before {
    content: "\F11C";
    font: normal normal normal 30px/50px remixicon;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

.multi_step_form #progress #progressbar li:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    /* z-index: -1; */
}

.multi_step_form #progress #progressbar li:last-child:after {
    width: 150%;
}

.multi_step_form #progress #progressbar li.active {
    color: #ffffff;
}

.multi_step_form #progress #progressbar li.active:before, .multi_step_form #progress #progressbar li.active:after {
    background: #f5f5f582;
    color: white;
}

.multi_step_form #progress .action-button {
    background: #5cb85c;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    border: 1px solid #5cb85c;
    margin: 0 5px;
    text-transform: uppercase;
    display: inline-block;
}

.multi_step_form #progress .action-button:hover, .multi_step_form #progress .action-button:focus {
    background: #405867;
    border-color: #405867;
}

.multi_step_form #progress .previous_button {
    background: transparent;
    color: #99a2a8;
    border-color: #99a2a8;
}

.multi_step_form #progress .previous_button:hover, .multi_step_form #progress .previous_button:focus {
    background: #405867;
    border-color: #405867;
    color: #fff;
}

.row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    /* margin-right: calc(0.5 * var(--bs-gutter-x)); */
    /* margin-left: calc(0.5 * var(--bs-gutter-x)); */
}

@media only screen and (max-width: 768px) {
    .text {
        display: none;
    }

    .multi_step_form #progress {
        text-align: center;
        position: relative;
        margin-top: 90px;
        padding-top: 19px;
        min-height: 0px;
        margin-top: 0px;
        /* margin: auto; */
        /* background: #ffffff; */
        z-index: 1;
    }
}

.paketler {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 13px;
    grid-row-gap: 25px;
    margin-bottom: 70px;
    margin-left: 10px;
    min-height: 400px
}

@media (max-width: 1433px) {
    .paketler {
        grid-template-columns:repeat(3,1fr);
        margin-left: 2px;
    }
}

@media (max-width: 1183px) {
    .paketler {
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width: 768px) {
    .paketler {
        grid-template-columns: repeat(1,1fr);
    }
}

.star i {
    color: #ffa000;
}

.multi_step_form {
    background: #131932;
    margin-bottom: 35px;
    padding: 4px;
    /* margin-top: 131px; */
}

.offcanvas-start {
    width: 100%!important;
    border: 0;
    background: #ffffff;
    padding: 20px 15px
}

.offcanvas-header {
    background: #f6f9fc;
    border-radius: 4px;
}

.offcanvas-header .btn-close {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center
}

.offcanvas-header .btn-close span {
    float: right;
    margin-right: 24px;
    color: #0a0d2a;
    font-size: 14px;
    font-weight: 600;
    margin-top: -2px;
    opacity: 1
}

.offcanvas-body {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0
}

ul.support {
    padding: 20px
}

ul.support li:not(:last-child) {
    margin-bottom: 20px
}

ul.support li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

ul.support li .icon.green {
    background: #18d3a6
}

ul.support li .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px
}

ul.support li span.title {
    color: #606672;
    font-size: 14px;
    font-weight: 400
}

ul.support li a.value {
    display: block;
    margin-top: 4px;
    color: #131932;
    font-size: 16px;
    font-weight: 600
}

ul.support li .btn-action.green {
    background: #18d3a6
}

ul.support li .btn-action {
    display: none;
    border-radius: 32px;
    color: #131932;
    padding: 9px 19px;
    font-size: 14px
}

ul.support li .icon.blue {
    background: #455ee0
}

ul.support li .icon.lightblue {
    background: #3ba9da
}

@media(min-width: 992px) {
    ul.support {
        display:none
    }
}

.btn-primary {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* border: none; */
    /* background: #57b45b; */
    /* font-size: 15px; */
    /* margin-top: 20px; */
    /* padding: 13px 30px; */
    /* font-weight: 600; */
    /* margin-left: auto; */
    /* border-radius: 2px; */
    /* float: left; */
    /* width: 100%; */
}

#orderButton {
    border: 1px solid;
    border-color: #fcfcfc;
    border-radius: 2px;
    background-color: #f6f9fc;
    font-weight: 500;
    margin-top: 7px;
    padding: 0.6em 1em 0.4em;
    text-align: left;
    color: #060606;
    position: inherit;
    width: 100%;
}

#hakkimizda {
    border: 1px solid;
    border-color: #fcfcfc;
    border-radius: 2px;
    background-color: #f6f9fc;
    font-weight: 500;
    margin-top: 7px;
    padding: 0.6em 1em 0.4em;
    text-align: left;
    color: #060606;
    position: inherit;
    width: 100%;
}

#blog {
    border: 1px solid;
    border-color: #fcfcfc;
    border-radius: 2px;
    background-color: #f6f9fc;
    font-weight: 500;
    margin-top: 7px;
    padding: 0.6em 1em 0.4em;
    text-align: left;
    color: #060606;
    position: inherit;
    width: 100%;
}

#iletisim {
    border: 1px solid;
    border-color: #fcfcfc;
    border-radius: 2px;
    background-color: #f6f9fc;
    font-weight: 500;
    margin-top: 7px;
    padding: 0.6em 1em 0.4em;
    text-align: left;
    color: #060606;
    position: inherit;
    width: 100%;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #4d66d7;
    border-color: #4d66d7;
}

.btn-primary:hover {
    background: #445bc4;
}

/* Gerekli CSS stilleri */
.order-form {
    position: absolute;
    top: 102px;
    left: 15px;
    right: 5px;
    width: 93%;
    background-color: #fff;
    padding: 10px;
    margin-top: 0px;
    z-index: 9999;
    transform: rotateY(-90deg);
    transition: transform 0.5s ease-in-out;
    padding-top: 48px;
    padding-bottom: 53px;
}

#closeButton {
    position: absolute;
    top: 7px;
    width: 20%;
    right: 14px;
    padding: 6px;
    color: #fff;
    background: #131932;
    border-color: #131932;
}

#nav {
    transition: opacity 0.5s ease-in-out;
}

.hidden {
    opacity: 0;
}

#main-nav {
    margin: 10px auto;
    width: 100px;
    min-height: 50px;
    flex-flow: row nowrap;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-around;
}

#main-nav a.cart-button {
    width: 44px;
    min-height: 50px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-start;
    justify-content: space-around;
}

#main-nav a.cart-button span.bag-icon {
    width: 34px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    text-indent: -999px;
    overflow: hidden;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 40'%3E%3Cpath d='M33.1 10.2h-8V7.9C25 3.5 21.4 0 17 0c-4.4 0-8 3.5-8 7.9v2.3H1c-.5 0-.9.4-.9.9v24.4C0 38 2.1 40 4.6 40h24.7c2.6 0 4.6-2 4.6-4.5V11.1c.1-.5-.3-.9-.8-.9zM10.8 7.9c0-3.4 2.8-6.1 6.2-6.1 3.4 0 6.2 2.7 6.2 6.1v2.3H10.8V7.9zm21.3 27.6c0 1.5-1.2 2.7-2.8 2.7H4.6c-1.5 0-2.8-1.2-2.8-2.7V12H9v1.1c0 .5.4.9.9.9s.9-.4.9-.9V12h12.4v1.2c0 .5.4.9.9.9s.9-.4.9-.9V12h7.1v23.5z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 40'%3E%3Cpath d='M33.1 10.2h-8V7.9C25 3.5 21.4 0 17 0c-4.4 0-8 3.5-8 7.9v2.3H1c-.5 0-.9.4-.9.9v24.4C0 38 2.1 40 4.6 40h24.7c2.6 0 4.6-2 4.6-4.5V11.1c.1-.5-.3-.9-.8-.9zM10.8 7.9c0-3.4 2.8-6.1 6.2-6.1 3.4 0 6.2 2.7 6.2 6.1v2.3H10.8V7.9zm21.3 27.6c0 1.5-1.2 2.7-2.8 2.7H4.6c-1.5 0-2.8-1.2-2.8-2.7V12H9v1.1c0 .5.4.9.9.9s.9-.4.9-.9V12h12.4v1.2c0 .5.4.9.9.9s.9-.4.9-.9V12h7.1v23.5z'/%3E%3C/svg%3E");
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.5s linear 0s;
}

#main-nav a.cart-button span.bag-count {
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 600;
    height: 28px;
    width: 34px;
    position: absolute;
    top: 11px;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 0.5s linear 0s;
}

#main-nav a.cart-button span.bag-label {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 20px;
    width: 80px;
    text-align: center;
    transition: all 0.5s linear 0s;
}

#main-nav a.cart-button:active span.bag-icon, #main-nav a.cart-button:hover span.bag-icon {
    background: #fff;
}

#main-nav a.cart-button:active span.bag-count, #main-nav a.cart-button:hover span.bag-count {
    color: #fff;
}

#main-nav a.cart-button:active span.bag-label, #main-nav a.cart-button:hover span.bag-label {
    color: #fff;
}

body.show-offcanvasSepet {
    overflow: hidden !important;
    height: 100% !important;
}

body.show-offcanvasSepet #offcanvasSepet {
    right: 0;
    visibility: visible;
}

#offcanvasSepet {
    background: #ffffff;
    color: #75757a;
    padding: 15px 15px 0 15px;
    position: fixed;
    display: block;
    width: 320px;
    top: 0;
    /* box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1); */
}

#offcanvasSepet a.close-button {
    height: 16px;
    width: 16px;
    margin: 0 0 15px 0;
    text-decoration: none;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
}

#offcanvasSepet a.close-button span.close-icon {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.3);
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
    transition: all 0.5s linear;
}

#offcanvasSepet a.close-button:active span.close-icon, #offcanvasSepet a.close-button:hover span.close-icon {
    background: #fff;
}

#offcanvasSepet h2 {
    /* color: #8b8b8f; */
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    /* margin: 5px 0 25px 0; */
    display: flex;
    justify-content: center;
}

#offcanvasSepet h2 span.count {
    color: #fff;
    background: #00b50f;
    padding: 8px;
    margin-left: 6px;
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#offcanvasSepet ul.products {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    height: calc(100vh - 179px);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    position: relative;
    z-index: 0;
}

#offcanvasSepet ul.products:after {
    background: linear-gradient(180deg, transparent, #354165);
    height: 30px;
    width: 300px;
    z-index: 1;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

#offcanvasSepet ul.products li.product {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    min-height: 30px;
    background: #f0f4f8;
    border-radius: 3px;
    color: #57b45b;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row nowrap;
    transition: all 0.5s linear;
}

#offcanvasSepet ul.products li.product:active, #offcanvasSepet ul.products li.product:hover {
    background: #fff;
}

#offcanvasSepet ul.products li.product:active span.product-details h3, #offcanvasSepet ul.products li.product:hover span.product-details h3 {
    color: #57b45b !important;
}

#offcanvasSepet ul.products li.product:active img, #offcanvasSepet ul.products li.product:hover img {
    border-color: #d7d7de !important;
}

#offcanvasSepet ul.products li.product a.product-link {
    width: 100%;
    color: #354165;
    padding: 10px;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#offcanvasSepet ul.products li.product a.product-link span.product-image {
    display: inline-block;
    width: 75px;
    height: 50px;
    padding-right: 10px;
}

#offcanvasSepet ul.products li.product a.product-link span.product-image img {
    width: 60px;
    height: 50px;
    border: 1px solid #d7d7de;
    transition: all 0.5s linear;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details {
    display: inline-block;
    width: 100%;
    min-height: 30px;
    color: #75757a;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details h3 {
    margin: 3px 25px 5px 0;
    font-size: 13px;
    font-weight: 500;
    color: #44444a;
    transition: all 0.5s linear;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 5px;
    margin-top: 8px;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty, #offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty button.minus-button, #offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty button.plus-button {
    width: 25px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #cdcdd1;
    background: #f0f0f9;
    color: #75757a;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    transition: all 0.3s linear;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty button.minus-button:active, #offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty button.minus-button:hover, #offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty button.plus-button:active, #offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty button.plus-button:hover {
    color: #fff;
    background: #57b45b;
    border-color: #57b45b;
    cursor: pointer;
    outline: none;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty button.minus-button:focus, #offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty button.plus-button:focus {
    outline: none;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input {
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid #cdcdd1;
    border-radius: 3px;
    margin: 0 2px;
    transition: all 0.5s linear;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input:active, #offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input:hover {
    border: 1px solid #57b45b;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input:focus {
    outline: none;
    border: 1px solid #57b45b;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input::-webkit-inner-spin-button, #offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.qty input.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

#offcanvasSepet ul.products li.product a.product-link span.product-details span.qty-price span.price {
    color: #57b45b;
    font-weight: 500;
    font-size: 13px;
    display: inline-flex;
}

#offcanvasSepet ul.products li.product a.remove-button {
    height: 16px;
    width: 16px;
    margin: 10px 10px 0 0;
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 2;
    display: flex;
}

#offcanvasSepet ul.products li.product a.remove-button span.remove-icon {
    width: 15px;
    height: 16px;
    background: rgb(179 0 3 / 50%);
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
    transition: all 0.5s linear;
}

#offcanvasSepet ul.products li.product a.remove-button:active span.remove-icon, #offcanvasSepet ul.products li.product a.remove-button:hover span.remove-icon {
    background: #cc0000;
}

#offcanvasSepet div.totals {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    height: 45px;
    background: #e1e1e7;
    border-bottom: 1px solid #d7d7de;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#offcanvasSepet div.totals div.subtotal, #offcanvasSepet div.totals div.shipping, #offcanvasSepet div.totals div.tax {
    padding: 15px;
    text-align: center;
    color: #44444a;
    border-bottom: 1px solid #d7d7de;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#offcanvasSepet div.totals div.subtotal span.amount, #offcanvasSepet div.totals div.shipping span.amount, #offcanvasSepet div.totals div.tax span.amount {
    color: #57b45b;
    margin-left: 10px;
    font-weight: 600;
}

#offcanvasSepet div.action-buttons {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    display: block;
    white-space: nowrap;
}

#offcanvasSepet div.action-buttons a.view-cart-button, #offcanvasSepet div.action-buttons a.checkout-button {
    display: inline-block;
    padding: 10px;
    margin: 20px 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    transition: all 0.5s linear;
}

#offcanvasSepet div.action-buttons a.view-cart-button {
    background: #fff;
    border-color: #57b45b;
    margin-right: 5px;
    color: #57b45b;
    width: 80px;
}

#offcanvasSepet div.action-buttons a.view-cart-button:active, #offcanvasSepet div.action-buttons a.view-cart-button:hover {
    background: rgb(84 91 196 / 70%);
    color: #57b45b;
}

#offcanvasSepet div.action-buttons a.checkout-button {
    border-color: #57b45b;
    background: #57b45b;
    margin-left: 5px;
    color: #fff;
    width: 200px;
}

#offcanvasSepet div.action-buttons a.checkout-button:after {
    content: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
    width: 20px;
    height: 14px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -5px;
    z-index: 1;
}

#offcanvasSepet div.action-buttons a.checkout-button:active, #offcanvasSepet div.action-buttons a.checkout-button:hover {
    background: #626ad7;
    border-color: #57b45b;
}

#offcanvasSepet-curtain {
    background: rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#offcanvasSepet ul.products li.sepet-bos {
    margin: 0px 0 10px 0;
    padding: 14px;
    width: 100%;
    min-height: 20px;
    background: #dee2ee;
    border-radius: 3px;
    color: #404040;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row nowrap;
    transition: all 0.5s linear;
}

.ri-links-line {
    cursor: pointer;
    color: #57b45b;
    margin-top: -8px;
}

.mobile-menu-btn .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 18px 5px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
}

.mobile-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.toggler-icon:last-child {
    margin-bottom: 0;
}

.toggler-icon::before, .toggler-icon::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    transition: transform 0.3s ease-in-out;
}

.toggler-icon::before {
    top: -8px;
}

.toggler-icon::after {
    top: 8px;
}

.mobile-menu-btn.active .toggler-icon {
    transform: rotate(45deg);
}

.mobile-menu-btn.active .toggler-icon::before {
    transform: rotate(90deg) translateY(5px);
}

.mobile-menu-btn.active .toggler-icon::after {
    transform: rotate(267deg) translateY(-5px);
}

.widget-title {
    margin-bottom: 1.125rem;
    font-size: 1.0625rem;
    font-weight: 500;
}

.text-light {
    --cz-text-opacity: 1;
    color: rgba(var(--cz-light-rgb), var(--cz-text-opacity)) !important;
}

.bg-dark {
    --cz-bg-opacity: 1;
    background-color: #131932!important;
}

.bg-darker {
    --cz-bg-opacity: 1;
    background-color: #171d37 !important;
}

.widget-light .widget-list-link:hover {
    color: #fff;
}

.widget-list-link {
    display: block;
    transition: color .25s ease-in-out;
    color: #4b566b;
    font-size: .875rem;
    font-weight: normal;
}

.widget-list-item {
    margin-bottom: 0.5rem;
}

.widget-light .widget-list-link {
    color: rgba(255,255,255,.65);
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-control, .input-group>.form-select, .input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group .position-absolute+.form-control, .input-group .position-absolute+.password-toggle .form-control {
    padding-left: 2.5rem;
}

.btn-apple {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.btn-market {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    padding-left: 2.8125rem;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .2s ease-in-out;
    border-radius: 0.4375rem;
    background-position: center left 0.75rem;
    background-color: #2b3445;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
}

.btn-market:hover {
    background-color: #212835;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.btn-google {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.btn-market .btn-market-title {
    display: block;
    color: #fff;
    font-size: 1rem;
}

.btn-market .btn-market-subtitle {
    display: block;
    margin-bottom: -0.125rem;
    color: rgba(255,255,255,.6);
    font-size: .6875rem;
}

.bs-twitter:hover.bs-light {
    color: #1da1f2;
}

.btn-social.bs-light:hover {
    background-color: #fff !important;
    box-shadow: none !important;
}

.btn-social {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid rgba(0,0,0,0);
    transition: border-color .25s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out;
    border-radius: 0.3125rem;
    background-color: #f3f5f9;
    color: #4b566b;
    font-size: .875rem;
    text-align: center;
    text-decoration: none !important;
}

.btn-social.bs-light {
    background-color: rgba(255,255,255,.08);
    color: #fff;
}

.btn-social>i {
    line-height: 2.125rem;
}

.bs-facebook:hover {
    background-color: #3b5998;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#3b5998, .9);
    &.bs-light {
        color: #3b5998;
    }
}

.bs-twitter:hover {
    background-color: #1da1f2;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#1da1f2, .9);
    &.bs-light {
        color: #1da1f2;
    }
}

.bs-instagram:hover {
    background-color: #5851db;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#5851db, .9);
    &.bs-light {
        color: #5851db;
    }
}

.bs-google:hover {
    background-color: #ea4335;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#ea4335, .9);
    &.bs-light {
        color: #ea4335;
    }
}

.bs-linkedin:hover {
    background-color: #0077b5;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#0077b5, .9);
    &.bs-light {
        color: #0077b5;
    }
}

.bs-pinterest:hover {
    background-color: #bd081c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#bd081c, .9);
    &.bs-light {
        color: #bd081c;
    }
}

.bs-tumblr:hover {
    background-color: #35465c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#35465c, .9);
    &.bs-light {
        color: #35465c;
    }
}

.bs-behance:hover {
    background-color: #1769ff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#1769ff, .9);
    &.bs-light {
        color: #1769ff;
    }
}

.bs-dribbble:hover {
    background-color: #ea4c89;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#ea4c89, .9);
    &.bs-light {
        color: #ea4c89;
    }
}

.bs-vk:hover {
    background-color: #45668e;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#45668e, .9);
    &.bs-light {
        color: #45668e;
    }
}

.bs-odnoklassniki:hover {
    background-color: #ed812b;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#ed812b, .9);
    &.bs-light {
        color: #ed812b;
    }
}

.bs-skype:hover {
    background-color: #00aff0;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#00aff0, .9);
    &.bs-light {
        color: #00aff0;
    }
}

.bs-hangouts:hover {
    background-color: #0f9d58;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#0f9d58, .9);
    &.bs-light {
        color: #0f9d58;
    }
}

.bs-messenger:hover {
    background-color: #0084ff;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#0084ff, .9);
    &.bs-light {
        color: #0084ff;
    }
}

.bs-viber:hover {
    background-color: #59267c;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#59267c, .9);
    &.bs-light {
        color: #59267c;
    }
}

.bs-telegram:hover {
    background-color: #0088cc;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#0088cc, .9);
    &.bs-light {
        color: #0088cc;
    }
}

.bs-youtube:hover {
    background-color: #ff0000;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#ff0000, .9);
    &.bs-light {
        color: #ff0000;
    }
}

.bs-vimeo:hover {
    background-color: #1ab7ea;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#1ab7ea, .9);
    &.bs-light {
        color: #1ab7ea;
    }
}

.bs-wechat:hover {
    background-color: #7bb32e;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#7bb32e, .9);
    &.bs-light {
        color: #7bb32e;
    }
}

.bs-discord:hover {
    background-color: #7289da;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(#7289da, .9);
    &.bs-light {
        color: #7289da;
    }
}

.bs-tiktok:hover {
    background-color: #25f4ee;
    box-shadow: 0 .5rem 1.125rem -.5rem #25f4ee;
    &.bs-light {
        color: #25f4ee;
    }
}

.bs-whatsapp:hover {
    background-color: #25d366;
    box-shadow: 0 .5rem 1.125rem -.5rem #25d366;
    &.bs-light {
        color: #25d366;
    }
}

.text-nowrap {
    white-space: nowrap !important;
}

.hr-light {
    color: rgba(255,255,255,.12);
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem!important;
}

.text-md-start {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.d-block {
    display: block !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.d-inline-block {
    display: inline-block !important;
}

.align-middle {
    vertical-align: middle !important;
}

.fs-xs {
    font-size: 0.75rem !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(219, 219, 219, 1)!important;
    margin-top: -10px;
}

.fs-base {
    font-size: 1rem !important;
}

.input-group .position-absolute {
    z-index: 6;
}

.steps {
    display: flex;
    width: 100%;
    /* margin-top: 48px; */
    margin-bottom: 13px!important;
}

.step-label {
    padding-top: 1.5625rem;
}

.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
    color: #fff;
    background-color: var(--cz-primary);
}

.step-item:first-child .step-progress {
    border-radius: 0.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.steps-light .step-count, .steps-light .step-progress {
    color: #fff;
    background-color: #485268;
}

.step-progress {
    position: relative;
    width: 100%;
    height: 0.25rem;
}

.step-label {
    padding-top: 1.5625rem;
}

.steps-light .step-item {
    color: rgba(255,255,255,.55);
}

.step-item {
    flex-basis: 0;
    flex-grow: 1;
    transition: color .25s ease-in-out;
    text-align: center;
    text-decoration: none !important;
}

.steps-light .step-item.active.current {
    color: #fff;
    pointer-events: none;
}

.step-count {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    width: 1.625rem;
    height: 1.625rem;
    margin-left: -0.8125rem;
    border-radius: 50%;
    font-size: .875rem;
    line-height: 1.625rem;
}

.pagination {
    --cz-pagination-padding-x: 0.75rem;
    --cz-pagination-padding-y: 0.3125rem;
    --cz-pagination-font-size: 0.9375rem;
    --cz-pagination-color: #4b566b;
    --cz-pagination-bg: transparent;
    --cz-pagination-border-width: 1px;
    --cz-pagination-border-color: transparent;
    --cz-pagination-border-radius: 0.3125rem;
    --cz-pagination-hover-color: #4b566b;
    --cz-pagination-hover-bg: #f3f5f9;
    --cz-pagination-hover-border-color: #f3f5f9;
    --cz-pagination-focus-color: var(--cz-link-hover-color);
    --cz-pagination-focus-bg: #f3f5f9;
    --cz-pagination-focus-box-shadow: 0 0 0 0 rgba(254, 105, 106, 0.25);
    --cz-pagination-active-color: #fff;
    --cz-pagination-active-bg: var(--cz-primary);
    --cz-pagination-active-border-color: transparent;
    --cz-pagination-disabled-color: #7d879c;
    --cz-pagination-disabled-bg: #fff;
    --cz-pagination-disabled-border-color: #e3e9ef;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-item.active {
    position: relative;
    z-index: 5;
    cursor: default;
}

.page-link.active, .active>.page-link {
    z-index: 3;
    color: var(--cz-pagination-active-color);
    background-color: var(--cz-pagination-active-bg);
    border-color: var(--cz-pagination-active-border-color);
}

.pagination .page-link {
    border-radius: 0.3125rem;
    font-size: .9375rem;
}

.page-link {
    position: relative;
    transition: color .25s ease-in-out,border-color .25s ease-in-out,background-color .25s ease-in-out;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.page-item {
    margin: 0.15rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--cz-pagination-border-radius);
    border-bottom-right-radius: var(--cz-pagination-border-radius);
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--cz-pagination-border-radius);
    border-bottom-left-radius: var(--cz-pagination-border-radius);
}

.pagination .page-link {
    border-radius: 0.3125rem;
    font-size: .9375rem;
}

.mega-menu .content {
    background: #fff;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.blog .content {
    grid-template-columns: repeat(4, 1fr);
}

.content .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 3rem;
}

.content .col .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 16vw;
    overflow: hidden;
}

.content .col .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.content .col img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.content .col .img-wrapper:hover img {
    transform: scale(1.1);
}

.content .col .menu-title {
    color: #ff5722;
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: bold;
    padding: 1px 15px 2px 2rem;
}

.content .col p {
    line-height: 1.2rem;
    margin-top: 5px;
    color: #112f48;
}

.content .col .read-more {
    font-size: 16px;
    display: flex;
    padding-top: 0rem;
    color: #03a9f4;
    transition: color 0.3s ease;
    justify-content: inherit;
    padding-right: 10px;
}

.col .mega-links li, .col .mega-links li a {
    padding: 1px 5px 0px 1rem;
}

.menu-items li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.content .col .read-more:hover {
    color: #ff5722;
}

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
    transform: translateX(1rem);
    background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
    transform: rotate(45deg) translate(-0.5rem, 0.5rem);
    background: #132f48;
}

.menu-btn.open .menu-btn__lines::after {
    transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
    background: #132f48;
}

/* Responsive style */
@media screen and (max-width: 1024px) {
    .navbar {
        padding: 10px 20px;
    }

    .overflow {
        overflow: hidden;
    }

    .overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 500;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .overlay--active {
        opacity: 1;
        visibility: visible;
    }

    .menu-btn {
        display: flex;
    }

    .navbar .menu-items {
        position: fixed;
        height: 100%;
        max-height: initial;
        overflow-y: auto;
        width: 80%;
        top: 65px;
        left: 0;
        background: #fcfcfc;
        display: block;
        transform: translateX(-100vh);
        transition: 0.3s ease-out;
        padding-bottom: 100px;
    }

    .menu-items.open {
        transform: translateY(0);
    }

    .menu-items li:first-child {
        margin-top: 20px;
    }

    .menu-items li a {
        padding: 10px 1rem;
        display: block;
        font-size: 18px;
    }

    .menu-items .dropdown-right .right-arrow {
        transform: rotate(90deg);
    }

    .menu-item.first-item {
        padding: 1rem 1rem;
    }

    /* DROPDOWN, MEGA MENUS */
    .menu-items .dropdown-menu, .menu-items .menu-right, .menu-items .mega-menu {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible;
        margin-left: -18px;
        width: auto;
        max-height: 0;
        transform: scaleX(0);
        transform-origin: left;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .menu-items .dropdown-menu, .menu-items .menu-right {
        padding-left: 1rem;
        width: 102%;
        margin-left: -10px;
    }

    .menu-items .mega-menu .col {
        padding-left: 1rem;
    }

    .expand-btn.open + .sample {
        max-height: 100%;
        transform: scaleZ(1);
    }

    .expand-btn.open + .blog.sample {
        max-height: 100%;
        transform: scaleZ(1);
        max-width: fit-content;
    }

    .sample li a {
        font-size: 1rem;
    }

    .mega-menu .content {
        grid-template-columns: auto;
        padding: 1rem 1rem 0 1rem;
    }

    .mega-menu .content .col {
        width: 100%;
        padding-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .col .mega-links li, .col .mega-links li a {
        padding: 0 0.5rem;
    }

    .content .col .mega-links {
        border-left: 0;
        padding-left: 0.5rem;
    }

    .col .mega-links li {
        margin: 0;
    }
}

.ms {
    margin-right: 20px;
}

.ms::before {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 66px;
    height: 65px;
    right: 0%;
    top: 54%;
    transform: translate(-12%, -50%);
    background: rgb(243 243 243 / 9%);
}

.ms i {
    float: right;
    width: 45px;
    height: 45px;
    background: rgb(255 255 255);
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    position: relative;
    margin-right: -2px;
    margin-top: 4px;
}

/*==================================================================
                26. Features css
==================================================================*/
.feature-wrapper .feature-title {
    margin-bottom: 50px;
}

.feature-wrapper .feature-title span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-wrapper .feature-title h1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-wrapper .feature-title p {
    font-size: 18px;
}

.feature-wrapper .feature-style-1 {
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 30px;
    transition: all 0.3s linear;
}

.feature-wrapper .feature-style-1:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-wrapper .feature-style-1:hover .feature-icon {
    background: #542DED;
    color: #fff;
}

.feature-wrapper .feature-style-1 .feature-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #542DED;
    color: #542DED;
    font-size: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
}

.feature-wrapper .feature-style-1 .feature-content h3 {
    margin-bottom: 15px;
}

.feature-wrapper .feature-style-2 {
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s linear;
    text-align: center;
    background: #fff;
}

.feature-wrapper .feature-style-2:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.feature-wrapper .feature-style-2:hover .feature-icon {
    border-radius: 50%;
}

.feature-wrapper .feature-style-2 .feature-icon {
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 40px;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s linear;
}

.feature-wrapper .feature-style-2 .feature-content h3 {
    margin-bottom: 20px;
}

.feature-wrapper .feature-title {
    margin-bottom: 50px;
}

.feature-wrapper .feature-title span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-wrapper .feature-title h1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-wrapper .feature-title p {
    font-size: 18px;
}

.feature-wrapper .feature-style-3 {
    margin-bottom: 30px;
    padding: 40px 30px;
    border: 2px dashed #D1D1D1;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    transition: all 0.3s linear;
}

.feature-wrapper .feature-style-3:hover {
    border-color: #373f50;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-wrapper .feature-style-3:hover .feature-icon {
    background-color: #373f50;
    color: #fff;
}

.feature-wrapper .feature-style-3 .feature-icon {
    background-color: #373f5024;
    color: #373f50;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    font-size: 35px;
    margin: 0 auto 20px;
    transition: all 0.3s linear;
}

.feature-wrapper .feature-style-3 .feature-content h3 {
    margin-bottom: 20px;
}

.feature-wrapper .feature-title {
    margin-bottom: 50px;
}

.feature-wrapper .feature-title span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-wrapper .feature-title h1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-wrapper .feature-title p {
    font-size: 18px;
}

.feature-wrapper .feature-style-4 {
    text-align: center;
    margin-bottom: 40px;
    border-radius: 5px;
    padding: 40px 30px;
    border: 1px solid #D1D1D1;
    background: #fff;
    transition: all 0.3s linear;
}

.feature-wrapper .feature-style-4:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.feature-wrapper .feature-style-4:hover .feature-icon {
    background-color: #fff !important;
}

.feature-wrapper .feature-style-4 .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 30px;
    transition: all 0.3s linear;
}

.feature-wrapper .feature-style-4 .feature-icon.icon-1 {
    background-color: #D2C3F9;
    color: #542DED;
}

.feature-wrapper .feature-style-4 .feature-icon.icon-2 {
    background-color: #FAE5EC;
    color: #E14C7B;
}

.feature-wrapper .feature-style-4 .feature-icon.icon-3 {
    background-color: #E6E7F1;
    color: #393D8E;
}

.feature-wrapper .feature-style-4 .feature-icon.icon-4 {
    background-color: #FFFDE6;
    color: #FFBE27;
}

.feature-wrapper .feature-style-4 .feature-icon.icon-5 {
    background-color: #FBE8E7;
    color: #FF4B22;
}

.feature-wrapper .feature-style-4 .feature-icon.icon-6 {
    background-color: #D8F5FF;
    color: #00C2FE;
}

.feature-wrapper .feature-style-4 .feature-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.feature-style-5 {
    position: relative;
    z-index: 1;
}

.feature-style-5 .video-wrapper {
    position: absolute;
    width: 48%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-style-5 .video-wrapper {
        width: 100%;
        position: static;
        transform: translateY(0%);
    }
}

@media (max-width: 767px) {
    .feature-style-5 .video-wrapper {
        width: 100%;
        position: static;
        transform: translateY(0%);
    }
}

.feature-style-5 .video-wrapper .video-btn {
    position: absolute;
}

.feature-style-5 .video-wrapper .video-btn .play-btn {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #542DED;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.feature-style-5 .video-wrapper .video-btn .play-btn:hover::after {
    transform: scale(1.3);
}

.feature-style-5 .video-wrapper .video-btn .play-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
    transform: scale(0.8);
    transition: all 0.3s linear;
}

.feature-style-5 .feature-content {
    padding: 75px 0;
    margin-left: 20px;
}

.feature-style-5 .feature-content .specialty-wrapper .specialty-item {
    display: flex;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .feature-style-5 .feature-content .specialty-wrapper .specialty-item {
        flex-direction: column;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature-style-5 .feature-content .specialty-wrapper .specialty-item {
        flex-direction: row;
    }
}

.feature-style-5 .feature-content .specialty-wrapper .specialty-item:hover .specialty-icon-wrapper .specialty-icon {
    box-shadow: 0px 14px 33px rgba(229, 229, 229, 0.8);
}

.feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-icon-wrapper .specialty-icon {
    width: 87px;
    height: 87px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 30px;
    box-shadow: 0px 0px 33px rgba(229, 229, 229, 0.3);
    transition: all 0.3s linear;
}

.feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-icon-wrapper .specialty-icon i {
    font-size: 35px;
    color: #542DED;
}

@media (max-width: 767px) {
    .feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-icon-wrapper .specialty-icon {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-icon-wrapper .specialty-icon {
        margin-bottom: 0px;
    }
}

.feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-content h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.feature-style-5 .feature-content .specialty-wrapper .specialty-item .specialty-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.feature-wrapper .feature-style-6 {
    text-align: center;
    padding: 60px 30px;
    margin-bottom: 40px;
    border: 1px solid #EFEFEF;
    background: #fff;
    transition: all 0.3s linear;
}

.feature-wrapper .feature-style-6:hover {
    border-color: #7CB637;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.feature-wrapper .feature-style-6 .feature-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #F1F8E8;
    color: #7CB637;
    margin: 0 auto 30px;
    font-size: 40px;
}

.feature-wrapper .feature-style-6 .feature-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.feature-wrapper .feature-7-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.feature-wrapper .feature-7-title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #542DED;
    left: 0;
    bottom: 0;
}

.feature-wrapper .feature-style-7 {
    display: flex;
    margin-bottom: 50px;
}

.feature-wrapper .feature-style-7:hover .feature-icon {
    animation: anim 1s linear infinite;
}

.feature-wrapper .feature-style-7 .feature-icon {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    color: #542DED;
    transition: all 0.3s linear;
}

.feature-wrapper .feature-style-7 .feature-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #542DED;
    margin-bottom: 12px;
}

@keyframes anim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.feature-wrapper .feature-title {
    margin-bottom: 50px;
}

.feature-wrapper .feature-title span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-wrapper .feature-title h1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-wrapper .feature-title p {
    font-size: 18px;
}

.feature-wrapper .feature-style-8 {
    text-align: center;
    padding: 40px 30px;
    border-radius: 5px;
    transition: all 0.3s linear;
}

.feature-wrapper .feature-style-8:hover {
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-wrapper .feature-style-8 .feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #542DED;
    color: #542DED;
    font-size: 40px;
    margin: 0 auto 20px;
    border-radius: 4px;
}

.feature-wrapper .feature-style-8 .feature-content h3 {
    font-size: 22px;
}

.mb-15 {
    margin-bottom: 15px;
}

.primary-color {
    color: #542DED;
}

.dashboard {
    background-color: #fff;
    padding: 15px;
}

.odeme {
    background-color: #fff;
    padding: 15px;
}

@media (max-width: 767px) {
    table {
        width: 100%;
        border-collapse: collapse;
    }

    table thead {
        display: none;
    }

    table tbody, table tr, table td {
        display: block;
        width: 100%;
    }

    table td {
        text-align: center;
        padding: 8px;
    }
}

@media (max-width: 767px) {
    table {
        width: 100%;
    }

    table thead {
        display: none;
    }

    table tbody tr {
        display: block;
        margin-bottom: 10px;
    }

    table tbody td {
        display: flex;
        /* text-align: right; */
        /* font-weight: 100; */
    }

    table tbody td:before {
        content: attr(data-title) ":";
        display: inline-block;
        font-weight: 600;
        margin-right: 5px;
    }
}

.siparis {
    margin-bottom: 55px;
}

.section {
    margin-top: 30px;
}

.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999 !important;
}

.custom-social-proof .custom-notification {
    width: 320px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.custom-social-proof .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 102px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    margin-top: 19px !important;
    padding-top: 10px !important;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: 0.8;
}

.custom-social-proof .custom-notification .custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    transform: rotate(45deg);
    opacity: 0;
}

.custom-social-proof .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

.custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.custom-social-proof .custom-notification:hover .custom-close {
    opacity: 1;
}

.modal-content {
    background-color: #2b3445;
}

.btn-close {
    color: #fff!important;
}

.kupon-kod {
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    width: 85%;
}

.seccomment {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
}

.modal-box .show-modal {
    color: #fff;
    background-color: #8d90c5;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    border-radius: 50px 50px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    display: block;
    transition: all 0.3s ease;
}

.modal-box .show-modal:hover, .modal-box .show-modal:focus {
    color: #fff;
    background-color: #8688C5;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: none;
    outline: none;
}

.modal-backdrop.in {
    opacity: 0;
}

.modal-box .modal {
    top: 30px !important;
}

.modal-box .modal-dialog {
    width: 504px;
    margin: 82px auto 0;
}

.modal.fade .modal-dialog {
    top: 37px;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    opacity: 1;
}

.modal-box .modal-dialog .modal-content {
    text-align: center;
    border: none;
}

.modal-box .modal-dialog .modal-content .close {
    color: #000;
    font-size: 45px;
    font-weight: 400;
    line-height: 20px;
    background: #fff;
    text-shadow: none;
    border: none;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 13px;
    top: 16px;
    transition: all 0.3s;
    z-index: 1;
}

.modal-box .modal-dialog .modal-content .close span {
    margin: -2px 0 0 0;
    display: block;
}

.modal-box .modal-dialog .modal-content .close:hover {
    border: none;
}

.modal-box .modal-dialog .modal-content .close:focus {
    border: none;
}

.modal-box .modal-dialog .modal-content .modal-body {
    padding: 115px 25px 50px !important;
}

.modal-box .modal-dialog .modal-content .modal-body .icon {
    color: #ffffff;
    background-color: #57b45b;
    font-size: 110px;
    line-height: 150px;
    height: 150px;
    width: 150px;
    margin: 0 0 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #fff;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -50px;
}

.modal-box .modal-dialog .modal-content .modal-body .title {
    color: #8787bd;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 25px;
}

.modal-box .modal-dialog .modal-content .modal-body .description {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 27px;
}

.modal-box .modal-dialog .modal-content .modal-body .social {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

.modal-box .modal-dialog .modal-content .modal-body .social li {
    display: inline-block;
    margin: 0 5px;
}

.modal-box .modal-dialog .modal-content .modal-body .social li a {
    color: #fff;
    background: #3f5892;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    display: block;
    transition: all 0.3s ease;
}

.modal-box .modal-dialog .modal-content .modal-body .social li:nth-child(2) a {
    background: #51b5fe;
}

.modal-box .modal-dialog .modal-content .modal-body .social li:nth-child(3) a {
    background: #ff5f43;
}

.modal-box .modal-dialog .modal-content .modal-body .social li a:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.modal-box .modal-dialog .modal-content .modal-body .input-group {
    background-color: #f5f6fd;
    border-radius: 4x;
}

.modal-box .modal-dialog .modal-content .modal-body .form-control {
    color: #000;
    background: transparent;
    font-size: 16px;
    letter-spacing: 1px;
    height: 46px;
    padding: 2px 15px 2px 25px;
    border: none;
    box-shadow: none;
    border-radius: 50px 0 0 50px;
}

.modal-box .modal-dialog .modal-content .modal-body .form-control:focus {
    box-shadow: none;
    border: none;
}

.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe {
    color: #fff;
    background: #8d90c5;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}

.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 576px) {
    .modal-dialog {
        width: 93% !important;
    }

    .modal-box .modal-dialog .modal-content .modal-body .title {
        font-size: 30px;
    }
}

.button-container button {
    margin-right: 10px;
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    .button-container {
        display:flex;
        justify-content: center;
    }

    .button-container button {
        margin-bottom: 15px;
    }
}

.pricetag {
    width: 30px;
    background-color: #2b3445;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    width: 30px;
    width: 31px;
    align-items: center;
    /* box-shadow: 0 0 12px #373f505e; */
    justify-content: center;
    margin-left: 13px;
    margin-right: 5px;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .el-mila {
        font-size: 0.875rem !important;
        white-space: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 576px;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .el-mila {
        font-size: 0.75rem !important; 
        white-space: normal;
        overflow: hidden;
        text-overflow: clip;
        width: 100%;
        display: block;
        text-align: justify;
    }
}
