@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');.fancy-radio>label{background-repeat:no-repeat;background-position:left center;padding-left:58px}.fancy-radio>input[type="radio"]{display:none}.fancy-radio input[type="radio"]+label{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/radiobutton_notselected.svg')}.fancy-radio input[type="radio"]:checked+label{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/radiobutton_selected.svg')}.fancy-checkbox>label{background-repeat:no-repeat;background-position:left center;padding-left:50px;background-size:50px}.fancy-checkbox>input[type="checkbox"]{display:none}.fancy-checkbox input[type="checkbox"]+label{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_unselected.svg')}.fancy-checkbox input[type="checkbox"]:checked+label{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_selected.svg')}.fancy-checkbox.checkbox-sm>label{background-repeat:no-repeat;background-position:left center;padding-left:25px;background-size:25px}.fancy-checkbox.checkbox-sm>input[type="checkbox"]{display:none}.fancy-checkbox.checkbox-sm input[type="checkbox"]+label{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_unselected.svg')}.fancy-checkbox.checkbox-sm input[type="checkbox"]:checked+label{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_selected.svg')}.onoffswitch{position:relative;width:80px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.onoffswitch-checkbox{display:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #999;border-radius:20px}.onoffswitch-inner{display:block;width:200%;margin-left:-100%;transition:margin .3s ease-in 0s}.onoffswitch-inner:before,.onoffswitch-inner:after{display:block;float:left;width:50%;height:32px;padding:0;line-height:32px;font-size:14px;color:#fff;box-sizing:border-box}.onoffswitch-inner:before{content:"YES";padding-left:13px;text-align:left;font-size:16px;background-color:#03cea4;color:#fff}.onoffswitch-inner:after{content:"NO";font-size:16px;padding-right:13px;background-color:#9c9c9d;color:#fff;text-align:right}.onoffswitch-switch{display:block;width:23px;margin:4.5px;background:#fff;height:23px;position:absolute;top:0;bottom:0;right:44px;border:2px solid #999;border-radius:20px;transition:all .3s ease-in 0s}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;background-color:rgba(255,255,255,.1);visibility:hidden;z-index:9999;-moz-transition:opacity .25s ease 0s,visibility .35s linear;-o-transition:opacity .25s ease 0s,visibility .35s linear;-webkit-transition:opacity .25s ease,visibility .35s linear;-webkit-transition-delay:0s,0s;transition:opacity .25s ease 0s,visibility .35s linear;width:100%;height:100%}.modal-overlay.state-show{background-color:rgba(255,255,255,.97);visibility:visible;-moz-transition-delay:0s;-o-transition-delay:0s;-webkit-transition-delay:0s;transition-delay:0s;-moz-transition-duration:.2s,0s;-o-transition-duration:.2s,0s;-webkit-transition-duration:.2s,0s;transition-duration:.2s,0s}.modal-class{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:50;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-moz-box-align:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;width:100%;text-align:center;z-index:99999;visibility:hidden;overflow:hidden}.modal-class.state-appear{visibility:visible}.modal-class.state-appear .modal-inset{-moz-animation:modalComeIn .25s ease;-webkit-animation:modalComeIn .25s ease;animation:modalComeIn .25s ease;visibility:visible}.modal-class.state-appear .modal-body{opacity:1;-moz-transform:translateY(0) scale(1,1);-ms-transform:translateY(0) scale(1,1);-webkit-transform:translateY(0) scale(1,1);transform:translateY(0) scale(1,1)}.modal-class.state-leave{visibility:visible}.modal-class.state-leave .modal-inset{-moz-animation:modalHeadOut .35s ease .1s;-webkit-animation:modalHeadOut .35s ease .1s;animation:modalHeadOut .35s ease .1s;visibility:visible}.modal-class.state-leave .modal-body{opacity:0;-moz-transition-delay:0s;-o-transition-delay:0s;-webkit-transition-delay:0s;transition-delay:0s;-moz-transition-duration:.35s;-o-transition-duration:.35s;-webkit-transition-duration:.35s;transition-duration:.35s;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;-webkit-transition-timing-function:ease;transition-timing-function:ease;-moz-transform:translateY(25px);-ms-transform:translateY(25px);-webkit-transform:translateY(25px);transform:translateY(25px)}@-moz-document url-prefix(){.modal-class{height:calc(100% - 55px);}}.mymodal{display:block;vertical-align:middle;text-align:center}.modal-inset{position:relative;margin:auto;visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.modal-inset .close{display:block;cursor:pointer;position:absolute;top:10px;right:10px;padding:10px;opacity:.4}.modal-inset .close:hover{opacity:1}.modal-class .modal-body{margin:auto;opacity:0;-moz-transform:translateY(0) scale(.8,.8);-ms-transform:translateY(0) scale(.8,.8);-webkit-transform:translateY(0) scale(.8,.8);transform:translateY(0) scale(.8,.8);-moz-transition-property:opacity,-moz-transform;-o-transition-property:opacity,-o-transform;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,transform;-moz-transition-duration:.25s;-o-transition-duration:.25s;-webkit-transition-duration:.25s;transition-duration:.25s;-moz-transition-delay:.1s;-o-transition-delay:.1s;-webkit-transition-delay:.1s;transition-delay:.1s}@-webkit-keyframes modalComeIn{0%{visibility:hidden;opacity:0;-moz-transform:scale(.8,.8);-ms-transform:scale(.8,.8);-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}65.5%{-moz-transform:scale(1.03,1.03);-ms-transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);transform:scale(1.03,1.03)}100%{visibility:visible;opacity:1;-moz-transform:scale(1,1);-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}}@-moz-keyframes modalComeIn{0%{visibility:hidden;opacity:0;-moz-transform:scale(.8,.8);-ms-transform:scale(.8,.8);-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}65.5%{-moz-transform:scale(1.03,1.03);-ms-transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);transform:scale(1.03,1.03)}100%{visibility:visible;opacity:1;-moz-transform:scale(1,1);-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}}@keyframes modalComeIn{0%{visibility:hidden;opacity:0;-moz-transform:scale(.8,.8);-ms-transform:scale(.8,.8);-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}65.5%{-moz-transform:scale(1.03,1.03);-ms-transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);transform:scale(1.03,1.03)}100%{visibility:visible;opacity:1;-moz-transform:scale(1,1);-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1,1)}}@-webkit-keyframes modalHeadOut{0%{visibility:visible;opacity:1;-moz-transform:translateY(0) scale(1,1);-ms-transform:translateY(0) scale(1,1);-webkit-transform:translateY(0) scale(1,1);transform:translateY(0) scale(1,1)}100%{visibility:hidden;opacity:0;-moz-transform:translateY(35px) scale(.97,.97);-ms-transform:translateY(35px) scale(.97,.97);-webkit-transform:translateY(35px) scale(.97,.97);transform:translateY(35px) scale(.97,.97)}}@-moz-keyframes modalHeadOut{0%{visibility:visible;opacity:1;-moz-transform:translateY(0) scale(1,1);-ms-transform:translateY(0) scale(1,1);-webkit-transform:translateY(0) scale(1,1);transform:translateY(0) scale(1,1)}100%{visibility:hidden;opacity:0;-moz-transform:translateY(35px) scale(.97,.97);-ms-transform:translateY(35px) scale(.97,.97);-webkit-transform:translateY(35px) scale(.97,.97);transform:translateY(35px) scale(.97,.97)}}@keyframes modalHeadOut{0%{visibility:visible;opacity:1;-moz-transform:translateY(0) scale(1,1);-ms-transform:translateY(0) scale(1,1);-webkit-transform:translateY(0) scale(1,1);transform:translateY(0) scale(1,1)}100%{visibility:hidden;opacity:0;-moz-transform:translateY(35px) scale(.97,.97);-ms-transform:translateY(35px) scale(.97,.97);-webkit-transform:translateY(35px) scale(.97,.97);transform:translateY(35px) scale(.97,.97)}}:root{--user-color:#0075d7}body,html{margin:0;padding:0;width:100%;height:100%;min-height:100%;font-family:'Lato',sans-serif;font-size:14px;color:#4a4a4a;overflow-x:hidden;overflow:visible;word-break:normal;word-wrap:break-word}a:not(.ck-editor__main a,.content-pages a,.item-description a),a:not(.ck-editor__main a,.content-pages a,.item-description a):hover,a:not(.ck-editor__main a,.content-pages a,.item-description a):focus,a:not(.ck-editor__main a,.content-pages a,.item-description a):active{text-decoration:none;outline:none;color:inherit}ul:not(.ck-editor__main ul,.item-description ul,.content-pages ul){margin:0;padding:0;list-style:none}p{margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-family:'Lato',sans-serif}.icon{width:30px;height:30px;display:inline-block;vertical-align:middle;margin-right:10px;background-repeat:no-repeat;background-position:center center}li.dropdown.more-menu>a{word-break:normal;white-space:nowrap}.error-con{border:1px solid #f00 !important}.container{max-width:1280px}.backTop{position:fixed;right:30px;bottom:15px;z-index:9999}.show-mobile{display:none}@media print{.non-printable,.fancybox-outer{display:none}.printable{display:block;width:100%}.item-row{border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:10px}.dashlet-choices,.dashlet-choices-bar{display:none}span.legend-barGraph1,.dashlet2-container-left,.dashlet2-container-right{width:100% !important;float:none !important}.dash-info-container{width:20%}}.dashadmn-bar1-sec,.dashadmn-bar2-sec{position:relative}.dashadmn-bartop-sec{margin-top:20px}.ellipsis::before{content:"";float:left;width:5px}.ellipsis::after{background:rgba(0,0,0,0) linear-gradient(to right,rgba(255,255,255,0),#fff 50%,#fff) repeat scroll 0 0;box-sizing:content-box;content:"…";float:right;left:100%;margin-left:-3em;padding-right:5px;position:relative;text-align:right;top:-16px;width:3em}.ellipsis{line-height:25px;overflow:hidden;height:65px}.item-name.ellipsis::before{height:40px}.ellipsis>*:first-child{float:right;margin-left:-5px;width:100%}span.stars,span.stars span{display:inline-flex;background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/star_ratting.svg') 0 -16px repeat-x;width:100px;height:16px}span.stars span{background-position:0 0}.icon.icon-print{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/print_btn.svg')}.icon.icon-print:hover{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/print_hov.svg')}.datepicker td,.index-page .datepicker th{min-width:32px}.datepicker-dropdown{min-width:250px}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{min-width:32px}.header{border-bottom:1px solid #b3b3b3;width:100%;padding:0 0 0 0;color:#999;background:#fff;position:fixed;z-index:999999}.page-home.index-page>.main{padding:0 !important}.index-page .header{border-bottom:1px solid #c8c8c8;width:100%;padding:0;background-size:cover;background-repeat:no-repeat;color:#fff}.header.affix{position:inherit}.no-border{border:none}.header .pull-left{width:50%;display:flex;align-items:center}.header .pull-right{width:50%;text-align:right}.input-daterange input.input-small{text-align:left;padding-left:20px}.page-home .header.affix{position:fixed;width:100%;z-index:999;top:0;left:0}li.user-login ul.login-nav.dropdown-menu{margin-right:initial}.page-home .header.affix+.main{padding-top:80px}.page-home .header .logo{border-right:none}.page-home .header .main-nav ul>li>a,.page-home .header .main-nav ul>li.register-link>a,.page-home .header .main-nav #SelectLanguage a.dd-selected .dd-selected-text{color:#fff}.page-home .header.user-login .dropdown .dropdown-menu>li>a{color:#999}.page-home .header .main-nav li.user-login.dropdown a{color:#fff}.page-home .header .main-nav li.user-login.dropdown .dropdown-menu li a{color:#999}.page-home .carousel-control{z-index:999}.page-home .section-shop .parent-item{display:flex;flex-wrap:wrap}.header .logo{padding:10px 0;float:left;padding-right:0;width:150px;height:60px}.header .logo img{height:100%;max-width:106px;max-height:45px;object-fit:contain}.header .search-bar{float:left;position:relative;padding:5px 25px 5px 0;width:calc(100% - 160px);margin-left:10px;border-right:1px solid #b3b3b3;border-left:1px solid #b3b3b3}.header .main-nav>ul>li{list-style:none;display:inline-block;vertical-align:middle;position:relative}.header .main-nav ul>li>a{letter-spacing:.06em;color:#999;display:block;padding:0;min-height:60px;line-height:60px;outline:none;position:relative;overflow:hidden}.header .main-nav ul>li.inbox-menu>a{min-height:inherit}.header .main-nav ul>li>a>sub{background-color:var(--user-color);border-radius:100px;color:#fff;display:inline-block;margin-left:-10px;min-height:21px;min-width:21px;padding:10px 5px;text-align:center;vertical-align:top}.header .main-nav ul>li{padding:0 9px}#SelectLanguage .dd-pointer-down{right:-5px !important}.seller-items .header .main-nav>ul>li.dropdown a{border:none}.header .main-nav>ul>li.hover,.header .main-nav>ul>li.active{position:relative}.header .main-nav>ul>li.active a{color:#f15961}.seller-items .header .main-nav>ul>li.login-menu.hover::after{width:100px}.header .main-nav ul>li:last-child>a::after{background-color:transparent;width:0}.header .main-nav ul>li:last-child>a{border-right:none;padding-right:0}.dd-pointer-down{border-top:solid 5px #000}.index-page .dd-pointer-down{border-top:solid 5px #fff}.index-page .dd-pointer-up{border-bottom:solid 5px #fff !important}.more-menu .dd-pointer-down{margin-right:-25px}.header .main-nav ul>li.register-link>a{letter-spacing:.06em;color:#999}.icon-cart{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/cart_icon.svg')}.header.user-login .login-menu a{display:inline}.header .user-login{font-size:12px;color:#999}.header .user-login img{border-radius:50%;margin-right:10px;max-width:50px;height:50px}.header.user-login .login-menu .username{padding-right:20px;color:#9999a3;font-weight:700}.header.user-login .icon-down{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/down_arrow.svg');margin-right:0}.dropdown-menu{border-radius:0;margin-top:0;width:100%;padding:10px 15px;border:1px solid #c8c8c8}.header.user-login .dropdown .dropdown-menu>li,.header.user-login .dropdown .dropdown-menu>form{display:block;margin:0;padding:10px 5px;border:none;border-bottom:1px solid #f0f0f0;line-height:normal}.header.user-login .dropdown .dropdown-menu>form{border-bottom:none !important}.header.user-login .dropdown .dropdown-menu>li:last-child{border-bottom:none}.header.user-login .dropdown .dropdown-menu>li:hover a{padding-left:10px;color:var(--user-color);transition:all .5s ease;background-color:transparent}.header.user-login .dropdown .dropdown-menu>form>li:hover a{padding-left:10px;color:var(--user-color);transition:all .5s ease;background-color:transparent}.header.user-login .dropdown .dropdown-menu>li>a,.header.user-login .dropdown .dropdown-menu>form>li>a{border-right:none;padding:0;line-height:normal;min-height:inherit;padding:10px 0;display:block;overflow:hidden}.header.user-login .dropdown .dropdown-menu>li>a::after{background-color:transparent;width:0}.header .main-nav ul>li.dropdown:hover .dropdown-menu{transition:all .5s ease;display:block;left:-30px}.header .seller-nav.dropdown-menu{width:250px;left:-114px}.icon.icon-search{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mobile_search.svg')}.icon.icon-user{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mobile_user.svg')}#menu-toggle .icon.icon-menu,#sellermenu-toggle .icon.icon-menu{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mobile_menu.svg');background-size:cover;height:50px;margin-right:0;width:40px}.header #menu-toggle,.header #sellermenu-toggle{border:none;background-color:transparent;padding:0;outline:none}.search-location-service .search-service,.search-location-service .search-location{position:relative;border-bottom:1px solid #b3b3b3;width:100%;border-radius:0;margin:0}.search-location-service.search-bar .btn-find,.search-location>img{margin-top:0;left:15px;position:absolute;top:12px}.search-location-service.search-bar .form-control{padding:10px 30px 10px 50px}.search-location-service .btn-search>input{background:var(--user-color);color:#fff;border:none;width:100%;padding:17px 15px;text-transform:uppercase;font-weight:600}.header .search-bar.search-location-service{padding:0}.search-bar .btn-find{right:15px}.search-bar .btn-find{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/search_main.svg');background-repeat:no-repeat;background-position:center center;border:none;height:30px;width:30px;background-color:transparent;top:50%;position:absolute;margin-top:50%;margin-top:-15px;right:25px}.header>.container>.row{position:relative;z-index:9999}#mobile-menu{position:fixed;display:none;left:0;width:100%;z-index:999999 !important;background-color:#fff}#mobile-menu>ul{background-color:#fff}#mobile-menu>ul>li>ul{margin:0 10px}#mobile-menu>ul>li>a{background-color:#f0f0f0;color:#4a4a4a;display:block;padding:10px 0 10px 15px}#mobile-menu>ul>li>ul>li>a,#mobile-menu>ul>li>ul>form>li>a{color:#4a4a4a;border-bottom:1px solid #f0f0f0;padding:15px 0 15px 25px;display:block}.page-home .search-bar{display:none}.header .main-nav>ul>li.language-menu.hover::after,.header .main-nav>ul>li.language-menu.active::after{background:none}.header .main-nav li.user-login.dropdown .dropdown-menu li a{overflow:hidden;text-overflow:ellipsis}.dd-selected-text{line-height:15px !important}.dd-option-image,.dd-selected-image{max-width:28px !important;padding-right:6px;margin-right:0 !important}.dd-option-image{position:absolute}.dd-selected{padding:0}#SelectLanguage>ul li a.dd-option{display:flex;padding:10px;border-bottom:solid 1px #ddd;overflow:hidden;text-decoration:none;color:#333;cursor:pointer;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;min-height:0;border:none !important;line-height:20px}#SelectLanguage>.dd-select{margin:0 auto;background:none !important;border:none !important}#SelectLanguage .dd-options{min-width:80px !important;box-shadow:0 0 1px #b3b3b3;border:none !important}#SelectLanguage.dd-container{margin:0 auto !important;width:auto !important}label.dd-option-text{line-height:14px !important;margin-top:3px;color:#494949;font-weight:normal;width:calc(100% - 30px);margin-left:35px;text-align:left;white-space:nowrap}.header .main-nav #SelectLanguage>ul>li>a::after{background:none}#SelectLanguage a.dd-selected .dd-selected-text{margin-right:5px;line-height:6px !important;color:#494949;font-weight:normal;margin-top:7px}.language-menu .dd-options{max-height:300px;overflow:initial}.inbox-icon{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/inbox_icon.svg');background-repeat:no-repeat;background-size:auto;height:50px}.header .main-nav ul>li>a>sub{position:absolute;top:0;bottom:auto;right:0}.cart-dropdown{width:384px;border:1px solid #c8c8c8;margin-left:-76%;padding:0}.cart-dropdown .cart-notification{padding:8px 10px;color:#000;font-size:16px}.cart-dropdown .cart-notification #empty-cart{float:right;margin-top:-3px}.cart-dropdown .icon.icon-close{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/closew_btn.svg');margin-right:0}.cart-dropdown .cart-items{padding:12px 10px 0;color:#000;border-bottom:1px solid #c8c8c8;border-top:1px solid #c8c8c8}.cart-dropdown .cart-items>ul>li{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #d2d2d2}.cart-dropdown .cart-items>ul>li:last-child{border-bottom:none}.cart-dropdown .cart-item-preview img{max-width:80px;border:1px solid #c8c8c8;margin-right:12px}.cart-dropdown .cart-item-wrapper{display:table;width:100%}.cart-dropdown .cart-item-description p,.cart-dropdown .cart-item-description p{font-size:12px}.cart-dropdown .cart-item-description>h3{font-size:16px;font-weight:700;margin-top:5px}.cart-dropdown .cart-item-wrapper .cart-item-preview{display:inline-block;vertical-align:middle;width:90px;text-align:left}.cart-dropdown .cart-item-wrapper .cart-item-description{display:inline-block;vertical-align:middle;width:70%;text-align:left}.cart-dropdown .go-cart{padding:12px 10px;text-align:center}.cart-dropdown .go-cart>a{display:block;width:70%;font-size:16px;font-weight:300;color:#000;border:1px solid #000;text-align:center;padding:12px 15px;border-radius:50px;text-decoration:none;margin:auto}.header .main-nav>ul>li.cart-menu{position:relative}.dropdown-menu.cart-dropdown{display:block;visibility:hidden;opacity:0;transform:translateZ(0);transform:translateY(20%);transition:all .8s ease 0s,visibility 0s linear .8s}.dropdown-menu.cart-dropdown.active{visibility:visible;opacity:1;transform:translateX(0%);transition-delay:0s}.dropdown-menu.cart-dropdown.hover{visibility:hidden}.dropdown-menu.cart-dropdown.hover.active{visibility:visible}.footer{background-color:#142125;padding-top:50px;padding-bottom:25px;text-align:center;color:#999;width:100%}.footer .footer-navigation{width:70%;margin:0 auto;border-top:2px solid #c8c8c8;padding-top:15px}.footer .footer-navigation ul>li{display:inline}.footer .footer-navigation ul>li>a{color:#999;font-size:12px;font-weight:300;letter-spacing:.05em;padding:0 20px}.footer .footer-bottom{padding-top:25px}.footer .footer-bottom h6{color:#494949;font-size:16px;font-weight:700}.footer .footer-bottom .copyright-text{margin-top:10px;font-size:12px;font-weight:300}.footer-subtext{margin:20px 0 25px}.footer-text{font-size:35px;color:#fff}.model-register .modal-body{width:360px;display:table-cell;padding:0;vertical-align:middle;width:360px}.model-register .modal-head{font-size:22px;color:#999;font-family:'Lato',sans-serif;padding-bottom:8px;border-bottom:1px solid #b2b2bb;margin-top:30px;font-weight:normal}.model-register .modal-inset{display:table;height:100%}.model-register .modal-main{margin-top:30px}.model-register .modal-main>ul>li{margin-bottom:20px}.modal-class .modal-close{position:absolute;top:30px;right:30px;width:24px;height:24px;background-repeat:no-repeat;background-position:center center;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/modal-close.png');background-color:#494949;border:none;border-radius:100px;opacity:1}div.modal-logo{max-height:130px !important}div.modal-logo img{max-height:100px;max-width:200px;margin:auto}.home-banner .banner-quote{text-align:center}.home-banner .banner-inner{width:100%;margin:0 auto;color:#fff;padding-bottom:120px;padding-top:75px}.home-banner .border-wrapper{margin-top:25px;border-bottom:none}.home-banner .banner-quote>h1{color:#fff;font-size:47px;font-weight:300;margin:0 auto 20px;letter-spacing:.2em;max-width:890px;width:100%;line-height:65px}.home-banner .banner-quote>p{padding:0 5%;text-align:center;font-size:18px;font-weight:300;letter-spacing:.05em}.home-banner .home-serach{margin-top:70px;padding:0 10%}.home-banner .home-serach .search-controls{position:relative;height:50px;width:100%;border-radius:10px}.home-banner .home-serach .search-controls .form-control{height:100%;font-weight:300;color:#b3b3b3;border-radius:10px 0 0 10px;padding:0 15px 0 30px;font-size:14px;float:left;width:38%;border:none;border-right:1px solid #e6e6e6}.home-search{background:var(--user-color);float:left;width:12%;height:100%;border-radius:0 10px 10px 0;text-align:center;letter-spacing:.05em;font-size:15px;line-height:50px;padding:0;border-width:0;cursor:pointer}.search-location{width:28%;float:left;height:100%;position:relative}.home-banner .search-location>img{position:absolute;top:12px;left:10px;width:auto !important;height:auto !important}.daterangepicker{z-index:500000 !important;margin:0;width:auto !important}.daterangepicker .calendar-table th,.daterangepicker .calendar-table td{min-width:27px;width:25px;height:20px;line-height:16px}.home-banner .home-serach .search-controls .search-location .form-control{width:100%;border-radius:0;padding:0 15px 0 40px}.home-banner .home-serach .search-controls .lala{width:22%}.scroll-more{display:none;margin-top:100px}.scroll-more img{width:30px}.scroll-more p{margin-top:5px;color:#fff;font-weight:300;font-size:12px}.home-banner .carousel-inner .item img{width:100%;max-width:100%;height:100%;object-fit:cover;z-index:99999}.section-category{padding-top:50px;padding-bottom:60px}.section-title{position:relative;text-align:center;color:#999;font-size:16px;font-weight:300;margin-bottom:40px;margin-top:40px}.section-title>span,.section-title>a{background-color:var(--user-color);padding:15px 25px;position:relative;cursor:pointer;font-size:16px;font-weight:300;color:#fff;border-radius:5px;letter-spacing:.05em}.section-category .cat-preview img{height:100%;width:100%}.cate-name{position:relative}.section-title .icon-toggle{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/category_arrow.svg');background-repeat:no-repeat;margin-left:10px;height:21px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.section-title .icon-toggle.up{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.section-category .cate-name a{text-align:left;color:#fff;font-size:14px;position:relative;width:100%;min-height:40px;background:rgba(0,0,0,.4);display:block;line-height:18px;padding:10px;bottom:0;position:absolute}.section-category .section-content .row{margin-left:-7px;margin-right:-7px}.section-category .section-content .col-md-3{padding:0 7px;margin-bottom:15px}.section-shop{background-color:#f2f5f6;padding-top:60px}.section-shop .shop-box{padding:0;margin:0;margin-bottom:30px;float:none;display:inline-block}.section-shop .shop-box#shop-latest{background-color:#fff;width:50%}.section-shop .shop-box#shop-latest h1{font-size:42px;font-weight:700;margin-top:5px;letter-spacing:.05em}.section-shop .shop-box#shop-latest p{color:#999;font-size:22px}.section-shop .shop-box#shop-latest .box-inner{padding:72.5px 0}.section-shop .shop-box img{max-width:100%}.section-shop .shop-box .box-inner{height:100%}.section-shop .shop-box .item-price{background:rgba(69,69,69,.95);color:#fff;display:inline-block;right:0;bottom:0;padding:10px 25px 10px 25px;letter-spacing:.05em;position:absolute;font-size:16px}.section-shop .shop-box .item-description .fix-table{display:table;height:100%;vertical-align:middle;color:#4d4d4d;font-size:16px;letter-spacing:.025em;width:100%}.section-shop .shop-box .item-description .fix-tablecell{height:25px;width:100%;max-width:260px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:normal;margin-bottom:10px}.section-shop .shop-box .item-description .fix-tablecell p{overflow:hidden;text-overflow:ellipsis;height:25px;white-space:nowrap}.fix-table:after{content:'';clear:both;margin:auto;display:block;width:100%}.sec-cat-name{width:calc(100% - 60px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:190px}img{image-rendering:auto;image-rendering:crisp-edges;image-rendering:pixelated;image-rendering:inherit;image-rendering:initial;image-rendering:unset}.view-item>a{color:#fff;font-size:12px;font-weight:300;letter-spacing:.05em}.lala{border-right:1px solid #e6e6e6;height:50px;width:15%;float:left;background:#fff;position:relative}label.input-group-addon.btn{position:absolute;right:15px;background:none;top:10px;border:none;font-size:20px;width:auto;pointer-events:none}input.input-small{border:none;color:#b3b3b3;height:100%;text-align:center;width:100%;padding:0 50px 0 0;outline:none}.sec-cat-headtext{color:var(--user-color);font-size:34px;letter-spacing:.05em;width:100%;text-align:center;font-weight:300;margin-bottom:12px}.sec-cat-subtext{font-size:14px;color:#999;width:100%;text-align:center;margin-bottom:25px;letter-spacing:.05em}.select-date>input[type="checkbox"]{background:#fff !important;border:1px solid #ccc !important;margin:18px 0 0 0;float:left}.index-page .home-banner .lala.select-date{padding:0 20px}.index-page .home-banner .lala.select-date{display:inline-flex}.index-page .select-date>label{line-height:50px;text-overflow:ellipsis;overflow:hidden;display:initial;white-space:nowrap;margin:0 0 0 10px}.select-date>label{color:#b3b3b3;font-weight:300;line-height:50px;float:left;margin-left:10px}.shopimg-preview{width:95%;position:relative;padding-bottom:63.498%}.section-shop .shop-box img{width:100%;height:100%;position:absolute;float:left}.section-title.toggle-icon-item{float:left;width:100%;margin-top:20px;margin-bottom:80px}.section-shop .item-description{background:#fff;padding:20px;width:95%;float:left;min-height:95px}.img-item-owner,.item-img-item-owner,.section-shop .shop-box img.img-item-owner{position:relative;width:50px;height:50px;border-radius:50%;background:#999;float:right}.sec-cat-name{width:100%;float:left;font-size:14px;color:#b3b3b3;letter-spacing:.03em}.datepicker-dropdown{width:235px;position:absolute;padding:0 15px !important}.item-description .view-item{display:none}.item-details .main{max-width:1400px;margin:0 auto}.item-details .footer{z-index:999;position:relative}.item-detail-content{width:100%;background:#fff;margin:auto}.item-detail-left{float:left;width:54%;background:#fff;border-right:5px solid #f2f5f6;text-align:left}.item-detail-right{float:right;width:46%;background:#fff;padding:5px 35px}.item-big-img{width:100%;background-size:cover}.item-detail-left-inner{max-width:600px;margin:auto}.item-detail-breadcrumb{height:45px;background-color:#fff;border-bottom:5px solid #f2f5f6;font-size:14px;color:#999;text-transform:capitalize}.breadcrum-back{border-right:1px solid #b3b3b3;margin-right:15px;padding-right:15px;color:#999;padding-top:10px;display:inline-block;height:40px}.breadcrum-last-opt{color:#4d4d4d}.icon.item-detail-back{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/back-black.svg');width:40px;height:40px}.item-detail-left .item-name{font-size:20px;color:#4d4d4d;line-height:25px;margin-bottom:20px}.item-qty-box select[name="qty"]{width:128px;height:32px;border:1px solid #c8c8c8;text-align:center;font-size:14px;color:#999;padding:0 10px;outline:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/down_arrow.svg');background-repeat:no-repeat;background-position:97% center}.left-item-label{margin-left:20px;color:var(--user-color);font-size:14px;font-weight:700}.item-detail-left .item-price-text{margin-bottom:20px;margin-top:20px;font-size:26px;color:#000}.item-price-box .item-qty-box{display:inline-block;padding-top:10px}.item-price-box{max-width:500px;padding-bottom:30px;border-bottom:1px solid #c8c8c8}.item-price-box .price-box-btn{margin-right:10px;display:inline-block;float:right}.add-cart-btn{font-size:16px;font-weight:300;color:#fff;height:48px;width:240px;padding-top:12px;background:var(--user-color);border-radius:24px;text-align:center;display:inline-block;outline:none;text-decoration:none;transition:all .2s ease 0s}.add-cart-btn:hover{background:#fff;color:var(--user-color);border:1px solid var(--user-color)}.itemSlider-Preview{position:relative}.itemSlider-Preview .itemPrice{background-color:rgba(51,51,51,.9);color:#fff;position:absolute;right:0;bottom:0;padding:17px 30px}.itemSlider-Preview .itemPrice>h4{font-size:21px}.item-detail-left .item-description{padding-top:30px;padding-bottom:30px;border-top:1px solid #c8c8c8;margin-bottom:30px;font-size:14px;color:#4d4d4d}.item-description .desc-title,.delivery-details{margin-bottom:5px}.desc-title{color:#999;font-size:14px;font-weight:700;padding-bottom:5px}.morecontent span{display:none}.morelink{display:block}.show-more .morelink{color:var(--user-color);font-size:14px;font-weight:700;margin-top:40px;display:block;text-align:center}.delivery-details .delivery-method{margin-top:20px}.option-row{margin-bottom:10px;background-color:#e1e1e1;color:#494949;font-size:14px;font-weight:normal}.option-row label{margin-bottom:0;font-weight:normal}.fancy-radio label:hover{cursor:pointer}.fancy-radio label{height:48px;display:table;width:100%}.fancy-radio label span{display:table-cell;vertical-align:middle;min-height:48px}.fancy-radio label span.pay-delivery{border-left:1px solid #d2d2d2;padding-right:20px;text-align:right;width:100px}.fancy-checkbox label:hover{cursor:pointer}.fancy-checkbox label{height:25px;display:table;width:100%;color:#999;font-weight:300}.fancy-checkbox label span{display:table-cell;padding-left:22px;vertical-align:middle;min-height:auto;white-space:normal;word-break:break-word}.page-seller.item-upload .fancy-checkbox label span{display:contents}.fancy-checkbox label span.pay-delivery{border-left:1px solid #d2d2d2;padding-right:10px;text-align:center;width:175px}.fancy-checkbox label span.surcharge-per-item{padding-right:10px;text-align:center;width:175px}.chkbx-rmbg.fancy-checkbox input[type="checkbox"]+label{width:100% !important}span.surcharge-per-item p,span.pay-delivery p{font-size:10px;color:#b3b3b3}.item-detail-right .manege-affix.affix{right:0;top:0;padding-left:50%;width:100%}.item-detail-left{position:relative;z-index:999}.thumbnail-images{background-color:#fff;padding:10px 0;text-align:center;position:fixed;bottom:0;width:50%}.thumbnail-images>ul>li{display:inline-block;margin:0 5px;vertical-align:middle}.thumbnail-images>ul>li img{max-width:80px}.preview-image .loadarea.loading>img{display:none}.preview-image .loadarea.loading{width:100%;height:100%;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/loading_spinner.gif');background-position:center center;background-repeat:no-repeat;min-width:200px;min-height:200px}.preview-image{position:relative}.preview-image #zoom-image{background-color:#000;display:block;height:48px;position:absolute;top:20px;left:20px;width:48px;border-radius:100px}.lightbox .lb-caption{display:none !important}.lb-close{width:35px;height:35px;display:block;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/closew_btn.svg');background-position:center center;background-repeat:no-repeat;position:absolute;right:10px;top:10px;width:35px;z-index:999;cursor:pointer}.lightbox .lb-container .lb-close{width:35px;height:35px;display:block;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/closew_btn.svg');background-position:center center;background-repeat:no-repeat;position:absolute;right:10px;top:10px;width:35px;z-index:999;cursor:pointer}.item-detail-breadcrumb.affix{width:50.25%;top:0;left:0}.item-detail-breadcrumb.affix+.item-detail-left-inner{padding-top:65px}.item-detail-left .merchant-name2{color:var(--user-color);font-size:14px;margin-bottom:10px;margin-top:10px}.item-star{margin-top:10px;margin-bottom:10px;padding-bottom:10px}.item-star img{display:inline-block;margin-right:4px;width:17px;height:17px;vertical-align:middle;margin-top:-3px}.item-voted-number{font-weight:700;font-size:14px;color:#000;margin-left:10px}.item-voted-percent{font-size:14px;font-weight:300;color:#999;margin-left:10px}.price-btn-section .price-box-btn{margin-top:15px}.attribute-opt select{width:320px;max-width:100%;height:32px;border:1px solid #c8c8c8;text-align:left;font-size:14px;color:#000;padding:0 10px;outline:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/down_arrow.svg');background-repeat:no-repeat;background-position:97% center}.option-value .item-qty-box select[name="qty"]{color:#000;text-align:left;width:70px}.attribute-opt{margin-bottom:10px;margin-top:20px}.option-label{float:left;width:70px;max-width:30%;margin-right:10px;padding-top:5px;color:#000}.option-value{float:left;width:70%;color:#000}.item-price-box .option-value .item-qty-box{display:block;padding-top:0}.item-details .show-more .morelink{text-align:left}.item-details .item-detail-left .item-description{margin-bottom:5px;padding-top:20px;padding-bottom:20px}.bold-black-text{color:#999;font-size:14px;font-weight:700;margin-right:10px}.normal-black-text{font-size:14px;color:#4d4d4d;margin-right:10px}.normal-black-text a{text-decoration:none;color:var(--user-color)}.grey-colot-txt{font-size:14px;color:#999;margin-top:7px;margin-bottom:7px}.grey-colot-txt2{font-size:14px;color:#999}.desc-sec-opt{margin-bottom:10px}.item-details .show-more .morelink{margin-top:15px}.item-cart-button-bottom{padding-top:20px;padding-bottom:40px}.item-details .delivery-details{margin-top:15px}.item-translated-google{margin-bottom:15px;font-size:12px;color:#999}.select-addon-title{font-size:16px;color:#4d4d4d;text-align:left}.addon-services{margin-top:10px}.addon-checkbox-sec{margin-top:3px;margin-bottom:3px}.addon-checkbox-sec label{display:inline-block;border:1px solid #b3b3b3;min-height:40px;width:100%;color:#808080;text-align:left;background:#fff;font-weight:300;cursor:pointer}.addon-checkbox-sec label span.addongrn-checkbox-text{line-height:37px}span.addonbtngray-checkbox-text{padding:0 10px;line-height:40px}.addon-checkbox-sec input[type=checkbox],.addon-checkbox-sec input[type=radio]{display:none}.addon-checkbox-text{line-height:40px;float:left;font-size:14px;color:#999;padding-left:10px;max-width:100%;padding-right:10px}.addon-checkbox-price{float:right;font-size:14px;color:#4d4d4d;padding-right:10px;line-height:40px}.addon-checkbox-sec input[disabled]+label,.addon-checkbox-sec input[readonly]+label{background-color:#eee;opacity:1}.addon-checkbox-sec input:checked+label{border:solid 1px var(--user-color);background:var(--user-color);color:#fff}.addon-checkbox-sec input:checked+label .addon-checkbox-text,input:checked+label .addon-checkbox-price{color:#fff}.itemSlider{margin-bottom:30px;padding-top:15px}.itemSlider-Preview.Loading{min-height:100px;background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/loading_spinner.gif);background-position:center center;background-repeat:no-repeat}.itemSlider-Preview img{width:100%}.itemSlider .itemSlider-Preview>div>img,.itemSlider .itemSlider-Thumb>ul>li>a>img{max-width:100%}.itemSlider .itemSlider-Thumb>ul>li{display:inline-block;width:19.5%;min-height:66px;vertical-align:middle}.itemSlider .itemSlider-Thumb{margin-top:3px}.itemSlider .itemSlider-Thumb>ul>li.more-item{text-align:center;color:#4d4d4d;background-color:#dcdcdc}.itemSlider .itemSlider-Thumb>ul>li.more-item>a{display:block;height:100%;line-height:66px;min-height:66px;width:100%}#modalSlider .modal-content,#modalSlider .modal-header{background-color:transparent;box-shadow:none;border:none}#modalSlider .modal-body{background-color:transparent;box-shadow:none;padding:0}#modalSlider .itemSlider-Preview{background-color:#fff}#modalSlider .modal-header .close{min-height:35px;min-width:35px;opacity:1;color:#fff;border-radius:100px;border:1px solid #fff;margin-top:0}.itemSlider-Control{display:none}.itemSlider-Control img{max-width:100%}#modalSlider{z-index:9999999999}#modalSlider .itemSlider-Thumb{max-width:100%}#modalSlider .itemSlider-Thumb>ul{width:1000px;max-height:82px}#modalSlider .itemSlider-Thumb>ul li{max-width:148px}.itemSlider-Control .controlBtn{margin-top:-45px;position:absolute;top:50%}.itemSlider-Control .controlBtn.prevBtn{left:0}.itemSlider-Control .controlBtn.nextBtn{right:0}#modalSlider .itemSlider-Preview:hover .itemSlider-Control{display:block}.spacetime-item-white-sec{border-top:2px solid #f2f5f6;width:100%;padding-top:25px;padding-bottom:25px}.about-item-seller{text-align:left;margin-top:10px;padding-bottom:20px;border-bottom:1px solid #b3b3b3}.seller-item-info-left{display:table-cell;vertical-align:middle;min-width:80px;text-align:center;width:80px}.seller-item-info-right{display:table-cell;vertical-align:middle;color:#999;margin-left:15px;padding-left:15px}.contact-seller-btn-sec{margin-left:95px}.seller-name-green,.seller-name-green a{font-size:20px;color:var(--user-color);margin-bottom:10px;font-weight:bold}.seller-img-round{width:77px;max-width:100%;border-radius:50%}.contact-grey-button{background:#999;color:#fff;padding-top:9px;height:40px;width:165px;max-width:95%;text-align:center;display:block;margin-top:10px;border:1px solid #999;border-radius:4px}.contact-grey-button:hover{background:var(--user-color);color:#fff}.about-item-seller .contact-grey-button{margin-top:20px}.about-service-provider{padding-bottom:10px;padding-top:10px}.about-service-provider h3{font-size:16px;color:#999}.about-service-provider .flex-wrapper{display:flex}.about-service-detail{width:calc(100% - 150px);display:table-cell;vertical-align:middle;color:#4d4d4d;font-size:14px;font-weight:300}.service-provider-img{display:table-cell;vertical-align:middle;width:150px;text-align:center}.service-provider-img img{width:75px;border-radius:50%}.sticky-btnarea{display:none;margin:auto;text-align:center}.sticky-btnarea .btn-grey{width:100%;border-radius:5px;padding:10px 20px;height:40px;background-color:#494949;color:#fff;text-align:center;max-width:300px}.sticky-flex{display:flex;align-items:center;justify-content:center;width:100%;text-align:center}.sticky-flex .item-title-flex{width:auto}#modalMobiBuyNow{z-index:999999}#modalMobiBuyNow .modal-content{border-radius:0;width:100%;max-width:100%;box-shadow:none;border:none}#modalMobiBuyNow .modal-dialog{margin:0;padding-top:0;padding-bottom:0}#modalMobiBuyNow .modal-header{background-color:#f0f0f0;color:#494949}#modalMobiBuyNow .item-detail-daterow label,#modalMobiBuyNow .item-detail-datenhrsrow label{display:block;color:#7b7b7b;font-weight:600}#modalMobiBuyNow .item-detail-datenhrsrow .item-detail-datenhrs{width:100px}#modalMobiBuyNow .item-detail-datesec{margin-bottom:0;padding-bottom:25px}#modalMobiBuyNow .modal-body{padding:0}#modalMobiBuyNow .section-dayhourly{padding:25px 25px 0}#modalMobiBuyNow .modal-section h4{padding:25px;font-size:14px;font-weight:600;color:#999;padding-top:0}#modalMobiBuyNow .addon-list li{padding-left:25px;padding-right:25px;border-top:2px solid #e6e6e6;padding-top:20px;padding-bottom:20px;color:#474747;font-weight:300}#modalMobiBuyNow ul.addon-list span{float:right;font-weight:300}#modalMobiBuyNow ul.addon-list label{font-weight:300}#modalMobiBuyNow ul.addon-list input[type="checkbox"]{margin-right:15px}#modalMobiBuyNow .section-delmethod{padding-left:25px;padding-right:25px;padding-bottom:20px}#modalMobiBuyNow .section-delmethod>h4{padding-left:0}#modalMobiBuyNow .section-delmethod h5{margin-bottom:10px}#modalMobiBuyNow .section-delmethod li input[type="checkbox"]{display:none}#modalMobiBuyNow .section-delmethod li label{border:1px solid #b3b3b3;border-radius:5px;display:block;color:#b3b3b3;font-weight:normal;height:auto;float:left;padding-bottom:5px}#modalMobiBuyNow .section-total{padding-left:25px;padding-right:25px}#modalMobiBuyNow .total-row{font-size:20px;color:#000;font-weight:600;margin-bottom:20px;margin-top:20px;border-top:1px solid #b3b3b3}#modalMobiBuyNow .total-row.subtotal-row{border-bottom:1px solid #b3b3b3;border-top:0;padding-bottom:5px;margin-top:0}#modalMobiBuyNow .total-row>span{float:right}#modalMobiBuyNow .total-row>span.mbl_adon_subtotal{color:var(--user-color)}#modalMobiBuyNow .item-detail-daterow{margin-top:0}#modalMobiBuyNow .item-detail-datesec{margin-top:0}#modalMobiBuyNow .section-total .btn-grey{display:block;padding:15px 20px;width:100%;min-width:130px;text-align:center;color:#fff;background-color:#494949}.item-review-section{border-top:2px solid #f2f5f6;width:100%;margin-bottom:100px}.review-title{font-size:22px;margin-top:20px;margin-bottom:10px;font-weight:300;color:#000}.review-item-star img{display:inline-block;margin-right:4px;width:17px;height:17px;vertical-align:middle}.review--voted-number{font-size:18px;font-weight:700;color:#000;vertical-align:middle}.review-voted-percent{font-size:16px;font-weight:300;color:#999;margin-top:10px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #c8c8c8}.item-review-l{float:left}.item-review-r{float:right}#toggle-rating{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/minimize_summary.svg');width:30px;height:30px;display:inline-block;background-repeat:no-repeat;background-position:center center;transform:rotate(180deg)}#toggle-rating.active{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/minimize_summary.svg')}.rating-summary{margin-bottom:30px}.rating-summary>h6{color:#000;font-size:16px;font-weight:600;margin-bottom:10px}.rating-summary table tr>td{color:#999;font-size:14px}.rating-summary table tr>td:last-child{text-align:right}.rating-summary table tr>td>img{margin:5px 3px}.rating-summary table tr>td>img:first-child{margin-left:0}.rating-summary table tr.text-black>td{color:#000}.review-box{background-color:#fff;padding:25px 25px 35px;color:#999;font-size:14px}.list-review>ul>li{margin-bottom:20px;border-bottom:1px solid #c8c8c8}.list-review>ul>li:last-child{border-bottom:none}.list-review ul ul .review-box{padding-left:80px}.user-avtar img{width:40px;height:40px;border-radius:50px}.user-avtar,.review-detail{display:table-cell;vertical-align:top}.review-detail{padding-left:15px}.review-detail .review-head{display:table;width:100%}.review-detail .review-head h6{color:#4d4d4d;font-size:16px;display:table-cell}.review-detail .review-head .item-rating{display:table-cell}.review-detail .review-head .item-rating img{margin:0 2px}.review-detail .review-head p{font-size:14px;font-weight:300;color:#999;display:table-row}.review-detail .review-body{margin-top:15px;font-weight:300;color:#4d4d4d;font-size:14px}.modal-body .review-detail .review-body{height:60px;position:relative;overflow:hidden}.modal-body .review-detail .review-body .review-body-inner{padding-right:10px}.review-detail .review-body .review-reply{display:block;padding-top:15px;color:var(--user-color);font-weight:400}.review-box .reply-from{display:block;padding-bottom:15px;color:#000;font-weight:400}.item-review-wrap .review-voted-percent{border-bottom:none;margin-bottom:0}.item-review-wrap{border-bottom:1px solid #c8c8c8;margin-bottom:20px}#replyModal .modal-header,#replyModal .modal-footer{border:none}#replyModal .modal-header,#replyModal .modal-body{padding-left:25px;padding-right:25px}#replyModal .modal-content{box-shadow:none;border-radius:0}#replyModal .modal-title{font-size:14px;color:#000}#replyModal .review-box{box-shadow:none;padding-left:0;padding-right:0;padding-top:0}#replyModal .comment-area .form-control{border-radius:0;box-shadow:none;color:#999;font-weight:600;border-color:#c8c8c8}#replyModal .modal-footer{text-align:center}#replyModal .modal-footer .btn{width:240px;height:40px;background-color:var(--user-color);color:#fff;border-radius:20px;text-align:center}.item-detail-datenhrsrow{margin-bottom:10px}.item-detail-datenhrsrow label{min-width:105px}.item-detail-daterow label,.item-detail-datenhrsrow label{color:#999;font-weight:normal;margin-right:5px}.item-detail-daterow .itm-dtls-datecon{width:120px;padding-left:10px;padding-right:10px;text-align:center;border:2px solid #e6e6e6;border-radius:3px;color:#999;padding-top:5px;padding-bottom:5px;background:transparent}.item-detail-daterow span{color:#4d4d4d;display:inline-block;margin-left:10px;margin-right:10px}.item-detail-daterow{margin-top:10px;margin-bottom:10px;position:relative}.item-detail-datenhrsrow .item-detail-datenhrs{width:48px;text-align:center;border:2px solid #e6e6e6;border-radius:3px;color:#999;padding-top:5px;padding-bottom:5px}.item-detail-datesec{text-align:left;margin-top:20px;margin-bottom:30px}#frm-day-hourly.loading{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/loading_spinner.gif);background-position:center center;background-repeat:no-repeat}.timepicker-hourly{width:120px !important;z-index:9999999 !important}.cmn-icon-dropdownarrow{width:30px;height:30px;display:inline-block;background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/minimize_summary.svg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.cmn-icon-dropdownarrow-gray{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}.select-addon-title .col-sm-2{text-align:right}.itm-dtls-adon-srvlst{display:block;padding-bottom:5px;margin-bottom:10px}.itm-dtls-adon-btmleft{width:49.5%;display:inline-block;text-align:center}.itm-dtls-adon-btmright{width:49.5%;display:inline-block;text-align:center}.item-price-box .itm-dtls-adon-btmright{width:calc(50% - 25px);margin-right:5px}.item-price-box .itm-dtls-adon-btmleft{width:calc(50% - 25px)}.item-price-box .itm-dtls-adon-button{width:100%;max-width:100%}.itm-dtls-adon-button{background:#494949;color:#fff;padding-top:9px;height:40px;width:270px;max-width:95%;text-align:center;display:inline-block;border:1px solid #999;border-radius:4px}.itm-dtls-adon-button:hover,.itm-dtls-adon-button:focus{background-color:var(--user-color);color:#fff;border:1px solid var(--user-color)}.itm-dtls-adon-btmtotal{text-align:left;margin-bottom:10px;margin-top:15px;padding-top:10px;border-top:1px solid #b3b3b3}.itm-dtls-adon-totalval{text-align:right}.itm-dtls-adon-btmtotal span{color:#999}.itm-dtls-adon-totalval{color:var(--user-color);font-size:18px;float:right}.itm-dtls-adon-btmsec{margin-top:10px;border-bottom:1px solid #b3b3b3;padding-bottom:15px}.addon-services{padding-bottom:0}.itmdtls-clndrsec-title{font-size:16px;color:#4d4d4d;text-align:left;margin-bottom:15px;margin-top:15px}.itm-dtls-book-button{background:#999;color:#fff;padding-top:10px;height:30px;width:100px;max-width:95%;text-align:center;display:inline-block;border:1px solid #999;border-radius:4px}.itm-dtls-book-button{background:#999;color:#fff;padding-top:6px;height:33px;width:100px;max-width:95%;text-align:center;display:inline-block;border:1px solid #999;border-radius:4px}.itm-dtls-book-button:hover,.itm-dtls-book-button:focus{background-color:var(--user-color);color:#fff;border:1px solid var(--user-color)}.modal-overlay{z-index:9999}.item-details.modal-open .header>.container>.row{z-index:999}#booknowModal.modal,#ChangeDelivery.modal{top:100px}.bookmdl-top-img{width:135px;height:86px;float:left;margin-right:15px;background-color:#e6e6e6}.bookmdl-top-desc h2{font-size:22px;color:#4d4d4d;margin-bottom:5px}.bookmdl-avtar img{width:34px;border-radius:30px;margin-right:10px}.bookmdl-avtar span{color:#b3b3b3}.bookmdl-top-sec{padding-bottom:10px;border-bottom:1px solid #e6e6e6;margin-bottom:10px}.bookmdl-top-rating{margin-bottom:5px}.bookmdl-midl-ttl{color:#4d4d4d}.bookmdl-dlvr-method{margin-top:10px}.bookmdl-dlvr-method .addon-checkbox-text{color:#b3b3b3}.bookmdl-pick-addrs{margin-top:10px}.bookmdl-pick-addrs textarea{width:100%;padding:6px;margin-top:7px;color:#b3b3b3}.itm-dtls-calendararea .fc-day-grid-event .fc-time{display:none}.itm-dtls-calendararea h2{font-size:18px}.itm-dtls-calendarsec{padding-bottom:30px}.item-price-box{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;max-width:100%}.item-price-box .itm-dtls-adon-button{width:250px}.fc .fc-daygrid-day.fc-day-today{background:transparent}.calendar-fixed-top{position:fixed;top:0;background-color:#fff;width:574px;z-index:999}.itm-dtls-calendararea .fc-toolbar .fc-right{width:100%;float:none;margin-top:-36px}.itm-dtls-calendararea .fc-toolbar .fc-right h2{float:none;margin-bottom:15px}.itm-dtls-calendararea .fc-toolbar .fc-center{float:none;margin:0 auto}.itm-dtls-calendararea .fc-toolbar .fc-left{float:none;width:100%}.itm-dtls-calendararea .fc-left .fc-button-group{float:none;margin-bottom:15px;width:100%}.itm-dtls-calendararea .fc-left .fc-button-group .fc-corner-left{float:left}.itm-dtls-calendararea .fc-left .fc-button-group .fc-corner-right{float:right}.itm-dtls-calendararea .fc-left .fc-button-group .fc-corner-right,.itm-dtls-calendararea .fc-left .fc-button-group .fc-corner-left{border-radius:40px;padding:3px}.itm-dtls-calendararea .fc-state-default.fc-corner-left,.itm-dtls-calendararea .fc-state-default.fc-corner-right{border-radius:0;border-radius:0}.itm-dtls-calendararea .fc-state-default{background-color:#fff;box-shadow:none;text-shadow:none;background-image:none;color:#b3b3b3;border-color:#e6e6e6}.itm-dtls-calendararea .fc-state-active,.itm-dtls-calendararea .fc-state-default:focus{box-shadow:none;background-color:#666;border-color:#666;text-shadow:none;color:#fff;outline:none}.itm-dtls-calendararea .fc-left .fc-button-group .fc-corner-left,.itm-dtls-calendararea .fc-left .fc-button-group .fc-corner-right{border:2px solid #e6e6e6}.fc-h-event{background-color:transparent}.event-bg-color,.fc-unthemed .fc-today.event-bg-color{background-color:#999 !important;border:1px solid #999 !important}.fc-timegrid-col .event-bg-color .fc-event-main{color:#fff !important}.event-unavailable-bg-color,.fc .fc-daygrid-day.fc-day-today.event-unavailable-bg-color{background-color:#4d4d4d;border:1px solid #4d4d4d}.event-unavailable-bg-color .fc-daygrid-day-events{color:#fff}.event-dis-bg-color a.fc-daygrid-event,.fc-timegrid-col .event-dis-bg-color,.fc-unthemed .fc-today.event-dis-bg-color{background-color:#999;border:1px solid #999;color:#fff}.fc-timegrid-col .event-dis-bg-color .fc-event-main{color:#4a4a4a !important}.fc-event-container .event-act .fc-title{display:block;text-align:center}#section-mobicalender{display:none}.item-details .fancy-checkbox input[type="checkbox"]+label{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon_cmn_chk_back.jpg)}.item-details .fancy-checkbox input[type="checkbox"]:checked+label{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon_cmn_chked_back.jpg)}.item-details .fancy-checkbox>label{padding-left:32px;background-size:22px;padding-top:5px;width:150px !important;display:inline-block !important}#modalMobiBuyNow ul.addon-list span{margin-top:6px}.itm-dtls-calendararea .fc-agendaDay-view .fc-time span{color:#333;font-weight:bold}.itm-dtls-calendararea .fc-agendaWeek-view .fc-time span{color:#333;font-weight:bold}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover,.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{color:#d8d8d8 !important}.item-detail-content .fc-more-cell .fc-more{padding-top:0}.fc-more-cell .fc-more{display:block;text-align:center;color:#fff;padding-top:8px}.fc-time-grid-event .fc-time{display:none !important}.fc-event-container .event-act .fc-title{font-weight:bold;padding-top:3px;font-size:12px}.fc-ltr .fc-time-grid .fc-event-container{margin:0}.fc-event-container .event-avail{color:#000;text-align:center;font-weight:bold}.fc-event-container .event-dis{color:#333;text-align:center;font-weight:bold}.fc-event.event-dis:hover{color:#333}.storefront-top-sec{padding-top:30px;background:#fff}.storefron-top-left{width:70%;display:table-cell;padding-right:25px}.storefron-top-right{display:table-cell;text-align:right;vertical-align:middle;width:30%;padding-bottom:20px}.store-merchant-profile-img{display:table-cell;padding-right:25px;width:130px}.store-merchant-profile-img img{width:93px;height:93px;max-width:100%;border-radius:50%}.store-merchant-info{display:table-cell;text-align:left;vertical-align:middle}.store-merchant-info h4{color:var(--user-color);margin-bottom:10px;font-size:22px;font-weight:300}.store-merchant-info p{color:#999;font-size:14px;font-weight:300;line-height:26px}.store-location-box{width:350px;padding:15px;text-align:left}.store-location-box p{font-size:14px;color:#000;padding-bottom:5px;padding-top:5px}.store-location-box span{font-size:14px;color:#999;margin-left:5px}.store-location-box{width:400px;border:1px solid #000;padding:15px;text-align:left}.storefront-top-action{font-size:14px;color:#4d4d4d}.storefront-top-action .item-filter ul>li,.storefront-top-action .item-link>li{display:inline-block;vertical-align:middle}.storefront-top-action .item-link>li>a{display:block;border-bottom:4px solid #e6e6e6;padding-bottom:19px;padding-top:20px;color:#808080}.storefront-top-action .item-link>li:last-child>a{margin-left:-4px;padding-left:25px;padding-right:15px}.storefront-top-action .item-link>li>a>span{color:#808080}.storefront-top-action .item-link>li.active>a{border-bottom:4px solid var(--user-color);color:#1a1a1a}.storefront-top-action .item-link>li.active>a>span{color:#1a1a1a}.storefront-top-action .search-group{position:relative}.storefront-top-action .search-group .btn-search{border:none;background-color:transparent;position:absolute;right:0;top:0;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/searchstore.svg');background-position:center center;background-repeat:no-repeat;width:60px;height:100%}.storefront-top-action .item-filter select{border:1px solid #ccc;height:38px;width:144px;-webkit-appearance:none;-moz-appearance:none;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon-arrowdown.png');background-repeat:no-repeat;background-position:96% center;font-size:14px;color:#808080;padding:5px 2px 5px 10px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);border-radius:4px}.storefront-top-action .search-group .form-control{font-size:14px;color:#808080;font-weight:300;width:300px;height:38px;padding:10px 45px 10px 20px;border:1px solid #ccc}.storefront-top-action .item-filter{padding:13px 0;margin-right:30px}.storefront-top-action .item-filter label{font-weight:300;font-size:14px;color:#808080}.storefront-top-action .item-filter ul>li{padding:0 10px}.storefront-top-action .item-filter ul>li:last-child{padding-right:0;border-right:none}.storefront-top-action .item-filter ul>li:first-child{padding-left:0}.item-wishlist-details .storefront-top-action .item-filter ul>li:first-child{float:right;padding-left:20px;padding-right:0}.item-list-section.storefront-items{border-top:1px solid #c8c8c8;padding:5px 0 40px 0}.item-list-section.storefront-items .item-box{margin-bottom:0;min-height:inherit}.item-list-section.storefront-items .item-box>.item-box-inner{margin-bottom:30px}.tableWrapper{display:table;width:100%}.storefront-items .btn-area .btn-red{width:376px;font-size:20px;height:48px;padding:10px}.store-rating{margin-bottom:10px}.storefront-top-sec .item-link>li{margin-right:40px}.storefront-top-sec .item-link>li:last-child{margin-right:0}.cart-item-row{background:#fff;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #c8c8c8;border-right:1px solid #c8c8c8;width:100%;display:table;font-size:14px;margin-bottom:10px}.storefront-review .cart-item-img{width:100%;padding:0}.storefront-review .cart-item-box-left{display:inline-block;padding:0 20px;width:23%}.storefront-review .cart-item-box-left img{width:100%;display:inline-block;vertical-align:middle;max-width:240px}.storefront-review .cart-item-box-desc{display:inline-block;width:76%;vertical-align:top;border-right:none}.storefront-review .cart-item-box-desc h3,.storefront-review .cart-item-box-desc h3 a{font-size:16px;color:#000;font-weight:700;padding:10px 0 0;line-height:25px}.storefront-review .cart-publish-merchant{font-size:14px;font-weight:700}.storefront-review .store-rating{margin-bottom:10px;float:right}.storefront-review .storefront-desc{border-top:1px solid #d2d2d2;margin-top:12px;padding-top:7px}.storefront-review .cart-item-desc{padding-top:0;padding-bottom:0;color:#999;font-size:14px;max-width:70%;padding-left:50px}.storefront-review .cart-item-box-desc .cart-top-sec-left{margin-bottom:0;display:inline-block;vertical-align:middle;width:80%}.cart-item-box-desc .cart-top-sec-right{margin-bottom:0;display:inline-block;vertical-align:middle;width:19%}.storefront-review .cart-item-box-desc .cart-top-sec-left img{margin-right:10px}.storefront-review .rated-text{font-size:14px;color:#000;margin-top:35px;font-weight:700}.storefront-review .rated-icon{width:25px;height:25px}.storefront-review .rated-icon-text{font-size:14px;color:#b3b3b3;line-height:22px;margin:0 30px 0 10px}.storefront-review .rated-icon-text:hover{cursor:pointer;color:var(--user-color)}.storefront-review .rated-container{float:left;margin-top:15px}.storefront-review .rated-container>.left:nth-child(1){border-right:1px solid #b3b3b3;margin-right:31px}.storefront-review .storefront-date{float:right;color:#b3b3b3;margin-top:15px}#items-list .item-box-bottom .item-img-item-owner{width:50px;height:50px;border-radius:50%;float:right}#items-list .item-box-bottom .item-img-item-owner img{width:50px;max-width:100%;border-radius:50%}.content-top-bar{padding:15px 0}.content-top-bar .title{color:#4d4d4d;font-size:25px;font-weight:300}.inbox-search-container{position:relative;float:left}.content-top-bar .inbox-search-container .btn-find{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/search_main.svg);background-repeat:no-repeat;background-position:center center;border:none;height:30px;width:30px;background-color:transparent;top:50%;position:absolute;right:0;margin-top:-15px;outline:none;cursor:pointer}.inbox-cell.inbox-meta>span,.inbox-cell.inbox-meta img{display:inline-block;vertical-align:middle;color:#4d4d4d;font-size:15px}.inbox-cell.inbox-meta>span>span{font-size:14px;color:#999}.inbox-cell.inbox-meta .message-placeholder{margin-left:30px}.inbox-cell.inbox-meta .user-avtar{border-radius:100px;max-width:62px;max-height:62px;margin:0 30px}.row-inbox{border-top:1px solid #ccc;padding-top:12px;padding-bottom:14px}.row-inbox.new-message{background-color:#f2faf0}.row-table{display:table;width:100%;cursor:pointer}.row-table .inbox-cell{display:table-cell;vertical-align:middle}.row-table .inbox-cell.inbox-meta{width:450px}.row-inbox.new-message .inbox-descrption>h5{font-size:14px;font-weight:600;color:#434343;margin-bottom:5px}.row-inbox .inbox-descrption>h5{margin-bottom:5px;color:#434343}.row-inbox.new-message .inbox-descrption>p{font-size:14px;color:#999}.row-inbox .inbox-descrption>p{font-size:14px;color:#999}.row-inbox .inbox-descrption{padding-left:30px;padding-right:30px}.row-inbox .inbox-action{text-align:center;width:250px}.row-inbox .inbox-action>h5{margin-bottom:10px}.inbox-btn{font-size:12px;width:150px;display:block;margin:auto;text-align:center;padding:7px 10px;color:#fff;border:none;border-radius:5px}.inbox-btn.btn-pre-approve{background-color:var(--user-color)}.inbox-btn.btn-approve{background-color:#3b8293}.inbox-btn.btn-enquiry{background-color:#707f82}.inbox-btn.btn-declined{background-color:#723d4c}.inbox-descrption-txt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:85%}#page-buy-chat.container-fluid{padding-left:0;padding-right:0}.chat-navigation .user-avtar{display:inline-block;max-width:77px;max-height:77px;border-radius:100px;vertical-align:middle;margin-right:30px}.chat-navigation>span{color:var(--user-color);font-size:22px;font-weight:300}.view-chat-left{padding-left:0;padding-right:0}.top-nav-close{float:right}.membership-row{border-bottom:1px solid #b3b3b3;border-top:1px solid #b3b3b3;font-size:14px;color:#999;padding-top:10px;padding-bottom:10px;margin-top:15px;margin-bottom:15px}.icon.icon-marker{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon-marker.png)}.view-chat .description .btn-grey{background-color:#999;width:150px;color:#fff;padding:9px 25px}.view-chat-left .section-chat{border-bottom:3px solid #f2f5f6;padding-top:30px;padding-bottom:30px;padding-left:35px;padding-right:35px}.section-chat.chat-pricing{font-size:14px;color:#999}.section-chat.chat-pricing p{margin-bottom:5px}.section-chat.chat-pricing p span.value{color:#4d4d4d}.section-chat.chat-pricing b{font-size:14px}.view-chat-right{border-left:3px solid #f2f5f6}.view-chat-ind{padding:30px 40px;border-radius:10px;width:80%;font-size:14px;position:relative;margin-bottom:20px}.chat-ind-self{float:right;margin-right:5%;background:#dbf4d4}.chat-ind-other{float:left;margin-left:5%;background-color:#fff}.chat-ind-other:after,.chat-ind-other:before{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.chat-ind-other:after{border-color:rgba(136,183,213,0);border-right-color:#fff;border-width:25px;margin-top:-25px}.chat-ind-self:after,.chat-ind-self:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.chat-ind-self:after{border-color:rgba(136,183,213,0);border-left-color:#dbf4d4;border-width:25px;margin-top:-25px}.view-chat-ind p{color:#4d4d4d;margin-bottom:15px}.view-chat-ind span{color:#808080}.view-chat-edit-sec{position:absolute;bottom:0;width:100%;left:0;padding-left:15px;padding-right:15px;border-top:2px solid #b3b3b3;padding-top:5px;background:#fff}.disable-chat{background:transparent;color:#999;padding-left:35px}.disable-chat .btn-chat-send{background:#c2c2c2 !important}.view-chat-edit-sec textarea{width:100%;height:100px;border:none;font-size:17px;padding:10px}.view-chat-sec{position:relative;height:1500px;margin-left:-15px;margin-right:-15px}.btn-chat-send{background-color:var(--user-color);color:#fff;padding:10px 26px;width:150px;display:inline-block;text-align:center;margin-top:12px;margin-bottom:15px;border-radius:5px}.btn-chat-send:hover,.btn-chat-send:focus{color:#fff}.view-chat-listsec{width:100%;position:absolute;overflow:hidden}.mobi-nav-back-img{display:none}#page-buy-chat-offer{padding-left:0;padding-right:0}.chat-offer-navigation .top-nav-close{float:none;display:inline-block;vertical-align:middle}.chat-offer-navigation .user-avtar{display:inline-block;margin-left:30px;margin-right:30px;border-radius:90px;height:60px;vertical-align:middle}.chat-offer-navigation span{color:var(--user-color);font-size:18px;vertical-align:middle}.chat-offer-section{border-bottom:3px solid #f2f5f6;padding-top:8px;padding-bottom:8px;padding-left:35px}.chat-offer-map{width:100%;margin-bottom:30px}.chat-offer-map img{max-width:100%}.chat-offer-mapsec h4{font-size:20px;color:#4d4d4d;margin-bottom:10px}.chat-offer-mapsec{margin-bottom:10px}.cmn-map-icon-gray{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/location_icon.svg);background-repeat:no-repeat;background-position:center;height:50px;width:20px;display:inline-block;vertical-align:middle}.chat-offer-mapsec .cmn-map-icon-gray{height:20px;background-position:-5px}.cmn-clr-green{color:var(--user-color) !important}.buy-chat-addon{list-style-type:disc}.buy-chat-addon li{margin-left:20px}.chat-offer-buysec{border-top:1px solid #b3b3b3;margin-top:25px;padding-top:30px;text-align:center}.cht-offer-declinebtn,.cht-offer-declinebtn:hover,.cht-offer-declinebtn:focus{background-color:#999;color:#fff;padding:10px 26px;border-radius:5px;width:200px;max-width:95%;display:inline-block;margin-left:10px;margin-right:10px;margin-bottom:10px}.cht-offer-buybtn,.cht-offer-buybtn:hover,.cht-offer-buybtn:focus{background-color:var(--user-color);color:#fff;padding:10px 26px;border-radius:5px;width:200px;max-width:95%;display:inline-block;margin-left:10px;margin-right:10px;cursor:pointer}.cht-offer-view-order,.cht-offer-view-order:hover,.cht-offer-view-order:focus{background-color:#4d4d4d;color:#fff;padding:10px 26px;border-radius:5px;width:200px;max-width:95%;display:inline-block;margin-left:10px;margin-right:10px;margin-bottom:10px;margin-top:10px}.section-chat.chat-pricing .chat-offer-buysec p{margin-bottom:25px}.chat-ind-offer-sec p{margin-bottom:8px;color:#999}.chat-ind-offer-dtls{margin-top:12px;padding-top:20px;border-top:1px solid #b3b3b3}.chat-ind-offer-dtls p{margin-bottom:12px}.chat-ind-offer-dtls b{color:#999;margin-bottom:12px;display:inline-block}.view-chat{margin:auto;max-width:1350px;background:#f0f0f0}.view-chat-left{border-right:3px solid #f2f5f6;background:#fff}.view-chat-left-inner{max-width:600px;margin:auto}.view-chat-sec{height:92%;position:fixed;width:58.5%;z-index:0;background-color:#f0f0f0;max-width:780px;right:15px}#page-buy-chat-offer .view-chat-listsec{height:90%;max-height:100%;-webkit-overflow-scrolling:touch;overflow-x:hidden}.section-delmethod-pickupsec li label{padding:15px}.view-chat-edit-sec>div.padded-container>div,.view-chat-edit-sec>div{width:180px;display:inline-block}.view-chat-edit-sec>div.padded-container{padding:0 0}.view-chat-edit-sec textarea{width:calc(100% - 200px);height:80px;font-size:14px;float:left;margin-bottom:5px}.sticky-mobile-top-sec{position:fixed;top:60px;padding-top:15px;padding-bottom:10px;width:100%;background:#fff;margin:auto;display:none;z-index:2}.chat-offer-buypurbtnsec{display:none;border-top:none;margin-top:5px;padding-top:10px;margin-bottom:15px}.seller-offer-right-sec{width:100%;padding-left:10px;padding-right:10px;padding-bottom:50px;min-height:1471px}.special-offer-txt-green{font-size:18px;color:var(--user-color);padding-top:30px;padding-bottom:30px}.select-date-time-txt{font-size:14px;color:#808080;margin-bottom:17px}.seller-offer-right{background-color:#fff}.seller-offer-right-sec .itmuplodpg-schperiod-edit-cell1{color:#4d4d4d}.seller-offer-right-sec .cal-edit-line{color:#999;font-size:14px}.seller-offer-right-sec .itmuplodpg-schperiod-edit-row input[type="text"]{border-radius:4px}.seller-offer-right-sec .cal-noof-hrs{border:1px solid #ddd;padding:5px;height:32px;border-radius:4px;width:54px;text-align:center}.slrofrpg-service-sec h5{color:#808080}.slrofrpg-service-sec{margin-top:50px}.slrofrpg-service-list{margin-top:15px;margin-bottom:20px}.slrofrpg-service-list .addon-checkbox-sec label{border-radius:4px;padding-left:0;padding-right:10px}.slrofrpg-service-list .addon-checkbox-sec label{line-height:38px;border:1px solid #c8c8c8}.slrofrpg-checkbox-text,.slrofrpg-checkbox-price{color:#b3b3b3;font-size:14px}.slrofrpg-checkbox-text{float:left}.slrofrpg-checkbox-price{float:right}.slrofrpg-checkbox-ricon{background-color:#e4f0ec;float:left;width:45px;border-right:1px solid #c8c8c8;margin-right:10px}.slrofrpg-service-list .addon-checkbox-sec input:checked+label .slrofrpg-checkbox-text,.slrofrpg-service-list input:checked+label .slrofrpg-checkbox-price{color:#fff}.slrofrpg-service-list .addon-checkbox-sec input:checked+label .slrofrpg-checkbox-ricon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_selected.svg);background-repeat:no-repeat;background-size:43px}.slrofrpg-service-sec h5 span{color:#b3b3b3}.seller-chat-page .slrofrpg-service-btn{margin-top:10px;border-top:1px solid #999;padding-top:25px}.slrofrpg-service-total{padding-top:15px;font-size:18px;color:#c8c8c8;padding-bottom:18px}.slrofrpg-service-total span{margin-right:3px}.slrofrpg-service-total input{border:1px solid #c8c8c8;border-radius:2px;padding:5px 10px;font-size:18px;color:#c8c8c8}.slrofrpg-service-btmtxt{color:#999;margin-bottom:50px}.slrofrpg-srvcs-backbtn,.slrofrpg-srvcs-backbtn:hover,.slrofrpg-srvcs-backbtn:focus{display:inline-block;background-color:#b3b3b3;color:#f0f0f0;padding:10px 17px;width:150px;text-align:center;border-radius:3px}.slrofrpg-srvcs-offerbtn,.slrofrpg-srvcs-offerbtn:hover,.slrofrpg-srvcs-offerbtn:focus{background-color:var(--user-color);color:#fff;padding:10px 26px;border-radius:3px;width:200px;max-width:95%;display:inline-block;margin-left:10px;margin-right:10px;text-align:center}.view-chat-btndtls,.view-chat-btndtls:hover,.view-chat-btndtls:focus{background-color:#4d4d4d;color:#fff;padding:8px 15px;border-radius:3px;display:inline-block;margin-bottom:10px}p.viewdtls-lbl-chat{margin-bottom:0}.seller-offer-right-sec .itmuplodpg-schperiod-edit-cell1{width:125px;vertical-align:middle}.purchasehist-titlearea h3{color:#4d4d4d;float:left;font-size:25px;margin-right:85px;padding-bottom:25px;padding-top:25px}.purchasehist-title-tab{float:left;width:250px}.orderhistory-page .purchasehist-title-tab{width:auto}.purchase-hist-filter .search-group{position:relative}.purchase-hist-filter{float:right;padding-top:23px}.purchase-hist-filter .search-group .form-control{border:1px solid #ccc;color:#808080;font-size:14px;font-weight:300;height:38px;padding:10px 45px 10px 20px;width:300px}.purchase-hist-filter .search-group .btn-search{background-color:transparent;background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/searchstore.svg);background-position:center center;background-repeat:no-repeat;border:none;height:100%;position:absolute;right:0;top:0;width:60px}.purchasehist-title-tab ul li{display:inline-block;vertical-align:middle}.purchasehist-title-tab ul li a{border-bottom:4px solid #fff;color:#808080;display:inline-block;font-size:14px;padding-bottom:25px;padding-left:15px;padding-right:15px;padding-top:27px}.purchasehist-title-tab ul li.active a{border-bottom:4px solid var(--user-color);color:var(--user-color)}.purchasehist-titlearea{margin-left:-15px;margin-right:-15px}.purchase-hist-tbl-row{display:inline-block;width:100%}.purhist-invoice-col{display:inline-block;padding-bottom:15px;width:100%;padding-top:10px}.purhist-img-col{display:inline-block;vertical-align:top;width:245px}.purhist-desc-col{color:#999;display:inline-block;line-height:20px;padding-left:23px;vertical-align:top;width:calc(100% - 445px);padding-top:10px}.purhist-status-col{color:#999;display:inline-block;text-align:center;vertical-align:top;width:180px;margin-top:-45px}.purhist-invoice-col h5,.purhist-status-col h5{color:#999}.purhist-invoice-sec,.purhist-servicdate-sec{display:inline-block;margin-right:50px;font-size:14px;color:#4d4d4d}.purhist-img-col img{width:100%}.purhist-desc-col h5{color:#4d4d4d;font-size:16px;margin-bottom:10px}.purhist-status-col h6{font-size:14px;font-weight:normal;margin-bottom:40px;margin-top:5px}.purhist-btn-vieworder,.purhist-btn-vieworder:hover,.purhist-btn-vieworder:focus{background-color:#4d4d4d;border-radius:5px;font-size:12px;font-weight:normal;color:#fff;display:inline-block;padding:10px 20px;text-align:center;width:160px}.purhist-btn-message,.purhist-btn-message:hover,.purhist-btn-message:focus{background-color:#fff;font-size:12px;font-weight:normal;border:1px solid var(--user-color);border-radius:5px;color:var(--user-color);display:inline-block;padding:10px 20px;text-align:center;width:160px}.purhist-status-btnsec{margin-bottom:10px}.pur-status-pending{color:#d78f00}.purchase-price{color:#000;font-size:14px;font-weight:700}.purchase-seller-info img{max-width:50px;border-radius:50%;margin-right:10px;margin-top:5px}.purchase-hist-titlesec{border-bottom:3px solid #f5f7f8}.purchase-hist-tbl-row{border-bottom:2px solid #d7d7d7;display:inline-block;padding-bottom:20px;padding-top:20px;width:100%}.purchase-hist-tbl-inner{margin-left:-15px;margin-right:-15px}.purchase-hist-tbl-row:hover{background-color:#f4f4f4}.pur-status-pickup{color:#00669c}.pur-status-completed{color:var(--user-color)}.purhist-btn-feedbk,.purhist-btn-feedbk:hover,.purhist-btn-feedbk:focus{background-color:#999;border-radius:5px;color:#fff;display:inline-block;padding:10px 20px;text-align:center;width:170px}.purhist-feedback-col{margin-top:10px;padding-left:15px;text-align:left}.purhist-status-btnsec .leave-feedback-txt{font-size:14px;color:#4d4d4d}.purhist-status-btnsec .leave-feedback-txt img{margin-right:10px}.left-msg-icon{width:30px;border-radius:50%}.ordr-dtls-item-iteminfo{display:table-cell}.ordr-dtls-item-iteminfo .item-img{display:table-cell;word-wrap:break-word}.ordr-dtls-item-iteminfo .item-info-text{display:table-cell;vertical-align:middle;word-wrap:break-word}.order-item-feedback-popup #stars .glyphicon{font-size:20px;padding:0 3px}.order-item-feedback-popup #stars .glyphicon.glyphicon-star-empty{color:#c8c8c8}.order-item-feedback-popup textarea{height:150px;padding:5px 10px;width:100%}.order-item-feedback-popup #stars .glyphicon.glyphicon-star{color:var(--user-color)}.order-item-feedback-popup .starrr{display:inline-block;margin-bottom:15px;margin-top:5px}.order-item-feedback-popup .starrr+span{padding-left:10px;vertical-align:4px}.feedback-popup-submitbtn,.feedback-popup-submitbtn:hover,.feedback-popup-submitbtn:focus{background-color:var(--user-color);border-radius:5px;color:#fff;display:inline-block;padding:9px 20px;text-align:center;width:160px}.ordr-dtls-item-itemdesc .item-preview{height:120px;margin-right:30px;max-height:120px;width:auto}.ordr-dtls-top-left{float:left;width:73%}.ordr-dtls-top-btm-left{float:left;width:35%}.ordr-dtls-top-middle{float:left;width:38%}.ordr-dtls-top-right{float:right;width:25%;position:absolute;right:0}.ordr-dtls-orderid,.ordr-dtls-invoiceid{float:left;width:200px;padding-left:15px;min-height:60px}.ordr-dtls-top-section label{color:#999;display:block;font-size:14px;font-weight:normal;margin-bottom:0}.ordr-dtls-top-section{color:#1d1d1b;font-weight:normal;padding:15px 0}.ordr-dtls-buyer-info{padding:0;min-height:196px}.ordr-dtls-buyer-addrline{color:#999;font-size:14px;font-weight:normal}.ordr-dtls-top-title{padding-bottom:20px;padding-top:15px}.ordr-dtls-trans-info{background-color:#edf1ed;min-height:196px;padding:0 15px;float:left;width:100%}.ordr-dtls-trans-line{color:#999;font-size:14px;line-height:25px}.ordr-dtls-trans-line span{display:inline-block;width:50%}.ordr-dtls-trans-line span span{width:auto}.ordr-dtls-prnt-btnarea{text-align:center}.ordr-dtls-prnt-btnarea a i{border-radius:100px;height:38px;margin-right:0;width:38px}.ordr-dtls-prnt-btnarea a i{border:1px solid #ccc}.ordr-dtls-item-price,.ordr-dtls-item-qty{display:inline-block;padding-left:15px;padding-right:15px;text-align:center;vertical-align:middle;width:150px}.ordr-dtls-item-delivery,.ordr-dtls-item-status{display:inline-block;padding-left:15px;padding-right:15px;text-align:center;vertical-align:middle;width:230px}.ordr-dtls-item-itemdesc{display:inline-block;padding-left:15px;padding-right:15px;text-align:left;vertical-align:middle;width:100%;height:125px;overflow:auto}.order-detail-item-sec{border:1px solid #ececec}.ordr-dtls-item-head-sec{padding-bottom:19px;padding-top:20px}.ordr-dtls-item-heading>div{border-right:1px solid #d9d9d9}.ordr-dtls-item-heading>div:last-child{border:none}.purhstdtspg-topbtn{display:inline-block;height:100%;left:-45px;overflow:hidden;position:absolute}.purhstdtspg-topbtn a{background-color:var(--user-color);background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/slide-next.svg);background-position:center;background-repeat:no-repeat;color:#fff;content:"";display:inline-block;height:100%;text-indent:-90px;width:45px}.ordr-dtls-toptit-area .container{position:relative}.ordr-dtls-top-section{padding-bottom:0;padding-top:0}.ordr-dtls-toptit-area{border-bottom:2px solid #edf1ed}.ordr-dtls-orderid{color:var(--user-color)}.ordr-dtls-orderid{border-right:1px solid #d8d8d8;width:134px}.ordr-dtls-invoiceid{color:#4d4d4d;padding-left:20px;width:155px}.ordr-dtls-prnt-btnarea .icon.icon-print{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/print_hov.svg)}.ordr-dtls-prnt-btnarea .icon.icon-print:hover{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/print_btn.svg)}.ordr-dtls-top-area{border-bottom:2px solid #edf1ed}.ordr-dtls-buyer-infoind{color:#4d4d4d;margin-bottom:10px}.ordr-dtls-buyer-info{padding-top:22px}.ordr-dtls-trans-info{padding-left:60px;padding-top:25px}.ordr-dtls-trans-info .ordr-dtls-buyer-infoind>label{margin-bottom:0}.ordr-dtls-trans-info .ordr-dtls-buyer-infoind>span{font-size:21px}.ordr-dtls-trans-info .ordr-dtls-buyer-infoind{margin-bottom:20px}.purhstdtls-status-sec span{color:var(--user-color);display:inline-block;font-size:18px;margin-left:10px}.purhstdtls-status-sec{color:#999;margin-bottom:20px}.purhstdtls-content-sec{padding-top:20px}.purhstdtls-col-sec{color:#999;margin-left:-15px;margin-right:-15px}.purhstdtls-seller-img img{width:100%}.purhstdtls-seller-uimgsec img{border-radius:50px;height:45px;width:45px}.purhstdtls-seller-uimgsec span{color:#b3b3b3;display:inline-block;font-size:17px;margin-left:15px;vertical-align:middle}.purhstdtls-seller-uimgsec{margin-bottom:15px;margin-top:15px;text-align:center}.purhstdtls-seller-cnctsec{font-size:16px;line-height:26px}.purhstdtls-btn-seller,.purhstdtls-btn-seller:hover,.purhstdtls-btn-seller:focus{background-color:#999;border-radius:5px;color:#fff;display:inline-block;font-size:14px;padding:7px 25px;text-align:Center}.purhstdtls-sellercnctbtn-sec{margin-bottom:20px;margin-top:15px;text-align:center}.purhstdtls-seller-cnctsec span{color:#4d4d4d}.purhstdtls-prdcts-sec h3{color:#4d4d4d;font-size:25px;margin-bottom:18px}.purhstdtls-prdcts-sec p{color:#4d4d4d;line-height:26px;margin-bottom:25px}.purhstdtls-custmflds-line label{display:inline-block;margin-right:15px}.purhstdtls-prdcts-drpdown h5{font-weight:bold;margin-bottom:10px}.purhstdtls-prdcts-drpdown{margin-top:10px}.purhstdtls-drpdown-line{line-height:24px}.purhstdtls-prdcts-mapsec{margin-top:25px;padding-bottom:20px}.purhstdtls-prdcts-mapadrs{margin-bottom:10px}.purhstdtls-prdcts-mapadrs .cmn-map-icon-gray{height:25px;margin-right:10px}.purhstdtls-leave-fdckbtn,.purhstdtls-leave-fdckbtn:hover,.purhstdtls-leave-fdckbtn:focus{background-color:#999;border-radius:5px;color:#fff;display:inline-block;font-size:14px;padding:7px 25px;text-align:Center}.purhstdtls-delvry-btnsec{margin-bottom:15px}.purhstdtls-delvry-timesec{font-size:16px;line-height:30px;margin-bottom:30px}.purhstdtls-delvry-timesec span{color:#4d4d4d;display:inline-block;margin-left:5px;margin-right:5px}.purhstdtls-delvry-addonsec ul,.purhstdtls-delvry-method ul{list-style:disc;margin-left:0;padding-left:15px}.purhstdtls-delvry-addonsec ul li,.purhstdtls-delvry-method ul li{margin-bottom:10px;margin-top:10px}.purhstdtls-delvry-addonsec{margin-bottom:33px}.purhstdtls-delvry-method{margin-bottom:33px}.purhstdtls-delvry-subtotal{color:var(--user-color);font-size:18px;margin-bottom:33px}.purhstdtls-delvry-subtotal strong{color:#999;display:inline-block;font-size:14px;margin-right:10px}.purhstdtls-seller-note h5{font-size:16px;margin-bottom:10px}.purhstdtls-seller-note{margin-bottom:100px}.ordr-dtls-backbtn,.ordr-dtls-backbtn:hover,.ordr-dtls-backbtn:focus{background-color:var(--user-color);border-radius:5px;color:#fff;display:inline-block;padding:9px 20px;text-align:center;width:160px}.ordr-dtls-backbtn-sec{display:none;padding-bottom:10px;padding-left:12px}#history-details{font-size:16px;color:#808080}#history-details p{margin-bottom:10px}#history-details .purhstdtls-delvry-addonsec h5{color:#b3b3b3}#history-details .grey-box{margin-bottom:30px;margin-top:30px}#history-details .grey-box span.value{color:#4d4d4d;padding-left:5px;padding-right:5px}.green-title{color:var(--user-color);font-size:18px;margin-bottom:20px}.text-black{color:#000}.no-padd-left{padding-left:0}.grey-box{background-color:#f0f0f0;padding:10px 20px;padding:20px 25px}.purhstdtls-delvry-addonsec .list-unstyled{list-style:none;padding-left:0}.icon.icon-pencil{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/edit.svg);width:35px;height:35px;background-size:100%}.purhstdtls-delvry-addonsec textarea.form-control[disabled]{background-color:#fff}#itm_dtls_calendar .fc-toolbar{border-color:#ddd;border-image:none;border-radius:5px 5px 0 0;border-style:solid solid none;border-width:1px 1px 0;margin-bottom:0;padding:20px 20px 20px}.history-details-left{padding-right:40px}.history-details-right{padding-left:40px}.history-details-right .form-inline{margin-bottom:20px}.history-details-right .form-inline label{font-weight:normal;color:#b3b3b3;padding-right:15px}.history-details-right .form-inline select{border:1px solid #c8c8c8;color:#000;max-width:200px;min-width:200px}.grey-btn-area{background-color:#edefed;padding-top:50px;padding-bottom:50px}.grey-btn-area .btn{background-color:#c7cccc;color:#fff;min-width:200px;text-align:center}.search-bar .form-control{border-radius:0;border:none;box-shadow:none;color:#ccc;font-weight:300;height:60px;padding:10px 30px;font-size:12px;background-color:transparent;font-weight:300}.search-bar .btn-find{right:15px}.category-menu{color:#fff;position:relative;width:80%;float:left}.search-top-area{padding-top:50px;padding-bottom:30px;background:#fff}.search-result-text{font-size:26px;color:#000}.search-result-text span{font-size:26px;color:#999}.item-found-text{padding-top:10px;margin-top:25px;width:184px;font-size:14px;font-weight:300;color:#808080;float:right}.search-filter-section{float:left;width:100%;background:#f2f5f6}.search-filter-section a>span{vertical-align:middle}.search-filter-section .icon-toggle{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/filter-minus.svg');background-repeat:no-repeat;margin-left:10px;height:21px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.search-filter-section .icon-toggle.up{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/filter-plus.svg');background-repeat:no-repeat;margin-left:10px;height:21px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.filter-applied-value{font-size:18px;color:#000;padding:7px 25px;width:100%;margin:0 auto 20px}.filter-row span.small-title{width:100%;color:#999;font-size:14px;float:left;margin-bottom:10px}.filter-applied-value .item-range{width:100%}.filter-applied-value .item-range{width:100%}.filter-applied-value .slider{width:100% !important}.filter-row span{float:left;text-align:left;vertical-align:inherit;font-size:14px;color:#4d4d4d}.filter-row span.range-slider{width:81.7% !important;padding:0 25px}.item-list-section{padding:10px 0;float:left;width:100%;background:#f2f5f6}.item-box{margin-bottom:25px}.item-box-inner{width:100%}.item-box-top img{width:100%;float:left;position:absolute}.item-box-top{overflow:hidden;background:#fff;width:100%;position:relative;padding-bottom:66.67%}.item-box-bottom{box-shadow:0 0 1px #c8c8c8;background:#fff;width:100%;padding:20px 15px;height:125px;border-top:1px solid #c8c8c8;position:relative}.item-box-bottom .item-price{font-size:18px;color:#000;font-weight:700}.item-box-top .item-price{color:#fff;background:rgba(69,69,69,.95);position:absolute;right:0;bottom:0;padding:10px 30px;font-size:14px;letter-spacing:.05em}.item-box-bottom .item-name{font-size:14px;color:#999;padding-top:5px}.item-filter-values{padding-left:15px;background-color:#e1e1e1;color:#000;font-size:14px;line-height:40px;margin-right:10px;display:inline-block;min-height:40px;position:relative;padding-right:40px}.item-filter-values .icon.icon-close{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mobile_close.svg');margin-right:0;height:40px;width:40px;position:absolute;right:0;top:0}.item-sorting-option select{background:#f0f0f0;border:none}.category-navbar{padding-bottom:9px;display:table-cell}.category-menu .breadcrumb{display:table-cell}.page-search .category-navbar{float:left}.page-search .category-menu .breadcrumb{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 150px);float:left;padding:5px}.category-navbar>ul>li{display:inline-block;vertical-align:middle}.category-navbar>ul>li:first-child{padding-left:0;padding-right:10px}.category-navbar .icon.icon-menu{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/category-menu.svg');margin-right:0}.category-navbar #toggle-categorynav{background-color:transparent;border:none;padding:0;font-size:14px;outline:none}.category-menu .breadcrumb{background-color:transparent;margin:0;padding:0;color:#b3b3b3;font-size:14px;padding-left:20px;font-weight:300;letter-spacing:.05em}.category-menu .category-menu-top{width:100%;float:left;padding:9px 15px 0 0}.category-filter{float:left;width:100%}.category-menu .breadcrumb .search-text{color:#4d4d4d;letter-spacing:.05em}.category-menu .breadcrumb a{color:#c8c8c8;font-size:12px;text-decoration:none}.cat-bread-sepeate{font-size:14px}.item-box-bottom .ellipsis{line-height:20px;height:50px}.category-items{display:none;position:fixed;left:-10px;top:auto;z-index:9999;height:auto}.category-menu.affix .category-items{position:fixed}.category-items ul>li>a{font-size:14px;color:#000;padding:15px 25px;border-bottom:1px solid #999;display:block}.category-items ul>li:last-child>a{border-bottom:none}.category-items ul>li:hover{background-color:var(--user-color)}.category-items ul>li.hasSub{position:relative}.category-items ul>li.hasSub>a{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mobile_category1.svg');background-repeat:no-repeat;background-position:92% center}.category-items ul>li.hasSub.active>a{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/arrow-up.png')}.category-items ul>li .submenu{background-color:#eaeaea}.category-items ul>li .submenu li>a{padding-left:40px}.category-items ul{background-color:#fff;width:286px;border:1px solid #999}.submenu{display:none}.item-list-section select[name="item-sort"]{background-position:90%;-webkit-appearance:none;-moz-appearance:none;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/down_arrow.svg');background-repeat:no-repeat;padding-right:30px}.range-slider .slider-track{background-color:#e1e1e1;background-image:none;box-shadow:none;border-radius:0}.range-slider .slider.slider-horizontal .slider-track{height:3px}.range-slider .slider-handle{background-color:var(--user-color);background-image:none;box-shadow:none;opacity:1;height:22px;width:22px;margin-top:-8px}.range-slider .slider-selection{background-color:#999;background-image:none}.filter-preview{display:none}.filter-values{margin-bottom:5px;background-color:#e1e1e1;color:#000;font-size:14px;line-height:40px;margin-right:10px;padding-left:10px;display:inline-block;vertical-align:top;min-height:40px;min-width:200px;position:relative;padding-right:4px;text-align:center;word-wrap:break-word}.filter-row{margin-top:5px}.filter-values a{float:right;display:inline-block;padding-left:5px}.filter-values .icon.icon-close{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/delete_btn.svg');margin-right:0;height:40px;width:40px;right:0}.filter-actions{float:right;width:100%;text-align:right}.filter-actions #reset-filter{background-color:#999;margin-right:-10px;outline:none}.filter-actions #apply-filter{background-color:var(--user-color);margin-left:20px;outline:none}.item-no-result-msg{padding-top:50px;padding-bottom:150px;font-size:18px;color:#999}.no-result-red{font-size:42px;font-weight:700;color:var(--user-color);padding-top:60px;padding-bottom:10px}.category-navbar ul{background:var(--user-color);border-radius:5px;padding:0 50px 0 10px}.category-navbar .icon.icon-menu{width:15px;background-size:contain}.category-filter label.input-group-addon.btn{right:25px;width:0}.category-filter input.input-small{padding:0 40px 0 0}.category-filter .lala{width:240px;padding:0 0 0 10px}.category-filter .input-daterange input{text-align:left;text-indent:10px}.category-filter .select-date>input[type="checkbox"]{margin:18px 0 0 25px}.category-filter .lala.select-date{border-right:none}.category-map{width:20%;float:left}.btn-showmap{color:#999;border:1px solid #e6e6e6;border-radius:8px;padding:10px 20px;font-size:14px;width:160px;margin:27px auto;cursor:pointer}.btn-showmap i.fa.fa-map-marker{float:right;font-size:17px}.page-search .footer{width:100%;float:left;z-index:9;position:relative}.category.line{background:#b3b3b3;height:1px;position:absolute;width:117%;margin-top:48px;z-index:1;left:-17%}.category-container{padding:0}a#toogle-filter{color:#808080;background:#fff;padding:8px 15px;margin-top:25px;float:left;border-radius:5px}.item-sorting-option select{background:#fff;border:none;margin-top:25px;padding:8px 15px;border-radius:5px;color:#808080;float:right}.item-found-count{color:#1a1a1a;font-weight:500}#item-section .data-container{margin-right:-10px}.item-box.item-box-size{float:left;width:33.33%;padding:5px}.item-img-item-owner{position:absolute;right:20px}.item-sec-cat-name{font-weight:300;color:#999;font-size:14px;float:left;position:absolute;bottom:20px}#items-list .pagination_wrapper{float:left;width:100%}#items-list,.search-filter-left{width:100%;float:left}.spacetime_tab-content{margin-bottom:50px}#items-list .pagination{margin-right:15px;float:right}#items-list .pagination .button{background:#fff;color:#999;border:transparent;font-weight:300;margin-left:5px;border-radius:3px !important;padding:5px 15px;line-height:1.8em;font-size:14px;display:inline;cursor:pointer;float:left}.button.current{color:#fff !important;background:#4d4d4d !important}.hideme{display:none}.search-map-container{padding:20px 0 20px 20px;width:40%;float:left;position:relative}.btn-showmap.showhidemap-bg{float:right;background:#494949;border:none;color:#fff;position:fixed;right:50px;z-index:2}.search-filter-right{width:40%;float:left}.range-slider .tooltip-inner{padding:5px 10px;background-color:var(--user-color)}.review-item-star{margin:0;margin-bottom:10px}.filter-content-section .options-filter{padding:0 25px;float:left;width:100%;margin-top:15px}.filter-content-section .virtual-cell.leftsec{color:#999;text-align:left;font-size:14px;margin-bottom:10px;word-wrap:normal}.item-fix-tablecell{float:left;width:100%;padding-right:70px;color:#4d4d4d;font-size:14px;line-height:18px;overflow:hidden;height:40px}.page-search .wrapper-section{background:#f2f5f6}.filter-content-section{display:none;padding:30px;text-align:center;background:#fff;float:left}.filter-actions .btn{padding:7px;border-radius:5PX;color:#fff;font-size:13px;border:none;width:143px;letter-spacing:.05em}.options-filter span.fancy-checkbox{float:left;margin-right:20px}.options-filter .virtual-cell.text-left{float:left;width:100%;margin-bottom:25px;margin-left:10px}.options-filter .fancy-checkbox>label{padding-left:40px;background-size:30px;word-break:break-word}.search-btn-apply{float:right;background:var(--user-color);padding:6px 40px;border-radius:5px;margin-top:10px;cursor:pointer}.map-img{width:45% !important;height:100% !important;top:61px;position:fixed !important}.search-left-content{width:100%;float:left}.map-pin .fa-map-marker{color:var(--user-color);text-shadow:1px 3px 0 #969696;font-size:50px}.pin1{margin:20% auto 0;padding:0 127px;text-align:center;width:40%;float:left}button[disabled],html input[disabled]{cursor:default;background:#d8d8d8 !important}.page-search label.input-group-addon.btn{position:absolute;right:25px;background:transparent}.map-img .popover-content{position:relative;background:#999;height:100%;padding-bottom:60%;margin:5px 5px 0 5px}.map-img .popover{border-radius:0;max-width:195px;padding:2px 2px 5px 2px}.map-img.affix{top:0;width:100%}.search-map-container{z-index:1}.affix{position:fixed}.header.affix,.category-menu.affix{position:relative}.map-img h3.popover-title{text-overflow:ellipsis;display:-webkit-box;color:#4d4d4d;line-height:15px;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;background:none;border:none;border:none;padding:5px 5px 0 5px;width:100%;overflow:hidden;float:left}.result-search img{width:30px;margin:15px auto;display:block}.no-result-found{width:100%;float:left;height:60px;margin-bottom:300px}.result-search{width:70px;float:left;height:100%;background:var(--user-color);border-radius:8px 0 0 8px}.result-description{width:92%;float:left;height:100%;padding:10px 30px;line-height:18px;color:#fff;background:#454545;border-radius:0 8px 8px 0;letter-spacing:.02em;font-size:15px}div#item-applied-filter{margin-top:15px;width:100%}.map-desc-price{background:rgba(69,69,69,.95);color:#fff;padding:5px 10px;font-size:11px;letter-spacing:.05em;font-weight:300;position:absolute;bottom:0;right:0}.category.line.inside{margin-top:98px}.filter-content-section{width:100%}.pull-left.filter-tag{float:left;width:100%}#item-section .item-box.item-box-size{width:50%}#item-section.map-off .item-box.item-box-size{width:33.33%}.gm-style img{height:115px}.gm-style-iw>div{padding:0;margin:0}.map-img .popover-content{padding:0 0 60% 0;margin:0}.img-tooltip-map{float:left;width:190px;position:relative}.page-seller .seller-settings-menu-container .nav-tabs{border:none;float:left}.page-seller .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border:none;background-color:transparent}.page-seller.seller-items .seller-settings-menu-container{border-bottom:1px solid #c8c8c8;padding:25px 0;margin-bottom:50px;background:#edefed}.page-seller .seller-settings-menu-container{border-bottom:1px solid #c8c8c8;padding:25px 0;margin-bottom:30px;background:#edefed}.page-seller .nav-tabs>li>a{line-height:10px}.page-seller .icon-cog-bg i.fa{color:#fff;font-size:15px}.seller-settings-title{float:left;font-size:18px;line-height:40px;color:var(--user-color);font-weight:300;border-right:1px solid #c8c8c8;padding-right:30px;margin-right:35px}.seller-settings-title .icon-cog-bg{line-height:0;background:var(--user-color);border-radius:50px;float:left;padding:7px 8px;margin-right:20px;margin-top:4.5px}.seller-settings-menu-container #setting-tab li{margin-top:4px}.seller-settings-menu-container #setting-tab li span{color:#b3b3b3;font-size:14px;font-weight:300;padding:10px 30px}.seller-settings-menu-container #setting-tab li a:hover{background:none;border:none}.seller-settings-menu-container #setting-tab li a span:hover,.seller-settings-menu-container #setting-tab li.active span{border:1px solid #4d4d4d;color:#4d4d4d;border-radius:20px;cursor:pointer}.seller-tab-area .item-form-group{float:left;width:100%}.seller-common-box .profile-img img{border-radius:50%;width:100%}.seller-common-box .item-form-group label{font-size:14px;font-weight:300;color:#808080;width:100%;margin-bottom:5px}.seller-setting-display i.fa.fa-arrow-up{font-size:27px;margin-top:8px;color:#fff}.seller-common-box .item-form-group input,.seller-common-box .item-form-group textarea,.seller-common-box .item-form-group select{width:100%;border:1px solid #c8c8c8;border-radius:5px;padding:2px 10px;font-size:14px;font-weight:300;margin-bottom:12px;height:40px;line-height:32px;text-align:left}.seller-settings-profile-desc{margin-top:40px}.seller-common-box .item-form-group textarea{height:150px}.seller-common-box{max-width:1150px;margin:0 auto}.seller-setting-display{margin-bottom:55px}.icon-facebook-round{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/fb_icon.svg')}.icon-google-round{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/google_icon.svg')}.icon.icon-facebook{background-image:url("../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/fb_id.svg")}.icon.icon-google{background-image:url("../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/google_id.svg")}.seller-setting-msg{width:100%;margin:30px 0 20px;font-size:14px;background:#e6e6e6;color:#999;padding:28px 10px;text-align:center;float:left}.modal{z-index:99999}.tab-pane .next-tab-area{width:150px;margin:0 auto}.tab-pane .next-tab-area .seller-btn .my-btn,.my-btn{width:100%;background:var(--user-color);color:#fff;text-align:center;margin:15px auto;height:40px;float:left;line-height:40px;font-size:14px;cursor:pointer;border-radius:5px}.tab-pane .next-tab-area .seller-btn .my-btn,.my-btn:hover{color:#fff}.tab-pane .btn-area .my-btn{width:150px;background:#000;color:#fff;text-align:center;margin:15px auto;height:40px;float:left;line-height:40px;font-size:14px;cursor:pointer;border-radius:5px;border:none}.seller-setting-display .profile-img{position:relative;width:300px;border-radius:50%;background:#4d4d4d;height:300px}.tab-pane .btn-area{margin-bottom:50px}.seller-setting-display .change-profile,.seller-setting-display .change-profile-hide{border:1px solid #fff;display:none;border-radius:50%;width:50px;height:50px;text-align:center;position:absolute;top:40%;left:37.5%}.seller-tab-area #address .title{margin-bottom:35px}.address-box .icon.icon-remove{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/close_btn_black.svg')}.tab-pane .seller-common-box .address-inner .action{text-align:right;position:absolute;bottom:5px;right:10px}.tab-pane .seller-common-box .address-inner .address-box{position:relative;background:#edf1ed;margin-bottom:30px;padding:20px;font-size:14px;color:#808080;font-weight:300;line-height:25px;border-radius:5px;min-height:240px}.paypal-row .description input{border:1px solid #c8c8c8;border-radius:5px;padding:2px 10px;font-size:13px;font-weight:300;margin-bottom:10px;height:38px;line-height:32px;max-width:450px;float:left;margin-right:20px}.paypal-row .actions img{max-width:100%;height:38px;margin:0}#delivery_method .delivery-inner,#delivery_method .location-inner{margin-bottom:0}.delivery-row .description{display:table-cell;vertical-align:middle;padding-left:20px;color:#999}.delivery-row .actions{display:table-cell;border-left:1px solid #c8c8c8;padding-left:20px;width:275px}#delivery_method .placeholder-group{position:relative;padding-right:15px;min-width:155px}#delivery_method .placeholder-group span{font-size:14px;height:auto;left:0;display:block;padding-left:0;margin-top:10px;position:absolute;top:0;width:60px}#delivery_method .location-inner .actions{width:65px;border-left:0}.seller-tab-area .delivery-row input[type="text"]{height:40px;padding-left:0;text-align:right;color:#3c3c3b;width:100%}#delivery_method .delivery-row .placeholder-group>div{display:block;position:relative}.seller-tab-area .delivery-row .actions div{display:table-cell;vertical-align:middle;min-width:85px;text-align:right}.item-label-text{text-align:center !important;float:left !important;max-width:180px !important}.delivery-row .delivery-actions #add_delivery{margin-top:25px}.delivery-row #add_delivery,.delivery-row #add_location{width:83px;margin-top:0;margin-right:15px;background-color:#808080}.seller-item-text{text-align:center !important;color:#868686;font-size:12px}.seller-tab-area .delivery-row{border:1px solid #c8c8c8;display:table;padding:10px 0;width:100%;margin-bottom:10px;border-radius:5px}.seller-tab-area #delivery_method .item-form-group p{color:#b3b3b3;font-weight:300}.delivery-method-top{background:#edf1ed;width:100%;padding:22px 0 30px;margin-top:-50px;border-top:1px solid #b3b3b3;margin-bottom:35px}p.delivery-method-text{color:var(--user-color);font-size:24px;font-weight:300;margin-bottom:5px}p.delivery-method-subtext{font-weight:300;font-size:14px;color:#b3b3b3}.delivery-btn-skip{background:var(--user-color);color:#fff;width:160px;text-align:center;border-radius:5px;height:40px;line-height:40px;cursor:pointer;margin-top:12px}.delivery-row .icon.icon-remove{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/closew_btn_grey.svg')}.delivery-row .icon.icon-done{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/done.svg');border-radius:30px;background-color:var(--user-color)}#delivery_method .delivery-outer .delivery-row,#delivery_method .location-outer .delivery-row{border:none}#delivery_method .seller-common-box .item-form-group .delivery-inner input.delivery_price{margin-bottom:0}.popup-area.item-remove-popup{width:480px}.popup-area{background:#fff none repeat scroll 0 0;border:1px solid #bfbfbd;display:none;left:0;margin-left:auto;margin-right:auto;position:fixed;right:0;top:12%;width:650px;z-index:9999999}.popup-area .wrapper{padding:30px 30px 20px}.popup-area .title-area{margin-bottom:15px}.popup-area .content-area{color:#454545;font-size:14px;font-weight:normal;margin-bottom:15px}#cover{background:rgba(0,0,0,.6) none repeat scroll 0 0;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.popup-area .title-area h1{font-size:21px}.page-seller.seller-items .popup-area.item-remove-popup .btn-black{border:none;margin-top:0;width:100px;padding:0;background:#999;color:#fff}.page-seller.seller-items .popup-area.item-remove-popup .btn-saffron{border:none;background-color:var(--user-color);color:#fff;width:100px;border:1px solid transparent;padding:0;margin-top:0}#delivery_method .seller-common-box:nth-child(1) .item-form-group:last-child{border-bottom:1px solid #c8c8c8;padding-bottom:35px;margin-bottom:40px}.pick-up-location .location-outer .delivery-row #add_location{margin-top:30px}.delivery-outer .delivery-row .actions,.pick-up-location .location-outer .delivery-row .actions{border:none}.delivery-outer .delivery-row .actions{width:375px}.seller-tab-area .pick-up-location .location-outer .delivery-row .actions div{width:100%;float:left}.location-outer .delivery-row .actions,.seller-tab-area .delivery-outer .delivery-row .actions div:last-child{width:220px}.seller-tab-area .pick-up-location .location-outer .delivery-row #add_location,.delivery-row #add_delivery{width:100%}.seller-tab-area .pick-up-location .delivery-row input,.seller-tab-area .delivery-row input.delivery_name[type="text"]{text-align:left;padding:0 15px}.seller-setting-display .change-profile .my-btn,.seller-setting-display .change-profile-hide .my-btn{background:transparent;margin:0}span.seller-btn{float:left;width:100%;margin-bottom:30px}.page-seller .search-bar{display:none}.next-tab-area .my-btn{margin-bottom:45px}.page-seller .header .pull-right,.seller-dashboard .header .pull-right{width:80%;text-align:right}.page-seller .header .pull-left,.seller-dashboard .header .pull-left{width:20%}#delivery_method .delivery-outer .delivery-row .description,#delivery_method .location-outer .delivery-row .description{padding-left:0}.delivery-row .description.selected-description-left{padding-left:75px}.delivery-checked{color:#fff;padding:3px 15px;position:absolute;height:50px;margin:-10px 0;border-right:1px solid #fff;font-size:30px}.added-delivery{background:var(--user-color);border:none !important}.icon.icon-remove-selected{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/delete.svg')}.omise-back{color:#999;padding:5px}#omiseConfirmSec p{color:#999;padding:7px 0}#omiseConfirmSec h4{padding-top:10px}#omiseConfirmSec .my-btn{margin-top:30px}.omise-tab-area{width:100%;max-width:150px;margin:auto;text-align:center}.page-seller .order-list-search-bar input{border:1px solid #c8c8c8;color:#b3b3b3;font-size:14px;padding:7px 40px 7px 15px;border-radius:5px;width:250px}.page-seller .icon-cog-bg i.fa-search{color:#b3b3b3;font-size:18px}.page-seller .icon-cog-bg i.fa-search{float:right;position:absolute;right:12px;top:8px}.page-seller .order-list-search-bar{position:relative}.order-list-container .order-read-box{border-bottom:1px solid #c8c8c8;margin-bottom:30px;padding-bottom:25px}.full-width{float:left;width:100%}.order-list-container .order-read-box .purhist-invoice-sec{border-right:3px solid #edefed;margin-right:25px}.order-list-container .order-read-box .purhist-invoice-sec,.order-list-container .order-read-box .purhist-servicdate-sec{padding:5px 25px 5px 0}.order-status-sec select{max-width:160px;width:100%;border:1px solid #c8c8c8;padding:7px 35px 7px 15px;border-radius:5px;margin-left:15px;float:right;color:#000;outline:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/down_arrow.svg');background-repeat:no-repeat;background-position:97% center;font-size:13px}.full-width.order-details{margin-bottom:15px}.order-list-container .order-read-box .purhist-desc-col{width:calc(100% - 600px)}.order-list-container .order-read-box .purhist-status-col .purhist-status-btnsec .purhist-btn-vieworder{margin-top:10px}.order-list-container .order-read-box .purhist-status-col .purhist-status-btnsec{float:right;clear:both}.order-list-container .order-read-box .purhist-status-col{width:335px;margin-top:-60px}.order-list-container .purchase-seller-info .ol-buyer-text{font-size:14px;color:#808080;margin-right:15px}.order-list-container .purchase-seller-info .ol-buyer-name{font-size:14px;color:#000}.order-list-container .purhist-desc-col div{margin-bottom:3px}.order-list-container .purhist-desc-col div:last-child{margin-top:10px}.order-list-container .purhist-desc-col h5{color:var(--user-color)}.order-list-container .order-status-dd{line-height:30px}.page-seller .header.user-login .main-nav>ul>li.language-menu,.page-seller .header.user-login .main-nav>ul>li.user-login.dropdown{padding:0 9px}.header .main-nav ul>li.user-login.dropdown>a{color:#999}.new-review,.new-review a,.order-review-sec span a{color:var(--user-color);margin:auto;display:block;text-align:center}.new-review .icon.icon-review{background-image:url("../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/view_review.svg")}.icon.icon-review{background-image:url("../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/view_review_old.svg");width:100%}.icon.icon-review{width:39px;height:39px;margin-right:10px;margin-bottom:5px}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none}span.new-review{width:100%;float:right;text-align:right}.order-review-sec{float:right;width:160px;text-align:right}.order-review-sec.text-center{padding-right:0}.spacetime_tab-content ul li.tab-basic_details .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/grey_detail.svg)}.spacetime_tab-content ul li.tab-schedule .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/grey_schedule.svg)}.spacetime_tab-content ul li.tab-images .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/grey_images.svg)}.spacetime_tab-content ul li.tab-additional .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/grey_additional.svg)}.spacetime_tab-content ul li.tab-location .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/grey_location.svg)}.spacetime_tab-content ul li.tab-seo .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/grey_seo.svg)}.spacetime_tab-content ul li.tab-delivery .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/grey_delivery.svg)}.spacetime_tab-content ul li.active.tab-basic_details .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/white_detail.svg)}.spacetime_tab-content ul li.active.tab-schedule .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/white_schedule.svg)}.spacetime_tab-content ul li.active.tab-images .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/white_images.svg)}.spacetime_tab-content ul li.active.tab-additional .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/white_additional.svg)}.spacetime_tab-content ul li.active.tab-location .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/white_location.svg)}.spacetime_tab-content ul li.active.tab-seo .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/white_seo.svg)}.spacetime_tab-content ul li.active.tab-delivery .icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/white_delivery.svg)}.spacetime_tab-content ul li .toggle-tab .icon-toggle{width:25px;height:25px;background-position:center center;background-repeat:no-repeat;background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/toggle-plus.png);display:inline-block}.spacetime_tab-content ul li.active .toggle-tab .icon-toggle{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/toggle-minus-white.png);vertical-align:middle}.spacetime_tab-content ul li .tab-content-header>a.toggle-tab{margin-top:-15px;position:absolute;right:20px;top:50%}.icon.icon-note{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/white_detail.svg)}.icon.icon-calender{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/white_detail.svg)}.spacetime_tab>li{float:left}.spacetime_tab>li>a{padding:10px 15px;display:block;position:relative;color:#b3b3b3}.spacetime_tab>li>a>span{padding:10px 30px;border-radius:20px;border:1px solid transparent}.spacetime_tab>li.active>a{color:#4d4d4d}.spacetime_tab>li.active>a>span{border:1px solid #4d4d4d}.spacetime_tab-content .tab-pane{display:none}.spacetime_tab-content .tab-pane.active{display:block;opacity:1}.spacetime_tab-content ul li .tab-content-header{padding:15px 40px;border:1px solid #d8d8d8;position:relative;clear:both;width:100%}.spacetime_tab-content ul li .tab-content-header .icon{width:25px;height:25px;background-repeat:no-repeat;background-position:center center;background-size:contain}.spacetime_tab-content ul li .tab-content-header>a{font-size:18px;color:#c8c8c8;font-weight:400;display:block}.spacetime_tab-content ul li.completed .tab-content-header{background-color:#000}.spacetime_tab-content ul li.active .tab-content-header{background-color:var(--user-color)}.spacetime_tab-content ul li.active .tab-content-header>a{color:#fff}.spacetime_tab-content .tab-icon{margin-right:25px}.tab-btn-area{padding-bottom:50px;margin-top:30px}.tab-btn-area .btn{color:#fff;background-color:#b3b3b3;text-align:center;font-size:14px;min-width:150px}.seller-common-box{width:100%;padding:20px 10px 0;font-size:14px}.item-form-group{min-height:70px;clear:both}.item-form-group .col-md-6,.item-form-group .col-md-12{margin-bottom:20px}.spacetime-tab-area .item-form-group .col-md-6{margin-bottom:0}.spacetime-tab-area .item-form-group{margin-bottom:5px}.custom-datepicker .col-md-6{padding-left:0}.custom-datepicker .datepicker-txt{width:85% !important;float:left;margin-right:-3px}.custom-datepicker .input-group-addon{height:40px;position:relative}.item-form-group select{width:98%;height:41px;border:1px solid #c8c8c8;color:#3c3c3b;padding:0 10px;outline:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/down_arrow.svg');background-repeat:no-repeat;background-position:97% center}.item-form-group label{width:100%;color:#000;margin-bottom:10px;font-weight:normal;word-break:break-all}.item-form-group input{width:98%;height:41px;border:1px solid;color:#3c3c3b;padding:0 10px;outline:none}.big-text-area{width:99%;height:176px;border:1px solid #c8c8c8;color:#3c3c3b;padding:0 10px;outline:none}.small-text-area{width:99%;height:41px !important;border:1px solid #c8c8c8;color:#999;padding:0 10px;outline:none}.item-form-group .onoffswitch-label,.item-form-group .onoffswitch-switch{border:none}.item-form-group .onoffswitch{float:left;margin-right:15px}.item-upload-service-sec{width:100%;padding-top:20px;font-size:14px;color:#808080}.item-upload-service-sec h3{font-size:18px;padding-bottom:5px}.overnight-booking-sec{padding-top:30px;padding-bottom:15px}.operate-24-sec{padding-top:20px;padding-bottom:15px}.overnight-booking-sec h4,.operate-24-sec h4{font-size:18px;margin-bottom:25px}.seller-common-box .onoffswitch-switch,.seller-common-box .onoffswitch-label{border:none}.spacetime_tab-content .tab-pane{color:#b3b3b3}.spacetime_tab-content .tab-pane h4{color:#808080;margin-bottom:5px}.spacetime_tab-content .tab-pane .label-title{color:#808080;font-size:14px;font-weight:300;margin-bottom:5px}.spacetime_tab-content .tab-pane p{margin-bottom:10px}.spacetime_tab-content .tab-pane .btn-grey{background-color:#b3b3b3;color:#fff;min-width:150px;text-align:center}#images #item-upload-area .uploded-items .uploded-box,#images #item-upload-area .uploded-items .add-item-box{float:left;margin-bottom:15px;max-width:326px;padding-left:15px;padding-right:15px}#images #item-upload-area .uploded-items{margin-left:-15px;margin-right:-15px}#images #item-upload-area .uploded-items .uploded-box img{max-width:100%;border:1px solid #c8c8c8}#images #item-upload-area .add-item-box #btn-browse{display:block;height:200px;width:300px;background-color:#e4f0ec;background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/image_upload.svg);background-repeat:no-repeat;background-position:center center}#images #item-upload-area .action-area{text-align:center;margin-top:20px}#images #item-upload-area .action-area .icon-trash{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/delete_button-white.svg);margin:0;height:40px;width:40px;background-position:center center;background-repeat:no-repeat;border-radius:50px}.itmuplodpg-schedule-sec{padding-bottom:40px}.itmuplodpg-schedule-sec h5{color:#999;font-size:14px;font-weight:700;padding-bottom:5px;margin-bottom:15px}.itmuplodpg-schperiod-area{margin-top:50px}.itmuplodpg-schperiod-area{margin-top:50px}.itmuplodpg-schperiod-lstsec{border:1px solid #c8c8c8;border-radius:5px}.itmuplodpg-schperiod-title{color:#b3b3b3;padding:20px;border-bottom:1px solid #c8c8c8}.itmuplodpg-schperiod-list table{width:100%}.itmuplodpg-schperiod-list{padding:20px}.itmuplodpg-schperiod-list table th{color:#b3b3b3;font-weight:normal}.itmuplodpg-schperiod-list table tbody tr td{color:#4d4d4d;padding-top:15px;padding-bottom:15px}.itmuplodpg-schperiod-list table tbody tr{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #e6e6e6}.itmuplodpg-schperiod-list table tbody tr:last-child{border:none}.itmuplodpg-schperiod-edit-row{display:table;width:100%;margin-bottom:15px}.itmuplodpg-schperiod-edit-cell1{display:table-cell;width:100px;color:#898989;font-weight:bold}.itmuplodpg-schperiod-edit-cell2{display:table-cell;width:160px;position:relative}.itmuplodpg-schperiod-edit-cell3{width:25px;display:table-cell}.itmuplodpg-schperiod-edit-row input[type="text"]{width:165px;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/grey_schedule.svg');background-repeat:no-repeat;background-position:135px center;border:1px solid #ddd;padding:5px;padding-right:33px;background-size:22px;outline:none}.cal-edit-line{display:inline-block;width:80px;text-align:center;color:#b3b3b3;font-size:22px}.itmuplodpg-schperiod-edit-row input[type="text"].imgtimepicker{width:165px;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon-time-watch.jpg');background-repeat:no-repeat;background-position:135px center;border:1px solid #ddd;padding:5px;padding-right:33px}.itmuplodpg-schperiod-edit-btnsec{text-align:center;margin-top:40px}.itmuplodpg-schperiod-edit-btnsec a{display:inline-block;background-color:#b3b3b3;color:#f0f0f0;padding:8px 17px;width:210px;text-align:center;border-radius:2px}.itmuplodpg-schperiod-entersec{background-color:#e4f0ec;padding:40px 20px}.itmuplodpg-schperiod-area .dropdown-menu,.dashboard-container .dropdown-menu{display:block !important}.itmuplodpg-schperiod-entersec .itmuplodpg-schperiod-edit-cell4{position:relative}.item-upload .fancy-checkbox input[type="checkbox"]+label{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon_cmn_chk_back.jpg)}.item-upload .fancy-checkbox input[type="checkbox"]:checked+label{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon_cmn_chked_back.jpg);color:#4d4d4d}.item-upload .fancy-checkbox>label{padding-left:32px;background-size:22px;padding-top:5px;width:150px !important;display:inline-block !important}.page-seller.item-upload .seller-common-box .item-form-group .fancy-checkbox>label{width:auto !important}.itmuplodpg-oprthrs-ind{display:table;margin-bottom:18px}.itmuplodpg-oprthrs-col1{display:table-cell;width:150px}.itmuplodpg-oprthrs-col2{display:table-cell;width:110px}.itmuplodpg-oprthrs-col3{display:table-cell;text-align:center;width:50px}.itmuplodpg-oprthrs-col4{display:table-cell;width:110px}.itmuplodpg-oprthrs-ind input[type="text"]{border:1px solid #c8c8c8;border-radius:3px;padding-bottom:5px;padding-left:5px;padding-right:5px;padding-top:5px;text-align:center;width:100%}.itmuplodpg-oprthrs-ind .fancy-checkbox label{color:#b3b3b3}.itmuplodpg-oprthrs-ind input[disabled]{background:#f2f2f2 !important}.itmuplodpg-oprt-hrssec{margin-bottom:50px}.itmuplodpg-oprt-hrssec h5{margin-bottom:0}.itmuplodpg-oprt-list{margin-top:25px}.itmuplodpg-booksrvcs-sec{margin-top:20px;margin-bottom:50px}.itmuplodpg-booksrvcs-sec h5{margin-bottom:0}.itmuplodpg-bksrvcs-chkdatesec{margin-bottom:30px;margin-top:20px}.itmuplodpg-bksrvcs-chkdatesec label{color:#4d4d4d}.itmuplodpg-bksrvcs-chkdate{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon-time-watch.jpg);background-position:142px center;background-repeat:no-repeat;background-size:23px;border:1px solid #c8c8c8;border-radius:3px;padding-bottom:5px;padding-left:5px;padding-right:5px;padding-top:5px;text-align:left;width:170px}.itmuplodpg-bksrvcs-chkdateind{background-size:23px;margin-bottom:25px}.addongrn-checkbox-ricon{background-color:#e4f0ec;border-right:1px solid #c8c8c8;float:left;line-height:38px;margin-right:10px;width:45px}.addon-checkbox-sec input:checked+label .addongrn-checkbox-ricon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_selected.svg);background-repeat:no-repeat;background-size:43px}.itmupld-srvc-chksec .addon-checkbox-sec label{border-radius:3px;margin-bottom:0}.itmupld-srvc-chksec .addon-checkbox-sec{float:left;margin-right:25px;width:200px}.itmupld-srvcs-duration-ind .addon-checkbox-sec{margin-top:3px;margin-bottom:3px;width:150px;display:inline-block;vertical-align:middle;margin-right:15px}.itmupld-srvcs-duration-ind .addon-checkbox-sec .addon-checkbox-text{float:none}.itmupld-srvcs-duration-ind .addon-checkbox-sec input+label{border-radius:3px}.itmupld-srvcs-duration-ind .addon-checkbox-sec input[type=radio]:checked+label,.itmupld-srvcs-duration-ind .addon-checkbox-sec input[type=checkbox]:checked+label{background-color:var(--user-color);color:#fff;border-radius:3px;border-color:#03cea4}.itmupld-srvcs-durationsec{padding-top:30px;margin-bottom:30px}.itmupld-srvcs-specify{width:150px;float:left;margin-right:15px}.itmupld-srvcs-specify input[type="text"],.itmupld-srvcs-specify select{border:1px solid #c8c8c8;width:100%;border-radius:3px;padding:9px 10px}.srvcs_specify_time{height:40px;line-height:40px}.itmupld-srvcs-duration-specify{margin-top:40px}.set-time-slash{float:left;padding-right:5px;margin-top:10px}.itmupld-srvcs-priceunit{float:left;margin-top:10px}.item-uplo-delivery-title{color:#999;font-size:14px;font-weight:700;margin-bottom:0;padding-bottom:5px}.item-upload-delivery-secton p{margin-bottom:0 !important}.itmupld-dlvryopt-info{border:1px solid #c8c8c8;border-radius:3px;display:table;margin-bottom:15px;padding:15px;width:100%}.itmupld-dlvryopt-infoleft{color:#999;display:table-cell;vertical-align:middle;width:300px}.itmupld-dlvryopt-inforight{display:table-cell;text-align:right;vertical-align:middle}.cmn-icon-circleright{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/save.svg);background-repeat:no-repeat;background-size:cover;display:inline-block;height:29px;width:29px}.cmn-icon-circlewrong{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/delete_button-white.svg);background-repeat:no-repeat;background-size:cover;display:inline-block;height:29px;width:29px}.itmupld-dlvryopt-price{border-left:1px solid #c8c8c8;display:inline-block;margin-right:20px;padding-left:50px}.itmupld-dlvryopt-inforight a{display:inline-block;margin-left:5px;margin-right:5px}.item-upload-delivery-method{margin-top:10px}.item-upload-delivery-method .option-row{background-color:#fff}.item-upload-delivery-method .option-row input[type=checkbox]{display:none}.item-upload-delivery-method .option-row label{border:1px solid #c8c8c8;border-radius:3px;display:table;width:100%}.item-upload-delivery-method .option-row .addongrn-checkbox-ricon{background-color:#e4f0ec;border-right:1px solid #c8c8c8;line-height:45px;margin-right:10px;width:45px}.item-upload-delivery-method .option-row input:checked+label{background:var(--user-color);border:solid 1px var(--user-color);color:#fff;width:100%}.item-upload-delivery-method .option-row input:checked+label .addongrn-checkbox-ricon{background-color:var(--user-color);background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_selected.svg);background-position:center;background-repeat:no-repeat;background-size:43px;border-right:1px solid #fff}.item-upload-delivery-method .option-row span{color:#999;display:inline-flex;float:none;padding-left:15px;vertical-align:middle;align-items:center}.item-upload-delivery-method .option-row input:checked+label span{color:#fff}.item-upload-delivery-method .option-row span.surcharge-per-item{text-align:left;min-width:120px;display:inline-flex;float:right;align-items:center;padding:0 15px;line-height:45px}.item-upload-delivery-method .option-row span.surcharge-btn-cancel{padding-right:20px;text-align:right;width:75px}.item-upload-delivery-method .option-row span.surcharge-per-item p{font-size:14px}.item-upload-delivery-method .option-row span.addongrn-checkbox-line{width:10px}.item-upload-delivery-method .option-row span.addongrn-checkbox-line i{border-right:1px solid #c8c8c8;display:inline-block;height:40px}.item-upload-delivery-method .option-row input:checked+label span.addongrn-checkbox-line i{border-right:1px solid #fff}.item-upload-delivery-method .option-row input:checked+label span.surcharge-per-item p{color:#fff}.item-upload-delivery-method .option-row input:checked+label span .cmn-icon-circlewrong{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/delete_button_green_white.svg)}.item-upload-delivery-secton input[type="text"]{display:block;width:100%;border:1px solid #c8c8c8;padding:9px 10px;border-radius:3px}.item-upload-delivery-secton .add-row-area .btn-area .btn-black{margin-top:25px;float:right}.item-upload-delivery-secton .add-row-area{margin-top:25px;margin-left:-15px;margin-right:-15px}.itmupld-loc-section{margin-top:40px;padding-top:35px;border-top:1px solid #e6e6e6}.itmupld-dlvr-upldbtn,.itmupld-dlvr-upldbtn:hover,.itmupld-dlvr-upldbtn:focus{display:inline-block;background-color:var(--user-color);width:150px;border-radius:3px;padding:10px 12px;text-align:center;color:#fff;text-decoration:none}.itmupld-dlvr-upldsec{text-align:center;margin-bottom:50px}.addon-per{position:relative}.addon-per>span{position:absolute;right:25px;top:34px}.itmupld-adtnservcs-addonsec ul li{border:1px solid #c8c8c8;border-radius:3px;margin-top:10px;margin-bottom:10px;padding:5px 10px;background-color:#fff}.addonsec-drag-isec{display:table-cell;width:80px;vertical-align:middle}.itmupld-adtnservcs-addonsec .row-wrapper{display:table;width:100%;color:#808080;background-color:#fff;cursor:pointer}.itmupld-adtnservcs-addonsec .name-area{display:table-cell;vertical-align:middle}.addonsecdrag-price-area{width:100px;display:table-cell;text-align:right;vertical-align:middle}.addonsecdrag-btnarea{display:table-cell;width:80px;text-align:right;vertical-align:middle}.icon.icon-draggble{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/drag_rank.svg) !important;margin-right:0;width:40px;height:40px;display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:center center}.adtservs-addon-addbtn,.adtservs-addon-addbtn:hover,.adtservs-addon-addbtn:focus{width:100%;background:#b3b3b3;color:#fff;text-align:center;margin:15px auto;height:40px;float:left;line-height:40px;font-size:14px;cursor:pointer;border-radius:5px;border:none;margin-top:24px}.itmupld-adtnservcs-addonedit input[type="text"]{width:100%;border:1px solid #c8c8c8;border-radius:5px;padding:2px 10px;font-size:14px;font-weight:300;margin-bottom:12px;height:40px;line-height:32px}.itmupld-adtnservcs-addonedit{margin-top:40px;margin-bottom:50px;border-bottom:1px solid #e6e6e6;padding-bottom:30px}.itmupld-adtdtls-tmpicker{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon-time-watch.jpg);background-repeat:no-repeat;background-position:215px center;padding-right:32px}.itmupld-adtdtls-dtpicker{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/grey_schedule.svg);background-repeat:no-repeat;background-position:215px center;padding-right:215px;background-size:22px}.itmupld-loc-area input[type="text"]{border:1px solid #c8c8c8;border-radius:3px;padding:9px 8px;width:100%}.itmupld-loc-area{margin-bottom:20px}.itmupld-loc-listind{background-color:#edf1ed;color:#808080;padding:30px;border-radius:5px}.itmupld-loc-listbtnsec{text-align:right}.itmupld-loc-listsec{padding-bottom:30px;border-bottom:1px solid #e6e6e6;margin-bottom:40px}.itmupld-loc-area input[type="text"],.itmupld-loc-area select{border:1px solid #c8c8c8;border-radius:3px;padding:9px 8px;width:100%}.itmupld-loc-adres-btnadd,.itmupld-loc-adres-btnadd:hover,.itmupld-loc-adres-btnadd:focus{width:130px;background:#b3b3b3;color:#fff;text-align:center;margin:15px auto;height:40px;line-height:40px;font-size:14px;text-transform:uppercase;cursor:pointer;border-radius:5px;border:none;display:inline-block}.itmupld-loc-adres-btncancel,.itmupld-loc-adres-btncancel:hover,.itmupld-loc-adres-btncancel:focus{width:130px;background:#c7cccc;color:#fff;text-align:center;margin:15px auto;height:40px;line-height:40px;font-size:14px;text-transform:uppercase;cursor:pointer;border-radius:5px;border:none;display:inline-block;margin-right:15px}.itmupld-loc-notesec{width:600px;text-align:center;margin:30px auto;line-height:30px;color:#808080;margin-bottom:70px;max-width:100%}.itmupld-loc-notesec span{color:#b3b3b3}.itmupld-loc-upldbtn,.itmupld-loc-upldbtn:hover,.itmupld-loc-upldbtn:focus{display:inline-block;background-color:var(--user-color);color:#fff;padding:10px 22px;width:220px;text-align:center;border-radius:4px}.itmupld-loc-upldbtnsec{text-align:center}.itmupld-loc-nextbtnsec{text-align:center;margin-bottom:40px}.itmupld-loc-nextbtn,.itmupld-loc-nextbtn:hover,.itmupld-loc-nextbtn:focus{display:inline-block;background-color:#b3b3b3;color:#fff;padding:10px 22px;width:120px;text-align:center;border-radius:4px}.itmupld-loc-uplorsec{text-align:center;font-size:15px;margin-bottom:30px;margin-top:30px}.mdl-listing-locdesc{text-align:center;color:#808080;margin-bottom:15px;margin-top:20px}.mdl-listing-stitle{color:var(--user-color);text-align:center;font-size:18px;margin-bottom:25px}.mdl-listing-locupdatedesc{width:86%;margin:20px auto;border-bottom:1px solid #c7cccc;padding-bottom:20px}.mdl-listing-locbtnsec{text-align:center;margin-top:40px;margin-bottom:40px}.itmupld-mdllistloc-transbtn,.itmupld-mdllistloc-transbtn:hover,.itmupld-mdllistloc-transbtn:focus{display:inline-block;background-color:#666;color:#fff;padding:10px 22px;width:220px;text-align:center;border-radius:4px;margin-left:5px;margin-right:5px}.itmupld-mdllistloc-latebtn,.itmupld-mdllistloc-latebtn:hover,.itmupld-mdllistloc-latebtn:focus{display:inline-block;background-color:#b3b3b3;color:#fff;padding:10px 22px;width:220px;text-align:center;border-radius:4px;margin-left:5px;margin-right:5px}.itmupld-loc-indwrapper{margin-bottom:30px}.itmupld-loc2-area input[type="text"],.itmupld-loc2-area select{border:1px solid #c8c8c8;border-radius:3px;padding:9px 8px;width:100%}.itmupld-loc2-area{margin-bottom:20px}.itmupld-loc-maparea{margin-top:20px}.itmupld-locsec-con{border-bottom:1px solid #e6e6e6;padding-bottom:40px}.itmupld-loc-lsttitle{margin-bottom:45px;margin-top:35px}.model-listings-locupdate .modal-body{padding:0}.model-listings-locupdate .modal-content{border-radius:0;padding-top:0}.mdl-listing-locupdatedesc h4{font-size:14px;color:#808080}.mdl-listing-locupdatedesc p{font-size:14px;color:#b3b3b3;margin-bottom:20px}.mdl-listing-locupdatedesc h5{font-size:16px;color:var(--user-color);margin-bottom:10px}.itmupld-loc-indwrapper input[type=radio]{display:none}.itmupld-loc-indwrapper input:checked+label .itmupld-loc-listind{background-color:var(--user-color);color:#fff}.itmupld-loc-indwrapper label{width:100%}.listings-locupdate-mpopup h5{color:#000;text-align:center;font-size:22px}.listings-locupdate-mpopup .mdl-listing-locupdatesec{padding-top:40px}.listings-locupdate-mpopup .mdl-listing-locdesc{margin-bottom:5px;margin-top:32px}.listings-locupdate-mpopup .mdl-listing-stitle{color:#808080;text-align:center;font-size:18px;margin-bottom:25px}.listings-locupdate-mpopup p{text-align:center;color:#808080;line-height:25px}.listings-locupdate-mpopup p span{color:#808080;font-size:16px}.itmupld-loc2-area select{color:#3c3c3b;outline:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/down_arrow.svg);background-repeat:no-repeat;background-position:97% center}.itmupld-loc2-area select{width:100%;border:1px solid #c8c8c8;border-radius:5px;padding:2px 10px;font-size:14px;font-weight:300;margin-bottom:12px;height:40px;line-height:32px}select.country-box{margin-bottom:0}.itmupld-location-sec input[type="text"],.itmupld-location-sec select,.seller-common-box input[type="text"],.seller-common-box select{color:#3c3c3b;outline:none;font-weight:300}.mdl-listing-locupdatebtncls{text-align:right;padding-top:10px;padding-right:10px}.seller-itemlist{color:#999;font-size:12px}.infinite-stock{font-size:36px}.seller-itemlist .itemlist-head{background-color:#eef7f4;border-bottom:1px solid #e6e6e6}.seller-itemlist .itemlist-head-r{display:table;width:100%;padding:20px 0}.seller-itemlist .itemlist-head-r>div{display:table-cell;padding:5px 25px;text-transform:inherit;font-size:14px;color:#b3b3b3}.seller-itemlist .itemlist-head-r>div.item-price,.seller-itemlist .itemlist-head-r>div.item-stock,.seller-itemlist .itemlist-head-r>div.item-purchaseable{text-align:center}.seller-itemlist .itemlist-body-r .item-name .wrapper>img,.seller-itemlist .itemlist-body-r .item-name .wrapper .description{word-break:break-word}.seller-itemlist .itemlist-body{background-color:#fff;font-size:14px}.seller-itemlist .itemlist-body-r{width:100%}.seller-itemlist .itemlist-body-r .item-row{display:table;width:100%}.seller-itemlist .itemlist-body-r .item-row>div{display:table-cell;vertical-align:middle}.seller-itemlist .itemlist-body .item-row{margin-top:15px;background-color:#fff;padding:25px 0}.seller-itemlist .itemlist-body-r div .description{padding-right:15px;width:80%}.seller-itemlist .itemlist-head-r .item-name,.seller-itemlist .itemlist-body-r .item-name{width:50%}.seller-itemlist .itemlist-head-r .item-price,.seller-itemlist .itemlist-body-r .item-price{width:20%;text-align:center}.seller-itemlist .itemlist-head-r .item-purchaseable,.seller-itemlist .itemlist-body-r .item-purchaseable{width:25%;text-align:center}.seller-itemlist .itemlist-body-r .item-actions ul>li:first-child{margin-bottom:15px}.seller-itemlist .itemlist-body-r .onoffswitch-label,.seller-itemlist .itemlist-body-r .onoffswitch-switch{border:none}.seller-itemlist .itemlist-body-r .onoffswitch{margin:0 auto}.seller-itemlist .item-preview{position:absolute;width:100%;height:auto}.seller-itemlist .itemlist-body-r .item-name .wrapper{display:table}.seller-itemlist .itemlist-body-r .item-name .wrapper>img,.seller-itemlist .itemlist-body-r .item-name .wrapper .description{display:table-cell;vertical-align:middle}.page-seller .search-bar{display:none}.seller-itemlist .item-stock hr{margin-top:5px;margin-bottom:5px;width:80%}.across-number{font-size:14px;font-weight:700;color:#494949}.trans-gray-translate{background:#b3b3b3;width:160px;max-width:100%;height:32px;color:#fff;display:block;border-radius:3px;padding:6px 15px;text-align:center;margin-top:15px;font-size:14px}.icon.icon-edit{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/edit_btn.svg);height:32px;width:32px}.icon.icon-delete{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/delete_btn.svg)}.page-seller.seller-items .seller-item-page .seller-settings-menu-container{margin:0}.page-seller.seller-items .seller-items-divider{border-bottom:1px solid #e6e6e6}.seller-itemlist .itemlist-body-r .item-price{color:#000}.page-seller.seller-items .seller-items-divider .item-row>.item-name>.wrapper>a{width:210px;height:100%;float:left;margin-right:20px;position:relative;padding-bottom:60.87%;overflow:hidden}.page-seller.seller-items .btn-new-service{background:var(--user-color);color:#fff;font-size:14px;word-spacing:3px;letter-spacing:.02em;width:160px;border-radius:3px;padding:6px 0;font-weight:300;float:left;margin-right:15px;cursor:pointer;margin-top:3px}.page-seller.seller-items .seller-settings-menu-container .action-btns{float:left;margin-top:3px}.icon.icon-print-seller{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/print.svg');background-size:contain}.icon.icon-print-seller:hover{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/print_mouseover-01.svg');background-size:contain}.seller-setting-icon-wrench{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/setting.svg);background-size:contain;width:30px;float:left;height:30px;margin-right:20px;margin-top:4px}.delivery-top-sec{border-bottom:1px solid #c8c8c8;padding:15px 0}.page-review .delivery-top-sec{float:left;width:100%;border-bottom:1px solid #c8c8c8;padding:15px 0}.order-prcs-tmln-sec .prcs-icon:before{content:' ';color:#fff;text-align:center;background:#999;border-radius:50%;height:35px;width:35px;float:left;margin-right:15px}span.prcs-icon{float:left;color:#999;font-size:13px;margin-right:50px;line-height:35px}.order-prcs-tmln-sec .prcs-icon:after{content:'>';font-size:15px;color:#999;float:right;margin-left:45px}.order-prcs-tmln-sec .prcs-icon:last-child:after{content:' '}.order-prcs-tmln-sec .prcs-icon:nth-child(1):before{content:'1'}.order-prcs-tmln-sec .prcs-icon:nth-child(3):before{content:'2'}.order-prcs-tmln-sec .prcs-icon:last-child:before{content:'3'}.order-prcs-tmln-sec .prcs-icon.icon-active:before{background:var(--user-color)}.order-prcs-tmln-sec .icon-active{color:#000}.delivery-setting-title{color:#000;font-size:15px;margin-bottom:20px;margin-top:15px}.delivery_white_section .delivery-setting .item-form-group label,.delivery_white_section .delivery-address-sec .item-form-group label{width:100%;color:#000;margin-bottom:5px;text-transform:inherit;font-weight:normal;color:#999}.delivery_white_section .delivery-setting .item-form-group input,.delivery_white_section .delivery-address-sec .item-form-group input,.delivery_white_section .delivery-address-sec .item-form-group select,.delivery_white_section .delivery-setting .item-form-group select{width:98%;height:38px;border:1px solid #c8c8c8;color:#4d4d4d;padding:0 10px;outline:none;font-weight:300;border-radius:5px;font-size:14px}.delivery_white_section .delivery-setting,.delivery_white_section .delivery-address-sec #add-new-delivery-ads .item-form-group{max-width:850px;width:100%}.delivery_white_section .delivery-address-sec #add-new-delivery-ads div.item-form-group:last-of-type{max-width:100%;width:100%;margin-bottom:25px}.delivery_white_section>.delivery-line-container>.container{padding:0}.delivery-line-container{border-bottom:1px solid #c8c8c8;padding-bottom:25px;padding-top:30px}.delivery-line-container .delivery-address-sec .saved-address .address-box .svd-adrsbox-inner{position:relative;min-height:240px;float:left;width:100%;background:#f1f7f4;margin-bottom:30px;padding:25px;border-radius:4px;color:#999;font-size:14px;font-weight:300;line-height:20px}.saved-address .address-box .action span{vertical-align:top}.saved-address .address-box .action span{vertical-align:middle}.address-box .action{padding:10px 0}.fancy-radio>input[type="radio"]{display:none}.saved-address .address-box .action .fancy-radio.address-sel>label.selected_address{background-color:var(--user-color)}.saved-address .address-box .action .fancy-radio.address-sel>label{background-color:#ccc;background-image:none;border-radius:5px;color:#fff;font-size:13px;font-weight:400;height:35px;margin-left:0;padding-left:0;padding-top:7px;text-align:center;width:165px}.fancy-radio>label{background-repeat:no-repeat;background-position:left center}.svd-adrsbox-inner>.action>span{float:left}.svd-adrsbox-inner>.action>span:last-child{float:right}.delivery-top-white-box{background:#e8ebec;padding:20px 0}.cart-top-sec-left{float:left;width:50%}.delivery-top-white-box .cart-top-sec-right{text-align:right}.cart-top-sec-right{position:relative}.cart-top-sec-right{float:right;width:50%}.delivery-top-white-box p{color:#4d4d4d;font-size:18px;line-height:35px}.delivery-top-white-box a.btn-black-cmn.gust-sign-in{background:var(--user-color);color:#fff;width:150px;float:right;text-align:center;height:35px;line-height:35px;border-radius:3px}.delivery-line-container .delivery-address-sec .saved-address .address-box .svd-adrsbox-inner.active{background-color:#f0f0f0}.saved-address .address-box span.icon-close{background:#fff;width:30px;height:30px;float:left;border-radius:50%}.saved-address .address-box span.icon-close i.fa.fa-times{color:var(--user-color);font-size:15px;text-align:center;width:100%;padding:6px 0}.saved-address .address-box .svd-adrsbox-inner .description{margin-bottom:20px}.delivery-line-container .delivery-address-sec{float:left;width:100%}.delivery-address-sec .btn-gray-small-cmn,.page-review .btn-gray-small-cmn{cursor:pointer;background:#999;color:#fff;font-size:14px;height:35px;word-spacing:3px;border-radius:3px;float:left;width:150px;text-align:center;line-height:35px;margin-right:10px}.delivery-address-sec .btn-black-small-cmn{background:#4d4d4d;color:#fff;font-size:14px;height:35px;word-spacing:3px;border-radius:3px;float:left;width:150px;text-align:center;line-height:35px;margin-right:10px}.delivery_white_section .delivery-line-container:nth-child(2){border-bottom:none;margin-bottom:0;padding-bottom:0}.delivery_white_section .delivery-line-container .next-tab-area{background:#f1f7f4;margin-top:50px}.delivery_white_section .delivery-line-container .next-tab-area .my-btn{background:var(--user-color);float:right;width:150px;height:35px;padding:0;line-height:35px}.delivery_white_section .delivery-line-container .next-tab-area .my-btn{margin:30px 0}.popup-area .btn-area .my-btn.btn-black{border:none;width:125px;height:35px;line-height:35px;padding:0}.popup-area .btn-area .my-btn.btn-saffron{background:var(--user-color);border:none;width:125px;height:35px;line-height:35px;padding:0}.page-review .review-left{max-width:250px;float:left;width:100%}.page-review .review-right{float:left;width:calc(100% - 250px);padding-left:25px}.page-review .review-delivery-icon{width:100%;background:#f0f0f0}.page-review p.review-delivery-name{font-size:25px;color:#4d4d4d;font-weight:300;margin-bottom:5px}.page-review p.review-delivery-address{color:#999;font-size:14px}.page-review .review-info-detail span.d-text{color:#999;margin-right:10px;font-size:14px}.page-review .review-info-detail span.d-sub{font-size:14px;color:#4d4d4d;margin-right:10px}.page-review .review-delivery-details span.review-info-detail{float:left;width:100%;padding-bottom:3px}.page-review .review-delivery-details{float:left;width:100%;margin-top:25px}.page-review .review-delivery-details span.review-info-detail-text{font-weight:bold;color:#999;margin-bottom:5px;float:left;width:100%}.page-review .review-delivery-details span.review-info-detail-text span.review-service-sub-total{font-weight:400;color:var(--user-color);font-size:18px;padding-left:10px;line-height:18px}.page-review .view-review-left{min-height:500px;border-right:3px solid #f2f5f6}.page-review .review-delivery-details ul li{margin-bottom:5px;list-style:initial;float:left;width:100%}.page-review .review-delivery-details ul{padding-left:20px}.review-fixed-sec{width:100%;z-index:0;background-color:#fff;max-width:780px;border-left:3px solid #f2f5f6;margin-left:-3px}.review-delivery-address i.fa.fa-map-marker{margin-right:10px}.review-delivery-user img.user-avtar{border-radius:50%;width:30px;float:left;margin-right:10px}.review-delivery-user span{color:#b3b3b3;font-size:14px;line-height:35px}.review-delivery-user{margin-top:15px;padding:0 20px}.review-order-summary-container{width:100%;padding:20px 25px;float:left}.review-order-container .review-order-detail{color:#999;float:left;width:200px}.review-order-container{float:left;width:100%;margin-top:15px}.review-order-summary .review-order-container:last-child{margin-top:35px}.review-order-summary{float:left;width:100%;margin-top:20px}.review-order-container .review-order-price{float:right;font-size:16px;color:#4d4d4d}.review-order-container .review-order-price.review-price-green{color:var(--user-color)}.page-review .btn-green-small-cmn{cursor:pointer;background:var(--user-color);color:#fff;font-size:14px;height:35px;word-spacing:3px;border-radius:3px;float:right;width:150px;text-align:center;line-height:35px}.review-fixed-sec .review-button{bottom:0;width:100%;float:left;padding:0 25px}.review-delivery-details textarea.review-textarea{width:100%;border:1px solid #999 !important;min-height:50px;font-size:13px;padding:10px}.review-order-summary p.review-delivery-address{margin-bottom:5px}.review-order-summary .d-sub{float:left;width:100%}.order-summary-price{float:left;width:100%;padding-right:15px}.review-left-container{padding-top:30px;padding-bottom:30px;float:left;width:100%}.review-change-delivery div{float:left;width:100%}.review-change-delivery .mdl-image{background:#f0f0f0;float:left;width:165px;height:100px;margin:25px 25px 25px 0}.review-change-delivery .review-delivery-detail>span{float:left;width:100%;margin-bottom:10px;color:#4d4d4d}.review-change-delivery .mdl-info{float:left;width:calc(100% - 225px)}.mdl-info p:nth-child(2) span{color:#999}span.del-detail-title{font-size:16px;font-weight:300}.mdl-info p:nth-child(2){font-size:15px;color:#4d4d4d}.mdl-info p:nth-child(1){color:#4d4d4d;font-size:25px;font-weight:300}.mdl-info p{padding-top:10px}.mdl-info p:last-child{color:var(--user-color);font-size:18px}.review-change-delivery>.wrapper>div:first-child{border-bottom:1px solid #a0a0a0;padding-bottom:10px;margin-bottom:20px}.review-change-delivery .review-delivery-detail span span{pointer-events:none;color:#c8c8c8;font-weight:300;position:absolute;margin:10px}.review-delivery-detail span input{width:100%;height:38px;border:1px solid #c8c8c8;color:#4d4d4d;padding:0 10px;outline:none;font-weight:300;border-radius:5px;font-size:14px;text-align:right;padding-left:130px}.review-delivery-detail span textarea{width:100%;height:80px;border:1px solid #c8c8c8;color:#4d4d4d;padding:10px;outline:none;font-weight:300;border-radius:5px;font-size:14px;text-align:left}.review-detail-button .mdl-cancel{background:#b3b3b3;float:left}.review-detail-button .mdl-done{float:right;background:var(--user-color)}.review-detail-button .mdl-btn{border:none;width:125px;height:35px;line-height:35px;padding:0;color:#fff;text-align:center;margin:15px auto;font-size:14px;cursor:pointer;border-radius:5px}.popup-area.review-change-delivery{top:7%;border-radius:20px;width:600px}.page-review .header{position:fixed}.page-review .view-chat-right{padding:0;margin-left:-3px}.payment-amount-pay{color:#999;font-weight:bold;margin-bottom:20px}.payment-amount-pay span{color:var(--user-color);font-weight:400;font-size:18px;margin-left:10px}.payment-info-detail{color:#999}.delivery_white_section.payment .delivery-line-container{border:none}.delivery_white_section.payment .next-tab-area{position:absolute;margin-top:0;bottom:0;width:100%}.delivery_white_section .delivery-line-container .next-tab-area .my-btn-gray{background:#999;float:right;width:150px;height:35px;padding:0;line-height:35px;margin:30px 10px;color:#fff;text-align:center;cursor:pointer;border-radius:5px}.next-tab-area .container.thankyou{width:350px}.payment p.thank-for-shop-txt{font-size:25px;color:#4d4d4d;font-weight:300;padding:20px 0}.payment p.thank-small-txt{color:#999}.payment p.thank-small-id{color:#999;font-weight:bold;padding:13px 0}.payment span.invoice-id{color:var(--user-color);font-size:18px}.white_section_thankyou{padding:8%}.payment .next-tab-area p{color:#999;margin-top:17px;margin-bottom:-17px}.thankyou-guest-btn{width:150px}.delivery-line-container .address-box .svd-adrsbox-inner .action{padding:10px 0 20px;position:absolute;width:87%;bottom:0}.review-delivery-details .btn-gray-small-cmn{margin-top:10px}.delivery-menu-mobile{display:none}.review-delivery-detail .slrofrpg-service-list{margin:0 0 10px 0}.review-delivery-detail .slrofrpg-service-list .addon-checkbox-sec{margin:0}.delivery-setting .payment-info-detail{margin-bottom:30px}.order-date-range{position:relative;width:50%;float:left;height:35px}.order-date-range>div{height:100%}.order-date-range>span{float:left;color:#808080 !important;padding:0 !important;line-height:33px;text-align:center;font-size:14px}.order-date-range input.input-small{float:right;max-width:calc(100% - 55px);width:100%;padding:0 35px 0 20px;font-size:14px;text-align:left}.order-date-range label.input-group-addon.btn{top:-3px;right:0;padding:13px 10px;font-size:15px}.time-picker span.add-on{position:absolute;top:10px;right:18px}.history-details-left .grey-box .input-daterange{float:left;width:100%;margin-bottom:13px}.history-details-left .grey-box .input-daterange:nth-child(2){margin-bottom:18px}.details-days p{font-size:14px;text-indent:10px}.details-days-icon1{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/save.svg) no-repeat;background-size:contain;width:30px;height:30px;padding:0;float:left;cursor:pointer}.details-days-icon2{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/delete_button-white.svg) no-repeat;background-size:contain;width:30px;height:30px;padding:0;float:left;margin-left:10px;cursor:pointer}.details-days-icon.right{float:right}#history-details .grey-box.datecontainer{margin-bottom:30px;margin-top:30px;float:left;width:100%}.details-days{float:left;width:100%}.order-date-range>span:nth-child(1){width:55px}.has-error{border:1px solid #bd3a3a !important}.details-days-hide,.mobi-details,.date-hide-me{display:none}.fa.fa-map-marker.addedClassMap{color:#278aff !important}.search-filter-hide{display:none}.inbox-status-online{display:inline-block;vertical-align:middle;background:var(--user-color);width:15px;height:15px;border-radius:50%}.inbox-status-offline{display:inline-block;vertical-align:middle;background:#fff;width:15px;height:15px;border-radius:50%}.purhstdtls-delvry-method>div,.purhstdtls-delvry-subtotal>span,.purhstdtls-seller-note>span,.purhstdtls-delvry-addonsec h5,.purhstdtls-delvry-method h5{font-size:16px;color:#999}.purhstdtls-delvry-method ul li,.purhstdtls-seller-note>p,.purhstdtls-delvry-addonsec ul li,.purhstdtls-delvry-method ul li{color:#4d4d4d;font-size:16px}.thankyou-check{background:var(--user-color);width:85px;height:85px;border-radius:50%;color:#fff}.thankyou-check:before{content:'✓';font-size:40px;line-height:82px;text-align:center}.seller-dasboard-middle{background:#f0f0f0;padding-top:15px;padding-bottom:20px}.seller-dasboard-middle .container{background:#fff}.seller-dasboard-top-left-mid{padding-top:35px;padding-bottom:35px}.seller-dasboard-top-left-mid .red-big-text{font-size:32px;color:var(--user-color);font-weight:normal}.seller-dasboard-top-left-mid .revenue{font-size:12px;color:#999;font-weight:normal;padding-bottom:30px}.seller-dasboard-top-right-mid .col-md-8,.seller-dasboard-top-right-mid .col-md-7,.seller-dasboard-top-right-mid .col-md-6,.seller-dasboard-top-right-mid .col-md-5{padding:0}.dashboard-feature{text-align:center}.dashboard-feature img{max-width:100%;width:485px}.dashboard-sellerbox{background-color:#1d1d1b;padding:30px 20px;color:#999;text-align:center;min-height:323px}.dashboard-sellerbox h5 span{border:2px solid #999;display:inline-block;font-size:10px;padding:8px}.dashboard-sellerbox h5{margin-bottom:25px}.dashboard-sellerbox p{color:#fff;font-size:18px;margin-bottom:15px}.dashboard-sellerbox p.revenue{color:#999;font-size:10px;margin-top:10px;margin-bottom:0}.dashboard-sellerbox .divider{background-color:#d9d9d9;display:inline-block;height:2px;margin-bottom:5px;margin-top:5px;text-align:center;width:38px}.dashboard-sellerbox h4.price{margin-top:20px}.dashboard-bg-new{background-color:#f0f0f0;float:left;width:100%}.title-dashboard{margin-top:8px}.icon-dashboard-header{width:80px !important;margin-right:0}.dashboard-menu-container>ul li{color:#999;font-size:14px;float:left;border-right:1px solid #999;font-weight:500;cursor:pointer;text-transform:uppercase}.dashboard-menu-container>ul li.active{color:var(--user-color)}.dashboard-menu-container>ul li:last-child{border-right:none}.dashboard-info-container{background:#fff;float:left;border:1px solid #cfcece;border-radius:5px}.dashboard-menu-container{float:right;right:50%;margin-top:35px;position:relative;margin-bottom:30px}.dash-info-container{float:left;padding:20px;text-align:center}.dash-title{font-size:12px;color:#999;font-weight:500;margin-bottom:10px}.dash-price{font-size:18px;color:#000;font-weight:500;margin-bottom:15px;word-wrap:break-word}.dash-percentage,.perc-positive{font-size:12px;color:var(--user-color);margin-right:-20px;position:relative}.perc-positive{color:#00dabe !important}.perc-positive::before{content:'';background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/arrowup.svg')no-repeat;background-size:contain;width:18px;height:18px;position:absolute;margin-left:-25px;margin-top:4px}.but-csv{background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/exportcsv.svg')no-repeat;background-size:contain;width:150px;margin-left:10px;cursor:pointer;float:left;height:35px}.but-pdf{background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/savepdf.svg')no-repeat;background-size:contain;width:150px;cursor:pointer;float:left;height:35px}.dash-percentage::before{content:'';background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/arrowdown.svg')no-repeat;background-size:contain;width:18px;height:18px;position:absolute;margin-left:-25px;margin-top:4px}.dashboard-sales-container{float:left;width:100%;text-align:center}.dash-sales-text{font-size:28px;color:#000;font-weight:500;width:100%;margin-top:20px;float:left;text-align:center;z-index:400;position:relative}.dash-sales-button{width:195px;margin:0 auto;color:#fff;font-weight:500;font-size:14px;background:#50c8ff;padding:10px 0;border-radius:20px;margin-top:5px}.dashlet1{float:left;width:100%}.chart-style{width:100%}.display-none{display:none}.dashlet-name{width:100%;float:left;font-weight:500;color:#000;font-size:22px;margin-bottom:30px}.chart-style-backoutter{position:relative}.bar1-container2,.bar1-container3,.bar2-container2,.bar2-container3{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:-1}.dashlet2{position:relative}.google-visualization-table-table th,.google-visualization-table-table td{border:solid #eee;border-width:0 1px 1px 0;padding:13px 5px !important;text-align:left}.dashlet-choices{float:right;z-index:400;position:relative;right:0}.dashlet-choices-bar{float:right;right:0;margin-top:-20px}span.legend-barGraph1{margin-bottom:25px;float:left;width:50%}.legend1-color{background:#07c7ff;width:30px;height:3px;margin-right:10px;float:left;margin-top:10px}.legend2-color{background:#00dabe;width:30px;height:3px;margin-right:10px;float:left;margin-top:10px}.dashboard-menu-container>ul li:hover{color:var(--user-color)}.dash-total{font-size:22px;font-weight:500;line-height:25px}.dashboard-container{width:90%;margin-left:5%}.topnav-right .form-control{border-radius:0;border:1px solid #999;color:#494949;height:40px;width:130px;display:inline}.left{float:left}.date-control{width:150px;margin-left:10px;margin-right:20px}.topnav-right{float:right;margin-bottom:20px;position:relative}.dashboard-bg-new{background-color:#f0f0f0;float:left;width:100%}.title-dashboard{margin-top:8px}.icon-dashboard-header{width:80px !important;margin-right:0}.dashboard-menu-container>ul li{color:#999;font-size:14px;float:left;border-right:1px solid #999;font-weight:500;cursor:pointer;text-transform:uppercase}.dashboard-menu-container>ul li.active{color:var(--user-color)}.dashboard-menu-container>ul li:last-child{border-right:none}.dashboard-info-container{background:#fff;float:left;border:1px solid #cfcece;border-radius:5px}.dash-info-container{float:left;padding:20px;text-align:center}.dash-title{font-size:12px;color:#999;font-weight:500;margin-bottom:10px}.dash-price{font-size:18px;color:#000;font-weight:500;margin-bottom:15px}.dash-percentage,.perc-positive{font-size:12px;color:var(--user-color);margin-right:-20px;position:relative}.perc-positive{color:#00dabe !important}.perc-positive::before{content:'';background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/arrowup.svg')no-repeat;background-size:contain;width:18px;height:18px;position:absolute;margin-left:-25px;margin-top:4px}.but-csv{background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/exportcsv.svg')no-repeat;background-size:contain;width:150px;margin-left:10px;cursor:pointer;float:left;height:35px}.but-pdf{background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/savepdf.svg')no-repeat;background-size:contain;width:150px;cursor:pointer;float:left;height:35px}.dash-percentage::before{content:'';background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/arrowdown.svg')no-repeat;background-size:contain;width:18px;height:18px;position:absolute;margin-left:-25px;margin-top:4px}.dashboard-sales-container{float:left;width:100%;text-align:center}.dash-sales-text{font-size:28px;color:#000;font-weight:500;width:100%;margin-top:20px;float:left;text-align:center;z-index:400;position:relative}.dash-sales-button{width:195px;margin:0 auto;color:#fff;font-weight:500;font-size:14px;background:#50c8ff;padding:10px 0;border-radius:20px;margin-top:5px}.dashlet1{float:left;width:100%}.chart-style{width:100%}.display-none{display:none}.dashlet-name{width:100%;float:left;font-weight:500;color:#000;font-size:22px;margin-bottom:30px}#chart_div1{z-index:1;position:relative}.dashlet2{position:relative}.google-visualization-table-table th,.google-visualization-table-table td{border:solid #eee;border-width:0 1px 1px 0;padding:13px 5px !important;text-align:left}.dashlet-choices{float:right;z-index:400;position:relative;right:0}.dashlet-choices-bar{float:right;right:0;margin-top:-20px}span.legend-barGraph1{margin-bottom:25px;float:left;width:50%}.legend1-color{background:#07c7ff;width:30px;height:3px;margin-right:10px;float:left;margin-top:10px}.legend2-color{background:#00dabe;width:30px;height:3px;margin-right:10px;float:left;margin-top:10px}.dashboard-menu-container>ul li:hover{color:var(--user-color)}.dash-total{font-size:22px;font-weight:500;line-height:25px}.dashboard-container{width:90%;margin-left:5%}.topnav-right .form-control{border-radius:0;border:1px solid #999;color:#494949;height:40px;width:130px;display:inline}.date-control{width:150px;margin-left:10px;margin-right:20px}.topnav-right{float:right;margin-bottom:20px;position:relative}.seller-dashboard .footer{float:left;width:100%}.icon.icon-dasboard{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/dashboard_icon.svg);width:35px}.seller-dashboard .seller-titlearea p{font-size:14px;font-weight:300;color:#999}.seller-dashboard .seller-titlearea{background-color:#fff;color:#000;padding:50px 0 47px;text-align:center}.dashboard-menu-container{float:right;right:50%;margin-top:35px;position:relative;margin-bottom:30px}.dashboard-menu-container>ul{right:-50%;position:relative;float:right}.graph-empty{text-align:center;min-height:250px}.tbl-dash .graph-empty>img{padding:20px 0}.graph-empty>img{margin:0 auto;margin-left:auto;display:block;width:100px;margin-left:calc(50% - 50px);padding-top:60px}.hide-chart{opacity:0;height:0;overflow:hidden}.page-dashboard{width:100%;background:#f0f0f0}.dashboard-menus>ul>li:last-child{border:none}.dashboard-menus>ul>li.active{color:var(--user-color)}.dashboard-menus>ul>li:hover{color:var(--user-color)}.dashboard-menus>ul>li{display:inline-block;border-right:2px solid #b4b4b4;padding:0 30px;cursor:pointer;font-size:14px;font-weight:600}.dashboard-menus>ul{display:inline-block}.dashboard-menus{text-align:center;color:#999;margin-top:20px}.day-navigation,.day-navigation-top,.day-navigation-bottom{display:inline-block;width:100%;text-align:center}.day-navigation ul,.day-navigation-top ul,.day-navigation-bottom ul{display:inline-block;width:100%;list-style:none;padding:30px}.day-navigation-bottom ul{display:inline-block;width:100%;list-style:none;padding-top:30px;padding-bottom:0}.day-navigation ul li,.day-navigation-top ul li,.day-navigation-bottom ul li{display:inline-block;width:auto;padding:0 40px;position:relative}.day-navigation ul li:after,.day-navigation-top ul li:after{background:#b4b4b4;height:100%;width:2px;max-height:20px;position:absolute;top:0;right:0;content:""}.day-navigation ul li,.day-navigation ul li a,.day-navigation-top ul li,.day-navigation-top ul li a,.day-navigation-bottom ul li{display:inline;width:100%;color:#999;font-size:14px;font-weight:600;transition:all .4s linear;-webkit-transition:all .4s linear;-moz-transition:all .4s linear}.day-navigation ul li.active,.day-navigation ul li:hover,.day-navigation ul li.active a,.day-navigation ul li a.active,.day-navigation-top ul li.active,.day-navigation-top ul li:hover,.day-navigation-bottom ul li.active,.day-navigation-bottom ul li:hover{color:#50c8ff;cursor:pointer}.dashboard-board{margin:15px auto;padding:20px;background:#fff;max-width:80%}.dashboard-board>ul{display:inline-block;width:100%;text-align:center}.dashboard-board>ul>li{display:inline-block;width:24%;vertical-align:top;text-align:center;color:#999}.dashboard-board>ul>li .total-value .currency{vertical-align:middle}.dashboard-board>ul>li .total-value{letter-spacing:1px}.dashboard-board>ul>li .total-value{color:#484848;font-size:22px;margin-bottom:8px}.dashboard-board>ul>li .total-value .item-price{color:#484848}.dashboard-board>ul>li.average-sold{display:none}.high-low.green{color:#52a246}.high-low.red{color:#d0021b}.arrow-down{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:8px solid #d0021b;display:inline-block}.arrow-up{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:8px solid #52a246;display:inline-block}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-car .odometer-digit{background-image:none;box-shadow:none;padding:0}.odometer.odometer-auto-theme,.odometer.odometer-theme-car,.odometer.odometer-auto-theme .odometer-digit:last-child,.odometer.odometer-theme-car .odometer-digit:last-child{border-radius:0;background:transparent;color:#484848;padding:0}.odometer.odometer-auto-theme,.odometer.odometer-theme-car,.odometer.odometer-auto-theme .odometer-digit:last-child,.odometer.odometer-theme-car .odometer-digit:last-child{color:#484848;text-align:center}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner{left:-2px}.high-low.red .odometer.odometer-auto-theme,.high-low.red .odometer.odometer-auto-theme .odometer-digit:last-child{color:#d0021b}.high-low.green .odometer.odometer-auto-theme,.high-low.green .odometer.odometer-auto-theme .odometer-digit:last-child{color:#52a246}.dashboard-graph{margin-top:40px;display:inline-block;width:100%;background:#fff;box-shadow:1px 2px 1px 0 rgba(0,0,0,.26);-webkit-box-shadow:1px 2px 1px 0 rgba(0,0,0,.26);-moz-box-shadow:1px 2px 1px 0 rgba(0,0,0,.26)}span.dashboard-grapth-title{font-size:20px;font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:.2px;text-align:center;color:#484848;float:left;width:auto;padding-top:20px;position:relative;z-index:111;padding-left:60px}.switch-toggle label{width:33.33%;float:left;height:100%;text-align:center;color:#999;line-height:2em;font-weight:normal}.switch-toggle input{position:absolute;left:0;opacity:0}.switch-candy input:checked+label{color:#fff;border-radius:20px;background:var(--user-color)}.switch-toggle.switch-candy{border-radius:20px;background:#fff;height:40px;border:1px solid #979797}.dashboard-tables{margin-top:30px;background:#fff;position:relative}.tbl-dash .ph-t-table{margin:15px 0 40px;border:1px solid #d2d1d2}.tbl-dash .ph-t-table tbody tr>td{border-bottom:1px solid #d8d8d8;color:#4d4d4d;padding:10px 15px;min-width:100px;border-top:none}.tbl-dash .ph-t-table tbody tr:last-child>td{border-bottom:none}.tbl-dash .ph-t-table thead{background:#4d4d4d;color:#fff}.tbl-dash .ph-t-table tbody tr>td:first-child{max-width:300px;padding-right:80px}.tbl-dash .ph-t-table thead tr>th{border-bottom:none;padding:10px 15px}.tbl-dash-title{font-size:15px;color:#4d4d4d;padding:10px 15px}.tbl-dash .ph-t-table tbody tr>td>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;display:-webkit-box}.seller-sales{color:#999;font-size:12px}.seller-sales .itemlist-head{background-color:#eef7f4;border-bottom:1px solid #e6e6e6}.seller-sales .itemlist-head-r{display:table;width:100%;padding:20px 0}.seller-sales .itemlist-head-r>div{display:table-cell;padding:5px 25px;text-transform:inherit;font-size:14px;color:#b3b3b3}.total-sold-item-txt{margin-top:10px}.seller-sales-icon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon-sales.svg);background-size:contain;width:30px;float:left;height:30px;margin-right:20px;margin-top:4px}.seller-sales .itemlist-head-r>div.item-price,.seller-sales .itemlist-head-r>div.item-stock,.seller-sales .itemlist-head-r>div.item-purchaseable{text-align:center}.seller-sales .itemlist-body{background-color:#fff;font-size:14px}.seller-sales .itemlist-body-r{width:100%}.seller-sales .itemlist-body-r .item-row{display:table;width:100%}.seller-sales .itemlist-body-r .item-row>div{display:table-cell;vertical-align:middle}.seller-sales .itemlist-body .item-row{margin-top:15px;background-color:#fff;padding:25px 0}.seller-sales .itemlist-body-r div .description{padding-right:15px;width:80%}.seller-sales .itemlist-head-r .item-name,.seller-sales .itemlist-body-r .item-name{width:50%}.seller-sales .itemlist-head-r .item-price,.seller-sales .itemlist-body-r .item-price{width:26%;text-align:center}.seller-sales .itemlist-head-r .item-sold,.seller-sales .itemlist-body-r .item-sold{width:26%;text-align:center}.seller-sales .itemlist-body-r .item-actions ul>li:first-child{margin-bottom:15px}.seller-sales .item-preview{position:absolute;width:100%;border:1px solid #f7f7f7}.seller-sales .itemlist-body-r .item-name .wrapper{display:table;width:100%}.seller-sales .itemlist-body-r .item-name .wrapper>img,.seller-sales .itemlist-body-r .item-name .wrapper .description{display:table-cell;vertical-align:middle}.type-payment{width:130px;height:45px}.payment-stripe{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/stripe_logo.svg) no-repeat;background-size:contain}.payment-paypal{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/paypal_icon-02.svg) no-repeat;background-size:contain}.payment-omise{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/omise_logo.svg) no-repeat;background-size:contain}.payment-paymill{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/paymill.jpg) no-repeat;background-size:contain}input.payment-input#SellerPayment{padding:0 10px}.btn-link-payment{background:#4d4d4d;color:#fff;cursor:pointer;text-align:center;border-radius:3px;font-weight:300;height:40px;line-height:40px;width:100%}.img-payment-warning{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/verify_pay.svg)no-repeat;background-size:contain;width:20px;height:25px;float:left;margin-right:10px;margin-top:10px}.seller-payment-container span{float:left;color:#999;width:calc(100% - 30px);word-break:break-word}.col-md-12.seller-payment-container{border-bottom:1px solid #999;padding-bottom:30px;margin-top:30px;margin-bottom:0;float:left;width:100%}.col-md-12.seller-payment-container:last-child{border-bottom:none}.payment-input{color:#b3b3b3;line-height:40px}.offline-payment-input{line-height:20px}.seller-payment-container .pay-getway-logo img{max-height:45px;max-width:100%}.pay-getway-logo-txt{padding-top:10px;font-weight:bold}.seller-payment-container .omise-logo img{max-width:120px}.header .main-nav ul>li #SelectLanguage ul.dd-options li{padding:0}.session-time{border-right:1px solid #d8d8d8}.img-tooltip-map{float:left;width:100%;height:100%;position:absolute;left:0;top:0}.cht-offer-mobilebuybtn{display:none}.slracptpg-cmnbtn-sec a{text-align:center}.slracptpg-cmnbtn-sec{margin-top:30px;margin-bottom:10px;margin-left:auto;width:100%;text-align:center}.slracptpg-cmnbtn-sec p{text-align:left}.spinner input{text-align:right}.spinner .input-group-btn-vertical{position:relative;white-space:nowrap;width:2%;vertical-align:middle;display:table-cell}.spinner .input-group-btn-vertical>.btn{display:block;float:none;width:100%;max-width:100%;padding:9.5px;margin-left:-1px;position:relative;border-radius:0}.spinner .input-group-btn-vertical>.btn:first-child{border-top-right-radius:4px}.spinner .input-group-btn-vertical>.btn:last-child{margin-top:-2px;border-bottom-right-radius:4px}.spinner .input-group-btn-vertical i{position:absolute;top:2px;left:5px}.faq-body-left{float:left;width:100%;background:#fff;padding:25px;margin-bottom:10px;box-shadow:2px 3px 3px -2px}.faq-body-left>ul li{list-style:inside;color:#646464;cursor:pointer;line-height:30px;font-size:16px;padding:5px 15px 0 15px;float:left;width:100%}ul.faq-category li:hover{color:var(--user-color);font-weight:500}.faq-body-right{float:left;width:100%}.full-width{width:100%;float:left}.faq-title{font-size:24px;color:#5a5a5a;margin-bottom:20px}.faq-sub{color:#787878;font-size:18px;margin-bottom:10px;margin-top:25px}.faq-sub-content{font-size:16px;background:#fff;padding:26px;color:var(--user-color);font-weight:600;margin:5px 0;box-shadow:2px 3px 3px -2px #787878}.triangle-right{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #787878;float:left;margin-right:10px;margin-top:5px;cursor:pointer}.triangle-down{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #787878;float:left;margin-right:10px;margin-top:8px;cursor:pointer}.faq-support-text{text-align:center;color:#969696}.button-faq-email{width:240px;background:var(--user-color);color:#fff;text-align:center;padding:10px 0;margin:15px auto 0;cursor:pointer;border-radius:20px}.faq-display{line-height:30px;color:#505050;font-size:16px;padding:10px 0 30px;font-weight:400}.triangle-right-li{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #fff;right:0;margin-right:12px;cursor:pointer;top:50%;transform:translateY(-50%);position:absolute}span.faq-menu-title{font-size:20px;text-transform:uppercase;border-bottom:1px solid #4a4a4a;padding-bottom:5px;margin-left:15px;float:left;margin-top:25px}.faq-header{color:#505050;font-size:15pt;padding-bottom:20px;width:100%;float:left}.faq-body-container{background:#f0f0f0;width:100%;padding:35px 0}.faq-body-left>ul{margin-top:0;margin-bottom:10px;padding:0;float:left;width:100%}.faq-tab-hide{display:none}.content-page-big-title{margin-top:35px}.faq-divider{height:1px;background:#d2d4d5;width:100%;position:absolute}ul.faq-sub-category li{color:#9e9e9e;line-height:0;margin-left:35px;list-style:inside}.glyphicon.glyphicon-arrow-up{color:#b4adad;font-weight:300 !important;font-size:11px;line-height:0}.faq-top{font-size:12px;color:#b4adad;line-height:0;font-weight:300}ul.ui-autocomplete li.ui-menu-item{position:relative;padding:3px 15px}ul.ui-autocomplete li.ui-menu-item:hover{background:#c8c8c8 !important;outline:none;cursor:pointer;color:#fff !important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:transparent !important;background:transparent !important}.select-option-container option{font-weight:400;padding:5px;outline:none}.ui-autocomplete{position:absolute;top:100%;left:0;z-index:99999;float:left;display:none;min-width:160px;_width:160px;margin:2px 0 0 0;list-style:none;background-color:#fff;border-color:#ccc;border-color:rgba(0,0,0,.2);border-style:solid;border-width:1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;max-height:135px;overflow-y:scroll;overflow-x:hidden}.ui-autocomplete .ui-menu-item>a.ui-corner-all{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:18px;color:#555;white-space:nowrap}.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-hover,.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-active{color:#fff;text-decoration:none;background-color:#08c;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;background-image:none}#AutoCompleteResult{position:absolute;padding:0 15px 0 30px}ul.ui-autocomplete li.ui-menu-item span{color:#c8c8c8;position:absolute;white-space:nowrap;transform:translateX(0);transition:5s}ul.ui-autocomplete li.ui-menu-item span:hover{color:#fff !important}ul.ui-autocomplete li.ui-menu-item:hover span{transform:translateX(calc(200px - 100%))}.content-pages{background:#f0f0f0;width:100%}.content-pages p{font-size:16px;color:#575756;padding-top:15px;padding-bottom:10px}.content-page-top-sec{padding-top:40px;padding-bottom:40px;border-bottom:1px solid #b1b1b1;margin-bottom:20px}.content-page-title{font-size:18px;color:#9c9b9b;text-transform:uppercase;text-align:center}.content-page-menu{width:100%;margin:auto;text-align:center;margin-top:40px}.content-page-menu li{display:inline-block;padding:10px}.content-page-menu li a{text-decoration:none;text-transform:uppercase;color:#6f6f6e;font-size:14px;padding:15px 25px}.content-page-menu li.active a{background:var(--user-color);color:#fff;border-radius:30px;padding:15px 25px}.content-page-big-title{font-size:22px;font-weight:700;color:#3c3c3b;padding-top:25px;padding-bottom:10px}.content-page-small-title{font-size:18px;font-weight:700;color:#3c3c3b;padding-top:20px}.contact-main{background:#fff;width:800px;margin:auto;max-width:100%;padding:30px;font-size:16px;color:#999;min-height:300px;margin-top:20px;margin-bottom:150px}.contact-title h1{font-size:26px;font-weight:700;color:#000;border-bottom:1px solid #999;padding-bottom:10px;max-width:200px}.contact-main p{padding-top:20px;padding-bottom:15px}.contact-main p img{margin-right:15px}input#OriginalPrice{border:none;pointer-events:none;padding:0;color:#4d4d4d !important;font-size:20px}.slrofrpg-original-price{font-weight:700;font-size:20px;color:#4d4d4d !important}.lato-light-gray.viewdtls-lbl-chat{color:#999;font-size:14px;margin-bottom:15px}.cmn-clr-green.viewdtls-lbl-chat{margin-bottom:15px}.content-top-bar .search-top .form-control{display:inline-block;width:240px}.search-top .null-title{color:#4d4d4d;font-size:25px;font-weight:300;margin-bottom:10px}.content-top-bar .search-top select.form-control{display:inline-block;margin-left:10px;background-image:none;width:120px}.my-confirmmodal .modal-footer{text-align:center}.my-confirmmodal .modal-dialog{top:20%}.my-confirmmodal .modal-footer .btn{min-width:90px;margin:0 15px}.my-confirmmodal .modal-content{border-radius:0}.my-confirmmodal .modal-body{padding:50px;padding-bottom:40px;text-align:center}.my-confirmmodal .modal-dialog{max-width:500px;width:100%;margin:0 auto}.my-confirmmodal .bootbox-close-button{display:none}.bootbox-body{word-break:break-all}.page-login .language-menu #SelectLanguage{padding-top:7px}.loing-section{margin:auto;width:280px;max-width:95%;padding-top:50px;padding-bottom:30px}.login-title{font-size:22px;color:#4a4a4a;border-bottom:1px solid #e6e6e6;margin-bottom:40px;padding-bottom:10px;text-align:center}.login-area{width:100%;margin:auto;text-align:center}.login-btn.btn-facebook{background-color:#3b5998;margin-top:5px;margin-bottom:5px}.login-btn.btn-google{background-color:#fff;margin-top:5px;margin-bottom:5px;color:#494949}.login-btn{color:#fff;display:inline-flex;font-size:14px;margin:0 auto;outline:medium none;padding:10px 15px 7px;width:280px;max-width:100%;font-family:'Roboto',sans-serif;box-shadow:0 3px 5px rgba(73,73,73,.25);align-items:center;font-weight:bold}.login-btn:hover,.login-btn:focus,.login-btn:active{color:#fff}.login-btn.btn-google:hover,.login-btn.btn-google:focus,.login-btn.btn-google:active{color:#494949}.icon.icon-fb{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/login_fb.svg);height:30px;width:30px}.icon.icon-google{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/login_goo.svg);height:30px;width:30px}.forgotpass-link{margin-top:20px;margin-bottom:15px;text-align:center;width:100%}.forgotpass-link a{font-size:12px;color:#999;text-decoration:none;outline:none}.sign-in-bottom-border{border-bottom:1px solid #e6e6e6;margin:auto;margin-bottom:30px;margin-top:33px;width:100%;text-align:center}.sign-in-or-txt{color:#4d4d4d;font-size:14px;background:#fff;position:absolute;padding:0 15px;margin-top:-10px;margin-left:-20px}.signin-form-group{margin-top:10px;margin-bottom:10px;text-align:left}.signin-form-group label{width:100%;font-size:12px;color:#999;font-weight:normal;margin-bottom:3px}.signin-form-group .singfrm-txtbox{width:100%;color:#000;font-size:12px;height:30px;padding:5px 10px}.black-btn{background:#000;color:#fff;border:none;margin-top:10px;padding:7px 20px;min-width:132px;text-align:center;font-size:12px;outline:none;margin-left:3px;margin-right:3px}.loing-section{position:relative;min-height:700px}.signin-sec{position:absolute;top:120px;left:0;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;opacity:0}.register-sec{position:absolute;top:120px;left:-1400px;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;opacity:0}.signin-sec.active,.register-sec.active{-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;opacity:1;left:0}.msg-error-sec{color:#f00;font-size:12px}.row-inbox .inbox-descrption{padding-left:30px;padding-right:30px;width:calc(100% - 700px)}.row-inbox .inbox-cell.inbox-meta>span{width:110px}.inbox-cell.inbox-meta .message-placeholder{width:150px}.inbox-cell.inbox-descrption .inbox-descrption-txt{max-width:520px;width:100%}.filmpg-btmbtn-sec{background-color:#edefed;padding-top:60px;padding-bottom:60px;text-align:center;margin-top:50px}.filmpg-btmbtn{display:inline-block;background-color:#c7cccc;padding:10px 15px;color:#fff;border-radius:4px;width:180px}.filmpg-btmbtn:hover,.filmpg-btmbtn:focus{color:#fff}.filmpg-chk-areasec .fancy-chkbox-sqr>label{background-repeat:no-repeat;background-position:left center;background-size:50px}.filmpg-chk-areasec .fancy-chkbox-sqr>input[type="checkbox"]{display:none}.filmpg-chk-areasec .fancy-chkbox-sqr input[type="checkbox"]+label{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_unselected.svg');height:30px;width:30px;background-size:cover}.filmpg-chk-areasec .fancy-chkbox-sqr input[type="checkbox"][disabled]+label{background:#ccc}.filmpg-chk-areasec .fancy-chkbox-sqr input[type="checkbox"]:checked+label{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_selected.svg')}.filmpg-chk-areasec .fancy-chkbox-sqr input[type="checkbox"]:checked+label+label{color:var(--user-color)}.filmpg-chk-areasec .fancy-chkbox-sqr label:nth-child(3){margin-left:8px;vertical-align:sub}.purhstdtls-prdcts-sec .purhstdtls-prdcts-drpdown{margin-top:20px}.purhstdtls-prdcts-sec ul>li{list-style:disc}.purhstdtls-prdcts-sec a{color:#337ab7}.purhstdtls-prdcts-sec a:hover,.purhstdtls-prdcts-sec a:focus,.purhstdtls-prdcts-sec a:active{text-decoration:none;outline:none;color:inherit}.filmpg-chk-areasec .fancy-chkbox-sqr{margin-bottom:5px}.page-film .order-item-feedback-popup .ordr-dtls-item-itemdesc{width:100%}.page-film .order-item-feedback-popup .item-info-text{font-weight:600;font-size:20px}.plogin-top-sec{padding-bottom:30px;text-align:center;background:#fff}.prvt-login-inner-left{width:350px;margin:0 auto}.prvt-login-inner-right{width:455px;margin:0 auto;padding:50px}.prvtlogin-left-btn{background-color:#000;color:#fff;padding:10px 15px;min-height:40px;display:inline-block;width:240px;text-align:center;border:1px solid #fff}.prvtlogin-left-btn:hover,.prvtlogin-left-btn:focus{background-color:#ff5a5f;color:#fff}.prvtlogin-lefttbtn-sec{margin-bottom:10px;text-align:center}.prvtlogin-leftttxt-sec{text-align:center;margin-top:25px}.prvtlogin-leftttxt-sec span{color:#000;display:inline-block;margin-left:10px}.prvtlogin-click-here-txt{margin-top:5px;text-align:center}.prvtlogin-click-here-txt a{font-weight:bold;color:#fff;border:1px solid #fff;padding:10px 20px;display:block;width:210px;margin:auto}.prvtlogin-click-here-txt a:hover,.prvtlogin-leftttxt-sec a:hover{color:#ff5a5f}.prvt-login-form-left{width:350px;margin:0 auto}.prvt-login-form-left h4{font-size:20px;margin-bottom:30px}.prvt-login-frmgrp label{font-size:12px;font-weight:normal}.prvt-login-frmgrp{margin-bottom:22px;text-align:left;width:250px;max-width:100%;margin-left:auto}.forgotpass-sec .prvt-login-frmgrp{width:100%}.prvt-login-frmgrp input[type="text"]{border:1px solid #c7c7c7;box-shadow:none;border-radius:3px}.prvt-login-btn{background-color:#000;color:#fff;padding:10px 15px;min-height:40px;display:inline-block;min-width:120px;text-align:center;border:1px solid #fff}.prvt-login-btn:hover,.prvt-login-btn:focus{background-color:#ff5a5f;color:#fff;border:1px solid #fff}.prvt-login-frmbtnsec{text-align:center;margin-top:35px}.prvt-login-inner-right h4{color:#000;font-size:24px;text-align:center;margin-bottom:20px}.prvt-login-inner-right p{line-height:25px;color:#999;text-align:center;word-break:break-word}.prvt-login-mid-l{border-right:2px solid #b3b3b3}.prvtlogin-rightbtn-sec{text-align:center;margin-top:40px}.prvtlogin-right-btn,.prvtlogin-right-btn:hover,.prvtlogin-right-btn:focus{background-color:#fff;border:1px solid #000;color:#000;padding:10px 15px;min-height:40px;display:inline-block;width:160px;text-align:center}.fancy-radio-blackdot>label{background-repeat:no-repeat;background-position:left center;background-size:50px}.fancy-radio-blackdot>input[type="radio"]{display:none}.fancy-radio-blackdot input[type="radio"]+label{background-image:none;border:1px solid #999;height:22px;width:22px;border-radius:15px;margin-right:10px}.fancy-radio-blackdot input[type="radio"]:checked+label{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/dot_black.svg');background-position:center;background-size:80px}.fancy-radio-blackdot label{color:#999;font-weight:normal}.fancy-radio-blackdot{margin-bottom:10px}.prvt-login-midsec{padding-bottom:100px;padding-top:50px}.prvt-login-midback .prvtlogin-leftttxt-sec{color:#fff}.prvt-login-midback .prvtlogin-leftttxt-sec span{color:#fff}.prvt-login-midback .prvt-login-form-left h4{color:#fff}.prvt-login-midback .prvt-login-frmgrp label{color:#fff}.prvt-login-midback .fancy-radio-blackdot input[type="radio"]+label{border:1px solid #fff;background-color:#fff}.prvt-login-midback .prvt-login-inner-right{background-color:#fff}.prvt-login-midback .prvt-login-mid-l{border-right:2px solid #fff}.prvt-login-form-left{display:none}.prvt-login-inner-left{display:none;padding-top:100px}.prvt-login-form-left.active,.prvt-login-inner-left.active{display:block}.prvt-login-mid-l{padding-bottom:50px}.prvt-login-ftr{padding-top:50px;padding-bottom:50px;text-align:center;color:#999}.prvt-login-ftr span{display:inline-block;width:100px;text-align:center;font-size:27px;vertical-align:middle}.prvt-login-ftr a{color:#b3b3b3}.prvt-login-errmsg{color:#f00}.login-back-btn{text-align:center;padding:15px}.login-back-btn a{text-decoration:none;outline:none;color:#fff}.prvt-login-form-inner{width:320px;max-width:100%;padding:25px 35px;background:rgba(0,0,0,.3);text-align:center;color:#fff}.prvt_login_btn,.prvt_login_btn:hover{border:1px solid #cacaca;width:100%;display:inline-block;text-align:left;color:#fff;padding:7px 12px;margin:auto;margin-bottom:10px}.prvt_login_btn .icon-google{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/login-gogle-icon.svg)}.prvt_login_btn .icon-facebook{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/login-fb-icon.svg)}.plogin-logo{width:200px;max-width:100%;margin:auto}.plogin-logo img{max-width:100%;margin:auto;width:auto;max-height:100px}.prvt-login-form-left .login-area{margin-bottom:10px}.prvt-forgotpass-sec{text-align:center;width:auto;display:inline-block;padding-left:12px}.prvt-forgotpass-sec a{text-decoration:none;outline:none;font-size:12px}.prvt-login-btn-area{display:inline-block;width:auto;text-align:center;margin:auto;margin-bottom:10px}.forgotpass-sec{width:350px;margin:auto;max-width:100%;padding-top:50px;padding-bottom:20px;text-align:center}.forgotpass-title{font-size:22px;color:#000;border-bottom:1px solid #ccc;padding-bottom:8px;margin-bottom:20px}.page-private-account{background:#b2b2b2}.page-private-account .plogin-top-sec{background:#fff;padding-bottom:30px}.private-create-account-sec{width:250px;max-width:95%;margin:auto;text-align:center;padding-top:20px;padding-bottom:30px;color:#fff}.private-create-account-sec h1{margin-top:15px;margin-bottom:15px;font-size:20px}.private-create-account-sec .signin-form-group label{color:#fff}.lng-translate-top-sec{background:#494949;color:#fff;padding:10px 15px;margin-bottom:15px}.lng-translate-top-sec .cart-top-sec-left .item-form-group span{float:left;margin-top:10px;font-size:16px}.lng-translate-top-sec .cart-top-sec-left .item-form-group select{float:left;width:250px;max-width:70%;margin-left:10px}.common-btn-grey{font-size:16px;font-weight:300;color:#fff;background-color:#b3b3b3;text-align:center;border:1px solid #b3b3b3;display:inline-block;height:40px;width:150px;line-height:37px;transition:all .2s ease 0s;text-decoration:none;outline:none;border-radius:5px;margin:5px}.common-btn-red{font-size:16px;font-weight:300;color:#fff;background-color:#666;text-align:center;border:1px solid #666;display:inline-block;height:40px;width:150px;line-height:37px;transition:all .2s ease 0s;text-decoration:none;outline:none;border-radius:5px;margin:5px}.spacetime_tab-translate .item-form-group{min-height:auto}.spacetime_tab-translate span.text_title{color:var(--user-color);text-align:center;display:block;margin:30px 0 45px}.spacetime_tab-translate .grey-txt-padding{color:#999;padding:0 0 12px 0}.spacetime_tab-translate .seller-common-box .item-form-group label{color:#000}.spacetime_tab-translate .lng-trans-option-sec{border-left:1px solid #c8c8c8;margin-left:15px;margin-top:25px;float:left;width:100%}.spacetime_tab-translate .lng-trans-option-sec .item-form-group{min-height:30px;margin:12px}.spacetime_tab-translate .button-container{margin:45px 0 70px;float:right;width:100%}.spacetime_tab-container{padding-bottom:40px}.seller_translate-container .item-form-group{min-height:auto}.seller_translate-container .item-form-group select{width:300px}.section.section-category{padding-bottom:30px;display:inline-block;width:100%}.google-space-300x250{max-width:300px;width:100%;text-align:center}.google-space-sec{margin:auto;width:100%;max-width:630px;padding:20px;clear:both;overflow:hidden}.google-space-big{margin:20px auto;width:100%;max-width:728px;clear:both;overflow:hidden}.page-seller .google-space-big{margin-top:5px}.section.section-item{background:#fff;padding:70px 0 0}.item-list-container{width:33%;display:inline-table;margin:auto;text-align:center}.item-list-container .content{width:80%;margin:auto}.item-list-container .square-img img{width:135px;height:135px;margin:0 auto 25px;border-radius:50%}.item-list-container .content-title{font-size:16px;color:#000}.item-list-container .content-desc{color:#999;font-size:14px;line-height:22px;margin-top:25px;margin-bottom:70px}.section-item .group-list-container{width:66%;margin:auto}.group-list-container .item-list-container{width:50%;display:inline-table;margin:auto;text-align:center}.section.section-banner{background-size:cover;background-position:center;width:100%;padding:90px 0 70px;width:calc(100% - 60px);margin:15px 30px}.section-banner .title-text{text-align:center;font-size:34px;font-weight:bold;color:#fff}.section-banner .section-banner-content{width:70%;margin:0 auto}.section-banner .desc-text{color:#fff;font-size:14px;line-height:22px;margin-top:50px;text-align:center}.section-banner .button-text{font-size:15px;color:#fff;border:1px solid #fff;display:table;margin:20px auto 0;cursor:pointer}.section-banner .button-text a{width:100%;float:left;padding:20px}.vjs-control-bar{display:none}#big-video-wrap{position:absolute;overflow:hidden;height:100%}.page-home .index-mobile-header,.page-home .section.home-banner{position:inherit}.map-img h3.popover-title{margin-top:5px}.map-img .popover-content{overflow:hidden;width:150px}.gm-style-iw~div{position:relative !important;float:right}.gm-style .gm-style-iw .map-desc-price{z-index:9}.gm-style .gm-style-iw{width:150px !important}.gm-style img{height:100%}.footer-social-media{margin:25px auto 0 auto;width:100%}.footer-social-media li{display:inline-block;padding:5px 8px}.footer-social-media li img{border:none;max-width:100%;width:30px}.page-home .header.is-slider{background:none;position:relative}.banner-slider .home-serach{margin-top:0;position:absolute;width:100%;top:65%}.home-banner.banner-slider{position:relative}.home-banner.banner-slider .banner-inner{position:absolute;top:10%}.header.is-slider .index-mobile-header{position:relative;z-index:9999}.change-password .seller-settings-title{border-right:none}.header .main-nav li.more-menu ul.dropdown-menu{max-height:255px}.seller-dashboard .switch-toggle input+label{padding:6px 0}.dashboard-menu-container>ul{width:auto !important}.popup-area.order-item-feedback-popup .my-btn.btn-red-popup{background-color:var(--user-color);border-radius:5px;color:#fff;display:inline-block;padding:9px 20px;text-align:center;width:160px;margin:auto;text-align:center;display:block;float:none;line-height:normal}.carousel-inner .item.active.left{float:none}#HomeCarousel .carousel-inner{top:-60px}.index-page .header{border-bottom:none}.index-page .carousel-control.right,.index-page .carousel-control{background:none}.switch-toggle.switch-candy a{background-color:var(--user-color)}#seller-notification{max-width:400px}#seller-notification .content-area{text-align:center;font-weight:600;color:#000}#seller-notification .btn-black{background-color:#000;color:#fff;border-radius:0;padding:9px 30px}#seller-notification .btn-area .btn-close{color:#d5c8c8;margin-top:10px;display:block}#seller-notification .close{position:absolute;right:10px;top:5px;font-size:30px}.shippo-box{background:#fff;padding:20px 0;word-wrap:break-word;width:100%;clear:both}.shippo-box-inner{border:1px solid #ccc;color:#808080;padding:20px 30px;font-size:16px;min-height:150px}.shippo-box-inner p{padding-top:20px}.shippo-box-inner img{max-width:100%}.shippo-box-inner a{color:#00a8ff}.shippo-box-inner span{color:#000}.inbox-empty-img{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/inbox_empty.svg)no-repeat;background-size:contain;width:110px;height:110px;margin:auto}.row-inbox.inbox-empty{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.btn-question{font-weight:700;font-size:17px;position:absolute;margin:-2px 6px;background:#c8c8c8;width:20px;height:20px;text-align:center;border-radius:50%;line-height:22px}.page-search .main{min-height:100vh !important}.header.affix{position:fixed}.category-menu.affix-top .category-items{max-height:100%}.category-items ul{background-color:transparent;border:none;height:100%}.category-items ul>li>a{background-color:#fff;border:1px solid #999;border-bottom:none}.category-items ul>li:last-child>a{border-bottom:1px solid #999}.category-items ul>li>a:hover{color:#000}.carousel-control{position:initial}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50px}body.slide-open{position:fixed}.page-inbox .content-top-bar .title{float:left;margin-right:15px;margin-bottom:10px}.page-inbox select.inbox-select-option{width:150px;float:left}.page-review .btn-gray-small-cmn>a,.page-review .btn-green-small-cmn>a{width:100%;height:100%;float:left}.fc-event{border:1px solid transparent;text-align:center;font-weight:700}.fc-event,.fc-event-dot{background-color:transparent;text-align:center;font-weight:700}td.fc-widget-content.event-bg-color:not(.fc-day){background:transparent}.model-img-crop .html5imageupload .btn.download{color:transparent;max-width:50px;border-color:transparent;background-color:#398439;padding-left:10px}.model-img-crop .html5imageupload .btn.download i{color:#fff;font-size:14px}.model-img-crop .html5imageupload .btn.download i.glyphicon-download:before{content:""}.tog-delivery{display:none}.msg-error-dname{color:#f00;font-size:12px;margin-top:-12px;margin-bottom:12px}.pdf-btn{display:inline-block;width:100%;max-width:200px;position:relative;cursor:pointer;text-align:center;padding:11px;background:#646464;border:1px solid #323232;max-height:45px;border-radius:30px;margin-bottom:1px}.pdf-main .pipcontent{display:inline-block}.pdf-main .responce{display:inline-block}.pdf-btn input{opacity:0;position:absolute;z-index:111;top:0;width:100%;cursor:pointer;height:100%;left:0}.pdf-btn:hover{background:#000}.pdf-main .pip{position:relative;z-index:111;top:2px;max-width:200px;display:block;text-align:center;padding:5px}.pdf-main .pip p{padding-left:15px}.pdf-main .remove{position:absolute;color:#000;top:3px;left:0;width:25px;height:25px}.pdf-main .remove img{display:block;cursor:pointer;width:25px;height:25px}.pdf-main .remove{position:absolute;color:#000;top:3px;left:0;width:25px;height:25px}.pdf-btn span{color:#fff;position:relative;z-index:111;top:2px}.pdf img{max-width:20px;position:relative;top:-2px}.pdf-btn span.remove{position:absolute;color:#000;top:0;right:0;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}.pip{display:inline-block;width:100%;position:relative;color:#111}.pdf-btn span p{color:#111}.header .main-nav ul>li.inbox-menu>a{overflow:initial}#HomeCarousel .carousel-inner{top:-60px;height:700px;overflow:hidden}.page-home .carousel-inner>.item{height:100%}.page-home .carousel-inner>.item{height:100%}.page-home .carousel-inner>.item video{height:100%;overflow:hidden;width:100%;object-fit:cover}.section.section-text{display:inline-block;width:100%}.t-d-text{max-width:70%;margin:50px auto 60px;text-align:center;display:block}.t-d-text>span.t-d-title{font-size:34px;font-weight:bold;display:inline-block;width:100%}.t-d-text>p.t-d-description{font-size:14px;color:#999;line-height:22px;margin:30px 0 0}.page-sub-accounts .order-list{background:#f0f0f0}.page-sub-accounts .order-list-heading{background:#fff;width:100%;margin:auto;color:#999;font-size:12px;padding:15px 0;margin-bottom:10px}.page-sub-accounts .order-list-tit-sec{padding:0 10px;text-transform:uppercase}.page-sub-accounts .list-access-permission .x-column,.page-sub-accounts .list-auto-activity .x-column{display:inline-block;vertical-align:middle;border-right:1px solid #999;text-align:center;color:#999;font-weight:600}.page-sub-accounts .list-access-permission .order-list-tit-sec,.page-sub-accounts .list-access-permission .order-list-body-sec .order-read-box,.page-sub-accounts .list-auto-activity .order-list-tit-sec,.page-sub-accounts .list-auto-activity .order-list-body-sec .order-read-box{display:table;width:100%;position:relative}.page-sub-accounts .list-access-permission .order-list-tit-sec>div,.page-sub-accounts .list-access-permission .order-list-body-sec .order-read-box>div{display:table-cell;width:16.66%;text-align:center}.page-sub-accounts .order-list.list-access-permission div.column-username,.page-sub-accounts .order-list.list-access-permission div.column-id{width:15%}.page-sub-accounts .list-access-permission .x-column:last-child,.list-auto-activity .x-column:last-child{border:none}.page-sub-accounts .order-list-body-sec{width:100%;display:table}.page-sub-accounts .order-read-box{background:#fff;margin-bottom:10px;padding:30px 10px 30px 0;color:#9c9b9b}.page-sub-accounts .order-list .order-list-body-sec{display:block;padding-bottom:50px}.page-seller.page-sub-accounts .seller-settings-menu-container{margin-bottom:0}.page-sub-accounts .seller-settings-menu-container #setting-tab li a.btn-listing-green{border:1px solid transparent}.page-sub-accounts .seller-settings-menu-container #setting-tab li a.btn-listing-green:hover{border:1px solid transparent}.page-sub-accounts .seller-settings-menu-container #setting-tab li a.btn-listing-green span{background-color:var(--user-color);border:1px solid var(--user-color);color:#fff;border-radius:20px}.page-sub-accounts .seller-settings-menu-container #setting-tab li a.btn-listing-green:hover span{background-color:#fff;color:var(--user-color)}.x-boot-modal .modal-content{border-radius:0;box-shadow:none}.x-boot-modal .modal-header{border:none}.x-boot-modal .modal-title{font-weight:600}#modal-create-account .modal-body p{padding-bottom:10px;text-align:center}.x-boot-modal .modal-footer{text-align:center;border:none}.x-boot-modal .form-control{border-radius:0;border-color:#c4c4c4;height:40px}#modal-create-account .modal-footer .btn-red{background-color:#4d4d4d;border:none;border-radius:0;padding:9px 50px;color:#fff}#modal-create-account.modal{top:100px}.page-sub-accounts .seller-settings-menu-container #setting-tab li span{cursor:pointer}.login-subacnt-section{width:400px}.login-subacnt-inarea{width:280px;margin:0 auto;max-width:100%}.login-subacnt-inarea .signin-form-group.text-center{text-align:center}.pdf-btn.error-con{border:2px solid #f00 !important}.fc .fc-month-view .hidden-month{display:none}.section.section-item>.container{width:100%}.page-activity-log .seller-settings-title{border-right:none}.page-activity-log .seller-actions{padding:15px 0;background-color:#e6e6e6}.page-activity-log .nav-tabs{border-bottom:0}.page-activity-log .auto-activity-page .nav-tabs>li{margin-left:5px;margin-right:5px}.page-activity-log .nav-tabs>li>a{border:none;border-bottom:5px solid transparent;border-radius:0;padding-top:15px;padding-bottom:15px}.page-activity-log .nav-tabs>li.active>a,.page-activity-log .nav-tabs>li.active>a:focus,.page-activity-log .nav-tabs>li.active>a:hover{border:none;background-color:transparent;border-bottom:5px solid var(--user-color)}.page-activity-log .action-btns{padding-top:4px}.page-activity-log .action-btns .form-inline{display:inline;margin-right:10px}.page-activity-log .action-btns.filter-box .form-inline>span{position:relative}.page-activity-log .filter-box .form-control{width:120px;color:#979797;border-radius:0;height:40px;border:1px solid #979797;margin-left:5px;margin-right:5px}.page-activity-log .btn-action{text-transform:capitalize;width:200px;padding:10px 15px;font-weight:600}.page-activity-log .btn-red{font-size:16px;color:#fff;background-color:var(--user-color);border:1px solid var(--user-color);display:inline-block;width:240px;padding:12.5px 20px;transition:all .2s ease 0s;text-decoration:none;outline:none;border-radius:30px;text-align:center;text-transform:uppercase}.page-activity-log .btn-action{text-transform:capitalize;width:165px;padding:8px 15px;font-weight:600}.page-activity-log .btn-red:hover{background-color:#fff;color:var(--user-color)}.page-activity-log .order-list-heading{background:#fff;width:100%;margin:auto;color:#999;font-size:12px;padding:15px 0;margin-bottom:10px}.page-activity-log .list-auto-activity .order-list-heading{margin-bottom:0;border-bottom:2px solid #979797}.page-activity-log .order-list-tit-sec{padding:0 10px;text-transform:uppercase;display:table;width:100%;position:relative}.page-activity-log .x-column{display:inline-block;vertical-align:middle;border-right:1px solid #999;text-align:center;color:#999;font-weight:600}.page-activity-log .list-auto-activity .order-list-tit-sec>div,.page-activity-log .list-auto-activity .order-list-body-sec .order-read-box>div{display:table-cell;width:14.28%;text-align:center;max-width:150px;vertical-align:middle}.page-activity-log .order-list .order-list-body-sec{display:block}.page-activity-log .list-auto-activity .order-list-body-sec .order-read-box{margin-bottom:1px;padding:15px 10px 15px 0;color:#4d4d4d;display:table;width:100%;position:relative;background:#fff;border-bottom:1px solid #ddd}.page-activity-log .tab-content{margin-bottom:100px}.page-activity-log .seller-settings-menu-container{margin-bottom:0}.pagination-sec{background:#fff;margin:auto;text-align:center}.pagination-sec .pagination>li>a{margin:auto 3px;border-radius:unset}.section-reply{font-size:14px;color:#999;border-top:1px solid #d8d8d8;margin-top:15px;padding-top:5px;margin-left:50px}.section-reply .reply-inner{position:relative;padding-left:50px}.section-reply .reply-title{margin-bottom:10px}.section-reply .reply-avtar{position:absolute;width:40px;height:40px;left:0;top:0;margin-right:15px;background-color:#ddd;border-radius:100px}.section-reply .reply-avtar>img{border-radius:100px;width:100%}.section-reply .reply-inner-title{font-weight:600;color:#4d4d4d;margin-bottom:15px;font-size:14px}.section-reply .reply-inner-title span{font-size:13px;display:block;margin-top:5px;color:#999;font-weight:normal}@media print{.seller-itemlist .item-preview{max-width:200px !important;position:relative !important;margin-right:20px;max-height:200px}.page-seller.seller-items .seller-items-divider .item-row>.item-name>.wrapper>a{float:none !important;display:table-cell}.seller-itemlist a[href]:after{display:none;visibility:hidden}.seller-itemlist .trans-gray-translate{visibility:hidden}}.item-details .footer{display:none}.auto-activity-page .paginationjs-pages{text-align:center}.page-seller li.user-login.dropdown a>span{display:none}.page-seller.seller-chat-page li.user-login.dropdown a>span{display:inline-block}.page-activity-log .action-btns.filter-box .form-inline>span>div.dropdown-menu{width:auto !important}.item-details .desc-sec-opt iframe{width:100%}.page-seller.item-upload .seller_translate-container .seller-common-box>.box-shadow>.container{width:100%}.filter-opt-form{display:inline-block;width:calc(100% - 237px);max-width:1040px}.list-option{display:inline-block;width:100%}.list-option .form-element{float:left;width:auto;margin-right:15px;min-width:175px}.list-option select{width:175px;border:1px solid #4d4d4d;padding:7px 35px 7px 15px;border-radius:5px;float:left;color:#000;outline:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/down_arrow.svg');background-repeat:no-repeat;background-position:97% center;height:35px}.list-option .form-element label{font-size:14px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4d4d4d;height:35px;line-height:35px;margin-top:20px}.page-seller .list-option .order-list-search-bar{float:left;width:auto}.page-seller .list-option .order-list-search-bar input{border:1px solid #4d4d4d;color:#000;font-size:14px;padding:7px 35px 7px 15px;border-radius:5px;width:345px;float:left;height:35px}.page-seller .list-option .order-list-search-bar input::-webkit-input-placeholder{color:#b3b3b3}.page-seller .list-option .order-list-search-bar input::-moz-placeholder{color:#b3b3b3}.page-seller .list-option .order-list-search-bar input:-ms-input-placeholder{color:#b3b3b3}.page-seller .list-option .order-list-search-bar input::-ms-input-placeholder{color:#b3b3b3}.page-seller .list-option .order-list-search-bar input::placeholder{color:#b3b3b3}.page-seller .list-option .icon-cog-bg i.fa-search{color:#4d4d4d;font-size:14px}.icon-calender{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/android-calendar.svg) no-repeat 0 0;position:relative;content:"";background-size:contain;height:18px;width:18px;display:block}.form-element .input-group.date{display:inline-block;width:150px;height:35px;position:relative}.form-element .input-group-addon{position:absolute;width:auto;top:0;right:0;z-index:111;border:none;background:transparent}.form-element .form-group{display:inline-block;width:auto;margin-top:20px;vertical-align:middle}.form-element .form-group .form-control{border:1px solid #4d4d4d;border-radius:5px}.saperate{display:inline-block;width:auto;padding:0 12px}.apply-btn.green{display:inline-block;min-width:115px;height:35px;margin-top:20px;border:1px solid #02c8b2;color:#02c8b2;text-align:center;border-radius:5px}.csv-export-btn{display:inline-block;width:160px;height:35px;line-height:35px;background:#1c1c1c;color:#fff;font-size:13px;text-align:center;border-radius:5px;overflow:hidden}.csv-export-btn span{position:relative;padding-right:22px;background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/csv.svg) no-repeat center right;background-size:contain}.csv-export-btn:hover,.csv-export-btn:focus,.csv-export-btn:active{color:#fff}.csv-btn-area{width:auto;margin-top:-35px}.no-row-padding{padding-left:0 !important;padding-right:0 !important}.no-left-padding{padding-left:0 !important}.no-of-item-found-txt{padding:10px;color:#999;font-size:12px}.itmupld-srvcs-duration-ind .addon-checkbox-sec.addon-type{display:none}.item-upload-category-container{display:inline-block;border:2px solid #c8c8c8;padding:15px;border-radius:5px;margin-bottom:35px;width:100%}.un-inputs .item-form-group .cat-search>input{padding:0 40px 0 10px}.cat-search>i{position:absolute;color:#4d4d4d;padding:12px;top:0;right:15px;font-size:17px}.checkbox-selection{display:inline-block;width:100%;margin-bottom:15px;margin-top:10px;padding:0 10px;color:#0275d7;font-weight:600}.check-category{position:relative}.check-category input[type="checkbox"]{visibility:hidden;height:auto;width:auto;padding:0}.un-inputs .check-category label{cursor:pointer;position:absolute;width:16px;height:16px;top:0;left:0;background:#fff;border:1px solid #888787}.un-inputs .check-category input[type=checkbox]:checked+label{background:#888787}.check-category input[type=checkbox]:checked+label:after{opacity:1}.check-category label:after{opacity:0;content:'';position:absolute;width:8px;height:4px;background:transparent;top:4px;left:3px;border:2px solid #fff;border-top:none;border-right:none;transform:rotate(-45deg)}.check-category span{vertical-align:text-bottom;margin-left:10px}.check-category{position:relative;margin-bottom:10px;display:inline-block;width:100%}.check-category>ul.sub-cat,.check-category>ul.sub-sub-cat{padding-left:25px !important;padding-top:10px}.item-upload-category-container{display:inline-block;border:2px solid #c8c8c8;padding:15px;border-radius:5px;margin-bottom:35px;width:100%}.checkbox-content{display:inline-block;max-height:300px;overflow-x:hidden;overflow-y:auto;width:100%}.checkbox-selection>span{cursor:pointer}.checkbox-selection{padding:0 10px;color:#0275d7;font-weight:600}.cat-line{position:absolute;top:18px;background:#888787;left:7px;width:1.5px}.has-child-sub ul.sub-cat>li:before,.has-child-sub ul.sub-cat>li.has-child-sub ul>li:before{content:'';position:absolute;background:#888787;top:9px;width:20px;height:1.5px;left:-18px}.un-inputs .item-form-group .cat-search>input{padding:0 40px 0 10px}.row.cat-search{position:relative}.cat-search>i{position:absolute;color:#4d4d4d;padding:12px;top:0;right:0;font-size:17px}.checkbox-content>ul>li.check-category{margin-left:25px;width:calc(100% - 25px)}.check-category.parent-cat span.cat-toggle{position:absolute;left:-30px;top:-3px}.check-category.parent-cat span.cat-toggle>i{color:#4d4d4d;font-size:20px;font-weight:600;cursor:pointer}.seller-titlearea .form-element .input-group.date{width:100%}.page-seller .list-option .order-list-search-bar input{width:250px;top:inherit;left:inherit}.daterangepicker .drp-buttons .btn{width:28px;color:transparent}.drp-buttons .cancelBtn:before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:'Font Awesome 5 Free';content:"";color:#000}.drp-buttons .applyBtn:before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:'Font Awesome 5 Free';content:"";color:#fff}.page-activity-log .paginationjs .paginationjs-pages ul{float:none;margin:20px 0}.page-activity-log .paginationjs .paginationjs-pages{float:none}.page-activity-log .paginationjs .paginationjs-pages li>a{height:40px;width:auto;line-height:25px !important;color:#999;min-width:40px;margin:0;border:none}.page-activity-log .paginationjs .paginationjs-pages li.active{border:1px solid #aaa}.page-activity-log .paginationjs .paginationjs-pages li.active>a{background:#aaa;border:1.5px solid #aaa;height:auto}.page-activity-log .paginationjs .paginationjs-pages li{display:inline-block;margin:0}.search-controls.location-datepicker-hidden .search-location{width:88%}.home-banner .home-serach .search-controls.location-datepicker-hidden .search-location .form-control,.home-banner .home-serach .search-controls.location-datepicker .search-location .form-control{border-radius:10px 0 0 10px}.home-banner .home-serach .search-controls.keyword-datepicker-hidden>.form-control{width:88%}.home-banner .home-serach .search-controls.both-datepicker-hidden>.form-control,.home-banner .home-serach .search-controls.keyword-datepicker>.form-control,.search-controls.location-datepicker .search-location{width:55%}.home-banner .home-serach .search-controls.both-datepicker-hidden>.search-location,.home-banner .home-serach .search-controls.keyword-datepicker>.input-daterange .lala,.search-controls.location-datepicker>.input-daterange .lala{width:33%}.bootstrap-datetimepicker-widget.dropdown-menu{display:block}.category-items .category-breadcrum{background-color:#fff;display:block;margin-top:1px;max-height:60px;z-index:999}.category-items .category-breadcrum a{font-size:14px;color:#999;display:block;margin-left:20px;padding:10px 0;line-height:30px}.category-items{background-color:#fff !important;border-right:1px solid #999}.category-items .icon.arrow-left{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mobile_back.svg)}.category-items .category-breadcrum{background-color:var(--user-color)}.category-items .category-breadcrum a{color:#fff;display:inline-block;margin-left:5px;display:none}.category-items .category-breadcrum a:last-child{display:block}.category-items ul>li>a{border-right:0}.category-items ul>li>a .icon{margin-right:5px}.inbox-notification{height:15px;width:15px;border-radius:100%;background:var(--user-color);display:inline-block;position:absolute;line-height:15px;text-align:center;color:#fff;top:-5px;right:-8px}.dropdown span{cursor:pointer}.header .main-nav ul>li:last-child>a{padding-top:5px}#seller-nav .dropdown{min-height:59px;line-height:59px}#customFields{display:flex;flex:1;flex-wrap:wrap;margin-bottom:15px}#item-section .row{display:flex;flex-wrap:wrap}#item-section .item-box.item-box-size,.item-list-section .item-box.item-box-size{display:flex !important;flex-direction:column-reverse !important}.formattedtext a:hover,.formattedtext a:focus,.formattedtext a:active{outline:none;color:inherit}.formattedtext hr{border-top:1px solid #c8c8c8 !important}.item-loader{display:none;text-align:center;background-color:#fff;margin-top:10px;padding:10px;min-height:150px;max-height:150px}.item-loader.active{display:block}#customFields{display:flex;flex:1;flex-wrap:wrap;margin-bottom:15px}.dot-flashing{position:relative;width:15px;height:15px;border-radius:20px;background-color:#999;color:#999;animation:dotFlashing 1s infinite linear alternate;animation-delay:.5s;margin:0 auto;margin-top:55px}.dot-flashing::before,.dot-flashing::after{content:'';display:inline-block;position:absolute;top:0}.dot-flashing::before{left:-30px;width:15px;height:15px;border-radius:20px;background-color:#999;color:#999;animation:dotFlashing 1s infinite alternate;animation-delay:0s}.dot-flashing::after{left:30px;width:15px;height:15px;border-radius:20px;background-color:#999;color:#999;animation:dotFlashing 1s infinite alternate;animation-delay:1s}@-webkit-keyframes dotFlashing{0%{background-color:#646464}50%,100%{background-color:#c8c8c8}}@keyframes dotFlashing{0%{background-color:#646464}50%,100%{background-color:#c8c8c8}}.order-itemstatus-popup{width:450px}.popup-area .btn-area input.my-btn.btn-saffron{display:inline-block;width:190px;float:none}.modal-crop-img.modal .modal-content{padding-top:100% !important}.seo-weburlsec{border:1px solid #c8c8c8;padding:3px 12px;color:#c8c8c8}.seo-weburlsec input[type="text"]{border:none;color:#4d4d4d;width:50%;margin-bottom:0;padding-bottom:0}.purhist-status-refundsec{clear:both;margin-top:15px;padding-left:120px}.refund-status.refunded-off{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/refund_off.svg)no-repeat;background-size:contain;width:32px;height:32px;display:inline-block;vertical-align:middle;margin-left:10px;cursor:pointer}.refund-status.refunded-on{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/refund_on.svg)no-repeat;background-size:contain;width:32px;height:32px;display:inline-block;vertical-align:middle;margin-left:10px;cursor:pointer}.history-details-refundsec{text-align:right;margin-bottom:15px}.order-refunded-popup,.order-canceled-popup{width:450px}.refunded-cancel{display:inline-block;width:140px;float:none;background:#fff;border:1px solid #999;height:35px;line-height:35px;padding:0;color:#999;margin-right:25px}.refunded-okay{display:inline-block;width:140px;float:none;background:var(--user-color);border:none;height:35px;line-height:35px;padding:0;color:#fff}.cancel-order{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/cancel-icon.svg)no-repeat;background-position:36px 12px;background-color:#fff;font-size:12px;font-weight:normal;border:1px solid #999;border-radius:5px;color:#999;display:inline-block;padding:10px 28px;text-align:right;width:160px;background-size:12px}.order-canceled[disabled]{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/cancel-icon.svg)no-repeat !important;background-position:25px 12px !important;background-color:#d2d2d2 !important;color:#999;border:1px solid #999;cursor:default;background-size:12px !important}.order-status-sec select[disabled],.history-details-right .form-inline select[disabled]{background-color:#d2d2d2 !important;color:#999;border:1px solid #999;cursor:default}.purchase-pg-hstry-dtls .cancel-order{max-width:200px;width:100%;padding:10px 52px;background-position:50px 12px}.purchase-pg-hstry-dtls .order-canceled[disabled]{max-width:200px;width:100%;padding:10px 49px;background-position:45px 12px !important}.item-upload-crop-modal .modal-dialog{width:720px;max-width:100%;height:480px;max-height:100%}.item-upload-crop-modal.modal .modal-content{padding-top:0 !important}.modal{z-index:9999999 !important}.modal-backdrop{z-index:999999}.fixntf-sec{z-index:999999 !important}.page-home .daterangepicker{z-index:999999 !important;margin:0;width:auto !important}.page-settings .html5imageupload{max-width:600px;max-height:600px}.export-form{display:flex;align-items:center;width:100%;justify-content:space-between}.export-form .daterangepicker{top:0;background:transparent}.export-form .daterangepicker{top:0;background:transparent;width:100% !important;padding:0 10px}.popup-area.order-export-popup{top:20%}#cover{z-index:999999}.export-form button{display:inline-block;width:160px;height:35px;line-height:35px;background:#1c1c1c;color:#fff;font-size:13px;text-align:center;border-radius:5px;border:none}.popup-area.order-export-popup .title-area h1{text-align:left}.popup-area.order-export-popup label{display:inline-flex;max-width:100%;font-weight:700;margin:0;align-items:center}.popup-area.order-export-popup .form-element{display:flex;align-content:center;justify-content:center}.export-form .form-element .input-group.date{display:flex;width:250px;margin-left:15px;position:relative;align-items:center}.export-form .form-element .input-group-addon{display:none}.show-calendar{z-index:50000000 !important;margin:0;width:auto !important}.pur-status-cancelled{color:#999 !important}.login-btn.btn-facebook.disabled{background-color:#ebebeb;color:#8d8d8d;cursor:unset}.login-btn.btn-facebook.disabled .icon.icon-fb{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/fb-gray.svg);height:30px;width:30px}.disabled-message{font-size:11px;font-family:"Lato",sans-serif;color:#999;text-align:justify;padding:0 9px;padding-bottom:10px}.disabled-message .disable-btn{font-weight:bold}.disabled-message .disable-btn:hover{color:#000}.page-login .footer{margin-top:60px}.fb-modal .modal-body{padding:30px 44px 50px 44px}.fb-modal .modal-dialog{width:535px}.fb-modal .form-group{margin-bottom:19px}.fb-modal .modal-tiny-txt{margin-bottom:25px}.fb-modal .modal-footer{padding:0;text-align:center;border:none}.fb-modal button.close{position:absolute;top:6px;right:14px;color:#000;opacity:1}.modal-top-heading{font-size:14px;color:#4d4d4d;font-weight:700;margin-bottom:23px}.form-control.input-style-2{border:1px solid #979797;border-radius:0;height:35px;font-size:14px}.modal-tiny-txt{font-size:11px;color:#4d4d4d}.btn.btn-modal-black{display:block;height:38px;background-color:#000;text-align:center;color:#fff;font-size:14px;font-weight:700;border:none;width:100%;border-radius:0}.modal-style-2 .modal-content{border-radius:0;border:none}.fc-daygrid-event-dot{display:none}.fc-direction-ltr .fc-daygrid-event .fc-event-time{display:none}.fc .fc-daygrid-more-link{display:block;text-align:center;color:#fff}.fc .fc-daygrid-day-number{margin-right:auto}#itm_dtls_calendar .fc-toolbar,#mobicalender .fc-toolbar{border-color:#ddd;border-image:none;border-radius:5px 5px 0 0;border-style:solid solid none;border-width:1px 1px 0;margin-bottom:0;padding:20px 20px 20px;display:block}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1),#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(1){margin-bottom:15px;display:flex}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group{width:100%}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-prev-button,#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-next-button,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-prev-button,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-next-button{border-radius:40px;padding:3px;border:2px solid #e6e6e6;background:transparent}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-prev-button .fc-icon,#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-next-button .fc-icon,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-prev-button .fc-icon,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-next-button .fc-icon{color:#b3b3b3}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-prev-button,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-prev-button{margin-right:auto;flex:initial}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-next-button,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-next-button{margin-left:auto;flex:initial}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(2),#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(2){width:100%;float:none}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(2) h2,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(2) h2{float:none;margin-bottom:15px;text-align:center;font-size:18px;color:#4a4a4a}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3),#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(3){display:flex;justify-content:center}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-primary,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-primary{background-color:#fff;box-shadow:none;text-shadow:none;background-image:none;color:#b3b3b3;border-color:#e6e6e6}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-active,#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-active:focus,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-active,#mobicalender .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-active:focus{box-shadow:none;background-color:#666;border-color:#666;text-shadow:none;color:#fff;outline:none}.cht-offer-buybtn.disabled{background:#999;cursor:unset}button[disabled].fc-dayGridMonth-button,button[disabled].fc-timeGridWeek-button,button[disabled].fc-timeGridDay-button{background-color:#666 !important;opacity:1 !important}.big-btn-blue,.big-btn-blue:hover{background:var(--user-color);border:none;max-width:180px}.color-red{color:#f00}.release-settlement-popup,.release-settlement-popup-sent{width:340px;max-width:90%;color:#000}.release-settlement-popup-sent h3{font-weight:600;font-size:16px;color:#000;padding-bottom:10px}.release-settlement-popup-sent p{font-size:14px;color:#999}.payment-release-sec .ordr-dtls-trans-line{line-height:18px;padding-bottom:10px;padding-top:10px;max-width:360px}.spayment-release-sec .ordr-dtls-buyer-infoind{margin-bottom:0}.release-settlement-popup-sent .btn-area{margin-top:10px}.release-settlement-popup .btn-black{margin-right:15px}.release-settlement-popup .item-info-text p{font-weight:600;text-align:center}.release-days{font-weight:600;color:#1d1d1b}.big-btn-gray,.big-btn-gray:hover,.big-btn-gray:focus,.big-btn-gray:active{background:#d2d2d2;color:#e1e1e1;border:none}.ordr-dtls-trans-info .msg-error-sec{line-height:16px;padding-bottom:5px}.payment-release-sec{width:360px;max-width:100%}.release-settlement-popup .btn-saffron,.release-settlement-popup-sent .btn-saffron{max-width:125px}.btn-loader{position:relative}.btn-loader.btn-loading:after{display:flex;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='circle-notch' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-circle-notch fa-w-16'%3E%3Cpath fill='%23fff' d='M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z' class=''%3E%3C/path%3E%3C/svg%3E");position:absolute;left:50%;top:50%;margin-left:-10px;margin-top:-10px;z-index:99;align-items:center;justify-content:center;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;color:#fff;content:""}.btn-loader.btn-loading.loader-radius::before{border-radius:5px}.btn-loader.btn-loading::before{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#808080;z-index:9;display:block;content:""}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.stripe-hold-lbl{color:#111;font-size:16px;display:block}#stripHoldForm .stripe-hold-lbl{margin-bottom:20px}#StripeHoldSellerPayment{margin-top:12px}#BtnHoldStripeLinked{margin-top:15px}.event-bg-color a.event-act,.event-bg-color a.event-dis{color:#fff;background-color:#4d4d4d;border:1px solid #4d4d4d}.event-booked{background-color:#3788d8 !important;border:1px solid #3788d8 !important;color:#fff !important;border-radius:3px}.event-duo-unavailable{color:#fff !important;background-color:#4d4d4d !important;border:1px solid #4d4d4d !important}.event-duo-unavailable .fc-event-main{color:#fff !important}.fc-daygrid-event-harness-abs a{padding-left:5px}.event-book-full{background-color:#3788d8 !important}.event-book-full .fc-daygrid-event{padding-left:5px}.event-book-full .fc-daygrid-day-number{color:#fff}.event-booked-extended{background-color:#3788d8 !important;border:1px solid #3788d8 !important;color:#fff !important}.event-bg-color{background-color:transparent !important}.icon-info{background-image:url("../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/info-blue.svg")}.stripe-hold-lbl .icon-info{margin-top:-6px}.stripe-hold-lbl .popover{max-width:511px;width:269%;border-radius:0}.stripe-hold-lbl .popover div{margin:10px 0;margin-top:0}.stripe-hold-lbl .popover ul{padding-left:30px;list-style:disc}.stripe-hold-lbl .popover .popover-content{font-size:12px;color:#4d4d4d;font-family:'Lato'}.stripe-hold-lbl a{display:unset}.fixntf-sec{position:fixed;bottom:0;width:100%;padding:20px;background-color:rgba(16,16,16,.86);color:#fff;font-size:15px;z-index:100000}.fixntf-lsec{float:left;width:calc(100% - 155px);padding-top:10px}.fixntf-lsec a{text-decoration:underline}.fixntf-rsec{float:right}.fixntf-btn{background-color:#333;padding:9px 20px;font-size:14px;border:1px solid #ddd;display:inline-block}.checkbox-design .d-flex{display:flex;align-items:center;width:100%;justify-content:space-between}.checkbox-design .fancy-checkbox.checkbox-sm>label{padding-left:30px;background-size:26px;height:25px}.btn-upload{background:#646464;width:200px;position:relative;border-radius:21px;z-index:999;cursor:pointer}.btn-upload input[type="file"]{position:absolute;opacity:0;left:0;width:100%;height:100%;top:0}.btn-upload img{max-width:20px}.btn-upload.btn-red{padding:8px;background-color:var(--user-color);border:1px solid var(--user-color)}.input-upload .btn-upload{padding:10px 12px;font-weight:600;color:#fff;background-color:var(--user-color);width:150px;border-radius:5px}.input-upload img{height:150px;border:2px solid #ddd;width:150px;object-fit:contain}.view-chat-edit-sec{padding:0}.view-chat-edit-sec textarea{margin-top:10px}.padded-container{padding:0 15px;width:100% !important}.confidential-message{background:#fff;border:1px solid #b3b3b3;box-sizing:border-box;font-family:Lato;font-style:normal;font-weight:normal;font-size:14px;line-height:24px;text-align:center !important;color:#4d4d4d;padding:5px 42px;width:100% !important;border-bottom:2px solid #b3b3b3;margin-top:-2px}#page-chat-dumb .view-chat-listsec{height:100%;padding-bottom:155px}.storefront-custom-fields{border-top:1px solid #ccc;padding-top:30px;padding-bottom:30px;margin-top:30px;width:100%}.storefront-additional-left{display:inline-block;width:49%;vertical-align:top;border-right:1px solid #ccc;padding-right:10px}.storefront-additional-right{display:inline-block;width:50%;vertical-align:top;padding-left:20px}.additonal-field-name{color:#000;font-weight:600}.additonal-field-value{padding-bottom:10px}.additonal-field-value img{max-width:100px;height:auto}.cmn-btn-theme{font-size:16px;color:#fff;background-color:var(--user-color);border:1px solid var(--user-color);display:inline-block;width:240px;transition:all .2s ease 0s;text-decoration:none;outline:none;border-radius:30px;text-align:center;padding:8px 15px;font-weight:600}.cmn-btn-theme:hover{background-color:#fff;color:var(--user-color)}.cmn-btn-theme.btn-square{border-radius:0;width:auto;padding:6px 40px}.cmn-btn-theme.btn-cancel{background-color:#fff;color:var(--user-color)}.cmn-btn-theme.btn-cancel:hover{background-color:var(--user-color);color:#fff}.user-group-create-body .form-element label{font-style:normal;font-weight:normal;font-size:14px;line-height:19px;color:#000;display:block}.user-group-create-body .form-element .groupbox{height:203px;border:1px solid #c7c7c7;padding:5px 15px}.user-group-create-body .form-element .groupbox div{position:relative;margin-bottom:6px}.user-group-create-body .form-element .groupbox div span{font-style:normal;font-weight:normal;font-size:14px;line-height:19px;color:#000;padding:0;margin:0}.user-group-create-body .form-element .groupbox div .delete_item{position:absolute;right:0}.user-group-create-body .form-element .groupbox div .icon.icon-delete{height:25px;width:25px;background-size:contain}.user-group-create-body .form-element .advanced-select .trigger{height:37px;border:1px solid #c7c7c7;text-align:left;padding:5px 15px;background:#fff}.user-group-create-body .advanced-select.choosen .x-clear{top:4px}.advanced-select .dropdown-menu .x-check{position:relative}.form-group.field-merchant.selectbox.l-i-i{display:flex;align-items:center}.advanced-select{position:relative;width:100%}.advanced-select .form-control{width:100%}.filter-bar .form-control{border-radius:0;border:1px solid #d4d4d4;height:35px;color:#999;box-shadow:none;font-size:12px}.advanced-select .btn-toggle{position:absolute;right:0;top:0;width:35px;height:100%;text-align:center;display:none}.advanced-select .btn-toggle .caret{margin-top:15px}.advanced-select .x-clear{display:none;position:absolute;right:0;top:0;height:auto;width:30px;text-align:center;padding:10px;font-size:16px}.advanced-select .dropdown-menu{width:100%;border-radius:0;box-shadow:none;margin-top:0;max-height:210px;overflow-x:auto}.advanced-select .q{border:none;border-bottom:2px solid #ddd;padding:10px;font-size:12px;margin-bottom:10px;width:100%;background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/d-search.svg);background-position:95% center;background-repeat:no-repeat}.advanced-select .dropdown-menu .x-check{position:relative}.advanced-select .dropdown-menu li a{padding-top:4px;padding-bottom:4px;display:block}.advanced-select .dropdown-menu .x-check input[type=checkbox]{display:none}.advanced-select .dropdown-menu .x-check label{margin-bottom:0;position:relative;color:#999;font-weight:600;font-size:12px;margin-right:6px;width:100%}.advanced-select .dropdown-menu input[type=checkbox]+label:before{background-color:transparent;height:20px;width:20px;content:"";display:inline-block;vertical-align:middle;margin-right:5px;border:1px solid #9f9f9f}.advanced-select .dropdown-menu input[type=checkbox]:checked+label:after{top:3px;width:7px;height:12px;border:solid #fff;border-width:0 3px 3px 0 !important;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);content:"";transform:rotate(45deg);display:block;position:absolute;left:7px}.advanced-select .dropdown-menu input[type=checkbox]:checked+label:before{background-color:#999}.advanced-select.choosen .x-clear{display:inline-block;vertical-align:middle}.form-group.field-merchant.selectbox.l-s{display:flex;align-items:center}.form-group.field-merchant.selectbox.l-s .advanced-select{max-width:218px}.form-group.field-merchant.selectbox.l-s #principal_recipient{display:inline-block;height:40px;border-radius:4px;border:solid 1px #979797;background-color:#fff;line-height:38px;padding:0 15px}.permission-table .fancy-checkbox label{height:20px;width:20px;background-size:contain}.permission-table .table>thead>tr>th{background-color:#ececec}.title-btn-right{text-align:right}.add-sub-account-permission .form-element .groupbox{height:203px;border:1px solid #c7c7c7;padding:5px 15px;overflow-y:scroll}.add-sub-account-permission .form-element .advanced-select .trigger{text-align:left}.add-sub-account-permission{padding-bottom:30px;padding-top:30px}.add-sub-account-permission .item-form-group .advanced-select input[type=button]{width:100%;border:1px solid #c8c8c8;border-radius:5px;padding:2px 10px;font-size:14px;font-weight:300;margin-bottom:12px;height:40px;line-height:32px;text-align:left}.add-sub-account-permission .item-form-group .form-control{width:100%;border:1px solid #c8c8c8;color:#3c3c3b;outline:none;font-weight:300}.header .main-nav ul>li:last-child>a{padding-bottom:5px}.add-sub-account-permission .advanced-select.choosen .x-clear{display:none}.cross-icons{font-weight:600;font-size:12px}.sellritemlst-btm-pgnav{text-align:center}.sellritemlst-btm-pgnav .pagination>li>a,.sellritemlst-btm-pgnav .pagination>li>span{color:#999;border-radius:0;height:34px;margin:auto 3px}.sellritemlst-btm-pgnav .pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.sellritemlst-btm-pgnav .pagination>.active>a,.sellritemlst-btm-pgnav .pagination>.active>a:focus,.sellritemlst-btm-pgnav .pagination>.active>a:hover,.sellritemlst-btm-pgnav .pagination>.active>span,.sellritemlst-btm-pgnav .pagination>.active>span:focus,.sellritemlst-btm-pgnav .pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.icon-grey{opacity:.2}#add-user-group-area{padding-top:30px}.page-sub-accounts .permission-table{margin-bottom:50px}.permission-table .fancy-checkbox input[type="checkbox"]+label{background-size:20px;width:20px !important}.empty-page-sec{width:100%;padding:80px 20px;text-align:center}.empty-page-title{font-size:18px;font-weight:700;color:#42474f;padding-top:20px}.empty-page-message{font-size:14px;font-weight:normal;color:#808080}.item-title-flex{display:flex;align-items:center;justify-content:space-between;width:100%}.item-title-flex .whishlist-item-detail{border-radius:20px;padding:10px 10px;width:auto;margin-top:0;margin-left:5px;cursor:pointer;border:1px solid #999}.item-title-flex .whishlist-item-detail svg{margin-right:0}.item-detail-left .item-title-flex .item-name{margin-bottom:0}.whishlist-item-detail.active svg path{fill:#ed6665}.item-wishlist{display:inline-block;position:relative;cursor:pointer;margin-top:10px}.item-wishlist.active svg path{fill:#ed6665}.section-item-wishlist{padding-top:10px}.section-item-wishlist .storefront-top-action .item-filter{margin-right:5px}.section-item-wishlist .pagination-sec{background:transparent;padding-bottom:40px}.header>.container>.row{display:flex;align-items:center;flex-wrap:wrap}.header>.container>.row .clearfix{display:none}.section-item-wishlist .storefront-top-action .item-filter ul>li{padding-left:0}.item-price-box{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;max-width:100%}.item-price-box .itm-dtls-adon-button{width:250px}.item-wishlist-details .storefront-top-action .item-filter ul>li:first-child{float:right;padding-left:20px;padding-right:0}.section-shop .shopimg-preview{width:100%;padding-bottom:0}.section-shop .shop-box img{position:relative;right:inherit;left:inherit;float:none}.section-shop .shop-box{padding-left:15px;padding-right:15px}.section-shop .item-description{width:100%}.item-wishlist-details .purchasehist-titlearea{margin-left:0;margin-right:0}.pagination-center{display:flex;align-items:center;justify-content:center;padding-bottom:30px}.header>.container>.row{margin-left:0;margin-right:0}.seller-settings-title .icon-cog-bg{float:none;width:30px;height:30px;margin-top:0;display:flex;align-items:center;justify-content:center}.seller-settings-title .seller-settings-mobile{display:flex;align-items:center}.order-status-flex{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:10px}.section-mechant-pannel{padding-top:30px;padding-bottom:40px;background:#f2f5f6}.merchant-box{display:inline-block;width:24%;padding:15px 25px;text-align:center;margin-bottom:20px}.merchant-img img{border-radius:50%;max-width:100%}.merchant-name{padding-top:10px;font-weight:700}.service-name-sec{position:relative}.service-name-sec button{width:100%;text-align:left;border:1px solid #c8c8c8;border-radius:5px;padding:2px 10px;font-size:14px;font-weight:300;height:40px;line-height:32px;background-color:transparent !important;outline:none !important}.service-name-sec .dropdown-menu>li>a{font-weight:600;background-color:transparent;margin:5px auto}.service-name-sec .dropdown-menu>li.air-new-edit>a{color:#00c8b2 !important}.service-name-sec .dropdown-menu>li.air-new-edit>a img{margin-right:5px}.service-input-wrapper{position:relative;display:inline-block;width:100%}.service-input-wrapper .btn-clear{position:absolute;right:1px;top:1px;width:35px;height:38px;border-radius:5px;background-color:#fff;z-index:999;border-top-left-radius:0;border-bottom-left-radius:0}.theme-color{color:var(--user-color) !important}.theme-color svg{fill:var(--user-color)}.ui-menu-item .theme-color:hover svg{fill:#fff}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-prev-button{margin-left:10px}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-next-button{margin-right:10px}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:first-child .fc-button-group{position:absolute;left:0;top:40px}#itm_dtls_calendar .fc-toolbar .fc-toolbar-chunk:first-child{margin-bottom:0}#itm_dtls_calendar .fc-toolbar:first-child{position:relative}.badge-meta-item{display:inline-block;margin-bottom:5px;border:1px solid var(--user-color);padding:2px 8px;color:var(--user-color) !important;border-radius:6px}.group-other-service{position:relative}.group-other-service input{width:calc(100% - 20px) !important}.group-other-service:after{content:'OR';position:absolute;top:35px;right:0}.service-content-main{display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;padding:10px 10px;border-bottom:none}.service-content{display:flex;text-align:left}.service-content img{width:40px;height:40px;border-radius:30px;margin-right:10px}.service-content-checkbox:last-child .service-content-main{margin-bottom:0;border-bottom:1px solid #ddd}.itm-dtls-service-provider-srvlst{overflow-y:scroll;height:194px;margin-bottom:30px}.service-provider-services select{border:none;outline:none}.service-provider-services .select-addon-title{margin-bottom:10px}.service-title h4{font-size:16px;margin-bottom:5px}.service-title a{font-size:14px;color:var(--user-color)}.service-content-checkbox input{visibility:hidden;width:0;height:0;display:none}.service-content-checkbox{cursor:pointer}.service-content-checkbox input:checked+.service-content-main{border:1px solid var(--user-color)}.modal-common-service{border-bottom:1px solid #ddd;padding:15px 0}.service-flex{display:flex;justify-content:space-between;align-items:center}.modal-service-title h4{font-size:16px;font-weight:600;margin-bottom:5px}.modal-service-title a{color:var(--user-color)}.service-middle ul{margin:10px auto;padding-left:30px;list-style:disc}.service-middle p{color:#999}#serviceLinkModal .modal-body{padding:0 15px}#serviceLinkModal .modal-content{border-radius:0}.service-provider-services.input-checked .itm-dtls-service-provider-srvlst{height:auto}.service-provider-services.input-checked .price-sort{display:none}.service-provider-services .other-option{display:none}.service-provider-services.input-checked .other-option{display:block;color:var(--user-color)}.fix-table:after{content:'';clear:both;margin:auto;display:block;width:100%}.section-shop .item-description{min-height:95px}.addon-checkbox-sec input:checked+label{border:solid 1px var(--user-color);background:var(--user-color) !important;color:#fff}.page-seller.item-upload .ui-autocomplete{position:absolute !important;z-index:99999 !important}.page-seller .meta-disabled{pointer-events:none}.page-seller .meta-disabled:not(a):not(span):not(div):not(li){background-color:#eee !important}.sticky-flex{display:flex;align-items:center;justify-content:center;width:100%;text-align:center}.sticky-flex .item-title-flex{width:auto}.section-mechant-pannel{padding-top:30px;padding-bottom:40px;background:#f2f5f6}.merchant-box{display:inline-block;width:24%;padding:15px 25px;text-align:center;margin-bottom:20px}.merchant-img img{border-radius:50%;max-width:100%}.merchant-name{padding-top:10px;font-weight:700}.h-search-bar{display:flex;align-items:center;border-radius:100px;color:#000;border:1px solid #ccc;background-color:#fff;background-image:none;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;padding:5px 0}.h-search-bar .h-search-input .form-control{border:none;border-right:1px solid #ccc;border-top-right-radius:0;border-bottom-right-radius:0;padding:5px 30px;height:35px;width:205px}.h-search-bar .h-search-category{display:flex;align-items:center;width:180px}.h-search-bar .h-search-category select{border:none;padding:5px 16px;height:35px;font-family:Lato;font-style:normal;font-weight:normal;font-size:14px;line-height:17px;color:#494949;-moz-appearance:none;-webkit-appearance:none;appearance:none;outline:none;background-color:transparent}.h-search-bar .h-search-category>i{height:7px;width:15px;pointer-events:none;font-weight:bold;margin-top:4px}.icon-serach-dropdown{background-image:url("../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/search-dropdown.svg")}.home-banner .h-search-bar{padding:10px 0;border:0 solid #ccc;padding-right:65px}.home-banner .h-search-bar .h-search-input{width:100%}.home-banner .h-search-bar .h-search-input .form-control{border-top-right-radius:0;border-bottom-right-radius:0;width:100%;height:40px;border-right:1px solid #b2b2ba;box-shadow:none !important}.header #menu-toggle{display:inline-block !important}.category-items{left:auto;max-height:400px;margin-top:12px}.badge-meta-item{display:inline-block;margin-bottom:5px;border:1px solid var(--user-color);padding:2px 8px;color:var(--user-color) !important;border-radius:6px}.group-other-service{position:relative}.group-other-service input{width:calc(100% - 20px) !important}.group-other-service:after{content:'OR';position:absolute;top:35px;right:0}.service-content-main{display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;padding:10px 10px;border-bottom:none}.service-content{display:flex;text-align:left}.service-content img{width:40px;height:40px;border-radius:30px;margin-right:10px;border:1px solid #979797}.service-content-checkbox:last-child .service-content-main{margin-bottom:0;border-bottom:1px solid #ddd}.itm-dtls-service-provider-srvlst{overflow-y:scroll;height:184px;margin-bottom:30px;background:#fff}.service-provider-services select{border:none;outline:none}.service-provider-services .select-addon-title{margin-bottom:10px}.service-content .service-title{display:flex;align-items:center}.service-content-main .service-price{font-family:Lato;font-style:normal;font-weight:normal;font-size:16px;color:#222424}.service-title h4{font-size:16px;margin-bottom:5px;color:#222424}.service-content-checkbox input{visibility:hidden;width:0;height:0;display:none}.service-content-checkbox{cursor:pointer}.service-content-checkbox input:checked+.service-content-main{border:1px solid var(--user-color)}.modal-common-service{border-bottom:1px solid #ddd;padding:15px 0}.service-flex{display:flex;justify-content:space-between;align-items:center}.modal-service-title h4{font-size:16px;font-weight:600;margin-bottom:5px}.modal-service-title a{color:var(--user-color)}.service-middle ul{margin:10px auto;padding-left:30px;list-style:disc}.service-middle p{color:#999}#serviceLinkModal .modal-body{padding:0 15px}#serviceLinkModal .modal-content{border-radius:0}.service-provider-services.input-checked .itm-dtls-service-provider-srvlst{height:auto}.service-provider-services.input-checked .price-sort{display:none}.service-provider-services .other-option{display:none}.service-provider-services.input-checked .other-option{display:block;color:var(--user-color)}.item-detail-page.meta .item-detail-right .preview-image{width:70%}.item-detail-page.meta .item-detail-right{position:fixed;right:0}.home-banner-center-center.home-banner.banner-slider .banner-inner{top:20%}.home-banner-center-left.home-banner.banner-slider .banner-inner{top:20%}.home-banner-center-left.banner-slider .banner-inner,.home-banner-center-left.home-banner .banner-quote,.home-banner-center-left.home-banner .banner-quote>p{text-align:left}.home-banner-center-left.home-banner .banner-quote>p{padding:0}.home-banner-center-left.banner-slider .home-serach.home-serach-remove-position .search-controls{margin:inherit;margin-right:auto !important}.home-banner-center-left.banner-slider .home-serach{top:auto;bottom:40px}.home-banner-center-left .scroll-more{margin-top:0}.home-banner-center-right.banner-slider .banner-inner,.home-banner-center-right.home-banner .banner-quote,.home-banner-center-right.home-banner .banner-quote>p{text-align:right}.home-banner-center-right.home-banner .banner-quote>p{padding:0}.home-banner-center-right.banner-slider .home-serach.home-serach-remove-position .search-controls{margin:inherit;margin-left:auto !important}.home-banner-center-right.banner-slider .home-serach{top:auto;bottom:40px}.home-banner-center-right .scroll-more{margin-top:0}.home-banner-top-center.banner-slider .banner-inner,.home-banner-top-center.home-banner .banner-quote,.home-banner-top-center.home-banner .banner-quote>p{text-align:center}.home-banner-top-center.home-banner .banner-quote>p{padding:0}.home-banner-top-center.home-banner.banner-slider .banner-inner{padding-top:80px;top:0}.home-banner-top-center.banner-slider .home-serach{top:auto;bottom:40px}.home-banner-top-center .scroll-more{margin-top:0}.home-banner-top-left.banner-slider .banner-inner,.home-banner-top-left.home-banner .banner-quote,.home-banner-top-left.home-banner .banner-quote>p{text-align:left}.home-banner-top-left.home-banner .banner-quote>p{padding:0}.home-banner-top-left.banner-slider .home-serach.home-serach-remove-position .search-controls{margin:inherit;margin-right:auto !important}.home-banner-top-left.home-banner.banner-slider .banner-inner{padding-top:80px;top:0}.home-banner-top-left.banner-slider .home-serach{top:auto;bottom:40px}.home-banner-top-left .scroll-more{margin-top:0}.home-banner-top-right.banner-slider .banner-inner,.home-banner-top-right.home-banner .banner-quote,.home-banner-top-right.home-banner .banner-quote>p{text-align:right}.home-banner-top-right.home-banner .banner-quote>p{padding:0}.home-banner-top-right.banner-slider .home-serach.home-serach-remove-position .search-controls{margin:inherit;margin-left:auto !important}.home-banner-top-right.home-banner.banner-slider .banner-inner{padding-top:80px;top:0}.home-banner-top-right.banner-slider .home-serach{top:auto;bottom:40px}.home-banner-top-right .scroll-more{margin-top:0}.home-banner-bottom-center.banner-slider .banner-inner,.home-banner-bottom-center.home-banner .banner-quote,.home-banner-bottom-center.home-banner .banner-quote>p{text-align:center}.home-banner-bottom-center.home-banner .banner-quote>p{padding:0}.home-banner-bottom-center.home-banner.banner-slider .banner-inner{padding-top:0;padding-bottom:130px;top:auto;bottom:0}.home-banner-bottom-center.banner-slider .home-serach{top:auto;bottom:40px}.home-banner-bottom-center .scroll-more{margin-top:0}.home-banner-bottom-left.banner-slider .banner-inner,.home-banner-bottom-left.home-banner .banner-quote,.home-banner-bottom-left.home-banner .banner-quote>p{text-align:left}.home-banner-bottom-left.home-banner .banner-quote>p{padding:0}.home-banner-bottom-left.banner-slider .home-serach.home-serach-remove-position .search-controls{margin:inherit;margin-right:auto !important}.home-banner-bottom-left.home-banner.banner-slider .banner-inner{padding-top:0;padding-bottom:130px;top:auto;bottom:0}.home-banner-bottom-left.banner-slider .home-serach{top:auto;bottom:40px}.home-banner-bottom-left .scroll-more{margin-top:0}.home-banner-bottom-right.banner-slider .banner-inner,.home-banner-bottom-right.home-banner .banner-quote,.home-banner-bottom-right.home-banner .banner-quote>p{text-align:right}.home-banner-bottom-right.home-banner .banner-quote>p{padding:0}.home-banner-bottom-right.banner-slider .home-serach.home-serach-remove-position .search-controls{margin:inherit;margin-left:auto !important}.home-banner-bottom-right.home-banner.banner-slider .banner-inner{padding-top:0;padding-bottom:130px;top:auto;bottom:0}.home-banner-bottom-right.banner-slider .home-serach{top:auto;bottom:40px}.home-banner-bottom-right .scroll-more{margin-top:0}.banner-slider .home-serach.home-serach-remove-position{position:relative;padding:0;top:0 !important;left:0;margin-top:30px}.banner-row-flex{display:flex;align-items:center;justify-content:space-between}.banner-row-flex .banner-quote{width:50%}.banner-slider .banner-row-flex .home-serach{width:50%}.home-banner.banner-slider .banner-inner.banner-flex{top:25%}.banner-row-flex.middle-left-text.middle-right-search{justify-content:center;flex-direction:row}.banner-row-flex.middle-left-text.middle-right-search .home-serach{margin-top:0}.banner-row-flex.middle-right-text.middle-left-search{justify-content:space-around;flex-direction:row-reverse}.banner-row-flex.middle-right-text.middle-left-search .banner-quote{text-align:right}.banner-row-flex.middle-right-text.middle-left-search .banner-quote>p{text-align:right}.banner-row-flex.middle-right-text.middle-left-search .home-serach{margin-top:0}.banner-row-flex.middle-center-text.bottom-right-search{justify-content:center;flex-direction:column}.banner-row-flex.middle-center-text.bottom-right-search .banner-quote{width:100%;text-align:center}.banner-row-flex.middle-center-text.bottom-right-search .banner-quote>p{text-align:center}.banner-row-flex.middle-center-text.bottom-right-search .home-serach{margin-left:auto;margin-top:54px}.banner-row-flex.middle-center-search.top-left-text{justify-content:center;flex-direction:column}.banner-row-flex.middle-center-search.top-left-text .banner-quote{margin-right:auto;margin-top:-11%}.home-banner-center-left.home-banner .banner-quote>h1{margin-left:0}.home-banner-center-right.home-banner.banner-slider .banner-inner{top:20%}.home-banner-center-right.home-banner .banner-quote>h1{margin-right:0}.home-banner-top-left.home-banner .banner-quote>h1{margin-left:0}.home-banner-top-right.home-banner .banner-quote>h1{margin-right:0}.home-banner-bottom-center .scroll-more{margin-top:0}.home-banner-bottom-left.home-banner .banner-quote>h1{margin-left:0}.home-banner-bottom-right.home-banner .banner-quote>h1{margin-right:0}.banner-row-flex{display:flex;align-items:center;justify-content:space-between}.banner-row-flex .banner-quote{width:50%}.home-banner.banner-slider .banner-inner.banner-flex{top:25%}.banner-row-flex .rows{display:flex}.banner-row-flex.full-width-search .rows .home-serach{width:100%}.banner-row-flex.top-left-text.top-left-search .rows{justify-content:center;flex-direction:column;margin-top:-3%;align-items:flex-start}.banner-row-flex.top-left-text.top-left-search .rows h1,.banner-row-flex.top-left-text.top-left-search .rows p{text-align:left;padding:0}.banner-row-flex.top-center-text.top-center-search .rows{justify-content:center;flex-direction:column;margin-top:-3%;align-items:center}.banner-row-flex.top-center-text.top-center-search .rows h1,.banner-row-flex.top-center-text.top-center-search .rows p{text-align:center;padding:0}.banner-row-flex.top-right-text.top-right-search .rows{justify-content:center;flex-direction:column;margin-top:-3%;align-items:flex-end}.banner-row-flex.top-right-text.top-right-search .rows h1,.banner-row-flex.top-right-text.top-right-search .rows p{text-align:right;padding:0}.banner-row-flex.bottom-left-text.bottom-left-search .rows{justify-content:center;flex-direction:column;margin-top:16%;align-items:flex-start}.banner-row-flex.bottom-left-text.bottom-left-search .rows h1,.banner-row-flex.bottom-left-text.bottom-left-search .rows p{text-align:left;padding:0}.banner-row-flex.bottom-center-text.bottom-center-search .rows{justify-content:center;flex-direction:column;margin-top:16%;align-items:center}.banner-row-flex.bottom-center-text.bottom-center-search .rows h1,.banner-row-flex.bottom-center-text.bottom-center-search .rows p{text-align:center}.banner-row-flex.bottom-right-text.bottom-right-search .rows{justify-content:center;flex-direction:column;margin-top:16%;align-items:flex-end}.banner-row-flex.bottom-right-text.bottom-right-search .rows h1,.banner-row-flex.bottom-right-text.bottom-right-search .rows p{text-align:right}.banner-row-flex.center-left-text.center-left-search .rows{justify-content:center;flex-direction:column;margin-top:4%;align-items:flex-start}.banner-row-flex.center-left-text.center-left-search .rows h1,.banner-row-flex.center-left-text.center-left-search .rows p{text-align:left;padding:0}.banner-row-flex.center-center-text.center-center-search .rows{justify-content:center;flex-direction:column;margin-top:4%;align-items:center}.banner-row-flex.center-center-text.center-center-search .rows h1,.banner-row-flex.center-center-text.center-center-search .rows p{text-align:center;padding:0}.banner-row-flex.center-right-text.center-right-search .rows{justify-content:center;flex-direction:column;margin-top:4%;align-items:flex-end}.banner-row-flex.center-right-text.center-right-search .rows h1,.banner-row-flex.center-right-text.center-right-search .rows p{text-align:right;padding:0}.home-banner .banner-quote *{overflow-wrap:break-word}.purchasehist-titlearea h3{color:#4d4d4d;float:left;font-size:25px;margin-right:85px;padding-bottom:25px;padding-top:25px}.merchants-titlearea h3{color:#4d4d4d;font-size:25px;margin-right:85px;padding-bottom:25px;padding-top:25px;margin:0;text-align:center}.box-merchant img{margin-bottom:20px;width:100%;max-width:150px}.box-merchant{text-align:center;padding:0;margin-bottom:70px}.box-merchant-main{margin:40px auto}.item-upload .ui-menu .ui-menu-item-wrapper{color:#000 !important}div.timepicker-hourly:not(:first-child){display:none}figure table{border-collapse:collapse;width:100%}figure table td{border:1px solid #000;padding:8px}.inbox-icon-white{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/inbox_icon_white.svg);background-repeat:no-repeat}.btn-contact-us{background-color:var(--user-color);color:#fff !important;border-radius:30px;line-height:21px;padding:4px 15px 4px 12px;height:32px;font-weight:600;box-shadow:none !important}.btn-contact-us .inbox-icon-white{margin:0;background-size:15px;height:20px;width:20px;margin-top:-2px;line-height:normal}.store-merchant-info h4 .btn-contact-us{margin-left:10px}::-webkit-input-placeholder{color:#b3b3b3}::-moz-placeholder{color:#b3b3b3}:-ms-input-placeholder{color:#b3b3b3}:-moz-placeholder{color:#b3b3b3}@media only screen and (max-width:1024px){.header .search-bar.search-location-service{display:none;position:absolute;width:100%;background-color:#fff;border:1px solid #b3b3b3;top:100%;margin:0}.search-location-service .show-mobile{display:block}.search-location-service .show-desktop{display:none}.header .hidden-xs{display:none !important}.header .main-nav ul>li.dropdown:not(.more-menu):hover .dropdown-menu{display:none !important}.chart-style>div>div{width:100% !important}}@media(min-width:768px) and (max-width:1480px){.header li.user-login.dropdown .dropdown-menu{left:-50px}}@media only screen and (min-width:1500px){.item-detail-breadcrumb{width:53.75%}}@media only screen and (min-width:1366px){.view-chat-sec{right:auto}.review-fixed-sec{right:auto}}@media only screen and (min-width:1650px){.item-detail-breadcrumb{width:53.45%}}@media only screen and (min-width:1750px){.item-detail-breadcrumb{width:53.08%}}@media(max-width:1024px){.index-page .home-banner .lala.select-date{padding:0}.sec-cat-name{width:calc(100% - 60px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:190px}.input-daterange input.input-small{padding-left:15px}.section-shop .shop-box .item-description .fix-table{display:block}.section-shop .shop-box .item-description .fix-tablecell p{width:calc(100% - 60px)}.search-location>img{display:none}}@media(max-width:1024px) and (min-width:1024px){#page-buy-chat-offer .view-chat-listsec{height:93%}.view-chat-ind{margin-bottom:27px}}@media(max-width:375px){.header .logo img{max-width:65px !important}}@media(max-width:420px){.header .main-nav ul>li>a>sub{right:-3px !important;top:10px !important}.page-search .storefront-top-action .item-filter ul>li:first-child{width:100%;margin-bottom:5px}.page-search .storefront-top-action .item-filter ul>li:last-child{width:100%;margin-bottom:0}.page-search .storefront-top-action .item-filter select{max-width:100%;width:100%}.page-search .storefront-top-action .item-filter{padding-top:20px;margin-right:0}.filter-content-section .options-filter{padding:0}.chat-offer-navigation span{width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.fancy-checkbox label{font-size:12px;line-height:25px}.page-search .category-filter .lala{padding:0 !important}.category-filter .select-date>input[type="checkbox"]{margin:18px 0 0 10px}.item-box.item-box-size{width:100% !important;padding:15px 0}.item-list-section>.container{margin:0;padding:0}.search-left-content .row#items-list{margin:0}.page-search a#toogle-filter{padding:0;margin-top:10px;float:left;border-radius:5px;width:111px;height:40px;line-height:35px;text-align:left;margin-left:10px;padding-left:10px}.item-sorting-option select{margin-top:10px;padding:8px 20px;border-radius:5px;float:right;height:40px;margin-right:10px}.search-filter-section .icon-toggle{height:15px;margin:0;width:15px;margin-left:7px !important}.header .logo{border-right:none}.header .pull-left{width:auto}#menu-toggle .icon.icon-menu,#sellermenu-toggle .icon.icon-menu{height:35px;width:35px}.header #menu-toggle,.header #sellermenu-toggle{margin:0 0 0 5px}.header .main-nav .inbox-menu .icon{width:20px !important;height:20px !important}.header .main-nav ul>li>a>sub{margin-left:-10px;margin-top:-8px;min-height:15px;min-width:15px;padding:0;text-align:center;line-height:15px;font-size:8px}}@media(max-width:565px){.purchase-pg-hstry-dtls .ordr-dtls-orderid,.purchase-pg-hstry-dtls .ordr-dtls-invoiceid{width:50% !important}.page-seller.seller-items .seller-items-divider .item-row>.item-name>.wrapper>a{display:block;position:relative;width:100%;padding-bottom:66.66%}.seller-sales .itemlist-body-r .item-name .wrapper .description{display:block;width:100%}.seller-sales .item-preview{max-width:200px;height:auto;position:relative;width:auto}.ordr-dtls-backbtn,.ordr-dtls-backbtn:hover,.ordr-dtls-backbtn:focus{display:none}.desktop-details{display:none}.mobi-details{display:block;border-bottom:2px solid #edf1ed;padding:0 15px 20px;width:100%}.mobi-details label{text-align:left;float:left;margin-top:15px}.ordr-dtls-top-left.purchase-pg-hist-dtls-left .ordr-dtls-buyer-info .col-sm-6{padding:0}#history-details .grey-box.datecontainer{background-color:#f0f0f0;padding:15px;margin:0 0 25px !important}.ordr-dtls-top-right.purchase-pg-hist-dtls-right .ordr-dtls-trans-info{padding:0;margin:10px -10px 15px}.order-date-range{width:100%}.order-date-range>span:nth-child(1){width:45px;text-align:left}.order-date-range input.input-small{float:right;max-width:calc(100% - 45px);width:100%;padding:0 25px 0 10px;font-size:14px;text-align:left}.order-date-range label.input-group-addon.btn{top:-3px;right:15px;padding:13px 10px;font-size:15px;background:transparent}.history-details-left .grey-box .input-daterange{margin-bottom:0}.history-details-left .no-padd-left{padding:15px}#history-details .history-details-left{padding-right:15px}.details-days p{text-indent:0}.filter-top-mobile{width:100%;float:left;border-bottom:1px solid #b3b3b3;font-size:12px}.search-btn-apply{margin:10px}.page-search .category-filter .lala{width:102px;padding:0 0 0 10px}.page-search .category-filter .input-daterange .lala{max-width:calc(100% - 102px);width:auto}.page-search .category-filter .input-daterange .lala:first-child{width:60%}.page-search label.input-group-addon.btn{right:12px}.page-search .category-filter input.input-small{padding:0 35px 0 0}.category.line.inside{display:none}.seller-itemlist .itemlist-body-r .item-name .wrapper{display:block;width:100%}.seller-sales .itemlist-body .item-row{padding-top:0}#MyPrintDiv .seller-itemlist .item-purchaseable .visible-xs-inline-block{display:block !important;font-size:15px;text-transform:lowercase;margin-top:20px;float:left;margin-right:10px}#MyPrintDiv .seller-itemlist .item-purchaseable .visible-xs-inline-block::first-letter {text-transform:uppercase}.seller-itemlist .itemlist-body-r .item-name .wrapper>img,.seller-itemlist .itemlist-body-r .item-name .wrapper .description{display:block;vertical-align:initial;width:100%;padding:0}.page-seller .seller-item-page .nav-tab-order-list{width:auto !important;margin:0 15px;float:none !important}.page-seller .seller-item-page .order-list-search-bar{width:100%;padding:15px 15px 0}.seller-item-page .seller-settings-menu-container .pull-right{float:none !important}.page-seller .order-list-search-bar input{width:100%}.page-seller.seller-items .seller-settings-menu-container .action-btns{float:right}.page-seller.seller-items .btn-new-service{width:180px}.page-seller.seller-items .seller-titlearea.seller-item-page .seller-settings-menu-container .order-list-search-bar span.icon-cog-bg{position:absolute;top:15px;right:15px}.merchant-box{display:block;width:100%}}@media(max-width:767px){.section-item-wishlist .storefront-top-action{padding:0 15px}.item-wishlist-details .purchasehist-titlearea h3{padding-bottom:25px}.item-wishlist-details .storefront-top-action .item-filter ul>li:first-child{padding-left:0;padding-bottom:10px;text-align:right}.header .pull-left{width:35%}.page-sub-accounts .permission-table{margin-bottom:20px}.add-sub-account-permission .item-form-group{max-width:90%;margin:auto}.storefront-custom-fields{max-width:90%;margin:auto}.chat-disable-msg{width:55%;display:inline-block;vertical-align:middle}.category-items ul{max-height:400px;overflow:scroll;height:100%}.drp-calendar.right thead>tr:nth-child(2){display:none}.drp-calendar.right tbody{display:none}.daterangepicker.ltr .ranges,.daterangepicker.ltr .drp-calendar{float:none !important}.daterangepicker .drp-calendar.right .daterangepicker_input{position:absolute;top:45px;left:8px;width:230px}.drp-calendar.left .drp-calendar-table{margin-top:45px}.daterangepicker .drp-selected{display:none}.page-login li.language-menu{margin-right:15px !important}#HomeCarousel .carousel-inner{height:400px}.home-banner.banner-slider .carousel-inner>.item>img,.home-banner.banner-slider .carousel-inner>.item>.slide-video>video{min-height:400px;object-fit:cover}.page-login .header #menu-toggle{display:none !important}.category-menu .category-menu-top .breadcrumb{width:100%;padding:8px 15px}.category-items ul{height:100%}.section-shop .shop-box .item-description .fix-tablecell p{width:100% !important}.input-daterange input.input-small{text-align:center;padding-left:0}.chart-style>div>div{width:auto !important}.view-chat-left{min-height:0 !important}.view-chat-sec{height:auto !important}#page-buy-chat-offer .view-chat-listsec{height:100%}.header.is-slider .index-mobile-header{position:fixed;width:100%;background:#fff}#HomeCarousel .carousel-inner{top:0;margin-bottom:60px}.dd-options{z-index:99999}.header{height:auto !important}.chat-page .footer,.seller-chat-page .footer{display:none}#SelectLanguage a.dd-selected .dd-selected-text{display:none}.header .main-nav ul>li{padding:0 3px}.header .pull-right,.header .pull-left{padding:4px 0}li.dropdown.more-menu{display:none !important}.loing-section{margin:40px auto 0}.header .logo img{min-height:30px;max-width:100px;width:auto !important}#menu-toggle .icon.icon-menu,#sellermenu-toggle .icon.icon-menu{margin-right:-15px}.session-time{border-right:none}.seller-payment-container span{line-height:40px}.seller-sales .itemlist-head{display:none}.page-seller.seller-dashboard .seller-titlearea{padding:30px 20px 20px}#images #item-upload-area .uploded-items .uploded-box,#images #item-upload-area .uploded-items .add-item-box{margin-left:0;margin-right:0;width:50%}#images #item-upload-area .add-item-box #btn-browse{width:100%;height:160px}.page-seller .header .pull-left{width:auto}.page-seller .seller-titlearea{padding:0}.page-search .category-menu{height:auto}.category-menu .category-menu-top{padding:5px 15px 8px 0}.search-btn-apply{margin-right:20px}.seller-sales .itemlist-body-r .item-row>div{display:block;width:100%}.seller-sales .itemlist-body-r .item-row>div.item-name{padding-bottom:10px}.seller-sales .itemlist-body-r .item-row>div.item-sold,.seller-sales .itemlist-body-r .item-row>div.item-price{text-align:left}.plogin-top-left{width:70%}.home-banner.banner-slider{margin-top:-3px}.home-banner.banner-slider .banner-inner{padding-top:40px}.home-banner.banner-slider .carousel-inner>.item>img{min-height:345px;object-fit:cover}.banner-slider .home-serach{top:50%}.x-table-responsive .order-list-body-sec .order-read-box>div{width:100%;display:block;float:right;text-align:left;padding:10px 0;word-break:break-word}.x-table-responsive .order-list-body-sec .order-read-box>div:before{display:block;width:50%;content:attr(data-column);width:50%;float:left;padding-left:20px;font-weight:600}.x-table-responsive .order-list-body-sec .btn-delete-permission{position:inherit;right:inherit;top:inherit;margin-top:inherit;text-align:center;margin-top:20px}.x-table-responsive .order-list-body-sec .order-read-box{padding-bottom:0;margin-bottom:15px}.page-activity-log .list-auto-activity .order-list-body-sec .order-read-box>div,.page-sub-accounts .list-access-permission .order-list-tit-sec>div,.page-sub-accounts .list-access-permission .order-list-body-sec .order-read-box>div{display:block;width:100%;text-align:left}.page-sub-accounts .list-access-permission .order-list-body-sec .order-read-box>div.empty-page-sec{text-align:center}.x-table-responsive .order-list-body-sec .btn-delete-permission{position:inherit;right:inherit;top:inherit;margin-top:inherit;text-align:center;margin-top:20px;display:block !important}.page-seller.page-sub-accounts .seller-settings-menu-container .nav-tabs{float:none}.page-seller.page-sub-accounts .seller-settings-menu-container #setting-tab li{float:none;display:inline-block}.apply-btn.green,.csv-btn-area{width:45%}.csv-btn-area .csv-export-btn{width:100%}.history-details-right{padding-left:15px}.history-details-refundsec{text-align:center;margin-bottom:15px}}@media(max-width:767px){.header .main-nav .icon.icon-search{margin-right:0}.item-wishlist-details .header .logo{padding-left:0;margin-left:0 !important}.section-item-wishlist .storefront-top-action{padding-left:0;padding-right:0}.home-banner .home-serach .search-controls .lala{width:50%;border-radius:10px !important;margin-top:5px;margin-bottom:0;height:45px}.home-banner .input-daterange input:first-child{border-radius:0 10px 10px 0;font-size:12px;padding:0 25px 0 10px}.lala label.input-group-addon.btn span{font-size:15px}.home-banner .home-serach .search-controls{height:45px}.home-banner label.input-group-addon.btn{right:10px;top:4px}.search-location{width:50%;border-radius:10px;margin-top:5px}.home-banner .home-serach .search-controls .search-location .form-control{padding:0 15px 0 30px}.home-banner .search-location>img{top:13px;left:8px;width:12px}.home-banner .home-serach{margin-top:15px}.home-banner .home-serach .search-controls .search-location .form-control{border-radius:10px 0 0 10px}.category-filter .lala{width:37%;margin-top:0;margin-bottom:0}.item-fix-tablecell{font-size:14px}.item-img-item-owner{right:10px}.item-fix-tablecell{padding-right:60px;height:40px}.img-item-owner,.item-img-item-owner{width:35px;height:35px}.item-upload-crop-modal .modal-dialog{max-width:480px;height:340px;margin:40px auto}.item-upload-crop-modal.modal .modal-content{height:100% !important}}@media(max-width:630px){.item-box.item-box-size{width:50%}.page-search .item-box{margin-bottom:0}.view-chat .view-chat-left .section-chat{padding-left:15px;padding-right:15px}}@media(max-width:991px){.page-seller .list-option .order-list-search-bar{float:none;margin-top:0}.list-option .form-element label{height:auto;line-height:normal;margin-top:0;margin-bottom:10px;margin-top:10px}.list-option .form-element{float:none;margin-right:0}.page-seller .list-option .order-list-search-bar input{width:100%}.page-seller .list-option .form-element.order-list-search-bar .form-group{margin-top:0;margin-bottom:10px}.list-option select{width:100%;margin-bottom:10px}.list-option .form-element:after{display:table;content:"";clear:both}.item-wishlist-details .header .pull-left{display:flex}.item-wishlist-details .purchasehist-titlearea h3{padding-bottom:25px}.page-seller.item-upload .seller_translate-container .cart-top-sec-right{margin-top:15px}.category-map,.search-map-container{display:none}.search-left-content,.category-menu{width:100% !important}.category.line{width:100%;left:0}.delivery-address-sec .border-on-top .col-md-12{float:left;width:100%;padding:0 15px}.prvt-login-midback .prvt-login-mid-l,.prvt-login-mid-l{border:none}.prvt-login-midsec{padding-top:0;padding-bottom:50px}.page-activity-log .nav-tabs>li{margin-left:5px;margin-right:5px;float:none;display:inline-block}.page-activity-log .seller-actions .pull-left,.page-activity-log .seller-actions .pull-right{width:100%;margin-top:10px;margin-bottom:10px;margin-left:auto;text-align:center}.page-activity-log .filter-box .form-control{display:inline-block;height:32px}.page-activity-log .btn-action{padding:5px 15px;font-size:12px;width:auto}.page-seller.page-activity-log .nav>li>a{padding-top:10px;padding-bottom:10px}.page-sub-accounts .footer{position:inherit}}@media only screen and (min-width:1850px){.item-detail-breadcrumb{width:52.99%}}@media only screen and (max-width:1400px){.calendar-fixed-top{width:40.9%}}@media(min-width:566px) and (max-width:767px){.input-daterange .order-date-range label.input-group-addon.btn{top:-3px;right:18px;padding:13px 10px;font-size:15px;background:transparent}#history-details .history-details-left .no-padd-left{padding-left:15px}}@media(min-width:275px) and (max-width:543px){.seller-setting-display i.fa.fa-arrow-up{font-size:20px}#delivery_method .seller-common-box .item-form-group .col-md-12 p:last-child{margin-bottom:15px}.page-seller .seller-tab-area .tab-content #address .gutter-30{padding:0}.page-seller .nav>li>a{padding:0 5px}.page-seller .img-wrapper{width:200px;margin:auto;position:relative}.seller-settings-profile-desc,.page-seller .item-form-group .col-md-6,.page-seller .item-form-group .col-md-10,.seller-settings-profile-info,.page-seller.seller-items .seller-settings-profile-desc .col-md-8,.page-seller.seller-items .seller-settings-profile-desc .col-md-12,.page-seller.seller-items .seller-common-box .item-form-group .col-md-12{padding:0}#payment_acceptance .item-form-group{margin-bottom:0}.seller-setting-display .change-profile,.seller-setting-display .change-profile-hide{width:40px;height:40px;margin-left:81px;left:0}.seller-setting-display .profile-img{width:200px;height:200px;margin:auto}.seller-tab-area .item-form-group{margin-bottom:0}.seller-settings-menu-container #setting-tab li span{color:#b3b3b3;font-size:16px;font-weight:300;padding:5px 0;text-align:center;width:100%;line-height:20px}.page-seller .seller-tab-area .tab-content .seller-common-box,.seller-tab-area .tab-content #address .seller-common-box{padding:0 !important}.page-seller .header .pull-left{width:auto}.page-seller .header .pull-right{text-align:right}.seller-settings-title{float:left;font-size:26px;color:var(--user-color);font-weight:300;border-right:none;padding-right:0;width:100%;margin:auto}.page-seller .seller-settings-title span{font-size:18px;float:none;display:inline-block;vertical-align:middle}.page-seller .seller_translate-container .seller-titlearea.seller-item-page .seller-settings-title span{float:left}.seller-settings-mobile{text-align:center;margin-bottom:10px}.seller-tab-area #address .title{margin-bottom:20px;width:100%;float:left;margin-top:35px;font-size:15px}.page-seller .seller-item-page .nav-tab-order-list{padding-left:0}}@media(min-width:545px) and (max-width:719px){.page-seller .seller_translate-container .seller-settings-title span{float:left}.page-seller .seller_translate-container .seller-settings-title{float:left;padding-right:10px;margin:3px 15px 0 0;width:auto;border-right:1px solid #c8c8c8}.seller-settings-title{float:left;font-size:26px;color:var(--user-color);font-weight:300;border-right:none;padding-right:0;width:100%;margin:auto}.page-seller .seller-settings-title span{font-size:18px;vertical-align:middle;display:inline-block;float:none}.seller-settings-mobile{text-align:center;margin-bottom:10px}.total-sold-item-txt{padding-left:15px}.page-seller.header .pull-left{width:auto}.page-seller .seller-tab-area .nav-tabs{width:498px;border:none;margin:auto}.page-seller .nav>li>a{padding:10px 0}.seller-settings-menu-container #setting-tab li span{font-size:14px;padding:7px 20px}.seller-settings-menu-container{padding:15px 0;margin-bottom:35px}.seller-setting-display .profile-img{width:200px;height:200px;margin:auto}.seller-setting-display .change-profile,.seller-setting-display .change-profile-hide{border:1px solid #fff;display:none;border-radius:50%;width:40px;height:40px;text-align:center;position:absolute;top:40%;left:47%}.seller-setting-display i.fa.fa-arrow-up{font-size:21px}.seller-tab-area #address .title{margin-bottom:20px;width:100%;float:left;margin-top:35px;font-size:15px}.seller-tab-area .item-form-group{margin-bottom:0}.seller-tab-area .address-box{width:45%;float:left;margin-right:5%}.paypal-row .description input{max-width:325px;margin-right:0}.paypal-row .actions img{max-width:100%;height:40px;margin:0}.delivery-method-top{margin-top:-36px}#delivery_method .seller-common-box .item-form-group .col-md-12 p:last-child{margin-bottom:15px}.page-seller .header .pull-right{width:auto;text-align:right}.page-seller .seller-item-page .order-list-search-bar{margin-right:20px}}@media(min-width:720px) and (max-width:991px){.page-seller .header .pull-left{width:auto}.page-seller .header .pull-right{width:auto;text-align:right}.page-seller .header.user-login .main-nav>ul>li{padding:0}.page-seller .header .main-nav ul>li>a{padding:0 3px;display:initial}.seller-settings-title{font-size:22px;padding-right:20px;margin-right:20px}.page-seller .seller-settings-title span{font-size:18px}.seller-settings-title .icon-cog-bg{margin-right:9px;margin-top:.5px}.page-seller .nav>li>a{position:relative;display:block;padding:10px 0}.seller-settings-menu-container #setting-tab li span{font-size:14px;padding:7px 20px}.seller-setting-display .profile-img{width:200px;height:200px}.seller-setting-display .change-profile,.seller-setting-display .change-profile-hide{width:40px;height:40px;left:96px}.seller-setting-display i.fa.fa-arrow-up{font-size:19px;margin-top:9px}.seller-tab-area #address .title{margin-bottom:35px;width:100%;float:left;margin-top:35px}.seller-tab-area .item-form-group{margin-bottom:0}}@media(min-width:992px) and (max-width:1200px){.result-description{padding:10px 20px;font-size:14px}.page-seller .header.user-login .main-nav>ul>li{padding:0}.page-seller .header .pull-left{width:auto}.page-seller .header .pull-right{width:auto;text-align:right}.page-seller .header .main-nav ul>li>a{display:initial}.seller-settings-title{margin-right:20px;font-size:23px;padding-right:25px}.page-seller .seller-settings-title span{font-size:18px}.seller-settings-menu-container #setting-tab li span{padding:7px 20px}.seller-settings-title .icon-cog-bg{margin-right:9px;margin-top:1.5px}.seller-setting-display .profile-img{width:250px;height:250px}.seller-settings-profile-desc{margin-top:10px}.inbox-descrption-txt{white-space:normal}.section-item-wishlist .storefront-top-action .item-filter{margin-right:0}}@media only screen and (min-width:1200px){.container{width:1300px}}@media(min-width:1200px) and (max-width:1300px){.header .pull-left,.header .pull-right,.header .search-bar{width:50%}.inbox-cell.inbox-meta .message-placeholder{max-width:90px}}@media(min-width:762px) and (max-width:990px){.storefront-review .cart-item-row{position:relative;padding-top:30px}.storefront-review .cart-item-box-left{width:25%;padding:0}.storefront-review .cart-item-box-desc{width:75%}.storefront-review .cart-item-desc{max-width:75%}}@media(min-width:530px) and (max-width:761px){.storefront-review .cart-item-box-desc{padding:0 25px}.storefront-review .cart-item-row{position:relative;padding-top:30px}.storefront-review .cart-item-box-left{width:25%;padding:0}.storefront-review .cart-item-box-desc{width:100%}.storefront-review .cart-item-desc{max-width:100%}}@media(min-width:361px) and (max-width:529px){.storefront-review .cart-item-box-desc{padding:0 25px}.storefront-review .cart-item-row{position:relative;padding-top:30px}.storefront-review .cart-item-box-left{width:160px;padding:0}.storefront-review .cart-item-box-desc{width:100%}.storefront-review .cart-item-desc{max-width:100%}}@media(min-height:700px){.model-register .modal-body{vertical-align:middle}}@media(max-width:620px){.popup-language{width:270px}.pop-up-reminder{padding:10px 20px;font-size:16px}.pop-up-message{padding:15px 20px;font-size:14px}.pop-up-button{width:80px;border-radius:15px;padding:7px;margin:0 20px 20px}}@media(max-width:375px){.review-button .btn-gray-small-cmn,.review-button .btn-green-small-cmn{float:right}.review-button .btn-gray-small-cmn{margin:0 0 10px 10px}}@media(max-width:780px){.popup-language{right:-65px;margin-top:20px}}@media(min-width:1200px) and (max-width:1300px){.container{max-width:1170px}.section-shop .shop-box .box-inner,.shopimg-preview,.section-shop .shop-box img,.section-shop .shop-box .box-inner{height:100%}.section-shop .shop-box .item-description{width:95%;height:95%}.section-shop #shop-latest.shop-box .box-inner{height:auto}.page-home .section-shop .shop-box .box-inner,.page-home .section-shop .shop-box .box-inner{height:inherit}.page-home .section-shop .shop-box .item-description{width:95%;height:inherit}.order-list-heading .invoice-id-sec,.order-list-heading .timestamp-sec,.order-list-heading .qty-sec,.order-list-heading .delivery-opt-sec,.order-list-heading .order-status-sec,.order-list-heading .order-id-sec{width:125px}.order-list-body-sec .invoice-id-sec,.order-list-body-sec .timestamp-sec,.order-list-body-sec .qty-sec,.order-list-body-sec .delivery-opt-sec,.order-list-body-sec .order-status-sec,.order-list-body-sec .order-id-sec,.order-list-body-sec .order-review-sec{width:128px}.ordr-dtls-item-itemdesc{width:340px}.ordrhist-item-col{width:300px}.ordrhist-invoiceid-col,.ordrhist-timestamp-col,.ordrhist-qty-col,.ordrhist-delivery-st-col,.ordrhist-status-col{width:130px}.seller-dasboard-top-left-mid{padding-bottom:57px;padding-top:57px}.dashboard-sellerbox{min-height:342px;padding:24px 50px}.store-location-box{width:100%}.ordr-dtls-item-delivery,.ordr-dtls-item-status{width:190px}.cart-item-box-desc{padding-left:15px}.cart-delivery-method-txt{max-width:150px}}@media(max-width:640px){.page-review .review-right{float:left;width:100%;padding:10px}.page-review .review-left{max-width:400px;margin:auto;width:100%}.review-left-container{padding-top:10px}}@media(max-width:798px){.page-review .view-chat-right{height:auto !important;width:100%;float:left}.page-review .view-review-left{border-right:none;width:100%}.review-fixed-sec{position:relative;max-height:auto !important;height:auto;top:0}.page-review .view-chat-right,.review-fixed-sec{margin:0 0 30px 0;border-left:none}.page-review .view-chat-right{border-top:1px solid #999;margin-top:20px}.review-order-summary-container,.review-fixed-sec .review-button{height:auto;width:100%;float:left}.review-order-summary-container{padding:20px 25px 30px}}@media(min-width:799px) and (max-width:1199px){.page-review .review-right{float:left;width:100%;padding-left:0;margin-top:20px}.page-review .review-left{max-width:335px}.review-order-summary-container,.review-fixed-sec .review-button{width:100%}.home-banner .home-serach .search-controls .form-control{width:37%}.page-review .view-chat-right{width:45%}.page-review .view-review-left{width:55%}}@media(min-width:992px) and (max-width:1199px){.category-filter .lala{width:40%}.lala{width:17%}label.input-group-addon.btn{right:15px;width:0}input.input-small{padding:0 30px 0 0}.select-date>input[type="checkbox"]{margin:18px 0 0 25px}.header .pull-left,.header .pull-right,.header .search-bar{width:50%}.section-shop #shop-latest.shop-box{width:470px}.section-shop .shop-box .item-description{padding-top:10px;font-size:14px}.home-banner .banner-quote>h1{font-size:32px}.search-bar{margin-left:15px}.search-bar{width:200px}.page-seller .header .main-nav ul>li>a{padding:0 12px;line-height:59px;min-height:59px;border-top:10px solid transparent}.item-detail-left-inner{padding:20px;padding-top:0}.add-cart-btn{width:180px}.thumbnail-images>ul>li img{max-width:80px}.section-shop .shop-box:hover .item-description .view-item{margin-top:10px}.cart-item-price-sec{width:165px}.cart-item-desc-sec{width:55%}.cart-item-box-right{width:73%}.order-list-heading .invoice-id-sec,.order-list-heading .timestamp-sec,.order-list-heading .qty-sec,.order-list-heading .delivery-opt-sec,.order-list-heading .order-status-sec,.order-list-heading .order-id-sec,.order-list-heading .order-review-sec{width:107px;padding:5px}.order-list-heading .item-sec{width:140px;padding:5px}.order-list-body-sec .invoice-id-sec,.order-list-body-sec .timestamp-sec,.order-list-body-sec .qty-sec,.order-list-body-sec .delivery-opt-sec,.order-list-body-sec .order-status-sec,.order-list-body-sec .order-id-sec,.order-list-body-sec .order-review-sec{width:110px;padding:5px}.order-list-body-sec .item-sec{width:100px;padding:5px}.ordr-dtls-item-itemdesc{width:230px;padding-left:10px;padding-right:10px}.order-status-sec select{min-width:110px}.order-detail-item-sec .ordr-dtls-item-delivery{width:160px}.ordr-dtls-item-itemdesc .item-preview{margin-right:20px}.ordr-dtls-item-price,.ordr-dtls-item-qty{width:130px}.ordr-dtls-item-delivery,.ordr-dtls-item-status{width:150px}.ordr-dtls-item-status .ordr-dtls-btnchange{width:100%}.ordrhist-item-col{width:315px}.ordrhist-invoiceid-col,.ordrhist-timestamp-col,.ordrhist-qty-col,.ordrhist-delivery-st-col,.ordrhist-status-col{width:100px;padding:5px 10px}.dashboard-sellerbox{min-height:283px;padding:10px 15px}.dashboard-sellerbox p{font-size:16px}.seller-dasboard-top-left-mid{padding-bottom:28px;padding-top:28px}.store-location-box{width:100%}.cart-item-box-desc{width:35%;padding-left:15px}.cart-delivery-method-txt{max-width:120px}.page-seller .header.user-login .main-nav>ul>li.language-menu{padding-top:5px}.ordr-dtls-trans-line span{width:90px}.header .main-nav ul>li{padding:0 6px}}@media(max-width:1280px){.cht-offer-buybtn,.cht-offer-buybtn:hover,.cht-offer-buybtn:focus,.cht-offer-declinebtn,.cht-offer-declinebtn:hover,.cht-offer-declinebtn:focus{width:180px;margin-left:0;margin-right:0;font-size:13px}}@media(max-width:1080px){.chart-style{width:100%}.calendar-fixed-top{width:39.2%}.cht-offer-buybtn{width:180px;margin-right:0;font-size:13px}}@media(min-width:992px){.col-md-offset-right-3{margin-right:25%}.col-md-offset-right-2{margin-right:16.66666667%}.col-md-offset-right-1{margin-right:8.33333333%}}@media(min-width:699px) and (max-width:767px){.home-banner .home-serach .search-controls .form-control{width:37%}.lala{width:17%}.select-date>input[type="checkbox"]{margin:18px 0 0 10px}label.input-group-addon.btn{position:absolute;right:9px !important;background:transparent;top:12px !important;border:none;font-size:15px !important;width:0;pointer-events:none}}@media(min-width:768px) and (max-width:991px){.home-banner>.container{width:100%}.lala{width:18%}.select-date>input[type="checkbox"]{margin:18px 0 0 10px}label.input-group-addon.btn{width:0}.home-banner .home-serach .search-controls .form-control{width:34%}.home-search{font-size:12px}.home-banner .banner-inner{padding-bottom:55px}.header .main-nav ul>li>a{padding:0 15px}.search-bar{margin-left:10px;width:200px}.home-banner .banner-quote>h1{font-size:28px;letter-spacing:1px}.home-banner .banner-inner{width:100%}.section-shop #shop-latest.shop-box{width:100%}.section-shop .shop-box .border-preview{height:95%;left:2.5%;margin:0;top:2.5%;width:95%}.section-shop .shop-box .item-description{height:95%;left:2.5%;margin:0;top:2.5%;width:95%}.section-shop .shop-box{width:33.333%;height:100%;min-height:100%;float:left}.section-item-wishlist.section-shop .shop-box{width:50%}.section-shop .shop-box img.img-item-owner{position:absolute}.section-item-wishlist.section-shop .shop-box .item-description{width:100%}.section-shop .shop-box .border-preview{height:90%;left:5%;margin:0;top:5%;width:90%}.section-shop .shop-box .item-description{height:90%;left:5%;margin:0;top:5%;width:95%;padding-top:10px;font-size:14px}.section-shop #shop-latest.shop-box img{width:auto}.section-shop .shop-box img{width:100%}.footer .footer-navigation{width:100%}.section-category .section-content .col-md-3{width:50%}.seller-actions .search-bar{width:400px}.page-seller .header .main-nav ul>li>a{font-size:12px;border-top:10px solid transparent}.page-seller .login-menu img{width:30px}.page-seller .header .main-nav ul>li>a::after{height:20px;top:38%}.item-detail-left-inner{padding-left:15px;padding-right:15px}.itemSlider .itemSlider-Thumb>ul>li{max-height:50px;min-height:50px;width:19%}.itemSlider .itemSlider-Thumb>ul>li.more-item>a{line-height:50px;min-height:50px}.itemSlider .itemSlider-Thumb>ul>li>a>img{max-height:50px}.item-price-box .price-box-btn{float:none;width:100%;text-align:center;margin:auto;padding-top:15px}.thumbnail-images>ul>li img{max-width:65px}.order-list-heading .invoice-id-sec,.order-list-heading .timestamp-sec,.order-list-heading .qty-sec,.order-list-heading .delivery-opt-sec,.order-list-heading .order-status-sec{width:80px;padding:5px;word-wrap:break-word}.order-list-heading .order-id-sec,.order-list-heading .item-sec{width:68px;padding:5px;word-wrap:break-word}.order-list-body-sec .order-id-sec,.order-list-body-sec .invoice-id-sec,.order-list-body-sec .timestamp-sec,.order-list-body-sec .qty-sec,.order-list-body-sec .delivery-opt-sec,.order-list-body-sec .order-status-sec,.order-list-body-sec .order-review-sec{width:83px;padding:5px;word-wrap:break-word}.order-list-body-sec .item-sec{width:90px;padding:5px;word-wrap:break-word}.order-list-body-sec .order-id-sec .fancy-checkbox label{background-size:25px auto;display:inline-block;height:22px;width:22px;padding-left:5px}.seller-actions .item-search{width:480px}.ordr-dtls-item-itemdesc .item-preview{width:80px;height:80px;max-height:80px;margin-right:15px}.ordr-dtls-item-itemdesc{width:205px}.ordr-dtls-item-price{width:100px}.ordr-dtls-item-qty{width:75px}.ordr-dtls-item-delivery,.ordr-dtls-item-status{width:145px}.ordr-dtls-item-bodyrow{padding-left:15px;padding-right:15px}.ordr-dtls-btnchange{width:100%}.ordrhist-item-col{width:210px;padding:5px 10px}.ordrhist-invoiceid-col,.ordrhist-timestamp-col,.ordrhist-qty-col,.ordrhist-delivery-st-col,.ordrhist-status-col{width:73px;padding:2px}.ordrhist-item-iteminfo .item-preview{width:80px;max-height:80px;margin-right:5px}.order-status-sec select{min-width:90px}.order-detail-item-sec .ordr-dtls-item-delivery{width:120px}.ordr-dtls-item-itemdesc{width:200px}.ordr-dtls-item-delivery,.ordr-dtls-item-status{width:120px}.order-detail-item-sec .ordr-dtls-item-review{width:80px}.order-detail-item-sec .ordr-dtls-item-qty{width:55px}.ordr-dtls-item-itemdesc .item-preview{width:50px;height:50px;margin-right:5px}.cart-item-row .cart-item-delete-sec{top:10px;right:6px}.page-seller .header.user-login .main-nav>ul>li.language-menu{padding-top:5px}.header .pull-right{width:40%}.header .pull-left{width:60%}.header .search-bar{width:50%}.header .main-nav ul>li>a{padding:0 5px}}@media only screen and (min-width:992px){.dash-date-container{width:90%;margin-left:5%;float:left;position:relative}.topnav-right{float:right;margin-bottom:20px}.but-csv{background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/exportcsv.svg')no-repeat;background-size:cover;width:145px;cursor:pointer;float:left;height:40px}.but-pdf{background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/savepdf.svg')no-repeat;background-size:cover;width:145px;margin-left:25px;cursor:pointer;float:left;height:40px}.dashlet-choices{margin-top:25px;margin-right:7%}.dashlet-choices,.dashlet-choices-bar{width:400px}.dashlet1{width:100%}.dashlet2-container-left{float:left;width:50%}.dashlet2-container-right{float:right;width:48%}.dashlet2{width:100%;float:left;padding:40px;background:#fff;margin-bottom:60px}.dash-info-container{width:25%}.dashboard-info-container{padding:10px 40px}.dashboard-menu-container>ul li{padding:0 35px}.dashboard-menu-container>ul{margin:35px auto}.dashboard-info-container{width:70%;margin-left:15%}}@media(max-width:991px){.item-no-result-msg .col-md-6{text-align:center}.item-no-result-msg .col-md-6>img{width:250px}.no-result-red{padding-top:15px;font-size:34px;padding-bottom:10px}.item-no-result-msg{border-bottom:1px solid #c8c8c8;font-size:16px;margin-bottom:25px;padding-bottom:20px;padding-top:0}.seller-common-box .col-md-6,.item-upload-delivery-secton{width:95%}#add-item-area .inventory-section .item-form-group textarea{width:100%}#add-item-area .inventory-section .item-form-group select,#add-item-area .inventory-section .item-form-group input[type="text"],.seller-tab-area input[type="text"],.seller-tab-area select{width:100%;height:41px}.seller-tab-area input[type="text"].itmuplodpg-bksrvcs-chkdate{width:170px}#add-item-area .item-form-group .custom-datepicker .datepicker-txt{width:85%}.paypal-row .description{width:60%}.paypal-row .actions{width:40%}#address-fields .col-md-4{margin-bottom:25px}.cart-item-box-right{width:71%}.cart-item-desc-sec{margin-left:0;width:auto;margin-bottom:15px}.cart-item-row{position:relative;padding-top:60px}.cart-item-row .cart-item-img{padding-left:30px}.cart-item-row .cart-item-delete-sec{position:absolute;top:10px;right:5px}.cart-item-row .fancy-checkbox{position:absolute;top:0;left:0}.cart-item-row .cart-item-price-sec{width:170px}.order-prcs-tmln-sec{width:635px}.order-prcs-tmln-sec span.tmln{width:175px}.delivery_white_section .item-form-group input[type="text"],.delivery_white_section .item-form-group input[type="email"],.delivery_white_section .item-form-group select{width:100%}.delivery_white_section .item-form-group label{color:#000}.storefron-top-left,.storefron-top-right{width:100%;padding-bottom:15px;display:block}.store-location-box,.store-merchant-info p{width:100%}.storefron-top-left{border-bottom:1px solid #d8d8d8}.item-box-top{max-height:205px}.add-options-table .options-body input[type="text"]{height:50px}.resultTable tbody input.stock_input[type="text"]{width:50px}.cart-item-box-left{width:100%;display:block}.cart-item-box-desc{width:100%;padding:15px 25px}.cart-item-box-variant{width:100%;padding:15px 25px}.cart-top-section .cart-top-sec-left{width:55%}.cart-top-section .cart-top-sec-right{width:45%}.search-bar{width:100px}.calendar-fixed-top{width:38%}.inbox-cell.inbox-meta>span{width:100%;text-align:left;padding-left:32px}.row-table .inbox-cell.inbox-meta{width:200px}.purchasehist-titlearea h3{width:100%;padding-bottom:0}.ordr-dtls-trans-info{padding-top:17px;padding-left:35px}.ordr-dtls-top-left{width:85%}.ordr-dtls-top-right{width:30%}.purhstdtls-seller-cnctsec{border-bottom:1px solid #c8c8c8;margin-bottom:20px;padding-bottom:15px}.plogin-top-left{width:80%}}@media(min-width:0) and (max-width:991px){.inline-controls{margin-bottom:10px}.dash-date-container{padding:15px;position:relative}.topnav-right{float:right;margin-bottom:20px}.but-csv{background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/exportcsv.svg')no-repeat;background-size:cover;width:145px;cursor:pointer;float:left;height:40px}.but-pdf{background:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/savepdf.svg')no-repeat;background-size:cover;width:145px;cursor:pointer;margin-left:25px;float:left;height:40px}.dashboard-info-container{width:100%}.dashlet-choices,.dashlet-choices-bar{width:250px;font-size:13px}.dashboard-menu-container>ul{margin:20px auto}.dashlet1,.dashboard-info-container{margin-bottom:30px}.dashlet2{padding:40px;background:#fff;margin-bottom:30px;float:left}.dashlet2-container-right,.dashlet2-container-left{float:left;margin-bottom:50px}.dash-info-container{width:50%}.dashboard-info-container{padding:15px 0}.dashboard-menu-container>ul li{padding:0 7px}.item-upload .seller-common-box .col-md-6{width:100%}.itmuplodpg-schperiod-edit-cell2,.itmuplodpg-schperiod-edit-cell4{width:165px}.itmupld-adtdtls-dtpicker,.itmupld-adtdtls-tmpicker{background-position:97.5% center}.tab-additional .item-form-group .custom-datepicker .col-md-6{padding-left:0;padding-right:0}#add-item-area .item-form-group .custom-datepicker .datepicker-txt{width:100%}.item-upload-delivery-secton .add-row-area .col-md-6{margin-bottom:0}.spacetime-tab-area .btn-area{margin-bottom:0}.spacetime-tab-area .seller-common-box .item-upload-delivery-secton{width:95%;margin:1px auto}.inbox-descrption-txt{width:225px}}@media(max-width:320px){.prvt-login-form-inner{padding:25px 15px}.login-area .login-btn{width:100%}}@media(min-width:768px) and (max-width:990px){.inbox-descrption-txt{white-space:normal}.row-table .inbox-cell.inbox-meta{width:350px}.inbox-cell.inbox-meta .message-placeholder{margin-left:10px;width:100px}.inbox-cell.inbox-meta>span{margin-left:10px;padding-left:0}.row-inbox .inbox-descrption{width:calc(100% - 500px)}.inbox-cell.inbox-meta .user-avtar{margin:0 10px}.row-inbox .inbox-action{width:200px}.inbox-cell.inbox-meta .user-avtar{max-height:45px;max-width:45px}.row-inbox .inbox-descrption{padding-left:10px;padding-right:10px}}@media(max-width:767px){#modalMobiBuyNow .section-total .btn-grey{padding:10px 10px;margin-bottom:10px;margin-top:10px}.list-option .form-element.labled{margin-bottom:0;margin-top:20px;margin-bottom:10px}.seller-settings-title{justify-content:center;display:flex;width:100%;margin-bottom:15px}.seller-titlearea .filter-opt-form{padding-left:0;padding-right:0}.page-seller .list-option .order-list-search-bar input{width:100% !important}.header .main-nav ul>li>a>sub{top:-2px;right:8px}.title-btn-right{text-align:center}.page-title-flex{display:flex;flex-direction:column;align-items:center;justify-content:center}.page-title-flex .pull-left{margin-bottom:10px}.home-search{background:var(--user-color);float:left;width:85px;height:100%;border-radius:0 10px 10px 0;text-align:center;letter-spacing:.05em;font-size:15px;line-height:normal;padding:0;border-width:0;cursor:pointer;margin-top:0;right:0;position:absolute}.search-controls.location-datepicker-hidden .search-location{margin:0}.home-banner .home-serach .search-controls.both-datepicker-hidden .search-location .form-control{border-radius:10px}.home-banner .home-serach .search-controls.location-datepicker-hidden .search-location .form-control,.home-banner .home-serach .search-controls.location-datepicker .search-location .form-control{border-radius:10px}.home-banner .home-serach .search-controls.both-datepicker-hidden>.search-location,.home-banner .home-serach .search-controls.keyword-datepicker>.input-daterange .lala,.search-controls.location-datepicker>.input-daterange .lala{width:100%;border-radius:10px}.home-banner .home-serach .search-controls.keyword-datepicker>.input-daterange .lala input:first-child,.search-controls.location-datepicker>.input-daterange .lala input:first-child{border-radius:10px}.home-banner .home-serach .search-controls.both-datepicker-hidden>.form-control,.home-banner .home-serach .search-controls.keyword-datepicker>.form-control,.search-controls.location-datepicker .search-location{width:100%;margin:0;border-radius:10px}.seller_translate-container .seller-titlearea.seller-item-page .container>.row{margin:0}#SelectLanguage .dd-options{overflow:scroll !important}.section.section-banner{width:calc(100% - 30px);margin:7.5px 15px}.select-date>label{margin-left:4px}.dropdown.more-menu{display:none}.popup-area.order-item-feedback-popup{width:calc(100% - 20px)}.language-menu .dd-options{right:-40px}.header .pull-left .logo{height:auto !important;width:auto !important;display:flex;align-items:center}.index-page .header .container>.row>.pull-left{width:auto !important}.view-chat .view-chat-left,.view-chat .view-chat-right{width:100%;margin:0;padding:0}.view-chat-sec{top:0 !important;bottom:inherit;height:inherit;max-width:100%;position:inherit;right:inherit;margin-left:0;margin-right:0;padding-bottom:60px;padding-top:60px;width:100%}.view-chat-listsec{position:relative;bottom:inherit;width:100%;height:100%}.chat-offer-section{padding:5px 0;position:fixed;width:100%;background:#fff;z-index:1;border-bottom:1px solid #c8c8c8;padding:0}.chat-offer-navigation .user-avtar{width:40px;height:40px}.chat-offer-navigation span{font-size:14px;color:#808080}.mobi-nav-back-img{display:inline-block}.desk-nav-back-img{display:none}.chat-active .icon.icon-information{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/information.svg);margin-right:0}.info-active .icon.icon-information{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/chat.svg);margin-right:0}.chat-offer-section .link-info{display:-webkit-box;border-left:1px solid #c8c8c8;margin-bottom:2px;margin-top:7px;padding:6px 15px}.btn-chat-send{margin-top:2px;margin-bottom:0;padding:8px 26px}.view-chat-edit-sec textarea{height:60px}div.view-chat-edit-sec{padding-bottom:5px}.view-chat-edit-sec>div{text-align:right}.chat-navigation .user-avtar{height:40px;width:40px}.chat-navigation>span{font-size:14px;vertical-align:middle;color:#808080;font-weight:400}.view-chat-left .section-chat{padding:5px 70px}.membership-row{margin-top:5px;border-bottom:0;border-top:1px solid #e6e6e6}.membership-row .pull-left,.membership-row .pull-right{width:100%;padding-top:5px;color:#808080}.view-chat-left .section-chat{border-bottom:1px solid #c8c8c8}.section-chat .top-nav-close{padding-top:7px}.section-chat.chat-pricing{padding-top:70px}.datepicker{z-index:70000 !important}input.input-small{padding:0 30px 0 0}.home-banner .home-serach .search-controls .form-control,#AutoCompleteResult{padding:0 15px 0 15px}label.input-group-addon.btn{position:absolute;right:15px;background:transparent;top:10px;border:none;font-size:20px;width:0;pointer-events:none}.home-banner .home-serach{margin-top:45px;padding:0 35px}.select-date>input[type="checkbox"]{margin:18px 0 0 20px}.home-search{font-size:12px}.home-banner .banner-inner{padding-bottom:55px}.section-shop .shop-box .item-description .fix-tablecell{max-width:215px}.home-banner .banner-inner{width:100%;padding-left:10px;padding-right:10px;padding-top:20px}.home-banner .border-wrapper{border:none}.home-banner .banner-quote>h1{font-size:25px;letter-spacing:normal}.section-category{padding-left:15px;padding-right:15px}.section-shop .shop-box{width:50%;float:left;height:100%;min-height:100%;padding-left:15px}.section-shop .shop-box .border-preview{height:90%;left:5%;margin:0;top:5%;width:90%}.section-shop #shop-latest.shop-box .box-inner>img{width:120px}.section-shop .shop-box img{width:100%}.section-shop #shop-latest.shop-box{width:100%}.icon.icon-cart{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mobile_cart.svg')}.header{background-color:#fff}.header .logo{padding:5px 10px 5px 0;margin-left:15px;float:none;display:flex;align-items:center}.header .pull-right{width:auto;display:flex;align-items:center;min-height:65px;flex:1;justify-content:flex-end}.header .logo>img{height:auto;max-height:inherit;width:125px}.header .main-nav>ul>li.active:after{background-color:#ff5a60;content:"";height:5px;margin-top:0;position:absolute;top:100%;width:100%}.header .main-nav>ul>li.active{position:relative}.header .main-nav ul>li>a{line-height:normal;min-height:inherit;padding:0}.index-page .dd-pointer-up{border-bottom:solid 5px #000 !important}.index-page .dd-pointer-down{border-top:solid 5px #000}.header .main-nav ul>li.user-login.dropdown:hover .dropdown-menu{display:none}.header .main-nav{padding:8px 5px 7px 0}.header .main-nav .inbox-menu .icon{width:30px;height:30px}.header .main-nav .icon{width:50px;height:45px;background-size:cover}.header .search-bar{float:inherit;margin-left:0;position:absolute;width:100%;padding:5px 10px;background-color:#fff;border:1px solid #b3b3b3}.header .main-nav .icon.icon-down{width:30px;height:30px;background-size:inherit}.login-menu.dropdown img{width:35px}.header .seller-nav.dropdown-menu{left:-158px;top:58px}.header .login-nav.dropdown-menu{left:-87px;top:58px}.category-navbar{display:none}.category-menu{border-left:0}.search-bar{background-color:#000;border-top:1px solid #c2c2c2;display:block;left:0;padding-top:16px;padding-bottom:20px;position:absolute;top:100%;width:100%;z-index:9;padding-left:10%;padding-right:10%;margin-left:0;display:none}.search-bar .btn-find{margin-top:-15px;right:5%}.category-menu .breadcrumb{padding-top:10px}.filter-applied-value{width:100%;padding:0}.category-menu{height:0}.search-top-area{background:#000 none repeat scroll 0 0;padding-bottom:10px;padding-top:10px;max-height:42px}.item-found-text{display:none}.search-top-area .search-result-text{font-size:16px;color:#fff}.search-result-text span{font-size:16px}.wrapper-section{position:relative}.item-list-section .row .col-md-3.col-sm-4.col-xs-6{padding:0 5px}.item-box-bottom{padding:15px 10px 10px}.item-box-inner{background-color:#fff;min-height:250px;margin-bottom:10px}.category-title{font-size:16px;color:#fff}.category-middle-menu{height:auto;padding-top:20px}ul.category-middle-menu>li{height:20px;margin-bottom:7px}ul.category-middle-menu>li>a{display:block;padding:3px 10px;border-bottom:5px solid transparent;font-size:12px;text-transform:uppercase}.category-items{width:100%;left:0;top:70px;padding-bottom:0 !important}.category-items ul{width:100%}.category-items ul>li.hasSub:hover .submenu{position:inherit;left:inherit;top:inherit;display:none}.category-items .category-breadcrum{background-color:#fff;display:block;margin-top:1px;max-height:60px;z-index:999}.category-items .category-breadcrum a{font-size:14px;color:#999;display:block;margin-left:20px;padding:15px 0;line-height:30px}.category-items .icon.arrow-left{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mobile_back.svg')}.category-items ul>li.hasSub{background-position:97% center}#item-applied-filter{margin:0 0 10px 0;min-width:180px}.item-filter-values{font-size:12px}.seller-titlearea{padding:30px 20px 20px}.seller-titlearea h1{font-size:22px}.seller-actions .item-search{background-color:transparent;border:medium none;display:block;margin-left:0;padding:6px 10px;position:relative;width:auto}.seller-actions{padding:7.5px 10px}.seller-actions .item-search .form-control{background-position:center center;padding:0;text-indent:-99999px;width:40px;float:left}.seller-actions .item-search .item-search-btn{float:left}.seller-actions .item-search .form-control.expand{background-position:12px center;text-indent:inherit;padding-left:40px;-webkit-transition:all .4s linear,background .4s;-moz-transition:all .4s linear,background .4s;transition:all .4s linear,background .4s;width:100%;margin-bottom:5px}.seller-itemlist .itemlist-body-r .item-row{display:block}.seller-itemlist .itemlist-body-r div.item-name,.seller-itemlist .itemlist-body-r div.sale-name{padding-bottom:15px}.seller-itemlist .itemlist-body-r div.item-stock,.seller-itemlist .itemlist-body-r div.sale-stock{padding-top:15px;padding-bottom:20px}.seller-itemlist .itemlist-body-r div.item-name,.seller-itemlist .itemlist-body-r div.sale-name,.seller-itemlist .itemlist-body-r div.item-price,.seller-itemlist .itemlist-body-r div.item-stock,.seller-itemlist .itemlist-body-r div.sale-stock{display:block;width:100%}.seller-itemlist .itemlist-body-r div.item-price,.seller-itemlist .itemlist-body-r div.item-stock,.seller-itemlist .itemlist-body-r div.sale-stock{text-align:left}.seller-itemlist .itemlist-body-r div.item-purchaseable,.seller-itemlist .itemlist-body-r div.sale-purchaseable,.seller-itemlist .itemlist-body-r div.item-actions{display:block;float:left;width:50%}.seller-itemlist .itemlist-body-r div.item-price>span,.seller-itemlist .itemlist-body-r div.item-stock>span,.seller-itemlist .itemlist-body-r div.sale-stock>span{width:100px}.seller-itemlist .itemlist-body-r .onoffswitch{display:inline-block;vertical-align:middle;margin-left:15px}.seller-itemlist .itemlist-body-r div.item-purchaseable,.seller-itemlist .itemlist-body-r div.sale-purchaseable{text-align:left}.seller-itemlist .itemlist-body-r .item-actions{text-align:right}.seller-itemlist .itemlist-body-r .item-actions ul>li:first-child{margin-bottom:0}.seller-itemlist .itemlist-body-r .item-actions ul>li{display:inline}.seller-itemlist .itemlist-body-r .item-row>div{display:block}.seller-actions.s-active .search-bar .form-control.expand{width:100%}.seller-actions.s-active .pull-left,.seller-actions.s-active .pull-left .search-bar{width:100%}.seller-actions.s-active .pull-right{width:100%;text-align:center}.page-seller #seller-nav{display:none;background-color:#fff;border-top:1px solid #d2d2d2;left:0;position:absolute;top:100%;width:100%;border-bottom:1px solid #d2d2d2;z-index:999}.page-seller #seller-nav>ul>li{display:block}.seller-items .header .main-nav>ul>li.hover:after{height:0}.seller-items .header .main-nav>ul>li:hover a{border:none}.seller-items .header .main-nav ul>li:hover .dropdown-menu{top:100%;width:100%;left:0;padding:0}.seller-items .dropdown-menu::before{display:none}.mobi-nav>ul>li{display:inline-block;vertical-align:middle}.header .mobi-nav .icon{background-size:cover;height:45px;width:34px;margin-right:0;padding:0 5px}.seller-itemlist .itemlist-head{display:none}.page-seller .seller-actions .item-search-btn{left:0}.page-seller .seller-actions.s-active .form-control{padding-left:20px}.page-seller .seller-actions.s-active .item-search-btn{right:25px;left:inherit}.category-menu.affix+.search-top-area{margin-top:0}.header .main-nav>ul>li.active::after{margin-top:3px}.header{padding-right:0;background:#fff}.header.affix{position:fixed;width:100%;z-index:9999;background-color:#fff}.page-seller .header.affix+.main{padding-top:66px}.page-seller.seller-chat-page .header.affix+.main,.page-seller.seller-chat-page.seller-offer-pg .header.affix+.main{padding-top:61px}.header.affix+.main .category-menu.affix{margin-top:61px}.header.affix+#mobile-menu,.header.affix+#seller-nav{margin-top:61px}.header .main-nav ul>li>a::after{height:0}.item-detail-left,.item-detail-right{width:100%;float:none}.item-detail-left{border:none;padding:15px}.item-detail-right{display:none}.item-detail-breadcrumb{display:none}.item-detail-left .item-name,.item-detail-left .sale-name{font-size:16px}.itemSlider-Preview .itemPrice>h4{font-size:14px}.item-detail-left .merchant-name{padding-bottom:15px;border-bottom:1px solid #c8c8c8}.item-price-box .price-box-btn{float:none;width:100%;margin:auto;text-align:center;padding-top:15px}.item-detail-left .item-price-text{float:left;width:60%;font-size:22px}.item-price-box .item-qty-box{float:right;width:40%;padding-top:20px}.item-details .item-price-box .item-qty-box{float:none;width:100%;padding-top:0}.left-item-label{margin-top:-88px;display:block;float:right;position:absolute;right:15px}.item-details .left-item-label{margin-top:0;float:none;position:relative;right:auto;display:inline-block}.mobile-cart-button{margin:20px auto auto;width:100%;text-align:center}.item-detail-right .manege-affix.affix{position:inherit;padding-left:0;richness:inherit;top:inherit;width:100%}.cart-dropdown{left:inherit;right:0;margin-top:8px}.header .main-nav .cart-dropdown .icon{width:30px;height:30px}.header .main-nav>ul>li.hover::after{margin-top:-4px}.item-detail-left{position:inherit;z-index:9}.item-detail-right .thumbnail-images>ul>li img{display:none}.item-detail-right .thumbnail-images{background-color:rgba(0,0,0,.7);margin-top:-41px;position:relative;z-index:99;width:100%}.item-detail-right .thumbnail-images>ul>li>a{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/image_icon.svg');background-repeat:no-repeat;background-position:center center;display:block;height:20px;width:20px;background-size:cover}.preview-image #zoom-image{display:none}.mobi-slide-nav .slide-btn{position:absolute;background-repeat:no-repeat;background-position:center center;top:50%;margin-top:-15px}.mobi-slide-nav .slide-btn .icon{margin-right:0}.mobi-slide-nav #go-prev{left:10px;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/slide-back.svg')}.mobi-slide-nav #go-next{right:10px;background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/slide-next.svg');transform:rotate(180deg)}.filter-tag{margin-left:0}.seller-common-box{font-size:12px}.item-top-titlearea h1{font-size:22px}.item-top-titlearea p{font-size:14px}.uploded-items{width:420px}.spacetime-tab-area .uploded-items{width:100%}.uploded-items>div:nth-child(3n+2){margin:0 5px 5px}.uploded-items .uploded-box{margin:0 5px 5px}.seller-tab-area .tab-content .seller-common-box,.seller-tab-area .tab-content #address .seller-common-box{padding-left:5px;padding-right:5px}.paypal-row .description{width:100%;float:none}.paypal-row .actions{width:100%;float:none;text-align:center;margin-top:20px}.seller-tab-area .tab-content #address .gutter-30{padding:0 5px}.add-row-area .col-sm-4{padding-left:15px;margin-top:15px;padding-right:15px}.item-upload-delivery-secton .add-row-area{margin-bottom:40px}.page-home .header.affix+.main{padding-top:61px}.checkout-payment-inner,.check-bottom-btn{width:100%}.checkout-payment-info-txt{margin-bottom:20px}.checkout-back-btn{display:none}.checkout-totline-left{width:40%}.delivery_white_section{border-right:none}.delivery_white_section .item-form-group input,.delivery_white_section .item-form-group select{width:100%}.order-prcs-tmln-sec{width:auto}.order-prcs-tmln-sec span.tmln{width:22%}.delivery-top-white-box{font-size:16px}.delivery-top-white-box p{padding-top:0;padding-left:0;text-align:center}.delivery-top-white-box .cart-top-sec-left,.delivery-top-white-box .cart-top-sec-right{text-align:center;width:100%;float:none}.delivery-top-white-box .cart-top-sec-right{margin-top:10px}.show-desktop{display:none}.show-mobile{display:block}.review-top-white-sec #order-summary,.review-top-white-sec #order-delivery{width:100%;float:none;padding:0}.check-payment-top-title{font-size:14px;font-weight:600;text-align:center;color:#231f20;padding-bottom:20px}.checkout-itm-total-sec{width:100%}.checkout-totline-left{width:50%}.checkout-totline-left{color:#4a4a4a}.checkout-itm-tprice{color:#999}.chkout-total-small-txt{display:none}.check-total-btm-sec{text-align:center}.chkout-totla-amt{font-size:22px;color:#ff5a60;font-weight:600;margin-bottom:20px}.check-total-btm-sec{border-color:#656578;text-align:center}.check-total-btm-sec .btn-red{display:inline-block}.review-top-white-sec{padding:0;border-bottom:1px solid #656578}.review-top-white-sec #order-summary{padding:30px 15px;border-bottom:1px solid #656578}.review-top-white-sec #order-delivery{padding:30px 15px;border-bottom:0 solid #656578}.review-top-white-sec #order-delivery .check-payment-top-title{text-align:left;color:#4a4a4a;text-transform:capitalize;padding-bottom:5px}.grey_section{padding-top:0}.grey_section .container{padding:0}.page-review .grey_section .cart-item-row{padding-bottom:0;border:1px solid #989898;padding-top:20px}.page-review .cart-item-row .wrapper{display:block;width:100%;position:relative;border-bottom:1px solid #989898;padding-bottom:10px;margin-bottom:10px}.chkout-delivery-sec{display:block;width:100%}.chkout-img-sec{width:auto;display:block;margin-bottom:15px;padding:0 0 0 10px}.chkout-desc-sec,.chkout-delivery-sec{padding-left:10px;padding-right:10px;border:medium none}.chkout-desc-sec .chkout-qty-price-sec{position:absolute;left:0;width:100%;top:20px;padding-left:120px;padding-top:0}.chkout-img-sec img{width:90px;height:90px}.chkout-qty-price-sec .chkout-item-qty{float:none;width:100%}.chkout-qty-price-sec .chkout-item-price{float:none;width:100%;font-size:16px;padding-bottom:10px}.order-list-body-sec .order-id-sec{display:block;text-align:left;width:auto}.order-list-body-sec .invoice-id-sec,.order-list-body-sec .timestamp-sec,.order-list-body-sec .qty-sec,.order-list-body-sec .delivery-opt-sec,.order-list-body-sec .order-status-sec,.order-list-body-sec .order-review-sec,.order-list-body-sec .item-sec{display:block;padding:5px 45px;text-align:left;vertical-align:middle;width:auto}.order-status-sec select{width:180px}.icon.icon-review{width:50px}.order-list-heading{display:none}.order-list-body-sec{padding-top:15px}.ordr-dtls-top-section{margin-left:0;margin-right:0;padding-left:10px}.purhstdtspg-topbtn{height:100%;left:-3px}.purhstdtspg-topbtn a{width:32px}.ordr-dtls-top-left{margin-bottom:20px}.ordr-dtls-top-left,.ordr-dtls-top-right{float:none;width:auto}.ordr-dtls-item-head-sec{display:none}.ordr-dtls-item-itemdesc .item-preview{height:90px;margin-right:20px;max-height:90px;width:90px}.ordr-dtls-item-itemdesc{margin-bottom:10px;width:100%}.ordr-dtls-item-price,.ordr-dtls-item-qty{display:block;text-align:left;width:auto}.ordr-dtls-item-delivery,.ordr-dtls-item-status{display:block;text-align:left;width:auto}.ordr-dtls-item-status select,.ordr-dtls-btnchange{width:200px}.ordr-dtls-item-status select{margin-top:15px}.ordr-dtls-topleft-sec1{margin-bottom:0}.ordr-dtls-topleft-sec1 .ordr-dtls-top-title{margin-bottom:0;padding-bottom:0}.ordr-dtls-item-delivery span{margin-bottom:0;margin-top:0;width:auto}.ordr-dtls-item-bodyrow{padding-left:10px;padding-right:10px}.ordr-dtls-buyer-info{padding:10px}.ordr-dtls-trans-info{padding:5px 25px}.ordr-dtls-orderid,.ordr-dtls-invoiceid{float:left;width:140px}.ordrhist-invoiceid-col,.ordrhist-timestamp-col{color:#000;display:block;text-align:left;width:auto}.ordrhist-timestamp-col a>div{display:inline-block}.ordrhist-timestamp-col{border-bottom:1px solid #999 !important;margin-bottom:15px;padding-bottom:10px}.ordrhist-item-col{display:block;vertical-align:top;width:auto}.ordrhist-qty-col{display:block;margin-bottom:10px;margin-top:10px;text-align:left;width:auto}.ordrhist-delivery-st-col,.ordrhist-status-col{display:block;text-align:left;width:auto}.ordrhist-delivery-st-col{border-top:1px solid #999 !important;margin-top:10px;padding-top:10px}.ordrhist-delivery-st-col span,.ordrhist-status-col span{color:#000;width:100px}.ordrhist-invoiceid-col span{color:#000;width:90px}.ordrhist-list-heading{display:none}.ordrhist-item-col{padding-left:25px;padding-right:25px}.ordrhist-list-bodyrow{padding-bottom:10px;padding-top:10px;position:relative}.purchase-pg-hstry-dtls .ordr-dtls-orderid{width:33%;min-height:60px}.ordr-dtls-orderid{color:#4d4d4d;border-right:none}.purhstdtspg-topbtn{height:100%}.purhstdtspg-topbtn a{width:32px}.purchase-pg-hstry-dtls .ordr-dtls-orderid label{color:#999;margin-right:0}.purchase-pg-hstry-dtls .ordr-dtls-top-left.ordr-dtls-topleft-sec1{float:left;width:85%}.purchase-pg-hstry-dtls .ordr-dtls-invoiceid{width:33%}.purchase-pg-hstry-dtls .ordr-dtls-topright-sec1t{border-bottom:1px solid #999;border-top:1px solid #999;margin-bottom:15px;margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}.purchase-pg-hstry-dtls .ordr-dtls-buyer-info{background-color:#fff;padding:0}.purchase-pg-hstry-dtls .ordr-dtls-buyer-infoind{margin-bottom:10px;margin-top:0}.ordr-dtls-top-left.purchase-pg-hist-dtls-left{border-bottom:1px solid #999;margin-bottom:10px;margin-left:-25px;margin-right:-15px;padding-bottom:5px;padding-left:15px;padding-right:15px}.page-seller .header.user-login .main-nav>ul>li{padding:0 14px}.purchase-pg-hist-dtls-left .ordr-dtls-buyer-info{min-height:auto}.ordr-dtls-trans-info{background-color:#fff}.ordr-dtls-top-right.purchase-pg-hist-dtls-right{margin-left:-15px;margin-right:-15px;padding-bottom:5px;padding-left:15px;padding-right:15px}.purchase-pg-hist-dtls-right .ordr-dtls-trans-info{min-height:auto;padding:5px 15px}.purchase-pg-hstry-dtls .ordr-dtls-item-price{color:#000}.purchase-pg-hstry-dtls .ordr-dtls-item-delivery{border-top:1px solid #999;margin-left:-10px;margin-right:-10px;margin-top:10px;padding-left:25px;padding-right:25px;padding-top:10px}.purchase-pg-hstry-dtls .ordr-dtls-item-delivery hr{display:none}.purchase-pg-hstry-dtls .ordr-dtls-item-delivery span:last-child{color:#000;display:block}.purchase-pg-hstry-dtls .ordr-dtls-item-status{margin-top:15px}.purchase-pg-hstry-dtls .ordr-dtls-item-status span:first-child{color:#000;width:120px}.purchase-pg-hstry-dtls .ordr-dtls-item-bodyarea{padding-left:10px;padding-right:10px}.purchase-pg-hstry-dtls .purhstdtspg-topbtn{display:block}.seller-dasboard-top-left-mid .col-md-6.border-right{border:none;margin-bottom:20px}.seller-dasboard-top-right-mid .dashboard-feature{text-align:center}.dashboard-sellerbox{min-height:auto}.dashboard-section .title{font-size:14px;margin-left:15px}.dashboard-section .dashboard-btn{margin-right:15px}.dashboard-section .table-header{display:none}.latest-order .order-row .cell-timestamp,.latest-order .table-body .cell-item{padding-left:15px;margin-bottom:20px}.latest-order .order-row .cell-delivery,.latest-order .order-row .cell-qty{text-align:left}.cell-timestamp p{display:inline-block;padding-right:15px}.latest-uploads .wrapper{padding:0}.content-page-menu li{width:100%}.storefront-top-action .pull-left,.storefront-top-action .pull-right{width:100%;padding:0 15px}.section-item-wishlist .storefront-top-action .pull-left,.section-item-wishlist .storefront-top-action .pull-right{padding:0}.storefront-top-sec .container{width:100%;padding:0}.storefront-top-action .pull-right{background-color:#f0f0f0;border-top:1px solid #c8c8c8}.tableWrapper{padding:0 15px}.item-list-section.storefront-items{border:none;padding-top:20px}.storefront-top-action .item-filter ul>li{padding:0}.storefront-top-action .item-filter ul>li:first-child{float:right;width:30%;margin-left:15px;border:none}.storefront-top-action .item-filter ul>li:last-child{float:left;width:63%;margin-bottom:15px}.storefront-top-action .search-group .form-control{width:100%}.storefront-top-action .item-filter ul>li label{display:none}.storefront-top-action .item-filter{padding-top:10px;margin-right:15px}.item-form-group .inventory-section .col-md-6{margin-bottom:0;float:left;width:50%}.variants-section{margin-top:10px;margin-bottom:20px}.add-options-table .options-body .bootstrap-tagsinput{height:auto}.resultTable td.mobi-show{display:block}.resultTable td.mobi-hide{display:none}.resultTable tbody input.stock_input[type="text"]{width:50px}.resultTable tbody td,.resultTable thead td{padding:10px;padding-bottom:35px;vertical-align:middle}.btn-varient-img{width:50px;height:50px}.resultTable tbody tr td.mobi-show p{font-weight:bold}.resultTable tbody tr td.table-cell.cell-image{padding:7px}.resultTable tbody tr td.mobi-show p:first-child{color:#ff1295}.resultTable tbody tr td.mobi-show p:nth-child(2){color:#00a1b6}.resultTable tbody tr td.mobi-show p:nth-child(3){color:#5f00fd}.filter-row span.small-title{display:block;text-align:left;width:100%;padding-bottom:10px}.options-filter .virtual-table .virtual-cell.leftsec{display:table-row;width:100%;text-align:center}.options-filter .virtual-table .virtual-cell.leftsec>span{padding-bottom:10px;display:block}.options-filter .fancy-checkbox{margin-bottom:10px;padding-right:20px}#item-applied-filter{text-align:center}.order-detail-item-sec .ordr-dtls-item-delivery{margin-top:20px}.order-detail-item-sec .text-delivery{display:block}.order-detail-item-sec .ordr-dtls-item-delivery{width:100%;display:block}.order-detail-item-sec .ordr-dtls-item-delivery span{display:block;width:100%}.order-detail-item-sec .ordr-dtls-item-review{width:100%;display:block;text-align:left;margin-top:20px;padding-top:20px;border-top:1px solid #b2b2b2}.order-detail-item-sec .ordr-dtls-item-review.new-review .icon.icon-review{background-size:25px auto}.chkout-desc-sec,.chkout-delivery-sec{display:block;width:100%}.ordrhist-status-col .feedback-img-sec{width:auto;display:inline-block;margin-left:-15px;margin-right:5px}.seller-itemlist .item-stock hr{display:none}.across-sec{text-align:center;display:inline-block;margin-left:30px;border-left:1px solid;padding-left:20px}.seller-itemlist .itemlist-body-r div.item-stock>span{vertical-align:middle}.popup-area.order-item-feedback-popup .wrapper{max-width:100%}.my-cart-text{display:block;margin:0 0 10px;padding:0;border:none}.cart-top-txt{padding:10px 15px}.cart-item-row .cart-item-delete-sec{width:auto}.cart-item-img .btn-mobi-slider{display:block}.item-upload-delivery-secton .add-row-area label{margin-top:20px}.review-fixed-sec{height:auto !important;position:relative;width:100%;margin:auto;right:auto;padding-top:15px;padding-bottom:90px}.section-chat.chat-pricing,.itm-dtls-calendararea{display:none}.seller-chat-page .itm-dtls-calendararea{margin-bottom:50px}.seller-chat-page .seller-offer-right{display:block}.view-chat-edit-sec{position:fixed;background:#fff;padding-bottom:10px}#slider-clone .btn-mobi-slider{display:none}#MobiSlider .modal-content{background-color:transparent;border:none;box-shadow:none;border-radius:0}#MobiSlider .modal-header{border:none}#MobiSlider #mobiCarousel .carousel-inner>.item{text-align:center}#MobiSlider #mobiCarousel .carousel-inner>.item>img{display:inline-block}#MobiSlider #mobiCarousel .slider-overlay{display:none}#MobiSlider #mobiCarousel .carousel-control{background-repeat:no-repeat;background-position:center center;text-shadow:none;opacity:1}#MobiSlider #mobiCarousel .carousel-control.left{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/left.svg')}#MobiSlider #mobiCarousel .carousel-control.right{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/right.svg')}#MobiSlider #mobiCarousel .carousel-indicators li,#MobiSlider #mobiCarousel .carousel-indicators li.active{width:8px;height:8px;margin:1px 5px}#MobiSlider #mobiCarousel .carousel-indicators{margin:0;width:100%;left:0;bottom:-25px}.storefront-top-sec .item-link>li{margin-right:15px;float:left}#section-mobicalender{display:block}#mobicalender .fc-toolbar .fc-right h2{font-size:14px}.calendar-fixed-top{position:inherit;top:auto;background-color:#fff;width:auto;z-index:9999}.about-service-provider .flex-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.about-service-provider .flex-wrapper .about-service-detail{width:100%;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}.about-service-provider .flex-wrapper .service-provider-img{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;width:100%}.service-provider-img{margin-top:15px}.service-provider-img .seller-name-green{margin-top:10px}.about-service-provider .desc-title{margin-top:-15px}.sticky-btnarea{display:block;position:fixed;bottom:0;width:100%;padding-top:20px;padding-bottom:16px;border-top:1px solid #dcdcdc;background-color:#fff;z-index:999}.store-merchant-info p{line-height:20px}.purchasehist-titlearea{margin-left:auto;margin-right:auto}.purchase-hist-tbl-inner{margin-right:auto;margin-left:auto}.purhist-img-col{display:block;margin-bottom:15px}.purhist-desc-col,.order-list-container .order-read-box .purhist-desc-col{width:50%;padding-left:0}.order-list-container .order-status-dd{text-align:right;width:100%;float:right}.purhist-status-col .order-status-sec{width:100%;display:block;padding:0;text-align:right;vertical-align:middle;float:right}.purhist-status-col,.order-list-container .order-read-box .purhist-status-col{width:49%;vertical-align:top}.order-list-container .order-read-box .purhist-status-col .purhist-status-btnsec{float:right;width:100%;text-align:right}.header.affix+.main{padding-top:66px}.purhist-feedback-col{padding-left:0}.ordr-dtls-top-right{position:relative}.purchase-pg-hstry-dtls .ordr-dtls-buyer-info{padding-top:15px}.purchase-pg-hist-dtls-right .ordr-dtls-trans-info{padding-bottom:13px}.ordr-dtls-prnt-btnarea{position:absolute;right:23px;top:15px;display:none}.ordr-dtls-topleft-sec1 .ordr-dtls-top-title{padding-bottom:15px}.ordr-dtls-backbtn-sec{display:block}.sticky-mobile-top-sec{display:block}.chat-offer-top-margin{margin-top:70px}.buy-chat-offerpg .chat-offer-top-margin{margin-top:0}.seller-chat-page .chat-offer-top-margin{margin-top:0;z-index:9}.view-chat-left-inner{max-width:100%}.itmuplodpg-schedule-sec .itm-dtls-calendararea{display:block}.page-seller .seller-offer-right-sec .special-offer-txt-green{padding-top:80px}.chat-offer-buysec{margin-top:22px;padding-top:20px;text-align:center;padding-bottom:15px}.seller-chat-page .chat-active .icon.icon-information{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/information.svg)}.seller-offer-pg .chat-offer-buysec .cht-offer-buybtn{display:none}.seller-offer-pg .chat-offer-buysec .cht-offer-buybtn.cht-offer-mobilebuybtn{display:inline-block}.chat-offer-buypurbtndesk{display:none}.chat-offer-buypurbtnsec{display:block;margin-top:0;padding-top:5px}.view-chat .view-chat-left .section-chat.chat-pricing{padding-bottom:20px}.inbox-descrption-txt{white-space:normal}.inbox-cell.inbox-meta .user-avtar{max-height:40px;max-width:40px;margin:0 15px}.inbox-cell.inbox-meta>span{margin-left:10px;padding-left:0}.inbox-cell.inbox-meta .message-placeholder{max-width:70px;margin-left:10px}.row-inbox .inbox-descrption{padding-left:10px;padding-right:10px}.row-inbox .inbox-action{width:150px}.inbox-view .row-table{padding-left:10px;padding-right:10px}.row-table .inbox-cell.inbox-meta{width:300px}.inbox-btn{width:120px}.content-top-bar{padding-left:10px;padding-right:10px}.item-box.item-box-size{width:50%}.group-list .item-list-container{width:100%;display:block}.filter-opt-form{width:100%;padding:0 30px}.list-option .form-element,.page-seller .list-option .order-list-search-bar{margin-bottom:15px;margin-right:0;width:100%}.list-option select,.page-seller .list-option .order-list-search-bar input{width:100%}.page-seller .list-option .order-list-search-bar input{left:inherit;top:inherit;position:unset}.list-option .form-element label,.form-element .form-group{margin-top:0;margin-bottom:0}.form-element.labled{margin-bottom:0}.csv-btn-area{margin-top:-50px}.saperate{padding:0 8px}.form-element .form-group{width:100%}.form-element .input-group.date{width:100%}.csv-export-btn{width:120px}.day-navigation-top>ul>li,.day-navigation ul li,.day-navigation-top ul li,.day-navigation-bottom ul li{padding:0 7px;border-right:1px solid #b4b4b4}.dashboard-board>ul>li{width:49%;margin-bottom:25px}.chart-style text{font-size:10px !important}.ph-t-table{margin:20px 0 0;max-height:335px}.ph-t-table{overflow:scroll}.ph-t-table td::before{content:attr(data-th)" :";width:35%;font-size:12px;display:inline-block;position:absolute;left:0;text-align:left;padding-left:15px;color:#212424;font-weight:700}.ph-t-table table.table>tbody>tr>td{display:block;padding-left:150px !important;position:relative;white-space:normal}.tbl-dash .ph-t-table tbody tr>td:first-child{max-width:100%;padding-right:0}.ph-t-table thead{display:none}.dashboard-menus>ul>li{font-size:13px;padding:0 7px;border-right:1px solid #b4b4b4}.graph-empty{text-align:center;min-height:330px}.dashboard-board{max-width:inherit}.ph-t-table tbody tr:nth-child(2n-1){background:#f0f0f0}.dashboard-menus{margin-top:40px}.dashlet-choices{padding:15px;width:100%}.view-chat-edit-sec>div.padded-container>div,.view-chat-edit-sec>div{margin-top:5px}.view-chat-edit-sec>div.padded-container{margin-top:0}}@media(max-width:700px){.home-banner .home-serach .search-controls{max-width:350px;margin:0 auto}#AutoCompleteResult{padding:0 95px 0 30px}.home-banner .home-serach .search-controls .form-control{height:100%;font-weight:300;color:#b3b3b3;border-radius:10px;padding:0 95px 0 30px;font-size:14px;float:left;width:100%;border:none;border-right:1px solid #e6e6e6}.input-daterange>.lala:nth-child(1){border-radius:10px 0 0 10px !important}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:10px}.select-date{border-radius:0 10px 10px 0}.lala{border-right:1px solid #e6e6e6;height:50px;width:33.33%;float:left;background:#fff;position:relative;margin-top:10px;margin-bottom:25px}.section-shop .shop-box .item-description .fix-tablecell{max-width:150px}.section-item-wishlist.section-shop .shop-box .item-description .fix-tablecell{max-width:100%}.cart-item-row .cart-item-img{padding-left:20px}.cart-item-box-right{width:70%}.cart-item-qty-sec{width:95px}.variant-same-img{width:80%}}@media(max-width:474px){.item-box.item-box-size{width:100%}.next-tab-area .container.thankyou{width:290px}.row#items-list{margin:0}.delivery_white_section .delivery-line-container .next-tab-area .my-btn-gray,.delivery_white_section .delivery-line-container .next-tab-area .my-btn,.delivery-address-sec .btn-black-small-cmn,.delivery-address-sec .border-on-top .col-md-12 .chk-cancel-btn,.saved-address .address-box .action .fancy-radio.address-sel>label{width:120px}.delivery_white_section .delivery-line-container .next-tab-area .my-btn-gray,.delivery_white_section .delivery-line-container .next-tab-area .my-btn{min-width:190px;margin:20px auto;float:none;display:block}.next-tab-area .thankyou .btn-red{position:relative;top:55px}.next-tab-area .thankyou .my-btn-gray{position:relative;top:-55px}.page-activity-log .filter-box .form-control{width:90px}.page-activity-log .btn-action{display:block;margin:0 auto;margin-top:10px}}@media(max-width:420px){.header .pull-right{min-height:auto}.header #menu-toggle{margin-left:0}}@media(max-width:640px){.page-search .daterangepicker{right:auto !important}.daterangepicker{right:20px !important}.row-table .inbox-cell.inbox-meta{width:100%;display:block;text-align:center;margin-bottom:20px}.row-inbox .inbox-descrption{display:block;width:100%;text-align:center}.row-inbox .inbox-action{text-align:center;width:100%;display:block;margin-top:15px}.inbox-cell.inbox-meta>span{width:auto}#mobicalender .fc-toolbar .fc-right h2{font-size:14px}.purchase-hist-filter .search-group .form-control{width:180px}.itmuplodpg-schperiod-edit-cell1{width:45px}.itmuplodpg-schperiod-edit-cell2,.itmuplodpg-schperiod-edit-cell4{width:130px}.itmuplodpg-schperiod-edit-row input[type="text"].imgtimepicker{width:100%}.itmuplodpg-schperiod-edit-row input[type="text"],.itmuplodpg-schperiod-edit-row input[type="text"].imgtimepicker{background-position:95% center}.itmuplodpg-schperiod-edit-row{width:385px;margin:15px auto}.delivery-menu-desktop{display:none}.delivery-menu-mobile{display:block}.delivery-menu-mobile.order-prcs-tmln-sec .prcs-icon:after{content:'>';display:none}.delivery-menu-mobile.order-prcs-tmln-sec span.prcs-icon{padding-top:0}.delivery-line-container{border-bottom:1px solid #c8c8c8;padding-bottom:10px;padding-top:10px}.delivery-line-container .delivery-address-sec .saved-address .address-box .svd-adrsbox-inner{margin-bottom:15px}.delivery_white_section .delivery-line-container .next-tab-area{padding:0 15px}.delivery-address-sec .border-on-top .col-md-12 .chk-cancel-btn{margin-bottom:15px}.delivery-menu-mobile.order-prcs-tmln-sec .prcs-icon.review:before{content:'2'}.delivery-menu-mobile.order-prcs-tmln-sec .prcs-icon.pay:before{content:'3'}.delivery-top-white-box p{text-align:left}.item-form-group .col-md-6,.item-form-group .col-md-12,.item-form-group .col-md-4{margin-bottom:15px}.inbox-descrption-txt{width:380px;margin:0 auto}}@media(max-width:600px){.section-shop .shop-box{width:100%;padding:0 15px}.section-shop .shopimg-preview,.section-shop .shop-box .item-description{width:100%}.cancel-translations .modal-content{padding:0 10px}.popup-area.cancel-translations{width:100%}.img-item-owner{width:35px;height:35px}.cart-item-box-right{width:66%}.cart-checkout-confirm-popup{width:90%}.cartitem-change-popup{width:90%;height:90%;overflow-y:scroll;overflow-x:hidden}.order-prcs-tmln-sec.active1 span.prcs-icon{background-repeat:no-repeat;color:#000}.order-prcs-tmln-sec.active1 span.prcs-icon-1{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mob_dot_icon_red1.jpg')}.order-prcs-tmln-sec.active2 span.prcs-icon-2{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mob_dot_icon_red2.jpg')}.order-prcs-tmln-sec.active3 span.prcs-icon-3{background-image:url('../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/mob_dot_icon_red3.jpg')}.order-prcs-tmln-sec span.tmln{display:none}.order-prcs-tmln-sec.active1 span.prcs-icon-2,.order-prcs-tmln-sec.active1 span.prcs-icon-3{display:none}.order-prcs-tmln-sec.active2 span.prcs-icon-1,.order-prcs-tmln-sec.active2 span.prcs-icon-3{display:none}.order-prcs-tmln-sec.active3 span.prcs-icon-1,.order-prcs-tmln-sec.active3 span.prcs-icon-2{display:none}.checkout-top-processbar{padding-top:0;padding-bottom:20px}.order-prcs-tmln-sec span.prcs-icon{padding-top:50px}.order-prcs-tmln-sec.active2 span.prcs-icon-2{color:#231f20}.cart-item-box-right{padding-left:0}.cartpg-itm-total-sec{width:100%}.cart-total-bottom{padding-top:0}.cartpg-maintotal-line{border-width:1px}.cart-total-bottom .btn-black-cmn{display:none}.cart-btn-area{text-align:center}.cart-total-txt,.cart-total-amount{font-size:18px}.variant-same-img{width:95%}.lng-translate-top-sec .cart-top-sec-left .item-form-group select{margin-left:0;margin-top:10px;max-width:100%;width:100%}.header .main-nav ul>li>a{padding:0 0}.itemSlider .itemSlider-Thumb>ul>li{min-height:inherit;width:19%;max-height:45px;text-align:center}.itemSlider .itemSlider-Thumb>ul>li img{max-height:45px}.itemSlider .itemSlider-Thumb>ul>li.more-item>a{min-height:inherit;line-height:inherit;height:45px;font-size:11px;padding-top:10px}}@media(max-width:540px){.header .main-nav ul>li>a>sub{right:2px}.item-upload-crop-modal .modal-dialog{max-width:480px;height:340px}.home-banner label.input-group-addon.btn{top:9px}.page-activity-log .paginationjs .paginationjs-pages li>a{height:35px;line-height:20px !important;min-width:25px;padding:6px 7px;font-size:12px}.page-activity-log .paginationjs .paginationjs-pages li.disabled>a,.page-activity-log .paginationjs-next.J-paginationjs-next>a{min-width:15px}.page-seller.item-upload .seller_translate-container .seller-settings-menu-container{padding:15px 20px;margin-top:0}.goog-tooltip{z-index:9999 !important}.page-seller.item-upload .seller_translate-container .seller-settings-menu-container .cart-top-sec-right{float:right;width:100%}.page-seller.item-upload .seller_translate-container .seller-settings-menu-container .left{width:100%;margin-bottom:15px}.page-seller.item-upload .seller_translate-container .seller-settings-menu-container .seller-settings-title span{float:left;text-align:left}.page-seller.item-upload .seller_translate-container .seller-settings-menu-container .seller-settings-title{margin-bottom:10px}.ordr-dtls-invoiceid{word-break:break-all}.access-permission-page .action-btns a+a{margin:10px auto;display:block}.header .logo{margin-left:10px !important}.index-page .dd-pointer-down{border-top:solid 5px #000}#SelectLanguage>.dd-select{width:auto !important}.index-page .dd-pointer-up{border-bottom:solid 5px #000 !important}#HomeCarousel .carousel-inner{top:0;margin-bottom:45px}.home-banner .banner-inner{padding-top:50px}.bookmdl-pick-addrs .addon-checkbox-sec label{min-height:40px;height:auto;line-height:20px;padding:10px 5px}.bookmdl-pick-addrs .addon-checkbox-sec label .addon-checkbox-text{float:none}.index-mobile-header{background:#fff;color:#000 !important;position:fixed;width:100%;z-index:10000;border-bottom:1px solid #b3b3b3}#delivery_method .placeholder-group{margin-right:0;float:none}#delivery_method .actions.delivery-actions .placeholder-group>div>span{margin-top:37px}.item-form-group .delivery-actions label{font-size:12px;color:#000;text-align:left !important;text-transform:none}.seller-tab-area .delivery-row .actions div{min-width:70px}.section-shop .shop-box .item-description{font-size:14px;padding-top:10px;padding-left:15px;padding-right:15px}.seller-itemlist .itemlist-body{font-size:14px}.seller-itemlist .itemlist-body-r div>span.description{font-size:14px;margin-top:10px;float:left}#MyPrintDiv .seller-itemlist .visible-xs-inline-block{display:none !important}.trans-gray-translate{float:right}.page-seller.seller-items .seller-items-divider{border-bottom:1px solid #e6e6e6;margin-top:15px;padding-bottom:15px}.seller-itemlist .itemlist-body-r .item-row .item-price{float:left;margin-bottom:15px;margin-top:-27px}.seller-itemlist .itemlist-body-r .onoffswitch{margin-left:5px;float:left;margin-top:15px}.seller-itemlist .itemlist-body-r div.item-actions{float:right;margin-top:-37px;width:100%}.seller-itemlist .itemlist-body-r div>span{font-size:10px}.seller-itemlist .itemlist-body-r div>span.infinite-stock{font-size:36px}.seller-itemlist .item-preview{width:100%}.uploded-items .uploded-box,.uploded-items .add-item-box{width:125px;min-height:125px}.uploded-items{width:270px}.seller-common-box .container{padding:20px 0 0}.option-row{font-size:12px}.fancy-checkbox label span.pay-delivery{width:95px;padding-right:4px;padding-left:5px}.fancy-checkbox label span{padding-left:10px}#delivery_method .delivery-outer .delivery-row{width:100%;display:block}#delivery_method .delivery-outer .description{width:100%;display:block;padding-right:0}#delivery_method .delivery-outer .actions{padding-left:0;margin-top:15px;display:block}#delivery_method .delivery-outer .delivery-actions{padding-left:0;margin-top:15px;display:block;width:100%}#delivery_method .delivery-inner .actions .icon{width:25px;height:25px;border-radius:30px;margin-right:5px}#delivery_method .delivery-outer .placeholder-group{width:100%;display:block}#delivery_method .delivery-outer .placeholder-group input[type="text"]{width:100%}.seller-tab-area .delivery-outer .actions div{display:block;margin-top:0;text-align:center}.delivery-actions label{margin-bottom:10px}.delivery-actions .surcharge-per-item{margin-bottom:20px}#delivery_method .placeholder-group>span{font-size:10px;width:55px;margin-top:18px;left:10px}#delivery_method .delivery-outer .placeholder-group>span{margin-top:13px}.popup-area.item-remove-popup{width:90%}.delivery-inner .delivery-row .actions{display:table-row;width:100%}.seller-tab-area .delivery-row{padding:10px 5px}.location-outer .delivery-row .description{width:100%;display:table-caption;margin-bottom:5px}#delivery_method .location-outer .actions{width:100%;text-align:center;margin:auto}#delivery_method .location-outer .actions div{display:inline}.page-seller .seller-settings-menu-container .nav-tabs>li{height:auto;margin-bottom:10px;margin-top:5px;width:48%;overflow:hidden;text-overflow:clip;float:left}.seller-tab-area .nav-tabs>li:nth-child(2)>a>span{border:medium none}.seller-tab-area .nav-tabs>li>a>span{padding:0;border-right:none;display:block}#delivery_method .placeholder-group{text-align:left}.delivery-row .description{padding-left:0;padding-right:0;padding-bottom:4px}.seller-tab-area .delivery-outer .actions,.seller-tab-area .delivery-outer .delivery-actions{width:100%}#delivery_method .delivery-outer .placeholder-group{padding-right:0}.cart-top-sec-left2,.cart-top-sec-right2,.cart-empty-image{float:none;width:100%;text-align:center}.cart-top-txt{border:none}.cart-top-txt .cart-top-sec-left{display:none}.cart-total-txt{padding-right:50px}.my-cart-text{padding-bottom:0;display:block;font-size:20px}.cart-empty-section{padding-top:50px;padding-bottom:50px}.seems-cart-empty-txt{font-size:18px}.start-search-add-txt{font-size:22px}.cart-topright-secarea{width:305px;background-color:#fff;color:#999;position:relative;right:auto;top:10px;border-top:2px solid #999;border-bottom:none;margin:0 auto;padding-top:10px}.cart-topitm-subtotal{border-bottom:none}.cart-topitm-line1{padding-top:5px;padding-bottom:5px}.cart-top-section .cart-top-sec-right a.btn-black-cmn,.cart-top-section .cart-top-sec-right a.add-cart-btn,.cart-total-bottom a.add-cart-btn,.cart-total-bottom a.btn-black-cmn{width:240px;margin:5px auto}.thank-for-shop-txt{font-size:14px}.thank-page-invoice{width:100%;font-size:12px;color:#231f20}.thank-page-invoice a{font-size:12px}.invoice-id{font-size:26px;font-weight:700;color:#ff7b80;padding-bottom:25px}.thank-small-txt,.thank-signup-txt{font-size:12px}.thank-big-btn{width:240px;margin-top:5px;margin-bottom:10px}.grey_section{background:#fff;padding:0}.white_section{border:none}.dashboard-section .dashboard-btn{font-size:12px;padding:8px 20px}.latest-order .table-body,.latest-order .table-body .cell-item,.latest-uploads .item-box{font-size:12px}.latest-order .table-body .order-row{padding:15px 0}.latest-order .order-row .cell-timestamp,.latest-order .table-body .cell-item{margin-bottom:13px}.dashboard-sellerbox p,.dashboard-sellerbox h4.price{font-size:14px}.dashboard-sellerbox{padding:45px 15px}.seller-dasboard-top-left-mid .red-big-text{font-size:26px}.latest-uploads .item-box .description{min-height:85px}.content-page-big-title{font-size:18px;line-height:24px}.content-page-small-title{font-size:16px}.content-pages p{font-size:14px}.content-page-top-sec{padding-top:20px;padding-bottom:20px}.content-page-menu{margin-top:20px}.page-seller .seller-settings-menu-container .nav-tabs{border:none;float:left;width:100%}.faq-body-left{float:left;width:100%}.faq-body-right{float:left;width:100%}.faq-body-left>ul li{color:#787878;cursor:pointer;line-height:42px;font-size:16px;padding-left:15px;margin-left:0;margin-right:0}#item-delivery-method .fancy-checkbox label span{display:block;min-height:50px;padding-left:60px;padding-top:15px;border-bottom:1px solid #d9d9d9}#item-delivery-method .fancy-checkbox label{height:100%;background-position:left top;padding-left:0}#item-delivery-method .fancy-checkbox label span.surcharge-per-item{width:50%;float:left;padding-left:10px;border-bottom:none}#item-delivery-method .fancy-checkbox label span.pay-delivery{width:50%;float:left;padding-left:10px;border:medium none}.seller-tab-area .delivery-row .actions .action-wrap{width:83px}#delivery_method .delivery-row .placeholder-group>div{text-align:left}#delivery_method .delivery-inner .description{display:block;width:100%}.delivery-inner .delivery-row .actions .placeholder-group{padding-top:5px}.location-inner .delivery-row .description{display:table-cell}#delivery_method .delivery-inner .delivery-row{display:block}.seller-tab-area .delivery-row .actions .action-wrap{text-align:right;float:right}#delivery_method .delivery-inner .delivery-row .actions{padding-left:0;border-left:0;width:100%;display:table}#delivery_method .seller-common-box .item-form-group>.col-md-12{padding:0}.cat-top-share{padding-right:0}.cart-top-right-motoimg{width:60px}.item-added-cart{padding-right:60px;padding-top:12px;padding-left:10px}.cart-share-sec{padding-left:10px}.item-added-cart{font-size:14px}.item-added-cart span{font-size:24px}.share-item em{display:none}.cart-top-section .cart-top-sec-left,.cart-top-section .cart-top-sec-right{width:100%;float:none;text-align:left}.cart-top-section .cart-top-sec-right{text-align:center;margin-top:10px}.order-list-container .order-read-box .purhist-invoice-sec,.order-list-container .order-read-box .purhist-servicdate-sec{padding:0}.order-list-container .order-read-box .purhist-invoice-sec{margin:0}.order-list-container .order-read-box .purhist-desc-col{width:220px}.order-list-container .order-read-box .purhist-status-col{width:100%;margin-top:20px}.order-list-container .order-read-box .purhist-status-col .purhist-status-btnsec{float:right;width:100%;text-align:center}ul.nav-tab-order-list li span{float:left}.page-seller .seller-settings-menu-container{margin-bottom:10px}.page-seller.seller-items .seller-settings-menu-container{margin-bottom:35px}.inbox-cell.inbox-meta .message-placeholder{margin-left:10px}.purhist-status-col .order-status-sec select{width:180px;margin:auto;float:none;display:block}.order-list-container .order-status-dd{text-align:center;width:100%;float:right}.inbox-cell.inbox-meta>span{padding-left:0}.header .main-nav .icon{margin-right:4px}.purhist-status-col{width:100%;margin-top:20px}.purhist-invoice-col{display:block;width:280px;margin:10px auto}.purhist-img-col{display:block;width:200px;margin:0 auto;margin-bottom:20px}.purhist-desc-col{width:220px;padding-left:0;margin:0 auto;display:block;text-align:center}.purhist-invoice-col{display:block;width:100%;margin:10px auto}.purhist-invoice-sec,.purhist-servicdate-sec{display:inline-block;margin-right:0;width:49%}.purhist-servicdate-sec{text-align:right}.purhist-feedback-col{text-align:center}.spacetime-tab-area .item-form-group .col-md-12{padding-left:0;padding-right:0}#images #item-upload-area .add-item-box #btn-browse{height:120px;width:100%}.spacetime-tab-area .tab-btn-area{margin-top:20px}.itmuplodpg-schperiod-edit-row{display:block}.itmuplodpg-schperiod-edit-cell1{display:block}.itmuplodpg-schperiod-edit-cell3{display:none}.itmuplodpg-schperiod-edit-row{width:210px}.itmuplodpg-schperiod-edit-cell2,.itmuplodpg-schperiod-edit-cell4{margin-bottom:10px;display:inline-block;width:100%}.itmupld-loc-upldbtn,.itmupld-loc-upldbtn:hover,.itmupld-loc-upldbtn:focus{width:130px}.mdl-listing-locbtnsec a{margin-bottom:10px}.page-seller .order-list-searchoutter{width:250px;margin:10px auto;float:none !important}.order-list-searchoutter .icon-cog-bg{position:absolute;top:42px;right:0}.order-read-box .order-review-sec{float:none;text-align:center;margin-top:20px}.page-seller .seller-offer-right-sec .special-offer-txt-green{text-align:center;border-bottom:1px solid #ddd;margin-bottom:30px}.prvt-login-inner-right{width:auto;margin:0 10px;padding:25px}.prvt-login-ftr span{width:35px}#cke_81_uiElement table{display:flex !important;width:95% !important}#cke_81_uiElement table>tbody{display:flex;flex-direction:column}#cke_81_uiElement table>tbody>tr[role="presentation"]{display:flex;flex-wrap:wrap}.page-seller.item-upload .spacetime-tab-area .seller-common-box .box-shadow .item-form-group .col-md-12{padding-right:15px;padding-left:15px}.page-seller.item-upload .spacetime-tab-area .seller-common-box .box-shadow .item-form-group>.col-md-12>.row{margin-right:0;margin-left:0}.page-seller.item-upload .spacetime-tab-area .seller-common-box .box-shadow .item-form-group>.col-md-12>div>.col-md-8{padding-right:0;padding-left:0}.page-seller.item-upload .spacetime-tab-area .seller-common-box .box-shadow .item-form-group>.col-md-6{padding-right:15px;padding-left:15px}}@media(max-width:480px){.header .main-nav ul>li>a>sub{right:-5px}.storefront-additional-left,.storefront-additional-right{border:none;width:100%;display:block;padding:0}.section-item-wishlist .storefront-top-action .item-filter{margin-right:0}#toast-container{z-index:9999999}.item-upload-crop-modal .modal-dialog{max-width:360px;height:240px}#mobile-menu{overflow-y:scroll !important;overflow-y:hidden}.sticky-btnarea .btn-grey{font-size:12px;padding:5px 10px}.dashboard-info-container{margin-bottom:0}.dashboard-menu-container>ul li{font-size:13px}.full-width.dsbrd-seller2-pbtn-area{padding:15px}.dashboard-container{width:100%;margin-left:0}.dashlet-choices-bar{margin-top:-5px}.dashlet-choices{padding:15px;width:280px}.chart-style{top:20px}.dashlet2{padding:15px;width:100%}.dashlet2-container-right,.dashlet2-container-left{width:100%}.date-text{width:55px}.dash-button-container{width:100%;float:left}.but-pdf{margin-left:0;float:right}span.legend-barGraph1{float:left;width:100%;margin-bottom:20px}.popup-language{width:270px;right:-45px}label.input-group-addon.btn{position:absolute;right:7px;background:transparent;top:13px;border:none;font-size:13px;width:0;pointer-events:none}.select-date>input[type="checkbox"]{margin:18px 0 0 3px}.home-banner .home-serach .search-controls .form-control,#AutoCompleteResult{padding:0 92px 0 10px}.home-banner .banner-quote>h1{font-size:18px;line-height:30px}.home-banner .banner-quote>p{font-size:14px}.home-banner .home-serach{padding:0 3%}.section-category .section-content .col-md-3{width:50%}.section-title>span{padding:0 5px}.section-category .cat-preview>img{width:100%}.section-category .cate-name{width:100%}.section-shop #shop-latest.shop-box{width:100%}.section-shop #shop-latest.shop-box .box-inner{padding:30px 0}.section-shop #shop-latest.shop-box .box-inner>img{width:80px}.section-shop #shop-latest.shop-box h1{font-size:30px}.section-shop #shop-latest.shop-box p{font-size:18px}.section-shop .shop-box .border-preview{height:95%;left:2.5%;margin:0;top:2.5%;width:95%}.section-shop .shop-box:hover .item-description .view-item{margin-top:5px;padding-top:5px}.footer .footer-navigation ul>li{width:50%;float:left;text-align:left}.footer .footer-navigation ul>li>a{padding:0}.footer .footer-navigation{padding-left:10px;padding-right:10px;width:80%}.footer .footer-bottom h6{font-size:12px}.header .main-nav .icon{margin-right:0}.header .logo>img{width:105px}.header .seller-nav.dropdown-menu{left:-190px;top:55px}.header .login-nav.dropdown-menu{left:-105px;top:55px}.filter-actions #reset-filter{margin-right:10px}.filter-actions #apply-filter{margin-left:10px}.filter-actions .btn{width:85px}.filter-content-section{padding:15px}.item-no-result-msg .col-md-6>img{width:175px}.seller-itemlist .itemlist-body-r div.item-purchaseable{width:100%}.sales-div>.sale-purchaseable{width:100% !important}.sales-div>.sale-purchaseable>.visible-xs-inline-block{width:100px !important}.seller-itemlist .itemlist-body .item-row{padding:0}.seller-itemlist .itemlist-body-r .item-row .item-price span{text-align:left;float:left}.header .main-nav>ul>li.active::after{margin-top:0}.header.affix+.main{padding-top:51px}.chat-page .header.affix+.main{padding-top:65px}.btn-chat-send{width:100%;max-width:100px}.header.affix+.main .category-menu.affix{margin-top:60px}.header .main-nav>ul>li.hover::after{height:5px}.cart-dropdown{margin-top:5px;left:inherit;margin-left:0;right:-52px;width:320px}.cart-dropdown .cart-item-wrapper .cart-item-description{width:67%}.cart-dropdown .cart-item-description>p{font-size:11px}.cart-dropdown .cart-item-description>h3{font-size:14px}.header .main-nav>ul>li.hover::after{margin-top:1px}.seller-tab-area .address-box{width:100%;float:none}.delivery-row .description{padding-left:5px;padding-right:5px;padding-bottom:5px}.seller-tab-area .delivery-row input[type="text"]{width:100%}.tab-pane .seller-common-box .address-inner .address-box{margin-bottom:20px}.location-outer .delivery-row{padding:0}#delivery_method .placeholder-group{min-width:110px;padding-right:5px}.pick-up-location .location-outer .delivery-row #add_location{margin-top:0}.delivery-row .actions{padding-left:0}.section-shop .shop-box .item-description{background:#fff;width:100%}.html5imageupload::after{bottom:30%}.cart-item-row .cart-item-delete-sec{right:10px}.cart-item-row .cart-item-qty-sec{width:auto;display:block;text-align:left}.cart-item-row .cart-item-price-sec{width:auto;margin-top:15px}.cart-itmind-img{width:100px;height:100px}.cart-itmind-desc{width:calc(100% - 100px)}.order-itemstatus-popup,.order-pickup-dilvery-popup,.order-dilvery-popup{width:290px}.popup-area.order-itemstatus-popup .btn-saffron{width:90px}.popup-content-area{width:100%}.popup-area .title-area h1{font-size:16px}.popup-content-area p,.popup-content-area .fancy-radio label{font-size:14px}.transaction-id{padding-top:20px;width:100%}.storefront-items .btn-area .btn-red{width:90%;font-size:16px;padding:13px 10px}.item-box-top{max-height:188px}.add-options-table .options-cell.option-name{width:40%}.add-options-table .options-cell.option-choices{width:40%}.add-options-table .options-body input[type="text"].option_name{width:100%}.add-options-table .options-body .bootstrap-tagsinput{max-width:145px}.resultTable{overflow-x:scroll}.item-voted-percent{width:100%;display:block;margin-top:10px;margin-left:0;text-align:left}.cart-delivery-method-txt{max-width:160px}.cart-item-box-desc .cart-item-price{font-size:16px}.qty-selectbpx{width:60px}.cart-item-box-desc,.cart-item-box-variant,.cart-item-row .cart-item-img{padding:15px 10px}.cart-top-sec-left>img,.cart-top-sec-right>img{max-width:35px}.cart-publish-merchant{font-size:12px}#MobiSlider #mobiCarousel .carousel-control.left{background-position:left center}#MobiSlider #mobiCarousel .carousel-control.right{background-position:right center}#MobiSlider .close{background-color:#fff;border-radius:30px;height:25px;line-height:normal;opacity:1;padding:0;text-align:center;width:25px;z-index:99999}#mobicalender .fc-toolbar .fc-button-group button,#mobicalender .fc-toolbar .fc-right h2{font-size:11px}.storefront-review .cart-item-row{position:relative;padding-top:20px}.storefront-review .cart-item-box-desc{width:100%;padding-right:auto}.storefront-review .cart-top-sec-left{float:left;width:100%}.storefront-review .cart-item-desc{padding-top:0;padding-bottom:0;color:#999;font-size:14px;max-width:100%;padding-left:0}.storefront-review>div>div.container{padding:0}.storefront-review .rated-container>.left:nth-child(1){margin-right:10px}.storefront-review .rated-icon-text{margin:0 10px 0 10px}.header .main-nav .icon{width:34px}#SelectLanguage>.dd-select,#SelectLanguage.dd-container{width:45px !important}.dd-selected{padding:10px 5px !important}#SelectLanguage a.dd-selected .dd-selected-text{display:none}.seller-items .header .main-nav>ul>li>a{padding:0 0}.review-detail .review-head h6,.review-detail .review-head .item-rating{display:block;text-align:left}.review-detail .review-head .item-rating{padding:5px 0}.section-shop .shop-box{width:100%;padding:0 15px}.shopimg-preview{width:100%}.section-shop .shop-box .item-description .fix-tablecell{max-width:175px}.view-chat-ind{padding:20px 20px;width:90%;font-size:15px}.inbox-cell.inbox-meta>span{padding-left:0}.inbox-cell.inbox-meta .message-placeholder{margin-left:0;margin-top:10px}.review-box{padding:25px 0 35px}.list-review ul ul .review-box{padding-left:35px}.purchase-hist-filter{width:100%}.purchase-hist-filter .search-group .form-control{width:100%}.purchase-pg-hstry-dtls .ordr-dtls-top-left.ordr-dtls-topleft-sec1{width:100%}.purchase-pg-hstry-dtls .ordr-dtls-invoiceid{width:50%;padding-left:5%}.purchase-pg-hstry-dtls .ordr-dtls-orderid label{margin-right:0}.prvt-login-form-left,.prvt-login-inner-left{width:auto}.prvt-login-ftr span{width:15px}}@media(max-width:360px){.item-upload-crop-modal .modal-dialog{max-width:97%;height:220px}.chart-style{top:15px}.dashlet-choices{padding:15px}.dashlet-choices,.dashlet-choices-bar{width:100%;font-size:13px;margin-top:0}.but-pdf{margin-left:0;float:left}.cart-top-sec-right .cart-total-txt{padding-right:10px}.cart-topright-secarea{width:auto}.cart-item-row .cart-item-box-left{display:inline-block;width:auto;float:none}.cart-item-row .cart-item-img{width:auto}.cart-item-row .cart-item-desc-sec{margin-left:0;padding-left:15px;padding-right:15px;margin-top:10px}.cart-item-qty-sec,.cart-item-price-sec{padding-left:15px}.cart-item-desc-bottom{padding-left:15px;width:auto}.cart-item-row .cart-item-delete-sec{right:20px}.cart-itmind-img{margin:0 auto;float:none}.cart-itmind-desc{width:auto;padding-left:0;margin-top:20px}.cart-itmind-price{margin-top:15px}.popup-area.cartitem-change-popup .wrapper,.cart-checkout-confirm-popup .wrapper{padding:20px 20px 20px}.cartitem-chngpop-close{margin-top:5px}.ordr-dtls-invoiceid{width:123px}.transaction-id{padding-top:20px;width:100%}.ordrhist-item-iteminfo .item-preview{width:80px;max-height:80px}.storefront-top-action .search-group .form-control{max-width:200px}.storefront-top-action .item-filter select{width:110px}.store-merchant-profile-img{width:100px;padding-right:15px}.store-merchant-profile-img img{max-width:100%}.store-merchant-info p{font-size:14px}.add-options-table .options-body .bootstrap-tagsinput{max-width:125px}.inline-controls{width:50%;width:50%}.but-csv{margin-top:10px}.but-pdf{margin-top:10px;margin-left:10px}.cart-delivery-method-txt{max-width:140px}.lng-translations .btn-area .pull-left,.lng-translations .btn-area .pull-right{width:100%;clear:both;margin:7px}.header .logo>img{width:80px}.view-chat-edit-sec>div{width:100px;float:right}.view-chat-edit-sec textarea{width:auto}a.btn-chat-send{width:100%}.page-seller .header.user-login .main-nav>ul>li{padding:0 5px}.signin-sec .black-btn{min-width:117px}}@media(max-width:335px){.seller-tab-area .delivery-row .actions .action-wrap{float:left;text-align:left}.cart-delivery-method-txt{max-width:120px}.storefront-top-action .item-filter select{width:80px}}@media(max-width:600px) and (max-height:736px){.review-fixed-sec{height:518px !important}}@media(max-width:600px) and (max-height:667px){.review-fixed-sec{height:455px !important}}@media(max-width:600px) and (max-height:650px){.review-fixed-sec{height:354px !important;padding-bottom:176px;bottom:auto}}@media(max-width:600px) and (max-height:568px){.review-fixed-sec{height:290px !important;padding-bottom:100px;bottom:auto}}@media(max-width:480px){.chat-page .view-chat-edit-sec textarea{width:calc(100% - 115px)}.view-chat-edit-sec>div,.view-chat-edit-sec>div.padded-container>div,.chat-page .view-chat-edit-sec>div{width:110px}.inbox-descrption-txt{width:225px}.content-top-bar .search-top{float:none !important;margin-top:12px;width:100%}.content-top-bar .search-top .form-control{display:block;width:100%;margin:0 auto}.content-top-bar .inbox-search-container{width:100%}.search-top .null-title{display:none}.content-top-bar .search-top select.form-control{display:block;margin:0 auto;width:95%;margin-top:10px;padding-left:8px}.content-top-bar .pull-left{float:none !important;width:100%}.content-top-bar h4.title{margin:0 auto;width:95.5%}.item-box-bottom{min-height:141px}.filmpg-btmbtn-sec{padding-top:30px;padding-bottom:30px;margin-top:20px}.storefront-top-action .item-filter select{max-width:125px;width:100%}.section-item-wishlist .storefront-top-action .search-group .form-control,.section-item-wishlist .storefront-top-action .item-filter select,.section-item-wishlist .storefront-top-action .item-filter ul>li{width:100%;max-width:100%}.section-item-wishlist .storefront-top-action .item-filter select{margin-bottom:5px}}@media(max-width:320px){.home-banner.banner-slider .carousel-inner>.item>img{min-height:300px}.item-list-section .storefront-top-action .item-filter ul>li{width:100%;margin-left:0}.chat-offer-navigation .user-avtar{margin-left:10px;margin-right:10px}.item-list-section .storefront-top-action .search-group .form-control{max-width:100%}.item-list-section .storefront-top-action .item-filter select{max-width:100%;margin-bottom:5px}.item-list-section .storefront-top-action .item-filter{margin-right:0}.item-list-section .storefront-top-action .item-filter ul>li:last-child{margin-bottom:0}}@media(max-width:465px){.pull-left.filter-tag{padding:15px;width:100%}.result-search{width:40px}.no-result-found{height:75px}.result-search img{width:20px;margin:28px auto;display:block}.result-description{width:calc(100% - 40px) !important;font-size:13px;line-height:14px;padding:10px}.seller-chat-page .seller-offer-right-sec .slrofrpg-service-btn{text-align:center}.seller-chat-page .seller-offer-right-sec .slrofrpg-service-btn a{margin-bottom:10px}.slrofrpg-service-btn .slrofrpg-srvcs-backbtn{margin-top:50px;margin-left:7%;position:absolute}.slracptpg-cmnbtn-sec .cht-offer-buybtn,.slracptpg-cmnbtn-sec .cht-offer-buybtn:hover,.slracptpg-cmnbtn-sec .cht-offer-buybtn:focus,.slracptpg-cmnbtn-sec .cht-offer-declinebtn,.slracptpg-cmnbtn-sec .cht-offer-declinebtn:hover,.slracptpg-cmnbtn-sec .cht-offer-declinebtn:focus{width:120px}}@media(min-width:466px) and (max-width:554px){.result-search{width:45px}.no-result-found{height:70px}.result-search img{width:25px;margin:22.5px auto;display:block}.result-description{width:calc(100% - 45px) !important;font-size:13px;line-height:17px;padding:10px 20px}}@media(min-width:555px) and (max-width:645px){.result-search{width:50px}.no-result-found{height:60px}.result-search img{width:25px;margin:18px auto;display:block}.result-description{width:calc(100% - 50px) !important;font-size:14px;line-height:20px;padding:10px}.storefront-top-action .item-filter select{width:135px}}@media(max-width:415px){.chat-page .header.affix+.main{padding-top:50px}}@media(max-width:320px){.header .logo img{max-width:45px !important}}@media(min-width:540px){.modal-content{height:100% !important;width:100% !important;padding-top:0 !important}}@media(max-width:520px){.daterangepicker{left:90px !important}}@media(max-width:380px){.daterangepicker{left:23px !important}}@media(min-width:768px){#myModal .modal-dialog.cropperImageID{width:760px;height:520px;border:none}#myModal .modal-dialog.cropperImageID .modal-content{border:none}}@media(max-width:768px) and (min-width:768px){.view-chat-ind{margin-bottom:25px}}@media(min-width:1025px){.search-bar.search-location-service>form>.btn-find{position:absolute;right:10px;left:auto}.search-bar.search-location-service>form{position:relative}.search-location-service.search-bar .btn-find,.search-location>img{top:15px}.search-location-service.search-bar .search-service .form-control{padding:10px 30px 10px 30px}.search-location-service .search-service,.search-location-service .search-location{border-bottom:none;width:calc(50% - 20px);display:inline-block;float:left}.search-location-service .search-service{border-right:1px solid #ececec}}@media(max-width:767px){.item-details .item-detail-right{padding-left:15px;padding-right:15px}.item-details .item-detail-right .itm-dtls-service-provider-srvlst{height:auto}.item-details .item-detail-right .item-detail-datesec .item-detail-daterow>label,.item-details .item-detail-right .item-detail-datesec .item-detail-datenhrsrow>label{display:block;color:#4d4d4d;font-size:14px;font-weight:600}.item-details .service-provider-services .select-addon-title .pull-left,.item-details .select-addon-title .row>.col-md-12 .pull-left{color:#4d4d4d;font-size:14px;font-weight:600}.item-details .service-provider-services select{color:#4d4d4d;font-size:12px}.item-details .service-provider-services .select-addon-title .row>.col-md-12{display:flex;align-items:center;justify-content:space-between}.service-title h4{font-size:14px;color:#4d4d4d}.service-title a{font-size:12px;color:#5ac5b2}#modalMobiBuyNow .modal-section .service-title h4{padding-bottom:4px !important;padding-left:0 !important}.itm-dtls-adon-btmtotal span{color:#4d4d4d;font-size:18px;font-weight:600}.itm-dtls-adon-btmtotal{border-top:0;margin-top:0;padding-top:0;margin-bottom:20px}.itm-dtls-calendarsec .item-price-box .item-title-flex{display:none}.itm-dtls-calendarsec .item-price-box .clearfix{display:none}.item-price-box .itm-dtls-adon-btmright{text-align:left}.item-price-box .itm-dtls-adon-btmleft{text-align:right}}.range-slider .tooltip-inner{background-color:var(--user-color)}.index-page .sec-cat-headtext{color:#333}.page-activity-log .nav-tabs>li.active>a,.page-activity-log .nav-tabs>li.active>a:focus,.page-activity-log .nav-tabs>li.active>a:hover{border-bottom:5px solid var(--user-color)}.page-sub-accounts .seller-settings-menu-container #setting-tab li a.btn-listing-green:hover span{background-color:#fff;color:var(--user-color)}.page-sub-accounts .seller-settings-menu-container #setting-tab li a.btn-listing-green span{background-color:var(--user-color);border:1px solid var(--user-color)}.page-activity-log .btn-red:hover{color:var(--user-color)}.page-activity-log .btn-red{background-color:var(--user-color);border:1px solid var(--user-color)}.page-home.index-page .shop-box .item-description .fix-tablecell p{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index-page .section-title>span,.section-title>a{background-color:transparent;font-weight:700;color:#4d4d4d;border-radius:0;border:1px solid #ccc}.index-page .section-shop{background-color:#fff;padding-top:10px}.footer .footer-navigation ul>li>a{color:#4d4d4d;font-size:12px;font-weight:500;letter-spacing:.05em;padding:0 20px;text-transform:uppercase}.footer{background-color:#fafafa;padding-top:50px;padding-bottom:25px;text-align:center;color:#808080}.item-description .img-item-owner,.item-img-item-owner{width:50px;height:50px;border-radius:50%;background:#999;float:right;position:absolute !important;top:-30px;left:50% !important;transform:translate(-50%,0%)}.index-page .fix-tablecell .view-item{display:none}.section-shop .shop-box .item-description .fix-tablecell{height:auto;width:100%;max-width:250px;float:none;overflow:hidden;text-overflow:ellipsis;white-space:inherit;margin:35px auto 15px;text-align:center;color:#999;border-bottom:1px solid #999;padding-bottom:10px;margin-bottom:20px}.header .main-nav ul>li>a>sub{background-color:var(--user-color)}.sec-cat-name{width:100%;float:left;font-size:14px;color:#ccc;letter-spacing:.03em;position:absolute;top:25px;text-align:center;margin-left:-20px;max-width:100%}.section-shop .item-description{position:relative;padding:20px 20px 0}.index-page .section-shop .shop-box .item-price{background:none;color:#271b00;padding:0;letter-spacing:.05em;position:relative;font-size:16px;width:100%;text-align:center}.index-page .section-shop .shop-box{margin-bottom:55px}.page-search .category-navbar ul{background:#b3b3b3;border-radius:3px;padding:0 50px 0 10px}.page-search .btn-showmap{color:#808080;font-weight:300}.page-search .search-btn-apply{background:var(--user-color);border-radius:3px;text-transform:uppercase}.page-search a#toogle-filter{color:#808080;background:#fff;padding:0 0 0 15px;margin-top:8px;float:left;border-radius:3px;border:1px solid #808080;text-align:center;margin-right:12px;line-height:30px}.page-search a#toogle-filter .icon-toggle{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/filter-minus.svg);background-repeat:no-repeat;margin-left:10px;height:21px;margin-top:-4px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.page-search .lala{border-right:1px solid #e6e6e6;height:50px;float:left;background:#fff;position:relative;border-left:1px solid #e6e6e6;margin-left:-1px;width:220px;padding:0}.page-search .item-found-text{float:left;text-align:left}.page-search .item-sec-cat-name{font-weight:300;color:#999;font-size:14px;float:left;position:relative;bottom:0;width:100%;text-align:center;margin-top:10px}.page-search .map-pin .fa-map-marker{color:var(--user-color)}.page-search .review-item-star{margin:10px auto;width:105px}.page-search .item-fix-tablecell{float:none;width:100%;padding-right:0;color:#999;font-size:16px;line-height:25px;overflow:hidden;height:30px;text-align:center;border-bottom:1px solid #999;margin:0 auto;max-width:200px}.page-search .item-box-bottom .item-price{font-size:16px;color:#271b00;font-weight:400;text-align:center;margin:15px}.page-search .item-box-bottom{height:160px}.page-search .btn-showmap.showhidemap-bg{float:right;background:var(--user-color);border:none;color:#fff;position:fixed;right:50px;z-index:2;border-radius:3px;padding:8px 13px;text-transform:uppercase}.page-search .fa.fa-map-marker.addedClassMap{color:#4d4d4d !important}.page-search .item-sorting-option select{border:1px solid #808080;border-radius:3px;outline:none;cursor:pointer}.page-search .item-list-section,.page-search .search-filter-section{background:#fafafa}.page-search .filter-content-section .options-filter{padding:0}.page-search .filter-applied-value{padding:7px 0}.page-search .filter-actions{float:left;width:100%;text-align:left}.page-search .range-slider .slider-track{background-color:#e6e6e6}.page-search .range-slider .tooltip-inner,.page-search .range-slider .slider-handle,.page-search .range-slider .slider-selection{background-color:var(--user-color)}.page-search .filter-actions #apply-filter{background-color:var(--user-color);margin-left:0;outline:none;float:left;margin-right:10px}.verified .verified-text{color:var(--user-color);width:auto;line-height:40px}.verified .verified-icon{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/done.svg) no-repeat #0075d7;border-radius:30px;width:30px;height:30px;margin-top:5px;float:left;margin-right:10px}.page-search .result-search{background:var(--user-color)}#panel-day-weekly.loading{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/loading_spinner.gif);background-position:center center;background-repeat:no-repeat}.item-details .seller-name-green,.item-details .seller-name-green a{color:#271b00;font-weight:300}.btn-contact-seller{color:#fff;background:#999;font-size:13px;width:150px;text-align:center;padding:7px 0;margin-top:5px;margin-bottom:15px;border-radius:3px;cursor:pointer}.item-details .contact-grey-button{background:#999;color:#fff;padding-top:6px;height:35px;width:165px;max-width:95%;text-align:center;display:block;margin-top:10px;border:1px solid #999;border-radius:3px}.page-seller .slrofrpg-service-list .addon-checkbox-sec input:checked+label .slrofrpg-checkbox-ricon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_selected-blue.svg);background-repeat:no-repeat;background-size:43px}span.stars span{background-position:0 0 !important}.itm-dtls-adon-btmright .itm-dtls-adon-button{background:#999;border:1px solid #999}.itm-dtls-adon-btmleft .itm-dtls-adon-button:hover{background:var(--user-color);border:1px solid var(--user-color)}.itm-dtls-adon-btmleft .itm-dtls-adon-button{background:var(--user-color);border:1px solid var(--user-color)}.itm-dtls-adon-btmright .itm-dtls-adon-button:hover{border:1px solid #999}.event-bg-color,.fc-unthemed .fc-today.event-bg-color{background-color:var(--user-color);border:1px solid var(--user-color)}.show-more .morelink,.itm-dtls-adon-totalval{color:var(--user-color)}.review-box .review-detail .review-body .review-reply{color:var(--user-color)}.item-description .desc-title,.item-description .bold-black-text,.spacetime-item-white-sec .desc-title{font-weight:300}.spacetime-item-white-sec .service-provider-img{width:175px}.service-provider-img>div{width:150px}.item-details #replyModal .modal-footer .btn{background-color:var(--user-color);border-radius:3px;outline:none}.text-right a.itm-dtls-book-button{background:var(--user-color);border:1px solid var(--user-color)}.text-right a.itm-dtls-book-button:hover{background:var(--user-color);border:1px solid var(--user-color)}.text-left a.itm-dtls-book-button{background:#999;border:1px solid #999}.text-left a.itm-dtls-book-button:hover{background:#999;border:1px solid #999}.item-details .itm-dtls-book-button{width:150px;border-radius:3px}#booknowModal .bookmdl-top-desc{margin-top:10px;float:left;width:calc(100% - 185px)}#booknowModal .bookmdl-top-rating{margin-bottom:5px;float:right;margin-top:5px}#booknowModal .bookmdl-top-desc h2{font-size:22px;color:#4d4d4d;margin-bottom:5px;font-weight:300;margin-top:10px}#booknowModal .addon-checkbox-sec input:checked+label{border:solid 1px var(--user-color);background:var(--user-color);color:#fff}.tableWrapper .store-merchant-info h4{color:#271b00;margin-bottom:10px;font-size:22px;font-weight:300}.item-details span.stars,.item-details span.stars span{background:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/star_rating.svg) 0 -16px repeat-x}.storefront-top-sec .storefron-top-right{border-left:1px solid #999}.storefront-top-sec .store-location-box p,.storefront-top-sec .store-location-box span{color:#999}.item-list-section .storefront-top-action .item-link>li.active>a{border-bottom:4px solid var(--user-color)}.store-merchant-info p{width:100%;float:left}.store-merchant-info .btn-contact-seller{float:left}.store-merchant-info h4{float:left;margin-right:20px;line-height:40px}.item-box-bottom .item-name{text-align:center}.storefront-top-action .item-link>li.active>a{border-bottom:4px solid var(--user-color)}.inbox-view .inbox-cell.inbox-meta>.inbox-view span,.inbox-view .inbox-cell.inbox-meta img{color:#271b00;font-weight:300}.inbox-view .row-inbox.new-message{background-color:#f4fdfc}.inbox-view .row-inbox.new-message .inbox-descrption>h5{font-size:14px;font-weight:300;color:var(--user-color);margin-bottom:5px;line-height:17px}.inbox-view.row-inbox .inbox-descrption>h5{margin-bottom:5px;color:#666}.inbox-view .row-inbox.new-message .inbox-descrption>p{font-size:14px;color:#4d4d4d}.inbox-view .inbox-btn.btn-pre-approve{background-color:var(--user-color)}.inbox-view .inbox-btn{border-radius:3px}.inbox-view .inbox-btn.btn-enquiry{background-color:#002f75}.inbox-view .inbox-btn.btn-declined{background-color:#b000aa}.inbox-cell.inbox-meta .inbox-status-online{background:var(--user-color)}.chat-page .chat-offer-navigation span,.seller-chat-page .chat-offer-navigation span{color:#271b00}.chat-page .chat-offer-mapsec h4,.seller-chat-page .chat-offer-mapsec h4{font-size:20px;color:#999;margin-bottom:10px;font-weight:300}.chat-page .chat-offer-mapsec,.seller-chat-page .chat-offer-mapsec{margin-bottom:30px;text-align:center}.section-chat.chat-pricing .chat-offer-mapsec p,.seller-chat-page .chat-offer-mapsec p{border-bottom:1px solid #999;padding-bottom:20px;max-width:350px;margin:15px auto 5px}.chat-page .chat-ind-other,.seller-chat-page .chat-ind-other{background-color:#f4fdfc}.chat-page .chat-ind-self,.seller-chat-page .chat-ind-self{background:#f2f5f6}.chat-page .view-chat-sec,.seller-chat-page .view-chat-sec{background-color:#fff}.chat-page .chat-ind-self:after,.seller-chat-page .chat-ind-self:after{border-color:rgba(136,183,213,0);border-left-color:#f2f5f6}.chat-page .chat-ind-other:after,.seller-chat-page .chat-ind-other:after{border-right-color:#f4fdfc}.chat-page .view-chat,.seller-chat-page .view-chat{background:#fff}.chat-page .btn-chat-send,.seller-chat-page .btn-chat-send,.btn-chat-send{background-color:var(--user-color);color:#fff;padding:9px 26px;width:150px;display:inline-block;text-align:center;margin-top:12px;margin-bottom:15px;border-radius:3px}.fc-event-container .fc-event.fc-start.fc-end:not(.event-dis){background-color:var(--user-color);border:1px solid var(--user-color)}a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.event-act{background:transparent !important;border:transparent}.chat-page .cht-offer-buybtn,.chat-page .cht-offer-buybtn:hover,.chat-page .cht-offer-buybtn:focus,.seller-chat-page .cht-offer-buybtn,.seller-chat-page .cht-offer-buybtn:hover,.seller-chat-page .cht-offer-buybtn:focus,.cht-offer-buybtn,.cht-offer-buybtn:hover,.cht-offer-buybtn:focus{background-color:var(--user-color);padding:9px 26px;border-radius:3px}.chat-page .cht-offer-declinebtn,.chat-page .cht-offer-declinebtn:hover,.chat-page .cht-offer-declinebtn:focus,.seller-chat-page .cht-offer-declinebtn,.seller-chat-page .cht-offer-declinebtn:hover,.seller-chat-page .cht-offer-declinebtn:focus{background-color:#999;padding:9px 26px;border-radius:3px}.chat-page .cmn-clr-green,.seller-chat-page .cmn-clr-green{color:var(--user-color)}.page-seller .seller-settings-title .icon-cog-bg{background:var(--user-color)}.page .order-prcs-tmln-sec .prcs-icon.icon-active:before{background:#999}.page .delivery_white_section .delivery-line-container .next-tab-area .my-btn{background:var(--user-color)}.page .delivery_white_section .delivery-line-container .next-tab-area .my-btn,.page .delivery_white_section .delivery-line-container .next-tab-area .my-btn-gray,.delivery_white_section .delivery-line-container .next-tab-area a.my-btn-gray{border-radius:3px}.page-seller .purhstdtspg-topbtn a{background-color:var(--user-color)}.page-seller .ordr-dtls-orderid,.page-seller .green-title{color:var(--user-color)}.content-page-menu li.active a{background-color:var(--user-color)}.page-payment .order-prcs-tmln-sec .prcs-icon.icon-active:before{content:'✓';background:var(--user-color)}.delivery-address-sec .saved-address .address-box span.icon-close i.fa.fa-times{color:#999}.delivery-page .order-prcs-tmln-sec .prcs-icon.icon-active:before,.page-delivery-guest .order-prcs-tmln-sec .prcs-icon.icon-active:before{background:var(--user-color);content:'✓'}.delivery-page .order-prcs-tmln-sec .prcs-icon:nth-child(3):before,.delivery-page .order-prcs-tmln-sec .prcs-icon:last-child:before,.page-delivery-guest .order-prcs-tmln-sec .prcs-icon:nth-child(3):before,.page-delivery-guest .order-prcs-tmln-sec .prcs-icon:last-child:before{color:#808080;background:#f2f5f6}.delivery-page .saved-address .address-box .action .fancy-radio.address-sel>label.selected_address{background:var(--user-color)}.delivery-page .delivery_white_section .delivery-line-container .next-tab-area .my-btn,.page-delivery-guest .delivery-top-white-box a.btn-black-cmn.gust-sign-in,.page-delivery-guest .delivery_white_section .delivery-line-container .next-tab-area .my-btn,.delivery_white_section .delivery-line-container .next-tab-area a.my-btn{background:var(--user-color);border-radius:3px}.sucess-tick .thankyou-check{background:var(--user-color)}.delivery_white_section.payment span.invoice-id{color:var(--user-color);font-size:16px;font-weight:400}.purchasehist-titlearea .purchasehist-title-tab ul li.active a{border-bottom:4px solid var(--user-color);color:#271b00}.purchase-pg-hstry-dtls .purhstdtls-status-sec span,.purchase-pg-hstry-dtls .purhstdtls-delvry-subtotal{color:var(--user-color)}.seller-items .onoffswitch-inner:before{background-color:var(--user-color)}.page-seller.seller-items .btn-new-service{background:var(--user-color)}.page-seller.seller-items .seller-setting-icon-wrench{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/setting_blu.svg)}.page-seller.seller-items .item-remove-popup .my-btn,.delivery-page .item-remove-popup .my-btn{margin:0;line-height:0 !important}.page-seller.seller-items .popup-area.item-remove-popup .btn-saffron{background:var(--user-color);line-height:0}.seller-chat-page .addon-checkbox-sec input:checked+label{background:var(--user-color);border:1px solid var(--user-color)}.seller-chat-page .slrofrpg-srvcs-offerbtn,.seller-chat-page .slrofrpg-srvcs-offerbtn:hover,.seller-chat-page .slrofrpg-srvcs-offerbtn:focus,.seller-chat-page .cht-offer-buybtn,.seller-chat-page .cht-offer-buybtn:hover,.seller-chat-page .cht-offer-buybtn:focus,.delivery-page .popup-area .btn-area input.my-btn.btn-saffron{background:var(--user-color);border-radius:3px}.seller-chat-page .cmn-clr-green,.special-offer-txt-green,.chat-offer-navigation span,.mdl-listing-locupdatedesc h5,.page-review .review-delivery-details span.review-info-detail-text span.review-service-sub-total,.review-order-container .review-order-price.review-price-green,p.delivery-method-text,.listings-locupdate-mpopup h5,.listings-locupdate-mpopup .mdl-listing-stitle,.listings-locupdate-mpopup p span{color:var(--user-color)}.page-seller .spacetime_tab-content ul li.active .tab-content-header{background-color:var(--user-color)}.page-seller .onoffswitch-inner:before,.page-review .review-button .btn-green-small-cmn,.seller-items .delivery-row .icon.icon-done{background-color:var(--user-color)}.page-seller .item-upload-delivery-method .option-row input:checked+label .addongrn-checkbox-ricon,.page-seller .itmupld-loc-upldbtn,.page-seller .itmupld-loc-upldbtn:hover,.page-seller .itmupld-loc-upldbtn:focus,.page-seller .itmupld-loc-indwrapper input:checked+label .itmupld-loc-listind,.page-seller .itmupld-mdllistloc-transbtn,.itmupld-mdllistloc-transbtn:hover,.itmupld-mdllistloc-transbtn:focus,.page-seller .itmupld-dlvr-upldbtn,.page-seller .itmupld-dlvr-upldbtn:hover,.page-seller .itmupld-dlvr-upldbtn:focus,.seller-items .delivery-btn-skip{background-color:var(--user-color)}.page-seller .item-upload-delivery-method .option-row input:checked+label,.page-seller .addon-checkbox-sec input:checked+label{background-color:var(--user-color);border:1px solid var(--user-color)}.page-seller .item-upload-delivery-method .option-row input:checked+label .addongrn-checkbox-ricon,.page-seller .addon-checkbox-sec input:checked+label .addongrn-checkbox-ricon{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_selected-blue.svg)}.page-review .order-prcs-tmln-sec .prcs-icon:nth-child(3):before,.page-review .order-prcs-tmln-sec .prcs-icon:last-child:before{color:#808080;background:#f2f5f6}.page-seller.item-upload .fancy-checkbox input[type="checkbox"]:checked+label,.page-seller.item-upload .fancy-checkbox input[type="checkbox"]:checked+label{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/icon_cmn_chked_back-blue.jpg);color:#4d4d4d}.page-seller .icon.icon-remove-selected{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/delete-gray.svg)}.delivery-page .fa-remove:before,.delivery-page .fa-close:before,.delivery-page .fa-times:before{display:none}.saved-address .address-box span.icon-close .fa-times,.address-box .address-box .icon.icon-remove{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/delete-gray.svg);width:30px;height:30px;display:inline-block;vertical-align:middle;margin-right:10px;background-repeat:no-repeat;background-position:center center}#items-list .item-box-bottom .item-img-item-owner img,.img-item-owner,.item-img-item-owner{box-shadow:0 0 1px #c8c8c8}.item-details .seller-img-round{margin-bottom:10px}.search-map-container .map-img{background-size:cover;width:100% !important;height:100% !important;position:fixed !important;background-position:50%}.page-home.index-page>.main{padding-top:0 !important}.address-box .icon.icon-remove{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/close_btn_black.svg)}#mobile-menu>ul>li>ul form{color:#4a4a4a;display:block}.page-review .main .delivery-top-sec{margin-top:0}.page-review .order-prcs-tmln-sec .prcs-icon.icon-active:before{background:var(--user-color);color:#fff;content:'✓'}.addon-checkbox-sec input:checked+label{border:solid 1px var(--user-color);background:var(--user-color);color:#fff}.item-details #modalMobiBuyNow .total-row>span.mbl_adon_subtotal{color:var(--user-color)}div.modal-logo img{margin:auto}.delivery-page .delivery-top-white-box a.btn-black-cmn.gust-sign-in{background:var(--user-color)}.seller-dashboard .seller-dasboard-top-left-mid .red-big-text,.seller-dashboard .dashboard-menu-container>ul li:hover,.seller-dashboard .dash-percentage,.page-seller .seller-dashboard .perc-positive,.seller-dashboard .dashboard-menu-container>ul li.active,.new-review,.new-review a,.order-review-sec span a{color:var(--user-color)}.seller-dashboard .switch-toggle.switch-candy a{background:var(--user-color)}.page-seller .purhist-btn-message,.purhist-btn-message:hover,.purhist-btn-message:focus{border:1px solid var(--user-color);color:var(--user-color)}.seller-settings-title{color:var(--user-color)}.apply-btn.green{border:1px solid var(--user-color);color:var(--user-color)}.page-activity-log .paginationjs .paginationjs-pages li.active>a{background:#337ab7;border:1px solid #337ab7;color:#fff}.page-activity-log .paginationjs .paginationjs-pages li>a{color:#337ab7;border:1px solid #ddd;margin-left:1px}.page-activity-log .paginationjs .paginationjs-pages li.active{border:none}.search-location-service .btn-search>input{background:var(--user-color)}.chart-style>div{margin-top:60px}.sticky-flex{display:flex;align-items:center;justify-content:center;width:100%;text-align:center}.sticky-flex .item-title-flex{width:auto}.item-price-box{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;max-width:100%}.item-price-box .itm-dtls-adon-button{width:250px}.item-title-flex{display:flex;align-items:center;justify-content:space-between;width:100%}.item-title-flex .whishlist-item-detail{border-radius:20px;padding:10px 10px;width:auto;margin-top:0;margin-left:5px;cursor:pointer;border:1px solid #999}.item-title-flex .whishlist-item-detail svg{margin-right:0}.item-detail-left .item-title-flex .item-name{margin-bottom:0}.whishlist-item-detail.active svg path{fill:#ed6665}.item-wishlist{display:inline-block;position:relative;cursor:pointer;margin-top:10px}.item-wishlist.active svg path{fill:#ed6665}.section-item-wishlist{padding-top:10px}.section-item-wishlist .storefront-top-action .item-filter{margin-right:5px}.section-item-wishlist .pagination-sec{background:transparent;padding-bottom:40px}.fix-table:after{content:'';clear:both;margin:auto;display:block;width:100%}@media(max-width:991px){.storefront-top-sec .tableWrapper>.storefron-top-right{border:none}}@media(max-width:700px){.page-search .input-daterange>.lala:nth-child(1){border-radius:0 !important}.home-banner .home-serach .search-controls .lala{border-radius:0 !important}.page-search .category-filter input.input-small{border-radius:0}}@media(max-width:565px){.page-search .category-filter .input-daterange .lala,.page-search .lala.select-date{width:50%}.page-search .input-daterange>.lala:nth-child(1){border-radius:0 !important}.page-search .input-daterange>.lala,.page-search .lala.select-date{border-top:1px solid #e6e6e6;border-radius:0}.page-search a#toogle-filter{margin:10px 15px}.page-search .category-filter input.input-small{text-indent:10px}}@media(max-width:480px){.dd-selected{padding:0 5px !important;margin-top:0}.footer .footer-navigation ul>li>a{padding:0}.page-search a#toogle-filter{width:auto;height:auto}.page-home .fix-tablecell p,.page-home .section-shop .shop-box .item-description .fix-table .sec-cat-name{height:auto !important}}@media(max-width:767px){.page-search .lala{width:200px}.page-search a#toogle-filter{margin-left:10px}.input-daterange input.input-small{text-align:left}.delivery_white_section.payment .next-tab-area{position:relative}.storefront-top-action .item-filter ul>li:last-child{max-width:230px}.storefront-top-action .item-filter{padding-top:20px;float:left;width:100%}}@media(max-width:545px){.seller-itemlist .itemlist-body-r .item-row .item-price{margin-top:0}}@media(max-width:540px){.page-activity-log .paginationjs .paginationjs-pages li>a{margin-left:0}.dd-pointer-down{border-top:solid 5px #000 !important}.storefront-top-action .item-filter{margin-right:0}.storefront-top-action .search-group .form-control{width:100%}.item-list-section .storefront-top-action .item-filter select,.item-list-section .storefront-top-action .search-group .form-control{width:100%}.item-list-section .storefront-top-action .item-filter ul>li:first-child{float:right;width:35%;margin-left:0;border:none}}@media(max-width:1000px){.index-page .header .main-nav ul>li>a{line-height:32px;min-height:0}}@media(max-width:420px){.header .main-nav{padding:9px 10px 8px 0}}.page-sub-accounts #setting-tab.nav-tabs>li.active>a{background:transparent;border:1px solid #000 !important;color:#000 !important;margin:0 20px;display:inline-block}.page-sub-accounts .seller-settings-menu-container #setting-tab li a.btn-listing-green{display:inline-block}.page-sub-accounts .seller-settings-menu-container #setting-tab.nav-tabs>li.active>a span{color:#000}.page-sub-accounts #setting-tab.nav-tabs>li>a{background:var(--user-color);border-radius:3px;color:#fff;border:1px solid transparent;line-height:normal}.page-sub-accounts .seller-settings-menu-container #setting-tab.nav-tabs>li>a span,.page-sub-accounts .seller-settings-menu-container #setting-tab li a.btn-listing-green:hover span{border:none;color:#fff;background:transparent;padding:10px 18px}.page-seller.page-activity-log .seller-settings-title{color:var(--user-color)}.page-activity-log .nav-tabs>li.active>a,.page-activity-log .nav-tabs>li.active>a:focus,.page-activity-log .nav-tabs>li.active>a:hover{border-bottom:5px solid var(--user-color)}.page-activity-log .btn-red{background-color:var(--user-color);border-radius:3px;border-color:var(--user-color);font-weight:normal}.page-activity-log .btn-red:hover{background-color:var(--user-color);color:#fff}.page-sub-accounts .seller-settings-title{color:#000}.category-items .category-breadcrum{background-color:var(--user-color)}@media(max-width:565px) and (min-width:401px){.filter-top-mobile{border-top:1px solid #e6e6e6}.page-search .category-menu .category-filter .lala{border-top:0;width:auto}.page-search .category-menu .category-filter .lala:first-child{width:60%}}@media(max-width:400px){.page-search .category-menu .category-filter .lala:first-child{width:50%}}.page-search .no-result-found{margin-bottom:15px}.refunded-okay{background:var(--user-color)}.fc-timeGridWeek-view .event-bg-color,.fc-timeGridDay-view .event-bg-color{background-color:var(--user-color) !important;border-color:var(--user-color) !important}.seller-settings-title .seller-settings-mobile{display:flex;align-items:center}.seller-settings-title .icon-cog-bg{float:none;width:30px;height:30px;margin-top:0;display:flex;align-items:center;justify-content:center}.seller-settings-title{line-height:40px}.item__checkbox_wrapper{position:relative}label.item__checkbox{background-image:url(../../../../../../../../areas/user/assets/core/themes/sptheme-2/images/checkbox_unselected.svg)}.item_error_msg{display:none;transition:display .5s ease;background:#fff;box-shadow:rgba(0,0,0,.12) 0 1px 3px,rgba(0,0,0,.24) 0 1px 2px;position:absolute;top:calc(100% - 50%);padding:15px;z-index:9999;left:4%}