/* CSS Document */
/* @font-face {
    
    src: url('../fonts/CeraProRegular.eot');
    src: local(''), url('../fonts/CeraProRegular.woff') format('woff'), url('../fonts/CeraProRegular.ttf') format('truetype'), url('../fonts/CeraProRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Cera Pro Bold';
    src: url('../fonts/CeraProBold.eot');
    src: local(''), url('../fonts/CeraProBold.woff') format('woff'), url('../fonts/CeraProBold.ttf') format('truetype'), url('../fonts/CeraProBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Cera Pro Medium';
    src: url('../fonts/CeraProMedium.eot');
    src: local(''), url('../fonts/CeraProMedium.woff') format('woff'), url('../fonts/CeraProMedium.ttf') format('truetype'), url('../fonts/CeraProMedium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} */

/* .ff-regular {
    font-family: 'Conv_Cera Pro Regular' !important;
}

.ff-bold {
    font-family: 'Conv_Cera Pro Bold' !important;
}

.ff-medium {
    font-family: 'Conv_Cera Pro Medium' !important;
} */
.f-40 {
    font-size: 40px;
}

.f-39 {
    font-size: 39px;
}

.f-38 {
    font-size: 38px;
}

.f-37 {
    font-size: 37px;
}

.f-36 {
    font-size: 36px;
}

.f-35 {
    font-size: 35px;
}

.f-34 {
    font-size: 34px;
}

.f-33 {
    font-size: 33px;
}

.f-32 {
    font-size: 32px;
}

.f-31 {
    font-size: 31px;
}

.f-30 {
    font-size: 30px;
}

.f-29 {
    font-size: 29px;
}

.f-28 {
    font-size: 28px;
}

.f-26 {
    font-size: 26px;
}

.f-25 {
    font-size: 25px;
}

.f-24 {
    font-size: 24px;
}

.f-23 {
    font-size: 23px;
}

.f-22 {
    font-size: 22px;
}

.f-20 {
    font-size: 20px;
}

.f-18 {
    font-size: 18px;
}

.f-16 {
    font-size: 16px;
}

.f-14 {
    font-size: 14px;
}

.f-13 {
    font-size: 13px;
}

.f-12 {
    font-size: 12px;
}

.f-11 {
    font-size: 11px;
}

.f-10 {
    font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
}

.wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

textarea:focus,
input:focus,
button:focus,
a:focus {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

body {

    background: #f5f5f5;
}

.c_block {
    background: #36454f;
}

.c_blue {
    background: #0074d9;
}

.c_yellow {
    background: #FFFF00;
}

.c_black {
    background: #000000;
}

.c_brown {
    background: brown;
}

.c_azure {
    background: #008AD7;
}

.c_ivory {
    background: #FFFDD1;
}

.c_teal {
    background: #008080;
}

.c_silver {
    background: #C0C0C0;
}

.c_purple {
    background: #800080;
}

.c_navy_blue {
    background: #000080;
}

.c_pea_green {
    background: #8eab12;
}

.c_gray {
    background: grey;
}

.c_orange {
    background: orange;
}

.c_maroon {
    background: #800000;
}

.c_charcoal {
    background: #36454f;
}

.c_orange {
    background: orange;
}

.c_n_blue {
    background: #3c4477;
}

.c_white {
    background: #ffffff;
}

.c_pink {
    background: #f1a9c4;
}

.c_green {
    background: #5eb160;
}

.c_red {
    background: #FF0000;
}

.c_magenta {
    background: #FF00FF;
}

.c_gold {
    background: #FFD700;
}


.c_aquamarine {
    background: #00FFBF;
}

.c_coral {
    background: #ff7f50;
}

.c_fuchsia {
    background: #FF00FF;
}

.c_wheat {
    background: #F5DEB3;
}

.c_lime {
    background: #00FF00;
}

.c_crimson {
    background: #DC143C;
}

.c_khaki {
    background: #c3b091;
}

.c_hot_pink {
    background: #FF69B4;
}

.c_plum {
    background: #DDA0DD;
}

.c_olive {
    background: #808000;
}

.c_cyan {
    background: #00FFFF;
}

.d-inline-block {
    display: inline-block;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt30 {
    margin-top: 30px !important;
}

.v-a-middle {
    vertical-align: middle;
}

.d-red {
    color: #d32f2f;
}

.d-red:hover {
    color: #f91717;
}

.red {
    color: #ff0000 !important;
}

.green {
    color: #00bd06 !important;
}

.orange {
    color: #fbb03b !important;
}

.block-color {
    color: #000;
}

.block-color:hover {
    color: #333;
}

img {
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 0
}

::-moz-scrollbar {
    width: 4px;
    height: 4px
}

::-moz-scrollbar-thumb {
    background: #333;
    border-radius: 0
}

p {
    font-size: 14px
}

.pd-30 {
    padding: 30px 0px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.p_r_0 {
    padding-right: 0px !important;
}

.no-mg {
    margin: 0px !important;
}

.no-brd {
    border: 0px !important;
}

.ds-inline {
    display: inline-block;
}

header {
    padding: 14px 0px;
    background: #fff;
}

.ss_nav {
    width: 30%;
    float: left;
    padding: 12px 0px;
}

.ss_nav li {
    float: left;
    padding: 0px 7%;
    border-right: 0px;
    line-height: 18px;
}

.ss_nav li:last-child {
    border-right: 0px solid #CCC;
}

.ss_nav li:first-child {
    padding-left: 0px;
}

.ss_nav li a {
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.ss_nav li a:hover,
.ss_nav li.active a {
    float: left;
    color: #fbb03b;
}

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 130%;
    left: 10%;
    height: 2px;
    width: 80%;
    opacity: 0;
    background: #fbb03b;
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before,
.ss_nav li.active a.hvr-float-shadow:before {
    opacity: 1;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.seaech_box {
    width: 70%;
    float: left;
}

.seaech_box button {
    padding: 0px;
    border: 0px;
    background: none;
}

.input-group-text {
    background-color: #fbb03b;
    border: 1px solid #fbb03b;
    color: #fff;
    border-radius: 5px;
    position: relative;
    left: -2px;
    padding: .375rem 2rem;
    height: 42px;
    font-size: 16px;
}

.seaech_box .form-control {
    font-size: 14px;
    height: 42px;
    border-color: #717171;
    border-right: 0px;
    color: #000;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #919191;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #919191;
}

.form-control::placeholder {
    color: #919191;
}

.rig_nav_ul {
    width: 100%;
    float: right;
}

.rig_nav_ul>li {
    display: inline-block;
    float: right;
    padding: 0px 2.5%;
    vertical-align: top;
    position: relative;
}

.rig_nav_ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding: 9px 0px;
}

.lu_span {
    width: 100px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.log_use .dow_arrow {
    margin-top: -2px;
}

.usr_dw .dropdown-toggle::after {
    margin-top: 2px;
    vertical-align: text-top;
    margin-left: 0px;
}

.usr_dw .dropdown-menu {
    width: 250px;
    top: 90%;
    left: -50px;
    padding: 10px;
    border: 1px solid #bbb;
}

.usr_dw.l-active .dropdown-menu {
    display: block;
}

.cd_ul {}

.cd_ul li {
    display: block;
    padding: 0px 5px 8px 5px;
    line-height: 18px;
}

.cd_ul li a {
    font-size: 14px;
    color: #444;
}

.cd_ul li a:hover {
    color: #fbb03b;
    text-decoration: underline;
}

.log_sig {
    margin-bottom: 10px;
}

.log_sig li {
    display: inline-block;
    width: 45%;
    margin: 0px 5px;
}

.log_sig li .b_btn {
    box-shadow: none;
    padding: 6px 10px;
}

.rig_nav_ul li.add_nav {
    border-left: 2px solid #c3c3c3;
    padding-right: 0px;
    padding-top: 5px;
    white-space: nowrap;
    width: 135px;
}

.rig_nav_ul li.add_nav a {
    padding: 2px 0px;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    padding-left: 30px;
    background: url(../images/location-icon.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.add_nav span {
    width: 100%;
    display: block;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dow_arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    display: inline-block;
}

.li_ord {
    position: relative;
}

.li_ord span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fbb03b;
    border-radius: 100%;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 18px;
}

.rig_nav_ul li.li_ord {
    margin-right: 3%;
}

.main_nav {
    position: relative;
    z-index: 111;
    width: 100%;
    background: #0f0f0f;
}

.main_nav .navbar {
    width: 100%;
    padding: 0px;
}

.main_nav .navbar-expand-lg .navbar-nav {
    width: 100%;
    text-align: center;
}

.main_nav .navbar-expand-lg .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    border-bottom: 2px solid #0f0f0f;
    border-top: 2px solid #0f0f0f
}

.main_nav.mn_2 .navbar-expand-lg .navbar-nav>li>a.nav-link:focus,
.main_nav.mn_2 .navbar-expand-lg .navbar-nav>li>a.nav-link:hover,
.main_nav.mn_2 .navbar-expand-lg .navbar-nav>li.active>a.nav-link {
    color: #fbb03b;
    border-bottom: 2px solid #fbb03b;
}

/* .main_nav .navbar-expand-lg .navbar-nav>li.show>a {
    color: #fbb03b;
} */

.main_nav .navbar-expand-lg .navbar-nav>li>a span {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    /* border-bottom: 12px solid #fff; */
    left: 47%;
    bottom: -3px;
    opacity: 0;
    z-index: 1;
}

.usr_dw:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #909090;
    right: 10px;
    bottom: 2px;
    opacity: 0;
    z-index: 1111;
}

.usr_dw:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    right: 11px;
    bottom: 2px;
    z-index: 1111;
    opacity: 0;
}

.dropdown.usr_dw:hover>.dropdown-menu,
.dropdown.usr_dw.active>.dropdown-menu {
    display: block;
}

.dropdown.usr_dw:hover:before,
.usr_dw:hover:after {
    opacity: 1;
}

.usr_dw.l-active:before,
.usr_dw.l-active:after {
    opacity: 1;
}

.main_nav .navbar-expand-lg .navbar-nav>li.show>a span {
    opacity: 11;
}

.main_nav .dropdown-menu {
    border-radius: 0px;
    top: 95%;
    border: 0px;
}

.main_nav .dropdown-toggle::after {
    display: none;
}

.mani_slide {
    width: 100%;
}

.mani_slide .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 0px;
    border-radius: 100px;
    background: #000;
    opacity: 0.3;
}

.mani_slide .carousel-indicators li.active {
    opacity: 1;
}

.pro_s_main {
    width: 100%;
    padding: 20px 0px;
    background: #f5f5f5;
    position: relative;
}

.pro_s_main .slick-dots {
    display: none !important;
}

.pro_s_main .pro_box,
.sp_products .pro_box {
    padding: 15px 15px;
    position: relative;
}

/*.psm .pro_box {
     padding:15px 15px;
}
*/
.pro_s_main .pro_box .pbox_inner {
    display: inline-block;
    background: #fff;
    display: block;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
}

.pro_b_img {
    position: relative;
    overflow: hidden;
}

.pro_b_img a {
    padding: 20px 20px 0px 20px;

}

.pro_s_main .pro_box .pbox_inner:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
}

.tnr_main .pro_box .pbox_inner:hover {
    box-shadow: none;
}

.fbt-mp {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0px;
}

.fbt-mp span {
    background: #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
    color: #8b8c94;
}

/*.pro_box {
     transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -webkit-transition: all .3s ease-out;
     -ms-transition: all .3s ease-out;
     -o-transition: all .3s ease-out;
}
*/
.pro_box a {
    display: block;
}

.pro_box .pro_b_img img {
    width: 100%;

    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.pro_box .pro_b_img .pb-img {
    height: 300px;
}

.pro_box .pro_b_con {
    position: relative;
}

.pro_box .pro_b_con a {
    padding: 5px 20px 10px 20px;
}

.pro_box .pro_b_con h3 {
    font-size: 18px;
    color: #181a29;
    margin: 2px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro_box .pro_b_con h4 {
    font-size: 16px;
    color: #181a29;
    margin: 2px 0px;
}

.pro_box .pro_b_con h3:hover {
    color: #fbb03b;
}

.pro_box .pro_b_con p {
    font-size: 14px;
    color: #a9a9af;
    margin: 2px 0px;
    padding: 4px 0px;
}

.pbc_border {
    border-bottom: 1px solid #ddd;
}

.pbc_border2 {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.pb_p2 {
    position: absolute;
    top: -2px;
    text-align: center;
    width: 100%;
    opacity: 0;
    background: #fff;
    height: 100%
}

.off_p1 {
    color: #181a29;
    font-size: 15px;
    font-weight: bold;
}

.pb_p2 {
    color: #666 !important;
}

.pb_p2 span {
    color: #a9a9af;
}

.pb_p1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.r_price {
    text-decoration: line-through;
}

.off_p2 {
    color: #fbb03b;
}

.pro_box .pro_b_con p span {
    margin: 0px 1px;
}

.pro_b_img .ratt_p {
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: 50px;
    height: 20px;
    background: #48c479;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.tt_b_img .ratt_p {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 20px;
    background: #48c479;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

.s_sbox_inner .ratt_p {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 28px;
    background: #48c479;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
}

.pro_box .pro_b_img .ratt_p img,
.tt_b_img .ratt_p img {
    width: 12px;
    height: auto !important;
    margin-right: 2px;
    display: inline-block;
    vertical-align: inherit;
}

.s_sbox_inner .ratt_p img {
    width: 15px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: inherit;
}

.pro_box .pro_b_img .ratt_p2 img {
    width: 20px;
}

.pro_box .pro_b_img .ratt_p2 {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: auto;
    bottom: 10px;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 8px;
    text-align: center;
    border-radius: 100%;
}

.pro_box .pro_b_img .ratt_p2:hover {
    background: #fbb03b;
}

.pro_box .rt-fav {
    position: relative;
    background: none !important;
    right: 30px !important;
}

.pro_box .rt-fav:hover {
    background: none !important;
}


.pro_box .rt-fav label {
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.6) url(../images/favourites.png) no-repeat !important;
    background-size: 20px !important;
    background-position: center !important;
}

.pro_box .rt-fav label input {
    display: none;
}

.pro_box .rt-fav input:checked~label {
    background: rgba(255, 255, 255, 0.6) url(../images/my-favourites.png) no-repeat !important;
    background-size: 20px !important;
    background-position: center !important;
}

.sp_products .pro_b_img .ratt_p {
    left: 0px;
}

.sp_products .pro_b_img a {
    padding: 0px;
}

.sp_products .pro_box .rt-fav {
    right: 10px !important;
}


.tnr_main .pro_box .pbox_i_box:hover,
.pro_s_main .pro_box .pbox_inner.active,
.pl_rig_main .pro_box .pbox_i_box:hover,
.fbt_main .pro_box .pbox_i_box:hover,
.sp_products .pro_box .pbox_i_box:hover {
    -webkit-box-shadow: 0 2px 16px 4px rgba(40, 44, 63, .07);
    box-shadow: 0 2px 16px 4px rgba(40, 44, 63, .07);
}

.tnr_main .pro_box .pbox_i_box:hover .pb_p2,
.pl_rig_main .pro_box .pbox_i_box:hover .pb_p2 {
    opacity: 1;
}

.main_slide .carousel-control-prev {
    left: 10px;
    width: 60px;
    height: 60px;
    top: 45%;
    border-radius: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.09);
}

.main_slide .carousel-control-prev img,
.main_slide .carousel-control-next img {
    width: 100%;
}

.main_slide .carousel-control-next {
    right: 10px;
    width: 60px;
    height: 60px;
    top: 45%;
    border-radius: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.09);
}

.off_banner_main {
    padding: 0px 0px 30px 0px;
    background: #f5f5f5;
}

.obm_left img,
.obm_right img {
    width: 100%;
}

.obm_btt {
    margin-top: 30px;
}

.obm_btt img {
    width: 100%;
}

.mwk {
    padding: 30px 0px;
    background: #fff;
    margin-top: 30px;
}

.mwk .col-md-4 {
    border-right: 2px solid #f1f1f1;
}

.mwk .col-md-4:last-child {
    border-right: 0;
}

.mwk_img img {
    max-width: 300px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.mwk_img img:hover {
    transform: scale(1.03);
}

.plan_slider,
.hi_slider {
    width: 100%;
}

.tnr_main {
    background: #fff;
    margin-top: 30px;
    padding-bottom: 10px;
}

.tnr_main2 {
    margin-top: 0px;
    padding-bottom: 0px;
}

.pro_s_main .tnr_main2 .pro_box {
    padding: 15px 15px 15px 15px;
}

.tnr_main2 .pbox_i_box label {
    padding: 20px 20px 10px 20px;
}

.tnr_main .pro_box:before {
    content: "";
    width: 2px;
    height: 50%;
    position: absolute;
    top: 15%;
    right: 0px;
    background: #f1f1f1;
}

.tnr_main .pro_box .pbox_inner,
.tnr_main2 .pro_box .pbox_inner {
    box-shadow: none;
    margin-bottom: 0px;
}

.tnr_h2 {
    padding: 0px 15px;
    width: 100%;
}

.tnr_h2 h2 {
    padding-bottom: 10px;
    color: #000000;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0px;
}

.no_border h2 {
    border: 0px;
}

.no_border {
    border: 0px !important;
}

.off_acc {
    padding: 30px 0px;
    width: 100%;
}

.off_img4 img {
    width: 100%;
    height: 625px;
}

.acce_main {
    background: #fff;
    padding: 20px;
}

.acce_box {
    text-align: center;
    margin: 12px 0px;
    padding: 10px 12px;
}

.acce_b_img img {
    width: 100%;
}

.acce_box p {
    color: #000;
    font-weight: bold;
    margin: 0px;
}

.acce_box:hover p {
    color: #fbb03b;
}

.acce_box:hover {
    -webkit-box-shadow: 0 2px 16px 4px rgba(40, 44, 63, .07);
    box-shadow: 0 2px 16px 4px rgba(40, 44, 63, .07);
}

.footer_top {
    padding: 8px 5px;
    background: #fbb03b;
    cursor: pointer;
    text-align: center;
}

.footer_top p {
    color: #fff;
    font-size: 16px;
    margin: 0px;
}

footer {
    min-height: 400px;
    background: linear-gradient(#030303, #434343);
    width: 100%;
    padding: 30px 0px 0px 0px;
}

.footer-main-content-inner {
    padding-bottom: 10px;
}

.footer-main-content-inner h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-main-content-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-main-content-inner ul li a {
    position: relative;
}

.footer-main-content-inner ul li a {
    font-size: 15px;
    color: #a0a0a0;
    padding: 0px 0px;
    margin: 5px 0px;
    font-weight: 400;
    display: block;
}

.footer-main-content-inner ul li a:hover {
    color: #fff;
}

footer .col-md_3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.subs {
    padding: 20px 0px 15px 0px;
}

.subs p {
    color: #fff;
    font-size: 16px;
    margin: 0px;
}

.subs span {
    color: #fbb03b;
}

footer .seaech_box {
    width: 100%;
}

.footer_btm {
    padding: 5px 0px;
    border-top: 1px solid #515151;
    margin-top: 20px;
    text-align: center;
}

.footer_btm ul li,
.footer_btm ul li a {
    display: inline-block;
}

.footer_btm ul li {
    padding: 5px 0px;
}

.footer_btm ul li a {
    padding: 0px 10px;
    color: #fff;
    font-size: 14px;
}

.footer_btm ul li:last-child a {
    color: #a0a0a0;
}

.footer_btm ul li a:hover {
    color: #fbb03b;
}

.sagh li {
    display: inline-block;
    width: 25%;
    margin-right: -4px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.sagh img {
    vertical-align: sub;
    margin-right: 3px;
    width: 22px;
}

.main_nav .col-megamenu {
    padding: 15px;
}

.main_nav .navbar-expand-lg .navbar-nav>li>a {
    position: relative;
}

.main_nav .navbar .megamenu .row .col-md-18:nth-child(2),
.main_nav .navbar .megamenu .row .col-md-18:nth-child(4) {
    background: #fafafa;
}

.main_nav .navbar .megamenu .list-unstyled li {
    padding: 8px 0px;
    line-height: 20px;
}

.main_nav .navbar .megamenu .list-unstyled li>a {
    font-size: 16px;
    color: #0f0f0f;
    padding: 2px 0px;
    width: 100%;
}

.main_nav .navbar .megamenu .list-unstyled li>a:hover {
    color: #000;
    font-family: 'Conv_Cera Pro Bold';
}

.main_nav .navbar .megamenu .col-megamenu h6 {
    font-size: 16px;
    color: #0f0f0f;
}

.col-md-18 {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.col-md-28 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.menu_pro {
    padding: 20px 50px;
}

/* .main_nav .navbar .megamenu .list-unstyled li>a:after {
     content:"";
     border: solid black;
     border-width: 0 2px 2px 0;
     display: inline-block;
     padding:3px;
    transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     opacity: 0;
}*/
.main_nav .navbar .megamenu .list-unstyled li>a:hover:after {
    opacity: 1;
}

.main_s_slider {
    background: url("../images/slider-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 20px 0px;
}

.sm_slider_main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.sm_slider_box {
    /*-ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
    */
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.sm_slider_box img {
    border-radius: 15px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.sm_slider_box a:hover img {
    transform: scale(1.03);
}

.sm_slider_main .sm_slider_box {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.t_trending {
    padding: 30px 0px 10px 0px;
    background: #fff;
}

.tt_h {
    border-bottom: 1px solid #ddd;
    /*width: 100%;
    */
}

.tt_h h2 {
    margin: 6px 0px;
    float: left;
}

h2.st-h2 {
    margin-bottom: -5px;
}

.tt_h .nav li a {
    font-size: 20px;
    color: #000;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}

.tt_h .nav li a:hover,
.tt_h .nav li a.active {
    border-bottom: 2px solid #000;
}

.fil_pop {
    /* font-family: 'Conv_Cera Pro Bold'; */
}

.tt_main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0px 0px 0px;
}

.tt_main .tt_box {
    width: 100%;
    /*-ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
    */
    float: left;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.tt_main .col-md-3 .tt_box {
    padding-right: 10px;
    padding-left: 10px;
}

.tt_box_inner {
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 15px;
    padding: 20px 20px 0px 20px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.tt_box_inner:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
}

.tt_b_img .ttb_ic {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.tt_b_img {
    position: relative;
}

.tt_b_box h4 {
    margin: 8px 0px 5px 0px;
}

.tt_b_box h4 {
    color: #000;
}

.tt_b_box p {
    color: #5d5e69;
    margin: 5px 0px 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bb_btn {
    width: 100%;
    border-top: 1px solid #ddd;
    text-transform: uppercase;
}

.bb_btn {
    color: #fbb03b;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 5px;
    display: block;
    text-align: center;
}

.ttb_logo {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 100%;
}

.ttb_logo img {
    padding: 2px;
}

.s_shop {
    padding: 0px 0px 20px 0px;
    background: #fff;
}

.s_shop_box {
    width: 33.33%;
}

.s_shop_box .ss_img img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 5px;
}

.s_shop .s_shop_box {
    /*-ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
    */
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.s_sbox_inner {
    position: relative;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.s_sbox_inner:hover {
    transform: scale(1.03);
}

.s_sbox_inner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.0) 100%);
}

.ss_p1 {
    font-size: 16px;
    color: #fbb03b;
    margin: 5px 0px;
}

.ss_p2 {
    font-size: 18px;
    color: #fff;
    margin: 5px 0px;
}

.ss_p2 span {
    color: #fbb03b;
}

.ss_h3 {
    font-size: 34px;
    color: #fff;
    margin: 5px 0px;
}

.ratt_p2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 25px;
    background: #48c479;
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
    text-align: center;
    font-size: 16px;
}

.ratt_p2 img {
    vertical-align: top;
    margin-right: 3px;
}

.s_shop .s_shop_box a {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 35px 20px 35px 30px;
    display: block;
}

.sm_2 {
    background: #fff;
    padding-bottom: 35px;
}

.sm_2 .carousel {
    padding: 0px 5px;
}

.mani_slide .carousel .carousel-item img {
    width: 100%;
}

.fl_hd {
    margin-bottom: 15px;
}

.fl_logo img {
    width: 300px;
}

.fl_nav {
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
}

.fl_nav a {
    color: #000;
    font-size: 18px;
    padding: 8px 26px;
    border-radius: 8px !important;
}

.fl_nav a.nav-link.active {
    color: #fff;
    background: #000;
    border-radius: 5px;
}

.fl_con h2 {
    color: #000;
    margin: 5px 0px;
}

.fl_con p {
    color: #7f7f7f;
    margin: 5px 0px;
}

.fl_sb {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fl_le {
    position: absolute;
    right: 36%;
    top: 15px;
    z-index: 9999;
}

.fl_le a {
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.fl_le img {
    background-color: white;
    border-left: 1px solid #ccc;
}

.fl_con .form-control {
    padding-right: 120px;
}

.fl_sb.seaech_box .form-control {
    font-size: 20px;
    height: 60px;
}

.fl_sb.seaech_box .input-group-text {
    height: 60px;
    font-size: 20px;
}

.pro_lest_main {
    background: #fff;
}

.pro_lest_main .col-md-20.pll {
    border-right: 1px solid #cccccc;
}

.pl_left_filter {
    padding: 20px 0px 10px 0px;
    min-height: 700px;
}

.pl_hd h3 {
    font-size: 28px;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.pl_hd .clr {
    font-size: 15px;
    color: #ff0000;
    margin: 10px 0px 5px 0px;
    display: inline-block;
    float: right;

    text-transform: uppercase;
}

.pl_f_box {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pl_f_box .btn-light {
    margin: 2px 0px;
}

.pl_f_box h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.plf_c_list .cat-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plf_c_list li {
    margin-bottom: 5px;
}

.plf_c_list li a {
    color: #181a29;
    font-size: 16px;
}

.pcl li {
    margin-bottom: 12px;
    line-height: 18px;
}

.pcl li .checkmark {
    border-radius: 2px;
    border-color: #989898;
}

.pcl li .checkbox_f {
    font-size: 15px;
    word-break: break-all;
}

.pcl li .checkbox_f input:checked~.checkmark:after {
    background-color: #000000;
}

.pcl li .checkbox_f input:checked~.checkmark {
    border-color: #989898;
}

.pcl li .checkbox_f .checkmark:after {
    width: 11px;
    height: 11px;
    top: 2px;
    left: 2px;
    border-radius: 2px;
}

.clr_p {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100px;
    vertical-align: top;
    border: 1px solid #d8d8d8;
}

.pcl_ul li a {
    position: relative;
}

.pcl_ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #8b8c94;
    margin: -2px 5px 0px 0px;
    padding: 0px;
    vertical-align: middle;
    display: inline-block;
}

.assuer {
    margin-top: 15px;
}

.assuer img {
    margin-top: -15px;
}

.lit_cor {
    color: #bcbcbc;
}

.more_a {
    padding-left: 10px;
    font-size: 16px;
    margin: 0px;
}

.more_a a {
    color: #fbb03b;
}

.checkbox_f .str {
    vertical-align: inherit;
}

.filter_popup h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.filter_popup .plf_c_list {
    margin-bottom: 10px;
}

.filter_popup .modal-header {
    padding: 10px;
}

.filter_popup .close {
    padding: 5px 8px;
    margin: 0px;
}

.filter_popup .modal-title {
    font-size: 24px;
    width: 100%;
    text-align: center;
}

.filter_popup .col-md-2 {
    -ms-flex: 0 0 18.7%;
    flex: 0 0 18.7%;
    max-width: 18.7%;
}

.pl_f_box {
    position: relative;
}

.pl_f_box .pfb_btn {
    position: absolute;
    top: 10px;
    right: 0px;
    border: 0px;
    background: #e5e5e5;
    height: 30px;
    width: 30px;
    border-radius: 100%;
}

.pl_f_box .pfb_btn:hover {
    background: #fbb03b;
}

.fs-main {
    position: absolute;
    top: 0px;
    right: 0px;
}

.fs-main.active {
    width: 100%;
}

.fs-box {
    width: 100%;
    border-radius: 15px;
    height: 32px;
    background-color: #f5f5f6;
    position: absolute;
    top: 10px;
    z-index: 1;
    display: none;
}

.fs-inputbox {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 14px;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 2px 33px 2px 14px;
}

.fs-close {
    background: url("../images/close-button-bl.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    opacity: 0.5;
}

.fs-main.active .fs-box {
    display: block;
}

.pl_f_box .btn-light {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    padding: 3px 6px;
    font-size: 14px;
    color: #181a29;
    border-radius: 8px;
}

.pl_f_box .btn-light span {
    margin-left: 5px;
    color: #9b9ba1;
}

.checkbox_f {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_f input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d8d8d8;
}

.checkbox_f .checkmark:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 4px;
}

.checkbox_f input:checked~.checkmark:after {
    background-color: #fbb03b;
}

.checkbox_f input:checked~.checkmark {
    border: 1px solid #fbb03b;
}

.pr_a_box {
    background: #fff;
    padding: 10px 0px 10px 10px;
    position: absolute;
    width: 80px;
    top: 20px;
    right: -10px;
    z-index: 1;
}

.pr_a_box .form-group {
    margin-bottom: 8px;
}

.pr_a_box .form-control {
    font-size: 16px;
    background: url(../images/p-rupee.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 5px 10px;
    padding-left: 21px;
    padding-right: 1px;
}

.pr_a_box .btn-primary {
    background-color: #fbb03b;
    border-color: #fbb03b;
    width: 100%;
    font-size: 16px;
    width: 100%;
}

.pl_rig_main {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.pl_rig_hd {
    border-bottom: 1px solid #cccccc;
    padding: 15px 15px 10px 15px;
    width: 100%;
}

.bc_box .breadcrumb {
    background: #fff;
    margin: 0px;
    padding: 0px;
}

.bc_box .breadcrumb li,
.pro_desc_main .breadcrumb li,
.tail_slider .breadcrumb li {
    font-size: 15px;
    color: #7f7f7f;
}

.bc_box .breadcrumb li a {
    color: #7f7f7f;
}

.bc_ul li:first-child {
    padding: 0px;
}

.bc_ul li {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 2px 10px;
}

.bc_ul li a {
    display: inline-block;
    color: #333;
}

.bc_ul li a.active,
.bc_ul li a:hover {
    color: #fbb03b;
    text-decoration: underline;
}

.plr_s .form-group {
    margin: 0px;
    position: relative;
    border: 1px solid #ced4da;
    padding-left: 75px;
}

.plr_s p {
    margin-bottom: 0px;
    font-size: 15px;
}

.plr_s .form-control {
    height: 32px;
    padding: 5px 10px 5px 6px;
    font-size: 15px;
    text-align: left;
    border: 0px;
}

.pss {
    position: absolute;
    left: 6px;
    top: 4px;
    font-size: 15px;
}

.bc_ul {
    padding-top: 8px;
}

.bc_ul strong {
    font-family: 'Conv_Cera Pro Bold';
}

.pl_rig_main .pro_box {
    margin-bottom: 30px;
}

.pl_rig_main .pbox_inner {
    padding: 5px;
}

.col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.pl_rig_main .pagination {
    display: inline-block;
    display: -ms-flexbox;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pl_rig_main .pagination li {
    display: inline-block;
}

.pl_rig_main .pagination li a {
    color: #666;
    border: 0px;
    border-radius: 100%;
    padding: 10px 2px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 16px;
}

.pl_rig_main .page-item.active .page-link {
    color: #fff;
    background-color: #fbb03b;
    border-color: #fbb03b;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 20px 0 rgba(0, 0, 0, 0.06);
}

.pl_rig_main .pagination li:first-child a,
.pl_rig_main .pagination li:last-child a {
    color: #fbb03b;
    background: none;
    width: auto;
    margin: 0px 10px;
}

.pl_rig_main .pagination li:first-child a:hover,
.pl_rig_main .pagination li:last-child a:hover {
    text-decoration: underline;
}

.p-count {
    color: #717171;
    font-size: 16px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.tail_slider {
    position: relative;
}

.tail_slider .carousel .carousel-item img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.tail_slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 0px;
    border-radius: 100px;
    background: #fff;
    opacity: 0.3;
}

.tail_slider .carousel-indicators li.active {
    opacity: 1;
}

.tail_slider .breadcrumb {
    background: none;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
}

.ts_content {
    position: absolute;
    z-index: 11;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 2% 10px 2%;
}

.tail_slider .carousel-inner::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(239, 239, 239, 0) 100%);
}

.tsc_img img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    padding: 5px;
    background: #fff;
}

.tail_slider .breadcrumb a {
    color: #fff;
}

.tail_slider h2 {
    color: #fff;
    font-size: 45px;
}

.tail_slider h2 span {
    color: #fbb03b;
    font-size: 30px;
}

.tail_slider .tsc_p p {
    color: #fff;
    font-size: 18px;
}

.tail_slider .tsc_p p img {
    vertical-align: top;
}

.sh_d {
    background: #fff;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.sh_d h3 {
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.sh_d p {
    color: #7f7f7f;
    margin: 0px;
    padding: 0% 6%;
}

.t-down {
    margin-top: 5px;
}

.t-down a img {
    width: 16px;
    opacity: 0.6;
}

.tai_main {
    background: #fff;
}

.eyst {
    padding: 0px 0px;
    background: #fff;
    margin-bottom: 30px;
}

.eyst_h2 h2 {
    color: #000;
    margin: 0px 0px 15px 0px;
    font-weight: bolder;
}

.tw_h {
    background: #000000;
    width: 100%;
    text-align: center;
}

.tw_h h3 {
    margin: 0px;
    padding: 10px 5px 10px 5px;
    color: #fff;
}

.tailor_cat {
    margin: 0px;
}

.tc_box {
    text-align: center;
}

.tc_box .tc_b_label {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.tc_box .tc_b_label input {
    display: none;
}

.tc_box .tc_b_label input:checked~.tc_b_con div {
    background: #fbb03b;
    color: #fff;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 20%), 0 0px 20px 0 rgb(0 0 0 / 6%);
}

.tc_b_img img {
    width: 150px;
    display: inline-block;
}

.tc_b_con,
.tailor_cat,
.tw_inner {
    width: 100%;
}

.tc_b_con {
    padding-bottom: 10px;
}

.tc_b_con div {
    width: 80%;
    padding: 10px 20px;
    background: #f2f2f2;
    color: #000000;
    border: 0px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 100px;
}

.tc_box:hover .tc_b_con div {
    background: #fbb03b;
    color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.06);
}

.tw_inner {
    padding: 30px 30px;
}

.tw_inner .form-group .tw_label {
    width: 50%;
    float: left;
    padding-top: 8px;
    color: #000000;
    font-weight: bold;
}

.tw_inner .tw_tx {
    width: 50%;
    display: inline-block;
}

.tw_inner .tw_tx .form-control {
    width: 76%;
    display: inline-block;
    border-color: #707070;
    height: 50px;
}

.tw_inner .tw_tx .tw_in {
    display: inline-block;
    margin-left: 5px;
    padding: 5px;
    cursor: pointer;
    color: #8b8c94;
}

.tw_inner .tw_a {
    text-align: center;
    cursor: pointer;
    padding: 4px 7px;
    background: #cccccc;
    font-size: 22px;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    border-radius: 100px;
    margin-right: 7px;
    width: 22px;
    height: 22px;
    position: relative;
}

.tol-t-popup {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 230px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    display: none;
}

.tol-t-popup:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 12px solid #ddd;
    left: 0px;
    bottom: -12px;
    opacity: 1;
    z-index: 111;
}

.tol-t-popup:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 11px solid transparent;
    border-top: 12px solid #fff;
    left: 1px;
    bottom: -9px;
    z-index: 111;
    opacity: 1;
}

.tw_a:hover .tol-t-popup {
    display: block;
}

.tw_inner .tw_a:hover {
    background: #faaf3a;
    color: #fff;
}

.col_rig {
    float: right;
    padding-right: 20px;
}

.tw_inner .btn-success,
.del_choose .btn-success,
.subtotal .btn-success,
.btn-success2 {
    background: #48c479;
    border-color: #48c479;
    margin: 10px 0px 0px 0px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
    padding: 10px 20px;
    border-radius: 8px;
}

.subtotal .btn-success2 {
    background: #00bd06;
    border-color: #00bd06;
    margin: 10px 0px 0px 0px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
    color: #fff;
}

.beau_pro_main .btn-success,
.btn-success2 {
    background: #00bd06;
    border-color: #00bd06;
    color: #fff;
}

.beau_pro_main .btn-success:hover,
.btn-success2:hover {
    background: #009b05;
    border-color: #009b05;
    color: #fff;
}

.tw_inner .btn-success:hover,
.beau_pro_main .btn-success:hover {
    background: #00bd06;
    border-color: #00bd06;
}

.tw_inner .form-group {
    margin-bottom: 30px;
}

.tbb2 {
    padding: 5px 0px;
}

.tbb2 p {
    color: #bcbdc1;
}

.sp_products {
    margin: 30px 0px 0px 0px;
    padding: 30px 0px 20px 0px;
    background: #fff;
}

.col_co_5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.sp_row {
    padding: 20px 0px 0px 0px;
}

.tre_main {
    padding: 0px 0px 10px 0px;
    background: #f5f5f5;
}

.tre_ss,
.tre_ms {
    background: #f5f5f5;
}

.tail_slider .ratt_p {
    padding-top: 6px;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 130px;
    height: 56px;
    background: #48c479;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.tail_slider .ratt_p img {
    width: 26px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: inherit;
}

.beau_main .tc_b_img {
    margin-bottom: 20px;
}

.beau_main .tc_b_img img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
}

.beau_main {
    margin-bottom: 20px;
}

.ava_ser {
    background: #fff;
    padding: 30px 0px;
    margin-bottom: 20px;
}

.ava_s_ul {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.ava_s_ul li {
    width: 100%;
    margin: 0px 0px;
    border-top: 1px solid #cccccc;
    position: relative;
}

.ava_s_ul li label {
    padding: 20px 0px;
    position: relative;
    cursor: pointer;
}

.ava_s_ul li .ava_p1 {
    padding-left: 27px;
    font-size: 22px;
}

.ava_s_ul li .ava_p1 span {
    font-weight: 400;
    color: #b4b4b4;
}

.ava_chec p {
    padding-left: 27px;
    color: #181a29;
    margin-top: 5px;
    margin-bottom: 0px;
}

.ava_p {
    font-size: 30px;
    float: right;
    text-align: left;
    margin-top: 24px;
    margin: 0px;
    background: url(../images/rupee-icon2.png);
    background-repeat: no-repeat;
    background-position: 0px 13px;
    background-size: 14px;
    padding-left: 20px;
}

.ava_p2 {
    font-size: 30px;
    float: right;
    text-align: right;
    margin-top: 24px;
    margin: 0px;
    font-weight: 800;
    background: url(../images/rupee-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 13px;
    background-size: 14px;
    padding-left: 20px;
}

.ava_p3 {
    margin: 0px;
    background: url(../images/rupee-icon2.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    background-size: 10px;
    padding-left: 15px;
}

.ava_p4 {
    margin: 0px;
    background: url(../images/rupee-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    background-size: 12px;
    padding-left: 15px;
}

.ava_p5 {
    margin: 0px;
    background: url(../images/b-rupee-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 10px;
    padding-left: 12px;
}

.ava_p6 {
    margin: 0px;
    background: url(../images/rupee-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 13px;
    padding-left: 17px;
}

.ava_s_ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.beau_pro_main {
    background: #fff;
}

.syt {
    float: right;
}

.beau_pro_main .pbc_border {
    border: 0px;
}

.white_bg {
    background: #fff;
}

.del_st {
    padding: 30px 0px;
}

.del_s_ul {
    width: 950px;
    margin: 40px auto 20px auto;
}

.del_s_ul li {
    display: inline-block;
    background: #f0f0f0;
    margin-right: -4px;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 8px 2px;
    position: relative;
    border-radius: 100px;
}

.del_s_ul li:nth-child(1) {
    width: 31%;
}

.del_s_ul li:nth-child(2) {
    width: 24%;
}

.del_s_ul li:nth-child(3) {
    width: 20%;
}

.del_s_ul li:nth-child(4) {
    width: 25%;
}

.ds_spn {
    position: absolute;
    width: 64px;
    height: 64px;
    background: #f0f0f0;
    left: -30px;
    top: -12px;
    border-radius: 100px;
}

.del_s_ul li .ds_spn:before {
    content: "";
    width: 44px;
    height: 44px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50px;
}

.del_s_ul li .ds_spn:after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 1;
}

.del_s_ul li.choos .ds_spn:after {
    background: url(../images/st1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.del_s_ul li.deli .ds_spn:after {
    background: url(../images/st2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.del_s_ul li.payment .ds_spn:after {
    background: url(../images/st3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.del_s_ul li.ord_conf .ds_spn:after {
    background: url(../images/st4.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.del_s_ul li.choos.active .ds_spn:after {
    background: url(../images/st1-active.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.del_s_ul li.deli.active .ds_spn:after {
    background: url(../images/st2-active.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.del_s_ul li.payment.active .ds_spn:after {
    background: url(../images/st3-active.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.del_s_ul li.ord_conf.active .ds_spn:after {
    background: url(../images/st4-active.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.del_s_ul li.active,
.del_s_ul li.active .ds_spn {
    background: #fbb03b;
    color: #fff;
}

.del_choose .tt_h h2 {
    text-transform: inherit;
}

.del_table th,
.del_table td {
    padding: 20px 15px;
}

.del_table th {
    background: #f5f5f5;
    color: #000;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 800;
}

.del_table td {
    font-size: 14px;
}

.del_t_box {
    width: 100%;
    float: left;
}

.del_t_box .del_t_img {
    width: 140px;
    float: left;
    margin-right: 20px;
}

.dtb-box2 .del_t_img {
    width: 130px;
}

.del_t_con {
    float: left;
    width: 72%;
}

.dtb-box2 .del_t_con {
    width: 73%;
}

.del_t_con h3 {
    margin: 4px 0px 8px 0px;
}

.del_t_con p {
    font-size: 15px;
    margin: 4px 0px;
}

.del_t_con p a:hover {
    text-decoration: underline;
}

.del_t_con p.del_rs {
    font-size: 20px;
    font-weight: 800;
}

.fc_sel {
    width: 70px;
    display: inline-block;
}

.fc_sel .form-control,
.fc_sel2 .form-control {
    background-image: -webkit-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -moz-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -ms-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -o-linear-gradient(top, #efefef, #dbdbdb);
    background-image: linear-gradient(top, #efefef, #dbdbdb);
    font-size: 16px;
    border: 0px;
    border-radius: 8px;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.fc_sel2 .form-control {
    border: 1px solid #ff0500;
}

.del_table {
    margin: 0px;
}

.dt_tb {
    width: 90%;
    position: relative;
}

.dt-clos {
    position: absolute;
    right: -20px;
    top: 8px;
    border: 0px;
    background: none;
    width: 12px;
    padding: 0px;
    height: 12px;
}

.dt_tb .btn-light {
    width: 100%;
    text-align: left;
    font-weight: 800;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -moz-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -ms-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -o-linear-gradient(top, #efefef, #dbdbdb);
    background-image: linear-gradient(top, #efefef, #dbdbdb);
    border-color: #ff0500;
    border-width: 2px;
}

.dt_tb .icon-indicator {
    float: right;
}

.dt_tb .panel-body {
    padding: 10px 0px;
}

.del_choose {
    padding-bottom: 30px;
}

.sda {
    padding: 15px 0px;
}

.user_addrs {
    border: 1px dashed #707070;
    padding: 20px 20px;
    margin: 25px 0px 25px 0px;
    border-radius: 30px;
    position: relative;
}

.user_addrs h3 {
    color: #000;
}

.dta_box {
    text-align: center;
}

.dta_btn {
    width: 100%;
    background: #fbb03b;
    border-color: #fbb03b;
    display: block;
    margin: 10px 0px 0px 0px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
    color: #fff;
    border-radius: 8px;
    padding: 10px 10px;
}

.dta_a {
    width: 100%;
    color: #fbb03b;
    margin-top: 15px;
    display: block;
}

.dta_a:hover {
    color: #000;
}

.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0px;
    background: none;
    opacity: 0.5;
}

.edit_btn {
    position: absolute;
    top: 30px;
    right: 30px;
    border: 0px;
    background: none;
}

.add_adrs {
    padding: 30px 0px;
}

.adi p {
    color: #7f7f7f;
}

.adi_btn {
    margin-top: 10px;
}

.adi_btn .dta_btn {
    width: auto;
    padding: 12px 10px;
}

.yc_top_border {
    height: 2px;
    background: #000;
}

.add_adrs .form-control {
    border-color: #7f7f7f;
}

.add_adrs select.form-control {
    border: 0px;
    background-image: -webkit-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -moz-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -ms-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -o-linear-gradient(top, #efefef, #dbdbdb);
    background-image: linear-gradient(top, #efefef, #dbdbdb);
}

.yc_header {
    background: #fff;
    padding: 10px 0px;
}

.y_cary_main {
    background: #fff;
    padding: 0px 0px 15px 0px;
}

.yc_header .breadcrumb {
    background: none;
    margin-bottom: 0px;
    padding: 0px 0px 4px 0px;
    font-size: 14px;
}

.yc_header .breadcrumb a,
.yc_header .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

.yc_header .breadcrumb .breadcrumb-item.active {
    color: #b0b0b0;
}

.yc_header h3 {
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.del_table .checkmark {
    /*position:relative;
     */
    display: block;
    background-image: linear-gradient(#fcfcfc, #d7d7d7);
}

.del_table .checkbox_f .checkmark:after {
    display: none;
}

.del_table .checkbox_f .checkmark:before {
    content: "";
    display: inline-block;
    transform: rotate(35deg);
    height: 13px;
    width: 7px;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 1px;
    left: 5px;
}

.del_table .checkbox_f input:checked~.checkmark:before {
    border-color: #fff;
}

.del_table .checkbox_f input:checked~.checkmark {
    border: 1px solid #fbb03b;
    background-image: linear-gradient(#fbb03b, #eb9919);
}

.mid_td,
.mid_th {
    vertical-align: middle !important;
}

.del_table tr {
    border-bottom: 1px solid #cccccc;
}

.del_table tr:last-child {
    border-bottom: 0px;
}

.del_table thead tr {
    border-bottom: 0px;
}

.dss_ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #c3c3c3;
}

.dss_ul li a {
    display: inline-block;
    color: #000;
    padding: 0px 5px;
}

.dss_ul li a:hover {
    text-decoration: underline;
}

.dss_ul li:first-child {
    padding-left: 0px;
}

.dss_ul li:first-child a {
    padding-left: 0px;
}

.dss_ul li:last-child {
    border-right: 0px;
}

.subtotal {
    margin: 13px 0px 10px 0px;
    font-size: 16px;
    color: #000;
}

.subtotal .btn-success {
    margin: 0px;
}

.subtotal_tr {
    border: 0px !important;
}

.subtotal_tr td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.b_history {
    padding: 0px 0px 30px 0px;
    background: #fff;
}

.tt_h h2 span {
    font-size: 20px;
    font-weight: 400;
}

.b_history .ybh_box {
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.b_history .ybh_box a {
    display: block;
}

.b_history .ybh_box a:hover {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
}

.yc_pro_main {
    background: #fff;
}

.pro-d-main {
    padding: 20px 0px;
}

.pro-d-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-d-list {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    padding-right: 14px;
}

.pro-list-ul a {
    display: block;
    margin-bottom: 14.5px;
    position: relative;
}

.pro-list-ul a:last-child {
    margin-bottom: 0px;
}

.pro-list-ul a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px;
    cursor: pointer;
}

.pro-list-ul a:hover:after,
.pro-list-ul a.active:after {
    border: 3px solid #fbb03b;
}

.pro-d-zoom {
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    padding-right: 0px;
    position: relative;
}

.pro-d-zoom-img img {
    width: 100%;
}

.pro-d-zoom .ratt_p2 {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.6);
    padding: 14px 12px;
    text-align: center;
    border-radius: 100%;
    z-index: 99;
}

.pro-d-zoom .ratt_p2 input {
    display: none;
}

.pro-d-zoom .ratt_p2 label {
    cursor: pointer;
    position: absolute;
    background: rgba(255, 255, 255, 0.6) url(../images/favourites.png) no-repeat !important;
    background-size: 20px !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 100px;
}

.pro-d-zoom .ratt_p2 input:checked~label {
    background: rgba(255, 255, 255, 0.6) url(../images/my-favourites.png) no-repeat !important;
    background-size: 20px !important;
    background-position: center !important;
}


.v_fimilar {
    padding: 8px 20px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    right: 15px;
    bottom: 25px;
    cursor: pointer;
    z-index: 99;
    font-family: 'Conv_Cera Pro Bold';
}

.v_fimilar img {
    vertical-align: text-top;
    width: 30px;
}

.v_fimilar:hover {
    background: #fbb03b;
}

.pro-d-right {
    height: 100%;
}

.pro_desc_main .breadcrumb {
    background: none;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 14px;
}

.pro_desc_main .breadcrumb a {
    color: #b1b1b1;
}

.pro_desc_main .breadcrumb .breadcrumb-item.active {
    color: #000;
}

.pro-d-h1 {
    font-size: 36px;
    color: #000;
}

.pro-d-h1 span {
    width: 100px;
    height: 30px;
    margin-left: 15px;
    background: url(../images/l-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 101px;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    line-height: 31px;
    padding-left: 27px;
}

.pro-d-r-left {
    float: left;
    width: 70%;
}

.small_des {
    color: #999999;
    margin-bottom: 10px;
}

.off-time {
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.price-detail {
    margin-bottom: 10px;
}

.fin-price {
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}

.off-price {
    margin-right: 10px;
    color: #bebebe;
    text-decoration: line-through;
}

.off-ps {
    margin-right: 10px;
    color: #fbb03b;
}

.i_taxes {
    margin-bottom: 10px;
}

.size-sel {
    width: 55%;
    display: inline-block;
    vertical-align: top;
}

.size-cart {
    width: 42%;
    display: inline-block;
    vertical-align: top;
}

.size-sel h4 {
    color: #000;
}

.size-ul li {
    display: inline-block;
    margin-right: 10px;
}

.size-ul li .check_box span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #707070;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0px;
    padding-top: 12px;
    border-radius: 5px;
}

.size-ul li input {
    display: none;
}

.size-ul li .check_box input:checked~span {
    border: 1px solid #fbb03b;
    background: #fff;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
}

.size-cart-a a {
    color: #000;
}

.size-cart-a a img {
    vertical-align: middle;
    margin-bottom: 4px;
}

.size-cart-b {
    margin: 0px;
}

.size-cart-b a {
    font-size: 18px;
    color: #000;
}

.size-cart-b a img {
    vertical-align: middle;
}

.size-main {
    margin-bottom: 15px;
}

.sc_ul li {
    display: inline-block;
    margin-right: 5px;
}

.sc_ul li .check_box {
    margin-bottom: 0px;
}

.sc_ul li .check_box span {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0px;
    padding-top: 8px;
    background: #333;
}

.sc_ul li {
    position: relative;
    vertical-align: top;
}

.sc_ul li input {
    display: none;
}

.sc_ul li .check_box.Yellow_bg span {
    background: #FFFF00;
}

.sc_ul li .check_box.Green_bg span {
    background: #008000;
}

.sc_ul li .check_box.Blue_bg span {
    background: #0000FF;
}

.sc_ul li .check_box.Red_bg span {
    background: #FF0000;
}

.sc_ul li .check_box.White_bg span {
    background: #FFFFFF;
}

.sc_ul li .check_box.Black_bg span {
    background: #000000;
}

.sc_ul li .check_box.Brown_bg span {
    background: #964B00;
}

.sc_ul li .check_box.Azure_bg span {
    background: #008AD7;
}

.sc_ul li .check_box.Ivory_bg span {
    background: #FFFDD1;
}

.sc_ul li .check_box.Teal_bg span {
    background: #008080;
}

.sc_ul li .check_box.Silver_bg span {
    background: #C0C0C0;
}

.sc_ul li .check_box.Purple_bg span {
    background: #800080;
}

.sc_ul li .check_box.Navy_blue_bg span {
    background: #000080;
}

.sc_ul li .check_box.Pea_Green_bg span {
    background: #8eab12;
}

.sc_ul li .check_box.Gray_bg span {
    background: #808080;
}

.sc_ul li .check_box.Orange_bg span {
    background: #FFA500;
}

.sc_ul li .check_box.Maroon_bg span {
    background: #800000;
}

.sc_ul li .check_box.Charcoal_bg span {
    background: #36454f;
}

.sc_ul li .check_box.Aquamarine_bg span {
    background: #00FFBF;
}

.sc_ul li .check_box.Coral_bg span {
    background: #ff7f50;
}

.sc_ul li .check_box.Fuchsia_bg span {
    background: #FF00FF;
}

.sc_ul li .check_box.Wheat_bg span {
    background: #F5DEB3;
}

.sc_ul li .check_box.Lime_bg span {
    background: #00FF00;
}

.sc_ul li .check_box.Crimson_bg span {
    background: #DC143C;
}

.sc_ul li .check_box.Khaki_bg span {
    background: #c3b091;
}

.sc_ul li .check_box.Hot_pink_bg span {
    background: #FF69B4;
}

.sc_ul li .check_box.Magenta_bg span {
    background: #FF00FF;
}

.sc_ul li .check_box.Gold_bg span {
    background: #FFD700;
}

.sc_ul li .check_box.Plum_bg span {
    background: #DDA0DD;
}

.sc_ul li .check_box.Olive_bg span {
    background: #808000;
}

.sc_ul li .check_box.Cyan_bg span {
    background: #00FFFF;
}

.sc_ul li .check_box.Pink_bg span {
    background: #FFC0CB;
}

.sc_ul li .more {
    color: #8b8c94;
    font-size: 15px;
    margin-top: 6px;
    display: block;
}

.sc_ul li .check_box span:after {
    content: "";
    display: inline-block;
    transform: rotate(35deg);
    height: 18px;
    width: 9px;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 7px;
    left: 12px;
}

.sc_ul li .check_box input:checked~span:after {
    border-color: #fff;
}

.deliver_loc {
    margin-top: 0px;
}

.deliver_loc .d_loc_p {
    margin-bottom: 10px;
    color: #000;
}

.deliver_loc .d_loc_p img {
    vertical-align: top;
}

.deliver_loc .form-group {
    position: relative;
    width: 85%;
}

.deliver_loc .d_l_select {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
    font-size: 18px;
    background: #000 url(../images/dow-con.png) no-repeat;
    background-size: 16px;
    background-position: 90px 16px;
    color: #fff;
    border-color: #c5c5c5;
    height: 50px;
    border-radius: 8px;
}

.deliver_loc .d_l_select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Safari, Chrome, Opera */
    -webkit-appearance: none;
}

.deliver_loc .d_l_select::-ms-expand {
    display: none;
}

.deliver_loc input.form-control {
    padding-right: 160px;
    padding-left: 80px;
    font-size: 18px;
    height: 50px;
}

.d_l_name {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 18px;
    width: 72px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sc_q {
    padding-left: 25px;
    margin-bottom: 5px;
}

.size-cart .input-group {
    width: 120px;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    padding: 2px;
}

.qia_box .btn.btn-light {
    font-size: 18px;
    color: #000;
    font-family: 'Conv_Cera Pro Bold';
    padding: 2px 12px;
    background: #f2f2f2;
    height: 35px;
    line-height: 20px;
}

.qia_box .form-control {
    border: 0px;
    color: #000;
    font-size: 18px;
    height: 35px;
}

.pro-d-r-right {
    float: right;
    width: 30%;
}

.p-star-box {
    display: inline-block;
    width: 140px;
    height: 140px;
    text-align: center;
    background: url('../images/star-r.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 28px;
    padding-top: 38px;
    color: #fff;
    font-weight: 800;
}

.psp1 {
    color: #000;
    margin-bottom: 0px;
    font-weight: bold;
}

.psp2 {
    color: #9f9f9f;
}

.p-star-main {
    margin-bottom: 30px;
}

.pro_btn {
    margin-bottom: 50px;
}

.b_btn {
    color: #fff;
    display: block;
    border: 0px;
    padding: 12px 12px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    text-align: center;
}

.pro_btn .b_btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 14px 10px;
    font-size: 18px;
}

.pro_btn2 .b_btn {
    margin-bottom: 0px;
    padding: 14px 30px;
    font-size: 18px;
    display: inline-block;
}

.btn-yellow {
    background: #fbb03b;
    border-color: #fbb03b;
}

.btn-yellow:hover {
    background: #ffa313;
    border-color: #ffa313;
    color: #fff;
}

.btn-red {
    background: #fb3b3b;
    border-color: #fb3b3b;
    color: #fff;
}

.btn-red:hover {
    background: #f82121;
    border-color: #f82121;
    color: #fff;
}

.btn-green {
    background: #48c479;
    border-color: #48c479;
    color: #fff;
}

.btn-green:hover {
    background: #2ab862;
    border-color: #2ab862;
    color: #fff;
}

.btn-block {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.btn-block:hover {
    background: #333333;
    border-color: #333333;
    color: #fff;
}

.btn-gray.dtb_btn2 {
    padding: 16px 64px;
    color: #000;
    box-shadow: none;
    background-image: -webkit-linear-gradient(top, #efefef, #d6d6d6);
    background-image: -moz-linear-gradient(top, #efefef, #d6d6d6);
    background-image: -ms-linear-gradient(top, #efefef, #d6d6d6);
    background-image: -o-linear-gradient(top, #efefef, #d6d6d6);
    background-image: linear-gradient(top, #efefef, #d6d6d6);
}

.btn-gray.dtb_btn2:hover {
    background-image: -webkit-linear-gradient(top, #d9d9d9, #acacac);
    background-image: -moz-linear-gradient(top, #d9d9d9, #acacac);
    background-image: -ms-linear-gradient(top, #d9d9d9, #acacac);
    background-image: -o-linear-gradient(top, #d9d9d9, #acacac);
    background-image: linear-gradient(top, #d9d9d9, #acacac);
}

.sell_main {
    color: #000;
}

.sell_main span {
    color: #fb3b3b;
    text-decoration: underline;
}

.day_rp {
    color: #212121;
}

.day_rp:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #c2c2c2;
    display: inline-block;
    border-radius: 100%;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.pro_desc_main {
    margin-bottom: 20px;
}

.p_detail {
    margin: 15px 0px 0px 0px;
    max-height: 100%;
    min-height: 95%;
    border-right: 1px solid #d3d3d3;
}

.p_detail2 {
    margin: 30px 0px 0px 0px;
    max-height: 100%;
    min-height: 95%;
}

.p_de_box {
    margin-bottom: 30px;
}

.p_detail2 .p_de_box {
    margin-bottom: 20px;
}

.p_de_box h3,
.iuc_h3,
.dss_ul4 h3 {
    margin: 0px 0px 12px 0px;
}

.p_de_box p {
    color: #74767f;
    font-size: 18px;
    margin-bottom: 3px;
    width: 95%;
}

.p_detail2 h2 {
    margin: 0px 0px 20px 0px;
}

.fbt_main {
    width: 100%;
    margin: 30px 0px;
    background: #fff;
}

.ip_main2 {
    width: 100%;
}

.fbt_main .pro_box {
    padding: 0px 35px 0px 0px;
    margin: 10px 0px 0px 0px;
    position: relative;
}

.fbt_main .pbox_i_box a {
    padding: 20px 20px 10px 20px;
}

.fbt_main .pro_b_con,
.tnr_main .pro_b_con {
    padding-top: 5px;
}

.fbt_main .pro_box:after {
    content: '+';
    position: absolute;
    top: 30%;
    right: -10px;
    color: #c5c6c9;
    font-size: 50px;
}

.fbt_main .fbt_pro .col-md-4:last-child .pro_box:after {
    display: none;
}

.pri_summ .tnr_h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.pri_summ table {
    font-size: 22px;
    color: #8b8c94;
    font-weight: bold;
}

.tot_tbl {
    border-top: 1px solid #b7b7b7;
    font-size: 26px;
    font-weight: 400;
}

.pri_summ .table td {
    padding: 14px 10px;
}

.tot_tbl td:nth-child(1) {
    color: #000;
}

.tot_tbl td:nth-child(2) {
    color: #fbb03b;
}

.pri_summ .b_btn {
    width: 100%;
    padding: 14px 10px;
    font-size: 18px;
}

.pbox_inner {
    position: relative;
}

.fbt_checkbox {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    width: 30px;
    height: 30px;
}

.fbt_checkbox input {
    display: none;
}

.fbt_checkbox label {
    margin-bottom: 0px;
    cursor: pointer;
}

.fbt_checkbox .checkm {
    width: 30px;
    height: 30px;
    background: url(../images/gray-tick.png) no-repeat;
    display: block;
    background-size: 100%;
}

.fbt_checkbox label input:checked~.checkm {
    background: url(../images/yellow-tick.png) no-repeat;
    background-size: 100%;
}

.tnr_h3 {
    padding: 0px 0px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    float: left;
}

.tnr_h3 h2 {
    padding-bottom: 10px;
    color: #000000;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
}

.str_ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.str_ul li {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    color: #fbb03b;
}

.tnr_sub {
    margin-bottom: 5px;
    font-size: 18px;
}

.tnr_sub a {
    color: #7f7f7f;
    font-size: 20px;
}

.rtp_h {
    font-size: 18px;
    color: #8b8c94;
    margin-top: 10px;
}

.rtp_con .form-control {
    width: 90%;
    display: inline-block;
}

.rtp_con .form-control {
    height: 50px;
}

.rtp_main .form-control {
    border-color: #707070;
}

.rtp_con .rtp_img {
    display: inline-block;
    cursor: pointer;
}

.rtp_con label {
    width: 100%;
}

.rtp_main .form-group:last-child {
    margin-bottom: 0px;
}

.src_box {
    width: 90%;
    float: right;
    margin-top: 5px;
}

.src_box .input-group-text {
    background: #000000;
    border-color: #000000;
    height: 35px;
}

.src_box .form-control {
    height: 35px;
}

.mo_hd {
    background: #f5f5f5;
    margin-bottom: 20px;
    width: 100%;
}

.mo_obcc_ul {
    display: inline-block;
}

.mo_obcc_ul li {
    display: inline-block;
    margin-right: 10px;
}

.mo_obcc_ul li a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    padding: 8px 10px;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
}

.mo_obcc_ul li a:hover,
.mo_obcc_ul li.active a {
    border-bottom: 3px solid #fbb03b;
    font-family: 'Conv_Cera Pro Bold';
}

.pm_btn {
    padding: 5px 14px;
    font-size: 13px;
    color: #000;
    border: 0px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #efefef, #d6d6d6);
    background-image: -moz-linear-gradient(top, #efefef, #ff65a5);
    background-image: -ms-linear-gradient(top, #efefef, #d6d6d6);
    background-image: -o-linear-gradient(top, #efefef, #d6d6d6);
    background-image: linear-gradient(top, #efefef, #d6d6d6);
}

.my_ord_box {
    width: 100%;
    margin-bottom: 20px;
    border: 2px dashed #c1c1c1;
    padding: 20px 15px 0px 15px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.my_ord_box h2 {
    margin-bottom: 14px;
}

.my_ord_box .del_t_box {
    display: inline-block;
}

.my_ord_box .del_t_box .del_t_img {
    width: 120px;
}

.dt_p2 {
    color: #999999;
    font-size: 18px !important;
}

.dt_p1 {
    color: #999999;
    margin: 4px 0px !important;
}

.dtb-box2 .del_rs {
    margin: 4px 0px !important;
}

.dtb_btn {
    width: 72%;
    display: inline-block;
    margin-top: 25px;
}

.del_loc_p {
    margin: 14px 0px;
    color: #8b8c94;
    font-size: 16px;
}

.my_o_ul {
    margin: 10px 0px 15px 0px;
    width: 100%;
    padding: 0% 0% 0% 11%;
}

.my_o_ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.dtb_btn2 {
    padding: 14px 54px;
    display: inline-block;
    margin-top: 20px;
}

.moul_4 li {
    width: 21.6%;
    margin-right: 3%;
}

.my_o_ul li a,
.sabo_btn {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #c7c7c7;
    color: #000;
    background-image: -webkit-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -moz-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -ms-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -o-linear-gradient(top, #efefef, #dbdbdb);
    background-image: linear-gradient(top, #efefef, #dbdbdb);
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

.my_o_ul li a:hover,
.sabo_btn:hover {
    color: #000;
    background-image: -webkit-linear-gradient(top, #dfdddd, #c8c6c6);
    background-image: -moz-linear-gradient(top, #dfdddd, #c8c6c6);
    background-image: -ms-linear-gradient(top, #dfdddd, #c8c6c6);
    background-image: -o-linear-gradient(top, #dfdddd, #c8c6c6);
    background-image: linear-gradient(top, #dfdddd, #c8c6c6);
}

.my_ord_box .my_o_ul li a {
    font-size: 13px;
}

.my_o_ul li a {
    width: 100%;
}

.moul_6 li {
    width: 15%;
    margin-right: 0.8%;
}

.sabo_btn {
    width: 100%;
}

.my_o_footer {
    background: #f2f2f2;
}

.my_o_table {
    margin: 0px;
}

.my_o_table td {
    padding: 8px 10px;
}

.my_o_table span {
    color: #000;
    text-transform: uppercase;
}

.my_o_table p {
    color: #000;
    margin: 0px;
    font-size: 18px;
}

p.odi {
    color: #bcbcbc;
}

p.odi a {
    margin: 0px 8px;
}

p.odi a:nth-child(1) {
    margin-left: 0px;
}

.my_f_sec {
    position: relative;
}

.my_f_sec .form-control {
    margin-top: 5px;
    margin-right: 10px;
    height: 35px;
    font-size: 14px;
    padding-left: 35px;
    min-width: 250px;
}

.my_f_sec .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #d7d7d7;
}

.my_f_sec .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d7d7d7;
}

.my_f_sec .form-control::placeholder {
    color: #d7d7d7;
}

.my_f_s_icon {
    position: absolute;
    left: 8px;
    top: 10px;
}

.dss_ul2 li {
    display: inline-block;
    padding: 0px 5px;
    border-right: 1px solid #c3c3c3;
}

.dss_ul2 li a {
    display: inline-block;
    color: #000;
    padding: 0px 3px;
}

.dss_ul2 li:first-child {
    padding-left: 0px;
    padding-right: 0px;
    border-right: 0px;
}

.dss_ul2 li:first-child a {
    padding-left: 0px;
}

.dss_ul2 li:last-child {
    border-right: 0px;
}

.dss_ul2 .p-star-box {
    width: 40px;
    height: 40px;
    font-size: 12px;
    padding-top: 8px;
    vertical-align: middle;
}

.dss_ul2 li .rev {
    font-size: 12px;
    color: #999999;
}

.dss_ul3 {
    display: inline-block;
    margin-left: 20px;
    margin-top: -10px;
}

.dss_ul3 li {
    display: inline-block;
    padding: 0px 5px;
    border-right: 1px solid #c3c3c3;
    color: #7f7f7f;
    font-size: 20px;
}

.dss_ul3 li a {
    display: inline-block;
    color: #000;
    padding: 0px 3px;
}

.dss_ul3 li:first-child {
    padding-left: 0px;
    padding-right: 0px;
    border-right: 0px;
}

.dss_ul3 li:first-child a {
    padding-left: 0px;
}

.dss_ul3 li:last-child {
    border-right: 0px;
}

.dss_ul3 .p-star-box {
    width: 60px;
    height: 60px;
    font-size: 16px;
    padding-top: 14px;
    vertical-align: middle;
}

.dss_ul3 li .rev {
    font-size: 12px;
    color: #999999;
}

.dss_ul4 {
    display: inline-block;
    width: 100%;
}

.dss_ul4 li {
    display: inline-block;
    padding: 0px 5px;
    vertical-align: top;
}

.dss_ul4 .p-star-box {
    width: 70px;
    height: 70px;
    font-size: 18px;
    padding-top: 18px;
    vertical-align: middle;
}

.dss_ul4 h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dss_ul4 li p {}

.dss_ul4 li p span {
    color: #9b9b9b;
}

.rtp_main {
    font-size: 18px;
}

.cancel_p {
    margin-bottom: 15px;
}

.cancel_btn {
    border: 0px;
    padding: 0px;
    background: none;
}

.add_bom_box {
    font-size: 14px;
    color: #80818a;
    text-align: left;
    margin: 8px 0px;
    display: block;
}

.add_bom_btn {
    float: right;
}

.add_bom_btn:hover {
    text-decoration: underline;
}

.mf_ab a {
    display: inline-block;
    width: 48%;
}

.mf_ab a:first-child {
    float: left;
}

.mf_ab a:last-child {
    float: right;
}

.my_ord_main {
    min-height: 500px;
}

.my_f_dh {
    margin-bottom: 0px;
}

.mf_ab .b_btn {
    padding: 10px 12px;
}

.rat_rev {
    margin: 30px 0px;
}

.iuc_h3 {
    margin: 10px 0px;
}

.iuc_ul {
    margin: 10px 0px 30px 0px;
}

.iuc_ul li,
.iuc_ul li a {
    display: inline-block;
}

.iuc_ul li {
    margin-right: 10px;
}

.iuc_ul li a {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.iuc_ul li a img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.iuc_u_span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding-top: 35%;
    font-size: 22px;
    left: 0px;
    top: 0px;
}

.iuc_ul2 li a img {
    width: 80px;
    height: 80px;
}

.user_rdlist {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 10px 0px;
}

.iuc_r_ul {}

.iuc_r_ul li {
    display: inline-block;
}

.dss_left {
    padding-left: 90px;
}

.dss_p p {
    color: #9b9b9b;
    font-size: 18px;
}

.urr_ul li {
    display: inline-block;
    margin: 0px 10px;
    vertical-align: top;
}

.urr_ul li p {
    margin-bottom: 0px;
    color: #9b9b9b;
    font-size: 16px;
}

.like-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff url(../images/like-icon.png) no-repeat;
    background-size: 100%;
    border: 0px;
}

.d-like-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff url(../images/d-like-icon.png) no-repeat;
    background-size: 100%;
    border: 0px;
}

.three-dots {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff url(../images/three-dots.png) no-repeat;
    background-size: 100%;
    border: 0px;
}

.user_r_right {
    margin-top: 60px;
}

.progress-circle {
    font-size: 20px;
    margin: 0px 10px;
    position: relative;
    padding: 0;
    width: 4em;
    height: 4em;
    background-color: #e4e4e4;
    border-radius: 50%;
    line-height: 4em;
    box-shadow: 0px 0px 0px 5px rgb(195 195 195 / 10%), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
}

.progress-circle:after {
    border: none;
    position: absolute;
    top: .45em;
    left: .45em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 3.1em;
    height: 3.1em;
    background: #f3f4f5 url(../images/star-icon1.png) no-repeat;
    background-position: 10px 6px;
    background-size: 45px;
    content: " ";
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
}

.progress-circle span {
    position: absolute;
    line-height: 4em;
    width: 4em;
    text-align: center;
    display: block;
    color: #000000;
    z-index: 2
}

.left-half-clipper {
    border-radius: 50%;
    width: 4em;
    height: 4em;
    position: absolute;
    clip: rect(0, 5em, 5em, 2.5em)
}

.progress-circle.over50 .left-half-clipper {
    clip: rect(auto, auto, auto, auto)
}

.value-bar {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 4em;
    height: 4em;
    border-radius: 50%;
    border: .45em solid #179300;
    box-sizing: border-box
}

.progress-circle.over50 .first50-bar {
    position: absolute;
    clip: rect(0, 5em, 5em, 2.5em);
    background-color: #179300;
    border-radius: 50%;
    width: 4em;
    height: 4em
}

.progress-circle:not(.over50) .first50-bar {
    display: none
}

.progress-circle.p0 .value-bar {
    display: none
}

.progress-circle.p1 .value-bar {
    transform: rotate(4deg)
}

.progress-circle.p2 .value-bar {
    transform: rotate(7deg)
}

.progress-circle.p3 .value-bar {
    transform: rotate(11deg)
}

.progress-circle.p4 .value-bar {
    transform: rotate(14deg)
}

.progress-circle.p5 .value-bar {
    transform: rotate(18deg)
}

.progress-circle.p6 .value-bar {
    transform: rotate(22deg)
}

.progress-circle.p7 .value-bar {
    transform: rotate(25deg)
}

.progress-circle.p8 .value-bar {
    transform: rotate(29deg)
}

.progress-circle.p9 .value-bar {
    transform: rotate(32deg)
}

.progress-circle.p10 .value-bar {
    transform: rotate(36deg)
}

.progress-circle.p11 .value-bar {
    transform: rotate(40deg)
}

.progress-circle.p12 .value-bar {
    transform: rotate(43deg)
}

.progress-circle.p13 .value-bar {
    transform: rotate(47deg)
}

.progress-circle.p14 .value-bar {
    transform: rotate(50deg)
}

.progress-circle.p15 .value-bar {
    transform: rotate(54deg)
}

.progress-circle.p16 .value-bar {
    transform: rotate(58deg)
}

.progress-circle.p17 .value-bar {
    transform: rotate(61deg)
}

.progress-circle.p18 .value-bar {
    transform: rotate(65deg)
}

.progress-circle.p19 .value-bar {
    transform: rotate(68deg)
}

.progress-circle.p20 .value-bar {
    transform: rotate(72deg)
}

.progress-circle.p21 .value-bar {
    transform: rotate(76deg)
}

.progress-circle.p22 .value-bar {
    transform: rotate(79deg)
}

.progress-circle.p23 .value-bar {
    transform: rotate(83deg)
}

.progress-circle.p24 .value-bar {
    transform: rotate(86deg)
}

.progress-circle.p25 .value-bar {
    transform: rotate(90deg)
}

.progress-circle.p26 .value-bar {
    transform: rotate(94deg)
}

.progress-circle.p27 .value-bar {
    transform: rotate(97deg)
}

.progress-circle.p28 .value-bar {
    transform: rotate(101deg)
}

.progress-circle.p29 .value-bar {
    transform: rotate(104deg)
}

.progress-circle.p30 .value-bar {
    transform: rotate(108deg)
}

.progress-circle.p31 .value-bar {
    transform: rotate(112deg)
}

.progress-circle.p32 .value-bar {
    transform: rotate(115deg)
}

.progress-circle.p33 .value-bar {
    transform: rotate(119deg)
}

.progress-circle.p34 .value-bar {
    transform: rotate(122deg)
}

.progress-circle.p35 .value-bar {
    transform: rotate(126deg)
}

.progress-circle.p36 .value-bar {
    transform: rotate(130deg)
}

.progress-circle.p37 .value-bar {
    transform: rotate(133deg)
}

.progress-circle.p38 .value-bar {
    transform: rotate(137deg)
}

.progress-circle.p39 .value-bar {
    transform: rotate(140deg)
}

.progress-circle.p40 .value-bar {
    transform: rotate(144deg)
}

.progress-circle.p41 .value-bar {
    transform: rotate(148deg)
}

.progress-circle.p42 .value-bar {
    transform: rotate(151deg)
}

.progress-circle.p43 .value-bar {
    transform: rotate(155deg)
}

.progress-circle.p44 .value-bar {
    transform: rotate(158deg)
}

.progress-circle.p45 .value-bar {
    transform: rotate(162deg)
}

.progress-circle.p46 .value-bar {
    transform: rotate(166deg)
}

.progress-circle.p47 .value-bar {
    transform: rotate(169deg)
}

.progress-circle.p48 .value-bar {
    transform: rotate(173deg)
}

.progress-circle.p49 .value-bar {
    transform: rotate(176deg)
}

.progress-circle.p50 .value-bar {
    transform: rotate(180deg)
}

.progress-circle.p51 .value-bar {
    transform: rotate(184deg)
}

.progress-circle.p52 .value-bar {
    transform: rotate(187deg)
}

.progress-circle.p53 .value-bar {
    transform: rotate(191deg)
}

.progress-circle.p54 .value-bar {
    transform: rotate(194deg)
}

.progress-circle.p55 .value-bar {
    transform: rotate(198deg)
}

.progress-circle.p56 .value-bar {
    transform: rotate(202deg)
}

.progress-circle.p57 .value-bar {
    transform: rotate(205deg)
}

.progress-circle.p58 .value-bar {
    transform: rotate(209deg)
}

.progress-circle.p59 .value-bar {
    transform: rotate(212deg)
}

.progress-circle.p60 .value-bar {
    transform: rotate(216deg)
}

.progress-circle.p61 .value-bar {
    transform: rotate(220deg)
}

.progress-circle.p62 .value-bar {
    transform: rotate(223deg)
}

.progress-circle.p63 .value-bar {
    transform: rotate(227deg)
}

.progress-circle.p64 .value-bar {
    transform: rotate(230deg)
}

.progress-circle.p65 .value-bar {
    transform: rotate(234deg)
}

.progress-circle.p66 .value-bar {
    transform: rotate(238deg)
}

.progress-circle.p67 .value-bar {
    transform: rotate(241deg)
}

.progress-circle.p68 .value-bar {
    transform: rotate(245deg)
}

.progress-circle.p69 .value-bar {
    transform: rotate(248deg)
}

.progress-circle.p70 .value-bar {
    transform: rotate(252deg)
}

.progress-circle.p71 .value-bar {
    transform: rotate(256deg)
}

.progress-circle.p72 .value-bar {
    transform: rotate(259deg)
}

.progress-circle.p73 .value-bar {
    transform: rotate(263deg)
}

.progress-circle.p74 .value-bar {
    transform: rotate(266deg)
}

.progress-circle.p75 .value-bar {
    transform: rotate(270deg)
}

.progress-circle.p76 .value-bar {
    transform: rotate(274deg)
}

.progress-circle.p77 .value-bar {
    transform: rotate(277deg)
}

.progress-circle.p78 .value-bar {
    transform: rotate(281deg)
}

.progress-circle.p79 .value-bar {
    transform: rotate(284deg)
}

.progress-circle.p80 .value-bar {
    transform: rotate(288deg)
}

.progress-circle.p81 .value-bar {
    transform: rotate(292deg)
}

.progress-circle.p82 .value-bar {
    transform: rotate(295deg)
}

.progress-circle.p83 .value-bar {
    transform: rotate(299deg)
}

.progress-circle.p84 .value-bar {
    transform: rotate(302deg)
}

.progress-circle.p85 .value-bar {
    transform: rotate(306deg)
}

.progress-circle.p86 .value-bar {
    transform: rotate(310deg)
}

.progress-circle.p87 .value-bar {
    transform: rotate(313deg)
}

.progress-circle.p88 .value-bar {
    transform: rotate(317deg)
}

.progress-circle.p89 .value-bar {
    transform: rotate(320deg)
}

.progress-circle.p90 .value-bar {
    transform: rotate(324deg)
}

.progress-circle.p91 .value-bar {
    transform: rotate(328deg)
}

.progress-circle.p92 .value-bar {
    transform: rotate(331deg)
}

.progress-circle.p93 .value-bar {
    transform: rotate(335deg)
}

.progress-circle.p94 .value-bar {
    transform: rotate(338deg)
}

.progress-circle.p95 .value-bar {
    transform: rotate(342deg)
}

.progress-circle.p96 .value-bar {
    transform: rotate(346deg)
}

.progress-circle.p97 .value-bar {
    transform: rotate(349deg)
}

.progress-circle.p98 .value-bar {
    transform: rotate(353deg)
}

.progress-circle.p99 .value-bar {
    transform: rotate(356deg)
}

.progress-circle.p100 .value-bar {
    transform: rotate(360deg)
}

.per0 .value-bar {
    border-color: #df1919;
}

.per25 .value-bar {
    border-color: #e77e00;
}

.per50 .value-bar {
    border-color: #f2bd00;
}

.per75 .value-bar {
    border-color: #9abb00;
}

.per100 .value-bar {
    border-color: #2bb100;
}

.progress-circle.per0 .first50-bar {
    background-color: #df1919;
}

.progress-circle.per25 .first50-bar {
    background-color: #e77e00;
}

.progress-circle.per50 .first50-bar {
    background-color: #f2bd00;
}

.progress-circle.per75 .first50-bar {
    background-color: #9abb00;
}

.progress-circle.per100 .first50-bar {
    background-color: #2bb100;
}

.pc_p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

.progress-circle span {
    font-weight: 800;
    color: #000;
}

.sc-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1111;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.sc-popup.active {
    display: block;
}

.hidden {
    overflow: hidden;
}

.sc-popup-content {
    -webkit-box-shadow: 0 0 5px #d5d6d9;
    box-shadow: 0 0 5px #d5d6d9;
    height: 100%;
    width: 60%;
    position: absolute;
    right: 0;
    overflow-y: scroll;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
}

.sc-p-header {
    padding: 60px 0 24px 36px;
    display: flex;
    width: 100%;
}

.sc-close-btn {
    width: 28px;
    height: 28px;
    padding: 3px;
    background: none;
    border: 0px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.sc-close-btn:hover {
    background: #ddd;
}

.sc-p-container {
    width: 100%;
    display: block;
}

.sc-p-ul {
    width: 100%;
    border-bottom: 1px solid #eaeaec;
    border-top: 1px solid #eaeaec
}

.sc-p-ul li {
    width: 50%;
    margin-right: -4px;
    display: inline-block;
}

.sc-p-ul li a {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}

.sc-p-ul li a:hover,
.sc-p-ul li a.active {
    color: #fbb03b;
    border-bottom: 2px solid #fbb03b;
}

.sc-p-c-inner {
    display: block;
    width: 100%;
    padding: 20px 0px;
}

.sc-p-c-box,
.sc-p-f-ul {
    display: block;
    width: 100%;
}

.sc-p-c-box table th {
    font-weight: 400;
}

.sc-p-c-box table td,
.sc-p-c-box table th {
    font-size: 18px;
    color: #000;
    text-align: center;
}

.sellr {
    padding: 15px 0px;
    display: block;
    width: 100%;
    background: #f5f5f6;
}

.sellr-inner {
    padding: 15px 20px;
    display: block;
    width: 100%;
    background: #fff;
    font-size: 18px;
}

.scpc_box {
    padding: 20px;
}

.scp-img {
    margin: 20px 0px;
}

.sc-p-footer {
    width: 60%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    height: 65px;
    padding: 8px 0 0;
    z-index: 1;
    -webkit-box-shadow: 0 0 24px 0 #eaeaec;
    box-shadow: 0 0 24px 0 #eaeaec;
}

.sc-p-f-ul {
    padding: 0px 10px;
}

.sc-p-f-ul li {
    width: 50%;
    margin-right: -4px;
    display: inline-block;
    padding: 3px 20px;
}

.sc-p-f-ul li a {
    padding: 8px 10px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
    border: 1px solid #d4d5d9;
}

.sc-p-f-ul li a.atb_btn {
    border-color: #fbb03b;
    background: #fbb03b;
    color: #fff;
}

.sc-p-f-ul li a img {
    vertical-align: text-top;
}

.tnr_radio {}

.ratt_p2 input,
.tnr_radio label input {
    display: none;
}

.tnr_radio label {
    margin-bottom: 0px;
    position: relative;
    cursor: pointer;
    display: block;
}

.tnr_radio .checkm {
    width: 26px;
    height: 26px;
    display: block;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.tnr_radio .checkm:after {
    content: "";
    display: inline-block;
    transform: rotate(35deg);
    height: 15px;
    width: 8px;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 4px;
    left: 9px;
}

.tnr_radio label input:checked~.checkm:after {
    border-color: #fff;
}

.tnr_radio label input:checked~.checkm {
    background: #fbb03b;
}

.pbox_i_box {
    position: relative;
}

.psm_select {
    position: absolute;
    right: 20px;
    z-index: 1;
    padding: 10px 10px;
    background-image: -webkit-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -moz-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -ms-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -o-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -linear-gradient(top, #efefef, #dbdbdb);
    border: 0px;
    border-radius: 8px;
    top: 10px;
    font-size: 16px;
}

.psm_select2 {
    margin-left: 10px;
    padding: 12px 15px;
    background-image: -webkit-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -moz-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -ms-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -o-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -linear-gradient(top, #efefef, #dbdbdb);
    border: 0px;
    border-radius: 8px;
    font-size: 20px;
    width: 140px;
}

.ab-btn {
    min-width: 120px;
    min-height: 46px;
    padding: 6px 10px;
    font-weight: bold;
    color: #212529;
    background-image: -webkit-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -moz-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -ms-linear-gradient(top, #efefef, #dbdbdb);
    background-image: -o-linear-gradient(top, #efefef, #dbdbdb);
    background-image: linear-gradient(top, #efefef, #dbdbdb);
    border: 0px;
    font-size: 18px;
    border-radius: 8px;
}

.dp-pik {
    position: relative;
    padding-left: 40px !important;
    background-size: 24px;
    width: 155px;
    text-align: left;
    min-width: auto;
}

.dp-pik-spn {
    position: relative;
}

.dp-pik-spn::after {
    content: "";
    background: url(../images/date.png) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 8px;
    top: 1px;
}

.tm-pik {
    position: relative;
    padding-left: 40px !important;
    width: 150px;
    text-align: left;
    min-width: auto;
}

.tm-pik-spn {
    position: relative;
}

.tm-pik-spn::after {
    content: "";
    background: url(../images/time.png) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 8px;
    top: 1px;
}


.info-con {
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
    background: url(../images/info-icon.png) no-repeat;
    color: #d32f2f;
    background-position: 0px 6px;
    font-size: 14px;
    background-size: 24px;
}

.info-con2 {
    padding-left: 30px;
    background: url(../images/i-icon.png) no-repeat;
    color: #000;
    background-position: 0px 6px;
    font-size: 14px;
    background-size: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sda-box {
    padding-left: 25px;
    padding-right: 25px;
}

.sda-box2 {
    padding-left: 25px;
    padding-right: 45px;
}

.underline,
.underline:hover {
    text-decoration: underline;
}

.view-all {
    color: #b2b2b2;
    text-decoration: underline;
}

.view-all:hover {
    color: #666;
    text-decoration: underline
}

.ava_check {
    margin-bottom: 0px;
}

.ava_check input {
    display: none;
}

.ava_check .checkmark {
    top: 10px;
    left: 12px;
    background-image: linear-gradient(#fcfcfc, #d7d7d7);
    background-image: -webkit-linear-gradient(#fcfcfc, #d7d7d7);
    background-image: -moz-linear-gradient(#fcfcfc, #d7d7d7);
    background-image: -ms-linear-gradient(#fcfcfc, #d7d7d7);
    background-image: -o-linear-gradient(#fcfcfc, #d7d7d7);
}

.ava_check .ava_p1 input:checked~.checkmark {
    border: 1px solid #fbb03b;
    background-image: linear-gradient(#fbb03b, #eb9919);
}

.ava_check .checkmark:after {
    content: "";
    display: inline-block;
    transform: rotate(35deg);
    height: 13px;
    width: 7px;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 1px;
    left: 5px;
}

.ava_check .ava_p1 input:checked~.checkmark:after {
    border-color: #fff;
}

span.ap2 {
    color: #000;
    margin-left: 10px;
}

.ab_main .pro_box .tnr_radio .checkm {
    top: 10px;
    right: 10px;
}

.ab_main .pro_box .tnr_radio .pbox_inner_b .checkm {
    top: 30px;
    right: 30px;
}

.ab_main .pro_box .pbox_inner {
    padding: 20px 20px 10px 20px;
}

.ab_main .pro_b_img .ratt_p {
    left: 20px;
}

.ab_main .pro_box .pro_b_img .ratt_p2 {
    right: 10px;
}

.ab_main .pro_box .pro_b_con {
    padding-top: 7px;
}

.pbox_inner_b .pro_b_img>label {
    padding: 20px 20px 0px 20px;
}

.pbox_inner_b .pro_b_img label {
    display: block;
}

.pbox_inner_b {
    background: #fff;
    display: block;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 6px 28px 0 rgb(0 0 0 / 4%);
}

.pbox_inner_b .pro_b_con label {
    display: block;
    padding-bottom: 10px;
}



.ri-icon {
    margin-right: 3px;
    vertical-align: middle;
}

.over-down {
    padding: 8px 10px;
}

.over-down .panel-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 500px !important;
    display: block;
}

.over-down.collapsed .panel-title {
    white-space: inherit;
    text-overflow: inherit;
    overflow: inherit;
}

.over-down.collapsed .icon-indicator {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
    /* Standard syntax */
}

.adi_check .checkmark {
    width: 26px;
    height: 26px;
}

.adi_check .checkbox_f .checkmark:after {
    height: 18px;
    width: 18px;
    top: 2px;
    left: 2px;
}

.adi_check label {
    font-size: 18px;
    color: #000;
    padding-left: 30px;
}

.soli {
    position: relative;
}

.soli:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-bottom: 3px solid #fbb03b;
    width: 100%;
}

.sto-m {
    margin-top: 10px;
}

.sto-m li {
    display: inline-block;
    padding: 5px 0px;
}

.sto-m li a {
    display: inline-block;
    padding: 0px 20px;
    line-height: 15px;
}

.sto-m li:first-child a {
    border-right: 2px solid #d9d9d9;
}

li.atc_btn {
    padding: 0px;
}

.sto-m li.atc_btn a {
    padding: 14px 20px;
    color: #fff;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #b8b8b8, #838383);
    background-image: -moz-linear-gradient(top, #b8b8b8, #838383);
    background-image: -ms-linear-gradient(top, #b8b8b8, #838383);
    background-image: -o-linear-gradient(top, #b8b8b8, #838383);
    background-image: linear-gradient(top, #b8b8b8, #838383);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 6px 28px 0 rgba(0, 0, 0, 0.04);
}

.thank-main {
    min-height: 400px;
    background: #fff;
}

.my-fav .del_t_con p {
    margin: 1px 0px;
}

.my-fav .del_t_con h3 {
    margin: 4px 0px 4px 0px;
}

.find_loc .modal-content {
    border-radius: 15px;
}

.find_loc .modal-body {
    padding: 30px 30px;
}

.fl_con {
    padding: 0px !important;
}

.mob-view {
    display: none;
}

.sid-filter {
    font-size: 20px;
    color: #000;
}

.plf-close {
    display: none;
    position: fixed;
    left: 310px;
    background: #ffff;
    padding: 7px 10px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    top: 10px;
}

.plf-close.active {
    display: block;
}

.sh_d p {
    height: 50px;
    overflow: hidden;
    display: block !important;
}

.sh_d p.show {
    height: auto !important;
}

.zp-popup {
    cursor: pointer;
    position: absolute;
    left: 5px;
    bottom: 10px;
    width: 95px;
    height: 35px;
    background: rgba(255, 255, 255);
    padding: 0px 0px;
    text-align: center;
    border-radius: 100px;
    z-index: 11;
    border: 0px;
    display: none;
}

.ui-img-box {
    width: 100%;
    height: 100px;
}

.ui-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uip-body {
    height: 500px;
    overflow-y: scroll;
}

.uip-body .col-md-2 {
    padding: 5px;
}

.rad-ld-box {
    position: relative;
    padding: 35px 0px 0px 0px;
    text-align: center;
    width: 35px;
    color: #9b9b9b;
}

.rad-ld-box input {
    display: none;
}

.rad-ld-box .checkmark {
    border: 0px;
}

.rad-ld-box input~.checkmark:after {
    content: "";
    cursor: pointer;
    position: absolute;
    display: block;

    width: 35px;
    height: 35px;
    left: 0px;
    top: 0px;
}

.rad-ld-box.like input~.checkmark:after {
    background: #fff url(../images/like-icon.png) no-repeat;
    background-size: 30px !important;
    background-position: center !important;
}

.rad-ld-box.like input:checked~.checkmark:after {
    background: #fff url(../images/like-icon2.png) no-repeat;
    background-size: 30px !important;
    background-position: center !important;
}

.rad-ld-box.dislike input~.checkmark:after {
    background: #fff url(../images/d-like-icon.png) no-repeat;
    background-size: 30px !important;
    background-position: center !important;
}

.rad-ld-box.dislike input:checked~.checkmark:after {
    background: #fff url(../images/d-like-icon2.png) no-repeat;
    background-size: 30px !important;
    background-position: center !important;
}

#user-images .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* @font-face {

    src: url('../fonts/CeraProRegular.eot');
    src: local(''), url('../fonts/Cera Pro Regular.woff') format('woff'), url('../fonts/Cera Pro Regular.ttf') format('truetype'), url('../fonts/Cera Pro Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_CIRCEROUNDED-BOLD';
    src: url('../fonts/CIRCEROUNDED-BOLD.eot');
    src: local(''), url('../fonts/CIRCEROUNDED-BOLD.woff') format('woff'), url('../fonts/CIRCEROUNDED-BOLD.ttf') format('truetype'), url('../fonts/CIRCEROUNDED-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_CIRCEROUNDED-EXTRABOLD';
    src: url('../fonts/CIRCEROUNDED-EXTRABOLD.eot');
    src: local(''), url('../fonts/CIRCEROUNDED-EXTRABOLD.woff') format('woff'), url('../fonts/CIRCEROUNDED-EXTRABOLD.ttf') format('truetype'), url('../fonts/CIRCEROUNDED-EXTRABOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} */

.thank-con h2 {
    font-size: 42px;
    font-family: 'Conv_CIRCEROUNDED-EXTRABOLD';
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
}

.pl-0 {
    padding: 0px !important;
}

.thank-p1 {
    font-size: 28px;
    color: #000;
    font-family: 'Conv_CIRCEROUNDED-EXTRABOLD';
    margin-top: 15px;
    margin-bottom: 10px;
}

.thank-p2 {
    font-size: 20px;
    color: #a2a2a2;

    margin-top: 0px;
    margin-bottom: 0px;
}

.thank-p2 a {
    text-decoration: underline;
}

.thank-p3 {
    font-size: 28px;
    color: #616161;
    font-family: 'Conv_CIRCEROUNDED-BOLD';
    margin-top: 10px;
    margin-bottom: 0px;
}

.thank-con {
    position: relative;
}

.rating-box {
    margin-top: 20px;
}

.rating-box img {
    width: 420px;
}

.tqi1 {
    position: absolute;
    left: 32%;
    top: -10px;
}

.tqi2 {
    position: absolute;
    left: 41%;
    bottom: 70px;
}

.tqi3 {
    position: absolute;
    left: 14%;
    bottom: -15px;
}

.in-thank-con {
    position: relative;
    z-index: 1;
}

.rat-box {
    display: block;
    position: relative;
    margin-top: 20px;
}

.str-val {
    position: absolute;
    color: #2b2b2b;
    font-size: 30px;
    font-weight: 600;
    left: 54px;
    top: 16px;
}

.starrating {
    display: block;
    width: 420px;
    height: 100px;
    background: url(../images/rat-box.png) no-repeat;
    background-size: 420px;
    padding: 28px 0px 0px 80px;
}

.starrating>input {
    display: none;
}

.starrating>label {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 24px;
    cursor: pointer;
}

.starrating>label::before {
    content: "";
    color: #222222;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background: url(../images/star-e.png) no-repeat;
    background-size: contain;
}

.starrating>input:checked~label::before {
    background: url(../images/star-r2.png) no-repeat;
    background-size: contain;
}

.starrating>input:hover~label::before {
    background: url(../images/star-r2.png) no-repeat;
    background-size: contain;
}

/* new top bar  responsive */
.topbar-res {
    display: none;
}

@media all and (min-width:1401px) and (max-width:1500px) {
    .pro_box .pro_b_img .pb-img {
        height: 270px;
    }

    .tt_b_img .ttb_ic {
        height: 150px;
    }
}

@media all and (min-width:1301px) and (max-width:1400px) {
    .rig_nav_ul>li {
        padding: 0px 1.8%;
    }

    header .col-md-4 {
        padding-left: 0px;
    }

    .pro_box .pro_b_img .pb-img {
        height: 250px;
    }

    .tt_b_img .ttb_ic {
        height: 140px;
    }
}

@media all and (min-width:1100px) and (max-width:1300px) {
    .rig_nav_ul li {
        padding: 0px 1%;
    }

    header .col-md-4 {
        padding-left: 0px;
    }

    .rig_nav_ul>li>a img {
        width: 24px;
    }

    .ss_nav li {
        padding: 0px 5%;
    }

    .rig_nav_ul li.li_ord {
        margin-right: 1%;
    }

    .rig_nav_ul li.add_nav {
        width: 125px;
    }

    .size-ul li .check_box span {
        width: 40px;
        height: 40px;
        padding-top: 6px;
    }

    .sc_ul li {
        margin: 0px;
    }

    .sc_ul li .check_box span {
        width: 30px;
        height: 30px;
    }

    .sc_ul li .check_box span:after {
        top: 4px;
        left: 10px;
    }

    .p-star-box {
        width: 110px;
        height: 110px;
        padding-top: 28px;
    }

    .fbt_main .pro_box {
        padding: 0px;
    }

    .fbt_main .pro_box:after {
        right: -25px;
    }

    .pri_summ table {
        font-size: 18px;
    }

    .pri_summ .table td {
        padding: 14px 6px;
    }

    .tot_tbl {
        font-size: 20px;
    }

    .iuc_ul li a img {
        width: 90px;
        height: 90px;
    }

    .urr_ul li {
        margin: 0px 2px;
    }

    .tnr_main .pbox_i_box a,
    .tnr_main2 .pbox_i_box label {
        padding: 10px 6px 10px 6px;
    }

    .pro_s_main .pro_box,
    .sp_products .pro_box {
        padding: 10px 10px;
    }

    .pro_b_img a {
        padding: 0px 0px 0px 0px;
    }

    .pro_box .pro_b_con a {
        padding: 5px 0px 10px 0px;
    }

    .pl_rig_main .col-md-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pl_rig_main {
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tsc_img img {
        width: 100px;
        height: 100px;
    }

    .tc_b_con div,
    .tw_inner .form-group .tw_label {
        font-size: 16px;
    }

    .tw_inner .tw_tx .form-control {
        width: 65%;
    }

    .tw_inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tnr_radio .checkm {
        top: 10px;
        right: 10px;
    }

    .col_co_5 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dtb-box2 .del_t_con {
        width: 67%;
    }

    .sda-box {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pro_box .pro_b_img .pb-img {
        height: 250px;
    }

    .tt_b_img .ttb_ic {
        height: 120px;
    }

    .tail_slider .carousel .carousel-item img {
        height: 380px;
    }

}

@media all and (min-width:993px) and (max-width:1099px) {
    .rig_nav_ul li {
        padding: 0px 1%;
    }

    .rig_nav_ul li.li_ord {
        margin-right: 2%;
    }

    header .col-md-4 {
        padding-left: 0px;
    }

    .rig_nav_ul li a img {
        width: 20px;
    }

    header .col-md-6 {
        padding-left: 0px;
    }

    .seaech_box .form-control {
        font-size: 13px;
    }

    .main_nav .col-megamenu {
        padding: 5px 5px;
    }

    .menu_pro {
        padding: 10px 10px;
    }

    .main_nav .navbar .megamenu .list-unstyled li {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .lu_span {
        width: 80px;
    }

    .ss_nav li {
        padding: 0px 3%;
    }

    .rig_nav_ul li.add_nav {
        width: 110px;
    }

    .acce_box {
        padding: 0px 10px;
        margin: 8px 0px;
    }

    .size-ul li .check_box span {
        width: 40px;
        height: 40px;
        padding-top: 6px;
    }

    .sc_ul li {
        margin: 0px;
    }

    .sc_ul li .check_box span {
        width: 30px;
        height: 30px;
    }

    .sc_ul li .check_box span:after {
        top: 4px;
        left: 10px;
    }

    .p-star-box {
        width: 110px;
        height: 110px;
        padding-top: 28px;
    }

    .size-ul li {
        margin-right: 5px;
    }

    .pro-d-r-left {
        width: 65%;
    }

    .pro-d-r-right {
        width: 35%;
    }

    .sc_ul li .check_box span {
        width: 30px;
        height: 30px;
    }

    .sc_ul li .check_box span:after {
        top: 4px;
        left: 10px;
    }

    .p-star-box {
        width: 110px;
        height: 110px;
        padding-top: 28px;
    }

    .fbt_main .pro_box {
        padding: 0px;
    }

    .fbt_main .pro_box:after {
        right: -28px;
    }

    .pri_summ table {
        font-size: 18px;
    }

    .pri_summ .table td {
        padding: 14px 6px;
    }

    .tot_tbl {
        font-size: 20px;
    }

    .iuc_ul li a img {
        width: 70px;
        height: 70px;
    }

    .urr_ul li {
        margin: 0px 2px;
    }

    .tnr_main .pbox_i_box a,
    .tnr_main2 .pbox_i_box label {
        padding: 10px 6px 10px 6px;
    }

    .pro_s_main .pro_box,
    .sp_products .pro_box {
        padding: 10px 10px;
    }

    .fbt_main .pbox_i_box a {
        padding: 10px 10px 10px 10px;
    }

    .progress-circle {
        margin: 0px 4px;
    }

    .pro_b_img a {
        padding: 10px 0px 0px 0px;
    }

    .pro_box .pro_b_con a {
        padding: 5px 0px 10px 0px;
    }

    .pl_rig_main .col-md-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pl_rig_main {
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .bc_ul li {
        padding: 2px 4px;
    }

    .pro_box .pro_b_con p {
        font-size: 12px;
    }

    .pro_box .pro_b_con h3 {
        font-size: 16px;
    }

    .pl_rig_main .pro_box {
        margin-bottom: 10px;
    }

    .col_co_5 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tsc_img img {
        width: 100px;
        height: 100px;
    }

    .del_s_ul {
        width: 800px;
    }

    .del_s_ul li {
        font-size: 14px;
    }

    .dtb-box2 .del_t_img {
        width: 100px;
    }

    .dtb-box2 .del_t_con {
        width: 70%;
    }

    .sda-box {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tm-pik,
    .dp-pik {
        width: 110px;
        font-size: 14px;
        padding-left: 24px !important;
        min-height: 36px;
    }

    .dp-pik-spn::after,
    .tm-pik-spn::after {
        background-size: 16px;
        width: 16px;
        height: 16px;
        left: 4px;
        top: 5px;
    }

    .pro_box .pro_b_img .pb-img {
        height: 360px;
    }

    .tt_b_img .ttb_ic {
        height: 140px;
    }

    .tail_slider .carousel .carousel-item img {
        height: 340px;
    }
}

@media all and (min-width: 992px) {

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 90%;
        padding: 0px;
        margin-left: 5%;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4), 0 15px 10px 0 rgba(0, 0, 0, 0.04);
        z-index: 10;
    }

    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .logo .navbar-toggler {
        display: none;
    }

    .main_nav .navbar-expand-lg .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu_fix.scroll-to-fixed-fixed {
        position: fixed;
        z-index: 111;
        width: 100%;
        top: 0;
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
    }

    .mn_1 .navbar-expand-lg .navbar-nav>li {
        width: 20%;
    }

    .mn_2 .navbar-expand-lg .navbar-nav>li {
        width: 25%;
    }

    #find_location .modal-dialog,
    #filter_popup .modal-dialog {
        min-height: calc(100vh - 60px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: auto;
    }
}

@media all and (max-width:992px) {
    .logo .navbar-toggler {
        /* background: #000; */
        margin-top: 4px;
        height: 32px;
        width: 36px;
        position: relative;
    }

    .logo .navbar-toggler img {
        vertical-align: inherit;
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .logo .navbar-toggler {
        position: fixed;
        right: 15px;
        z-index: 111;
    }

    .logo .navbar-toggler.collapsed {
        position: relative;
        right: 0px;
    }

    .logo .navbar-toggler .mi2 {
        opacity: 1;
    }

    .logo .navbar-toggler.collapsed .mi1 {
        opacity: 1;
    }

    .logo .navbar-toggler.collapsed .mi2 {
        opacity: 0;
    }

    .logo .navbar-toggler .mi1 {
        opacity: 0;

    }

    .main_nav .navbar-expand-lg .navbar-nav>li {
        text-align: left;
        width: 100%;
    }

    .main_nav .navbar-expand-lg .navbar-nav>li>a {
        padding: 12px 15px;
    }

    .main_nav .dropdown-menu .row {
        margin: 0px;
    }

    .main_nav .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 250px;
        background: #000;
        z-index: 111;
        height: 100%;
        overflow-y: scroll;
    }

    /*.main_nav .navbar-collapse:before { content:""; position:fixed; width:100%; height:100%; left:0px; top:0px; background:#333; }*/
    .main_nav .navbar-expand-lg .navbar-nav>li>a span {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #fff;
        border-bottom: 0px;
        right: 10px;
        left: auto;
        bottom: auto;
        top: 16px;
        opacity: 1;
    }

    .main_nav.ser-nav .navbar-expand-lg .navbar-nav>li>a span {
        display: none;
    }

    .mani_slide .carousel-indicators {
        display: none;
    }

    .main_nav .navbar-collapse {
        left: -250px;
    }

    .main_nav .navbar-collapse.show {
        left: 0px;
    }

    .mwk_img img {
        width: 100%;
    }

    .seaech_box .form-control {
        height: 35px;
    }

    .input-group-text {
        height: 35px;
        padding: .375rem 1rem;
    }

    .navbar-nav .col-md-18,
    .navbar-nav .col-md-28 {
        flex: 100%;
        max-width: 100%;
    }

    .main_nav .col-megamenu {
        padding: 5px 5px;
    }

    .menu_pro {
        padding: 0px 0px;
    }

    .footer-main-content-inner.mb25 {
        margin-bottom: 10px !important;
    }

    .f-40 {
        font-size: 30px;
    }

    .f-39 {
        font-size: 29px;
    }

    .f-38 {
        font-size: 28px;
    }

    .f-37 {
        font-size: 28px;
    }

    .f-36 {
        font-size: 27px;
    }

    .f-35 {
        font-size: 26px;
    }

    .f-34 {
        font-size: 26px;
    }

    .f-33 {
        font-size: 26px;
    }

    .f-32 {
        font-size: 25px;
    }

    .f-31 {
        font-size: 24px;
    }

    .f-30 {
        font-size: 23px;
    }

    .f-29 {
        font-size: 22px;
    }

    .f-28 {
        font-size: 21px;
    }

    .f-26 {
        font-size: 19px;
    }

    .f-25 {
        font-size: 18px;
    }

    .f-24 {
        font-size: 18px;
    }

    .f-23 {
        font-size: 16px;
    }

    .f-22 {
        font-size: 15px;
    }

    .f-20 {
        font-size: 15px;
    }

    .f-18 {
        font-size: 14px;
    }

    .f-16 {
        font-size: 14px;
    }

    .tt_main .tt_box,
    .sm_slider_main .sm_slider_box {
        padding-right: 10px;
        padding-left: 10px;
    }

    .s_shop .s_shop_box {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sm_2 .carousel {
        padding: 0px;
    }

    .col-md-80 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-20 {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }

    .plf {
        position: fixed;
        left: -100px;
        top: 0px;
        width: 0px;
        overflow: scroll;
        height: 100%;
        background: #fff;
    }

    .plf.active {
        left: 0px;
        width: 300px;
        z-index: 111;
    }

    .mob-view {
        display: block;
        padding-left: 10px;
    }

    .pro_lest_main.active:before {
        background-color: rgba(0, 0, 0, 0.7);
        content: "";
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .mob-view {
        display: inline-block;
        width: 48%;
    }

    .plr_s {
        display: inline-block;
        width: 50%;
    }

    .bc_box .breadcrumb li,
    .pro_desc_main .breadcrumb li,
    .tail_slider .breadcrumb li {
        font-size: 14px;
    }

    .mani_slide .sm_2 .carousel-control-prev {
        left: 0px;
        top: 25%;
    }

    .mani_slide .sm_2 .carousel-control-next {
        right: 0px;
        top: 25%;
    }

    .dropdown.usr_dw:hover>.dropdown-menu {
        display: none;
    }

    .dropdown.usr_dw:hover:before,
    .usr_dw:hover:after {
        opacity: 0;
    }

    .dropdown.usr_dw.l-active>.dropdown-menu {
        display: block;
    }

    .usr_dw.l-active:before,
    .usr_dw.l-active:after {
        opacity: 1;
    }

    .main_nav.ser-nv .navbar-expand-lg .navbar-nav>li>a span {
        display: none;
    }

    .sh_d p {
        height: 45px;
    }

    .sh_d p.show {
        height: auto !important;
    }

    .zp-popup {
        display: block;
    }

    .thank-main .col-md-7 {
        padding: 0px 15px !important;
    }
}

@media all and (min-width:768px) and (max-width:992px) {
    header .col-md-2 {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .res-location {
        background: #fdb91b;
        height: 40px;
    }

    .res-location p {
        color: black !important;
    }

    .logo {
        display: none;
    }

    .rig_nav_ul .logo a img {
        width: 250px;
    }

    header .col-md-6 {
        flex: 0 0 55%;
        max-width: 55%;
        background: #ffc976;
        padding: 5px 10px;
    }

    header .col-md-4 {
        flex: 0 0 45%;
        max-width: 45%;
        background: #ffc976;
        padding: 5px 10px;
    }


    .ss_nav li {
        padding: 0px 4%;
    }

    .rig_nav_ul li.li_ord {
        margin-right: 2%;
    }

    header {
        padding: 10px 0px 0px 0px;
    }

    .main_nav .navbar .megamenu .col-md-3 {
        flex: 100%;
        max-width: 100%;
    }

    .ss_nav {
        width: 35%;
        padding: 8px 0px;
    }

    .seaech_box {
        width: 65%;
    }

    .lu_span {
        width: 80px;
    }

    .rig_nav_ul li.add_nav {
        width: 130px;
        padding-top: 0px;
    }

    .rig_nav_ul>li>a {
        font-size: 14px;
        padding: 6px 0px;
    }

    .ss_nav li a {
        font-size: 14px;
    }

    .tt_h .nav li a {
        padding: 10px 10px;
        font-size: 16px;
    }

    .usr_dw .dropdown-menu {
        left: -100px;
    }

    .pro_desc_main .col-md-5 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0px 10% 20px 10%;
    }

    .pro_desc_main .col-md-7 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0px 10% 20px 10%;
    }

    .size-ul li .check_box span {
        width: 40px;
        height: 40px;
        padding-top: 6px;
    }

    .ip_main2 .col-sm-8.col-md-8,
    .ip_main2 .col-m4 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .fbt_main .pbox_i_box a {
        padding: 10px;
    }

    .fbt_main .pro_box {
        padding: 0px 10px 0px 0px;
    }

    .fbt_main .pro_box:after {
        right: -20px;
    }

    .acce_box {
        padding: 5px 0px;
    }

    .mob-view {
        width: 100%;
    }

    .plr_s {
        width: 100%;
    }

    .pro_b_img a,
    .pl_rig_main .pbox_inner,
    .pro_box .pro_b_con a {
        padding: 0px;
    }

    .pro_box .pro_b_con p {
        font-size: 13px;
    }

    .pro_box .pro_b_con h3 {
        font-size: 16px;
    }

    .tsc_img img {
        width: 70px;
        height: 70px;
    }

    .tail_slider h2,
    .tail_slider h2 span {
        font-size: 24px;
    }

    .tail_slider .tsc_p p {
        font-size: 14px;
    }

    .tail_slider .ratt_p {
        width: 80px;
        height: 35px;
        font-size: 20px;
        padding-top: 5px;
    }

    .tail_slider .ratt_p img {
        width: 18px;
        margin-right: 3px;
    }

    .col_co_5 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .dlogo {
        width: 230px;
    }

    .del_s_ul {
        width: 640px
    }

    .ds_spn {
        width: 50px;
        height: 50px;
        left: -30px;
        top: -13px;
    }

    .del_s_ul li .ds_spn:before {
        width: 34px;
        height: 34px;
        left: 8px;
        top: 8px;
    }

    .del_s_ul li .ds_spn:after {
        width: 22px;
        height: 22px;
        left: 14px;
        top: 14px;
    }

    .del_s_ul li {
        font-size: 11px;
        padding: 5px 2px;
    }

    .dtb-box2 .del_t_img {
        width: 100px;
    }

    .sda-box,
    .user_addrs {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tw_inner .tw_tx .form-control {
        width: 70%;
    }

    .tw_inner {
        padding: 10px 15px;
    }

    .tw_inner .col-md-4 {
        padding: 0px 10px;
    }

    .tw_inner .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tm-pik,
    .dp-pik {
        width: 110px;
        font-size: 14px;
        padding-left: 24px !important;
        min-height: 36px;
    }

    .dp-pik-spn::after,
    .tm-pik-spn::after {
        background-size: 16px;
        width: 16px;
        height: 16px;
        left: 4px;
        top: 5px;
    }

    .pro_box .pro_b_img .pb-img {
        height: 280px;
    }

    .tt_b_img .ttb_ic {
        height: 140px;
    }

    .tail_slider .carousel .carousel-item img {
        height: 290px;
    }

    /* new top bar */
    .topbar-main {
        display: none;
    }

    .hvr-float-shadow {
        color: #000;
        font-size: 20px;
        gap: 55px;
        display: flex;
    }

    .hvr-float-shadow:hover {
        color: #fbb03b;
    }





    .topbar-res {
        display: block;
    }

    .topbar-res .navbar-toggler {
        /* background: #000; */
        margin-top: 4px;
        height: 32px;
        width: 36px;
        position: relative;
    }

    .topbar-res .navbar-toggler i {
        vertical-align: inherit;
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .topbar-res .navbar-toggler {
        position: fixed;
        right: 15px;
        z-index: 111;
    }

    .topbar-res .navbar-toggler.collapsed {
        position: relative;
        /* right: 0px; */
    }

    .topbar-res .navbar-toggler .mi2 {
        /* opacity: 1; */
        display: block;
    }

    .topbar-res .navbar-toggler.collapsed .mi1 {
        display: block;
    }

    .topbar-res .navbar-toggler.collapsed .mi2 {
        /* opacity: 0; */
        display: none;
    }

    .topbar-res .navbar-toggler .mi1 {
        display: none;
    }

    .input-group {
        position: relative;
    }

    .search-button {
        position: absolute;
        right: 10px;
        /* Adjust as necessary */
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: none;
        font-size: 16px;
        cursor: pointer;
    }

    .search-input {
        border-radius: 10px;
    }

    .search-button i {
        color: #555;
        /* Adjust the color as needed */
    }

}

@media all and (min-width:425px) and (max-width:767px) {

    /* responsive topbar start */
    .logo {
        display: none;
    }

    .topbar-main {
        display: none;

    }

    .topbar-res {
        display: block;
    }

    .logo-img {
        width: 150px;
        margin-bottom: 10px;
    }

    .res-ul li.active a {
        color: #fbb03b;
    }

    .topbar-res .navbar-toggler {
        margin-top: 4px;
        height: 32px;
        width: 0px;
        position: relative;
    }

    .topbar-res .navbar-toggler i {
        vertical-align: inherit;
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .topbar-res .navbar-toggler {
        position: fixed;
        right: 15px;
        z-index: 111;
    }

    .topbar-res .navbar-toggler.collapsed {
        position: relative;
        /* right: 0px; */
    }

    .topbar-res .navbar-toggler .mi2 {
        /* opacity: 1; */
        display: block;
    }

    .topbar-res .navbar-toggler.collapsed .mi1 {
        display: block;
    }

    .topbar-res .navbar-toggler.collapsed .mi2 {
        /* opacity: 0; */
        display: none;
    }

    .topbar-res .navbar-toggler .mi1 {
        display: none;
    }

    .input-group {
        position: relative;
    }

    .search-button {
        position: absolute;
        right: 10px;
        /* Adjust as necessary */
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: none;
        font-size: 16px;
        cursor: pointer;
    }

    .search-input {
        border-radius: 10px;
    }

    .search-button i {
        color: #555;
        /* Adjust the color as needed */
    }

    .hvr-float-shadow {
        color: #000;
        font-size: 20px;
        gap: 55px;
        display: flex;
    }

    .hvr-float-shadow:hover {
        color: #fbb03b;

    }

    .res-location {
        background: #fdb91b;
        height: 40px;
    }

    .res-location p {
        color: black !important;
    }

    /* responsive topbar end */

    header .col-md-4 {
        background: #fbb03b;
        padding: 0px;
    }

    .li_ord span {
        background: #ffebbb;
    }

    .rig_nav_ul {
        text-align: center;
    }

    .rig_nav_ul li {
        padding: 0px 2%;
        text-align: left;
        float: none;
    }

    .rig_nav_ul li.add_nav {
        border-left: 0px;
    }

    .logo {
        float: left;
        width: 100%;
    }

    .logo a img {
        width: 250px;
    }

    .logo a {
        width: 70%;
        float: left;
    }

    .ss_nav {
        width: 35%;
    }

    .seaech_box {
        width: 65%;
    }

    .input-group-text {
        padding: .375rem 0.56rem;
    }

    .ss_nav li {
        padding: 0px 3%;
    }

    .rig_nav_ul li.li_ord {
        margin-right: 0%;
    }

    header {
        padding: 5px 0px 0px 0px;
    }

    header .col-md-6 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main_slide .carousel-control-prev,
    .main_slide .carousel-control-next {
        width: 30px;
        height: 30px;
    }

    .obm_left {
        margin-bottom: 30px;
    }

    footer .col-md_3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .rig_nav_ul li.add_nav a {
        background: url(../images/location-icon2.png);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: 0px 4px;
    }

    .ss_nav li a {
        font-size: 13px;
    }

    .pro_s_main .pro_box {
        padding: 0px 5px;
    }

    .pro_s_main .slick-arrow.slick-prev,
    .pro_s_main .slick-arrow.slick-next {
        width: 20px;
        background-size: 20px;
    }

    .pro_s_main .pro_box .pbox_inner {
        padding: 10px;
    }

    .pro_s_main .pro_box .pro_b_con {
        padding: 10px 0px;
    }

    .sagh li {
        width: 50%;
    }

    .tt_h .nav li a {
        padding: 10px 6px;
        font-size: 14px;
    }

    .tt_box_inner {
        padding: 10px 10px 0px 10px;
    }

    .tt_h .nav {
        width: 100%;
    }

    .usr_dw .dropdown-menu {
        left: -100px;
    }

    .size-sel,
    .size-cart {
        width: 100%;
    }

    .pro_btn .b_btn {
        font-size: 16px;
    }

    .p-star-box {
        width: 110px;
        height: 110px;
        padding-top: 28px;
    }

    .p_detail {
        border: 0px;
    }

    .dss_left {
        padding: 0px;
    }

    .pl_rig_main .row .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pro_b_img a {
        padding: 0px;
    }

    .pro_box .pro_b_con a {
        padding: 5px 0px 0px 0px;
    }

    .col-md-80 {
        padding: 0px;
    }

    .pro_box .pro_b_con p {
        font-size: 12px;
    }

    .pro_box .pro_b_con h3 {
        font-size: 16px;
    }

    .pl_rig_main .pro_box {
        margin-bottom: 20px;
    }

    .pl_rig_main .pbox_inner {
        padding: 0px;
    }

    .pro_box .pro_b_img .ratt_p2 {
        right: 5px !important;
    }

    .pro_b_img .ratt_p {
        left: 0px;
    }

    .tsc_img img {
        width: 50px;
        height: 50px;
    }

    .tail_slider h2,
    .tail_slider h2 span {
        font-size: 18px;
    }

    .tail_slider .tsc_p p {
        font-size: 14px;
    }

    .tail_slider .ratt_p {
        width: 60px;
        height: 30px;
        font-size: 16px;
        padding-top: 5px;
    }

    .tail_slider .ratt_p img {
        width: 14px;
        margin-right: 3px;
    }

    .tail_slider .breadcrumb {
        padding: 0px;
    }

    .tail_slider .tsc_p p img {
        width: 14px;
    }

    .carousel-indicators,
    .tail_slider h2,
    .tail_slider .tsc_p p {
        margin-bottom: 4px;
    }

    .ts_content {
        padding-bottom: 5px;
    }

    .col_co_5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .del_s_ul {
        width: 100%;
        padding-left: 20px;
    }

    .ds_spn {
        width: 40px;
        height: 40px;
        left: -30px;
        top: -9px;
    }

    .del_s_ul li .ds_spn:before {
        width: 34px;
        height: 34px;
        left: 3px;
        top: 3px;
    }

    .del_s_ul li .ds_spn:after {
        width: 22px;
        height: 22px;
        left: 9px;
        top: 9px;
    }

    .del_s_ul li {
        font-size: 10px;
        padding: 5px 2px;
    }

    .dtb-box2 .del_t_img {
        width: 100px;
    }

    .sda-box,
    .user_addrs {
        padding-left: 5px;
        padding-right: 5px;
    }

    .del_table td {
        width: 100%;
        float: left;
    }

    .dtb-box2 .del_t_con {
        width: 70%;
    }

    .dlogo {
        width: 230px;
    }

    .tw_inner .row:last-child .form-group {
        margin-bottom: 15px;
    }

    .s_shop_box .ss_img img {
        width: 50px;
        height: 50px;
        margin-bottom: 0px;
    }

    .s_shop .s_shop_box a {
        padding: 10px 10px 10px 20px;
    }

    .ss_h3 {
        font-size: 24px;
        margin: 0px;
    }

    .ss_p2 {
        font-size: 14px;
        margin: 0px;
    }

    .s_sbox_inner .ratt_p img {
        width: 12px;
    }

    .s_sbox_inner .ratt_p {
        font-size: 14px;
        width: 50px;
        height: 20px;
    }

    .pro_s_main .slick-arrow,
    .main_s_slider .slick-arrow,
    .t_trending .slick-arrow,
    .s_shop .slick-arrow,
    .b_history .slick-arrow {
        top: 30%;
    }

    .rig_nav_ul>li>a img {
        width: 24px;
    }

    .sh_d p {
        padding: 0%;
    }

    .tnr_main .pbox_i_box a,
    .tnr_main2 .pbox_i_box label {
        padding: 10px;
    }

    .psm_select2 {
        padding: 5px;
    }

    .scale {
        width: 40px;
        font-size: 16px;
    }

    .filter_popup .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .yc-tbl th {
        width: 100%;
        float: left;
        text-align: center;
    }

    .m-di-none {
        display: none;
    }

    .yc-tbl2 tr th:nth-child(1) {
        width: 10%;
    }

    .yc-tbl2 tr th:nth-child(2) {
        width: 50%;
    }

    .yc-tbl2 tr th:nth-child(3) {
        width: 40%;
    }

    .pro_box .pro_b_img .pb-img {
        height: 240px;
    }

    .tt_b_img .ttb_ic {
        height: 120px;
    }

    .tt_main .col-md-3 .tt_box {
        padding-right: 5px;
        padding-left: 5px;
    }

    .tt_main .col-md-3 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .tail_slider .carousel .carousel-item img {
        height: 240px;
    }

}

@media (max-width:768px) {

    .main_slide .carousel-control-prev,
    .main_slide .carousel-control-next {
        top: 43% !important;
        width: 40px;
        height: 40px;
    }


    .off_img4 img {
        height: 450px;

    }
}

@media all and (max-width:424px) {
    .logo {
        display: none;
    }

    .topbar-main {
        display: none;

    }

    .topbar-res {
        display: block;
    }

    .logo-img {
        width: 150px;
        margin-bottom: 10px;
    }

    .res-ul li.active a {
        color: #fbb03b;
    }

    .topbar-res .navbar-toggler {
        margin-top: 4px;
        height: 32px;
        width: 0px;
        position: relative;
    }

    .topbar-res .navbar-toggler i {
        vertical-align: inherit;
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .topbar-res .navbar-toggler {
        position: fixed;
        right: 15px;
        z-index: 111;
    }

    .topbar-res .navbar-toggler.collapsed {
        position: relative;
        /* right: 0px; */
    }

    .topbar-res .navbar-toggler .mi2 {
        /* opacity: 1; */
        display: block;
    }

    .topbar-res .navbar-toggler.collapsed .mi1 {
        display: block;
    }

    .topbar-res .navbar-toggler.collapsed .mi2 {
        /* opacity: 0; */
        display: none;
    }

    .topbar-res .navbar-toggler .mi1 {
        display: none;
    }

    .input-group {
        position: relative;
    }

    .search-button {
        position: absolute;
        right: 10px;
        /* Adjust as necessary */
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: none;
        font-size: 16px;
        cursor: pointer;
    }

    .search-input {
        border-radius: 10px;
    }

    .search-button i {
        color: #555;
        /* Adjust the color as needed */
    }

    .hvr-float-shadow {
        color: #000;
        font-size: 20px;
        gap: 55px;
        display: flex;
    }

    .hvr-float-shadow:hover {
        color: #fbb03b;
    }

    .res-location {
        background: #fdb91b;
        height: 40px;
    }

    .res-location p {
        color: black !important;

    }

    .res-location img {
        width: 15px;
    }

    header .col-md-4 {
        background: #fbb03b;
        padding: 0px;
    }

    .li_ord span {
        background: #ffebbb;
        width: 15px;
        height: 15px;
        top: 5px;
        line-height: 15px;
        font-size: 12px;
    }

    .rig_nav_ul {
        text-align: center;
    }

    .rig_nav_ul li {
        padding: 6px 1% 0px 1%;
        text-align: left;
        float: none;
    }

    .rig_nav_ul li.add_nav {
        border-left: 0px;
    }

    .logo {
        float: left;
        width: 100%;
    }

    .logo a img {
        width: 150px;
        margin-top: 5px;
    }

    .logo a {
        width: 70%;
        float: left;
    }

    .ss_nav {
        width: 35%;
        position: absolute;
        right: 50px;
        top: 3px;
    }

    header .col-md-6.p_r_0 {
        position: inherit;
    }

    .seaech_box {
        width: 98%;
    }

    .input-group-text {
        padding: .375rem 0.56rem;
    }

    .ss_nav li {
        padding: 0px 6%;
    }

    .rig_nav_ul li.li_ord {
        margin-right: 0%;
    }

    header {
        padding: 5px 0px 0px 0px;
    }

    header .col-md-6 {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_slide .carousel-control-prev,
    .main_slide .carousel-control-next {
        width: 30px;
        height: 30px;
    }

    .obm_left {
        margin-bottom: 30px;
    }

    footer .col-md_3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 10px;
    }

    .footer-main-content-inner h2 {
        font-size: 16px;
    }

    .rig_nav_ul li.add_nav a {
        background: url(../images/location-icon2.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 0px 4px;
        padding-left: 23px;
    }

    .ss_nav li a {
        font-size: 13px;
    }

    .pro_s_main .pro_box {
        padding: 0px 5px;
    }

    .pro_s_main .slick-arrow.slick-prev,
    .pro_s_main .slick-arrow.slick-next {
        width: 20px;
        background-size: 20px;
    }

    .pro_s_main .pro_box .pbox_inner {
        padding: 6px;
    }

    .pro_s_main .pro_box .pro_b_con {
        padding: 10px 0px;
    }

    .rig_nav_ul>li>a img {
        width: 22px;
    }

    .rig_nav_ul>li>a {
        font-size: 13px;
        padding: 6px 0px;
    }

    .ss_nav li a {
        font-size: 13px;
    }

    .lu_span {
        width: 90px;
    }

    .sagh li {
        width: 50%;
        font-size: 14px;
        margin-top: 8px;
    }

    .sagh img {
        width: 16px;
    }

    .subs {
        padding: 0px 0px 15px 0px;
    }

    .main_s_slider {
        padding: 10px 0px 0px 0px;
    }

    .tt_h .nav {
        width: 100%;
    }

    .tt_h .nav li a {
        padding: 10px 13px;
        font-size: 14px;
    }

    .ss_h3 {
        font-size: 18px;
        margin: 0px 0px;
    }

    .ss_p2,
    .ss_p1 {
        font-size: 14px;
        margin: 0px 0px;
    }

    .s_sbox_inner .ratt_p img {
        width: 12px;
    }

    .s_shop .s_shop_box a {
        padding: 10px 10px 10px 15px;
    }

    .usr_dw .dropdown-menu {
        left: -130px;
    }

    .pro-d-r-right {
        float: left;
        width: 100%;
    }

    .p-star-main {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        margin-bottom: 5px;
    }

    .pro_btn {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        margin-bottom: 0px;
    }

    .pro-d-r-left {
        width: 100%;
    }

    .size-ul li .check_box span {
        width: 40px;
        height: 40px;
        padding-top: 6px;
    }

    .pri_summ table {
        font-size: 16px;
    }

    .tot_tbl {
        font-size: 20px;
    }

    .tnr_h3 h2 {
        font-size: 18px;
    }

    .dss_left {
        padding: 0px;
    }

    .bc_ul li {
        font-size: 14px;
        padding: 2px 2px;
    }

    .pl_rig_main .row .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pro_b_img a {
        padding: 0px;
    }

    .pro_box .pro_b_con a {
        padding: 5px 0px 0px 0px;
    }

    .col-md-80 {
        padding: 0px;
    }

    .pro_box .pro_b_con p {
        font-size: 12px;
    }

    .pro_box .pro_b_con h3 {
        font-size: 16px;
    }

    .pl_rig_main .pro_box {
        margin-bottom: 10px;
    }

    .pl_rig_main .pbox_inner {
        padding: 0px;
    }

    .pro_box .pro_b_img .ratt_p2 {
        right: 5px !important;
    }

    .pro_b_img .ratt_p {
        left: 0px;
    }

    .tsc_img img {
        width: 56px;
        height: 56px;
    }

    .tail_slider h2,
    .tail_slider h2 span {
        font-size: 18px;
    }

    .tail_slider .tsc_p p {
        font-size: 14px;
    }

    .tail_slider .ratt_p {
        width: 50px;
        height: 22px;
        font-size: 14px;
        padding-top: 2px;
        bottom: auto;
        top: 48px;
    }

    .tail_slider .ratt_p img {
        width: 14px;
        margin-right: 3px;
    }

    .tail_slider .breadcrumb {
        padding: 0px;
    }

    .tail_slider .tsc_p p img {
        width: 14px;
    }

    .carousel-indicators,
    .tail_slider h2,
    .tail_slider .tsc_p p {
        margin-bottom: 4px;
        color: #000;
    }

    .ts_content {
        padding-bottom: 5px;
    }

    .ts_content {
        position: relative;
        padding: 0px 10px;
        margin-top: -70px;
    }

    .tsc_img {
        margin-bottom: 20px;
    }

    .tail_slider .breadcrumb a {
        color: #000;
    }

    .sh_d p {
        padding: 0%;
    }



    .col_co_5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pro_s_main .pro_box,
    .sp_products .pro_box {
        padding: 5px 0px;
    }

    .tw_inner {
        padding: 10px 15px;
    }

    .del_s_ul {
        width: 100%;
        padding-left: 20px;
    }

    .ds_spn {
        width: 40px;
        height: 40px;
        left: -20px;
        top: -9px;
    }

    .del_s_ul li .ds_spn:before {
        width: 34px;
        height: 34px;
        left: 3px;
        top: 3px;
    }

    .del_s_ul li .ds_spn:after {
        width: 22px;
        height: 22px;
        left: 9px;
        top: 9px;
    }

    .del_s_ul li:nth-child(1) {
        display: none;
    }

    .del_s_ul li:nth-child(2) {
        width: 36%;
    }

    .del_s_ul li:nth-child(3) {
        width: 26%;
    }

    .del_s_ul li:nth-child(4) {
        width: 38%;
    }

    .del_s_ul li {
        font-size: 10px;
        padding: 5px 2px;
    }

    .dtlogo {
        display: none;
    }

    .del_st {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .dtb-box2 .del_t_img {
        width: 90px;
        margin-right: 15px;
    }

    .sda-box,
    .user_addrs {
        padding-left: 5px;
        padding-right: 5px;
    }

    .del_table td {
        width: 100%;
        float: left;
    }

    .find_loc .seaech_box {
        width: 100%;
    }

    .dtb-box2 .del_t_con {
        width: 69%;
    }

    .dlogo {
        width: 230px;
    }

    .dtb-box2 .del_t_img img {
        width: 90px;
    }

    .del_table th,
    .del_table td {
        padding: 5px 5px !important;
    }

    .find_loc .modal-body {
        padding: 10px;
    }

    .fl_logo img {
        width: 150px;
    }

    .find_loc .col-md-12 {
        padding: 0px;
    }

    .find_loc .fl_sb.seaech_box .form-control {
        height: 40px;
        font-size: 13px;
    }

    .find_loc .fl_sb.seaech_box .input-group-text {
        height: 40px;
        font-size: 13px;
    }

    .find_loc .fl_le a {
        font-size: 12px;
    }

    .find_loc .fl_le {
        right: 37%;
        top: 7px;
    }

    .fl_nav a {
        font-size: 13px;
        padding: 6px 8px;
    }

    .fl_nav {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .tnr_radio .checkm {
        top: 10px;
        right: 10px;
    }

    .tw_inner .tw_a {
        line-height: 14px;
        width: 20px;
        height: 20px;
        font-size: 16px;
    }

    .tw_inner .tw_tx .form-control {
        height: 40px;
    }

    .tw_inner .form-group .tw_label {
        width: 100%;
    }

    .tw_inner .tw_tx {
        width: 100%;
    }

    .tw_inner .row:last-child .form-group {
        margin-bottom: 15px;
    }

    .tnr_main .pbox_i_box a,
    .tnr_main2 .pbox_i_box label {
        padding: 0px;
    }

    .pro_s_main .tnr_main2 .pro_box {
        padding: 5px;
    }

    .pro_box .pro_b_con h4 {
        font-size: 14px;
    }

    .off_p1 {
        font-size: 14px;
    }

    .tt_box_inner {
        padding: 5px;
    }

    .tt_main .tt_box,
    .sm_slider_main .sm_slider_box {
        padding-right: 5px;
        padding-left: 5px;
    }

    .bb_btn {
        font-size: 13px;
        padding: 5px 5px;
    }

    .beau_main .tc_b_img img {
        width: 140px;
        height: 140px;
    }

    .ab-btn {
        min-width: 75px;
        min-height: 29px;
        padding: 2px 6px;
        font-size: 14px;
    }

    .pro_s_main .ab-btn img {
        width: 20px;
    }

    .pro_btn2 .b_btn {
        padding: 8px 10px;
        font-size: 14px;
    }

    .ava_s_ul li label {
        padding: 10px 0px;
    }

    .filter_popup .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .s_shop_box .ss_img img {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }

    .s_sbox_inner .ratt_p {
        width: 50px;
        height: 20px;
        font-size: 14px;
    }

    .s_shop .slick-arrow.slick-prev,
    .s_shop .slick-arrow.slick-next {
        height: 45px;
        width: 18px;
    }

    .s_shop .s_shop_box {
        padding-right: 5px;
        padding-left: 5px;
    }

    .main_s_slider .slick-arrow,
    .t_trending .slick-arrow {
        height: 30px;
        width: 30px;
        top: 35%;
    }

    .main_s_slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .main_s_slider .slick-arrow.slick-next {
        right: 0px;
    }

    .filter_popup .modal-title {
        font-size: 18px;
    }

    .pcl li .checkbox_f {
        font-size: 14px;
    }

    .checkmark {
        width: 18px;
        height: 18px;
    }

    .filter_popup .plf_c_list {
        max-height: 150px;
        overflow-y: scroll;
    }

    .filter_popup h3 {
        font-size: 16px;
    }

    .mani_slide .sm_2 .carousel-control-prev,
    .mani_slide .sm_2 .carousel-control-next {
        height: 48px;
        width: 15px;
    }

    .ttb_logo {
        left: 5px;
        bottom: 5px;
    }

    .tt_b_img .ttb_ic {
        border-radius: 15px 15px 0px 0px;
    }

    .t_trending {
        padding: 20px 0px 10px 0px;
    }

    .main_s_slider .slick-arrow,
    .t_trending .slick-arrow,
    .s_shop .slick-arrow.slick-prev,
    .s_shop .slick-arrow.slick-next,
    .mani_slide .sm_2 .carousel-control-prev,
    .mani_slide .sm_2 .carousel-control-next,
    .pro_s_main .slick-arrow.slick-prev,
    .pro_s_main .slick-arrow.slick-next {
        display: none !important;
    }

    .t_trending .col-sm-12,
    .mani_slide .col-md-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    footer .col-sm-6.col-md-6 .footer-main-content-inner {
        text-align: center;
    }

    .tt_b_img .ratt_p {
        right: 0px;
        top: auto;
        bottom: 0px;
    }

    #find_location .modal-dialog,
    #filter_popup .modal-dialog {
        min-height: calc(100vh - 60px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: auto;
    }

    .find_loc .fl_logo img {
        width: 200px;
        margin-bottom: 20px;
    }

    .fl_hd .col-7 {
        padding-right: 0px !important;
    }

    .tc_b_con div {
        padding: 8px 8px;
        width: 90%;
    }

    .ava_p {
        font-size: 24px;
        background-position: 0px 10px;
        background-size: 10px;
        padding-left: 15px;
    }

    .ava_s_ul li .ava_p1 {
        font-size: 18px;
    }

    .tsc_p {
        padding-bottom: 20px;
    }

    .dp-pik,
    .tm-pik {
        width: 150px;
        margin-bottom: 10px;
        padding-left: 30px !important;
        min-height: 34px;
    }

    .dp-pik-spn::after,
    .tm-pik-spn::after {
        background-size: 18px;
        width: 18px;
        height: 18px;
        top: -6px;

    }

    .syt-str {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .syt {
        float: inherit;
    }

    .pro_desc_main {
        overflow: hidden;
        margin-bottom: 0px;
    }

    .user_addrs {
        text-align: center;
    }

    .user_addrs {
        border: 2px dashed #707070;
    }

    .overme {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
        height: 25px;
        overflow: hidden;
    }

    .overme2 {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
        height: 23px;
        overflow: hidden;
    }

    .fc_sel .form-control {
        height: 30px;
    }

    .fs-fc {
        float: left;
        margin-top: -48px;
        margin-left: 12px;
    }

    .del_t_con h3 {
        margin: 0px 0px 4px 0px;
        font-size: 20px;
    }

    .sto-m li a {
        font-size: 12px !important;
        padding: 0px 3px;
    }

    .sto-m li a img {
        width: 16px;
    }

    .sto-m li.atc_btn a {
        padding: 8px 4px;
        font-size: 12px !important;
    }

    .mo_obcc_ul li {
        margin-right: 0px;
    }

    .mo_obcc_ul li a {
        font-size: 12px;
        padding: 4px 4px;
    }

    .my_f_sec {
        width: 100%;
    }

    .del_t_box .del_t_img,
    .my_ord_box .del_t_box .del_t_img {
        width: 90px;
        margin-right: 8px;
    }

    .del_t_con {
        width: 68%;
    }

    .my-fav .del_t_con p {
        font-size: 14px !important;
        margin: 0px 0px;
    }

    .ava_p6 {
        background-position: 0px 2px;
        background-size: 10px;
        padding-left: 15px;
    }

    .my-fav .del_t_con h3 {
        margin: 0px 0px 0px 0px;
        padding-right: 10px;
    }

    .chk-rel,
    .clo-rel {
        position: relative;
    }

    /*.ava_chec { position: absolute; top:20px; left:10px; }*/
    .del_table .checkbox_f .checkmark:before {
        height: 12px;
        width: 8px;
        border-bottom: 3px solid transparent;
        border-right: 3px solid transparent;
        top: 0px;
        left: 4px;
    }

    .clo-rel .cancel_p {
        position: absolute;
        right: 3px;
        top: -145px;
    }

    .add_bom_box {
        margin: 0px 0px 8px 0px;
    }

    .mf_ab .b_btn,
    .sabo_btn {
        padding: 6px 12px;
    }

    .del_table td.clo-rel {
        padding-top: 0px !important;
    }

    .my_ord_box .my_o_ul li a {
        font-size: 12px;
        padding: 8px 5px;
    }

    .my_o_ul {
        padding: 0%;
        margin: 0px 0px 5px 0px;
    }

    .moul_4 li,
    .moul_6 li {
        width: 47%;
        margin: 2% 1%;
    }

    .del_loc_p {
        margin: 10px 0px 5px 0px;
    }

    .dtb_btn2,
    .btn-gray.dtb_btn2 {
        padding: 8px 54px;
        margin-top: 0px;
    }

    .my_o_table tr td:nth-child(1) {
        width: 50%;
    }

    .my_o_table tr td:nth-child(2) {
        width: 15%;
    }

    .my_o_table tr td:nth-child(3) {
        width: 35%;
    }

    .my_o_footer .col-md-9 {
        padding: 0px 5px;
    }

    .my_o_table p {
        font-size: 14px;
    }

    .my_o_table td {
        padding: 5px;
        text-align: center;
    }

    .ava_p5 {
        background-position: 0px 2px;
        background-size: 9px;
    }

    .my_ord_box {
        padding: 10px 15px 0px 15px;
    }

    .my_ord_box h2 {
        margin-bottom: 6px;
    }

    .p-star-box {
        width: 90px;
        height: 85px;
        font-size: 22px;
        padding-top: 22px;
    }

    .sell_main,
    .day_rp {
        display: inline-block;
    }

    .pro-d-h1 {
        font-size: 24px;
    }

    .no_border h2 {
        font-size: 18px;
    }

    .size-ul li {
        margin-right: 0px;
    }

    .sc_ul li {
        margin-right: -1px;
    }

    .size-cart-b a,
    .p_de_box p,
    .tt_h h2 span,
    .dss_ul3 li,
    .tnr_sub a,
    .dss_p p {
        font-size: 14px;
    }

    .deliver_loc .form-group {
        width: 100%;
    }

    .p_de_box {
        margin-bottom: 5px;
    }

    .p_detail2 {
        margin-top: 10px;
    }

    .tt_h h2,
    .tw_h h3 {
        font-size: 18px;
    }

    .pri_summ .tnr_h2 {
        margin-top: 20px;
        margin-bottom: 0px;
        padding: 0px 0px;
    }

    .pri_summ .table td {
        padding: 6px 0px;
    }

    .fbt_main .pro_box {
        padding: 0px 0px;
    }

    .fbt_main .pro_box:after {
        right: -18px;
        top: 20%;
        font-size: 26px;
    }

    .p_detail {
        border: 0px;
    }

    .fbt_main .pbox_i_box a {
        padding: 0px 0px;
    }

    .pri_summ .b_btn {
        padding: 10px 10px;
        font-size: 16px;
    }

    .fbt_main,
    .rat_rev,
    .tnr_main {
        padding-bottom: 0px;
        margin: 10px 0px;
    }

    .dss_ul3 .p-star-box {
        width: 50px;
        height: 45px;
        font-size: 14px;
        padding-top: 12px;
    }

    .dss_ul3 {
        margin-left: 0px;
        margin-top: 0px;
    }

    .iuc_ul li {
        margin-right: 0px;
    }

    .iuc_ul li a img {
        width: 60px;
        height: 60px;
    }

    .dss_ul4 .p-star-box {
        width: 60px;
        height: 60px;
        font-size: 16px;
        padding-top: 13px;
    }

    .rtp_con .form-control {
        width: 75%;
    }

    .b_btn {
        padding: 8px 8px;
    }

    .user_r_right {
        margin-top: 0px;
    }

    .iuc_ul {
        margin: 0px 0px 10px 0px;
    }

    .dss_ul3 li:last-child {
        font-size: 12px;
    }

    .tnr_sub a {
        padding: 8px 0px;
    }

    .pc_p {
        font-size: 14px;
    }

    .v_fimilar img {
        width: 26px;
    }

    .pro_btn .b_btn {
        padding: 12px 10px;
        font-size: 16px;
    }

    .fbt_checkbox {
        right: 0px;
        top: 5px;
    }

    .fbt_checkbox .checkm {
        width: 20px;
        height: 20px;
    }

    .iuc_u_span {
        padding-top: 28%;
        font-size: 16px;
    }

    .progress-circle {
        transform: scale(0.7);
    }

    .iuc_r_ul {
        float: none !important;
    }

    .iuc_rating_main {
        width: 100%;
    }

    .iuc_r_ul li {
        margin: 0px -20px;
    }

    .pc_p {
        margin-top: 0px;
    }

    .user_rdlist {
        margin-bottom: 10px;
        padding: 5px 0px;
    }

    .like-icon,
    .d-like-icon,
    .three-dots {
        width: 30px;
        height: 30px;
    }

    .urr_ul li p,
    .pl_hd h3 {
        font-size: 16px;
    }

    .fbt_pro .col-md-4 {
        padding: 0px 10px;
    }

    .str_ul {
        margin: 0px;
    }

    .str_ul li {
        margin-right: 0px;
        font-size: 14px;
    }

    .str_ul li img {
        width: 14px;
    }

    .pro-d-right {
        margin-top: 10px;
    }

    .pro-d-main {
        padding: 10px 0px 0px 0px;
    }

    .deliver_loc input.form-control {
        padding-left: 64px;
        font-size: 14px;
        height: 40px;
    }

    .d_l_name {
        left: 12px;
        font-size: 14px;
        top: 8px;
    }

    .deliver_loc .d_l_select {
        height: 40px;
        background-size: 10px;
        background-position: 94px 16px;
    }

    .pdb-m .p_de_box h3,
    .pdb-m .p_de_box p,
    .pdb-m .p_detail2 h2 {
        text-align: center;
    }

    .zoomWrapper {
        position: relative;
    }

    .zoomWrapper::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 11;
    }

    .zoomContainer {
        display: none !important;
    }

    .v_fimilar {
        bottom: 10px;
    }

    .v_fimilar {
        right: 5px;
    }

    .sc-popup-content,
    .sc-p-footer {
        width: 100%;
    }

    .sc-p-f-ul li a,
    .sc-p-c-box table td,
    .sc-p-c-box table th,
    .del_t_con p,
    .dss_ul li a {
        font-size: 13px;
    }

    .dt_p2 {
        font-size: 14px !important;
    }

    .sc-p-header {
        padding: 50px 0 0px 10px;
    }

    .sc-p-f-ul li a img {
        width: 12px;
    }

    .psm_select,
    .psm_select2 {
        padding: 6px 6px;
        font-size: 14px;
    }

    .scale {
        width: 28px;
    }

    .plr_s .form-control,
    .bc_ul li a {
        font-size: 14px;
    }

    .plr_s .form-group {
        padding-left: 65px;
    }

    .pss {
        top: 6px;
        font-size: 13px;
    }

    .pl_hd .clr {
        margin: 0px 0px 5px 0px;
    }

    .b_history .ybh_box {
        padding: 10px;
    }

    .di-btn {
        margin-top: -20px !important;
    }

    .dss_ul li {
        padding: 0px 0px;
        line-height: 12px;
        margin-right: -4px;
    }

    .dss_ul li a {
        padding: 0px 4px;
    }

    .del_table td.m-fc-50 {
        width: 50% !important;
    }

    .m-fc-sel {
        float: left;
    }

    .ava_p2 {
        font-size: 22px;
        margin-top: 0px;
        background-position: 0px 8px;
        background-size: 12px;
        padding-left: 16px;
    }

    .yc-ck {
        display: inline-block;
    }

    .ava_p3 {
        font-size: 22px;
    }

    .pl_rig_hd .bc_box {
        padding: 0px 5px;
    }

    .m-no-mg {
        margin: 0px;
    }

    .pl_rig_hd {
        padding: 15px 5px 10px 5px;
    }

    .yc-tbl th {
        width: 100%;
        float: left;
        text-align: center;
    }

    .m-di-none {
        display: none;
    }

    .yc-tbl2 tr th:nth-child(1) {
        width: 10%;
    }

    .yc-tbl2 tr th:nth-child(2) {
        width: 50%;
    }

    .yc-tbl2 tr th:nth-child(3) {
        width: 40%;
    }

    .yc-tbl2 th {
        font-size: 14px;
    }

    .yc-tbl th,
    .yc-tbl td,
    .yc-tbl2 tr,
    .yc-tbl2 td {
        position: relative;
    }

    .yct-chk {
        position: absolute;
        top: 20px;
        left: 8px;
        z-index: 1;
    }

    .pro_box .pro_b_img .pb-img {
        height: 200px;
    }

    .tt_b_img .ttb_ic {
        height: 100px;
    }

    .col_rig {
        float: none;
    }

    .tyd {
        text-align: center;
    }

    .tyd img {
        width: 200px;
    }

    .pro_box .pro_b_img .pb-img {
        height: 180px;
    }

    .str-val {
        left: 44px;
        top: 14px;
        font-size: 26px;
    }

    .starrating {
        width: 350px;
        background-size: 350px;
        padding: 24px 0px 0px 90px;
    }

    .starrating>label {
        margin-right: 22px;
    }

    .thank-con h2 {
        font-size: 24px;
    }

    .starrating>label {
        width: 20px;
        height: 20px;
        margin-right: 16px;
    }

    .starrating>label::before {
        width: 20px;
        height: 20px;
    }

    .thank-p1 {
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .thank-p2 {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .thank-p3 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .rat-box {
        margin-top: 10px;
    }

    .tt_main .col-md-3 .tt_box {
        padding-right: 5px;
        padding-left: 5px;
    }

    .tt_main .col-md-3 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .tail_slider .carousel .carousel-item img {
        height: 160px;
    }

}

@media all and (max-width:378px) {
    .ss_nav li {
        padding: 0px 3%;
    }

    .tt_h .nav li a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .del_t_con {
        width: 65%;
    }

    .pro_box .pro_b_img .pb-img {
        height: 180px;
    }

    .str-val {
        font-size: 24px;
        left: 38px;
        top: 10px;
    }

    .starrating {
        width: 300px;
        background-size: 300px;
        padding: 18px 0px 0px 70px;
    }

    .starrating>label {
        width: 20px;
        height: 20px;
        margin-right: 16px;
    }

    .starrating>label::before {
        width: 20px;
        height: 20px;
    }

    .tail_slider .carousel .carousel-item img {
        height: 130px;
    }
}

@media all and (min-width:576px) {
    .find_loc .modal-dialog {
        max-width: 800px;
    }
}


.disabled {
    pointer-events: none;
    opacity: 0.6;
}