﻿/*************************
*******Typography******
**************************/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Abel);
body {
    font-family: 'Roboto', sans-serif;
    /* background: ; */
    position: relative;
    font-weight: 400px;
    font-size: 12px;
}

ul li {
    list-style: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

.btn:hover,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggle {
    background-color: #000;
}

a#scrollUp {
    bottom: 0px;
    right: 10px;
    padding: 5px 10px;
    background: #FE980F;
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scrollUp i {
    font-size: 30px;
}


/*************************
*******Header CSS******
**************************/

.header_top {
    /* background: none repeat scroll 0 0 #F0F0E9; */
    /* background: none repeat scroll 0 0 #de9547; */
    background: none repeat scroll 0 0 #84c225;
}

.contactinfo ul li:first-child {
    margin-left: -15px;
}

.contactinfo ul li a {
    font-size: 12px;
    /* color: #696763; */
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.contactinfo ul li a:hover {
    background: inherit;
}

.social-icons ul li a {
    border: 0 none;
    border-radius: 0;
    color: #696763;
    padding: 0px;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a i {
    padding: 11px 15px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover {
    color: #fff;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.fa-facebook:hover {
    background: #0083C9;
}

.fa-twitter:hover {
    background: #5BBCEC;
}

.fa-linkedin:hover {
    background: #FF4518;
}

.fa-dribbble:hover {
    background: #90C9DC;
}

.fa-google-plus:hover {
    background: #CE3C2D;
}

.header-middle .container .row {
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.header-middle .container .row .col-sm-4 {
    padding-left: 0;
}

.header-middle .container .row .col-sm-8 {
    padding-right: 0;
}

.usa {
    border-radius: 0;
    color: #B4B1AB;
    font-size: 12px;
    margin-right: 20px;
    padding: 2px 15px;
    margin-top: 10px;
}

.usa:hover {
    background: #FE980F;
    color: #fff;
    border-color: #FE980F;
}

.usa:active,
.usa.active {
    background: none repeat scroll 0 0 #FE980F;
    box-shadow: inherit;
    outline: 0 none;
}

.btn-group.open .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background-color: #FE980F;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.shop-menu ul li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.shop-menu ul li:last-child {
    padding-right: 0;
}

.shop-menu ul li a {
    background: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    padding-right: 0;
    margin-top: 10px;
}

.shop-menu ul li a i {
    margin-right: 3px;
}

.shop-menu ul li a:hover {
    color: #fe980f;
    background: #fff;
}

.header-bottom {
    padding-bottom: 30px;
    /* padding-top: 30px; */
}

.navbar-collapse.collapse {
    padding-left: 0;
}

.mainmenu>ul li {
    padding-right: 15px;
    padding-left: 15px;
}

.mainmenu .main_ul li:first-child {
    padding-left: 0px;
}

.mainmenu>ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
    padding-bottom: 10px;
}

.mainmenu>ul li a:hover,
.mainmenu>ul li a.active,
.shop-menu ul li a.active {
    background: none;
    color: #fdb45e;
}

/* .search_box input {
    background: #F0F0E9;
    border: medium none;
    color: #B2B2B2;
    font-family: 'roboto';
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding-left: 10px;
    width: 400px;
    background-image: url(../images/home/searchicon.png);
    background-repeat: no-repeat;
    background-position: 380px;
} */


/*  Dropdown menu*/

.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav.navbar-nav>li:hover>ul.sub-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    -moz-animation: fadeInUp 400ms;
    -ms-animation: fadeInUp 400ms;
    -o-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

ul.sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

.dropdown ul.sub-menu li .active {
    color: #FDB45E;
    padding-left: 0;
}

.navbar-nav li ul.sub-menu li {
    padding: 10px 20px 0;
}

.navbar-nav li ul.sub-menu li:last-child {
    padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a {
    color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover {
    color: #FDB45E;
}

.fa-angle-down {
    padding-left: 5px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*************************
*******Footer CSS******
**************************/

#footer {
    /* background: #F0F0E9; */
    background: #84c225;
}

.footer-top .container {
    border-bottom: 1px solid #E0E0DA;
    padding-bottom: 20px;
}

.companyinfo {
    margin-top: 57px;
}

.companyinfo h2 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 27px;
    text-transform: uppercase;
}

.companyinfo h2 span {
    color: #FE980F;
}

.companyinfo p {
    color: #B3B3AD;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.footer-top .col-sm-3 {
    overflow: hidden;
}

.video-gallery {
    margin-top: 57px;
    position: inherit;
}

.video-gallery a img {
    height: 100%;
    width: 100%;
}

.iframe-img {
    position: relative;
    display: block;
    height: 61px;
    margin-bottom: 10px;
    border: 2px solid #CCCCC6;
    border-radius: 3px;
}

.overlay-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 61px;
    background: #FE980F;
    border-radius: 3px;
    color: #FFF;
    font-size: 20px;
    line-height: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
    position: relative;
    top: 50%;
    margin-top: -20px;
}

.video-gallery a:hover .overlay-icon {
    opacity: 1;
}

.video-gallery p {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.video-gallery h2 {
    color: #8c8c88;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
}

.address {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.address img {
    width: 100%;
}

.address p {
    color: #666663;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    left: 25px;
    position: absolute;
    top: 50px;
}

.footer-widget {
    margin-bottom: 68px;
}

.footer-widget .container {
    border-top: 1px solid #FFFFFF;
    padding-top: 15px;
}

.single-widget h2 {
    /* color: #666663; */
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.single-widget h2 i {
    margin-right: 15px;
}

.single-widget ul li a {
    /* color: #8C8C88; */
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}

.single-widget ul li a i {
    margin-right: 18px;
}

.single-widget ul li a:hover {
    background: none;
    /* color: #FE980F; */
}

.searchform input {
    border: 1px solid #DDDDDD;
    color: #CCCCC6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 212px;
}

.searchform button {
    background: #FE980F;
    border: medium none;
    border-radius: 0;
    margin-left: -5px;
    margin-top: -3px;
    padding: 7px 17px;
}

.searchform button i {
    color: #FFFFFF;
    font-size: 20px;
}

.searchform button:hover,
.searchform button:focus {
    background-color: #FE980F;
}

.searchform p {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
}

.footer-bottom {
    background: #D6D6D0;
    padding-top: 10px;
}

.footer-bottom p {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-left: 15px;
}

.footer-bottom p span a {
    color: #FE980F;
    font-style: italic;
    text-decoration: underline;
}


/*************************
******* Home ******
**************************/

#slider {
    padding-bottom: 45px;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: #FE980F;
}

.carousel-inner>.item>a>img {
    width:100%;
    object-fit: contain;
}

.pricing {
    position: absolute;
    right: 40%;
    top: 52%;
}

.girl {
    margin-left: 0;
}

.item h1 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 48px;
    margin-top: 115px;
}

.item h1 span {
    color: #FE980F;
}

.item h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

.item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.get {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
}

.item button:hover {
    /* background: #FE980F; */
    background-color: #84c225;
}

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
}

.control-carousel:hover {
    color: #FE980F;
}

.right {
    right: 0;
}

.category-products {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.left-sidebar h2,
.brands_products h2 {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.left-sidebar h2:after,
h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

.left-sidebar h2:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -65px;
}

h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body ul {
    padding-left: 20px;
}

.panel-body ul li a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

.shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

.price-range {
    margin-top: 30px;
}

.well {
    background-color: #FFFFFF;
    border: 1px solid #F7F7F0;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
}

.tooltip-inner {
    background-color: #FE980F;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #FE980F;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.padding-right {
    padding-right: 0;
}

.features_items {
    overflow: hidden;
}

h2.title {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.product-image-wrapper {
    border: 1px solid #ecece8;
    overflow: hidden;
    margin-bottom: 20px;
    /* height: 350px; */
}

.single-products {
    position: relative;
}

.new,
.sale {
    position: absolute;
    top: 0;
    right: 0;
}

.productinfo h2 {
    /* color: #FE980F; */
    color: #0008;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.product-overlay h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.productinfo p a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #696763;
}

.productinfo {
    position: relative;
}

.product-overlay {
    background: #FE980F;
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
    /* opacity: ; */
}

.single-products:hover .product-overlay {
    display: block;
    height: 100%;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.product-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
}

.product-overlay .add-to-cart:hover {
    /* background: #fff; */
    /* color: #FE980F; */
    background-color: #84c225;
    color: #fff;
}

.product-overlay p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.add-to-cart {
    background: #F5F5ED;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
}

.productinfo .add-to-cart.mobile-cart-btn {
    margin-bottom: 0px !important;
    width: 100%;
    color: #fff;
    background-color: #84c225 !important;
    padding: 15px 0px;
}

.add-to-cart:hover {
    /* background: #FE980F; */
    background-color: #84c225;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}

.add-to {
    margin-bottom: 10px;
}

.add-to-cart i {
    margin-right: 5px;
}

.add-to-cart:hover {
    /* background: #FE980F; */
    background-color: #84c225;
    color: #FFFFFF;
}

.__fixed-btn__{
    display: flex;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
}
.__fixed-btn__ form {
    width:50%;
}
.__fixed-btn__ form button {
    width: 100%;
    padding: 15px 0px;
    margin: 0px;
}
.__fixed-btn__ .add-to-wishlist {
    width: 50%;
    padding: 15px 0px;
    margin: 0px;
    background-color: #FE980F;
    color: #fff;
}

.choose {
    border-top: 1px solid #F7F7F0;
}

.choose ul li a {
    color: #B3AFA8;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.choose ul li a i {
    margin-right: 5px;
}

.choose ul li a:hover {
    background: none;
    color: #FE980F;
}

.category-tab {
    overflow: hidden;
}

.category-tab ul {
    background: #40403E;
    border-bottom: 1px solid #FE980F;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.category-tab ul li a {
    border: 0 none;
    border-radius: 0;
    color: #B3AFA8;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.category-tab ul li a:hover {
    background: #FE980F;
    color: #fff;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FE980F;
    border: 0px;
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
}

.nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}

.recommended_items {
    overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
    padding-left: 0;
}

.recommended-item-control {
    position: absolute;
    top: 41%;
}

.recommended-item-control i {
    /* background: none repeat scroll 0 0 #FE980F; */
    background: none repeat scroll 0 0 #84c225;
    color: #FFFFFF;
    font-size: 20px;
    padding: 4px 10px;
}

.recommended-item-control i:hover {
    background: #ccccc6;
}


/* .recommended_items h2 {} */

.our_partners {
    overflow: hidden;
}

.our_partners ul {
    background: #F7F7F0;
    margin-bottom: 50px;
}

.our_partners ul li a:hover {
    background: none;
}


/*************************
*******Shop CSS******
**************************/

#advertisement {
    padding-bottom: 45px;
}

#advertisement img {
    width: 100%;
}

.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    background-color: #FE980F;
    border-color: #FE980F;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination li a,
.pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.pagination li a:hover {
    background: #FE980F;
    color: #fff;
}


/*************************
*******Product Details CSS******
**************************/

.product-details {
    overflow: hidden;
}

#similar-product {
    margin-top: 40px;
}

#reviews {
    padding-left: 25px;
    padding-right: 25px;
}

.product-details {
    margin-bottom: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.view-product {
    position: relative;
}

.view-product img {
    border: 1px solid #F7F7F0;
    height: 380px;
    width: 100%;
}

.view-product h3 {
    background: #FE980F;
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
}

#similar-product .carousel-inner .item {
    padding-left: 0px;
}

#similar-product .carousel-inner .item img {
    display: inline-block;
    /* margin-left: 15px; */
}

.item-control {
    position: absolute;
    top: 35%;
}

.item-control i {
    /* background: #FE980F; */
    background-color: #84c225;
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
}

.item-control i:hover {
    background: #ccccc6;
}

.product-information {
    border: 1px solid #F7F7F0;
    overflow: hidden;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-top: 60px;
    position: relative;
}

.newarrival {
    position: absolute;
    top: 0;
    left: 0
}

.product-information h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-top: 0;
}

.product-information p {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.product-information span {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 18px;
}

.product-information span span {
    /* color: #FE980F; */
    color:#0008;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 0px;
}

.product-information span input {
    border: 1px solid #DEDEDC;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 33px;
    outline: medium none;
    text-align: center;
    width: 50px;
}

.product-information span label {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.share {
    margin-top: 15px;
}

.cart {
    /* background: #FE980F; */
    background-color: #84c225;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.shop-details-tab {
    border: 1px solid #F7F7F0;
    margin-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
}

.shop-details-tab .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

#reviews ul li {
    display: inline-block;
}

#reviews ul li a {
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-right: 15px;
}

#reviews ul li a i {
    color: #FE980F;
    padding-right: 8px;
}

#reviews ul li a:hover {
    background: #fff;
    color: #FE980F;
}

#reviews p {
    color: #363432;
}

#reviews form span {
    display: block;
}

#reviews form span input {
    background: #F0F0E9;
    border: 0 none;
    color: #A6A6A1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 48%;
}

#reviews form span input:last-child {
    margin-left: 3%;
}

#reviews textarea {
    background: #F0F0E9;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
}

#reviews button {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}


/*************************
*******404 CSS******
**************************/

.logo-404 {
    margin-top: 60px;
}

.content-404 h1 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 41px;
    font-weight: 300;
}

.content-404 img {
    margin: 0 auto;
}

.content-404 p {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.content-404 h2 {
    margin-top: 50px;
}

.content-404 h2 a {
    background: #FE980F;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 300;
    padding: 8px 40px;
}


/*************************
*******login page CSS******
**************************/

#form {
    display: block;
    margin-bottom: 185px;
    margin-top: 185px;
    overflow: hidden;
}


/* .login-form {}

.signup-form {} */

.login-form h2,
.signup-form h2 {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.login-form form input,
.signup-form form input {
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
}

.login-form form span {
    line-height: 25px;
}

.login-form form span input {
    width: 15px;
    float: left;
    height: 15px;
    margin-right: 5px;
}

.login-form form button {
    margin-top: 23px;
}

.login-form form button,
.signup-form form button {
    background: #FE980F;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 6px 25px;
}


/* .login-form label {} */

.login-form label input {
    border: medium none;
    display: inline-block;
    height: 0;
    margin-bottom: 0;
    outline: medium none;
    padding-left: 0;
}

.or {
    background: #FE980F;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 75px;
    text-align: center;
    width: 50px;
}


/*************************
*******Cart CSS******
**************************/

#do_action {
    margin-bottom: 50px;
}

.breadcrumbs {
    position: relative;
}

.breadcrumbs .breadcrumb {
    background: transparent;
    margin-bottom: 75px;
    padding-left: 0;
}

.breadcrumbs .breadcrumb li a {
    background: #FE980F;
    color: #FFFFFF;
    padding: 3px 7px;
}

.breadcrumbs .breadcrumb li a:after {
    content: "";
    height: auto;
    width: auto;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #FE980F;
    position: absolute;
    top: 11px;
    left: 48px;
}

.breadcrumbs .breadcrumb>li+li:before {
    content: " ";
}

#cart_items .cart_info {
    border: 1px solid #E6E4DF;
    margin-bottom: 50px
}

#cart_items .cart_info .cart_menu {
    background: #FE980F;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
    height: 51px;
}

#cart_items .cart_info .table.table-condensed tr {
    border-bottom: 1px solid#F7F7F0
}

#cart_items .cart_info .table.table-condensed tr:last-child {
    border-bottom: 0
}

.cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
}

#cart_items .cart_info .image {
    padding-left: 30px;
}

#cart_items .cart_info .cart_description h4 {
    margin-bottom: 0
}

.cart_info .cart_description h4 a {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

#cart_items .cart_info .cart_description p {
    color: #696763
}

#cart_items .cart_info .cart_price p {
    color: #696763;
    font-size: 18px
}

#cart_items .cart_info .cart_total_price {
    color: #FE980F;
    font-size: 24px;
}

.cart_product {
    display: block;
    margin: 15px -70px 10px 25px;
}

.cart_quantity_button a {
    background: #F0F0E9;
    color: #696763;
    /* display: inline-block; */
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 35px;
    float: left;
}

.cart_quantity_input {
    color: #696763;
    float: left;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.cart_delete {
    display: block;
    margin-right: -12px;
    overflow: hidden;
}

.cart_delete a {
    color: #000;
    padding: 5px 7px;
    font-size: 18px !important;
}

.cart_delete a:hover {
    background: #FE980F
}

.cart-action-part {
    width:50%;
}
.cart-action-part button {
    width: 100%;
    border:1px solid #e4e4e4;
    padding: 15px;
    background-color: #fff;
    transition: all 0.2s;
}

.cart-action-part button:active{
    background-color: #e5e5e5;
}

.cart-action-part .cart-remove-btn {
    background-color: #e4e4e4;
}

.bg h2.title {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

.heading h3 {
    color: #363432;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.heading p {
    color: #434343;
    font-size: 16px;
    font-weight: 300;
}

#do_action .total_area {
    padding-bottom: 18px !important;
}

#do_action .total_area,
#do_action .chose_area {
    border: 1px solid #E6E4DF;
    color: #696763;
    padding: 30px 25px 30px 0;
    margin-bottom: 80px;
}

.total_area span {
    float: right;
}

.total_area ul li {
    background: #E6E4DF;
    color: #696763;
    margin-top: 10px;
    padding: 7px 20px;
}

.user_option label {
    color: #696763;
    font-weight: normal;
    margin-left: 10px;
}

.user_info {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.user_info label {
    color: #696763;
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.user_info .single_field {
    width: 31%
}

.user_info .single_field.zip-field input {
    background: transparent;
    border: 1px solid#F0F0E9
}

.user_info>li {
    float: left;
    margin-right: 10px
}


/* .user_info>li>span {} */

.user_info input,
select,
textarea {
    background: #F0F0E9;
    border: 0;
    color: #696763;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    resize: none
}

.user_info select:focus {
    border: 0
}

.chose_area .update {
    margin-left: 40px;
}

.update,
.check_out {
    background: #FE980F;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 18px;
    border: none;
    padding: 5px 15px;
}

.update {
    margin-left: 40px;
}

.check_out {
    margin-left: 20px
}


/*************************
*******checkout CSS******
**************************/

.step-one {
    margin-bottom: -10px
}

.register-req,
.step-one .heading {
    background: none repeat scroll 0 0 #F0F0E9;
    color: #363432;
    font-size: 20px;
    margin-bottom: 35px;
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
}

.checkout-options {
    padding-left: 20px
}

.checkout-options h3 {
    color: #363432;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.checkout-options p {
    color: #434343;
    font-weight: 300;
    margin-bottom: 25px;
}

.checkout-options .nav li {
    float: left;
    margin-right: 45px;
    color: #696763;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.checkout-options .nav label {
    font-weight: normal;
}

.checkout-options .nav li a {
    color: #FE980F;
    font-size: 18px;
    font-weight: normal;
    padding: 0
}

.checkout-options .nav li a:hover {
    background: inherit;
}

.checkout-options .nav i {
    margin-right: 10px;
    border-radius: 50%;
    padding: 5px;
    background: #FE980F;
    color: #fff;
    font-size: 14px;
    padding: 2px 3px;
}

.register-req {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 20px;
    margin-top: 35px;
}

.register-req p {
    margin-bottom: 0
}

.shopper-info p,
.bill-to p,
.order-message p {
    color: #696763;
    font-size: 20px;
    font-weight: 300
}

.shopper-info .btn-primary {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    margin-right: 15px;
    margin-top: 20px;
}

.form-two,
.form-one {
    float: left;
    width: 47%
}

.shopper-info>form>input,
.form-two>form>select,
.form-two>form>input,
.form-one>form>input {
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300
}

.form-two>form>select {
    padding: 10px 5px
}

.form-two {
    margin-left: 5%
}

.order-message textarea {
    font-size: 12px;
    height: 335px;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.order-message label {
    font-weight: 300;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    font-size: 14px
}

.review-payment h2 {
    color: #696763;
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 20px
}

.payment-options {
    margin-bottom: 125px;
    margin-top: -25px
}

.payment-options span label {
    color: #696763;
    font-size: 14px;
    font-weight: 300;
    margin-right: 30px;
}

#cart_items .cart_info .table.table-condensed.total-result {
    margin-bottom: 10px;
    margin-top: 35px;
    color: #696763
}

#cart_items .cart_info .table.table-condensed.total-result tr {
    border-bottom: 0
}

#cart_items .cart_info .table.table-condensed.total-result span {
    color: #FE980F;
    font-weight: 700;
    font-size: 16px
}

#cart_items .cart_info .table.table-condensed.total-result .shipping-cost {
    border-bottom: 1px solid #F7F7F0;
}


/*************************
*******Blog CSS******
**************************/

.blog-post-area .single-blog-post h3 {
    color: #696763;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 17px;
}


/* .single-blog-post>a {} */

.blog-post-area .single-blog-post a img {
    border: 1px solid #F7F7F0;
    width: 100%;
    margin-bottom: 30px
}

.blog-post-area .single-blog-post p {
    color: #363432
}

.blog-post-area .post-meta {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}

.blog-post-area .post-meta ul {
    padding: 0;
    display: inline;
}

.blog-post-area .post-meta ul li {
    background: #F0F0E9;
    float: left;
    margin-right: 10px;
    padding: 0 5px;
    font-size: 11px;
    color: #393b3b;
    position: relative;
}

.blog-post-area .post-meta ul li i {
    background: #FE980F;
    color: #FFFFFF;
    margin-left: -4px;
    margin-right: 7px;
    padding: 4px 7px;
}

.sinlge-post-meta li i:after,
.blog-post-area .post-meta ul li i:after {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-color: transparent transparent transparent #FE980F;
    border-width: 4px;
    border-style: solid;
    top: 6px;
    left: 24px
}

.blog-post-area .post-meta ul span {
    float: right;
    color: #FE980F
}

.post-meta span {
    float: right;
}

.post-meta span i {
    color: #FE980F
}

.blog-post-area .single-blog-post .btn-primary {
    background: #FE980F;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 17px;
}

.pagination-area {
    margin-bottom: 45px;
    margin-top: 45px
}

.pagination-area .pagination li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    margin-right: 5px;
    padding: 4px 12px;
}

.pagination-area .pagination li a:hover,
.pagination-area .pagination li .active {
    background: #FE980F;
    color: #fff
}

.main_ul .home-btn {
    color: #84c225 !important;
    font-size: 22px;
}



/*************************
*******Blog Single CSS******
**************************/

.pager-area {
    overflow: hidden;
}

.pager-area .pager li a {
    background: #F0F0E9;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-size: 12px;
    font-weight: 700;
    padding: 4px;
    text-transform: uppercase;
    width: 57px;
}

.pager-area .pager li a:hover {
    background: #FE980F;
    color: #fff
}

.rating-area {
    border: 1px solid #F7F7F0;
    direction: block;
    overflow: hidden;
}

.rating-area ul li {
    float: left;
    padding: 5px;
    font-size: 12px
}

.rating-area .ratings {
    float: left;
    padding-left: 0;
    margin-bottom: 0
}

.rating-area .ratings li i {
    color: #CCCCCC
}

.rating-area .rate-this {
    color: #363432;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.rating-area .ratings .color,
.rating-area .color {
    color: #FE980F
}

.rating-area .tag {
    float: right;
    margin-bottom: 0;
    margin-right: 10px;
}

.rating-area .tag li {
    padding: 5px 2px;
}

.rating-area .tag li span {
    color: #363432;
}

.socials-share {
    margin-bottom: 30px;
    margin-top: 18px;
}

.commnets .media-object {
    margin-right: 15px;
    width: 100%;
}

.commnets {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 50px
}

.commnets .pull-left {
    margin-right: 22px
}

.commnets p,
.response-area p,
.replay-box p {
    font-size: 12px
}

.media-heading {
    color: #363432;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px
}

.blog-socials {
    margin-bottom: -9px;
    margin-top: 14px;
}

.blog-socials ul {
    padding-left: 0;
    overflow: hidden;
    float: left;
}

.blog-socials .btn.btn-primary {
    margin-top: 0;
}

.blog-socials ul li {
    float: left;
    height: 17px;
    margin-right: 5px;
    text-align: center;
    width: 17px;
}

.blog-socials ul li a {
    color: #393B3B;
    display: block;
    font-size: 10px;
    padding: 1px;
    background: #F0F0E9;
}

.blog-socials ul li a:hover {
    color: #fff;
    background: #FE980F
}

.media-list .btn-primary,
.commnets .btn-primary {
    background: #FC9A11;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    padding: 1px 7px;
    text-transform: uppercase;
}

.response-area h2 {
    color: #363432;
    font-size: 20px;
    font-weight: 700;
}

.response-area .media {
    border: 1px solid #F7F7F0;
    padding: 18px 18px 18px 0;
    margin-bottom: 27px
}

.response-area .media img {
    height: 102px;
    width: 100%;
}

.response-area .media .pull-left {
    margin-right: 25px
}

.response-area .second-media {
    margin-left: 5%;
    width: 95%;
}

.sinlge-post-meta {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 15px
}

.sinlge-post-meta li {
    background: #F0F0E9;
    color: #363432;
    float: left;
    font-size: 10px;
    font-weight: 700;
    margin-right: 10px;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

.sinlge-post-meta li i {
    background: #FE980F;
    color: #FFFFFF;
    margin-right: 10px;
    padding: 8px 10px;
}

.sinlge-post-meta li i:after {
    top: 7px;
    border-width: 6px;
    left: 27px;
}

.replay-box {
    margin-bottom: 107px;
    margin-top: 55px;
}

.replay-box h2 {
    font-weight: 700;
    font-size: 20px;
    color: #363432;
    margin-top: 0;
    margin-bottom: 45px
}

.replay-box label {
    background: #FE980F;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding: 3px 15px;
    float: left;
    font-weight: 400;
}

.replay-box span {
    color: #FE980F;
    float: right;
    font-weight: 700;
    margin-top: 21px;
}

.replay-box form input {
    border: 1px solid #F7F7F0;
    color: #ADB2B2;
    font-size: 12px;
    margin-bottom: 22px;
    padding: 8px;
    width: 100%;
}

.replay-box form input:hover,
.text-area textarea:hover {
    border: 1px solid #FE980F;
}

.text-area {
    margin-top: 66px
}

.text-area textarea {
    background: transparent;
    border: 1px solid#F7F7F0
}

.btn.btn-primary {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    margin-top: 16px;
}

.blank-arrow {
    position: relative;
}

.blank-arrow label:after {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 8px;
    border-color: #FE980F transparent transparent transparent;
    top: 25px;
    left: 5px
}


/*************************
******* Contact CSS ********
**************************/

.contact-map {
    width: 100%;
    height: 385px;
    margin-bottom: 70px
}

.contact-info .heading,
.contact-form .heading {
    text-transform: capitalize;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

#contact-page .form-control::-moz-placeholder {
    color: #8D8D8D;
}

#contact-page .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #696763;
    height: 46px;
    padding: 6px 12px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: inherit;
}

#contact-page #message {
    height: 160px;
    resize: none;
}

#main-contact-form .btn-primary {
    margin-bottom: 15px;
    margin-top: 20px;
}

#contact-page .form-control:focus,
#contact-page .form-control:hover {
    box-shadow: inherit;
    border-color: #FDB45E;
}

#contact-page .contact-info {
    padding: 0 20px;
}

#contact-page .contact-info address {
    margin-bottom: 40px;
    margin-top: -5px;
}

#contact-page .contact-info p {
    margin-bottom: 0;
    color: #696763;
    font-size: 16px;
    line-height: 25px;
}

.social-networks {
    overflow: hidden;
    text-align: center;
}

.social-networks ul {
    margin-top: -5px;
    padding: 0;
    display: inline-block;
}

.social-networks ul li {
    float: left;
    text-decoration: none;
    list-style: none;
    margin-right: 20px;
}

.social-networks ul li:last-child {
    margin-right: 0;
}

.social-networks ul li a {
    color: #999;
    font-size: 25px;
}

.contact-info .social-networks ul li a i {
    background: none;
}

.contact-info .social-networks ul li a:hover {
    color: #FE980F;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-start {
    justify-content: start;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}
.font-weight-bold {
    font-weight: bold;
}
.font-weight-bolder {
    font-weight: bolder;
}
.font-weight-normal {
    font-weight: normal;
}
.m-0 {
    margin:0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.ml-0 {
    margin-bottom: 0px;
}
.mr-0 {
    margin-bottom: 0px;
}
.m-1 {
    margin: 1rem;
}
.mt-1 {
    margin-top: 1rem;
}
.mb-1 {
    margin-bottom: 1rem;
}
.ml-1 {
    margin-left: 1rem;
}
.mr-1 {
    margin-right: 1rem;
}

.m-2 {
    margin: 2rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.ml-2 {
    margin-left: 2rem;
}
.mr-2 {
    margin-right: 2rem;
}
.m-3 {
    margin: 3rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.ml-3 {
    margin-left: 3rem;
}
.mr-3 {
    margin-right: 3rem;
}
.m-4 {
    margin: 4rem;
}
.mt-4 {
    margin-top: 4rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.ml-4 {
    margin-left: 4rem;
}
.mr-4 {
    margin-right: 4rem;
}
.m-5 {
    margin: 5rem;
}
.mt-5 {
    margin-top: 5rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
.ml-5 {
    margin-left: 5rem;
}
.mr-5 {
    margin-right: 5rem;
}
.border-0 {
    border:none !important;
}
.text-secondary {
    color: #272626;
}
/* #cat_scat_menu {
    position: absolute;
    z-index: 999;
    color: rgb(255, 255, 255) !important;
    width: 250px;
    max-width: 300px;
    max-height: 250px;
    overflow: hidden;
    top: 30px;
    border-radius: 4px;
}

.cat_items {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    padding-right: 17px;
    box-sizing: content-box;
}

.cat_items::-webkit-scrollbar {
    display: none;
}

.scat_items {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding-right: 17px;
    box-sizing: content-box;
    padding-left: 17px;
}

.scat_items::-webkit-scrollbar {
    display: none;
}

#cat_scat_menu ul li a {
    color: #fff;
}

.subcat_li_id:hover {
    font-weight: bold;
    color: #FE980F !important;
}

.cat_li_id {
    padding-left: 15px !important;
}

.scat_items li {
    padding-left: 10px !important;
}

.scat_items li:hover {
    background-color: rgb(238, 238, 238);
} */

#cat_scat_menu {
    position: absolute;
    z-index: 999;
    color: #000 !important;
    /* width: 900px;
    max-width: 1000px; */
    width: 1000px;
    max-width: 1500px;
    padding: 10px 10px;
    max-height: 400px;
    overflow: hidden;
    height: 600px;
    padding-left: 0px;
}

.cat_items {
    max-height: 380px;
    overflow: hidden;
    overflow-y: auto;
    width: 245px;
    padding-right: 0px;
    padding-left: 0px;
    box-sizing: content-box;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

.cat_items::-webkit-scrollbar {
    display: none;
}

.scat_items {
    max-height: 380px;
    overflow: hidden;
    overflow-y: auto;
    width: calc(100% - 245px);
    height: 100%;
    padding-right: 10%;
    padding-left: 0px;
    box-sizing: border-box;
    /* background-color: #e8e8e8; */
    background-color: #fff;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
    
    
}
.menu-banner-container {
    width:300px;
}
.menu-banner-container img {
    width: 100% !important;
}
.scat_items::-webkit-scrollbar {
    display: none;
}

#cat_scat_menu ul li a {
    color: #000;
}

.subcat_li_id:hover {
    font-weight: bold;
    color: #FE980F !important;
}

.cat_li_id {
    padding-left: 15px !important;
    border-bottom: solid 1px #0003;
    /* padding: 5px; */
}

.scat_items li {
    padding-left: 15px !important;
    border-bottom: solid 1px #0003;
    /* padding: 5px; */
}
.scat_items li:hover {
    /* background-color: #fff; */
    background-color: #e8e8e8;
}
.btn-primary-success {
    color:#fff;
    background-color: #84c225;
    border-color: #84c225;
}
#cat_menu {
    background-color: #5fb54c;
    padding: 0px;
}
#cat_menu > a:hover,
#cat_menu > a:active,
#cat_menu > a:focus {
    color:#fff !important;
    background-color: #5fb54c;
}
#cat_menu > a {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-weight: 500;
}
#ac_sub_menu {
    position: absolute;
    z-index: 999;
    color: rgb(255, 255, 255) !important;
    width: 200px;
    padding: 10px 10px;
    max-height: 250px;
}
.__cat-menu-item__ {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.sub-cat-item-list > span, .sub-cat-item-list > span > a {
    display: block;
    width: 100%;
}
.cat_li_id img, .sub-cat-item-list img {
    width: 50px;
    border-radius: 50%;
    border: 0px !important;
    height: 50px;
    object-fit: contain;
}
.cat_li_id a, .sub-cat-item-list a {
    padding-top:0px !important;
    padding-bottom: 0px !important;
    font-size: 12px !important;
}
.ac_li_items {
    max-height: 200px;
    width: 100%;
    padding-left: 0px;
}

.ac_li_items li {
    display: block !important;
}

.ac_li_items li a {
    background: transparent !important;
    color: #fff !important;
    display: block;
    margin-top: 5px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.fts-5 {
    font-size: 5pt;
}

.fts-6 {
    font-size: 6pt;
}

.fts-7 {
    font-size: 7pt;
}

.fts-8 {
    font-size: 8pt;
}

.fts-9 {
    font-size: 9pt;
}

.fts-10 {
    font-size: 10pt;
}

.fts-11 {
    font-size: 11pt;
}

.fts-12 {
    font-size: 12pt;
}

.fts-13 {
    font-size: 13pt;
}

.fts-14 {
    font-size: 14pt;
}

.fts-15 {
    font-size: 15pt;
}

.fts-16 {
    font-size: 16pt;
}

.fts-17 {
    font-size: 17pt;
}

.fts-18 {
    font-size: 18pt;
}

.fts-19 {
    font-size: 19pt;
}

.fts-20 {
    font-size: 20pt;
}

.fts-21 {
    font-size: 21pt;
}

.fts-22 {
    font-size: 22pt;
}

.fts-23 {
    font-size: 23pt;
}

.fts-24 {
    font-size: 24pt;
}

.fts-25 {
    font-size: 25pt;
}

.fts-26 {
    font-size: 26pt;
}

.fts-27 {
    font-size: 27pt;
}

.fts-28 {
    font-size: 28pt;
}

.fts-29 {
    font-size: 29pt;
}

.fts-30 {
    font-size: 30pt;
}

.fts-31 {
    font-size: 31pt;
}

.fts-32 {
    font-size: 32pt;
}

.fts-33 {
    font-size: 33pt;
}

.fts-34 {
    font-size: 34pt;
}

.fts-35 {
    font-size: 35pt;
}

.fts-36 {
    font-size: 36pt;
}

.fts-37 {
    font-size: 37pt;
}

.fts-38 {
    font-size: 38pt;
}

.fts-39 {
    font-size: 39pt;
}

.fts-40 {
    font-size: 40pt;
}

.ftps-5 {
    font-size: 5px;
}

.ftps-6 {
    font-size: 6px;
}

.ftps-7 {
    font-size: 7px;
}

.ftps-8 {
    font-size: 8px;
}

.ftps-9 {
    font-size: 9px;
}

.ftps-10 {
    font-size: 10px;
}

.ftps-11 {
    font-size: 11px;
}

.ftps-12 {
    font-size: 12px;
}

.ftps-13 {
    font-size: 13px;
}

.ftps-14 {
    font-size: 14px;
}

.ftps-15 {
    font-size: 15px;
}

.ftps-16 {
    font-size: 16px;
}

.ftps-17 {
    font-size: 17px;
}

.ftps-18 {
    font-size: 18px;
}

.ftps-19 {
    font-size: 19px;
}

.ftps-20 {
    font-size: 20px;
}

.ftps-21 {
    font-size: 21px;
}

.ftps-22 {
    font-size: 22px;
}

.ftps-23 {
    font-size: 23px;
}

.ftps-24 {
    font-size: 24px;
}

.ftps-25 {
    font-size: 25px;
}

.ftps-26 {
    font-size: 26px;
}

.ftps-27 {
    font-size: 27px;
}

.ftps-28 {
    font-size: 28px;
}

.ftps-29 {
    font-size: 29px;
}

.ftps-30 {
    font-size: 30px;
}

.ftps-31 {
    font-size: 31px;
}

.ftps-32 {
    font-size: 32px;
}

.ftps-33 {
    font-size: 33px;
}

.ftps-34 {
    font-size: 34px;
}

.ftps-35 {
    font-size: 35px;
}

.ftps-36 {
    font-size: 36px;
}

.ftps-37 {
    font-size: 37px;
}

.ftps-38 {
    font-size: 38px;
}

.ftps-39 {
    font-size: 39px;
}

.ftps-40 {
    font-size: 40px;
}

.ftrs-1 {
    font-size: 1rem;
}

.ftrs-2 {
    font-size: 2rem;
}

.ftrs-3 {
    font-size: 3rem;
}

.ftrs-4 {
    font-size: 4rem;
}

.ftrs-5 {
    font-size: 5rem;
}

.ftrs-6 {
    font-size: 6rem;
}

.ftrs-7 {
    font-size: 7rem;
}

.ftrs-8 {
    font-size: 8rem;
}

.ftrs-9 {
    font-size: 9rem;
}

.ftrs-10 {
    font-size: 10rem;
}

.ftrs-11 {
    font-size: 11rem;
}

.ftrs-12 {
    font-size: 12rem;
}

.ftrs-13 {
    font-size: 13rem;
}

.ftrs-14 {
    font-size: 14rem;
}

.ftrs-15 {
    font-size: 15rem;
}

.ftes-1 {
    font-size: 1em;
}

.ftes-2 {
    font-size: 2em;
}

.ftes-3 {
    font-size: 3em;
}

.ftes-4 {
    font-size: 4em;
}

.ftes-5 {
    font-size: 5em;
}

.ftes-6 {
    font-size: 6em;
}

.ftes-7 {
    font-size: 7em;
}

.ftes-8 {
    font-size: 8em;
}

.ftes-9 {
    font-size: 9em;
}

.ftes-10 {
    font-size: 10em;
}

.ftes-11 {
    font-size: 11em;
}

.ftes-12 {
    font-size: 12em;
}

.ftes-13 {
    font-size: 13em;
}

.ftes-14 {
    font-size: 14em;
}

.ftes-15 {
    font-size: 15em;
}

.text-ellipsis {
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.strikethrough {
    text-decoration: line-through;
}

/* form design start from here */

.form-label {
    display: block;
    transform: translate(0, -3.10rem);
}

/*.inpt {
    width: 100% !important;
    margin-top: 1.5rem !important;
    padding: 0.25rem !important;
    border: none !important;
    border-bottom: 2px solid #111 !important;
    transition: border-color 0.2s ease !important;
}*/

.inpt {
    width: 100% !important;
    margin-top: 1.5rem !important;
    padding: 1.5rem !important;
    border: 1px solid #989898;
    transition: border-color 0.2s ease !important;
}

.inpt:focus {
    outline: none;
    border-color: green;
}

@supports (not (-ms-ime-align:auto)) {
    .form-label {
        color: #999;
        transform: translate(0.25rem, -1.85rem);
        transition: all 0.2s ease-out;
    }
    .inpt:focus+.form-label,
    .inpt:not(:placeholder-shown)+.form-label {
        color: #111;
        transform: translate(0, -3.10rem);
    }
}

.sub-btn {
    padding: 0.50rem 1.5rem;
    border: 2px solid #FE980F;
    background-color: #FE980F;
    color: #fff;
    font-weight: bold;
}

.sub-btn:hover {
    padding: 0.50rem 1.5rem;
    border: 2px solid #FE980F;
    background-color: #FE980F;
    color: #000;
    font-weight: bold;
}

.canc-ord-btn {
    padding: 0.50rem 1.5rem;
    border: 2px solid #d40801;
    background-color: #d40801;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.canc-ord-btn:hover {
    padding: 0.50rem 1.5rem;
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
}

.return-ord-btn {
    padding: 0.50rem 1.5rem;
    border: 2px solid #FE980F;
    background-color: #FE980F;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.return-ord-btn:hover {
    padding: 0.50rem 1.5rem;
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
}

.cancel-btn {
    padding: 0.50rem 1.5rem;
    border: 2px solid #fff;
    background-color: #fff;
    color: #FE980F;
    font-weight: bold;
}

.cancel-btn:hover {
    padding: 0.50rem 1.5rem;
    border: 2px solid #FE980F;
    background-color: #FE980F;
    color: #000;
    font-weight: bold;
}


/* form design ends here */

#ac_menu:hover #ac_angle_down {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    transition: 0.2s ease-in;
}

.cat_li_id:hover>a>i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    transition: 0.2s ease-in;
}


/*
Previous Card Style commented on 3rd of May
*/


/* .card {
    box-shadow: 0px 0px 2px 0px;
    padding: 10px 20px;
} */


/*
New card, card-body, card-header style added on 3rd of May 
*/

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card {
    position: relative;
    margin-top: .5rem!important;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

#add_new_addr_h5 {
    color: #FE980F !important;
    font-weight: bold;
    cursor: pointer;
}

#add_new_addr_h5:hover {
    text-decoration: underline;
    color: #000 !important;
}

.option {
    transform: rotate( 90deg);
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.option-menu {
    font-size: 14px;
    color: #878787;
    position: absolute;
    display: none;
    padding: 10px;
    padding-left: 5px;
    right: 0;
    background: white;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 1px #a09e9e;
    padding-right: 5px;
    width: 100px;
    top: 0;
}

.option-menu ul {
    list-style: none;
    padding-left: 5px;
}

.option-menu ul li {
    margin-bottom: 5px;
    padding: 5px 2px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

.option-menu ul li:hover {
    background-color: #dedede;
    color: #FE980F;
}

.option-container:hover .option-menu {
    display: block;
}

.manual-active {
    color: #FE980F !important;
    font-weight: bold;
}

.form-check-label {
    display: inline-flex !important;
}

.edit-option {
    padding: 5px;
}

.edit-option:hover {
    text-decoration: underline;
    font-weight: bold;
}


/*
Css for Overlay Div
*/

.overlay {
    position: absolute;
    display: none;
    /* width: 100%;
    height: 100%; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lds-dual-ring {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.login_forgot_pass:hover {
    text-decoration: underline;
    font-weight: bold;
}

/* .subcat_list {
    padding: 10px; */
    /* border-bottom: solid 1px #0002; */
/* } */

.company_link {
    color: #fff;
}
.company_link:hover {
    cursor: pointer;
    /* color: #FE980F; */
    font-weight: bold;
}
.text-select {
    color: #84c225 !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.login_li>a:focus{
    background-color: #84c225;
}
.nav>li>a:focus {
    background-color: #84c225;
}
@media (min-width: 768px) {
    .col-sm-3 {
        width: 20% !important;
    }
}

@media screen and (min-width: 991px) {
    #cat_menu {
        width:220px !important;
    }
    .cat_items {
        width:220px !important;
    }
    .scat_items {
        width: calc(95% - 470px) !important;
        /* width: 50% !important; */
    }
}
@media screen and (min-width: 1199px) {
    #cat_menu {
        width:245px !important;
    }
    .cat_items {
        width:245px !important;
    }
    .scat_items {
        width: calc(95% - 495px) !important;
        /* width: 50% !important; */
    }
}
.cat_li_id.selected a {
    color: #FE980F !important;
    font-weight: bold !important;
}
.cat_li_id.selected i {
    color: #000;
}
.cat_li_id.selected {
    background-color: #e8e8e8 !important;
}

.p-0 {
    padding: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}

.p-1 {
    padding: 1rem !important;
}
.pl-1 {
    padding-left: 1rem !important;
}
.pr-1 {
    padding-right: 1rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}

.p-2 {
    padding: 1.5rem !important;
}
.pl-2 {
    padding-left: 1.5rem !important;
}
.pr-2 {
    padding-right: 1.5rem !important;
}
.pt-2 {
    padding-top: 1.5rem !important;
}
.pb-2 {
    padding-bottom: 1.5rem !important;
}

.p-3 {
    padding: 2rem !important;
}
.pl-3 {
    padding-left: 2rem !important;
}
.pr-3 {
    padding-right: 2rem !important;
}
.pt-3 {
    padding-top: 2rem !important;
}
.pb-3 {
    padding-bottom: 2rem !important;
}

.p-4 {
    padding: 2.5rem !important;
}
.pl-4 {
    padding-left: 2.5rem !important;
}
.pr-4 {
    padding-right: 2.5rem !important;
}
.pt-4 {
    padding-top: 2.5rem !important;
}
.pb-4 {
    padding-bottom: 2.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}
.pl-5 {
    padding-left: 3rem !important;
}
.pr-5 {
    padding-right: 3rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.left-sidebar {
    border: 1px solid #ecece8;
    padding: 5px;
}

.product-information.mobile-product-info {
    padding: 0px;
    text-align: left;
}
.mobile-product-info span.rate-info {
    margin:0px !important;
    display: flex;
    align-items: center;
}
.mobile-product-info span.rate-info span {
    font-size: 20px;
    margin-bottom: 0px;
}
.mobile-product-info span.rate-info del {
    font-size: 16px;
    color:#000A;
}
.cart_item_card span.offer-box {
    display: inline-block;
    padding: 0px 5px;
    border: 2px solid #84c225;
    background: #d5ecafba;
    font-size: 12px;
    color: #68a204;
    border-radius: 4px;
}
.bg-theme-primary {
    background-color: #84c225 !important;
}
.text-theme-primary {
    color: #84c225 !important;
}
.text-theme-secondary {
    color: #696763 !important;
}
.__fixed-btn__.cart-section form{
    width:100%;
}
.__fixed-btn__.cart-section {
    padding: 10px 5px;
    border-top: 1px solid #e4e4e4;
}
.cart_delete.cart-delete-absolute {
    position: absolute;
    top: 5px;
    right: 25px;
}
.login-logo {
    width: 100%;
    max-width: 500px;
}
.sign-in-info {
    margin-top: 80px;
}
.__cat-head__ {
    width:100%;
    overflow: hidden;
    overflow-x: auto;
    /* justify-content: center; */
    display: flex;
    border-bottom: 1px solid #e3e3e3;
}
.__cat-head__ span{
    padding: 5px;
    text-align: center;
    display: block;
    color: #363432;
}
.__cat-head__ span img {
    width:50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
}
.__subcat-head__ {
    margin-top:10px;
    height:0px;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    transition: all 0.4s;
}
.__subcat-head__ ul {
    display: none;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
.__subcat-head__ ul li {
    padding: 5px;
    color: #363432;
    text-align: center;
    max-width: 60px;
}
.__subcat-head__ ul li a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
}
.__subcat-head__ ul li a p {
    color: #363432;
}

.hide-scroll::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .hide-scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

.footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom:0;
}
.my-account-section {
    background-color: #84c225;
    padding: 10px;
    color: #fff;
    padding-top:55px
}
.my-account-section .avater-section {
    text-align: center;
    font-size: 4em;
    color:#fff;
}
.my-account-section .basic-details-section  {
    text-align: center;
}
.my-account-section .basic-details-section .name {
    font-size: 18px;
}
.my-account-section .basic-details-section .email span {
    position: absolute;
    right: 5px;
    font-size: 14px;
    cursor: pointer;
    color: #000;
}
.menu-card-container {
    padding: 15px;
}
.menu-card {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 2px 10px 2px #e3e3e3;
}
.menu-card:not(:first-of-type) {
    margin-top: 10px;
}
.menu-card .menu-card-title {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px;
    border-bottom: 1px solid rgb(187 181 181);
}
.menu-card .menu-card-title p {
    color: #0008;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.menu-card .menu-card-footer {
    text-align: right;
    font-size: 14px;
    padding: 10px;
}
.input-group__addon {
    display: flex;
    width: 50%;
}
.btn-theme-secondary {
    background-color: #FC9A11;
    color: #fff;
    border-radius: 0px;
}
.inpt.pincode {
    margin-top: 0px !important;
}
.__mob-order-container__ {
    padding: 5px 15px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 2px #e4e4e4;
    position: relative;
}
.__chevron-right__ {
    position: absolute;
    right: 15px;
    top: 40%;
}
.order-list-action {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}
.product-top-sf-section {
    box-shadow: 0px 2px 10px 2px #e4e4e4;
}
.product-top-sf-section .topsf-sec {
    width:50%;
    text-align: center;
    color: #000;
    background-color: #fff;
    padding: 20px 10px;
}
.product-top-sf-section .topsf-sec:first-of-type {
    border-right: 1px solid #e4e4e4;
}
.product-top-sf-section .topsf-sec:first-of-type .icon-tsf {
    transform: rotateY(180deg);
    display: inline-block;
}

.__checkout-form__ {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 5px;
    background-color: #ffffff;
    border-top: 1px solid #e4e4e4;
    z-index: 2;
    display: flex;
}

.__checkout-form__ div {
    width: 50%;
    font-size: 18px;
    padding: 0px 20px;
    font-weight: bold;
}

.__checkout-form__ form {
    width:50%;
}

.__add-new-add__ {
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(228, 228, 228);
    cursor: pointer;
    color: rgb(254, 152, 15) !important;
    display: block;
}
.price-detail-checkout {
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin-top: 10px;
}
.__cscard__ {
    border:1px solid #e4e4e4;
}
.__cstcard__ {
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    box-shadow: 0px -2px 10px 2px #e4e4e4;
    padding: 10px 0px;
}
.__cstcard__:not(:first-of-type){
    margin-top:10px;
}
.border-b-1 {
    border-bottom: 1px solid #e4e4e4;
}
.border-t-1 {
    border-top: 1px solid #e4e4e4;
}
.table-borderless tbody tr td {
    border: 0px;
}
.__inv-generator__ {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    margin-top: 5px;
    transition: all 0.2s;
}
.__inv-generator__:active {
    background-color: #b4b4b4;
}

.add-to-cart-btn {
    border: 1px solid #e4e4e4;
    background-color: #fff;
    padding: 10px;
    transition: all 0.2s;
}
.add-to-cart-btn:active {
    background-color: #e4e4e4;
}

.remove-wishlist-btn {
    border:1px solid #e4e4e4;
    background-color: #e4e4e4;
    padding: 10px;
    transition: all 0.2s;
}

.remove-wishlist-btn:active {
    background-color: #cccbcb;
}

.sf-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e4e4e4;
    z-index: 1885;
    opacity: 0.5;
    overflow: hidden;
}
.__sf_panel__ {
    display: block;
    position: fixed;
    left:0;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    background-color: #fff;
    z-index: 1886;
}

.__sf_panel__.sort-panel {
    height: 200px;
}
.__sf_panel__.filter-panel {
    top:0;
}
.__sf_panel__ > span {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: block;
    z-index: 999;
}
.text-default {
    color: #000000AA;
}

.filter-panel ul.__filter-label__ li {
    padding: 10px;
    font-weight: 500;
    color: #000;
    border-bottom:1px solid #e4e4e4;
    transition: all 0.2s;
}

.filter-panel ul.__filter-label__ li.filter-selected {
    background: #e4e4e4;
}

.filter-panel ul.__filter-label__ li:first-of-type {
    border-top:1px solid #e4e4e4;
}

.__sf_panel__ div.col-xs-12 {
    font-size: 18px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
}

.sort-panel .sitem.sort-selected {
    background-color: #e4e4e4;
}
.__lolo__ li {
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
}

@media screen and (min-width: 300px) and (max-width:765px) {
    .cart_quantity_input {
        width:35px;
        height: 25px;
    }
    .cart_quantity_button a {
        width:25px;
        height: 25px;
    }
    .cart_item_card .cart-product-image {
        width:80px !important;
    }
    .cart_description h4 {
        margin-top:0px;
    }
    .cart_delete {
        margin-right: 0px;
    }
    .login-logo-container {
        text-align: center;
    }
    .login-logo {
        width: 35%;
    }
    .sign-in-info {
        margin-top: 10px;
    }
    .mb-xs-2 {
        margin-bottom: 2rem;
    }
    
    #cart_items .cart_info {
        border: 0px;
    }
    .cart_item_card {
        border: 1px solid #E6E4DF;
    }
    .review-payment h2 {
        margin-top: 20px;
    }
    .p-xs-0 {
        padding: 0px !important;
    }
    .header-bottom {
        padding-bottom: 0px;
    }
}
@media(min-width:1600px) {
    .container {
        width: 1500px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #similar-product .carousel-inner .item img {
        width: auto !important;
        margin-left: 0;
    }
    .product-information {
        padding-left: 0px;
        padding-top: 0px;
    }
    #similar-product {
        margin-top: 0px;
    }
    .sign-in-info{
        margin-top: 30px;;
    }
    .mb-sm-2 {
        margin-bottom:2rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
#similar-product .carousel-inner .item img {
    width: auto !important;
}
.footer-md-fixed {
    position: fixed;
    left:0;
    right:0;
    bottom:0;
}
}