.footer_copyright_section{
    text-align: center;
    background: #FBCC98;
}
.text-copyright {
    text-align: center;
}
.action.primary, .action.secondary,
.subscribe .input-box button,
.block-search button{
    /*color:#fff;*/
}
.horizontal-menu.navigation{
    text-align:center;
    text-transform: uppercase;
}
.footer_info_section{
    background: #021016;
    padding: 40px 0;
    margin:40px 0;
}
.support-phone, .schedule-box {
    float:right;
}
.support-mail {
    float:left;
}
.support-phone, .support-mail, .schedule-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #FFFFFF;
}
.support-phone img, 
.support-mail img,
.schedule-box img {
    margin-right:10px;
}
.support-phone p, 
.support-mail p,
.schedule-box p {
    margin-bottom:0;
}
.support-mail a,
.support-phone a {
    color: #F89016;
}
.footer_links_section .footer-top-content{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.footer_links_section .footer-nav-menu{
    display: flex !important;
    justify-content: space-between;
    margin: 30px 0;
}
.footer-menu-items ul{
    list-style: none;
    padding: 0;
}
.footer_logo_part{
      padding-bottom: 25px;
}
.footer-menu-items h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #021016;
    margin-bottom: 15px;
}

.footer-menu-items ul li{
    margin:8px 0;
}
.footer_newsletter_inner{
    background: #F3F3F3;
    padding:40px 100px;
}
.item-slider .block-content .block-center{
    left:0;
    right:0;
}
.selling-feature .row > div {
  border-right: 0px solid #ccc;
}
.price-wrap .price-box{
    float:unset;
}
.product.details.product-item-details,
.product-item-details{
    text-align:center;
    padding: 15px 0 5px 0;
}
.minicart-items .product-item-details {
    text-align: left;
    padding-top:5px;
}
.view_more_room{
    /*background:url("wysiwyg/magebig/home-cat-img/arrow_right_alt.png") no-repeat right bottom;*/
    justify-content: space-between;
}
.main-newsletter{
    width:43%;
    margin-left:20px;
}
.footer_newsletter_inner .footer-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-links li{
    padding: 0;
    margin-left: 6px;
    font-size: 20px;
}
.social-links li a{
	background: #F3F1F1;
	padding: 7px 0px 2px 0px;
	width: 37px;
	display: block;
	text-align: center;
}
.footer-top-content{
    padding-bottom:10px;
}
.product-item-info{
    text-align:center;
}

.product-item-info:hover .product-item-photo{
    background-color:#f3f3f3;
}
.product-item-info .swatches-list {
    display:none;
}
.product-item:hover .product-show > a.product-item-photo{
    /*background-color: #f3f3f3;*/
}
.product-btn{
    /*background-color: #f3f3f3c4;*/
    top:0;
    bottom:unset;
    width: 40px;
    height: 40px;
}
.product-btn .no-gutters{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px 5px 10px;
}
.product-item .product-item-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1C1B1F;
}
.product-item-name a {
    color: #1c1b1f;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.price-wrap .price-box,
.price-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product-item-info .price-wrap .price-box,
.product-item-info .price-box {
    /*justify-content: space-evenly;*/
    justify-content:center;
}
.price-box.price-final_price .special-price,
.price-box.price-final_price .old-price{
    margin:0 3px;
}
.special-price .price,
.price-box .price {
    color: #021016;
    font-size: 15px !important;
    font-weight:700;
}
.old-price .price {
    font-size: 12.5px !important;
    color: #999999;
}
.product-item-photo .discount-percent,
.product.media .discount-percent{
    right:unset;
    left:10px;
    top:10px;
    background: #F89016;
}
.product-info-price .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {
    font-weight: 700;
    font-size: 25px !important;
}
.product-info-price .old-price .price-wrapper .price, .product-options-bottom .old-price .price-wrapper .price {
    font-size: 15px!important;
}

.custom_product_wishlist_icon,
.recently-viewed .product-btn .col.btn-wishlist{
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
}
.product-btn .no-gutters button.action.tocart{
    background: #F14705;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    text-transform:uppercase;
    font-size:14px;
}
.recently-viewed .product-btn .no-gutters button.action.tocart {
    /*padding: 3px 10px !important;*/
}
.product-btn .no-gutters button.action.tocart:hover{
    background: gray;
}
/*a.view_all {
    font-size: 2rem;
    border-radius: 0;
    border: 1px solid #F89016;
    color: #1C1B1F;
    font-weight: 500;
    background: #fff;
    padding: 5px 15px;
}
a.view_all:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}*/
a.view_all {
    font-size: 1.6rem;
    color: #1C1B1F;
    font-weight: 500;
    background: #fff;
    padding: 5px 5px;
}
a.view_all:after {
    content: "\e93c";
    font-family: 'mbicon' !important;
    font-size: 10px;
    margin-left: 5px;
    color: #1C1B1F;
    font-weight: 600;
}
a.view_all:hover {
    color: #F89016;
}
.main-heading{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0 25px 0;
}
.main-heading h2.heading-title{
    display: grid;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #1C1B1F;
    margin:0 !important;
    background: transparent;
    border: none;
}

.main-heading h2.heading-title small{
    font-size: 16px;
}
.homepage_section .card-img{
    width:100%;
}
.top-cat-layout04 .heading-title, .brand-row .heading-title {
    text-transform: unset;
}
.page-bottom {
    background-color: #fff !important;
}
.footer.content {
    border-top: 0px solid #e1e1e1;
}
.homepage_section{
    margin:10px 0;
    padding:10px 0;
}
.magebig-nav li.level0 {
    padding: 0 13px;
}
.main-slider-full .block-center{
    top:unset;
    bottom:110px;
}
.main-slider-full .block-center h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    text-align: center;
    color: #021016;
}
.cms-index-index .top-search-wrap.mfp-with-anim{
    /*position: absolute;
    top: 380px;
    left: 0;
    right: 0;
    z-index:999;*/
}
.cms-index-index .sticky-menu.active .top-search-wrap.mfp-with-anim{
    position:unset;
}
.sticky-menu.active .header-horizontal .vertical-menu {
    display: none !important;
}

.sticky-menu.active .menu-logo {
     display: table !important;
}
.page-title {
    text-transform: capitalize;
    font-weight: normal;
    margin: 30px 0 10px 0;
    text-align: left !important;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #1C1B1F;
    padding: 10px 0 !important;
    background: transparent;
    border: none;
}

.catalog-category-view .page-title {
    text-align: left;
        font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #1C1B1F;
    margin-top:0 !important;
    padding: 0 !important;
}

.account .page-title {
    margin-top:0;
}

.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #1C1B1F !important;
    border-radius: 0 !important;
    opacity: .3;
    transition: all 0.5s !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1C1B1F !important;
    width: 30px;
    height: 10px;
    opacity: 1;
}
.widget-product .owl-theme .owl-nav [class*='owl-'],
.widget-tab-content .owl-theme .owl-nav [class*='owl-']{
    font-size:22px;
    opacity: 1 !important;
    visibility: visible !important;
}

.widget-tab-content .owl-theme .owl-nav .owl-prev{
    left:-40px !important;
    
}
.widget-tab-content .owl-theme .owl-nav .owl-next{
    right:-40px !important;
    
}

.widget-product .owl-theme .owl-nav [class*='owl-']:hover,
.widget-tab-content .owl-theme .owl-nav [class*='owl-']:hover {
    color: #fff !important;
    border-radius: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #F89016 !important;
}
.gift_card_icon{
    line-height:42px;
}
.gift_card_icon img{
    height:32px;
}
.view_more_room_div{
    padding-top: 20px;
}
.view_more_room{
    display: flex !IMPORTANT;
    justify-content: space-between !IMPORTANT;
}
.recently-viewed .category-products {
    padding: 20px 0px;
}
.catalog-category-view #maincontent .columns.row{
    margin-top:30px;
}
#go-top{
    bottom:100px !important;
}
#go-top a {
    font-size: 20px;
    padding: 5px 7px;
    text-align: center;
    border-bottom: 0px solid #ccc;
    background: #F89016;
    color: #fff;
    text-align: center;
}

#go-top a:hover {
    background: #021016;
}
.rating-summary .rating-result>span:before {
    color: #F89016;
}
.pages .pages-items .item.current,
.pages .pages-items .item:hover,
.pages .pages-items .item:hover a{
    color:#fff !important;
}
.mb-range-slider a.action.primary {
    border-radius: 0;
}
/*.fotorama__stage__shaft {
    border: 1px solid #d9d9d9;
}*/

.cat-links a,
.wrapper-breadcrums li a{
    color:#F89016;
}
.cat-links a:hover,
.wrapper-breadcrums li a:hover{
    color:#021016;
}
button,
.block-search button,
.block-search input,.action.button, .action.continue, .action.update, .action.clear,
.subscribe .input-box button,
.subscribe .input-box input,
.action.primary, .action.secondary,
input.input-text,
.box-tocart .actions .tocart, .box-tocart .instant-purchase,
.opc-wrapper .form-discount .actions-toolbar button,
.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav [class*="owl-"],
.order-status,
.cat-label,
div#upload-box{
    border-radius:0 !important;
}
#discount-coupon-form label.label{
    display:none !important;
}
.minicart-items .product-item-name a {
    color: #1C1B1F;
    font-size:18px;
}
#minicart-content-wrapper .title-top {
    background: #fff;
    border-bottom: 1px solid #ccccccb5;
}
#minicart-content-wrapper .title-top strong {
    font-size:18px;
    font-weight:700;
}
#minicart-content-wrapper .title-top .qty {
    background: #D9D9D9;
    line-height: 26px;
}
.minicart-items .product-item-details .price {
    font-weight: 500;
    font-size: 15px;
    color: #666666;
}
.block-minicart .subtotal .label {
    font-weight: 700;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 20px;
    font-weight: 700;
}
#top-cart-btn-checkout{
    background:#fff;
    color:#000;
}
#top-cart-btn-checkout:hover{
    background:#F89016;
    color:#fff;
}
.product-info-main .stock.available span {
    color: #27D161;
}
.pdp_custom_delivery_block{
    background: #F3F3F3;
    padding: 30px 30px 0 30px;
    margin:25px 0;
}
.pdp_custom_delivery_block_col{}
.pdp_custom_delivery_block_col img{
    float:left;
    margin-right:15px;
}
.pdp_custom_delivery_block_col .pdp_custom_delivery_block_inner{
    margin-bottom:30px;
}
.pdp_custom_delivery_block_col .pdp_custom_delivery_block_inner p{
    font-weight:700;
}
.pdp_custom_delivery_block_col .pdp_custom_delivery_block_inner span{
    font-sizet:14px;
}
.gallery-placeholder._block-content-loading.vertical,
.fotorama__stage{
    border:1px solid #d9d9d9;
}

/*.gallery-placeholder .fotorama__stage__frame .fotorama__img{
    border: 1px solid #d9d9d9 !important;
}*/
.product.media .discount-percent{
    right: 10px;
    left: unset;
}
.social-links .facebook,
.social-links .twitter,
.social-links .instagram,
.social-links .youtube{
    color:#000 !important;
}
.social-links .facebook:hover,
.social-links .twitter:hover,
.social-links .instagram:hover,
.social-links .youtube:hover{
    color:#F89016 !important;
}
.border-bottom {
    border-bottom: 1px solid #FBCC98 !important;
}
.footer-copyright-vertical {
    border-top: 0px solid;
}
.header-menu-content{
    border-bottom:1px solid rgb(204 204 204 / 36%);
    border-top:1px solid rgb(204 204 204 / 36%);
}
.bottom_cat_banner_block{
    margin:20px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.bottom_cat_banner_block a{
    width:49%;
}
.bottom_cat_banner_block img{
    max-width:100%;
}
.top-link-wrap>div {
    padding: 0 18px;
}
.minicart-items .product-item-name {
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}
.opc-block-summary .product-item .product-item-inner{
    display:grid !important;
}
.opc-block-summary .product-item .subtotal{
    text-align:left !important;
}
.opc-block-summary .product-item .price {
    font-weight: 400 !important;
    font-size: 14px !important;
}
.opc-block-summary .minicart-items .product-item-details .price-including-tax, 
.opc-block-summary .minicart-items .product-item-details .price-excluding-tax{
    margin-top:2px !important;
}
.opc-block-summary .minicart-items .product-item-details {
    padding-top: 0px !important;
}
.opc-block-summary .minicart-items .product-item-details .details-qty{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.opc-block-summary .minicart-items .product-item-details .details-qty span.label{
    margin-right:5px;
}
.opc-block-summary .product-item .product-item-name-block{
    display:flex !important;
}
.customer-account-login .page-main, 
.customer-account-forgotpassword .page-main, 
.customer-account-create .page-main, 
.customer-account-confirmation .page-main, 
.multishipping-checkout-login .page-main {
    background-color: #fff;
}
.block.block-new-customer .fieldset {
    background-color: #ffffff;
    box-shadow:none !important;
    border-radius: 0px;
    border: 1px solid #E9E9E9;
}
#social-login-popup .social-login-title {
    background-color: #fff;
}
.category-big-sale.catalog-category-view .columns.row,
.category-gift.catalog-category-view .columns.row{
    display:none !important;
}

.category-description,.category-cms{
    margin-top:20px;
}

.big_sales img{
    max-width:100%;
}
.ourbrands-index-index h1.page-title{
    text-align:center !important;
    margin-bottom:30px;
}
.checkout-onepage-success h1.page-title,
.customer-account-login h1.page-title,
.customer-account-create h1.page-title,
.marketplace-seller-sellerlist h1.page-title,
.marketplace-index-index h1.page-title{
    text-align:center !important;
}
.brand-list-page .char-item {
    color: #F89016;
    border:1px solid #F89016;
    border-radius:0;
}
.brand-list-page .char-item.available:hover {
    background-color: #F89016;
    color: #ffffff;
    border-color: #F89016;
}
.brand-list-page .char-item.active {
    background-color: #F89016  !important;
    color: #ffffff !important;
    border-color: #F89016 !important;
}
.homepage_section.brand_logo_block{
    margin-bottom:50px;
}
.account-nav .item a, .account-nav .item>strong {
    padding: 8.25px 18px 8.25px 15px;
}
.abs-account-blocks .block-title, 
.multicheckout .block-title, 
.multicheckout .block-content .title, 
.form-giftregistry-search .legend, 
.block-giftregistry-results .block-title, 
.block-giftregistry-shared-items .block-title, 
.block-wishlist-search-form .block-title, 
.customer-review .review-details .title, 
.multicheckout .block-title, 
.paypal-review .block .block-title, 
.account .column.main .block:not(.widget) .block-title, 
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title, 
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title, 
.sales-guest-view .column.main .block:not(.widget) .block-title{
    border:0;
}
.magebig-nav li.level0 ul li.groups>a {
    font-weight: 500;
    text-transform: unset;
    font-size: 15px;
    color: #F89016;
}
.magebig-nav li.level0 ul li.groups>a:hover {
    color: #000000;
}
.magebig-nav li.level0 .groups-wrapper ul li a{
    line-height:15px;
    color: gray;
}

.magebig-nav li.level0 .groups-wrapper ul li a:hover{
    color: #F89016;
}

.lof-autosearch.box.search_box form{
    display: flex;
    justify-content: flex-end;
}
.lof-autosearch .category-filter {
    background: #F3F3F3;
}
.lof-autosearch .category-filter select {
    height: 42px !important;
    background-color: #F3F3F3 !important;
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-radius:0 !important;
}
.lof-autosearch .button-search {
    color: #000 !important;
    top: 0 !important;
    bottom: 0;
}
.lof-autosearch.box.search_box form .lof-search.control input{
    border-left:0 !important;
    border-radius:0 !important;
}
.brands-logo.owl-carousel .owl-prev
.selected_top_category.owl-carousel .owl-prev{
    top:35% !important;
    left:-20px !important;
    border-radius:0 !important;
}
.brands-logo.owl-carousel .owl-next
.selected_top_category.owl-carousel .owl-next{
    top:35% !important;
    right:-20px !important;
    border-radius:0 !important;
}
.brands-logo.owl-carousel .owl-prev span,
.brands-logo.owl-carousel .owl-next span,
.selected_top_category.owl-carousel .owl-prev span,
.selected_top_category.owl-carousel .owl-next span{
    font-size: 27px;
}
.single-brands-logo a:hover img{
    opacity:0.8;
}
#shopping-cart-table th.col.item, 
#shopping-cart-table th.col.price, 
#shopping-cart-table th.col.qty, 
#shopping-cart-table th.col.subtotal{
    font-weight:700;
}
.block-search .action.image-search{
    font-size:20px;
    right:120px !important;
    color:#000 !important;
    
}

/*-- marketplace css --*/
.wk-mp-design .fieldset > div.field.required{
    /*float:left;
    width:100%;
    display: inline-block;*/
}
.wk-mp-collection-container {
    width: 100% !important;
    margin: 0  !important;
}
.wk-seller-card-container.wk-card-type1{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.wk-mp-collection-container .toolbar select{
    background: none !important;
    max-width: unset !important;
}
.marketplace-index-index h1.page-title {
    display:none !important;
}
#wk-vender-login-box{
    display:inline-block;
}
.wk-mp-collection-left .filter-options-item {
  border-bottom: 0px solid #ccc !important;
}
.wk-marketplace-label{
    color:#000 !important;
}
.wk-mp-collection-view-btn a {
    padding: 8px 12px !important;
    font-size:14px !important;
    background-color: #F89016 !important;
    border: 1px solid #F89016 !important;
}
.minisearch .loading-mask {
    right: 150px !important;
}
#payment-source{
    width:100%;
}
.notifications-action.marketplace-dropdown{
    border-color:transparent !important;
}
.wk-mp-page-header-before.page-header{
    display:none !important;
}
.wk-btn.wk-btn_default{
    color: #F89016;
    background-color: #fff;
    border-color: #F89016;
    border-radius: 0;
}
.wk-btn.wk-btn_default:hover{
    background-color: #F89016;
    color: #fff;
}
.wk-btn.wk-btn-primary{
    color: #fff;
    background-color: #F89016;
    border-color: #F89016;
    border-radius: 0;
}
.wk-btn.wk-btn-primary:hover{
    background-color: #000000;
}
input, button, select, optgroup, textarea{
    border-radius:0;
}
.homepage_section .selling-feature .card-img img{
    max-width:70% !important;
}

.customer-account-create #wantptr{ display:none !important;}

.row.no-gutters form{display:none !important;}

/*#switcher-store,
.top-link-wrap .col-auto.top-links{
    display:none !important;
}*/

.wk-mp-page-title.page-title #askque{
    font-size:20px;
}
.wk-mp-landingpage #wk-termsconditions-box label{
    margin-bottom:0 !important;
}
.input-text.mage-error,
textarea.mage-error,
select.mage-error{
    border-color:#F89016 !important;
}

#wachat,.widget-visible{display:none;}
.contact-index-index #wachat,.contact-index-index .widget-visible{display:block !important;}
 
div[name$=".postcode"],
div[name$=".company"]{
    display: none;
}
.product-reviews-summary .reviews-actions a{display:flex;}
.product-reviews-summary .reviews-actions > a > span{
    display:block !important;
}
.product-info-main .product-reviews-summary.short{
    margin-bottom:10px;
}
.product-info-stock-sku {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 0 10px 0;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
    margin: 0 !important;
}
.product-info-main .product.attribute.overview {
    margin-bottom: 20px;
}
.product-info-main .product-info-price {
    border: unset !important;
    margin: 0 !important;
}

.product-image-wrapper{
    transform:scale(1);
    transition: all 0.5s ease 0s;
    z-index: auto;
}
.product-image-wrapper:hover{
    transform:scale(1.2);
}
.product.attribute.overview{
    margin:50px 0 20px 0;
}
.product-info-main-top {
    border-bottom: 0px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 10px 0 0 0;
}
.catalog-product-view .wk-seller-block.wk-block{
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 10px 0 !important;
}
.product-info-main .page-title-wrapper .page-title {
    margin-bottom: 5px !important;
}
.custom_deliver_block{
    margin:30px 0;
}
.free_delivery_text{
    background:url("../images/truck-icon.png") no-repeat left top;
    padding-left:40px;
}
.guarantee_text{
    background:url("../images/price-guarantee.png") no-repeat left top;
    padding-left:40px;
    padding-top:5px;
}
.special_text{
    background:url("../images/special-item1.png") no-repeat left top;
    padding-left:40px;
    padding-top:5px;
}
.custom_deliver_block a{
    color:#F89016;
}
.custom_deliver_block a:hover{
    color:#33333;
}
.modal-popup .modal-title{
    border-bottom:unset !Important;
}
.modal-popup._inner-scroll .modal-content {
    margin-top: 20px;
}
#free_delivery_details h3,
#guarantee_modal_details h3 {
    margin-bottom: 10px;
}
.custom_sale_tag{
    background: #F89016;
    color: #fff;
    padding: 1px 8px;
    margin: 0 0 0 10px;
    border: 1px solid #F89016;
    font-size: 12px;
}

.custom_country_tag{
    background: #fff;
    color: #686868;
    padding: 2px 8px;
    margin: 0 0 0 10px;
    border: 1px solid #dadada;
    font-size: 12px;
}


.custom_product_details{
    background: #FBFBFB;
    padding: 0 20px 30px 20px;
    margin-bottom:50px;
}
.custom_tab_break_reviews{
    width:100%;
}
.custom_short_description_title{
    margin-bottom:20px;
}

.custom_tab_break strong.custom_tab_title,
.product.attribute.overview strong.custom_tab_title,
.custom_tab_break_reviews strong.custom_tab_title{
    font-size: 30px;
    margin-bottom: 20px;
}
.custom_tab_break h1{
    font-size: 25px;
    margin-bottom: 20px;
}
.custom_tab_break h2{
    font-size: 25px;
    margin-bottom: 20px;
}
.custom_tab_break h3{
    font-size: 25px;
    margin-bottom: 20px;
}

.product.data.items{
    text-align:left !important;
}
.product.data.items:before{
    background-color:transparent !important;
}
.product.attribute.overview ul li,
.custom_tab_break ul li{
    margin-bottom:8px;
}
.social-share {
    text-align: left !important;
}
.product-options-wrapper .swatch-option{
    max-width:100% !important;
}
.swatch-option:not(.disabled):hover::before,
.swatch-option.selected::before{
    border-color: #fff !important;
}
.swatch-option.selected{
    border-color:#F89016 !important;
}
.product-info-main .product-brand-info{
    margin-bottom:20px;
}
.minicart-items .price-container{
    margin:10px 0;
}

.login-container .remind{
    position: unset;
    text-align: right;
    line-height: 20px;
    margin-top: 10px;
}

.demo-tooltip{
    position:relative;
}
.demo-tooltip a{
    border: 1px solid #767171;
    border-radius: 50%;
    padding: 0px 6px;
}
.demo-tooltip .tooltip-content {
    display:none;
    position: absolute;
    top: 21px;
    left: 0;
    width: 200px;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid;
    z-index: 999;   
}

.demo-tooltip a:hover .tooltip-content {
    display:block;
}
.custom_login_register{
    display: flex;
    align-items: center;
}

.custom_login_register ul{
    display: flex !important;
}
.custom_login_register .customer-welcome.acc-topbar ul{
    display:block !important;
}

.custom_login_register ul li.authorization-link{
    margin-left:5px;
 }
.custom_login_register ul li.authorization-link:after{
     content:"/";
     margin:0 2px 0 0;
 }
.wk-sampleproduct-price.action.primary{
    background: #fff !important;
    color: #686868 !important;
    padding: 0px 10px !important;
    margin: 0 0 0 15px !important;
    border: 1px solid #dadada !important;
    font-size: 12px;
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    min-height: auto !important;
    cursor: text !important;
}
.row.no-gutters .stock.unavailable{
    display:none !important;
}

.all_categpries_link{
    text-align:center;
}
.all_categpries_link a{
    font-size: 2rem;
    color: #F89016;
    font-weight: 500;
}
.all_categpries_link a:hover{
    color: #1C1B1F;
    text-decoration: underline;
}
.block-title.earn.subtitle{
    margin:0 !important;
}
.block-title.spend.subtitle{
    margin:20px 0 0 0 !important;
}
.product-item-info .product-reviews-summary.short{
    display:none !important;
}

.search.results .wk-sampleproduct-list-add-form,
.search.results .actions-primary{
    display:none !important;
}

/*.search.results ol.products.list.items.product-items{
    display: flex;
}

.search.results li.item.product.product-item {
    vertical-align: top;
    margin-bottom: 30px;
}


.search.results li.item.product.product-item{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.search.results .product-image-container {
    overflow: hidden;
}
.search.results .action.towishlist span{
    display:none !important;
}
.search.results .actions-secondary{
    position: absolute;
    right: 7px;
    top: 15px;
    bottom: unset;
    width: 40px;
    height: 40px;
}
.search.results .action.towishlist:before{
    content: "\e68c";
    font-family:'mbicon' !important;
        font-size: 18px;
    border-radius: 50%;
    padding: 10px;
    background: transparent;
    color:#000;
}
.search.results .action.towishlist:before:hover{
    color:#fff;
    background: #F89016;
}

@media (min-width: 1200px){
    .search.results li.item.product.product-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}*/
.tabs-wrap{ display:none !important;}

.header-top-row{ font-size:1.5rem;}

.search.results .products.wrapper.grid.products-grid{margin-top:20px;}

.cms-page-view img {max-width:100%;}
.about_inner_section{
       margin: 20px 0;
    padding: 20px 0;
}

.search.results dd.item{
    margin-bottom:0 !important;
    line-height:15px;
}
.search.results dd.item a{
    font-size:12px;
}

#shopping-cart-table .product-item-name a {
    max-width: 230px;
}
#reward-points-form{
    position: unset !important;
    max-width: unset !important;
    padding-right: unset !important;
    display: block !important;
    width: auto !important;
}
.actions-toolbar.rewards-checkout-buttons-block{
    position:unset !important;
}
.social-share .social-listing {
    display: flex;
    align-items: center;
}
.social-share .social-listing li {
    margin-right: 10px;
}
.shop_by_style_item h2,
.shop_by_style_item a:hover h2{
    color:#000;
}
.box-tocart .field > label{
        font-size: unset;
    color: unset;
    margin-bottom: 6px;
}

.categori-list ul li a {
    display: flex;
    justify-content: start;
    width: 100%;
    text-align: left;
}

#categories-nav li.level1 > a,
#categories-nav li.level2 > a,
#categories-nav li.level3 > a,
#categories-nav li.level4 > a{
    color:gray;
}

@media (min-width: 768px){
    .wk-mp-collection-header-box {
        width: 93%;
        margin: 0 0 0 7%;
    }
    .magebig-nav li.level0 ul li{
        margin-bottom:15px;
    }
    
    .product.data.items > .item.title{
        float:left !important;
    }
    .product.info.detailed .item.content {
        display: block !important;
        margin-left: 0 !important;
    }
    .custom_product_details_data{
        display:flex;
        justify-content: space-between;
    }
    .custom_tab_break{
        width:49%;
        margin-right:1%;
    }
    .custom_tab_break:last-child{
        width:48%;
        margin-right:0%;
        margin-left:2%;
    }
    .header-content-action .authorization-link a {
        color: #333;
        font-weight: 700;
        font-size: 14px;
    }
    .header-content-action .authorization-link + li a{
        font-weight: 700;
        font-size: 14px;
        color: #333;
    }
    .header-content-action .authorization-link a:hover,
    .header-content-action .authorization-link + li a:hover{
        color:#F89016;
    }
    .box-tocart .actions{
        display: flex;
        align-items: center;
    }
    
    .catalog-product-view #product-addtocart-button{
        margin-bottom:0;
    }
    .catalog-product-view #buy-now{
        height: 52px;
        min-width: 200px;
        margin-right: 20px;
    }
    .sticky-addcart.active .box-tocart .actions{
        margin-bottom:5px;
    }
    .sticky-addcart.active .fieldset-add{
        display:flex;
    }
    .catalog-product-view .sticky-addcart.active #buy-now {
        margin-right: 0px;
        margin-left: 20px;
    }
    .homepage_section.banner_slider_block img{
        width:100%;
        height:251px;
    }
    .header-content-action > div {
        margin-right: 20px;
    }
    

}

#custom_convertyer_link{
    color: #F89016;
    font-weight: 500;
    border: 1px solid #F89016;
    padding: 8px 15px;
}
#custom_convertyer_link:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
.header_top_notification{
    color: #ffffff;
    font-size: 13px;
    padding: 7px 0 6px 0;
    text-align: center;
    background: #E6AE74;
}
.header_top_notification p{ 
    margin:0;
}
@media (max-width: 767px), print{
    .header_top_notification{display:none;}
    .header-top-inner {
        background-color: #E6AE74;
    }
}
.account-nav .content {
    background: #FEF1DE !important;
}

.footer_logo{
    margin-right: 30px;
}