F@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
    padding: 0;
    margin: 0;
}

body,
html {
    background-color: #ffffff;
    font-family: "Rubik";
    font-size: 13px;
    color: #686868;
    line-height: 1.66;
}
/*general*/
.label {
    color: #686868;
}
a,
a:focus,
a:visited {
    color: #282828;
}
a:hover {
    color: #ff2d37;
}
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*generalends*/

/*top-header*/
.outerWrap {
    background-color: #282828;
    height: 43px;
}
.headerBottomContainer {
    position: relative;
}
.headerBottomContainer:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #ff2d37;
    width: 100%;
    margin-top: 13.5px;
}
.headerTopContainer .socials-wrap {
    padding: 6px 10px 6px 0px;
    display: table;
    /* width: 90%; */
}
/* .rightcontainer{
    width: 10%;
} */
.headerTopContainer .socials-wrap ul li {
    float: left;
    margin-right: 5px;
}

/* .rightcontainer ul{
display: flex;
align-items: center;
justify-content: space-between;
} */
.rightcontainer ul li {
    color: #fff;
    display: inline-flex;
}
.rightcontainer .btn {
    margin-left: 10px;
    height: 32px;
    border-radius: 3px;
    background-color: #f1780e !important;
    display: inherit;
    align-items: center;
    padding-right: 20px !important;
}
.rightcontainer .btn img {
    margin-right: 8px;
}
.headerTopContainer .socials-wrap ul li a {
    display: block;
    width: 31px;
    height: 31px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: rgb(170, 170, 170);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    border-image: initial;
    border-radius: 3px;
    transition: all 0.2s ease 0s;
}
.headerTopContainer .socials-wrap ul li a .name-social {
    display: none;
}
.headerTopContainer .socials-wrap ul li a:hover {
    background-color: rgb(255, 45, 55);
    border-color: rgb(255, 45, 55);
}
.headerTopContainer .socials-wrap ul li a:hover {
    color: rgb(255, 255, 255);
}
/*ends topheader*/

/*bottom-head*/

.headerBottomContainer .search-wrapper {
    display: table-cell;
    vertical-align: top;
    padding-right: 0px;
    width: 100%;
}

.headerBottomContainer .search-wrapper .minisearch {
    display: table;
    width: 100%;
}

.headerBottomContainer .search-wrapper .control {
    display: table;
    width: 100%;
    border: 2px solid #1b1b1b;
    font-size: 107.69%;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}
.headerBottomContainer .search-wrapper .control .cat-select {
    display: table-cell;
    vertical-align: top;
    width: 180px;
}
.headerBottomContainer .search-wrapper .control .cat-select select {
    color: #484848;
    height: 35px;
    border: none;
    padding-left: 10px;
    border-right: 1px solid #e5e5e5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: 85% center;
    padding-right: 50px;
}
.headerBottomContainer .search-wrapper .control .input-box {
    border: none;
    display: table-cell;
    vertical-align: top;
}
.headerBottomContainer .search-wrapper .control .search-autocomplete {
    left: 0;
    top: 100%;
    width: 100% !important;
}

.headerBottomContainer .search-wrapper .actions .btn-searchbox {
    height: 34px;
    padding: 0 !important;
    width: 34px;
    opacity: 1;
    border-radius: 3px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.headerBottomContainer .search-wrapper .actions .btn-searchbox:before {
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.headerBottomContainer .search-wrapper .actions .btn-searchbox span {
    display: none;
}
.headerBottomContainer .search-wrapper .control .input-box .input-searchbox {
    height: 35px;
    padding-left: 15px;
    border: none;
    background: none;
    width: 100%;
    background-color: #ffffff;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-family: "Rubik";
}
.headerBottomContainer .nav-tabs .nav-item.show .nav-link,
.headerBottomContainer .nav-tabs .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    width: 182px;
    height: 40px;
    border-radius: 6px;
    background-color: #dbdbdb;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    border: 0;
}
.headerBottomContainer .nav-tabs .nav-link.active,
.headerBottomContainer .nav-tabs .nav-link:hover {
    background-color: #ff2d37;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 30px;
    border: 0;
}
.headerBottomContainer .nav-tabs {
    border: 0;
    margin-left: 35px;
}
.headerBottomContainer .nav-tabs .nav-item {
    margin-bottom: 0px;
    margin-right: 8px;
}
.headerBottomContainer .search-wrapper .field.searchbox {
    border: 6px solid #1b1b1b;
    border-radius: 3px 0px 0px 3px;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    background-color: #1b1b1b;
}
.headerBottomContainer .search-wrapper .actions {
    border: 6px solid #1b1b1b;
    border-left: 3px solid #1b1b1b;
    border-right: 10px solid #1b1b1b;
    border-radius: 0px 3px 3px 0px;
    display: table-cell;
    vertical-align: middle;
    background-color: #1b1b1b;
}
.headerBottomContainer .navigation-wrapper .block-title,
.headerBottomContainer .sm_megamenu_wrapper_vertical_menu .block-title {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #ffffff !important;
    font-weight: 700;
    width: 52px;
    height: 50px;
    border-radius: 3px;
    background: #ff2d37 !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.headerBottomContainer .sm_megamenu_wrapper_vertical_menu {
    margin: 0;
    display: block;
    position: relative;
}
.headerBottomContainer .sm_megamenu_wrapper_vertical_menu .block-title:after {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin-top: 0px;
    font-size: 19px;
}

.headerBottomContainer .sm_megamenu_wrapper_vertical_menu .sambar-inner {
    left: -125px;
    width: 180px;
    top: 60px;
}
.headerBottomContainer
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    > li.sm_megamenu_actived
    > a,
.headerBottomContainer
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    > li:hover
    > a {
    color: #484848;
    border-color: transparent;
}
.adv-Search img {
    max-width: 12px;
    margin-right: 5px;
    vertical-align: text-top;
}
.adv-Search p {
    font-size: 12px;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 700;
    margin-bottom: 0px;
    padding-right: 20px;
}

/*midsection*/
.mid-section {
    margin-top: 50px;
    margin-bottom: 25px;
}
.formOuter {
    border-radius: 10px;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    padding: 40px;
    height: 100%;
}
.mid-section h3 {
    font-size: 28px;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: bold;
    margin-bottom: 40px;
}
.formOuter form p {
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #686868;
}
.mid-section .formOuter h5 {
    font-size: 20px;
    letter-spacing: 0px;
    /* line-height: 100px;*/
    color: #282828;
    font-weight: bold;
    margin-bottom: 20px;
}
.customloginContainer form label {
    font-size: 13px;
    letter-spacing: 0px;
    /*line-height: 100px;*/
    /* color: #686868; */
    margin-bottom: 10px;
}
#remember-me-box label {
    color: #686868;
}

.redbg {
    border-radius: 3px;
    background-color: #ff2d37;
}
.customloginContainer form .checkwrap {
    margin: 25px 0px;
}
.customloginContainer form .checkwrap p {
    margin-bottom: 0px;
    text-decoration: underline;
}
.customloginContainer button {
    margin: 0px 0px 20px 0px;
    font-weight: 500;
}
.redfont {
    color: #ff2d37 !important;
}
.divider {
    border: 0.8px solid #bdbdbd;
    margin: 25px 0px;
}
.signInouter p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #686868;
    font-weight: bold;
    font-style: italic;
    font-family: "Arial";
}
.facebook {
    border-radius: 3px;
    background-color: #4267b2;
    height: 37px;
    color: #ffffff !important;
}
.gplus {
    height: 37px;
    border-radius: 3px;
    background-color: #eb4132;
    color: #ffffff !important;
}
.linked {
    height: 37px;
    border-radius: 3px;
    background-color: #0077b5;
    color: #ffffff !important;
}
.twitter {
    height: 37px;
    border-radius: 3px;
    background-color: #55acee;
    color: #ffffff !important;
}
.Instagram {
    height: 37px;
    border-radius: 3px;
    background-color: #c53483;
    color: #ffffff !important;
}
.butonWrap .btn span {
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 8px;
}
.butonWrap .btn {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 25px;
    width: 129px;
    height: 37px;
    margin-right: 10px;
    font-weight: 500;
}
.butonWrap {
    flex-wrap: wrap;
}
.bluebg {
    height: 37px;
    border-radius: 3px;
    background-color: #4267b2;
    font-size: 13px;
    letter-spacing: 0px;
    color: #ffffff !important;
    font-weight: 500;
    text-align: center;
    width: 100%;
    line-height: 25px;
}
.customloginContainer .block-title strong {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #282828;
    font-weight: 500;
}
.login-container .block-customer-login,
.login-container .block-new-customer {
    min-height: 650px;
}
/*footer*/
.cust_footer-style-3 {
    color: #bbb !important;
    background-color: #1b1b1b !important;
    border-radius: 6px;
    background-image: none !important;
    padding-top: 0px !important;
}
.footer-upper {
    padding: 40px 0 20px;
    position: relative;
    z-index: 20;
}

.footer-bottom {
    padding: 10px 0;
}
.footer-bottom p {
    margin-bottom: 0;
}
.cust_block-footer {
    margin-bottom: 30px;
}
.cust_block-footer .title-footer {
    margin-bottom: 20px;
    font-size: 138.461%;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.cust_block-footer .content-footer {
    font-size: 107.69%;
}

.cust_social-newsletter {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
    color: #fff;
}

.footer-style-3 a {
    color: #bbb;
}

.cust_social-newsletter .socials-wrap {
    display: table;
    width: 100%;
}
.cust_social-newsletter .socials-wrap .title-follow {
    display: table-caption;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 20px;
    margin-bottom: 10px;
    color: #dbdbdb;
}
.cust_footer-bottom {
    padding: 10px 0;
}
.cust_social-newsletter .socials-wrap ul {
    display: table-cell;
    /* vertical-align: middle; */
    width: 100%;
    margin-bottom: 0px !important;
}
.cust_social-newsletter .socials-wrap ul li {
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.cust_social-newsletter .socials-wrap ul li p {
    margin-left: 10px;
}
.cust_footer-newsletter {
    display: table;
    width: 50%;
}
.lowertext {
    text-transform: none !important;
}
.cust_footer-style-3 a span {
    color: #494949 !important;
}
.cust_footer-newsletter .title-newsletter {
    display: table-caption;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    padding-right: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cust_footer-newsletter .block-subscribe-footer {
    display: block;
    width: 100%;
}
.cust_footer-newsletter .title-middle-footer {
    display: none;
}
.cust_footer-newsletter .newsletter-content {
    display: table;
    width: 100%;
}
.cust_footer-newsletter .newsletter-content .input-box {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.cust_footer-newsletter .newsletter-content .action-button {
    display: table-cell;
    vertical-align: top;
}
.cust_footer-newsletter .newsletter-content .action-button button {
    height: 40px;
    line-height: 40px;
    border-radius: 0px 3px 3px 0 !important;
    -moz-border-radius: 0px 3px 3px 0 !important;
    -webkit-border-radius: 0px 3px 3px 0 !important;
    background-color: #f1780e;
    font-weight: 700;
}
.downoadapp img {
    margin-bottom: 10px;
}
.borderBottom {
    border: 0.5px solid #494949;
    margin-bottom: 40px;
    height: 0px;
}
.cust_social-newsletter .socials-wrap ul li .suport_num p {
    margin-bottom: 0;
}
.cust_social-newsletter .socials-wrap ul li p {
    margin-left: 10px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #9c9c9c;
    font-weight: 400;
    font-family: "Rubik";
    margin-bottom: 0;
    line-height: 17px;
    margin-top: 3px;
}
.cust_social-newsletter .socials-wrap {
    display: table;
    width: 50%;
}
.cust_footer-style-3 a {
    color: #7e7e7e !important;
    font-size: 14px !important;
}
.cust_footer-newsletter .newsletter-content .input-box input {
    color: #484848;
    padding-left: 20px;
    font-size: 107.69%;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.cust_social-newsletter .socials-wrap ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px !important;
    color: rgb(72, 72, 72);
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    transition: all 0.2s ease 0s;
}
.cust_social-newsletter .socials-wrap ul li a .name-social {
    display: none;
}
.downoadapp img {
    max-width: 150px;
    margin-right: 10px;
    cursor: pointer;
}

.customloginContainer .block .block-title {
    border: 0;
}
.login-container .block-customer-login,
.login-container .block-new-customer {
    border-radius: 10px;
}
.customloginContainer .tooltip.wrapper {
    display: none;
}
.customloginContainer .fieldset:last-child {
    margin-bottom: 0px;
}
.login-container .fieldset:after {
    margin-top: 0;
}
#remember-me-box {
    padding-left: 0;
}
.customloginContainer form .checkwrap p {
    text-decoration: none;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
    border: 0;
}
.customloginContainer form .checkwrap {
    margin: 20px 0px 8px;
}

.login-container .block-customer-login,
.login-container .block-new-customer {
    min-height: 460px;
}

.form-create-account .fieldset {
    border-radius: 10px;
    min-height: 500px;
}
.form-create-account .actions-toolbar > .secondary:last-child {
    float: right;
}
.form-create-account .action.back {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    font-size: 100% !important;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding: 0 40px !important;
    color: #fff !important;
    text-decoration: none !important;
    background-color: rgb(255, 45, 55);
}
.action {
    border-radius: 3px !important;
}
.field.email.required {
    margin-bottom: 0px !important;
}
a.btn.btn-block.btn-social.btn-google,
a.btn.btn-block.btn-social.btn-facebook {
    color: #fff;
}
.customloginContainer form .checkwrap p a {
    color: #686868 !important;
}

.customer-account-create .action_cstm_btns {
    padding-right: 0 !important;
}
.bluebg {
    text-transform: uppercase;
}
.action.back {
    cursor: pointer;
    height: 35px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    font-size: 100% !important;
    margin-top: 0 !important;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    min-width: 130px;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #ff2d37;
    border-radius: 3px;
}
.action_cstm_btns {
    display: flex;
    justify-content: space-between;
}
.customer-account-create .columns.col1-layout {
    max-width: 100%;
}
.password.reset .fieldset {
    width: 70%;
    margin-bottom: 0 !important;
}

.actions-toolbar button {
    padding: 0 !important;
    min-width: 130px;
    line-height: 0;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login
    div.page-wrapper
    .columns
    .main
    div.sociallogin-wrapper,
body:not(.theme-pearl).wp-sl.customer-account-login
    div.page-wrapper
    .columns
    .main
    div.sociallogin-wrapper {
    width: 100% !important;
    text-align: center;
    margin-bottom: 0 !important;
}

body.wp-sl.customer-account-login
    div.page-wrapper
    .columns
    .main
    div.sociallogin-wrapper
    div.sociallogin-padding {
    display: flex;
    width: 100%;
    max-width: 285px;
    justify-content: space-between;
}
.header.links li:first-child {
    margin-left: 0px;
}
.header.links li {
    margin-left: 10px;
}
.minicart-wrapper {
    margin-right: 13px !important;
}
.header.links li a {
    height: 32px;
    border-radius: 3px;
    background-color: #f1780e;
    display: inherit;
    align-items: center;
    min-width: 90px;
    line-height: 2 !important;
    color: #fff !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.header-top .customer-action > .header.links > li:not(:first-child)::before {
    display: none;
}
.customer-action .header.links {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
form.form-edit-account {
    width: 60%;
}

#mobilenumber_temp-error {
    flex: 0 0 100%;
}
.control.mobile_ext {
    width: 100% !important;
    max-width: 100%;
    position: relative;
}
#mobilenumber_temp {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 168px;
}
.control.mobile_ext select {
    min-height: 35px;
    width: 165px;
    background-color: #e5e5e5;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #686868;
    position: absolute;
    top: 0;
    left: 0;
}
.fieldset > .field:not(.choice) > .control {
    width: 100% !important;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    color: #c2c2c2 !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2c2c2 !important;
}

.customer-account-edit .field.email.required {
    margin: 0 0 20px !important;
}

.sociallogin-wrapper a.sociallogin-button span.sociallogin-icon::after {
    margin-left: 40px !important;
    display: flex;
    justify-content: center;
}
.header-middle .logo-wrapper:before {
    box-shadow: none !important;
}
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-block-title {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #686868;
    font-weight: bold;
    font-style: italic;
}
.block.block-customer-login.customloginContainer {
    margin-bottom: 0 !important;
}
body.wp-sl.customer-account-create
    div.page-wrapper
    .columns
    .main
    div.sociallogin-wrapper {
    /*display:none*/
}
body.wp-sl.customer-account-login
    div.page-wrapper
    .columns
    .main
    div.sociallogin-wrapper {
    display: block;
}
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box {
    min-width: 130px;
    text-transform: uppercase;
    font-weight: 500;
}
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button
    span.sociallogin-icon:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13px;
    top: 13px;
    width: 40px;
    border-radius: 0;
}
.header-top .socials-wrap {
    background-color: transparent !important;
}
.butonWrap .btn {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 25px;
    width: 129px;
    height: 37px;
    min-width: 130px;
}
.gplus {
    height: 37px;
    border-radius: 3px;
    background-color: #eb4132;
    color: #ffffff !important;
}
.butonWrap .btn:after {
    content: "GOOGLE";
}
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button
    span.sl-fb {
    background-color: #3b5998;
    height: 37px;
    padding-top: 2px;
}

.customer-account-createpassword .actions-toolbar button {
    padding: 0 20px !important;
}

.header.links .customer-welcome .customer-menu {
}
.customer-welcome .customer-menu .header.links li a {
    font-size: 94%;
    text-transform: uppercase;
    font-weight: 500;

    color: #282828;
    border: 0 !important;
    min-width: 110px;
    height: auto;
    padding: 5px 0px !important;
}
.customer-welcome .customer-menu .header.links li strong {
    min-width: 110px;
    height: auto;
    font-size: 94%;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #fff !important;
    background-color: rgb(255, 45, 55);
    padding: 5px 0px;
    margin-left: 10px;
    border-radius: 3px;
}
.header.links
    .customer-welcome
    .customer-menu
    .header.links
    li:not(:last-child) {
    margin-bottom: 5px;
}
.customer-welcome {
    margin-right: 5px;
}
.shipping #shipping-zip-form .form-list li {
    list-style: outside none none;
    margin-bottom: 5px;
}
.shipping #shipping-zip-form .form-list li label {
    margin: 10px 0px;
}
#shipping-zip-form .buttons-set {
    margin-top: 20px;
}

.block,
.block-banners,
.block-banners-inline {
    margin-bottom: 0px !important;
}

.login-container {
    padding-bottom: 0 !important;
}
.sociallogin-wrapper {
    padding-top: 0 !important;
}
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-block-title {
    margin-bottom: 5px;
}

.form-create-account .fieldset .legend {
    border-bottom: 0;
    font-size: 133.33%;
    text-transform: initial;
    padding-bottom: 0;
    margin-bottom: 15px;
    font-size: 20px;
    color: #282828 !important;
    font-weight: 500 !important;
}
.form-create-account .field {
    margin: 0 0 9px !important;
}
.form-create-account .actions-toolbar {
    clear: both;
    padding: 8px 0px;
    background-color: #fafafa;
    border: 0;
}

body.wp-sl.customer-account-create
    div.page-wrapper
    .columns
    .main
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-block-title {
    font-size: 18px;
    line-height: 40px;
    border-bottom: 0;
    padding-bottom: 0;
    border: 0;
    margin-top: 23px;
    margin-bottom: 30px;
}
body.wp-sl.customer-account-create
    div.page-wrapper
    .columns
    .main
    div.sociallogin-wrapper
    div.sociallogin-padding {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
body.wp-sl.customer-account-create
    div.page-wrapper
    .columns
    .main
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-block-title
    strong {
    font-weight: 500 !important;
    font-size: 16px;
}
.customer-account-create .page-main {
    padding: 18px 0 30px;
    min-height: 500px;
}
.breadcrumbs {
    padding-top: 35px !important;
}
.field.required label a {
    color: #686868 !important;
}

.field.required label a:hover {
    color: #ff2d37 !important;
}

.form-create-account .fieldset {
    padding: 20px 20px;
}
.field .label,
.field label {
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}
.actions-toolbar br {
    display: none;
}

.customer-account-create .action_cstm_btns {
    margin: 10px 0px;
}
.actions_cust-error {
    color: #ff2d37;
}
body.wp-sl.customer-account-create
    div.page-wrapper
    .columns
    .main
    div.sociallogin-wrapper {
    width: 48.8%;
    margin-left: 0;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    min-height: auto;
    margin-bottom: 0 !important;
}

.form-create-account .fieldset {
    min-height: 100% !important;
    margin-bottom: 0 !important;
}
.customer-account-create .column main {
    height: 100% !important;
    padding-bottom: 60px;
}
.page-main .form.password.reset,
.page-main .form.send.confirmation,
.page-main .form.password.forget,
.page-main .form.create.account {
    height: 100% !important;
}
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box {
    margin-right: 20px;
}
.customer-account-create .column.main {
    height: 100%;
    padding-bottom: 30px;
}

.customer-account-login .actions-toolbar button,
.customer-account-login .form-create-account .action.back {
    min-width: 100px;
    font-weight: 500 !important;
    margin: 12px 0px 0px 0px;
}
.breadcrumbs .items .item:not(:last-child):before {
    color: #a3a3a3 !important;
}
.header-top .socials-wrap {
    padding: 6px 10px 6px 0px !important;
}

body.wp-sl.customer-account-create
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button
    span.sl-fb,
body.wp-sl.customer-account-create
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button {
    height: 34px;
    padding-top: 0;
}
body.wp-sl.customer-account-create
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button
    span.sociallogin-icon:before {
    top: 10px;
}
.customloginContainer form label {
    font-weight: 400 !important;
}
.customloginContainer form .checkwrap p a {
    color: #686868 !important;
    text-decoration: underline;
    display: inline-block;
    width: 103px;
}
.customer-account-create .butonWrap .btn span {
    margin-top: 10px;
}
#remember-me-box input[type="checkbox"],
.actions-toolbar .field input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    height: 15px;
    width: 20px;
    margin-right: 0;
}
.customloginContainer button {
    margin: 12px 0px 20px 0px;
    font-weight: 500;
}
.field-error,
div.mage-error[generated] {
    margin-top: 4px;
    font-size: 13px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none !important;
}

body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button,
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button {
    box-shadow: none !important;
}

.customer-account-login .block-new-customer .bluebg {
    height: 35px;
    margin-top: 10px;
    line-height: 22px;
    padding: 6px 0px;
}
.customer-account-login .block-new-customer .mt-4 .bluebg {
    margin-top: 0px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
    margin: 0;
}
.customer-account-create .page-footer {
    margin-top: 30px;
}
#password-strength-meter {
    display: none;
}
.form-create-account .fieldset {
    padding: 30px 20px 30px;
}
.social_mob_parent .social_mob-button:after {
    content: "Facebook";
}
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button
    span.sl-fb:after {
    display: none;
}
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button
    span.sl-fb {
    background-color: unset;
    height: 37px;
    padding-top: 0;
}
.social_mob_parent .social_mob-button {
    background-color: #3b5998;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 25px;
    width: 129px;
    height: 37px;
    min-width: 130px;
    border-radius: 3px;
    color: #ffffff !important;
    padding: 5px !important;
}
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button
    span.sociallogin-icon {
    display: inline-block;
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 8px;
    height: 14px !important;
    line-height: 1;
    vertical-align: middle;
    border-radius: 0;
}
body.wp-sl
    div.sociallogin-wrapper
    div.sociallogin-block
    div.sociallogin-padding
    div.sociallogin-box
    a.sociallogin-button
    span.sociallogin-icon:before {
    display: initial;
    align-items: center;
    justify-content: center;
    height: 13px;
    top: 13px;
    width: 40px;
    position: unset;
    border-radius: 0;
    border: 0;
}
.ced-sociallogin-login {
    display: none;
}
.sociallogin-wrapper.block-customer-login.login-container {
    margin-top: 15px;
}
.customer-account-create a.sociallogin-button.social_mob-button {
    padding-left: 12px !important;
}
.customer-account-login .customloginContainer form .checkwrap {
    margin: 35px 0px 8px;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login
    div.page-wrapper
    .columns
    .main
    .login-container,
body:not(.theme-pearl).wp-sl.customer-account-login
    div.page-wrapper
    .columns
    .main
    .login-container {
    width: 100%;
    padding: 0;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    color: #a9a9a9 !important;
}
::placeholder {
    color: #a9a9a9 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a9a9a9 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a9a9a9 !important;
}
.form-create-account .fieldset.create.info .field-name-firstname,
.form-create-account .fieldset.create.info .field-name-lastname {
    width: 100% !important;
}
.customer-account-create .column.main {
    height: calc(100% - 60px);
    padding-bottom: 30px;
}
.form-create-account .fieldset {
    min-height: 100% !important;
    margin-bottom: 0 !important;
    height: 100%;
}
.messages .message {
    font-size: 14px !important;
}
.customer-account-login .page-main {
    padding: 18px 0 30px;
    min-height: 500px;
}
.slidershow .owl-theme .owl-nav div.owl-prev {
    left: -35px !important;
}
.slidershow .owl-theme .owl-nav div.owl-next {
    right: -35px !important;
}
.services-content,
.clients-full,
.banner-group,
.brand-container,
.deal-list-products,
.recent_post {
    display: none;
}
.products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .actions-primary
    .tocart:hover {
    background-color: #f07000 !important;
}

.feature_wrap label {
    font-size: 14px;
}
.feature_wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
}
.feature_wrap ul li {
    list-style: none;
    margin-right: 12px;
}
.feature_wrap ul li:last-child {
    margin-right: 0px;
}
.feature_wrap h4 {
    margin-bottom: 0px;
    font-weight: 700;
    color: #333 !important;
    font-size: inherit;
}
.feature_wrap p {
    color: #686868;
    margin: 5px 0px;
    font-size: 13px;
}
.boldtext {
    color: #686868;
    font-weight: bold;
}
.feature_wrap .divider {
    border: 1px solid #dedede;
    margin: 15px 0px;
}
.breadcrumbs .items .item strong {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.cust_block-footer .title-footer {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #acacac;
    font-weight: 700;
    font-family: "Rubik";
}
.footer-style-3 a {
    color: #7e7e7e !important;
    font-size: 14px !important;
}
.footer-style-3 a span {
    color: #494949 !important;
}
.tt-title.active {
    color: #ff2d37 !important;
    border-bottom: 2px solid #ff2d37 !important;
}
.tt-title {
    color: #282828 !important;
}
.customer-account-create #remember-me-box,
.password.forget .action.back {
    display: none;
}
.main-t-title {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}
.login-container .block-new-customer {
    min-height: 515px;
}
/* otp */
/* .customer-account-forgotpassword .page-title{
    text-align: center;
    margin-bottom: 20px;
} */
/* input#email_address{
    width: 80%;
} */
.customer-account-forgotpassword .columns.col1-layout {
    max-width: 100% !important;
}
.mobilelogin-forgot div.form.password.forget {
    margin-top: 10px !important;
}
.mobilelogin-forgot div.form.password.forget,
.mobilelogin-forgot .field.email.required {
    max-width: 100% !important;
    width: 100% !important;
}
.mobilelogin-forgot div.form.password.forget {
    min-width: 100% !important;
}
.control.mobile_number {
    margin-bottom: 20px;
}
.forget-with-otp .field.mobil-num {
    margin-bottom: 0px !important;
}
.forget-with-otp .field {
    margin-bottom: 15px !important;
}
.form.password.forget .fieldset {
    margin-bottom: 20px !important;
}
.mobilelogin-forgot .form.password.forget {
    min-width: 100% !important;
    width: 100% !important;
}
.mobilelogin-forgot .action_cstm_btns {
    padding-right: 0px !important;
}
#forget-acc-send-otp,
#login-acc-send-otp,
#create-acc-send-otp {
    margin-bottom: 0;
    width: auto;
}
.form.password.forget .actions-toolbar > .primary,
.login-wt-otp .actions-toolbar > .primary,
#mobile-register .actions-toolbar > .primary {
    text-align: left;
}
.login-wt-otp .field.mobil-num {
    margin-bottom: 5px !important;
}
.form-create-account .field.mobil-num {
    margin-bottom: 0px !important;
    /* height: 60px; */
}
.control.mobile_number {
    margin-bottom: 10px;
}
.form-create-account .actions-toolbar {
    padding: 2px 0px 5px !important;
}
#create-acc-send-otp {
    min-width: 80px !important;
}
.customer-account-login .login-container {
    display: flex;
    /* justify-content: space-between; */
}
.customloginContainer {
    float: none !important;
    width: 100%;
}
.login-container .block {
    width: 44%;
}
.mobile-login {
    width: 46%;
    margin-right: 30px;
}
.mobile-login .customloginContainer {
    width: 100% !important;
}
.login-container .block-customer-login,
.login-container .block-new-customer {
    min-height: initial !important;
}
.mobile-login .tt-title {
    padding: 7px 0px 0px 0px;
}
input#mobile_number {
    height: 35px !important;
}
.forget-with-otp .control.mobile_number {
    margin-bottom: 20px;
}

/* .customer-account-forgotpassword .columns.col1-layout{
        max-width: 600px !important;
    } */

.cust_footer-newsletter .newsletter-content .action-button button:hover {
    background-color: #f1780e;
    border: 0;
}

.cust_footer-newsletter .newsletter-content .action-button button:focus {
    outline: 0;
}
.cust_footer-newsletter .newsletter-content .input-box input {
    position: relative !important;
}
#newsletter-footer-error {
    position: absolute !important;
}

/* new header css */
.search-wrapper_evon {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    width: 100%;
}
.cart-wrapper .minicart-wrapper:hover .action.showcart {
    border-color: #e9e9e9 !important;
}
.headerBottomContainer .search-wrapper {
    display: block;
}
/* .home-page-3 .container{
        max-width: 1660px !important;
      } */
.featured_categories {
    background-color: #ffffff !important;
}
.wishlist-header a,
.action.showcart {
    background-color: #e9e9e9 !important;
    color: #ff2d37 !important;
    /* /* height: 31px !important; */
    line-height: 33px !important;
    width: 31px !important;
}
.wishlist-header {
    padding-right: 10px !important;
}
/* .wishlist-header a::before {
        line-height: 0px !important;
      } */
.counter-number {
    color: #ff2d37 !important;
}

/* .cart-wrapper .minicart-wrapper .action.showcart::after {
    line-height: 30px;
}
.counter-number{
    display: none;
}
.minicart-wrapper .action.showcart{
    display: flex;
    align-content: center;
} */
.customer-menu {
    position: absolute;
    top: 20px;
}
.customer-menu .header.links li a {
    background-color: #f1780e !important;
    color: #ffffff !important;
    margin-left: 0px !important;
}
.header.links .customer-welcome .customer-menu {
    min-width: auto !important;
}
/* .customer-menu .header.links li:last-child{margin-right:10px;} */
/* .customer-menu .header.links li{
    margin-bottom: 10px;
} */
.customer-welcome {
    display: block;
    min-width: 100px;
}
.cartwrap {
    display: table;
}
.cart-wrapper,
.wishlist-header,
.rightcontainer {
    display: table-cell;
    vertical-align: middle !important;
}
.cart-wrapper .minicart-wrapper .action.showcart {
    border-color: #e9e9e9 !important;
}
.wishlist-header a {
    height: 31px !important;
}
.price-minicart,
.cart-label {
    display: none;
}
.cart-wrapper .minicart-wrapper .action.showcart .counter .counter-number {
    font-size: 11px;
    border: 1px solid #ff2d37 !important;
    background-color: #ff2d37 !important;
    color: #ffffff !important;
    top: 5px !important;
    left: 43px !important;
    line-height: 21px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: auto !important;
    border-radius: 100%;

    padding: 0px !important;
}
.cart-wrapper .minicart-wrapper .action.showcart {
    height: 31px !important;
    min-width: 70px !important;
    padding: 0 !important;
}
.cart-wrapper .minicart-wrapper .action.showcart::after {
    line-height: 20px !important;
    font-size: 16px !important;
    border-right: 1px solid#000 !important;
    height: 20px !important;
    margin-top: 6px;
    width: 35px !important;
}
.header.links li a {
    position: relative;
    min-width: 100px;
}
.header.links li.authorization-link a {
    min-width: 82px;
}
.header.links li.authorization-link a:before {
    width: auto;
    content: " ";
    background-image: url(../images/lock-icon.png);
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    top: 7px;
    left: 16px;
    right: 0;
}
.header.links li a:before {
    width: auto;
    content: " ";
    background-image: url(../images/user-icon.png);
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    top: 9px;
    left: 16px;
    right: 0;
}
.header.links li a {
    padding-left: 17px;
}
.outerWrap .header.links li.my_acc a {
    padding-left: 0.8rem;
    padding-right: 2rem;
}
.customer-welcome .header.links li a::before,
.customer-welcome .header.links li.authorization-link a:before {
    display: none;
}
.logo {
    display: block;
    position: relative;
    top: 14px;
}
.header.links li.my_acc a {
    min-width: 115px;
}
.header.links li.my_acc a:before {
    right: 0px;
    left: 12px;
}
/* homepage changes */
.featured_categories {
    background-color: #f5f5f5;
    padding: 15px 0 25px !important;
    margin-bottom: 0px !important;
}
.products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .actions-secondary
    .action:hover {
    background-color: #282828 !important;
    color: #ff2d37 !important;
}
.categories-item .content-box .group-cat .cat-title,
.products-grid .product-item-info .product-item-details .product-item-name {
    font-size: 15px !important;

    color: #000000;
    font-weight: 400 !important;
}
.verified_tick {
    color: white;
    padding-right: 6px;
}
    
.label-product-list{
    font-size: 70.3% !important;
}

.label-product-details{
    font-size: 92.3%;
    text-transform: uppercase;
    padding: 5px 15px;
    background-color: rgb(53, 153, 255);
    color: rgb(255, 255, 255);
    height: 30px;
}

.pay_success_alert {
    background: transparent;
    color: #000 !important;
    font-size: 1.5rem !important;
}

.products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .actions-primary
    .tocart {
    font-weight: 500 !important;
}
.home-page-3 .title-group h3 {
    font-size: 15px;
    letter-spacing: 0px;
    color: #ff2d36;
    font-weight: 400;
    font-family: "Rubik";
    text-align: center;
}
/* .products-grid .product-item-info .product-item-details .product-item-name{
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.4);
} */
.product-container.service_product .price-wrapper {
    display: none !important;
}
/* .products-grid .product-item-info .product-item-details .product-item-inner .actions-secondary .action.tocompare{
    display: none !important;
    
} */

.products-grid .product-item-info:before,
.categories-item .content-box:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5) !important;
}
.products-grid .product-item-info .product-item-image .action {
    border-radius: 100% !important;
}
.products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .product-item-actions {
    background-color: #282828 !important;
}
/* .owl-stage {
    display: flex;
   }
   .owl-item {
    display: flex;
    flex: 1;
   } */
ul.sub-cats {
    margin-bottom: 0px !important;
}
.categories-item .content-box {
    min-height: 250px;
}
.categories-item .content-box .image-cat img {
    max-height: 130px;
}
.categories-item .content-box .group-cat .cat-title {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}
button.pop-bnt {
    width: 40% !important;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #ff2d37 !important;
}
.price-box .price {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "DejaVu Sans";
}

/* fav */
.wishlist-index-index .breadcrumbs {
    padding-top: 45px !important;
}
.wishlist-index-index .page-title-wrapper {
    background-color: #dbdbdb;
    border: 1px solid#e5e5e5;
    border-bottom: 0px;
    border-radius: 6px;
}
#account-nav .item {
    margin-top: 0px;
}
.account-nav .item.current strong {
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 16px;
    display: block;
    width: 100%;
    font-weight: 400 !important;
    color: #282828 !important;
    font-size: 15px;
}
#account-nav .item a {
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 12px;
}
#account-nav .item a:hover {
    background: #dbdbdb;
    font-size: 15px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 400 !important;
    font-family: "Rubik";
}
#account-nav {
    padding: 0px;
    border-radius: 5px;
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5;
}
.wishlist-index-index .toolbar.wishlist-toolbar {
    background-color: #dbdbdb;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.wishlist-index-index .page-title {
    margin-bottom: 0px !important;
    padding: 10px;
    font-size: 23px;
    color: #2c2c2c;
}
.wishlist-index-index .wish_added_date,
.wishlist-index-index .product-reviews-summary,
.wishlist-index-index .add_Feature {
    padding: 0px 10px;
}
.wishlist-index-index .add_Feature p {
    margin-bottom: 0px;
    font-size: 11px;
}
.wishlist-index-index .add_Feature p span {
    font-weight: 700;
}
.wishlist-index-index .product-item-inner {
    padding: 15px 10px 8px !important;
}
.wishlist-index-index .btn-remove.action.delete {
    display: inline-block !important;
    height: 35px;
    padding: 5px 13px;
    background-color: #2c2c2c;
    margin-right: 10px;
}

.wishlist-index-index .field.qty {
    padding-left: 10px !important;
    padding-right: 0px !important;
}
.wishlist-index-index .product-items .action.tocart,
.wishlist-index-index .product-items .action.tocart:hover {
    background-color: #fe8216;
}
.form-wishlist-items
    .products-grid.wishlist
    .product-items
    li.product-item
    .product-item-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    display: inline-block;
}
.wishlist-index-index
    .form-wishlist-items
    .products-grid.wishlist
    .product-items
    li.product-item
    .product-item-inner {
    left: 0px !important;
    right: 0px !important;
}
.wishlist-index-index .fieldset,
.wishlist-index-index .product-item-actions {
    margin-bottom: 0px !important;
}
.wishlist-index-index .product-item-actions {
    margin-top: 0px !important;
}
#account-nav .item a:hover {
    font-weight: 600 !important;
}
.wishlist-index-index .products-grid .product-reviews-summary .reviews-actions {
    display: block !important;
    line-height: 40px !important;
}
.toptoolbar {
    display: none !important;
}
#wishlist-view-form .actions-toolbar {
    display: none !important;
}
.product-reviews-summary.short {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cms-demo-03 .product-reviews-summary.short {
    justify-content: center;
}
.toolbar .pages {
    display: block !important;
}

.wishlist-index-index
    .product-reviews-summary
    .reviews-actions
    .view
    span:last-child::after {
    display: none;
}
.wishlist-index-index
    .form-wishlist-items
    .products-grid.wishlist
    .product-items
    li.product-item
    .product-item-name {
    padding-left: 10px;
}
.wishlist-index-index .wishlist-item-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 5px 20px 0px;
    margin-bottom: 6px;
    font-size: 12px;
}
.wishlist-index-index .products-grid .product-reviews-summary .rating-summary {
    padding: 0px !important;
}
.wish_added_date {
    font-weight: 400;
    color: #000000;
    font-size: 11px;
}
.wishlist-index-index
    .form-wishlist-items
    .products-grid.wishlist
    .product-items
    li.product-item
    .price-box {
    padding-left: 10px;
}

/* dspare about us css starts */
.dspareAbout.weOffer {
    margin-top: 0px;
}
.aboutUs_Banner {
    background-image: url("../images/Rectangle744.png");
    background-size: cover;
    /* background-color: #000; */
    height: 427px;
    margin-top: 20px;
    position: relative;
}
.outer_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}
.bannerImage {
    position: absolute;
    top: -30px;
    right: 10%;
}
.bannerImage img {
    max-width: 100%;
}
.inner_content {
    max-width: 50%;
}
.inner_content h3 {
    font-size: 65px;
    letter-spacing: 1px;
    line-height: 76px;
    color: #f1780e;
    font-weight: 700;
    font-family: "Rubik";
    margin-bottom: 20px;
}
.inner_content p {
    width: 624px;
    height: 102px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #adadad;
    font-weight: 400;
    font-family: "Rubik";
}
.dspareAbout {
    margin-top: 50px;
    margin-bottom: 50px;
}
.dspareAbout h3 {
    font-size: 50px;
    letter-spacing: 1px;
    color: #2a2a2a;
    font-weight: 700;
    font-family: "Rubik";
    line-height: 60px;
    margin-bottom: 25px;
}
.dspareAbout img {
    max-width: 100%;
    margin-bottom: 20px;
    /* min-height: 130px;	 */
}
.weOffer img {
    margin-bottom: 25px;
}
.weOffer span {
    border-bottom: 3px solid #1b1b1b;
    position: relative;
    bottom: 1px;
    width: 50%;
    left: 0;
    z-index: 1;
    padding-bottom: 15px;
}
.weOffer h4 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 700;
    font-family: "Rubik";
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 14px;
    border-bottom: 2px solid #dbdbdb;
}
.weOffer .row .col-content-section {
    height: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #dbdbdb;
}
.weOffer .aboutUsBox::after {
    display: inline-block;
    /* content: ""; */
    border-top: 2px solid #dbdbdb;
    width: 100%;
    transform: translateY(-1rem);
}
.aboutUsBox p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
}

/* media */
@media (max-width: 1366px) {
}
@media (max-width: 1199px) {
    .bannerImage img {
        max-width: 500px;
    }
    .aboutUs_Banner {
        height: 315px;
    }
}
@media (max-width: 768px) {
}

/* about us ends */

/*how it works*/
.outer_section img {
    max-width: 100%;
}
.content_section ul li {
    list-style: none;
    margin-bottom: 20px;
}
.content_section ul li h4 span {
    display: inline-block;
    margin-left: 8px;
    margin-right: 3px;
}
.content_section ul li h4 {
    font-size: 16px;
    letter-spacing: 0px;
    display: flex;
    color: #1b1b1b;
    font-weight: 700;
    font-family: "Rubik";
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 30px;
}
.content_section ul li.active p {
    margin-left: 17px;
}
.custom-tabs img {
    margin-right: 10px;
}
.content_section ul li p {
    margin-left: 30px;
    margin-bottom: 0px;
}
.content_section ul li.active {
    padding: 20px 10px;
    border-radius: 6px;
    background-color: #eaf3fc;
}
.outer_section {
    margin-bottom: 80px;
}
img.arrowRight {
    position: absolute;
    top: 30%;
    right: 4%;
}

.content_section p {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
    margin-bottom: 15px;
}
.content_section h3 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 700;
    font-family: "Rubik";
    margin-bottom: 20px;
}
.content_section button {
    width: 148px;
    height: 37px;
    border-radius: 3px;
    background-color: #4267b2 !important;
    font-size: 13px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Arial";
    border-style: none;
    text-transform: uppercase;
}

/* safety-awarness  start*/
.inner_contentSection h2 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 700;
    font-family: "Rubik";
    margin-bottom: 10px;
}
.inner_contentSection ul li {
    list-style: none;
}
.inner_contentSection {
    margin-bottom: 20px;
}
.inner_contentSection p {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
}

/* advertise css */
.dspareAbout.weOffer.advertise_section {
    margin-top: 50px;
}
.advertise_banner a {
    cursor: pointer;
    width: 185px;
    padding: 10px;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 24px;
    color: #1b1b1b !important;
    font-weight: 700;
    font-family: "Rubik";
    display: block;
    text-align: center;
}
.advertise_banner .bannerImage {
    position: absolute;
    top: -32%;
    right: 0%;
}
.advertise_banner .inner_content {
    max-width: 30%;
}
.advertise_banner .inner_content p {
    height: auto;
    margin-bottom: 20px;
}
.advertise_section.weOffer img {
    margin-bottom: 25px;
}

/*faq*/
.faq-content .collapsible {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    padding: 20px 0px 8px !important;
    outline: none;
    height: auto !important;
    font-size: 16px !important;
    letter-spacing: 0px;
    white-space: unset !important;
    color: #282828 !important;
    font-family: "Arial";
    /* border-bottom: 1px solid #dbdbdb !important; */
    border-top: 1px solid #aab7b8 !important;
    background: none !important;
    text-transform: initial;
}

.faq-content .active,
.collapsible:hover {
    background-color: #f1f1f1;
}
.faq-content {
    margin-bottom: 30px;
}
.faq-content .content {
    /* padding: 8px 0px; */
    display: none;
    overflow: hidden;
}
.faq-content .content p {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #8f8f8f;
    font-family: "Arial";
    margin-bottom: 6px;
}
/* .faq-content{
  margin:30px 0px 75px;
} */

.faq-content .collapsible:after {
    content: "\002B";
    color: #000000;
    font-weight: 400;
    font-size: 30px;
    float: right;
    margin-left: 5px;
}

.faq-content h3 {
    font-size: 28px;
    letter-spacing: 0px;
    color: #282828 !important;
    font-weight: bold;
    font-family: "Arial";
    margin-bottom: 25px;
}
.outer-collapsible {
    margin-bottom: 10px;
}
/* *********************
13/05/2022 abhishek baliyan
******************** */

.faq-content h4 {
    letter-spacing: 0px;
    color: #282828 !important;
    font-weight: bold;
    font-family: "Arial";
}
/*faq*/
/* spare parts */
.magnifier-preview {
    width: 350px !important;
}
.magnifier-preview img {
       max-height: unset !important;
}

/* common */
.advertise_section .row .col-md-4 {
    position: relative;
}
.weOffer.advertise_section .aboutUsBox:after {
    display: none;
}
.advertise_section .row .col-md-4:after {
    content: "";
    border-top: 2px solid #dbdbdb;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    top: auto;
}
/* .weOffer .row .col-md-4:after{
    content: '';
    border-top: 2px solid #dbdbdb;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    top: auto;
} */

/* wishlist */
.seller_chat {
    border: 1px solid #2c2c2c;
    background: #2c2c2c;
    color: #ffffff !important;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    margin-left: 10px;
    text-transform: uppercase;
    padding: 0px 10px;
}
.wishlist-index-index .box-tocart {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.wishlist-index-index .price-box .price {
    font-size: 15px !important;
    color: #000000;
    font-weight: 400;
    font-family: "DejaVu Sans";
}
.wishlist-index-index .field.qty {
    display: none !important;
}
.wishlist-index-index .wishlist-item-description {
    padding: 0px 10px;
    margin-bottom: 5px;
}
.bluetext {
    color: #85c1ff;
}
.wishlist-index-index .rating-summary .rating-result > span::before,
.wishlist-index-index .rating-summary .rating-result::before {
    line-height: 5px;
    height: 12px;
}
.wishlist-index-index .price-as-configured {
    margin-bottom: 0px;
}
.wishlist-index-index .product-reviews-summary.short {
    align-items: flex-start !important;
    margin-top: 5px;
}
.wishlist-index-index .products-grid .product-reviews-summary .reviews-actions {
    line-height: 15px !important;
    font-size: 10px;
    margin-bottom: 5px;
}
#wishlist-view-form a.action.view:after {
    content: "|";
    padding: 0px 0px 0px 4px;
    color: #000 !important;
}

.soldby_val {
    color: #3898ff !important;
}
/* .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info{
    min-height: 690px;
} */
.wishlist-item-description p {
    margin-bottom: 0px !important;
}

.nav.item.current {
    background-color: #dbdbdb;
    font-weight: 600;
    text-transform: uppercase;
}
.account-nav .item.current strong {
    font-weight: 600 !important;
}
.wishlist-index-index
    .form-wishlist-items
    .products-grid.wishlist
    .product-items
    li.product-item {
    float: none !important;
    width: auto !important;
    flex: 0 0 33.33%;
}
.wishlist-index-index
    .form-wishlist-items
    .products-grid.wishlist
    .product-items {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.wishlist-index-index .products-grid .product-item-info:hover:before {
    height: 100% !important;
}
.wish_added_date a {
    color: #686868 !important;
}
.wish_added_date a:hover {
    color: #686868;
}
/* .products-grid .product-item-info .product-item-details .product-item-inner .actions-secondary .action.tocompare:after{
 content: url('../images/Shape\ 4.png');   

} */

/*buyer homepage*/
img {
    max-width: 100%;
}
.personal-detail {
    margin-top: 60px;
    margin-bottom: 40px;
}
.my_activity .title-group {
    text-align: center;
    text-transform: uppercase;
}
.my_activity .title-group h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 100px;
    color: #282828;
    font-weight: 700;
    font-family: "Rubik";
    text-align: center;
    position: relative;
    display: inline-block;
}
.my_activity .title-group h2:before {
    content: "";
    left: -16px;
    display: block;
    background-color: #ff2d37;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.my_activity .title-group h2:after {
    content: "";
    right: -16px;
    display: block;
    background-color: #ff2d37;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.image_wrap {
    text-align: center;
    margin-bottom: 30px;
}
.my_activity .inner_activityBox {
    padding: 30px;
    /*filter: drop-shadow(0 0 9px rgba(0,0,0,0.2));*/
    border-radius: 5px;
    transition: height 2s;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.my_activity .inner_activityBox h3 {
    margin-bottom: 0px !important;
}
.my_activity .inner_activityBox h3,
.my_activity .inner_activityBox p {
    text-align: center;
}
.my_activity .inner_activityBox img {
    max-width: 100%;
    margin: 8px auto 0;
}
.wallet_content .image_wrap img {
    max-width: 250px !important;
}
.inner_activityBox .image_wrap {
    margin-bottom: 0px;
}

.my_activity .inner_activityBox:hover {
    /* height:450px; */
    /* filter: drop-shadow(0 0 9px rgba(0,0,0,0.2)); */
}
.my_activity.personal-detail .inner_activityBox {
    min-height: 100% !important;
}
.my_activity.personal-detail .inner_activityBox:hover {
    height: 100% !important;
    filter: none;
    min-height: 100% !important;
}
.my_activity .inner_activityBox.whitebg {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    /* filter: drop-shadow(0 0 9px rgba(0,0,0,0.2)); */
}
.my_activity .mycart {
    background-color: #fad2b6;
}
.my_activity .currentorder {
    background-color: #faf8c0;
}
.bluebgcolor {
    background-color: #e2f2fd;
}
.greenbg {
    background-color: #d2ead9;
}
.outer_my_activity ul li {
    list-style: none;
    margin-bottom: 10px;
}
.outer_my_activity ul {
    padding-left: 0px;
}
.outer_my_activity p {
    margin-bottom: 0px;
    margin-left: 10px;
}
.chatRoom {
    margin-bottom: 40px;
    padding: 40px;
}
.outer_my_activity .inner_box,
.img_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leftside {
    width: 25%;
}
.rightside h5 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 700;
    font-family: "Rubik";
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.img_outer p.boldtext {
    font-size: 14px;
    letter-spacing: 0px;
    color: #616161;
    font-weight: 700;
    font-family: "Rubik";
}
.rightside {
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rightside.contentbox h3 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #457ba0;
    font-weight: 700;
    font-family: "Rubik";
    text-transform: uppercase;
}
.rightside.contentbox h4 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 900;
    font-family: "Rubik";
    text-transform: uppercase;
    width: 100%;
}
.rightside.contentbox p {
    width: 836px;
    height: 55px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
    margin: 15px 0px;
}
.top-containerBox {
    border-bottom: 3px solid #a6c3d8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.btn-wrap {
    margin-top: 30px;
}

.btn-wrap a {
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff !important;
    font-weight: 700;
    font-family: "Rubik";
    width: 220px;
    height: 46px;
    border-radius: 6px;
    background-color: #f1780e;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
}
.btn-wrap a img {
    position: absolute;
    top: -8px;
}
.btn-wrap a span {
    margin-left: 60px;
}
.inner_activityBox p {
    color: #282828 !important;
}
.inner_activityBox h3 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #282828 !important;
    font-weight: 700;
    font-family: "Rubik";
    text-align: center;
}
.personal-detail h3 {
    margin-top: 20px;
}
.wallet_content p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 400;
    font-family: "Rubik";
    text-align: center;
    margin-bottom: 0px;
}
.wallet_content {
    margin-top: 40px;
}
.wallet_content p.wallet-price {
    font-size: 50px;
    color: #2dab18 !important;
    font-family: "Arial";
    margin-bottom: 30px;
    line-height: 60px;
}
.wallet_content button {
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff !important;
    font-weight: 400;
    font-family: "Rubik";
    text-align: center;
    background-color: #000000 !important;
    display: block;
    margin: 0 auto;
}
.inner_activityBox:hover .view-more {
    opacity: 1;
    visibility: visible;
}
.inner_activityBox .view-more {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -1px;
    right: -1px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}
.inner_activityBox .view-more p a,
.inner_activityBox .view-more p a:hover {
    color: #ffffff !important;
}
.inner_activityBox .view-more {
    background-color: #f17000;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff !important;
    font-weight: 700;
    font-family: "Rubik";
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    padding: 10px;
    top: 75%;
    bottom: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    height: 43px;
}
.my_activity .inner_activityBox {
    position: relative;
}
.my_activity .inner_activityBox {
    /* height: 100%; */
    min-height: 400px;
}
.cms-buyer-home .breadcrumbs {
    display: none !important;
}
.col-2box {
    width: 45%;
}

/* mycart */
.checkout-cart-index .page-title-wrapper {
    background-color: #dbdbdb !important;
    padding: 10px 20px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.checkout-cart-index .page-title-wrapper h1.page-title {
    font-size: 20px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 500 !important;
    font-family: "Rubik";
    margin-bottom: 0 !important;
}
.checkout-cart-index strong.product-item-name {
    font-size: 22px;
    letter-spacing: 0px;
    color: #1b1b1b !important;
    font-family: "Arial";
}
.checkout-cart-index span.price {
    font-size: 20px;
    color: #686868 !important;
    font-family: "Arial";
    text-align: right;
    font-weight: 500 !important;
}
.checkout-cart-index .cart_short_desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 12px;
    color: #686868 !important;
}
.checkout-cart-index .cart_short_desc p {
    margin-bottom: 0px !important;
}

.checkout-cart-index input#cart-1636-qty {
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
}
.checkout-cart-index strong.summary.title {
    font-size: 13px;
    color: #686868;
    font-weight: 700;
    font-family: "Rubik";
}
.checkout-cart-index strong#block-shipping-heading {
    font-size: 13px;
    color: #686868;
    font-weight: 400 !important;
    font-family: "Rubik";
}
.checkout-cart-index #cart-totals span.price {
    font-size: 13px !important;
    line-height: 19px;
    color: #686868;
    font-weight: 400 !important;
    font-family: "Rubik";
    text-align: right;
}
.checkout-cart-index strong#block-discount-heading {
    font-weight: 400 !important;
}
.checkout-cart-index .cart-container .cart-summary .block .title {
    padding: 10px 10px 10px;
    background: #fafafa;
    border: 1px solid #ddd;
}

.checkout-cart-index .cart-container {
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    border-top: 0;
    padding-top: 30px;
}
.checkout-cart-index .fieldset.coupon .field span {
    font-weight: 700 !important;
}
.checkout-cart-index .table-wrapper {
    margin-bottom: 10px !important;
}
.checkout-cart-index .cart.main.actions {
    display: flex;
}
.checkout-cart-index a.action.continue {
    border-radius: 3px !important;
    background-color: #1b1b1b !important;
    font-size: 14px !important;
    letter-spacing: 0px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 400 !important;
    font-family: "Rubik";
}
.checkout-cart-index a.action.continue:hover {
    background-color: #1b1b1b !important;
}
.checkout-cart-index .cart-container .cart.main.actions .action span {
    font-size: 100%;
    font-weight: 400 !important;
    line-height: 40px !important;
}
button.action.update {
    border-radius: 3px !important;
    font-size: 14px !important;
    letter-spacing: 0px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 400 !important;
    font-family: "Rubik";
}
.checkout-cart-index button.action.update {
    background-color: #fe8215 !important;
}
.checkout-cart-index button.action.update:hover {
    background-color: #fe8215 !important;
}
.checkout-cart-index a.action.action-edit span,
.checkout-cart-index a.action.action-delete span {
    font-size: 13px;
    color: #686868 !important;
    font-weight: 400 !important;
    font-family: "Rubik";
}
.actions-toolbar.auto_child_cart_actions_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auto_child_cart_actions a.action.action-edit,
.auto_child_cart_actions a.action.action-delete {
    border: 1px solid #cdcdcd !important;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px !important;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.auto_child_cart_actions {
    margin-left: auto;
}
.checkout-cart-index .cart-container .cart.table-wrapper .item .col.item {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.auto_child_cart_actions a.action.action-edit:hover {
    background-color: #fff !important;
}
.auto_child_cart_actions a.action.action-delete:hover {
    background-color: #fff !important;
}
input#cart-1645-qty {
    font-size: 16px;
    color: #686868 !important;
    font-weight: 400 !important;
    font-family: "Rubik";
}
.custom-control.custom-checkbox.auto_checkbox-inner {
    padding-left: 0px !important;
}

/* .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff !important;
} */
.auto_checkbox-inner .custom-control-label::before {
    width: 20px !important;
    height: 20px !important;
    margin-left: -8px !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
    border: 1px solid #acacac !important;
}
.auto_checkbox-inner .custom-control-label::after {
    position: absolute;
    top: 0px;
    left: -32px;
    display: block;
    width: 2rem;
    height: 2rem;
}
a.use-ajax.action.towishlist.action-towishlist {
    border: 1px solid #cdcdcd !important;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 7px 15px !important;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 13px !important;
    color: #686868 !important;
    font-weight: 400 !important;
    font-family: "Rubik" !important;
}
.auto_checkbox-inner .custom-control-label p {
    font-weight: 400 !important;
    color: #b4b4b4 !important;
}
#shopping-cart-table .control.qty input {
    font-size: 16px !important;
    color: #686868 !important;
    font-weight: 400 !important;
    font-family: "Rubik" !important;
}
a.action.multicheckout {
    display: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../images/cart_check.png");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffffff !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffffff !important;
}
.product-reviews-summary .rating-summary {
    margin: 0 auto !important;
}
p.cart_note span {
    font-size: 13px;
    color: #686868 !important;
    font-weight: 700;
    font-family: "Rubik";
}
p.cart_note {
    color: #b4b4b4 !important;
}

/* Loader position centered / */
/* .modal-popup._inner-scroll{ margin-top: 10%; } */
.modal-popup .action-close:before {
    font-size: 35px !important;
    color: #000;
    font-weight: bold;
}
.smcqp-modal-popup.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 80% !important;
}
.modal-slide,
.modal-popup {
    top: 50px !important;
}
input#coupon_code {
    height: 43px !important;
    margin-top: 10px;
}
.pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}
ul.dropdown-menu.child_drp_down.show li {
    width: 100% !important;
}
ul.dropdown-menu.child_drp_down.show li a {
    color: #000 !important;
    background-color: #fff !important;
    padding: 10px !important;
    font-weight: 400;
    /* border-bottom: 2px solid #fff; */
    display: inline-block;
    text-align: left;
    padding-left: 40px !important;
    padding-bottom: 24px !important;
}
ul.dropdown-menu.child_drp_down.show li a:before {
    display: none !important;
}
.header.links .dropdown-menu.child_drp_down.show li {
    margin-left: 0 !important;
}
ul.dropdown-menu.child_drp_down.show li a:hover {
    /* background-color: #f1780e !important;
    color: #ffffff !important; */
    color: #f1780e !important;
    /* border-bottom: 2px solid #f1780e; */
}
.dropdown-menu.child_drp_down.show {
    padding: 0 !important;
    min-width: auto;
    padding-bottom: 10px !important;
}
.stock.unavailable {
    font-size: 107.69% !important;
    background-color: #282828;
    height: 44px;
    line-height: 45px;
}
.cart-container .cart.table-wrapper .product-item-photo .product-image-photo {
    border: 1px solid #ddd;
    display: block;
    margin-right: 100px;
}

.my_acc .dropdown-toggle::after {
    position: absolute;
    right: 13px;
}
.dropdown-menu.child_drp_down.show::after {
    position: absolute;

    right: 8px;

    top: -5px;
    width: 0;
    height: 0;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.header.links li.my_acc a::before {
    display: none;
}
.light-text {
    font-weight: 400;
}
.light-text span {
    font-weight: 600;
}
.dropdown-menu.child_drp_down.show li a {
    justify-content: flex-end;
}
.dropdown-item.heading_dropdown {
    font-size: 15px;
    font-weight: 600 !important;
    margin-top: 6px;
    color: #000 !important;
    background-color: #fff !important;
    padding: 0px 10px !important;
    text-align: right;
}
.dropdown-item.heading_dropdown span {
    text-align: left;
    width: 100%;
}
.dropdown-menu.child_drp_down.show li a {
    position: relative;
}

.dropdown-menu.child_drp_down.show li a:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    left: 15px;
    bottom: 4px;
}
.dropdown-menu.child_drp_down.show li a.my_dashboard::after {
    background-image: url(../images/ico1.png);
}
.dropdown-menu.child_drp_down.show li a:after {
    background-image: url(../images/ico9.png);
}
.dropdown-menu.child_drp_down.show li a.my_ord:after {
    background-image: url(../images/ico3.png);
}
.dropdown-menu.child_drp_down.show li a.e_wlt:after {
    background-image: url(../images/ico5.png);
}
.dropdown-menu.child_drp_down.show li a.logout_page:after {
    background-image: url(../images/ico10.png);
}
.dropdown-menu.child_drp_down.show li a.sp_favorites:after {
    background-image: url(../images/icon_favorite.png);
    background-size: 100%;
}
/* product list */
.sidebar .block .block-title {
    background-color: #f1780e !important;
}
.account-nav .item a {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 400;
    font-family: "Rubik";
}
.account-nav .item a:hover:after {
    content: "";
    background-image: url("../images/Shape\ 4.png");
    background-repeat: no-repeat;
    height: 10px;
    top: 45%;
    width: 10px;
    position: absolute;
    right: 0;
}
#account-nav .item a {
    padding-left: 42px;
    position: relative;
}
#account-nav .item a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    left: 14px;
    background-repeat: no-repeat;
    top: 29%;
}
#account-nav .item a.manage_home::before {
    background-image: url("../images/ico1.png");
}
#account-nav .item a.manage_login_security::before {
    background-image: url("../images/ico10.png");
}
#account-nav .item a.manage_favourites::before {
    background-image: url("../images/ico2.png");
}
#account-nav .item a.manage_my_orders::before {
    background-image: url("../images/ico4.png");
}
#account-nav .item a.manage_wallet::before {
    background-image: url("../images/ico5.png");
}
#account-nav .item a.manage_my_cart::before {
    background-image: url("../images/ico3.png");
}
#account-nav .item a.manage_chat::before {
    background-image: url("../images/ico6.png");
}
#account-nav .item a.manage_notifications::before {
    background-image: url("../images/ico7.png");
}
#account-nav .item a.manage_address::before {
    background-image: url("../images/ico8.png");
    left: 16px;
}
#account-nav .item a.my_phone_number::before {
    background-image: url("../images/mobile.png");
    /* background-size: cover; */
}
#account-nav .item a.manage_customer_support::before {
    background-image: url("../images/ico11.png");
}
#account-nav .item a.manage_profile::before {
    background-image: url("../images/ico9.png");
}
#account-nav .item a.manage_dashboard::before {
    background-image: url("../images/dashboard.png");
}
#account-nav .item a.sprovider_subscription_plan::before {
    background-image: url("../images/ico2.png");
}
/** Date- 14-March-2022 **/
#account-nav .item a.manage_admin_inbox::before {
    background-image: url("../images/icon_admin_inbox.png");
    background-size: 100%;
}
#account-nav .item a.manage_vendor_inbox::before {
    background-image: url("../images/icon_vendor_inbox.png");
    background-size: 100% 100%;
}
/** Date- 14-March-2022- end// **/
#account-nav .item a.sprovider_chat {
    color: #63A6D9;
}
#account-nav .item a.sprovider_chat:hover,
#account-nav .item a.sprovider_chat.current {
    color: #63A6D9;
}
#account-nav .item a.sprovider_chat::before {
    background-image: url("../images/ico6.png");
}
#account-nav .item a.sprovider_request::before {
    background-image: url("../images/hiw_icon-1.png");
}
#account-nav .item a.sprovider_notifications::before {
    background-image: url("../images/ico7.png");
}
#account-nav .item a.sprovider_reports::before {
    background-image: url("../images/ico22.png");
}
#account-nav .item a.manage_services::before {
    background-image: url("../images/ico17.png");
}
#account-nav .item a.logout_link::before {
    background-image: url("../images/ico24.png");
} 
.account-nav .item.current strong {
    padding: 10px 38px;
}
.my_product_reviews,
.my_stored_payment,
.my_account_edit_page,
.my_downloadable_link,
.my_news_subs,
.my_gift_cards,
.my_social_accounts {
    display: none !important;
}
.catalog-category-view .prdct_grid .product-item-inner,
.catalogsearch-result-index .prdct_grid .product-item-inner {
    display: flex;
    justify-content: space-between;
}
.catalog-category-view .product.actions.product-item-actions,
.catalogsearch-result-index .product.actions.product-item-actions {
    width: 100%;
}

.catalog-category-view .list_container,
.catalogsearch-result-index .list_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 11px;
}
.catalog-category-view .add_Feature.prdct_grid p,
.catalogsearch-result-index .add_Feature.prdct_grid p {
    margin-bottom: 0px !important;
    text-align: left !important;
    font-size: 11px;
}
.catalog-category-view .add_Feature.prdct_grid p span,
.catalogsearch-result-index .add_Feature.prdct_grid p span {
    color: #686868 !important;
    font-weight: 600 !important;
}
.catalog-category-view .product.name.product-item-name,
.catalogsearch-result-index .product.name.product-item-name {
    text-align: left !important;
}
.catalog-category-view
    .product.product-item-actions
    .actions-primary
    form
    button,
.catalogsearch-result-index
    .product.product-item-actions
    .actions-primary
    form
    button {
    height: 44px !important;
    width: auto;
    padding: 0 !important;
    background-color: #282828 !important;
    font-size: 107.69% !important;
    padding: 0px 10px !important;
    font-weight: 500 !important;
}
.catalog-category-view
    .product.product-item-actions
    .actions-primary
    form
    button.tocart,
.catalogsearch-result-index
    .product.product-item-actions
    .actions-primary
    form
    button.tocart {
    background-color: #282828 !important;
    margin-bottom: 0px !important;
    width: auto;
}
.catalog-category-view
    .product.product-item-actions
    .actions-primary
    form
    button.tocart:hover,
.catalogsearch-result-index
    .product.product-item-actions
    .actions-primary
    form
    button.tocart:hover,
.catalog-category-view
    .product.product-item-actions
    .actions-primary
    form
    button:hover,
.catalogsearch-result-index
    .product.product-item-actions
    .actions-primary
    form
    button:hover,
.catalog-category-view
    .products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .actions-primary
    .tocart:hover,
.catalogsearch-result-index
    .products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .actions-primary
    .tocart:hover {
    background-color: #fe8216 !important;
}
.products-list .product-item .product-item-inner .actions-primary .tocart:hover,
.products-list
    .product-item
    .product-item-inner
    .actions-secondary
    .action:hover,
.catalog-category-view
    .products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .actions-primary
    .tocart,
.catalogsearch-result-index
    .products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .actions-primary
    .tocart {
    background-color: #282828 !important;
}
.products-list
    .product-item
    .product-item-inner
    .actions-secondary
    .action.towishlist:hover::after,
.products-list
    .product-item
    .product-item-inner
    .actions-secondary
    .action.tocompare:hover::after {
    color: #ff2d37 !important;
}
.catalog-category-view .price-box .price,
.catalogsearch-result-index .price-box .price {
    font-size: 15px;
}
.catalog-category-view .products-grid .product-item-info .product-item-details,
.catalogsearch-result-index
    .products-grid
    .product-item-info
    .product-item-details {
    padding-bottom: 0px !important;
}
.catalog-category-view
    .products-list
    .product-item
    .product-item-inner
    .actions-secondary
    .action,
.catalogsearch-result-index
    .products-list
    .product-item
    .product-item-inner
    .actions-secondary
    .action {
    height: 44px !important;
    line-height: 48px !important;
}

.catalog-category-view .price-box.price-final_price,
.catalogsearch-result-index .price-box.price-final_price {
    text-align: left !important;
}
.catalog-category-view .soldby_val a,
.catalogsearch-result-index .soldby_val a {
    color: #3898ff !important;
}
.catalog-category-view .soldby_val a:hover,
.catalogsearch-result-index .soldby_val a:hover {
    color: #3898ff;
}
.catalog-category-view
    .products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .actions-primary
    .tocart,
.catalogsearch-result-index
    .products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .actions-primary
    .tocart {
    width: auto;
}
.refund_text:after {
    content: "|";
    margin: 0px 4px;
}
/* list view */
.add_Feature.prdct_view p {
    font-size: 11px;
    margin-bottom: 0px !important;
}
.add_Feature.prdct_view ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.add_Feature.prdct_view ul li {
    position: relative;
    margin-right: 30px;
}
.add_Feature.prdct_view ul li:last-child {
    margin-right: 0px;
}
.add_Feature.prdct_view ul li::after {
    content: "|";
    top: 0;
    position: absolute;
    right: 0;
    margin: 0px -15px;
}
.add_Feature.prdct_view ul li:last-child::after {
    display: none;
}
.product.description.product-item-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 12px;
}
.product.description.product-item-description p {
    margin-bottom: 0px !important;
}
/* modal header */
.checkout-cart-index .popup-authentication .block-authentication {
    border-top: 0 !important;
}
.my_activity .inner_activityBox h3 a {
    cursor: pointer;
}
.checkout-cart-index .modal-popup .action-close {
    border: none !important;
    padding-top: 10px !important;
}
.checkout-cart-index .block-content ul {
    padding-left: 18px !important;
}
.checkout-cart-index .block-content ul li {
    list-style-type: disc;
}
.checkout-cart-index .sociallogin-padding {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout-cart-index .block-authentication .actions-toolbar > .secondary {
    padding-top: 8px !important;
}
.checkout-cart-index .block-authentication .actions-toolbar > .primary {
    margin-right: 40px !important;
}
.checkout-cart-index .fieldset {
    margin-bottom: 0px !important;
}
.checkout-cart-index .block-authentication .actions-toolbar > .primary .action {
    font-weight: 700 !important;
}
/* my profile */
.customer-account-index .box.box-newsletter,
.customer-account-index .box.box-shipping-address,
.table-wrapper.orders-recent,
.customer-account-index .block-title {
    display: none;
}
.customer-account-index .box.box-billing-address,
.customer-account-index .box.box-information {
    width: 100% !important;
}
.customer-account-index .column.main,
.sales-order-history .column.main,
.sales-order-view .column.main,
.sales-order-invoice .column.main,
.sales-order-shipment .column.main {
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    border-top: 0;
}
.customer-account-index .page-title,
.sales-order-history .page-title,
.sales-order-view .page-title,
.sales-order-invoice .page-title,
.sales-order-shipment .page-title {
    background-color: #dbdbdb !important;
    padding: 10px 20px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    font-size: 20px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 500 !important;
    font-family: "Rubik";
}

.customer-account-index .box-title span {
    font-size: 20px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 600 !important;
    font-family: "Rubik";
    text-transform: uppercase;
}
.customer-account-index .block-dashboard-info .block-title {
    display: none;
}
.block.block-dashboard-info {
    padding: 10px 0px;
}
.block.block-dashboard-info .block-content {
    border-bottom: 2px solid #cccccc;
    margin-bottom: 20px;
}
.customer-account-index .box-content table tr td {
    padding-left: 0px !important;
    padding-right: 20px !important;
    vertical-align: super;
}
.customer-account-index .box-content table tr td p {
    word-break: break-all;
}

.customer-account-index .box-content table tr td label {
    color: #000000 !important;
    font-size: 13px !important;
    font-family: "Rubik";
    font-weight: 400 !important;
}
.customer-account-index .box-content table tr td p {
    color: #495057 !important;
    font-size: 12px !important;
    font-family: "Rubik";
    line-height: 18px;
}
.customer-account-index .box-content table tr td a {
    background-color: #212121 !important;
    border: 1px solid #212121 !important;
    border-radius: 3px !important;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px !important;
}
.customer-account-index .change-password {
    display: none;
}
/*customer support css starts*/
.customer_support_section {
    padding: 0px 35px;
    background-color: #fafafa;
    border: 1px solid#dbdbdb;
}
.customer_support_section ul li {
    list-style: none;
    margin-bottom: 20px;
    color: #000;
}
.customer_support_section ul {
    margin-top: 20px;
}
.customer_support_section ul li .customer_support_outer {
    display: flex;
    align-items: center;
    padding-left: 0px !important;
}
.customer_support_section ul li .customer_support_outer .fa {
    font-size: 24px;
    margin-right: 15px;
}
.customer_support_section h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    margin-top: 15px;
}
.customer_support_section ul li .customer_support_outer p {
    margin-bottom: 0px !important;
}
.customer_support_section ul li .customer_support_outer img {
    margin-right: 20px;
}
.contact-support-index .page-title {
    background-color: #dbdbdb !important;
    padding: 10px 20px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    font-size: 20px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 500 !important;
    font-family: "Rubik";
}
/* work with us  */
.cms-work-with-us .search-wrapper_evon a.nav-link,
.cms-work-with-us .search-wrapper_evon .nav-tabs .nav-link.active,
.cms-work-with-us .search-wrapper_evon .nav-tabs .nav-link:hover {
    line-height: 15px;
}
.cms-work-with-us .search-wrapper_evon .custom-tabs .nav,
.cms-work-with-us .custom-tabs .nav,
.cms-shipping-delivery .custom-tabs .nav {
    border: 0px !important;
}

.cms-work-with-us img.arrowRight {
    position: absolute;
    top: 45%;
    right: 4%;
}
.nav.item.current strong {
    position: relative;
}

.nav.item.current a:after,
.nav.item a.current::after {
    content: "";
    background-image: url("../images/Shape\ 4.png");
    background-repeat: no-repeat;
    height: 10px;
    top: 45%;
    width: 10px;
    position: absolute;
    right: 0;
}
/* faq */
.cms-faq .page-main {
    padding: 20px 0 30px;
}
.faq-content .collapsible {
    padding: 10px 0px 0px !important;
}
.faq-content h3 {
    margin-bottom: 20px;
}
.outer-collapsible:last-child {
    border-bottom: 1px solid #aab7b8 !important;
    padding-bottom: 15px;
}
/* buyer homepage */
.my_activity .inner_activityBox {
    z-index: 50;
}
.my_activity .inner_activityBox:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}
.my_activity.personal-detail .inner_activityBox:before,
.my_activity.personal-detail .inner_activityBox:hover:before {
    display: none;
}
.my_activity .inner_activityBox:hover:before {
    height: calc(100% + 44px);
    opacity: 1;
    visibility: visible;
}
.inner_activityBox.mycart:hover:before {
    height: calc(100% + 44px);
    opacity: 1;
    visibility: visible;
    background-color: #fad2b6;
}
.inner_activityBox.currentorder:hover:before {
    height: calc(100% + 44px);
    opacity: 1;
    visibility: visible;
    background-color: #faf8c0;
}
.my_activity {
    position: relative;
}
.my_activity .inner_activityBox.whitebg:hover {
    border-bottom: 0 !important;
}
/* ui-fix */
.nav.item.current a {
    border-left: 0px !important;
}
.catalogsearch-result-index
    .product.product-item-actions
    .actions-primary
    form
    button {
    width: auto !important;
}
.products-list .product-item .product-item-inner .actions-secondary .action {
    margin-left: 3px !important;
}

.blog-index-index .post-list .post-text-hld .read-more-post {
    text-align: left !important;
}
.blog-index-index .sidebar .block .block-title,
.blog-post-view .sidebar .block .block-title {
    background-color: #ff2d37 !important;
}
.blog-index-index .post-list {
    display: flex;
    flex-wrap: wrap;
}

/* t&c */
.cms-terms-conditions
    .cms-terms-conditions
    .custom-tabs
    .nav-pills
    .nav-link.active,
.nav-pills .show > .nav-link,
.cms-terms-conditions .custom-tabs .nav-pills .nav-link:hover:after {
    content: "";
    background-image: url(../images/Shape\ 4.png);
    background-repeat: no-repeat;
    height: 10px;
    top: 45%;
    width: 10px;
    position: absolute;
    right: 0;
}
.cms-terms-conditions .custom-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.cms-terms-conditions .custom-tabs .nav-pills .nav-link:hover {
    background-color: #e5e5e5;
    color: #282828;
    font-weight: 700;
}
.cms-terms-conditions .custom-tabs .nav-link {
    font-size: 15px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 700;
    border: 1px solid #e5e5e5;
    position: relative;
}
.cms-terms-conditions .custom-tabs h2 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 400;
    margin-bottom: 15px;
}
.cms-terms-conditions .custom-tabs h3 {
    font-size: 18px;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 700;
    margin-bottom: 20px;
}
.cms-terms-conditions .custom-tabs .nav-pills a {
    position: relative;
    padding-left: 40px;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cms-terms-conditions .custom-tabs .nav-pills a.nav-link.active:hover {
    font-weight: 700;
}
.cms-terms-conditions .custom-tabs .nav-pills a:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    background-image: url("../images/icon-terms.png");
    top: 15px;
    left: 12px;
    background-repeat: no-repeat;
}
a.action.sorter-action.sort-desc {
    display: none;
}
.action.sorter-action.sort-asc {
    display: none;
}
/* blog */
.blog-index-index .page-title,
.blog-post-view .item.post-author {
    display: none;
}
.blog-post-view .item.post-categories {
    margin-bottom: 2px;
}
.blog-post-view .page-title {
    line-height: 22px;
    margin-bottom: 15px;
}
.blog-post-view .post-text-hld h4 {
    font-size: 18px;
    color: #282828;
    font-weight: 500;
    margin: 20px 0px;
}
.blog-post-view .post-text-hld p {
    font-family: Rubik;
    font-size: 13px !important;
    color: #686868;
    line-height: 1.66;
    font-weight: 400 !important;
}

.blog-post-view .widget.block.blog-search,
.blog-index-index .widget.block.blog-search {
    margin-bottom: 30px !important;
}
.blog-index-index .sidebar .widget.blog-search,
.blog-post-view .sidebar .widget.blog-search {
    margin-top: 0px;
}
.blog-post-view .related-upsell-wrapper.block.block-detail.related,
.blog-post-view .post-view .post-nextprev-hld {
    display: none;
}
.blog-post-view .post-view .post-description .post-ftimg-hld {
    float: unset;
    margin: 0 15px 10px 0;
    max-width: 100%;
}
.blog-post-view .UFIInputContainer ._1cb::placeholder {
    color: #b4b4b4 !important;
}
.blog-post-view .item.post-categories a {
    font-family: Rubik;
    font-size: 13px !important;
    color: #686868;
    line-height: 1.66;
    font-weight: 400 !important;
}
.cms-shipping-delivery .headerBottomContainer .nav-tabs .nav-link,
.cms-safety-awarness .headerBottomContainer .nav-tabs .nav-link {
    line-height: 15px;
}
.inner_contentSection ul li p {
    margin-bottom: 3px;
}
.cms-shipping-delivery .column.main .custom-tabs .nav-link,
.cms-safety-awarness .column.main .custom-tabs .nav-link {
    position: relative;
}
.cms-shipping-delivery .column.main .custom-tabs .nav-link:hover:after,
.cms-safety-awarness .column.main .custom-tabs .nav-link:hover:after {
    background-image: url(../images/Shape\ 4.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 5px;
    top: 45%;
    height: 10px;
    width: 10px;
}
.cms-shipping-delivery .outertabsContainer a.nav-link,
.cms-safety-awareness .outertabsContainer a.nav-link {
    line-height: 15px !important;
}
.cms-safety-awareness img.arrowRight {
    display: none;
}
.cms-safety-awareness .custom-tabs .nav {
    border: 0px !important;
}
.cms-shipping-and-delivery .custom-tabs .nav {
    border: 0px !important;
}
.cms-shipping-and-delivery
    .headerBottomContainer
    .nav-tabs
    .nav-item.show
    .nav-link,
.cms-shipping-and-delivery .headerBottomContainer .nav-tabs .nav-link {
    line-height: 15px !important;
}
.cms-safety-awareness .column.main .custom-tabs .nav-link {
    position: relative;
}
.cms-safety-awareness .column.main .custom-tabs .nav-link:hover:after {
    background-image: url(../images/Shape\ 4.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 5px;
    top: 45%;
    height: 10px;
    width: 10px;
}
.cms-shipping-and-delivery .column.main .custom-tabs .nav-link {
    position: relative;
}
.cms-shipping-and-delivery .column.main .custom-tabs .nav-link:hover:after {
    background-image: url(../images/Shape\ 4.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 5px;
    top: 45%;
    height: 10px;
    width: 10px;
}
/* product page */
.price-box .price {
    color: #282425;
    font-family: "DejaVu Sans";
    font-weight: 600;
}
.bld_text {
    font-weight: 700;
}
/* mac issue */
.rightside.contentbox .btn-wrap {
    width: 100%;
}
.btn-wrap a span {
    margin-left: 70px;
}

/* sidemenu css */
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li:hover
    .sm_megamenu_dropdown_1column,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li:hover
    .sm_megamenu_dropdown_2columns,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li:hover
    .sm_megamenu_dropdown_3columns,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li:hover
    .sm_megamenu_dropdown_4columns,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li:hover
    .sm_megamenu_dropdown_5columns,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li:hover
    .sm_megamenu_dropdown_6columns,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li.other-toggle.open
    .sm_megamenu_dropdown_1column,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li.other-toggle.open
    .sm_megamenu_dropdown_2columns,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li.other-toggle.open.sm_megamenu_dropdown_3columns,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li.other-toggle.open
    .sm_megamenu_dropdown_4columns,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li.other-toggle.open.sm_megamenu_dropdown_5columns,
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    li.other-toggle.open
    .sm_megamenu_dropdown_6columns {
    right: 100% !important;
    top: 0;
    left: auto !important;
}
.custWeb-sidebar .sm_megamenu_wrapper_vertical_menu .sm_megamenu_icon {
    padding-left: 8px !important;
}
.custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    > li.parent-item
    > a::after {
    float: left !important;
    transform: rotate(180deg) !important;
}
.headerBottomContainer
    .custWeb-sidebar
    .sm_megamenu_wrapper_vertical_menu
    .sambar-inner {
    left: -125px;
    width: 100% !important;
    top: 60px;
    min-width: 220px !important;
}
/* mobile */
.custMobile-sidebar .sm_megamenu_col_3.remove-padding.fix-width-60 {
    width: 100% !important;
}
.custMobile-sidebar .product-item-name {
    font-size: 14px;
}
.custMobile-sidebar .sm_megamenu_col_3.sm_megamenu_firstcolumn.fix-width-40 {
    width: 100% !important;
}
.custMobile-sidebar .product-image-container {
    width: 100% !important;
}
.custMobile-sidebar .product-megamenu {
    padding-left: 0px;
}
.custMobile-sidebar .product-reviews-summary.short {
    display: block !important;
}
/* .custMobile-sidebar .other-toggle.sm_megamenu_lv1.sm_megamenu_drop.parent {
    font-size: 14px;
    margin-bottom: 10px;
} */
/* .custMobile-sidebar .sm-megamenu-child.sm_megamenu_dropdown_5columns{
    margin-top: 10px;
} */
/* .custMobile-sidebar .price-container.price-final_price.tax.weee {
display: block !important;
font-size: 13px !important;
text-align: center;
line-height: 20px !important;
} */
/* .custMobile-sidebar .sm_megamenu_title {
margin: 10px 0px;
font-weight: 700 !important;
} */
.sm_megamenu_wrapper_vertical_menu
    .sm_megamenu_menu
    > li.sm_megamenu_actived
    > a,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a {
    color: #fff !important;
}
/* .navigation-mobile  .sm_megamenu_menu > li .sm-megamenu-child {
    background: none !important;
    border: none !important;
    padding-top: 10px;
    padding-left: 5px;
    display: none;
}
 .navigation-mobile .sm_megamenu_menu > li .btn-submobile {
    display: block !important;
}
.btn-submobile {
    cursor: pointer;
    display: none !important;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 0;
    top: 11px;
    z-index: 100;
}
.btn-submobile.btnsub-active:before {
    content: '\f0d8';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}
.btn-submobile:before {
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
} */

/*font color change  */

.customloginContainer form label,
.field.required.mobil-num label,
.form-create-account label {
    color: #000000;
}
.actions-toolbar .field.required label {
    color: #686868;
}
/* mac issue */
._491z.clearfix {
    display: inline-block !important;
}
.fb_iframe_widget_fluid_desktop iframe {
    min-width: 100% !important;
    position: relative;
}

.form.form-edit-account .field.password-info {
    display: none !important;
}
.field.field-name-firstname.required label,
.field.field-name-lastname.required label,
.field.email.required label,
.field.new.password.required label,
.field.password.current.required label,
.field.confirm.password.required label,
.field.street.required label,
.field.city.required label,
.field.region.required label,
.field.zip label,
.field.country.required label {
    color: #000000;
}
.customer-address-form h1.page-title,
.customer-account-edit h1.page-title,
.customer-address-index h1.page-title,
.mobilelogin-otp-update h1.page-title {
    margin-bottom: 10px;
    font-size: 25px;
}
.customer-address-form .fieldset {
    margin-bottom: 0px !important;
}
.customer-address-form legend.legend,
.customer-account-edit legend.legend,
.customer-address-index legend.legend {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
.form.form-edit-account .fieldset {
    margin-bottom: 0px !important;
}
.customer-address-form .form-address-edit input[type="text"],
.customer-address-form .form-address-edit select {
    width: 50%;
}
.customer-address-index .block-title strong {
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    color: #282828 !important;
}
.form.form-edit-account .field.choice {
    margin-bottom: 12px !important;
}
.data.table.table-additional-addresses-items.history .col {
    width: 12%;
    font-size: 12px;
    vertical-align: top;
}
.data.table.table-additional-addresses-items.history td.col.actions {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding-left: 0px !important;
}
.data.table.table-additional-addresses-items.history .col a.action.edit,
.data.table.table-additional-addresses-items.history .col a.action.delete {
    display: inline-block;
    text-align: center;
    margin: 5px 2px;
    background-color: #212121 !important;
    border: 1px solid #212121 !important;
    border-radius: 3px !important;
    padding: 0px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px !important;
}
.box.box-address-billing strong.box-title span,
.box.box-address-shipping strong.box-title span {
    font-size: 1.2rem !important;
}
table#additional-addresses-table {
    border: 1px solid #dee2e6;
    border-radius: 3px !important;
}

.at-icon-wrapper.at-share-btn.at-svc-compact {
    display: none;
}
.customer-address-form .form-address-edit input[type="text"],
.customer-address-form .form-address-edit select,
.form.create.account.form-create-account input,
.form.create.account.form-create-account select {
    color: #495057 !important;
}

/* product detail */
/* .catalog-product-view.page-layout-2columns-left .row-content .col-sidebar{
    display: none;
}
.catalog-product-view.page-layout-2columns-left .row-content .col-main{
    width: 100%;
} */

.cms-index-index .stock.unavailable {
    font-size: 107.69% !important;
    background-color: #282828 !important;
    height: 44px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.cms-index-index .stock.unavailable:hover {
    background-color: #f07000 !important;
    color: #fff;
}
.catalog-product-view .stock.unavailable span {
    color: #00bf67 !important;
    font-family: "Rubik" !important;
    font-size: 13px !important;
}

.product-info-main .product-addto-links .action:hover,
.product-info-main .product-social-links .action:hover {
    background-color: #282828 !important;
    color: red !important;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions button {
    background-color: #f07000 !important;
    font-weight: 500 !important;
}
.product-info-main
    .product-add-form
    .box-tocart
    .fieldset
    .actions
    button:hover {
    background-color: #f07000 !important;
}
.product-info-main
    .product-add-form
    .box-tocart
    .fieldset
    .actions
    button:hover,
button#product-addtocart-button:hover {
    background-color: #f07000 !important;
}
.stock.unavailable {
    font-size: 107.69% !important;
    background-color: #fff !important;
    /* height: auto !important;
    line-height: 20px; */
}

/* checkout page */
.checkout-index-index .opc-progress-bar-item > span,
.checkout-index-index .opc-progress-bar-item > span:after {
    font-size: 1.2rem !important;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
    content: "\e610";
    font-family: "icons-blank-theme";
    line-height: 28px !important;
    font-size: 2rem !important;
}
.checkout-index-index .step-title {
    background-color: #dbdbdb !important;
    padding: 10px 20px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    font-size: 20px !important;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 500 !important;
    font-family: "Rubik";
    text-transform: unset !important;
}
.checkout-index-index .checkout-container .opc-wrapper .shipping-address-items {
    margin-top: 0px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.checkout-index-index .checkout-container .opc-wrapper .shipping-address-item {
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    /* border-top: 0; */
    font-size: 13px !important;
    letter-spacing: 0px;
    color: #282828 !important;
    font-weight: 400;
    font-family: "Rubik";
    flex: 0 0 49%;
    margin: 10px 0px;
    max-height: 100%;
    position: relative;
}
.checkout-index-index .opc-wrapper .step-content {
    margin: 0 0 0px !important;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item {
    float: right;
    margin: 20px 0 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.checkout-index-index
    .checkout-container
    .opc-sidebar
    .modal-content
    .opc-block-summary {
    
    margin: 0 0 30px;
    background-color: #dbdbdb !important;
    border: 1px solid #dbdbdb;
    padding: 0px 20px;
}
.checkout-index-index .block.items-in-cart.active {
    background-color: #dbdbdb !important;
}
.checkout-index-index
    .checkout-container
    .opc-sidebar
    .modal-content
    .opc-block-summary
    > .title {
    display: none;
}
.checkout-index-index .column.main .block .title strong {
    font-size: 13px !important;
    text-transform: uppercase;
    color: #686868;
    font-weight: 400 !important;
    font-family: "Rubik";
}
.checkout-index-index .column.main .opc-block-summary .product-item {
    border-bottom: 1px solid #c4c4c4;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title {
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    padding: 6px 0px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin: 15px 0px;
    position: relative;
}
.checkout-index-index .opc-block-summary .product-item .price {
    font-size: 1.3rem !important;
    font-weight: 500 !important;
}
.checkout-index-index .minicart-items .product-item-name {
    font-weight: 400 !important;
    margin: 0px !important;
    color: #212121 !important;
    font-size: 15px !important;
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
    margin-top: 0 !important;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item,
.checkout-index-index button.button.action.continue.primary,
.checkout-index-index .opc-wrapper .action-show-popup {
    background-color: #f1780e !important;
}
.checkout-index-index form#co-shipping-method-form {
    margin-top: 10px !important;
    padding: 0px 25px 10px !important;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
    top: 8px !important;
}
.checkout-index-index li#opc-shipping_method {
    border: 1px solid #dbdbdb;
}
.checkout-index-index .step-title {
    border-radius: 0px !important;
}

.checkout-index-index li.opc-progress-bar-item._complete span:after {
    font-size: 2rem !important;
}
.checkout-index-index .opc-wrapper .shipping-address-item:before {
    display: none;
}
/* form#co-payment-form {
    border: 1px solid #dbdbdb;
} */
.checkout-index-index .payment-method._active,
.checkout-index-index .payment-method {
    padding: 0px 20px;
}
.checkout-index-index
    .checkout-container
    .checkout-payment-method
    .payment-option-title {
    padding-left: 20px !important;
}
.checkout-index-index .opc-wrapper .form-discount {
    max-width: 200px;
    padding-left: 20px;
}
.checkout-index-index form#discount-form .actions-toolbar {
    display: flex;
    justify-content: flex-start;
}
.checkout-index-index button.action.primary.checkout {
    background-color: #f1780e !important;
}
.checkout-index-index form#discount-form .actions-toolbar button {
    background-color: #f1780e !important;
    width: 100%;
    padding: 0px 10px !important;
}
.checkout-index-index button.action.action-apply {
    background-color: #f1780e !important;
    width: 100%;
    padding: 0px 10px !important;
}
.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
    float: unset !important;
}
.checkout-index-index div#checkout-payment-method-load {
    border: 1px solid #dbdbdb;
    position: relative;
    top: -20px;
}
.checkout-index-index
    .payment-option._collapsible.opc-payment-additional.discount-code._active,
.checkout-index-index div#gift-discount {
    border: 1px solid #dbdbdb;
    border-top: 0px;
}
.checkout-index-index
    .checkout-container
    .opc-block-shipping-information
    .ship-to,
.checkout-index-index
    .checkout-container
    .opc-block-shipping-information
    .ship-via {
    padding: 5px !important;
    margin: 0 0 0px !important;
    background-color: #fafafa;
}
.checkout-index-index
    .checkout-container
    .opc-block-shipping-information
    .ship-to
    .shipping-information-title,
.checkout-index-index
    .checkout-container
    .opc-block-shipping-information
    .ship-via
    .shipping-information-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}
.checkout-index-index
    aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    margin-top: 0px !important;
}
.checkout-index-index
    .payment-option._collapsible.opc-payment-additional.discount-code {
    border: 1px solid #cccccc;
    border-top: 0px;
    border-bottom: 0px;
    margin-top: 10px;
}
/* thankyou page */
/* .page-main{
    padding: 0px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.action.print {
    float: none;
    background-color: #f1780e;
    padding: 6px 10px;
    color: #ffff;
    display: inline-block;
    margin: 10px 0px;
    text-transform: uppercase;
}
a.action.print:hover{
    background-color: #f1780e;
}
a.action.primary.continue {
    background-color: #f1780e;
}
.page-title {
    font-size: 230.76%;
    color: #282828;
    font-weight: 700;
    position: relative;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Rubik';
} */

/* abuse popup */
.report_abuse_container header.modal-header,
.return_policy_container header.modal-header,
.seller_contact_container.modal-slide._inner-scroll._show .modal-inner-wrap  header.modal-header{
    padding: 10px 30px !important;
    border: 0px !important;
}
.report_abuse_container .modal-popup .modal-title,
.return_policy_container .modal-popup .modal-title ,
.seller_contact_container.modal-slide._inner-scroll._show .modal-inner-wrap .modal-title{
    padding-bottom: 0px !important;
}
.report_abuse_container .field.email.required {
    width: 100% !important;
    margin-bottom: 12px !important;
}
.report_abuse_container.modal-popup._inner-scroll .modal-inner-wrap,
.return_policy_container.modal-popup._inner-scroll .modal-inner-wrap ,
.seller_contact_container.modal-slide._inner-scroll._show .modal-inner-wrap {
    max-width: 500px !important;
    border-radius: 12px;
}
.report_abuse_container.modal-popup._inner-scroll .modal-content,
.return_policy_container.modal-popup._inner-scroll .modal-content,
.seller_contact_container.modal-slide._inner-scroll._show  .modal-content{
    border-radius: 12px;
}
.report_abuse_container.modal-popup .modal-title,
.return_policy_container.modal-popup .modal-title ,
.seller_contact_container.modal-slide._inner-scroll._show .modal-inner-wrap .modal-title {
    border: 0px !important;
    color: #282828;
}
.report_abuse_container .fieldset {
    margin-bottom: 0px;
}
.report_abuse_container button.action-close,
.return_policy_container button.action-close ,
.seller_contact_container.modal-slide._inner-scroll._show .modal-inner-wrap button.action-close {
    padding-top: 16px !important;
    height: auto;
}
.report_abuse_container button.action-close:hover,
.return_policy_container button.action-close:hover ,
.seller_contact_container.modal-slide._inner-scroll._show .modal-inner-wrap button.action-close:hover {
    background-color: transparent !important;
}
.report_abuse_container button.action.submit.primary {
    background-color: #282828 !important;
    min-width: auto !important;
    padding: 0px 25px !important;
    border-radius: 8px;
}
.report_abuse_container .field {
    margin-bottom: 12px !important;
}
.report_abuse_container div#report_abuse_frm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
div#report_abuse_frm label {
    flex: 0 0 45%;
}
.return_policy_container h3 {
    color: #282828;
    font-size: 15px;
    margin-bottom: 6px !important;
}
.return_policy_container p ,
.seller_contact_container.modal-slide._inner-scroll._show .modal-inner-wrap p{
    font-size: 13px;
    margin-bottom: 20px !important;
}
.return_policy_container div.modal-content ,
.seller_contact_container.modal-slide._inner-scroll._show .modal-inner-wrap div.modal-content {
    padding: 0px 30px 10px !important;
}
.viewReturn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
    margin-top: 40px;
    width: 100%;
}
.viewReturn a#return_policy,
.abuseReport a#click-me {
    color: #ff2d37 !important;
    text-decoration: underline;
    font-weight: 400 !important;
    text-align: center;
}
.report_abuse_container.modal-popup .action-close:before,
.return_policy_container.modal-popup .action-close:before {
    font-size: 46px !important;
    color: #000;
    font-weight: 600 !important;
}
div#report_abuse_frm label.otherbtn {
    font-weight: 500 !important;
}

.vendor-info {
    margin-bottom: 8px;
    margin-top: 4px;
    display: inline-block;
    width: 55%;
    float: left;
    clear: both;
}
.abuseReport {
    display: inline-block;
    width: 30%;
    float: right;
    text-align: right;
    margin-top: 50px;
}
.product-full-width-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 20px;
    padding: 10px 0px 0px;
}
.prod_value {
    flex: 0 0 50%;
    margin-bottom: 15px;
}
.prod_value p {
    margin-bottom: 0px !important;
    font-size: 13px;
    color: #666666 !important;
    font-weight: 700 !important;
    font-family: "Rubik";
}
.sellertxt {
    font-size: 13px;
    letter-spacing: 0px;
    color: #666666;
    font-weight: 400;
    font-style: italic;
    font-family: "Rubik";
    margin-bottom: 0px !important;
}
.seller_name b {
    font-size: 16px;
    letter-spacing: 0px;
    color: #282828;
    font-weight: 700;
    font-family: "Rubik";
}
.seller_details .left a {
    font-size: 13px;
    letter-spacing: 0px;
    color: #4461a2 !important;
    font-weight: 700;
    font-family: "Rubik";
    text-decoration: underline;
}
.seller_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question-policy,
.question-list ul.reply li.like,
.question-list ul.reply li.dislike {
    display: none;
}

.col2-layout .abuseReport {
    margin-top: 0px;
}
.col1-layout .viewReturn {
    text-align: right;
    display: block;
}
table#product-attribute-specs-table {
    width: 100%;
}

table#product-attribute-specs-table tbody {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
table#product-attribute-specs-table tbody tr {
    flex: 0 0 33.33%;
}
.infoHeading {
    color: #666666 !important;
    font-weight: 700 !important;
    font-family: "Rubik";
    margin-bottom: 0px;
}
.infoText {
    font-weight: 400 !important;
    padding: 0px;
}
.catalog-product-view
    .sidebar
    .block
    .block-content
    .product-item-details
    .product-reviews-summary
    .rating-summary {
    margin: 0 !important;
}

.block-minicart
    .minicart-items
    .product-item-details
    .product.actions
    .action.delete:after {
    font-size: 14px !important;
    top: -10px !important;
}
.block-minicart .minicart-items .product-item-details .update-cart-item {
    margin-left: 0px !important;
    width: auto;
    display: block;
    margin-top: 10px;
}
.customer-account-index .box-content table tr td.padding-right {
    padding-right: 40px !important;
}
.block-minicart .minicart-items-wrapper {
    padding: 20px 5px 20px 5px !important;
}
/* order histroy */
table#my-orders-table a.action.view,
table#my-orders-table a.action.order {
    border: 1px solid #dadada;
    padding: 2px 6px;
    margin: 2px;
    display: inline-block;
    font-size: 10px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
}
span.refund {
    background-color: #ccc;
    font-size: 10px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
    padding: 2px 6px;
    margin: 2px;
    display: inline-block;
}
span.refund a.refund-order,
a.refund-order {
    color: #686868 !important;
    border: 1px solid #dadada;
    padding: 2px 6px;
    margin: -2px -6px;
    background: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    font-family: "Rubik";
}
.sales-order-history table#my-orders-table tr th {
    font-size: 13px;
    letter-spacing: 0px;
    color: #686868;
    font-weight: 600;
    font-family: "Rubik";
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.sales-order-history table#my-orders-table tr td {
    font-size: 13px;
    letter-spacing: 0px;
    color: #686868;
    font-weight: 500;
    font-family: "Rubik";
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.sales-order-history td.col.actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sales-order-view table#my-orders-table tr td,
.sales-order-view .price-including-tax .price,
.sales-order-invoice table#my-invoice-table-6 tr td,
.sales-order-invoice .price-including-tax .price,
.sales-order-shipment table#my-shipment-table-5 tr td,
.sales-order-shipment .price-including-tax .price {
    font-size: 13px !important;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 500;
    font-family: "Rubik";
    vertical-align: middle;
}
.sales-order-view table#my-orders-table tfoot tr td {
    color: #686868 !important;
    font-weight: 400;
    font-family: "Rubik";
}
.sales-order-view .block-title strong,
.sales-order-invoice .block-title strong,
.sales-order-shipment .block-title strong {
    font-size: 16px !important;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 700 !important;
    font-family: "Rubik";
}
.sales-order-view span.price-excluding-tax,
.sales-order-view tr.grand_total span.price,
.sales-order-view tr.grand_total,
.sales-order-invoice span.price-excluding-tax,
.sales-order-invoice tr.grand_total span.price,
.sales-order-invoice tr.grand_total {
    font-size: 16px !important;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 500 !important;
    font-family: "Rubik";
    vertical-align: middle;
}
.price-including-tax .price,
.price-excluding-tax .price {
    font-weight: 500;
}
.sales-order-view .order-details-items .table-order-items .product-item-name,
.sales-order-invoice strong.product.name.product-item-name,
.sales-order-shipment strong.product.name.product-item-name,
.order-details-items .item-options dt {
    font-weight: 500 !important;
}
/* td.col.status{
    border-radius: 3px;
background-color: #ffdbbc;
} */
.sales-order-view a.action.back,
.sales-order-history a.action.back,
.sales-order-invoice a.action.back,
.sales-order-shipment a.action.back {
    border-radius: 3px;
    background-color: #1b1b1b;
    padding: 0px 10px;
}
.sales-order-view strong.box-title span,
.sales-order-invoice strong.box-title span,
.sales-order-shipment strong.box-title span {
    font-size: 13px !important;
    line-height: 19px;
    color: #686868;
    font-weight: 700;
    font-family: "Rubik";
}
.sales-order-view table#my-orders-table tbody,
.sales-order-invoice table#my-invoice-table-6 tbody,
.sales-order-shipment table#my-shipment-table-5 tbody {
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding: 10px;
    background-color: #f8f8f8 !important;
}
.sales-order-view .nav.item.current {
    background-color: none !important;
    margin-right: 0px;
}
.sales-order-view .page-title,
.sales-order-invoice .page-title,
.sales-order-shipment .page-title {
    padding: 0px !important;
    background-color: transparent !important;
}
.sales-order-view .page-title-wrapper,
.sales-order-invoice .page-title-wrapper,
.sales-order-shipment .page-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #dbdbdb !important;
    padding: 10px 20px !important;
}
.sales-order-view .order-status {
    display: none;
}
.sales-order-view .order-status,
.sales-order-view .order-date,
.sales-order-view .order-actions-toolbar,
.sales-order-invoice .order-status,
.sales-order-invoice .order-date,
.sales-order-invoice .order-actions-toolbar,
.sales-order-shipment span.order-status,
.sales-order-shipment .order-date,
.sales-order-shipment .order-actions-toolbar {
    margin-bottom: 0px;
    margin-top: 0px !important;
}
.sales-order-view a.action.print {
    font-size: 13px;
    letter-spacing: 0px;
    color: #686868;
    font-weight: 500;
    font-family: "Rubik";
}
.sales-order-view a.action.order {
    color: #282828;
    font-weight: 500 !important;
    font-family: "Rubik";
}

.sales-order-view .order-title,
.sales-order-invoice span.order-status {
    display: none;
}

.sales-order-view .table-order-items .col,
.sales-order-invoice .table-order-items .col,
.sales-order-shipment .table-order-items .col {
    width: auto !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: left !important;
    vertical-align: text-top;
}
.sales-order-invoice .table-order-items .col,
.sales-order-shipment .table-order-items .col {
    font-weight: 500;
    color: #1b1b1b;
}
.sales-order-view .order-links .item,
.sales-order-invoice .order-links .item,
.sales-order-shipment .order-links .item {
    display: inline-block;
    margin-right: 20px !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #eaeaea !important;
    border: 1px solid #dbdbdb !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 38px;
    min-width: 130px;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 13px !important;
    color: #a8a8a8 !important;
    font-weight: 400;
    font-family: "Rubik";
    padding: 0;
}
.sales-order-view .order-links .item a,
.sales-order-invoice .order-links .item a,
.sales-order-shipment .order-links .item a {
    height: 100%;
    width: 100%;
    display: inline-block;
}
.sales-order-view .order-links .item:hover,
.sales-order-view .order-links li.nav.item.current,
.sales-order-invoice .order-links .item:hover,
.sales-order-invoice .order-links li.nav.item.current,
.sales-order-shipment .order-links .item:hover,
.sales-order-shipment .order-links li.nav.item.current {
    background-color: #f1780e !important;
    color: #ffffff !important;
    font-weight: 500;
}
.sales-order-view .order-links .item strong,
.sales-order-view .order-links .item a,
.sales-order-invoice .order-links .item strong,
.sales-order-invoice .order-links .item a,
.sales-order-shipment .order-links .item a,
.sales-order-shipment .order-links .item strong {
    color: inherit !important;
}
.sales-order-view .order_row_buttons {
    display: flex;
    justify-content: flex-start;
}
.sales-order-view .order_row_buttons a {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    padding: 8px 14px;
    font-size: 13px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
    margin-right: 15px;
    cursor: pointer;
}

.sales-order-view .product-reviews-summary .rating-summary {
    margin: unset !important;
    margin-right: auto !important;
}
/* .sales-order-invoice .table-wrapper.order-items,
	.sales-order-view .table-wrapper.order-items,
	.sales-order-shipment .table-wrapper.order-items {
		width: 100%;
		overflow: auto;
    } */
.sales-order-view table#my-orders-table .col img {
    max-width: 130px;
    height: 55px;
    width: 55px;
}
.sales-order-view table#my-orders-table a.order_prdct_img {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border: 1px solid #dbdbdb;
}
td.col.status.complete {
    color: #5ca93d !important;
}
td.col.status.pending {
    color: #f0780e !important;
}
/* .table-order-items tr th
    {
        font-weight: 500 !important;
        text-align: left !important;
    } */
.table-order-items tr td {
    text-align: left !important;
}
.table-order-items dt {
    font-weight: 500 !important;
    color: #686868;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0px !important;
    line-height: 10px;
    margin-top: 5px !important;
    font-weight: 700 !important;
}

/* table#my-orders-table .col{
        width: 20% !important;
    } */
.table-wrapper.order-items {
    width: 100%;
    display: block;
    overflow: auto;
}
.sales-order-view .table-order-items {
    min-width: 1200px;
}
.order-details-items .item-options dt {
    font-weight: 700 !important;
}

/* request modal */
.bss-modals-wrapper .modal-inner-wrap .modal-header {
    text-align: center;
    text-transform: uppercase;
    padding-top: 6px;
    border-bottom: 0;
}
.bss-modals-wrapper .modal-inner-wrap .modal-header h1 {
    border: 0px;
}
.bss-modals-wrapper .modal-inner-wrap #bss-refund-modal .control {
    margin: 0px 0;
}
.bss-modals-wrapper .modal-popup .modal-header,
.bss-modals-wrapper .modal-popup .modal-content,
.bss-modals-wrapper .modal-popup .modal-footer {
    padding: 0px 15px;
}
.bss-modals-wrapper .modal-inner-wrap .modal-header h1 {
    margin-left: 0px;
    margin-top: 6px;
    color: #282828;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 500 !important;
    font-family: "Rubik";
}
.bss-modal .field.required {
    margin-bottom: 10px !important;
}
.bss-modal .field.required label {
    width: 100%;
}
.bss-modal button.action-close:focus {
    background-color: transparent !important;
}
.bss-modal select,
.bss-modal textarea {
    border: 1px solid #ddd !important;
}
.bss-modal .field.required label span {
    font-size: 13px;
    letter-spacing: 0px;
    color: #686868;
    font-weight: 600;
    font-family: "Rubik";
    font-family: "Rubik";
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.bss-modals-wrapper .modal-inner-wrap #bss-refund-modal .control p {
    margin-bottom: 6px;
    font-weight: 400 !important;
    font-family: "Rubik";
}
button.bss-popup-button {
    font-weight: 500;
    background-color: #ff2d37 !important;
}
/* order view */
strong.product.name.product-item-name {
    max-width: 200px;
    word-break: break-word;
    display: block;
}
.customer-account-index .box-content table tr td p a {
    background-color: transparent !important;
    color: #495057 !important;
    font-size: 12px !important;
    font-family: "Rubik";
    line-height: 18px;
    border: 0 !important;
    padding: 0px !important;
}
.sales-order-shipment .order-title strong,
.sales-order-invoice .order-title strong {
    margin: 0px !important;
    font-weight: 500 !important;
}
.sales-order-shipment .order-title,
.sales-order-invoice .order-title {
    font-size: 13px !important;
    color: #686868;
    font-family: "Rubik";
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0px;
    background-color: #eaeaea !important;
    padding: 10px 5px;
}
.sales-order-shipment .order-title a.action.track,
.sales-order-invoice .invoice a.action.print {
    border: 1px solid #c1c1c1;
    margin: 6px 2px;
    display: inline-block;
    font-size: 12px;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
    line-height: 14px;
    border: 0;
    background-color: #1b1b1b;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
}
td.col.status.processing {
    color: #457ba0 !important;
}
td.col.status.canceled {
    color: #ff2d37 !important;
}
a.action.print.printallwrap,
.sales-order-shipment .order-details-items.shipments a.action.print {
    border: 0 !important;
    background-color: #1b1b1b;
    padding: 4px 10px !important;
    color: #fff !important;
    font-size: 12px !important;
}
a.action.print.printallwrap i,
.actions-toolbar i {
    margin-right: 3px;
}
.invoice .actions-toolbar,
.sales-order-shipment .order-details-items.shipments .actions-toolbar {
    border-bottom: 1px solid #dadada;
    padding: 8px 0px 16px;
}
a.action.print.ml-2 {
    margin-right: 5px;
}
.sales-order-shipment a.action.order {
    display: none;
}
.sales-order-view .modal-dialog button.close {
    background-color: transparent;
    margin: 0;
    opacity: 1;
    height: auto;
    padding: 0 !important;
}
.sales-order-view .modal-dialog button.close span {
    color: #000 !important;
    font-size: 46px;
    font-weight: 400;
}
.sales-order-view .modal-dialog button.close:hover {
    background-color: transparent;
}
.sales-order-view .modal-dialog .modal-title {
    font-size: 26px;
    font-weight: 300;
    color: #282828;
}
.sales-order-view .modal-content {
    border-radius: 12px;
    box-shadow: 0 0 12px 2px rgb(0 0 0 / 35%);
}
.sales-order-shipment .order-details-items .order-title > strong,
.sales-order-shipment .order-title strong,
.sales-order-invoice .order-title strong {
    font-size: 20px;
}
.sales-order-invoice .table-order-items .subtotal,
.table-order-items .amount {
    text-align: right !important;
}
.sales-order-view .modal-body p {
    font-weight: normal;
    margin: 0;
}
.sales-order-view .modal-header {
    padding: 10px 30px;
}
.sales-order-view .modal-body {
    padding: 0px 30px 10px;
    font-weight: normal;
    text-align: left;
}
.sales-order-view table#my-orders-table tr td,
.sales-order-view table#my-orders-table tr th {
    text-align: right !important;
}
.sales-order-view table#my-orders-table tr td:first-child,
.sales-order-view table#my-orders-table tr th:first-child {
    text-align: left !important;
}
.sales-order-view table#my-orders-table tr.subtotal th:first-child,
.sales-order-view table#my-orders-table tr.shipping th:first-child,
.sales-order-view table#my-orders-table tr.grand_total th:first-child {
    text-align: right !important;
}
.sales-order-invoice .table-order-items table tr th.col,
.sales-order-shipment table.table-order-items tr th.col {
    color: #686868;
    font-weight: bold;
}

.sales-order-print .page-title,
.sales-order-print .order-details-items .order-title > strong,
.sales-order-printinvoice .page-title,
.sales-order-printinvoice .order-details-items .order-title > strong,
.sales-order-printshipment .page-title,
.sales-order-printshipment .order-details-items .order-title > strong {
    font-size: 20px;
}
.sales-order-print .order-items.table-wrapper th.col,
.sales-order-print strong.product.name.product-item-name,
.sales-order-printinvoice .table-order-items .col,
.sales-order-printshipment .table-order-items .col {
    white-space: nowrap;
}
.sales-order-print .order-items.table-wrapper .col,
.sales-order-printinvoice .table-order-items.table-wrapper .col,
.sales-order-printshipment .table-order-items .col {
    width: auto;
    text-align: right !important;
}
.sales-order-print .order-items.table-wrapper .col:first-child,
.sales-order-printinvoice .table-order-items.table-wrapper .col:first-child,
.sales-order-printshipment .table-order-items .col:first-child {
    text-align: left !important;
}
.sales-order-print .order-items.table-wrapper .col,
.sales-order-printinvoice .table-order-items.table-wrapper .col,
.sales-order-printshipment .table-order-items .col {
    width: auto;
    text-align: right !important;
    font-weight: 500;
    color: #1b1b1b;
}
.sales-order-print .order-items.table-wrapper .col:first-child,
.sales-order-printinvoice .table-order-items.table-wrapper .col:first-child,
.sales-order-printshipment .table-order-items .col:first-child {
    text-align: left !important;
}
.sales-order-print strong.product.name.product-item-name,
.sales-order-printinvoice strong.product.name.product-item-name,
.sales-order-printshipment strong.product.name.product-item-name {
    max-width: initial;
}
.sales-order-print span.price-excluding-tax,
.sales-order-printinvoice span.price-excluding-tax,
.sales-order-printshipment span.price-excluding-tax {
    font-size: 16px !important;
    color: #1b1b1b;
}
.sales-order-print .order-items.table-wrapper thead th.col,
.sales-order-printinvoice .table-order-items.table-wrapper thead th.col,
.sales-order-printshipment .table-order-items thead th.col {
    color: #686868;
    font-weight: bold;
}

.sales-order-print table tfoot tr.grand_total,
.sales-order-print table tfoot tr.grand_total span.price,
.sales-order-print .block-order-details-view .block-title strong,
.sales-order-printinvoice table tfoot tr.grand_total,
.sales-order-printinvoice table tfoot tr.grand_total span.price,
.sales-order-printinvoice .block-order-details-view .block-title strong,
.sales-order-printshipment table tfoot tr.grand_total,
.sales-order-printshipment table tfoot tr.grand_total span.price,
.sales-order-printshipment .block-order-details-view .block-title strong {
    font-size: 16px !important;
    letter-spacing: 0px;
    color: #1b1b1b;
    font-weight: 500 !important;
}
.sales-order-print.account .column.main .block:not(.widget) .box-title > span,
.sales-order-printinvoice .column.main .block:not(.widget) .box-title > span,
.sales-order-printshipment .column.main .block:not(.widget) .box-title > span {
    font-size: 13px;
}
.sales-order-print table#my-orders-table a.order_prdct_img,
.sales-order-printinvoice table#my-orders-table a.order_prdct_img,
.sales-order-printshipment table#my-orders-table a.order_prdct_img {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border: 1px solid #dbdbdb;
    width: 122px;
}
.sales-order-print .order_row_buttons,
.sales-order-print .order_row_buttons,
.sales-order-print .product-reviews-summary,
.sales-order-print .actions-toolbar,
.sales-order-printinvoice .product-reviews-summary,
.sales-order-printinvoice header .outerWrap,
.sales-order-printinvoice header .container .row.align-items-end .col-lg-10,
.sales-order-printinvoice .headerBottomContainer::after,
.sales-order-printshipment .product-reviews-summary,
.sales-order-printshipment header .outerWrap,
.sales-order-printshipment header .container .row.align-items-end .col-lg-10,
.sales-order-printshipment .headerBottomContainer::after {
    display: none;
}
.sales-order-print .order-status,
.sales-order-printinvoice .order-status,
.sales-order-printshipment .order-status {
    background-color: #ccc;
    color: #686868;
    font-weight: 400;
    font-family: "Rubik";
    padding: 2px 6px;
    display: inline-block;
    border-radius: 4px;
}

/* review */
#product-review-container li.item.review-item {
    display: flex;
    flex-direction: column;
}
#product-review-container .review-ratings ~ .review-content,
#product-review-container .review-ratings ~ .review-details {
    margin-left: 0px !important;
}
#product-review-container .review-title {
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 13px;
    font-weight: 500;
    color: #454545;
}
#product-review-container .review-item {
    padding: 0px 0px 20px !important;
}
#product-review-container .review-list .block-title {
    margin-bottom: 15px !important;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1px;
}
#product-review-container .review-list .block-title strong {
    font-size: 15px !important;
    color: #282828;
    font-weight: 500;
    position: relative;
}
#product-review-container .review-list .block-title strong:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #ff2d37;
    width: 100%;
    bottom: -3px;
    left: 0;
}

/* #product-review-container p.review-date {
    display: none;
} */
#product-review-container .review_outer {
    display: flex;
    margin: 6px 0px;
}
#product-review-container .review-content {
    margin-bottom: 0px;
    color: #686868;
    font-weight: 400;
    font-size: 13px;
}
#product-review-container .review-details {
    margin-right: 20px;
}
#product-review-container .review-author {
    display: inline;
    color: #454545;
    font-size: 16px;
}
#product-review-container .review-author strong {
    font-weight: 500 !important;
}

/* seller page */
.sidebar .block-content ul li span {
    display: inline-block !important;
    margin-left: 0 !important;
    font-size: 13px;
    color: #5d5d5d;
    word-break: break-all;
}
.sidebar .block-poll .block-content li a {
    word-break: break-all;
    color: #5d5d5d !important;
    font-size: 11px !important;
}
.store-para-text p {
 
    margin-bottom: 20px;
}
.csmarketplace-vshops-view  .field.limiter {
    margin-right: 10px;
}
.store-para-text h3 {
    margin-top: 20px;
    color: #5d5d5d !important;
    font-size: 18px;
    margin-bottom: 10px;
}
.csmarketplace-vshops-view .block-title span {
    font-size: 13px !important;
}
.sidebar .block-content ul li span,
.csmarketplace-vshops-view dl#narrow-by-list2 dt {
 
    font-size: 11px !important;
}
.sidebar .block-content ul li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 6px;
}
.sidebar .block-content ul li label {
    margin-right: 10px;
    min-width: 100px;
    font-size: 11px !important;
}
.sidebar .block-content ul li i {
    margin-right: 0px !important;
}
.sidebar .block-content ul li i.fa.fa-mobile {
    font-size: 20px;
}

/* review vendor shop */
.csmarketplace-vshops-view
    .products-grid
    .product-item-info
    .product-item-details {
    font-weight: 400;
    color: #000000;
    font-size: 11px;
    text-align: left !important;
}
.soldby_val a {
    color: #3898ff !important;
}
.csmarketplace-vshops-view .price-box .price {
    font-size: 15px !important;
    color: #000000;
    font-weight: 400;
    font-family: "DejaVu Sans";
}
.csmarketplace-vshops-view .add_Feature.prdct_grid p {
    margin-bottom: 0px;
}
.csmarketplace-vshops-view
    .products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    .actions-primary
    .tocart {
    width: auto !important;
    padding: 0px 10px !important;
    font-size: 107.69% !important;
    margin-left: 8px;
}
.csmarketplace-vshops-view
    .products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    button {
    height: 44px;
    background-color: #282828 !important;
    font-size: 107.69% !important;
    padding: 0px 10px !important;
    font-weight: 500 !important;
}
.csmarketplace-vshops-view
    .products-grid
    .product-item-info
    .product-item-details
    .product-item-inner
    button:hover {
    background-color: #f07000 !important;
}
.csmarketplace-vshops-view .sidebar .block .block-content {
    padding: 8px !important;
}
.csmarketplace-vshops-view .list_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 11px;
}
/* collapse */
.custom-collapse {
    cursor: pointer;
    width: 100%;
    outline: none;
    border: 1px solid #e5e5e5;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background: url(../images/bg-selectbox.png) no-repeat right center #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 9px 10px;
    font-size: 13px !important;

    color: #000000;
    font-weight: 400 !important;
}

.active,
.custom-collapse:hover {
    background-color: #fff;
}

.block-content.filter-content .content {
    display: none;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    top: -15px;
    border-left: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 0px 10px 10px !important;
    margin: 0px !important;
    margin-bottom: 25px !important;
    max-height: 100px;
    overflow: auto;
}
ol.items.custom_Dropdown {
    padding: 6px 5px;
}
.items.custom_Dropdown li a {
    color: #666666 !important;
}
.price-slider-values input[type="text"] {
    padding-left: 10px;
    padding-right: 8px;
}
.sidebar .block .empty,
.sidebar .block .block-content {
    padding: 15px !important;
}
.sidebar .block.filter .filter-options .filter-options-title {
    text-transform: initial !important;
}

#advSearch {
    display: none;
}
/* advance search */
/* .search-wrapper .sm-searchbox{
    display: none;
} */
.container.sm-autosearch-container {
    display: table;
    width: 100%;
}
.smas-wrap {
    border: 6px solid #1b1b1b;
    border-top-width: 8px !important;
    border-bottom-width: 8px !important;
    border-radius: 3px 0px 0px 3px;
    display: table;
    vertical-align: top;
    width: 100%;
    background-color: #1b1b1b;
    max-width: 100%;
}
.smas-wrap .smas-caption,
.smas-wrap .chosen-container-single .chosen-single div b {
    display: none;
}
.smas-wrap .smas-group-right {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 3px solid #1b1b1b;
    border-radius: 0px 3px 3px 0px;
    display: table-cell;
    vertical-align: middle;
    background-color: #1b1b1b;
}
.smas-wrap .smas-btn .btn.btn-search {
    height: 33px;
    padding: 0 !important;
    width: 34px;
    opacity: 1;
    border-radius: 3px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff !important;
}
.smas-wrap .smas-btn .btn.btn-search:before {
    text-align: center;
    font-size: 18px;
    color: #000;
}
.smas-wrap .smas-group-left {
    margin-right: 0px !important;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: calc(100% - 45px);
}
.smas-wrap .chosen-container {
    width: 100% !important;
}

.smas-wrap .chosen-container-single .chosen-single {
    height: 34px !important;
    line-height: 32px !important;
    position: relative;
    border: 1px solid #dbdbdb !important;
    padding-left: 15px !important;
    border-radius: 3px;
    font-size: 13px;
}
.smas-wrap .smas-attr-inner {
    margin: 0 2px;
}

.smas-wrap .chosen-container-single .chosen-single:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 25px;
}

.smas-wrap .smas-attr {
    float: none !important;
    width: 100% !important;
}
.return_policy_container h3 strong,
span#Specifications {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #282828 !important;
}
.return_policy_container h3 strong strong,
#popup-modal_return_policy span,
#popup-modal_return_policy a {
    color: #686868 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin: 0px !important;
}
.return_policy_container p {
    margin: 0px !important;
}

#popup-modal_return_policy ol li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px !important;
    margin-bottom: 20px !important;
    color: #686868 !important;
    text-align: left !important;
}
#popup-modal_return_policy ol li span,
#popup-modal_return_policy ol li a {
    font-size: 13px !important;
    margin-bottom: 20px !important;
    color: #686868 !important;
    text-align: left !important;
    margin-bottom: 0px !important;
}
div#popup-modal_return_policy {
    max-height: 400px;
    overflow: auto;
}
div#popup-modal_return_policy h2 {
    margin-top: 8px !important;
}
div#popup-modal_return_policy h2 span#Specifications {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #282828 !important;
}

.csvendorreview-rating-lists .review-list .block-title strong {
    display: none;
}
.csvendorreview-rating-lists li.item.review-item {
    filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

/* buyer rating */
#customer-reviews .review-ratings {
    width: 100% !important;
    float: none !important;
}
.review-content.cust-review-title,
#customer-reviews .review-details {
    margin-left: 0px !important;
    margin-bottom: 0px;
}
#customer-reviews .review-title {
    margin: 0 0 2rem;
    color: #41362f;
    font-weight: 600;
    line-height: 1.2;
    font-size: 13px;
    margin-bottom: 10px;
    width: 60%;
    text-transform: capitalize;
}
.review-content.cust-review-des {
    width: 100%;
    margin: 0px !important;
    background-color: #fce3ce;
    padding: 10px;
    border-radius: 6px;
    width: auto;
    display: inline-block;
    margin-top: 10px !important;
    position: relative;
    text-align: left;
}
.custom-rating-box .review-content.cust-review-des:after {
    bottom: 100%;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fce3ce;
    border-width: 10px;
    margin-left: -10px;
}
#customer-reviews .inner-wrapright {
    float: right;
    text-align: right;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    width: 60%;
    display: inline-block;
    margin-top: 10px !important;
}
.csvendorreview-rating-lists .inner-wrapright .review-content {
    background-color: #d6efff;
    width: 100%;
    margin: 0px !important;
    padding: 10px;
    border-radius: 6px;
    width: auto;
    display: inline-block;
    margin-top: 10px !important;
    position: relative;
    text-align: left;
    float: none;
}
#customer-reviews .inner-wrapright .review-content:after {
    content: "";

    border: solid transparent;

    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #d6efff;
    right: 18px;
    left: auto;
    bottom: 100%;
    border-width: 10px;
    margin-left: -10px;
}
.inner-wrapleft {
    position: relative;
    width: 60%;
}


.review-content {
    background-color: #fce3ce;
    padding: 10px;
    float: left;
    border-radius: 6px;
    width: auto;
    display: inline-block;
    margin-top: 10px !important;
    position: relative;
    text-align: left;
    margin-right: auto;
}
.response-wrap {
    float: right;
    text-align: right;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    width: 60%;
    display: inline-block;
    margin-top: 10px !important;
    clear: both;
    margin-left: auto;
}
.review-response {
    background-color: #d6efff;
    padding: 10px;
    border-radius: 6px;
    width: auto;
    display: inline-block;
    margin-top: 10px !important;
    position: relative;
    text-align: left;
    margin-left: auto;
    
    
}

.catalog-product-view .fieldset .review-legend.legend{
    font-size: 15px;
}
p.review-date {
    margin-bottom: 0px;
}
.vendor-wrap {
    display: flex;
    align-items: baseline;
}
.csvendorreview-rating-lists #customer-reviews .review-title{
width: auto;
font-size: 16px;
}
.csvendorreview-rating-lists .review-title span{
    margin-right: 10px;
    font-size: 16px;
}
.request-wrap {
    float: left;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    width: 60%;
    display: inline-block;
    margin-top: 10px !important;
    clear: both;
    margin-right: auto;
}
.cust-review-title {
    word-break: break-word;
}


.reviewredirect-product-index li.item.review-item ,
.reviewredirect-seller-index li.item.review-item{
    filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.reviewredirect-seller-index #customer-reviews .review-title{
    width: auto;
    margin-right: 10px;
}
.reviewredirect-seller-index .review-content{
    float: unset;
}
.reviewredirect-product-index .review_outer {
    display: flex;
    flex-wrap: wrap;
}
.reviewredirect-product-index .review_outer .review-details {
    margin-right: 10px;
}
#customer-reviews .review-title
{
    word-break: break-all;
}
.reviewredirect-seller-index #customer-reviews .inner-wrapright .review-content:after{
    border-bottom-color: #fce3ce !important;
}
.reviewredirect-product-index .block-title strong,
.reviewredirect-seller-index .review-list .block-title strong {
    font-size: 230.76%;
    color: #282828;
    font-weight: 500 !important;
}
.reviewredirect-product-index .request-wrap img{
    margin:10px 0px;
}
.reviewredirect-product-index .request-wrap{
    
    padding-left: 0px;
    margin-top: 0px !important;
    padding-top: 0px;
}
.reviewredirect-product-index .request-wrap h4 {
    font-weight: 500;
    font-size: 14px;
}
button.action.cancel.primary {
    background-color: #ff2d37 !important;
}
button.action.cancel.primary:hover
{
    background-color: #444 !important;
}
li.social_li {
    display: inline-block !important;
    width: 15%;
    margin-top: 5px;
}
.sidebar .block-poll .block-content li a.view-link {
    color:#4267b2 !important;
    background-color: #fff;
    border-style: none !important;
    border: 0px !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    font-weight: 500 !important;
}
/* modal ui */
div#return_policy h5#exampleModalLabel3 ,
div#seller_terms_condition h5,
div#seller_policy h5,
div#contact_seller h5{
    border: 0px !important;
    color: #282828;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 0;
}
div#return_policy button.close,
div#seller_terms_condition button.close,
div#seller_policy button.close,
div#contact_seller button.close{
    background-color: transparent;
    width: 100px;
    padding-top: 8px !important;
    opacity: 1;
	height:50px !important;
	line-height:50px !important;
}
div#return_policy .modal-header ,
div#seller_terms_condition .modal-header,
div#seller_policy .modal-header,
div#contact_seller .modal-header{
    padding: 10px 15px 0px;
}
div#return_policy .modal-content,
div#seller_terms_condition .modal-content,
div#seller_policy .modal-content,
div#contact_seller .modal-content
 {
    border-radius: 12px;
    padding-bottom: 30px;
}
div#return_policy .modal-body p ,
div#seller_terms_condition .modal-body p,
div#seller_policy .modal-body p,
div#contact_seller .modal-body p
{
    font-size: 14px !important;
    color: #686868 !important;
    text-align: left !important;
    margin-bottom: 5px;
}
div#return_policy .modal-header span ,
div#seller_terms_condition .modal-header span,
div#seller_policy .modal-header span,
div#contact_seller .modal-header span{ 
    font-size: 45px !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.csmarketplace-vshops-view .sidebar .block-content ul li{
    display:block;
}
div#seller_terms_condition .modal-body ,
div#seller_policy .modal-body ,
div#return_policy .modal-body ,
div#contact_seller .modal-body{
    max-height: 400px;
    overflow: auto;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 0px !important;
}

aside.modal-popup.modal-slide._inner-scroll._show header.modal-header {
    padding: 10px 35px !important;
}
aside.modal-popup.modal-slide._inner-scroll._show  .modal-title {
    
    font-weight: 300;
    padding-bottom: 0px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
    border: 0px !important;
    color: #282828;
	
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
    max-width: 500px !important;
    margin: 0 auto;
    left: 0px;
	border-radius: 12px;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .label {
    color: #000000 !important;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .action-close:before {
    font-size: 46px !important;
    color: #000;
    font-weight: 600 !important;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 9;    
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .action-close {
    border: none !important;
    padding-top: 15px !important;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .action-close:hover{background-color:transparent !important;}


aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .field.choice:before {
    display: none;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap  footer.modal-footer {
    padding: 20px !important;
    justify-content: flex-start;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap button.action.primary.action-save-address ,
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap button.action.secondary.action-hide-popup{
    background-color: #282828 !important;
    min-width: auto !important;
    padding: 0px 25px !important;
}
ul#products-list a img{
	width: 100% !important;
}

/* 18/08/2021 */
.serviceprovider-account-login .login-container {
    display: flex;
    flex-wrap: wrap;
}

.serviceprovider-account-forgotpassword .col-sidebar {
    display: none;
}

/**********************************************
    Dated- 12-April-2022 (Rakesh)
    //Chat box Elements 
****************************/
#chatbox-component .chatbox-header .star-ratings-sprite {
    position: absolute;
    left: 93px;
    top: 19px;
}
#chatbox-component .chatbox-header .star-ratings-sprite ~ .top-status-title-frame .support_status {
    top: 6px;
}
#chatbox-component .chatbox-header .star-ratings-sprite ~ .top-status-title-frame h4 {
    top: -9px;
}
.wp-sl #chatbox-component .fa.user-info-button {
    font-size: 22px;
    top: 0;
}
.wp-sl #chatbox-component .fa.report-button {
    font-size: 18px;
}

#chatbox-component .chat .chat-history .chat-date {
    left: 50%;
    transform: translateX(-50%);
}
#chatbox-component .chat .chat-history {
    height: 335px;
}
#chatbox-component .chat #bottom-controls form {
    height: 50px;
}
.chat #bottom-controls #chat-form textarea.type_message {
    height: 30px;
    font-size: 12px;
}
#chatbox-component .chat #bottom-controls .dropup {
    bottom: 15px;
}


/* user-rating-popup */
#chatbox-component .user-rating-popup {
    width: 90%;
    top: -5px;
}
#chatbox-component .user-rating-popup .legend {
    letter-spacing: 0;
}
#chatbox-component .user-rating-popup .fieldset .field input,
#chatbox-component .user-rating-popup .fieldset .field .block-comment {
    width: 100%;
    padding: 5px 5px;
    border: 1px solid #444
}
#chatbox-component .user-rating-popup .fieldset .field .block-comment {
    height: 140px !important;
}
#chatbox-component .user-rating-popup .actions-toolbar button {
    width: 100%;
}

/** customer_controls **/
#chatbox-component header#customer_controls {
    box-shadow: 0 0px 2px #0d5a8f !important;
    border: 1px solid #0d5a8f !important;
    border-radius: 5px 5px;
    top: 42px !important;
    width: 98%;
    left: 1%;
    display: flex;
    justify-content: space-between;
}
#chatbox-component header#customer_controls .user-info {
    width: 310px;
    float: none;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
}
#chatbox-component header#customer_controls .user-info h4 {
    left: 0 !important;
    top: 2px;
}
#chatbox-component header .list-group-item {
    text-align: left;
}

/******** profile-setting-image ****/
#chat_history .chat-message-client img {
    width: 42px;
    height: 42px;
    margin-right: 15px;
}
#chatbox-component .profile-setting-image {
    width: 90%;
    height: 80%;
    left: 5%;
    top: 1%;
}
#chatbox-component .profile-setting-image .image_block {
    width: 160px;
    height: 160px;
    border: 2px solid #fff;
    left: 50%;
    transform: translateX(-50%);
}
#chatbox-component .profile-setting-image .profile_image {
    width: 160px;
    height: 160px;
    left: 50%;
    transform: translateX(-50%);
}
#chatbox-component .profile-setting-image .actions-toolbar {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#chatbox-component .profile-setting-image .actions-toolbar .primary {
    display: flex;
    justify-content: center;
    align-items: center;
}

/********* user-rating-popup ********/
#chatbox-component .user-rating-popup .fieldset legend {
    margin-bottom: 5px;
}
#chatbox-component .user-rating-popup .chat-rating-stars {
    left: 0;
}
#chatbox-component .user-rating-popup .chat-rating-stars label {
    float: left;
    font-size: 25px !important;
    text-shadow: none;
}
/**********************************************
    serviceprovider-account Elements
*********************/
.serviceprovider-account-index .cust_footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.serviceproviderlist-mechanics-index .toolbar-list-container .toolbar-right-col,
.serviceproviderlist-towvanproviders-index .toolbar-list-container .toolbar-right-col {
    display: inline-flex;
    padding-right: 15px;
}
/****** filter-options-content *****/
.sidebar .block.filter .filter-options .filter-options-content input {
    margin-top: 10px;
}
.serviceproviderlist-mechanics-index .block-content.filter-content .content,
.serviceproviderlist-towvanproviders-index .block-content.filter-content .content {
    margin-bottom: 5px !important;
}
.prdt-detail-content-col .product-info-main-frame .product-social-links .action .fa-heart-o {
    font-size: 24px;
    line-height: 1.65;
}
.serviceproviderlist-mechanics-index .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions,
.serviceproviderlist-towvanproviders-index .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.ask-queries-section .pagination-frame .toolbar-products {
    justify-content: center;
}

.sprov-dtl-page-frame .ask-queries-section .alert {
    margin-top: 10px;
}
/** similar-search-section **/
.similar-search-section .products-grid .product-item-info {
    border: 1px solid #e5e5e5;
}
.similar-search-section .products-grid .product-item-info .product-item-details {
    border: 0 none;
    border-top: 1px solid #e5e5e5;
}
.similar-search-section .owl-carousel .owl-item img {
    width: 200px;
    height: 200px;
    margin: 30px auto;
}
.prdt-detail-content-col .product-info-main-frame .product-social-links .action-fav .fa {
    font-size: 24px;
    line-height: 1.7;
    color: #ff2d37;
}
.similar-search-section .similar-search-rating-result .react-stars{
    margin: 0 auto;
}
.similar-search-section .product-item-details .availablity-block .val {
    display: flex;
    justify-content: center;
    word-break: break-all;
}
/** like-dislike-block-blank **/
.like-dislike-block-blank label {
    font-size: 16px !important;
    margin-right: 10px;
}
/** customer Favorites List **/
.customers-favorites-index .products-grid .fav-product-list .fav-prdt-action-frame .product-item-actions {
    height: 44px;
}


/**********************************************
    about-us page slider
*********************/
.mySlides {display: none}
.mySlides img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}
.slideshow-container .control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  text-align: center;
  vertical-align:middle;
  padding-top: 12px;
  margin-left: -25px;
  opacity: 0;
  transition: 0.6s ease;
}
.slideshow-container .next-slide {
  right: 0;
  margin-right: -25px;
}
.slideshow-container .control:hover{
color: rgb(255, 255, 255);
background-color: #ff2d37;
}
.slideshow-container:hover .control {
  opacity: 1;
}
/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  color: #ff2d37;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  display: block;
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  
}
/* On hover, add a black background color with a little bit see-through */
 .slideshow-container.control:hover .prev, .slideshow-container .control:hover .next {
  color: rgb(240, 240, 240);
}

/* Caption text */
.slideshow-container .text {
  color: #f50404;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: aqua;
  opacity: .7;
}

.slideshow-container .overlay-btn {
  outline: none !important;
    border: none !important;
    overflow: visible;
    display: inline-block;
    width: auto;
    margin: 0;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    font-size: 100% !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 20px !important;
    color: #fff !important;
    background-color: #ff2d37;
    text-decoration: none !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display: none;
}

/* Fading animation */
.slideshow-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.slideshow-container .fade:not(.show) {
    opacity: 1;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* about-us page slider ends */



@media screen and (max-width: 1366px) {
    .serviceproviderlist-mechanics-index .toolbar-list-container .toolbar-right-col .toolbar-sorter,
    .serviceproviderlist-towvanproviders-index .toolbar-list-container .toolbar-right-col .toolbar-sorter {
        margin-left: 10px;
    }
    .serviceproviderlist-mechanics-index .products-grid .product-item-info .product-item-details .product-item-inner .actions-primary .action, 
    .serviceproviderlist-towvanproviders-index .products-grid .product-item-info .product-item-details .product-item-inner .actions-primary .action {
        padding: 0 18px !important;
        font-size: 12px !important;
        margin-left: 36px;
    }
    .serviceproviderlist-mechanics-index .products-grid .product-item-info .product-item-details .product-item-inner .actions-secondary .action-fav, 
    .serviceproviderlist-towvanproviders-index .products-grid .product-item-info .product-item-details .product-item-inner .actions-secondary .action-fav {
        width: 44px !important;
        height: 35px;
    } 
    .serviceproviderlist-mechanics-index .products-grid .product-item-info .product-item-details .product-item-inner .phone-num-frame a, 
    .serviceproviderlist-towvanproviders-index .products-grid .product-item-info .product-item-details .product-item-inner .phone-num-frame a {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .header-container .navigation-mobile-container {
        position: absolute;
        top: -120px;
        right: 20px;
    }
}
@media screen and (max-width: 540px) {
    .downoadapp img {
        margin: 5px auto !important;
    }
}

/** Top service provider caraousel css **/
.owl-carousel.service-provider .owl-stage-outer {
    padding: 15px 20px 50px 20px;
}

.owl-carousel.service-provider .owl-nav [class*='owl-'] span {
    display: none !important;
}

.owl-carousel.service-provider .owl-nav .owl-prev {
    position: absolute;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    opacity: 1;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: none;
    top: calc(50% - 70px);
    cursor: pointer;
    left: -35px;
    margin: 0px !important;
    border: 1px solid #e5e5e5 !important;

}

.owl-carousel.service-provider .owl-nav .owl-next {
    position: absolute;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    opacity: 1;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: none;
    top: calc(50% - 70px);
    cursor: pointer;
    right: -35px;
    margin: 0px !important;
    border: 1px solid #e5e5e5 !important;
}

.owl-carousel.service-provider .owl-nav .owl-next:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 17px;
}

.owl-carousel.service-provider .owl-nav .owl-prev:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 17px;
}

.owl-carousel.service-provider .customNavigation .prev {
    left: -15px;
}

.owl-carousel.service-provider .customNavigation .next {
    right: -15px;
}

.products.wrapper~.toolbar .pages {
    display: block;
}

.products.wrapper~.toolbar .toolbar-sorter,
.products.wrapper~.toolbar .limiter {
    display: none;
}

.products.wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.product-item:hover {
    position: relative;
    z-index: 50;
}

.owl-carousel.service-provider .product-item-info {
    position: relative;
}

.owl-carousel.service-provider .product-item-info:before {
    opacity: 0;
    visibility: hidden;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 50%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 50%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.owl-carousel.service-provider .product-item-info .product-item-image {
    position: relative;
}

.owl-carousel.service-provider .product-item-info .product-item-image .action {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.owl-carousel.service-provider .product-item-info .product-item-image .action:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}

.owl-carousel.service-provider .product-item-info:hover:before {
    height: calc(100% + 44px);
    opacity: 1;
    visibility: visible;
}

.owl-carousel.service-provider .product-item-info:hover {
    z-index: 50;
}

.owl-carousel.service-provider .product-item-info .product-item-image .action span {
    display: none;
}

.owl-carousel.service-provider .product-item-info .product-item-photo {
    display: block;
    background-color: #fff;
    padding: 1px;
    border: 1px solid #e5e5e5;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.owl-carousel.service-provider .product-item-info .product-item-details {
    background-color: #fff;
    text-align: center;
    padding: 15px 16px 25px;
    border: 1px solid #e5e5e5;
    border-top: none;
    position: relative;
    top: 0;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-name {
    font-weight: normal;
    font-size: 107.69%;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-name .product-item-link {
    color: #282828;
    background-color: transparent;
    text-decoration: none;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -44px;
    left: -1px;
    right: -1px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .product-item-actions {
    background-color: #444;
    padding: 0 0px;
    position: relative;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
    font-size: 107.69% !important;
    background-color: #282828;
    height: 44px;
    line-height: 45px;
    width: 100%;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    border-color: transparent;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .actions-secondary .action {
    background-color: #282828;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .actions-secondary .action:before {
    display: none;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .actions-secondary .action span {
    display: none;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .actions-secondary .action.towishlist {
    left: 0;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .actions-secondary .action.towishlist:after {
    content: '\f004';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .actions-secondary .action.tocompare {
    right: 0;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .actions-secondary .action.tocompare:after {
    content: '\f021';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}

.owl-carousel.service-provider .product-item-info .product-item-details div[class^='swatch-opt-'] {
    width: 100%;
}

.owl-carousel.service-provider .product-item-info .product-item-details div[class^='swatch-opt-'] .swatch-option {
    float: none;
    display: inline-block;
    outline: none !important;
    margin: 0 5px 5px;
    border: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    min-width: 24px;
    position: relative;
    overflow: visible;
    color: #666;
    font-weight: normal;
}

.owl-carousel.service-provider .product-item-info .product-item-details div[class^='swatch-opt-'] .swatch-option:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.owl-carousel.service-provider .product-item-info .product-item-details div[class^='swatch-opt-'] .swatch-option.text {
    width: auto;
    height: auto;
}

.owl-carousel.service-provider .product-item-info .product-item-details div[class^='swatch-opt-'] .swatch-option.selected:before {
    border-color: #282828;
}

.product-item-info:hover:before {
    height: calc(100% + 40px);
    opacity: 1;
    visibility: visible;
}

.owl-carousel.service-provider .product-item-info:hover .product-item-image .action {
    opacity: 1;
    visibility: visible;
    display: none;
}

.owl-carousel.service-provider .product-item-info:hover .product-item-photo {
    border-color: #fff;
}

.owl-carousel.service-provider .product-item-info:hover .product-item-details {
    top: 44px;
    border-color: #fff;
}

.owl-carousel.service-provider .product-item-info:hover .product-item-details .product-item-inner {
    opacity: 1;
    visibility: visible;
}

.owl-carousel.service-provider .product-reviews-summary .rating-summary {
    padding: 3px 0 4px;
}

.owl-carousel.service-provider .product-reviews-summary .reviews-actions {
    display: none;
}

.owl-carousel.service-provider .products-list .list {
    padding-left: 15px;
    padding-right: 15px;
}

.owl-carousel.service-provider .products-list .product-item {
    margin-bottom: 30px;
}

.owl-carousel.service-provider .products-list .product-item .product-item-info {
    border: 1px solid #e5e5e5;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.owl-carousel.service-provider .products-list .product-item .product-item-info:after {
    content: '';
    display: block;
    clear: both;
}

/* .products-list .product-item .product-item-info:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        } */
.owl-carousel.service-provider .products-list .product-item .product-item-info:hover .product-item-image .action,
.owl-carousel.service-provider .products-list .product-item .product-item-info:hover .product-item-inner {
    opacity: 1;
    visibility: visible;
}

.owl-carousel.service-provider .products-list .product-item .product-item-image {
    width: 298px;
    border-right: 1px solid #e5e5e5;
    float: left;
    position: relative;
}

.owl-carousel.service-provider .products-list .product-item .product-item-image .action {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.owl-carousel.service-provider .products-list .product-item .product-item-image .action:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}

.owl-carousel.service-provider .products-list .product-item .product-item-image .action span {
    display: none;
}

.owl-carousel.service-provider .products-list .product-item .product-item-details {
    padding: 30px;
    border-left: 1px solid #e5e5e5;
    margin-left: 298px;
    position: relative;
    left: -1px;
}

.owl-carousel.service-provider .products-list .product-item .product-item-details .product-item-name {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 138.461%;
    display: block;
    width: 100%;
}

.owl-carousel.service-provider .products-list .product-item .product-item-details .product-item-description {
    margin-bottom: 20px;
}

.owl-carousel.service-provider .products-list .product-item .product-item-details .product-item-description .action.more {
    display: none;
}

.owl-carousel.service-provider .products-list .product-item .product-item-details .product-reviews-summary {
    margin: 3px 0 5px !important;
}

.owl-carousel.service-provider .products-list .product-item .product-item-details .price-box {
    margin-bottom: 9px;
}

.owl-carousel.service-provider .products-list .product-item .product-item-inner {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.owl-carousel.service-provider .products-list .product-item .product-item-inner .product-item-actions {
    display: table;
    width: 100%;
}

.owl-carousel.service-provider .products-list .product-item .product-item-inner .actions-primary {
    float: left;
}

.owl-carousel.service-provider .products-list .product-item .product-item-inner .actions-primary .tocart {
    margin-bottom: 5px;
    background-color: #282828;
    height: 40px;
    padding: 0 30px !important;
    line-height: 40px;
    font-size: 107.69% !important;
}

.owl-carousel.service-provider .products-list .product-item .product-item-inner .actions-secondary {
    float: left;
}

.owl-carousel.service-provider .products-list .product-item .product-item-inner .actions-secondary .action {
    background-color: #282828;
    color: #fff;
    float: left;
    margin-left: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.owl-carousel.service-provider .products-list .product-item .product-item-inner .actions-secondary .action:before,
.owl-carousel.service-provider .products-list .product-item .product-item-inner .actions-secondary .action span {
    display: none;
}

.owl-carousel.service-provider .products-list .product-item .product-item-inner .actions-secondary .action.towishlist:after {
    content: '\f004';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}

.owl-carousel.service-provider .products-list .product-item .product-item-inner .actions-secondary .action.tocompare:after {
    content: '\f021';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}

.owl-carousel.service-provider .page-layout-3columns .products-list .product-item .product-item-image {
    width: 200px;
}

.owl-carousel.service-provider .page-layout-3columns .products-list .product-item .product-item-details {
    margin-left: 200px;
}

.owl-carousel.service-provider .label-product {
    display: inline-block;
    font-size: 92.30%;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #fff;
    position: absolute;
    top: 15px;
    z-index: 10;
}

.owl-carousel.service-provider .label-product.label-sale {
    background-color: #ff2d37;
    left: -10px;
}

.owl-carousel.service-provider .label-product.label-sale:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #950c20;
    border-left: 10px solid transparent;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.owl-carousel.service-provider .label-product.label-new {
    background-color: #3599ff;
    right: -10px;
}

.owl-carousel.service-provider .label-product.label-new:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #0055ac;
    border-right: 10px solid transparent;
    position: absolute;
    right: 0;
    bottom: -8px;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:hover {
    background-color: #f07000 !important;
}

.owl-carousel.service-provider .product-item-info .product-item-image .action {
    background-color: #ff2d37;
}

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-inner .actions-secondary .action:hover {
    background-color: #282828 !important;
    color: #ff2d37 !important;
}

.owl-carousel.service-provider .product-item-info .product-item-image .action:hover {
    background-color: #ff0915;
}

/* .owl-carousel.service-provider .product-item-info .actions-secondary {
    display: none;
} */

.owl-carousel.service-provider .product-item-info .product-item-details .product-item-name {
    max-width: unset;
}
.owl-carousel.service-provider .owl-item img {
    height: 300px;
}

owl-carousel.service-provider .product-item-info .product-item-details .product-item-name {
    max-width: unset;
}
.owl-carousel.service-provider .owl-item img {
    height: 300px;
}

/* .products-list .product-item .product-item-info:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
} */
/** End caraousel css **/

 /* subscription css start */
 .my-subscription-dtl-frame .subscr-plan-col .subscr-planDtl-frame {
    margin: 15px 5px;
}
.subscr-plan-col .subscr-planDtl-frame .selected-plan-title {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    margin-bottom: 5px;
    visibility: hidden;
}
.subscr-plan-col.active .subscr-planDtl-frame .selected-plan-title {
    visibility: visible;
}
.subscr-planDtl-frame .selected-plan-title .plan-title {
    color: #000;
    font-size: 17px;
    font-weight: 700;
}
.subscr-planDtl-frame .selected-plan-title .plan-duration {
    color: #888;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
}
.subscr-plan-col .subscr-planDtl-frame .subscr-content-box {
    min-height: 577px;
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
}
.subscr-planDtl-frame .subscr-content-box .box-header-frame {
    padding: 10px 15px;
    background: #D3D3D3;
}
.subscr-planDtl-frame .subscr-content-box .box-header-frame .plan-amt-title  {
    color: #5A5A5A;
}
.subscr-content-box .box-header-frame .plan-amt-title .plan-lbl {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.subscr-content-box .box-body-section {
    padding: 10px 15px;
}
.subscr-content-box .box-body-section .features-list-frame .title-frame {
    padding: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    color: #888;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #ccc;
}
.subscr-content-box .box-body-section .features-list-frame .listing-frame {
    padding: 10px 0;
}
.subscr-content-box .box-body-section .features-list-frame .listing-frame li {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
}
.subscr-content-box .box-body-section .features-list-frame .listing-frame li .icon-check {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    display: inline-flex;
    background: url('icon_check_mark.png') no-repeat;
    background-size: 100%;
}
.subscr-content-box .box-body-section .features-list-frame .listing-frame .status-btn {
    padding: 2px 10px !important;
    background-color: #4B89C3;
    border: 1px solid #376fa7 !important;
    font-size: 12px !important;
    line-height: 1;
    height: 26px;
}
.subscr-content-box .box-body-section .features-list-frame .listing-frame .status-btn:hover {
    background-color: #35628b;
}

.subscr-content-box .box-body-section .button-frame button {
    display: block;
    width: 100%;
    margin: 10px auto;
    color: #2c2c2c !important;
    font-weight: 600;
    font-size: 15px;
}
.subscr-content-box .box-body-section .button-frame .btn-cancel {
    background-color: #D3D3D3;
}
.subscr-content-box .box-body-section .button-frame .btn-cancel:hover {
    background-color: #bbb;
}
.subscr-content-box .box-body-section .button-frame .btn-upgrade {
    background-color: #FBC03A;
}
.subscr-content-box .box-body-section .button-frame .btn-upgrade:hover {
    background-color: #dfa727;
}
.subscr-content-box .box-body-section .note-content-frame {
    text-align: center;
    padding: 10px 0;
}
.subscr-content-box .box-body-section .note-content-frame .lbl-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.subscr-content-box .box-body-section .note-content-frame .sublbl-title {
    font-weight: 500;
}
.subscr-content-box .box-body-section .note-content-frame .condition-txt {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 12px;
}
/** basic plan **/
.subscr-plan-col.basic_plan .subscr-planDtl-frame .subscr-content-box {
    border: 2px solid #FBC03A;
}

.subscr-plan-col.basic_plan .subscr-planDtl-frame .subscr-content-box .box-header-frame .plan-amt-title, 
.subscr-plan-col.basic_plan .subscr-content-box .box-body-section .features-list-frame .listing-frame li {
    color: #111;
}

/** payment-detail-frame **/
.payment-detail-frame {
    /* max-width: 700px; */
    margin-bottom: 20px;
}
.payment-detail-frame .payment-dtl-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding: 15px 0;
}
.payment-detail-frame .coupon-code-row {
    position: relative;
}
.payment-detail-frame .coupon-code-row .lbl {
    font-size: 14px;
    margin-bottom: 5px;
} 
.payment-detail-frame .coupon-code-row .input-field {
    font-size: 13px;
    height: 38px;
    padding: 0 100px 0 8px;
    border: 1px solid #c8c8c8;
}
.payment-detail-frame .coupon-code-row .link-apply {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 10px;
    bottom: 28px;
    color: #214886;
    border-bottom: 1px solid #214886;
    padding-bottom: 1px;
}
.payment-detail-frame .amt-to-paid-section  {
    margin-top: 15px;
    padding: 10px 10px;
    border: 2px solid #E77C33;
    color: #E77C33;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    border-radius: 6px;
}
.payment-detail-frame .amt-to-paid-section .amt-val {
    font-size: 18px;
    font-weight: 700;
}
.payment-detail-frame .amt-to-paid-section .amt-val .currency {
    font-size: 14px;
}

.payment-option-section {
    
    border-bottom: 1px solid #ccc;
    /* margin: 15px 0; */
    padding: 20px 0 15px;
}
.pay-ewallet-section {
    margin-top: 20px;
    border-top: 1px solid #ccc;
}
.pay-ewallet-section .ewallet-payment {
    display: flex;
    justify-content: space-between
}
.payment-detail-frame .custom-radio-frame {
    display: flex;
    align-items: center;
}
.payment-detail-frame .custom-radio-frame .lbl {
    font-weight: 700;
    color: #222;
}
.pay-ewallet-section .ewallet-payment .left-col .link-lbl {
    margin: 10px 0 0 20px;
}
.pay-ewallet-section .ewallet-payment .left-col .link-lbl a {
    font-size: 12px;
    color: #2E5690;
    border-bottom: 1px solid #2E5690;
}
.pay-ewallet-section .ewallet-payment .available-amount {
    text-align: right;
}
.pay-ewallet-section .ewallet-payment .available-amount .lbl {
    font-weight: 700;
    color: #222;
    font-size: 13px;
}
.pay-ewallet-section .ewallet-payment .available-amount .amt-val {
    color: #B20015;
    font-size: 12px;
    padding-top: 10px;
}
 
.payment-option-section .payment-method {
    width: 75px;
    margin-right: 5px;
}
.select-plan h3 {
    font-weight: bold;
}
.your-plan-img {
    width: 17px;
}.features-list-frame {
    min-height: 319px;
}

.subscr-content-box .box-body-section .note-content-frame
{
    padding: 0px 0px 0px 0px !important;
}
.subscr-planDtl-frame .subscr-content-box .box-header-frame.premium_plan {
    background: #f1780e;
}

.subscr-planDtl-frame .subscr-content-box .box-header-frame.basic_plan {
    background: #FBC03A;
}
.btn-cancel.upgrade {
    margin-top: 25px !important;
    background-color: #f1780e !important;
}
.outer-plan-wrap {
    max-width: 950px;
    margin: 0 auto;
}


 /* subscription css end  */

