/*---------- Header style------------*/ .header-small-device { display: none; } .header-small-device.header-small-ptb { padding: 22px 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-small-device { display: block; } } @media only screen and (max-width: 767px) { .header-small-device { display: block; } } .header-large-device { display: block; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-large-device { display: none; } } @media only screen and (max-width: 767px) { .header-large-device { display: none; } } .header-ptb-1 { padding: 22px 0; } @media only screen and (max-width: 767px) { .header-ptb-1 { padding: 15px 0; } } .header-ptb-2 { padding: 17px 0; } @media only screen and (max-width: 767px) { .header-ptb-2 { padding: 15px 0; } } .header-ptb-3 { padding: 30px 0 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-ptb-3 { padding: 0px 0 0; } } @media only screen and (max-width: 767px) { .header-ptb-3 { padding: 0px 0 0; } } .header-ptb-4 { padding: 32px 0 32px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-ptb-4 { padding: 22px 0; } } @media only screen and (max-width: 767px) { .header-ptb-4 { padding: 22px 0; } } .logo a { display: inline-block; } .logo-position { position: relative; } .logo-position a img.sticky-logo { position: absolute; left: 0; top: 0; max-width: 100%; opacity: 0; visibility: hidden; } .stick .logo-position a img.sticky-logo { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); max-width: 100%; opacity: 1; visibility: visible; } .stick .logo-position a img.normal-logo { opacity: 0; visibility: hidden; } .header-action-wrap.header-action-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .header-action-wrap.header-action-flex-center { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .header-action-wrap.header-action-mrg-1 .same-style { margin-left: 55px; } @media only screen and (max-width: 767px) { .header-action-wrap.header-action-mrg-1 .same-style { margin-left: 35px; } } .header-action-wrap.header-action-mrg-2 .same-style { margin-left: 35px; } @media only screen and (max-width: 767px) { .header-action-wrap.header-action-mrg-2 .same-style { margin-left: 35px; } } .header-action-wrap.header-action-mrg-3 .same-style { margin-bottom: 37px; } .header-action-wrap.header-action-mrg-3 .same-style:last-child { margin-bottom: 0px; } .header-action-wrap .same-style a { font-size: 20px; color: #0A1039; } .header-action-wrap .same-style a:hover { color: #444E7A; } .header-action-wrap .same-style.same-style-white a { color: #fff; } .header-action-wrap .same-style.same-style-white a:hover { color: #ddd; } .header-action-wrap .same-style.same-style-gray a { color: #AFAFAF; } .header-action-wrap .same-style.same-style-gray a:hover { color: #444E7A; } .header-action-wrap .header-info button { position: relative; width: 20px; height: 20px; line-height: 1; vertical-align: middle; padding: 0; background-color: transparent; border: none; } .header-action-wrap .header-info button span { background-color: #0A1039; border-radius: 2px; left: 0; display: block; position: absolute; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; height: 2px; } .header-action-wrap .header-info button span:first-child { width: 12px; top: 0; } .header-action-wrap .header-info button span:nth-child(2) { width: 20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .header-action-wrap .header-info button span:last-child { width: 19px; top: 17px; } .header-action-wrap .header-info button:hover span:first-child { width: 20px; } .header-action-wrap .header-info button:hover span:nth-child(2) { width: 19px; } .header-action-wrap .header-info button:hover span:last-child { width: 9px; } .header-action-wrap .header-info.header-info-white button span { background-color: #fff; } .header-action-wrap .header-info.header-info-gray button span { background-color: #AFAFAF; } .header-action-wrap .header-info.header-info-gray button:hover span { background-color: #62BC77; } .stick .header-action-wrap .same-style.same-style-white a { color: #0A1039; } .stick .header-action-wrap .same-style.same-style-white a:hover { color: #444E7A; } .stick .header-action-wrap .same-style.pet-food-cart.same-style-white a { color: #fff; } .stick .header-action-wrap .same-style.pet-food-cart.same-style-white a:hover { color: #0A1039; } .stick .header-action-wrap .header-info.header-info-white button span { background-color: #0A1039; } .stick .header-action-white-bg::before { display: none; } .sticky-bar.stick { -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown; animation: 700ms ease-in-out 0s normal none 1 running fadeInDown; background-color: #ffffff; border-bottom: 0 solid #4a90e2; -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06); box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06); position: fixed; top: 0; width: 100%; z-index: 999; left: 0; -webkit-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; transition: all .3s ease 0s; } .sticky-bar.pet-food-header.stick { background-color: #CF7F39; } .header-top-ptb-1 { padding: 4px 0px 5px; } .header-contact-number span { color: #232953; font-size: 13px; font-weight: 300; } .header-contact-number.header-contact-number-white span { color: #fff; } .header-top-right .language-wrap { position: relative; } .header-top-right .language-wrap a { display: block; } .header-top-right .language-wrap a img { max-width: 100%; } .header-top-right .language-wrap .language-dropdown { background: #fff none repeat scroll 0 0; -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3); left: 0; padding: 8px 12px 10px; position: absolute; text-align: left; top: 120%; width: 80px; z-index: 9; display: none; } .header-top-right .language-wrap .language-dropdown ul li { padding: 0 0 3px; } .header-top-right .language-wrap .language-dropdown ul li:last-child { padding: 0 0 0px; } .header-top-right .language-wrap .language-dropdown ul li a { color: #232953; font-size: 13px; font-weight: 300; text-transform: capitalize; } .header-top-right .language-wrap .language-dropdown ul li a:hover { color: #0A1039; } .header-top-right .login-reg ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .header-top-right .login-reg ul li { position: relative; margin-right: 40px; } .header-top-right .login-reg ul li:before { position: absolute; content: ""; right: -20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-color: #232953; width: 1px; height: 13px; } .header-top-right .login-reg ul li:last-child { margin-right: 0; } .header-top-right .login-reg ul li:last-child:before { display: none; } .header-top-right .login-reg ul li a { font-weight: 300; color: #232953; font-size: 13px; } .header-top-right .login-reg ul li a:hover { color: #0A1039; } .header-top-right .login-reg.login-reg-white ul li:before { background-color: #ddd; } .header-top-right .login-reg.login-reg-white ul li:last-child { margin-right: 0; } .header-top-right .login-reg.login-reg-white ul li:last-child:before { display: none; } .header-top-right .login-reg.login-reg-white ul li a { color: #fff; } .header-top-right .login-reg.login-reg-white ul li a:hover { color: #ddd; } .header-top-right.header-top-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .main-menu > nav > ul > li { display: inline-block; position: relative; } .main-menu > nav > ul > li > a { font-size: 16px; color: #060A27; display: inline-block; } .main-menu > nav > ul > li:hover > a { color: #0A1039; } .main-menu > nav > ul > li > ul { -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09); box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09); background-color: #262626; position: absolute; top: 100%; left: 0; -webkit-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s; -o-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s; transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s; opacity: 0; visibility: hidden; margin-top: 20px; z-index: 9999; } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu > nav > ul > li > ul { left: -10px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu > nav > ul > li > ul { left: -40px; } } .main-menu > nav > ul > li > ul.sub-menu-width { width: 220px; padding: 39px 0 43px; } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu > nav > ul > li > ul.sub-menu-width { width: 180px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu > nav > ul > li > ul.sub-menu-width { width: 180px; } } .main-menu > nav > ul > li > ul.sub-menu-width li { display: block; padding: 0 15px 14px 30px; position: relative; text-align: left; } .main-menu > nav > ul > li > ul.sub-menu-width li:last-child { padding-bottom: 0; } .main-menu > nav > ul > li > ul.sub-menu-width li a { display: block; color: #D0D0D0; font-size: 13px; font-weight: 300; } .main-menu > nav > ul > li > ul.sub-menu-width li a i { float: right; font-size: 12px; color: #999; font-weight: 600; position: relative; top: 6px; } .main-menu > nav > ul > li > ul.sub-menu-width li a:hover { color: #ffffff; text-decoration: underline; } .main-menu > nav > ul > li > ul.sub-menu-width li ul.lavel-menu { padding: 36px 0px 40px; width: 220px; -webkit-transition: all 250ms ease-out; -o-transition: all 250ms ease-out; transition: all 250ms ease-out; -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09); box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09); background-color: #262626; position: absolute; top: -17px; left: 100%; margin: 0; visibility: hidden; opacity: 0; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu > nav > ul > li > ul.sub-menu-width li ul.lavel-menu { width: 180px; } } .main-menu > nav > ul > li > ul.sub-menu-width li:hover > ul.lavel-menu { visibility: visible; opacity: 1; } .main-menu > nav > ul > li > ul.mega-menu-width1 { width: 675px; } .main-menu > nav > ul > li > ul.mega-menu-width2 { width: 1170px; } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu > nav > ul > li > ul.mega-menu-width2 { width: 1100px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu > nav > ul > li > ul.mega-menu-width2 { width: 960px; } } .main-menu > nav > ul > li > ul.menu-negative-mrg1 { left: -160px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu > nav > ul > li > ul.menu-negative-mrg1 { left: -137px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu > nav > ul > li > ul.menu-negative-mrg1 { left: -126px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu > nav > ul > li > ul.menu-negative-mrg1 { left: -185px; } } .main-menu > nav > ul > li > ul.menu-negative-mrg2 { left: -240px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu > nav > ul > li > ul.menu-negative-mrg2 { left: -208px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu > nav > ul > li > ul.menu-negative-mrg2 { left: -198px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu > nav > ul > li > ul.menu-negative-mrg2 { left: -534px; } } .main-menu > nav > ul > li > ul.menu-negative-mrg3 { left: -400px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu > nav > ul > li > ul.menu-negative-mrg3 { left: -408px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu > nav > ul > li > ul.menu-negative-mrg3 { left: -372px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu > nav > ul > li > ul.menu-negative-mrg3 { left: -287px; } } .main-menu > nav > ul > li > ul.menu-negative-mrg4 { left: -600px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu > nav > ul > li > ul.menu-negative-mrg4 { left: -710px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu > nav > ul > li > ul.menu-negative-mrg4 { left: -680px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu > nav > ul > li > ul.menu-negative-mrg4 { left: -495px; } } .main-menu > nav > ul > li > ul.menu-negative-mrg5 { left: -160px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu > nav > ul > li > ul.menu-negative-mrg5 { left: -150px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu > nav > ul > li > ul.menu-negative-mrg5 { left: -250px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu > nav > ul > li > ul.menu-negative-mrg5 { left: -185px; } } .main-menu > nav > ul > li > ul.mega-menu-style-1 { padding: 40px 10px 33px 40px; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li { text-align: left; padding-right: 30px; float: left; display: block; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li.mega-menu-sub-width33 { width: 33.333%; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li.mega-menu-sub-width25 { width: 25%; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li.mega-menu-sub-width20 { width: 20%; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li.mega-menu-sub-width40 { width: 40%; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li a.menu-title { color: #fff; font-size: 14px; padding: 0px 0px 12px 0px; position: relative; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li a.menu-title:before { position: absolute; content: ""; width: 25px; height: 2px; background: rgba(255, 255, 255, 0.2); bottom: -2px; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > ul { margin: 28px 0 0; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > ul li { display: block; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > ul li a { color: #D0D0D0; font-size: 13px; display: block; padding: 8px 0px; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > ul li a:hover { color: #ffffff; text-decoration: underline; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > .banner-menu-content-wrap { position: relative; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > .banner-menu-content-wrap.default-overlay::before { background-color: #000; opacity: .2; z-index: 1; pointer-events: none; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > .banner-menu-content-wrap a img { width: 100%; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > .banner-menu-content-wrap .banner-menu-content { position: absolute; left: 41px; bottom: 35px; z-index: 9; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > .banner-menu-content-wrap .banner-menu-content h2 { color: #fff; font-size: 32px; font-weight: bold; margin: 0; letter-spacing: 0px; line-height: 45px; -webkit-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; transition: all .3s ease 0s; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > .banner-menu-content-wrap .banner-menu-content h2 { font-size: 35px; line-height: 50px; } } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > .banner-menu-content-wrap:hover.default-overlay::before { background-color: #000; opacity: .4; z-index: 1; pointer-events: none; } .main-menu > nav > ul > li > ul.mega-menu-style-1 > li > .banner-menu-content-wrap:hover .banner-menu-content h2 { letter-spacing: 1px; } .main-menu > nav > ul > li:hover > ul { opacity: 1; visibility: visible; margin-top: 0px; } .main-menu.main-menu-white > nav > ul > li > a { color: #ffffff; } .main-menu.main-menu-white > nav > ul > li:hover > a { color: #0A1039; } .main-menu.menu-lh-1 > nav > ul > li > a { line-height: 102px; } .main-menu.menu-lh-2 > nav > ul > li > a { line-height: 75px; } .main-menu.main-menu-padding-1 > nav > ul > li { padding: 0 30px 0 0; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu.main-menu-padding-1 > nav > ul > li { padding: 0 20px 0 0; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu.main-menu-padding-1 > nav > ul > li { padding: 0 20px 0 0; } } .main-menu.main-menu-padding-1 > nav > ul > li:last-child { padding: 0 0px 0 0; } .main-menu.menu-mrg-1 { margin-left: 63px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu.menu-mrg-1 { margin-left: 40px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu.menu-mrg-1 { margin-left: 30px; } } .main-menu.menu-mrg-2 { margin-right: 135px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu.menu-mrg-2 { margin-right: 40px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu.menu-mrg-2 { margin-right: 30px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu.menu-mrg-2 { margin-right: 20px; } } .main-menu.menu-mrg-3 { margin-right: 35px; } .categories-dropdown .nice-select-style-1 { border-radius: 5px 0px 0px 5px; border: solid 1px #F3F3F3; font-family: "Poppins", sans-serif; font-size: 12px; font-weight: 500; height: 45px; line-height: 45px; padding-left: 20px; padding-right: 20px; min-width: 140px; color: #232953; } .categories-dropdown .nice-select-style-1 ul { width: 100%; } .search-style-2 form .form-search-2 { position: relative; } .search-style-2 form .form-search-2 input { background-color: transparent; border: 1px solid #F3F3F3; height: 45px; border-radius: 0 5px 5px 0px; font-weight: 300; color: #B3B5C2; font-size: 14px; width: 625px; padding: 2px 60px 2px 25px; } .search-style-2 form .form-search-2 input.width-dec { width: 495px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .search-style-2 form .form-search-2 input.width-dec { width: 300px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .search-style-2 form .form-search-2 input.width-dec { width: 300px; padding: 2px 60px 2px 15px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .search-style-2 form .form-search-2 input.width-dec { width: 260px; padding: 2px 60px 2px 15px; } } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .search-style-2 form .form-search-2 input { width: 300px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .search-style-2 form .form-search-2 input { width: 260px; padding: 2px 60px 2px 15px; } } .search-style-2 form .form-search-2 input::-moz-input-placeholder { color: #B3B5C2; opacity: 1; } .search-style-2 form .form-search-2 input::-webkit-input-placeholder { color: #B3B5C2; opacity: 1; } .search-style-2 form .form-search-2 button { position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: none; padding: 0; background-color: transparent; font-size: 20px; color: #081348; } .search-style-2.search-2-bg-white form .form-search-2 { position: relative; } .search-style-2.search-2-bg-white form .form-search-2 input { background-color: #ffffff; } .search-style-5 form .form-search-5 { position: relative; } .search-style-5 form .form-search-5 input { background-color: #ffffff; border: solid 1px #F3F3F3; height: 45px; border-radius: 0 5px 5px 0px; font-weight: 300; color: #B3B5C2; font-size: 14px; width: 495px; padding: 2px 60px 2px 25px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .search-style-5 form .form-search-5 input { width: 300px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .search-style-5 form .form-search-5 input { width: 260px; padding: 2px 60px 2px 15px; } } .search-style-5 form .form-search-5 input::-moz-input-placeholder { color: #B3B5C2; opacity: 1; } .search-style-5 form .form-search-5 input::-webkit-input-placeholder { color: #B3B5C2; opacity: 1; } .search-style-5 form .form-search-5 button { position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: none; padding: 0; background-color: transparent; font-size: 20px; color: #081348; } .search-style-5 form .form-search-5.width-dec-lg input { width: 280px; } .categories-dropdown .nice-select::after { margin-top: -1px; border-bottom: 2px solid #232953; border-right: 2px solid #232953; } .header-bottom-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-bottom-flex { display: block; } } .header-bottom-flex .logo-menu-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .header-bottom-flex .logo-menu-wrap { -webkit-box-flex: 0; -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .header-bottom-flex .logo-menu-wrap { -webkit-box-flex: 0; -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-bottom-flex .logo-menu-wrap { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } } .header-bottom-flex .header-action-width { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .header-bottom-flex .header-action-width { -webkit-box-flex: 0; -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .header-bottom-flex .header-action-width { -webkit-box-flex: 0; -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-bottom-flex .header-action-width { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 30px; } } .main-wrapper .body-overlay { background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; visibility: hidden; width: 100%; z-index: 9999; } .main-wrapper.overlay-active .body-overlay { opacity: 1; visibility: visible; } .main-wrapper-2 .body-overlay-2 { background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; visibility: hidden; width: 100%; z-index: 9999; } .main-wrapper-2.overlay-active-2 .body-overlay-2 { opacity: 1; visibility: visible; } .main-wrapper-3 .body-overlay-3 { background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; visibility: hidden; width: 100%; z-index: 9999; } .main-wrapper-3.overlay-active-3 .body-overlay-3 { opacity: 1; visibility: visible; } .sidebar-cart-active { position: fixed; top: 0; width: 420px; padding: 104px 50px 50px; min-height: 100vh; bottom: 0; z-index: 9999; right: 0; visibility: hidden; opacity: 0; -webkit-transition: all 250ms ease-in; -o-transition: all 250ms ease-in; transition: all 250ms ease-in; -moz-transition: all 250ms ease-in; -webkit-transform: translate(200px, 0); -ms-transform: translate(200px, 0); transform: translate(200px, 0); -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09); box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09); background-color: #fff; } .sidebar-cart-active.inside { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } @media only screen and (min-width: 768px) and (max-width: 991px) { .sidebar-cart-active { width: 350px; padding: 104px 30px 50px; } } @media only screen and (max-width: 767px) { .sidebar-cart-active { padding: 60px 15px 50px; width: 280px; } } .sidebar-cart-active .sidebar-cart-all .cart-close { position: absolute; top: 48px; left: 44px; font-size: 35px; line-height: 30px; -webkit-transition: all 250ms ease-out; -o-transition: all 250ms ease-out; transition: all 250ms ease-out; } @media only screen and (min-width: 768px) and (max-width: 991px) { .sidebar-cart-active .sidebar-cart-all .cart-close { left: 30px; font-size: 25px; } } @media only screen and (max-width: 767px) { .sidebar-cart-active .sidebar-cart-all .cart-close { top: 20px; left: 17px; font-size: 23px; } } .sidebar-cart-active .sidebar-cart-all .cart-close:hover { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); color: #0A1039; } .sidebar-cart-active .sidebar-cart-all .cart-content > h3 { font-size: 18px; font-weight: 500; margin: 0 0 30px; color: #393939; } .sidebar-cart-active .sidebar-cart-all .cart-content ul { margin: 0 -30px 0 0; padding: 0 30px 0 0; max-height: 310px; max-height: calc(100vh - 430px); overflow: auto; } @media only screen and (min-width: 768px) and (max-width: 991px) { .sidebar-cart-active .sidebar-cart-all .cart-content ul { max-height: calc(100vh - 365px); } } @media only screen and (max-width: 767px) { .sidebar-cart-active .sidebar-cart-all .cart-content ul { max-height: calc(100vh - 360px); } } .sidebar-cart-active .sidebar-cart-all .cart-content ul li { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 25px; } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img { -webkit-box-flex: 0; -webkit-flex: 0 0 75px; -ms-flex: 0 0 75px; flex: 0 0 75px; } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img { width: 100%; border: 1px solid rgba(0, 0, 0, 0.1); } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title { margin-left: 20px; } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 { font-size: 14px; margin: 0 0 8px; } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a { color: #333333; } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a:hover { color: #0A1039; } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title span { font-size: 14px; color: #262626; } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 100; -webkit-flex-grow: 100; -ms-flex-positive: 100; flex-grow: 100; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete a { display: block; font-size: 16px; height: 20px; line-height: 17px; overflow: hidden; width: 20px; text-align: right; } .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total { display: block; width: 100%; margin: 18px 0 43px; } .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 { font-size: 15px; margin: 0; } .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 span { font-size: 18px; color: #2F2F2F; float: right; } .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn { display: block; width: 100%; } .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a { width: 100%; display: block; margin: 10px 0 0; text-align: center; line-height: 20px; padding: 19px 20px 20px; background-color: #333; color: #fff; text-transform: capitalize; font-size: 14px; } .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover { background-color: #0A1039; } .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:first-child { margin-top: 0; } .header-search-3 { position: relative; } .header-search-3 .search-toggle { z-index: 99; } .header-search-3 .search-toggle i { display: block; } .header-search-3 .search-toggle i.s-close { left: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .header-search-3 .search-toggle .s-close { opacity: 0; } .header-search-3 .search-toggle.open .s-close { opacity: 1; } .header-search-3 .search-toggle.open .s-open { opacity: 0; } .search-wrap-3 { background-color: transparent; opacity: 0; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; width: 340px; z-index: -99; padding-bottom: 1px; margin-right: 10px; } .search-wrap-3 form { position: relative; overflow: hidden; } .search-wrap-3 form input { background-color: #fff; border: 1px solid #E2DCDC; color: #0A1039; line-height: 30px; padding: 2px 60px 2px 20px; width: 100%; } .search-wrap-3 form input::-moz-input-placeholder { color: #0A1039; opacity: 1; } .search-wrap-3 form input::-webkit-input-placeholder { color: #0A1039; opacity: 1; } .search-wrap-3 form button.button-search { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding: 0; border: none; background-color: transparent; height: 100%; border-left: 1px solid #E2DCDC; padding: 0 15px; } .search-wrap-3.open { opacity: 1; right: 100%; visibility: visible; z-index: 99; } .clickalbe-sidebar-wrapper-style-1 { position: fixed; top: 0; width: 400px; min-height: 100vh; bottom: 0; z-index: 111; right: 0; visibility: hidden; opacity: 0; -webkit-transition: all 400ms ease-out; -o-transition: all 400ms ease-out; transition: all 400ms ease-out; -webkit-transform: translate(200px, 0); -ms-transform: translate(200px, 0); transform: translate(200px, 0); background-color: #fff; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09); z-index: 9999; } @media only screen and (min-width: 768px) and (max-width: 991px) { .clickalbe-sidebar-wrapper-style-1 { width: 330px; } } @media only screen and (max-width: 767px) { .clickalbe-sidebar-wrapper-style-1 { width: 290px; } } .clickalbe-sidebar-wrapper-style-1.clickalbe-menu-sidebar-left { left: 0; -webkit-transform: translate(-200px, 0); -ms-transform: translate(-200px, 0); transform: translate(-200px, 0); } .clickalbe-sidebar-wrapper-style-1.sidebar-visible { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .clickalbe-sidebar-wrapper-style-1.mobilemenu-visible { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap { padding: 150px 50px 20px; height: 100%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap { padding: 100px 30px 20px; } } @media only screen and (max-width: 767px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap { padding: 70px 20px 20px; } } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .sidebar-close { position: absolute; top: 80px; left: 45px; font-size: 30px; line-height: 30px; -webkit-transition: all 250ms ease-out; -o-transition: all 250ms ease-out; transition: all 250ms ease-out; color: #0A1039; } @media only screen and (min-width: 768px) and (max-width: 991px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .sidebar-close { left: 27px; top: 30px; } } @media only screen and (max-width: 767px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .sidebar-close { top: 20px; left: 17px; font-size: 23px; } } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .sidebar-close:hover { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); color: #333333; } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .sidebar-content-100-percent { height: 100%; overflow-y: auto; padding-right: 10px; } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li { display: block; padding-bottom: 40px; line-height: 1; } @media only screen and (min-width: 768px) and (max-width: 991px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li { padding-bottom: 22px; } } @media only screen and (max-width: 767px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li { padding-bottom: 22px; } } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li:last-child { padding-bottom: 0; } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li > a { font-size: 18px; display: block; text-transform: capitalize; color: #0A1039; } @media only screen and (min-width: 768px) and (max-width: 991px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li > a { font-size: 16px; } } @media only screen and (max-width: 767px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li > a { font-size: 16px; } } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li > a i { float: right; top: 3px; position: relative; color: #0A1039; -webkit-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; transition: all .3s ease 0s; font-size: 14px; } @media only screen and (max-width: 767px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li > a i { top: 2px; font-size: 12px; } } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li:hover > a { color: #333333; } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li:hover > a i { color: #333333; } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li ul { padding: 38px 0 0px 25px; } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li ul li { padding-bottom: 22px; } @media only screen and (max-width: 767px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li ul li { padding-bottom: 18px; } } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li ul li:last-child { padding-bottom: 0; } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li ul li a { color: #0A1039; font-size: 14px; display: block; } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li ul li a i { float: right; top: -1px; position: relative; } @media only screen and (max-width: 767px) { .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li ul li a i { top: 2px; font-size: 12px; } } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li ul li:hover > a { color: #333333; } .clickalbe-sidebar-wrapper-style-1 .clickalbe-sidebar-wrap .clickable-mainmenu-style1 > nav > ul > li ul li:hover > a i { color: #333333; } .mobile-menu-content-area .mobile-search { border-bottom: 1px solid rgba(0, 0, 0, 0.09); margin-bottom: 29px; padding-bottom: 30px; } .mobile-menu-content-area .mobile-search form { position: relative; } .mobile-menu-content-area .mobile-search form input { background-color: #fff; border: 1px solid #E2DCDC; color: #0A1039; border-radius: 0px; height: 45px; padding: 0 60px 0 15px; width: 100%; font-size: 14px; } .mobile-menu-content-area .mobile-search form button { background-color: transparent; border-color: #E2DCDC; -webkit-border-image: none; -o-border-image: none; border-image: none; border-radius: 5px 0 0 5px; border-style: none none none solid; border-width: medium medium medium 1px; color: #0A1039; font-size: 15px; height: 100%; padding: 0 15px 0 14px; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } @media only screen and (max-width: 767px) { .mobile-menu-content-area .mobile-search form button { font-size: 16px; } } .mobile-menu-content-area .mobile-search form button:hover { color: #333333; } .mobile-menu-content-area .mobile-search form button i { margin-top: 5px; display: inline-block; } .mobile-menu-content-area .mobile-curr-lang-wrap { border-bottom: 1px solid rgba(0, 0, 0, 0.09); margin-bottom: 31px; padding-bottom: 37px; border-top: 1px solid rgba(0, 0, 0, 0.09); padding-top: 25px; margin-top: 33px; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang { position: relative; margin-bottom: 15px; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child { margin-bottom: 0; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang a { font-size: 15px; display: block; color: #0A1039; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang a i { float: right; font-size: 17px; position: relative; top: 7px; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown { margin-top: 5px; display: none; background-color: rgba(255, 255, 255, 0.05); -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1); padding: 22px 30px 26px; width: 100%; z-index: 11; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li { padding-bottom: 10px; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li:last-child { padding-bottom: 0px; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a { font-size: 14px; font-weight: 400; color: #0A1039; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a:hover { color: #333333; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang:hover > a { color: #333333; } @media only screen and (max-width: 767px) { .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang { margin-bottom: 5px; } .mobile-menu-content-area .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child { margin-bottom: 0; } } .mobile-menu-content-area .aside-contact-info { margin: 30px 0 30px; } .mobile-menu-content-area .aside-contact-info ul li { color: #0A1039; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 0 23px; -webkit-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; transition: all .3s ease 0s; } .mobile-menu-content-area .aside-contact-info ul li:last-child { margin: 0 0 0px; } .mobile-menu-content-area .aside-contact-info ul li:hover { color: #333333; } .mobile-menu-content-area .aside-contact-info ul li i { font-size: 22px; margin: 1px 16px 0px 0; } .search-style-1 form .form-search-1 { position: relative; } .search-style-1 form .form-search-1 input { background-color: transparent; width: 450px; font-weight: 300; color: #B3B5C2; border: none; height: 42px; padding: 2px 40px 2px 0; border-bottom: 1px solid #D9DFE6; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .search-style-1 form .form-search-1 input { width: 350px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .search-style-1 form .form-search-1 input { width: 280px; } } .search-style-1 form .form-search-1 button { padding: 0; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: none; font-size: 20px; color: #081348; -webkit-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; transition: all .3s ease 0s; background-color: transparent; } .search-style-1 form .form-search-1 button:hover { color: #444E7A; } .search-style-6 form .form-search-6 { position: relative; } .search-style-6 form .form-search-6 input { background-color: #F2F8F3; height: 45px; border: none; border-radius: 50px; color: #B3B5C2; font-weight: 300; padding: 2px 50px 2px 33px; } .search-style-6 form .form-search-6 input.input-bg-gray { background-color: #F7F7F7; } .search-style-6 form .form-search-6 input::-moz-input-placeholder { color: #B3B5C2; opacity: 1; } .search-style-6 form .form-search-6 input::-webkit-input-placeholder { color: #B3B5C2; opacity: 1; } .search-style-6 form .form-search-6 button { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 20px; border: none; padding: 0; color: #939393; font-size: 20px; } .search-style-6 form .form-search-6 button:hover { color: #0A1039; } .search-style-7 form .form-search-7 { position: relative; } .search-style-7 form .form-search-7 input { background-color: #fff; height: 40px; border: none; border-radius: 5px; color: #B3B5C2; font-weight: 300; padding: 2px 50px 2px 33px; width: 494px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .search-style-7 form .form-search-7 input { width: 400px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .search-style-7 form .form-search-7 input { width: 350px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .search-style-7 form .form-search-7 input { width: 200px; padding: 2px 50px 2px 10px; } } .search-style-7 form .form-search-7 input::-moz-input-placeholder { color: #B3B5C2; opacity: 1; } .search-style-7 form .form-search-7 input::-webkit-input-placeholder { color: #B3B5C2; opacity: 1; } .search-style-7 form .form-search-7 button { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 20px; border: none; padding: 0; color: #081348; font-size: 20px; background-color: transparent; } .search-style-7 form .form-search-7 button:hover { color: #CF7F39; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .search-style-7.ml-75 { margin-left: 15px; } } .header-action-white-bg { position: relative; } .header-action-white-bg::before { position: absolute; right: -32px; top: -37px; content: ""; height: 91px; width: 338px; background-color: #fff; } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .header-action-white-bg::before { right: -15px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-action-white-bg::before { right: -30px; } } .header-action-white-bg .same-style { z-index: 1; } .pet-food-header::before { background-image: url(../../assets/images/icon-img/pet-food-header-shape.png); position: absolute; content: ""; left: 0; right: 0; bottom: 0px; background-repeat: repeat; display: block; width: 100%; height: 6px; z-index: 9; } @media only screen and (min-width: 768px) and (max-width: 991px) { .pet-food-header::before { display: none; } } @media only screen and (max-width: 767px) { .pet-food-header::before { display: none; } } .logo-menu-wrap-2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .header-slider-wrap { display: block; width: 100%; } .header-sidebar-area { width: 285px; height: 100vh; float: left; padding: 30px 0px 60px 48px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .header-sidebar-area { width: 230px; padding: 30px 0px 60px 30px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .header-sidebar-area { width: 220px; padding: 30px 0px 60px 30px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-sidebar-area { width: 180px; padding: 30px 0px 60px 20px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-sidebar-area { display: none; } } @media only screen and (max-width: 767px) { .header-sidebar-area { display: none; } } .header-sidebar-area-2 { width: 65px; height: 780px; float: left; padding: 40px 24px 40px 24px; overflow-y: auto; } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .header-sidebar-area-2 { height: 771px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-sidebar-area-2 { height: 625px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header-sidebar-area-2 { display: none; } } @media only screen and (max-width: 767px) { .header-sidebar-area-2 { display: none; } } .header-sidebar-area-2 .header-sidebar-wrap-2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; } .main-menu-2 > nav > ul > li { padding-bottom: 36px; position: relative; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu-2 > nav > ul > li { padding-bottom: 25px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu-2 > nav > ul > li { padding-bottom: 25px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu-2 > nav > ul > li { padding-bottom: 25px; } } .main-menu-2 > nav > ul > li:last-child { padding-bottom: 0; } .main-menu-2 > nav > ul > li > a { display: block; color: #777777; font-size: 16px; position: relative; } .main-menu-2 > nav > ul > li > a:before { position: absolute; content: ""; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 4px; height: 0px; background-color: #151C0F; z-index: 2; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; transition: all .5s ease 0s; } .main-menu-2 > nav > ul > li:hover > a { color: #333; font-weight: bold; } .main-menu-2 > nav > ul > li:hover > a:before { height: 32px; opacity: 1; visibility: visible; } .main-menu-2 > nav > ul > li > ul { -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09); box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09); background-color: #262626; position: absolute; top: -5px; left: 100%; -webkit-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s; -o-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s; transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s; opacity: 0; visibility: hidden; margin-top: 20px; z-index: 9999; } .main-menu-2 > nav > ul > li > ul.sub-menu-width { width: 220px; padding: 39px 0 43px; } .main-menu-2 > nav > ul > li > ul.sub-menu-width li { display: block; padding: 0 15px 14px 30px; position: relative; text-align: left; } .main-menu-2 > nav > ul > li > ul.sub-menu-width li:last-child { padding-bottom: 0; } .main-menu-2 > nav > ul > li > ul.sub-menu-width li a { display: block; color: #D0D0D0; font-size: 13px; font-weight: 300; } .main-menu-2 > nav > ul > li > ul.sub-menu-width li a i { float: right; font-size: 12px; color: #999; font-weight: 600; position: relative; top: 6px; } .main-menu-2 > nav > ul > li > ul.sub-menu-width li a:hover { color: #ffffff; text-decoration: underline; } .main-menu-2 > nav > ul > li > ul.mega-menu-width1 { width: 675px; } .main-menu-2 > nav > ul > li > ul.mega-menu-width2 { width: 1170px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu-2 > nav > ul > li > ul.mega-menu-width2 { width: 1050px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu-2 > nav > ul > li > ul.mega-menu-width2 { width: 950px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu-2 > nav > ul > li > ul.mega-menu-width2 { width: 790px; } } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 { padding: 40px 10px 33px 40px; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li { text-align: left; padding-right: 30px; float: left; display: block; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li.mega-menu-sub-width33 { width: 33.333%; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li.mega-menu-sub-width25 { width: 25%; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li.mega-menu-sub-width20 { width: 20%; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li.mega-menu-sub-width40 { width: 40%; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li a.menu-title { color: #fff; font-size: 14px; padding: 0px 0px 12px 0px; position: relative; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li a.menu-title:before { position: absolute; content: ""; width: 25px; height: 2px; background: rgba(255, 255, 255, 0.2); bottom: -2px; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > ul { margin: 28px 0 0; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > ul li { display: block; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > ul li a { color: #D0D0D0; font-size: 13px; display: block; padding: 8px 0px; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > ul li a:hover { color: #ffffff; text-decoration: underline; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > .banner-menu-content-wrap { position: relative; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > .banner-menu-content-wrap.default-overlay::before { background-color: #000; opacity: .2; z-index: 1; pointer-events: none; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > .banner-menu-content-wrap a img { width: 100%; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > .banner-menu-content-wrap .banner-menu-content { position: absolute; left: 41px; bottom: 35px; z-index: 9; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > .banner-menu-content-wrap .banner-menu-content h2 { color: #fff; font-size: 32px; font-weight: bold; margin: 0; letter-spacing: 0px; line-height: 45px; -webkit-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; transition: all .3s ease 0s; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > .banner-menu-content-wrap .banner-menu-content h2 { font-size: 35px; line-height: 50px; } } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > .banner-menu-content-wrap:hover.default-overlay::before { background-color: #000; opacity: .4; z-index: 1; pointer-events: none; } .main-menu-2 > nav > ul > li > ul.mega-menu-style-2 > li > .banner-menu-content-wrap:hover .banner-menu-content h2 { letter-spacing: 1px; } .main-menu-2 > nav > ul > li:hover > ul { opacity: 1; visibility: visible; margin-top: 0px; } .main-menu-2.sidebar-menu-padding { padding: 90px 0 265px 0px; } @media only screen and (min-width: 1366px) and (max-width: 1600px) { .main-menu-2.sidebar-menu-padding { padding: 90px 0 100px 0px; } } @media only screen and (min-width: 1200px) and (max-width: 1365px) { .main-menu-2.sidebar-menu-padding { padding: 90px 0 100px 0px; } } @media only screen and (min-width: 992px) and (max-width: 1199px) { .main-menu-2.sidebar-menu-padding { padding: 90px 0 90px 0px; } } .header-social-icon a { font-size: 16px; color: #DDDDDD; margin-bottom: 55px; display: block; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-social-icon a { margin-bottom: 25px; } } .header-social-icon a:last-child { margin-bottom: 0; } .header-social-icon a:hover { color: #0A1039; } .search-content-wrap { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden; background-color: rgba(0, 0, 0, 0.9); text-align: center; -webkit-transition: all ease-in-out .25s; -o-transition: all ease-in-out .25s; transition: all ease-in-out .25s; z-index: 99999; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .search-content-wrap.search-visible { visibility: visible; opacity: 1; } .search-content-wrap.search-visible .megashop-search-content { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; visibility: visible; } .search-content-wrap > .megashop-search-close { font-size: 40px; display: block; position: absolute; top: 20%; right: 20%; line-height: 40px; height: 40px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; color: rgba(255, 255, 255, 0.8); } .search-content-wrap > .megashop-search-close:hover { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .search-content-wrap > .megashop-search-close i:hover { color: white; } .search-content-wrap .megashop-search-content { display: inline-block; max-width: 90%; text-align: center; font-size: 18px; opacity: 0; visibility: hidden; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } .search-content-wrap .megashop-search-content p { font-size: 18px; margin: 0 0 15px; text-transform: uppercase; color: rgba(255, 255, 255, 0.8); font-weight: 400; } .search-content-wrap .megashop-search-content .megashop-search-form { position: relative; } .search-content-wrap .megashop-search-content .megashop-search-form input { width: 800px; background-color: transparent; -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1); border: 0; text-align: center; font-size: 30px; padding: 34px 60px 34px 36px; color: rgba(255, 255, 255, 0.8); -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; font-weight: 400; max-width: 100%; height: auto; } .search-content-wrap .megashop-search-content .megashop-search-form .megashop-button-search { position: absolute; top: 43px; display: block; right: 5px; border: 0; background: 0 0; padding: 0; color: rgba(255, 255, 255, 0.8); font-size: 28px; height: 30px; } .search-content-wrap .megashop-search-content .megashop-search-form .megashop-button-search:hover { color: white; } .header-bg-1 { background: -webkit-gradient(linear, left top, right top, from(#FBFBFB), color-stop(50%, #FBFBFB), color-stop(0%, #fff)); background: -webkit-linear-gradient(left, #FBFBFB, #FBFBFB 50%, #fff 0%); background: -o-linear-gradient(left, #FBFBFB, #FBFBFB 50%, #fff 0%); background: linear-gradient(to right, #FBFBFB, #FBFBFB 50%, #fff 0%); }