.top_social_links .social-links{
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.top_social_links .social-link {
    color: #999;
    border: 0px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 16px;
    border-color: #666;
    margin-right: 8px;
    border-radius: 50%;
    transition: color 0.4s, border 0.4s, background 0.4s;
    text-align: center;

 }
.social-link:hover {
    color: #fff;
}
 .social-link.social-facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
}
.social-link.social-instagram:hover {
    background: #e34583;
    border-color: #e34583;
}
.social-link.social-twitter:hover {
    background: #00acee;
    border-color: #00acee;
}
.social-link.social-linkedin:hover {
    background: #0073b2;
    border-color: #0073b2;
}
.social-link.social-rss:hover {
    background: red;
}
.top_menus ul{
	margin-left: 10px;
}
.top_menus .minicart{
	width: max-content;
	min-width: 100px;
    padding: 10px;
    display: inline;
    top: 30px;
    text-align: left;
    text-transform: capitalize;
}
.top_menus .minicart li{
	margin-bottom: 10px;
}
.top_menus .header-cart-wrap{
    height: 35px;
    cursor: pointer;
}
.top_menus .header-cart-wrap a{
    color: #666666;
    display: inline;
    background-color: white;
    font-size: 13px;
    text-transform: capitalize;
}
.top_menus ul li::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #dbdada;
}
.top_menus ul li{
	margin-right: -4px;
}
.a-profile img{
	max-width: 50px;
	height: 22px;
	width: 22px;
    margin-top: -10px;
    border-radius: 50%;
}
.top_menus .minicart li a i{
	margin-right: 5px;
}

/*login model*/
.custom_content{
	width: 100%;
	padding: 20px;
    padding: 20px;
    background: transparent;
    border: 0px;
}

.c_none{
	display: none !important;
}
.cursor-default{
	cursor: default;
}
.category_img{
	max-width: 120px;
    max-height: 120px;
    object-fit: fill;
}
.red{
    color:red;
}

.display_con {
    display: contents;
}
#baguetteBox-overlay{
    display: none;
}
.sp--product--item .sp--product--content{
     min-height: 150px;
}
.slider--area .category_menu{
    display: block;
    padding: 8px 0 15px;
    position: relative;
    top: 0;
}
.category_menu{
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0px 5px 7.44px 0.56px rgba(185, 185, 185, 0.13);
    background: #fff;
    width: 100%;
    border: 1px solid rgb(175 175 175 / 25%);
    border-bottom: 4px solid var(--color-primary);
    border-top: none;
    padding: 15px 0;
    display: none;
    z-index: 2;
}
.category_menu > li {
    display: block;
}
.slider--area .category_menu > li > a {
    padding: 12px 50px 12px 20px;
}
.category_menu > li > a {
    display: flex;
    color: #545252;
    font-size: 14px;
    padding: 13px 50px 13px 20px;
    border-bottom: 1px solid rgb(175 175 175 / 25%);
    background: transparent;
    position: relative;
    align-items: center;
}
.category_menu > li > a > i {
    font-size: 16px;
    color: #acacac;
    margin-right: 15px;
}
.category_menu > li:hover > a {
    background: #f6f6f6;
}
.category_menu li a:hover{
    color: #c0b128;
    font-weight: 600;
}
.rating-contenor{
     font-size: 11px;
    letter-spacing: 2.7px;
    color: var(--color-secondary);
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.sp-product-content .product-user{
    /*text-align: left;*/
    margin-bottom: 3px;
}

.sp-product-content .product-user a{
    color: #4eb92d;
    font-weight: 600;
}
.sp-product-content .product-price{
    margin-bottom: 0;
    font-size: 14px;
    color: #515457;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.sp-product-content .product-price .price{
    font-size: 18px;
}
.sp-product-thumb .wishlist {
    position: absolute;
    width: 40px;
    height: 40px;
    box-shadow: 0px 1px 3.72px 0.28px rgba(183, 183, 183, 0.3);
    top: 20px;
    right: 22px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #979696;
    font-size: 15px;
    z-index: 22;
}
.sp-product-thumb .wishlist:hover {
    background: var(--color-primary);
    color: #fff;
    box-shadow: none;
}
.sp-product-thumb .wishlist i {
    line-height: 0;
    display: block;
}
.sp-product-content .icon i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 3px solid var(--color-primary);
    font-size: 18px;
    font-weight: 800;
    font-family: var(--font-family-heading);
    color: #4eb92d
}
.sp-product-content .icon i:hover{
    background: var(--color-primary);
    color: #ffffff;
    border-color: #e1dddd;
}
.border_none{
    border: none;
}
.btn_white{
    background: white;
}
.btn_transparent{
    background-color: transparent;
}
.sp-product-item .sp-product-thumb{
    width: 300px;
    height: 250px;
    display: table-cell;
}
.sp-product-item .sp-product-thumb a img{
    width: 300px;
    height: 250px;
    object-fit: fill;
    transition: .3s linear;
}
.btn-filter-products-mobile{
    display: none;
    float: left;
    text-align: left;
    border-radius: 0.1875rem;
    color: #222!important;
    background-color: transparent!important;
    border: 1px solid #ededed!important;
}
.sort-select{
    display: inline-block;
    margin-left: 15px;
}
.sort-select button{
    display: inline-block;
    min-width: 200px;
    text-align: left;
    border: 1px solid #ededed;
    background-color: transparent;
    border-radius: 2px;
    color: #41464c;
}

.sort-select button:hover{
    background-color: white;
    color: #41464c;
}
.sort-select .dropdown-menu button{
    border: 0px;
}
.sort-select .dropdown-menu button:hover{
    font-weight: 600;
}
.shop-cat-list ul li .active{
    color: var(--color-primary);
    font-weight: 600;
}
.shop-cat-list ul li .active span{
    background: var(--color-primary);
    color: white;
}
.price-filter-inputs .price_btn{
    position: absolute;
    box-shadow: 0px 0px 3px 0px;
    color: var(--color-primary);
    background: white;
    margin-top: 15px;
}
.filter-reset-tag-container{
    display: block;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.filter-reset-tag-container .filter-reset-tag .left{
    display: table-cell;
    position: relative;
    font-size: .875rem;
    vertical-align: middle;
}
.filter-reset-tag-container .filter-reset-tag .right{
    display: table-cell;
    padding: 4px 12px;
    padding-left: 0;
    vertical-align: middle;
    max-width: 250px;
    min-width: 60px;
}
.shop-cat-list ul li{
    list-style: none;
    display: table;
    float: left;
    width: 100%;
}
.shop-cat-list ul li .left{
    display: table-cell;
    text-align: left;
    width: 25px;
    padding-top: 2px;
}
.add_product{
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 4px;
}

.shop_details_content .shop-details-review .rating{
    display: contents;
    position: relative;
    overflow: hidden;
}
.shop_details_content .shop-details-review .rating .product-details-review{
    display: contents;
}
.shop_details_content .shop-perched-info .button-container button i{
        margin-right: 5px;
}
.product-share ul li {
    list-style: none;
    display: inline-block;
    margin-right: 14px;
}
.product-share label {
    float: left;
    margin-right: 9px;
    margin-bottom: 0;
}
.table-product-shipping td{
    border: 1px solid #dee2e6;
}
.table-product-shipping .td-left{
    background: #f4f5f7;
}
.product-location-map iframe{
    width: 102%;
    height: 300px;
    display: block;
    position: relative;
}
.shop-details-img-wrap .shop-details-img{
    text-align: center;

}
.error{
    color: red !important;
    border: 1px solid !important;
}
.auth-box {
    background: #fff;
    box-shadow: 0 0px 8px 3px rgb(192 177 40);
    padding: 30px;
    width: 420px;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    /*margin: 0 auto;*/
    margin-top: 30px;
}
.auth-container .auth-box .title{
    text-align: center;
    margin-bottom: 20px;
}
.c_r{
    color: red;
    margin-bottom: 0px;
}

.shop-cart-total .shop-cart-widget .sub-total{
        padding-bottom: 10px;
        border: 0px;
}
.shop-cart-total .shop-cart-widget .cart-total-amount{
    padding-top: 10px;
    border-top: 1px solid #e4e5e6;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.cart_payment_icons{
    text-align: center;
}
.cart_payment_icons img{
    height: 26px;
    max-width: 100%;
}
.os-products-item .content .seller a:hover{
    color: var(--color-primary);;
}
.os-products-item .content .seller a{
    color: black;
}
.tab-checkout-closed a{
    display: inline-block;
}
.tab-checkout-closed .title{
    margin-right: 20px;
    margin-left: 7px;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
}
.tab-checkout-closed{
    padding: 10px;
    background: #ebebeb4f;
}

.payment-options-list li label img {
    height: 22px;
    width: auto;
    max-width: 100%;
}
.payment-options-list li {
    list-style: none;
    display: block;
    width: 100%;
    min-height: 40px;
    margin-bottom: 15px;
}
.payment-options-list li .option-payment {
    list-style: none;
    display: table;
    width: 100%;
}
.payment-options-list li .list-left {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
}

.payment_method{
    margin-left: 17px;
}
.payment_method .title{
    margin-top: 20px;
}


/*profile*/

.profile-page-top {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 60px;
}
.row-custom {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
}
.profile-details {
    width: 100%;
    display: table;
    position: relative;
    float: left;
}
.profile-details .left {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 180px;
    padding-right: 30px;
}
.profile-details .right {
    display: table-cell;
    vertical-align: top;
}
.profile-details .img-profile {
    width: 180px;
    height: 180px;
    border-radius: 0.1875rem;
}
.row-profile-username {
    line-height: 23px;
    margin-bottom: 5px;
}
.profile-details .username {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    margin: 0!important;
    width: auto;
    float: left;
}
.profile-details .p-last-seen {
    margin: 0;
    text-align: left;
    margin-bottom: 8px;
    color: #888;
}
.last-seen {
    font-size: 12px;
    color: #888;
}
.last-seen-online i {
    color: #85cc84;
}
.last-seen i {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.profile-details .user-contact {
    margin-bottom: 8px;
}
.profile-rating {
    float: left;
    height: 20px;
    line-height: 20px;
}

.profile-tabs .nav .nav-item {
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
    padding-top: 5px;
}
.profile-tabs .nav .active .nav-link {
    background-color: var(--color-primary);
    color: white !important;
    font-weight: 600;
}
.profile-tabs .nav .nav-item .nav-link {
    padding: 11px;
    border-radius: 0.1875rem;
    color: #333;
    font-weight: 600;

}

.profile-tabs .nav .nav-item .nav-link .count {
    float: right;
}

.profile-tabs .nav .nav-link:hover {
    background-color: var(--color-secondary);
    color: white;
    font-weight: 600;
}
/*product-item-profile*/
.profile-tab-content {
    min-height: 540px;
}
.product-item-horizontal {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}
.product-item-horizontal:first-child {
    margin-top: 0;
}
.product-item {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.row-product {
    margin-right: -10px;
    margin-left: -10px;
}
.product-item-horizontal .item-image {
    position: relative;
    display: block;
}
.product-item .img-product-container {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fafafa;
}
@media (min-width: 1260px)
.img-product-container {
    display: block;
    position: relative;
    width: 100%;
    height: 283px;
    overflow: hidden;
}
.product-item .img-product {
    display: block;
    height: 283px;
    width: auto;
    margin: 0 auto;
    /*max-width: none;*/
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%);
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
.product-item-horizontal .item-details {
    padding-top: 0;
}
.product-item .item-details {
    padding: 10px 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.product-item-horizontal .item-details .product-title {
    margin-bottom: 5px;
}
.product-item .item-details .product-title {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    font-size: .875rem;
    line-height: 24px;
    margin: 0;
}
.product-item .item-details .product-user {
    width: 100%;
    margin: 0;
}
.product-item .item-details .product-user a {
    color: #888;
    line-height: 24px;
}
.product-item-horizontal .item-meta {
    margin-top: 15px;
}
.product-item .item-meta, .product-item-horizontal .item-meta {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-top: 2px;
}

.product-item-horizontal .item-meta .price-product-item-horizontal {
    float: left;
    margin-right: 15px;
}
.discount-original-price {
    font-weight: 700;
    color: #919191;
    position: relative;
    font-size: 18px;
    margin-right: 5px;
}
.product-item .item-meta .price, .product-item-horizontal .item-meta .price {
    display: inline-block;
    width: auto;
    font-size: 20px;
    position: relative;
    font-weight: 700;
}
.product-item-horizontal .item-wishlist {
    float: left;
    font-weight: 400;
    font-size: .875rem;
    line-height: 24px;
    color: #9a9a9a;
    margin-left: 15px;
}
.product-item-horizontal .btn-profile-option {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 12px 12px 12px 12px;
}

/*btn sm*/
.btn-sm{
    padding: 0.25rem 0.5rem !important;
}

/*order*/
.order-details-container .order-head .title {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.order-details-container .row {
    margin-bottom: 15px;
}
.btn-view-invoice {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 0.3rem 0.8rem;
}
.order-details-container .shipping-container {
    margin-top: 30px;
}
.order-details-container .block-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.order-details-container .table-orders-container {
    margin-top: 60px;
}
.order-details-container .table-orders {
    border-bottom: 1px solid #dee2e6;
}
.table-item-product {
    display: table;
}
.table-item-product .left {
    display: table-cell;
    vertical-align: top;
}
.table-item-product .left .img-table {
    height: 70px;
    width: 70px;
    overflow: hidden!important;
}

.table-item-product .left img {
    display: block;
    height: 70px;
    width: auto;
    margin: 0 auto;
    max-width: none;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%);
}
.table-item-product .right {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.table-product-title {
    margin: 0!important;
    font-size: 14px;
    line-height: 20px;
    color: black;
}
.table-item-product p {
    margin-bottom: 5px;
}
.span-product-dtl-table {
    display: block;
    min-width: 80px;
    float: left;
}
.order-details-container .order-total {
    width: 340px;
    max-width: 100%;
    background-color: #f6f7f9;
    float: right;
    padding: 20px;
}
.order-details-container .order-total .col-left {
    font-weight: 600;
}
.order-details-container .order-total .col-right {
    text-align: right;
}
.font-600 {
    font-weight: 600!important;
}
.order-details-container .row-seperator {
    border-top: 1px solid #dee2e6;
}
.text-confirm-order {
    color: #777;
    margin-top: 60px;
}

/*earning*/
.earnings-boxes .earnings-box {
    width: 100%;
    background-color: #f8f8f8;
    border: 2px solid #f1f1f1;
    border-radius: 3px;
    padding: 30px;
}

.earnings-boxes .earnings-box .title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.earnings-boxes .earnings-box .price {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    color: black;
}
.earnings-boxes .earnings-box .description {
    text-align: center;
    margin: 0;
    font-size: 13px;
}

.table-earnings-container {
    margin-top: 60px;
}

.withdraw-money-container .title {
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/*.btn-md {
    padding: 0.42rem 0.9rem !important;
}*/

.minimum-payout-container {
    background-color: #f6f7f9;
    padding: 30px;
}
.minimum-payout-container .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.minimum-payout-container strong {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
}
.nav-payout-accounts {
    margin-bottom: 30px;
}
.nav-payout-accounts .nav-link {
    color: white;
    padding: 0.6rem 5rem;
    background-color: var(--color-secondary);
    border-radius: 0.1875rem;
    margin-right: 15px;
    font-weight: 600;
}
.nav-payout-accounts .active, .nav-payout-accounts .show>.nav-link {
    background-color: var(--color-primary) !important;
}

/*QUOTE REQUESTS*/
.section-tab-links {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.section-tab-links li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}
.section-tab-links li a {
    display: inline-block;
    padding: 8px 14px;
    color: white;
    background-color: rgb(94 94 60);
    border-radius: 0.1875rem;
    font-weight: 600;
}
.section-tab-links .active a {
    color: #fff!important;
    background-color: var(--color-primary);
}
.error-message p {
    position: relative;
    color: #d43f3a;
    margin-bottom: 5px;
    font-size: .875rem;
    text-align: left;
    display: list-item!important;
    list-style: none !important;
}
.form-group {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    max-width: 100%;
}
.form-avatar {
    width: 180px;
    height: 180px;
    border-radius: 0.1875rem;
}
.btn-file-upload {
    position: relative;
    color: #fff!important;
    font-size: 13px!important;
    padding: 4px 16px!important;
    overflow: hidden!important;
    margin-right: 15px;
}
.btn-file-upload input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}
.custom_control_label::before{
    border-color: red !important;
}
.display-none{
    display: none;
}

.form-group .control-label {
    font-weight: 600;
}
/*.wishlist_itme{
     box-shadow: 2px 1px 9px 4px rgb(185 185 185 / 13%);
}*/

.wishlist_itme .sp-product-item, .shop-products-wrap .sp-product-item {
    background: #ffffff;
    box-shadow: 2px 1px 9px 4px rgb(185 185 185 / 13%);
    border-radius: 5px;
}

.profile-details .user-contact .info {
    color: #777;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #E1E3DF;
}
.profile-details .user-contact .info i{
    margin-right: 3px;

}
.standard-blog-item .blog-thumb{
    text-align: center;
    padding: 10px;
    max-width: 100%;
    max-height: 100%;
}
.blog-details-social ul li:nth-child(4) a i{
    background: #cc2127;
}
.blog_comment{
    padding-top: 10px;
}
.blog-content .blog-categories {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.blog-content .blog-categories li {
    list-style: none;
    display: inline-block;
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 15px;
}
.blog-content .blog-categories li a {
    display: inline-block;
    padding: 8px 14px;
    color: #ffffff;
    background-color: #1b324f;
    border-radius: 0.1875rem;
}
.blog-content .blog-categories .active a {
    color: #fff;
}
.blog-content .blog-categories .active a {
    background-color: var(--color-primary);
}
.shop_details_content .shop-details-price .discount-rate{
    display: contents;
    color: red;
    font-size: 26px;
    font-weight: 600;
}

/*responsiv*/
@media (max-width: 1199.98px)
{
    .best-sellers-products .sp-product-content {
        padding: 25px 5px 25px;
    }

    .best-sellers-products .sp-product-content .add_product{
        padding-left: 0px;
    }
    .sp-product-content .sp-cart-wrap input, .shop-perched-info .sd-cart-wrap input{
        padding: 7px 30px;
        min-height: 0px;
    }
    .sp-product-content .cart-plus-minus .qtybutton, .shop-perched-info .sd-cart-wrap .cart-plus-minus .qtybutton{
        width: 30px;
        height: 31px;
    }
    .sp-product-content .icon i{
        width: 34px;
        height: 35px;
    }
    .sp-product-content {
        padding: 25px 5px 25px;
    }

    .header-category > a {
        padding: 10px 15px;
        min-height: 40px;
        min-width: 250px;
    }
    .sp--product--thumb{
        min-width: 150px;
    }

}
@media (max-width: 576px){

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
    .logo_r{
        width: 50%;
    }
    .header_search{
        width: 74%;
    }
    #get_states_container{
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    .m-b-sm-15{
        padding-bottom: 0.5rem;
    }
}
@media (max-width: 375px) {
    .product-item .img-product{
        height: 200px;
    }
    .sp-product-item .sp-product-thumb a img {
        height: 200px;
    }
    .sm_padding_top{
        padding-top: 2rem;
    }
}

@media (max-width: 768px) {
    .sm_padding_top{
        padding-top: 2rem;
    }
    .sp-product-item .sp-product-thumb{
        height: 170px;
    }
    .sp-product-item .sp-product-thumb a img{
        height: 150px;
    }
    .m-b-sm-15{
        padding-bottom: 0.5rem;
    }
    .register_block{
        display: none;
    }   

}

/*.sp-product-item:hover .sp-product-thumb a img{
    transform: scale(1.1);
    
}*/
@media (max-width: 992px) {
    .set_payout_r li{
        padding-top: 5px;
    }
}


.featured-carousel .blog-post-item .blog-post-content .title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.checking .checking_out_guest{
    display: inline;
    position: relative;
}
.checking .have_account{
    display: inline;
    position: relative;
    float: right;
}
.best-sellers-products .sp-product-item .cart-plus-minus .dec:hover, 
.best-sellers-products .sp-product-item .cart-plus-minus .inc:hover{
    border-color: var(--color-primary);
}
.grainy_slider_1{
    margin-right: 287px;
}
/*.slider-bg{
    min-height: 100% !important;
    width: 1152px !important;
    object-fit: fill !important;
}*/
.register_img{
    display: contents;
    position: relative;
    overflow: hidden;
}
.register_img img{
    object-fit: fill;
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    height: 100%;
    padding: 10px;
    text-align: -webkit-center;
    position: relative;
}
form label.error {
    color: #d43f3a;
    display: none!important;
}
.form-control:focus{
    border-color: #c0b128ab;
    box-shadow: 0 0 0 0.2rem #c0b1285e;
}
.error:focus{
    border-color: #c0b128ab;
    box-shadow: 0 0 0 0.2rem #e600005e;
}

@media only screen and (min-width: 1200px){
  .custome_col_1{

    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 15px;
    padding-right: 15px;
    }
    .custome_col_5{
        flex: 0 0 25%;
        max-width: 20%;
    }
    .custome_col_2,.custome_col_3,.custome_col_4{
        flex: 0 0 23%;
        max-width: 23%;
        padding-left: 15px;
        padding-right: 15px;
    }  
}
@media only screen and (min-width: 992px){
  .custome_col_1{

    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 15px;
    padding-right: 15px;
    }
    .custome_col_5{
        flex: 0 0 25%;
        max-width: 20%;
    }
    .custome_col_2,.custome_col_3,.custome_col_4{
        flex: 0 0 23%;
        max-width: 23%;
        padding-left: 15px;
        padding-right: 15px;
    }  

}
@media only screen and (max-width: 1300px) {
    .gallery-img a img {
        height: 280px !important;
        width: 350px !important;
        object-fit: cover;
    }
}
@media only screen and (max-width: 1200px) {
    .gallery-img a img {
        height: 280px !important;
        width: 270px !important;
        object-fit: cover;
    }
}
@media only screen and (max-width: 992px) {
    .container{
        width: 100%;
    }
    .custome_col_1{

    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    }
    .custome_col_5{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custome_col_2,.custome_col_3{
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custome_col_4{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-search-area{
        padding: 5px 0;
        border-bottom: none;
    }
    .logo a img{
        height: 80px;
    }
    .col-6, .col-sm-6{
        width: 50%;
    }
    .gallery-img a img {
        height: 280px !important;
        width: 230px !important;
        object-fit: cover;
    }

}
@media only screen and (max-width: 767px) {
    .container{
        width: 100%;
    }
    .custome_col_1{

    flex: 0 0 68%;
    max-width: 68%;
    padding-left: 15px;
    padding-right: 15px;
    }
    .custome_col_5{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custome_col_2{
        flex: 0 0 32%;
        max-width: 32%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custome_col_4,.custome_col_3{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .copyright_text{
        flex: 0 0 75%;
        width: 75%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .copyright_text .copyright-text{
        float: left;

    }
    .copyright_social{
        flex: 0 0 25%;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .copyright_social .contact-social{
        margin-top: 0px;
        float: left;
    }
    .gallery-img a img {
        height: 280px !important;
        width: 260px !important;
        object-fit: cover;
    }
}
@media only screen and (max-width: 510px) {
    .container{
        width: 100%;
    }
    .custome_col_1{

    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    }
    .custome_col_5{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custome_col_2{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custome_col_3{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custome_col_4{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo a img{
        height: 50px;
    }
    .copyright_text{
        flex: 0 0 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .copyright_text .copyright-text{
        text-align: center;
        float: unset;
    }
}
@media only screen and (max-width: 576px) {
    .register_img_blok{
        display: none;
    }
    .container{
        width: 100%;
    }
    .custome_col_1{

    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    }
    .custome_col_5{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custome_col_2{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custome_col_3{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custome_col_4{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_search .header-search-wrap{
        display: none !important;
    }
    .logo a img{
        height: 50px !important;
        margin-right: 0px !important;
    }
    .header-action .header-user > a, .header-action .header-wishlist > a, .header-action .header-cart-wrap > a{
        width: 35px;
        height: 36px;
    }
    .menu-area{
        padding: 2px 0;
    }
    .menu-area .mobile-nav-toggler{
        margin-top: 5px;
    }
    .header-category > a {
        padding: 12px 17px;
        min-height: 39px;
    }
    .header-action > ul{
        justify-content: flex-end;
    }
    .custome_category:hover{
        color: white;
    }
    .sp-product-thumb .wishlist {
        width: 28px;
        height: 29px;
    }   
    .top_social_links .social-link{
        height: 20px;
        width: 20px;
    }
    .grainy_slider_1{
        margin-right: 10px;
    }
    .shop_top{
        width: 50%;
    }
    .shop_bottom{
        width: 50%;
    }
    .shop_bottom .product-sort-by{
        display: flex;
    }
    .shop_bottom .product-sort-by span{
        margin-top: 3px;
    }
    .shop_bottom .sort-select button{
        font-size: 10px;
        display: inline;
         min-width: 0px; 
        text-align: left;
        border-bottom: 1px solid #ededed;
        background-color: transparent;
        border-radius: 2px;
        color: #41464c;
    }
    .shop_bottom .sort-select .btn{
        padding: 5px 4px;
    }
    .shop_bottom .shop-top-right{
     margin-top: 0px;
    }
    .shop_bottom .sort-select{
        margin-left: 10px;
    }
    .shop-sidebar{
        margin-top: 50px;
    }
    .shop-cart-total {
        margin-left: 0;
        margin-top: 11px;
    }
    .r_c_r .btn{
        padding: 6px 9px;
    }
    .a_b2{
        display: none;
    }
    .a_b{
        display: inline !important;
    }
    .gallery-img a img {
        height: 180px !important;
        width: 160px !important;
        object-fit: cover;
    }


    
}
.a_b{
        display: none;
    }

@media only screen and (max-width: 650px) {
    .header_search .header-search-wrap{
        display: none !important;
    } 
}
.success-message p{
    color: #3da152;
}
a, button{
    color: var(--color-primary);
}
a:hover{
    color: var(--color-secondary);
}
/*comment*/
.comments {
    float: left;
    display: block;
    width: 100%;
}
.comments-container .row-comment-label {
    margin-bottom: 30px;
}
.comments-container .label-comment {
    font-size: 14px;
    font-weight: 600;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 25px;
}

.comments .comment-list {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}
.comments .comment-list li {
    width: 100%;
    list-style: none;
    display: table;
    margin-bottom: 10px;
}
.comments .comment-list li .left {
    display: table-cell;
    width: 65px;
    height: auto;
    vertical-align: top;
    text-align: left;
}
.comments .comment-list li .left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: fill;
}
.comments .comment-list li .right {
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list li .right .row-custom {
    margin-bottom: 5px;
}
.comments .comment-list li .right .username {
    font-weight: 600;
    float: left;
    display: block;
    margin-bottom: 0!important;
}
.comments .comment-list li .right .username a {
    font-size: .875rem!important;
}
.comments .comment-list li .right .date {
    font-size: 12px;
    color: #999;
}
.comments .comment-list li .right .btn-reply {
    margin-left: 15px;
}

/*variations*/
.product_variation .product-variations .form-group .control-label, .label-product-variation {
    font-weight: 600;
    margin-bottom: 5px;
    color: #41464c;
}
.product_variation .custom-control-variation {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 10px 15px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product_variation .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.product_variation .custom-control-variation .custom-control-label {
    border: 0.1rem solid #e4e4e4;
    color: #333!important;
    border-radius: 0.1875rem;
    padding: 0.438rem 0.58rem;
    display: inline-block;
    float: left;
    min-width: 34px;
    min-height: 34px;
    line-height: 18px;
    text-align: center;
    position: relative;
}
.product_variation .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    /*padding-left: 1.5rem;*/   
}
.product_variation .custom-control-variation .custom-control-input:checked ~ .custom-control-label {
    /*border-color: #222!important;*/
    background: var(--color-primary);
    color: white !important;
}
.product_variation .custom-control-label::before{
    display: none !important;
}
.product_variation .custom-control-label::after{
    display: none !important;
}
.product_variation .col-product-variation {
    padding-right: 5px;
    padding-left: 5px;
}
.product-variations .is-invalid {
    border: 0.1rem solid rgba(220,53,69,0.40)!important;
}

.product_price .discount-original-price{
    font-size: 20px;
    /*color: var(--color-text-heading);*/
    line-height: 1;
    text-decoration: line-through;
}
.product_price .lbl-price{
    font-size: 26px;
    color: var(--color-text-heading);
    line-height: .9;
    font-weight: 800;
}
.mobile_cart{
    display: none;
}
.block_table_cart{
        display: inline;
    }
@media only screen and (max-width: 770px) {
    .mobile_cart{
        display: inline;
    }
    .block_table_cart{
        display: none;
    }
    .mobile_cart .shop-cart-total {
        padding: 17px 14px 5px;
    }
    .mobile_cart  img{
        height: 75px;
        width: 75px;
    }
    .mobile_cart .product-name-section h4{
        font-size: 13px;
    }
    .mobile_cart .col-sm-1{
        width: 25%;
        max-width: 25%;
    }
    .mobile_cart .col-sm-6{
        width: 50%;
    }
    .mobile_cart .col-sm-6 .product-name-section{
        padding-left: 5px;
    }
    .col-sm-3{
        width: 25%;
    }
    .logo{
        margin-right: -25px;
    }
    .mobile_cart .cart-wrapper{
        border: 0px;
        padding: 0;
        margin-right: 0;
    }
    .mobile_cart .cart-wrapper p{
        margin-left: 15px;
        margin-bottom: 5px;
    }
    .mobile_cart .delete_p{
        margin-top: 11px;
    }
    .mobile_cart .delete_p a{
        font-size: 25px;
    }
    .mobile_cart .shop-cart-total{
        margin-top: 0;
    }
    .mobile_cart .unit_price p{
        font-size: 12px;
        color: black;
        font-weight: 600;
    }
    .mobile_cart .unit_price{
        color: black;
    }
    .mobile_cart .quantity{
        margin-top: 15px;
    }
    .mobile_cart .price p{
        font-size: 12px;
        color: black;
        font-weight: 600;
    }
    .mobile_cart .price{
        color: black;
    }
}
.shop-cart-total .sub-total P{
    font-weight: 600;
    color: black;
}
.shop-cart-total .cart-total-amount p{
    font-weight: 600;
    color: black;
}
.custome_btn{
    padding: 4px 20px;
}

.contact_img_none{
    display: none;
}
.register_img_none{
    display: none;
}
.order_summary .list-item{
    width: 70%;
}
.order_summary .list-item strong{
    float: right;
}
.copyright_social_none{
    display: none;
}
.swal-button{
    color: white;
    background-color: var(--color-secondary);
}
.swal-title{
    color: red;
}
.logo{
    float: right;
}
.sticky_header{
    height: 50px;
}
.logo a img{
    height: 80px;
    margin-right: 30px;
}
.Cart_Total{
    margin-top: 41px;
}
.os_products_item label{
    margin-bottom: 0rem;
}
.os_products_item{
    display: flex;
     align-items: flex-start; 
    padding-bottom: 3px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e5e6;
}
.contact-info-list ul li .content a{
    color: var(--color-secondary);
    font-size: 16px;
}
.contact-info-list ul li .content a:hover{
    color: var(--color-primary)
}
#logo img{
    width: 115px;
    /* vertical-align: middle; */
    /* max-height: 100%; */
    /* max-width: 100%; */
    object-fit: fill;
    height: 50px;
    margin: 6px 0px 0px -26px;
}
.gallery-img{
    padding: 5px;
}
.gallery-img a img{
    height: 250px;
    width: 400px;
    object-fit: cover;
}
.our-team-title{
    padding: 5px;
    /*text-align: left;*/
    margin-top: 5px;
}
.our-team-title h4{
    text-transform: capitalize;
}
.our-team-img a img{
    object-fit: contain;
}