html {
    font-size: 14px;
}

body {
    font-family: Roboto, Arial, sans-serif;
    background: #f7f7f7;
}

main {
    min-height: 70vh;
}

/*backgronds*/
.bg-deeppink {
    background-color: #b0cb1f;
}

.bg-pink {
    background: #4a7f2d;
}

.btn-fbr {
    right: 10px;
    left: unset;
    bottom: 10px;
}

.c-px-4 {
    padding-left: 40px;
    padding-right: 40px;
}

.header-top {
    border-bottom: 1px solid #ff6600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
}

.menu-cat-list1 {
    position: absolute;
    z-index: 2;
    display: none;
    text-align: center;
    background: #fff;
    width: 150px;
    content: "";
    right: 5px;
    border: 0;
    top: 40px;
}

.menu-cat-list1 a {
    font-family: 'Roboto', sans-serif;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
}

.menu-cat-list1 i {
    color: deeppink;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}

.menu-cat-list2 {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 250px;
    content: "";
    right: 0;
    left: 20px;
    top: 68px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.account-open {
    cursor: pointer;
}

.menu-cat-list1 a {
    text-decoration: none;
}

.menu-cat-list1 li {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    font-weight: 500;
    line-height: 2.5;
}

.menu-cat-list2 li {
    font-size: 15px;
    line-height: 2.5;
    font-weight: 500;
    padding-left: 20px;
}

.menu-cat-list2 i {
    margin-right: 10px;
}

.menu-cat-list2 a {
    color: #888;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-decoration: none;
}

.search-box .form-control {
    height: 36px;
}

.search-icon-box input {
    background: #ffc14d;
    width: 100px;
    color: #fff;
    border-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.header-search-form input {
    color: #000;
}

.header-bottom {
    background: #FF69B4;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #ddd;
}

.header-bottom .w-c {
    margin-left: -30px;
}

.categlist-open {
    background: #b0cb1f;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
}

.bg-white {
    border: 1px solid #2874f0;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.sm a.current {
    color: #fff !important;
    font-family: 'Roboto';
}

.menu-categ i {
    margin-left: 10px;
}

.sm ul {
    padding: 0 0;
}

.sm a {
    color: #212121;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.sm a:hover {
    color: red;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.sm ul li a:hover {
    color:#b0cb1f;
    background: #eee;
}

.sm ul a:hover,
.sm ul a:focus,
.sm ul a:active,
.sm ul a.highlighted {
    background: #eee;
    color: #b0cb1f;
}

.sm a,
.sm a:hover,
.sm a:focus,
.sm a:active,
.sm a.highlighted {
    padding: 6px 15px !important;
}

.mmenu li a {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.mmenu li a:hover {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.cmenu > li > a {
    color: #fff !important;
}

.cmenu {
    z-index: 10;
}

.cmenu ul li a {
    padding: 6px 20px;
}

.cmenu ul li a:hover {
    padding: 6px 20px;
}

.cmenu ul li a.has-submenu {
    padding: 6px 20px;
}

.cmenu ul li a.has-submenu:hover {
    padding-right: 20px;
    padding: 6px 20px;
}

.cmenu li a {
    font-family: 'Roboto', sans-serif;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    text-transform: lowercase;
    text-transform: capitalize;
}

.cmenu li a:hover {
    font-family: 'Roboto', sans-serif;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    text-transform: lowercase;
    text-transform: capitalize;
}

.w-c p {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
}

.w-c i {
    color: #fff;
    font-size: 14px;
}

.text-wc {
    color:white;
    font-size: 14px;
    font-weight: 500;
}

.text-up p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 20px;
}

.text-up i {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 6px;
}

.text-up a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.shop-cart {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.user {
    float: right;
}

.user i {
    color: #fff;
    font-size: 30px;
}

.special-wrap .c-bt,
.category-wrap .c-bt {
    border-top: 1px solid #eaeaea;
}

.c-fw {
    font-weight: 500;
}

.service-desc {
    color: #888888;
    letter-spacing: 0.4px;
    font-size: 15px;
    font-weight: 500;
}

.products-list {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

.box-heading > h3 {
    border-bottom: 1px solid #eaeaea;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    font-family: Roboto, Arial, sans-serif;
    color: #212121;
}

.product-layouts {
    border-right: 1px solid #eaeaea;
    padding: 15px;
    position: relative;
}

.product-thumb {
    overflow: hidden;
    position: relative;
}

.product-thumb .image {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.product-thumb .image a {
    display: block;
    position: relative;
}

.product-thumb .image img.image_thumb {
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.product-thumb .sale-icon {
    color: #2874f0;
    display: none;
    left: auto;
    letter-spacing: 1px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-transform: capitalize;
    top: 5px;
    z-index: 1;
}

.thumb-description {
    padding: 0 15px;
    text-align: center;
}

.caption h2 {
    margin: 5px 0 10px;
    overflow: hidden;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
}

.caption h2 a {
    white-space: nowrap;
    color: #212121;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.price {
    color: #4a7f2d;
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.peice-old {
    color: #777;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
}

.product-thumb .btn-group {
    bottom: 45px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
}

.product-thumb .btn-group button {
    margin-right: 0;
}

.product-thumb:hover .btn-group {
    bottom: 60px;
    opacity: 1;
}

.special-wrap .owl-nav,
.category-wrap .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: -60px;
    font-size: 30px;
}

.cate-list {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.box-heading > h3::after {
    background: #b0cb1f;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
}

.footer-center {
    background: #b0cb1f;
}

.footer-bottom {
    background: #b0cb1f;
    line-height: 24px;
    padding-top: 5px;
    color: #fff;
    font-size: 13px;
    border: 1px solid gray;
}

.footer-bottom .design {
    text-align: right;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom a {
    color: #fff;
}

.f-head {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 5px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.footer-center li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.footer-center li {
    line-height: 16px;
}

.address {
    color: #878787;
    line-height: 2;
    font-size: 14px;
    font-weight: 600;
}

.fp-img img {
    margin-top: -40px;
    width: 190px;
    margin-left: 190px;
}

.common-wrap {
    padding-top: 20px;
    padding-bottom: 0;
    background: #fff;
}

.page-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #212121;
}

.nav-wrap .breadcrumb {
    float: right;
    text-transform: uppercase;
    background: transparent;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #6c757d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.about-content p {
    line-height: 2;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.about-content p a {
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.text-holder .h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.link-holder {
    text-align: center;
    padding-bottom: 30px;
}

.link-holder a {
    padding: 8px 25px;
    text-transform: uppercase;
    background: #ffe11b;
    border-radius: 10px;
    border-color: #ffe11b;
    color: #fff;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.banner a::before {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: scale(0, 1);
}

.banner a::after {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    transform: scale(1, 0);
}

.banner a {
    overflow: hidden;
    position: relative;
    float: left;
}

.banner a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.banner a:hover::after {
    opacity: 1;
    transform: scale(1);
}

.banner img {
    max-width: 100%;
    overflow: hidden;
}

.banner a::before,
.banner a::after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 8px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.electronics img {
    padding: 50px;
}

@media (min-width:576px) {
    .w-sm-auto {
        width: auto !important;
    }

    .c-ai-fs {
        align-items: flex-start !important;
    }

    .sm-state-alt:not(:checked) ~ .sm {
        display: none;
    }

    .cmenu > li > a .sub-arrow {
        display: none;
    }

    .cmenu > li ul {
        width: 250px;
        position: absolute;
        top: 65px;
    }

    .cmenu > li ul li .c-mobile {
        width: 250px !important;
        display: none;
        top: 35px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-mobile ul {
        width: 220px !important;
        display: none;
        top: 40px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-tv {
        width: 250px !important;
        display: none;
        top: 120px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-tv ul {
        width: 220px !important;
        display: none;
        top: 10px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-wcloth {
        width: 250px !important;
        display: none;
        top: 40px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-wcloth ul {
        width: 220px !important;
        display: none;
        top: 30px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-mcloth {
        width: 250px !important;
        display: none;
        top: -25px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-mcloth ul {
        width: 220px !important;
        display: none;
        top: 30px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-baby {
        width: 250px !important;
        display: none;
        top: 35px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-baby ul {
        width: 220px !important;
        display: none;
        top: 40px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-furniture {
        width: 250px !important;
        display: none;
        top: -55px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-furniture ul {
        width: 220px !important;
        display: none;
        top: 30px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-well {
        width: 250px !important;
        display: none;
        top: -10px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-well ul {
        width: 220px !important;
        display: none;
        top: 40px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-book {
        width: 250px !important;
        display: none;
        top: -45px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-photo {
        width: 250px !important;
        display: none;
        top: -55px !important;
        left: 2px !important;
    }

    .cmenu > li ul li .c-more {
        width: 250px !important;
        display: none;
        top: -40px !important;
        left: 2px !important;
    }

}

.pr-head,
.about-wrap h4 {
    font-size: 18px;
}

.pr-list {
    line-height: 2;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.product-page img {
    border: 1px solid #ddd;
}

.buttons .cart1 {
    background: #4a7f2d;
    color: #fff;
    padding: 12px 25px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    width: 150px;
}

.buttons .byenow {
    background: #b0cb1f;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border: none;
    color: #fff;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 20px !important;
}

.sp-name {
    color: #212121;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.rating .r-view {
    background-color: #388e3c;
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
}

.price-details .rate {
    font-weight: bold;
    color: #212121;
    font-size: 28px;
}

.rp-clr {
    color: red !important
}

.price-details li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.gif-size {
    border: none;
    height: 50px;
}

.price-details .strike {
    color: #878787;
    font-size: 16px;
}

.price-details .offer-price {
    font-size: 17px;
    font-weight: bold;
    color: red;
}

.p-specification .card-header {
    background-color: transparent;
    padding: 15px 30px 15px 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.14;
}

.clr-1 {
    color: blue;
}

.clr-2 {
    color: green;
}

.p-specification .card-body {
    border-bottom: 1px solid #ddd;
    color: #212121;
    font-size: 15px;
    line-height: 2;
}

.p-specification h3 {
    padding-bottom: 10px;
    font-size: 18px;
    color: #212121;
}

.related-wrap .prod-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.related-wrap .offer-prod a {
    font-size: 14px;
    color: #212121;
    line-height: 1.4;
    text-decoration: none;
}

.related-wrap .prod-name {
    padding: 5px 0;
}

.related-wrap .rate {
    font-size: 15px;
}

.related-wrap li {
    margin: 0 3px;
}

.p-fix {
    position: sticky;
    top: 20px;
}

.account-open:hover + .menu-cat-list1,
.menu-cat-list1:hover {
    display: block;
}

.text-dark {
    color: #fff;
}

.foot-google {
    width: 100%;
    margin-top: 30px;
}

.about-content {
    background-color: #2F9296;
}

.about-wrap {
    background-color: #2F9296;
}

.about-wrap a {
    color: #fff;
}

.about-content i {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    margin-right: 10px;
}

.about-wrap button {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

.h-btn {
    background-color: #DAA520;
    text-align: center;
    border: none;
    border-radius: 5px;
    height: 30px;
    width: 100px;
    padding: 6px 0 0 0 !important;
}

.special-wrap {
    margin-top: -15px;
}

.banner {
    margin-top: -20px;
    margin-bottom: 25px;
}

.contact-wrap h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-family: Roboto, Arial, sans-serif;
    color: #212121;
}

.detail-box {
    border: 1px solid #e6e6e6;
    padding: 20px 10px 0 20px;
    margin-bottom: 10px;
}

.detail-box i {
    color: #2f9296;
    font-size: 20px;
}

.contact-wrap .form-control {
    padding: 10px 0;
}

.icon1 i {
    color: red;
    font-size: 33px;
    margin-top: 20px;
    margin-left: 20px;
}

.icon2 i {
    color: green;
    font-size: 48px;
    margin-top: 15px;
    margin-left: 20px;
}

.icon3 i {
    color: orange;
    font-size: 35px;
    margin-top: 20px;
    margin-left: 10px;
}

.icon4 i {
    color: blue;
    font-size: 35px;
    margin-top: 20px;
    margin-left: 10px;
}

.icon5 i {
    color: #ba3d62;
    font-size: 35px;
    margin-top: 20px;
    margin-left: 10px;
}

.price-bg {
    background: url("../images/spl.jpg") no-repeat -3px 0 / 70px 30px;
    display: inline-block;
    height: 47px;
    width: 100px;
}

/*sell with us button parts -strat*/
.btn-multicolor {
    border-radius: 50px;
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5, yellow, orange, tomato, red, green, white);
    background-size: 600%;
    animation: anime 10s linear infinite;
    padding: 5px;
}

@keyframes anime {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }

}

/*end*/

/*ribbon parts - start*/
.corner-wrap {
    position: relative;
    display: inline-block;
}

.corner-wrap a {
    position: absolute;
    top: 0;
    right: 0;
    color: #c2c2c2;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #b0cb1f;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

/*end*/
.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: unset !important
}

.cmenu ul li a.has-submenu {
    /*padding: 6px 20px !important;*/
}

.category-mbl {
    background: #000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 5px 20px;
    border: none;
    margin-left: 40px;
}

@media (max-width:767px) {
    .cmenu > li > a .sub-arrow {
        display: unset;
    }

    .text-up i {
        margin-left: unset;
    }

    .header-search-form {
        margin-left: unset !important;
    }

    .mmenu {
        padding: unset;
    }

    .fp-img img {
        margin-top: unset !important;
        margin-left: unset !important;
    }

    .foot-google {
        margin-top: unset !important;
    }

    .footer-center {
        padding-bottom: 30px;
    }

    .product-layouts {
        padding: unset;
    }

    .bg-white {
        padding: 15px 0px 0px 35px;
    }

    .buttons .byenow {
        margin-left: 5px !important;
    }

    .sm ul li {
        background: #fff;
    }

    .bg-deeppink a {
        color: #fff;
        font-size: 17px;
    }

    .bg-white img {
        width: 90%;
    }

    .c-fw {
        font-size: 8px;
    }

    .foot-google {
        width: 50%;
    }

    .design p {
        font-size: 9px;
        text-align: left;
    }

    .special-wrap {
        margin-top: 15px;
    }

    .logo-img {
        width: 65%;
    }

    .sm-mbl,
    .sm-mbl:hover {
        background: #fff;
        color: deeppink;
        padding: 5px 0px;
    }

    .sm-mbl i {
        font-size: 18px;
    }

}

.design p {
    font-size: 10px;
}

.copy-right {
    font-size: 12px;
}

.s-mi li a {
    font-size: 16px;
    margin-right: 15px;
}

/*menu - icon parts*/
.menu-i1 {
    background: #fff;
    color: deeppink;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
}

.menu-a a {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.menu-a a:hover {
    color: #fff;
    text-decoration: none;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    max-height: 100%;
}
.btn-secondary {
  background-color: green;
}
@media (max-width:979px){
  .cmenu li a {
        background-color: #C7DA62;
  }
}
@media (max-width:576px) {
  .categlist-open{
    height: 290px;
    overflow: scroll;
  }
}