@charset "UTF-8";
/***
 Theme Name: Nest
 Description: Grocery, Super Market, eCommerce HTML Template
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@400;500;600;700&display=swap");
@import url("/app/views/default/content/css/plugins/animate.css?v13");
@import url("/app/views/default/content/css/vendors/normalize.css?v13");
@import url("/app/views/default/content/css/vendors/bootstrap.min.css?v13");
@import url("/app/views/default/content/css/vendors/uicons-regular-straight.css?v13");
@import url("/app/views/default/content/css/plugins/jquery-ui.css?v13");
@import url("/app/views/default/content/css/plugins/select2.min.css?v13");
@import url("/app/views/default/content/css/plugins/slick.css?v13");

/*import vendors*/
/*RESET*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

thead {
  font-weight: 600; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%; }

*:focus,
select:focus,
button:focus,
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus {
  outline: none !important;
  box-shadow: none; }

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

a {
  color: #3BB77E; }
  a:hover {
    color: #FDC040; }

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block; }

/*--- Common Classes---------------------*/
::selection {
  background: #EE2024;
  /* WebKit/Blink Browsers */
  color: #ffffff; }

::-moz-selection {
  background: #EE2024;
  /* Gecko Browsers */
  color: #ffffff; }

::placeholder {
  color: #B6B6B6; }

.fix {
  overflow: hidden; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.section {
  float: left;
  width: 100%; }

.uppercase {
  text-transform: uppercase; }

.position-relative {
  position: relative; }

*:focus,
select:focus,
button:focus,
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus {
  outline: none !important;
  box-shadow: none; }

.text-brand {
  color: #EE2024 !important; }

.border {
  border: 1px solid #ececec !important; }

/*****************************
*********  BORDER  *****
******************************/

a,
button,
img,
input,
span,
h4 {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0; }
  50% {
    opacity: 1;
    transform: scale(1); }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%; } }

/*TYPOGRAPHY*/
body {
  color: #7E7E7E;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.heading-sm-1 {
  font-family: "Quicksand", sans-serif;
  color: #253D4E;
  font-weight: 700;
  line-height: 1.2; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: clamp(1.5rem, -1.5rem + 8.333vw, 2rem); }

h4 {
  font-size: clamp(1.25rem, -1.25rem + 8.333vw, 1.5rem); }

h5 {
  font-size: clamp(1rem, -1rem + 8.333vw, 1.25rem); }

h6 {
  font-size: 16px; }

.heading-sm-1 {
  font-size: 14px; }

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  color: #7E7E7E; }

.text-heading {
  color: #253D4E; }

p:last-child {
  margin-bottom: 0; }

a,
button {
  text-decoration: none;
  cursor: pointer; }

b {
  font-weight: 500; }

strong {
  font-weight: 600; }

h5.widget-title {
  font-size: 18px;
  font-weight: 600; }

.font-sm {
  font-size: 14px; }

.font-md {
  font-size: 16px; }

.font-lg {
  font-size: 17px; }

/*COMPONENTS -> BUTTONS*/


.btn:focus {
  outline: 0;
  box-shadow: none !important; }

.btn {
  font-family: "Quicksand", sans-serif; }
  .btn:hover {
    color: #fff; }

button.submit,
button[type='submit'] {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  color: #ffffff;
  border: none;
  background-color: #3BB77E;
  border: 1px solid #29A56C;
  border-radius: 10px; }
  button.submit:hover,
  button[type='submit']:hover {
    background-color: #EE2024 !important; }

.btn,
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent;
  background-color: #EE2024;
  cursor: pointer;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px; }
  .btn:hover,
  .button:hover {
    background-color: #FDC040; }

.tags .btn,
.tags .button {
  border-radius: 4px;
  float: left; }

/*COMPONENTS -> FORM*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1; }

input {
  border: 1px solid #ececec;
  border-radius: 4px;
  height: 64px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%; }
  input:focus {
    background: transparent;
    border: 1px solid #E4E4E4; }
  input.square {
    border-radius: 0; }

select {
  width: 100%;
  background: transparent;
  border: 0px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #7E7E7E; }

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px; }

textarea {
  border: 1px solid #ececec;
  border-radius: 4px;
  height: 50px;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 200px; }
  textarea:focus {
    background: transparent;
    border: 1px solid #E4E4E4; }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-bottom: 3px solid #414648;
  border-radius: 0;
  border-right: 0;
  height: 50px;
  padding-left: 0;
  border-top: 0;
  border-left: 0;
  font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    font-size: 14px;
    padding: 0;
    font-family: "Quicksand", sans-serif;
    color: #253D4E;
    text-transform: lowercase; }
    .select2-container--default .select2-selection--single .select2-selection__rendered:first-letter {
      text-transform: uppercase; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 15px;
    width: 20px; }

.select2-dropdown {
  border: 1px solid #ececec;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  min-width: 220px; }
  .select2-dropdown .select2-search--dropdown {
    padding: 0; }
    .select2-dropdown .select2-search--dropdown .select2-search__field {
      border: 1px solid #253D4E;
      margin-bottom: 15px;
      border-radius: 5px;
      height: 40px;
      padding-left: 20px; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box; }

.select2-results__options::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0); }

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #d1d1d1;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0); }

.select2-results__options::-webkit-scrollbar-button {
  display: none; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ececec;
  color: unset; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #253D4E;
  color: #ffffff; }

.select2-container {
  max-width: 135px; }
  .select2-container .select2-results__option[aria-selected] {
    text-transform: lowercase; }
    .select2-container .select2-results__option[aria-selected]:first-letter {
      text-transform: uppercase; }

#select2-billing_suburb-results .select2-results__option,
#select2-shipping_suburb-results .select2-results__option {
  text-transform: initial; }

/*contact form*/

label {
  margin-bottom: 5px; }

/*comment*/

/*COMPONENTS -> SLIDER*/

/*Carausel*/

/*COMPONENTS -> CARD*/

/*COMPONENTS -> TABS*/

.nav.right {
  justify-content: end; }

/*COMPONENTS -> MISC*/
/*Countdown*/

/*Heading tab*/

/*page loading*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto; }

/*custom amine*/

.bar {
  width: 100px;
  height: 20px; }

.bar {
  position: absolute;
  display: flex;
  align-items: center; }

.bar::before,
.bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #3BB77E;
  opacity: 0;
  border-radius: 10px;
  animation: slideleft 3s ease-in-out infinite; }

/*page header*/

.page-header.breadcrumb-wrap {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-family: "Quicksand", sans-serif; }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0;
  text-transform: capitalize;
  color: #7E7E7E;
  font-size: 14px;
  font-weight: 600;
  background: none;
  margin: 0;
  border-radius: 0; }
  .breadcrumb a {
    color: #7E7E7E;
    display: inline-block;
    text-transform: lowercase; }
    .breadcrumb a:first-letter {
      text-transform: uppercase; }
    .breadcrumb a:hover {
      color: #EE2024; }
  .breadcrumb span {
    position: relative;
    text-align: center;
    padding: 0 10px;
    color: #7E7E7E; }
    .breadcrumb span::before {
      content: "\f111";
      font-family: "uicons-regular-straight" !important;
      display: inline-block;
      font-size: 9px; }
  .breadcrumb span.active-breadcrumb {
    color: #EE2024;
    padding-left: 0;
    display: inline-block;
    text-transform: lowercase; }
    .breadcrumb span.active-breadcrumb:first-letter {
      text-transform: uppercase; }
    .breadcrumb span.active-breadcrumb::before {
      content: unset;
      display: inline-block;
      font-size: 9px; }
  .breadcrumb i.fi-rs-home {
    height: 14px; }

/*****************************
*********  SOCIAL NETWORKS  **********
******************************/

/*Map*/

/*table*/
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle; }
  table td,
  table th {
    padding: 10px 20px;
    border: 1px solid #ececec;
    vertical-align: middle; }
  table thead > tr > th {
    vertical-align: middle;
    border-bottom: 0; }
  table p {
    margin-bottom: 0; }
  table.clean td,
  table.clean th {
    border: 0;
    border-top: 1px solid #ececec; }

/*divider*/

/*modal*/
.custom-modal .modal-dialog {
  max-width: 888px !important;
  border-radius: 0px;
  overflow: hidden;
  border: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) !important; }
  .custom-modal .modal-dialog .modal-content {
    border-radius: 25px;
    padding: 40px;
    border: 1px solid #E4E4E4; }
  .custom-modal .modal-dialog .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2; }
  .custom-modal .modal-dialog .modal-footer .close-modal:hover {
    background-color: #253D4E; }

.zoomContainer,
.zoomWindow {
  z-index: 998; }

/*COMPONENTS -> BANNERS*/

/*Deal banners*/
.deal {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: #fff;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 420px; }
  .deal > div {
    width: 100%; }
  .deal h2 {
    color: #FD6E6E;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 5px; }
  .deal h5 {
    color: #242424;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
    max-width: 240px; }
  .deal .btn {
    background: #3BB77E;
    border: 0;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 24px; }
    .deal .btn i {
      margin-left: 5px;
      transition-duration: 0.3s;
      font-size: 12px; }
    .deal .btn:hover i {
      margin-left: 10px;
      transition-duration: 0.3s; }
  .deal .deal-bottom {
    align-self: flex-end; }

/*Page > About*/

.single-content > ol {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 1em; }
  .single-content > ol li:not(:last-child) {
    margin-bottom: 16px; }
  .single-content > ol ol {
    list-style-type: lower-alpha;
    margin: 20px 0 30px;
    padding-left: 25px; }
    .single-content > ol ol ol {
      list-style-type: lower-roman; }

/*page 404*/

/*SHOP*/
body.modal-open {
  overflow-y: scroll !important;
  position: relative;
  width: 100%;
  padding: 0 !important; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden; }

.range .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0; }

.range .checkbox {
  font-size: 0.8em; }

.range .ui-slider-handle.ui-state-default.ui-corner-all {
  width: 14px;
  height: 14px;
  line-height: 10px;
  background: #EE2024;
  border: none;
  border-radius: 100%;
  top: -5px; }

.product-sidebar .image {
  height: 120px;
  width: 120px;
  float: left;
  margin-right: 10px;
  overflow: hidden; }
  .product-sidebar .image img {
    width: 100%;
    height: auto; }

/*Product list*/

/*PRODUCT DETAILS*/

.progress + .progress {
  margin-top: 1rem; }

.progress span {
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  width: 45px; }

.zoomWindow {
  border-radius: 0;
  overflow: hidden; }

#productRemovedModal .modal-content .modal-body .removed-products ul li a {
  color: #253D4E; }
  #productRemovedModal .modal-content .modal-body .removed-products ul li a:hover {
    color: #EE2024; }

.product-alert-success, .product-alert-danger {
  text-align: center;
  border: none;
  margin-top: 1rem;
  width: max-content;
  position: absolute;
  right: 0;
  top: 2rem;
  z-index: 9999; }

.cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #253D4E;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 999; }
  .cookie-banner p {
    color: #ffffff;
    margin-bottom: 0; }
  .cookie-banner a {
    color: #55bb90; }
    .cookie-banner a:hover {
      color: #EE2024; }
  .cookie-banner .btn-group {
    display: flex; }
    .cookie-banner .btn-group .close {
      height: 20px;
      background-color: #777;
      border: none;
      color: white;
      padding: 0.7rem;
      border-radius: 4px;
      display: flex;
      align-items: center;
      margin-left: 0.5rem; }
      .cookie-banner .btn-group .close.true {
        background-color: #55bb90; }
        .cookie-banner .btn-group .close.true:hover {
          background-color: #EE2024; }

/*BLOG*/

.single-content {
  text-rendering: optimizeLegibility;
  color: #253D4E;
  font-size: 17px; }
  .single-content h1 {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 32px; }
  .single-content h2 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 30px; }
  .single-content h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 28px; }
  .single-content h4 {
    font-size: clamp(1.25rem, -1.25rem + 8.333vw, 1.5rem);
    line-height: 32px;
    margin-bottom: 26px; }
  .single-content h5 {
    font-size: clamp(1rem, -1rem + 8.333vw, 1.25rem);
    line-height: 24px;
    margin-bottom: 24px; }
  .single-content h6 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 22px; }
  .single-content p {
    margin-bottom: 1.2em;
    font-weight: 400;
    font-size: 18px; }
  .single-content ul {
    list-style: circle;
    padding-left: 1rem;
    font-size: 1rem; }
    .single-content ul li {
      position: relative;
      margin-bottom: 7px; }
  .single-content ol li {
    font-size: 1rem; }
  .single-content p {
    color: #253D4E;
    font-size: 17px; }
  .single-content blockquote {
    background-color: #F4F6FA;
    padding: 40px 60px;
    border-radius: 15px;
    margin: 30px auto;
    font-size: clamp(1.25rem, -1.25rem + 8.333vw, 1.5rem);
    max-width: 80%; }
    .single-content blockquote p {
      font-size: clamp(1.25rem, -1.25rem + 8.333vw, 1.5rem);
      line-height: 32px;
      color: #253D4E;
      margin-bottom: 0; }
  .single-content a {
    color: #EE2024; }
  .single-content sub {
    font-size: 16px;
    color: #B6B6B6; }

.single-header {
  margin-bottom: 30px; }

/*Entry meta*/

/*Loop Grid*/

.alt-page hr,
.alt-page label {
  color: #253D4E; }

.alt-page em,
.alt-page cite,
.alt-page var {
  font-style: italic;
  color: #253D4E; }

.alt-page samp {
  font-family: monospace; }

.alt-page sub,
.alt-page sup {
  color: #253D4E; }

.alt-page code {
  color: #EE2024;
  background-color: #fff5f5; }

.alt-page pre {
  display: block;
  font-family: monospace;
  white-space: pre; }

.alt-page small {
  font-size: smaller; }

.alt-page kbd {
  font-family: monospace;
  padding: 0.2rem 0.4rem !important;
  font-size: .875em !important; }

.alt-page mark {
  padding: 0.2em !important;
  background-color: #253D4E;
  color: #ffffff; }

.alt-page address {
  display: block;
  font-style: italic; }

.alt-page img {
  border-radius: 4px; }

.alt-page ol[type="A"],
.alt-page ul[type="A"] {
  list-style-type: upper-alpha; }

.alt-page ol[type="square"],
.alt-page ul[type="square"] {
  list-style-type: square; }

.alt-page ol li::marker,
.alt-page ul li::marker {
  color: #EE2024; }

.alt-page dl {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #253D4E; }
  .alt-page dl dt {
    display: block; }
  .alt-page dl dd {
    display: block;
    margin-inline-start: 2rem; }

.alt-page [type=button]:not(:disabled),
.alt-page [type=reset]:not(:disabled),
.alt-page [type=submit]:not(:disabled),
.alt-page button:not(:disabled) {
  border: none;
  background-color: #EE2024;
  width: auto;
  padding: 1rem;
  color: #ffffff; }
  .alt-page [type=button]:not(:disabled):hover,
  .alt-page [type=reset]:not(:disabled):hover,
  .alt-page [type=submit]:not(:disabled):hover,
  .alt-page button:not(:disabled):hover {
    background-color: #253D4E; }

.alt-page select {
  -webkit-appearance: button;
  appearance: button;
  border: 1px solid #ececec;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #253D4E;
  background-color: #ffffff; }

.alt-page table th,
.alt-page table td {
  color: #253D4E; }

.alt-page details summary::marker {
  color: #EE2024; }

.alt-page .fr-text-bordered {
  border-top: solid 1px #253D4E;
  border-bottom: solid 1px #253D4E;
  padding: 10px 0; }

.alt-page .fr-text-spaced {
  letter-spacing: 1px; }

.alt-page .fr-text-uppercase {
  text-transform: uppercase; }

.alt-page input {
  margin-bottom: 0.5rem; }

/*LAYOUT -> HEADER STYLE*/
/*Header default*/

.header-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; }
  .header-wrap .header-nav {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%; }
  .header-wrap.header-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-wrap .header-right {
    width: 100%;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header-wrap .header-right .header-search-input {
      color: #253D4E; }

.logo a {
  display: block; }

.logo.logo-width-1 {
  padding-right: 38px;
  padding-left: 38px;
  margin-right: 36px; }
  .logo.logo-width-1 a img {
    width: 205px;
    min-width: 180px; }

.header-action-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-action-2 .header-action-icon-2 span.lable {
    font-size: 16px;
    margin: 0.3rem 0 0 1rem; }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0px 0 8px; }
  .header-action-2 .header-action-icon-2 > a {
    font-size: 30px;
    color: #333;
    line-height: 1;
    display: flex;
    position: relative; }
    .header-action-2 .header-action-icon-2 > a img {
      width: 100%;
      max-width: 25px; }
    .header-action-2 .header-action-icon-2 > a span {
      font-size: 14px;
      color: #7E7E7E; }
      .header-action-2 .header-action-icon-2 > a span.default {
        color: #ffffff; }
        .header-action-2 .header-action-icon-2 > a span.default:hover {
          color: #EE2024; }
      .header-action-2 .header-action-icon-2 > a span.pro-count {
        position: absolute;
        right: -11px;
        top: -5px;
        color: #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        font-weight: 500;
        font-size: 12px;
        text-align: center;
        line-height: 20px; }

.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px; }
  .cart-dropdown-wrap ul li .shopping-cart-img a {
    display: block; }

.header-height-2 {
  border-bottom: 1px solid #ececec; }

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block; }

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%; }

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap a i {
  margin-right: 15px; }

.header-action-right {
  display: none; }

.header-action-2 .header-action-icon-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px; }
  .header-action-2 .header-action-icon-2 > a svg {
    width: 1em;
    height: 1em; }
  .header-action-2 .header-action-icon-2 > a span.pro-count.blue {
    background-color: #EE2024; }
  .header-action-2 .header-action-icon-2:hover > a {
    color: #3BB77E;
    fill: #3BB77E; }
  .header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px); }

.header-middle-ptb-1 {
  padding: 25px 0 0 0; }

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  border: 1px solid #ececec; }
  .cart-dropdown-wrap.cart-dropdown-hm2 {
    right: 0;
    max-height: 75vh;
    overflow-y: auto; }
    .cart-dropdown-wrap.cart-dropdown-hm2::-webkit-scrollbar {
      width: 13px;
      background-clip: padding-box; }
    .cart-dropdown-wrap.cart-dropdown-hm2::-webkit-scrollbar-track {
      background-color: #f4f4f4;
      height: 8px;
      background-clip: padding-box;
      border-right: 10px solid rgba(0, 0, 0, 0);
      border-top: 10px solid rgba(0, 0, 0, 0);
      border-bottom: 10px solid rgba(0, 0, 0, 0); }
    .cart-dropdown-wrap.cart-dropdown-hm2::-webkit-scrollbar-thumb {
      background-clip: padding-box;
      background-color: #d1d1d1;
      border-right: 10px solid rgba(0, 0, 0, 0);
      border-top: 10px solid rgba(0, 0, 0, 0);
      border-bottom: 10px solid rgba(0, 0, 0, 0); }
    .cart-dropdown-wrap.cart-dropdown-hm2::-webkit-scrollbar-button {
      display: none; }
  .cart-dropdown-wrap.account-dropdown {
    width: 200px; }
    .cart-dropdown-wrap.account-dropdown a {
      color: #253D4E;
      display: flex;
      align-items: center; }
      .cart-dropdown-wrap.account-dropdown a:hover {
        color: #EE2024; }
      .cart-dropdown-wrap.account-dropdown a i {
        display: flex; }
  .cart-dropdown-wrap ul li:last-child {
    margin: 0 0 0px; }
  .cart-dropdown-wrap ul li .shopping-cart-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px; }
    .cart-dropdown-wrap ul li .shopping-cart-img a img {
      max-width: 100%;
      object-fit: cover; }
  .cart-dropdown-wrap ul li .shopping-cart-title {
    margin: 6px 0 0;
    width: 55%; }
    .cart-dropdown-wrap ul li .shopping-cart-title h4 {
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      margin: 0 0 9px; }
      .cart-dropdown-wrap ul li .shopping-cart-title h4 a {
        color: #253D4E;
        line-height: 1.4rem; }
        .cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
          color: #EE2024; }
    .cart-dropdown-wrap ul li .shopping-cart-title h3 {
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      margin: 0 0 0px;
      color: #3BB77E; }
      .cart-dropdown-wrap ul li .shopping-cart-title h3 span {
        color: #696969;
        font-weight: 400;
        font-size: 16px; }
  .cart-dropdown-wrap ul li .shopping-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;
    margin: 6px 0 0; }
    .cart-dropdown-wrap ul li .shopping-cart-delete a {
      font-size: 18px;
      color: #696969; }
      .cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
        color: #333; }
  .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
    border-top: 2px solid #f3f3f3;
    margin: 25px 0;
    padding: 17px 0 0; }
    .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
      color: #9b9b9b;
      font-weight: 700;
      font-size: 16px;
      margin: 0; }
      .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
        font-size: 18px;
        float: right;
        color: #EE2024; }
  .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
    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;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
    align-self: center; }
    .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
      display: inline-block;
      font-size: 14px;
      color: #ffffff;
      border-radius: 4px;
      line-height: 1;
      padding: 10px;
      background-color: #253D4E;
      font-family: "Quicksand", sans-serif;
      border: 2px solid #253D4E; }
      .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
        background-color: transparent;
        border: 2px solid #253D4E;
        color: #253D4E; }
        .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline:hover {
          background-color: #253D4E;
          color: #ffffff; }
      .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
        background-color: #EE2024;
        color: #ffffff; }

.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;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #253D4E; }
  @media only screen and (max-width: 992px) {
    .sticky-bar.stick {
      background-color: #ffffff; } }
  .sticky-bar.stick .main-menu > nav > ul > li {
    line-height: 3rem;
    padding: 5px 0; }

.search-style-2 {
  width: 100%; }
  .search-style-2.default {
    width: 50%; }
  .search-style-2 form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f2f3f4;
    border-radius: 5px; }
    .search-style-2 form select {
      color: #253D4E;
      font-size: 16px;
      font-weight: 700;
      min-height: 50px;
      border: 1px solid #ececec;
      border-right: none;
      width: 140px;
      padding: 3px 35px 3px 20px;
      border-radius: 4px 0 0 4px;
      background-color: transparent;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -moz-appearance: none;
      -webkit-appearance: none;
      position: relative; }
      .search-style-2 form select:focus {
        color: #333; }
      .search-style-2 form select::after {
        position: absolute; }
    .search-style-2 form input {
      width: 100%;
      max-width: 683px;
      font-size: 14px;
      padding-left: 0;
      height: 50px;
      line-height: 50px;
      font-size: 14px; }
      .search-style-2 form input::-moz-input-placeholder {
        opacity: 1; }
      .search-style-2 form input::-webkit-input-placeholder {
        opacity: 1; }
      .search-style-2 form input:focus {
        border-color: #414648;
        border-width: 0 0 3px 0;
        border-style: solid; }
    .search-style-2 form .header-search-icon i {
      color: #253D4E; }
    .search-style-2 form .header-search-icon:hover i {
      color: #ffffff; }
    .search-style-2 form button {
      position: absolute;
      right: 0px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: transparent;
      padding: 0;
      border: none;
      font-size: clamp(1rem, -1rem + 8.333vw, 1.25rem);
      color: #3BB77E;
      height: 100%;
      padding: 5px 17px; }

.header-bottom .header-action-right a span.pro-count {
  background-color: #EE2024;
  color: #fff; }

.search-style-3 {
  margin-bottom: 10px; }
  .search-style-3 form {
    position: relative; }
    .search-style-3 form input {
      font-size: 14px;
      height: 45px;
      color: #253D4E;
      background-color: #F2F3F4;
      border-radius: 5px;
      padding: 3px 50px 3px 20px;
      -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
      border: 0; }
      .search-style-3 form input::-moz-input-placeholder {
        color: #B6B6B6;
        opacity: 1; }
      .search-style-3 form input::-webkit-input-placeholder {
        color: #B6B6B6;
        opacity: 1; }
      .search-style-3 form input:focus {
        border: 1px solid #E4E4E4; }
    .search-style-3 form button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      border: none;
      font-size: 16px;
      height: 100%;
      padding: 0 14px;
      background-color: transparent;
      color: #7E7E7E; }
      .search-style-3 form button:hover {
        color: #ffffff; }

.close-style-wrap {
  position: absolute;
  right: 55px;
  top: 40px; }
  .close-style-wrap.close-style-position-inherit {
    position: inherit; }
  .close-style-wrap .close-style {
    position: relative;
    padding: 0;
    border: none;
    width: 26px;
    height: 26px;
    background-color: #EE2024;
    border-radius: 30px; }
    .close-style-wrap .close-style > i {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 1px;
      margin: 0 !important;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      display: block;
      overflow: hidden; }
      .close-style-wrap .close-style > i.icon-top {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
        .close-style-wrap .close-style > i.icon-top::before {
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
          -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right; }
        .close-style-wrap .close-style > i.icon-top::after {
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left; }
      .close-style-wrap .close-style > i.icon-bottom {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
        .close-style-wrap .close-style > i.icon-bottom::before {
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
          -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
          -webkit-transform-origin: right;
          -ms-transform-origin: right;
          transform-origin: right; }
        .close-style-wrap .close-style > i.icon-bottom::after {
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left; }
    .close-style-wrap .close-style:hover {
      -webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      transform: rotateZ(360deg); }

.close-style-wrap .close-style > i::before,
.close-style-wrap .close-style > i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff; }

.burger-icon {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .burger-icon > span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px; }
    .burger-icon > span.burger-icon-top {
      top: 2px; }
    .burger-icon > span.burger-icon-bottom {
      bottom: 2px; }
    .burger-icon > span.burger-icon-mid {
      top: 9px; }

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333; }

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: #253D4E; }

.body-overlay-1 {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 9999; }

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible; }

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  background-color: #ffffff;
  -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: 99999; }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner {
    padding: 0px 0px 30px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
      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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 30px;
      background-color: #ffffff;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
        width: 100px; }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
      padding: 30px 30px 30px; }
      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
        display: block;
        position: relative;
        padding: 13px 0;
        border-bottom: 1px solid #ececec; }
        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
          border-bottom: none; }
        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
          right: 0;
          position: absolute;
          cursor: pointer;
          z-index: 9;
          text-align: center;
          font-size: 12px;
          display: block;
          width: 30px;
          height: 30px;
          line-height: 38px;
          top: 5px;
          color: #253D4E; }
          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i {
            font-size: 14px;
            font-weight: 300; }
        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand {
          background: rgba(255, 255, 255, 0.2); }
          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
            content: "\f112"; }
        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
          font-size: 14px;
          line-height: 1;
          text-transform: capitalize;
          font-weight: 700;
          position: relative;
          display: inline-block;
          color: #253D4E; }
          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
            margin-right: 5px; }
        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
          padding: 10px 0 0 10px; }
          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
            padding: 10px 0;
            border-bottom: none; }
            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children .menu-expand {
              top: 0px; }
            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
              font-size: 14px;
              display: block;
              font-weight: 500; }
            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
              margin-top: 0; }
            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children.active {
              padding-bottom: 0; }
        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
          color: #EE2024; }
      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
        padding: 5px 15px; }
      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
        padding: 20px;
        border-radius: 5px;
        border: 1px solid #ececec;
        margin: 17px 0 30px 0; }
        .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
          position: relative;
          margin-bottom: 13px; }
          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
            margin-bottom: 0; }
          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
            font-size: 14px;
            display: block;
            font-weight: 500;
            color: #253D4E; }
            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
              color: #253D4E; }
            .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
              font-size: 14px;
              color: #EE2024;
              margin-right: 8px; }
          .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
            color: #253D4E; }
      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
        font-size: 13px;
        color: #B6B6B6; }

.mobile-search {
  padding: 0 0 10px 0; }

.hotline img {
  min-width: 35px;
  margin-right: 12px; }

.hotline p {
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  display: block;
  line-height: 1; }
  .hotline p span {
    font-weight: 500;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    display: block;
    letter-spacing: 0.095em;
    padding-top: 0.3rem; }

.hotline.default p {
  color: #253D4E; }

/* Header style 1 */
.header-style-1 {
  position: relative;
  overflow-x: clip; }
  .header-style-1.header-height-2 {
    border-bottom: 0; }
  .header-style-1 .header-middle-ptb-1 {
    padding: 30px 0; }
  .header-style-1 .select2-container {
    max-width: unset;
    min-width: 150px; }
  .header-style-1 .select2-container--default .select2-selection--single {
    border: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    width: 155px;
    max-width: unset;
    border-radius: 5px 0 0 5px; }
    .header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 10px; }
      .header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: 0; }
        .header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
          font-family: uicons-regular-straight !important;
          font-style: normal;
          font-weight: normal !important;
          font-variant: normal;
          text-transform: none;
          line-height: 1 !important;
          content: "\f10f";
          position: absolute;
          margin-top: -9px;
          margin-left: -5px;
          color: #7E7E7E;
          font-size: 1.5rem; }
    .header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
      height: 50px;
      line-height: 50px;
      position: relative; }
      .header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered:after {
        content: "";
        height: 20px;
        width: 1px;
        background-color: #cacaca;
        position: absolute;
        right: 0;
        top: 15px; }
  .header-style-1 .search-style-2 form {
    border: 2px solid transparent;
    border-radius: 4px;
    max-width: 700px;
    background-color: #f2f3f4;
    border-radius: 5px; }
    .header-style-1 .search-style-2 form input {
      max-width: 600px;
      border-width: 0px;
      border-radius: 0 5px 5px 0;
      margin-left: 20px;
      background-color: transparent;
      border: none; }
  .header-style-1 .header-bottom-bg-color {
    background-color: #2E3B57;
    border-bottom: 1px solid #ececec; }
    @media only screen and (max-width: 991px) {
      .header-style-1 .header-bottom-bg-color {
        background-color: #ffffff; } }
  .header-style-1 .main-categori-wrap > a {
    color: #fff;
    line-height: 70px;
    background: #EE2024;
    padding: 0 30px; }
    .header-style-1 .main-categori-wrap > a i.up {
      right: 30px; }
    .header-style-1 .main-categori-wrap > a.categories-button-active {
      line-height: 44px;
      border-radius: 5px;
      padding: 0 20px;
      font-family: "Quicksand", sans-serif;
      font-size: 16px;
      width: 14.3rem; }
      .header-style-1 .main-categori-wrap > a.categories-button-active i {
        color: #fff;
        margin-left: 12px;
        font-size: 10px;
        margin-bottom: 5px; }
      @media only screen and (max-width: 1199px) {
        .header-style-1 .main-categori-wrap > a.categories-button-active {
          max-width: 14.3rem;
          width: 100%; } }
    .header-style-1 .main-categori-wrap > a:hover {
      background-color: #EE2024; }
  .header-style-1 .categories-dropdown-active-large {
    top: 100%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    /* max-height: 70vh; */
    /* overflow-y: auto; */ }
    .header-style-1 .categories-dropdown-active-large::-webkit-scrollbar {
      width: 13px;
      background-clip: padding-box; }
    .header-style-1 .categories-dropdown-active-large::-webkit-scrollbar-track {
      background-color: #f4f4f4;
      height: 8px;
      background-clip: padding-box;
      border-right: 10px solid rgba(0, 0, 0, 0);
      border-top: 10px solid rgba(0, 0, 0, 0);
      border-bottom: 10px solid rgba(0, 0, 0, 0); }
    .header-style-1 .categories-dropdown-active-large::-webkit-scrollbar-thumb {
      background-clip: padding-box;
      background-color: #d1d1d1;
      border-right: 10px solid rgba(0, 0, 0, 0);
      border-top: 10px solid rgba(0, 0, 0, 0);
      border-bottom: 10px solid rgba(0, 0, 0, 0); }
    .header-style-1 .categories-dropdown-active-large::-webkit-scrollbar-button {
      display: none; }
  .header-style-1 .hotline p {
    color: #ffffff !important; }
  .header-style-1 .hotline.default p {
    color: #253D4E !important; }
    .header-style-1 .hotline.default p span {
      color: #253D4E !important; }
  .header-style-1 .main-categori-wrap > a span {
    color: #fff !important; }

span.fi-rs-apps {
  font-size: 16px; }

.hotline i {
  opacity: 0.7; }

.display-none-not-important {
  display: none; }

/*LAYOUT -> NAVIGATION STYLE*/
.main-menu {
  width: 100%; }
  .main-menu > nav {
    width: 100%; }
    .main-menu > nav > ul {
      display: flex;
      justify-content: space-between;
      padding: 0 2rem; }
      .main-menu > nav > ul > li.hot-deals {
        padding-right: 2rem !important; }
        .main-menu > nav > ul > li.hot-deals img {
          position: relative;
          margin-bottom: -4px;
          margin-right: 8px; }
      .main-menu > nav > ul > li > a {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        font-family: "Quicksand", sans-serif; }
        .main-menu > nav > ul > li > a i {
          font-size: 8px;
          position: relative;
          margin-left: 4px; }
        .main-menu > nav > ul > li > a.active {
          color: #ffffff; }
        .main-menu > nav > ul > li > a.bordered-main-menu {
          border: 2px solid #ffffff;
          line-height: initial;
          padding: 0.5rem;
          border-radius: 4px; }
        @media only screen and (max-width: 1199px) {
          .main-menu > nav > ul > li > a {
            font-size: 14px; } }
      .main-menu > nav > ul > li ul.sub-menu {
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #ffffff;
        min-width: 250px;
        padding: 25px 15px;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s;
        opacity: 0;
        visibility: hidden;
        margin-top: 20px;
        border-radius: 10px;
        z-index: 999;
        border: 1px solid #ececec;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05); }
        .main-menu > nav > ul > li ul.sub-menu li {
          line-height: 1;
          display: block;
          margin-bottom: 21px;
          position: relative; }
          .main-menu > nav > ul > li ul.sub-menu li:last-child {
            margin-bottom: 0; }
          .main-menu > nav > ul > li ul.sub-menu li ul.level-menu {
            position: absolute;
            left: 100%;
            top: -110px;
            background-color: #ffffff;
            width: 240px;
            padding: 33px 0 35px;
            -webkit-transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
            opacity: 0;
            visibility: hidden;
            border-radius: 10px;
            margin-top: 20px;
            border: 1px solid #ececec;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05); }
            .main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
              top: -25px; }
          .main-menu > nav > ul > li ul.sub-menu li a i {
            font-size: 9px;
            float: right;
            position: relative;
            top: 4px; }
          .main-menu > nav > ul > li ul.sub-menu li:hover > a {
            color: #000; }
          .main-menu > nav > ul > li ul.sub-menu li:hover ul.level-menu {
            opacity: 1;
            visibility: visible;
            margin-top: 0px; }
      .main-menu > nav > ul > li:hover > a {
        color: #EE2024; }
      .main-menu > nav > ul > li:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 12px; }
  .main-menu.main-menu-padding-1 > nav > ul > li:first-child {
    padding-left: 0 !important; }
  .main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 70px; }

.main-menu > nav > ul > li {
  display: inline-block;
  position: relative; }
  .main-menu > nav > ul > li ul.sub-menu li a {
    font-size: 14px;
    color: #253D4E;
    display: block;
    padding: 0 15px; }
    .main-menu > nav > ul > li ul.sub-menu li a:hover {
      color: #EE2024; }

.main-categori-wrap {
  position: relative;
  margin-right: 35px; }
  .main-categori-wrap > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700; }
    .main-categori-wrap > a span {
      margin-right: 7px;
      color: #7E7E7E; }
    .main-categori-wrap > a > i {
      margin-left: 5px;
      margin-top: 7px;
      color: #999; }
      .main-categori-wrap > a > i.up {
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        opacity: 0;
        visibility: hidden; }
    .main-categori-wrap > a.open > i {
      transform: rotate(180deg); }
  .main-categori-wrap .categori-dropdown-inner {
    display: flex; }

.categories-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0.7rem;
  background: #ffffff;
  border: 1px solid #253D4E;
  border-radius: 10px;
  font-size: 16px;
  min-width: max-content;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  margin-top: 26px; }
  .categories-dropdown-active-large.open {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }

.categories-dropdown-wrap ul li {
  display: flex;
  align-items: center;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid #F2F3F4;
  padding: 9px 18px;
  margin: 0 15px 15px 0;
  height: 50px;
  width: 15rem;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  /* &>ul.level-menu.level-menu-modify {
        top: 0px;
      } */ }
  .categories-dropdown-wrap ul li:hover {
    border: 1px solid #EE2024;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s; }
    .categories-dropdown-wrap ul li:hover a {
      color: #EE2024; }
    .categories-dropdown-wrap ul li:hover > ul.level-menu {
      opacity: 1;
      visibility: visible;
      margin-top: 0px; }
  .categories-dropdown-wrap ul li a {
    /* display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; */
    display: inline-block;
    text-transform: lowercase;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    line-height: 1.5;
    color: #253D4E;
    font-size: 14px;
    position: relative;
    width: inherit; }
    .categories-dropdown-wrap ul li a:first-letter {
      text-transform: uppercase; }
    .categories-dropdown-wrap ul li a:hover {
      color: #EE2024;
      background-color: transparent; }
    .categories-dropdown-wrap ul li a img {
      max-width: 30px;
      margin-right: 15px; }
    .categories-dropdown-wrap ul li a i {
      font-size: 9px;
      right: 0;
      position: absolute;
      top: 7px; }
  .categories-dropdown-wrap ul li ul {
    /* &:last-child {
          ul {
            &.level-menu {
              &.level-menu-modify {
                top: 25px;
              }
            }
          }
        } */ }
    .categories-dropdown-wrap ul li ul.level-menu {
      position: absolute;
      left: 105.5%;
      top: 0;
      background-color: #ffffff;
      padding: 0.7rem;
      -webkit-transition: all 0.25s ease 0s;
      -o-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s;
      opacity: 0;
      visibility: hidden;
      border-radius: 10px;
      margin-top: 0 0 15px 0;
      border: 1px solid #253D4E;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
      z-index: 1; }
      .categories-dropdown-wrap ul li ul.level-menu li {
        margin: 0 0 15px 0; }
  .categories-dropdown-wrap ul li:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto; }
  .categories-dropdown-wrap ul li.has-child {
    position: relative; }
  .categories-dropdown-wrap ul li.has-children {
    position: relative; }
    .categories-dropdown-wrap ul li.has-children > a::after {
      content: "\f111";
      font-family: "uicons-regular-straight" !important;
      position: absolute;
      right: 30px;
      top: 50%;
      margin-top: -10px; }
    .categories-dropdown-wrap ul li.has-children .dropdown-menu {
      left: 100%;
      top: 0;
      margin: 0;
      margin-top: 0px;
      border: 1px solid #ececec;
      min-width: 800px;
      width: 100%;
      right: 0;
      border-radius: 0;
      padding: 20px; }

.categories-dropdown-wrap ul.end li {
  margin-right: 0; }

.categories-dropdown-wrap .more_categories {
  margin-top: 15px;
  color: #EE2024;
  position: relative;
  font-size: 13px;
  font-family: "Quicksand", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .categories-dropdown-wrap .more_categories span.icon {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 30px;
    margin-right: 5px; }
    .categories-dropdown-wrap .more_categories span.icon::before {
      content: "";
      width: 12px;
      height: 2px;
      background-color: #EE2024;
      position: absolute;
      right: 4px;
      top: 9px; }
    .categories-dropdown-wrap .more_categories span.icon::after {
      content: "";
      width: 2px;
      height: 12px;
      background-color: #EE2024;
      position: absolute;
      right: 9px;
      top: 4px; }
  .categories-dropdown-wrap .more_categories.show span.icon::after {
    display: none;
    content: none; }

.categories-dropdown-wrap.style-2 {
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 30px; }
  .categories-dropdown-wrap.style-2 ul li {
    border-radius: 0;
    border: 0;
    height: 24px;
    padding: 0;
    line-height: 24px;
    margin-bottom: 16px; }
    .categories-dropdown-wrap.style-2 ul li:hover {
      box-shadow: none; }
    .categories-dropdown-wrap.style-2 ul li a {
      font-weight: 500; }
    .categories-dropdown-wrap.style-2 ul li img {
      max-height: 20px; }
  .categories-dropdown-wrap.style-2 .more_categories {
    justify-content: left; }
    .categories-dropdown-wrap.style-2 .more_categories .icon {
      transform: scale(0.7); }

/*Pagination*/

/*LAYOUT -> SIDEBAR*/

/*Social network widget*/

/*newsletter*/

footer .hotline {
  min-width: 200px; }
  footer .hotline img {
    min-width: 10px;
    margin-right: 12px;
    max-width: 30px;
    opacity: 0.5; }

@media only screen and (max-width: 1199px) and (min-width: 769px) {
  footer .col {
    flex: 1 0 33%; } }

.widget-about {
  min-width: 300px;
  font-size: 15px; }

.contact-infor {
  font-size: 15px;
  color: #253D4E; }
  .contact-infor li:not(:last-child) {
    margin-bottom: 10px; }
  .contact-infor li img {
    margin-right: 8px;
    max-width: 16px; }

.footer-link-widget p {
  font-size: 15px;
  color: #253D4E; }

.footer-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  min-width: 170px; }
  .footer-list li {
    display: block;
    margin: 0 0 13px;
    transition-duration: 0.3s; }
    .footer-list li:last-child {
      margin: 0; }
    .footer-list li:hover {
      padding-left: 5px;
      transition-duration: 0.3s; }
    .footer-list li a {
      font-size: 16px;
      color: #253D4E;
      display: block; }
      .footer-list li a:hover {
        color: #EE2024; }

#scrollUp {
  width: 32px;
  height: 32px;
  color: #253D4E;
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 2px solid #253D4E;
  background-color: #fff; }
  #scrollUp i {
    display: block;
    line-height: 32px !important;
    font-size: 25px; }
  #scrollUp:hover {
    transform: translateY(-5px); }

.footer-mid .widget-title {
  margin: 15px 0 20px 0; }

/*LAYOUT -> SPACING**/

.section-padding {
  padding: 25px 0; }

.pt-15 {
  padding-top: 15px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pr-30 {
  padding-right: 30px !important; }

/***************************
    Page section margin 
****************************/

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

@media only screen and (max-width: 768px) {
  .header-style-1 .header-bottom-bg-color {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07); }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0; }
  .logo.logo-width-1 {
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    .logo.logo-width-1 a img {
      width: 150px;
      min-width: 150px; }
  .header-bottom {
    padding: 20px 0; }
  .header-action-2 .header-action-icon-2 {
    padding: 0 6px; }
    .header-action-2 .header-action-icon-2:last-child {
      padding: 0 0 0 6px; }
    .header-action-2 .header-action-icon-2 > a {
      color: #fff;
      fill: #fff;
      font-size: 22px;
      margin-right: 10px; }
  .cart-dropdown-wrap {
    width: 290px;
    right: -39px; }
    .cart-dropdown-wrap ul li .shopping-cart-img {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
      flex: 0 0 60px;
      margin-right: 10px; }
    .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:not(.outline) {
      margin-top: 0.5rem; }
  .categories-dropdown-wrap ul li a {
    padding: 5px 12px; }
  .mobile-header-wrapper-style {
    width: 380px; }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
      padding: 15px 30px 13px 30px;
      border-bottom: 1px solid #ececec; }
      .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
        width: 140px; }
    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
      padding: 30px; }
  .header-height-2 {
    min-height: 65px; }
  
  .single-page.pr-30 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .footer-mid .logo img {
    max-width: 150px; }
  
  .footer-mid .widget-about {
    min-width: 205px; }
  .footer-mid .widget-about strong {
    display: none; }
  .custom-modal .modal-dialog {
    max-width: 720px !important; }
  .header-middle.d-md-none {
    display: none !important; }
  .header-bottom .d-md-none {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom {
    padding: 20px 0; }
  .logo.logo-width-1 {
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    .logo.logo-width-1 a img {
      width: 150px;
      min-width: 150px; } }

/*Mobile landscape*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action-2 .header-action-icon-2 {
    padding: 0 10px; }
    .header-action-2 .header-action-icon-2:last-child {
      padding: 0 0 0 10px; }
    .header-action-2 .header-action-icon-2 > a {
      font-size: 22px; }
  .cart-dropdown-wrap {
    width: 310px; }
  footer .footer-down-border-top {
    flex-direction: column; }
    footer .footer-down-border-top div.col {
      text-align: center !important; }
      footer .footer-down-border-top div.col:not(:last-child) {
        margin-bottom: 1rem; } }

/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action-2 .header-action-icon-2 > a {
    color: #fff;
    fill: #fff; }
  .header-height-2 {
    min-height: 50px;
    border-bottom: 2px solid #3BB77E; }
  .footer-link-widget:nth-child(2) {
    padding-left: calc(var(--bs-gutter-x)/ 0.18); } }

/*Desktop*/

@media only screen and (min-width: 1200px) and (max-width: 1367px) {
  .header-action-2 .header-action-icon-2 .hide-on-tablet {
    display: none; }
  .header-action-right {
    padding-right: 1rem; }
  .main-categori-wrap {
    margin-right: 0; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-categori-wrap {
    margin-right: 0px; }
  .main-menu > nav > ul {
    padding: 0 0.5rem; }
    .main-menu > nav > ul > li.hot-deals {
      padding-right: 0rem !important; }
  .header-action-2 .header-action-icon-2 .hide-on-tablet {
    display: none; }
  .main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
    width: 165px; }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 8px; }
  .search-style-2 form input {
    width: inherit; }
  .hotline p {
    font-size: 15px; } }

/*Wide screen*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1610px; }
  .header-action-right {
    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-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 14px; } }

@media only screen and (max-width: 1400px) {
  .zoomContainer {
    display: none; }
  .header-action-right {
    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-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (max-width: 1024px) {
  .header-style-1 .main-categori-wrap {
    margin-right: 20px; }
  .et,
  li.hot-deals,
  .header-action-2 .header-action-icon-2 span.lable {
    display: none !important; }
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 10px; }
  .header-style-1 .search-style-2 form {
    max-width: 450px; }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 15px 0 8px; }
  .modal-open .modal {
    padding-right: 0 !important; } }

/*small phone*/
@media only screen and (max-width: 480px) {
  .single-content blockquote {
    padding: 20px 30px;
    border-radius: 15px;
    margin: 20px auto;
    font-size: 16px;
    max-width: 100%; }
    .single-content blockquote p {
      font-size: 16px;
      line-height: 22px; }
  .header-height-2 {
    min-height: 40px; }
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0; }
  .mb-sm-5 {
    margin-bottom: 2rem; }
  .nav.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
  ul.footer-list {
    margin-bottom: 30px; }
  .table td {
    display: block;
    width: 100%;
    text-align: center !important; }
    .table td::before {
      content: attr(data-title) " ";
      float: left;
      text-transform: capitalize;
      margin-right: 15px;
      font-weight: bold; }
  .table thead {
    display: none; }
  .d-sm-none {
    display: none; }
  .deal {
    background-position: left bottom; }
  footer .footer-down-border-top {
    flex-direction: column;
    align-items: center; }
  .footer-link-widget:not(:last-child) {
    margin-right: 0; }
  .widget-about {
    margin-bottom: 30px; }
  footer p.font-md {
    font-size: 13px; }
  .modal-open .modal {
    padding-right: 0 !important; }
  .footer-link-widget:not(:last-child) {
    margin-bottom: 0rem; }
  .table > :not(:last-child) > :last-child > * {
    font-size: 12px; } }

/*phone landscape*/
@media only screen and (min-width: 480px) and (max-width: 667px) {
  .header-height-2 {
    min-height: 40px; }
  .modal-open .modal {
    padding-right: 0 !important; }
  .footer-link-widget {
    margin-bottom: 2rem; }
  .table > :not(:last-child) > :last-child > * {
    font-size: 12px; } }

/*small phone*/
@media only screen and (max-width: 375px) {
  .mobile-header-wrapper-style {
    width: 375px; }
  .deal {
    padding: 0px; }
  .custom-modal .modal-dialog .modal-content {
    padding: 0; }
  .modal-open .modal {
    padding-right: 0 !important; }
  footer .footer-down-border-top {
    text-align: center; } }

@media only screen and (max-width: 320px) {
  .mobile-header-wrapper-style {
    width: 320px; } }
