.product-left-menu {
    padding-top: 30px;
}
.list-title .list-unstyled {
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    margin-top: -1px;
    padding: 10px 0;
}
.list-title > a {
    position: relative;
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 16px;
    color: #254C26;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding: 16px 5px;
    display: block;
}
.list-title > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.list-title > a.collapsed:after {
    content: "\f105";
}
.list-title > a:hover {
    /*background-color: #d9861c;*/
    background-color: #90c73e;
    color: #fff;
}
.pro-title{
    color:#222 !important;
}
.sub-title{
    font-weight: 300;
}
.text-color{
    color: #000000;
}
.pro-content h5{
    font-size: 20px !important;
}
.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #90c640;
}
.page-item.active .page-link {
    background-color: #90c640;
    border-color: transparent;
}
.page-link:hover {
    color: #90c73e;
}
#ajax_pagination .page-link {
    width: 34px;
    height: 34px;
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 60%;
}
.brdr-btm {
    /*border-bottom: 1px solid #cdcdcd;*/
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 300;
}

.border-bottom-div{
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-top: 0 !important;
}

/*.btn-add-to-cart {*/
/*    color: #000;*/
/*    background-color: #ffffff;*/
/*    border-color: #6c757d;*/
/*}*/
/*.btn-add-to-cart:hover{*/
/*    color: #ffffff;*/
/*    background-color: #d9861c;*/
/*    border-color: #d9861c;*/
/*}*/

.btn-add-to-cart {
    min-width: 180px;
    /*padding: 17px 15px 13px;*/
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.fa-fill{
    color:darkgreen;
}
.fa-empty{
    color:lightgrey;
}

/* sweetalert2 */
body.swal2-shown .swal2-container {
    bottom: auto !important;
    left: auto !important;
    height: auto !important;
    padding: .625em !important;
    display: flex;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.0) !important;
}
.swal2-popup.swal2-modal {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    width: 25em !important;
    padding: 1em !important;
    box-shadow: 0 0 0.625em #d9d9d9 !important;
}
.swal2-title {
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: 0 10px 0 !important;
}
.swal2-icon {
    width: 2em !important;
    min-width: 2em !important;
    height: 2em !important;
    margin: 0 .5em 0 0 !important;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    width: 1.6em !important;
    height: 3em !important;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.8em !important;
    left: -.5em !important;
    transform-origin: 2em 2em !important;
    border-radius: 4em 0 0 4em !important;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em !important;
    left: .9375em !important;
    transform-origin: 0 1.5em !important;
    border-radius: 0 4em 4em 0 !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    width: 2em !important;
    height: 2em !important;
}
.swal2-icon.swal2-success .swal2-success-fix {
    top: 0 !important;
    left: .4375em !important;
    width: .4375em !important;
    height: 2.6875em !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em !important;
    left: .1875em !important;
    width: .75em !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em !important;
    right: .1875em !important;
    width: 1.375em !important;
}

.swal2-icon .swal2-icon-content {
    font-size: 1.75em !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .85em !important;
    width: 1.5em !important;
    height: .3125em !important;
    left: .25em !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: inherit !important;
}

.product-detail-left-top{
    position: absolute;
    top: 45px;
    left: 10px;
}
.product-detail-right-bottom{
    position: absolute;
    top: 45%;
    right: 0;
}
.product-detail-middle{
    position: absolute;
    top: 15px;
    right: 0;
    left: 47%;
}
.desc_content strong{
    font-weight: 600;
}

p.desc_content {
    font-weight: 300;
    font-size: 18px !important;
}

.product-count-single {
    border: 1px solid #FFFFFF;
    max-width: 170px;
    /*height: 50px;*/
    height: auto;
    margin-bottom: 15px;
}
.product-count-single input {
    font-size: 1.253rem;
    width: 50%;
    text-align: center;
    height: 50px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.product-count-single .input-group-append, .product-count-single .input-group-prepend {
    justify-content: center;
    width: 25%;
}
.plus-minus {
    font-size: 30px;
    padding: 7px 10px;
    line-height: 100%;
    cursor: pointer;
    user-select: none;
}
.favs{
    background: none;
    border-radius: 85px;
    padding: 3px;
    position: absolute;
}

.cart-title {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 20px;
    color: #90c640;
}
.cart-item-delete img{
    max-width: 50% !important;
}
.product-price{
    font-size: 20px;
    color: #858585;
}
.sub-total{
    font-size: 20px;
    font-weight: 100px;
    color: #000;
}
.continue-shopping-row {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 24px 0 25px;
    margin-bottom: 20px;
}
.price-row p {
    font-size: 1.5rem;
    color: #254C26;
    margin-bottom: 0;
}
.price-row p {
    font-size: 1.25rem;
    color: #254C26;
    margin-bottom: 0;
}
.price-row {
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.continue-shopping-row li a {
    font-size: 16px;
    color: #254C26;
}
.price-detail-main {
    max-width: 300px;
    margin-left: auto;
}

.btn-fill {
    background-color: #90c640;
    border-radius: 100px;
    color: #fff;
    min-width: 150px;
    padding: 11px 35px;
    font-size: 16px;
    border: 2px solid transparent;
}

.btn-fill:hover {
    background-color: #fff;
    color: #90c640 !important;
    border-color: #90c640;
}

.btn-fill-hovered{
    min-width: 100px;
    font-size: 16px;
    border-radius: 100px;
    border: 2px solid black;
}

.btn-fill-second {
    background-color: #999999;
    border-radius: 100px;
    color: #fff;
    min-width: 150px;
    padding: 11px 35px;
    font-size: 16px;
    border: 2px solid transparent;
}

.btn-fill-second:hover {
    background-color: #fff;
    color: #254C26;
    border-color: #254C26;
}

.continue-shopping-row li a img {
    max-width: 16px;
    max-height: 18px;
    vertical-align: text-bottom;
    margin-right: 6px;
}
.arrow-icon {
    transform: rotate(90deg);
    max-width: 13px !important;
    vertical-align: 2px !important;
}


/* account pages */

/*.logo {*/
/*    text-align: center;*/
/*    border-bottom: 1px solid #c4c5c5;*/
/*    padding: 30px 0;*/
/*    margin-bottom: 45px;*/
/*}*/
.user-detail {
    margin-bottom: 25px;
}
.user-detail p {
    font-size: 0.868rem;
    color: #000000;
}
.user-pic {
    background-color: #f8f9faeb;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.user-pic img {
    max-width: 60px;
    max-height: 60px;
    /*border-radius: 100%;*/
}
.user-name {
    font-size: 1.24rem !important;
    margin-bottom: 0;
    color:white;
}
.my-account-menu li a {
    font-size: 0.992rem;
    color: #000000;
    padding: 19px 35px;
    display: block;
    border-bottom: 1px solid #cacaca;
}
.my-account-menu .fa {
    width: 15px;
    margin-right: 12px;
    font-size: 18px;
    vertical-align: middle;
}
.my-account-menu li a:hover, .my-account-menu li a.active {
    background-color: #f8f9faeb;
    color: #000000;
}
.content-wrapper {
    /*padding-top: 195px;*/
    padding-bottom: 100px;
    max-width: 100%;
    flex: 1;
    padding-left: 60px;
    /*padding-left: 360px;
    max-width: 100%;
    flex: 0 0 100%;*/
}
.content-wrapper .fixed-top + .container {
    padding-right: 0;
    padding-left: 0;
}
.dashboard-page {
    padding-bottom: 100px;
}
.sml-title {
    font-size: 1.736rem;
    color: #274e28;
    margin-bottom: 25px;
}
.sml-title img {
    vertical-align: 1px;
}
.title-btm-line::after {
    content: "";
    background-color: #90c640;
    width: 75px;
    height: 3px;
    display: block;
    margin-top: 15px;
}
.sml-title2 {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 1.116rem;
    color: #da881f;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.sml-title2 img {
    vertical-align: -3px;
}
.banner-section .carousel-caption {
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #222;
    text-align: left;
}
.razorpay-payment-button{
    display: inline-block;
    font-weight: 300;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*background-color: transparent;*/
    border: 1px solid transparent;
    background: #90c73e none repeat scroll 0 0 !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;

    border-radius: 45px;
    /*background: url(../images/razorpay.png) no-repeat !important;*/
}

.same-button{
    display: inline-block;
    font-weight: 300;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*background-color: transparent;*/
    border: 1px solid transparent;
    background:#90c640 none repeat scroll 0 0 !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;

    /*border-radius: 0.3rem;*/
    /*background: url(../images/razorpay.png) no-repeat !important;*/
}

.invoice-address p {
    margin-bottom: 10px;
}
.invoce-address-area {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.billing-address {
    border: 1px solid #999;
    padding: 20px;
}
.billing-address h3 {
    font-family: 'itc_avant_garde_gothicbold';
    font-size: 1.468rem;
    margin-bottom: 10px;
}
.billing-address p {
    font-size: 1.3rem;
}
.invoice-page {
    padding: 100px 80px;
    font-size: 1.175rem;
    color: #565656;
}
.invoice-detail-table table {
    /*border-collapse: separate;*/
}
.invoice-detail-table .table td, .invoice-detail-table .table th {
    border: 0;
    font-size: 1.028rem;
    vertical-align: middle;
}
.invoice-detail-table th {
    background-color: #f0eeee;
    border-bottom: 2px solid #dbdbdb;
    font-weight: normal;
    padding: .2rem .75rem;
    height: 49px;
    line-height: 100%;
    text-align: center;
    border-right: 2px solid #fff !important;
}
.invoice-pdf th {
    border-right: 0px solid #fff !important;
}
.invoice-detail-table th.dark-orange-bg {
    background-color: #254c26;
    border-bottom: 2px solid #d0b467;
    color: #fff;
}
.invoice-detail-table {
    margin-top: 30px;
}
.invoice-detail-table .media {
    min-width: 270px;
}
.invoice-detail-table .table td {
    color: #868686;
    border-bottom: 2px solid #bababb;
    padding: 1.5rem .75rem;
}
.invoice-detail-table .media img {
    max-width: 88px;
    max-height: 111px;
    margin-right: 20px;
}
.invoice-detail-table .media h2 {
    font-size: 1.468rem;
    line-height: 100%;
    color: #254c26;
    margin-bottom: 5px;
}
.invoice-price-detail-main {
    border-bottom: 2px solid #a7a6a6;
}
.invoice-price-detail {
    max-width: 370px;
    margin-left: auto;
    font-size: 1.38rem;
    text-align: right;
}
.invoice-price-detail p {
    margin-bottom: 20px;
}
.invoice-price-detail .sub-total {
    border-bottom: 2px solid #254c26;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.invoice-price-detail .grand-total {
    font-family: 'itc_avant_garde_gothicbold';
    border-top: 3px solid #254c26;
    color: #805c24;
    padding-top: 10px;
    margin-bottom: 30px;
}
.thankyou-text {
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
}
del, .currency_del{
    font-size: 30px !important;
    font-weight: 300;
    color:#999;
}
.currency, #offer_price_span{
    font-size: 30px;
    color: #90c73e
    font-weight: 400;
}
#accordion-product-detail .card-header {
    background-color: transparent;
    border: 0;
    padding: 0;

    /*margin-top: 30px;*/
}

.card-header{
background-color:rgb(144 199 62);
    padding: .75rem 1.25rem;
    margin-bottom: 0;
   
    border-bottom: 1px solid rgba(0,0,0,.125);
}


#accordion-product-detail .card-header h5 {
    background-color: #E3EEE8;
    padding: 1rem 1.25rem;
    cursor: pointer;
}
#accordion-product-detail .card-header h5.collapsed {
    background-color: #F5F5F5;
}
#accordion-product-detail .card-header h5:after{
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 18px;
}
.btn-review{
    width: 215px;
    height: 50px;
    background: #000000 0% 0% no-repeat padding-box;
    color: #ffffff;
    border-radius: 0;
}
.btn-review:hover{
    width: 215px;
    height: 50px;
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #000000;
    border-radius: 0;
    border-color: #90c73e;
}
#accordion-product-detail .card-header h5.collapsed:after{
    content: "\f067";
}
.card {
        position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f1f3f4;
    background-clip: border-box;
    border: 1px solid rgb(255 255 255);
    border-radius: 25px;
    margin-bottom: 30px;
    border: 0;
    border-bottom-right-radius: 25px;
}
.card-body {
    border: 1px solid #F5F5F5;
    border-top: 0;
}
.piclist li img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
}

.desc_content + ul li {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.desc_content + ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 15px;
    background: url(../images/bullet-leaf.png) no-repeat 0 0;
    padding-left: 25px;
}
.product-detail-content {
    font-weight: 300;
}
.product-detail-content strong {
    font-weight: 600 !important;
}


.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

/* Individual bars */
.bar-5 {height: 15px; background-color: #EE911B;}
.bar-4 {height: 15px; background-color: #EE911B;}
.bar-3 {height: 15px; background-color: #EE911B;}
.bar-2 {height: 15px; background-color: #EE911B;}
.bar-1 {height: 15px; background-color: #EE911B;}

.blog-img {
    width: 100%;
    float: left;
}
/*.text-color {
    color: #da881f !important;
}*/
.blog-title {
    /*font-family: 'itc_avant_garde_gothicbold';*/
    font-size: 30px;
}
.text-4xl {
    font-size: 2.25rem;
}
.blog-head .text-4xl {
    /*font-family: 'itc_avant_garde_gothicbold';*/
}
.f_image {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 15px;
}

.fb_title {
    font-weight: bold !important;
    font-size: 20px;
    /* font-family: "itc_avant_garde_gothicbold" !important; */
    color:#000000 !important;
    margin-bottom: 10px !important;
    display: inline-block;
}
#owl-carousel-slider .owl-buttons div {
    display: none;
}
.owl-pagination {
    text-align: center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100px;
    margin: 15px 5px 0;
    display: inline-block;
}
.owl-controls .owl-page.active  {
    background-color: #000000;
}
#shop-by-category .custom-control{
    min-height: 32px !important;
}


.product-name-list .custom-checkbox:hover {
    /*background-color: #d9871f;*/
background-color: #90c73e;
    color: #fff;
}
.product-name-list .custom-checkbox {
    font-size: 16px;
    color: #90c73e;
    text-transform: uppercase;
    padding: 10px 15px 10px 30px;
}
.product-name-list .custom-checkbox:hover {
    /*background-color: #d9871f;*/
background-color: #90c73e;
    color: #fff;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .side, .middle {
        width: 100%;
    }

}
.heading {
    font-size: 25px;
    margin-right: 25px;
}

.fa {
    font-size: 25px;
}

.checked {
    color: orange;
}

/* Three column layout */
.side {
    float: left;
    width: 15%;
    margin-top:10px;
}

.middle {
    margin-top:10px;
    float: left;
    width: 70%;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* 02-03-2022 */
.product-detail-page.section-md {
    padding-top: 110px;
}
/.product-detail-page .img-thumbnail {
    background-color: #FFF9F4;
    border: 1px solid #ddd;
    border-radius: 0;
}
svg.feather-shopping-cart {
    width: 20px;
    vertical-align: bottom;
}
.section.product-detail-content {
    padding: 70px 0;
}
.rating-stars .fa {
    font-size: 18px;
}
.side .fa {
    font-size: 18px;
    color: #ffe25a;
}
.new-arrivals-slider.product-detail-slider .single-prodcut {
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
    margin-top: 4px;
}
.font-regular {
    font-weight: 400 !important;
}
.average-rating-main {
    display: table;
    text-align: center;
}
.all-rating-main {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-left: 30px;
    padding-right: 30px;
}
.product-navmain {
    background-color: #ffffff;
    border: 1px solid #D5E3DC;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    margin-bottom: 50px;
    transition: all .4s;
}
.product-navmain.sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    top: 80px;
    transition: all .4s;
}
.product-navmain .nav-pills {

    max-width: 1230px;
    margin: auto;
background-color: #ffffff;
}
.product-navmain .nav-link {
    border-radius: 0;
    padding: 0.85rem 1rem;
    color: #000000;
    font-weight: 400;

}
.product-navmain .nav-pills .nav-link.active, .product-navmain .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #90c73e;
}

table.customer-order-table td, table.customer-order-table th {
    padding: 1.12rem 0.75rem;
    border-top: 1px solid #aaaaaa;
}
table.customer-order-table {
    font-size: 0.946rem;
    color: #797979;
    border-collapse: collapse !important;
}
.customer-order-table thead th {
    font-size: 1.125rem;
    color: #da881f;
    border-top: 0;
    border-bottom: 1px solid #aaaaaa;
}
a{
    color: #90c73e;
}
a:hover{
    color: #90c640;
}

.navbar-nav .dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
    /*color: #d9861c;*/
    text-decoration: none;
    color: #ffffff;
}
.testimonials-section {
    background: url(../images/testimonials-bg-img.jpg) no-repeat center/cover;
}
.testimonials-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.testimonials-section .carousel-inner {
    padding-right: 5px;
    padding-left: 5px;
}
.mt-20 {
    margin-top: 20px;
}
.pdng:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 40px;
    /*background: url(../images/quote-icon.png) no-repeat;*/
    width: 70px;
    height: 70px;
    z-index: 1;
}
.pdng:after {
    content: "";
    position: absolute;
    bottom: -48px;
    left: 60px;
    width: 61px;
    height: 50px;
    /*background-image: url(../images/testimonial-corner.png);*/
}
.pdng {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 14px -2px rgba(0, 0, 0, 0.20);
    padding: 105px 40px 65px;
    position: relative;
    min-height: 340px
}
.client-detail {
    margin-top: 40px;
}
.client-pic {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 10px;
}
.client-pic img {
    border-radius: 100%;
    max-width: 70px;
    height: 70px;
    border: 3px solid #fff;
}
.client-name {
    font-size: 20px;
    font-weight: 700;
    color: #2c522d;
}
.client-name span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
}
.testimonials-section .carousel-control-next, .testimonials-section .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 85px;
    width: 50px;
    color: #fff;
    opacity: 1;
    font-size: 40px;
    background-color:#070a03;
    height: 50px;
    border-radius: 5px;
}
.testimonials-section .carousel-control-prev {
    left: auto;
    right: 100px;
}
.testimonials-section .carousel-control-next {
    right: 40px;
}
.testimonials-section .carousel-control-next:hover, .testimonials-section .carousel-control-prev:hover {
    background-color: #90c640;  
}

.plus_minus_menu {
    position: absolute;
    top: 11px;
    right: 0;
    width: 30%;
    height: 24px;
    text-align: right;
    cursor: pointer;
}
.plus_minus_menu:after {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 10px;
}
.plus_minus_menu.menu-minus:after {
    content: "\f068";
}

.pl01 {
    position: absolute;
    top: 11px;
    right: 0;
}
.marquee-div{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
}
.contact-col {
    max-width: 310px;
    flex: 0 0 auto;
}
.contact-col .footer-link li {
    -ms-flex-align: center;
    align-items: center;
}
.contact-col .footer-link img {
    max-width: 17px;
    max-height: 20px;
}
.copyright {
    font-family: 'futurabook';
    text-align: center;
    border-top: 1px solid #808080;
    padding: 25px 0 20px;
    margin-top: 15px;
    margin-bottom: 0;
color:#ffffff
}
.contact_info .media a, .contact_info .media i {
    color: #000000;
}

@media (min-width: 768px) {
    .navbar-nav li.dropdown:hover > a + .plus_minus_menu + .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-menu.submenu {
        left: 100%;
        top: 0;
        margin-top: -1px !important;
    }

    header .navbar-light .navbar-nav .nav-link {
        font-size: 13px !important;
    }
}
@media (max-width: 991px) {
    .product-detail-right-bottom {
        display: none;
    }
    .product-detail-left-top {
        display: none;
    }
}
@media (max-width: 767px) {
    .product-detail-right-bottom {
        display: none;
    }
    .product-detail-left-top {
        display: none;
    }
    header .dropdown-toggle {
        padding-right: 20px !important;
    }
    header .dropdown-toggle::after {
        display: none;
    }
    .navbar-nav.mx-xl-auto li.nav-item {
        border-bottom: 1px solid #ddd;
    }
    .navbar-nav .dropdown .dropdown-menu {
        border: 0;
    }
    .menu-level1 {
        display: block;
    }
    .menu-level2 {
        display: block;
    }
    .navbar-collapse {
        height: calc(100vh - 170px);
        overflow: auto;
    }
}



.pro-content.text-left.pt-2 h5 {
    margin-bottom: 5px;
}
a.pro-title.product_grid_product_title {
    font-size: 14px;
    font-weight: 400;
}
p.text-grey.product_grid_category_title {
    font-size: 14px;
    margin-bottom: 0px;
}

/*7 feb css */
.cart_container {
    max-width: 22%;
}
