/*.-color-primary {
     color: var(--first-color) !important;
}
*/

/*#facebox .content.productQuickView .prod_scroller {
    max-height: 430px;
    overflow-y: auto;
    overflow-x: hidden;
}
*/

/*.field-two-wrap .field-wraper {
    width: 100%;
}

.field-two-wrap .caption-wraper {
    width: 20%;
}

.field-two-wrap .field-wraper input {
    width: calc(100% - 74px);
    margin-right: 10px;
}

.field-two-wrap .field-wraper a {
    vertical-align: top
}

.shopFormBlock .field-two-wrap .caption-wraper {
    width: 30%;
}

.shopFormBlock .field-two-wrap .field-wraper {
    width: 70%;
}*/

/*[Order Page*/

/*.orders-detailing {}

.repeat-wrapper {
    border: 1px solid #dddddd;
    margin-bottom: 25px;
}

.repeat-wrapper:last-child {
    margin-bottom: 5px;
}

.top_cell {
    padding: 20px 30px;
}

.top_cell label {
    font-weight: 700;
    font-size: 18px;
}

.top_cell label:last-child {
    display: none;
}

.top_cell .order_id {
    background: var(--first-color);
    padding: 5px 10px;
    color: #fff;
    margin-left: 10px;
}

.grey_head {
    background: #f5f5f5;
    padding: 20px 30px;
    border-top: 1px solid var(--border-color);
}

.grey_head label {
    font-weight: 700;
    font-size: 16px;
}

.grey_head span {
    font-weight: 700;
    font-size: 22px;
    display: block;
}

.grey_head .green_tag,
.checkout-page .green_tag {
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #E9F5E6;
    border: 1px solid var(--first-color);
    color: var(--first-color);
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 8px;
    text-align: center;
}

.grey_head .red_tag {
    padding: 5px;
    background: #fddbe4;
    border: 1px solid var(--first-color);
    color: var(--first-color);
    Font-size: 13px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.box_wrap {}

.box_wrap .box_head {
    padding: 15px 30px;
    background: #d7d7d7;
    font-size: 18px;
}

.box_wrap .box_body_wrap {
    padding: 20px 30px;
}

.box_wrap .box_body .box {
    width: 26.33%;
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: top;
}

.box_wrap .box_body .box:first-child,
.box_wrap .box_body .box:nth-child(3) {
    width: 46%;
}

.box_wrap .box_body .box:first-child p,
.box_wrap .box_body .box:nth-child(2) p {
    display: block;
    margin-top: 10px;
}

.box_wrap .box_body .box:nth-child(2) {
    width: 50%;
    padding-right: 0;
    margin: 0;
}

.box_wrap .box_body .box label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.box_wrap .box_body .box p {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.box_wrap .box_body_wrap .box_header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.box_wrap .box_body_wrap .box_header li {
    display: inline-block;
    width: 15%;
    padding: 0 10px;
}

.box_wrap .box_body_wrap .box_header li label {
    font-size: 16px;
    font-weight: 700;
}

.box_wrap .box_body_wrap .box_body {
    padding: 0;
}

.box_wrap .box_body_wrap .box_body li {
    display: inline-block;
    width: 15%;
    padding: 8px 10px;
    vertical-align: top;
}

.box_wrap .box_body_wrap .box_body li p {
    width: 255px;
}

.box_wrap .box_body_wrap .box_body label {
    display: none;
    font-size: 16px;
    font-weight: 700;
}

.box_wrap .box_body_wrap .box_body .gap {
    border-top: 1px solid #d7d7d7;
    display: block;
    width: 100%;
    display: none;
}

.grey_head .select_tag {
    color: var(--third-color);
    Font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: left;
    margin: 10px 0;
}

.grey_head .select_tag form {
    margin-top: 5px;
}*/

/*Order Page]*/



/*[Cart Page popup css*/
/*.cart.cart-is-active .dropsection.cart-seller {
    overflow: visible;
    padding-top: 0;
}

.cart-seller .close {
    left: -20px;
    top: 0;
    right: auto;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.cart-seller .close:before {
    top: 7px;
}

.cart-seller .close:after {
    left: 7px;
}

.cart-seller .grey_head {
    border-top: 0 none;
}

.cart-seller .grey_head label {
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    color: #656565;
}

.cart-seller .grey_head span {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 0;
}

.cart-seller .grey_head {
    padding: 7px 30px;
    font-size: 14px;
}

.cart-seller .cart-summary tr:last-child {
    border-bottom: 0px;
}

.repeat-cell.cart-seller-wrap .box_wrap {
    padding-bottom: 10px;
}

.cart-seller .cartdetail__footer {
    background: #ededed;
    margin: 10px 15px;
}

.cart-seller-actions {
    padding: 0 10px;
}

.cart-seller-actions .seller-actions td {
    padding: 10px;
    width: 50%;
}
*/

/*Cart Page popup css]*/

/*[Cart Page popup css*/
/*
.cart.cart-is-active .dropsection.cart-buyer {
    overflow: visible;
    padding-top: 0;
}

.cart.cart-is-active .cart-buyer .close {
    top: 40px;
}

.cart-buyer .close {
    left: -20px;
    top: -40px;
    right: auto;
    background: #fff;
    border-radius: 500px;
    opacity: 1;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); */
/*background-color: #dddddd;
    padding: 20px;
    transition: all 0.3s ease;
}

.cart-buyer .close:before {
    height: 20px;
    top: 9px;
}

.cart-buyer .close:after {
    width: 20px;
    left: 9px;
}

.cart-buyer .grey_head {
    border-top: 0 none;
}

.cart-buyer .grey_head label {
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    color: #656565;
}

.cart-buyer .grey_head span {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 0;
}

.cart-buyer .grey_head {
    padding: 7px 30px;
    font-size: 14px;
}

.cart-buyer .cart-summary tr:last-child {
    border-bottom: 0px;
}

.repeat-cell.cart-buyer-wrap .box_wrap {
    padding-bottom: 10px;
}

.repeat-cell.cart-buyer-wrap:first-child {
    padding-top: 0;
}

.cart-buyer .cartdetail__footer {
    background: #ededed;
    margin: 10px 15px;
    padding: 10px 20px;
}

.cart-buyer-actions {
    padding: 0 10px;
}

.cart-buyer-actions .seller-actions td {
    padding: 10px;
    width: 50%;
}

.dropsection.cart-buyer .cart-summary.item-yk .item-yk-head-specification {
    word-break: break-all;
    white-space: normal;
}

.dropsection.cart-buyer .cart-summary .product_price span {
    display: block;
}*/

/*Cart Page popup css]*/

/*cart Page*/
/*.repeat-cell.cart-buyer-wrap {
    padding: 10px 0;
}

.cart-buyer-wrap .grey_head {
    border-top: 0 none;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-buyer-wrap .title_head {
    padding: 0;
}

.cart-buyer-wrap .grey_head label {
    font-weight: 500;
}

.cart-buyer-wrap .grey_head .green_tag {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 5px 10px;
}

.cart-buyer-wrap .cart-buyer-actions .seller-actions td {
    width: auto;
}

.cart-buyer-listing.cart--full tr {
    border-bottom: 0 none;
}

.cart-buyer-listing.cart--full .cart-buyer-wrap tr {
    border-bottom: solid 1px #ececec;
}

@media (max-width:767px) {
    .cart-buyer-listing .panel__head .btn {
        margin-top: 15px;
    }
}

.cart-buyer-wrap .cart-buyer-actions .seller-actions td {
    padding: 0 5px;
    vertical-align: middle;
}

.cart-buyer-wrap .cart-buyer-actions {
    padding-right: 0;
}

.cart-buyer-wrap .cart-buyer-actions .field-set {
    margin: 0;
}

.cart-buyer-wrap .label_tag {
    font-size: 1em;
    color: var(--txt-color-light);
}

.cart-buyer-wrap .cart--full tr td:first-child {
    padding-left: 0;
    width: 12%;
    vertical-align: middle;
}

.cart-buyer-wrap .cart--full tr td {
    vertical-align: middle;
}

.cart-buyer-wrap .qty-wrapper {
    display: block;
}

.cart-buyer-wrap .qty-wrapper .qty-wrap {
    display: flex;
}

.cart-buyer-wrap .qty-wrapper .qty {
    /* width: 20% */
/* max-width: 150px;
}

.cart-buyer-wrap .qty-wrapper .refresh {
    width: 25px;
}

.cart-buyer-wrap .qty-wrapper .refresh path {
    fill: var(--second-color);
}

.cart-buyer-wrap .qty-wrapper .text--normal-primary {
    margin-top: 10px;
    display: block;
    color: var(--first-color) !important;
    font-size: 16px;
}

.cart-buyer-wrap .price-wrap .text--normal-secondary {
    margin-left: 10px;
}

.cart-buyer-wrap .cart--full tr td:last-child {
    padding-right: 0;
    width: 12%;
}

.cart-buyer-wrap .cart--full tr td:last-child .btn {
    margin-top: 10px;
}

.cart-buyer-wrap .cart--full tr:last-child {
    border-bottom: 0 none;
}

.cart-footer-buyer {
    background: #f5f5f5;
    padding: 30px;
}

.cart-footer-buyer.cart-footer .cartdetail__footer {
    /* width: 35%; */
/*}

.cart-footer-buyer.cart-footer .cartdetail__footer table td {
    padding: 10px;
}

.cart-footer-buyer.cart-footer .cartdetail__footer table td:first-child {
    padding-left: 0;
}

.cart-footer-buyer.cart-footer .cartdetail__footer table td:last-child {
    padding-right: 0;
}

.cart-footer-buyer.cart-footer .cartdetail__footer table tr.border {
    border: 0 none;
    border-top: 1px dashed #b1b1b1;
}

.cart-footer-buyer .cartdetail__footer td,
.cart-footer-buyer .cartdetail__footer td.hightlighted {
    font-size: 1.1em;
}
*/

/*cart Page*/



/*
.banner-seller {
    margin-top: -30px;
}
*/


/* avtar */
/*.avatar {
    border-radius: 100%;
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.avatar img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.avatar.avatar--xsmall {
    width: 40px;
    height: 40px;
}

.avatar.avatar--small {
    width: 60px;
    height: 60px;
}

.avatar:after {
    pointer-events: none;
    content: attr(data-text);
    font-size: 2em;
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: 700;
}

.avatar.avatar--xsmall:after {
    font-size: 1rem;
}

.avatar.avatar--centered {
    margin: auto;
    display: block;
}
*/

/*.mobile-actions {
    display: none;
}*/


/************************************ Inner Pages Start*********************************/

/*--[--Breadcrumbs*/
/*.breadcrumbs {}

.breadcrumbs ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #8b8b8b;
    padding: 0 25px 0 0;
    font-weight: 700;
    font-size: 12px;
}

.breadcrumbs ul li:before {
    position: absolute;
    right: 12px;
    top: 6px;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.breadcrumbs ul li:last-child:before {
    border: 0px;
}

.breadcrumbs ul li a {
    color: inherit;
    display: block;
    color: #8b8b8b;
}
*/
/*Breadcrumbs--]--*/

/*==[==Ribbon Stripe*/
/*.breadcrumbs-row {
    padding: 20px 0px 0px;
}*/

.
/*ribbon-wrap {
    background: #80c300;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px;
    padding: 4px 10px;
    font-weight: 700;
    display: inline-block;
    max-width: 800px;
}

.ribbon-wrap span {
    color: #f7ff1d;
    display: inline-block;
}
*/
/*Ribbon Stripe==]==*/


/*==[==Pagination*/
/*.pagination {
    border: none;
    padding: 0;
}

.pagination.pagination--center {
    display: table;
    margin: 30px auto 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 2px;
}

.pagination li a {
    text-transform: uppercase;
    width: 35px;
    line-height: 35px;
    text-align: center;
    height: 35px;
    display: block;
    font-size: 0.9rem;
    color: #373838;
    border-color: transparent;
    border-radius: 0px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.pagination li.is-prev a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    content: "";
    border-left: 3px solid #373838;
    border-bottom: 3px solid #373838;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.pagination li.is-next a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    content: "";
    border-right: 3px solid #373838;
    border-top: 3px solid #373838;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.pagination li a:hover,
.pagination li.is--active a {
    border-color: #ff1653;
    color: var(--first-color);
    background: #fff;
}

.pagination li.is-prev a:hover:before {
    border-left-color: var(--first-color);
    border-bottom-color: var(--first-color);
}

.pagination li.is-next a:hover:before {
    border-right-color: var(--first-color);
    border-top-color: var(--first-color);
}
*/

/*Pagination==]==*/


/*
.top-row {
    margin-bottom: 10px;
}

.col__left .sticky-col {
    padding-bottom: 40px;
}

.gallery {
    position: relative;
    margin: auto;
}

.gallery .caraousel {
    margin: 0;
}

.gallery .gallery__media {
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gallery .gallery__media:before {
    position: relative;
    padding-bottom: 100%;
    display: block;
    content: "";
}

.gallery .gallery__media img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.gallery__main li .gallery__media img {
    display: block;
    margin: auto;
}

.gallery .gallery__lbottom {
    margin: 10px 0 0;
}

.gallery__thumbs {
    padding: 0 35px;
}

.gallery__thumbs li > div {
    padding: 10px;*/
/* border: solid 1px var(--border-color);
    margin: 10px 15px;
    text-align: center;
    cursor: pointer;*/

/*}

.gallery__thumbs li .gallery__media {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.gallery__thumbs li.slick-current .gallery__media {
    border-color: var(--first-color);
}

.caraousel .slick-arrow {
    position: absolute;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: none;
    text-indent: -999999px;
    z-index: 1;
    top: 50%;
    margin: -10px 0 0;
}

.caraousel .slick-prev:after,
.caraousel .slick-next:after {
    content: "";
    border-width: 0;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    margin-left: 0;
    top: 50%;
    margin-top: -5px;
}

.caraousel .slick-prev::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.gallery__thumbs .slick-arrow.slick-prev,
.gallery__top .slick-arrow.slick-prev {
    opacity: 1;
    box-shadow: none;
    left: 0;
}

.gallery__thumbs .slick-arrow.slick-disabled,
.gallery__top .slick-arrow.slick-disabled {
    opacity: 0.2;
    cursor: default;
}

.gallery__thumbs .slick-next.slick-arrow,
.gallery__top .slick-next.slick-arrow {
    right: 15px;
    opacity: 1;
    box-shadow: none;
}


.horizontal-actionlist {
    float: right;
}

.horizontal-actionlist li {
    margin: 10px 0 0;
    display: inline-block;
}

.like-action {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 1;
    background: #fff;
}

.like-action.is-active .svg-icon svg {
    fill: var(--first-color);
}

.horizontal-actionlist li a.like-action {
    position: relative;
    display: block;
    left: auto;
    top: auto;
}

.like-action .svg-icon {
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.like-action .svg-icon svg {
    width: 100%;
    height: 100%;
    fill: #BABABA;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.toggle-dropdown {
    position: relative;
    display: inline-block;
}

.horizontal-actionlist li a.share-action {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    position: relative;
}

.horizontal-actionlist li a.share-action .svg-icon {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.horizontal-actionlist li a.share-action .svg-icon svg {
    fill: #BABABA;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.toggle-dropdown__target {
    min-width: 250px;
    z-index: 9;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.toggle-dropdown.is-active .toggle-dropdown__target {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.toggle-dropdown__target::before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    right: 5px;
    top: -10px;
    z-index: 1;
}

.toggle-dropdown .collection__container {
    padding: 15px;
}

.toggle-dropdown .collection__container ul li {
    display: inline-block;
}

.collection__title {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0 0 10px 0;
    color: #000;
    padding: 0 0 5px 0;
    font-weight: 500;
    font-size: 1.1em;
}

.social-share li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 0;
}

.social-share li a,
.social-share li span {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: block;
    padding: 5px;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.06);
}

.social-share li a img,
.social-share li span img {
    width: 16px;
    display: block;
    margin: 5px auto 0;
    opacity: 0.6;
    pointer-events: none;
}

.content__row {
    margin: 25px 0;
}

.content__row.content__row-head {
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.content__row-head .head__subtitle {
    color: #8b8b8b;
    font-size: 12px;
}

.content__row .content__row-caption {
    color: #373838;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.content__row .price-content {
    color: #373838;
}

.content__row .price-content .price-standard {
    font-size: 36px;
    font-weight: 700;
}

.content__row .price-content .price-old {
    font-size: 20px;
    color: #8b8b8b;
    font-weight: 700;
    margin: 0 0 0 10px;
}

.content__row .price-content .price-discounted {
    font-size: 20px;
    color: #8b8b8b;
    font-weight: 700;
    margin: 0 0 0 10px;
}

.content__row .price-content .price-note {
    display: block;
    line-height: 0.5;
}

.content__row .select-border {}

.content__row .select-border ul {
    margin-left: -3px;
    margin-right: -3px;
}

.content__row .select-border ul li {
    display: inline-block;
}

.content__row .select-border ul li a {
    color: #373838;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 3px;
}

.content__row .select-border ul li:hover a,
.content__row .select-border ul li.is--active a {
    border-color: var(--first-color);
}

.content__guides {
    margin-left: -3px;
    margin-right: -3px;
}

.content__guides span {
    margin: 0 3px;
}

.content__guides .guides-shipping {
    color: #80c300;
}

.content__guides .question-icon {
    vertical-align: middle;
}

.content__guides .guides-shipping .question-icon path {
    fill: #80c300;
}

.content__guides .guides-delivery .question-icon path {
    fill: #ff1653;
}

.content__guides .guides-delivery {
    color: var(--first-color)
}

.qty {
    width: 100%;
    background: #fff;
    border-radius: 4px;
}


.content__row .qty .increase,
.content__row .qty .decrease {*/
/* font-size: 1.2em; */
/* font-weight: 300;
    height: 46px;
    line-height: 46px;
}

.content__row .addToCartForm {
    width: 100%;
}

.content__row .btns-group {
    margin-top: 27px;
}

.content__row .btns-group .btn {*/
/* font-size: 1.30rem; */
/* height: 46px;
    line-height: 46px;
    padding: 0 30px;
}

.content__row .qty input {
    height: 46px;
    line-height: 46px;
}

.btns-group .btn:last-child {
    margin-left: 20px;
}

.selectors.selector--qty .slick-arrow {
    opacity: 1;
    top: calc(50% - 20px);
    background: none;
    box-shadow: none;
    margin: 0;
}

.selectors.selector--qty .slick-arrow.slick-prev {
    right: 7px;
}

.selectors.selector--qty.caraousel .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.selectors.selector--qty .slick-arrow.slick-next {*/
/* top: 18px; */
/*  right: 10px;
}

.selector--qty .slick-arrow.slick-prev:before,
.selector--qty .slick-arrow.slick-next:before {
    display: none;
}

.content__row .product-img {
    width: 50px;
    border: 1px solid #ddd;
}

.cart-tbl-addons {
    border-radius: 5px;
    overflow: hidden;
    border-collapse: seperate;
    display: table;
}

.cart-tbl-addons td:first-child {
    border-left: 1px solid #ededed;
}

.cart-tbl-addons td:last-child {
    border-right: 1px solid #ededed;
}

.content__row.shop-info-row {
    background-color: #E9F5E6;
    padding: 20px;*/
/*background-image: url(images/lines-pattern.jpg);*/
/* background-repeat: repeat;
    text-align: center;
}

.shop-info-row .avatar {
    width: 135px;
    height: 76px;
    border-radius: 0;
    box-shadow: none;
    margin: 1rem auto;
}

.shop-info-row .avatar img {
    border-radius: 0;
}

.shop-info-row .shop-info [class*="col-"]:last-child {
    text-align: left;
}

.shop-info-row .shop-info [class*="col-"]:last-child p {
    margin: 0;
}

.shop-info-row .shop-links {
    text-align: inherit;
}

.shop-info-row .shop-links a {
    font-weight: 600;
    border-left: 2px solid var(--first-color);
    margin-left: 7px;
    padding-left: 7px;
}

.shop-info-row .shop-links a:first-child {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.shop-info-row .shop-info {
    padding: 10px 0 0 0;
}

.shop-info-row .shop-info h6 {
    padding: 0;
}

.shop-info-row .shop-info h6 a {
    color: #373838;
    font-size: 24px;
}

.sticky-bar {
    z-index: 1;
}

.section-actions-bar {*/
/*background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
  margin-top: -10px;
    padding: 0 10px;*/
/*}



.section-repeated {
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin: 20px 0;
}

.section-repeated .container--cms h3 {
    font-size: 1.2rem;
}

.section-repeated .container--cms h6 {
    font-size: 1.0rem;
    color: #373838;
}

.repeat-feedback-wrap .repeat-btn {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}

.repeat-feedback-wrap .repeat-btn .btn {}

.feedback-wrap {
    background: #f5f5f5;
    padding: 15px;
    margin-top: 20px;
}

.repeat-feedback {
    margin: 0 -10px;
    display: table;
    width: 100%;
}

.feedback-head .rating {
    display: block;
    margin: 0 0 10px 0;
}

.feedback-left {
    display: table-cell;
    width: 20%;
    text-align: center;
    margin: auto;
    vertical-align: top;

}

.feedback-guest {}

.feedback-guest .guest-label {
    background: #f5f5f5;
    color: #454545;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-weight: 700;
    margin: auto;
    margin-bottom: 10px;
}

.feedback-guest .guest-label img {
    border-radius: 100%;
    padding: 10px;
}

.feedback-guest .guest-name {
    display: block;
    font-weight: 700;
}

.feedback-guest .guest-time {
    color: #9a9a9a;
    font-size: 12px;
    text-transform: uppercase;
}

.feedback-actions .inline-list {
    display: inline-block;
    margin: 0;
}

.feedback-actions .inline-list > li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 5px 5px;
}

.feedback-actions .inline-list > li:before {
    display: none;
}

.repeat-feedback {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
}

.repeat-feedback:last-child {
    border-bottom: 0 none;
}

.repeat-feedback .image-helper {
    display: inline-block;
    vertical-align: middle;
}

.repeat-feedback .image-helper .thumb-action {
    fill: #80c300;
}

.repeat-feedback .image-helper.thumb-rotate .thumb-action {
    fill: #ff1653;
}

.repeat-feedback .image-helper.thumb-rotate {
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
}

.repeat-feedback .inline-list .thumb-y,
.repeat-feedback .inline-list .thumb-n {
    padding-left: 10px;
    font-weight: 700;
}

.feedback-actions p {
    display: inline-block;
    margin: 0;
}

.section-repeated .progress--horizontal .progress__bar {
    background-color: var(--first-color);
}

.section-repeated .listing--progress li {
    list-style: none;
    padding: 0 15px 12px 15px;
}

.section-repeated .rating-progress-row {
    border-right: 1px solid #e6eeeb;
    padding-right: 25px;
}

.section-repeated .listing--progress li:before {
    display: none;
}

.section-repeated .progress--radial {
    margin: 0;
}

.section-repeated .have-you {
    background: #fff
}

.section-repeated .listing--progress > li .grid--left {*/
/*width: 12%;*/
}

/*.section-repeated .select-custom .select--arrow select {
    border: 0 none;
}

*/

/************************************ Inner Pages End***********************************/

/************************************ Dashboard Pages Start***********************************/

/*.dashboard .map-wrap {
    margin-top: 15px;
}
*/

/************************************ Dashboard Pages End***********************************/

/************************************ media queries *************************************/
@media(min-width:1199px) {}

@media(min-width:767px) {


    /*  .pac-container {
        width: 335px !important;
    }*/
}

@media(max-width:1399px) {}



/*Required in Growcer for desktop and resp as well*/

@media(max-width:1199px) {


    /* .quote__content {
        font-size: 1.1rem;
    }*/

}

@media(max-width:1024px) {
    /*.horizontal-actionlist li {
        margin: 0;*/
    /*display: block;*/
    /* }*/


    /* .breadcrumbs-row {
        padding: 15px;
        background: #eee;
        margin: 0 -10px;
    }*/


    /* .-show-responsive {
        display: inline-block !important;
    }*/

    /* .-hide-responsive {
        display: none !important;
    }*/

   /* .right-panel .row {
        padding-bottom: 20px;
    }

    .right-panel .row.top-row [class*="col-"] {
        margin: auto;
    }

    .sortlist-actions {
        float: none;
    }*/



    /*  .ribbon-wrap {
        max-width: 550px;

    }*/
}

@media(max-width:1023px) {
    /*.col-full-last {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}*/

    /* .-hide-tab {
        display: none !important;
    }*/

    /*.toggle-group--left {
    float: left;
    width: 50%;
}

.toggle-group--right {
    float: right;
    width: 50%;
    padding-left: 20px;
}*/


    /*.cart-tbl-addons.table .qty {
        width: 95px;
    }*/


}

@media(max-width:767px) {
    /*.horizontal-actionlist li {
        margin: 10px 0 0;
        display: inline-block;
    }*/


    /* .gallery {
        max-width: 500px;
    }*/

    /* .cart-tbl-addons {
        border-top: 1px solid var(--border-color)
    }*/

    /* .section-repeated .rating-progress-row {
        border: 0 none;
        padding-right: 0;
    }
*/
   /* .feedback-wrap .sortlist-actions {
     float: right;
     background: #fff;
     padding: 0 10px;
 }*/

    /*.content__row {
        margin: 20px 0;
    }*/

    /*.horizontal-actionlist {
        float: none;
    }
*/

    /* .cart-tbl-addons td {
        vertical-align: middle;
    }*/


    /* .cart-buyer-wrap .qty-wrapper .qty {
        width: 60%;
    }*/

    /*.shopFormBlock .field-two-wrap .field-wraper {
    width: 100%;
}

.dashboard .container--addresses .form small {
    display: block;
}

.toggle-group--left {
    width: 100%;
}

.toggle-group--right {
    padding: 0;
    width: 100%;
}*/

}

@media(max-width:400px) {


    /* .section-repeated .listing--progress > li .grid--left {
        width: 20%;
    }*/

    /*.container--addresses .field_cover small {
    display: block;
}*/
}

@media(max-width:575px) {

    /*.checkout-page .order-summary .qty {
    width: 100%;
}*/

    /* .cart-buyer-wrap .qty-wrapper .qty {
        width: 60%;
    }
*/
    /* .shop-info-row .shop-links,
    .shop-info-row .content__row-caption {
        text-align: center;
    }*/

    /* .shop-info-row .avatar {
        margin: 10px auto;
    }*/

    /* .shop-info-row .shop-info [class*="col-"]:last-child {
        text-align: center;
    }*/

    /* .toggle-dropdown__target {
        left: 0;
        transform-origin: top left;
    }

    .toggle-dropdown__target:before {
        left: 5px;
        right: auto;
    }*/
}

@media(max-width:500px) {

   /* .row.site-section__body [class*="col-"] {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
 }

 .sortlist-actions li:first-child {
     width: 34%;
 }*/

    /*.select-custom span.static_txt {
        display: none;
    }

    .select-custom .select--arrow {
        width: 100%;
    }*/


    /* .section-repeated {
        padding: 10px;
    }*/

    /*.horizontal-actionlist {
        float: none;
    }*/


    /*.cart-tbl-addons-wrap {
    white-space: nowrap;
    overflow: auto;
    display: block;
}*/

    /*.section-repeated .listing--progress li {
        padding: 0 0 12px 0;
    }*/

    /*.feedback-wrap {
        text-align: center;
    }*/

    /*.feedback-wrap .sortlist-actions {
    max-width: 200px;
    float: none;
    margin: 10px auto
}*/

    /*.feedback-left {
        display: block;
        width: 100%;
        text-align: left
    }
*/
    /*.feedback-guest .guest-label {
        margin: 0;
    }*/

    /*.gallery__thumbs li > div {
    padding: 5px;
}*/

    /*.content__row .select-border ul li {
    margin: 4px 0;
}*/

    /*.content__row .btns-group .btn {
    padding: 0 15px;
}*/

    /*.btns-group .btn:last-child {
    margin-left: 10px;
}*/

    /*.top_cell,
.grey_head,
.box_wrap .box_head,
.box_wrap .box_body_wrap {
    padding: 15px;
}

.top_cell .-show-mobile {
    display: inline-block !important;
}*/

    /*.top_cell label {
    font-size: 16px;
}*/

    /*.top_cell [class*="col-"],
.grey_head [class*="col-"] {
    margin: 5px 0;
}

.box_wrap .box_body li p {
    width: 100%;
}*/

    /*.box_wrap .box_body .box {
    width: 48%;
}

.box_wrap .box_body .box:first-child,
.box_wrap .box_body .box:nth-child(3),
.box_wrap .box_body .box:nth-child(2) {
    width: 100%;
}*/
}

@media(width:768px) {

    /*.section-repeated .rating-progress-row {
    border: 0 none;
    padding-right: 0;
}*/

    /* .shop-info-row .shop-links {
        text-align: left;
    }*/

    /*.shop-info-row .shop-info [class*="col-"]:last-child {
        padding-top: 15px;
        padding-left: 10px;
    }*/

 /*   .feedback-wrap .sortlist-actions {
       float: right;
       background: #fff;
       padding: 0 10px;
   }*/

    /* .horizontal-actionlist {
     float: right;
 }*/





}

@media (min-width:768px) and (max-width:992px) {
    /*
.content__row.shop-info-row,
.content__row.shop-info-row .content__row-caption,
.shop-info-row .shop-links {
    text-align: center;
}

.shop-info-row .shop-links {
    text-align: center;
}

.shop-info-row .avatar {
    margin: auto;
}

.shop-info-row .shop-info [class*="col-"]:last-child {
    text-align: center;
}*/

}

@media (min-width:1200px) and (max-width:1366px) {}

@media (min-width:1366px) and (max-width:1400px) {}

/*Order Page*/
/*.light-graybg {
    background: #fff;

    padding: 15px;
}

.border-gap {
    border-top: 1px solid #e2e7ec;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}

.orders-detailing {}

.repeated-table {
    padding: 15px;
}

.orders-detailing .repeated-table tr th,
.orders-detailing .label-field {
    color: #38424f;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;

}

.orders-detailing .repeated-table tr th,
.orders-detailing .repeated-table tr td,
.orders-detailing .label-field {
    font-size: 13px;
    padding: 15px 7px;
    vertical-align: top;
}

.orders-detailing .repeated-table tr td {
    color: #545e6c;
    font-size: 12px;
    border-top: 1px solid #e2e7ec;
    font-weight: 600;
}

.orders-detailing tr td:first-child,
.orders-detailing tr th:first-child {
    padding-left: 20px;
}


.repeat-head {
    background: #f5f5f5;
    padding: 15px;
    padding-bottom: 0;
}

.repeated-body {
    padding: 0 15px;
}

.repeated-body:nth-child(odd) {
    background: #fbfbfb;
    border-top: 1px solid #e2e7ec;
    border-bottom: 1px solid #e2e7ec;
}

.box-highlights {
    margin-bottom: 20px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f2f4;
}

.orders-detailing .label-field {
    padding: 0 0 5px 0;

}*/

/*.group_wrapper_for_signup .or {
    max-width: 100%;
}

.group_wrapper_for_signup .or:after,
.group_wrapper_for_signup .or:before {
    width: calc(100% - 30px);
}

.group_wrapper_for_signup .or span {
    background: #fff;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
}*/

/*#facebox .social-list li a,
.group_wrapper_for_signup .social-list li a {
    text-align: center;
    margin: auto;
    display: block;
}

#facebox .social-list li {
    text-align: center;
    margin: auto;
    display: block;
}*/

/*.box.box-green {
    border: 1px solid var(--second-color);
    background: #edfdcf;
    color: #629600;
}

.box.box-red {
    border: 1px solid var(--first-color);
    background: #fddbe4;
    color: var(--first-color);
}

.box.box-goldengreen {
    border: 1px solid #c3ca14;
    background: #fbfce1;
    color: #c3ca14;
}

.box.box-blue {
    border: 1px solid #72b9f5;
    color: #72b9f5;
    background: #edf4fe;
}

.box.box-grey {
    border: 1px solid #a5a5a5;
    color: #a5a5a5;
    background: #f7f8fa;
}

.statistics__box h4 span {
    background: transparent;
}

.statistics__box h4:before {
    display: none;
}

.statistics__box.-statsFull .box {
    min-height: auto;
    border-color: var(--border-color);
    color: var(--txt-color);
}

.statistics__box.-statsFull h4 {
    margin: 0;
}

.tbl-dashboard .box-head {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.box-head h4 {}

.box-head .view-all-orders-link {}

.tbl-normal {
    border: solid 1px #dedddd;
    border-collapse: collapse;
    width: 100%;
    margin-top: 25px;
}

.tbl-normal th {
    text-transform: uppercase;
    background: #fbfbfb;
    font-size: 14px;
    color: #545353;
    font-weight: 600;
    padding: 15px 20px;
    border: solid 1px #dedddd;
}

.tbl-normal td {
    vertical-align: top;
    font-size: 14px;
    color: #545353;
    font-weight: 400;
    padding: 15px;
    border: solid 1px #dedddd;
}

.tbl-normal.table tr:last-child td {
    border: solid 1px #dedddd;
}

.tbl-normal.table tr td:first-child {
    border-bottom: none;
}

.tbl-normal.table td:first-child,
.tbl-normal.table th:first-child {
    padding: 15px
}

.graph--sales.ct-perfect-fourth:before {
    padding-bottom: 40%;
}

.box.box-navigation {
    background: #fbfbfb
}

.box.box-navigation .box--list .links--vertical li {
    padding: 6px 0 15px 37px;
}

.box.box-navigation .box--list:last-child {
    border: 0 none;
    padding-bottom: 0;
}*/

.box.box-navigation .box--list .links--vertical a {
    /* font-size: 1.1em;*/
}

/*.box.box-navigation .box--list .links--vertical li .fa {
    font-size: 19px;
}

.tbl-dashboard .view-all-orders-link {
    float: right;
}

.tbl-dashboard .box-head {
    float: left;
}*/

.checkout-page {
    /* background: #fbfbfb;*/
}

/*.allsteps {
    counter-reset: section;
}

.steps__head {
    margin-bottom: 15px;
}

.steps__head .steps__number {
    background-color: #E9F5E6;
    border-radius: 50%;
    border: 1px solid #d0d8da;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 22px;
    color: var(--first-color);
    font-weight: 600;
    display: inline-block;
    margin-right: 15px;
    line-height: 40px;
    border: 1px solid var(--first-color);
}

.steps__number:before {
    bottom: 0;
    color: inherit;
    content: ""counter(section, decimal) " ";
    counter-increment: section;
    left: 10px;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.steps__title {
    font-size: 24px;
    color: var(--first-color);
    font-weight: 600;
}

.block-pannel {
    margin-bottom: 40px;
}

.block-pannel .block {
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.checkout-page .order-summary {
    padding: 55px 10px;
}

.checkout-page .section {
    border-color: #ececec;
}

.checkout-page .section-head {
    border-color: #ececec;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 1.4em;
}

.checkout-page .check-login-wrapper,
.checkout-page .address-wrapper {
    padding: 25px;
}

.checkout-page .make-payment-wrapper {
    padding: 0;
}

.checkout-page .add-side .heading {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 600;
}

.checkout-page .payment-pannel .section-head,
.checkout-page .payment-pannel .section {
    border: 0 none;
    padding: 0;
    border-bottom: 0 none;
}

.checkout-page .check-login-wrapper .forgot {
    text-transform: capitalize;
}

.checkout-page .green_tag {
    margin-left: 10px;
    margin-bottom: 0;
}

.checkout-page .-row-heading td {
    vertical-align: middle;
    text-align: right;
}

.checkout-page .-row-heading td:first-child {
    text-align: left;
}

.checkout-page .-row-heading td select {
    width: 28%;
    margin-right: 10px;
}

.checkout-page .-row-heading td .field-set {
    width: auto;
    margin: 0;
}

.checkout-page .text-right .btn {
    margin-top: 10px;
}

.checkout-page .product_price .item__price {
    display: inline-block;
}

.checkout-page .product_price .text--normal {
    display: inline-block;
}

.checkout-page .product_price .text--normal input {
    border: 0 none;
    width: 115px;
    text-align: right;
}

.checkout-page .product_price .item__price {
    display: inline-block;
    text-align: left;
}

.review-wrapper span {
    display: inline-block;
    margin: 0 5px;
}*/


/************************************ media queries *************************************/

@media(max-width:1440px) {
    /*.orders-detailing .label-field {
    display: none !important;
}*/
}

@media(max-width:700px) {
    /*.repeat-head {
    padding: 10px;
}*/

    /*.repeated-table .box__head {
    background: #eee;
    padding: 10px;
}*/

    /*.orders-detailing .repeated-table tr th {
    display: none;
}*/

    /*.orders-detailing .repeated-table tr td {
    display: block;
    padding: 10px 0;
}*/

    /*.orders-detailing .label-field {
    display: block !important;
}*/

    /*.repeated-body {
    padding: 0;
}*/
}




/************************************ media queries *************************************/


/*@media(max-width:600px) {

    .top_cell [class*="col-"]:last-child {
        padding-left: 20px;
    }

    .top_cell [class*="col-"]:last-child {
        padding-left: 10px;
        text-align: left;
    }


}


button#new_card {
    background-color: var(--first-color);
    color: #fff;
    padding: 9px;
    margin-right: 15px;
}*/

/*.loading {
    background-image: url(images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}*/

/***************Mani Mega Menu**********************/

/*************** shop delivery date time slot pop-up css **********************************/

/*Tabs*/
/*.togglehead {
    display: none;
}

.tabspanel .tabs_list {
    display: table;
    margin: 0 auto;
}

.tabspanel .tabs_list li {
    display: inline-block;
    padding: 0 10px 10px 25px;
}

.tabspanel .tabs_list li a {
    border-bottom: 3px solid transparent;
    padding-bottom: 8px;
}

.tabspanel .tabs_list li a .txt {
    font-size: 20px;
    color: #2c2c2c;
    margin-left: 10px;
    vertical-align: top;
}

.tabspanel .tabs_list li:hover a,
.tabspanel .tabs_list li a.active {
    border-bottom-color: #9de8d7;
}

.tabspanel .tabs_list li:hover a .txt,
.tabspanel .tabs_list li a.active .txt {
    color: #6dc2af;
}

.tabspanel .tabs_list li:hover a .svg_icon,
.tabspanel .tabs_list li a.active .svg_icon {
    fill: #6dc2af;
}


#facebox .shop__slot__popup {
    padding: 0;
}

#facebox .content.faceboxWidth.shop__slot__popup {
    width: 580px;
}

@media (max-width: 1024px) {
    #facebox .content.faceboxWidth.shop__slot__popup {
        width: auto;
    }

    .dashboard .container--addresses {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

.shop__slot__popup .tabspanel {
    display: flex;
    flex-wrap: wrap;
}

.cal-wrap,
.slot-wrap {
    width: 50% !important;
}



.slot-wrap {
    padding: 25px;
    padding-right: 0px;
}*/
/*
.--grey {
    background: #f5f5f5;
}*/

/*.shop__slot__popup .normaltabs li a {
    padding: 8px 20px;
    display: flex;*/
    /*flex-wrap: wrap;*/
   /* align-items: center;
 }

 .shop__slot__popup .normaltabs li a:hover,
 .shop__slot__popup .normaltabs li a.is-active {
     background-color: var(--first-color);
 }

 .shop__slot__popup .cal-icon {
     padding-right: 15px;
 }


 .shop__slot__popup .cal-icon svg {
     fill: #dcdcdc;
 }

 .shop__slot__popup .normaltabs li a:hover .cal-icon svg,
 .shop__slot__popup .normaltabs li a.is-active .cal-icon svg {
     fill: #fff;
 }

 .shop__slot__popup .cal-list {*/
    /*display: flex;*/
   /* flex-direction: row;
 color: #000;
 font-size: 15px;
 }

 .shop__slot__popup .cal-list span {
     margin-left: 7px;
 }

 .shop__slot__popup .normaltabs li a:hover .cal-list,
 .shop__slot__popup .normaltabs li a.is-active .cal-list {
     color: #fff;
 }

 .shop__slot__popup .slot-wrap .title {
     margin-bottom: 20px;
     font-size: 1.2rem;
 }

 .shop__slot__popup .slot-wrap .slot-list li {
     margin-bottom: 18px;
 }

 .shop__slot__popup .slot-wrap .slot-list li:last-child {
     margin-bottom: 0;
 }

 .radio.is-checked .input-helper:after {
     -webkit-transform: scale(1);
     transform: scale(1);
 }

 .checkout-page .action_two_cell {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
 }

 .checkout-page .self_pickup_field {
     float: left;
 }

 .checkout-page .delivery_slot_field {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
 }

 .checkout-page .delivery_slot_field .field-set label {
     margin-right: 5px;
 }

 .checkout-page .setDeliveryDate a {
     border: 1px solid var(--first-color);
     padding: 5px 10px;
     background-color: #fff;
     color: #000;
     background-image: url(images/arrow-link.svg);
     background-repeat: no-repeat;
     background-position: 96% center;
     background-size: 17px 17px;
     padding-right: 33px;
 }

 .checkout-page .setDeliveryDate a {
     color: #000;
     font-size: 13px;
     display: flex;
     align-items: center;
 }

 .checkout-page .setDeliveryDate a .cal-slot-icon {
     margin-right: 5px;
     width: 15px;
     height: 21px;
     margin-top: -1px;
 }

 .checkout-page .setDeliveryDate a .cal-slot-icon svg {
     width: 15px;
 }

 .checkout-page .setDeliveryDate a .cal-slot-icon path {
     fill: var(--first-color)
 }


 .popup .shop__slot__popup .cal-wrap.scrollbar,
 .slot-wrap {
     max-height: 320px;
     min-height: 320px;
 }

 .slot-wrap .scrollbar {
     max-height: 240px;
 }

 .slot-wrap .slot-list {
     padding-top: 10px;
 }

 .popup .shop__slot__popup .scroll__handle {
     margin: 0 0 0 -4px;
     background: #c3c3c3;
 }

 form.header_location_form {
     border: 1px solid rgba(0, 0, 0, 0.2);
 }

 .remove_first_document {
     margin-right: 10px;
 }

 .form__content .add_document {
     margin-top: 25px;
 }


 @media(max-width:500px) {
     .form__content .add_document {
         margin-top: 0;
     }

     #facebox .content.faceboxWidth.shop__slot__popup {
         width: 100%;
     }

     .cal-wrap,
     .slot-wrap {
         width: 100% !important;
     }

     .popup .shop__slot__popup .cal-wrap.scrollbar,
     .slot-wrap {
         min-height: auto;
     }

     .checkout-page .container--addresses .form input[type="submit"],
     .checkout-page .container--addresses .form input[type="button"] {
         display: block;
         width: 100%;
         margin: 10px 0;
     }
 }

 @media(max-width:700px) {

     .popup .shop__slot__popup .cal-wrap.scrollbar,
     .slot-wrap {
         min-height: auto;
     }
 }*/

/*.search_map_pannel {
    padding: 10px;
}*/

/*.gallery__top {
    list-style: none;
}*/

/*.no-record {
    background-image: url(images/no-record.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: 45%;
    height: 250px;
}

.delivery-boy-view-order {
    float: left;
    padding-right: 20px;
}*/

/*@media(max-width:500px) {
    .rotator-actions .btn {
        margin: 5px 0;
    }

    .sortlist-actions li,
    .sortlist-actions li:first-child {
        width: 100%;
        margin: 2px 0;
    }
}*/


@media only screen and (max-width: 767px) {

   /* .cart-buyer .cartdetail__footer {
     margin: 5px;
 }*/

    /*.cart-buyer .cartdetail__footer .btn {
    padding: 0 13px;
    font-size: 1.10rem;
}*/


 /*   .fixed .header-checkout .logo {
       margin: 5px auto;
   }

   .field_cover .address_identifier {
       width: 100%;
   }

   .field_cover .btn-showmap {
       margin-top: 20px;
   }*/

}

/*.container--addresses .errorlist {
    position: absolute;
}*/

/*.btn--fb {
    background: #3b5a99;
}*/

/*Only for mobile menue for dashbord*/
/*.list--vertical li .parents--link:after {
    top: 6px;
}*/

/*Only for mobile menue for dashbord*/

/*.cat-accordion ul ul li a {
    display: inline-block;
}*/

/*
.tbl-dashboard .box-head {
    clear: both;
    float: none;
}*/

/*html.cart-is-active .header__nav .overlay.common_overlay {
    display: none;
}*/

/* html.cart-is-active #header {
    position: relative;
} */


/*.field-wraper.field-two-wrap .field_cover,
.field-two-wrap .field-wraper .field_cover {
    border: 1px solid var(--border-color);
}

.field-wraper.field-two-wrap .field_cover span,
.field-two-wrap .field-wraper .field_cover span {
    width: 60px;
    display: inline-block;
    padding-left: 10px;
    border-right: 1px solid var(--border-color);
}

.field-wraper.field-two-wrap .field_cover input,
.field-two-wrap .field-wraper .field_cover input {
    width: calc(100% - 60px);
    border: 0px;
}

.field-two-wrap .field-wraper .field_cover input,
.field-two-wrap .field-wraper .field_cover div {
    width: 100%
}

.field-two-wrap .field-wraper .field_cover {
    display: flex;
    align-items: center;
}

.field-wraper.field-two-wrap .field_cover input:focus,
.field-two-wrap .field-wraper .field_cover input:focus {
    border: 0 none;
    box-shadow: none
}

.field-two-wrap .errorlist {
    position: absolute;
}

.final_order_table td:last-child {
    text-align: right;
}



.cart {
    display: inline-block;
    float: none;
}*/

/*
@media only screen and (min-width: 600px) and (max-width: 992px) {
    .heading4 span {
        display: block;
    }

    .order-summary .summary-listing .product_price {
        float: none;
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }

    .order-summary .summary-listing .qty {
        width: 70%;
    }

}*/

@media (min-width:1501px){
    .seller-dashb-options {
        max-height: 500px;
        overflow:hidden;
        overflow-y: auto;
        padding: 0 15px;
    }
}
