/*! * jquery-confirm*/
@-webkit-keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body[class*=jconfirm-no-scroll-]{overflow:hidden!important}.jconfirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden}.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-transition:opacity .4s;transition:opacity .4s}.jconfirm .jconfirm-bg.jconfirm-bg-h{opacity:0!important}.jconfirm .jconfirm-scrollpane{-webkit-perspective:500px;perspective:500px;-webkit-perspective-origin:center;perspective-origin:center;display:table;width:100%;height:100%}.jconfirm .jconfirm-row{display:table-row;width:100%}.jconfirm .jconfirm-cell{display:table-cell;vertical-align:middle}.jconfirm .jconfirm-holder{max-height:100%;padding:50px 0}.jconfirm .jconfirm-box-container{-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.jconfirm .jconfirm-box-container.jconfirm-no-transition{-webkit-transition:none!important;transition:none!important}.jconfirm .jconfirm-box{background:white;border-radius:4px;position:relative;outline:0;padding:15px 15px 0;overflow:hidden;margin-left:auto;margin-right:auto}@-webkit-keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@-webkit-keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@-webkit-keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@-webkit-keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@-webkit-keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@-webkit-keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}@keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}.jconfirm .jconfirm-box.jconfirm-type-animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.jconfirm .jconfirm-box.jconfirm-type-blue{border-top:solid 7px #3498db;-webkit-animation-name:type-blue;animation-name:type-blue}.jconfirm .jconfirm-box.jconfirm-type-green{border-top:solid 7px #2ecc71;-webkit-animation-name:type-green;animation-name:type-green}.jconfirm .jconfirm-box.jconfirm-type-red{border-top:solid 7px #e74c3c;-webkit-animation-name:type-red;animation-name:type-red}.jconfirm .jconfirm-box.jconfirm-type-orange{border-top:solid 7px #f1c40f;-webkit-animation-name:type-orange;animation-name:type-orange}.jconfirm .jconfirm-box.jconfirm-type-purple{border-top:solid 7px #9b59b6;-webkit-animation-name:type-purple;animation-name:type-purple}.jconfirm .jconfirm-box.jconfirm-type-dark{border-top:solid 7px #34495e;-webkit-animation-name:type-dark;animation-name:type-dark}.jconfirm .jconfirm-box.loading{height:120px}.jconfirm .jconfirm-box.loading:before{content:'';position:absolute;left:0;background:white;right:0;top:0;bottom:0;border-radius:10px;z-index:1}.jconfirm .jconfirm-box.loading:after{opacity:.6;content:'';height:30px;width:30px;border:solid 3px transparent;position:absolute;left:50%;margin-left:-15px;border-radius:50%;-webkit-animation:jconfirm-spin 1s infinite linear;animation:jconfirm-spin 1s infinite linear;border-bottom-color:dodgerblue;top:50%;margin-top:-15px;z-index:2}.jconfirm .jconfirm-box div.jconfirm-closeIcon{height:20px;width:20px;position:absolute;top:10px;right:10px;cursor:pointer;opacity:.6;text-align:center;font-size:27px!important;line-height:14px!important;display:none;z-index:1}.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.jconfirm-title-c{display:block;font-size:22px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;padding-bottom:15px}.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand{cursor:move}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{font-size:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i{vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:inherit;font-family:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-content-pane{margin-bottom:15px;height:auto;-webkit-transition:height .4s ease-in;transition:height .4s ease-in;display:inline-block;width:100%;position:relative;overflow-x:hidden;overflow-y:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{overflow-y:hidden}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar{width:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track{background:rgba(0,0,0,0.1)}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img{max-width:100%;height:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty{display:none}.jconfirm .jconfirm-box .jconfirm-buttons{padding-bottom:11px}.jconfirm .jconfirm-box .jconfirm-buttons>button{margin-bottom:4px;margin-left:2px;margin-right:2px}.jconfirm .jconfirm-box .jconfirm-buttons button{display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;min-height:1em;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;-webkit-tap-highlight-color:transparent;border:0;background-image:none}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{background-color:#3498db;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover{background-color:#2980b9;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green{background-color:#2ecc71;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover{background-color:#27ae60;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red{background-color:#e74c3c;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover{background-color:#c0392b;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange{background-color:#f1c40f;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover{background-color:#f39c12;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default{background-color:#ecf0f1;color:#000;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover{background-color:#bdc3c7;color:#000}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple{background-color:#9b59b6;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover{background-color:#8e44ad;color:#FFF}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark{background-color:#34495e;color:#FFF;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover{background-color:#2c3e50;color:#FFF}.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c{color:#e74c3c!important}.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c{color:#3498db!important}.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c{color:#2ecc71!important}.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c{color:#9b59b6!important}.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c{color:#f1c40f!important}.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c{color:#34495e!important}.jconfirm .jconfirm-clear{clear:both}.jconfirm.jconfirm-rtl{direction:rtl}.jconfirm.jconfirm-rtl div.jconfirm-closeIcon{left:5px;right:auto}.jconfirm.jconfirm-white .jconfirm-bg,.jconfirm.jconfirm-light .jconfirm-bg{background-color:#444;opacity:.2}.jconfirm.jconfirm-white .jconfirm-box,.jconfirm.jconfirm-light .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);box-shadow:0 2px 6px rgba(0,0,0,0.2);border-radius:5px}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#333}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#ddd}.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-black .jconfirm-bg,.jconfirm.jconfirm-dark .jconfirm-bg{background-color:darkslategray;opacity:.4}.jconfirm.jconfirm-black .jconfirm-box,.jconfirm.jconfirm-dark .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);box-shadow:0 2px 6px rgba(0,0,0,0.2);background:#444;border-radius:5px;color:white}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button{border:0;background-image:none;text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none;-webkit-transition:background .1s;transition:background .1s;color:white}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#fff;background:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#666}.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{-webkit-animation:shake .82s cubic-bezier(0.36,0.07,0.19,0.97) both;animation:shake .82s cubic-bezier(0.36,0.07,0.19,0.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow{-webkit-animation:glow .82s cubic-bezier(0.36,0.07,0.19,0.97) both;animation:glow .82s cubic-bezier(0.36,0.07,0.19,0.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@-webkit-keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}@keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}.jconfirm{-webkit-perspective:400px;perspective:400px}.jconfirm .jconfirm-box{opacity:1;-webkit-transition-property:all;transition-property:all}.jconfirm .jconfirm-box.jconfirm-animation-top,.jconfirm .jconfirm-box.jconfirm-animation-left,.jconfirm .jconfirm-box.jconfirm-animation-right,.jconfirm .jconfirm-box.jconfirm-animation-bottom,.jconfirm .jconfirm-box.jconfirm-animation-opacity,.jconfirm .jconfirm-box.jconfirm-animation-zoom,.jconfirm .jconfirm-box.jconfirm-animation-scale,.jconfirm .jconfirm-box.jconfirm-animation-none,.jconfirm .jconfirm-box.jconfirm-animation-rotate,.jconfirm .jconfirm-box.jconfirm-animation-rotatex,.jconfirm .jconfirm-box.jconfirm-animation-rotatey,.jconfirm .jconfirm-box.jconfirm-animation-scaley,.jconfirm .jconfirm-box.jconfirm-animation-scalex{opacity:0}.jconfirm .jconfirm-box.jconfirm-animation-rotate{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jconfirm .jconfirm-box.jconfirm-animation-rotatex{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatexr{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatey{-webkit-transform:rotatey(90deg);transform:rotatey(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotateyr{-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scaley{-webkit-transform:scaley(1.5);transform:scaley(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scalex{-webkit-transform:scalex(1.5);transform:scalex(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-top{-webkit-transform:translate(0px,-100px);transform:translate(0px,-100px)}.jconfirm .jconfirm-box.jconfirm-animation-left{-webkit-transform:translate(-100px,0px);transform:translate(-100px,0px)}.jconfirm .jconfirm-box.jconfirm-animation-right{-webkit-transform:translate(100px,0px);transform:translate(100px,0px)}.jconfirm .jconfirm-box.jconfirm-animation-bottom{-webkit-transform:translate(0px,100px);transform:translate(0px,100px)}.jconfirm .jconfirm-box.jconfirm-animation-zoom{-webkit-transform:scale(1.2);transform:scale(1.2)}.jconfirm .jconfirm-box.jconfirm-animation-scale{-webkit-transform:scale(0.5);transform:scale(0.5)}.jconfirm .jconfirm-box.jconfirm-animation-none{visibility:hidden}.jconfirm.jconfirm-supervan .jconfirm-bg{background-color:rgba(54,70,93,0.95)}.jconfirm.jconfirm-supervan .jconfirm-box{background-color:transparent}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark{border:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon{color:white}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c{text-align:center;color:white;font-size:28px;font-weight:normal}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>*{padding-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane{margin-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content{text-align:center;color:white}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button{font-size:16px;border-radius:2px;background:#303f53;text-shadow:none;border:0;color:white;padding:10px;min-width:100px}.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-material .jconfirm-bg{background-color:rgba(0,0,0,0.67)}.jconfirm.jconfirm-material .jconfirm-box{background-color:white;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);padding:30px 25px 10px 25px}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:22px;font-weight:bold}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons{text-align:right}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-weight:500}.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-bootstrap .jconfirm-bg{background-color:rgba(0,0,0,0.21)}.jconfirm.jconfirm-bootstrap .jconfirm-box{background-color:white;-webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,0.2);box-shadow:0 3px 8px 0 rgba(0,0,0,0.2);border:solid 1px rgba(0,0,0,0.4);padding:15px 0 0}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87)}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:22px;font-weight:bold;padding-left:15px;padding-right:15px}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,0.87);padding:0 15px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons{text-align:right;padding:10px;margin:-5px 0 0;border-top:solid 1px #ddd;overflow:hidden;border-radius:0 0 4px 4px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button{font-weight:500}.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-modern .jconfirm-bg{background-color:slategray;opacity:.6}.jconfirm.jconfirm-modern .jconfirm-box{background-color:white;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);box-shadow:0 7px 8px -4px rgba(0,0,0,0.2),0 13px 19px 2px rgba(0,0,0,0.14),0 5px 24px 4px rgba(0,0,0,0.12);padding:30px 30px 15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,0.87);top:15px;right:15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,0.87);font-size:24px;font-weight:bold;text-align:center;margin-bottom:10px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:scale(0);transform:scale(0);display:block;margin-right:0;margin-left:0;margin-bottom:10px;font-size:69px;color:#aaa}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{text-align:center;font-size:15px;color:#777;margin-bottom:25px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button{font-weight:bold;text-transform:uppercase;-webkit-transition:background .1s;transition:background .1s;padding:10px 20px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button{margin-left:4px}.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{-webkit-transform:scale(1);transform:scale(1)}
.green-text {
    color: #abd07e !important;
}
.green-text:hover {
    background-color: #abd07e !important;
    color: #fff !important;
}
.blue-text {
    color: #3498db !important;
}
.blue-text:hover {
    background-color: #3498db !important;
    color: #fff !important;
}
.red-text {
    color: #ff6c6c !important;
}
.red-text:hover {
    background-color: #ff6c6c !important;
    color: #fff !important;
}
.orange-text {
    color: #f39c12 !important;
}
.orange-text:hover {
    background-color: #f39c12 !important;
    color: #fff !important;
}
.dark-green-text {
    color: #12cca7 !important;
}
.dark-green-text:hover {
    background-color: #12cca7 !important;
    color: #fff !important;
}
.inline {
    display: inline-block;
    vertical-align: top;
}
ul {
    list-style: none;
}
a {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
body {
    font-size: 13px;
    color: #333;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'BizeeBuy-default', sans-serif;
    background-color: #f1f3f6;
}

/* .cnt-home {background-color: #f1f3f6;} */
.cnt-home {background-color: #ffffff;}

ul {
    margin: 0;
    padding: 0;
}
a {
    outline: none!important;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
img[src="assets/images/blank.gif"] {
    background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
}

.btn-upper {
    text-transform: uppercase;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-10 {
    margin-top: 10px;
}

/*===================================================================================*/
/*  Buttons
/*===================================================================================*/

.btn-uppercase {
    text-transform: uppercase;
}
.btn-default {
    background: #cbc9c9;
    color: #fff;
    font-weight: 700;
    /*line-height:30px;*/
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.btn-primary {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #fff;
    border: none;
    font-size: 13px;
    line-height: 22px;
    border-radius:0;
    padding: 6px 14px;
    border-radius:2px;
    background-color: #2874f0;
    border-color: #2874f0;

}
.btn-black {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #3a3a3a;
    color: #fff;
    border: none;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    padding: 3px 22px;
}
.btn-primary:hover,
.btn-black:hover,
.btn-black:focus,
.btn-primary:focus {
    color: #fff;
}


/*===================================================================================*/
/*  Layout
/*===================================================================================*/
.center-block {
    float: none;
}
.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}
.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}
.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}
.inner-vs {
    padding-top: 30px;
    padding-bottom: 30px;
}
.inner-top {
    padding-top: 120px;
}
.inner-top-md {
    padding-top: 100px;
}
.inner-top-sm {
    padding-top: 80px;
}
.inner-top-xs {
    padding-top: 40px;
}
.inner-top-vs {
    padding-top: 30px;
}
.inner-bottom {
    padding-bottom: 120px;
}
.inner-bottom-md {
    padding-bottom: 100px;
}
.inner-bottom-sm {
    padding-bottom: 80px;
}
.inner-bottom-xs {
    padding-bottom: 40px;
}
.inner-bottom-vs {
    padding-bottom: 60px;
}
.inner-left {
    padding-left: 75px;
}
.inner-left-md {
    padding-left: 60px;
}
.inner-left-sm {
    padding-left: 45px;
}
.inner-left-xs {
    padding-left: 30px;
}
.inner-right {
    padding-right: 75px;
}
.inner-right-md {
    padding-right: 60px;
}
.inner-right-sm {
    padding-right: 45px;
}
.inner-right-xs {
    padding-right: 30px;
}
.inner-right-vs {
    padding-right: 10px;
}
.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}
.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}
.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}
.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}
.outer-top {
    margin-top: 120px;
}
.outer-top-md {
    margin-top: 100px;
}
.outer-top-sm {
    margin-top: 80px;
}
.outer-top-xs {
    margin-top: 20px;
}

.outer-top-ss {
    margin-top: 20px;
}

.outer-top-n {
    margin-top: 0px!important;
}

.outer-top-vs {
    margin-top: 30px;
}
.outer-top-small {
    margin-top: 50px;
}
.outer-bottom {
    margin-bottom: 120px;
}
.outer-bottom-md {
    margin-bottom: 100px;
}
.outer-bottom-sm {
    margin-bottom: 80px;
}
.outer-bottom-vs {
    margin-bottom: 60px;
}
.outer-bottom-xs {
    margin-bottom: 30px;
}
.outer-bottom-small {
    margin-bottom: 30px;
}
.outer-top-bd {
    margin-top: 50px;
}
.inner-bottom-30 {
    padding-bottom: 30px;
}
.inner-bottom-20 {
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inner-top {
        padding-top: 80px;
    }
    .inner-top-md {
        padding-top: 65px;
    }
    .inner-top-sm {
        padding-top: 50px;
    }
    .inner-top-xs {
        padding-top: 40px;
    }
    .inner-bottom {
        padding-bottom: 80px;
    }
    .inner-bottom-md {
        padding-bottom: 65px;
    }
    .inner-bottom-sm {
        padding-bottom: 50px;
    }
    .inner-bottom-xs {
        padding-bottom: 40px;
    }
}
.section-title {
    font-size: 14px;
    font-family: 'BizeeBuy-default', sans-serif;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight:bold;
    margin-top:0px;
}

.featured-product .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'BizeeBuy-default', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.best-deal {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}

.best-deal .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'BizeeBuy-default', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.best-deal .best-seller {padding:21px; padding-top:0px;}
.best-deal .best-seller .col2 {padding-left:0px}

.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
    margin-top: 0px;
}
/*carousel control button*/
.sidebar-widget .custom-carousel .owl-controls {right:0px}

.custom-carousel .owl-controls {
    position: absolute;
    right: 20px;
    top: -32px;
    width: 100%;
    display: block;
}
.custom-carousel .owl-controls .owl-prev {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -25px;
    right: 27px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #dddddd;
}
.custom-carousel .owl-controls .owl-prev:before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    font-size: 13px;
    left: 7px;
    position: absolute;
    top: 2px;
}
.custom-carousel .owl-controls .owl-next {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -25px;
    right: 0px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #dddddd;
}
.custom-carousel .owl-controls .owl-next:before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    font-size: 13px;
    left: 7px;
    position: absolute;
    top: 2px;
}
.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
    top: -57px;
    display:none
}
.featured-product {
    margin-bottom:30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}

.featured-product .cart-btn {display:none}

.featured-product .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
}

.featured-product .home-owl-carousel {padding-left: 20px;}

.featured-product .custom-carousel.all-categories .owl-controls .owl-prev, .featured-product .custom-carousel.all-categories .owl-controls .owl-next{
    display: none;
}

.new-arriavls{
    margin-bottom: 19px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}

.new-arriavls .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
}

.new-arriavls .home-owl-carousel {padding-left: 20px;}

.new-arriavls .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'BizeeBuy-default', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.new-arriavls .cart-btn {display:none}

.latest-blog {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}

.latest-blog .btn-primary {margin:3px}

.latest-blog .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'BizeeBuy-default', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.latest-blog .blog-slider {padding-left: 20px; padding-bottom:25px;}
.latest-blog .blog-post {margin-right:25px}
.latest-blog .blog-post img {width:100%}

.logo-slider-inner {
    margin-top: 10px;
    margin-bottom: 20px;
}
.special-product .product:first-child {
    margin-bottom: 20px;
}

.special-product .product .image img {width:100%}
.special-product .product .col {padding-right:0px}
.special-product .product .btn-primary {background:none; padding:0px; color:#157ed2; text-decoration:underline; margin-top:5px;}

.special-product .product:last-child {
    margin-top: 20px;
}
.best-product .product:first-child {
    margin-bottom: 20px;
}
#owl-main .owl-controls .owl-buttons .icon {
    position: relative;
    top: 8px;
    color: #333 !important;
}
.config-options ul > li > a {
    display: block;
}
.read-more-bottom {
    margin-bottom: 10px;
}
.unicase-form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #eee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 30px;
    padding: 5px 10px;
}
.unicase-form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d8d8d8;
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }
    to {
        margin-top: 0;
        opacity: 1;
    }
}
.seller-product .products {
    margin-bottom: 35px;
}

.product-slider .products {margin-left:0px; margin-right:18px; padding-bottom:15px}
.product-slider .products .cart-btn {display:none}
.category-product .products .cart-btn {display: none;}

.seller-product .products .product .product-info .name {
    font-size: 18px;
    margin-top: 5px !important;
}
a {
    color: #12cca7;
}
.show-theme-options:hover,
.show-theme-options:focus {
    background: #12cca7;
}
.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
    background: #12cca7;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
    color: #12cca7;
}
.top-bar .cnt-block ul li a .caret {
    color: #12cca7;
}
.top-bar .cnt-block ul li .dropdown-menu li a:hover,
.top-bar .cnt-block ul li .dropdown-menu li a:focus {
    color: #12cca7;
}
.main-header .top-search-holder .contact-row .icon {
    color: #12cca7;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
    color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus {
    color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus {
    color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
    color: #12cca7;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
    color: #12cca7;
}
.header-style-1 .header-nav {
    background: #12cca7;
}

.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:hover,
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:focus {
    background: #0b816a;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active {
    background: #12cca7;
}
.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav > li.active {
    background: #12cca7;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
    background: #12cca7 !important;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
    background: #12cca7;
}
.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
    color: #12cca7;
}
.sidebar .side-menu nav .nav > li a:hover:after,
.sidebar .side-menu nav .nav > li a:focus:after {
    color: #12cca7;
}
.info-box .info-box-heading.green {
    color: #12cca7;
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
    color: #12cca7;
}
.product .product-info .name a:hover,
.product .product-info .name a:focus {
    color: #12cca7;
}
.product .product-info .product-price .price {
    color: #12cca7;
}
.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
    color: #12cca7;
}
.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
    background: #12cca7;
}
.product .cart .action ul li.add-cart-button .btn-primary.icon:hover,
.product .cart .action ul li.add-cart-button .btn-primary.icon:focus {
    background: #0b816a;
}
.tag.sale {
    background: #abd07e;
}
.copyright-bar .copyright a {
    color: #12cca7;
}
.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
    color: #12cca7;
}
.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
    background: #12cca7;
}
.latest-tweet .re-twitter .comment a {
    color: #12cca7;
}
.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
    color: #12cca7;
}
.footer .contact-information .media .icon .fa-stack-2x {
    color: #12cca7;
}
.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
    color: #12cca7;
}
.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
    color: #12cca7;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
    background: #12cca7;
}
.hot-deals .product-info .product-price .price {
    color: #12cca7;
}
.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
    color: #12cca7;
}
.custom-carousel .owl-controls .owl-prev:hover,
.custom-carousel .owl-controls .owl-next:hover,
.custom-carousel .owl-controls .owl-prev:focus,
.custom-carousel .owl-controls .owl-next:focus {
    background: #0b816a;
}
.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
    color: #12cca7;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
    color: #12cca7;
}
.breadcrumb ul li.active {
    color: #0b816a;
}
.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
    color: #0b816a;
}
.filters-container .nav-tabs.nav-tab-box li.active a .icon {
    color: #12cca7;
}
.filters-container .pagination-container ul li.active a {
    color: #12cca7;
}
.filters-container .pagination-container ul li.prev:hover,
.filters-container .pagination-container ul li.next:hover,
.filters-container .pagination-container ul li.prev:focus,
.filters-container .pagination-container ul li.next:focus {
    background: #12cca7;
}
.filters-container .pagination-container ul li a:hover,
.filters-container .pagination-container ul li a:focus {
    color: #12cca7;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
    color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:focus,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
    color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    border: 5px solid #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus {
    color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
    color: #12cca7;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
    background: #12cca7;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
    background: #12cca7;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
    border: 1px solid #12cca7;
}
.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
    color: #12cca7;
}
.single-product .product-info .price-container .price-box .price {
    color: #12cca7;
}
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
    color: #12cca7;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
    background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
    background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
    background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #12cca7;
}
.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
    background: #12cca7;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
    color: #12cca7;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
    color: #12cca7;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
    background: #0b816a;
}
#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
    background: #12cca7;
}
.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
    color: #12cca7 !important;
}
.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
    color: #12cca7 !important;
}
.homepage-container .product .tag.hot {
    background: #12cca7;
}
.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
    color: #12cca7;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
    background: #12cca7;
    border: 2px solid #12cca7;
}

.category-list {    background-color: #fff;
                    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
                    padding: 20px;}
.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
    background: #12cca7;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
    background: #12cca7;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
    background: #12cca7;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
    background: #12cca7;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
    background: #12cca7 !important;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:hover,
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:focus {
    background: #12cca7 !important;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
    background: #12cca7;
}
.blog-page .blog-post h1 a:hover,
.blog-page .blog-post h1 a:focus {
    color: #12cca7;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
    color: #0b816a;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
    background-color: #12cca7;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
    color: #0b816a;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus {
    color: #12cca7;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
    background-color: #12cca7;
}
.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
    color: #12cca7;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
    color: #12cca7;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
    background-color: #12cca7;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus {
    color: #12cca7;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
    color: #12cca7;
}
.contact-page .contact-info .contact-i {
    background-color: #12cca7;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
    color: #12cca7;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    color: #0b816a;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
    color: #12cca7;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    color: #0b816a;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
    color: #12cca7;
}
.logo-color {
    fill: #12cca7;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
    color: #12cca7;
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
    color: #12cca7;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail {
    border-bottom: none;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
    margin-right: 10px;
    padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
    background: #12cca7;
    border: 2px solid #12cca7;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
    background: #12cca7;
    border: 2px solid #12cca7;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    color: #12cca7;
}
.yamm .dropdown-menu {
    border-top-color: #12cca7;
}
.product-comparison .compare-table tr td .product-price .price {
    color: #12cca7;
}
.product-comparison .compare-table tr td .in-stock {
    color: #12cca7;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover,
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus {
    color: #12cca7;
}
.product-comparison .compare-table tr td .product-price .price {
    color: #12cca7;
}
.product-comparison .compare-table tr td .in-stock {
    color: #12cca7;
}
.body-content .x-page .x-text h1 {
    color: #12cca7;
}
.body-content .x-page .x-text a {
    color: #12cca7;
}
.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
    color: #12cca7;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
    color: #12cca7;
}
.terms-conditions-page .contact-form {
    color: #12cca7;
}

.top-bar {
    padding:0px;
    font-size: 12px;
}
.top-bar .cnt-account {
    float: right;
    padding: 6px 0px;
}
.top-bar .cnt-account ul {
    margin: 0px;
}
.top-bar .cnt-account ul > li {
    display: inline-block;
    line-height: 12px;
    padding:3px 12px 3px 7px;
    border-right: 1px solid hsla(0,0%,100%,.2);

}
.top-bar .cnt-account ul > li:last-child {
    border:none;
    padding-right:0px

}
.top-bar .cnt-account ul > li a {
    color:rgba(255,255,255,0.8);
    padding: 0px;
    font-weight: 400;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.top-bar .cnt-account ul > li a .icon {
    display: block;
    float: left;
    padding-right: 6px;
    font-size: 11px;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
    text-decoration: none;
}
.top-bar .cnt-block {
    float: right;
}
.top-bar .cnt-block .list-inline {
    margin: 0px;
}
.top-bar .cnt-block .list-inline > li {
    display: inline-block;
    margin-right:10px;
    padding:0px;
}
.top-bar .cnt-block .list-inline > li > a {
    padding: 7px 0px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    color: #888;
    display: inline-block;
}
.top-bar .cnt-block .list-inline > li > a .value {
    color: rgba(255,255,255,0.8);
    margin: 2px 4px 2px 7px;
}
.top-bar .cnt-block .list-inline > li > a:hover,
.top-bar .cnt-block .list-inline > li > a:focus {
    text-decoration: none;
    color: #888888;
}
.top-bar .cnt-block .list-inline > li .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    top: 125%;
    left: 5px;
}

.top-bar .dropdown-menu>li>a {
    padding:3px 10px;
    font-size:13px
}

.top-bar .cnt-block .list-inline > li .dropdown-menu li a:hover,
.top-bar .cnt-block .list-inline > li .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
}


/*===================================================================================*/
/* Header
/*===================================================================================*/
header {
    background: #ffffff;
}

.main-header {
    /* padding:15px 0px 15px 0px; */
}
.header-style-1 {
    height: 109px;
    transition: all 0.5s;
    padding: 15px 0 0;
}
.header-style-1.header-scrolled {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.main-header .logo-holder {
    margin-top: 0px;
}
.main-header .logo-holder .logo img {
    width: 140px;
}
.main-header .top-search-holder .contact-row {
    line-height: 20px;
    color: #9b9b9b;
}
.main-header .top-search-holder .contact-row .phone {
    margin: 0 23px 0 0;
    border-right: 1px solid #E2E2E2;
    padding-right: 35px;
}
.main-header .top-search-holder .contact-row .icon {
    font-size: 18px;
    line-height: 23px;
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.main-header .top-search-holder .search-area {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 5px 0 0;
    background:#fff;
    border-radius:2px;
}
.main-header .top-search-holder .search-area .control-group {
    background-color: #fff;
    border-radius: 40px;
    border: 1px solid #c8c8c8;
}
.main-header .top-search-holder .search-area .search-field {
    border: medium none;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
    padding: 10px 14px;
    background-color: #fff;
    width: 93%;
}
.main-header .top-search-holder .search-area .search-field:focus {
    outline: none;
    background-color: #f2faff;
}
.main-header .top-search-holder .search-area .categories-filter {
    border-right: 1px solid #E0E0E0;
    text-transform: capitalize;
    display: inline-block;
    line-height: 40px;
    background: #f6f6f6;
    border-radius:3px 0px 0px 3px
}
.main-header .top-search-holder .search-area .categories-filter a {
    padding: 0 10px;
    color: #666;
    font-size: 13px;
}
.main-header .top-search-holder .search-area .categories-filter a .caret {
    margin-left: 15px;
    color: #a0a0a0;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    padding: 12px 17px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
    margin-bottom: 10px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
    padding: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
    font-family: 'BizeeBuy-default', sans-serif;
    line-height: 30px;
}
.main-header .top-search-holder .search-area .search-button {
    border-radius: 0px 40px 40px 0px;
    float: right;
    margin: 0px;
    padding: 8px 12px 12px;
    text-align: center;
    background-color: transparent;
    /*  border: 1px solid #ff9301; */
    width: 7%;
}
.main-header .top-search-holder .search-area .search-button:after {
    color: #ffac48;
    content: "\f002";
    font-family: fontawesome;
    font-size: 22px;
    line-height: 9px;
    vertical-align: middle;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
    background: #404040;
}
.top-cart-row {
    /* padding-top:5px; */
    padding-top:11px;
    padding-left:0px
}

.top-cart-row .dropdown-cart {
    float: right;
    top: 4px;
}

.top-cart-row .dropdown-cart img {width:100%}

.top-cart-row .cnt-block .list-inline {
    margin: 0px;
}
.top-cart-row .cnt-block .list-inline > li {}
.top-cart-row .cnt-block .list-inline > li {
    display: inline-block;
    /* margin-right:5px; */
    margin-left:4px;
    padding:0px;
    margin-top: -2px;
}
.top-cart-row .cnt-block .list-inline > li > a {
    padding: 2px 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    color: #ffffff;
    /* display: inline; */
    display: inline-block;
}
.top-cart-row .cnt-block .list-inline > li > a .value {
    color: rgba(255,255,255,0.8);
    margin: 2px 0px 2px 7px;
}
.top-cart-row .cnt-block .list-inline > li > a:hover,
.top-cart-row .cnt-block .list-inline > li > a:focus {
    text-decoration: none;
    color: #ffffff;
}
.top-cart-row .cnt-block .list-inline > li .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    top: 125%;
    left: 5px;
    left: auto;
}

.top-cart-row .dropdown-menu>li>a {
    padding:3px 10px;
    font-size:13px
}

.top-cart-row .cnt-block .list-inline > li .dropdown-menu.profile-dropdown-list {
    right: 0;
    left: auto;
    width: 250px;
}

.top-cart-row .cnt-block .list-inline > li .dropdown-menu.profile-dropdown-list .media:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* .top-cart-row .cnt-block .list-inline > li .dropdown-menu li a:hover,
.top-cart-row .cnt-block .list-inline > li .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
} */

.top-cart-row .lang-select {
    /* position: absolute;
    right: 0px;
    top: 8px; */
    position: relative;
    float: right;
}
.top-cart-row .lang-select .dropdown {
    float: left;
}
.top-cart-row .lang-select .dropdown-toggle {
    /* line-height: 35px; */
    color: #fff;
    background: #ffac48;
    padding: 3px 8px;
    border-radius: 50px;
    display: inline;
}

.top-cart-row .lang-select .dropdown-toggle .fa {
    color: #ffac48;
    font-size: 20px;
}

/* ******************* */

.top-cart-row .dropdown-cart .lang-select {
    display: inline-block;
}
.top-cart-row .dropdown-cart .lang-select .dropdown {
    float: left;
}
.top-cart-row .dropdown-cart .lang-select .dropdown-toggle {
    line-height: 35px;
    color: #fff;
    background: #ffac48;
    padding: 3px 8px;
    border-radius: 50px;
    display: inline;
}
.top-cart-row .dropdown-cart .lnk-cart {
    padding: 0px;
    background: #ffffff;
    /* border: 1px solid rgba(255, 172, 72,0.7); */
    border-radius: 100px;
    display: inline-block;
    color: #ffac48;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
    position: relative;
    margin-right: 10px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
    padding: 7px 12px 7px 15px;
    font-family: 'BizeeBuy-default', sans-serif;
    text-transform: capitalize;
    float: left;
    letter-spacing: 0.5px;
    font-weight:600;
    font-size:14px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
    float: left;
    padding: 0px;
    /* width: 35px;
    height: 35px;
    line-height: 35px; */
    text-align: center;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket .fa {
    /* font-size: 20px;
    line-height: 32px; */
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 20px;
    position: absolute;
    right: -15px;
    top: -14px;
    width: 20px;
    background: #a54c75;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    font-weight:500;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.top-cart-row .dropdown-cart .dropdown-menu {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    min-width: 0;
    padding: 10px 14px;
    right: 0;
    width: 230px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary {
    max-height: 300px;
    overflow-x: hidden;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .row {
    margin-bottom: 10px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
    font-size: 13px;
    font-family: 'BizeeBuy-default', sans-serif;
    margin-top: 0px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
    color: #666666;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    font-weight: 700;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
    padding: 0;
    position: relative;
    font-size: 15px;
    right: 12px;
    top: 8px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
    color: #898989;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
    font-size: 13px;
    font-family: 'BizeeBuy-default', sans-serif;
    color: #666666;
    margin-right: 10px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
    font-weight: 700;
}


/***** Notifications ALert *****/

.notification-dropdown .dropdown-menu {
    border-color: transparent !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    border: none !important;
    border-radius: 8px !important;
}

.notification-dropdown .notification {
    width:350px;
    padding:0;
    line-height:1.4;
    right: 0 !important;
    left: auto !important;
}
.notification-dropdown .notification a {
    color:#506684;
}
/* .notification-dropdown .notification a:hover {
  color:#171f46;
} */
.notification-dropdown .notification .noti-head {
    background-color:#33487d;
    padding: 5px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 13px;
}


.notification-dropdown .notification .noti-head h6 {
    color:#fff;
}
.notification-dropdown .notification .noti-head a {
    color:#fff;
    text-decoration:underline;
    font-size:13px;
}
.notification-dropdown .notification .noti-body {
    padding:0;
    position:relative;
    height:300px;
    max-height: 300px;
    overflow-x: hidden;
}
.notification-dropdown .notification .noti-body img {
    width:45px;
    margin-right: 0px;
}
.notification-dropdown .notification .noti-body li {

    -webkit-transition:all .1s ease-in-out;
    transition:all .1s ease-in-out;
}
.notification-dropdown .notification .noti-body li.n-title {
    background: #f1f6ff;
    padding:8px 12px;
}
.notification-dropdown .notification .noti-body li.n-title::before,.notification-dropdown .notification .noti-body li.n-title::after {
    content: " ";
    display: table;
}
.notification-dropdown .notification .noti-body li.n-title::after {
    clear: both;
}
.notification-dropdown .notification .noti-body li.n-title > .grp-heading {
    display: inline-block;
    font-size: 13px;
    margin: 0;
    line-height: 1;
}
.notification-dropdown .notification .noti-body li.n-title > .grp-icon {
    float: right;
}
.notification-dropdown .notification .noti-body li.n-title p {
    margin-bottom:5px;
}
.notification-dropdown .notification .noti-body li.notification {
    /* box-shadow: 0 2px 2px rgba(91, 89, 89, 0.1); */
    border-bottom: 1px solid #dbdbdb;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.notification-dropdown .notification .noti-body li.notification:hover {
    background:rgba(228, 228, 228, 0.3);
}
.notification-dropdown .notification .noti-body li p {
    margin-bottom:5px;
    font-size:13px;
}
.notification-dropdown .notification .noti-body li .media-body p {
    font-size: 11px;
    letter-spacing: 0.2px;
}
.notification-dropdown .notification .noti-body li .media-body p:first-child {
    color: #243f91;
}
.notification-dropdown .notification .noti-body li .media-body {
    /* padding: 10px; */
}
.notification-dropdown .notification .noti-body li .media-body a {
    color: #777;
}
.notification-dropdown .notification .noti-body li .media-body p:last-child {
    margin-bottom: 0;
}
.notification-dropdown .notification .noti-body li p strong {
    color:#979797;
}
.notification-dropdown .notification .noti-body li .n-time {
    font-size:80%;
    float:right;
}
.notification-dropdown .notification .noti-footer {
    border-top:1px solid #f1f1f1;
    padding: 8px 20px;
    text-align:center;
    background:#fbfbfb;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.notification-dropdown .notification .noti-footer a {
    font-size:13px;
}
.notification-dropdown .notification ul {
    padding-left:0;
    margin-bottom:0;
    list-style:none;
}
.notification-dropdown {
    float: right;
    top:5px;
}
/* .notification-dropdown .fa{
  font-size: 15px;
} */
.l-noti-list{
    height: 24.5rem;
    overflow: auto;
}
.dash-noti-list{
    height: 20.5rem;
    overflow: auto;
}
/***** end Notification *****/


.header-style-1 .header-nav .navbar-default {
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    min-height:auto;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse {
    padding: 0;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover, .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a,.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li:hover {
    color: #f7ffb5;
}
.navbar-nav {float:none}

.special-menu {float:right}
.special-menu a {color:#fc6161!important; border:none!important; padding-right:0px!important} 
.special-menu a:hover{ background:none!important; color:#fc6161!important}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 18px;
    -webkit-transitio: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    font-weight:500;
    letter-spacing:normal;
    /* border-right: 1px solid rgba(255,255,255,0.1); */
    color: #ffffff;
  padding: 0px 20px 0px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  height: 40px;
  line-height: 40px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li:first-child > a {
    padding-left: 0;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li:nth-of-type(2) > a {
    padding-right: 0;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li:last-child > a {
    border: none;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
    position: absolute;
    text-transform: uppercase;
    top: -10px;
    display: inline;
    padding: 1px 7px;
    color: #fff;
    font-size: 9px;
    font-family: 'BizeeBuy-default', sans-serif;
    right: 23px;
    line-height: normal;
    letter-spacing:1px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
    border-width: 6px 7px 0 6px;
    right: 18px;
    top: 90%;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transitio: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 100;

}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:before {
    right: 18px;
    top: 90%;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu {
    background: #f1c40f;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:after {
    border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:before {
    border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu {
    background: #ff7878;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:after {
    border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:before {
    border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav .open a {
    background-color: transparent !important;
}
.header-style-2 {
    margin-bottom:10px;
}
.header-style-2 .header-nav {
    background: rgba(0, 0, 0, 0) !important;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
    color: #555;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:focus {
    color: #fff;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li.open > a {
    color: #fff;
}
.header-style-3 .header-nav {
    background: #202020 !important;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
    color: #fff;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
    color: #fff;
}
.header-style-3 .header-nav .yamm .dropdown-menu {
    top: 62px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .dropdown-menu {
    left:auto;
    top: 100% ;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:none;
    padding:0px
}

.yamm .dropdown-menu .custom-banner a {padding:0px}
.yamm .dropdown-menu .banner-image { margin-bottom:-20px}

.navbar-nav .open a{
    float: none;
    background:#fff!important;
    color:#888;
    border-radius:3px 3px 0px 0px;
}

.yamm .dropdown-menu .yamm-content {
    padding: 20px 20px;

}

.yamm .dropdown-menu .yamm-content .col-menu {min-width:150px}

.yamm .dropdown-menu .yamm-content .links li a {
    padding: 4px 0px;
    font-family: 'BizeeBuy-default', sans-serif;
    letter-spacing: 0.2px;
    font-size:13px;
    color:#565656;

}


.yamm .dropdown-menu h2 {
    font-size: 14px;
    color: #555;
    font-family: 'BizeeBuy-default', sans-serif;
    margin-top: 0px;
    font-weight:bold
}
.yamm .dropdown-menu li {
    line-height:normal;
    padding: 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.yamm .dropdown-menu li a {
    color: #3D3D3D;
    line-height: normal;
    text-transform: none ;
    display: block;
    padding: 8px 16px;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
    margin-left: 0px;
}
.yamm .dropdown-menu .text {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    bottom: 0px;
    top: 73px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a {
    color: #fff;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
    background: #404040;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class {
    border: none;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
    color: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default {
    background: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default .nav-bg-class {
    -moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
    -webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
    box-shadow: 0 0 0 3px #F6F6F6 inset;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li {
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li:last-child {
    border-bottom: none;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a {
    line-height: 26px;
    padding: 0px;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:hover,
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:focus {
    margin-left: 0px;
}

.nav-bg {
    height: 50px;
    margin-top: 10px;
    transition: all 0.5s;
}
.header-scrolled .nav-bg {
  background-color: #f7f9fe;
}


/*===================================================================================*/
/*  Side menu
/*===================================================================================*/

.sidebar .side-menu {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.sidebar .custom-carousel .owl-controls .owl-prev  {top: -20px;}
.sidebar .custom-carousel .owl-controls .owl-next  {top: -20px;}

.sidebar .side-menu .head {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #333;
    font-size: 14px;
    font-family: 'BizeeBuy-default', sans-serif;
    padding: 12px 17px;
    text-transform: uppercase;
    background-color: #fdd922;
    border: 1px solid #e9c532;
    font-weight:700;
    letter-spacing: 0.5px;
    border-bottom:1px #f1ce3c solid
}
.sidebar .side-menu .head .icon {
    margin-right: 5px;
}
.sidebar .side-menu nav .nav > li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eaeaea;

}

.sidebar .side-menu nav .nav > li:last-child {border-bottom:none}

.sidebar .side-menu nav .nav > li > a {
    padding: 13px 15px;
    color: #666666;
    font-family: 'BizeeBuy-default', sans-serif;
    letter-spacing:0.2px
}
.sidebar .side-menu nav .nav > li > a:after {
    color: #bababa;
    content: "\f105";
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 10px;
    font-family: FontAwesome;
}
.sidebar .side-menu nav .nav > li > a .icon {
    font-size: 16px;
    margin-right: 12px;
}
.sidebar .side-menu nav .nav > li > a:hover,
.sidebar .side-menu nav .nav > li > a:focus {
    background: #fff;

}
.sidebar .side-menu nav .nav > li > a:hover .icon,
.sidebar .side-menu nav .nav > li > a:focus .icon {
    color: #666666;
}
.sidebar .side-menu nav .nav > li > .mega-menu {
    padding: 3px 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 330%;
    /*338%;*/
    position: absolute;
    top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow:hidden
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content {
    padding: 10px 20px;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li {

    padding:3px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li:last-child {
    border-bottom: none;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a {
    line-height: 26px;
    padding: 0px;
    font-size:13px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder {
    position: absolute;
    right: -16px;
    top: -8px;
}
.sidebar .side-menu2 nav .nav li a {
    padding: 14.3px 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header {
    padding: 10px 0px 5px 0px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
    font-size: 13px;
    font-family: 'BizeeBuy-default', sans-serif;
    margin: 0px;
    font-weight:bold
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
    clear: both;
    display: block;
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-size: 13px;
    line-height: 28px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
    content:"\f068";
    float: right;
    font-family: fontawesome;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
    color: #666666;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
    color: #636363;
    content: "\f067";
    font-family: fontawesome;
    font-weight:normal
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner {
    margin: 0px 0 20px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul {
    padding-left: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li {
    line-height: 27px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
    color: #666666;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 14px;
    line-height: 15px;
    margin: 0 5px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover:before {
    margin: 0 8px 0 0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder {
    padding: 0 0 20px;
    position: relative;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top:0px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider.slider-horizontal {
    height: 20px;
    width: 100% !important;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track {
    background-color: #f1f1f1;
    background-repeat: repeat-x;
    cursor: pointer;
    position: absolute;
    width: 94% !important;
    height: 6px;
    left: 0;
    margin-top: -5px;
    top: 50%;
    width: 100%;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-selection {
    bottom: 0;
    height: 100%;
    top: 0;
    background-repeat: repeat-x;
    box-sizing: border-box;
    position: absolute;
    background: #c3c3c3;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    border-radius: 400px;
    height: 20px;
    margin-left: -3px !important;
    opacity: 1;
    position: absolute;
    top: -3px;
    width: 20px;
    margin-top: -5px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .tooltip {
    margin-top: -36px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .min-max {
    font-size: 15px;
    font-weight: 700;
    color: #fe5252;
    margin-top: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
    clear: both;
    display: block;
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 28px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
    color: #666666;
    display: block;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report {
    margin-top: 20px;
    margin-bottom: 30px;
}
.sidebar .sidebar-widget .advertisement .item {
    background-position: center 55%;
    background-size: cover;
    padding-bottom:60px

}
.sidebar .sidebar-widget .advertisement .item .caption {
    color: #636363;
    left: 12%;
    letter-spacing: -3px;
    position: absolute;
    top: 11%;
    z-index: 100;
    display: table-cell;
}
.sidebar .sidebar-widget .advertisement .item .caption .big-text {
    font-size: 60px;
    line-height: 125px;
    text-transform: uppercase;
    font-family: 'BizeeBuy-default', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .big-text .big {
    font-size: 120px;
    color: #ff7878;
    display: block;
    text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .excerpt {
    font-size: 24px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #e6e6e6;
    text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .owl-controls {
    bottom: 10px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination {
    display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: #ddd;
    border: none;
    border-radius: 2px;
    margin: 0 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.sidebar-widget { background-color: #fff;
                  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
                  padding:12px;}

.related-product .tag {
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 45px;
    left: 15px;
    text-align: center;
    top: 3.5%;
    width: 50px;
    position: absolute;
}

/*===================================================================================*/
/*  Slider
/*===================================================================================*/
#owl-main {
    text-align: center;
    cursor: default;
    height: 415px;
}
#owl-main .owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}
/*.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}*/
#owl-main .owl-pagination {
    position: relative;
    line-height: 30px;
}
#owl-main .owl-buttons {
    display: block;
}
#owl-main .owl-prev,
#owl-main .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 50px;
    font-size: 21px;
    background-color: #d2d2d2;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}
#owl-main .owl-prev {
    left: 20px;
    /* -35px;*/
}
#owl-main .owl-next {
    right: 20px;
}
#owl-main:hover .owl-prev {
    left: 0px;
    opacity: 0.5;
}
#owl-main:hover .owl-next {
    right: 0px;
    opacity: 0.5;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
    opacity: 1;
}
#owl-main .owl-outer-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    height: 100%;
    z-index: 0;
}
#owl-main .owl-outer-nav .owl-wrapper-outer,
#owl-main .owl-outer-nav .owl-pagination,
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next {
    z-index: 1;
}
#owl-main .owl-outer-nav .owl-controls {
    position: static;
}
#owl-main .owl-outer-nav .owl-prev {
    left: -65px;
}
#owl-main .owl-outer-nav .owl-next {
    right: -65px;
}
#owl-main .owl-outer-nav:hover .owl-prev {
    left: -80px;
}
#owl-main .owl-outer-nav:hover .owl-next {
    right: -80px;
}
#owl-main .owl-ui-md .owl-pagination {
    line-height: 45px;
}
#owl-main .owl-ui-md .owl-prev,
#owl-main .owl-ui-md .owl-next {
    width: 45px;
    height: 45px;
    font-size: 45px;
}
#owl-main .owl-ui-md .owl-prev {
    left: -55px;
}
#owl-main .owl-ui-md .owl-next {
    right: -55px;
}
#owl-main .owl-ui-md:hover .owl-prev {
    left: -60px;
}
#owl-main .owl-ui-md:hover .owl-next {
    right: -60px;
}
#owl-main .owl-outer-nav.owl-ui-md:after {
    left: -18%;
    width: 136%;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev {
    left: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-next {
    right: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-prev {
    left: -100px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-next {
    right: -100px;
}
#owl-main .owl-ui-lg .owl-pagination {
    line-height: 60px;
}
#owl-main .owl-ui-lg .owl-prev,
#owl-main .owl-ui-lg .owl-next {
    width: 60px;
    height: 60px;
    font-size: 42px;
}
#owl-main .owl-ui-lg .owl-prev {
    left: -75px;
}
#owl-main .owl-ui-lg .owl-next {
    right: -75px;
}
#owl-main .owl-ui-lg:hover .owl-prev {
    left: -80px;
}
#owl-main .owl-ui-lg:hover .owl-next {
    right: -80px;
}
#owl-main .owl-outer-nav.owl-ui-lg:after {
    left: -22%;
    width: 144%;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev {
    left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
    right: -105px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-prev {
    left: -120px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-next {
    right: -120px;
}
#owl-main .owl-inner-nav .owl-controls {
    position: static;
}
#owl-main .owl-inner-nav .owl-prev {
    left: 45px;
}
#owl-main .owl-inner-nav .owl-next {
    right: 45px;
}
#owl-main .owl-inner-nav:hover .owl-prev {
    left: 30px;
}
#owl-main .owl-inner-nav:hover .owl-next {
    right: 30px;
}
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next,
#owl-main .owl-inner-nav .owl-prev,
#owl-main .owl-inner-nav .owl-next {
    bottom: 70px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev,
#owl-main .owl-outer-nav.owl-ui-md .owl-next,
#owl-main .owl-inner-nav.owl-ui-md .owl-prev,
#owl-main .owl-inner-nav.owl-ui-md .owl-next {
    bottom: 85px;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev,
#owl-main .owl-outer-nav.owl-ui-lg .owl-next,
#owl-main .owl-inner-nav.owl-ui-lg .owl-prev,
#owl-main .owl-inner-nav.owl-ui-lg .owl-next {
    bottom: 100px;
}
#owl-main .owl-inner-pagination .owl-pagination,
#owl-main .owl-inner-pagination .owl-prev,
#owl-main .owl-inner-pagination .owl-next {
    margin-top: -40px;
    top: -60px;
}
#owl-main .owl-inner-pagination.owl-ui-md .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-md .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-md .owl-next {
    margin-top: -50px;
    top: -65px;
}
#owl-main .owl-inner-pagination.owl-ui-lg .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-next {
    margin-top: -60px;
    top: -75px;
}
#owl-main .owl-inner-pagination.owl-outer-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-outer-nav .owl-next,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-next {
    margin: auto;
    top: 0;
    bottom: 43px;
}
#owl-main .owl-inner-pagination .owl-pagination {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}
#owl-main .owl-inner-pagination:hover .owl-pagination {
    opacity: 1;
}
#owl-main .owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
    top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
    top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
    top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
    top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
    top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
    top: -75px;
}
#owl-main.height-md .item {
    height: 457px;
}
#owl-main.height-lg .item {
    height: 675px;
}
#owl-main .container {
    display: table;
    height: inherit;
}
#owl-main .caption {
    display: table-cell;
}
#owl-main .caption.vertical-center {
    vertical-align: middle;
    padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
    vertical-align: top;
    padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
    vertical-align: bottom;
    padding-bottom: 14vh;
}
#owl-main .caption.text-center {
    padding-left: 10%;
    padding-right: 10%;
}
#owl-main .caption.text-left {
    padding-right: 20%;
}
#owl-main .caption.text-right {
    padding-left: 20%;
}
#owl-main .owl-controls {
    display: block;
    position: static;
    margin-top: -47px;

}
#owl-main .owl-pagination {
    background: #FFF;
    line-height: inherit;
    position: relative;
    bottom: -40px;
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
    bottom: -15px;
    opacity: 1;
    display:none
}
#owl-main .owl-prev,
#owl-main .owl-next {
    bottom: 0;
}
#owl-main .owl-controls .owl-page {
    display: inline-block;
}
#owl-main .owl-pagination .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    background: #d3d3d3;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#owl-main .owl-item-gap .item {
    margin: 0 15px;
}
#owl-main .owl-item-gap-sm .item {
    margin: 0 10px;
}
#owl-main .owl-item.loading {
    min-height: inherit;
    background: none;
}
#owl-main .item {
    background-color: #FFFFFF;
    background-position: center 55%;
    background-size: cover;
    height: 415px;
}
#owl-main .item .caption {
    color: #fff;
    left: 50px;
    position: absolute;
    top: 32%;
    z-index: 100;
    padding-right: 8%;
}
#owl-main .item .caption .slider-header {
    font-family:'BizeeBuy-default', sans-serif;
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase	
}

#owl-main .item .caption .big-text {
    font-size: 42px;
    line-height: 50px;
    font-family:'BizeeBuy-default', sans-serif;
    padding: 0px 25px;
    background: #bbbbbb;
    color: #fff;
    font-weight:700;
    /* letter-spacing:-1px;
     text-transform:uppercase	 */
}
#owl-main .item .caption .big-text .highlight {
    color: #fff;
}
#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
    font-size: 14px;
    /*line-height: 50px;*/
    margin-top: 10px;
    font-family: 'BizeeBuy-default', sans-serif;
    font-weight: 500;
    padding-left: 23px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
}
#owl-main .item .caption .excerpt span,
#owl-main .item .caption .small span {
    background: none repeat scroll 0 0 #bbbbbb;
    -moz-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
    -webkit-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
    box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
    line-height: 336%;
    padding: 5px 0;
    display: inline;
}
#owl-main .item .caption .button-holder {
    margin: 20px 0 0;
}

#owl-main .item .caption .button-holder  .btn-primary { background:#fdd922; font-family: 'BizeeBuy-default', sans-serif; font-weight:600; font-size:14px; padding:10px 20px; color:#333}

#owl-main .item .caption.bg-color {
    padding-right: 3%;
}
#owl-main .item .caption.bg-color .big-text {
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    color: #fff;
}
#owl-main .item .caption.bg-color .excerpt,
#owl-main .item .caption.bg-color .small {
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    color:rgba(255,255,255,0.8);
    margin-top: 0px;
}
#owl-main .item .caption.bg-color .excerpt span,
#owl-main .item .caption.bg-color .small span {
    background: rgba(0, 0, 0, 0);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    line-height: 24px;
}
#owl-main .full-width-slider {
    margin-bottom: 30px;
}
#owl-main .full-width-slider .item {
    background-color: #FFFFFF;
    background-position: center 55%;
    background-size: cover;
    height: 449px;
}
#owl-main .full-width-slider .item .caption {
    position: absolute;
    top: 11%;
    z-index: 100;
}
#owl-main .full-width-slider .item .caption .big-text {
    font-size: 119px;
    line-height: 80px;
    font-family: 'PacificoRegular';
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    text-transform: none;
}
#owl-main .full-width-slider .item .caption .excerpt {
    font-size: 60px;
    line-height: 80px;
    margin-top: 15px;
    font-family: 'LatoBold';
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 0px;
}
#owl-main .full-width-slider .item .caption .button-holder {
    margin: 31px 0 0;
}
.cnt-homepage .homepage-slider2 {
    height: 449px;
}
.cnt-homepage .homepage-slider2 #owl-main .item .caption {
    top: 24%;
    padding-right: 10%;
    right: 0px;
    left: 0px;
}
.cnt-homepage .homepage-slider2 #owl-main .owl-controls {
    margin-top: -89px;
    text-align: center !important;
}
.cnt-homepage .breadcrumb ul {
    text-align: left;
}
.cnt-homepage .cart .action .left {
    margin-left: 10px;
    padding: 2px 10px;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    height: 15px;
    width: 15px;
    top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #e4e4e4;
}
.homepage-slider3 {
    height: 368px;
}
.homepage-slider3 #owl-main .item {
    height: 368px;
}
.homepage-slider3 #owl-main .item .caption {
    padding-left: 10%;
    padding-right: 44%;
}
.homepage-slider3 #owl-main .item .caption .small {
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'BizeeBuy-default', sans-serif;
    text-shadow: 2px 2px #c3c3c3;
    color: #fff ;
    padding-left: 0px;
}
.homepage-slider3 #owl-main .item .caption .big-text {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'BizeeBuy-default', sans-serif;
    text-shadow: 2px 2px #c3c3c3;
    color: #000;
}
.homepage-slider3 #owl-main .item .caption .excerpt {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-transform: none;
}
.homepage-slider3 #owl-main .owl-controls {
    margin-top: -79px;
}
.home-page-slider4 {
    position: relative;
}
.home-page-slider4 .customNavigation {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -15px;
}
.home-page-slider4 .customNavigation .controls {
    position: relative;
}
.home-page-slider4 .owl-controls {
    bottom: 20px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}
.home-page-slider4 .owl-controls .owl-buttons {
    display: none !important;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page span {
    background: none repeat scroll 0 0 #e6e6e6;
    border: medium none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    width: 12px;
    -moz-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.home-page-slider4 .owl-prev,
.home-page-slider4 .owl-next {
    position: absolute;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}
.home-page-slider4 .owl-prev {
    left: 20px;
}
.home-page-slider4 .owl-next {
    right: 20px;
}
.home-page-slider4:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
.home-page-slider4:hover .owl-next {
    right: 0px;
    opacity: 1;
}
.home-page-slider4:hover .owl-prev:hover,
.home-page-slider4:hover .owl-next:hover {
    opacity: 1;
}
.home-page-slider4 #owl-main .owl-pagination {
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 3px;
    -moz-border-radiu: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: inherit;
    margin: auto;
    opacity: 1;
    padding: 10px;
    position: relative;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    bottom: none;
    bottom: 0px;
}
.cnt-homepage .homepage-container .btn-primary {
    padding: 2px 17px;
    -webkit-border-radius: 0px;
    -moz-border-radiu: 0px;
    border-radius: 0px;
}
.cnt-homepage .homepage-container #owl-main .owl-prev,
.cnt-homepage .homep2474
age-container #owl-main .owl-next {
    top: 25%;
}

.info-boxes-inner {
    background-color: #2874f0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.info-boxes .info-box {
    padding:24px 25px;
    text-align:center
}
.info-boxes .info-box .icon {
    font-size: 35px;
}
.info-boxes .info-box .info-box-heading {
    font-size: 14px;
    line-height:21px;
    text-transform: uppercase;
    font-family:'Montserrat', sans-serif;
    margin-top: 0px;
    font-weight:bold;
    margin-bottom:0px;
    letter-spacing:1px
}
.info-boxes .info-box .info-box-heading.orange {
    color: #ffb847;
}
.info-boxes .info-box .info-box-heading.red {
    color: #ff7878;
}
.info-boxes .info-box .text {
    color:rgba(255,255,255,0.8);
    font-weight: normal;
    font-size: 13px;
    margin: 0px;
    letter-spacing:0.5px;
    font-family:'BizeeBuy-default', sans-serif

}

/*===================================================================================*/
/*  Home Tabs
/*===================================================================================*/

.scroll-tabs {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}
.scroll-tabs .more-info-tab {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 15px 20px;
}
.scroll-tabs .more-info-tab .new-product-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size:16px;
    font-family: 'BizeeBuy-default', sans-serif;
    text-transform: uppercase;
    font-weight:bold
}
.scroll-tabs .nav-tab-line {
    border-bottom: none;
    margin-top: 4px;
    margin-right: 55px;
}
.scroll-tabs .nav-tab-line li.active a {
    border: none;
}
.scroll-tabs .nav-tab-line li a {
    font-weight: 500;
    color: #666666;
    font-size: 13px;
    border: medium none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px !important;
    position: relative;
    font-family:'BizeeBuy-default', sans-serif
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
    background: rgba(0, 0, 0, 0);
}

.tab-content {padding-left:20px}

.product {
    position: relative;
}
.product .product-image img {width:100%}

.product .product-image .tag {
    position: absolute;
}
.product .product-info .name {
    font-size: 14px;
    font-family: 'BizeeBuy-default', sans-serif;
    overflow: hidden;
}
.product .product-info .name a {
    color: #555;
}
.product .product-info .star-rating .color {
    color: #ffb400;
}
.product .product-info .product-price .price {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    margin-right: 8px;
}
.product .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}
.product .cart {
    margin-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    width: 100%;
    z-index: 666;
    left: 50%;
    position:absolute;
    top:0;
    margin-left:-55px

}
.product .cart .action ul li {
    float: left;
}
.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #fdd922 ;
}
.product .cart .action ul li.lnk {
    margin: 10px 0px;
    background: #2874f0;
    margin: 0px;
    padding: 8px 2px;
    border-left:1px solid hsla(0,0%,100%,.2);
    border-radius:0px 3px 3px 0px
}
.product .cart .action ul li.lnk a {
    padding: 0 10px;
    color: #fff;
    padding: 8px 10px;
}
.product .cart .action ul li.lnk.wishlist {
    background:#2874f0;
    margin:0px;
    border-radius:0px


}
.tag {
    font-size: 10px;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 10px;
    /*11px;*/
    text-align: center;
}
.tag span {
    position: relative;
    z-index: 100;
}
.tag.new {
    background: #46aad7;
}
.tag.hot {
    background: #ff7878;
}
.product:hover .cart {
    opacity: 1;
    top:45%
}
.best-seller .product .product-info .name,
.special-offer .product .product-info .name {
    margin-top: 4px;
}
.cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0px;


}
.cart .action {
    float: left;
}
.cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #fdd922 ;
    color:#333
}


.cart .action.lnk {
    margin: 10px 0px;
}
.cart .action.lnk a {
    padding: 0 10px;
    color: #dadada;
}
.cart .action.lnk.wishlist {
    border-right: 1px solid #dadada;
}
.product-micro .product-image .image a .zoom-overlay:before {
    color: #FFFFFF;
    content: "\f00e";
    font-family: fontawesome;
    left: 45%;
    position: relative;
    right: 40%;
}
.product-micro .product-image .image a .zoom-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 99;
}
.product-micro .product-image .image a .zoom-overlay:hover,
.product-micro .product-image .image a .zoom-overlay:focus {
    opacity: 1;
}
.cnt-home .product-micro .tag-micro {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 29px;
    top: 5.5%;
}
.cnt-home .product-micro .product-info .name {
    font-size: 13px;
    /* margin-top: 0px !important; */
}
.cnt-home .product-micro .product-info .product-price .price {
    font-size: 12px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
    font-size: 12px;
    line-height: 1.7;
}
.copyright-bar {
    background: #ffffff;
    padding: 20px 0px;
}
.copyright-bar .copyright {
    color: #5d5c5c;
    line-height: 28px;
}
.copyright-bar .payment-methods {
    text-align: right;
}
.copyright-bar .payment-methods ul li {
    display: inline-block;
    margin-right: 15px;
}
.copyright-bar .payment-methods ul li:last-child {
    margin-right: 0px;
}
.copyright-bar .no-padding {
    padding: 0px;
}
.wide-banner {
    overflow: hidden;
}
.wide-banner .image img {
    display: block;
    width:100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cnt-strip {
    position: relative;
}
.cnt-strip .strip {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 8px 30px 5px 30px;
    right:10px;
}
.cnt-strip .strip h1 {
    font-size: 36px;
    color: #ff4c4c;
    margin: 0;
    text-transform: uppercase;
    font-family:'Montserrat', sans-serif;
    font-weight:bold
}
.cnt-strip .strip h2 {
    font-size: 36px;
    color: #fdd922;
    margin: 0;
    text-transform: uppercase;
    font-family:'Montserrat', sans-serif;
    font-weight:bold
}
.cnt-strip .strip h2 .shopping-needs {
    font-family:'Montserrat', sans-serif;
    color: #fff;
    font-weight:normal;
    font-size:22px
}
.cnt-strip .strip h3 {
    font-size: 30px;
    color: #434343;
    margin: 0;
    text-transform: uppercase;
    font-family:'Montserrat', sans-serif;
}
.cnt-strip .strip h4 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family:'Montserrat', sans-serif;
}
.cnt-strip .strip.strip-text {
    width: 60%;
}
.cnt-strip .strip .red {
    color: #ff7878;
}
.cnt-strip .strip .black {
    color: #434343;
}
.cnt-strip .strip .green {
    color: #83c038;
}
.cnt-strip .strip .white {
    color: #fff;
}
.cnt-strip .strip .normal-shopping-needs {
    font-size: 35px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.cnt-strip .new-label {
    background: url("../images/label.png") no-repeat scroll right top;
    height: 72px;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 72px;
    z-index: 999;
}
.cnt-strip .new-label .text {
    color: #fff;
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    left: -13px;
    position: absolute;
    text-align: center;
    top: 14px;
    -ms-transform: rotate(-43deg);
    letter-spacing:1px;
    /* IE 9 */
    -webkit-transform: rotate(-43deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-43deg);
    width: 100%;
}
.wide-banners {
    overflow:hidden

}
.wide-banners.homepage-banner {
    margin-top: 30px;
}
.wide-banners.homepage-banner h4 {
    font-size: 30px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.wide-banners.homepage-banner h3 {
    font-size: 35px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.new-banner {
    margin-top: 30px;
}
.new-banner .cnt-strip .strip {
    width: auto;
    padding: 0px;
    right: 23px;
}
.new-banner .cnt-strip .strip h3 {
    background: #707070;
    padding: 13px 23px 13px 16px;
    line-height: 24px;
    font-size: 30px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.new-banner .cnt-strip .strip h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding-right: 21px;
    text-transform: uppercase;
}
.new-banner .cnt-strip .strip h5 span {
    background: none repeat scroll 0 0 #707070;
    -moz-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    -webkit-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    padding: 0.6em 0;
}
.new-banner.no-margin {
    margin-top: -10px;
}
.megamenu-banner {
    margin-top: 30px !important;
}
.megamenu-banner h3 {
    font-size: 30px;
    font-family: 'BebasNeueRegular';
}
.megamenu-banner h2 {
    font-size: 40px;
    font-family: 'BebasNeueBold';
}
.wide-banner-4 .cnt-strip .strip h1 {
    font-size: 50px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h2 {
    font-size: 40px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h3 {
    font-size: 30px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h4 {
    font-size: 20px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.wide-banner-4 .cnt-strip .strip p {
    font-size: 23px;
    font-family: 'BizeeBuy-default', sans-serif;
    margin-bottom: 0px;
}
.blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 14px;
    font-family: 'BizeeBuy-default', sans-serif;
    font-weight:bold
}
.blog-slider-container .blog-slider .blog-post-info .name a {
    color: #555;
}
.blog-slider-container .blog-slider .blog-post-info .info {
    color: #9c9c9c;
    font-size: 13px;
    margin-bottom:8px;
    overflow:hidden;
    display:block
}
.blog-slider-container .blog-slider .blog-post-info .text {
    color: #434343;
    font-size: 13px;
}
.footer .links-social {
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 70px;
}

.social {
    overflow: hidden
}
.social a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}
.social a:hover {
    color: #fff;
}
.social .fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
}
.social .fb a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #3C5B9B !important;
}
.social .tw a:before {
    content: "\f099";
    font-family: FontAwesome;
}
.social .tw a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #359BED !important;
}
.social .googleplus a:before {
    content: "\f0d5";
    font-family: FontAwesome;
}
.social .googleplus a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #E33729!important;
}
.social .rss a:before {
    content: "\f09e";
    font-family: FontAwesome;
}
.social .rss a {
    content: "\f09e";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #FD9F13 !important;
}
.social .pintrest a:before {
    content: "\f0d3";
    font-family: FontAwesome;
}
.social .pintrest a {
    content: "\f0d3";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #cb2027 !important;
}
.social .linkedin a:before {
    content: "\f0e1";
    font-family: FontAwesome;
}
.social .linkedin a {
    content: "\f0e1";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #027ba5 !important;
}
.social .youtube a:before {
    content: "\f167";
    font-family: FontAwesome;
}
.social .youtube a {
    font-size: 16px;
    display: inline-block!important;
    text-align: center;
    padding: 0;
    background: #F03434 !important;
}
.social h4 {
    margin: 25px 0 0px 0px;
}
.social ul {
    margin: 0;
    list-style: none;
}
.social ul li {
    margin-right: 7px;
}
.social ul li {
    border-bottom: none;
}
.social a {
    transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out;
}

.footer .links-social .contact-info .footer-logo {
    margin-top: 10px;
}
.footer .links-social .contact-info .about-us {
    margin-bottom: 20px;
}
.footer .links-social .contact-info .social-icons a {
    color: #888888;
    font-size: 16px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 2em;
    height: 2em;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}
.footer .links-social .contact-info .social-icons a:hover,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a.active {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}
.footer .links-social .contact-info .social-icons a .icon {
    line-height: 2em;
}
.footer .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BizeeBuy-default', sans-serif;
    color: #555555;
}
.footer .contact-timing .table tbody tr {
    border-bottom: 1px solid #e1e1e1;
}
.footer .contact-timing .table tbody tr td {
    border-top: none;
    font-size: 12px;
    line-height: 36px;
    padding: 0px !important;
}
.footer .contact-timing .contact-number {
    font-family: 'BizeeBuy-default', sans-serif;
}
.footer .contact-information .media .media-body a {
    color: #666666;
}
.footer .footer-bottom {
    color: #47536e;
font-size: 14px;
background: #eff2f8;
padding-top: 24px;
padding-bottom: 24px;
}

.footer .module-title {
    font-size:14px;
    font-weight:bold;
    letter-spacing:0.5px;
    margin-bottom:15px
}

.footer .footer-bottom .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BizeeBuy-default', sans-serif;
    color: #ffffff;
}


.toggle-footer {color:rgba(72, 61, 61, 0.9)}
.toggle-footer a {margin-left:0px!important}
.toggle-footer a:before {display:none}
.toggle-footer i{background:#ffac48; border-radius:100px}
.toggle-footer i.fa-envelope {font-size: 12px;}

.footer .footer-bottom .module-body ul li:last-child{border:none}

.footer .footer-bottom .module-body ul li a {
    font-size: 13px;
    line-height: 30px;
    color: rgba(72, 61, 61, 0.9);
    position: relative;
    margin-left: 23px;
    display: block;
}
.footer .footer-bottom .module-body ul li a:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    margin-left: -22px;
    font-size: 6px;
}
.product-tag .item {
    background-color: #f5f5f5;
    color: #666666;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 12px;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
    color: #fff;
}
.newsletter .sidebar-widget-body input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size:13px
}

.hot-deals .custom-carousel .owl-controls .owl-next {
    top:-20px
}
.hot-deals .custom-carousel .owl-controls .owl-prev {
    top:-20px
}
.hot-deals .hot-deal-wrapper {
    position: relative;
}
.hot-deals .hot-deal-wrapper .image img{
    width: 100%;
}

.hot-deals .hot-deal-wrapper .sale-offer-tag {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
    top: 4%;
    right: 10px;
    width: 50px;
    z-index: 100;
    background: #ff7878;
    position: absolute;
    text-align: center;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag span {
    position: relative;
    z-index: 100;
    top: 10px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper {
    bottom: 20px;
    position: absolute;
    left: 15px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
    display: table;
    text-align: center;
    margin-right: 4px;
    float: left;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
    background-color: #fff;
    color: #333;
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    width: 45px;
    line-height: 15px;

}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family:'BizeeBuy-default', sans-serif
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
    display: block;
    font-size: 9px;
    font-weight: 500;
    letter-spacing:0.5px
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
    margin-right: 0px;
}
.hot-deals .product-info .name {
    font-size: 14px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.hot-deals .product-info .name a {
    color: #555;
}
.hot-deals .product-info .product-price .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-right: 8px;
}
.hot-deals .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}
.hot-deals .cart {
    margin-top: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 666;
    left: 0px;
}
.hot-deals .cart .action {
    float: left;
}
.hot-deals .cart .action .add-cart-button a {
    background: none repeat scroll 0 0 #a8a8a8;
    border: medium none;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    padding: 0px;
}
.hot-deals .cart .action .add-cart-button a .icon {
    background: none repeat scroll 0 0 #575757;
    color: #FFFFFF;
    height: 100%;
    left: 0;
    font-size: 13px;
    padding: 11px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px;
}
.hot-deals .cart .action .add-cart-button a span {
    display: block;
    margin-left: 35px;
    overflow: hidden;
    padding: 8px 13px;
}
.hot-deals .cart .action .add-cart-button a:hover,
.hot-deals .cart .action .add-cart-button a:focus {
    background: #c6c6c6;
}
.breadcrumb {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.breadcrumb ul {

    margin: auto;
    padding:8px 0 0px;
    text-align: left;
}
.breadcrumb ul li:after {
    color: #666666;
    content: "/";
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-left: 9px;
    margin-right: -4px;
    padding: 0px;
}
.breadcrumb ul li:last-child:after {
    content: "";
}
.breadcrumb ul li a {
    color: #666666;
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}
.category-carousel {
    text-align: center;
    cursor: default;
}
.category-carousel .item {
    position: relative;
    margin-bottom:30px;
}
.category-carousel .item .caption {
    color: #636363;
    left: 12%;
    letter-spacing: -3px;
    position: absolute;
    top: 10%;
    z-index: 100;
    display: table-cell;
}
.category-carousel .item .caption .big-text {
    font-size: 100px;
    line-height: 145px;
    text-transform: uppercase;
    font-family: 'BizeeBuy-default', sans-serif;
    color: #fdd922;
}
.category-carousel .item .caption .excerpt {
    font-size:36px;
    letter-spacing:normal;
    color: #fff;
}
.category-carousel .item .caption .excerpt-normal {
    font-size:14px;
    letter-spacing:normal;
    color: #fff;
    letter-spacing:0.5px
}


.category-carousel .item .owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}
.category-carousel .item .owl-controls .owl-prev,
.category-carousel .item .owl-controls .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 21px;
    color: #FFF;
    background-color: #d3d3d3;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}
.category-carousel .item .owl-controls .owl-prev {
    left: -35px;
}
.category-carousel .item .owl-controls .owl-next {
    right: -35px;
}
.category-carousel .item:hover .owl-prev {
    left: -40px;
    opacity: .25;
}
.category-carousel .item:hover .owl-next {
    right: -40px;
    opacity: .25;
}
.category-carousel .item:hover .owl-prev:hover,
.category-carousel .item:hover .owl-next:hover {
    opacity: 1;
}
.filters-container {
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding-bottom:0px
}
.filters-container .nav-tabs.nav-tab-box {
    border: medium none;
    margin-top: 3px;
}
.filters-container .nav-tabs.nav-tab-box li {
    margin-right: 5px;
    padding: 0;
}
.filters-container .nav-tabs.nav-tab-box li a {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666666;
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    line-height: 18px;
    border: none !important;
    padding: 0px;
}
.filters-container .nav-tabs.nav-tab-box li a .icon {
    margin-right: 5px;
    color: #aaa;
}
.filters-container .lbl-cnt {
    color: #666666;
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-size: 12px;
    line-height: 24px;
}
.filters-container .lbl-cnt .lbl {
    color: #666666;
    display: inline-block;
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-size: 12px;
    line-height: 28px;
    margin-right: 10px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 4px 12px;
    background: #fff;
    font-size: 13px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn .caret {
    margin-left: 13px;
    margin-top: -2px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
}
.filters-container .pagination-container {
    margin-top: 4px;
    margin-bottom:20px;
}
.filters-container .pagination-container ul {
    margin: 0px;
}
.filters-container .pagination-container ul li.prev,
.filters-container .pagination-container ul li.next {
    background: none repeat scroll 0 0 #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.filters-container .pagination-container ul li.prev a,
.filters-container .pagination-container ul li.next a,
.filters-container .pagination-container ul li.prev a:hover,
.filters-container .pagination-container ul li.next a:hover,
.filters-container .pagination-container ul li.prev a:focus,
.filters-container .pagination-container ul li.next a:focus {
    color: #fff;
}
.filters-container .pagination-container ul li a {
    color: #666666;
    display: inline-block;
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 0 3px;
}

.search-result-container .category-product .product {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1px rgba(43,100,174,0.1);
    -moz-box-shadow: 0 0 1px rgba(43,100,174,0.1);
    -o-box-shadow: 0 0 1px rgba(43,100,174,0.1);
    box-shadow: 0 0 1px rgba(43,100,174,0.1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.search-result-container .category-product .product:hover {
    -webkit-box-shadow: 0 0 15px rgba(43,100,174,0.1);
    -moz-box-shadow: 0 0 15px rgba(43,100,174,0.1);
    -o-box-shadow: 0 0 15px rgba(43,100,174,0.1);
    box-shadow: 0 0 15px rgba(43,100,174,0.1);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.search-result-container .category-product .product .product-image .tag {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: -4px;
    top: -6px;
    letter-spacing: 0.5px;
}


.search-result-container .category-product-inner .product-list.product {
    position: relative;
    margin-bottom: 30px;
}
.search-result-container .category-product-inner .product-list.product .product-info {
    padding:0px;
}
.search-result-container .category-product-inner .product-list.product .product-info .cart {
    margin-top: 20px;
    top: auto;
    bottom: 0px;
    opacity: 1;
    left: 0;
    position: relative;
    margin-left:0px
}

.search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
    display: block;
    margin-right: 5px;
}

.search-result-container .category-product-inner .product-list.product .tag {
    position: absolute;
    right: 12px;
    top: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: 0.5px;
}
.product-list.product .product-info .name {
    font-size: 18px;
}
.product-list.product .product-info .description {
    line-height: 20px;
}


.search-result-container.best-seller .category-product .product:hover {
    /* -webkit-box-shadow: 0 0 15px rgba(43,100,174,0.1);
    -moz-box-shadow: 0 0 15px rgba(43,100,174,0.1);
    -o-box-shadow: 0 0 15px rgba(43,100,174,0.1);
    box-shadow: 0 0 15px rgba(43,100,174,0.1); */
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

/*===================================================================================*/
/*  Product Detail
/*===================================================================================*/

.detail-block {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow:hidden

}

.single-product .product-info-block .name {margin-top:0px; font-weight:bold; letter-spacing:-1px}

.single-product .single-product-gallery {padding-bottom:30px}

.single-product .favorite-button .btn-primary {background:#ddd}

.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
    border: 1px solid #e5e5e5;
}
.single-product .gallery-holder .gallery-thumbs {
    margin: 15px 0 0;
    position: relative;
    text-align: left;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item {
    margin-right: 10px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item .horizontal-thumb {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 10px;
}

.single-product .product-info .rating-reviews .reviews .lnk {
    color: #aaaaaa;
}
.single-product .product-info .stock-container .stock-box .label {
    font-size: 13px;
    font-family: 'BizeeBuy-default', sans-serif;
    line-height: 18px;
    color: #666666;
    padding: 0px;
    font-weight: normal;
}
.single-product .product-info .stock-container .stock-box .value {
    font-size: 13px;
    color: #ff7878;
}
.single-product .product-info .description-container {
    line-height: 20px;
    color: #666666;
}
.single-product .product-info .price-container {
    /*border-bottom: 1px solid #F2F2F2;*/
    /*border-top: 1px solid #F2F2F2;*/
    /* margin-bottom: 0;
    padding: 5px 0; */
    color: #666666;
}
.single-product .product-info .price-container .price-box .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.single-product .product-info .price-container .price-box .price-strike {
    color: #aaa;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: line-through;
}
.single-product .product-info .quantity-container {
    margin-bottom: 0;
    padding: 20px 0;
}
.single-product .product-info .quantity-container .label {
    font-size: 14px;
    font-family: 'BizeeBuy-default', sans-serif;
    line-height: 35px;
    text-transform: uppercase;
    color: #666666;
    padding: 0px;
    font-weight: normal;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 40px;
    cursor: pointer;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
    position: relative;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
}
.single-product .product-info .product-social-link .social-label {
    font-size: 15px;
    font-family: 'BizeeBuy-default', sans-serif;
    line-height: 20px;
    text-transform: uppercase;
}
.single-product .product-info .product-social-link .social-icons {
    display: inline-block;
}
.single-product .product-info .product-social-link .social-icons ul li a {
    color: #888888;
    font-size: 16px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding: 5px 6px;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
}
.single-product .product-tabs {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 0px;
    overflow:hidden;
    margin-bottom:30px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li {
    /* float: none !important; */

}
.single-product .nav-tabs {border:none}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
    border: none;
    color: #555;
    display: block;
    padding: 12px 28px;
    font-size: 13px;
    font-family: 'BizeeBuy-default', sans-serif;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    font-weight:bold;
    letter-spacing:1px;
    background: #f8f8f8;
    border: 1px #fff solid;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:before,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:before {
    border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:after {
    border-style: solid;
    border-width: 7.5px;
    content: "";
    height: 0;
    position: absolute;
    bottom: -14px;
    width: 0;
    right: auto;
    left: auto;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:before {
    border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:after {
    border-style: solid;
    border-width: 7.5px;
    content: "";
    height: 0;
    position: absolute;
    bottom: -14px;
    width: 0;
    right: auto;
    left: auto;
}

.single-product .product-tabs .tab-content {
    padding-left:0px
}
.single-product .product-tabs .tab-content .tab-pane {
    padding: 24px;
}
.single-product .product-tabs .tab-content .tab-pane .text {
    line-height: 20px;
}

.single-product #owl-single-product-thumbnails .owl-controls {
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
    margin-top: 20px;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
    background: none repeat scroll 0 0 #ddd;
    border: medium none;
    border-radius: 3px;
    display: block;
    height: 10px;
    margin: 0 2px;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    width: 10px;
    cursor: pointer;
}
.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
    margin-top: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder {
    background-color: #FFFFFF;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 50;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
    left: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.right {
    right: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
    left: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after {
    content: "\f104";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
    right: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
    content: "\f105";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    height: 100%;
    position: absolute;
    vertical-align: top;
    width: 90%;
    z-index: 100;
    border: 1px solid #e5e5e5;
    color: #dadada;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
    bottom: 0;
    font-family: fontawesome;
    font-size: 30px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
    background: #dadada;
    color: #fff;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-item > a > img {
    display: block;
    width: 100%;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
    margin-left: 10px;
}
.cnt-homepage .single-product .product-info-block label,
.cnt-homepage .single-product .product-info-block .label {
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    color: #434343 !important;
}
.cnt-homepage .single-product .product-info-block .label {
    padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart {
    width: auto;
    left: 0;
    margin-top: -8px;
    padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart .action .left {
    padding: 2px 8px;
    margin-left: 5px;
}
.cnt-homepage .single-product .product-info-block .form-control .selectpicker {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    background: #fff;
    color: #b0b0b0;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #f1f1f1;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
    background: rgba(0, 0, 0, 0);
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    padding: 5px 10px;
    text-align: center;
    width: 60px;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .label {
    color: #434343;
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .value {
    font-size: 13px;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
    margin-right: 10px;
    padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #666666;
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: uppercase;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
    color: #fff;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
    color: #fff;
}
.cnt-homepage .single-product .product-tabs .tab-content {
    border: none;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane {
    padding: 0px;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
    font-size: 13px;
    line-height: 22px;
}
.single-product .second-gallery-thumb.gallery-thumbs {
    padding: 0 40px;
}
.single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
    margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'BizeeBuy-default', sans-serif;

}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
    margin-bottom: 20px;
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    text-transform: none;
    background:#f8f8f8;
    padding:20px
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
    margin-bottom: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    font-style:italic

}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
    font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
    margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
    line-height: 18px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
    margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-add-review .title {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
    font-weight: normal;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
    border:none
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
    text-align: center;
    vertical-align: middle;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
    float: none;
    margin: auto;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
    font-weight: normal;
    font-size: 13px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
    color: #FF0000;
    font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .title {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 20px;
    font-family: 'BizeeBuy-default', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group label {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    margin-right: 10px;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
    margin-left: 90px;
}
.furniture-container .product {
    position: relative;
}
.furniture-container .product .btn-primary {
    font-size: 15px;
    line-height: 30px;
    font-family: 'BizeeBuy-default', sans-serif;
    background: #cbc9c9;
    text-transform: uppercase;
    border: none;
    color: #fff;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
    border: none;
}
.furniture-container .best-seller .product .product-info .name,
.furniture-container .special-offer .product .product-info .name {
    margin-top: 4px;
}
.furniture-container .cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0px;
}
.furniture-container .cart .action {
    float: left;
}
.furniture-container .cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757 ;
}
.furniture-container .cart .action.lnk {
    margin: 10px 0px;
}
.furniture-container .cart .action.lnk a {
    padding: 0 10px;
    color: #dadada;
}
.furniture-container .cart .action.lnk.wishlist {
    border-right: 1px solid #dadada;
}
.homepage-container .product {
    position: relative;
}
.homepage-container .product .product-image .tag {
    font-size: 15px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 25px;
    /*11px;*/
    text-align: center;
    position: absolute;
}
.homepage-container .product .product-image .tag span {
    position: relative;
    z-index: 100;
    line-height: 48px;
}
.homepage-container .product .product-image .tag.new {
    background: #46aad7;
}
.homepage-container .product .product-image .tag.hot {
    background: #ff7878;
}
.homepage-container .product .product-info .name {
    font-size: 18px !important;
    font-family: 'BizeeBuy-default', sans-serif;
}
.homepage-container .product .product-info .name a {
    color: #555;
}
.homepage-container .product .product-info .star-rating .color {
    color: #ffb400;
}
.homepage-container .product .product-info .product-price .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-right: 8px;
}
.homepage-container .product .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
}
.homepage-container .product .cart {
    margin-top: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0px;
    opacity: 1;
}
.homepage-container .product .cart .action {
    float: left;
}
.homepage-container .product .cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757 ;
}
.homepage-container .product .cart .action.lnk {
    margin: 10px 0px;
}
.homepage-container .product .cart .action.lnk a {
    padding: 0 10px;
    color: #dadada;
}
.homepage-container .product .cart .action.lnk.wishlist {
    border-right: 1px solid #dadada;
}
.homepage-container .featured-product .products .product:first-child {
    margin-bottom: 30px;
}
.homepage-container .blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 18px;
}
.homepage-container .btn-primary {
    font-size: 15px;
    line-height: 30px;
    font-family: 'BizeeBuy-default', sans-serif;
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    border: 2px solid #f2f2f2;
    color: #747474;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
    color: #fff;
}
.homepage-container .best-seller .product .product-info .name,
.homepage-container .special-offer .product .product-info .name {
    margin-top: 4px;
}
.homepage-container .cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0px;
}
.homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757 ;
}
.wrapper .box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.wrapper .box .wrapper-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
    font-size: 15px;
    font-weight: 700;
    line-height: 55px;
    width: 55px;
    height: 55px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 25px;
    /*11px;*/
    text-align: center;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
    position: relative;
    z-index: 100;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
    background: #46aad7;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
    background: #989898;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
    background: #ff7878;
}
/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/

@media (min-width: 320px) and (max-width: 480px) {
    .top-bar .cnt-block {float:none}
    .top-cart-row .dropdown-cart .lnk-cart {display:block; /* overflow:hidden; */ }
    /* .top-cart-row {padding-left:15px} */
    .top-cart-row .dropdown-cart {
        float: none;
    }
    #owl-main .item .caption .big-text {font-size:18px; line-height: normal}
    #owl-main .item .caption {left:0px}
    #owl-main {height:100%}
    #owl-main .item {height:150px}
    #owl-main .item .caption .button-holder {margin:0px}
    #hero .btn-primary {padding:5px 10px; font-size:12px; line-height:normal; margin-top:8px}

}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .navbar-toggle {float:left; border:none}
    .navbar-default .navbar-toggle .icon-bar {background-color: #2874f0;}
    .navbar-collapse {box-shadow:none; border:none; padding-right: 15px; padding-left: 15px;}
    .header-style-1 .header-nav .navbar-default .navbar-collapse {padding-right: 15px; padding-left: 15px;}
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {border:none; padding-left:0px;color: #5777ba;}
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover, .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a, .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li:hover {
        color: #1e3366;
    }
    .mega-menu img {width:100%}
    .yamm .dropdown-menu .yamm-content .col-menu {margin-bottom:15px}
    .special-menu {float:left}

    .top-bar .header-top-inner {
        text-align: center;
    }
    .top-bar .header-top-inner .cnt-account {
        clear: both;
        display: inline-block;
        float: none;
        margin: auto;
        text-align: center;
    }
    .top-bar .header-top-inner .cnt-account li {
        margin-bottom: 8px;
    }
    .top-bar .header-top-inner .cnt-block .list-inline li {
        margin:0px 0;
    }
    .main-header .logo-holder {
        text-align: center;
        margin-bottom: 20px;
    }
    .main-header .top-search-holder .contact-row {
        margin-bottom: 20px;
        text-align: center;
    }
    .main-header .top-search-holder .contact-row .phone,
    .main-header .top-search-holder .contact-row .contact {
        margin: 0 0 5px;
        padding-right: 0px;
        border-right: none;
        display: block;
    }
    .main-header .top-search-holder .search-area .categories-filter {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    .main-header .top-search-holder .search-area .search-button {
        padding: 12px 19px;
    }
    .sidebar .side-menu nav .nav > li > .mega-menu {
        left: 0px;
        min-width: 100%;
        top: 100%!important;
    }
    .logo-slider-inner .item {
        text-align: center;
    }
    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
    }
    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px;
    }
    .cnt-homepage .wrapper .box {
        padding: 0 10px;
    }
    #owl-main .item .caption {
        padding: 0 22px;
    }
    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px;
    }
    .product .product-image .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .header-nav .yamm .dropdown-menu {
        background: #fff;
    }
    .body-content .sidebar {
        margin-bottom: 30px;
    }
    .filters-container .no-padding {
        padding: 0px;
    }
    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0px;
    }
    .search-result-container .category-product-inner .product-list.product .product-info .cart {
        margin-bottom: 20px;
    }
    .single-product .gallery-holder {
        margin-bottom: 30px;
    }
    .single-product .product-info-block {
        clear: both;
    }
    .yamm .dropdown-menu.pages {
        padding: 10px 37px;
    }
    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .seller-product .products .product .product-info .name {
        font-size: 15px;
        margin-top: 0px !important;
    }
    .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
        font-size: 16px;
    }
    .cnt-homepage .header-nav .yamm .navbar-header {
        border: 1px solid #f1f1f1;
    }
    .info-boxes .info-box {
        margin-bottom: 10px;
    }
    .cnt-homepage .single-product .product-info-block .cart {
        margin-top: 10px;
        padding: 0 15px;
    }
    .product-comparison .compare-table tr td .product .product-image .image img {
        width: auto;
    }

    .hot-deals .products {margin-right:15px}

    .copyright-bar .payment-methods {text-align:left; margin-top:10px}
    .single-product  .home-banner {display:none}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

    .sidebar .side-menu nav .nav > li > .mega-menu {
        min-width: 100%;
        left: 0px;
        top:100%!important
    }
    .logo-slider-inner .item {
        text-align: center;
    }
    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px;
    }
    .filters-container .pagination-container {
        float: left;
    }
    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px;
    }
    .cnt-homepage .wrapper .box {
        padding: 0 15px;
    }
    .cnt-homepage .container {
        width: 100%;
    }
    .body-content .sidebar {
        margin-bottom: 30px;
    }
    .product .product-image .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .blog-slider .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .owl-item {
        padding: 10px;
    }
    #owl-main .owl-item {
        padding: 0px;
    }
    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px;
    }
    .filters-container .no-padding {
        padding: 0px;
    }
    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0px;
    }
    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .main-header .logo-holder {
        text-align: center;
        margin-bottom: 0px;
    }
    .main-header .contact-row {
        text-align: center;
    }
    .special-menu {display:none!important}
    .single-product  .home-banner {display:none}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-header .top-search-holder .search-area .control-group {
        position: relative;
    }
    .main-header .top-search-holder .search-area .control-group .search-button {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .category-carousel .item {
        height: auto;
    }
    .filters-container .nav-tabs.nav-tab-box li {
        margin-right: 3px;
    }
    .filters-container .lbl-cnt .lbl {
        margin-right: -1px;
    }
    .cnt-homepage .single-product .product-info-block .cart {
        clear: both;
        margin-top: 20px;
    }
    .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
        font-size: 16px !important;
    }
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
        font-size: 16px !important;
    }
    .wrapper .box .wrapper-inner .container {
        width: auto !important;
    }

    .special-menu {display:none!important}
    .home-banner img {width:100%}
}
/* Large devices (large desktops, 1200px and up) */

.blog-page .blog-post {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.blog-page .blog-post h1 {
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 22px;
    font-weight:bold;

}
.blog-page .blog-post h1 a {
    color: #555;
}

.blog-page .tab-content .blog-post {padding:0px 0px 25px 0px!important; box-shadow:none!important}

.blog-page .blog-post span {
    padding-right: 20px;
    color: #aaa;
    font-size: 13px;
}
.blog-page .blog-post p {
    padding-top: 16px;
    font-size: 13px;
    color: #666666;
    margin-bottom: 0px;
}
.blog-page .blog-post a {
    margin-top: 20px;
}
.blog-page .blog-post .blog-pagination .pagination {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.blog-page .blog-post .social-media {
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-page .blog-post .social-media span {
    font-size: 13px;
    color: #434343;
}
.blog-page .blog-post .social-media a {
    font-size: 18px;
    margin: 0px 10px 0px 0px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #888888;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 15px;

}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
    color: #555;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
    padding-right: 10px;
    color: #aaa;
    font-size: 12px;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
    padding-top: 10px;
    font-size: 13px;
    color: #666666;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
    border-bottom: none;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li {
    text-transform: uppercase;
    color: #666666;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
    border: none;
    letter-spacing:1px
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:first-child > a {
    padding-right: 10px;
    border-right: 1px solid #d4d4d4;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:last-child > a {
    padding-left: 10px;
    letter-spacing:0.5px
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a {
    padding: 0px;
    color: #666666;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 13px;
    position: absolute;
    top: 14px;
    right: 30px;
    background-color: #fff;
    padding-left: 10px;
}
.blog-page .sidebar .sidebar-module-container .search-area input {
    font-size: 12px;
    color: #9e9e9e;
    padding: 14px;
    border: 1px solid #e1e1e1;
    width: 100%;
    position: relative;
}
.blog-page .blog-pagination {
    border-top: 1px solid #ececec;
}
.blog-page .blog-pagination .pagination > li:first-child > a {
    margin-right: 10px;
}
.blog-page .blog-pagination .pagination > li:last-child > a {
    margin-left: 2px;
}
.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #555;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0px;
}
.blog-page .blog-post-author-details {
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.blog-review {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;}

.blog-write-comment {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;}	

.blog-page .blog-post-author-details .author-social-network {
    display: inline-block;
}
.blog-page .blog-post-author-details .author-social-network button {
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    height: 26px;
    width: 26px;
    text-align: center;
    display: inline-block;
    margin: 6px;
    line-height: 26px;
}
.blog-page .blog-post-author-details .author-social-network > span {
    font-size: 13px;
    color: #434343;
    text-transform: uppercase;
    margin-right: 16px;
}
.blog-page .blog-post-author-details .author-social-network .caret {
    color: #e3e3e3;
}
.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-page .blog-post-author-details img {
    float: left;
}
.blog-page .blog-post-author-details .author-job {
    display: block;
    padding: 0px;
    color: #aaa;
    font-size: 12px;
}
.blog-page .blog-post-author-details h4 {
    display: inline-block;
    font-size: 15px;
    font-family: 'BizeeBuy-default', sans-serif;
    color: #555;
    margin: 0px;
}
.blog-page .blog-post-author-details p {
    font-size: 13px;
    color: #666666;
    padding: 16px 0px 0px 0px;
    text-align: justify;
}
.blog-page .blog-review .title-review-comments {
    font-size: 16px;
    color: #555;
    font-family: 'BizeeBuy-default', sans-serif;
    margin-bottom: 40px;

}
.blog-page .blog-review p {
    font-size: 13px;
    color: #666666;

}
.blog-page .blog-review .review-action {
    font-size: 12px;
    color: #666666;
}
.blog-page .blog-review .post-load-more {
    text-align: center;
    padding-bottom: 10px;
}
.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
    color: #666666;
    font-size: 13px;
    padding-right: 4px;
    font-family: FontAwesome;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    color: #666666;
    font-size: 13px;
    padding-right: 4px;
    font-family: FontAwesome;
}
.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
    content: "\f007";
}
.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
    content: "\f086";
}
.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    content: "\f073";
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
    background-color: #fff;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:focus {
    background-color: #fff;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}
.blog-page .blog-post .social-media i,
.blog-page .blog-post-author-details .author-social-network button a i {
    padding-top: 6px;
}
.blog-page .blog-review h4,
.blog-page .blog-write-comment h4,
.contact-page .contact-title h4 {
    font-size: 14px;
    color: #555;
    font-family: 'BizeeBuy-default', sans-serif;
    display: inline-block;
}
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
    text-decoration: underline;
}
.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
    border-bottom: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a .icon {
    margin-right: 5px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
    background: rgba(0, 0, 0, 0);
}

/*===================================================================================*/
/* Checkout
/*===================================================================================*/
.checkout-box .checkout-steps .panel-default    {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
    padding-top: 14px;
    display: inline-block;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
    font-size: 13px;
    color: #666666;
    text-decoration: underline;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
    margin-top: 15px;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
    margin: 0px !important;
    font-size: 13px;
    font-weight: bold;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
    color: #555;
    text-transform: uppercase;
    display: block;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
    background-color: #aaaaaa;
    color: #fff !important;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px;
}
.checkout-box .checkout-steps .checkout-subtitle {
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 14px;
    color: #434343;
    margin-right: 12px;
}
.checkout-box .checkout-steps .panel-body {
    padding: 20px;
    border:none
}

.panel-group .panel-heading+.panel-collapse>.panel-body {border:none}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
    margin-bottom: 6px;
}
.checkout-box .checkout-steps .guest-login ul .save-time-reg {
    padding-bottom: 4px;
}
.checkout-box .panel-group .panel {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    border:none
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a {
    color: #666666;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    padding: 27px 30px;
    border-bottom: 1px solid #ddd;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 14px;
    margin-bottom: 10px;
}
.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type="radio"],
.checkout-box .checkout-steps form .radio-inline input[type="radio"],
.checkout-box .checkout-steps form .checkbox input[type="checkbox"],
.checkout-box .checkout-steps form .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}
.checkout-box .checkout-steps .panel .panel-heading,
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    padding:0px;
    border:none
}
.checkout-box .checkout-steps .guest-login .title-tag-line,
.checkout-box .checkout-steps .already-registered-login .title-tag-line {
    margin-bottom: 15px;
    font-size: 13px;
}
.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
    padding-left: 10px;
    font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover {
    background-color: rgba(0, 0, 0, 0);
}

.checkout-progress-sidebar .nav>li>a {padding: 10px 0px;} 
.checkout-progress-sidebar .nav>li>a:hover, .nav>li>a:focus {background:none}

/*===================================================================================*/
/*  Contact Us
/*===================================================================================*/

.contact-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow:hidden}	

.contact-page .contact-map iframe {
    height: 400px;
    width: 100%;
}
.contact-page .contact-info {
    font-size: 13px;
    color: #666;
}
.contact-page .contact-info .contact-i {
    height: 30px;
    width: 30px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    margin-right: 16px;
    float: left;
}
.contact-page .contact-info .contact-i i {
    padding-top: 8px;
    font-size: 14px;
}
.contact-page .contact-info .contact-span {
    display: block;
}
.contact-page .contact-title h4 {
    margin-bottom: 30px;
}
.contact-page .contact-info .address,
.contact-page .contact-info .phone-no {
    margin-bottom: 10px;
}


/*===================================================================================*/
/*  Shopping Cart
/*===================================================================================*/

.shopping-cart {
    background-color: #fff;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);*/
    /*padding: 20px;*/
    overflow:hidden	
}

.shopping-cart .shopping-cart-table {
    margin-bottom: 50px;
}
.shopping-cart .shopping-cart-table table {
    margin-bottom: 0px !important;
}
.shopping-cart .shopping-cart-table table tbody tr td {
    vertical-align: middle;
}

.shopping-cart .cart-image img {
    width:150px
}

.cart-shopping-total {background:#f8f8f8}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    font-size: 18px;
    color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
    color: #ff0000 !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    display: block;
    text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
    vertical-align: middle !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
    margin-top: 0px;
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 16px;

}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
    color: #555;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
    font-size: 11px;
    color: #aaa;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
    margin-top: 10px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-size: 12px;
    text-transform: lowercase;
    margin-left: 14px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
    color: #666666;
    text-decoration: underline;
}
.shopping-cart .shopping-cart-table .table > thead > tr > th {
    text-align: center;
    padding: 16px;
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 15px;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn span {
    padding: 20px 0px;
    display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
    margin-top: 0px;
    display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th p {
    font-family: 'BizeeBuy-default', sans-serif, sans-serif;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0px;
}
.shopping-cart .estimate-ship-tax table thead tr > th {
    padding: 24px 10px 20px 10px;
}
.shopping-cart .estimate-ship-tax table tbody tr > td {
    padding: 24px 10px !important;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
    background: #fff;
    color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    background: rgba(0, 0, 0, 0);
}
.shopping-cart .cart-shopping-total table thead tr th {
    background-color: #ffffff;
    text-align: right;
    /* padding: 24px 50px; */

}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    color: #555;
    margin-bottom: 7px;
}
.shopping-cart .cart-shopping-total table tbody tr td {
    padding: 24px 50px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
    float: right !important;
    margin-bottom: 8px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
    display: block;
    font-weight: normal;
    color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
    text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
    display: block;
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
    font-size: 13px;
    font-weight: normal;
    color: #999;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
.blog-page .blog-write-comment label span,
.contact-page .contact-form form label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
    color: red;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 13px;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total.pay {
    color: #2fb744;
}
.shopping-cart-table table tbody tr td .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 40px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
    position: relative;
}
.shopping-cart-table table tbody tr td .quant-input input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
}

.checkout-btn { background:#fdd922; color:#333; padding: 10px 18px;}


.product-comparison .page-title {
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 40px;
}

.product-comparison img  {width:150px!important}

.product-comparison .compare-table tr th {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    padding: 18px 25px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}
.product-comparison .compare-table tr td {
    padding: 18px 30px;
    border: 1px solid #e5e5e5;
}
.product-comparison .compare-table tr td .product {
    margin-bottom: 15px;
    margin-top: 40px;
}
.product-comparison .compare-table tr td .product .product-image .image a {
    display: block;
    text-align: left;
}
.product-comparison .compare-table tr td .product-price .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 8px;
}
.product-comparison .compare-table tr td .product-price .price-before-discount {
    color: #D3D3D3;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: line-through;
}
.product-comparison .compare-table tr td .text {
    font-size: 14px;
    line-height: 22px;
}
.product-comparison .compare-table tr td .in-stock {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}
.product-comparison .compare-table tr td .remove-icon {
    color: #666666;
}
.product-comparison .compare-table tr td .remove-icon:hover,
.product-comparison .compare-table tr td .remove-icon:focus {
    color: #ff6666;
}
.body-content .x-page .x-text h1 {
    font-family: 'BizeeBuy-default', sans-serif;
    font-size: 200px;
    font-weight:bold
}
.body-content .x-page .x-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}
.body-content .x-page .x-text .le-button {
    border-radius: 0 3px 3px 0;
    margin: 0 0 0 -5px;
    padding: 19px 23px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
    border: medium none;
    color: #333;
    background:#fdd922
}
.body-content .x-page .x-text form input {
    border: 1px solid #e0e0e0;
    border-radius: 3px 0 0 3px;
    color: #3d3d3d;
    padding: 13px;
    font-size: 15px;
    width: 40%;
}
.body-content .x-page .x-text a {
    font-size: 15px;
}
.body-content .x-page .x-text a i {
    padding-right: 2px;
}

/*===================================================================================*/
/*  Terms and Condition/track orders/
/*===================================================================================*/

.terms-conditions-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .faq-page h2,
.body-content .track-order-page h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #555;
    text-align: center;
    font-family: 'BizeeBuy-default', sans-serif;
}
.body-content .terms-conditions-page .terms-conditions h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    font-family: 'BizeeBuy-default', sans-serif;
    margin-bottom: 30px;
    font-weight: bold;
}
.body-content .terms-conditions-page .terms-conditions ol {
    padding-left: 22px;
}
.body-content .terms-conditions-page .terms-conditions ol li {
    font-style: normal;
    font-size: 13px;
    color: #666;
    padding-bottom: 20px;
}
.body-content .terms-conditions-page .terms-conditions p {
    font-size: 15px;
}
.body-content .terms-conditions-page .terms-conditions h2,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
    text-align: left;
}

.track-order-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.product-comparison {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.faq-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.faq-page .panel-group .panel {padding:0px; box-shadow:none}


.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #666;
}
.body-content .faq-page .title-tag {
    text-align: left;
    padding-bottom: 30px;
}
.body-content .track-order-page .register-form label {
    font-weight: 400;
    font-size: 14px;
}
.body-content .track-order-page .register-form .form-group {
    margin-bottom: 25px;
}


/*===================================================================================*/
/*  Wishlist
/*===================================================================================*/

.my-wishlist-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.heading-title {
    text-align: left!important;
    text-transform: none!important;
    padding: 0px 0px 15px 0px!important;
    font-weight: bold!important;
    font-size: 22px!important;
    border-bottom: 1px #e5e5e5 solid!important;}

.body-content .my-wishlist-page .my-wishlist table > thead > tr > th {
    text-align: center;
    font-size: 30px;
    font-family: 'BizeeBuy-default', sans-serif;
    text-transform: uppercase;
    border: none;
    font-weight: 400;
}

.body-content .my-wishlist-page img {width:100%}
.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
    border-top: 1px solid #ddd;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
    font-size: 16px;
    font-family: 'BizeeBuy-default', sans-serif;
    padding-bottom: 6px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
    color: #434343;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
    font-size: 11px;
    color: #aaa;
    padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
    color: #ffb400;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
    color: #dcdcdc;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
    font-size: 16px;
    padding-top: 4px;
    font-weight: bold;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price span {
    font-size: 15px;
    color: #ddd;
    text-decoration: line-through;
    padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
    border: none;
    /* padding: 30px; */
}
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
    color: #ff7878;
    font-size: 15px;
}

/*===================================================================================*/
/*  Signup and login
/*===================================================================================*/

.sign-in-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
    font-size:18px;
    font-family: 'BizeeBuy-default', sans-serif;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;

}
.body-content .sign-in-page .sign-in p,
.body-content .sign-in-page .create-new-account p {
    font-size: 15px;
    color: #666;
}
.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:hover,
.body-content .sign-in-page .sign-in .social-sign-in a:focus {
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
}
.body-content .sign-in-page .sign-in .social-sign-in a i {
    padding-right: 6px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
    background-color: #3d5c98;
    margin-right: 10px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:focus {
    background-color: #153470;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
    background-color: #22aadf;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
    background-color: #0084B9;
}
.body-content .sign-in-page .create-new-account > span {
    font-size: 20px;
    font-family: 'BizeeBuy-default', sans-serif;
    padding-bottom: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.body-content .sign-in-page .create-new-account .checkbox label {
    margin-bottom: 10px;
    font-size: 16px;
}
.body-content .sign-in-page form .form-group span {
    color: red;
}
.body-content .sign-in-page .register-form label {
    font-size: 14px;
    font-weight: 400;
}
.body-content .sign-in-page .register-form .form-group {
    margin-bottom: 20px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -5px;

}
.tooltip-inner {
    font-family: 'BizeeBuy-default', sans-serif;
    border-radius:2px;
    min-width:70px;
    z-index:10000


}

/*===================================================================================*/
/*  Testimonials
/*===================================================================================*/

.avatar  {margin-top:10px; text-align:center; overflow:hidden; margin-bottom:10px}
.avatar img  {border-radius:999px; margin-bottom:10px; width:auto; display:inline-block; width:110px }
.testimonials {color:#333;font-size:13px; margin-bottom:15px; letter-spacing:0.5px; text-align:center}
.clients_author {font-size:14px; font-weight:bold; color:#333;  letter-spacing:0.5px; display:block; text-align:center}
.clients_author span{font-size:13px; font-weight:normal; color:#999; display:block;}
.testimonials-section .bx-wrapper .bx-pager {padding-top: 30px;}
.testimonials-section .bx-wrapper {margin: 0 0 50px;}
.testimonials-section em {font-size:30px; font-style:normal; vertical-align:top; display:inline-block; line-height:5px; margin-top:15px;     font-family: Arial, Helvetica, sans-serif;}

/*===================================================================================*/
/*  LHS banners
/*===================================================================================*/

.home-banner {
    margin-top: 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}



/*===================================================================================*/
/*  Login, Signup & Pricing Plan
/*===================================================================================*/



.screen-illustration img {
    width: 380px;
    height: auto;
}
.screen-illustration {
    margin-top: 100px;
    margin-bottom: 120px;
}
.body-content .sign-in-page .sign-in h4, .body-content .sign-in-page .create-new-account h4 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(0,0,0,0.2);
    border-bottom: none;
}

.body-content .sign-in-page .create-new-account .checkbox label {
    font-size: 14px;
}
.create-new-account {
    position: relative;
}
.sign-in:before {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    height: 400px;
    border: 1px solid rgba(0,0,0,0.04);
}
.title-tag-line {
    margin-top: 20px;
}
.body-content .pricing-plan-page table > thead > tr > th {
    vertical-align: middle;
}
.body-content .pricing-plan-page table > thead > tr > th,.body-content .pricing-plan-page table > tbody > tr > td,.body-content .pricing-plan-page table > tfoot > tr > td {
    padding: 10px;
}
.body-content .pricing-plan-page .label-info {
    background: #ececec;
}

.body-content .pricing-plan-page .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f3f6ff;
}
.btn-buy {
    background: #0c1f6c;
    background: linear-gradient(to right, #0c1f6c, #c9395c);
    transition: all 0.8s ease;
}
.btn-buy:hover,.btn-buy:active,.btn-buy:focus,.btn-buy:active:hover,.btn-buy:active:focus {
    color: #ffffff;
    background: linear-gradient(to right, #c9395c, #0c1f6c);
    transition: all 0.8s ease;
}

.pricing-plan-page {
    background-color: #fff;
    padding: 50px;
    overflow: hidden;
}

.main-box {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.payment-smry .table tbody tr td,.payment-smry .table thead tr th,.payment-smry .table tfoot tr th,.payment-smry .table thead tr td,.payment-smry .table tfoot tr td {
    padding: 10px;
}

.payment-smry .success-msg-box {
    position: relative;
    /*height: 100%;*/
    background-color: rgb(255, 244, 218);
    box-shadow: 0 0 25px rgba(0,0,0,0.02);
    padding: 20px 10px !important;
}
.payment-smry .success-msg-box:before,.payment-smry .success-msg-box:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 8px;
    pointer-events: none;
    width: 100%;

}
.payment-smry .success-msg-box:before {
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228px%22%20height%3D%224px%22%3E%3Cpolygon%20points%3D%220%2C0%204%2C4%208%2C0%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-image: url("../img/ticket-border-top.svg");
}
.payment-smry .success-msg-box:after {
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228px%22%20height%3D%224px%22%3E%3Cpolygon%20points%3D%220%2C4%204%2C0%208%2C4%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-image: url("../img/ticket-border-bottom.svg");

}

.payment-smry .banner-image-holder {
    background-image: url(BizeeBuy%20%20%20Payment%20is%20success_files/banner-4.svg);
    background-size: cover;
    background-position: center center;
    height: 100%;
}


/**************************************
          Override Table Css
**************************************/
table {
    border-collapse: collapse;
}

caption {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    color: #95aac9;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}
.table {
    width: 100%;
    margin-bottom: 24px;
    color: #12263f;
}

.table td,.table th {
    padding: 15px;
    vertical-align: top;
    border-top: 1px solid #edf2f9;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #edf2f9;
}

.table tbody+tbody {
    border-top: 2px solid #edf2f9;
}

.table-sm td,.table-sm th {
    padding: 15px;
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #edf2f9;
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9fbfd;
}

.table-hover tbody tr:hover {
    color: #12263f;
    background-color: #f9fbfd;
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #c4daf8;
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #91baf1;
}

.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #adccf5;
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6dde5;
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #b4bfcf;
}

.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c6d0db;
}

.table-success,.table-success>td,.table-success>th {
    background-color: #b8f4db;
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #7aebbc;
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #a2f1d0;
}

.table-info,.table-info>td,.table-info>th {
    background-color: #c8e9f2;
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #98d5e7;
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #b3e1ed;
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #fceeca;
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #fae09d;
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #fbe6b2;
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f8c7d0;
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #f297a8;
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f5b0bd;
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fafbfd;
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #f6f8fc;
}

.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #e8ecf6;
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #bdc2c9;
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #848e9b;
}

.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #afb5be;
}

.table-white,.table-white>td,.table-white>th {
    background-color: #fff;
}

.table-white tbody+tbody,.table-white td,.table-white th,.table-white thead th {
    border-color: #fff;
}

.table-hover .table-white:hover,.table-hover .table-white:hover>td,.table-hover .table-white:hover>th {
    background-color: #f2f2f2;
}

.table-active,.table-active>td,.table-active>th {
    background-color: #f9fbfd;
}

.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: #e6eef7;
}

.table .thead-dark th {
    color: #fff;
    background-color: #3b506c;
    border-color: #496285;
}

.table .thead-light th {
    color: #95aac9;
    background-color: #f9fbfd;
    border-color: #edf2f9;
}

.table-dark {
    color: #fff;
    background-color: #3b506c;
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #496285;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0,0%,100%,.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0,0%,100%,.075);
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.table {
    vertical-align: middle;
}

.table thead th {
    /* background-color: #d9e7f9; */
    background-color: #eee;
    text-transform: capitalize;
    font-weight: 500;
    /* letter-spacing: .08em; 
    color: #3c3c3c;*/
    color: #2b4d6a;
    letter-spacing: 0px;
    border-bottom-width: 1px;
}
#bid-table .table thead th:not(:first-child) {
    letter-spacing: 0.3px;
}
#bid-table .table tbody tr {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#bid-table .table tbody tr td {
    background-color: #ffffff;
}
#bid-table .table tbody tr td:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
#bid-table .table tbody tr td:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
#bid-table .table tbody tr:first-child {
    animation-name: zoom;
}
#bid-table .table tbody tr:hover {
    cursor: pointer;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 5px 15px rgba(99, 133, 185, 0.267) !important;
    -moz-box-shadow: 0 5px 15px rgba(99, 133, 185, 0.267) !important;
    -o-box-shadow: 0 5px 15px rgba(99, 133, 185, 0.267) !important;
    box-shadow: 0 5px 15px rgba(99, 133, 185, 0.267) !important;
}

.table-sm,.table thead th {
    font-size: 13px;
}

.table-sm thead th {
    font-size: 10px;
}

.table-nowrap td,.table-nowrap th {
    white-space: nowrap;
}

.table [data-sort]:after {
    content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%2395AAC9'/></svg>");
    margin-left: 4px;
}

.table-checkbox {
    min-height: 0;
}

.table-checkbox .custom-control-label:after,.table-checkbox .custom-control-label:before {
    top: 50%;
    transform: translateY(-50%);
}


/************************************************
          Card Element
*************************************************/
.card {
    position: relative;
    display: block;
    min-width: 0;
    width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #edf2f9;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(18,38,63,.03);
}
.card-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    min-height: 30px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid#edf2f9;
}
.card-header-cust {
    color: #444;
    display: block;
    padding: 7px 10px 0px 10px;
    position: relative;
    min-height: 35px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid#edf2f9;
    font-size:14px;
}
.card-header-cust .card-title{font-size:1.4rem !important;}
.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.card-header > .fa, .card-header > .glyphicon, .card-header > .ion, .card-header .card-title {
    display: inline-block;
    font-size: 13px;
    margin: 0;
    line-height: 1;
}
.card-header > .card-tools {
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
}
.card > .card-header > .card-tools .btn {
    border: 0;
    box-shadow: none;
}
.btn-card-tool {
    padding: 5px;
    font-size: 75%;
    background: transparent;
    color: #97a0b3;
}
.card-body {
    padding: 10px;
}
.card-footer {
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: transparent;
}

.card-header::before, .card-body::before, .card-footer::before, .card-header::after, .card-body::after, .card-footer::after {
    content: " ";
    display: table;
}
.card-header::after, .card-body::after, .card-footer::after {
    clear: both;
}

.card-table {
    margin-bottom: 0;
}

.card-table thead th {
    border-top-width: 0;
}

.card-table tbody td:first-child,.card-table thead th:first-child {
    padding-left: 24px!important;
}

.card-table tbody td:last-child,.card-table thead th:last-child {
    padding-right: 24px!important;
}

.card>.card-table:first-child>tbody:first-child>tr:first-child>td:first-child,.card>.card-table:first-child>tbody:first-child>tr:first-child>th:first-child,.card>.card-table:first-child>tfoot:first-child>tr:first-child>td:first-child,.card>.card-table:first-child>tfoot:first-child>tr:first-child>th:first-child,.card>.card-table:first-child>thead:first-child>tr:first-child>td:first-child,.card>.card-table:first-child>thead:first-child>tr:first-child>th:first-child,.card>.table-responsive:first-child>.card-table>tbody:first-child>tr:first-child>td:first-child,.card>.table-responsive:first-child>.card-table>tbody:first-child>tr:first-child>th:first-child,.card>.table-responsive:first-child>.card-table>tfoot:first-child>tr:first-child>td:first-child,.card>.table-responsive:first-child>.card-table>tfoot:first-child>tr:first-child>th:first-child,.card>.table-responsive:first-child>.card-table>thead:first-child>tr:first-child>td:first-child,.card>.table-responsive:first-child>.card-table>thead:first-child>tr:first-child>th:first-child {
    border-top-left-radius: 8px;
}

.card>.card-table:first-child>tbody:first-child>tr:first-child>td:last-child,.card>.card-table:first-child>tbody:first-child>tr:first-child>th:last-child,.card>.card-table:first-child>tfoot:first-child>tr:first-child>td:last-child,.card>.card-table:first-child>tfoot:first-child>tr:first-child>th:last-child,.card>.card-table:first-child>thead:first-child>tr:first-child>td:last-child,.card>.card-table:first-child>thead:first-child>tr:first-child>th:last-child,.card>.table-responsive:first-child>.card-table>tbody:first-child>tr:first-child>td:last-child,.card>.table-responsive:first-child>.card-table>tbody:first-child>tr:first-child>th:last-child,.card>.table-responsive:first-child>.card-table>tfoot:first-child>tr:first-child>td:last-child,.card>.table-responsive:first-child>.card-table>tfoot:first-child>tr:first-child>th:last-child,.card>.table-responsive:first-child>.card-table>thead:first-child>tr:first-child>td:last-child,.card>.table-responsive:first-child>.card-table>thead:first-child>tr:first-child>th:last-child {
    border-top-right-radius: 8px;
}

.main-wrapper {
    background-color: #f2f2f2;
    min-height: 600px;
}

/*******************************************
            Grid Data Tables
*******************************************/
.grid-data-table table > thead > tr > th, .grid-data-table .table > tbody > tr > th, .grid-data-table .table > tfoot > tr > th, .grid-data-table .table > thead > tr > td, .grid-data-table .table > tbody > tr > td, .grid-data-table .table > tfoot > tr > td ,.grid-data-table .table tbody tr td, .grid-data-table .table thead tr th, .grid-data-table .table tfoot tr th, .grid-data-table .table thead tr td, .grid-data-table .table tfoot tr td{
    vertical-align: middle;
    border: none;
    padding: 8px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

.grid-data-table .table.no-border > tbody > tr > th, .grid-data-table .table.no-border > tfoot > tr > th, .grid-data-table .table.no-border > thead > tr > td, .grid-data-table .table.no-border > tbody > tr > td, .grid-data-table .table.no-border > tfoot > tr > td {
    border: none;
}

.table-head-nowrap thead tr td,.table-head-nowrap thead tr th {
    white-space: nowrap;
}

.text-wrap {
    white-space: normal;
}

.text-nowrap {
    white-space: nowrap;
}

.width-text-truncate {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease;
}
.width-text-truncate:hover {
    overflow: visible;
    white-space: normal;
    transition: all 1s ease;
}


div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
}
div.dataTables_wrapper .table thead th a {
    color: #2b4d6a;
}
div.dataTables_wrapper .table tbody tr td a {
    color: #2b4d6a;
}
div.dataTables_wrapper .table tbody tr td a.btn {
    color: #fff;
}

.dataTables_wrapper .pagination {
    margin: 5px 0;
}

table.dataTable {
    margin-bottom: 5px;
}

.gst-action {
    min-height: 483px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 850px;
        margin: 30px auto;
    }
}

.modal-dialog {
    margin-top: 10%;
}


.pricingTable{
    background: #fff;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 15px;
    transition: all 0.3s ease 0s;
    box-shadow: 0 2px 4px rgba(18,38,63,.075);
}
.pricingTable:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.3); }
.pricingTable .pricingTable-header{
    color: #fff;
    /* background-color: #6C86F0; */
    background-color: rgb(68, 127, 183);
    padding: 25px 0 30px;
    margin-bottom: 80px;
    border: 1px solid transparent;
    border-radius: 0 0 50% 50%;
}
.pricingTable .title{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    margin: 0 0 10px 0;
}
.pricingTable .icon{
    /* color: #6C86F0; */
    color: rgb(68, 127, 183);
    background-color: #fff;

    /* line-height: 175px; */
    height: 80px;
    width: 80px;
    margin: 0 auto -80px;
    /* border: 5px solid #6C86F0; */
    border: 5px solid rgb(68, 127, 183);
    border-radius: 50%;
}
.pricingTable .icon i {
    font-size: 40px;
    line-height: 70px;
    width: 70px;
    height: 70px;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #505050;
    font-size: 16px;
    margin: 0 0 10px;
    border-radius: 10px;
    position: relative;
}
.pricingTable .pricing-content li.disable{ color: #999; }
.pricingTable .pricing-content li i{
    /* color: #6C86F0; */
    color: rgb(68, 127, 183);
    margin: 0 7px 0 0;
    display: inline-block;
}
.pricingTable .price-value{
    /* color: #6C86F0; */
    color: rgb(68, 127, 183);
    margin: 0 0 7px;
    border: 2px solid #fff;
    border-radius: 25px;
}
.pricingTable .amount{
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    display: block;
}
.pricingTable .month{
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    display: block;
}
.pricingTable .pricingTable-signup{
    color: #fff;
    /* background-color: #6C86F0; */
    background-color: rgb(68, 127, 183);
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
    padding: 13px 25px;
    border-radius: 30px;
    display: inline-block;
    border: transparent;
    transition: all 0.3s ease;
}
.pricingTable .pricingTable-signup:hover{
    /* color: #6C86F0; */
    color: rgb(68, 127, 183);
    background-color: #fff;
    /* box-shadow: 0 0 10px 5px #6C86F0; */
    box-shadow: 0 0 10px 5px rgb(68, 127, 183);
}
.pricingTable.red .pricingTable-header{ 
    /* background-color: #B0466D;  */
    background-color: #865D8A;
}
.pricingTable.red .icon{
    /* color: #B0466D;
    border-color: #B0466D; */
    color: #865D8A;
    border-color: #865D8A;
}
.pricingTable.red .pricing-content li i,
.pricingTable.red .price-value{
    /* color: #B0466D; */
    color: #865D8A;
}
.pricingTable.red .pricingTable-signup{ 
    /* background-color: #B0466D;  */
    background-color: #865D8A;
}
.pricingTable.red .pricingTable-signup:hover{
    color: #865D8A;
    background-color: #fff;
    /* box-shadow: 0 0 10px 5px #B0466D; */
    box-shadow: 0 0 10px 5px #865D8A;
}
.pricingTable.blue .pricingTable-header{ 
    /* background-color: #4A61A4;  */
    background-color: rgb(68, 127, 183);
}
.pricingTable.blue .icon{
    /* color: #4A61A4;
    border-color: #4A61A4; */
    color: rgb(68, 127, 183);
    border-color: rgb(68, 127, 183);
}
.pricingTable.blue .pricing-content li i,
.pricingTable.blue .price-value{
    /* color: #4A61A4; */
    color: rgb(68, 127, 183);
}
.pricingTable.blue .pricingTable-signup{ 
    /* background-color: #4A61A4;  */
    background-color: rgb(68, 127, 183);
}
.pricingTable.blue .pricingTable-signup:hover{
    /* color: #4A61A4; */
    color: rgb(68, 127, 183);
    background-color: #fff;
    /* box-shadow: 0 0 10px 5px #4A61A4; */
    box-shadow: 0 0 10px 5px rgb(68, 127, 183);
}


@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 auto 30px; }
}


/***** payment summary page *****/

.table.no-border, .table.no-border td, .table.no-border th {
    border: 0;
}

.cart-table-summary .table > tbody > tr > td {
    padding: 10px!important;
    font-size: 13px;
    border: 1px solid #eee;
}


/*****  Buyer Process  *****/

.buying-process .status-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.buying-process .status-container::after {
    content: '';
    display: table;
    clear: both;
}

.buying-process .timeline-bg {
    background-color: #f5f5f5;
}

.buying-process .timeline-header {
    text-align: center;
}
.buying-process .timeline-header h1 {
    color: #6c2c64;
    font-size: 34px;
    font-size: 2.125rem;
}
.buying-process .print-btn {
    margin-top: -50px;
}

@media only screen and (min-width: 1170px) {    
    .buying-process .timeline-header h1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

.buying-process #status-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
.buying-process #status-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
    border-radius: 5px;
}
@media only screen and (min-width: 1170px) {
    .buying-process #status-timeline {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .buying-process #status-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.buying-process .status-timeline-block {
    position: relative;
    margin: 5em 0;
}
.buying-process .status-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.buying-process .status-timeline-block:first-child {
    margin-top: 0;
}
.buying-process .status-timeline-block:last-child {
    margin-bottom: 0;
}
.buying-process .divider-block {
    position: relative;
    clear: both;
}
.buying-process .divider-block:before {
    content: "";
    display: table;
    clear: both;
}
.buying-process .divider-block:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    border: 1px dashed #bdcbd5;
}
.buying-process .divider-block .status-heading {
    position: absolute;
    bottom: -58px;
    text-align: center;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    font-size: 13px;
    color: #6e84a3;
}
.buying-process .divider-block .divider-block-heading {
    position: absolute;
    bottom: -50px;
    left: auto;
    right: auto;
    width: 80%;
    font-size: 13px;
    color: #6e84a3;
}
.buying-process .divider-block .divider-block-heading.left {
    text-align: right;
    right: 10%;
}
.buying-process .divider-block .divider-block-heading.right {
    text-align: left;
    left: 10%;
}
@media only screen and (min-width: 1170px) {
    .buying-process .status-timeline-block {
        margin: 6em 0;
    }
    .buying-process .status-timeline-block:first-child {
        margin-top: 0;
    }
    .buying-process .status-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.buying-process .status-timeline-img {
    position: absolute;
    top: -15px;
    left: -55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    box-shadow: none;
}
.buying-process .status-timeline-img img {
    display: block;
    width: 150px;
    height: 150px;
    position: relative;
    left: 0%;
    top: 0%;
    margin-left: 0px;
    margin-top: 0px;
}
.buying-process .status-timeline-img.published {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
/* .status-timeline-img.rfq-detail {
  background-color: #00bcd4;
}
.status-timeline-img.approval {
  background-color: #8bc34a;
}
.status-timeline-img.bidding {
  background-color: #e8d957;
}
.status-timeline-img.po {
  background-color: #03a9f4;
}
.status-timeline-img.vendor {
  background-color: #ffb13e;
}
.status-timeline-img.payment {
  background-color: #4caf50;
}
.status-timeline-img.complete {
  background-color: #057d72;
}
.status-timeline-img.invoice {
  background-color: #2054ee;
} */


@media only screen and (min-width: 1170px) {
    .buying-process .status-timeline-img {
        width: 150px;
        height: 150px;
        left: 50%;
        margin-left: -75px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .buying-process .status-timeline-img.published {
        left: 50%;
        width: 50px;
        height: 50px;
        line-height: 53px;
        text-align: center;
        border-radius: 50%;
        margin-left: -25px;
    }

}


.buying-process .status-timeline-content {
    position: relative;
    margin-left: 115px;
    background: white;
    border-radius: 1em;
    padding: 3em;
    box-shadow: 0 3px 0 #d7e4ed;
}

.buying-process .status-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.buying-process .status-timeline-content h2 {
    color: #303e49;
}
.buying-process .status-timeline-content p, .buying-process .status-timeline-content ul, .buying-process .status-timeline-content .status-read-more, .buying-process .status-timeline-content .status-heading {
    font-size: 15px;
}
.buying-process .status-timeline-content .status-read-more, .buying-process .status-timeline-content .status-heading {
    display: inline-block;
}
.buying-process .status-timeline-content ul {
    margin: 0.235em 0;
}
.buying-process .status-timeline-content .status-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.buying-process .no-touch .status-timeline-content .status-read-more:hover {
    background-color: #bac4cb;
}
.buying-process .status-timeline-content .status-heading {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.buying-process .status-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .buying-process .status-timeline-content h2 {
        font-size: 14px;
    }
    .buying-process .status-timeline-content p {
        font-size: 14px;
        font-size: 1.07rem;
    }
    .buying-process .status-timeline-content .status-read-more, .buying-process .status-timeline-content .status-heading {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 1170px) {
    .buying-process .status-timeline-content {
        margin-left: 0;
        padding: 3em;
        width: 40%;
    }
    /* .buying-process .status-timeline-content.published {
        width: 20%;
        left: -15%;
        right: auto;
        margin: 0 auto;
        top: 0px;
        padding: 1.5em;
    } */
    .buying-process .status-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .buying-process .status-timeline-content .status-read-more {
        float: left;
    }
    .buying-process .status-timeline-content .status-heading {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 0px;
        font-size: 32px;
        font-size: 2rem;
    }
    .buying-process .status-timeline-block:nth-child(even) .status-timeline-content {
        float: right;
    }
    .buying-process .status-timeline-block:nth-child(even) .status-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .buying-process .status-timeline-block:nth-child(even) .status-timeline-content .status-read-more {
        float: right;
    }
    .buying-process .status-timeline-block:nth-child(even) .status-timeline-content .status-heading {
        left: auto;
        right: 122%;
        text-align: right;
        top: 3px;
    }
}

.rfq-process .rfq-timeline {
    background-color: #f7f7f7;
}
.rfq-process #status-timeline {
    padding: 1em;
}
.rfq-process .status-container {
    width: 100%;
    /* background-color: #f7f7f7; */
    margin: 1em 0;
}
.rfq-process .status-timeline-content h2 {
    color: #607593;
    line-height: 18px;
}
.rfq-process #status-timeline::before {
    width: 3px;
}

@media only screen and (min-width: 1170px) {
    .rfq-process .status-timeline-block {
        margin: 1.5em 0;
    }
    .rfq-process .status-timeline-block:first-child {
        margin-top: 0;
    }
    .rfq-process .status-timeline-block:last-child {
        margin-bottom: 0;
    }
    .rfq-process .status-timeline-img {
        width: 8px;
        height: 8px;
        left: 50%;
        margin-left: -4px;
        background-color: rgb(96, 131, 176);
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        box-shadow: 0 0 0 4px #99bff0, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    }
    .rfq-process .status-timeline-content::before {
        top: 10px;
        left: 100%;
        border-color: transparent;
        border-left-color: #fff;
        display: none;
    }
    .rfq-process .status-timeline-block:nth-child(even) .status-timeline-content::before {
        top: 10px;
    }

}
.rfq-process .status-timeline-content {
    border-radius: 0.5em;
    box-shadow: 0px 0px 10px rgba(223, 222, 222, 0.9);
}

@media only screen and (min-width: 1170px) {
    .buying-process .status-timeline-img {
        width: 150px;
        height: 150px;
        left: 50%;
        margin-left: -75px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .buying-process .status-timeline-img.published {
        left: 50%;
        width: 50px;
        height: 50px;
        line-height: 53px;
        text-align: center;
        border-radius: 50%;
        margin-left: -25px;
    }

}


.buying-process .status-timeline-content {
    position: relative;
    margin-left: 115px;
    background: white;
    border-radius: 1em;
    padding: 3em;
    box-shadow: 0 3px 0 #d7e4ed;
}

.buying-process .status-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.buying-process .status-timeline-content h2 {
    color: #303e49;
}
.buying-process .status-timeline-content p, .buying-process .status-timeline-content ul, .buying-process .status-timeline-content .status-read-more, .buying-process .status-timeline-content .status-heading {
    font-size: 13px;
}
.buying-process .status-timeline-content .status-read-more, .buying-process .status-timeline-content .status-heading {
    display: inline-block;
}
.buying-process .status-timeline-content ul {
    margin: 0.235em 0;
}
.buying-process .status-timeline-content .status-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.buying-process .no-touch .status-timeline-content .status-read-more:hover {
    background-color: #bac4cb;
}
.buying-process .status-timeline-content .status-heading {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.buying-process .status-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .buying-process .status-timeline-content h2 {
        font-size: 14px;
    }
    .buying-process .status-timeline-content p {
        font-size: 14px;
        font-size: 1.07rem;
    }
    .buying-process .status-timeline-content .status-read-more, .buying-process .status-timeline-content .status-heading {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 1170px) {
    .buying-process .status-timeline-content {
        margin-left: 0;
        padding: 3em;
        width: 40%;
    }
    /* .buying-process .status-timeline-content.published {
        width: 20%;
        left: -15%;
        right: auto;
        margin: 0 auto;
        top: 0px;
        padding: 1.5em;
    } */
    .buying-process .status-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .buying-process .status-timeline-content .status-read-more {
        float: left;
    }
    .buying-process .status-timeline-content .status-heading {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 0px;
        font-size: 32px;
        font-size: 2rem;
    }
    .buying-process .status-timeline-block:nth-child(even) .status-timeline-content {
        float: right;
    }
    .buying-process .status-timeline-block:nth-child(even) .status-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .buying-process .status-timeline-block:nth-child(even) .status-timeline-content .status-read-more {
        float: right;
    }
    .buying-process .status-timeline-block:nth-child(even) .status-timeline-content .status-heading {
        left: auto;
        right: 122%;
        text-align: right;
        top: 3px;
    }
}

/*****  floating menu  *****/
.floating-menu-wrapper {
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 1;
}
.floating-menu {
    background-color: rgb(255,255,255);
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.281);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.281);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,.281);
    box-shadow: 0 2px 20px rgba(130, 149, 208, 0.78);
}
.floating-menu ul,.floating-menu ul li {
    list-style: none;
}
.floating-menu ul li {
    display: block;
}
.floating-menu ul li a {
    font-size: 11px;
    letter-spacing: 0.2px;
    font-weight: 500;
    color: rgba(42, 59, 131, 0.808);
    text-decoration: none;
    display: block;
    padding: 15px 10px;
    width: 80px;
    height: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.floating-menu ul li a:after {
    position: relative;
    background-color: rgb(214, 229, 255);
    width: 30%;
    content: "";
    display: block;
    height: 2px;
    bottom: 0;
    left: auto;
    right: auto;
    top: 5px;
    margin: 0 auto;
    text-align: center;
}
.floating-menu ul li:last-child a:after {
    display: none;
}
.floating-menu ul li:last-child a {
    border: none;
}
.floating-menu ul li a:hover {
    background-color: rgba(52, 81, 214, 0.85);
    color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
    -moz-box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
    -o-box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
    box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
}
.floating-menu ul li a:focus {
    background-color: rgba(52, 81, 214, 1);
    color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
    -moz-box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
    -o-box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
    box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
}
.floating-menu ul li a.active {
    background-color: rgba(52, 81, 214, 1);
    color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
    -moz-box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
    -o-box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
    box-shadow: 0 3px 8px rgba(92, 136, 216, 0.377);
}
.floating-menu ul li:first-child a {
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    -o-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
}
.floating-menu ul li:last-child a {
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -o-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}





/*===================================================================================*/
/*  Colors CSS
/*===================================================================================*/

a {
    color: #0f6cb2;
}
.show-theme-options:hover,
.show-theme-options:focus {
    background: #2874f0;
}
.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
    background: #2874f0;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
    color: #fff;
}
.top-bar .cnt-block ul li a .caret {
    color: rgba(255,255,255,0.8);
}
.top-bar .cnt-block ul li .dropdown-menu li a:hover,
.top-bar .cnt-block ul li .dropdown-menu li a:focus {
    color: #2874f0;
}
.main-header .top-search-holder .contact-row .icon {
    color: #2874f0;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
    color: #fff;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus {
    color: #2874f0;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    color: #2874f0;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus {
    color: #2874f0;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
    color: #2874f0;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
    color: #2874f0;
}
.header-style-1 .header-nav {
    background: linear-gradient(to right, #0c1f6c, #447fb7, #c9395c);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.10);
    margin-top: 10px;
}
.header-style-1.fixed {
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.95);
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.header-style-1.fixed .header-nav {
    /* background: #f7f9fe; */
    transition: all 0.5s;
}
.body-content {
    padding-top: 120px;
}

.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:hover,
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:focus {
    background: none;
    border-radius:3px 3px 0px 0px;
    color: #f7ffb5;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active {
    background: #2874f0;
}
.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav > li.active {
    background: #2874f0;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
    background: #2874f0 !important;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
    background: #2874f0;
}
.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
    color: #2874f0;
}
.sidebar .side-menu nav .nav > li a:hover:after,
.sidebar .side-menu nav .nav > li a:focus:after {
    color: #2874f0;
}
.info-box .info-box-heading.green {
    color: #fff;
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
    color: #2874f0;
}
.product .product-info .name a:hover,
.product .product-info .name a:focus {
    color: #2874f0;
}
.product .product-info .product-price .price {
    color: #333;
}
.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
    color: #2874f0;
}
.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
    background: #2874f0;
}
.product .cart .action ul li.add-cart-button .btn-primary.icon:hover,
.product .cart .action ul li.add-cart-button .btn-primary.icon:focus {
    background: #2874f0;
}
.tag.sale {
    background: #fdd922;
    color:#333
}
.copyright-bar .copyright a {
    color: #2874f0;
}
.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
    color: #2874f0;
}
.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
    background: #2874f0;
}
.latest-tweet .re-twitter .comment a {
    color: #2874f0;
}
.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
    color: #2874f0;
}
.footer .contact-information .media .icon .fa-stack-2x {
    color: #2874f0;
}
.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
    color: #2874f0;
}
.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
    color: #ffac48;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
    background: #2874f0;
}
.hot-deals .product-info .product-price .price {
    color: #2874f0;
}
.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
    color: #2874f0;
}
.custom-carousel .owl-controls .owl-prev:hover,
.custom-carousel .owl-controls .owl-next:hover,
.custom-carousel .owl-controls .owl-prev:focus,
.custom-carousel .owl-controls .owl-next:focus {
    background: #2874f0;
}
.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
    color: #2874f0;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
    color: #2874f0;
}
.breadcrumb ul li.active {
    color: #157ed2;
}
.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
    color: #157ed2;
}
.filters-container .nav-tabs.nav-tab-box li.active a .icon {
    color: #2874f0;
}
.filters-container .pagination-container ul li.active a {
    color: #2874f0;
}
.filters-container .pagination-container ul li.prev:hover,
.filters-container .pagination-container ul li.next:hover,
.filters-container .pagination-container ul li.prev:focus,
.filters-container .pagination-container ul li.next:focus {
    background: #2874f0;
}
.filters-container .pagination-container ul li a:hover,
.filters-container .pagination-container ul li a:focus {
    color: #2874f0;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
    color: #2874f0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:focus,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
    color: #2874f0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    border: 5px solid #2874f0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus {
    color: #2874f0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
    color: #2874f0;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
    background: #2874f0;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
    background: #2874f0;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
    border: 1px solid #2874f0;
}
.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
    color: #2874f0;
}
.single-product .product-info .price-container .price-box .price {
    color: #ff7878;
    padding-right: 15px;
}
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
    color: #2874f0;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
    background: #2874f0;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
    background: #447fb7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after {
    border-color: #447fb7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) ;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
    background: #447fb7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
    border-color: #447fb7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
    background: #2874f0;
    color:#fff
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
    color: #2874f0;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
    color: #2874f0;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
    background: #4a7cb3;
    color:#fff!important
}
#owl-main:hover .owl-prev:hover .icon,
#owl-main:hover .owl-next:hover .icon {
    color:#fff!important
}

#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
    background: #2874f0;
}
.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
    color: #fff !important;
}
.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
    color: #2874f0 !important;
}
.homepage-container .product .tag.hot {
    background: #2874f0;
}
.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
    color: #2874f0;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
    background: #2874f0;
    border: 2px solid #2874f0;
}
.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
    background: #2874f0;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
    background: #2874f0;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
    background: #2874f0;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
    background: #2874f0;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
    background: #2874f0 !important;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:hover,
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:focus {
    background: #2874f0 !important;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
    background: #2874f0;
}
.blog-page .blog-post h1 a:hover,
.blog-page .blog-post h1 a:focus {
    color: #2874f0;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
    color: #157ed2;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
    background-color: #2874f0;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
    color: #333;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus {
    color: #2874f0;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
    background-color: #2874f0;
}
.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
    color: #2874f0;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
    color: #2874f0;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
    background-color: #2874f0;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus {
    color: #2874f0;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
    color: #2874f0;
}
.contact-page .contact-info .contact-i {
    background-color: #2874f0;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
    color: #2874f0;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    color: #84b943;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
    color: #2874f0;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    color: #84b943;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
    color: #2874f0;
}
.logo-color {
    fill: #2874f0;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
    color: #2874f0;
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
    color: #2874f0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail {
    border-bottom: none;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
    margin-right: 10px;
    padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
    background: #2874f0;
    border: 2px solid #2874f0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
    background: #2874f0;
    border: 2px solid #2874f0;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    color: #2874f0;
}
.mega-menu .dropdown-menu {
    width:100%;
    left:0px 
}

.navbar-nav>li>.dropdown-menu { box-shadow:0 4px 6px -1px rgba(0,0,0,0.4);}

.product-comparison .compare-table tr td .product-price .price {
    color: #2874f0;
}
.product-comparison .compare-table tr td .in-stock {
    color: #2874f0;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover,
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus {
    color: #2874f0;
}
.product-comparison .compare-table tr td .product-price .price {
    color: #2874f0;
}
.product-comparison .compare-table tr td .in-stock {
    color: #2874f0;
}
.body-content .x-page .x-text h1 {
    color: #2874f0;
}
.body-content .x-page .x-text a {
    color: #2874f0;
}
.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
    color: #2874f0;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
    color: #2874f0;
}
.terms-conditions-page .contact-form {
    color: #2874f0;
}


/* front css */


.btn-gradient {
    background: linear-gradient(123.69deg, rgba(6, 36, 160, 0.8) 0%, rgba(215, 25, 71, 0.8) 100%);
    color: #ffffff;
    border: none;
    border-radius: 100px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 5px;
    font-weight: normal;
    text-transform:capitalize;
}
.btn-gradient:hover,.btn-gradient:active,.btn-gradient:focus,.btn-gradient:active:hover,.btn-gradient:active:focus {
    background: linear-gradient(123.69deg, rgba(6, 36, 160, 0.95) 0%, rgba(215, 25, 71, 0.95) 100%);
    color: #ffffff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15);
    -o-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15);
}
.slider-mouse-icon .mouse-button {
    background-image: url(../images/home/mouse_icon.png);
    background-repeat: no-repeat;
    bottom: 15px;
    content: "";
    display: block;
    height: 60px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
    z-index: 4;
}
.floating{
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}


.screen-wrap {
    position: relative;
}
.screenshot-frame {
    background-image: url(../images/home/app-frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 290px;
    height: 590px;
    position: absolute;
    top: -10px;
    z-index: 9;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.screen-slider .item {
    background: linear-gradient(180deg, #322D97 0%, #CF2453 100%);
    padding: 120px 30px;
    margin-right: 25px;
    border-radius: 30px;
}

.full-strip {
    background: linear-gradient(123.69deg, rgba(6, 36, 160, 0.95) 0%, rgba(215, 25, 71, 0.95) 100%);
}

.all-categories .cat_box {
    margin-right: 17px;
    cursor: pointer;
    color: #444;
    background-image: url(../img/cat-bg.svg);
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
}
.all-categories .cat_box p {

    line-height: 16px;
    font-size: 12px;
    background-color: #eeeeee;
}
.all-categories .cat_box a {
    color: #666;
    display: block;
    padding: 8px;
    line-height: 14px;
}
.all-categories .cat_box span.icon {
    /* padding-bottom: 4px; */
    font-size: 22px;
}
.all-categories .cat_box span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}
.all-categories .owl-item {
    margin-right: 4px;
}


@media only screen and (min-width: 1200px) {
    .header-wrapper h1 {
        font-size: 35px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 1500px) {
    .header-wrapper h1 {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 767px) {
    #main-outer {
        padding: 20px;
    }
    .header-wrapper {
        padding: 0;
        margin: 30px 0;
    }
    .header-wrapper h1 {
        font-size: 22px;
        margin-top: 10px;
    }
    .navbar-brand img {
        width: 160px;
    }
    .navbar {
        margin-top: 20px;
    }
    #wrapper .navbar-default {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav li {
        float: none !important;
    }
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
        padding-right: 0;
    }
    .navbar-default .navbar-nav .login-btn {
        float: none;
        margin: 0 15px;
        margin-bottom: 20px;
    }
    .navbar-default .navbar-nav .login-btn .btn-gradient {
        width: 100%;
    }
    /* .screen-slider .item {
        margin-right: 28px;
        margin-left: 20px;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation:portrait) {
    #main-outer {
        padding: 20px;
    }
    #wrapper .navbar-default {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-header {
        float: none;
        text-align: center;
        margin: auto;
    }
    .navbar-brand img {
        width: 160px;
        margin-top: 5px;
    }
    /* .navbar-nav > li {
        padding: 10px 15px;
    } */
    .header-wrapper h1 {
        font-size: 26px;
        margin-top: 10px;
    }
    .header-wrapper h4 {
        font-size: 16px;
        margin-top: -30px !important;
    }
    .screenshot-frame {
        display: none;
    }
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
        padding-right: 20px;
    }
    .header-style-1 {

    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    #main-outer {
        padding: 40px;
    }
    #wrapper .navbar-default {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* .navbar-nav > li {
        padding: 10px 15px;
    } */
    .header-wrapper h1 {
        font-size: 26px;
        margin-top: 10px;
    }
    .header-wrapper h4 {
        font-size: 16px;
        font-weight:300;
        margin-top: -30px !important;
    }
}


.mega-container {
    position: relative;
    z-index: 100;
}
.navleft-container {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    height: 450px;
}
.mega-menu-title {
    color: #333;
    cursor: pointer;
    line-height: 63px;
    background: #fdd922;
    vertical-align: middle;
    padding:21px 24px;
    font-weight:300
}
.nav-icon {
    padding-left: 0px;
    padding-right: 0px;
}
.mega-menu-title i {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.mega-menu-title h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: auto;
}
.mega-menu-category {
    border-top: 0;
    background:#ffffff;
    min-height: 395px;
}
.mega-menu-category ul {
    padding: 0px;
    margin: 0px 0px 0px;
    border-top: none;
    border-top:none
}
.mega-menu-category > .nav > li > a {
    color: #333;
    padding: 13px 15px;
    border-bottom: 1px #ccc solid;
}
.mega-menu-category > .nav > li > a .fa {
    width: 20px;
    font-size: 13px;
}

.mega-menu-category ul li ul {border:none}

.mega-menu-category > .nav > li > a .fa.fa-child, .mega-menu-category > .nav > li > a .fa.fa-gift, .mega-menu-category > .nav > li > a .fa.fa-home {
    font-size: 15px;
}
.mega-menu-category > .nav > li > a:hover .fa {
    color: #333;
}
.mega-menu-category > .nav > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 16px;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    color: #333
}
.mega-menu-category > .nav > li.nosub > a:after {
    display: none;
}
.mega-menu-category > .nav > li.more-menu {
}
.mega-menu-category > .nav > li.view-more-cat > a {
    border-bottom: 0;
}
.mega-menu-category > .nav > li.view-more-cat > a:after {
    content: "";
}
.mega-menu-category > .nav > li > a:hover, .mega-menu-category > .nav > li > a:focus, .mega-menu-category > .nav > li.active > a {
    color: #333;
    background:none
}
.menu-hide {
    display: none !important;
}
.wrap-popup {
    position: absolute;
    left: 110%;
    top: 0;
    width: 700px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    z-index: 100;
}
.wrap-popup.column2 {
    width: 400px;
}
.wrap-popup.column1 {
    width: 200px;
}
.mega-menu-category > .nav > li.active .wrap-popup {
    left: 100%;
}
.popup {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    display: none;
    text-align: left;
    z-index: 3000;
    padding: 15px 20px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .popup {
        padding: 12px;
    }
    .wrap-popup {
        width: 565px;
    }
}
.popup h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    color: #f02640;
}
.popup h3 a {
    color: #333;
}
.popup .nav > li > a {
    font-size: 13px;
    color: #888;
    padding: 3px 0;
    letter-spacing: 0.5px;
    font-weight:400
}
.popup .nav > li > a:hover, .popup .nav > li > a:focus {
    color: #f02640;
    background-color: transparent;
}
.box-banner {
    padding-bottom: 10px;
}
.box-banner + .box-banner {
    margin-top: 10px;
}
.box-banner:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.media:first-child {
    /*   margin-top: 15px; */
}
.box-banner h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
}
.box-banner .price-sale {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}
.box-banner .price-sale sub, .box-banner .price-sale sup {
    font-size: 16px;
    font-weight: 700;
}
.box-banner .price-sale sub {
    bottom: 3px;
    left: -22px;
}
.box-banner .price-sale sup {
    top: -17px;
    left: -8px;
}
.box-banner a {
    text-transform: capitalize;
    color: #fff;
    text-decoration: underline;
}
.box-banner {
    position: relative;
}
.box-banner .add-right {
}
.add-desc {
    position: absolute;
    top: 12%;
    left: 10%
}
.box-banner a:hover {
    color: #f02640;
}
.has-sep:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -10px;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 60%;
    max-height : 60%;
    margin: 0;
    background: #191919;
}

li.notification-list-item {
    cursor: pointer;
}
.notification-label{
    cursor: pointer;
}

.notification-label-msg span{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    font-weight: 200;
}

img.notification-sender-icon{
    width: 24px;
    margin-right: 5px;
    cursor: pointer;
    float:left;
}

.header-notifications-dropdown {
    width: 400px;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.12);
    background-color: #fff;
    padding: 0;
    position: absolute;
    top: calc(100% - 10px);
    right: -15px;
    text-align: left;
    z-index: 100;
    transform: scale(.95);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    pointer-events: none;
}
.header-notifications.active .header-notifications-dropdown {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.header-notifications li {
    border-bottom: 1px solid #e6e6e6;
    transition: .25s;
}
.header-notifications li a {
    color: #666;
    position: relative;
    padding: 12px 15px;
    display: block;
}
.top-bar .cnt-block ul > li a .icon.fa-bell:after {
    content: attr(data-count); 
    font-size: 9px;
    background-color: #2874f0;
    color: #fff;
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 79px;
    font-weight: 600;
    padding-right: 1px;
    font-family: 'Open Sans', sans-serif;
}
div.required label::after {
    content: " *";
    color: red;
}
.field-buyerformdetails-cancelled_cheque_doc label:after,.field-buyerformdetails-pancard_doc label::after {
    content: " *";
    color: red;
}
.update .close{
    display: none;
}
.file-upload .kv-file-content{
    display: none;
}
.file-upload .krajee-default .file-footer-caption{
    display: none;
}
.file-upload .file-drop-zone {
    border: unset;
    border-radius: unset;
    text-align: unset;
    vertical-align: unset;
    margin: unset;
    padding: unset;
}
.file-upload .file-preview .fileinput-remove {
    display: none;
}
.file-upload .file-preview {
    border-radius: unset;
    border: unset;
    padding: unset;
    width: unset;
    margin-bottom: unset;
}
.file-upload .krajee-default.file-preview-frame .file-thumbnail-footer{
    height: unset;
}
.file-upload .file-drop-zone-title{
    padding:0;
    font-size: 0;
}
.file-upload .krajee-default .file-drag-handle, .krajee-default .file-upload-indicator{
    height: 0;
    visibility: hidden;
    margin-top:0;
    width: unset;
}
.plan-back { 
    margin: 20px;
    padding: 20px 15px;
    background: #848484;
    border: 1px solid #848484;
    width: 28%;
    border-radius: 15px;
}
.color{color: wheat;}
.list-group-item {
    position: relative;
    display: block;
    margin: 0 auto;
    color: wheat;
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #848484;
    border: 1px solid #ddd;
}
.compare .list-group-item {
    position: relative;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #FFF;
    border: 1px solid #ddd;
}
.panel .quot{
    height: 18rem;
}
.panel .pd{
    height: 12rem;
}
.table > tbody > tr > td{
    padding: 5px!important;    font-size: 13px; border: 1px solid #eee;
}
.table > tbody > tr > th{
    padding: 6px!important;    font-size: 13px; border: 1px solid #eee;
}

.rfqdash .table > tbody > tr > td{
    padding: 0px 0px 5px !important;    font-size: 13px; border: 1px solid #eee;
}
.rfqdash.table > tbody > tr > th{
    padding: 4px!important;    font-size: 13px; border: 1px solid #eee;
}

.tc-box {
    height: 25rem;
    overflow: auto;
}
.b-details .fa-check{
    color: #28a745;
}
.b-details .fa-close{
    color: #F04710;
}
.c-f-h{
    height: 5rem;
    overflow: auto;
}
.dashboard-g-box:first-child {margin-left:0px;}
.dashboard-g-box {
    /*    width: 19%;*/
    /* width:15.66666667%; */
    /* width: 16.00000007%; */
    float: left;
    /* margin-left: 0.695555%; */
    /* margin-left: 0.1%;
    margin-right: 0.1%; */
    min-height: 64px;
}
.dashboard-g-box:last-child {margin-right:0px;}
.dashboard-g-box div[class*="sg-box-"] {
    background-color: rgba(0, 0, 0, .015);
    margin: auto;
    border-radius: 4px;
    border: 1px solid #ececec;    
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.dashboard-g-box:nth-child(1) div[class*="sg-box-"] {
    background-image: url(../img/buy-dashboard-bg-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    border-bottom: 3px solid #385a94 !important;
    background-position: 0% 60%;
}
.dashboard-g-box:nth-child(2) div[class*="sg-box-"] {
    background-image: url(../img/buy-dashboard-bg-2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    border-bottom: 3px solid #8d386f !important;
    background-position: 0% 60%;
}
.dashboard-g-box:nth-child(3) div[class*="sg-box-"] {
    background-image: url(../img/buy-dashboard-bg-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    border-bottom: 3px solid #31418f !important;
    background-position: 0% 60%;
}
.dashboard-g-box:nth-child(4) div[class*="sg-box-"] {
    background-image: url(../img/buy-dashboard-bg-4.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    border-bottom: 3px solid #d16f6f !important;
    background-position: 0% 60%;
}
.dashboard-g-box:nth-child(5) div[class*="sg-box-"] {
    background-image: url(../img/buy-dashboard-bg-5.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    border-bottom: 3px solid #215386 !important;
    background-position: 0% 60%;
}
.dashboard-g-box:nth-child(6) div[class*="sg-box-"] {
    background-image: url(../img/buy-dashboard-bg-6.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    border-bottom: 3px solid #bf6356 !important;
    background-position: 0% 60%;
}
.dashboard-g-box:nth-child(6) .box-right .sg-box-heading {
    margin-top: 10px;
}
.dashboard-g-box div[class*="sg-box-"] img {
    /* opacity: 0.7; */
    transition: all 0.3s ease-in-out;
}
.dashboard-g-box div[class*="sg-box-"]:hover img {
    opacity: 1;
}

.dashboard-g-box div[class*="sg-box-"]:hover {
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.05);
    box-shadow: 0 0 25px rgba(0,0,0,.05);
    border: 1px solid transparent; 
    background-color: #fff;
    opacity: 1;
}
.dashboard-g-box  div[class*="sg-box-"].active, 
.dashboard-g-box  div[class*="sg-box-"] {
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.05);
    box-shadow: 0 0 6px rgba(49, 59, 78, 0.26);
    border: 1px solid transparent;
    background-color: #d5e5fa47;
    opacity: 1;
}
.dashboard-g-box  div[class*="sg-box-"].active img {
    opacity: 1;
}
.dashboard-g-box .box-left,.dashboard-g-box .box-right {
    float: left;
}
.dashboard-g-box .box-left {
    width: 25%;
    line-height: 92px;
    text-align: center;
}
.dashboard-g-box .box-right {
    width: 75%;
}
.dashboard-g-box .box-right .sg-box-heading {
    /* height: 95px;
    line-height: 95px; */
    margin: 0;
    font-size: 20px;
    color: rgba(0,0,0,.7);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    letter-spacing: 0.1px;
}
.dashboard-g-box div[class*="sg-box-"]:hover .sg-box-heading,.dashboard-g-box .sg-box-1.active .sg-box-heading {
    color: #2874f0;
}
.dashboard-g-box div[class*="sg-box-"]:hover{
    /* background-color: #f6f6f6; */
}
.budget-box {
    height: 70rem;
    overflow: auto;
}
.wishlist {
    display: none!important;
}
.fa-signal {
    display: none!important;
}
.lnk {
    display: none!important;
}
.plce-img {
    width: 100%;
}
.discount-button {
    margin-top: 10px;
    color: white;
    background: #2c7be5;
    padding: 5px;
    border: 2px dotted;
}
.mar-right {
    margin-right: 10px;
}
.prod-img {
    width: 82px;
    height: 82px;
    background-color: #eee;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
    white-space:normal;
}
.prod-img img {
    border: 1px dashed #ccc;
}
.prod-img .uploaded-img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    direction: ltr;
    cursor: pointer;
    z-index: 2;
}
.prod-img:last-child {
    margin-right: 10px;
}
.prod-img .img-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    font-size: 16px;
    padding: 20px;
}
.proof_docs{
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.upload-file {
    background-color: rgba(255, 255, 255, 0.384);
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.upload-file .proof_docs {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.vender-docs .form-group {
    position: relative;
}
.vender-docs .form-group .btn {
    position: absolute;
    margin-bottom: 5px;
}
.vender-docs .form-group .btn .fa {
    font-size: 12px;
}

.vender-docs .form-group .btn:nth-of-type(even) {
    top: 25px;
    left: 140px;
    left: 5px;

}
.vender-docs .form-group .hidden ~ .btn:nth-of-type(even) {
    top: 0;
}
.vender-docs .form-group .btn:nth-of-type(odd) {
    top: 0px;
    left: 140px;
    left: 5px;
}
.vender-docs .form-group .hidden ~ .btn:nth-of-type(odd) {
    top: 25px;
}
.vender-docs .form-group .btn:nth-of-type(3) {
    /*    top: 50px;*/
    left: 140px;
    left: 5px;
}
.invoice-btn .btn{
    margin: 2px;
    color:#fff;
}
.cart-po-add {
    min-height: 130px!important;
}

/*audit trail*/
.status-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.status-container::after {
    content: '';
    display: table;
    clear: both;
}

.timeline-bg {
    background-color: #e9f0f5;
}

.timeline-header {
    text-align: center;
}
.timeline-header h1 {
    color: #6c2c64;
    font-size: 34px;
    font-size: 2.125rem;
    /* background: -webkit-linear-gradient(45deg, #0c1f6c, #c9395c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.print-btn {
    margin-top: -50px;
}

@media only screen and (min-width: 1170px) {    
    .timeline-header h1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

#status-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#status-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
    border-radius: 5px;
}
@media only screen and (min-width: 1170px) {
    #status-timeline {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    #status-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.status-timeline-block {
    position: relative;
    margin: 2em 0;
}
.status-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.status-timeline-block:first-child {
    margin-top: 0;
}
.status-timeline-block:last-child {
    margin-bottom: 0;
}
.divider-block {
    position: relative;
    clear: both;
}
.divider-block:before {
    content: "";
    display: table;
    clear: both;
}
.divider-block:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    border: 1px dashed #bdcbd5;
}
.divider-block .status-heading {
    position: absolute;
    bottom: -58px;
    text-align: center;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    font-size: 13px;
    color: #6e84a3;
}
.divider-block .divider-block-heading {
    position: absolute;
    bottom: -50px;
    left: auto;
    right: auto;
    width: 80%;
    font-size: 13px;
    color: #6e84a3;
}
.divider-block .divider-block-heading.left {
    text-align: right;
    right: 10%;
}
.divider-block .divider-block-heading.right {
    text-align: left;
    left: 10%;
}
@media only screen and (min-width: 1170px) {
    .status-timeline-block {
        margin: 4em 0;
    }
    .status-timeline-block:first-child {
        margin-top: 0;
    }
    .status-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.status-timeline-img {
    position: absolute;
    top: 12px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.status-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.status-timeline-img.published {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.status-timeline-img.rfq-detail {
    background-color: #00bcd4;
}
.status-timeline-img.approval {
    background-color: #8bc34a;
}
.status-timeline-img.bidding {
    background-color: #e8d957;
}
.status-timeline-img.po {
    background-color: #03a9f4;
}
.status-timeline-img.vendor {
    background-color: #ffb13e;
}
.status-timeline-img.payment {
    background-color: #4caf50;
}
.status-timeline-img.complete {
    background-color: #057d72;
}
.status-timeline-img.invoice {
    background-color: #2054ee;
}


@media only screen and (min-width: 1170px) {
    .status-timeline-img {
        width: 40px;
        height: 40px;
        left: 50%;
        margin-left: -20px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .status-timeline-img.published {
        left: 50%;
        width: 50px;
        height: 50px;
        line-height: 53px;
        text-align: center;
        border-radius: 50%;
        margin-left: -25px;
    }

}


.status-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 1em;
    padding: 1.5em;
    box-shadow: 0 3px 0 #d7e4ed;
    /* box-shadow: 0 3px 15px #d7e4ed; */
}

.status-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.status-timeline-content h2 {
    color: #303e49;
}
.status-timeline-content p, .status-timeline-content ul, .status-timeline-content .status-read-more, .status-timeline-content .status-heading {
    font-size: 13px;
}
.status-timeline-content p, .status-timeline-content ul li {
    word-break: break-all;
}
.status-timeline-content .status-read-more, .status-timeline-content .status-heading {
    display: inline-block;
}
/* .status-timeline-content p {
margin: 1em 0;
line-height: 1.6;
} */
.status-timeline-content ul {
    margin: 0.235em 0;
}
.status-timeline-content .status-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.no-touch .status-timeline-content .status-read-more:hover {
    background-color: #bac4cb;
}
.status-timeline-content .status-heading {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.status-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .status-timeline-content h2 {
        font-size: 14px;
    }
    .status-timeline-content p {
        font-size: 14px;
        font-size: 1.07rem;
    }
    .status-timeline-content .status-read-more, .status-timeline-content .status-heading {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 1170px) {
    .status-timeline-content {
        margin-left: 0;
        padding: 1.5em;
        width: 45%;
    }
    .status-timeline-content.published {
        /* width: 20%;
        left: -15%;
        right: auto;
        margin: 0 auto; */
        top: 0px;
        padding: 1.5em;
    }
    .status-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .status-timeline-content .status-read-more {
        float: left;
    }
    .status-timeline-content .status-heading {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 0px;
        font-size: 32px;
        font-size: 2rem;
    }
    /* .status-timeline-content.published .status-heading {
      left: 150%;
    } */
    .status-timeline-block:nth-child(even) .status-timeline-content {
        float: right;
    }
    .status-timeline-block:nth-child(even) .status-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .status-timeline-block:nth-child(even) .status-timeline-content .status-read-more {
        float: right;
    }
    .status-timeline-block:nth-child(even) .status-timeline-content .status-heading {
        left: auto;
        right: 122%;
        text-align: right;
        top: 3px;
    }
}



.noti-box-dev{
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(223, 223, 223);
}
.hight-360px{
    height: 360px !important;
}
.hight-330px{
    height: 320px !important;
}

.switcher .form-group {
    margin-bottom: 0!important;
}
.switcher .help-block {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.dash-noti-po {
    height: 15.2rem;
    overflow:auto;
}

.report-active{
    box-shadow: 0 2px 4px rgb(107, 136, 172,1) !important;
}
.dt-buttons button{
    margin-left: 10px;
}

.editableform {
    margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
    margin-bottom: 0; /* overwrites bootstrap margin */
    white-space: nowrap; /* prevent wrapping buttons on new line */
    line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}

.editable-buttons {
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    vertical-align: top;
    margin-left: 7px;
    /* inline-block emulation for IE7*/
    zoom: 1; 
    *display: inline;
}

.editable-buttons.editable-buttons-bottom {
    display: block; 
    margin-top: 7px;
    margin-left: 0;
}

.editable-input {
    vertical-align: top; 
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal; /* reset white-space decalred in parent*/
    /* display-inline emulation for IE7*/
    zoom: 1; 
    *display: inline;   
}

.editable-buttons .editable-cancel {
    margin-left: 7px; 
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
    height: 24px; 
    width: 30px;
}

.editableform-loading {
    background: url('../img/loading.gif') center center no-repeat;  
    height: 25px;
    width: auto; 
    min-width: 25px; 
}

.editable-inline .editableform-loading {
    background-position: left 5px;      
}

.editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
    padding: 3px;  
}  

.editable-error {
    color: red;  
}

/* ---- For specific types ---- */

.editableform .editable-date {
    padding: 0; 
    margin: 0;
    float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px; 
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"], 
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap; 
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px; 
    height: 250px; 
}

/* clear button shown as link in date inputs */
.editable-clear {
    clear: both;
    font-size: 0.9em;
    text-decoration: none;
    text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
    background: url('../img/clear.png') center center no-repeat;
    display: block;
    width: 13px;    
    height: 13px;
    position: absolute;
    opacity: 0.6;
    z-index: 100;

    top: 50%;
    right: 6px;
    margin-top: -6px;

}

.editable-clear-x:hover {
    opacity: 1;
}

.editable-pre-wrapped {
    white-space: pre-wrap;
}
.editable-container.editable-popup {
    max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}  

.editable-container.popover {
    width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block; 
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1; 
    *display: inline;    
}

.editable-container.ui-widget {
    font-size: inherit;  /* jqueryui widget font 1.1em too big, overwrite it */
    z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click, 
a.editable-click, 
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled, 
a.editable-click.editable-disabled, 
a.editable-click.editable-disabled:hover {
    color: #585858;  
    cursor: default;
    border-bottom: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus{
    font-style: italic; 
    color: #DD1144;  
    /* border-bottom: none; */
    text-decoration: none;
}

.editable-unsaved {
    font-weight: bold; 
}

.editable-unsaved:after {
    /*    content: '*'*/
}

.editable-bg-transition {
    -webkit-transition: background-color 1400ms ease-out;
    -moz-transition: background-color 1400ms ease-out;
    -o-transition: background-color 1400ms ease-out;
    -ms-transition: background-color 1400ms ease-out;
    transition: background-color 1400ms ease-out;  
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable
{ 
    padding-top: 5px;
    display:inline-block;
}


/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
                  border-top: 1px solid #ddd !important;
          }*/

}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}
.datepicker > div {
    display: none;
}
.datepicker.days div.datepicker-days {
    display: block;
}
.datepicker.months div.datepicker-months {
    display: block;
}
.datepicker.years div.datepicker-years {
    display: block;
}
.datepicker table {
    margin: 0;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
    background-image: -o-linear-gradient(top, #b3b3b3, #808080);
    background-image: linear-gradient(top, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table tr td span:hover {
    background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}
.datepicker th.datepicker-switch {
    width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
.progress-list>.success>.btn{
    color: #346cb0;
    background-color: #fff;
    border-color: #fff;
}
progress-list>.error>.btn, .progress-list>.success>.btn {
    width: 17px;
    height: 16px;
    border: none;
}
.progress-list>li>.btn {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #f6f7f9;
    color: rgba(34,34,48,.1);
    border: 4px solid #c6c9d5;
    vertical-align: middle;
    border-radius: 16px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
    z-index: 1;
}
.progress-list>.active>.btn  {
    color: #346cb0;
    background-color: #346cb0;
    border-color: #346cb0;
}
.progress-list>.active>.btn {
    background-color: #fff;
}
.rfq-manual-height {
    min-height: 120px!important;
}
/**
* Product image zoom gallary
*/
.picZoomer{
    position: relative;
}
.picZoomer-pic-wp{
    position: relative;
    overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
    display: block;
}
.picZoomer-zoom-pic{
    position: absolute;
    top: 0;
    left: 0;
}
.picZoomer-pic{
    /*    width: 100%;
        height: 100%;*/
}
.picZoomer-zoom-wp{
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
}
.picZoomer-cursor{
    display: none;
    cursor: crosshair;
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(../img/zoom-ico.png) left top no-repeat;
}
.picZoomer-zoom-wp {
    min-width: 500px !important;
    min-height: 500px !important;
}
textarea
{
    resize: none;
}

.wf-opt-brd{
    border: 2px solid #f1d932;
    border-radius: 5px;
    font-weight: bold;
}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -15px;
    color: #CCCCCC;
}
.wf-user-list{min-height: 385px;}
/*.workflow-user-list a.user-pills{max-width:185px !important;}*/
.workflow-user-list{overflow-y: auto !important;}



/***** product comarison *****/

.comparison-list-group {
    margin-bottom: 5px;
}
.comparison-list-group .comparison-list-group-item {
    background-color: transparent;
    border: none;
    font-size: 13px;
    padding: 0;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
}
.comparison-list-group .comparison-list-group-item:last-child {
    margin-bottom: 0;
}


.seller-selection {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    /* border: 1px solid #d6f2dd; */
}
.seller-selection:hover {
    /* -webkit-box-shadow: 0 0 15px rgba(43,100,174,0.2) !important;
    -moz-box-shadow: 0 0 15px rgba(43,100,174,0.2) !important;
    -o-box-shadow: 0 0 15px rgba(43,100,174,0.2) !important;
    box-shadow: 0 0 15px rgba(43,100,174,0.2) !important;
    -webkit-transform: scale(1.005);
    -moz-transform: scale(1.005);
    -o-transform: scale(1.005);
    transform: scale(1.005); */
}

.compare-bg {
    /* background-color: rgba(57, 110, 170, 0.03); */
}
.table-product-compare {
    /* background-color: rgba(57, 110, 170, 0.03); */
}

.table-product-compare > tbody > tr > td {
    padding: 20px 0 !important;
    border: none;
    vertical-align: top;
}
.table-product-compare .card {
    border: none;
    border-radius: 0;
}
.table-product-compare td:first-child {
    /* background-color: rgba(57, 110, 170, 0.03); */
}
.table-product-compare td:not(:first-child) {
    /* padding: 0 !important; */
}
.table-product-compare td:not(:first-child) .card:first-child {
    background-color: #fff !important;
    box-shadow: 0 0 15px rgba(43,100,174,0.2) !important;
    box-shadow: -8px 0px 20px 3px rgba(57, 110, 170, 0.15),0 0px 0px 0 rgba(20,20,31,.15) !important;
}
.table-product-compare td:not(:first-child) .card:first-child .card-header, .table-product-compare td:not(:first-child) .card:first-child .card-body {
    padding-left: 25px;
    padding-right: 25px;
}
.table-product-compare td:last-child .card:first-child {
    border-right: 1px solid #eee;
}
.table-product-compare .feature-col .card {
    /* background-color: #eef9ff; */
}
.table-product-compare .feature-col .card-header, .table-product-compare .feature-col .card-body {
    padding-left: 20px;
}
.table-product-compare .feature-col .comparison-list-group .comparison-list-group-item {
    color: rgb(37, 115, 162);
}
.table-product-compare .card-custom {
    /* height: 126px !important; */
    /* background-color: #eef9ff !important; */
    border-bottom: 1px solid #cde1ec !important;
}
.table-product-compare .seller-selection .card-custom {
    background-color: transparent !important;
}
.plan-purchase .switcher-control-lg {
    width: 125px;
}
.plan-purchase .switcher-control-lg .switcher-indicator:before {
    width: 24px;
}
.plan-purchase .switcher-control {
    font-size: 13px;
}
.plan-purchase .switcher-control-lg .switcher-indicator {
    height: 24px;
}
.plan-purchase .switcher-control-lg .switcher-label-on {
    line-height: 24px;
}
.plan-purchase .switcher-control-lg .switcher-label-off {
    line-height: 24px;
}
.plan-purchase .switcher-control-lg .switcher-indicator:before {
    right: 100px;
}
.plan-purchase .switcher-input:checked+.switcher-indicator:before {
    right: 0;
    box-shadow: none;
}
.cursor-pointer{
    cursor: pointer;
}


/***** RFQ Bidding Dashboard *****/

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
.rfq-card {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.rfq-card .mdi-60px.mdi-set, .mdi-60px.mdi::before {
    font-size: 60px;
    margin-top: -10px;
}
.rfq-card:hover {
    cursor: pointer;
    /* border-color: rgb(96, 140, 197); */
    -webkit-box-shadow: 0 0px 20px rgba(99, 133, 185, 0.267) !important;
    -moz-box-shadow: 0 0px 20px rgba(99, 133, 185, 0.267) !important;
    -o-box-shadow: 0 0px 20px rgba(99, 133, 185, 0.267) !important;
    box-shadow: 0 0px 20px rgba(99, 133, 185, 0.267) !important;
}
.rfq-card .rfq-icon,.rfq-card .mdi:before {
    -webkit-animation: pulse 1.5s infinite linear;
    animation: pulse 1.5s infinite linear;
}

/* Review rating */

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    margin-top: -10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.rvs-box {
    position: relative;
    vertical-align: middle;
    font-size: 20px;
    font-family: FontAwesome;
    display: inline-block;
    color:#ccc;
    margin-top: -3px;
}
.rvs{
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: 
        #f9e400;
}
.rvs-box::before {
    content: "\f006 \00A0\f006\00A0 \f006\00A0 \f006 \00A0\f006";
    color: 
        #8c8104;
}
.rvs::before {
    content: "\f005\00A0 \f005\00A0 \f005 \00A0\f005\00A0 \f005";
}
.p-rvw-list{
    height: 300px;
    overflow: auto;
}

/* End Review rating */
.custom-validate-error{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}
.groups-min-height {
    min-height: 390px;
}
.profile-list {
    margin: 0;
    padding: 0;
    /* width:70%; */
    /* margin-left:20px; */
    float: left;
}
/* .profile-list li:first-child {margin-top:10px;} */
.profile-list li {
    width: 100%;
    float: left;
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
    text-transform: capitalize;
}
.profile-list li .profile-list-heading a {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}
.profile-list li .profile-list-heading {
    display: inline-block;
    /* padding-right: 10px; */
    width: 60%;
    margin-right: 10px;
    position: relative;
}
.profile-list li span {
    display: inline-block;
}
.profile-list li .profile-list-heading:before {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}
.profile-list li .fa-check {
    color: #3e912e;
}
.profile-list li .fa-exclamation-triangle {
    color: #cecc2c;
}


/* buyer-dashboard.css */



.dashboard-view {
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 20px 6px rgba(40,116,240,0.05);
    -moz-box-shadow: 1px 1px 20px 6px rgba(40,116,240,0.05);
    -o-box-shadow: 1px 1px 20px 6px rgba(40,116,240,0.05);
    -ms-box-shadow: 1px 1px 20px 6px rgba(40,116,240,0.05);
    box-shadow: 1px 1px 20px 6px rgba(40,116,240,0.05);
}
.login-menu {
    position: relative;
    top: 0px;
}
.login-menu-btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 10px 12px;
    line-height: 17px;
}
.dropdown-toggle.login-menu-btn:hover,
.dropdown-toggle.login-menu-btn:focus,
.dropdown-toggle.login-menu-btn:active,
.login-menu-btn:hover,.login-menu-btn:focus,.login-menu-btn:active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #2874f0;
    border-color: #2874f0;
}
.dropdown-toggle.login-menu-btn:hover {
    color: #fdd922;
}
.login-menu-btn .fa-navicon {
    color: #fdd922;
}
.login-menu-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    display: none;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #2874f0;
    -webkit-box-shadow: rgba(50,58,70,.15) 0 0 40px 0;
    box-shadow: rgba(50,58,70,.15) 0 0 40px 0;
}
.login-menu .login-menu-list>li .submenu:before {
    left: 16px;
    top: -10px;
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 9999;
}
.login-menu .login-menu-list li {
    position: relative;
}
.login-menu .login-menu-list li a {
    display: block;
    padding: 9px 10px;
    clear: both;
    white-space: nowrap;
    color: #fff;
    background-color: #2874f0;
    border-bottom: 1px solid #fdd922;
    transition: all 0.2s ease-in-out;
}
.login-menu .login-menu-list li:hover a {
    color: #fff;
    border-left: 5px solid #fdd922;
}
.login-menu .login-menu-list li:hover a {
    padding-left: 15px;
}
.navigation-menu>li>a:active, .navigation-menu>li>a:focus, .navigation-menu>li>a:hover {
    color: #fff;
}
.login-menu-btn:hover .login-menu-list {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    display: block;
}

.outer-bg-light {
    background: rgba(40,116,240,0.03);
    height: 460px;
}
.selection-group {
    padding-top: 20px;
}
.selection-group div[class*="sg-box-"] {
    background-color: #fff;
    width: 350px;
    margin: auto;
    border-radius: 4px;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.selection-group div[class*="sg-box-"] img {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.selection-group div[class*="sg-box-"]:hover img {
    opacity: 1;
}

.selection-group div[class*="sg-box-"]:hover {
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.05);
    box-shadow: 0 0 25px rgba(0,0,0,.05);
    border: 1px solid transparent;
    opacity: 1;
}
.selection-group  div[class*="sg-box-"].active {
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.05);
    box-shadow: 0 0 25px rgba(0,0,0,.05);
    border: 1px solid transparent;
    opacity: 1;
}
.selection-group  div[class*="sg-box-"].active img {
    opacity: 1;
}
.selection-group .box-left,.selection-group .box-right {
    float: left;
}
.selection-group .box-left {
    width: 40%;
    line-height: 120px;
    text-align: center;
}
.selection-group .box-right {
    width: 60%;
}
.selection-group .box-right .sg-box-heading {
    height: 120px;
    line-height: 120px;
    margin: 0;
    font-size: 20px;
    color: rgba(0,0,0,.7);
}
.selection-group div[class*="sg-box-"]:hover .sg-box-heading,.selection-group .sg-box-1.active .sg-box-heading {
    color: #2874f0;
}
.sg-info {
    height: 460px;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 30px;
}
.sg-info-icon {
    text-align: center;
}
.sg-info .section-title {
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    border: none;
    margin-bottom: 15px;
}
.selected-group .section-title {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #2874f0;
}
.dashboard-carousel .item {
    margin: 0;
    padding: 0;
    list-style: none;
    background-position: center 55%;
    background-size: cover;
    padding-bottom: 60px;
}
.dashboard-carousel .item li {
    position: relative;
    line-height: 24px;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 14px;
}
.dashboard-carousel .item li:before {
    content: "";
    background: #eeeeee;
    border-radius: 50px;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 5px;
    left: 0;
}
.dashboard-carousel .owl-controls {
    bottom: 10px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}
.dashboard-carousel .owl-controls .owl-pagination {
    display: inline-block;
}
.dashboard-carousel .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}
.dashboard-carousel .owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: #ddd;
    border: none;
    border-radius: 20px;
    margin: 0 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.dashboard-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #2874f0;
}
.info-banner {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.info-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.create-user-border {
    position: relative;
}
.create-user-border:after {
    position: absolute;
    content: "";
    display: block;
    top: 40px;
    right: -26px;
    width: 1px;
    height: 65%;
    border-right: 1px solid rgba(131, 173, 212, 0.5);
}
.role-perm {
    height: 460px;
    border-radius: 4px;
    padding: 15px 20px;
    box-shadow: 0 0 25px rgba(0,0,0,.05);
}
.role-perm .section-title {
    padding: 0;
    border: none;
    font-size: 20px;
    color: #2874f0;
    text-transform: capitalize;
}
.role-inner-box {
    display: block;
    height: 150px;
    padding: 10px 8px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ececec;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}
.questans .role-inner-box {
    height: auto !important;
    padding: 8px 10px !important;
}
.role-inner-box:hover {
    background-color: rgb(245, 250, 255);
    cursor: pointer;
}
.custom-checkbox {
    position: relative;
}
.custom-checkbox input[type="radio"],
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    opacity: 0;
}
.role-custom-checkbox {
    position: absolute;
    top: 10px;
    right: 5px;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    border: 1px solid transparent;
}
.role-selection-box {
    margin-bottom: 14px;
}
.questans .role-custom-checkbox{
    position: absolute;
    top: 12px;
    right: 5px;
    height: 17px;
    width: 17px;
    border-radius: 100%;
    border: 1px solid transparent;
}

.questans .role-custom-checkbox:after {
    right: 5px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid rgb(255, 255, 255);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .role-custom-checkbox {
    background-color: rgb(33, 150, 243);
    border-color: rgb(33, 150, 243);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-checkbox input:checked ~ .role-inner-box {
    background-color: rgb(235, 247, 250);
    border-color: #78a4de;
    -webkit-box-shadow: 0 2px 8px rgba(191, 191, 191, 0.3);
    -moz-box-shadow: 0 2px 8px rgba(191, 191, 191, 0.3);
    -o-box-shadow: 0 2px 8px rgba(191, 191, 191, 0.3);
    box-shadow: 0 2px 8px rgba(191, 191, 191, 0.3);
}
.role-inner-box span {
    color: #2c7be5;
}

.role-custom-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .role-custom-checkbox:after {
    display: block;
}
.role-custom-checkbox:after {
    right: 9px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid rgb(255, 255, 255);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.role-inner-box .heading {
    font-size: 13px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 6px;
}
.role-list li {
    font-size: 13px;
    padding-left: 15px;
    position: relative;
    color: #555;
    font-weight: 400;
}
.role-list li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    top: 0;
    color: #888;
}
.selected-group {
    margin: 20px;
    padding: 20px;
    background: #fff;
}

.buyer-action-btn {
    margin: 20px auto 30px;
    text-align: center;
}
.buyer-action-btn .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 4px;
}
.buyer-action-btn .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),.buyer-action-btn .btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle) {
    border-radius: 4px;
}
.buyer-action-btn button[class*="btn-"]{
    font-weight: 400;
}
.buyer-action-btn .btn-primary {
    padding: 6px 70px;
    border-radius: 4px;
}
.buyer-action-btn .btn-default {
    color: #666666;
}
.buyer-action-btn .btn-group > .btn:first-child {
    margin-right: 10px;
}
.buyer-action-btn .btn-group > .btn:last-child {
    margin-left: 10px;
}

.btn-toolbar .btn-group {
    float: none;
}

.dashboard-info {
    background: linear-gradient(to right, #0c1f6c, #447fb7, #c9395c);
    padding: 10px 12px;
}
.dashboard-info .dashboard-main-heading {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    /* font-family: 'Open Sans', sans-serif;
    text-transform: uppercase; */
    font-weight: bold;
}
.dashboard-info-details {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 10px;
}
.dashboard-info-login {
    padding: 10px 12px;
}
.dashboard-info-login .dashboard-main-heading {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    /* font-family: 'Open Sans', sans-serif;
    text-transform: uppercase; */
    font-weight: bold;
}
.info-table {
    border: 1px solid #ddd;
    margin: 10px 0;
    height: 150px;
    overflow-y: scroll;
}
.info-table .table > thead > tr > th {
    padding: 8px 5px;
    background-color: rgba(40,116,240,0.1);
    font-weight: 600;
}
.info-table .table > thead:first-child > tr:first-child > th:first-child {
    width: 3%;
}
.info-table .table > tbody > tr > td {
    padding: 10px 5px;
}
.info-table-smry {
    margin-top: 20px;
}
.info-table .table .label {
    font-weight: 600;
    font-size: 80%;
    padding: .2em .9em .3em;
    border-radius: 1em;
}
.info-table .table .btn.action-btn {
    font-size: 12px;
    padding: 3px 8px;
    line-height: 1.42857143;
    border: none;
    border-radius: 15px;
}
.info-table .table .btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.allCategories {
    width: auto;
    margin: 0;
    padding-bottom: 1px;
    clear: both;
}
.allCategories .cat_box {
    border: 1px solid #e8e8e8;
    width: 16.3%;
    height: 120px;
    display: table;
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    cursor: pointer;
    color: #444;
}
.allCategories .cat_box p {
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    font-size: 12px;
    margin: auto;
    height: 88px;
    background-color: #eeeeee;
}
.allCategories .cat_box p a {
    color: #666;
    display: block;
    padding: 6px 14px;
    line-height: 14px;
}
.allCategories .cat_box p span.icon {
    padding-bottom: 4px;
    font-size: 5rem;
}
.allCategories .cat_box p span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
}
.allCategories .innerScroll {
    max-height: 600px;
    overflow-x: scroll;
}
.allCategories .closeCategory {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 27px;
    height: 27px;
    opacity: 1;
    background-color: #3a3a3a;
    border: 2px solid#fff;
    border-radius: 100%;
    cursor: pointer;
    font-size: 11px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 22px;
}
.workflow-user .workflow-user-list{
    max-height: 330px;
    overflow-y: scroll;
    /* overflow-x: hidden; */
    padding: 10px 5px 5px;
    background-color: #f5f9ff;
    margin-bottom: 0;
}
.workflow-user .section-title {
    font-size: 14px;
}
.workflow-user-list .user-pills, .wf-user-group .user-pills {
    background-color: #ffffff;
    border: 0.5px solid #ccc;
    color: #666666;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 3px;
    margin-right: 4px;
    padding: 2px 8px 2px 2px;
    border-radius: 30px;
    max-width: 200px;
    height: 28px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: grab;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.workflow-user-list .user-pills:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.workflow-user-list .user-pills .workflow-icon {
    margin-right: 2px;
    background: #c0e5e4;
    border-radius: 50%;
}
.workflow-create {
    background: #f1f9ff;
    padding: 8px 10px;
    border-radius: 4px;
    height: 50px;
}
.workflow-selection div[class*="col-"] {
    padding-right: 5px;
}
.workflow-selection div[class*="col-"]:not(:first-child) {
    padding: 0;
}
.workflow-selection .workflow-label {
    font-size: 13px;
    font-weight: 600;
    color: #2874f0;
}
.workflow-selection .form-group {
    margin-bottom: 0;
}
.workflow-action .btn {
    padding: 0px;
    color: #666;
    font-size: 12px;
    width: 28px;
    height: 28px;
    margin-top: 3px;
    margin-right: 5px;
    font-weight: 500;
}
.workflow-action .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),.workflow-action .btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle),.workflow-action .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 30px;
}
.workflow-action .btn-group .btn + .btn, .workflow-action .btn-group .btn + .btn-group, .workflow-action .btn-group .btn-group + .btn, .workflow-action .btn-group .btn-group + .btn-group {
    margin-left: 0;
}
.workflow-drop-area {
    /* border: 2px dashed #cccccc;
    background: #fdfdfd;
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
    height: 400px;
    position: relative; */
    background: #fdfdfd;
}
.workflow-drop-area:before {
    /* position: absolute;
    content: "Add Group Here";
    top: 50%;
    left: 50%;
    font-size: 35px;
    opacity: 0.08;
    transform: translate(-50%,-50%); */
}
.dropbox {
    margin-bottom: 12px;
}
.dropbox-header {
    background: #f1f9ff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 6px 5px;
    border: 1px solid #eee;
    position: relative;
}
.dropbox-header .dropbox-close {
    color: #fff;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #888;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    transform: rotate(45deg);
    font-size: 10px;
}
.dropbox-heading {
    margin: 0;
    font-size: 13px;
}
.dropbox-body {
    height: 150px;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    padding: 10px;
    overflow-y: scroll;
    /*position: relative;
    z-index: 0;*/
}
.dropbox-body:before {
    content: "Drop User Here";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    opacity: 0.2;
    text-align: center;
    z-index: -1;
}
.dropbox-body .workflow-user-list {
    height: inherit;
}
.dropbox-body .workflow-user-list.active .user-pills {
    font-size: 10px;
}
/* .workflow-drop-area div[class*="col-"]:after {
position: absolute;
top: 50%;
right: -5px;
content: "\f101";
font-family: "FontAwesome";
font-size: 18px;
color: #ccc;
} */
.workflow-drop-area div[class*="col-"]:last-child:after {
    display: none;
}


.workflow-summary {
    /* background: #fafafa;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 10px; */
}
.smry-heading {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.workflow-smry-grp {
    background: #f1f9ff;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}
.smry-header {
    position: absolute;
    top: -20px;
    width: 100%;
}
.smry-header .heading {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    width: 90%;
    background: #f1f9ff;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px;
}
.smry-body {
    padding: 10px;
    margin-top: 15px;
}
.smry-body .user-list {
    margin: 0;
    padding: 0;
    /* list-style-type: decimal; */
}
.smry-body .user-list li {
    /* margin-left: 10px; */
    position: relative;
    line-height: 24px;
    font-size: 12px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}
/* .smry-body .user-list li:before {
margin-bottom: 5px;
content: "\f0da";
font-family: "FontAwesome";
position: absolute;
margin-left: -10px;
font-size: 13px;
color: #666666;
} */
@media (min-width: 1200px) {
    /* .workflow-summary div[class*="col-"] {
      width: 20%;
      padding-right: 10px;
      padding-left: 10px;
    } */
    .workflow-smry-grp:after {
        position: absolute;
        content: "\f101";
        font-family: "FontAwesome";
        top: 40%;
        right: -17px;
        font-size: 20px;
        opacity: 0.3;
    }
    .workflow-summary div[class*="col-"]:last-child .workflow-smry-grp:after {
        display: none;
    }
    .smry-body {
        min-height: 150px;
    }
}


.purchase-order .selection {
    min-height: 270px;
}

.file-drop-zone-title {
    padding: 10px;
}
.krajee-default.file-preview-frame {
    width: 100px;
    height: 100px;
}
.krajee-default.file-preview-frame .kv-file-content {
    width: 100%;
    height: auto;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 20px;
}
.krajee-default .file-footer-caption {
    margin-bottom: 0;
}
.role-outer-box{
    height: 40rem;
    overflow-y: auto;
}



/* ***************** New Custom css ********************* */
.workflow-drop-area {
    background-color: #f5f5f5;
    border-radius: 5px;
    min-height: 330px;
}
.wf-user-group {
    background-color: #f5f9ff;
    padding: 10px 5px 5px;
    min-height: 190px;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.wf-user-list {
    width: 16.66666667%;
    max-width: 240px;
    /* margin-right: 10px !important; */
}
.wf-group .card {
    border-top: 5px solid #96baff;
    max-width: 220px;
    background-color: #ffffff;
    display: block;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
.wf-group .card.levels {
    margin-bottom: 15px !important;
}
.wf-group.ui-sortable {
    /* float: left; */
}
/* .wf-group.ui-sortable:before,.wf-group.ui-sortable:after {
    content: "";
    display: table;
}
.wf-group.ui-sortable:after {
    clear: both;
} */
.wf-group .card.success {
    border-top: 5px solid #1bc943;
}
.wf-group .card.warning {
    border-top: 5px solid #f6c343;
}
/* .wf-group .card:first-child {
    margin-left: 20px;
} */
.wf-group .card:last-child {
    margin-right: 0;
}
/* .wf-group .card {

} */
.workflow-summary .workflow-user-list {
    min-height: 130px;
    max-height: 250px;
    overflow: auto;
}
.wf-user-group.workflow-user-list .user-pills {
    max-width: 200px;
    font-size: 10px;
}

.wf-user-group.workflow-user-list .user-pills.disabled {
    border: 1px solid #64b769;
    background-color: #d8d8d8 !important;
    color: #333333;
}
.wf-user-group.workflow-user-list .user-pills.accept {
    border: 1px solid #64b769;
    background-color: #fff8e8 !important;
    color: #333333;
}
.wf-user-group.workflow-user-list .user-pills.reject {
    border: 1px solid #d57989;
    background-color: #fad7dd !important;
    color: #333333;
}

.workflow-summary .card {
    min-width: 255px;
    margin-right: 15px;
}
.workflow-summary.wf-group .card:first-child {
    margin-left: 30px;
}
/***************************************
            Workflow-listing
***************************************/
.workflow-listing:not(first-child) {
    border-top: 1px dashed #cecece;
    padding-top: 10px;
}
.workflow-listing:first-child {
    border-top: 1px solid transparent;
    padding: 0;
    height: 280px;
}
.workflow-progress-list {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    font-weight: 400;
}
.workflow-progress-list>li {
    position: relative;
    width: 100%;
    text-align: center;
}
.workflow-progress-list>li:before {
    content: "";
    position: absolute;
    top: 6%;
    left: 0%;
    margin-top: 0px;
    width: 100%;
    height: 3px;
    background-color: rgba(52, 108, 176, 0.5);
    border-radius: 5px;
}
.workflow-tags {
    font-size: 12px;
    font-weight: 500;
}
.workflow-tags span {
    display: inline-block;
    padding-left: 5px;
}
.workflow-progress-list>li>button {
    padding: 0;
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    color: rgba(34,34,48,.1);
    border: 4px solid #346cb0;
    vertical-align: middle;
    border-radius: 16px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
    z-index: 1;
}
.workflow-progress-list .user-pills {
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #666666;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 3px;
    margin-right: 4px;
    padding: 2px 8px 2px 2px;
    border-radius: 30px;
    max-width: 200px;
    height: 28px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.workflow-progress-list .user-pills img {
    margin-right: 2px;
    background: #c0e5e4;
    border-radius: 50%;
}
.workflow-progress-list .user-pills span {
    display: inline-block;
}
.workflow-progress-list>li>button:active,.workflow-progress-list>li>button:focus {
    outline: 0;
}
.workflow-progress-list .progress-indicator {
    display: none;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
}
.workflow-progress-list>.active:before {
    background-color: #346cb0;
}
.workflow-progress-list>.active>button {
    color: #346cb0;
    background-color: #346cb0;
    border-color: #346cb0;
}
.workflow-progress-list>.active .progress-indicator {
    color: #346cb0;
}
.workflow-progress-list>.active>button {
    background-color: #fff;
}
.workflow-progress-list>.success>button {
    color: #346cb0;
    background-color: #fff;
    border-color: #fff;
}
.workflow-progress-list>.success .progress-indicator {
    color: #346cb0;
}
.workflow-progress-list>.error>button {
    color: #ea6759;
    background-color: #fff;
    border-color: #fff;
}
.workflow-progress-list>.error .progress-indicator {
    color: #ea6759;
}
.workflow-progress-list>.active .progress-indicator,.workflow-progress-list>.error .progress-indicator,.workflow-progress-list>.success .progress-indicator {
    display: inline-block;
}
.workflow-progress-list>.success .progress-indicator {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300A28A' viewBox='0 0 24 24'%3E%3Cpath d='M12 .9C5.9.9.9 5.9.9 12s5 11.1 11.1 11.1 11.1-5 11.1-11.1S18.1.9 12 .9zm6.2 8.3l-7.1 7.2c-.3.3-.7.3-1 0l-3.9-3.9c-.2-.3-.2-.8 0-1.1l1-1c.3-.2.8-.2 1.1 0l2 2.1c.2.2.5.2.7 0l5.2-5.3c.2-.3.7-.3 1 0l1 1c.3.2.3.7 0 1z'/%3E%3C/svg%3E");
    margin-top: -4px;
}
.workflow-progress-list>.error .progress-indicator {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EA6759' viewBox='0 0 24 24'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M12 .9C5.9.9.9 5.9.9 12s5 11.1 11.1 11.1 11.1-5 11.1-11.1S18.1.9 12 .9zm2.3 11.5l3.6 3.6c.1.2.1.4 0 .6l-1.3 1.3c-.2.2-.5.2-.7 0l-3.6-3.6c-.2-.2-.4-.2-.6 0l-3.6 3.6c-.2.2-.5.2-.7 0l-1.3-1.3c-.1-.2-.1-.4 0-.6l3.6-3.6c.2-.2.2-.5 0-.7L6.1 8.1c-.2-.2-.2-.5 0-.7l1.3-1.3c.2-.1.4-.1.6 0l3.7 3.7c.2.2.4.2.6 0l3.6-3.6c.2-.2.5-.2.7 0l1.3 1.3c.1.2.1.4 0 .6l-3.6 3.6c-.2.2-.2.5 0 .7z'/%3E%3C/svg%3E");
    margin-top: -4px;
}
.workflow-progress-list.progress-list-workflow {
    min-height: 190px;
}
.workflow-progress-list > li {
    text-align: center;
    width: 20%;
}
.workflow-group-name {
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
    text-align: left;
}
.workflow-progress-list-group {
    position: absolute;
    margin: 15px 5px 0; padding: 0px;
    max-width: calc(100% - 10px);
    width: 95%;
    border: 1px solid #edf2f9;
    min-height: 190px;
}
.workflow-progress-list-group.card {
    border-top: 3px solid rgba(52, 108, 176, 0.5);;
}
.workflow-progress-list-group.card > .card-header,.workflow-progress-list-group.card > .card-body {
    padding: 5px;
}
.workflow-progress-list-group.card.success {
    border-top: 3px solid #00a28a;
}
.workflow-progress-list-group.card.error {
    border-top: 3px solid #ea6759;
}
.workflow-progress-list-group li:before,.workflow-progress-list-group li:after {
    content: "";
    display: table;
}
.workflow-progress-list-group li:after {
    clear: both;
}
.workflow-progress-list-group .card-header {
    min-height: 20px;
    padding: 8px;
    text-align: left;
    background-color:#e4f6fb;
}
.workflow-progress-list>li>.workflow-progress-list-group .card-header button {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    color: rgba(34,34,48,.1);
    border: 4px solid #346cb0;
    vertical-align: middle;
    border-radius: 14px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
    z-index: 1;
}
.workflow-progress-list-group .card-header .card-title {
    font-size: 13px;
}
.workflow-progress-list-group .workflow-header .workflow-title {
    display: inline-block;
}
.workflow-progress-list-group .workflow-header:before {
    content: "";
    display: table;
}
.workflow-progress-list-group .workflow-header:after {
    clear: both;
}
.workflow-progress-list-group li {
    position: relative;
    display: inline-block;
    text-align: left;
    width:100%;
}
.workflow-progress-list-group li.accept .user-pills {
    border-color: #00a28a;
    background-color: rgba(0, 162, 138, 0.05);
}
.workflow-progress-list-group li.reject .user-pills {
    border-color: #ea6759;
    background-color: rgba(234, 103, 89, 0.05);
}
.workflow-progress-list-group li.disabled .user-pills {
    border-color: #524e4e;
    background-color: rgba(204, 204, 204, 1);
}
.workflow-progress-list-group .card-body {overflow:hidden;}
.card-header-cust .switcher-control-lg .switcher-indicator{
    height: 22px;
    line-height: 22px;
}
.card-header-cust 
.rfq-switch .switcher-control-lg .switcher-indicator:before {
    width: 20px;
}
.card-header-cust 
.rfq-switch .switcher-label-off {
    padding-left: 5px;
}



/* product listing page */
.widget-accordian {
    background-color: #ffffff;
    border-radius: 0.125rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.widget-bg-title {
    background-color: rgb(25, 106, 172);
    padding: 12px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.widget-filter .card-header .parent-list {
    color: #2a2a2a;
}
.widget-accordian .card {
    box-shadow: none;
    border: none;
    margin: 0;
}
.widget-accordian .card .card-header {
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}
.multi-accordion-content > .card > .card-header {
    padding: 5px;

}
.widget-accordian .widget-heading {
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}
.widget-accordian .form-check {
    position: relative;
    display: block;
    color: #666;
}
.widget-accordian .form-check .form-check-label {
    font-weight: 400;
}
.widget-accordian .card-body {
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
}
.widget-accordian .parent-list {
    color: #555555;
}



.bg-accent {
    background-color: #f5f7fa;
}
.product-listing .card {
    background-color: transparent !important;
}

.product-grid-view {
    height: 100%;
}
.grid-view-layout1 {
    height: 100%;
    padding-bottom: 25px;
}
.product-box-layout1 {
    background-color: #ffffff;
    margin-bottom: 25px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.grid-view-layout1 .product-box-layout1 {
    height: 100%;
    margin-bottom: 0;
}
.product-box-layout1 .item-img .general,
.product-box-layout1 .item-img .item-trending {
    display: block;
    position: relative;
    overflow: hidden;
}
.product-box-layout1 .item-img  .general img,
.product-box-layout1 .item-img .item-trending img {
    max-width: 100%;
    height: auto;
}
.product-box-layout1 .item-img .general::before,
.product-box-layout1 .item-img .item-trending::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(43, 42, 42, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.product-box-layout1 .item-img .item-trending::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: 600;
    background-color: #c43c5f;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
.product-box-layout1 .item-img  .general img,
.product-box-layout1 .item-img .item-trending img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.product-box-layout1 .item-content {
    padding: 20px 16px;
}
.product-box-layout1 .item-content .item-title {
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-box-layout1 .item-content .item-title a {
    color: #2a2a2a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-box-layout1 .item-content .item-title span {
    margin-left: 12px;
    display: inline-block;
    background-color: #e7291e;
    font-size: 9px;
    color: #ffffff;
    line-height: 1;
    padding: 2px 4px 3px;
    border-radius:4px;
}

.product-box-layout1 .item-content .entry-meta {
    margin-bottom: 5px;
}
.product-box-layout1 .item-content .entry-meta li {
    color: #999999;
    font-size: 12px;
    line-height: 2;
}
.product-box-layout1 .item-content .entry-meta li i {
    margin-right: 5px;
}
.product-box-layout1 .item-content .item-price {
    font-size: 13px;
    font-weight: 700;
    color: #3464a2;
}
.product-box-layout1 .item-content .item-price .before-discount,
.product-box-layout1 .item-content .item-price .after-discount {
    display: inline-block;
}
.product-box-layout1 .item-content .item-price .before-discount {
    color: #cccccc;
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 12px;
}

.product-box-layout1:hover {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}
.product-box-layout1:hover .item-img .general::before,
.product-box-layout1:hover .item-img .item-trending::before {
    visibility: visible;
    opacity: 1;
}
.product-box-layout1:hover .item-img  .general img,
.product-box-layout1:hover .item-img .item-trending img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.category-product .row div[class*="col-"]:nth-child(4n+1):after {
    content: "";
    display: table;
}
.category-product .row div[class*="col-"]:nth-child(4n+1):after {
    clear: both;
}


/* product detail page */
.gallery-holder .zoomWrapper {
    background-color: rgba(163, 199, 255, 0.15);
    background-color: rgba(0, 0, 0, .15);
    border: 1px solid #ccc;
    padding: 1px;
    width: 100% !important;
    height: 330px !important;
    overflow: hidden;
}
.gallery-holder .zoomWrapper img {
    width: 100% !important;
    height: 100% !important;
}
.gallery-holder .zoomWrapper img {
    position: relative !important;
}
.similar-products div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}


.product-detail-owl-carousel {}

.product-detail-owl-carousel div[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-detail-owl-carousel .product-box-layout1 {
    margin-bottom: 0px;
}
.product-detail-owl-carousel .product-box-layout1 .item-img .general,
.product-detail-owl-carousel .product-box-layout1 .item-img .item-trending {
    text-align: center;
}
.product-detail-owl-carousel .product-box-layout1 .item-img .general img, 
.product-detail-owl-carousel .product-box-layout1 .item-img .item-trending img {
    width: 150px;
    height: 150px;
}
.product-detail-owl-carousel .product-box-layout1 .item-content {
    padding: 15px;
}
.product-detail-owl-carousel .product-box-layout1 .item-img .general::before,
.product-detail-owl-carousel .product-box-layout1 .item-img .item-trending::before {
    background-color: transparent;
    border-bottom: 1px solid rgb(233, 233, 233);
}


.p-rvw-list {
    height: auto;
}

@media only screen and (max-width: 992px) {
    .product-box-layout1 {
        min-height: 400px;
    }
    .product-detail-owl-carousel .product-box-layout1 {
        min-height: auto;
    }
}
@media only screen and (max-width: 768px) {
    .product-box-layout1 {
        min-height: 400px;
    }
    .product-detail-owl-carousel .product-box-layout1 {
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {border:none; padding-left:0px;color: #5777ba;}
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover, .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a, .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li:hover {
        color: #1e3366;
    }
}
@media only screen and (max-width: 480px) {
    .product-box-layout1 {
        min-height: auto;
    }
    .category-product .row {
        margin-left: 0;
        margin-right: 0;
    }
    .product-listing div[class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }
    .product-box-layout1 .item-content .item-price {
        font-size: 12px;
    }
    .product-box-layout1 .item-content {
        padding: 12px;
    }
    .product-box-layout1 .item-content .item-title {
        font-size: 12px;
        line-height: 18px;
    }
    .product-box-layout1 .item-content .entry-meta li {
        font-size: 10px;
        line-height: 1.5;
    }
}

/* custom css assessment pages */

body {
    font-family: 'Fira Sans', sans-serif;
}
.widget-bg-1 {
    background: #eeeaff;
    border-left: 3px solid #b19eea;
    color: #3a2379;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.widget-bg-2 {
    background: #e2f5ff;
    border-left: 3px solid #70c4e3;
    color: #287b99;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.widget-bg-3 {
    background: #e0f3e7;
    border-left: 3px solid #85c099;
    color: #2d8149;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.widget-bg-4 {
    background: #f8eee5;
    border-left: 3px solid #d4b192;
    color: #b17139;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.widget-bg-grad-1 {
    background: #a860f2 !important;
    background: -webkit-linear-gradient(to right, #c393f7, #a860f2) !important;
    background: -moz-linear-gradient(to right, #c393f7, #a860f2) !important;
    background: -o-linear-gradient(to right, #c393f7, #a860f2) !important;
    background: -ms-linear-gradient(to right, #c393f7, #a860f2) !important;
    background: linear-gradient(to right, #c393f7, #a860f2) !important;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;

}
.widget-bg-grad-2 {
    background: #7a7df1 !important;
    background: -webkit-linear-gradient(to right, #6ca1e2, #7a7df1) !important;
    background: -moz-linear-gradient(to right, #6ca1e2, #7a7df1) !important;
    background: -o-linear-gradient(to right, #6ca1e2, #7a7df1) !important;
    background: -ms-linear-gradient(to right, #6ca1e2, #7a7df1) !important;
    background: linear-gradient(to right, #6ca1e2, #7a7df1) !important;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;

}
.widget-bg-grad-3 {
    background: #f89c9f !important;
    background: -webkit-linear-gradient(to right, #feb482, #f89c9f) !important;
    background: -moz-linear-gradient(to right, #feb482, #f89c9f) !important;
    background: -o-linear-gradient(to right, #feb482, #f89c9f) !important;
    background: -ms-linear-gradient(to right, #feb482, #f89c9f) !important;
    background: linear-gradient(to right, #feb482, #f89c9f) !important;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;

}
.widget-bg-grad-4 {
    background: #24aa94 !important;
    background: -webkit-linear-gradient(to right, #82bb93, #24aa94) !important;
    background: -moz-linear-gradient(to right, #82bb93, #24aa94) !important;
    background: -o-linear-gradient(to right, #82bb93, #24aa94) !important;
    background: -ms-linear-gradient(to right, #82bb93, #24aa94) !important;
    background: linear-gradient(to right, #82bb93, #24aa94) !important;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;

}

div[class*="widget-bg-"]:hover,div[class*=".widget-bg-grad-"] {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.selection-categories .role-selection-box {
    margin-bottom: 25px;
}
.spacer {
    border-top: 2px dashed #dddddd;
    margin-top: 20px;
    margin-bottom: 20px;
}
.select-process {
    float: left;
    width: 100%;
}
.select-process li {
    float: left;
    width: 20%;
}

.form-check-input {
  border: 0                      !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px                    !important;
  overflow: hidden               !important;
  padding: 0                     !important;
  position: absolute             !important;
  width: 1px                     !important;
  white-space: nowrap            !important;
}
.form-check-input:focus + label::before {
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.4) !important;
}
.form-check-input:hover + label::before {
  border-color: rgb(116, 116, 116);
}
.form-check-input:active + label::before {
  -webkit-transition-duration: 0;
          transition-duration: 0;
}
.form-check-input + label {
  position: relative;
  padding: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-check-input + label::before {
  background-color: #fff;
  border: 1px solid #a9acb1;
  border-radius: 4px;
  box-sizing: content-box;
  content: '';
  color: #444;
  margin-right: 8px;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.form-check-input + label::after {
  box-sizing: content-box;
  content: '';
  background-color: #444;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.form-check-input[disabled] + label::before {
  -webkit-animation: none;
          animation: none;
  box-shadow: none;
  border: 1px solid rgba(128, 128, 128, 0.5);
}
.form-check-input[disabled]:active + label::before, .form-check-input[disabled]:focus + label::before, .form-check-input[disabled]:hover + label::before {
  border-color: rgba(128, 128, 128, 0.5);
  -webkit-filter: none;
          filter: none;
  -webkit-transition: none;
  transition: none;
}

/* .form-check-input + label::before, .form-check-input + label::after {
  border-radius: 0;
} */
.form-check-input + label::after {
  background-color: transparent;
  top: 50%;
  left: calc(5px + 1px + 18px/5);
  width: 10px;
  height: 4.8px;
  margin-top: calc(24px / -2 / 2 * 0.8);
  border-style: solid;
  border-color: #647ebd;
  border-width: 0 0 3px 3px;
  border-radius: 0;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transition: none;
  transition: none;
}
.form-check-input:checked + label::after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

@-webkit-keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #900;
  }
}

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #900;
  }
}
.form-check-label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
  }
@media (min-width: 768px) and (max-width: 1024px) {
    .select-process li {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .select-process li {
        width: 100%;
    }
}
