@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800&display=swap";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{color:#666;font-family:Rubik,sans-serif;font-size:16px;font-weight:400;line-height:26px}.pointer{cursor:pointer}a{text-decoration:none}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1440px}}h1,h2,h3,h4,h5,h6{color:#1f2024;font-family:Rubik,sans-serif;font-weight:500;line-height:1.2;margin-top:0;transition:all .3s ease-out 0s}h1{font-size:40px}h2{font-size:36px}h3{font-size:24px}h4{font-size:20px}h5{font-size:16px}h6{font-size:14px}ul{margin:0;padding:0}li{list-style:none}p{color:#666;font-family:#666;font-size:14px;font-weight:400;line-height:24px;margin-bottom:15px}.btn,.transition-3,:after,:before,a,button,h1,h2,h3,h4,h5,h6,i,img,input,li,p,select,span,svg path,textarea{transition:all .3s ease-out 0s}.button:focus,a:focus{outline:none;text-decoration:none}a:focus,a:hover{color:inherit;text-decoration:none}a,button{background:transparent;border:none;color:inherit;outline:none}button:hover{cursor:pointer}button:focus{border:0;outline:0}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}input{outline:none}::-moz-selection{background:#222;color:#fff;text-shadow:none}::selection{background:#222;color:#fff;text-shadow:none}::-moz-placeholder{color:#222;font-size:14px;opacity:1}::placeholder{color:#222;font-size:14px;opacity:1}.w-img img{width:100%}.m-img img{max-width:100%}.fix{overflow:hidden}.clear{clear:both}.f-left{float:left}.f-right{float:right}.z-index-1{z-index:1}.z-index-11{z-index:11}.overflow-y-visible{overflow-x:hidden;overflow-y:visible}.p-relative{position:relative}.p-absolute{position:absolute}.include-bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.b-radius{border-radius:2px}.b-radius-2{border-radius:20px}.z-tooltip{background:#2f3037;border-radius:2px;color:#fff;display:inline-block;font-size:13px;height:20px;line-height:20px;opacity:0;padding:0 8px;text-align:center;top:-22px;visibility:hidden;width:80px;z-index:1}.z-tooltip,.z-tooltip:after{left:50%;position:absolute;transform:translate(-50%)}.z-tooltip:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #2f3037;bottom:-4px;content:""}@media(min-width:1400px){.custom-container{max-width:1730px}}.body-overlay{background-color:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease-out 0s;visibility:hidden;width:100%;z-index:99}.body-overlay:hover{cursor:pointer}.body-overlay.opened{opacity:1;visibility:visible}@media(max-width:575px){.progress-wrap{bottom:15px;right:15px}}.grey-bg{background:#666}.white-bg{background:#fff}.black-bg{background:#222}.ktm-main-bg{background-color:#731d20}.ktm-light-bg{background-color:#fbe7e8}.d-blue-bg{background-color:#263c97}.d-dark-bg{background-color:#222}.d-ldark-bg{background-color:#2f3037}.d-ddark-bg{background-color:#1f2024}.light-bg{background-color:#f3f5f6}.light-bg-s{background-color:#f4f5f7}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-65{margin-left:65px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-85{margin-left:85px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-105{margin-left:105px}.ml-110{margin-left:110px}.ml-115{margin-left:115px}.ml-120{margin-left:120px}.ml-125{margin-left:125px}.ml-130{margin-left:130px}.ml-135{margin-left:135px}.ml-140{margin-left:140px}.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-155{margin-left:155px}.ml-160{margin-left:160px}.ml-165{margin-left:165px}.ml-170{margin-left:170px}.ml-175{margin-left:175px}.ml-180{margin-left:180px}.ml-185{margin-left:185px}.ml-190{margin-left:190px}.ml-195{margin-left:195px}.ml-200{margin-left:200px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}.mr-105{margin-right:105px}.mr-110{margin-right:110px}.mr-115{margin-right:115px}.mr-120{margin-right:120px}.mr-125{margin-right:125px}.mr-130{margin-right:130px}.mr-135{margin-right:135px}.mr-140{margin-right:140px}.mr-145{margin-right:145px}.mr-150{margin-right:150px}.mr-155{margin-right:155px}.mr-160{margin-right:160px}.mr-165{margin-right:165px}.mr-170{margin-right:170px}.mr-175{margin-right:175px}.mr-180{margin-right:180px}.mr-185{margin-right:185px}.mr-190{margin-right:190px}.mr-195{margin-right:195px}.mr-200{margin-right:200px}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80{padding-left:80px}.pl-85{padding-left:85px}.pl-90{padding-left:90px}.pl-95{padding-left:95px}.pl-100{padding-left:100px}.pl-105{padding-left:105px}.pl-110{padding-left:110px}.pl-115{padding-left:115px}.pl-120{padding-left:120px}.pl-125{padding-left:125px}.pl-130{padding-left:130px}.pl-135{padding-left:135px}.pl-140{padding-left:140px}.pl-145{padding-left:145px}.pl-150{padding-left:150px}.pl-155{padding-left:155px}.pl-160{padding-left:160px}.pl-165{padding-left:165px}.pl-170{padding-left:170px}.pl-175{padding-left:175px}.pl-180{padding-left:180px}.pl-185{padding-left:185px}.pl-190{padding-left:190px}.pl-195{padding-left:195px}.pl-200{padding-left:200px}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}.pr-65{padding-right:65px}.pr-70{padding-right:70px}.pr-75{padding-right:75px}.pr-80{padding-right:80px}.pr-85{padding-right:85px}.pr-90{padding-right:90px}.pr-95{padding-right:95px}.pr-100{padding-right:100px}.pr-105{padding-right:105px}.pr-110{padding-right:110px}.pr-115{padding-right:115px}.pr-120{padding-right:120px}.pr-125{padding-right:125px}.pr-130{padding-right:130px}.pr-135{padding-right:135px}.pr-140{padding-right:140px}.pr-145{padding-right:145px}.pr-150{padding-right:150px}.pr-155{padding-right:155px}.pr-160{padding-right:160px}.pr-165{padding-right:165px}.pr-170{padding-right:170px}.pr-175{padding-right:175px}.pr-180{padding-right:180px}.pr-185{padding-right:185px}.pr-190{padding-right:190px}.pr-195{padding-right:195px}.pr-200{padding-right:200px}@media(max-width:991px){.pt-120{padding-top:60px}.pb-120{padding-bottom:60px}.pt-100{padding-top:50px}.pb-100{padding-bottom:50px}.mt-80{margin-top:40px}.mb-80{margin-bottom:40px}}@media(max-width:575px){.pt-120{padding-top:40px}.pb-120{padding-bottom:40px}.pt-100{padding-top:40px}.pb-100{padding-bottom:40px}.pt-60{padding-top:30px}.pb-60{padding-bottom:30px}.mt-80{margin-top:30px}.mb-80{margin-bottom:30px}.mt-65{margin-top:20px}}.pulse-btn{animation:pulse 2s infinite;background-color:#fff;border-radius:50%;color:#222;display:inline-block;height:80px;line-height:80px;text-align:center;width:80px}.pulse-btn:hover{background-color:#222;color:#fff}.pulse-btn i{padding-left:2px}.wc-cart{background:#cd474a;border:1px solid transparent;color:#fff;display:inline-block;font-size:16px;font-weight:500;padding:10px 0;text-align:center;transition:.3s;width:100%}.wc-cart:hover{background:transparent;border:1px solid #e5e5e5;color:#222}.wc-checkout{background:transparent;border:1px solid #e5e5e5;color:#222;color:#666;display:inline-block;font-size:16px;font-size:13px;font-weight:500;padding:10px 0;text-align:center;text-transform:uppercase;transition:.3s;width:100%}.wc-checkout:hover{background:#cd474a;border-color:#cd474a;color:#fff;color:#222}.st-btn{background-color:#cd474a;color:#222;display:inline-block;font-size:13px;font-weight:500;padding:2px 15px;text-transform:uppercase}.st-btn-b,.st-btn:hover{background-color:#fff;color:#222}.st-btn-b{display:inline-block;font-size:13px;font-weight:500;padding:12px 52px;text-transform:uppercase}.st-btn-4,.st-btn-b:hover{background-color:#cd474a;color:#222}.st-btn-4{border-radius:2px;display:inline-block;font-size:13px;font-weight:500;padding:12px 52px;text-transform:uppercase}.st-btn-4:hover{background-color:#fff;color:#222}.st-btn-d{background-color:#cd474a;color:#222;display:inline-block;font-size:13px;font-weight:500;padding:12px 52px;text-transform:uppercase}.st-btn-d:hover{background-color:#fff;color:#222}.st-btn-border{background-color:transparent;border:2px solid #fff;border-radius:30px;color:#fff;display:inline-block;font-size:13px;font-weight:500;padding:10px 52px;text-transform:uppercase}.st-btn-border:hover{background-color:#fff;border-color:#fff;color:#222}.st-btn-border-2{background-color:transparent;border:2px solid #fff;color:#fff;display:inline-block;font-size:13px;font-weight:500;padding:10px 25px;text-transform:uppercase}.st-btn-border-2:hover{background-color:#fff;border-color:#fff;color:#222}.cart-btn{background-color:#cd474a;border:1px solid transparent;color:#222;display:inline-block;font-size:13px;font-weight:500;padding:9px 30px;text-align:center;text-transform:uppercase}.cart-btn:hover{background-color:#fff;border:1px solid #e5e5e5;color:#222}.cart-btn-3{border:1px solid transparent;border-radius:30px;display:inline-block;font-size:13px;font-weight:500;padding:10px 40px;text-align:center;text-transform:uppercase}.cart-btn-3,.cart-btn-3:hover{background-color:#731d20;color:#fff}.cart-btn-3:hover{border-color:#731d20}.cart-btn-4{border:1px solid transparent;border-radius:30px;display:inline-block;font-size:13px;font-weight:500;padding:6px 40px;text-align:center;text-transform:uppercase}.cart-btn-4,.cart-btn-4:hover{background-color:#731d20;color:#fff}.cart-btn-4:hover{border-color:#731d20}.st-btn-3{background-color:#fff;color:#5aab19;display:inline-block;font-size:14px;font-weight:400;padding:8px 44px;text-transform:capitalize;transition:.3s}.cart-btn-2,.st-btn-3:hover{background-color:#cd474a;color:#222}.cart-btn-2{border:1px solid transparent;display:inline-block;font-size:13px;font-weight:500;line-height:30px;padding:6px 12px;text-align:center;text-transform:uppercase}.cart-btn-2:hover{background-color:#fff}.cart-btn-2:hover,.transperant-btn{border:1px solid #e5e5e5;color:#222}.transperant-btn{background-color:transparent;display:inline-block;font-size:15px;font-weight:500;line-height:30px;padding:6px 12px;text-align:center;text-transform:uppercase}.transperant-btn.active,.transperant-btn:hover{background-color:#cd474a;border:1px solid #e5e5e5;color:#222}.transperant-btn-2{background-color:transparent;border:1px solid #e5e5e5;border-radius:50%;color:#222;display:inline-block;font-size:15px;font-weight:500;padding:6px 12px;text-align:center;text-transform:uppercase}.transperant-btn-2.active,.transperant-btn-2:hover{background-color:#731d20;border:1px solid #731d20;color:#fff}.error-btn{background-color:#cd474a;border:1px solid transparent;border-radius:2px;color:#222;display:inline-block;font-size:13px;font-weight:500;padding:12px 52px;text-align:center;text-transform:uppercase}.error-btn:hover{background-color:#fff;border-color:#cd474a;color:#222}.tp-in-btn{background-color:#cd474a;border:1px solid transparent;border-radius:2px;color:#222;display:inline-block;font-size:13px;font-weight:500;padding:8px 52px;text-align:center;text-transform:uppercase}.tp-in-btn:hover{background-color:#fff;border-color:#cd474a;color:#222}.tp-btn-h1{background:#cd474a;border:1px solid transparent;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;letter-spacing:3px;letter-spacing:0;line-height:1;margin-bottom:0;padding:20px 40px;text-align:center;text-transform:capitalize;touch-action:manipulation;transition:.3s;vertical-align:middle;white-space:nowrap}.tp-btn-h1:hover{background:#fff;border-color:#cd474a;color:#222}.product__modal{max-width:900px;padding:27px 20px 20px}.product__modal-close{right:15px;top:15px;z-index:1}.product__modal-close button{background:#cd474a;border:1px solid #cd474a;border-radius:100%;color:#fff;display:block;height:38px;line-height:36px;outline:none;text-align:center;width:38px}.product__modal-close button:hover{background:#fff;color:#222}.product__modal-wrapper{padding:20px}.product__modal-content h4{color:#0068c9;font-size:24px;font-weight:500}.product__modal-content .product__add-review span{color:#999;font-size:14px;line-height:1.2;position:relative}.product__modal-content .product__add-review span:before{background:#e5e5e5;content:"";height:13px;left:-20px;position:absolute;right:0;top:3px;width:1px}.product__modal-content .product__price span{color:#222;font-size:24px;font-weight:500;line-height:1.25}.product__modal-content .product__price{border-bottom:1px solid #e5e5e5;padding-bottom:20px}.product__modal-content .product__modal-des ul li{display:inline-block}.product__modal-content .product__modal-des ul li a{color:#666;font-size:14px}.product__modal-content .product__modal-des ul li a i{font-size:6px;margin-right:5px;position:relative;top:-3px}.product__modal-content .product__stock span{color:#222;display:inline-block;font-size:14px;line-height:24px}.product__modal-box .nav-tabs{border-bottom:0}.product__modal-box .nav-link{border:none;border-radius:0;padding:0}.product__modal .nav-tabs{border:none;justify-content:space-between}.product__modal .nav-link{border:1px solid #e5e5e5;margin-bottom:20px;position:relative}.product__modal .nav-link.active{border-color:#cd474a}.product__modal .nav-link.active:after{border:6px solid transparent;border-bottom-color:#cd474a;content:"";left:50%;position:absolute;top:-12px;transform:translate(-50%)}.section__head{align-items:center;position:relative}@media(max-width:575px){.section__head{display:block!important}}.section__head:before{background:#e5e5e5;bottom:0;content:"";height:1px;position:absolute;width:100%}@media(max-width:575px){.section__title{margin-bottom:50px}}.section__title{margin-bottom:6px}.section__title h5{font-size:24px;font-weight:500;margin-bottom:10px;position:relative}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.section__title h5{font-size:18px}}.section__title h5:after{background:#cd474a;bottom:-17px;content:"";height:2px;left:0;position:absolute;width:100%}.section__title .st-titile-d{margin-bottom:-22px}.section__title .st-titile-d:after{bottom:-10px}@media only screen and (min-width:768px)and (max-width:991px){.section__title .st-titile-d:after{bottom:-13px}}.section__title-2 h5:after{background:#d76769}.abs-section-title span{color:#cd474a;display:inline-block;font-size:14px;font-weight:500;margin-bottom:5px;text-transform:uppercase}.abs-section-title h4{font-size:36px;letter-spacing:-.9px;line-height:1.34em}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.abs-section-title p br{display:none}}.breadcrumb__wrapper .breadcrumb{margin-bottom:0;padding-bottom:35px;padding-top:35px}.breadcrumb__wrapper .breadcrumb-item{color:#999;font-size:14px;line-height:24px}.breadcrumb__wrapper .breadcrumb-item.active{color:#2f3037}.breadcrumb__wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#999;content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-two ul li{display:inline-block;padding:0 8px;position:relative}.breadcrumb-two ul li a span{color:#999;font-size:22px;font-size:14px;line-height:1.1;line-height:24px;transition:.3s}.breadcrumb-two ul li a span:hover{color:#cd474a}.breadcrumb-two ul li span{color:#fff;font-size:14px;line-height:24px}.breadcrumb-two ul li:not(:last-child):after{color:#999;content:"";font-family:Font Awesome\ 5 pro;font-size:8px;position:absolute;right:-8px;top:1px;transform:rotate(-110deg)}.breadcrumb-title{color:#fff;font-size:42px;font-weight:500;letter-spacing:-.02em;margin-bottom:8px}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.breadcrumb-title{font-size:32px}}.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translate(0)}15%{transform:translate(-25%) rotate(-5deg)}30%{transform:translate(20%) rotate(3deg)}45%{transform:translate(-15%) rotate(-3deg)}60%{transform:translate(10%) rotate(2deg)}75%{transform:translate(-5%) rotate(-1deg)}to{transform:translate(0)}}.wobble{animation-name:wobble}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translate(-2000px)}60%{opacity:1;transform:translate(30px)}80%{transform:translate(-10px)}to{transform:translate(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translate(2000px)}60%{opacity:1;transform:translate(-30px)}80%{transform:translate(10px)}to{transform:translate(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translate(0)}20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translate(0)}20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(0) rotateY(0) scale(1)}40%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1)}50%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1)}80%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95)}to{animation-timing-function:ease-in;transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{opacity:0;transform:perspective(400px) rotateX(90deg)}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{opacity:1;transform:perspective(400px) rotateX(0)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;transform:perspective(400px) rotateY(90deg)}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{opacity:1;transform:perspective(400px) rotateY(0)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{opacity:1;transform:perspective(400px) rotateX(0)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{opacity:1;transform:perspective(400px) rotateY(0)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate(100%) skew(-30deg)}60%{opacity:1;transform:translate(-20%) skew(30deg)}80%{opacity:1;transform:translate(0) skew(-15deg)}to{opacity:1;transform:translate(0) skew(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1;transform:translate(0) skew(0)}to{opacity:0;transform:translate(100%) skew(-30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center center}to{opacity:1;transform:rotate(0);transform-origin:center center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform:rotate(0);transform-origin:center center}to{opacity:0;transform:rotate(200deg);transform-origin:center center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(90deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translate(-2000px)}to{transform:translate(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translate(2000px)}to{transform:translate(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translate(0)}to{opacity:0;transform:translate(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0)}to{opacity:0;transform:translate(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform:rotate(0);transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%{animation-timing-function:ease-in-out;transform:rotate(60deg);transform-origin:top left}80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg) translateY(0);transform-origin:top left}to{opacity:0;transform:translateY(700px)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate(-100%) rotate(-120deg)}to{opacity:1;transform:translate(0) rotate(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translate(0) rotate(0)}to{opacity:0;transform:translate(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}.progress-wrap{border-radius:50px;bottom:50px;box-shadow:inset 0 0 0 2px #5f3afc33;cursor:pointer;display:block;height:46px;opacity:0;position:fixed;right:50px;transform:translateY(15px);transition:all .2s linear;visibility:hidden;width:46px;z-index:99}.progress-wrap.active-progress{opacity:1;transform:translateY(0);visibility:visible}.progress-wrap:after{color:#2c3941;content:"";cursor:pointer;display:block;font-family:Font Awesome\ 5 Pro;font-size:20px;height:46px;left:0;line-height:46px;position:absolute;text-align:center;top:0;transition:all .2s linear;width:46px;z-index:1}.progress-wrap svg path{fill:none}.progress-wrap svg.progress-circle path{box-sizing:border-box;stroke:#2c3941;stroke-width:4;transition:all .2s linear}.header{border-bottom:1px solid;border-color:#ffffff1a}.header__info-2{align-items:center;display:flex;justify-content:space-between}.header-top{border-bottom:1px solid;border-color:#ffffff1a}.header-inner-start{align-items:center;display:flex}.header-inner-start .header__currency{align-items:center;display:flex;margin-right:50px}.header-inner-start .header__currency .nice-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:#fff;font-size:14px;padding:0}.header-inner-start .header__currency .nice-select:after{border-color:#fff;height:8px;margin-top:-5px;right:-20px;width:8px}.header-inner-start .header__currency .list .option{background:#fff;color:#666}.header-inner-start .header__lang{align-items:center;display:flex;margin-right:50px}.header-inner-start .header__lang .nice-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:#fff;font-size:14px;padding:0}.header-inner-start .header__lang .nice-select:after{border-color:#fff;height:8px;margin-top:-5px;right:-20px;width:8px}.header-inner-start .header__lang .nice-select .list .option{background:#fff;color:#666}.header-inner-start .support p{color:#fff;font-size:14px;margin-bottom:0;transition:.3s}.header-inner-start .support p:hover{color:#cd474a}.header-inner-start .border-right{align-items:center;display:flex;position:relative}.header-inner-start .border-right:before{background:#ffffff1a;bottom:14px;content:"";height:16px;position:absolute;right:-35px;width:1px}.header-inner-start .s-name span{color:#fff;display:block;font-size:14px;margin-right:2px;position:relative;top:-2px}@media only screen and (min-width:992px)and (max-width:1199px){.ovic-menu-wrapper ul li{margin-right:30px}}.ovic-menu-wrapper ul li{display:inline-block;margin-right:35px;position:relative}.ovic-menu-wrapper ul li:before{background:#ffffff1a;bottom:6px;content:"";height:16px;position:absolute;right:-18px;width:1px}.ovic-menu-wrapper ul li:last-child{margin-right:0}.ovic-menu-wrapper ul li:last-child:before{display:none}.ovic-menu-wrapper ul li a{color:#fff;font-size:14px}.ovic-menu-wrapper ul li a:hover{color:#cd474a}.ovic-menu-wrapper-2 ul li a:hover{color:#16bcdc}@media only screen and (min-width:768px)and (max-width:991px){.logo .logo-image img{height:80px!important;max-width:160px}}@media only screen and (min-width:576px)and (max-width:767px){.logo .logo-image img{height:70px!important;max-width:140px}}@media(max-width:575px){.logo .logo-image img{height:60px!important;margin-bottom:0;max-width:120px}}.logo .logo-image img{display:block;max-width:210px;padding:5px 0}@media only screen and (min-width:576px)and (max-width:767px){.logo-3 .logo-image img{width:130px}}.logo-3 .logo-image img{width:180px}.heade-mid-inner{border-bottom:1px solid;border-color:#ffffff1a;padding:30px 0;position:relative;z-index:2}@media only screen and (min-width:768px)and (max-width:991px){.header-mid-inner{padding-bottom:10px;padding-top:10px}}@media only screen and (min-width:576px)and (max-width:767px){.header-mid-inner{padding-bottom:8px;padding-top:8px}}@media(max-width:575px){.header-mid-inner{padding-bottom:5px;padding-top:5px}}@media only screen and (min-width:1200px)and (max-width:1399px){.header__search{width:490px}}@media only screen and (min-width:992px)and (max-width:1199px){.header__search{margin-left:0;width:350px}}@media only screen and (min-width:576px)and (max-width:767px){.header__search{width:100%}}@media(max-width:575px){.header__search{width:100%}}.header__search{margin-left:-30px;width:630px}.header__search form{position:relative}.header__search-box{border:3px solid #e18789;border-radius:6px;position:relative;width:100%}.header__search-box:before{background:#e0e0e0;content:"";height:45%;left:160px;position:absolute;top:50%;transform:translateY(-50%);width:1px}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.header__search-box:before{display:none}}.header__search-box .search-input{border:2px solid #fff;border-radius:4px;height:50px;line-height:50px;outline:none;padding:0 60px 0 170px;width:100%}@media(max-width:575px){.header__search-box .search-input{padding-left:15px}}.header__search-box .search-input::-moz-placeholder{color:#999;font-size:12px}.header__search-box .search-input::placeholder{font-size:12px}.header__search-box .search-input:focus{border-color:#cd474a}.header__search-box .search-input::-moz-placeholder{color:#e0e0e0;font-size:14px}.header__search-box .search-input::placeholder{color:#999;font-size:14px}.header__search-box .search-input-2:focus{border-color:#16bcdc}.header__search-box .button{background:#cd474a;border:none;border-radius:0 4px 4px 0;color:#222;display:block;font-size:20px;font-weight:400;height:50px;line-height:50px;padding:0 15px;position:absolute;right:0;text-transform:capitalize;top:0}.header__search-box .button-2{height:40px;line-height:42px;right:5px;top:5px}.header__search-box .button-2,.header__search-box .button-3{background-color:#16bcdc;border-radius:2px;color:#fff}.header__search-box .button-3{height:50px;line-height:50px;right:0;top:0}@media only screen and (min-width:768px)and (max-width:991px){.header__search-box-4 input{padding-left:30px}}@media only screen and (min-width:576px)and (max-width:767px){.header__search-box-4 input{padding-left:30px}}@media(max-width:575px){.header__search-box-4 input{padding-left:30px}}.header__search-cat{left:20px;position:absolute;top:50%;transform:translateY(-50%);z-index:9999}@media(max-width:575px){.header__search-cat{display:none}}.header__search-cat .nice-select{border:none;color:#222;padding-left:0}.header__search-cat .nice-select:after{border-color:#222;border-width:1px;height:6px;margin-top:-5px;width:6px}.header__search-cat .nice-select .list{border-radius:0;height:250px;left:-20px;min-width:220px;overflow:hidden;overflow-y:scroll}.header__search-cat .nice-select .list .option{line-height:1.5;padding:10px 6px}.header__search-cat .nice-select .list .option.selected,.header__search-cat .nice-select .list .option:hover{background:#cd474a;color:#fff}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.header__bottom{padding:15px 0}}.side-menu-btn{color:#fff;font-size:25px}@media only screen and (min-width:1200px)and (max-width:1399px){.header__bottom-left{margin-left:-10px}}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.header__bottom-left{margin-left:0}}.header__bottom-left{margin-left:-30px}.header__bottom .box-items-inner{display:flex;justify-content:space-between}.header__bottom .box-item a{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:500;line-height:20px}.header__bottom .box-item a:hover{color:#16bcdc}.header__bottom .box-item a i{font-size:30px;line-height:40px;margin-inline-end:15px}.side-border{position:relative}@media only screen and (min-width:1200px)and (max-width:1399px){.side-border:before{right:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.side-border:before{right:15px}}.side-border:before{background:#fff;content:"";height:18px;opacity:.2;position:absolute;right:60px;top:18px;width:1px}@media only screen and (min-width:1200px)and (max-width:1399px){.header-action{margin-left:20px}}@media only screen and (min-width:768px)and (max-width:991px){.header-action{gap:15px;justify-content:flex-end;margin-left:10px}}@media only screen and (min-width:576px)and (max-width:767px){.header-action{gap:10px;justify-content:flex-end;margin-left:0}}@media(max-width:575px){.header-action{gap:8px;justify-content:flex-end;margin-left:0}}.header-action{display:flex;justify-content:space-between;margin-left:60px}.header-action .action{position:relative}@media only screen and (min-width:320px)and (max-width:370px){.header-action .icon-link{display:block}}.header-action .icon-link{align-items:center;display:flex}@media only screen and (min-width:992px)and (max-width:1199px){.header-action .icon-link i{font-size:25px;margin-right:5px}}@media only screen and (min-width:768px)and (max-width:991px){.header-action .icon-link i{font-size:22px;margin-right:0}}@media only screen and (min-width:576px)and (max-width:767px){.header-action .icon-link i{font-size:22px;margin-right:0}}@media(max-width:575px){.header-action .icon-link i{font-size:20px;margin-right:0}}.header-action .icon-link i{color:#4f1416;font-size:30px;font-weight:400;line-height:34px;margin-right:10px}.header-action .icon-link .flaticon-heart{position:relative;top:2px}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.header-action .icon-link .text{display:none}}@media only screen and (min-width:576px)and (max-width:767px){.header-action .icon-link span{font-size:12px}}.header-action .icon-link span{color:#731d20;display:block;font-size:13px;line-height:1.1}.header-action .icon-link .sub{display:block;font-size:13px;line-height:1.3;opacity:.7}@media only screen and (min-width:992px)and (max-width:1199px){.header-action .icon-link .count{left:-10px}}@media only screen and (min-width:768px)and (max-width:991px){.header-action .icon-link .count{font-size:11px;left:-8px;min-width:18px;top:-5px}}@media only screen and (min-width:576px)and (max-width:767px){.header-action .icon-link .count{font-size:11px;left:-8px;min-width:18px;top:-5px}}@media(max-width:575px){.header-action .icon-link .count{font-size:10px;left:-8px;min-width:16px;top:-5px}}.header-action .icon-link .count{background:#cd474a;border-radius:90px;color:#222;font-size:12px;left:15px;line-height:14px;min-width:20px;padding:3px;position:absolute;text-align:center;top:-3px}.header-action .icon-link .count-2{background:#16bcdc;color:#fff}.header-action .icon-link:hover .sub,.header-action .icon-link:hover i,.header-action .icon-link:hover span{color:#cd474a}.header-action .icon-link:hover .count{color:#222}.header-action .icon-link-2 .sub,.header-action .icon-link-2 .text,.header-action .icon-link:hover .count-2{color:#fff}.header-action .icon-link-2 span,.header-action .icon-link-2:hover .sub,.header-action .icon-link-2:hover .text,.header-action .icon-link-2:hover i{color:#16bcdc}@media only screen and (min-width:576px)and (max-width:767px){.cart__mini{right:-50px;width:300px}}@media(max-width:575px){.cart__mini{right:-30px;width:280px}}.cart__mini{background:#fff;border-top:2px solid #cd474a;box-shadow:0 6px 12px #0000002d;opacity:0;padding:27px 25px 35px;position:absolute;right:0;top:120%;transition:all .2s ease-out 0s;visibility:hidden;width:350px;z-index:11}.cart__mini.cart__opened{opacity:1;top:100%;visibility:visible}.cart__title{border-bottom:1px solid #e5e5e5;padding-bottom:20px}.cart__title h4{display:inline-block;font-size:18px;margin-bottom:0;margin-right:5px}.cart__title span{font-size:12px}.cart__total-item{background:#cd474a;border-radius:100%;color:#fff;font-size:10px;height:20px;left:35px;line-height:20px;min-width:20px;position:absolute;text-align:center;top:-2px}.cart__content span{display:block}.cart__item{border-bottom:1px solid #e5e5e5;padding-bottom:20px;padding-top:20px}.cart__price span{color:#cd474a}.cart__sub{padding-bottom:20px;padding-top:20px}.cart__sub h6{margin-bottom:0}.cart__sub-total{color:#222;color:#cd474a;font-size:14px;font-weight:500}.cart__thumb{margin-right:15px}.cart__thumb img{height:70px;width:70px}.cart__del a:hover,.cart__details h6 a:hover{color:#cd474a}.block-cart:hover>.cart .cart__mini{opacity:1;top:100%;visibility:visible}.main-menu ul li{display:inline-block;margin-right:26px;position:relative}@media only screen and (min-width:992px)and (max-width:1199px){.main-menu ul li{margin-right:20px}}@media only screen and (min-width:768px)and (max-width:991px){.main-menu ul li{margin-right:30px}}.main-menu ul li:hover>a{color:#cd474a}.main-menu ul li:hover ul.megamenu-1,.main-menu ul li:hover ul.submenu{opacity:1;top:100%;visibility:visible}.main-menu ul li:hover .mega-menu{opacity:1;top:206px;visibility:visible}.main-menu ul li a{color:#fff;display:block;font-size:14px;font-weight:500;padding:13px 0;text-transform:uppercase}.main-menu ul li a i{margin-left:5px}.main-menu ul li .active{color:#cd474a}.main-menu ul li ul.submenu{background:#fff;border:1px solid rgba(176,198,198,.302);box-shadow:0 15px 30px #00038f1a;left:0;min-width:200px;opacity:0;padding:20px 0;position:absolute;top:120%;transition:all .3s ease-out 0s;visibility:hidden;z-index:11}.main-menu ul li ul.submenu li{display:block;margin-right:0}.main-menu ul li ul.submenu li a{color:#666;font-size:14px;font-weight:400;padding:5px 25px;position:relative;text-transform:capitalize}.main-menu ul li ul.submenu li a i{position:absolute;right:0;top:34%;transform:rotate(-90deg) translateY(-50%)}.main-menu ul li ul.submenu li .active{color:#cd474a}.main-menu ul li ul.submenu li:last-child a{border-bottom:none}.main-menu ul li ul.submenu li ul.submenu{left:120%;opacity:0;top:0;visibility:hidden}.main-menu ul li ul.submenu li ul.submenu li:hover>a{color:#cd474a}.main-menu ul li ul.submenu li:hover ul.submenu{left:100%;opacity:1;visibility:visible}.main-menu ul li ul.submenu li:hover>a{color:#cd474a;margin-left:5px}.main-menu ul li ul.megamenu-1{background:#fff;border:1px solid rgba(176,198,198,.302);box-shadow:0 15px 30px #00038f1a;left:-428%;opacity:0;padding:40px 50px 10px;position:absolute;top:120%;transition:all .3s ease-out 0s;visibility:hidden;width:870px;z-index:11}.main-menu ul li ul.megamenu-1 li{float:left;margin-bottom:25px;margin-right:0;width:33.33%}.main-menu ul li ul.megamenu-1 li>a{border:none;color:#1f2024;font-size:14px;font-weight:500;margin-bottom:15px;padding:0;position:relative;text-transform:uppercase}.main-menu ul li ul.megamenu-1 li ul{padding:0}.main-menu ul li ul.megamenu-1 li ul li{display:block;margin-bottom:8px;width:100%}.main-menu ul li ul.megamenu-1 li ul li a{color:#666;display:inline-block;font-size:14px;font-weight:400;margin-bottom:0;position:relative;text-transform:capitalize;width:auto}.main-menu ul li ul.megamenu-1 li ul li a:hover{color:#cd474a;margin-left:5px}.main-menu ul li ul.megamenu-1 li ul li .active{color:#cd474a}.main-menu ul li ul.megamenu-1 li:hover>a{color:#222}.main-menu ul li .mega-menu{background-position:0 100%;background-size:cover;background:#fff;box-shadow:0 15px 30px #00038f1a;left:0;opacity:0;padding-top:40px;position:absolute;top:300px;transform-origin:top;transition:all .3s linear 0s;visibility:hidden;width:100%;z-index:9}.main-menu ul li .mega-menu ul{overflow:hidden}.main-menu ul li .mega-menu ul>li{float:left;margin:0;width:14.166666666%}.main-menu ul li .mega-menu ul>li.mega-image{width:29.16666667%}.main-menu ul li .mega-menu ul>li ul li{display:block;margin-bottom:8px;width:100%}@media only screen and (min-width:992px)and (max-width:1199px){.main-menu ul li .mega-menu ul>li ul li a{font-size:12px}}.main-menu ul li .mega-menu ul>li ul li a{color:#666;display:block;font-size:14px;font-weight:400;padding:0;text-transform:capitalize}.main-menu ul li .mega-menu ul>li ul li a:hover{color:#cd474a;margin-left:5px}.main-menu ul li .mega-menu ul>li ul li.title{margin-bottom:25px}.main-menu ul li .mega-menu ul>li ul li.title a{color:#1f2024;font-size:14px;font-weight:500;padding:0;text-transform:uppercase}.main-menu ul .has-mega{position:static}.main-menu ul .mega-image{background-position:top;background-repeat:no-repeat;background-size:cover;padding:40px 50px 20px}.main-menu ul .mega-image ul li a{text-align:right}.main-menu ul .mega-image ul li a h4{color:#fff;font-size:24px;font-weight:400;letter-spacing:-.6px;line-height:1em}.main-menu ul .mega-image ul li a h5{color:#cd474a;font-size:80px;font-weight:300;letter-spacing:-2px;line-height:1em}.main-menu ul .mega-image ul li a h6{color:#fff;font-size:18px;font-weight:400}.main-menu ul .mega-image ul li a h6 span{color:#cd474a;display:inline-block}.container-mega{--bs-gutter-x:15px}.offer{background:#cc1414;padding:18px 0}.offer p{color:#fff;font-size:16px;letter-spacing:-.4px;line-height:24px;margin-bottom:0;text-align:center}@media only screen and (min-width:992px)and (max-width:1199px){.shopeing-text p{font-size:12px;font-weight:500}}.shopeing-text p{color:#fff;font-size:14px;line-height:24px;margin-bottom:0}.hover-effect{border-radius:3px;overflow:hidden;position:relative}.hover-effect:after,.hover-effect:before{content:"";inset:0;position:absolute;transition:all .4s linear}.hover-effect:before{z-index:1}.hover-effect:hover:after{background:#fff3;bottom:50%;top:50%}.hover-effect:hover:before{background:#fff3;left:50%;right:50%}.cat__menu ul{background:#fff;border-radius:0 0 5px 3px}.cat__menu ul li{position:relative}.cat__menu ul li:last-child a{border:none}@media only screen and (min-width:992px)and (max-width:1199px){.cat__menu ul li a{font-size:12px}}.cat__menu ul li a{border-bottom:1px solid #e5e5e5;color:#1f2024;display:inline-block;font-size:14px;font-weight:500;padding:10px 20px;position:relative;text-align:left;text-transform:capitalize;width:100%}.cat__menu ul li a .cat-label{background:#cc1414;color:#fff;font-size:9px;padding:4px;position:relative;right:-2px;text-transform:uppercase;top:-5px}.cat__menu ul li a .cat-label.green{background:#5aab19}.cat__menu ul li a .cat-label.green:after{border-right-color:#5aab19}.cat__menu ul li a .cat-label:after{border:3px solid transparent;border-right-color:#cc1414;bottom:auto;content:"";left:-6px;position:absolute;top:3px}.cat__menu ul li a i{position:absolute;right:10px;top:34%;transform:rotate(-90deg) translateY(-50%)}.cat__menu ul li>ul.submenu{background:#fff;border:1px solid rgba(176,198,198,.302);box-shadow:0 15px 30px #00038f1a;left:100%;min-width:200px;opacity:0;padding:20px 0;position:absolute;top:20%;transition:all .3s ease-out 0s;visibility:hidden;z-index:11}.cat__menu ul li>ul.submenu li{display:block;margin-right:0}.cat__menu ul li>ul.submenu li a{border:0;font-size:13px;padding:9px 25px;text-transform:capitalize}.cat__menu ul li>ul.submenu li:last-child a{border-bottom:none}.cat__menu ul li>ul.submenu li ul.submenu{left:120%;opacity:0;padding:20px 0;top:0;visibility:hidden}.cat__menu ul li>ul.submenu li:hover ul.submenu{left:100%;opacity:1;visibility:visible}.cat__menu ul li>ul.submenu li:hover>a{margin-left:5px}.cat__menu ul li:hover>a{color:#cd474a}.cat__menu ul li:hover .mega-menu,.cat__menu ul li:hover .submenu{opacity:1;top:0;visibility:visible}.cat__menu ul li .mega-menu{background:#fff;background-image:url(./img-4.ZPLHk5Zp.png);background-position:100%;background-position:100% 100%;background-repeat:no-repeat;background-size:cover;box-shadow:4.316px 4.168px 20px #0000001a;left:100%;opacity:0;padding:40px 50px 10px;position:absolute;top:110%;transition:all .3s ease-out 0s;visibility:hidden;width:800px;z-index:1}.cat__menu ul li .mega-menu:before{background:#000000a1;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%}@media only screen and (min-width:992px)and (max-width:1199px){.cat__menu ul li .mega-menu{left:100%;width:620px}}.cat__menu ul li .mega-menu li{float:left;margin-bottom:25px;width:33.33%}.cat__menu ul li .mega-menu li>a{border:none;color:#fff;font-size:16px;margin-bottom:15px;padding:0;position:relative}.cat__menu ul li .mega-menu li ul{padding:0}.cat__menu ul li .mega-menu li ul li{display:block;margin-bottom:8px;width:100%}.cat__menu ul li .mega-menu li ul li a{color:#fff;display:inline-block;font-size:14px;font-weight:400;margin-bottom:0;position:relative;width:auto}.cat__menu ul li .mega-menu li ul li:hover>a{color:#cd474a;margin-left:5px}.cat__menu ul li .mega-menu li:hover>a{color:#cd474a}.cat__menu ul li .mega-menu-2{background-image:url(./img-5.DHDHCoJu.png)}@media(min-width:1400px){.cat__menu-2{width:69%!important}}.cat-toggle{position:relative}@media only screen and (min-width:1200px)and (max-width:1399px){.cat__menu{width:88%}}@media only screen and (min-width:992px)and (max-width:1199px){.cat__menu{width:93%}}.cat__menu{box-shadow:0 15px 30px #00038f1a;left:0;position:absolute;top:100%;width:83%;z-index:2}@media only screen and (min-width:1200px)and (max-width:1399px){.cat-toggle-btn-1{padding-right:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.cat-toggle-btn-1{padding:15px}}.cat-toggle-btn-1{color:#fff;font-size:14px;font-weight:500;line-height:1.2;padding:15px 75px 15px 30px;text-align:left;text-transform:uppercase}.cat-toggle-btn-1 i{font-size:20px;margin-right:10px;position:relative;top:2px}.cat-toggle-btn-1:hover{background:#cd474a;color:#222}.offcanvas__area{background:#fff none repeat scroll 0 0;box-shadow:-5px 0 20px -5px #00000080;height:100%;overflow-y:scroll;position:fixed;right:-495px;top:0;transition:all .3s cubic-bezier(.785,.135,.15,.86);width:465px;z-index:999}@media only screen and (min-width:768px)and (max-width:991px){.offcanvas__area{right:-400px;width:380px}}@media only screen and (min-width:576px)and (max-width:767px){.offcanvas__area{right:-340px;width:320px}}@media(max-width:575px){.offcanvas__area{right:-310px;width:290px}}.offcanvas__area.opened{right:0}.offcanvas__wrapper{padding:45px;position:relative}@media(max-width:575px){.offcanvas__wrapper{padding:20px}}.offcanvas__close{position:absolute;right:45px;top:37px}@media(max-width:575px){.offcanvas__close{right:20px;top:10px}}.offcanvas__close-btn{background:#cd474a;border-radius:50%;color:#fff;display:inline-block;font-size:16px;height:45px;line-height:45px;width:45px}.offcanvas__close-btn:hover{background:#222}.offcanvas__logo{border-bottom:1px solid #e5e5e5;padding-bottom:20px}.offcanvas__search{position:relative}.offcanvas__search input{background:transparent;border:none;border-bottom:1px solid #e5e5e5;font-size:14px;height:40px;line-height:40px;outline:none;padding-right:20px;width:100%}.offcanvas__search input::-moz-placeholder{color:#999}.offcanvas__search input::placeholder{color:#999}.offcanvas__search input:focus{border-color:#222}.offcanvas__search button{color:#999;font-size:14px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.slider-height{min-height:500px}.slider-height-2{min-height:430px}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-2{min-height:350px}}@media only screen and (min-width:576px)and (max-width:767px){.slider-height-2{min-height:300px}}@media(max-width:575px){.slider-height-2{min-height:250px}}.slider-height-3{min-height:500px}.single-slider{background-position:top;background-repeat:no-repeat;background-size:cover;transition:all 10.5s cubic-bezier(0,0,.2,1)}.slider-content{text-align:center}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.slider-content{text-align:left}}.slider-content .slider_text{color:#fff;font-size:18px;font-weight:400}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-2{margin-left:40px}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-2{margin-left:25px}}@media(max-width:575px){.slider-content-2{margin-left:15px}}.slider-content-2{margin-left:90px;text-align:left}.slider-title{color:#fff;font-weight:300}@media only screen and (min-width:768px)and (max-width:991px){.slider-title{font-size:28px}}@media only screen and (min-width:576px)and (max-width:767px){.slider-title{font-size:24px}}@media(max-width:575px){.slider-title{font-size:20px}.main-slider-paginations{display:none}}.main-slider-paginations{align-items:center;bottom:10px;left:0;position:absolute;right:0;text-align:center;transform:translateY(-55%);z-index:9}.main-slider-paginations .swiper-pagination-bullet{background:#fff;font-size:0;height:7px;margin:0 5px;opacity:.2;width:7px}.main-slider-paginations .swiper-pagination-bullet-active{background:#fff;border-radius:10px;opacity:1;position:relative;width:35px}.page-banner-area{align-items:center;background-position:top;background-repeat:no-repeat;background-size:cover;display:flex;position:relative;z-index:1}.page-banner-area:before{background:#230000;content:"";height:100%;opacity:.3;position:absolute;width:100%;z-index:-1}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.page-banner-height{padding:80px 0}}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.page-banner-height{padding:60px 0}}.page-banner-height{padding:220px 0}.page-banner-height-2{min-height:180px;padding:40px 0}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.page-banner-height-2{min-height:150px;padding:30px 0}}.page-banner-content h3{color:#fff;font-size:60px;font-weight:400;letter-spacing:-3px;line-height:1.17em}.page-banner-content p{color:#fff;font-size:16px}.swiper-slide-active .slider-content a,.swiper-slide-active .slider-content h2,.swiper-slide-active .slider-content p,.swiper-slide-active .slider-content span,.swiper-slide-active .st-btn-b{animation-fill-mode:both;animation-name:fadeInUp}.swiper-slide-active .slider-content a{animation-delay:.3s;animation-duration:.3s}.swiper-slide-active .slider-content h2{animation-delay:.5s;animation-duration:.5s}.swiper-slide-active .slider-content p{animation-delay:.7s;animation-duration:.7s}.swiper-slide-active .slider-content .st-btn-b{animation-delay:.9s;animation-duration:.9s}.features__inner,.features__wrapper{border:1px solid #e5e5e5}.features__item{padding:40px;position:relative}@media only screen and (min-width:1200px)and (max-width:1399px){.features__item{padding:40px 20px}}@media only screen and (min-width:992px)and (max-width:1199px){.features__item{padding:40px 10px}}.features__item:after{background:#e5e5e5;content:"";height:50%;position:absolute;right:25px;top:50%;transform:translateY(-50%);width:1px}@media only screen and (min-width:992px)and (max-width:1199px){.features__item:after{right:0}}@media(max-width:575px){.features__item:after{display:none}}.features__item-last:after{display:none}.features__icon i{color:#cd474a;font-size:40px}.features__content h6{font-size:13px;font-weight:500;line-height:1.4;text-transform:uppercase}.features__content p{font-size:13px;line-height:1.4em;margin-bottom:0}.features-2__lists{border-bottom:1px solid hsla(0,0%,100%,.102)}.features-2__item{display:flex;padding:20px 30px;position:relative}.features-2__icon i{color:#16bcdc;font-size:40px}.features-2__content h6{color:#fff;font-size:13px;font-weight:500;line-height:1.4;text-transform:uppercase}.features-2__content p{color:#999;font-size:13px;line-height:1.4em;margin-bottom:0}.banner__area-d{margin-top:-35px}.banner__item:hover .banner__img img{transform:scale(1.1)}.banner__img{overflow:hidden}.banner__img img{min-height:200px;transition:all .3s ease-out 0s}@media only screen and (min-width:1200px)and (max-width:1399px){.banner__img-2 img{min-height:235px}.banner__img-3 img{min-height:500px}}.banner__content{padding:30px 40px;position:absolute;top:50%;transform:translateY(-50%)}@media(max-width:575px){.banner__content{padding:25px 20px}}.banner__content span{color:#cd474a;display:inline-block;font-size:16px;margin-bottom:10px}.banner__content h6{color:#fff;font-size:24px;font-weight:400;letter-spacing:-.6px;line-height:1.25em;margin-bottom:20px}@media(max-width:575px){.banner__content h6{font-size:20px}}.banner__content h6:hover{color:#cd474a}.banner__content p{color:#fff;font-size:16px;font-weight:400;margin-bottom:0}.banner__content .sm-p{font-size:18px}.banner__content-2 h6{transition:.3s}@media(max-width:575px){.banner__content-2 h6 br{display:none}}.banner__content-2 h6:hover{color:#fff;text-decoration:underline}.banner__content-3{left:0;padding:0;position:absolute;right:0;text-align:center;top:10%;transform:translateY(0)}.banner__content-3 p{font-size:18px}.banner__content-3 h6{font-size:26px;line-height:1.4em}.banner__content-3 h6:hover{color:#16bcdc}.banner__content-3 .df-title:hover{color:#cd474a}@media(max-width:575px){.banner__content-3 .bottom-btn{bottom:-190%}}.banner__content-3 .bottom-btn{bottom:-215%;left:0;position:absolute;right:0}.banner__content-sd{left:0;padding:0 40px;right:0;top:110px}@media only screen and (min-width:1200px)and (max-width:1399px){.banner__content-sd{top:85px}}@media only screen and (min-width:768px)and (max-width:991px){.banner__content-sd{top:170px}}@media(max-width:575px){.banner__content-sd{top:80px}.banner__content-sd h6{font-size:18px}}.banner__content-sd h6{color:#fff;font-size:26px;font-weight:400;letter-spacing:-.6px;line-height:1.25em;margin-bottom:5px}.banner__content-sd h6:hover{color:#cd474a}.offer-time{align-items:center;display:flex}.offer-time .offer-title{color:#222;display:inline-block;font-size:16px;font-weight:500;line-height:24px;margin-inline-end:25px}.countdown-inner{background-color:#cc1414;display:block;margin-bottom:10px;padding:8px 0 5px}.countdown-inner ul li{color:#e5e5e5;display:inline-block;font-size:12px;list-style:none;padding:0 24px;position:relative;text-transform:uppercase}@media only screen and (min-width:768px)and (max-width:991px){.countdown-inner ul li{padding:0 10px}}@media(max-width:575px){.countdown-inner ul li{padding:0 18px}}.countdown-inner ul li span{display:block;font-size:16px;font-weight:500;line-height:1}.brand-area-d{margin-top:-55px;position:relative}.brand-slider{border-top:1px solid #e5e5e5}.brand-slider-2{background:#fff;border-radius:20px;border-top:0}.brand-item:hover img{animation:bounceIn .5s ease}@keyframes bounceIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.cta-item{margin-right:50px}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.cta-item{margin-right:0}}.cta-item .cta-title{color:#fff;font-size:18px;letter-spacing:-.45px;line-height:1.2}.cta-item p{color:#999}.cta-item-d{margin-right:60px}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.cta-item-d{margin-right:0}}.subscribe__form{position:relative;width:100%}.subscribe__form input{background:#fff;border:1px solid transparent;border-radius:3px;color:#222;height:45px;line-height:41px;padding-left:20px;padding-right:130px;width:100%}.subscribe__form input::-moz-placeholder{color:#979ca5;font-size:14px}.subscribe__form input::placeholder{color:#979ca5;font-size:14px}.subscribe__form button{background:#cd474a;border:0;border-radius:0 3px 3px 0;color:#222;font-size:13px;font-weight:500;height:45px;line-height:45px;padding:0 25px;position:absolute;right:0;text-align:center;text-transform:uppercase;top:0}.apps-store a{display:inline-block;margin-bottom:10px;margin-right:20px}.apps-store a:last-child{margin-right:0}.social-icon a{background-color:#666;border-radius:3px;color:#fff;display:inline-block;height:50px;line-height:50px;margin-bottom:10px;margin-right:6px;text-align:center;width:50px}.social-icon a:last-child{margin-right:0}.social-icon a:hover{background-color:#cd474a;color:#222}.social-icon .facebook{background-color:#3b5998}.social-icon .twitter{background-color:#1da1f2}.social-icon .youtube{background-color:#cd201f}.social-icon .linkedin{background-color:#0077b5}.social-icon .rss{background-color:#f26522}.social-icon .dribbble{background-color:#ea4c89}.social-icon-2 a:hover{background-color:#16bcdc;color:#fff}.categories__item:hover .categories__img img{transform:scale(1.1)}.categories__img{overflow:hidden}.categories__img img{min-height:140px;transition:all .3s ease-out 0s}.categories__content{padding:0 30px;position:absolute;top:50%;transform:translateY(-50%)}.categories__content h6{color:#fff;font-size:16px;font-weight:400;letter-spacing:-.025em;margin-bottom:5px}.categories__content h6:hover{color:#16bcdc}.categories__content p{color:#fff;font-size:14px;font-weight:400;letter-spacing:-.025em;margin-bottom:0;opacity:.6}.product__item{padding:20px;position:relative;transition:.3s;z-index:3}.product__item:hover{background-color:#fff;box-shadow:0 5px 30px #0000001a}.product__item:hover .product__add-cart{bottom:20px;opacity:1;visibility:visible}.product__item:hover .product-action{right:0}.product__item:hover .product__content-3 .progress,.product__item:hover .product__content-3 .progress-rate{opacity:0;visibility:hidden}.product__item-2{background:#fff}.product__item-2:hover{background-color:#fff;box-shadow:0 5px 30px #0000001a}.product__item-2:hover .product__content-2 .price,.product__item-2:hover .product__content-2 .rating{opacity:1;visibility:hidden}.product__item-d{border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;z-index:1}.product__thumb{position:relative}.product__thumb .product-action{position:absolute;right:-50px;top:45px;transition:.3s}.product__thumb .product-action .icon-box{background:#f5f5f5;border:1px solid transparent;border-radius:2px;color:#42381c;display:block;font-size:14px;height:40px;line-height:40px;margin-bottom:5px;overflow:hidden;position:relative;text-align:center;width:40px}.product__thumb .product-action .icon-box.active,.product__thumb .product-action .icon-box:hover{background:#cd474a}.product__thumb .product-action .icon-box i{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.product__thumb .product-action .icon-box i:first-child{top:-50%}.product__thumb .product-action .icon-box:hover i:first-child{top:50%}.product__thumb .product-action-2 .icon-box.active,.product__thumb .product-action-2 .icon-box:hover{background:#cd474a;color:#fff}.product__thumb .product__offer{left:0;position:absolute;top:0}.product__thumb .product__offer span{background-color:#5aab19;border-radius:2px;color:#fff;display:inline-block;font-size:12px;font-weight:400;line-height:16px;padding:2px 10px;text-align:center}.product__thumb .product-image{overflow:hidden}.product__thumb .product-image img{transition:all .3s ease-out 0s}.product__thumb:hover .product-image img{transform:scale(1.1)}.product__content{overflow:hidden;padding-bottom:70px}.product__content h6{color:#671a1c;font-size:15px;font-weight:500;line-height:1.2;margin-bottom:0}.product__content h6:hover{color:#cd474a}.product__content .price{transition:.3s}.product__content .price span{color:#222;display:inline-block;font-size:16px;font-weight:500;line-height:1.2}.product__content .d-price span{color:#cc1414}.product__content .features-des ul li{display:block}.product__content .features-des ul li a{color:#666;font-size:14px}.product__content .features-des ul li a i{font-size:6px;margin-right:5px;position:relative;top:-3px}.product__content .cart-option{display:flex}.product__content-2{padding-bottom:0;transition:.3s}.product__content-2 h6:hover{color:#cd474a}.product__content-2 .price,.product__content-2 .rating{transition:.3s}.product__content-3{padding-bottom:0;transition:.3s}@media only screen and (min-width:1200px)and (max-width:1399px){.product__content-3 h6{font-size:14px}}.product__content-3 h6{font-size:15px}.product__content-3 h6:hover{color:#cd474a}.product__content-d{padding-bottom:0}@media(max-width:479px){.product__content-d .rating ul{margin-right:4px}.product__content-d .rating ul li a{font-size:8px}}.product__content-d .rating ul li a{font-size:10px}.product__content-d .rating span{color:#999;display:inline-block;font-size:12px}.product__content-d .rating-d ul li a{font-size:13px}.product__content-d-2 h6:hover{color:#cd474a}.product__add-cart{bottom:60px;left:0;opacity:0;padding:0 20px;position:absolute;right:0;text-align:center;transition:.5s;visibility:hidden}@media(max-width:575px){.product__nav-tab{margin-right:0}}.product__nav-tab .nav-tabs{border:none}.product__nav-tab .nav-item{margin-right:35px}@media only screen and (min-width:576px)and (max-width:767px){.product__nav-tab .nav-item{margin-right:30px}}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.product__nav-tab .nav-item{margin-bottom:5px;margin-right:10px}}.product__nav-tab .nav-item:last-child{margin-right:0}.product__nav-tab .nav-link{background:transparent;border:none;color:#222;font-size:14px;padding:0;text-transform:capitalize}.product__nav-tab .nav-link.active{background:transparent;color:#cd474a}.product__nav-tab-red .nav-link.active,.product__nav-tab-red .nav-link:hover{color:#cc1414}@media only screen and (min-width:768px)and (max-width:991px){.product__nav-tab-3{margin-top:20px}}@media only screen and (min-width:576px)and (max-width:767px){.product__nav-tab-3{margin-right:0;margin-top:20px}}@media(max-width:575px){.product__nav-tab-3{margin-right:0;margin-top:20px}}.product__details-content h6{color:#671a1c;font-size:24px}.product__details-content .pd-rating{display:flex}@media(max-width:575px){.product__details-content .pd-rating{display:block}}.product__details-content .pd-rating ul li a{color:#cd474a;font-size:15px;margin-right:5px}.product__details-content .pd-rating .rating{margin-right:20px}.product__details-content .pd-rating span{color:#999;display:inline-block;font-size:14px;margin-right:30px;position:relative}@media(max-width:575px){.product__details-content .pd-rating span:before{display:none}}.product__details-content .pd-rating span:before{background:#999;content:"";height:10px;left:-15px;position:absolute;right:0;top:8px;width:1px}.product__details-content .price{border-bottom:1px solid #e5e5e5}.product__details-content .price span{color:#222;display:inline-block;font-size:24px;font-weight:500;line-height:1.25;padding-bottom:20px}.product__details-content .features-des ul li a{font-size:14px}.product__details-content .features-des ul li a i{font-size:6px;margin-right:5px;position:relative;top:-4px}.tp-wrapper{border-left:1px solid #e5e5e5}.progress,.progress-bar{height:9px}.progress-rate{overflow:hidden}.progress-rate span{display:inline-block;font-size:14px;line-height:24px}.cart-plus-minus input{border-radius:30px}.cart-plus-minus .dec{left:7px}.cart-plus-minus .inc{right:7px}.rating{align-items:center;display:flex;transition:.3s}.rating ul{margin-right:10px}.rating ul li{display:inline-block}.rating ul li a{color:#5b1719;font-size:13px}.rating span{color:#999;display:inline-block;font-size:12px}.featured{margin-top:-35px}.single-features-item{background-color:#fff;padding:20px}.single-features-item-d{padding:33px 20px}.single-features-item-df{padding:0}.single-features-item-d-2{padding:18px 65px 18px 20px}.features-thum{position:relative}.features-thum .product__offer{left:0;position:absolute;top:0}.features-thum .product__offer span{background-color:#5aab19;border-radius:2px;color:#fff;display:inline-block;font-size:12px;font-weight:400;line-height:16px;padding:2px 10px;text-align:center}.features-thum .product-action{opacity:0;position:absolute;right:10px;top:20px;transition:.3s;visibility:hidden}.features-thum .product-action .icon-box{background:#f5f5f5;border:1px solid transparent;border-radius:2px;color:#42381c;display:block;font-size:14px;height:40px;line-height:40px;margin-bottom:5px;overflow:hidden;position:relative;text-align:center;width:40px}.features-thum .product-action .icon-box:hover{background:#cd474a}.features-thum .product-action .icon-box i{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.features-thum .product-action .icon-box i:first-child{top:-50%}.features-thum .product-action .icon-box:hover i:first-child{top:50%}.features-thum .product-action-2 .icon-box:hover{background:#cd474a;color:#fff}.features-thum:hover .product-action{opacity:1;top:0;visibility:visible}.features-product-image{overflow:hidden}.features-product-image img{transition:all .3s ease-out 0s}.single-features-item:hover .features-product-image img{transform:scale(1.1)}.product-bs-slider .bs-button{background-color:#0003;border:none;border-radius:50%;box-shadow:0 0 30px #00053f1a;color:#fff;cursor:pointer;font-size:20px;font-size:15px;height:50px;line-height:50px;margin:0;opacity:0;outline:none;position:absolute;text-align:center;top:40%;transition:all .3s ease-out 0s;transition:.3s;vertical-align:middle;visibility:hidden;width:50px;z-index:9}.product-bs-slider .bs-button:after{display:none}.product-bs-slider .bs-button:hover{background:#cd474a;color:#222}@media only screen and (min-width:992px)and (max-width:1199px){.product-bs-slider .bs-button-next{right:-10px}}@media only screen and (min-width:576px)and (max-width:767px){.product-bs-slider .bs-button-next{right:-15px}}@media(max-width:575px),only screen and (min-width:1400px)and (max-width:1600px){.product-bs-slider .bs-button-next{right:0}}.product-bs-slider .bs-button-next{left:auto;right:-20px}@media only screen and (min-width:992px)and (max-width:1199px){.product-bs-slider .bs-button-prev{left:-10px}}@media only screen and (min-width:576px)and (max-width:767px){.product-bs-slider .bs-button-prev{left:-15px}}@media(max-width:575px),only screen and (min-width:1400px)and (max-width:1600px){.product-bs-slider .bs-button-prev{left:0}}.product-bs-slider .bs-button-prev{left:-20px;right:auto}.product-bs-slider:hover .bs-button{opacity:1;visibility:visible}.product-bs-slider-2{position:relative}.product-bs-slider-2 .bs-button{background-color:#0003;border:none;border-radius:50%;box-shadow:0 0 30px #00053f1a;color:#fff;cursor:pointer;font-size:20px;font-size:15px;height:50px;line-height:50px;margin:0;opacity:0;outline:none;position:absolute;text-align:center;top:40%;transition:all .3s ease-out 0s;transition:.3s;vertical-align:middle;visibility:hidden;width:50px;z-index:9}.product-bs-slider-2 .bs-button:after{display:none}.product-bs-slider-2 .bs-button:hover{background:#cd474a;color:#222}@media only screen and (min-width:992px)and (max-width:1199px){.product-bs-slider-2 .bs2-button-next{right:-10px}}@media only screen and (min-width:576px)and (max-width:767px){.product-bs-slider-2 .bs2-button-next{right:-15px}}@media(max-width:575px),only screen and (min-width:1400px)and (max-width:1600px){.product-bs-slider-2 .bs2-button-next{right:0}}.product-bs-slider-2 .bs2-button-next{left:auto;right:-20px}@media only screen and (min-width:992px)and (max-width:1199px){.product-bs-slider-2 .bs2-button-prev{left:-10px}}@media only screen and (min-width:576px)and (max-width:767px){.product-bs-slider-2 .bs2-button-prev{left:-15px}}@media(max-width:575px),only screen and (min-width:1400px)and (max-width:1600px){.product-bs-slider-2 .bs2-button-prev{left:0}}.product-bs-slider-2 .bs2-button-prev{left:-20px;right:auto}.product-bs-slider-2:hover .bs-button{opacity:1;visibility:visible}.product-bs-slider{position:relative}.button-wrap a{color:#222;display:inline-block;font-size:14px;line-height:24px}.button-wrap a:hover{color:#cd474a}.button-wrap a i{font-size:12px;margin-left:5px}.button-wrap-2 a:hover{color:#cd474a}.moveing-text-area{background-color:#4f1416}@keyframes ovic-running-1{0%{transform:translate(100%)}}@keyframes ovic-running-2{to{transform:translate(-100%)}}.moveing-text-area .ovic-running{color:var(--default-color);font-size:16px;line-height:1.5;overflow:hidden;--running-space:180px;--running-time:30s;padding:13px 0}.moveing-text-area .ovic-running .wrap{animation:ovic-running-1 var(--running-time) linear infinite}.moveing-text-area .ovic-running .inner{animation:inherit;animation-name:ovic-running-2;display:inline-block;min-width:100%;vertical-align:top;white-space:nowrap}.moveing-text-area .ovic-running .inner:hover,.moveing-text-area .ovic-running .wrap:hover,.moveing-text-area .ovic-running .wrap:hover .inner{animation-play-state:paused}.moveing-text-area .ovic-running .item{color:#fff;display:inline-block;font-size:16px;margin:0;vertical-align:top}.moveing-text-area .ovic-running .item:not(:last-child){margin-inline-end:var(--running-space)}.product-widget{border:1px solid #e5e5e5;padding:30px}@media only screen and (min-width:1200px)and (max-width:1399px){.product-widget{padding:25px 20px}}.product-widget .pt-title{box-shadow:inset 0 -1px #e5e5e5;font-size:18px;margin-bottom:0;padding-bottom:10px;position:relative}.product-widget .pt-title:before{background:#cd474a;bottom:0;content:"";height:2px;position:absolute;width:60px}.price__slider .ui-widget-content{background:#f0f0f0;border:0}.price__slider .ui-widget-header{background:#cd474a;border-radius:0}.price__slider .ui-slider-horizontal{height:4px}.price__slider .ui-state-default{background:#cd474a;border:0;border-radius:50%}.price__slider .ui-slider-horizontal .ui-slider-handle{height:15px;top:-7px;width:15px}.price__slider .ui-slider .ui-slider-handle:before{background:#fff;border-radius:50%;content:"";height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:6px}.product__color ul{align-items:center;display:flex;flex-wrap:wrap}.product__color ul li{display:inline-block;margin-bottom:5px;margin-top:5px}@media(max-width:575px){.product__color ul li{margin-bottom:10px}}.product__color ul li:not(:last-child){margin-right:12px}.product__color ul li a{background:#000;border-radius:50%;box-shadow:0 0 0 1px #e6e6e6,inset 0 0 0 2px #fff;display:block;font-size:0;height:20px;line-height:20px;position:relative;text-align:center;width:20px;z-index:1}.product__color ul li a img{height:16px;width:16px}.product__color ul li a.active,.product__color ul li a.selected,.product__color ul li a:hover{box-shadow:0 0 0 1px #222,inset 0 0 0 2px #fff}.product__color ul li a.blue{background:#00f}.product__color ul li a.red{background:red}.product__color ul li a.yellow{background:#ff0}.product__color ul li a.pink{background:pink}.product__color ul li a.brown{background:brown}.product__color ul li a.green{background:green}.product__color ul li a.oragne{background:orange}.s-form input{border:0}.s-form button{color:#2f3037;text-transform:uppercase;transition:.3s}.s-form button:hover{color:#cd474a;text-decoration:underline}.single-widget-category:not(:last-child){margin-bottom:10px}.single-widget-category input{display:none}.single-widget-category label{color:#666;display:inline-block;font-size:14px;padding-left:35px;position:relative;transition:all .3s ease-out 0s}.single-widget-category label:hover{color:#cd474a}.single-widget-category label:before{border:1px solid #d8d8d8;border-radius:50%;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.single-widget-category label:after{content:"";font-family:Font awesome\ 5 pro;font-size:12px;font-weight:200;left:5px;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-out 0s;visibility:hidden}.single-widget-category input.checked+label{color:#cd474a}.single-widget-category input.checked+label:after{opacity:1;visibility:visible}.single-widget-category label span{color:#bab9b9}.single-widget-rating:not(:last-child){margin-bottom:10px}.single-widget-rating input{display:none}.single-widget-rating label{color:#cd474a;display:inline-block;font-size:14px;padding-left:35px;position:relative;transition:all .3s ease-out 0s}.single-widget-rating label:hover{color:#cd474a}.single-widget-rating label:before{border:1px solid #d8d8d8;border-radius:50%;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.single-widget-rating label:after{content:"";font-family:Font awesome\ 5 pro;font-size:12px;font-weight:200;left:5px;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-out 0s;visibility:hidden}.single-widget-rating input.checked+label{color:#cd474a}.single-widget-rating input.checked+label:after{opacity:1;visibility:visible}.single-widget-rating label span{color:#bab9b9}.product__sm-item:not(:last-child){margin-bottom:20px;padding-bottom:5px}.product__sm-thumb img{height:70px;width:70px}.product__sm-title{color:#4f1416;font-size:14px;font-weight:400}.product__sm-title a:hover{color:#cd474a}.product__sm-price .price{color:#222;font-size:16px;font-weight:500}.banner-image{position:relative}.banner-image .banner-l{min-height:230px;width:100%}.banner-image .banner-sm{position:absolute;right:22%;top:50%;transform:translateY(-50%)}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.banner-image .banner-sm{display:none}}.banner-image .banner-content{position:absolute;right:40px;top:50%;transform:translateY(-50%)}.banner-image .banner-content p{color:#fff;font-size:16px}.product__col .nav-tabs{border:none}@media only screen and (min-width:992px)and (max-width:1199px){.product__col .nav-tabs .nav-item:not(:last-child){margin-bottom:15px;margin-right:0}}.product__col .nav-tabs .nav-item:not(:last-child){margin-right:15px}.product__col .nav-tabs .nav-item .nav-link{border:none;color:#b6b6b6;font-size:24px;padding:0}.product__col .nav-tabs .nav-item .nav-link.active{color:#cd474a}@media(max-width:575px){.product__result{padding:20px 0}}.product__result p{margin-bottom:0}.product__filter-wrap{border:1px solid #e5e5e5;padding:10px 20px}@media only screen and (min-width:768px)and (max-width:991px){.product-stock{text-align:center}}.product-stock h5{color:#222;font-size:14px;font-weight:400}.product-stock h5 span{color:#cd474a;margin-left:10px}.product-stock h6{color:#cc1414;font-size:16px;line-height:1.3}@media only screen and (min-width:576px)and (max-width:767px){.product__filter-right{padding-top:10px}}.product__filter-right .nice-select{border-radius:0}.single-item-pd{border-bottom:1px solid #e5e5e5;padding:20px}.tp-wrapper-2{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5}.basic-pagination ul li{display:inline-block}.basic-pagination ul li:not(:last-child){margin-bottom:10px;margin-right:10px}.basic-pagination ul li.disable{display:none}.basic-pagination ul li a{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:2px;display:inline-block;font-size:14px;font-weight:600;height:40px;line-height:38px;text-align:center;width:40px}.basic-pagination ul li a.active,.basic-pagination ul li a:hover{background:#cd474a;border-color:#cd474a;color:#fff}.basic-pagination-border{border-top:1px solid #e6e6e6}.product__details-nav .nav-tabs .nav-link .nav-img{height:85px;-o-object-fit:cover;object-fit:cover;width:85px}.product__details-nav .nav-tabs .nav-link.active{border:1px solid #cd474a}.product__details-nav .nav-tabs .nav-link{border:1px solid #e5e5e5;border-radius:.25rem;margin-bottom:10px}.product__details-nav .nav-tabs{border-bottom:0}.product__details-thumb{margin-left:60px}@media(max-width:575px){.product__details-thumb{margin:0}}.cart-option{display:flex}.details-meta{border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;padding-bottom:20px}.d-meta-left{display:flex}.dm-item a{color:#666;font-size:14px}.dm-item a i{margin-right:10px}.dm-item a.active,.dm-item a:hover{color:#cd474a}.product_info{display:block}.product_info .title{color:#222;display:inline-block;padding-inline-end:10px;vertical-align:top;width:110px}.product_info .posted_in,.product_info .sku_wrapper,.product_info .tagged_as{display:block}.product_info span{font-size:14px}.product_info span a:hover{color:#cd474a}.product__details-des-tab .nav-tabs{border:0;border-bottom:1px solid #ebebeb;margin:0}.product__details-des-tab .nav-tabs .nav-item{margin:0}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.product__details-des-tab .nav-tabs .nav-item .nav-link{margin-top:15px}}.product__details-des-tab .nav-tabs .nav-item .nav-link{background:transparent;border:0;color:#222;color:#b6b6b6;font-size:20px;font-weight:400;margin-right:50px;padding:0 0 10px;position:relative}.product__details-des-tab .nav-tabs .nav-item .nav-link:after{background:transparent;bottom:0;content:"";height:2px;left:0;position:absolute;width:0}.product__details-des-tab .nav-tabs .nav-item .nav-link.active,.product__details-des-tab .nav-tabs .nav-item .nav-link:hover{color:#222}.product__details-des-tab .nav-tabs .nav-item .nav-link.active:after,.product__details-des-tab .nav-tabs .nav-item .nav-link:hover:after{background-color:#cd474a}.product__details-des-tab .nav-tabs .nav-item .nav-link.active:after,.product__details-des-tab .nav-tabs .nav-item .nav-link:hover:after{width:100%}.product__details-des-wrapper{padding-top:30px}.product__details-des-wrapper p{line-height:30px}.features-des-image:hover img{animation-delay:0s,.3s;animation-direction:normal,alternate;animation-duration:1s,1.5s;animation-fill-mode:forwards;animation-iteration-count:100,infinite;animation-name:bob-float;animation-timing-function:ease-out,ease-in-out}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.features-des-image img{width:100%}}.features-des-image img{display:inline-block;vertical-align:middle}.features-des-image-2 img{border-radius:30px}.des-section{font-size:36px;line-height:1.2em}.des-single p{font-size:16px}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.des-single p br{display:none}}.des-sm-features{display:flex;justify-content:space-between;margin:0 auto;max-width:410px}.des-sm-fet:hover img{animation-delay:0s,.3s;animation-direction:normal,alternate;animation-duration:1s,1.5s;animation-fill-mode:forwards;animation-iteration-count:100,infinite;animation-name:bob-float;animation-timing-function:ease-out,ease-in-out}.des-sm-fet img{display:inline-block;margin-bottom:30px;vertical-align:middle}.des-sm-fet span{display:block;font-size:18px;text-transform:capitalize}.product__details-des span{font-weight:600}.product__details-des p,.product__details-des span{color:#454545;font-size:18px;line-height:30px}.product__desc-info{padding-top:30px}@media(max-width:575px){.product__desc-info ul li{padding:15px}}.product__desc-info ul li{align-items:center;display:flex;padding:15px 30px}.product__desc-info ul li:nth-child(odd){background:#f7f7f7}@media(max-width:575px){.product__desc-info ul li h6{width:60%}}.product__desc-info ul li h6{color:#454545;display:inline-block;font-size:16px;margin-bottom:0;width:25%}.product__desc-info ul li span{color:#454545;font-size:16px}.product__details-review{padding-top:30px}.review-rate h5{color:#5aab19;font-size:100px;font-weight:400;letter-spacing:-.025em;line-height:.8}.review-rate h5 span{font-size:24px}.review-rate .review-star a .fa-star{color:#cd474a}.review-count{font-size:14px}.review-des-infod h6{font-size:14px;line-height:24px;margin-bottom:15px;text-transform:uppercase}.review-des-infod h6 span{color:#671a1c;display:inline-block}.review-details-des{display:flex}.review-details-des .author-image img{border-radius:50%}.review-details-content .str-info{align-items:center;display:flex}.review-details-content .review-star a .fa-star{color:#cd474a}.review-details-content .name-date h6{font-size:16px;text-transform:capitalize}.review-details-content .name-date h6 span{color:#999;display:inline-block;font-weight:400}.add-review-option a{font-size:14px}.add-review-option a:hover{color:#cd474a}.comment-title h3{font-size:24px;font-weight:500;margin-bottom:5px}.comment-title p{color:#454545}.comment-rating span{color:#454545;font-size:15px;margin-right:5px}.comment-rating ul li{display:inline-block}.comment-rating ul li a{color:#cd474a;font-size:14px}.comment-rating ul{display:inline-block}#flexCheckDefault{position:relative;top:5px}.comment-agree input{-webkit-appearance:none;appearance:none;-moz-appearance:none;background:transparent;border:2px solid #dadada;border-radius:2px;display:inline-block;height:18px;margin:0;outline:none;width:18px}.comment-agree label{color:#454545;font-size:15px;margin-left:5px}.comment-agree input::-moz-placeholder{color:#858585;font-size:14px;opacity:1}.comment-agree input::placeholder{color:#858585;font-size:14px;opacity:1}.comment-input input{border:1px solid #e5e5e5;color:#151515;font-size:15px;height:50px;line-height:48px;outline:none;padding:20px;width:100%}.comment-input input:focus{border:1px solid #cd474a}.comment-input input::-moz-placeholder{color:#858585;font-size:14px;opacity:1}.comment-input input::placeholder{color:#858585;font-size:14px;opacity:1}.comment-textarea{border:1px solid #e5e5e5;color:#151515;font-size:15px;height:130px;outline:none;padding:20px;width:100%}.comment-textarea:focus{border:1px solid #cd474a}.comment-textarea::-moz-placeholder{color:#858585;font-size:14px;opacity:1}.comment-textarea::placeholder{color:#858585;font-size:14px;opacity:1}.recomand-product-area{position:relative;z-index:2}@keyframes bob-float{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}to{transform:translateY(-8px)}}.price__slider .slider-connect{background-color:#fcbe00}.price__slider .slider-base{border-radius:0;height:4px}.price__slider .slider-connects{border-radius:0}.price__slider .slider-handle{background-color:#fcbe00;border:0;border-radius:0;box-shadow:none;height:17px;margin:0;padding:0;top:-7px;width:5px}.price__slider .slider-handle:focus{box-shadow:none}.price__slider .slider-horizontal .slider-handle{border:0;height:17px;margin:0;padding:0;right:calc(var(--slider-handle-width, 10px)/2*-1);top:-7px;width:5px}.about-area{background-position:50%;background-repeat:no-repeat}.about-content span{color:#cd474a;display:inline-block;font-size:14px;font-weight:500;margin-bottom:10px;text-transform:uppercase}.about-content h4{font-weight:400}.about-content h4,.about-content h5{font-size:36px;letter-spacing:-.9px;line-height:1.34em}.about-content .about-text{color:#222;font-size:18px;font-weight:400;line-height:30px}.about-image:hover img{animation-delay:0s,.3s;animation-direction:normal,alternate;animation-duration:1s,1.5s;animation-fill-mode:forwards;animation-iteration-count:100,infinite;animation-name:bob-float;animation-timing-function:ease-out,ease-in-out}.about-image img{display:inline-block;vertical-align:middle}.services-item{background:#fff;border-radius:20px;padding:60px 50px 55px;position:relative}.services-item .services-icon i{color:#cd474a;font-size:55px}.services-item h6{font-size:18px;letter-spacing:-.5px}.services-item p{margin-bottom:0}.services-item .s-count-number{position:absolute;right:65px;top:65px}.services-item .s-count-number span{color:#f2f4f7;display:inline-block;font-family:Rubik,sans-serif;font-size:60px;font-weight:600}.ab-counter-image:hover img{animation-delay:0s,.3s;animation-direction:normal,alternate;animation-duration:1s,1.5s;animation-fill-mode:forwards;animation-iteration-count:100,infinite;animation-name:bob-float;animation-timing-function:ease-out,ease-in-out}.ab-counter-image img{display:inline-block;vertical-align:middle}.ab-counter-item .ab-counter{align-items:center;display:flex}.ab-counter-item .ab-counter .counter_info{align-items:center;display:flex;position:relative;top:3px}.ab-counter-item .ab-counter .counter_info span{display:inline-block;font-size:30px;font-weight:500;letter-spacing:-.7px;line-height:1.2em}.ab-counter-item .ab-counter .counter_info p{color:#222;font-size:30px;font-weight:500;letter-spacing:-.7px;line-height:1.2em;margin-bottom:0}.ab-counter-item h5{font-size:18px;letter-spacing:-.5px;line-height:1.4;margin-bottom:20px}.team-image:hover .inner-timg img{transform:scale(1.1)}.team-image .inner-timg{border-radius:50%;height:260px;margin:0 auto;overflow:hidden;width:260px}.team-image .inner-timg img{transition:.3s}.tauthor-degination h5{font-size:20px;line-height:1.4;margin-bottom:0;text-transform:uppercase}.tauthor-degination span{color:#999;display:inline-block;font-size:14px}.team-social a i{background:#fff;border:1px solid #e5e5e5;border-radius:50%;color:#222;display:inline-block;font-size:12px;height:30px;line-height:28px;margin-bottom:10px;margin-right:10px;transition:.3s;width:30px}.team-social a:hover i{color:#fff}.team-social a:hover .fa-facebook-f{background:#3b5998;border-color:#3b5998}.team-social a:hover .fa-twitter{background:#1da1f2;border-color:#1da1f2}.team-social a:hover .fa-dribbble{background:#ea4c89;border-color:#ea4c89}.team-social a:hover .fa-youtube{background:#cd201f;border-color:#cd201f}.team-text{margin:0 auto;max-width:260px}.location-image:hover img{animation-delay:0s,.3s;animation-direction:normal,alternate;animation-duration:1s,1.5s;animation-fill-mode:forwards;animation-iteration-count:100,infinite;animation-name:bob-float;animation-timing-function:ease-out,ease-in-out}.location-image img{display:inline-block;vertical-align:middle}.location-item h6{font-size:18px;letter-spacing:-.5px;line-height:1.4;margin-bottom:18px}.sm-item-loc{display:flex}.sm-item-loc .sml-icon i{color:#cd474a;font-size:25px}.sm-item-loc .sm-content{position:relative;top:-6px}.sm-item-loc .sm-content span{color:#999;display:inline-block;font-size:14px}.sm-item-loc .sm-content p{color:#222;line-height:14px}.sm-item-border{border-bottom:1px solid #e5e5e5}.cmamps-area{line-height:0}.cmamps-area iframe{min-height:590px;width:100%}.faq-title{border-bottom:2px solid #999}.faq-title h5{font-size:20px}.accordion-button{border:0;color:#222;font-size:18px;line-height:40px;padding-left:0;position:relative}.accordion-collapse{border:0}.accordion-button:not(.collapsed){background:transparent;color:inherit}.accordion-body{padding-left:0;padding-top:0}.accordion-body p{font-size:16px;line-height:30px}.accordion-item{border-bottom:1px solid #e5e5e5;border-left:0;border-right:0}.accordion-button:focus{box-shadow:none}.accordion-button:after{background-image:none;content:"";font-family:Font Awesome\ 5 Pro;left:0;position:absolute;right:10px;top:20%}@media(max-width:575px){.accordion-button:after{right:5px}}.accordion-button:not(.collapsed):after{background-image:none;content:"";transform:rotate(0)}.error-content h5{font-size:48px;line-height:1.2;margin-bottom:22px}.error-content p{font-size:16px;margin-bottom:55px}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.error-image img{width:100%}}.basic-login h5{font-size:20px;margin-bottom:25px}.basic-login label{color:#222;font-size:14px;line-height:24px;margin-bottom:2px}.basic-login label span{color:#cc1414;display:inline-block}.basic-login .input-box{margin-bottom:20px}.basic-login input{border:1px solid #e5e5e5;color:#222;height:45px;outline:none;padding:0 20px;transition:.3s;width:100%}.basic-login input::-moz-placeholder{color:#999;font-size:14px;opacity:1}.basic-login input::placeholder{color:#999;font-size:14px;opacity:1}.basic-login input:focus{border:1px solid #cd474a}.basic-login .login-action input{height:auto;width:inherit}.basic-login .login-action label{display:inline-block;margin-left:5px}.basic-login .forgot-login a{color:#0068c9;font-size:14px}.basic-login .forgot-login a:hover{color:#cd474a}.basic-login .login-action p a{font-style:italic;text-decoration:underline}.basic-login .login-action p a:hover{color:#cd474a}.accordion-item:first-child{border-top:0}.single-smblog{position:relative}.single-smblog .blog-image{border-top-left-radius:20px;border-top-right-radius:20px;overflow:hidden}.single-smblog .blog-image img{transition:all .5s ease}.single-smblog .blog-image-2 img{border-radius:20px}.single-smblog:hover .blog-image img{transform:scale(1.1)}.smblog-content{background:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:20px}.smblog-content h6{font-size:15px;line-height:1.34;margin-bottom:0}.smblog-content h6:hover{color:#16bcdc}.smblog-content span{color:#999;display:inline-block;font-size:12px;text-transform:uppercase}.smblog-content span a{color:#16bcdc}.smblog-content p{line-height:20px}.smblog-content .smblog-foot{border-top:1px solid #e5e5e5;display:flex;justify-content:space-between}.smblog-content .smblog-foot .post-readmore a{color:#222;display:inline-block;font-size:14px;line-height:20px}.smblog-content .smblog-foot .post-readmore a:hover{color:#16bcdc}.smblog-content .smblog-foot .post-date a{color:#999;display:inline-block;font-size:14px;line-height:1.2}.smblog-content .smblog-foot .post-date a:hover{color:#16bcdc}.smblog-content-2{padding:20px 0 0}.smblog-content-3{border:1px solid #e5e5e5}.smblog-content-3 h6{font-size:20px;line-height:1.4}.smblog-content-3 .smblog-foot .post-date a:hover,.smblog-content-3 .smblog-foot .post-readmore a:hover,.smblog-content-3 h6:hover,.smblog-content-3 span a{color:#cd474a}.blog-tag{left:15px;position:absolute;top:15px}.blog-tag a{background:#16bcdc;border-radius:2px;color:#fff;display:inline-block;font-size:12px;line-height:16px;padding:4px 12px;text-transform:uppercase}.blog-tag-2 a{background:#cd474a;color:#222}@media only screen and (min-width:992px)and (max-width:1199px){.widget{padding:35px 25px}}.widget{border:2px solid #f3f3f3;margin-bottom:40px;padding:35px 38px}.sidebar-title{border-bottom:2px solid #f3f3f3;font-size:20px;line-height:1;margin-bottom:30px;padding-bottom:16px}.featured-author p{padding:0 20px}.featured-author h6{font-size:18px;line-height:46px;margin-bottom:0}.featured-author-social li{display:inline-block}.featured-author-social li a{color:#222;display:inline-block;font-size:14px;margin:0 10px}.featured-author-social li a:hover{color:#cd474a}.n-sidebar-search{position:relative}.n-sidebar-search input{background:#f5f5f5;border:0;height:60px;outline:none;padding-left:30px;padding-right:80px;width:100%}.n-sidebar-search input::-moz-placeholder{color:#999}.n-sidebar-search input::placeholder{color:#999}.n-sidebar-search a{background:#cd474a;color:#fff;display:inline-block;font-size:14px;height:60px;line-height:60px;position:absolute;right:0;text-align:center;top:0;width:60px}.feed-content h6{font-size:16px;line-height:22px}.feed-content h6:hover{color:#cd474a}.feed-number img{height:80px;margin-right:20px;-o-object-fit:cover;object-fit:cover;width:80px}@media(max-width:575px){.feed-number img{margin-bottom:20px;margin-right:0}}.feed-date{color:#222;font-size:14px}.feed-date i{margin-right:5px}.n-sidebar-feed ul li{align-items:center;border-bottom:1px solid #f3f3f3;display:flex;padding-bottom:30px;padding-top:30px}@media only screen and (min-width:992px)and (max-width:1199px){.n-sidebar-feed ul li{align-items:flex-start}}@media(max-width:575px){.n-sidebar-feed ul li{display:block}}.n-sidebar-feed ul li:first-child{padding-top:0}.n-sidebar-feed ul li:last-child{border-bottom:0;padding-bottom:0}.single-category{background:#f8f8f8;padding:0 80px 0 30px;transition:all .5s ease-out 0s;width:100%}.category-number,.single-category{color:#222;display:inline-block;font-size:14px;height:50px;line-height:50px}.category-number{background:#efefef;font-weight:600;position:absolute;right:0;text-align:center;top:0;transition:.3s;width:50px}.n-sidebar-categories li:hover .category-number{background:#cd474a;color:#fff}.single-tag{font-size:12px;height:30px;line-height:30px;padding:0 25px;text-align:center}.dktags a,.single-tag{background:#f4f4f4;display:inline-block;font-weight:600}.dktags a{border:0;color:#222;font-size:13px;line-height:1;margin-bottom:8px;margin-right:5px;padding:10px 21px 8px;text-transform:capitalize;transition:.3s}.dktags a:hover{background:#cd474a;color:#fff}.sponsor-img{position:relative}.sponsor-img img{width:100%}.ad-width{background:#cd474a;bottom:0;color:#fff;display:inline-block;font-size:18px;font-weight:500;height:60px;line-height:60px;position:absolute;right:0;text-align:center;width:150px}.news-detalis-content{border:2px solid #f3f3f3;padding:40px 50px 50px}@media only screen and (min-width:576px)and (max-width:767px){.news-detalis-content{padding-left:25px;padding-right:25px}}@media(max-width:575px){.news-detalis-content{padding-left:12px;padding-right:12px}}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.news-detalis-content-2{padding:20px}}.news-detalis-content-2{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0;padding:40px}.news-thumb img{border-top-left-radius:10px;border-top-right-radius:10px;width:100%}.blog-meta{list-style:none;padding:0}.blog-meta li{display:inline-block;margin-right:55px;position:relative}@media only screen and (min-width:576px)and (max-width:767px){.blog-meta li{margin-right:35px}}.blog-meta li:before{background-color:#666;content:"";height:10px;position:absolute;right:-28px;top:50%;transform:translateY(-50%);width:1px}@media only screen and (min-width:576px)and (max-width:767px){.blog-meta li:before{right:-23px}}.blog-meta li:last-child:before{display:none}.blog-meta li a{color:#222;font-size:14px}.blog-meta li a i{margin-right:10px}.blog-meta li a:hover{color:#cd474a}.news-title{font-size:35px;line-height:35px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:768px)and (max-width:991px){.news-title{font-size:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.news-title{font-size:27px}}@media only screen and (min-width:576px)and (max-width:767px){.news-title{font-size:23px}}@media(max-width:575px){.news-title{font-size:20px;line-height:30px}}.news-title-2{border-top:1px solid #f3f3f3}.blog-inner{align-items:center;display:flex}@media only screen and (min-width:992px)and (max-width:1199px){.blog-inner{align-items:flex-start}}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.blog-inner{display:block;text-align:left}}.blog-inner img{margin-right:30px;width:190px}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.blog-inner img{margin-bottom:15px;margin-right:0;width:100%}}.blog-inner p{line-height:26px;margin-bottom:0}.news-quote-title{font-size:28px;line-height:38px}@media(max-width:575px){.news-quote-area{padding:10px}}.news-quote-area{border:2px solid #f3f3f3;box-shadow:0 16px 32px #0000000f;padding:50px}.news-quote-area i{background:#cd474a;border-radius:50%;color:#fff;font-size:25px;height:60px;line-height:56px;width:60px}.founder-name{font-size:20px;line-height:24px}.founder-title{color:#222;display:block;font-size:14px;line-height:15px}.tag-title{font-size:20px;line-height:26px}.news-tag a{border:1px solid #f3f3f3;border-radius:30px;box-shadow:0 16px 32px #0000000f;color:#222;display:inline-block;font-size:12px;font-weight:400;line-height:20px;margin-bottom:10px;margin-right:10px;padding:5px 30px;transition:.3s}.news-tag a:hover{background:#cd474a;border-color:#cd474a;color:#fff}.news-share{text-align:right}@media(max-width:575px){.news-share{margin-top:20px;text-align:left}}.news-share a{color:#b9b9b9;font-size:20px;margin-right:30px;transition:.3s}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:992px)and (max-width:1199px){.news-share a{margin-right:10px}}.news-share a:last-child{margin-right:0}.news-share a:hover .fa-facebook-f{color:#166fe5}.news-share a:hover .fa-twitter{color:#55adee}.news-share a:hover .fa-typo3{color:#ff8700}.news-share a:hover .fa-tumblr{color:#000}.news-share a:hover .fa-share-alt{color:#247fff}.news-navigation{align-items:center;border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;display:flex;justify-content:space-between}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.news-navigation{display:block}.news-navigation-icon{margin-bottom:15px}}.changes-info span{color:#222;display:block;font-size:14px;line-height:26px}.changes-info span:hover{color:#cd474a}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.changes-info{margin-bottom:15px}}.changes-info-title{font-size:28px;line-height:50px}.changes-info-title:hover{color:#cd474a}.news-navigation-icon i{color:#cd474a;font-size:50px;line-height:50px}.news-author{align-items:center;border:2px solid #f3f3f3;display:flex;padding:40px}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.news-author{align-items:flex-start}}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.news-author{display:block;padding:15px}}.news-author img{height:180px;margin-right:40px;width:200px}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.news-author img{height:auto;margin-bottom:20px;margin-right:0;width:100%}}.news-author span{color:#222;display:block;font-size:12px;line-height:26px}.news-author p{margin-bottom:0}@media(max-width:575px){.author-title{font-size:22px}}@media only screen and (min-width:576px)and (max-width:767px){.author-title{font-size:30px}}.author-title{font-size:36px;line-height:45px}.post-comment-title{font-size:26px;line-height:26px}.comments-box{display:flex}@media(max-width:575px){.comments-box{display:block}}.comments-avatar{margin-right:30px}.comments-text{border-bottom:1px solid #f1f0f7;margin-bottom:30px;overflow:hidden;padding-bottom:10px}.avatar-name{font-size:18px;line-height:26px;margin-bottom:0}@media(max-width:575px){.avatar-name{font-size:16px}}.children{padding-left:135px}@media only screen and (min-width:992px)and (max-width:1199px){.children{padding-left:50px}}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px){.children{padding-left:0}}.comments-box .post-meta{color:#222;display:block;font-size:14px;line-height:26px}.comments-box .post-meta i{margin-right:10px}@media(max-width:575px){.comment-reply{margin-left:20px;margin-top:10px;padding:10px 15px}}.comment-reply{border:2px solid #f3f3f3;border-radius:30px;color:#222;font-size:14px;padding:5px 25px;transition:.3s}.comment-reply i{margin-right:5px;transform:rotateY(-190deg)}.comment-reply:hover{background:#cd474a;border-color:#cd474a;color:#fff}@media(max-width:575px){.avatar{flex-wrap:wrap;margin:20px 0}}.avatar{align-items:center;display:flex;justify-content:space-between}.post-comment-form-title{font-size:26px;line-height:26px}.post-comment-form form{border:2px solid #f3f3f3;padding:50px}@media(max-width:575px){.post-comment-form form{border:none;padding:0}}.post-comment-form form textarea{background:#fff;border:1px solid #f3f3f3;box-shadow:0 16px 32px #0000000f;font-size:14px;height:150px;outline:none;padding:20px 30px;resize:none;transition:.3s;width:100%}.post-comment-form form textarea:focus{border:1px solid #cd474a}.post-comment-form form textarea::-moz-placeholder{color:#999}.post-comment-form form textarea::placeholder{color:#999}.post-comment-form form .input-field{margin-bottom:20px;position:relative}.post-comment-form form .input-field i{background:#fff;color:#cd474a;display:inline-block;font-size:14px;height:50px;line-height:50px;position:absolute;right:5px;text-align:center;top:5px;width:50px}.post-comment-form form input{background:#fff;border:1px solid #f3f3f3;box-shadow:0 16px 32px #0000000f;font-size:14px;height:60px;outline:none;padding:0 30px;transition:.3s;width:100%}.post-comment-form form input:focus{border:1px solid #cd474a}.post-comment-form form input::-moz-placeholder{color:#999}.post-comment-form form input::placeholder{color:#999}.post-comment{background:#222;border:0;color:#fff;font-size:16px;font-weight:700;height:60px;line-height:60px;margin-top:10px;text-align:center;text-transform:capitalize;transition:.3s;width:200px}.post-comment i{margin-right:10px}.post-comment:hover{background:#cd474a;border-color:#cd474a;color:#fff}.table-content table{background:#fff;border-color:#e4e4e4;border-radius:0;border-style:solid;border-width:1px 0 0 1px;margin-bottom:0;text-align:center;width:100%}@media(max-width:991px){.table-content{overflow-x:auto;-webkit-overflow-scrolling:touch}}.table-content .table>:not(:last-child)>:last-child>*{border-bottom-color:#e4e4e4}.table-content .product-quantity{float:none}.table-content table td.product-name{font-size:16px;font-weight:400;text-transform:capitalize}.table-content table td.product-name a:hover{color:#fcbe00}.table-content table td{border-top:none;font-size:16px;padding:20px 10px;vertical-align:middle}.table-content table td,.table-content table th{border-bottom:1px solid #e4e4e4;border-right:1px solid #e4e4e4}.product-quantity input{border:1px solid #dcdcdc;color:#000;font-size:14px;font-weight:400}.table td,.table th{border-top:1px solid #e4e4e4}.product-quantity>input{border-radius:3px;width:80px}.table-content table td.product-subtotal{font-size:16px}.table-content table td .cart-plus-minus{float:none;margin:0 auto;position:relative}.coupon-all{margin-top:50px}.coupon{float:left}@media(max-width:767px){.coupon{float:none}}#coupon_code{border:2px solid #e4e4e4;height:60px;margin-right:10px;padding:0 15px}#coupon_code::-moz-placeholder{color:#6f7172}#coupon_code::placeholder{color:#6f7172}@media(max-width:767px){#coupon_code{margin-bottom:15px}}.coupon2{float:right}@media(max-width:767px){.coupon2{float:none;margin-top:15px}}.cart-page-total{padding-top:50px}.cart-page-total>h2{font-size:25px;margin-bottom:20px;text-transform:capitalize}.cart-page-total>ul{border:1px solid #e4e4e4}.cart-page-total>ul>li{border-bottom:1px solid #e4e4e4;color:#6f7172;font-size:15px;font-weight:400;list-style:none;padding:10px 30px}.cart-page-total ul>li>span{float:right}.cart-page-total li:last-child{border-bottom:0}td.product-thumbnail img{width:125px}@media(max-width:767px){td.product-thumbnail img{width:80px}}@media(max-width:575px){td.product-thumbnail img{width:60px}}.coupon-accordion h3{background-color:#f6f6f6;border-top:3px solid #222;font-size:14px;font-weight:400;margin:0 0 25px;padding:1em 2em 1em 3.5em;position:relative;width:auto}.coupon-accordion h3:before{color:#6f7172;content:"";font-family:Font Awesome\ 5 Pro;font-weight:700;left:15px;position:absolute;top:13px}.coupon-accordion span{color:#6f7172;cursor:pointer;font-weight:500;transition:.3s}.coupon-accordion span:hover,p.lost-password a:hover{color:#222}.coupon-content{border:1px solid #e4e4e4;margin-bottom:20px;padding:30px}.coupon-info p.coupon-text{margin-bottom:15px}.coupon-info p{margin-bottom:0}.coupon-info p.form-row-first label,.coupon-info p.form-row-last label{color:#6f7172;display:block}.coupon-info p.form-row-first label span.required,.coupon-info p.form-row-last label span.required{color:red;font-weight:700}.coupon-info p.form-row-first input,.coupon-info p.form-row-last input{border:1px solid #e4e4e4;box-shadow:none;height:45px;margin:0 0 14px;max-width:100%;outline:none;padding:0 0 0 10px;width:100%}.coupon-info p.form-row-first input:focus,.coupon-info p.form-row-last input:focus{border-color:#fcbe00}.coupon-info p.form-row input[type=submit]:hover,p.checkout-coupon input[type=submit]:hover{background:#fcbe00 none repeat scroll 0 0}.coupon-info p.form-row input[type=checkbox]{position:relative;top:2px}.form-row>label{color:#6f7172;margin-left:15px;margin-top:15px}.buttons-cart a,.buttons-cart input,.coupon input[type=submit],.coupon-info p.form-row input[type=submit]{background:#252525 none repeat scroll 0 0;border:none;color:#fff;display:inline-block;float:left;font-size:12px;font-weight:700;height:40px;line-height:40px;margin-right:15px;padding:0 15px;text-transform:uppercase;transition:all .3s ease 0s}p.lost-password{margin-top:15px}p.lost-password a{color:#6f6f6f}p.checkout-coupon input[type=text]{border:1px solid #e4e4e4;box-shadow:none;height:45px;margin-bottom:15px;outline:none;padding:0 15px;width:100%}p.checkout-coupon input[type=text]:focus{border-color:#fcbe00}p.checkout-coupon input[type=text]::-moz-placeholder{color:#6f7172}p.checkout-coupon input[type=text]::placeholder{color:#6f7172}.checkbox-form h3{border-bottom:1px solid #e4e4e4;font-size:26px;margin:0 0 20px;padding-bottom:10px;width:100%}.country-select{margin-bottom:30px;position:relative}.country-select select{background-color:transparent;border:1px solid #e4e4e4;height:50px;padding:0 10px;width:100%}.country-select .nice-select:after{margin-top:-5px}.checkout-form-list label,.country-select label{color:#6f7172;display:block;margin:0 0 5px}.checkout-form-list label span.required,.country-select label span.required{color:red}.country-select .nice-select{border:1px solid #e4e4e4;border-radius:0;color:#6f7172;height:45px;margin-bottom:20px;padding-left:10px;width:100%}.country-select .nice-select:focus{border:1px solid #fcbe00}.country-select .nice-select .list{width:100%}.checkout-form-list{margin-bottom:30px}.checkout-form-list label{color:#6f7172}.checkout-form-list input[type=email],.checkout-form-list input[type=password],.checkout-form-list input[type=text]{background:#fff;border:1px solid #e4e4e4;border-radius:0;box-shadow:none;height:45px;outline:none;padding:0 0 0 10px;width:100%}.checkout-form-list input[type=email]:focus,.checkout-form-list input[type=password]:focus,.checkout-form-list input[type=text]:focus{border-color:#fcbe00}.checkout-form-list input[type=email]::-moz-placeholder,.checkout-form-list input[type=password]::-moz-placeholder,.checkout-form-list input[type=text]::-moz-placeholder{color:#6f7172;opacity:1}.checkout-form-list input[type=email]::placeholder,.checkout-form-list input[type=password]::placeholder,.checkout-form-list input[type=text]::placeholder{color:#6f7172;opacity:1}.checkout-form-list input[type=checkbox]{display:inline-block;margin-right:10px;position:relative;top:1px}.create-acc label{color:#6f7172;display:inline-block}.create-account{display:none}.ship-different-title h3 label{color:#6f7172;display:inline-block;margin-right:20px}.order-notes textarea{border:1px solid #e4e4e4;height:90px;outline:none;padding:15px;width:100%}.order-notes textarea:focus{border-color:#fcbe00}.order-notes textarea::-moz-placeholder{color:#6f7172;opacity:1}.order-notes textarea::placeholder{color:#6f7172;opacity:1}#ship-box-info{display:none}.panel-default>.panel-heading,.panel-group .panel{border-radius:0}.your-order{border:3px solid #e4e4e4;padding:30px 40px 45px}@media(max-width:767px){.your-order{padding:15px}}.your-order h3{border-bottom:1px solid #e4e4e4;font-size:30px;margin:0 0 20px;padding-bottom:10px;width:100%}.your-order-table table{background:none;border:0;width:100%}.your-order-table table td,.your-order-table table th{border-bottom:1px solid #e4e4e4;border-right:none;color:#6f7172;font-size:14px;padding:15px 0;text-align:left}@media(max-width:767px){.your-order-table table td,.your-order-table table th{padding-right:10px}}.your-order-table table th{border-top:none;color:#6f7172;font-weight:400;text-align:left;vertical-align:middle;white-space:nowrap;width:250px}.panel-body>p{color:#222}.your-order-table table .shipping ul li input{position:relative;top:2px}.your-order-table table .shipping ul li label{color:#6f7172}.your-order-table table .shipping th{vertical-align:top}.your-order-table table .order-total th{border-bottom:0;font-size:14px}.your-order-table table .order-total td{border-bottom:none}.your-order-table table tr.cart_item:hover{background:#f9f9f9}.your-order-table table tr.order-total td span{color:#222;font-size:18px;font-weight:500}.payment-method{margin-top:40px}.payment-method .accordion-item:last-of-type{border-bottom-left-radius:0;border-bottom-right-radius:0}.payment-method .accordion-item{background-color:#fff;border:0;border-bottom:1px solid #e4e4e4}.payment-method .accordion-button{border:none;color:#222;font-size:16px;font-weight:500;padding:23px 0}.payment-method .accordion-button:focus{box-shadow:none}.payment-method .accordion-button:after{background-image:none;content:"";font-family:Font Awesome 5 Pro;font-size:16px;font-weight:400;left:auto;margin-left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.payment-method .accordion-button:not(.collapsed){background-color:#fff;box-shadow:none;color:#222}.payment-method .accordion-button:not(.collapsed):after{content:""}.payment-method .accordion-body{padding:0 0 20px}.payment-method .accordion-body p{margin-bottom:0}.payment-method .accordion-collapse{border:none}.panel-title>a{display:block}.order-button-payment input{background:#232323 none repeat scroll 0 0;border:none;color:#fff;font-size:15px;font-weight:600;height:40px;margin:0;padding:0;text-transform:uppercase;transition:all .3s ease 0s;width:100%}.order-button-payment input:hover{background:#fcbe00 none repeat scroll 0 0}.payment-method .btn-link{background:no-repeat;border:none;border-radius:0;color:#444;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;letter-spacing:1px;line-height:1;margin-bottom:0;padding:3px 10px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease 0s;-moz-user-select:none;vertical-align:middle;white-space:nowrap}.payment-method .card{background-color:#fff;border:1px solid #e4e4e4;border-radius:0;margin-bottom:10px}.payment-method .accordion .card:first-of-type{border:1px solid #e4e4e4}.card-header:first-child{border-radius:0}.payment-method .card-header{background-color:#fff;border-bottom:1px solid #e4e4e4}.order-button-payment button{width:100%}.cart-plus-minus{width:180px}@media(max-width:991px){.cart-plus-minus{width:120px}}@media(max-width:575px){.cart-plus-minus{width:100px}}.cart-plus-minus input{background:none;border:1px solid #ebebeb;border-radius:0;color:#222;display:inline-block;font-size:14px;font-weight:400;height:45px;list-style:45px;outline:0;padding:0 50px;text-align:center;width:180px}@media(max-width:991px){.cart-plus-minus input{height:40px;padding:0 30px;width:120px}}@media(max-width:575px){.cart-plus-minus input{font-size:13px;height:36px;padding:0 25px;width:100px}}.cart-plus-minus .qtybutton{background:transparent;border-radius:0;color:#222;cursor:pointer;display:inline-block;font-size:20px;height:22px;line-height:1;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:22px}@media(max-width:575px){.cart-plus-minus .qtybutton{font-size:16px}}.cart-plus-minus .dec{left:20px}@media(max-width:991px){.cart-plus-minus .dec{left:10px}}.cart-plus-minus .inc{right:20px}@media(max-width:991px){.cart-plus-minus .inc{right:10px}}.mean-container a.meanmenu-reveal{display:none}.mean-container .mean-nav{background:none;margin-top:0}.mean-container .mean-bar{background:none;min-height:auto;padding:0}.mean-container .mean-nav>ul{display:block!important;list-style-type:none;margin:0;padding:0;width:100%}.mean-container a.meanmenu-reveal{display:none!important}.mean-container .mean-nav ul li a{border-top:1px solid #ebebeb;color:#222;font-size:14px;font-weight:500;line-height:1.5;padding:10px 0;width:100%}.mean-container .mean-nav ul li a:hover{color:#cd474a}.mean-container .mean-nav ul li a.mean-expand{border:1px solid #ebebeb!important;color:#222;font-weight:400;height:30px;line-height:14px;line-height:30px;margin-top:5px;padding:0!important;top:0;width:30px}.mean-container .mean-nav ul li a.mean-expand:hover{background:#cd474a;border-color:#cd474a;color:#fff}.mean-container .mean-nav ul li>a>i{display:none}.mean-container .mean-nav ul li>a.mean-expand i{display:inline-block}.mean-container .mean-nav>ul>li:first-child>a{border-top:0}.mean-container .mean-nav ul li a.mean-expand.mean-clicked{color:#222}.mean-container .mean-nav ul li a.mean-expand.mean-clicked i{color:#222;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.tp-compare-table{overflow-x:scroll}.tp-compare-table td,.tp-compare-table th{border:1px solid rgba(31,32,36,.1);vertical-align:middle}.tp-compare-thumb img{margin-bottom:15px}.tp-compare-product-title{font-size:18px}.tp-compare-product-title a:hover{color:#fcbe00}.tp-compare-desc p{margin-bottom:0}.tp-compare-rating span{color:#fcbe00;font-size:16px}.tp-compare-price span{color:#1f2024;font-size:14px;font-weight:500;margin-right:7px}.tp-compare-price span.old-price{color:#8c8c8c;text-decoration:line-through}.tp-compare-remove button{background:transparent;color:#1f2024;font-size:16px}.tp-compare-remove button:hover{color:#fcbe00}.footer__widget{margin-bottom:40px}.footer__widget-title h4{color:#fff;font-size:18px;font-weight:500;margin-bottom:18px;text-transform:capitalize}.footer__widget-title-2 h4{color:#fff}.footer__widget-title-4 h4{color:#2f3037}.footer__widget-content p{color:#999}@media(max-width:575px){.footer__widget-content p br{display:none}}.footer__widget-content .provide-text a{font-style:italic;text-decoration:underline}.footer__widget-content .provide-text a:hover{color:#e18789}.footer__hotline .icon i{color:#cd474a;font-size:55px}.footer__hotline .icon-2 i{color:#e18789}.footer__hotline .text h4{color:#999;font-size:14px;margin-bottom:0}.footer__hotline .text span{color:#cd474a;font-size:18px;font-weight:500}.footer__hotline .text-2 span{color:#e18789}.footer__hotline-4 .icon i,.footer__hotline-4 .text span{color:#fff}.footer__info ul li{margin-bottom:5px}@media only screen and (min-width:992px)and (max-width:1199px){.footer__info ul li span{font-size:13px}}.footer__info ul li span{color:#999;font-size:14px}.footer__info-4 ul li span{color:#2f3037}.footer__link ul li{margin-bottom:8px}.footer__link ul li a{color:#999;font-size:14px}@media only screen and (min-width:992px)and (max-width:1199px){.footer__link ul li a{font-size:13px}}.footer__link ul li a:hover{color:#cd474a;padding-left:5px}.footer__link-2 ul li a,.footer__link-4 ul li a{color:#2f3037}.footer__link-4 ul li a:hover{color:#cc1414}.footer__link-2 ul li a{color:#999}.footer__link-2 ul li a:hover{color:#e18789}.footer__links p{margin-bottom:0}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.footer__links p br{display:none}}.footer__links p a{color:#999;font-size:14px;padding:0 10px;position:relative}.footer__links p a:before{color:#999;content:"/";opacity:.2;position:absolute;right:0;top:-3px;transform:translate(50%)}.footer__links p a:hover{color:#cd474a}.footer__links p a:last-child:before{display:none}.footer__links-d p a:before{content:"|"}.footer__links-d p a:hover{color:#e18789}.footer__bottom-content{border-top:1px solid hsla(0,0%,100%,.102)}.footer__bottom-content-2{border-top:0}.footer__newsletter-form{position:relative}.footer__newsletter-form .ft-newsl{background-color:#fff;border:1px solid transparent;border-radius:inherit;border-radius:2px;box-shadow:none;font-size:13px;height:50px;padding:10px 140px 10px 20px;position:relative;transition:.3s;width:100%;z-index:1}.footer__newsletter-form .ft-newsl:focus{border:1px solid #e18789}.footer__newsletter-form .ft-newsl::-moz-placeholder{color:#666;font-size:13px;opacity:1}.footer__newsletter-form .ft-newsl::placeholder{color:#666;font-size:13px;opacity:1}.footer__newsletter-form .ft-newsl-btn{background:#e18789;border-bottom-right-radius:2px;border-top-right-radius:2px;color:#fff;font-size:13px;font-weight:500;padding:12px 32px;position:absolute;right:0;text-transform:uppercase;z-index:2}.footer__bottom-2{border-top:1px solid hsla(0,0%,100%,.102)}.footer-col-2{margin-left:30px}@media(max-width:575px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.footer-col-2{margin-left:0}}.copy-right-area p{color:#999}.copy-right-area p span{color:#cd474a;display:inline-block}.copy-right-area-2 p span{color:#e18789}@media(max-width:575px){.payment-image img{width:100%}}.payment-image img{width:auto}
